From 4c64ad0cbfc659766ed6f296219a30faf55202d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=80=E8=90=8C=E5=B0=8F=E6=B1=90?= Date: Tue, 12 Jul 2022 21:07:13 +0800 Subject: update --- test/example/meta.json | 581342 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 581342 insertions(+) create mode 100644 test/example/meta.json (limited to 'test/example/meta.json') diff --git a/test/example/meta.json b/test/example/meta.json new file mode 100644 index 00000000..658618e2 --- /dev/null +++ b/test/example/meta.json @@ -0,0 +1,581342 @@ +{ + "classes": [ + { + "namespace": "", + "baseClass": "UITweener", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Vector3", + "name": "from", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenScale.cs#15" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "to", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenScale.cs#16" + }, + { + "typeName": "bool", + "name": "updateTable", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenScale.cs#17" + }, + { + "typeName": "UnityEngine.Transform", + "name": "cachedTransform", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenScale.cs#22" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "value", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenScale.cs#24" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "scale", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenScale.cs#27" + } + ], + "methods": [ + { + "returnTypeName": "TweenScale", + "params": [ + { "name": "go", "typeName": "UnityEngine.GameObject" }, + { "name": "duration", "typeName": "float" }, + { "name": "scale", "typeName": "UnityEngine.Vector3" } + ], + "isStatic": true, + "name": "Begin", + "comment": "Start the tweening operation.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenScale.cs#52" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "SetStartToCurrentValue", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenScale.cs#67" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "SetEndToCurrentValue", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenScale.cs#70" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenScale.cs#13" + } + ], + "name": "TweenScale", + "comment": "Tween the object's local scale.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenScale.cs#13" + }, + { + "namespace": "", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "BaseSystemModule", + "name": "BaseSystem", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/vxGameModule.cs#6" + }, + { + "typeName": "GameWorld.GameWorldModule", + "name": "GameWorld", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/vxGameModule.cs#7" + }, + { + "typeName": "GameSystem.GameSystemModule", + "name": "GameSystem", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/vxGameModule.cs#8" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/vxGameModule.cs#10" + } + ], + "name": "vxGameModule", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/vxGameModule.cs#4" + }, + { + "namespace": "", + "baseClass": "UnityEngine.MonoBehaviour", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Camera", + "name": "uiCamera", + "comment": "Camera used to determine the anchor bounds. Set automatically if none was specified.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIAnchor.cs#33" + }, + { + "typeName": "UnityEngine.GameObject", + "name": "container", + "comment": "Object used to determine the container's bounds. Overwrites the camera-based anchoring if the value was specified.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIAnchor.cs#39" + }, + { + "typeName": "UIAnchor.Side", + "name": "side", + "comment": "Side or corner to anchor to.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIAnchor.cs#45" + }, + { + "typeName": "bool", + "name": "runOnlyOnce", + "comment": "If set to 'true', UIAnchor will execute once, then will be disabled. \n Screen size changes will still cause the anchor to update itself, even if it's disabled.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIAnchor.cs#52" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "relativeOffset", + "comment": "Relative offset value, if any. For example \"0.25\" with 'side' set to Left, means 25% from the left side.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIAnchor.cs#58" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "pixelOffset", + "comment": "Pixel offset value if any. For example \"10\" in x will move the widget 10 pixels to the right \n while \"-10\" in x is 10 pixels to the left based on the pixel values set in UIRoot.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIAnchor.cs#65" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIAnchor.cs#14" + } + ], + "name": "UIAnchor", + "comment": "This script can be used to anchor an object to the side or corner of the screen, panel, or a widget.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIAnchor.cs#14" + }, + { + "namespace": "", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "_BumpMap", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/VxFramework/Define/ShaderPropertyIds.cs#8" + }, + { + "typeName": "int", + "name": "_Color", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/VxFramework/Define/ShaderPropertyIds.cs#9" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/VxFramework/Define/ShaderPropertyIds.cs#6" + } + ], + "name": "ShaderPropertyIds", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/VxFramework/Define/ShaderPropertyIds.cs#6" + }, + { + "namespace": "", + "baseClass": "UnityEngine.MonoBehaviour", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/VxFramework/DontDestroy.cs#3" + } + ], + "name": "DontDestroy", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/VxFramework/DontDestroy.cs#3" + }, + { + "namespace": "", + "baseClass": "UnityEngine.MonoBehaviour", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "BetterList", + "name": "list", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#18" + }, + { + "typeName": "UIScrollView.Movement", + "name": "movement", + "comment": "Type of movement allowed by the scroll view.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#48" + }, + { + "typeName": "UIScrollView.DragEffect", + "name": "dragEffect", + "comment": "Effect to apply when dragging.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#54" + }, + { + "typeName": "bool", + "name": "restrictWithinPanel", + "comment": "Whether the dragging will be restricted to be within the scroll view's bounds.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#60" + }, + { + "typeName": "bool", + "name": "constrainOnDrag", + "comment": "Whether the scroll view will execute its constrain within bounds logic on every drag operation.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#67" + }, + { + "typeName": "bool", + "name": "disableDragIfFits", + "comment": "Whether dragging will be disabled if the contents fit.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#73" + }, + { + "typeName": "bool", + "name": "smoothDragStart", + "comment": "Whether the drag operation will be started smoothly, or if if it will be precise (but will have a noticeable \"jump\").\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#79" + }, + { + "typeName": "bool", + "name": "iOSDragEmulation", + "comment": "Whether to use iOS drag emulation, where the content only drags at half the speed of the touch/mouse movement when the content edge is within the clipping area.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#85" + }, + { + "typeName": "float", + "name": "scrollWheelFactor", + "comment": "Effect the scroll wheel will have on the momentum.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#91" + }, + { + "typeName": "float", + "name": "momentumAmount", + "comment": "How much momentum gets applied when the press is released after dragging.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#97" + }, + { + "typeName": "float", + "name": "springStrength", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#100" + }, + { + "typeName": "float", + "name": "dampenStrength", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#103" + }, + { + "typeName": "UIProgressBar", + "name": "horizontalScrollBar", + "comment": "Horizontal scrollbar used for visualization.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#109" + }, + { + "typeName": "UIProgressBar", + "name": "verticalScrollBar", + "comment": "Vertical scrollbar used for visualization.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#115" + }, + { + "typeName": "UIScrollView.ShowCondition", + "name": "showScrollBars", + "comment": "Condition that must be met for the scroll bars to become visible.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#121" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "customMovement", + "comment": "Custom movement, if the 'movement' field is set to 'Custom'.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#127" + }, + { + "typeName": "UIWidget.Pivot", + "name": "contentPivot", + "comment": "Content's pivot point -- where it originates from by default.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#133" + }, + { + "typeName": "UIScrollView.OnDragNotification", + "name": "onDragStarted", + "comment": "Event callback to trigger when the drag process begins.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#139" + }, + { + "typeName": "UIScrollView.OnDragNotification", + "name": "onDragFinished", + "comment": "Event callback to trigger when the drag process finished. Can be used for additional effects, such as centering on some object.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#145" + }, + { + "typeName": "UIScrollView.OnDragNotification", + "name": "onMomentumMove", + "comment": "Event callback triggered when the scroll view is moving as a result of momentum in between of OnDragFinished and OnStoppedMoving.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#151" + }, + { + "typeName": "UIScrollView.OnDragNotification", + "name": "onStoppedMoving", + "comment": "Event callback to trigger when the scroll view's movement ends.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#157" + }, + { + "typeName": "UIPanel", + "name": "panel", + "comment": "Panel that's being dragged.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#184" + }, + { + "typeName": "bool", + "name": "isDragging", + "comment": "Whether the scroll view is being dragged.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#190" + }, + { + "typeName": "UnityEngine.Bounds", + "name": "bounds", + "comment": "Calculate the bounds used by the widgets.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#196" + }, + { + "typeName": "bool", + "name": "canMoveHorizontally", + "comment": "Whether the scroll view can move horizontally.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#214" + }, + { + "typeName": "bool", + "name": "canMoveVertically", + "comment": "Whether the scroll view can move vertically.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#228" + }, + { + "typeName": "bool", + "name": "shouldMoveHorizontally", + "comment": "Whether the scroll view should be able to move horizontally (contents don't fit).\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#242" + }, + { + "typeName": "bool", + "name": "shouldMoveVertically", + "comment": "Whether the scroll view should be able to move vertically (contents don't fit).\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#256" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "currentMomentum", + "comment": "Current momentum, exposed just in case it's needed.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#302" + }, + { + "typeName": "UICenterOnChild", + "name": "centerOnChild", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#902" + } + ], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [{ "name": "instant", "typeName": "bool" }], + "isStatic": false, + "name": "RestrictWithinBounds", + "comment": "Restrict the scroll view's contents to be within the scroll view's bounds.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#402" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "instant", "typeName": "bool" }, + { "name": "horizontal", "typeName": "bool" }, + { "name": "vertical", "typeName": "bool" } + ], + "isStatic": false, + "name": "RestrictWithinBounds", + "comment": "Restrict the scroll view's contents to be within the scroll view's bounds.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#408" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "DisableSpring", + "comment": "Disable the spring movement.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#448" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "UpdateScrollbars", + "comment": "Update the values of the associated scroll bars.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#458" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "recalculateBounds", "typeName": "bool" }], + "isStatic": false, + "name": "UpdateScrollbars", + "comment": "Update the values of the associated scroll bars.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#464" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "x", "typeName": "float" }, + { "name": "y", "typeName": "float" }, + { "name": "updateScrollbars", "typeName": "bool" } + ], + "isStatic": false, + "name": "SetDragAmount", + "comment": "Changes the drag amount of the scroll view to the specified 0-1 range values. \n (0, 0) is the top-left corner, (1, 1) is the bottom-right.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#583" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "InvalidateBounds", + "comment": "Manually invalidate the scroll view's bounds so that they update next time.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#637" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ResetPosition", + "comment": "Reset the scroll view's position to the top-left corner. \n It's recommended to call this function before AND after you re-populate the scroll view's contents (ex: switching window tabs). \n Another option is to populate the scroll view's contents, reset its position, then call this function to reposition the clipping.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#646" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "UpdatePosition", + "comment": "Call this function after you adjust the scroll view's bounds if you want it to maintain the current scrolled position\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#666" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "OnScrollBar", + "comment": "Triggered by the scroll bars when they change.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#685" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "relative", "typeName": "UnityEngine.Vector3" }], + "isStatic": false, + "name": "MoveRelative", + "comment": "Move the scroll view by the specified local space amount.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#701" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "absolute", "typeName": "UnityEngine.Vector3" }], + "isStatic": false, + "name": "MoveAbsolute", + "comment": "Move the scroll view by the specified world space amount.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#717" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "pressed", "typeName": "bool" }], + "isStatic": false, + "name": "Press", + "comment": "Create a plane on which we will be performing the dragging.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#728" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Drag", + "comment": "Drag the object along the plane.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#801" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "delta", "typeName": "float" }], + "isStatic": false, + "name": "Scroll", + "comment": "If the object should support the scroll wheel, do it.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#908" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "delta", "typeName": "UnityEngine.Vector2" }], + "isStatic": false, + "name": "OnPan", + "comment": "Pan the scroll view.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#1034" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#16" + } + ], + "name": "UIScrollView", + "comment": "This script, when attached to a panel turns it into a scroll view. \n You can then attach UIDragScrollView to colliders within to make it draggable.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#16" + }, + { + "namespace": "", + "baseClass": "UnityEngine.MonoBehaviour", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "frameIndex", + "comment": "Index of the current frame in the sprite animation.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UI2DSpriteAnimation.cs#18" + }, + { + "typeName": "bool", + "name": "ignoreTimeScale", + "comment": "Should this animation be affected by time scale?\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UI2DSpriteAnimation.cs#30" + }, + { + "typeName": "bool", + "name": "loop", + "comment": "Should this animation be looped?\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UI2DSpriteAnimation.cs#36" + }, + { + "typeName": "UnityEngine.Sprite[]", + "name": "frames", + "comment": "Actual sprites used for the animation.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UI2DSpriteAnimation.cs#42" + }, + { + "typeName": "bool", + "name": "isPlaying", + "comment": "Returns is the animation is still playing or not\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UI2DSpriteAnimation.cs#52" + }, + { + "typeName": "int", + "name": "framesPerSecond", + "comment": "Animation framerate.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UI2DSpriteAnimation.cs#58" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Play", + "comment": "Continue playing the animation. If the animation has reached the end, it will restart from beginning\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UI2DSpriteAnimation.cs#64" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Pause", + "comment": "Pause the animation.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UI2DSpriteAnimation.cs#84" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ResetToBeginning", + "comment": "Reset the animation to the beginning.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UI2DSpriteAnimation.cs#90" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UI2DSpriteAnimation.cs#12" + } + ], + "name": "UI2DSpriteAnimation", + "comment": "Small script that makes it easy to create looping 2D sprite animations.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UI2DSpriteAnimation.cs#12" + }, + { + "namespace": "", + "baseClass": "UnityEngine.MonoBehaviour", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "keyName", + "comment": "PlayerPrefs-stored key for this option.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UISavedOption.cs#19" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "SaveSelection", + "comment": "Save the selection.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UISavedOption.cs#103" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "SaveState", + "comment": "Save the state.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UISavedOption.cs#109" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "SaveProgress", + "comment": "Save the current progress.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UISavedOption.cs#115" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UISavedOption.cs#13" + } + ], + "name": "UISavedOption", + "comment": "Attach this script to a popup list, the parent of a group of toggles, or to a toggle itself to save its state.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UISavedOption.cs#13" + }, + { + "namespace": "", + "baseClass": "UnityEngine.MonoBehaviour", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Transform", + "name": "tweenTarget", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButtonOffset.cs#15" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "hover", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButtonOffset.cs#16" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "pressed", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButtonOffset.cs#17" + }, + { + "typeName": "float", + "name": "duration", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButtonOffset.cs#18" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButtonOffset.cs#13" + } + ], + "name": "UIButtonOffset", + "comment": "Simple example script of how a button can be offset visibly when the mouse hovers over it or it gets pressed.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButtonOffset.cs#13" + }, + { + "namespace": "", + "baseClass": "UISlider", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "float", + "name": "scrollValue", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollBar.cs#31" + }, + { + "typeName": "float", + "name": "barSize", + "comment": "The size of the foreground bar in percent (0-1 range).\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollBar.cs#37" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ForceUpdate", + "comment": "Update the value of the scroll bar.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollBar.cs#162" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollBar.cs#14" + } + ], + "name": "UIScrollBar", + "comment": "Scroll bar functionality.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollBar.cs#14" + }, + { + "namespace": "", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UIAnchor.Side", + "name": "BottomLeft", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIAnchor.cs#18" + }, + { + "typeName": "UIAnchor.Side", + "name": "Left", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIAnchor.cs#19" + }, + { + "typeName": "UIAnchor.Side", + "name": "TopLeft", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIAnchor.cs#20" + }, + { + "typeName": "UIAnchor.Side", + "name": "Top", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIAnchor.cs#21" + }, + { + "typeName": "UIAnchor.Side", + "name": "TopRight", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIAnchor.cs#22" + }, + { + "typeName": "UIAnchor.Side", + "name": "Right", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIAnchor.cs#23" + }, + { + "typeName": "UIAnchor.Side", + "name": "BottomRight", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIAnchor.cs#24" + }, + { + "typeName": "UIAnchor.Side", + "name": "Bottom", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIAnchor.cs#25" + }, + { + "typeName": "UIAnchor.Side", + "name": "Center", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIAnchor.cs#26" + } + ], + "methods": [ + { + "returnTypeName": "UIAnchor.Side", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIAnchor.cs#16" + } + ], + "name": "Side", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIAnchor.cs#16" + }, + { + "namespace": "", + "baseClass": "UnityEngine.MonoBehaviour", + "attribute": "", + "interfaces": [ + "IPointerDownHandler", + "IDragHandler", + "IPointerUpHandler", + "IEventSystemHandler" + ], + "fields": [ + { + "typeName": "UnityEngine.Canvas", + "name": "ParentCanvas", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#22" + }, + { + "typeName": "UnityEngine.RectTransform", + "name": "joystickBase", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#26" + }, + { + "typeName": "UnityEngine.RectTransform", + "name": "joystick", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#26" + }, + { + "typeName": "UltimateJoystick.ScalingAxis", + "name": "scalingAxis", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#34" + }, + { + "typeName": "UltimateJoystick.Anchor", + "name": "anchor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#42" + }, + { + "typeName": "float", + "name": "activationRange", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#43" + }, + { + "typeName": "bool", + "name": "customActivationRange", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#44" + }, + { + "typeName": "float", + "name": "activationWidth", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#45" + }, + { + "typeName": "float", + "name": "activationHeight", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#45" + }, + { + "typeName": "float", + "name": "activationPositionHorizontal", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#46" + }, + { + "typeName": "float", + "name": "activationPositionVertical", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#46" + }, + { + "typeName": "float", + "name": "joystickSize", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#47" + }, + { + "typeName": "float", + "name": "radiusModifier", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#47" + }, + { + "typeName": "float", + "name": "positionHorizontal", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#48" + }, + { + "typeName": "float", + "name": "positionVertical", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#48" + }, + { + "typeName": "bool", + "name": "dynamicPositioning", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#51" + }, + { + "typeName": "float", + "name": "gravity", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#52" + }, + { + "typeName": "bool", + "name": "extendRadius", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#54" + }, + { + "typeName": "UltimateJoystick.Axis", + "name": "axis", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#63" + }, + { + "typeName": "UltimateJoystick.Boundary", + "name": "boundary", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#71" + }, + { + "typeName": "float", + "name": "deadZone", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#72" + }, + { + "typeName": "UltimateJoystick.TapCountOption", + "name": "tapCountOption", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#81" + }, + { + "typeName": "float", + "name": "tapCountDuration", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#82" + }, + { + "typeName": "int", + "name": "targetTapCount", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#83" + }, + { + "typeName": "bool", + "name": "useTouchInput", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#86" + }, + { + "typeName": "bool", + "name": "disableVisuals", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#89" + }, + { + "typeName": "bool", + "name": "inputTransition", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#90" + }, + { + "typeName": "float", + "name": "transitionUntouchedDuration", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#91" + }, + { + "typeName": "float", + "name": "transitionTouchedDuration", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#91" + }, + { + "typeName": "bool", + "name": "useFade", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#93" + }, + { + "typeName": "float", + "name": "fadeUntouched", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#94" + }, + { + "typeName": "float", + "name": "fadeTouched", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#94" + }, + { + "typeName": "bool", + "name": "useScale", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#95" + }, + { + "typeName": "float", + "name": "scaleTouched", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#96" + }, + { + "typeName": "bool", + "name": "showHighlight", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#97" + }, + { + "typeName": "UnityEngine.Color", + "name": "highlightColor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#98" + }, + { + "typeName": "UnityEngine.UI.Image", + "name": "highlightBase", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#99" + }, + { + "typeName": "UnityEngine.UI.Image", + "name": "highlightJoystick", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#99" + }, + { + "typeName": "bool", + "name": "showTension", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#100" + }, + { + "typeName": "UnityEngine.Color", + "name": "tensionColorNone", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#101" + }, + { + "typeName": "UnityEngine.Color", + "name": "tensionColorFull", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#101" + }, + { + "typeName": "UltimateJoystick.TensionType", + "name": "tensionType", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#109" + }, + { + "typeName": "float", + "name": "rotationOffset", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#110" + }, + { + "typeName": "float", + "name": "tensionDeadZone", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#111" + }, + { + "typeName": "System.Collections.Generic.List", + "name": "TensionAccents", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#112" + }, + { + "typeName": "string", + "name": "joystickName", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#116" + }, + { + "typeName": "System.Action", + "name": "OnPointerDownCallback", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#121" + }, + { + "typeName": "System.Action", + "name": "OnPointerUpCallback", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#121" + }, + { + "typeName": "System.Action", + "name": "OnDragCallback", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#121" + }, + { + "typeName": "System.Action", + "name": "OnUpdatePositioning", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#122" + }, + { + "typeName": "UltimateJoystick.JoystickTouchSize", + "name": "joystickTouchSize", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#134" + }, + { + "typeName": "float", + "name": "customSpacing_X", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#136" + }, + { + "typeName": "float", + "name": "customSpacing_Y", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#136" + }, + { + "typeName": "float", + "name": "customTouchSize_X", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#137" + }, + { + "typeName": "float", + "name": "customTouchSize_Y", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#137" + }, + { + "typeName": "float", + "name": "customTouchSizePos_X", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#138" + }, + { + "typeName": "float", + "name": "customTouchSizePos_Y", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#138" + }, + { + "typeName": "UnityEngine.RectTransform", + "name": "joystickSizeFolder", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#139" + }, + { + "typeName": "UnityEngine.UI.Image", + "name": "tensionAccentUp", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#140" + }, + { + "typeName": "UnityEngine.UI.Image", + "name": "tensionAccentDown", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#140" + }, + { + "typeName": "UnityEngine.UI.Image", + "name": "tensionAccentLeft", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#141" + }, + { + "typeName": "UnityEngine.UI.Image", + "name": "tensionAccentRight", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#141" + }, + { + "typeName": "float", + "name": "HorizontalAxis", + "comment": "Returns the current value of the horizontal axis.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#1175" + }, + { + "typeName": "float", + "name": "VerticalAxis", + "comment": "Returns the current value of the vertical axis.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#1180" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.Action" }], + "isStatic": false, + "name": "add_OnPointerDownCallback", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#121" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.Action" }], + "isStatic": false, + "name": "remove_OnPointerDownCallback", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#121" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.Action" }], + "isStatic": false, + "name": "add_OnPointerUpCallback", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#121" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.Action" }], + "isStatic": false, + "name": "remove_OnPointerUpCallback", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#121" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.Action" }], + "isStatic": false, + "name": "add_OnDragCallback", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#121" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.Action" }], + "isStatic": false, + "name": "remove_OnDragCallback", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#121" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.Action" }], + "isStatic": false, + "name": "add_OnUpdatePositioning", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#122" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.Action" }], + "isStatic": false, + "name": "remove_OnUpdatePositioning", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#122" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "touchInfo", + "typeName": "UnityEngine.EventSystems.PointerEventData" + } + ], + "isStatic": false, + "name": "OnPointerDown", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#217" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "touchInfo", + "typeName": "UnityEngine.EventSystems.PointerEventData" + } + ], + "isStatic": false, + "name": "OnDrag", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#225" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "touchInfo", + "typeName": "UnityEngine.EventSystems.PointerEventData" + } + ], + "isStatic": false, + "name": "OnPointerUp", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#233" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "UpdateParentCanvas", + "comment": "Updates the parent canvas if it has changed.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#569" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "UpdatePositioning", + "comment": "Resets the joystick and updates the size and placement of the Ultimate Joystick. Useful for screen rotations, changing of screen size, or changing of size and placement options.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#1113" + }, + { + "returnTypeName": "Single", + "params": [], + "isStatic": false, + "name": "GetHorizontalAxis", + "comment": "Returns a float value between -1 and 1 representing the horizontal value of the Ultimate Joystick.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#1130" + }, + { + "returnTypeName": "Single", + "params": [], + "isStatic": false, + "name": "GetVerticalAxis", + "comment": "Returns a float value between -1 and 1 representing the vertical value of the Ultimate Joystick.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#1138" + }, + { + "returnTypeName": "Single", + "params": [], + "isStatic": false, + "name": "GetHorizontalAxisRaw", + "comment": "Returns a value of -1, 0 or 1 representing the raw horizontal value of the Ultimate Joystick.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#1146" + }, + { + "returnTypeName": "Single", + "params": [], + "isStatic": false, + "name": "GetVerticalAxisRaw", + "comment": "Returns a value of -1, 0 or 1 representing the raw vertical value of the Ultimate Joystick.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#1161" + }, + { + "returnTypeName": "Single", + "params": [], + "isStatic": false, + "name": "GetDistance", + "comment": "Returns a float value between 0 and 1 representing the distance of the joystick from the base.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#1185" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "targetColor", "typeName": "UnityEngine.Color" } + ], + "isStatic": false, + "name": "UpdateHighlightColor", + "comment": "Updates the color of the highlights attached to the Ultimate Joystick with the targeted color.\n\n```plaintext\nParams: targetColor - New highlight color.\n \n```\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#1194" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "targetTensionNone", "typeName": "UnityEngine.Color" }, + { "name": "targetTensionFull", "typeName": "UnityEngine.Color" } + ], + "isStatic": false, + "name": "UpdateTensionColors", + "comment": "Updates the colors of the tension accents attached to the Ultimate Joystick with the targeted colors.\n\n```plaintext\nParams: targetTensionNone - New idle tension color.\n targetTensionFull - New full tension color.\n \n```\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#1217" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "GetJoystickState", + "comment": "Returns the current state of the Ultimate Joystick. This function will return true when the joystick is being interacted with, and false when not.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#1231" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "GetTapCount", + "comment": "Returns the tap count to the Ultimate Joystick.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#1239" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "DisableJoystick", + "comment": "Disables the Ultimate Joystick.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#1247" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "EnableJoystick", + "comment": "Enables the Ultimate Joystick.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#1289" + }, + { + "returnTypeName": "UltimateJoystick", + "params": [{ "name": "joystickName", "typeName": "string" }], + "isStatic": true, + "name": "GetUltimateJoystick", + "comment": "Returns the Ultimate Joystick of the targeted name if it exists within the scene.\n\n```plaintext\nParams: joystickName - The Joystick Name of the desired Ultimate Joystick.\n \n```\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#1304" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "joystickName", "typeName": "string" }], + "isStatic": true, + "name": "GetHorizontalAxis", + "comment": "Returns a float value between -1 and 1 representing the horizontal value of the Ultimate Joystick.\n\n```plaintext\nParams: joystickName - The name of the desired Ultimate Joystick.\n \n```\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#1316" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "joystickName", "typeName": "string" }], + "isStatic": true, + "name": "GetVerticalAxis", + "comment": "Returns a float value between -1 and 1 representing the vertical value of the Ultimate Joystick.\n\n```plaintext\nParams: joystickName - The name of the desired Ultimate Joystick.\n \n```\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#1328" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "joystickName", "typeName": "string" }], + "isStatic": true, + "name": "GetHorizontalAxisRaw", + "comment": "Returns a value of -1, 0 or 1 representing the raw horizontal value of the Ultimate Joystick.\n\n```plaintext\nParams: joystickName - The name of the desired Ultimate Joystick.\n \n```\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#1340" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "joystickName", "typeName": "string" }], + "isStatic": true, + "name": "GetVerticalAxisRaw", + "comment": "Returns a value of -1, 0 or 1 representing the raw vertical value of the Ultimate Joystick.\n\n```plaintext\nParams: joystickName - The name of the desired Ultimate Joystick.\n \n```\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#1352" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "joystickName", "typeName": "string" }], + "isStatic": true, + "name": "GetDistance", + "comment": "Returns a float value between 0 and 1 representing the distance of the joystick from the base.\n\n```plaintext\nParams: joystickName - The name of the desired Ultimate Joystick.\n \n```\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#1364" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "joystickName", "typeName": "string" }], + "isStatic": true, + "name": "GetJoystickState", + "comment": "Returns the current interaction state of the Ultimate Joystick.\n\n```plaintext\nParams: joystickName - The name of the desired Ultimate Joystick.\n \n```\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#1376" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "joystickName", "typeName": "string" }], + "isStatic": true, + "name": "GetTapCount", + "comment": "Returns the current state of the tap count according to the options set.\n\n```plaintext\nParams: joystickName - The name of the desired Ultimate Joystick.\n \n```\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#1388" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "joystickName", "typeName": "string" }], + "isStatic": true, + "name": "DisableJoystick", + "comment": "Disables the targeted Ultimate Joystick.\n\n```plaintext\nParams: joystickName - The name of the desired Ultimate Joystick.\n \n```\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#1400" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "joystickName", "typeName": "string" }], + "isStatic": true, + "name": "EnableJoystick", + "comment": "Enables the targeted Ultimate Joystick.\n\n```plaintext\nParams: joystickName - The name of the desired Ultimate Joystick.\n \n```\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#1412" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#12" + } + ], + "name": "UltimateJoystick", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#12" + }, + { + "namespace": "", + "baseClass": "UnityEngine.MonoBehaviour", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "PropertyReference", + "name": "source", + "comment": "First property reference.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/PropertyBinding.cs#35" + }, + { + "typeName": "PropertyReference", + "name": "target", + "comment": "Second property reference.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/PropertyBinding.cs#41" + }, + { + "typeName": "PropertyBinding.Direction", + "name": "direction", + "comment": "Direction of updates.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/PropertyBinding.cs#47" + }, + { + "typeName": "PropertyBinding.UpdateCondition", + "name": "update", + "comment": "When the property update will occur.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/PropertyBinding.cs#53" + }, + { + "typeName": "bool", + "name": "editMode", + "comment": "Whether the values will update while in edit mode.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/PropertyBinding.cs#59" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "UpdateTarget", + "comment": "Immediately update the bound data.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/PropertyBinding.cs#105" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/PropertyBinding.cs#14" + } + ], + "name": "PropertyBinding", + "comment": "Property binding lets you bind two fields or properties so that changing one will update the other.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/PropertyBinding.cs#14" + }, + { + "namespace": "", + "baseClass": "UnityEngine.MonoBehaviour", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UILabel", + "name": "textLabel", + "comment": "Label the contents of which will be modified with the chat entries.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UITextList.cs#32" + }, + { + "typeName": "UIProgressBar", + "name": "scrollBar", + "comment": "Vertical scroll bar associated with the text list.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UITextList.cs#38" + }, + { + "typeName": "UITextList.Style", + "name": "style", + "comment": "Text style. Text entries go top to bottom. Chat entries go bottom to top.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UITextList.cs#44" + }, + { + "typeName": "int", + "name": "paragraphHistory", + "comment": "Maximum number of chat log entries to keep before discarding them.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UITextList.cs#50" + }, + { + "typeName": "int", + "name": "paragraphCount", + "comment": "Return the number of paragraphs currently in the text list.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UITextList.cs#97" + }, + { + "typeName": "bool", + "name": "isValid", + "comment": "Whether the text list is usable.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UITextList.cs#104" + }, + { + "typeName": "float", + "name": "scrollValue", + "comment": "Relative (0-1 range) scroll value, with 0 being the oldest entry and 1 being the newest entry.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UITextList.cs#113" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Clear", + "comment": "Clear the text.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UITextList.cs#162" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "val", "typeName": "float" }], + "isStatic": false, + "name": "OnScroll", + "comment": "Allow scrolling of the text list.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UITextList.cs#208" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "delta", "typeName": "UnityEngine.Vector2" }], + "isStatic": false, + "name": "OnDrag", + "comment": "Allow dragging of the text list.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UITextList.cs#223" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "text", "typeName": "string" }], + "isStatic": false, + "name": "Add", + "comment": "Add a new paragraph.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UITextList.cs#248" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UITextList.cs#20" + } + ], + "name": "UITextList", + "comment": "Text list can be used with a UILabel to create a scrollable multi-line text field that's \n easy to add new entries to. Optimal use: chat window.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UITextList.cs#20" + }, + { + "namespace": "", + "baseClass": "UnityEngine.MonoBehaviour", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UIEventTrigger", + "name": "current", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIEventTrigger.cs#16" + }, + { + "typeName": "System.Collections.Generic.List", + "name": "onHoverOver", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIEventTrigger.cs#18" + }, + { + "typeName": "System.Collections.Generic.List", + "name": "onHoverOut", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIEventTrigger.cs#19" + }, + { + "typeName": "System.Collections.Generic.List", + "name": "onPress", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIEventTrigger.cs#20" + }, + { + "typeName": "System.Collections.Generic.List", + "name": "onRelease", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIEventTrigger.cs#21" + }, + { + "typeName": "System.Collections.Generic.List", + "name": "onSelect", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIEventTrigger.cs#22" + }, + { + "typeName": "System.Collections.Generic.List", + "name": "onDeselect", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIEventTrigger.cs#23" + }, + { + "typeName": "System.Collections.Generic.List", + "name": "onClick", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIEventTrigger.cs#24" + }, + { + "typeName": "System.Collections.Generic.List", + "name": "onDoubleClick", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIEventTrigger.cs#25" + }, + { + "typeName": "System.Collections.Generic.List", + "name": "onDragStart", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIEventTrigger.cs#26" + }, + { + "typeName": "System.Collections.Generic.List", + "name": "onDragEnd", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIEventTrigger.cs#27" + }, + { + "typeName": "System.Collections.Generic.List", + "name": "onDragOver", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIEventTrigger.cs#28" + }, + { + "typeName": "System.Collections.Generic.List", + "name": "onDragOut", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIEventTrigger.cs#29" + }, + { + "typeName": "System.Collections.Generic.List", + "name": "onDrag", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIEventTrigger.cs#30" + }, + { + "typeName": "bool", + "name": "isColliderEnabled", + "comment": "Whether the collider is enabled and the widget can be interacted with.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIEventTrigger.cs#36" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIEventTrigger.cs#14" + } + ], + "name": "UIEventTrigger", + "comment": "Attaching this script to an object will let you trigger remote functions using NGUI events.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIEventTrigger.cs#14" + }, + { + "namespace": "", + "baseClass": "UnityEngine.MonoBehaviour", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UISoundVolume.cs#15" + } + ], + "name": "UISoundVolume", + "comment": "Very simple script that can be attached to a slider and will control the volume of all sounds played via NGUITools.PlaySound, \n which includes all of UI's sounds.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UISoundVolume.cs#15" + }, + { + "namespace": "", + "baseClass": "UIButtonColor", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UIButton", + "name": "current", + "comment": "Current button that sent out the onClick event.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButton.cs#20" + }, + { + "typeName": "bool", + "name": "dragHighlight", + "comment": "Whether the button will highlight when you drag something over it.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButton.cs#26" + }, + { + "typeName": "string", + "name": "hoverSprite", + "comment": "Name of the hover state sprite.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButton.cs#32" + }, + { + "typeName": "string", + "name": "pressedSprite", + "comment": "Name of the pressed sprite.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButton.cs#38" + }, + { + "typeName": "string", + "name": "disabledSprite", + "comment": "Name of the disabled sprite.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButton.cs#44" + }, + { + "typeName": "UnityEngine.Sprite", + "name": "hoverSprite2D", + "comment": "Name of the hover state sprite.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButton.cs#50" + }, + { + "typeName": "UnityEngine.Sprite", + "name": "pressedSprite2D", + "comment": "Name of the pressed sprite.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButton.cs#56" + }, + { + "typeName": "UnityEngine.Sprite", + "name": "disabledSprite2D", + "comment": "Name of the disabled sprite.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButton.cs#62" + }, + { + "typeName": "bool", + "name": "pixelSnap", + "comment": "Whether the sprite changes will elicit a call to MakePixelPerfect() or not.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButton.cs#68" + }, + { + "typeName": "System.Collections.Generic.List", + "name": "onClick", + "comment": "Click event listener.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButton.cs#74" + }, + { + "typeName": "bool", + "name": "isEnabled", + "comment": "Whether the button should be enabled.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButton.cs#87" + }, + { + "typeName": "string", + "name": "normalSprite", + "comment": "Convenience function that changes the normal sprite.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButton.cs#136" + }, + { + "typeName": "UnityEngine.Sprite", + "name": "normalSprite2D", + "comment": "Convenience function that changes the normal sprite.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButton.cs#164" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "state", "typeName": "UIButtonColor.State" }, + { "name": "immediate", "typeName": "bool" } + ], + "isStatic": false, + "name": "SetState", + "comment": "Change the visual state.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButton.cs#275" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButton.cs#14" + } + ], + "name": "UIButton", + "comment": "Similar to UIButtonColor, but adds a 'disabled' state based on whether the collider is enabled or not.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButton.cs#14" + }, + { + "namespace": "", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "name", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteData.cs#13" + }, + { + "typeName": "int", + "name": "x", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteData.cs#14" + }, + { + "typeName": "int", + "name": "y", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteData.cs#15" + }, + { + "typeName": "int", + "name": "width", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteData.cs#16" + }, + { + "typeName": "int", + "name": "height", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteData.cs#17" + }, + { + "typeName": "int", + "name": "borderLeft", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteData.cs#19" + }, + { + "typeName": "int", + "name": "borderRight", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteData.cs#20" + }, + { + "typeName": "int", + "name": "borderTop", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteData.cs#21" + }, + { + "typeName": "int", + "name": "borderBottom", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteData.cs#22" + }, + { + "typeName": "int", + "name": "paddingLeft", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteData.cs#24" + }, + { + "typeName": "int", + "name": "paddingRight", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteData.cs#25" + }, + { + "typeName": "int", + "name": "paddingTop", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteData.cs#26" + }, + { + "typeName": "int", + "name": "paddingBottom", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteData.cs#27" + }, + { + "typeName": "bool", + "name": "hasBorder", + "comment": "Whether the sprite has a border.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteData.cs#35" + }, + { + "typeName": "bool", + "name": "hasPadding", + "comment": "Whether the sprite has been offset via padding.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteData.cs#41" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "x", "typeName": "int" }, + { "name": "y", "typeName": "int" }, + { "name": "width", "typeName": "int" }, + { "name": "height", "typeName": "int" } + ], + "isStatic": false, + "name": "SetRect", + "comment": "Convenience function -- set the X, Y, width, and height.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteData.cs#47" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "left", "typeName": "int" }, + { "name": "bottom", "typeName": "int" }, + { "name": "right", "typeName": "int" }, + { "name": "top", "typeName": "int" } + ], + "isStatic": false, + "name": "SetPadding", + "comment": "Convenience function -- set the sprite's padding.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteData.cs#59" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "left", "typeName": "int" }, + { "name": "bottom", "typeName": "int" }, + { "name": "right", "typeName": "int" }, + { "name": "top", "typeName": "int" } + ], + "isStatic": false, + "name": "SetBorder", + "comment": "Convenience function -- set the sprite's border.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteData.cs#71" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "sd", "typeName": "UISpriteData" }], + "isStatic": false, + "name": "CopyFrom", + "comment": "Copy all values of the specified sprite data.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteData.cs#83" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "sd", "typeName": "UISpriteData" }], + "isStatic": false, + "name": "CopyBorderFrom", + "comment": "Copy the border information from the specified sprite.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteData.cs#107" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteData.cs#11" + } + ], + "name": "UISpriteData", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteData.cs#11" + }, + { + "namespace": "", + "baseClass": "UnityEngine.MonoBehaviour", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UIPlayTween", + "name": "current", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPlayTween.cs#18" + }, + { + "typeName": "UnityEngine.GameObject", + "name": "tweenTarget", + "comment": "Target on which there is one or more tween.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPlayTween.cs#24" + }, + { + "typeName": "int", + "name": "tweenGroup", + "comment": "If there are multiple tweens, you can choose which ones get activated by changing their group.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPlayTween.cs#30" + }, + { + "typeName": "AnimationOrTween.Trigger", + "name": "trigger", + "comment": "Which event will trigger the tween.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPlayTween.cs#36" + }, + { + "typeName": "AnimationOrTween.Direction", + "name": "playDirection", + "comment": "Direction to tween in.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPlayTween.cs#42" + }, + { + "typeName": "bool", + "name": "resetOnPlay", + "comment": "Whether the tween will be reset to the start or end when activated. If not, it will continue from where it currently is.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPlayTween.cs#48" + }, + { + "typeName": "bool", + "name": "resetIfDisabled", + "comment": "Whether the tween will be reset to the start if it's disabled when activated.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPlayTween.cs#54" + }, + { + "typeName": "bool", + "name": "setState", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPlayTween.cs#57" + }, + { + "typeName": "float", + "name": "startState", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPlayTween.cs#60" + }, + { + "typeName": "AnimationOrTween.EnableCondition", + "name": "ifDisabledOnPlay", + "comment": "What to do if the tweenTarget game object is currently disabled.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPlayTween.cs#66" + }, + { + "typeName": "AnimationOrTween.DisableCondition", + "name": "disableWhenFinished", + "comment": "What to do with the tweenTarget after the tween finishes.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPlayTween.cs#72" + }, + { + "typeName": "bool", + "name": "includeChildren", + "comment": "Whether the tweens on the child game objects will be considered.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPlayTween.cs#78" + }, + { + "typeName": "System.Collections.Generic.List", + "name": "onFinished", + "comment": "Event delegates called when the animation finishes.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPlayTween.cs#84" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Stop", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPlayTween.cs#322" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Play", + "comment": "Activate the tweeners.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPlayTween.cs#329" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "forward", "typeName": "bool" }], + "isStatic": false, + "name": "Play", + "comment": "Activate the tweeners.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPlayTween.cs#335" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPlayTween.cs#16" + } + ], + "name": "UIPlayTween", + "comment": "Play the specified tween on click.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPlayTween.cs#16" + }, + { + "namespace": "", + "baseClass": "UnityEngine.MonoBehaviour", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "SpringPosition", + "name": "current", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/SpringPosition.cs#15" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "target", + "comment": "Target position to tween to.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/SpringPosition.cs#21" + }, + { + "typeName": "float", + "name": "strength", + "comment": "Strength of the spring. The higher the value, the faster the movement.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/SpringPosition.cs#27" + }, + { + "typeName": "bool", + "name": "worldSpace", + "comment": "Is the calculation done in world space or local space?\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/SpringPosition.cs#33" + }, + { + "typeName": "bool", + "name": "ignoreTimeScale", + "comment": "Whether the time scale will be ignored. Generally UI components should set it to 'true'.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/SpringPosition.cs#39" + }, + { + "typeName": "bool", + "name": "updateScrollView", + "comment": "Whether the parent scroll view will be updated as the object moves.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/SpringPosition.cs#45" + }, + { + "typeName": "SpringPosition.OnFinished", + "name": "onFinished", + "comment": "Delegate to trigger when the spring finishes.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/SpringPosition.cs#53" + }, + { + "typeName": "string", + "name": "callWhenFinished", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/SpringPosition.cs#57" + } + ], + "methods": [ + { + "returnTypeName": "SpringPosition", + "params": [ + { "name": "go", "typeName": "UnityEngine.GameObject" }, + { "name": "pos", "typeName": "UnityEngine.Vector3" }, + { "name": "strength", "typeName": "float" } + ], + "isStatic": true, + "name": "Begin", + "comment": "Start the tweening process.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/SpringPosition.cs#130" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/SpringPosition.cs#13" + } + ], + "name": "SpringPosition", + "comment": "Spring-like motion -- the farther away the object is from the target, the stronger the pull.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/SpringPosition.cs#13" + }, + { + "namespace": "", + "baseClass": "UnityEngine.MonoBehaviour", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "BetterList", + "name": "list", + "comment": "List of all active cameras in the scene.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#127" + }, + { + "typeName": "UICamera.GetKeyStateFunc", + "name": "GetKeyDown", + "comment": "GetKeyDown function -- return whether the specified key was pressed this Update().\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#140" + }, + { + "typeName": "UICamera.GetKeyStateFunc", + "name": "GetKeyUp", + "comment": "GetKeyDown function -- return whether the specified key was released this Update().\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#150" + }, + { + "typeName": "UICamera.GetKeyStateFunc", + "name": "GetKey", + "comment": "GetKey function -- return whether the specified key is currently held.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#160" + }, + { + "typeName": "UICamera.GetAxisFunc", + "name": "GetAxis", + "comment": "GetAxis function -- return the state of the specified axis.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#170" + }, + { + "typeName": "UICamera.GetAnyKeyFunc", + "name": "GetAnyKeyDown", + "comment": "User-settable Input.anyKeyDown\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#180" + }, + { + "typeName": "UICamera.GetMouseDelegate", + "name": "GetMouse", + "comment": "Get the details of the specified mouse button.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#186" + }, + { + "typeName": "UICamera.GetTouchDelegate", + "name": "GetTouch", + "comment": "Get or create a touch event. If you are trying to iterate through a list of active touches, use activeTouches instead.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#192" + }, + { + "typeName": "UICamera.RemoveTouchDelegate", + "name": "RemoveTouch", + "comment": "Remove a touch event from the list.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#215" + }, + { + "typeName": "UICamera.OnScreenResize", + "name": "onScreenResize", + "comment": "Delegate triggered when the screen size changes for any reason. \n Subscribe to it if you don't want to compare Screen.width and Screen.height each frame.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#233" + }, + { + "typeName": "UICamera.EventType", + "name": "eventType", + "comment": "Event type -- use \"UI\" for your user interfaces, and \"World\" for your game camera. \n This setting changes how raycasts are handled. Raycasts have to be more complicated for UI cameras.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#241" + }, + { + "typeName": "bool", + "name": "eventsGoToColliders", + "comment": "By default, events will go to rigidbodies when the Event Type is not UI. \n You can change this behaviour back to how it was pre-3.7.0 using this flag.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#248" + }, + { + "typeName": "UnityEngine.LayerMask", + "name": "eventReceiverMask", + "comment": "Which layers will receive events.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#254" + }, + { + "typeName": "UICamera.ProcessEventsIn", + "name": "processEventsIn", + "comment": "When events will be processed.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#266" + }, + { + "typeName": "bool", + "name": "debug", + "comment": "If 'true', currently hovered object will be shown in the top left corner.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#272" + }, + { + "typeName": "bool", + "name": "useMouse", + "comment": "Whether the mouse input is used.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#278" + }, + { + "typeName": "bool", + "name": "useTouch", + "comment": "Whether the touch-based input is used.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#284" + }, + { + "typeName": "bool", + "name": "allowMultiTouch", + "comment": "Whether multi-touch is allowed.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#290" + }, + { + "typeName": "bool", + "name": "useKeyboard", + "comment": "Whether the keyboard events will be processed.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#296" + }, + { + "typeName": "bool", + "name": "useController", + "comment": "Whether the joystick and controller events will be processed.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#302" + }, + { + "typeName": "bool", + "name": "stickyPress", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#305" + }, + { + "typeName": "bool", + "name": "stickyTooltip", + "comment": "Whether the tooltip will disappear as soon as the mouse moves (false) or only if the mouse moves outside of the widget's area (true).\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#311" + }, + { + "typeName": "float", + "name": "tooltipDelay", + "comment": "How long of a delay to expect before showing the tooltip.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#317" + }, + { + "typeName": "bool", + "name": "longPressTooltip", + "comment": "If enabled, a tooltip will be shown after touch gets pressed on something and held for more than \"tooltipDelay\" seconds.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#323" + }, + { + "typeName": "float", + "name": "mouseDragThreshold", + "comment": "How much the mouse has to be moved after pressing a button before it starts to send out drag events.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#329" + }, + { + "typeName": "float", + "name": "mouseClickThreshold", + "comment": "How far the mouse is allowed to move in pixels before it's no longer considered for click events, if the click notification is based on delta.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#335" + }, + { + "typeName": "float", + "name": "touchDragThreshold", + "comment": "How much the mouse has to be moved after pressing a button before it starts to send out drag events.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#341" + }, + { + "typeName": "float", + "name": "touchClickThreshold", + "comment": "How far the touch is allowed to move in pixels before it's no longer considered for click events, if the click notification is based on delta.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#347" + }, + { + "typeName": "float", + "name": "rangeDistance", + "comment": "Raycast range distance. By default it's as far as the camera can see.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#353" + }, + { + "typeName": "string", + "name": "horizontalAxisName", + "comment": "Name of the axis used to send left and right key events.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#359" + }, + { + "typeName": "string", + "name": "verticalAxisName", + "comment": "Name of the axis used to send up and down key events.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#365" + }, + { + "typeName": "string", + "name": "horizontalPanAxisName", + "comment": "Name of the horizontal axis used to move scroll views and sliders around.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#371" + }, + { + "typeName": "string", + "name": "verticalPanAxisName", + "comment": "Name of the vertical axis used to move scroll views and sliders around.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#377" + }, + { + "typeName": "string", + "name": "scrollAxisName", + "comment": "Name of the axis used for scrolling.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#383" + }, + { + "typeName": "bool", + "name": "commandClick", + "comment": "Simulate a right-click on OSX when the Command key is held and a left-click is used (for trackpad).\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#390" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "submitKey0", + "comment": "Various keys used by the camera.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#396" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "submitKey1", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#397" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "cancelKey0", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#398" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "cancelKey1", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#399" + }, + { + "typeName": "bool", + "name": "autoHideCursor", + "comment": "Whether NGUI will automatically hide the mouse cursor when controller or touch input is detected.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#405" + }, + { + "typeName": "UICamera.OnCustomInput", + "name": "onCustomInput", + "comment": "Custom input processing logic, if desired. For example: WP7 touches. \n Use UICamera.current to get the current camera.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#414" + }, + { + "typeName": "bool", + "name": "showTooltips", + "comment": "Whether tooltips will be shown or not.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#420" + }, + { + "typeName": "bool", + "name": "disableController", + "comment": "Whether controller input will be temporarily disabled or not. \n It's useful to be able to turn off controller interaction and only turn it on when the UI is actually visible.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#427" + }, + { + "typeName": "bool", + "name": "ignoreAllEvents", + "comment": "If set to 'true', all events will be ignored until set to 'true'.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#443" + }, + { + "typeName": "bool", + "name": "ignoreControllerInput", + "comment": "If set to 'true', controller input will be flat-out ignored. Permanently, for all cameras.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#449" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "lastTouchPosition", + "comment": "Position of the last touch (or mouse) event.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#459" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "lastEventPosition", + "comment": "Position of the last touch (or mouse) event.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#465" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "lastWorldPosition", + "comment": "Position of the last touch (or mouse) event in the world.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#491" + }, + { + "typeName": "UnityEngine.Ray", + "name": "lastWorldRay", + "comment": "Last raycast into the world space.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#497" + }, + { + "typeName": "UnityEngine.RaycastHit", + "name": "lastHit", + "comment": "Last raycast hit prior to sending out the event. This is useful if you want detailed information \n about what was actually hit in your OnClick, OnHover, and other event functions. \n Note that this is not going to be valid if you're using 2D colliders.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#505" + }, + { + "typeName": "UICamera", + "name": "current", + "comment": "UICamera that sent out the event.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#511" + }, + { + "typeName": "UICamera", + "name": "first", + "comment": "NGUI event system that will be handling all events.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#517" + }, + { + "typeName": "UnityEngine.Camera", + "name": "currentCamera", + "comment": "Last camera active prior to sending out the event. This will always be the camera that actually sent out the event.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#530" + }, + { + "typeName": "UICamera.OnSchemeChange", + "name": "onSchemeChange", + "comment": "Delegate called when the control scheme changes.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#538" + }, + { + "typeName": "UICamera.ControlScheme", + "name": "currentScheme", + "comment": "Current control scheme. Derived from the last event to arrive.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#545" + }, + { + "typeName": "int", + "name": "currentTouchID", + "comment": "ID of the touch or mouse operation prior to sending out the event. \n Mouse ID is '-1' for left, '-2' for right mouse button, '-3' for middle.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#591" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "currentKey", + "comment": "Key that triggered the event, if any.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#599" + }, + { + "typeName": "UnityEngine.Ray", + "name": "currentRay", + "comment": "Ray projected into the screen underneath the current touch.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#657" + }, + { + "typeName": "UICamera.MouseOrTouch", + "name": "currentTouch", + "comment": "Current touch, set before any event function gets called.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#670" + }, + { + "typeName": "bool", + "name": "inputHasFocus", + "comment": "Whether an input field currently has focus.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#678" + }, + { + "typeName": "UnityEngine.GameObject", + "name": "genericEventHandler", + "comment": "If set, this game object will receive all events regardless of whether they were handled or not.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#695" + }, + { + "typeName": "UnityEngine.GameObject", + "name": "fallThrough", + "comment": "If events don't get handled, they will be forwarded to this game object.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#701" + }, + { + "typeName": "UICamera.VoidDelegate", + "name": "onClick", + "comment": "These notifications are sent out prior to the actual event going out.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#715" + }, + { + "typeName": "UICamera.VoidDelegate", + "name": "onDoubleClick", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#716" + }, + { + "typeName": "UICamera.BoolDelegate", + "name": "onHover", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#717" + }, + { + "typeName": "UICamera.BoolDelegate", + "name": "onPress", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#718" + }, + { + "typeName": "UICamera.BoolDelegate", + "name": "onSelect", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#719" + }, + { + "typeName": "UICamera.FloatDelegate", + "name": "onScroll", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#720" + }, + { + "typeName": "UICamera.VectorDelegate", + "name": "onDrag", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#721" + }, + { + "typeName": "UICamera.VoidDelegate", + "name": "onDragStart", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#722" + }, + { + "typeName": "UICamera.ObjectDelegate", + "name": "onDragOver", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#723" + }, + { + "typeName": "UICamera.ObjectDelegate", + "name": "onDragOut", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#724" + }, + { + "typeName": "UICamera.VoidDelegate", + "name": "onDragEnd", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#725" + }, + { + "typeName": "UICamera.ObjectDelegate", + "name": "onDrop", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#726" + }, + { + "typeName": "UICamera.KeyCodeDelegate", + "name": "onKey", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#727" + }, + { + "typeName": "UICamera.KeyCodeDelegate", + "name": "onNavigate", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#728" + }, + { + "typeName": "UICamera.VectorDelegate", + "name": "onPan", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#729" + }, + { + "typeName": "UICamera.BoolDelegate", + "name": "onTooltip", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#730" + }, + { + "typeName": "UICamera.MoveDelegate", + "name": "onMouseMove", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#731" + }, + { + "typeName": "UICamera.MouseOrTouch", + "name": "mouse0", + "comment": "Access to the mouse-related data. This is intended to be read-only.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#740" + }, + { + "typeName": "UICamera.MouseOrTouch", + "name": "mouse1", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#741" + }, + { + "typeName": "UICamera.MouseOrTouch", + "name": "mouse2", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#742" + }, + { + "typeName": "UICamera.MouseOrTouch", + "name": "controller", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#745" + }, + { + "typeName": "System.Collections.Generic.List", + "name": "activeTouches", + "comment": "List of all the active touches.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#751" + }, + { + "typeName": "UnityEngine.Camera", + "name": "cachedCamera", + "comment": "Caching is always preferable for performance.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#781" + }, + { + "typeName": "bool", + "name": "isDragging", + "comment": "Set to 'true' just before OnDrag-related events are sent. No longer needed, but kept for backwards compatibility.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#788" + }, + { + "typeName": "UnityEngine.GameObject", + "name": "tooltipObject", + "comment": "Object that should be showing the tooltip.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#794" + }, + { + "typeName": "bool", + "name": "isOverUI", + "comment": "Whether the last raycast was over the UI.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#821" + }, + { + "typeName": "bool", + "name": "uiHasFocus", + "comment": "Much like 'isOverUI', but also returns 'true' if there is currently an active mouse press on a UI element, or if a UI input has focus.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#875" + }, + { + "typeName": "bool", + "name": "interactingWithUI", + "comment": "Whether there is a active current focus on the UI -- either input, or an active touch.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#937" + }, + { + "typeName": "UnityEngine.GameObject", + "name": "hoveredObject", + "comment": "The object over which the mouse is hovering over, or the object currently selected by the controller input. \n Mouse and controller input share the same hovered object, while touches have no hovered object at all. \n Checking this value from within a touch-based event will simply return the current touched object.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#998" + }, + { + "typeName": "UnityEngine.GameObject", + "name": "controllerNavigationObject", + "comment": "Currently chosen object for controller-based navigation.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#1089" + }, + { + "typeName": "UnityEngine.GameObject", + "name": "selectedObject", + "comment": "Selected object receives exclusive focus. An input field requires exclusive focus in order to type, \n for example. Any object is capable of grabbing the selection just by clicking on that object, \n but only one object can be selected at a time.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#1151" + }, + { + "typeName": "int", + "name": "touchCount", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#1295" + }, + { + "typeName": "int", + "name": "dragCount", + "comment": "Number of active drag events from all sources.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#1328" + }, + { + "typeName": "UnityEngine.Camera", + "name": "mainCamera", + "comment": "Convenience function that returns the main HUD camera.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#1356" + }, + { + "typeName": "UICamera", + "name": "eventHandler", + "comment": "Event handler for all types of events.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#1369" + }, + { + "typeName": "UICamera.GetTouchCountCallback", + "name": "GetInputTouchCount", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#2358" + }, + { + "typeName": "UICamera.GetTouchCallback", + "name": "GetInputTouch", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#2359" + } + ], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [{ "name": "go", "typeName": "UnityEngine.GameObject" }], + "isStatic": true, + "name": "IsPartOfUI", + "comment": "Whether this object is a part of the UI or not.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#801" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "go", "typeName": "UnityEngine.GameObject" }], + "isStatic": true, + "name": "IsPressed", + "comment": "Returns 'true' if any of the active touch, mouse or controller is currently holding the specified object.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#1282" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": true, + "name": "CountInputSources", + "comment": "Number of active touches from all sources. \n Note that this will include the sum of touch, mouse and controller events. \n If you want only touch events, use activeTouches.Count.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#1303" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "touch", "typeName": "UICamera.MouseOrTouch" }], + "isStatic": true, + "name": "Raycast", + "comment": "Raycast into the screen underneath the touch and update its 'current' value.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#1489" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "inPos", "typeName": "UnityEngine.Vector3" }], + "isStatic": true, + "name": "Raycast", + "comment": "Returns the object under the specified position.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#1516" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "go", "typeName": "UnityEngine.GameObject" }], + "isStatic": true, + "name": "IsHighlighted", + "comment": "Whether the specified object should be highlighted.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#1865" + }, + { + "returnTypeName": "UICamera", + "params": [{ "name": "layer", "typeName": "int" }], + "isStatic": true, + "name": "FindCameraForLayer", + "comment": "Find the camera responsible for handling events on objects of the specified layer.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#1871" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "go", "typeName": "UnityEngine.GameObject" }, + { "name": "funcName", "typeName": "string" }, + { "name": "obj", "typeName": "object" } + ], + "isStatic": true, + "name": "Notify", + "comment": "Generic notification function. Used in place of SendMessage to shorten the code and allow for more than one receiver.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#1946" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ProcessMouse", + "comment": "Update mouse input.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#2179" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ProcessTouches", + "comment": "Update touch-based events.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#2365" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ProcessOthers", + "comment": "Process keyboard and joystick events.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#2496" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "pressed", "typeName": "bool" }, + { "name": "released", "typeName": "bool" } + ], + "isStatic": false, + "name": "ProcessTouch", + "comment": "Process the events of the specified touch.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#2898" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "CancelNextTooltip", + "comment": "Cancel the next tooltip, preventing it from being shown. \n Moving the mouse again will reset this counter.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#2940" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "go", "typeName": "UnityEngine.GameObject" }], + "isStatic": true, + "name": "ShowTooltip", + "comment": "Show or hide the tooltip.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#2946" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": true, + "name": "HideTooltip", + "comment": "Hide the tooltip, if one is visible.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#2973" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "delay", "typeName": "float" }], + "isStatic": true, + "name": "ResetTooltip", + "comment": "Reset the tooltip timer, allowing the tooltip to show again even over the same widget.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#2979" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#43" + } + ], + "name": "UICamera", + "comment": "This script should be attached to each camera that's used to draw the objects with \n UI components on them. This may mean only one camera (main camera or your UI camera), \n or multiple cameras if you happen to have multiple viewports. Failing to attach this \n script simply means that objects drawn by this camera won't receive UI notifications: \n \n * OnHover (isOver) is sent when the mouse hovers over a collider or moves away. \n * OnPress (isDown) is sent when a mouse button gets pressed on the collider. \n * OnSelect (selected) is sent when a mouse button is first pressed on an object. Repeated presses won't result in an OnSelect(true). \n * OnClick () is sent when a mouse is pressed and released on the same object. \n UICamera.currentTouchID tells you which button was clicked. \n * OnDoubleClick () is sent when the click happens twice within a fourth of a second. \n UICamera.currentTouchID tells you which button was clicked. \n \n * OnDragStart () is sent to a game object under the touch just before the OnDrag() notifications begin. \n * OnDrag (delta) is sent to an object that's being dragged. \n * OnDragOver (draggedObject) is sent to a game object when another object is dragged over its area. \n * OnDragOut (draggedObject) is sent to a game object when another object is dragged out of its area. \n * OnDragEnd () is sent to a dragged object when the drag event finishes. \n \n * OnTooltip (show) is sent when the mouse hovers over a collider for some time without moving. \n * OnScroll (float delta) is sent out when the mouse scroll wheel is moved. \n * OnNavigate (KeyCode key) is sent when horizontal or vertical navigation axes are moved. \n * OnPan (Vector2 delta) is sent when when horizontal or vertical panning axes are moved. \n * OnKey (KeyCode key) is sent when keyboard or controller input is used.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#43" + }, + { + "namespace": "", + "baseClass": "UnityEngine.MonoBehaviour", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Transform", + "name": "target", + "comment": "Target object that will be dragged.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDragObject.cs#28" + }, + { + "typeName": "UIPanel", + "name": "panelRegion", + "comment": "Panel that will be used for constraining the target.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDragObject.cs#34" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "dragMovement", + "comment": "Scale value applied to the drag delta. Set X or Y to 0 to disallow dragging in that direction.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDragObject.cs#40" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "scrollMomentum", + "comment": "Momentum added from the mouse scroll wheel.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDragObject.cs#46" + }, + { + "typeName": "bool", + "name": "restrictWithinPanel", + "comment": "Whether the dragging will be restricted to be within the parent panel's bounds.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDragObject.cs#52" + }, + { + "typeName": "UIRect", + "name": "contentRect", + "comment": "Rectangle to be used as the draggable object's bounds. If none specified, all widgets' bounds get added up.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDragObject.cs#58" + }, + { + "typeName": "UIDragObject.DragEffect", + "name": "dragEffect", + "comment": "Effect to apply when dragging.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDragObject.cs#64" + }, + { + "typeName": "float", + "name": "momentumAmount", + "comment": "How much momentum gets applied when the press is released after dragging.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDragObject.cs#70" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "CancelMovement", + "comment": "Cancel all movement.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDragObject.cs#337" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "CancelSpring", + "comment": "Cancel the spring movement.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDragObject.cs#356" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDragObject.cs#15" + } + ], + "name": "UIDragObject", + "comment": "Allows dragging of the specified target object by mouse or touch, optionally limiting it to be within the UIPanel's clipped rectangle.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDragObject.cs#15" + }, + { + "namespace": "", + "baseClass": "UnityEngine.MonoBehaviour", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "JoystickAndPlayer", + "name": "Instance", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/JoystickAndPlayer.cs#12" + }, + { + "typeName": "string", + "name": "Desc", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/JoystickAndPlayer.cs#13" + }, + { + "typeName": "UnityEngine.GameObject", + "name": "root", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/JoystickAndPlayer.cs#14" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/JoystickAndPlayer.cs#10" + } + ], + "name": "JoystickAndPlayer", + "comment": "Demo代码 \n 只是为了暂时把joystick和player从场景中拆出来 \n 后面有了相关功能记得删\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/JoystickAndPlayer.cs#10" + }, + { + "namespace": "", + "baseClass": "UnityEngine.MonoBehaviour", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Transform", + "name": "tweenTarget", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButtonRotation.cs#15" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "hover", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButtonRotation.cs#16" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "pressed", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButtonRotation.cs#17" + }, + { + "typeName": "float", + "name": "duration", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButtonRotation.cs#18" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButtonRotation.cs#13" + } + ], + "name": "UIButtonRotation", + "comment": "Simple example script of how a button can be rotated visibly when the mouse hovers over it or it gets pressed.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButtonRotation.cs#13" + }, + { + "namespace": "", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "canRead", + "comment": "Whether the buffer is readable.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/ByteReader.cs#51" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "bytes", "typeName": "byte[]" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/ByteReader.cs#22" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "asset", "typeName": "UnityEngine.TextAsset" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/ByteReader.cs#23" + }, + { + "returnTypeName": "ByteReader", + "params": [{ "name": "path", "typeName": "string" }], + "isStatic": true, + "name": "Open", + "comment": "Read the contents of the specified file and return a Byte Reader to work with.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/ByteReader.cs#29" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ReadLine", + "comment": "Read a single line from the buffer.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/ByteReader.cs#130" + }, + { + "returnTypeName": "String", + "params": [{ "name": "skipEmptyLines", "typeName": "bool" }], + "isStatic": false, + "name": "ReadLine", + "comment": "Read a single line from the buffer.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/ByteReader.cs#136" + }, + { + "returnTypeName": "Dictionary", + "params": [], + "isStatic": false, + "name": "ReadDictionary", + "comment": "Assume that the entire file is a collection of key/value pairs.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/ByteReader.cs#172" + }, + { + "returnTypeName": "BetterList", + "params": [], + "isStatic": false, + "name": "ReadCSV", + "comment": "Read a single line of Comma-Separated Values from the file.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/ByteReader.cs#205" + } + ], + "name": "ByteReader", + "comment": "MemoryStream.ReadLine has an interesting oddity: it doesn't always advance the stream's position by the correct amount: \n http://social.msdn.microsoft.com/Forums/en-AU/Vsexpressvcs/thread/b8f7837b-e396-494e-88e1-30547fcf385f \n Solution? Custom line reader with the added benefit of not having to use streams at all.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/ByteReader.cs#17" + }, + { + "namespace": "", + "baseClass": "UnityEngine.MonoBehaviour", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Camera", + "name": "uiCamera", + "comment": "Camera used to determine the anchor bounds. Set automatically if none was specified.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIStretch.cs#32" + }, + { + "typeName": "UnityEngine.GameObject", + "name": "container", + "comment": "Object used to determine the container's bounds. Overwrites the camera-based anchoring if the value was specified.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIStretch.cs#38" + }, + { + "typeName": "UIStretch.Style", + "name": "style", + "comment": "Stretching style.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIStretch.cs#44" + }, + { + "typeName": "bool", + "name": "runOnlyOnce", + "comment": "Whether the operation will occur only once and the script will then be disabled. \n Screen size changes will still cause the script's logic to execute.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIStretch.cs#51" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "relativeSize", + "comment": "Relative-to-target size.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIStretch.cs#57" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "initialSize", + "comment": "The size that the item/image should start out initially. \n Used for FillKeepingRatio, and FitInternalKeepingRatio. \n Contributed by Dylan Ryan.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIStretch.cs#65" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "borderPadding", + "comment": "Padding applied after the size of the stretched object gets calculated. This value is in pixels.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIStretch.cs#71" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIStretch.cs#15" + } + ], + "name": "UIStretch", + "comment": "This script can be used to stretch objects relative to the screen's width and height. \n The most obvious use would be to create a full-screen background by attaching it to a sprite.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIStretch.cs#15" + }, + { + "namespace": "", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/SpringPosition.cs#47" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/SpringPosition.cs#47" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/SpringPosition.cs#47" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/SpringPosition.cs#47" + } + ], + "name": "OnFinished", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/SpringPosition.cs#47" + }, + { + "namespace": "", + "baseClass": "UnityEngine.MonoBehaviour", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "TypeId", + "comment": "能否在上面走,子弹能不能穿过之类的类型 \n 后面再加个表配Id对应的参数\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/BaseSystem/Scene/LevelDesign/MapUnit.cs#11" + }, + { + "typeName": "bool", + "name": "includeRootPos", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/BaseSystem/Scene/LevelDesign/MapUnit.cs#14" + }, + { + "typeName": "System.Collections.Generic.List", + "name": "grid", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/BaseSystem/Scene/LevelDesign/MapUnit.cs#17" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/BaseSystem/Scene/LevelDesign/MapUnit.cs#5" + } + ], + "name": "MapUnit", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/BaseSystem/Scene/LevelDesign/MapUnit.cs#5" + }, + { + "namespace": "", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UIDragObject.DragEffect", + "name": "None", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDragObject.cs#19" + }, + { + "typeName": "UIDragObject.DragEffect", + "name": "Momentum", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDragObject.cs#20" + }, + { + "typeName": "UIDragObject.DragEffect", + "name": "MomentumAndSpring", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDragObject.cs#21" + } + ], + "methods": [ + { + "returnTypeName": "UIDragObject.DragEffect", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDragObject.cs#17" + } + ], + "name": "DragEffect", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDragObject.cs#17" + }, + { + "namespace": "", + "baseClass": "UIRect", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UIWidget.OnDimensionsChanged", + "name": "onChange", + "comment": "Notification triggered when the widget's dimensions or position changes.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#44" + }, + { + "typeName": "UIWidget.OnPostFillCallback", + "name": "onPostFill", + "comment": "Notification triggered after the widget's buffer has been filled.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#51" + }, + { + "typeName": "UIDrawCall.OnRenderCallback", + "name": "mOnRender", + "comment": "Callback triggered when the widget is about to be renderered (OnWillRenderObject). \n NOTE: This property is only exposed for the sake of speed to avoid property execution. \n In most cases you will want to use UIWidget.onRender instead.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#60" + }, + { + "typeName": "UIDrawCall.OnRenderCallback", + "name": "onRender", + "comment": "Set the callback that will be triggered when the widget is being rendered (OnWillRenderObject). \n This is where you would set material properties and shader values.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#67" + }, + { + "typeName": "bool", + "name": "autoResizeBoxCollider", + "comment": "If set to 'true', the box collider's dimensions will be adjusted to always match the widget whenever it resizes.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#95" + }, + { + "typeName": "bool", + "name": "hideIfOffScreen", + "comment": "Hide the widget if it happens to be off-screen.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#101" + }, + { + "typeName": "UIWidget.AspectRatioSource", + "name": "keepAspectRatio", + "comment": "Whether the rectangle will attempt to maintain a specific aspect ratio.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#114" + }, + { + "typeName": "float", + "name": "aspectRatio", + "comment": "If you want the anchored rectangle to keep a specific aspect ratio, set this value.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#120" + }, + { + "typeName": "UIWidget.HitCheck", + "name": "hitCheck", + "comment": "Custom hit check function. If set, all hit checks (including events) will call this function, \n passing the world position. Return 'true' if it's within the bounds of your choice, 'false' otherwise.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#129" + }, + { + "typeName": "UIPanel", + "name": "panel", + "comment": "Panel that's managing this widget.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#135" + }, + { + "typeName": "UIGeometry", + "name": "geometry", + "comment": "Widget's generated geometry.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#141" + }, + { + "typeName": "bool", + "name": "fillGeometry", + "comment": "If set to 'false', the widget's OnFill function will not be called, letting you define custom geometry at will.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#147" + }, + { + "typeName": "UIDrawCall", + "name": "drawCall", + "comment": "Internal usage -- draw call that's drawing the widget.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#161" + }, + { + "typeName": "UnityEngine.Vector4", + "name": "drawRegion", + "comment": "Draw region alters how the widget looks without modifying the widget's rectangle. \n A region is made up of 4 relative values (0-1 range). The order is Left (X), Bottom (Y), Right (Z) and Top (W). \n To have a widget's left edge be 30% from the left side, set X to 0.3. To have the widget's right edge be 30% \n from the right hand side, set Z to 0.7.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#171" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "pivotOffset", + "comment": "Pivot offset in relative coordinates. Bottom-left is (0, 0). Top-right is (1, 1).\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#192" + }, + { + "typeName": "int", + "name": "width", + "comment": "Widget's width in pixels.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#198" + }, + { + "typeName": "int", + "name": "height", + "comment": "Widget's height in pixels.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#245" + }, + { + "typeName": "UnityEngine.Color", + "name": "color", + "comment": "Color used by the widget.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#292" + }, + { + "typeName": "float", + "name": "alpha", + "comment": "Widget's alpha -- a convenience method.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#328" + }, + { + "typeName": "bool", + "name": "isVisible", + "comment": "Whether the widget is currently visible.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#351" + }, + { + "typeName": "bool", + "name": "hasVertices", + "comment": "Whether the widget has vertices to draw.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#357" + }, + { + "typeName": "UIWidget.Pivot", + "name": "rawPivot", + "comment": "Change the pivot point and do not attempt to keep the widget in the same place by adjusting its transform.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#363" + }, + { + "typeName": "UIWidget.Pivot", + "name": "pivot", + "comment": "Set or get the value that specifies where the widget's pivot point should be.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#384" + }, + { + "typeName": "int", + "name": "depth", + "comment": "Depth controls the rendering order -- lowest to highest.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#422" + }, + { + "typeName": "int", + "name": "raycastDepth", + "comment": "Raycast depth order on widgets takes the depth of their panel into consideration. \n This functionality is used to determine the \"final\" depth of the widget for drawing and raycasts.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#466" + }, + { + "typeName": "UnityEngine.Vector3[]", + "name": "localCorners", + "comment": "Local space corners of the widget. The order is bottom-left, top-left, top-right, bottom-right.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#479" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "localSize", + "comment": "Local width and height of the widget in pixels.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#503" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "localCenter", + "comment": "Widget's center in local coordinates. Don't forget to transform by the widget's transform.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#516" + }, + { + "typeName": "UnityEngine.Vector3[]", + "name": "worldCorners", + "comment": "World-space corners of the widget. The order is bottom-left, top-left, top-right, bottom-right.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#529" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "worldCenter", + "comment": "World-space center of the widget.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#555" + }, + { + "typeName": "UnityEngine.Vector4", + "name": "drawingDimensions", + "comment": "Local space region where the actual drawing will take place. \n X = left, Y = bottom, Z = right, W = top.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#562" + }, + { + "typeName": "UnityEngine.Material", + "name": "material", + "comment": "Custom material associated with the widget, if any.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#584" + }, + { + "typeName": "UnityEngine.Texture", + "name": "mainTexture", + "comment": "Texture used by the widget.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#605" + }, + { + "typeName": "UnityEngine.Shader", + "name": "shader", + "comment": "Shader is used to create a dynamic material if the widget has no material to work with.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#622" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "relativeSize", + "comment": "Do not use this, it's obsolete.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#640" + }, + { + "typeName": "bool", + "name": "hasBoxCollider", + "comment": "Convenience function that returns 'true' if the widget has a box collider.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#646" + }, + { + "typeName": "bool", + "name": "isSelectable", + "comment": "Whether this widget will be selectable in the scene view or not.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#1303" + }, + { + "typeName": "bool", + "name": "showHandlesWithMoveTool", + "comment": "Whether widgets will show handles with the Move Tool, or just the View Tool.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#1312" + }, + { + "typeName": "bool", + "name": "showHandles", + "comment": "Whether the widget should have some form of handles shown.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#1338" + }, + { + "typeName": "int", + "name": "minWidth", + "comment": "Minimum allowed width for this widget.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#1560" + }, + { + "typeName": "int", + "name": "minHeight", + "comment": "Minimum allowed height for this widget.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#1566" + }, + { + "typeName": "UnityEngine.Vector4", + "name": "border", + "comment": "Dimensions of the sprite's border, if any.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#1572" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "c", "typeName": "UnityEngine.Color" }], + "isStatic": false, + "name": "SetColorNoAlpha", + "comment": "Change the color without affecting the alpha.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#313" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "w", "typeName": "int" }, + { "name": "h", "typeName": "int" } + ], + "isStatic": false, + "name": "SetDimensions", + "comment": "Adjust the widget's dimensions without going through the anchor validation logic.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#664" + }, + { + "returnTypeName": "", + "params": [ + { "name": "relativeTo", "typeName": "UnityEngine.Transform" } + ], + "isStatic": false, + "name": "GetSides", + "comment": "Get the sides of the rectangle relative to the specified transform. \n The order is left, top, right, bottom.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#689" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "frameID", "typeName": "int" }], + "isStatic": false, + "name": "CalculateFinalAlpha", + "comment": "Widget's final alpha, after taking the panel's alpha into account.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#720" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "includeChildren", "typeName": "bool" }], + "isStatic": false, + "name": "Invalidate", + "comment": "Update the widget's visibility and final alpha.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#755" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "frameID", "typeName": "int" }], + "isStatic": false, + "name": "CalculateCumulativeAlpha", + "comment": "Same as final alpha, except it doesn't take own visibility into consideration. Used by panels.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#773" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "x", "typeName": "float" }, + { "name": "y", "typeName": "float" }, + { "name": "width", "typeName": "float" }, + { "name": "height", "typeName": "float" } + ], + "isStatic": false, + "name": "SetRect", + "comment": "Set the widget's rectangle. XY is the bottom-left corner.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#783" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ResizeCollider", + "comment": "Adjust the widget's collider size to match the widget's dimensions.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#826" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "left", "typeName": "UIWidget" }, + { "name": "right", "typeName": "UIWidget" } + ], + "isStatic": true, + "name": "FullCompareFunc", + "comment": "Static widget comparison function used for depth sorting.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#839" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "left", "typeName": "UIWidget" }, + { "name": "right", "typeName": "UIWidget" } + ], + "isStatic": true, + "name": "PanelCompareFunc", + "comment": "Static widget comparison function used for inter-panel depth sorting.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#851" + }, + { + "returnTypeName": "Bounds", + "params": [], + "isStatic": false, + "name": "CalculateBounds", + "comment": "Calculate the widget's bounds, optionally making them relative to the specified transform.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#870" + }, + { + "returnTypeName": "Bounds", + "params": [ + { "name": "relativeParent", "typeName": "UnityEngine.Transform" } + ], + "isStatic": false, + "name": "CalculateBounds", + "comment": "Calculate the widget's bounds, optionally making them relative to the specified transform.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#876" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "SetDirty", + "comment": "Mark the widget as changed so that the geometry can be rebuilt.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#899" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "RemoveFromPanel", + "comment": "Remove this widget from the panel.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#915" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "MarkAsChanged", + "comment": "Tell the panel responsible for the widget that something has changed and the buffers need to be rebuilt.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#988" + }, + { + "returnTypeName": "UIPanel", + "params": [], + "isStatic": false, + "name": "CreatePanel", + "comment": "Ensure we have a panel referencing this widget.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#1013" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "CheckLayer", + "comment": "Check to ensure that the widget resides on the same layer as its panel.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#1034" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ParentHasChanged", + "comment": "Checks to ensure that the widget is still parented to the right panel.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#1048" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "visibleByAlpha", "typeName": "bool" }, + { "name": "visibleByPanel", "typeName": "bool" } + ], + "isStatic": false, + "name": "UpdateVisibility", + "comment": "Update the widget's visibility state.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#1388" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "frame", "typeName": "int" }], + "isStatic": false, + "name": "UpdateTransform", + "comment": "Check to see if the widget has moved relative to the panel that manages it\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#1408" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "frame", "typeName": "int" }], + "isStatic": false, + "name": "UpdateGeometry", + "comment": "Update the widget and fill its geometry if necessary. Returns whether something was changed.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#1464" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "v", + "typeName": "System.Collections.Generic.List" + }, + { + "name": "u", + "typeName": "System.Collections.Generic.List" + }, + { + "name": "c", + "typeName": "System.Collections.Generic.List" + }, + { + "name": "n", + "typeName": "System.Collections.Generic.List" + }, + { + "name": "t", + "typeName": "System.Collections.Generic.List" + }, + { + "name": "u2", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "WriteToBuffers", + "comment": "Append the local geometry buffers to the specified ones.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#1535" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "MakePixelPerfect", + "comment": "Make the widget pixel-perfect.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#1544" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "verts", + "typeName": "System.Collections.Generic.List" + }, + { + "name": "uvs", + "typeName": "System.Collections.Generic.List" + }, + { + "name": "cols", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "OnFill", + "comment": "Virtual function called by the UIPanel that fills the buffers.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#1578" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "p", "typeName": "UIPanel" }], + "isStatic": false, + "name": "OnAddToPanel", + "comment": "Called when NGUI adds this widget to a panel.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#1589" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "p", "typeName": "UIPanel" }], + "isStatic": false, + "name": "OnRemoveFromPanel", + "comment": "Called when NGUI removes this widget from a panel.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#1595" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#15" + } + ], + "name": "UIWidget", + "comment": "Base class for all UI components that should be derived from when creating new widget types.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#15" + }, + { + "namespace": "", + "baseClass": "UnityEngine.MonoBehaviour", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UIScrollView", + "name": "scrollView", + "comment": "Reference to the scroll view that will be dragged by the script.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDragScrollView.cs#20" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "delta", "typeName": "UnityEngine.Vector2" }], + "isStatic": false, + "name": "OnPan", + "comment": "Pan the scroll view.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDragScrollView.cs#146" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDragScrollView.cs#14" + } + ], + "name": "UIDragScrollView", + "comment": "Allows dragging of the specified scroll view by mouse or touch.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDragScrollView.cs#14" + }, + { + "namespace": "", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Single", + "params": [ + { "name": "from", "typeName": "float" }, + { "name": "to", "typeName": "float" }, + { "name": "factor", "typeName": "float" } + ], + "isStatic": true, + "name": "Lerp", + "comment": "Lerp function that doesn't clamp the 'factor' in 0-1 range.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIMath.cs#23" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "val", "typeName": "int" }, + { "name": "max", "typeName": "int" } + ], + "isStatic": true, + "name": "ClampIndex", + "comment": "Clamp the specified integer to be between 0 and below 'max'.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIMath.cs#31" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "val", "typeName": "int" }, + { "name": "max", "typeName": "int" } + ], + "isStatic": true, + "name": "RepeatIndex", + "comment": "Wrap the index using repeating logic, so that for example +1 past the end means index of '1'.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIMath.cs#39" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "angle", "typeName": "float" }], + "isStatic": true, + "name": "WrapAngle", + "comment": "Ensure that the angle is within -180 to 180 range.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIMath.cs#53" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "val", "typeName": "float" }], + "isStatic": true, + "name": "Wrap01", + "comment": "In the shader, equivalent function would be 'fract'\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIMath.cs#66" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "ch", "typeName": "char" }, + { "name": "defVal", "typeName": "int" } + ], + "isStatic": true, + "name": "HexToDecimal", + "comment": "Convert a hexadecimal character to its decimal value.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIMath.cs#74" + }, + { + "returnTypeName": "Char", + "params": [{ "name": "num", "typeName": "int" }], + "isStatic": true, + "name": "DecimalToHexChar", + "comment": "Convert a single 0-15 value into its hex representation. \n It's coded because int.ToString(format) syntax doesn't seem to be supported by Unity's Flash. It just silently crashes.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIMath.cs#111" + }, + { + "returnTypeName": "String", + "params": [{ "name": "num", "typeName": "int" }], + "isStatic": true, + "name": "DecimalToHex8", + "comment": "Convert a decimal value to its hex representation.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIMath.cs#124" + }, + { + "returnTypeName": "String", + "params": [{ "name": "num", "typeName": "int" }], + "isStatic": true, + "name": "DecimalToHex24", + "comment": "Convert a decimal value to its hex representation. \n It's coded because num.ToString(\"X6\") syntax doesn't seem to be supported by Unity's Flash. It just silently crashes. \n string.Format(\"{0,6:X}\", num).Replace(' ', '0') doesn't work either. It returns the format string, not the formatted value.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIMath.cs#145" + }, + { + "returnTypeName": "String", + "params": [{ "name": "num", "typeName": "int" }], + "isStatic": true, + "name": "DecimalToHex32", + "comment": "Convert a decimal value to its hex representation. \n It's coded because num.ToString(\"X6\") syntax doesn't seem to be supported by Unity's Flash. It just silently crashes. \n string.Format(\"{0,6:X}\", num).Replace(' ', '0') doesn't work either. It returns the format string, not the formatted value.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIMath.cs#170" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "c", "typeName": "UnityEngine.Color" }], + "isStatic": true, + "name": "ColorToInt", + "comment": "Convert the specified color to RGBA32 integer format.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIMath.cs#194" + }, + { + "returnTypeName": "Color", + "params": [{ "name": "val", "typeName": "int" }], + "isStatic": true, + "name": "IntToColor", + "comment": "Convert the specified RGBA32 integer to Color.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIMath.cs#210" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "val", "typeName": "int" }, + { "name": "bits", "typeName": "int" } + ], + "isStatic": true, + "name": "IntToBinary", + "comment": "Convert the specified integer to a human-readable string representing the binary value. Useful for debugging bytes.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIMath.cs#227" + }, + { + "returnTypeName": "Color", + "params": [{ "name": "val", "typeName": "uint" }], + "isStatic": true, + "name": "HexToColor", + "comment": "Convenience conversion function, allowing hex format (0xRrGgBbAa).\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIMath.cs#245" + }, + { + "returnTypeName": "Rect", + "params": [ + { "name": "rect", "typeName": "UnityEngine.Rect" }, + { "name": "width", "typeName": "int" }, + { "name": "height", "typeName": "int" } + ], + "isStatic": true, + "name": "ConvertToTexCoords", + "comment": "Convert from top-left based pixel coordinates to bottom-left based UV coordinates.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIMath.cs#254" + }, + { + "returnTypeName": "Rect", + "params": [ + { "name": "rect", "typeName": "UnityEngine.Rect" }, + { "name": "width", "typeName": "int" }, + { "name": "height", "typeName": "int" }, + { "name": "round", "typeName": "bool" } + ], + "isStatic": true, + "name": "ConvertToPixels", + "comment": "Convert from bottom-left based UV coordinates to top-left based pixel coordinates.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIMath.cs#272" + }, + { + "returnTypeName": "Rect", + "params": [{ "name": "rect", "typeName": "UnityEngine.Rect" }], + "isStatic": true, + "name": "MakePixelPerfect", + "comment": "Round the pixel rectangle's dimensions.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIMath.cs#297" + }, + { + "returnTypeName": "Rect", + "params": [ + { "name": "rect", "typeName": "UnityEngine.Rect" }, + { "name": "width", "typeName": "int" }, + { "name": "height", "typeName": "int" } + ], + "isStatic": true, + "name": "MakePixelPerfect", + "comment": "Round the texture coordinate rectangle's dimensions.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIMath.cs#310" + }, + { + "returnTypeName": "Vector2", + "params": [ + { "name": "minRect", "typeName": "UnityEngine.Vector2" }, + { "name": "maxRect", "typeName": "UnityEngine.Vector2" }, + { "name": "minArea", "typeName": "UnityEngine.Vector2" }, + { "name": "maxArea", "typeName": "UnityEngine.Vector2" } + ], + "isStatic": true, + "name": "ConstrainRect", + "comment": "Constrain 'rect' to be within 'area' as much as possible, returning the Vector2 offset necessary for this to happen. \n This function is useful when trying to restrict one area (window) to always be within another (viewport).\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIMath.cs#325" + }, + { + "returnTypeName": "Bounds", + "params": [{ "name": "trans", "typeName": "UnityEngine.Transform" }], + "isStatic": true, + "name": "CalculateAbsoluteWidgetBounds", + "comment": "Calculate the combined bounds of all widgets attached to the specified game object or its children (in world space).\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIMath.cs#363" + }, + { + "returnTypeName": "Bounds", + "params": [{ "name": "trans", "typeName": "UnityEngine.Transform" }], + "isStatic": true, + "name": "CalculateRelativeWidgetBounds", + "comment": "Calculate the combined bounds of all widgets attached to the specified game object or its children (in relative-to-object space).\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIMath.cs#417" + }, + { + "returnTypeName": "Bounds", + "params": [ + { "name": "trans", "typeName": "UnityEngine.Transform" }, + { "name": "considerInactive", "typeName": "bool" } + ], + "isStatic": true, + "name": "CalculateRelativeWidgetBounds", + "comment": "Calculate the combined bounds of all widgets attached to the specified game object or its children (in relative-to-object space).\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIMath.cs#426" + }, + { + "returnTypeName": "Bounds", + "params": [ + { "name": "relativeTo", "typeName": "UnityEngine.Transform" }, + { "name": "content", "typeName": "UnityEngine.Transform" } + ], + "isStatic": true, + "name": "CalculateRelativeWidgetBounds", + "comment": "Calculate the combined bounds of all widgets attached to the specified game object or its children (in relative-to-object space).\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIMath.cs#435" + }, + { + "returnTypeName": "Bounds", + "params": [ + { "name": "relativeTo", "typeName": "UnityEngine.Transform" }, + { "name": "content", "typeName": "UnityEngine.Transform" }, + { "name": "considerInactive", "typeName": "bool" }, + { "name": "considerChildren", "typeName": "bool" } + ], + "isStatic": true, + "name": "CalculateRelativeWidgetBounds", + "comment": "Calculate the combined bounds of all widgets attached to the specified game object or its children (in relative-to-object space).\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIMath.cs#444" + }, + { + "returnTypeName": "Vector3", + "params": [ + { "name": "velocity", "typeName": "UnityEngine.Vector3" }, + { "name": "strength", "typeName": "float" }, + { "name": "deltaTime", "typeName": "float" } + ], + "isStatic": true, + "name": "SpringDampen", + "comment": "This code is not framerate-independent: \n \n target.position += velocity; \n velocity = Vector3.Lerp(velocity, Vector3.zero, Time.deltaTime * 9f); \n \n But this code is: \n \n target.position += NGUIMath.SpringDampen(ref velocity, 9f, Time.deltaTime);\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIMath.cs#545" + }, + { + "returnTypeName": "Vector2", + "params": [ + { "name": "velocity", "typeName": "UnityEngine.Vector2" }, + { "name": "strength", "typeName": "float" }, + { "name": "deltaTime", "typeName": "float" } + ], + "isStatic": true, + "name": "SpringDampen", + "comment": "Same as the Vector3 version, it's a framerate-independent Lerp.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIMath.cs#560" + }, + { + "returnTypeName": "Single", + "params": [ + { "name": "strength", "typeName": "float" }, + { "name": "deltaTime", "typeName": "float" } + ], + "isStatic": true, + "name": "SpringLerp", + "comment": "Calculate how much to interpolate by.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIMath.cs#575" + }, + { + "returnTypeName": "Single", + "params": [ + { "name": "from", "typeName": "float" }, + { "name": "to", "typeName": "float" }, + { "name": "strength", "typeName": "float" }, + { "name": "deltaTime", "typeName": "float" } + ], + "isStatic": true, + "name": "SpringLerp", + "comment": "Mathf.Lerp(from, to, Time.deltaTime * strength) is not framerate-independent. This function is.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIMath.cs#589" + }, + { + "returnTypeName": "Vector2", + "params": [ + { "name": "from", "typeName": "UnityEngine.Vector2" }, + { "name": "to", "typeName": "UnityEngine.Vector2" }, + { "name": "strength", "typeName": "float" }, + { "name": "deltaTime", "typeName": "float" } + ], + "isStatic": true, + "name": "SpringLerp", + "comment": "Vector2.Lerp(from, to, Time.deltaTime * strength) is not framerate-independent. This function is.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIMath.cs#602" + }, + { + "returnTypeName": "Vector3", + "params": [ + { "name": "from", "typeName": "UnityEngine.Vector3" }, + { "name": "to", "typeName": "UnityEngine.Vector3" }, + { "name": "strength", "typeName": "float" }, + { "name": "deltaTime", "typeName": "float" } + ], + "isStatic": true, + "name": "SpringLerp", + "comment": "Vector3.Lerp(from, to, Time.deltaTime * strength) is not framerate-independent. This function is.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIMath.cs#611" + }, + { + "returnTypeName": "Quaternion", + "params": [ + { "name": "from", "typeName": "UnityEngine.Quaternion" }, + { "name": "to", "typeName": "UnityEngine.Quaternion" }, + { "name": "strength", "typeName": "float" }, + { "name": "deltaTime", "typeName": "float" } + ], + "isStatic": true, + "name": "SpringLerp", + "comment": "Quaternion.Slerp(from, to, Time.deltaTime * strength) is not framerate-independent. This function is.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIMath.cs#620" + }, + { + "returnTypeName": "Single", + "params": [ + { "name": "from", "typeName": "float" }, + { "name": "to", "typeName": "float" }, + { "name": "maxAngle", "typeName": "float" } + ], + "isStatic": true, + "name": "RotateTowards", + "comment": "Since there is no Mathf.RotateTowards...\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIMath.cs#629" + }, + { + "returnTypeName": "Single", + "params": [ + { "name": "screenPoints", "typeName": "UnityEngine.Vector2[]" }, + { "name": "mousePos", "typeName": "UnityEngine.Vector2" } + ], + "isStatic": true, + "name": "DistanceToRectangle", + "comment": "Determine the distance from the mouse position to the screen space rectangle specified by the 4 points.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIMath.cs#655" + }, + { + "returnTypeName": "Single", + "params": [ + { "name": "worldPoints", "typeName": "UnityEngine.Vector3[]" }, + { "name": "mousePos", "typeName": "UnityEngine.Vector2" }, + { "name": "cam", "typeName": "UnityEngine.Camera" } + ], + "isStatic": true, + "name": "DistanceToRectangle", + "comment": "Determine the distance from the mouse position to the world rectangle specified by the 4 points.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIMath.cs#697" + }, + { + "returnTypeName": "Vector2", + "params": [{ "name": "pv", "typeName": "UIWidget.Pivot" }], + "isStatic": true, + "name": "GetPivotOffset", + "comment": "Helper function that converts the widget's pivot enum into a 0-1 range vector.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIMath.cs#709" + }, + { + "returnTypeName": "Pivot", + "params": [{ "name": "offset", "typeName": "UnityEngine.Vector2" }], + "isStatic": true, + "name": "GetPivot", + "comment": "Helper function that converts the pivot offset to a pivot point.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIMath.cs#728" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "w", "typeName": "UIRect" }, + { "name": "x", "typeName": "float" }, + { "name": "y", "typeName": "float" } + ], + "isStatic": true, + "name": "MoveWidget", + "comment": "Adjust the widget's position using the specified local delta coordinates.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIMath.cs#754" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "rect", "typeName": "UIRect" }, + { "name": "x", "typeName": "float" }, + { "name": "y", "typeName": "float" } + ], + "isStatic": true, + "name": "MoveRect", + "comment": "Adjust the rectangle's position using the specified local delta coordinates.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIMath.cs#760" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "w", "typeName": "UIWidget" }, + { "name": "pivot", "typeName": "UIWidget.Pivot" }, + { "name": "x", "typeName": "float" }, + { "name": "y", "typeName": "float" }, + { "name": "minWidth", "typeName": "int" }, + { "name": "minHeight", "typeName": "int" } + ], + "isStatic": true, + "name": "ResizeWidget", + "comment": "Given the specified dragged pivot point, adjust the widget's dimensions.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIMath.cs#805" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "w", "typeName": "UIWidget" }, + { "name": "pivot", "typeName": "UIWidget.Pivot" }, + { "name": "x", "typeName": "float" }, + { "name": "y", "typeName": "float" }, + { "name": "minWidth", "typeName": "int" }, + { "name": "minHeight", "typeName": "int" }, + { "name": "maxWidth", "typeName": "int" }, + { "name": "maxHeight", "typeName": "int" } + ], + "isStatic": true, + "name": "ResizeWidget", + "comment": "Given the specified dragged pivot point, adjust the widget's dimensions.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIMath.cs#814" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "w", "typeName": "UIWidget" }, + { "name": "left", "typeName": "float" }, + { "name": "bottom", "typeName": "float" }, + { "name": "right", "typeName": "float" }, + { "name": "top", "typeName": "float" } + ], + "isStatic": true, + "name": "AdjustWidget", + "comment": "Adjust the widget's rectangle based on the specified modifier values.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIMath.cs#876" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "w", "typeName": "UIWidget" }, + { "name": "left", "typeName": "float" }, + { "name": "bottom", "typeName": "float" }, + { "name": "right", "typeName": "float" }, + { "name": "top", "typeName": "float" }, + { "name": "minWidth", "typeName": "int" }, + { "name": "minHeight", "typeName": "int" } + ], + "isStatic": true, + "name": "AdjustWidget", + "comment": "Adjust the widget's rectangle based on the specified modifier values.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIMath.cs#885" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "w", "typeName": "UIWidget" }, + { "name": "left", "typeName": "float" }, + { "name": "bottom", "typeName": "float" }, + { "name": "right", "typeName": "float" }, + { "name": "top", "typeName": "float" }, + { "name": "minWidth", "typeName": "int" }, + { "name": "minHeight", "typeName": "int" }, + { "name": "maxWidth", "typeName": "int" }, + { "name": "maxHeight", "typeName": "int" } + ], + "isStatic": true, + "name": "AdjustWidget", + "comment": "Adjust the widget's rectangle based on the specified modifier values.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIMath.cs#894" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "height", "typeName": "float" }], + "isStatic": true, + "name": "AdjustByDPI", + "comment": "Adjust the specified value by DPI: height * 96 / DPI. \n This will result in in a smaller value returned for higher pixel density devices.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIMath.cs#1043" + }, + { + "returnTypeName": "Vector2", + "params": [ + { "name": "pos", "typeName": "UnityEngine.Vector2" }, + { "name": "relativeTo", "typeName": "UnityEngine.Transform" } + ], + "isStatic": true, + "name": "ScreenToPixels", + "comment": "Convert the specified position, making it relative to the specified object.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIMath.cs#1068" + }, + { + "returnTypeName": "Vector2", + "params": [ + { "name": "pos", "typeName": "UnityEngine.Vector2" }, + { "name": "relativeTo", "typeName": "UnityEngine.Transform" } + ], + "isStatic": true, + "name": "ScreenToParentPixels", + "comment": "Convert the specified position, making it relative to the specified object's parent. \n Useful if you plan on positioning the widget using the specified value (think mouse cursor).\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIMath.cs#1088" + }, + { + "returnTypeName": "Vector3", + "params": [ + { "name": "worldPos", "typeName": "UnityEngine.Vector3" }, + { "name": "worldCam", "typeName": "UnityEngine.Camera" }, + { "name": "uiCam", "typeName": "UnityEngine.Camera" }, + { "name": "relativeTo", "typeName": "UnityEngine.Transform" } + ], + "isStatic": true, + "name": "WorldToLocalPoint", + "comment": "Convert the specified world point from one camera's world space to another, then make it relative to the specified transform. \n You should use this function if you want to position a widget using some 3D point in space. \n Pass your main camera for the \"worldCam\", and your UI camera for \"uiCam\", then the widget's transform for \"relativeTo\". \n You can then assign the widget's localPosition to the returned value.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIMath.cs#1113" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "worldPos", "typeName": "UnityEngine.Vector3" }, + { "name": "worldCam", "typeName": "UnityEngine.Camera" }, + { "name": "myCam", "typeName": "UnityEngine.Camera" } + ], + "isStatic": false, + "name": "OverlayPosition", + "comment": "Helper function that can set the transform's position to be at the specified world position. \n Ideal usage: positioning a UI element to be directly over a 3D point in space.\n\n```plaintext\nParams: worldPos - World position, visible by the worldCam\n worldCam - Camera that is able to see the worldPos\n myCam - Camera that is able to see the transform this function is called on\n \n```\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIMath.cs#1131" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "worldPos", "typeName": "UnityEngine.Vector3" }, + { "name": "worldCam", "typeName": "UnityEngine.Camera" } + ], + "isStatic": false, + "name": "OverlayPosition", + "comment": "Helper function that can set the transform's position to be at the specified world position. \n Ideal usage: positioning a UI element to be directly over a 3D point in space.\n\n```plaintext\nParams: worldPos - World position, visible by the worldCam\n worldCam - Camera that is able to see the worldPos\n \n```\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIMath.cs#1146" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "target", "typeName": "UnityEngine.Transform" }], + "isStatic": false, + "name": "OverlayPosition", + "comment": "Helper function that can set the transform's position to be over the specified target transform. \n Ideal usage: positioning a UI element to be directly over a 3D object in space.\n\n```plaintext\nParams: target - Target over which the transform should be positioned\n \n```\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIMath.cs#1158" + } + ], + "name": "NGUIMath", + "comment": "Helper class containing generic functions used throughout the UI library.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIMath.cs#15" + }, + { + "namespace": "", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UIStretch.Style", + "name": "None", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIStretch.cs#19" + }, + { + "typeName": "UIStretch.Style", + "name": "Horizontal", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIStretch.cs#20" + }, + { + "typeName": "UIStretch.Style", + "name": "Vertical", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIStretch.cs#21" + }, + { + "typeName": "UIStretch.Style", + "name": "Both", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIStretch.cs#22" + }, + { + "typeName": "UIStretch.Style", + "name": "BasedOnHeight", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIStretch.cs#23" + }, + { + "typeName": "UIStretch.Style", + "name": "FillKeepingRatio", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIStretch.cs#24" + }, + { + "typeName": "UIStretch.Style", + "name": "FitInternalKeepingRatio", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIStretch.cs#25" + } + ], + "methods": [ + { + "returnTypeName": "UIStretch.Style", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIStretch.cs#17" + } + ], + "name": "Style", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIStretch.cs#17" + }, + { + "namespace": "", + "baseClass": "UnityEngine.PropertyAttribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/BaseSystem/EnumMultiAttribute.cs#3" + } + ], + "name": "EnumMultiAttribute", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/BaseSystem/EnumMultiAttribute.cs#3" + }, + { + "namespace": "", + "baseClass": "UnityEngine.MonoBehaviour", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UIPlayAnimation", + "name": "current", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPlayAnimation.cs#18" + }, + { + "typeName": "UnityEngine.Animation", + "name": "target", + "comment": "Target animation to activate.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPlayAnimation.cs#24" + }, + { + "typeName": "UnityEngine.Animator", + "name": "animator", + "comment": "Target animator system.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPlayAnimation.cs#30" + }, + { + "typeName": "string", + "name": "clipName", + "comment": "Optional clip name, if the animation has more than one clip.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPlayAnimation.cs#36" + }, + { + "typeName": "AnimationOrTween.Trigger", + "name": "trigger", + "comment": "Which event will trigger the animation.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPlayAnimation.cs#42" + }, + { + "typeName": "AnimationOrTween.Direction", + "name": "playDirection", + "comment": "Which direction to animate in.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPlayAnimation.cs#48" + }, + { + "typeName": "bool", + "name": "resetOnPlay", + "comment": "Whether the animation's position will be reset on play or will continue from where it left off.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPlayAnimation.cs#54" + }, + { + "typeName": "bool", + "name": "clearSelection", + "comment": "Whether the selected object (this button) will be cleared when the animation gets activated.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPlayAnimation.cs#60" + }, + { + "typeName": "AnimationOrTween.EnableCondition", + "name": "ifDisabledOnPlay", + "comment": "What to do if the target game object is currently disabled.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPlayAnimation.cs#66" + }, + { + "typeName": "AnimationOrTween.DisableCondition", + "name": "disableWhenFinished", + "comment": "What to do with the target when the animation finishes.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPlayAnimation.cs#72" + }, + { + "typeName": "System.Collections.Generic.List", + "name": "onFinished", + "comment": "Event delegates called when the animation finishes.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPlayAnimation.cs#78" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "forward", "typeName": "bool" }], + "isStatic": false, + "name": "Play", + "comment": "Start playing the animation.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPlayAnimation.cs#247" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "forward", "typeName": "bool" }, + { "name": "onlyIfDifferent", "typeName": "bool" } + ], + "isStatic": false, + "name": "Play", + "comment": "Start playing the animation.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPlayAnimation.cs#253" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "PlayForward", + "comment": "Play the tween forward.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPlayAnimation.cs#285" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "PlayReverse", + "comment": "Play the tween in reverse.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPlayAnimation.cs#291" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPlayAnimation.cs#16" + } + ], + "name": "UIPlayAnimation", + "comment": "Play the specified animation on click.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPlayAnimation.cs#16" + }, + { + "namespace": "", + "baseClass": "UIBasicSprite", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Texture", + "name": "mainTexture", + "comment": "Main texture is assigned on the atlas.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteCollection.cs#116" + }, + { + "typeName": "UnityEngine.Material", + "name": "material", + "comment": "Material comes from the base class first, and sprite atlas last.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteCollection.cs#135" + }, + { + "typeName": "INGUIAtlas", + "name": "atlas", + "comment": "Atlas used by this widget.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteCollection.cs#156" + }, + { + "typeName": "float", + "name": "pixelSize", + "comment": "Size of the pixel -- used for drawing.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteCollection.cs#178" + }, + { + "typeName": "bool", + "name": "premultipliedAlpha", + "comment": "Whether the texture is using a premultiplied alpha material.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteCollection.cs#192" + }, + { + "typeName": "UnityEngine.Vector4", + "name": "border", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteCollection.cs#206" + }, + { + "typeName": "UISpriteCollection.OnHoverCB", + "name": "onHover", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteCollection.cs#503" + }, + { + "typeName": "UISpriteCollection.OnPressCB", + "name": "onPress", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteCollection.cs#504" + }, + { + "typeName": "UISpriteCollection.OnClickCB", + "name": "onClick", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteCollection.cs#505" + }, + { + "typeName": "UISpriteCollection.OnDragCB", + "name": "onDrag", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteCollection.cs#506" + }, + { + "typeName": "UISpriteCollection.OnTooltipCB", + "name": "onTooltip", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteCollection.cs#507" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "verts", + "typeName": "System.Collections.Generic.List" + }, + { + "name": "uvs", + "typeName": "System.Collections.Generic.List" + }, + { + "name": "cols", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "OnFill", + "comment": "Fill the draw buffers.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteCollection.cs#240" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "obj", "typeName": "object" }, + { "name": "spriteName", "typeName": "string" }, + { "name": "pos", "typeName": "UnityEngine.Vector2" }, + { "name": "width", "typeName": "float" }, + { "name": "height", "typeName": "float" } + ], + "isStatic": false, + "name": "Add", + "comment": "Add a new sprite entry to the collection.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteCollection.cs#339" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "obj", "typeName": "object" }, + { "name": "spriteName", "typeName": "string" }, + { "name": "pos", "typeName": "UnityEngine.Vector2" }, + { "name": "width", "typeName": "float" }, + { "name": "height", "typeName": "float" }, + { "name": "color", "typeName": "UnityEngine.Color32" } + ], + "isStatic": false, + "name": "Add", + "comment": "Add a new sprite entry to the collection.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteCollection.cs#348" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "id", "typeName": "object" }, + { "name": "spriteName", "typeName": "string" }, + { "name": "pos", "typeName": "UnityEngine.Vector2" }, + { "name": "width", "typeName": "float" }, + { "name": "height", "typeName": "float" }, + { "name": "color", "typeName": "UnityEngine.Color32" }, + { "name": "pivot", "typeName": "UnityEngine.Vector2" }, + { "name": "rot", "typeName": "float" }, + { "name": "type", "typeName": "UIBasicSprite.Type" }, + { "name": "flip", "typeName": "UIBasicSprite.Flip" }, + { "name": "enabled", "typeName": "bool" } + ], + "isStatic": false, + "name": "AddSprite", + "comment": "Add a new sprite entry to the collection.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteCollection.cs#357" + }, + { + "returnTypeName": "Nullable", + "params": [{ "name": "id", "typeName": "object" }], + "isStatic": false, + "name": "GetSprite", + "comment": "Retrieve an existing sprite.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteCollection.cs#390" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "id", "typeName": "object" }], + "isStatic": false, + "name": "RemoveSprite", + "comment": "Remove a previously added sprite.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteCollection.cs#401" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "id", "typeName": "object" }, + { "name": "sp", "typeName": "UISpriteCollection.Sprite" } + ], + "isStatic": false, + "name": "SetSprite", + "comment": "Update the specified sprite.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteCollection.cs#415" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Clear", + "comment": "Clear all sprite entries.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteCollection.cs#427" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "id", "typeName": "object" }], + "isStatic": false, + "name": "IsActive", + "comment": "Returns whether the specified sprite is present and is visible.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteCollection.cs#440" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "id", "typeName": "object" }, + { "name": "visible", "typeName": "bool" } + ], + "isStatic": false, + "name": "SetActive", + "comment": "Set the specified sprite's enabled state.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteCollection.cs#451" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "id", "typeName": "object" }, + { "name": "pos", "typeName": "UnityEngine.Vector2" }, + { "name": "visible", "typeName": "bool" } + ], + "isStatic": false, + "name": "SetPosition", + "comment": "Set the sprite's position.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteCollection.cs#472" + }, + { + "returnTypeName": "Object", + "params": [], + "isStatic": false, + "name": "GetCurrentSpriteID", + "comment": "Return the sprite underneath the current event position.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteCollection.cs#529" + }, + { + "returnTypeName": "Nullable", + "params": [], + "isStatic": false, + "name": "GetCurrentSprite", + "comment": "Return the sprite underneath the current event position.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteCollection.cs#535" + }, + { + "returnTypeName": "Object", + "params": [{ "name": "worldPos", "typeName": "UnityEngine.Vector3" }], + "isStatic": false, + "name": "GetCurrentSpriteID", + "comment": "Return the sprite underneath the specified world position.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteCollection.cs#541" + }, + { + "returnTypeName": "Nullable", + "params": [{ "name": "worldPos", "typeName": "UnityEngine.Vector3" }], + "isStatic": false, + "name": "GetCurrentSprite", + "comment": "Return the sprite underneath the specified world position.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteCollection.cs#567" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteCollection.cs#19" + } + ], + "name": "UISpriteCollection", + "comment": "Sprite collection is a widget that contains a bunch of sprites that don't create their own game objects and colliders. \n Its best usage is to replace the need to create individual game objects while still maintaining full visualization \n and interaction functionality of NGUI's sprites. For example: a world map with thousands of individual icons. \n The thousands of individual icons can be a single Sprite Collection. Its downside is that the sprites can't be \n interacted with in the Editor window, as this is meant to be a fast, programmable solution.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteCollection.cs#19" + }, + { + "namespace": "", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/BaseSystem/BaseSystemModule.cs#6" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "CommandUpdate", + "comment": "命令帧Update\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/BaseSystem/BaseSystemModule.cs#13" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Update", + "comment": "所有状态下的渲染帧\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/BaseSystem/BaseSystemModule.cs#23" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "UpdateAfterInitialized", + "comment": "初始化完成后的渲染帧\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/BaseSystem/BaseSystemModule.cs#31" + } + ], + "name": "BaseSystemModule", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/BaseSystem/BaseSystemModule.cs#4" + }, + { + "namespace": "", + "baseClass": "UnityEngine.MonoBehaviour", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "frameIndex", + "comment": "Index of the current frame in the sprite animation.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteAnimation.cs#22" + }, + { + "typeName": "int", + "name": "frames", + "comment": "Number of frames in the animation.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteAnimation.cs#38" + }, + { + "typeName": "int", + "name": "framesPerSecond", + "comment": "Animation framerate.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteAnimation.cs#44" + }, + { + "typeName": "string", + "name": "namePrefix", + "comment": "Set the name prefix used to filter sprites from the atlas.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteAnimation.cs#50" + }, + { + "typeName": "bool", + "name": "loop", + "comment": "Set the animation to be looping or not\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteAnimation.cs#56" + }, + { + "typeName": "bool", + "name": "isPlaying", + "comment": "Returns is the animation is still playing or not\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteAnimation.cs#62" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "RebuildSpriteList", + "comment": "Rebuild the sprite list after changing the sprite name.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteAnimation.cs#104" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Play", + "comment": "Reset the animation to the beginning.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteAnimation.cs#131" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Pause", + "comment": "Pause the animation.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteAnimation.cs#137" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ResetToBeginning", + "comment": "Reset the animation to frame 0 and activate it.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteAnimation.cs#143" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteAnimation.cs#16" + } + ], + "name": "UISpriteAnimation", + "comment": "Very simple sprite animation. Attach to a sprite and specify a common prefix such as \"idle\" and it will cycle through them.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteAnimation.cs#16" + }, + { + "namespace": "", + "baseClass": "UITweener", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "float", + "name": "from", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenFOV.cs#16" + }, + { + "typeName": "float", + "name": "to", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenFOV.cs#17" + }, + { + "typeName": "UnityEngine.Camera", + "name": "cachedCamera", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenFOV.cs#24" + }, + { + "typeName": "float", + "name": "fov", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenFOV.cs#28" + }, + { + "typeName": "float", + "name": "value", + "comment": "Tween's current value.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenFOV.cs#34" + } + ], + "methods": [ + { + "returnTypeName": "TweenFOV", + "params": [ + { "name": "go", "typeName": "UnityEngine.GameObject" }, + { "name": "duration", "typeName": "float" }, + { "name": "to", "typeName": "float" } + ], + "isStatic": true, + "name": "Begin", + "comment": "Start the tweening operation.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenFOV.cs#46" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "SetStartToCurrentValue", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenFOV.cs#61" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "SetEndToCurrentValue", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenFOV.cs#64" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenFOV.cs#14" + } + ], + "name": "TweenFOV", + "comment": "Tween the camera's field of view.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenFOV.cs#14" + }, + { + "namespace": "", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "textures", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "PrepareToProcess", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIAtlas.cs#19" + }, + { + "returnTypeName": "Texture", + "params": [{ "name": "src", "typeName": "UnityEngine.Texture" }], + "isStatic": false, + "name": "Process", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIAtlas.cs#21" + } + ], + "name": "INGUITextureProcessor", + "comment": "Simple interface that can be used anywhere. Used by the atlas maker to specify any desired custom processing that apply to textures before adding them to the atlas. \n The returned texture will be automatically destroyed after the atlas gets created (unless it matches the original). \n To create a pre-processor, have your script implement this interface, then reference the game object it's attached to in the Atlas Maker. \n Example usage: having an off-screen renderer that composits several sprites together (for example a skill icon), then renders it into a smaller texture.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIAtlas.cs#17" + }, + { + "namespace": "", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Material", + "name": "spriteMaterial", + "comment": "Material used by the atlas.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIAtlas.cs#34" + }, + { + "typeName": "System.Collections.Generic.List", + "name": "spriteList", + "comment": "List of sprites within the atlas.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIAtlas.cs#40" + }, + { + "typeName": "UnityEngine.Texture", + "name": "texture", + "comment": "Texture used by the atlas.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIAtlas.cs#46" + }, + { + "typeName": "float", + "name": "pixelSize", + "comment": "Pixel size is a multiplier applied to widgets dimensions when performing MakePixelPerfect() pixel correction. \n Most obvious use would be on retina screen displays. The resolution doubles, but with UIRoot staying the same \n for layout purposes, you can still get extra sharpness by switching to an HD atlas that has pixel size set to 0.5.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIAtlas.cs#54" + }, + { + "typeName": "bool", + "name": "premultipliedAlpha", + "comment": "Whether the atlas is using a premultiplied alpha material.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIAtlas.cs#60" + }, + { + "typeName": "INGUIAtlas", + "name": "replacement", + "comment": "Setting a replacement atlas value will cause everything using this atlas to use the replacement atlas instead. \n Suggested use: set up all your widgets to use a dummy atlas that points to the real atlas. Switching that atlas \n to another one (for example an HD atlas) is then a simple matter of setting this field on your dummy atlas.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIAtlas.cs#68" + } + ], + "methods": [ + { + "returnTypeName": "UISpriteData", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "GetSprite", + "comment": "Convenience function that retrieves a sprite by name.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIAtlas.cs#74" + }, + { + "returnTypeName": "BetterList", + "params": [], + "isStatic": false, + "name": "GetListOfSprites", + "comment": "Convenience function that retrieves a list of all sprite names.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIAtlas.cs#80" + }, + { + "returnTypeName": "BetterList", + "params": [{ "name": "match", "typeName": "string" }], + "isStatic": false, + "name": "GetListOfSprites", + "comment": "Convenience function that retrieves a list of all sprite names that contain the specified phrase.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIAtlas.cs#86" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "atlas", "typeName": "INGUIAtlas" }], + "isStatic": false, + "name": "References", + "comment": "Helper function that determines whether the atlas uses the specified one, taking replacements into account.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIAtlas.cs#92" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "MarkAsChanged", + "comment": "Mark all widgets associated with this atlas as having changed.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIAtlas.cs#98" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "SortAlphabetically", + "comment": "Sort the list of sprites within the atlas, making them alphabetical.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIAtlas.cs#104" + } + ], + "name": "INGUIAtlas", + "comment": "Generic interface for the atlas class, making it possible to support both the prefab-based UIAtlas and scriptable object-based NGUIAtlas.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIAtlas.cs#28" + }, + { + "namespace": "", + "baseClass": "UnityEngine.ScriptableObject", + "attribute": "", + "interfaces": ["INGUIAtlas"], + "fields": [ + { + "typeName": "UnityEngine.Material", + "name": "spriteMaterial", + "comment": "Material used by the atlas.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIAtlas.cs#145" + }, + { + "typeName": "bool", + "name": "premultipliedAlpha", + "comment": "Whether the atlas is using a premultiplied alpha material.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIAtlas.cs#182" + }, + { + "typeName": "System.Collections.Generic.List", + "name": "spriteList", + "comment": "List of sprites within the atlas.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIAtlas.cs#202" + }, + { + "typeName": "UnityEngine.Texture", + "name": "texture", + "comment": "Texture used by the atlas.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIAtlas.cs#230" + }, + { + "typeName": "float", + "name": "pixelSize", + "comment": "Pixel size is a multiplier applied to widgets dimensions when performing MakePixelPerfect() pixel correction. \n Most obvious use would be on retina screen displays. The resolution doubles, but with UIRoot staying the same \n for layout purposes, you can still get extra sharpness by switching to an HD atlas that has pixel size set to 0.5.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIAtlas.cs#245" + }, + { + "typeName": "INGUIAtlas", + "name": "replacement", + "comment": "Setting a replacement atlas value will cause everything using this atlas to use the replacement atlas instead. \n Suggested use: set up all your widgets to use a dummy atlas that points to the real atlas. Switching that atlas \n to another one (for example an HD atlas) is then a simple matter of setting this field on your dummy atlas.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIAtlas.cs#279" + } + ], + "methods": [ + { + "returnTypeName": "UISpriteData", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "GetSprite", + "comment": "Convenience function that retrieves a sprite by name.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIAtlas.cs#306" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "SortAlphabetically", + "comment": "Sort the list of sprites within the atlas, making them alphabetical.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIAtlas.cs#335" + }, + { + "returnTypeName": "BetterList", + "params": [], + "isStatic": false, + "name": "GetListOfSprites", + "comment": "Convenience function that retrieves a list of all sprite names.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIAtlas.cs#348" + }, + { + "returnTypeName": "BetterList", + "params": [{ "name": "match", "typeName": "string" }], + "isStatic": false, + "name": "GetListOfSprites", + "comment": "Convenience function that retrieves a list of all sprite names that contain the specified phrase.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIAtlas.cs#367" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "atlas", "typeName": "INGUIAtlas" }], + "isStatic": false, + "name": "References", + "comment": "Helper function that determines whether the atlas uses the specified one, taking replacements into account.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIAtlas.cs#415" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "MarkAsChanged", + "comment": "Mark all widgets associated with this atlas as having changed.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIAtlas.cs#427" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIAtlas.cs#111" + } + ], + "name": "NGUIAtlas", + "comment": "NGUI Atlas contains a collection of sprites inside one large texture atlas. It's saved as a ScriptableObject.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIAtlas.cs#111" + }, + { + "namespace": "", + "baseClass": "UIWidget", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UILabel.Crispness", + "name": "keepCrispWhenShrunk", + "comment": "Whether the label will keep its content crisp even when shrunk. \n You may want to turn this off on mobile devices.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#51" + }, + { + "typeName": "int", + "name": "finalFontSize", + "comment": "Font size after modifications got taken into consideration such as shrinking content.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#106" + }, + { + "typeName": "bool", + "name": "isAnchoredHorizontally", + "comment": "Whether the rectangle is anchored horizontally.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#143" + }, + { + "typeName": "bool", + "name": "isAnchoredVertically", + "comment": "Whether the rectangle is anchored vertically.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#149" + }, + { + "typeName": "UnityEngine.Material", + "name": "material", + "comment": "Retrieve the material used by the font.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#163" + }, + { + "typeName": "UnityEngine.Texture", + "name": "mainTexture", + "comment": "Label's main texture comes from the font itself.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#183" + }, + { + "typeName": "INGUIFont", + "name": "bitmapFont", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#199" + }, + { + "typeName": "INGUIFont", + "name": "font", + "comment": "Set the font used by this label.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#205" + }, + { + "typeName": "INGUIAtlas", + "name": "atlas", + "comment": "Atlas reference, when the label is using a bitmap font.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#229" + }, + { + "typeName": "UnityEngine.Font", + "name": "trueTypeFont", + "comment": "Set the font used by this label.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#248" + }, + { + "typeName": "UnityEngine.Object", + "name": "ambigiousFont", + "comment": "Ambiguous helper function.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#277" + }, + { + "typeName": "string", + "name": "text", + "comment": "Text that's being displayed by the label.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#295" + }, + { + "typeName": "int", + "name": "defaultFontSize", + "comment": "Default font size.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#330" + }, + { + "typeName": "int", + "name": "fontSize", + "comment": "Active font size used by the label.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#345" + }, + { + "typeName": "UnityEngine.FontStyle", + "name": "fontStyle", + "comment": "Dynamic font style used by the label.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#368" + }, + { + "typeName": "NGUIText.Alignment", + "name": "alignment", + "comment": "Text alignment option.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#389" + }, + { + "typeName": "bool", + "name": "applyGradient", + "comment": "Whether a gradient will be applied.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#410" + }, + { + "typeName": "UnityEngine.Color", + "name": "gradientTop", + "comment": "Top gradient color.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#430" + }, + { + "typeName": "UnityEngine.Color", + "name": "gradientBottom", + "comment": "Bottom gradient color.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#450" + }, + { + "typeName": "int", + "name": "spacingX", + "comment": "Additional horizontal spacing between characters when printing text.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#470" + }, + { + "typeName": "int", + "name": "spacingY", + "comment": "Additional vertical spacing between lines when printing text.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#490" + }, + { + "typeName": "bool", + "name": "useFloatSpacing", + "comment": "Whether this label will use float text spacing values, instead of integers.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#510" + }, + { + "typeName": "float", + "name": "floatSpacingX", + "comment": "Additional horizontal spacing between characters when printing text. \n For this to have any effect useFloatSpacing must be true.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#531" + }, + { + "typeName": "float", + "name": "floatSpacingY", + "comment": "Additional vertical spacing between lines when printing text. \n For this to have any effect useFloatSpacing must be true.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#552" + }, + { + "typeName": "float", + "name": "effectiveSpacingY", + "comment": "Convenience property to get the used y spacing.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#572" + }, + { + "typeName": "float", + "name": "effectiveSpacingX", + "comment": "Convenience property to get the used x spacing.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#584" + }, + { + "typeName": "bool", + "name": "overflowEllipsis", + "comment": "Whether to append \"...\" at the end of clamped text that didn't fit.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#596" + }, + { + "typeName": "int", + "name": "overflowWidth", + "comment": "Maximum width used when Resize Freely overflow type is enabled. \n If the printed text exceeds this width, it will wrap onto the following line.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#617" + }, + { + "typeName": "int", + "name": "overflowHeight", + "comment": "Maximum height used when Resize Freely overflow type is enabled. \n If the printed text exceeds this height, it will reduce the font size.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#640" + }, + { + "typeName": "bool", + "name": "supportEncoding", + "comment": "Whether this label will support color encoding in the format of [RRGGBB] and new line in the form of a \"\\\\n\" string.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#683" + }, + { + "typeName": "NGUIText.SymbolStyle", + "name": "symbolStyle", + "comment": "Style used for symbols.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#703" + }, + { + "typeName": "UILabel.Overflow", + "name": "overflowMethod", + "comment": "Overflow method controls the label's behaviour when its content doesn't fit the bounds.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#723" + }, + { + "typeName": "int", + "name": "lineWidth", + "comment": "Maximum width of the label in pixels.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#744" + }, + { + "typeName": "int", + "name": "lineHeight", + "comment": "Maximum height of the label in pixels.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#755" + }, + { + "typeName": "bool", + "name": "multiLine", + "comment": "Whether the label supports multiple lines.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#765" + }, + { + "typeName": "UnityEngine.Vector3[]", + "name": "localCorners", + "comment": "Process the label's text before returning its corners.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#785" + }, + { + "typeName": "UnityEngine.Vector3[]", + "name": "worldCorners", + "comment": "Process the label's text before returning its corners.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#798" + }, + { + "typeName": "UnityEngine.Vector4", + "name": "drawingDimensions", + "comment": "Process the label's text before returning its drawing dimensions.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#811" + }, + { + "typeName": "int", + "name": "maxLineCount", + "comment": "The max number of lines to be displayed for the label\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#824" + }, + { + "typeName": "UILabel.Effect", + "name": "effectStyle", + "comment": "What effect is used by the label.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#845" + }, + { + "typeName": "UnityEngine.Color", + "name": "effectColor", + "comment": "Color used by the effect, if it's enabled.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#865" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "effectDistance", + "comment": "Effect distance in pixels.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#885" + }, + { + "typeName": "int", + "name": "quadsPerCharacter", + "comment": "How many quads there are per printed character.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#905" + }, + { + "typeName": "bool", + "name": "shrinkToFit", + "comment": "Whether the label will automatically shrink its size in order to fit the maximum line width.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#921" + }, + { + "typeName": "string", + "name": "processedText", + "comment": "Returns the processed version of 'text', with new line characters, line wrapping, etc.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#940" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "printedSize", + "comment": "Actual printed size of the text, in pixels.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#967" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "localSize", + "comment": "Local size of the widget, in pixels.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#980" + }, + { + "typeName": "bool", + "name": "symbolLabel", + "comment": "Read-only access to the separate widget used to draw symbols, if any.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#999" + }, + { + "typeName": "UILabel.ModifierFunc", + "name": "customModifier", + "comment": "Custom text modifier that can transform the visible text when the label's text is assigned.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#1005" + }, + { + "typeName": "UILabel.Modifier", + "name": "modifier", + "comment": "Text modifier can transform the text that's actually printed, without altering the label's text value.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#1012" + }, + { + "typeName": "UIWidget.Pivot", + "name": "pivot", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#1045" + }, + { + "typeName": "int", + "name": "symbolDepth", + "comment": "Dynamic fonts have symbols drawn by a separate widget, so it only makes sense to make it possible to set its depth.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#1062" + }, + { + "typeName": "string", + "name": "printedText", + "comment": "Label's actual printed text may be modified before being drawn.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#1206" + }, + { + "typeName": "bool", + "name": "separateSymbols", + "comment": "Whether the label will need a separate widget to draw the symbols.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#2092" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "SetDirty", + "comment": "Marking this label as dirty needs to propagate to the symbol label as well.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#1133" + }, + { + "returnTypeName": "", + "params": [ + { "name": "relativeTo", "typeName": "UnityEngine.Transform" } + ], + "isStatic": false, + "name": "GetSides", + "comment": "Get the sides of the rectangle relative to the specified transform. \n The order is left, top, right, bottom.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#1336" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "MarkAsChanged", + "comment": "UILabel needs additional processing when something changes.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#1506" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "legacyMode", "typeName": "bool" }, + { "name": "full", "typeName": "bool" } + ], + "isStatic": false, + "name": "ProcessText", + "comment": "Process the raw text, called when something changes.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#1522" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "MakePixelPerfect", + "comment": "Text is pixel-perfect when its scale matches the size.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#1692" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "AssumeNaturalSize", + "comment": "Make the label assume its natural size.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#1743" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "worldPos", "typeName": "UnityEngine.Vector3" }], + "isStatic": false, + "name": "GetCharacterIndex", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#1759" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "localPos", "typeName": "UnityEngine.Vector2" }], + "isStatic": false, + "name": "GetCharacterIndex", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#1762" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "worldPos", "typeName": "UnityEngine.Vector3" }, + { "name": "precise", "typeName": "bool" } + ], + "isStatic": false, + "name": "GetCharacterIndexAtPosition", + "comment": "Return the index of the character at the specified world position.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#1771" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "localPos", "typeName": "UnityEngine.Vector2" }, + { "name": "precise", "typeName": "bool" } + ], + "isStatic": false, + "name": "GetCharacterIndexAtPosition", + "comment": "Return the index of the character at the specified local position.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#1781" + }, + { + "returnTypeName": "String", + "params": [{ "name": "worldPos", "typeName": "UnityEngine.Vector3" }], + "isStatic": false, + "name": "GetWordAtPosition", + "comment": "Retrieve the word directly below the specified world-space position.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#1818" + }, + { + "returnTypeName": "String", + "params": [{ "name": "localPos", "typeName": "UnityEngine.Vector2" }], + "isStatic": false, + "name": "GetWordAtPosition", + "comment": "Retrieve the word directly below the specified relative-to-label position.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#1828" + }, + { + "returnTypeName": "String", + "params": [{ "name": "characterIndex", "typeName": "int" }], + "isStatic": false, + "name": "GetWordAtCharacterIndex", + "comment": "Retrieve the word right under the specified character index.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#1838" + }, + { + "returnTypeName": "String", + "params": [{ "name": "worldPos", "typeName": "UnityEngine.Vector3" }], + "isStatic": false, + "name": "GetUrlAtPosition", + "comment": "Retrieve the URL directly below the specified world-space position.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#1917" + }, + { + "returnTypeName": "String", + "params": [{ "name": "localPos", "typeName": "UnityEngine.Vector2" }], + "isStatic": false, + "name": "GetUrlAtPosition", + "comment": "Retrieve the URL directly below the specified relative-to-label position.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#1923" + }, + { + "returnTypeName": "String", + "params": [{ "name": "characterIndex", "typeName": "int" }], + "isStatic": false, + "name": "GetUrlAtCharacterIndex", + "comment": "Retrieve the URL right under the specified character index.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#1929" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "currentIndex", "typeName": "int" }, + { "name": "key", "typeName": "UnityEngine.KeyCode" } + ], + "isStatic": false, + "name": "GetCharacterIndex", + "comment": "Get the index of the character on the line directly above or below the current index.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#1965" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "start", "typeName": "int" }, + { "name": "end", "typeName": "int" }, + { "name": "caret", "typeName": "UIGeometry" }, + { "name": "highlight", "typeName": "UIGeometry" }, + { "name": "caretColor", "typeName": "UnityEngine.Color" }, + { "name": "highlightColor", "typeName": "UnityEngine.Color" } + ], + "isStatic": false, + "name": "PrintOverlay", + "comment": "Fill the specified geometry buffer with vertices that would highlight the current selection.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#2020" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "verts", + "typeName": "System.Collections.Generic.List" + }, + { + "name": "uvs", + "typeName": "System.Collections.Generic.List" + }, + { + "name": "cols", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "OnFill", + "comment": "Draw the label.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#2105" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "verts", + "typeName": "System.Collections.Generic.List" + }, + { + "name": "uvs", + "typeName": "System.Collections.Generic.List" + }, + { + "name": "cols", + "typeName": "System.Collections.Generic.List" + }, + { + "name": "symbolVerts", + "typeName": "System.Collections.Generic.List" + }, + { + "name": "symbolUVs", + "typeName": "System.Collections.Generic.List" + }, + { + "name": "symbolCols", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "Fill", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#2133" + }, + { + "returnTypeName": "Vector2", + "params": [ + { + "name": "verts", + "typeName": "System.Collections.Generic.List" + }, + { "name": "start", "typeName": "int" } + ], + "isStatic": false, + "name": "ApplyOffset", + "comment": "Align the vertices, making the label positioned correctly based on the pivot. \n Returns the offset that was applied.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#2273" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "verts", + "typeName": "System.Collections.Generic.List" + }, + { + "name": "uvs", + "typeName": "System.Collections.Generic.List" + }, + { + "name": "cols", + "typeName": "System.Collections.Generic.List" + }, + { "name": "start", "typeName": "int" }, + { "name": "end", "typeName": "int" }, + { "name": "x", "typeName": "float" }, + { "name": "y", "typeName": "float" } + ], + "isStatic": false, + "name": "ApplyShadow", + "comment": "Apply a shadow effect to the buffer.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#2299" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "text", "typeName": "string" }], + "isStatic": false, + "name": "CalculateOffsetToFit", + "comment": "Calculate the character index offset necessary in order to print the end of the specified text.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#2336" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "SetCurrentProgress", + "comment": "Convenience function, in case you wanted to associate progress bar, slider or scroll bar's \n OnValueChanged function in inspector with a label.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#2352" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "SetCurrentPercent", + "comment": "Convenience function, in case you wanted to associate progress bar, slider or scroll bar's \n OnValueChanged function in inspector with a label.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#2363" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "SetCurrentSelection", + "comment": "Convenience function, in case you wanted to automatically set some label's text \n by selecting a value in the UIPopupList.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#2374" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "text", "typeName": "string" }, + { "name": "final", "typeName": "string" } + ], + "isStatic": false, + "name": "Wrap", + "comment": "Convenience function -- wrap the current text given the label's settings and unlimited height.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#2388" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "text", "typeName": "string" }, + { "name": "final", "typeName": "string" }, + { "name": "height", "typeName": "int" } + ], + "isStatic": false, + "name": "Wrap", + "comment": "Convenience function -- wrap the current text given the label's settings and the given height.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#2394" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "UpdateNGUIText", + "comment": "Update NGUIText.current with all the properties from this label.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#2409" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#13" + } + ], + "name": "UILabel", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#13" + }, + { + "namespace": "", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [ + { + "typeName": "NGUIFontType", + "name": "type", + "comment": "Explicitly specified font type. Legacy behaviour would always determine this automatically in the past.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#31" + }, + { + "typeName": "BMFont", + "name": "bmFont", + "comment": "Access to the BMFont class directly.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#37" + }, + { + "typeName": "int", + "name": "texWidth", + "comment": "Original width of the font's texture in pixels.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#43" + }, + { + "typeName": "int", + "name": "texHeight", + "comment": "Original height of the font's texture in pixels.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#49" + }, + { + "typeName": "bool", + "name": "hasSymbols", + "comment": "Whether the font has any symbols defined.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#55" + }, + { + "typeName": "System.Collections.Generic.List", + "name": "symbols", + "comment": "List of symbols within the font.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#61" + }, + { + "typeName": "INGUIAtlas", + "name": "atlas", + "comment": "Atlas used by the font, if any.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#67" + }, + { + "typeName": "INGUIAtlas", + "name": "symbolAtlas", + "comment": "Atlas used by the symbols, if any. Can match the 'atlas'.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#73" + }, + { + "typeName": "UnityEngine.Material", + "name": "material", + "comment": "Get or set the material used by this font.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#85" + }, + { + "typeName": "bool", + "name": "premultipliedAlphaShader", + "comment": "Whether the font is using a premultiplied alpha material.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#91" + }, + { + "typeName": "bool", + "name": "packedFontShader", + "comment": "Whether the font is a packed font.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#97" + }, + { + "typeName": "UnityEngine.Texture2D", + "name": "texture", + "comment": "Convenience function that returns the texture used by the font.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#103" + }, + { + "typeName": "UnityEngine.Rect", + "name": "uvRect", + "comment": "Offset and scale applied to all UV coordinates.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#109" + }, + { + "typeName": "string", + "name": "spriteName", + "comment": "Sprite used by the font, if any.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#115" + }, + { + "typeName": "bool", + "name": "isValid", + "comment": "Whether this is a valid font.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#121" + }, + { + "typeName": "int", + "name": "defaultSize", + "comment": "Pixel-perfect size of this font.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#127" + }, + { + "typeName": "int", + "name": "spaceWidth", + "comment": "If set, overwrites the width of the space bar, in pixels. Useful for correcting some fonts.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#133" + }, + { + "typeName": "UISpriteData", + "name": "sprite", + "comment": "Retrieves the sprite used by the font, if any.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#139" + }, + { + "typeName": "INGUIFont", + "name": "replacement", + "comment": "Setting a replacement atlas value will cause everything using this font to use the replacement font instead. \n Suggested use: set up all your widgets to use a dummy font that points to the real font. Switching that font to \n another one (for example an eastern language one) is then a simple matter of setting this field on your dummy font.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#147" + }, + { + "typeName": "INGUIFont", + "name": "finalFont", + "comment": "Checks the replacement references, returning the deepest-most font.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#153" + }, + { + "typeName": "bool", + "name": "isDynamic", + "comment": "Whether the font is dynamic.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#159" + }, + { + "typeName": "UnityEngine.Font", + "name": "dynamicFont", + "comment": "Get or set the dynamic font source.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#165" + }, + { + "typeName": "UnityEngine.FontStyle", + "name": "dynamicFontStyle", + "comment": "Get or set the dynamic font's style.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#171" + } + ], + "methods": [ + { + "returnTypeName": "UISpriteData", + "params": [{ "name": "spriteName", "typeName": "string" }], + "isStatic": false, + "name": "GetSprite", + "comment": "Convenience method that returns the chosen sprite inside the atlas.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#79" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "font", "typeName": "INGUIFont" }], + "isStatic": false, + "name": "References", + "comment": "Helper function that determines whether the font uses the specified one, taking replacements into account.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#177" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "MarkAsChanged", + "comment": "Refresh all labels that use this font.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#183" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "UpdateUVRect", + "comment": "Forcefully update the font's sprite reference.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#189" + }, + { + "returnTypeName": "BMSymbol", + "params": [ + { "name": "text", "typeName": "string" }, + { "name": "offset", "typeName": "int" }, + { "name": "textLength", "typeName": "int" } + ], + "isStatic": false, + "name": "MatchSymbol", + "comment": "Retrieve the symbol at the beginning of the specified sequence, if a match is found.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#195" + }, + { + "returnTypeName": "BMSymbol", + "params": [ + { "name": "sequence", "typeName": "string" }, + { "name": "spriteName", "typeName": "string" } + ], + "isStatic": false, + "name": "AddSymbol", + "comment": "Add a new symbol to the font.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#201" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "sequence", "typeName": "string" }], + "isStatic": false, + "name": "RemoveSymbol", + "comment": "Remove the specified symbol from the font.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#207" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "before", "typeName": "string" }, + { "name": "after", "typeName": "string" } + ], + "isStatic": false, + "name": "RenameSymbol", + "comment": "Change an existing symbol's sequence to the specified value.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#213" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "s", "typeName": "string" }], + "isStatic": false, + "name": "UsesSprite", + "comment": "Whether the specified sprite is being used by the font.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#219" + } + ], + "name": "INGUIFont", + "comment": "Generic interface for the NGUI's font implementations. Added in order to support both \n old style (prefab-based) and new style (scriptable object-based) fonts.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#25" + }, + { + "namespace": "", + "baseClass": "UnityEngine.ScriptableObject", + "attribute": "", + "interfaces": ["INGUIFont"], + "fields": [ + { + "typeName": "NGUIFontType", + "name": "type", + "comment": "Explicitly specified font type. Legacy behaviour would always determine this automatically in the past.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#262" + }, + { + "typeName": "BMFont", + "name": "bmFont", + "comment": "Access to the BMFont class directly.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#288" + }, + { + "typeName": "int", + "name": "texWidth", + "comment": "Original width of the font's texture in pixels.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#307" + }, + { + "typeName": "int", + "name": "texHeight", + "comment": "Original height of the font's texture in pixels.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#326" + }, + { + "typeName": "bool", + "name": "hasSymbols", + "comment": "Whether the font has any symbols defined.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#345" + }, + { + "typeName": "System.Collections.Generic.List", + "name": "symbols", + "comment": "List of symbols within the font.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#359" + }, + { + "typeName": "INGUIAtlas", + "name": "atlas", + "comment": "Atlas used by the font, if any.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#386" + }, + { + "typeName": "INGUIAtlas", + "name": "symbolAtlas", + "comment": "Sprite atlas used for symbols.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#435" + }, + { + "typeName": "UnityEngine.Material", + "name": "material", + "comment": "Get or set the material used by this font.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#467" + }, + { + "typeName": "UnityEngine.Material", + "name": "symbolMaterial", + "comment": "Material used for symbols.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#520" + }, + { + "typeName": "bool", + "name": "premultipliedAlpha", + "comment": "Whether the font is using a premultiplied alpha material.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#534" + }, + { + "typeName": "bool", + "name": "premultipliedAlphaShader", + "comment": "Whether the font is using a premultiplied alpha material.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#540" + }, + { + "typeName": "bool", + "name": "packedFontShader", + "comment": "Whether the font is a packed font.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#563" + }, + { + "typeName": "UnityEngine.Texture2D", + "name": "texture", + "comment": "Convenience property that returns the texture used by the font.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#592" + }, + { + "typeName": "UnityEngine.Texture2D", + "name": "symbolTexture", + "comment": "Convenience property returning the texture used by the font's symbols.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#605" + }, + { + "typeName": "UnityEngine.Rect", + "name": "uvRect", + "comment": "Offset and scale applied to all UV coordinates.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#618" + }, + { + "typeName": "float", + "name": "symbolScale", + "comment": "Symbols (emoticons) will be scaled by this factor.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#648" + }, + { + "typeName": "int", + "name": "symbolOffset", + "comment": "Symbols (emoticons) will be adjusted vertically by this number of pixels.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#670" + }, + { + "typeName": "int", + "name": "symbolMaxHeight", + "comment": "Symbols (emoticons) will have this maximum height. If a sprite exceeds this height, it will be automatically shrunken down.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#690" + }, + { + "typeName": "string", + "name": "spriteName", + "comment": "Sprite used by the font, if any.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#710" + }, + { + "typeName": "bool", + "name": "isValid", + "comment": "Whether this is a valid font.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#740" + }, + { + "typeName": "int", + "name": "size", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#743" + }, + { + "typeName": "int", + "name": "defaultSize", + "comment": "Pixel-perfect size of this font.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#753" + }, + { + "typeName": "int", + "name": "spaceWidth", + "comment": "Replaces the width of the space bar if set to a non-zero value.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#777" + }, + { + "typeName": "UISpriteData", + "name": "sprite", + "comment": "Retrieves the sprite used by the font, if any.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#803" + }, + { + "typeName": "INGUIFont", + "name": "replacement", + "comment": "Setting a replacement atlas value will cause everything using this font to use the replacement font instead. \n Suggested use: set up all your widgets to use a dummy font that points to the real font. Switching that font to \n another one (for example an eastern language one) is then a simple matter of setting this field on your dummy font.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#836" + }, + { + "typeName": "INGUIFont", + "name": "finalFont", + "comment": "Checks the replacement references, returning the deepest-most font.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#870" + }, + { + "typeName": "bool", + "name": "isDynamic", + "comment": "Whether the font is dynamic.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#889" + }, + { + "typeName": "UnityEngine.Font", + "name": "dynamicFont", + "comment": "Get or set the dynamic font source.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#912" + }, + { + "typeName": "UnityEngine.FontStyle", + "name": "dynamicFontStyle", + "comment": "Get or set the dynamic font's style.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#944" + } + ], + "methods": [ + { + "returnTypeName": "UISpriteData", + "params": [{ "name": "spriteName", "typeName": "string" }], + "isStatic": false, + "name": "GetSprite", + "comment": "Convenience method that returns the chosen sprite inside the atlas.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#455" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "font", "typeName": "INGUIFont" }], + "isStatic": false, + "name": "References", + "comment": "Helper function that determines whether the font uses the specified one, taking replacements into account.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#998" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "MarkAsChanged", + "comment": "Refresh all labels that use this font.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#1010" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "UpdateUVRect", + "comment": "Forcefully update the font's sprite reference.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#1043" + }, + { + "returnTypeName": "BMSymbol", + "params": [ + { "name": "text", "typeName": "string" }, + { "name": "offset", "typeName": "int" }, + { "name": "textLength", "typeName": "int" } + ], + "isStatic": false, + "name": "MatchSymbol", + "comment": "Retrieve the symbol at the beginning of the specified sequence, if a match is found.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#1109" + }, + { + "returnTypeName": "BMSymbol", + "params": [ + { "name": "sequence", "typeName": "string" }, + { "name": "spriteName", "typeName": "string" } + ], + "isStatic": false, + "name": "AddSymbol", + "comment": "Add a new symbol to the font.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#1200" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "sequence", "typeName": "string" }], + "isStatic": false, + "name": "RemoveSymbol", + "comment": "Remove the specified symbol from the font.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#1212" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "before", "typeName": "string" }, + { "name": "after", "typeName": "string" } + ], + "isStatic": false, + "name": "RenameSymbol", + "comment": "Change an existing symbol's sequence to the specified value.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#1223" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "s", "typeName": "string" }], + "isStatic": false, + "name": "UsesSprite", + "comment": "Whether the specified sprite is being used by the font.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#1234" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#227" + } + ], + "name": "NGUIFont", + "comment": "NGUI Font contains everything needed to be able to print text.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/NGUIFont.cs#227" + }, + { + "namespace": "", + "baseClass": "UnityEngine.MonoBehaviour", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Transform", + "name": "reparentTarget", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDragDropContainer.cs#11" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDragDropContainer.cs#9" + } + ], + "name": "UIDragDropContainer", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDragDropContainer.cs#9" + }, + { + "namespace": "", + "baseClass": "UITweener", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "from", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenHeight.cs#16" + }, + { + "typeName": "int", + "name": "to", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenHeight.cs#17" + }, + { + "typeName": "UIWidget", + "name": "fromTarget", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenHeight.cs#20" + }, + { + "typeName": "UIWidget", + "name": "toTarget", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenHeight.cs#23" + }, + { + "typeName": "bool", + "name": "updateTable", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenHeight.cs#26" + }, + { + "typeName": "UIWidget", + "name": "cachedWidget", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenHeight.cs#31" + }, + { + "typeName": "int", + "name": "height", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenHeight.cs#34" + }, + { + "typeName": "int", + "name": "value", + "comment": "Tween's current value.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenHeight.cs#40" + } + ], + "methods": [ + { + "returnTypeName": "TweenHeight", + "params": [ + { "name": "widget", "typeName": "UIWidget" }, + { "name": "duration", "typeName": "float" }, + { "name": "height", "typeName": "int" } + ], + "isStatic": true, + "name": "Begin", + "comment": "Start the tweening operation.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenHeight.cs#68" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "SetStartToCurrentValue", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenHeight.cs#83" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "SetEndToCurrentValue", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenHeight.cs#86" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenHeight.cs#14" + } + ], + "name": "TweenHeight", + "comment": "Tween the widget's size.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenHeight.cs#14" + }, + { + "namespace": "", + "baseClass": "UnityEngine.MonoBehaviour", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.GameObject", + "name": "target", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButtonMessage.cs#25" + }, + { + "typeName": "string", + "name": "functionName", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButtonMessage.cs#26" + }, + { + "typeName": "UIButtonMessage.Trigger", + "name": "trigger", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButtonMessage.cs#27" + }, + { + "typeName": "bool", + "name": "includeChildren", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButtonMessage.cs#28" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButtonMessage.cs#13" + } + ], + "name": "UIButtonMessage", + "comment": "Sends a message to the remote object when something happens.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButtonMessage.cs#13" + }, + { + "namespace": "", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UIButtonMessage.Trigger", + "name": "OnClick", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButtonMessage.cs#17" + }, + { + "typeName": "UIButtonMessage.Trigger", + "name": "OnMouseOver", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButtonMessage.cs#18" + }, + { + "typeName": "UIButtonMessage.Trigger", + "name": "OnMouseOut", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButtonMessage.cs#19" + }, + { + "typeName": "UIButtonMessage.Trigger", + "name": "OnPress", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButtonMessage.cs#20" + }, + { + "typeName": "UIButtonMessage.Trigger", + "name": "OnRelease", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButtonMessage.cs#21" + }, + { + "typeName": "UIButtonMessage.Trigger", + "name": "OnDoubleClick", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButtonMessage.cs#22" + } + ], + "methods": [ + { + "returnTypeName": "UIButtonMessage.Trigger", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButtonMessage.cs#15" + } + ], + "name": "Trigger", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButtonMessage.cs#15" + }, + { + "namespace": "", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "V", + "params": [{ "name": "key", "typeName": "K" }], + "isStatic": false, + "name": "GetValue", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/VxFramework/CollectionsExtension.cs#6" + }, + { + "returnTypeName": "List", + "params": [], + "isStatic": false, + "name": "AsList", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/VxFramework/CollectionsExtension.cs#13" + }, + { + "returnTypeName": "Dictionary", + "params": [ + { + "name": "values", + "typeName": "System.Collections.Generic.IEnumerable>" + }, + { "name": "replaceExisted", "typeName": "bool" } + ], + "isStatic": false, + "name": "AddRange", + "comment": "批量添加\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/VxFramework/CollectionsExtension.cs#30" + }, + { + "returnTypeName": "V", + "params": [{ "name": "key", "typeName": "K" }], + "isStatic": false, + "name": "GetOrAdd", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/VxFramework/CollectionsExtension.cs#43" + } + ], + "name": "CollectionsExtension", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/VxFramework/CollectionsExtension.cs#3" + }, + { + "namespace": "", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "INGUIFont", + "name": "nguiFont", + "comment": "When printing text, a lot of additional data must be passed in. In order to save allocations, \n this data is not passed at all, but is rather set in a single place before calling the functions that use it.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#52" + }, + { + "typeName": "UnityEngine.Font", + "name": "dynamicFont", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#54" + }, + { + "typeName": "NGUIText.GlyphInfo", + "name": "glyph", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#55" + }, + { + "typeName": "int", + "name": "spaceWidth", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#57" + }, + { + "typeName": "int", + "name": "fontSize", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#58" + }, + { + "typeName": "float", + "name": "fontScale", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#59" + }, + { + "typeName": "float", + "name": "pixelDensity", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#60" + }, + { + "typeName": "UnityEngine.FontStyle", + "name": "fontStyle", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#61" + }, + { + "typeName": "NGUIText.Alignment", + "name": "alignment", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#62" + }, + { + "typeName": "UnityEngine.Color", + "name": "tint", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#63" + }, + { + "typeName": "int", + "name": "rectWidth", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#65" + }, + { + "typeName": "int", + "name": "rectHeight", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#66" + }, + { + "typeName": "int", + "name": "regionWidth", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#67" + }, + { + "typeName": "int", + "name": "regionHeight", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#68" + }, + { + "typeName": "int", + "name": "maxLines", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#69" + }, + { + "typeName": "bool", + "name": "gradient", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#71" + }, + { + "typeName": "UnityEngine.Color", + "name": "gradientBottom", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#72" + }, + { + "typeName": "UnityEngine.Color", + "name": "gradientTop", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#73" + }, + { + "typeName": "bool", + "name": "encoding", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#75" + }, + { + "typeName": "float", + "name": "spacingX", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#76" + }, + { + "typeName": "float", + "name": "spacingY", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#77" + }, + { + "typeName": "bool", + "name": "premultiply", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#78" + }, + { + "typeName": "NGUIText.SymbolStyle", + "name": "symbolStyle", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#79" + }, + { + "typeName": "int", + "name": "finalSize", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#81" + }, + { + "typeName": "float", + "name": "finalSpacingX", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#82" + }, + { + "typeName": "float", + "name": "finalLineHeight", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#83" + }, + { + "typeName": "float", + "name": "baseline", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#84" + }, + { + "typeName": "bool", + "name": "useSymbols", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#85" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "Update", + "comment": "Recalculate the 'final' values.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#91" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "request", "typeName": "bool" }], + "isStatic": true, + "name": "Update", + "comment": "Recalculate the 'final' values.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#97" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "text", "typeName": "string" }], + "isStatic": true, + "name": "Prepare", + "comment": "Prepare to use the specified text.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#151" + }, + { + "returnTypeName": "BMSymbol", + "params": [ + { "name": "text", "typeName": "string" }, + { "name": "index", "typeName": "int" }, + { "name": "textLength", "typeName": "int" } + ], + "isStatic": true, + "name": "GetSymbol", + "comment": "Get the specified symbol.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#217" + }, + { + "returnTypeName": "Single", + "params": [ + { "name": "ch", "typeName": "int" }, + { "name": "prev", "typeName": "int" }, + { "name": "fontScale", "typeName": "float" }, + { "name": "bold", "typeName": "bool" }, + { "name": "italic", "typeName": "bool" } + ], + "isStatic": true, + "name": "GetGlyphWidth", + "comment": "Get the width of the specified glyph. Returns zero if the glyph could not be retrieved.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#227" + }, + { + "returnTypeName": "GlyphInfo", + "params": [ + { "name": "ch", "typeName": "int" }, + { "name": "prev", "typeName": "int" }, + { "name": "bold", "typeName": "bool" }, + { "name": "italic", "typeName": "bool" }, + { "name": "fontScale", "typeName": "float" } + ], + "isStatic": true, + "name": "GetGlyph", + "comment": "Get the specified glyph.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#272" + }, + { + "returnTypeName": "Single", + "params": [ + { "name": "text", "typeName": "string" }, + { "name": "index", "typeName": "int" } + ], + "isStatic": true, + "name": "ParseAlpha", + "comment": "Parse Aa syntax alpha encoded in the string.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#408" + }, + { + "returnTypeName": "Color", + "params": [ + { "name": "text", "typeName": "string" }, + { "name": "offset", "typeName": "int" } + ], + "isStatic": true, + "name": "ParseColor", + "comment": "Parse a RrGgBb color encoded in the string.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#420" + }, + { + "returnTypeName": "Color", + "params": [ + { "name": "text", "typeName": "string" }, + { "name": "offset", "typeName": "int" } + ], + "isStatic": true, + "name": "ParseColor24", + "comment": "Parse a RrGgBb color encoded in the string.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#428" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "text", "typeName": "string" }, + { "name": "offset", "typeName": "int" }, + { "name": "c", "typeName": "UnityEngine.Color" } + ], + "isStatic": true, + "name": "ParseColor24", + "comment": "Parse a RrGgBb color encoded in the string.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#443" + }, + { + "returnTypeName": "Color", + "params": [ + { "name": "text", "typeName": "string" }, + { "name": "offset", "typeName": "int" } + ], + "isStatic": true, + "name": "ParseColor32", + "comment": "Parse a RrGgBbAa color encoded in the string.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#470" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "text", "typeName": "string" }, + { "name": "offset", "typeName": "int" }, + { "name": "c", "typeName": "UnityEngine.Color" } + ], + "isStatic": true, + "name": "ParseColor32", + "comment": "Parse a RrGgBbAa color encoded in the string.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#486" + }, + { + "returnTypeName": "String", + "params": [{ "name": "c", "typeName": "UnityEngine.Color" }], + "isStatic": true, + "name": "EncodeColor", + "comment": "The reverse of ParseColor -- encodes a color in RrGgBb format.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#516" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "text", "typeName": "string" }, + { "name": "c", "typeName": "UnityEngine.Color" } + ], + "isStatic": true, + "name": "EncodeColor", + "comment": "Convenience function that wraps the specified text block in a color tag.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#524" + }, + { + "returnTypeName": "String", + "params": [{ "name": "a", "typeName": "float" }], + "isStatic": true, + "name": "EncodeAlpha", + "comment": "The reverse of ParseAlpha -- encodes a color in Aa format.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#532" + }, + { + "returnTypeName": "String", + "params": [{ "name": "c", "typeName": "UnityEngine.Color" }], + "isStatic": true, + "name": "EncodeColor24", + "comment": "The reverse of ParseColor24 -- encodes a color in RrGgBb format.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#544" + }, + { + "returnTypeName": "String", + "params": [{ "name": "c", "typeName": "UnityEngine.Color" }], + "isStatic": true, + "name": "EncodeColor32", + "comment": "The reverse of ParseColor32 -- encodes a color in RrGgBb format.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#556" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "text", "typeName": "string" }, + { "name": "index", "typeName": "int" } + ], + "isStatic": true, + "name": "ParseSymbol", + "comment": "Parse an embedded symbol, such as [FFAA00] (set color) or [-] (undo color change). Returns whether the index was adjusted.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#566" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "ch", "typeName": "char" }], + "isStatic": true, + "name": "IsHex", + "comment": "Whether the specified character falls under the 'hex' character category (0-9, A-F).\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#584" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "text", "typeName": "string" }, + { "name": "index", "typeName": "int" }, + { "name": "colors", "typeName": "BetterList" }, + { "name": "premultiply", "typeName": "bool" }, + { "name": "sub", "typeName": "int" }, + { "name": "bold", "typeName": "bool" }, + { "name": "italic", "typeName": "bool" }, + { "name": "underline", "typeName": "bool" }, + { "name": "strike", "typeName": "bool" }, + { "name": "ignoreColor", "typeName": "bool" }, + { "name": "forceSpriteColor", "typeName": "bool" } + ], + "isStatic": true, + "name": "ParseSymbol", + "comment": "Parse the symbol, if possible. Returns 'true' if the 'index' was adjusted. \n Advanced symbol support originally contributed by Rudy Pangestu.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#594" + }, + { + "returnTypeName": "String", + "params": [{ "name": "text", "typeName": "string" }], + "isStatic": true, + "name": "StripSymbols", + "comment": "Runs through the specified string and removes all symbols.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#737" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "verts", + "typeName": "System.Collections.Generic.List" + }, + { "name": "indexOffset", "typeName": "int" }, + { "name": "printedWidth", "typeName": "float" }, + { "name": "elements", "typeName": "int" } + ], + "isStatic": true, + "name": "Align", + "comment": "Align the vertices to be right or center-aligned given the line width specified by NGUIText.lineWidth.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#773" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "verts", + "typeName": "System.Collections.Generic.List" + }, + { + "name": "indices", + "typeName": "System.Collections.Generic.List" + }, + { "name": "pos", "typeName": "UnityEngine.Vector2" } + ], + "isStatic": true, + "name": "GetExactCharacterIndex", + "comment": "Get the index of the closest character within the provided list of values. \n Meant to be used with the arrays created by PrintExactCharacterPositions().\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#874" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "verts", + "typeName": "System.Collections.Generic.List" + }, + { + "name": "indices", + "typeName": "System.Collections.Generic.List" + }, + { "name": "pos", "typeName": "UnityEngine.Vector2" } + ], + "isStatic": true, + "name": "GetApproximateCharacterIndex", + "comment": "Get the index of the closest vertex within the provided list of values. \n This function first sorts by Y, and only then by X. \n Meant to be used with the arrays created by PrintApproximateCharacterPositions().\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#904" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "ch", "typeName": "int" }], + "isStatic": true, + "name": "IsSpace", + "comment": "Whether the specified character is a space.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#939" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "s", "typeName": "System.Text.StringBuilder" }], + "isStatic": true, + "name": "EndLine", + "comment": "Convenience function that ends the line by either appending a new line character or replacing a space with one.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#947" + }, + { + "returnTypeName": "Vector2", + "params": [ + { "name": "text", "typeName": "string" }, + { "name": "prepare", "typeName": "bool" } + ], + "isStatic": true, + "name": "CalculatePrintedSize", + "comment": "Get the printed size of the specified string. The returned value is in pixels.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#1001" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "text", "typeName": "string" }, + { "name": "prepare", "typeName": "bool" } + ], + "isStatic": true, + "name": "CalculateOffsetToFit", + "comment": "Calculate the character index offset required to print the end of the specified text.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#1151" + }, + { + "returnTypeName": "String", + "params": [{ "name": "text", "typeName": "string" }], + "isStatic": true, + "name": "GetEndOfLineThatFits", + "comment": "Get the end of line that would fit into a field of given width.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#1217" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "text", "typeName": "string" }, + { "name": "finalText", "typeName": "string" }, + { "name": "wrapLineColors", "typeName": "bool" } + ], + "isStatic": true, + "name": "WrapText", + "comment": "Text wrapping functionality. The 'width' and 'height' should be in pixels.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#1228" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "text", "typeName": "string" }, + { "name": "finalText", "typeName": "string" }, + { "name": "keepCharCount", "typeName": "bool" }, + { "name": "wrapLineColors", "typeName": "bool" }, + { "name": "useEllipsis", "typeName": "bool" } + ], + "isStatic": true, + "name": "WrapText", + "comment": "Text wrapping functionality. The 'width' and 'height' should be in pixels. \n Returns 'true' if the requested text fits into the previously set dimensions.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#1241" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "text", "typeName": "string" }, + { + "name": "verts", + "typeName": "System.Collections.Generic.List" + }, + { + "name": "uvs", + "typeName": "System.Collections.Generic.List" + }, + { + "name": "cols", + "typeName": "System.Collections.Generic.List" + }, + { + "name": "sverts", + "typeName": "System.Collections.Generic.List" + }, + { + "name": "suvs", + "typeName": "System.Collections.Generic.List" + }, + { + "name": "scols", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": true, + "name": "Print", + "comment": "Print the specified text into the buffers.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#1563" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "text", "typeName": "string" }, + { + "name": "verts", + "typeName": "System.Collections.Generic.List" + }, + { + "name": "indices", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": true, + "name": "PrintApproximateCharacterPositions", + "comment": "Print character positions and indices into the specified buffer. Meant to be used with the \"find closest vertex\" calculations.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#2107" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "text", "typeName": "string" }, + { + "name": "verts", + "typeName": "System.Collections.Generic.List" + }, + { + "name": "indices", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": true, + "name": "PrintExactCharacterPositions", + "comment": "Print character positions and indices into the specified buffer. \n This function's data is meant to be used for precise character selection, such as clicking on a link. \n There are 2 vertices for every index: Bottom Left + Top Right.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#2232" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "text", "typeName": "string" }, + { "name": "start", "typeName": "int" }, + { "name": "end", "typeName": "int" }, + { + "name": "caret", + "typeName": "System.Collections.Generic.List" + }, + { + "name": "highlight", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": true, + "name": "PrintCaretAndSelection", + "comment": "Print the caret and selection vertices. Note that it's expected that 'text' has been stripped clean of symbols.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#2358" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "text", "typeName": "string" }, + { "name": "index", "typeName": "int" }, + { "name": "type", "typeName": "string" }, + { "name": "prefix", "typeName": "string" }, + { "name": "suffix", "typeName": "string" } + ], + "isStatic": true, + "name": "ReplaceLink", + "comment": "Replace the specified link.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#2602" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "text", "typeName": "string" }, + { "name": "index", "typeName": "int" }, + { "name": "keyword", "typeName": "string" }, + { "name": "link", "typeName": "string" }, + { "name": "prefix", "typeName": "string" }, + { "name": "suffix", "typeName": "string" } + ], + "isStatic": true, + "name": "InsertHyperlink", + "comment": "Insert a hyperlink around the specified keyword.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#2661" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "text", "typeName": "string" }, + { "name": "prefix", "typeName": "string" }, + { "name": "suffix", "typeName": "string" } + ], + "isStatic": true, + "name": "ReplaceLinks", + "comment": "Helper function that replaces links within text with clickable ones.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#2708" + } + ], + "name": "NGUIText", + "comment": "Helper class containing functionality related to using dynamic fonts.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#16" + }, + { + "namespace": "", + "baseClass": "UnityEngine.MonoBehaviour", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "vxGame", + "name": "Instance", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/vxGame.cs#12" + }, + { + "typeName": "uint", + "name": "targetFrameRate", + "comment": "逻辑帧率,必须与服务端一致\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/vxGame.cs#17" + }, + { + "typeName": "UIRoot", + "name": "uiRoot", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/vxGame.cs#19" + }, + { + "typeName": "NGUIFont", + "name": "Font", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/vxGame.cs#20" + }, + { + "typeName": "UnityEngine.Camera", + "name": "uiCamera", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/vxGame.cs#21" + }, + { + "typeName": "GameLoop", + "name": "Loop", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/vxGame.cs#23" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "eventType", "typeName": "GameState.GameStateEventType" }, + { "name": "args", "typeName": "object[]" } + ], + "isStatic": false, + "name": "RaiseGameStateEvent", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/vxGame.cs#25" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/vxGame.cs#10" + } + ], + "name": "vxGame", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/vxGame.cs#10" + }, + { + "namespace": "", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "Localization.LoadFunction", + "name": "loadFunction", + "comment": "Want to have Localization loading be custom instead of just Resources.Load? Set this function.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/Localization.cs#39" + }, + { + "typeName": "Localization.OnLocalizeNotification", + "name": "onLocalize", + "comment": "Notification triggered when the localization data gets changed, such as when changing the language. \n If you want to make modifications to the localization data after it was loaded, this is the place.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/Localization.cs#46" + }, + { + "typeName": "bool", + "name": "localizationHasBeenSet", + "comment": "Whether the localization dictionary has been loaded.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/Localization.cs#52" + }, + { + "typeName": "System.Collections.Generic.Dictionary", + "name": "dictionary", + "comment": "Localization dictionary. Dictionary key is the localization key. \n Dictionary value is the list of localized values (columns in the CSV file).\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/Localization.cs#77" + }, + { + "typeName": "string[]", + "name": "knownLanguages", + "comment": "List of loaded languages. Available if a single Localization.csv file was used.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/Localization.cs#95" + }, + { + "typeName": "string", + "name": "language", + "comment": "Name of the currently active language.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/Localization.cs#108" + }, + { + "typeName": "bool", + "name": "isActive", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/Localization.cs#731" + } + ], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": true, + "name": "Reload", + "comment": "Reload the localization file. Useful when testing live edited localization.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/Localization.cs#133" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "asset", "typeName": "UnityEngine.TextAsset" }], + "isStatic": true, + "name": "Load", + "comment": "Load the specified asset and activate the localization.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/Localization.cs#214" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "languageName", "typeName": "string" }, + { "name": "bytes", "typeName": "byte[]" } + ], + "isStatic": true, + "name": "Set", + "comment": "Set the localization data directly.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/Localization.cs#224" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "key", "typeName": "string" }, + { "name": "val", "typeName": "string" } + ], + "isStatic": true, + "name": "ReplaceKey", + "comment": "Forcefully replace the specified key with another value.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/Localization.cs#234" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "ClearReplacements", + "comment": "Clear the replacement values.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/Localization.cs#244" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "asset", "typeName": "UnityEngine.TextAsset" }, + { "name": "merge", "typeName": "bool" } + ], + "isStatic": true, + "name": "LoadCSV", + "comment": "Load the specified CSV file.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/Localization.cs#250" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "bytes", "typeName": "byte[]" }, + { "name": "merge", "typeName": "bool" } + ], + "isStatic": true, + "name": "LoadCSV", + "comment": "Load the specified CSV file.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/Localization.cs#256" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "languageName", "typeName": "string" }, + { + "name": "dictionary", + "typeName": "System.Collections.Generic.Dictionary" + } + ], + "isStatic": true, + "name": "Set", + "comment": "Load the specified asset and activate the localization.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/Localization.cs#470" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "key", "typeName": "string" }, + { "name": "value", "typeName": "string" } + ], + "isStatic": true, + "name": "Set", + "comment": "Change or set the localization value for the specified key. \n Note that this method only supports one fallback language, and should \n ideally be called from within Localization.onLocalize. \n To set the multi-language value just modify Localization.dictionary directly.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/Localization.cs#489" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "key", "typeName": "string" }], + "isStatic": true, + "name": "Has", + "comment": "Whether the specified key is present in the localization.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/Localization.cs#499" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "key", "typeName": "string" }, + { "name": "fallback", "typeName": "string" } + ], + "isStatic": true, + "name": "Get", + "comment": "Localize the specified value. If the value is missing, 'fallback' value is used instead. No warning will be shown if the 'key' value is missing.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/Localization.cs#554" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "key", "typeName": "string" }, + { "name": "warnIfMissing", "typeName": "bool" } + ], + "isStatic": true, + "name": "Get", + "comment": "Localize the specified value.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/Localization.cs#564" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "key", "typeName": "string" }, + { "name": "parameter", "typeName": "object" } + ], + "isStatic": true, + "name": "Format", + "comment": "Localize the specified value and format it.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/Localization.cs#666" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "key", "typeName": "string" }, + { "name": "arg0", "typeName": "object" }, + { "name": "arg1", "typeName": "object" } + ], + "isStatic": true, + "name": "Format", + "comment": "Localize the specified value and format it.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/Localization.cs#683" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "key", "typeName": "string" }, + { "name": "arg0", "typeName": "object" }, + { "name": "arg1", "typeName": "object" }, + { "name": "arg2", "typeName": "object" } + ], + "isStatic": true, + "name": "Format", + "comment": "Localize the specified value and format it.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/Localization.cs#700" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "key", "typeName": "string" }, + { "name": "parameters", "typeName": "object[]" } + ], + "isStatic": true, + "name": "Format", + "comment": "Localize the specified value and format it.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/Localization.cs#717" + }, + { + "returnTypeName": "String", + "params": [{ "name": "key", "typeName": "string" }], + "isStatic": true, + "name": "Localize", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/Localization.cs#734" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "key", "typeName": "string" }], + "isStatic": true, + "name": "Exists", + "comment": "Returns whether the specified key is present in the localization dictionary.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/Localization.cs#740" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "language", "typeName": "string" }, + { "name": "key", "typeName": "string" }, + { "name": "text", "typeName": "string" } + ], + "isStatic": true, + "name": "Set", + "comment": "Add a new entry to the localization dictionary.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/Localization.cs#757" + } + ], + "name": "Localization", + "comment": "Localization manager is able to parse localization information from text assets. \n Using it is simple: text = Localization.Get(key), or just add a UILocalize script to your labels. \n You can switch the language by using Localization.language = \"French\", for example. \n This will attempt to load the file called \"French.txt\" in the Resources folder, \n or a column \"French\" from the Localization.csv file in the Resources folder. \n If going down the TXT language file route, it's expected that the file is full of key = value pairs, like so: \n \n LABEL1 = Hello \n LABEL2 = Music \n Info = Localization Example \n \n In the case of the CSV file, the first column should be the \"KEY\". Other columns \n should be your localized text values, such as \"French\" for the first row: \n \n KEY,English,French \n LABEL1,Hello,Bonjour \n LABEL2,Music,Musique \n Info,\"Localization Example\",\"Par exemple la localisation\"\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/Localization.cs#30" + }, + { + "namespace": "", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "NGUIText.Alignment", + "name": "Automatic", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#20" + }, + { + "typeName": "NGUIText.Alignment", + "name": "Left", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#21" + }, + { + "typeName": "NGUIText.Alignment", + "name": "Center", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#22" + }, + { + "typeName": "NGUIText.Alignment", + "name": "Right", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#23" + }, + { + "typeName": "NGUIText.Alignment", + "name": "Justified", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#24" + } + ], + "methods": [ + { + "returnTypeName": "NGUIText.Alignment", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#18" + } + ], + "name": "Alignment", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#18" + }, + { + "namespace": "", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "NGUIText.SymbolStyle", + "name": "None", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#29" + }, + { + "typeName": "NGUIText.SymbolStyle", + "name": "Normal", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#30" + }, + { + "typeName": "NGUIText.SymbolStyle", + "name": "Colored", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#31" + }, + { + "typeName": "NGUIText.SymbolStyle", + "name": "NoOutline", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#32" + } + ], + "methods": [ + { + "returnTypeName": "NGUIText.SymbolStyle", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#27" + } + ], + "name": "SymbolStyle", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#27" + }, + { + "namespace": "", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Vector2", + "name": "v0", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#37" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "v1", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#38" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "u0", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#39" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "u1", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#40" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "u2", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#41" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "u3", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#42" + }, + { + "typeName": "float", + "name": "advance", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#43" + }, + { + "typeName": "int", + "name": "channel", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#44" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#35" + } + ], + "name": "GlyphInfo", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIText.cs#35" + }, + { + "namespace": "", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UILabel.Effect", + "name": "None", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#17" + }, + { + "typeName": "UILabel.Effect", + "name": "Shadow", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#18" + }, + { + "typeName": "UILabel.Effect", + "name": "Outline", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#19" + }, + { + "typeName": "UILabel.Effect", + "name": "Outline8", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#20" + } + ], + "methods": [ + { + "returnTypeName": "UILabel.Effect", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#15" + } + ], + "name": "Effect", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#15" + }, + { + "namespace": "", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "PropertyBinding.UpdateCondition", + "name": "OnStart", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/PropertyBinding.cs#18" + }, + { + "typeName": "PropertyBinding.UpdateCondition", + "name": "OnUpdate", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/PropertyBinding.cs#19" + }, + { + "typeName": "PropertyBinding.UpdateCondition", + "name": "OnLateUpdate", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/PropertyBinding.cs#20" + }, + { + "typeName": "PropertyBinding.UpdateCondition", + "name": "OnFixedUpdate", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/PropertyBinding.cs#21" + } + ], + "methods": [ + { + "returnTypeName": "PropertyBinding.UpdateCondition", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/PropertyBinding.cs#16" + } + ], + "name": "UpdateCondition", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/PropertyBinding.cs#16" + }, + { + "namespace": "", + "baseClass": "UnityEngine.MonoBehaviour", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "BetterList", + "name": "list", + "comment": "List of all the active UINavigation components.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIKeyNavigation.cs#19" + }, + { + "typeName": "UIKeyNavigation.Constraint", + "name": "constraint", + "comment": "If a selection target is not set, the target can be determined automatically, restricted by this constraint. \n 'None' means free movement on both horizontal and vertical axis. 'Explicit' means the automatic logic will \n not execute, and only the explicitly set values will be used.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIKeyNavigation.cs#35" + }, + { + "typeName": "UnityEngine.GameObject", + "name": "onUp", + "comment": "Which object will be selected when the Up button is pressed.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIKeyNavigation.cs#41" + }, + { + "typeName": "UnityEngine.GameObject", + "name": "onDown", + "comment": "Which object will be selected when the Down button is pressed.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIKeyNavigation.cs#47" + }, + { + "typeName": "UnityEngine.GameObject", + "name": "onLeft", + "comment": "Which object will be selected when the Left button is pressed.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIKeyNavigation.cs#53" + }, + { + "typeName": "UnityEngine.GameObject", + "name": "onRight", + "comment": "Which object will be selected when the Right button is pressed.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIKeyNavigation.cs#59" + }, + { + "typeName": "UnityEngine.GameObject", + "name": "onClick", + "comment": "Which object will get selected on click.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIKeyNavigation.cs#65" + }, + { + "typeName": "UnityEngine.GameObject", + "name": "onTab", + "comment": "Which object will get selected on tab.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIKeyNavigation.cs#71" + }, + { + "typeName": "bool", + "name": "startsSelected", + "comment": "Whether the object this script is attached to will get selected as soon as this script is enabled.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIKeyNavigation.cs#77" + }, + { + "typeName": "UIKeyNavigation", + "name": "current", + "comment": "Convenience function that returns the current key navigation selection.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIKeyNavigation.cs#83" + }, + { + "typeName": "bool", + "name": "isColliderEnabled", + "comment": "Whether the collider is enabled and the widget can be interacted with.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIKeyNavigation.cs#97" + }, + { + "typeName": "int", + "name": "mLastFrame", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIKeyNavigation.cs#235" + } + ], + "methods": [ + { + "returnTypeName": "GameObject", + "params": [], + "isStatic": false, + "name": "GetLeft", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIKeyNavigation.cs#144" + }, + { + "returnTypeName": "GameObject", + "params": [], + "isStatic": false, + "name": "GetRight", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIKeyNavigation.cs#151" + }, + { + "returnTypeName": "GameObject", + "params": [], + "isStatic": false, + "name": "GetUp", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIKeyNavigation.cs#158" + }, + { + "returnTypeName": "GameObject", + "params": [], + "isStatic": false, + "name": "GetDown", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIKeyNavigation.cs#165" + }, + { + "returnTypeName": "GameObject", + "params": [ + { "name": "myDir", "typeName": "UnityEngine.Vector3" }, + { "name": "x", "typeName": "float" }, + { "name": "y", "typeName": "float" } + ], + "isStatic": false, + "name": "Get", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIKeyNavigation.cs#172" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "key", "typeName": "UnityEngine.KeyCode" }], + "isStatic": false, + "name": "OnNavigate", + "comment": "React to navigation.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIKeyNavigation.cs#241" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "key", "typeName": "UnityEngine.KeyCode" }], + "isStatic": false, + "name": "OnKey", + "comment": "React to any additional keys, such as Tab.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIKeyNavigation.cs#264" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIKeyNavigation.cs#13" + } + ], + "name": "UIKeyNavigation", + "comment": "Attaching this script to a widget makes it react to key events such as tab, up, down, etc.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIKeyNavigation.cs#13" + }, + { + "namespace": "", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UILabel.Overflow", + "name": "ShrinkContent", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#25" + }, + { + "typeName": "UILabel.Overflow", + "name": "ClampContent", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#26" + }, + { + "typeName": "UILabel.Overflow", + "name": "ResizeFreely", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#27" + }, + { + "typeName": "UILabel.Overflow", + "name": "ResizeHeight", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#28" + } + ], + "methods": [ + { + "returnTypeName": "UILabel.Overflow", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#23" + } + ], + "name": "Overflow", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#23" + }, + { + "namespace": "", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UILabel.Crispness", + "name": "Never", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#33" + }, + { + "typeName": "UILabel.Crispness", + "name": "OnDesktop", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#34" + }, + { + "typeName": "UILabel.Crispness", + "name": "Always", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#35" + } + ], + "methods": [ + { + "returnTypeName": "UILabel.Crispness", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#31" + } + ], + "name": "Crispness", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#31" + }, + { + "namespace": "", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UILabel.Modifier", + "name": "None", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#40" + }, + { + "typeName": "UILabel.Modifier", + "name": "ToUppercase", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#41" + }, + { + "typeName": "UILabel.Modifier", + "name": "ToLowercase", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#42" + }, + { + "typeName": "UILabel.Modifier", + "name": "Custom", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#43" + } + ], + "methods": [ + { + "returnTypeName": "UILabel.Modifier", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#38" + } + ], + "name": "Modifier", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#38" + }, + { + "namespace": "", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#1006" + }, + { + "returnTypeName": "String", + "params": [{ "name": "s", "typeName": "string" }], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#1006" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "s", "typeName": "string" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#1006" + }, + { + "returnTypeName": "String", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#1006" + } + ], + "name": "ModifierFunc", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabel.cs#1006" + }, + { + "namespace": "", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "PropertyBinding.Direction", + "name": "SourceUpdatesTarget", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/PropertyBinding.cs#26" + }, + { + "typeName": "PropertyBinding.Direction", + "name": "TargetUpdatesSource", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/PropertyBinding.cs#27" + }, + { + "typeName": "PropertyBinding.Direction", + "name": "BiDirectional", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/PropertyBinding.cs#28" + } + ], + "methods": [ + { + "returnTypeName": "PropertyBinding.Direction", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/PropertyBinding.cs#24" + } + ], + "name": "Direction", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/PropertyBinding.cs#24" + }, + { + "namespace": "", + "baseClass": "UnityEngine.MonoBehaviour", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UICenterOnClick.cs#13" + } + ], + "name": "UICenterOnClick", + "comment": "Attaching this script to an element of a scroll view will make it possible to center on it by clicking on it.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UICenterOnClick.cs#13" + }, + { + "namespace": "", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/Localization.cs#32" + }, + { + "returnTypeName": "", + "params": [{ "name": "path", "typeName": "string" }], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/Localization.cs#32" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "path", "typeName": "string" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/Localization.cs#32" + }, + { + "returnTypeName": "", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/Localization.cs#32" + } + ], + "name": "LoadFunction", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/Localization.cs#32" + }, + { + "namespace": "", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UIKeyNavigation.Constraint", + "name": "None", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIKeyNavigation.cs#23" + }, + { + "typeName": "UIKeyNavigation.Constraint", + "name": "Vertical", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIKeyNavigation.cs#24" + }, + { + "typeName": "UIKeyNavigation.Constraint", + "name": "Horizontal", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIKeyNavigation.cs#25" + }, + { + "typeName": "UIKeyNavigation.Constraint", + "name": "Explicit", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIKeyNavigation.cs#26" + } + ], + "methods": [ + { + "returnTypeName": "UIKeyNavigation.Constraint", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIKeyNavigation.cs#21" + } + ], + "name": "Constraint", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIKeyNavigation.cs#21" + }, + { + "namespace": "", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/Localization.cs#33" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/Localization.cs#33" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/Localization.cs#33" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/Localization.cs#33" + } + ], + "name": "OnLocalizeNotification", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/Localization.cs#33" + }, + { + "namespace": "", + "baseClass": "UnityEngine.MonoBehaviour", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "MapUnitsRoot", + "name": "Active", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/BaseSystem/Scene/LevelDesign/MapUnitsRoot.cs#17" + }, + { + "typeName": "UnityEngine.Vector2Int", + "name": "MapSize", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/BaseSystem/Scene/LevelDesign/MapUnitsRoot.cs#19" + }, + { + "typeName": "System.Collections.Generic.List", + "name": "Units", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/BaseSystem/Scene/LevelDesign/MapUnitsRoot.cs#20" + }, + { + "typeName": "string", + "name": "FilePath", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/BaseSystem/Scene/LevelDesign/MapUnitsRoot.cs#163" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "OpenDoor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/BaseSystem/Scene/LevelDesign/MapUnitsRoot.cs#26" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "t", "typeName": "UnityEngine.Vector2Int" }], + "isStatic": true, + "name": "IsBound", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/BaseSystem/Scene/LevelDesign/MapUnitsRoot.cs#32" + }, + { + "returnTypeName": "MapUnitConfig", + "params": [{ "name": "t", "typeName": "UnityEngine.Vector2Int" }], + "isStatic": true, + "name": "GetUnit", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/BaseSystem/Scene/LevelDesign/MapUnitsRoot.cs#37" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "target", "typeName": "UnityEngine.Vector3" }, + { "name": "curPos", "typeName": "UnityEngine.Vector3" } + ], + "isStatic": true, + "name": "ObserveMapUnit", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/BaseSystem/Scene/LevelDesign/MapUnitsRoot.cs#49" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Collect", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/BaseSystem/Scene/LevelDesign/MapUnitsRoot.cs#164" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Export", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/BaseSystem/Scene/LevelDesign/MapUnitsRoot.cs#207" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Clear", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/BaseSystem/Scene/LevelDesign/MapUnitsRoot.cs#250" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/BaseSystem/Scene/LevelDesign/MapUnitsRoot.cs#15" + } + ], + "name": "MapUnitsRoot", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/BaseSystem/Scene/LevelDesign/MapUnitsRoot.cs#15" + }, + { + "namespace": "", + "baseClass": "UnityEngine.MonoBehaviour", + "attribute": "", + "interfaces": ["INGUIFont"], + "fields": [ + { + "typeName": "NGUIFontType", + "name": "type", + "comment": "Explicitly specified font type. Legacy behaviour would always determine this automatically in the past.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIFont.cs#44" + }, + { + "typeName": "BMFont", + "name": "bmFont", + "comment": "Access to the BMFont class directly.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIFont.cs#59" + }, + { + "typeName": "int", + "name": "texWidth", + "comment": "Original width of the font's texture in pixels.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIFont.cs#78" + }, + { + "typeName": "int", + "name": "texHeight", + "comment": "Original height of the font's texture in pixels.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIFont.cs#97" + }, + { + "typeName": "bool", + "name": "hasSymbols", + "comment": "Whether the font has any symbols defined.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIFont.cs#116" + }, + { + "typeName": "System.Collections.Generic.List", + "name": "symbols", + "comment": "List of symbols within the font.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIFont.cs#129" + }, + { + "typeName": "INGUIAtlas", + "name": "atlas", + "comment": "Atlas used by the font, if any.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIFont.cs#148" + }, + { + "typeName": "INGUIAtlas", + "name": "symbolAtlas", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIFont.cs#185" + }, + { + "typeName": "UnityEngine.Material", + "name": "material", + "comment": "Get or set the material used by this font.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIFont.cs#202" + }, + { + "typeName": "bool", + "name": "premultipliedAlpha", + "comment": "Whether the font is using a premultiplied alpha material.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIFont.cs#249" + }, + { + "typeName": "bool", + "name": "premultipliedAlphaShader", + "comment": "Whether the font is using a premultiplied alpha material.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIFont.cs#255" + }, + { + "typeName": "bool", + "name": "packedFontShader", + "comment": "Whether the font is a packed font.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIFont.cs#278" + }, + { + "typeName": "UnityEngine.Texture2D", + "name": "texture", + "comment": "Convenience function that returns the texture used by the font.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIFont.cs#299" + }, + { + "typeName": "UnityEngine.Rect", + "name": "uvRect", + "comment": "Offset and scale applied to all UV coordinates.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIFont.cs#314" + }, + { + "typeName": "string", + "name": "spriteName", + "comment": "Sprite used by the font, if any.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIFont.cs#342" + }, + { + "typeName": "bool", + "name": "isValid", + "comment": "Whether this is a valid font.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIFont.cs#369" + }, + { + "typeName": "int", + "name": "size", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIFont.cs#372" + }, + { + "typeName": "int", + "name": "defaultSize", + "comment": "Pixel-perfect size of this font.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIFont.cs#382" + }, + { + "typeName": "int", + "name": "spaceWidth", + "comment": "This feature was added after deprecating this class, so it's not actually used here.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIFont.cs#403" + }, + { + "typeName": "UISpriteData", + "name": "sprite", + "comment": "Retrieves the sprite used by the font, if any.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIFont.cs#422" + }, + { + "typeName": "INGUIFont", + "name": "replacement", + "comment": "Setting a replacement atlas value will cause everything using this font to use the replacement font instead. \n Suggested use: set up all your widgets to use a dummy font that points to the real font. Switching that font to \n another one (for example an eastern language one) is then a simple matter of setting this field on your dummy font.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIFont.cs#451" + }, + { + "typeName": "INGUIFont", + "name": "finalFont", + "comment": "Checks the replacement references, returning the deepest-most font.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIFont.cs#485" + }, + { + "typeName": "bool", + "name": "isDynamic", + "comment": "Whether the font is dynamic.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIFont.cs#504" + }, + { + "typeName": "UnityEngine.Font", + "name": "dynamicFont", + "comment": "Get or set the dynamic font source.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIFont.cs#517" + }, + { + "typeName": "UnityEngine.FontStyle", + "name": "dynamicFontStyle", + "comment": "Get or set the dynamic font's style.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIFont.cs#545" + } + ], + "methods": [ + { + "returnTypeName": "UISpriteData", + "params": [{ "name": "spriteName", "typeName": "string" }], + "isStatic": false, + "name": "GetSprite", + "comment": "Convenience method that returns the chosen sprite inside the atlas.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIFont.cs#191" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "font", "typeName": "INGUIFont" }], + "isStatic": false, + "name": "References", + "comment": "Helper function that determines whether the font uses the specified one, taking replacements into account.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIFont.cs#596" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "MarkAsChanged", + "comment": "Refresh all labels that use this font.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIFont.cs#608" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "UpdateUVRect", + "comment": "Forcefully update the font's sprite reference.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIFont.cs#640" + }, + { + "returnTypeName": "BMSymbol", + "params": [ + { "name": "text", "typeName": "string" }, + { "name": "offset", "typeName": "int" }, + { "name": "textLength", "typeName": "int" } + ], + "isStatic": false, + "name": "MatchSymbol", + "comment": "Retrieve the symbol at the beginning of the specified sequence, if a match is found.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIFont.cs#704" + }, + { + "returnTypeName": "BMSymbol", + "params": [ + { "name": "sequence", "typeName": "string" }, + { "name": "spriteName", "typeName": "string" } + ], + "isStatic": false, + "name": "AddSymbol", + "comment": "Add a new symbol to the font.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIFont.cs#742" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "sequence", "typeName": "string" }], + "isStatic": false, + "name": "RemoveSymbol", + "comment": "Remove the specified symbol from the font.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIFont.cs#754" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "before", "typeName": "string" }, + { "name": "after", "typeName": "string" } + ], + "isStatic": false, + "name": "RenameSymbol", + "comment": "Change an existing symbol's sequence to the specified value.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIFont.cs#765" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "s", "typeName": "string" }], + "isStatic": false, + "name": "UsesSprite", + "comment": "Whether the specified sprite is being used by the font.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIFont.cs#776" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIFont.cs#19" + } + ], + "name": "UIFont", + "comment": "UIFont contains everything needed to be able to print text. This is the legacy component that stores its data in a prefab. \n It's best to use NGUIFont now as it saves its data in Scriptable Objects, which plays better with Unity 2018+.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIFont.cs#19" + }, + { + "namespace": "", + "baseClass": "UnityEngine.MonoBehaviour", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Camera", + "name": "uiCamera", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UITooltip.cs#13" + }, + { + "typeName": "UILabel", + "name": "text", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UITooltip.cs#14" + }, + { + "typeName": "UnityEngine.GameObject", + "name": "tooltipRoot", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UITooltip.cs#15" + }, + { + "typeName": "UISprite", + "name": "background", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UITooltip.cs#16" + }, + { + "typeName": "float", + "name": "appearSpeed", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UITooltip.cs#17" + }, + { + "typeName": "bool", + "name": "scalingTransitions", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UITooltip.cs#18" + }, + { + "typeName": "bool", + "name": "isVisible", + "comment": "Whether the tooltip is currently visible.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UITooltip.cs#33" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "text", "typeName": "string" }], + "isStatic": true, + "name": "ShowText", + "comment": "Show a tooltip with the specified text.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UITooltip.cs#201" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "text", "typeName": "string" }], + "isStatic": true, + "name": "Show", + "comment": "Show the tooltip.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UITooltip.cs#207" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "Hide", + "comment": "Hide the tooltip.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UITooltip.cs#213" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UITooltip.cs#9" + } + ], + "name": "UITooltip", + "comment": "Example script that can be used to show tooltips.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UITooltip.cs#9" + }, + { + "namespace": "", + "baseClass": "UnityEngine.MonoBehaviour", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Refresh", + "comment": "Immediately refresh the list of known languages.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/LanguageSelection.cs#34" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/LanguageSelection.cs#14" + } + ], + "name": "LanguageSelection", + "comment": "Turns the popup list it's attached to into a language selection list.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/LanguageSelection.cs#14" + }, + { + "namespace": "", + "baseClass": "UnityEngine.MonoBehaviour", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "float", + "name": "width", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/AnimatedWidget.cs#15" + }, + { + "typeName": "float", + "name": "height", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/AnimatedWidget.cs#16" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/AnimatedWidget.cs#13" + } + ], + "name": "AnimatedWidget", + "comment": "Makes it possible to animate the widget's width and height using Unity's animations.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/AnimatedWidget.cs#13" + }, + { + "namespace": "", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/BetterList.cs#386" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "left", "typeName": "T" }, + { "name": "right", "typeName": "T" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/BetterList.cs#386" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "left", "typeName": "T" }, + { "name": "right", "typeName": "T" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/BetterList.cs#386" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/BetterList.cs#386" + } + ], + "name": "CompareFunc", + "comment": "Comparison function should return -1 if left is less than right, 1 if left is greater than right, and 0 if they match.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/BetterList.cs#386" + }, + { + "namespace": "", + "baseClass": "UITweener", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Vector3", + "name": "from", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenPosition.cs#15" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "to", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenPosition.cs#16" + }, + { + "typeName": "bool", + "name": "worldSpace", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenPosition.cs#19" + }, + { + "typeName": "UnityEngine.Transform", + "name": "cachedTransform", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenPosition.cs#24" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "position", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenPosition.cs#27" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "value", + "comment": "Tween's current value.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenPosition.cs#33" + } + ], + "methods": [ + { + "returnTypeName": "TweenPosition", + "params": [ + { "name": "go", "typeName": "UnityEngine.GameObject" }, + { "name": "duration", "typeName": "float" }, + { "name": "pos", "typeName": "UnityEngine.Vector3" } + ], + "isStatic": true, + "name": "Begin", + "comment": "Start the tweening operation.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenPosition.cs#66" + }, + { + "returnTypeName": "TweenPosition", + "params": [ + { "name": "go", "typeName": "UnityEngine.GameObject" }, + { "name": "duration", "typeName": "float" }, + { "name": "pos", "typeName": "UnityEngine.Vector3" }, + { "name": "worldSpace", "typeName": "bool" } + ], + "isStatic": true, + "name": "Begin", + "comment": "Start the tweening operation.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenPosition.cs#84" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "SetStartToCurrentValue", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenPosition.cs#100" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "SetEndToCurrentValue", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenPosition.cs#103" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenPosition.cs#13" + } + ], + "name": "TweenPosition", + "comment": "Tween the object's position.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenPosition.cs#13" + }, + { + "namespace": "", + "baseClass": "UIWidgetContainer", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "columns", + "comment": "How many columns there will be before a new line is started. 0 means unlimited.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UITable.cs#39" + }, + { + "typeName": "UITable.Direction", + "name": "direction", + "comment": "Which way the new lines will be added.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UITable.cs#45" + }, + { + "typeName": "UITable.Sorting", + "name": "sorting", + "comment": "How to sort the grid's elements.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UITable.cs#51" + }, + { + "typeName": "bool", + "name": "inverted", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UITable.cs#54" + }, + { + "typeName": "UIWidget.Pivot", + "name": "pivot", + "comment": "Final pivot point for the table itself.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UITable.cs#60" + }, + { + "typeName": "UIWidget.Pivot", + "name": "cellAlignment", + "comment": "Final pivot point for the table's content.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UITable.cs#66" + }, + { + "typeName": "bool", + "name": "hideInactive", + "comment": "Whether inactive children will be discarded from the table's calculations.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UITable.cs#72" + }, + { + "typeName": "bool", + "name": "keepWithinPanel", + "comment": "Whether the parent container will be notified of the table's changes.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UITable.cs#78" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "padding", + "comment": "Padding around each entry, in pixels.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UITable.cs#84" + }, + { + "typeName": "UITable.OnReposition", + "name": "onReposition", + "comment": "Delegate function that will be called when the table repositions its content.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UITable.cs#90" + }, + { + "typeName": "System.Comparison", + "name": "onCustomSort", + "comment": "Custom sort delegate, used when the sorting method is set to 'custom'.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UITable.cs#96" + }, + { + "typeName": "bool", + "name": "repositionNow", + "comment": "Reposition the children on the next Update().\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UITable.cs#106" + } + ], + "methods": [ + { + "returnTypeName": "List", + "params": [], + "isStatic": false, + "name": "GetChildList", + "comment": "Get the current list of the grid's children.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UITable.cs#112" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Reposition", + "comment": "Recalculate the position of all elements within the table, sorting them alphabetically if necessary.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UITable.cs#303" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UITable.cs#16" + } + ], + "name": "UITable", + "comment": "All children added to the game object with this script will be arranged into a table \n with rows and columns automatically adjusting their size to fit their content \n (think \"table\" tag in HTML).\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UITable.cs#16" + }, + { + "namespace": "", + "baseClass": "UIRect", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Collections.Generic.List", + "name": "list", + "comment": "List of active panels.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#21" + }, + { + "typeName": "UIPanel.OnGeometryUpdated", + "name": "onGeometryUpdated", + "comment": "Notification triggered when the panel's geometry get rebuilt. It's mainly here for debugging purposes.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#36" + }, + { + "typeName": "bool", + "name": "showInPanelTool", + "comment": "Whether this panel will show up in the panel tool (set this to 'false' for dynamically created temporary panels)\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#42" + }, + { + "typeName": "bool", + "name": "generateNormals", + "comment": "Whether normals and tangents will be generated for all meshes.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#48" + }, + { + "typeName": "bool", + "name": "generateUV2", + "comment": "Whether secondary UV coordinates will be generated for all meshes.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#54" + }, + { + "typeName": "UIDrawCall.ShadowMode", + "name": "shadowMode", + "comment": "Whether generated geometry will cast shadows.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#61" + }, + { + "typeName": "bool", + "name": "widgetsAreStatic", + "comment": "Whether widgets drawn by this panel are static (won't move). This will improve performance.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#68" + }, + { + "typeName": "bool", + "name": "cullWhileDragging", + "comment": "Whether widgets will be culled while the panel is being dragged. \n Having this on improves performance, but turning it off will reduce garbage collection.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#75" + }, + { + "typeName": "bool", + "name": "alwaysOnScreen", + "comment": "Optimization flag. Makes the assumption that the panel's geometry \n will always be on screen and the bounds don't need to be re-calculated.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#82" + }, + { + "typeName": "bool", + "name": "anchorOffset", + "comment": "By default, non-clipped panels use the camera's bounds, and the panel's position has no effect. \n If you want the panel's position to actually be used with anchors, set this field to 'true'.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#89" + }, + { + "typeName": "bool", + "name": "softBorderPadding", + "comment": "Whether the soft border will be used as padding.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#95" + }, + { + "typeName": "UIPanel.RenderQueue", + "name": "renderQueue", + "comment": "By default all panels manage render queues of their draw calls themselves by incrementing them \n so that the geometry is drawn in the proper order. You can alter this behaviour.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#102" + }, + { + "typeName": "int", + "name": "startingRenderQueue", + "comment": "Render queue used by the panel. The default value of '3000' is the equivalent of \"Transparent\". \n This property is only used if 'renderQueue' is set to something other than \"Automatic\".\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#109" + }, + { + "typeName": "string", + "name": "sortingLayerName", + "comment": "Sorting layer used by the panel -- used when mixing NGUI with the Unity's 2D system. \n Contributed by Benzino07: http://www.tasharen.com/forum/index.php?topic=6956.15\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#116" + }, + { + "typeName": "System.Collections.Generic.List", + "name": "widgets", + "comment": "List of widgets managed by this panel. Do not attempt to modify this list yourself.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#140" + }, + { + "typeName": "System.Collections.Generic.List", + "name": "drawCalls", + "comment": "List of draw calls created by this panel. Do not attempt to modify this list yourself.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#147" + }, + { + "typeName": "UnityEngine.Matrix4x4", + "name": "worldToLocal", + "comment": "Matrix that will transform the specified world coordinates to relative-to-panel coordinates.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#154" + }, + { + "typeName": "UnityEngine.Vector4", + "name": "drawCallClipRange", + "comment": "Cached clip range passed to the draw call's shader.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#161" + }, + { + "typeName": "UIPanel.OnClippingMoved", + "name": "onClipMove", + "comment": "Event callback that's triggered when the panel's clip region gets moved.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#169" + }, + { + "typeName": "UIPanel.OnCreateMaterial", + "name": "onCreateMaterial", + "comment": "There may be cases where you will want to create a custom material per-widget in order to have unique draw calls. \n If that's the case, set this delegate and return your newly created material. Note that it's up to you to cache this material for the next call.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#176" + }, + { + "typeName": "UIDrawCall.OnCreateDrawCall", + "name": "onCreateDrawCall", + "comment": "Event callback that's triggered whenever the panel creates a new draw call.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#183" + }, + { + "typeName": "int", + "name": "nextUnusedDepth", + "comment": "Helper property that returns the first unused depth value.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#226" + }, + { + "typeName": "bool", + "name": "canBeAnchored", + "comment": "Whether the rectangle can be anchored.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#241" + }, + { + "typeName": "float", + "name": "alpha", + "comment": "Panel's alpha affects everything drawn by the panel.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#247" + }, + { + "typeName": "string", + "name": "alphaProperty", + "comment": "If set, panel's alpha will be adjusting the specified value in the shaders (for example: \"_Dither\") instead of global alpha.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#276" + }, + { + "typeName": "int", + "name": "depth", + "comment": "Panels can have their own depth value that will change the order with which everything they manage gets drawn.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#300" + }, + { + "typeName": "bool", + "name": "useSortingOrder", + "comment": "Whether sorting order will be used or not. Sorting order is used with Unity's 2D system.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#323" + }, + { + "typeName": "int", + "name": "sortingOrder", + "comment": "Sorting order value for the panel's draw calls, to be used with Unity's 2D system.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#329" + }, + { + "typeName": "float", + "name": "width", + "comment": "Panel's width in pixels.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#367" + }, + { + "typeName": "float", + "name": "height", + "comment": "Panel's height in pixels.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#373" + }, + { + "typeName": "bool", + "name": "halfPixelOffset", + "comment": "Whether the panel's drawn geometry needs to be offset by a half-pixel.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#379" + }, + { + "typeName": "bool", + "name": "usedForUI", + "comment": "Whether the camera is used to draw UI geometry.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#398" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "drawCallOffset", + "comment": "Directx9 pixel offset, used for drawing.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#405" + }, + { + "typeName": "UIDrawCall.Clipping", + "name": "clipping", + "comment": "Clipping method used by all draw calls.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#437" + }, + { + "typeName": "UIPanel", + "name": "parentPanel", + "comment": "Reference to the parent panel, if any.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#463" + }, + { + "typeName": "int", + "name": "clipCount", + "comment": "Number of times the panel's contents get clipped.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#469" + }, + { + "typeName": "bool", + "name": "hasClipping", + "comment": "Whether the panel will actually perform clipping of children.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#489" + }, + { + "typeName": "bool", + "name": "hasCumulativeClipping", + "comment": "Whether the panel will actually perform clipping of children.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#495" + }, + { + "typeName": "bool", + "name": "clipsChildren", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#498" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "clipOffset", + "comment": "Clipping area offset used to make it possible to move clipped panels (scroll views) efficiently. \n Scroll views move by adjusting the clip offset by one value, and the transform position by the inverse. \n This makes it possible to not have to rebuild the geometry, greatly improving performance.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#506" + }, + { + "typeName": "UnityEngine.Texture2D", + "name": "clipTexture", + "comment": "Texture used to clip the region.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#550" + }, + { + "typeName": "UnityEngine.Vector4", + "name": "clipRange", + "comment": "Clipping position (XY) and size (ZW). \n Note that you should not be modifying this property at run-time to reposition the clipping. Adjust clipOffset instead.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#574" + }, + { + "typeName": "UnityEngine.Vector4", + "name": "baseClipRegion", + "comment": "Clipping position (XY) and size (ZW). \n Note that you should not be modifying this property at run-time to reposition the clipping. Adjust clipOffset instead.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#591" + }, + { + "typeName": "UnityEngine.Vector4", + "name": "finalClipRegion", + "comment": "Final clipping region after the offset has been taken into consideration. XY = center, ZW = size.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#622" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "clipSoftness", + "comment": "Clipping softness is used if the clipped style is set to \"Soft\".\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#649" + }, + { + "typeName": "UnityEngine.Vector3[]", + "name": "localCorners", + "comment": "Local-space corners of the panel's clipping rectangle. The order is bottom-left, top-left, top-right, bottom-right.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#674" + }, + { + "typeName": "UnityEngine.Vector3[]", + "name": "worldCorners", + "comment": "World-space corners of the panel's clipping rectangle. The order is bottom-left, top-left, top-right, bottom-right.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#705" + } + ], + "methods": [ + { + "returnTypeName": "Int32", + "params": [ + { "name": "a", "typeName": "UIPanel" }, + { "name": "b", "typeName": "UIPanel" } + ], + "isStatic": true, + "name": "CompareFunc", + "comment": "Function that can be used to depth-sort panels.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#352" + }, + { + "returnTypeName": "", + "params": [ + { "name": "relativeTo", "typeName": "UnityEngine.Transform" } + ], + "isStatic": false, + "name": "GetSides", + "comment": "Get the sides of the rectangle relative to the specified transform. \n The order is left, top, right, bottom.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#765" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "includeChildren", "typeName": "bool" }], + "isStatic": false, + "name": "Invalidate", + "comment": "Invalidating the panel should reset its alpha.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#811" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "frameID", "typeName": "int" }], + "isStatic": false, + "name": "CalculateFinalAlpha", + "comment": "Widget's final alpha, after taking the panel's alpha into account.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#821" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "x", "typeName": "float" }, + { "name": "y", "typeName": "float" }, + { "name": "width", "typeName": "float" }, + { "name": "height", "typeName": "float" } + ], + "isStatic": false, + "name": "SetRect", + "comment": "Set the panel's rectangle.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#841" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "a", "typeName": "UnityEngine.Vector3" }, + { "name": "b", "typeName": "UnityEngine.Vector3" }, + { "name": "c", "typeName": "UnityEngine.Vector3" }, + { "name": "d", "typeName": "UnityEngine.Vector3" } + ], + "isStatic": false, + "name": "IsVisible", + "comment": "Returns whether the specified rectangle is visible by the panel. The coordinates must be in world space.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#880" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "worldPos", "typeName": "UnityEngine.Vector3" }], + "isStatic": false, + "name": "IsVisible", + "comment": "Returns whether the specified world position is within the panel's bounds determined by the clipping rect.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#926" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "w", "typeName": "UIWidget" }], + "isStatic": false, + "name": "IsVisible", + "comment": "Returns whether the specified widget is visible by the panel.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#946" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "w", "typeName": "UIWidget" }], + "isStatic": false, + "name": "Affects", + "comment": "Whether the specified widget is going to be affected by this panel in any way.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#970" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "RebuildAllDrawCalls", + "comment": "Causes all draw calls to be re-created on the next update.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#993" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "SetDirty", + "comment": "Invalidate the panel's draw calls, forcing them to be rebuilt on the next update. \n This call also affects all children.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#1000" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ParentHasChanged", + "comment": "Find the parent panel, if we have one.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#1040" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "SortWidgets", + "comment": "Immediately sort all child widgets.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#1400" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "dc", "typeName": "UIDrawCall" }], + "isStatic": false, + "name": "FillDrawCall", + "comment": "Fill the geometry for the specified draw call.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#1532" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "dc", "typeName": "UIDrawCall" }, + { "name": "needsCulling", "typeName": "bool" } + ], + "isStatic": false, + "name": "FillDrawCall", + "comment": "Fill the geometry for the specified draw call.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#1542" + }, + { + "returnTypeName": "UIDrawCall", + "params": [{ "name": "w", "typeName": "UIWidget" }], + "isStatic": false, + "name": "FindDrawCall", + "comment": "Insert the specified widget into one of the existing draw calls if possible. \n If it's not possible, and a new draw call is required, 'null' is returned \n because draw call creation is a delayed operation.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#1803" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "w", "typeName": "UIWidget" }], + "isStatic": false, + "name": "AddWidget", + "comment": "Make the following widget be managed by the panel.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#1839" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "w", "typeName": "UIWidget" }], + "isStatic": false, + "name": "RemoveWidget", + "comment": "Remove the widget from its current draw call, invalidating everything as needed.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#1875" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Refresh", + "comment": "Immediately refresh the panel.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#1893" + }, + { + "returnTypeName": "Vector3", + "params": [ + { "name": "min", "typeName": "UnityEngine.Vector2" }, + { "name": "max", "typeName": "UnityEngine.Vector2" } + ], + "isStatic": false, + "name": "CalculateConstrainOffset", + "comment": "Calculate the offset needed to be constrained within the panel's bounds.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#1904" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "target", "typeName": "UnityEngine.Transform" }, + { "name": "targetBounds", "typeName": "UnityEngine.Bounds" }, + { "name": "immediate", "typeName": "bool" } + ], + "isStatic": false, + "name": "ConstrainTargetToBounds", + "comment": "Constrain the current target position to be within panel bounds.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#1930" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "target", "typeName": "UnityEngine.Transform" }, + { "name": "immediate", "typeName": "bool" } + ], + "isStatic": false, + "name": "ConstrainTargetToBounds", + "comment": "Constrain the specified target to be within the panel's bounds.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#1975" + }, + { + "returnTypeName": "UIPanel", + "params": [{ "name": "trans", "typeName": "UnityEngine.Transform" }], + "isStatic": true, + "name": "Find", + "comment": "Find the UIPanel responsible for handling the specified transform.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#1985" + }, + { + "returnTypeName": "UIPanel", + "params": [ + { "name": "trans", "typeName": "UnityEngine.Transform" }, + { "name": "createIfMissing", "typeName": "bool" } + ], + "isStatic": true, + "name": "Find", + "comment": "Find the UIPanel responsible for handling the specified transform.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#1991" + }, + { + "returnTypeName": "UIPanel", + "params": [ + { "name": "trans", "typeName": "UnityEngine.Transform" }, + { "name": "createIfMissing", "typeName": "bool" }, + { "name": "layer", "typeName": "int" } + ], + "isStatic": true, + "name": "Find", + "comment": "Find the UIPanel responsible for handling the specified transform.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#1997" + }, + { + "returnTypeName": "Vector2", + "params": [], + "isStatic": false, + "name": "GetWindowSize", + "comment": "Get the size of the game window in pixels.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#2009" + }, + { + "returnTypeName": "Vector2", + "params": [], + "isStatic": false, + "name": "GetViewSize", + "comment": "Panel's size -- which is either the clipping rect, or the screen dimensions.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#2021" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#15" + } + ], + "name": "UIPanel", + "comment": "UI Panel is responsible for collecting, sorting and updating widgets in addition to generating widgets' geometry.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#15" + }, + { + "namespace": "", + "baseClass": "UnityEngine.MonoBehaviour", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "key", + "comment": "Localization key.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILocalize.cs#21" + }, + { + "typeName": "string", + "name": "value", + "comment": "Manually change the value of whatever the localization component is attached to.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILocalize.cs#27" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILocalize.cs#15" + } + ], + "name": "UILocalize", + "comment": "Simple script that lets you localize a UIWidget.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILocalize.cs#15" + }, + { + "namespace": "", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "sequence", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/BMSymbol.cs#15" + }, + { + "typeName": "string", + "name": "spriteName", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/BMSymbol.cs#16" + }, + { + "typeName": "bool", + "name": "colored", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/BMSymbol.cs#17" + }, + { + "typeName": "int", + "name": "length", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/BMSymbol.cs#29" + }, + { + "typeName": "int", + "name": "offsetX", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/BMSymbol.cs#30" + }, + { + "typeName": "int", + "name": "offsetY", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/BMSymbol.cs#31" + }, + { + "typeName": "int", + "name": "width", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/BMSymbol.cs#32" + }, + { + "typeName": "int", + "name": "height", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/BMSymbol.cs#33" + }, + { + "typeName": "int", + "name": "paddedHeight", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/BMSymbol.cs#34" + }, + { + "typeName": "int", + "name": "advance", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/BMSymbol.cs#35" + }, + { + "typeName": "UnityEngine.Rect", + "name": "uvRect", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/BMSymbol.cs#36" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "MarkAsChanged", + "comment": "Mark this symbol as dirty, clearing the sprite reference.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/BMSymbol.cs#42" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "atlas", "typeName": "INGUIAtlas" }], + "isStatic": false, + "name": "Validate", + "comment": "Validate this symbol, given the specified atlas.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/BMSymbol.cs#48" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/BMSymbol.cs#13" + } + ], + "name": "BMSymbol", + "comment": "Symbols are a sequence of characters such as \":)\" that get replaced with a sprite, such as the smiley face.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/BMSymbol.cs#13" + }, + { + "namespace": "", + "baseClass": "UnityEngine.MonoBehaviour", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UIDragDropItem.Restriction", + "name": "restriction", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDragDropItem.cs#26" + }, + { + "typeName": "bool", + "name": "clickToDrag", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDragDropItem.cs#29" + }, + { + "typeName": "bool", + "name": "cloneOnDrag", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDragDropItem.cs#32" + }, + { + "typeName": "bool", + "name": "interactable", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDragDropItem.cs#35" + }, + { + "typeName": "float", + "name": "pressAndHoldDelay", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDragDropItem.cs#38" + }, + { + "typeName": "System.Collections.Generic.List", + "name": "draggedItems", + "comment": "List of items that are currently being dragged.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDragDropItem.cs#60" + } + ], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [{ "name": "go", "typeName": "UnityEngine.GameObject" }], + "isStatic": true, + "name": "IsDragged", + "comment": "Whether this object is currently being dragged.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDragDropItem.cs#66" + }, + { + "returnTypeName": "UIDragDropItem", + "params": [], + "isStatic": false, + "name": "StartDragging", + "comment": "Start the dragging operation.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDragDropItem.cs#224" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "go", "typeName": "UnityEngine.GameObject" }], + "isStatic": false, + "name": "StopDragging", + "comment": "Drop the dragged item.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDragDropItem.cs#309" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDragDropItem.cs#15" + } + ], + "name": "UIDragDropItem", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDragDropItem.cs#15" + }, + { + "namespace": "", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UIDragDropItem.Restriction", + "name": "None", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDragDropItem.cs#19" + }, + { + "typeName": "UIDragDropItem.Restriction", + "name": "Horizontal", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDragDropItem.cs#20" + }, + { + "typeName": "UIDragDropItem.Restriction", + "name": "Vertical", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDragDropItem.cs#21" + }, + { + "typeName": "UIDragDropItem.Restriction", + "name": "PressAndHold", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDragDropItem.cs#22" + } + ], + "methods": [ + { + "returnTypeName": "UIDragDropItem.Restriction", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDragDropItem.cs#17" + } + ], + "name": "Restriction", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDragDropItem.cs#17" + }, + { + "namespace": "", + "baseClass": "UIWidgetContainer", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.GameObject", + "name": "tweenTarget", + "comment": "Target with a widget, renderer, or light that will have its color tweened.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButtonColor.cs#28" + }, + { + "typeName": "UnityEngine.Color", + "name": "hover", + "comment": "Color to apply on hover event (mouse only).\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButtonColor.cs#34" + }, + { + "typeName": "UnityEngine.Color", + "name": "pressed", + "comment": "Color to apply on the pressed event.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButtonColor.cs#40" + }, + { + "typeName": "UnityEngine.Color", + "name": "disabledColor", + "comment": "Color that will be applied when the button is disabled.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButtonColor.cs#46" + }, + { + "typeName": "float", + "name": "duration", + "comment": "Duration of the tween process.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButtonColor.cs#52" + }, + { + "typeName": "UIButtonColor.State", + "name": "state", + "comment": "Button's current state.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButtonColor.cs#64" + }, + { + "typeName": "UnityEngine.Color", + "name": "defaultColor", + "comment": "UIButtonColor's default (starting) color. It's useful to be able to change it, just in case.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButtonColor.cs#70" + }, + { + "typeName": "bool", + "name": "isEnabled", + "comment": "Whether the script should be active or not.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButtonColor.cs#98" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ResetDefaultColor", + "comment": "Reset the default color to what the button started with.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButtonColor.cs#104" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "CacheDefaultColor", + "comment": "Cache the default color -- should only happen once.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButtonColor.cs#110" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "state", "typeName": "UIButtonColor.State" }, + { "name": "instant", "typeName": "bool" } + ], + "isStatic": false, + "name": "SetState", + "comment": "Change the visual state.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButtonColor.cs#282" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "instant", "typeName": "bool" }], + "isStatic": false, + "name": "UpdateColor", + "comment": "Update the button's color. Call this method after changing the colors of the button at run-time.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButtonColor.cs#301" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButtonColor.cs#14" + } + ], + "name": "UIButtonColor", + "comment": "Simple example script of how a button can be colored when the mouse hovers over it or it gets pressed.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButtonColor.cs#14" + }, + { + "namespace": "", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UIPopupList.Position", + "name": "Auto", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPopupList.cs#30" + }, + { + "typeName": "UIPopupList.Position", + "name": "Above", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPopupList.cs#31" + }, + { + "typeName": "UIPopupList.Position", + "name": "Below", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPopupList.cs#32" + } + ], + "methods": [ + { + "returnTypeName": "UIPopupList.Position", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPopupList.cs#28" + } + ], + "name": "Position", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPopupList.cs#28" + }, + { + "namespace": "", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UITable.cs#18" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UITable.cs#18" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UITable.cs#18" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UITable.cs#18" + } + ], + "name": "OnReposition", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UITable.cs#18" + }, + { + "namespace": "", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UIPopupList.Selection", + "name": "OnPress", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPopupList.cs#37" + }, + { + "typeName": "UIPopupList.Selection", + "name": "OnClick", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPopupList.cs#38" + } + ], + "methods": [ + { + "returnTypeName": "UIPopupList.Selection", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPopupList.cs#35" + } + ], + "name": "Selection", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPopupList.cs#35" + }, + { + "namespace": "", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UITable.Direction", + "name": "Down", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UITable.cs#22" + }, + { + "typeName": "UITable.Direction", + "name": "Up", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UITable.cs#23" + } + ], + "methods": [ + { + "returnTypeName": "UITable.Direction", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UITable.cs#20" + } + ], + "name": "Direction", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UITable.cs#20" + }, + { + "namespace": "", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UIPopupList.OpenOn", + "name": "ClickOrTap", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPopupList.cs#247" + }, + { + "typeName": "UIPopupList.OpenOn", + "name": "RightClick", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPopupList.cs#248" + }, + { + "typeName": "UIPopupList.OpenOn", + "name": "DoubleClick", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPopupList.cs#249" + }, + { + "typeName": "UIPopupList.OpenOn", + "name": "Manual", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPopupList.cs#250" + } + ], + "methods": [ + { + "returnTypeName": "UIPopupList.OpenOn", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPopupList.cs#245" + } + ], + "name": "OpenOn", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPopupList.cs#245" + }, + { + "namespace": "", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UITable.Sorting", + "name": "None", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UITable.cs#28" + }, + { + "typeName": "UITable.Sorting", + "name": "Alphabetic", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UITable.cs#29" + }, + { + "typeName": "UITable.Sorting", + "name": "Horizontal", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UITable.cs#30" + }, + { + "typeName": "UITable.Sorting", + "name": "Vertical", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UITable.cs#31" + }, + { + "typeName": "UITable.Sorting", + "name": "Custom", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UITable.cs#32" + } + ], + "methods": [ + { + "returnTypeName": "UITable.Sorting", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UITable.cs#26" + } + ], + "name": "Sorting", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UITable.cs#26" + }, + { + "namespace": "", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPopupList.cs#297" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "val", "typeName": "string" }], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPopupList.cs#297" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "val", "typeName": "string" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPopupList.cs#297" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPopupList.cs#297" + } + ], + "name": "LegacyEvent", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPopupList.cs#297" + }, + { + "namespace": "", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UIButtonColor.State", + "name": "Normal", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButtonColor.cs#18" + }, + { + "typeName": "UIButtonColor.State", + "name": "Hover", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButtonColor.cs#19" + }, + { + "typeName": "UIButtonColor.State", + "name": "Pressed", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButtonColor.cs#20" + }, + { + "typeName": "UIButtonColor.State", + "name": "Disabled", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButtonColor.cs#21" + } + ], + "methods": [ + { + "returnTypeName": "UIButtonColor.State", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButtonColor.cs#16" + } + ], + "name": "State", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButtonColor.cs#16" + }, + { + "namespace": "", + "baseClass": "UITweener", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "from", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenWidth.cs#16" + }, + { + "typeName": "int", + "name": "to", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenWidth.cs#17" + }, + { + "typeName": "UIWidget", + "name": "fromTarget", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenWidth.cs#20" + }, + { + "typeName": "UIWidget", + "name": "toTarget", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenWidth.cs#23" + }, + { + "typeName": "bool", + "name": "updateTable", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenWidth.cs#26" + }, + { + "typeName": "UIWidget", + "name": "cachedWidget", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenWidth.cs#31" + }, + { + "typeName": "int", + "name": "width", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenWidth.cs#34" + }, + { + "typeName": "int", + "name": "value", + "comment": "Tween's current value.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenWidth.cs#40" + } + ], + "methods": [ + { + "returnTypeName": "TweenWidth", + "params": [ + { "name": "widget", "typeName": "UIWidget" }, + { "name": "duration", "typeName": "float" }, + { "name": "width", "typeName": "int" } + ], + "isStatic": true, + "name": "Begin", + "comment": "Start the tweening operation.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenWidth.cs#68" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "SetStartToCurrentValue", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenWidth.cs#83" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "SetEndToCurrentValue", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenWidth.cs#86" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenWidth.cs#14" + } + ], + "name": "TweenWidth", + "comment": "Tween the widget's size.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenWidth.cs#14" + }, + { + "namespace": "", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "index", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/BMGlyph.cs#16" + }, + { + "typeName": "int", + "name": "x", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/BMGlyph.cs#17" + }, + { + "typeName": "int", + "name": "y", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/BMGlyph.cs#18" + }, + { + "typeName": "int", + "name": "width", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/BMGlyph.cs#19" + }, + { + "typeName": "int", + "name": "height", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/BMGlyph.cs#20" + }, + { + "typeName": "int", + "name": "offsetX", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/BMGlyph.cs#21" + }, + { + "typeName": "int", + "name": "offsetY", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/BMGlyph.cs#22" + }, + { + "typeName": "int", + "name": "advance", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/BMGlyph.cs#23" + }, + { + "typeName": "int", + "name": "channel", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/BMGlyph.cs#24" + }, + { + "typeName": "System.Collections.Generic.List", + "name": "kerning", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/BMGlyph.cs#25" + } + ], + "methods": [ + { + "returnTypeName": "Int32", + "params": [{ "name": "previousChar", "typeName": "int" }], + "isStatic": false, + "name": "GetKerning", + "comment": "Retrieves the special amount by which to adjust the cursor position, given the specified previous character.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/BMGlyph.cs#31" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "previousChar", "typeName": "int" }, + { "name": "amount", "typeName": "int" } + ], + "isStatic": false, + "name": "SetKerning", + "comment": "Add a new kerning entry to the character (or adjust an existing one).\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/BMGlyph.cs#46" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "xMin", "typeName": "int" }, + { "name": "yMin", "typeName": "int" }, + { "name": "xMax", "typeName": "int" }, + { "name": "yMax", "typeName": "int" } + ], + "isStatic": false, + "name": "Trim", + "comment": "Trim the glyph, given the specified minimum and maximum dimensions in pixels.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/BMGlyph.cs#67" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/BMGlyph.cs#14" + } + ], + "name": "BMGlyph", + "comment": "Glyph structure used by BMFont. For more information see http://www.angelcode.com/products/bmfont/\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/BMGlyph.cs#14" + }, + { + "namespace": "", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Component", + "name": "target", + "comment": "Event delegate's target object.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/PropertyReference.cs#37" + }, + { + "typeName": "string", + "name": "name", + "comment": "Event delegate's method name.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/PropertyReference.cs#57" + }, + { + "typeName": "bool", + "name": "isValid", + "comment": "Whether this delegate's values have been set.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/PropertyReference.cs#77" + }, + { + "typeName": "bool", + "name": "isEnabled", + "comment": "Whether the target script is actually enabled.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/PropertyReference.cs#83" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/PropertyReference.cs#93" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "target", "typeName": "UnityEngine.Component" }, + { "name": "fieldName", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/PropertyReference.cs#94" + }, + { + "returnTypeName": "Type", + "params": [], + "isStatic": false, + "name": "GetPropertyType", + "comment": "Helper function that returns the property type.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/PropertyReference.cs#104" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "Equality operator.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/PropertyReference.cs#122" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "Used in equality operators.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/PropertyReference.cs#143" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "target", "typeName": "UnityEngine.Component" }, + { "name": "methodName", "typeName": "string" } + ], + "isStatic": false, + "name": "Set", + "comment": "Set the delegate callback using the target and method names.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/PropertyReference.cs#149" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Clear", + "comment": "Clear the event delegate.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/PropertyReference.cs#159" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Reset", + "comment": "Reset the cached references.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/PropertyReference.cs#169" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "Convert the delegate to its string representation.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/PropertyReference.cs#181" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "comp", "typeName": "UnityEngine.Component" }, + { "name": "property", "typeName": "string" } + ], + "isStatic": true, + "name": "ToString", + "comment": "Convenience function that converts the specified component + property pair into its string representation.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/PropertyReference.cs#187" + }, + { + "returnTypeName": "Object", + "params": [], + "isStatic": false, + "name": "Get", + "comment": "Retrieve the property's value.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/PropertyReference.cs#208" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "Set", + "comment": "Assign the bound property's value.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/PropertyReference.cs#230" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "from", "typeName": "System.Type" }, + { "name": "to", "typeName": "System.Type" } + ], + "isStatic": true, + "name": "Convert", + "comment": "Whether we can convert one type to another for assignment purposes.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/PropertyReference.cs#346" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "value", "typeName": "object" }, + { "name": "to", "typeName": "System.Type" } + ], + "isStatic": true, + "name": "Convert", + "comment": "Whether we can convert one type to another for assignment purposes.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/PropertyReference.cs#356" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "value", "typeName": "object" }, + { "name": "from", "typeName": "System.Type" }, + { "name": "to", "typeName": "System.Type" } + ], + "isStatic": true, + "name": "Convert", + "comment": "Whether we can convert one type to another for assignment purposes.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/PropertyReference.cs#370" + } + ], + "name": "PropertyReference", + "comment": "Reference to a specific field or property that can be set via inspector.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/PropertyReference.cs#23" + }, + { + "namespace": "", + "baseClass": "UIBasicSprite", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Texture", + "name": "mainTexture", + "comment": "Texture used by the UITexture. You can set it directly, without the need to specify a material.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UITexture.cs#31" + }, + { + "typeName": "UnityEngine.Material", + "name": "material", + "comment": "Material used by the widget.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UITexture.cs#63" + }, + { + "typeName": "UnityEngine.Shader", + "name": "shader", + "comment": "Shader used by the texture when creating a dynamic material (when the texture was specified, but the material was not).\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UITexture.cs#86" + }, + { + "typeName": "bool", + "name": "premultipliedAlpha", + "comment": "Whether the texture is using a premultiplied alpha material.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UITexture.cs#119" + }, + { + "typeName": "UnityEngine.Vector4", + "name": "border", + "comment": "Sprite's border. X = left, Y = bottom, Z = right, W = top.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UITexture.cs#137" + }, + { + "typeName": "UnityEngine.Rect", + "name": "uvRect", + "comment": "UV rectangle used by the texture.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UITexture.cs#157" + }, + { + "typeName": "UnityEngine.Vector4", + "name": "drawingDimensions", + "comment": "Widget's dimensions used for drawing. X = left, Y = bottom, Z = right, W = top. \n This function automatically adds 1 pixel on the edge if the texture's dimensions are not even. \n It's used to achieve pixel-perfect sprites even when an odd dimension widget happens to be centered.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UITexture.cs#179" + }, + { + "typeName": "bool", + "name": "fixedAspect", + "comment": "Whether the drawn texture will always maintain a fixed aspect ratio. \n This setting is not compatible with drawRegion adjustments (sliders, progress bars, etc).\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UITexture.cs#250" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "MakePixelPerfect", + "comment": "Adjust the scale of the widget to make it pixel-perfect.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UITexture.cs#271" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "verts", + "typeName": "System.Collections.Generic.List" + }, + { + "name": "uvs", + "typeName": "System.Collections.Generic.List" + }, + { + "name": "cols", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "OnFill", + "comment": "Virtual function called by the UIPanel that fills the buffers.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UITexture.cs#336" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UITexture.cs#17" + } + ], + "name": "UITexture", + "comment": "If you don't have or don't wish to create an atlas, you can simply use this script to draw a texture. \n Keep in mind though that this will create an extra draw call with each UITexture present, so it's \n best to use it only for backgrounds or temporary visible widgets.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UITexture.cs#17" + }, + { + "namespace": "", + "baseClass": "UnityEngine.MonoBehaviour", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Collections.Generic.List", + "name": "list", + "comment": "List of all UIRoots present in the scene.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIRoot.cs#22" + }, + { + "typeName": "UIRoot.Scaling", + "name": "scalingStyle", + "comment": "Type of scaling used by the UIRoot.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIRoot.cs#43" + }, + { + "typeName": "UIRoot.Constraint", + "name": "constraint", + "comment": "When the UI scaling is constrained, this controls the type of constraint that further fine-tunes how it's scaled.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIRoot.cs#49" + }, + { + "typeName": "int", + "name": "manualWidth", + "comment": "Width of the screen, used when the scaling style is set to Flexible.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIRoot.cs#67" + }, + { + "typeName": "int", + "name": "manualHeight", + "comment": "Height of the screen when the scaling style is set to FixedSize or Flexible.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIRoot.cs#73" + }, + { + "typeName": "int", + "name": "minimumHeight", + "comment": "If the screen height goes below this value, it will be as if the scaling style \n is set to FixedSize with manualHeight of this value.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIRoot.cs#80" + }, + { + "typeName": "int", + "name": "maximumHeight", + "comment": "If the screen height goes above this value, it will be as if the scaling style \n is set to Fixed Height with manualHeight of this value.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIRoot.cs#87" + }, + { + "typeName": "bool", + "name": "fitWidth", + "comment": "When Constraint is on, controls whether the content must be restricted horizontally to be at least 'manualWidth' wide.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIRoot.cs#93" + }, + { + "typeName": "bool", + "name": "fitHeight", + "comment": "When Constraint is on, controls whether the content must be restricted vertically to be at least 'Manual Height' tall.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIRoot.cs#99" + }, + { + "typeName": "bool", + "name": "adjustByDPI", + "comment": "Whether the final value will be adjusted by the device's DPI setting. \n Used when the Scaling is set to Pixel-Perfect.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIRoot.cs#106" + }, + { + "typeName": "bool", + "name": "shrinkPortraitUI", + "comment": "If set and the game is in portrait mode, the UI will shrink based on the screen's width instead of height. \n Used when the Scaling is set to Pixel-Perfect.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIRoot.cs#113" + }, + { + "typeName": "UIRoot.Scaling", + "name": "activeScaling", + "comment": "Active scaling type, based on platform.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIRoot.cs#119" + }, + { + "typeName": "int", + "name": "activeHeight", + "comment": "UI Root's active height, based on the size of the screen.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIRoot.cs#139" + }, + { + "typeName": "float", + "name": "pixelSizeAdjustment", + "comment": "Pixel size adjustment. Most of the time it's at 1, unless the scaling style is set to FixedSize.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIRoot.cs#205" + } + ], + "methods": [ + { + "returnTypeName": "Single", + "params": [{ "name": "go", "typeName": "UnityEngine.GameObject" }], + "isStatic": true, + "name": "GetPixelSizeAdjustment", + "comment": "Helper function that figures out the pixel size adjustment for the specified game object.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIRoot.cs#218" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "height", "typeName": "int" }], + "isStatic": false, + "name": "GetPixelSizeAdjustment", + "comment": "Calculate the pixel size adjustment at the specified screen height value.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIRoot.cs#228" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "updateAnchors", "typeName": "bool" }], + "isStatic": false, + "name": "UpdateScale", + "comment": "Immediately update the root's scale. Call this function after changing the min/max/manual height values.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIRoot.cs#273" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "funcName", "typeName": "string" }], + "isStatic": true, + "name": "Broadcast", + "comment": "Broadcast the specified message to the entire UI.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIRoot.cs#300" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "funcName", "typeName": "string" }, + { "name": "param", "typeName": "object" } + ], + "isStatic": true, + "name": "Broadcast", + "comment": "Broadcast the specified message to the entire UI.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIRoot.cs#318" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIRoot.cs#16" + } + ], + "name": "UIRoot", + "comment": "This is a script used to keep the game object scaled to 2/(Screen.height). \n If you use it, be sure to NOT use UIOrthoCamera at the same time.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIRoot.cs#16" + }, + { + "namespace": "", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "Id", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/BaseSystem/Scene/LevelDesign/MapUnitsRoot.cs#9" + }, + { + "typeName": "bool", + "name": "Walkable", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/BaseSystem/Scene/LevelDesign/MapUnitsRoot.cs#10" + }, + { + "typeName": "bool", + "name": "Passable", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/BaseSystem/Scene/LevelDesign/MapUnitsRoot.cs#11" + }, + { + "typeName": "string", + "name": "Trigger", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/BaseSystem/Scene/LevelDesign/MapUnitsRoot.cs#12" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/BaseSystem/Scene/LevelDesign/MapUnitsRoot.cs#7" + } + ], + "name": "MapUnitConfig", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/BaseSystem/Scene/LevelDesign/MapUnitsRoot.cs#7" + }, + { + "namespace": "", + "baseClass": "UITweener", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "float", + "name": "from", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenOrthoSize.cs#16" + }, + { + "typeName": "float", + "name": "to", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenOrthoSize.cs#17" + }, + { + "typeName": "UnityEngine.Camera", + "name": "cachedCamera", + "comment": "Camera that's being tweened.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenOrthoSize.cs#28" + }, + { + "typeName": "float", + "name": "orthoSize", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenOrthoSize.cs#32" + }, + { + "typeName": "float", + "name": "value", + "comment": "Tween's current value.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenOrthoSize.cs#38" + } + ], + "methods": [ + { + "returnTypeName": "TweenOrthoSize", + "params": [ + { "name": "go", "typeName": "UnityEngine.GameObject" }, + { "name": "duration", "typeName": "float" }, + { "name": "to", "typeName": "float" } + ], + "isStatic": true, + "name": "Begin", + "comment": "Start the tweening operation.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenOrthoSize.cs#54" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "SetStartToCurrentValue", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenOrthoSize.cs#68" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "SetEndToCurrentValue", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenOrthoSize.cs#69" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenOrthoSize.cs#14" + } + ], + "name": "TweenOrthoSize", + "comment": "Tween the camera's orthographic size.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenOrthoSize.cs#14" + }, + { + "namespace": "", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UIPanel.RenderQueue", + "name": "Automatic", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#25" + }, + { + "typeName": "UIPanel.RenderQueue", + "name": "StartAt", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#26" + }, + { + "typeName": "UIPanel.RenderQueue", + "name": "Explicit", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#27" + } + ], + "methods": [ + { + "returnTypeName": "UIPanel.RenderQueue", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#23" + } + ], + "name": "RenderQueue", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#23" + }, + { + "namespace": "", + "baseClass": "UnityEngine.MonoBehaviour", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Transform", + "name": "root", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDragDropRoot.cs#17" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDragDropRoot.cs#15" + } + ], + "name": "UIDragDropRoot", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDragDropRoot.cs#15" + }, + { + "namespace": "", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#30" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#30" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#30" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#30" + } + ], + "name": "OnGeometryUpdated", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#30" + }, + { + "namespace": "", + "baseClass": "System.Exception", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [ + { + "typeName": "int", + "name": "Line", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/VxFramework/TableFile/TabFileException.cs#11" + }, + { + "typeName": "string", + "name": "Key", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/VxFramework/TableFile/TabFileException.cs#12" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "line", "typeName": "int" }, + { "name": "key", "typeName": "string" }, + { "name": "msg", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/VxFramework/TableFile/TabFileException.cs#5" + } + ], + "name": "TabFileException", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/VxFramework/TableFile/TabFileException.cs#3" + }, + { + "namespace": "", + "baseClass": "UnityEngine.EventSystems.UIBehaviour", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystickScreenSizeUpdater.cs#7" + } + ], + "name": "UltimateJoystickScreenSizeUpdater", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystickScreenSizeUpdater.cs#7" + }, + { + "namespace": "", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#163" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "panel", "typeName": "UIPanel" }], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#163" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "panel", "typeName": "UIPanel" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#163" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#163" + } + ], + "name": "OnClippingMoved", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#163" + }, + { + "namespace": "", + "baseClass": "UnityEngine.MonoBehaviour", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "ActiveAnimation", + "name": "current", + "comment": "Active animation that resulted in the event notification.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/ActiveAnimation.cs#22" + }, + { + "typeName": "System.Collections.Generic.List", + "name": "onFinished", + "comment": "Event delegates called when the animation finishes.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/ActiveAnimation.cs#28" + }, + { + "typeName": "UnityEngine.GameObject", + "name": "eventReceiver", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/ActiveAnimation.cs#31" + }, + { + "typeName": "string", + "name": "callWhenFinished", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/ActiveAnimation.cs#32" + }, + { + "typeName": "bool", + "name": "isPlaying", + "comment": "Whether the animation is currently playing.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/ActiveAnimation.cs#55" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Finish", + "comment": "Immediately finish playing the animation.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/ActiveAnimation.cs#95" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Reset", + "comment": "Manually reset the active animation to the beginning.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/ActiveAnimation.cs#116" + }, + { + "returnTypeName": "ActiveAnimation", + "params": [ + { "name": "anim", "typeName": "UnityEngine.Animation" }, + { "name": "clipName", "typeName": "string" }, + { + "name": "playDirection", + "typeName": "AnimationOrTween.Direction" + }, + { + "name": "enableBeforePlay", + "typeName": "AnimationOrTween.EnableCondition" + }, + { + "name": "disableCondition", + "typeName": "AnimationOrTween.DisableCondition" + } + ], + "isStatic": true, + "name": "Play", + "comment": "Play the specified animation on the specified object.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/ActiveAnimation.cs#286" + }, + { + "returnTypeName": "ActiveAnimation", + "params": [ + { "name": "anim", "typeName": "UnityEngine.Animation" }, + { "name": "clipName", "typeName": "string" }, + { + "name": "playDirection", + "typeName": "AnimationOrTween.Direction" + } + ], + "isStatic": true, + "name": "Play", + "comment": "Play the specified animation.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/ActiveAnimation.cs#318" + }, + { + "returnTypeName": "ActiveAnimation", + "params": [ + { "name": "anim", "typeName": "UnityEngine.Animation" }, + { + "name": "playDirection", + "typeName": "AnimationOrTween.Direction" + } + ], + "isStatic": true, + "name": "Play", + "comment": "Play the specified animation.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/ActiveAnimation.cs#327" + }, + { + "returnTypeName": "ActiveAnimation", + "params": [ + { "name": "anim", "typeName": "UnityEngine.Animator" }, + { "name": "clipName", "typeName": "string" }, + { + "name": "playDirection", + "typeName": "AnimationOrTween.Direction" + }, + { + "name": "enableBeforePlay", + "typeName": "AnimationOrTween.EnableCondition" + }, + { + "name": "disableCondition", + "typeName": "AnimationOrTween.DisableCondition" + } + ], + "isStatic": true, + "name": "Play", + "comment": "Play the specified animation on the specified object.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/ActiveAnimation.cs#336" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/ActiveAnimation.cs#16" + } + ], + "name": "ActiveAnimation", + "comment": "Mainly an internal script used by UIButtonPlayAnimation, but can also be used to call \n the specified function on the game object after it finishes animating.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/ActiveAnimation.cs#16" + }, + { + "namespace": "", + "baseClass": "UnityEngine.MonoBehaviour", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Collections.Generic.List", + "name": "activate", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIToggledComponents.cs#18" + }, + { + "typeName": "System.Collections.Generic.List", + "name": "deactivate", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIToggledComponents.cs#19" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Toggle", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIToggledComponents.cs#49" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIToggledComponents.cs#16" + } + ], + "name": "UIToggledComponents", + "comment": "Example script showing how to activate or deactivate MonoBehaviours with a toggle.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIToggledComponents.cs#16" + }, + { + "namespace": "", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#177" + }, + { + "returnTypeName": "Material", + "params": [ + { "name": "widget", "typeName": "UIWidget" }, + { "name": "mat", "typeName": "UnityEngine.Material" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#177" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "widget", "typeName": "UIWidget" }, + { "name": "mat", "typeName": "UnityEngine.Material" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#177" + }, + { + "returnTypeName": "Material", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#177" + } + ], + "name": "OnCreateMaterial", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIPanel.cs#177" + }, + { + "namespace": "", + "baseClass": "UITweener", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Color", + "name": "from", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenColor.cs#15" + }, + { + "typeName": "UnityEngine.Color", + "name": "to", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenColor.cs#16" + }, + { + "typeName": "UnityEngine.Color", + "name": "color", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenColor.cs#53" + }, + { + "typeName": "UnityEngine.Color", + "name": "value", + "comment": "Tween's current value.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenColor.cs#59" + } + ], + "methods": [ + { + "returnTypeName": "TweenColor", + "params": [ + { "name": "go", "typeName": "UnityEngine.GameObject" }, + { "name": "duration", "typeName": "float" }, + { "name": "color", "typeName": "UnityEngine.Color" } + ], + "isStatic": true, + "name": "Begin", + "comment": "Start the tweening operation.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenColor.cs#94" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "SetStartToCurrentValue", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenColor.cs#112" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "SetEndToCurrentValue", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenColor.cs#115" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenColor.cs#13" + } + ], + "name": "TweenColor", + "comment": "Tween the object's color.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenColor.cs#13" + }, + { + "namespace": "", + "baseClass": "UnityEngine.MonoBehaviour", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UISprite", + "name": "target", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIImageButton.cs#15" + }, + { + "typeName": "string", + "name": "normalSprite", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIImageButton.cs#16" + }, + { + "typeName": "string", + "name": "hoverSprite", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIImageButton.cs#17" + }, + { + "typeName": "string", + "name": "pressedSprite", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIImageButton.cs#18" + }, + { + "typeName": "string", + "name": "disabledSprite", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIImageButton.cs#19" + }, + { + "typeName": "bool", + "name": "pixelSnap", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIImageButton.cs#20" + }, + { + "typeName": "bool", + "name": "isEnabled", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIImageButton.cs#22" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIImageButton.cs#13" + } + ], + "name": "UIImageButton", + "comment": "Sample script showing how easy it is to implement a standard button that swaps sprites.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIImageButton.cs#13" + }, + { + "namespace": "", + "baseClass": "UnityEngine.MonoBehaviour", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIWidgetContainer.cs#13" + } + ], + "name": "UIWidgetContainer", + "comment": "Widget container is a generic type class that acts like a non-resizeable widget when selecting things in the scene view.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIWidgetContainer.cs#13" + }, + { + "namespace": "", + "baseClass": "", + "attribute": "interface", + "interfaces": ["ILuaMessengerBase"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "val", "typeName": "XLua.LuaTable" }], + "isStatic": false, + "name": "LuaTableCallBack", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/BaseSystem/Lua/LuaInterface.cs#46" + } + ], + "name": "ILuaMessengerLuaTable", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/BaseSystem/Lua/LuaInterface.cs#44" + }, + { + "namespace": "", + "baseClass": "UIWidgetContainer", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UIProgressBar", + "name": "current", + "comment": "Current slider. This value is set prior to the callback function being triggered.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIProgressBar.cs#29" + }, + { + "typeName": "UIProgressBar.OnDragFinished", + "name": "onDragFinished", + "comment": "Delegate triggered when the scroll bar stops being dragged. \n Useful for things like centering on the closest valid object, for example.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIProgressBar.cs#36" + }, + { + "typeName": "UnityEngine.Transform", + "name": "thumb", + "comment": "Object that acts as a thumb.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIProgressBar.cs#43" + }, + { + "typeName": "int", + "name": "numberOfSteps", + "comment": "Number of steps the slider should be divided into. For example 5 means possible values of 0, 0.25, 0.5, 0.75, and 1.0.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIProgressBar.cs#60" + }, + { + "typeName": "System.Collections.Generic.List", + "name": "onChange", + "comment": "Callbacks triggered when the scroll bar's value changes.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIProgressBar.cs#66" + }, + { + "typeName": "UnityEngine.Transform", + "name": "cachedTransform", + "comment": "Cached for speed.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIProgressBar.cs#72" + }, + { + "typeName": "UnityEngine.Camera", + "name": "cachedCamera", + "comment": "Camera used to draw the scroll bar.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIProgressBar.cs#78" + }, + { + "typeName": "UIWidget", + "name": "foregroundWidget", + "comment": "Widget used for the foreground.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIProgressBar.cs#84" + }, + { + "typeName": "UIWidget", + "name": "backgroundWidget", + "comment": "Widget used for the background.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIProgressBar.cs#90" + }, + { + "typeName": "UIProgressBar.FillDirection", + "name": "fillDirection", + "comment": "The scroll bar's direction.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIProgressBar.cs#96" + }, + { + "typeName": "float", + "name": "value", + "comment": "Modifiable value for the scroll bar, 0-1 range.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIProgressBar.cs#116" + }, + { + "typeName": "float", + "name": "alpha", + "comment": "Allows to easily change the scroll bar's alpha, affecting both the foreground and the background sprite at once.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIProgressBar.cs#130" + } + ], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [ + { "name": "val", "typeName": "float" }, + { "name": "notify", "typeName": "bool" } + ], + "isStatic": false, + "name": "Set", + "comment": "Set the progress bar's value. If setting the initial value, call Start() first.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIProgressBar.cs#212" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Start", + "comment": "Register the event listeners.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIProgressBar.cs#255" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ForceUpdate", + "comment": "Update the value of the scroll bar.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIProgressBar.cs#376" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "delta", "typeName": "UnityEngine.Vector2" }], + "isStatic": false, + "name": "OnPan", + "comment": "Watch for key events and adjust the value accordingly.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIProgressBar.cs#498" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIProgressBar.cs#15" + } + ], + "name": "UIProgressBar", + "comment": "Simple progress bar that fills itself based on the specified value.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIProgressBar.cs#15" + }, + { + "namespace": "", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [], + "name": "ILuaMessengerBase", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/BaseSystem/Lua/LuaInterface.cs#21" + }, + { + "namespace": "", + "baseClass": "UnityEngine.MonoBehaviour", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "float", + "name": "time", + "comment": "Real time since startup.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/RealTime.cs#71" + }, + { + "typeName": "float", + "name": "deltaTime", + "comment": "Real delta time.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/RealTime.cs#77" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/RealTime.cs#12" + } + ], + "name": "RealTime", + "comment": "Time class has no timeScale-independent time. This class fixes that.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/RealTime.cs#12" + }, + { + "namespace": "", + "baseClass": "", + "attribute": "interface", + "interfaces": ["ILuaMessengerBase"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "CallBack", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/BaseSystem/Lua/LuaInterface.cs#28" + } + ], + "name": "ILuaMessenger", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/BaseSystem/Lua/LuaInterface.cs#26" + }, + { + "namespace": "", + "baseClass": "UITweener", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "float", + "name": "from", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenVolume.cs#16" + }, + { + "typeName": "float", + "name": "to", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenVolume.cs#17" + }, + { + "typeName": "UnityEngine.AudioSource", + "name": "audioSource", + "comment": "Cached version of 'audio', as it's always faster to cache.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenVolume.cs#25" + }, + { + "typeName": "float", + "name": "volume", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenVolume.cs#49" + }, + { + "typeName": "float", + "name": "value", + "comment": "Audio source's current volume.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenVolume.cs#55" + } + ], + "methods": [ + { + "returnTypeName": "TweenVolume", + "params": [ + { "name": "go", "typeName": "UnityEngine.GameObject" }, + { "name": "duration", "typeName": "float" }, + { "name": "targetVolume", "typeName": "float" } + ], + "isStatic": true, + "name": "Begin", + "comment": "Start the tweening operation.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenVolume.cs#77" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "SetStartToCurrentValue", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenVolume.cs#92" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "SetEndToCurrentValue", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenVolume.cs#93" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenVolume.cs#14" + } + ], + "name": "TweenVolume", + "comment": "Tween the audio source's volume.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenVolume.cs#14" + }, + { + "namespace": "", + "baseClass": "", + "attribute": "interface", + "interfaces": ["ILuaMessengerBase"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "val", "typeName": "string" }], + "isStatic": false, + "name": "StringCallBack", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/BaseSystem/Lua/LuaInterface.cs#34" + } + ], + "name": "ILuaMessengerString", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/BaseSystem/Lua/LuaInterface.cs#32" + }, + { + "namespace": "", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#12" + } + ], + "name": "DoNotObfuscateNGUI", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#12" + }, + { + "namespace": "", + "baseClass": "", + "attribute": "interface", + "interfaces": ["ILuaMessengerBase"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "val", "typeName": "int" }], + "isStatic": false, + "name": "IntCallBack", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/BaseSystem/Lua/LuaInterface.cs#40" + } + ], + "name": "ILuaMessengerInt", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/BaseSystem/Lua/LuaInterface.cs#38" + }, + { + "namespace": "", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.AudioSource", + "name": "audioSource", + "comment": "Audio source used to play UI sounds. NGUI will create one for you automatically, but you can specify it yourself as well if you like.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#26" + }, + { + "typeName": "float", + "name": "soundVolume", + "comment": "Globally accessible volume affecting all sounds played via NGUITools.PlaySound().\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#35" + }, + { + "typeName": "bool", + "name": "fileAccess", + "comment": "Helper function -- whether the disk access is allowed.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#61" + }, + { + "typeName": "string", + "name": "clipboard", + "comment": "Access to the clipboard via undocumented APIs.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#1914" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "screenSize", + "comment": "Size of the game view cannot be retrieved from Screen.width and Screen.height when the game view is hidden.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#2212" + }, + { + "typeName": "UnityEngine.KeyCode[]", + "name": "keys", + "comment": "List of keys that can be checked.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#2284" + } + ], + "methods": [ + { + "returnTypeName": "AudioSource", + "params": [{ "name": "clip", "typeName": "UnityEngine.AudioClip" }], + "isStatic": true, + "name": "PlaySound", + "comment": "Play the specified audio clip.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#81" + }, + { + "returnTypeName": "AudioSource", + "params": [ + { "name": "clip", "typeName": "UnityEngine.AudioClip" }, + { "name": "volume", "typeName": "float" } + ], + "isStatic": true, + "name": "PlaySound", + "comment": "Play the specified audio clip with the specified volume.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#87" + }, + { + "returnTypeName": "AudioSource", + "params": [ + { "name": "clip", "typeName": "UnityEngine.AudioClip" }, + { "name": "volume", "typeName": "float" }, + { "name": "pitch", "typeName": "float" } + ], + "isStatic": true, + "name": "PlaySound", + "comment": "Play the specified audio clip with the specified volume and pitch.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#96" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "min", "typeName": "int" }, + { "name": "max", "typeName": "int" } + ], + "isStatic": true, + "name": "RandomRange", + "comment": "Same as Random.Range, but the returned value is between min and max, inclusive. \n Unity's Random.Range is less than max instead, unless min == max. \n This means Range(0,1) produces 0 instead of 0 or 1. That's unacceptable.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#199" + }, + { + "returnTypeName": "String", + "params": [{ "name": "obj", "typeName": "UnityEngine.GameObject" }], + "isStatic": true, + "name": "GetHierarchy", + "comment": "Returns the hierarchy of the object in a human-readable format.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#209" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": true, + "name": "FindActive", + "comment": "Find all active objects of specified type.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#226" + }, + { + "returnTypeName": "Camera", + "params": [{ "name": "layer", "typeName": "int" }], + "isStatic": true, + "name": "FindCameraForLayer", + "comment": "Find the camera responsible for drawing the objects on the specified layer.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#235" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "go", "typeName": "UnityEngine.GameObject" }], + "isStatic": true, + "name": "AddWidgetCollider", + "comment": "Add a collider to the game object containing one or more widgets.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#274" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "go", "typeName": "UnityEngine.GameObject" }, + { "name": "considerInactive", "typeName": "bool" } + ], + "isStatic": true, + "name": "AddWidgetCollider", + "comment": "Add a collider to the game object containing one or more widgets.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#280" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "go", "typeName": "UnityEngine.GameObject" }], + "isStatic": true, + "name": "UpdateWidgetCollider", + "comment": "Adjust the widget's collider based on the depth of the widgets, as well as the widget's dimensions.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#340" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "go", "typeName": "UnityEngine.GameObject" }, + { "name": "considerInactive", "typeName": "bool" } + ], + "isStatic": true, + "name": "UpdateWidgetCollider", + "comment": "Adjust the widget's collider based on the depth of the widgets, as well as the widget's dimensions.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#349" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "box", "typeName": "UnityEngine.BoxCollider" }, + { "name": "considerInactive", "typeName": "bool" } + ], + "isStatic": true, + "name": "UpdateWidgetCollider", + "comment": "Adjust the widget's collider based on the depth of the widgets, as well as the widget's dimensions.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#369" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "w", "typeName": "UIWidget" }], + "isStatic": true, + "name": "UpdateWidgetCollider", + "comment": "Adjust the widget's collider based on the depth of the widgets, as well as the widget's dimensions.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#409" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "w", "typeName": "UIWidget" }, + { "name": "box", "typeName": "UnityEngine.BoxCollider" } + ], + "isStatic": true, + "name": "UpdateWidgetCollider", + "comment": "Adjust the widget's collider based on the depth of the widgets, as well as the widget's dimensions.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#421" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "w", "typeName": "UIWidget" }, + { "name": "box", "typeName": "UnityEngine.BoxCollider2D" } + ], + "isStatic": true, + "name": "UpdateWidgetCollider", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#460" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "box", "typeName": "UnityEngine.BoxCollider2D" }, + { "name": "considerInactive", "typeName": "bool" } + ], + "isStatic": true, + "name": "UpdateWidgetCollider", + "comment": "Adjust the widget's collider based on the depth of the widgets, as well as the widget's dimensions.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#520" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": true, + "name": "GetTypeName", + "comment": "Helper function that returns the string name of the type.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#596" + }, + { + "returnTypeName": "String", + "params": [{ "name": "obj", "typeName": "UnityEngine.Object" }], + "isStatic": true, + "name": "GetTypeName", + "comment": "Helper function that returns the string name of the type.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#608" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "obj", "typeName": "UnityEngine.Object" }, + { "name": "name", "typeName": "string" } + ], + "isStatic": true, + "name": "RegisterUndo", + "comment": "Convenience method that works without warnings in both Unity 3 and 4.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#621" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "obj", "typeName": "UnityEngine.Object" }, + { "name": "undoName", "typeName": "string" } + ], + "isStatic": true, + "name": "SetDirty", + "comment": "Convenience function that marks the specified object as dirty in the Unity Editor.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#633" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "gameObject", "typeName": "UnityEngine.GameObject" } + ], + "isStatic": true, + "name": "CheckForPrefabStage", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#660" + }, + { + "returnTypeName": "GameObject", + "params": [ + { "name": "parent", "typeName": "UnityEngine.GameObject" } + ], + "isStatic": true, + "name": "AddChild", + "comment": "Add a new child game object.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#702" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "go", "typeName": "UnityEngine.GameObject" }], + "isStatic": true, + "name": "CalculateRaycastDepth", + "comment": "Calculate the game object's depth based on the widgets within, and also taking panel depth into consideration.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#824" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "go", "typeName": "UnityEngine.GameObject" }], + "isStatic": true, + "name": "CalculateNextDepth", + "comment": "Gathers all widgets and calculates the depth for the next widget.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#877" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "go", "typeName": "UnityEngine.GameObject" }, + { "name": "ignoreChildrenWithColliders", "typeName": "bool" } + ], + "isStatic": true, + "name": "CalculateNextDepth", + "comment": "Gathers all widgets and calculates the depth for the next widget.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#900" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "go", "typeName": "UnityEngine.GameObject" }, + { "name": "adjustment", "typeName": "int" } + ], + "isStatic": true, + "name": "AdjustDepth", + "comment": "Adjust the widgets' depth by the specified value. \n Returns '0' if nothing was adjusted, '1' if panels were adjusted, and '2' if widgets were adjusted.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#932" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "go", "typeName": "UnityEngine.GameObject" }], + "isStatic": true, + "name": "BringForward", + "comment": "Bring all of the widgets on the specified object forward.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#978" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "go", "typeName": "UnityEngine.GameObject" }], + "isStatic": true, + "name": "PushBack", + "comment": "Push all of the widgets on the specified object back, making them appear behind everything else.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#989" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "NormalizeDepths", + "comment": "Normalize the depths of all the widgets and panels in the scene, making them start from 0 and remain in order.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#1000" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "NormalizeWidgetDepths", + "comment": "Normalize the depths of all the widgets in the scene, making them start from 0 and remain in order.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#1010" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "go", "typeName": "UnityEngine.GameObject" }], + "isStatic": true, + "name": "NormalizeWidgetDepths", + "comment": "Normalize the depths of all the widgets in the scene, making them start from 0 and remain in order.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#1019" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "list", "typeName": "UIWidget[]" }], + "isStatic": true, + "name": "NormalizeWidgetDepths", + "comment": "Normalize the depths of all the widgets in the scene, making them start from 0 and remain in order.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#1028" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "NormalizePanelDepths", + "comment": "Normalize the depths of all the panels in the scene, making them start from 0 and remain in order.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#1060" + }, + { + "returnTypeName": "UIPanel", + "params": [{ "name": "advanced3D", "typeName": "bool" }], + "isStatic": true, + "name": "CreateUI", + "comment": "Create a new UI.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#1093" + }, + { + "returnTypeName": "UIPanel", + "params": [ + { "name": "advanced3D", "typeName": "bool" }, + { "name": "layer", "typeName": "int" } + ], + "isStatic": true, + "name": "CreateUI", + "comment": "Create a new UI.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#1099" + }, + { + "returnTypeName": "UIPanel", + "params": [ + { "name": "trans", "typeName": "UnityEngine.Transform" }, + { "name": "advanced3D", "typeName": "bool" }, + { "name": "layer", "typeName": "int" } + ], + "isStatic": true, + "name": "CreateUI", + "comment": "Create a new UI.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#1105" + }, + { + "returnTypeName": "GameObject", + "params": [{ "name": "go", "typeName": "UnityEngine.GameObject" }], + "isStatic": true, + "name": "GetRoot", + "comment": "Get the rootmost object of the specified game object.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#1351" + }, + { + "returnTypeName": "T", + "params": [{ "name": "go", "typeName": "UnityEngine.GameObject" }], + "isStatic": true, + "name": "FindInParents", + "comment": "Finds the specified component on the game object or one of its parents. \n This function has become obsolete with Unity 4.3.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#1369" + }, + { + "returnTypeName": "T", + "params": [{ "name": "trans", "typeName": "UnityEngine.Transform" }], + "isStatic": true, + "name": "FindInParents", + "comment": "Finds the specified component on the game object or one of its parents. \n This function has become obsolete with Unity 4.3.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#1394" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "obj", "typeName": "UnityEngine.Object" }], + "isStatic": true, + "name": "Destroy", + "comment": "Destroy the specified object, immediately if in edit mode.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#1418" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "obj", "typeName": "UnityEngine.Object" }], + "isStatic": true, + "name": "DestroyImmediate", + "comment": "Destroy the specified object immediately, unless not in the editor, in which case the regular Destroy is used instead.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#1478" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "funcName", "typeName": "string" }], + "isStatic": true, + "name": "Broadcast", + "comment": "Call the specified function on all objects in the scene.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#1491" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "funcName", "typeName": "string" }, + { "name": "param", "typeName": "object" } + ], + "isStatic": true, + "name": "Broadcast", + "comment": "Call the specified function on all objects in the scene.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#1501" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "parent", "typeName": "UnityEngine.Transform" }, + { "name": "child", "typeName": "UnityEngine.Transform" } + ], + "isStatic": true, + "name": "IsChild", + "comment": "Determines whether the 'parent' contains a 'child' in its hierarchy.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#1511" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "go", "typeName": "UnityEngine.GameObject" }, + { "name": "state", "typeName": "bool" } + ], + "isStatic": true, + "name": "SetActive", + "comment": "SetActiveRecursively enables children before parents. This is a problem when a widget gets re-enabled \n and it tries to find a panel on its parent.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#1569" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "go", "typeName": "UnityEngine.GameObject" }, + { "name": "state", "typeName": "bool" }, + { "name": "compatibilityMode", "typeName": "bool" } + ], + "isStatic": true, + "name": "SetActive", + "comment": "SetActiveRecursively enables children before parents. This is a problem when a widget gets re-enabled \n and it tries to find a panel on its parent.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#1576" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "go", "typeName": "UnityEngine.GameObject" }, + { "name": "state", "typeName": "bool" } + ], + "isStatic": true, + "name": "SetActiveChildren", + "comment": "Activate or deactivate children of the specified game object without changing the active state of the object itself.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#1610" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "mb", "typeName": "UnityEngine.Behaviour" }], + "isStatic": true, + "name": "IsActive", + "comment": "Helper function that returns whether the specified MonoBehaviour is active.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#1637" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "mb", "typeName": "UnityEngine.Behaviour" }], + "isStatic": true, + "name": "GetActive", + "comment": "Helper function that returns whether the specified MonoBehaviour is active.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#1648" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "go", "typeName": "UnityEngine.GameObject" }], + "isStatic": true, + "name": "GetActive", + "comment": "Unity4 has changed GameObject.active to GameObject.activeself.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#1659" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "go", "typeName": "UnityEngine.GameObject" }, + { "name": "state", "typeName": "bool" } + ], + "isStatic": true, + "name": "SetActiveSelf", + "comment": "Unity4 has changed GameObject.active to GameObject.SetActive.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#1670" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "go", "typeName": "UnityEngine.GameObject" }, + { "name": "layer", "typeName": "int" } + ], + "isStatic": true, + "name": "SetLayer", + "comment": "Recursively set the game object's layer.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#1679" + }, + { + "returnTypeName": "Vector3", + "params": [{ "name": "v", "typeName": "UnityEngine.Vector3" }], + "isStatic": true, + "name": "Round", + "comment": "Helper function used to make the vector use integer numbers.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#1696" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "t", "typeName": "UnityEngine.Transform" }], + "isStatic": true, + "name": "MakePixelPerfect", + "comment": "Make the specified selection pixel-perfect.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#1708" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "fileName", "typeName": "string" }, + { "name": "bytes", "typeName": "byte[]" } + ], + "isStatic": true, + "name": "Save", + "comment": "Save the specified binary data into the specified file.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#1830" + }, + { + "returnTypeName": "", + "params": [{ "name": "fileName", "typeName": "string" }], + "isStatic": true, + "name": "Load", + "comment": "Load all binary data from the specified file.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#1867" + }, + { + "returnTypeName": "Color", + "params": [{ "name": "c", "typeName": "UnityEngine.Color" }], + "isStatic": true, + "name": "ApplyPMA", + "comment": "Pre-multiply shaders result in a black outline if this operation is done in the shader. It's better to do it outside.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#1888" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "go", "typeName": "UnityEngine.GameObject" }], + "isStatic": true, + "name": "MarkParentAsChanged", + "comment": "Inform all widgets underneath the specified object that the parent has changed.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#1903" + }, + { + "returnTypeName": "String", + "params": [{ "name": "c", "typeName": "UnityEngine.Color" }], + "isStatic": true, + "name": "EncodeColor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#1940" + }, + { + "returnTypeName": "Color", + "params": [ + { "name": "text", "typeName": "string" }, + { "name": "offset", "typeName": "int" } + ], + "isStatic": true, + "name": "ParseColor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#1943" + }, + { + "returnTypeName": "String", + "params": [{ "name": "text", "typeName": "string" }], + "isStatic": true, + "name": "StripSymbols", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#1946" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "obj", "typeName": "object" }, + { "name": "method", "typeName": "string" } + ], + "isStatic": true, + "name": "GetFuncName", + "comment": "Convenience function that converts Class + Function combo into Class.Function representation.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#2146" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "go", "typeName": "UnityEngine.GameObject" }, + { "name": "funcName", "typeName": "string" } + ], + "isStatic": true, + "name": "Execute", + "comment": "Execute the specified function on the target game object.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#2160" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "root", "typeName": "UnityEngine.GameObject" }, + { "name": "funcName", "typeName": "string" } + ], + "isStatic": true, + "name": "ExecuteAll", + "comment": "Execute the specified function on the target game object and all of its children.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#2179" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "root", "typeName": "UnityEngine.GameObject" }], + "isStatic": true, + "name": "ImmediatelyCreateDrawCalls", + "comment": "Immediately start, update, and create all the draw calls from newly instantiated UI. \n This is useful if you plan on doing something like immediately taking a screenshot then destroying the UI.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#2192" + }, + { + "returnTypeName": "String", + "params": [{ "name": "key", "typeName": "UnityEngine.KeyCode" }], + "isStatic": true, + "name": "KeyToCaption", + "comment": "Helper function that converts the specified key to a 3-character key identifier for captions.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#2440" + }, + { + "returnTypeName": "KeyCode", + "params": [{ "name": "caption", "typeName": "string" }], + "isStatic": true, + "name": "CaptionToKey", + "comment": "The opposite of KeyToCaption() function that converts the string representation to its KeyCode value.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#2601" + }, + { + "returnTypeName": "T", + "params": [ + { "name": "id", "typeName": "string" }, + { "name": "onInit", "typeName": "NGUITools.OnInitFunc" } + ], + "isStatic": true, + "name": "Draw", + "comment": "Immediately add a new widget to the screen or return an existing one that matches the specified ID. \n The usage of this function is very similar to GUI.Draw in a sense that it can be used to quickly \n show persistent widgets via code.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#2767" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "a", "typeName": "INGUIAtlas" }, + { "name": "b", "typeName": "INGUIAtlas" } + ], + "isStatic": true, + "name": "CheckIfRelated", + "comment": "Helper function that determines whether the two atlases are related.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#2861" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "before", "typeName": "INGUIAtlas" }, + { "name": "after", "typeName": "INGUIAtlas" } + ], + "isStatic": true, + "name": "Replace", + "comment": "Replace all atlas reference of one atlas with another.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#2871" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "a", "typeName": "INGUIFont" }, + { "name": "b", "typeName": "INGUIFont" } + ], + "isStatic": true, + "name": "CheckIfRelated", + "comment": "Helper function that determines whether the two atlases are related.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#2938" + }, + { + "returnTypeName": "GameObject", + "params": [{ "name": "layer", "typeName": "int" }], + "isStatic": false, + "name": "AddChild", + "comment": "Add a new child game object.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#708" + }, + { + "returnTypeName": "GameObject", + "params": [{ "name": "undo", "typeName": "bool" }], + "isStatic": false, + "name": "AddChild", + "comment": "Add a new child game object.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#714" + }, + { + "returnTypeName": "GameObject", + "params": [ + { "name": "undo", "typeName": "bool" }, + { "name": "layer", "typeName": "int" } + ], + "isStatic": false, + "name": "AddChild", + "comment": "Add a new child game object.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#720" + }, + { + "returnTypeName": "GameObject", + "params": [ + { "name": "prefab", "typeName": "UnityEngine.GameObject" } + ], + "isStatic": false, + "name": "AddChild", + "comment": "Instantiate an object and add it to the specified parent.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#745" + }, + { + "returnTypeName": "GameObject", + "params": [ + { "name": "prefab", "typeName": "UnityEngine.GameObject" } + ], + "isStatic": false, + "name": "AddChild", + "comment": "Instantiate an object and add it to the specified parent.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#762" + }, + { + "returnTypeName": "GameObject", + "params": [ + { "name": "prefab", "typeName": "UnityEngine.GameObject" }, + { "name": "layer", "typeName": "int" } + ], + "isStatic": false, + "name": "AddChild", + "comment": "Instantiate an object and add it to the specified parent.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#768" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "layer", "typeName": "int" }], + "isStatic": false, + "name": "SetChildLayer", + "comment": "Helper function that recursively sets all children with widgets' game objects layers to the specified value.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#1268" + }, + { + "returnTypeName": "T", + "params": [], + "isStatic": false, + "name": "AddChild", + "comment": "Add a child object to the specified parent and attaches the specified script to it.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#1284" + }, + { + "returnTypeName": "T", + "params": [{ "name": "undo", "typeName": "bool" }], + "isStatic": false, + "name": "AddChild", + "comment": "Add a child object to the specified parent and attaches the specified script to it.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#1302" + }, + { + "returnTypeName": "T", + "params": [{ "name": "depth", "typeName": "int" }], + "isStatic": false, + "name": "AddWidget", + "comment": "Add a new widget of specified type.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#1320" + }, + { + "returnTypeName": "UISprite", + "params": [ + { "name": "atlas", "typeName": "INGUIAtlas" }, + { "name": "spriteName", "typeName": "string" }, + { "name": "depth", "typeName": "int" } + ], + "isStatic": false, + "name": "AddSprite", + "comment": "Add a sprite appropriate for the specified atlas sprite. \n It will be sliced if the sprite has an inner rect, and a regular sprite otherwise.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#1337" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "DestroyChildren", + "comment": "Convenience extension that destroys all children of the transform.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#1457" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "t", "typeName": "UnityEngine.Transform" }, + { "name": "considerInactive", "typeName": "bool" }, + { "name": "considerChildren", "typeName": "bool" } + ], + "isStatic": false, + "name": "FitOnScreen", + "comment": "Given the root widget, adjust its position so that it fits on the screen.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#1731" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "transform", "typeName": "UnityEngine.Transform" }, + { "name": "pos", "typeName": "UnityEngine.Vector3" } + ], + "isStatic": false, + "name": "FitOnScreen", + "comment": "Fit the specified NGUI hierarchy on the screen. \n Example: uiCamera.FitOnScreen(contentObjectTransform, UICamera.lastEventPosition);\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#1757" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "transform", "typeName": "UnityEngine.Transform" }, + { "name": "content", "typeName": "UnityEngine.Transform" }, + { "name": "pos", "typeName": "UnityEngine.Vector3" }, + { "name": "considerInactive", "typeName": "bool" } + ], + "isStatic": false, + "name": "FitOnScreen", + "comment": "Fit the specified NGUI hierarchy on the screen. \n Example: uiCamera.FitOnScreen(rootObjectTransform, contentObjectTransform, UICamera.lastEventPosition);\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#1767" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "transform", "typeName": "UnityEngine.Transform" }, + { "name": "content", "typeName": "UnityEngine.Transform" }, + { "name": "pos", "typeName": "UnityEngine.Vector3" }, + { "name": "bounds", "typeName": "UnityEngine.Bounds" }, + { "name": "considerInactive", "typeName": "bool" } + ], + "isStatic": false, + "name": "FitOnScreen", + "comment": "Fit the specified NGUI hierarchy on the screen. \n Example: uiCamera.FitOnScreen(rootObjectTransform, contentObjectTransform, UICamera.lastEventPosition);\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#1778" + }, + { + "returnTypeName": "T", + "params": [], + "isStatic": false, + "name": "AddMissingComponent", + "comment": "Extension for the game object that checks to see if the component already exists before adding a new one. \n If the component is already present it will be returned instead.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#1953" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetSides", + "comment": "Get sides relative to the specified camera. The order is left, top, right, bottom.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#1982" + }, + { + "returnTypeName": "", + "params": [{ "name": "depth", "typeName": "float" }], + "isStatic": false, + "name": "GetSides", + "comment": "Get sides relative to the specified camera. The order is left, top, right, bottom.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#1991" + }, + { + "returnTypeName": "", + "params": [ + { "name": "relativeTo", "typeName": "UnityEngine.Transform" } + ], + "isStatic": false, + "name": "GetSides", + "comment": "Get sides relative to the specified camera. The order is left, top, right, bottom.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#2000" + }, + { + "returnTypeName": "", + "params": [ + { "name": "depth", "typeName": "float" }, + { "name": "relativeTo", "typeName": "UnityEngine.Transform" } + ], + "isStatic": false, + "name": "GetSides", + "comment": "Get sides relative to the specified camera. The order is left, top, right, bottom.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#2009" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetWorldCorners", + "comment": "Get the camera's world-space corners. The order is bottom-left, top-left, top-right, bottom-right.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#2067" + }, + { + "returnTypeName": "", + "params": [{ "name": "depth", "typeName": "float" }], + "isStatic": false, + "name": "GetWorldCorners", + "comment": "Get the camera's world-space corners. The order is bottom-left, top-left, top-right, bottom-right.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#2077" + }, + { + "returnTypeName": "", + "params": [ + { "name": "relativeTo", "typeName": "UnityEngine.Transform" } + ], + "isStatic": false, + "name": "GetWorldCorners", + "comment": "Get the camera's world-space corners. The order is bottom-left, top-left, top-right, bottom-right.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#2086" + }, + { + "returnTypeName": "", + "params": [ + { "name": "depth", "typeName": "float" }, + { "name": "relativeTo", "typeName": "UnityEngine.Transform" } + ], + "isStatic": false, + "name": "GetWorldCorners", + "comment": "Get the camera's world-space corners. The order is bottom-left, top-left, top-right, bottom-right.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#2095" + }, + { + "returnTypeName": "Color", + "params": [], + "isStatic": false, + "name": "GammaToLinearSpace", + "comment": "Transforms this color from gamma to linear space, but only if the active color space is actually set to linear.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#2819" + }, + { + "returnTypeName": "Color", + "params": [], + "isStatic": false, + "name": "LinearToGammaSpace", + "comment": "Transforms this color from linear to gamma space, but only if the active color space is actually set to linear.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#2839" + } + ], + "name": "NGUITools", + "comment": "Helper class containing generic functions used throughout the UI library.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#18" + }, + { + "namespace": "", + "baseClass": "UnityEngine.MonoBehaviour", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "itemSize", + "comment": "Width or height of the child items for positioning purposes.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIWrapContent.cs#29" + }, + { + "typeName": "bool", + "name": "cullContent", + "comment": "Whether the content will be automatically culled. Enabling this will improve performance in scroll views that contain a lot of items.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIWrapContent.cs#35" + }, + { + "typeName": "int", + "name": "minIndex", + "comment": "Minimum allowed index for items. If \"min\" is equal to \"max\" then there is no limit. \n For vertical scroll views indices increment with the Y position (towards top of the screen).\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIWrapContent.cs#42" + }, + { + "typeName": "int", + "name": "maxIndex", + "comment": "Maximum allowed index for items. If \"min\" is equal to \"max\" then there is no limit. \n For vertical scroll views indices increment with the Y position (towards top of the screen).\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIWrapContent.cs#49" + }, + { + "typeName": "bool", + "name": "hideInactive", + "comment": "Whether hidden game objects will be ignored for the purpose of calculating bounds.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIWrapContent.cs#55" + }, + { + "typeName": "UIWrapContent.OnInitializeItem", + "name": "onInitializeItem", + "comment": "Callback that will be called every time an item needs to have its content updated. \n The 'wrapIndex' is the index within the child list, and 'realIndex' is the index using position logic.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIWrapContent.cs#62" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "SortBasedOnScrollMovement", + "comment": "Immediately reposition all children.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIWrapContent.cs#94" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "SortAlphabetically", + "comment": "Immediately reposition all children, sorting them alphabetically.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIWrapContent.cs#118" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "WrapContent", + "comment": "Wrap all content, repositioning all children as needed.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIWrapContent.cs#170" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIWrapContent.cs#21" + } + ], + "name": "UIWrapContent", + "comment": "This script makes it possible for a scroll view to wrap its content, creating endless scroll views. \n Usage: simply attach this script underneath your scroll view where you would normally place a UIGrid: \n \n + Scroll View \n |- UIWrappedContent \n |-- Item 1 \n |-- Item 2 \n |-- Item 3\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIWrapContent.cs#21" + }, + { + "namespace": "", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UIRoot.Scaling", + "name": "Flexible", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIRoot.cs#26" + }, + { + "typeName": "UIRoot.Scaling", + "name": "Constrained", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIRoot.cs#27" + }, + { + "typeName": "UIRoot.Scaling", + "name": "ConstrainedOnMobiles", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIRoot.cs#28" + } + ], + "methods": [ + { + "returnTypeName": "UIRoot.Scaling", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIRoot.cs#24" + } + ], + "name": "Scaling", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIRoot.cs#24" + }, + { + "namespace": "", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#2759" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "w", "typeName": "T" }], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#2759" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "w", "typeName": "T" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#2759" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#2759" + } + ], + "name": "OnInitFunc", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUITools.cs#2759" + }, + { + "namespace": "", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UIRoot.Constraint", + "name": "Fit", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIRoot.cs#33" + }, + { + "typeName": "UIRoot.Constraint", + "name": "Fill", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIRoot.cs#34" + }, + { + "typeName": "UIRoot.Constraint", + "name": "FitWidth", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIRoot.cs#35" + }, + { + "typeName": "UIRoot.Constraint", + "name": "FitHeight", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIRoot.cs#36" + } + ], + "methods": [ + { + "returnTypeName": "UIRoot.Constraint", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIRoot.cs#31" + } + ], + "name": "Constraint", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIRoot.cs#31" + }, + { + "namespace": "", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "MessageKeys", + "name": "LuaScriptsLoaded", + "comment": "Lua脚本加载(require)完成\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/MessageKeys.cs#6" + }, + { + "typeName": "MessageKeys", + "name": "LoginEntered", + "comment": "进入登录状态\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/MessageKeys.cs#11" + }, + { + "typeName": "MessageKeys", + "name": "LoginGameSystemEntered", + "comment": "进入登录GameSystem状态\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/MessageKeys.cs#16" + }, + { + "typeName": "MessageKeys", + "name": "CreatingPlayerEntered", + "comment": "进入创角状态\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/MessageKeys.cs#21" + }, + { + "typeName": "MessageKeys", + "name": "HallEntered", + "comment": "进入大厅\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/MessageKeys.cs#26" + }, + { + "typeName": "MessageKeys", + "name": "HallExited", + "comment": "退出大厅\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/MessageKeys.cs#31" + }, + { + "typeName": "MessageKeys", + "name": "LoginGameWorldEntered", + "comment": "进入登录GameWorld的状态\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/MessageKeys.cs#36" + }, + { + "typeName": "MessageKeys", + "name": "InitializeFinished", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/MessageKeys.cs#38" + }, + { + "typeName": "MessageKeys", + "name": "SceneLoadStateChange", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/MessageKeys.cs#45" + }, + { + "typeName": "MessageKeys", + "name": "SceneTriggerEnter", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/MessageKeys.cs#47" + }, + { + "typeName": "MessageKeys", + "name": "SceneTriggerExit", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/MessageKeys.cs#49" + }, + { + "typeName": "MessageKeys", + "name": "GameOver", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/MessageKeys.cs#51" + }, + { + "typeName": "MessageKeys", + "name": "LuaStart", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/MessageKeys.cs#54" + } + ], + "methods": [ + { + "returnTypeName": "MessageKeys", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/MessageKeys.cs#1" + } + ], + "name": "MessageKeys", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/MessageKeys.cs#1" + }, + { + "namespace": "", + "baseClass": "UnityEngine.MonoBehaviour", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UIColorPicker", + "name": "current", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIColorPicker.cs#17" + }, + { + "typeName": "UnityEngine.Color", + "name": "value", + "comment": "Color picker's current value.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIColorPicker.cs#23" + }, + { + "typeName": "UIWidget", + "name": "selectionWidget", + "comment": "Widget that will be positioned above the current color selection. This value is optional.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIColorPicker.cs#29" + }, + { + "typeName": "System.Collections.Generic.List", + "name": "onChange", + "comment": "Delegate that will be called when the color picker is being interacted with.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIColorPicker.cs#35" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "v", "typeName": "UnityEngine.Vector2" }], + "isStatic": false, + "name": "Select", + "comment": "Select the color under the specified relative coordinate.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIColorPicker.cs#124" + }, + { + "returnTypeName": "Vector2", + "params": [{ "name": "c", "typeName": "UnityEngine.Color" }], + "isStatic": false, + "name": "Select", + "comment": "Select the specified color.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIColorPicker.cs#149" + }, + { + "returnTypeName": "Color", + "params": [ + { "name": "x", "typeName": "float" }, + { "name": "y", "typeName": "float" } + ], + "isStatic": true, + "name": "Sample", + "comment": "Choose a color, given X and Y in 0-1 range.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIColorPicker.cs#209" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIColorPicker.cs#15" + } + ], + "name": "UIColorPicker", + "comment": "Attach this script to a UITexture to turn it into a color picker. \n The color picking texture will be generated automatically.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIColorPicker.cs#15" + }, + { + "namespace": "", + "baseClass": "UnityEngine.MonoBehaviour", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UIRect.AnchorPoint", + "name": "leftAnchor", + "comment": "Left side anchor.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIRect.cs#137" + }, + { + "typeName": "UIRect.AnchorPoint", + "name": "rightAnchor", + "comment": "Right side anchor.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIRect.cs#143" + }, + { + "typeName": "UIRect.AnchorPoint", + "name": "bottomAnchor", + "comment": "Bottom side anchor.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIRect.cs#149" + }, + { + "typeName": "UIRect.AnchorPoint", + "name": "topAnchor", + "comment": "Top side anchor.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIRect.cs#155" + }, + { + "typeName": "UIRect.AnchorUpdate", + "name": "updateAnchors", + "comment": "Whether anchors will be recalculated on every update.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIRect.cs#168" + }, + { + "typeName": "float", + "name": "finalAlpha", + "comment": "Final calculated alpha.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIRect.cs#190" + }, + { + "typeName": "UnityEngine.GameObject", + "name": "cachedGameObject", + "comment": "Game object gets cached for speed. Can't simply return 'mGo' set in Awake because this function may be called on a prefab.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIRect.cs#196" + }, + { + "typeName": "UnityEngine.Transform", + "name": "cachedTransform", + "comment": "Transform gets cached for speed. Can't simply return 'mTrans' set in Awake because this function may be called on a prefab.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIRect.cs#202" + }, + { + "typeName": "UnityEngine.Camera", + "name": "anchorCamera", + "comment": "Camera used by anchors.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIRect.cs#208" + }, + { + "typeName": "bool", + "name": "isFullyAnchored", + "comment": "Whether the rectangle is currently anchored fully on all sides.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIRect.cs#214" + }, + { + "typeName": "bool", + "name": "isAnchoredHorizontally", + "comment": "Whether the rectangle is anchored horizontally.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIRect.cs#220" + }, + { + "typeName": "bool", + "name": "isAnchoredVertically", + "comment": "Whether the rectangle is anchored vertically.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIRect.cs#226" + }, + { + "typeName": "bool", + "name": "canBeAnchored", + "comment": "Whether the rectangle can be anchored.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIRect.cs#232" + }, + { + "typeName": "UIRect", + "name": "parent", + "comment": "Get the rectangle's parent, if any.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIRect.cs#238" + }, + { + "typeName": "UIRoot", + "name": "root", + "comment": "Get the root object, if any.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIRect.cs#255" + }, + { + "typeName": "bool", + "name": "isAnchored", + "comment": "Returns 'true' if the widget is currently anchored on any side.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIRect.cs#274" + }, + { + "typeName": "float", + "name": "alpha", + "comment": "Local alpha, not relative to anything.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIRect.cs#286" + }, + { + "typeName": "UnityEngine.Vector3[]", + "name": "localCorners", + "comment": "Local-space corners of the UI rectangle. The order is bottom-left, top-left, top-right, bottom-right.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIRect.cs#298" + }, + { + "typeName": "UnityEngine.Vector3[]", + "name": "worldCorners", + "comment": "World-space corners of the UI rectangle. The order is bottom-left, top-left, top-right, bottom-right.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIRect.cs#304" + } + ], + "methods": [ + { + "returnTypeName": "Single", + "params": [{ "name": "frameID", "typeName": "int" }], + "isStatic": false, + "name": "CalculateFinalAlpha", + "comment": "Get the final cumulative alpha.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIRect.cs#292" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "includeChildren", "typeName": "bool" }], + "isStatic": false, + "name": "Invalidate", + "comment": "Sets the local 'changed' flag, indicating that some parent value(s) are now be different, such as alpha for example.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIRect.cs#337" + }, + { + "returnTypeName": "", + "params": [ + { "name": "relativeTo", "typeName": "UnityEngine.Transform" } + ], + "isStatic": false, + "name": "GetSides", + "comment": "Get the sides of the rectangle relative to the specified transform. \n The order is left, top, right, bottom.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIRect.cs#353" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Start", + "comment": "Set anchor rect references on start.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIRect.cs#462" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Update", + "comment": "Rectangles need to update in a specific order -- parents before children. \n When deriving from this class, override its OnUpdate() function instead.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIRect.cs#477" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "UpdateAnchors", + "comment": "Manually update anchored sides.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIRect.cs#553" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "t", "typeName": "UnityEngine.Transform" }], + "isStatic": false, + "name": "SetAnchor", + "comment": "Anchor this rectangle to the specified transform. \n Note that this function will not keep the rectangle's current dimensions, but will instead assume the target's dimensions.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIRect.cs#574" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "go", "typeName": "UnityEngine.GameObject" }], + "isStatic": false, + "name": "SetAnchor", + "comment": "Anchor this rectangle to the specified transform. \n Note that this function will not keep the rectangle's current dimensions, but will instead assume the target's dimensions.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIRect.cs#590" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "go", "typeName": "UnityEngine.GameObject" }, + { "name": "left", "typeName": "int" }, + { "name": "bottom", "typeName": "int" }, + { "name": "right", "typeName": "int" }, + { "name": "top", "typeName": "int" } + ], + "isStatic": false, + "name": "SetAnchor", + "comment": "Anchor this rectangle to the specified transform.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIRect.cs#607" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "go", "typeName": "UnityEngine.GameObject" }, + { "name": "left", "typeName": "float" }, + { "name": "bottom", "typeName": "float" }, + { "name": "right", "typeName": "float" }, + { "name": "top", "typeName": "float" } + ], + "isStatic": false, + "name": "SetAnchor", + "comment": "Anchor this rectangle to the specified transform.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIRect.cs#634" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "go", "typeName": "UnityEngine.GameObject" }, + { "name": "left", "typeName": "float" }, + { "name": "leftOffset", "typeName": "int" }, + { "name": "bottom", "typeName": "float" }, + { "name": "bottomOffset", "typeName": "int" }, + { "name": "right", "typeName": "float" }, + { "name": "rightOffset", "typeName": "int" }, + { "name": "top", "typeName": "float" }, + { "name": "topOffset", "typeName": "int" } + ], + "isStatic": false, + "name": "SetAnchor", + "comment": "Anchor this rectangle to the specified transform.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIRect.cs#661" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "left", "typeName": "float" }, + { "name": "leftOffset", "typeName": "int" }, + { "name": "bottom", "typeName": "float" }, + { "name": "bottomOffset", "typeName": "int" }, + { "name": "right", "typeName": "float" }, + { "name": "rightOffset", "typeName": "int" }, + { "name": "top", "typeName": "float" }, + { "name": "topOffset", "typeName": "int" } + ], + "isStatic": false, + "name": "SetAnchor", + "comment": "Anchor this rectangle to the specified transform.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIRect.cs#692" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "left", "typeName": "int" }, + { "name": "top", "typeName": "int" }, + { "name": "width", "typeName": "int" }, + { "name": "height", "typeName": "int" } + ], + "isStatic": false, + "name": "SetScreenRect", + "comment": "Set the rect of the widget to the specified X, Y, width and height, anchored to the top-left corner of the screen. \n Convenience function for those familiar with GUI.Draw.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIRect.cs#724" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ResetAnchors", + "comment": "Ensure that all rect references are set correctly on the anchors.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIRect.cs#733" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ResetAndUpdateAnchors", + "comment": "Convenience method that resets and updates the anchors, all at once.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIRect.cs#756" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "x", "typeName": "float" }, + { "name": "y", "typeName": "float" }, + { "name": "width", "typeName": "float" }, + { "name": "height", "typeName": "float" } + ], + "isStatic": false, + "name": "SetRect", + "comment": "Set the rectangle manually. XY is the bottom-left corner.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIRect.cs#762" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ParentHasChanged", + "comment": "Call this function when the rectangle's parent has changed.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIRect.cs#786" + } + ], + "name": "UIRect", + "comment": "Abstract UI rectangle containing functionality common to both panels and widgets. \n A UI rectangle contains 4 anchor points (one for each side), and it ensures that they are updated in the proper order.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIRect.cs#13" + }, + { + "namespace": "", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIWrapContent.cs#23" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "go", "typeName": "UnityEngine.GameObject" }, + { "name": "wrapIndex", "typeName": "int" }, + { "name": "realIndex", "typeName": "int" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIWrapContent.cs#23" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "go", "typeName": "UnityEngine.GameObject" }, + { "name": "wrapIndex", "typeName": "int" }, + { "name": "realIndex", "typeName": "int" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIWrapContent.cs#23" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIWrapContent.cs#23" + } + ], + "name": "OnInitializeItem", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIWrapContent.cs#23" + }, + { + "namespace": "", + "baseClass": "UIWidget", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UILabel", + "name": "label", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabelSymbols.cs#16" + }, + { + "typeName": "int", + "name": "fillFrame", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabelSymbols.cs#17" + }, + { + "typeName": "System.Collections.Generic.List", + "name": "cacheVerts", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabelSymbols.cs#20" + }, + { + "typeName": "System.Collections.Generic.List", + "name": "cacheUVs", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabelSymbols.cs#21" + }, + { + "typeName": "System.Collections.Generic.List", + "name": "cacheCols", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabelSymbols.cs#22" + }, + { + "typeName": "System.Collections.Generic.List", + "name": "symbolVerts", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabelSymbols.cs#25" + }, + { + "typeName": "System.Collections.Generic.List", + "name": "symbolUVs", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabelSymbols.cs#26" + }, + { + "typeName": "System.Collections.Generic.List", + "name": "symbolCols", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabelSymbols.cs#27" + }, + { + "typeName": "bool", + "name": "isSelectable", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabelSymbols.cs#29" + }, + { + "typeName": "UnityEngine.Material", + "name": "material", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabelSymbols.cs#31" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ClearCache", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabelSymbols.cs#44" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "verts", + "typeName": "System.Collections.Generic.List" + }, + { + "name": "uvs", + "typeName": "System.Collections.Generic.List" + }, + { + "name": "cols", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "OnFill", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabelSymbols.cs#80" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabelSymbols.cs#14" + } + ], + "name": "UILabelSymbols", + "comment": "Used automatically by UILabel when symbols are not in the same atlas as the font. Don't try to add this to anything yourself.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UILabelSymbols.cs#14" + }, + { + "namespace": "", + "baseClass": "UnityEngine.MonoBehaviour", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UIInput", + "name": "current", + "comment": "Currently active input field. Only valid during callbacks.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#78" + }, + { + "typeName": "UIInput", + "name": "selection", + "comment": "Currently selected input field, if any.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#84" + }, + { + "typeName": "UILabel", + "name": "label", + "comment": "Text label used to display the input's value.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#90" + }, + { + "typeName": "UIInput.InputType", + "name": "inputType", + "comment": "Type of data expected by the input field.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#96" + }, + { + "typeName": "UIInput.OnReturnKey", + "name": "onReturnKey", + "comment": "What to do when the Return key is pressed on the keyboard.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#102" + }, + { + "typeName": "UIInput.KeyboardType", + "name": "keyboardType", + "comment": "Keyboard type applies to mobile keyboards that get shown.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#108" + }, + { + "typeName": "bool", + "name": "hideInput", + "comment": "Whether the input will be hidden on mobile platforms.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#114" + }, + { + "typeName": "bool", + "name": "selectAllTextOnFocus", + "comment": "Whether all text will be selected when the input field gains focus.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#121" + }, + { + "typeName": "bool", + "name": "submitOnUnselect", + "comment": "Whether the input text will be submitted when the input field gets unselected. By default this is off, and submit event will only be called when Enter is used.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#127" + }, + { + "typeName": "UIInput.Validation", + "name": "validation", + "comment": "What kind of validation to use with the input field's data.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#133" + }, + { + "typeName": "int", + "name": "characterLimit", + "comment": "Maximum number of characters allowed before input no longer works.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#139" + }, + { + "typeName": "string", + "name": "savedAs", + "comment": "Field in player prefs used to automatically save the value.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#145" + }, + { + "typeName": "UnityEngine.Color", + "name": "activeTextColor", + "comment": "Color of the label when the input field has focus.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#157" + }, + { + "typeName": "UnityEngine.Color", + "name": "caretColor", + "comment": "Color used by the caret symbol.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#163" + }, + { + "typeName": "UnityEngine.Color", + "name": "selectionColor", + "comment": "Color used by the selection rectangle.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#169" + }, + { + "typeName": "System.Collections.Generic.List", + "name": "onSubmit", + "comment": "Event delegates triggered when the input field submits its data.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#175" + }, + { + "typeName": "System.Collections.Generic.List", + "name": "onChange", + "comment": "Event delegates triggered when the input field's text changes for any reason.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#181" + }, + { + "typeName": "UIInput.OnValidate", + "name": "onValidate", + "comment": "Custom validation callback.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#187" + }, + { + "typeName": "string", + "name": "defaultText", + "comment": "Default text used by the input's label.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#226" + }, + { + "typeName": "UnityEngine.Color", + "name": "defaultColor", + "comment": "Text's default color when not selected.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#245" + }, + { + "typeName": "bool", + "name": "inputShouldBeHidden", + "comment": "Should the input be hidden?\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#263" + }, + { + "typeName": "string", + "name": "text", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#272" + }, + { + "typeName": "string", + "name": "value", + "comment": "Input field's current text value.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#278" + }, + { + "typeName": "bool", + "name": "selected", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#347" + }, + { + "typeName": "bool", + "name": "isSelected", + "comment": "Whether the input is currently selected.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#353" + }, + { + "typeName": "int", + "name": "cursorPosition", + "comment": "Current position of the cursor.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#370" + }, + { + "typeName": "int", + "name": "selectionStart", + "comment": "Index of the character where selection begins.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#396" + }, + { + "typeName": "int", + "name": "selectionEnd", + "comment": "Index of the character where selection ends.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#422" + }, + { + "typeName": "UITexture", + "name": "caret", + "comment": "Caret, in case it's needed.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#448" + }, + { + "typeName": "System.Action", + "name": "onUpArrow", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#1127" + }, + { + "typeName": "System.Action", + "name": "onDownArrow", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#1128" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "string" }, + { "name": "notify", "typeName": "bool" } + ], + "isStatic": false, + "name": "Set", + "comment": "Set the input field's value. If setting the initial value, call Start() first.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#295" + }, + { + "returnTypeName": "String", + "params": [{ "name": "val", "typeName": "string" }], + "isStatic": false, + "name": "Validate", + "comment": "Validate the specified text, returning the validated version.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#454" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Start", + "comment": "Automatically set the value by loading it from player prefs if possible.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#477" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "ev", "typeName": "UnityEngine.Event" }], + "isStatic": false, + "name": "ProcessEvent", + "comment": "Handle the specified event.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#900" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Submit", + "comment": "Submit the input field's text.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#1293" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "UpdateLabel", + "comment": "Update the visual text label.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#1313" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "RemoveFocus", + "comment": "Convenience function to be used as a callback that will clear the input field's focus.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#1574" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "SaveValue", + "comment": "Convenience function that can be used as a callback for On Change notification.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#1580" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "LoadValue", + "comment": "Convenience function that can forcefully reset the input field's value to what was saved earlier.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#1586" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#19" + } + ], + "name": "UIInput", + "comment": "Input field makes it possible to enter custom information within the UI.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#19" + }, + { + "namespace": "", + "baseClass": "UIKeyNavigation", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UIButtonKeys", + "name": "selectOnClick", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButtonKeys.cs#16" + }, + { + "typeName": "UIButtonKeys", + "name": "selectOnUp", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButtonKeys.cs#17" + }, + { + "typeName": "UIButtonKeys", + "name": "selectOnDown", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButtonKeys.cs#18" + }, + { + "typeName": "UIButtonKeys", + "name": "selectOnLeft", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButtonKeys.cs#19" + }, + { + "typeName": "UIButtonKeys", + "name": "selectOnRight", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButtonKeys.cs#20" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Upgrade", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButtonKeys.cs#28" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButtonKeys.cs#14" + } + ], + "name": "UIButtonKeys", + "comment": "Deprecated component. Use UIKeyNavigation instead.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButtonKeys.cs#14" + }, + { + "namespace": "", + "baseClass": "UnityEngine.PropertyAttribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "float", + "name": "minLimit", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/MinMaxRangeAttribute.cs#10" + }, + { + "typeName": "float", + "name": "maxLimit", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/MinMaxRangeAttribute.cs#10" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "minLimit", "typeName": "float" }, + { "name": "maxLimit", "typeName": "float" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/MinMaxRangeAttribute.cs#12" + } + ], + "name": "MinMaxRangeAttribute", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/MinMaxRangeAttribute.cs#8" + }, + { + "namespace": "", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UIProgressBar.FillDirection", + "name": "LeftToRight", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIProgressBar.cs#19" + }, + { + "typeName": "UIProgressBar.FillDirection", + "name": "RightToLeft", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIProgressBar.cs#20" + }, + { + "typeName": "UIProgressBar.FillDirection", + "name": "BottomToTop", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIProgressBar.cs#21" + }, + { + "typeName": "UIProgressBar.FillDirection", + "name": "TopToBottom", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIProgressBar.cs#22" + } + ], + "methods": [ + { + "returnTypeName": "UIProgressBar.FillDirection", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIProgressBar.cs#17" + } + ], + "name": "FillDirection", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIProgressBar.cs#17" + }, + { + "namespace": "", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIProgressBar.cs#37" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIProgressBar.cs#37" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIProgressBar.cs#37" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIProgressBar.cs#37" + } + ], + "name": "OnDragFinished", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIProgressBar.cs#37" + }, + { + "namespace": "", + "baseClass": "UnityEngine.MonoBehaviour", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Transform", + "name": "targetRoot", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/EnvelopContent.cs#17" + }, + { + "typeName": "int", + "name": "padLeft", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/EnvelopContent.cs#18" + }, + { + "typeName": "int", + "name": "padRight", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/EnvelopContent.cs#19" + }, + { + "typeName": "int", + "name": "padBottom", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/EnvelopContent.cs#20" + }, + { + "typeName": "int", + "name": "padTop", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/EnvelopContent.cs#21" + }, + { + "typeName": "bool", + "name": "ignoreDisabled", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/EnvelopContent.cs#22" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Execute", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/EnvelopContent.cs#35" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/EnvelopContent.cs#15" + } + ], + "name": "EnvelopContent", + "comment": "This script is capable of resizing the widget it's attached to in order to \n completely envelop targeted UI content.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/EnvelopContent.cs#15" + }, + { + "namespace": "", + "baseClass": "UnityEngine.MonoBehaviour", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "float", + "name": "alpha", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/AnimatedAlpha.cs#16" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/AnimatedAlpha.cs#13" + } + ], + "name": "AnimatedAlpha", + "comment": "Makes it possible to animate alpha of the widget or a panel.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/AnimatedAlpha.cs#13" + }, + { + "namespace": "", + "baseClass": "UnityEngine.MonoBehaviour", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Collections.Generic.List", + "name": "activate", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIToggledObjects.cs#17" + }, + { + "typeName": "System.Collections.Generic.List", + "name": "deactivate", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIToggledObjects.cs#18" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Toggle", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIToggledObjects.cs#47" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIToggledObjects.cs#15" + } + ], + "name": "UIToggledObjects", + "comment": "Example script showing how to activate or deactivate a game object when a toggle's state changes. \n OnActivate event is sent out by the UIToggle script.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIToggledObjects.cs#15" + }, + { + "namespace": "", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UICamera.ControlScheme", + "name": "Mouse", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#47" + }, + { + "typeName": "UICamera.ControlScheme", + "name": "Touch", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#48" + }, + { + "typeName": "UICamera.ControlScheme", + "name": "Controller", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#49" + } + ], + "methods": [ + { + "returnTypeName": "UICamera.ControlScheme", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#45" + } + ], + "name": "ControlScheme", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#45" + }, + { + "namespace": "", + "baseClass": "UITweener", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "TweenLetters.AnimationProperties", + "name": "hoverOver", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenLetters.cs#75" + }, + { + "typeName": "TweenLetters.AnimationProperties", + "name": "hoverOut", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenLetters.cs#76" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "forward", "typeName": "bool" }], + "isStatic": false, + "name": "Play", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenLetters.cs#104" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenLetters.cs#13" + } + ], + "name": "TweenLetters", + "comment": "Attaching this script to a label will make the label's letters animate.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenLetters.cs#13" + }, + { + "namespace": "", + "baseClass": "UnityEngine.MonoBehaviour", + "attribute": "", + "interfaces": ["INGUIAtlas"], + "fields": [ + { + "typeName": "UnityEngine.Material", + "name": "spriteMaterial", + "comment": "Material used by the atlas.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIAtlas.cs#72" + }, + { + "typeName": "bool", + "name": "premultipliedAlpha", + "comment": "Whether the atlas is using a premultiplied alpha material.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIAtlas.cs#109" + }, + { + "typeName": "System.Collections.Generic.List", + "name": "spriteList", + "comment": "List of sprites within the atlas.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIAtlas.cs#129" + }, + { + "typeName": "UnityEngine.Texture", + "name": "texture", + "comment": "Texture used by the atlas.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIAtlas.cs#150" + }, + { + "typeName": "float", + "name": "pixelSize", + "comment": "Pixel size is a multiplier applied to widgets dimensions when performing MakePixelPerfect() pixel correction. \n Most obvious use would be on retina screen displays. The resolution doubles, but with UIRoot staying the same \n for layout purposes, you can still get extra sharpness by switching to an HD atlas that has pixel size set to 0.5.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIAtlas.cs#165" + }, + { + "typeName": "INGUIAtlas", + "name": "replacement", + "comment": "Setting a replacement atlas value will cause everything using this atlas to use the replacement atlas instead. \n Suggested use: set up all your widgets to use a dummy atlas that points to the real atlas. Switching that atlas \n to another one (for example an HD atlas) is then a simple matter of setting this field on your dummy atlas.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIAtlas.cs#199" + } + ], + "methods": [ + { + "returnTypeName": "UISpriteData", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "GetSprite", + "comment": "Convenience function that retrieves a sprite by name.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIAtlas.cs#225" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "MarkSpriteListAsChanged", + "comment": "Rebuild the sprite indices. Call this after modifying the spriteList at run time.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIAtlas.cs#286" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "SortAlphabetically", + "comment": "Sort the list of sprites within the atlas, making them alphabetical.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIAtlas.cs#302" + }, + { + "returnTypeName": "BetterList", + "params": [], + "isStatic": false, + "name": "GetListOfSprites", + "comment": "Convenience function that retrieves a list of all sprite names.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIAtlas.cs#314" + }, + { + "returnTypeName": "BetterList", + "params": [{ "name": "match", "typeName": "string" }], + "isStatic": false, + "name": "GetListOfSprites", + "comment": "Convenience function that retrieves a list of all sprite names that contain the specified phrase\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIAtlas.cs#334" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "atlas", "typeName": "INGUIAtlas" }], + "isStatic": false, + "name": "References", + "comment": "Helper function that determines whether the atlas uses the specified one, taking replacements into account.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIAtlas.cs#383" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "MarkAsChanged", + "comment": "Mark all widgets associated with this atlas as having changed.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIAtlas.cs#395" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIAtlas.cs#16" + } + ], + "name": "UIAtlas", + "comment": "UI Atlas contains a collection of sprites inside one large texture atlas. \n This is the legacy atlas component, kept for full backwards compatibility. All newly created UIs should use NGUIAtlas-based atlases instead.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIAtlas.cs#16" + }, + { + "namespace": "", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UICamera.ClickNotification", + "name": "None", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#58" + }, + { + "typeName": "UICamera.ClickNotification", + "name": "Always", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#59" + }, + { + "typeName": "UICamera.ClickNotification", + "name": "BasedOnDelta", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#60" + } + ], + "methods": [ + { + "returnTypeName": "UICamera.ClickNotification", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#56" + } + ], + "name": "ClickNotification", + "comment": "Whether the touch event will be sending out the OnClick notification at the end.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#56" + }, + { + "namespace": "", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.KeyCode", + "name": "key", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#69" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "pos", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#70" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "lastPos", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#71" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "delta", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#72" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "totalDelta", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#73" + }, + { + "typeName": "UnityEngine.Camera", + "name": "pressedCam", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#75" + }, + { + "typeName": "UnityEngine.GameObject", + "name": "last", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#77" + }, + { + "typeName": "UnityEngine.GameObject", + "name": "current", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#78" + }, + { + "typeName": "UnityEngine.GameObject", + "name": "pressed", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#79" + }, + { + "typeName": "UnityEngine.GameObject", + "name": "dragged", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#80" + }, + { + "typeName": "UnityEngine.GameObject", + "name": "lastClickGO", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#81" + }, + { + "typeName": "float", + "name": "pressTime", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#83" + }, + { + "typeName": "float", + "name": "clickTime", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#84" + }, + { + "typeName": "UICamera.ClickNotification", + "name": "clickNotification", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#86" + }, + { + "typeName": "bool", + "name": "touchBegan", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#87" + }, + { + "typeName": "bool", + "name": "pressStarted", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#88" + }, + { + "typeName": "bool", + "name": "dragStarted", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#89" + }, + { + "typeName": "int", + "name": "ignoreDelta", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#90" + }, + { + "typeName": "float", + "name": "deltaTime", + "comment": "Delta time since the touch operation started.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#96" + }, + { + "typeName": "bool", + "name": "isOverUI", + "comment": "Returns whether this touch is currently over a UI element.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#102" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#67" + } + ], + "name": "MouseOrTouch", + "comment": "Ambiguous mouse, touch, or controller event.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#67" + }, + { + "namespace": "", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UICamera.EventType", + "name": "World_3D", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#117" + }, + { + "typeName": "UICamera.EventType", + "name": "UI_3D", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#118" + }, + { + "typeName": "UICamera.EventType", + "name": "World_2D", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#119" + }, + { + "typeName": "UICamera.EventType", + "name": "UI_2D", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#120" + } + ], + "methods": [ + { + "returnTypeName": "UICamera.EventType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#115" + } + ], + "name": "EventType", + "comment": "Camera type controls how raycasts are handled by the UICamera.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#115" + }, + { + "namespace": "", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#129" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "key", "typeName": "UnityEngine.KeyCode" }], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#129" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "key", "typeName": "UnityEngine.KeyCode" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#129" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#129" + } + ], + "name": "GetKeyStateFunc", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#129" + }, + { + "namespace": "", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#130" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#130" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#130" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#130" + } + ], + "name": "GetAxisFunc", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#130" + }, + { + "namespace": "", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#131" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#131" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#131" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#131" + } + ], + "name": "GetAnyKeyFunc", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#131" + }, + { + "namespace": "", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#132" + }, + { + "returnTypeName": "MouseOrTouch", + "params": [{ "name": "button", "typeName": "int" }], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#132" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "button", "typeName": "int" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#132" + }, + { + "returnTypeName": "MouseOrTouch", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#132" + } + ], + "name": "GetMouseDelegate", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#132" + }, + { + "namespace": "", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#133" + }, + { + "returnTypeName": "MouseOrTouch", + "params": [ + { "name": "id", "typeName": "int" }, + { "name": "createIfMissing", "typeName": "bool" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#133" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "id", "typeName": "int" }, + { "name": "createIfMissing", "typeName": "bool" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#133" + }, + { + "returnTypeName": "MouseOrTouch", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#133" + } + ], + "name": "GetTouchDelegate", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#133" + }, + { + "namespace": "", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#134" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "id", "typeName": "int" }], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#134" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "id", "typeName": "int" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#134" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#134" + } + ], + "name": "RemoveTouchDelegate", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#134" + }, + { + "namespace": "", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#234" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#234" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#234" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#234" + } + ], + "name": "OnScreenResize", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#234" + }, + { + "namespace": "", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UICamera.ProcessEventsIn", + "name": "Update", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#258" + }, + { + "typeName": "UICamera.ProcessEventsIn", + "name": "LateUpdate", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#259" + } + ], + "methods": [ + { + "returnTypeName": "UICamera.ProcessEventsIn", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#256" + } + ], + "name": "ProcessEventsIn", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#256" + }, + { + "namespace": "", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#407" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#407" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#407" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#407" + } + ], + "name": "OnCustomInput", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#407" + }, + { + "namespace": "", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#532" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#532" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#532" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#532" + } + ], + "name": "OnSchemeChange", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#532" + }, + { + "namespace": "", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#703" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "delta", "typeName": "UnityEngine.Vector2" }], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#703" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "delta", "typeName": "UnityEngine.Vector2" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#703" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#703" + } + ], + "name": "MoveDelegate", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#703" + }, + { + "namespace": "", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Transform", + "name": "target", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIRect.cs#18" + }, + { + "typeName": "float", + "name": "relative", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIRect.cs#19" + }, + { + "typeName": "int", + "name": "absolute", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIRect.cs#20" + }, + { + "typeName": "UIRect", + "name": "rect", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIRect.cs#23" + }, + { + "typeName": "UnityEngine.Camera", + "name": "targetCam", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIRect.cs#26" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIRect.cs#28" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "relative", "typeName": "float" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIRect.cs#29" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "relative", "typeName": "float" }, + { "name": "absolute", "typeName": "float" } + ], + "isStatic": false, + "name": "Set", + "comment": "Convenience function that sets the anchor's values.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIRect.cs#35" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "target", "typeName": "UnityEngine.Transform" }, + { "name": "relative", "typeName": "float" }, + { "name": "absolute", "typeName": "float" } + ], + "isStatic": false, + "name": "Set", + "comment": "Convenience function that sets the anchor's values.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIRect.cs#45" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "abs0", "typeName": "float" }, + { "name": "abs1", "typeName": "float" }, + { "name": "abs2", "typeName": "float" } + ], + "isStatic": false, + "name": "SetToNearest", + "comment": "Set the anchor's value to the nearest of the 3 possible choices of (left, center, right) or (bottom, center, top).\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIRect.cs#56" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "rel0", "typeName": "float" }, + { "name": "rel1", "typeName": "float" }, + { "name": "rel2", "typeName": "float" }, + { "name": "abs0", "typeName": "float" }, + { "name": "abs1", "typeName": "float" }, + { "name": "abs2", "typeName": "float" } + ], + "isStatic": false, + "name": "SetToNearest", + "comment": "Set the anchor's value given the 3 possible anchor combinations. Chooses the one with the smallest absolute offset.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIRect.cs#62" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "parent", "typeName": "UnityEngine.Transform" }, + { "name": "localPos", "typeName": "float" } + ], + "isStatic": false, + "name": "SetHorizontal", + "comment": "Set the anchor's absolute coordinate relative to the specified parent, keeping the relative setting intact.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIRect.cs#77" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "parent", "typeName": "UnityEngine.Transform" }, + { "name": "localPos", "typeName": "float" } + ], + "isStatic": false, + "name": "SetVertical", + "comment": "Set the anchor's absolute coordinate relative to the specified parent, keeping the relative setting intact.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIRect.cs#97" + }, + { + "returnTypeName": "", + "params": [ + { "name": "relativeTo", "typeName": "UnityEngine.Transform" } + ], + "isStatic": false, + "name": "GetSides", + "comment": "Convenience function that returns the sides the anchored point is anchored to.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIRect.cs#117" + } + ], + "name": "AnchorPoint", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIRect.cs#16" + }, + { + "namespace": "", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#704" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "go", "typeName": "UnityEngine.GameObject" }], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#704" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "go", "typeName": "UnityEngine.GameObject" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#704" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#704" + } + ], + "name": "VoidDelegate", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#704" + }, + { + "namespace": "", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UIRect.AnchorUpdate", + "name": "OnEnable", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIRect.cs#159" + }, + { + "typeName": "UIRect.AnchorUpdate", + "name": "OnUpdate", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIRect.cs#160" + }, + { + "typeName": "UIRect.AnchorUpdate", + "name": "OnStart", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIRect.cs#161" + } + ], + "methods": [ + { + "returnTypeName": "UIRect.AnchorUpdate", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIRect.cs#157" + } + ], + "name": "AnchorUpdate", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIRect.cs#157" + }, + { + "namespace": "", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#705" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "go", "typeName": "UnityEngine.GameObject" }, + { "name": "state", "typeName": "bool" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#705" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "go", "typeName": "UnityEngine.GameObject" }, + { "name": "state", "typeName": "bool" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#705" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#705" + } + ], + "name": "BoolDelegate", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#705" + }, + { + "namespace": "", + "baseClass": "UnityEngine.MonoBehaviour", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.GameObject", + "name": "target", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIForwardEvents.cs#17" + }, + { + "typeName": "bool", + "name": "onHover", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIForwardEvents.cs#18" + }, + { + "typeName": "bool", + "name": "onPress", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIForwardEvents.cs#19" + }, + { + "typeName": "bool", + "name": "onClick", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIForwardEvents.cs#20" + }, + { + "typeName": "bool", + "name": "onDoubleClick", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIForwardEvents.cs#21" + }, + { + "typeName": "bool", + "name": "onSelect", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIForwardEvents.cs#22" + }, + { + "typeName": "bool", + "name": "onDrag", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIForwardEvents.cs#23" + }, + { + "typeName": "bool", + "name": "onDrop", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIForwardEvents.cs#24" + }, + { + "typeName": "bool", + "name": "onSubmit", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIForwardEvents.cs#25" + }, + { + "typeName": "bool", + "name": "onScroll", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIForwardEvents.cs#26" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIForwardEvents.cs#15" + } + ], + "name": "UIForwardEvents", + "comment": "This script can be used to forward events from one object to another. \n In most cases you should use UIEventListener script instead. For example: \n UIEventListener.Get(gameObject).onClick += MyClickFunction;\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIForwardEvents.cs#15" + }, + { + "namespace": "", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#706" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "go", "typeName": "UnityEngine.GameObject" }, + { "name": "delta", "typeName": "float" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#706" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "go", "typeName": "UnityEngine.GameObject" }, + { "name": "delta", "typeName": "float" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#706" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#706" + } + ], + "name": "FloatDelegate", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#706" + }, + { + "namespace": "", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#707" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "go", "typeName": "UnityEngine.GameObject" }, + { "name": "delta", "typeName": "UnityEngine.Vector2" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#707" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "go", "typeName": "UnityEngine.GameObject" }, + { "name": "delta", "typeName": "UnityEngine.Vector2" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#707" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#707" + } + ], + "name": "VectorDelegate", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#707" + }, + { + "namespace": "", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "Account", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/GameData.cs#11" + }, + { + "typeName": "string", + "name": "Password", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/GameData.cs#12" + }, + { + "typeName": "string", + "name": "LoginToken", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/GameData.cs#13" + }, + { + "typeName": "uint", + "name": "BaseServerId", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/GameData.cs#15" + }, + { + "typeName": "System.Net.IPAddress", + "name": "GameSystemIp", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/GameData.cs#17" + }, + { + "typeName": "ushort", + "name": "GameSystemPort", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/GameData.cs#18" + }, + { + "typeName": "bool", + "name": "GameWorldAttachSucceed", + "comment": "GameSystem连接成功的状态\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/GameData.cs#25" + }, + { + "typeName": "long", + "name": "GameWorldNtpTheta", + "comment": "Ntp Theta offset\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/GameData.cs#32" + }, + { + "typeName": "long", + "name": "GameWorldNtpDelta", + "comment": "Npt Delta delay\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/GameData.cs#37" + }, + { + "typeName": "bool", + "name": "MainGameControllerBuilt", + "comment": "主玩家数据是否同步完成\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/GameData.cs#46" + }, + { + "typeName": "long", + "name": "GameWorldRtt", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/GameData.cs#48" + } + ], + "methods": [], + "name": "GameData", + "comment": "客户端级别的运行时数据\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/GameData.cs#9" + }, + { + "namespace": "", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#708" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "go", "typeName": "UnityEngine.GameObject" }, + { "name": "obj", "typeName": "UnityEngine.GameObject" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#708" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "go", "typeName": "UnityEngine.GameObject" }, + { "name": "obj", "typeName": "UnityEngine.GameObject" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#708" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#708" + } + ], + "name": "ObjectDelegate", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#708" + }, + { + "namespace": "", + "baseClass": "UIBasicSprite", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Sprite", + "name": "nextSprite", + "comment": "To be used with animations.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UI2DSprite.cs#30" + }, + { + "typeName": "UnityEngine.Sprite", + "name": "sprite2D", + "comment": "UnityEngine.Sprite drawn by this widget.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UI2DSprite.cs#38" + }, + { + "typeName": "UnityEngine.Material", + "name": "material", + "comment": "Material used by the widget.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UI2DSprite.cs#60" + }, + { + "typeName": "UnityEngine.Shader", + "name": "shader", + "comment": "Shader used by the texture when creating a dynamic material (when the texture was specified, but the material was not).\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UI2DSprite.cs#82" + }, + { + "typeName": "UnityEngine.Texture", + "name": "mainTexture", + "comment": "Texture used by the UITexture. You can set it directly, without the need to specify a material.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UI2DSprite.cs#110" + }, + { + "typeName": "bool", + "name": "fixedAspect", + "comment": "Whether the sprite is going to have a fixed aspect ratio.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UI2DSprite.cs#124" + }, + { + "typeName": "bool", + "name": "premultipliedAlpha", + "comment": "Whether the texture is using a premultiplied alpha material.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UI2DSprite.cs#145" + }, + { + "typeName": "float", + "name": "pixelSize", + "comment": "Size of the pixel -- used for drawing.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UI2DSprite.cs#162" + }, + { + "typeName": "UnityEngine.Vector4", + "name": "drawingDimensions", + "comment": "Widget's dimensions used for drawing. X = left, Y = bottom, Z = right, W = top. \n This function automatically adds 1 pixel on the edge if the texture's dimensions are not even. \n It's used to achieve pixel-perfect sprites even when an odd dimension widget happens to be centered.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UI2DSprite.cs#170" + }, + { + "typeName": "UnityEngine.Vector4", + "name": "border", + "comment": "Sprite's border. X = left, Y = bottom, Z = right, W = top.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UI2DSprite.cs#252" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "MakePixelPerfect", + "comment": "Adjust the scale of the widget to make it pixel-perfect.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UI2DSprite.cs#338" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "verts", + "typeName": "System.Collections.Generic.List" + }, + { + "name": "uvs", + "typeName": "System.Collections.Generic.List" + }, + { + "name": "cols", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "OnFill", + "comment": "Virtual function called by the UIPanel that fills the buffers.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UI2DSprite.cs#367" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UI2DSprite.cs#18" + } + ], + "name": "UI2DSprite", + "comment": "2D Sprite is capable of drawing sprites added in Unity 4.3. When importing your textures, \n import them as Sprites and you will be able to draw them with this widget. \n If you provide a Packing Tag in your import settings, your sprites will get automatically \n packed into an atlas for you, so creating an atlas beforehand is not necessary.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UI2DSprite.cs#18" + }, + { + "namespace": "", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "oneShot", + "comment": "Whether the event delegate will be removed after execution.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/EventDelegate.cs#123" + }, + { + "typeName": "UnityEngine.MonoBehaviour", + "name": "target", + "comment": "Event delegate's target object.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/EventDelegate.cs#140" + }, + { + "typeName": "string", + "name": "methodName", + "comment": "Event delegate's method name.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/EventDelegate.cs#164" + }, + { + "typeName": "EventDelegate.Parameter[]", + "name": "parameters", + "comment": "Optional parameters if the method requires them.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/EventDelegate.cs#188" + }, + { + "typeName": "bool", + "name": "isValid", + "comment": "Whether this delegate's values have been set.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/EventDelegate.cs#205" + }, + { + "typeName": "bool", + "name": "isEnabled", + "comment": "Whether the target script is actually enabled.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/EventDelegate.cs#222" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/EventDelegate.cs#238" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "call", "typeName": "EventDelegate.Callback" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/EventDelegate.cs#239" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "target", "typeName": "UnityEngine.MonoBehaviour" }, + { "name": "methodName", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/EventDelegate.cs#240" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "Equality operator.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/EventDelegate.cs#271" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "Used in equality operators.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/EventDelegate.cs#303" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "target", "typeName": "UnityEngine.MonoBehaviour" }, + { "name": "methodName", "typeName": "string" } + ], + "isStatic": false, + "name": "Set", + "comment": "Set the delegate callback using the target and method names.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/EventDelegate.cs#340" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "Execute", + "comment": "Execute the delegate, if possible. \n This will only be used when the application is playing in order to prevent unintentional state changes.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/EventDelegate.cs#454" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Clear", + "comment": "Clear the event delegate.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/EventDelegate.cs#586" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "Convert the delegate to its string representation.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/EventDelegate.cs#605" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "list", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": true, + "name": "Execute", + "comment": "Execute an entire list of delegates.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/EventDelegate.cs#623" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "list", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": true, + "name": "IsValid", + "comment": "Convenience function to check if the specified list of delegates can be executed.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/EventDelegate.cs#665" + }, + { + "returnTypeName": "EventDelegate", + "params": [ + { + "name": "list", + "typeName": "System.Collections.Generic.List" + }, + { "name": "callback", "typeName": "EventDelegate.Callback" } + ], + "isStatic": true, + "name": "Set", + "comment": "Assign a new event delegate.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/EventDelegate.cs#683" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "list", + "typeName": "System.Collections.Generic.List" + }, + { "name": "del", "typeName": "EventDelegate" } + ], + "isStatic": true, + "name": "Set", + "comment": "Assign a new event delegate.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/EventDelegate.cs#699" + }, + { + "returnTypeName": "EventDelegate", + "params": [ + { + "name": "list", + "typeName": "System.Collections.Generic.List" + }, + { "name": "callback", "typeName": "EventDelegate.Callback" } + ], + "isStatic": true, + "name": "Add", + "comment": "Append a new event delegate to the list.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/EventDelegate.cs#712" + }, + { + "returnTypeName": "EventDelegate", + "params": [ + { + "name": "list", + "typeName": "System.Collections.Generic.List" + }, + { "name": "callback", "typeName": "EventDelegate.Callback" }, + { "name": "oneShot", "typeName": "bool" } + ], + "isStatic": true, + "name": "Add", + "comment": "Append a new event delegate to the list.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/EventDelegate.cs#718" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "list", + "typeName": "System.Collections.Generic.List" + }, + { "name": "ev", "typeName": "EventDelegate" } + ], + "isStatic": true, + "name": "Add", + "comment": "Append a new event delegate to the list.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/EventDelegate.cs#742" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "list", + "typeName": "System.Collections.Generic.List" + }, + { "name": "ev", "typeName": "EventDelegate" }, + { "name": "oneShot", "typeName": "bool" } + ], + "isStatic": true, + "name": "Add", + "comment": "Append a new event delegate to the list.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/EventDelegate.cs#748" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "list", + "typeName": "System.Collections.Generic.List" + }, + { "name": "callback", "typeName": "EventDelegate.Callback" } + ], + "isStatic": true, + "name": "Remove", + "comment": "Remove an existing event delegate from the list.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/EventDelegate.cs#782" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "list", + "typeName": "System.Collections.Generic.List" + }, + { "name": "ev", "typeName": "EventDelegate" } + ], + "isStatic": true, + "name": "Remove", + "comment": "Remove an existing event delegate from the list.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/EventDelegate.cs#804" + } + ], + "name": "EventDelegate", + "comment": "Delegate callback that Unity can serialize and set via Inspector.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/EventDelegate.cs#22" + }, + { + "namespace": "", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#709" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "go", "typeName": "UnityEngine.GameObject" }, + { "name": "key", "typeName": "UnityEngine.KeyCode" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#709" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "go", "typeName": "UnityEngine.GameObject" }, + { "name": "key", "typeName": "UnityEngine.KeyCode" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#709" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#709" + } + ], + "name": "KeyCodeDelegate", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#709" + }, + { + "namespace": "", + "baseClass": "UnityEngine.MonoBehaviour", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "BetterList", + "name": "list", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIDrawCall.cs#23" + }, + { + "typeName": "BetterList", + "name": "activeList", + "comment": "List of active draw calls.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIDrawCall.cs#29" + }, + { + "typeName": "BetterList", + "name": "inactiveList", + "comment": "List of inactive draw calls. Only used at run-time in order to avoid object creation/destruction.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIDrawCall.cs#35" + }, + { + "typeName": "int", + "name": "widgetCount", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIDrawCall.cs#45" + }, + { + "typeName": "int", + "name": "depthStart", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIDrawCall.cs#46" + }, + { + "typeName": "int", + "name": "depthEnd", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIDrawCall.cs#47" + }, + { + "typeName": "UIPanel", + "name": "manager", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIDrawCall.cs#48" + }, + { + "typeName": "UIPanel", + "name": "panel", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIDrawCall.cs#49" + }, + { + "typeName": "UnityEngine.Texture2D", + "name": "clipTexture", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIDrawCall.cs#50" + }, + { + "typeName": "bool", + "name": "alwaysOnScreen", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIDrawCall.cs#51" + }, + { + "typeName": "System.Collections.Generic.List", + "name": "verts", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIDrawCall.cs#52" + }, + { + "typeName": "System.Collections.Generic.List", + "name": "norms", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIDrawCall.cs#53" + }, + { + "typeName": "System.Collections.Generic.List", + "name": "tans", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIDrawCall.cs#54" + }, + { + "typeName": "System.Collections.Generic.List", + "name": "uvs", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIDrawCall.cs#55" + }, + { + "typeName": "System.Collections.Generic.List", + "name": "uv2", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIDrawCall.cs#56" + }, + { + "typeName": "System.Collections.Generic.List", + "name": "cols", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIDrawCall.cs#57" + }, + { + "typeName": "bool", + "name": "isDirty", + "comment": "Whether the draw call has changed recently.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIDrawCall.cs#90" + }, + { + "typeName": "UIDrawCall.OnRenderCallback", + "name": "onRender", + "comment": "Callback that will be triggered at OnWillRenderObject() time.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIDrawCall.cs#99" + }, + { + "typeName": "UIDrawCall.OnCreateDrawCall", + "name": "onCreateDrawCall", + "comment": "Callback that will be triggered when a new draw call gets created.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIDrawCall.cs#106" + }, + { + "typeName": "int", + "name": "renderQueue", + "comment": "Render queue used by the draw call.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIDrawCall.cs#113" + }, + { + "typeName": "int", + "name": "sortingOrder", + "comment": "Renderer's sorting order, to be used with Unity's 2D system.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIDrawCall.cs#140" + }, + { + "typeName": "string", + "name": "sortingLayerName", + "comment": "Renderer's sorting layer name, used with the Unity's 2D system.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIDrawCall.cs#160" + }, + { + "typeName": "int", + "name": "finalRenderQueue", + "comment": "Final render queue used to draw the draw call's geometry.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIDrawCall.cs#186" + }, + { + "typeName": "bool", + "name": "isActive", + "comment": "Whether the draw call is currently active.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIDrawCall.cs#200" + }, + { + "typeName": "UnityEngine.Transform", + "name": "cachedTransform", + "comment": "Transform is cached for speed and efficiency.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIDrawCall.cs#227" + }, + { + "typeName": "UnityEngine.Material", + "name": "baseMaterial", + "comment": "Material used by this screen.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIDrawCall.cs#233" + }, + { + "typeName": "UnityEngine.Material", + "name": "dynamicMaterial", + "comment": "Dynamically created material used by the draw call to actually draw the geometry.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIDrawCall.cs#253" + }, + { + "typeName": "UnityEngine.Texture", + "name": "mainTexture", + "comment": "Texture used by the material.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIDrawCall.cs#259" + }, + { + "typeName": "UnityEngine.Shader", + "name": "shader", + "comment": "Shader used by the material.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIDrawCall.cs#277" + }, + { + "typeName": "UIDrawCall.ShadowMode", + "name": "shadowMode", + "comment": "Shadow casting method.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIDrawCall.cs#305" + }, + { + "typeName": "int", + "name": "triangles", + "comment": "The number of triangles in this draw call.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIDrawCall.cs#344" + }, + { + "typeName": "bool", + "name": "isClipped", + "comment": "Whether the draw call is currently using a clipped shader.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIDrawCall.cs#350" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "widgetCount", "typeName": "int" }, + { "name": "needsBounds", "typeName": "bool" } + ], + "isStatic": false, + "name": "UpdateGeometry", + "comment": "Set the draw call's geometry.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIDrawCall.cs#483" + }, + { + "returnTypeName": "UIDrawCall", + "params": [ + { "name": "panel", "typeName": "UIPanel" }, + { "name": "mat", "typeName": "UnityEngine.Material" }, + { "name": "tex", "typeName": "UnityEngine.Texture" }, + { "name": "shader", "typeName": "UnityEngine.Shader" } + ], + "isStatic": true, + "name": "Create", + "comment": "Return an existing draw call.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIDrawCall.cs#900" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "ClearAll", + "comment": "Clear all draw calls.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIDrawCall.cs#988" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "ReleaseAll", + "comment": "Immediately destroy all draw calls.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIDrawCall.cs#1013" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "ReleaseInactive", + "comment": "Immediately destroy all inactive draw calls (draw calls that have been recycled and are waiting to be re-used).\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIDrawCall.cs#1023" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "panel", "typeName": "UIPanel" }], + "isStatic": true, + "name": "Count", + "comment": "Count all draw calls managed by the specified panel.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIDrawCall.cs#1045" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "dc", "typeName": "UIDrawCall" }], + "isStatic": true, + "name": "Destroy", + "comment": "Destroy the specified draw call.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIDrawCall.cs#1057" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "scene", "typeName": "UnityEngine.SceneManagement.Scene" } + ], + "isStatic": true, + "name": "MoveToScene", + "comment": "Move all draw calls to the specified scene. \n http://www.tasharen.com/forum/index.php?topic=13965.0\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIDrawCall.cs#1096" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIDrawCall.cs#17" + } + ], + "name": "UIDrawCall", + "comment": "This is an internally-created script used by the UI system. You shouldn't be attaching it manually.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIDrawCall.cs#17" + }, + { + "namespace": "", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "fingerId", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#2349" + }, + { + "typeName": "UnityEngine.TouchPhase", + "name": "phase", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#2350" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "position", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#2351" + }, + { + "typeName": "int", + "name": "tapCount", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#2352" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#2347" + } + ], + "name": "Touch", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#2347" + }, + { + "namespace": "", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "TweenLetters.AnimationLetterOrder", + "name": "Forward", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenLetters.cs#15" + }, + { + "typeName": "TweenLetters.AnimationLetterOrder", + "name": "Reverse", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenLetters.cs#15" + }, + { + "typeName": "TweenLetters.AnimationLetterOrder", + "name": "Random", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenLetters.cs#15" + } + ], + "methods": [ + { + "returnTypeName": "TweenLetters.AnimationLetterOrder", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenLetters.cs#15" + } + ], + "name": "AnimationLetterOrder", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenLetters.cs#15" + }, + { + "namespace": "", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#2355" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#2355" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#2355" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#2355" + } + ], + "name": "GetTouchCountCallback", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#2355" + }, + { + "namespace": "", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "float", + "name": "duration", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenLetters.cs#30" + }, + { + "typeName": "TweenLetters.AnimationLetterOrder", + "name": "animationOrder", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenLetters.cs#31" + }, + { + "typeName": "float", + "name": "overlap", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenLetters.cs#33" + }, + { + "typeName": "bool", + "name": "randomDurations", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenLetters.cs#36" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "randomness", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenLetters.cs#38" + }, + { + "typeName": "bool", + "name": "upgraded", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenLetters.cs#40" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "offsetRange", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenLetters.cs#43" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "pos", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenLetters.cs#44" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "rot", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenLetters.cs#45" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "scale", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenLetters.cs#46" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "pos1", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenLetters.cs#48" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "pos2", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenLetters.cs#49" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "rot1", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenLetters.cs#51" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "rot2", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenLetters.cs#52" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "scale1", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenLetters.cs#54" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "scale2", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenLetters.cs#55" + }, + { + "typeName": "float", + "name": "alpha", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenLetters.cs#58" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Upgrade", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenLetters.cs#60" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenLetters.cs#27" + } + ], + "name": "AnimationProperties", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenLetters.cs#27" + }, + { + "namespace": "", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#2356" + }, + { + "returnTypeName": "Touch", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#2356" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#2356" + }, + { + "returnTypeName": "Touch", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#2356" + } + ], + "name": "GetTouchCallback", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UICamera.cs#2356" + }, + { + "namespace": "", + "baseClass": "UnityEngine.MonoBehaviour", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.GameObject", + "name": "target", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIShowControlScheme.cs#14" + }, + { + "typeName": "bool", + "name": "mouse", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIShowControlScheme.cs#15" + }, + { + "typeName": "bool", + "name": "touch", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIShowControlScheme.cs#16" + }, + { + "typeName": "bool", + "name": "controller", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIShowControlScheme.cs#17" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIShowControlScheme.cs#12" + } + ], + "name": "UIShowControlScheme", + "comment": "Show or hide the widget based on whether the control scheme is appropriate.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIShowControlScheme.cs#12" + }, + { + "namespace": "", + "baseClass": "UnityEngine.MonoBehaviour", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "object", + "name": "parameter", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIEventListener.cs#23" + }, + { + "typeName": "UIEventListener.VoidDelegate", + "name": "onSubmit", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIEventListener.cs#25" + }, + { + "typeName": "UIEventListener.VoidDelegate", + "name": "onClick", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIEventListener.cs#26" + }, + { + "typeName": "UIEventListener.VoidDelegate", + "name": "onDoubleClick", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIEventListener.cs#27" + }, + { + "typeName": "UIEventListener.BoolDelegate", + "name": "onHover", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIEventListener.cs#28" + }, + { + "typeName": "UIEventListener.BoolDelegate", + "name": "onPress", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIEventListener.cs#29" + }, + { + "typeName": "UIEventListener.BoolDelegate", + "name": "onSelect", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIEventListener.cs#30" + }, + { + "typeName": "UIEventListener.FloatDelegate", + "name": "onScroll", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIEventListener.cs#31" + }, + { + "typeName": "UIEventListener.VoidDelegate", + "name": "onDragStart", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIEventListener.cs#32" + }, + { + "typeName": "UIEventListener.VectorDelegate", + "name": "onDrag", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIEventListener.cs#33" + }, + { + "typeName": "UIEventListener.VoidDelegate", + "name": "onDragOver", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIEventListener.cs#34" + }, + { + "typeName": "UIEventListener.VoidDelegate", + "name": "onDragOut", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIEventListener.cs#35" + }, + { + "typeName": "UIEventListener.VoidDelegate", + "name": "onDragEnd", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIEventListener.cs#36" + }, + { + "typeName": "UIEventListener.ObjectDelegate", + "name": "onDrop", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIEventListener.cs#37" + }, + { + "typeName": "UIEventListener.KeyCodeDelegate", + "name": "onKey", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIEventListener.cs#38" + }, + { + "typeName": "UIEventListener.BoolDelegate", + "name": "onTooltip", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIEventListener.cs#39" + }, + { + "typeName": "bool", + "name": "needsActiveCollider", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIEventListener.cs#40" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Clear", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIEventListener.cs#70" + }, + { + "returnTypeName": "UIEventListener", + "params": [{ "name": "go", "typeName": "UnityEngine.GameObject" }], + "isStatic": true, + "name": "Get", + "comment": "Get or add an event listener to the specified game object.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIEventListener.cs#93" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIEventListener.cs#14" + } + ], + "name": "UIEventListener", + "comment": "Event Hook class lets you easily add remote event listener functions to an object. \n Example usage: UIEventListener.Get(gameObject).onClick += MyClickFunction;\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIEventListener.cs#14" + }, + { + "namespace": "", + "baseClass": "UIWidget", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UIBasicSprite.AdvancedType", + "name": "centerType", + "comment": "When the sprite type is advanced, this determines whether the center is tiled or sliced.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIBasicSprite.cs#62" + }, + { + "typeName": "UIBasicSprite.AdvancedType", + "name": "leftType", + "comment": "When the sprite type is advanced, this determines whether the left edge is tiled or sliced.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIBasicSprite.cs#68" + }, + { + "typeName": "UIBasicSprite.AdvancedType", + "name": "rightType", + "comment": "When the sprite type is advanced, this determines whether the right edge is tiled or sliced.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIBasicSprite.cs#74" + }, + { + "typeName": "UIBasicSprite.AdvancedType", + "name": "bottomType", + "comment": "When the sprite type is advanced, this determines whether the bottom edge is tiled or sliced.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIBasicSprite.cs#80" + }, + { + "typeName": "UIBasicSprite.AdvancedType", + "name": "topType", + "comment": "When the sprite type is advanced, this determines whether the top edge is tiled or sliced.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIBasicSprite.cs#86" + }, + { + "typeName": "UIBasicSprite.Type", + "name": "type", + "comment": "How the sprite is drawn. It's virtual for legacy reasons (UISlicedSprite, UITiledSprite, UIFilledSprite).\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIBasicSprite.cs#92" + }, + { + "typeName": "UIBasicSprite.Flip", + "name": "flip", + "comment": "Sprite flip setting.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIBasicSprite.cs#112" + }, + { + "typeName": "UIBasicSprite.FillDirection", + "name": "fillDirection", + "comment": "Direction of the cut procedure.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIBasicSprite.cs#132" + }, + { + "typeName": "float", + "name": "fillAmount", + "comment": "Amount of the sprite shown. 0-1 range with 0 being nothing shown, and 1 being the full sprite.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIBasicSprite.cs#152" + }, + { + "typeName": "int", + "name": "minWidth", + "comment": "Minimum allowed width for this widget.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIBasicSprite.cs#174" + }, + { + "typeName": "int", + "name": "minHeight", + "comment": "Minimum allowed height for this widget.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIBasicSprite.cs#192" + }, + { + "typeName": "bool", + "name": "invert", + "comment": "Whether the sprite should be filled in the opposite direction.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIBasicSprite.cs#210" + }, + { + "typeName": "bool", + "name": "hasBorder", + "comment": "Whether the widget has a border for 9-slicing.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIBasicSprite.cs#230" + }, + { + "typeName": "bool", + "name": "premultipliedAlpha", + "comment": "Whether the sprite's material is using a pre-multiplied alpha shader.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIBasicSprite.cs#243" + }, + { + "typeName": "float", + "name": "pixelSize", + "comment": "Size of the pixel. Overwritten in the NGUI sprite to pull a value from the atlas.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIBasicSprite.cs#249" + } + ], + "methods": [], + "name": "UIBasicSprite", + "comment": "Functionality common to both NGUI and 2D sprites brought out into a single common parent. \n Mostly contains everything related to drawing the sprite.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIBasicSprite.cs#9" + }, + { + "namespace": "", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UIInput.InputType", + "name": "Standard", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#23" + }, + { + "typeName": "UIInput.InputType", + "name": "AutoCorrect", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#24" + }, + { + "typeName": "UIInput.InputType", + "name": "Password", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#25" + } + ], + "methods": [ + { + "returnTypeName": "UIInput.InputType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#21" + } + ], + "name": "InputType", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#21" + }, + { + "namespace": "", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UIInput.Validation", + "name": "None", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#30" + }, + { + "typeName": "UIInput.Validation", + "name": "Integer", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#31" + }, + { + "typeName": "UIInput.Validation", + "name": "Float", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#32" + }, + { + "typeName": "UIInput.Validation", + "name": "Alphanumeric", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#33" + }, + { + "typeName": "UIInput.Validation", + "name": "Username", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#34" + }, + { + "typeName": "UIInput.Validation", + "name": "Name", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#35" + }, + { + "typeName": "UIInput.Validation", + "name": "Filename", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#36" + } + ], + "methods": [ + { + "returnTypeName": "UIInput.Validation", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#28" + } + ], + "name": "Validation", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#28" + }, + { + "namespace": "", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UIInput.KeyboardType", + "name": "Default", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#42" + }, + { + "typeName": "UIInput.KeyboardType", + "name": "ASCIICapable", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#43" + }, + { + "typeName": "UIInput.KeyboardType", + "name": "NumbersAndPunctuation", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#44" + }, + { + "typeName": "UIInput.KeyboardType", + "name": "URL", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#45" + }, + { + "typeName": "UIInput.KeyboardType", + "name": "NumberPad", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#46" + }, + { + "typeName": "UIInput.KeyboardType", + "name": "PhonePad", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#47" + }, + { + "typeName": "UIInput.KeyboardType", + "name": "NamePhonePad", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#48" + }, + { + "typeName": "UIInput.KeyboardType", + "name": "EmailAddress", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#49" + } + ], + "methods": [ + { + "returnTypeName": "UIInput.KeyboardType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#40" + } + ], + "name": "KeyboardType", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#40" + }, + { + "namespace": "", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UIInput.OnReturnKey", + "name": "Default", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#67" + }, + { + "typeName": "UIInput.OnReturnKey", + "name": "Submit", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#68" + }, + { + "typeName": "UIInput.OnReturnKey", + "name": "NewLine", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#69" + } + ], + "methods": [ + { + "returnTypeName": "UIInput.OnReturnKey", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#65" + } + ], + "name": "OnReturnKey", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#65" + }, + { + "namespace": "", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#72" + }, + { + "returnTypeName": "Char", + "params": [ + { "name": "text", "typeName": "string" }, + { "name": "charIndex", "typeName": "int" }, + { "name": "addedChar", "typeName": "char" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#72" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "text", "typeName": "string" }, + { "name": "charIndex", "typeName": "int" }, + { "name": "addedChar", "typeName": "char" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#72" + }, + { + "returnTypeName": "Char", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#72" + } + ], + "name": "OnValidate", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInput.cs#72" + }, + { + "namespace": "", + "baseClass": "UIProgressBar", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "isColliderEnabled", + "comment": "Whether the collider is enabled and the widget can be interacted with.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UISlider.cs#36" + }, + { + "typeName": "float", + "name": "sliderValue", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UISlider.cs#48" + }, + { + "typeName": "bool", + "name": "inverted", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UISlider.cs#51" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "delta", "typeName": "UnityEngine.Vector2" }], + "isStatic": false, + "name": "OnPan", + "comment": "Watch for key events and adjust the value accordingly.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UISlider.cs#164" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UISlider.cs#15" + } + ], + "name": "UISlider", + "comment": "Extended progress bar that has backwards compatibility logic and adds interaction support.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UISlider.cs#15" + }, + { + "namespace": "", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Object", + "name": "obj", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/EventDelegate.cs#32" + }, + { + "typeName": "string", + "name": "field", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/EventDelegate.cs#33" + }, + { + "typeName": "System.Type", + "name": "expectedType", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/EventDelegate.cs#43" + }, + { + "typeName": "bool", + "name": "cached", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/EventDelegate.cs#46" + }, + { + "typeName": "System.Reflection.PropertyInfo", + "name": "propInfo", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/EventDelegate.cs#47" + }, + { + "typeName": "System.Reflection.FieldInfo", + "name": "fieldInfo", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/EventDelegate.cs#48" + }, + { + "typeName": "object", + "name": "value", + "comment": "Return the property's current value.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/EventDelegate.cs#54" + }, + { + "typeName": "System.Type", + "name": "type", + "comment": "Parameter type -- a convenience function.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/EventDelegate.cs#96" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/EventDelegate.cs#35" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "obj", "typeName": "UnityEngine.Object" }, + { "name": "field", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/EventDelegate.cs#36" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "val", "typeName": "object" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/EventDelegate.cs#37" + } + ], + "name": "Parameter", + "comment": "Delegates can have parameters, and this class makes it possible to save references to properties \n that can then be passed as function arguments, such as transform.position or widget.color.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/EventDelegate.cs#30" + }, + { + "namespace": "", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/EventDelegate.cs#126" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/EventDelegate.cs#126" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/EventDelegate.cs#126" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/EventDelegate.cs#126" + } + ], + "name": "Callback", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/EventDelegate.cs#126" + }, + { + "namespace": "", + "baseClass": "UnityEngine.MonoBehaviour", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Color", + "name": "color", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/AnimatedColor.cs#16" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/AnimatedColor.cs#14" + } + ], + "name": "AnimatedColor", + "comment": "Makes it possible to animate a color of the widget.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/AnimatedColor.cs#14" + }, + { + "namespace": "", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "ulong", + "name": "TargetFramerate", + "comment": "目标帧率\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/GameLoop.cs#22" + }, + { + "typeName": "double", + "name": "FrameInterval", + "comment": "每逻辑帧周期(秒)\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/GameLoop.cs#27" + }, + { + "typeName": "ulong", + "name": "CurrentFrame", + "comment": "当前逻辑帧帧数\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/GameLoop.cs#32" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "targetFramerate", "typeName": "ulong" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/GameLoop.cs#8" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "now", "typeName": "float" }], + "isStatic": false, + "name": "Tick", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/GameLoop.cs#34" + } + ], + "name": "GameLoop", + "comment": "逻辑帧\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/GameLoop.cs#6" + }, + { + "namespace": "", + "baseClass": "UITweener", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Transform", + "name": "from", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenTransform.cs#15" + }, + { + "typeName": "UnityEngine.Transform", + "name": "to", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenTransform.cs#16" + }, + { + "typeName": "bool", + "name": "parentWhenFinished", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenTransform.cs#17" + } + ], + "methods": [ + { + "returnTypeName": "TweenTransform", + "params": [ + { "name": "go", "typeName": "UnityEngine.GameObject" }, + { "name": "duration", "typeName": "float" }, + { "name": "to", "typeName": "UnityEngine.Transform" } + ], + "isStatic": true, + "name": "Begin", + "comment": "Start the tweening operation from the current position/rotation/scale to the target transform.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenTransform.cs#62" + }, + { + "returnTypeName": "TweenTransform", + "params": [ + { "name": "go", "typeName": "UnityEngine.GameObject" }, + { "name": "duration", "typeName": "float" }, + { "name": "from", "typeName": "UnityEngine.Transform" }, + { "name": "to", "typeName": "UnityEngine.Transform" } + ], + "isStatic": true, + "name": "Begin", + "comment": "Start the tweening operation.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenTransform.cs#68" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenTransform.cs#13" + } + ], + "name": "TweenTransform", + "comment": "Tween the object's position, rotation and scale.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenTransform.cs#13" + }, + { + "namespace": "", + "baseClass": "UnityEngine.MonoBehaviour", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInputOnGUI.cs#19" + } + ], + "name": "UIInputOnGUI", + "comment": "This class is added by UIInput when it gets selected in order to be able to receive input events properly. \n The reason it's not a part of UIInput is because it allocates 336 bytes of GC every update because of OnGUI. \n It's best to only keep it active when it's actually needed.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIInputOnGUI.cs#19" + }, + { + "namespace": "", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "isValid", + "comment": "Whether the font can be used.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/BMFont.cs#32" + }, + { + "typeName": "int", + "name": "charSize", + "comment": "Size of this font (for example 32 means 32 pixels).\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/BMFont.cs#38" + }, + { + "typeName": "int", + "name": "baseOffset", + "comment": "Base offset applied to characters.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/BMFont.cs#44" + }, + { + "typeName": "int", + "name": "texWidth", + "comment": "Original width of the texture.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/BMFont.cs#50" + }, + { + "typeName": "int", + "name": "texHeight", + "comment": "Original height of the texture.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/BMFont.cs#56" + }, + { + "typeName": "int", + "name": "glyphCount", + "comment": "Number of valid glyphs.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/BMFont.cs#62" + }, + { + "typeName": "string", + "name": "spriteName", + "comment": "Original name of the sprite that the font is expecting to find (usually the name of the texture).\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/BMFont.cs#68" + }, + { + "typeName": "System.Collections.Generic.List", + "name": "glyphs", + "comment": "Access to BMFont's entire set of glyphs.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/BMFont.cs#74" + } + ], + "methods": [ + { + "returnTypeName": "BMGlyph", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "createIfMissing", "typeName": "bool" } + ], + "isStatic": false, + "name": "GetGlyph", + "comment": "Helper function that retrieves the specified glyph, creating it if necessary.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/BMFont.cs#80" + }, + { + "returnTypeName": "BMGlyph", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "GetGlyph", + "comment": "Retrieve the specified glyph, if it's present.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/BMFont.cs#110" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Clear", + "comment": "Clear the glyphs.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/BMFont.cs#116" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "xMin", "typeName": "int" }, + { "name": "yMin", "typeName": "int" }, + { "name": "xMax", "typeName": "int" }, + { "name": "yMax", "typeName": "int" } + ], + "isStatic": false, + "name": "Trim", + "comment": "Trim the glyphs, ensuring that they will never go past the specified bounds.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/BMFont.cs#126" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/BMFont.cs#14" + } + ], + "name": "BMFont", + "comment": "BMFont reader. C# implementation of http://www.angelcode.com/products/bmfont/\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/BMFont.cs#14" + }, + { + "namespace": "", + "baseClass": "UnityEngine.MonoBehaviour", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Transform", + "name": "tweenTarget", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButtonScale.cs#15" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "hover", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButtonScale.cs#16" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "pressed", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButtonScale.cs#17" + }, + { + "typeName": "float", + "name": "duration", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButtonScale.cs#18" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButtonScale.cs#13" + } + ], + "name": "UIButtonScale", + "comment": "Simple example script of how a button can be scaled visibly when the mouse hovers over it or it gets pressed.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButtonScale.cs#13" + }, + { + "namespace": "", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "T", + "name": "Instance", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/VxFramework/Singleton.cs#5" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/VxFramework/Singleton.cs#3" + } + ], + "name": "Singleton", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/VxFramework/Singleton.cs#3" + }, + { + "namespace": "", + "baseClass": "UnityEngine.MonoBehaviour", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Camera", + "name": "sourceCamera", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIViewport.cs#17" + }, + { + "typeName": "UnityEngine.Transform", + "name": "topLeft", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIViewport.cs#18" + }, + { + "typeName": "UnityEngine.Transform", + "name": "bottomRight", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIViewport.cs#19" + }, + { + "typeName": "float", + "name": "fullSize", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIViewport.cs#20" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIViewport.cs#15" + } + ], + "name": "UIViewport", + "comment": "This script can be used to restrict camera rendering to a specific part of the screen by specifying the two corners.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIViewport.cs#15" + }, + { + "namespace": "", + "baseClass": "UnityEngine.MonoBehaviour", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "float", + "name": "springStrength", + "comment": "The strength of the spring.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UICenterOnChild.cs#23" + }, + { + "typeName": "float", + "name": "nextPageThreshold", + "comment": "If set to something above zero, it will be possible to move to the next page after dragging past the specified threshold.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UICenterOnChild.cs#29" + }, + { + "typeName": "SpringPanel.OnFinished", + "name": "onFinished", + "comment": "Callback to be triggered when the centering operation completes.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UICenterOnChild.cs#35" + }, + { + "typeName": "UICenterOnChild.OnCenterCallback", + "name": "onCenter", + "comment": "Callback triggered whenever the script begins centering on a new child object.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UICenterOnChild.cs#41" + }, + { + "typeName": "UnityEngine.GameObject", + "name": "centeredObject", + "comment": "Game object that the draggable panel is currently centered on.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UICenterOnChild.cs#50" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Recenter", + "comment": "Recenter the draggable list on the center-most child.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UICenterOnChild.cs#68" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "target", "typeName": "UnityEngine.Transform" }], + "isStatic": false, + "name": "CenterOn", + "comment": "Center the panel on the specified target.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UICenterOnChild.cs#281" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UICenterOnChild.cs#15" + } + ], + "name": "UICenterOnChild", + "comment": "Ever wanted to be able to auto-center on an object within a draggable panel? \n Attach this script to the container that has the objects to center on as its children.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UICenterOnChild.cs#15" + }, + { + "namespace": "", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "ShaderManager", + "name": "Instance", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/BaseSystem/Shader/ShaderManager.cs#9" + }, + { + "typeName": "string", + "name": "ShaderBundleName", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/BaseSystem/Shader/ShaderManager.cs#10" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "LoadShaderBundle", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/BaseSystem/Shader/ShaderManager.cs#16" + }, + { + "returnTypeName": "Shader", + "params": [{ "name": "shaderName", "typeName": "string" }], + "isStatic": true, + "name": "Find", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/BaseSystem/Shader/ShaderManager.cs#41" + } + ], + "name": "ShaderManager", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/BaseSystem/Shader/ShaderManager.cs#7" + }, + { + "namespace": "", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UIDrawCall.Clipping", + "name": "None", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIDrawCall.cs#39" + }, + { + "typeName": "UIDrawCall.Clipping", + "name": "TextureMask", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIDrawCall.cs#40" + }, + { + "typeName": "UIDrawCall.Clipping", + "name": "SoftClip", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIDrawCall.cs#41" + }, + { + "typeName": "UIDrawCall.Clipping", + "name": "ConstrainButDontClip", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIDrawCall.cs#42" + } + ], + "methods": [ + { + "returnTypeName": "UIDrawCall.Clipping", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIDrawCall.cs#37" + } + ], + "name": "Clipping", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIDrawCall.cs#37" + }, + { + "namespace": "", + "baseClass": "UIBasicSprite", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "autoMakePixelPerfect", + "comment": "If set, will automatically make the sprite pixel-perfect every time it's changed.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISprite.cs#32" + }, + { + "typeName": "UnityEngine.Texture", + "name": "mainTexture", + "comment": "Main texture is assigned on the atlas.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISprite.cs#38" + }, + { + "typeName": "UnityEngine.Material", + "name": "material", + "comment": "Material comes from the base class first, and sprite atlas last.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISprite.cs#57" + }, + { + "typeName": "INGUIAtlas", + "name": "atlas", + "comment": "Atlas used by this widget.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISprite.cs#77" + }, + { + "typeName": "bool", + "name": "fixedAspect", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISprite.cs#118" + }, + { + "typeName": "string", + "name": "spriteName", + "comment": "Sprite within the atlas used to draw this widget.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISprite.cs#157" + }, + { + "typeName": "bool", + "name": "isValid", + "comment": "Is there a valid sprite to work with?\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISprite.cs#194" + }, + { + "typeName": "bool", + "name": "fillCenter", + "comment": "Whether the center part of the sprite will be filled or not. Turn it off if you want only to borders to show up.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISprite.cs#201" + }, + { + "typeName": "bool", + "name": "applyGradient", + "comment": "Whether a gradient will be applied.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISprite.cs#221" + }, + { + "typeName": "UnityEngine.Color", + "name": "gradientTop", + "comment": "Top gradient color.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISprite.cs#241" + }, + { + "typeName": "UnityEngine.Color", + "name": "gradientBottom", + "comment": "Bottom gradient color.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISprite.cs#261" + }, + { + "typeName": "UnityEngine.Vector4", + "name": "border", + "comment": "Sliced sprites generally have a border. X = left, Y = bottom, Z = right, W = top.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISprite.cs#281" + }, + { + "typeName": "float", + "name": "pixelSize", + "comment": "Size of the pixel -- used for drawing.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISprite.cs#317" + }, + { + "typeName": "int", + "name": "minWidth", + "comment": "Minimum allowed width for this widget.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISprite.cs#332" + }, + { + "typeName": "int", + "name": "minHeight", + "comment": "Minimum allowed height for this widget.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISprite.cs#355" + }, + { + "typeName": "UnityEngine.Vector4", + "name": "drawingDimensions", + "comment": "Sprite's dimensions used for drawing. X = left, Y = bottom, Z = right, W = top. \n This function automatically adds 1 pixel on the edge if the sprite's dimensions are not even. \n It's used to achieve pixel-perfect sprites even when an odd dimension sprite happens to be centered.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISprite.cs#380" + }, + { + "typeName": "bool", + "name": "premultipliedAlpha", + "comment": "Whether the texture is using a premultiplied alpha material.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISprite.cs#477" + } + ], + "methods": [ + { + "returnTypeName": "UISpriteData", + "params": [{ "name": "spriteName", "typeName": "string" }], + "isStatic": false, + "name": "GetSprite", + "comment": "Convenience method that returns the chosen sprite inside the atlas.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISprite.cs#139" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "MarkAsChanged", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISprite.cs#146" + }, + { + "returnTypeName": "UISpriteData", + "params": [], + "isStatic": false, + "name": "GetAtlasSprite", + "comment": "Retrieve the atlas sprite referenced by the spriteName field.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISprite.cs#491" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "MakePixelPerfect", + "comment": "Adjust the scale of the widget to make it pixel-perfect.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISprite.cs#551" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "verts", + "typeName": "System.Collections.Generic.List" + }, + { + "name": "uvs", + "typeName": "System.Collections.Generic.List" + }, + { + "name": "cols", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "OnFill", + "comment": "Virtual function called by the UIPanel that fills the buffers.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISprite.cs#651" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISprite.cs#15" + } + ], + "name": "UISprite", + "comment": "Sprite is a textured element in the UI hierarchy.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISprite.cs#15" + }, + { + "namespace": "", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIDrawCall.cs#100" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "mat", "typeName": "UnityEngine.Material" }], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIDrawCall.cs#100" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "mat", "typeName": "UnityEngine.Material" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIDrawCall.cs#100" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIDrawCall.cs#100" + } + ], + "name": "OnRenderCallback", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIDrawCall.cs#100" + }, + { + "namespace": "", + "baseClass": "UnityEngine.MonoBehaviour", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.GameObject", + "name": "target", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButtonActivate.cs#15" + }, + { + "typeName": "bool", + "name": "state", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButtonActivate.cs#16" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButtonActivate.cs#13" + } + ], + "name": "UIButtonActivate", + "comment": "Very basic script that will activate or deactivate an object (and all of its children) when clicked.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIButtonActivate.cs#13" + }, + { + "namespace": "", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIDrawCall.cs#107" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "dc", "typeName": "UIDrawCall" }, + { "name": "filter", "typeName": "UnityEngine.MeshFilter" }, + { "name": "ren", "typeName": "UnityEngine.MeshRenderer" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIDrawCall.cs#107" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "dc", "typeName": "UIDrawCall" }, + { "name": "filter", "typeName": "UnityEngine.MeshFilter" }, + { "name": "ren", "typeName": "UnityEngine.MeshRenderer" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIDrawCall.cs#107" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIDrawCall.cs#107" + } + ], + "name": "OnCreateDrawCall", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIDrawCall.cs#107" + }, + { + "namespace": "", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "ulong", + "name": "SequenceNumber", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/GameWorld/Stage/Gameplay/GameInput.cs#11" + }, + { + "typeName": "vx.FixedMath.FVector2", + "name": "Direction", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/GameWorld/Stage/Gameplay/GameInput.cs#12" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Reset", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/GameWorld/Stage/Gameplay/GameInput.cs#7" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/GameWorld/Stage/Gameplay/GameInput.cs#5" + } + ], + "name": "JoystickMoveCommand", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/GameWorld/Stage/Gameplay/GameInput.cs#5" + }, + { + "namespace": "", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UIDrawCall.ShadowMode", + "name": "None", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIDrawCall.cs#296" + }, + { + "typeName": "UIDrawCall.ShadowMode", + "name": "Receive", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIDrawCall.cs#297" + }, + { + "typeName": "UIDrawCall.ShadowMode", + "name": "CastAndReceive", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIDrawCall.cs#298" + } + ], + "methods": [ + { + "returnTypeName": "UIDrawCall.ShadowMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIDrawCall.cs#294" + } + ], + "name": "ShadowMode", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIDrawCall.cs#294" + }, + { + "namespace": "", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UICenterOnChild.cs#17" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "centeredObject", "typeName": "UnityEngine.GameObject" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UICenterOnChild.cs#17" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "centeredObject", "typeName": "UnityEngine.GameObject" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UICenterOnChild.cs#17" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UICenterOnChild.cs#17" + } + ], + "name": "OnCenterCallback", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UICenterOnChild.cs#17" + }, + { + "namespace": "", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "ulong", + "name": "InputSequenceNumber", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/GameWorld/Stage/Gameplay/GameInput.cs#25" + }, + { + "typeName": "ulong", + "name": "LastSentSequenceNumber", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/GameWorld/Stage/Gameplay/GameInput.cs#26" + }, + { + "typeName": "ulong", + "name": "LastPredicateSequenceNumber", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/GameWorld/Stage/Gameplay/GameInput.cs#27" + }, + { + "typeName": "System.Collections.Generic.LinkedList", + "name": "Commands", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/GameWorld/Stage/Gameplay/GameInput.cs#29" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "Reset", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/GameWorld/Stage/Gameplay/GameInput.cs#34" + }, + { + "returnTypeName": "JoystickMoveCommand", + "params": [], + "isStatic": true, + "name": "CreateMove", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/GameWorld/Stage/Gameplay/GameInput.cs#40" + }, + { + "returnTypeName": "JoystickMoveCommand", + "params": [{ "name": "sequenceNumber", "typeName": "ulong" }], + "isStatic": true, + "name": "GetMove", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/GameWorld/Stage/Gameplay/GameInput.cs#48" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "ResetKeyDown", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/GameWorld/Stage/Gameplay/GameInput.cs#54" + } + ], + "name": "GameInput", + "comment": "缓存当前客户端的游戏输入\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/GameWorld/Stage/Gameplay/GameInput.cs#18" + }, + { + "namespace": "", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Recycle", + "comment": "回收时还原所有数据,特别注意引用类型\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/VxFramework/ObjectPool.cs#8" + } + ], + "name": "IPoolObject", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/VxFramework/ObjectPool.cs#3" + }, + { + "namespace": "", + "baseClass": "UnityEngine.MonoBehaviour", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UITweener", + "name": "current", + "comment": "Current tween that triggered the callback function.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/UITweener.cs#20" + }, + { + "typeName": "UITweener.Method", + "name": "method", + "comment": "Tweening method used.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/UITweener.cs#44" + }, + { + "typeName": "UITweener.Style", + "name": "style", + "comment": "Does it play once? Does it loop?\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/UITweener.cs#51" + }, + { + "typeName": "UnityEngine.AnimationCurve", + "name": "animationCurve", + "comment": "Optional curve to apply to the tween's time factor value.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/UITweener.cs#58" + }, + { + "typeName": "bool", + "name": "ignoreTimeScale", + "comment": "Whether the tween will ignore the timescale, making it work while the game is paused.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/UITweener.cs#65" + }, + { + "typeName": "float", + "name": "delay", + "comment": "How long will the tweener wait before starting the tween?\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/UITweener.cs#72" + }, + { + "typeName": "UITweener.DelayAffects", + "name": "delayAffects", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/UITweener.cs#82" + }, + { + "typeName": "float", + "name": "duration", + "comment": "How long is the duration of the tween?\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/UITweener.cs#89" + }, + { + "typeName": "bool", + "name": "steeperCurves", + "comment": "Whether the tweener will use steeper curves for ease in / out style interpolation.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/UITweener.cs#96" + }, + { + "typeName": "int", + "name": "tweenGroup", + "comment": "Used by buttons and tween sequences. Group of '0' means not in a sequence.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/UITweener.cs#103" + }, + { + "typeName": "bool", + "name": "useFixedUpdate", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/UITweener.cs#106" + }, + { + "typeName": "System.Collections.Generic.List", + "name": "onFinished", + "comment": "Event delegates called when the animation finishes.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/UITweener.cs#113" + }, + { + "typeName": "UnityEngine.GameObject", + "name": "eventReceiver", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/UITweener.cs#116" + }, + { + "typeName": "string", + "name": "callWhenFinished", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/UITweener.cs#117" + }, + { + "typeName": "float", + "name": "timeScale", + "comment": "Custom time scale for this tween, if desired. Can be used to slow down or speed up the animation.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/UITweener.cs#123" + }, + { + "typeName": "float", + "name": "amountPerDelta", + "comment": "Amount advanced per delta time.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/UITweener.cs#135" + }, + { + "typeName": "float", + "name": "tweenFactor", + "comment": "Tween factor, 0-1 range.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/UITweener.cs#154" + }, + { + "typeName": "AnimationOrTween.Direction", + "name": "direction", + "comment": "Direction that the tween is currently playing in.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/UITweener.cs#160" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "del", "typeName": "EventDelegate.Callback" }], + "isStatic": false, + "name": "SetOnFinished", + "comment": "Convenience function -- set a new OnFinished event delegate (here for to be consistent with RemoveOnFinished).\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/UITweener.cs#275" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "del", "typeName": "EventDelegate" }], + "isStatic": false, + "name": "SetOnFinished", + "comment": "Convenience function -- set a new OnFinished event delegate (here for to be consistent with RemoveOnFinished).\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/UITweener.cs#281" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "del", "typeName": "EventDelegate.Callback" }], + "isStatic": false, + "name": "AddOnFinished", + "comment": "Convenience function -- add a new OnFinished event delegate (here for to be consistent with RemoveOnFinished).\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/UITweener.cs#287" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "del", "typeName": "EventDelegate" }], + "isStatic": false, + "name": "AddOnFinished", + "comment": "Convenience function -- add a new OnFinished event delegate (here for to be consistent with RemoveOnFinished).\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/UITweener.cs#293" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "del", "typeName": "EventDelegate" }], + "isStatic": false, + "name": "RemoveOnFinished", + "comment": "Remove an OnFinished delegate. Will work even while iterating through the list when the tweener has finished its operation.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/UITweener.cs#299" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Finish", + "comment": "Immediately finish the tween animation, if it's active.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/UITweener.cs#315" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "factor", "typeName": "float" }, + { "name": "isFinished", "typeName": "bool" } + ], + "isStatic": false, + "name": "Sample", + "comment": "Sample the tween at the specified factor.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/UITweener.cs#328" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Play", + "comment": "Play the tween.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/UITweener.cs#405" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "PlayForward", + "comment": "Play the tween forward.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/UITweener.cs#411" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "PlayReverse", + "comment": "Play the tween in reverse.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/UITweener.cs#417" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "forward", "typeName": "bool" }], + "isStatic": false, + "name": "Play", + "comment": "Manually activate the tweening process, reversing it if necessary.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/UITweener.cs#423" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ResetToBeginning", + "comment": "Manually reset the tweener's state to the beginning. \n If the tween is playing forward, this means the tween's start. \n If the tween is playing in reverse, this means the tween's end.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/UITweener.cs#443" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Toggle", + "comment": "Manually start the tweening process, reversing its direction.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/UITweener.cs#454" + }, + { + "returnTypeName": "T", + "params": [ + { "name": "go", "typeName": "UnityEngine.GameObject" }, + { "name": "duration", "typeName": "float" }, + { "name": "delay", "typeName": "float" } + ], + "isStatic": true, + "name": "Begin", + "comment": "Starts the tweening operation.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/UITweener.cs#477" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "SetStartToCurrentValue", + "comment": "Set the 'from' value to the current one.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/UITweener.cs#527" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "SetEndToCurrentValue", + "comment": "Set the 'to' value to the current one.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/UITweener.cs#533" + } + ], + "name": "UITweener", + "comment": "Base class for all tweening operations.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/UITweener.cs#14" + }, + { + "namespace": "", + "baseClass": "UnityEngine.MonoBehaviour", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Collections.Generic.List", + "name": "list", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIKeyBinding.cs#20" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "keyCode", + "comment": "Key that will trigger the binding.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIKeyBinding.cs#42" + }, + { + "typeName": "UIKeyBinding.Modifier", + "name": "modifier", + "comment": "Modifier key that must be active in order for the binding to trigger.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIKeyBinding.cs#48" + }, + { + "typeName": "UIKeyBinding.Action", + "name": "action", + "comment": "Action to take with the specified key.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIKeyBinding.cs#54" + }, + { + "typeName": "string", + "name": "captionText", + "comment": "Key binding's descriptive caption.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIKeyBinding.cs#64" + } + ], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [{ "name": "key", "typeName": "UnityEngine.KeyCode" }], + "isStatic": true, + "name": "IsBound", + "comment": "Check to see if the specified key happens to be bound to some element.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIKeyBinding.cs#78" + }, + { + "returnTypeName": "UIKeyBinding", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": true, + "name": "Find", + "comment": "Find the specified key binding by its game object's name.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIKeyBinding.cs#92" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "modifier", "typeName": "UIKeyBinding.Modifier" } + ], + "isStatic": true, + "name": "IsModifierActive", + "comment": "Convenience function that checks whether the required modifier key is active.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIKeyBinding.cs#138" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "Convert the key binding to its text format.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIKeyBinding.cs#239" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "keyCode", "typeName": "UnityEngine.KeyCode" }, + { "name": "modifier", "typeName": "UIKeyBinding.Modifier" } + ], + "isStatic": true, + "name": "GetString", + "comment": "Convert the key binding to its text format.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIKeyBinding.cs#245" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "text", "typeName": "string" }, + { "name": "key", "typeName": "UnityEngine.KeyCode" }, + { "name": "modifier", "typeName": "UIKeyBinding.Modifier" } + ], + "isStatic": true, + "name": "GetKeyCode", + "comment": "Given the ToString() text, parse it for key and modifier information.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIKeyBinding.cs#254" + }, + { + "returnTypeName": "Modifier", + "params": [], + "isStatic": true, + "name": "GetActiveModifier", + "comment": "Get the currently active key modifier, if any.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIKeyBinding.cs#279" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIKeyBinding.cs#17" + } + ], + "name": "UIKeyBinding", + "comment": "This class makes it possible to activate or select something by pressing a key (such as space bar for example).\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIKeyBinding.cs#17" + }, + { + "namespace": "", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "ObjectPool", + "name": "Instance", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/VxFramework/ObjectPool.cs#13" + }, + { + "typeName": "int", + "name": "Size", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/VxFramework/ObjectPool.cs#33" + }, + { + "typeName": "int", + "name": "InUsingCount", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/VxFramework/ObjectPool.cs#38" + } + ], + "methods": [ + { + "returnTypeName": "T", + "params": [], + "isStatic": false, + "name": "Spawn", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/VxFramework/ObjectPool.cs#40" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "poolObject", "typeName": "T" }], + "isStatic": false, + "name": "Despawn", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/VxFramework/ObjectPool.cs#57" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Clear", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/VxFramework/ObjectPool.cs#64" + } + ], + "name": "ObjectPool", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/VxFramework/ObjectPool.cs#11" + }, + { + "namespace": "", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UIBasicSprite.Type", + "name": "Simple", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIBasicSprite.cs#13" + }, + { + "typeName": "UIBasicSprite.Type", + "name": "Sliced", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIBasicSprite.cs#14" + }, + { + "typeName": "UIBasicSprite.Type", + "name": "Tiled", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIBasicSprite.cs#15" + }, + { + "typeName": "UIBasicSprite.Type", + "name": "Filled", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIBasicSprite.cs#16" + }, + { + "typeName": "UIBasicSprite.Type", + "name": "Advanced", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIBasicSprite.cs#17" + } + ], + "methods": [ + { + "returnTypeName": "UIBasicSprite.Type", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIBasicSprite.cs#11" + } + ], + "name": "Type", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIBasicSprite.cs#11" + }, + { + "namespace": "", + "baseClass": "UnityEngine.MonoBehaviour", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Transform", + "name": "rootForBounds", + "comment": "Root object that will be used for drag-limiting bounds.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDraggableCamera.cs#20" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "scale", + "comment": "Scale value applied to the drag delta. Set X or Y to 0 to disallow dragging in that direction.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDraggableCamera.cs#26" + }, + { + "typeName": "float", + "name": "scrollWheelFactor", + "comment": "Effect the scroll wheel will have on the momentum.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDraggableCamera.cs#32" + }, + { + "typeName": "UIDragObject.DragEffect", + "name": "dragEffect", + "comment": "Effect to apply when dragging.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDraggableCamera.cs#38" + }, + { + "typeName": "bool", + "name": "smoothDragStart", + "comment": "Whether the drag operation will be started smoothly, or if if it will be precise (but will have a noticeable \"jump\").\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDraggableCamera.cs#44" + }, + { + "typeName": "float", + "name": "momentumAmount", + "comment": "How much momentum gets applied when the press is released after dragging.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDraggableCamera.cs#50" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "currentMomentum", + "comment": "Current momentum, exposed just in case it's needed.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDraggableCamera.cs#65" + } + ], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [{ "name": "immediate", "typeName": "bool" }], + "isStatic": false, + "name": "ConstrainToBounds", + "comment": "Constrain the current camera's position to be within the viewable area's bounds.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDraggableCamera.cs#108" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "isPressed", "typeName": "bool" }], + "isStatic": false, + "name": "Press", + "comment": "Calculate the bounds of all widgets under this game object.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDraggableCamera.cs#136" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "delta", "typeName": "UnityEngine.Vector2" }], + "isStatic": false, + "name": "Drag", + "comment": "Drag event receiver.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDraggableCamera.cs#168" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "delta", "typeName": "float" }], + "isStatic": false, + "name": "Scroll", + "comment": "If the object should support the scroll wheel, do it.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDraggableCamera.cs#198" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDraggableCamera.cs#14" + } + ], + "name": "UIDraggableCamera", + "comment": "Works together with UIDragCamera script, allowing you to drag a secondary camera while keeping it constrained to a certain area.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDraggableCamera.cs#14" + }, + { + "namespace": "", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UIBasicSprite.FillDirection", + "name": "Horizontal", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIBasicSprite.cs#22" + }, + { + "typeName": "UIBasicSprite.FillDirection", + "name": "Vertical", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIBasicSprite.cs#23" + }, + { + "typeName": "UIBasicSprite.FillDirection", + "name": "Radial90", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIBasicSprite.cs#24" + }, + { + "typeName": "UIBasicSprite.FillDirection", + "name": "Radial180", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIBasicSprite.cs#25" + }, + { + "typeName": "UIBasicSprite.FillDirection", + "name": "Radial360", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIBasicSprite.cs#26" + } + ], + "methods": [ + { + "returnTypeName": "UIBasicSprite.FillDirection", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIBasicSprite.cs#20" + } + ], + "name": "FillDirection", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIBasicSprite.cs#20" + }, + { + "namespace": "", + "baseClass": "UnityEngine.MonoBehaviour", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.AudioClip", + "name": "audioClip", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPlaySound.cs#27" + }, + { + "typeName": "UIPlaySound.Trigger", + "name": "trigger", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPlaySound.cs#28" + }, + { + "typeName": "float", + "name": "volume", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPlaySound.cs#30" + }, + { + "typeName": "float", + "name": "pitch", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPlaySound.cs#31" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Play", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPlaySound.cs#93" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPlaySound.cs#13" + } + ], + "name": "UIPlaySound", + "comment": "Plays the specified sound.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPlaySound.cs#13" + }, + { + "namespace": "", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UIBasicSprite.AdvancedType", + "name": "Invisible", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIBasicSprite.cs#31" + }, + { + "typeName": "UIBasicSprite.AdvancedType", + "name": "Sliced", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIBasicSprite.cs#32" + }, + { + "typeName": "UIBasicSprite.AdvancedType", + "name": "Tiled", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIBasicSprite.cs#33" + } + ], + "methods": [ + { + "returnTypeName": "UIBasicSprite.AdvancedType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIBasicSprite.cs#29" + } + ], + "name": "AdvancedType", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIBasicSprite.cs#29" + }, + { + "namespace": "", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UIBasicSprite.Flip", + "name": "Nothing", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIBasicSprite.cs#38" + }, + { + "typeName": "UIBasicSprite.Flip", + "name": "Horizontally", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIBasicSprite.cs#39" + }, + { + "typeName": "UIBasicSprite.Flip", + "name": "Vertically", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIBasicSprite.cs#40" + }, + { + "typeName": "UIBasicSprite.Flip", + "name": "Both", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIBasicSprite.cs#41" + } + ], + "methods": [ + { + "returnTypeName": "UIBasicSprite.Flip", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIBasicSprite.cs#36" + } + ], + "name": "Flip", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIBasicSprite.cs#36" + }, + { + "namespace": "", + "baseClass": "UITweener", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Vector3", + "name": "from", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenRotation.cs#15" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "to", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenRotation.cs#16" + }, + { + "typeName": "bool", + "name": "quaternionLerp", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenRotation.cs#17" + }, + { + "typeName": "UnityEngine.Transform", + "name": "cachedTransform", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenRotation.cs#21" + }, + { + "typeName": "UnityEngine.Quaternion", + "name": "rotation", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenRotation.cs#24" + }, + { + "typeName": "UnityEngine.Quaternion", + "name": "value", + "comment": "Tween's current value.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenRotation.cs#30" + } + ], + "methods": [ + { + "returnTypeName": "TweenRotation", + "params": [ + { "name": "go", "typeName": "UnityEngine.GameObject" }, + { "name": "duration", "typeName": "float" }, + { "name": "rot", "typeName": "UnityEngine.Quaternion" } + ], + "isStatic": true, + "name": "Begin", + "comment": "Start the tweening operation.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenRotation.cs#49" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "SetStartToCurrentValue", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenRotation.cs#64" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "SetEndToCurrentValue", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenRotation.cs#67" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenRotation.cs#13" + } + ], + "name": "TweenRotation", + "comment": "Tween the object's rotation.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/TweenRotation.cs#13" + }, + { + "namespace": "", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "renderer", "typeName": "UnityEngine.Renderer" }, + { "name": "materialIndex", "typeName": "int" } + ], + "isStatic": true, + "name": "ClearPropertyBlock", + "comment": "清除材质块\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/VxFramework/Utils/MaterialPropertyBlockTool.cs#25" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "renderer", "typeName": "UnityEngine.Renderer" }, + { "name": "materialIndex", "typeName": "int" } + ], + "isStatic": true, + "name": "StartEdit", + "comment": "批量修改属性块,开始于StartEdit,然后修改属性调用无Renderer参数版方法,最后调用StopEdit停止属性块编辑并提交\n\n```plaintext\nParams: materialIndex - 如果materialIndex为负数,表示这个属性块是存储在renderer上的,非负数并且小于材质的数量,表示存储在对应的material上。 \n renderer的材质块作用于全部材质,但是material的属性块会覆盖renderer上的\n \n```\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/VxFramework/Utils/MaterialPropertyBlockTool.cs#39" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "StopEdit", + "comment": "批量修改属性块,开始于StartEdit,然后修改属性调用无Renderer参数版方法,最后调用StopEdit停止属性块编辑并提交\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/VxFramework/Utils/MaterialPropertyBlockTool.cs#49" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "propertyId", "typeName": "int" }, + { "name": "tex", "typeName": "UnityEngine.Texture" } + ], + "isStatic": true, + "name": "SetTexture", + "comment": "设置纹理。StartEdit/StopEdit之间调用\n\n```plaintext\nParams: propertyId - Shader.PropertyToID\n \n```\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/VxFramework/Utils/MaterialPropertyBlockTool.cs#63" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "propertyId", "typeName": "int" }, + { "name": "val", "typeName": "int" } + ], + "isStatic": true, + "name": "SetInt", + "comment": "设置整数。StartEdit/StopEdit之间调用\n\n```plaintext\nParams: propertyId - Shader.PropertyToID\n \n```\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/VxFramework/Utils/MaterialPropertyBlockTool.cs#73" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "propertyId", "typeName": "int" }, + { "name": "val", "typeName": "float" } + ], + "isStatic": true, + "name": "SetFloat", + "comment": "设置浮点数。StartEdit/StopEdit之间调用\n\n```plaintext\nParams: propertyId - Shader.PropertyToID\n \n```\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/VxFramework/Utils/MaterialPropertyBlockTool.cs#83" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "propertyId", "typeName": "int" }, + { "name": "color", "typeName": "UnityEngine.Color" } + ], + "isStatic": true, + "name": "SetColor", + "comment": "设置颜色。StartEdit/StopEdit之间调用\n\n```plaintext\nParams: propertyId - Shader.PropertyToID\n \n```\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/VxFramework/Utils/MaterialPropertyBlockTool.cs#94" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "propertyId", "typeName": "int" }, + { "name": "vec4", "typeName": "UnityEngine.Vector4" } + ], + "isStatic": true, + "name": "SetVector", + "comment": "设置向量。StartEdit/StopEdit之间调用\n\n```plaintext\nParams: propertyId - Shader.PropertyToID\n \n```\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/VxFramework/Utils/MaterialPropertyBlockTool.cs#104" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "propertyId", "typeName": "int" }, + { "name": "matrix", "typeName": "UnityEngine.Matrix4x4" } + ], + "isStatic": true, + "name": "SetMatrix", + "comment": "设置矩阵。StartEdit/StopEdit之间调用\n\n```plaintext\nParams: propertyId - Shader.PropertyToID\n \n```\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/VxFramework/Utils/MaterialPropertyBlockTool.cs#114" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "renderer", "typeName": "UnityEngine.Renderer" }, + { "name": "propertyId", "typeName": "int" }, + { "name": "tex", "typeName": "UnityEngine.Texture" }, + { "name": "materialIndex", "typeName": "int" } + ], + "isStatic": true, + "name": "SetTexture", + "comment": "设置纹理\n\n```plaintext\nParams: propertyId - Shader.PropertyToID\n \n```\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/VxFramework/Utils/MaterialPropertyBlockTool.cs#124" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "renderer", "typeName": "UnityEngine.Renderer" }, + { "name": "propertyId", "typeName": "int" }, + { "name": "val", "typeName": "int" }, + { "name": "materialIndex", "typeName": "int" } + ], + "isStatic": true, + "name": "SetInt", + "comment": "设置整数\n\n```plaintext\nParams: propertyId - Shader.PropertyToID\n \n```\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/VxFramework/Utils/MaterialPropertyBlockTool.cs#135" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "renderer", "typeName": "UnityEngine.Renderer" }, + { "name": "propertyId", "typeName": "int" }, + { "name": "val", "typeName": "float" }, + { "name": "materialIndex", "typeName": "int" } + ], + "isStatic": true, + "name": "SetFloat", + "comment": "设置浮点数\n\n```plaintext\nParams: propertyId - Shader.PropertyToID\n \n```\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/VxFramework/Utils/MaterialPropertyBlockTool.cs#146" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "renderer", "typeName": "UnityEngine.Renderer" }, + { "name": "propertyId", "typeName": "int" }, + { "name": "color", "typeName": "UnityEngine.Color" }, + { "name": "materialIndex", "typeName": "int" } + ], + "isStatic": true, + "name": "SetColor", + "comment": "设置颜色\n\n```plaintext\nParams: propertyId - Shader.PropertyToID\n \n```\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/VxFramework/Utils/MaterialPropertyBlockTool.cs#157" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "renderer", "typeName": "UnityEngine.Renderer" }, + { "name": "propertyId", "typeName": "int" }, + { "name": "vec4", "typeName": "UnityEngine.Vector4" }, + { "name": "materialIndex", "typeName": "int" } + ], + "isStatic": true, + "name": "SetVector", + "comment": "设置向量\n\n```plaintext\nParams: propertyId - Shader.PropertyToID\n \n```\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/VxFramework/Utils/MaterialPropertyBlockTool.cs#168" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "renderer", "typeName": "UnityEngine.Renderer" }, + { "name": "propertyId", "typeName": "int" }, + { "name": "matrix", "typeName": "UnityEngine.Matrix4x4" }, + { "name": "materialIndex", "typeName": "int" } + ], + "isStatic": true, + "name": "SetMatrix", + "comment": "设置矩阵\n\n```plaintext\nParams: propertyId - Shader.PropertyToID\n \n```\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/VxFramework/Utils/MaterialPropertyBlockTool.cs#179" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "renderer", "typeName": "UnityEngine.Renderer" }, + { "name": "materialIndex", "typeName": "int" } + ], + "isStatic": true, + "name": "GetPropertyBlock", + "comment": "获取某个属性值的时候,需要先调用GetPropertyBlock获取整个属性块的值,最后调用ClearCachedProperties清理掉缓存的属性\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/VxFramework/Utils/MaterialPropertyBlockTool.cs#189" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "ClearCachedProperties", + "comment": "清理缓存的材质属性\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/VxFramework/Utils/MaterialPropertyBlockTool.cs#201" + }, + { + "returnTypeName": "Texture", + "params": [{ "name": "propertyId", "typeName": "int" }], + "isStatic": true, + "name": "GetTexture", + "comment": "获取属性块中的纹理,注意不是材质的纹理。在GetPropertyBlock后执行\n\n```plaintext\nParams: propertyId - Shader.PropertyToID\n \n```\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/VxFramework/Utils/MaterialPropertyBlockTool.cs#210" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "propertyId", "typeName": "int" }], + "isStatic": true, + "name": "GetInt", + "comment": "获取属性块中的整数。在GetPropertyBlock后执行\n\n```plaintext\nParams: propertyId - Shader.PropertyToID\n \n```\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/VxFramework/Utils/MaterialPropertyBlockTool.cs#219" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "propertyId", "typeName": "int" }], + "isStatic": true, + "name": "GetFloat", + "comment": "获取属性块中的浮点数。在GetPropertyBlock后执行\n\n```plaintext\nParams: propertyId - Shader.PropertyToID\n \n```\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/VxFramework/Utils/MaterialPropertyBlockTool.cs#228" + }, + { + "returnTypeName": "Color", + "params": [{ "name": "propertyId", "typeName": "int" }], + "isStatic": true, + "name": "GetColor", + "comment": "获取属性块中的颜色。在GetPropertyBlock后执行\n\n```plaintext\nParams: propertyId - Shader.PropertyToID\n \n```\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/VxFramework/Utils/MaterialPropertyBlockTool.cs#237" + }, + { + "returnTypeName": "Vector4", + "params": [{ "name": "propertyId", "typeName": "int" }], + "isStatic": true, + "name": "GetVector", + "comment": "获取属性块中的向量。在GetPropertyBlock后执行\n\n```plaintext\nParams: propertyId - Shader.PropertyToID\n \n```\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/VxFramework/Utils/MaterialPropertyBlockTool.cs#246" + }, + { + "returnTypeName": "Matrix4x4", + "params": [{ "name": "propertyId", "typeName": "int" }], + "isStatic": true, + "name": "GetMatrix", + "comment": "获取属性块中的矩阵。在GetPropertyBlock后执行\n\n```plaintext\nParams: propertyId - Shader.PropertyToID\n \n```\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/VxFramework/Utils/MaterialPropertyBlockTool.cs#255" + } + ], + "name": "MaterialPropertyBlockTool", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/VxFramework/Utils/MaterialPropertyBlockTool.cs#6" + }, + { + "namespace": "", + "baseClass": "UnityEngine.MonoBehaviour", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Vector2Int", + "name": "MapSize", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/BaseSystem/Scene/LevelDesign/MapGridCreater.cs#7" + }, + { + "typeName": "UnityEngine.GameObject", + "name": "Tile", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/BaseSystem/Scene/LevelDesign/MapGridCreater.cs#8" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Create", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/BaseSystem/Scene/LevelDesign/MapGridCreater.cs#10" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/BaseSystem/Scene/LevelDesign/MapGridCreater.cs#5" + } + ], + "name": "MapGridCreater", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/BaseSystem/Scene/LevelDesign/MapGridCreater.cs#5" + }, + { + "namespace": "", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UIPlaySound.Trigger", + "name": "OnClick", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPlaySound.cs#17" + }, + { + "typeName": "UIPlaySound.Trigger", + "name": "OnMouseOver", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPlaySound.cs#18" + }, + { + "typeName": "UIPlaySound.Trigger", + "name": "OnMouseOut", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPlaySound.cs#19" + }, + { + "typeName": "UIPlaySound.Trigger", + "name": "OnPress", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPlaySound.cs#20" + }, + { + "typeName": "UIPlaySound.Trigger", + "name": "OnRelease", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPlaySound.cs#21" + }, + { + "typeName": "UIPlaySound.Trigger", + "name": "Custom", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPlaySound.cs#22" + }, + { + "typeName": "UIPlaySound.Trigger", + "name": "OnEnable", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPlaySound.cs#23" + }, + { + "typeName": "UIPlaySound.Trigger", + "name": "OnDisable", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPlaySound.cs#24" + } + ], + "methods": [ + { + "returnTypeName": "UIPlaySound.Trigger", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPlaySound.cs#15" + } + ], + "name": "Trigger", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIPlaySound.cs#15" + }, + { + "namespace": "", + "baseClass": "UnityEngine.MonoBehaviour", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "float", + "name": "Border", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/BaseSystem/Scene/CameraLook.cs#7" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "LateUpdate", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/BaseSystem/Scene/CameraLook.cs#11" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/BaseSystem/Scene/CameraLook.cs#5" + } + ], + "name": "CameraLook", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/BaseSystem/Scene/CameraLook.cs#5" + }, + { + "namespace": "", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "gameStateManager", + "typeName": "GameState.GameStateManager" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/GameFSM.cs#8" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "CommandUpdate", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/GameFSM.cs#13" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Update", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/GameFSM.cs#18" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "LateUpdate", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/GameFSM.cs#23" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "FixedUpdate", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/GameFSM.cs#28" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "type", "typeName": "GameState.GameStateType" }], + "isStatic": false, + "name": "ChangeState", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/GameFSM.cs#33" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "gameStateEventType", + "typeName": "GameState.GameStateEventType" + }, + { "name": "args", "typeName": "object[]" } + ], + "isStatic": false, + "name": "OnGameEvent", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/GameFSM.cs#47" + } + ], + "name": "GameFSM", + "comment": "客户端大状态机\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/GameFSM.cs#6" + }, + { + "namespace": "", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIEventListener.cs#16" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "go", "typeName": "UnityEngine.GameObject" }], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIEventListener.cs#16" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "go", "typeName": "UnityEngine.GameObject" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIEventListener.cs#16" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIEventListener.cs#16" + } + ], + "name": "VoidDelegate", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIEventListener.cs#16" + }, + { + "namespace": "", + "baseClass": "UIWidgetContainer", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UIGrid.Arrangement", + "name": "arrangement", + "comment": "Type of arrangement -- vertical, horizontal or cell snap.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIGrid.cs#39" + }, + { + "typeName": "UIGrid.Sorting", + "name": "sorting", + "comment": "How to sort the grid's elements.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIGrid.cs#45" + }, + { + "typeName": "bool", + "name": "inverted", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIGrid.cs#48" + }, + { + "typeName": "UIWidget.Pivot", + "name": "pivot", + "comment": "Final pivot point for the grid's content.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIGrid.cs#54" + }, + { + "typeName": "int", + "name": "maxPerLine", + "comment": "Maximum children per line. \n If the arrangement is horizontal, this denotes the number of columns. \n If the arrangement is vertical, this stands for the number of rows.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIGrid.cs#62" + }, + { + "typeName": "float", + "name": "cellWidth", + "comment": "The width of each of the cells.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIGrid.cs#68" + }, + { + "typeName": "float", + "name": "cellHeight", + "comment": "The height of each of the cells.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIGrid.cs#74" + }, + { + "typeName": "bool", + "name": "animateSmoothly", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIGrid.cs#77" + }, + { + "typeName": "bool", + "name": "animateFadeIn", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIGrid.cs#80" + }, + { + "typeName": "bool", + "name": "hideInactive", + "comment": "Whether to ignore the disabled children or to treat them as being present.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIGrid.cs#86" + }, + { + "typeName": "bool", + "name": "keepWithinPanel", + "comment": "Whether the parent container will be notified of the grid's changes.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIGrid.cs#92" + }, + { + "typeName": "UIGrid.OnReposition", + "name": "onReposition", + "comment": "Callback triggered when the grid repositions its contents.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIGrid.cs#98" + }, + { + "typeName": "System.Comparison", + "name": "onCustomSort", + "comment": "Custom sort delegate, used when the sorting method is set to 'custom'.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIGrid.cs#104" + }, + { + "typeName": "bool", + "name": "repositionNow", + "comment": "Reposition the children on the next Update().\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIGrid.cs#117" + } + ], + "methods": [ + { + "returnTypeName": "List", + "params": [], + "isStatic": false, + "name": "GetChildList", + "comment": "Get the current list of the grid's children.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIGrid.cs#123" + }, + { + "returnTypeName": "Transform", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "GetChild", + "comment": "Convenience method: get the child at the specified index. \n Note that if you plan on calling this function more than once, it's faster to get the entire list using GetChildList() instead.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIGrid.cs#155" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "trans", "typeName": "UnityEngine.Transform" }], + "isStatic": false, + "name": "GetIndex", + "comment": "Get the index of the specified item.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIGrid.cs#165" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "trans", "typeName": "UnityEngine.Transform" }], + "isStatic": false, + "name": "AddChild", + "comment": "Convenience method -- add a new child.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIGrid.cs#172" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "trans", "typeName": "UnityEngine.Transform" }, + { "name": "sort", "typeName": "bool" } + ], + "isStatic": false, + "name": "AddChild", + "comment": "Convenience method -- add a new child. \n Note that if you plan on adding multiple objects, it's faster to GetChildList() and modify that instead.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIGrid.cs#187" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "t", "typeName": "UnityEngine.Transform" }], + "isStatic": false, + "name": "RemoveChild", + "comment": "Remove the specified child from the list. \n Note that if you plan on removing multiple objects, it's faster to GetChildList() and modify that instead.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIGrid.cs#239" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "a", "typeName": "UnityEngine.Transform" }, + { "name": "b", "typeName": "UnityEngine.Transform" } + ], + "isStatic": true, + "name": "SortByName", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIGrid.cs#292" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "a", "typeName": "UnityEngine.Transform" }, + { "name": "b", "typeName": "UnityEngine.Transform" } + ], + "isStatic": true, + "name": "SortByNameInv", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIGrid.cs#293" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "a", "typeName": "UnityEngine.Transform" }, + { "name": "b", "typeName": "UnityEngine.Transform" } + ], + "isStatic": true, + "name": "SortHorizontal", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIGrid.cs#294" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "a", "typeName": "UnityEngine.Transform" }, + { "name": "b", "typeName": "UnityEngine.Transform" } + ], + "isStatic": true, + "name": "SortHorizontalInv", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIGrid.cs#295" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "a", "typeName": "UnityEngine.Transform" }, + { "name": "b", "typeName": "UnityEngine.Transform" } + ], + "isStatic": true, + "name": "SortVertical", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIGrid.cs#296" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "a", "typeName": "UnityEngine.Transform" }, + { "name": "b", "typeName": "UnityEngine.Transform" } + ], + "isStatic": true, + "name": "SortVerticalInv", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIGrid.cs#297" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Reposition", + "comment": "Recalculate the position of all elements within the grid, sorting them alphabetically if necessary.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIGrid.cs#310" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ConstrainWithinPanel", + "comment": "Constrain the grid's content to be within the panel's bounds.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIGrid.cs#341" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIGrid.cs#15" + } + ], + "name": "UIGrid", + "comment": "All children added to the game object with this script will be repositioned to be on a grid of specified dimensions. \n If you want the cells to automatically set their scale based on the dimensions of their content, take a look at UITable.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIGrid.cs#15" + }, + { + "namespace": "", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIEventListener.cs#17" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "go", "typeName": "UnityEngine.GameObject" }, + { "name": "state", "typeName": "bool" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIEventListener.cs#17" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "go", "typeName": "UnityEngine.GameObject" }, + { "name": "state", "typeName": "bool" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIEventListener.cs#17" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIEventListener.cs#17" + } + ], + "name": "BoolDelegate", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIEventListener.cs#17" + }, + { + "namespace": "", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UIKeyBinding.Action", + "name": "PressAndClick", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIKeyBinding.cs#24" + }, + { + "typeName": "UIKeyBinding.Action", + "name": "Select", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIKeyBinding.cs#25" + }, + { + "typeName": "UIKeyBinding.Action", + "name": "All", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIKeyBinding.cs#26" + } + ], + "methods": [ + { + "returnTypeName": "UIKeyBinding.Action", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIKeyBinding.cs#22" + } + ], + "name": "Action", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIKeyBinding.cs#22" + }, + { + "namespace": "", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIEventListener.cs#18" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "go", "typeName": "UnityEngine.GameObject" }, + { "name": "delta", "typeName": "float" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIEventListener.cs#18" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "go", "typeName": "UnityEngine.GameObject" }, + { "name": "delta", "typeName": "float" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIEventListener.cs#18" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIEventListener.cs#18" + } + ], + "name": "FloatDelegate", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIEventListener.cs#18" + }, + { + "namespace": "", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UIKeyBinding.Modifier", + "name": "Any", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIKeyBinding.cs#31" + }, + { + "typeName": "UIKeyBinding.Modifier", + "name": "Shift", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIKeyBinding.cs#32" + }, + { + "typeName": "UIKeyBinding.Modifier", + "name": "Ctrl", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIKeyBinding.cs#33" + }, + { + "typeName": "UIKeyBinding.Modifier", + "name": "Alt", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIKeyBinding.cs#34" + }, + { + "typeName": "UIKeyBinding.Modifier", + "name": "None", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIKeyBinding.cs#35" + } + ], + "methods": [ + { + "returnTypeName": "UIKeyBinding.Modifier", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIKeyBinding.cs#29" + } + ], + "name": "Modifier", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIKeyBinding.cs#29" + }, + { + "namespace": "", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIEventListener.cs#19" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "go", "typeName": "UnityEngine.GameObject" }, + { "name": "delta", "typeName": "UnityEngine.Vector2" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIEventListener.cs#19" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "go", "typeName": "UnityEngine.GameObject" }, + { "name": "delta", "typeName": "UnityEngine.Vector2" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIEventListener.cs#19" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIEventListener.cs#19" + } + ], + "name": "VectorDelegate", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIEventListener.cs#19" + }, + { + "namespace": "", + "baseClass": "UnityEngine.MonoBehaviour", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "TypewriterEffect", + "name": "current", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/TypewriterEffect.cs#18" + }, + { + "typeName": "int", + "name": "charsPerSecond", + "comment": "How many characters will be printed per second.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/TypewriterEffect.cs#31" + }, + { + "typeName": "float", + "name": "fadeInTime", + "comment": "How long it takes for each character to fade in.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/TypewriterEffect.cs#37" + }, + { + "typeName": "float", + "name": "delayOnPeriod", + "comment": "How long to pause when a period is encountered (in seconds).\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/TypewriterEffect.cs#43" + }, + { + "typeName": "float", + "name": "delayOnNewLine", + "comment": "How long to pause when a new line character is encountered (in seconds).\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/TypewriterEffect.cs#49" + }, + { + "typeName": "UIScrollView", + "name": "scrollView", + "comment": "If a scroll view is specified, its UpdatePosition() function will be called every time the text is updated.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/TypewriterEffect.cs#55" + }, + { + "typeName": "bool", + "name": "keepFullDimensions", + "comment": "If set to 'true', the label's dimensions will be that of a fully faded-in content.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/TypewriterEffect.cs#61" + }, + { + "typeName": "System.Collections.Generic.List", + "name": "onFinished", + "comment": "Event delegate triggered when the typewriter effect finishes.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/TypewriterEffect.cs#67" + }, + { + "typeName": "bool", + "name": "isActive", + "comment": "Whether the typewriter effect is currently active or not.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/TypewriterEffect.cs#82" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ResetToBeginning", + "comment": "Reset the typewriter effect to the beginning of the label.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/TypewriterEffect.cs#88" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Finish", + "comment": "Finish the typewriter operation and show all the text right away.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/TypewriterEffect.cs#102" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/TypewriterEffect.cs#16" + } + ], + "name": "TypewriterEffect", + "comment": "This script is able to fill in the label's text gradually, giving the effect of someone typing or fading in the content over time.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/TypewriterEffect.cs#16" + }, + { + "namespace": "", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIEventListener.cs#20" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "go", "typeName": "UnityEngine.GameObject" }, + { "name": "obj", "typeName": "UnityEngine.GameObject" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIEventListener.cs#20" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "go", "typeName": "UnityEngine.GameObject" }, + { "name": "obj", "typeName": "UnityEngine.GameObject" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIEventListener.cs#20" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIEventListener.cs#20" + } + ], + "name": "ObjectDelegate", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIEventListener.cs#20" + }, + { + "namespace": "", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIEventListener.cs#21" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "go", "typeName": "UnityEngine.GameObject" }, + { "name": "key", "typeName": "UnityEngine.KeyCode" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIEventListener.cs#21" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "go", "typeName": "UnityEngine.GameObject" }, + { "name": "key", "typeName": "UnityEngine.KeyCode" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIEventListener.cs#21" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIEventListener.cs#21" + } + ], + "name": "KeyCodeDelegate", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIEventListener.cs#21" + }, + { + "namespace": "", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UITweener.Method", + "name": "Linear", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/UITweener.cs#24" + }, + { + "typeName": "UITweener.Method", + "name": "EaseIn", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/UITweener.cs#25" + }, + { + "typeName": "UITweener.Method", + "name": "EaseOut", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/UITweener.cs#26" + }, + { + "typeName": "UITweener.Method", + "name": "EaseInOut", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/UITweener.cs#27" + }, + { + "typeName": "UITweener.Method", + "name": "BounceIn", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/UITweener.cs#28" + }, + { + "typeName": "UITweener.Method", + "name": "BounceOut", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/UITweener.cs#29" + } + ], + "methods": [ + { + "returnTypeName": "UITweener.Method", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/UITweener.cs#22" + } + ], + "name": "Method", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/UITweener.cs#22" + }, + { + "namespace": "", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UITweener.Style", + "name": "Once", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/UITweener.cs#34" + }, + { + "typeName": "UITweener.Style", + "name": "Loop", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/UITweener.cs#35" + }, + { + "typeName": "UITweener.Style", + "name": "PingPong", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/UITweener.cs#36" + } + ], + "methods": [ + { + "returnTypeName": "UITweener.Style", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/UITweener.cs#32" + } + ], + "name": "Style", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/UITweener.cs#32" + }, + { + "namespace": "", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UITweener.DelayAffects", + "name": "Forward", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/UITweener.cs#76" + }, + { + "typeName": "UITweener.DelayAffects", + "name": "Reverse", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/UITweener.cs#77" + }, + { + "typeName": "UITweener.DelayAffects", + "name": "Both", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/UITweener.cs#78" + } + ], + "methods": [ + { + "returnTypeName": "UITweener.DelayAffects", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/UITweener.cs#74" + } + ], + "name": "DelayAffects", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Tweening/UITweener.cs#74" + }, + { + "namespace": "", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Collections.Generic.List", + "name": "verts", + "comment": "Widget's vertices (before they get transformed).\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIGeometry.cs#26" + }, + { + "typeName": "System.Collections.Generic.List", + "name": "uvs", + "comment": "Widget's texture coordinates for the geometry's vertices.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIGeometry.cs#32" + }, + { + "typeName": "System.Collections.Generic.List", + "name": "cols", + "comment": "Array of colors for the geometry's vertices.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIGeometry.cs#38" + }, + { + "typeName": "UIGeometry.OnCustomWrite", + "name": "onCustomWrite", + "comment": "Custom delegate called after WriteToBuffers finishes filling in the geometry. \n Use it to apply any and all modifications to vertices that you need.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIGeometry.cs#45" + }, + { + "typeName": "bool", + "name": "hasVertices", + "comment": "Whether the geometry contains usable vertices.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIGeometry.cs#57" + }, + { + "typeName": "bool", + "name": "hasTransformed", + "comment": "Whether the geometry has usable transformed vertex data.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIGeometry.cs#63" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Clear", + "comment": "Step 1: Prepare to fill the buffers -- make them clean and valid.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIGeometry.cs#69" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "widgetToPanel", "typeName": "UnityEngine.Matrix4x4" }, + { "name": "generateNormals", "typeName": "bool" } + ], + "isStatic": false, + "name": "ApplyTransform", + "comment": "Step 2: Transform the vertices by the provided matrix.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIGeometry.cs#81" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "v", + "typeName": "System.Collections.Generic.List" + }, + { + "name": "u", + "typeName": "System.Collections.Generic.List" + }, + { + "name": "c", + "typeName": "System.Collections.Generic.List" + }, + { + "name": "n", + "typeName": "System.Collections.Generic.List" + }, + { + "name": "t", + "typeName": "System.Collections.Generic.List" + }, + { + "name": "u2", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "WriteToBuffers", + "comment": "Step 3: Fill the specified buffer using the transformed values.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIGeometry.cs#103" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIGeometry.cs#20" + } + ], + "name": "UIGeometry", + "comment": "Generated geometry class. All widgets have one. \n This class separates the geometry creation into several steps, making it possible to perform \n actions selectively depending on what has changed. For example, the widget doesn't need to be \n rebuilt unless something actually changes, so its geometry can be cached. Likewise, the widget's \n transformed coordinates only change if the widget's transform moves relative to the panel, \n so that can be cached as well. In the end, using this class means using more memory, but at \n the same time it allows for significant performance gains, especially when using widgets that \n spit out a lot of vertices, such as UILabels.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIGeometry.cs#20" + }, + { + "namespace": "", + "baseClass": "UnityEngine.MonoBehaviour", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "debugRaycast", + "comment": "Set by UICamera. Can be used to show/hide raycast information.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIDebug.cs#24" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "CreateInstance", + "comment": "Ensure we have an instance present.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIDebug.cs#42" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "objs", "typeName": "object[]" }], + "isStatic": true, + "name": "Log", + "comment": "Add a new log entry, printing all of the specified parameters.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIDebug.cs#71" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "s", "typeName": "string" }], + "isStatic": true, + "name": "Log", + "comment": "Add a new log entry.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIDebug.cs#93" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "Clear", + "comment": "Clear the logged text.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIDebug.cs#106" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "b", "typeName": "UnityEngine.Bounds" }], + "isStatic": true, + "name": "DrawBounds", + "comment": "Draw bounds immediately. Won't be remembered for the next frame.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIDebug.cs#112" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIDebug.cs#14" + } + ], + "name": "NGUIDebug", + "comment": "This class is meant to be used only internally. It's like Debug.Log, but prints using OnGUI to screen instead.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/NGUIDebug.cs#14" + }, + { + "namespace": "", + "baseClass": "UnityEngine.MonoBehaviour", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIOrthoCamera.cs#18" + } + ], + "name": "UIOrthoCamera", + "comment": "Convenience script that resizes the camera's orthographic size to match the screen size. \n This script can be used to create pixel-perfect UI, however it's usually more convenient \n to create the UI that stays proportional as the screen scales. If that is what you \n want, you don't need this script (or at least don't need it to be active).\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UIOrthoCamera.cs#18" + }, + { + "namespace": "", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIGeometry.cs#46" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "v", + "typeName": "System.Collections.Generic.List" + }, + { + "name": "u", + "typeName": "System.Collections.Generic.List" + }, + { + "name": "c", + "typeName": "System.Collections.Generic.List" + }, + { + "name": "n", + "typeName": "System.Collections.Generic.List" + }, + { + "name": "t", + "typeName": "System.Collections.Generic.List" + }, + { + "name": "u2", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIGeometry.cs#46" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { + "name": "v", + "typeName": "System.Collections.Generic.List" + }, + { + "name": "u", + "typeName": "System.Collections.Generic.List" + }, + { + "name": "c", + "typeName": "System.Collections.Generic.List" + }, + { + "name": "n", + "typeName": "System.Collections.Generic.List" + }, + { + "name": "t", + "typeName": "System.Collections.Generic.List" + }, + { + "name": "u2", + "typeName": "System.Collections.Generic.List" + }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIGeometry.cs#46" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIGeometry.cs#46" + } + ], + "name": "OnCustomWrite", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIGeometry.cs#46" + }, + { + "namespace": "", + "baseClass": "UnityEngine.MonoBehaviour", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "SpringPanel", + "name": "current", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/SpringPanel.cs#16" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "target", + "comment": "Target position to spring the panel to.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/SpringPanel.cs#22" + }, + { + "typeName": "float", + "name": "strength", + "comment": "Strength of the spring. The higher the value, the faster the movement.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/SpringPanel.cs#28" + }, + { + "typeName": "SpringPanel.OnFinished", + "name": "onFinished", + "comment": "Delegate function to call when the operation finishes.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/SpringPanel.cs#36" + } + ], + "methods": [ + { + "returnTypeName": "SpringPanel", + "params": [ + { "name": "go", "typeName": "UnityEngine.GameObject" }, + { "name": "pos", "typeName": "UnityEngine.Vector3" }, + { "name": "strength", "typeName": "float" } + ], + "isStatic": true, + "name": "Begin", + "comment": "Start the tweening process.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/SpringPanel.cs#111" + }, + { + "returnTypeName": "SpringPanel", + "params": [{ "name": "go", "typeName": "UnityEngine.GameObject" }], + "isStatic": true, + "name": "Stop", + "comment": "Stop the tweening process.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/SpringPanel.cs#126" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/SpringPanel.cs#14" + } + ], + "name": "SpringPanel", + "comment": "Similar to SpringPosition, but also moves the panel's clipping. Works in local coordinates.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/SpringPanel.cs#14" + }, + { + "namespace": "", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIGrid.cs#17" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIGrid.cs#17" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIGrid.cs#17" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIGrid.cs#17" + } + ], + "name": "OnReposition", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIGrid.cs#17" + }, + { + "namespace": "", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UIGrid.Arrangement", + "name": "Horizontal", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIGrid.cs#21" + }, + { + "typeName": "UIGrid.Arrangement", + "name": "Vertical", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIGrid.cs#22" + }, + { + "typeName": "UIGrid.Arrangement", + "name": "CellSnap", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIGrid.cs#23" + } + ], + "methods": [ + { + "returnTypeName": "UIGrid.Arrangement", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIGrid.cs#19" + } + ], + "name": "Arrangement", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIGrid.cs#19" + }, + { + "namespace": "", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UIGrid.Sorting", + "name": "None", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIGrid.cs#28" + }, + { + "typeName": "UIGrid.Sorting", + "name": "Alphabetic", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIGrid.cs#29" + }, + { + "typeName": "UIGrid.Sorting", + "name": "Horizontal", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIGrid.cs#30" + }, + { + "typeName": "UIGrid.Sorting", + "name": "Vertical", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIGrid.cs#31" + }, + { + "typeName": "UIGrid.Sorting", + "name": "Custom", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIGrid.cs#32" + } + ], + "methods": [ + { + "returnTypeName": "UIGrid.Sorting", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIGrid.cs#26" + } + ], + "name": "Sorting", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIGrid.cs#26" + }, + { + "namespace": "", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/SpringPanel.cs#30" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/SpringPanel.cs#30" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/SpringPanel.cs#30" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/SpringPanel.cs#30" + } + ], + "name": "OnFinished", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/SpringPanel.cs#30" + }, + { + "namespace": "", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UltimateJoystick.ScalingAxis", + "name": "Width", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#30" + }, + { + "typeName": "UltimateJoystick.ScalingAxis", + "name": "Height", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#31" + } + ], + "methods": [ + { + "returnTypeName": "UltimateJoystick.ScalingAxis", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#28" + } + ], + "name": "ScalingAxis", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#28" + }, + { + "namespace": "", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UltimateJoystick.Anchor", + "name": "Left", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#38" + }, + { + "typeName": "UltimateJoystick.Anchor", + "name": "Right", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#39" + } + ], + "methods": [ + { + "returnTypeName": "UltimateJoystick.Anchor", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#36" + } + ], + "name": "Anchor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#36" + }, + { + "namespace": "", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UltimateJoystick.Axis", + "name": "Both", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#58" + }, + { + "typeName": "UltimateJoystick.Axis", + "name": "X", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#59" + }, + { + "typeName": "UltimateJoystick.Axis", + "name": "Y", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#60" + } + ], + "methods": [ + { + "returnTypeName": "UltimateJoystick.Axis", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#56" + } + ], + "name": "Axis", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#56" + }, + { + "namespace": "", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UltimateJoystick.Boundary", + "name": "Circular", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#67" + }, + { + "typeName": "UltimateJoystick.Boundary", + "name": "Square", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#68" + } + ], + "methods": [ + { + "returnTypeName": "UltimateJoystick.Boundary", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#65" + } + ], + "name": "Boundary", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#65" + }, + { + "namespace": "", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UltimateJoystick.TapCountOption", + "name": "NoCount", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#76" + }, + { + "typeName": "UltimateJoystick.TapCountOption", + "name": "Accumulate", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#77" + }, + { + "typeName": "UltimateJoystick.TapCountOption", + "name": "TouchRelease", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#78" + } + ], + "methods": [ + { + "returnTypeName": "UltimateJoystick.TapCountOption", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#74" + } + ], + "name": "TapCountOption", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#74" + }, + { + "namespace": "", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UltimateJoystick.TensionType", + "name": "Directional", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#105" + }, + { + "typeName": "UltimateJoystick.TensionType", + "name": "Free", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#106" + } + ], + "methods": [ + { + "returnTypeName": "UltimateJoystick.TensionType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#103" + } + ], + "name": "TensionType", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#103" + }, + { + "namespace": "", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UIWidget.Pivot", + "name": "TopLeft", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#19" + }, + { + "typeName": "UIWidget.Pivot", + "name": "Top", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#20" + }, + { + "typeName": "UIWidget.Pivot", + "name": "TopRight", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#21" + }, + { + "typeName": "UIWidget.Pivot", + "name": "Left", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#22" + }, + { + "typeName": "UIWidget.Pivot", + "name": "Center", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#23" + }, + { + "typeName": "UIWidget.Pivot", + "name": "Right", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#24" + }, + { + "typeName": "UIWidget.Pivot", + "name": "BottomLeft", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#25" + }, + { + "typeName": "UIWidget.Pivot", + "name": "Bottom", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#26" + }, + { + "typeName": "UIWidget.Pivot", + "name": "BottomRight", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#27" + } + ], + "methods": [ + { + "returnTypeName": "UIWidget.Pivot", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#17" + } + ], + "name": "Pivot", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#17" + }, + { + "namespace": "", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UltimateJoystick.JoystickTouchSize", + "name": "Default", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#127" + }, + { + "typeName": "UltimateJoystick.JoystickTouchSize", + "name": "Medium", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#128" + }, + { + "typeName": "UltimateJoystick.JoystickTouchSize", + "name": "Large", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#129" + }, + { + "typeName": "UltimateJoystick.JoystickTouchSize", + "name": "Custom", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#130" + } + ], + "methods": [ + { + "returnTypeName": "UltimateJoystick.JoystickTouchSize", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#125" + } + ], + "name": "JoystickTouchSize", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/Ultimate Joystick/Scripts/UltimateJoystick.cs#125" + }, + { + "namespace": "", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#45" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#45" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#45" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#45" + } + ], + "name": "OnDimensionsChanged", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#45" + }, + { + "namespace": "", + "baseClass": "UnityEngine.MonoBehaviour", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UIWidget", + "name": "target", + "comment": "Widget that will be dragged.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDragResize.cs#19" + }, + { + "typeName": "UIWidget.Pivot", + "name": "pivot", + "comment": "Widget's pivot that will be dragged\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDragResize.cs#25" + }, + { + "typeName": "int", + "name": "minWidth", + "comment": "Minimum width the widget will be allowed to shrink to when resizing.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDragResize.cs#31" + }, + { + "typeName": "int", + "name": "minHeight", + "comment": "Minimum height the widget will be allowed to shrink to when resizing.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDragResize.cs#37" + }, + { + "typeName": "int", + "name": "maxWidth", + "comment": "Maximum width the widget will be allowed to expand to when resizing.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDragResize.cs#43" + }, + { + "typeName": "int", + "name": "maxHeight", + "comment": "Maximum height the widget will be allowed to expand to when resizing.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDragResize.cs#49" + }, + { + "typeName": "bool", + "name": "updateAnchors", + "comment": "If set to 'true', the target object's anchors will be refreshed after each dragging operation.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDragResize.cs#55" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDragResize.cs#13" + } + ], + "name": "UIDragResize", + "comment": "This script makes it possible to resize the specified widget by dragging on the object this script is attached to.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIDragResize.cs#13" + }, + { + "namespace": "", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#52" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "widget", "typeName": "UIWidget" }, + { "name": "bufferOffset", "typeName": "int" }, + { + "name": "verts", + "typeName": "System.Collections.Generic.List" + }, + { + "name": "uvs", + "typeName": "System.Collections.Generic.List" + }, + { + "name": "cols", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#52" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "widget", "typeName": "UIWidget" }, + { "name": "bufferOffset", "typeName": "int" }, + { + "name": "verts", + "typeName": "System.Collections.Generic.List" + }, + { + "name": "uvs", + "typeName": "System.Collections.Generic.List" + }, + { + "name": "cols", + "typeName": "System.Collections.Generic.List" + }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#52" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#52" + } + ], + "name": "OnPostFillCallback", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#52" + }, + { + "namespace": "", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UIWidget.AspectRatioSource", + "name": "Free", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#105" + }, + { + "typeName": "UIWidget.AspectRatioSource", + "name": "BasedOnWidth", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#106" + }, + { + "typeName": "UIWidget.AspectRatioSource", + "name": "BasedOnHeight", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#107" + } + ], + "methods": [ + { + "returnTypeName": "UIWidget.AspectRatioSource", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#103" + } + ], + "name": "AspectRatioSource", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#103" + }, + { + "namespace": "", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#122" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "worldPos", "typeName": "UnityEngine.Vector3" }], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#122" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "worldPos", "typeName": "UnityEngine.Vector3" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#122" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#122" + } + ], + "name": "HitCheck", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Internal/UIWidget.cs#122" + }, + { + "namespace": "", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UIScrollView.Movement", + "name": "Horizontal", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#22" + }, + { + "typeName": "UIScrollView.Movement", + "name": "Vertical", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#23" + }, + { + "typeName": "UIScrollView.Movement", + "name": "Unrestricted", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#24" + }, + { + "typeName": "UIScrollView.Movement", + "name": "Custom", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#25" + } + ], + "methods": [ + { + "returnTypeName": "UIScrollView.Movement", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#20" + } + ], + "name": "Movement", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#20" + }, + { + "namespace": "", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UIScrollView.DragEffect", + "name": "None", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#30" + }, + { + "typeName": "UIScrollView.DragEffect", + "name": "Momentum", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#31" + }, + { + "typeName": "UIScrollView.DragEffect", + "name": "MomentumAndSpring", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#32" + } + ], + "methods": [ + { + "returnTypeName": "UIScrollView.DragEffect", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#28" + } + ], + "name": "DragEffect", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#28" + }, + { + "namespace": "", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UIScrollView.ShowCondition", + "name": "Always", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#37" + }, + { + "typeName": "UIScrollView.ShowCondition", + "name": "OnlyIfNeeded", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#38" + }, + { + "typeName": "UIScrollView.ShowCondition", + "name": "WhenDragging", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#39" + } + ], + "methods": [ + { + "returnTypeName": "UIScrollView.ShowCondition", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#35" + } + ], + "name": "ShowCondition", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#35" + }, + { + "namespace": "", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#42" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#42" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#42" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#42" + } + ], + "name": "OnDragNotification", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIScrollView.cs#42" + }, + { + "namespace": "", + "baseClass": "UIWidgetContainer", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "BetterList", + "name": "list", + "comment": "List of all the active toggles currently in the scene.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIToggle.cs#22" + }, + { + "typeName": "UIToggle", + "name": "current", + "comment": "Current toggle that sent a state change notification.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIToggle.cs#28" + }, + { + "typeName": "int", + "name": "group", + "comment": "If set to anything other than '0', all active toggles in this group will behave as radio buttons.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIToggle.cs#34" + }, + { + "typeName": "UIWidget", + "name": "activeSprite", + "comment": "Sprite that's visible when the 'isActive' status is 'true'.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIToggle.cs#40" + }, + { + "typeName": "bool", + "name": "invertSpriteState", + "comment": "If 'true', when checked the sprite will be hidden when the toggle is checked instead of when it's not.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIToggle.cs#46" + }, + { + "typeName": "UnityEngine.Animation", + "name": "activeAnimation", + "comment": "Animation to play on the active sprite, if any.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIToggle.cs#52" + }, + { + "typeName": "UnityEngine.Animator", + "name": "animator", + "comment": "Animation to play on the active sprite, if any.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIToggle.cs#58" + }, + { + "typeName": "UITweener", + "name": "tween", + "comment": "Tween to use, if any.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIToggle.cs#64" + }, + { + "typeName": "bool", + "name": "startsActive", + "comment": "Whether the toggle starts checked.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIToggle.cs#70" + }, + { + "typeName": "bool", + "name": "instantTween", + "comment": "If checked, tween-based transition will be instant instead.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIToggle.cs#76" + }, + { + "typeName": "bool", + "name": "optionCanBeNone", + "comment": "Can the radio button option be 'none'?\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIToggle.cs#82" + }, + { + "typeName": "System.Collections.Generic.List", + "name": "onChange", + "comment": "Callbacks triggered when the toggle's state changes.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIToggle.cs#88" + }, + { + "typeName": "UIToggle.Validate", + "name": "validator", + "comment": "Want to validate the choice before committing the changes? Set this delegate.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIToggle.cs#96" + }, + { + "typeName": "bool", + "name": "value", + "comment": "Whether the toggle is checked.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIToggle.cs#117" + }, + { + "typeName": "bool", + "name": "isColliderEnabled", + "comment": "Whether the collider is enabled and the widget can be interacted with.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIToggle.cs#134" + }, + { + "typeName": "bool", + "name": "isChecked", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIToggle.cs#146" + } + ], + "methods": [ + { + "returnTypeName": "UIToggle", + "params": [{ "name": "group", "typeName": "int" }], + "isStatic": true, + "name": "GetActiveToggle", + "comment": "Return the first active toggle within the specified group.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIToggle.cs#152" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Start", + "comment": "Activate the initial state.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIToggle.cs#170" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "OnClick", + "comment": "Check or uncheck on click.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIToggle.cs#222" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "state", "typeName": "bool" }, + { "name": "notify", "typeName": "bool" } + ], + "isStatic": false, + "name": "Set", + "comment": "Fade out or fade in the active sprite and notify the OnChange event listener. \n If setting the initial value, call Start() first.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIToggle.cs#238" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIToggle.cs#16" + } + ], + "name": "UIToggle", + "comment": "Simple toggle functionality.\n\n", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIToggle.cs#16" + }, + { + "namespace": "", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteCollection.cs#498" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "obj", "typeName": "object" }, + { "name": "isPressed", "typeName": "bool" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteCollection.cs#498" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "obj", "typeName": "object" }, + { "name": "isPressed", "typeName": "bool" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteCollection.cs#498" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteCollection.cs#498" + } + ], + "name": "OnPressCB", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteCollection.cs#498" + }, + { + "namespace": "", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UITextList.Style", + "name": "Text", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UITextList.cs#24" + }, + { + "typeName": "UITextList.Style", + "name": "Chat", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UITextList.cs#25" + } + ], + "methods": [ + { + "returnTypeName": "UITextList.Style", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UITextList.cs#22" + } + ], + "name": "Style", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UITextList.cs#22" + }, + { + "namespace": "", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteCollection.cs#499" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteCollection.cs#499" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "obj", "typeName": "object" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteCollection.cs#499" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteCollection.cs#499" + } + ], + "name": "OnClickCB", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteCollection.cs#499" + }, + { + "namespace": "", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteCollection.cs#500" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "obj", "typeName": "object" }, + { "name": "delta", "typeName": "UnityEngine.Vector2" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteCollection.cs#500" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "obj", "typeName": "object" }, + { "name": "delta", "typeName": "UnityEngine.Vector2" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteCollection.cs#500" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteCollection.cs#500" + } + ], + "name": "OnDragCB", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteCollection.cs#500" + }, + { + "namespace": "", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteCollection.cs#501" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "obj", "typeName": "object" }, + { "name": "show", "typeName": "bool" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteCollection.cs#501" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "obj", "typeName": "object" }, + { "name": "show", "typeName": "bool" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteCollection.cs#501" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteCollection.cs#501" + } + ], + "name": "OnTooltipCB", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/UI/UISpriteCollection.cs#501" + }, + { + "namespace": "", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIToggle.cs#90" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "choice", "typeName": "bool" }], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIToggle.cs#90" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "choice", "typeName": "bool" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIToggle.cs#90" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIToggle.cs#90" + } + ], + "name": "Validate", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Script/Plugins/NGUI/Scripts/Interaction/UIToggle.cs#90" + }, + { + "namespace": "System.ComponentModel.Design.Serialization", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "SerializationStore", + "params": [], + "isStatic": false, + "name": "CreateStore", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "ICollection", + "params": [ + { + "name": "store", + "typeName": "System.ComponentModel.Design.Serialization.SerializationStore" + } + ], + "isStatic": false, + "name": "Deserialize", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "ICollection", + "params": [ + { + "name": "store", + "typeName": "System.ComponentModel.Design.Serialization.SerializationStore" + }, + { + "name": "container", + "typeName": "System.ComponentModel.IContainer" + } + ], + "isStatic": false, + "name": "Deserialize", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "store", + "typeName": "System.ComponentModel.Design.Serialization.SerializationStore" + }, + { + "name": "container", + "typeName": "System.ComponentModel.IContainer" + } + ], + "isStatic": false, + "name": "DeserializeTo", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "store", + "typeName": "System.ComponentModel.Design.Serialization.SerializationStore" + }, + { + "name": "container", + "typeName": "System.ComponentModel.IContainer" + }, + { "name": "validateRecycledTypes", "typeName": "bool" } + ], + "isStatic": false, + "name": "DeserializeTo", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "store", + "typeName": "System.ComponentModel.Design.Serialization.SerializationStore" + }, + { + "name": "container", + "typeName": "System.ComponentModel.IContainer" + }, + { "name": "validateRecycledTypes", "typeName": "bool" }, + { "name": "applyDefaults", "typeName": "bool" } + ], + "isStatic": false, + "name": "DeserializeTo", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "SerializationStore", + "params": [{ "name": "stream", "typeName": "System.IO.Stream" }], + "isStatic": false, + "name": "LoadStore", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "store", + "typeName": "System.ComponentModel.Design.Serialization.SerializationStore" + }, + { "name": "value", "typeName": "object" } + ], + "isStatic": false, + "name": "Serialize", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "store", + "typeName": "System.ComponentModel.Design.Serialization.SerializationStore" + }, + { "name": "value", "typeName": "object" } + ], + "isStatic": false, + "name": "SerializeAbsolute", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "store", + "typeName": "System.ComponentModel.Design.Serialization.SerializationStore" + }, + { "name": "owningObject", "typeName": "object" }, + { + "name": "member", + "typeName": "System.ComponentModel.MemberDescriptor" + } + ], + "isStatic": false, + "name": "SerializeMember", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "store", + "typeName": "System.ComponentModel.Design.Serialization.SerializationStore" + }, + { "name": "owningObject", "typeName": "object" }, + { + "name": "member", + "typeName": "System.ComponentModel.MemberDescriptor" + } + ], + "isStatic": false, + "name": "SerializeMemberAbsolute", + "comment": "", + "location": "System.dll" + } + ], + "name": "ComponentSerializationService", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel.Design.Serialization", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "object", + "name": "Current", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "object", + "name": "this[]", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "object", + "name": "this[]", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "context", "typeName": "object" }], + "isStatic": false, + "name": "Append", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Object", + "params": [], + "isStatic": false, + "name": "Pop", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "context", "typeName": "object" }], + "isStatic": false, + "name": "Push", + "comment": "", + "location": "System.dll" + } + ], + "name": "ContextStack", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel.Design.Serialization", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "string", + "name": "ProviderTypeName", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "providerTypeName", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "providerType", "typeName": "System.Type" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "DefaultSerializationProviderAttribute", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel.Design.Serialization", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "Loading", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "host", + "typeName": "System.ComponentModel.Design.Serialization.IDesignerLoaderHost" + } + ], + "isStatic": false, + "name": "BeginLoad", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Flush", + "comment": "", + "location": "System.dll" + } + ], + "name": "DesignerLoader", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel.Design.Serialization", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "string", + "name": "SerializerBaseTypeName", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "SerializerTypeName", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "object", + "name": "TypeId", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "serializerTypeName", "typeName": "string" }, + { "name": "baseSerializerTypeName", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "serializerTypeName", "typeName": "string" }, + { "name": "baseSerializerType", "typeName": "System.Type" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "serializerType", "typeName": "System.Type" }, + { "name": "baseSerializerType", "typeName": "System.Type" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "DesignerSerializerAttribute", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel.Design.Serialization", + "baseClass": "", + "attribute": "interface", + "interfaces": ["IDesignerHost", "IServiceContainer", "IServiceProvider"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "baseClassName", "typeName": "string" }, + { "name": "successful", "typeName": "bool" }, + { + "name": "errorCollection", + "typeName": "System.Collections.ICollection" + } + ], + "isStatic": false, + "name": "EndLoad", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Reload", + "comment": "", + "location": "System.dll" + } + ], + "name": "IDesignerLoaderHost", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel.Design.Serialization", + "baseClass": "", + "attribute": "interface", + "interfaces": [ + "IDesignerLoaderHost", + "IDesignerHost", + "IServiceContainer", + "IServiceProvider" + ], + "fields": [ + { + "typeName": "bool", + "name": "CanReloadWithErrors", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "IgnoreErrorsDuringReload", + "comment": "", + "location": "System.dll" + } + ], + "methods": [], + "name": "IDesignerLoaderHost2", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel.Design.Serialization", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "AddLoadDependency", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "successful", "typeName": "bool" }, + { + "name": "errorCollection", + "typeName": "System.Collections.ICollection" + } + ], + "isStatic": false, + "name": "DependentLoadComplete", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "Reload", + "comment": "", + "location": "System.dll" + } + ], + "name": "IDesignerLoaderService", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel.Design.Serialization", + "baseClass": "", + "attribute": "interface", + "interfaces": ["IServiceProvider"], + "fields": [ + { + "typeName": "System.ComponentModel.Design.Serialization.ContextStack", + "name": "Context", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.PropertyDescriptorCollection", + "name": "Properties", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.Design.Serialization.ResolveNameEventHandler", + "name": "ResolveName", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.EventHandler", + "name": "SerializationComplete", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.ComponentModel.Design.Serialization.ResolveNameEventHandler" + } + ], + "isStatic": false, + "name": "add_ResolveName", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.ComponentModel.Design.Serialization.ResolveNameEventHandler" + } + ], + "isStatic": false, + "name": "remove_ResolveName", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.EventHandler" }], + "isStatic": false, + "name": "add_SerializationComplete", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.EventHandler" }], + "isStatic": false, + "name": "remove_SerializationComplete", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "provider", + "typeName": "System.ComponentModel.Design.Serialization.IDesignerSerializationProvider" + } + ], + "isStatic": false, + "name": "AddSerializationProvider", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { + "name": "arguments", + "typeName": "System.Collections.ICollection" + }, + { "name": "name", "typeName": "string" }, + { "name": "addToContainer", "typeName": "bool" } + ], + "isStatic": false, + "name": "CreateInstance", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Object", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "GetInstance", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "GetName", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "objectType", "typeName": "System.Type" }, + { "name": "serializerType", "typeName": "System.Type" } + ], + "isStatic": false, + "name": "GetSerializer", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Type", + "params": [{ "name": "typeName", "typeName": "string" }], + "isStatic": false, + "name": "GetType", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "provider", + "typeName": "System.ComponentModel.Design.Serialization.IDesignerSerializationProvider" + } + ], + "isStatic": false, + "name": "RemoveSerializationProvider", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "errorInformation", "typeName": "object" }], + "isStatic": false, + "name": "ReportError", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "instance", "typeName": "object" }, + { "name": "name", "typeName": "string" } + ], + "isStatic": false, + "name": "SetName", + "comment": "", + "location": "System.dll" + } + ], + "name": "IDesignerSerializationManager", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel.Design.Serialization", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Object", + "params": [ + { + "name": "manager", + "typeName": "System.ComponentModel.Design.Serialization.IDesignerSerializationManager" + }, + { "name": "currentSerializer", "typeName": "object" }, + { "name": "objectType", "typeName": "System.Type" }, + { "name": "serializerType", "typeName": "System.Type" } + ], + "isStatic": false, + "name": "GetSerializer", + "comment": "", + "location": "System.dll" + } + ], + "name": "IDesignerSerializationProvider", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel.Design.Serialization", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "ICollection", + "params": [{ "name": "serializationData", "typeName": "object" }], + "isStatic": false, + "name": "Deserialize", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "objects", "typeName": "System.Collections.ICollection" } + ], + "isStatic": false, + "name": "Serialize", + "comment": "", + "location": "System.dll" + } + ], + "name": "IDesignerSerializationService", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel.Design.Serialization", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "String", + "params": [ + { + "name": "container", + "typeName": "System.ComponentModel.IContainer" + }, + { "name": "dataType", "typeName": "System.Type" } + ], + "isStatic": false, + "name": "CreateName", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "IsValidName", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "ValidateName", + "comment": "", + "location": "System.dll" + } + ], + "name": "INameCreationService", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel.Design.Serialization", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Collections.ICollection", + "name": "Arguments", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "IsComplete", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Reflection.MemberInfo", + "name": "MemberInfo", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "member", "typeName": "System.Reflection.MemberInfo" }, + { + "name": "arguments", + "typeName": "System.Collections.ICollection" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "member", "typeName": "System.Reflection.MemberInfo" }, + { + "name": "arguments", + "typeName": "System.Collections.ICollection" + }, + { "name": "isComplete", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Object", + "params": [], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "System.dll" + } + ], + "name": "InstanceDescriptor", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel.Design.Serialization", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.ComponentModel.Design.Serialization.MemberRelationship", + "name": "Empty", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "IsEmpty", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.MemberDescriptor", + "name": "Member", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "object", + "name": "Owner", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "owner", "typeName": "object" }, + { + "name": "member", + "typeName": "System.ComponentModel.MemberDescriptor" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "left", + "typeName": "System.ComponentModel.Design.Serialization.MemberRelationship" + }, + { + "name": "right", + "typeName": "System.ComponentModel.Design.Serialization.MemberRelationship" + } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "left", + "typeName": "System.ComponentModel.Design.Serialization.MemberRelationship" + }, + { + "name": "right", + "typeName": "System.ComponentModel.Design.Serialization.MemberRelationship" + } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "System.dll" + } + ], + "name": "MemberRelationship", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel.Design.Serialization", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.ComponentModel.Design.Serialization.MemberRelationship", + "name": "this[]", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.Design.Serialization.MemberRelationship", + "name": "this[]", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "source", + "typeName": "System.ComponentModel.Design.Serialization.MemberRelationship" + }, + { + "name": "relationship", + "typeName": "System.ComponentModel.Design.Serialization.MemberRelationship" + } + ], + "isStatic": false, + "name": "SupportsRelationship", + "comment": "", + "location": "System.dll" + } + ], + "name": "MemberRelationshipService", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel.Design.Serialization", + "baseClass": "System.EventArgs", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "object", + "name": "Value", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "ResolveNameEventArgs", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel.Design.Serialization", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "sender", "typeName": "object" }, + { + "name": "e", + "typeName": "System.ComponentModel.Design.Serialization.ResolveNameEventArgs" + } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "sender", "typeName": "object" }, + { + "name": "e", + "typeName": "System.ComponentModel.Design.Serialization.ResolveNameEventArgs" + }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "System.dll" + } + ], + "name": "ResolveNameEventHandler", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel.Design.Serialization", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "bool", + "name": "Reloadable", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "SerializerBaseTypeName", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "SerializerTypeName", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "object", + "name": "TypeId", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "serializerTypeName", "typeName": "string" }, + { "name": "baseSerializerTypeName", "typeName": "string" }, + { "name": "reloadable", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "serializerTypeName", "typeName": "string" }, + { "name": "baseSerializerType", "typeName": "System.Type" }, + { "name": "reloadable", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "serializerType", "typeName": "System.Type" }, + { "name": "baseSerializerType", "typeName": "System.Type" }, + { "name": "reloadable", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "RootDesignerSerializerAttribute", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel.Design.Serialization", + "baseClass": "object", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "System.Collections.ICollection", + "name": "Errors", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Close", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "stream", "typeName": "System.IO.Stream" }], + "isStatic": false, + "name": "Save", + "comment": "", + "location": "System.dll" + } + ], + "name": "SerializationStore", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel.Design", + "baseClass": "System.EventArgs", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.ComponentModel.Design.IDesignerHost", + "name": "NewDesigner", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.Design.IDesignerHost", + "name": "OldDesigner", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "oldDesigner", + "typeName": "System.ComponentModel.Design.IDesignerHost" + }, + { + "name": "newDesigner", + "typeName": "System.ComponentModel.Design.IDesignerHost" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "ActiveDesignerEventArgs", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel.Design", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "sender", "typeName": "object" }, + { + "name": "e", + "typeName": "System.ComponentModel.Design.ActiveDesignerEventArgs" + } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "sender", "typeName": "object" }, + { + "name": "e", + "typeName": "System.ComponentModel.Design.ActiveDesignerEventArgs" + }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "System.dll" + } + ], + "name": "ActiveDesignerEventHandler", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel.Design", + "baseClass": "System.Runtime.InteropServices.ExternalException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [ + { + "typeName": "System.ComponentModel.Design.CheckoutException", + "name": "Canceled", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "innerException", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "errorCode", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "CheckoutException", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel.Design", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Guid", + "name": "Guid", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "ID", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "menuGroup", "typeName": "System.Guid" }, + { "name": "commandID", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.dll" + } + ], + "name": "CommandID", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel.Design", + "baseClass": "System.EventArgs", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "object", + "name": "Component", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.MemberDescriptor", + "name": "Member", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "object", + "name": "NewValue", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "object", + "name": "OldValue", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "component", "typeName": "object" }, + { + "name": "member", + "typeName": "System.ComponentModel.MemberDescriptor" + }, + { "name": "oldValue", "typeName": "object" }, + { "name": "newValue", "typeName": "object" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "ComponentChangedEventArgs", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel.Design", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "sender", "typeName": "object" }, + { + "name": "e", + "typeName": "System.ComponentModel.Design.ComponentChangedEventArgs" + } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "sender", "typeName": "object" }, + { + "name": "e", + "typeName": "System.ComponentModel.Design.ComponentChangedEventArgs" + }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "System.dll" + } + ], + "name": "ComponentChangedEventHandler", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel.Design", + "baseClass": "System.EventArgs", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "object", + "name": "Component", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.MemberDescriptor", + "name": "Member", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "component", "typeName": "object" }, + { + "name": "member", + "typeName": "System.ComponentModel.MemberDescriptor" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "ComponentChangingEventArgs", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel.Design", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "sender", "typeName": "object" }, + { + "name": "e", + "typeName": "System.ComponentModel.Design.ComponentChangingEventArgs" + } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "sender", "typeName": "object" }, + { + "name": "e", + "typeName": "System.ComponentModel.Design.ComponentChangingEventArgs" + }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "System.dll" + } + ], + "name": "ComponentChangingEventHandler", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel.Design", + "baseClass": "System.EventArgs", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.ComponentModel.IComponent", + "name": "Component", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "component", + "typeName": "System.ComponentModel.IComponent" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "ComponentEventArgs", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel.Design", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "sender", "typeName": "object" }, + { + "name": "e", + "typeName": "System.ComponentModel.Design.ComponentEventArgs" + } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "sender", "typeName": "object" }, + { + "name": "e", + "typeName": "System.ComponentModel.Design.ComponentEventArgs" + }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "System.dll" + } + ], + "name": "ComponentEventHandler", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel.Design", + "baseClass": "System.EventArgs", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "object", + "name": "Component", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "NewName", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "OldName", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "component", "typeName": "object" }, + { "name": "oldName", "typeName": "string" }, + { "name": "newName", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "ComponentRenameEventArgs", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel.Design", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "sender", "typeName": "object" }, + { + "name": "e", + "typeName": "System.ComponentModel.Design.ComponentRenameEventArgs" + } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "sender", "typeName": "object" }, + { + "name": "e", + "typeName": "System.ComponentModel.Design.ComponentRenameEventArgs" + }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "System.dll" + } + ], + "name": "ComponentRenameEventHandler", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel.Design", + "baseClass": "object", + "attribute": "", + "interfaces": ["ICollection", "IEnumerable"], + "fields": [ + { + "typeName": "int", + "name": "Count", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.Design.IDesignerHost", + "name": "this[]", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "designers", "typeName": "System.Collections.IList" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "designers", + "typeName": "System.ComponentModel.Design.IDesignerHost[]" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IEnumerator", + "params": [], + "isStatic": false, + "name": "GetEnumerator", + "comment": "", + "location": "System.dll" + } + ], + "name": "DesignerCollection", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel.Design", + "baseClass": "System.EventArgs", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.ComponentModel.Design.IDesignerHost", + "name": "Designer", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "host", + "typeName": "System.ComponentModel.Design.IDesignerHost" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "DesignerEventArgs", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel.Design", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "sender", "typeName": "object" }, + { + "name": "e", + "typeName": "System.ComponentModel.Design.DesignerEventArgs" + } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "sender", "typeName": "object" }, + { + "name": "e", + "typeName": "System.ComponentModel.Design.DesignerEventArgs" + }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "System.dll" + } + ], + "name": "DesignerEventHandler", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel.Design", + "baseClass": "object", + "attribute": "", + "interfaces": ["IDesignerOptionService"], + "fields": [ + { + "typeName": "System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection", + "name": "Options", + "comment": "", + "location": "System.dll" + } + ], + "methods": [], + "name": "DesignerOptionService", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel.Design", + "baseClass": "object", + "attribute": "", + "interfaces": ["IList", "ICollection", "IEnumerable"], + "fields": [ + { + "typeName": "int", + "name": "Count", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection", + "name": "this[]", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection", + "name": "this[]", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection", + "name": "Parent", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.PropertyDescriptorCollection", + "name": "Properties", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "array", "typeName": "System.Array" }, + { "name": "index", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IEnumerator", + "params": [], + "isStatic": false, + "name": "GetEnumerator", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "value", + "typeName": "System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection" + } + ], + "isStatic": false, + "name": "IndexOf", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "ShowDialog", + "comment": "", + "location": "System.dll" + } + ], + "name": "DesignerOptionCollection", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel.Design", + "baseClass": "object", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "bool", + "name": "Canceled", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "Committed", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "Description", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Cancel", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Commit", + "comment": "", + "location": "System.dll" + } + ], + "name": "DesignerTransaction", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel.Design", + "baseClass": "System.EventArgs", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "LastTransaction", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "TransactionCommitted", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "commit", "typeName": "bool" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "commit", "typeName": "bool" }, + { "name": "lastTransaction", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "DesignerTransactionCloseEventArgs", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel.Design", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "sender", "typeName": "object" }, + { + "name": "e", + "typeName": "System.ComponentModel.Design.DesignerTransactionCloseEventArgs" + } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "sender", "typeName": "object" }, + { + "name": "e", + "typeName": "System.ComponentModel.Design.DesignerTransactionCloseEventArgs" + }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "System.dll" + } + ], + "name": "DesignerTransactionCloseEventHandler", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel.Design", + "baseClass": "System.ComponentModel.Design.MenuCommand", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "Description", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "Text", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "text", "typeName": "string" }, + { "name": "handler", "typeName": "System.EventHandler" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "text", "typeName": "string" }, + { "name": "handler", "typeName": "System.EventHandler" }, + { + "name": "startCommandID", + "typeName": "System.ComponentModel.Design.CommandID" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.dll" + } + ], + "name": "DesignerVerb", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel.Design", + "baseClass": "System.Collections.CollectionBase", + "attribute": "", + "interfaces": ["IList", "ICollection", "IEnumerable"], + "fields": [ + { + "typeName": "System.ComponentModel.Design.DesignerVerb", + "name": "this[]", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.ComponentModel.Design.DesignerVerb[]" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "value", + "typeName": "System.ComponentModel.Design.DesignerVerb" + } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.ComponentModel.Design.DesignerVerbCollection" + } + ], + "isStatic": false, + "name": "AddRange", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.ComponentModel.Design.DesignerVerb[]" + } + ], + "isStatic": false, + "name": "AddRange", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "value", + "typeName": "System.ComponentModel.Design.DesignerVerb" + } + ], + "isStatic": false, + "name": "Contains", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "array", + "typeName": "System.ComponentModel.Design.DesignerVerb[]" + }, + { "name": "index", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "value", + "typeName": "System.ComponentModel.Design.DesignerVerb" + } + ], + "isStatic": false, + "name": "IndexOf", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { + "name": "value", + "typeName": "System.ComponentModel.Design.DesignerVerb" + } + ], + "isStatic": false, + "name": "Insert", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.ComponentModel.Design.DesignerVerb" + } + ], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "System.dll" + } + ], + "name": "DesignerVerbCollection", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel.Design", + "baseClass": "System.ComponentModel.LicenseContext", + "attribute": "", + "interfaces": ["IServiceProvider"], + "fields": [ + { + "typeName": "System.ComponentModel.LicenseUsageMode", + "name": "UsageMode", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { + "name": "resourceAssembly", + "typeName": "System.Reflection.Assembly" + } + ], + "isStatic": false, + "name": "GetSavedLicenseKey", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { "name": "key", "typeName": "string" } + ], + "isStatic": false, + "name": "SetSavedLicenseKey", + "comment": "", + "location": "System.dll" + } + ], + "name": "DesigntimeLicenseContext", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel.Design", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "o", "typeName": "System.IO.Stream" }, + { "name": "cryptoKey", "typeName": "string" }, + { + "name": "context", + "typeName": "System.ComponentModel.Design.DesigntimeLicenseContext" + } + ], + "isStatic": true, + "name": "Serialize", + "comment": "", + "location": "System.dll" + } + ], + "name": "DesigntimeLicenseContextSerializer", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel.Design", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.ComponentModel.Design.HelpContextType", + "name": "Ambient", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.Design.HelpContextType", + "name": "Selection", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.Design.HelpContextType", + "name": "ToolWindowSelection", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.Design.HelpContextType", + "name": "Window", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.ComponentModel.Design.HelpContextType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "HelpContextType", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel.Design", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "System.ComponentModel.Design.HelpKeywordAttribute", + "name": "Default", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "HelpKeyword", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "keyword", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "t", "typeName": "System.Type" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "IsDefaultAttribute", + "comment": "", + "location": "System.dll" + } + ], + "name": "HelpKeywordAttribute", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel.Design", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.ComponentModel.Design.HelpKeywordType", + "name": "F1Keyword", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.Design.HelpKeywordType", + "name": "FilterKeyword", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.Design.HelpKeywordType", + "name": "GeneralKeyword", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.ComponentModel.Design.HelpKeywordType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "HelpKeywordType", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel.Design", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [ + { + "typeName": "System.ComponentModel.Design.ComponentEventHandler", + "name": "ComponentAdded", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.Design.ComponentEventHandler", + "name": "ComponentAdding", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.Design.ComponentChangedEventHandler", + "name": "ComponentChanged", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.Design.ComponentChangingEventHandler", + "name": "ComponentChanging", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.Design.ComponentEventHandler", + "name": "ComponentRemoved", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.Design.ComponentEventHandler", + "name": "ComponentRemoving", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.Design.ComponentRenameEventHandler", + "name": "ComponentRename", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.ComponentModel.Design.ComponentEventHandler" + } + ], + "isStatic": false, + "name": "add_ComponentAdded", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.ComponentModel.Design.ComponentEventHandler" + } + ], + "isStatic": false, + "name": "remove_ComponentAdded", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.ComponentModel.Design.ComponentEventHandler" + } + ], + "isStatic": false, + "name": "add_ComponentAdding", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.ComponentModel.Design.ComponentEventHandler" + } + ], + "isStatic": false, + "name": "remove_ComponentAdding", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.ComponentModel.Design.ComponentChangedEventHandler" + } + ], + "isStatic": false, + "name": "add_ComponentChanged", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.ComponentModel.Design.ComponentChangedEventHandler" + } + ], + "isStatic": false, + "name": "remove_ComponentChanged", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.ComponentModel.Design.ComponentChangingEventHandler" + } + ], + "isStatic": false, + "name": "add_ComponentChanging", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.ComponentModel.Design.ComponentChangingEventHandler" + } + ], + "isStatic": false, + "name": "remove_ComponentChanging", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.ComponentModel.Design.ComponentEventHandler" + } + ], + "isStatic": false, + "name": "add_ComponentRemoved", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.ComponentModel.Design.ComponentEventHandler" + } + ], + "isStatic": false, + "name": "remove_ComponentRemoved", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.ComponentModel.Design.ComponentEventHandler" + } + ], + "isStatic": false, + "name": "add_ComponentRemoving", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.ComponentModel.Design.ComponentEventHandler" + } + ], + "isStatic": false, + "name": "remove_ComponentRemoving", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.ComponentModel.Design.ComponentRenameEventHandler" + } + ], + "isStatic": false, + "name": "add_ComponentRename", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.ComponentModel.Design.ComponentRenameEventHandler" + } + ], + "isStatic": false, + "name": "remove_ComponentRename", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "component", "typeName": "object" }, + { + "name": "member", + "typeName": "System.ComponentModel.MemberDescriptor" + }, + { "name": "oldValue", "typeName": "object" }, + { "name": "newValue", "typeName": "object" } + ], + "isStatic": false, + "name": "OnComponentChanged", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "component", "typeName": "object" }, + { + "name": "member", + "typeName": "System.ComponentModel.MemberDescriptor" + } + ], + "isStatic": false, + "name": "OnComponentChanging", + "comment": "", + "location": "System.dll" + } + ], + "name": "IComponentChangeService", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel.Design", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "ICollection", + "params": [ + { + "name": "designerHost", + "typeName": "System.ComponentModel.Design.IDesignerHost" + }, + { "name": "baseType", "typeName": "System.Type" } + ], + "isStatic": false, + "name": "GetComponentTypes", + "comment": "", + "location": "System.dll" + } + ], + "name": "IComponentDiscoveryService", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel.Design", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "defaultValues", + "typeName": "System.Collections.IDictionary" + } + ], + "isStatic": false, + "name": "InitializeExistingComponent", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "defaultValues", + "typeName": "System.Collections.IDictionary" + } + ], + "isStatic": false, + "name": "InitializeNewComponent", + "comment": "", + "location": "System.dll" + } + ], + "name": "IComponentInitializer", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel.Design", + "baseClass": "", + "attribute": "interface", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "System.ComponentModel.IComponent", + "name": "Component", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.Design.DesignerVerbCollection", + "name": "Verbs", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "DoDefaultAction", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "component", + "typeName": "System.ComponentModel.IComponent" + } + ], + "isStatic": false, + "name": "Initialize", + "comment": "", + "location": "System.dll" + } + ], + "name": "IDesigner", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel.Design", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [ + { + "typeName": "System.ComponentModel.Design.IDesignerHost", + "name": "ActiveDesigner", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.Design.DesignerCollection", + "name": "Designers", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.Design.ActiveDesignerEventHandler", + "name": "ActiveDesignerChanged", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.Design.DesignerEventHandler", + "name": "DesignerCreated", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.Design.DesignerEventHandler", + "name": "DesignerDisposed", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.EventHandler", + "name": "SelectionChanged", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.ComponentModel.Design.ActiveDesignerEventHandler" + } + ], + "isStatic": false, + "name": "add_ActiveDesignerChanged", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.ComponentModel.Design.ActiveDesignerEventHandler" + } + ], + "isStatic": false, + "name": "remove_ActiveDesignerChanged", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.ComponentModel.Design.DesignerEventHandler" + } + ], + "isStatic": false, + "name": "add_DesignerCreated", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.ComponentModel.Design.DesignerEventHandler" + } + ], + "isStatic": false, + "name": "remove_DesignerCreated", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.ComponentModel.Design.DesignerEventHandler" + } + ], + "isStatic": false, + "name": "add_DesignerDisposed", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.ComponentModel.Design.DesignerEventHandler" + } + ], + "isStatic": false, + "name": "remove_DesignerDisposed", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.EventHandler" }], + "isStatic": false, + "name": "add_SelectionChanged", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.EventHandler" }], + "isStatic": false, + "name": "remove_SelectionChanged", + "comment": "", + "location": "System.dll" + } + ], + "name": "IDesignerEventService", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel.Design", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "attributes", + "typeName": "System.Collections.IDictionary" + } + ], + "isStatic": false, + "name": "PostFilterAttributes", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "events", "typeName": "System.Collections.IDictionary" } + ], + "isStatic": false, + "name": "PostFilterEvents", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "properties", + "typeName": "System.Collections.IDictionary" + } + ], + "isStatic": false, + "name": "PostFilterProperties", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "attributes", + "typeName": "System.Collections.IDictionary" + } + ], + "isStatic": false, + "name": "PreFilterAttributes", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "events", "typeName": "System.Collections.IDictionary" } + ], + "isStatic": false, + "name": "PreFilterEvents", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "properties", + "typeName": "System.Collections.IDictionary" + } + ], + "isStatic": false, + "name": "PreFilterProperties", + "comment": "", + "location": "System.dll" + } + ], + "name": "IDesignerFilter", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel.Design", + "baseClass": "", + "attribute": "interface", + "interfaces": ["IServiceContainer", "IServiceProvider"], + "fields": [ + { + "typeName": "System.ComponentModel.IContainer", + "name": "Container", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "InTransaction", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "Loading", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.IComponent", + "name": "RootComponent", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "RootComponentClassName", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "TransactionDescription", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.EventHandler", + "name": "Activated", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.EventHandler", + "name": "Deactivated", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.EventHandler", + "name": "LoadComplete", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.Design.DesignerTransactionCloseEventHandler", + "name": "TransactionClosed", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.Design.DesignerTransactionCloseEventHandler", + "name": "TransactionClosing", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.EventHandler", + "name": "TransactionOpened", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.EventHandler", + "name": "TransactionOpening", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.EventHandler" }], + "isStatic": false, + "name": "add_Activated", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.EventHandler" }], + "isStatic": false, + "name": "remove_Activated", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.EventHandler" }], + "isStatic": false, + "name": "add_Deactivated", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.EventHandler" }], + "isStatic": false, + "name": "remove_Deactivated", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.EventHandler" }], + "isStatic": false, + "name": "add_LoadComplete", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.EventHandler" }], + "isStatic": false, + "name": "remove_LoadComplete", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.ComponentModel.Design.DesignerTransactionCloseEventHandler" + } + ], + "isStatic": false, + "name": "add_TransactionClosed", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.ComponentModel.Design.DesignerTransactionCloseEventHandler" + } + ], + "isStatic": false, + "name": "remove_TransactionClosed", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.ComponentModel.Design.DesignerTransactionCloseEventHandler" + } + ], + "isStatic": false, + "name": "add_TransactionClosing", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.ComponentModel.Design.DesignerTransactionCloseEventHandler" + } + ], + "isStatic": false, + "name": "remove_TransactionClosing", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.EventHandler" }], + "isStatic": false, + "name": "add_TransactionOpened", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.EventHandler" }], + "isStatic": false, + "name": "remove_TransactionOpened", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.EventHandler" }], + "isStatic": false, + "name": "add_TransactionOpening", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.EventHandler" }], + "isStatic": false, + "name": "remove_TransactionOpening", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Activate", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IComponent", + "params": [{ "name": "componentClass", "typeName": "System.Type" }], + "isStatic": false, + "name": "CreateComponent", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IComponent", + "params": [ + { "name": "componentClass", "typeName": "System.Type" }, + { "name": "name", "typeName": "string" } + ], + "isStatic": false, + "name": "CreateComponent", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "DesignerTransaction", + "params": [], + "isStatic": false, + "name": "CreateTransaction", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "DesignerTransaction", + "params": [{ "name": "description", "typeName": "string" }], + "isStatic": false, + "name": "CreateTransaction", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "component", + "typeName": "System.ComponentModel.IComponent" + } + ], + "isStatic": false, + "name": "DestroyComponent", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IDesigner", + "params": [ + { + "name": "component", + "typeName": "System.ComponentModel.IComponent" + } + ], + "isStatic": false, + "name": "GetDesigner", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Type", + "params": [{ "name": "typeName", "typeName": "string" }], + "isStatic": false, + "name": "GetType", + "comment": "", + "location": "System.dll" + } + ], + "name": "IDesignerHost", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel.Design", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "IsClosingTransaction", + "comment": "", + "location": "System.dll" + } + ], + "methods": [], + "name": "IDesignerHostTransactionState", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel.Design", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Object", + "params": [ + { "name": "pageName", "typeName": "string" }, + { "name": "valueName", "typeName": "string" } + ], + "isStatic": false, + "name": "GetOptionValue", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "pageName", "typeName": "string" }, + { "name": "valueName", "typeName": "string" }, + { "name": "value", "typeName": "object" } + ], + "isStatic": false, + "name": "SetOptionValue", + "comment": "", + "location": "System.dll" + } + ], + "name": "IDesignerOptionService", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel.Design", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Object", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "GetKey", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Object", + "params": [{ "name": "key", "typeName": "object" }], + "isStatic": false, + "name": "GetValue", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "key", "typeName": "object" }, + { "name": "value", "typeName": "object" } + ], + "isStatic": false, + "name": "SetValue", + "comment": "", + "location": "System.dll" + } + ], + "name": "IDictionaryService", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel.Design", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "String", + "params": [ + { + "name": "component", + "typeName": "System.ComponentModel.IComponent" + }, + { "name": "e", "typeName": "System.ComponentModel.EventDescriptor" } + ], + "isStatic": false, + "name": "CreateUniqueMethodName", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "ICollection", + "params": [ + { "name": "e", "typeName": "System.ComponentModel.EventDescriptor" } + ], + "isStatic": false, + "name": "GetCompatibleMethods", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "EventDescriptor", + "params": [ + { + "name": "property", + "typeName": "System.ComponentModel.PropertyDescriptor" + } + ], + "isStatic": false, + "name": "GetEvent", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "PropertyDescriptorCollection", + "params": [ + { + "name": "events", + "typeName": "System.ComponentModel.EventDescriptorCollection" + } + ], + "isStatic": false, + "name": "GetEventProperties", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "PropertyDescriptor", + "params": [ + { "name": "e", "typeName": "System.ComponentModel.EventDescriptor" } + ], + "isStatic": false, + "name": "GetEventProperty", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "ShowCode", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "component", + "typeName": "System.ComponentModel.IComponent" + }, + { "name": "e", "typeName": "System.ComponentModel.EventDescriptor" } + ], + "isStatic": false, + "name": "ShowCode", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "lineNumber", "typeName": "int" }], + "isStatic": false, + "name": "ShowCode", + "comment": "", + "location": "System.dll" + } + ], + "name": "IEventBindingService", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel.Design", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetExtenderProviders", + "comment": "", + "location": "System.dll" + } + ], + "name": "IExtenderListService", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel.Design", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "provider", + "typeName": "System.ComponentModel.IExtenderProvider" + } + ], + "isStatic": false, + "name": "AddExtenderProvider", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "provider", + "typeName": "System.ComponentModel.IExtenderProvider" + } + ], + "isStatic": false, + "name": "RemoveExtenderProvider", + "comment": "", + "location": "System.dll" + } + ], + "name": "IExtenderProviderService", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel.Design", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "value", "typeName": "string" }, + { + "name": "keywordType", + "typeName": "System.ComponentModel.Design.HelpKeywordType" + } + ], + "isStatic": false, + "name": "AddContextAttribute", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ClearContextAttributes", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IHelpService", + "params": [ + { + "name": "contextType", + "typeName": "System.ComponentModel.Design.HelpContextType" + } + ], + "isStatic": false, + "name": "CreateLocalContext", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "value", "typeName": "string" } + ], + "isStatic": false, + "name": "RemoveContextAttribute", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "localContext", + "typeName": "System.ComponentModel.Design.IHelpService" + } + ], + "isStatic": false, + "name": "RemoveLocalContext", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "helpKeyword", "typeName": "string" }], + "isStatic": false, + "name": "ShowHelpFromKeyword", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "helpUrl", "typeName": "string" }], + "isStatic": false, + "name": "ShowHelpFromUrl", + "comment": "", + "location": "System.dll" + } + ], + "name": "IHelpService", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel.Design", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "component", + "typeName": "System.ComponentModel.IComponent" + }, + { + "name": "container", + "typeName": "System.ComponentModel.IContainer" + } + ], + "isStatic": false, + "name": "AddInheritedComponents", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "InheritanceAttribute", + "params": [ + { + "name": "component", + "typeName": "System.ComponentModel.IComponent" + } + ], + "isStatic": false, + "name": "GetInheritanceAttribute", + "comment": "", + "location": "System.dll" + } + ], + "name": "IInheritanceService", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel.Design", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [ + { + "typeName": "System.ComponentModel.Design.DesignerVerbCollection", + "name": "Verbs", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "command", + "typeName": "System.ComponentModel.Design.MenuCommand" + } + ], + "isStatic": false, + "name": "AddCommand", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "verb", + "typeName": "System.ComponentModel.Design.DesignerVerb" + } + ], + "isStatic": false, + "name": "AddVerb", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "MenuCommand", + "params": [ + { + "name": "commandID", + "typeName": "System.ComponentModel.Design.CommandID" + } + ], + "isStatic": false, + "name": "FindCommand", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "commandID", + "typeName": "System.ComponentModel.Design.CommandID" + } + ], + "isStatic": false, + "name": "GlobalInvoke", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "command", + "typeName": "System.ComponentModel.Design.MenuCommand" + } + ], + "isStatic": false, + "name": "RemoveCommand", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "verb", + "typeName": "System.ComponentModel.Design.DesignerVerb" + } + ], + "isStatic": false, + "name": "RemoveVerb", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "menuID", + "typeName": "System.ComponentModel.Design.CommandID" + }, + { "name": "x", "typeName": "int" }, + { "name": "y", "typeName": "int" } + ], + "isStatic": false, + "name": "ShowContextMenu", + "comment": "", + "location": "System.dll" + } + ], + "name": "IMenuCommandService", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel.Design", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "IComponent", + "params": [{ "name": "reference", "typeName": "object" }], + "isStatic": false, + "name": "GetComponent", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "reference", "typeName": "object" }], + "isStatic": false, + "name": "GetName", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Object", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "GetReference", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetReferences", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "baseType", "typeName": "System.Type" }], + "isStatic": false, + "name": "GetReferences", + "comment": "", + "location": "System.dll" + } + ], + "name": "IReferenceService", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel.Design", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "IResourceReader", + "params": [ + { "name": "info", "typeName": "System.Globalization.CultureInfo" } + ], + "isStatic": false, + "name": "GetResourceReader", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IResourceWriter", + "params": [ + { "name": "info", "typeName": "System.Globalization.CultureInfo" } + ], + "isStatic": false, + "name": "GetResourceWriter", + "comment": "", + "location": "System.dll" + } + ], + "name": "IResourceService", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel.Design", + "baseClass": "", + "attribute": "interface", + "interfaces": ["IDesigner", "IDisposable"], + "fields": [ + { + "typeName": "System.ComponentModel.Design.ViewTechnology[]", + "name": "SupportedTechnologies", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Object", + "params": [ + { + "name": "technology", + "typeName": "System.ComponentModel.Design.ViewTechnology" + } + ], + "isStatic": false, + "name": "GetView", + "comment": "", + "location": "System.dll" + } + ], + "name": "IRootDesigner", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel.Design", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [ + { + "typeName": "object", + "name": "PrimarySelection", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "SelectionCount", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.EventHandler", + "name": "SelectionChanged", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.EventHandler", + "name": "SelectionChanging", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.EventHandler" }], + "isStatic": false, + "name": "add_SelectionChanged", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.EventHandler" }], + "isStatic": false, + "name": "remove_SelectionChanged", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.EventHandler" }], + "isStatic": false, + "name": "add_SelectionChanging", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.EventHandler" }], + "isStatic": false, + "name": "remove_SelectionChanging", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "component", "typeName": "object" }], + "isStatic": false, + "name": "GetComponentSelected", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "ICollection", + "params": [], + "isStatic": false, + "name": "GetSelectedComponents", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "components", + "typeName": "System.Collections.ICollection" + } + ], + "isStatic": false, + "name": "SetSelectedComponents", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "components", + "typeName": "System.Collections.ICollection" + }, + { + "name": "selectionType", + "typeName": "System.ComponentModel.Design.SelectionTypes" + } + ], + "isStatic": false, + "name": "SetSelectedComponents", + "comment": "", + "location": "System.dll" + } + ], + "name": "ISelectionService", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel.Design", + "baseClass": "", + "attribute": "interface", + "interfaces": ["IServiceProvider"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "serviceType", "typeName": "System.Type" }, + { + "name": "callback", + "typeName": "System.ComponentModel.Design.ServiceCreatorCallback" + } + ], + "isStatic": false, + "name": "AddService", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "serviceType", "typeName": "System.Type" }, + { + "name": "callback", + "typeName": "System.ComponentModel.Design.ServiceCreatorCallback" + }, + { "name": "promote", "typeName": "bool" } + ], + "isStatic": false, + "name": "AddService", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "serviceType", "typeName": "System.Type" }, + { "name": "serviceInstance", "typeName": "object" } + ], + "isStatic": false, + "name": "AddService", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "serviceType", "typeName": "System.Type" }, + { "name": "serviceInstance", "typeName": "object" }, + { "name": "promote", "typeName": "bool" } + ], + "isStatic": false, + "name": "AddService", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "serviceType", "typeName": "System.Type" }], + "isStatic": false, + "name": "RemoveService", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "serviceType", "typeName": "System.Type" }, + { "name": "promote", "typeName": "bool" } + ], + "isStatic": false, + "name": "RemoveService", + "comment": "", + "location": "System.dll" + } + ], + "name": "IServiceContainer", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel.Design", + "baseClass": "", + "attribute": "interface", + "interfaces": ["IDesigner", "IDisposable"], + "fields": [ + { + "typeName": "System.Collections.ICollection", + "name": "Children", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.Design.IDesigner", + "name": "Parent", + "comment": "", + "location": "System.dll" + } + ], + "methods": [], + "name": "ITreeDesigner", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel.Design", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "component", + "typeName": "System.ComponentModel.IComponent" + }, + { + "name": "attributes", + "typeName": "System.Collections.IDictionary" + } + ], + "isStatic": false, + "name": "FilterAttributes", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "component", + "typeName": "System.ComponentModel.IComponent" + }, + { "name": "events", "typeName": "System.Collections.IDictionary" } + ], + "isStatic": false, + "name": "FilterEvents", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "component", + "typeName": "System.ComponentModel.IComponent" + }, + { + "name": "properties", + "typeName": "System.Collections.IDictionary" + } + ], + "isStatic": false, + "name": "FilterProperties", + "comment": "", + "location": "System.dll" + } + ], + "name": "ITypeDescriptorFilterService", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel.Design", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "ICollection", + "params": [ + { "name": "baseType", "typeName": "System.Type" }, + { "name": "excludeGlobalTypes", "typeName": "bool" } + ], + "isStatic": false, + "name": "GetTypes", + "comment": "", + "location": "System.dll" + } + ], + "name": "ITypeDiscoveryService", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel.Design", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Assembly", + "params": [ + { "name": "name", "typeName": "System.Reflection.AssemblyName" } + ], + "isStatic": false, + "name": "GetAssembly", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Assembly", + "params": [ + { "name": "name", "typeName": "System.Reflection.AssemblyName" }, + { "name": "throwOnError", "typeName": "bool" } + ], + "isStatic": false, + "name": "GetAssembly", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "name", "typeName": "System.Reflection.AssemblyName" } + ], + "isStatic": false, + "name": "GetPathOfAssembly", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Type", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "GetType", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Type", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "throwOnError", "typeName": "bool" } + ], + "isStatic": false, + "name": "GetType", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Type", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "throwOnError", "typeName": "bool" }, + { "name": "ignoreCase", "typeName": "bool" } + ], + "isStatic": false, + "name": "GetType", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "System.Reflection.AssemblyName" } + ], + "isStatic": false, + "name": "ReferenceAssembly", + "comment": "", + "location": "System.dll" + } + ], + "name": "ITypeResolutionService", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel.Design", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "Checked", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.Design.CommandID", + "name": "CommandID", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "Enabled", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "OleStatus", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Collections.IDictionary", + "name": "Properties", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "Supported", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "Visible", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.EventHandler", + "name": "CommandChanged", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "handler", "typeName": "System.EventHandler" }, + { + "name": "command", + "typeName": "System.ComponentModel.Design.CommandID" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.EventHandler" }], + "isStatic": false, + "name": "add_CommandChanged", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.EventHandler" }], + "isStatic": false, + "name": "remove_CommandChanged", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "arg", "typeName": "object" }], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.dll" + } + ], + "name": "MenuCommand", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel.Design", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.ComponentModel.Design.SelectionTypes", + "name": "Add", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.Design.SelectionTypes", + "name": "Auto", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.Design.SelectionTypes", + "name": "Click", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.Design.SelectionTypes", + "name": "MouseDown", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.Design.SelectionTypes", + "name": "MouseUp", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.Design.SelectionTypes", + "name": "Normal", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.Design.SelectionTypes", + "name": "Primary", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.Design.SelectionTypes", + "name": "Remove", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.Design.SelectionTypes", + "name": "Replace", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.Design.SelectionTypes", + "name": "Toggle", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.Design.SelectionTypes", + "name": "Valid", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.ComponentModel.Design.SelectionTypes", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "SelectionTypes", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel.Design", + "baseClass": "object", + "attribute": "", + "interfaces": ["IServiceContainer", "IServiceProvider", "IDisposable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "parentProvider", "typeName": "System.IServiceProvider" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "serviceType", "typeName": "System.Type" }, + { + "name": "callback", + "typeName": "System.ComponentModel.Design.ServiceCreatorCallback" + } + ], + "isStatic": false, + "name": "AddService", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "serviceType", "typeName": "System.Type" }, + { + "name": "callback", + "typeName": "System.ComponentModel.Design.ServiceCreatorCallback" + }, + { "name": "promote", "typeName": "bool" } + ], + "isStatic": false, + "name": "AddService", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "serviceType", "typeName": "System.Type" }, + { "name": "serviceInstance", "typeName": "object" } + ], + "isStatic": false, + "name": "AddService", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "serviceType", "typeName": "System.Type" }, + { "name": "serviceInstance", "typeName": "object" }, + { "name": "promote", "typeName": "bool" } + ], + "isStatic": false, + "name": "AddService", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Object", + "params": [{ "name": "serviceType", "typeName": "System.Type" }], + "isStatic": false, + "name": "GetService", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "serviceType", "typeName": "System.Type" }], + "isStatic": false, + "name": "RemoveService", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "serviceType", "typeName": "System.Type" }, + { "name": "promote", "typeName": "bool" } + ], + "isStatic": false, + "name": "RemoveService", + "comment": "", + "location": "System.dll" + } + ], + "name": "ServiceContainer", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel.Design", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { + "name": "container", + "typeName": "System.ComponentModel.Design.IServiceContainer" + }, + { "name": "serviceType", "typeName": "System.Type" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { + "name": "container", + "typeName": "System.ComponentModel.Design.IServiceContainer" + }, + { "name": "serviceType", "typeName": "System.Type" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Object", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "System.dll" + } + ], + "name": "ServiceCreatorCallback", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel.Design", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.ComponentModel.Design.CommandID", + "name": "AlignBottom", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.Design.CommandID", + "name": "AlignHorizontalCenters", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.Design.CommandID", + "name": "AlignLeft", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.Design.CommandID", + "name": "AlignRight", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.Design.CommandID", + "name": "AlignToGrid", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.Design.CommandID", + "name": "AlignTop", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.Design.CommandID", + "name": "AlignVerticalCenters", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.Design.CommandID", + "name": "ArrangeBottom", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.Design.CommandID", + "name": "ArrangeIcons", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.Design.CommandID", + "name": "ArrangeRight", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.Design.CommandID", + "name": "BringForward", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.Design.CommandID", + "name": "BringToFront", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.Design.CommandID", + "name": "CenterHorizontally", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.Design.CommandID", + "name": "CenterVertically", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.Design.CommandID", + "name": "Copy", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.Design.CommandID", + "name": "Cut", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.Design.CommandID", + "name": "Delete", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.Design.CommandID", + "name": "DocumentOutline", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.Design.CommandID", + "name": "F1Help", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.Design.CommandID", + "name": "Group", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.Design.CommandID", + "name": "HorizSpaceConcatenate", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.Design.CommandID", + "name": "HorizSpaceDecrease", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.Design.CommandID", + "name": "HorizSpaceIncrease", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.Design.CommandID", + "name": "HorizSpaceMakeEqual", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.Design.CommandID", + "name": "LineupIcons", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.Design.CommandID", + "name": "LockControls", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.Design.CommandID", + "name": "MultiLevelRedo", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.Design.CommandID", + "name": "MultiLevelUndo", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.Design.CommandID", + "name": "Paste", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.Design.CommandID", + "name": "Properties", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.Design.CommandID", + "name": "PropertiesWindow", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.Design.CommandID", + "name": "Redo", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.Design.CommandID", + "name": "Replace", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.Design.CommandID", + "name": "SelectAll", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.Design.CommandID", + "name": "SendBackward", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.Design.CommandID", + "name": "SendToBack", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.Design.CommandID", + "name": "ShowGrid", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.Design.CommandID", + "name": "ShowLargeIcons", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.Design.CommandID", + "name": "SizeToControl", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.Design.CommandID", + "name": "SizeToControlHeight", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.Design.CommandID", + "name": "SizeToControlWidth", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.Design.CommandID", + "name": "SizeToFit", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.Design.CommandID", + "name": "SizeToGrid", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.Design.CommandID", + "name": "SnapToGrid", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.Design.CommandID", + "name": "TabOrder", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.Design.CommandID", + "name": "Undo", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.Design.CommandID", + "name": "Ungroup", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.Design.CommandID", + "name": "VerbFirst", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.Design.CommandID", + "name": "VerbLast", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.Design.CommandID", + "name": "VertSpaceConcatenate", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.Design.CommandID", + "name": "VertSpaceDecrease", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.Design.CommandID", + "name": "VertSpaceIncrease", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.Design.CommandID", + "name": "VertSpaceMakeEqual", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.Design.CommandID", + "name": "ViewCode", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.Design.CommandID", + "name": "ViewGrid", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "StandardCommands", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel.Design", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Guid", + "name": "ObjectBrowser", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Guid", + "name": "OutputWindow", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Guid", + "name": "ProjectExplorer", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Guid", + "name": "PropertyBrowser", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Guid", + "name": "RelatedLinks", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Guid", + "name": "ServerExplorer", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Guid", + "name": "TaskList", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Guid", + "name": "Toolbox", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "StandardToolWindows", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel.Design", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "TypeDescriptionProvider", + "params": [{ "name": "instance", "typeName": "object" }], + "isStatic": false, + "name": "GetProvider", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "TypeDescriptionProvider", + "params": [{ "name": "type", "typeName": "System.Type" }], + "isStatic": false, + "name": "GetProvider", + "comment": "", + "location": "System.dll" + } + ], + "name": "TypeDescriptionProviderService", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel.Design", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.ComponentModel.Design.ViewTechnology", + "name": "Default", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.Design.ViewTechnology", + "name": "Passthrough", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.Design.ViewTechnology", + "name": "WindowsForms", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.ComponentModel.Design.ViewTechnology", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "ViewTechnology", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "System.EventArgs", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "object", + "name": "NewObject", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "newObject", "typeName": "object" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "AddingNewEventArgs", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "sender", "typeName": "object" }, + { + "name": "e", + "typeName": "System.ComponentModel.AddingNewEventArgs" + } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "sender", "typeName": "object" }, + { + "name": "e", + "typeName": "System.ComponentModel.AddingNewEventArgs" + }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "System.dll" + } + ], + "name": "AddingNewEventHandler", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "object", + "name": "Value", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "bool" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "byte" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "char" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "double" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "short" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "int" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "long" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "float" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { "name": "value", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "System.dll" + } + ], + "name": "AmbientValueAttribute", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "System.ComponentModel.CollectionConverter", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { + "name": "context", + "typeName": "System.ComponentModel.ITypeDescriptorContext" + }, + { + "name": "culture", + "typeName": "System.Globalization.CultureInfo" + }, + { "name": "value", "typeName": "object" }, + { "name": "destinationType", "typeName": "System.Type" } + ], + "isStatic": false, + "name": "ConvertTo", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "PropertyDescriptorCollection", + "params": [ + { + "name": "context", + "typeName": "System.ComponentModel.ITypeDescriptorContext" + }, + { "name": "value", "typeName": "object" }, + { "name": "attributes", "typeName": "System.Attribute[]" } + ], + "isStatic": false, + "name": "GetProperties", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "context", + "typeName": "System.ComponentModel.ITypeDescriptorContext" + } + ], + "isStatic": false, + "name": "GetPropertiesSupported", + "comment": "", + "location": "System.dll" + } + ], + "name": "ArrayConverter", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "System.EventArgs", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "Cancelled", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Exception", + "name": "Error", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "object", + "name": "UserState", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "error", "typeName": "System.Exception" }, + { "name": "cancelled", "typeName": "bool" }, + { "name": "userState", "typeName": "object" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "AsyncCompletedEventArgs", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "sender", "typeName": "object" }, + { + "name": "e", + "typeName": "System.ComponentModel.AsyncCompletedEventArgs" + } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "sender", "typeName": "object" }, + { + "name": "e", + "typeName": "System.ComponentModel.AsyncCompletedEventArgs" + }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "System.dll" + } + ], + "name": "AsyncCompletedEventHandler", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Threading.SynchronizationContext", + "name": "SynchronizationContext", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "object", + "name": "UserSuppliedState", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "OperationCompleted", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "d", "typeName": "System.Threading.SendOrPostCallback" }, + { "name": "arg", "typeName": "object" } + ], + "isStatic": false, + "name": "Post", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "d", "typeName": "System.Threading.SendOrPostCallback" }, + { "name": "arg", "typeName": "object" } + ], + "isStatic": false, + "name": "PostOperationCompleted", + "comment": "", + "location": "System.dll" + } + ], + "name": "AsyncOperation", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Threading.SynchronizationContext", + "name": "SynchronizationContext", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "AsyncOperation", + "params": [{ "name": "userSuppliedState", "typeName": "object" }], + "isStatic": true, + "name": "CreateOperation", + "comment": "", + "location": "System.dll" + } + ], + "name": "AsyncOperationManager", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "object", + "attribute": "", + "interfaces": ["ICollection", "IEnumerable"], + "fields": [ + { + "typeName": "System.ComponentModel.AttributeCollection", + "name": "Empty", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "Count", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Attribute", + "name": "this[]", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Attribute", + "name": "this[]", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "attributes", "typeName": "System.Attribute[]" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "attribute", "typeName": "System.Attribute" }], + "isStatic": false, + "name": "Contains", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "attributes", "typeName": "System.Attribute[]" } + ], + "isStatic": false, + "name": "Contains", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "array", "typeName": "System.Array" }, + { "name": "index", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "AttributeCollection", + "params": [ + { + "name": "existing", + "typeName": "System.ComponentModel.AttributeCollection" + }, + { "name": "newAttributes", "typeName": "System.Attribute[]" } + ], + "isStatic": true, + "name": "FromExisting", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IEnumerator", + "params": [], + "isStatic": false, + "name": "GetEnumerator", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "attribute", "typeName": "System.Attribute" }], + "isStatic": false, + "name": "Matches", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "attributes", "typeName": "System.Attribute[]" } + ], + "isStatic": false, + "name": "Matches", + "comment": "", + "location": "System.dll" + } + ], + "name": "AttributeCollection", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "string", + "name": "PropertyName", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "TypeName", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "typeName", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "typeName", "typeName": "string" }, + { "name": "propertyName", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "type", "typeName": "System.Type" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "AttributeProviderAttribute", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "System.ComponentModel.Component", + "attribute": "", + "interfaces": ["IComponent", "IDisposable"], + "fields": [ + { + "typeName": "bool", + "name": "CancellationPending", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "IsBusy", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "WorkerReportsProgress", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "WorkerSupportsCancellation", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.DoWorkEventHandler", + "name": "DoWork", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.ProgressChangedEventHandler", + "name": "ProgressChanged", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.RunWorkerCompletedEventHandler", + "name": "RunWorkerCompleted", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.ComponentModel.DoWorkEventHandler" + } + ], + "isStatic": false, + "name": "add_DoWork", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.ComponentModel.DoWorkEventHandler" + } + ], + "isStatic": false, + "name": "remove_DoWork", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.ComponentModel.ProgressChangedEventHandler" + } + ], + "isStatic": false, + "name": "add_ProgressChanged", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.ComponentModel.ProgressChangedEventHandler" + } + ], + "isStatic": false, + "name": "remove_ProgressChanged", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.ComponentModel.RunWorkerCompletedEventHandler" + } + ], + "isStatic": false, + "name": "add_RunWorkerCompleted", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.ComponentModel.RunWorkerCompletedEventHandler" + } + ], + "isStatic": false, + "name": "remove_RunWorkerCompleted", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "CancelAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "percentProgress", "typeName": "int" }], + "isStatic": false, + "name": "ReportProgress", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "percentProgress", "typeName": "int" }, + { "name": "userState", "typeName": "object" } + ], + "isStatic": false, + "name": "ReportProgress", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "RunWorkerAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "argument", "typeName": "object" }], + "isStatic": false, + "name": "RunWorkerAsync", + "comment": "", + "location": "System.dll" + } + ], + "name": "BackgroundWorker", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "System.ComponentModel.TypeConverter", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "context", + "typeName": "System.ComponentModel.ITypeDescriptorContext" + }, + { "name": "sourceType", "typeName": "System.Type" } + ], + "isStatic": false, + "name": "CanConvertFrom", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "context", + "typeName": "System.ComponentModel.ITypeDescriptorContext" + }, + { "name": "t", "typeName": "System.Type" } + ], + "isStatic": false, + "name": "CanConvertTo", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { + "name": "context", + "typeName": "System.ComponentModel.ITypeDescriptorContext" + }, + { + "name": "culture", + "typeName": "System.Globalization.CultureInfo" + }, + { "name": "value", "typeName": "object" } + ], + "isStatic": false, + "name": "ConvertFrom", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { + "name": "context", + "typeName": "System.ComponentModel.ITypeDescriptorContext" + }, + { + "name": "culture", + "typeName": "System.Globalization.CultureInfo" + }, + { "name": "value", "typeName": "object" }, + { "name": "destinationType", "typeName": "System.Type" } + ], + "isStatic": false, + "name": "ConvertTo", + "comment": "", + "location": "System.dll" + } + ], + "name": "BaseNumberConverter", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "System.ComponentModel.BindableAttribute", + "name": "Default", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.BindableAttribute", + "name": "No", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.BindableAttribute", + "name": "Yes", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "Bindable", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.BindingDirection", + "name": "Direction", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "bindable", "typeName": "bool" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "bindable", "typeName": "bool" }, + { + "name": "direction", + "typeName": "System.ComponentModel.BindingDirection" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "flags", + "typeName": "System.ComponentModel.BindableSupport" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "flags", + "typeName": "System.ComponentModel.BindableSupport" + }, + { + "name": "direction", + "typeName": "System.ComponentModel.BindingDirection" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "IsDefaultAttribute", + "comment": "", + "location": "System.dll" + } + ], + "name": "BindableAttribute", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.ComponentModel.BindableSupport", + "name": "Default", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.BindableSupport", + "name": "No", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.BindableSupport", + "name": "Yes", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.ComponentModel.BindableSupport", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "BindableSupport", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.ComponentModel.BindingDirection", + "name": "OneWay", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.BindingDirection", + "name": "TwoWay", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.ComponentModel.BindingDirection", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "BindingDirection", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "System.Collections.ObjectModel.Collection", + "attribute": "", + "interfaces": [ + "IList", + "ICollection", + "IReadOnlyList", + "IReadOnlyCollection", + "IEnumerable", + "IBindingList", + "IList", + "ICollection", + "IEnumerable", + "ICancelAddNew", + "IRaiseItemChangedEvents" + ], + "fields": [ + { + "typeName": "bool", + "name": "AllowEdit", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "AllowNew", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "AllowRemove", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "RaiseListChangedEvents", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.AddingNewEventHandler", + "name": "AddingNew", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.ListChangedEventHandler", + "name": "ListChanged", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "list", + "typeName": "System.Collections.Generic.IList" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.ComponentModel.AddingNewEventHandler" + } + ], + "isStatic": false, + "name": "add_AddingNew", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.ComponentModel.AddingNewEventHandler" + } + ], + "isStatic": false, + "name": "remove_AddingNew", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.ComponentModel.ListChangedEventHandler" + } + ], + "isStatic": false, + "name": "add_ListChanged", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.ComponentModel.ListChangedEventHandler" + } + ], + "isStatic": false, + "name": "remove_ListChanged", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "T", + "params": [], + "isStatic": false, + "name": "AddNew", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "itemIndex", "typeName": "int" }], + "isStatic": false, + "name": "CancelNew", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "itemIndex", "typeName": "int" }], + "isStatic": false, + "name": "EndNew", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ResetBindings", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "position", "typeName": "int" }], + "isStatic": false, + "name": "ResetItem", + "comment": "", + "location": "System.dll" + } + ], + "name": "BindingList", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "System.ComponentModel.TypeConverter", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "context", + "typeName": "System.ComponentModel.ITypeDescriptorContext" + }, + { "name": "sourceType", "typeName": "System.Type" } + ], + "isStatic": false, + "name": "CanConvertFrom", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { + "name": "context", + "typeName": "System.ComponentModel.ITypeDescriptorContext" + }, + { + "name": "culture", + "typeName": "System.Globalization.CultureInfo" + }, + { "name": "value", "typeName": "object" } + ], + "isStatic": false, + "name": "ConvertFrom", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "StandardValuesCollection", + "params": [ + { + "name": "context", + "typeName": "System.ComponentModel.ITypeDescriptorContext" + } + ], + "isStatic": false, + "name": "GetStandardValues", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "context", + "typeName": "System.ComponentModel.ITypeDescriptorContext" + } + ], + "isStatic": false, + "name": "GetStandardValuesExclusive", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "context", + "typeName": "System.ComponentModel.ITypeDescriptorContext" + } + ], + "isStatic": false, + "name": "GetStandardValuesSupported", + "comment": "", + "location": "System.dll" + } + ], + "name": "BooleanConverter", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "System.ComponentModel.BrowsableAttribute", + "name": "Default", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.BrowsableAttribute", + "name": "No", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.BrowsableAttribute", + "name": "Yes", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "Browsable", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "browsable", "typeName": "bool" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "IsDefaultAttribute", + "comment": "", + "location": "System.dll" + } + ], + "name": "BrowsableAttribute", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "System.ComponentModel.BaseNumberConverter", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "ByteConverter", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "System.EventArgs", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "Cancel", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "cancel", "typeName": "bool" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "CancelEventArgs", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "sender", "typeName": "object" }, + { "name": "e", "typeName": "System.ComponentModel.CancelEventArgs" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "sender", "typeName": "object" }, + { + "name": "e", + "typeName": "System.ComponentModel.CancelEventArgs" + }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "System.dll" + } + ], + "name": "CancelEventHandler", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "System.ComponentModel.CategoryAttribute", + "name": "Action", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.CategoryAttribute", + "name": "Appearance", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.CategoryAttribute", + "name": "Asynchronous", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.CategoryAttribute", + "name": "Behavior", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "Category", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.CategoryAttribute", + "name": "Data", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.CategoryAttribute", + "name": "Default", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.CategoryAttribute", + "name": "Design", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.CategoryAttribute", + "name": "DragDrop", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.CategoryAttribute", + "name": "Focus", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.CategoryAttribute", + "name": "Format", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.CategoryAttribute", + "name": "Key", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.CategoryAttribute", + "name": "Layout", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.CategoryAttribute", + "name": "Mouse", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.CategoryAttribute", + "name": "WindowStyle", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "category", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "IsDefaultAttribute", + "comment": "", + "location": "System.dll" + } + ], + "name": "CategoryAttribute", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "System.ComponentModel.TypeConverter", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "context", + "typeName": "System.ComponentModel.ITypeDescriptorContext" + }, + { "name": "sourceType", "typeName": "System.Type" } + ], + "isStatic": false, + "name": "CanConvertFrom", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { + "name": "context", + "typeName": "System.ComponentModel.ITypeDescriptorContext" + }, + { + "name": "culture", + "typeName": "System.Globalization.CultureInfo" + }, + { "name": "value", "typeName": "object" } + ], + "isStatic": false, + "name": "ConvertFrom", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { + "name": "context", + "typeName": "System.ComponentModel.ITypeDescriptorContext" + }, + { + "name": "culture", + "typeName": "System.Globalization.CultureInfo" + }, + { "name": "value", "typeName": "object" }, + { "name": "destinationType", "typeName": "System.Type" } + ], + "isStatic": false, + "name": "ConvertTo", + "comment": "", + "location": "System.dll" + } + ], + "name": "CharConverter", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.ComponentModel.CollectionChangeAction", + "name": "Add", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.CollectionChangeAction", + "name": "Refresh", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.CollectionChangeAction", + "name": "Remove", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.ComponentModel.CollectionChangeAction", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "CollectionChangeAction", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "System.EventArgs", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.ComponentModel.CollectionChangeAction", + "name": "Action", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "object", + "name": "Element", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "action", + "typeName": "System.ComponentModel.CollectionChangeAction" + }, + { "name": "element", "typeName": "object" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "CollectionChangeEventArgs", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "sender", "typeName": "object" }, + { + "name": "e", + "typeName": "System.ComponentModel.CollectionChangeEventArgs" + } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "sender", "typeName": "object" }, + { + "name": "e", + "typeName": "System.ComponentModel.CollectionChangeEventArgs" + }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "System.dll" + } + ], + "name": "CollectionChangeEventHandler", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "System.ComponentModel.TypeConverter", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { + "name": "context", + "typeName": "System.ComponentModel.ITypeDescriptorContext" + }, + { + "name": "culture", + "typeName": "System.Globalization.CultureInfo" + }, + { "name": "value", "typeName": "object" }, + { "name": "destinationType", "typeName": "System.Type" } + ], + "isStatic": false, + "name": "ConvertTo", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "PropertyDescriptorCollection", + "params": [ + { + "name": "context", + "typeName": "System.ComponentModel.ITypeDescriptorContext" + }, + { "name": "value", "typeName": "object" }, + { "name": "attributes", "typeName": "System.Attribute[]" } + ], + "isStatic": false, + "name": "GetProperties", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "context", + "typeName": "System.ComponentModel.ITypeDescriptorContext" + } + ], + "isStatic": false, + "name": "GetPropertiesSupported", + "comment": "", + "location": "System.dll" + } + ], + "name": "CollectionConverter", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "", + "baseClass": "UnityEditor.ScriptableSingleton", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "timeUnitInFrame", + "comment": "", + "location": "Unity.Timeline.Editor.dll" + }, + { + "typeName": "bool", + "name": "showAudioWaveform", + "comment": "", + "location": "Unity.Timeline.Editor.dll" + }, + { + "typeName": "bool", + "name": "snapToFrame", + "comment": "", + "location": "Unity.Timeline.Editor.dll" + }, + { + "typeName": "bool", + "name": "edgeSnap", + "comment": "", + "location": "Unity.Timeline.Editor.dll" + }, + { + "typeName": "UnityEditor.Timeline.PlaybackScrollMode", + "name": "playbackScrollMode", + "comment": "", + "location": "Unity.Timeline.Editor.dll" + }, + { + "typeName": "bool", + "name": "audioScrubbing", + "comment": "", + "location": "Unity.Timeline.Editor.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Save", + "comment": "", + "location": "Unity.Timeline.Editor.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Timeline.Editor.dll" + } + ], + "name": "TimelinePreferences", + "comment": "", + "location": "Unity.Timeline.Editor.dll" + }, + { + "namespace": "", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEditor.CoreModule.dll" + } + ], + "name": "AssetModificationProcessor", + "comment": "", + "location": "UnityEditor.CoreModule.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "System.ComponentModel.ComplexBindingPropertiesAttribute", + "name": "Default", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "DataMember", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "DataSource", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "dataSource", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "dataSource", "typeName": "string" }, + { "name": "dataMember", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "System.dll" + } + ], + "name": "ComplexBindingPropertiesAttribute", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "System.MarshalByRefObject", + "attribute": "", + "interfaces": ["IComponent", "IDisposable"], + "fields": [ + { + "typeName": "System.ComponentModel.IContainer", + "name": "Container", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.ISite", + "name": "Site", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.EventHandler", + "name": "Disposed", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.EventHandler" }], + "isStatic": false, + "name": "add_Disposed", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.EventHandler" }], + "isStatic": false, + "name": "remove_Disposed", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.dll" + } + ], + "name": "Component", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "System.Collections.ReadOnlyCollectionBase", + "attribute": "", + "interfaces": ["ICollection", "IEnumerable"], + "fields": [ + { + "typeName": "System.ComponentModel.IComponent", + "name": "this[]", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.IComponent", + "name": "this[]", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "components", + "typeName": "System.ComponentModel.IComponent[]" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "array", + "typeName": "System.ComponentModel.IComponent[]" + }, + { "name": "index", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "System.dll" + } + ], + "name": "ComponentCollection", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "System.ComponentModel.ReferenceConverter", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "type", "typeName": "System.Type" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "PropertyDescriptorCollection", + "params": [ + { + "name": "context", + "typeName": "System.ComponentModel.ITypeDescriptorContext" + }, + { "name": "value", "typeName": "object" }, + { "name": "attributes", "typeName": "System.Attribute[]" } + ], + "isStatic": false, + "name": "GetProperties", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "context", + "typeName": "System.ComponentModel.ITypeDescriptorContext" + } + ], + "isStatic": false, + "name": "GetPropertiesSupported", + "comment": "", + "location": "System.dll" + } + ], + "name": "ComponentConverter", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "context", + "typeName": "System.ComponentModel.ITypeDescriptorContext" + }, + { "name": "component", "typeName": "object" } + ], + "isStatic": false, + "name": "EditComponent", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "component", "typeName": "object" }], + "isStatic": false, + "name": "EditComponent", + "comment": "", + "location": "System.dll" + } + ], + "name": "ComponentEditor", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "System.Resources.ResourceManager", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "t", "typeName": "System.Type" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "object" }, + { "name": "objectName", "typeName": "string" } + ], + "isStatic": false, + "name": "ApplyResources", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "object" }, + { "name": "objectName", "typeName": "string" }, + { + "name": "culture", + "typeName": "System.Globalization.CultureInfo" + } + ], + "isStatic": false, + "name": "ApplyResources", + "comment": "", + "location": "System.dll" + } + ], + "name": "ComponentResourceManager", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "object", + "attribute": "", + "interfaces": ["IContainer", "IDisposable"], + "fields": [ + { + "typeName": "System.ComponentModel.ComponentCollection", + "name": "Components", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "component", + "typeName": "System.ComponentModel.IComponent" + } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "component", + "typeName": "System.ComponentModel.IComponent" + }, + { "name": "name", "typeName": "string" } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "component", + "typeName": "System.ComponentModel.IComponent" + } + ], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "System.dll" + } + ], + "name": "Container", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "ComponentCollection", + "params": [ + { + "name": "components", + "typeName": "System.ComponentModel.ComponentCollection" + } + ], + "isStatic": false, + "name": "FilterComponents", + "comment": "", + "location": "System.dll" + } + ], + "name": "ContainerFilterService", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "System.ComponentModel.TypeConverter", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "context", + "typeName": "System.ComponentModel.ITypeDescriptorContext" + }, + { "name": "sourceType", "typeName": "System.Type" } + ], + "isStatic": false, + "name": "CanConvertFrom", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "context", + "typeName": "System.ComponentModel.ITypeDescriptorContext" + }, + { "name": "destinationType", "typeName": "System.Type" } + ], + "isStatic": false, + "name": "CanConvertTo", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { + "name": "context", + "typeName": "System.ComponentModel.ITypeDescriptorContext" + }, + { + "name": "culture", + "typeName": "System.Globalization.CultureInfo" + }, + { "name": "value", "typeName": "object" } + ], + "isStatic": false, + "name": "ConvertFrom", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { + "name": "context", + "typeName": "System.ComponentModel.ITypeDescriptorContext" + }, + { + "name": "culture", + "typeName": "System.Globalization.CultureInfo" + }, + { "name": "value", "typeName": "object" }, + { "name": "destinationType", "typeName": "System.Type" } + ], + "isStatic": false, + "name": "ConvertTo", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "StandardValuesCollection", + "params": [ + { + "name": "context", + "typeName": "System.ComponentModel.ITypeDescriptorContext" + } + ], + "isStatic": false, + "name": "GetStandardValues", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "context", + "typeName": "System.ComponentModel.ITypeDescriptorContext" + } + ], + "isStatic": false, + "name": "GetStandardValuesExclusive", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "context", + "typeName": "System.ComponentModel.ITypeDescriptorContext" + } + ], + "isStatic": false, + "name": "GetStandardValuesSupported", + "comment": "", + "location": "System.dll" + } + ], + "name": "CultureInfoConverter", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "object", + "attribute": "", + "interfaces": ["ICustomTypeDescriptor"], + "fields": [], + "methods": [ + { + "returnTypeName": "AttributeCollection", + "params": [], + "isStatic": false, + "name": "GetAttributes", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "GetClassName", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "GetComponentName", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "TypeConverter", + "params": [], + "isStatic": false, + "name": "GetConverter", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "EventDescriptor", + "params": [], + "isStatic": false, + "name": "GetDefaultEvent", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "PropertyDescriptor", + "params": [], + "isStatic": false, + "name": "GetDefaultProperty", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Object", + "params": [{ "name": "editorBaseType", "typeName": "System.Type" }], + "isStatic": false, + "name": "GetEditor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "EventDescriptorCollection", + "params": [], + "isStatic": false, + "name": "GetEvents", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "EventDescriptorCollection", + "params": [ + { "name": "attributes", "typeName": "System.Attribute[]" } + ], + "isStatic": false, + "name": "GetEvents", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "PropertyDescriptorCollection", + "params": [], + "isStatic": false, + "name": "GetProperties", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "PropertyDescriptorCollection", + "params": [ + { "name": "attributes", "typeName": "System.Attribute[]" } + ], + "isStatic": false, + "name": "GetProperties", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { + "name": "pd", + "typeName": "System.ComponentModel.PropertyDescriptor" + } + ], + "isStatic": false, + "name": "GetPropertyOwner", + "comment": "", + "location": "System.dll" + } + ], + "name": "CustomTypeDescriptor", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "System.EventArgs", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "PropertyName", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "propertyName", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "DataErrorsChangedEventArgs", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "System.ComponentModel.DataObjectAttribute", + "name": "DataObject", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.DataObjectAttribute", + "name": "Default", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.DataObjectAttribute", + "name": "NonDataObject", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "IsDataObject", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "isDataObject", "typeName": "bool" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "IsDefaultAttribute", + "comment": "", + "location": "System.dll" + } + ], + "name": "DataObjectAttribute", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "bool", + "name": "IsIdentity", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "IsNullable", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "Length", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "PrimaryKey", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "primaryKey", "typeName": "bool" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "primaryKey", "typeName": "bool" }, + { "name": "isIdentity", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "primaryKey", "typeName": "bool" }, + { "name": "isIdentity", "typeName": "bool" }, + { "name": "isNullable", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "primaryKey", "typeName": "bool" }, + { "name": "isIdentity", "typeName": "bool" }, + { "name": "isNullable", "typeName": "bool" }, + { "name": "length", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "System.dll" + } + ], + "name": "DataObjectFieldAttribute", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "bool", + "name": "IsDefault", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.DataObjectMethodType", + "name": "MethodType", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "methodType", + "typeName": "System.ComponentModel.DataObjectMethodType" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "methodType", + "typeName": "System.ComponentModel.DataObjectMethodType" + }, + { "name": "isDefault", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Match", + "comment": "", + "location": "System.dll" + } + ], + "name": "DataObjectMethodAttribute", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.ComponentModel.DataObjectMethodType", + "name": "Delete", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.DataObjectMethodType", + "name": "Fill", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.DataObjectMethodType", + "name": "Insert", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.DataObjectMethodType", + "name": "Select", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.DataObjectMethodType", + "name": "Update", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.ComponentModel.DataObjectMethodType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "DataObjectMethodType", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "System.ComponentModel.TypeConverter", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "context", + "typeName": "System.ComponentModel.ITypeDescriptorContext" + }, + { "name": "sourceType", "typeName": "System.Type" } + ], + "isStatic": false, + "name": "CanConvertFrom", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "context", + "typeName": "System.ComponentModel.ITypeDescriptorContext" + }, + { "name": "destinationType", "typeName": "System.Type" } + ], + "isStatic": false, + "name": "CanConvertTo", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { + "name": "context", + "typeName": "System.ComponentModel.ITypeDescriptorContext" + }, + { + "name": "culture", + "typeName": "System.Globalization.CultureInfo" + }, + { "name": "value", "typeName": "object" } + ], + "isStatic": false, + "name": "ConvertFrom", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { + "name": "context", + "typeName": "System.ComponentModel.ITypeDescriptorContext" + }, + { + "name": "culture", + "typeName": "System.Globalization.CultureInfo" + }, + { "name": "value", "typeName": "object" }, + { "name": "destinationType", "typeName": "System.Type" } + ], + "isStatic": false, + "name": "ConvertTo", + "comment": "", + "location": "System.dll" + } + ], + "name": "DateTimeConverter", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "", + "baseClass": "UnityEditor.ScriptableSingleton", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "float", + "name": "assetDefaultFramerate", + "comment": "", + "location": "Unity.Timeline.Editor.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Save", + "comment": "", + "location": "Unity.Timeline.Editor.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Timeline.Editor.dll" + } + ], + "name": "TimelineProjectSettings", + "comment": "", + "location": "Unity.Timeline.Editor.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "System.ComponentModel.TypeConverter", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "context", + "typeName": "System.ComponentModel.ITypeDescriptorContext" + }, + { "name": "sourceType", "typeName": "System.Type" } + ], + "isStatic": false, + "name": "CanConvertFrom", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "context", + "typeName": "System.ComponentModel.ITypeDescriptorContext" + }, + { "name": "destinationType", "typeName": "System.Type" } + ], + "isStatic": false, + "name": "CanConvertTo", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { + "name": "context", + "typeName": "System.ComponentModel.ITypeDescriptorContext" + }, + { + "name": "culture", + "typeName": "System.Globalization.CultureInfo" + }, + { "name": "value", "typeName": "object" } + ], + "isStatic": false, + "name": "ConvertFrom", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { + "name": "context", + "typeName": "System.ComponentModel.ITypeDescriptorContext" + }, + { + "name": "culture", + "typeName": "System.Globalization.CultureInfo" + }, + { "name": "value", "typeName": "object" }, + { "name": "destinationType", "typeName": "System.Type" } + ], + "isStatic": false, + "name": "ConvertTo", + "comment": "", + "location": "System.dll" + } + ], + "name": "DateTimeOffsetConverter", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "System.ComponentModel.BaseNumberConverter", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "context", + "typeName": "System.ComponentModel.ITypeDescriptorContext" + }, + { "name": "destinationType", "typeName": "System.Type" } + ], + "isStatic": false, + "name": "CanConvertTo", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { + "name": "context", + "typeName": "System.ComponentModel.ITypeDescriptorContext" + }, + { + "name": "culture", + "typeName": "System.Globalization.CultureInfo" + }, + { "name": "value", "typeName": "object" }, + { "name": "destinationType", "typeName": "System.Type" } + ], + "isStatic": false, + "name": "ConvertTo", + "comment": "", + "location": "System.dll" + } + ], + "name": "DecimalConverter", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "System.ComponentModel.DefaultBindingPropertyAttribute", + "name": "Default", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "System.dll" + } + ], + "name": "DefaultBindingPropertyAttribute", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "System.ComponentModel.DefaultEventAttribute", + "name": "Default", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "System.dll" + } + ], + "name": "DefaultEventAttribute", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "System.ComponentModel.DefaultPropertyAttribute", + "name": "Default", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "System.dll" + } + ], + "name": "DefaultPropertyAttribute", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "object", + "name": "Value", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "bool" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "byte" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "char" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "double" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "short" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "int" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "long" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "float" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { "name": "value", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "System.dll" + } + ], + "name": "DefaultValueAttribute", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "System.ComponentModel.DescriptionAttribute", + "name": "Default", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "Description", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "description", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "IsDefaultAttribute", + "comment": "", + "location": "System.dll" + } + ], + "name": "DescriptionAttribute", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "string", + "name": "DesignerBaseTypeName", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "DesignerTypeName", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "object", + "name": "TypeId", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "designerTypeName", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "designerTypeName", "typeName": "string" }, + { "name": "designerBaseTypeName", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "designerTypeName", "typeName": "string" }, + { "name": "designerBaseType", "typeName": "System.Type" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "designerType", "typeName": "System.Type" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "designerType", "typeName": "System.Type" }, + { "name": "designerBaseType", "typeName": "System.Type" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "System.dll" + } + ], + "name": "DesignerAttribute", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "System.ComponentModel.DesignerCategoryAttribute", + "name": "Component", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.DesignerCategoryAttribute", + "name": "Default", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.DesignerCategoryAttribute", + "name": "Form", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.DesignerCategoryAttribute", + "name": "Generic", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "Category", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "object", + "name": "TypeId", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "category", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "IsDefaultAttribute", + "comment": "", + "location": "System.dll" + } + ], + "name": "DesignerCategoryAttribute", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.ComponentModel.DesignerSerializationVisibility", + "name": "Content", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.DesignerSerializationVisibility", + "name": "Hidden", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.DesignerSerializationVisibility", + "name": "Visible", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.ComponentModel.DesignerSerializationVisibility", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "DesignerSerializationVisibility", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "System.ComponentModel.DesignerSerializationVisibilityAttribute", + "name": "Content", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.DesignerSerializationVisibilityAttribute", + "name": "Default", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.DesignerSerializationVisibilityAttribute", + "name": "Hidden", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.DesignerSerializationVisibilityAttribute", + "name": "Visible", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.DesignerSerializationVisibility", + "name": "Visibility", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "visibility", + "typeName": "System.ComponentModel.DesignerSerializationVisibility" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "IsDefaultAttribute", + "comment": "", + "location": "System.dll" + } + ], + "name": "DesignerSerializationVisibilityAttribute", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "System.ComponentModel.DesignOnlyAttribute", + "name": "Default", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.DesignOnlyAttribute", + "name": "No", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.DesignOnlyAttribute", + "name": "Yes", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "IsDesignOnly", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "isDesignOnly", "typeName": "bool" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "IsDefaultAttribute", + "comment": "", + "location": "System.dll" + } + ], + "name": "DesignOnlyAttribute", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "System.ComponentModel.DesignTimeVisibleAttribute", + "name": "Default", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.DesignTimeVisibleAttribute", + "name": "No", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.DesignTimeVisibleAttribute", + "name": "Yes", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "Visible", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "visible", "typeName": "bool" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "IsDefaultAttribute", + "comment": "", + "location": "System.dll" + } + ], + "name": "DesignTimeVisibleAttribute", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "System.ComponentModel.DisplayNameAttribute", + "name": "Default", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "DisplayName", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "displayName", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "IsDefaultAttribute", + "comment": "", + "location": "System.dll" + } + ], + "name": "DisplayNameAttribute", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "System.ComponentModel.BaseNumberConverter", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "DoubleConverter", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "System.ComponentModel.CancelEventArgs", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "object", + "name": "Argument", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "object", + "name": "Result", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "argument", "typeName": "object" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "DoWorkEventArgs", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "sender", "typeName": "object" }, + { "name": "e", "typeName": "System.ComponentModel.DoWorkEventArgs" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "sender", "typeName": "object" }, + { + "name": "e", + "typeName": "System.ComponentModel.DoWorkEventArgs" + }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "System.dll" + } + ], + "name": "DoWorkEventHandler", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "string", + "name": "EditorBaseTypeName", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "EditorTypeName", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "object", + "name": "TypeId", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "typeName", "typeName": "string" }, + { "name": "baseTypeName", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "typeName", "typeName": "string" }, + { "name": "baseType", "typeName": "System.Type" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { "name": "baseType", "typeName": "System.Type" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "System.dll" + } + ], + "name": "EditorAttribute", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "System.ComponentModel.EditorBrowsableState", + "name": "State", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "state", + "typeName": "System.ComponentModel.EditorBrowsableState" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "System.dll" + } + ], + "name": "EditorBrowsableAttribute", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.ComponentModel.EditorBrowsableState", + "name": "Advanced", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.EditorBrowsableState", + "name": "Always", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.EditorBrowsableState", + "name": "Never", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.ComponentModel.EditorBrowsableState", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "EditorBrowsableState", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "System.ComponentModel.TypeConverter", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "type", "typeName": "System.Type" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "context", + "typeName": "System.ComponentModel.ITypeDescriptorContext" + }, + { "name": "sourceType", "typeName": "System.Type" } + ], + "isStatic": false, + "name": "CanConvertFrom", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "context", + "typeName": "System.ComponentModel.ITypeDescriptorContext" + }, + { "name": "destinationType", "typeName": "System.Type" } + ], + "isStatic": false, + "name": "CanConvertTo", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { + "name": "context", + "typeName": "System.ComponentModel.ITypeDescriptorContext" + }, + { + "name": "culture", + "typeName": "System.Globalization.CultureInfo" + }, + { "name": "value", "typeName": "object" } + ], + "isStatic": false, + "name": "ConvertFrom", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { + "name": "context", + "typeName": "System.ComponentModel.ITypeDescriptorContext" + }, + { + "name": "culture", + "typeName": "System.Globalization.CultureInfo" + }, + { "name": "value", "typeName": "object" }, + { "name": "destinationType", "typeName": "System.Type" } + ], + "isStatic": false, + "name": "ConvertTo", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "StandardValuesCollection", + "params": [ + { + "name": "context", + "typeName": "System.ComponentModel.ITypeDescriptorContext" + } + ], + "isStatic": false, + "name": "GetStandardValues", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "context", + "typeName": "System.ComponentModel.ITypeDescriptorContext" + } + ], + "isStatic": false, + "name": "GetStandardValuesExclusive", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "context", + "typeName": "System.ComponentModel.ITypeDescriptorContext" + } + ], + "isStatic": false, + "name": "GetStandardValuesSupported", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "context", + "typeName": "System.ComponentModel.ITypeDescriptorContext" + }, + { "name": "value", "typeName": "object" } + ], + "isStatic": false, + "name": "IsValid", + "comment": "", + "location": "System.dll" + } + ], + "name": "EnumConverter", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "System.ComponentModel.MemberDescriptor", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Type", + "name": "ComponentType", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Type", + "name": "EventType", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "IsMulticast", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "component", "typeName": "object" }, + { "name": "value", "typeName": "System.Delegate" } + ], + "isStatic": false, + "name": "AddEventHandler", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "component", "typeName": "object" }, + { "name": "value", "typeName": "System.Delegate" } + ], + "isStatic": false, + "name": "RemoveEventHandler", + "comment": "", + "location": "System.dll" + } + ], + "name": "EventDescriptor", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "object", + "attribute": "", + "interfaces": ["IList", "ICollection", "IEnumerable"], + "fields": [ + { + "typeName": "System.ComponentModel.EventDescriptorCollection", + "name": "Empty", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "Count", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.EventDescriptor", + "name": "this[]", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.EventDescriptor", + "name": "this[]", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "events", + "typeName": "System.ComponentModel.EventDescriptor[]" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "events", + "typeName": "System.ComponentModel.EventDescriptor[]" + }, + { "name": "readOnly", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "value", + "typeName": "System.ComponentModel.EventDescriptor" + } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Clear", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "value", + "typeName": "System.ComponentModel.EventDescriptor" + } + ], + "isStatic": false, + "name": "Contains", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "EventDescriptor", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "ignoreCase", "typeName": "bool" } + ], + "isStatic": false, + "name": "Find", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IEnumerator", + "params": [], + "isStatic": false, + "name": "GetEnumerator", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "value", + "typeName": "System.ComponentModel.EventDescriptor" + } + ], + "isStatic": false, + "name": "IndexOf", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { + "name": "value", + "typeName": "System.ComponentModel.EventDescriptor" + } + ], + "isStatic": false, + "name": "Insert", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.ComponentModel.EventDescriptor" + } + ], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "RemoveAt", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "EventDescriptorCollection", + "params": [], + "isStatic": false, + "name": "Sort", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "EventDescriptorCollection", + "params": [ + { "name": "comparer", "typeName": "System.Collections.IComparer" } + ], + "isStatic": false, + "name": "Sort", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "EventDescriptorCollection", + "params": [{ "name": "names", "typeName": "string[]" }], + "isStatic": false, + "name": "Sort", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "EventDescriptorCollection", + "params": [ + { "name": "names", "typeName": "string[]" }, + { "name": "comparer", "typeName": "System.Collections.IComparer" } + ], + "isStatic": false, + "name": "Sort", + "comment": "", + "location": "System.dll" + } + ], + "name": "EventDescriptorCollection", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "object", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "System.Delegate", + "name": "this[]", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "key", "typeName": "object" }, + { "name": "value", "typeName": "System.Delegate" } + ], + "isStatic": false, + "name": "AddHandler", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "listToAddFrom", + "typeName": "System.ComponentModel.EventHandlerList" + } + ], + "isStatic": false, + "name": "AddHandlers", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "key", "typeName": "object" }, + { "name": "value", "typeName": "System.Delegate" } + ], + "isStatic": false, + "name": "RemoveHandler", + "comment": "", + "location": "System.dll" + } + ], + "name": "EventHandlerList", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "System.ComponentModel.TypeConverter", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "PropertyDescriptorCollection", + "params": [ + { + "name": "context", + "typeName": "System.ComponentModel.ITypeDescriptorContext" + }, + { "name": "value", "typeName": "object" }, + { "name": "attributes", "typeName": "System.Attribute[]" } + ], + "isStatic": false, + "name": "GetProperties", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "context", + "typeName": "System.ComponentModel.ITypeDescriptorContext" + } + ], + "isStatic": false, + "name": "GetPropertiesSupported", + "comment": "", + "location": "System.dll" + } + ], + "name": "ExpandableObjectConverter", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "System.ComponentModel.PropertyDescriptor", + "name": "ExtenderProperty", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.IExtenderProvider", + "name": "Provider", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Type", + "name": "ReceiverType", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "IsDefaultAttribute", + "comment": "", + "location": "System.dll" + } + ], + "name": "ExtenderProvidedPropertyAttribute", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "System.ComponentModel.TypeConverter", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "context", + "typeName": "System.ComponentModel.ITypeDescriptorContext" + }, + { "name": "sourceType", "typeName": "System.Type" } + ], + "isStatic": false, + "name": "CanConvertFrom", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "context", + "typeName": "System.ComponentModel.ITypeDescriptorContext" + }, + { "name": "destinationType", "typeName": "System.Type" } + ], + "isStatic": false, + "name": "CanConvertTo", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { + "name": "context", + "typeName": "System.ComponentModel.ITypeDescriptorContext" + }, + { + "name": "culture", + "typeName": "System.Globalization.CultureInfo" + }, + { "name": "value", "typeName": "object" } + ], + "isStatic": false, + "name": "ConvertFrom", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { + "name": "context", + "typeName": "System.ComponentModel.ITypeDescriptorContext" + }, + { + "name": "culture", + "typeName": "System.Globalization.CultureInfo" + }, + { "name": "value", "typeName": "object" }, + { "name": "destinationType", "typeName": "System.Type" } + ], + "isStatic": false, + "name": "ConvertTo", + "comment": "", + "location": "System.dll" + } + ], + "name": "GuidConverter", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "System.EventArgs", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "Handled", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "defaultHandledValue", "typeName": "bool" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "HandledEventArgs", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "sender", "typeName": "object" }, + { + "name": "e", + "typeName": "System.ComponentModel.HandledEventArgs" + } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "sender", "typeName": "object" }, + { + "name": "e", + "typeName": "System.ComponentModel.HandledEventArgs" + }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "System.dll" + } + ], + "name": "HandledEventHandler", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "", + "attribute": "interface", + "interfaces": ["IList", "ICollection", "IEnumerable"], + "fields": [ + { + "typeName": "bool", + "name": "AllowEdit", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "AllowNew", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "AllowRemove", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "IsSorted", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.ListSortDirection", + "name": "SortDirection", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.PropertyDescriptor", + "name": "SortProperty", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "SupportsChangeNotification", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "SupportsSearching", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "SupportsSorting", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.ListChangedEventHandler", + "name": "ListChanged", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.ComponentModel.ListChangedEventHandler" + } + ], + "isStatic": false, + "name": "add_ListChanged", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.ComponentModel.ListChangedEventHandler" + } + ], + "isStatic": false, + "name": "remove_ListChanged", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "property", + "typeName": "System.ComponentModel.PropertyDescriptor" + } + ], + "isStatic": false, + "name": "AddIndex", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Object", + "params": [], + "isStatic": false, + "name": "AddNew", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "property", + "typeName": "System.ComponentModel.PropertyDescriptor" + }, + { + "name": "direction", + "typeName": "System.ComponentModel.ListSortDirection" + } + ], + "isStatic": false, + "name": "ApplySort", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "property", + "typeName": "System.ComponentModel.PropertyDescriptor" + }, + { "name": "key", "typeName": "object" } + ], + "isStatic": false, + "name": "Find", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "property", + "typeName": "System.ComponentModel.PropertyDescriptor" + } + ], + "isStatic": false, + "name": "RemoveIndex", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "RemoveSort", + "comment": "", + "location": "System.dll" + } + ], + "name": "IBindingList", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "", + "attribute": "interface", + "interfaces": ["IBindingList", "IList", "ICollection", "IEnumerable"], + "fields": [ + { + "typeName": "string", + "name": "Filter", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.ListSortDescriptionCollection", + "name": "SortDescriptions", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "SupportsAdvancedSorting", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "SupportsFiltering", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "sorts", + "typeName": "System.ComponentModel.ListSortDescriptionCollection" + } + ], + "isStatic": false, + "name": "ApplySort", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "RemoveFilter", + "comment": "", + "location": "System.dll" + } + ], + "name": "IBindingListView", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "itemIndex", "typeName": "int" }], + "isStatic": false, + "name": "CancelNew", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "itemIndex", "typeName": "int" }], + "isStatic": false, + "name": "EndNew", + "comment": "", + "location": "System.dll" + } + ], + "name": "ICancelAddNew", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "IsChanged", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "AcceptChanges", + "comment": "", + "location": "System.dll" + } + ], + "name": "IChangeTracking", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "AttributeCollection", + "params": [{ "name": "component", "typeName": "object" }], + "isStatic": false, + "name": "GetAttributes", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "component", "typeName": "object" }], + "isStatic": false, + "name": "GetClassName", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "TypeConverter", + "params": [{ "name": "component", "typeName": "object" }], + "isStatic": false, + "name": "GetConverter", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "EventDescriptor", + "params": [{ "name": "component", "typeName": "object" }], + "isStatic": false, + "name": "GetDefaultEvent", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "PropertyDescriptor", + "params": [{ "name": "component", "typeName": "object" }], + "isStatic": false, + "name": "GetDefaultProperty", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "component", "typeName": "object" }, + { "name": "baseEditorType", "typeName": "System.Type" } + ], + "isStatic": false, + "name": "GetEditor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "EventDescriptorCollection", + "params": [{ "name": "component", "typeName": "object" }], + "isStatic": false, + "name": "GetEvents", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "EventDescriptorCollection", + "params": [ + { "name": "component", "typeName": "object" }, + { "name": "attributes", "typeName": "System.Attribute[]" } + ], + "isStatic": false, + "name": "GetEvents", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "component", "typeName": "object" }], + "isStatic": false, + "name": "GetName", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "PropertyDescriptorCollection", + "params": [ + { "name": "component", "typeName": "object" }, + { "name": "attributes", "typeName": "System.Attribute[]" } + ], + "isStatic": false, + "name": "GetProperties", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "component", "typeName": "object" }, + { "name": "dispid", "typeName": "int" }, + { "name": "success", "typeName": "bool" } + ], + "isStatic": false, + "name": "GetPropertyValue", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "component", "typeName": "object" }, + { "name": "propertyName", "typeName": "string" }, + { "name": "success", "typeName": "bool" } + ], + "isStatic": false, + "name": "GetPropertyValue", + "comment": "", + "location": "System.dll" + } + ], + "name": "IComNativeDescriptorHandler", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "", + "attribute": "interface", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "System.ComponentModel.ISite", + "name": "Site", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.EventHandler", + "name": "Disposed", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.EventHandler" }], + "isStatic": false, + "name": "add_Disposed", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.EventHandler" }], + "isStatic": false, + "name": "remove_Disposed", + "comment": "", + "location": "System.dll" + } + ], + "name": "IComponent", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "", + "attribute": "interface", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "System.ComponentModel.ComponentCollection", + "name": "Components", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "component", + "typeName": "System.ComponentModel.IComponent" + } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "component", + "typeName": "System.ComponentModel.IComponent" + }, + { "name": "name", "typeName": "string" } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "component", + "typeName": "System.ComponentModel.IComponent" + } + ], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "System.dll" + } + ], + "name": "IContainer", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "AttributeCollection", + "params": [], + "isStatic": false, + "name": "GetAttributes", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "GetClassName", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "GetComponentName", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "TypeConverter", + "params": [], + "isStatic": false, + "name": "GetConverter", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "EventDescriptor", + "params": [], + "isStatic": false, + "name": "GetDefaultEvent", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "PropertyDescriptor", + "params": [], + "isStatic": false, + "name": "GetDefaultProperty", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Object", + "params": [{ "name": "editorBaseType", "typeName": "System.Type" }], + "isStatic": false, + "name": "GetEditor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "EventDescriptorCollection", + "params": [], + "isStatic": false, + "name": "GetEvents", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "EventDescriptorCollection", + "params": [ + { "name": "attributes", "typeName": "System.Attribute[]" } + ], + "isStatic": false, + "name": "GetEvents", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "PropertyDescriptorCollection", + "params": [], + "isStatic": false, + "name": "GetProperties", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "PropertyDescriptorCollection", + "params": [ + { "name": "attributes", "typeName": "System.Attribute[]" } + ], + "isStatic": false, + "name": "GetProperties", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { + "name": "pd", + "typeName": "System.ComponentModel.PropertyDescriptor" + } + ], + "isStatic": false, + "name": "GetPropertyOwner", + "comment": "", + "location": "System.dll" + } + ], + "name": "ICustomTypeDescriptor", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "Error", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "this[]", + "comment": "", + "location": "System.dll" + } + ], + "methods": [], + "name": "IDataErrorInfo", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "BeginEdit", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "CancelEdit", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "EndEdit", + "comment": "", + "location": "System.dll" + } + ], + "name": "IEditableObject", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [{ "name": "extendee", "typeName": "object" }], + "isStatic": false, + "name": "CanExtend", + "comment": "", + "location": "System.dll" + } + ], + "name": "IExtenderProvider", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [ + { "name": "language", "typeName": "string" }, + { "name": "value", "typeName": "string" }, + { "name": "newValue", "typeName": "string" } + ], + "isStatic": false, + "name": "Show", + "comment": "", + "location": "System.dll" + } + ], + "name": "IIntellisenseBuilder", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "ContainsListCollection", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "IList", + "params": [], + "isStatic": false, + "name": "GetList", + "comment": "", + "location": "System.dll" + } + ], + "name": "IListSource", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "System.ComponentModel.ImmutableObjectAttribute", + "name": "Default", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.ImmutableObjectAttribute", + "name": "No", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.ImmutableObjectAttribute", + "name": "Yes", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "Immutable", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "immutable", "typeName": "bool" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "IsDefaultAttribute", + "comment": "", + "location": "System.dll" + } + ], + "name": "ImmutableObjectAttribute", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "", + "attribute": "interface", + "interfaces": ["IContainer", "IDisposable"], + "fields": [ + { + "typeName": "System.ComponentModel.IComponent", + "name": "Owner", + "comment": "", + "location": "System.dll" + } + ], + "methods": [], + "name": "INestedContainer", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "", + "attribute": "interface", + "interfaces": ["ISite", "IServiceProvider"], + "fields": [ + { + "typeName": "string", + "name": "FullName", + "comment": "", + "location": "System.dll" + } + ], + "methods": [], + "name": "INestedSite", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "System.ComponentModel.InheritanceAttribute", + "name": "Default", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.InheritanceAttribute", + "name": "Inherited", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.InheritanceAttribute", + "name": "InheritedReadOnly", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.InheritanceAttribute", + "name": "NotInherited", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.InheritanceLevel", + "name": "InheritanceLevel", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "inheritanceLevel", + "typeName": "System.ComponentModel.InheritanceLevel" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "IsDefaultAttribute", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.dll" + } + ], + "name": "InheritanceAttribute", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.ComponentModel.InheritanceLevel", + "name": "Inherited", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.InheritanceLevel", + "name": "InheritedReadOnly", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.InheritanceLevel", + "name": "NotInherited", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.ComponentModel.InheritanceLevel", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "InheritanceLevel", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "string", + "name": "EventName", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "eventName", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "InitializationEventAttribute", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "HasErrors", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.EventHandler", + "name": "ErrorsChanged", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.EventHandler" + } + ], + "isStatic": false, + "name": "add_ErrorsChanged", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.EventHandler" + } + ], + "isStatic": false, + "name": "remove_ErrorsChanged", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [{ "name": "propertyName", "typeName": "string" }], + "isStatic": false, + "name": "GetErrors", + "comment": "", + "location": "System.dll" + } + ], + "name": "INotifyDataErrorInfo", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [ + { + "typeName": "System.ComponentModel.PropertyChangedEventHandler", + "name": "PropertyChanged", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.ComponentModel.PropertyChangedEventHandler" + } + ], + "isStatic": false, + "name": "add_PropertyChanged", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.ComponentModel.PropertyChangedEventHandler" + } + ], + "isStatic": false, + "name": "remove_PropertyChanged", + "comment": "", + "location": "System.dll" + } + ], + "name": "INotifyPropertyChanged", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [ + { + "typeName": "System.ComponentModel.PropertyChangingEventHandler", + "name": "PropertyChanging", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.ComponentModel.PropertyChangingEventHandler" + } + ], + "isStatic": false, + "name": "add_PropertyChanging", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.ComponentModel.PropertyChangingEventHandler" + } + ], + "isStatic": false, + "name": "remove_PropertyChanging", + "comment": "", + "location": "System.dll" + } + ], + "name": "INotifyPropertyChanging", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "System.Type", + "name": "InstallerType", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "typeName", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "installerType", "typeName": "System.Type" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "System.dll" + } + ], + "name": "InstallerTypeAttribute", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "Text", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Object", + "params": [ + { + "name": "context", + "typeName": "System.ComponentModel.ITypeDescriptorContext" + }, + { "name": "instanceType", "typeName": "System.Type" } + ], + "isStatic": false, + "name": "CreateInstance", + "comment": "", + "location": "System.dll" + } + ], + "name": "InstanceCreationEditor", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "System.ComponentModel.BaseNumberConverter", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "Int16Converter", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "System.ComponentModel.BaseNumberConverter", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "Int32Converter", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "System.ComponentModel.BaseNumberConverter", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "Int64Converter", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "System.ArgumentException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "innerException", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "InvalidAsynchronousStateException", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "System.ArgumentException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "innerException", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "argumentName", "typeName": "string" }, + { "name": "invalidValue", "typeName": "int" }, + { "name": "enumClass", "typeName": "System.Type" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "InvalidEnumArgumentException", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "RaisesItemChangedEvents", + "comment": "", + "location": "System.dll" + } + ], + "methods": [], + "name": "IRaiseItemChangedEvents", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "", + "attribute": "interface", + "interfaces": ["IChangeTracking"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "RejectChanges", + "comment": "", + "location": "System.dll" + } + ], + "name": "IRevertibleChangeTracking", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "", + "attribute": "interface", + "interfaces": ["IServiceProvider"], + "fields": [ + { + "typeName": "System.ComponentModel.IComponent", + "name": "Component", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.IContainer", + "name": "Container", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "DesignMode", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "System.dll" + } + ], + "methods": [], + "name": "ISite", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "BeginInit", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "EndInit", + "comment": "", + "location": "System.dll" + } + ], + "name": "ISupportInitialize", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "", + "attribute": "interface", + "interfaces": ["ISupportInitialize"], + "fields": [ + { + "typeName": "bool", + "name": "IsInitialized", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.EventHandler", + "name": "Initialized", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.EventHandler" }], + "isStatic": false, + "name": "add_Initialized", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.EventHandler" }], + "isStatic": false, + "name": "remove_Initialized", + "comment": "", + "location": "System.dll" + } + ], + "name": "ISupportInitializeNotification", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "InvokeRequired", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "method", "typeName": "System.Delegate" }, + { "name": "args", "typeName": "object[]" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Object", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "method", "typeName": "System.Delegate" }, + { "name": "args", "typeName": "object[]" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "System.dll" + } + ], + "name": "ISynchronizeInvoke", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "", + "attribute": "interface", + "interfaces": ["IServiceProvider"], + "fields": [ + { + "typeName": "System.ComponentModel.IContainer", + "name": "Container", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "object", + "name": "Instance", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.PropertyDescriptor", + "name": "PropertyDescriptor", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "OnComponentChanged", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "OnComponentChanging", + "comment": "", + "location": "System.dll" + } + ], + "name": "ITypeDescriptorContext", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "PropertyDescriptorCollection", + "params": [ + { + "name": "listAccessors", + "typeName": "System.ComponentModel.PropertyDescriptor[]" + } + ], + "isStatic": false, + "name": "GetItemProperties", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "String", + "params": [ + { + "name": "listAccessors", + "typeName": "System.ComponentModel.PropertyDescriptor[]" + } + ], + "isStatic": false, + "name": "GetListName", + "comment": "", + "location": "System.dll" + } + ], + "name": "ITypedList", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "object", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "string", + "name": "LicenseKey", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "", + "location": "System.dll" + } + ], + "name": "License", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "object", + "attribute": "", + "interfaces": ["IServiceProvider"], + "fields": [ + { + "typeName": "System.ComponentModel.LicenseUsageMode", + "name": "UsageMode", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { + "name": "resourceAssembly", + "typeName": "System.Reflection.Assembly" + } + ], + "isStatic": false, + "name": "GetSavedLicenseKey", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Object", + "params": [{ "name": "type", "typeName": "System.Type" }], + "isStatic": false, + "name": "GetService", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { "name": "key", "typeName": "string" } + ], + "isStatic": false, + "name": "SetSavedLicenseKey", + "comment": "", + "location": "System.dll" + } + ], + "name": "LicenseContext", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "System.SystemException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [ + { + "typeName": "System.Type", + "name": "LicensedType", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "type", "typeName": "System.Type" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { "name": "instance", "typeName": "object" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { "name": "instance", "typeName": "object" }, + { "name": "message", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { "name": "instance", "typeName": "object" }, + { "name": "message", "typeName": "string" }, + { "name": "innerException", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "info", + "typeName": "System.Runtime.Serialization.SerializationInfo" + }, + { + "name": "context", + "typeName": "System.Runtime.Serialization.StreamingContext" + } + ], + "isStatic": false, + "name": "GetObjectData", + "comment": "", + "location": "System.dll" + } + ], + "name": "LicenseException", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.ComponentModel.LicenseContext", + "name": "CurrentContext", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.LicenseUsageMode", + "name": "UsageMode", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Object", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { + "name": "creationContext", + "typeName": "System.ComponentModel.LicenseContext" + } + ], + "isStatic": true, + "name": "CreateWithContext", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { + "name": "creationContext", + "typeName": "System.ComponentModel.LicenseContext" + }, + { "name": "args", "typeName": "object[]" } + ], + "isStatic": true, + "name": "CreateWithContext", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "type", "typeName": "System.Type" }], + "isStatic": true, + "name": "IsLicensed", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "type", "typeName": "System.Type" }], + "isStatic": true, + "name": "IsValid", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { "name": "instance", "typeName": "object" }, + { "name": "license", "typeName": "System.ComponentModel.License" } + ], + "isStatic": true, + "name": "IsValid", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "contextUser", "typeName": "object" }], + "isStatic": true, + "name": "LockContext", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "contextUser", "typeName": "object" }], + "isStatic": true, + "name": "UnlockContext", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "type", "typeName": "System.Type" }], + "isStatic": true, + "name": "Validate", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "License", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { "name": "instance", "typeName": "object" } + ], + "isStatic": true, + "name": "Validate", + "comment": "", + "location": "System.dll" + } + ], + "name": "LicenseManager", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "License", + "params": [ + { + "name": "context", + "typeName": "System.ComponentModel.LicenseContext" + }, + { "name": "type", "typeName": "System.Type" }, + { "name": "instance", "typeName": "object" }, + { "name": "allowExceptions", "typeName": "bool" } + ], + "isStatic": false, + "name": "GetLicense", + "comment": "", + "location": "System.dll" + } + ], + "name": "LicenseProvider", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "System.ComponentModel.LicenseProviderAttribute", + "name": "Default", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Type", + "name": "LicenseProvider", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "object", + "name": "TypeId", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "typeName", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "type", "typeName": "System.Type" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "System.dll" + } + ], + "name": "LicenseProviderAttribute", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.ComponentModel.LicenseUsageMode", + "name": "Designtime", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.LicenseUsageMode", + "name": "Runtime", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.ComponentModel.LicenseUsageMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "LicenseUsageMode", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "System.ComponentModel.LicenseProvider", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "License", + "params": [ + { + "name": "context", + "typeName": "System.ComponentModel.LicenseContext" + }, + { "name": "type", "typeName": "System.Type" }, + { "name": "instance", "typeName": "object" }, + { "name": "allowExceptions", "typeName": "bool" } + ], + "isStatic": false, + "name": "GetLicense", + "comment": "", + "location": "System.dll" + } + ], + "name": "LicFileLicenseProvider", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "System.ComponentModel.ListBindableAttribute", + "name": "Default", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.ListBindableAttribute", + "name": "No", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.ListBindableAttribute", + "name": "Yes", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "ListBindable", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "listBindable", "typeName": "bool" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "flags", + "typeName": "System.ComponentModel.BindableSupport" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "IsDefaultAttribute", + "comment": "", + "location": "System.dll" + } + ], + "name": "ListBindableAttribute", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "System.EventArgs", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.ComponentModel.ListChangedType", + "name": "ListChangedType", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "NewIndex", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "OldIndex", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.PropertyDescriptor", + "name": "PropertyDescriptor", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "listChangedType", + "typeName": "System.ComponentModel.ListChangedType" + }, + { + "name": "propDesc", + "typeName": "System.ComponentModel.PropertyDescriptor" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "listChangedType", + "typeName": "System.ComponentModel.ListChangedType" + }, + { "name": "newIndex", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "listChangedType", + "typeName": "System.ComponentModel.ListChangedType" + }, + { "name": "newIndex", "typeName": "int" }, + { + "name": "propDesc", + "typeName": "System.ComponentModel.PropertyDescriptor" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "listChangedType", + "typeName": "System.ComponentModel.ListChangedType" + }, + { "name": "newIndex", "typeName": "int" }, + { "name": "oldIndex", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "ListChangedEventArgs", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "sender", "typeName": "object" }, + { + "name": "e", + "typeName": "System.ComponentModel.ListChangedEventArgs" + } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "sender", "typeName": "object" }, + { + "name": "e", + "typeName": "System.ComponentModel.ListChangedEventArgs" + }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "System.dll" + } + ], + "name": "ListChangedEventHandler", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.ComponentModel.ListChangedType", + "name": "ItemAdded", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.ListChangedType", + "name": "ItemChanged", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.ListChangedType", + "name": "ItemDeleted", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.ListChangedType", + "name": "ItemMoved", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.ListChangedType", + "name": "PropertyDescriptorAdded", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.ListChangedType", + "name": "PropertyDescriptorChanged", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.ListChangedType", + "name": "PropertyDescriptorDeleted", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.ListChangedType", + "name": "Reset", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.ComponentModel.ListChangedType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "ListChangedType", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.ComponentModel.PropertyDescriptor", + "name": "PropertyDescriptor", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.ListSortDirection", + "name": "SortDirection", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "property", + "typeName": "System.ComponentModel.PropertyDescriptor" + }, + { + "name": "direction", + "typeName": "System.ComponentModel.ListSortDirection" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "ListSortDescription", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "object", + "attribute": "", + "interfaces": ["IList", "ICollection", "IEnumerable"], + "fields": [ + { + "typeName": "int", + "name": "Count", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.ListSortDescription", + "name": "this[]", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "sorts", + "typeName": "System.ComponentModel.ListSortDescription[]" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "Contains", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "array", "typeName": "System.Array" }, + { "name": "index", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "IndexOf", + "comment": "", + "location": "System.dll" + } + ], + "name": "ListSortDescriptionCollection", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.ComponentModel.ListSortDirection", + "name": "Ascending", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.ListSortDirection", + "name": "Descending", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.ComponentModel.ListSortDirection", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "ListSortDirection", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "System.ComponentModel.LocalizableAttribute", + "name": "Default", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.LocalizableAttribute", + "name": "No", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.LocalizableAttribute", + "name": "Yes", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "IsLocalizable", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "isLocalizable", "typeName": "bool" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "IsDefaultAttribute", + "comment": "", + "location": "System.dll" + } + ], + "name": "LocalizableAttribute", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "System.ComponentModel.LookupBindingPropertiesAttribute", + "name": "Default", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "DataSource", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "DisplayMember", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "LookupMember", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "ValueMember", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "dataSource", "typeName": "string" }, + { "name": "displayMember", "typeName": "string" }, + { "name": "valueMember", "typeName": "string" }, + { "name": "lookupMember", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "System.dll" + } + ], + "name": "LookupBindingPropertiesAttribute", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "object", + "attribute": "", + "interfaces": ["IComponent", "IDisposable", "IServiceProvider"], + "fields": [ + { + "typeName": "System.ComponentModel.IContainer", + "name": "Container", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "DesignMode", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.ISite", + "name": "Site", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.EventHandler", + "name": "Disposed", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.EventHandler" }], + "isStatic": false, + "name": "add_Disposed", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.EventHandler" }], + "isStatic": false, + "name": "remove_Disposed", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Object", + "params": [{ "name": "service", "typeName": "System.Type" }], + "isStatic": false, + "name": "GetService", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.dll" + } + ], + "name": "MarshalByValueComponent", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "object", + "attribute": "", + "interfaces": ["ICloneable"], + "fields": [ + { + "typeName": "bool", + "name": "AllowPromptAsInput", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "AsciiOnly", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "AssignedEditPositionCount", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "AvailableEditPositionCount", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Globalization.CultureInfo", + "name": "Culture", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "char", + "name": "DefaultPasswordChar", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "EditPositionCount", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Collections.IEnumerator", + "name": "EditPositions", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "IncludeLiterals", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "IncludePrompt", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "InvalidIndex", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "IsPassword", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "char", + "name": "this[]", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "LastAssignedPosition", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "Length", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "Mask", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "MaskCompleted", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "MaskFull", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "char", + "name": "PasswordChar", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "char", + "name": "PromptChar", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "ResetOnPrompt", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "ResetOnSpace", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "SkipLiterals", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "mask", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "mask", "typeName": "string" }, + { "name": "restrictToAscii", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "mask", "typeName": "string" }, + { "name": "passwordChar", "typeName": "char" }, + { "name": "allowPromptAsInput", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "mask", "typeName": "string" }, + { + "name": "culture", + "typeName": "System.Globalization.CultureInfo" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "mask", "typeName": "string" }, + { + "name": "culture", + "typeName": "System.Globalization.CultureInfo" + }, + { "name": "restrictToAscii", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "mask", "typeName": "string" }, + { + "name": "culture", + "typeName": "System.Globalization.CultureInfo" + }, + { "name": "allowPromptAsInput", "typeName": "bool" }, + { "name": "promptChar", "typeName": "char" }, + { "name": "passwordChar", "typeName": "char" }, + { "name": "restrictToAscii", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "mask", "typeName": "string" }, + { + "name": "culture", + "typeName": "System.Globalization.CultureInfo" + }, + { "name": "passwordChar", "typeName": "char" }, + { "name": "allowPromptAsInput", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "input", "typeName": "char" }], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "input", "typeName": "char" }, + { "name": "testPosition", "typeName": "int" }, + { + "name": "resultHint", + "typeName": "System.ComponentModel.MaskedTextResultHint" + } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "input", "typeName": "string" }], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "input", "typeName": "string" }, + { "name": "testPosition", "typeName": "int" }, + { + "name": "resultHint", + "typeName": "System.ComponentModel.MaskedTextResultHint" + } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Clear", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "resultHint", + "typeName": "System.ComponentModel.MaskedTextResultHint" + } + ], + "isStatic": false, + "name": "Clear", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Object", + "params": [], + "isStatic": false, + "name": "Clone", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "position", "typeName": "int" }, + { "name": "direction", "typeName": "bool" } + ], + "isStatic": false, + "name": "FindAssignedEditPositionFrom", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "startPosition", "typeName": "int" }, + { "name": "endPosition", "typeName": "int" }, + { "name": "direction", "typeName": "bool" } + ], + "isStatic": false, + "name": "FindAssignedEditPositionInRange", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "position", "typeName": "int" }, + { "name": "direction", "typeName": "bool" } + ], + "isStatic": false, + "name": "FindEditPositionFrom", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "startPosition", "typeName": "int" }, + { "name": "endPosition", "typeName": "int" }, + { "name": "direction", "typeName": "bool" } + ], + "isStatic": false, + "name": "FindEditPositionInRange", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "position", "typeName": "int" }, + { "name": "direction", "typeName": "bool" } + ], + "isStatic": false, + "name": "FindNonEditPositionFrom", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "startPosition", "typeName": "int" }, + { "name": "endPosition", "typeName": "int" }, + { "name": "direction", "typeName": "bool" } + ], + "isStatic": false, + "name": "FindNonEditPositionInRange", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "position", "typeName": "int" }, + { "name": "direction", "typeName": "bool" } + ], + "isStatic": false, + "name": "FindUnassignedEditPositionFrom", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "startPosition", "typeName": "int" }, + { "name": "endPosition", "typeName": "int" }, + { "name": "direction", "typeName": "bool" } + ], + "isStatic": false, + "name": "FindUnassignedEditPositionInRange", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "hint", + "typeName": "System.ComponentModel.MaskedTextResultHint" + } + ], + "isStatic": true, + "name": "GetOperationResultFromHint", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "input", "typeName": "char" }, + { "name": "position", "typeName": "int" } + ], + "isStatic": false, + "name": "InsertAt", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "input", "typeName": "char" }, + { "name": "position", "typeName": "int" }, + { "name": "testPosition", "typeName": "int" }, + { + "name": "resultHint", + "typeName": "System.ComponentModel.MaskedTextResultHint" + } + ], + "isStatic": false, + "name": "InsertAt", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "input", "typeName": "string" }, + { "name": "position", "typeName": "int" } + ], + "isStatic": false, + "name": "InsertAt", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "input", "typeName": "string" }, + { "name": "position", "typeName": "int" }, + { "name": "testPosition", "typeName": "int" }, + { + "name": "resultHint", + "typeName": "System.ComponentModel.MaskedTextResultHint" + } + ], + "isStatic": false, + "name": "InsertAt", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "position", "typeName": "int" }], + "isStatic": false, + "name": "IsAvailablePosition", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "position", "typeName": "int" }], + "isStatic": false, + "name": "IsEditPosition", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "c", "typeName": "char" }], + "isStatic": true, + "name": "IsValidInputChar", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "c", "typeName": "char" }], + "isStatic": true, + "name": "IsValidMaskChar", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "c", "typeName": "char" }], + "isStatic": true, + "name": "IsValidPasswordChar", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "testPosition", "typeName": "int" }, + { + "name": "resultHint", + "typeName": "System.ComponentModel.MaskedTextResultHint" + } + ], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "position", "typeName": "int" }], + "isStatic": false, + "name": "RemoveAt", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "startPosition", "typeName": "int" }, + { "name": "endPosition", "typeName": "int" } + ], + "isStatic": false, + "name": "RemoveAt", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "startPosition", "typeName": "int" }, + { "name": "endPosition", "typeName": "int" }, + { "name": "testPosition", "typeName": "int" }, + { + "name": "resultHint", + "typeName": "System.ComponentModel.MaskedTextResultHint" + } + ], + "isStatic": false, + "name": "RemoveAt", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "input", "typeName": "char" }, + { "name": "position", "typeName": "int" } + ], + "isStatic": false, + "name": "Replace", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "input", "typeName": "char" }, + { "name": "startPosition", "typeName": "int" }, + { "name": "endPosition", "typeName": "int" }, + { "name": "testPosition", "typeName": "int" }, + { + "name": "resultHint", + "typeName": "System.ComponentModel.MaskedTextResultHint" + } + ], + "isStatic": false, + "name": "Replace", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "input", "typeName": "char" }, + { "name": "position", "typeName": "int" }, + { "name": "testPosition", "typeName": "int" }, + { + "name": "resultHint", + "typeName": "System.ComponentModel.MaskedTextResultHint" + } + ], + "isStatic": false, + "name": "Replace", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "input", "typeName": "string" }, + { "name": "position", "typeName": "int" } + ], + "isStatic": false, + "name": "Replace", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "input", "typeName": "string" }, + { "name": "startPosition", "typeName": "int" }, + { "name": "endPosition", "typeName": "int" }, + { "name": "testPosition", "typeName": "int" }, + { + "name": "resultHint", + "typeName": "System.ComponentModel.MaskedTextResultHint" + } + ], + "isStatic": false, + "name": "Replace", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "input", "typeName": "string" }, + { "name": "position", "typeName": "int" }, + { "name": "testPosition", "typeName": "int" }, + { + "name": "resultHint", + "typeName": "System.ComponentModel.MaskedTextResultHint" + } + ], + "isStatic": false, + "name": "Replace", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "input", "typeName": "string" }], + "isStatic": false, + "name": "Set", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "input", "typeName": "string" }, + { "name": "testPosition", "typeName": "int" }, + { + "name": "resultHint", + "typeName": "System.ComponentModel.MaskedTextResultHint" + } + ], + "isStatic": false, + "name": "Set", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToDisplayString", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "ignorePasswordChar", "typeName": "bool" }], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "includePrompt", "typeName": "bool" }, + { "name": "includeLiterals", "typeName": "bool" } + ], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "ignorePasswordChar", "typeName": "bool" }, + { "name": "includePrompt", "typeName": "bool" }, + { "name": "includeLiterals", "typeName": "bool" }, + { "name": "startPosition", "typeName": "int" }, + { "name": "length", "typeName": "int" } + ], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "includePrompt", "typeName": "bool" }, + { "name": "includeLiterals", "typeName": "bool" }, + { "name": "startPosition", "typeName": "int" }, + { "name": "length", "typeName": "int" } + ], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "ignorePasswordChar", "typeName": "bool" }, + { "name": "startPosition", "typeName": "int" }, + { "name": "length", "typeName": "int" } + ], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "startPosition", "typeName": "int" }, + { "name": "length", "typeName": "int" } + ], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "input", "typeName": "char" }, + { "name": "position", "typeName": "int" }, + { + "name": "hint", + "typeName": "System.ComponentModel.MaskedTextResultHint" + } + ], + "isStatic": false, + "name": "VerifyChar", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "input", "typeName": "char" }, + { "name": "position", "typeName": "int" } + ], + "isStatic": false, + "name": "VerifyEscapeChar", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "input", "typeName": "string" }], + "isStatic": false, + "name": "VerifyString", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "input", "typeName": "string" }, + { "name": "testPosition", "typeName": "int" }, + { + "name": "resultHint", + "typeName": "System.ComponentModel.MaskedTextResultHint" + } + ], + "isStatic": false, + "name": "VerifyString", + "comment": "", + "location": "System.dll" + } + ], + "name": "MaskedTextProvider", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.ComponentModel.MaskedTextResultHint", + "name": "AlphanumericCharacterExpected", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.MaskedTextResultHint", + "name": "AsciiCharacterExpected", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.MaskedTextResultHint", + "name": "CharacterEscaped", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.MaskedTextResultHint", + "name": "DigitExpected", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.MaskedTextResultHint", + "name": "InvalidInput", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.MaskedTextResultHint", + "name": "LetterExpected", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.MaskedTextResultHint", + "name": "NoEffect", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.MaskedTextResultHint", + "name": "NonEditPosition", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.MaskedTextResultHint", + "name": "PositionOutOfRange", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.MaskedTextResultHint", + "name": "PromptCharNotAllowed", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.MaskedTextResultHint", + "name": "SideEffect", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.MaskedTextResultHint", + "name": "SignedDigitExpected", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.MaskedTextResultHint", + "name": "Success", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.MaskedTextResultHint", + "name": "UnavailableEditPosition", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.MaskedTextResultHint", + "name": "Unknown", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.ComponentModel.MaskedTextResultHint", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "MaskedTextResultHint", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.ComponentModel.AttributeCollection", + "name": "Attributes", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "Category", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "Description", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "DesignTimeOnly", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "DisplayName", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "IsBrowsable", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "System.dll" + } + ], + "name": "MemberDescriptor", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "System.ComponentModel.MergablePropertyAttribute", + "name": "Default", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.MergablePropertyAttribute", + "name": "No", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.MergablePropertyAttribute", + "name": "Yes", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "AllowMerge", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "allowMerge", "typeName": "bool" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "IsDefaultAttribute", + "comment": "", + "location": "System.dll" + } + ], + "name": "MergablePropertyAttribute", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "System.ComponentModel.TypeConverter", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { + "name": "context", + "typeName": "System.ComponentModel.ITypeDescriptorContext" + }, + { + "name": "culture", + "typeName": "System.Globalization.CultureInfo" + }, + { "name": "value", "typeName": "object" }, + { "name": "destinationType", "typeName": "System.Type" } + ], + "isStatic": false, + "name": "ConvertTo", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "PropertyDescriptorCollection", + "params": [ + { + "name": "context", + "typeName": "System.ComponentModel.ITypeDescriptorContext" + }, + { "name": "value", "typeName": "object" }, + { "name": "attributes", "typeName": "System.Attribute[]" } + ], + "isStatic": false, + "name": "GetProperties", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "context", + "typeName": "System.ComponentModel.ITypeDescriptorContext" + } + ], + "isStatic": false, + "name": "GetPropertiesSupported", + "comment": "", + "location": "System.dll" + } + ], + "name": "MultilineStringConverter", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "System.ComponentModel.Container", + "attribute": "", + "interfaces": ["INestedContainer", "IContainer", "IDisposable"], + "fields": [ + { + "typeName": "System.ComponentModel.IComponent", + "name": "Owner", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "owner", "typeName": "System.ComponentModel.IComponent" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "NestedContainer", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "System.ComponentModel.NotifyParentPropertyAttribute", + "name": "Default", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.NotifyParentPropertyAttribute", + "name": "No", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.NotifyParentPropertyAttribute", + "name": "Yes", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "NotifyParent", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "notifyParent", "typeName": "bool" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "IsDefaultAttribute", + "comment": "", + "location": "System.dll" + } + ], + "name": "NotifyParentPropertyAttribute", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "System.ComponentModel.TypeConverter", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Type", + "name": "NullableType", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Type", + "name": "UnderlyingType", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.TypeConverter", + "name": "UnderlyingTypeConverter", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "type", "typeName": "System.Type" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "context", + "typeName": "System.ComponentModel.ITypeDescriptorContext" + }, + { "name": "sourceType", "typeName": "System.Type" } + ], + "isStatic": false, + "name": "CanConvertFrom", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "context", + "typeName": "System.ComponentModel.ITypeDescriptorContext" + }, + { "name": "destinationType", "typeName": "System.Type" } + ], + "isStatic": false, + "name": "CanConvertTo", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { + "name": "context", + "typeName": "System.ComponentModel.ITypeDescriptorContext" + }, + { + "name": "culture", + "typeName": "System.Globalization.CultureInfo" + }, + { "name": "value", "typeName": "object" } + ], + "isStatic": false, + "name": "ConvertFrom", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { + "name": "context", + "typeName": "System.ComponentModel.ITypeDescriptorContext" + }, + { + "name": "culture", + "typeName": "System.Globalization.CultureInfo" + }, + { "name": "value", "typeName": "object" }, + { "name": "destinationType", "typeName": "System.Type" } + ], + "isStatic": false, + "name": "ConvertTo", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { + "name": "context", + "typeName": "System.ComponentModel.ITypeDescriptorContext" + }, + { + "name": "propertyValues", + "typeName": "System.Collections.IDictionary" + } + ], + "isStatic": false, + "name": "CreateInstance", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "context", + "typeName": "System.ComponentModel.ITypeDescriptorContext" + } + ], + "isStatic": false, + "name": "GetCreateInstanceSupported", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "PropertyDescriptorCollection", + "params": [ + { + "name": "context", + "typeName": "System.ComponentModel.ITypeDescriptorContext" + }, + { "name": "value", "typeName": "object" }, + { "name": "attributes", "typeName": "System.Attribute[]" } + ], + "isStatic": false, + "name": "GetProperties", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "context", + "typeName": "System.ComponentModel.ITypeDescriptorContext" + } + ], + "isStatic": false, + "name": "GetPropertiesSupported", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "StandardValuesCollection", + "params": [ + { + "name": "context", + "typeName": "System.ComponentModel.ITypeDescriptorContext" + } + ], + "isStatic": false, + "name": "GetStandardValues", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "context", + "typeName": "System.ComponentModel.ITypeDescriptorContext" + } + ], + "isStatic": false, + "name": "GetStandardValuesExclusive", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "context", + "typeName": "System.ComponentModel.ITypeDescriptorContext" + } + ], + "isStatic": false, + "name": "GetStandardValuesSupported", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "context", + "typeName": "System.ComponentModel.ITypeDescriptorContext" + }, + { "name": "value", "typeName": "object" } + ], + "isStatic": false, + "name": "IsValid", + "comment": "", + "location": "System.dll" + } + ], + "name": "NullableConverter", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "System.ComponentModel.ParenthesizePropertyNameAttribute", + "name": "Default", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "NeedParenthesis", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "needParenthesis", "typeName": "bool" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "o", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "IsDefaultAttribute", + "comment": "", + "location": "System.dll" + } + ], + "name": "ParenthesizePropertyNameAttribute", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "System.ComponentModel.PasswordPropertyTextAttribute", + "name": "Default", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.PasswordPropertyTextAttribute", + "name": "No", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.PasswordPropertyTextAttribute", + "name": "Yes", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "Password", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "password", "typeName": "bool" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "o", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "IsDefaultAttribute", + "comment": "", + "location": "System.dll" + } + ], + "name": "PasswordPropertyTextAttribute", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "System.EventArgs", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "ProgressPercentage", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "object", + "name": "UserState", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "progressPercentage", "typeName": "int" }, + { "name": "userState", "typeName": "object" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "ProgressChangedEventArgs", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "sender", "typeName": "object" }, + { + "name": "e", + "typeName": "System.ComponentModel.ProgressChangedEventArgs" + } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "sender", "typeName": "object" }, + { + "name": "e", + "typeName": "System.ComponentModel.ProgressChangedEventArgs" + }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "System.dll" + } + ], + "name": "ProgressChangedEventHandler", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "System.EventArgs", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "PropertyName", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "propertyName", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "PropertyChangedEventArgs", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "sender", "typeName": "object" }, + { + "name": "e", + "typeName": "System.ComponentModel.PropertyChangedEventArgs" + } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "sender", "typeName": "object" }, + { + "name": "e", + "typeName": "System.ComponentModel.PropertyChangedEventArgs" + }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "System.dll" + } + ], + "name": "PropertyChangedEventHandler", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "System.EventArgs", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "PropertyName", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "propertyName", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "PropertyChangingEventArgs", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "sender", "typeName": "object" }, + { + "name": "e", + "typeName": "System.ComponentModel.PropertyChangingEventArgs" + } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "sender", "typeName": "object" }, + { + "name": "e", + "typeName": "System.ComponentModel.PropertyChangingEventArgs" + }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "System.dll" + } + ], + "name": "PropertyChangingEventHandler", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "System.ComponentModel.MemberDescriptor", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Type", + "name": "ComponentType", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.TypeConverter", + "name": "Converter", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "IsLocalizable", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "IsReadOnly", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Type", + "name": "PropertyType", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.DesignerSerializationVisibility", + "name": "SerializationVisibility", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "SupportsChangeEvents", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "component", "typeName": "object" }, + { "name": "handler", "typeName": "System.EventHandler" } + ], + "isStatic": false, + "name": "AddValueChanged", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "component", "typeName": "object" }], + "isStatic": false, + "name": "CanResetValue", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "PropertyDescriptorCollection", + "params": [], + "isStatic": false, + "name": "GetChildProperties", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "PropertyDescriptorCollection", + "params": [{ "name": "filter", "typeName": "System.Attribute[]" }], + "isStatic": false, + "name": "GetChildProperties", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "PropertyDescriptorCollection", + "params": [{ "name": "instance", "typeName": "object" }], + "isStatic": false, + "name": "GetChildProperties", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "PropertyDescriptorCollection", + "params": [ + { "name": "instance", "typeName": "object" }, + { "name": "filter", "typeName": "System.Attribute[]" } + ], + "isStatic": false, + "name": "GetChildProperties", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Object", + "params": [{ "name": "editorBaseType", "typeName": "System.Type" }], + "isStatic": false, + "name": "GetEditor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Object", + "params": [{ "name": "component", "typeName": "object" }], + "isStatic": false, + "name": "GetValue", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "component", "typeName": "object" }, + { "name": "handler", "typeName": "System.EventHandler" } + ], + "isStatic": false, + "name": "RemoveValueChanged", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "component", "typeName": "object" }], + "isStatic": false, + "name": "ResetValue", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "component", "typeName": "object" }, + { "name": "value", "typeName": "object" } + ], + "isStatic": false, + "name": "SetValue", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "component", "typeName": "object" }], + "isStatic": false, + "name": "ShouldSerializeValue", + "comment": "", + "location": "System.dll" + } + ], + "name": "PropertyDescriptor", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "object", + "attribute": "", + "interfaces": ["IDictionary", "IList", "ICollection", "IEnumerable"], + "fields": [ + { + "typeName": "System.ComponentModel.PropertyDescriptorCollection", + "name": "Empty", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "Count", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.PropertyDescriptor", + "name": "this[]", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.PropertyDescriptor", + "name": "this[]", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "properties", + "typeName": "System.ComponentModel.PropertyDescriptor[]" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "properties", + "typeName": "System.ComponentModel.PropertyDescriptor[]" + }, + { "name": "readOnly", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "value", + "typeName": "System.ComponentModel.PropertyDescriptor" + } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Clear", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "value", + "typeName": "System.ComponentModel.PropertyDescriptor" + } + ], + "isStatic": false, + "name": "Contains", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "array", "typeName": "System.Array" }, + { "name": "index", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "PropertyDescriptor", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "ignoreCase", "typeName": "bool" } + ], + "isStatic": false, + "name": "Find", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IEnumerator", + "params": [], + "isStatic": false, + "name": "GetEnumerator", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "value", + "typeName": "System.ComponentModel.PropertyDescriptor" + } + ], + "isStatic": false, + "name": "IndexOf", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { + "name": "value", + "typeName": "System.ComponentModel.PropertyDescriptor" + } + ], + "isStatic": false, + "name": "Insert", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.ComponentModel.PropertyDescriptor" + } + ], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "RemoveAt", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "PropertyDescriptorCollection", + "params": [], + "isStatic": false, + "name": "Sort", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "PropertyDescriptorCollection", + "params": [ + { "name": "comparer", "typeName": "System.Collections.IComparer" } + ], + "isStatic": false, + "name": "Sort", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "PropertyDescriptorCollection", + "params": [{ "name": "names", "typeName": "string[]" }], + "isStatic": false, + "name": "Sort", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "PropertyDescriptorCollection", + "params": [ + { "name": "names", "typeName": "string[]" }, + { "name": "comparer", "typeName": "System.Collections.IComparer" } + ], + "isStatic": false, + "name": "Sort", + "comment": "", + "location": "System.dll" + } + ], + "name": "PropertyDescriptorCollection", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "System.Type[]", + "name": "TabClasses", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.PropertyTabScope[]", + "name": "TabScopes", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "tabClassName", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "tabClassName", "typeName": "string" }, + { + "name": "tabScope", + "typeName": "System.ComponentModel.PropertyTabScope" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "tabClass", "typeName": "System.Type" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "tabClass", "typeName": "System.Type" }, + { + "name": "tabScope", + "typeName": "System.ComponentModel.PropertyTabScope" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "other", + "typeName": "System.ComponentModel.PropertyTabAttribute" + } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "other", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "System.dll" + } + ], + "name": "PropertyTabAttribute", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.ComponentModel.PropertyTabScope", + "name": "Component", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.PropertyTabScope", + "name": "Document", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.PropertyTabScope", + "name": "Global", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.PropertyTabScope", + "name": "Static", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.ComponentModel.PropertyTabScope", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "PropertyTabScope", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "string", + "name": "PropertyName", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "ReceiverTypeName", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "object", + "name": "TypeId", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "propertyName", "typeName": "string" }, + { "name": "receiverTypeName", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "propertyName", "typeName": "string" }, + { "name": "receiverType", "typeName": "System.Type" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "System.dll" + } + ], + "name": "ProvidePropertyAttribute", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "System.ComponentModel.ReadOnlyAttribute", + "name": "Default", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.ReadOnlyAttribute", + "name": "No", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.ReadOnlyAttribute", + "name": "Yes", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "IsReadOnly", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "isReadOnly", "typeName": "bool" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "IsDefaultAttribute", + "comment": "", + "location": "System.dll" + } + ], + "name": "ReadOnlyAttribute", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "System.ComponentModel.RecommendedAsConfigurableAttribute", + "name": "Default", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.RecommendedAsConfigurableAttribute", + "name": "No", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.RecommendedAsConfigurableAttribute", + "name": "Yes", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "RecommendedAsConfigurable", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "recommendedAsConfigurable", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "IsDefaultAttribute", + "comment": "", + "location": "System.dll" + } + ], + "name": "RecommendedAsConfigurableAttribute", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "System.ComponentModel.TypeConverter", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "type", "typeName": "System.Type" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "context", + "typeName": "System.ComponentModel.ITypeDescriptorContext" + }, + { "name": "sourceType", "typeName": "System.Type" } + ], + "isStatic": false, + "name": "CanConvertFrom", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { + "name": "context", + "typeName": "System.ComponentModel.ITypeDescriptorContext" + }, + { + "name": "culture", + "typeName": "System.Globalization.CultureInfo" + }, + { "name": "value", "typeName": "object" } + ], + "isStatic": false, + "name": "ConvertFrom", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { + "name": "context", + "typeName": "System.ComponentModel.ITypeDescriptorContext" + }, + { + "name": "culture", + "typeName": "System.Globalization.CultureInfo" + }, + { "name": "value", "typeName": "object" }, + { "name": "destinationType", "typeName": "System.Type" } + ], + "isStatic": false, + "name": "ConvertTo", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "StandardValuesCollection", + "params": [ + { + "name": "context", + "typeName": "System.ComponentModel.ITypeDescriptorContext" + } + ], + "isStatic": false, + "name": "GetStandardValues", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "context", + "typeName": "System.ComponentModel.ITypeDescriptorContext" + } + ], + "isStatic": false, + "name": "GetStandardValuesExclusive", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "context", + "typeName": "System.ComponentModel.ITypeDescriptorContext" + } + ], + "isStatic": false, + "name": "GetStandardValuesSupported", + "comment": "", + "location": "System.dll" + } + ], + "name": "ReferenceConverter", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "System.EventArgs", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "object", + "name": "ComponentChanged", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Type", + "name": "TypeChanged", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "componentChanged", "typeName": "object" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "typeChanged", "typeName": "System.Type" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "RefreshEventArgs", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "e", + "typeName": "System.ComponentModel.RefreshEventArgs" + } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { + "name": "e", + "typeName": "System.ComponentModel.RefreshEventArgs" + }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "System.dll" + } + ], + "name": "RefreshEventHandler", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.ComponentModel.RefreshProperties", + "name": "All", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.RefreshProperties", + "name": "None", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.RefreshProperties", + "name": "Repaint", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.ComponentModel.RefreshProperties", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "RefreshProperties", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "System.ComponentModel.RefreshPropertiesAttribute", + "name": "All", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.RefreshPropertiesAttribute", + "name": "Default", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.RefreshPropertiesAttribute", + "name": "Repaint", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.RefreshProperties", + "name": "RefreshProperties", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "refresh", + "typeName": "System.ComponentModel.RefreshProperties" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "IsDefaultAttribute", + "comment": "", + "location": "System.dll" + } + ], + "name": "RefreshPropertiesAttribute", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "System.ComponentModel.RunInstallerAttribute", + "name": "Default", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.RunInstallerAttribute", + "name": "No", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.RunInstallerAttribute", + "name": "Yes", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "RunInstaller", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "runInstaller", "typeName": "bool" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "IsDefaultAttribute", + "comment": "", + "location": "System.dll" + } + ], + "name": "RunInstallerAttribute", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "System.ComponentModel.AsyncCompletedEventArgs", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "object", + "name": "Result", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "object", + "name": "UserState", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "result", "typeName": "object" }, + { "name": "error", "typeName": "System.Exception" }, + { "name": "cancelled", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "RunWorkerCompletedEventArgs", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "sender", "typeName": "object" }, + { + "name": "e", + "typeName": "System.ComponentModel.RunWorkerCompletedEventArgs" + } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "sender", "typeName": "object" }, + { + "name": "e", + "typeName": "System.ComponentModel.RunWorkerCompletedEventArgs" + }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "System.dll" + } + ], + "name": "RunWorkerCompletedEventHandler", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "System.ComponentModel.BaseNumberConverter", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "SByteConverter", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "System.ComponentModel.SettingsBindableAttribute", + "name": "No", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.SettingsBindableAttribute", + "name": "Yes", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "Bindable", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "bindable", "typeName": "bool" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "System.dll" + } + ], + "name": "SettingsBindableAttribute", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "System.ComponentModel.BaseNumberConverter", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "SingleConverter", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "System.ComponentModel.TypeConverter", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "context", + "typeName": "System.ComponentModel.ITypeDescriptorContext" + }, + { "name": "sourceType", "typeName": "System.Type" } + ], + "isStatic": false, + "name": "CanConvertFrom", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { + "name": "context", + "typeName": "System.ComponentModel.ITypeDescriptorContext" + }, + { + "name": "culture", + "typeName": "System.Globalization.CultureInfo" + }, + { "name": "value", "typeName": "object" } + ], + "isStatic": false, + "name": "ConvertFrom", + "comment": "", + "location": "System.dll" + } + ], + "name": "StringConverter", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": true, + "name": "CheckMachineName", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": true, + "name": "CheckPath", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": true, + "name": "CheckRootedPath", + "comment": "", + "location": "System.dll" + } + ], + "name": "SyntaxCheck", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "System.ComponentModel.TypeConverter", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "context", + "typeName": "System.ComponentModel.ITypeDescriptorContext" + }, + { "name": "sourceType", "typeName": "System.Type" } + ], + "isStatic": false, + "name": "CanConvertFrom", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "context", + "typeName": "System.ComponentModel.ITypeDescriptorContext" + }, + { "name": "destinationType", "typeName": "System.Type" } + ], + "isStatic": false, + "name": "CanConvertTo", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { + "name": "context", + "typeName": "System.ComponentModel.ITypeDescriptorContext" + }, + { + "name": "culture", + "typeName": "System.Globalization.CultureInfo" + }, + { "name": "value", "typeName": "object" } + ], + "isStatic": false, + "name": "ConvertFrom", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { + "name": "context", + "typeName": "System.ComponentModel.ITypeDescriptorContext" + }, + { + "name": "culture", + "typeName": "System.Globalization.CultureInfo" + }, + { "name": "value", "typeName": "object" }, + { "name": "destinationType", "typeName": "System.Type" } + ], + "isStatic": false, + "name": "ConvertTo", + "comment": "", + "location": "System.dll" + } + ], + "name": "TimeSpanConverter", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "System.ComponentModel.ToolboxItemAttribute", + "name": "Default", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.ToolboxItemAttribute", + "name": "None", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Type", + "name": "ToolboxItemType", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "ToolboxItemTypeName", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "defaultType", "typeName": "bool" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "toolboxItemTypeName", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "toolboxItemType", "typeName": "System.Type" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "IsDefaultAttribute", + "comment": "", + "location": "System.dll" + } + ], + "name": "ToolboxItemAttribute", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "string", + "name": "FilterString", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.ToolboxItemFilterType", + "name": "FilterType", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "object", + "name": "TypeId", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "filterString", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "filterString", "typeName": "string" }, + { + "name": "filterType", + "typeName": "System.ComponentModel.ToolboxItemFilterType" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Match", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.dll" + } + ], + "name": "ToolboxItemFilterAttribute", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.ComponentModel.ToolboxItemFilterType", + "name": "Allow", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.ToolboxItemFilterType", + "name": "Custom", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.ToolboxItemFilterType", + "name": "Prevent", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.ToolboxItemFilterType", + "name": "Require", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.ComponentModel.ToolboxItemFilterType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "ToolboxItemFilterType", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "context", + "typeName": "System.ComponentModel.ITypeDescriptorContext" + }, + { "name": "sourceType", "typeName": "System.Type" } + ], + "isStatic": false, + "name": "CanConvertFrom", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "sourceType", "typeName": "System.Type" }], + "isStatic": false, + "name": "CanConvertFrom", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "context", + "typeName": "System.ComponentModel.ITypeDescriptorContext" + }, + { "name": "destinationType", "typeName": "System.Type" } + ], + "isStatic": false, + "name": "CanConvertTo", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "destinationType", "typeName": "System.Type" }], + "isStatic": false, + "name": "CanConvertTo", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { + "name": "context", + "typeName": "System.ComponentModel.ITypeDescriptorContext" + }, + { + "name": "culture", + "typeName": "System.Globalization.CultureInfo" + }, + { "name": "value", "typeName": "object" } + ], + "isStatic": false, + "name": "ConvertFrom", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Object", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "ConvertFrom", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { + "name": "context", + "typeName": "System.ComponentModel.ITypeDescriptorContext" + }, + { "name": "text", "typeName": "string" } + ], + "isStatic": false, + "name": "ConvertFromInvariantString", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Object", + "params": [{ "name": "text", "typeName": "string" }], + "isStatic": false, + "name": "ConvertFromInvariantString", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { + "name": "context", + "typeName": "System.ComponentModel.ITypeDescriptorContext" + }, + { + "name": "culture", + "typeName": "System.Globalization.CultureInfo" + }, + { "name": "text", "typeName": "string" } + ], + "isStatic": false, + "name": "ConvertFromString", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { + "name": "context", + "typeName": "System.ComponentModel.ITypeDescriptorContext" + }, + { "name": "text", "typeName": "string" } + ], + "isStatic": false, + "name": "ConvertFromString", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Object", + "params": [{ "name": "text", "typeName": "string" }], + "isStatic": false, + "name": "ConvertFromString", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { + "name": "context", + "typeName": "System.ComponentModel.ITypeDescriptorContext" + }, + { + "name": "culture", + "typeName": "System.Globalization.CultureInfo" + }, + { "name": "value", "typeName": "object" }, + { "name": "destinationType", "typeName": "System.Type" } + ], + "isStatic": false, + "name": "ConvertTo", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "value", "typeName": "object" }, + { "name": "destinationType", "typeName": "System.Type" } + ], + "isStatic": false, + "name": "ConvertTo", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "String", + "params": [ + { + "name": "context", + "typeName": "System.ComponentModel.ITypeDescriptorContext" + }, + { "name": "value", "typeName": "object" } + ], + "isStatic": false, + "name": "ConvertToInvariantString", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "ConvertToInvariantString", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "String", + "params": [ + { + "name": "context", + "typeName": "System.ComponentModel.ITypeDescriptorContext" + }, + { + "name": "culture", + "typeName": "System.Globalization.CultureInfo" + }, + { "name": "value", "typeName": "object" } + ], + "isStatic": false, + "name": "ConvertToString", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "String", + "params": [ + { + "name": "context", + "typeName": "System.ComponentModel.ITypeDescriptorContext" + }, + { "name": "value", "typeName": "object" } + ], + "isStatic": false, + "name": "ConvertToString", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "ConvertToString", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { + "name": "propertyValues", + "typeName": "System.Collections.IDictionary" + } + ], + "isStatic": false, + "name": "CreateInstance", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { + "name": "context", + "typeName": "System.ComponentModel.ITypeDescriptorContext" + }, + { + "name": "propertyValues", + "typeName": "System.Collections.IDictionary" + } + ], + "isStatic": false, + "name": "CreateInstance", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "GetCreateInstanceSupported", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "context", + "typeName": "System.ComponentModel.ITypeDescriptorContext" + } + ], + "isStatic": false, + "name": "GetCreateInstanceSupported", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "PropertyDescriptorCollection", + "params": [ + { + "name": "context", + "typeName": "System.ComponentModel.ITypeDescriptorContext" + }, + { "name": "value", "typeName": "object" } + ], + "isStatic": false, + "name": "GetProperties", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "PropertyDescriptorCollection", + "params": [ + { + "name": "context", + "typeName": "System.ComponentModel.ITypeDescriptorContext" + }, + { "name": "value", "typeName": "object" }, + { "name": "attributes", "typeName": "System.Attribute[]" } + ], + "isStatic": false, + "name": "GetProperties", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "PropertyDescriptorCollection", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "GetProperties", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "GetPropertiesSupported", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "context", + "typeName": "System.ComponentModel.ITypeDescriptorContext" + } + ], + "isStatic": false, + "name": "GetPropertiesSupported", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "ICollection", + "params": [], + "isStatic": false, + "name": "GetStandardValues", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "StandardValuesCollection", + "params": [ + { + "name": "context", + "typeName": "System.ComponentModel.ITypeDescriptorContext" + } + ], + "isStatic": false, + "name": "GetStandardValues", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "GetStandardValuesExclusive", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "context", + "typeName": "System.ComponentModel.ITypeDescriptorContext" + } + ], + "isStatic": false, + "name": "GetStandardValuesExclusive", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "GetStandardValuesSupported", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "context", + "typeName": "System.ComponentModel.ITypeDescriptorContext" + } + ], + "isStatic": false, + "name": "GetStandardValuesSupported", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "context", + "typeName": "System.ComponentModel.ITypeDescriptorContext" + }, + { "name": "value", "typeName": "object" } + ], + "isStatic": false, + "name": "IsValid", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "IsValid", + "comment": "", + "location": "System.dll" + } + ], + "name": "TypeConverter", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "object", + "attribute": "", + "interfaces": ["ICollection", "IEnumerable"], + "fields": [ + { + "typeName": "int", + "name": "Count", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "object", + "name": "this[]", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "values", "typeName": "System.Collections.ICollection" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "array", "typeName": "System.Array" }, + { "name": "index", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IEnumerator", + "params": [], + "isStatic": false, + "name": "GetEnumerator", + "comment": "", + "location": "System.dll" + } + ], + "name": "StandardValuesCollection", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "System.ComponentModel.TypeConverterAttribute", + "name": "Default", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "ConverterTypeName", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "typeName", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "type", "typeName": "System.Type" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "System.dll" + } + ], + "name": "TypeConverterAttribute", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Object", + "params": [ + { "name": "provider", "typeName": "System.IServiceProvider" }, + { "name": "objectType", "typeName": "System.Type" }, + { "name": "argTypes", "typeName": "System.Type[]" }, + { "name": "args", "typeName": "object[]" } + ], + "isStatic": false, + "name": "CreateInstance", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IDictionary", + "params": [{ "name": "instance", "typeName": "object" }], + "isStatic": false, + "name": "GetCache", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "ICustomTypeDescriptor", + "params": [{ "name": "instance", "typeName": "object" }], + "isStatic": false, + "name": "GetExtendedTypeDescriptor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "component", "typeName": "object" }], + "isStatic": false, + "name": "GetFullComponentName", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Type", + "params": [{ "name": "instance", "typeName": "object" }], + "isStatic": false, + "name": "GetReflectionType", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Type", + "params": [{ "name": "objectType", "typeName": "System.Type" }], + "isStatic": false, + "name": "GetReflectionType", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Type", + "params": [ + { "name": "objectType", "typeName": "System.Type" }, + { "name": "instance", "typeName": "object" } + ], + "isStatic": false, + "name": "GetReflectionType", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Type", + "params": [{ "name": "reflectionType", "typeName": "System.Type" }], + "isStatic": false, + "name": "GetRuntimeType", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "ICustomTypeDescriptor", + "params": [{ "name": "instance", "typeName": "object" }], + "isStatic": false, + "name": "GetTypeDescriptor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "ICustomTypeDescriptor", + "params": [{ "name": "objectType", "typeName": "System.Type" }], + "isStatic": false, + "name": "GetTypeDescriptor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "ICustomTypeDescriptor", + "params": [ + { "name": "objectType", "typeName": "System.Type" }, + { "name": "instance", "typeName": "object" } + ], + "isStatic": false, + "name": "GetTypeDescriptor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "type", "typeName": "System.Type" }], + "isStatic": false, + "name": "IsSupportedType", + "comment": "", + "location": "System.dll" + } + ], + "name": "TypeDescriptionProvider", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "string", + "name": "TypeName", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "typeName", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "type", "typeName": "System.Type" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "TypeDescriptionProviderAttribute", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.ComponentModel.IComNativeDescriptorHandler", + "name": "ComNativeDescriptorHandler", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Type", + "name": "ComObjectType", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Type", + "name": "InterfaceType", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.RefreshEventHandler", + "name": "Refreshed", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.ComponentModel.RefreshEventHandler" + } + ], + "isStatic": true, + "name": "add_Refreshed", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.ComponentModel.RefreshEventHandler" + } + ], + "isStatic": true, + "name": "remove_Refreshed", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "TypeDescriptionProvider", + "params": [ + { "name": "instance", "typeName": "object" }, + { "name": "attributes", "typeName": "System.Attribute[]" } + ], + "isStatic": true, + "name": "AddAttributes", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "TypeDescriptionProvider", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { "name": "attributes", "typeName": "System.Attribute[]" } + ], + "isStatic": true, + "name": "AddAttributes", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "editorBaseType", "typeName": "System.Type" }, + { "name": "table", "typeName": "System.Collections.Hashtable" } + ], + "isStatic": true, + "name": "AddEditorTable", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "provider", + "typeName": "System.ComponentModel.TypeDescriptionProvider" + }, + { "name": "instance", "typeName": "object" } + ], + "isStatic": true, + "name": "AddProvider", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "provider", + "typeName": "System.ComponentModel.TypeDescriptionProvider" + }, + { "name": "type", "typeName": "System.Type" } + ], + "isStatic": true, + "name": "AddProvider", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "provider", + "typeName": "System.ComponentModel.TypeDescriptionProvider" + }, + { "name": "instance", "typeName": "object" } + ], + "isStatic": true, + "name": "AddProviderTransparent", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "provider", + "typeName": "System.ComponentModel.TypeDescriptionProvider" + }, + { "name": "type", "typeName": "System.Type" } + ], + "isStatic": true, + "name": "AddProviderTransparent", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "primary", "typeName": "object" }, + { "name": "secondary", "typeName": "object" } + ], + "isStatic": true, + "name": "CreateAssociation", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IDesigner", + "params": [ + { + "name": "component", + "typeName": "System.ComponentModel.IComponent" + }, + { "name": "designerBaseType", "typeName": "System.Type" } + ], + "isStatic": true, + "name": "CreateDesigner", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "EventDescriptor", + "params": [ + { "name": "componentType", "typeName": "System.Type" }, + { + "name": "oldEventDescriptor", + "typeName": "System.ComponentModel.EventDescriptor" + }, + { "name": "attributes", "typeName": "System.Attribute[]" } + ], + "isStatic": true, + "name": "CreateEvent", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "EventDescriptor", + "params": [ + { "name": "componentType", "typeName": "System.Type" }, + { "name": "name", "typeName": "string" }, + { "name": "type", "typeName": "System.Type" }, + { "name": "attributes", "typeName": "System.Attribute[]" } + ], + "isStatic": true, + "name": "CreateEvent", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "provider", "typeName": "System.IServiceProvider" }, + { "name": "objectType", "typeName": "System.Type" }, + { "name": "argTypes", "typeName": "System.Type[]" }, + { "name": "args", "typeName": "object[]" } + ], + "isStatic": true, + "name": "CreateInstance", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "PropertyDescriptor", + "params": [ + { "name": "componentType", "typeName": "System.Type" }, + { + "name": "oldPropertyDescriptor", + "typeName": "System.ComponentModel.PropertyDescriptor" + }, + { "name": "attributes", "typeName": "System.Attribute[]" } + ], + "isStatic": true, + "name": "CreateProperty", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "PropertyDescriptor", + "params": [ + { "name": "componentType", "typeName": "System.Type" }, + { "name": "name", "typeName": "string" }, + { "name": "type", "typeName": "System.Type" }, + { "name": "attributes", "typeName": "System.Attribute[]" } + ], + "isStatic": true, + "name": "CreateProperty", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { "name": "primary", "typeName": "object" } + ], + "isStatic": true, + "name": "GetAssociation", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "AttributeCollection", + "params": [{ "name": "component", "typeName": "object" }], + "isStatic": true, + "name": "GetAttributes", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "AttributeCollection", + "params": [ + { "name": "component", "typeName": "object" }, + { "name": "noCustomTypeDesc", "typeName": "bool" } + ], + "isStatic": true, + "name": "GetAttributes", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "AttributeCollection", + "params": [{ "name": "componentType", "typeName": "System.Type" }], + "isStatic": true, + "name": "GetAttributes", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "component", "typeName": "object" }], + "isStatic": true, + "name": "GetClassName", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "component", "typeName": "object" }, + { "name": "noCustomTypeDesc", "typeName": "bool" } + ], + "isStatic": true, + "name": "GetClassName", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "componentType", "typeName": "System.Type" }], + "isStatic": true, + "name": "GetClassName", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "component", "typeName": "object" }], + "isStatic": true, + "name": "GetComponentName", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "component", "typeName": "object" }, + { "name": "noCustomTypeDesc", "typeName": "bool" } + ], + "isStatic": true, + "name": "GetComponentName", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "TypeConverter", + "params": [{ "name": "component", "typeName": "object" }], + "isStatic": true, + "name": "GetConverter", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "TypeConverter", + "params": [ + { "name": "component", "typeName": "object" }, + { "name": "noCustomTypeDesc", "typeName": "bool" } + ], + "isStatic": true, + "name": "GetConverter", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "TypeConverter", + "params": [{ "name": "type", "typeName": "System.Type" }], + "isStatic": true, + "name": "GetConverter", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "EventDescriptor", + "params": [{ "name": "component", "typeName": "object" }], + "isStatic": true, + "name": "GetDefaultEvent", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "EventDescriptor", + "params": [ + { "name": "component", "typeName": "object" }, + { "name": "noCustomTypeDesc", "typeName": "bool" } + ], + "isStatic": true, + "name": "GetDefaultEvent", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "EventDescriptor", + "params": [{ "name": "componentType", "typeName": "System.Type" }], + "isStatic": true, + "name": "GetDefaultEvent", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "PropertyDescriptor", + "params": [{ "name": "component", "typeName": "object" }], + "isStatic": true, + "name": "GetDefaultProperty", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "PropertyDescriptor", + "params": [ + { "name": "component", "typeName": "object" }, + { "name": "noCustomTypeDesc", "typeName": "bool" } + ], + "isStatic": true, + "name": "GetDefaultProperty", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "PropertyDescriptor", + "params": [{ "name": "componentType", "typeName": "System.Type" }], + "isStatic": true, + "name": "GetDefaultProperty", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "component", "typeName": "object" }, + { "name": "editorBaseType", "typeName": "System.Type" } + ], + "isStatic": true, + "name": "GetEditor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "component", "typeName": "object" }, + { "name": "editorBaseType", "typeName": "System.Type" }, + { "name": "noCustomTypeDesc", "typeName": "bool" } + ], + "isStatic": true, + "name": "GetEditor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { "name": "editorBaseType", "typeName": "System.Type" } + ], + "isStatic": true, + "name": "GetEditor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "EventDescriptorCollection", + "params": [{ "name": "component", "typeName": "object" }], + "isStatic": true, + "name": "GetEvents", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "EventDescriptorCollection", + "params": [ + { "name": "component", "typeName": "object" }, + { "name": "attributes", "typeName": "System.Attribute[]" } + ], + "isStatic": true, + "name": "GetEvents", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "EventDescriptorCollection", + "params": [ + { "name": "component", "typeName": "object" }, + { "name": "attributes", "typeName": "System.Attribute[]" }, + { "name": "noCustomTypeDesc", "typeName": "bool" } + ], + "isStatic": true, + "name": "GetEvents", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "EventDescriptorCollection", + "params": [ + { "name": "component", "typeName": "object" }, + { "name": "noCustomTypeDesc", "typeName": "bool" } + ], + "isStatic": true, + "name": "GetEvents", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "EventDescriptorCollection", + "params": [{ "name": "componentType", "typeName": "System.Type" }], + "isStatic": true, + "name": "GetEvents", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "EventDescriptorCollection", + "params": [ + { "name": "componentType", "typeName": "System.Type" }, + { "name": "attributes", "typeName": "System.Attribute[]" } + ], + "isStatic": true, + "name": "GetEvents", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "component", "typeName": "object" }], + "isStatic": true, + "name": "GetFullComponentName", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "PropertyDescriptorCollection", + "params": [{ "name": "component", "typeName": "object" }], + "isStatic": true, + "name": "GetProperties", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "PropertyDescriptorCollection", + "params": [ + { "name": "component", "typeName": "object" }, + { "name": "attributes", "typeName": "System.Attribute[]" } + ], + "isStatic": true, + "name": "GetProperties", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "PropertyDescriptorCollection", + "params": [ + { "name": "component", "typeName": "object" }, + { "name": "attributes", "typeName": "System.Attribute[]" }, + { "name": "noCustomTypeDesc", "typeName": "bool" } + ], + "isStatic": true, + "name": "GetProperties", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "PropertyDescriptorCollection", + "params": [ + { "name": "component", "typeName": "object" }, + { "name": "noCustomTypeDesc", "typeName": "bool" } + ], + "isStatic": true, + "name": "GetProperties", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "PropertyDescriptorCollection", + "params": [{ "name": "componentType", "typeName": "System.Type" }], + "isStatic": true, + "name": "GetProperties", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "PropertyDescriptorCollection", + "params": [ + { "name": "componentType", "typeName": "System.Type" }, + { "name": "attributes", "typeName": "System.Attribute[]" } + ], + "isStatic": true, + "name": "GetProperties", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "TypeDescriptionProvider", + "params": [{ "name": "instance", "typeName": "object" }], + "isStatic": true, + "name": "GetProvider", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "TypeDescriptionProvider", + "params": [{ "name": "type", "typeName": "System.Type" }], + "isStatic": true, + "name": "GetProvider", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Type", + "params": [{ "name": "instance", "typeName": "object" }], + "isStatic": true, + "name": "GetReflectionType", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Type", + "params": [{ "name": "type", "typeName": "System.Type" }], + "isStatic": true, + "name": "GetReflectionType", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "component", "typeName": "object" }], + "isStatic": true, + "name": "Refresh", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "assembly", "typeName": "System.Reflection.Assembly" } + ], + "isStatic": true, + "name": "Refresh", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "module", "typeName": "System.Reflection.Module" } + ], + "isStatic": true, + "name": "Refresh", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "type", "typeName": "System.Type" }], + "isStatic": true, + "name": "Refresh", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "primary", "typeName": "object" }, + { "name": "secondary", "typeName": "object" } + ], + "isStatic": true, + "name": "RemoveAssociation", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "primary", "typeName": "object" }], + "isStatic": true, + "name": "RemoveAssociations", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "provider", + "typeName": "System.ComponentModel.TypeDescriptionProvider" + }, + { "name": "instance", "typeName": "object" } + ], + "isStatic": true, + "name": "RemoveProvider", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "provider", + "typeName": "System.ComponentModel.TypeDescriptionProvider" + }, + { "name": "type", "typeName": "System.Type" } + ], + "isStatic": true, + "name": "RemoveProvider", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "provider", + "typeName": "System.ComponentModel.TypeDescriptionProvider" + }, + { "name": "instance", "typeName": "object" } + ], + "isStatic": true, + "name": "RemoveProviderTransparent", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "provider", + "typeName": "System.ComponentModel.TypeDescriptionProvider" + }, + { "name": "type", "typeName": "System.Type" } + ], + "isStatic": true, + "name": "RemoveProviderTransparent", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "infos", "typeName": "System.Collections.IList" } + ], + "isStatic": true, + "name": "SortDescriptorArray", + "comment": "", + "location": "System.dll" + } + ], + "name": "TypeDescriptor", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "System.ComponentModel.TypeConverter", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "context", + "typeName": "System.ComponentModel.ITypeDescriptorContext" + }, + { "name": "sourceType", "typeName": "System.Type" } + ], + "isStatic": false, + "name": "CanConvertFrom", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "context", + "typeName": "System.ComponentModel.ITypeDescriptorContext" + }, + { "name": "destinationType", "typeName": "System.Type" } + ], + "isStatic": false, + "name": "CanConvertTo", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { + "name": "context", + "typeName": "System.ComponentModel.ITypeDescriptorContext" + }, + { + "name": "culture", + "typeName": "System.Globalization.CultureInfo" + }, + { "name": "value", "typeName": "object" } + ], + "isStatic": false, + "name": "ConvertFrom", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { + "name": "context", + "typeName": "System.ComponentModel.ITypeDescriptorContext" + }, + { + "name": "culture", + "typeName": "System.Globalization.CultureInfo" + }, + { "name": "value", "typeName": "object" }, + { "name": "destinationType", "typeName": "System.Type" } + ], + "isStatic": false, + "name": "ConvertTo", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "StandardValuesCollection", + "params": [ + { + "name": "context", + "typeName": "System.ComponentModel.ITypeDescriptorContext" + } + ], + "isStatic": false, + "name": "GetStandardValues", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "context", + "typeName": "System.ComponentModel.ITypeDescriptorContext" + } + ], + "isStatic": false, + "name": "GetStandardValuesExclusive", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "context", + "typeName": "System.ComponentModel.ITypeDescriptorContext" + } + ], + "isStatic": false, + "name": "GetStandardValuesSupported", + "comment": "", + "location": "System.dll" + } + ], + "name": "TypeListConverter", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "System.ComponentModel.BaseNumberConverter", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "UInt16Converter", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "System.ComponentModel.BaseNumberConverter", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "UInt32Converter", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "System.ComponentModel.BaseNumberConverter", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "UInt64Converter", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "System.SystemException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [ + { + "typeName": "string", + "name": "HelpTopic", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "HelpUrl", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "innerException", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "helpUrl", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "helpUrl", "typeName": "string" }, + { "name": "helpTopic", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "info", + "typeName": "System.Runtime.Serialization.SerializationInfo" + }, + { + "name": "context", + "typeName": "System.Runtime.Serialization.StreamingContext" + } + ], + "isStatic": false, + "name": "GetObjectData", + "comment": "", + "location": "System.dll" + } + ], + "name": "WarningException", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.ComponentModel", + "baseClass": "System.Runtime.InteropServices.ExternalException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [ + { + "typeName": "int", + "name": "NativeErrorCode", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "error", "typeName": "int" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "error", "typeName": "int" }, + { "name": "message", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "innerException", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "info", + "typeName": "System.Runtime.Serialization.SerializationInfo" + }, + { + "name": "context", + "typeName": "System.Runtime.Serialization.StreamingContext" + } + ], + "isStatic": false, + "name": "GetObjectData", + "comment": "", + "location": "System.dll" + } + ], + "name": "Win32Exception", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [ + "IComparable", + "IComparable", + "IConvertible", + "IEquatable", + "IFormattable", + "ISerializable" + ], + "fields": [ + { + "typeName": "System.DateTime", + "name": "MaxValue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.DateTime", + "name": "MinValue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.DateTime", + "name": "Date", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "Day", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.DayOfWeek", + "name": "DayOfWeek", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "DayOfYear", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "Hour", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.DateTimeKind", + "name": "Kind", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "Millisecond", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "Minute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "Month", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.DateTime", + "name": "Now", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "Second", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "long", + "name": "Ticks", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.TimeSpan", + "name": "TimeOfDay", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.DateTime", + "name": "Today", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.DateTime", + "name": "UtcNow", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "Year", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "year", "typeName": "int" }, + { "name": "month", "typeName": "int" }, + { "name": "day", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "year", "typeName": "int" }, + { "name": "month", "typeName": "int" }, + { "name": "day", "typeName": "int" }, + { "name": "calendar", "typeName": "System.Globalization.Calendar" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "year", "typeName": "int" }, + { "name": "month", "typeName": "int" }, + { "name": "day", "typeName": "int" }, + { "name": "hour", "typeName": "int" }, + { "name": "minute", "typeName": "int" }, + { "name": "second", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "year", "typeName": "int" }, + { "name": "month", "typeName": "int" }, + { "name": "day", "typeName": "int" }, + { "name": "hour", "typeName": "int" }, + { "name": "minute", "typeName": "int" }, + { "name": "second", "typeName": "int" }, + { "name": "kind", "typeName": "System.DateTimeKind" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "year", "typeName": "int" }, + { "name": "month", "typeName": "int" }, + { "name": "day", "typeName": "int" }, + { "name": "hour", "typeName": "int" }, + { "name": "minute", "typeName": "int" }, + { "name": "second", "typeName": "int" }, + { "name": "calendar", "typeName": "System.Globalization.Calendar" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "year", "typeName": "int" }, + { "name": "month", "typeName": "int" }, + { "name": "day", "typeName": "int" }, + { "name": "hour", "typeName": "int" }, + { "name": "minute", "typeName": "int" }, + { "name": "second", "typeName": "int" }, + { "name": "millisecond", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "year", "typeName": "int" }, + { "name": "month", "typeName": "int" }, + { "name": "day", "typeName": "int" }, + { "name": "hour", "typeName": "int" }, + { "name": "minute", "typeName": "int" }, + { "name": "second", "typeName": "int" }, + { "name": "millisecond", "typeName": "int" }, + { "name": "kind", "typeName": "System.DateTimeKind" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "year", "typeName": "int" }, + { "name": "month", "typeName": "int" }, + { "name": "day", "typeName": "int" }, + { "name": "hour", "typeName": "int" }, + { "name": "minute", "typeName": "int" }, + { "name": "second", "typeName": "int" }, + { "name": "millisecond", "typeName": "int" }, + { "name": "calendar", "typeName": "System.Globalization.Calendar" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "year", "typeName": "int" }, + { "name": "month", "typeName": "int" }, + { "name": "day", "typeName": "int" }, + { "name": "hour", "typeName": "int" }, + { "name": "minute", "typeName": "int" }, + { "name": "second", "typeName": "int" }, + { "name": "millisecond", "typeName": "int" }, + { "name": "calendar", "typeName": "System.Globalization.Calendar" }, + { "name": "kind", "typeName": "System.DateTimeKind" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "ticks", "typeName": "long" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "ticks", "typeName": "long" }, + { "name": "kind", "typeName": "System.DateTimeKind" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTime", + "params": [{ "name": "value", "typeName": "System.TimeSpan" }], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTime", + "params": [{ "name": "value", "typeName": "double" }], + "isStatic": false, + "name": "AddDays", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTime", + "params": [{ "name": "value", "typeName": "double" }], + "isStatic": false, + "name": "AddHours", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTime", + "params": [{ "name": "value", "typeName": "double" }], + "isStatic": false, + "name": "AddMilliseconds", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTime", + "params": [{ "name": "value", "typeName": "double" }], + "isStatic": false, + "name": "AddMinutes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTime", + "params": [{ "name": "months", "typeName": "int" }], + "isStatic": false, + "name": "AddMonths", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTime", + "params": [{ "name": "value", "typeName": "double" }], + "isStatic": false, + "name": "AddSeconds", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTime", + "params": [{ "name": "value", "typeName": "long" }], + "isStatic": false, + "name": "AddTicks", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTime", + "params": [{ "name": "value", "typeName": "int" }], + "isStatic": false, + "name": "AddYears", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "t1", "typeName": "System.DateTime" }, + { "name": "t2", "typeName": "System.DateTime" } + ], + "isStatic": true, + "name": "Compare", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "value", "typeName": "System.DateTime" }], + "isStatic": false, + "name": "CompareTo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "CompareTo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "year", "typeName": "int" }, + { "name": "month", "typeName": "int" } + ], + "isStatic": true, + "name": "DaysInMonth", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "value", "typeName": "System.DateTime" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "t1", "typeName": "System.DateTime" }, + { "name": "t2", "typeName": "System.DateTime" } + ], + "isStatic": true, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTime", + "params": [{ "name": "dateData", "typeName": "long" }], + "isStatic": true, + "name": "FromBinary", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTime", + "params": [{ "name": "fileTime", "typeName": "long" }], + "isStatic": true, + "name": "FromFileTime", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTime", + "params": [{ "name": "fileTime", "typeName": "long" }], + "isStatic": true, + "name": "FromFileTimeUtc", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTime", + "params": [{ "name": "d", "typeName": "double" }], + "isStatic": true, + "name": "FromOADate", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetDateTimeFormats", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "format", "typeName": "char" }], + "isStatic": false, + "name": "GetDateTimeFormats", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "format", "typeName": "char" }, + { "name": "provider", "typeName": "System.IFormatProvider" } + ], + "isStatic": false, + "name": "GetDateTimeFormats", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "provider", "typeName": "System.IFormatProvider" } + ], + "isStatic": false, + "name": "GetDateTimeFormats", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "TypeCode", + "params": [], + "isStatic": false, + "name": "GetTypeCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "IsDaylightSavingTime", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "year", "typeName": "int" }], + "isStatic": true, + "name": "IsLeapYear", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTime", + "params": [ + { "name": "d", "typeName": "System.DateTime" }, + { "name": "t", "typeName": "System.TimeSpan" } + ], + "isStatic": true, + "name": "op_Addition", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "d1", "typeName": "System.DateTime" }, + { "name": "d2", "typeName": "System.DateTime" } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "t1", "typeName": "System.DateTime" }, + { "name": "t2", "typeName": "System.DateTime" } + ], + "isStatic": true, + "name": "op_GreaterThan", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "t1", "typeName": "System.DateTime" }, + { "name": "t2", "typeName": "System.DateTime" } + ], + "isStatic": true, + "name": "op_GreaterThanOrEqual", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "d1", "typeName": "System.DateTime" }, + { "name": "d2", "typeName": "System.DateTime" } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "t1", "typeName": "System.DateTime" }, + { "name": "t2", "typeName": "System.DateTime" } + ], + "isStatic": true, + "name": "op_LessThan", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "t1", "typeName": "System.DateTime" }, + { "name": "t2", "typeName": "System.DateTime" } + ], + "isStatic": true, + "name": "op_LessThanOrEqual", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "TimeSpan", + "params": [ + { "name": "d1", "typeName": "System.DateTime" }, + { "name": "d2", "typeName": "System.DateTime" } + ], + "isStatic": true, + "name": "op_Subtraction", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTime", + "params": [ + { "name": "d", "typeName": "System.DateTime" }, + { "name": "t", "typeName": "System.TimeSpan" } + ], + "isStatic": true, + "name": "op_Subtraction", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTime", + "params": [{ "name": "s", "typeName": "string" }], + "isStatic": true, + "name": "Parse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTime", + "params": [ + { "name": "s", "typeName": "string" }, + { "name": "provider", "typeName": "System.IFormatProvider" } + ], + "isStatic": true, + "name": "Parse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTime", + "params": [ + { "name": "s", "typeName": "string" }, + { "name": "provider", "typeName": "System.IFormatProvider" }, + { + "name": "styles", + "typeName": "System.Globalization.DateTimeStyles" + } + ], + "isStatic": true, + "name": "Parse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTime", + "params": [ + { "name": "s", "typeName": "string" }, + { "name": "format", "typeName": "string" }, + { "name": "provider", "typeName": "System.IFormatProvider" } + ], + "isStatic": true, + "name": "ParseExact", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTime", + "params": [ + { "name": "s", "typeName": "string" }, + { "name": "format", "typeName": "string" }, + { "name": "provider", "typeName": "System.IFormatProvider" }, + { + "name": "style", + "typeName": "System.Globalization.DateTimeStyles" + } + ], + "isStatic": true, + "name": "ParseExact", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTime", + "params": [ + { "name": "s", "typeName": "string" }, + { "name": "formats", "typeName": "string[]" }, + { "name": "provider", "typeName": "System.IFormatProvider" }, + { + "name": "style", + "typeName": "System.Globalization.DateTimeStyles" + } + ], + "isStatic": true, + "name": "ParseExact", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTime", + "params": [ + { "name": "value", "typeName": "System.DateTime" }, + { "name": "kind", "typeName": "System.DateTimeKind" } + ], + "isStatic": true, + "name": "SpecifyKind", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "TimeSpan", + "params": [{ "name": "value", "typeName": "System.DateTime" }], + "isStatic": false, + "name": "Subtract", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTime", + "params": [{ "name": "value", "typeName": "System.TimeSpan" }], + "isStatic": false, + "name": "Subtract", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int64", + "params": [], + "isStatic": false, + "name": "ToBinary", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int64", + "params": [], + "isStatic": false, + "name": "ToFileTime", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int64", + "params": [], + "isStatic": false, + "name": "ToFileTimeUtc", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTime", + "params": [], + "isStatic": false, + "name": "ToLocalTime", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToLongDateString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToLongTimeString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Double", + "params": [], + "isStatic": false, + "name": "ToOADate", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToShortDateString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToShortTimeString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "provider", "typeName": "System.IFormatProvider" } + ], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "format", "typeName": "string" }], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "format", "typeName": "string" }, + { "name": "provider", "typeName": "System.IFormatProvider" } + ], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTime", + "params": [], + "isStatic": false, + "name": "ToUniversalTime", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "s", "typeName": "string" }, + { "name": "result", "typeName": "System.DateTime" } + ], + "isStatic": true, + "name": "TryParse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "s", "typeName": "string" }, + { "name": "provider", "typeName": "System.IFormatProvider" }, + { + "name": "styles", + "typeName": "System.Globalization.DateTimeStyles" + }, + { "name": "result", "typeName": "System.DateTime" } + ], + "isStatic": true, + "name": "TryParse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "s", "typeName": "string" }, + { "name": "format", "typeName": "string" }, + { "name": "provider", "typeName": "System.IFormatProvider" }, + { + "name": "style", + "typeName": "System.Globalization.DateTimeStyles" + }, + { "name": "result", "typeName": "System.DateTime" } + ], + "isStatic": true, + "name": "TryParseExact", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "s", "typeName": "string" }, + { "name": "formats", "typeName": "string[]" }, + { "name": "provider", "typeName": "System.IFormatProvider" }, + { + "name": "style", + "typeName": "System.Globalization.DateTimeStyles" + }, + { "name": "result", "typeName": "System.DateTime" } + ], + "isStatic": true, + "name": "TryParseExact", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "DateTime", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [ + "IComparable", + "IComparable", + "IEquatable", + "IFormattable", + "IDeserializationCallback", + "ISerializable" + ], + "fields": [ + { + "typeName": "System.DateTimeOffset", + "name": "MaxValue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.DateTimeOffset", + "name": "MinValue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.DateTime", + "name": "Date", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.DateTime", + "name": "DateTime", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "Day", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.DayOfWeek", + "name": "DayOfWeek", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "DayOfYear", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "Hour", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.DateTime", + "name": "LocalDateTime", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "Millisecond", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "Minute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "Month", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.DateTimeOffset", + "name": "Now", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.TimeSpan", + "name": "Offset", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "Second", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "long", + "name": "Ticks", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.TimeSpan", + "name": "TimeOfDay", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.DateTime", + "name": "UtcDateTime", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.DateTimeOffset", + "name": "UtcNow", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "long", + "name": "UtcTicks", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "Year", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "dateTime", "typeName": "System.DateTime" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "dateTime", "typeName": "System.DateTime" }, + { "name": "offset", "typeName": "System.TimeSpan" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "year", "typeName": "int" }, + { "name": "month", "typeName": "int" }, + { "name": "day", "typeName": "int" }, + { "name": "hour", "typeName": "int" }, + { "name": "minute", "typeName": "int" }, + { "name": "second", "typeName": "int" }, + { "name": "millisecond", "typeName": "int" }, + { "name": "calendar", "typeName": "System.Globalization.Calendar" }, + { "name": "offset", "typeName": "System.TimeSpan" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "year", "typeName": "int" }, + { "name": "month", "typeName": "int" }, + { "name": "day", "typeName": "int" }, + { "name": "hour", "typeName": "int" }, + { "name": "minute", "typeName": "int" }, + { "name": "second", "typeName": "int" }, + { "name": "millisecond", "typeName": "int" }, + { "name": "offset", "typeName": "System.TimeSpan" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "year", "typeName": "int" }, + { "name": "month", "typeName": "int" }, + { "name": "day", "typeName": "int" }, + { "name": "hour", "typeName": "int" }, + { "name": "minute", "typeName": "int" }, + { "name": "second", "typeName": "int" }, + { "name": "offset", "typeName": "System.TimeSpan" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "ticks", "typeName": "long" }, + { "name": "offset", "typeName": "System.TimeSpan" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTimeOffset", + "params": [{ "name": "timeSpan", "typeName": "System.TimeSpan" }], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTimeOffset", + "params": [{ "name": "days", "typeName": "double" }], + "isStatic": false, + "name": "AddDays", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTimeOffset", + "params": [{ "name": "hours", "typeName": "double" }], + "isStatic": false, + "name": "AddHours", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTimeOffset", + "params": [{ "name": "milliseconds", "typeName": "double" }], + "isStatic": false, + "name": "AddMilliseconds", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTimeOffset", + "params": [{ "name": "minutes", "typeName": "double" }], + "isStatic": false, + "name": "AddMinutes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTimeOffset", + "params": [{ "name": "months", "typeName": "int" }], + "isStatic": false, + "name": "AddMonths", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTimeOffset", + "params": [{ "name": "seconds", "typeName": "double" }], + "isStatic": false, + "name": "AddSeconds", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTimeOffset", + "params": [{ "name": "ticks", "typeName": "long" }], + "isStatic": false, + "name": "AddTicks", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTimeOffset", + "params": [{ "name": "years", "typeName": "int" }], + "isStatic": false, + "name": "AddYears", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "first", "typeName": "System.DateTimeOffset" }, + { "name": "second", "typeName": "System.DateTimeOffset" } + ], + "isStatic": true, + "name": "Compare", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "other", "typeName": "System.DateTimeOffset" }], + "isStatic": false, + "name": "CompareTo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "other", "typeName": "System.DateTimeOffset" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "first", "typeName": "System.DateTimeOffset" }, + { "name": "second", "typeName": "System.DateTimeOffset" } + ], + "isStatic": true, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "other", "typeName": "System.DateTimeOffset" }], + "isStatic": false, + "name": "EqualsExact", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTimeOffset", + "params": [{ "name": "fileTime", "typeName": "long" }], + "isStatic": true, + "name": "FromFileTime", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTimeOffset", + "params": [{ "name": "milliseconds", "typeName": "long" }], + "isStatic": true, + "name": "FromUnixTimeMilliseconds", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTimeOffset", + "params": [{ "name": "seconds", "typeName": "long" }], + "isStatic": true, + "name": "FromUnixTimeSeconds", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTimeOffset", + "params": [ + { "name": "dateTimeOffset", "typeName": "System.DateTimeOffset" }, + { "name": "timeSpan", "typeName": "System.TimeSpan" } + ], + "isStatic": true, + "name": "op_Addition", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "left", "typeName": "System.DateTimeOffset" }, + { "name": "right", "typeName": "System.DateTimeOffset" } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "left", "typeName": "System.DateTimeOffset" }, + { "name": "right", "typeName": "System.DateTimeOffset" } + ], + "isStatic": true, + "name": "op_GreaterThan", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "left", "typeName": "System.DateTimeOffset" }, + { "name": "right", "typeName": "System.DateTimeOffset" } + ], + "isStatic": true, + "name": "op_GreaterThanOrEqual", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTimeOffset", + "params": [{ "name": "dateTime", "typeName": "System.DateTime" }], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "left", "typeName": "System.DateTimeOffset" }, + { "name": "right", "typeName": "System.DateTimeOffset" } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "left", "typeName": "System.DateTimeOffset" }, + { "name": "right", "typeName": "System.DateTimeOffset" } + ], + "isStatic": true, + "name": "op_LessThan", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "left", "typeName": "System.DateTimeOffset" }, + { "name": "right", "typeName": "System.DateTimeOffset" } + ], + "isStatic": true, + "name": "op_LessThanOrEqual", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "TimeSpan", + "params": [ + { "name": "left", "typeName": "System.DateTimeOffset" }, + { "name": "right", "typeName": "System.DateTimeOffset" } + ], + "isStatic": true, + "name": "op_Subtraction", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTimeOffset", + "params": [ + { "name": "dateTimeOffset", "typeName": "System.DateTimeOffset" }, + { "name": "timeSpan", "typeName": "System.TimeSpan" } + ], + "isStatic": true, + "name": "op_Subtraction", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTimeOffset", + "params": [{ "name": "input", "typeName": "string" }], + "isStatic": true, + "name": "Parse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTimeOffset", + "params": [ + { "name": "input", "typeName": "string" }, + { "name": "formatProvider", "typeName": "System.IFormatProvider" } + ], + "isStatic": true, + "name": "Parse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTimeOffset", + "params": [ + { "name": "input", "typeName": "string" }, + { "name": "formatProvider", "typeName": "System.IFormatProvider" }, + { + "name": "styles", + "typeName": "System.Globalization.DateTimeStyles" + } + ], + "isStatic": true, + "name": "Parse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTimeOffset", + "params": [ + { "name": "input", "typeName": "string" }, + { "name": "format", "typeName": "string" }, + { "name": "formatProvider", "typeName": "System.IFormatProvider" } + ], + "isStatic": true, + "name": "ParseExact", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTimeOffset", + "params": [ + { "name": "input", "typeName": "string" }, + { "name": "format", "typeName": "string" }, + { "name": "formatProvider", "typeName": "System.IFormatProvider" }, + { + "name": "styles", + "typeName": "System.Globalization.DateTimeStyles" + } + ], + "isStatic": true, + "name": "ParseExact", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTimeOffset", + "params": [ + { "name": "input", "typeName": "string" }, + { "name": "formats", "typeName": "string[]" }, + { "name": "formatProvider", "typeName": "System.IFormatProvider" }, + { + "name": "styles", + "typeName": "System.Globalization.DateTimeStyles" + } + ], + "isStatic": true, + "name": "ParseExact", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "TimeSpan", + "params": [{ "name": "value", "typeName": "System.DateTimeOffset" }], + "isStatic": false, + "name": "Subtract", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTimeOffset", + "params": [{ "name": "value", "typeName": "System.TimeSpan" }], + "isStatic": false, + "name": "Subtract", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int64", + "params": [], + "isStatic": false, + "name": "ToFileTime", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTimeOffset", + "params": [], + "isStatic": false, + "name": "ToLocalTime", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTimeOffset", + "params": [{ "name": "offset", "typeName": "System.TimeSpan" }], + "isStatic": false, + "name": "ToOffset", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "formatProvider", "typeName": "System.IFormatProvider" } + ], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "format", "typeName": "string" }], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "format", "typeName": "string" }, + { "name": "formatProvider", "typeName": "System.IFormatProvider" } + ], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTimeOffset", + "params": [], + "isStatic": false, + "name": "ToUniversalTime", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int64", + "params": [], + "isStatic": false, + "name": "ToUnixTimeMilliseconds", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int64", + "params": [], + "isStatic": false, + "name": "ToUnixTimeSeconds", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "input", "typeName": "string" }, + { "name": "result", "typeName": "System.DateTimeOffset" } + ], + "isStatic": true, + "name": "TryParse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "input", "typeName": "string" }, + { "name": "formatProvider", "typeName": "System.IFormatProvider" }, + { + "name": "styles", + "typeName": "System.Globalization.DateTimeStyles" + }, + { "name": "result", "typeName": "System.DateTimeOffset" } + ], + "isStatic": true, + "name": "TryParse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "input", "typeName": "string" }, + { "name": "format", "typeName": "string" }, + { "name": "formatProvider", "typeName": "System.IFormatProvider" }, + { + "name": "styles", + "typeName": "System.Globalization.DateTimeStyles" + }, + { "name": "result", "typeName": "System.DateTimeOffset" } + ], + "isStatic": true, + "name": "TryParseExact", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "input", "typeName": "string" }, + { "name": "formats", "typeName": "string[]" }, + { "name": "formatProvider", "typeName": "System.IFormatProvider" }, + { + "name": "styles", + "typeName": "System.Globalization.DateTimeStyles" + }, + { "name": "result", "typeName": "System.DateTimeOffset" } + ], + "isStatic": true, + "name": "TryParseExact", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "DateTimeOffset", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.SystemException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "innerException", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "AccessViolationException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "Action", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "obj", "typeName": "T" }], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "obj", "typeName": "T" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "Action", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "arg1", "typeName": "T1" }, + { "name": "arg2", "typeName": "T2" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "arg1", "typeName": "T1" }, + { "name": "arg2", "typeName": "T2" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "Action", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "arg1", "typeName": "T1" }, + { "name": "arg2", "typeName": "T2" }, + { "name": "arg3", "typeName": "T3" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "arg1", "typeName": "T1" }, + { "name": "arg2", "typeName": "T2" }, + { "name": "arg3", "typeName": "T3" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "Action", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "arg1", "typeName": "T1" }, + { "name": "arg2", "typeName": "T2" }, + { "name": "arg3", "typeName": "T3" }, + { "name": "arg4", "typeName": "T4" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "arg1", "typeName": "T1" }, + { "name": "arg2", "typeName": "T2" }, + { "name": "arg3", "typeName": "T3" }, + { "name": "arg4", "typeName": "T4" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "Action", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "arg1", "typeName": "T1" }, + { "name": "arg2", "typeName": "T2" }, + { "name": "arg3", "typeName": "T3" }, + { "name": "arg4", "typeName": "T4" }, + { "name": "arg5", "typeName": "T5" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "arg1", "typeName": "T1" }, + { "name": "arg2", "typeName": "T2" }, + { "name": "arg3", "typeName": "T3" }, + { "name": "arg4", "typeName": "T4" }, + { "name": "arg5", "typeName": "T5" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "Action", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "arg1", "typeName": "T1" }, + { "name": "arg2", "typeName": "T2" }, + { "name": "arg3", "typeName": "T3" }, + { "name": "arg4", "typeName": "T4" }, + { "name": "arg5", "typeName": "T5" }, + { "name": "arg6", "typeName": "T6" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "arg1", "typeName": "T1" }, + { "name": "arg2", "typeName": "T2" }, + { "name": "arg3", "typeName": "T3" }, + { "name": "arg4", "typeName": "T4" }, + { "name": "arg5", "typeName": "T5" }, + { "name": "arg6", "typeName": "T6" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "Action", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "arg1", "typeName": "T1" }, + { "name": "arg2", "typeName": "T2" }, + { "name": "arg3", "typeName": "T3" }, + { "name": "arg4", "typeName": "T4" }, + { "name": "arg5", "typeName": "T5" }, + { "name": "arg6", "typeName": "T6" }, + { "name": "arg7", "typeName": "T7" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "arg1", "typeName": "T1" }, + { "name": "arg2", "typeName": "T2" }, + { "name": "arg3", "typeName": "T3" }, + { "name": "arg4", "typeName": "T4" }, + { "name": "arg5", "typeName": "T5" }, + { "name": "arg6", "typeName": "T6" }, + { "name": "arg7", "typeName": "T7" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "Action", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "arg1", "typeName": "T1" }, + { "name": "arg2", "typeName": "T2" }, + { "name": "arg3", "typeName": "T3" }, + { "name": "arg4", "typeName": "T4" }, + { "name": "arg5", "typeName": "T5" }, + { "name": "arg6", "typeName": "T6" }, + { "name": "arg7", "typeName": "T7" }, + { "name": "arg8", "typeName": "T8" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "arg1", "typeName": "T1" }, + { "name": "arg2", "typeName": "T2" }, + { "name": "arg3", "typeName": "T3" }, + { "name": "arg4", "typeName": "T4" }, + { "name": "arg5", "typeName": "T5" }, + { "name": "arg6", "typeName": "T6" }, + { "name": "arg7", "typeName": "T7" }, + { "name": "arg8", "typeName": "T8" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "Action", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "arg1", "typeName": "T1" }, + { "name": "arg2", "typeName": "T2" }, + { "name": "arg3", "typeName": "T3" }, + { "name": "arg4", "typeName": "T4" }, + { "name": "arg5", "typeName": "T5" }, + { "name": "arg6", "typeName": "T6" }, + { "name": "arg7", "typeName": "T7" }, + { "name": "arg8", "typeName": "T8" }, + { "name": "arg9", "typeName": "T9" }, + { "name": "arg10", "typeName": "T10" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "arg1", "typeName": "T1" }, + { "name": "arg2", "typeName": "T2" }, + { "name": "arg3", "typeName": "T3" }, + { "name": "arg4", "typeName": "T4" }, + { "name": "arg5", "typeName": "T5" }, + { "name": "arg6", "typeName": "T6" }, + { "name": "arg7", "typeName": "T7" }, + { "name": "arg8", "typeName": "T8" }, + { "name": "arg9", "typeName": "T9" }, + { "name": "arg10", "typeName": "T10" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "Action", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "arg1", "typeName": "T1" }, + { "name": "arg2", "typeName": "T2" }, + { "name": "arg3", "typeName": "T3" }, + { "name": "arg4", "typeName": "T4" }, + { "name": "arg5", "typeName": "T5" }, + { "name": "arg6", "typeName": "T6" }, + { "name": "arg7", "typeName": "T7" }, + { "name": "arg8", "typeName": "T8" }, + { "name": "arg9", "typeName": "T9" }, + { "name": "arg10", "typeName": "T10" }, + { "name": "arg11", "typeName": "T11" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "arg1", "typeName": "T1" }, + { "name": "arg2", "typeName": "T2" }, + { "name": "arg3", "typeName": "T3" }, + { "name": "arg4", "typeName": "T4" }, + { "name": "arg5", "typeName": "T5" }, + { "name": "arg6", "typeName": "T6" }, + { "name": "arg7", "typeName": "T7" }, + { "name": "arg8", "typeName": "T8" }, + { "name": "arg9", "typeName": "T9" }, + { "name": "arg10", "typeName": "T10" }, + { "name": "arg11", "typeName": "T11" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "Action", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "arg1", "typeName": "T1" }, + { "name": "arg2", "typeName": "T2" }, + { "name": "arg3", "typeName": "T3" }, + { "name": "arg4", "typeName": "T4" }, + { "name": "arg5", "typeName": "T5" }, + { "name": "arg6", "typeName": "T6" }, + { "name": "arg7", "typeName": "T7" }, + { "name": "arg8", "typeName": "T8" }, + { "name": "arg9", "typeName": "T9" }, + { "name": "arg10", "typeName": "T10" }, + { "name": "arg11", "typeName": "T11" }, + { "name": "arg12", "typeName": "T12" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "arg1", "typeName": "T1" }, + { "name": "arg2", "typeName": "T2" }, + { "name": "arg3", "typeName": "T3" }, + { "name": "arg4", "typeName": "T4" }, + { "name": "arg5", "typeName": "T5" }, + { "name": "arg6", "typeName": "T6" }, + { "name": "arg7", "typeName": "T7" }, + { "name": "arg8", "typeName": "T8" }, + { "name": "arg9", "typeName": "T9" }, + { "name": "arg10", "typeName": "T10" }, + { "name": "arg11", "typeName": "T11" }, + { "name": "arg12", "typeName": "T12" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "Action", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "arg1", "typeName": "T1" }, + { "name": "arg2", "typeName": "T2" }, + { "name": "arg3", "typeName": "T3" }, + { "name": "arg4", "typeName": "T4" }, + { "name": "arg5", "typeName": "T5" }, + { "name": "arg6", "typeName": "T6" }, + { "name": "arg7", "typeName": "T7" }, + { "name": "arg8", "typeName": "T8" }, + { "name": "arg9", "typeName": "T9" }, + { "name": "arg10", "typeName": "T10" }, + { "name": "arg11", "typeName": "T11" }, + { "name": "arg12", "typeName": "T12" }, + { "name": "arg13", "typeName": "T13" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "arg1", "typeName": "T1" }, + { "name": "arg2", "typeName": "T2" }, + { "name": "arg3", "typeName": "T3" }, + { "name": "arg4", "typeName": "T4" }, + { "name": "arg5", "typeName": "T5" }, + { "name": "arg6", "typeName": "T6" }, + { "name": "arg7", "typeName": "T7" }, + { "name": "arg8", "typeName": "T8" }, + { "name": "arg9", "typeName": "T9" }, + { "name": "arg10", "typeName": "T10" }, + { "name": "arg11", "typeName": "T11" }, + { "name": "arg12", "typeName": "T12" }, + { "name": "arg13", "typeName": "T13" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "Action", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "arg1", "typeName": "T1" }, + { "name": "arg2", "typeName": "T2" }, + { "name": "arg3", "typeName": "T3" }, + { "name": "arg4", "typeName": "T4" }, + { "name": "arg5", "typeName": "T5" }, + { "name": "arg6", "typeName": "T6" }, + { "name": "arg7", "typeName": "T7" }, + { "name": "arg8", "typeName": "T8" }, + { "name": "arg9", "typeName": "T9" }, + { "name": "arg10", "typeName": "T10" }, + { "name": "arg11", "typeName": "T11" }, + { "name": "arg12", "typeName": "T12" }, + { "name": "arg13", "typeName": "T13" }, + { "name": "arg14", "typeName": "T14" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "arg1", "typeName": "T1" }, + { "name": "arg2", "typeName": "T2" }, + { "name": "arg3", "typeName": "T3" }, + { "name": "arg4", "typeName": "T4" }, + { "name": "arg5", "typeName": "T5" }, + { "name": "arg6", "typeName": "T6" }, + { "name": "arg7", "typeName": "T7" }, + { "name": "arg8", "typeName": "T8" }, + { "name": "arg9", "typeName": "T9" }, + { "name": "arg10", "typeName": "T10" }, + { "name": "arg11", "typeName": "T11" }, + { "name": "arg12", "typeName": "T12" }, + { "name": "arg13", "typeName": "T13" }, + { "name": "arg14", "typeName": "T14" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "Action", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "arg1", "typeName": "T1" }, + { "name": "arg2", "typeName": "T2" }, + { "name": "arg3", "typeName": "T3" }, + { "name": "arg4", "typeName": "T4" }, + { "name": "arg5", "typeName": "T5" }, + { "name": "arg6", "typeName": "T6" }, + { "name": "arg7", "typeName": "T7" }, + { "name": "arg8", "typeName": "T8" }, + { "name": "arg9", "typeName": "T9" }, + { "name": "arg10", "typeName": "T10" }, + { "name": "arg11", "typeName": "T11" }, + { "name": "arg12", "typeName": "T12" }, + { "name": "arg13", "typeName": "T13" }, + { "name": "arg14", "typeName": "T14" }, + { "name": "arg15", "typeName": "T15" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "arg1", "typeName": "T1" }, + { "name": "arg2", "typeName": "T2" }, + { "name": "arg3", "typeName": "T3" }, + { "name": "arg4", "typeName": "T4" }, + { "name": "arg5", "typeName": "T5" }, + { "name": "arg6", "typeName": "T6" }, + { "name": "arg7", "typeName": "T7" }, + { "name": "arg8", "typeName": "T8" }, + { "name": "arg9", "typeName": "T9" }, + { "name": "arg10", "typeName": "T10" }, + { "name": "arg11", "typeName": "T11" }, + { "name": "arg12", "typeName": "T12" }, + { "name": "arg13", "typeName": "T13" }, + { "name": "arg14", "typeName": "T14" }, + { "name": "arg15", "typeName": "T15" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "Action", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "arg1", "typeName": "T1" }, + { "name": "arg2", "typeName": "T2" }, + { "name": "arg3", "typeName": "T3" }, + { "name": "arg4", "typeName": "T4" }, + { "name": "arg5", "typeName": "T5" }, + { "name": "arg6", "typeName": "T6" }, + { "name": "arg7", "typeName": "T7" }, + { "name": "arg8", "typeName": "T8" }, + { "name": "arg9", "typeName": "T9" }, + { "name": "arg10", "typeName": "T10" }, + { "name": "arg11", "typeName": "T11" }, + { "name": "arg12", "typeName": "T12" }, + { "name": "arg13", "typeName": "T13" }, + { "name": "arg14", "typeName": "T14" }, + { "name": "arg15", "typeName": "T15" }, + { "name": "arg16", "typeName": "T16" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "arg1", "typeName": "T1" }, + { "name": "arg2", "typeName": "T2" }, + { "name": "arg3", "typeName": "T3" }, + { "name": "arg4", "typeName": "T4" }, + { "name": "arg5", "typeName": "T5" }, + { "name": "arg6", "typeName": "T6" }, + { "name": "arg7", "typeName": "T7" }, + { "name": "arg8", "typeName": "T8" }, + { "name": "arg9", "typeName": "T9" }, + { "name": "arg10", "typeName": "T10" }, + { "name": "arg11", "typeName": "T11" }, + { "name": "arg12", "typeName": "T12" }, + { "name": "arg13", "typeName": "T13" }, + { "name": "arg14", "typeName": "T14" }, + { "name": "arg15", "typeName": "T15" }, + { "name": "arg16", "typeName": "T16" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "Action", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "arg1", "typeName": "T1" }, + { "name": "arg2", "typeName": "T2" }, + { "name": "arg3", "typeName": "T3" }, + { "name": "arg4", "typeName": "T4" }, + { "name": "arg5", "typeName": "T5" }, + { "name": "arg6", "typeName": "T6" }, + { "name": "arg7", "typeName": "T7" }, + { "name": "arg8", "typeName": "T8" }, + { "name": "arg9", "typeName": "T9" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "arg1", "typeName": "T1" }, + { "name": "arg2", "typeName": "T2" }, + { "name": "arg3", "typeName": "T3" }, + { "name": "arg4", "typeName": "T4" }, + { "name": "arg5", "typeName": "T5" }, + { "name": "arg6", "typeName": "T6" }, + { "name": "arg7", "typeName": "T7" }, + { "name": "arg8", "typeName": "T8" }, + { "name": "arg9", "typeName": "T9" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "Action", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System", + "baseClass": "object", + "attribute": "", + "interfaces": ["IDisposable", "ISerializable"], + "fields": [ + { + "typeName": "byte[]", + "name": "ApplicationManifestBytes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "byte[]", + "name": "DeploymentManifestBytes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ActivationContext.ContextForm", + "name": "Form", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ApplicationIdentity", + "name": "Identity", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "ActivationContext", + "params": [ + { "name": "identity", "typeName": "System.ApplicationIdentity" } + ], + "isStatic": true, + "name": "CreatePartialActivationContext", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ActivationContext", + "params": [ + { "name": "identity", "typeName": "System.ApplicationIdentity" }, + { "name": "manifestPaths", "typeName": "string[]" } + ], + "isStatic": true, + "name": "CreatePartialActivationContext", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ActivationContext", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.ActivationContext.ContextForm", + "name": "Loose", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ActivationContext.ContextForm", + "name": "StoreBounded", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.ActivationContext.ContextForm", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ContextForm", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "object", + "attribute": "", + "interfaces": ["_Activator"], + "fields": [], + "methods": [ + { + "returnTypeName": "ObjectHandle", + "params": [ + { "name": "assemblyName", "typeName": "string" }, + { "name": "typeName", "typeName": "string" } + ], + "isStatic": true, + "name": "CreateComInstanceFrom", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ObjectHandle", + "params": [ + { "name": "assemblyName", "typeName": "string" }, + { "name": "typeName", "typeName": "string" }, + { "name": "hashValue", "typeName": "byte[]" }, + { + "name": "hashAlgorithm", + "typeName": "System.Configuration.Assemblies.AssemblyHashAlgorithm" + } + ], + "isStatic": true, + "name": "CreateComInstanceFrom", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ObjectHandle", + "params": [ + { + "name": "activationContext", + "typeName": "System.ActivationContext" + } + ], + "isStatic": true, + "name": "CreateInstance", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ObjectHandle", + "params": [ + { + "name": "activationContext", + "typeName": "System.ActivationContext" + }, + { "name": "activationCustomData", "typeName": "string[]" } + ], + "isStatic": true, + "name": "CreateInstance", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ObjectHandle", + "params": [ + { "name": "domain", "typeName": "System.AppDomain" }, + { "name": "assemblyName", "typeName": "string" }, + { "name": "typeName", "typeName": "string" } + ], + "isStatic": true, + "name": "CreateInstance", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ObjectHandle", + "params": [ + { "name": "domain", "typeName": "System.AppDomain" }, + { "name": "assemblyName", "typeName": "string" }, + { "name": "typeName", "typeName": "string" }, + { "name": "ignoreCase", "typeName": "bool" }, + { + "name": "bindingAttr", + "typeName": "System.Reflection.BindingFlags" + }, + { "name": "binder", "typeName": "System.Reflection.Binder" }, + { "name": "args", "typeName": "object[]" }, + { + "name": "culture", + "typeName": "System.Globalization.CultureInfo" + }, + { "name": "activationAttributes", "typeName": "object[]" } + ], + "isStatic": true, + "name": "CreateInstance", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ObjectHandle", + "params": [ + { "name": "domain", "typeName": "System.AppDomain" }, + { "name": "assemblyName", "typeName": "string" }, + { "name": "typeName", "typeName": "string" }, + { "name": "ignoreCase", "typeName": "bool" }, + { + "name": "bindingAttr", + "typeName": "System.Reflection.BindingFlags" + }, + { "name": "binder", "typeName": "System.Reflection.Binder" }, + { "name": "args", "typeName": "object[]" }, + { + "name": "culture", + "typeName": "System.Globalization.CultureInfo" + }, + { "name": "activationAttributes", "typeName": "object[]" }, + { + "name": "securityAttributes", + "typeName": "System.Security.Policy.Evidence" + } + ], + "isStatic": true, + "name": "CreateInstance", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ObjectHandle", + "params": [ + { "name": "assemblyName", "typeName": "string" }, + { "name": "typeName", "typeName": "string" } + ], + "isStatic": true, + "name": "CreateInstance", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ObjectHandle", + "params": [ + { "name": "assemblyName", "typeName": "string" }, + { "name": "typeName", "typeName": "string" }, + { "name": "ignoreCase", "typeName": "bool" }, + { + "name": "bindingAttr", + "typeName": "System.Reflection.BindingFlags" + }, + { "name": "binder", "typeName": "System.Reflection.Binder" }, + { "name": "args", "typeName": "object[]" }, + { + "name": "culture", + "typeName": "System.Globalization.CultureInfo" + }, + { "name": "activationAttributes", "typeName": "object[]" } + ], + "isStatic": true, + "name": "CreateInstance", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ObjectHandle", + "params": [ + { "name": "assemblyName", "typeName": "string" }, + { "name": "typeName", "typeName": "string" }, + { "name": "ignoreCase", "typeName": "bool" }, + { + "name": "bindingAttr", + "typeName": "System.Reflection.BindingFlags" + }, + { "name": "binder", "typeName": "System.Reflection.Binder" }, + { "name": "args", "typeName": "object[]" }, + { + "name": "culture", + "typeName": "System.Globalization.CultureInfo" + }, + { "name": "activationAttributes", "typeName": "object[]" }, + { + "name": "securityInfo", + "typeName": "System.Security.Policy.Evidence" + } + ], + "isStatic": true, + "name": "CreateInstance", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ObjectHandle", + "params": [ + { "name": "assemblyName", "typeName": "string" }, + { "name": "typeName", "typeName": "string" }, + { "name": "activationAttributes", "typeName": "object[]" } + ], + "isStatic": true, + "name": "CreateInstance", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [{ "name": "type", "typeName": "System.Type" }], + "isStatic": true, + "name": "CreateInstance", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { "name": "nonPublic", "typeName": "bool" } + ], + "isStatic": true, + "name": "CreateInstance", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { "name": "args", "typeName": "object[]" } + ], + "isStatic": true, + "name": "CreateInstance", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { "name": "args", "typeName": "object[]" }, + { "name": "activationAttributes", "typeName": "object[]" } + ], + "isStatic": true, + "name": "CreateInstance", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { + "name": "bindingAttr", + "typeName": "System.Reflection.BindingFlags" + }, + { "name": "binder", "typeName": "System.Reflection.Binder" }, + { "name": "args", "typeName": "object[]" }, + { + "name": "culture", + "typeName": "System.Globalization.CultureInfo" + } + ], + "isStatic": true, + "name": "CreateInstance", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { + "name": "bindingAttr", + "typeName": "System.Reflection.BindingFlags" + }, + { "name": "binder", "typeName": "System.Reflection.Binder" }, + { "name": "args", "typeName": "object[]" }, + { + "name": "culture", + "typeName": "System.Globalization.CultureInfo" + }, + { "name": "activationAttributes", "typeName": "object[]" } + ], + "isStatic": true, + "name": "CreateInstance", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ObjectHandle", + "params": [ + { "name": "domain", "typeName": "System.AppDomain" }, + { "name": "assemblyFile", "typeName": "string" }, + { "name": "typeName", "typeName": "string" } + ], + "isStatic": true, + "name": "CreateInstanceFrom", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ObjectHandle", + "params": [ + { "name": "domain", "typeName": "System.AppDomain" }, + { "name": "assemblyFile", "typeName": "string" }, + { "name": "typeName", "typeName": "string" }, + { "name": "ignoreCase", "typeName": "bool" }, + { + "name": "bindingAttr", + "typeName": "System.Reflection.BindingFlags" + }, + { "name": "binder", "typeName": "System.Reflection.Binder" }, + { "name": "args", "typeName": "object[]" }, + { + "name": "culture", + "typeName": "System.Globalization.CultureInfo" + }, + { "name": "activationAttributes", "typeName": "object[]" } + ], + "isStatic": true, + "name": "CreateInstanceFrom", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ObjectHandle", + "params": [ + { "name": "domain", "typeName": "System.AppDomain" }, + { "name": "assemblyFile", "typeName": "string" }, + { "name": "typeName", "typeName": "string" }, + { "name": "ignoreCase", "typeName": "bool" }, + { + "name": "bindingAttr", + "typeName": "System.Reflection.BindingFlags" + }, + { "name": "binder", "typeName": "System.Reflection.Binder" }, + { "name": "args", "typeName": "object[]" }, + { + "name": "culture", + "typeName": "System.Globalization.CultureInfo" + }, + { "name": "activationAttributes", "typeName": "object[]" }, + { + "name": "securityAttributes", + "typeName": "System.Security.Policy.Evidence" + } + ], + "isStatic": true, + "name": "CreateInstanceFrom", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ObjectHandle", + "params": [ + { "name": "assemblyFile", "typeName": "string" }, + { "name": "typeName", "typeName": "string" } + ], + "isStatic": true, + "name": "CreateInstanceFrom", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ObjectHandle", + "params": [ + { "name": "assemblyFile", "typeName": "string" }, + { "name": "typeName", "typeName": "string" }, + { "name": "ignoreCase", "typeName": "bool" }, + { + "name": "bindingAttr", + "typeName": "System.Reflection.BindingFlags" + }, + { "name": "binder", "typeName": "System.Reflection.Binder" }, + { "name": "args", "typeName": "object[]" }, + { + "name": "culture", + "typeName": "System.Globalization.CultureInfo" + }, + { "name": "activationAttributes", "typeName": "object[]" } + ], + "isStatic": true, + "name": "CreateInstanceFrom", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ObjectHandle", + "params": [ + { "name": "assemblyFile", "typeName": "string" }, + { "name": "typeName", "typeName": "string" }, + { "name": "ignoreCase", "typeName": "bool" }, + { + "name": "bindingAttr", + "typeName": "System.Reflection.BindingFlags" + }, + { "name": "binder", "typeName": "System.Reflection.Binder" }, + { "name": "args", "typeName": "object[]" }, + { + "name": "culture", + "typeName": "System.Globalization.CultureInfo" + }, + { "name": "activationAttributes", "typeName": "object[]" }, + { + "name": "securityInfo", + "typeName": "System.Security.Policy.Evidence" + } + ], + "isStatic": true, + "name": "CreateInstanceFrom", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ObjectHandle", + "params": [ + { "name": "assemblyFile", "typeName": "string" }, + { "name": "typeName", "typeName": "string" }, + { "name": "activationAttributes", "typeName": "object[]" } + ], + "isStatic": true, + "name": "CreateInstanceFrom", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "T", + "params": [], + "isStatic": true, + "name": "CreateInstance", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { "name": "url", "typeName": "string" } + ], + "isStatic": true, + "name": "GetObject", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { "name": "url", "typeName": "string" }, + { "name": "state", "typeName": "object" } + ], + "isStatic": true, + "name": "GetObject", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "Activator", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.Exception", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [ + { + "typeName": "System.Collections.ObjectModel.ReadOnlyCollection", + "name": "InnerExceptions", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "innerExceptions", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "innerExceptions", "typeName": "System.Exception[]" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { + "name": "innerExceptions", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "innerException", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "innerExceptions", "typeName": "System.Exception[]" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "AggregateException", + "params": [], + "isStatic": false, + "name": "Flatten", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Exception", + "params": [], + "isStatic": false, + "name": "GetBaseException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "info", + "typeName": "System.Runtime.Serialization.SerializationInfo" + }, + { + "name": "context", + "typeName": "System.Runtime.Serialization.StreamingContext" + } + ], + "isStatic": false, + "name": "GetObjectData", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "predicate", + "typeName": "System.Func" + } + ], + "isStatic": false, + "name": "Handle", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "AggregateException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "BaseDirectory", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "TargetFrameworkName", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Object", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": true, + "name": "GetData", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "switchName", "typeName": "string" }, + { "name": "isEnabled", "typeName": "bool" } + ], + "isStatic": true, + "name": "SetSwitch", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "switchName", "typeName": "string" }, + { "name": "isEnabled", "typeName": "bool" } + ], + "isStatic": true, + "name": "TryGetSwitch", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "AppContext", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.MarshalByRefObject", + "attribute": "", + "interfaces": ["IEvidenceFactory", "_AppDomain"], + "fields": [ + { + "typeName": "System.ActivationContext", + "name": "ActivationContext", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ApplicationIdentity", + "name": "ApplicationIdentity", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Policy.ApplicationTrust", + "name": "ApplicationTrust", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "BaseDirectory", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.AppDomain", + "name": "CurrentDomain", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.AppDomainManager", + "name": "DomainManager", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "DynamicDirectory", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Policy.Evidence", + "name": "Evidence", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "FriendlyName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "Id", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsFullyTrusted", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsHomogenous", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "MonitoringIsEnabled", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "long", + "name": "MonitoringSurvivedMemorySize", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "long", + "name": "MonitoringSurvivedProcessMemorySize", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "long", + "name": "MonitoringTotalAllocatedMemorySize", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.TimeSpan", + "name": "MonitoringTotalProcessorTime", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.PermissionSet", + "name": "PermissionSet", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "RelativeSearchPath", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.AppDomainSetup", + "name": "SetupInformation", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "ShadowCopyFiles", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.AssemblyLoadEventHandler", + "name": "AssemblyLoad", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ResolveEventHandler", + "name": "AssemblyResolve", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.EventHandler", + "name": "DomainUnload", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.EventHandler", + "name": "FirstChanceException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.EventHandler", + "name": "ProcessExit", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ResolveEventHandler", + "name": "ReflectionOnlyAssemblyResolve", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ResolveEventHandler", + "name": "ResourceResolve", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ResolveEventHandler", + "name": "TypeResolve", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.UnhandledExceptionEventHandler", + "name": "UnhandledException", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "System.AssemblyLoadEventHandler" } + ], + "isStatic": false, + "name": "add_AssemblyLoad", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "System.AssemblyLoadEventHandler" } + ], + "isStatic": false, + "name": "remove_AssemblyLoad", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "System.ResolveEventHandler" } + ], + "isStatic": false, + "name": "add_AssemblyResolve", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "System.ResolveEventHandler" } + ], + "isStatic": false, + "name": "remove_AssemblyResolve", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.EventHandler" }], + "isStatic": false, + "name": "add_DomainUnload", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.EventHandler" }], + "isStatic": false, + "name": "remove_DomainUnload", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.EventHandler" + } + ], + "isStatic": false, + "name": "add_FirstChanceException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.EventHandler" + } + ], + "isStatic": false, + "name": "remove_FirstChanceException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.EventHandler" }], + "isStatic": false, + "name": "add_ProcessExit", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.EventHandler" }], + "isStatic": false, + "name": "remove_ProcessExit", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "System.ResolveEventHandler" } + ], + "isStatic": false, + "name": "add_ReflectionOnlyAssemblyResolve", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "System.ResolveEventHandler" } + ], + "isStatic": false, + "name": "remove_ReflectionOnlyAssemblyResolve", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "System.ResolveEventHandler" } + ], + "isStatic": false, + "name": "add_ResourceResolve", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "System.ResolveEventHandler" } + ], + "isStatic": false, + "name": "remove_ResourceResolve", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "System.ResolveEventHandler" } + ], + "isStatic": false, + "name": "add_TypeResolve", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "System.ResolveEventHandler" } + ], + "isStatic": false, + "name": "remove_TypeResolve", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.UnhandledExceptionEventHandler" + } + ], + "isStatic": false, + "name": "add_UnhandledException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.UnhandledExceptionEventHandler" + } + ], + "isStatic": false, + "name": "remove_UnhandledException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "path", "typeName": "string" }], + "isStatic": false, + "name": "AppendPrivatePath", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "assemblyName", "typeName": "string" }], + "isStatic": false, + "name": "ApplyPolicy", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ClearPrivatePath", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ClearShadowCopyPath", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ObjectHandle", + "params": [ + { "name": "assemblyName", "typeName": "string" }, + { "name": "typeName", "typeName": "string" } + ], + "isStatic": false, + "name": "CreateComInstanceFrom", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ObjectHandle", + "params": [ + { "name": "assemblyFile", "typeName": "string" }, + { "name": "typeName", "typeName": "string" }, + { "name": "hashValue", "typeName": "byte[]" }, + { + "name": "hashAlgorithm", + "typeName": "System.Configuration.Assemblies.AssemblyHashAlgorithm" + } + ], + "isStatic": false, + "name": "CreateComInstanceFrom", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "AppDomain", + "params": [{ "name": "friendlyName", "typeName": "string" }], + "isStatic": true, + "name": "CreateDomain", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "AppDomain", + "params": [ + { "name": "friendlyName", "typeName": "string" }, + { + "name": "securityInfo", + "typeName": "System.Security.Policy.Evidence" + } + ], + "isStatic": true, + "name": "CreateDomain", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "AppDomain", + "params": [ + { "name": "friendlyName", "typeName": "string" }, + { + "name": "securityInfo", + "typeName": "System.Security.Policy.Evidence" + }, + { "name": "info", "typeName": "System.AppDomainSetup" } + ], + "isStatic": true, + "name": "CreateDomain", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "AppDomain", + "params": [ + { "name": "friendlyName", "typeName": "string" }, + { + "name": "securityInfo", + "typeName": "System.Security.Policy.Evidence" + }, + { "name": "info", "typeName": "System.AppDomainSetup" }, + { "name": "grantSet", "typeName": "System.Security.PermissionSet" }, + { + "name": "fullTrustAssemblies", + "typeName": "System.Security.Policy.StrongName[]" + } + ], + "isStatic": true, + "name": "CreateDomain", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "AppDomain", + "params": [ + { "name": "friendlyName", "typeName": "string" }, + { + "name": "securityInfo", + "typeName": "System.Security.Policy.Evidence" + }, + { "name": "appBasePath", "typeName": "string" }, + { "name": "appRelativeSearchPath", "typeName": "string" }, + { "name": "shadowCopyFiles", "typeName": "bool" } + ], + "isStatic": true, + "name": "CreateDomain", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "AppDomain", + "params": [ + { "name": "friendlyName", "typeName": "string" }, + { + "name": "securityInfo", + "typeName": "System.Security.Policy.Evidence" + }, + { "name": "appBasePath", "typeName": "string" }, + { "name": "appRelativeSearchPath", "typeName": "string" }, + { "name": "shadowCopyFiles", "typeName": "bool" }, + { "name": "adInit", "typeName": "System.AppDomainInitializer" }, + { "name": "adInitArgs", "typeName": "string[]" } + ], + "isStatic": true, + "name": "CreateDomain", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ObjectHandle", + "params": [ + { "name": "assemblyName", "typeName": "string" }, + { "name": "typeName", "typeName": "string" } + ], + "isStatic": false, + "name": "CreateInstance", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ObjectHandle", + "params": [ + { "name": "assemblyName", "typeName": "string" }, + { "name": "typeName", "typeName": "string" }, + { "name": "ignoreCase", "typeName": "bool" }, + { + "name": "bindingAttr", + "typeName": "System.Reflection.BindingFlags" + }, + { "name": "binder", "typeName": "System.Reflection.Binder" }, + { "name": "args", "typeName": "object[]" }, + { + "name": "culture", + "typeName": "System.Globalization.CultureInfo" + }, + { "name": "activationAttributes", "typeName": "object[]" } + ], + "isStatic": false, + "name": "CreateInstance", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ObjectHandle", + "params": [ + { "name": "assemblyName", "typeName": "string" }, + { "name": "typeName", "typeName": "string" }, + { "name": "ignoreCase", "typeName": "bool" }, + { + "name": "bindingAttr", + "typeName": "System.Reflection.BindingFlags" + }, + { "name": "binder", "typeName": "System.Reflection.Binder" }, + { "name": "args", "typeName": "object[]" }, + { + "name": "culture", + "typeName": "System.Globalization.CultureInfo" + }, + { "name": "activationAttributes", "typeName": "object[]" }, + { + "name": "securityAttributes", + "typeName": "System.Security.Policy.Evidence" + } + ], + "isStatic": false, + "name": "CreateInstance", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ObjectHandle", + "params": [ + { "name": "assemblyName", "typeName": "string" }, + { "name": "typeName", "typeName": "string" }, + { "name": "activationAttributes", "typeName": "object[]" } + ], + "isStatic": false, + "name": "CreateInstance", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "assemblyName", "typeName": "string" }, + { "name": "typeName", "typeName": "string" } + ], + "isStatic": false, + "name": "CreateInstanceAndUnwrap", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "assemblyName", "typeName": "string" }, + { "name": "typeName", "typeName": "string" }, + { "name": "ignoreCase", "typeName": "bool" }, + { + "name": "bindingAttr", + "typeName": "System.Reflection.BindingFlags" + }, + { "name": "binder", "typeName": "System.Reflection.Binder" }, + { "name": "args", "typeName": "object[]" }, + { + "name": "culture", + "typeName": "System.Globalization.CultureInfo" + }, + { "name": "activationAttributes", "typeName": "object[]" } + ], + "isStatic": false, + "name": "CreateInstanceAndUnwrap", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "assemblyName", "typeName": "string" }, + { "name": "typeName", "typeName": "string" }, + { "name": "ignoreCase", "typeName": "bool" }, + { + "name": "bindingAttr", + "typeName": "System.Reflection.BindingFlags" + }, + { "name": "binder", "typeName": "System.Reflection.Binder" }, + { "name": "args", "typeName": "object[]" }, + { + "name": "culture", + "typeName": "System.Globalization.CultureInfo" + }, + { "name": "activationAttributes", "typeName": "object[]" }, + { + "name": "securityAttributes", + "typeName": "System.Security.Policy.Evidence" + } + ], + "isStatic": false, + "name": "CreateInstanceAndUnwrap", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "assemblyName", "typeName": "string" }, + { "name": "typeName", "typeName": "string" }, + { "name": "activationAttributes", "typeName": "object[]" } + ], + "isStatic": false, + "name": "CreateInstanceAndUnwrap", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ObjectHandle", + "params": [ + { "name": "assemblyFile", "typeName": "string" }, + { "name": "typeName", "typeName": "string" } + ], + "isStatic": false, + "name": "CreateInstanceFrom", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ObjectHandle", + "params": [ + { "name": "assemblyFile", "typeName": "string" }, + { "name": "typeName", "typeName": "string" }, + { "name": "ignoreCase", "typeName": "bool" }, + { + "name": "bindingAttr", + "typeName": "System.Reflection.BindingFlags" + }, + { "name": "binder", "typeName": "System.Reflection.Binder" }, + { "name": "args", "typeName": "object[]" }, + { + "name": "culture", + "typeName": "System.Globalization.CultureInfo" + }, + { "name": "activationAttributes", "typeName": "object[]" } + ], + "isStatic": false, + "name": "CreateInstanceFrom", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ObjectHandle", + "params": [ + { "name": "assemblyFile", "typeName": "string" }, + { "name": "typeName", "typeName": "string" }, + { "name": "ignoreCase", "typeName": "bool" }, + { + "name": "bindingAttr", + "typeName": "System.Reflection.BindingFlags" + }, + { "name": "binder", "typeName": "System.Reflection.Binder" }, + { "name": "args", "typeName": "object[]" }, + { + "name": "culture", + "typeName": "System.Globalization.CultureInfo" + }, + { "name": "activationAttributes", "typeName": "object[]" }, + { + "name": "securityAttributes", + "typeName": "System.Security.Policy.Evidence" + } + ], + "isStatic": false, + "name": "CreateInstanceFrom", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ObjectHandle", + "params": [ + { "name": "assemblyFile", "typeName": "string" }, + { "name": "typeName", "typeName": "string" }, + { "name": "activationAttributes", "typeName": "object[]" } + ], + "isStatic": false, + "name": "CreateInstanceFrom", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "assemblyName", "typeName": "string" }, + { "name": "typeName", "typeName": "string" } + ], + "isStatic": false, + "name": "CreateInstanceFromAndUnwrap", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "assemblyFile", "typeName": "string" }, + { "name": "typeName", "typeName": "string" }, + { "name": "ignoreCase", "typeName": "bool" }, + { + "name": "bindingAttr", + "typeName": "System.Reflection.BindingFlags" + }, + { "name": "binder", "typeName": "System.Reflection.Binder" }, + { "name": "args", "typeName": "object[]" }, + { + "name": "culture", + "typeName": "System.Globalization.CultureInfo" + }, + { "name": "activationAttributes", "typeName": "object[]" } + ], + "isStatic": false, + "name": "CreateInstanceFromAndUnwrap", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "assemblyName", "typeName": "string" }, + { "name": "typeName", "typeName": "string" }, + { "name": "ignoreCase", "typeName": "bool" }, + { + "name": "bindingAttr", + "typeName": "System.Reflection.BindingFlags" + }, + { "name": "binder", "typeName": "System.Reflection.Binder" }, + { "name": "args", "typeName": "object[]" }, + { + "name": "culture", + "typeName": "System.Globalization.CultureInfo" + }, + { "name": "activationAttributes", "typeName": "object[]" }, + { + "name": "securityAttributes", + "typeName": "System.Security.Policy.Evidence" + } + ], + "isStatic": false, + "name": "CreateInstanceFromAndUnwrap", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "assemblyName", "typeName": "string" }, + { "name": "typeName", "typeName": "string" }, + { "name": "activationAttributes", "typeName": "object[]" } + ], + "isStatic": false, + "name": "CreateInstanceFromAndUnwrap", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "AssemblyBuilder", + "params": [ + { "name": "name", "typeName": "System.Reflection.AssemblyName" }, + { + "name": "access", + "typeName": "System.Reflection.Emit.AssemblyBuilderAccess" + } + ], + "isStatic": false, + "name": "DefineDynamicAssembly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "AssemblyBuilder", + "params": [ + { "name": "name", "typeName": "System.Reflection.AssemblyName" }, + { + "name": "access", + "typeName": "System.Reflection.Emit.AssemblyBuilderAccess" + }, + { + "name": "assemblyAttributes", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": false, + "name": "DefineDynamicAssembly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "AssemblyBuilder", + "params": [ + { "name": "name", "typeName": "System.Reflection.AssemblyName" }, + { + "name": "access", + "typeName": "System.Reflection.Emit.AssemblyBuilderAccess" + }, + { + "name": "assemblyAttributes", + "typeName": "System.Collections.Generic.IEnumerable" + }, + { + "name": "securityContextSource", + "typeName": "System.Security.SecurityContextSource" + } + ], + "isStatic": false, + "name": "DefineDynamicAssembly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "AssemblyBuilder", + "params": [ + { "name": "name", "typeName": "System.Reflection.AssemblyName" }, + { + "name": "access", + "typeName": "System.Reflection.Emit.AssemblyBuilderAccess" + }, + { + "name": "requiredPermissions", + "typeName": "System.Security.PermissionSet" + }, + { + "name": "optionalPermissions", + "typeName": "System.Security.PermissionSet" + }, + { + "name": "refusedPermissions", + "typeName": "System.Security.PermissionSet" + } + ], + "isStatic": false, + "name": "DefineDynamicAssembly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "AssemblyBuilder", + "params": [ + { "name": "name", "typeName": "System.Reflection.AssemblyName" }, + { + "name": "access", + "typeName": "System.Reflection.Emit.AssemblyBuilderAccess" + }, + { + "name": "evidence", + "typeName": "System.Security.Policy.Evidence" + } + ], + "isStatic": false, + "name": "DefineDynamicAssembly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "AssemblyBuilder", + "params": [ + { "name": "name", "typeName": "System.Reflection.AssemblyName" }, + { + "name": "access", + "typeName": "System.Reflection.Emit.AssemblyBuilderAccess" + }, + { + "name": "evidence", + "typeName": "System.Security.Policy.Evidence" + }, + { + "name": "requiredPermissions", + "typeName": "System.Security.PermissionSet" + }, + { + "name": "optionalPermissions", + "typeName": "System.Security.PermissionSet" + }, + { + "name": "refusedPermissions", + "typeName": "System.Security.PermissionSet" + } + ], + "isStatic": false, + "name": "DefineDynamicAssembly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "AssemblyBuilder", + "params": [ + { "name": "name", "typeName": "System.Reflection.AssemblyName" }, + { + "name": "access", + "typeName": "System.Reflection.Emit.AssemblyBuilderAccess" + }, + { "name": "dir", "typeName": "string" } + ], + "isStatic": false, + "name": "DefineDynamicAssembly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "AssemblyBuilder", + "params": [ + { "name": "name", "typeName": "System.Reflection.AssemblyName" }, + { + "name": "access", + "typeName": "System.Reflection.Emit.AssemblyBuilderAccess" + }, + { "name": "dir", "typeName": "string" }, + { "name": "isSynchronized", "typeName": "bool" }, + { + "name": "assemblyAttributes", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": false, + "name": "DefineDynamicAssembly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "AssemblyBuilder", + "params": [ + { "name": "name", "typeName": "System.Reflection.AssemblyName" }, + { + "name": "access", + "typeName": "System.Reflection.Emit.AssemblyBuilderAccess" + }, + { "name": "dir", "typeName": "string" }, + { + "name": "requiredPermissions", + "typeName": "System.Security.PermissionSet" + }, + { + "name": "optionalPermissions", + "typeName": "System.Security.PermissionSet" + }, + { + "name": "refusedPermissions", + "typeName": "System.Security.PermissionSet" + } + ], + "isStatic": false, + "name": "DefineDynamicAssembly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "AssemblyBuilder", + "params": [ + { "name": "name", "typeName": "System.Reflection.AssemblyName" }, + { + "name": "access", + "typeName": "System.Reflection.Emit.AssemblyBuilderAccess" + }, + { "name": "dir", "typeName": "string" }, + { + "name": "evidence", + "typeName": "System.Security.Policy.Evidence" + } + ], + "isStatic": false, + "name": "DefineDynamicAssembly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "AssemblyBuilder", + "params": [ + { "name": "name", "typeName": "System.Reflection.AssemblyName" }, + { + "name": "access", + "typeName": "System.Reflection.Emit.AssemblyBuilderAccess" + }, + { "name": "dir", "typeName": "string" }, + { + "name": "evidence", + "typeName": "System.Security.Policy.Evidence" + }, + { + "name": "requiredPermissions", + "typeName": "System.Security.PermissionSet" + }, + { + "name": "optionalPermissions", + "typeName": "System.Security.PermissionSet" + }, + { + "name": "refusedPermissions", + "typeName": "System.Security.PermissionSet" + } + ], + "isStatic": false, + "name": "DefineDynamicAssembly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "AssemblyBuilder", + "params": [ + { "name": "name", "typeName": "System.Reflection.AssemblyName" }, + { + "name": "access", + "typeName": "System.Reflection.Emit.AssemblyBuilderAccess" + }, + { "name": "dir", "typeName": "string" }, + { + "name": "evidence", + "typeName": "System.Security.Policy.Evidence" + }, + { + "name": "requiredPermissions", + "typeName": "System.Security.PermissionSet" + }, + { + "name": "optionalPermissions", + "typeName": "System.Security.PermissionSet" + }, + { + "name": "refusedPermissions", + "typeName": "System.Security.PermissionSet" + }, + { "name": "isSynchronized", "typeName": "bool" } + ], + "isStatic": false, + "name": "DefineDynamicAssembly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "AssemblyBuilder", + "params": [ + { "name": "name", "typeName": "System.Reflection.AssemblyName" }, + { + "name": "access", + "typeName": "System.Reflection.Emit.AssemblyBuilderAccess" + }, + { "name": "dir", "typeName": "string" }, + { + "name": "evidence", + "typeName": "System.Security.Policy.Evidence" + }, + { + "name": "requiredPermissions", + "typeName": "System.Security.PermissionSet" + }, + { + "name": "optionalPermissions", + "typeName": "System.Security.PermissionSet" + }, + { + "name": "refusedPermissions", + "typeName": "System.Security.PermissionSet" + }, + { "name": "isSynchronized", "typeName": "bool" }, + { + "name": "assemblyAttributes", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": false, + "name": "DefineDynamicAssembly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "callBackDelegate", + "typeName": "System.CrossAppDomainDelegate" + } + ], + "isStatic": false, + "name": "DoCallBack", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "assemblyFile", "typeName": "string" }], + "isStatic": false, + "name": "ExecuteAssembly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "assemblyFile", "typeName": "string" }, + { + "name": "assemblySecurity", + "typeName": "System.Security.Policy.Evidence" + } + ], + "isStatic": false, + "name": "ExecuteAssembly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "assemblyFile", "typeName": "string" }, + { + "name": "assemblySecurity", + "typeName": "System.Security.Policy.Evidence" + }, + { "name": "args", "typeName": "string[]" } + ], + "isStatic": false, + "name": "ExecuteAssembly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "assemblyFile", "typeName": "string" }, + { + "name": "assemblySecurity", + "typeName": "System.Security.Policy.Evidence" + }, + { "name": "args", "typeName": "string[]" }, + { "name": "hashValue", "typeName": "byte[]" }, + { + "name": "hashAlgorithm", + "typeName": "System.Configuration.Assemblies.AssemblyHashAlgorithm" + } + ], + "isStatic": false, + "name": "ExecuteAssembly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "assemblyFile", "typeName": "string" }, + { "name": "args", "typeName": "string[]" } + ], + "isStatic": false, + "name": "ExecuteAssembly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "assemblyFile", "typeName": "string" }, + { "name": "args", "typeName": "string[]" }, + { "name": "hashValue", "typeName": "byte[]" }, + { + "name": "hashAlgorithm", + "typeName": "System.Configuration.Assemblies.AssemblyHashAlgorithm" + } + ], + "isStatic": false, + "name": "ExecuteAssembly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "assemblyName", + "typeName": "System.Reflection.AssemblyName" + }, + { + "name": "assemblySecurity", + "typeName": "System.Security.Policy.Evidence" + }, + { "name": "args", "typeName": "string[]" } + ], + "isStatic": false, + "name": "ExecuteAssemblyByName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "assemblyName", + "typeName": "System.Reflection.AssemblyName" + }, + { "name": "args", "typeName": "string[]" } + ], + "isStatic": false, + "name": "ExecuteAssemblyByName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "assemblyName", "typeName": "string" }], + "isStatic": false, + "name": "ExecuteAssemblyByName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "assemblyName", "typeName": "string" }, + { + "name": "assemblySecurity", + "typeName": "System.Security.Policy.Evidence" + } + ], + "isStatic": false, + "name": "ExecuteAssemblyByName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "assemblyName", "typeName": "string" }, + { + "name": "assemblySecurity", + "typeName": "System.Security.Policy.Evidence" + }, + { "name": "args", "typeName": "string[]" } + ], + "isStatic": false, + "name": "ExecuteAssemblyByName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "assemblyName", "typeName": "string" }, + { "name": "args", "typeName": "string[]" } + ], + "isStatic": false, + "name": "ExecuteAssemblyByName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetAssemblies", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": true, + "name": "GetCurrentThreadId", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "GetData", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Type", + "params": [], + "isStatic": false, + "name": "GetType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [], + "isStatic": false, + "name": "InitializeLifetimeService", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Nullable", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": false, + "name": "IsCompatibilitySwitchSet", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "IsDefaultAppDomain", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "IsFinalizingForUnload", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Assembly", + "params": [{ "name": "rawAssembly", "typeName": "byte[]" }], + "isStatic": false, + "name": "Load", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Assembly", + "params": [ + { "name": "rawAssembly", "typeName": "byte[]" }, + { "name": "rawSymbolStore", "typeName": "byte[]" } + ], + "isStatic": false, + "name": "Load", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Assembly", + "params": [ + { "name": "rawAssembly", "typeName": "byte[]" }, + { "name": "rawSymbolStore", "typeName": "byte[]" }, + { + "name": "securityEvidence", + "typeName": "System.Security.Policy.Evidence" + } + ], + "isStatic": false, + "name": "Load", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Assembly", + "params": [ + { + "name": "assemblyRef", + "typeName": "System.Reflection.AssemblyName" + } + ], + "isStatic": false, + "name": "Load", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Assembly", + "params": [ + { + "name": "assemblyRef", + "typeName": "System.Reflection.AssemblyName" + }, + { + "name": "assemblySecurity", + "typeName": "System.Security.Policy.Evidence" + } + ], + "isStatic": false, + "name": "Load", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Assembly", + "params": [{ "name": "assemblyString", "typeName": "string" }], + "isStatic": false, + "name": "Load", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Assembly", + "params": [ + { "name": "assemblyString", "typeName": "string" }, + { + "name": "assemblySecurity", + "typeName": "System.Security.Policy.Evidence" + } + ], + "isStatic": false, + "name": "Load", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "ReflectionOnlyGetAssemblies", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "domainPolicy", + "typeName": "System.Security.Policy.PolicyLevel" + } + ], + "isStatic": false, + "name": "SetAppDomainPolicy", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "path", "typeName": "string" }], + "isStatic": false, + "name": "SetCachePath", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "data", "typeName": "object" } + ], + "isStatic": false, + "name": "SetData", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "data", "typeName": "object" }, + { "name": "permission", "typeName": "System.Security.IPermission" } + ], + "isStatic": false, + "name": "SetData", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "path", "typeName": "string" }], + "isStatic": false, + "name": "SetDynamicBase", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "policy", + "typeName": "System.Security.Principal.PrincipalPolicy" + } + ], + "isStatic": false, + "name": "SetPrincipalPolicy", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "SetShadowCopyFiles", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "path", "typeName": "string" }], + "isStatic": false, + "name": "SetShadowCopyPath", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "principal", + "typeName": "System.Security.Principal.IPrincipal" + } + ], + "isStatic": false, + "name": "SetThreadPrincipal", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "domain", "typeName": "System.AppDomain" }], + "isStatic": true, + "name": "Unload", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "AppDomain", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "args", "typeName": "string[]" }], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "args", "typeName": "string[]" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "AppDomainInitializer", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.MarshalByRefObject", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Runtime.Hosting.ApplicationActivator", + "name": "ApplicationActivator", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Assembly", + "name": "EntryAssembly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Threading.HostExecutionContextManager", + "name": "HostExecutionContextManager", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.HostSecurityManager", + "name": "HostSecurityManager", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.AppDomainManagerInitializationOptions", + "name": "InitializationFlags", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "state", "typeName": "System.Security.SecurityState" } + ], + "isStatic": false, + "name": "CheckSecuritySettings", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "AppDomain", + "params": [ + { "name": "friendlyName", "typeName": "string" }, + { + "name": "securityInfo", + "typeName": "System.Security.Policy.Evidence" + }, + { "name": "appDomainInfo", "typeName": "System.AppDomainSetup" } + ], + "isStatic": false, + "name": "CreateDomain", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "appDomainInfo", "typeName": "System.AppDomainSetup" } + ], + "isStatic": false, + "name": "InitializeNewDomain", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "AppDomainManager", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.AppDomainManagerInitializationOptions", + "name": "None", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.AppDomainManagerInitializationOptions", + "name": "RegisterWithHost", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.AppDomainManagerInitializationOptions", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "AppDomainManagerInitializationOptions", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "object", + "attribute": "", + "interfaces": ["IAppDomainSetup"], + "fields": [ + { + "typeName": "System.Runtime.Hosting.ActivationArguments", + "name": "ActivationArguments", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.AppDomainInitializer", + "name": "AppDomainInitializer", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string[]", + "name": "AppDomainInitializerArguments", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "AppDomainManagerAssembly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "AppDomainManagerType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "ApplicationBase", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "ApplicationName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Policy.ApplicationTrust", + "name": "ApplicationTrust", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "CachePath", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "ConfigurationFile", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "DisallowApplicationBaseProbing", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "DisallowBindingRedirects", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "DisallowCodeDownload", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "DisallowPublisherPolicy", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "DynamicBase", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "LicenseFile", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.LoaderOptimization", + "name": "LoaderOptimization", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string[]", + "name": "PartialTrustVisibleAssemblies", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "PrivateBinPath", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "PrivateBinPathProbe", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "SandboxInterop", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "ShadowCopyDirectories", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "ShadowCopyFiles", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "TargetFrameworkName", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "activationContext", + "typeName": "System.ActivationContext" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "activationArguments", + "typeName": "System.Runtime.Hosting.ActivationArguments" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetConfigurationBytes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "switches", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": false, + "name": "SetCompatibilitySwitches", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "byte[]" }], + "isStatic": false, + "name": "SetConfigurationBytes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "functionName", "typeName": "string" }, + { "name": "functionVersion", "typeName": "int" }, + { "name": "functionPointer", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": "SetNativeFunction", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "AppDomainSetup", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.SystemException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "innerException", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "AppDomainUnloadedException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.Exception", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "innerException", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ApplicationException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "Culture", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "ProcessorArchitecture", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "byte[]", + "name": "PublicKeyToken", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Version", + "name": "Version", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "publicKeyToken", "typeName": "byte[]" }, + { "name": "name", "typeName": "string" }, + { "name": "version", "typeName": "System.Version" }, + { "name": "processorArchitecture", "typeName": "string" }, + { "name": "culture", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ApplicationId", + "params": [], + "isStatic": false, + "name": "Copy", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "o", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ApplicationId", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "object", + "attribute": "", + "interfaces": ["ISerializable"], + "fields": [ + { + "typeName": "string", + "name": "CodeBase", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "FullName", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "applicationIdentityFullName", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ApplicationIdentity", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "arglist", "typeName": "System.RuntimeArgumentHandle" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "arglist", "typeName": "System.RuntimeArgumentHandle" }, + { "name": "ptr", "typeName": "void*" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "End", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "o", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "TypedReference", + "params": [], + "isStatic": false, + "name": "GetNextArg", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "TypedReference", + "params": [{ "name": "rth", "typeName": "System.RuntimeTypeHandle" }], + "isStatic": false, + "name": "GetNextArg", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "RuntimeTypeHandle", + "params": [], + "isStatic": false, + "name": "GetNextArgType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetRemainingCount", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ArgIterator", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.SystemException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [ + { + "typeName": "string", + "name": "Message", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "ParamName", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "innerException", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "paramName", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "paramName", "typeName": "string" }, + { "name": "innerException", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "info", + "typeName": "System.Runtime.Serialization.SerializationInfo" + }, + { + "name": "context", + "typeName": "System.Runtime.Serialization.StreamingContext" + } + ], + "isStatic": false, + "name": "GetObjectData", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ArgumentException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.ArgumentException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "paramName", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "innerException", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "paramName", "typeName": "string" }, + { "name": "message", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ArgumentNullException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.ArgumentException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [ + { + "typeName": "object", + "name": "ActualValue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Message", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "paramName", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "innerException", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "paramName", "typeName": "string" }, + { "name": "actualValue", "typeName": "object" }, + { "name": "message", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "paramName", "typeName": "string" }, + { "name": "message", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "info", + "typeName": "System.Runtime.Serialization.SerializationInfo" + }, + { + "name": "context", + "typeName": "System.Runtime.Serialization.StreamingContext" + } + ], + "isStatic": false, + "name": "GetObjectData", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ArgumentOutOfRangeException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.SystemException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "innerException", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ArithmeticException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "object", + "attribute": "", + "interfaces": [ + "IList", + "ICollection", + "IEnumerable", + "IStructuralComparable", + "IStructuralEquatable", + "ICloneable" + ], + "fields": [ + { + "typeName": "bool", + "name": "IsFixedSize", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsReadOnly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsSynchronized", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "Length", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "long", + "name": "LongLength", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "Rank", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "object", + "name": "SyncRoot", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "ReadOnlyCollection", + "params": [{ "name": "array", "typeName": "T[]" }], + "isStatic": true, + "name": "AsReadOnly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "array", "typeName": "System.Array" }, + { "name": "index", "typeName": "int" }, + { "name": "length", "typeName": "int" }, + { "name": "value", "typeName": "object" } + ], + "isStatic": true, + "name": "BinarySearch", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "array", "typeName": "System.Array" }, + { "name": "index", "typeName": "int" }, + { "name": "length", "typeName": "int" }, + { "name": "value", "typeName": "object" }, + { "name": "comparer", "typeName": "System.Collections.IComparer" } + ], + "isStatic": true, + "name": "BinarySearch", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "array", "typeName": "System.Array" }, + { "name": "value", "typeName": "object" } + ], + "isStatic": true, + "name": "BinarySearch", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "array", "typeName": "System.Array" }, + { "name": "value", "typeName": "object" }, + { "name": "comparer", "typeName": "System.Collections.IComparer" } + ], + "isStatic": true, + "name": "BinarySearch", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "array", "typeName": "T[]" }, + { "name": "index", "typeName": "int" }, + { "name": "length", "typeName": "int" }, + { "name": "value", "typeName": "T" } + ], + "isStatic": true, + "name": "BinarySearch", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "array", "typeName": "T[]" }, + { "name": "index", "typeName": "int" }, + { "name": "length", "typeName": "int" }, + { "name": "value", "typeName": "T" }, + { + "name": "comparer", + "typeName": "System.Collections.Generic.IComparer" + } + ], + "isStatic": true, + "name": "BinarySearch", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "array", "typeName": "T[]" }, + { "name": "value", "typeName": "T" } + ], + "isStatic": true, + "name": "BinarySearch", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "array", "typeName": "T[]" }, + { "name": "value", "typeName": "T" }, + { + "name": "comparer", + "typeName": "System.Collections.Generic.IComparer" + } + ], + "isStatic": true, + "name": "BinarySearch", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "array", "typeName": "System.Array" }, + { "name": "index", "typeName": "int" }, + { "name": "length", "typeName": "int" } + ], + "isStatic": true, + "name": "Clear", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [], + "isStatic": false, + "name": "Clone", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "sourceArray", "typeName": "System.Array" }, + { "name": "sourceIndex", "typeName": "int" }, + { "name": "destinationArray", "typeName": "System.Array" }, + { "name": "destinationIndex", "typeName": "int" }, + { "name": "length", "typeName": "int" } + ], + "isStatic": true, + "name": "ConstrainedCopy", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "array", "typeName": "TInput[]" }, + { + "name": "converter", + "typeName": "System.Converter" + } + ], + "isStatic": true, + "name": "ConvertAll", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "sourceArray", "typeName": "System.Array" }, + { "name": "destinationArray", "typeName": "System.Array" }, + { "name": "length", "typeName": "int" } + ], + "isStatic": true, + "name": "Copy", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "sourceArray", "typeName": "System.Array" }, + { "name": "destinationArray", "typeName": "System.Array" }, + { "name": "length", "typeName": "long" } + ], + "isStatic": true, + "name": "Copy", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "sourceArray", "typeName": "System.Array" }, + { "name": "sourceIndex", "typeName": "int" }, + { "name": "destinationArray", "typeName": "System.Array" }, + { "name": "destinationIndex", "typeName": "int" }, + { "name": "length", "typeName": "int" } + ], + "isStatic": true, + "name": "Copy", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "sourceArray", "typeName": "System.Array" }, + { "name": "sourceIndex", "typeName": "long" }, + { "name": "destinationArray", "typeName": "System.Array" }, + { "name": "destinationIndex", "typeName": "long" }, + { "name": "length", "typeName": "long" } + ], + "isStatic": true, + "name": "Copy", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "array", "typeName": "System.Array" }, + { "name": "index", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "array", "typeName": "System.Array" }, + { "name": "index", "typeName": "long" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Array", + "params": [ + { "name": "elementType", "typeName": "System.Type" }, + { "name": "length", "typeName": "int" } + ], + "isStatic": true, + "name": "CreateInstance", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Array", + "params": [ + { "name": "elementType", "typeName": "System.Type" }, + { "name": "length1", "typeName": "int" }, + { "name": "length2", "typeName": "int" } + ], + "isStatic": true, + "name": "CreateInstance", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Array", + "params": [ + { "name": "elementType", "typeName": "System.Type" }, + { "name": "length1", "typeName": "int" }, + { "name": "length2", "typeName": "int" }, + { "name": "length3", "typeName": "int" } + ], + "isStatic": true, + "name": "CreateInstance", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Array", + "params": [ + { "name": "elementType", "typeName": "System.Type" }, + { "name": "lengths", "typeName": "int[]" } + ], + "isStatic": true, + "name": "CreateInstance", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Array", + "params": [ + { "name": "elementType", "typeName": "System.Type" }, + { "name": "lengths", "typeName": "int[]" }, + { "name": "lowerBounds", "typeName": "int[]" } + ], + "isStatic": true, + "name": "CreateInstance", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Array", + "params": [ + { "name": "elementType", "typeName": "System.Type" }, + { "name": "lengths", "typeName": "long[]" } + ], + "isStatic": true, + "name": "CreateInstance", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": true, + "name": "Empty", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "array", "typeName": "T[]" }, + { "name": "match", "typeName": "System.Predicate" } + ], + "isStatic": true, + "name": "Exists", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "array", "typeName": "T[]" }, + { "name": "match", "typeName": "System.Predicate" } + ], + "isStatic": true, + "name": "FindAll", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "array", "typeName": "T[]" }, + { "name": "startIndex", "typeName": "int" }, + { "name": "count", "typeName": "int" }, + { "name": "match", "typeName": "System.Predicate" } + ], + "isStatic": true, + "name": "FindIndex", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "array", "typeName": "T[]" }, + { "name": "startIndex", "typeName": "int" }, + { "name": "match", "typeName": "System.Predicate" } + ], + "isStatic": true, + "name": "FindIndex", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "array", "typeName": "T[]" }, + { "name": "match", "typeName": "System.Predicate" } + ], + "isStatic": true, + "name": "FindIndex", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "array", "typeName": "T[]" }, + { "name": "startIndex", "typeName": "int" }, + { "name": "count", "typeName": "int" }, + { "name": "match", "typeName": "System.Predicate" } + ], + "isStatic": true, + "name": "FindLastIndex", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "array", "typeName": "T[]" }, + { "name": "startIndex", "typeName": "int" }, + { "name": "match", "typeName": "System.Predicate" } + ], + "isStatic": true, + "name": "FindLastIndex", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "array", "typeName": "T[]" }, + { "name": "match", "typeName": "System.Predicate" } + ], + "isStatic": true, + "name": "FindLastIndex", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "T", + "params": [ + { "name": "array", "typeName": "T[]" }, + { "name": "match", "typeName": "System.Predicate" } + ], + "isStatic": true, + "name": "FindLast", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "T", + "params": [ + { "name": "array", "typeName": "T[]" }, + { "name": "match", "typeName": "System.Predicate" } + ], + "isStatic": true, + "name": "Find", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "array", "typeName": "T[]" }, + { "name": "action", "typeName": "System.Action" } + ], + "isStatic": true, + "name": "ForEach", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IEnumerator", + "params": [], + "isStatic": false, + "name": "GetEnumerator", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "dimension", "typeName": "int" }], + "isStatic": false, + "name": "GetLength", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int64", + "params": [{ "name": "dimension", "typeName": "int" }], + "isStatic": false, + "name": "GetLongLength", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "dimension", "typeName": "int" }], + "isStatic": false, + "name": "GetLowerBound", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "dimension", "typeName": "int" }], + "isStatic": false, + "name": "GetUpperBound", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "GetValue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "index1", "typeName": "int" }, + { "name": "index2", "typeName": "int" } + ], + "isStatic": false, + "name": "GetValue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "index1", "typeName": "int" }, + { "name": "index2", "typeName": "int" }, + { "name": "index3", "typeName": "int" } + ], + "isStatic": false, + "name": "GetValue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [{ "name": "indices", "typeName": "int[]" }], + "isStatic": false, + "name": "GetValue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [{ "name": "index", "typeName": "long" }], + "isStatic": false, + "name": "GetValue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "index1", "typeName": "long" }, + { "name": "index2", "typeName": "long" } + ], + "isStatic": false, + "name": "GetValue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "index1", "typeName": "long" }, + { "name": "index2", "typeName": "long" }, + { "name": "index3", "typeName": "long" } + ], + "isStatic": false, + "name": "GetValue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [{ "name": "indices", "typeName": "long[]" }], + "isStatic": false, + "name": "GetValue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "array", "typeName": "System.Array" }, + { "name": "value", "typeName": "object" } + ], + "isStatic": true, + "name": "IndexOf", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "array", "typeName": "System.Array" }, + { "name": "value", "typeName": "object" }, + { "name": "startIndex", "typeName": "int" } + ], + "isStatic": true, + "name": "IndexOf", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "array", "typeName": "System.Array" }, + { "name": "value", "typeName": "object" }, + { "name": "startIndex", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": true, + "name": "IndexOf", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "array", "typeName": "T[]" }, + { "name": "value", "typeName": "T" } + ], + "isStatic": true, + "name": "IndexOf", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "array", "typeName": "T[]" }, + { "name": "value", "typeName": "T" }, + { "name": "startIndex", "typeName": "int" } + ], + "isStatic": true, + "name": "IndexOf", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "array", "typeName": "T[]" }, + { "name": "value", "typeName": "T" }, + { "name": "startIndex", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": true, + "name": "IndexOf", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Initialize", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "array", "typeName": "System.Array" }, + { "name": "value", "typeName": "object" } + ], + "isStatic": true, + "name": "LastIndexOf", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "array", "typeName": "System.Array" }, + { "name": "value", "typeName": "object" }, + { "name": "startIndex", "typeName": "int" } + ], + "isStatic": true, + "name": "LastIndexOf", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "array", "typeName": "System.Array" }, + { "name": "value", "typeName": "object" }, + { "name": "startIndex", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": true, + "name": "LastIndexOf", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "array", "typeName": "T[]" }, + { "name": "value", "typeName": "T" } + ], + "isStatic": true, + "name": "LastIndexOf", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "array", "typeName": "T[]" }, + { "name": "value", "typeName": "T" }, + { "name": "startIndex", "typeName": "int" } + ], + "isStatic": true, + "name": "LastIndexOf", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "array", "typeName": "T[]" }, + { "name": "value", "typeName": "T" }, + { "name": "startIndex", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": true, + "name": "LastIndexOf", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "array", "typeName": "T[]" }, + { "name": "newSize", "typeName": "int" } + ], + "isStatic": true, + "name": "Resize", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "array", "typeName": "System.Array" }], + "isStatic": true, + "name": "Reverse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "array", "typeName": "System.Array" }, + { "name": "index", "typeName": "int" }, + { "name": "length", "typeName": "int" } + ], + "isStatic": true, + "name": "Reverse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "object" }, + { "name": "index", "typeName": "int" } + ], + "isStatic": false, + "name": "SetValue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "object" }, + { "name": "index1", "typeName": "int" }, + { "name": "index2", "typeName": "int" } + ], + "isStatic": false, + "name": "SetValue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "object" }, + { "name": "index1", "typeName": "int" }, + { "name": "index2", "typeName": "int" }, + { "name": "index3", "typeName": "int" } + ], + "isStatic": false, + "name": "SetValue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "object" }, + { "name": "indices", "typeName": "int[]" } + ], + "isStatic": false, + "name": "SetValue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "object" }, + { "name": "index", "typeName": "long" } + ], + "isStatic": false, + "name": "SetValue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "object" }, + { "name": "index1", "typeName": "long" }, + { "name": "index2", "typeName": "long" } + ], + "isStatic": false, + "name": "SetValue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "object" }, + { "name": "index1", "typeName": "long" }, + { "name": "index2", "typeName": "long" }, + { "name": "index3", "typeName": "long" } + ], + "isStatic": false, + "name": "SetValue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "object" }, + { "name": "indices", "typeName": "long[]" } + ], + "isStatic": false, + "name": "SetValue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "array", "typeName": "System.Array" }], + "isStatic": true, + "name": "Sort", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "keys", "typeName": "System.Array" }, + { "name": "items", "typeName": "System.Array" } + ], + "isStatic": true, + "name": "Sort", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "keys", "typeName": "System.Array" }, + { "name": "items", "typeName": "System.Array" }, + { "name": "comparer", "typeName": "System.Collections.IComparer" } + ], + "isStatic": true, + "name": "Sort", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "keys", "typeName": "System.Array" }, + { "name": "items", "typeName": "System.Array" }, + { "name": "index", "typeName": "int" }, + { "name": "length", "typeName": "int" } + ], + "isStatic": true, + "name": "Sort", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "keys", "typeName": "System.Array" }, + { "name": "items", "typeName": "System.Array" }, + { "name": "index", "typeName": "int" }, + { "name": "length", "typeName": "int" }, + { "name": "comparer", "typeName": "System.Collections.IComparer" } + ], + "isStatic": true, + "name": "Sort", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "array", "typeName": "System.Array" }, + { "name": "comparer", "typeName": "System.Collections.IComparer" } + ], + "isStatic": true, + "name": "Sort", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "array", "typeName": "System.Array" }, + { "name": "index", "typeName": "int" }, + { "name": "length", "typeName": "int" } + ], + "isStatic": true, + "name": "Sort", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "array", "typeName": "System.Array" }, + { "name": "index", "typeName": "int" }, + { "name": "length", "typeName": "int" }, + { "name": "comparer", "typeName": "System.Collections.IComparer" } + ], + "isStatic": true, + "name": "Sort", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "array", "typeName": "T[]" }], + "isStatic": true, + "name": "Sort", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "array", "typeName": "T[]" }, + { + "name": "comparer", + "typeName": "System.Collections.Generic.IComparer" + } + ], + "isStatic": true, + "name": "Sort", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "array", "typeName": "T[]" }, + { "name": "comparison", "typeName": "System.Comparison" } + ], + "isStatic": true, + "name": "Sort", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "array", "typeName": "T[]" }, + { "name": "index", "typeName": "int" }, + { "name": "length", "typeName": "int" } + ], + "isStatic": true, + "name": "Sort", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "array", "typeName": "T[]" }, + { "name": "index", "typeName": "int" }, + { "name": "length", "typeName": "int" }, + { + "name": "comparer", + "typeName": "System.Collections.Generic.IComparer" + } + ], + "isStatic": true, + "name": "Sort", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "keys", "typeName": "TKey[]" }, + { "name": "items", "typeName": "TValue[]" } + ], + "isStatic": true, + "name": "Sort", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "keys", "typeName": "TKey[]" }, + { "name": "items", "typeName": "TValue[]" }, + { + "name": "comparer", + "typeName": "System.Collections.Generic.IComparer" + } + ], + "isStatic": true, + "name": "Sort", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "keys", "typeName": "TKey[]" }, + { "name": "items", "typeName": "TValue[]" }, + { "name": "index", "typeName": "int" }, + { "name": "length", "typeName": "int" } + ], + "isStatic": true, + "name": "Sort", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "keys", "typeName": "TKey[]" }, + { "name": "items", "typeName": "TValue[]" }, + { "name": "index", "typeName": "int" }, + { "name": "length", "typeName": "int" }, + { + "name": "comparer", + "typeName": "System.Collections.Generic.IComparer" + } + ], + "isStatic": true, + "name": "Sort", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "array", "typeName": "T[]" }, + { "name": "match", "typeName": "System.Predicate" } + ], + "isStatic": true, + "name": "TrueForAll", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "Array", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [ + "IList", + "ICollection", + "IReadOnlyList", + "IReadOnlyCollection", + "IEnumerable", + "IEnumerable" + ], + "fields": [ + { + "typeName": "T[]", + "name": "Array", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "Count", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "Offset", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "array", "typeName": "T[]" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "array", "typeName": "T[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "System.ArraySegment" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "a", "typeName": "System.ArraySegment" }, + { "name": "b", "typeName": "System.ArraySegment" } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "a", "typeName": "System.ArraySegment" }, + { "name": "b", "typeName": "System.ArraySegment" } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ArraySegment", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.SystemException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "innerException", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ArrayTypeMismatchException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.EventArgs", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Reflection.Assembly", + "name": "LoadedAssembly", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "loadedAssembly", + "typeName": "System.Reflection.Assembly" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "AssemblyLoadEventArgs", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "sender", "typeName": "object" }, + { "name": "args", "typeName": "System.AssemblyLoadEventArgs" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "sender", "typeName": "object" }, + { "name": "args", "typeName": "System.AssemblyLoadEventArgs" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "AssemblyLoadEventHandler", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "ar", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "ar", "typeName": "System.IAsyncResult" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "AsyncCallback", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "object", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "object", + "name": "TypeId", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Attribute", + "params": [ + { "name": "element", "typeName": "System.Reflection.Assembly" }, + { "name": "attributeType", "typeName": "System.Type" } + ], + "isStatic": true, + "name": "GetCustomAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Attribute", + "params": [ + { "name": "element", "typeName": "System.Reflection.Assembly" }, + { "name": "attributeType", "typeName": "System.Type" }, + { "name": "inherit", "typeName": "bool" } + ], + "isStatic": true, + "name": "GetCustomAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Attribute", + "params": [ + { "name": "element", "typeName": "System.Reflection.MemberInfo" }, + { "name": "attributeType", "typeName": "System.Type" } + ], + "isStatic": true, + "name": "GetCustomAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Attribute", + "params": [ + { "name": "element", "typeName": "System.Reflection.MemberInfo" }, + { "name": "attributeType", "typeName": "System.Type" }, + { "name": "inherit", "typeName": "bool" } + ], + "isStatic": true, + "name": "GetCustomAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Attribute", + "params": [ + { "name": "element", "typeName": "System.Reflection.Module" }, + { "name": "attributeType", "typeName": "System.Type" } + ], + "isStatic": true, + "name": "GetCustomAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Attribute", + "params": [ + { "name": "element", "typeName": "System.Reflection.Module" }, + { "name": "attributeType", "typeName": "System.Type" }, + { "name": "inherit", "typeName": "bool" } + ], + "isStatic": true, + "name": "GetCustomAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Attribute", + "params": [ + { + "name": "element", + "typeName": "System.Reflection.ParameterInfo" + }, + { "name": "attributeType", "typeName": "System.Type" } + ], + "isStatic": true, + "name": "GetCustomAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Attribute", + "params": [ + { + "name": "element", + "typeName": "System.Reflection.ParameterInfo" + }, + { "name": "attributeType", "typeName": "System.Type" }, + { "name": "inherit", "typeName": "bool" } + ], + "isStatic": true, + "name": "GetCustomAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "element", "typeName": "System.Reflection.Assembly" } + ], + "isStatic": true, + "name": "GetCustomAttributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "element", "typeName": "System.Reflection.Assembly" }, + { "name": "inherit", "typeName": "bool" } + ], + "isStatic": true, + "name": "GetCustomAttributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "element", "typeName": "System.Reflection.Assembly" }, + { "name": "attributeType", "typeName": "System.Type" } + ], + "isStatic": true, + "name": "GetCustomAttributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "element", "typeName": "System.Reflection.Assembly" }, + { "name": "attributeType", "typeName": "System.Type" }, + { "name": "inherit", "typeName": "bool" } + ], + "isStatic": true, + "name": "GetCustomAttributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "element", "typeName": "System.Reflection.MemberInfo" } + ], + "isStatic": true, + "name": "GetCustomAttributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "element", "typeName": "System.Reflection.MemberInfo" }, + { "name": "inherit", "typeName": "bool" } + ], + "isStatic": true, + "name": "GetCustomAttributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "element", "typeName": "System.Reflection.MemberInfo" }, + { "name": "type", "typeName": "System.Type" } + ], + "isStatic": true, + "name": "GetCustomAttributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "element", "typeName": "System.Reflection.MemberInfo" }, + { "name": "type", "typeName": "System.Type" }, + { "name": "inherit", "typeName": "bool" } + ], + "isStatic": true, + "name": "GetCustomAttributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "element", "typeName": "System.Reflection.Module" } + ], + "isStatic": true, + "name": "GetCustomAttributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "element", "typeName": "System.Reflection.Module" }, + { "name": "inherit", "typeName": "bool" } + ], + "isStatic": true, + "name": "GetCustomAttributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "element", "typeName": "System.Reflection.Module" }, + { "name": "attributeType", "typeName": "System.Type" } + ], + "isStatic": true, + "name": "GetCustomAttributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "element", "typeName": "System.Reflection.Module" }, + { "name": "attributeType", "typeName": "System.Type" }, + { "name": "inherit", "typeName": "bool" } + ], + "isStatic": true, + "name": "GetCustomAttributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "element", "typeName": "System.Reflection.ParameterInfo" } + ], + "isStatic": true, + "name": "GetCustomAttributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { + "name": "element", + "typeName": "System.Reflection.ParameterInfo" + }, + { "name": "inherit", "typeName": "bool" } + ], + "isStatic": true, + "name": "GetCustomAttributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { + "name": "element", + "typeName": "System.Reflection.ParameterInfo" + }, + { "name": "attributeType", "typeName": "System.Type" } + ], + "isStatic": true, + "name": "GetCustomAttributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { + "name": "element", + "typeName": "System.Reflection.ParameterInfo" + }, + { "name": "attributeType", "typeName": "System.Type" }, + { "name": "inherit", "typeName": "bool" } + ], + "isStatic": true, + "name": "GetCustomAttributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "IsDefaultAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "element", "typeName": "System.Reflection.Assembly" }, + { "name": "attributeType", "typeName": "System.Type" } + ], + "isStatic": true, + "name": "IsDefined", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "element", "typeName": "System.Reflection.Assembly" }, + { "name": "attributeType", "typeName": "System.Type" }, + { "name": "inherit", "typeName": "bool" } + ], + "isStatic": true, + "name": "IsDefined", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "element", "typeName": "System.Reflection.MemberInfo" }, + { "name": "attributeType", "typeName": "System.Type" } + ], + "isStatic": true, + "name": "IsDefined", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "element", "typeName": "System.Reflection.MemberInfo" }, + { "name": "attributeType", "typeName": "System.Type" }, + { "name": "inherit", "typeName": "bool" } + ], + "isStatic": true, + "name": "IsDefined", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "element", "typeName": "System.Reflection.Module" }, + { "name": "attributeType", "typeName": "System.Type" } + ], + "isStatic": true, + "name": "IsDefined", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "element", "typeName": "System.Reflection.Module" }, + { "name": "attributeType", "typeName": "System.Type" }, + { "name": "inherit", "typeName": "bool" } + ], + "isStatic": true, + "name": "IsDefined", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "element", + "typeName": "System.Reflection.ParameterInfo" + }, + { "name": "attributeType", "typeName": "System.Type" } + ], + "isStatic": true, + "name": "IsDefined", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "element", + "typeName": "System.Reflection.ParameterInfo" + }, + { "name": "attributeType", "typeName": "System.Type" }, + { "name": "inherit", "typeName": "bool" } + ], + "isStatic": true, + "name": "IsDefined", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Match", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "Attribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.AttributeTargets", + "name": "All", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.AttributeTargets", + "name": "Assembly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.AttributeTargets", + "name": "Class", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.AttributeTargets", + "name": "Constructor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.AttributeTargets", + "name": "Delegate", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.AttributeTargets", + "name": "Enum", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.AttributeTargets", + "name": "Event", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.AttributeTargets", + "name": "Field", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.AttributeTargets", + "name": "GenericParameter", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.AttributeTargets", + "name": "Interface", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.AttributeTargets", + "name": "Method", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.AttributeTargets", + "name": "Module", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.AttributeTargets", + "name": "Parameter", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.AttributeTargets", + "name": "Property", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.AttributeTargets", + "name": "ReturnValue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.AttributeTargets", + "name": "Struct", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.AttributeTargets", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "AttributeTargets", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "bool", + "name": "AllowMultiple", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "Inherited", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.AttributeTargets", + "name": "ValidOn", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "validOn", "typeName": "System.AttributeTargets" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "AttributeUsageAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.SystemException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [ + { + "typeName": "string", + "name": "FileName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "FusionLog", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Message", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "inner", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "fileName", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "fileName", "typeName": "string" }, + { "name": "inner", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "info", + "typeName": "System.Runtime.Serialization.SerializationInfo" + }, + { + "name": "context", + "typeName": "System.Runtime.Serialization.StreamingContext" + } + ], + "isStatic": false, + "name": "GetObjectData", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "BadImageFormatException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Base64FormattingOptions", + "name": "InsertLineBreaks", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Base64FormattingOptions", + "name": "None", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Base64FormattingOptions", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "Base64FormattingOptions", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "IsLittleEndian", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Int64", + "params": [{ "name": "value", "typeName": "double" }], + "isStatic": true, + "name": "DoubleToInt64Bits", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "value", "typeName": "bool" }], + "isStatic": true, + "name": "GetBytes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "value", "typeName": "char" }], + "isStatic": true, + "name": "GetBytes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "value", "typeName": "double" }], + "isStatic": true, + "name": "GetBytes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "value", "typeName": "short" }], + "isStatic": true, + "name": "GetBytes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "value", "typeName": "int" }], + "isStatic": true, + "name": "GetBytes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "value", "typeName": "long" }], + "isStatic": true, + "name": "GetBytes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "value", "typeName": "float" }], + "isStatic": true, + "name": "GetBytes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "value", "typeName": "ushort" }], + "isStatic": true, + "name": "GetBytes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "value", "typeName": "uint" }], + "isStatic": true, + "name": "GetBytes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "value", "typeName": "ulong" }], + "isStatic": true, + "name": "GetBytes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Double", + "params": [{ "name": "value", "typeName": "long" }], + "isStatic": true, + "name": "Int64BitsToDouble", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "value", "typeName": "byte[]" }, + { "name": "startIndex", "typeName": "int" } + ], + "isStatic": true, + "name": "ToBoolean", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Char", + "params": [ + { "name": "value", "typeName": "byte[]" }, + { "name": "startIndex", "typeName": "int" } + ], + "isStatic": true, + "name": "ToChar", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Double", + "params": [ + { "name": "value", "typeName": "byte[]" }, + { "name": "startIndex", "typeName": "int" } + ], + "isStatic": true, + "name": "ToDouble", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int16", + "params": [ + { "name": "value", "typeName": "byte[]" }, + { "name": "startIndex", "typeName": "int" } + ], + "isStatic": true, + "name": "ToInt16", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "value", "typeName": "byte[]" }, + { "name": "startIndex", "typeName": "int" } + ], + "isStatic": true, + "name": "ToInt32", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int64", + "params": [ + { "name": "value", "typeName": "byte[]" }, + { "name": "startIndex", "typeName": "int" } + ], + "isStatic": true, + "name": "ToInt64", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Single", + "params": [ + { "name": "value", "typeName": "byte[]" }, + { "name": "startIndex", "typeName": "int" } + ], + "isStatic": true, + "name": "ToSingle", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "value", "typeName": "byte[]" }], + "isStatic": true, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "value", "typeName": "byte[]" }, + { "name": "startIndex", "typeName": "int" } + ], + "isStatic": true, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "value", "typeName": "byte[]" }, + { "name": "startIndex", "typeName": "int" }, + { "name": "length", "typeName": "int" } + ], + "isStatic": true, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UInt16", + "params": [ + { "name": "value", "typeName": "byte[]" }, + { "name": "startIndex", "typeName": "int" } + ], + "isStatic": true, + "name": "ToUInt16", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UInt32", + "params": [ + { "name": "value", "typeName": "byte[]" }, + { "name": "startIndex", "typeName": "int" } + ], + "isStatic": true, + "name": "ToUInt32", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UInt64", + "params": [ + { "name": "value", "typeName": "byte[]" }, + { "name": "startIndex", "typeName": "int" } + ], + "isStatic": true, + "name": "ToUInt64", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "BitConverter", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [ + "IComparable", + "IComparable", + "IConvertible", + "IEquatable" + ], + "fields": [ + { + "typeName": "string", + "name": "FalseString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "TrueString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "value", "typeName": "bool" }], + "isStatic": false, + "name": "CompareTo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "CompareTo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "bool" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "TypeCode", + "params": [], + "isStatic": false, + "name": "GetTypeCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": true, + "name": "Parse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "provider", "typeName": "System.IFormatProvider" } + ], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "value", "typeName": "string" }, + { "name": "result", "typeName": "bool" } + ], + "isStatic": true, + "name": "TryParse", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "Boolean", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "src", "typeName": "System.Array" }, + { "name": "srcOffset", "typeName": "int" }, + { "name": "dst", "typeName": "System.Array" }, + { "name": "dstOffset", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": true, + "name": "BlockCopy", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "array", "typeName": "System.Array" }], + "isStatic": true, + "name": "ByteLength", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Byte", + "params": [ + { "name": "array", "typeName": "System.Array" }, + { "name": "index", "typeName": "int" } + ], + "isStatic": true, + "name": "GetByte", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "source", "typeName": "void*" }, + { "name": "destination", "typeName": "void*" }, + { "name": "destinationSizeInBytes", "typeName": "long" }, + { "name": "sourceBytesToCopy", "typeName": "long" } + ], + "isStatic": true, + "name": "MemoryCopy", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "source", "typeName": "void*" }, + { "name": "destination", "typeName": "void*" }, + { "name": "destinationSizeInBytes", "typeName": "ulong" }, + { "name": "sourceBytesToCopy", "typeName": "ulong" } + ], + "isStatic": true, + "name": "MemoryCopy", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "array", "typeName": "System.Array" }, + { "name": "index", "typeName": "int" }, + { "name": "value", "typeName": "byte" } + ], + "isStatic": true, + "name": "SetByte", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "Buffer", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [ + "IComparable", + "IComparable", + "IConvertible", + "IEquatable", + "IFormattable" + ], + "fields": [ + { + "typeName": "byte", + "name": "MaxValue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "byte", + "name": "MinValue", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "value", "typeName": "byte" }], + "isStatic": false, + "name": "CompareTo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "CompareTo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "byte" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "TypeCode", + "params": [], + "isStatic": false, + "name": "GetTypeCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Byte", + "params": [{ "name": "s", "typeName": "string" }], + "isStatic": true, + "name": "Parse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Byte", + "params": [ + { "name": "s", "typeName": "string" }, + { "name": "style", "typeName": "System.Globalization.NumberStyles" } + ], + "isStatic": true, + "name": "Parse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Byte", + "params": [ + { "name": "s", "typeName": "string" }, + { + "name": "style", + "typeName": "System.Globalization.NumberStyles" + }, + { "name": "provider", "typeName": "System.IFormatProvider" } + ], + "isStatic": true, + "name": "Parse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Byte", + "params": [ + { "name": "s", "typeName": "string" }, + { "name": "provider", "typeName": "System.IFormatProvider" } + ], + "isStatic": true, + "name": "Parse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "provider", "typeName": "System.IFormatProvider" } + ], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "format", "typeName": "string" }], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "format", "typeName": "string" }, + { "name": "provider", "typeName": "System.IFormatProvider" } + ], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "s", "typeName": "string" }, + { "name": "result", "typeName": "byte" } + ], + "isStatic": true, + "name": "TryParse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "s", "typeName": "string" }, + { + "name": "style", + "typeName": "System.Globalization.NumberStyles" + }, + { "name": "provider", "typeName": "System.IFormatProvider" }, + { "name": "result", "typeName": "byte" } + ], + "isStatic": true, + "name": "TryParse", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "Byte", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.SystemException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "innerException", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "CannotUnloadAppDomainException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [ + "IComparable", + "IComparable", + "IConvertible", + "IEquatable" + ], + "fields": [ + { + "typeName": "char", + "name": "MaxValue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "char", + "name": "MinValue", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "value", "typeName": "char" }], + "isStatic": false, + "name": "CompareTo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "CompareTo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "utf32", "typeName": "int" }], + "isStatic": true, + "name": "ConvertFromUtf32", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "highSurrogate", "typeName": "char" }, + { "name": "lowSurrogate", "typeName": "char" } + ], + "isStatic": true, + "name": "ConvertToUtf32", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "s", "typeName": "string" }, + { "name": "index", "typeName": "int" } + ], + "isStatic": true, + "name": "ConvertToUtf32", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "char" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Double", + "params": [{ "name": "c", "typeName": "char" }], + "isStatic": true, + "name": "GetNumericValue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Double", + "params": [ + { "name": "s", "typeName": "string" }, + { "name": "index", "typeName": "int" } + ], + "isStatic": true, + "name": "GetNumericValue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "TypeCode", + "params": [], + "isStatic": false, + "name": "GetTypeCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UnicodeCategory", + "params": [{ "name": "c", "typeName": "char" }], + "isStatic": true, + "name": "GetUnicodeCategory", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UnicodeCategory", + "params": [ + { "name": "s", "typeName": "string" }, + { "name": "index", "typeName": "int" } + ], + "isStatic": true, + "name": "GetUnicodeCategory", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "c", "typeName": "char" }], + "isStatic": true, + "name": "IsControl", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "s", "typeName": "string" }, + { "name": "index", "typeName": "int" } + ], + "isStatic": true, + "name": "IsControl", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "c", "typeName": "char" }], + "isStatic": true, + "name": "IsDigit", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "s", "typeName": "string" }, + { "name": "index", "typeName": "int" } + ], + "isStatic": true, + "name": "IsDigit", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "c", "typeName": "char" }], + "isStatic": true, + "name": "IsHighSurrogate", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "s", "typeName": "string" }, + { "name": "index", "typeName": "int" } + ], + "isStatic": true, + "name": "IsHighSurrogate", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "c", "typeName": "char" }], + "isStatic": true, + "name": "IsLetter", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "s", "typeName": "string" }, + { "name": "index", "typeName": "int" } + ], + "isStatic": true, + "name": "IsLetter", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "c", "typeName": "char" }], + "isStatic": true, + "name": "IsLetterOrDigit", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "s", "typeName": "string" }, + { "name": "index", "typeName": "int" } + ], + "isStatic": true, + "name": "IsLetterOrDigit", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "c", "typeName": "char" }], + "isStatic": true, + "name": "IsLower", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "s", "typeName": "string" }, + { "name": "index", "typeName": "int" } + ], + "isStatic": true, + "name": "IsLower", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "c", "typeName": "char" }], + "isStatic": true, + "name": "IsLowSurrogate", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "s", "typeName": "string" }, + { "name": "index", "typeName": "int" } + ], + "isStatic": true, + "name": "IsLowSurrogate", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "c", "typeName": "char" }], + "isStatic": true, + "name": "IsNumber", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "s", "typeName": "string" }, + { "name": "index", "typeName": "int" } + ], + "isStatic": true, + "name": "IsNumber", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "c", "typeName": "char" }], + "isStatic": true, + "name": "IsPunctuation", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "s", "typeName": "string" }, + { "name": "index", "typeName": "int" } + ], + "isStatic": true, + "name": "IsPunctuation", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "c", "typeName": "char" }], + "isStatic": true, + "name": "IsSeparator", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "s", "typeName": "string" }, + { "name": "index", "typeName": "int" } + ], + "isStatic": true, + "name": "IsSeparator", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "c", "typeName": "char" }], + "isStatic": true, + "name": "IsSurrogate", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "s", "typeName": "string" }, + { "name": "index", "typeName": "int" } + ], + "isStatic": true, + "name": "IsSurrogate", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "highSurrogate", "typeName": "char" }, + { "name": "lowSurrogate", "typeName": "char" } + ], + "isStatic": true, + "name": "IsSurrogatePair", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "s", "typeName": "string" }, + { "name": "index", "typeName": "int" } + ], + "isStatic": true, + "name": "IsSurrogatePair", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "c", "typeName": "char" }], + "isStatic": true, + "name": "IsSymbol", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "s", "typeName": "string" }, + { "name": "index", "typeName": "int" } + ], + "isStatic": true, + "name": "IsSymbol", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "c", "typeName": "char" }], + "isStatic": true, + "name": "IsUpper", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "s", "typeName": "string" }, + { "name": "index", "typeName": "int" } + ], + "isStatic": true, + "name": "IsUpper", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "c", "typeName": "char" }], + "isStatic": true, + "name": "IsWhiteSpace", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "s", "typeName": "string" }, + { "name": "index", "typeName": "int" } + ], + "isStatic": true, + "name": "IsWhiteSpace", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Char", + "params": [{ "name": "s", "typeName": "string" }], + "isStatic": true, + "name": "Parse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Char", + "params": [{ "name": "c", "typeName": "char" }], + "isStatic": true, + "name": "ToLower", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Char", + "params": [ + { "name": "c", "typeName": "char" }, + { + "name": "culture", + "typeName": "System.Globalization.CultureInfo" + } + ], + "isStatic": true, + "name": "ToLower", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Char", + "params": [{ "name": "c", "typeName": "char" }], + "isStatic": true, + "name": "ToLowerInvariant", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "c", "typeName": "char" }], + "isStatic": true, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "provider", "typeName": "System.IFormatProvider" } + ], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Char", + "params": [{ "name": "c", "typeName": "char" }], + "isStatic": true, + "name": "ToUpper", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Char", + "params": [ + { "name": "c", "typeName": "char" }, + { + "name": "culture", + "typeName": "System.Globalization.CultureInfo" + } + ], + "isStatic": true, + "name": "ToUpper", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Char", + "params": [{ "name": "c", "typeName": "char" }], + "isStatic": true, + "name": "ToUpperInvariant", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "s", "typeName": "string" }, + { "name": "result", "typeName": "char" } + ], + "isStatic": true, + "name": "TryParse", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "Char", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "object", + "attribute": "", + "interfaces": ["IEnumerator", "IEnumerator", "IDisposable", "ICloneable"], + "fields": [ + { + "typeName": "char", + "name": "Current", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Object", + "params": [], + "isStatic": false, + "name": "Clone", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "MoveNext", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Reset", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "CharEnumerator", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "bool", + "name": "IsCompliant", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "isCompliant", "typeName": "bool" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "CLSCompliantAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "x", "typeName": "T" }, + { "name": "y", "typeName": "T" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "x", "typeName": "T" }, + { "name": "y", "typeName": "T" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "Comparison", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.ConsoleColor", + "name": "BackgroundColor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "BufferHeight", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "BufferWidth", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "CapsLock", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "CursorLeft", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "CursorSize", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "CursorTop", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "CursorVisible", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.IO.TextWriter", + "name": "Error", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleColor", + "name": "ForegroundColor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.IO.TextReader", + "name": "In", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Text.Encoding", + "name": "InputEncoding", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsErrorRedirected", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsInputRedirected", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsOutputRedirected", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "KeyAvailable", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "LargestWindowHeight", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "LargestWindowWidth", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "NumberLock", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.IO.TextWriter", + "name": "Out", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Text.Encoding", + "name": "OutputEncoding", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Title", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "TreatControlCAsInput", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "WindowHeight", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "WindowLeft", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "WindowTop", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "WindowWidth", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleCancelEventHandler", + "name": "CancelKeyPress", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "System.ConsoleCancelEventHandler" } + ], + "isStatic": true, + "name": "add_CancelKeyPress", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "System.ConsoleCancelEventHandler" } + ], + "isStatic": true, + "name": "remove_CancelKeyPress", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "Beep", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "frequency", "typeName": "int" }, + { "name": "duration", "typeName": "int" } + ], + "isStatic": true, + "name": "Beep", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "Clear", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "sourceLeft", "typeName": "int" }, + { "name": "sourceTop", "typeName": "int" }, + { "name": "sourceWidth", "typeName": "int" }, + { "name": "sourceHeight", "typeName": "int" }, + { "name": "targetLeft", "typeName": "int" }, + { "name": "targetTop", "typeName": "int" } + ], + "isStatic": true, + "name": "MoveBufferArea", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "sourceLeft", "typeName": "int" }, + { "name": "sourceTop", "typeName": "int" }, + { "name": "sourceWidth", "typeName": "int" }, + { "name": "sourceHeight", "typeName": "int" }, + { "name": "targetLeft", "typeName": "int" }, + { "name": "targetTop", "typeName": "int" }, + { "name": "sourceChar", "typeName": "char" }, + { "name": "sourceForeColor", "typeName": "System.ConsoleColor" }, + { "name": "sourceBackColor", "typeName": "System.ConsoleColor" } + ], + "isStatic": true, + "name": "MoveBufferArea", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Stream", + "params": [], + "isStatic": true, + "name": "OpenStandardError", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Stream", + "params": [{ "name": "bufferSize", "typeName": "int" }], + "isStatic": true, + "name": "OpenStandardError", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Stream", + "params": [], + "isStatic": true, + "name": "OpenStandardInput", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Stream", + "params": [{ "name": "bufferSize", "typeName": "int" }], + "isStatic": true, + "name": "OpenStandardInput", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Stream", + "params": [], + "isStatic": true, + "name": "OpenStandardOutput", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Stream", + "params": [{ "name": "bufferSize", "typeName": "int" }], + "isStatic": true, + "name": "OpenStandardOutput", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": true, + "name": "Read", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ConsoleKeyInfo", + "params": [], + "isStatic": true, + "name": "ReadKey", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ConsoleKeyInfo", + "params": [{ "name": "intercept", "typeName": "bool" }], + "isStatic": true, + "name": "ReadKey", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": true, + "name": "ReadLine", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "ResetColor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "width", "typeName": "int" }, + { "name": "height", "typeName": "int" } + ], + "isStatic": true, + "name": "SetBufferSize", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "left", "typeName": "int" }, + { "name": "top", "typeName": "int" } + ], + "isStatic": true, + "name": "SetCursorPosition", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "newError", "typeName": "System.IO.TextWriter" } + ], + "isStatic": true, + "name": "SetError", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "newIn", "typeName": "System.IO.TextReader" }], + "isStatic": true, + "name": "SetIn", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "newOut", "typeName": "System.IO.TextWriter" }], + "isStatic": true, + "name": "SetOut", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "left", "typeName": "int" }, + { "name": "top", "typeName": "int" } + ], + "isStatic": true, + "name": "SetWindowPosition", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "width", "typeName": "int" }, + { "name": "height", "typeName": "int" } + ], + "isStatic": true, + "name": "SetWindowSize", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "bool" }], + "isStatic": true, + "name": "Write", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "char" }], + "isStatic": true, + "name": "Write", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "buffer", "typeName": "char[]" }], + "isStatic": true, + "name": "Write", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "buffer", "typeName": "char[]" }, + { "name": "index", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": true, + "name": "Write", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "decimal" }], + "isStatic": true, + "name": "Write", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "double" }], + "isStatic": true, + "name": "Write", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "int" }], + "isStatic": true, + "name": "Write", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "long" }], + "isStatic": true, + "name": "Write", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": true, + "name": "Write", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "float" }], + "isStatic": true, + "name": "Write", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": true, + "name": "Write", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "format", "typeName": "string" }, + { "name": "arg0", "typeName": "object" } + ], + "isStatic": true, + "name": "Write", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "format", "typeName": "string" }, + { "name": "arg0", "typeName": "object" }, + { "name": "arg1", "typeName": "object" } + ], + "isStatic": true, + "name": "Write", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "format", "typeName": "string" }, + { "name": "arg0", "typeName": "object" }, + { "name": "arg1", "typeName": "object" }, + { "name": "arg2", "typeName": "object" } + ], + "isStatic": true, + "name": "Write", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "format", "typeName": "string" }, + { "name": "arg0", "typeName": "object" }, + { "name": "arg1", "typeName": "object" }, + { "name": "arg2", "typeName": "object" }, + { "name": "arg3", "typeName": "object" } + ], + "isStatic": true, + "name": "Write", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "format", "typeName": "string" }, + { "name": "arg", "typeName": "object[]" } + ], + "isStatic": true, + "name": "Write", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "uint" }], + "isStatic": true, + "name": "Write", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "ulong" }], + "isStatic": true, + "name": "Write", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "WriteLine", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "bool" }], + "isStatic": true, + "name": "WriteLine", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "char" }], + "isStatic": true, + "name": "WriteLine", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "buffer", "typeName": "char[]" }], + "isStatic": true, + "name": "WriteLine", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "buffer", "typeName": "char[]" }, + { "name": "index", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": true, + "name": "WriteLine", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "decimal" }], + "isStatic": true, + "name": "WriteLine", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "double" }], + "isStatic": true, + "name": "WriteLine", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "int" }], + "isStatic": true, + "name": "WriteLine", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "long" }], + "isStatic": true, + "name": "WriteLine", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": true, + "name": "WriteLine", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "float" }], + "isStatic": true, + "name": "WriteLine", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": true, + "name": "WriteLine", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "format", "typeName": "string" }, + { "name": "arg0", "typeName": "object" } + ], + "isStatic": true, + "name": "WriteLine", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "format", "typeName": "string" }, + { "name": "arg0", "typeName": "object" }, + { "name": "arg1", "typeName": "object" } + ], + "isStatic": true, + "name": "WriteLine", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "format", "typeName": "string" }, + { "name": "arg0", "typeName": "object" }, + { "name": "arg1", "typeName": "object" }, + { "name": "arg2", "typeName": "object" } + ], + "isStatic": true, + "name": "WriteLine", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "format", "typeName": "string" }, + { "name": "arg0", "typeName": "object" }, + { "name": "arg1", "typeName": "object" }, + { "name": "arg2", "typeName": "object" }, + { "name": "arg3", "typeName": "object" } + ], + "isStatic": true, + "name": "WriteLine", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "format", "typeName": "string" }, + { "name": "arg", "typeName": "object[]" } + ], + "isStatic": true, + "name": "WriteLine", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "uint" }], + "isStatic": true, + "name": "WriteLine", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "ulong" }], + "isStatic": true, + "name": "WriteLine", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "Console", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.EventArgs", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "Cancel", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleSpecialKey", + "name": "SpecialKey", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [], + "name": "ConsoleCancelEventArgs", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "sender", "typeName": "object" }, + { "name": "e", "typeName": "System.ConsoleCancelEventArgs" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "sender", "typeName": "object" }, + { "name": "e", "typeName": "System.ConsoleCancelEventArgs" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ConsoleCancelEventHandler", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.ConsoleColor", + "name": "Black", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleColor", + "name": "Blue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleColor", + "name": "Cyan", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleColor", + "name": "DarkBlue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleColor", + "name": "DarkCyan", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleColor", + "name": "DarkGray", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleColor", + "name": "DarkGreen", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleColor", + "name": "DarkMagenta", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleColor", + "name": "DarkRed", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleColor", + "name": "DarkYellow", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleColor", + "name": "Gray", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleColor", + "name": "Green", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleColor", + "name": "Magenta", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleColor", + "name": "Red", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleColor", + "name": "White", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleColor", + "name": "Yellow", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.ConsoleColor", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ConsoleColor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.ConsoleKey", + "name": "A", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "Add", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "Applications", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "Attention", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "B", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "Backspace", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "BrowserBack", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "BrowserFavorites", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "BrowserForward", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "BrowserHome", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "BrowserRefresh", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "BrowserSearch", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "BrowserStop", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "C", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "Clear", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "CrSel", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "D", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "D0", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "D1", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "D2", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "D3", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "D4", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "D5", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "D6", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "D7", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "D8", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "D9", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "Decimal", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "Delete", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "Divide", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "DownArrow", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "E", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "End", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "Enter", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "EraseEndOfFile", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "Escape", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "Execute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "ExSel", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "F", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "F1", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "F10", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "F11", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "F12", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "F13", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "F14", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "F15", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "F16", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "F17", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "F18", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "F19", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "F2", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "F20", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "F21", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "F22", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "F23", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "F24", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "F3", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "F4", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "F5", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "F6", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "F7", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "F8", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "F9", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "G", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "H", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "Help", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "Home", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "I", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "Insert", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "J", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "K", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "L", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "LaunchApp1", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "LaunchApp2", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "LaunchMail", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "LaunchMediaSelect", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "LeftArrow", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "LeftWindows", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "M", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "MediaNext", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "MediaPlay", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "MediaPrevious", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "MediaStop", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "Multiply", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "N", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "NoName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "NumPad0", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "NumPad1", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "NumPad2", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "NumPad3", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "NumPad4", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "NumPad5", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "NumPad6", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "NumPad7", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "NumPad8", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "NumPad9", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "O", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "Oem1", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "Oem102", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "Oem2", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "Oem3", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "Oem4", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "Oem5", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "Oem6", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "Oem7", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "Oem8", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "OemClear", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "OemComma", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "OemMinus", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "OemPeriod", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "OemPlus", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "P", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "Pa1", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "Packet", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "PageDown", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "PageUp", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "Pause", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "Play", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "Print", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "PrintScreen", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "Process", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "Q", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "R", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "RightArrow", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "RightWindows", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "S", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "Select", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "Separator", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "Sleep", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "Spacebar", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "Subtract", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "T", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "Tab", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "U", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "UpArrow", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "V", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "VolumeDown", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "VolumeMute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "VolumeUp", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "W", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "X", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "Y", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "Z", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleKey", + "name": "Zoom", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.ConsoleKey", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ConsoleKey", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.ConsoleKey", + "name": "Key", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "char", + "name": "KeyChar", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleModifiers", + "name": "Modifiers", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "keyChar", "typeName": "char" }, + { "name": "key", "typeName": "System.ConsoleKey" }, + { "name": "shift", "typeName": "bool" }, + { "name": "alt", "typeName": "bool" }, + { "name": "control", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "System.ConsoleKeyInfo" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "a", "typeName": "System.ConsoleKeyInfo" }, + { "name": "b", "typeName": "System.ConsoleKeyInfo" } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "a", "typeName": "System.ConsoleKeyInfo" }, + { "name": "b", "typeName": "System.ConsoleKeyInfo" } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ConsoleKeyInfo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.ConsoleModifiers", + "name": "Alt", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleModifiers", + "name": "Control", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleModifiers", + "name": "Shift", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.ConsoleModifiers", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ConsoleModifiers", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.ConsoleSpecialKey", + "name": "ControlBreak", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ConsoleSpecialKey", + "name": "ControlC", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.ConsoleSpecialKey", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ConsoleSpecialKey", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.MarshalByRefObject", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [], + "name": "ContextBoundObject", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.SystemException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "inner", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ContextMarshalException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ContextStaticAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "object", + "name": "DBNull", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Object", + "params": [ + { "name": "value", "typeName": "object" }, + { "name": "conversionType", "typeName": "System.Type" } + ], + "isStatic": true, + "name": "ChangeType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "value", "typeName": "object" }, + { "name": "conversionType", "typeName": "System.Type" }, + { "name": "provider", "typeName": "System.IFormatProvider" } + ], + "isStatic": true, + "name": "ChangeType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "value", "typeName": "object" }, + { "name": "typeCode", "typeName": "System.TypeCode" } + ], + "isStatic": true, + "name": "ChangeType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "value", "typeName": "object" }, + { "name": "typeCode", "typeName": "System.TypeCode" }, + { "name": "provider", "typeName": "System.IFormatProvider" } + ], + "isStatic": true, + "name": "ChangeType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "inArray", "typeName": "char[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "length", "typeName": "int" } + ], + "isStatic": true, + "name": "FromBase64CharArray", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "s", "typeName": "string" }], + "isStatic": true, + "name": "FromBase64String", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "TypeCode", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": true, + "name": "GetTypeCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": true, + "name": "IsDBNull", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "inArray", "typeName": "byte[]" }, + { "name": "offsetIn", "typeName": "int" }, + { "name": "length", "typeName": "int" }, + { "name": "outArray", "typeName": "char[]" }, + { "name": "offsetOut", "typeName": "int" } + ], + "isStatic": true, + "name": "ToBase64CharArray", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "inArray", "typeName": "byte[]" }, + { "name": "offsetIn", "typeName": "int" }, + { "name": "length", "typeName": "int" }, + { "name": "outArray", "typeName": "char[]" }, + { "name": "offsetOut", "typeName": "int" }, + { "name": "options", "typeName": "System.Base64FormattingOptions" } + ], + "isStatic": true, + "name": "ToBase64CharArray", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "inArray", "typeName": "byte[]" }], + "isStatic": true, + "name": "ToBase64String", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "inArray", "typeName": "byte[]" }, + { "name": "options", "typeName": "System.Base64FormattingOptions" } + ], + "isStatic": true, + "name": "ToBase64String", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "inArray", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "length", "typeName": "int" } + ], + "isStatic": true, + "name": "ToBase64String", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "inArray", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "length", "typeName": "int" }, + { "name": "options", "typeName": "System.Base64FormattingOptions" } + ], + "isStatic": true, + "name": "ToBase64String", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "value", "typeName": "bool" }], + "isStatic": true, + "name": "ToBoolean", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "value", "typeName": "byte" }], + "isStatic": true, + "name": "ToBoolean", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "value", "typeName": "char" }], + "isStatic": true, + "name": "ToBoolean", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "value", "typeName": "System.DateTime" }], + "isStatic": true, + "name": "ToBoolean", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "value", "typeName": "decimal" }], + "isStatic": true, + "name": "ToBoolean", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "value", "typeName": "double" }], + "isStatic": true, + "name": "ToBoolean", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "value", "typeName": "short" }], + "isStatic": true, + "name": "ToBoolean", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "value", "typeName": "int" }], + "isStatic": true, + "name": "ToBoolean", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "value", "typeName": "long" }], + "isStatic": true, + "name": "ToBoolean", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": true, + "name": "ToBoolean", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "value", "typeName": "object" }, + { "name": "provider", "typeName": "System.IFormatProvider" } + ], + "isStatic": true, + "name": "ToBoolean", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "value", "typeName": "sbyte" }], + "isStatic": true, + "name": "ToBoolean", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "value", "typeName": "float" }], + "isStatic": true, + "name": "ToBoolean", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": true, + "name": "ToBoolean", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "value", "typeName": "string" }, + { "name": "provider", "typeName": "System.IFormatProvider" } + ], + "isStatic": true, + "name": "ToBoolean", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "value", "typeName": "ushort" }], + "isStatic": true, + "name": "ToBoolean", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "value", "typeName": "uint" }], + "isStatic": true, + "name": "ToBoolean", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "value", "typeName": "ulong" }], + "isStatic": true, + "name": "ToBoolean", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Byte", + "params": [{ "name": "value", "typeName": "bool" }], + "isStatic": true, + "name": "ToByte", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Byte", + "params": [{ "name": "value", "typeName": "byte" }], + "isStatic": true, + "name": "ToByte", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Byte", + "params": [{ "name": "value", "typeName": "char" }], + "isStatic": true, + "name": "ToByte", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Byte", + "params": [{ "name": "value", "typeName": "System.DateTime" }], + "isStatic": true, + "name": "ToByte", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Byte", + "params": [{ "name": "value", "typeName": "decimal" }], + "isStatic": true, + "name": "ToByte", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Byte", + "params": [{ "name": "value", "typeName": "double" }], + "isStatic": true, + "name": "ToByte", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Byte", + "params": [{ "name": "value", "typeName": "short" }], + "isStatic": true, + "name": "ToByte", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Byte", + "params": [{ "name": "value", "typeName": "int" }], + "isStatic": true, + "name": "ToByte", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Byte", + "params": [{ "name": "value", "typeName": "long" }], + "isStatic": true, + "name": "ToByte", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Byte", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": true, + "name": "ToByte", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Byte", + "params": [ + { "name": "value", "typeName": "object" }, + { "name": "provider", "typeName": "System.IFormatProvider" } + ], + "isStatic": true, + "name": "ToByte", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Byte", + "params": [{ "name": "value", "typeName": "sbyte" }], + "isStatic": true, + "name": "ToByte", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Byte", + "params": [{ "name": "value", "typeName": "float" }], + "isStatic": true, + "name": "ToByte", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Byte", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": true, + "name": "ToByte", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Byte", + "params": [ + { "name": "value", "typeName": "string" }, + { "name": "provider", "typeName": "System.IFormatProvider" } + ], + "isStatic": true, + "name": "ToByte", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Byte", + "params": [ + { "name": "value", "typeName": "string" }, + { "name": "fromBase", "typeName": "int" } + ], + "isStatic": true, + "name": "ToByte", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Byte", + "params": [{ "name": "value", "typeName": "ushort" }], + "isStatic": true, + "name": "ToByte", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Byte", + "params": [{ "name": "value", "typeName": "uint" }], + "isStatic": true, + "name": "ToByte", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Byte", + "params": [{ "name": "value", "typeName": "ulong" }], + "isStatic": true, + "name": "ToByte", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Char", + "params": [{ "name": "value", "typeName": "bool" }], + "isStatic": true, + "name": "ToChar", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Char", + "params": [{ "name": "value", "typeName": "byte" }], + "isStatic": true, + "name": "ToChar", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Char", + "params": [{ "name": "value", "typeName": "char" }], + "isStatic": true, + "name": "ToChar", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Char", + "params": [{ "name": "value", "typeName": "System.DateTime" }], + "isStatic": true, + "name": "ToChar", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Char", + "params": [{ "name": "value", "typeName": "decimal" }], + "isStatic": true, + "name": "ToChar", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Char", + "params": [{ "name": "value", "typeName": "double" }], + "isStatic": true, + "name": "ToChar", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Char", + "params": [{ "name": "value", "typeName": "short" }], + "isStatic": true, + "name": "ToChar", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Char", + "params": [{ "name": "value", "typeName": "int" }], + "isStatic": true, + "name": "ToChar", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Char", + "params": [{ "name": "value", "typeName": "long" }], + "isStatic": true, + "name": "ToChar", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Char", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": true, + "name": "ToChar", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Char", + "params": [ + { "name": "value", "typeName": "object" }, + { "name": "provider", "typeName": "System.IFormatProvider" } + ], + "isStatic": true, + "name": "ToChar", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Char", + "params": [{ "name": "value", "typeName": "sbyte" }], + "isStatic": true, + "name": "ToChar", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Char", + "params": [{ "name": "value", "typeName": "float" }], + "isStatic": true, + "name": "ToChar", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Char", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": true, + "name": "ToChar", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Char", + "params": [ + { "name": "value", "typeName": "string" }, + { "name": "provider", "typeName": "System.IFormatProvider" } + ], + "isStatic": true, + "name": "ToChar", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Char", + "params": [{ "name": "value", "typeName": "ushort" }], + "isStatic": true, + "name": "ToChar", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Char", + "params": [{ "name": "value", "typeName": "uint" }], + "isStatic": true, + "name": "ToChar", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Char", + "params": [{ "name": "value", "typeName": "ulong" }], + "isStatic": true, + "name": "ToChar", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTime", + "params": [{ "name": "value", "typeName": "bool" }], + "isStatic": true, + "name": "ToDateTime", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTime", + "params": [{ "name": "value", "typeName": "byte" }], + "isStatic": true, + "name": "ToDateTime", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTime", + "params": [{ "name": "value", "typeName": "char" }], + "isStatic": true, + "name": "ToDateTime", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTime", + "params": [{ "name": "value", "typeName": "System.DateTime" }], + "isStatic": true, + "name": "ToDateTime", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTime", + "params": [{ "name": "value", "typeName": "decimal" }], + "isStatic": true, + "name": "ToDateTime", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTime", + "params": [{ "name": "value", "typeName": "double" }], + "isStatic": true, + "name": "ToDateTime", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTime", + "params": [{ "name": "value", "typeName": "short" }], + "isStatic": true, + "name": "ToDateTime", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTime", + "params": [{ "name": "value", "typeName": "int" }], + "isStatic": true, + "name": "ToDateTime", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTime", + "params": [{ "name": "value", "typeName": "long" }], + "isStatic": true, + "name": "ToDateTime", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTime", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": true, + "name": "ToDateTime", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTime", + "params": [ + { "name": "value", "typeName": "object" }, + { "name": "provider", "typeName": "System.IFormatProvider" } + ], + "isStatic": true, + "name": "ToDateTime", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTime", + "params": [{ "name": "value", "typeName": "sbyte" }], + "isStatic": true, + "name": "ToDateTime", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTime", + "params": [{ "name": "value", "typeName": "float" }], + "isStatic": true, + "name": "ToDateTime", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTime", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": true, + "name": "ToDateTime", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTime", + "params": [ + { "name": "value", "typeName": "string" }, + { "name": "provider", "typeName": "System.IFormatProvider" } + ], + "isStatic": true, + "name": "ToDateTime", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTime", + "params": [{ "name": "value", "typeName": "ushort" }], + "isStatic": true, + "name": "ToDateTime", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTime", + "params": [{ "name": "value", "typeName": "uint" }], + "isStatic": true, + "name": "ToDateTime", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTime", + "params": [{ "name": "value", "typeName": "ulong" }], + "isStatic": true, + "name": "ToDateTime", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Decimal", + "params": [{ "name": "value", "typeName": "bool" }], + "isStatic": true, + "name": "ToDecimal", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Decimal", + "params": [{ "name": "value", "typeName": "byte" }], + "isStatic": true, + "name": "ToDecimal", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Decimal", + "params": [{ "name": "value", "typeName": "char" }], + "isStatic": true, + "name": "ToDecimal", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Decimal", + "params": [{ "name": "value", "typeName": "System.DateTime" }], + "isStatic": true, + "name": "ToDecimal", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Decimal", + "params": [{ "name": "value", "typeName": "decimal" }], + "isStatic": true, + "name": "ToDecimal", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Decimal", + "params": [{ "name": "value", "typeName": "double" }], + "isStatic": true, + "name": "ToDecimal", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Decimal", + "params": [{ "name": "value", "typeName": "short" }], + "isStatic": true, + "name": "ToDecimal", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Decimal", + "params": [{ "name": "value", "typeName": "int" }], + "isStatic": true, + "name": "ToDecimal", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Decimal", + "params": [{ "name": "value", "typeName": "long" }], + "isStatic": true, + "name": "ToDecimal", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Decimal", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": true, + "name": "ToDecimal", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Decimal", + "params": [ + { "name": "value", "typeName": "object" }, + { "name": "provider", "typeName": "System.IFormatProvider" } + ], + "isStatic": true, + "name": "ToDecimal", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Decimal", + "params": [{ "name": "value", "typeName": "sbyte" }], + "isStatic": true, + "name": "ToDecimal", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Decimal", + "params": [{ "name": "value", "typeName": "float" }], + "isStatic": true, + "name": "ToDecimal", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Decimal", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": true, + "name": "ToDecimal", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Decimal", + "params": [ + { "name": "value", "typeName": "string" }, + { "name": "provider", "typeName": "System.IFormatProvider" } + ], + "isStatic": true, + "name": "ToDecimal", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Decimal", + "params": [{ "name": "value", "typeName": "ushort" }], + "isStatic": true, + "name": "ToDecimal", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Decimal", + "params": [{ "name": "value", "typeName": "uint" }], + "isStatic": true, + "name": "ToDecimal", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Decimal", + "params": [{ "name": "value", "typeName": "ulong" }], + "isStatic": true, + "name": "ToDecimal", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Double", + "params": [{ "name": "value", "typeName": "bool" }], + "isStatic": true, + "name": "ToDouble", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Double", + "params": [{ "name": "value", "typeName": "byte" }], + "isStatic": true, + "name": "ToDouble", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Double", + "params": [{ "name": "value", "typeName": "char" }], + "isStatic": true, + "name": "ToDouble", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Double", + "params": [{ "name": "value", "typeName": "System.DateTime" }], + "isStatic": true, + "name": "ToDouble", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Double", + "params": [{ "name": "value", "typeName": "decimal" }], + "isStatic": true, + "name": "ToDouble", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Double", + "params": [{ "name": "value", "typeName": "double" }], + "isStatic": true, + "name": "ToDouble", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Double", + "params": [{ "name": "value", "typeName": "short" }], + "isStatic": true, + "name": "ToDouble", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Double", + "params": [{ "name": "value", "typeName": "int" }], + "isStatic": true, + "name": "ToDouble", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Double", + "params": [{ "name": "value", "typeName": "long" }], + "isStatic": true, + "name": "ToDouble", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Double", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": true, + "name": "ToDouble", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Double", + "params": [ + { "name": "value", "typeName": "object" }, + { "name": "provider", "typeName": "System.IFormatProvider" } + ], + "isStatic": true, + "name": "ToDouble", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Double", + "params": [{ "name": "value", "typeName": "sbyte" }], + "isStatic": true, + "name": "ToDouble", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Double", + "params": [{ "name": "value", "typeName": "float" }], + "isStatic": true, + "name": "ToDouble", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Double", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": true, + "name": "ToDouble", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Double", + "params": [ + { "name": "value", "typeName": "string" }, + { "name": "provider", "typeName": "System.IFormatProvider" } + ], + "isStatic": true, + "name": "ToDouble", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Double", + "params": [{ "name": "value", "typeName": "ushort" }], + "isStatic": true, + "name": "ToDouble", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Double", + "params": [{ "name": "value", "typeName": "uint" }], + "isStatic": true, + "name": "ToDouble", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Double", + "params": [{ "name": "value", "typeName": "ulong" }], + "isStatic": true, + "name": "ToDouble", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int16", + "params": [{ "name": "value", "typeName": "bool" }], + "isStatic": true, + "name": "ToInt16", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int16", + "params": [{ "name": "value", "typeName": "byte" }], + "isStatic": true, + "name": "ToInt16", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int16", + "params": [{ "name": "value", "typeName": "char" }], + "isStatic": true, + "name": "ToInt16", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int16", + "params": [{ "name": "value", "typeName": "System.DateTime" }], + "isStatic": true, + "name": "ToInt16", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int16", + "params": [{ "name": "value", "typeName": "decimal" }], + "isStatic": true, + "name": "ToInt16", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int16", + "params": [{ "name": "value", "typeName": "double" }], + "isStatic": true, + "name": "ToInt16", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int16", + "params": [{ "name": "value", "typeName": "short" }], + "isStatic": true, + "name": "ToInt16", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int16", + "params": [{ "name": "value", "typeName": "int" }], + "isStatic": true, + "name": "ToInt16", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int16", + "params": [{ "name": "value", "typeName": "long" }], + "isStatic": true, + "name": "ToInt16", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int16", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": true, + "name": "ToInt16", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int16", + "params": [ + { "name": "value", "typeName": "object" }, + { "name": "provider", "typeName": "System.IFormatProvider" } + ], + "isStatic": true, + "name": "ToInt16", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int16", + "params": [{ "name": "value", "typeName": "sbyte" }], + "isStatic": true, + "name": "ToInt16", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int16", + "params": [{ "name": "value", "typeName": "float" }], + "isStatic": true, + "name": "ToInt16", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int16", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": true, + "name": "ToInt16", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int16", + "params": [ + { "name": "value", "typeName": "string" }, + { "name": "provider", "typeName": "System.IFormatProvider" } + ], + "isStatic": true, + "name": "ToInt16", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int16", + "params": [ + { "name": "value", "typeName": "string" }, + { "name": "fromBase", "typeName": "int" } + ], + "isStatic": true, + "name": "ToInt16", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int16", + "params": [{ "name": "value", "typeName": "ushort" }], + "isStatic": true, + "name": "ToInt16", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int16", + "params": [{ "name": "value", "typeName": "uint" }], + "isStatic": true, + "name": "ToInt16", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int16", + "params": [{ "name": "value", "typeName": "ulong" }], + "isStatic": true, + "name": "ToInt16", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "value", "typeName": "bool" }], + "isStatic": true, + "name": "ToInt32", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "value", "typeName": "byte" }], + "isStatic": true, + "name": "ToInt32", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "value", "typeName": "char" }], + "isStatic": true, + "name": "ToInt32", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "value", "typeName": "System.DateTime" }], + "isStatic": true, + "name": "ToInt32", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "value", "typeName": "decimal" }], + "isStatic": true, + "name": "ToInt32", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "value", "typeName": "double" }], + "isStatic": true, + "name": "ToInt32", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "value", "typeName": "short" }], + "isStatic": true, + "name": "ToInt32", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "value", "typeName": "int" }], + "isStatic": true, + "name": "ToInt32", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "value", "typeName": "long" }], + "isStatic": true, + "name": "ToInt32", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": true, + "name": "ToInt32", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "value", "typeName": "object" }, + { "name": "provider", "typeName": "System.IFormatProvider" } + ], + "isStatic": true, + "name": "ToInt32", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "value", "typeName": "sbyte" }], + "isStatic": true, + "name": "ToInt32", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "value", "typeName": "float" }], + "isStatic": true, + "name": "ToInt32", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": true, + "name": "ToInt32", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "value", "typeName": "string" }, + { "name": "provider", "typeName": "System.IFormatProvider" } + ], + "isStatic": true, + "name": "ToInt32", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "value", "typeName": "string" }, + { "name": "fromBase", "typeName": "int" } + ], + "isStatic": true, + "name": "ToInt32", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "value", "typeName": "ushort" }], + "isStatic": true, + "name": "ToInt32", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "value", "typeName": "uint" }], + "isStatic": true, + "name": "ToInt32", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "value", "typeName": "ulong" }], + "isStatic": true, + "name": "ToInt32", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int64", + "params": [{ "name": "value", "typeName": "bool" }], + "isStatic": true, + "name": "ToInt64", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int64", + "params": [{ "name": "value", "typeName": "byte" }], + "isStatic": true, + "name": "ToInt64", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int64", + "params": [{ "name": "value", "typeName": "char" }], + "isStatic": true, + "name": "ToInt64", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int64", + "params": [{ "name": "value", "typeName": "System.DateTime" }], + "isStatic": true, + "name": "ToInt64", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int64", + "params": [{ "name": "value", "typeName": "decimal" }], + "isStatic": true, + "name": "ToInt64", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int64", + "params": [{ "name": "value", "typeName": "double" }], + "isStatic": true, + "name": "ToInt64", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int64", + "params": [{ "name": "value", "typeName": "short" }], + "isStatic": true, + "name": "ToInt64", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int64", + "params": [{ "name": "value", "typeName": "int" }], + "isStatic": true, + "name": "ToInt64", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int64", + "params": [{ "name": "value", "typeName": "long" }], + "isStatic": true, + "name": "ToInt64", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int64", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": true, + "name": "ToInt64", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int64", + "params": [ + { "name": "value", "typeName": "object" }, + { "name": "provider", "typeName": "System.IFormatProvider" } + ], + "isStatic": true, + "name": "ToInt64", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int64", + "params": [{ "name": "value", "typeName": "sbyte" }], + "isStatic": true, + "name": "ToInt64", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int64", + "params": [{ "name": "value", "typeName": "float" }], + "isStatic": true, + "name": "ToInt64", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int64", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": true, + "name": "ToInt64", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int64", + "params": [ + { "name": "value", "typeName": "string" }, + { "name": "provider", "typeName": "System.IFormatProvider" } + ], + "isStatic": true, + "name": "ToInt64", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int64", + "params": [ + { "name": "value", "typeName": "string" }, + { "name": "fromBase", "typeName": "int" } + ], + "isStatic": true, + "name": "ToInt64", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int64", + "params": [{ "name": "value", "typeName": "ushort" }], + "isStatic": true, + "name": "ToInt64", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int64", + "params": [{ "name": "value", "typeName": "uint" }], + "isStatic": true, + "name": "ToInt64", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int64", + "params": [{ "name": "value", "typeName": "ulong" }], + "isStatic": true, + "name": "ToInt64", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SByte", + "params": [{ "name": "value", "typeName": "bool" }], + "isStatic": true, + "name": "ToSByte", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SByte", + "params": [{ "name": "value", "typeName": "byte" }], + "isStatic": true, + "name": "ToSByte", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SByte", + "params": [{ "name": "value", "typeName": "char" }], + "isStatic": true, + "name": "ToSByte", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SByte", + "params": [{ "name": "value", "typeName": "System.DateTime" }], + "isStatic": true, + "name": "ToSByte", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SByte", + "params": [{ "name": "value", "typeName": "decimal" }], + "isStatic": true, + "name": "ToSByte", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SByte", + "params": [{ "name": "value", "typeName": "double" }], + "isStatic": true, + "name": "ToSByte", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SByte", + "params": [{ "name": "value", "typeName": "short" }], + "isStatic": true, + "name": "ToSByte", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SByte", + "params": [{ "name": "value", "typeName": "int" }], + "isStatic": true, + "name": "ToSByte", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SByte", + "params": [{ "name": "value", "typeName": "long" }], + "isStatic": true, + "name": "ToSByte", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SByte", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": true, + "name": "ToSByte", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SByte", + "params": [ + { "name": "value", "typeName": "object" }, + { "name": "provider", "typeName": "System.IFormatProvider" } + ], + "isStatic": true, + "name": "ToSByte", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SByte", + "params": [{ "name": "value", "typeName": "sbyte" }], + "isStatic": true, + "name": "ToSByte", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SByte", + "params": [{ "name": "value", "typeName": "float" }], + "isStatic": true, + "name": "ToSByte", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SByte", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": true, + "name": "ToSByte", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SByte", + "params": [ + { "name": "value", "typeName": "string" }, + { "name": "provider", "typeName": "System.IFormatProvider" } + ], + "isStatic": true, + "name": "ToSByte", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SByte", + "params": [ + { "name": "value", "typeName": "string" }, + { "name": "fromBase", "typeName": "int" } + ], + "isStatic": true, + "name": "ToSByte", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SByte", + "params": [{ "name": "value", "typeName": "ushort" }], + "isStatic": true, + "name": "ToSByte", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SByte", + "params": [{ "name": "value", "typeName": "uint" }], + "isStatic": true, + "name": "ToSByte", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SByte", + "params": [{ "name": "value", "typeName": "ulong" }], + "isStatic": true, + "name": "ToSByte", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "value", "typeName": "bool" }], + "isStatic": true, + "name": "ToSingle", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "value", "typeName": "byte" }], + "isStatic": true, + "name": "ToSingle", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "value", "typeName": "char" }], + "isStatic": true, + "name": "ToSingle", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "value", "typeName": "System.DateTime" }], + "isStatic": true, + "name": "ToSingle", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "value", "typeName": "decimal" }], + "isStatic": true, + "name": "ToSingle", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "value", "typeName": "double" }], + "isStatic": true, + "name": "ToSingle", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "value", "typeName": "short" }], + "isStatic": true, + "name": "ToSingle", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "value", "typeName": "int" }], + "isStatic": true, + "name": "ToSingle", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "value", "typeName": "long" }], + "isStatic": true, + "name": "ToSingle", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": true, + "name": "ToSingle", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Single", + "params": [ + { "name": "value", "typeName": "object" }, + { "name": "provider", "typeName": "System.IFormatProvider" } + ], + "isStatic": true, + "name": "ToSingle", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "value", "typeName": "sbyte" }], + "isStatic": true, + "name": "ToSingle", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "value", "typeName": "float" }], + "isStatic": true, + "name": "ToSingle", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": true, + "name": "ToSingle", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Single", + "params": [ + { "name": "value", "typeName": "string" }, + { "name": "provider", "typeName": "System.IFormatProvider" } + ], + "isStatic": true, + "name": "ToSingle", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "value", "typeName": "ushort" }], + "isStatic": true, + "name": "ToSingle", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "value", "typeName": "uint" }], + "isStatic": true, + "name": "ToSingle", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "value", "typeName": "ulong" }], + "isStatic": true, + "name": "ToSingle", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "value", "typeName": "bool" }], + "isStatic": true, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "value", "typeName": "bool" }, + { "name": "provider", "typeName": "System.IFormatProvider" } + ], + "isStatic": true, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "value", "typeName": "byte" }], + "isStatic": true, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "value", "typeName": "byte" }, + { "name": "provider", "typeName": "System.IFormatProvider" } + ], + "isStatic": true, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "value", "typeName": "byte" }, + { "name": "toBase", "typeName": "int" } + ], + "isStatic": true, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "value", "typeName": "char" }], + "isStatic": true, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "value", "typeName": "char" }, + { "name": "provider", "typeName": "System.IFormatProvider" } + ], + "isStatic": true, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "value", "typeName": "System.DateTime" }], + "isStatic": true, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "value", "typeName": "System.DateTime" }, + { "name": "provider", "typeName": "System.IFormatProvider" } + ], + "isStatic": true, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "value", "typeName": "decimal" }], + "isStatic": true, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "value", "typeName": "decimal" }, + { "name": "provider", "typeName": "System.IFormatProvider" } + ], + "isStatic": true, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "value", "typeName": "double" }], + "isStatic": true, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "value", "typeName": "double" }, + { "name": "provider", "typeName": "System.IFormatProvider" } + ], + "isStatic": true, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "value", "typeName": "short" }], + "isStatic": true, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "value", "typeName": "short" }, + { "name": "provider", "typeName": "System.IFormatProvider" } + ], + "isStatic": true, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "value", "typeName": "short" }, + { "name": "toBase", "typeName": "int" } + ], + "isStatic": true, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "value", "typeName": "int" }], + "isStatic": true, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "value", "typeName": "int" }, + { "name": "provider", "typeName": "System.IFormatProvider" } + ], + "isStatic": true, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "value", "typeName": "int" }, + { "name": "toBase", "typeName": "int" } + ], + "isStatic": true, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "value", "typeName": "long" }], + "isStatic": true, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "value", "typeName": "long" }, + { "name": "provider", "typeName": "System.IFormatProvider" } + ], + "isStatic": true, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "value", "typeName": "long" }, + { "name": "toBase", "typeName": "int" } + ], + "isStatic": true, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": true, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "value", "typeName": "object" }, + { "name": "provider", "typeName": "System.IFormatProvider" } + ], + "isStatic": true, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "value", "typeName": "sbyte" }], + "isStatic": true, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "value", "typeName": "sbyte" }, + { "name": "provider", "typeName": "System.IFormatProvider" } + ], + "isStatic": true, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "value", "typeName": "float" }], + "isStatic": true, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "value", "typeName": "float" }, + { "name": "provider", "typeName": "System.IFormatProvider" } + ], + "isStatic": true, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": true, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "value", "typeName": "string" }, + { "name": "provider", "typeName": "System.IFormatProvider" } + ], + "isStatic": true, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "value", "typeName": "ushort" }], + "isStatic": true, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "value", "typeName": "ushort" }, + { "name": "provider", "typeName": "System.IFormatProvider" } + ], + "isStatic": true, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "value", "typeName": "uint" }], + "isStatic": true, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "value", "typeName": "uint" }, + { "name": "provider", "typeName": "System.IFormatProvider" } + ], + "isStatic": true, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "value", "typeName": "ulong" }], + "isStatic": true, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "value", "typeName": "ulong" }, + { "name": "provider", "typeName": "System.IFormatProvider" } + ], + "isStatic": true, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UInt16", + "params": [{ "name": "value", "typeName": "bool" }], + "isStatic": true, + "name": "ToUInt16", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UInt16", + "params": [{ "name": "value", "typeName": "byte" }], + "isStatic": true, + "name": "ToUInt16", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UInt16", + "params": [{ "name": "value", "typeName": "char" }], + "isStatic": true, + "name": "ToUInt16", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UInt16", + "params": [{ "name": "value", "typeName": "System.DateTime" }], + "isStatic": true, + "name": "ToUInt16", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UInt16", + "params": [{ "name": "value", "typeName": "decimal" }], + "isStatic": true, + "name": "ToUInt16", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UInt16", + "params": [{ "name": "value", "typeName": "double" }], + "isStatic": true, + "name": "ToUInt16", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UInt16", + "params": [{ "name": "value", "typeName": "short" }], + "isStatic": true, + "name": "ToUInt16", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UInt16", + "params": [{ "name": "value", "typeName": "int" }], + "isStatic": true, + "name": "ToUInt16", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UInt16", + "params": [{ "name": "value", "typeName": "long" }], + "isStatic": true, + "name": "ToUInt16", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UInt16", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": true, + "name": "ToUInt16", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UInt16", + "params": [ + { "name": "value", "typeName": "object" }, + { "name": "provider", "typeName": "System.IFormatProvider" } + ], + "isStatic": true, + "name": "ToUInt16", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UInt16", + "params": [{ "name": "value", "typeName": "sbyte" }], + "isStatic": true, + "name": "ToUInt16", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UInt16", + "params": [{ "name": "value", "typeName": "float" }], + "isStatic": true, + "name": "ToUInt16", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UInt16", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": true, + "name": "ToUInt16", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UInt16", + "params": [ + { "name": "value", "typeName": "string" }, + { "name": "provider", "typeName": "System.IFormatProvider" } + ], + "isStatic": true, + "name": "ToUInt16", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UInt16", + "params": [ + { "name": "value", "typeName": "string" }, + { "name": "fromBase", "typeName": "int" } + ], + "isStatic": true, + "name": "ToUInt16", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UInt16", + "params": [{ "name": "value", "typeName": "ushort" }], + "isStatic": true, + "name": "ToUInt16", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UInt16", + "params": [{ "name": "value", "typeName": "uint" }], + "isStatic": true, + "name": "ToUInt16", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UInt16", + "params": [{ "name": "value", "typeName": "ulong" }], + "isStatic": true, + "name": "ToUInt16", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UInt32", + "params": [{ "name": "value", "typeName": "bool" }], + "isStatic": true, + "name": "ToUInt32", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UInt32", + "params": [{ "name": "value", "typeName": "byte" }], + "isStatic": true, + "name": "ToUInt32", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UInt32", + "params": [{ "name": "value", "typeName": "char" }], + "isStatic": true, + "name": "ToUInt32", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UInt32", + "params": [{ "name": "value", "typeName": "System.DateTime" }], + "isStatic": true, + "name": "ToUInt32", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UInt32", + "params": [{ "name": "value", "typeName": "decimal" }], + "isStatic": true, + "name": "ToUInt32", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UInt32", + "params": [{ "name": "value", "typeName": "double" }], + "isStatic": true, + "name": "ToUInt32", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UInt32", + "params": [{ "name": "value", "typeName": "short" }], + "isStatic": true, + "name": "ToUInt32", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UInt32", + "params": [{ "name": "value", "typeName": "int" }], + "isStatic": true, + "name": "ToUInt32", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UInt32", + "params": [{ "name": "value", "typeName": "long" }], + "isStatic": true, + "name": "ToUInt32", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UInt32", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": true, + "name": "ToUInt32", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UInt32", + "params": [ + { "name": "value", "typeName": "object" }, + { "name": "provider", "typeName": "System.IFormatProvider" } + ], + "isStatic": true, + "name": "ToUInt32", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UInt32", + "params": [{ "name": "value", "typeName": "sbyte" }], + "isStatic": true, + "name": "ToUInt32", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UInt32", + "params": [{ "name": "value", "typeName": "float" }], + "isStatic": true, + "name": "ToUInt32", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UInt32", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": true, + "name": "ToUInt32", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UInt32", + "params": [ + { "name": "value", "typeName": "string" }, + { "name": "provider", "typeName": "System.IFormatProvider" } + ], + "isStatic": true, + "name": "ToUInt32", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UInt32", + "params": [ + { "name": "value", "typeName": "string" }, + { "name": "fromBase", "typeName": "int" } + ], + "isStatic": true, + "name": "ToUInt32", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UInt32", + "params": [{ "name": "value", "typeName": "ushort" }], + "isStatic": true, + "name": "ToUInt32", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UInt32", + "params": [{ "name": "value", "typeName": "uint" }], + "isStatic": true, + "name": "ToUInt32", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UInt32", + "params": [{ "name": "value", "typeName": "ulong" }], + "isStatic": true, + "name": "ToUInt32", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UInt64", + "params": [{ "name": "value", "typeName": "bool" }], + "isStatic": true, + "name": "ToUInt64", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UInt64", + "params": [{ "name": "value", "typeName": "byte" }], + "isStatic": true, + "name": "ToUInt64", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UInt64", + "params": [{ "name": "value", "typeName": "char" }], + "isStatic": true, + "name": "ToUInt64", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UInt64", + "params": [{ "name": "value", "typeName": "System.DateTime" }], + "isStatic": true, + "name": "ToUInt64", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UInt64", + "params": [{ "name": "value", "typeName": "decimal" }], + "isStatic": true, + "name": "ToUInt64", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UInt64", + "params": [{ "name": "value", "typeName": "double" }], + "isStatic": true, + "name": "ToUInt64", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UInt64", + "params": [{ "name": "value", "typeName": "short" }], + "isStatic": true, + "name": "ToUInt64", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UInt64", + "params": [{ "name": "value", "typeName": "int" }], + "isStatic": true, + "name": "ToUInt64", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UInt64", + "params": [{ "name": "value", "typeName": "long" }], + "isStatic": true, + "name": "ToUInt64", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UInt64", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": true, + "name": "ToUInt64", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UInt64", + "params": [ + { "name": "value", "typeName": "object" }, + { "name": "provider", "typeName": "System.IFormatProvider" } + ], + "isStatic": true, + "name": "ToUInt64", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UInt64", + "params": [{ "name": "value", "typeName": "sbyte" }], + "isStatic": true, + "name": "ToUInt64", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UInt64", + "params": [{ "name": "value", "typeName": "float" }], + "isStatic": true, + "name": "ToUInt64", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UInt64", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": true, + "name": "ToUInt64", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UInt64", + "params": [ + { "name": "value", "typeName": "string" }, + { "name": "provider", "typeName": "System.IFormatProvider" } + ], + "isStatic": true, + "name": "ToUInt64", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UInt64", + "params": [ + { "name": "value", "typeName": "string" }, + { "name": "fromBase", "typeName": "int" } + ], + "isStatic": true, + "name": "ToUInt64", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UInt64", + "params": [{ "name": "value", "typeName": "ushort" }], + "isStatic": true, + "name": "ToUInt64", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UInt64", + "params": [{ "name": "value", "typeName": "uint" }], + "isStatic": true, + "name": "ToUInt64", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UInt64", + "params": [{ "name": "value", "typeName": "ulong" }], + "isStatic": true, + "name": "ToUInt64", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "Convert", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "TOutput", + "params": [{ "name": "input", "typeName": "TInput" }], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "input", "typeName": "TInput" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "TOutput", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "Converter", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "CrossAppDomainDelegate", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.SystemException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "innerException", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "DataMisalignedException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.DateTimeKind", + "name": "Local", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.DateTimeKind", + "name": "Unspecified", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.DateTimeKind", + "name": "Utc", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.DateTimeKind", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "DateTimeKind", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.DayOfWeek", + "name": "Friday", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.DayOfWeek", + "name": "Monday", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.DayOfWeek", + "name": "Saturday", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.DayOfWeek", + "name": "Sunday", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.DayOfWeek", + "name": "Thursday", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.DayOfWeek", + "name": "Tuesday", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.DayOfWeek", + "name": "Wednesday", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.DayOfWeek", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "DayOfWeek", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "object", + "attribute": "", + "interfaces": ["IConvertible", "ISerializable"], + "fields": [ + { + "typeName": "System.DBNull", + "name": "Value", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "info", + "typeName": "System.Runtime.Serialization.SerializationInfo" + }, + { + "name": "context", + "typeName": "System.Runtime.Serialization.StreamingContext" + } + ], + "isStatic": false, + "name": "GetObjectData", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "TypeCode", + "params": [], + "isStatic": false, + "name": "GetTypeCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "provider", "typeName": "System.IFormatProvider" } + ], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "DBNull", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [ + "IComparable", + "IComparable", + "IConvertible", + "IEquatable", + "IFormattable", + "IDeserializationCallback" + ], + "fields": [ + { + "typeName": "decimal", + "name": "MaxValue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "decimal", + "name": "MinusOne", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "decimal", + "name": "MinValue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "decimal", + "name": "One", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "decimal", + "name": "Zero", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "double" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "int" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "lo", "typeName": "int" }, + { "name": "mid", "typeName": "int" }, + { "name": "hi", "typeName": "int" }, + { "name": "isNegative", "typeName": "bool" }, + { "name": "scale", "typeName": "byte" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "bits", "typeName": "int[]" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "long" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "float" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "uint" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "ulong" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Decimal", + "params": [ + { "name": "d1", "typeName": "decimal" }, + { "name": "d2", "typeName": "decimal" } + ], + "isStatic": true, + "name": "Add", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Decimal", + "params": [{ "name": "d", "typeName": "decimal" }], + "isStatic": true, + "name": "Ceiling", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "d1", "typeName": "decimal" }, + { "name": "d2", "typeName": "decimal" } + ], + "isStatic": true, + "name": "Compare", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "value", "typeName": "decimal" }], + "isStatic": false, + "name": "CompareTo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "CompareTo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Decimal", + "params": [ + { "name": "d1", "typeName": "decimal" }, + { "name": "d2", "typeName": "decimal" } + ], + "isStatic": true, + "name": "Divide", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "value", "typeName": "decimal" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "d1", "typeName": "decimal" }, + { "name": "d2", "typeName": "decimal" } + ], + "isStatic": true, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Decimal", + "params": [{ "name": "d", "typeName": "decimal" }], + "isStatic": true, + "name": "Floor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Decimal", + "params": [{ "name": "cy", "typeName": "long" }], + "isStatic": true, + "name": "FromOACurrency", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "d", "typeName": "decimal" }], + "isStatic": true, + "name": "GetBits", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "TypeCode", + "params": [], + "isStatic": false, + "name": "GetTypeCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Decimal", + "params": [ + { "name": "d1", "typeName": "decimal" }, + { "name": "d2", "typeName": "decimal" } + ], + "isStatic": true, + "name": "Multiply", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Decimal", + "params": [{ "name": "d", "typeName": "decimal" }], + "isStatic": true, + "name": "Negate", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Decimal", + "params": [ + { "name": "d1", "typeName": "decimal" }, + { "name": "d2", "typeName": "decimal" } + ], + "isStatic": true, + "name": "op_Addition", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Decimal", + "params": [{ "name": "d", "typeName": "decimal" }], + "isStatic": true, + "name": "op_Decrement", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Decimal", + "params": [ + { "name": "d1", "typeName": "decimal" }, + { "name": "d2", "typeName": "decimal" } + ], + "isStatic": true, + "name": "op_Division", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "d1", "typeName": "decimal" }, + { "name": "d2", "typeName": "decimal" } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Byte", + "params": [{ "name": "value", "typeName": "decimal" }], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Char", + "params": [{ "name": "value", "typeName": "decimal" }], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Double", + "params": [{ "name": "value", "typeName": "decimal" }], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int16", + "params": [{ "name": "value", "typeName": "decimal" }], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "value", "typeName": "decimal" }], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int64", + "params": [{ "name": "value", "typeName": "decimal" }], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SByte", + "params": [{ "name": "value", "typeName": "decimal" }], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "value", "typeName": "decimal" }], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UInt16", + "params": [{ "name": "value", "typeName": "decimal" }], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UInt32", + "params": [{ "name": "value", "typeName": "decimal" }], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UInt64", + "params": [{ "name": "value", "typeName": "decimal" }], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Decimal", + "params": [{ "name": "value", "typeName": "double" }], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Decimal", + "params": [{ "name": "value", "typeName": "float" }], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "d1", "typeName": "decimal" }, + { "name": "d2", "typeName": "decimal" } + ], + "isStatic": true, + "name": "op_GreaterThan", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "d1", "typeName": "decimal" }, + { "name": "d2", "typeName": "decimal" } + ], + "isStatic": true, + "name": "op_GreaterThanOrEqual", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Decimal", + "params": [{ "name": "value", "typeName": "byte" }], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Decimal", + "params": [{ "name": "value", "typeName": "char" }], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Decimal", + "params": [{ "name": "value", "typeName": "short" }], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Decimal", + "params": [{ "name": "value", "typeName": "int" }], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Decimal", + "params": [{ "name": "value", "typeName": "long" }], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Decimal", + "params": [{ "name": "value", "typeName": "sbyte" }], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Decimal", + "params": [{ "name": "value", "typeName": "ushort" }], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Decimal", + "params": [{ "name": "value", "typeName": "uint" }], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Decimal", + "params": [{ "name": "value", "typeName": "ulong" }], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Decimal", + "params": [{ "name": "d", "typeName": "decimal" }], + "isStatic": true, + "name": "op_Increment", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "d1", "typeName": "decimal" }, + { "name": "d2", "typeName": "decimal" } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "d1", "typeName": "decimal" }, + { "name": "d2", "typeName": "decimal" } + ], + "isStatic": true, + "name": "op_LessThan", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "d1", "typeName": "decimal" }, + { "name": "d2", "typeName": "decimal" } + ], + "isStatic": true, + "name": "op_LessThanOrEqual", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Decimal", + "params": [ + { "name": "d1", "typeName": "decimal" }, + { "name": "d2", "typeName": "decimal" } + ], + "isStatic": true, + "name": "op_Modulus", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Decimal", + "params": [ + { "name": "d1", "typeName": "decimal" }, + { "name": "d2", "typeName": "decimal" } + ], + "isStatic": true, + "name": "op_Multiply", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Decimal", + "params": [ + { "name": "d1", "typeName": "decimal" }, + { "name": "d2", "typeName": "decimal" } + ], + "isStatic": true, + "name": "op_Subtraction", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Decimal", + "params": [{ "name": "d", "typeName": "decimal" }], + "isStatic": true, + "name": "op_UnaryNegation", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Decimal", + "params": [{ "name": "d", "typeName": "decimal" }], + "isStatic": true, + "name": "op_UnaryPlus", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Decimal", + "params": [{ "name": "s", "typeName": "string" }], + "isStatic": true, + "name": "Parse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Decimal", + "params": [ + { "name": "s", "typeName": "string" }, + { "name": "style", "typeName": "System.Globalization.NumberStyles" } + ], + "isStatic": true, + "name": "Parse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Decimal", + "params": [ + { "name": "s", "typeName": "string" }, + { + "name": "style", + "typeName": "System.Globalization.NumberStyles" + }, + { "name": "provider", "typeName": "System.IFormatProvider" } + ], + "isStatic": true, + "name": "Parse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Decimal", + "params": [ + { "name": "s", "typeName": "string" }, + { "name": "provider", "typeName": "System.IFormatProvider" } + ], + "isStatic": true, + "name": "Parse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Decimal", + "params": [ + { "name": "d1", "typeName": "decimal" }, + { "name": "d2", "typeName": "decimal" } + ], + "isStatic": true, + "name": "Remainder", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Decimal", + "params": [{ "name": "d", "typeName": "decimal" }], + "isStatic": true, + "name": "Round", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Decimal", + "params": [ + { "name": "d", "typeName": "decimal" }, + { "name": "decimals", "typeName": "int" } + ], + "isStatic": true, + "name": "Round", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Decimal", + "params": [ + { "name": "d", "typeName": "decimal" }, + { "name": "decimals", "typeName": "int" }, + { "name": "mode", "typeName": "System.MidpointRounding" } + ], + "isStatic": true, + "name": "Round", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Decimal", + "params": [ + { "name": "d", "typeName": "decimal" }, + { "name": "mode", "typeName": "System.MidpointRounding" } + ], + "isStatic": true, + "name": "Round", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Decimal", + "params": [ + { "name": "d1", "typeName": "decimal" }, + { "name": "d2", "typeName": "decimal" } + ], + "isStatic": true, + "name": "Subtract", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Byte", + "params": [{ "name": "value", "typeName": "decimal" }], + "isStatic": true, + "name": "ToByte", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Double", + "params": [{ "name": "d", "typeName": "decimal" }], + "isStatic": true, + "name": "ToDouble", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int16", + "params": [{ "name": "value", "typeName": "decimal" }], + "isStatic": true, + "name": "ToInt16", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "d", "typeName": "decimal" }], + "isStatic": true, + "name": "ToInt32", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int64", + "params": [{ "name": "d", "typeName": "decimal" }], + "isStatic": true, + "name": "ToInt64", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int64", + "params": [{ "name": "value", "typeName": "decimal" }], + "isStatic": true, + "name": "ToOACurrency", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SByte", + "params": [{ "name": "value", "typeName": "decimal" }], + "isStatic": true, + "name": "ToSByte", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "d", "typeName": "decimal" }], + "isStatic": true, + "name": "ToSingle", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "provider", "typeName": "System.IFormatProvider" } + ], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "format", "typeName": "string" }], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "format", "typeName": "string" }, + { "name": "provider", "typeName": "System.IFormatProvider" } + ], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UInt16", + "params": [{ "name": "value", "typeName": "decimal" }], + "isStatic": true, + "name": "ToUInt16", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UInt32", + "params": [{ "name": "d", "typeName": "decimal" }], + "isStatic": true, + "name": "ToUInt32", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UInt64", + "params": [{ "name": "d", "typeName": "decimal" }], + "isStatic": true, + "name": "ToUInt64", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Decimal", + "params": [{ "name": "d", "typeName": "decimal" }], + "isStatic": true, + "name": "Truncate", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "s", "typeName": "string" }, + { "name": "result", "typeName": "decimal" } + ], + "isStatic": true, + "name": "TryParse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "s", "typeName": "string" }, + { + "name": "style", + "typeName": "System.Globalization.NumberStyles" + }, + { "name": "provider", "typeName": "System.IFormatProvider" }, + { "name": "result", "typeName": "decimal" } + ], + "isStatic": true, + "name": "TryParse", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "Decimal", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "object", + "attribute": "", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [ + { + "typeName": "System.Reflection.MethodInfo", + "name": "Method", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "object", + "name": "Target", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Object", + "params": [], + "isStatic": false, + "name": "Clone", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Delegate", + "params": [ + { "name": "a", "typeName": "System.Delegate" }, + { "name": "b", "typeName": "System.Delegate" } + ], + "isStatic": true, + "name": "Combine", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Delegate", + "params": [{ "name": "delegates", "typeName": "System.Delegate[]" }], + "isStatic": true, + "name": "Combine", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Delegate", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { "name": "firstArgument", "typeName": "object" }, + { "name": "method", "typeName": "System.Reflection.MethodInfo" } + ], + "isStatic": true, + "name": "CreateDelegate", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Delegate", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { "name": "firstArgument", "typeName": "object" }, + { "name": "method", "typeName": "System.Reflection.MethodInfo" }, + { "name": "throwOnBindFailure", "typeName": "bool" } + ], + "isStatic": true, + "name": "CreateDelegate", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Delegate", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { "name": "target", "typeName": "object" }, + { "name": "method", "typeName": "string" } + ], + "isStatic": true, + "name": "CreateDelegate", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Delegate", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { "name": "target", "typeName": "object" }, + { "name": "method", "typeName": "string" }, + { "name": "ignoreCase", "typeName": "bool" } + ], + "isStatic": true, + "name": "CreateDelegate", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Delegate", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { "name": "target", "typeName": "object" }, + { "name": "method", "typeName": "string" }, + { "name": "ignoreCase", "typeName": "bool" }, + { "name": "throwOnBindFailure", "typeName": "bool" } + ], + "isStatic": true, + "name": "CreateDelegate", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Delegate", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { "name": "method", "typeName": "System.Reflection.MethodInfo" } + ], + "isStatic": true, + "name": "CreateDelegate", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Delegate", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { "name": "method", "typeName": "System.Reflection.MethodInfo" }, + { "name": "throwOnBindFailure", "typeName": "bool" } + ], + "isStatic": true, + "name": "CreateDelegate", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Delegate", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { "name": "target", "typeName": "System.Type" }, + { "name": "method", "typeName": "string" } + ], + "isStatic": true, + "name": "CreateDelegate", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Delegate", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { "name": "target", "typeName": "System.Type" }, + { "name": "method", "typeName": "string" }, + { "name": "ignoreCase", "typeName": "bool" } + ], + "isStatic": true, + "name": "CreateDelegate", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Delegate", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { "name": "target", "typeName": "System.Type" }, + { "name": "method", "typeName": "string" }, + { "name": "ignoreCase", "typeName": "bool" }, + { "name": "throwOnBindFailure", "typeName": "bool" } + ], + "isStatic": true, + "name": "CreateDelegate", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [{ "name": "args", "typeName": "object[]" }], + "isStatic": false, + "name": "DynamicInvoke", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetInvocationList", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "info", + "typeName": "System.Runtime.Serialization.SerializationInfo" + }, + { + "name": "context", + "typeName": "System.Runtime.Serialization.StreamingContext" + } + ], + "isStatic": false, + "name": "GetObjectData", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "d1", "typeName": "System.Delegate" }, + { "name": "d2", "typeName": "System.Delegate" } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "d1", "typeName": "System.Delegate" }, + { "name": "d2", "typeName": "System.Delegate" } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Delegate", + "params": [ + { "name": "source", "typeName": "System.Delegate" }, + { "name": "value", "typeName": "System.Delegate" } + ], + "isStatic": true, + "name": "Remove", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Delegate", + "params": [ + { "name": "source", "typeName": "System.Delegate" }, + { "name": "value", "typeName": "System.Delegate" } + ], + "isStatic": true, + "name": "RemoveAll", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "Delegate", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.ArithmeticException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "innerException", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "DivideByZeroException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.TypeLoadException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "inner", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "DllNotFoundException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [ + "IComparable", + "IComparable", + "IConvertible", + "IEquatable", + "IFormattable" + ], + "fields": [ + { + "typeName": "double", + "name": "Epsilon", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "double", + "name": "MaxValue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "double", + "name": "MinValue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "double", + "name": "NaN", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "double", + "name": "NegativeInfinity", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "double", + "name": "PositiveInfinity", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "value", "typeName": "double" }], + "isStatic": false, + "name": "CompareTo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "CompareTo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "double" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "TypeCode", + "params": [], + "isStatic": false, + "name": "GetTypeCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "d", "typeName": "double" }], + "isStatic": true, + "name": "IsInfinity", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "d", "typeName": "double" }], + "isStatic": true, + "name": "IsNaN", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "d", "typeName": "double" }], + "isStatic": true, + "name": "IsNegativeInfinity", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "d", "typeName": "double" }], + "isStatic": true, + "name": "IsPositiveInfinity", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "left", "typeName": "double" }, + { "name": "right", "typeName": "double" } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "left", "typeName": "double" }, + { "name": "right", "typeName": "double" } + ], + "isStatic": true, + "name": "op_GreaterThan", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "left", "typeName": "double" }, + { "name": "right", "typeName": "double" } + ], + "isStatic": true, + "name": "op_GreaterThanOrEqual", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "left", "typeName": "double" }, + { "name": "right", "typeName": "double" } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "left", "typeName": "double" }, + { "name": "right", "typeName": "double" } + ], + "isStatic": true, + "name": "op_LessThan", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "left", "typeName": "double" }, + { "name": "right", "typeName": "double" } + ], + "isStatic": true, + "name": "op_LessThanOrEqual", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Double", + "params": [{ "name": "s", "typeName": "string" }], + "isStatic": true, + "name": "Parse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Double", + "params": [ + { "name": "s", "typeName": "string" }, + { "name": "style", "typeName": "System.Globalization.NumberStyles" } + ], + "isStatic": true, + "name": "Parse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Double", + "params": [ + { "name": "s", "typeName": "string" }, + { + "name": "style", + "typeName": "System.Globalization.NumberStyles" + }, + { "name": "provider", "typeName": "System.IFormatProvider" } + ], + "isStatic": true, + "name": "Parse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Double", + "params": [ + { "name": "s", "typeName": "string" }, + { "name": "provider", "typeName": "System.IFormatProvider" } + ], + "isStatic": true, + "name": "Parse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "provider", "typeName": "System.IFormatProvider" } + ], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "format", "typeName": "string" }], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "format", "typeName": "string" }, + { "name": "provider", "typeName": "System.IFormatProvider" } + ], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "s", "typeName": "string" }, + { "name": "result", "typeName": "double" } + ], + "isStatic": true, + "name": "TryParse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "s", "typeName": "string" }, + { + "name": "style", + "typeName": "System.Globalization.NumberStyles" + }, + { "name": "provider", "typeName": "System.IFormatProvider" }, + { "name": "result", "typeName": "double" } + ], + "isStatic": true, + "name": "TryParse", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "Double", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.ArgumentException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "parameterName", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "innerException", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "parameterName", "typeName": "string" }, + { "name": "message", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "DuplicateWaitObjectException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.TypeLoadException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "inner", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "EntryPointNotFoundException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Int32", + "params": [{ "name": "target", "typeName": "object" }], + "isStatic": false, + "name": "CompareTo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "enumType", "typeName": "System.Type" }, + { "name": "value", "typeName": "object" }, + { "name": "format", "typeName": "string" } + ], + "isStatic": true, + "name": "Format", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "enumType", "typeName": "System.Type" }, + { "name": "value", "typeName": "object" } + ], + "isStatic": true, + "name": "GetName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "enumType", "typeName": "System.Type" }], + "isStatic": true, + "name": "GetNames", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "TypeCode", + "params": [], + "isStatic": false, + "name": "GetTypeCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Type", + "params": [{ "name": "enumType", "typeName": "System.Type" }], + "isStatic": true, + "name": "GetUnderlyingType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Array", + "params": [{ "name": "enumType", "typeName": "System.Type" }], + "isStatic": true, + "name": "GetValues", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "flag", "typeName": "System.Enum" }], + "isStatic": false, + "name": "HasFlag", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "enumType", "typeName": "System.Type" }, + { "name": "value", "typeName": "object" } + ], + "isStatic": true, + "name": "IsDefined", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "enumType", "typeName": "System.Type" }, + { "name": "value", "typeName": "string" } + ], + "isStatic": true, + "name": "Parse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "enumType", "typeName": "System.Type" }, + { "name": "value", "typeName": "string" }, + { "name": "ignoreCase", "typeName": "bool" } + ], + "isStatic": true, + "name": "Parse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "enumType", "typeName": "System.Type" }, + { "name": "value", "typeName": "byte" } + ], + "isStatic": true, + "name": "ToObject", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "enumType", "typeName": "System.Type" }, + { "name": "value", "typeName": "short" } + ], + "isStatic": true, + "name": "ToObject", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "enumType", "typeName": "System.Type" }, + { "name": "value", "typeName": "int" } + ], + "isStatic": true, + "name": "ToObject", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "enumType", "typeName": "System.Type" }, + { "name": "value", "typeName": "long" } + ], + "isStatic": true, + "name": "ToObject", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "enumType", "typeName": "System.Type" }, + { "name": "value", "typeName": "object" } + ], + "isStatic": true, + "name": "ToObject", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "enumType", "typeName": "System.Type" }, + { "name": "value", "typeName": "sbyte" } + ], + "isStatic": true, + "name": "ToObject", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "enumType", "typeName": "System.Type" }, + { "name": "value", "typeName": "ushort" } + ], + "isStatic": true, + "name": "ToObject", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "enumType", "typeName": "System.Type" }, + { "name": "value", "typeName": "uint" } + ], + "isStatic": true, + "name": "ToObject", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "enumType", "typeName": "System.Type" }, + { "name": "value", "typeName": "ulong" } + ], + "isStatic": true, + "name": "ToObject", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "provider", "typeName": "System.IFormatProvider" } + ], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "format", "typeName": "string" }], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "format", "typeName": "string" }, + { "name": "provider", "typeName": "System.IFormatProvider" } + ], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "value", "typeName": "string" }, + { "name": "ignoreCase", "typeName": "bool" }, + { "name": "result", "typeName": "TEnum" } + ], + "isStatic": true, + "name": "TryParse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "value", "typeName": "string" }, + { "name": "result", "typeName": "TEnum" } + ], + "isStatic": true, + "name": "TryParse", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "Enum", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "CommandLine", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "CurrentDirectory", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "CurrentManagedThreadId", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "ExitCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "HasShutdownStarted", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "Is64BitOperatingSystem", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "Is64BitProcess", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "MachineName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "NewLine", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.OperatingSystem", + "name": "OSVersion", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "ProcessorCount", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "StackTrace", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "SystemDirectory", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "SystemPageSize", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "TickCount", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "UserDomainName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "UserInteractive", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "UserName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Version", + "name": "Version", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "long", + "name": "WorkingSet", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "exitCode", "typeName": "int" }], + "isStatic": true, + "name": "Exit", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": true, + "name": "ExpandEnvironmentVariables", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": true, + "name": "FailFast", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "exception", "typeName": "System.Exception" } + ], + "isStatic": true, + "name": "FailFast", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": true, + "name": "GetCommandLineArgs", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "variable", "typeName": "string" }], + "isStatic": true, + "name": "GetEnvironmentVariable", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "variable", "typeName": "string" }, + { "name": "target", "typeName": "System.EnvironmentVariableTarget" } + ], + "isStatic": true, + "name": "GetEnvironmentVariable", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IDictionary", + "params": [], + "isStatic": true, + "name": "GetEnvironmentVariables", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IDictionary", + "params": [ + { "name": "target", "typeName": "System.EnvironmentVariableTarget" } + ], + "isStatic": true, + "name": "GetEnvironmentVariables", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "folder", "typeName": "System.Environment.SpecialFolder" } + ], + "isStatic": true, + "name": "GetFolderPath", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { + "name": "folder", + "typeName": "System.Environment.SpecialFolder" + }, + { + "name": "option", + "typeName": "System.Environment.SpecialFolderOption" + } + ], + "isStatic": true, + "name": "GetFolderPath", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": true, + "name": "GetLogicalDrives", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "variable", "typeName": "string" }, + { "name": "value", "typeName": "string" } + ], + "isStatic": true, + "name": "SetEnvironmentVariable", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "variable", "typeName": "string" }, + { "name": "value", "typeName": "string" }, + { "name": "target", "typeName": "System.EnvironmentVariableTarget" } + ], + "isStatic": true, + "name": "SetEnvironmentVariable", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "Environment", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Environment.SpecialFolder", + "name": "AdminTools", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Environment.SpecialFolder", + "name": "ApplicationData", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Environment.SpecialFolder", + "name": "CDBurning", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Environment.SpecialFolder", + "name": "CommonAdminTools", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Environment.SpecialFolder", + "name": "CommonApplicationData", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Environment.SpecialFolder", + "name": "CommonDesktopDirectory", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Environment.SpecialFolder", + "name": "CommonDocuments", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Environment.SpecialFolder", + "name": "CommonMusic", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Environment.SpecialFolder", + "name": "CommonOemLinks", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Environment.SpecialFolder", + "name": "CommonPictures", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Environment.SpecialFolder", + "name": "CommonProgramFiles", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Environment.SpecialFolder", + "name": "CommonProgramFilesX86", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Environment.SpecialFolder", + "name": "CommonPrograms", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Environment.SpecialFolder", + "name": "CommonStartMenu", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Environment.SpecialFolder", + "name": "CommonStartup", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Environment.SpecialFolder", + "name": "CommonTemplates", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Environment.SpecialFolder", + "name": "CommonVideos", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Environment.SpecialFolder", + "name": "Cookies", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Environment.SpecialFolder", + "name": "Desktop", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Environment.SpecialFolder", + "name": "DesktopDirectory", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Environment.SpecialFolder", + "name": "Favorites", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Environment.SpecialFolder", + "name": "Fonts", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Environment.SpecialFolder", + "name": "History", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Environment.SpecialFolder", + "name": "InternetCache", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Environment.SpecialFolder", + "name": "LocalApplicationData", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Environment.SpecialFolder", + "name": "LocalizedResources", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Environment.SpecialFolder", + "name": "MyComputer", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Environment.SpecialFolder", + "name": "MyDocuments", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Environment.SpecialFolder", + "name": "MyMusic", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Environment.SpecialFolder", + "name": "MyPictures", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Environment.SpecialFolder", + "name": "MyVideos", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Environment.SpecialFolder", + "name": "NetworkShortcuts", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Environment.SpecialFolder", + "name": "Personal", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Environment.SpecialFolder", + "name": "PrinterShortcuts", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Environment.SpecialFolder", + "name": "ProgramFiles", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Environment.SpecialFolder", + "name": "ProgramFilesX86", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Environment.SpecialFolder", + "name": "Programs", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Environment.SpecialFolder", + "name": "Recent", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Environment.SpecialFolder", + "name": "Resources", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Environment.SpecialFolder", + "name": "SendTo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Environment.SpecialFolder", + "name": "StartMenu", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Environment.SpecialFolder", + "name": "Startup", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Environment.SpecialFolder", + "name": "System", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Environment.SpecialFolder", + "name": "SystemX86", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Environment.SpecialFolder", + "name": "Templates", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Environment.SpecialFolder", + "name": "UserProfile", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Environment.SpecialFolder", + "name": "Windows", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Environment.SpecialFolder", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "SpecialFolder", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Environment.SpecialFolderOption", + "name": "Create", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Environment.SpecialFolderOption", + "name": "DoNotVerify", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Environment.SpecialFolderOption", + "name": "None", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Environment.SpecialFolderOption", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "SpecialFolderOption", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.EnvironmentVariableTarget", + "name": "Machine", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.EnvironmentVariableTarget", + "name": "Process", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.EnvironmentVariableTarget", + "name": "User", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.EnvironmentVariableTarget", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "EnvironmentVariableTarget", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.EventArgs", + "name": "Empty", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "EventArgs", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "sender", "typeName": "object" }, + { "name": "e", "typeName": "System.EventArgs" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "sender", "typeName": "object" }, + { "name": "e", "typeName": "System.EventArgs" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "EventHandler", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "sender", "typeName": "object" }, + { "name": "e", "typeName": "TEventArgs" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "sender", "typeName": "object" }, + { "name": "e", "typeName": "TEventArgs" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "EventHandler", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "object", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [ + { + "typeName": "System.Collections.IDictionary", + "name": "Data", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "HelpLink", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "HResult", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Exception", + "name": "InnerException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Message", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Source", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "StackTrace", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.MethodBase", + "name": "TargetSite", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "innerException", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Exception", + "params": [], + "isStatic": false, + "name": "GetBaseException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "info", + "typeName": "System.Runtime.Serialization.SerializationInfo" + }, + { + "name": "context", + "typeName": "System.Runtime.Serialization.StreamingContext" + } + ], + "isStatic": false, + "name": "GetObjectData", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Type", + "params": [], + "isStatic": false, + "name": "GetType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "Exception", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.SystemException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "innerException", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ExecutionEngineException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.MemberAccessException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "inner", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "FieldAccessException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "FlagsAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.SystemException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "innerException", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "FormatException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "object", + "attribute": "", + "interfaces": ["IFormattable"], + "fields": [ + { + "typeName": "int", + "name": "ArgumentCount", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Format", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Object", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "GetArgument", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetArguments", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "formattable", "typeName": "System.FormattableString" } + ], + "isStatic": true, + "name": "Invariant", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "formatProvider", "typeName": "System.IFormatProvider" } + ], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "FormattableString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "TResult", + "params": [], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "TResult", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "Func", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "TResult", + "params": [{ "name": "arg", "typeName": "T" }], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "arg", "typeName": "T" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "TResult", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "Func", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "TResult", + "params": [ + { "name": "arg1", "typeName": "T1" }, + { "name": "arg2", "typeName": "T2" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "arg1", "typeName": "T1" }, + { "name": "arg2", "typeName": "T2" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "TResult", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "Func", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "TResult", + "params": [ + { "name": "arg1", "typeName": "T1" }, + { "name": "arg2", "typeName": "T2" }, + { "name": "arg3", "typeName": "T3" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "arg1", "typeName": "T1" }, + { "name": "arg2", "typeName": "T2" }, + { "name": "arg3", "typeName": "T3" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "TResult", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "Func", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "TResult", + "params": [ + { "name": "arg1", "typeName": "T1" }, + { "name": "arg2", "typeName": "T2" }, + { "name": "arg3", "typeName": "T3" }, + { "name": "arg4", "typeName": "T4" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "arg1", "typeName": "T1" }, + { "name": "arg2", "typeName": "T2" }, + { "name": "arg3", "typeName": "T3" }, + { "name": "arg4", "typeName": "T4" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "TResult", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "Func", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "TResult", + "params": [ + { "name": "arg1", "typeName": "T1" }, + { "name": "arg2", "typeName": "T2" }, + { "name": "arg3", "typeName": "T3" }, + { "name": "arg4", "typeName": "T4" }, + { "name": "arg5", "typeName": "T5" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "arg1", "typeName": "T1" }, + { "name": "arg2", "typeName": "T2" }, + { "name": "arg3", "typeName": "T3" }, + { "name": "arg4", "typeName": "T4" }, + { "name": "arg5", "typeName": "T5" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "TResult", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "Func", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "TResult", + "params": [ + { "name": "arg1", "typeName": "T1" }, + { "name": "arg2", "typeName": "T2" }, + { "name": "arg3", "typeName": "T3" }, + { "name": "arg4", "typeName": "T4" }, + { "name": "arg5", "typeName": "T5" }, + { "name": "arg6", "typeName": "T6" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "arg1", "typeName": "T1" }, + { "name": "arg2", "typeName": "T2" }, + { "name": "arg3", "typeName": "T3" }, + { "name": "arg4", "typeName": "T4" }, + { "name": "arg5", "typeName": "T5" }, + { "name": "arg6", "typeName": "T6" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "TResult", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "Func", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "TResult", + "params": [ + { "name": "arg1", "typeName": "T1" }, + { "name": "arg2", "typeName": "T2" }, + { "name": "arg3", "typeName": "T3" }, + { "name": "arg4", "typeName": "T4" }, + { "name": "arg5", "typeName": "T5" }, + { "name": "arg6", "typeName": "T6" }, + { "name": "arg7", "typeName": "T7" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "arg1", "typeName": "T1" }, + { "name": "arg2", "typeName": "T2" }, + { "name": "arg3", "typeName": "T3" }, + { "name": "arg4", "typeName": "T4" }, + { "name": "arg5", "typeName": "T5" }, + { "name": "arg6", "typeName": "T6" }, + { "name": "arg7", "typeName": "T7" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "TResult", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "Func", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "TResult", + "params": [ + { "name": "arg1", "typeName": "T1" }, + { "name": "arg2", "typeName": "T2" }, + { "name": "arg3", "typeName": "T3" }, + { "name": "arg4", "typeName": "T4" }, + { "name": "arg5", "typeName": "T5" }, + { "name": "arg6", "typeName": "T6" }, + { "name": "arg7", "typeName": "T7" }, + { "name": "arg8", "typeName": "T8" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "arg1", "typeName": "T1" }, + { "name": "arg2", "typeName": "T2" }, + { "name": "arg3", "typeName": "T3" }, + { "name": "arg4", "typeName": "T4" }, + { "name": "arg5", "typeName": "T5" }, + { "name": "arg6", "typeName": "T6" }, + { "name": "arg7", "typeName": "T7" }, + { "name": "arg8", "typeName": "T8" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "TResult", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "Func", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "TResult", + "params": [ + { "name": "arg1", "typeName": "T1" }, + { "name": "arg2", "typeName": "T2" }, + { "name": "arg3", "typeName": "T3" }, + { "name": "arg4", "typeName": "T4" }, + { "name": "arg5", "typeName": "T5" }, + { "name": "arg6", "typeName": "T6" }, + { "name": "arg7", "typeName": "T7" }, + { "name": "arg8", "typeName": "T8" }, + { "name": "arg9", "typeName": "T9" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "arg1", "typeName": "T1" }, + { "name": "arg2", "typeName": "T2" }, + { "name": "arg3", "typeName": "T3" }, + { "name": "arg4", "typeName": "T4" }, + { "name": "arg5", "typeName": "T5" }, + { "name": "arg6", "typeName": "T6" }, + { "name": "arg7", "typeName": "T7" }, + { "name": "arg8", "typeName": "T8" }, + { "name": "arg9", "typeName": "T9" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "TResult", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "Func", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "TResult", + "params": [ + { "name": "arg1", "typeName": "T1" }, + { "name": "arg2", "typeName": "T2" }, + { "name": "arg3", "typeName": "T3" }, + { "name": "arg4", "typeName": "T4" }, + { "name": "arg5", "typeName": "T5" }, + { "name": "arg6", "typeName": "T6" }, + { "name": "arg7", "typeName": "T7" }, + { "name": "arg8", "typeName": "T8" }, + { "name": "arg9", "typeName": "T9" }, + { "name": "arg10", "typeName": "T10" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "arg1", "typeName": "T1" }, + { "name": "arg2", "typeName": "T2" }, + { "name": "arg3", "typeName": "T3" }, + { "name": "arg4", "typeName": "T4" }, + { "name": "arg5", "typeName": "T5" }, + { "name": "arg6", "typeName": "T6" }, + { "name": "arg7", "typeName": "T7" }, + { "name": "arg8", "typeName": "T8" }, + { "name": "arg9", "typeName": "T9" }, + { "name": "arg10", "typeName": "T10" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "TResult", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "Func", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "TResult", + "params": [ + { "name": "arg1", "typeName": "T1" }, + { "name": "arg2", "typeName": "T2" }, + { "name": "arg3", "typeName": "T3" }, + { "name": "arg4", "typeName": "T4" }, + { "name": "arg5", "typeName": "T5" }, + { "name": "arg6", "typeName": "T6" }, + { "name": "arg7", "typeName": "T7" }, + { "name": "arg8", "typeName": "T8" }, + { "name": "arg9", "typeName": "T9" }, + { "name": "arg10", "typeName": "T10" }, + { "name": "arg11", "typeName": "T11" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "arg1", "typeName": "T1" }, + { "name": "arg2", "typeName": "T2" }, + { "name": "arg3", "typeName": "T3" }, + { "name": "arg4", "typeName": "T4" }, + { "name": "arg5", "typeName": "T5" }, + { "name": "arg6", "typeName": "T6" }, + { "name": "arg7", "typeName": "T7" }, + { "name": "arg8", "typeName": "T8" }, + { "name": "arg9", "typeName": "T9" }, + { "name": "arg10", "typeName": "T10" }, + { "name": "arg11", "typeName": "T11" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "TResult", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "Func", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "TResult", + "params": [ + { "name": "arg1", "typeName": "T1" }, + { "name": "arg2", "typeName": "T2" }, + { "name": "arg3", "typeName": "T3" }, + { "name": "arg4", "typeName": "T4" }, + { "name": "arg5", "typeName": "T5" }, + { "name": "arg6", "typeName": "T6" }, + { "name": "arg7", "typeName": "T7" }, + { "name": "arg8", "typeName": "T8" }, + { "name": "arg9", "typeName": "T9" }, + { "name": "arg10", "typeName": "T10" }, + { "name": "arg11", "typeName": "T11" }, + { "name": "arg12", "typeName": "T12" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "arg1", "typeName": "T1" }, + { "name": "arg2", "typeName": "T2" }, + { "name": "arg3", "typeName": "T3" }, + { "name": "arg4", "typeName": "T4" }, + { "name": "arg5", "typeName": "T5" }, + { "name": "arg6", "typeName": "T6" }, + { "name": "arg7", "typeName": "T7" }, + { "name": "arg8", "typeName": "T8" }, + { "name": "arg9", "typeName": "T9" }, + { "name": "arg10", "typeName": "T10" }, + { "name": "arg11", "typeName": "T11" }, + { "name": "arg12", "typeName": "T12" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "TResult", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "Func", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "TResult", + "params": [ + { "name": "arg1", "typeName": "T1" }, + { "name": "arg2", "typeName": "T2" }, + { "name": "arg3", "typeName": "T3" }, + { "name": "arg4", "typeName": "T4" }, + { "name": "arg5", "typeName": "T5" }, + { "name": "arg6", "typeName": "T6" }, + { "name": "arg7", "typeName": "T7" }, + { "name": "arg8", "typeName": "T8" }, + { "name": "arg9", "typeName": "T9" }, + { "name": "arg10", "typeName": "T10" }, + { "name": "arg11", "typeName": "T11" }, + { "name": "arg12", "typeName": "T12" }, + { "name": "arg13", "typeName": "T13" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "arg1", "typeName": "T1" }, + { "name": "arg2", "typeName": "T2" }, + { "name": "arg3", "typeName": "T3" }, + { "name": "arg4", "typeName": "T4" }, + { "name": "arg5", "typeName": "T5" }, + { "name": "arg6", "typeName": "T6" }, + { "name": "arg7", "typeName": "T7" }, + { "name": "arg8", "typeName": "T8" }, + { "name": "arg9", "typeName": "T9" }, + { "name": "arg10", "typeName": "T10" }, + { "name": "arg11", "typeName": "T11" }, + { "name": "arg12", "typeName": "T12" }, + { "name": "arg13", "typeName": "T13" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "TResult", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "Func", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "TResult", + "params": [ + { "name": "arg1", "typeName": "T1" }, + { "name": "arg2", "typeName": "T2" }, + { "name": "arg3", "typeName": "T3" }, + { "name": "arg4", "typeName": "T4" }, + { "name": "arg5", "typeName": "T5" }, + { "name": "arg6", "typeName": "T6" }, + { "name": "arg7", "typeName": "T7" }, + { "name": "arg8", "typeName": "T8" }, + { "name": "arg9", "typeName": "T9" }, + { "name": "arg10", "typeName": "T10" }, + { "name": "arg11", "typeName": "T11" }, + { "name": "arg12", "typeName": "T12" }, + { "name": "arg13", "typeName": "T13" }, + { "name": "arg14", "typeName": "T14" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "arg1", "typeName": "T1" }, + { "name": "arg2", "typeName": "T2" }, + { "name": "arg3", "typeName": "T3" }, + { "name": "arg4", "typeName": "T4" }, + { "name": "arg5", "typeName": "T5" }, + { "name": "arg6", "typeName": "T6" }, + { "name": "arg7", "typeName": "T7" }, + { "name": "arg8", "typeName": "T8" }, + { "name": "arg9", "typeName": "T9" }, + { "name": "arg10", "typeName": "T10" }, + { "name": "arg11", "typeName": "T11" }, + { "name": "arg12", "typeName": "T12" }, + { "name": "arg13", "typeName": "T13" }, + { "name": "arg14", "typeName": "T14" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "TResult", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "Func", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "TResult", + "params": [ + { "name": "arg1", "typeName": "T1" }, + { "name": "arg2", "typeName": "T2" }, + { "name": "arg3", "typeName": "T3" }, + { "name": "arg4", "typeName": "T4" }, + { "name": "arg5", "typeName": "T5" }, + { "name": "arg6", "typeName": "T6" }, + { "name": "arg7", "typeName": "T7" }, + { "name": "arg8", "typeName": "T8" }, + { "name": "arg9", "typeName": "T9" }, + { "name": "arg10", "typeName": "T10" }, + { "name": "arg11", "typeName": "T11" }, + { "name": "arg12", "typeName": "T12" }, + { "name": "arg13", "typeName": "T13" }, + { "name": "arg14", "typeName": "T14" }, + { "name": "arg15", "typeName": "T15" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "arg1", "typeName": "T1" }, + { "name": "arg2", "typeName": "T2" }, + { "name": "arg3", "typeName": "T3" }, + { "name": "arg4", "typeName": "T4" }, + { "name": "arg5", "typeName": "T5" }, + { "name": "arg6", "typeName": "T6" }, + { "name": "arg7", "typeName": "T7" }, + { "name": "arg8", "typeName": "T8" }, + { "name": "arg9", "typeName": "T9" }, + { "name": "arg10", "typeName": "T10" }, + { "name": "arg11", "typeName": "T11" }, + { "name": "arg12", "typeName": "T12" }, + { "name": "arg13", "typeName": "T13" }, + { "name": "arg14", "typeName": "T14" }, + { "name": "arg15", "typeName": "T15" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "TResult", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "Func", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "TResult", + "params": [ + { "name": "arg1", "typeName": "T1" }, + { "name": "arg2", "typeName": "T2" }, + { "name": "arg3", "typeName": "T3" }, + { "name": "arg4", "typeName": "T4" }, + { "name": "arg5", "typeName": "T5" }, + { "name": "arg6", "typeName": "T6" }, + { "name": "arg7", "typeName": "T7" }, + { "name": "arg8", "typeName": "T8" }, + { "name": "arg9", "typeName": "T9" }, + { "name": "arg10", "typeName": "T10" }, + { "name": "arg11", "typeName": "T11" }, + { "name": "arg12", "typeName": "T12" }, + { "name": "arg13", "typeName": "T13" }, + { "name": "arg14", "typeName": "T14" }, + { "name": "arg15", "typeName": "T15" }, + { "name": "arg16", "typeName": "T16" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "arg1", "typeName": "T1" }, + { "name": "arg2", "typeName": "T2" }, + { "name": "arg3", "typeName": "T3" }, + { "name": "arg4", "typeName": "T4" }, + { "name": "arg5", "typeName": "T5" }, + { "name": "arg6", "typeName": "T6" }, + { "name": "arg7", "typeName": "T7" }, + { "name": "arg8", "typeName": "T8" }, + { "name": "arg9", "typeName": "T9" }, + { "name": "arg10", "typeName": "T10" }, + { "name": "arg11", "typeName": "T11" }, + { "name": "arg12", "typeName": "T12" }, + { "name": "arg13", "typeName": "T13" }, + { "name": "arg14", "typeName": "T14" }, + { "name": "arg15", "typeName": "T15" }, + { "name": "arg16", "typeName": "T16" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "TResult", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "Func", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "MaxGeneration", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "bytesAllocated", "typeName": "long" }], + "isStatic": true, + "name": "AddMemoryPressure", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "CancelFullGCNotification", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "Collect", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "generation", "typeName": "int" }], + "isStatic": true, + "name": "Collect", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "generation", "typeName": "int" }, + { "name": "mode", "typeName": "System.GCCollectionMode" } + ], + "isStatic": true, + "name": "Collect", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "generation", "typeName": "int" }, + { "name": "mode", "typeName": "System.GCCollectionMode" }, + { "name": "blocking", "typeName": "bool" } + ], + "isStatic": true, + "name": "Collect", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "generation", "typeName": "int" }, + { "name": "mode", "typeName": "System.GCCollectionMode" }, + { "name": "blocking", "typeName": "bool" }, + { "name": "compacting", "typeName": "bool" } + ], + "isStatic": true, + "name": "Collect", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "generation", "typeName": "int" }], + "isStatic": true, + "name": "CollectionCount", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "EndNoGCRegion", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": true, + "name": "GetGeneration", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "wo", "typeName": "System.WeakReference" }], + "isStatic": true, + "name": "GetGeneration", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int64", + "params": [{ "name": "forceFullCollection", "typeName": "bool" }], + "isStatic": true, + "name": "GetTotalMemory", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": true, + "name": "KeepAlive", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "maxGenerationThreshold", "typeName": "int" }, + { "name": "largeObjectHeapThreshold", "typeName": "int" } + ], + "isStatic": true, + "name": "RegisterForFullGCNotification", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "bytesAllocated", "typeName": "long" }], + "isStatic": true, + "name": "RemoveMemoryPressure", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": true, + "name": "ReRegisterForFinalize", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": true, + "name": "SuppressFinalize", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "totalSize", "typeName": "long" }], + "isStatic": true, + "name": "TryStartNoGCRegion", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "totalSize", "typeName": "long" }, + { "name": "disallowFullBlockingGC", "typeName": "bool" } + ], + "isStatic": true, + "name": "TryStartNoGCRegion", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "totalSize", "typeName": "long" }, + { "name": "lohSize", "typeName": "long" } + ], + "isStatic": true, + "name": "TryStartNoGCRegion", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "totalSize", "typeName": "long" }, + { "name": "lohSize", "typeName": "long" }, + { "name": "disallowFullBlockingGC", "typeName": "bool" } + ], + "isStatic": true, + "name": "TryStartNoGCRegion", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "GCNotificationStatus", + "params": [], + "isStatic": true, + "name": "WaitForFullGCApproach", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "GCNotificationStatus", + "params": [{ "name": "millisecondsTimeout", "typeName": "int" }], + "isStatic": true, + "name": "WaitForFullGCApproach", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "GCNotificationStatus", + "params": [], + "isStatic": true, + "name": "WaitForFullGCComplete", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "GCNotificationStatus", + "params": [{ "name": "millisecondsTimeout", "typeName": "int" }], + "isStatic": true, + "name": "WaitForFullGCComplete", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "WaitForPendingFinalizers", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "GC", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.GCCollectionMode", + "name": "Default", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.GCCollectionMode", + "name": "Forced", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.GCCollectionMode", + "name": "Optimized", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.GCCollectionMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "GCCollectionMode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.GCNotificationStatus", + "name": "Canceled", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.GCNotificationStatus", + "name": "Failed", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.GCNotificationStatus", + "name": "NotApplicable", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.GCNotificationStatus", + "name": "Succeeded", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.GCNotificationStatus", + "name": "Timeout", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.GCNotificationStatus", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "GCNotificationStatus", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [ + "IComparable", + "IComparable", + "IEquatable", + "IFormattable" + ], + "fields": [ + { + "typeName": "System.Guid", + "name": "Empty", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "b", "typeName": "byte[]" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "a", "typeName": "int" }, + { "name": "b", "typeName": "short" }, + { "name": "c", "typeName": "short" }, + { "name": "d", "typeName": "byte" }, + { "name": "e", "typeName": "byte" }, + { "name": "f", "typeName": "byte" }, + { "name": "g", "typeName": "byte" }, + { "name": "h", "typeName": "byte" }, + { "name": "i", "typeName": "byte" }, + { "name": "j", "typeName": "byte" }, + { "name": "k", "typeName": "byte" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "a", "typeName": "int" }, + { "name": "b", "typeName": "short" }, + { "name": "c", "typeName": "short" }, + { "name": "d", "typeName": "byte[]" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "g", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "a", "typeName": "uint" }, + { "name": "b", "typeName": "ushort" }, + { "name": "c", "typeName": "ushort" }, + { "name": "d", "typeName": "byte" }, + { "name": "e", "typeName": "byte" }, + { "name": "f", "typeName": "byte" }, + { "name": "g", "typeName": "byte" }, + { "name": "h", "typeName": "byte" }, + { "name": "i", "typeName": "byte" }, + { "name": "j", "typeName": "byte" }, + { "name": "k", "typeName": "byte" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "value", "typeName": "System.Guid" }], + "isStatic": false, + "name": "CompareTo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "CompareTo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "g", "typeName": "System.Guid" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "o", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Guid", + "params": [], + "isStatic": true, + "name": "NewGuid", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "a", "typeName": "System.Guid" }, + { "name": "b", "typeName": "System.Guid" } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "a", "typeName": "System.Guid" }, + { "name": "b", "typeName": "System.Guid" } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Guid", + "params": [{ "name": "input", "typeName": "string" }], + "isStatic": true, + "name": "Parse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Guid", + "params": [ + { "name": "input", "typeName": "string" }, + { "name": "format", "typeName": "string" } + ], + "isStatic": true, + "name": "ParseExact", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "ToByteArray", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "format", "typeName": "string" }], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "format", "typeName": "string" }, + { "name": "provider", "typeName": "System.IFormatProvider" } + ], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "input", "typeName": "string" }, + { "name": "result", "typeName": "System.Guid" } + ], + "isStatic": true, + "name": "TryParse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "input", "typeName": "string" }, + { "name": "format", "typeName": "string" }, + { "name": "result", "typeName": "System.Guid" } + ], + "isStatic": true, + "name": "TryParseExact", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "Guid", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "ApplicationBase", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "ApplicationName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "CachePath", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "ConfigurationFile", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "DynamicBase", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "LicenseFile", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "PrivateBinPath", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "PrivateBinPathProbe", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "ShadowCopyDirectories", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "ShadowCopyFiles", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [], + "name": "IAppDomainSetup", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [ + { + "typeName": "object", + "name": "AsyncState", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Threading.WaitHandle", + "name": "AsyncWaitHandle", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "CompletedSynchronously", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsCompleted", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [], + "name": "IAsyncResult", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Object", + "params": [], + "isStatic": false, + "name": "Clone", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ICloneable", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Int32", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "CompareTo", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "IComparable", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Int32", + "params": [{ "name": "other", "typeName": "T" }], + "isStatic": false, + "name": "CompareTo", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "IComparable", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "TypeCode", + "params": [], + "isStatic": false, + "name": "GetTypeCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "provider", "typeName": "System.IFormatProvider" } + ], + "isStatic": false, + "name": "ToBoolean", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Byte", + "params": [ + { "name": "provider", "typeName": "System.IFormatProvider" } + ], + "isStatic": false, + "name": "ToByte", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Char", + "params": [ + { "name": "provider", "typeName": "System.IFormatProvider" } + ], + "isStatic": false, + "name": "ToChar", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTime", + "params": [ + { "name": "provider", "typeName": "System.IFormatProvider" } + ], + "isStatic": false, + "name": "ToDateTime", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Decimal", + "params": [ + { "name": "provider", "typeName": "System.IFormatProvider" } + ], + "isStatic": false, + "name": "ToDecimal", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Double", + "params": [ + { "name": "provider", "typeName": "System.IFormatProvider" } + ], + "isStatic": false, + "name": "ToDouble", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int16", + "params": [ + { "name": "provider", "typeName": "System.IFormatProvider" } + ], + "isStatic": false, + "name": "ToInt16", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "provider", "typeName": "System.IFormatProvider" } + ], + "isStatic": false, + "name": "ToInt32", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int64", + "params": [ + { "name": "provider", "typeName": "System.IFormatProvider" } + ], + "isStatic": false, + "name": "ToInt64", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SByte", + "params": [ + { "name": "provider", "typeName": "System.IFormatProvider" } + ], + "isStatic": false, + "name": "ToSByte", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Single", + "params": [ + { "name": "provider", "typeName": "System.IFormatProvider" } + ], + "isStatic": false, + "name": "ToSingle", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "provider", "typeName": "System.IFormatProvider" } + ], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "conversionType", "typeName": "System.Type" }, + { "name": "provider", "typeName": "System.IFormatProvider" } + ], + "isStatic": false, + "name": "ToType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UInt16", + "params": [ + { "name": "provider", "typeName": "System.IFormatProvider" } + ], + "isStatic": false, + "name": "ToUInt16", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UInt32", + "params": [ + { "name": "provider", "typeName": "System.IFormatProvider" } + ], + "isStatic": false, + "name": "ToUInt32", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UInt64", + "params": [ + { "name": "provider", "typeName": "System.IFormatProvider" } + ], + "isStatic": false, + "name": "ToUInt64", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "IConvertible", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "String", + "params": [ + { "name": "format", "typeName": "string" }, + { "name": "arg", "typeName": "object" }, + { "name": "formatProvider", "typeName": "System.IFormatProvider" } + ], + "isStatic": false, + "name": "Format", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ICustomFormatter", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "IDisposable", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [{ "name": "other", "typeName": "T" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "IEquatable", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Object", + "params": [{ "name": "formatType", "typeName": "System.Type" }], + "isStatic": false, + "name": "GetFormat", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "IFormatProvider", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "String", + "params": [ + { "name": "format", "typeName": "string" }, + { "name": "formatProvider", "typeName": "System.IFormatProvider" } + ], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "IFormattable", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.SystemException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "innerException", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "IndexOutOfRangeException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.SystemException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "innerException", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "InsufficientExecutionStackException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.OutOfMemoryException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "innerException", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "InsufficientMemoryException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [ + "IComparable", + "IComparable", + "IConvertible", + "IEquatable", + "IFormattable" + ], + "fields": [ + { + "typeName": "short", + "name": "MaxValue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "short", + "name": "MinValue", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "value", "typeName": "short" }], + "isStatic": false, + "name": "CompareTo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "CompareTo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "short" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "TypeCode", + "params": [], + "isStatic": false, + "name": "GetTypeCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int16", + "params": [{ "name": "s", "typeName": "string" }], + "isStatic": true, + "name": "Parse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int16", + "params": [ + { "name": "s", "typeName": "string" }, + { "name": "style", "typeName": "System.Globalization.NumberStyles" } + ], + "isStatic": true, + "name": "Parse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int16", + "params": [ + { "name": "s", "typeName": "string" }, + { + "name": "style", + "typeName": "System.Globalization.NumberStyles" + }, + { "name": "provider", "typeName": "System.IFormatProvider" } + ], + "isStatic": true, + "name": "Parse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int16", + "params": [ + { "name": "s", "typeName": "string" }, + { "name": "provider", "typeName": "System.IFormatProvider" } + ], + "isStatic": true, + "name": "Parse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "provider", "typeName": "System.IFormatProvider" } + ], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "format", "typeName": "string" }], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "format", "typeName": "string" }, + { "name": "provider", "typeName": "System.IFormatProvider" } + ], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "s", "typeName": "string" }, + { + "name": "style", + "typeName": "System.Globalization.NumberStyles" + }, + { "name": "provider", "typeName": "System.IFormatProvider" }, + { "name": "result", "typeName": "short" } + ], + "isStatic": true, + "name": "TryParse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "s", "typeName": "string" }, + { "name": "result", "typeName": "short" } + ], + "isStatic": true, + "name": "TryParse", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "Int16", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [ + "IComparable", + "IComparable", + "IConvertible", + "IEquatable", + "IFormattable" + ], + "fields": [ + { + "typeName": "int", + "name": "MaxValue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "MinValue", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "value", "typeName": "int" }], + "isStatic": false, + "name": "CompareTo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "CompareTo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "int" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "TypeCode", + "params": [], + "isStatic": false, + "name": "GetTypeCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "s", "typeName": "string" }], + "isStatic": true, + "name": "Parse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "s", "typeName": "string" }, + { "name": "style", "typeName": "System.Globalization.NumberStyles" } + ], + "isStatic": true, + "name": "Parse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "s", "typeName": "string" }, + { + "name": "style", + "typeName": "System.Globalization.NumberStyles" + }, + { "name": "provider", "typeName": "System.IFormatProvider" } + ], + "isStatic": true, + "name": "Parse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "s", "typeName": "string" }, + { "name": "provider", "typeName": "System.IFormatProvider" } + ], + "isStatic": true, + "name": "Parse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "provider", "typeName": "System.IFormatProvider" } + ], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "format", "typeName": "string" }], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "format", "typeName": "string" }, + { "name": "provider", "typeName": "System.IFormatProvider" } + ], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "s", "typeName": "string" }, + { + "name": "style", + "typeName": "System.Globalization.NumberStyles" + }, + { "name": "provider", "typeName": "System.IFormatProvider" }, + { "name": "result", "typeName": "int" } + ], + "isStatic": true, + "name": "TryParse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "s", "typeName": "string" }, + { "name": "result", "typeName": "int" } + ], + "isStatic": true, + "name": "TryParse", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "Int32", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [ + "IComparable", + "IComparable", + "IConvertible", + "IEquatable", + "IFormattable" + ], + "fields": [ + { + "typeName": "long", + "name": "MaxValue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "long", + "name": "MinValue", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "value", "typeName": "long" }], + "isStatic": false, + "name": "CompareTo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "CompareTo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "long" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "TypeCode", + "params": [], + "isStatic": false, + "name": "GetTypeCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int64", + "params": [{ "name": "s", "typeName": "string" }], + "isStatic": true, + "name": "Parse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int64", + "params": [ + { "name": "s", "typeName": "string" }, + { "name": "style", "typeName": "System.Globalization.NumberStyles" } + ], + "isStatic": true, + "name": "Parse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int64", + "params": [ + { "name": "s", "typeName": "string" }, + { + "name": "style", + "typeName": "System.Globalization.NumberStyles" + }, + { "name": "provider", "typeName": "System.IFormatProvider" } + ], + "isStatic": true, + "name": "Parse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int64", + "params": [ + { "name": "s", "typeName": "string" }, + { "name": "provider", "typeName": "System.IFormatProvider" } + ], + "isStatic": true, + "name": "Parse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "provider", "typeName": "System.IFormatProvider" } + ], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "format", "typeName": "string" }], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "format", "typeName": "string" }, + { "name": "provider", "typeName": "System.IFormatProvider" } + ], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "s", "typeName": "string" }, + { + "name": "style", + "typeName": "System.Globalization.NumberStyles" + }, + { "name": "provider", "typeName": "System.IFormatProvider" }, + { "name": "result", "typeName": "long" } + ], + "isStatic": true, + "name": "TryParse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "s", "typeName": "string" }, + { "name": "result", "typeName": "long" } + ], + "isStatic": true, + "name": "TryParse", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "Int64", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["ISerializable"], + "fields": [ + { + "typeName": "System.IntPtr", + "name": "Zero", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "Size", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "int" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "long" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "void*" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [ + { "name": "pointer", "typeName": "System.IntPtr" }, + { "name": "offset", "typeName": "int" } + ], + "isStatic": true, + "name": "Add", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [ + { "name": "pointer", "typeName": "System.IntPtr" }, + { "name": "offset", "typeName": "int" } + ], + "isStatic": true, + "name": "op_Addition", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "value1", "typeName": "System.IntPtr" }, + { "name": "value2", "typeName": "System.IntPtr" } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [{ "name": "value", "typeName": "int" }], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [{ "name": "value", "typeName": "long" }], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "value", "typeName": "System.IntPtr" }], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int64", + "params": [{ "name": "value", "typeName": "System.IntPtr" }], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "value", "typeName": "System.IntPtr" }], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [{ "name": "value", "typeName": "void*" }], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "value1", "typeName": "System.IntPtr" }, + { "name": "value2", "typeName": "System.IntPtr" } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [ + { "name": "pointer", "typeName": "System.IntPtr" }, + { "name": "offset", "typeName": "int" } + ], + "isStatic": true, + "name": "op_Subtraction", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [ + { "name": "pointer", "typeName": "System.IntPtr" }, + { "name": "offset", "typeName": "int" } + ], + "isStatic": true, + "name": "Subtract", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "ToInt32", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int64", + "params": [], + "isStatic": false, + "name": "ToInt64", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "ToPointer", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "format", "typeName": "string" }], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "IntPtr", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.SystemException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "innerException", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "errorCode", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "InvalidCastException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.SystemException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "innerException", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "InvalidOperationException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.SystemException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "inner", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "InvalidProgramException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.Exception", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "innerException", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "InvalidTimeZoneException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "IDisposable", + "params": [{ "name": "observer", "typeName": "System.IObserver" }], + "isStatic": false, + "name": "Subscribe", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "IObservable", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "OnCompleted", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "error", "typeName": "System.Exception" }], + "isStatic": false, + "name": "OnError", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "T" }], + "isStatic": false, + "name": "OnNext", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "IObserver", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "T" }], + "isStatic": false, + "name": "Report", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "IProgress", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Object", + "params": [{ "name": "serviceType", "typeName": "System.Type" }], + "isStatic": false, + "name": "GetService", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "IServiceProvider", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "IsValueCreated", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "T", + "name": "Value", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "isThreadSafe", "typeName": "bool" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "valueFactory", "typeName": "System.Func" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "valueFactory", "typeName": "System.Func" }, + { "name": "isThreadSafe", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "valueFactory", "typeName": "System.Func" }, + { + "name": "mode", + "typeName": "System.Threading.LazyThreadSafetyMode" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "mode", + "typeName": "System.Threading.LazyThreadSafetyMode" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "Lazy", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.LoaderOptimization", + "name": "DisallowBindings", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.LoaderOptimization", + "name": "DomainMask", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.LoaderOptimization", + "name": "MultiDomain", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.LoaderOptimization", + "name": "MultiDomainHost", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.LoaderOptimization", + "name": "NotSpecified", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.LoaderOptimization", + "name": "SingleDomain", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.LoaderOptimization", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "LoaderOptimization", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "System.LoaderOptimization", + "name": "Value", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "byte" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "System.LoaderOptimization" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "LoaderOptimizationAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [], + "name": "LocalDataStoreSlot", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "ObjRef", + "params": [{ "name": "requestedType", "typeName": "System.Type" }], + "isStatic": false, + "name": "CreateObjRef", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [], + "isStatic": false, + "name": "GetLifetimeService", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [], + "isStatic": false, + "name": "InitializeLifetimeService", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "MarshalByRefObject", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "double", + "name": "E", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "double", + "name": "PI", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Decimal", + "params": [{ "name": "value", "typeName": "decimal" }], + "isStatic": true, + "name": "Abs", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Double", + "params": [{ "name": "value", "typeName": "double" }], + "isStatic": true, + "name": "Abs", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int16", + "params": [{ "name": "value", "typeName": "short" }], + "isStatic": true, + "name": "Abs", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "value", "typeName": "int" }], + "isStatic": true, + "name": "Abs", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int64", + "params": [{ "name": "value", "typeName": "long" }], + "isStatic": true, + "name": "Abs", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SByte", + "params": [{ "name": "value", "typeName": "sbyte" }], + "isStatic": true, + "name": "Abs", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "value", "typeName": "float" }], + "isStatic": true, + "name": "Abs", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Double", + "params": [{ "name": "d", "typeName": "double" }], + "isStatic": true, + "name": "Acos", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Double", + "params": [{ "name": "d", "typeName": "double" }], + "isStatic": true, + "name": "Asin", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Double", + "params": [{ "name": "d", "typeName": "double" }], + "isStatic": true, + "name": "Atan", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Double", + "params": [ + { "name": "y", "typeName": "double" }, + { "name": "x", "typeName": "double" } + ], + "isStatic": true, + "name": "Atan2", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int64", + "params": [ + { "name": "a", "typeName": "int" }, + { "name": "b", "typeName": "int" } + ], + "isStatic": true, + "name": "BigMul", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Decimal", + "params": [{ "name": "d", "typeName": "decimal" }], + "isStatic": true, + "name": "Ceiling", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Double", + "params": [{ "name": "a", "typeName": "double" }], + "isStatic": true, + "name": "Ceiling", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Double", + "params": [{ "name": "d", "typeName": "double" }], + "isStatic": true, + "name": "Cos", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Double", + "params": [{ "name": "value", "typeName": "double" }], + "isStatic": true, + "name": "Cosh", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "a", "typeName": "int" }, + { "name": "b", "typeName": "int" }, + { "name": "result", "typeName": "int" } + ], + "isStatic": true, + "name": "DivRem", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int64", + "params": [ + { "name": "a", "typeName": "long" }, + { "name": "b", "typeName": "long" }, + { "name": "result", "typeName": "long" } + ], + "isStatic": true, + "name": "DivRem", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Double", + "params": [{ "name": "d", "typeName": "double" }], + "isStatic": true, + "name": "Exp", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Decimal", + "params": [{ "name": "d", "typeName": "decimal" }], + "isStatic": true, + "name": "Floor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Double", + "params": [{ "name": "d", "typeName": "double" }], + "isStatic": true, + "name": "Floor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Double", + "params": [ + { "name": "x", "typeName": "double" }, + { "name": "y", "typeName": "double" } + ], + "isStatic": true, + "name": "IEEERemainder", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Double", + "params": [{ "name": "d", "typeName": "double" }], + "isStatic": true, + "name": "Log", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Double", + "params": [ + { "name": "a", "typeName": "double" }, + { "name": "newBase", "typeName": "double" } + ], + "isStatic": true, + "name": "Log", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Double", + "params": [{ "name": "d", "typeName": "double" }], + "isStatic": true, + "name": "Log10", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Byte", + "params": [ + { "name": "val1", "typeName": "byte" }, + { "name": "val2", "typeName": "byte" } + ], + "isStatic": true, + "name": "Max", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Decimal", + "params": [ + { "name": "val1", "typeName": "decimal" }, + { "name": "val2", "typeName": "decimal" } + ], + "isStatic": true, + "name": "Max", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Double", + "params": [ + { "name": "val1", "typeName": "double" }, + { "name": "val2", "typeName": "double" } + ], + "isStatic": true, + "name": "Max", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int16", + "params": [ + { "name": "val1", "typeName": "short" }, + { "name": "val2", "typeName": "short" } + ], + "isStatic": true, + "name": "Max", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "val1", "typeName": "int" }, + { "name": "val2", "typeName": "int" } + ], + "isStatic": true, + "name": "Max", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int64", + "params": [ + { "name": "val1", "typeName": "long" }, + { "name": "val2", "typeName": "long" } + ], + "isStatic": true, + "name": "Max", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SByte", + "params": [ + { "name": "val1", "typeName": "sbyte" }, + { "name": "val2", "typeName": "sbyte" } + ], + "isStatic": true, + "name": "Max", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Single", + "params": [ + { "name": "val1", "typeName": "float" }, + { "name": "val2", "typeName": "float" } + ], + "isStatic": true, + "name": "Max", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UInt16", + "params": [ + { "name": "val1", "typeName": "ushort" }, + { "name": "val2", "typeName": "ushort" } + ], + "isStatic": true, + "name": "Max", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UInt32", + "params": [ + { "name": "val1", "typeName": "uint" }, + { "name": "val2", "typeName": "uint" } + ], + "isStatic": true, + "name": "Max", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UInt64", + "params": [ + { "name": "val1", "typeName": "ulong" }, + { "name": "val2", "typeName": "ulong" } + ], + "isStatic": true, + "name": "Max", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Byte", + "params": [ + { "name": "val1", "typeName": "byte" }, + { "name": "val2", "typeName": "byte" } + ], + "isStatic": true, + "name": "Min", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Decimal", + "params": [ + { "name": "val1", "typeName": "decimal" }, + { "name": "val2", "typeName": "decimal" } + ], + "isStatic": true, + "name": "Min", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Double", + "params": [ + { "name": "val1", "typeName": "double" }, + { "name": "val2", "typeName": "double" } + ], + "isStatic": true, + "name": "Min", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int16", + "params": [ + { "name": "val1", "typeName": "short" }, + { "name": "val2", "typeName": "short" } + ], + "isStatic": true, + "name": "Min", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "val1", "typeName": "int" }, + { "name": "val2", "typeName": "int" } + ], + "isStatic": true, + "name": "Min", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int64", + "params": [ + { "name": "val1", "typeName": "long" }, + { "name": "val2", "typeName": "long" } + ], + "isStatic": true, + "name": "Min", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SByte", + "params": [ + { "name": "val1", "typeName": "sbyte" }, + { "name": "val2", "typeName": "sbyte" } + ], + "isStatic": true, + "name": "Min", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Single", + "params": [ + { "name": "val1", "typeName": "float" }, + { "name": "val2", "typeName": "float" } + ], + "isStatic": true, + "name": "Min", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UInt16", + "params": [ + { "name": "val1", "typeName": "ushort" }, + { "name": "val2", "typeName": "ushort" } + ], + "isStatic": true, + "name": "Min", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UInt32", + "params": [ + { "name": "val1", "typeName": "uint" }, + { "name": "val2", "typeName": "uint" } + ], + "isStatic": true, + "name": "Min", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UInt64", + "params": [ + { "name": "val1", "typeName": "ulong" }, + { "name": "val2", "typeName": "ulong" } + ], + "isStatic": true, + "name": "Min", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Double", + "params": [ + { "name": "x", "typeName": "double" }, + { "name": "y", "typeName": "double" } + ], + "isStatic": true, + "name": "Pow", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Decimal", + "params": [{ "name": "d", "typeName": "decimal" }], + "isStatic": true, + "name": "Round", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Decimal", + "params": [ + { "name": "d", "typeName": "decimal" }, + { "name": "decimals", "typeName": "int" } + ], + "isStatic": true, + "name": "Round", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Decimal", + "params": [ + { "name": "d", "typeName": "decimal" }, + { "name": "decimals", "typeName": "int" }, + { "name": "mode", "typeName": "System.MidpointRounding" } + ], + "isStatic": true, + "name": "Round", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Decimal", + "params": [ + { "name": "d", "typeName": "decimal" }, + { "name": "mode", "typeName": "System.MidpointRounding" } + ], + "isStatic": true, + "name": "Round", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Double", + "params": [{ "name": "a", "typeName": "double" }], + "isStatic": true, + "name": "Round", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Double", + "params": [ + { "name": "value", "typeName": "double" }, + { "name": "digits", "typeName": "int" } + ], + "isStatic": true, + "name": "Round", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Double", + "params": [ + { "name": "value", "typeName": "double" }, + { "name": "digits", "typeName": "int" }, + { "name": "mode", "typeName": "System.MidpointRounding" } + ], + "isStatic": true, + "name": "Round", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Double", + "params": [ + { "name": "value", "typeName": "double" }, + { "name": "mode", "typeName": "System.MidpointRounding" } + ], + "isStatic": true, + "name": "Round", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "value", "typeName": "decimal" }], + "isStatic": true, + "name": "Sign", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "value", "typeName": "double" }], + "isStatic": true, + "name": "Sign", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "value", "typeName": "short" }], + "isStatic": true, + "name": "Sign", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "value", "typeName": "int" }], + "isStatic": true, + "name": "Sign", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "value", "typeName": "long" }], + "isStatic": true, + "name": "Sign", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "value", "typeName": "sbyte" }], + "isStatic": true, + "name": "Sign", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "value", "typeName": "float" }], + "isStatic": true, + "name": "Sign", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Double", + "params": [{ "name": "a", "typeName": "double" }], + "isStatic": true, + "name": "Sin", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Double", + "params": [{ "name": "value", "typeName": "double" }], + "isStatic": true, + "name": "Sinh", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Double", + "params": [{ "name": "d", "typeName": "double" }], + "isStatic": true, + "name": "Sqrt", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Double", + "params": [{ "name": "a", "typeName": "double" }], + "isStatic": true, + "name": "Tan", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Double", + "params": [{ "name": "value", "typeName": "double" }], + "isStatic": true, + "name": "Tanh", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Decimal", + "params": [{ "name": "d", "typeName": "decimal" }], + "isStatic": true, + "name": "Truncate", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Double", + "params": [{ "name": "d", "typeName": "double" }], + "isStatic": true, + "name": "Truncate", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "Math", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.SystemException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "inner", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "MemberAccessException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.MemberAccessException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "inner", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "MethodAccessException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.MidpointRounding", + "name": "AwayFromZero", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.MidpointRounding", + "name": "ToEven", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.MidpointRounding", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "MidpointRounding", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.MissingMemberException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [ + { + "typeName": "string", + "name": "Message", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "inner", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "className", "typeName": "string" }, + { "name": "fieldName", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "MissingFieldException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.MemberAccessException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [ + { + "typeName": "string", + "name": "Message", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "inner", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "className", "typeName": "string" }, + { "name": "memberName", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "info", + "typeName": "System.Runtime.Serialization.SerializationInfo" + }, + { + "name": "context", + "typeName": "System.Runtime.Serialization.StreamingContext" + } + ], + "isStatic": false, + "name": "GetObjectData", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "MissingMemberException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.MissingMemberException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [ + { + "typeName": "string", + "name": "Message", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "inner", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "className", "typeName": "string" }, + { "name": "methodName", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "MissingMethodException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.ModuleHandle", + "name": "EmptyHandle", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "MDStreamVersion", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "handle", "typeName": "System.ModuleHandle" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "RuntimeFieldHandle", + "params": [{ "name": "fieldToken", "typeName": "int" }], + "isStatic": false, + "name": "GetRuntimeFieldHandleFromMetadataToken", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "RuntimeMethodHandle", + "params": [{ "name": "methodToken", "typeName": "int" }], + "isStatic": false, + "name": "GetRuntimeMethodHandleFromMetadataToken", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "RuntimeTypeHandle", + "params": [{ "name": "typeToken", "typeName": "int" }], + "isStatic": false, + "name": "GetRuntimeTypeHandleFromMetadataToken", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "left", "typeName": "System.ModuleHandle" }, + { "name": "right", "typeName": "System.ModuleHandle" } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "left", "typeName": "System.ModuleHandle" }, + { "name": "right", "typeName": "System.ModuleHandle" } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "RuntimeFieldHandle", + "params": [{ "name": "fieldToken", "typeName": "int" }], + "isStatic": false, + "name": "ResolveFieldHandle", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "RuntimeFieldHandle", + "params": [ + { "name": "fieldToken", "typeName": "int" }, + { + "name": "typeInstantiationContext", + "typeName": "System.RuntimeTypeHandle[]" + }, + { + "name": "methodInstantiationContext", + "typeName": "System.RuntimeTypeHandle[]" + } + ], + "isStatic": false, + "name": "ResolveFieldHandle", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "RuntimeMethodHandle", + "params": [{ "name": "methodToken", "typeName": "int" }], + "isStatic": false, + "name": "ResolveMethodHandle", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "RuntimeMethodHandle", + "params": [ + { "name": "methodToken", "typeName": "int" }, + { + "name": "typeInstantiationContext", + "typeName": "System.RuntimeTypeHandle[]" + }, + { + "name": "methodInstantiationContext", + "typeName": "System.RuntimeTypeHandle[]" + } + ], + "isStatic": false, + "name": "ResolveMethodHandle", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "RuntimeTypeHandle", + "params": [{ "name": "typeToken", "typeName": "int" }], + "isStatic": false, + "name": "ResolveTypeHandle", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "RuntimeTypeHandle", + "params": [ + { "name": "typeToken", "typeName": "int" }, + { + "name": "typeInstantiationContext", + "typeName": "System.RuntimeTypeHandle[]" + }, + { + "name": "methodInstantiationContext", + "typeName": "System.RuntimeTypeHandle[]" + } + ], + "isStatic": false, + "name": "ResolveTypeHandle", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ModuleHandle", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "MTAThreadAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.Delegate", + "attribute": "", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetInvocationList", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "info", + "typeName": "System.Runtime.Serialization.SerializationInfo" + }, + { + "name": "context", + "typeName": "System.Runtime.Serialization.StreamingContext" + } + ], + "isStatic": false, + "name": "GetObjectData", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "d1", "typeName": "System.MulticastDelegate" }, + { "name": "d2", "typeName": "System.MulticastDelegate" } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "d1", "typeName": "System.MulticastDelegate" }, + { "name": "d2", "typeName": "System.MulticastDelegate" } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "MulticastDelegate", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.SystemException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "inner", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "MulticastNotSupportedException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "NonSerializedAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.ArithmeticException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [ + { + "typeName": "double", + "name": "OffendingNumber", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "offendingNumber", "typeName": "double" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "offendingNumber", "typeName": "double" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "offendingNumber", "typeName": "double" }, + { "name": "innerException", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "innerException", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "info", + "typeName": "System.Runtime.Serialization.SerializationInfo" + }, + { + "name": "context", + "typeName": "System.Runtime.Serialization.StreamingContext" + } + ], + "isStatic": false, + "name": "GetObjectData", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "NotFiniteNumberException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.SystemException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "inner", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "NotImplementedException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.SystemException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "innerException", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "NotSupportedException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Int32", + "params": [ + { "name": "n1", "typeName": "T?" }, + { "name": "n2", "typeName": "T?" } + ], + "isStatic": true, + "name": "Compare", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "n1", "typeName": "T?" }, + { "name": "n2", "typeName": "T?" } + ], + "isStatic": true, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Type", + "params": [{ "name": "nullableType", "typeName": "System.Type" }], + "isStatic": true, + "name": "GetUnderlyingType", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "Nullable", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "HasValue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "T", + "name": "Value", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "T" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "other", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "T", + "params": [], + "isStatic": false, + "name": "GetValueOrDefault", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "T", + "params": [{ "name": "defaultValue", "typeName": "T" }], + "isStatic": false, + "name": "GetValueOrDefault", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "T", + "params": [{ "name": "value", "typeName": "T?" }], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Nullable", + "params": [{ "name": "value", "typeName": "T" }], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "Nullable", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.SystemException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "innerException", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "NullReferenceException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "objA", "typeName": "object" }, + { "name": "objB", "typeName": "object" } + ], + "isStatic": true, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Type", + "params": [], + "isStatic": false, + "name": "GetType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "objA", "typeName": "object" }, + { "name": "objB", "typeName": "object" } + ], + "isStatic": true, + "name": "ReferenceEquals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "Object", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.InvalidOperationException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [ + { + "typeName": "string", + "name": "Message", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "ObjectName", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "objectName", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "innerException", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "objectName", "typeName": "string" }, + { "name": "message", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "info", + "typeName": "System.Runtime.Serialization.SerializationInfo" + }, + { + "name": "context", + "typeName": "System.Runtime.Serialization.StreamingContext" + } + ], + "isStatic": false, + "name": "GetObjectData", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ObjectDisposedException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "bool", + "name": "IsError", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Message", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "error", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ObsoleteAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "object", + "attribute": "", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [ + { + "typeName": "System.PlatformID", + "name": "Platform", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "ServicePack", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Version", + "name": "Version", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "VersionString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "platform", "typeName": "System.PlatformID" }, + { "name": "version", "typeName": "System.Version" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [], + "isStatic": false, + "name": "Clone", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "info", + "typeName": "System.Runtime.Serialization.SerializationInfo" + }, + { + "name": "context", + "typeName": "System.Runtime.Serialization.StreamingContext" + } + ], + "isStatic": false, + "name": "GetObjectData", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "OperatingSystem", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.SystemException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [ + { + "typeName": "System.Threading.CancellationToken", + "name": "CancellationToken", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "innerException", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "innerException", "typeName": "System.Exception" }, + { + "name": "token", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { + "name": "token", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "token", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "OperationCanceledException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.SystemException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "innerException", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "OutOfMemoryException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.ArithmeticException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "innerException", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "OverflowException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ParamArrayAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.PlatformID", + "name": "MacOSX", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.PlatformID", + "name": "Unix", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.PlatformID", + "name": "Win32NT", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.PlatformID", + "name": "Win32S", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.PlatformID", + "name": "Win32Windows", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.PlatformID", + "name": "WinCE", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.PlatformID", + "name": "Xbox", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.PlatformID", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "PlatformID", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.NotSupportedException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "inner", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "PlatformNotSupportedException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "T" }], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "obj", "typeName": "T" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "Predicate", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "object", + "attribute": "", + "interfaces": ["IProgress"], + "fields": [ + { + "typeName": "System.EventHandler", + "name": "ProgressChanged", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "handler", "typeName": "System.Action" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.EventHandler" }], + "isStatic": false, + "name": "add_ProgressChanged", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.EventHandler" }], + "isStatic": false, + "name": "remove_ProgressChanged", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "Progress", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "Seed", "typeName": "int" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "Next", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "maxValue", "typeName": "int" }], + "isStatic": false, + "name": "Next", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "minValue", "typeName": "int" }, + { "name": "maxValue", "typeName": "int" } + ], + "isStatic": false, + "name": "Next", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "buffer", "typeName": "byte[]" }], + "isStatic": false, + "name": "NextBytes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Double", + "params": [], + "isStatic": false, + "name": "NextDouble", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "Random", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.SystemException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "innerException", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "RankException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.EventArgs", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Assembly", + "name": "RequestingAssembly", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { + "name": "requestingAssembly", + "typeName": "System.Reflection.Assembly" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ResolveEventArgs", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Assembly", + "params": [ + { "name": "sender", "typeName": "object" }, + { "name": "args", "typeName": "System.ResolveEventArgs" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "sender", "typeName": "object" }, + { "name": "args", "typeName": "System.ResolveEventArgs" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Assembly", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ResolveEventHandler", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "RuntimeArgumentHandle", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["ISerializable"], + "fields": [ + { + "typeName": "System.IntPtr", + "name": "Value", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "handle", "typeName": "System.RuntimeFieldHandle" } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "info", + "typeName": "System.Runtime.Serialization.SerializationInfo" + }, + { + "name": "context", + "typeName": "System.Runtime.Serialization.StreamingContext" + } + ], + "isStatic": false, + "name": "GetObjectData", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "left", "typeName": "System.RuntimeFieldHandle" }, + { "name": "right", "typeName": "System.RuntimeFieldHandle" } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "left", "typeName": "System.RuntimeFieldHandle" }, + { "name": "right", "typeName": "System.RuntimeFieldHandle" } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "RuntimeFieldHandle", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["ISerializable"], + "fields": [ + { + "typeName": "System.IntPtr", + "name": "Value", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "handle", "typeName": "System.RuntimeMethodHandle" } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [], + "isStatic": false, + "name": "GetFunctionPointer", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "info", + "typeName": "System.Runtime.Serialization.SerializationInfo" + }, + { + "name": "context", + "typeName": "System.Runtime.Serialization.StreamingContext" + } + ], + "isStatic": false, + "name": "GetObjectData", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "left", "typeName": "System.RuntimeMethodHandle" }, + { "name": "right", "typeName": "System.RuntimeMethodHandle" } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "left", "typeName": "System.RuntimeMethodHandle" }, + { "name": "right", "typeName": "System.RuntimeMethodHandle" } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "RuntimeMethodHandle", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["ISerializable"], + "fields": [ + { + "typeName": "System.IntPtr", + "name": "Value", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "handle", "typeName": "System.RuntimeTypeHandle" } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ModuleHandle", + "params": [], + "isStatic": false, + "name": "GetModuleHandle", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "info", + "typeName": "System.Runtime.Serialization.SerializationInfo" + }, + { + "name": "context", + "typeName": "System.Runtime.Serialization.StreamingContext" + } + ], + "isStatic": false, + "name": "GetObjectData", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "left", "typeName": "object" }, + { "name": "right", "typeName": "System.RuntimeTypeHandle" } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "left", "typeName": "System.RuntimeTypeHandle" }, + { "name": "right", "typeName": "object" } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "left", "typeName": "object" }, + { "name": "right", "typeName": "System.RuntimeTypeHandle" } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "left", "typeName": "System.RuntimeTypeHandle" }, + { "name": "right", "typeName": "object" } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "RuntimeTypeHandle", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [ + "IComparable", + "IComparable", + "IConvertible", + "IEquatable", + "IFormattable" + ], + "fields": [ + { + "typeName": "sbyte", + "name": "MaxValue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "sbyte", + "name": "MinValue", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "CompareTo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "value", "typeName": "sbyte" }], + "isStatic": false, + "name": "CompareTo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "sbyte" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "TypeCode", + "params": [], + "isStatic": false, + "name": "GetTypeCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SByte", + "params": [{ "name": "s", "typeName": "string" }], + "isStatic": true, + "name": "Parse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SByte", + "params": [ + { "name": "s", "typeName": "string" }, + { "name": "style", "typeName": "System.Globalization.NumberStyles" } + ], + "isStatic": true, + "name": "Parse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SByte", + "params": [ + { "name": "s", "typeName": "string" }, + { + "name": "style", + "typeName": "System.Globalization.NumberStyles" + }, + { "name": "provider", "typeName": "System.IFormatProvider" } + ], + "isStatic": true, + "name": "Parse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SByte", + "params": [ + { "name": "s", "typeName": "string" }, + { "name": "provider", "typeName": "System.IFormatProvider" } + ], + "isStatic": true, + "name": "Parse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "provider", "typeName": "System.IFormatProvider" } + ], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "format", "typeName": "string" }], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "format", "typeName": "string" }, + { "name": "provider", "typeName": "System.IFormatProvider" } + ], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "s", "typeName": "string" }, + { + "name": "style", + "typeName": "System.Globalization.NumberStyles" + }, + { "name": "provider", "typeName": "System.IFormatProvider" }, + { "name": "result", "typeName": "sbyte" } + ], + "isStatic": true, + "name": "TryParse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "s", "typeName": "string" }, + { "name": "result", "typeName": "sbyte" } + ], + "isStatic": true, + "name": "TryParse", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "SByte", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "SerializableAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [ + "IComparable", + "IComparable", + "IConvertible", + "IEquatable", + "IFormattable" + ], + "fields": [ + { + "typeName": "float", + "name": "Epsilon", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "float", + "name": "MaxValue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "float", + "name": "MinValue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "float", + "name": "NaN", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "float", + "name": "NegativeInfinity", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "float", + "name": "PositiveInfinity", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "CompareTo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "value", "typeName": "float" }], + "isStatic": false, + "name": "CompareTo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "float" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "TypeCode", + "params": [], + "isStatic": false, + "name": "GetTypeCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "f", "typeName": "float" }], + "isStatic": true, + "name": "IsInfinity", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "f", "typeName": "float" }], + "isStatic": true, + "name": "IsNaN", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "f", "typeName": "float" }], + "isStatic": true, + "name": "IsNegativeInfinity", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "f", "typeName": "float" }], + "isStatic": true, + "name": "IsPositiveInfinity", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "left", "typeName": "float" }, + { "name": "right", "typeName": "float" } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "left", "typeName": "float" }, + { "name": "right", "typeName": "float" } + ], + "isStatic": true, + "name": "op_GreaterThan", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "left", "typeName": "float" }, + { "name": "right", "typeName": "float" } + ], + "isStatic": true, + "name": "op_GreaterThanOrEqual", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "left", "typeName": "float" }, + { "name": "right", "typeName": "float" } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "left", "typeName": "float" }, + { "name": "right", "typeName": "float" } + ], + "isStatic": true, + "name": "op_LessThan", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "left", "typeName": "float" }, + { "name": "right", "typeName": "float" } + ], + "isStatic": true, + "name": "op_LessThanOrEqual", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "s", "typeName": "string" }], + "isStatic": true, + "name": "Parse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Single", + "params": [ + { "name": "s", "typeName": "string" }, + { "name": "style", "typeName": "System.Globalization.NumberStyles" } + ], + "isStatic": true, + "name": "Parse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Single", + "params": [ + { "name": "s", "typeName": "string" }, + { + "name": "style", + "typeName": "System.Globalization.NumberStyles" + }, + { "name": "provider", "typeName": "System.IFormatProvider" } + ], + "isStatic": true, + "name": "Parse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Single", + "params": [ + { "name": "s", "typeName": "string" }, + { "name": "provider", "typeName": "System.IFormatProvider" } + ], + "isStatic": true, + "name": "Parse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "provider", "typeName": "System.IFormatProvider" } + ], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "format", "typeName": "string" }], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "format", "typeName": "string" }, + { "name": "provider", "typeName": "System.IFormatProvider" } + ], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "s", "typeName": "string" }, + { + "name": "style", + "typeName": "System.Globalization.NumberStyles" + }, + { "name": "provider", "typeName": "System.IFormatProvider" }, + { "name": "result", "typeName": "float" } + ], + "isStatic": true, + "name": "TryParse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "s", "typeName": "string" }, + { "name": "result", "typeName": "float" } + ], + "isStatic": true, + "name": "TryParse", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "Single", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.SystemException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "innerException", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "StackOverflowException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "STAThreadAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "object", + "attribute": "", + "interfaces": [ + "IEnumerable", + "IEnumerable", + "ICloneable", + "IComparable", + "IComparable", + "IConvertible", + "IEquatable" + ], + "fields": [ + { + "typeName": "string", + "name": "Empty", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "char", + "name": "this[]", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "Length", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "char*" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "char*" }, + { "name": "startIndex", "typeName": "int" }, + { "name": "length", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "c", "typeName": "char" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "char[]" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "char[]" }, + { "name": "startIndex", "typeName": "int" }, + { "name": "length", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "sbyte*" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "sbyte*" }, + { "name": "startIndex", "typeName": "int" }, + { "name": "length", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "sbyte*" }, + { "name": "startIndex", "typeName": "int" }, + { "name": "length", "typeName": "int" }, + { "name": "enc", "typeName": "System.Text.Encoding" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [], + "isStatic": false, + "name": "Clone", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "strA", "typeName": "string" }, + { "name": "indexA", "typeName": "int" }, + { "name": "strB", "typeName": "string" }, + { "name": "indexB", "typeName": "int" }, + { "name": "length", "typeName": "int" } + ], + "isStatic": true, + "name": "Compare", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "strA", "typeName": "string" }, + { "name": "indexA", "typeName": "int" }, + { "name": "strB", "typeName": "string" }, + { "name": "indexB", "typeName": "int" }, + { "name": "length", "typeName": "int" }, + { "name": "ignoreCase", "typeName": "bool" } + ], + "isStatic": true, + "name": "Compare", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "strA", "typeName": "string" }, + { "name": "indexA", "typeName": "int" }, + { "name": "strB", "typeName": "string" }, + { "name": "indexB", "typeName": "int" }, + { "name": "length", "typeName": "int" }, + { "name": "ignoreCase", "typeName": "bool" }, + { + "name": "culture", + "typeName": "System.Globalization.CultureInfo" + } + ], + "isStatic": true, + "name": "Compare", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "strA", "typeName": "string" }, + { "name": "indexA", "typeName": "int" }, + { "name": "strB", "typeName": "string" }, + { "name": "indexB", "typeName": "int" }, + { "name": "length", "typeName": "int" }, + { + "name": "culture", + "typeName": "System.Globalization.CultureInfo" + }, + { + "name": "options", + "typeName": "System.Globalization.CompareOptions" + } + ], + "isStatic": true, + "name": "Compare", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "strA", "typeName": "string" }, + { "name": "indexA", "typeName": "int" }, + { "name": "strB", "typeName": "string" }, + { "name": "indexB", "typeName": "int" }, + { "name": "length", "typeName": "int" }, + { "name": "comparisonType", "typeName": "System.StringComparison" } + ], + "isStatic": true, + "name": "Compare", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "strA", "typeName": "string" }, + { "name": "strB", "typeName": "string" } + ], + "isStatic": true, + "name": "Compare", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "strA", "typeName": "string" }, + { "name": "strB", "typeName": "string" }, + { "name": "ignoreCase", "typeName": "bool" } + ], + "isStatic": true, + "name": "Compare", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "strA", "typeName": "string" }, + { "name": "strB", "typeName": "string" }, + { "name": "ignoreCase", "typeName": "bool" }, + { + "name": "culture", + "typeName": "System.Globalization.CultureInfo" + } + ], + "isStatic": true, + "name": "Compare", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "strA", "typeName": "string" }, + { "name": "strB", "typeName": "string" }, + { + "name": "culture", + "typeName": "System.Globalization.CultureInfo" + }, + { + "name": "options", + "typeName": "System.Globalization.CompareOptions" + } + ], + "isStatic": true, + "name": "Compare", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "strA", "typeName": "string" }, + { "name": "strB", "typeName": "string" }, + { "name": "comparisonType", "typeName": "System.StringComparison" } + ], + "isStatic": true, + "name": "Compare", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "strA", "typeName": "string" }, + { "name": "indexA", "typeName": "int" }, + { "name": "strB", "typeName": "string" }, + { "name": "indexB", "typeName": "int" }, + { "name": "length", "typeName": "int" } + ], + "isStatic": true, + "name": "CompareOrdinal", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "strA", "typeName": "string" }, + { "name": "strB", "typeName": "string" } + ], + "isStatic": true, + "name": "CompareOrdinal", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "CompareTo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "strB", "typeName": "string" }], + "isStatic": false, + "name": "CompareTo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { + "name": "values", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": true, + "name": "Concat", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "arg0", "typeName": "object" }], + "isStatic": true, + "name": "Concat", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "arg0", "typeName": "object" }, + { "name": "arg1", "typeName": "object" } + ], + "isStatic": true, + "name": "Concat", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "arg0", "typeName": "object" }, + { "name": "arg1", "typeName": "object" }, + { "name": "arg2", "typeName": "object" } + ], + "isStatic": true, + "name": "Concat", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "arg0", "typeName": "object" }, + { "name": "arg1", "typeName": "object" }, + { "name": "arg2", "typeName": "object" }, + { "name": "arg3", "typeName": "object" } + ], + "isStatic": true, + "name": "Concat", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "args", "typeName": "object[]" }], + "isStatic": true, + "name": "Concat", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "str0", "typeName": "string" }, + { "name": "str1", "typeName": "string" } + ], + "isStatic": true, + "name": "Concat", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "str0", "typeName": "string" }, + { "name": "str1", "typeName": "string" }, + { "name": "str2", "typeName": "string" } + ], + "isStatic": true, + "name": "Concat", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "str0", "typeName": "string" }, + { "name": "str1", "typeName": "string" }, + { "name": "str2", "typeName": "string" }, + { "name": "str3", "typeName": "string" } + ], + "isStatic": true, + "name": "Concat", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "values", "typeName": "string[]" }], + "isStatic": true, + "name": "Concat", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { + "name": "values", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": true, + "name": "Concat", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": false, + "name": "Contains", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "str", "typeName": "string" }], + "isStatic": true, + "name": "Copy", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "sourceIndex", "typeName": "int" }, + { "name": "destination", "typeName": "char[]" }, + { "name": "destinationIndex", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": false, + "name": "EndsWith", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "value", "typeName": "string" }, + { "name": "ignoreCase", "typeName": "bool" }, + { + "name": "culture", + "typeName": "System.Globalization.CultureInfo" + } + ], + "isStatic": false, + "name": "EndsWith", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "value", "typeName": "string" }, + { "name": "comparisonType", "typeName": "System.StringComparison" } + ], + "isStatic": false, + "name": "EndsWith", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "a", "typeName": "string" }, + { "name": "b", "typeName": "string" } + ], + "isStatic": true, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "a", "typeName": "string" }, + { "name": "b", "typeName": "string" }, + { "name": "comparisonType", "typeName": "System.StringComparison" } + ], + "isStatic": true, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "value", "typeName": "string" }, + { "name": "comparisonType", "typeName": "System.StringComparison" } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "provider", "typeName": "System.IFormatProvider" }, + { "name": "format", "typeName": "string" }, + { "name": "arg0", "typeName": "object" } + ], + "isStatic": true, + "name": "Format", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "provider", "typeName": "System.IFormatProvider" }, + { "name": "format", "typeName": "string" }, + { "name": "arg0", "typeName": "object" }, + { "name": "arg1", "typeName": "object" } + ], + "isStatic": true, + "name": "Format", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "provider", "typeName": "System.IFormatProvider" }, + { "name": "format", "typeName": "string" }, + { "name": "arg0", "typeName": "object" }, + { "name": "arg1", "typeName": "object" }, + { "name": "arg2", "typeName": "object" } + ], + "isStatic": true, + "name": "Format", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "provider", "typeName": "System.IFormatProvider" }, + { "name": "format", "typeName": "string" }, + { "name": "args", "typeName": "object[]" } + ], + "isStatic": true, + "name": "Format", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "format", "typeName": "string" }, + { "name": "arg0", "typeName": "object" } + ], + "isStatic": true, + "name": "Format", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "format", "typeName": "string" }, + { "name": "arg0", "typeName": "object" }, + { "name": "arg1", "typeName": "object" } + ], + "isStatic": true, + "name": "Format", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "format", "typeName": "string" }, + { "name": "arg0", "typeName": "object" }, + { "name": "arg1", "typeName": "object" }, + { "name": "arg2", "typeName": "object" } + ], + "isStatic": true, + "name": "Format", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "format", "typeName": "string" }, + { "name": "args", "typeName": "object[]" } + ], + "isStatic": true, + "name": "Format", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "CharEnumerator", + "params": [], + "isStatic": false, + "name": "GetEnumerator", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "TypeCode", + "params": [], + "isStatic": false, + "name": "GetTypeCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "value", "typeName": "char" }], + "isStatic": false, + "name": "IndexOf", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "value", "typeName": "char" }, + { "name": "startIndex", "typeName": "int" } + ], + "isStatic": false, + "name": "IndexOf", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "value", "typeName": "char" }, + { "name": "startIndex", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "IndexOf", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": false, + "name": "IndexOf", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "value", "typeName": "string" }, + { "name": "startIndex", "typeName": "int" } + ], + "isStatic": false, + "name": "IndexOf", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "value", "typeName": "string" }, + { "name": "startIndex", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "IndexOf", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "value", "typeName": "string" }, + { "name": "startIndex", "typeName": "int" }, + { "name": "count", "typeName": "int" }, + { "name": "comparisonType", "typeName": "System.StringComparison" } + ], + "isStatic": false, + "name": "IndexOf", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "value", "typeName": "string" }, + { "name": "startIndex", "typeName": "int" }, + { "name": "comparisonType", "typeName": "System.StringComparison" } + ], + "isStatic": false, + "name": "IndexOf", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "value", "typeName": "string" }, + { "name": "comparisonType", "typeName": "System.StringComparison" } + ], + "isStatic": false, + "name": "IndexOf", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "anyOf", "typeName": "char[]" }], + "isStatic": false, + "name": "IndexOfAny", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "anyOf", "typeName": "char[]" }, + { "name": "startIndex", "typeName": "int" } + ], + "isStatic": false, + "name": "IndexOfAny", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "anyOf", "typeName": "char[]" }, + { "name": "startIndex", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "IndexOfAny", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "startIndex", "typeName": "int" }, + { "name": "value", "typeName": "string" } + ], + "isStatic": false, + "name": "Insert", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "str", "typeName": "string" }], + "isStatic": true, + "name": "Intern", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "str", "typeName": "string" }], + "isStatic": true, + "name": "IsInterned", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "IsNormalized", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "normalizationForm", + "typeName": "System.Text.NormalizationForm" + } + ], + "isStatic": false, + "name": "IsNormalized", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": true, + "name": "IsNullOrEmpty", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": true, + "name": "IsNullOrWhiteSpace", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "separator", "typeName": "string" }, + { + "name": "values", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": true, + "name": "Join", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "separator", "typeName": "string" }, + { "name": "values", "typeName": "object[]" } + ], + "isStatic": true, + "name": "Join", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "separator", "typeName": "string" }, + { "name": "value", "typeName": "string[]" } + ], + "isStatic": true, + "name": "Join", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "separator", "typeName": "string" }, + { "name": "value", "typeName": "string[]" }, + { "name": "startIndex", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": true, + "name": "Join", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "separator", "typeName": "string" }, + { + "name": "values", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": true, + "name": "Join", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "value", "typeName": "char" }], + "isStatic": false, + "name": "LastIndexOf", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "value", "typeName": "char" }, + { "name": "startIndex", "typeName": "int" } + ], + "isStatic": false, + "name": "LastIndexOf", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "value", "typeName": "char" }, + { "name": "startIndex", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "LastIndexOf", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": false, + "name": "LastIndexOf", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "value", "typeName": "string" }, + { "name": "startIndex", "typeName": "int" } + ], + "isStatic": false, + "name": "LastIndexOf", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "value", "typeName": "string" }, + { "name": "startIndex", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "LastIndexOf", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "value", "typeName": "string" }, + { "name": "startIndex", "typeName": "int" }, + { "name": "count", "typeName": "int" }, + { "name": "comparisonType", "typeName": "System.StringComparison" } + ], + "isStatic": false, + "name": "LastIndexOf", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "value", "typeName": "string" }, + { "name": "startIndex", "typeName": "int" }, + { "name": "comparisonType", "typeName": "System.StringComparison" } + ], + "isStatic": false, + "name": "LastIndexOf", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "value", "typeName": "string" }, + { "name": "comparisonType", "typeName": "System.StringComparison" } + ], + "isStatic": false, + "name": "LastIndexOf", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "anyOf", "typeName": "char[]" }], + "isStatic": false, + "name": "LastIndexOfAny", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "anyOf", "typeName": "char[]" }, + { "name": "startIndex", "typeName": "int" } + ], + "isStatic": false, + "name": "LastIndexOfAny", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "anyOf", "typeName": "char[]" }, + { "name": "startIndex", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "LastIndexOfAny", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "Normalize", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { + "name": "normalizationForm", + "typeName": "System.Text.NormalizationForm" + } + ], + "isStatic": false, + "name": "Normalize", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "a", "typeName": "string" }, + { "name": "b", "typeName": "string" } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "a", "typeName": "string" }, + { "name": "b", "typeName": "string" } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "totalWidth", "typeName": "int" }], + "isStatic": false, + "name": "PadLeft", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "totalWidth", "typeName": "int" }, + { "name": "paddingChar", "typeName": "char" } + ], + "isStatic": false, + "name": "PadLeft", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "totalWidth", "typeName": "int" }], + "isStatic": false, + "name": "PadRight", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "totalWidth", "typeName": "int" }, + { "name": "paddingChar", "typeName": "char" } + ], + "isStatic": false, + "name": "PadRight", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "startIndex", "typeName": "int" }], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "startIndex", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "oldChar", "typeName": "char" }, + { "name": "newChar", "typeName": "char" } + ], + "isStatic": false, + "name": "Replace", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "oldValue", "typeName": "string" }, + { "name": "newValue", "typeName": "string" } + ], + "isStatic": false, + "name": "Replace", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "separator", "typeName": "char[]" }], + "isStatic": false, + "name": "Split", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "separator", "typeName": "char[]" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "Split", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "separator", "typeName": "char[]" }, + { "name": "count", "typeName": "int" }, + { "name": "options", "typeName": "System.StringSplitOptions" } + ], + "isStatic": false, + "name": "Split", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "separator", "typeName": "char[]" }, + { "name": "options", "typeName": "System.StringSplitOptions" } + ], + "isStatic": false, + "name": "Split", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "separator", "typeName": "string[]" }, + { "name": "count", "typeName": "int" }, + { "name": "options", "typeName": "System.StringSplitOptions" } + ], + "isStatic": false, + "name": "Split", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "separator", "typeName": "string[]" }, + { "name": "options", "typeName": "System.StringSplitOptions" } + ], + "isStatic": false, + "name": "Split", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": false, + "name": "StartsWith", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "value", "typeName": "string" }, + { "name": "ignoreCase", "typeName": "bool" }, + { + "name": "culture", + "typeName": "System.Globalization.CultureInfo" + } + ], + "isStatic": false, + "name": "StartsWith", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "value", "typeName": "string" }, + { "name": "comparisonType", "typeName": "System.StringComparison" } + ], + "isStatic": false, + "name": "StartsWith", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "startIndex", "typeName": "int" }], + "isStatic": false, + "name": "Substring", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "startIndex", "typeName": "int" }, + { "name": "length", "typeName": "int" } + ], + "isStatic": false, + "name": "Substring", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "ToCharArray", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "startIndex", "typeName": "int" }, + { "name": "length", "typeName": "int" } + ], + "isStatic": false, + "name": "ToCharArray", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToLower", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { + "name": "culture", + "typeName": "System.Globalization.CultureInfo" + } + ], + "isStatic": false, + "name": "ToLower", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToLowerInvariant", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "provider", "typeName": "System.IFormatProvider" } + ], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToUpper", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { + "name": "culture", + "typeName": "System.Globalization.CultureInfo" + } + ], + "isStatic": false, + "name": "ToUpper", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToUpperInvariant", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "Trim", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "trimChars", "typeName": "char[]" }], + "isStatic": false, + "name": "Trim", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "trimChars", "typeName": "char[]" }], + "isStatic": false, + "name": "TrimEnd", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "trimChars", "typeName": "char[]" }], + "isStatic": false, + "name": "TrimStart", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "String", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "object", + "attribute": "", + "interfaces": [ + "IComparer", + "IEqualityComparer", + "IComparer", + "IEqualityComparer" + ], + "fields": [ + { + "typeName": "System.StringComparer", + "name": "CurrentCulture", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.StringComparer", + "name": "CurrentCultureIgnoreCase", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.StringComparer", + "name": "InvariantCulture", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.StringComparer", + "name": "InvariantCultureIgnoreCase", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.StringComparer", + "name": "Ordinal", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.StringComparer", + "name": "OrdinalIgnoreCase", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Int32", + "params": [ + { "name": "x", "typeName": "object" }, + { "name": "y", "typeName": "object" } + ], + "isStatic": false, + "name": "Compare", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "x", "typeName": "string" }, + { "name": "y", "typeName": "string" } + ], + "isStatic": false, + "name": "Compare", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "StringComparer", + "params": [ + { + "name": "culture", + "typeName": "System.Globalization.CultureInfo" + }, + { "name": "ignoreCase", "typeName": "bool" } + ], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "x", "typeName": "object" }, + { "name": "y", "typeName": "object" } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "x", "typeName": "string" }, + { "name": "y", "typeName": "string" } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "obj", "typeName": "string" }], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "StringComparer", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.StringComparison", + "name": "CurrentCulture", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.StringComparison", + "name": "CurrentCultureIgnoreCase", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.StringComparison", + "name": "InvariantCulture", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.StringComparison", + "name": "InvariantCultureIgnoreCase", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.StringComparison", + "name": "Ordinal", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.StringComparison", + "name": "OrdinalIgnoreCase", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.StringComparison", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "StringComparison", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.StringSplitOptions", + "name": "None", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.StringSplitOptions", + "name": "RemoveEmptyEntries", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.StringSplitOptions", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "StringSplitOptions", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.Exception", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "innerException", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "SystemException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ThreadStaticAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.SystemException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "innerException", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "TimeoutException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [ + "IComparable", + "IComparable", + "IEquatable", + "IFormattable" + ], + "fields": [ + { + "typeName": "System.TimeSpan", + "name": "MaxValue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.TimeSpan", + "name": "MinValue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "long", + "name": "TicksPerDay", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "long", + "name": "TicksPerHour", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "long", + "name": "TicksPerMillisecond", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "long", + "name": "TicksPerMinute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "long", + "name": "TicksPerSecond", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.TimeSpan", + "name": "Zero", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "Days", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "Hours", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "Milliseconds", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "Minutes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "Seconds", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "long", + "name": "Ticks", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "double", + "name": "TotalDays", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "double", + "name": "TotalHours", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "double", + "name": "TotalMilliseconds", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "double", + "name": "TotalMinutes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "double", + "name": "TotalSeconds", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "hours", "typeName": "int" }, + { "name": "minutes", "typeName": "int" }, + { "name": "seconds", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "days", "typeName": "int" }, + { "name": "hours", "typeName": "int" }, + { "name": "minutes", "typeName": "int" }, + { "name": "seconds", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "days", "typeName": "int" }, + { "name": "hours", "typeName": "int" }, + { "name": "minutes", "typeName": "int" }, + { "name": "seconds", "typeName": "int" }, + { "name": "milliseconds", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "ticks", "typeName": "long" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "TimeSpan", + "params": [{ "name": "ts", "typeName": "System.TimeSpan" }], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "t1", "typeName": "System.TimeSpan" }, + { "name": "t2", "typeName": "System.TimeSpan" } + ], + "isStatic": true, + "name": "Compare", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "CompareTo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "value", "typeName": "System.TimeSpan" }], + "isStatic": false, + "name": "CompareTo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "TimeSpan", + "params": [], + "isStatic": false, + "name": "Duration", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "System.TimeSpan" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "t1", "typeName": "System.TimeSpan" }, + { "name": "t2", "typeName": "System.TimeSpan" } + ], + "isStatic": true, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "TimeSpan", + "params": [{ "name": "value", "typeName": "double" }], + "isStatic": true, + "name": "FromDays", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "TimeSpan", + "params": [{ "name": "value", "typeName": "double" }], + "isStatic": true, + "name": "FromHours", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "TimeSpan", + "params": [{ "name": "value", "typeName": "double" }], + "isStatic": true, + "name": "FromMilliseconds", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "TimeSpan", + "params": [{ "name": "value", "typeName": "double" }], + "isStatic": true, + "name": "FromMinutes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "TimeSpan", + "params": [{ "name": "value", "typeName": "double" }], + "isStatic": true, + "name": "FromSeconds", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "TimeSpan", + "params": [{ "name": "value", "typeName": "long" }], + "isStatic": true, + "name": "FromTicks", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "TimeSpan", + "params": [], + "isStatic": false, + "name": "Negate", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "TimeSpan", + "params": [ + { "name": "t1", "typeName": "System.TimeSpan" }, + { "name": "t2", "typeName": "System.TimeSpan" } + ], + "isStatic": true, + "name": "op_Addition", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "t1", "typeName": "System.TimeSpan" }, + { "name": "t2", "typeName": "System.TimeSpan" } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "t1", "typeName": "System.TimeSpan" }, + { "name": "t2", "typeName": "System.TimeSpan" } + ], + "isStatic": true, + "name": "op_GreaterThan", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "t1", "typeName": "System.TimeSpan" }, + { "name": "t2", "typeName": "System.TimeSpan" } + ], + "isStatic": true, + "name": "op_GreaterThanOrEqual", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "t1", "typeName": "System.TimeSpan" }, + { "name": "t2", "typeName": "System.TimeSpan" } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "t1", "typeName": "System.TimeSpan" }, + { "name": "t2", "typeName": "System.TimeSpan" } + ], + "isStatic": true, + "name": "op_LessThan", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "t1", "typeName": "System.TimeSpan" }, + { "name": "t2", "typeName": "System.TimeSpan" } + ], + "isStatic": true, + "name": "op_LessThanOrEqual", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "TimeSpan", + "params": [ + { "name": "t1", "typeName": "System.TimeSpan" }, + { "name": "t2", "typeName": "System.TimeSpan" } + ], + "isStatic": true, + "name": "op_Subtraction", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "TimeSpan", + "params": [{ "name": "t", "typeName": "System.TimeSpan" }], + "isStatic": true, + "name": "op_UnaryNegation", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "TimeSpan", + "params": [{ "name": "t", "typeName": "System.TimeSpan" }], + "isStatic": true, + "name": "op_UnaryPlus", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "TimeSpan", + "params": [{ "name": "s", "typeName": "string" }], + "isStatic": true, + "name": "Parse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "TimeSpan", + "params": [ + { "name": "input", "typeName": "string" }, + { "name": "formatProvider", "typeName": "System.IFormatProvider" } + ], + "isStatic": true, + "name": "Parse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "TimeSpan", + "params": [ + { "name": "input", "typeName": "string" }, + { "name": "format", "typeName": "string" }, + { "name": "formatProvider", "typeName": "System.IFormatProvider" } + ], + "isStatic": true, + "name": "ParseExact", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "TimeSpan", + "params": [ + { "name": "input", "typeName": "string" }, + { "name": "format", "typeName": "string" }, + { "name": "formatProvider", "typeName": "System.IFormatProvider" }, + { + "name": "styles", + "typeName": "System.Globalization.TimeSpanStyles" + } + ], + "isStatic": true, + "name": "ParseExact", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "TimeSpan", + "params": [ + { "name": "input", "typeName": "string" }, + { "name": "formats", "typeName": "string[]" }, + { "name": "formatProvider", "typeName": "System.IFormatProvider" } + ], + "isStatic": true, + "name": "ParseExact", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "TimeSpan", + "params": [ + { "name": "input", "typeName": "string" }, + { "name": "formats", "typeName": "string[]" }, + { "name": "formatProvider", "typeName": "System.IFormatProvider" }, + { + "name": "styles", + "typeName": "System.Globalization.TimeSpanStyles" + } + ], + "isStatic": true, + "name": "ParseExact", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "TimeSpan", + "params": [{ "name": "ts", "typeName": "System.TimeSpan" }], + "isStatic": false, + "name": "Subtract", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "format", "typeName": "string" }], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "format", "typeName": "string" }, + { "name": "formatProvider", "typeName": "System.IFormatProvider" } + ], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "input", "typeName": "string" }, + { "name": "formatProvider", "typeName": "System.IFormatProvider" }, + { "name": "result", "typeName": "System.TimeSpan" } + ], + "isStatic": true, + "name": "TryParse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "s", "typeName": "string" }, + { "name": "result", "typeName": "System.TimeSpan" } + ], + "isStatic": true, + "name": "TryParse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "input", "typeName": "string" }, + { "name": "format", "typeName": "string" }, + { "name": "formatProvider", "typeName": "System.IFormatProvider" }, + { + "name": "styles", + "typeName": "System.Globalization.TimeSpanStyles" + }, + { "name": "result", "typeName": "System.TimeSpan" } + ], + "isStatic": true, + "name": "TryParseExact", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "input", "typeName": "string" }, + { "name": "format", "typeName": "string" }, + { "name": "formatProvider", "typeName": "System.IFormatProvider" }, + { "name": "result", "typeName": "System.TimeSpan" } + ], + "isStatic": true, + "name": "TryParseExact", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "input", "typeName": "string" }, + { "name": "formats", "typeName": "string[]" }, + { "name": "formatProvider", "typeName": "System.IFormatProvider" }, + { + "name": "styles", + "typeName": "System.Globalization.TimeSpanStyles" + }, + { "name": "result", "typeName": "System.TimeSpan" } + ], + "isStatic": true, + "name": "TryParseExact", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "input", "typeName": "string" }, + { "name": "formats", "typeName": "string[]" }, + { "name": "formatProvider", "typeName": "System.IFormatProvider" }, + { "name": "result", "typeName": "System.TimeSpan" } + ], + "isStatic": true, + "name": "TryParseExact", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "TimeSpan", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.TimeZone", + "name": "CurrentTimeZone", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "DaylightName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "StandardName", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "DaylightTime", + "params": [{ "name": "year", "typeName": "int" }], + "isStatic": false, + "name": "GetDaylightChanges", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "TimeSpan", + "params": [{ "name": "time", "typeName": "System.DateTime" }], + "isStatic": false, + "name": "GetUtcOffset", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "time", "typeName": "System.DateTime" }], + "isStatic": false, + "name": "IsDaylightSavingTime", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "time", "typeName": "System.DateTime" }, + { + "name": "daylightTimes", + "typeName": "System.Globalization.DaylightTime" + } + ], + "isStatic": true, + "name": "IsDaylightSavingTime", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTime", + "params": [{ "name": "time", "typeName": "System.DateTime" }], + "isStatic": false, + "name": "ToLocalTime", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTime", + "params": [{ "name": "time", "typeName": "System.DateTime" }], + "isStatic": false, + "name": "ToUniversalTime", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "TimeZone", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "object", + "attribute": "", + "interfaces": ["IEquatable", "IDeserializationCallback", "ISerializable"], + "fields": [ + { + "typeName": "System.TimeSpan", + "name": "BaseUtcOffset", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "DaylightName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "DisplayName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Id", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.TimeZoneInfo", + "name": "Local", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "StandardName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "SupportsDaylightSavingTime", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.TimeZoneInfo", + "name": "Utc", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "ClearCachedData", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTime", + "params": [ + { "name": "dateTime", "typeName": "System.DateTime" }, + { "name": "destinationTimeZone", "typeName": "System.TimeZoneInfo" } + ], + "isStatic": true, + "name": "ConvertTime", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTime", + "params": [ + { "name": "dateTime", "typeName": "System.DateTime" }, + { "name": "sourceTimeZone", "typeName": "System.TimeZoneInfo" }, + { "name": "destinationTimeZone", "typeName": "System.TimeZoneInfo" } + ], + "isStatic": true, + "name": "ConvertTime", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTimeOffset", + "params": [ + { "name": "dateTimeOffset", "typeName": "System.DateTimeOffset" }, + { "name": "destinationTimeZone", "typeName": "System.TimeZoneInfo" } + ], + "isStatic": true, + "name": "ConvertTime", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTime", + "params": [ + { "name": "dateTime", "typeName": "System.DateTime" }, + { "name": "destinationTimeZoneId", "typeName": "string" } + ], + "isStatic": true, + "name": "ConvertTimeBySystemTimeZoneId", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTime", + "params": [ + { "name": "dateTime", "typeName": "System.DateTime" }, + { "name": "sourceTimeZoneId", "typeName": "string" }, + { "name": "destinationTimeZoneId", "typeName": "string" } + ], + "isStatic": true, + "name": "ConvertTimeBySystemTimeZoneId", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTimeOffset", + "params": [ + { "name": "dateTimeOffset", "typeName": "System.DateTimeOffset" }, + { "name": "destinationTimeZoneId", "typeName": "string" } + ], + "isStatic": true, + "name": "ConvertTimeBySystemTimeZoneId", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTime", + "params": [ + { "name": "dateTime", "typeName": "System.DateTime" }, + { "name": "destinationTimeZone", "typeName": "System.TimeZoneInfo" } + ], + "isStatic": true, + "name": "ConvertTimeFromUtc", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTime", + "params": [{ "name": "dateTime", "typeName": "System.DateTime" }], + "isStatic": true, + "name": "ConvertTimeToUtc", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTime", + "params": [ + { "name": "dateTime", "typeName": "System.DateTime" }, + { "name": "sourceTimeZone", "typeName": "System.TimeZoneInfo" } + ], + "isStatic": true, + "name": "ConvertTimeToUtc", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "TimeZoneInfo", + "params": [ + { "name": "id", "typeName": "string" }, + { "name": "baseUtcOffset", "typeName": "System.TimeSpan" }, + { "name": "displayName", "typeName": "string" }, + { "name": "standardDisplayName", "typeName": "string" } + ], + "isStatic": true, + "name": "CreateCustomTimeZone", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "TimeZoneInfo", + "params": [ + { "name": "id", "typeName": "string" }, + { "name": "baseUtcOffset", "typeName": "System.TimeSpan" }, + { "name": "displayName", "typeName": "string" }, + { "name": "standardDisplayName", "typeName": "string" }, + { "name": "daylightDisplayName", "typeName": "string" }, + { + "name": "adjustmentRules", + "typeName": "System.TimeZoneInfo.AdjustmentRule[]" + } + ], + "isStatic": true, + "name": "CreateCustomTimeZone", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "TimeZoneInfo", + "params": [ + { "name": "id", "typeName": "string" }, + { "name": "baseUtcOffset", "typeName": "System.TimeSpan" }, + { "name": "displayName", "typeName": "string" }, + { "name": "standardDisplayName", "typeName": "string" }, + { "name": "daylightDisplayName", "typeName": "string" }, + { + "name": "adjustmentRules", + "typeName": "System.TimeZoneInfo.AdjustmentRule[]" + }, + { "name": "disableDaylightSavingTime", "typeName": "bool" } + ], + "isStatic": true, + "name": "CreateCustomTimeZone", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "other", "typeName": "System.TimeZoneInfo" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "TimeZoneInfo", + "params": [{ "name": "id", "typeName": "string" }], + "isStatic": true, + "name": "FindSystemTimeZoneById", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "TimeZoneInfo", + "params": [{ "name": "source", "typeName": "string" }], + "isStatic": true, + "name": "FromSerializedString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetAdjustmentRules", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "dateTime", "typeName": "System.DateTime" }], + "isStatic": false, + "name": "GetAmbiguousTimeOffsets", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "dateTimeOffset", "typeName": "System.DateTimeOffset" } + ], + "isStatic": false, + "name": "GetAmbiguousTimeOffsets", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ReadOnlyCollection", + "params": [], + "isStatic": true, + "name": "GetSystemTimeZones", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "TimeSpan", + "params": [{ "name": "dateTime", "typeName": "System.DateTime" }], + "isStatic": false, + "name": "GetUtcOffset", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "TimeSpan", + "params": [ + { "name": "dateTimeOffset", "typeName": "System.DateTimeOffset" } + ], + "isStatic": false, + "name": "GetUtcOffset", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "other", "typeName": "System.TimeZoneInfo" }], + "isStatic": false, + "name": "HasSameRules", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "dateTime", "typeName": "System.DateTime" }], + "isStatic": false, + "name": "IsAmbiguousTime", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "dateTimeOffset", "typeName": "System.DateTimeOffset" } + ], + "isStatic": false, + "name": "IsAmbiguousTime", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "dateTime", "typeName": "System.DateTime" }], + "isStatic": false, + "name": "IsDaylightSavingTime", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "dateTimeOffset", "typeName": "System.DateTimeOffset" } + ], + "isStatic": false, + "name": "IsDaylightSavingTime", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "dateTime", "typeName": "System.DateTime" }], + "isStatic": false, + "name": "IsInvalidTime", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToSerializedString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "TimeZoneInfo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "object", + "attribute": "", + "interfaces": ["IEquatable", "IDeserializationCallback", "ISerializable"], + "fields": [ + { + "typeName": "System.DateTime", + "name": "DateEnd", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.DateTime", + "name": "DateStart", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.TimeSpan", + "name": "DaylightDelta", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.TimeZoneInfo.TransitionTime", + "name": "DaylightTransitionEnd", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.TimeZoneInfo.TransitionTime", + "name": "DaylightTransitionStart", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "AdjustmentRule", + "params": [ + { "name": "dateStart", "typeName": "System.DateTime" }, + { "name": "dateEnd", "typeName": "System.DateTime" }, + { "name": "daylightDelta", "typeName": "System.TimeSpan" }, + { + "name": "daylightTransitionStart", + "typeName": "System.TimeZoneInfo.TransitionTime" + }, + { + "name": "daylightTransitionEnd", + "typeName": "System.TimeZoneInfo.TransitionTime" + } + ], + "isStatic": true, + "name": "CreateAdjustmentRule", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "other", + "typeName": "System.TimeZoneInfo.AdjustmentRule" + } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "AdjustmentRule", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IEquatable", "IDeserializationCallback", "ISerializable"], + "fields": [ + { + "typeName": "int", + "name": "Day", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.DayOfWeek", + "name": "DayOfWeek", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsFixedDateRule", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "Month", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.DateTime", + "name": "TimeOfDay", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "Week", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "TransitionTime", + "params": [ + { "name": "timeOfDay", "typeName": "System.DateTime" }, + { "name": "month", "typeName": "int" }, + { "name": "day", "typeName": "int" } + ], + "isStatic": true, + "name": "CreateFixedDateRule", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "TransitionTime", + "params": [ + { "name": "timeOfDay", "typeName": "System.DateTime" }, + { "name": "month", "typeName": "int" }, + { "name": "week", "typeName": "int" }, + { "name": "dayOfWeek", "typeName": "System.DayOfWeek" } + ], + "isStatic": true, + "name": "CreateFloatingDateRule", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "other", + "typeName": "System.TimeZoneInfo.TransitionTime" + } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "t1", "typeName": "System.TimeZoneInfo.TransitionTime" }, + { "name": "t2", "typeName": "System.TimeZoneInfo.TransitionTime" } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "t1", "typeName": "System.TimeZoneInfo.TransitionTime" }, + { "name": "t2", "typeName": "System.TimeZoneInfo.TransitionTime" } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "TransitionTime", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.Exception", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "innerException", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "TimeZoneNotFoundException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Tuple", + "params": [{ "name": "item1", "typeName": "T1" }], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Tuple", + "params": [ + { "name": "item1", "typeName": "T1" }, + { "name": "item2", "typeName": "T2" } + ], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Tuple", + "params": [ + { "name": "item1", "typeName": "T1" }, + { "name": "item2", "typeName": "T2" }, + { "name": "item3", "typeName": "T3" } + ], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Tuple", + "params": [ + { "name": "item1", "typeName": "T1" }, + { "name": "item2", "typeName": "T2" }, + { "name": "item3", "typeName": "T3" }, + { "name": "item4", "typeName": "T4" } + ], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Tuple", + "params": [ + { "name": "item1", "typeName": "T1" }, + { "name": "item2", "typeName": "T2" }, + { "name": "item3", "typeName": "T3" }, + { "name": "item4", "typeName": "T4" }, + { "name": "item5", "typeName": "T5" } + ], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Tuple", + "params": [ + { "name": "item1", "typeName": "T1" }, + { "name": "item2", "typeName": "T2" }, + { "name": "item3", "typeName": "T3" }, + { "name": "item4", "typeName": "T4" }, + { "name": "item5", "typeName": "T5" }, + { "name": "item6", "typeName": "T6" } + ], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Tuple", + "params": [ + { "name": "item1", "typeName": "T1" }, + { "name": "item2", "typeName": "T2" }, + { "name": "item3", "typeName": "T3" }, + { "name": "item4", "typeName": "T4" }, + { "name": "item5", "typeName": "T5" }, + { "name": "item6", "typeName": "T6" }, + { "name": "item7", "typeName": "T7" } + ], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Tuple", + "params": [ + { "name": "item1", "typeName": "T1" }, + { "name": "item2", "typeName": "T2" }, + { "name": "item3", "typeName": "T3" }, + { "name": "item4", "typeName": "T4" }, + { "name": "item5", "typeName": "T5" }, + { "name": "item6", "typeName": "T6" }, + { "name": "item7", "typeName": "T7" }, + { "name": "item8", "typeName": "T8" } + ], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "Tuple", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "object", + "attribute": "", + "interfaces": [ + "IStructuralComparable", + "IStructuralEquatable", + "IComparable", + "ITuple" + ], + "fields": [ + { + "typeName": "T1", + "name": "Item1", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "item1", "typeName": "T1" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "Tuple", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "object", + "attribute": "", + "interfaces": [ + "IStructuralComparable", + "IStructuralEquatable", + "IComparable", + "ITuple" + ], + "fields": [ + { + "typeName": "T1", + "name": "Item1", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "T2", + "name": "Item2", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "item1", "typeName": "T1" }, + { "name": "item2", "typeName": "T2" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "Tuple", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "object", + "attribute": "", + "interfaces": [ + "IStructuralComparable", + "IStructuralEquatable", + "IComparable", + "ITuple" + ], + "fields": [ + { + "typeName": "T1", + "name": "Item1", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "T2", + "name": "Item2", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "T3", + "name": "Item3", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "item1", "typeName": "T1" }, + { "name": "item2", "typeName": "T2" }, + { "name": "item3", "typeName": "T3" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "Tuple", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "object", + "attribute": "", + "interfaces": [ + "IStructuralComparable", + "IStructuralEquatable", + "IComparable", + "ITuple" + ], + "fields": [ + { + "typeName": "T1", + "name": "Item1", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "T2", + "name": "Item2", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "T3", + "name": "Item3", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "T4", + "name": "Item4", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "item1", "typeName": "T1" }, + { "name": "item2", "typeName": "T2" }, + { "name": "item3", "typeName": "T3" }, + { "name": "item4", "typeName": "T4" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "Tuple", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "object", + "attribute": "", + "interfaces": [ + "IStructuralComparable", + "IStructuralEquatable", + "IComparable", + "ITuple" + ], + "fields": [ + { + "typeName": "T1", + "name": "Item1", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "T2", + "name": "Item2", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "T3", + "name": "Item3", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "T4", + "name": "Item4", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "T5", + "name": "Item5", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "item1", "typeName": "T1" }, + { "name": "item2", "typeName": "T2" }, + { "name": "item3", "typeName": "T3" }, + { "name": "item4", "typeName": "T4" }, + { "name": "item5", "typeName": "T5" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "Tuple", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "object", + "attribute": "", + "interfaces": [ + "IStructuralComparable", + "IStructuralEquatable", + "IComparable", + "ITuple" + ], + "fields": [ + { + "typeName": "T1", + "name": "Item1", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "T2", + "name": "Item2", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "T3", + "name": "Item3", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "T4", + "name": "Item4", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "T5", + "name": "Item5", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "T6", + "name": "Item6", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "item1", "typeName": "T1" }, + { "name": "item2", "typeName": "T2" }, + { "name": "item3", "typeName": "T3" }, + { "name": "item4", "typeName": "T4" }, + { "name": "item5", "typeName": "T5" }, + { "name": "item6", "typeName": "T6" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "Tuple", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "object", + "attribute": "", + "interfaces": [ + "IStructuralComparable", + "IStructuralEquatable", + "IComparable", + "ITuple" + ], + "fields": [ + { + "typeName": "T1", + "name": "Item1", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "T2", + "name": "Item2", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "T3", + "name": "Item3", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "T4", + "name": "Item4", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "T5", + "name": "Item5", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "T6", + "name": "Item6", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "T7", + "name": "Item7", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "item1", "typeName": "T1" }, + { "name": "item2", "typeName": "T2" }, + { "name": "item3", "typeName": "T3" }, + { "name": "item4", "typeName": "T4" }, + { "name": "item5", "typeName": "T5" }, + { "name": "item6", "typeName": "T6" }, + { "name": "item7", "typeName": "T7" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "Tuple", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "object", + "attribute": "", + "interfaces": [ + "IStructuralComparable", + "IStructuralEquatable", + "IComparable", + "ITuple" + ], + "fields": [ + { + "typeName": "T1", + "name": "Item1", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "T2", + "name": "Item2", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "T3", + "name": "Item3", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "T4", + "name": "Item4", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "T5", + "name": "Item5", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "T6", + "name": "Item6", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "T7", + "name": "Item7", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "TRest", + "name": "Rest", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "item1", "typeName": "T1" }, + { "name": "item2", "typeName": "T2" }, + { "name": "item3", "typeName": "T3" }, + { "name": "item4", "typeName": "T4" }, + { "name": "item5", "typeName": "T5" }, + { "name": "item6", "typeName": "T6" }, + { "name": "item7", "typeName": "T7" }, + { "name": "rest", "typeName": "TRest" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "Tuple", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "item1", "typeName": "T1" }], + "isStatic": false, + "name": "Deconstruct", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "item1", "typeName": "T1" }, + { "name": "item2", "typeName": "T2" }, + { "name": "item3", "typeName": "T3" }, + { "name": "item4", "typeName": "T4" }, + { "name": "item5", "typeName": "T5" }, + { "name": "item6", "typeName": "T6" }, + { "name": "item7", "typeName": "T7" }, + { "name": "item8", "typeName": "T8" }, + { "name": "item9", "typeName": "T9" }, + { "name": "item10", "typeName": "T10" } + ], + "isStatic": false, + "name": "Deconstruct", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "item1", "typeName": "T1" }, + { "name": "item2", "typeName": "T2" }, + { "name": "item3", "typeName": "T3" }, + { "name": "item4", "typeName": "T4" }, + { "name": "item5", "typeName": "T5" }, + { "name": "item6", "typeName": "T6" }, + { "name": "item7", "typeName": "T7" }, + { "name": "item8", "typeName": "T8" }, + { "name": "item9", "typeName": "T9" }, + { "name": "item10", "typeName": "T10" }, + { "name": "item11", "typeName": "T11" } + ], + "isStatic": false, + "name": "Deconstruct", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "item1", "typeName": "T1" }, + { "name": "item2", "typeName": "T2" }, + { "name": "item3", "typeName": "T3" }, + { "name": "item4", "typeName": "T4" }, + { "name": "item5", "typeName": "T5" }, + { "name": "item6", "typeName": "T6" }, + { "name": "item7", "typeName": "T7" }, + { "name": "item8", "typeName": "T8" }, + { "name": "item9", "typeName": "T9" }, + { "name": "item10", "typeName": "T10" }, + { "name": "item11", "typeName": "T11" }, + { "name": "item12", "typeName": "T12" } + ], + "isStatic": false, + "name": "Deconstruct", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "item1", "typeName": "T1" }, + { "name": "item2", "typeName": "T2" }, + { "name": "item3", "typeName": "T3" }, + { "name": "item4", "typeName": "T4" }, + { "name": "item5", "typeName": "T5" }, + { "name": "item6", "typeName": "T6" }, + { "name": "item7", "typeName": "T7" }, + { "name": "item8", "typeName": "T8" }, + { "name": "item9", "typeName": "T9" }, + { "name": "item10", "typeName": "T10" }, + { "name": "item11", "typeName": "T11" }, + { "name": "item12", "typeName": "T12" }, + { "name": "item13", "typeName": "T13" } + ], + "isStatic": false, + "name": "Deconstruct", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "item1", "typeName": "T1" }, + { "name": "item2", "typeName": "T2" }, + { "name": "item3", "typeName": "T3" }, + { "name": "item4", "typeName": "T4" }, + { "name": "item5", "typeName": "T5" }, + { "name": "item6", "typeName": "T6" }, + { "name": "item7", "typeName": "T7" }, + { "name": "item8", "typeName": "T8" }, + { "name": "item9", "typeName": "T9" }, + { "name": "item10", "typeName": "T10" }, + { "name": "item11", "typeName": "T11" }, + { "name": "item12", "typeName": "T12" }, + { "name": "item13", "typeName": "T13" }, + { "name": "item14", "typeName": "T14" } + ], + "isStatic": false, + "name": "Deconstruct", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "item1", "typeName": "T1" }, + { "name": "item2", "typeName": "T2" }, + { "name": "item3", "typeName": "T3" }, + { "name": "item4", "typeName": "T4" }, + { "name": "item5", "typeName": "T5" }, + { "name": "item6", "typeName": "T6" }, + { "name": "item7", "typeName": "T7" }, + { "name": "item8", "typeName": "T8" }, + { "name": "item9", "typeName": "T9" }, + { "name": "item10", "typeName": "T10" }, + { "name": "item11", "typeName": "T11" }, + { "name": "item12", "typeName": "T12" }, + { "name": "item13", "typeName": "T13" }, + { "name": "item14", "typeName": "T14" }, + { "name": "item15", "typeName": "T15" } + ], + "isStatic": false, + "name": "Deconstruct", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "item1", "typeName": "T1" }, + { "name": "item2", "typeName": "T2" }, + { "name": "item3", "typeName": "T3" }, + { "name": "item4", "typeName": "T4" }, + { "name": "item5", "typeName": "T5" }, + { "name": "item6", "typeName": "T6" }, + { "name": "item7", "typeName": "T7" }, + { "name": "item8", "typeName": "T8" }, + { "name": "item9", "typeName": "T9" }, + { "name": "item10", "typeName": "T10" }, + { "name": "item11", "typeName": "T11" }, + { "name": "item12", "typeName": "T12" }, + { "name": "item13", "typeName": "T13" }, + { "name": "item14", "typeName": "T14" }, + { "name": "item15", "typeName": "T15" }, + { "name": "item16", "typeName": "T16" } + ], + "isStatic": false, + "name": "Deconstruct", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "item1", "typeName": "T1" }, + { "name": "item2", "typeName": "T2" }, + { "name": "item3", "typeName": "T3" }, + { "name": "item4", "typeName": "T4" }, + { "name": "item5", "typeName": "T5" }, + { "name": "item6", "typeName": "T6" }, + { "name": "item7", "typeName": "T7" }, + { "name": "item8", "typeName": "T8" }, + { "name": "item9", "typeName": "T9" }, + { "name": "item10", "typeName": "T10" }, + { "name": "item11", "typeName": "T11" }, + { "name": "item12", "typeName": "T12" }, + { "name": "item13", "typeName": "T13" }, + { "name": "item14", "typeName": "T14" }, + { "name": "item15", "typeName": "T15" }, + { "name": "item16", "typeName": "T16" }, + { "name": "item17", "typeName": "T17" } + ], + "isStatic": false, + "name": "Deconstruct", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "item1", "typeName": "T1" }, + { "name": "item2", "typeName": "T2" }, + { "name": "item3", "typeName": "T3" }, + { "name": "item4", "typeName": "T4" }, + { "name": "item5", "typeName": "T5" }, + { "name": "item6", "typeName": "T6" }, + { "name": "item7", "typeName": "T7" }, + { "name": "item8", "typeName": "T8" }, + { "name": "item9", "typeName": "T9" }, + { "name": "item10", "typeName": "T10" }, + { "name": "item11", "typeName": "T11" }, + { "name": "item12", "typeName": "T12" }, + { "name": "item13", "typeName": "T13" }, + { "name": "item14", "typeName": "T14" }, + { "name": "item15", "typeName": "T15" }, + { "name": "item16", "typeName": "T16" }, + { "name": "item17", "typeName": "T17" }, + { "name": "item18", "typeName": "T18" } + ], + "isStatic": false, + "name": "Deconstruct", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "item1", "typeName": "T1" }, + { "name": "item2", "typeName": "T2" }, + { "name": "item3", "typeName": "T3" }, + { "name": "item4", "typeName": "T4" }, + { "name": "item5", "typeName": "T5" }, + { "name": "item6", "typeName": "T6" }, + { "name": "item7", "typeName": "T7" }, + { "name": "item8", "typeName": "T8" }, + { "name": "item9", "typeName": "T9" }, + { "name": "item10", "typeName": "T10" }, + { "name": "item11", "typeName": "T11" }, + { "name": "item12", "typeName": "T12" }, + { "name": "item13", "typeName": "T13" }, + { "name": "item14", "typeName": "T14" }, + { "name": "item15", "typeName": "T15" }, + { "name": "item16", "typeName": "T16" }, + { "name": "item17", "typeName": "T17" }, + { "name": "item18", "typeName": "T18" }, + { "name": "item19", "typeName": "T19" } + ], + "isStatic": false, + "name": "Deconstruct", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "item1", "typeName": "T1" }, + { "name": "item2", "typeName": "T2" } + ], + "isStatic": false, + "name": "Deconstruct", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "item1", "typeName": "T1" }, + { "name": "item2", "typeName": "T2" }, + { "name": "item3", "typeName": "T3" }, + { "name": "item4", "typeName": "T4" }, + { "name": "item5", "typeName": "T5" }, + { "name": "item6", "typeName": "T6" }, + { "name": "item7", "typeName": "T7" }, + { "name": "item8", "typeName": "T8" }, + { "name": "item9", "typeName": "T9" }, + { "name": "item10", "typeName": "T10" }, + { "name": "item11", "typeName": "T11" }, + { "name": "item12", "typeName": "T12" }, + { "name": "item13", "typeName": "T13" }, + { "name": "item14", "typeName": "T14" }, + { "name": "item15", "typeName": "T15" }, + { "name": "item16", "typeName": "T16" }, + { "name": "item17", "typeName": "T17" }, + { "name": "item18", "typeName": "T18" }, + { "name": "item19", "typeName": "T19" }, + { "name": "item20", "typeName": "T20" } + ], + "isStatic": false, + "name": "Deconstruct", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "item1", "typeName": "T1" }, + { "name": "item2", "typeName": "T2" }, + { "name": "item3", "typeName": "T3" }, + { "name": "item4", "typeName": "T4" }, + { "name": "item5", "typeName": "T5" }, + { "name": "item6", "typeName": "T6" }, + { "name": "item7", "typeName": "T7" }, + { "name": "item8", "typeName": "T8" }, + { "name": "item9", "typeName": "T9" }, + { "name": "item10", "typeName": "T10" }, + { "name": "item11", "typeName": "T11" }, + { "name": "item12", "typeName": "T12" }, + { "name": "item13", "typeName": "T13" }, + { "name": "item14", "typeName": "T14" }, + { "name": "item15", "typeName": "T15" }, + { "name": "item16", "typeName": "T16" }, + { "name": "item17", "typeName": "T17" }, + { "name": "item18", "typeName": "T18" }, + { "name": "item19", "typeName": "T19" }, + { "name": "item20", "typeName": "T20" }, + { "name": "item21", "typeName": "T21" } + ], + "isStatic": false, + "name": "Deconstruct", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "item1", "typeName": "T1" }, + { "name": "item2", "typeName": "T2" }, + { "name": "item3", "typeName": "T3" } + ], + "isStatic": false, + "name": "Deconstruct", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "item1", "typeName": "T1" }, + { "name": "item2", "typeName": "T2" }, + { "name": "item3", "typeName": "T3" }, + { "name": "item4", "typeName": "T4" } + ], + "isStatic": false, + "name": "Deconstruct", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "item1", "typeName": "T1" }, + { "name": "item2", "typeName": "T2" }, + { "name": "item3", "typeName": "T3" }, + { "name": "item4", "typeName": "T4" }, + { "name": "item5", "typeName": "T5" } + ], + "isStatic": false, + "name": "Deconstruct", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "item1", "typeName": "T1" }, + { "name": "item2", "typeName": "T2" }, + { "name": "item3", "typeName": "T3" }, + { "name": "item4", "typeName": "T4" }, + { "name": "item5", "typeName": "T5" }, + { "name": "item6", "typeName": "T6" } + ], + "isStatic": false, + "name": "Deconstruct", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "item1", "typeName": "T1" }, + { "name": "item2", "typeName": "T2" }, + { "name": "item3", "typeName": "T3" }, + { "name": "item4", "typeName": "T4" }, + { "name": "item5", "typeName": "T5" }, + { "name": "item6", "typeName": "T6" }, + { "name": "item7", "typeName": "T7" } + ], + "isStatic": false, + "name": "Deconstruct", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "item1", "typeName": "T1" }, + { "name": "item2", "typeName": "T2" }, + { "name": "item3", "typeName": "T3" }, + { "name": "item4", "typeName": "T4" }, + { "name": "item5", "typeName": "T5" }, + { "name": "item6", "typeName": "T6" }, + { "name": "item7", "typeName": "T7" }, + { "name": "item8", "typeName": "T8" } + ], + "isStatic": false, + "name": "Deconstruct", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "item1", "typeName": "T1" }, + { "name": "item2", "typeName": "T2" }, + { "name": "item3", "typeName": "T3" }, + { "name": "item4", "typeName": "T4" }, + { "name": "item5", "typeName": "T5" }, + { "name": "item6", "typeName": "T6" }, + { "name": "item7", "typeName": "T7" }, + { "name": "item8", "typeName": "T8" }, + { "name": "item9", "typeName": "T9" } + ], + "isStatic": false, + "name": "Deconstruct", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Tuple", + "params": [], + "isStatic": false, + "name": "ToTuple", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Tuple", + "params": [], + "isStatic": false, + "name": "ToTuple", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Tuple", + "params": [], + "isStatic": false, + "name": "ToTuple", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Tuple", + "params": [], + "isStatic": false, + "name": "ToTuple", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Tuple", + "params": [], + "isStatic": false, + "name": "ToTuple", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Tuple", + "params": [], + "isStatic": false, + "name": "ToTuple", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Tuple", + "params": [], + "isStatic": false, + "name": "ToTuple", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Tuple", + "params": [], + "isStatic": false, + "name": "ToTuple", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Tuple", + "params": [], + "isStatic": false, + "name": "ToTuple", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Tuple", + "params": [], + "isStatic": false, + "name": "ToTuple", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Tuple", + "params": [], + "isStatic": false, + "name": "ToTuple", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Tuple", + "params": [], + "isStatic": false, + "name": "ToTuple", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Tuple", + "params": [], + "isStatic": false, + "name": "ToTuple", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Tuple", + "params": [], + "isStatic": false, + "name": "ToTuple", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Tuple", + "params": [], + "isStatic": false, + "name": "ToTuple", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Tuple", + "params": [], + "isStatic": false, + "name": "ToTuple", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Tuple", + "params": [], + "isStatic": false, + "name": "ToTuple", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Tuple", + "params": [], + "isStatic": false, + "name": "ToTuple", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Tuple", + "params": [], + "isStatic": false, + "name": "ToTuple", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Tuple", + "params": [], + "isStatic": false, + "name": "ToTuple", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Tuple", + "params": [], + "isStatic": false, + "name": "ToTuple", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ValueTuple", + "params": [], + "isStatic": false, + "name": "ToValueTuple", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ValueTuple", + "params": [], + "isStatic": false, + "name": "ToValueTuple", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ValueTuple", + "params": [], + "isStatic": false, + "name": "ToValueTuple", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ValueTuple", + "params": [], + "isStatic": false, + "name": "ToValueTuple", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ValueTuple", + "params": [], + "isStatic": false, + "name": "ToValueTuple", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ValueTuple", + "params": [], + "isStatic": false, + "name": "ToValueTuple", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ValueTuple", + "params": [], + "isStatic": false, + "name": "ToValueTuple", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ValueTuple", + "params": [], + "isStatic": false, + "name": "ToValueTuple", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ValueTuple", + "params": [], + "isStatic": false, + "name": "ToValueTuple", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ValueTuple", + "params": [], + "isStatic": false, + "name": "ToValueTuple", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ValueTuple", + "params": [], + "isStatic": false, + "name": "ToValueTuple", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ValueTuple", + "params": [], + "isStatic": false, + "name": "ToValueTuple", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ValueTuple", + "params": [], + "isStatic": false, + "name": "ToValueTuple", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ValueTuple", + "params": [], + "isStatic": false, + "name": "ToValueTuple", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ValueTuple", + "params": [], + "isStatic": false, + "name": "ToValueTuple", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ValueTuple", + "params": [], + "isStatic": false, + "name": "ToValueTuple", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ValueTuple", + "params": [], + "isStatic": false, + "name": "ToValueTuple", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ValueTuple", + "params": [], + "isStatic": false, + "name": "ToValueTuple", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ValueTuple", + "params": [], + "isStatic": false, + "name": "ToValueTuple", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ValueTuple", + "params": [], + "isStatic": false, + "name": "ToValueTuple", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ValueTuple", + "params": [], + "isStatic": false, + "name": "ToValueTuple", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "TupleExtensions", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.Reflection.MemberInfo", + "attribute": "", + "interfaces": [ + "ICustomAttributeProvider", + "_MemberInfo", + "IReflect", + "_Type" + ], + "fields": [ + { + "typeName": "char", + "name": "Delimiter", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Type[]", + "name": "EmptyTypes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.MemberFilter", + "name": "FilterAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.MemberFilter", + "name": "FilterName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.MemberFilter", + "name": "FilterNameIgnoreCase", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "object", + "name": "Missing", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Assembly", + "name": "Assembly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "AssemblyQualifiedName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.TypeAttributes", + "name": "Attributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Type", + "name": "BaseType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "ContainsGenericParameters", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.MethodBase", + "name": "DeclaringMethod", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Type", + "name": "DeclaringType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Binder", + "name": "DefaultBinder", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "FullName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.GenericParameterAttributes", + "name": "GenericParameterAttributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "GenericParameterPosition", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Type[]", + "name": "GenericTypeArguments", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Guid", + "name": "GUID", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "HasElementType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsAbstract", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsAnsiClass", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsArray", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsAutoClass", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsAutoLayout", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsByRef", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsClass", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsCOMObject", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsConstructedGenericType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsContextful", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsEnum", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsExplicitLayout", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsGenericParameter", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsGenericType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsGenericTypeDefinition", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsImport", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsInterface", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsLayoutSequential", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsMarshalByRef", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsNested", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsNestedAssembly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsNestedFamANDAssem", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsNestedFamily", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsNestedFamORAssem", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsNestedPrivate", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsNestedPublic", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsNotPublic", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsPointer", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsPrimitive", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsPublic", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsSealed", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsSecurityCritical", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsSecuritySafeCritical", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsSecurityTransparent", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsSerializable", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsSpecialName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsUnicodeClass", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsValueType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsVisible", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.MemberTypes", + "name": "MemberType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Module", + "name": "Module", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Namespace", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Type", + "name": "ReflectedType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.StructLayoutAttribute", + "name": "StructLayoutAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.RuntimeTypeHandle", + "name": "TypeHandle", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.ConstructorInfo", + "name": "TypeInitializer", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Type", + "name": "UnderlyingSystemType", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [{ "name": "o", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "o", "typeName": "System.Type" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "filter", "typeName": "System.Reflection.TypeFilter" }, + { "name": "filterCriteria", "typeName": "object" } + ], + "isStatic": false, + "name": "FindInterfaces", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { + "name": "memberType", + "typeName": "System.Reflection.MemberTypes" + }, + { + "name": "bindingAttr", + "typeName": "System.Reflection.BindingFlags" + }, + { "name": "filter", "typeName": "System.Reflection.MemberFilter" }, + { "name": "filterCriteria", "typeName": "object" } + ], + "isStatic": false, + "name": "FindMembers", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetArrayRank", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ConstructorInfo", + "params": [ + { + "name": "bindingAttr", + "typeName": "System.Reflection.BindingFlags" + }, + { "name": "binder", "typeName": "System.Reflection.Binder" }, + { + "name": "callConvention", + "typeName": "System.Reflection.CallingConventions" + }, + { "name": "types", "typeName": "System.Type[]" }, + { + "name": "modifiers", + "typeName": "System.Reflection.ParameterModifier[]" + } + ], + "isStatic": false, + "name": "GetConstructor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ConstructorInfo", + "params": [ + { + "name": "bindingAttr", + "typeName": "System.Reflection.BindingFlags" + }, + { "name": "binder", "typeName": "System.Reflection.Binder" }, + { "name": "types", "typeName": "System.Type[]" }, + { + "name": "modifiers", + "typeName": "System.Reflection.ParameterModifier[]" + } + ], + "isStatic": false, + "name": "GetConstructor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ConstructorInfo", + "params": [{ "name": "types", "typeName": "System.Type[]" }], + "isStatic": false, + "name": "GetConstructor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetConstructors", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { + "name": "bindingAttr", + "typeName": "System.Reflection.BindingFlags" + } + ], + "isStatic": false, + "name": "GetConstructors", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetDefaultMembers", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Type", + "params": [], + "isStatic": false, + "name": "GetElementType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "GetEnumName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetEnumNames", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Type", + "params": [], + "isStatic": false, + "name": "GetEnumUnderlyingType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Array", + "params": [], + "isStatic": false, + "name": "GetEnumValues", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "EventInfo", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "GetEvent", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "EventInfo", + "params": [ + { "name": "name", "typeName": "string" }, + { + "name": "bindingAttr", + "typeName": "System.Reflection.BindingFlags" + } + ], + "isStatic": false, + "name": "GetEvent", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetEvents", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { + "name": "bindingAttr", + "typeName": "System.Reflection.BindingFlags" + } + ], + "isStatic": false, + "name": "GetEvents", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "FieldInfo", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "GetField", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "FieldInfo", + "params": [ + { "name": "name", "typeName": "string" }, + { + "name": "bindingAttr", + "typeName": "System.Reflection.BindingFlags" + } + ], + "isStatic": false, + "name": "GetField", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetFields", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { + "name": "bindingAttr", + "typeName": "System.Reflection.BindingFlags" + } + ], + "isStatic": false, + "name": "GetFields", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetGenericArguments", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetGenericParameterConstraints", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Type", + "params": [], + "isStatic": false, + "name": "GetGenericTypeDefinition", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Type", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "GetInterface", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Type", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "ignoreCase", "typeName": "bool" } + ], + "isStatic": false, + "name": "GetInterface", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "InterfaceMapping", + "params": [{ "name": "interfaceType", "typeName": "System.Type" }], + "isStatic": false, + "name": "GetInterfaceMap", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetInterfaces", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "GetMember", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "name", "typeName": "string" }, + { + "name": "bindingAttr", + "typeName": "System.Reflection.BindingFlags" + } + ], + "isStatic": false, + "name": "GetMember", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "type", "typeName": "System.Reflection.MemberTypes" }, + { + "name": "bindingAttr", + "typeName": "System.Reflection.BindingFlags" + } + ], + "isStatic": false, + "name": "GetMember", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetMembers", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { + "name": "bindingAttr", + "typeName": "System.Reflection.BindingFlags" + } + ], + "isStatic": false, + "name": "GetMembers", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "MethodInfo", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "GetMethod", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "MethodInfo", + "params": [ + { "name": "name", "typeName": "string" }, + { + "name": "bindingAttr", + "typeName": "System.Reflection.BindingFlags" + } + ], + "isStatic": false, + "name": "GetMethod", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "MethodInfo", + "params": [ + { "name": "name", "typeName": "string" }, + { + "name": "bindingAttr", + "typeName": "System.Reflection.BindingFlags" + }, + { "name": "binder", "typeName": "System.Reflection.Binder" }, + { + "name": "callConvention", + "typeName": "System.Reflection.CallingConventions" + }, + { "name": "types", "typeName": "System.Type[]" }, + { + "name": "modifiers", + "typeName": "System.Reflection.ParameterModifier[]" + } + ], + "isStatic": false, + "name": "GetMethod", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "MethodInfo", + "params": [ + { "name": "name", "typeName": "string" }, + { + "name": "bindingAttr", + "typeName": "System.Reflection.BindingFlags" + }, + { "name": "binder", "typeName": "System.Reflection.Binder" }, + { "name": "types", "typeName": "System.Type[]" }, + { + "name": "modifiers", + "typeName": "System.Reflection.ParameterModifier[]" + } + ], + "isStatic": false, + "name": "GetMethod", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "MethodInfo", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "types", "typeName": "System.Type[]" } + ], + "isStatic": false, + "name": "GetMethod", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "MethodInfo", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "types", "typeName": "System.Type[]" }, + { + "name": "modifiers", + "typeName": "System.Reflection.ParameterModifier[]" + } + ], + "isStatic": false, + "name": "GetMethod", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetMethods", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { + "name": "bindingAttr", + "typeName": "System.Reflection.BindingFlags" + } + ], + "isStatic": false, + "name": "GetMethods", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Type", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "GetNestedType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Type", + "params": [ + { "name": "name", "typeName": "string" }, + { + "name": "bindingAttr", + "typeName": "System.Reflection.BindingFlags" + } + ], + "isStatic": false, + "name": "GetNestedType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetNestedTypes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { + "name": "bindingAttr", + "typeName": "System.Reflection.BindingFlags" + } + ], + "isStatic": false, + "name": "GetNestedTypes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetProperties", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { + "name": "bindingAttr", + "typeName": "System.Reflection.BindingFlags" + } + ], + "isStatic": false, + "name": "GetProperties", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "PropertyInfo", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "GetProperty", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "PropertyInfo", + "params": [ + { "name": "name", "typeName": "string" }, + { + "name": "bindingAttr", + "typeName": "System.Reflection.BindingFlags" + } + ], + "isStatic": false, + "name": "GetProperty", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "PropertyInfo", + "params": [ + { "name": "name", "typeName": "string" }, + { + "name": "bindingAttr", + "typeName": "System.Reflection.BindingFlags" + }, + { "name": "binder", "typeName": "System.Reflection.Binder" }, + { "name": "returnType", "typeName": "System.Type" }, + { "name": "types", "typeName": "System.Type[]" }, + { + "name": "modifiers", + "typeName": "System.Reflection.ParameterModifier[]" + } + ], + "isStatic": false, + "name": "GetProperty", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "PropertyInfo", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "returnType", "typeName": "System.Type" } + ], + "isStatic": false, + "name": "GetProperty", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "PropertyInfo", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "returnType", "typeName": "System.Type" }, + { "name": "types", "typeName": "System.Type[]" } + ], + "isStatic": false, + "name": "GetProperty", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "PropertyInfo", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "returnType", "typeName": "System.Type" }, + { "name": "types", "typeName": "System.Type[]" }, + { + "name": "modifiers", + "typeName": "System.Reflection.ParameterModifier[]" + } + ], + "isStatic": false, + "name": "GetProperty", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "PropertyInfo", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "types", "typeName": "System.Type[]" } + ], + "isStatic": false, + "name": "GetProperty", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Type", + "params": [], + "isStatic": false, + "name": "GetType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Type", + "params": [{ "name": "typeName", "typeName": "string" }], + "isStatic": true, + "name": "GetType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Type", + "params": [ + { "name": "typeName", "typeName": "string" }, + { "name": "throwOnError", "typeName": "bool" } + ], + "isStatic": true, + "name": "GetType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Type", + "params": [ + { "name": "typeName", "typeName": "string" }, + { "name": "throwOnError", "typeName": "bool" }, + { "name": "ignoreCase", "typeName": "bool" } + ], + "isStatic": true, + "name": "GetType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Type", + "params": [ + { "name": "typeName", "typeName": "string" }, + { + "name": "assemblyResolver", + "typeName": "System.Func" + }, + { + "name": "typeResolver", + "typeName": "System.Func" + } + ], + "isStatic": true, + "name": "GetType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Type", + "params": [ + { "name": "typeName", "typeName": "string" }, + { + "name": "assemblyResolver", + "typeName": "System.Func" + }, + { + "name": "typeResolver", + "typeName": "System.Func" + }, + { "name": "throwOnError", "typeName": "bool" } + ], + "isStatic": true, + "name": "GetType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Type", + "params": [ + { "name": "typeName", "typeName": "string" }, + { + "name": "assemblyResolver", + "typeName": "System.Func" + }, + { + "name": "typeResolver", + "typeName": "System.Func" + }, + { "name": "throwOnError", "typeName": "bool" }, + { "name": "ignoreCase", "typeName": "bool" } + ], + "isStatic": true, + "name": "GetType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "args", "typeName": "object[]" }], + "isStatic": true, + "name": "GetTypeArray", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "TypeCode", + "params": [{ "name": "type", "typeName": "System.Type" }], + "isStatic": true, + "name": "GetTypeCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Type", + "params": [{ "name": "clsid", "typeName": "System.Guid" }], + "isStatic": true, + "name": "GetTypeFromCLSID", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Type", + "params": [ + { "name": "clsid", "typeName": "System.Guid" }, + { "name": "throwOnError", "typeName": "bool" } + ], + "isStatic": true, + "name": "GetTypeFromCLSID", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Type", + "params": [ + { "name": "clsid", "typeName": "System.Guid" }, + { "name": "server", "typeName": "string" } + ], + "isStatic": true, + "name": "GetTypeFromCLSID", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Type", + "params": [ + { "name": "clsid", "typeName": "System.Guid" }, + { "name": "server", "typeName": "string" }, + { "name": "throwOnError", "typeName": "bool" } + ], + "isStatic": true, + "name": "GetTypeFromCLSID", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Type", + "params": [ + { "name": "handle", "typeName": "System.RuntimeTypeHandle" } + ], + "isStatic": true, + "name": "GetTypeFromHandle", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Type", + "params": [{ "name": "progID", "typeName": "string" }], + "isStatic": true, + "name": "GetTypeFromProgID", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Type", + "params": [ + { "name": "progID", "typeName": "string" }, + { "name": "throwOnError", "typeName": "bool" } + ], + "isStatic": true, + "name": "GetTypeFromProgID", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Type", + "params": [ + { "name": "progID", "typeName": "string" }, + { "name": "server", "typeName": "string" } + ], + "isStatic": true, + "name": "GetTypeFromProgID", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Type", + "params": [ + { "name": "progID", "typeName": "string" }, + { "name": "server", "typeName": "string" }, + { "name": "throwOnError", "typeName": "bool" } + ], + "isStatic": true, + "name": "GetTypeFromProgID", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "RuntimeTypeHandle", + "params": [{ "name": "o", "typeName": "object" }], + "isStatic": true, + "name": "GetTypeHandle", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "name", "typeName": "string" }, + { + "name": "invokeAttr", + "typeName": "System.Reflection.BindingFlags" + }, + { "name": "binder", "typeName": "System.Reflection.Binder" }, + { "name": "target", "typeName": "object" }, + { "name": "args", "typeName": "object[]" } + ], + "isStatic": false, + "name": "InvokeMember", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "name", "typeName": "string" }, + { + "name": "invokeAttr", + "typeName": "System.Reflection.BindingFlags" + }, + { "name": "binder", "typeName": "System.Reflection.Binder" }, + { "name": "target", "typeName": "object" }, + { "name": "args", "typeName": "object[]" }, + { + "name": "culture", + "typeName": "System.Globalization.CultureInfo" + } + ], + "isStatic": false, + "name": "InvokeMember", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "name", "typeName": "string" }, + { + "name": "invokeAttr", + "typeName": "System.Reflection.BindingFlags" + }, + { "name": "binder", "typeName": "System.Reflection.Binder" }, + { "name": "target", "typeName": "object" }, + { "name": "args", "typeName": "object[]" }, + { + "name": "modifiers", + "typeName": "System.Reflection.ParameterModifier[]" + }, + { + "name": "culture", + "typeName": "System.Globalization.CultureInfo" + }, + { "name": "namedParameters", "typeName": "string[]" } + ], + "isStatic": false, + "name": "InvokeMember", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "c", "typeName": "System.Type" }], + "isStatic": false, + "name": "IsAssignableFrom", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "IsEnumDefined", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "other", "typeName": "System.Type" }], + "isStatic": false, + "name": "IsEquivalentTo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "o", "typeName": "object" }], + "isStatic": false, + "name": "IsInstanceOfType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "c", "typeName": "System.Type" }], + "isStatic": false, + "name": "IsSubclassOf", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Type", + "params": [], + "isStatic": false, + "name": "MakeArrayType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Type", + "params": [{ "name": "rank", "typeName": "int" }], + "isStatic": false, + "name": "MakeArrayType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Type", + "params": [], + "isStatic": false, + "name": "MakeByRefType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Type", + "params": [{ "name": "typeArguments", "typeName": "System.Type[]" }], + "isStatic": false, + "name": "MakeGenericType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Type", + "params": [], + "isStatic": false, + "name": "MakePointerType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "left", "typeName": "System.Type" }, + { "name": "right", "typeName": "System.Type" } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "left", "typeName": "System.Type" }, + { "name": "right", "typeName": "System.Type" } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Type", + "params": [ + { "name": "typeName", "typeName": "string" }, + { "name": "throwIfNotFound", "typeName": "bool" }, + { "name": "ignoreCase", "typeName": "bool" } + ], + "isStatic": true, + "name": "ReflectionOnlyGetType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "Type", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.TypeLoadException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "inner", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "TypeAccessException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.TypeCode", + "name": "Boolean", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.TypeCode", + "name": "Byte", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.TypeCode", + "name": "Char", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.TypeCode", + "name": "DateTime", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.TypeCode", + "name": "DBNull", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.TypeCode", + "name": "Decimal", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.TypeCode", + "name": "Double", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.TypeCode", + "name": "Empty", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.TypeCode", + "name": "Int16", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.TypeCode", + "name": "Int32", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.TypeCode", + "name": "Int64", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.TypeCode", + "name": "Object", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.TypeCode", + "name": "SByte", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.TypeCode", + "name": "Single", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.TypeCode", + "name": "String", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.TypeCode", + "name": "UInt16", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.TypeCode", + "name": "UInt32", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.TypeCode", + "name": "UInt64", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.TypeCode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "TypeCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "o", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Type", + "params": [{ "name": "value", "typeName": "System.TypedReference" }], + "isStatic": true, + "name": "GetTargetType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "TypedReference", + "params": [ + { "name": "target", "typeName": "object" }, + { "name": "flds", "typeName": "System.Reflection.FieldInfo[]" } + ], + "isStatic": true, + "name": "MakeTypedReference", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "target", "typeName": "System.TypedReference" }, + { "name": "value", "typeName": "object" } + ], + "isStatic": true, + "name": "SetTypedReference", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "RuntimeTypeHandle", + "params": [{ "name": "value", "typeName": "System.TypedReference" }], + "isStatic": true, + "name": "TargetTypeToken", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [{ "name": "value", "typeName": "System.TypedReference" }], + "isStatic": true, + "name": "ToObject", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "TypedReference", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.SystemException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [ + { + "typeName": "string", + "name": "TypeName", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "fullTypeName", "typeName": "string" }, + { "name": "innerException", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "info", + "typeName": "System.Runtime.Serialization.SerializationInfo" + }, + { + "name": "context", + "typeName": "System.Runtime.Serialization.StreamingContext" + } + ], + "isStatic": false, + "name": "GetObjectData", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "TypeInitializationException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.SystemException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [ + { + "typeName": "string", + "name": "Message", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "TypeName", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "inner", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "info", + "typeName": "System.Runtime.Serialization.SerializationInfo" + }, + { + "name": "context", + "typeName": "System.Runtime.Serialization.StreamingContext" + } + ], + "isStatic": false, + "name": "GetObjectData", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "TypeLoadException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.SystemException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "innerException", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "TypeUnloadedException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [ + "IComparable", + "IComparable", + "IConvertible", + "IEquatable", + "IFormattable" + ], + "fields": [ + { + "typeName": "ushort", + "name": "MaxValue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "ushort", + "name": "MinValue", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "CompareTo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "value", "typeName": "ushort" }], + "isStatic": false, + "name": "CompareTo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "ushort" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "TypeCode", + "params": [], + "isStatic": false, + "name": "GetTypeCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UInt16", + "params": [{ "name": "s", "typeName": "string" }], + "isStatic": true, + "name": "Parse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UInt16", + "params": [ + { "name": "s", "typeName": "string" }, + { "name": "style", "typeName": "System.Globalization.NumberStyles" } + ], + "isStatic": true, + "name": "Parse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UInt16", + "params": [ + { "name": "s", "typeName": "string" }, + { + "name": "style", + "typeName": "System.Globalization.NumberStyles" + }, + { "name": "provider", "typeName": "System.IFormatProvider" } + ], + "isStatic": true, + "name": "Parse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UInt16", + "params": [ + { "name": "s", "typeName": "string" }, + { "name": "provider", "typeName": "System.IFormatProvider" } + ], + "isStatic": true, + "name": "Parse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "provider", "typeName": "System.IFormatProvider" } + ], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "format", "typeName": "string" }], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "format", "typeName": "string" }, + { "name": "provider", "typeName": "System.IFormatProvider" } + ], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "s", "typeName": "string" }, + { + "name": "style", + "typeName": "System.Globalization.NumberStyles" + }, + { "name": "provider", "typeName": "System.IFormatProvider" }, + { "name": "result", "typeName": "ushort" } + ], + "isStatic": true, + "name": "TryParse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "s", "typeName": "string" }, + { "name": "result", "typeName": "ushort" } + ], + "isStatic": true, + "name": "TryParse", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "UInt16", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [ + "IComparable", + "IComparable", + "IConvertible", + "IEquatable", + "IFormattable" + ], + "fields": [ + { + "typeName": "uint", + "name": "MaxValue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "uint", + "name": "MinValue", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "CompareTo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "value", "typeName": "uint" }], + "isStatic": false, + "name": "CompareTo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "uint" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "TypeCode", + "params": [], + "isStatic": false, + "name": "GetTypeCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UInt32", + "params": [{ "name": "s", "typeName": "string" }], + "isStatic": true, + "name": "Parse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UInt32", + "params": [ + { "name": "s", "typeName": "string" }, + { "name": "style", "typeName": "System.Globalization.NumberStyles" } + ], + "isStatic": true, + "name": "Parse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UInt32", + "params": [ + { "name": "s", "typeName": "string" }, + { + "name": "style", + "typeName": "System.Globalization.NumberStyles" + }, + { "name": "provider", "typeName": "System.IFormatProvider" } + ], + "isStatic": true, + "name": "Parse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UInt32", + "params": [ + { "name": "s", "typeName": "string" }, + { "name": "provider", "typeName": "System.IFormatProvider" } + ], + "isStatic": true, + "name": "Parse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "provider", "typeName": "System.IFormatProvider" } + ], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "format", "typeName": "string" }], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "format", "typeName": "string" }, + { "name": "provider", "typeName": "System.IFormatProvider" } + ], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "s", "typeName": "string" }, + { + "name": "style", + "typeName": "System.Globalization.NumberStyles" + }, + { "name": "provider", "typeName": "System.IFormatProvider" }, + { "name": "result", "typeName": "uint" } + ], + "isStatic": true, + "name": "TryParse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "s", "typeName": "string" }, + { "name": "result", "typeName": "uint" } + ], + "isStatic": true, + "name": "TryParse", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "UInt32", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [ + "IComparable", + "IComparable", + "IConvertible", + "IEquatable", + "IFormattable" + ], + "fields": [ + { + "typeName": "ulong", + "name": "MaxValue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "ulong", + "name": "MinValue", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "CompareTo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "value", "typeName": "ulong" }], + "isStatic": false, + "name": "CompareTo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "ulong" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "TypeCode", + "params": [], + "isStatic": false, + "name": "GetTypeCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UInt64", + "params": [{ "name": "s", "typeName": "string" }], + "isStatic": true, + "name": "Parse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UInt64", + "params": [ + { "name": "s", "typeName": "string" }, + { "name": "style", "typeName": "System.Globalization.NumberStyles" } + ], + "isStatic": true, + "name": "Parse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UInt64", + "params": [ + { "name": "s", "typeName": "string" }, + { + "name": "style", + "typeName": "System.Globalization.NumberStyles" + }, + { "name": "provider", "typeName": "System.IFormatProvider" } + ], + "isStatic": true, + "name": "Parse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UInt64", + "params": [ + { "name": "s", "typeName": "string" }, + { "name": "provider", "typeName": "System.IFormatProvider" } + ], + "isStatic": true, + "name": "Parse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "provider", "typeName": "System.IFormatProvider" } + ], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "format", "typeName": "string" }], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "format", "typeName": "string" }, + { "name": "provider", "typeName": "System.IFormatProvider" } + ], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "s", "typeName": "string" }, + { + "name": "style", + "typeName": "System.Globalization.NumberStyles" + }, + { "name": "provider", "typeName": "System.IFormatProvider" }, + { "name": "result", "typeName": "ulong" } + ], + "isStatic": true, + "name": "TryParse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "s", "typeName": "string" }, + { "name": "result", "typeName": "ulong" } + ], + "isStatic": true, + "name": "TryParse", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "UInt64", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["ISerializable"], + "fields": [ + { + "typeName": "System.UIntPtr", + "name": "Zero", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "Size", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "uint" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "ulong" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "void*" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UIntPtr", + "params": [ + { "name": "pointer", "typeName": "System.UIntPtr" }, + { "name": "offset", "typeName": "int" } + ], + "isStatic": true, + "name": "Add", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UIntPtr", + "params": [ + { "name": "pointer", "typeName": "System.UIntPtr" }, + { "name": "offset", "typeName": "int" } + ], + "isStatic": true, + "name": "op_Addition", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "value1", "typeName": "System.UIntPtr" }, + { "name": "value2", "typeName": "System.UIntPtr" } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UIntPtr", + "params": [{ "name": "value", "typeName": "uint" }], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UIntPtr", + "params": [{ "name": "value", "typeName": "ulong" }], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UInt32", + "params": [{ "name": "value", "typeName": "System.UIntPtr" }], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UInt64", + "params": [{ "name": "value", "typeName": "System.UIntPtr" }], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "value", "typeName": "System.UIntPtr" }], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UIntPtr", + "params": [{ "name": "value", "typeName": "void*" }], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "value1", "typeName": "System.UIntPtr" }, + { "name": "value2", "typeName": "System.UIntPtr" } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UIntPtr", + "params": [ + { "name": "pointer", "typeName": "System.UIntPtr" }, + { "name": "offset", "typeName": "int" } + ], + "isStatic": true, + "name": "op_Subtraction", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UIntPtr", + "params": [ + { "name": "pointer", "typeName": "System.UIntPtr" }, + { "name": "offset", "typeName": "int" } + ], + "isStatic": true, + "name": "Subtract", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "ToPointer", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UInt32", + "params": [], + "isStatic": false, + "name": "ToUInt32", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UInt64", + "params": [], + "isStatic": false, + "name": "ToUInt64", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "UIntPtr", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.SystemException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "inner", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "UnauthorizedAccessException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.EventArgs", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "object", + "name": "ExceptionObject", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsTerminating", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "exception", "typeName": "object" }, + { "name": "isTerminating", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "UnhandledExceptionEventArgs", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "sender", "typeName": "object" }, + { "name": "e", "typeName": "System.UnhandledExceptionEventArgs" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "sender", "typeName": "object" }, + { "name": "e", "typeName": "System.UnhandledExceptionEventArgs" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "UnhandledExceptionEventHandler", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [ + "IStructuralComparable", + "IStructuralEquatable", + "IComparable", + "IComparable", + "IEquatable", + "ITuple" + ], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "other", "typeName": "System.ValueTuple" }], + "isStatic": false, + "name": "CompareTo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ValueTuple", + "params": [], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ValueTuple", + "params": [{ "name": "item1", "typeName": "T1" }], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ValueTuple", + "params": [ + { "name": "item1", "typeName": "T1" }, + { "name": "item2", "typeName": "T2" } + ], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ValueTuple", + "params": [ + { "name": "item1", "typeName": "T1" }, + { "name": "item2", "typeName": "T2" }, + { "name": "item3", "typeName": "T3" } + ], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ValueTuple", + "params": [ + { "name": "item1", "typeName": "T1" }, + { "name": "item2", "typeName": "T2" }, + { "name": "item3", "typeName": "T3" }, + { "name": "item4", "typeName": "T4" } + ], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ValueTuple", + "params": [ + { "name": "item1", "typeName": "T1" }, + { "name": "item2", "typeName": "T2" }, + { "name": "item3", "typeName": "T3" }, + { "name": "item4", "typeName": "T4" }, + { "name": "item5", "typeName": "T5" } + ], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ValueTuple", + "params": [ + { "name": "item1", "typeName": "T1" }, + { "name": "item2", "typeName": "T2" }, + { "name": "item3", "typeName": "T3" }, + { "name": "item4", "typeName": "T4" }, + { "name": "item5", "typeName": "T5" }, + { "name": "item6", "typeName": "T6" } + ], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ValueTuple", + "params": [ + { "name": "item1", "typeName": "T1" }, + { "name": "item2", "typeName": "T2" }, + { "name": "item3", "typeName": "T3" }, + { "name": "item4", "typeName": "T4" }, + { "name": "item5", "typeName": "T5" }, + { "name": "item6", "typeName": "T6" }, + { "name": "item7", "typeName": "T7" } + ], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ValueTuple", + "params": [ + { "name": "item1", "typeName": "T1" }, + { "name": "item2", "typeName": "T2" }, + { "name": "item3", "typeName": "T3" }, + { "name": "item4", "typeName": "T4" }, + { "name": "item5", "typeName": "T5" }, + { "name": "item6", "typeName": "T6" }, + { "name": "item7", "typeName": "T7" }, + { "name": "item8", "typeName": "T8" } + ], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "other", "typeName": "System.ValueTuple" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ValueTuple", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [ + "IStructuralComparable", + "IStructuralEquatable", + "IComparable", + "IComparable", + "IEquatable", + "ITuple" + ], + "fields": [ + { + "typeName": "T1", + "name": "Item1", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "item1", "typeName": "T1" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "other", "typeName": "System.ValueTuple" }], + "isStatic": false, + "name": "CompareTo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "other", "typeName": "System.ValueTuple" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ValueTuple", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [ + "IStructuralComparable", + "IStructuralEquatable", + "IComparable", + "IComparable", + "IEquatable", + "ITuple" + ], + "fields": [ + { + "typeName": "T1", + "name": "Item1", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "T2", + "name": "Item2", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "item1", "typeName": "T1" }, + { "name": "item2", "typeName": "T2" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "other", "typeName": "(T1, T2)" }], + "isStatic": false, + "name": "CompareTo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "other", "typeName": "(T1, T2)" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ValueTuple", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [ + "IStructuralComparable", + "IStructuralEquatable", + "IComparable", + "IComparable", + "IEquatable", + "ITuple" + ], + "fields": [ + { + "typeName": "T1", + "name": "Item1", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "T2", + "name": "Item2", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "T3", + "name": "Item3", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "item1", "typeName": "T1" }, + { "name": "item2", "typeName": "T2" }, + { "name": "item3", "typeName": "T3" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "other", "typeName": "(T1, T2, T3)" }], + "isStatic": false, + "name": "CompareTo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "other", "typeName": "(T1, T2, T3)" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ValueTuple", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [ + "IStructuralComparable", + "IStructuralEquatable", + "IComparable", + "IComparable", + "IEquatable", + "ITuple" + ], + "fields": [ + { + "typeName": "T1", + "name": "Item1", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "T2", + "name": "Item2", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "T3", + "name": "Item3", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "T4", + "name": "Item4", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "item1", "typeName": "T1" }, + { "name": "item2", "typeName": "T2" }, + { "name": "item3", "typeName": "T3" }, + { "name": "item4", "typeName": "T4" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "other", "typeName": "(T1, T2, T3, T4)" }], + "isStatic": false, + "name": "CompareTo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "other", "typeName": "(T1, T2, T3, T4)" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ValueTuple", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [ + "IStructuralComparable", + "IStructuralEquatable", + "IComparable", + "IComparable", + "IEquatable", + "ITuple" + ], + "fields": [ + { + "typeName": "T1", + "name": "Item1", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "T2", + "name": "Item2", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "T3", + "name": "Item3", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "T4", + "name": "Item4", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "T5", + "name": "Item5", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "item1", "typeName": "T1" }, + { "name": "item2", "typeName": "T2" }, + { "name": "item3", "typeName": "T3" }, + { "name": "item4", "typeName": "T4" }, + { "name": "item5", "typeName": "T5" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "other", "typeName": "(T1, T2, T3, T4, T5)" }], + "isStatic": false, + "name": "CompareTo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "other", "typeName": "(T1, T2, T3, T4, T5)" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ValueTuple", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [ + "IStructuralComparable", + "IStructuralEquatable", + "IComparable", + "IComparable", + "IEquatable", + "ITuple" + ], + "fields": [ + { + "typeName": "T1", + "name": "Item1", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "T2", + "name": "Item2", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "T3", + "name": "Item3", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "T4", + "name": "Item4", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "T5", + "name": "Item5", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "T6", + "name": "Item6", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "item1", "typeName": "T1" }, + { "name": "item2", "typeName": "T2" }, + { "name": "item3", "typeName": "T3" }, + { "name": "item4", "typeName": "T4" }, + { "name": "item5", "typeName": "T5" }, + { "name": "item6", "typeName": "T6" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "other", "typeName": "(T1, T2, T3, T4, T5, T6)" } + ], + "isStatic": false, + "name": "CompareTo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "other", "typeName": "(T1, T2, T3, T4, T5, T6)" } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ValueTuple", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [ + "IStructuralComparable", + "IStructuralEquatable", + "IComparable", + "IComparable", + "IEquatable", + "ITuple" + ], + "fields": [ + { + "typeName": "T1", + "name": "Item1", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "T2", + "name": "Item2", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "T3", + "name": "Item3", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "T4", + "name": "Item4", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "T5", + "name": "Item5", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "T6", + "name": "Item6", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "T7", + "name": "Item7", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "item1", "typeName": "T1" }, + { "name": "item2", "typeName": "T2" }, + { "name": "item3", "typeName": "T3" }, + { "name": "item4", "typeName": "T4" }, + { "name": "item5", "typeName": "T5" }, + { "name": "item6", "typeName": "T6" }, + { "name": "item7", "typeName": "T7" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "other", "typeName": "(T1, T2, T3, T4, T5, T6, T7)" } + ], + "isStatic": false, + "name": "CompareTo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "other", "typeName": "(T1, T2, T3, T4, T5, T6, T7)" } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ValueTuple", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [ + "IStructuralComparable", + "IStructuralEquatable", + "IComparable", + "IComparable", + "IEquatable", + "ITuple" + ], + "fields": [ + { + "typeName": "T1", + "name": "Item1", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "T2", + "name": "Item2", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "T3", + "name": "Item3", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "T4", + "name": "Item4", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "T5", + "name": "Item5", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "T6", + "name": "Item6", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "T7", + "name": "Item7", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "TRest", + "name": "Rest", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "item1", "typeName": "T1" }, + { "name": "item2", "typeName": "T2" }, + { "name": "item3", "typeName": "T3" }, + { "name": "item4", "typeName": "T4" }, + { "name": "item5", "typeName": "T5" }, + { "name": "item6", "typeName": "T6" }, + { "name": "item7", "typeName": "T7" }, + { "name": "rest", "typeName": "TRest" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "other", + "typeName": "System.ValueTuple" + } + ], + "isStatic": false, + "name": "CompareTo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "other", + "typeName": "System.ValueTuple" + } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ValueTuple", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ValueType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "object", + "attribute": "", + "interfaces": ["ICloneable", "IComparable", "IComparable", "IEquatable"], + "fields": [ + { + "typeName": "int", + "name": "Build", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "Major", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "short", + "name": "MajorRevision", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "Minor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "short", + "name": "MinorRevision", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "Revision", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "major", "typeName": "int" }, + { "name": "minor", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "major", "typeName": "int" }, + { "name": "minor", "typeName": "int" }, + { "name": "build", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "major", "typeName": "int" }, + { "name": "minor", "typeName": "int" }, + { "name": "build", "typeName": "int" }, + { "name": "revision", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "version", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [], + "isStatic": false, + "name": "Clone", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "version", "typeName": "object" }], + "isStatic": false, + "name": "CompareTo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "value", "typeName": "System.Version" }], + "isStatic": false, + "name": "CompareTo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "System.Version" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "v1", "typeName": "System.Version" }, + { "name": "v2", "typeName": "System.Version" } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "v1", "typeName": "System.Version" }, + { "name": "v2", "typeName": "System.Version" } + ], + "isStatic": true, + "name": "op_GreaterThan", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "v1", "typeName": "System.Version" }, + { "name": "v2", "typeName": "System.Version" } + ], + "isStatic": true, + "name": "op_GreaterThanOrEqual", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "v1", "typeName": "System.Version" }, + { "name": "v2", "typeName": "System.Version" } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "v1", "typeName": "System.Version" }, + { "name": "v2", "typeName": "System.Version" } + ], + "isStatic": true, + "name": "op_LessThan", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "v1", "typeName": "System.Version" }, + { "name": "v2", "typeName": "System.Version" } + ], + "isStatic": true, + "name": "op_LessThanOrEqual", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Version", + "params": [{ "name": "input", "typeName": "string" }], + "isStatic": true, + "name": "Parse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "fieldCount", "typeName": "int" }], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "input", "typeName": "string" }, + { "name": "result", "typeName": "System.Version" } + ], + "isStatic": true, + "name": "TryParse", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "Version", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "Void", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "object", + "attribute": "", + "interfaces": ["ISerializable"], + "fields": [ + { + "typeName": "bool", + "name": "IsAlive", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "object", + "name": "Target", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "TrackResurrection", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "target", "typeName": "object" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "target", "typeName": "object" }, + { "name": "trackResurrection", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "info", + "typeName": "System.Runtime.Serialization.SerializationInfo" + }, + { + "name": "context", + "typeName": "System.Runtime.Serialization.StreamingContext" + } + ], + "isStatic": false, + "name": "GetObjectData", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "WeakReference", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "object", + "attribute": "", + "interfaces": ["ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "target", "typeName": "T" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "target", "typeName": "T" }, + { "name": "trackResurrection", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "info", + "typeName": "System.Runtime.Serialization.SerializationInfo" + }, + { + "name": "context", + "typeName": "System.Runtime.Serialization.StreamingContext" + } + ], + "isStatic": false, + "name": "GetObjectData", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "target", "typeName": "T" }], + "isStatic": false, + "name": "SetTarget", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "target", "typeName": "T" }], + "isStatic": false, + "name": "TryGetTarget", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "WeakReference", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "BaseDirectory", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "DynamicDirectory", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Policy.Evidence", + "name": "Evidence", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "FriendlyName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "RelativeSearchPath", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "ShadowCopyFiles", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.AssemblyLoadEventHandler", + "name": "AssemblyLoad", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ResolveEventHandler", + "name": "AssemblyResolve", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.EventHandler", + "name": "DomainUnload", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.EventHandler", + "name": "ProcessExit", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ResolveEventHandler", + "name": "ResourceResolve", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ResolveEventHandler", + "name": "TypeResolve", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.UnhandledExceptionEventHandler", + "name": "UnhandledException", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "System.AssemblyLoadEventHandler" } + ], + "isStatic": false, + "name": "add_AssemblyLoad", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "System.AssemblyLoadEventHandler" } + ], + "isStatic": false, + "name": "remove_AssemblyLoad", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "System.ResolveEventHandler" } + ], + "isStatic": false, + "name": "add_AssemblyResolve", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "System.ResolveEventHandler" } + ], + "isStatic": false, + "name": "remove_AssemblyResolve", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.EventHandler" }], + "isStatic": false, + "name": "add_DomainUnload", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.EventHandler" }], + "isStatic": false, + "name": "remove_DomainUnload", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.EventHandler" }], + "isStatic": false, + "name": "add_ProcessExit", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.EventHandler" }], + "isStatic": false, + "name": "remove_ProcessExit", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "System.ResolveEventHandler" } + ], + "isStatic": false, + "name": "add_ResourceResolve", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "System.ResolveEventHandler" } + ], + "isStatic": false, + "name": "remove_ResourceResolve", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "System.ResolveEventHandler" } + ], + "isStatic": false, + "name": "add_TypeResolve", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "System.ResolveEventHandler" } + ], + "isStatic": false, + "name": "remove_TypeResolve", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.UnhandledExceptionEventHandler" + } + ], + "isStatic": false, + "name": "add_UnhandledException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.UnhandledExceptionEventHandler" + } + ], + "isStatic": false, + "name": "remove_UnhandledException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "path", "typeName": "string" }], + "isStatic": false, + "name": "AppendPrivatePath", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ClearPrivatePath", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ClearShadowCopyPath", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ObjectHandle", + "params": [ + { "name": "assemblyName", "typeName": "string" }, + { "name": "typeName", "typeName": "string" } + ], + "isStatic": false, + "name": "CreateInstance", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ObjectHandle", + "params": [ + { "name": "assemblyName", "typeName": "string" }, + { "name": "typeName", "typeName": "string" }, + { "name": "ignoreCase", "typeName": "bool" }, + { + "name": "bindingAttr", + "typeName": "System.Reflection.BindingFlags" + }, + { "name": "binder", "typeName": "System.Reflection.Binder" }, + { "name": "args", "typeName": "object[]" }, + { + "name": "culture", + "typeName": "System.Globalization.CultureInfo" + }, + { "name": "activationAttributes", "typeName": "object[]" }, + { + "name": "securityAttributes", + "typeName": "System.Security.Policy.Evidence" + } + ], + "isStatic": false, + "name": "CreateInstance", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ObjectHandle", + "params": [ + { "name": "assemblyName", "typeName": "string" }, + { "name": "typeName", "typeName": "string" }, + { "name": "activationAttributes", "typeName": "object[]" } + ], + "isStatic": false, + "name": "CreateInstance", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ObjectHandle", + "params": [ + { "name": "assemblyFile", "typeName": "string" }, + { "name": "typeName", "typeName": "string" } + ], + "isStatic": false, + "name": "CreateInstanceFrom", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ObjectHandle", + "params": [ + { "name": "assemblyFile", "typeName": "string" }, + { "name": "typeName", "typeName": "string" }, + { "name": "ignoreCase", "typeName": "bool" }, + { + "name": "bindingAttr", + "typeName": "System.Reflection.BindingFlags" + }, + { "name": "binder", "typeName": "System.Reflection.Binder" }, + { "name": "args", "typeName": "object[]" }, + { + "name": "culture", + "typeName": "System.Globalization.CultureInfo" + }, + { "name": "activationAttributes", "typeName": "object[]" }, + { + "name": "securityAttributes", + "typeName": "System.Security.Policy.Evidence" + } + ], + "isStatic": false, + "name": "CreateInstanceFrom", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ObjectHandle", + "params": [ + { "name": "assemblyFile", "typeName": "string" }, + { "name": "typeName", "typeName": "string" }, + { "name": "activationAttributes", "typeName": "object[]" } + ], + "isStatic": false, + "name": "CreateInstanceFrom", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "AssemblyBuilder", + "params": [ + { "name": "name", "typeName": "System.Reflection.AssemblyName" }, + { + "name": "access", + "typeName": "System.Reflection.Emit.AssemblyBuilderAccess" + } + ], + "isStatic": false, + "name": "DefineDynamicAssembly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "AssemblyBuilder", + "params": [ + { "name": "name", "typeName": "System.Reflection.AssemblyName" }, + { + "name": "access", + "typeName": "System.Reflection.Emit.AssemblyBuilderAccess" + }, + { + "name": "requiredPermissions", + "typeName": "System.Security.PermissionSet" + }, + { + "name": "optionalPermissions", + "typeName": "System.Security.PermissionSet" + }, + { + "name": "refusedPermissions", + "typeName": "System.Security.PermissionSet" + } + ], + "isStatic": false, + "name": "DefineDynamicAssembly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "AssemblyBuilder", + "params": [ + { "name": "name", "typeName": "System.Reflection.AssemblyName" }, + { + "name": "access", + "typeName": "System.Reflection.Emit.AssemblyBuilderAccess" + }, + { + "name": "evidence", + "typeName": "System.Security.Policy.Evidence" + } + ], + "isStatic": false, + "name": "DefineDynamicAssembly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "AssemblyBuilder", + "params": [ + { "name": "name", "typeName": "System.Reflection.AssemblyName" }, + { + "name": "access", + "typeName": "System.Reflection.Emit.AssemblyBuilderAccess" + }, + { + "name": "evidence", + "typeName": "System.Security.Policy.Evidence" + }, + { + "name": "requiredPermissions", + "typeName": "System.Security.PermissionSet" + }, + { + "name": "optionalPermissions", + "typeName": "System.Security.PermissionSet" + }, + { + "name": "refusedPermissions", + "typeName": "System.Security.PermissionSet" + } + ], + "isStatic": false, + "name": "DefineDynamicAssembly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "AssemblyBuilder", + "params": [ + { "name": "name", "typeName": "System.Reflection.AssemblyName" }, + { + "name": "access", + "typeName": "System.Reflection.Emit.AssemblyBuilderAccess" + }, + { "name": "dir", "typeName": "string" } + ], + "isStatic": false, + "name": "DefineDynamicAssembly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "AssemblyBuilder", + "params": [ + { "name": "name", "typeName": "System.Reflection.AssemblyName" }, + { + "name": "access", + "typeName": "System.Reflection.Emit.AssemblyBuilderAccess" + }, + { "name": "dir", "typeName": "string" }, + { + "name": "requiredPermissions", + "typeName": "System.Security.PermissionSet" + }, + { + "name": "optionalPermissions", + "typeName": "System.Security.PermissionSet" + }, + { + "name": "refusedPermissions", + "typeName": "System.Security.PermissionSet" + } + ], + "isStatic": false, + "name": "DefineDynamicAssembly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "AssemblyBuilder", + "params": [ + { "name": "name", "typeName": "System.Reflection.AssemblyName" }, + { + "name": "access", + "typeName": "System.Reflection.Emit.AssemblyBuilderAccess" + }, + { "name": "dir", "typeName": "string" }, + { + "name": "evidence", + "typeName": "System.Security.Policy.Evidence" + } + ], + "isStatic": false, + "name": "DefineDynamicAssembly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "AssemblyBuilder", + "params": [ + { "name": "name", "typeName": "System.Reflection.AssemblyName" }, + { + "name": "access", + "typeName": "System.Reflection.Emit.AssemblyBuilderAccess" + }, + { "name": "dir", "typeName": "string" }, + { + "name": "evidence", + "typeName": "System.Security.Policy.Evidence" + }, + { + "name": "requiredPermissions", + "typeName": "System.Security.PermissionSet" + }, + { + "name": "optionalPermissions", + "typeName": "System.Security.PermissionSet" + }, + { + "name": "refusedPermissions", + "typeName": "System.Security.PermissionSet" + } + ], + "isStatic": false, + "name": "DefineDynamicAssembly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "AssemblyBuilder", + "params": [ + { "name": "name", "typeName": "System.Reflection.AssemblyName" }, + { + "name": "access", + "typeName": "System.Reflection.Emit.AssemblyBuilderAccess" + }, + { "name": "dir", "typeName": "string" }, + { + "name": "evidence", + "typeName": "System.Security.Policy.Evidence" + }, + { + "name": "requiredPermissions", + "typeName": "System.Security.PermissionSet" + }, + { + "name": "optionalPermissions", + "typeName": "System.Security.PermissionSet" + }, + { + "name": "refusedPermissions", + "typeName": "System.Security.PermissionSet" + }, + { "name": "isSynchronized", "typeName": "bool" } + ], + "isStatic": false, + "name": "DefineDynamicAssembly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "theDelegate", + "typeName": "System.CrossAppDomainDelegate" + } + ], + "isStatic": false, + "name": "DoCallBack", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "other", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "assemblyFile", "typeName": "string" }], + "isStatic": false, + "name": "ExecuteAssembly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "assemblyFile", "typeName": "string" }, + { + "name": "assemblySecurity", + "typeName": "System.Security.Policy.Evidence" + } + ], + "isStatic": false, + "name": "ExecuteAssembly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "assemblyFile", "typeName": "string" }, + { + "name": "assemblySecurity", + "typeName": "System.Security.Policy.Evidence" + }, + { "name": "args", "typeName": "string[]" } + ], + "isStatic": false, + "name": "ExecuteAssembly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetAssemblies", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "GetData", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "riid", "typeName": "System.Guid" }, + { "name": "rgszNames", "typeName": "System.IntPtr" }, + { "name": "cNames", "typeName": "uint" }, + { "name": "lcid", "typeName": "uint" }, + { "name": "rgDispId", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": "GetIDsOfNames", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [], + "isStatic": false, + "name": "GetLifetimeService", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Type", + "params": [], + "isStatic": false, + "name": "GetType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "iTInfo", "typeName": "uint" }, + { "name": "lcid", "typeName": "uint" }, + { "name": "ppTInfo", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": "GetTypeInfo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "pcTInfo", "typeName": "uint" }], + "isStatic": false, + "name": "GetTypeInfoCount", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [], + "isStatic": false, + "name": "InitializeLifetimeService", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "dispIdMember", "typeName": "uint" }, + { "name": "riid", "typeName": "System.Guid" }, + { "name": "lcid", "typeName": "uint" }, + { "name": "wFlags", "typeName": "short" }, + { "name": "pDispParams", "typeName": "System.IntPtr" }, + { "name": "pVarResult", "typeName": "System.IntPtr" }, + { "name": "pExcepInfo", "typeName": "System.IntPtr" }, + { "name": "puArgErr", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Assembly", + "params": [{ "name": "rawAssembly", "typeName": "byte[]" }], + "isStatic": false, + "name": "Load", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Assembly", + "params": [ + { "name": "rawAssembly", "typeName": "byte[]" }, + { "name": "rawSymbolStore", "typeName": "byte[]" } + ], + "isStatic": false, + "name": "Load", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Assembly", + "params": [ + { "name": "rawAssembly", "typeName": "byte[]" }, + { "name": "rawSymbolStore", "typeName": "byte[]" }, + { + "name": "securityEvidence", + "typeName": "System.Security.Policy.Evidence" + } + ], + "isStatic": false, + "name": "Load", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Assembly", + "params": [ + { + "name": "assemblyRef", + "typeName": "System.Reflection.AssemblyName" + } + ], + "isStatic": false, + "name": "Load", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Assembly", + "params": [ + { + "name": "assemblyRef", + "typeName": "System.Reflection.AssemblyName" + }, + { + "name": "assemblySecurity", + "typeName": "System.Security.Policy.Evidence" + } + ], + "isStatic": false, + "name": "Load", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Assembly", + "params": [{ "name": "assemblyString", "typeName": "string" }], + "isStatic": false, + "name": "Load", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Assembly", + "params": [ + { "name": "assemblyString", "typeName": "string" }, + { + "name": "assemblySecurity", + "typeName": "System.Security.Policy.Evidence" + } + ], + "isStatic": false, + "name": "Load", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "domainPolicy", + "typeName": "System.Security.Policy.PolicyLevel" + } + ], + "isStatic": false, + "name": "SetAppDomainPolicy", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "s", "typeName": "string" }], + "isStatic": false, + "name": "SetCachePath", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "data", "typeName": "object" } + ], + "isStatic": false, + "name": "SetData", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "policy", + "typeName": "System.Security.Principal.PrincipalPolicy" + } + ], + "isStatic": false, + "name": "SetPrincipalPolicy", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "s", "typeName": "string" }], + "isStatic": false, + "name": "SetShadowCopyPath", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "principal", + "typeName": "System.Security.Principal.IPrincipal" + } + ], + "isStatic": false, + "name": "SetThreadPrincipal", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "_AppDomain", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "UnityEngineInternal", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngineInternal.GITextureType", + "name": "Charting", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngineInternal.GITextureType", + "name": "Albedo", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngineInternal.GITextureType", + "name": "Emissive", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngineInternal.GITextureType", + "name": "Irradiance", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngineInternal.GITextureType", + "name": "Directionality", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngineInternal.GITextureType", + "name": "Baked", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngineInternal.GITextureType", + "name": "BakedDirectional", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngineInternal.GITextureType", + "name": "InputWorkspace", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngineInternal.GITextureType", + "name": "BakedShadowMask", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngineInternal.GITextureType", + "name": "BakedAlbedo", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngineInternal.GITextureType", + "name": "BakedEmissive", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngineInternal.GITextureType", + "name": "BakedCharting", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngineInternal.GITextureType", + "name": "BakedTexelValidity", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngineInternal.GITextureType", + "name": "BakedUVOverlap", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngineInternal.GITextureType", + "name": "BakedLightmapCulling", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngineInternal.GITextureType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "GITextureType", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngineInternal", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "cycleMode", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "pauseCycleMode", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngineInternal.GITextureType", + "name": "texType", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "ResetRuntimeInputTextures", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "PlayCycleMode", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "PauseCycleMode", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "StopCycleMode", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "skip", "typeName": "int" }], + "isStatic": true, + "name": "CycleSkipSystems", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "skip", "typeName": "int" }], + "isStatic": true, + "name": "CycleSkipInstances", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "GIDebugVisualisation", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngineInternal", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngineInternal.MemorylessMode", + "name": "Unused", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngineInternal.MemorylessMode", + "name": "Forced", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngineInternal.MemorylessMode", + "name": "Automatic", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngineInternal.MemorylessMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "MemorylessMode", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngineInternal", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngineInternal.MemorylessMode", + "name": "depthMemorylessMode", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "MemorylessManager", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngineInternal", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "float", + "name": "FloatMinNormal", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "FloatMinDenormal", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "IsFlushToZeroEnabled", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "MathfInternal", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngineInternal", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Component", + "params": [ + { "name": "go", "typeName": "UnityEngine.GameObject" }, + { "name": "sourceInfo", "typeName": "string" }, + { "name": "name", "typeName": "string" } + ], + "isStatic": true, + "name": "AddComponent", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "APIUpdaterRuntimeServices", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngineInternal", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngineInternal.TypeInferenceRules", + "name": "TypeReferencedByFirstArgument", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngineInternal.TypeInferenceRules", + "name": "TypeReferencedBySecondArgument", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngineInternal.TypeInferenceRules", + "name": "ArrayOfTypeReferencedByFirstArgument", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngineInternal.TypeInferenceRules", + "name": "TypeOfFirstArgument", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngineInternal.TypeInferenceRules", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "TypeInferenceRules", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngineInternal", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "rule", + "typeName": "UnityEngineInternal.TypeInferenceRules" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "rule", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "TypeInferenceRuleAttribute", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngineInternal", + "baseClass": "System.Collections.Stack", + "attribute": "", + "interfaces": ["ICollection", "IEnumerable", "ICloneable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "GenericStack", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "System.Collections", + "baseClass": "object", + "attribute": "", + "interfaces": ["IList", "ICollection", "IEnumerable", "ICloneable"], + "fields": [ + { + "typeName": "int", + "name": "Capacity", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "Count", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsFixedSize", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsReadOnly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsSynchronized", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "object", + "name": "this[]", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "object", + "name": "SyncRoot", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "c", "typeName": "System.Collections.ICollection" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "capacity", "typeName": "int" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ArrayList", + "params": [ + { "name": "list", "typeName": "System.Collections.IList" } + ], + "isStatic": true, + "name": "Adapter", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "c", "typeName": "System.Collections.ICollection" } + ], + "isStatic": false, + "name": "AddRange", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "count", "typeName": "int" }, + { "name": "value", "typeName": "object" }, + { "name": "comparer", "typeName": "System.Collections.IComparer" } + ], + "isStatic": false, + "name": "BinarySearch", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "BinarySearch", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "value", "typeName": "object" }, + { "name": "comparer", "typeName": "System.Collections.IComparer" } + ], + "isStatic": false, + "name": "BinarySearch", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Clear", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [], + "isStatic": false, + "name": "Clone", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "item", "typeName": "object" }], + "isStatic": false, + "name": "Contains", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "array", "typeName": "System.Array" }], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "array", "typeName": "System.Array" }, + { "name": "arrayIndex", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "array", "typeName": "System.Array" }, + { "name": "arrayIndex", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ArrayList", + "params": [ + { "name": "list", "typeName": "System.Collections.ArrayList" } + ], + "isStatic": true, + "name": "FixedSize", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IList", + "params": [ + { "name": "list", "typeName": "System.Collections.IList" } + ], + "isStatic": true, + "name": "FixedSize", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IEnumerator", + "params": [], + "isStatic": false, + "name": "GetEnumerator", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IEnumerator", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "GetEnumerator", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ArrayList", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "GetRange", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "IndexOf", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "value", "typeName": "object" }, + { "name": "startIndex", "typeName": "int" } + ], + "isStatic": false, + "name": "IndexOf", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "value", "typeName": "object" }, + { "name": "startIndex", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "IndexOf", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "value", "typeName": "object" } + ], + "isStatic": false, + "name": "Insert", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "c", "typeName": "System.Collections.ICollection" } + ], + "isStatic": false, + "name": "InsertRange", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "LastIndexOf", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "value", "typeName": "object" }, + { "name": "startIndex", "typeName": "int" } + ], + "isStatic": false, + "name": "LastIndexOf", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "value", "typeName": "object" }, + { "name": "startIndex", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "LastIndexOf", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ArrayList", + "params": [ + { "name": "list", "typeName": "System.Collections.ArrayList" } + ], + "isStatic": true, + "name": "ReadOnly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IList", + "params": [ + { "name": "list", "typeName": "System.Collections.IList" } + ], + "isStatic": true, + "name": "ReadOnly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "RemoveAt", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "RemoveRange", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ArrayList", + "params": [ + { "name": "value", "typeName": "object" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": true, + "name": "Repeat", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Reverse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "Reverse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "c", "typeName": "System.Collections.ICollection" } + ], + "isStatic": false, + "name": "SetRange", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Sort", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "comparer", "typeName": "System.Collections.IComparer" } + ], + "isStatic": false, + "name": "Sort", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "count", "typeName": "int" }, + { "name": "comparer", "typeName": "System.Collections.IComparer" } + ], + "isStatic": false, + "name": "Sort", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ArrayList", + "params": [ + { "name": "list", "typeName": "System.Collections.ArrayList" } + ], + "isStatic": true, + "name": "Synchronized", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IList", + "params": [ + { "name": "list", "typeName": "System.Collections.IList" } + ], + "isStatic": true, + "name": "Synchronized", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "ToArray", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Array", + "params": [{ "name": "type", "typeName": "System.Type" }], + "isStatic": false, + "name": "ToArray", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "TrimToSize", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ArrayList", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Collections", + "baseClass": "object", + "attribute": "", + "interfaces": ["ICollection", "IEnumerable", "ICloneable"], + "fields": [ + { + "typeName": "int", + "name": "Count", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsReadOnly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsSynchronized", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "this[]", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "Length", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "object", + "name": "SyncRoot", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "values", "typeName": "bool[]" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "bytes", "typeName": "byte[]" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "bits", "typeName": "System.Collections.BitArray" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "length", "typeName": "int" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "length", "typeName": "int" }, + { "name": "defaultValue", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "values", "typeName": "int[]" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "BitArray", + "params": [ + { "name": "value", "typeName": "System.Collections.BitArray" } + ], + "isStatic": false, + "name": "And", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [], + "isStatic": false, + "name": "Clone", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "array", "typeName": "System.Array" }, + { "name": "index", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "Get", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IEnumerator", + "params": [], + "isStatic": false, + "name": "GetEnumerator", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "BitArray", + "params": [], + "isStatic": false, + "name": "Not", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "BitArray", + "params": [ + { "name": "value", "typeName": "System.Collections.BitArray" } + ], + "isStatic": false, + "name": "Or", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "value", "typeName": "bool" } + ], + "isStatic": false, + "name": "Set", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "bool" }], + "isStatic": false, + "name": "SetAll", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "BitArray", + "params": [ + { "name": "value", "typeName": "System.Collections.BitArray" } + ], + "isStatic": false, + "name": "Xor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "BitArray", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Collections", + "baseClass": "object", + "attribute": "", + "interfaces": ["IComparer"], + "fields": [ + { + "typeName": "System.Collections.CaseInsensitiveComparer", + "name": "Default", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Collections.CaseInsensitiveComparer", + "name": "DefaultInvariant", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "culture", + "typeName": "System.Globalization.CultureInfo" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "a", "typeName": "object" }, + { "name": "b", "typeName": "object" } + ], + "isStatic": false, + "name": "Compare", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "CaseInsensitiveComparer", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Collections", + "baseClass": "object", + "attribute": "", + "interfaces": ["IHashCodeProvider"], + "fields": [ + { + "typeName": "System.Collections.CaseInsensitiveHashCodeProvider", + "name": "Default", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Collections.CaseInsensitiveHashCodeProvider", + "name": "DefaultInvariant", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "culture", + "typeName": "System.Globalization.CultureInfo" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "CaseInsensitiveHashCodeProvider", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Collections", + "baseClass": "object", + "attribute": "", + "interfaces": ["IList", "ICollection", "IEnumerable"], + "fields": [ + { + "typeName": "int", + "name": "Capacity", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "Count", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Clear", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IEnumerator", + "params": [], + "isStatic": false, + "name": "GetEnumerator", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "RemoveAt", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "CollectionBase", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Collections", + "baseClass": "object", + "attribute": "", + "interfaces": ["IComparer", "ISerializable"], + "fields": [ + { + "typeName": "System.Collections.Comparer", + "name": "Default", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Collections.Comparer", + "name": "DefaultInvariant", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "culture", + "typeName": "System.Globalization.CultureInfo" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "a", "typeName": "object" }, + { "name": "b", "typeName": "object" } + ], + "isStatic": false, + "name": "Compare", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "info", + "typeName": "System.Runtime.Serialization.SerializationInfo" + }, + { + "name": "context", + "typeName": "System.Runtime.Serialization.StreamingContext" + } + ], + "isStatic": false, + "name": "GetObjectData", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "Comparer", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Collections", + "baseClass": "object", + "attribute": "", + "interfaces": ["IDictionary", "ICollection", "IEnumerable"], + "fields": [ + { + "typeName": "int", + "name": "Count", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Clear", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "array", "typeName": "System.Array" }, + { "name": "index", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IDictionaryEnumerator", + "params": [], + "isStatic": false, + "name": "GetEnumerator", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "DictionaryBase", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Collections", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "object", + "name": "Key", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "object", + "name": "Value", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "key", "typeName": "object" }, + { "name": "value", "typeName": "object" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "DictionaryEntry", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Collections", + "baseClass": "object", + "attribute": "", + "interfaces": [ + "IDictionary", + "ICollection", + "IEnumerable", + "ICloneable", + "IDeserializationCallback", + "ISerializable" + ], + "fields": [ + { + "typeName": "int", + "name": "Count", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsFixedSize", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsReadOnly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsSynchronized", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "object", + "name": "this[]", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Collections.ICollection", + "name": "Keys", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "object", + "name": "SyncRoot", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Collections.ICollection", + "name": "Values", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "d", "typeName": "System.Collections.IDictionary" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "d", "typeName": "System.Collections.IDictionary" }, + { + "name": "equalityComparer", + "typeName": "System.Collections.IEqualityComparer" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "d", "typeName": "System.Collections.IDictionary" }, + { + "name": "hcp", + "typeName": "System.Collections.IHashCodeProvider" + }, + { "name": "comparer", "typeName": "System.Collections.IComparer" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "d", "typeName": "System.Collections.IDictionary" }, + { "name": "loadFactor", "typeName": "float" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "d", "typeName": "System.Collections.IDictionary" }, + { "name": "loadFactor", "typeName": "float" }, + { + "name": "equalityComparer", + "typeName": "System.Collections.IEqualityComparer" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "d", "typeName": "System.Collections.IDictionary" }, + { "name": "loadFactor", "typeName": "float" }, + { + "name": "hcp", + "typeName": "System.Collections.IHashCodeProvider" + }, + { "name": "comparer", "typeName": "System.Collections.IComparer" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "equalityComparer", + "typeName": "System.Collections.IEqualityComparer" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "hcp", + "typeName": "System.Collections.IHashCodeProvider" + }, + { "name": "comparer", "typeName": "System.Collections.IComparer" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "capacity", "typeName": "int" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "capacity", "typeName": "int" }, + { + "name": "equalityComparer", + "typeName": "System.Collections.IEqualityComparer" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "capacity", "typeName": "int" }, + { + "name": "hcp", + "typeName": "System.Collections.IHashCodeProvider" + }, + { "name": "comparer", "typeName": "System.Collections.IComparer" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "capacity", "typeName": "int" }, + { "name": "loadFactor", "typeName": "float" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "capacity", "typeName": "int" }, + { "name": "loadFactor", "typeName": "float" }, + { + "name": "equalityComparer", + "typeName": "System.Collections.IEqualityComparer" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "capacity", "typeName": "int" }, + { "name": "loadFactor", "typeName": "float" }, + { + "name": "hcp", + "typeName": "System.Collections.IHashCodeProvider" + }, + { "name": "comparer", "typeName": "System.Collections.IComparer" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "key", "typeName": "object" }, + { "name": "value", "typeName": "object" } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Clear", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [], + "isStatic": false, + "name": "Clone", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "key", "typeName": "object" }], + "isStatic": false, + "name": "Contains", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "key", "typeName": "object" }], + "isStatic": false, + "name": "ContainsKey", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "ContainsValue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "array", "typeName": "System.Array" }, + { "name": "arrayIndex", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IDictionaryEnumerator", + "params": [], + "isStatic": false, + "name": "GetEnumerator", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "info", + "typeName": "System.Runtime.Serialization.SerializationInfo" + }, + { + "name": "context", + "typeName": "System.Runtime.Serialization.StreamingContext" + } + ], + "isStatic": false, + "name": "GetObjectData", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "sender", "typeName": "object" }], + "isStatic": false, + "name": "OnDeserialization", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "key", "typeName": "object" }], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Hashtable", + "params": [ + { "name": "table", "typeName": "System.Collections.Hashtable" } + ], + "isStatic": true, + "name": "Synchronized", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "Hashtable", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Collections", + "baseClass": "", + "attribute": "interface", + "interfaces": ["IEnumerable"], + "fields": [ + { + "typeName": "int", + "name": "Count", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsSynchronized", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "object", + "name": "SyncRoot", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "array", "typeName": "System.Array" }, + { "name": "index", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ICollection", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Collections", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Int32", + "params": [ + { "name": "x", "typeName": "object" }, + { "name": "y", "typeName": "object" } + ], + "isStatic": false, + "name": "Compare", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "IComparer", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Collections", + "baseClass": "", + "attribute": "interface", + "interfaces": ["ICollection", "IEnumerable"], + "fields": [ + { + "typeName": "bool", + "name": "IsFixedSize", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsReadOnly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "object", + "name": "this[]", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Collections.ICollection", + "name": "Keys", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Collections.ICollection", + "name": "Values", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "key", "typeName": "object" }, + { "name": "value", "typeName": "object" } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Clear", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "key", "typeName": "object" }], + "isStatic": false, + "name": "Contains", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IDictionaryEnumerator", + "params": [], + "isStatic": false, + "name": "GetEnumerator", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "key", "typeName": "object" }], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "IDictionary", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Collections", + "baseClass": "", + "attribute": "interface", + "interfaces": ["IEnumerator"], + "fields": [ + { + "typeName": "System.Collections.DictionaryEntry", + "name": "Entry", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "object", + "name": "Key", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "object", + "name": "Value", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [], + "name": "IDictionaryEnumerator", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Collections", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "IEnumerator", + "params": [], + "isStatic": false, + "name": "GetEnumerator", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "IEnumerable", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Collections", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [ + { + "typeName": "object", + "name": "Current", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "MoveNext", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Reset", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "IEnumerator", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Collections", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [ + { "name": "x", "typeName": "object" }, + { "name": "y", "typeName": "object" } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "IEqualityComparer", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Collections", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Int32", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "IHashCodeProvider", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Collections", + "baseClass": "", + "attribute": "interface", + "interfaces": ["ICollection", "IEnumerable"], + "fields": [ + { + "typeName": "bool", + "name": "IsFixedSize", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsReadOnly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "object", + "name": "this[]", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Int32", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Clear", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "Contains", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "IndexOf", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "value", "typeName": "object" } + ], + "isStatic": false, + "name": "Insert", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "RemoveAt", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "IList", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Collections", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Int32", + "params": [ + { "name": "other", "typeName": "object" }, + { "name": "comparer", "typeName": "System.Collections.IComparer" } + ], + "isStatic": false, + "name": "CompareTo", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "IStructuralComparable", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Collections", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [ + { "name": "other", "typeName": "object" }, + { + "name": "comparer", + "typeName": "System.Collections.IEqualityComparer" + } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "comparer", + "typeName": "System.Collections.IEqualityComparer" + } + ], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "IStructuralEquatable", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Collections", + "baseClass": "object", + "attribute": "", + "interfaces": ["ICollection", "IEnumerable", "ICloneable"], + "fields": [ + { + "typeName": "int", + "name": "Count", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsSynchronized", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "object", + "name": "SyncRoot", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "col", "typeName": "System.Collections.ICollection" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "capacity", "typeName": "int" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "capacity", "typeName": "int" }, + { "name": "growFactor", "typeName": "float" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Clear", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [], + "isStatic": false, + "name": "Clone", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Contains", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "array", "typeName": "System.Array" }, + { "name": "index", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [], + "isStatic": false, + "name": "Dequeue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Enqueue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IEnumerator", + "params": [], + "isStatic": false, + "name": "GetEnumerator", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [], + "isStatic": false, + "name": "Peek", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Queue", + "params": [ + { "name": "queue", "typeName": "System.Collections.Queue" } + ], + "isStatic": true, + "name": "Synchronized", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "ToArray", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "TrimToSize", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "Queue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Collections", + "baseClass": "object", + "attribute": "", + "interfaces": ["ICollection", "IEnumerable"], + "fields": [ + { + "typeName": "int", + "name": "Count", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "IEnumerator", + "params": [], + "isStatic": false, + "name": "GetEnumerator", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ReadOnlyCollectionBase", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Collections", + "baseClass": "object", + "attribute": "", + "interfaces": ["IDictionary", "ICollection", "IEnumerable", "ICloneable"], + "fields": [ + { + "typeName": "int", + "name": "Capacity", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "Count", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsFixedSize", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsReadOnly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsSynchronized", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "object", + "name": "this[]", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Collections.ICollection", + "name": "Keys", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "object", + "name": "SyncRoot", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Collections.ICollection", + "name": "Values", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "comparer", "typeName": "System.Collections.IComparer" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "comparer", "typeName": "System.Collections.IComparer" }, + { "name": "capacity", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "d", "typeName": "System.Collections.IDictionary" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "d", "typeName": "System.Collections.IDictionary" }, + { "name": "comparer", "typeName": "System.Collections.IComparer" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "initialCapacity", "typeName": "int" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "key", "typeName": "object" }, + { "name": "value", "typeName": "object" } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Clear", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [], + "isStatic": false, + "name": "Clone", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "key", "typeName": "object" }], + "isStatic": false, + "name": "Contains", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "key", "typeName": "object" }], + "isStatic": false, + "name": "ContainsKey", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "ContainsValue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "array", "typeName": "System.Array" }, + { "name": "arrayIndex", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "GetByIndex", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IDictionaryEnumerator", + "params": [], + "isStatic": false, + "name": "GetEnumerator", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "GetKey", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IList", + "params": [], + "isStatic": false, + "name": "GetKeyList", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IList", + "params": [], + "isStatic": false, + "name": "GetValueList", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "key", "typeName": "object" }], + "isStatic": false, + "name": "IndexOfKey", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "IndexOfValue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "key", "typeName": "object" }], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "RemoveAt", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "value", "typeName": "object" } + ], + "isStatic": false, + "name": "SetByIndex", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SortedList", + "params": [ + { "name": "list", "typeName": "System.Collections.SortedList" } + ], + "isStatic": true, + "name": "Synchronized", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "TrimToSize", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "SortedList", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Collections", + "baseClass": "object", + "attribute": "", + "interfaces": ["ICollection", "IEnumerable", "ICloneable"], + "fields": [ + { + "typeName": "int", + "name": "Count", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsSynchronized", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "object", + "name": "SyncRoot", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "col", "typeName": "System.Collections.ICollection" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "initialCapacity", "typeName": "int" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Clear", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [], + "isStatic": false, + "name": "Clone", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Contains", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "array", "typeName": "System.Array" }, + { "name": "index", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IEnumerator", + "params": [], + "isStatic": false, + "name": "GetEnumerator", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [], + "isStatic": false, + "name": "Peek", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [], + "isStatic": false, + "name": "Pop", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Push", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Stack", + "params": [ + { "name": "stack", "typeName": "System.Collections.Stack" } + ], + "isStatic": true, + "name": "Synchronized", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "ToArray", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "Stack", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Collections", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Collections.IComparer", + "name": "StructuralComparer", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Collections.IEqualityComparer", + "name": "StructuralEqualityComparer", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [], + "name": "StructuralComparisons", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "UnityEngineInternal.XR.WSA", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "version", + "typeName": "UnityEngine.XR.WSA.RemoteDeviceVersion" + } + ], + "isStatic": true, + "name": "EnableRemoteSpeech", + "comment": "", + "location": "UnityEngine.VRModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "DisableRemoteSpeech", + "comment": "", + "location": "UnityEngine.VRModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.VRModule.dll" + } + ], + "name": "RemoteSpeechAccess", + "comment": "", + "location": "UnityEngine.VRModule.dll" + }, + { + "namespace": "System.Collections.Concurrent", + "baseClass": "object", + "attribute": "", + "interfaces": [ + "IDictionary", + "ICollection", + "IReadOnlyDictionary", + "IReadOnlyCollection", + "IEnumerable", + "IDictionary", + "ICollection", + "IEnumerable" + ], + "fields": [ + { + "typeName": "int", + "name": "Count", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsEmpty", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "TValue", + "name": "this[]", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Collections.Generic.ICollection", + "name": "Keys", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Collections.Generic.ICollection", + "name": "Values", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "collection", + "typeName": "System.Collections.Generic.IEnumerable>" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "collection", + "typeName": "System.Collections.Generic.IEnumerable>" + }, + { + "name": "comparer", + "typeName": "System.Collections.Generic.IEqualityComparer" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "comparer", + "typeName": "System.Collections.Generic.IEqualityComparer" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "concurrencyLevel", "typeName": "int" }, + { + "name": "collection", + "typeName": "System.Collections.Generic.IEnumerable>" + }, + { + "name": "comparer", + "typeName": "System.Collections.Generic.IEqualityComparer" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "concurrencyLevel", "typeName": "int" }, + { "name": "capacity", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "concurrencyLevel", "typeName": "int" }, + { "name": "capacity", "typeName": "int" }, + { + "name": "comparer", + "typeName": "System.Collections.Generic.IEqualityComparer" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "TValue", + "params": [ + { "name": "key", "typeName": "TKey" }, + { + "name": "addValueFactory", + "typeName": "System.Func" + }, + { + "name": "updateValueFactory", + "typeName": "System.Func" + } + ], + "isStatic": false, + "name": "AddOrUpdate", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "TValue", + "params": [ + { "name": "key", "typeName": "TKey" }, + { "name": "addValue", "typeName": "TValue" }, + { + "name": "updateValueFactory", + "typeName": "System.Func" + } + ], + "isStatic": false, + "name": "AddOrUpdate", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Clear", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "key", "typeName": "TKey" }], + "isStatic": false, + "name": "ContainsKey", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IEnumerator", + "params": [], + "isStatic": false, + "name": "GetEnumerator", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "TValue", + "params": [ + { "name": "key", "typeName": "TKey" }, + { "name": "valueFactory", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "GetOrAdd", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "TValue", + "params": [ + { "name": "key", "typeName": "TKey" }, + { "name": "value", "typeName": "TValue" } + ], + "isStatic": false, + "name": "GetOrAdd", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "ToArray", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "key", "typeName": "TKey" }, + { "name": "value", "typeName": "TValue" } + ], + "isStatic": false, + "name": "TryAdd", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "key", "typeName": "TKey" }, + { "name": "value", "typeName": "TValue" } + ], + "isStatic": false, + "name": "TryGetValue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "key", "typeName": "TKey" }, + { "name": "value", "typeName": "TValue" } + ], + "isStatic": false, + "name": "TryRemove", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "key", "typeName": "TKey" }, + { "name": "newValue", "typeName": "TValue" }, + { "name": "comparisonValue", "typeName": "TValue" } + ], + "isStatic": false, + "name": "TryUpdate", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ConcurrentDictionary", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Collections.Concurrent", + "baseClass": "object", + "attribute": "", + "interfaces": [ + "IProducerConsumerCollection", + "ICollection", + "IReadOnlyCollection", + "IEnumerable", + "IEnumerable" + ], + "fields": [ + { + "typeName": "int", + "name": "Count", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsEmpty", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "collection", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "array", "typeName": "T[]" }, + { "name": "index", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "item", "typeName": "T" }], + "isStatic": false, + "name": "Enqueue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IEnumerator", + "params": [], + "isStatic": false, + "name": "GetEnumerator", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "ToArray", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "result", "typeName": "T" }], + "isStatic": false, + "name": "TryDequeue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "result", "typeName": "T" }], + "isStatic": false, + "name": "TryPeek", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ConcurrentQueue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Collections.Concurrent", + "baseClass": "object", + "attribute": "", + "interfaces": [ + "IProducerConsumerCollection", + "ICollection", + "IReadOnlyCollection", + "IEnumerable", + "IEnumerable" + ], + "fields": [ + { + "typeName": "int", + "name": "Count", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsEmpty", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "collection", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Clear", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "array", "typeName": "T[]" }, + { "name": "index", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IEnumerator", + "params": [], + "isStatic": false, + "name": "GetEnumerator", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "item", "typeName": "T" }], + "isStatic": false, + "name": "Push", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "items", "typeName": "T[]" }], + "isStatic": false, + "name": "PushRange", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "items", "typeName": "T[]" }, + { "name": "startIndex", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "PushRange", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "ToArray", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "result", "typeName": "T" }], + "isStatic": false, + "name": "TryPeek", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "result", "typeName": "T" }], + "isStatic": false, + "name": "TryPop", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "items", "typeName": "T[]" }], + "isStatic": false, + "name": "TryPopRange", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "items", "typeName": "T[]" }, + { "name": "startIndex", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "TryPopRange", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ConcurrentStack", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Collections.Concurrent", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Collections.Concurrent.EnumerablePartitionerOptions", + "name": "NoBuffering", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Collections.Concurrent.EnumerablePartitionerOptions", + "name": "None", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Collections.Concurrent.EnumerablePartitionerOptions", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "EnumerablePartitionerOptions", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Collections.Concurrent", + "baseClass": "", + "attribute": "interface", + "interfaces": ["IEnumerable", "ICollection", "IEnumerable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "array", "typeName": "T[]" }, + { "name": "index", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "ToArray", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "item", "typeName": "T" }], + "isStatic": false, + "name": "TryAdd", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "item", "typeName": "T" }], + "isStatic": false, + "name": "TryTake", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "IProducerConsumerCollection", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Collections.Concurrent", + "baseClass": "System.Collections.Concurrent.Partitioner", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "KeysNormalized", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "KeysOrderedAcrossPartitions", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "KeysOrderedInEachPartition", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "IEnumerable", + "params": [], + "isStatic": false, + "name": "GetDynamicPartitions", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [], + "isStatic": false, + "name": "GetOrderableDynamicPartitions", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IList", + "params": [{ "name": "partitionCount", "typeName": "int" }], + "isStatic": false, + "name": "GetOrderablePartitions", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IList", + "params": [{ "name": "partitionCount", "typeName": "int" }], + "isStatic": false, + "name": "GetPartitions", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "OrderablePartitioner", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Collections.Concurrent", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "OrderablePartitioner", + "params": [ + { "name": "fromInclusive", "typeName": "int" }, + { "name": "toExclusive", "typeName": "int" } + ], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "OrderablePartitioner", + "params": [ + { "name": "fromInclusive", "typeName": "int" }, + { "name": "toExclusive", "typeName": "int" }, + { "name": "rangeSize", "typeName": "int" } + ], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "OrderablePartitioner", + "params": [ + { "name": "fromInclusive", "typeName": "long" }, + { "name": "toExclusive", "typeName": "long" } + ], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "OrderablePartitioner", + "params": [ + { "name": "fromInclusive", "typeName": "long" }, + { "name": "toExclusive", "typeName": "long" }, + { "name": "rangeSize", "typeName": "long" } + ], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "OrderablePartitioner", + "params": [ + { + "name": "source", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "OrderablePartitioner", + "params": [ + { + "name": "source", + "typeName": "System.Collections.Generic.IEnumerable" + }, + { + "name": "partitionerOptions", + "typeName": "System.Collections.Concurrent.EnumerablePartitionerOptions" + } + ], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "OrderablePartitioner", + "params": [ + { + "name": "list", + "typeName": "System.Collections.Generic.IList" + }, + { "name": "loadBalance", "typeName": "bool" } + ], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "OrderablePartitioner", + "params": [ + { "name": "array", "typeName": "TSource[]" }, + { "name": "loadBalance", "typeName": "bool" } + ], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "Partitioner", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Collections.Concurrent", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "SupportsDynamicPartitions", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "IEnumerable", + "params": [], + "isStatic": false, + "name": "GetDynamicPartitions", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IList", + "params": [{ "name": "partitionCount", "typeName": "int" }], + "isStatic": false, + "name": "GetPartitions", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "Partitioner", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Collections.Concurrent", + "baseClass": "object", + "attribute": "", + "interfaces": [ + "IReadOnlyCollection", + "IEnumerable", + "ICollection", + "IEnumerable", + "IDisposable" + ], + "fields": [ + { + "typeName": "int", + "name": "BoundedCapacity", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "Count", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "IsAddingCompleted", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "IsCompleted", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "collection", + "typeName": "System.Collections.Concurrent.IProducerConsumerCollection" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "collection", + "typeName": "System.Collections.Concurrent.IProducerConsumerCollection" + }, + { "name": "boundedCapacity", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "boundedCapacity", "typeName": "int" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "item", "typeName": "T" }], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "item", "typeName": "T" }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "collections", + "typeName": "System.Collections.Concurrent.BlockingCollection[]" + }, + { "name": "item", "typeName": "T" } + ], + "isStatic": true, + "name": "AddToAny", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "collections", + "typeName": "System.Collections.Concurrent.BlockingCollection[]" + }, + { "name": "item", "typeName": "T" }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": true, + "name": "AddToAny", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "CompleteAdding", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "array", "typeName": "T[]" }, + { "name": "index", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [], + "isStatic": false, + "name": "GetConsumingEnumerable", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [ + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": false, + "name": "GetConsumingEnumerable", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "T", + "params": [], + "isStatic": false, + "name": "Take", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "T", + "params": [ + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": false, + "name": "Take", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "collections", + "typeName": "System.Collections.Concurrent.BlockingCollection[]" + }, + { "name": "item", "typeName": "T" } + ], + "isStatic": true, + "name": "TakeFromAny", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "collections", + "typeName": "System.Collections.Concurrent.BlockingCollection[]" + }, + { "name": "item", "typeName": "T" }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": true, + "name": "TakeFromAny", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "ToArray", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "item", "typeName": "T" }], + "isStatic": false, + "name": "TryAdd", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "item", "typeName": "T" }, + { "name": "millisecondsTimeout", "typeName": "int" } + ], + "isStatic": false, + "name": "TryAdd", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "item", "typeName": "T" }, + { "name": "millisecondsTimeout", "typeName": "int" }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": false, + "name": "TryAdd", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "item", "typeName": "T" }, + { "name": "timeout", "typeName": "System.TimeSpan" } + ], + "isStatic": false, + "name": "TryAdd", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "collections", + "typeName": "System.Collections.Concurrent.BlockingCollection[]" + }, + { "name": "item", "typeName": "T" } + ], + "isStatic": true, + "name": "TryAddToAny", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "collections", + "typeName": "System.Collections.Concurrent.BlockingCollection[]" + }, + { "name": "item", "typeName": "T" }, + { "name": "millisecondsTimeout", "typeName": "int" } + ], + "isStatic": true, + "name": "TryAddToAny", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "collections", + "typeName": "System.Collections.Concurrent.BlockingCollection[]" + }, + { "name": "item", "typeName": "T" }, + { "name": "millisecondsTimeout", "typeName": "int" }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": true, + "name": "TryAddToAny", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "collections", + "typeName": "System.Collections.Concurrent.BlockingCollection[]" + }, + { "name": "item", "typeName": "T" }, + { "name": "timeout", "typeName": "System.TimeSpan" } + ], + "isStatic": true, + "name": "TryAddToAny", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "item", "typeName": "T" }], + "isStatic": false, + "name": "TryTake", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "item", "typeName": "T" }, + { "name": "millisecondsTimeout", "typeName": "int" } + ], + "isStatic": false, + "name": "TryTake", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "item", "typeName": "T" }, + { "name": "millisecondsTimeout", "typeName": "int" }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": false, + "name": "TryTake", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "item", "typeName": "T" }, + { "name": "timeout", "typeName": "System.TimeSpan" } + ], + "isStatic": false, + "name": "TryTake", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "collections", + "typeName": "System.Collections.Concurrent.BlockingCollection[]" + }, + { "name": "item", "typeName": "T" } + ], + "isStatic": true, + "name": "TryTakeFromAny", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "collections", + "typeName": "System.Collections.Concurrent.BlockingCollection[]" + }, + { "name": "item", "typeName": "T" }, + { "name": "millisecondsTimeout", "typeName": "int" } + ], + "isStatic": true, + "name": "TryTakeFromAny", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "collections", + "typeName": "System.Collections.Concurrent.BlockingCollection[]" + }, + { "name": "item", "typeName": "T" }, + { "name": "millisecondsTimeout", "typeName": "int" }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": true, + "name": "TryTakeFromAny", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "collections", + "typeName": "System.Collections.Concurrent.BlockingCollection[]" + }, + { "name": "item", "typeName": "T" }, + { "name": "timeout", "typeName": "System.TimeSpan" } + ], + "isStatic": true, + "name": "TryTakeFromAny", + "comment": "", + "location": "System.dll" + } + ], + "name": "BlockingCollection", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Collections.Concurrent", + "baseClass": "object", + "attribute": "", + "interfaces": [ + "IProducerConsumerCollection", + "ICollection", + "IReadOnlyCollection", + "IEnumerable", + "IEnumerable" + ], + "fields": [ + { + "typeName": "int", + "name": "Count", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "IsEmpty", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "collection", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "item", "typeName": "T" }], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "array", "typeName": "T[]" }, + { "name": "index", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IEnumerator", + "params": [], + "isStatic": false, + "name": "GetEnumerator", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "ToArray", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "result", "typeName": "T" }], + "isStatic": false, + "name": "TryPeek", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "result", "typeName": "T" }], + "isStatic": false, + "name": "TryTake", + "comment": "", + "location": "System.dll" + } + ], + "name": "ConcurrentBag", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "", + "baseClass": "NodeCanvas.Framework.ConditionTask", + "attribute": "", + "interfaces": [ + "ISerializationCollectable", + "ISerializationCallbackReceiver" + ], + "fields": [ + { + "typeName": "NodeCanvas.Framework.Internal.BBObjectParameter", + "name": "Variable", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Editor/ParadoxNotion/NodeCanvas/Tasks/Conditions/Blackboard/CheckEnumFlag.cs#20" + }, + { + "typeName": "NodeCanvas.Framework.Internal.BBObjectParameter", + "name": "Flag", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Editor/ParadoxNotion/NodeCanvas/Tasks/Conditions/Blackboard/CheckEnumFlag.cs#22" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Editor/ParadoxNotion/NodeCanvas/Tasks/Conditions/Blackboard/CheckEnumFlag.cs#11" + } + ], + "name": "CheckEnumFlag", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Editor/ParadoxNotion/NodeCanvas/Tasks/Conditions/Blackboard/CheckEnumFlag.cs#11" + }, + { + "namespace": "System.Dynamic", + "baseClass": "System.Dynamic.DynamicMetaObjectBinder", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Linq.Expressions.ExpressionType", + "name": "Operation", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Type", + "name": "ReturnType", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "DynamicMetaObject", + "params": [ + { + "name": "target", + "typeName": "System.Dynamic.DynamicMetaObject" + }, + { "name": "args", "typeName": "System.Dynamic.DynamicMetaObject[]" } + ], + "isStatic": false, + "name": "Bind", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "DynamicMetaObject", + "params": [ + { + "name": "target", + "typeName": "System.Dynamic.DynamicMetaObject" + }, + { "name": "arg", "typeName": "System.Dynamic.DynamicMetaObject" } + ], + "isStatic": false, + "name": "FallbackBinaryOperation", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "DynamicMetaObject", + "params": [ + { + "name": "target", + "typeName": "System.Dynamic.DynamicMetaObject" + }, + { "name": "arg", "typeName": "System.Dynamic.DynamicMetaObject" }, + { + "name": "errorSuggestion", + "typeName": "System.Dynamic.DynamicMetaObject" + } + ], + "isStatic": false, + "name": "FallbackBinaryOperation", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "BinaryOperationBinder", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Dynamic", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Dynamic.BindingRestrictions", + "name": "Empty", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "BindingRestrictions", + "params": [ + { + "name": "contributingObjects", + "typeName": "System.Collections.Generic.IList" + } + ], + "isStatic": true, + "name": "Combine", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "BindingRestrictions", + "params": [ + { + "name": "expression", + "typeName": "System.Linq.Expressions.Expression" + } + ], + "isStatic": true, + "name": "GetExpressionRestriction", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "BindingRestrictions", + "params": [ + { + "name": "expression", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "instance", "typeName": "object" } + ], + "isStatic": true, + "name": "GetInstanceRestriction", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "BindingRestrictions", + "params": [ + { + "name": "expression", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "type", "typeName": "System.Type" } + ], + "isStatic": true, + "name": "GetTypeRestriction", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "BindingRestrictions", + "params": [ + { + "name": "restrictions", + "typeName": "System.Dynamic.BindingRestrictions" + } + ], + "isStatic": false, + "name": "Merge", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Expression", + "params": [], + "isStatic": false, + "name": "ToExpression", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "BindingRestrictions", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Dynamic", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "ArgumentCount", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Collections.ObjectModel.ReadOnlyCollection", + "name": "ArgumentNames", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "argCount", "typeName": "int" }, + { + "name": "argNames", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "argCount", "typeName": "int" }, + { "name": "argNames", "typeName": "string[]" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "CallInfo", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Dynamic", + "baseClass": "System.Dynamic.DynamicMetaObjectBinder", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "Explicit", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Type", + "name": "ReturnType", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Type", + "name": "Type", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "DynamicMetaObject", + "params": [ + { + "name": "target", + "typeName": "System.Dynamic.DynamicMetaObject" + }, + { "name": "args", "typeName": "System.Dynamic.DynamicMetaObject[]" } + ], + "isStatic": false, + "name": "Bind", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "DynamicMetaObject", + "params": [ + { "name": "target", "typeName": "System.Dynamic.DynamicMetaObject" } + ], + "isStatic": false, + "name": "FallbackConvert", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "DynamicMetaObject", + "params": [ + { + "name": "target", + "typeName": "System.Dynamic.DynamicMetaObject" + }, + { + "name": "errorSuggestion", + "typeName": "System.Dynamic.DynamicMetaObject" + } + ], + "isStatic": false, + "name": "FallbackConvert", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "ConvertBinder", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Dynamic", + "baseClass": "System.Dynamic.DynamicMetaObjectBinder", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Dynamic.CallInfo", + "name": "CallInfo", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Type", + "name": "ReturnType", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "DynamicMetaObject", + "params": [ + { + "name": "target", + "typeName": "System.Dynamic.DynamicMetaObject" + }, + { "name": "args", "typeName": "System.Dynamic.DynamicMetaObject[]" } + ], + "isStatic": false, + "name": "Bind", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "DynamicMetaObject", + "params": [ + { + "name": "target", + "typeName": "System.Dynamic.DynamicMetaObject" + }, + { "name": "args", "typeName": "System.Dynamic.DynamicMetaObject[]" } + ], + "isStatic": false, + "name": "FallbackCreateInstance", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "DynamicMetaObject", + "params": [ + { + "name": "target", + "typeName": "System.Dynamic.DynamicMetaObject" + }, + { + "name": "args", + "typeName": "System.Dynamic.DynamicMetaObject[]" + }, + { + "name": "errorSuggestion", + "typeName": "System.Dynamic.DynamicMetaObject" + } + ], + "isStatic": false, + "name": "FallbackCreateInstance", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "CreateInstanceBinder", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Dynamic", + "baseClass": "System.Dynamic.DynamicMetaObjectBinder", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Dynamic.CallInfo", + "name": "CallInfo", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Type", + "name": "ReturnType", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "DynamicMetaObject", + "params": [ + { + "name": "target", + "typeName": "System.Dynamic.DynamicMetaObject" + }, + { "name": "args", "typeName": "System.Dynamic.DynamicMetaObject[]" } + ], + "isStatic": false, + "name": "Bind", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "DynamicMetaObject", + "params": [ + { + "name": "target", + "typeName": "System.Dynamic.DynamicMetaObject" + }, + { + "name": "indexes", + "typeName": "System.Dynamic.DynamicMetaObject[]" + } + ], + "isStatic": false, + "name": "FallbackDeleteIndex", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "DynamicMetaObject", + "params": [ + { + "name": "target", + "typeName": "System.Dynamic.DynamicMetaObject" + }, + { + "name": "indexes", + "typeName": "System.Dynamic.DynamicMetaObject[]" + }, + { + "name": "errorSuggestion", + "typeName": "System.Dynamic.DynamicMetaObject" + } + ], + "isStatic": false, + "name": "FallbackDeleteIndex", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "DeleteIndexBinder", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Dynamic", + "baseClass": "System.Dynamic.DynamicMetaObjectBinder", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "IgnoreCase", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Type", + "name": "ReturnType", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "DynamicMetaObject", + "params": [ + { + "name": "target", + "typeName": "System.Dynamic.DynamicMetaObject" + }, + { "name": "args", "typeName": "System.Dynamic.DynamicMetaObject[]" } + ], + "isStatic": false, + "name": "Bind", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "DynamicMetaObject", + "params": [ + { "name": "target", "typeName": "System.Dynamic.DynamicMetaObject" } + ], + "isStatic": false, + "name": "FallbackDeleteMember", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "DynamicMetaObject", + "params": [ + { + "name": "target", + "typeName": "System.Dynamic.DynamicMetaObject" + }, + { + "name": "errorSuggestion", + "typeName": "System.Dynamic.DynamicMetaObject" + } + ], + "isStatic": false, + "name": "FallbackDeleteMember", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "DeleteMemberBinder", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Dynamic", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Dynamic.DynamicMetaObject[]", + "name": "EmptyMetaObjects", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.Expression", + "name": "Expression", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "bool", + "name": "HasValue", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Type", + "name": "LimitType", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Dynamic.BindingRestrictions", + "name": "Restrictions", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Type", + "name": "RuntimeType", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "object", + "name": "Value", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "expression", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "restrictions", + "typeName": "System.Dynamic.BindingRestrictions" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "expression", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "restrictions", + "typeName": "System.Dynamic.BindingRestrictions" + }, + { "name": "value", "typeName": "object" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "DynamicMetaObject", + "params": [ + { + "name": "binder", + "typeName": "System.Dynamic.BinaryOperationBinder" + }, + { "name": "arg", "typeName": "System.Dynamic.DynamicMetaObject" } + ], + "isStatic": false, + "name": "BindBinaryOperation", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "DynamicMetaObject", + "params": [ + { "name": "binder", "typeName": "System.Dynamic.ConvertBinder" } + ], + "isStatic": false, + "name": "BindConvert", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "DynamicMetaObject", + "params": [ + { + "name": "binder", + "typeName": "System.Dynamic.CreateInstanceBinder" + }, + { "name": "args", "typeName": "System.Dynamic.DynamicMetaObject[]" } + ], + "isStatic": false, + "name": "BindCreateInstance", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "DynamicMetaObject", + "params": [ + { + "name": "binder", + "typeName": "System.Dynamic.DeleteIndexBinder" + }, + { + "name": "indexes", + "typeName": "System.Dynamic.DynamicMetaObject[]" + } + ], + "isStatic": false, + "name": "BindDeleteIndex", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "DynamicMetaObject", + "params": [ + { + "name": "binder", + "typeName": "System.Dynamic.DeleteMemberBinder" + } + ], + "isStatic": false, + "name": "BindDeleteMember", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "DynamicMetaObject", + "params": [ + { "name": "binder", "typeName": "System.Dynamic.GetIndexBinder" }, + { + "name": "indexes", + "typeName": "System.Dynamic.DynamicMetaObject[]" + } + ], + "isStatic": false, + "name": "BindGetIndex", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "DynamicMetaObject", + "params": [ + { "name": "binder", "typeName": "System.Dynamic.GetMemberBinder" } + ], + "isStatic": false, + "name": "BindGetMember", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "DynamicMetaObject", + "params": [ + { "name": "binder", "typeName": "System.Dynamic.InvokeBinder" }, + { "name": "args", "typeName": "System.Dynamic.DynamicMetaObject[]" } + ], + "isStatic": false, + "name": "BindInvoke", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "DynamicMetaObject", + "params": [ + { + "name": "binder", + "typeName": "System.Dynamic.InvokeMemberBinder" + }, + { "name": "args", "typeName": "System.Dynamic.DynamicMetaObject[]" } + ], + "isStatic": false, + "name": "BindInvokeMember", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "DynamicMetaObject", + "params": [ + { "name": "binder", "typeName": "System.Dynamic.SetIndexBinder" }, + { + "name": "indexes", + "typeName": "System.Dynamic.DynamicMetaObject[]" + }, + { "name": "value", "typeName": "System.Dynamic.DynamicMetaObject" } + ], + "isStatic": false, + "name": "BindSetIndex", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "DynamicMetaObject", + "params": [ + { "name": "binder", "typeName": "System.Dynamic.SetMemberBinder" }, + { "name": "value", "typeName": "System.Dynamic.DynamicMetaObject" } + ], + "isStatic": false, + "name": "BindSetMember", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "DynamicMetaObject", + "params": [ + { + "name": "binder", + "typeName": "System.Dynamic.UnaryOperationBinder" + } + ], + "isStatic": false, + "name": "BindUnaryOperation", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "DynamicMetaObject", + "params": [ + { "name": "value", "typeName": "object" }, + { + "name": "expression", + "typeName": "System.Linq.Expressions.Expression" + } + ], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [], + "isStatic": false, + "name": "GetDynamicMemberNames", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "DynamicMetaObject", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Dynamic", + "baseClass": "System.Runtime.CompilerServices.CallSiteBinder", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Type", + "name": "ReturnType", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "DynamicMetaObject", + "params": [ + { + "name": "target", + "typeName": "System.Dynamic.DynamicMetaObject" + }, + { "name": "args", "typeName": "System.Dynamic.DynamicMetaObject[]" } + ], + "isStatic": false, + "name": "Bind", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Expression", + "params": [ + { "name": "args", "typeName": "object[]" }, + { + "name": "parameters", + "typeName": "System.Collections.ObjectModel.ReadOnlyCollection" + }, + { + "name": "returnLabel", + "typeName": "System.Linq.Expressions.LabelTarget" + } + ], + "isStatic": false, + "name": "Bind", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "DynamicMetaObject", + "params": [ + { + "name": "target", + "typeName": "System.Dynamic.DynamicMetaObject" + }, + { "name": "args", "typeName": "System.Dynamic.DynamicMetaObject[]" } + ], + "isStatic": false, + "name": "Defer", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "DynamicMetaObject", + "params": [ + { "name": "args", "typeName": "System.Dynamic.DynamicMetaObject[]" } + ], + "isStatic": false, + "name": "Defer", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Expression", + "params": [{ "name": "type", "typeName": "System.Type" }], + "isStatic": false, + "name": "GetUpdateExpression", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "DynamicMetaObjectBinder", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Dynamic", + "baseClass": "object", + "attribute": "", + "interfaces": ["IDynamicMetaObjectProvider"], + "fields": [], + "methods": [ + { + "returnTypeName": "IEnumerable", + "params": [], + "isStatic": false, + "name": "GetDynamicMemberNames", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "DynamicMetaObject", + "params": [ + { + "name": "parameter", + "typeName": "System.Linq.Expressions.Expression" + } + ], + "isStatic": false, + "name": "GetMetaObject", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "binder", + "typeName": "System.Dynamic.BinaryOperationBinder" + }, + { "name": "arg", "typeName": "object" }, + { "name": "result", "typeName": "object" } + ], + "isStatic": false, + "name": "TryBinaryOperation", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "binder", "typeName": "System.Dynamic.ConvertBinder" }, + { "name": "result", "typeName": "object" } + ], + "isStatic": false, + "name": "TryConvert", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "binder", + "typeName": "System.Dynamic.CreateInstanceBinder" + }, + { "name": "args", "typeName": "object[]" }, + { "name": "result", "typeName": "object" } + ], + "isStatic": false, + "name": "TryCreateInstance", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "binder", + "typeName": "System.Dynamic.DeleteIndexBinder" + }, + { "name": "indexes", "typeName": "object[]" } + ], + "isStatic": false, + "name": "TryDeleteIndex", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "binder", + "typeName": "System.Dynamic.DeleteMemberBinder" + } + ], + "isStatic": false, + "name": "TryDeleteMember", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "binder", "typeName": "System.Dynamic.GetIndexBinder" }, + { "name": "indexes", "typeName": "object[]" }, + { "name": "result", "typeName": "object" } + ], + "isStatic": false, + "name": "TryGetIndex", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "binder", "typeName": "System.Dynamic.GetMemberBinder" }, + { "name": "result", "typeName": "object" } + ], + "isStatic": false, + "name": "TryGetMember", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "binder", "typeName": "System.Dynamic.InvokeBinder" }, + { "name": "args", "typeName": "object[]" }, + { "name": "result", "typeName": "object" } + ], + "isStatic": false, + "name": "TryInvoke", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "binder", + "typeName": "System.Dynamic.InvokeMemberBinder" + }, + { "name": "args", "typeName": "object[]" }, + { "name": "result", "typeName": "object" } + ], + "isStatic": false, + "name": "TryInvokeMember", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "binder", "typeName": "System.Dynamic.SetIndexBinder" }, + { "name": "indexes", "typeName": "object[]" }, + { "name": "value", "typeName": "object" } + ], + "isStatic": false, + "name": "TrySetIndex", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "binder", "typeName": "System.Dynamic.SetMemberBinder" }, + { "name": "value", "typeName": "object" } + ], + "isStatic": false, + "name": "TrySetMember", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "binder", + "typeName": "System.Dynamic.UnaryOperationBinder" + }, + { "name": "result", "typeName": "object" } + ], + "isStatic": false, + "name": "TryUnaryOperation", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "DynamicObject", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Dynamic", + "baseClass": "object", + "attribute": "", + "interfaces": [ + "IDictionary", + "ICollection", + "IEnumerable", + "IEnumerable", + "INotifyPropertyChanged", + "IDynamicMetaObjectProvider" + ], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "ExpandoObject", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Dynamic", + "baseClass": "System.Dynamic.DynamicMetaObjectBinder", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Dynamic.CallInfo", + "name": "CallInfo", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Type", + "name": "ReturnType", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "DynamicMetaObject", + "params": [ + { + "name": "target", + "typeName": "System.Dynamic.DynamicMetaObject" + }, + { "name": "args", "typeName": "System.Dynamic.DynamicMetaObject[]" } + ], + "isStatic": false, + "name": "Bind", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "DynamicMetaObject", + "params": [ + { + "name": "target", + "typeName": "System.Dynamic.DynamicMetaObject" + }, + { + "name": "indexes", + "typeName": "System.Dynamic.DynamicMetaObject[]" + } + ], + "isStatic": false, + "name": "FallbackGetIndex", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "DynamicMetaObject", + "params": [ + { + "name": "target", + "typeName": "System.Dynamic.DynamicMetaObject" + }, + { + "name": "indexes", + "typeName": "System.Dynamic.DynamicMetaObject[]" + }, + { + "name": "errorSuggestion", + "typeName": "System.Dynamic.DynamicMetaObject" + } + ], + "isStatic": false, + "name": "FallbackGetIndex", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "GetIndexBinder", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Dynamic", + "baseClass": "System.Dynamic.DynamicMetaObjectBinder", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "IgnoreCase", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Type", + "name": "ReturnType", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "DynamicMetaObject", + "params": [ + { + "name": "target", + "typeName": "System.Dynamic.DynamicMetaObject" + }, + { "name": "args", "typeName": "System.Dynamic.DynamicMetaObject[]" } + ], + "isStatic": false, + "name": "Bind", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "DynamicMetaObject", + "params": [ + { "name": "target", "typeName": "System.Dynamic.DynamicMetaObject" } + ], + "isStatic": false, + "name": "FallbackGetMember", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "DynamicMetaObject", + "params": [ + { + "name": "target", + "typeName": "System.Dynamic.DynamicMetaObject" + }, + { + "name": "errorSuggestion", + "typeName": "System.Dynamic.DynamicMetaObject" + } + ], + "isStatic": false, + "name": "FallbackGetMember", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "GetMemberBinder", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Dynamic", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "DynamicMetaObject", + "params": [ + { + "name": "parameter", + "typeName": "System.Linq.Expressions.Expression" + } + ], + "isStatic": false, + "name": "GetMetaObject", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "IDynamicMetaObjectProvider", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Dynamic", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "InvokeOnGet", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [], + "name": "IInvokeOnGetBinder", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Dynamic", + "baseClass": "System.Dynamic.DynamicMetaObjectBinder", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Dynamic.CallInfo", + "name": "CallInfo", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Type", + "name": "ReturnType", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "DynamicMetaObject", + "params": [ + { + "name": "target", + "typeName": "System.Dynamic.DynamicMetaObject" + }, + { "name": "args", "typeName": "System.Dynamic.DynamicMetaObject[]" } + ], + "isStatic": false, + "name": "Bind", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "DynamicMetaObject", + "params": [ + { + "name": "target", + "typeName": "System.Dynamic.DynamicMetaObject" + }, + { "name": "args", "typeName": "System.Dynamic.DynamicMetaObject[]" } + ], + "isStatic": false, + "name": "FallbackInvoke", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "DynamicMetaObject", + "params": [ + { + "name": "target", + "typeName": "System.Dynamic.DynamicMetaObject" + }, + { + "name": "args", + "typeName": "System.Dynamic.DynamicMetaObject[]" + }, + { + "name": "errorSuggestion", + "typeName": "System.Dynamic.DynamicMetaObject" + } + ], + "isStatic": false, + "name": "FallbackInvoke", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "InvokeBinder", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Dynamic", + "baseClass": "System.Dynamic.DynamicMetaObjectBinder", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Dynamic.CallInfo", + "name": "CallInfo", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "bool", + "name": "IgnoreCase", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Type", + "name": "ReturnType", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "DynamicMetaObject", + "params": [ + { + "name": "target", + "typeName": "System.Dynamic.DynamicMetaObject" + }, + { "name": "args", "typeName": "System.Dynamic.DynamicMetaObject[]" } + ], + "isStatic": false, + "name": "Bind", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "DynamicMetaObject", + "params": [ + { + "name": "target", + "typeName": "System.Dynamic.DynamicMetaObject" + }, + { + "name": "args", + "typeName": "System.Dynamic.DynamicMetaObject[]" + }, + { + "name": "errorSuggestion", + "typeName": "System.Dynamic.DynamicMetaObject" + } + ], + "isStatic": false, + "name": "FallbackInvoke", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "DynamicMetaObject", + "params": [ + { + "name": "target", + "typeName": "System.Dynamic.DynamicMetaObject" + }, + { "name": "args", "typeName": "System.Dynamic.DynamicMetaObject[]" } + ], + "isStatic": false, + "name": "FallbackInvokeMember", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "DynamicMetaObject", + "params": [ + { + "name": "target", + "typeName": "System.Dynamic.DynamicMetaObject" + }, + { + "name": "args", + "typeName": "System.Dynamic.DynamicMetaObject[]" + }, + { + "name": "errorSuggestion", + "typeName": "System.Dynamic.DynamicMetaObject" + } + ], + "isStatic": false, + "name": "FallbackInvokeMember", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "InvokeMemberBinder", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Dynamic", + "baseClass": "System.Dynamic.DynamicMetaObjectBinder", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Dynamic.CallInfo", + "name": "CallInfo", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Type", + "name": "ReturnType", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "DynamicMetaObject", + "params": [ + { + "name": "target", + "typeName": "System.Dynamic.DynamicMetaObject" + }, + { "name": "args", "typeName": "System.Dynamic.DynamicMetaObject[]" } + ], + "isStatic": false, + "name": "Bind", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "DynamicMetaObject", + "params": [ + { + "name": "target", + "typeName": "System.Dynamic.DynamicMetaObject" + }, + { + "name": "indexes", + "typeName": "System.Dynamic.DynamicMetaObject[]" + }, + { "name": "value", "typeName": "System.Dynamic.DynamicMetaObject" } + ], + "isStatic": false, + "name": "FallbackSetIndex", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "DynamicMetaObject", + "params": [ + { + "name": "target", + "typeName": "System.Dynamic.DynamicMetaObject" + }, + { + "name": "indexes", + "typeName": "System.Dynamic.DynamicMetaObject[]" + }, + { "name": "value", "typeName": "System.Dynamic.DynamicMetaObject" }, + { + "name": "errorSuggestion", + "typeName": "System.Dynamic.DynamicMetaObject" + } + ], + "isStatic": false, + "name": "FallbackSetIndex", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "SetIndexBinder", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Dynamic", + "baseClass": "System.Dynamic.DynamicMetaObjectBinder", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "IgnoreCase", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Type", + "name": "ReturnType", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "DynamicMetaObject", + "params": [ + { + "name": "target", + "typeName": "System.Dynamic.DynamicMetaObject" + }, + { "name": "args", "typeName": "System.Dynamic.DynamicMetaObject[]" } + ], + "isStatic": false, + "name": "Bind", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "DynamicMetaObject", + "params": [ + { + "name": "target", + "typeName": "System.Dynamic.DynamicMetaObject" + }, + { "name": "value", "typeName": "System.Dynamic.DynamicMetaObject" } + ], + "isStatic": false, + "name": "FallbackSetMember", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "DynamicMetaObject", + "params": [ + { + "name": "target", + "typeName": "System.Dynamic.DynamicMetaObject" + }, + { "name": "value", "typeName": "System.Dynamic.DynamicMetaObject" }, + { + "name": "errorSuggestion", + "typeName": "System.Dynamic.DynamicMetaObject" + } + ], + "isStatic": false, + "name": "FallbackSetMember", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "SetMemberBinder", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Dynamic", + "baseClass": "System.Dynamic.DynamicMetaObjectBinder", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Linq.Expressions.ExpressionType", + "name": "Operation", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Type", + "name": "ReturnType", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "DynamicMetaObject", + "params": [ + { + "name": "target", + "typeName": "System.Dynamic.DynamicMetaObject" + }, + { "name": "args", "typeName": "System.Dynamic.DynamicMetaObject[]" } + ], + "isStatic": false, + "name": "Bind", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "DynamicMetaObject", + "params": [ + { "name": "target", "typeName": "System.Dynamic.DynamicMetaObject" } + ], + "isStatic": false, + "name": "FallbackUnaryOperation", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "DynamicMetaObject", + "params": [ + { + "name": "target", + "typeName": "System.Dynamic.DynamicMetaObject" + }, + { + "name": "errorSuggestion", + "typeName": "System.Dynamic.DynamicMetaObject" + } + ], + "isStatic": false, + "name": "FallbackUnaryOperation", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "UnaryOperationBinder", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Numerics", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [ + "IComparable", + "IComparable", + "IEquatable", + "IFormattable" + ], + "fields": [ + { + "typeName": "bool", + "name": "IsEven", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "typeName": "bool", + "name": "IsOne", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "typeName": "bool", + "name": "IsPowerOfTwo", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "typeName": "bool", + "name": "IsZero", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "typeName": "System.Numerics.BigInteger", + "name": "MinusOne", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "typeName": "System.Numerics.BigInteger", + "name": "One", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "typeName": "int", + "name": "Sign", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "typeName": "System.Numerics.BigInteger", + "name": "Zero", + "comment": "", + "location": "System.Numerics.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "byte[]" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "decimal" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "double" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "int" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "long" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "float" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "uint" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "ulong" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "BigInteger", + "params": [ + { "name": "value", "typeName": "System.Numerics.BigInteger" } + ], + "isStatic": true, + "name": "Abs", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "BigInteger", + "params": [ + { "name": "left", "typeName": "System.Numerics.BigInteger" }, + { "name": "right", "typeName": "System.Numerics.BigInteger" } + ], + "isStatic": true, + "name": "Add", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "left", "typeName": "System.Numerics.BigInteger" }, + { "name": "right", "typeName": "System.Numerics.BigInteger" } + ], + "isStatic": true, + "name": "Compare", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "other", "typeName": "long" }], + "isStatic": false, + "name": "CompareTo", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "other", "typeName": "System.Numerics.BigInteger" } + ], + "isStatic": false, + "name": "CompareTo", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "CompareTo", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "other", "typeName": "ulong" }], + "isStatic": false, + "name": "CompareTo", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "BigInteger", + "params": [ + { "name": "dividend", "typeName": "System.Numerics.BigInteger" }, + { "name": "divisor", "typeName": "System.Numerics.BigInteger" } + ], + "isStatic": true, + "name": "Divide", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "BigInteger", + "params": [ + { "name": "dividend", "typeName": "System.Numerics.BigInteger" }, + { "name": "divisor", "typeName": "System.Numerics.BigInteger" }, + { "name": "remainder", "typeName": "System.Numerics.BigInteger" } + ], + "isStatic": true, + "name": "DivRem", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "other", "typeName": "long" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "other", "typeName": "System.Numerics.BigInteger" } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "other", "typeName": "ulong" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "BigInteger", + "params": [ + { "name": "left", "typeName": "System.Numerics.BigInteger" }, + { "name": "right", "typeName": "System.Numerics.BigInteger" } + ], + "isStatic": true, + "name": "GreatestCommonDivisor", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Double", + "params": [ + { "name": "value", "typeName": "System.Numerics.BigInteger" } + ], + "isStatic": true, + "name": "Log", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Double", + "params": [ + { "name": "value", "typeName": "System.Numerics.BigInteger" }, + { "name": "baseValue", "typeName": "double" } + ], + "isStatic": true, + "name": "Log", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Double", + "params": [ + { "name": "value", "typeName": "System.Numerics.BigInteger" } + ], + "isStatic": true, + "name": "Log10", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "BigInteger", + "params": [ + { "name": "left", "typeName": "System.Numerics.BigInteger" }, + { "name": "right", "typeName": "System.Numerics.BigInteger" } + ], + "isStatic": true, + "name": "Max", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "BigInteger", + "params": [ + { "name": "left", "typeName": "System.Numerics.BigInteger" }, + { "name": "right", "typeName": "System.Numerics.BigInteger" } + ], + "isStatic": true, + "name": "Min", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "BigInteger", + "params": [ + { "name": "value", "typeName": "System.Numerics.BigInteger" }, + { "name": "exponent", "typeName": "System.Numerics.BigInteger" }, + { "name": "modulus", "typeName": "System.Numerics.BigInteger" } + ], + "isStatic": true, + "name": "ModPow", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "BigInteger", + "params": [ + { "name": "left", "typeName": "System.Numerics.BigInteger" }, + { "name": "right", "typeName": "System.Numerics.BigInteger" } + ], + "isStatic": true, + "name": "Multiply", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "BigInteger", + "params": [ + { "name": "value", "typeName": "System.Numerics.BigInteger" } + ], + "isStatic": true, + "name": "Negate", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "BigInteger", + "params": [ + { "name": "left", "typeName": "System.Numerics.BigInteger" }, + { "name": "right", "typeName": "System.Numerics.BigInteger" } + ], + "isStatic": true, + "name": "op_Addition", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "BigInteger", + "params": [ + { "name": "left", "typeName": "System.Numerics.BigInteger" }, + { "name": "right", "typeName": "System.Numerics.BigInteger" } + ], + "isStatic": true, + "name": "op_BitwiseAnd", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "BigInteger", + "params": [ + { "name": "left", "typeName": "System.Numerics.BigInteger" }, + { "name": "right", "typeName": "System.Numerics.BigInteger" } + ], + "isStatic": true, + "name": "op_BitwiseOr", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "BigInteger", + "params": [ + { "name": "value", "typeName": "System.Numerics.BigInteger" } + ], + "isStatic": true, + "name": "op_Decrement", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "BigInteger", + "params": [ + { "name": "dividend", "typeName": "System.Numerics.BigInteger" }, + { "name": "divisor", "typeName": "System.Numerics.BigInteger" } + ], + "isStatic": true, + "name": "op_Division", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "left", "typeName": "long" }, + { "name": "right", "typeName": "System.Numerics.BigInteger" } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "left", "typeName": "System.Numerics.BigInteger" }, + { "name": "right", "typeName": "long" } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "left", "typeName": "System.Numerics.BigInteger" }, + { "name": "right", "typeName": "System.Numerics.BigInteger" } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "left", "typeName": "System.Numerics.BigInteger" }, + { "name": "right", "typeName": "ulong" } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "left", "typeName": "ulong" }, + { "name": "right", "typeName": "System.Numerics.BigInteger" } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "BigInteger", + "params": [ + { "name": "left", "typeName": "System.Numerics.BigInteger" }, + { "name": "right", "typeName": "System.Numerics.BigInteger" } + ], + "isStatic": true, + "name": "op_ExclusiveOr", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "BigInteger", + "params": [{ "name": "value", "typeName": "decimal" }], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "BigInteger", + "params": [{ "name": "value", "typeName": "double" }], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Byte", + "params": [ + { "name": "value", "typeName": "System.Numerics.BigInteger" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Decimal", + "params": [ + { "name": "value", "typeName": "System.Numerics.BigInteger" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Double", + "params": [ + { "name": "value", "typeName": "System.Numerics.BigInteger" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Int16", + "params": [ + { "name": "value", "typeName": "System.Numerics.BigInteger" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "value", "typeName": "System.Numerics.BigInteger" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Int64", + "params": [ + { "name": "value", "typeName": "System.Numerics.BigInteger" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "SByte", + "params": [ + { "name": "value", "typeName": "System.Numerics.BigInteger" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Single", + "params": [ + { "name": "value", "typeName": "System.Numerics.BigInteger" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "UInt16", + "params": [ + { "name": "value", "typeName": "System.Numerics.BigInteger" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "UInt32", + "params": [ + { "name": "value", "typeName": "System.Numerics.BigInteger" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "UInt64", + "params": [ + { "name": "value", "typeName": "System.Numerics.BigInteger" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "BigInteger", + "params": [{ "name": "value", "typeName": "float" }], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "left", "typeName": "long" }, + { "name": "right", "typeName": "System.Numerics.BigInteger" } + ], + "isStatic": true, + "name": "op_GreaterThan", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "left", "typeName": "System.Numerics.BigInteger" }, + { "name": "right", "typeName": "long" } + ], + "isStatic": true, + "name": "op_GreaterThan", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "left", "typeName": "System.Numerics.BigInteger" }, + { "name": "right", "typeName": "System.Numerics.BigInteger" } + ], + "isStatic": true, + "name": "op_GreaterThan", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "left", "typeName": "System.Numerics.BigInteger" }, + { "name": "right", "typeName": "ulong" } + ], + "isStatic": true, + "name": "op_GreaterThan", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "left", "typeName": "ulong" }, + { "name": "right", "typeName": "System.Numerics.BigInteger" } + ], + "isStatic": true, + "name": "op_GreaterThan", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "left", "typeName": "long" }, + { "name": "right", "typeName": "System.Numerics.BigInteger" } + ], + "isStatic": true, + "name": "op_GreaterThanOrEqual", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "left", "typeName": "System.Numerics.BigInteger" }, + { "name": "right", "typeName": "long" } + ], + "isStatic": true, + "name": "op_GreaterThanOrEqual", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "left", "typeName": "System.Numerics.BigInteger" }, + { "name": "right", "typeName": "System.Numerics.BigInteger" } + ], + "isStatic": true, + "name": "op_GreaterThanOrEqual", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "left", "typeName": "System.Numerics.BigInteger" }, + { "name": "right", "typeName": "ulong" } + ], + "isStatic": true, + "name": "op_GreaterThanOrEqual", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "left", "typeName": "ulong" }, + { "name": "right", "typeName": "System.Numerics.BigInteger" } + ], + "isStatic": true, + "name": "op_GreaterThanOrEqual", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "BigInteger", + "params": [{ "name": "value", "typeName": "byte" }], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "BigInteger", + "params": [{ "name": "value", "typeName": "short" }], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "BigInteger", + "params": [{ "name": "value", "typeName": "int" }], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "BigInteger", + "params": [{ "name": "value", "typeName": "long" }], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "BigInteger", + "params": [{ "name": "value", "typeName": "sbyte" }], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "BigInteger", + "params": [{ "name": "value", "typeName": "ushort" }], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "BigInteger", + "params": [{ "name": "value", "typeName": "uint" }], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "BigInteger", + "params": [{ "name": "value", "typeName": "ulong" }], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "BigInteger", + "params": [ + { "name": "value", "typeName": "System.Numerics.BigInteger" } + ], + "isStatic": true, + "name": "op_Increment", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "left", "typeName": "long" }, + { "name": "right", "typeName": "System.Numerics.BigInteger" } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "left", "typeName": "System.Numerics.BigInteger" }, + { "name": "right", "typeName": "long" } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "left", "typeName": "System.Numerics.BigInteger" }, + { "name": "right", "typeName": "System.Numerics.BigInteger" } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "left", "typeName": "System.Numerics.BigInteger" }, + { "name": "right", "typeName": "ulong" } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "left", "typeName": "ulong" }, + { "name": "right", "typeName": "System.Numerics.BigInteger" } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "BigInteger", + "params": [ + { "name": "value", "typeName": "System.Numerics.BigInteger" }, + { "name": "shift", "typeName": "int" } + ], + "isStatic": true, + "name": "op_LeftShift", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "left", "typeName": "long" }, + { "name": "right", "typeName": "System.Numerics.BigInteger" } + ], + "isStatic": true, + "name": "op_LessThan", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "left", "typeName": "System.Numerics.BigInteger" }, + { "name": "right", "typeName": "long" } + ], + "isStatic": true, + "name": "op_LessThan", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "left", "typeName": "System.Numerics.BigInteger" }, + { "name": "right", "typeName": "System.Numerics.BigInteger" } + ], + "isStatic": true, + "name": "op_LessThan", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "left", "typeName": "System.Numerics.BigInteger" }, + { "name": "right", "typeName": "ulong" } + ], + "isStatic": true, + "name": "op_LessThan", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "left", "typeName": "ulong" }, + { "name": "right", "typeName": "System.Numerics.BigInteger" } + ], + "isStatic": true, + "name": "op_LessThan", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "left", "typeName": "long" }, + { "name": "right", "typeName": "System.Numerics.BigInteger" } + ], + "isStatic": true, + "name": "op_LessThanOrEqual", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "left", "typeName": "System.Numerics.BigInteger" }, + { "name": "right", "typeName": "long" } + ], + "isStatic": true, + "name": "op_LessThanOrEqual", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "left", "typeName": "System.Numerics.BigInteger" }, + { "name": "right", "typeName": "System.Numerics.BigInteger" } + ], + "isStatic": true, + "name": "op_LessThanOrEqual", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "left", "typeName": "System.Numerics.BigInteger" }, + { "name": "right", "typeName": "ulong" } + ], + "isStatic": true, + "name": "op_LessThanOrEqual", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "left", "typeName": "ulong" }, + { "name": "right", "typeName": "System.Numerics.BigInteger" } + ], + "isStatic": true, + "name": "op_LessThanOrEqual", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "BigInteger", + "params": [ + { "name": "dividend", "typeName": "System.Numerics.BigInteger" }, + { "name": "divisor", "typeName": "System.Numerics.BigInteger" } + ], + "isStatic": true, + "name": "op_Modulus", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "BigInteger", + "params": [ + { "name": "left", "typeName": "System.Numerics.BigInteger" }, + { "name": "right", "typeName": "System.Numerics.BigInteger" } + ], + "isStatic": true, + "name": "op_Multiply", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "BigInteger", + "params": [ + { "name": "value", "typeName": "System.Numerics.BigInteger" } + ], + "isStatic": true, + "name": "op_OnesComplement", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "BigInteger", + "params": [ + { "name": "value", "typeName": "System.Numerics.BigInteger" }, + { "name": "shift", "typeName": "int" } + ], + "isStatic": true, + "name": "op_RightShift", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "BigInteger", + "params": [ + { "name": "left", "typeName": "System.Numerics.BigInteger" }, + { "name": "right", "typeName": "System.Numerics.BigInteger" } + ], + "isStatic": true, + "name": "op_Subtraction", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "BigInteger", + "params": [ + { "name": "value", "typeName": "System.Numerics.BigInteger" } + ], + "isStatic": true, + "name": "op_UnaryNegation", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "BigInteger", + "params": [ + { "name": "value", "typeName": "System.Numerics.BigInteger" } + ], + "isStatic": true, + "name": "op_UnaryPlus", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "BigInteger", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": true, + "name": "Parse", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "BigInteger", + "params": [ + { "name": "value", "typeName": "string" }, + { "name": "style", "typeName": "System.Globalization.NumberStyles" } + ], + "isStatic": true, + "name": "Parse", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "BigInteger", + "params": [ + { "name": "value", "typeName": "string" }, + { + "name": "style", + "typeName": "System.Globalization.NumberStyles" + }, + { "name": "provider", "typeName": "System.IFormatProvider" } + ], + "isStatic": true, + "name": "Parse", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "BigInteger", + "params": [ + { "name": "value", "typeName": "string" }, + { "name": "provider", "typeName": "System.IFormatProvider" } + ], + "isStatic": true, + "name": "Parse", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "BigInteger", + "params": [ + { "name": "value", "typeName": "System.Numerics.BigInteger" }, + { "name": "exponent", "typeName": "int" } + ], + "isStatic": true, + "name": "Pow", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "BigInteger", + "params": [ + { "name": "dividend", "typeName": "System.Numerics.BigInteger" }, + { "name": "divisor", "typeName": "System.Numerics.BigInteger" } + ], + "isStatic": true, + "name": "Remainder", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "BigInteger", + "params": [ + { "name": "left", "typeName": "System.Numerics.BigInteger" }, + { "name": "right", "typeName": "System.Numerics.BigInteger" } + ], + "isStatic": true, + "name": "Subtract", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "ToByteArray", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "provider", "typeName": "System.IFormatProvider" } + ], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "format", "typeName": "string" }], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "format", "typeName": "string" }, + { "name": "provider", "typeName": "System.IFormatProvider" } + ], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "value", "typeName": "string" }, + { + "name": "style", + "typeName": "System.Globalization.NumberStyles" + }, + { "name": "provider", "typeName": "System.IFormatProvider" }, + { "name": "result", "typeName": "System.Numerics.BigInteger" } + ], + "isStatic": true, + "name": "TryParse", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "value", "typeName": "string" }, + { "name": "result", "typeName": "System.Numerics.BigInteger" } + ], + "isStatic": true, + "name": "TryParse", + "comment": "", + "location": "System.Numerics.dll" + } + ], + "name": "BigInteger", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "namespace": "System.Numerics", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IEquatable", "IFormattable"], + "fields": [ + { + "typeName": "System.Numerics.Complex", + "name": "ImaginaryOne", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "typeName": "System.Numerics.Complex", + "name": "One", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "typeName": "System.Numerics.Complex", + "name": "Zero", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "typeName": "double", + "name": "Imaginary", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "typeName": "double", + "name": "Magnitude", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "typeName": "double", + "name": "Phase", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "typeName": "double", + "name": "Real", + "comment": "", + "location": "System.Numerics.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "real", "typeName": "double" }, + { "name": "imaginary", "typeName": "double" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Double", + "params": [ + { "name": "value", "typeName": "System.Numerics.Complex" } + ], + "isStatic": true, + "name": "Abs", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Complex", + "params": [ + { "name": "value", "typeName": "System.Numerics.Complex" } + ], + "isStatic": true, + "name": "Acos", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Complex", + "params": [ + { "name": "left", "typeName": "System.Numerics.Complex" }, + { "name": "right", "typeName": "System.Numerics.Complex" } + ], + "isStatic": true, + "name": "Add", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Complex", + "params": [ + { "name": "value", "typeName": "System.Numerics.Complex" } + ], + "isStatic": true, + "name": "Asin", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Complex", + "params": [ + { "name": "value", "typeName": "System.Numerics.Complex" } + ], + "isStatic": true, + "name": "Atan", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Complex", + "params": [ + { "name": "value", "typeName": "System.Numerics.Complex" } + ], + "isStatic": true, + "name": "Conjugate", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Complex", + "params": [ + { "name": "value", "typeName": "System.Numerics.Complex" } + ], + "isStatic": true, + "name": "Cos", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Complex", + "params": [ + { "name": "value", "typeName": "System.Numerics.Complex" } + ], + "isStatic": true, + "name": "Cosh", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Complex", + "params": [ + { "name": "dividend", "typeName": "System.Numerics.Complex" }, + { "name": "divisor", "typeName": "System.Numerics.Complex" } + ], + "isStatic": true, + "name": "Divide", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "value", "typeName": "System.Numerics.Complex" } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Complex", + "params": [ + { "name": "value", "typeName": "System.Numerics.Complex" } + ], + "isStatic": true, + "name": "Exp", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Complex", + "params": [ + { "name": "magnitude", "typeName": "double" }, + { "name": "phase", "typeName": "double" } + ], + "isStatic": true, + "name": "FromPolarCoordinates", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Complex", + "params": [ + { "name": "value", "typeName": "System.Numerics.Complex" } + ], + "isStatic": true, + "name": "Log", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Complex", + "params": [ + { "name": "value", "typeName": "System.Numerics.Complex" }, + { "name": "baseValue", "typeName": "double" } + ], + "isStatic": true, + "name": "Log", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Complex", + "params": [ + { "name": "value", "typeName": "System.Numerics.Complex" } + ], + "isStatic": true, + "name": "Log10", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Complex", + "params": [ + { "name": "left", "typeName": "System.Numerics.Complex" }, + { "name": "right", "typeName": "System.Numerics.Complex" } + ], + "isStatic": true, + "name": "Multiply", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Complex", + "params": [ + { "name": "value", "typeName": "System.Numerics.Complex" } + ], + "isStatic": true, + "name": "Negate", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Complex", + "params": [ + { "name": "left", "typeName": "System.Numerics.Complex" }, + { "name": "right", "typeName": "System.Numerics.Complex" } + ], + "isStatic": true, + "name": "op_Addition", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Complex", + "params": [ + { "name": "left", "typeName": "System.Numerics.Complex" }, + { "name": "right", "typeName": "System.Numerics.Complex" } + ], + "isStatic": true, + "name": "op_Division", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "left", "typeName": "System.Numerics.Complex" }, + { "name": "right", "typeName": "System.Numerics.Complex" } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Complex", + "params": [{ "name": "value", "typeName": "decimal" }], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Complex", + "params": [ + { "name": "value", "typeName": "System.Numerics.BigInteger" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Complex", + "params": [{ "name": "value", "typeName": "byte" }], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Complex", + "params": [{ "name": "value", "typeName": "double" }], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Complex", + "params": [{ "name": "value", "typeName": "short" }], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Complex", + "params": [{ "name": "value", "typeName": "int" }], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Complex", + "params": [{ "name": "value", "typeName": "long" }], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Complex", + "params": [{ "name": "value", "typeName": "sbyte" }], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Complex", + "params": [{ "name": "value", "typeName": "float" }], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Complex", + "params": [{ "name": "value", "typeName": "ushort" }], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Complex", + "params": [{ "name": "value", "typeName": "uint" }], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Complex", + "params": [{ "name": "value", "typeName": "ulong" }], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "left", "typeName": "System.Numerics.Complex" }, + { "name": "right", "typeName": "System.Numerics.Complex" } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Complex", + "params": [ + { "name": "left", "typeName": "System.Numerics.Complex" }, + { "name": "right", "typeName": "System.Numerics.Complex" } + ], + "isStatic": true, + "name": "op_Multiply", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Complex", + "params": [ + { "name": "left", "typeName": "System.Numerics.Complex" }, + { "name": "right", "typeName": "System.Numerics.Complex" } + ], + "isStatic": true, + "name": "op_Subtraction", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Complex", + "params": [ + { "name": "value", "typeName": "System.Numerics.Complex" } + ], + "isStatic": true, + "name": "op_UnaryNegation", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Complex", + "params": [ + { "name": "value", "typeName": "System.Numerics.Complex" }, + { "name": "power", "typeName": "double" } + ], + "isStatic": true, + "name": "Pow", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Complex", + "params": [ + { "name": "value", "typeName": "System.Numerics.Complex" }, + { "name": "power", "typeName": "System.Numerics.Complex" } + ], + "isStatic": true, + "name": "Pow", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Complex", + "params": [ + { "name": "value", "typeName": "System.Numerics.Complex" } + ], + "isStatic": true, + "name": "Reciprocal", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Complex", + "params": [ + { "name": "value", "typeName": "System.Numerics.Complex" } + ], + "isStatic": true, + "name": "Sin", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Complex", + "params": [ + { "name": "value", "typeName": "System.Numerics.Complex" } + ], + "isStatic": true, + "name": "Sinh", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Complex", + "params": [ + { "name": "value", "typeName": "System.Numerics.Complex" } + ], + "isStatic": true, + "name": "Sqrt", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Complex", + "params": [ + { "name": "left", "typeName": "System.Numerics.Complex" }, + { "name": "right", "typeName": "System.Numerics.Complex" } + ], + "isStatic": true, + "name": "Subtract", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Complex", + "params": [ + { "name": "value", "typeName": "System.Numerics.Complex" } + ], + "isStatic": true, + "name": "Tan", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Complex", + "params": [ + { "name": "value", "typeName": "System.Numerics.Complex" } + ], + "isStatic": true, + "name": "Tanh", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "provider", "typeName": "System.IFormatProvider" } + ], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "format", "typeName": "string" }], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "format", "typeName": "string" }, + { "name": "provider", "typeName": "System.IFormatProvider" } + ], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.Numerics.dll" + } + ], + "name": "Complex", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "namespace": "System.Numerics", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IEquatable"], + "fields": [ + { + "typeName": "float", + "name": "M11", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "typeName": "float", + "name": "M12", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "typeName": "float", + "name": "M21", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "typeName": "float", + "name": "M22", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "typeName": "float", + "name": "M31", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "typeName": "float", + "name": "M32", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "typeName": "System.Numerics.Matrix3x2", + "name": "Identity", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "typeName": "bool", + "name": "IsIdentity", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "typeName": "System.Numerics.Vector2", + "name": "Translation", + "comment": "", + "location": "System.Numerics.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "m11", "typeName": "float" }, + { "name": "m12", "typeName": "float" }, + { "name": "m21", "typeName": "float" }, + { "name": "m22", "typeName": "float" }, + { "name": "m31", "typeName": "float" }, + { "name": "m32", "typeName": "float" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Matrix3x2", + "params": [ + { "name": "value1", "typeName": "System.Numerics.Matrix3x2" }, + { "name": "value2", "typeName": "System.Numerics.Matrix3x2" } + ], + "isStatic": true, + "name": "Add", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Matrix3x2", + "params": [{ "name": "radians", "typeName": "float" }], + "isStatic": true, + "name": "CreateRotation", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Matrix3x2", + "params": [ + { "name": "radians", "typeName": "float" }, + { "name": "centerPoint", "typeName": "System.Numerics.Vector2" } + ], + "isStatic": true, + "name": "CreateRotation", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Matrix3x2", + "params": [ + { "name": "scales", "typeName": "System.Numerics.Vector2" } + ], + "isStatic": true, + "name": "CreateScale", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Matrix3x2", + "params": [ + { "name": "scales", "typeName": "System.Numerics.Vector2" }, + { "name": "centerPoint", "typeName": "System.Numerics.Vector2" } + ], + "isStatic": true, + "name": "CreateScale", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Matrix3x2", + "params": [{ "name": "scale", "typeName": "float" }], + "isStatic": true, + "name": "CreateScale", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Matrix3x2", + "params": [ + { "name": "scale", "typeName": "float" }, + { "name": "centerPoint", "typeName": "System.Numerics.Vector2" } + ], + "isStatic": true, + "name": "CreateScale", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Matrix3x2", + "params": [ + { "name": "xScale", "typeName": "float" }, + { "name": "yScale", "typeName": "float" } + ], + "isStatic": true, + "name": "CreateScale", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Matrix3x2", + "params": [ + { "name": "xScale", "typeName": "float" }, + { "name": "yScale", "typeName": "float" }, + { "name": "centerPoint", "typeName": "System.Numerics.Vector2" } + ], + "isStatic": true, + "name": "CreateScale", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Matrix3x2", + "params": [ + { "name": "radiansX", "typeName": "float" }, + { "name": "radiansY", "typeName": "float" } + ], + "isStatic": true, + "name": "CreateSkew", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Matrix3x2", + "params": [ + { "name": "radiansX", "typeName": "float" }, + { "name": "radiansY", "typeName": "float" }, + { "name": "centerPoint", "typeName": "System.Numerics.Vector2" } + ], + "isStatic": true, + "name": "CreateSkew", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Matrix3x2", + "params": [ + { "name": "position", "typeName": "System.Numerics.Vector2" } + ], + "isStatic": true, + "name": "CreateTranslation", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Matrix3x2", + "params": [ + { "name": "xPosition", "typeName": "float" }, + { "name": "yPosition", "typeName": "float" } + ], + "isStatic": true, + "name": "CreateTranslation", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "other", "typeName": "System.Numerics.Matrix3x2" } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Single", + "params": [], + "isStatic": false, + "name": "GetDeterminant", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "matrix", "typeName": "System.Numerics.Matrix3x2" }, + { "name": "result", "typeName": "System.Numerics.Matrix3x2" } + ], + "isStatic": true, + "name": "Invert", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Matrix3x2", + "params": [ + { "name": "matrix1", "typeName": "System.Numerics.Matrix3x2" }, + { "name": "matrix2", "typeName": "System.Numerics.Matrix3x2" }, + { "name": "amount", "typeName": "float" } + ], + "isStatic": true, + "name": "Lerp", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Matrix3x2", + "params": [ + { "name": "value1", "typeName": "System.Numerics.Matrix3x2" }, + { "name": "value2", "typeName": "System.Numerics.Matrix3x2" } + ], + "isStatic": true, + "name": "Multiply", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Matrix3x2", + "params": [ + { "name": "value1", "typeName": "System.Numerics.Matrix3x2" }, + { "name": "value2", "typeName": "float" } + ], + "isStatic": true, + "name": "Multiply", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Matrix3x2", + "params": [ + { "name": "value", "typeName": "System.Numerics.Matrix3x2" } + ], + "isStatic": true, + "name": "Negate", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Matrix3x2", + "params": [ + { "name": "value1", "typeName": "System.Numerics.Matrix3x2" }, + { "name": "value2", "typeName": "System.Numerics.Matrix3x2" } + ], + "isStatic": true, + "name": "op_Addition", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "value1", "typeName": "System.Numerics.Matrix3x2" }, + { "name": "value2", "typeName": "System.Numerics.Matrix3x2" } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "value1", "typeName": "System.Numerics.Matrix3x2" }, + { "name": "value2", "typeName": "System.Numerics.Matrix3x2" } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Matrix3x2", + "params": [ + { "name": "value1", "typeName": "System.Numerics.Matrix3x2" }, + { "name": "value2", "typeName": "System.Numerics.Matrix3x2" } + ], + "isStatic": true, + "name": "op_Multiply", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Matrix3x2", + "params": [ + { "name": "value1", "typeName": "System.Numerics.Matrix3x2" }, + { "name": "value2", "typeName": "float" } + ], + "isStatic": true, + "name": "op_Multiply", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Matrix3x2", + "params": [ + { "name": "value1", "typeName": "System.Numerics.Matrix3x2" }, + { "name": "value2", "typeName": "System.Numerics.Matrix3x2" } + ], + "isStatic": true, + "name": "op_Subtraction", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Matrix3x2", + "params": [ + { "name": "value", "typeName": "System.Numerics.Matrix3x2" } + ], + "isStatic": true, + "name": "op_UnaryNegation", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Matrix3x2", + "params": [ + { "name": "value1", "typeName": "System.Numerics.Matrix3x2" }, + { "name": "value2", "typeName": "System.Numerics.Matrix3x2" } + ], + "isStatic": true, + "name": "Subtract", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.Numerics.dll" + } + ], + "name": "Matrix3x2", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "namespace": "System.Numerics", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IEquatable"], + "fields": [ + { + "typeName": "float", + "name": "M11", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "typeName": "float", + "name": "M12", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "typeName": "float", + "name": "M13", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "typeName": "float", + "name": "M14", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "typeName": "float", + "name": "M21", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "typeName": "float", + "name": "M22", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "typeName": "float", + "name": "M23", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "typeName": "float", + "name": "M24", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "typeName": "float", + "name": "M31", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "typeName": "float", + "name": "M32", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "typeName": "float", + "name": "M33", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "typeName": "float", + "name": "M34", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "typeName": "float", + "name": "M41", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "typeName": "float", + "name": "M42", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "typeName": "float", + "name": "M43", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "typeName": "float", + "name": "M44", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "typeName": "System.Numerics.Matrix4x4", + "name": "Identity", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "typeName": "bool", + "name": "IsIdentity", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "typeName": "System.Numerics.Vector3", + "name": "Translation", + "comment": "", + "location": "System.Numerics.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "System.Numerics.Matrix3x2" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "m11", "typeName": "float" }, + { "name": "m12", "typeName": "float" }, + { "name": "m13", "typeName": "float" }, + { "name": "m14", "typeName": "float" }, + { "name": "m21", "typeName": "float" }, + { "name": "m22", "typeName": "float" }, + { "name": "m23", "typeName": "float" }, + { "name": "m24", "typeName": "float" }, + { "name": "m31", "typeName": "float" }, + { "name": "m32", "typeName": "float" }, + { "name": "m33", "typeName": "float" }, + { "name": "m34", "typeName": "float" }, + { "name": "m41", "typeName": "float" }, + { "name": "m42", "typeName": "float" }, + { "name": "m43", "typeName": "float" }, + { "name": "m44", "typeName": "float" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Matrix4x4", + "params": [ + { "name": "value1", "typeName": "System.Numerics.Matrix4x4" }, + { "name": "value2", "typeName": "System.Numerics.Matrix4x4" } + ], + "isStatic": true, + "name": "Add", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Matrix4x4", + "params": [ + { "name": "objectPosition", "typeName": "System.Numerics.Vector3" }, + { "name": "cameraPosition", "typeName": "System.Numerics.Vector3" }, + { "name": "cameraUpVector", "typeName": "System.Numerics.Vector3" }, + { + "name": "cameraForwardVector", + "typeName": "System.Numerics.Vector3" + } + ], + "isStatic": true, + "name": "CreateBillboard", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Matrix4x4", + "params": [ + { "name": "objectPosition", "typeName": "System.Numerics.Vector3" }, + { "name": "cameraPosition", "typeName": "System.Numerics.Vector3" }, + { "name": "rotateAxis", "typeName": "System.Numerics.Vector3" }, + { + "name": "cameraForwardVector", + "typeName": "System.Numerics.Vector3" + }, + { + "name": "objectForwardVector", + "typeName": "System.Numerics.Vector3" + } + ], + "isStatic": true, + "name": "CreateConstrainedBillboard", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Matrix4x4", + "params": [ + { "name": "axis", "typeName": "System.Numerics.Vector3" }, + { "name": "angle", "typeName": "float" } + ], + "isStatic": true, + "name": "CreateFromAxisAngle", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Matrix4x4", + "params": [ + { "name": "quaternion", "typeName": "System.Numerics.Quaternion" } + ], + "isStatic": true, + "name": "CreateFromQuaternion", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Matrix4x4", + "params": [ + { "name": "yaw", "typeName": "float" }, + { "name": "pitch", "typeName": "float" }, + { "name": "roll", "typeName": "float" } + ], + "isStatic": true, + "name": "CreateFromYawPitchRoll", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Matrix4x4", + "params": [ + { "name": "cameraPosition", "typeName": "System.Numerics.Vector3" }, + { "name": "cameraTarget", "typeName": "System.Numerics.Vector3" }, + { "name": "cameraUpVector", "typeName": "System.Numerics.Vector3" } + ], + "isStatic": true, + "name": "CreateLookAt", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Matrix4x4", + "params": [ + { "name": "width", "typeName": "float" }, + { "name": "height", "typeName": "float" }, + { "name": "zNearPlane", "typeName": "float" }, + { "name": "zFarPlane", "typeName": "float" } + ], + "isStatic": true, + "name": "CreateOrthographic", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Matrix4x4", + "params": [ + { "name": "left", "typeName": "float" }, + { "name": "right", "typeName": "float" }, + { "name": "bottom", "typeName": "float" }, + { "name": "top", "typeName": "float" }, + { "name": "zNearPlane", "typeName": "float" }, + { "name": "zFarPlane", "typeName": "float" } + ], + "isStatic": true, + "name": "CreateOrthographicOffCenter", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Matrix4x4", + "params": [ + { "name": "width", "typeName": "float" }, + { "name": "height", "typeName": "float" }, + { "name": "nearPlaneDistance", "typeName": "float" }, + { "name": "farPlaneDistance", "typeName": "float" } + ], + "isStatic": true, + "name": "CreatePerspective", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Matrix4x4", + "params": [ + { "name": "fieldOfView", "typeName": "float" }, + { "name": "aspectRatio", "typeName": "float" }, + { "name": "nearPlaneDistance", "typeName": "float" }, + { "name": "farPlaneDistance", "typeName": "float" } + ], + "isStatic": true, + "name": "CreatePerspectiveFieldOfView", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Matrix4x4", + "params": [ + { "name": "left", "typeName": "float" }, + { "name": "right", "typeName": "float" }, + { "name": "bottom", "typeName": "float" }, + { "name": "top", "typeName": "float" }, + { "name": "nearPlaneDistance", "typeName": "float" }, + { "name": "farPlaneDistance", "typeName": "float" } + ], + "isStatic": true, + "name": "CreatePerspectiveOffCenter", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Matrix4x4", + "params": [{ "name": "value", "typeName": "System.Numerics.Plane" }], + "isStatic": true, + "name": "CreateReflection", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Matrix4x4", + "params": [{ "name": "radians", "typeName": "float" }], + "isStatic": true, + "name": "CreateRotationX", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Matrix4x4", + "params": [ + { "name": "radians", "typeName": "float" }, + { "name": "centerPoint", "typeName": "System.Numerics.Vector3" } + ], + "isStatic": true, + "name": "CreateRotationX", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Matrix4x4", + "params": [{ "name": "radians", "typeName": "float" }], + "isStatic": true, + "name": "CreateRotationY", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Matrix4x4", + "params": [ + { "name": "radians", "typeName": "float" }, + { "name": "centerPoint", "typeName": "System.Numerics.Vector3" } + ], + "isStatic": true, + "name": "CreateRotationY", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Matrix4x4", + "params": [{ "name": "radians", "typeName": "float" }], + "isStatic": true, + "name": "CreateRotationZ", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Matrix4x4", + "params": [ + { "name": "radians", "typeName": "float" }, + { "name": "centerPoint", "typeName": "System.Numerics.Vector3" } + ], + "isStatic": true, + "name": "CreateRotationZ", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Matrix4x4", + "params": [ + { "name": "scales", "typeName": "System.Numerics.Vector3" } + ], + "isStatic": true, + "name": "CreateScale", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Matrix4x4", + "params": [ + { "name": "scales", "typeName": "System.Numerics.Vector3" }, + { "name": "centerPoint", "typeName": "System.Numerics.Vector3" } + ], + "isStatic": true, + "name": "CreateScale", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Matrix4x4", + "params": [{ "name": "scale", "typeName": "float" }], + "isStatic": true, + "name": "CreateScale", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Matrix4x4", + "params": [ + { "name": "scale", "typeName": "float" }, + { "name": "centerPoint", "typeName": "System.Numerics.Vector3" } + ], + "isStatic": true, + "name": "CreateScale", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Matrix4x4", + "params": [ + { "name": "xScale", "typeName": "float" }, + { "name": "yScale", "typeName": "float" }, + { "name": "zScale", "typeName": "float" } + ], + "isStatic": true, + "name": "CreateScale", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Matrix4x4", + "params": [ + { "name": "xScale", "typeName": "float" }, + { "name": "yScale", "typeName": "float" }, + { "name": "zScale", "typeName": "float" }, + { "name": "centerPoint", "typeName": "System.Numerics.Vector3" } + ], + "isStatic": true, + "name": "CreateScale", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Matrix4x4", + "params": [ + { "name": "lightDirection", "typeName": "System.Numerics.Vector3" }, + { "name": "plane", "typeName": "System.Numerics.Plane" } + ], + "isStatic": true, + "name": "CreateShadow", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Matrix4x4", + "params": [ + { "name": "position", "typeName": "System.Numerics.Vector3" } + ], + "isStatic": true, + "name": "CreateTranslation", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Matrix4x4", + "params": [ + { "name": "xPosition", "typeName": "float" }, + { "name": "yPosition", "typeName": "float" }, + { "name": "zPosition", "typeName": "float" } + ], + "isStatic": true, + "name": "CreateTranslation", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Matrix4x4", + "params": [ + { "name": "position", "typeName": "System.Numerics.Vector3" }, + { "name": "forward", "typeName": "System.Numerics.Vector3" }, + { "name": "up", "typeName": "System.Numerics.Vector3" } + ], + "isStatic": true, + "name": "CreateWorld", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "matrix", "typeName": "System.Numerics.Matrix4x4" }, + { "name": "scale", "typeName": "System.Numerics.Vector3" }, + { "name": "rotation", "typeName": "System.Numerics.Quaternion" }, + { "name": "translation", "typeName": "System.Numerics.Vector3" } + ], + "isStatic": true, + "name": "Decompose", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "other", "typeName": "System.Numerics.Matrix4x4" } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Single", + "params": [], + "isStatic": false, + "name": "GetDeterminant", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "matrix", "typeName": "System.Numerics.Matrix4x4" }, + { "name": "result", "typeName": "System.Numerics.Matrix4x4" } + ], + "isStatic": true, + "name": "Invert", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Matrix4x4", + "params": [ + { "name": "matrix1", "typeName": "System.Numerics.Matrix4x4" }, + { "name": "matrix2", "typeName": "System.Numerics.Matrix4x4" }, + { "name": "amount", "typeName": "float" } + ], + "isStatic": true, + "name": "Lerp", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Matrix4x4", + "params": [ + { "name": "value1", "typeName": "System.Numerics.Matrix4x4" }, + { "name": "value2", "typeName": "System.Numerics.Matrix4x4" } + ], + "isStatic": true, + "name": "Multiply", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Matrix4x4", + "params": [ + { "name": "value1", "typeName": "System.Numerics.Matrix4x4" }, + { "name": "value2", "typeName": "float" } + ], + "isStatic": true, + "name": "Multiply", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Matrix4x4", + "params": [ + { "name": "value", "typeName": "System.Numerics.Matrix4x4" } + ], + "isStatic": true, + "name": "Negate", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Matrix4x4", + "params": [ + { "name": "value1", "typeName": "System.Numerics.Matrix4x4" }, + { "name": "value2", "typeName": "System.Numerics.Matrix4x4" } + ], + "isStatic": true, + "name": "op_Addition", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "value1", "typeName": "System.Numerics.Matrix4x4" }, + { "name": "value2", "typeName": "System.Numerics.Matrix4x4" } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "value1", "typeName": "System.Numerics.Matrix4x4" }, + { "name": "value2", "typeName": "System.Numerics.Matrix4x4" } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Matrix4x4", + "params": [ + { "name": "value1", "typeName": "System.Numerics.Matrix4x4" }, + { "name": "value2", "typeName": "System.Numerics.Matrix4x4" } + ], + "isStatic": true, + "name": "op_Multiply", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Matrix4x4", + "params": [ + { "name": "value1", "typeName": "System.Numerics.Matrix4x4" }, + { "name": "value2", "typeName": "float" } + ], + "isStatic": true, + "name": "op_Multiply", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Matrix4x4", + "params": [ + { "name": "value1", "typeName": "System.Numerics.Matrix4x4" }, + { "name": "value2", "typeName": "System.Numerics.Matrix4x4" } + ], + "isStatic": true, + "name": "op_Subtraction", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Matrix4x4", + "params": [ + { "name": "value", "typeName": "System.Numerics.Matrix4x4" } + ], + "isStatic": true, + "name": "op_UnaryNegation", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Matrix4x4", + "params": [ + { "name": "value1", "typeName": "System.Numerics.Matrix4x4" }, + { "name": "value2", "typeName": "System.Numerics.Matrix4x4" } + ], + "isStatic": true, + "name": "Subtract", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Matrix4x4", + "params": [ + { "name": "value", "typeName": "System.Numerics.Matrix4x4" }, + { "name": "rotation", "typeName": "System.Numerics.Quaternion" } + ], + "isStatic": true, + "name": "Transform", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Matrix4x4", + "params": [ + { "name": "matrix", "typeName": "System.Numerics.Matrix4x4" } + ], + "isStatic": true, + "name": "Transpose", + "comment": "", + "location": "System.Numerics.dll" + } + ], + "name": "Matrix4x4", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "namespace": "System.Numerics", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IEquatable"], + "fields": [ + { + "typeName": "float", + "name": "D", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "typeName": "System.Numerics.Vector3", + "name": "Normal", + "comment": "", + "location": "System.Numerics.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "normal", "typeName": "System.Numerics.Vector3" }, + { "name": "d", "typeName": "float" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "System.Numerics.Vector4" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "x", "typeName": "float" }, + { "name": "y", "typeName": "float" }, + { "name": "z", "typeName": "float" }, + { "name": "d", "typeName": "float" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Plane", + "params": [ + { "name": "point1", "typeName": "System.Numerics.Vector3" }, + { "name": "point2", "typeName": "System.Numerics.Vector3" }, + { "name": "point3", "typeName": "System.Numerics.Vector3" } + ], + "isStatic": true, + "name": "CreateFromVertices", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Single", + "params": [ + { "name": "plane", "typeName": "System.Numerics.Plane" }, + { "name": "value", "typeName": "System.Numerics.Vector4" } + ], + "isStatic": true, + "name": "Dot", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Single", + "params": [ + { "name": "plane", "typeName": "System.Numerics.Plane" }, + { "name": "value", "typeName": "System.Numerics.Vector3" } + ], + "isStatic": true, + "name": "DotCoordinate", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Single", + "params": [ + { "name": "plane", "typeName": "System.Numerics.Plane" }, + { "name": "value", "typeName": "System.Numerics.Vector3" } + ], + "isStatic": true, + "name": "DotNormal", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "other", "typeName": "System.Numerics.Plane" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Plane", + "params": [{ "name": "value", "typeName": "System.Numerics.Plane" }], + "isStatic": true, + "name": "Normalize", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "value1", "typeName": "System.Numerics.Plane" }, + { "name": "value2", "typeName": "System.Numerics.Plane" } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "value1", "typeName": "System.Numerics.Plane" }, + { "name": "value2", "typeName": "System.Numerics.Plane" } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Plane", + "params": [ + { "name": "plane", "typeName": "System.Numerics.Plane" }, + { "name": "matrix", "typeName": "System.Numerics.Matrix4x4" } + ], + "isStatic": true, + "name": "Transform", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Plane", + "params": [ + { "name": "plane", "typeName": "System.Numerics.Plane" }, + { "name": "rotation", "typeName": "System.Numerics.Quaternion" } + ], + "isStatic": true, + "name": "Transform", + "comment": "", + "location": "System.Numerics.dll" + } + ], + "name": "Plane", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "namespace": "System.Numerics", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IEquatable"], + "fields": [ + { + "typeName": "float", + "name": "W", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "typeName": "float", + "name": "X", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "typeName": "float", + "name": "Y", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "typeName": "float", + "name": "Z", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "typeName": "System.Numerics.Quaternion", + "name": "Identity", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "typeName": "bool", + "name": "IsIdentity", + "comment": "", + "location": "System.Numerics.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "vectorPart", "typeName": "System.Numerics.Vector3" }, + { "name": "scalarPart", "typeName": "float" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "x", "typeName": "float" }, + { "name": "y", "typeName": "float" }, + { "name": "z", "typeName": "float" }, + { "name": "w", "typeName": "float" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Quaternion", + "params": [ + { "name": "value1", "typeName": "System.Numerics.Quaternion" }, + { "name": "value2", "typeName": "System.Numerics.Quaternion" } + ], + "isStatic": true, + "name": "Add", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Quaternion", + "params": [ + { "name": "value1", "typeName": "System.Numerics.Quaternion" }, + { "name": "value2", "typeName": "System.Numerics.Quaternion" } + ], + "isStatic": true, + "name": "Concatenate", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Quaternion", + "params": [ + { "name": "value", "typeName": "System.Numerics.Quaternion" } + ], + "isStatic": true, + "name": "Conjugate", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Quaternion", + "params": [ + { "name": "axis", "typeName": "System.Numerics.Vector3" }, + { "name": "angle", "typeName": "float" } + ], + "isStatic": true, + "name": "CreateFromAxisAngle", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Quaternion", + "params": [ + { "name": "matrix", "typeName": "System.Numerics.Matrix4x4" } + ], + "isStatic": true, + "name": "CreateFromRotationMatrix", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Quaternion", + "params": [ + { "name": "yaw", "typeName": "float" }, + { "name": "pitch", "typeName": "float" }, + { "name": "roll", "typeName": "float" } + ], + "isStatic": true, + "name": "CreateFromYawPitchRoll", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Quaternion", + "params": [ + { "name": "value1", "typeName": "System.Numerics.Quaternion" }, + { "name": "value2", "typeName": "System.Numerics.Quaternion" } + ], + "isStatic": true, + "name": "Divide", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Single", + "params": [ + { "name": "quaternion1", "typeName": "System.Numerics.Quaternion" }, + { "name": "quaternion2", "typeName": "System.Numerics.Quaternion" } + ], + "isStatic": true, + "name": "Dot", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "other", "typeName": "System.Numerics.Quaternion" } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Quaternion", + "params": [ + { "name": "value", "typeName": "System.Numerics.Quaternion" } + ], + "isStatic": true, + "name": "Inverse", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Single", + "params": [], + "isStatic": false, + "name": "Length", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Single", + "params": [], + "isStatic": false, + "name": "LengthSquared", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Quaternion", + "params": [ + { "name": "quaternion1", "typeName": "System.Numerics.Quaternion" }, + { "name": "quaternion2", "typeName": "System.Numerics.Quaternion" }, + { "name": "amount", "typeName": "float" } + ], + "isStatic": true, + "name": "Lerp", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Quaternion", + "params": [ + { "name": "value1", "typeName": "System.Numerics.Quaternion" }, + { "name": "value2", "typeName": "System.Numerics.Quaternion" } + ], + "isStatic": true, + "name": "Multiply", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Quaternion", + "params": [ + { "name": "value1", "typeName": "System.Numerics.Quaternion" }, + { "name": "value2", "typeName": "float" } + ], + "isStatic": true, + "name": "Multiply", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Quaternion", + "params": [ + { "name": "value", "typeName": "System.Numerics.Quaternion" } + ], + "isStatic": true, + "name": "Negate", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Quaternion", + "params": [ + { "name": "value", "typeName": "System.Numerics.Quaternion" } + ], + "isStatic": true, + "name": "Normalize", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Quaternion", + "params": [ + { "name": "value1", "typeName": "System.Numerics.Quaternion" }, + { "name": "value2", "typeName": "System.Numerics.Quaternion" } + ], + "isStatic": true, + "name": "op_Addition", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Quaternion", + "params": [ + { "name": "value1", "typeName": "System.Numerics.Quaternion" }, + { "name": "value2", "typeName": "System.Numerics.Quaternion" } + ], + "isStatic": true, + "name": "op_Division", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "value1", "typeName": "System.Numerics.Quaternion" }, + { "name": "value2", "typeName": "System.Numerics.Quaternion" } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "value1", "typeName": "System.Numerics.Quaternion" }, + { "name": "value2", "typeName": "System.Numerics.Quaternion" } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Quaternion", + "params": [ + { "name": "value1", "typeName": "System.Numerics.Quaternion" }, + { "name": "value2", "typeName": "System.Numerics.Quaternion" } + ], + "isStatic": true, + "name": "op_Multiply", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Quaternion", + "params": [ + { "name": "value1", "typeName": "System.Numerics.Quaternion" }, + { "name": "value2", "typeName": "float" } + ], + "isStatic": true, + "name": "op_Multiply", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Quaternion", + "params": [ + { "name": "value1", "typeName": "System.Numerics.Quaternion" }, + { "name": "value2", "typeName": "System.Numerics.Quaternion" } + ], + "isStatic": true, + "name": "op_Subtraction", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Quaternion", + "params": [ + { "name": "value", "typeName": "System.Numerics.Quaternion" } + ], + "isStatic": true, + "name": "op_UnaryNegation", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Quaternion", + "params": [ + { "name": "quaternion1", "typeName": "System.Numerics.Quaternion" }, + { "name": "quaternion2", "typeName": "System.Numerics.Quaternion" }, + { "name": "amount", "typeName": "float" } + ], + "isStatic": true, + "name": "Slerp", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Quaternion", + "params": [ + { "name": "value1", "typeName": "System.Numerics.Quaternion" }, + { "name": "value2", "typeName": "System.Numerics.Quaternion" } + ], + "isStatic": true, + "name": "Subtract", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.Numerics.dll" + } + ], + "name": "Quaternion", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "namespace": "System.Numerics", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IEquatable", "IFormattable"], + "fields": [ + { + "typeName": "float", + "name": "X", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "typeName": "float", + "name": "Y", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "typeName": "System.Numerics.Vector2", + "name": "One", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "typeName": "System.Numerics.Vector2", + "name": "UnitX", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "typeName": "System.Numerics.Vector2", + "name": "UnitY", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "typeName": "System.Numerics.Vector2", + "name": "Zero", + "comment": "", + "location": "System.Numerics.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "float" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "x", "typeName": "float" }, + { "name": "y", "typeName": "float" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Vector2", + "params": [ + { "name": "value", "typeName": "System.Numerics.Vector2" } + ], + "isStatic": true, + "name": "Abs", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Vector2", + "params": [ + { "name": "left", "typeName": "System.Numerics.Vector2" }, + { "name": "right", "typeName": "System.Numerics.Vector2" } + ], + "isStatic": true, + "name": "Add", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Vector2", + "params": [ + { "name": "value1", "typeName": "System.Numerics.Vector2" }, + { "name": "min", "typeName": "System.Numerics.Vector2" }, + { "name": "max", "typeName": "System.Numerics.Vector2" } + ], + "isStatic": true, + "name": "Clamp", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "array", "typeName": "float[]" }], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "array", "typeName": "float[]" }, + { "name": "index", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Single", + "params": [ + { "name": "value1", "typeName": "System.Numerics.Vector2" }, + { "name": "value2", "typeName": "System.Numerics.Vector2" } + ], + "isStatic": true, + "name": "Distance", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Single", + "params": [ + { "name": "value1", "typeName": "System.Numerics.Vector2" }, + { "name": "value2", "typeName": "System.Numerics.Vector2" } + ], + "isStatic": true, + "name": "DistanceSquared", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Vector2", + "params": [ + { "name": "left", "typeName": "System.Numerics.Vector2" }, + { "name": "right", "typeName": "System.Numerics.Vector2" } + ], + "isStatic": true, + "name": "Divide", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Vector2", + "params": [ + { "name": "left", "typeName": "System.Numerics.Vector2" }, + { "name": "divisor", "typeName": "float" } + ], + "isStatic": true, + "name": "Divide", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Single", + "params": [ + { "name": "value1", "typeName": "System.Numerics.Vector2" }, + { "name": "value2", "typeName": "System.Numerics.Vector2" } + ], + "isStatic": true, + "name": "Dot", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "other", "typeName": "System.Numerics.Vector2" } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Single", + "params": [], + "isStatic": false, + "name": "Length", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Single", + "params": [], + "isStatic": false, + "name": "LengthSquared", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Vector2", + "params": [ + { "name": "value1", "typeName": "System.Numerics.Vector2" }, + { "name": "value2", "typeName": "System.Numerics.Vector2" }, + { "name": "amount", "typeName": "float" } + ], + "isStatic": true, + "name": "Lerp", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Vector2", + "params": [ + { "name": "value1", "typeName": "System.Numerics.Vector2" }, + { "name": "value2", "typeName": "System.Numerics.Vector2" } + ], + "isStatic": true, + "name": "Max", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Vector2", + "params": [ + { "name": "value1", "typeName": "System.Numerics.Vector2" }, + { "name": "value2", "typeName": "System.Numerics.Vector2" } + ], + "isStatic": true, + "name": "Min", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Vector2", + "params": [ + { "name": "left", "typeName": "System.Numerics.Vector2" }, + { "name": "right", "typeName": "System.Numerics.Vector2" } + ], + "isStatic": true, + "name": "Multiply", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Vector2", + "params": [ + { "name": "left", "typeName": "System.Numerics.Vector2" }, + { "name": "right", "typeName": "float" } + ], + "isStatic": true, + "name": "Multiply", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Vector2", + "params": [ + { "name": "left", "typeName": "float" }, + { "name": "right", "typeName": "System.Numerics.Vector2" } + ], + "isStatic": true, + "name": "Multiply", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Vector2", + "params": [ + { "name": "value", "typeName": "System.Numerics.Vector2" } + ], + "isStatic": true, + "name": "Negate", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Vector2", + "params": [ + { "name": "value", "typeName": "System.Numerics.Vector2" } + ], + "isStatic": true, + "name": "Normalize", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Vector2", + "params": [ + { "name": "left", "typeName": "System.Numerics.Vector2" }, + { "name": "right", "typeName": "System.Numerics.Vector2" } + ], + "isStatic": true, + "name": "op_Addition", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Vector2", + "params": [ + { "name": "left", "typeName": "System.Numerics.Vector2" }, + { "name": "right", "typeName": "System.Numerics.Vector2" } + ], + "isStatic": true, + "name": "op_Division", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Vector2", + "params": [ + { "name": "value1", "typeName": "System.Numerics.Vector2" }, + { "name": "value2", "typeName": "float" } + ], + "isStatic": true, + "name": "op_Division", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "left", "typeName": "System.Numerics.Vector2" }, + { "name": "right", "typeName": "System.Numerics.Vector2" } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "left", "typeName": "System.Numerics.Vector2" }, + { "name": "right", "typeName": "System.Numerics.Vector2" } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Vector2", + "params": [ + { "name": "left", "typeName": "System.Numerics.Vector2" }, + { "name": "right", "typeName": "System.Numerics.Vector2" } + ], + "isStatic": true, + "name": "op_Multiply", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Vector2", + "params": [ + { "name": "left", "typeName": "System.Numerics.Vector2" }, + { "name": "right", "typeName": "float" } + ], + "isStatic": true, + "name": "op_Multiply", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Vector2", + "params": [ + { "name": "left", "typeName": "float" }, + { "name": "right", "typeName": "System.Numerics.Vector2" } + ], + "isStatic": true, + "name": "op_Multiply", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Vector2", + "params": [ + { "name": "left", "typeName": "System.Numerics.Vector2" }, + { "name": "right", "typeName": "System.Numerics.Vector2" } + ], + "isStatic": true, + "name": "op_Subtraction", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Vector2", + "params": [ + { "name": "value", "typeName": "System.Numerics.Vector2" } + ], + "isStatic": true, + "name": "op_UnaryNegation", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Vector2", + "params": [ + { "name": "vector", "typeName": "System.Numerics.Vector2" }, + { "name": "normal", "typeName": "System.Numerics.Vector2" } + ], + "isStatic": true, + "name": "Reflect", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Vector2", + "params": [ + { "name": "value", "typeName": "System.Numerics.Vector2" } + ], + "isStatic": true, + "name": "SquareRoot", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Vector2", + "params": [ + { "name": "left", "typeName": "System.Numerics.Vector2" }, + { "name": "right", "typeName": "System.Numerics.Vector2" } + ], + "isStatic": true, + "name": "Subtract", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "format", "typeName": "string" }], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "format", "typeName": "string" }, + { "name": "formatProvider", "typeName": "System.IFormatProvider" } + ], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Vector2", + "params": [ + { "name": "position", "typeName": "System.Numerics.Vector2" }, + { "name": "matrix", "typeName": "System.Numerics.Matrix3x2" } + ], + "isStatic": true, + "name": "Transform", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Vector2", + "params": [ + { "name": "position", "typeName": "System.Numerics.Vector2" }, + { "name": "matrix", "typeName": "System.Numerics.Matrix4x4" } + ], + "isStatic": true, + "name": "Transform", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Vector2", + "params": [ + { "name": "value", "typeName": "System.Numerics.Vector2" }, + { "name": "rotation", "typeName": "System.Numerics.Quaternion" } + ], + "isStatic": true, + "name": "Transform", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Vector2", + "params": [ + { "name": "normal", "typeName": "System.Numerics.Vector2" }, + { "name": "matrix", "typeName": "System.Numerics.Matrix3x2" } + ], + "isStatic": true, + "name": "TransformNormal", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Vector2", + "params": [ + { "name": "normal", "typeName": "System.Numerics.Vector2" }, + { "name": "matrix", "typeName": "System.Numerics.Matrix4x4" } + ], + "isStatic": true, + "name": "TransformNormal", + "comment": "", + "location": "System.Numerics.dll" + } + ], + "name": "Vector2", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "namespace": "System.Numerics", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IEquatable", "IFormattable"], + "fields": [ + { + "typeName": "float", + "name": "X", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "typeName": "float", + "name": "Y", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "typeName": "float", + "name": "Z", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "typeName": "System.Numerics.Vector3", + "name": "One", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "typeName": "System.Numerics.Vector3", + "name": "UnitX", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "typeName": "System.Numerics.Vector3", + "name": "UnitY", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "typeName": "System.Numerics.Vector3", + "name": "UnitZ", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "typeName": "System.Numerics.Vector3", + "name": "Zero", + "comment": "", + "location": "System.Numerics.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "System.Numerics.Vector2" }, + { "name": "z", "typeName": "float" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "float" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "x", "typeName": "float" }, + { "name": "y", "typeName": "float" }, + { "name": "z", "typeName": "float" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Vector3", + "params": [ + { "name": "value", "typeName": "System.Numerics.Vector3" } + ], + "isStatic": true, + "name": "Abs", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Vector3", + "params": [ + { "name": "left", "typeName": "System.Numerics.Vector3" }, + { "name": "right", "typeName": "System.Numerics.Vector3" } + ], + "isStatic": true, + "name": "Add", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Vector3", + "params": [ + { "name": "value1", "typeName": "System.Numerics.Vector3" }, + { "name": "min", "typeName": "System.Numerics.Vector3" }, + { "name": "max", "typeName": "System.Numerics.Vector3" } + ], + "isStatic": true, + "name": "Clamp", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "array", "typeName": "float[]" }], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "array", "typeName": "float[]" }, + { "name": "index", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Vector3", + "params": [ + { "name": "vector1", "typeName": "System.Numerics.Vector3" }, + { "name": "vector2", "typeName": "System.Numerics.Vector3" } + ], + "isStatic": true, + "name": "Cross", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Single", + "params": [ + { "name": "value1", "typeName": "System.Numerics.Vector3" }, + { "name": "value2", "typeName": "System.Numerics.Vector3" } + ], + "isStatic": true, + "name": "Distance", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Single", + "params": [ + { "name": "value1", "typeName": "System.Numerics.Vector3" }, + { "name": "value2", "typeName": "System.Numerics.Vector3" } + ], + "isStatic": true, + "name": "DistanceSquared", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Vector3", + "params": [ + { "name": "left", "typeName": "System.Numerics.Vector3" }, + { "name": "right", "typeName": "System.Numerics.Vector3" } + ], + "isStatic": true, + "name": "Divide", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Vector3", + "params": [ + { "name": "left", "typeName": "System.Numerics.Vector3" }, + { "name": "divisor", "typeName": "float" } + ], + "isStatic": true, + "name": "Divide", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Single", + "params": [ + { "name": "vector1", "typeName": "System.Numerics.Vector3" }, + { "name": "vector2", "typeName": "System.Numerics.Vector3" } + ], + "isStatic": true, + "name": "Dot", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "other", "typeName": "System.Numerics.Vector3" } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Single", + "params": [], + "isStatic": false, + "name": "Length", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Single", + "params": [], + "isStatic": false, + "name": "LengthSquared", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Vector3", + "params": [ + { "name": "value1", "typeName": "System.Numerics.Vector3" }, + { "name": "value2", "typeName": "System.Numerics.Vector3" }, + { "name": "amount", "typeName": "float" } + ], + "isStatic": true, + "name": "Lerp", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Vector3", + "params": [ + { "name": "value1", "typeName": "System.Numerics.Vector3" }, + { "name": "value2", "typeName": "System.Numerics.Vector3" } + ], + "isStatic": true, + "name": "Max", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Vector3", + "params": [ + { "name": "value1", "typeName": "System.Numerics.Vector3" }, + { "name": "value2", "typeName": "System.Numerics.Vector3" } + ], + "isStatic": true, + "name": "Min", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Vector3", + "params": [ + { "name": "left", "typeName": "System.Numerics.Vector3" }, + { "name": "right", "typeName": "System.Numerics.Vector3" } + ], + "isStatic": true, + "name": "Multiply", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Vector3", + "params": [ + { "name": "left", "typeName": "System.Numerics.Vector3" }, + { "name": "right", "typeName": "float" } + ], + "isStatic": true, + "name": "Multiply", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Vector3", + "params": [ + { "name": "left", "typeName": "float" }, + { "name": "right", "typeName": "System.Numerics.Vector3" } + ], + "isStatic": true, + "name": "Multiply", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Vector3", + "params": [ + { "name": "value", "typeName": "System.Numerics.Vector3" } + ], + "isStatic": true, + "name": "Negate", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Vector3", + "params": [ + { "name": "value", "typeName": "System.Numerics.Vector3" } + ], + "isStatic": true, + "name": "Normalize", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Vector3", + "params": [ + { "name": "left", "typeName": "System.Numerics.Vector3" }, + { "name": "right", "typeName": "System.Numerics.Vector3" } + ], + "isStatic": true, + "name": "op_Addition", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Vector3", + "params": [ + { "name": "left", "typeName": "System.Numerics.Vector3" }, + { "name": "right", "typeName": "System.Numerics.Vector3" } + ], + "isStatic": true, + "name": "op_Division", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Vector3", + "params": [ + { "name": "value1", "typeName": "System.Numerics.Vector3" }, + { "name": "value2", "typeName": "float" } + ], + "isStatic": true, + "name": "op_Division", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "left", "typeName": "System.Numerics.Vector3" }, + { "name": "right", "typeName": "System.Numerics.Vector3" } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "left", "typeName": "System.Numerics.Vector3" }, + { "name": "right", "typeName": "System.Numerics.Vector3" } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Vector3", + "params": [ + { "name": "left", "typeName": "System.Numerics.Vector3" }, + { "name": "right", "typeName": "System.Numerics.Vector3" } + ], + "isStatic": true, + "name": "op_Multiply", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Vector3", + "params": [ + { "name": "left", "typeName": "System.Numerics.Vector3" }, + { "name": "right", "typeName": "float" } + ], + "isStatic": true, + "name": "op_Multiply", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Vector3", + "params": [ + { "name": "left", "typeName": "float" }, + { "name": "right", "typeName": "System.Numerics.Vector3" } + ], + "isStatic": true, + "name": "op_Multiply", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Vector3", + "params": [ + { "name": "left", "typeName": "System.Numerics.Vector3" }, + { "name": "right", "typeName": "System.Numerics.Vector3" } + ], + "isStatic": true, + "name": "op_Subtraction", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Vector3", + "params": [ + { "name": "value", "typeName": "System.Numerics.Vector3" } + ], + "isStatic": true, + "name": "op_UnaryNegation", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Vector3", + "params": [ + { "name": "vector", "typeName": "System.Numerics.Vector3" }, + { "name": "normal", "typeName": "System.Numerics.Vector3" } + ], + "isStatic": true, + "name": "Reflect", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Vector3", + "params": [ + { "name": "value", "typeName": "System.Numerics.Vector3" } + ], + "isStatic": true, + "name": "SquareRoot", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Vector3", + "params": [ + { "name": "left", "typeName": "System.Numerics.Vector3" }, + { "name": "right", "typeName": "System.Numerics.Vector3" } + ], + "isStatic": true, + "name": "Subtract", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "format", "typeName": "string" }], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "format", "typeName": "string" }, + { "name": "formatProvider", "typeName": "System.IFormatProvider" } + ], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Vector3", + "params": [ + { "name": "position", "typeName": "System.Numerics.Vector3" }, + { "name": "matrix", "typeName": "System.Numerics.Matrix4x4" } + ], + "isStatic": true, + "name": "Transform", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Vector3", + "params": [ + { "name": "value", "typeName": "System.Numerics.Vector3" }, + { "name": "rotation", "typeName": "System.Numerics.Quaternion" } + ], + "isStatic": true, + "name": "Transform", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Vector3", + "params": [ + { "name": "normal", "typeName": "System.Numerics.Vector3" }, + { "name": "matrix", "typeName": "System.Numerics.Matrix4x4" } + ], + "isStatic": true, + "name": "TransformNormal", + "comment": "", + "location": "System.Numerics.dll" + } + ], + "name": "Vector3", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "namespace": "System.Numerics", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IEquatable", "IFormattable"], + "fields": [ + { + "typeName": "float", + "name": "W", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "typeName": "float", + "name": "X", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "typeName": "float", + "name": "Y", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "typeName": "float", + "name": "Z", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "typeName": "System.Numerics.Vector4", + "name": "One", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "typeName": "System.Numerics.Vector4", + "name": "UnitW", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "typeName": "System.Numerics.Vector4", + "name": "UnitX", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "typeName": "System.Numerics.Vector4", + "name": "UnitY", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "typeName": "System.Numerics.Vector4", + "name": "UnitZ", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "typeName": "System.Numerics.Vector4", + "name": "Zero", + "comment": "", + "location": "System.Numerics.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "System.Numerics.Vector2" }, + { "name": "z", "typeName": "float" }, + { "name": "w", "typeName": "float" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "System.Numerics.Vector3" }, + { "name": "w", "typeName": "float" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "float" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "x", "typeName": "float" }, + { "name": "y", "typeName": "float" }, + { "name": "z", "typeName": "float" }, + { "name": "w", "typeName": "float" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Vector4", + "params": [ + { "name": "value", "typeName": "System.Numerics.Vector4" } + ], + "isStatic": true, + "name": "Abs", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Vector4", + "params": [ + { "name": "left", "typeName": "System.Numerics.Vector4" }, + { "name": "right", "typeName": "System.Numerics.Vector4" } + ], + "isStatic": true, + "name": "Add", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Vector4", + "params": [ + { "name": "value1", "typeName": "System.Numerics.Vector4" }, + { "name": "min", "typeName": "System.Numerics.Vector4" }, + { "name": "max", "typeName": "System.Numerics.Vector4" } + ], + "isStatic": true, + "name": "Clamp", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "array", "typeName": "float[]" }], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "array", "typeName": "float[]" }, + { "name": "index", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Single", + "params": [ + { "name": "value1", "typeName": "System.Numerics.Vector4" }, + { "name": "value2", "typeName": "System.Numerics.Vector4" } + ], + "isStatic": true, + "name": "Distance", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Single", + "params": [ + { "name": "value1", "typeName": "System.Numerics.Vector4" }, + { "name": "value2", "typeName": "System.Numerics.Vector4" } + ], + "isStatic": true, + "name": "DistanceSquared", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Vector4", + "params": [ + { "name": "left", "typeName": "System.Numerics.Vector4" }, + { "name": "right", "typeName": "System.Numerics.Vector4" } + ], + "isStatic": true, + "name": "Divide", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Vector4", + "params": [ + { "name": "left", "typeName": "System.Numerics.Vector4" }, + { "name": "divisor", "typeName": "float" } + ], + "isStatic": true, + "name": "Divide", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Single", + "params": [ + { "name": "vector1", "typeName": "System.Numerics.Vector4" }, + { "name": "vector2", "typeName": "System.Numerics.Vector4" } + ], + "isStatic": true, + "name": "Dot", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "other", "typeName": "System.Numerics.Vector4" } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Single", + "params": [], + "isStatic": false, + "name": "Length", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Single", + "params": [], + "isStatic": false, + "name": "LengthSquared", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Vector4", + "params": [ + { "name": "value1", "typeName": "System.Numerics.Vector4" }, + { "name": "value2", "typeName": "System.Numerics.Vector4" }, + { "name": "amount", "typeName": "float" } + ], + "isStatic": true, + "name": "Lerp", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Vector4", + "params": [ + { "name": "value1", "typeName": "System.Numerics.Vector4" }, + { "name": "value2", "typeName": "System.Numerics.Vector4" } + ], + "isStatic": true, + "name": "Max", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Vector4", + "params": [ + { "name": "value1", "typeName": "System.Numerics.Vector4" }, + { "name": "value2", "typeName": "System.Numerics.Vector4" } + ], + "isStatic": true, + "name": "Min", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Vector4", + "params": [ + { "name": "left", "typeName": "System.Numerics.Vector4" }, + { "name": "right", "typeName": "System.Numerics.Vector4" } + ], + "isStatic": true, + "name": "Multiply", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Vector4", + "params": [ + { "name": "left", "typeName": "System.Numerics.Vector4" }, + { "name": "right", "typeName": "float" } + ], + "isStatic": true, + "name": "Multiply", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Vector4", + "params": [ + { "name": "left", "typeName": "float" }, + { "name": "right", "typeName": "System.Numerics.Vector4" } + ], + "isStatic": true, + "name": "Multiply", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Vector4", + "params": [ + { "name": "value", "typeName": "System.Numerics.Vector4" } + ], + "isStatic": true, + "name": "Negate", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Vector4", + "params": [ + { "name": "vector", "typeName": "System.Numerics.Vector4" } + ], + "isStatic": true, + "name": "Normalize", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Vector4", + "params": [ + { "name": "left", "typeName": "System.Numerics.Vector4" }, + { "name": "right", "typeName": "System.Numerics.Vector4" } + ], + "isStatic": true, + "name": "op_Addition", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Vector4", + "params": [ + { "name": "left", "typeName": "System.Numerics.Vector4" }, + { "name": "right", "typeName": "System.Numerics.Vector4" } + ], + "isStatic": true, + "name": "op_Division", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Vector4", + "params": [ + { "name": "value1", "typeName": "System.Numerics.Vector4" }, + { "name": "value2", "typeName": "float" } + ], + "isStatic": true, + "name": "op_Division", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "left", "typeName": "System.Numerics.Vector4" }, + { "name": "right", "typeName": "System.Numerics.Vector4" } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "left", "typeName": "System.Numerics.Vector4" }, + { "name": "right", "typeName": "System.Numerics.Vector4" } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Vector4", + "params": [ + { "name": "left", "typeName": "System.Numerics.Vector4" }, + { "name": "right", "typeName": "System.Numerics.Vector4" } + ], + "isStatic": true, + "name": "op_Multiply", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Vector4", + "params": [ + { "name": "left", "typeName": "System.Numerics.Vector4" }, + { "name": "right", "typeName": "float" } + ], + "isStatic": true, + "name": "op_Multiply", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Vector4", + "params": [ + { "name": "left", "typeName": "float" }, + { "name": "right", "typeName": "System.Numerics.Vector4" } + ], + "isStatic": true, + "name": "op_Multiply", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Vector4", + "params": [ + { "name": "left", "typeName": "System.Numerics.Vector4" }, + { "name": "right", "typeName": "System.Numerics.Vector4" } + ], + "isStatic": true, + "name": "op_Subtraction", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Vector4", + "params": [ + { "name": "value", "typeName": "System.Numerics.Vector4" } + ], + "isStatic": true, + "name": "op_UnaryNegation", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Vector4", + "params": [ + { "name": "value", "typeName": "System.Numerics.Vector4" } + ], + "isStatic": true, + "name": "SquareRoot", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Vector4", + "params": [ + { "name": "left", "typeName": "System.Numerics.Vector4" }, + { "name": "right", "typeName": "System.Numerics.Vector4" } + ], + "isStatic": true, + "name": "Subtract", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "format", "typeName": "string" }], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "format", "typeName": "string" }, + { "name": "formatProvider", "typeName": "System.IFormatProvider" } + ], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Vector4", + "params": [ + { "name": "position", "typeName": "System.Numerics.Vector2" }, + { "name": "matrix", "typeName": "System.Numerics.Matrix4x4" } + ], + "isStatic": true, + "name": "Transform", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Vector4", + "params": [ + { "name": "value", "typeName": "System.Numerics.Vector2" }, + { "name": "rotation", "typeName": "System.Numerics.Quaternion" } + ], + "isStatic": true, + "name": "Transform", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Vector4", + "params": [ + { "name": "position", "typeName": "System.Numerics.Vector3" }, + { "name": "matrix", "typeName": "System.Numerics.Matrix4x4" } + ], + "isStatic": true, + "name": "Transform", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Vector4", + "params": [ + { "name": "value", "typeName": "System.Numerics.Vector3" }, + { "name": "rotation", "typeName": "System.Numerics.Quaternion" } + ], + "isStatic": true, + "name": "Transform", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Vector4", + "params": [ + { "name": "vector", "typeName": "System.Numerics.Vector4" }, + { "name": "matrix", "typeName": "System.Numerics.Matrix4x4" } + ], + "isStatic": true, + "name": "Transform", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "returnTypeName": "Vector4", + "params": [ + { "name": "value", "typeName": "System.Numerics.Vector4" }, + { "name": "rotation", "typeName": "System.Numerics.Quaternion" } + ], + "isStatic": true, + "name": "Transform", + "comment": "", + "location": "System.Numerics.dll" + } + ], + "name": "Vector4", + "comment": "", + "location": "System.Numerics.dll" + }, + { + "namespace": "System.CodeDom", + "baseClass": "System.CodeDom.CodeExpression", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "ParameterName", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "parameterName", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "CodeArgumentReferenceExpression", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.CodeDom", + "baseClass": "System.CodeDom.CodeExpression", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.CodeDom.CodeTypeReference", + "name": "CreateType", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.CodeExpressionCollection", + "name": "Initializers", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "Size", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.CodeExpression", + "name": "SizeExpression", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "createType", + "typeName": "System.CodeDom.CodeTypeReference" + }, + { "name": "size", "typeName": "System.CodeDom.CodeExpression" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "createType", + "typeName": "System.CodeDom.CodeTypeReference" + }, + { + "name": "initializers", + "typeName": "System.CodeDom.CodeExpression[]" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "createType", + "typeName": "System.CodeDom.CodeTypeReference" + }, + { "name": "size", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "createType", "typeName": "string" }, + { "name": "size", "typeName": "System.CodeDom.CodeExpression" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "createType", "typeName": "string" }, + { + "name": "initializers", + "typeName": "System.CodeDom.CodeExpression[]" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "createType", "typeName": "string" }, + { "name": "size", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "createType", "typeName": "System.Type" }, + { "name": "size", "typeName": "System.CodeDom.CodeExpression" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "createType", "typeName": "System.Type" }, + { + "name": "initializers", + "typeName": "System.CodeDom.CodeExpression[]" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "createType", "typeName": "System.Type" }, + { "name": "size", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "CodeArrayCreateExpression", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.CodeDom", + "baseClass": "System.CodeDom.CodeExpression", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.CodeDom.CodeExpressionCollection", + "name": "Indices", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.CodeExpression", + "name": "TargetObject", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "targetObject", + "typeName": "System.CodeDom.CodeExpression" + }, + { "name": "indices", "typeName": "System.CodeDom.CodeExpression[]" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "CodeArrayIndexerExpression", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Linq.Expressions", + "baseClass": "System.Linq.Expressions.Expression", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "CanReduce", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.LambdaExpression", + "name": "Conversion", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "bool", + "name": "IsLifted", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "bool", + "name": "IsLiftedToNull", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.Expression", + "name": "Left", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Reflection.MethodInfo", + "name": "Method", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.Expression", + "name": "Right", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "Expression", + "params": [], + "isStatic": false, + "name": "Reduce", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "BinaryExpression", + "params": [ + { + "name": "left", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "conversion", + "typeName": "System.Linq.Expressions.LambdaExpression" + }, + { + "name": "right", + "typeName": "System.Linq.Expressions.Expression" + } + ], + "isStatic": false, + "name": "Update", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "BinaryExpression", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.CodeDom", + "baseClass": "System.CodeDom.CodeStatement", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.CodeDom.CodeExpression", + "name": "Left", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.CodeExpression", + "name": "Right", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "left", "typeName": "System.CodeDom.CodeExpression" }, + { "name": "right", "typeName": "System.CodeDom.CodeExpression" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "CodeAssignStatement", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Timers", + "baseClass": "System.EventArgs", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.DateTime", + "name": "SignalTime", + "comment": "", + "location": "System.dll" + } + ], + "methods": [], + "name": "ElapsedEventArgs", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Linq.Expressions", + "baseClass": "System.Linq.Expressions.Expression", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Collections.ObjectModel.ReadOnlyCollection", + "name": "Expressions", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.ExpressionType", + "name": "NodeType", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.Expression", + "name": "Result", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Type", + "name": "Type", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Collections.ObjectModel.ReadOnlyCollection", + "name": "Variables", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "BlockExpression", + "params": [ + { + "name": "variables", + "typeName": "System.Collections.Generic.IEnumerable" + }, + { + "name": "expressions", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": false, + "name": "Update", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "BlockExpression", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.CodeDom", + "baseClass": "System.CodeDom.CodeStatement", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.CodeDom.CodeEventReferenceExpression", + "name": "Event", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.CodeExpression", + "name": "Listener", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "eventRef", + "typeName": "System.CodeDom.CodeEventReferenceExpression" + }, + { "name": "listener", "typeName": "System.CodeDom.CodeExpression" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "targetObject", + "typeName": "System.CodeDom.CodeExpression" + }, + { "name": "eventName", "typeName": "string" }, + { "name": "listener", "typeName": "System.CodeDom.CodeExpression" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "CodeAttachEventStatement", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Linq.Expressions", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Linq.Expressions.Expression", + "name": "Body", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.Expression", + "name": "Filter", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Type", + "name": "Test", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.ParameterExpression", + "name": "Variable", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "CatchBlock", + "params": [ + { + "name": "variable", + "typeName": "System.Linq.Expressions.ParameterExpression" + }, + { + "name": "filter", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "body", "typeName": "System.Linq.Expressions.Expression" } + ], + "isStatic": false, + "name": "Update", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "CatchBlock", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Timers", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "sender", "typeName": "object" }, + { "name": "e", "typeName": "System.Timers.ElapsedEventArgs" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "sender", "typeName": "object" }, + { "name": "e", "typeName": "System.Timers.ElapsedEventArgs" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "System.dll" + } + ], + "name": "ElapsedEventHandler", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.CodeDom", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.CodeExpression", + "name": "Value", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "System.CodeDom.CodeExpression" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "value", "typeName": "System.CodeDom.CodeExpression" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "CodeAttributeArgument", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.CodeDom", + "baseClass": "System.Collections.CollectionBase", + "attribute": "", + "interfaces": ["IList", "ICollection", "IEnumerable"], + "fields": [ + { + "typeName": "System.CodeDom.CodeAttributeArgument", + "name": "this[]", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.CodeDom.CodeAttributeArgumentCollection" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.CodeDom.CodeAttributeArgument[]" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "value", + "typeName": "System.CodeDom.CodeAttributeArgument" + } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.CodeDom.CodeAttributeArgumentCollection" + } + ], + "isStatic": false, + "name": "AddRange", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.CodeDom.CodeAttributeArgument[]" + } + ], + "isStatic": false, + "name": "AddRange", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "value", + "typeName": "System.CodeDom.CodeAttributeArgument" + } + ], + "isStatic": false, + "name": "Contains", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "array", + "typeName": "System.CodeDom.CodeAttributeArgument[]" + }, + { "name": "index", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "value", + "typeName": "System.CodeDom.CodeAttributeArgument" + } + ], + "isStatic": false, + "name": "IndexOf", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { + "name": "value", + "typeName": "System.CodeDom.CodeAttributeArgument" + } + ], + "isStatic": false, + "name": "Insert", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.CodeDom.CodeAttributeArgument" + } + ], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "System.dll" + } + ], + "name": "CodeAttributeArgumentCollection", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Linq.Expressions", + "baseClass": "System.Linq.Expressions.Expression", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Linq.Expressions.Expression", + "name": "IfFalse", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.Expression", + "name": "IfTrue", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.ExpressionType", + "name": "NodeType", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.Expression", + "name": "Test", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Type", + "name": "Type", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "ConditionalExpression", + "params": [ + { + "name": "test", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "ifTrue", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "ifFalse", + "typeName": "System.Linq.Expressions.Expression" + } + ], + "isStatic": false, + "name": "Update", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "ConditionalExpression", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Timers", + "baseClass": "System.ComponentModel.Component", + "attribute": "", + "interfaces": ["IComponent", "IDisposable", "ISupportInitialize"], + "fields": [ + { + "typeName": "bool", + "name": "AutoReset", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "Enabled", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "double", + "name": "Interval", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.ISite", + "name": "Site", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.ISynchronizeInvoke", + "name": "SynchronizingObject", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Timers.ElapsedEventHandler", + "name": "Elapsed", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "interval", "typeName": "double" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "System.Timers.ElapsedEventHandler" } + ], + "isStatic": false, + "name": "add_Elapsed", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "System.Timers.ElapsedEventHandler" } + ], + "isStatic": false, + "name": "remove_Elapsed", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "BeginInit", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Close", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "EndInit", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Start", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Stop", + "comment": "", + "location": "System.dll" + } + ], + "name": "Timer", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Linq.Expressions", + "baseClass": "System.Linq.Expressions.Expression", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Linq.Expressions.ExpressionType", + "name": "NodeType", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Type", + "name": "Type", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "object", + "name": "Value", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [], + "name": "ConstantExpression", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.CodeDom", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.CodeDom.CodeAttributeArgumentCollection", + "name": "Arguments", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.CodeTypeReference", + "name": "AttributeType", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "attributeType", + "typeName": "System.CodeDom.CodeTypeReference" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "attributeType", + "typeName": "System.CodeDom.CodeTypeReference" + }, + { + "name": "arguments", + "typeName": "System.CodeDom.CodeAttributeArgument[]" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { + "name": "arguments", + "typeName": "System.CodeDom.CodeAttributeArgument[]" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "CodeAttributeDeclaration", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Timers", + "baseClass": "System.ComponentModel.DescriptionAttribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "string", + "name": "Description", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "description", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "TimersDescriptionAttribute", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.CodeDom", + "baseClass": "System.Collections.CollectionBase", + "attribute": "", + "interfaces": ["IList", "ICollection", "IEnumerable"], + "fields": [ + { + "typeName": "System.CodeDom.CodeAttributeDeclaration", + "name": "this[]", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.CodeDom.CodeAttributeDeclarationCollection" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.CodeDom.CodeAttributeDeclaration[]" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "value", + "typeName": "System.CodeDom.CodeAttributeDeclaration" + } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.CodeDom.CodeAttributeDeclarationCollection" + } + ], + "isStatic": false, + "name": "AddRange", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.CodeDom.CodeAttributeDeclaration[]" + } + ], + "isStatic": false, + "name": "AddRange", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "value", + "typeName": "System.CodeDom.CodeAttributeDeclaration" + } + ], + "isStatic": false, + "name": "Contains", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "array", + "typeName": "System.CodeDom.CodeAttributeDeclaration[]" + }, + { "name": "index", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "value", + "typeName": "System.CodeDom.CodeAttributeDeclaration" + } + ], + "isStatic": false, + "name": "IndexOf", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { + "name": "value", + "typeName": "System.CodeDom.CodeAttributeDeclaration" + } + ], + "isStatic": false, + "name": "Insert", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.CodeDom.CodeAttributeDeclaration" + } + ], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "System.dll" + } + ], + "name": "CodeAttributeDeclarationCollection", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Linq.Expressions", + "baseClass": "System.Linq.Expressions.Expression", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Linq.Expressions.SymbolDocumentInfo", + "name": "Document", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "int", + "name": "EndColumn", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "int", + "name": "EndLine", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "bool", + "name": "IsClear", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.ExpressionType", + "name": "NodeType", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "int", + "name": "StartColumn", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "int", + "name": "StartLine", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Type", + "name": "Type", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [], + "name": "DebugInfoExpression", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Linq.Expressions", + "baseClass": "System.Linq.Expressions.Expression", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Linq.Expressions.ExpressionType", + "name": "NodeType", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Type", + "name": "Type", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [], + "name": "DefaultExpression", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.CodeDom", + "baseClass": "System.CodeDom.CodeExpression", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "CodeBaseReferenceExpression", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Linq.Expressions", + "baseClass": "System.Linq.Expressions.Expression", + "attribute": "", + "interfaces": ["IDynamicExpression", "IArgumentProvider"], + "fields": [ + { + "typeName": "System.Collections.ObjectModel.ReadOnlyCollection", + "name": "Arguments", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Runtime.CompilerServices.CallSiteBinder", + "name": "Binder", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Type", + "name": "DelegateType", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.ExpressionType", + "name": "NodeType", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Type", + "name": "Type", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "DynamicExpression", + "params": [ + { + "name": "binder", + "typeName": "System.Runtime.CompilerServices.CallSiteBinder" + }, + { "name": "returnType", "typeName": "System.Type" }, + { + "name": "arguments", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": true, + "name": "Dynamic", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "DynamicExpression", + "params": [ + { + "name": "binder", + "typeName": "System.Runtime.CompilerServices.CallSiteBinder" + }, + { "name": "returnType", "typeName": "System.Type" }, + { "name": "arg0", "typeName": "System.Linq.Expressions.Expression" } + ], + "isStatic": true, + "name": "Dynamic", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "DynamicExpression", + "params": [ + { + "name": "binder", + "typeName": "System.Runtime.CompilerServices.CallSiteBinder" + }, + { "name": "returnType", "typeName": "System.Type" }, + { + "name": "arg0", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "arg1", "typeName": "System.Linq.Expressions.Expression" } + ], + "isStatic": true, + "name": "Dynamic", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "DynamicExpression", + "params": [ + { + "name": "binder", + "typeName": "System.Runtime.CompilerServices.CallSiteBinder" + }, + { "name": "returnType", "typeName": "System.Type" }, + { + "name": "arg0", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "arg1", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "arg2", "typeName": "System.Linq.Expressions.Expression" } + ], + "isStatic": true, + "name": "Dynamic", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "DynamicExpression", + "params": [ + { + "name": "binder", + "typeName": "System.Runtime.CompilerServices.CallSiteBinder" + }, + { "name": "returnType", "typeName": "System.Type" }, + { + "name": "arg0", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "arg1", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "arg2", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "arg3", "typeName": "System.Linq.Expressions.Expression" } + ], + "isStatic": true, + "name": "Dynamic", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "DynamicExpression", + "params": [ + { + "name": "binder", + "typeName": "System.Runtime.CompilerServices.CallSiteBinder" + }, + { "name": "returnType", "typeName": "System.Type" }, + { + "name": "arguments", + "typeName": "System.Linq.Expressions.Expression[]" + } + ], + "isStatic": true, + "name": "Dynamic", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "DynamicExpression", + "params": [ + { "name": "delegateType", "typeName": "System.Type" }, + { + "name": "binder", + "typeName": "System.Runtime.CompilerServices.CallSiteBinder" + }, + { + "name": "arguments", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": true, + "name": "MakeDynamic", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "DynamicExpression", + "params": [ + { "name": "delegateType", "typeName": "System.Type" }, + { + "name": "binder", + "typeName": "System.Runtime.CompilerServices.CallSiteBinder" + }, + { "name": "arg0", "typeName": "System.Linq.Expressions.Expression" } + ], + "isStatic": true, + "name": "MakeDynamic", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "DynamicExpression", + "params": [ + { "name": "delegateType", "typeName": "System.Type" }, + { + "name": "binder", + "typeName": "System.Runtime.CompilerServices.CallSiteBinder" + }, + { + "name": "arg0", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "arg1", "typeName": "System.Linq.Expressions.Expression" } + ], + "isStatic": true, + "name": "MakeDynamic", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "DynamicExpression", + "params": [ + { "name": "delegateType", "typeName": "System.Type" }, + { + "name": "binder", + "typeName": "System.Runtime.CompilerServices.CallSiteBinder" + }, + { + "name": "arg0", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "arg1", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "arg2", "typeName": "System.Linq.Expressions.Expression" } + ], + "isStatic": true, + "name": "MakeDynamic", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "DynamicExpression", + "params": [ + { "name": "delegateType", "typeName": "System.Type" }, + { + "name": "binder", + "typeName": "System.Runtime.CompilerServices.CallSiteBinder" + }, + { + "name": "arg0", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "arg1", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "arg2", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "arg3", "typeName": "System.Linq.Expressions.Expression" } + ], + "isStatic": true, + "name": "MakeDynamic", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "DynamicExpression", + "params": [ + { "name": "delegateType", "typeName": "System.Type" }, + { + "name": "binder", + "typeName": "System.Runtime.CompilerServices.CallSiteBinder" + }, + { + "name": "arguments", + "typeName": "System.Linq.Expressions.Expression[]" + } + ], + "isStatic": true, + "name": "MakeDynamic", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "DynamicExpression", + "params": [ + { + "name": "arguments", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": false, + "name": "Update", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "DynamicExpression", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.CodeDom", + "baseClass": "System.CodeDom.CodeExpression", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.CodeDom.CodeExpression", + "name": "Left", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.CodeBinaryOperatorType", + "name": "Operator", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.CodeExpression", + "name": "Right", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "left", "typeName": "System.CodeDom.CodeExpression" }, + { + "name": "op", + "typeName": "System.CodeDom.CodeBinaryOperatorType" + }, + { "name": "right", "typeName": "System.CodeDom.CodeExpression" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "CodeBinaryOperatorExpression", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Linq.Expressions", + "baseClass": "System.Linq.Expressions.ExpressionVisitor", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [], + "name": "DynamicExpressionVisitor", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.CodeDom", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.CodeDom.CodeBinaryOperatorType", + "name": "Add", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.CodeBinaryOperatorType", + "name": "Assign", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.CodeBinaryOperatorType", + "name": "BitwiseAnd", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.CodeBinaryOperatorType", + "name": "BitwiseOr", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.CodeBinaryOperatorType", + "name": "BooleanAnd", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.CodeBinaryOperatorType", + "name": "BooleanOr", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.CodeBinaryOperatorType", + "name": "Divide", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.CodeBinaryOperatorType", + "name": "GreaterThan", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.CodeBinaryOperatorType", + "name": "GreaterThanOrEqual", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.CodeBinaryOperatorType", + "name": "IdentityEquality", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.CodeBinaryOperatorType", + "name": "IdentityInequality", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.CodeBinaryOperatorType", + "name": "LessThan", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.CodeBinaryOperatorType", + "name": "LessThanOrEqual", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.CodeBinaryOperatorType", + "name": "Modulus", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.CodeBinaryOperatorType", + "name": "Multiply", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.CodeBinaryOperatorType", + "name": "Subtract", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.CodeBinaryOperatorType", + "name": "ValueEquality", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.CodeDom.CodeBinaryOperatorType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "CodeBinaryOperatorType", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.CodeDom", + "baseClass": "System.CodeDom.CodeExpression", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.CodeDom.CodeExpression", + "name": "Expression", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.CodeTypeReference", + "name": "TargetType", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "targetType", + "typeName": "System.CodeDom.CodeTypeReference" + }, + { + "name": "expression", + "typeName": "System.CodeDom.CodeExpression" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "targetType", "typeName": "string" }, + { + "name": "expression", + "typeName": "System.CodeDom.CodeExpression" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "targetType", "typeName": "System.Type" }, + { + "name": "expression", + "typeName": "System.CodeDom.CodeExpression" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "CodeCastExpression", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Linq.Expressions", + "baseClass": "object", + "attribute": "", + "interfaces": ["IArgumentProvider"], + "fields": [ + { + "typeName": "System.Reflection.MethodInfo", + "name": "AddMethod", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Collections.ObjectModel.ReadOnlyCollection", + "name": "Arguments", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ElementInit", + "params": [ + { + "name": "arguments", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": false, + "name": "Update", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "ElementInit", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.CodeDom", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.CodeDom.CodeTypeReference", + "name": "CatchExceptionType", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "LocalName", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.CodeStatementCollection", + "name": "Statements", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "localName", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "localName", "typeName": "string" }, + { + "name": "catchExceptionType", + "typeName": "System.CodeDom.CodeTypeReference" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "localName", "typeName": "string" }, + { + "name": "catchExceptionType", + "typeName": "System.CodeDom.CodeTypeReference" + }, + { + "name": "statements", + "typeName": "System.CodeDom.CodeStatement[]" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "CodeCatchClause", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Linq.Expressions", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "CanReduce", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.ExpressionType", + "name": "NodeType", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Type", + "name": "Type", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "BinaryExpression", + "params": [ + { + "name": "left", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "right", + "typeName": "System.Linq.Expressions.Expression" + } + ], + "isStatic": true, + "name": "Add", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "BinaryExpression", + "params": [ + { + "name": "left", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "right", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "method", "typeName": "System.Reflection.MethodInfo" } + ], + "isStatic": true, + "name": "Add", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "BinaryExpression", + "params": [ + { + "name": "left", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "right", + "typeName": "System.Linq.Expressions.Expression" + } + ], + "isStatic": true, + "name": "AddAssign", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "BinaryExpression", + "params": [ + { + "name": "left", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "right", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "method", "typeName": "System.Reflection.MethodInfo" } + ], + "isStatic": true, + "name": "AddAssign", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "BinaryExpression", + "params": [ + { + "name": "left", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "right", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "method", "typeName": "System.Reflection.MethodInfo" }, + { + "name": "conversion", + "typeName": "System.Linq.Expressions.LambdaExpression" + } + ], + "isStatic": true, + "name": "AddAssign", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "BinaryExpression", + "params": [ + { + "name": "left", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "right", + "typeName": "System.Linq.Expressions.Expression" + } + ], + "isStatic": true, + "name": "AddAssignChecked", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "BinaryExpression", + "params": [ + { + "name": "left", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "right", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "method", "typeName": "System.Reflection.MethodInfo" } + ], + "isStatic": true, + "name": "AddAssignChecked", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "BinaryExpression", + "params": [ + { + "name": "left", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "right", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "method", "typeName": "System.Reflection.MethodInfo" }, + { + "name": "conversion", + "typeName": "System.Linq.Expressions.LambdaExpression" + } + ], + "isStatic": true, + "name": "AddAssignChecked", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "BinaryExpression", + "params": [ + { + "name": "left", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "right", + "typeName": "System.Linq.Expressions.Expression" + } + ], + "isStatic": true, + "name": "AddChecked", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "BinaryExpression", + "params": [ + { + "name": "left", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "right", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "method", "typeName": "System.Reflection.MethodInfo" } + ], + "isStatic": true, + "name": "AddChecked", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "BinaryExpression", + "params": [ + { + "name": "left", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "right", + "typeName": "System.Linq.Expressions.Expression" + } + ], + "isStatic": true, + "name": "And", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "BinaryExpression", + "params": [ + { + "name": "left", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "right", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "method", "typeName": "System.Reflection.MethodInfo" } + ], + "isStatic": true, + "name": "And", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "BinaryExpression", + "params": [ + { + "name": "left", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "right", + "typeName": "System.Linq.Expressions.Expression" + } + ], + "isStatic": true, + "name": "AndAlso", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "BinaryExpression", + "params": [ + { + "name": "left", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "right", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "method", "typeName": "System.Reflection.MethodInfo" } + ], + "isStatic": true, + "name": "AndAlso", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "BinaryExpression", + "params": [ + { + "name": "left", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "right", + "typeName": "System.Linq.Expressions.Expression" + } + ], + "isStatic": true, + "name": "AndAssign", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "BinaryExpression", + "params": [ + { + "name": "left", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "right", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "method", "typeName": "System.Reflection.MethodInfo" } + ], + "isStatic": true, + "name": "AndAssign", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "BinaryExpression", + "params": [ + { + "name": "left", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "right", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "method", "typeName": "System.Reflection.MethodInfo" }, + { + "name": "conversion", + "typeName": "System.Linq.Expressions.LambdaExpression" + } + ], + "isStatic": true, + "name": "AndAssign", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IndexExpression", + "params": [ + { + "name": "array", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "indexes", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": true, + "name": "ArrayAccess", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IndexExpression", + "params": [ + { + "name": "array", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "indexes", + "typeName": "System.Linq.Expressions.Expression[]" + } + ], + "isStatic": true, + "name": "ArrayAccess", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "MethodCallExpression", + "params": [ + { + "name": "array", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "indexes", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": true, + "name": "ArrayIndex", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "BinaryExpression", + "params": [ + { + "name": "array", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "index", + "typeName": "System.Linq.Expressions.Expression" + } + ], + "isStatic": true, + "name": "ArrayIndex", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "MethodCallExpression", + "params": [ + { + "name": "array", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "indexes", + "typeName": "System.Linq.Expressions.Expression[]" + } + ], + "isStatic": true, + "name": "ArrayIndex", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "UnaryExpression", + "params": [ + { + "name": "array", + "typeName": "System.Linq.Expressions.Expression" + } + ], + "isStatic": true, + "name": "ArrayLength", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "BinaryExpression", + "params": [ + { + "name": "left", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "right", + "typeName": "System.Linq.Expressions.Expression" + } + ], + "isStatic": true, + "name": "Assign", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "MemberAssignment", + "params": [ + { "name": "member", "typeName": "System.Reflection.MemberInfo" }, + { + "name": "expression", + "typeName": "System.Linq.Expressions.Expression" + } + ], + "isStatic": true, + "name": "Bind", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "MemberAssignment", + "params": [ + { + "name": "propertyAccessor", + "typeName": "System.Reflection.MethodInfo" + }, + { + "name": "expression", + "typeName": "System.Linq.Expressions.Expression" + } + ], + "isStatic": true, + "name": "Bind", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "BlockExpression", + "params": [ + { + "name": "expressions", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": true, + "name": "Block", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "BlockExpression", + "params": [ + { + "name": "variables", + "typeName": "System.Collections.Generic.IEnumerable" + }, + { + "name": "expressions", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": true, + "name": "Block", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "BlockExpression", + "params": [ + { + "name": "variables", + "typeName": "System.Collections.Generic.IEnumerable" + }, + { + "name": "expressions", + "typeName": "System.Linq.Expressions.Expression[]" + } + ], + "isStatic": true, + "name": "Block", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "BlockExpression", + "params": [ + { + "name": "arg0", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "arg1", "typeName": "System.Linq.Expressions.Expression" } + ], + "isStatic": true, + "name": "Block", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "BlockExpression", + "params": [ + { + "name": "arg0", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "arg1", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "arg2", "typeName": "System.Linq.Expressions.Expression" } + ], + "isStatic": true, + "name": "Block", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "BlockExpression", + "params": [ + { + "name": "arg0", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "arg1", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "arg2", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "arg3", "typeName": "System.Linq.Expressions.Expression" } + ], + "isStatic": true, + "name": "Block", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "BlockExpression", + "params": [ + { + "name": "arg0", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "arg1", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "arg2", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "arg3", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "arg4", "typeName": "System.Linq.Expressions.Expression" } + ], + "isStatic": true, + "name": "Block", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "BlockExpression", + "params": [ + { + "name": "expressions", + "typeName": "System.Linq.Expressions.Expression[]" + } + ], + "isStatic": true, + "name": "Block", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "BlockExpression", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { + "name": "expressions", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": true, + "name": "Block", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "BlockExpression", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { + "name": "variables", + "typeName": "System.Collections.Generic.IEnumerable" + }, + { + "name": "expressions", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": true, + "name": "Block", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "BlockExpression", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { + "name": "variables", + "typeName": "System.Collections.Generic.IEnumerable" + }, + { + "name": "expressions", + "typeName": "System.Linq.Expressions.Expression[]" + } + ], + "isStatic": true, + "name": "Block", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "BlockExpression", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { + "name": "expressions", + "typeName": "System.Linq.Expressions.Expression[]" + } + ], + "isStatic": true, + "name": "Block", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "GotoExpression", + "params": [ + { + "name": "target", + "typeName": "System.Linq.Expressions.LabelTarget" + } + ], + "isStatic": true, + "name": "Break", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "GotoExpression", + "params": [ + { + "name": "target", + "typeName": "System.Linq.Expressions.LabelTarget" + }, + { + "name": "value", + "typeName": "System.Linq.Expressions.Expression" + } + ], + "isStatic": true, + "name": "Break", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "GotoExpression", + "params": [ + { + "name": "target", + "typeName": "System.Linq.Expressions.LabelTarget" + }, + { + "name": "value", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "type", "typeName": "System.Type" } + ], + "isStatic": true, + "name": "Break", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "GotoExpression", + "params": [ + { + "name": "target", + "typeName": "System.Linq.Expressions.LabelTarget" + }, + { "name": "type", "typeName": "System.Type" } + ], + "isStatic": true, + "name": "Break", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "MethodCallExpression", + "params": [ + { + "name": "instance", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "method", "typeName": "System.Reflection.MethodInfo" } + ], + "isStatic": true, + "name": "Call", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "MethodCallExpression", + "params": [ + { + "name": "instance", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "method", "typeName": "System.Reflection.MethodInfo" }, + { + "name": "arguments", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": true, + "name": "Call", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "MethodCallExpression", + "params": [ + { + "name": "instance", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "method", "typeName": "System.Reflection.MethodInfo" }, + { + "name": "arg0", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "arg1", "typeName": "System.Linq.Expressions.Expression" } + ], + "isStatic": true, + "name": "Call", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "MethodCallExpression", + "params": [ + { + "name": "instance", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "method", "typeName": "System.Reflection.MethodInfo" }, + { + "name": "arg0", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "arg1", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "arg2", "typeName": "System.Linq.Expressions.Expression" } + ], + "isStatic": true, + "name": "Call", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "MethodCallExpression", + "params": [ + { + "name": "instance", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "method", "typeName": "System.Reflection.MethodInfo" }, + { + "name": "arguments", + "typeName": "System.Linq.Expressions.Expression[]" + } + ], + "isStatic": true, + "name": "Call", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "MethodCallExpression", + "params": [ + { + "name": "instance", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "methodName", "typeName": "string" }, + { "name": "typeArguments", "typeName": "System.Type[]" }, + { + "name": "arguments", + "typeName": "System.Linq.Expressions.Expression[]" + } + ], + "isStatic": true, + "name": "Call", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "MethodCallExpression", + "params": [ + { "name": "method", "typeName": "System.Reflection.MethodInfo" }, + { + "name": "arguments", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": true, + "name": "Call", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "MethodCallExpression", + "params": [ + { "name": "method", "typeName": "System.Reflection.MethodInfo" }, + { "name": "arg0", "typeName": "System.Linq.Expressions.Expression" } + ], + "isStatic": true, + "name": "Call", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "MethodCallExpression", + "params": [ + { "name": "method", "typeName": "System.Reflection.MethodInfo" }, + { + "name": "arg0", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "arg1", "typeName": "System.Linq.Expressions.Expression" } + ], + "isStatic": true, + "name": "Call", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "MethodCallExpression", + "params": [ + { "name": "method", "typeName": "System.Reflection.MethodInfo" }, + { + "name": "arg0", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "arg1", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "arg2", "typeName": "System.Linq.Expressions.Expression" } + ], + "isStatic": true, + "name": "Call", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "MethodCallExpression", + "params": [ + { "name": "method", "typeName": "System.Reflection.MethodInfo" }, + { + "name": "arg0", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "arg1", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "arg2", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "arg3", "typeName": "System.Linq.Expressions.Expression" } + ], + "isStatic": true, + "name": "Call", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "MethodCallExpression", + "params": [ + { "name": "method", "typeName": "System.Reflection.MethodInfo" }, + { + "name": "arg0", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "arg1", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "arg2", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "arg3", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "arg4", "typeName": "System.Linq.Expressions.Expression" } + ], + "isStatic": true, + "name": "Call", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "MethodCallExpression", + "params": [ + { "name": "method", "typeName": "System.Reflection.MethodInfo" }, + { + "name": "arguments", + "typeName": "System.Linq.Expressions.Expression[]" + } + ], + "isStatic": true, + "name": "Call", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "MethodCallExpression", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { "name": "methodName", "typeName": "string" }, + { "name": "typeArguments", "typeName": "System.Type[]" }, + { + "name": "arguments", + "typeName": "System.Linq.Expressions.Expression[]" + } + ], + "isStatic": true, + "name": "Call", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "CatchBlock", + "params": [ + { + "name": "variable", + "typeName": "System.Linq.Expressions.ParameterExpression" + }, + { "name": "body", "typeName": "System.Linq.Expressions.Expression" } + ], + "isStatic": true, + "name": "Catch", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "CatchBlock", + "params": [ + { + "name": "variable", + "typeName": "System.Linq.Expressions.ParameterExpression" + }, + { + "name": "body", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "filter", + "typeName": "System.Linq.Expressions.Expression" + } + ], + "isStatic": true, + "name": "Catch", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "CatchBlock", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { "name": "body", "typeName": "System.Linq.Expressions.Expression" } + ], + "isStatic": true, + "name": "Catch", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "CatchBlock", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { + "name": "body", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "filter", + "typeName": "System.Linq.Expressions.Expression" + } + ], + "isStatic": true, + "name": "Catch", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "DebugInfoExpression", + "params": [ + { + "name": "document", + "typeName": "System.Linq.Expressions.SymbolDocumentInfo" + } + ], + "isStatic": true, + "name": "ClearDebugInfo", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "BinaryExpression", + "params": [ + { + "name": "left", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "right", + "typeName": "System.Linq.Expressions.Expression" + } + ], + "isStatic": true, + "name": "Coalesce", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "BinaryExpression", + "params": [ + { + "name": "left", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "right", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "conversion", + "typeName": "System.Linq.Expressions.LambdaExpression" + } + ], + "isStatic": true, + "name": "Coalesce", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ConditionalExpression", + "params": [ + { + "name": "test", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "ifTrue", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "ifFalse", + "typeName": "System.Linq.Expressions.Expression" + } + ], + "isStatic": true, + "name": "Condition", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ConditionalExpression", + "params": [ + { + "name": "test", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "ifTrue", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "ifFalse", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "type", "typeName": "System.Type" } + ], + "isStatic": true, + "name": "Condition", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ConstantExpression", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": true, + "name": "Constant", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ConstantExpression", + "params": [ + { "name": "value", "typeName": "object" }, + { "name": "type", "typeName": "System.Type" } + ], + "isStatic": true, + "name": "Constant", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "GotoExpression", + "params": [ + { + "name": "target", + "typeName": "System.Linq.Expressions.LabelTarget" + } + ], + "isStatic": true, + "name": "Continue", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "GotoExpression", + "params": [ + { + "name": "target", + "typeName": "System.Linq.Expressions.LabelTarget" + }, + { "name": "type", "typeName": "System.Type" } + ], + "isStatic": true, + "name": "Continue", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "UnaryExpression", + "params": [ + { + "name": "expression", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "type", "typeName": "System.Type" } + ], + "isStatic": true, + "name": "Convert", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "UnaryExpression", + "params": [ + { + "name": "expression", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "type", "typeName": "System.Type" }, + { "name": "method", "typeName": "System.Reflection.MethodInfo" } + ], + "isStatic": true, + "name": "Convert", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "UnaryExpression", + "params": [ + { + "name": "expression", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "type", "typeName": "System.Type" } + ], + "isStatic": true, + "name": "ConvertChecked", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "UnaryExpression", + "params": [ + { + "name": "expression", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "type", "typeName": "System.Type" }, + { "name": "method", "typeName": "System.Reflection.MethodInfo" } + ], + "isStatic": true, + "name": "ConvertChecked", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "DebugInfoExpression", + "params": [ + { + "name": "document", + "typeName": "System.Linq.Expressions.SymbolDocumentInfo" + }, + { "name": "startLine", "typeName": "int" }, + { "name": "startColumn", "typeName": "int" }, + { "name": "endLine", "typeName": "int" }, + { "name": "endColumn", "typeName": "int" } + ], + "isStatic": true, + "name": "DebugInfo", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "UnaryExpression", + "params": [ + { + "name": "expression", + "typeName": "System.Linq.Expressions.Expression" + } + ], + "isStatic": true, + "name": "Decrement", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "UnaryExpression", + "params": [ + { + "name": "expression", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "method", "typeName": "System.Reflection.MethodInfo" } + ], + "isStatic": true, + "name": "Decrement", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "DefaultExpression", + "params": [{ "name": "type", "typeName": "System.Type" }], + "isStatic": true, + "name": "Default", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "BinaryExpression", + "params": [ + { + "name": "left", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "right", + "typeName": "System.Linq.Expressions.Expression" + } + ], + "isStatic": true, + "name": "Divide", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "BinaryExpression", + "params": [ + { + "name": "left", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "right", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "method", "typeName": "System.Reflection.MethodInfo" } + ], + "isStatic": true, + "name": "Divide", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "BinaryExpression", + "params": [ + { + "name": "left", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "right", + "typeName": "System.Linq.Expressions.Expression" + } + ], + "isStatic": true, + "name": "DivideAssign", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "BinaryExpression", + "params": [ + { + "name": "left", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "right", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "method", "typeName": "System.Reflection.MethodInfo" } + ], + "isStatic": true, + "name": "DivideAssign", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "BinaryExpression", + "params": [ + { + "name": "left", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "right", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "method", "typeName": "System.Reflection.MethodInfo" }, + { + "name": "conversion", + "typeName": "System.Linq.Expressions.LambdaExpression" + } + ], + "isStatic": true, + "name": "DivideAssign", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "DynamicExpression", + "params": [ + { + "name": "binder", + "typeName": "System.Runtime.CompilerServices.CallSiteBinder" + }, + { "name": "returnType", "typeName": "System.Type" }, + { + "name": "arguments", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": true, + "name": "Dynamic", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "DynamicExpression", + "params": [ + { + "name": "binder", + "typeName": "System.Runtime.CompilerServices.CallSiteBinder" + }, + { "name": "returnType", "typeName": "System.Type" }, + { "name": "arg0", "typeName": "System.Linq.Expressions.Expression" } + ], + "isStatic": true, + "name": "Dynamic", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "DynamicExpression", + "params": [ + { + "name": "binder", + "typeName": "System.Runtime.CompilerServices.CallSiteBinder" + }, + { "name": "returnType", "typeName": "System.Type" }, + { + "name": "arg0", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "arg1", "typeName": "System.Linq.Expressions.Expression" } + ], + "isStatic": true, + "name": "Dynamic", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "DynamicExpression", + "params": [ + { + "name": "binder", + "typeName": "System.Runtime.CompilerServices.CallSiteBinder" + }, + { "name": "returnType", "typeName": "System.Type" }, + { + "name": "arg0", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "arg1", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "arg2", "typeName": "System.Linq.Expressions.Expression" } + ], + "isStatic": true, + "name": "Dynamic", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "DynamicExpression", + "params": [ + { + "name": "binder", + "typeName": "System.Runtime.CompilerServices.CallSiteBinder" + }, + { "name": "returnType", "typeName": "System.Type" }, + { + "name": "arg0", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "arg1", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "arg2", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "arg3", "typeName": "System.Linq.Expressions.Expression" } + ], + "isStatic": true, + "name": "Dynamic", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "DynamicExpression", + "params": [ + { + "name": "binder", + "typeName": "System.Runtime.CompilerServices.CallSiteBinder" + }, + { "name": "returnType", "typeName": "System.Type" }, + { + "name": "arguments", + "typeName": "System.Linq.Expressions.Expression[]" + } + ], + "isStatic": true, + "name": "Dynamic", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ElementInit", + "params": [ + { "name": "addMethod", "typeName": "System.Reflection.MethodInfo" }, + { + "name": "arguments", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": true, + "name": "ElementInit", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ElementInit", + "params": [ + { "name": "addMethod", "typeName": "System.Reflection.MethodInfo" }, + { + "name": "arguments", + "typeName": "System.Linq.Expressions.Expression[]" + } + ], + "isStatic": true, + "name": "ElementInit", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "DefaultExpression", + "params": [], + "isStatic": true, + "name": "Empty", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "BinaryExpression", + "params": [ + { + "name": "left", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "right", + "typeName": "System.Linq.Expressions.Expression" + } + ], + "isStatic": true, + "name": "Equal", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "BinaryExpression", + "params": [ + { + "name": "left", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "right", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "liftToNull", "typeName": "bool" }, + { "name": "method", "typeName": "System.Reflection.MethodInfo" } + ], + "isStatic": true, + "name": "Equal", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "BinaryExpression", + "params": [ + { + "name": "left", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "right", + "typeName": "System.Linq.Expressions.Expression" + } + ], + "isStatic": true, + "name": "ExclusiveOr", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "BinaryExpression", + "params": [ + { + "name": "left", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "right", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "method", "typeName": "System.Reflection.MethodInfo" } + ], + "isStatic": true, + "name": "ExclusiveOr", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "BinaryExpression", + "params": [ + { + "name": "left", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "right", + "typeName": "System.Linq.Expressions.Expression" + } + ], + "isStatic": true, + "name": "ExclusiveOrAssign", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "BinaryExpression", + "params": [ + { + "name": "left", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "right", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "method", "typeName": "System.Reflection.MethodInfo" } + ], + "isStatic": true, + "name": "ExclusiveOrAssign", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "BinaryExpression", + "params": [ + { + "name": "left", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "right", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "method", "typeName": "System.Reflection.MethodInfo" }, + { + "name": "conversion", + "typeName": "System.Linq.Expressions.LambdaExpression" + } + ], + "isStatic": true, + "name": "ExclusiveOrAssign", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "MemberExpression", + "params": [ + { + "name": "expression", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "field", "typeName": "System.Reflection.FieldInfo" } + ], + "isStatic": true, + "name": "Field", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "MemberExpression", + "params": [ + { + "name": "expression", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "fieldName", "typeName": "string" } + ], + "isStatic": true, + "name": "Field", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "MemberExpression", + "params": [ + { + "name": "expression", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "type", "typeName": "System.Type" }, + { "name": "fieldName", "typeName": "string" } + ], + "isStatic": true, + "name": "Field", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Type", + "params": [{ "name": "typeArgs", "typeName": "System.Type[]" }], + "isStatic": true, + "name": "GetActionType", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Type", + "params": [{ "name": "typeArgs", "typeName": "System.Type[]" }], + "isStatic": true, + "name": "GetDelegateType", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Type", + "params": [{ "name": "typeArgs", "typeName": "System.Type[]" }], + "isStatic": true, + "name": "GetFuncType", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "GotoExpression", + "params": [ + { + "name": "target", + "typeName": "System.Linq.Expressions.LabelTarget" + } + ], + "isStatic": true, + "name": "Goto", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "GotoExpression", + "params": [ + { + "name": "target", + "typeName": "System.Linq.Expressions.LabelTarget" + }, + { + "name": "value", + "typeName": "System.Linq.Expressions.Expression" + } + ], + "isStatic": true, + "name": "Goto", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "GotoExpression", + "params": [ + { + "name": "target", + "typeName": "System.Linq.Expressions.LabelTarget" + }, + { + "name": "value", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "type", "typeName": "System.Type" } + ], + "isStatic": true, + "name": "Goto", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "GotoExpression", + "params": [ + { + "name": "target", + "typeName": "System.Linq.Expressions.LabelTarget" + }, + { "name": "type", "typeName": "System.Type" } + ], + "isStatic": true, + "name": "Goto", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "BinaryExpression", + "params": [ + { + "name": "left", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "right", + "typeName": "System.Linq.Expressions.Expression" + } + ], + "isStatic": true, + "name": "GreaterThan", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "BinaryExpression", + "params": [ + { + "name": "left", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "right", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "liftToNull", "typeName": "bool" }, + { "name": "method", "typeName": "System.Reflection.MethodInfo" } + ], + "isStatic": true, + "name": "GreaterThan", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "BinaryExpression", + "params": [ + { + "name": "left", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "right", + "typeName": "System.Linq.Expressions.Expression" + } + ], + "isStatic": true, + "name": "GreaterThanOrEqual", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "BinaryExpression", + "params": [ + { + "name": "left", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "right", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "liftToNull", "typeName": "bool" }, + { "name": "method", "typeName": "System.Reflection.MethodInfo" } + ], + "isStatic": true, + "name": "GreaterThanOrEqual", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ConditionalExpression", + "params": [ + { + "name": "test", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "ifTrue", + "typeName": "System.Linq.Expressions.Expression" + } + ], + "isStatic": true, + "name": "IfThen", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ConditionalExpression", + "params": [ + { + "name": "test", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "ifTrue", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "ifFalse", + "typeName": "System.Linq.Expressions.Expression" + } + ], + "isStatic": true, + "name": "IfThenElse", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "UnaryExpression", + "params": [ + { + "name": "expression", + "typeName": "System.Linq.Expressions.Expression" + } + ], + "isStatic": true, + "name": "Increment", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "UnaryExpression", + "params": [ + { + "name": "expression", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "method", "typeName": "System.Reflection.MethodInfo" } + ], + "isStatic": true, + "name": "Increment", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "InvocationExpression", + "params": [ + { + "name": "expression", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "arguments", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": true, + "name": "Invoke", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "InvocationExpression", + "params": [ + { + "name": "expression", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "arguments", + "typeName": "System.Linq.Expressions.Expression[]" + } + ], + "isStatic": true, + "name": "Invoke", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "UnaryExpression", + "params": [ + { + "name": "expression", + "typeName": "System.Linq.Expressions.Expression" + } + ], + "isStatic": true, + "name": "IsFalse", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "UnaryExpression", + "params": [ + { + "name": "expression", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "method", "typeName": "System.Reflection.MethodInfo" } + ], + "isStatic": true, + "name": "IsFalse", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "UnaryExpression", + "params": [ + { + "name": "expression", + "typeName": "System.Linq.Expressions.Expression" + } + ], + "isStatic": true, + "name": "IsTrue", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "UnaryExpression", + "params": [ + { + "name": "expression", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "method", "typeName": "System.Reflection.MethodInfo" } + ], + "isStatic": true, + "name": "IsTrue", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "LabelTarget", + "params": [], + "isStatic": true, + "name": "Label", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "LabelExpression", + "params": [ + { + "name": "target", + "typeName": "System.Linq.Expressions.LabelTarget" + } + ], + "isStatic": true, + "name": "Label", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "LabelExpression", + "params": [ + { + "name": "target", + "typeName": "System.Linq.Expressions.LabelTarget" + }, + { + "name": "defaultValue", + "typeName": "System.Linq.Expressions.Expression" + } + ], + "isStatic": true, + "name": "Label", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "LabelTarget", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": true, + "name": "Label", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "LabelTarget", + "params": [{ "name": "type", "typeName": "System.Type" }], + "isStatic": true, + "name": "Label", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "LabelTarget", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { "name": "name", "typeName": "string" } + ], + "isStatic": true, + "name": "Label", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "LambdaExpression", + "params": [ + { + "name": "body", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "tailCall", "typeName": "bool" }, + { + "name": "parameters", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": true, + "name": "Lambda", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "LambdaExpression", + "params": [ + { + "name": "body", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "tailCall", "typeName": "bool" }, + { + "name": "parameters", + "typeName": "System.Linq.Expressions.ParameterExpression[]" + } + ], + "isStatic": true, + "name": "Lambda", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "LambdaExpression", + "params": [ + { + "name": "body", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "parameters", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": true, + "name": "Lambda", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "LambdaExpression", + "params": [ + { + "name": "body", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "parameters", + "typeName": "System.Linq.Expressions.ParameterExpression[]" + } + ], + "isStatic": true, + "name": "Lambda", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "LambdaExpression", + "params": [ + { + "name": "body", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "name", "typeName": "string" }, + { "name": "tailCall", "typeName": "bool" }, + { + "name": "parameters", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": true, + "name": "Lambda", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "LambdaExpression", + "params": [ + { + "name": "body", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "name", "typeName": "string" }, + { + "name": "parameters", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": true, + "name": "Lambda", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "LambdaExpression", + "params": [ + { "name": "delegateType", "typeName": "System.Type" }, + { + "name": "body", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "tailCall", "typeName": "bool" }, + { + "name": "parameters", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": true, + "name": "Lambda", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "LambdaExpression", + "params": [ + { "name": "delegateType", "typeName": "System.Type" }, + { + "name": "body", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "tailCall", "typeName": "bool" }, + { + "name": "parameters", + "typeName": "System.Linq.Expressions.ParameterExpression[]" + } + ], + "isStatic": true, + "name": "Lambda", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "LambdaExpression", + "params": [ + { "name": "delegateType", "typeName": "System.Type" }, + { + "name": "body", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "parameters", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": true, + "name": "Lambda", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "LambdaExpression", + "params": [ + { "name": "delegateType", "typeName": "System.Type" }, + { + "name": "body", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "parameters", + "typeName": "System.Linq.Expressions.ParameterExpression[]" + } + ], + "isStatic": true, + "name": "Lambda", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "LambdaExpression", + "params": [ + { "name": "delegateType", "typeName": "System.Type" }, + { + "name": "body", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "name", "typeName": "string" }, + { "name": "tailCall", "typeName": "bool" }, + { + "name": "parameters", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": true, + "name": "Lambda", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "LambdaExpression", + "params": [ + { "name": "delegateType", "typeName": "System.Type" }, + { + "name": "body", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "name", "typeName": "string" }, + { + "name": "parameters", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": true, + "name": "Lambda", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Expression", + "params": [ + { + "name": "body", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "tailCall", "typeName": "bool" }, + { + "name": "parameters", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": true, + "name": "Lambda", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Expression", + "params": [ + { + "name": "body", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "tailCall", "typeName": "bool" }, + { + "name": "parameters", + "typeName": "System.Linq.Expressions.ParameterExpression[]" + } + ], + "isStatic": true, + "name": "Lambda", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Expression", + "params": [ + { + "name": "body", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "parameters", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": true, + "name": "Lambda", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Expression", + "params": [ + { + "name": "body", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "parameters", + "typeName": "System.Linq.Expressions.ParameterExpression[]" + } + ], + "isStatic": true, + "name": "Lambda", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Expression", + "params": [ + { + "name": "body", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "name", "typeName": "string" }, + { "name": "tailCall", "typeName": "bool" }, + { + "name": "parameters", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": true, + "name": "Lambda", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Expression", + "params": [ + { + "name": "body", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "name", "typeName": "string" }, + { + "name": "parameters", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": true, + "name": "Lambda", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "BinaryExpression", + "params": [ + { + "name": "left", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "right", + "typeName": "System.Linq.Expressions.Expression" + } + ], + "isStatic": true, + "name": "LeftShift", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "BinaryExpression", + "params": [ + { + "name": "left", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "right", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "method", "typeName": "System.Reflection.MethodInfo" } + ], + "isStatic": true, + "name": "LeftShift", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "BinaryExpression", + "params": [ + { + "name": "left", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "right", + "typeName": "System.Linq.Expressions.Expression" + } + ], + "isStatic": true, + "name": "LeftShiftAssign", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "BinaryExpression", + "params": [ + { + "name": "left", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "right", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "method", "typeName": "System.Reflection.MethodInfo" } + ], + "isStatic": true, + "name": "LeftShiftAssign", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "BinaryExpression", + "params": [ + { + "name": "left", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "right", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "method", "typeName": "System.Reflection.MethodInfo" }, + { + "name": "conversion", + "typeName": "System.Linq.Expressions.LambdaExpression" + } + ], + "isStatic": true, + "name": "LeftShiftAssign", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "BinaryExpression", + "params": [ + { + "name": "left", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "right", + "typeName": "System.Linq.Expressions.Expression" + } + ], + "isStatic": true, + "name": "LessThan", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "BinaryExpression", + "params": [ + { + "name": "left", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "right", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "liftToNull", "typeName": "bool" }, + { "name": "method", "typeName": "System.Reflection.MethodInfo" } + ], + "isStatic": true, + "name": "LessThan", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "BinaryExpression", + "params": [ + { + "name": "left", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "right", + "typeName": "System.Linq.Expressions.Expression" + } + ], + "isStatic": true, + "name": "LessThanOrEqual", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "BinaryExpression", + "params": [ + { + "name": "left", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "right", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "liftToNull", "typeName": "bool" }, + { "name": "method", "typeName": "System.Reflection.MethodInfo" } + ], + "isStatic": true, + "name": "LessThanOrEqual", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "MemberListBinding", + "params": [ + { "name": "member", "typeName": "System.Reflection.MemberInfo" }, + { + "name": "initializers", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": true, + "name": "ListBind", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "MemberListBinding", + "params": [ + { "name": "member", "typeName": "System.Reflection.MemberInfo" }, + { + "name": "initializers", + "typeName": "System.Linq.Expressions.ElementInit[]" + } + ], + "isStatic": true, + "name": "ListBind", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "MemberListBinding", + "params": [ + { + "name": "propertyAccessor", + "typeName": "System.Reflection.MethodInfo" + }, + { + "name": "initializers", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": true, + "name": "ListBind", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "MemberListBinding", + "params": [ + { + "name": "propertyAccessor", + "typeName": "System.Reflection.MethodInfo" + }, + { + "name": "initializers", + "typeName": "System.Linq.Expressions.ElementInit[]" + } + ], + "isStatic": true, + "name": "ListBind", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ListInitExpression", + "params": [ + { + "name": "newExpression", + "typeName": "System.Linq.Expressions.NewExpression" + }, + { + "name": "initializers", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": true, + "name": "ListInit", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ListInitExpression", + "params": [ + { + "name": "newExpression", + "typeName": "System.Linq.Expressions.NewExpression" + }, + { + "name": "initializers", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": true, + "name": "ListInit", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ListInitExpression", + "params": [ + { + "name": "newExpression", + "typeName": "System.Linq.Expressions.NewExpression" + }, + { + "name": "initializers", + "typeName": "System.Linq.Expressions.ElementInit[]" + } + ], + "isStatic": true, + "name": "ListInit", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ListInitExpression", + "params": [ + { + "name": "newExpression", + "typeName": "System.Linq.Expressions.NewExpression" + }, + { + "name": "initializers", + "typeName": "System.Linq.Expressions.Expression[]" + } + ], + "isStatic": true, + "name": "ListInit", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ListInitExpression", + "params": [ + { + "name": "newExpression", + "typeName": "System.Linq.Expressions.NewExpression" + }, + { "name": "addMethod", "typeName": "System.Reflection.MethodInfo" }, + { + "name": "initializers", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": true, + "name": "ListInit", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ListInitExpression", + "params": [ + { + "name": "newExpression", + "typeName": "System.Linq.Expressions.NewExpression" + }, + { "name": "addMethod", "typeName": "System.Reflection.MethodInfo" }, + { + "name": "initializers", + "typeName": "System.Linq.Expressions.Expression[]" + } + ], + "isStatic": true, + "name": "ListInit", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "LoopExpression", + "params": [ + { "name": "body", "typeName": "System.Linq.Expressions.Expression" } + ], + "isStatic": true, + "name": "Loop", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "LoopExpression", + "params": [ + { + "name": "body", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "break", + "typeName": "System.Linq.Expressions.LabelTarget" + } + ], + "isStatic": true, + "name": "Loop", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "LoopExpression", + "params": [ + { + "name": "body", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "break", + "typeName": "System.Linq.Expressions.LabelTarget" + }, + { + "name": "continue", + "typeName": "System.Linq.Expressions.LabelTarget" + } + ], + "isStatic": true, + "name": "Loop", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "BinaryExpression", + "params": [ + { + "name": "binaryType", + "typeName": "System.Linq.Expressions.ExpressionType" + }, + { + "name": "left", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "right", + "typeName": "System.Linq.Expressions.Expression" + } + ], + "isStatic": true, + "name": "MakeBinary", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "BinaryExpression", + "params": [ + { + "name": "binaryType", + "typeName": "System.Linq.Expressions.ExpressionType" + }, + { + "name": "left", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "right", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "liftToNull", "typeName": "bool" }, + { "name": "method", "typeName": "System.Reflection.MethodInfo" } + ], + "isStatic": true, + "name": "MakeBinary", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "BinaryExpression", + "params": [ + { + "name": "binaryType", + "typeName": "System.Linq.Expressions.ExpressionType" + }, + { + "name": "left", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "right", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "liftToNull", "typeName": "bool" }, + { "name": "method", "typeName": "System.Reflection.MethodInfo" }, + { + "name": "conversion", + "typeName": "System.Linq.Expressions.LambdaExpression" + } + ], + "isStatic": true, + "name": "MakeBinary", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "CatchBlock", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { + "name": "variable", + "typeName": "System.Linq.Expressions.ParameterExpression" + }, + { + "name": "body", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "filter", + "typeName": "System.Linq.Expressions.Expression" + } + ], + "isStatic": true, + "name": "MakeCatchBlock", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "DynamicExpression", + "params": [ + { "name": "delegateType", "typeName": "System.Type" }, + { + "name": "binder", + "typeName": "System.Runtime.CompilerServices.CallSiteBinder" + }, + { + "name": "arguments", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": true, + "name": "MakeDynamic", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "DynamicExpression", + "params": [ + { "name": "delegateType", "typeName": "System.Type" }, + { + "name": "binder", + "typeName": "System.Runtime.CompilerServices.CallSiteBinder" + }, + { "name": "arg0", "typeName": "System.Linq.Expressions.Expression" } + ], + "isStatic": true, + "name": "MakeDynamic", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "DynamicExpression", + "params": [ + { "name": "delegateType", "typeName": "System.Type" }, + { + "name": "binder", + "typeName": "System.Runtime.CompilerServices.CallSiteBinder" + }, + { + "name": "arg0", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "arg1", "typeName": "System.Linq.Expressions.Expression" } + ], + "isStatic": true, + "name": "MakeDynamic", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "DynamicExpression", + "params": [ + { "name": "delegateType", "typeName": "System.Type" }, + { + "name": "binder", + "typeName": "System.Runtime.CompilerServices.CallSiteBinder" + }, + { + "name": "arg0", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "arg1", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "arg2", "typeName": "System.Linq.Expressions.Expression" } + ], + "isStatic": true, + "name": "MakeDynamic", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "DynamicExpression", + "params": [ + { "name": "delegateType", "typeName": "System.Type" }, + { + "name": "binder", + "typeName": "System.Runtime.CompilerServices.CallSiteBinder" + }, + { + "name": "arg0", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "arg1", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "arg2", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "arg3", "typeName": "System.Linq.Expressions.Expression" } + ], + "isStatic": true, + "name": "MakeDynamic", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "DynamicExpression", + "params": [ + { "name": "delegateType", "typeName": "System.Type" }, + { + "name": "binder", + "typeName": "System.Runtime.CompilerServices.CallSiteBinder" + }, + { + "name": "arguments", + "typeName": "System.Linq.Expressions.Expression[]" + } + ], + "isStatic": true, + "name": "MakeDynamic", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "GotoExpression", + "params": [ + { + "name": "kind", + "typeName": "System.Linq.Expressions.GotoExpressionKind" + }, + { + "name": "target", + "typeName": "System.Linq.Expressions.LabelTarget" + }, + { + "name": "value", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "type", "typeName": "System.Type" } + ], + "isStatic": true, + "name": "MakeGoto", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IndexExpression", + "params": [ + { + "name": "instance", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "indexer", "typeName": "System.Reflection.PropertyInfo" }, + { + "name": "arguments", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": true, + "name": "MakeIndex", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "MemberExpression", + "params": [ + { + "name": "expression", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "member", "typeName": "System.Reflection.MemberInfo" } + ], + "isStatic": true, + "name": "MakeMemberAccess", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "TryExpression", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { + "name": "body", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "finally", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "fault", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "handlers", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": true, + "name": "MakeTry", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "UnaryExpression", + "params": [ + { + "name": "unaryType", + "typeName": "System.Linq.Expressions.ExpressionType" + }, + { + "name": "operand", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "type", "typeName": "System.Type" } + ], + "isStatic": true, + "name": "MakeUnary", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "UnaryExpression", + "params": [ + { + "name": "unaryType", + "typeName": "System.Linq.Expressions.ExpressionType" + }, + { + "name": "operand", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "type", "typeName": "System.Type" }, + { "name": "method", "typeName": "System.Reflection.MethodInfo" } + ], + "isStatic": true, + "name": "MakeUnary", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "MemberMemberBinding", + "params": [ + { "name": "member", "typeName": "System.Reflection.MemberInfo" }, + { + "name": "bindings", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": true, + "name": "MemberBind", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "MemberMemberBinding", + "params": [ + { "name": "member", "typeName": "System.Reflection.MemberInfo" }, + { + "name": "bindings", + "typeName": "System.Linq.Expressions.MemberBinding[]" + } + ], + "isStatic": true, + "name": "MemberBind", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "MemberMemberBinding", + "params": [ + { + "name": "propertyAccessor", + "typeName": "System.Reflection.MethodInfo" + }, + { + "name": "bindings", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": true, + "name": "MemberBind", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "MemberMemberBinding", + "params": [ + { + "name": "propertyAccessor", + "typeName": "System.Reflection.MethodInfo" + }, + { + "name": "bindings", + "typeName": "System.Linq.Expressions.MemberBinding[]" + } + ], + "isStatic": true, + "name": "MemberBind", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "MemberInitExpression", + "params": [ + { + "name": "newExpression", + "typeName": "System.Linq.Expressions.NewExpression" + }, + { + "name": "bindings", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": true, + "name": "MemberInit", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "MemberInitExpression", + "params": [ + { + "name": "newExpression", + "typeName": "System.Linq.Expressions.NewExpression" + }, + { + "name": "bindings", + "typeName": "System.Linq.Expressions.MemberBinding[]" + } + ], + "isStatic": true, + "name": "MemberInit", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "BinaryExpression", + "params": [ + { + "name": "left", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "right", + "typeName": "System.Linq.Expressions.Expression" + } + ], + "isStatic": true, + "name": "Modulo", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "BinaryExpression", + "params": [ + { + "name": "left", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "right", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "method", "typeName": "System.Reflection.MethodInfo" } + ], + "isStatic": true, + "name": "Modulo", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "BinaryExpression", + "params": [ + { + "name": "left", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "right", + "typeName": "System.Linq.Expressions.Expression" + } + ], + "isStatic": true, + "name": "ModuloAssign", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "BinaryExpression", + "params": [ + { + "name": "left", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "right", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "method", "typeName": "System.Reflection.MethodInfo" } + ], + "isStatic": true, + "name": "ModuloAssign", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "BinaryExpression", + "params": [ + { + "name": "left", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "right", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "method", "typeName": "System.Reflection.MethodInfo" }, + { + "name": "conversion", + "typeName": "System.Linq.Expressions.LambdaExpression" + } + ], + "isStatic": true, + "name": "ModuloAssign", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "BinaryExpression", + "params": [ + { + "name": "left", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "right", + "typeName": "System.Linq.Expressions.Expression" + } + ], + "isStatic": true, + "name": "Multiply", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "BinaryExpression", + "params": [ + { + "name": "left", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "right", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "method", "typeName": "System.Reflection.MethodInfo" } + ], + "isStatic": true, + "name": "Multiply", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "BinaryExpression", + "params": [ + { + "name": "left", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "right", + "typeName": "System.Linq.Expressions.Expression" + } + ], + "isStatic": true, + "name": "MultiplyAssign", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "BinaryExpression", + "params": [ + { + "name": "left", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "right", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "method", "typeName": "System.Reflection.MethodInfo" } + ], + "isStatic": true, + "name": "MultiplyAssign", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "BinaryExpression", + "params": [ + { + "name": "left", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "right", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "method", "typeName": "System.Reflection.MethodInfo" }, + { + "name": "conversion", + "typeName": "System.Linq.Expressions.LambdaExpression" + } + ], + "isStatic": true, + "name": "MultiplyAssign", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "BinaryExpression", + "params": [ + { + "name": "left", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "right", + "typeName": "System.Linq.Expressions.Expression" + } + ], + "isStatic": true, + "name": "MultiplyAssignChecked", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "BinaryExpression", + "params": [ + { + "name": "left", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "right", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "method", "typeName": "System.Reflection.MethodInfo" } + ], + "isStatic": true, + "name": "MultiplyAssignChecked", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "BinaryExpression", + "params": [ + { + "name": "left", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "right", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "method", "typeName": "System.Reflection.MethodInfo" }, + { + "name": "conversion", + "typeName": "System.Linq.Expressions.LambdaExpression" + } + ], + "isStatic": true, + "name": "MultiplyAssignChecked", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "BinaryExpression", + "params": [ + { + "name": "left", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "right", + "typeName": "System.Linq.Expressions.Expression" + } + ], + "isStatic": true, + "name": "MultiplyChecked", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "BinaryExpression", + "params": [ + { + "name": "left", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "right", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "method", "typeName": "System.Reflection.MethodInfo" } + ], + "isStatic": true, + "name": "MultiplyChecked", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "UnaryExpression", + "params": [ + { + "name": "expression", + "typeName": "System.Linq.Expressions.Expression" + } + ], + "isStatic": true, + "name": "Negate", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "UnaryExpression", + "params": [ + { + "name": "expression", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "method", "typeName": "System.Reflection.MethodInfo" } + ], + "isStatic": true, + "name": "Negate", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "UnaryExpression", + "params": [ + { + "name": "expression", + "typeName": "System.Linq.Expressions.Expression" + } + ], + "isStatic": true, + "name": "NegateChecked", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "UnaryExpression", + "params": [ + { + "name": "expression", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "method", "typeName": "System.Reflection.MethodInfo" } + ], + "isStatic": true, + "name": "NegateChecked", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "NewExpression", + "params": [ + { + "name": "constructor", + "typeName": "System.Reflection.ConstructorInfo" + } + ], + "isStatic": true, + "name": "New", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "NewExpression", + "params": [ + { + "name": "constructor", + "typeName": "System.Reflection.ConstructorInfo" + }, + { + "name": "arguments", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": true, + "name": "New", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "NewExpression", + "params": [ + { + "name": "constructor", + "typeName": "System.Reflection.ConstructorInfo" + }, + { + "name": "arguments", + "typeName": "System.Collections.Generic.IEnumerable" + }, + { + "name": "members", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": true, + "name": "New", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "NewExpression", + "params": [ + { + "name": "constructor", + "typeName": "System.Reflection.ConstructorInfo" + }, + { + "name": "arguments", + "typeName": "System.Collections.Generic.IEnumerable" + }, + { "name": "members", "typeName": "System.Reflection.MemberInfo[]" } + ], + "isStatic": true, + "name": "New", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "NewExpression", + "params": [ + { + "name": "constructor", + "typeName": "System.Reflection.ConstructorInfo" + }, + { + "name": "arguments", + "typeName": "System.Linq.Expressions.Expression[]" + } + ], + "isStatic": true, + "name": "New", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "NewExpression", + "params": [{ "name": "type", "typeName": "System.Type" }], + "isStatic": true, + "name": "New", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "NewArrayExpression", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { + "name": "bounds", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": true, + "name": "NewArrayBounds", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "NewArrayExpression", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { + "name": "bounds", + "typeName": "System.Linq.Expressions.Expression[]" + } + ], + "isStatic": true, + "name": "NewArrayBounds", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "NewArrayExpression", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { + "name": "initializers", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": true, + "name": "NewArrayInit", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "NewArrayExpression", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { + "name": "initializers", + "typeName": "System.Linq.Expressions.Expression[]" + } + ], + "isStatic": true, + "name": "NewArrayInit", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "UnaryExpression", + "params": [ + { + "name": "expression", + "typeName": "System.Linq.Expressions.Expression" + } + ], + "isStatic": true, + "name": "Not", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "UnaryExpression", + "params": [ + { + "name": "expression", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "method", "typeName": "System.Reflection.MethodInfo" } + ], + "isStatic": true, + "name": "Not", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "BinaryExpression", + "params": [ + { + "name": "left", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "right", + "typeName": "System.Linq.Expressions.Expression" + } + ], + "isStatic": true, + "name": "NotEqual", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "BinaryExpression", + "params": [ + { + "name": "left", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "right", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "liftToNull", "typeName": "bool" }, + { "name": "method", "typeName": "System.Reflection.MethodInfo" } + ], + "isStatic": true, + "name": "NotEqual", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "UnaryExpression", + "params": [ + { + "name": "expression", + "typeName": "System.Linq.Expressions.Expression" + } + ], + "isStatic": true, + "name": "OnesComplement", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "UnaryExpression", + "params": [ + { + "name": "expression", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "method", "typeName": "System.Reflection.MethodInfo" } + ], + "isStatic": true, + "name": "OnesComplement", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "BinaryExpression", + "params": [ + { + "name": "left", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "right", + "typeName": "System.Linq.Expressions.Expression" + } + ], + "isStatic": true, + "name": "Or", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "BinaryExpression", + "params": [ + { + "name": "left", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "right", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "method", "typeName": "System.Reflection.MethodInfo" } + ], + "isStatic": true, + "name": "Or", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "BinaryExpression", + "params": [ + { + "name": "left", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "right", + "typeName": "System.Linq.Expressions.Expression" + } + ], + "isStatic": true, + "name": "OrAssign", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "BinaryExpression", + "params": [ + { + "name": "left", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "right", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "method", "typeName": "System.Reflection.MethodInfo" } + ], + "isStatic": true, + "name": "OrAssign", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "BinaryExpression", + "params": [ + { + "name": "left", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "right", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "method", "typeName": "System.Reflection.MethodInfo" }, + { + "name": "conversion", + "typeName": "System.Linq.Expressions.LambdaExpression" + } + ], + "isStatic": true, + "name": "OrAssign", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "BinaryExpression", + "params": [ + { + "name": "left", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "right", + "typeName": "System.Linq.Expressions.Expression" + } + ], + "isStatic": true, + "name": "OrElse", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "BinaryExpression", + "params": [ + { + "name": "left", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "right", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "method", "typeName": "System.Reflection.MethodInfo" } + ], + "isStatic": true, + "name": "OrElse", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ParameterExpression", + "params": [{ "name": "type", "typeName": "System.Type" }], + "isStatic": true, + "name": "Parameter", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ParameterExpression", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { "name": "name", "typeName": "string" } + ], + "isStatic": true, + "name": "Parameter", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "UnaryExpression", + "params": [ + { + "name": "expression", + "typeName": "System.Linq.Expressions.Expression" + } + ], + "isStatic": true, + "name": "PostDecrementAssign", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "UnaryExpression", + "params": [ + { + "name": "expression", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "method", "typeName": "System.Reflection.MethodInfo" } + ], + "isStatic": true, + "name": "PostDecrementAssign", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "UnaryExpression", + "params": [ + { + "name": "expression", + "typeName": "System.Linq.Expressions.Expression" + } + ], + "isStatic": true, + "name": "PostIncrementAssign", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "UnaryExpression", + "params": [ + { + "name": "expression", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "method", "typeName": "System.Reflection.MethodInfo" } + ], + "isStatic": true, + "name": "PostIncrementAssign", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "BinaryExpression", + "params": [ + { + "name": "left", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "right", + "typeName": "System.Linq.Expressions.Expression" + } + ], + "isStatic": true, + "name": "Power", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "BinaryExpression", + "params": [ + { + "name": "left", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "right", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "method", "typeName": "System.Reflection.MethodInfo" } + ], + "isStatic": true, + "name": "Power", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "BinaryExpression", + "params": [ + { + "name": "left", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "right", + "typeName": "System.Linq.Expressions.Expression" + } + ], + "isStatic": true, + "name": "PowerAssign", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "BinaryExpression", + "params": [ + { + "name": "left", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "right", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "method", "typeName": "System.Reflection.MethodInfo" } + ], + "isStatic": true, + "name": "PowerAssign", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "BinaryExpression", + "params": [ + { + "name": "left", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "right", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "method", "typeName": "System.Reflection.MethodInfo" }, + { + "name": "conversion", + "typeName": "System.Linq.Expressions.LambdaExpression" + } + ], + "isStatic": true, + "name": "PowerAssign", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "UnaryExpression", + "params": [ + { + "name": "expression", + "typeName": "System.Linq.Expressions.Expression" + } + ], + "isStatic": true, + "name": "PreDecrementAssign", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "UnaryExpression", + "params": [ + { + "name": "expression", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "method", "typeName": "System.Reflection.MethodInfo" } + ], + "isStatic": true, + "name": "PreDecrementAssign", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "UnaryExpression", + "params": [ + { + "name": "expression", + "typeName": "System.Linq.Expressions.Expression" + } + ], + "isStatic": true, + "name": "PreIncrementAssign", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "UnaryExpression", + "params": [ + { + "name": "expression", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "method", "typeName": "System.Reflection.MethodInfo" } + ], + "isStatic": true, + "name": "PreIncrementAssign", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "MemberExpression", + "params": [ + { + "name": "expression", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "propertyAccessor", + "typeName": "System.Reflection.MethodInfo" + } + ], + "isStatic": true, + "name": "Property", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "MemberExpression", + "params": [ + { + "name": "expression", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "property", "typeName": "System.Reflection.PropertyInfo" } + ], + "isStatic": true, + "name": "Property", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IndexExpression", + "params": [ + { + "name": "instance", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "indexer", "typeName": "System.Reflection.PropertyInfo" }, + { + "name": "arguments", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": true, + "name": "Property", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IndexExpression", + "params": [ + { + "name": "instance", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "indexer", "typeName": "System.Reflection.PropertyInfo" }, + { + "name": "arguments", + "typeName": "System.Linq.Expressions.Expression[]" + } + ], + "isStatic": true, + "name": "Property", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "MemberExpression", + "params": [ + { + "name": "expression", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "propertyName", "typeName": "string" } + ], + "isStatic": true, + "name": "Property", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IndexExpression", + "params": [ + { + "name": "instance", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "propertyName", "typeName": "string" }, + { + "name": "arguments", + "typeName": "System.Linq.Expressions.Expression[]" + } + ], + "isStatic": true, + "name": "Property", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "MemberExpression", + "params": [ + { + "name": "expression", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "type", "typeName": "System.Type" }, + { "name": "propertyName", "typeName": "string" } + ], + "isStatic": true, + "name": "Property", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "MemberExpression", + "params": [ + { + "name": "expression", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "propertyOrFieldName", "typeName": "string" } + ], + "isStatic": true, + "name": "PropertyOrField", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "UnaryExpression", + "params": [ + { + "name": "expression", + "typeName": "System.Linq.Expressions.Expression" + } + ], + "isStatic": true, + "name": "Quote", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Expression", + "params": [], + "isStatic": false, + "name": "Reduce", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Expression", + "params": [], + "isStatic": false, + "name": "ReduceAndCheck", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Expression", + "params": [], + "isStatic": false, + "name": "ReduceExtensions", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "BinaryExpression", + "params": [ + { + "name": "left", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "right", + "typeName": "System.Linq.Expressions.Expression" + } + ], + "isStatic": true, + "name": "ReferenceEqual", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "BinaryExpression", + "params": [ + { + "name": "left", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "right", + "typeName": "System.Linq.Expressions.Expression" + } + ], + "isStatic": true, + "name": "ReferenceNotEqual", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "UnaryExpression", + "params": [], + "isStatic": true, + "name": "Rethrow", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "UnaryExpression", + "params": [{ "name": "type", "typeName": "System.Type" }], + "isStatic": true, + "name": "Rethrow", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "GotoExpression", + "params": [ + { + "name": "target", + "typeName": "System.Linq.Expressions.LabelTarget" + } + ], + "isStatic": true, + "name": "Return", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "GotoExpression", + "params": [ + { + "name": "target", + "typeName": "System.Linq.Expressions.LabelTarget" + }, + { + "name": "value", + "typeName": "System.Linq.Expressions.Expression" + } + ], + "isStatic": true, + "name": "Return", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "GotoExpression", + "params": [ + { + "name": "target", + "typeName": "System.Linq.Expressions.LabelTarget" + }, + { + "name": "value", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "type", "typeName": "System.Type" } + ], + "isStatic": true, + "name": "Return", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "GotoExpression", + "params": [ + { + "name": "target", + "typeName": "System.Linq.Expressions.LabelTarget" + }, + { "name": "type", "typeName": "System.Type" } + ], + "isStatic": true, + "name": "Return", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "BinaryExpression", + "params": [ + { + "name": "left", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "right", + "typeName": "System.Linq.Expressions.Expression" + } + ], + "isStatic": true, + "name": "RightShift", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "BinaryExpression", + "params": [ + { + "name": "left", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "right", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "method", "typeName": "System.Reflection.MethodInfo" } + ], + "isStatic": true, + "name": "RightShift", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "BinaryExpression", + "params": [ + { + "name": "left", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "right", + "typeName": "System.Linq.Expressions.Expression" + } + ], + "isStatic": true, + "name": "RightShiftAssign", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "BinaryExpression", + "params": [ + { + "name": "left", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "right", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "method", "typeName": "System.Reflection.MethodInfo" } + ], + "isStatic": true, + "name": "RightShiftAssign", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "BinaryExpression", + "params": [ + { + "name": "left", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "right", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "method", "typeName": "System.Reflection.MethodInfo" }, + { + "name": "conversion", + "typeName": "System.Linq.Expressions.LambdaExpression" + } + ], + "isStatic": true, + "name": "RightShiftAssign", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "RuntimeVariablesExpression", + "params": [ + { + "name": "variables", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": true, + "name": "RuntimeVariables", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "RuntimeVariablesExpression", + "params": [ + { + "name": "variables", + "typeName": "System.Linq.Expressions.ParameterExpression[]" + } + ], + "isStatic": true, + "name": "RuntimeVariables", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "BinaryExpression", + "params": [ + { + "name": "left", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "right", + "typeName": "System.Linq.Expressions.Expression" + } + ], + "isStatic": true, + "name": "Subtract", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "BinaryExpression", + "params": [ + { + "name": "left", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "right", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "method", "typeName": "System.Reflection.MethodInfo" } + ], + "isStatic": true, + "name": "Subtract", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "BinaryExpression", + "params": [ + { + "name": "left", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "right", + "typeName": "System.Linq.Expressions.Expression" + } + ], + "isStatic": true, + "name": "SubtractAssign", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "BinaryExpression", + "params": [ + { + "name": "left", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "right", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "method", "typeName": "System.Reflection.MethodInfo" } + ], + "isStatic": true, + "name": "SubtractAssign", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "BinaryExpression", + "params": [ + { + "name": "left", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "right", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "method", "typeName": "System.Reflection.MethodInfo" }, + { + "name": "conversion", + "typeName": "System.Linq.Expressions.LambdaExpression" + } + ], + "isStatic": true, + "name": "SubtractAssign", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "BinaryExpression", + "params": [ + { + "name": "left", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "right", + "typeName": "System.Linq.Expressions.Expression" + } + ], + "isStatic": true, + "name": "SubtractAssignChecked", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "BinaryExpression", + "params": [ + { + "name": "left", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "right", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "method", "typeName": "System.Reflection.MethodInfo" } + ], + "isStatic": true, + "name": "SubtractAssignChecked", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "BinaryExpression", + "params": [ + { + "name": "left", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "right", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "method", "typeName": "System.Reflection.MethodInfo" }, + { + "name": "conversion", + "typeName": "System.Linq.Expressions.LambdaExpression" + } + ], + "isStatic": true, + "name": "SubtractAssignChecked", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "BinaryExpression", + "params": [ + { + "name": "left", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "right", + "typeName": "System.Linq.Expressions.Expression" + } + ], + "isStatic": true, + "name": "SubtractChecked", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "BinaryExpression", + "params": [ + { + "name": "left", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "right", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "method", "typeName": "System.Reflection.MethodInfo" } + ], + "isStatic": true, + "name": "SubtractChecked", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "SwitchExpression", + "params": [ + { + "name": "switchValue", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "defaultBody", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "cases", + "typeName": "System.Linq.Expressions.SwitchCase[]" + } + ], + "isStatic": true, + "name": "Switch", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "SwitchExpression", + "params": [ + { + "name": "switchValue", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "defaultBody", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "comparison", + "typeName": "System.Reflection.MethodInfo" + }, + { + "name": "cases", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": true, + "name": "Switch", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "SwitchExpression", + "params": [ + { + "name": "switchValue", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "defaultBody", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "comparison", + "typeName": "System.Reflection.MethodInfo" + }, + { + "name": "cases", + "typeName": "System.Linq.Expressions.SwitchCase[]" + } + ], + "isStatic": true, + "name": "Switch", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "SwitchExpression", + "params": [ + { + "name": "switchValue", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "cases", + "typeName": "System.Linq.Expressions.SwitchCase[]" + } + ], + "isStatic": true, + "name": "Switch", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "SwitchExpression", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { + "name": "switchValue", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "defaultBody", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "comparison", + "typeName": "System.Reflection.MethodInfo" + }, + { + "name": "cases", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": true, + "name": "Switch", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "SwitchExpression", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { + "name": "switchValue", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "defaultBody", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "comparison", + "typeName": "System.Reflection.MethodInfo" + }, + { + "name": "cases", + "typeName": "System.Linq.Expressions.SwitchCase[]" + } + ], + "isStatic": true, + "name": "Switch", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "SwitchCase", + "params": [ + { + "name": "body", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "testValues", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": true, + "name": "SwitchCase", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "SwitchCase", + "params": [ + { + "name": "body", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "testValues", + "typeName": "System.Linq.Expressions.Expression[]" + } + ], + "isStatic": true, + "name": "SwitchCase", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "SymbolDocumentInfo", + "params": [{ "name": "fileName", "typeName": "string" }], + "isStatic": true, + "name": "SymbolDocument", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "SymbolDocumentInfo", + "params": [ + { "name": "fileName", "typeName": "string" }, + { "name": "language", "typeName": "System.Guid" } + ], + "isStatic": true, + "name": "SymbolDocument", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "SymbolDocumentInfo", + "params": [ + { "name": "fileName", "typeName": "string" }, + { "name": "language", "typeName": "System.Guid" }, + { "name": "languageVendor", "typeName": "System.Guid" } + ], + "isStatic": true, + "name": "SymbolDocument", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "SymbolDocumentInfo", + "params": [ + { "name": "fileName", "typeName": "string" }, + { "name": "language", "typeName": "System.Guid" }, + { "name": "languageVendor", "typeName": "System.Guid" }, + { "name": "documentType", "typeName": "System.Guid" } + ], + "isStatic": true, + "name": "SymbolDocument", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "UnaryExpression", + "params": [ + { + "name": "value", + "typeName": "System.Linq.Expressions.Expression" + } + ], + "isStatic": true, + "name": "Throw", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "UnaryExpression", + "params": [ + { + "name": "value", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "type", "typeName": "System.Type" } + ], + "isStatic": true, + "name": "Throw", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "TryExpression", + "params": [ + { + "name": "body", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "handlers", + "typeName": "System.Linq.Expressions.CatchBlock[]" + } + ], + "isStatic": true, + "name": "TryCatch", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "TryExpression", + "params": [ + { + "name": "body", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "finally", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "handlers", + "typeName": "System.Linq.Expressions.CatchBlock[]" + } + ], + "isStatic": true, + "name": "TryCatchFinally", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "TryExpression", + "params": [ + { + "name": "body", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "fault", + "typeName": "System.Linq.Expressions.Expression" + } + ], + "isStatic": true, + "name": "TryFault", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "TryExpression", + "params": [ + { + "name": "body", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "finally", + "typeName": "System.Linq.Expressions.Expression" + } + ], + "isStatic": true, + "name": "TryFinally", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "typeArgs", "typeName": "System.Type[]" }, + { "name": "actionType", "typeName": "System.Type" } + ], + "isStatic": true, + "name": "TryGetActionType", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "typeArgs", "typeName": "System.Type[]" }, + { "name": "funcType", "typeName": "System.Type" } + ], + "isStatic": true, + "name": "TryGetFuncType", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "UnaryExpression", + "params": [ + { + "name": "expression", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "type", "typeName": "System.Type" } + ], + "isStatic": true, + "name": "TypeAs", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "TypeBinaryExpression", + "params": [ + { + "name": "expression", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "type", "typeName": "System.Type" } + ], + "isStatic": true, + "name": "TypeEqual", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "TypeBinaryExpression", + "params": [ + { + "name": "expression", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "type", "typeName": "System.Type" } + ], + "isStatic": true, + "name": "TypeIs", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "UnaryExpression", + "params": [ + { + "name": "expression", + "typeName": "System.Linq.Expressions.Expression" + } + ], + "isStatic": true, + "name": "UnaryPlus", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "UnaryExpression", + "params": [ + { + "name": "expression", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "method", "typeName": "System.Reflection.MethodInfo" } + ], + "isStatic": true, + "name": "UnaryPlus", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "UnaryExpression", + "params": [ + { + "name": "expression", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "type", "typeName": "System.Type" } + ], + "isStatic": true, + "name": "Unbox", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ParameterExpression", + "params": [{ "name": "type", "typeName": "System.Type" }], + "isStatic": true, + "name": "Variable", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ParameterExpression", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { "name": "name", "typeName": "string" } + ], + "isStatic": true, + "name": "Variable", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "Expression", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.CodeDom", + "baseClass": "System.Collections.CollectionBase", + "attribute": "", + "interfaces": ["IList", "ICollection", "IEnumerable"], + "fields": [ + { + "typeName": "System.CodeDom.CodeCatchClause", + "name": "this[]", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.CodeDom.CodeCatchClauseCollection" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "System.CodeDom.CodeCatchClause[]" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "value", "typeName": "System.CodeDom.CodeCatchClause" } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.CodeDom.CodeCatchClauseCollection" + } + ], + "isStatic": false, + "name": "AddRange", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "System.CodeDom.CodeCatchClause[]" } + ], + "isStatic": false, + "name": "AddRange", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "value", "typeName": "System.CodeDom.CodeCatchClause" } + ], + "isStatic": false, + "name": "Contains", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "array", "typeName": "System.CodeDom.CodeCatchClause[]" }, + { "name": "index", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "value", "typeName": "System.CodeDom.CodeCatchClause" } + ], + "isStatic": false, + "name": "IndexOf", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "value", "typeName": "System.CodeDom.CodeCatchClause" } + ], + "isStatic": false, + "name": "Insert", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "System.CodeDom.CodeCatchClause" } + ], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "System.dll" + } + ], + "name": "CodeCatchClauseCollection", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Linq.Expressions", + "baseClass": "System.Linq.Expressions.LambdaExpression", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "TDelegate", + "params": [], + "isStatic": false, + "name": "Compile", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "TDelegate", + "params": [{ "name": "preferInterpretation", "typeName": "bool" }], + "isStatic": false, + "name": "Compile", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "TDelegate", + "params": [ + { + "name": "debugInfoGenerator", + "typeName": "System.Runtime.CompilerServices.DebugInfoGenerator" + } + ], + "isStatic": false, + "name": "Compile", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Expression", + "params": [ + { + "name": "body", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "parameters", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": false, + "name": "Update", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "Expression", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.CodeDom", + "baseClass": "System.CodeDom.CodeDirective", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Guid", + "name": "ChecksumAlgorithmId", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "byte[]", + "name": "ChecksumData", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "FileName", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "fileName", "typeName": "string" }, + { "name": "checksumAlgorithmId", "typeName": "System.Guid" }, + { "name": "checksumData", "typeName": "byte[]" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "CodeChecksumPragma", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Linq.Expressions", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Linq.Expressions.ExpressionType", + "name": "Add", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.ExpressionType", + "name": "AddAssign", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.ExpressionType", + "name": "AddAssignChecked", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.ExpressionType", + "name": "AddChecked", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.ExpressionType", + "name": "And", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.ExpressionType", + "name": "AndAlso", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.ExpressionType", + "name": "AndAssign", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.ExpressionType", + "name": "ArrayIndex", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.ExpressionType", + "name": "ArrayLength", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.ExpressionType", + "name": "Assign", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.ExpressionType", + "name": "Block", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.ExpressionType", + "name": "Call", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.ExpressionType", + "name": "Coalesce", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.ExpressionType", + "name": "Conditional", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.ExpressionType", + "name": "Constant", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.ExpressionType", + "name": "Convert", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.ExpressionType", + "name": "ConvertChecked", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.ExpressionType", + "name": "DebugInfo", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.ExpressionType", + "name": "Decrement", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.ExpressionType", + "name": "Default", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.ExpressionType", + "name": "Divide", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.ExpressionType", + "name": "DivideAssign", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.ExpressionType", + "name": "Dynamic", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.ExpressionType", + "name": "Equal", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.ExpressionType", + "name": "ExclusiveOr", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.ExpressionType", + "name": "ExclusiveOrAssign", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.ExpressionType", + "name": "Extension", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.ExpressionType", + "name": "Goto", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.ExpressionType", + "name": "GreaterThan", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.ExpressionType", + "name": "GreaterThanOrEqual", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.ExpressionType", + "name": "Increment", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.ExpressionType", + "name": "Index", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.ExpressionType", + "name": "Invoke", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.ExpressionType", + "name": "IsFalse", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.ExpressionType", + "name": "IsTrue", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.ExpressionType", + "name": "Label", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.ExpressionType", + "name": "Lambda", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.ExpressionType", + "name": "LeftShift", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.ExpressionType", + "name": "LeftShiftAssign", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.ExpressionType", + "name": "LessThan", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.ExpressionType", + "name": "LessThanOrEqual", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.ExpressionType", + "name": "ListInit", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.ExpressionType", + "name": "Loop", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.ExpressionType", + "name": "MemberAccess", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.ExpressionType", + "name": "MemberInit", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.ExpressionType", + "name": "Modulo", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.ExpressionType", + "name": "ModuloAssign", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.ExpressionType", + "name": "Multiply", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.ExpressionType", + "name": "MultiplyAssign", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.ExpressionType", + "name": "MultiplyAssignChecked", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.ExpressionType", + "name": "MultiplyChecked", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.ExpressionType", + "name": "Negate", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.ExpressionType", + "name": "NegateChecked", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.ExpressionType", + "name": "New", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.ExpressionType", + "name": "NewArrayBounds", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.ExpressionType", + "name": "NewArrayInit", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.ExpressionType", + "name": "Not", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.ExpressionType", + "name": "NotEqual", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.ExpressionType", + "name": "OnesComplement", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.ExpressionType", + "name": "Or", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.ExpressionType", + "name": "OrAssign", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.ExpressionType", + "name": "OrElse", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.ExpressionType", + "name": "Parameter", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.ExpressionType", + "name": "PostDecrementAssign", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.ExpressionType", + "name": "PostIncrementAssign", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.ExpressionType", + "name": "Power", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.ExpressionType", + "name": "PowerAssign", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.ExpressionType", + "name": "PreDecrementAssign", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.ExpressionType", + "name": "PreIncrementAssign", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.ExpressionType", + "name": "Quote", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.ExpressionType", + "name": "RightShift", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.ExpressionType", + "name": "RightShiftAssign", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.ExpressionType", + "name": "RuntimeVariables", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.ExpressionType", + "name": "Subtract", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.ExpressionType", + "name": "SubtractAssign", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.ExpressionType", + "name": "SubtractAssignChecked", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.ExpressionType", + "name": "SubtractChecked", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.ExpressionType", + "name": "Switch", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.ExpressionType", + "name": "Throw", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.ExpressionType", + "name": "Try", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.ExpressionType", + "name": "TypeAs", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.ExpressionType", + "name": "TypeEqual", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.ExpressionType", + "name": "TypeIs", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.ExpressionType", + "name": "UnaryPlus", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.ExpressionType", + "name": "Unbox", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Linq.Expressions.ExpressionType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "ExpressionType", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.CodeDom", + "baseClass": "System.CodeDom.CodeObject", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "DocComment", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "Text", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "text", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "text", "typeName": "string" }, + { "name": "docComment", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "CodeComment", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Linq.Expressions", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "ReadOnlyCollection", + "params": [ + { + "name": "nodes", + "typeName": "System.Collections.ObjectModel.ReadOnlyCollection" + } + ], + "isStatic": false, + "name": "Visit", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Expression", + "params": [ + { "name": "node", "typeName": "System.Linq.Expressions.Expression" } + ], + "isStatic": false, + "name": "Visit", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ReadOnlyCollection", + "params": [ + { + "name": "nodes", + "typeName": "System.Collections.ObjectModel.ReadOnlyCollection" + }, + { "name": "callerName", "typeName": "string" } + ], + "isStatic": false, + "name": "VisitAndConvert", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "T", + "params": [ + { "name": "node", "typeName": "T" }, + { "name": "callerName", "typeName": "string" } + ], + "isStatic": false, + "name": "VisitAndConvert", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ReadOnlyCollection", + "params": [ + { + "name": "nodes", + "typeName": "System.Collections.ObjectModel.ReadOnlyCollection" + }, + { "name": "elementVisitor", "typeName": "System.Func" } + ], + "isStatic": true, + "name": "Visit", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "ExpressionVisitor", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.CodeDom", + "baseClass": "System.CodeDom.CodeStatement", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.CodeDom.CodeComment", + "name": "Comment", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "comment", "typeName": "System.CodeDom.CodeComment" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "text", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "text", "typeName": "string" }, + { "name": "docComment", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "CodeCommentStatement", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Linq.Expressions", + "baseClass": "System.Linq.Expressions.Expression", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Linq.Expressions.GotoExpressionKind", + "name": "Kind", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.ExpressionType", + "name": "NodeType", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.LabelTarget", + "name": "Target", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Type", + "name": "Type", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.Expression", + "name": "Value", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "GotoExpression", + "params": [ + { + "name": "target", + "typeName": "System.Linq.Expressions.LabelTarget" + }, + { + "name": "value", + "typeName": "System.Linq.Expressions.Expression" + } + ], + "isStatic": false, + "name": "Update", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "GotoExpression", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.CodeDom", + "baseClass": "System.Collections.CollectionBase", + "attribute": "", + "interfaces": ["IList", "ICollection", "IEnumerable"], + "fields": [ + { + "typeName": "System.CodeDom.CodeCommentStatement", + "name": "this[]", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.CodeDom.CodeCommentStatementCollection" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.CodeDom.CodeCommentStatement[]" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "value", + "typeName": "System.CodeDom.CodeCommentStatement" + } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.CodeDom.CodeCommentStatementCollection" + } + ], + "isStatic": false, + "name": "AddRange", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.CodeDom.CodeCommentStatement[]" + } + ], + "isStatic": false, + "name": "AddRange", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "value", + "typeName": "System.CodeDom.CodeCommentStatement" + } + ], + "isStatic": false, + "name": "Contains", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "array", + "typeName": "System.CodeDom.CodeCommentStatement[]" + }, + { "name": "index", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "value", + "typeName": "System.CodeDom.CodeCommentStatement" + } + ], + "isStatic": false, + "name": "IndexOf", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { + "name": "value", + "typeName": "System.CodeDom.CodeCommentStatement" + } + ], + "isStatic": false, + "name": "Insert", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.CodeDom.CodeCommentStatement" + } + ], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "System.dll" + } + ], + "name": "CodeCommentStatementCollection", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Linq.Expressions", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Linq.Expressions.GotoExpressionKind", + "name": "Break", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.GotoExpressionKind", + "name": "Continue", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.GotoExpressionKind", + "name": "Goto", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.GotoExpressionKind", + "name": "Return", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Linq.Expressions.GotoExpressionKind", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "GotoExpressionKind", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.CodeDom", + "baseClass": "System.CodeDom.CodeObject", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.CodeDom.CodeAttributeDeclarationCollection", + "name": "AssemblyCustomAttributes", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.CodeDirectiveCollection", + "name": "EndDirectives", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.CodeNamespaceCollection", + "name": "Namespaces", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Collections.Specialized.StringCollection", + "name": "ReferencedAssemblies", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.CodeDirectiveCollection", + "name": "StartDirectives", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "CodeCompileUnit", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Linq.Expressions", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "ArgumentCount", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "Expression", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "GetArgument", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "IArgumentProvider", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.CodeDom", + "baseClass": "System.CodeDom.CodeStatement", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.CodeDom.CodeExpression", + "name": "Condition", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.CodeStatementCollection", + "name": "FalseStatements", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.CodeStatementCollection", + "name": "TrueStatements", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "condition", + "typeName": "System.CodeDom.CodeExpression" + }, + { + "name": "trueStatements", + "typeName": "System.CodeDom.CodeStatement[]" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "condition", + "typeName": "System.CodeDom.CodeExpression" + }, + { + "name": "trueStatements", + "typeName": "System.CodeDom.CodeStatement[]" + }, + { + "name": "falseStatements", + "typeName": "System.CodeDom.CodeStatement[]" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "CodeConditionStatement", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Linq.Expressions", + "baseClass": "", + "attribute": "interface", + "interfaces": ["IArgumentProvider"], + "fields": [ + { + "typeName": "System.Type", + "name": "DelegateType", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "Object", + "params": [], + "isStatic": false, + "name": "CreateCallSite", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Expression", + "params": [ + { + "name": "args", + "typeName": "System.Linq.Expressions.Expression[]" + } + ], + "isStatic": false, + "name": "Rewrite", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "IDynamicExpression", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Linq.Expressions", + "baseClass": "System.Linq.Expressions.Expression", + "attribute": "", + "interfaces": ["IArgumentProvider"], + "fields": [ + { + "typeName": "System.Collections.ObjectModel.ReadOnlyCollection", + "name": "Arguments", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Reflection.PropertyInfo", + "name": "Indexer", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.ExpressionType", + "name": "NodeType", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.Expression", + "name": "Object", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Type", + "name": "Type", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "IndexExpression", + "params": [ + { + "name": "object", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "arguments", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": false, + "name": "Update", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "IndexExpression", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Linq.Expressions", + "baseClass": "System.Linq.Expressions.Expression", + "attribute": "", + "interfaces": ["IArgumentProvider"], + "fields": [ + { + "typeName": "System.Collections.ObjectModel.ReadOnlyCollection", + "name": "Arguments", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.Expression", + "name": "Expression", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.ExpressionType", + "name": "NodeType", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Type", + "name": "Type", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "InvocationExpression", + "params": [ + { + "name": "expression", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "arguments", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": false, + "name": "Update", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "InvocationExpression", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Linq.Expressions", + "baseClass": "System.Linq.Expressions.Expression", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Linq.Expressions.Expression", + "name": "DefaultValue", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.ExpressionType", + "name": "NodeType", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.LabelTarget", + "name": "Target", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Type", + "name": "Type", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "LabelExpression", + "params": [ + { + "name": "target", + "typeName": "System.Linq.Expressions.LabelTarget" + }, + { + "name": "defaultValue", + "typeName": "System.Linq.Expressions.Expression" + } + ], + "isStatic": false, + "name": "Update", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "LabelExpression", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.CodeDom", + "baseClass": "System.CodeDom.CodeMemberMethod", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.CodeDom.CodeExpressionCollection", + "name": "BaseConstructorArgs", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.CodeExpressionCollection", + "name": "ChainedConstructorArgs", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "CodeConstructor", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Collections.Generic", + "baseClass": "object", + "attribute": "", + "interfaces": ["IComparer", "IComparer"], + "fields": [ + { + "typeName": "System.Collections.Generic.Comparer", + "name": "Default", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Int32", + "params": [ + { "name": "x", "typeName": "T" }, + { "name": "y", "typeName": "T" } + ], + "isStatic": false, + "name": "Compare", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Comparer", + "params": [ + { "name": "comparison", "typeName": "System.Comparison" } + ], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "Comparer", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.CodeDom", + "baseClass": "System.CodeDom.CodeExpression", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.CodeDom.CodeTypeReference", + "name": "Type", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "type", "typeName": "System.CodeDom.CodeTypeReference" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "CodeDefaultValueExpression", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Collections.Generic", + "baseClass": "object", + "attribute": "", + "interfaces": [ + "IDictionary", + "ICollection", + "IReadOnlyDictionary", + "IReadOnlyCollection", + "IEnumerable", + "IDictionary", + "ICollection", + "IEnumerable", + "IDeserializationCallback", + "ISerializable" + ], + "fields": [ + { + "typeName": "System.Collections.Generic.IEqualityComparer", + "name": "Comparer", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "Count", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "TValue", + "name": "this[]", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Collections.Generic.Dictionary.KeyCollection", + "name": "Keys", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Collections.Generic.Dictionary.ValueCollection", + "name": "Values", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "dictionary", + "typeName": "System.Collections.Generic.IDictionary" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "dictionary", + "typeName": "System.Collections.Generic.IDictionary" + }, + { + "name": "comparer", + "typeName": "System.Collections.Generic.IEqualityComparer" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "comparer", + "typeName": "System.Collections.Generic.IEqualityComparer" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "capacity", "typeName": "int" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "capacity", "typeName": "int" }, + { + "name": "comparer", + "typeName": "System.Collections.Generic.IEqualityComparer" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "key", "typeName": "TKey" }, + { "name": "value", "typeName": "TValue" } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Clear", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "key", "typeName": "TKey" }], + "isStatic": false, + "name": "ContainsKey", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "value", "typeName": "TValue" }], + "isStatic": false, + "name": "ContainsValue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Enumerator", + "params": [], + "isStatic": false, + "name": "GetEnumerator", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "info", + "typeName": "System.Runtime.Serialization.SerializationInfo" + }, + { + "name": "context", + "typeName": "System.Runtime.Serialization.StreamingContext" + } + ], + "isStatic": false, + "name": "GetObjectData", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "sender", "typeName": "object" }], + "isStatic": false, + "name": "OnDeserialization", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "key", "typeName": "TKey" }], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "key", "typeName": "TKey" }, + { "name": "value", "typeName": "TValue" } + ], + "isStatic": false, + "name": "TryGetValue", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "Dictionary", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.CodeDom", + "baseClass": "System.CodeDom.CodeExpression", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.CodeDom.CodeTypeReference", + "name": "DelegateType", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "MethodName", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.CodeExpression", + "name": "TargetObject", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "delegateType", + "typeName": "System.CodeDom.CodeTypeReference" + }, + { + "name": "targetObject", + "typeName": "System.CodeDom.CodeExpression" + }, + { "name": "methodName", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "CodeDelegateCreateExpression", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.CodeDom", + "baseClass": "System.CodeDom.CodeExpression", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.CodeDom.CodeExpressionCollection", + "name": "Parameters", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.CodeExpression", + "name": "TargetObject", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "targetObject", + "typeName": "System.CodeDom.CodeExpression" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "targetObject", + "typeName": "System.CodeDom.CodeExpression" + }, + { + "name": "parameters", + "typeName": "System.CodeDom.CodeExpression[]" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "CodeDelegateInvokeExpression", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.CodeDom", + "baseClass": "System.CodeDom.CodeExpression", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.CodeDom.FieldDirection", + "name": "Direction", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.CodeExpression", + "name": "Expression", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "direction", + "typeName": "System.CodeDom.FieldDirection" + }, + { + "name": "expression", + "typeName": "System.CodeDom.CodeExpression" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "CodeDirectionExpression", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Linq.Expressions", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Type", + "name": "Type", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "LabelTarget", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.CodeDom", + "baseClass": "System.CodeDom.CodeObject", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "CodeDirective", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.CodeDom", + "baseClass": "System.Collections.CollectionBase", + "attribute": "", + "interfaces": ["IList", "ICollection", "IEnumerable"], + "fields": [ + { + "typeName": "System.CodeDom.CodeDirective", + "name": "this[]", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.CodeDom.CodeDirectiveCollection" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "System.CodeDom.CodeDirective[]" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "value", "typeName": "System.CodeDom.CodeDirective" } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.CodeDom.CodeDirectiveCollection" + } + ], + "isStatic": false, + "name": "AddRange", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "System.CodeDom.CodeDirective[]" } + ], + "isStatic": false, + "name": "AddRange", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "value", "typeName": "System.CodeDom.CodeDirective" } + ], + "isStatic": false, + "name": "Contains", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "array", "typeName": "System.CodeDom.CodeDirective[]" }, + { "name": "index", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "value", "typeName": "System.CodeDom.CodeDirective" } + ], + "isStatic": false, + "name": "IndexOf", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "value", "typeName": "System.CodeDom.CodeDirective" } + ], + "isStatic": false, + "name": "Insert", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "System.CodeDom.CodeDirective" } + ], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "System.dll" + } + ], + "name": "CodeDirectiveCollection", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Linq.Expressions", + "baseClass": "System.Linq.Expressions.Expression", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Linq.Expressions.Expression", + "name": "Body", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.ExpressionType", + "name": "NodeType", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Collections.ObjectModel.ReadOnlyCollection", + "name": "Parameters", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Type", + "name": "ReturnType", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "bool", + "name": "TailCall", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Type", + "name": "Type", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "Delegate", + "params": [], + "isStatic": false, + "name": "Compile", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Delegate", + "params": [{ "name": "preferInterpretation", "typeName": "bool" }], + "isStatic": false, + "name": "Compile", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Delegate", + "params": [ + { + "name": "debugInfoGenerator", + "typeName": "System.Runtime.CompilerServices.DebugInfoGenerator" + } + ], + "isStatic": false, + "name": "Compile", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "method", + "typeName": "System.Reflection.Emit.MethodBuilder" + } + ], + "isStatic": false, + "name": "CompileToMethod", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "method", + "typeName": "System.Reflection.Emit.MethodBuilder" + }, + { + "name": "debugInfoGenerator", + "typeName": "System.Runtime.CompilerServices.DebugInfoGenerator" + } + ], + "isStatic": false, + "name": "CompileToMethod", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "LambdaExpression", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.CodeDom", + "baseClass": "System.CodeDom.CodeMemberMethod", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "CodeEntryPointMethod", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Linq.Expressions", + "baseClass": "System.Linq.Expressions.Expression", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "CanReduce", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Collections.ObjectModel.ReadOnlyCollection", + "name": "Initializers", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.NewExpression", + "name": "NewExpression", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.ExpressionType", + "name": "NodeType", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Type", + "name": "Type", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "Expression", + "params": [], + "isStatic": false, + "name": "Reduce", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ListInitExpression", + "params": [ + { + "name": "newExpression", + "typeName": "System.Linq.Expressions.NewExpression" + }, + { + "name": "initializers", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": false, + "name": "Update", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "ListInitExpression", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Linq.Expressions", + "baseClass": "System.Linq.Expressions.Expression", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Linq.Expressions.Expression", + "name": "Body", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.LabelTarget", + "name": "BreakLabel", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.LabelTarget", + "name": "ContinueLabel", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.ExpressionType", + "name": "NodeType", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Type", + "name": "Type", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "LoopExpression", + "params": [ + { + "name": "breakLabel", + "typeName": "System.Linq.Expressions.LabelTarget" + }, + { + "name": "continueLabel", + "typeName": "System.Linq.Expressions.LabelTarget" + }, + { "name": "body", "typeName": "System.Linq.Expressions.Expression" } + ], + "isStatic": false, + "name": "Update", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "LoopExpression", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Linq.Expressions", + "baseClass": "System.Linq.Expressions.MemberBinding", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Linq.Expressions.Expression", + "name": "Expression", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "MemberAssignment", + "params": [ + { + "name": "expression", + "typeName": "System.Linq.Expressions.Expression" + } + ], + "isStatic": false, + "name": "Update", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "MemberAssignment", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Linq.Expressions", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Linq.Expressions.MemberBindingType", + "name": "BindingType", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Reflection.MemberInfo", + "name": "Member", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "MemberBinding", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Linq.Expressions", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Linq.Expressions.MemberBindingType", + "name": "Assignment", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.MemberBindingType", + "name": "ListBinding", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.MemberBindingType", + "name": "MemberBinding", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Linq.Expressions.MemberBindingType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "MemberBindingType", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Linq.Expressions", + "baseClass": "System.Linq.Expressions.Expression", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Linq.Expressions.Expression", + "name": "Expression", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Reflection.MemberInfo", + "name": "Member", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.ExpressionType", + "name": "NodeType", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "MemberExpression", + "params": [ + { + "name": "expression", + "typeName": "System.Linq.Expressions.Expression" + } + ], + "isStatic": false, + "name": "Update", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "MemberExpression", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.CodeDom", + "baseClass": "System.CodeDom.CodeExpression", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "EventName", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.CodeExpression", + "name": "TargetObject", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "targetObject", + "typeName": "System.CodeDom.CodeExpression" + }, + { "name": "eventName", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "CodeEventReferenceExpression", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Collections.Generic", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [ + "IEnumerator", + "IDisposable", + "IDictionaryEnumerator", + "IEnumerator" + ], + "fields": [ + { + "typeName": "System.Collections.Generic.KeyValuePair", + "name": "Current", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "MoveNext", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "Enumerator", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.CodeDom", + "baseClass": "System.CodeDom.CodeObject", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "CodeExpression", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Collections.Generic", + "baseClass": "object", + "attribute": "", + "interfaces": [ + "ICollection", + "IReadOnlyCollection", + "IEnumerable", + "ICollection", + "IEnumerable" + ], + "fields": [ + { + "typeName": "int", + "name": "Count", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "dictionary", + "typeName": "System.Collections.Generic.Dictionary" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "array", "typeName": "TKey[]" }, + { "name": "index", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Enumerator", + "params": [], + "isStatic": false, + "name": "GetEnumerator", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "KeyCollection", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.CodeDom", + "baseClass": "System.Collections.CollectionBase", + "attribute": "", + "interfaces": ["IList", "ICollection", "IEnumerable"], + "fields": [ + { + "typeName": "System.CodeDom.CodeExpression", + "name": "this[]", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.CodeDom.CodeExpressionCollection" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "System.CodeDom.CodeExpression[]" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "value", "typeName": "System.CodeDom.CodeExpression" } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.CodeDom.CodeExpressionCollection" + } + ], + "isStatic": false, + "name": "AddRange", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "System.CodeDom.CodeExpression[]" } + ], + "isStatic": false, + "name": "AddRange", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "value", "typeName": "System.CodeDom.CodeExpression" } + ], + "isStatic": false, + "name": "Contains", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "array", "typeName": "System.CodeDom.CodeExpression[]" }, + { "name": "index", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "value", "typeName": "System.CodeDom.CodeExpression" } + ], + "isStatic": false, + "name": "IndexOf", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "value", "typeName": "System.CodeDom.CodeExpression" } + ], + "isStatic": false, + "name": "Insert", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "System.CodeDom.CodeExpression" } + ], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "System.dll" + } + ], + "name": "CodeExpressionCollection", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.CodeDom", + "baseClass": "System.CodeDom.CodeStatement", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.CodeDom.CodeExpression", + "name": "Expression", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "expression", + "typeName": "System.CodeDom.CodeExpression" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "CodeExpressionStatement", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Linq.Expressions", + "baseClass": "System.Linq.Expressions.Expression", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Collections.ObjectModel.ReadOnlyCollection", + "name": "Bindings", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "bool", + "name": "CanReduce", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.NewExpression", + "name": "NewExpression", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.ExpressionType", + "name": "NodeType", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Type", + "name": "Type", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "Expression", + "params": [], + "isStatic": false, + "name": "Reduce", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "MemberInitExpression", + "params": [ + { + "name": "newExpression", + "typeName": "System.Linq.Expressions.NewExpression" + }, + { + "name": "bindings", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": false, + "name": "Update", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "MemberInitExpression", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.CodeDom", + "baseClass": "System.CodeDom.CodeExpression", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "FieldName", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.CodeExpression", + "name": "TargetObject", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "targetObject", + "typeName": "System.CodeDom.CodeExpression" + }, + { "name": "fieldName", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "CodeFieldReferenceExpression", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Linq.Expressions", + "baseClass": "System.Linq.Expressions.MemberBinding", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Collections.ObjectModel.ReadOnlyCollection", + "name": "Initializers", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "MemberListBinding", + "params": [ + { + "name": "initializers", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": false, + "name": "Update", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "MemberListBinding", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.CodeDom", + "baseClass": "System.CodeDom.CodeStatement", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "Label", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "label", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "CodeGotoStatement", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Linq.Expressions", + "baseClass": "System.Linq.Expressions.MemberBinding", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Collections.ObjectModel.ReadOnlyCollection", + "name": "Bindings", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "MemberMemberBinding", + "params": [ + { + "name": "bindings", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": false, + "name": "Update", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "MemberMemberBinding", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.CodeDom", + "baseClass": "System.CodeDom.CodeExpression", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.CodeDom.CodeExpressionCollection", + "name": "Indices", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.CodeExpression", + "name": "TargetObject", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "targetObject", + "typeName": "System.CodeDom.CodeExpression" + }, + { "name": "indices", "typeName": "System.CodeDom.CodeExpression[]" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "CodeIndexerExpression", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Collections.Generic", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IEnumerator", "IEnumerator", "IDisposable"], + "fields": [ + { + "typeName": "TKey", + "name": "Current", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "MoveNext", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "Enumerator", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Linq.Expressions", + "baseClass": "System.Linq.Expressions.Expression", + "attribute": "", + "interfaces": ["IArgumentProvider"], + "fields": [ + { + "typeName": "System.Collections.ObjectModel.ReadOnlyCollection", + "name": "Arguments", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Reflection.MethodInfo", + "name": "Method", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.ExpressionType", + "name": "NodeType", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.Expression", + "name": "Object", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Type", + "name": "Type", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "MethodCallExpression", + "params": [ + { + "name": "object", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "arguments", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": false, + "name": "Update", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "MethodCallExpression", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.CodeDom", + "baseClass": "System.CodeDom.CodeStatement", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.CodeDom.CodeStatement", + "name": "IncrementStatement", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.CodeStatement", + "name": "InitStatement", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.CodeStatementCollection", + "name": "Statements", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.CodeExpression", + "name": "TestExpression", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "initStatement", + "typeName": "System.CodeDom.CodeStatement" + }, + { + "name": "testExpression", + "typeName": "System.CodeDom.CodeExpression" + }, + { + "name": "incrementStatement", + "typeName": "System.CodeDom.CodeStatement" + }, + { + "name": "statements", + "typeName": "System.CodeDom.CodeStatement[]" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "CodeIterationStatement", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Collections.Generic", + "baseClass": "object", + "attribute": "", + "interfaces": [ + "ICollection", + "IReadOnlyCollection", + "IEnumerable", + "ICollection", + "IEnumerable" + ], + "fields": [ + { + "typeName": "int", + "name": "Count", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "dictionary", + "typeName": "System.Collections.Generic.Dictionary" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "array", "typeName": "TValue[]" }, + { "name": "index", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Enumerator", + "params": [], + "isStatic": false, + "name": "GetEnumerator", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ValueCollection", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Linq.Expressions", + "baseClass": "System.Linq.Expressions.Expression", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Collections.ObjectModel.ReadOnlyCollection", + "name": "Expressions", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Type", + "name": "Type", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "NewArrayExpression", + "params": [ + { + "name": "expressions", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": false, + "name": "Update", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "NewArrayExpression", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Linq.Expressions", + "baseClass": "System.Linq.Expressions.Expression", + "attribute": "", + "interfaces": ["IArgumentProvider"], + "fields": [ + { + "typeName": "System.Collections.ObjectModel.ReadOnlyCollection", + "name": "Arguments", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Reflection.ConstructorInfo", + "name": "Constructor", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Collections.ObjectModel.ReadOnlyCollection", + "name": "Members", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.ExpressionType", + "name": "NodeType", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Type", + "name": "Type", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "NewExpression", + "params": [ + { + "name": "arguments", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": false, + "name": "Update", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "NewExpression", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Linq.Expressions", + "baseClass": "System.Linq.Expressions.Expression", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "IsByRef", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.ExpressionType", + "name": "NodeType", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Type", + "name": "Type", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [], + "name": "ParameterExpression", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Linq.Expressions", + "baseClass": "System.Linq.Expressions.Expression", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Linq.Expressions.ExpressionType", + "name": "NodeType", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Type", + "name": "Type", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Collections.ObjectModel.ReadOnlyCollection", + "name": "Variables", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "RuntimeVariablesExpression", + "params": [ + { + "name": "variables", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": false, + "name": "Update", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "RuntimeVariablesExpression", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.CodeDom", + "baseClass": "System.CodeDom.CodeStatement", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "Label", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.CodeStatement", + "name": "Statement", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "label", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "label", "typeName": "string" }, + { "name": "statement", "typeName": "System.CodeDom.CodeStatement" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "CodeLabeledStatement", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Collections.Generic", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IEnumerator", "IEnumerator", "IDisposable"], + "fields": [ + { + "typeName": "TValue", + "name": "Current", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "MoveNext", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "Enumerator", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.CodeDom", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "FileName", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "LineNumber", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "fileName", "typeName": "string" }, + { "name": "lineNumber", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "CodeLinePragma", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.CodeDom", + "baseClass": "System.CodeDom.CodeTypeMember", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.CodeDom.CodeTypeReferenceCollection", + "name": "ImplementationTypes", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.CodeTypeReference", + "name": "PrivateImplementationType", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.CodeTypeReference", + "name": "Type", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "CodeMemberEvent", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Collections.Generic", + "baseClass": "object", + "attribute": "", + "interfaces": ["IEqualityComparer", "IEqualityComparer"], + "fields": [ + { + "typeName": "System.Collections.Generic.EqualityComparer", + "name": "Default", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [ + { "name": "x", "typeName": "T" }, + { "name": "y", "typeName": "T" } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "obj", "typeName": "T" }], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "EqualityComparer", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.CodeDom", + "baseClass": "System.CodeDom.CodeTypeMember", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.CodeDom.CodeExpression", + "name": "InitExpression", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.CodeTypeReference", + "name": "Type", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "type", "typeName": "System.CodeDom.CodeTypeReference" }, + { "name": "name", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "type", "typeName": "string" }, + { "name": "name", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { "name": "name", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "CodeMemberField", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Linq.Expressions", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Linq.Expressions.Expression", + "name": "Body", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Collections.ObjectModel.ReadOnlyCollection", + "name": "TestValues", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "SwitchCase", + "params": [ + { + "name": "testValues", + "typeName": "System.Collections.Generic.IEnumerable" + }, + { "name": "body", "typeName": "System.Linq.Expressions.Expression" } + ], + "isStatic": false, + "name": "Update", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "SwitchCase", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Collections.Generic", + "baseClass": "", + "attribute": "interface", + "interfaces": ["IEnumerable", "IEnumerable"], + "fields": [ + { + "typeName": "int", + "name": "Count", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsReadOnly", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "item", "typeName": "T" }], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Clear", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "item", "typeName": "T" }], + "isStatic": false, + "name": "Contains", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "array", "typeName": "T[]" }, + { "name": "arrayIndex", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "item", "typeName": "T" }], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ICollection", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.CodeDom", + "baseClass": "System.CodeDom.CodeTypeMember", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.CodeDom.CodeTypeReferenceCollection", + "name": "ImplementationTypes", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.CodeParameterDeclarationExpressionCollection", + "name": "Parameters", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.CodeTypeReference", + "name": "PrivateImplementationType", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.CodeTypeReference", + "name": "ReturnType", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.CodeAttributeDeclarationCollection", + "name": "ReturnTypeCustomAttributes", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.CodeStatementCollection", + "name": "Statements", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.CodeTypeParameterCollection", + "name": "TypeParameters", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.EventHandler", + "name": "PopulateImplementationTypes", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.EventHandler", + "name": "PopulateParameters", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.EventHandler", + "name": "PopulateStatements", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.EventHandler" }], + "isStatic": false, + "name": "add_PopulateImplementationTypes", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.EventHandler" }], + "isStatic": false, + "name": "remove_PopulateImplementationTypes", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.EventHandler" }], + "isStatic": false, + "name": "add_PopulateParameters", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.EventHandler" }], + "isStatic": false, + "name": "remove_PopulateParameters", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.EventHandler" }], + "isStatic": false, + "name": "add_PopulateStatements", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.EventHandler" }], + "isStatic": false, + "name": "remove_PopulateStatements", + "comment": "", + "location": "System.dll" + } + ], + "name": "CodeMemberMethod", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Collections.Generic", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Int32", + "params": [ + { "name": "x", "typeName": "T" }, + { "name": "y", "typeName": "T" } + ], + "isStatic": false, + "name": "Compare", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "IComparer", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Linq.Expressions", + "baseClass": "System.Linq.Expressions.Expression", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Collections.ObjectModel.ReadOnlyCollection", + "name": "Cases", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Reflection.MethodInfo", + "name": "Comparison", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.Expression", + "name": "DefaultBody", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.ExpressionType", + "name": "NodeType", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.Expression", + "name": "SwitchValue", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Type", + "name": "Type", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "SwitchExpression", + "params": [ + { + "name": "switchValue", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "cases", + "typeName": "System.Collections.Generic.IEnumerable" + }, + { + "name": "defaultBody", + "typeName": "System.Linq.Expressions.Expression" + } + ], + "isStatic": false, + "name": "Update", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "SwitchExpression", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.CodeDom", + "baseClass": "System.CodeDom.CodeTypeMember", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.CodeDom.CodeStatementCollection", + "name": "GetStatements", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "HasGet", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "HasSet", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.CodeTypeReferenceCollection", + "name": "ImplementationTypes", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.CodeParameterDeclarationExpressionCollection", + "name": "Parameters", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.CodeTypeReference", + "name": "PrivateImplementationType", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.CodeStatementCollection", + "name": "SetStatements", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.CodeTypeReference", + "name": "Type", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "CodeMemberProperty", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Linq.Expressions", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Guid", + "name": "DocumentType", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "string", + "name": "FileName", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Guid", + "name": "Language", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Guid", + "name": "LanguageVendor", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [], + "name": "SymbolDocumentInfo", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Collections.Generic", + "baseClass": "", + "attribute": "interface", + "interfaces": ["ICollection", "IEnumerable", "IEnumerable"], + "fields": [ + { + "typeName": "TValue", + "name": "this[]", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Collections.Generic.ICollection", + "name": "Keys", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Collections.Generic.ICollection", + "name": "Values", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "key", "typeName": "TKey" }, + { "name": "value", "typeName": "TValue" } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "key", "typeName": "TKey" }], + "isStatic": false, + "name": "ContainsKey", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "key", "typeName": "TKey" }], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "key", "typeName": "TKey" }, + { "name": "value", "typeName": "TValue" } + ], + "isStatic": false, + "name": "TryGetValue", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "IDictionary", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.CodeDom", + "baseClass": "System.CodeDom.CodeExpression", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.CodeDom.CodeMethodReferenceExpression", + "name": "Method", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.CodeExpressionCollection", + "name": "Parameters", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "targetObject", + "typeName": "System.CodeDom.CodeExpression" + }, + { "name": "methodName", "typeName": "string" }, + { + "name": "parameters", + "typeName": "System.CodeDom.CodeExpression[]" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "method", + "typeName": "System.CodeDom.CodeMethodReferenceExpression" + }, + { + "name": "parameters", + "typeName": "System.CodeDom.CodeExpression[]" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "CodeMethodInvokeExpression", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Linq.Expressions", + "baseClass": "System.Linq.Expressions.Expression", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Linq.Expressions.Expression", + "name": "Body", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.Expression", + "name": "Fault", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.Expression", + "name": "Finally", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Collections.ObjectModel.ReadOnlyCollection", + "name": "Handlers", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.ExpressionType", + "name": "NodeType", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Type", + "name": "Type", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "TryExpression", + "params": [ + { + "name": "body", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "handlers", + "typeName": "System.Collections.Generic.IEnumerable" + }, + { + "name": "finally", + "typeName": "System.Linq.Expressions.Expression" + }, + { + "name": "fault", + "typeName": "System.Linq.Expressions.Expression" + } + ], + "isStatic": false, + "name": "Update", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "TryExpression", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Collections.Generic", + "baseClass": "", + "attribute": "interface", + "interfaces": ["IEnumerable"], + "fields": [], + "methods": [ + { + "returnTypeName": "IEnumerator", + "params": [], + "isStatic": false, + "name": "GetEnumerator", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "IEnumerable", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.CodeDom", + "baseClass": "System.CodeDom.CodeExpression", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "MethodName", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.CodeExpression", + "name": "TargetObject", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.CodeTypeReferenceCollection", + "name": "TypeArguments", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "targetObject", + "typeName": "System.CodeDom.CodeExpression" + }, + { "name": "methodName", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "targetObject", + "typeName": "System.CodeDom.CodeExpression" + }, + { "name": "methodName", "typeName": "string" }, + { + "name": "typeParameters", + "typeName": "System.CodeDom.CodeTypeReference[]" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "CodeMethodReferenceExpression", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Linq.Expressions", + "baseClass": "System.Linq.Expressions.Expression", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Linq.Expressions.Expression", + "name": "Expression", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.ExpressionType", + "name": "NodeType", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Type", + "name": "Type", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Type", + "name": "TypeOperand", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "TypeBinaryExpression", + "params": [ + { + "name": "expression", + "typeName": "System.Linq.Expressions.Expression" + } + ], + "isStatic": false, + "name": "Update", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "TypeBinaryExpression", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Collections.Generic", + "baseClass": "", + "attribute": "interface", + "interfaces": ["IEnumerator", "IDisposable"], + "fields": [ + { + "typeName": "T", + "name": "Current", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [], + "name": "IEnumerator", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Linq.Expressions", + "baseClass": "System.Linq.Expressions.Expression", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "CanReduce", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "bool", + "name": "IsLifted", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "bool", + "name": "IsLiftedToNull", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Reflection.MethodInfo", + "name": "Method", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.ExpressionType", + "name": "NodeType", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.Expression", + "name": "Operand", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Type", + "name": "Type", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "Expression", + "params": [], + "isStatic": false, + "name": "Reduce", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "UnaryExpression", + "params": [ + { + "name": "operand", + "typeName": "System.Linq.Expressions.Expression" + } + ], + "isStatic": false, + "name": "Update", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "UnaryExpression", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Collections.Generic", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [ + { "name": "x", "typeName": "T" }, + { "name": "y", "typeName": "T" } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "obj", "typeName": "T" }], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "IEqualityComparer", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Collections.Generic", + "baseClass": "", + "attribute": "interface", + "interfaces": ["ICollection", "IEnumerable", "IEnumerable"], + "fields": [ + { + "typeName": "T", + "name": "this[]", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Int32", + "params": [{ "name": "item", "typeName": "T" }], + "isStatic": false, + "name": "IndexOf", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "item", "typeName": "T" } + ], + "isStatic": false, + "name": "Insert", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "RemoveAt", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "IList", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Collections.Generic", + "baseClass": "", + "attribute": "interface", + "interfaces": ["IEnumerable", "IEnumerable"], + "fields": [ + { + "typeName": "int", + "name": "Count", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [], + "name": "IReadOnlyCollection", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Collections.Generic", + "baseClass": "", + "attribute": "interface", + "interfaces": ["IReadOnlyCollection", "IEnumerable", "IEnumerable"], + "fields": [ + { + "typeName": "TValue", + "name": "this[]", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Collections.Generic.IEnumerable", + "name": "Keys", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Collections.Generic.IEnumerable", + "name": "Values", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [{ "name": "key", "typeName": "TKey" }], + "isStatic": false, + "name": "ContainsKey", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "key", "typeName": "TKey" }, + { "name": "value", "typeName": "TValue" } + ], + "isStatic": false, + "name": "TryGetValue", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "IReadOnlyDictionary", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Collections.Generic", + "baseClass": "", + "attribute": "interface", + "interfaces": ["IReadOnlyCollection", "IEnumerable", "IEnumerable"], + "fields": [ + { + "typeName": "T", + "name": "this[]", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [], + "name": "IReadOnlyList", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Collections.Generic", + "baseClass": "System.SystemException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "innerException", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "KeyNotFoundException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.CodeDom", + "baseClass": "System.CodeDom.CodeStatement", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.CodeDom.CodeExpression", + "name": "Expression", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "expression", + "typeName": "System.CodeDom.CodeExpression" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "CodeMethodReturnStatement", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Collections.Generic", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "TKey", + "name": "Key", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "TValue", + "name": "Value", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "key", "typeName": "TKey" }, + { "name": "value", "typeName": "TValue" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "KeyValuePair", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Linq", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "IEnumerable", + "params": [], + "isStatic": true, + "name": "Empty", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [ + { "name": "start", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": true, + "name": "Range", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [ + { "name": "element", "typeName": "TResult" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": true, + "name": "Repeat", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "TSource", + "params": [ + { + "name": "func", + "typeName": "System.Func" + } + ], + "isStatic": false, + "name": "Aggregate", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "TAccumulate", + "params": [ + { "name": "seed", "typeName": "TAccumulate" }, + { + "name": "func", + "typeName": "System.Func" + } + ], + "isStatic": false, + "name": "Aggregate", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "TResult", + "params": [ + { "name": "seed", "typeName": "TAccumulate" }, + { + "name": "func", + "typeName": "System.Func" + }, + { + "name": "resultSelector", + "typeName": "System.Func" + } + ], + "isStatic": false, + "name": "Aggregate", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "predicate", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "All", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "Any", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "predicate", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "Any", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [{ "name": "element", "typeName": "TSource" }], + "isStatic": false, + "name": "Append", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [], + "isStatic": false, + "name": "AsEnumerable", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Decimal", + "params": [], + "isStatic": false, + "name": "Average", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Double", + "params": [], + "isStatic": false, + "name": "Average", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Double", + "params": [], + "isStatic": false, + "name": "Average", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Double", + "params": [], + "isStatic": false, + "name": "Average", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Nullable", + "params": [], + "isStatic": false, + "name": "Average", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Nullable", + "params": [], + "isStatic": false, + "name": "Average", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Nullable", + "params": [], + "isStatic": false, + "name": "Average", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Nullable", + "params": [], + "isStatic": false, + "name": "Average", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Nullable", + "params": [], + "isStatic": false, + "name": "Average", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Single", + "params": [], + "isStatic": false, + "name": "Average", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Decimal", + "params": [ + { "name": "selector", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "Average", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Double", + "params": [ + { "name": "selector", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "Average", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Double", + "params": [ + { "name": "selector", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "Average", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Double", + "params": [ + { "name": "selector", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "Average", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Nullable", + "params": [ + { "name": "selector", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "Average", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Nullable", + "params": [ + { "name": "selector", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "Average", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Nullable", + "params": [ + { "name": "selector", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "Average", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Nullable", + "params": [ + { "name": "selector", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "Average", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Nullable", + "params": [ + { "name": "selector", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "Average", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Single", + "params": [ + { "name": "selector", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "Average", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [], + "isStatic": false, + "name": "Cast", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [ + { + "name": "second", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": false, + "name": "Concat", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "value", "typeName": "TSource" }], + "isStatic": false, + "name": "Contains", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "value", "typeName": "TSource" }, + { + "name": "comparer", + "typeName": "System.Collections.Generic.IEqualityComparer" + } + ], + "isStatic": false, + "name": "Contains", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "Count", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "predicate", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "Count", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [], + "isStatic": false, + "name": "DefaultIfEmpty", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [{ "name": "defaultValue", "typeName": "TSource" }], + "isStatic": false, + "name": "DefaultIfEmpty", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [], + "isStatic": false, + "name": "Distinct", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [ + { + "name": "comparer", + "typeName": "System.Collections.Generic.IEqualityComparer" + } + ], + "isStatic": false, + "name": "Distinct", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "TSource", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "ElementAtOrDefault", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "TSource", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "ElementAt", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [ + { + "name": "second", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": false, + "name": "Except", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [ + { + "name": "second", + "typeName": "System.Collections.Generic.IEnumerable" + }, + { + "name": "comparer", + "typeName": "System.Collections.Generic.IEqualityComparer" + } + ], + "isStatic": false, + "name": "Except", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "TSource", + "params": [], + "isStatic": false, + "name": "FirstOrDefault", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "TSource", + "params": [ + { "name": "predicate", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "FirstOrDefault", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "TSource", + "params": [], + "isStatic": false, + "name": "First", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "TSource", + "params": [ + { "name": "predicate", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "First", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [ + { "name": "keySelector", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "GroupBy", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [ + { "name": "keySelector", "typeName": "System.Func" }, + { + "name": "comparer", + "typeName": "System.Collections.Generic.IEqualityComparer" + } + ], + "isStatic": false, + "name": "GroupBy", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [ + { "name": "keySelector", "typeName": "System.Func" }, + { + "name": "elementSelector", + "typeName": "System.Func" + } + ], + "isStatic": false, + "name": "GroupBy", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [ + { "name": "keySelector", "typeName": "System.Func" }, + { + "name": "elementSelector", + "typeName": "System.Func" + }, + { + "name": "comparer", + "typeName": "System.Collections.Generic.IEqualityComparer" + } + ], + "isStatic": false, + "name": "GroupBy", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [ + { "name": "keySelector", "typeName": "System.Func" }, + { + "name": "resultSelector", + "typeName": "System.Func, TResult>" + } + ], + "isStatic": false, + "name": "GroupBy", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [ + { "name": "keySelector", "typeName": "System.Func" }, + { + "name": "resultSelector", + "typeName": "System.Func, TResult>" + }, + { + "name": "comparer", + "typeName": "System.Collections.Generic.IEqualityComparer" + } + ], + "isStatic": false, + "name": "GroupBy", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [ + { "name": "keySelector", "typeName": "System.Func" }, + { + "name": "elementSelector", + "typeName": "System.Func" + }, + { + "name": "resultSelector", + "typeName": "System.Func, TResult>" + } + ], + "isStatic": false, + "name": "GroupBy", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [ + { "name": "keySelector", "typeName": "System.Func" }, + { + "name": "elementSelector", + "typeName": "System.Func" + }, + { + "name": "resultSelector", + "typeName": "System.Func, TResult>" + }, + { + "name": "comparer", + "typeName": "System.Collections.Generic.IEqualityComparer" + } + ], + "isStatic": false, + "name": "GroupBy", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [ + { + "name": "inner", + "typeName": "System.Collections.Generic.IEnumerable" + }, + { + "name": "outerKeySelector", + "typeName": "System.Func" + }, + { + "name": "innerKeySelector", + "typeName": "System.Func" + }, + { + "name": "resultSelector", + "typeName": "System.Func, TResult>" + } + ], + "isStatic": false, + "name": "GroupJoin", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [ + { + "name": "inner", + "typeName": "System.Collections.Generic.IEnumerable" + }, + { + "name": "outerKeySelector", + "typeName": "System.Func" + }, + { + "name": "innerKeySelector", + "typeName": "System.Func" + }, + { + "name": "resultSelector", + "typeName": "System.Func, TResult>" + }, + { + "name": "comparer", + "typeName": "System.Collections.Generic.IEqualityComparer" + } + ], + "isStatic": false, + "name": "GroupJoin", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [ + { + "name": "second", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": false, + "name": "Intersect", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [ + { + "name": "second", + "typeName": "System.Collections.Generic.IEnumerable" + }, + { + "name": "comparer", + "typeName": "System.Collections.Generic.IEqualityComparer" + } + ], + "isStatic": false, + "name": "Intersect", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [ + { + "name": "inner", + "typeName": "System.Collections.Generic.IEnumerable" + }, + { + "name": "outerKeySelector", + "typeName": "System.Func" + }, + { + "name": "innerKeySelector", + "typeName": "System.Func" + }, + { + "name": "resultSelector", + "typeName": "System.Func" + } + ], + "isStatic": false, + "name": "Join", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [ + { + "name": "inner", + "typeName": "System.Collections.Generic.IEnumerable" + }, + { + "name": "outerKeySelector", + "typeName": "System.Func" + }, + { + "name": "innerKeySelector", + "typeName": "System.Func" + }, + { + "name": "resultSelector", + "typeName": "System.Func" + }, + { + "name": "comparer", + "typeName": "System.Collections.Generic.IEqualityComparer" + } + ], + "isStatic": false, + "name": "Join", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "TSource", + "params": [], + "isStatic": false, + "name": "LastOrDefault", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "TSource", + "params": [ + { "name": "predicate", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "LastOrDefault", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "TSource", + "params": [], + "isStatic": false, + "name": "Last", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "TSource", + "params": [ + { "name": "predicate", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "Last", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Int64", + "params": [], + "isStatic": false, + "name": "LongCount", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Int64", + "params": [ + { "name": "predicate", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "LongCount", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Decimal", + "params": [], + "isStatic": false, + "name": "Max", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Double", + "params": [], + "isStatic": false, + "name": "Max", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "Max", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Int64", + "params": [], + "isStatic": false, + "name": "Max", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Nullable", + "params": [], + "isStatic": false, + "name": "Max", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Nullable", + "params": [], + "isStatic": false, + "name": "Max", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Nullable", + "params": [], + "isStatic": false, + "name": "Max", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Nullable", + "params": [], + "isStatic": false, + "name": "Max", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Nullable", + "params": [], + "isStatic": false, + "name": "Max", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Single", + "params": [], + "isStatic": false, + "name": "Max", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "TSource", + "params": [], + "isStatic": false, + "name": "Max", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Decimal", + "params": [ + { "name": "selector", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "Max", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Double", + "params": [ + { "name": "selector", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "Max", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "selector", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "Max", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Int64", + "params": [ + { "name": "selector", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "Max", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Nullable", + "params": [ + { "name": "selector", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "Max", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Nullable", + "params": [ + { "name": "selector", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "Max", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Nullable", + "params": [ + { "name": "selector", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "Max", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Nullable", + "params": [ + { "name": "selector", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "Max", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Nullable", + "params": [ + { "name": "selector", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "Max", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Single", + "params": [ + { "name": "selector", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "Max", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "TResult", + "params": [ + { "name": "selector", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "Max", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Decimal", + "params": [], + "isStatic": false, + "name": "Min", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Double", + "params": [], + "isStatic": false, + "name": "Min", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "Min", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Int64", + "params": [], + "isStatic": false, + "name": "Min", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Nullable", + "params": [], + "isStatic": false, + "name": "Min", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Nullable", + "params": [], + "isStatic": false, + "name": "Min", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Nullable", + "params": [], + "isStatic": false, + "name": "Min", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Nullable", + "params": [], + "isStatic": false, + "name": "Min", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Nullable", + "params": [], + "isStatic": false, + "name": "Min", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Single", + "params": [], + "isStatic": false, + "name": "Min", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "TSource", + "params": [], + "isStatic": false, + "name": "Min", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Decimal", + "params": [ + { "name": "selector", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "Min", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Double", + "params": [ + { "name": "selector", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "Min", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "selector", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "Min", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Int64", + "params": [ + { "name": "selector", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "Min", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Nullable", + "params": [ + { "name": "selector", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "Min", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Nullable", + "params": [ + { "name": "selector", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "Min", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Nullable", + "params": [ + { "name": "selector", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "Min", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Nullable", + "params": [ + { "name": "selector", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "Min", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Nullable", + "params": [ + { "name": "selector", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "Min", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Single", + "params": [ + { "name": "selector", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "Min", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "TResult", + "params": [ + { "name": "selector", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "Min", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [], + "isStatic": false, + "name": "OfType", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IOrderedEnumerable", + "params": [ + { "name": "keySelector", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "OrderByDescending", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IOrderedEnumerable", + "params": [ + { "name": "keySelector", "typeName": "System.Func" }, + { + "name": "comparer", + "typeName": "System.Collections.Generic.IComparer" + } + ], + "isStatic": false, + "name": "OrderByDescending", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IOrderedEnumerable", + "params": [ + { "name": "keySelector", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "OrderBy", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IOrderedEnumerable", + "params": [ + { "name": "keySelector", "typeName": "System.Func" }, + { + "name": "comparer", + "typeName": "System.Collections.Generic.IComparer" + } + ], + "isStatic": false, + "name": "OrderBy", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [{ "name": "element", "typeName": "TSource" }], + "isStatic": false, + "name": "Prepend", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [], + "isStatic": false, + "name": "Reverse", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [ + { + "name": "selector", + "typeName": "System.Func>" + } + ], + "isStatic": false, + "name": "SelectMany", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [ + { + "name": "selector", + "typeName": "System.Func>" + } + ], + "isStatic": false, + "name": "SelectMany", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [ + { + "name": "collectionSelector", + "typeName": "System.Func>" + }, + { + "name": "resultSelector", + "typeName": "System.Func" + } + ], + "isStatic": false, + "name": "SelectMany", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [ + { + "name": "collectionSelector", + "typeName": "System.Func>" + }, + { + "name": "resultSelector", + "typeName": "System.Func" + } + ], + "isStatic": false, + "name": "SelectMany", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [ + { + "name": "selector", + "typeName": "System.Func" + } + ], + "isStatic": false, + "name": "Select", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [ + { "name": "selector", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "Select", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "second", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": false, + "name": "SequenceEqual", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "second", + "typeName": "System.Collections.Generic.IEnumerable" + }, + { + "name": "comparer", + "typeName": "System.Collections.Generic.IEqualityComparer" + } + ], + "isStatic": false, + "name": "SequenceEqual", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "TSource", + "params": [], + "isStatic": false, + "name": "SingleOrDefault", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "TSource", + "params": [ + { "name": "predicate", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "SingleOrDefault", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "TSource", + "params": [], + "isStatic": false, + "name": "Single", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "TSource", + "params": [ + { "name": "predicate", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "Single", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [ + { "name": "predicate", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "SkipWhile", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [ + { + "name": "predicate", + "typeName": "System.Func" + } + ], + "isStatic": false, + "name": "SkipWhile", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [{ "name": "count", "typeName": "int" }], + "isStatic": false, + "name": "Skip", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Decimal", + "params": [], + "isStatic": false, + "name": "Sum", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Double", + "params": [], + "isStatic": false, + "name": "Sum", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "Sum", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Int64", + "params": [], + "isStatic": false, + "name": "Sum", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Nullable", + "params": [], + "isStatic": false, + "name": "Sum", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Nullable", + "params": [], + "isStatic": false, + "name": "Sum", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Nullable", + "params": [], + "isStatic": false, + "name": "Sum", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Nullable", + "params": [], + "isStatic": false, + "name": "Sum", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Nullable", + "params": [], + "isStatic": false, + "name": "Sum", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Single", + "params": [], + "isStatic": false, + "name": "Sum", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Decimal", + "params": [ + { "name": "selector", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "Sum", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Double", + "params": [ + { "name": "selector", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "Sum", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "selector", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "Sum", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Int64", + "params": [ + { "name": "selector", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "Sum", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Nullable", + "params": [ + { "name": "selector", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "Sum", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Nullable", + "params": [ + { "name": "selector", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "Sum", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Nullable", + "params": [ + { "name": "selector", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "Sum", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Nullable", + "params": [ + { "name": "selector", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "Sum", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Nullable", + "params": [ + { "name": "selector", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "Sum", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Single", + "params": [ + { "name": "selector", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "Sum", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [ + { "name": "predicate", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "TakeWhile", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [ + { + "name": "predicate", + "typeName": "System.Func" + } + ], + "isStatic": false, + "name": "TakeWhile", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [{ "name": "count", "typeName": "int" }], + "isStatic": false, + "name": "Take", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IOrderedEnumerable", + "params": [ + { "name": "keySelector", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "ThenByDescending", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IOrderedEnumerable", + "params": [ + { "name": "keySelector", "typeName": "System.Func" }, + { + "name": "comparer", + "typeName": "System.Collections.Generic.IComparer" + } + ], + "isStatic": false, + "name": "ThenByDescending", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IOrderedEnumerable", + "params": [ + { "name": "keySelector", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "ThenBy", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IOrderedEnumerable", + "params": [ + { "name": "keySelector", "typeName": "System.Func" }, + { + "name": "comparer", + "typeName": "System.Collections.Generic.IComparer" + } + ], + "isStatic": false, + "name": "ThenBy", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "ToArray", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Dictionary", + "params": [ + { "name": "keySelector", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "ToDictionary", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Dictionary", + "params": [ + { "name": "keySelector", "typeName": "System.Func" }, + { + "name": "comparer", + "typeName": "System.Collections.Generic.IEqualityComparer" + } + ], + "isStatic": false, + "name": "ToDictionary", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Dictionary", + "params": [ + { "name": "keySelector", "typeName": "System.Func" }, + { + "name": "elementSelector", + "typeName": "System.Func" + } + ], + "isStatic": false, + "name": "ToDictionary", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Dictionary", + "params": [ + { "name": "keySelector", "typeName": "System.Func" }, + { + "name": "elementSelector", + "typeName": "System.Func" + }, + { + "name": "comparer", + "typeName": "System.Collections.Generic.IEqualityComparer" + } + ], + "isStatic": false, + "name": "ToDictionary", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "List", + "params": [], + "isStatic": false, + "name": "ToList", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ILookup", + "params": [ + { "name": "keySelector", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "ToLookup", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ILookup", + "params": [ + { "name": "keySelector", "typeName": "System.Func" }, + { + "name": "comparer", + "typeName": "System.Collections.Generic.IEqualityComparer" + } + ], + "isStatic": false, + "name": "ToLookup", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ILookup", + "params": [ + { "name": "keySelector", "typeName": "System.Func" }, + { + "name": "elementSelector", + "typeName": "System.Func" + } + ], + "isStatic": false, + "name": "ToLookup", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ILookup", + "params": [ + { "name": "keySelector", "typeName": "System.Func" }, + { + "name": "elementSelector", + "typeName": "System.Func" + }, + { + "name": "comparer", + "typeName": "System.Collections.Generic.IEqualityComparer" + } + ], + "isStatic": false, + "name": "ToLookup", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [ + { + "name": "second", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": false, + "name": "Union", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [ + { + "name": "second", + "typeName": "System.Collections.Generic.IEnumerable" + }, + { + "name": "comparer", + "typeName": "System.Collections.Generic.IEqualityComparer" + } + ], + "isStatic": false, + "name": "Union", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [ + { "name": "predicate", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "Where", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [ + { + "name": "predicate", + "typeName": "System.Func" + } + ], + "isStatic": false, + "name": "Where", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [ + { + "name": "second", + "typeName": "System.Collections.Generic.IEnumerable" + }, + { + "name": "resultSelector", + "typeName": "System.Func" + } + ], + "isStatic": false, + "name": "Zip", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "Enumerable", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Collections.Generic", + "baseClass": "object", + "attribute": "", + "interfaces": [ + "IList", + "ICollection", + "IReadOnlyList", + "IReadOnlyCollection", + "IEnumerable", + "IList", + "ICollection", + "IEnumerable" + ], + "fields": [ + { + "typeName": "int", + "name": "Capacity", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "Count", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "T", + "name": "this[]", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "collection", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "capacity", "typeName": "int" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "item", "typeName": "T" }], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "collection", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": false, + "name": "AddRange", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ReadOnlyCollection", + "params": [], + "isStatic": false, + "name": "AsReadOnly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "count", "typeName": "int" }, + { "name": "item", "typeName": "T" }, + { + "name": "comparer", + "typeName": "System.Collections.Generic.IComparer" + } + ], + "isStatic": false, + "name": "BinarySearch", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "item", "typeName": "T" }], + "isStatic": false, + "name": "BinarySearch", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "item", "typeName": "T" }, + { + "name": "comparer", + "typeName": "System.Collections.Generic.IComparer" + } + ], + "isStatic": false, + "name": "BinarySearch", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Clear", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "item", "typeName": "T" }], + "isStatic": false, + "name": "Contains", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "List", + "params": [ + { "name": "converter", "typeName": "System.Converter" } + ], + "isStatic": false, + "name": "ConvertAll", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "array", "typeName": "T[]" }, + { "name": "arrayIndex", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "array", "typeName": "T[]" }], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "array", "typeName": "T[]" }, + { "name": "arrayIndex", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "match", "typeName": "System.Predicate" }], + "isStatic": false, + "name": "Exists", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "T", + "params": [{ "name": "match", "typeName": "System.Predicate" }], + "isStatic": false, + "name": "Find", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "List", + "params": [{ "name": "match", "typeName": "System.Predicate" }], + "isStatic": false, + "name": "FindAll", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "startIndex", "typeName": "int" }, + { "name": "count", "typeName": "int" }, + { "name": "match", "typeName": "System.Predicate" } + ], + "isStatic": false, + "name": "FindIndex", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "startIndex", "typeName": "int" }, + { "name": "match", "typeName": "System.Predicate" } + ], + "isStatic": false, + "name": "FindIndex", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "match", "typeName": "System.Predicate" }], + "isStatic": false, + "name": "FindIndex", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "T", + "params": [{ "name": "match", "typeName": "System.Predicate" }], + "isStatic": false, + "name": "FindLast", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "startIndex", "typeName": "int" }, + { "name": "count", "typeName": "int" }, + { "name": "match", "typeName": "System.Predicate" } + ], + "isStatic": false, + "name": "FindLastIndex", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "startIndex", "typeName": "int" }, + { "name": "match", "typeName": "System.Predicate" } + ], + "isStatic": false, + "name": "FindLastIndex", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "match", "typeName": "System.Predicate" }], + "isStatic": false, + "name": "FindLastIndex", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "action", "typeName": "System.Action" }], + "isStatic": false, + "name": "ForEach", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Enumerator", + "params": [], + "isStatic": false, + "name": "GetEnumerator", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "List", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "GetRange", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "item", "typeName": "T" }], + "isStatic": false, + "name": "IndexOf", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "item", "typeName": "T" }, + { "name": "index", "typeName": "int" } + ], + "isStatic": false, + "name": "IndexOf", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "item", "typeName": "T" }, + { "name": "index", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "IndexOf", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "item", "typeName": "T" } + ], + "isStatic": false, + "name": "Insert", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { + "name": "collection", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": false, + "name": "InsertRange", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "item", "typeName": "T" }], + "isStatic": false, + "name": "LastIndexOf", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "item", "typeName": "T" }, + { "name": "index", "typeName": "int" } + ], + "isStatic": false, + "name": "LastIndexOf", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "item", "typeName": "T" }, + { "name": "index", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "LastIndexOf", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "item", "typeName": "T" }], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "match", "typeName": "System.Predicate" }], + "isStatic": false, + "name": "RemoveAll", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "RemoveAt", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "RemoveRange", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Reverse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "Reverse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Sort", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "comparer", + "typeName": "System.Collections.Generic.IComparer" + } + ], + "isStatic": false, + "name": "Sort", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "comparison", "typeName": "System.Comparison" } + ], + "isStatic": false, + "name": "Sort", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "count", "typeName": "int" }, + { + "name": "comparer", + "typeName": "System.Collections.Generic.IComparer" + } + ], + "isStatic": false, + "name": "Sort", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "ToArray", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "TrimExcess", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "match", "typeName": "System.Predicate" }], + "isStatic": false, + "name": "TrueForAll", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "List", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.CodeDom", + "baseClass": "System.CodeDom.CodeObject", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.CodeDom.CodeCommentStatementCollection", + "name": "Comments", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.CodeNamespaceImportCollection", + "name": "Imports", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.CodeTypeDeclarationCollection", + "name": "Types", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.EventHandler", + "name": "PopulateComments", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.EventHandler", + "name": "PopulateImports", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.EventHandler", + "name": "PopulateTypes", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.EventHandler" }], + "isStatic": false, + "name": "add_PopulateComments", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.EventHandler" }], + "isStatic": false, + "name": "remove_PopulateComments", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.EventHandler" }], + "isStatic": false, + "name": "add_PopulateImports", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.EventHandler" }], + "isStatic": false, + "name": "remove_PopulateImports", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.EventHandler" }], + "isStatic": false, + "name": "add_PopulateTypes", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.EventHandler" }], + "isStatic": false, + "name": "remove_PopulateTypes", + "comment": "", + "location": "System.dll" + } + ], + "name": "CodeNamespace", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Linq", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [], + "name": "EnumerableExecutor", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.CodeDom", + "baseClass": "System.Collections.CollectionBase", + "attribute": "", + "interfaces": ["IList", "ICollection", "IEnumerable"], + "fields": [ + { + "typeName": "System.CodeDom.CodeNamespace", + "name": "this[]", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.CodeDom.CodeNamespaceCollection" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "System.CodeDom.CodeNamespace[]" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "value", "typeName": "System.CodeDom.CodeNamespace" } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.CodeDom.CodeNamespaceCollection" + } + ], + "isStatic": false, + "name": "AddRange", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "System.CodeDom.CodeNamespace[]" } + ], + "isStatic": false, + "name": "AddRange", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "value", "typeName": "System.CodeDom.CodeNamespace" } + ], + "isStatic": false, + "name": "Contains", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "array", "typeName": "System.CodeDom.CodeNamespace[]" }, + { "name": "index", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "value", "typeName": "System.CodeDom.CodeNamespace" } + ], + "isStatic": false, + "name": "IndexOf", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "value", "typeName": "System.CodeDom.CodeNamespace" } + ], + "isStatic": false, + "name": "Insert", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "System.CodeDom.CodeNamespace" } + ], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "System.dll" + } + ], + "name": "CodeNamespaceCollection", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.CodeDom", + "baseClass": "System.CodeDom.CodeObject", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.CodeDom.CodeLinePragma", + "name": "LinePragma", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "Namespace", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "nameSpace", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "CodeNamespaceImport", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Linq", + "baseClass": "System.Linq.EnumerableExecutor", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "expression", + "typeName": "System.Linq.Expressions.Expression" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "EnumerableExecutor", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Collections.Generic", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IEnumerator", "IEnumerator", "IDisposable"], + "fields": [ + { + "typeName": "T", + "name": "Current", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "MoveNext", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "Enumerator", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.CodeDom", + "baseClass": "object", + "attribute": "", + "interfaces": ["IList", "ICollection", "IEnumerable"], + "fields": [ + { + "typeName": "int", + "name": "Count", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.CodeNamespaceImport", + "name": "this[]", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.CodeDom.CodeNamespaceImport" + } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.CodeDom.CodeNamespaceImport[]" + } + ], + "isStatic": false, + "name": "AddRange", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Clear", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IEnumerator", + "params": [], + "isStatic": false, + "name": "GetEnumerator", + "comment": "", + "location": "System.dll" + } + ], + "name": "CodeNamespaceImportCollection", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Linq", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [], + "name": "EnumerableQuery", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.CodeDom", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Collections.IDictionary", + "name": "UserData", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "CodeObject", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Collections.Generic", + "baseClass": "object", + "attribute": "", + "interfaces": [ + "IReadOnlyCollection", + "ISet", + "ICollection", + "IEnumerable", + "IEnumerable", + "IDeserializationCallback", + "ISerializable" + ], + "fields": [ + { + "typeName": "System.Collections.Generic.IEqualityComparer", + "name": "Comparer", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "int", + "name": "Count", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "collection", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "collection", + "typeName": "System.Collections.Generic.IEnumerable" + }, + { + "name": "comparer", + "typeName": "System.Collections.Generic.IEqualityComparer" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "comparer", + "typeName": "System.Collections.Generic.IEqualityComparer" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "item", "typeName": "T" }], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Clear", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "item", "typeName": "T" }], + "isStatic": false, + "name": "Contains", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "array", "typeName": "T[]" }], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "array", "typeName": "T[]" }, + { "name": "arrayIndex", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "array", "typeName": "T[]" }, + { "name": "arrayIndex", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IEqualityComparer", + "params": [], + "isStatic": true, + "name": "CreateSetComparer", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "other", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": false, + "name": "ExceptWith", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Enumerator", + "params": [], + "isStatic": false, + "name": "GetEnumerator", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "info", + "typeName": "System.Runtime.Serialization.SerializationInfo" + }, + { + "name": "context", + "typeName": "System.Runtime.Serialization.StreamingContext" + } + ], + "isStatic": false, + "name": "GetObjectData", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "other", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": false, + "name": "IntersectWith", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "other", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": false, + "name": "IsProperSubsetOf", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "other", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": false, + "name": "IsProperSupersetOf", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "other", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": false, + "name": "IsSubsetOf", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "other", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": false, + "name": "IsSupersetOf", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "sender", "typeName": "object" }], + "isStatic": false, + "name": "OnDeserialization", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "other", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": false, + "name": "Overlaps", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "item", "typeName": "T" }], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "match", "typeName": "System.Predicate" }], + "isStatic": false, + "name": "RemoveWhere", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "other", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": false, + "name": "SetEquals", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "other", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": false, + "name": "SymmetricExceptWith", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "TrimExcess", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "other", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": false, + "name": "UnionWith", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "HashSet", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.CodeDom", + "baseClass": "System.CodeDom.CodeExpression", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.CodeDom.CodeTypeReference", + "name": "CreateType", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.CodeExpressionCollection", + "name": "Parameters", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "createType", + "typeName": "System.CodeDom.CodeTypeReference" + }, + { + "name": "parameters", + "typeName": "System.CodeDom.CodeExpression[]" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "createType", "typeName": "string" }, + { + "name": "parameters", + "typeName": "System.CodeDom.CodeExpression[]" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "createType", "typeName": "System.Type" }, + { + "name": "parameters", + "typeName": "System.CodeDom.CodeExpression[]" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "CodeObjectCreateExpression", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Linq", + "baseClass": "System.Linq.EnumerableQuery", + "attribute": "", + "interfaces": [ + "IOrderedQueryable", + "IOrderedQueryable", + "IQueryable", + "IEnumerable", + "IQueryable", + "IEnumerable", + "IQueryProvider" + ], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "enumerable", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "expression", + "typeName": "System.Linq.Expressions.Expression" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "EnumerableQuery", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.CodeDom", + "baseClass": "System.CodeDom.CodeExpression", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.CodeDom.CodeAttributeDeclarationCollection", + "name": "CustomAttributes", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.FieldDirection", + "name": "Direction", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.CodeTypeReference", + "name": "Type", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "type", "typeName": "System.CodeDom.CodeTypeReference" }, + { "name": "name", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "type", "typeName": "string" }, + { "name": "name", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { "name": "name", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "CodeParameterDeclarationExpression", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Linq", + "baseClass": "", + "attribute": "interface", + "interfaces": ["IEnumerable", "IEnumerable"], + "fields": [ + { + "typeName": "TKey", + "name": "Key", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [], + "name": "IGrouping", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.CodeDom", + "baseClass": "System.Collections.CollectionBase", + "attribute": "", + "interfaces": ["IList", "ICollection", "IEnumerable"], + "fields": [ + { + "typeName": "System.CodeDom.CodeParameterDeclarationExpression", + "name": "this[]", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.CodeDom.CodeParameterDeclarationExpressionCollection" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.CodeDom.CodeParameterDeclarationExpression[]" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "value", + "typeName": "System.CodeDom.CodeParameterDeclarationExpression" + } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.CodeDom.CodeParameterDeclarationExpressionCollection" + } + ], + "isStatic": false, + "name": "AddRange", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.CodeDom.CodeParameterDeclarationExpression[]" + } + ], + "isStatic": false, + "name": "AddRange", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "value", + "typeName": "System.CodeDom.CodeParameterDeclarationExpression" + } + ], + "isStatic": false, + "name": "Contains", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "array", + "typeName": "System.CodeDom.CodeParameterDeclarationExpression[]" + }, + { "name": "index", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "value", + "typeName": "System.CodeDom.CodeParameterDeclarationExpression" + } + ], + "isStatic": false, + "name": "IndexOf", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { + "name": "value", + "typeName": "System.CodeDom.CodeParameterDeclarationExpression" + } + ], + "isStatic": false, + "name": "Insert", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.CodeDom.CodeParameterDeclarationExpression" + } + ], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "System.dll" + } + ], + "name": "CodeParameterDeclarationExpressionCollection", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Linq", + "baseClass": "", + "attribute": "interface", + "interfaces": ["IEnumerable", "IEnumerable"], + "fields": [ + { + "typeName": "int", + "name": "Count", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Collections.Generic.IEnumerable", + "name": "this[]", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [{ "name": "key", "typeName": "TKey" }], + "isStatic": false, + "name": "Contains", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "ILookup", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.CodeDom", + "baseClass": "System.CodeDom.CodeExpression", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "object", + "name": "Value", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "CodePrimitiveExpression", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Linq", + "baseClass": "", + "attribute": "interface", + "interfaces": ["IEnumerable", "IEnumerable"], + "fields": [], + "methods": [ + { + "returnTypeName": "IOrderedEnumerable", + "params": [ + { + "name": "keySelector", + "typeName": "System.Func" + }, + { + "name": "comparer", + "typeName": "System.Collections.Generic.IComparer" + }, + { "name": "descending", "typeName": "bool" } + ], + "isStatic": false, + "name": "CreateOrderedEnumerable", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "IOrderedEnumerable", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.CodeDom", + "baseClass": "System.CodeDom.CodeExpression", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "PropertyName", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.CodeExpression", + "name": "TargetObject", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "targetObject", + "typeName": "System.CodeDom.CodeExpression" + }, + { "name": "propertyName", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "CodePropertyReferenceExpression", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Collections.Generic", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IEnumerator", "IEnumerator", "IDisposable"], + "fields": [ + { + "typeName": "T", + "name": "Current", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "MoveNext", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "Enumerator", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.CodeDom", + "baseClass": "System.CodeDom.CodeExpression", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "CodePropertySetValueReferenceExpression", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Linq", + "baseClass": "", + "attribute": "interface", + "interfaces": ["IQueryable", "IEnumerable"], + "fields": [], + "methods": [], + "name": "IOrderedQueryable", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.CodeDom", + "baseClass": "System.CodeDom.CodeDirective", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.CodeDom.CodeRegionMode", + "name": "RegionMode", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "RegionText", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "regionMode", + "typeName": "System.CodeDom.CodeRegionMode" + }, + { "name": "regionText", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "CodeRegionDirective", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Linq", + "baseClass": "", + "attribute": "interface", + "interfaces": [ + "IOrderedQueryable", + "IQueryable", + "IEnumerable", + "IQueryable", + "IEnumerable" + ], + "fields": [], + "methods": [], + "name": "IOrderedQueryable", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.CodeDom", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.CodeDom.CodeRegionMode", + "name": "End", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.CodeRegionMode", + "name": "None", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.CodeRegionMode", + "name": "Start", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.CodeDom.CodeRegionMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "CodeRegionMode", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Linq", + "baseClass": "", + "attribute": "interface", + "interfaces": ["IEnumerable"], + "fields": [ + { + "typeName": "System.Type", + "name": "ElementType", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.Expressions.Expression", + "name": "Expression", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.IQueryProvider", + "name": "Provider", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [], + "name": "IQueryable", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.CodeDom", + "baseClass": "System.CodeDom.CodeStatement", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.CodeDom.CodeEventReferenceExpression", + "name": "Event", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.CodeExpression", + "name": "Listener", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "eventRef", + "typeName": "System.CodeDom.CodeEventReferenceExpression" + }, + { "name": "listener", "typeName": "System.CodeDom.CodeExpression" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "targetObject", + "typeName": "System.CodeDom.CodeExpression" + }, + { "name": "eventName", "typeName": "string" }, + { "name": "listener", "typeName": "System.CodeDom.CodeExpression" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "CodeRemoveEventStatement", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Collections.Generic", + "baseClass": "", + "attribute": "interface", + "interfaces": ["ICollection", "IEnumerable", "IEnumerable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [{ "name": "item", "typeName": "T" }], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "other", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": false, + "name": "ExceptWith", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "other", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": false, + "name": "IntersectWith", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "other", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": false, + "name": "IsProperSubsetOf", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "other", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": false, + "name": "IsProperSupersetOf", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "other", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": false, + "name": "IsSubsetOf", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "other", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": false, + "name": "IsSupersetOf", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "other", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": false, + "name": "Overlaps", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "other", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": false, + "name": "SetEquals", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "other", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": false, + "name": "SymmetricExceptWith", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "other", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": false, + "name": "UnionWith", + "comment": "", + "location": "System.dll" + } + ], + "name": "ISet", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Linq", + "baseClass": "", + "attribute": "interface", + "interfaces": ["IEnumerable", "IQueryable", "IEnumerable"], + "fields": [], + "methods": [], + "name": "IQueryable", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.CodeDom", + "baseClass": "System.CodeDom.CodeCompileUnit", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.CodeDom.CodeLinePragma", + "name": "LinePragma", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "Value", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "CodeSnippetCompileUnit", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Collections.Generic", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Collections.Generic.LinkedList", + "name": "List", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Collections.Generic.LinkedListNode", + "name": "Next", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Collections.Generic.LinkedListNode", + "name": "Previous", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "T", + "name": "Value", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "T" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "LinkedListNode", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Collections.Generic", + "baseClass": "object", + "attribute": "", + "interfaces": [ + "ICollection", + "IReadOnlyCollection", + "IEnumerable", + "ICollection", + "IEnumerable", + "IDeserializationCallback", + "ISerializable" + ], + "fields": [ + { + "typeName": "int", + "name": "Count", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Collections.Generic.LinkedListNode", + "name": "First", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Collections.Generic.LinkedListNode", + "name": "Last", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "collection", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "node", + "typeName": "System.Collections.Generic.LinkedListNode" + }, + { + "name": "newNode", + "typeName": "System.Collections.Generic.LinkedListNode" + } + ], + "isStatic": false, + "name": "AddAfter", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "LinkedListNode", + "params": [ + { + "name": "node", + "typeName": "System.Collections.Generic.LinkedListNode" + }, + { "name": "value", "typeName": "T" } + ], + "isStatic": false, + "name": "AddAfter", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "node", + "typeName": "System.Collections.Generic.LinkedListNode" + }, + { + "name": "newNode", + "typeName": "System.Collections.Generic.LinkedListNode" + } + ], + "isStatic": false, + "name": "AddBefore", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "LinkedListNode", + "params": [ + { + "name": "node", + "typeName": "System.Collections.Generic.LinkedListNode" + }, + { "name": "value", "typeName": "T" } + ], + "isStatic": false, + "name": "AddBefore", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "node", + "typeName": "System.Collections.Generic.LinkedListNode" + } + ], + "isStatic": false, + "name": "AddFirst", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "LinkedListNode", + "params": [{ "name": "value", "typeName": "T" }], + "isStatic": false, + "name": "AddFirst", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "node", + "typeName": "System.Collections.Generic.LinkedListNode" + } + ], + "isStatic": false, + "name": "AddLast", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "LinkedListNode", + "params": [{ "name": "value", "typeName": "T" }], + "isStatic": false, + "name": "AddLast", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Clear", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "value", "typeName": "T" }], + "isStatic": false, + "name": "Contains", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "array", "typeName": "T[]" }, + { "name": "index", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "LinkedListNode", + "params": [{ "name": "value", "typeName": "T" }], + "isStatic": false, + "name": "Find", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "LinkedListNode", + "params": [{ "name": "value", "typeName": "T" }], + "isStatic": false, + "name": "FindLast", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Enumerator", + "params": [], + "isStatic": false, + "name": "GetEnumerator", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "info", + "typeName": "System.Runtime.Serialization.SerializationInfo" + }, + { + "name": "context", + "typeName": "System.Runtime.Serialization.StreamingContext" + } + ], + "isStatic": false, + "name": "GetObjectData", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "sender", "typeName": "object" }], + "isStatic": false, + "name": "OnDeserialization", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "node", + "typeName": "System.Collections.Generic.LinkedListNode" + } + ], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "value", "typeName": "T" }], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "RemoveFirst", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "RemoveLast", + "comment": "", + "location": "System.dll" + } + ], + "name": "LinkedList", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Collections.Generic", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [ + "IEnumerator", + "IEnumerator", + "IDisposable", + "IDeserializationCallback", + "ISerializable" + ], + "fields": [ + { + "typeName": "T", + "name": "Current", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "MoveNext", + "comment": "", + "location": "System.dll" + } + ], + "name": "Enumerator", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Collections.Generic", + "baseClass": "object", + "attribute": "", + "interfaces": [ + "IReadOnlyCollection", + "IEnumerable", + "ICollection", + "IEnumerable" + ], + "fields": [ + { + "typeName": "int", + "name": "Count", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "collection", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "capacity", "typeName": "int" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Clear", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "item", "typeName": "T" }], + "isStatic": false, + "name": "Contains", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "array", "typeName": "T[]" }, + { "name": "arrayIndex", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "T", + "params": [], + "isStatic": false, + "name": "Dequeue", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "item", "typeName": "T" }], + "isStatic": false, + "name": "Enqueue", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Enumerator", + "params": [], + "isStatic": false, + "name": "GetEnumerator", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "T", + "params": [], + "isStatic": false, + "name": "Peek", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "ToArray", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "TrimExcess", + "comment": "", + "location": "System.dll" + } + ], + "name": "Queue", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.CodeDom", + "baseClass": "System.CodeDom.CodeExpression", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "Value", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "CodeSnippetExpression", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.CodeDom", + "baseClass": "System.CodeDom.CodeStatement", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "Value", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "CodeSnippetStatement", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Collections.Generic", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IEnumerator", "IEnumerator", "IDisposable"], + "fields": [ + { + "typeName": "T", + "name": "Current", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "MoveNext", + "comment": "", + "location": "System.dll" + } + ], + "name": "Enumerator", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.CodeDom", + "baseClass": "System.CodeDom.CodeTypeMember", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "Text", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "text", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "CodeSnippetTypeMember", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.CodeDom", + "baseClass": "System.CodeDom.CodeObject", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.CodeDom.CodeDirectiveCollection", + "name": "EndDirectives", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.CodeLinePragma", + "name": "LinePragma", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.CodeDirectiveCollection", + "name": "StartDirectives", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "CodeStatement", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.CodeDom", + "baseClass": "System.Collections.CollectionBase", + "attribute": "", + "interfaces": ["IList", "ICollection", "IEnumerable"], + "fields": [ + { + "typeName": "System.CodeDom.CodeStatement", + "name": "this[]", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.CodeDom.CodeStatementCollection" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "System.CodeDom.CodeStatement[]" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "value", "typeName": "System.CodeDom.CodeExpression" } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "value", "typeName": "System.CodeDom.CodeStatement" } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.CodeDom.CodeStatementCollection" + } + ], + "isStatic": false, + "name": "AddRange", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "System.CodeDom.CodeStatement[]" } + ], + "isStatic": false, + "name": "AddRange", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "value", "typeName": "System.CodeDom.CodeStatement" } + ], + "isStatic": false, + "name": "Contains", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "array", "typeName": "System.CodeDom.CodeStatement[]" }, + { "name": "index", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "value", "typeName": "System.CodeDom.CodeStatement" } + ], + "isStatic": false, + "name": "IndexOf", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "value", "typeName": "System.CodeDom.CodeStatement" } + ], + "isStatic": false, + "name": "Insert", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "System.CodeDom.CodeStatement" } + ], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "System.dll" + } + ], + "name": "CodeStatementCollection", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.CodeDom", + "baseClass": "System.CodeDom.CodeExpression", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "CodeThisReferenceExpression", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Collections.Generic", + "baseClass": "object", + "attribute": "", + "interfaces": [ + "IDictionary", + "ICollection", + "IReadOnlyDictionary", + "IReadOnlyCollection", + "IEnumerable", + "IDictionary", + "ICollection", + "IEnumerable" + ], + "fields": [ + { + "typeName": "System.Collections.Generic.IComparer", + "name": "Comparer", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "Count", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "TValue", + "name": "this[]", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Collections.Generic.SortedDictionary.KeyCollection", + "name": "Keys", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Collections.Generic.SortedDictionary.ValueCollection", + "name": "Values", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "comparer", + "typeName": "System.Collections.Generic.IComparer" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "dictionary", + "typeName": "System.Collections.Generic.IDictionary" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "dictionary", + "typeName": "System.Collections.Generic.IDictionary" + }, + { + "name": "comparer", + "typeName": "System.Collections.Generic.IComparer" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "key", "typeName": "TKey" }, + { "name": "value", "typeName": "TValue" } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Clear", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "key", "typeName": "TKey" }], + "isStatic": false, + "name": "ContainsKey", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "value", "typeName": "TValue" }], + "isStatic": false, + "name": "ContainsValue", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "array", + "typeName": "System.Collections.Generic.KeyValuePair[]" + }, + { "name": "index", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Enumerator", + "params": [], + "isStatic": false, + "name": "GetEnumerator", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "key", "typeName": "TKey" }], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "key", "typeName": "TKey" }, + { "name": "value", "typeName": "TValue" } + ], + "isStatic": false, + "name": "TryGetValue", + "comment": "", + "location": "System.dll" + } + ], + "name": "SortedDictionary", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Linq", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "IQueryable", + "params": [ + { + "name": "expression", + "typeName": "System.Linq.Expressions.Expression" + } + ], + "isStatic": false, + "name": "CreateQuery", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IQueryable", + "params": [ + { + "name": "expression", + "typeName": "System.Linq.Expressions.Expression" + } + ], + "isStatic": false, + "name": "CreateQuery", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { + "name": "expression", + "typeName": "System.Linq.Expressions.Expression" + } + ], + "isStatic": false, + "name": "Execute", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "TResult", + "params": [ + { + "name": "expression", + "typeName": "System.Linq.Expressions.Expression" + } + ], + "isStatic": false, + "name": "Execute", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "IQueryProvider", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.CodeDom", + "baseClass": "System.CodeDom.CodeStatement", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.CodeDom.CodeExpression", + "name": "ToThrow", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "toThrow", "typeName": "System.CodeDom.CodeExpression" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "CodeThrowExceptionStatement", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Linq", + "baseClass": "object", + "attribute": "", + "interfaces": ["ILookup", "IEnumerable", "IEnumerable"], + "fields": [ + { + "typeName": "int", + "name": "Count", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Collections.Generic.IEnumerable", + "name": "this[]", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "IEnumerable", + "params": [ + { + "name": "resultSelector", + "typeName": "System.Func, TResult>" + } + ], + "isStatic": false, + "name": "ApplyResultSelector", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "key", "typeName": "TKey" }], + "isStatic": false, + "name": "Contains", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IEnumerator", + "params": [], + "isStatic": false, + "name": "GetEnumerator", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "Lookup", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.CodeDom", + "baseClass": "System.CodeDom.CodeStatement", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.CodeDom.CodeCatchClauseCollection", + "name": "CatchClauses", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.CodeStatementCollection", + "name": "FinallyStatements", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.CodeStatementCollection", + "name": "TryStatements", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "tryStatements", + "typeName": "System.CodeDom.CodeStatement[]" + }, + { + "name": "catchClauses", + "typeName": "System.CodeDom.CodeCatchClause[]" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "tryStatements", + "typeName": "System.CodeDom.CodeStatement[]" + }, + { + "name": "catchClauses", + "typeName": "System.CodeDom.CodeCatchClause[]" + }, + { + "name": "finallyStatements", + "typeName": "System.CodeDom.CodeStatement[]" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "CodeTryCatchFinallyStatement", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Linq", + "baseClass": "System.Linq.ParallelQuery", + "attribute": "", + "interfaces": ["IEnumerable", "IEnumerable"], + "fields": [], + "methods": [ + { + "returnTypeName": "IEnumerator", + "params": [], + "isStatic": false, + "name": "GetEnumerator", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "OrderedParallelQuery", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.CodeDom", + "baseClass": "System.CodeDom.CodeMemberMethod", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "CodeTypeConstructor", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Linq", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "ParallelQuery", + "params": [], + "isStatic": true, + "name": "Empty", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ParallelQuery", + "params": [ + { "name": "start", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": true, + "name": "Range", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ParallelQuery", + "params": [ + { "name": "element", "typeName": "TResult" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": true, + "name": "Repeat", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "TSource", + "params": [ + { + "name": "func", + "typeName": "System.Func" + } + ], + "isStatic": false, + "name": "Aggregate", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "TAccumulate", + "params": [ + { "name": "seed", "typeName": "TAccumulate" }, + { + "name": "func", + "typeName": "System.Func" + } + ], + "isStatic": false, + "name": "Aggregate", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "TResult", + "params": [ + { "name": "seedFactory", "typeName": "System.Func" }, + { + "name": "updateAccumulatorFunc", + "typeName": "System.Func" + }, + { + "name": "combineAccumulatorsFunc", + "typeName": "System.Func" + }, + { + "name": "resultSelector", + "typeName": "System.Func" + } + ], + "isStatic": false, + "name": "Aggregate", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "TResult", + "params": [ + { "name": "seed", "typeName": "TAccumulate" }, + { + "name": "updateAccumulatorFunc", + "typeName": "System.Func" + }, + { + "name": "combineAccumulatorsFunc", + "typeName": "System.Func" + }, + { + "name": "resultSelector", + "typeName": "System.Func" + } + ], + "isStatic": false, + "name": "Aggregate", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "TResult", + "params": [ + { "name": "seed", "typeName": "TAccumulate" }, + { + "name": "func", + "typeName": "System.Func" + }, + { + "name": "resultSelector", + "typeName": "System.Func" + } + ], + "isStatic": false, + "name": "Aggregate", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "predicate", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "All", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "Any", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "predicate", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "Any", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [], + "isStatic": false, + "name": "AsEnumerable", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ParallelQuery", + "params": [], + "isStatic": false, + "name": "AsOrdered", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ParallelQuery", + "params": [], + "isStatic": false, + "name": "AsOrdered", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ParallelQuery", + "params": [], + "isStatic": false, + "name": "AsParallel", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ParallelQuery", + "params": [], + "isStatic": false, + "name": "AsParallel", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ParallelQuery", + "params": [], + "isStatic": false, + "name": "AsParallel", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [], + "isStatic": false, + "name": "AsSequential", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ParallelQuery", + "params": [], + "isStatic": false, + "name": "AsUnordered", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Decimal", + "params": [], + "isStatic": false, + "name": "Average", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Double", + "params": [], + "isStatic": false, + "name": "Average", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Double", + "params": [], + "isStatic": false, + "name": "Average", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Double", + "params": [], + "isStatic": false, + "name": "Average", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Nullable", + "params": [], + "isStatic": false, + "name": "Average", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Nullable", + "params": [], + "isStatic": false, + "name": "Average", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Nullable", + "params": [], + "isStatic": false, + "name": "Average", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Nullable", + "params": [], + "isStatic": false, + "name": "Average", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Nullable", + "params": [], + "isStatic": false, + "name": "Average", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Single", + "params": [], + "isStatic": false, + "name": "Average", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Decimal", + "params": [ + { "name": "selector", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "Average", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Double", + "params": [ + { "name": "selector", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "Average", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Double", + "params": [ + { "name": "selector", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "Average", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Double", + "params": [ + { "name": "selector", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "Average", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Nullable", + "params": [ + { "name": "selector", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "Average", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Nullable", + "params": [ + { "name": "selector", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "Average", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Nullable", + "params": [ + { "name": "selector", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "Average", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Nullable", + "params": [ + { "name": "selector", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "Average", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Nullable", + "params": [ + { "name": "selector", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "Average", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Single", + "params": [ + { "name": "selector", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "Average", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ParallelQuery", + "params": [], + "isStatic": false, + "name": "Cast", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ParallelQuery", + "params": [ + { + "name": "second", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": false, + "name": "Concat", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ParallelQuery", + "params": [ + { + "name": "second", + "typeName": "System.Linq.ParallelQuery" + } + ], + "isStatic": false, + "name": "Concat", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "value", "typeName": "TSource" }], + "isStatic": false, + "name": "Contains", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "value", "typeName": "TSource" }, + { + "name": "comparer", + "typeName": "System.Collections.Generic.IEqualityComparer" + } + ], + "isStatic": false, + "name": "Contains", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "Count", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "predicate", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "Count", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ParallelQuery", + "params": [], + "isStatic": false, + "name": "DefaultIfEmpty", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ParallelQuery", + "params": [{ "name": "defaultValue", "typeName": "TSource" }], + "isStatic": false, + "name": "DefaultIfEmpty", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ParallelQuery", + "params": [], + "isStatic": false, + "name": "Distinct", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ParallelQuery", + "params": [ + { + "name": "comparer", + "typeName": "System.Collections.Generic.IEqualityComparer" + } + ], + "isStatic": false, + "name": "Distinct", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "TSource", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "ElementAtOrDefault", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "TSource", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "ElementAt", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ParallelQuery", + "params": [ + { + "name": "second", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": false, + "name": "Except", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ParallelQuery", + "params": [ + { + "name": "second", + "typeName": "System.Collections.Generic.IEnumerable" + }, + { + "name": "comparer", + "typeName": "System.Collections.Generic.IEqualityComparer" + } + ], + "isStatic": false, + "name": "Except", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ParallelQuery", + "params": [ + { + "name": "second", + "typeName": "System.Linq.ParallelQuery" + } + ], + "isStatic": false, + "name": "Except", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ParallelQuery", + "params": [ + { + "name": "second", + "typeName": "System.Linq.ParallelQuery" + }, + { + "name": "comparer", + "typeName": "System.Collections.Generic.IEqualityComparer" + } + ], + "isStatic": false, + "name": "Except", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "TSource", + "params": [], + "isStatic": false, + "name": "FirstOrDefault", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "TSource", + "params": [ + { "name": "predicate", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "FirstOrDefault", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "TSource", + "params": [], + "isStatic": false, + "name": "First", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "TSource", + "params": [ + { "name": "predicate", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "First", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "action", "typeName": "System.Action" } + ], + "isStatic": false, + "name": "ForAll", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ParallelQuery", + "params": [ + { "name": "keySelector", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "GroupBy", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ParallelQuery", + "params": [ + { "name": "keySelector", "typeName": "System.Func" }, + { + "name": "comparer", + "typeName": "System.Collections.Generic.IEqualityComparer" + } + ], + "isStatic": false, + "name": "GroupBy", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ParallelQuery", + "params": [ + { "name": "keySelector", "typeName": "System.Func" }, + { + "name": "elementSelector", + "typeName": "System.Func" + } + ], + "isStatic": false, + "name": "GroupBy", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ParallelQuery", + "params": [ + { "name": "keySelector", "typeName": "System.Func" }, + { + "name": "elementSelector", + "typeName": "System.Func" + }, + { + "name": "comparer", + "typeName": "System.Collections.Generic.IEqualityComparer" + } + ], + "isStatic": false, + "name": "GroupBy", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ParallelQuery", + "params": [ + { "name": "keySelector", "typeName": "System.Func" }, + { + "name": "resultSelector", + "typeName": "System.Func, TResult>" + } + ], + "isStatic": false, + "name": "GroupBy", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ParallelQuery", + "params": [ + { "name": "keySelector", "typeName": "System.Func" }, + { + "name": "resultSelector", + "typeName": "System.Func, TResult>" + }, + { + "name": "comparer", + "typeName": "System.Collections.Generic.IEqualityComparer" + } + ], + "isStatic": false, + "name": "GroupBy", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ParallelQuery", + "params": [ + { "name": "keySelector", "typeName": "System.Func" }, + { + "name": "elementSelector", + "typeName": "System.Func" + }, + { + "name": "resultSelector", + "typeName": "System.Func, TResult>" + } + ], + "isStatic": false, + "name": "GroupBy", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ParallelQuery", + "params": [ + { "name": "keySelector", "typeName": "System.Func" }, + { + "name": "elementSelector", + "typeName": "System.Func" + }, + { + "name": "resultSelector", + "typeName": "System.Func, TResult>" + }, + { + "name": "comparer", + "typeName": "System.Collections.Generic.IEqualityComparer" + } + ], + "isStatic": false, + "name": "GroupBy", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ParallelQuery", + "params": [ + { + "name": "inner", + "typeName": "System.Collections.Generic.IEnumerable" + }, + { + "name": "outerKeySelector", + "typeName": "System.Func" + }, + { + "name": "innerKeySelector", + "typeName": "System.Func" + }, + { + "name": "resultSelector", + "typeName": "System.Func, TResult>" + } + ], + "isStatic": false, + "name": "GroupJoin", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ParallelQuery", + "params": [ + { + "name": "inner", + "typeName": "System.Collections.Generic.IEnumerable" + }, + { + "name": "outerKeySelector", + "typeName": "System.Func" + }, + { + "name": "innerKeySelector", + "typeName": "System.Func" + }, + { + "name": "resultSelector", + "typeName": "System.Func, TResult>" + }, + { + "name": "comparer", + "typeName": "System.Collections.Generic.IEqualityComparer" + } + ], + "isStatic": false, + "name": "GroupJoin", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ParallelQuery", + "params": [ + { + "name": "inner", + "typeName": "System.Linq.ParallelQuery" + }, + { + "name": "outerKeySelector", + "typeName": "System.Func" + }, + { + "name": "innerKeySelector", + "typeName": "System.Func" + }, + { + "name": "resultSelector", + "typeName": "System.Func, TResult>" + } + ], + "isStatic": false, + "name": "GroupJoin", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ParallelQuery", + "params": [ + { + "name": "inner", + "typeName": "System.Linq.ParallelQuery" + }, + { + "name": "outerKeySelector", + "typeName": "System.Func" + }, + { + "name": "innerKeySelector", + "typeName": "System.Func" + }, + { + "name": "resultSelector", + "typeName": "System.Func, TResult>" + }, + { + "name": "comparer", + "typeName": "System.Collections.Generic.IEqualityComparer" + } + ], + "isStatic": false, + "name": "GroupJoin", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ParallelQuery", + "params": [ + { + "name": "second", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": false, + "name": "Intersect", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ParallelQuery", + "params": [ + { + "name": "second", + "typeName": "System.Collections.Generic.IEnumerable" + }, + { + "name": "comparer", + "typeName": "System.Collections.Generic.IEqualityComparer" + } + ], + "isStatic": false, + "name": "Intersect", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ParallelQuery", + "params": [ + { + "name": "second", + "typeName": "System.Linq.ParallelQuery" + } + ], + "isStatic": false, + "name": "Intersect", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ParallelQuery", + "params": [ + { + "name": "second", + "typeName": "System.Linq.ParallelQuery" + }, + { + "name": "comparer", + "typeName": "System.Collections.Generic.IEqualityComparer" + } + ], + "isStatic": false, + "name": "Intersect", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ParallelQuery", + "params": [ + { + "name": "inner", + "typeName": "System.Collections.Generic.IEnumerable" + }, + { + "name": "outerKeySelector", + "typeName": "System.Func" + }, + { + "name": "innerKeySelector", + "typeName": "System.Func" + }, + { + "name": "resultSelector", + "typeName": "System.Func" + } + ], + "isStatic": false, + "name": "Join", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ParallelQuery", + "params": [ + { + "name": "inner", + "typeName": "System.Collections.Generic.IEnumerable" + }, + { + "name": "outerKeySelector", + "typeName": "System.Func" + }, + { + "name": "innerKeySelector", + "typeName": "System.Func" + }, + { + "name": "resultSelector", + "typeName": "System.Func" + }, + { + "name": "comparer", + "typeName": "System.Collections.Generic.IEqualityComparer" + } + ], + "isStatic": false, + "name": "Join", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ParallelQuery", + "params": [ + { + "name": "inner", + "typeName": "System.Linq.ParallelQuery" + }, + { + "name": "outerKeySelector", + "typeName": "System.Func" + }, + { + "name": "innerKeySelector", + "typeName": "System.Func" + }, + { + "name": "resultSelector", + "typeName": "System.Func" + } + ], + "isStatic": false, + "name": "Join", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ParallelQuery", + "params": [ + { + "name": "inner", + "typeName": "System.Linq.ParallelQuery" + }, + { + "name": "outerKeySelector", + "typeName": "System.Func" + }, + { + "name": "innerKeySelector", + "typeName": "System.Func" + }, + { + "name": "resultSelector", + "typeName": "System.Func" + }, + { + "name": "comparer", + "typeName": "System.Collections.Generic.IEqualityComparer" + } + ], + "isStatic": false, + "name": "Join", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "TSource", + "params": [], + "isStatic": false, + "name": "LastOrDefault", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "TSource", + "params": [ + { "name": "predicate", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "LastOrDefault", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "TSource", + "params": [], + "isStatic": false, + "name": "Last", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "TSource", + "params": [ + { "name": "predicate", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "Last", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Int64", + "params": [], + "isStatic": false, + "name": "LongCount", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Int64", + "params": [ + { "name": "predicate", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "LongCount", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Decimal", + "params": [], + "isStatic": false, + "name": "Max", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Double", + "params": [], + "isStatic": false, + "name": "Max", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "Max", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Int64", + "params": [], + "isStatic": false, + "name": "Max", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Nullable", + "params": [], + "isStatic": false, + "name": "Max", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Nullable", + "params": [], + "isStatic": false, + "name": "Max", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Nullable", + "params": [], + "isStatic": false, + "name": "Max", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Nullable", + "params": [], + "isStatic": false, + "name": "Max", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Nullable", + "params": [], + "isStatic": false, + "name": "Max", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Single", + "params": [], + "isStatic": false, + "name": "Max", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "TSource", + "params": [], + "isStatic": false, + "name": "Max", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Decimal", + "params": [ + { "name": "selector", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "Max", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Double", + "params": [ + { "name": "selector", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "Max", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "selector", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "Max", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Int64", + "params": [ + { "name": "selector", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "Max", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Nullable", + "params": [ + { "name": "selector", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "Max", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Nullable", + "params": [ + { "name": "selector", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "Max", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Nullable", + "params": [ + { "name": "selector", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "Max", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Nullable", + "params": [ + { "name": "selector", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "Max", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Nullable", + "params": [ + { "name": "selector", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "Max", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Single", + "params": [ + { "name": "selector", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "Max", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "TResult", + "params": [ + { "name": "selector", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "Max", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Decimal", + "params": [], + "isStatic": false, + "name": "Min", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Double", + "params": [], + "isStatic": false, + "name": "Min", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "Min", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Int64", + "params": [], + "isStatic": false, + "name": "Min", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Nullable", + "params": [], + "isStatic": false, + "name": "Min", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Nullable", + "params": [], + "isStatic": false, + "name": "Min", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Nullable", + "params": [], + "isStatic": false, + "name": "Min", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Nullable", + "params": [], + "isStatic": false, + "name": "Min", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Nullable", + "params": [], + "isStatic": false, + "name": "Min", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Single", + "params": [], + "isStatic": false, + "name": "Min", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "TSource", + "params": [], + "isStatic": false, + "name": "Min", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Decimal", + "params": [ + { "name": "selector", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "Min", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Double", + "params": [ + { "name": "selector", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "Min", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "selector", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "Min", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Int64", + "params": [ + { "name": "selector", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "Min", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Nullable", + "params": [ + { "name": "selector", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "Min", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Nullable", + "params": [ + { "name": "selector", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "Min", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Nullable", + "params": [ + { "name": "selector", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "Min", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Nullable", + "params": [ + { "name": "selector", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "Min", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Nullable", + "params": [ + { "name": "selector", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "Min", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Single", + "params": [ + { "name": "selector", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "Min", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "TResult", + "params": [ + { "name": "selector", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "Min", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ParallelQuery", + "params": [], + "isStatic": false, + "name": "OfType", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "OrderedParallelQuery", + "params": [ + { "name": "keySelector", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "OrderByDescending", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "OrderedParallelQuery", + "params": [ + { "name": "keySelector", "typeName": "System.Func" }, + { + "name": "comparer", + "typeName": "System.Collections.Generic.IComparer" + } + ], + "isStatic": false, + "name": "OrderByDescending", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "OrderedParallelQuery", + "params": [ + { "name": "keySelector", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "OrderBy", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "OrderedParallelQuery", + "params": [ + { "name": "keySelector", "typeName": "System.Func" }, + { + "name": "comparer", + "typeName": "System.Collections.Generic.IComparer" + } + ], + "isStatic": false, + "name": "OrderBy", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ParallelQuery", + "params": [], + "isStatic": false, + "name": "Reverse", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ParallelQuery", + "params": [ + { + "name": "selector", + "typeName": "System.Func>" + } + ], + "isStatic": false, + "name": "SelectMany", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ParallelQuery", + "params": [ + { + "name": "selector", + "typeName": "System.Func>" + } + ], + "isStatic": false, + "name": "SelectMany", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ParallelQuery", + "params": [ + { + "name": "collectionSelector", + "typeName": "System.Func>" + }, + { + "name": "resultSelector", + "typeName": "System.Func" + } + ], + "isStatic": false, + "name": "SelectMany", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ParallelQuery", + "params": [ + { + "name": "collectionSelector", + "typeName": "System.Func>" + }, + { + "name": "resultSelector", + "typeName": "System.Func" + } + ], + "isStatic": false, + "name": "SelectMany", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ParallelQuery", + "params": [ + { + "name": "selector", + "typeName": "System.Func" + } + ], + "isStatic": false, + "name": "Select", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ParallelQuery", + "params": [ + { "name": "selector", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "Select", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "second", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": false, + "name": "SequenceEqual", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "second", + "typeName": "System.Collections.Generic.IEnumerable" + }, + { + "name": "comparer", + "typeName": "System.Collections.Generic.IEqualityComparer" + } + ], + "isStatic": false, + "name": "SequenceEqual", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "second", + "typeName": "System.Linq.ParallelQuery" + } + ], + "isStatic": false, + "name": "SequenceEqual", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "second", + "typeName": "System.Linq.ParallelQuery" + }, + { + "name": "comparer", + "typeName": "System.Collections.Generic.IEqualityComparer" + } + ], + "isStatic": false, + "name": "SequenceEqual", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "TSource", + "params": [], + "isStatic": false, + "name": "SingleOrDefault", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "TSource", + "params": [ + { "name": "predicate", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "SingleOrDefault", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "TSource", + "params": [], + "isStatic": false, + "name": "Single", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "TSource", + "params": [ + { "name": "predicate", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "Single", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ParallelQuery", + "params": [ + { "name": "predicate", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "SkipWhile", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ParallelQuery", + "params": [ + { + "name": "predicate", + "typeName": "System.Func" + } + ], + "isStatic": false, + "name": "SkipWhile", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ParallelQuery", + "params": [{ "name": "count", "typeName": "int" }], + "isStatic": false, + "name": "Skip", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Decimal", + "params": [], + "isStatic": false, + "name": "Sum", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Double", + "params": [], + "isStatic": false, + "name": "Sum", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "Sum", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Int64", + "params": [], + "isStatic": false, + "name": "Sum", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Nullable", + "params": [], + "isStatic": false, + "name": "Sum", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Nullable", + "params": [], + "isStatic": false, + "name": "Sum", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Nullable", + "params": [], + "isStatic": false, + "name": "Sum", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Nullable", + "params": [], + "isStatic": false, + "name": "Sum", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Nullable", + "params": [], + "isStatic": false, + "name": "Sum", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Single", + "params": [], + "isStatic": false, + "name": "Sum", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Decimal", + "params": [ + { "name": "selector", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "Sum", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Double", + "params": [ + { "name": "selector", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "Sum", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "selector", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "Sum", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Int64", + "params": [ + { "name": "selector", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "Sum", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Nullable", + "params": [ + { "name": "selector", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "Sum", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Nullable", + "params": [ + { "name": "selector", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "Sum", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Nullable", + "params": [ + { "name": "selector", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "Sum", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Nullable", + "params": [ + { "name": "selector", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "Sum", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Nullable", + "params": [ + { "name": "selector", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "Sum", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Single", + "params": [ + { "name": "selector", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "Sum", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ParallelQuery", + "params": [ + { "name": "predicate", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "TakeWhile", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ParallelQuery", + "params": [ + { + "name": "predicate", + "typeName": "System.Func" + } + ], + "isStatic": false, + "name": "TakeWhile", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ParallelQuery", + "params": [{ "name": "count", "typeName": "int" }], + "isStatic": false, + "name": "Take", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "OrderedParallelQuery", + "params": [ + { "name": "keySelector", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "ThenByDescending", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "OrderedParallelQuery", + "params": [ + { "name": "keySelector", "typeName": "System.Func" }, + { + "name": "comparer", + "typeName": "System.Collections.Generic.IComparer" + } + ], + "isStatic": false, + "name": "ThenByDescending", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "OrderedParallelQuery", + "params": [ + { "name": "keySelector", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "ThenBy", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "OrderedParallelQuery", + "params": [ + { "name": "keySelector", "typeName": "System.Func" }, + { + "name": "comparer", + "typeName": "System.Collections.Generic.IComparer" + } + ], + "isStatic": false, + "name": "ThenBy", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "ToArray", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Dictionary", + "params": [ + { "name": "keySelector", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "ToDictionary", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Dictionary", + "params": [ + { "name": "keySelector", "typeName": "System.Func" }, + { + "name": "comparer", + "typeName": "System.Collections.Generic.IEqualityComparer" + } + ], + "isStatic": false, + "name": "ToDictionary", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Dictionary", + "params": [ + { "name": "keySelector", "typeName": "System.Func" }, + { + "name": "elementSelector", + "typeName": "System.Func" + } + ], + "isStatic": false, + "name": "ToDictionary", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Dictionary", + "params": [ + { "name": "keySelector", "typeName": "System.Func" }, + { + "name": "elementSelector", + "typeName": "System.Func" + }, + { + "name": "comparer", + "typeName": "System.Collections.Generic.IEqualityComparer" + } + ], + "isStatic": false, + "name": "ToDictionary", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "List", + "params": [], + "isStatic": false, + "name": "ToList", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ILookup", + "params": [ + { "name": "keySelector", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "ToLookup", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ILookup", + "params": [ + { "name": "keySelector", "typeName": "System.Func" }, + { + "name": "comparer", + "typeName": "System.Collections.Generic.IEqualityComparer" + } + ], + "isStatic": false, + "name": "ToLookup", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ILookup", + "params": [ + { "name": "keySelector", "typeName": "System.Func" }, + { + "name": "elementSelector", + "typeName": "System.Func" + } + ], + "isStatic": false, + "name": "ToLookup", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ILookup", + "params": [ + { "name": "keySelector", "typeName": "System.Func" }, + { + "name": "elementSelector", + "typeName": "System.Func" + }, + { + "name": "comparer", + "typeName": "System.Collections.Generic.IEqualityComparer" + } + ], + "isStatic": false, + "name": "ToLookup", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ParallelQuery", + "params": [ + { + "name": "second", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": false, + "name": "Union", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ParallelQuery", + "params": [ + { + "name": "second", + "typeName": "System.Collections.Generic.IEnumerable" + }, + { + "name": "comparer", + "typeName": "System.Collections.Generic.IEqualityComparer" + } + ], + "isStatic": false, + "name": "Union", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ParallelQuery", + "params": [ + { + "name": "second", + "typeName": "System.Linq.ParallelQuery" + } + ], + "isStatic": false, + "name": "Union", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ParallelQuery", + "params": [ + { + "name": "second", + "typeName": "System.Linq.ParallelQuery" + }, + { + "name": "comparer", + "typeName": "System.Collections.Generic.IEqualityComparer" + } + ], + "isStatic": false, + "name": "Union", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ParallelQuery", + "params": [ + { "name": "predicate", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "Where", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ParallelQuery", + "params": [ + { + "name": "predicate", + "typeName": "System.Func" + } + ], + "isStatic": false, + "name": "Where", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ParallelQuery", + "params": [ + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": false, + "name": "WithCancellation", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ParallelQuery", + "params": [{ "name": "degreeOfParallelism", "typeName": "int" }], + "isStatic": false, + "name": "WithDegreeOfParallelism", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ParallelQuery", + "params": [ + { + "name": "executionMode", + "typeName": "System.Linq.ParallelExecutionMode" + } + ], + "isStatic": false, + "name": "WithExecutionMode", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ParallelQuery", + "params": [ + { + "name": "mergeOptions", + "typeName": "System.Linq.ParallelMergeOptions" + } + ], + "isStatic": false, + "name": "WithMergeOptions", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ParallelQuery", + "params": [ + { + "name": "second", + "typeName": "System.Collections.Generic.IEnumerable" + }, + { + "name": "resultSelector", + "typeName": "System.Func" + } + ], + "isStatic": false, + "name": "Zip", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ParallelQuery", + "params": [ + { + "name": "second", + "typeName": "System.Linq.ParallelQuery" + }, + { + "name": "resultSelector", + "typeName": "System.Func" + } + ], + "isStatic": false, + "name": "Zip", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "ParallelEnumerable", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.CodeDom", + "baseClass": "System.CodeDom.CodeTypeMember", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.CodeDom.CodeTypeReferenceCollection", + "name": "BaseTypes", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "IsClass", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "IsEnum", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "IsInterface", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "IsPartial", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "IsStruct", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.CodeTypeMemberCollection", + "name": "Members", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Reflection.TypeAttributes", + "name": "TypeAttributes", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.CodeTypeParameterCollection", + "name": "TypeParameters", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.EventHandler", + "name": "PopulateBaseTypes", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.EventHandler", + "name": "PopulateMembers", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.EventHandler" }], + "isStatic": false, + "name": "add_PopulateBaseTypes", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.EventHandler" }], + "isStatic": false, + "name": "remove_PopulateBaseTypes", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.EventHandler" }], + "isStatic": false, + "name": "add_PopulateMembers", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.EventHandler" }], + "isStatic": false, + "name": "remove_PopulateMembers", + "comment": "", + "location": "System.dll" + } + ], + "name": "CodeTypeDeclaration", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.CodeDom", + "baseClass": "System.Collections.CollectionBase", + "attribute": "", + "interfaces": ["IList", "ICollection", "IEnumerable"], + "fields": [ + { + "typeName": "System.CodeDom.CodeTypeDeclaration", + "name": "this[]", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.CodeDom.CodeTypeDeclarationCollection" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.CodeDom.CodeTypeDeclaration[]" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "value", + "typeName": "System.CodeDom.CodeTypeDeclaration" + } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.CodeDom.CodeTypeDeclarationCollection" + } + ], + "isStatic": false, + "name": "AddRange", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.CodeDom.CodeTypeDeclaration[]" + } + ], + "isStatic": false, + "name": "AddRange", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "value", + "typeName": "System.CodeDom.CodeTypeDeclaration" + } + ], + "isStatic": false, + "name": "Contains", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "array", + "typeName": "System.CodeDom.CodeTypeDeclaration[]" + }, + { "name": "index", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "value", + "typeName": "System.CodeDom.CodeTypeDeclaration" + } + ], + "isStatic": false, + "name": "IndexOf", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { + "name": "value", + "typeName": "System.CodeDom.CodeTypeDeclaration" + } + ], + "isStatic": false, + "name": "Insert", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.CodeDom.CodeTypeDeclaration" + } + ], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "System.dll" + } + ], + "name": "CodeTypeDeclarationCollection", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.CodeDom", + "baseClass": "System.CodeDom.CodeTypeDeclaration", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.CodeDom.CodeParameterDeclarationExpressionCollection", + "name": "Parameters", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.CodeTypeReference", + "name": "ReturnType", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "CodeTypeDelegate", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Linq", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Linq.ParallelExecutionMode", + "name": "Default", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.ParallelExecutionMode", + "name": "ForceParallelism", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Linq.ParallelExecutionMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "ParallelExecutionMode", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.CodeDom", + "baseClass": "System.CodeDom.CodeObject", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.CodeDom.MemberAttributes", + "name": "Attributes", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.CodeCommentStatementCollection", + "name": "Comments", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.CodeAttributeDeclarationCollection", + "name": "CustomAttributes", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.CodeDirectiveCollection", + "name": "EndDirectives", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.CodeLinePragma", + "name": "LinePragma", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.CodeDirectiveCollection", + "name": "StartDirectives", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "CodeTypeMember", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.CodeDom", + "baseClass": "System.Collections.CollectionBase", + "attribute": "", + "interfaces": ["IList", "ICollection", "IEnumerable"], + "fields": [ + { + "typeName": "System.CodeDom.CodeTypeMember", + "name": "this[]", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.CodeDom.CodeTypeMemberCollection" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "System.CodeDom.CodeTypeMember[]" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "value", "typeName": "System.CodeDom.CodeTypeMember" } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.CodeDom.CodeTypeMemberCollection" + } + ], + "isStatic": false, + "name": "AddRange", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "System.CodeDom.CodeTypeMember[]" } + ], + "isStatic": false, + "name": "AddRange", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "value", "typeName": "System.CodeDom.CodeTypeMember" } + ], + "isStatic": false, + "name": "Contains", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "array", "typeName": "System.CodeDom.CodeTypeMember[]" }, + { "name": "index", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "value", "typeName": "System.CodeDom.CodeTypeMember" } + ], + "isStatic": false, + "name": "IndexOf", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "value", "typeName": "System.CodeDom.CodeTypeMember" } + ], + "isStatic": false, + "name": "Insert", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "System.CodeDom.CodeTypeMember" } + ], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "System.dll" + } + ], + "name": "CodeTypeMemberCollection", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Linq", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Linq.ParallelMergeOptions", + "name": "AutoBuffered", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.ParallelMergeOptions", + "name": "Default", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.ParallelMergeOptions", + "name": "FullyBuffered", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Linq.ParallelMergeOptions", + "name": "NotBuffered", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Linq.ParallelMergeOptions", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "ParallelMergeOptions", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.CodeDom", + "baseClass": "System.CodeDom.CodeExpression", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.CodeDom.CodeTypeReference", + "name": "Type", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "type", "typeName": "System.CodeDom.CodeTypeReference" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "type", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "type", "typeName": "System.Type" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "CodeTypeOfExpression", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Linq", + "baseClass": "object", + "attribute": "", + "interfaces": ["IEnumerable"], + "fields": [], + "methods": [], + "name": "ParallelQuery", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Collections.Generic", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [ + "IEnumerator", + "IDisposable", + "IDictionaryEnumerator", + "IEnumerator" + ], + "fields": [ + { + "typeName": "System.Collections.Generic.KeyValuePair", + "name": "Current", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "MoveNext", + "comment": "", + "location": "System.dll" + } + ], + "name": "Enumerator", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.CodeDom", + "baseClass": "System.CodeDom.CodeObject", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.CodeDom.CodeTypeReferenceCollection", + "name": "Constraints", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.CodeAttributeDeclarationCollection", + "name": "CustomAttributes", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "HasConstructorConstraint", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "CodeTypeParameter", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Linq", + "baseClass": "System.Linq.ParallelQuery", + "attribute": "", + "interfaces": ["IEnumerable", "IEnumerable"], + "fields": [], + "methods": [ + { + "returnTypeName": "IEnumerator", + "params": [], + "isStatic": false, + "name": "GetEnumerator", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "ParallelQuery", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Collections.Generic", + "baseClass": "object", + "attribute": "", + "interfaces": [ + "ICollection", + "IReadOnlyCollection", + "IEnumerable", + "ICollection", + "IEnumerable" + ], + "fields": [ + { + "typeName": "int", + "name": "Count", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "dictionary", + "typeName": "System.Collections.Generic.SortedDictionary" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "array", "typeName": "TKey[]" }, + { "name": "index", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Enumerator", + "params": [], + "isStatic": false, + "name": "GetEnumerator", + "comment": "", + "location": "System.dll" + } + ], + "name": "KeyCollection", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Linq", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "TSource", + "params": [ + { + "name": "func", + "typeName": "System.Linq.Expressions.Expression>" + } + ], + "isStatic": false, + "name": "Aggregate", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "TAccumulate", + "params": [ + { "name": "seed", "typeName": "TAccumulate" }, + { + "name": "func", + "typeName": "System.Linq.Expressions.Expression>" + } + ], + "isStatic": false, + "name": "Aggregate", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "TResult", + "params": [ + { "name": "seed", "typeName": "TAccumulate" }, + { + "name": "func", + "typeName": "System.Linq.Expressions.Expression>" + }, + { + "name": "selector", + "typeName": "System.Linq.Expressions.Expression>" + } + ], + "isStatic": false, + "name": "Aggregate", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "predicate", + "typeName": "System.Linq.Expressions.Expression>" + } + ], + "isStatic": false, + "name": "All", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "Any", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "predicate", + "typeName": "System.Linq.Expressions.Expression>" + } + ], + "isStatic": false, + "name": "Any", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IQueryable", + "params": [], + "isStatic": false, + "name": "AsQueryable", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IQueryable", + "params": [], + "isStatic": false, + "name": "AsQueryable", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Decimal", + "params": [], + "isStatic": false, + "name": "Average", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Double", + "params": [], + "isStatic": false, + "name": "Average", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Double", + "params": [], + "isStatic": false, + "name": "Average", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Double", + "params": [], + "isStatic": false, + "name": "Average", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Nullable", + "params": [], + "isStatic": false, + "name": "Average", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Nullable", + "params": [], + "isStatic": false, + "name": "Average", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Nullable", + "params": [], + "isStatic": false, + "name": "Average", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Nullable", + "params": [], + "isStatic": false, + "name": "Average", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Nullable", + "params": [], + "isStatic": false, + "name": "Average", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Single", + "params": [], + "isStatic": false, + "name": "Average", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Decimal", + "params": [ + { + "name": "selector", + "typeName": "System.Linq.Expressions.Expression>" + } + ], + "isStatic": false, + "name": "Average", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Double", + "params": [ + { + "name": "selector", + "typeName": "System.Linq.Expressions.Expression>" + } + ], + "isStatic": false, + "name": "Average", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Double", + "params": [ + { + "name": "selector", + "typeName": "System.Linq.Expressions.Expression>" + } + ], + "isStatic": false, + "name": "Average", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Double", + "params": [ + { + "name": "selector", + "typeName": "System.Linq.Expressions.Expression>" + } + ], + "isStatic": false, + "name": "Average", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Nullable", + "params": [ + { + "name": "selector", + "typeName": "System.Linq.Expressions.Expression>" + } + ], + "isStatic": false, + "name": "Average", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Nullable", + "params": [ + { + "name": "selector", + "typeName": "System.Linq.Expressions.Expression>" + } + ], + "isStatic": false, + "name": "Average", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Nullable", + "params": [ + { + "name": "selector", + "typeName": "System.Linq.Expressions.Expression>" + } + ], + "isStatic": false, + "name": "Average", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Nullable", + "params": [ + { + "name": "selector", + "typeName": "System.Linq.Expressions.Expression>" + } + ], + "isStatic": false, + "name": "Average", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Nullable", + "params": [ + { + "name": "selector", + "typeName": "System.Linq.Expressions.Expression>" + } + ], + "isStatic": false, + "name": "Average", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Single", + "params": [ + { + "name": "selector", + "typeName": "System.Linq.Expressions.Expression>" + } + ], + "isStatic": false, + "name": "Average", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IQueryable", + "params": [], + "isStatic": false, + "name": "Cast", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IQueryable", + "params": [ + { + "name": "source2", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": false, + "name": "Concat", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "item", "typeName": "TSource" }], + "isStatic": false, + "name": "Contains", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "item", "typeName": "TSource" }, + { + "name": "comparer", + "typeName": "System.Collections.Generic.IEqualityComparer" + } + ], + "isStatic": false, + "name": "Contains", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "Count", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "predicate", + "typeName": "System.Linq.Expressions.Expression>" + } + ], + "isStatic": false, + "name": "Count", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IQueryable", + "params": [], + "isStatic": false, + "name": "DefaultIfEmpty", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IQueryable", + "params": [{ "name": "defaultValue", "typeName": "TSource" }], + "isStatic": false, + "name": "DefaultIfEmpty", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IQueryable", + "params": [], + "isStatic": false, + "name": "Distinct", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IQueryable", + "params": [ + { + "name": "comparer", + "typeName": "System.Collections.Generic.IEqualityComparer" + } + ], + "isStatic": false, + "name": "Distinct", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "TSource", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "ElementAtOrDefault", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "TSource", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "ElementAt", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IQueryable", + "params": [ + { + "name": "source2", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": false, + "name": "Except", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IQueryable", + "params": [ + { + "name": "source2", + "typeName": "System.Collections.Generic.IEnumerable" + }, + { + "name": "comparer", + "typeName": "System.Collections.Generic.IEqualityComparer" + } + ], + "isStatic": false, + "name": "Except", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "TSource", + "params": [], + "isStatic": false, + "name": "FirstOrDefault", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "TSource", + "params": [ + { + "name": "predicate", + "typeName": "System.Linq.Expressions.Expression>" + } + ], + "isStatic": false, + "name": "FirstOrDefault", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "TSource", + "params": [], + "isStatic": false, + "name": "First", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "TSource", + "params": [ + { + "name": "predicate", + "typeName": "System.Linq.Expressions.Expression>" + } + ], + "isStatic": false, + "name": "First", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IQueryable", + "params": [ + { + "name": "keySelector", + "typeName": "System.Linq.Expressions.Expression>" + } + ], + "isStatic": false, + "name": "GroupBy", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IQueryable", + "params": [ + { + "name": "keySelector", + "typeName": "System.Linq.Expressions.Expression>" + }, + { + "name": "comparer", + "typeName": "System.Collections.Generic.IEqualityComparer" + } + ], + "isStatic": false, + "name": "GroupBy", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IQueryable", + "params": [ + { + "name": "keySelector", + "typeName": "System.Linq.Expressions.Expression>" + }, + { + "name": "elementSelector", + "typeName": "System.Linq.Expressions.Expression>" + } + ], + "isStatic": false, + "name": "GroupBy", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IQueryable", + "params": [ + { + "name": "keySelector", + "typeName": "System.Linq.Expressions.Expression>" + }, + { + "name": "elementSelector", + "typeName": "System.Linq.Expressions.Expression>" + }, + { + "name": "comparer", + "typeName": "System.Collections.Generic.IEqualityComparer" + } + ], + "isStatic": false, + "name": "GroupBy", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IQueryable", + "params": [ + { + "name": "keySelector", + "typeName": "System.Linq.Expressions.Expression>" + }, + { + "name": "resultSelector", + "typeName": "System.Linq.Expressions.Expression, TResult>>" + } + ], + "isStatic": false, + "name": "GroupBy", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IQueryable", + "params": [ + { + "name": "keySelector", + "typeName": "System.Linq.Expressions.Expression>" + }, + { + "name": "resultSelector", + "typeName": "System.Linq.Expressions.Expression, TResult>>" + }, + { + "name": "comparer", + "typeName": "System.Collections.Generic.IEqualityComparer" + } + ], + "isStatic": false, + "name": "GroupBy", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IQueryable", + "params": [ + { + "name": "keySelector", + "typeName": "System.Linq.Expressions.Expression>" + }, + { + "name": "elementSelector", + "typeName": "System.Linq.Expressions.Expression>" + }, + { + "name": "resultSelector", + "typeName": "System.Linq.Expressions.Expression, TResult>>" + } + ], + "isStatic": false, + "name": "GroupBy", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IQueryable", + "params": [ + { + "name": "keySelector", + "typeName": "System.Linq.Expressions.Expression>" + }, + { + "name": "elementSelector", + "typeName": "System.Linq.Expressions.Expression>" + }, + { + "name": "resultSelector", + "typeName": "System.Linq.Expressions.Expression, TResult>>" + }, + { + "name": "comparer", + "typeName": "System.Collections.Generic.IEqualityComparer" + } + ], + "isStatic": false, + "name": "GroupBy", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IQueryable", + "params": [ + { + "name": "inner", + "typeName": "System.Collections.Generic.IEnumerable" + }, + { + "name": "outerKeySelector", + "typeName": "System.Linq.Expressions.Expression>" + }, + { + "name": "innerKeySelector", + "typeName": "System.Linq.Expressions.Expression>" + }, + { + "name": "resultSelector", + "typeName": "System.Linq.Expressions.Expression, TResult>>" + } + ], + "isStatic": false, + "name": "GroupJoin", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IQueryable", + "params": [ + { + "name": "inner", + "typeName": "System.Collections.Generic.IEnumerable" + }, + { + "name": "outerKeySelector", + "typeName": "System.Linq.Expressions.Expression>" + }, + { + "name": "innerKeySelector", + "typeName": "System.Linq.Expressions.Expression>" + }, + { + "name": "resultSelector", + "typeName": "System.Linq.Expressions.Expression, TResult>>" + }, + { + "name": "comparer", + "typeName": "System.Collections.Generic.IEqualityComparer" + } + ], + "isStatic": false, + "name": "GroupJoin", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IQueryable", + "params": [ + { + "name": "source2", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": false, + "name": "Intersect", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IQueryable", + "params": [ + { + "name": "source2", + "typeName": "System.Collections.Generic.IEnumerable" + }, + { + "name": "comparer", + "typeName": "System.Collections.Generic.IEqualityComparer" + } + ], + "isStatic": false, + "name": "Intersect", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IQueryable", + "params": [ + { + "name": "inner", + "typeName": "System.Collections.Generic.IEnumerable" + }, + { + "name": "outerKeySelector", + "typeName": "System.Linq.Expressions.Expression>" + }, + { + "name": "innerKeySelector", + "typeName": "System.Linq.Expressions.Expression>" + }, + { + "name": "resultSelector", + "typeName": "System.Linq.Expressions.Expression>" + } + ], + "isStatic": false, + "name": "Join", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IQueryable", + "params": [ + { + "name": "inner", + "typeName": "System.Collections.Generic.IEnumerable" + }, + { + "name": "outerKeySelector", + "typeName": "System.Linq.Expressions.Expression>" + }, + { + "name": "innerKeySelector", + "typeName": "System.Linq.Expressions.Expression>" + }, + { + "name": "resultSelector", + "typeName": "System.Linq.Expressions.Expression>" + }, + { + "name": "comparer", + "typeName": "System.Collections.Generic.IEqualityComparer" + } + ], + "isStatic": false, + "name": "Join", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "TSource", + "params": [], + "isStatic": false, + "name": "LastOrDefault", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "TSource", + "params": [ + { + "name": "predicate", + "typeName": "System.Linq.Expressions.Expression>" + } + ], + "isStatic": false, + "name": "LastOrDefault", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "TSource", + "params": [], + "isStatic": false, + "name": "Last", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "TSource", + "params": [ + { + "name": "predicate", + "typeName": "System.Linq.Expressions.Expression>" + } + ], + "isStatic": false, + "name": "Last", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Int64", + "params": [], + "isStatic": false, + "name": "LongCount", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Int64", + "params": [ + { + "name": "predicate", + "typeName": "System.Linq.Expressions.Expression>" + } + ], + "isStatic": false, + "name": "LongCount", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "TSource", + "params": [], + "isStatic": false, + "name": "Max", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "TResult", + "params": [ + { + "name": "selector", + "typeName": "System.Linq.Expressions.Expression>" + } + ], + "isStatic": false, + "name": "Max", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "TSource", + "params": [], + "isStatic": false, + "name": "Min", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "TResult", + "params": [ + { + "name": "selector", + "typeName": "System.Linq.Expressions.Expression>" + } + ], + "isStatic": false, + "name": "Min", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IQueryable", + "params": [], + "isStatic": false, + "name": "OfType", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IOrderedQueryable", + "params": [ + { + "name": "keySelector", + "typeName": "System.Linq.Expressions.Expression>" + } + ], + "isStatic": false, + "name": "OrderByDescending", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IOrderedQueryable", + "params": [ + { + "name": "keySelector", + "typeName": "System.Linq.Expressions.Expression>" + }, + { + "name": "comparer", + "typeName": "System.Collections.Generic.IComparer" + } + ], + "isStatic": false, + "name": "OrderByDescending", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IOrderedQueryable", + "params": [ + { + "name": "keySelector", + "typeName": "System.Linq.Expressions.Expression>" + } + ], + "isStatic": false, + "name": "OrderBy", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IOrderedQueryable", + "params": [ + { + "name": "keySelector", + "typeName": "System.Linq.Expressions.Expression>" + }, + { + "name": "comparer", + "typeName": "System.Collections.Generic.IComparer" + } + ], + "isStatic": false, + "name": "OrderBy", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IQueryable", + "params": [], + "isStatic": false, + "name": "Reverse", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IQueryable", + "params": [ + { + "name": "selector", + "typeName": "System.Linq.Expressions.Expression>>" + } + ], + "isStatic": false, + "name": "SelectMany", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IQueryable", + "params": [ + { + "name": "selector", + "typeName": "System.Linq.Expressions.Expression>>" + } + ], + "isStatic": false, + "name": "SelectMany", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IQueryable", + "params": [ + { + "name": "collectionSelector", + "typeName": "System.Linq.Expressions.Expression>>" + }, + { + "name": "resultSelector", + "typeName": "System.Linq.Expressions.Expression>" + } + ], + "isStatic": false, + "name": "SelectMany", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IQueryable", + "params": [ + { + "name": "collectionSelector", + "typeName": "System.Linq.Expressions.Expression>>" + }, + { + "name": "resultSelector", + "typeName": "System.Linq.Expressions.Expression>" + } + ], + "isStatic": false, + "name": "SelectMany", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IQueryable", + "params": [ + { + "name": "selector", + "typeName": "System.Linq.Expressions.Expression>" + } + ], + "isStatic": false, + "name": "Select", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IQueryable", + "params": [ + { + "name": "selector", + "typeName": "System.Linq.Expressions.Expression>" + } + ], + "isStatic": false, + "name": "Select", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "source2", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": false, + "name": "SequenceEqual", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "source2", + "typeName": "System.Collections.Generic.IEnumerable" + }, + { + "name": "comparer", + "typeName": "System.Collections.Generic.IEqualityComparer" + } + ], + "isStatic": false, + "name": "SequenceEqual", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "TSource", + "params": [], + "isStatic": false, + "name": "SingleOrDefault", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "TSource", + "params": [ + { + "name": "predicate", + "typeName": "System.Linq.Expressions.Expression>" + } + ], + "isStatic": false, + "name": "SingleOrDefault", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "TSource", + "params": [], + "isStatic": false, + "name": "Single", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "TSource", + "params": [ + { + "name": "predicate", + "typeName": "System.Linq.Expressions.Expression>" + } + ], + "isStatic": false, + "name": "Single", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IQueryable", + "params": [ + { + "name": "predicate", + "typeName": "System.Linq.Expressions.Expression>" + } + ], + "isStatic": false, + "name": "SkipWhile", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IQueryable", + "params": [ + { + "name": "predicate", + "typeName": "System.Linq.Expressions.Expression>" + } + ], + "isStatic": false, + "name": "SkipWhile", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IQueryable", + "params": [{ "name": "count", "typeName": "int" }], + "isStatic": false, + "name": "Skip", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Decimal", + "params": [], + "isStatic": false, + "name": "Sum", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Double", + "params": [], + "isStatic": false, + "name": "Sum", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "Sum", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Int64", + "params": [], + "isStatic": false, + "name": "Sum", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Nullable", + "params": [], + "isStatic": false, + "name": "Sum", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Nullable", + "params": [], + "isStatic": false, + "name": "Sum", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Nullable", + "params": [], + "isStatic": false, + "name": "Sum", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Nullable", + "params": [], + "isStatic": false, + "name": "Sum", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Nullable", + "params": [], + "isStatic": false, + "name": "Sum", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Single", + "params": [], + "isStatic": false, + "name": "Sum", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Decimal", + "params": [ + { + "name": "selector", + "typeName": "System.Linq.Expressions.Expression>" + } + ], + "isStatic": false, + "name": "Sum", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Double", + "params": [ + { + "name": "selector", + "typeName": "System.Linq.Expressions.Expression>" + } + ], + "isStatic": false, + "name": "Sum", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "selector", + "typeName": "System.Linq.Expressions.Expression>" + } + ], + "isStatic": false, + "name": "Sum", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Int64", + "params": [ + { + "name": "selector", + "typeName": "System.Linq.Expressions.Expression>" + } + ], + "isStatic": false, + "name": "Sum", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Nullable", + "params": [ + { + "name": "selector", + "typeName": "System.Linq.Expressions.Expression>" + } + ], + "isStatic": false, + "name": "Sum", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Nullable", + "params": [ + { + "name": "selector", + "typeName": "System.Linq.Expressions.Expression>" + } + ], + "isStatic": false, + "name": "Sum", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Nullable", + "params": [ + { + "name": "selector", + "typeName": "System.Linq.Expressions.Expression>" + } + ], + "isStatic": false, + "name": "Sum", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Nullable", + "params": [ + { + "name": "selector", + "typeName": "System.Linq.Expressions.Expression>" + } + ], + "isStatic": false, + "name": "Sum", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Nullable", + "params": [ + { + "name": "selector", + "typeName": "System.Linq.Expressions.Expression>" + } + ], + "isStatic": false, + "name": "Sum", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Single", + "params": [ + { + "name": "selector", + "typeName": "System.Linq.Expressions.Expression>" + } + ], + "isStatic": false, + "name": "Sum", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IQueryable", + "params": [ + { + "name": "predicate", + "typeName": "System.Linq.Expressions.Expression>" + } + ], + "isStatic": false, + "name": "TakeWhile", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IQueryable", + "params": [ + { + "name": "predicate", + "typeName": "System.Linq.Expressions.Expression>" + } + ], + "isStatic": false, + "name": "TakeWhile", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IQueryable", + "params": [{ "name": "count", "typeName": "int" }], + "isStatic": false, + "name": "Take", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IOrderedQueryable", + "params": [ + { + "name": "keySelector", + "typeName": "System.Linq.Expressions.Expression>" + } + ], + "isStatic": false, + "name": "ThenByDescending", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IOrderedQueryable", + "params": [ + { + "name": "keySelector", + "typeName": "System.Linq.Expressions.Expression>" + }, + { + "name": "comparer", + "typeName": "System.Collections.Generic.IComparer" + } + ], + "isStatic": false, + "name": "ThenByDescending", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IOrderedQueryable", + "params": [ + { + "name": "keySelector", + "typeName": "System.Linq.Expressions.Expression>" + } + ], + "isStatic": false, + "name": "ThenBy", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IOrderedQueryable", + "params": [ + { + "name": "keySelector", + "typeName": "System.Linq.Expressions.Expression>" + }, + { + "name": "comparer", + "typeName": "System.Collections.Generic.IComparer" + } + ], + "isStatic": false, + "name": "ThenBy", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IQueryable", + "params": [ + { + "name": "source2", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": false, + "name": "Union", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IQueryable", + "params": [ + { + "name": "source2", + "typeName": "System.Collections.Generic.IEnumerable" + }, + { + "name": "comparer", + "typeName": "System.Collections.Generic.IEqualityComparer" + } + ], + "isStatic": false, + "name": "Union", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IQueryable", + "params": [ + { + "name": "predicate", + "typeName": "System.Linq.Expressions.Expression>" + } + ], + "isStatic": false, + "name": "Where", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IQueryable", + "params": [ + { + "name": "predicate", + "typeName": "System.Linq.Expressions.Expression>" + } + ], + "isStatic": false, + "name": "Where", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IQueryable", + "params": [ + { + "name": "source2", + "typeName": "System.Collections.Generic.IEnumerable" + }, + { + "name": "resultSelector", + "typeName": "System.Linq.Expressions.Expression>" + } + ], + "isStatic": false, + "name": "Zip", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "Queryable", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.CodeDom", + "baseClass": "System.Collections.CollectionBase", + "attribute": "", + "interfaces": ["IList", "ICollection", "IEnumerable"], + "fields": [ + { + "typeName": "System.CodeDom.CodeTypeParameter", + "name": "this[]", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.CodeDom.CodeTypeParameterCollection" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.CodeDom.CodeTypeParameter[]" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "value", "typeName": "System.CodeDom.CodeTypeParameter" } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.CodeDom.CodeTypeParameterCollection" + } + ], + "isStatic": false, + "name": "AddRange", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.CodeDom.CodeTypeParameter[]" + } + ], + "isStatic": false, + "name": "AddRange", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "value", "typeName": "System.CodeDom.CodeTypeParameter" } + ], + "isStatic": false, + "name": "Contains", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "array", + "typeName": "System.CodeDom.CodeTypeParameter[]" + }, + { "name": "index", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "value", "typeName": "System.CodeDom.CodeTypeParameter" } + ], + "isStatic": false, + "name": "IndexOf", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "value", "typeName": "System.CodeDom.CodeTypeParameter" } + ], + "isStatic": false, + "name": "Insert", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "System.CodeDom.CodeTypeParameter" } + ], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "System.dll" + } + ], + "name": "CodeTypeParameterCollection", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Collections.Generic", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IEnumerator", "IEnumerator", "IDisposable"], + "fields": [ + { + "typeName": "TKey", + "name": "Current", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "MoveNext", + "comment": "", + "location": "System.dll" + } + ], + "name": "Enumerator", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Collections.Generic", + "baseClass": "object", + "attribute": "", + "interfaces": [ + "ICollection", + "IReadOnlyCollection", + "IEnumerable", + "ICollection", + "IEnumerable" + ], + "fields": [ + { + "typeName": "int", + "name": "Count", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "dictionary", + "typeName": "System.Collections.Generic.SortedDictionary" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "array", "typeName": "TValue[]" }, + { "name": "index", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Enumerator", + "params": [], + "isStatic": false, + "name": "GetEnumerator", + "comment": "", + "location": "System.dll" + } + ], + "name": "ValueCollection", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.CodeDom", + "baseClass": "System.CodeDom.CodeExpression", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "VariableName", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "variableName", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "CodeVariableReferenceExpression", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.CodeDom", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.CodeDom.FieldDirection", + "name": "In", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.FieldDirection", + "name": "Out", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.FieldDirection", + "name": "Ref", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.CodeDom.FieldDirection", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "FieldDirection", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.CodeDom", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.CodeDom.MemberAttributes", + "name": "Abstract", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.MemberAttributes", + "name": "AccessMask", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.MemberAttributes", + "name": "Assembly", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.MemberAttributes", + "name": "Const", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.MemberAttributes", + "name": "Family", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.MemberAttributes", + "name": "FamilyAndAssembly", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.MemberAttributes", + "name": "FamilyOrAssembly", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.MemberAttributes", + "name": "Final", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.MemberAttributes", + "name": "New", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.MemberAttributes", + "name": "Overloaded", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.MemberAttributes", + "name": "Override", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.MemberAttributes", + "name": "Private", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.MemberAttributes", + "name": "Public", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.MemberAttributes", + "name": "ScopeMask", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.MemberAttributes", + "name": "Static", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.MemberAttributes", + "name": "VTableMask", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.CodeDom.MemberAttributes", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "MemberAttributes", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Collections.Generic", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IEnumerator", "IEnumerator", "IDisposable"], + "fields": [ + { + "typeName": "TValue", + "name": "Current", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "MoveNext", + "comment": "", + "location": "System.dll" + } + ], + "name": "Enumerator", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Collections.Generic", + "baseClass": "object", + "attribute": "", + "interfaces": [ + "IDictionary", + "ICollection", + "IReadOnlyDictionary", + "IReadOnlyCollection", + "IEnumerable", + "IDictionary", + "ICollection", + "IEnumerable" + ], + "fields": [ + { + "typeName": "int", + "name": "Capacity", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Collections.Generic.IComparer", + "name": "Comparer", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "Count", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "TValue", + "name": "this[]", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Collections.Generic.IList", + "name": "Keys", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Collections.Generic.IList", + "name": "Values", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "comparer", + "typeName": "System.Collections.Generic.IComparer" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "dictionary", + "typeName": "System.Collections.Generic.IDictionary" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "dictionary", + "typeName": "System.Collections.Generic.IDictionary" + }, + { + "name": "comparer", + "typeName": "System.Collections.Generic.IComparer" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "capacity", "typeName": "int" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "capacity", "typeName": "int" }, + { + "name": "comparer", + "typeName": "System.Collections.Generic.IComparer" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "key", "typeName": "TKey" }, + { "name": "value", "typeName": "TValue" } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Clear", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "key", "typeName": "TKey" }], + "isStatic": false, + "name": "ContainsKey", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "value", "typeName": "TValue" }], + "isStatic": false, + "name": "ContainsValue", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IEnumerator", + "params": [], + "isStatic": false, + "name": "GetEnumerator", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "key", "typeName": "TKey" }], + "isStatic": false, + "name": "IndexOfKey", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "value", "typeName": "TValue" }], + "isStatic": false, + "name": "IndexOfValue", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "key", "typeName": "TKey" }], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "RemoveAt", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "TrimExcess", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "key", "typeName": "TKey" }, + { "name": "value", "typeName": "TValue" } + ], + "isStatic": false, + "name": "TryGetValue", + "comment": "", + "location": "System.dll" + } + ], + "name": "SortedList", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Windows.Input", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [ + { + "typeName": "System.EventHandler", + "name": "CanExecuteChanged", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.EventHandler" }], + "isStatic": false, + "name": "add_CanExecuteChanged", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.EventHandler" }], + "isStatic": false, + "name": "remove_CanExecuteChanged", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "parameter", "typeName": "object" }], + "isStatic": false, + "name": "CanExecute", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "parameter", "typeName": "object" }], + "isStatic": false, + "name": "Execute", + "comment": "", + "location": "System.dll" + } + ], + "name": "ICommand", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Collections.Generic", + "baseClass": "object", + "attribute": "", + "interfaces": [ + "IReadOnlyCollection", + "ISet", + "ICollection", + "IEnumerable", + "ICollection", + "IEnumerable", + "IDeserializationCallback", + "ISerializable" + ], + "fields": [ + { + "typeName": "System.Collections.Generic.IComparer", + "name": "Comparer", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "Count", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "T", + "name": "Max", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "T", + "name": "Min", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "comparer", + "typeName": "System.Collections.Generic.IComparer" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "collection", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "collection", + "typeName": "System.Collections.Generic.IEnumerable" + }, + { + "name": "comparer", + "typeName": "System.Collections.Generic.IComparer" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "item", "typeName": "T" }], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Clear", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "item", "typeName": "T" }], + "isStatic": false, + "name": "Contains", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "array", "typeName": "T[]" }], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "array", "typeName": "T[]" }, + { "name": "index", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "array", "typeName": "T[]" }, + { "name": "index", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IEqualityComparer", + "params": [], + "isStatic": true, + "name": "CreateSetComparer", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IEqualityComparer", + "params": [ + { + "name": "memberEqualityComparer", + "typeName": "System.Collections.Generic.IEqualityComparer" + } + ], + "isStatic": true, + "name": "CreateSetComparer", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "other", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": false, + "name": "ExceptWith", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Enumerator", + "params": [], + "isStatic": false, + "name": "GetEnumerator", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "SortedSet", + "params": [ + { "name": "lowerValue", "typeName": "T" }, + { "name": "upperValue", "typeName": "T" } + ], + "isStatic": false, + "name": "GetViewBetween", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "other", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": false, + "name": "IntersectWith", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "other", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": false, + "name": "IsProperSubsetOf", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "other", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": false, + "name": "IsProperSupersetOf", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "other", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": false, + "name": "IsSubsetOf", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "other", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": false, + "name": "IsSupersetOf", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "other", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": false, + "name": "Overlaps", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "item", "typeName": "T" }], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "match", "typeName": "System.Predicate" }], + "isStatic": false, + "name": "RemoveWhere", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [], + "isStatic": false, + "name": "Reverse", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "other", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": false, + "name": "SetEquals", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "other", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": false, + "name": "SymmetricExceptWith", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "other", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": false, + "name": "UnionWith", + "comment": "", + "location": "System.dll" + } + ], + "name": "SortedSet", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Collections.Generic", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [ + "IEnumerator", + "IEnumerator", + "IDisposable", + "IDeserializationCallback", + "ISerializable" + ], + "fields": [ + { + "typeName": "T", + "name": "Current", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "MoveNext", + "comment": "", + "location": "System.dll" + } + ], + "name": "Enumerator", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Collections.Generic", + "baseClass": "object", + "attribute": "", + "interfaces": [ + "IReadOnlyCollection", + "IEnumerable", + "ICollection", + "IEnumerable" + ], + "fields": [ + { + "typeName": "int", + "name": "Count", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "collection", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "capacity", "typeName": "int" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Clear", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "item", "typeName": "T" }], + "isStatic": false, + "name": "Contains", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "array", "typeName": "T[]" }, + { "name": "arrayIndex", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Enumerator", + "params": [], + "isStatic": false, + "name": "GetEnumerator", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "T", + "params": [], + "isStatic": false, + "name": "Peek", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "T", + "params": [], + "isStatic": false, + "name": "Pop", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "item", "typeName": "T" }], + "isStatic": false, + "name": "Push", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "ToArray", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "TrimExcess", + "comment": "", + "location": "System.dll" + } + ], + "name": "Stack", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Web", + "baseClass": "System.Security.CodeAccessPermission", + "attribute": "", + "interfaces": [ + "IPermission", + "ISecurityEncodable", + "IStackWalk", + "IUnrestrictedPermission" + ], + "fields": [ + { + "typeName": "System.Web.AspNetHostingPermissionLevel", + "name": "Level", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "state", + "typeName": "System.Security.Permissions.PermissionState" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "level", + "typeName": "System.Web.AspNetHostingPermissionLevel" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IPermission", + "params": [], + "isStatic": false, + "name": "Copy", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "securityElement", + "typeName": "System.Security.SecurityElement" + } + ], + "isStatic": false, + "name": "FromXml", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IPermission", + "params": [ + { "name": "target", "typeName": "System.Security.IPermission" } + ], + "isStatic": false, + "name": "Intersect", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "target", "typeName": "System.Security.IPermission" } + ], + "isStatic": false, + "name": "IsSubsetOf", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "IsUnrestricted", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "SecurityElement", + "params": [], + "isStatic": false, + "name": "ToXml", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IPermission", + "params": [ + { "name": "target", "typeName": "System.Security.IPermission" } + ], + "isStatic": false, + "name": "Union", + "comment": "", + "location": "System.dll" + } + ], + "name": "AspNetHostingPermission", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Web", + "baseClass": "System.Security.Permissions.CodeAccessSecurityAttribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "System.Web.AspNetHostingPermissionLevel", + "name": "Level", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "action", + "typeName": "System.Security.Permissions.SecurityAction" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IPermission", + "params": [], + "isStatic": false, + "name": "CreatePermission", + "comment": "", + "location": "System.dll" + } + ], + "name": "AspNetHostingPermissionAttribute", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Windows.Markup", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "System.Type", + "name": "ValueSerializerType", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "ValueSerializerTypeName", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "valueSerializerTypeName", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "valueSerializerType", "typeName": "System.Type" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "ValueSerializerAttribute", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Web", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Web.AspNetHostingPermissionLevel", + "name": "High", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Web.AspNetHostingPermissionLevel", + "name": "Low", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Web.AspNetHostingPermissionLevel", + "name": "Medium", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Web.AspNetHostingPermissionLevel", + "name": "Minimal", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Web.AspNetHostingPermissionLevel", + "name": "None", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Web.AspNetHostingPermissionLevel", + "name": "Unrestricted", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Web.AspNetHostingPermissionLevel", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "AspNetHostingPermissionLevel", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Collections.Generic", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IEnumerator", "IEnumerator", "IDisposable"], + "fields": [ + { + "typeName": "T", + "name": "Current", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "MoveNext", + "comment": "", + "location": "System.dll" + } + ], + "name": "Enumerator", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "", + "baseClass": "NodeCanvas.Framework.ActionTask", + "attribute": "", + "interfaces": [ + "ISerializationCollectable", + "ISerializationCallbackReceiver" + ], + "fields": [ + { + "typeName": "NodeCanvas.Framework.Internal.BBObjectParameter", + "name": "Variable", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Editor/ParadoxNotion/NodeCanvas/Tasks/Actions/Blackboard/SetEnumFlag.cs#20" + }, + { + "typeName": "NodeCanvas.Framework.Internal.BBObjectParameter", + "name": "Flag", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Editor/ParadoxNotion/NodeCanvas/Tasks/Actions/Blackboard/SetEnumFlag.cs#22" + }, + { + "typeName": "NodeCanvas.Framework.BBParameter", + "name": "Clear", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Editor/ParadoxNotion/NodeCanvas/Tasks/Actions/Blackboard/SetEnumFlag.cs#23" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Editor/ParadoxNotion/NodeCanvas/Tasks/Actions/Blackboard/SetEnumFlag.cs#11" + } + ], + "name": "SetEnumFlag", + "comment": "", + "location": "file:///c:/Users/zc/Desktop/vxProject/Client_Dev/Assets/Editor/ParadoxNotion/NodeCanvas/Tasks/Actions/Blackboard/SetEnumFlag.cs#11" + }, + { + "namespace": "System.Collections.ObjectModel", + "baseClass": "object", + "attribute": "", + "interfaces": [ + "IList", + "ICollection", + "IReadOnlyList", + "IReadOnlyCollection", + "IEnumerable", + "IList", + "ICollection", + "IEnumerable" + ], + "fields": [ + { + "typeName": "int", + "name": "Count", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "T", + "name": "this[]", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "list", + "typeName": "System.Collections.Generic.IList" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "item", "typeName": "T" }], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Clear", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "item", "typeName": "T" }], + "isStatic": false, + "name": "Contains", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "array", "typeName": "T[]" }, + { "name": "index", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IEnumerator", + "params": [], + "isStatic": false, + "name": "GetEnumerator", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "item", "typeName": "T" }], + "isStatic": false, + "name": "IndexOf", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "item", "typeName": "T" } + ], + "isStatic": false, + "name": "Insert", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "item", "typeName": "T" }], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "RemoveAt", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "Collection", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Collections.ObjectModel", + "baseClass": "System.Collections.ObjectModel.Collection", + "attribute": "", + "interfaces": [ + "IList", + "ICollection", + "IReadOnlyList", + "IReadOnlyCollection", + "IEnumerable", + "IList", + "ICollection", + "IEnumerable" + ], + "fields": [ + { + "typeName": "System.Collections.Generic.IEqualityComparer", + "name": "Comparer", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "TItem", + "name": "this[]", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [{ "name": "key", "typeName": "TKey" }], + "isStatic": false, + "name": "Contains", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "key", "typeName": "TKey" }], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "KeyedCollection", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Collections.ObjectModel", + "baseClass": "object", + "attribute": "", + "interfaces": [ + "IList", + "ICollection", + "IReadOnlyList", + "IReadOnlyCollection", + "IEnumerable", + "IList", + "ICollection", + "IEnumerable" + ], + "fields": [ + { + "typeName": "int", + "name": "Count", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "T", + "name": "this[]", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "list", + "typeName": "System.Collections.Generic.IList" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "value", "typeName": "T" }], + "isStatic": false, + "name": "Contains", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "array", "typeName": "T[]" }, + { "name": "index", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IEnumerator", + "params": [], + "isStatic": false, + "name": "GetEnumerator", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "value", "typeName": "T" }], + "isStatic": false, + "name": "IndexOf", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ReadOnlyCollection", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Collections.ObjectModel", + "baseClass": "object", + "attribute": "", + "interfaces": [ + "IDictionary", + "ICollection", + "IReadOnlyDictionary", + "IReadOnlyCollection", + "IEnumerable", + "IDictionary", + "ICollection", + "IEnumerable" + ], + "fields": [ + { + "typeName": "int", + "name": "Count", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "TValue", + "name": "this[]", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Collections.ObjectModel.ReadOnlyDictionary.KeyCollection", + "name": "Keys", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Collections.ObjectModel.ReadOnlyDictionary.ValueCollection", + "name": "Values", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "dictionary", + "typeName": "System.Collections.Generic.IDictionary" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "key", "typeName": "TKey" }], + "isStatic": false, + "name": "ContainsKey", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IEnumerator", + "params": [], + "isStatic": false, + "name": "GetEnumerator", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "key", "typeName": "TKey" }, + { "name": "value", "typeName": "TValue" } + ], + "isStatic": false, + "name": "TryGetValue", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ReadOnlyDictionary", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Data.SqlTypes", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "IsNull", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [], + "name": "INullable", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Collections.ObjectModel", + "baseClass": "object", + "attribute": "", + "interfaces": [ + "ICollection", + "IReadOnlyCollection", + "IEnumerable", + "ICollection", + "IEnumerable" + ], + "fields": [ + { + "typeName": "int", + "name": "Count", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "array", "typeName": "TKey[]" }, + { "name": "arrayIndex", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IEnumerator", + "params": [], + "isStatic": false, + "name": "GetEnumerator", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "KeyCollection", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Collections.ObjectModel", + "baseClass": "object", + "attribute": "", + "interfaces": [ + "ICollection", + "IReadOnlyCollection", + "IEnumerable", + "ICollection", + "IEnumerable" + ], + "fields": [ + { + "typeName": "int", + "name": "Count", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "array", "typeName": "TValue[]" }, + { "name": "arrayIndex", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IEnumerator", + "params": [], + "isStatic": false, + "name": "GetEnumerator", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ValueCollection", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Data.Common", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Data.Common.CatalogLocation", + "name": "End", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.Common.CatalogLocation", + "name": "Start", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Data.Common.CatalogLocation", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "CatalogLocation", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Collections.ObjectModel", + "baseClass": "System.Collections.ObjectModel.Collection", + "attribute": "", + "interfaces": [ + "IList", + "ICollection", + "IReadOnlyList", + "IReadOnlyCollection", + "IEnumerable", + "IList", + "ICollection", + "IEnumerable", + "INotifyCollectionChanged", + "INotifyPropertyChanged" + ], + "fields": [ + { + "typeName": "System.Collections.Specialized.NotifyCollectionChangedEventHandler", + "name": "CollectionChanged", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "collection", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "list", "typeName": "System.Collections.Generic.List" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Collections.Specialized.NotifyCollectionChangedEventHandler" + } + ], + "isStatic": false, + "name": "add_CollectionChanged", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Collections.Specialized.NotifyCollectionChangedEventHandler" + } + ], + "isStatic": false, + "name": "remove_CollectionChanged", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "oldIndex", "typeName": "int" }, + { "name": "newIndex", "typeName": "int" } + ], + "isStatic": false, + "name": "Move", + "comment": "", + "location": "System.dll" + } + ], + "name": "ObservableCollection", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Data.SqlTypes", + "baseClass": "System.Data.SqlTypes.SqlTypeException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "e", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "SqlAlreadyFilledException", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data.SqlTypes", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["INullable", "IComparable", "IXmlSerializable"], + "fields": [ + { + "typeName": "System.Data.SqlTypes.SqlBinary", + "name": "Null", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "bool", + "name": "IsNull", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "byte", + "name": "this[]", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "int", + "name": "Length", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "byte[]", + "name": "Value", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "byte[]" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBinary", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlBinary" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlBinary" } + ], + "isStatic": true, + "name": "Add", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "value", "typeName": "System.Data.SqlTypes.SqlBinary" } + ], + "isStatic": false, + "name": "CompareTo", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "CompareTo", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBinary", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlBinary" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlBinary" } + ], + "isStatic": true, + "name": "Concat", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlBinary" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlBinary" } + ], + "isStatic": true, + "name": "Equals", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "XmlQualifiedName", + "params": [ + { + "name": "schemaSet", + "typeName": "System.Xml.Schema.XmlSchemaSet" + } + ], + "isStatic": true, + "name": "GetXsdType", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlBinary" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlBinary" } + ], + "isStatic": true, + "name": "GreaterThan", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlBinary" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlBinary" } + ], + "isStatic": true, + "name": "GreaterThanOrEqual", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlBinary" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlBinary" } + ], + "isStatic": true, + "name": "LessThan", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlBinary" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlBinary" } + ], + "isStatic": true, + "name": "LessThanOrEqual", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlBinary" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlBinary" } + ], + "isStatic": true, + "name": "NotEquals", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBinary", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlBinary" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlBinary" } + ], + "isStatic": true, + "name": "op_Addition", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlBinary" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlBinary" } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlBinary" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBinary", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlGuid" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlBinary" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlBinary" } + ], + "isStatic": true, + "name": "op_GreaterThan", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlBinary" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlBinary" } + ], + "isStatic": true, + "name": "op_GreaterThanOrEqual", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBinary", + "params": [{ "name": "x", "typeName": "byte[]" }], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlBinary" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlBinary" } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlBinary" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlBinary" } + ], + "isStatic": true, + "name": "op_LessThan", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlBinary" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlBinary" } + ], + "isStatic": true, + "name": "op_LessThanOrEqual", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlGuid", + "params": [], + "isStatic": false, + "name": "ToSqlGuid", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "SqlBinary", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data.SqlTypes", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["INullable", "IComparable", "IXmlSerializable"], + "fields": [ + { + "typeName": "System.Data.SqlTypes.SqlBoolean", + "name": "False", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlTypes.SqlBoolean", + "name": "Null", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlTypes.SqlBoolean", + "name": "One", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlTypes.SqlBoolean", + "name": "True", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlTypes.SqlBoolean", + "name": "Zero", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "byte", + "name": "ByteValue", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "bool", + "name": "IsFalse", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "bool", + "name": "IsNull", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "bool", + "name": "IsTrue", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "bool", + "name": "Value", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "bool" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "int" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlBoolean" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlBoolean" } + ], + "isStatic": true, + "name": "And", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "value", "typeName": "System.Data.SqlTypes.SqlBoolean" } + ], + "isStatic": false, + "name": "CompareTo", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "CompareTo", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlBoolean" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlBoolean" } + ], + "isStatic": true, + "name": "Equals", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "XmlQualifiedName", + "params": [ + { + "name": "schemaSet", + "typeName": "System.Xml.Schema.XmlSchemaSet" + } + ], + "isStatic": true, + "name": "GetXsdType", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlBoolean" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlBoolean" } + ], + "isStatic": true, + "name": "GreaterThan", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlBoolean" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlBoolean" } + ], + "isStatic": true, + "name": "GreaterThanOrEquals", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlBoolean" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlBoolean" } + ], + "isStatic": true, + "name": "LessThan", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlBoolean" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlBoolean" } + ], + "isStatic": true, + "name": "LessThanOrEquals", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlBoolean" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlBoolean" } + ], + "isStatic": true, + "name": "NotEquals", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlBoolean" } + ], + "isStatic": true, + "name": "OnesComplement", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlBoolean" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlBoolean" } + ], + "isStatic": true, + "name": "op_BitwiseAnd", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlBoolean" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlBoolean" } + ], + "isStatic": true, + "name": "op_BitwiseOr", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlBoolean" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlBoolean" } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlBoolean" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlBoolean" } + ], + "isStatic": true, + "name": "op_ExclusiveOr", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlBoolean" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlByte" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlDecimal" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlDouble" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt16" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt32" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt64" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlMoney" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlSingle" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlString" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlBoolean" } + ], + "isStatic": true, + "name": "op_False", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlBoolean" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlBoolean" } + ], + "isStatic": true, + "name": "op_GreaterThan", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlBoolean" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlBoolean" } + ], + "isStatic": true, + "name": "op_GreaterThanOrEqual", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [{ "name": "x", "typeName": "bool" }], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlBoolean" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlBoolean" } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlBoolean" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlBoolean" } + ], + "isStatic": true, + "name": "op_LessThan", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlBoolean" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlBoolean" } + ], + "isStatic": true, + "name": "op_LessThanOrEqual", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlBoolean" } + ], + "isStatic": true, + "name": "op_LogicalNot", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlBoolean" } + ], + "isStatic": true, + "name": "op_OnesComplement", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlBoolean" } + ], + "isStatic": true, + "name": "op_True", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlBoolean" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlBoolean" } + ], + "isStatic": true, + "name": "Or", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [{ "name": "s", "typeName": "string" }], + "isStatic": true, + "name": "Parse", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlByte", + "params": [], + "isStatic": false, + "name": "ToSqlByte", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlDecimal", + "params": [], + "isStatic": false, + "name": "ToSqlDecimal", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlDouble", + "params": [], + "isStatic": false, + "name": "ToSqlDouble", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlInt16", + "params": [], + "isStatic": false, + "name": "ToSqlInt16", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlInt32", + "params": [], + "isStatic": false, + "name": "ToSqlInt32", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlInt64", + "params": [], + "isStatic": false, + "name": "ToSqlInt64", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlMoney", + "params": [], + "isStatic": false, + "name": "ToSqlMoney", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlSingle", + "params": [], + "isStatic": false, + "name": "ToSqlSingle", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlString", + "params": [], + "isStatic": false, + "name": "ToSqlString", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlBoolean" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlBoolean" } + ], + "isStatic": true, + "name": "Xor", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "SqlBoolean", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data.SqlTypes", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["INullable", "IComparable", "IXmlSerializable"], + "fields": [ + { + "typeName": "System.Data.SqlTypes.SqlByte", + "name": "MaxValue", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlTypes.SqlByte", + "name": "MinValue", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlTypes.SqlByte", + "name": "Null", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlTypes.SqlByte", + "name": "Zero", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "bool", + "name": "IsNull", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "byte", + "name": "Value", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "byte" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlByte", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlByte" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlByte" } + ], + "isStatic": true, + "name": "Add", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlByte", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlByte" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlByte" } + ], + "isStatic": true, + "name": "BitwiseAnd", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlByte", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlByte" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlByte" } + ], + "isStatic": true, + "name": "BitwiseOr", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "value", "typeName": "System.Data.SqlTypes.SqlByte" } + ], + "isStatic": false, + "name": "CompareTo", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "CompareTo", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlByte", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlByte" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlByte" } + ], + "isStatic": true, + "name": "Divide", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlByte" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlByte" } + ], + "isStatic": true, + "name": "Equals", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "XmlQualifiedName", + "params": [ + { + "name": "schemaSet", + "typeName": "System.Xml.Schema.XmlSchemaSet" + } + ], + "isStatic": true, + "name": "GetXsdType", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlByte" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlByte" } + ], + "isStatic": true, + "name": "GreaterThan", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlByte" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlByte" } + ], + "isStatic": true, + "name": "GreaterThanOrEqual", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlByte" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlByte" } + ], + "isStatic": true, + "name": "LessThan", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlByte" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlByte" } + ], + "isStatic": true, + "name": "LessThanOrEqual", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlByte", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlByte" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlByte" } + ], + "isStatic": true, + "name": "Mod", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlByte", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlByte" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlByte" } + ], + "isStatic": true, + "name": "Modulus", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlByte", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlByte" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlByte" } + ], + "isStatic": true, + "name": "Multiply", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlByte" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlByte" } + ], + "isStatic": true, + "name": "NotEquals", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlByte", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlByte" } + ], + "isStatic": true, + "name": "OnesComplement", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlByte", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlByte" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlByte" } + ], + "isStatic": true, + "name": "op_Addition", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlByte", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlByte" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlByte" } + ], + "isStatic": true, + "name": "op_BitwiseAnd", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlByte", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlByte" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlByte" } + ], + "isStatic": true, + "name": "op_BitwiseOr", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlByte", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlByte" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlByte" } + ], + "isStatic": true, + "name": "op_Division", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlByte" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlByte" } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlByte", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlByte" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlByte" } + ], + "isStatic": true, + "name": "op_ExclusiveOr", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlByte", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlBoolean" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Byte", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlByte" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlByte", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlDecimal" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlByte", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlDouble" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlByte", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt16" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlByte", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt32" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlByte", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt64" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlByte", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlMoney" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlByte", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlSingle" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlByte", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlString" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlByte" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlByte" } + ], + "isStatic": true, + "name": "op_GreaterThan", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlByte" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlByte" } + ], + "isStatic": true, + "name": "op_GreaterThanOrEqual", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlByte", + "params": [{ "name": "x", "typeName": "byte" }], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlByte" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlByte" } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlByte" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlByte" } + ], + "isStatic": true, + "name": "op_LessThan", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlByte" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlByte" } + ], + "isStatic": true, + "name": "op_LessThanOrEqual", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlByte", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlByte" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlByte" } + ], + "isStatic": true, + "name": "op_Modulus", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlByte", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlByte" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlByte" } + ], + "isStatic": true, + "name": "op_Multiply", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlByte", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlByte" } + ], + "isStatic": true, + "name": "op_OnesComplement", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlByte", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlByte" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlByte" } + ], + "isStatic": true, + "name": "op_Subtraction", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlByte", + "params": [{ "name": "s", "typeName": "string" }], + "isStatic": true, + "name": "Parse", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlByte", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlByte" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlByte" } + ], + "isStatic": true, + "name": "Subtract", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [], + "isStatic": false, + "name": "ToSqlBoolean", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlDecimal", + "params": [], + "isStatic": false, + "name": "ToSqlDecimal", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlDouble", + "params": [], + "isStatic": false, + "name": "ToSqlDouble", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlInt16", + "params": [], + "isStatic": false, + "name": "ToSqlInt16", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlInt32", + "params": [], + "isStatic": false, + "name": "ToSqlInt32", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlInt64", + "params": [], + "isStatic": false, + "name": "ToSqlInt64", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlMoney", + "params": [], + "isStatic": false, + "name": "ToSqlMoney", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlSingle", + "params": [], + "isStatic": false, + "name": "ToSqlSingle", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlString", + "params": [], + "isStatic": false, + "name": "ToSqlString", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlByte", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlByte" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlByte" } + ], + "isStatic": true, + "name": "Xor", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "SqlByte", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data.Common", + "baseClass": "System.ComponentModel.Component", + "attribute": "", + "interfaces": ["IComponent", "IDisposable", "IDataAdapter"], + "fields": [ + { + "typeName": "bool", + "name": "AcceptChangesDuringFill", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "bool", + "name": "AcceptChangesDuringUpdate", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "bool", + "name": "ContinueUpdateOnError", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.LoadOption", + "name": "FillLoadOption", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.MissingMappingAction", + "name": "MissingMappingAction", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.MissingSchemaAction", + "name": "MissingSchemaAction", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "bool", + "name": "ReturnProviderSpecificTypes", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.Common.DataTableMappingCollection", + "name": "TableMappings", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.FillErrorEventHandler", + "name": "FillError", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "System.Data.FillErrorEventHandler" } + ], + "isStatic": false, + "name": "add_FillError", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "System.Data.FillErrorEventHandler" } + ], + "isStatic": false, + "name": "remove_FillError", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "dataSet", "typeName": "System.Data.DataSet" }], + "isStatic": false, + "name": "Fill", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "dataSet", "typeName": "System.Data.DataSet" }, + { "name": "schemaType", "typeName": "System.Data.SchemaType" } + ], + "isStatic": false, + "name": "FillSchema", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetFillParameters", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ResetFillLoadOption", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "ShouldSerializeAcceptChangesDuringFill", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "ShouldSerializeFillLoadOption", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "dataSet", "typeName": "System.Data.DataSet" }], + "isStatic": false, + "name": "Update", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "DataAdapter", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data.SqlTypes", + "baseClass": "object", + "attribute": "", + "interfaces": ["INullable", "ISerializable", "IXmlSerializable"], + "fields": [ + { + "typeName": "byte[]", + "name": "Buffer", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "bool", + "name": "IsNull", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "byte", + "name": "this[]", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "long", + "name": "Length", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "long", + "name": "MaxLength", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlTypes.SqlBytes", + "name": "Null", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlTypes.StorageState", + "name": "Storage", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.IO.Stream", + "name": "Stream", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "byte[]", + "name": "Value", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "buffer", "typeName": "byte[]" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "System.Data.SqlTypes.SqlBinary" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "s", "typeName": "System.IO.Stream" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "XmlQualifiedName", + "params": [ + { + "name": "schemaSet", + "typeName": "System.Xml.Schema.XmlSchemaSet" + } + ], + "isStatic": true, + "name": "GetXsdType", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBytes", + "params": [ + { "name": "value", "typeName": "System.Data.SqlTypes.SqlBinary" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBinary", + "params": [ + { "name": "value", "typeName": "System.Data.SqlTypes.SqlBytes" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int64", + "params": [ + { "name": "offset", "typeName": "long" }, + { "name": "buffer", "typeName": "byte[]" }, + { "name": "offsetInBuffer", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "Read", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "long" }], + "isStatic": false, + "name": "SetLength", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "SetNull", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBinary", + "params": [], + "isStatic": false, + "name": "ToSqlBinary", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "offset", "typeName": "long" }, + { "name": "buffer", "typeName": "byte[]" }, + { "name": "offsetInBuffer", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "Write", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "SqlBytes", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data.SqlTypes", + "baseClass": "object", + "attribute": "", + "interfaces": ["INullable", "ISerializable", "IXmlSerializable"], + "fields": [ + { + "typeName": "char[]", + "name": "Buffer", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "bool", + "name": "IsNull", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "char", + "name": "this[]", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "long", + "name": "Length", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "long", + "name": "MaxLength", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlTypes.SqlChars", + "name": "Null", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlTypes.StorageState", + "name": "Storage", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "char[]", + "name": "Value", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "buffer", "typeName": "char[]" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "System.Data.SqlTypes.SqlString" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "XmlQualifiedName", + "params": [ + { + "name": "schemaSet", + "typeName": "System.Xml.Schema.XmlSchemaSet" + } + ], + "isStatic": true, + "name": "GetXsdType", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlString", + "params": [ + { "name": "value", "typeName": "System.Data.SqlTypes.SqlChars" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlChars", + "params": [ + { "name": "value", "typeName": "System.Data.SqlTypes.SqlString" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int64", + "params": [ + { "name": "offset", "typeName": "long" }, + { "name": "buffer", "typeName": "char[]" }, + { "name": "offsetInBuffer", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "Read", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "long" }], + "isStatic": false, + "name": "SetLength", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "SetNull", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlString", + "params": [], + "isStatic": false, + "name": "ToSqlString", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "offset", "typeName": "long" }, + { "name": "buffer", "typeName": "char[]" }, + { "name": "offsetInBuffer", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "Write", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "SqlChars", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data.Common", + "baseClass": "System.MarshalByRefObject", + "attribute": "", + "interfaces": ["IColumnMapping", "ICloneable"], + "fields": [ + { + "typeName": "string", + "name": "DataSetColumn", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "SourceColumn", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "sourceColumn", "typeName": "string" }, + { "name": "dataSetColumn", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "DataColumn", + "params": [ + { "name": "dataTable", "typeName": "System.Data.DataTable" }, + { "name": "dataType", "typeName": "System.Type" }, + { + "name": "schemaAction", + "typeName": "System.Data.MissingSchemaAction" + } + ], + "isStatic": false, + "name": "GetDataColumnBySchemaAction", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "DataColumn", + "params": [ + { "name": "sourceColumn", "typeName": "string" }, + { "name": "dataSetColumn", "typeName": "string" }, + { "name": "dataTable", "typeName": "System.Data.DataTable" }, + { "name": "dataType", "typeName": "System.Type" }, + { + "name": "schemaAction", + "typeName": "System.Data.MissingSchemaAction" + } + ], + "isStatic": true, + "name": "GetDataColumnBySchemaAction", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "DataColumnMapping", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data.SqlTypes", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Data.SqlTypes.SqlCompareOptions", + "name": "BinarySort", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlTypes.SqlCompareOptions", + "name": "BinarySort2", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlTypes.SqlCompareOptions", + "name": "IgnoreCase", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlTypes.SqlCompareOptions", + "name": "IgnoreKanaType", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlTypes.SqlCompareOptions", + "name": "IgnoreNonSpace", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlTypes.SqlCompareOptions", + "name": "IgnoreWidth", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlTypes.SqlCompareOptions", + "name": "None", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Data.SqlTypes.SqlCompareOptions", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "SqlCompareOptions", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Collections.ObjectModel", + "baseClass": "System.Collections.ObjectModel.ReadOnlyCollection", + "attribute": "", + "interfaces": [ + "IList", + "ICollection", + "IReadOnlyList", + "IReadOnlyCollection", + "IEnumerable", + "IList", + "ICollection", + "IEnumerable", + "INotifyCollectionChanged", + "INotifyPropertyChanged" + ], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "list", + "typeName": "System.Collections.ObjectModel.ObservableCollection" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "ReadOnlyObservableCollection", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Data.Common", + "baseClass": "System.MarshalByRefObject", + "attribute": "", + "interfaces": [ + "IColumnMappingCollection", + "IList", + "ICollection", + "IEnumerable" + ], + "fields": [ + { + "typeName": "int", + "name": "Count", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.Common.DataColumnMapping", + "name": "this[]", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.Common.DataColumnMapping", + "name": "this[]", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "DataColumnMapping", + "params": [ + { "name": "sourceColumn", "typeName": "string" }, + { "name": "dataSetColumn", "typeName": "string" } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "values", "typeName": "System.Array" }], + "isStatic": false, + "name": "AddRange", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "values", + "typeName": "System.Data.Common.DataColumnMapping[]" + } + ], + "isStatic": false, + "name": "AddRange", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Clear", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "Contains", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": false, + "name": "Contains", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "array", "typeName": "System.Array" }, + { "name": "index", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "array", + "typeName": "System.Data.Common.DataColumnMapping[]" + }, + { "name": "index", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "DataColumnMapping", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": false, + "name": "GetByDataSetColumn", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "DataColumnMapping", + "params": [ + { + "name": "columnMappings", + "typeName": "System.Data.Common.DataColumnMappingCollection" + }, + { "name": "sourceColumn", "typeName": "string" }, + { + "name": "mappingAction", + "typeName": "System.Data.MissingMappingAction" + } + ], + "isStatic": true, + "name": "GetColumnMappingBySchemaAction", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "DataColumn", + "params": [ + { + "name": "columnMappings", + "typeName": "System.Data.Common.DataColumnMappingCollection" + }, + { "name": "sourceColumn", "typeName": "string" }, + { "name": "dataType", "typeName": "System.Type" }, + { "name": "dataTable", "typeName": "System.Data.DataTable" }, + { + "name": "mappingAction", + "typeName": "System.Data.MissingMappingAction" + }, + { + "name": "schemaAction", + "typeName": "System.Data.MissingSchemaAction" + } + ], + "isStatic": true, + "name": "GetDataColumn", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "IEnumerator", + "params": [], + "isStatic": false, + "name": "GetEnumerator", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "IndexOf", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "sourceColumn", "typeName": "string" }], + "isStatic": false, + "name": "IndexOf", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "dataSetColumn", "typeName": "string" }], + "isStatic": false, + "name": "IndexOfDataSetColumn", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { + "name": "value", + "typeName": "System.Data.Common.DataColumnMapping" + } + ], + "isStatic": false, + "name": "Insert", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "value", "typeName": "object" } + ], + "isStatic": false, + "name": "Insert", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Data.Common.DataColumnMapping" + } + ], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "RemoveAt", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "sourceColumn", "typeName": "string" }], + "isStatic": false, + "name": "RemoveAt", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "DataColumnMappingCollection", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data.SqlTypes", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["INullable", "IComparable", "IXmlSerializable"], + "fields": [ + { + "typeName": "System.Data.SqlTypes.SqlDateTime", + "name": "MaxValue", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlTypes.SqlDateTime", + "name": "MinValue", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlTypes.SqlDateTime", + "name": "Null", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "int", + "name": "SQLTicksPerHour", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "int", + "name": "SQLTicksPerMinute", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "int", + "name": "SQLTicksPerSecond", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "int", + "name": "DayTicks", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "bool", + "name": "IsNull", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "int", + "name": "TimeTicks", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.DateTime", + "name": "Value", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.DateTime" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "dayTicks", "typeName": "int" }, + { "name": "timeTicks", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "year", "typeName": "int" }, + { "name": "month", "typeName": "int" }, + { "name": "day", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "year", "typeName": "int" }, + { "name": "month", "typeName": "int" }, + { "name": "day", "typeName": "int" }, + { "name": "hour", "typeName": "int" }, + { "name": "minute", "typeName": "int" }, + { "name": "second", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "year", "typeName": "int" }, + { "name": "month", "typeName": "int" }, + { "name": "day", "typeName": "int" }, + { "name": "hour", "typeName": "int" }, + { "name": "minute", "typeName": "int" }, + { "name": "second", "typeName": "int" }, + { "name": "millisecond", "typeName": "double" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "year", "typeName": "int" }, + { "name": "month", "typeName": "int" }, + { "name": "day", "typeName": "int" }, + { "name": "hour", "typeName": "int" }, + { "name": "minute", "typeName": "int" }, + { "name": "second", "typeName": "int" }, + { "name": "bilisecond", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlDateTime", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlDateTime" }, + { "name": "t", "typeName": "System.TimeSpan" } + ], + "isStatic": true, + "name": "Add", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "value", "typeName": "System.Data.SqlTypes.SqlDateTime" } + ], + "isStatic": false, + "name": "CompareTo", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "CompareTo", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlDateTime" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlDateTime" } + ], + "isStatic": true, + "name": "Equals", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "XmlQualifiedName", + "params": [ + { + "name": "schemaSet", + "typeName": "System.Xml.Schema.XmlSchemaSet" + } + ], + "isStatic": true, + "name": "GetXsdType", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlDateTime" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlDateTime" } + ], + "isStatic": true, + "name": "GreaterThan", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlDateTime" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlDateTime" } + ], + "isStatic": true, + "name": "GreaterThanOrEqual", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlDateTime" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlDateTime" } + ], + "isStatic": true, + "name": "LessThan", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlDateTime" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlDateTime" } + ], + "isStatic": true, + "name": "LessThanOrEqual", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlDateTime" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlDateTime" } + ], + "isStatic": true, + "name": "NotEquals", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlDateTime", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlDateTime" }, + { "name": "t", "typeName": "System.TimeSpan" } + ], + "isStatic": true, + "name": "op_Addition", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlDateTime" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlDateTime" } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "DateTime", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlDateTime" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlDateTime", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlString" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlDateTime" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlDateTime" } + ], + "isStatic": true, + "name": "op_GreaterThan", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlDateTime" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlDateTime" } + ], + "isStatic": true, + "name": "op_GreaterThanOrEqual", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlDateTime", + "params": [{ "name": "value", "typeName": "System.DateTime" }], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlDateTime" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlDateTime" } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlDateTime" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlDateTime" } + ], + "isStatic": true, + "name": "op_LessThan", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlDateTime" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlDateTime" } + ], + "isStatic": true, + "name": "op_LessThanOrEqual", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlDateTime", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlDateTime" }, + { "name": "t", "typeName": "System.TimeSpan" } + ], + "isStatic": true, + "name": "op_Subtraction", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlDateTime", + "params": [{ "name": "s", "typeName": "string" }], + "isStatic": true, + "name": "Parse", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlDateTime", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlDateTime" }, + { "name": "t", "typeName": "System.TimeSpan" } + ], + "isStatic": true, + "name": "Subtract", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlString", + "params": [], + "isStatic": false, + "name": "ToSqlString", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "SqlDateTime", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data.Common", + "baseClass": "System.MarshalByRefObject", + "attribute": "", + "interfaces": ["ITableMapping", "ICloneable"], + "fields": [ + { + "typeName": "System.Data.Common.DataColumnMappingCollection", + "name": "ColumnMappings", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "DataSetTable", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "SourceTable", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "sourceTable", "typeName": "string" }, + { "name": "dataSetTable", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "sourceTable", "typeName": "string" }, + { "name": "dataSetTable", "typeName": "string" }, + { + "name": "columnMappings", + "typeName": "System.Data.Common.DataColumnMapping[]" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "DataColumnMapping", + "params": [ + { "name": "sourceColumn", "typeName": "string" }, + { + "name": "mappingAction", + "typeName": "System.Data.MissingMappingAction" + } + ], + "isStatic": false, + "name": "GetColumnMappingBySchemaAction", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "DataColumn", + "params": [ + { "name": "sourceColumn", "typeName": "string" }, + { "name": "dataType", "typeName": "System.Type" }, + { "name": "dataTable", "typeName": "System.Data.DataTable" }, + { + "name": "mappingAction", + "typeName": "System.Data.MissingMappingAction" + }, + { + "name": "schemaAction", + "typeName": "System.Data.MissingSchemaAction" + } + ], + "isStatic": false, + "name": "GetDataColumn", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "DataTable", + "params": [ + { "name": "dataSet", "typeName": "System.Data.DataSet" }, + { + "name": "schemaAction", + "typeName": "System.Data.MissingSchemaAction" + } + ], + "isStatic": false, + "name": "GetDataTableBySchemaAction", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "DataTableMapping", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data.Common", + "baseClass": "System.MarshalByRefObject", + "attribute": "", + "interfaces": [ + "ITableMappingCollection", + "IList", + "ICollection", + "IEnumerable" + ], + "fields": [ + { + "typeName": "int", + "name": "Count", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.Common.DataTableMapping", + "name": "this[]", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.Common.DataTableMapping", + "name": "this[]", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "DataTableMapping", + "params": [ + { "name": "sourceTable", "typeName": "string" }, + { "name": "dataSetTable", "typeName": "string" } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "values", "typeName": "System.Array" }], + "isStatic": false, + "name": "AddRange", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "values", + "typeName": "System.Data.Common.DataTableMapping[]" + } + ], + "isStatic": false, + "name": "AddRange", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Clear", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "Contains", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": false, + "name": "Contains", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "array", "typeName": "System.Array" }, + { "name": "index", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "array", + "typeName": "System.Data.Common.DataTableMapping[]" + }, + { "name": "index", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "DataTableMapping", + "params": [{ "name": "dataSetTable", "typeName": "string" }], + "isStatic": false, + "name": "GetByDataSetTable", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "IEnumerator", + "params": [], + "isStatic": false, + "name": "GetEnumerator", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "DataTableMapping", + "params": [ + { + "name": "tableMappings", + "typeName": "System.Data.Common.DataTableMappingCollection" + }, + { "name": "sourceTable", "typeName": "string" }, + { "name": "dataSetTable", "typeName": "string" }, + { + "name": "mappingAction", + "typeName": "System.Data.MissingMappingAction" + } + ], + "isStatic": true, + "name": "GetTableMappingBySchemaAction", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "IndexOf", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "sourceTable", "typeName": "string" }], + "isStatic": false, + "name": "IndexOf", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "dataSetTable", "typeName": "string" }], + "isStatic": false, + "name": "IndexOfDataSetTable", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { + "name": "value", + "typeName": "System.Data.Common.DataTableMapping" + } + ], + "isStatic": false, + "name": "Insert", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "value", "typeName": "object" } + ], + "isStatic": false, + "name": "Insert", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Data.Common.DataTableMapping" + } + ], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "RemoveAt", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "sourceTable", "typeName": "string" }], + "isStatic": false, + "name": "RemoveAt", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "DataTableMappingCollection", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data.Common", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool?", + "name": "AllowDBNull", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "BaseCatalogName", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "BaseColumnName", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "BaseSchemaName", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "BaseServerName", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "BaseTableName", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "ColumnName", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "int?", + "name": "ColumnOrdinal", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "int?", + "name": "ColumnSize", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Type", + "name": "DataType", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "DataTypeName", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "bool?", + "name": "IsAliased", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "bool?", + "name": "IsAutoIncrement", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "bool?", + "name": "IsExpression", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "bool?", + "name": "IsHidden", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "bool?", + "name": "IsIdentity", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "bool?", + "name": "IsKey", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "bool?", + "name": "IsLong", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "bool?", + "name": "IsReadOnly", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "bool?", + "name": "IsUnique", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "object", + "name": "this[]", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "int?", + "name": "NumericPrecision", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "int?", + "name": "NumericScale", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "UdtAssemblyQualifiedName", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [], + "name": "DbColumn", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data.Common", + "baseClass": "System.ComponentModel.Component", + "attribute": "", + "interfaces": ["IComponent", "IDbCommand", "IDisposable"], + "fields": [ + { + "typeName": "string", + "name": "CommandText", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "int", + "name": "CommandTimeout", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.CommandType", + "name": "CommandType", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.Common.DbConnection", + "name": "Connection", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "bool", + "name": "DesignTimeVisible", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.Common.DbParameterCollection", + "name": "Parameters", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.Common.DbTransaction", + "name": "Transaction", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.UpdateRowSource", + "name": "UpdatedRowSource", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Cancel", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "DbParameter", + "params": [], + "isStatic": false, + "name": "CreateParameter", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "ExecuteNonQuery", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Task", + "params": [], + "isStatic": false, + "name": "ExecuteNonQueryAsync", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": false, + "name": "ExecuteNonQueryAsync", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "DbDataReader", + "params": [], + "isStatic": false, + "name": "ExecuteReader", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "DbDataReader", + "params": [ + { "name": "behavior", "typeName": "System.Data.CommandBehavior" } + ], + "isStatic": false, + "name": "ExecuteReader", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Task", + "params": [], + "isStatic": false, + "name": "ExecuteReaderAsync", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "behavior", "typeName": "System.Data.CommandBehavior" } + ], + "isStatic": false, + "name": "ExecuteReaderAsync", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "behavior", "typeName": "System.Data.CommandBehavior" }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": false, + "name": "ExecuteReaderAsync", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": false, + "name": "ExecuteReaderAsync", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Object", + "params": [], + "isStatic": false, + "name": "ExecuteScalar", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Task", + "params": [], + "isStatic": false, + "name": "ExecuteScalarAsync", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": false, + "name": "ExecuteScalarAsync", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Prepare", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "DbCommand", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data.Common", + "baseClass": "System.ComponentModel.Component", + "attribute": "", + "interfaces": ["IComponent", "IDisposable"], + "fields": [ + { + "typeName": "System.Data.Common.CatalogLocation", + "name": "CatalogLocation", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "CatalogSeparator", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.ConflictOption", + "name": "ConflictOption", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.Common.DbDataAdapter", + "name": "DataAdapter", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "QuotePrefix", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "QuoteSuffix", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "SchemaSeparator", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "bool", + "name": "SetAllValues", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "DbCommand", + "params": [], + "isStatic": false, + "name": "GetDeleteCommand", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "DbCommand", + "params": [ + { "name": "useColumnsForParameterNames", "typeName": "bool" } + ], + "isStatic": false, + "name": "GetDeleteCommand", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "DbCommand", + "params": [], + "isStatic": false, + "name": "GetInsertCommand", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "DbCommand", + "params": [ + { "name": "useColumnsForParameterNames", "typeName": "bool" } + ], + "isStatic": false, + "name": "GetInsertCommand", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "DbCommand", + "params": [], + "isStatic": false, + "name": "GetUpdateCommand", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "DbCommand", + "params": [ + { "name": "useColumnsForParameterNames", "typeName": "bool" } + ], + "isStatic": false, + "name": "GetUpdateCommand", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "unquotedIdentifier", "typeName": "string" }], + "isStatic": false, + "name": "QuoteIdentifier", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "RefreshSchema", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "quotedIdentifier", "typeName": "string" }], + "isStatic": false, + "name": "UnquoteIdentifier", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "DbCommandBuilder", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data.Common", + "baseClass": "System.ComponentModel.Component", + "attribute": "", + "interfaces": ["IComponent", "IDbConnection", "IDisposable"], + "fields": [ + { + "typeName": "string", + "name": "ConnectionString", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "int", + "name": "ConnectionTimeout", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "Database", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "DataSource", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "ServerVersion", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.ConnectionState", + "name": "State", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.StateChangeEventHandler", + "name": "StateChange", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Data.StateChangeEventHandler" + } + ], + "isStatic": false, + "name": "add_StateChange", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Data.StateChangeEventHandler" + } + ], + "isStatic": false, + "name": "remove_StateChange", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "DbTransaction", + "params": [], + "isStatic": false, + "name": "BeginTransaction", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "DbTransaction", + "params": [ + { + "name": "isolationLevel", + "typeName": "System.Data.IsolationLevel" + } + ], + "isStatic": false, + "name": "BeginTransaction", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "databaseName", "typeName": "string" }], + "isStatic": false, + "name": "ChangeDatabase", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Close", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "DbCommand", + "params": [], + "isStatic": false, + "name": "CreateCommand", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "transaction", + "typeName": "System.Transactions.Transaction" + } + ], + "isStatic": false, + "name": "EnlistTransaction", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "DataTable", + "params": [], + "isStatic": false, + "name": "GetSchema", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "DataTable", + "params": [{ "name": "collectionName", "typeName": "string" }], + "isStatic": false, + "name": "GetSchema", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "DataTable", + "params": [ + { "name": "collectionName", "typeName": "string" }, + { "name": "restrictionValues", "typeName": "string[]" } + ], + "isStatic": false, + "name": "GetSchema", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Open", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Task", + "params": [], + "isStatic": false, + "name": "OpenAsync", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": false, + "name": "OpenAsync", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "DbConnection", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data.Common", + "baseClass": "object", + "attribute": "", + "interfaces": [ + "IDictionary", + "ICollection", + "IEnumerable", + "ICustomTypeDescriptor" + ], + "fields": [ + { + "typeName": "bool", + "name": "BrowsableConnectionString", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "ConnectionString", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "int", + "name": "Count", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "bool", + "name": "IsFixedSize", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "bool", + "name": "IsReadOnly", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "object", + "name": "this[]", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Collections.ICollection", + "name": "Keys", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Collections.ICollection", + "name": "Values", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "useOdbcRules", "typeName": "bool" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "keyword", "typeName": "string" }, + { "name": "value", "typeName": "object" } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "builder", "typeName": "System.Text.StringBuilder" }, + { "name": "keyword", "typeName": "string" }, + { "name": "value", "typeName": "string" } + ], + "isStatic": true, + "name": "AppendKeyValuePair", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "builder", "typeName": "System.Text.StringBuilder" }, + { "name": "keyword", "typeName": "string" }, + { "name": "value", "typeName": "string" }, + { "name": "useOdbcRules", "typeName": "bool" } + ], + "isStatic": true, + "name": "AppendKeyValuePair", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Clear", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "keyword", "typeName": "string" }], + "isStatic": false, + "name": "ContainsKey", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "connectionStringBuilder", + "typeName": "System.Data.Common.DbConnectionStringBuilder" + } + ], + "isStatic": false, + "name": "EquivalentTo", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "keyword", "typeName": "string" }], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "keyword", "typeName": "string" }], + "isStatic": false, + "name": "ShouldSerialize", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "keyword", "typeName": "string" }, + { "name": "value", "typeName": "object" } + ], + "isStatic": false, + "name": "TryGetValue", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "DbConnectionStringBuilder", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data.Common", + "baseClass": "System.Data.Common.DataAdapter", + "attribute": "", + "interfaces": [ + "IComponent", + "IDisposable", + "IDbDataAdapter", + "IDataAdapter", + "ICloneable" + ], + "fields": [ + { + "typeName": "string", + "name": "DefaultSourceTableName", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.Common.DbCommand", + "name": "DeleteCommand", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.Common.DbCommand", + "name": "InsertCommand", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.Common.DbCommand", + "name": "SelectCommand", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "int", + "name": "UpdateBatchSize", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.Common.DbCommand", + "name": "UpdateCommand", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "Int32", + "params": [{ "name": "dataSet", "typeName": "System.Data.DataSet" }], + "isStatic": false, + "name": "Fill", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "dataSet", "typeName": "System.Data.DataSet" }, + { "name": "startRecord", "typeName": "int" }, + { "name": "maxRecords", "typeName": "int" }, + { "name": "srcTable", "typeName": "string" } + ], + "isStatic": false, + "name": "Fill", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "dataSet", "typeName": "System.Data.DataSet" }, + { "name": "srcTable", "typeName": "string" } + ], + "isStatic": false, + "name": "Fill", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "dataTable", "typeName": "System.Data.DataTable" } + ], + "isStatic": false, + "name": "Fill", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "startRecord", "typeName": "int" }, + { "name": "maxRecords", "typeName": "int" }, + { "name": "dataTables", "typeName": "System.Data.DataTable[]" } + ], + "isStatic": false, + "name": "Fill", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "dataSet", "typeName": "System.Data.DataSet" }, + { "name": "schemaType", "typeName": "System.Data.SchemaType" } + ], + "isStatic": false, + "name": "FillSchema", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "dataSet", "typeName": "System.Data.DataSet" }, + { "name": "schemaType", "typeName": "System.Data.SchemaType" }, + { "name": "srcTable", "typeName": "string" } + ], + "isStatic": false, + "name": "FillSchema", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "DataTable", + "params": [ + { "name": "dataTable", "typeName": "System.Data.DataTable" }, + { "name": "schemaType", "typeName": "System.Data.SchemaType" } + ], + "isStatic": false, + "name": "FillSchema", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetFillParameters", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "dataRows", "typeName": "System.Data.DataRow[]" } + ], + "isStatic": false, + "name": "Update", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "dataSet", "typeName": "System.Data.DataSet" }], + "isStatic": false, + "name": "Update", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "dataSet", "typeName": "System.Data.DataSet" }, + { "name": "srcTable", "typeName": "string" } + ], + "isStatic": false, + "name": "Update", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "dataTable", "typeName": "System.Data.DataTable" } + ], + "isStatic": false, + "name": "Update", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "DbDataAdapter", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data.Common", + "baseClass": "System.Security.CodeAccessPermission", + "attribute": "", + "interfaces": [ + "IPermission", + "ISecurityEncodable", + "IStackWalk", + "IUnrestrictedPermission" + ], + "fields": [ + { + "typeName": "bool", + "name": "AllowBlankPassword", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "connectionString", "typeName": "string" }, + { "name": "restrictions", "typeName": "string" }, + { + "name": "behavior", + "typeName": "System.Data.KeyRestrictionBehavior" + } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "IPermission", + "params": [], + "isStatic": false, + "name": "Copy", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "securityElement", + "typeName": "System.Security.SecurityElement" + } + ], + "isStatic": false, + "name": "FromXml", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "IPermission", + "params": [ + { "name": "target", "typeName": "System.Security.IPermission" } + ], + "isStatic": false, + "name": "Intersect", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "target", "typeName": "System.Security.IPermission" } + ], + "isStatic": false, + "name": "IsSubsetOf", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "IsUnrestricted", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SecurityElement", + "params": [], + "isStatic": false, + "name": "ToXml", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "IPermission", + "params": [ + { "name": "target", "typeName": "System.Security.IPermission" } + ], + "isStatic": false, + "name": "Union", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "DBDataPermission", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data.Common", + "baseClass": "System.Security.Permissions.CodeAccessSecurityAttribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "bool", + "name": "AllowBlankPassword", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "ConnectionString", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.KeyRestrictionBehavior", + "name": "KeyRestrictionBehavior", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "KeyRestrictions", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "ShouldSerializeConnectionString", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "ShouldSerializeKeyRestrictions", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "DBDataPermissionAttribute", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data.Common", + "baseClass": "System.MarshalByRefObject", + "attribute": "", + "interfaces": [ + "IEnumerable", + "IDataReader", + "IDataRecord", + "IDisposable" + ], + "fields": [ + { + "typeName": "int", + "name": "Depth", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "int", + "name": "FieldCount", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "bool", + "name": "HasRows", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "bool", + "name": "IsClosed", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "object", + "name": "this[]", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "object", + "name": "this[]", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "int", + "name": "RecordsAffected", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "int", + "name": "VisibleFieldCount", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Close", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "ordinal", "typeName": "int" }], + "isStatic": false, + "name": "GetBoolean", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Byte", + "params": [{ "name": "ordinal", "typeName": "int" }], + "isStatic": false, + "name": "GetByte", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int64", + "params": [ + { "name": "ordinal", "typeName": "int" }, + { "name": "dataOffset", "typeName": "long" }, + { "name": "buffer", "typeName": "byte[]" }, + { "name": "bufferOffset", "typeName": "int" }, + { "name": "length", "typeName": "int" } + ], + "isStatic": false, + "name": "GetBytes", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Char", + "params": [{ "name": "ordinal", "typeName": "int" }], + "isStatic": false, + "name": "GetChar", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int64", + "params": [ + { "name": "ordinal", "typeName": "int" }, + { "name": "dataOffset", "typeName": "long" }, + { "name": "buffer", "typeName": "char[]" }, + { "name": "bufferOffset", "typeName": "int" }, + { "name": "length", "typeName": "int" } + ], + "isStatic": false, + "name": "GetChars", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "DbDataReader", + "params": [{ "name": "ordinal", "typeName": "int" }], + "isStatic": false, + "name": "GetData", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "ordinal", "typeName": "int" }], + "isStatic": false, + "name": "GetDataTypeName", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "DateTime", + "params": [{ "name": "ordinal", "typeName": "int" }], + "isStatic": false, + "name": "GetDateTime", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Decimal", + "params": [{ "name": "ordinal", "typeName": "int" }], + "isStatic": false, + "name": "GetDecimal", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Double", + "params": [{ "name": "ordinal", "typeName": "int" }], + "isStatic": false, + "name": "GetDouble", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "IEnumerator", + "params": [], + "isStatic": false, + "name": "GetEnumerator", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Type", + "params": [{ "name": "ordinal", "typeName": "int" }], + "isStatic": false, + "name": "GetFieldType", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Task", + "params": [{ "name": "ordinal", "typeName": "int" }], + "isStatic": false, + "name": "GetFieldValueAsync", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "ordinal", "typeName": "int" }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": false, + "name": "GetFieldValueAsync", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "T", + "params": [{ "name": "ordinal", "typeName": "int" }], + "isStatic": false, + "name": "GetFieldValue", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "ordinal", "typeName": "int" }], + "isStatic": false, + "name": "GetFloat", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Guid", + "params": [{ "name": "ordinal", "typeName": "int" }], + "isStatic": false, + "name": "GetGuid", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int16", + "params": [{ "name": "ordinal", "typeName": "int" }], + "isStatic": false, + "name": "GetInt16", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "ordinal", "typeName": "int" }], + "isStatic": false, + "name": "GetInt32", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int64", + "params": [{ "name": "ordinal", "typeName": "int" }], + "isStatic": false, + "name": "GetInt64", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "ordinal", "typeName": "int" }], + "isStatic": false, + "name": "GetName", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "GetOrdinal", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Type", + "params": [{ "name": "ordinal", "typeName": "int" }], + "isStatic": false, + "name": "GetProviderSpecificFieldType", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Object", + "params": [{ "name": "ordinal", "typeName": "int" }], + "isStatic": false, + "name": "GetProviderSpecificValue", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "values", "typeName": "object[]" }], + "isStatic": false, + "name": "GetProviderSpecificValues", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "DataTable", + "params": [], + "isStatic": false, + "name": "GetSchemaTable", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Stream", + "params": [{ "name": "ordinal", "typeName": "int" }], + "isStatic": false, + "name": "GetStream", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "ordinal", "typeName": "int" }], + "isStatic": false, + "name": "GetString", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "TextReader", + "params": [{ "name": "ordinal", "typeName": "int" }], + "isStatic": false, + "name": "GetTextReader", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Object", + "params": [{ "name": "ordinal", "typeName": "int" }], + "isStatic": false, + "name": "GetValue", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "values", "typeName": "object[]" }], + "isStatic": false, + "name": "GetValues", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "ordinal", "typeName": "int" }], + "isStatic": false, + "name": "IsDBNull", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Task", + "params": [{ "name": "ordinal", "typeName": "int" }], + "isStatic": false, + "name": "IsDBNullAsync", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "ordinal", "typeName": "int" }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": false, + "name": "IsDBNullAsync", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "NextResult", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Task", + "params": [], + "isStatic": false, + "name": "NextResultAsync", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": false, + "name": "NextResultAsync", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "Read", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Task", + "params": [], + "isStatic": false, + "name": "ReadAsync", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": false, + "name": "ReadAsync", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "DbDataReader", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data.Common", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "CanGetColumnSchema", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "ReadOnlyCollection", + "params": [], + "isStatic": false, + "name": "GetColumnSchema", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "DbDataReaderExtensions", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data.Common", + "baseClass": "object", + "attribute": "", + "interfaces": ["ICustomTypeDescriptor", "IDataRecord"], + "fields": [ + { + "typeName": "int", + "name": "FieldCount", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "object", + "name": "this[]", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "object", + "name": "this[]", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [{ "name": "i", "typeName": "int" }], + "isStatic": false, + "name": "GetBoolean", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Byte", + "params": [{ "name": "i", "typeName": "int" }], + "isStatic": false, + "name": "GetByte", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int64", + "params": [ + { "name": "i", "typeName": "int" }, + { "name": "dataIndex", "typeName": "long" }, + { "name": "buffer", "typeName": "byte[]" }, + { "name": "bufferIndex", "typeName": "int" }, + { "name": "length", "typeName": "int" } + ], + "isStatic": false, + "name": "GetBytes", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Char", + "params": [{ "name": "i", "typeName": "int" }], + "isStatic": false, + "name": "GetChar", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int64", + "params": [ + { "name": "i", "typeName": "int" }, + { "name": "dataIndex", "typeName": "long" }, + { "name": "buffer", "typeName": "char[]" }, + { "name": "bufferIndex", "typeName": "int" }, + { "name": "length", "typeName": "int" } + ], + "isStatic": false, + "name": "GetChars", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "IDataReader", + "params": [{ "name": "i", "typeName": "int" }], + "isStatic": false, + "name": "GetData", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "i", "typeName": "int" }], + "isStatic": false, + "name": "GetDataTypeName", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "DateTime", + "params": [{ "name": "i", "typeName": "int" }], + "isStatic": false, + "name": "GetDateTime", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Decimal", + "params": [{ "name": "i", "typeName": "int" }], + "isStatic": false, + "name": "GetDecimal", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Double", + "params": [{ "name": "i", "typeName": "int" }], + "isStatic": false, + "name": "GetDouble", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Type", + "params": [{ "name": "i", "typeName": "int" }], + "isStatic": false, + "name": "GetFieldType", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "i", "typeName": "int" }], + "isStatic": false, + "name": "GetFloat", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Guid", + "params": [{ "name": "i", "typeName": "int" }], + "isStatic": false, + "name": "GetGuid", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int16", + "params": [{ "name": "i", "typeName": "int" }], + "isStatic": false, + "name": "GetInt16", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "i", "typeName": "int" }], + "isStatic": false, + "name": "GetInt32", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int64", + "params": [{ "name": "i", "typeName": "int" }], + "isStatic": false, + "name": "GetInt64", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "i", "typeName": "int" }], + "isStatic": false, + "name": "GetName", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "GetOrdinal", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "i", "typeName": "int" }], + "isStatic": false, + "name": "GetString", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Object", + "params": [{ "name": "i", "typeName": "int" }], + "isStatic": false, + "name": "GetValue", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "values", "typeName": "object[]" }], + "isStatic": false, + "name": "GetValues", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "i", "typeName": "int" }], + "isStatic": false, + "name": "IsDBNull", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "DbDataRecord", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.CodeDom.Compiler", + "baseClass": "System.CodeDom.Compiler.CodeGenerator", + "attribute": "", + "interfaces": ["ICodeGenerator", "ICodeCompiler"], + "fields": [], + "methods": [], + "name": "CodeCompiler", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Data.Common", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "DataTable", + "params": [], + "isStatic": false, + "name": "GetDataSources", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "DbDataSourceEnumerator", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data.Common", + "baseClass": "object", + "attribute": "", + "interfaces": ["IEnumerator"], + "fields": [ + { + "typeName": "object", + "name": "Current", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "reader", "typeName": "System.Data.Common.DbDataReader" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "reader", "typeName": "System.Data.Common.DbDataReader" }, + { "name": "closeReader", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "reader", "typeName": "System.Data.IDataReader" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "reader", "typeName": "System.Data.IDataReader" }, + { "name": "closeReader", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "MoveNext", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Reset", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "DbEnumerator", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data.Common", + "baseClass": "System.Runtime.InteropServices.ExternalException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [], + "name": "DbException", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.CodeDom.Compiler", + "baseClass": "System.ComponentModel.Component", + "attribute": "", + "interfaces": ["IComponent", "IDisposable"], + "fields": [ + { + "typeName": "string", + "name": "FileExtension", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.Compiler.LanguageOptions", + "name": "LanguageOptions", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "CompilerResults", + "params": [ + { + "name": "options", + "typeName": "System.CodeDom.Compiler.CompilerParameters" + }, + { + "name": "compilationUnits", + "typeName": "System.CodeDom.CodeCompileUnit[]" + } + ], + "isStatic": false, + "name": "CompileAssemblyFromDom", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "CompilerResults", + "params": [ + { + "name": "options", + "typeName": "System.CodeDom.Compiler.CompilerParameters" + }, + { "name": "fileNames", "typeName": "string[]" } + ], + "isStatic": false, + "name": "CompileAssemblyFromFile", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "CompilerResults", + "params": [ + { + "name": "options", + "typeName": "System.CodeDom.Compiler.CompilerParameters" + }, + { "name": "sources", "typeName": "string[]" } + ], + "isStatic": false, + "name": "CompileAssemblyFromSource", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "ICodeCompiler", + "params": [], + "isStatic": false, + "name": "CreateCompiler", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": false, + "name": "CreateEscapedIdentifier", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "ICodeGenerator", + "params": [], + "isStatic": false, + "name": "CreateGenerator", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "ICodeGenerator", + "params": [{ "name": "output", "typeName": "System.IO.TextWriter" }], + "isStatic": false, + "name": "CreateGenerator", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "ICodeGenerator", + "params": [{ "name": "fileName", "typeName": "string" }], + "isStatic": false, + "name": "CreateGenerator", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "ICodeParser", + "params": [], + "isStatic": false, + "name": "CreateParser", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "CodeDomProvider", + "params": [{ "name": "language", "typeName": "string" }], + "isStatic": true, + "name": "CreateProvider", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "CodeDomProvider", + "params": [ + { "name": "language", "typeName": "string" }, + { + "name": "providerOptions", + "typeName": "System.Collections.Generic.IDictionary" + } + ], + "isStatic": true, + "name": "CreateProvider", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": false, + "name": "CreateValidIdentifier", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "compileUnit", + "typeName": "System.CodeDom.CodeCompileUnit" + }, + { "name": "writer", "typeName": "System.IO.TextWriter" }, + { + "name": "options", + "typeName": "System.CodeDom.Compiler.CodeGeneratorOptions" + } + ], + "isStatic": false, + "name": "GenerateCodeFromCompileUnit", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "expression", + "typeName": "System.CodeDom.CodeExpression" + }, + { "name": "writer", "typeName": "System.IO.TextWriter" }, + { + "name": "options", + "typeName": "System.CodeDom.Compiler.CodeGeneratorOptions" + } + ], + "isStatic": false, + "name": "GenerateCodeFromExpression", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "member", "typeName": "System.CodeDom.CodeTypeMember" }, + { "name": "writer", "typeName": "System.IO.TextWriter" }, + { + "name": "options", + "typeName": "System.CodeDom.Compiler.CodeGeneratorOptions" + } + ], + "isStatic": false, + "name": "GenerateCodeFromMember", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "codeNamespace", + "typeName": "System.CodeDom.CodeNamespace" + }, + { "name": "writer", "typeName": "System.IO.TextWriter" }, + { + "name": "options", + "typeName": "System.CodeDom.Compiler.CodeGeneratorOptions" + } + ], + "isStatic": false, + "name": "GenerateCodeFromNamespace", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "statement", "typeName": "System.CodeDom.CodeStatement" }, + { "name": "writer", "typeName": "System.IO.TextWriter" }, + { + "name": "options", + "typeName": "System.CodeDom.Compiler.CodeGeneratorOptions" + } + ], + "isStatic": false, + "name": "GenerateCodeFromStatement", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "codeType", + "typeName": "System.CodeDom.CodeTypeDeclaration" + }, + { "name": "writer", "typeName": "System.IO.TextWriter" }, + { + "name": "options", + "typeName": "System.CodeDom.Compiler.CodeGeneratorOptions" + } + ], + "isStatic": false, + "name": "GenerateCodeFromType", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": true, + "name": "GetAllCompilerInfo", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "CompilerInfo", + "params": [{ "name": "language", "typeName": "string" }], + "isStatic": true, + "name": "GetCompilerInfo", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "TypeConverter", + "params": [{ "name": "type", "typeName": "System.Type" }], + "isStatic": false, + "name": "GetConverter", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "extension", "typeName": "string" }], + "isStatic": true, + "name": "GetLanguageFromExtension", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "type", "typeName": "System.CodeDom.CodeTypeReference" } + ], + "isStatic": false, + "name": "GetTypeOutput", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "extension", "typeName": "string" }], + "isStatic": true, + "name": "IsDefinedExtension", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "language", "typeName": "string" }], + "isStatic": true, + "name": "IsDefinedLanguage", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": false, + "name": "IsValidIdentifier", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "CodeCompileUnit", + "params": [ + { "name": "codeStream", "typeName": "System.IO.TextReader" } + ], + "isStatic": false, + "name": "Parse", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "generatorSupport", + "typeName": "System.CodeDom.Compiler.GeneratorSupport" + } + ], + "isStatic": false, + "name": "Supports", + "comment": "", + "location": "System.dll" + } + ], + "name": "CodeDomProvider", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Data.Common", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "DataSourceInformation", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "DataTypes", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "MetaDataCollections", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "ReservedWords", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "Restrictions", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [], + "name": "DbMetaDataCollectionNames", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.CodeDom.Compiler", + "baseClass": "object", + "attribute": "", + "interfaces": ["ICodeGenerator"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "member", "typeName": "System.CodeDom.CodeTypeMember" }, + { "name": "writer", "typeName": "System.IO.TextWriter" }, + { + "name": "options", + "typeName": "System.CodeDom.Compiler.CodeGeneratorOptions" + } + ], + "isStatic": false, + "name": "GenerateCodeFromMember", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": true, + "name": "IsValidLanguageIndependentIdentifier", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "e", "typeName": "System.CodeDom.CodeObject" }], + "isStatic": true, + "name": "ValidateIdentifiers", + "comment": "", + "location": "System.dll" + } + ], + "name": "CodeGenerator", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.CodeDom.Compiler", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "BlankLinesBetweenMembers", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "BracingStyle", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "ElseOnClosing", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "IndentString", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "object", + "name": "this[]", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "VerbatimOrder", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "CodeGeneratorOptions", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.CodeDom.Compiler", + "baseClass": "object", + "attribute": "", + "interfaces": ["ICodeParser"], + "fields": [], + "methods": [ + { + "returnTypeName": "CodeCompileUnit", + "params": [ + { "name": "codeStream", "typeName": "System.IO.TextReader" } + ], + "isStatic": false, + "name": "Parse", + "comment": "", + "location": "System.dll" + } + ], + "name": "CodeParser", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Data.Common", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "CollectionName", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "ColumnSize", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "CompositeIdentifierSeparatorPattern", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "CreateFormat", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "CreateParameters", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "DataSourceProductName", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "DataSourceProductVersion", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "DataSourceProductVersionNormalized", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "DataType", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "GroupByBehavior", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "IdentifierCase", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "IdentifierPattern", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "IsAutoIncrementable", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "IsBestMatch", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "IsCaseSensitive", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "IsConcurrencyType", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "IsFixedLength", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "IsFixedPrecisionScale", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "IsLiteralSupported", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "IsLong", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "IsNullable", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "IsSearchable", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "IsSearchableWithLike", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "IsUnsigned", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "LiteralPrefix", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "LiteralSuffix", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "MaximumScale", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "MinimumScale", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "NumberOfIdentifierParts", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "NumberOfRestrictions", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "OrderByColumnsInSelect", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "ParameterMarkerFormat", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "ParameterMarkerPattern", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "ParameterNameMaxLength", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "ParameterNamePattern", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "ProviderDbType", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "QuotedIdentifierCase", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "QuotedIdentifierPattern", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "ReservedWord", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "StatementSeparatorPattern", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "StringLiteralPattern", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "SupportedJoinOperators", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "TypeName", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [], + "name": "DbMetaDataColumnNames", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data.Common", + "baseClass": "System.MarshalByRefObject", + "attribute": "", + "interfaces": ["IDbDataParameter", "IDataParameter"], + "fields": [ + { + "typeName": "System.Data.DbType", + "name": "DbType", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.ParameterDirection", + "name": "Direction", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "bool", + "name": "IsNullable", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "ParameterName", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "byte", + "name": "Precision", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "byte", + "name": "Scale", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "int", + "name": "Size", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "SourceColumn", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "bool", + "name": "SourceColumnNullMapping", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.DataRowVersion", + "name": "SourceVersion", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "object", + "name": "Value", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ResetDbType", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "DbParameter", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.CodeDom.Compiler", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "Column", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "ErrorNumber", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "ErrorText", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "FileName", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "IsWarning", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "Line", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "fileName", "typeName": "string" }, + { "name": "line", "typeName": "int" }, + { "name": "column", "typeName": "int" }, + { "name": "errorNumber", "typeName": "string" }, + { "name": "errorText", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.dll" + } + ], + "name": "CompilerError", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Data.Common", + "baseClass": "System.MarshalByRefObject", + "attribute": "", + "interfaces": [ + "IDataParameterCollection", + "IList", + "ICollection", + "IEnumerable" + ], + "fields": [ + { + "typeName": "int", + "name": "Count", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "bool", + "name": "IsFixedSize", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "bool", + "name": "IsReadOnly", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "bool", + "name": "IsSynchronized", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.Common.DbParameter", + "name": "this[]", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.Common.DbParameter", + "name": "this[]", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "object", + "name": "SyncRoot", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "Int32", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "values", "typeName": "System.Array" }], + "isStatic": false, + "name": "AddRange", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Clear", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "Contains", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": false, + "name": "Contains", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "array", "typeName": "System.Array" }, + { "name": "index", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "IEnumerator", + "params": [], + "isStatic": false, + "name": "GetEnumerator", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "IndexOf", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "parameterName", "typeName": "string" }], + "isStatic": false, + "name": "IndexOf", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "value", "typeName": "object" } + ], + "isStatic": false, + "name": "Insert", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "RemoveAt", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "parameterName", "typeName": "string" }], + "isStatic": false, + "name": "RemoveAt", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "DbParameterCollection", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.CodeDom.Compiler", + "baseClass": "System.Collections.CollectionBase", + "attribute": "", + "interfaces": ["IList", "ICollection", "IEnumerable"], + "fields": [ + { + "typeName": "bool", + "name": "HasErrors", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "HasWarnings", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.Compiler.CompilerError", + "name": "this[]", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.CodeDom.Compiler.CompilerErrorCollection" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.CodeDom.Compiler.CompilerError[]" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "value", + "typeName": "System.CodeDom.Compiler.CompilerError" + } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.CodeDom.Compiler.CompilerErrorCollection" + } + ], + "isStatic": false, + "name": "AddRange", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.CodeDom.Compiler.CompilerError[]" + } + ], + "isStatic": false, + "name": "AddRange", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "value", + "typeName": "System.CodeDom.Compiler.CompilerError" + } + ], + "isStatic": false, + "name": "Contains", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "array", + "typeName": "System.CodeDom.Compiler.CompilerError[]" + }, + { "name": "index", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "value", + "typeName": "System.CodeDom.Compiler.CompilerError" + } + ], + "isStatic": false, + "name": "IndexOf", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { + "name": "value", + "typeName": "System.CodeDom.Compiler.CompilerError" + } + ], + "isStatic": false, + "name": "Insert", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.CodeDom.Compiler.CompilerError" + } + ], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "System.dll" + } + ], + "name": "CompilerErrorCollection", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Data.Common", + "baseClass": "object", + "attribute": "", + "interfaces": ["IConfigurationSectionHandler"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "parent", "typeName": "object" }, + { "name": "configContext", "typeName": "object" }, + { "name": "section", "typeName": "System.Xml.XmlNode" } + ], + "isStatic": false, + "name": "Create", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "DbProviderConfigurationHandler", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data.Common", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "DbProviderFactory", + "params": [ + { + "name": "connection", + "typeName": "System.Data.Common.DbConnection" + } + ], + "isStatic": true, + "name": "GetFactory", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "DbProviderFactory", + "params": [ + { "name": "providerRow", "typeName": "System.Data.DataRow" } + ], + "isStatic": true, + "name": "GetFactory", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "DbProviderFactory", + "params": [{ "name": "providerInvariantName", "typeName": "string" }], + "isStatic": true, + "name": "GetFactory", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "DataTable", + "params": [], + "isStatic": true, + "name": "GetFactoryClasses", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "DbProviderFactories", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.CodeDom.Compiler", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Type", + "name": "CodeDomProviderType", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "IsCodeDomProviderTypeValid", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "CompilerParameters", + "params": [], + "isStatic": false, + "name": "CreateDefaultCompilerParameters", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "CodeDomProvider", + "params": [], + "isStatic": false, + "name": "CreateProvider", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "CodeDomProvider", + "params": [ + { + "name": "providerOptions", + "typeName": "System.Collections.Generic.IDictionary" + } + ], + "isStatic": false, + "name": "CreateProvider", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "o", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetExtensions", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetLanguages", + "comment": "", + "location": "System.dll" + } + ], + "name": "CompilerInfo", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Data.Common", + "baseClass": "object", + "attribute": "", + "interfaces": ["IConfigurationSectionHandler"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "parent", "typeName": "object" }, + { "name": "configContext", "typeName": "object" }, + { "name": "section", "typeName": "System.Xml.XmlNode" } + ], + "isStatic": false, + "name": "Create", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "DbProviderFactoriesConfigurationHandler", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data.Common", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "CanCreateDataSourceEnumerator", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "DbCommand", + "params": [], + "isStatic": false, + "name": "CreateCommand", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "DbCommandBuilder", + "params": [], + "isStatic": false, + "name": "CreateCommandBuilder", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "DbConnection", + "params": [], + "isStatic": false, + "name": "CreateConnection", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "DbConnectionStringBuilder", + "params": [], + "isStatic": false, + "name": "CreateConnectionStringBuilder", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "DbDataAdapter", + "params": [], + "isStatic": false, + "name": "CreateDataAdapter", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "DbDataSourceEnumerator", + "params": [], + "isStatic": false, + "name": "CreateDataSourceEnumerator", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "DbParameter", + "params": [], + "isStatic": false, + "name": "CreateParameter", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "CodeAccessPermission", + "params": [ + { + "name": "state", + "typeName": "System.Security.Permissions.PermissionState" + } + ], + "isStatic": false, + "name": "CreatePermission", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "DbProviderFactory", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.CodeDom.Compiler", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "CompilerOptions", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "CoreAssemblyFileName", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Collections.Specialized.StringCollection", + "name": "EmbeddedResources", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Policy.Evidence", + "name": "Evidence", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "GenerateExecutable", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "GenerateInMemory", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "IncludeDebugInformation", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Collections.Specialized.StringCollection", + "name": "LinkedResources", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "MainClass", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "OutputAssembly", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Collections.Specialized.StringCollection", + "name": "ReferencedAssemblies", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.Compiler.TempFileCollection", + "name": "TempFiles", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "TreatWarningsAsErrors", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.IntPtr", + "name": "UserToken", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "WarningLevel", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "Win32Resource", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "assemblyNames", "typeName": "string[]" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "assemblyNames", "typeName": "string[]" }, + { "name": "outputName", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "assemblyNames", "typeName": "string[]" }, + { "name": "outputName", "typeName": "string" }, + { "name": "includeDebugInformation", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "CompilerParameters", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Data.Common", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "bool", + "name": "IsProviderSpecificTypeProperty", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "isProviderSpecificTypeProperty", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "DbProviderSpecificTypePropertyAttribute", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.CodeDom.Compiler", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Reflection.Assembly", + "name": "CompiledAssembly", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.Compiler.CompilerErrorCollection", + "name": "Errors", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Policy.Evidence", + "name": "Evidence", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "NativeCompilerReturnValue", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Collections.Specialized.StringCollection", + "name": "Output", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "PathToAssembly", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.Compiler.TempFileCollection", + "name": "TempFiles", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "tempFiles", + "typeName": "System.CodeDom.Compiler.TempFileCollection" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "CompilerResults", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.CodeDom.Compiler", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "cmd", "typeName": "string" }, + { + "name": "tempFiles", + "typeName": "System.CodeDom.Compiler.TempFileCollection" + } + ], + "isStatic": true, + "name": "ExecWait", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "userToken", "typeName": "System.IntPtr" }, + { "name": "cmd", "typeName": "string" }, + { + "name": "tempFiles", + "typeName": "System.CodeDom.Compiler.TempFileCollection" + }, + { "name": "outputName", "typeName": "string" }, + { "name": "errorName", "typeName": "string" } + ], + "isStatic": true, + "name": "ExecWaitWithCapture", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "userToken", "typeName": "System.IntPtr" }, + { "name": "cmd", "typeName": "string" }, + { "name": "currentDir", "typeName": "string" }, + { + "name": "tempFiles", + "typeName": "System.CodeDom.Compiler.TempFileCollection" + }, + { "name": "outputName", "typeName": "string" }, + { "name": "errorName", "typeName": "string" } + ], + "isStatic": true, + "name": "ExecWaitWithCapture", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "cmd", "typeName": "string" }, + { + "name": "tempFiles", + "typeName": "System.CodeDom.Compiler.TempFileCollection" + }, + { "name": "outputName", "typeName": "string" }, + { "name": "errorName", "typeName": "string" } + ], + "isStatic": true, + "name": "ExecWaitWithCapture", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "cmd", "typeName": "string" }, + { "name": "currentDir", "typeName": "string" }, + { + "name": "tempFiles", + "typeName": "System.CodeDom.Compiler.TempFileCollection" + }, + { "name": "outputName", "typeName": "string" }, + { "name": "errorName", "typeName": "string" } + ], + "isStatic": true, + "name": "ExecWaitWithCapture", + "comment": "", + "location": "System.dll" + } + ], + "name": "Executor", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.CodeDom.Compiler", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "string", + "name": "Tool", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "Version", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "tool", "typeName": "string" }, + { "name": "version", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "GeneratedCodeAttribute", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Data.Common", + "baseClass": "System.MarshalByRefObject", + "attribute": "", + "interfaces": ["IDbTransaction", "IDisposable"], + "fields": [ + { + "typeName": "System.Data.Common.DbConnection", + "name": "Connection", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.IsolationLevel", + "name": "IsolationLevel", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Commit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Rollback", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "DbTransaction", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.CodeDom.Compiler", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.CodeDom.Compiler.GeneratorSupport", + "name": "ArraysOfArrays", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.Compiler.GeneratorSupport", + "name": "AssemblyAttributes", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.Compiler.GeneratorSupport", + "name": "ChainedConstructorArguments", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.Compiler.GeneratorSupport", + "name": "ComplexExpressions", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.Compiler.GeneratorSupport", + "name": "DeclareDelegates", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.Compiler.GeneratorSupport", + "name": "DeclareEnums", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.Compiler.GeneratorSupport", + "name": "DeclareEvents", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.Compiler.GeneratorSupport", + "name": "DeclareIndexerProperties", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.Compiler.GeneratorSupport", + "name": "DeclareInterfaces", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.Compiler.GeneratorSupport", + "name": "DeclareValueTypes", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.Compiler.GeneratorSupport", + "name": "EntryPointMethod", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.Compiler.GeneratorSupport", + "name": "GenericTypeDeclaration", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.Compiler.GeneratorSupport", + "name": "GenericTypeReference", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.Compiler.GeneratorSupport", + "name": "GotoStatements", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.Compiler.GeneratorSupport", + "name": "MultidimensionalArrays", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.Compiler.GeneratorSupport", + "name": "MultipleInterfaceMembers", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.Compiler.GeneratorSupport", + "name": "NestedTypes", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.Compiler.GeneratorSupport", + "name": "ParameterAttributes", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.Compiler.GeneratorSupport", + "name": "PartialTypes", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.Compiler.GeneratorSupport", + "name": "PublicStaticMembers", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.Compiler.GeneratorSupport", + "name": "ReferenceParameters", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.Compiler.GeneratorSupport", + "name": "Resources", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.Compiler.GeneratorSupport", + "name": "ReturnTypeAttributes", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.Compiler.GeneratorSupport", + "name": "StaticConstructors", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.Compiler.GeneratorSupport", + "name": "TryCatchStatements", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.Compiler.GeneratorSupport", + "name": "Win32Resources", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.CodeDom.Compiler.GeneratorSupport", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "GeneratorSupport", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Data.Common", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Data.Common.GroupByBehavior", + "name": "ExactMatch", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.Common.GroupByBehavior", + "name": "MustContainAll", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.Common.GroupByBehavior", + "name": "NotSupported", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.Common.GroupByBehavior", + "name": "Unknown", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.Common.GroupByBehavior", + "name": "Unrelated", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Data.Common.GroupByBehavior", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "GroupByBehavior", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data.Common", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "ReadOnlyCollection", + "params": [], + "isStatic": false, + "name": "GetColumnSchema", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "IDbColumnSchemaGenerator", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data.Common", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Data.Common.IdentifierCase", + "name": "Insensitive", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.Common.IdentifierCase", + "name": "Sensitive", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.Common.IdentifierCase", + "name": "Unknown", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Data.Common.IdentifierCase", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "IdentifierCase", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data.Common", + "baseClass": "System.EventArgs", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Data.IDbCommand", + "name": "Command", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Exception", + "name": "Errors", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "int", + "name": "RecordsAffected", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.DataRow", + "name": "Row", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "int", + "name": "RowCount", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.StatementType", + "name": "StatementType", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.UpdateStatus", + "name": "Status", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.Common.DataTableMapping", + "name": "TableMapping", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "dataRow", "typeName": "System.Data.DataRow" }, + { "name": "command", "typeName": "System.Data.IDbCommand" }, + { + "name": "statementType", + "typeName": "System.Data.StatementType" + }, + { + "name": "tableMapping", + "typeName": "System.Data.Common.DataTableMapping" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "array", "typeName": "System.Data.DataRow[]" }], + "isStatic": false, + "name": "CopyToRows", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "array", "typeName": "System.Data.DataRow[]" }, + { "name": "arrayIndex", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyToRows", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "RowUpdatedEventArgs", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data.Common", + "baseClass": "System.EventArgs", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Data.IDbCommand", + "name": "Command", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Exception", + "name": "Errors", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.DataRow", + "name": "Row", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.StatementType", + "name": "StatementType", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.UpdateStatus", + "name": "Status", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.Common.DataTableMapping", + "name": "TableMapping", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "dataRow", "typeName": "System.Data.DataRow" }, + { "name": "command", "typeName": "System.Data.IDbCommand" }, + { + "name": "statementType", + "typeName": "System.Data.StatementType" + }, + { + "name": "tableMapping", + "typeName": "System.Data.Common.DataTableMapping" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "RowUpdatingEventArgs", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data.Common", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "AllowDBNull", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "BaseColumnName", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "BaseSchemaName", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "BaseTableName", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "ColumnName", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "ColumnOrdinal", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "ColumnSize", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "DataType", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "IsAliased", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "IsExpression", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "IsKey", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "IsLong", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "IsUnique", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "NonVersionedProviderType", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "NumericPrecision", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "NumericScale", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "ProviderType", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [], + "name": "SchemaTableColumn", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data.Common", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "AutoIncrementSeed", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "AutoIncrementStep", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "BaseCatalogName", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "BaseColumnNamespace", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "BaseServerName", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "BaseTableNamespace", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "ColumnMapping", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "DefaultValue", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "Expression", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "IsAutoIncrement", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "IsHidden", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "IsReadOnly", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "IsRowVersion", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "ProviderSpecificDataType", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [], + "name": "SchemaTableOptionalColumn", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data.Common", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Data.Common.SupportedJoinOperators", + "name": "FullOuter", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.Common.SupportedJoinOperators", + "name": "Inner", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.Common.SupportedJoinOperators", + "name": "LeftOuter", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.Common.SupportedJoinOperators", + "name": "None", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.Common.SupportedJoinOperators", + "name": "RightOuter", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Data.Common.SupportedJoinOperators", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "SupportedJoinOperators", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data.SqlTypes", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["INullable", "IComparable", "IXmlSerializable"], + "fields": [ + { + "typeName": "byte", + "name": "MaxPrecision", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "byte", + "name": "MaxScale", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlTypes.SqlDecimal", + "name": "MaxValue", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlTypes.SqlDecimal", + "name": "MinValue", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlTypes.SqlDecimal", + "name": "Null", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "byte[]", + "name": "BinData", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "int[]", + "name": "Data", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "bool", + "name": "IsNull", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "bool", + "name": "IsPositive", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "byte", + "name": "Precision", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "byte", + "name": "Scale", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "decimal", + "name": "Value", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "bPrecision", "typeName": "byte" }, + { "name": "bScale", "typeName": "byte" }, + { "name": "fPositive", "typeName": "bool" }, + { "name": "data1", "typeName": "int" }, + { "name": "data2", "typeName": "int" }, + { "name": "data3", "typeName": "int" }, + { "name": "data4", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "bPrecision", "typeName": "byte" }, + { "name": "bScale", "typeName": "byte" }, + { "name": "fPositive", "typeName": "bool" }, + { "name": "bits", "typeName": "int[]" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "decimal" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "dVal", "typeName": "double" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "int" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "long" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlDecimal", + "params": [ + { "name": "n", "typeName": "System.Data.SqlTypes.SqlDecimal" } + ], + "isStatic": true, + "name": "Abs", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlDecimal", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlDecimal" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlDecimal" } + ], + "isStatic": true, + "name": "Add", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlDecimal", + "params": [ + { "name": "n", "typeName": "System.Data.SqlTypes.SqlDecimal" }, + { "name": "digits", "typeName": "int" }, + { "name": "fRound", "typeName": "bool" } + ], + "isStatic": true, + "name": "AdjustScale", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlDecimal", + "params": [ + { "name": "n", "typeName": "System.Data.SqlTypes.SqlDecimal" } + ], + "isStatic": true, + "name": "Ceiling", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "value", "typeName": "System.Data.SqlTypes.SqlDecimal" } + ], + "isStatic": false, + "name": "CompareTo", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "CompareTo", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlDecimal", + "params": [ + { "name": "n", "typeName": "System.Data.SqlTypes.SqlDecimal" }, + { "name": "precision", "typeName": "int" }, + { "name": "scale", "typeName": "int" } + ], + "isStatic": true, + "name": "ConvertToPrecScale", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlDecimal", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlDecimal" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlDecimal" } + ], + "isStatic": true, + "name": "Divide", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlDecimal" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlDecimal" } + ], + "isStatic": true, + "name": "Equals", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlDecimal", + "params": [ + { "name": "n", "typeName": "System.Data.SqlTypes.SqlDecimal" } + ], + "isStatic": true, + "name": "Floor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "XmlQualifiedName", + "params": [ + { + "name": "schemaSet", + "typeName": "System.Xml.Schema.XmlSchemaSet" + } + ], + "isStatic": true, + "name": "GetXsdType", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlDecimal" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlDecimal" } + ], + "isStatic": true, + "name": "GreaterThan", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlDecimal" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlDecimal" } + ], + "isStatic": true, + "name": "GreaterThanOrEqual", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlDecimal" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlDecimal" } + ], + "isStatic": true, + "name": "LessThan", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlDecimal" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlDecimal" } + ], + "isStatic": true, + "name": "LessThanOrEqual", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlDecimal", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlDecimal" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlDecimal" } + ], + "isStatic": true, + "name": "Multiply", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlDecimal" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlDecimal" } + ], + "isStatic": true, + "name": "NotEquals", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlDecimal", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlDecimal" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlDecimal" } + ], + "isStatic": true, + "name": "op_Addition", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlDecimal", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlDecimal" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlDecimal" } + ], + "isStatic": true, + "name": "op_Division", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlDecimal" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlDecimal" } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlDecimal", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlBoolean" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Decimal", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlDecimal" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlDecimal", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlDouble" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlDecimal", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlSingle" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlDecimal", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlString" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlDecimal", + "params": [{ "name": "x", "typeName": "double" }], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlDecimal" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlDecimal" } + ], + "isStatic": true, + "name": "op_GreaterThan", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlDecimal" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlDecimal" } + ], + "isStatic": true, + "name": "op_GreaterThanOrEqual", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlDecimal", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlByte" } + ], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlDecimal", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt16" } + ], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlDecimal", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt32" } + ], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlDecimal", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt64" } + ], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlDecimal", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlMoney" } + ], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlDecimal", + "params": [{ "name": "x", "typeName": "decimal" }], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlDecimal", + "params": [{ "name": "x", "typeName": "long" }], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlDecimal" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlDecimal" } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlDecimal" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlDecimal" } + ], + "isStatic": true, + "name": "op_LessThan", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlDecimal" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlDecimal" } + ], + "isStatic": true, + "name": "op_LessThanOrEqual", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlDecimal", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlDecimal" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlDecimal" } + ], + "isStatic": true, + "name": "op_Multiply", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlDecimal", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlDecimal" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlDecimal" } + ], + "isStatic": true, + "name": "op_Subtraction", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlDecimal", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlDecimal" } + ], + "isStatic": true, + "name": "op_UnaryNegation", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlDecimal", + "params": [{ "name": "s", "typeName": "string" }], + "isStatic": true, + "name": "Parse", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlDecimal", + "params": [ + { "name": "n", "typeName": "System.Data.SqlTypes.SqlDecimal" }, + { "name": "exp", "typeName": "double" } + ], + "isStatic": true, + "name": "Power", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlDecimal", + "params": [ + { "name": "n", "typeName": "System.Data.SqlTypes.SqlDecimal" }, + { "name": "position", "typeName": "int" } + ], + "isStatic": true, + "name": "Round", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlInt32", + "params": [ + { "name": "n", "typeName": "System.Data.SqlTypes.SqlDecimal" } + ], + "isStatic": true, + "name": "Sign", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlDecimal", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlDecimal" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlDecimal" } + ], + "isStatic": true, + "name": "Subtract", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Double", + "params": [], + "isStatic": false, + "name": "ToDouble", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [], + "isStatic": false, + "name": "ToSqlBoolean", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlByte", + "params": [], + "isStatic": false, + "name": "ToSqlByte", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlDouble", + "params": [], + "isStatic": false, + "name": "ToSqlDouble", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlInt16", + "params": [], + "isStatic": false, + "name": "ToSqlInt16", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlInt32", + "params": [], + "isStatic": false, + "name": "ToSqlInt32", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlInt64", + "params": [], + "isStatic": false, + "name": "ToSqlInt64", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlMoney", + "params": [], + "isStatic": false, + "name": "ToSqlMoney", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlSingle", + "params": [], + "isStatic": false, + "name": "ToSqlSingle", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlString", + "params": [], + "isStatic": false, + "name": "ToSqlString", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlDecimal", + "params": [ + { "name": "n", "typeName": "System.Data.SqlTypes.SqlDecimal" }, + { "name": "position", "typeName": "int" } + ], + "isStatic": true, + "name": "Truncate", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "SqlDecimal", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Data.AcceptRejectRule", + "name": "Cascade", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.AcceptRejectRule", + "name": "None", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Data.AcceptRejectRule", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "AcceptRejectRule", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data.SqlTypes", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["INullable", "IComparable", "IXmlSerializable"], + "fields": [ + { + "typeName": "System.Data.SqlTypes.SqlDouble", + "name": "MaxValue", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlTypes.SqlDouble", + "name": "MinValue", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlTypes.SqlDouble", + "name": "Null", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlTypes.SqlDouble", + "name": "Zero", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "bool", + "name": "IsNull", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "double", + "name": "Value", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "double" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlDouble", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlDouble" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlDouble" } + ], + "isStatic": true, + "name": "Add", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "value", "typeName": "System.Data.SqlTypes.SqlDouble" } + ], + "isStatic": false, + "name": "CompareTo", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "CompareTo", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlDouble", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlDouble" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlDouble" } + ], + "isStatic": true, + "name": "Divide", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlDouble" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlDouble" } + ], + "isStatic": true, + "name": "Equals", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "XmlQualifiedName", + "params": [ + { + "name": "schemaSet", + "typeName": "System.Xml.Schema.XmlSchemaSet" + } + ], + "isStatic": true, + "name": "GetXsdType", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlDouble" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlDouble" } + ], + "isStatic": true, + "name": "GreaterThan", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlDouble" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlDouble" } + ], + "isStatic": true, + "name": "GreaterThanOrEqual", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlDouble" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlDouble" } + ], + "isStatic": true, + "name": "LessThan", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlDouble" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlDouble" } + ], + "isStatic": true, + "name": "LessThanOrEqual", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlDouble", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlDouble" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlDouble" } + ], + "isStatic": true, + "name": "Multiply", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlDouble" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlDouble" } + ], + "isStatic": true, + "name": "NotEquals", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlDouble", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlDouble" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlDouble" } + ], + "isStatic": true, + "name": "op_Addition", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlDouble", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlDouble" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlDouble" } + ], + "isStatic": true, + "name": "op_Division", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlDouble" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlDouble" } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlDouble", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlBoolean" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Double", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlDouble" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlDouble", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlString" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlDouble" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlDouble" } + ], + "isStatic": true, + "name": "op_GreaterThan", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlDouble" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlDouble" } + ], + "isStatic": true, + "name": "op_GreaterThanOrEqual", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlDouble", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlByte" } + ], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlDouble", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlDecimal" } + ], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlDouble", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt16" } + ], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlDouble", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt32" } + ], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlDouble", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt64" } + ], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlDouble", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlMoney" } + ], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlDouble", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlSingle" } + ], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlDouble", + "params": [{ "name": "x", "typeName": "double" }], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlDouble" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlDouble" } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlDouble" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlDouble" } + ], + "isStatic": true, + "name": "op_LessThan", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlDouble" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlDouble" } + ], + "isStatic": true, + "name": "op_LessThanOrEqual", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlDouble", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlDouble" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlDouble" } + ], + "isStatic": true, + "name": "op_Multiply", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlDouble", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlDouble" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlDouble" } + ], + "isStatic": true, + "name": "op_Subtraction", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlDouble", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlDouble" } + ], + "isStatic": true, + "name": "op_UnaryNegation", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlDouble", + "params": [{ "name": "s", "typeName": "string" }], + "isStatic": true, + "name": "Parse", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlDouble", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlDouble" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlDouble" } + ], + "isStatic": true, + "name": "Subtract", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [], + "isStatic": false, + "name": "ToSqlBoolean", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlByte", + "params": [], + "isStatic": false, + "name": "ToSqlByte", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlDecimal", + "params": [], + "isStatic": false, + "name": "ToSqlDecimal", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlInt16", + "params": [], + "isStatic": false, + "name": "ToSqlInt16", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlInt32", + "params": [], + "isStatic": false, + "name": "ToSqlInt32", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlInt64", + "params": [], + "isStatic": false, + "name": "ToSqlInt64", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlMoney", + "params": [], + "isStatic": false, + "name": "ToSqlMoney", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlSingle", + "params": [], + "isStatic": false, + "name": "ToSqlSingle", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlString", + "params": [], + "isStatic": false, + "name": "ToSqlString", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "SqlDouble", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data.SqlTypes", + "baseClass": "System.IO.Stream", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "bool", + "name": "CanRead", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "bool", + "name": "CanSeek", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "bool", + "name": "CanTimeout", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "bool", + "name": "CanWrite", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "long", + "name": "Length", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "long", + "name": "Position", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "int", + "name": "ReadTimeout", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "byte[]", + "name": "TransactionContext", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "int", + "name": "WriteTimeout", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "path", "typeName": "string" }, + { "name": "transactionContext", "typeName": "byte[]" }, + { "name": "access", "typeName": "System.IO.FileAccess" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "path", "typeName": "string" }, + { "name": "transactionContext", "typeName": "byte[]" }, + { "name": "access", "typeName": "System.IO.FileAccess" }, + { "name": "options", "typeName": "System.IO.FileOptions" }, + { "name": "allocationSize", "typeName": "long" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "state", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginRead", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "state", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginWrite", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "asyncResult", "typeName": "System.IAsyncResult" } + ], + "isStatic": false, + "name": "EndRead", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "asyncResult", "typeName": "System.IAsyncResult" } + ], + "isStatic": false, + "name": "EndWrite", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Flush", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "Read", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "ReadByte", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int64", + "params": [ + { "name": "offset", "typeName": "long" }, + { "name": "origin", "typeName": "System.IO.SeekOrigin" } + ], + "isStatic": false, + "name": "Seek", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "long" }], + "isStatic": false, + "name": "SetLength", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "Write", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "byte" }], + "isStatic": false, + "name": "WriteByte", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "SqlFileStream", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data.SqlTypes", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["INullable", "IComparable", "IXmlSerializable"], + "fields": [ + { + "typeName": "System.Data.SqlTypes.SqlGuid", + "name": "Null", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "bool", + "name": "IsNull", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Guid", + "name": "Value", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "byte[]" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "g", "typeName": "System.Guid" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "a", "typeName": "int" }, + { "name": "b", "typeName": "short" }, + { "name": "c", "typeName": "short" }, + { "name": "d", "typeName": "byte" }, + { "name": "e", "typeName": "byte" }, + { "name": "f", "typeName": "byte" }, + { "name": "g", "typeName": "byte" }, + { "name": "h", "typeName": "byte" }, + { "name": "i", "typeName": "byte" }, + { "name": "j", "typeName": "byte" }, + { "name": "k", "typeName": "byte" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "s", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "value", "typeName": "System.Data.SqlTypes.SqlGuid" } + ], + "isStatic": false, + "name": "CompareTo", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "CompareTo", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlGuid" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlGuid" } + ], + "isStatic": true, + "name": "Equals", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "XmlQualifiedName", + "params": [ + { + "name": "schemaSet", + "typeName": "System.Xml.Schema.XmlSchemaSet" + } + ], + "isStatic": true, + "name": "GetXsdType", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlGuid" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlGuid" } + ], + "isStatic": true, + "name": "GreaterThan", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlGuid" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlGuid" } + ], + "isStatic": true, + "name": "GreaterThanOrEqual", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlGuid" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlGuid" } + ], + "isStatic": true, + "name": "LessThan", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlGuid" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlGuid" } + ], + "isStatic": true, + "name": "LessThanOrEqual", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlGuid" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlGuid" } + ], + "isStatic": true, + "name": "NotEquals", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlGuid" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlGuid" } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlGuid", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlBinary" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Guid", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlGuid" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlGuid", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlString" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlGuid" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlGuid" } + ], + "isStatic": true, + "name": "op_GreaterThan", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlGuid" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlGuid" } + ], + "isStatic": true, + "name": "op_GreaterThanOrEqual", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlGuid", + "params": [{ "name": "x", "typeName": "System.Guid" }], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlGuid" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlGuid" } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlGuid" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlGuid" } + ], + "isStatic": true, + "name": "op_LessThan", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlGuid" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlGuid" } + ], + "isStatic": true, + "name": "op_LessThanOrEqual", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlGuid", + "params": [{ "name": "s", "typeName": "string" }], + "isStatic": true, + "name": "Parse", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "ToByteArray", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBinary", + "params": [], + "isStatic": false, + "name": "ToSqlBinary", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlString", + "params": [], + "isStatic": false, + "name": "ToSqlString", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "SqlGuid", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Data.CommandBehavior", + "name": "CloseConnection", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.CommandBehavior", + "name": "Default", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.CommandBehavior", + "name": "KeyInfo", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.CommandBehavior", + "name": "SchemaOnly", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.CommandBehavior", + "name": "SequentialAccess", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.CommandBehavior", + "name": "SingleResult", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.CommandBehavior", + "name": "SingleRow", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Data.CommandBehavior", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "CommandBehavior", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data.SqlTypes", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["INullable", "IComparable", "IXmlSerializable"], + "fields": [ + { + "typeName": "System.Data.SqlTypes.SqlInt16", + "name": "MaxValue", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlTypes.SqlInt16", + "name": "MinValue", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlTypes.SqlInt16", + "name": "Null", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlTypes.SqlInt16", + "name": "Zero", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "bool", + "name": "IsNull", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "short", + "name": "Value", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "short" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlInt16", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt16" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt16" } + ], + "isStatic": true, + "name": "Add", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlInt16", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt16" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt16" } + ], + "isStatic": true, + "name": "BitwiseAnd", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlInt16", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt16" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt16" } + ], + "isStatic": true, + "name": "BitwiseOr", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "value", "typeName": "System.Data.SqlTypes.SqlInt16" } + ], + "isStatic": false, + "name": "CompareTo", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "CompareTo", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlInt16", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt16" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt16" } + ], + "isStatic": true, + "name": "Divide", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt16" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt16" } + ], + "isStatic": true, + "name": "Equals", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "XmlQualifiedName", + "params": [ + { + "name": "schemaSet", + "typeName": "System.Xml.Schema.XmlSchemaSet" + } + ], + "isStatic": true, + "name": "GetXsdType", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt16" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt16" } + ], + "isStatic": true, + "name": "GreaterThan", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt16" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt16" } + ], + "isStatic": true, + "name": "GreaterThanOrEqual", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt16" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt16" } + ], + "isStatic": true, + "name": "LessThan", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt16" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt16" } + ], + "isStatic": true, + "name": "LessThanOrEqual", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlInt16", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt16" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt16" } + ], + "isStatic": true, + "name": "Mod", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlInt16", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt16" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt16" } + ], + "isStatic": true, + "name": "Modulus", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlInt16", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt16" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt16" } + ], + "isStatic": true, + "name": "Multiply", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt16" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt16" } + ], + "isStatic": true, + "name": "NotEquals", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlInt16", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt16" } + ], + "isStatic": true, + "name": "OnesComplement", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlInt16", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt16" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt16" } + ], + "isStatic": true, + "name": "op_Addition", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlInt16", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt16" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt16" } + ], + "isStatic": true, + "name": "op_BitwiseAnd", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlInt16", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt16" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt16" } + ], + "isStatic": true, + "name": "op_BitwiseOr", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlInt16", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt16" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt16" } + ], + "isStatic": true, + "name": "op_Division", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt16" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt16" } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlInt16", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt16" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt16" } + ], + "isStatic": true, + "name": "op_ExclusiveOr", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlInt16", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlBoolean" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlInt16", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlDecimal" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlInt16", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlDouble" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int16", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt16" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlInt16", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt32" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlInt16", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt64" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlInt16", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlMoney" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlInt16", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlSingle" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlInt16", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlString" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt16" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt16" } + ], + "isStatic": true, + "name": "op_GreaterThan", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt16" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt16" } + ], + "isStatic": true, + "name": "op_GreaterThanOrEqual", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlInt16", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlByte" } + ], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlInt16", + "params": [{ "name": "x", "typeName": "short" }], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt16" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt16" } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt16" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt16" } + ], + "isStatic": true, + "name": "op_LessThan", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt16" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt16" } + ], + "isStatic": true, + "name": "op_LessThanOrEqual", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlInt16", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt16" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt16" } + ], + "isStatic": true, + "name": "op_Modulus", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlInt16", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt16" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt16" } + ], + "isStatic": true, + "name": "op_Multiply", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlInt16", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt16" } + ], + "isStatic": true, + "name": "op_OnesComplement", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlInt16", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt16" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt16" } + ], + "isStatic": true, + "name": "op_Subtraction", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlInt16", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt16" } + ], + "isStatic": true, + "name": "op_UnaryNegation", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlInt16", + "params": [{ "name": "s", "typeName": "string" }], + "isStatic": true, + "name": "Parse", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlInt16", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt16" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt16" } + ], + "isStatic": true, + "name": "Subtract", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [], + "isStatic": false, + "name": "ToSqlBoolean", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlByte", + "params": [], + "isStatic": false, + "name": "ToSqlByte", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlDecimal", + "params": [], + "isStatic": false, + "name": "ToSqlDecimal", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlDouble", + "params": [], + "isStatic": false, + "name": "ToSqlDouble", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlInt32", + "params": [], + "isStatic": false, + "name": "ToSqlInt32", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlInt64", + "params": [], + "isStatic": false, + "name": "ToSqlInt64", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlMoney", + "params": [], + "isStatic": false, + "name": "ToSqlMoney", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlSingle", + "params": [], + "isStatic": false, + "name": "ToSqlSingle", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlString", + "params": [], + "isStatic": false, + "name": "ToSqlString", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlInt16", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt16" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt16" } + ], + "isStatic": true, + "name": "Xor", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "SqlInt16", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data.SqlTypes", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["INullable", "IComparable", "IXmlSerializable"], + "fields": [ + { + "typeName": "System.Data.SqlTypes.SqlInt32", + "name": "MaxValue", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlTypes.SqlInt32", + "name": "MinValue", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlTypes.SqlInt32", + "name": "Null", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlTypes.SqlInt32", + "name": "Zero", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "bool", + "name": "IsNull", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "int", + "name": "Value", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "int" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlInt32", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt32" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt32" } + ], + "isStatic": true, + "name": "Add", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlInt32", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt32" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt32" } + ], + "isStatic": true, + "name": "BitwiseAnd", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlInt32", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt32" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt32" } + ], + "isStatic": true, + "name": "BitwiseOr", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "value", "typeName": "System.Data.SqlTypes.SqlInt32" } + ], + "isStatic": false, + "name": "CompareTo", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "CompareTo", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlInt32", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt32" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt32" } + ], + "isStatic": true, + "name": "Divide", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt32" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt32" } + ], + "isStatic": true, + "name": "Equals", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "XmlQualifiedName", + "params": [ + { + "name": "schemaSet", + "typeName": "System.Xml.Schema.XmlSchemaSet" + } + ], + "isStatic": true, + "name": "GetXsdType", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt32" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt32" } + ], + "isStatic": true, + "name": "GreaterThan", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt32" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt32" } + ], + "isStatic": true, + "name": "GreaterThanOrEqual", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt32" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt32" } + ], + "isStatic": true, + "name": "LessThan", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt32" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt32" } + ], + "isStatic": true, + "name": "LessThanOrEqual", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlInt32", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt32" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt32" } + ], + "isStatic": true, + "name": "Mod", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlInt32", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt32" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt32" } + ], + "isStatic": true, + "name": "Modulus", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlInt32", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt32" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt32" } + ], + "isStatic": true, + "name": "Multiply", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt32" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt32" } + ], + "isStatic": true, + "name": "NotEquals", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlInt32", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt32" } + ], + "isStatic": true, + "name": "OnesComplement", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlInt32", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt32" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt32" } + ], + "isStatic": true, + "name": "op_Addition", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlInt32", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt32" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt32" } + ], + "isStatic": true, + "name": "op_BitwiseAnd", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlInt32", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt32" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt32" } + ], + "isStatic": true, + "name": "op_BitwiseOr", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlInt32", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt32" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt32" } + ], + "isStatic": true, + "name": "op_Division", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt32" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt32" } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlInt32", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt32" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt32" } + ], + "isStatic": true, + "name": "op_ExclusiveOr", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlInt32", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlBoolean" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlInt32", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlDecimal" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlInt32", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlDouble" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt32" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlInt32", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt64" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlInt32", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlMoney" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlInt32", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlSingle" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlInt32", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlString" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt32" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt32" } + ], + "isStatic": true, + "name": "op_GreaterThan", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt32" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt32" } + ], + "isStatic": true, + "name": "op_GreaterThanOrEqual", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlInt32", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlByte" } + ], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlInt32", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt16" } + ], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlInt32", + "params": [{ "name": "x", "typeName": "int" }], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt32" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt32" } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt32" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt32" } + ], + "isStatic": true, + "name": "op_LessThan", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt32" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt32" } + ], + "isStatic": true, + "name": "op_LessThanOrEqual", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlInt32", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt32" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt32" } + ], + "isStatic": true, + "name": "op_Modulus", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlInt32", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt32" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt32" } + ], + "isStatic": true, + "name": "op_Multiply", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlInt32", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt32" } + ], + "isStatic": true, + "name": "op_OnesComplement", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlInt32", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt32" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt32" } + ], + "isStatic": true, + "name": "op_Subtraction", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlInt32", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt32" } + ], + "isStatic": true, + "name": "op_UnaryNegation", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlInt32", + "params": [{ "name": "s", "typeName": "string" }], + "isStatic": true, + "name": "Parse", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlInt32", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt32" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt32" } + ], + "isStatic": true, + "name": "Subtract", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [], + "isStatic": false, + "name": "ToSqlBoolean", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlByte", + "params": [], + "isStatic": false, + "name": "ToSqlByte", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlDecimal", + "params": [], + "isStatic": false, + "name": "ToSqlDecimal", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlDouble", + "params": [], + "isStatic": false, + "name": "ToSqlDouble", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlInt16", + "params": [], + "isStatic": false, + "name": "ToSqlInt16", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlInt64", + "params": [], + "isStatic": false, + "name": "ToSqlInt64", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlMoney", + "params": [], + "isStatic": false, + "name": "ToSqlMoney", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlSingle", + "params": [], + "isStatic": false, + "name": "ToSqlSingle", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlString", + "params": [], + "isStatic": false, + "name": "ToSqlString", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlInt32", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt32" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt32" } + ], + "isStatic": true, + "name": "Xor", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "SqlInt32", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Data.CommandType", + "name": "StoredProcedure", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.CommandType", + "name": "TableDirect", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.CommandType", + "name": "Text", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Data.CommandType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "CommandType", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Collections.Specialized", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "Data", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "this[]", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "this[]", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Collections.Specialized.BitVector32" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "data", "typeName": "int" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": true, + "name": "CreateMask", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "previous", "typeName": "int" }], + "isStatic": true, + "name": "CreateMask", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Section", + "params": [{ "name": "maxValue", "typeName": "short" }], + "isStatic": true, + "name": "CreateSection", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Section", + "params": [ + { "name": "maxValue", "typeName": "short" }, + { + "name": "previous", + "typeName": "System.Collections.Specialized.BitVector32.Section" + } + ], + "isStatic": true, + "name": "CreateSection", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "o", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "String", + "params": [ + { + "name": "value", + "typeName": "System.Collections.Specialized.BitVector32" + } + ], + "isStatic": true, + "name": "ToString", + "comment": "", + "location": "System.dll" + } + ], + "name": "BitVector32", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Data.SqlTypes", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["INullable", "IComparable", "IXmlSerializable"], + "fields": [ + { + "typeName": "System.Data.SqlTypes.SqlInt64", + "name": "MaxValue", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlTypes.SqlInt64", + "name": "MinValue", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlTypes.SqlInt64", + "name": "Null", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlTypes.SqlInt64", + "name": "Zero", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "bool", + "name": "IsNull", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "long", + "name": "Value", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "long" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlInt64", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt64" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt64" } + ], + "isStatic": true, + "name": "Add", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlInt64", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt64" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt64" } + ], + "isStatic": true, + "name": "BitwiseAnd", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlInt64", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt64" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt64" } + ], + "isStatic": true, + "name": "BitwiseOr", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "value", "typeName": "System.Data.SqlTypes.SqlInt64" } + ], + "isStatic": false, + "name": "CompareTo", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "CompareTo", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlInt64", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt64" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt64" } + ], + "isStatic": true, + "name": "Divide", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt64" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt64" } + ], + "isStatic": true, + "name": "Equals", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "XmlQualifiedName", + "params": [ + { + "name": "schemaSet", + "typeName": "System.Xml.Schema.XmlSchemaSet" + } + ], + "isStatic": true, + "name": "GetXsdType", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt64" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt64" } + ], + "isStatic": true, + "name": "GreaterThan", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt64" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt64" } + ], + "isStatic": true, + "name": "GreaterThanOrEqual", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt64" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt64" } + ], + "isStatic": true, + "name": "LessThan", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt64" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt64" } + ], + "isStatic": true, + "name": "LessThanOrEqual", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlInt64", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt64" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt64" } + ], + "isStatic": true, + "name": "Mod", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlInt64", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt64" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt64" } + ], + "isStatic": true, + "name": "Modulus", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlInt64", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt64" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt64" } + ], + "isStatic": true, + "name": "Multiply", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt64" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt64" } + ], + "isStatic": true, + "name": "NotEquals", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlInt64", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt64" } + ], + "isStatic": true, + "name": "OnesComplement", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlInt64", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt64" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt64" } + ], + "isStatic": true, + "name": "op_Addition", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlInt64", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt64" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt64" } + ], + "isStatic": true, + "name": "op_BitwiseAnd", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlInt64", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt64" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt64" } + ], + "isStatic": true, + "name": "op_BitwiseOr", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlInt64", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt64" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt64" } + ], + "isStatic": true, + "name": "op_Division", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt64" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt64" } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlInt64", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt64" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt64" } + ], + "isStatic": true, + "name": "op_ExclusiveOr", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlInt64", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlBoolean" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlInt64", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlDecimal" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlInt64", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlDouble" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int64", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt64" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlInt64", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlMoney" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlInt64", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlSingle" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlInt64", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlString" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt64" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt64" } + ], + "isStatic": true, + "name": "op_GreaterThan", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt64" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt64" } + ], + "isStatic": true, + "name": "op_GreaterThanOrEqual", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlInt64", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlByte" } + ], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlInt64", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt16" } + ], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlInt64", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt32" } + ], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlInt64", + "params": [{ "name": "x", "typeName": "long" }], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt64" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt64" } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt64" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt64" } + ], + "isStatic": true, + "name": "op_LessThan", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt64" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt64" } + ], + "isStatic": true, + "name": "op_LessThanOrEqual", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlInt64", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt64" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt64" } + ], + "isStatic": true, + "name": "op_Modulus", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlInt64", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt64" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt64" } + ], + "isStatic": true, + "name": "op_Multiply", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlInt64", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt64" } + ], + "isStatic": true, + "name": "op_OnesComplement", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlInt64", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt64" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt64" } + ], + "isStatic": true, + "name": "op_Subtraction", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlInt64", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt64" } + ], + "isStatic": true, + "name": "op_UnaryNegation", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlInt64", + "params": [{ "name": "s", "typeName": "string" }], + "isStatic": true, + "name": "Parse", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlInt64", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt64" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt64" } + ], + "isStatic": true, + "name": "Subtract", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [], + "isStatic": false, + "name": "ToSqlBoolean", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlByte", + "params": [], + "isStatic": false, + "name": "ToSqlByte", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlDecimal", + "params": [], + "isStatic": false, + "name": "ToSqlDecimal", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlDouble", + "params": [], + "isStatic": false, + "name": "ToSqlDouble", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlInt16", + "params": [], + "isStatic": false, + "name": "ToSqlInt16", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlInt32", + "params": [], + "isStatic": false, + "name": "ToSqlInt32", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlMoney", + "params": [], + "isStatic": false, + "name": "ToSqlMoney", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlSingle", + "params": [], + "isStatic": false, + "name": "ToSqlSingle", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlString", + "params": [], + "isStatic": false, + "name": "ToSqlString", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlInt64", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt64" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlInt64" } + ], + "isStatic": true, + "name": "Xor", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "SqlInt64", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Data.ConflictOption", + "name": "CompareAllSearchableValues", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.ConflictOption", + "name": "CompareRowVersion", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.ConflictOption", + "name": "OverwriteChanges", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Data.ConflictOption", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "ConflictOption", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data.SqlTypes", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["INullable", "IComparable", "IXmlSerializable"], + "fields": [ + { + "typeName": "System.Data.SqlTypes.SqlMoney", + "name": "MaxValue", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlTypes.SqlMoney", + "name": "MinValue", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlTypes.SqlMoney", + "name": "Null", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlTypes.SqlMoney", + "name": "Zero", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "bool", + "name": "IsNull", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "decimal", + "name": "Value", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "decimal" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "double" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "int" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "long" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlMoney", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlMoney" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlMoney" } + ], + "isStatic": true, + "name": "Add", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "value", "typeName": "System.Data.SqlTypes.SqlMoney" } + ], + "isStatic": false, + "name": "CompareTo", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "CompareTo", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlMoney", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlMoney" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlMoney" } + ], + "isStatic": true, + "name": "Divide", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlMoney" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlMoney" } + ], + "isStatic": true, + "name": "Equals", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "XmlQualifiedName", + "params": [ + { + "name": "schemaSet", + "typeName": "System.Xml.Schema.XmlSchemaSet" + } + ], + "isStatic": true, + "name": "GetXsdType", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlMoney" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlMoney" } + ], + "isStatic": true, + "name": "GreaterThan", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlMoney" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlMoney" } + ], + "isStatic": true, + "name": "GreaterThanOrEqual", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlMoney" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlMoney" } + ], + "isStatic": true, + "name": "LessThan", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlMoney" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlMoney" } + ], + "isStatic": true, + "name": "LessThanOrEqual", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlMoney", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlMoney" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlMoney" } + ], + "isStatic": true, + "name": "Multiply", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlMoney" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlMoney" } + ], + "isStatic": true, + "name": "NotEquals", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlMoney", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlMoney" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlMoney" } + ], + "isStatic": true, + "name": "op_Addition", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlMoney", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlMoney" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlMoney" } + ], + "isStatic": true, + "name": "op_Division", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlMoney" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlMoney" } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlMoney", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlBoolean" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlMoney", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlDecimal" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlMoney", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlDouble" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Decimal", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlMoney" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlMoney", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlSingle" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlMoney", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlString" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlMoney", + "params": [{ "name": "x", "typeName": "double" }], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlMoney" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlMoney" } + ], + "isStatic": true, + "name": "op_GreaterThan", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlMoney" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlMoney" } + ], + "isStatic": true, + "name": "op_GreaterThanOrEqual", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlMoney", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlByte" } + ], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlMoney", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt16" } + ], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlMoney", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt32" } + ], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlMoney", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt64" } + ], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlMoney", + "params": [{ "name": "x", "typeName": "decimal" }], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlMoney", + "params": [{ "name": "x", "typeName": "long" }], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlMoney" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlMoney" } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlMoney" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlMoney" } + ], + "isStatic": true, + "name": "op_LessThan", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlMoney" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlMoney" } + ], + "isStatic": true, + "name": "op_LessThanOrEqual", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlMoney", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlMoney" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlMoney" } + ], + "isStatic": true, + "name": "op_Multiply", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlMoney", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlMoney" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlMoney" } + ], + "isStatic": true, + "name": "op_Subtraction", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlMoney", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlMoney" } + ], + "isStatic": true, + "name": "op_UnaryNegation", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlMoney", + "params": [{ "name": "s", "typeName": "string" }], + "isStatic": true, + "name": "Parse", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlMoney", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlMoney" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlMoney" } + ], + "isStatic": true, + "name": "Subtract", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Decimal", + "params": [], + "isStatic": false, + "name": "ToDecimal", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Double", + "params": [], + "isStatic": false, + "name": "ToDouble", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "ToInt32", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int64", + "params": [], + "isStatic": false, + "name": "ToInt64", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [], + "isStatic": false, + "name": "ToSqlBoolean", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlByte", + "params": [], + "isStatic": false, + "name": "ToSqlByte", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlDecimal", + "params": [], + "isStatic": false, + "name": "ToSqlDecimal", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlDouble", + "params": [], + "isStatic": false, + "name": "ToSqlDouble", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlInt16", + "params": [], + "isStatic": false, + "name": "ToSqlInt16", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlInt32", + "params": [], + "isStatic": false, + "name": "ToSqlInt32", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlInt64", + "params": [], + "isStatic": false, + "name": "ToSqlInt64", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlSingle", + "params": [], + "isStatic": false, + "name": "ToSqlSingle", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlString", + "params": [], + "isStatic": false, + "name": "ToSqlString", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "SqlMoney", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Data.ConnectionState", + "name": "Broken", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.ConnectionState", + "name": "Closed", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.ConnectionState", + "name": "Connecting", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.ConnectionState", + "name": "Executing", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.ConnectionState", + "name": "Fetching", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.ConnectionState", + "name": "Open", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Data.ConnectionState", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "ConnectionState", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "ConstraintName", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.PropertyCollection", + "name": "ExtendedProperties", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.DataTable", + "name": "Table", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "Constraint", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data.SqlTypes", + "baseClass": "System.Data.SqlTypes.SqlTypeException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "e", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "SqlNotFilledException", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data.SqlTypes", + "baseClass": "System.Data.SqlTypes.SqlTypeException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "e", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "SqlNullValueException", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data", + "baseClass": "System.Data.InternalDataCollectionBase", + "attribute": "", + "interfaces": ["ICollection", "IEnumerable"], + "fields": [ + { + "typeName": "System.Data.Constraint", + "name": "this[]", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.Constraint", + "name": "this[]", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.ComponentModel.CollectionChangeEventHandler", + "name": "CollectionChanged", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.ComponentModel.CollectionChangeEventHandler" + } + ], + "isStatic": false, + "name": "add_CollectionChanged", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.ComponentModel.CollectionChangeEventHandler" + } + ], + "isStatic": false, + "name": "remove_CollectionChanged", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "constraint", "typeName": "System.Data.Constraint" } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Constraint", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "column", "typeName": "System.Data.DataColumn" }, + { "name": "primaryKey", "typeName": "bool" } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Constraint", + "params": [ + { "name": "name", "typeName": "string" }, + { + "name": "primaryKeyColumn", + "typeName": "System.Data.DataColumn" + }, + { "name": "foreignKeyColumn", "typeName": "System.Data.DataColumn" } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Constraint", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "columns", "typeName": "System.Data.DataColumn[]" }, + { "name": "primaryKey", "typeName": "bool" } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Constraint", + "params": [ + { "name": "name", "typeName": "string" }, + { + "name": "primaryKeyColumns", + "typeName": "System.Data.DataColumn[]" + }, + { + "name": "foreignKeyColumns", + "typeName": "System.Data.DataColumn[]" + } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "constraints", "typeName": "System.Data.Constraint[]" } + ], + "isStatic": false, + "name": "AddRange", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "constraint", "typeName": "System.Data.Constraint" } + ], + "isStatic": false, + "name": "CanRemove", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Clear", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "Contains", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "array", "typeName": "System.Data.Constraint[]" }, + { "name": "index", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "constraint", "typeName": "System.Data.Constraint" } + ], + "isStatic": false, + "name": "IndexOf", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "constraintName", "typeName": "string" }], + "isStatic": false, + "name": "IndexOf", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "constraint", "typeName": "System.Data.Constraint" } + ], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "RemoveAt", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "ConstraintCollection", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data.SqlTypes", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["INullable", "IComparable", "IXmlSerializable"], + "fields": [ + { + "typeName": "System.Data.SqlTypes.SqlSingle", + "name": "MaxValue", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlTypes.SqlSingle", + "name": "MinValue", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlTypes.SqlSingle", + "name": "Null", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlTypes.SqlSingle", + "name": "Zero", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "bool", + "name": "IsNull", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "float", + "name": "Value", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "double" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "float" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlSingle", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlSingle" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlSingle" } + ], + "isStatic": true, + "name": "Add", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "value", "typeName": "System.Data.SqlTypes.SqlSingle" } + ], + "isStatic": false, + "name": "CompareTo", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "CompareTo", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlSingle", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlSingle" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlSingle" } + ], + "isStatic": true, + "name": "Divide", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlSingle" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlSingle" } + ], + "isStatic": true, + "name": "Equals", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "XmlQualifiedName", + "params": [ + { + "name": "schemaSet", + "typeName": "System.Xml.Schema.XmlSchemaSet" + } + ], + "isStatic": true, + "name": "GetXsdType", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlSingle" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlSingle" } + ], + "isStatic": true, + "name": "GreaterThan", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlSingle" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlSingle" } + ], + "isStatic": true, + "name": "GreaterThanOrEqual", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlSingle" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlSingle" } + ], + "isStatic": true, + "name": "LessThan", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlSingle" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlSingle" } + ], + "isStatic": true, + "name": "LessThanOrEqual", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlSingle", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlSingle" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlSingle" } + ], + "isStatic": true, + "name": "Multiply", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlSingle" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlSingle" } + ], + "isStatic": true, + "name": "NotEquals", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlSingle", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlSingle" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlSingle" } + ], + "isStatic": true, + "name": "op_Addition", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlSingle", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlSingle" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlSingle" } + ], + "isStatic": true, + "name": "op_Division", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlSingle" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlSingle" } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlSingle", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlBoolean" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlSingle", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlDouble" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Single", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlSingle" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlSingle", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlString" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlSingle" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlSingle" } + ], + "isStatic": true, + "name": "op_GreaterThan", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlSingle" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlSingle" } + ], + "isStatic": true, + "name": "op_GreaterThanOrEqual", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlSingle", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlByte" } + ], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlSingle", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlDecimal" } + ], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlSingle", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt16" } + ], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlSingle", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt32" } + ], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlSingle", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt64" } + ], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlSingle", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlMoney" } + ], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlSingle", + "params": [{ "name": "x", "typeName": "float" }], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlSingle" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlSingle" } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlSingle" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlSingle" } + ], + "isStatic": true, + "name": "op_LessThan", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlSingle" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlSingle" } + ], + "isStatic": true, + "name": "op_LessThanOrEqual", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlSingle", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlSingle" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlSingle" } + ], + "isStatic": true, + "name": "op_Multiply", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlSingle", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlSingle" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlSingle" } + ], + "isStatic": true, + "name": "op_Subtraction", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlSingle", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlSingle" } + ], + "isStatic": true, + "name": "op_UnaryNegation", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlSingle", + "params": [{ "name": "s", "typeName": "string" }], + "isStatic": true, + "name": "Parse", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlSingle", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlSingle" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlSingle" } + ], + "isStatic": true, + "name": "Subtract", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [], + "isStatic": false, + "name": "ToSqlBoolean", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlByte", + "params": [], + "isStatic": false, + "name": "ToSqlByte", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlDecimal", + "params": [], + "isStatic": false, + "name": "ToSqlDecimal", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlDouble", + "params": [], + "isStatic": false, + "name": "ToSqlDouble", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlInt16", + "params": [], + "isStatic": false, + "name": "ToSqlInt16", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlInt32", + "params": [], + "isStatic": false, + "name": "ToSqlInt32", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlInt64", + "params": [], + "isStatic": false, + "name": "ToSqlInt64", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlMoney", + "params": [], + "isStatic": false, + "name": "ToSqlMoney", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlString", + "params": [], + "isStatic": false, + "name": "ToSqlString", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "SqlSingle", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data", + "baseClass": "System.Data.DataException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "s", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "innerException", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "ConstraintException", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data.SqlTypes", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["INullable", "IComparable", "IXmlSerializable"], + "fields": [ + { + "typeName": "int", + "name": "BinarySort", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "int", + "name": "BinarySort2", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "int", + "name": "IgnoreCase", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "int", + "name": "IgnoreKanaType", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "int", + "name": "IgnoreNonSpace", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "int", + "name": "IgnoreWidth", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlTypes.SqlString", + "name": "Null", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Globalization.CompareInfo", + "name": "CompareInfo", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Globalization.CultureInfo", + "name": "CultureInfo", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "bool", + "name": "IsNull", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "int", + "name": "LCID", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlTypes.SqlCompareOptions", + "name": "SqlCompareOptions", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "Value", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "lcid", "typeName": "int" }, + { + "name": "compareOptions", + "typeName": "System.Data.SqlTypes.SqlCompareOptions" + }, + { "name": "data", "typeName": "byte[]" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "lcid", "typeName": "int" }, + { + "name": "compareOptions", + "typeName": "System.Data.SqlTypes.SqlCompareOptions" + }, + { "name": "data", "typeName": "byte[]" }, + { "name": "fUnicode", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "lcid", "typeName": "int" }, + { + "name": "compareOptions", + "typeName": "System.Data.SqlTypes.SqlCompareOptions" + }, + { "name": "data", "typeName": "byte[]" }, + { "name": "index", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "lcid", "typeName": "int" }, + { + "name": "compareOptions", + "typeName": "System.Data.SqlTypes.SqlCompareOptions" + }, + { "name": "data", "typeName": "byte[]" }, + { "name": "index", "typeName": "int" }, + { "name": "count", "typeName": "int" }, + { "name": "fUnicode", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "data", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "data", "typeName": "string" }, + { "name": "lcid", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "data", "typeName": "string" }, + { "name": "lcid", "typeName": "int" }, + { + "name": "compareOptions", + "typeName": "System.Data.SqlTypes.SqlCompareOptions" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlString", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlString" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlString" } + ], + "isStatic": true, + "name": "Add", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlString", + "params": [], + "isStatic": false, + "name": "Clone", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "CompareOptions", + "params": [ + { + "name": "compareOptions", + "typeName": "System.Data.SqlTypes.SqlCompareOptions" + } + ], + "isStatic": true, + "name": "CompareOptionsFromSqlCompareOptions", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "value", "typeName": "System.Data.SqlTypes.SqlString" } + ], + "isStatic": false, + "name": "CompareTo", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "CompareTo", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlString", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlString" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlString" } + ], + "isStatic": true, + "name": "Concat", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlString" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlString" } + ], + "isStatic": true, + "name": "Equals", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetNonUnicodeBytes", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetUnicodeBytes", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "XmlQualifiedName", + "params": [ + { + "name": "schemaSet", + "typeName": "System.Xml.Schema.XmlSchemaSet" + } + ], + "isStatic": true, + "name": "GetXsdType", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlString" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlString" } + ], + "isStatic": true, + "name": "GreaterThan", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlString" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlString" } + ], + "isStatic": true, + "name": "GreaterThanOrEqual", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlString" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlString" } + ], + "isStatic": true, + "name": "LessThan", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlString" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlString" } + ], + "isStatic": true, + "name": "LessThanOrEqual", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlString" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlString" } + ], + "isStatic": true, + "name": "NotEquals", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlString", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlString" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlString" } + ], + "isStatic": true, + "name": "op_Addition", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlString" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlString" } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlString", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlBoolean" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlString", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlByte" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlString", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlDateTime" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlString", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlDecimal" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlString", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlDouble" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlString", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlGuid" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlString", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt16" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlString", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt32" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlString", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlInt64" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlString", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlMoney" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlString", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlSingle" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlString" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlString" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlString" } + ], + "isStatic": true, + "name": "op_GreaterThan", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlString" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlString" } + ], + "isStatic": true, + "name": "op_GreaterThanOrEqual", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlString", + "params": [{ "name": "x", "typeName": "string" }], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlString" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlString" } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlString" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlString" } + ], + "isStatic": true, + "name": "op_LessThan", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [ + { "name": "x", "typeName": "System.Data.SqlTypes.SqlString" }, + { "name": "y", "typeName": "System.Data.SqlTypes.SqlString" } + ], + "isStatic": true, + "name": "op_LessThanOrEqual", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [], + "isStatic": false, + "name": "ToSqlBoolean", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlByte", + "params": [], + "isStatic": false, + "name": "ToSqlByte", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlDateTime", + "params": [], + "isStatic": false, + "name": "ToSqlDateTime", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlDecimal", + "params": [], + "isStatic": false, + "name": "ToSqlDecimal", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlDouble", + "params": [], + "isStatic": false, + "name": "ToSqlDouble", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlGuid", + "params": [], + "isStatic": false, + "name": "ToSqlGuid", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlInt16", + "params": [], + "isStatic": false, + "name": "ToSqlInt16", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlInt32", + "params": [], + "isStatic": false, + "name": "ToSqlInt32", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlInt64", + "params": [], + "isStatic": false, + "name": "ToSqlInt64", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlMoney", + "params": [], + "isStatic": false, + "name": "ToSqlMoney", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlSingle", + "params": [], + "isStatic": false, + "name": "ToSqlSingle", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "SqlString", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Collections.Specialized", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "short", + "name": "Mask", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "short", + "name": "Offset", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "obj", + "typeName": "System.Collections.Specialized.BitVector32.Section" + } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "o", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "a", + "typeName": "System.Collections.Specialized.BitVector32.Section" + }, + { + "name": "b", + "typeName": "System.Collections.Specialized.BitVector32.Section" + } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "a", + "typeName": "System.Collections.Specialized.BitVector32.Section" + }, + { + "name": "b", + "typeName": "System.Collections.Specialized.BitVector32.Section" + } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "String", + "params": [ + { + "name": "value", + "typeName": "System.Collections.Specialized.BitVector32.Section" + } + ], + "isStatic": true, + "name": "ToString", + "comment": "", + "location": "System.dll" + } + ], + "name": "Section", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Collections.Specialized", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Hashtable", + "params": [], + "isStatic": true, + "name": "CreateCaseInsensitiveHashtable", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Hashtable", + "params": [ + { "name": "d", "typeName": "System.Collections.IDictionary" } + ], + "isStatic": true, + "name": "CreateCaseInsensitiveHashtable", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Hashtable", + "params": [{ "name": "capacity", "typeName": "int" }], + "isStatic": true, + "name": "CreateCaseInsensitiveHashtable", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "SortedList", + "params": [], + "isStatic": true, + "name": "CreateCaseInsensitiveSortedList", + "comment": "", + "location": "System.dll" + } + ], + "name": "CollectionsUtil", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Collections.Specialized", + "baseClass": "object", + "attribute": "", + "interfaces": ["IDictionary", "ICollection", "IEnumerable"], + "fields": [ + { + "typeName": "int", + "name": "Count", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "IsFixedSize", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "IsReadOnly", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "IsSynchronized", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "object", + "name": "this[]", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Collections.ICollection", + "name": "Keys", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "object", + "name": "SyncRoot", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Collections.ICollection", + "name": "Values", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "caseInsensitive", "typeName": "bool" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "initialSize", "typeName": "int" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "initialSize", "typeName": "int" }, + { "name": "caseInsensitive", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "key", "typeName": "object" }, + { "name": "value", "typeName": "object" } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Clear", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "key", "typeName": "object" }], + "isStatic": false, + "name": "Contains", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "array", "typeName": "System.Array" }, + { "name": "index", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IDictionaryEnumerator", + "params": [], + "isStatic": false, + "name": "GetEnumerator", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "key", "typeName": "object" }], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "System.dll" + } + ], + "name": "HybridDictionary", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System", + "baseClass": "System.UriParser", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "FileStyleUriParser", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Collections.Specialized", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [ + { + "typeName": "System.Collections.Specialized.NotifyCollectionChangedEventHandler", + "name": "CollectionChanged", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Collections.Specialized.NotifyCollectionChangedEventHandler" + } + ], + "isStatic": false, + "name": "add_CollectionChanged", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Collections.Specialized.NotifyCollectionChangedEventHandler" + } + ], + "isStatic": false, + "name": "remove_CollectionChanged", + "comment": "", + "location": "System.dll" + } + ], + "name": "INotifyCollectionChanged", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Collections.Specialized", + "baseClass": "", + "attribute": "interface", + "interfaces": ["IDictionary", "ICollection", "IEnumerable"], + "fields": [ + { + "typeName": "object", + "name": "this[]", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "IDictionaryEnumerator", + "params": [], + "isStatic": false, + "name": "GetEnumerator", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "key", "typeName": "object" }, + { "name": "value", "typeName": "object" } + ], + "isStatic": false, + "name": "Insert", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "RemoveAt", + "comment": "", + "location": "System.dll" + } + ], + "name": "IOrderedDictionary", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System", + "baseClass": "System.UriParser", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "FtpStyleUriParser", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Collections.Specialized", + "baseClass": "object", + "attribute": "", + "interfaces": ["IDictionary", "ICollection", "IEnumerable"], + "fields": [ + { + "typeName": "int", + "name": "Count", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "IsFixedSize", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "IsReadOnly", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "IsSynchronized", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "object", + "name": "this[]", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Collections.ICollection", + "name": "Keys", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "object", + "name": "SyncRoot", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Collections.ICollection", + "name": "Values", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "comparer", "typeName": "System.Collections.IComparer" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "key", "typeName": "object" }, + { "name": "value", "typeName": "object" } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Clear", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "key", "typeName": "object" }], + "isStatic": false, + "name": "Contains", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "array", "typeName": "System.Array" }, + { "name": "index", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IDictionaryEnumerator", + "params": [], + "isStatic": false, + "name": "GetEnumerator", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "key", "typeName": "object" }], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "System.dll" + } + ], + "name": "ListDictionary", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Collections.Specialized", + "baseClass": "object", + "attribute": "", + "interfaces": [ + "ICollection", + "IEnumerable", + "IDeserializationCallback", + "ISerializable" + ], + "fields": [ + { + "typeName": "int", + "name": "Count", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Collections.Specialized.NameObjectCollectionBase.KeysCollection", + "name": "Keys", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "IEnumerator", + "params": [], + "isStatic": false, + "name": "GetEnumerator", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "info", + "typeName": "System.Runtime.Serialization.SerializationInfo" + }, + { + "name": "context", + "typeName": "System.Runtime.Serialization.StreamingContext" + } + ], + "isStatic": false, + "name": "GetObjectData", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "sender", "typeName": "object" }], + "isStatic": false, + "name": "OnDeserialization", + "comment": "", + "location": "System.dll" + } + ], + "name": "NameObjectCollectionBase", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System", + "baseClass": "System.UriParser", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "options", "typeName": "System.GenericUriParserOptions" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "GenericUriParser", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.GenericUriParserOptions", + "name": "AllowEmptyAuthority", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.GenericUriParserOptions", + "name": "Default", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.GenericUriParserOptions", + "name": "DontCompressPath", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.GenericUriParserOptions", + "name": "DontConvertPathBackslashes", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.GenericUriParserOptions", + "name": "DontUnescapePathDotsAndSlashes", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.GenericUriParserOptions", + "name": "GenericAuthority", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.GenericUriParserOptions", + "name": "Idn", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.GenericUriParserOptions", + "name": "IriParsing", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.GenericUriParserOptions", + "name": "NoFragment", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.GenericUriParserOptions", + "name": "NoPort", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.GenericUriParserOptions", + "name": "NoQuery", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.GenericUriParserOptions", + "name": "NoUserInfo", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.GenericUriParserOptions", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "GenericUriParserOptions", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System", + "baseClass": "System.UriParser", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "GopherStyleUriParser", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Data", + "baseClass": "System.ComponentModel.MarshalByValueComponent", + "attribute": "", + "interfaces": ["IComponent", "IDisposable", "IServiceProvider"], + "fields": [ + { + "typeName": "bool", + "name": "AllowDBNull", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "bool", + "name": "AutoIncrement", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "long", + "name": "AutoIncrementSeed", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "long", + "name": "AutoIncrementStep", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "Caption", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.MappingType", + "name": "ColumnMapping", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "ColumnName", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Type", + "name": "DataType", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.DataSetDateTime", + "name": "DateTimeMode", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "object", + "name": "DefaultValue", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "Expression", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.PropertyCollection", + "name": "ExtendedProperties", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "int", + "name": "MaxLength", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "Namespace", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "int", + "name": "Ordinal", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "Prefix", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "bool", + "name": "ReadOnly", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.DataTable", + "name": "Table", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "bool", + "name": "Unique", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "columnName", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "columnName", "typeName": "string" }, + { "name": "dataType", "typeName": "System.Type" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "columnName", "typeName": "string" }, + { "name": "dataType", "typeName": "System.Type" }, + { "name": "expr", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "columnName", "typeName": "string" }, + { "name": "dataType", "typeName": "System.Type" }, + { "name": "expr", "typeName": "string" }, + { "name": "type", "typeName": "System.Data.MappingType" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "ordinal", "typeName": "int" }], + "isStatic": false, + "name": "SetOrdinal", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "DataColumn", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Collections.Specialized", + "baseClass": "object", + "attribute": "", + "interfaces": ["ICollection", "IEnumerable"], + "fields": [ + { + "typeName": "int", + "name": "Count", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "this[]", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "String", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "Get", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IEnumerator", + "params": [], + "isStatic": false, + "name": "GetEnumerator", + "comment": "", + "location": "System.dll" + } + ], + "name": "KeysCollection", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System", + "baseClass": "System.UriParser", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "HttpStyleUriParser", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Data", + "baseClass": "System.EventArgs", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Data.DataColumn", + "name": "Column", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "object", + "name": "ProposedValue", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.DataRow", + "name": "Row", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "row", "typeName": "System.Data.DataRow" }, + { "name": "column", "typeName": "System.Data.DataColumn" }, + { "name": "value", "typeName": "object" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "DataColumnChangeEventArgs", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System", + "baseClass": "System.UriParser", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "LdapStyleUriParser", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Data", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "sender", "typeName": "object" }, + { "name": "e", "typeName": "System.Data.DataColumnChangeEventArgs" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "sender", "typeName": "object" }, + { + "name": "e", + "typeName": "System.Data.DataColumnChangeEventArgs" + }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "DataColumnChangeEventHandler", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Collections.Specialized", + "baseClass": "System.Collections.Specialized.NameObjectCollectionBase", + "attribute": "", + "interfaces": [ + "ICollection", + "IEnumerable", + "IDeserializationCallback", + "ISerializable" + ], + "fields": [ + { + "typeName": "string[]", + "name": "AllKeys", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "this[]", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "this[]", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "equalityComparer", + "typeName": "System.Collections.IEqualityComparer" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "hashProvider", + "typeName": "System.Collections.IHashCodeProvider" + }, + { "name": "comparer", "typeName": "System.Collections.IComparer" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "col", + "typeName": "System.Collections.Specialized.NameValueCollection" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "capacity", "typeName": "int" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "capacity", "typeName": "int" }, + { + "name": "equalityComparer", + "typeName": "System.Collections.IEqualityComparer" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "capacity", "typeName": "int" }, + { + "name": "hashProvider", + "typeName": "System.Collections.IHashCodeProvider" + }, + { "name": "comparer", "typeName": "System.Collections.IComparer" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "capacity", "typeName": "int" }, + { + "name": "col", + "typeName": "System.Collections.Specialized.NameValueCollection" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "c", + "typeName": "System.Collections.Specialized.NameValueCollection" + } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "value", "typeName": "string" } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Clear", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "dest", "typeName": "System.Array" }, + { "name": "index", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "Get", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "Get", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "GetKey", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "GetValues", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "GetValues", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "HasKeys", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "value", "typeName": "string" } + ], + "isStatic": false, + "name": "Set", + "comment": "", + "location": "System.dll" + } + ], + "name": "NameValueCollection", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System", + "baseClass": "System.UriParser", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "NetPipeStyleUriParser", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Data", + "baseClass": "System.Data.InternalDataCollectionBase", + "attribute": "", + "interfaces": ["ICollection", "IEnumerable"], + "fields": [ + { + "typeName": "System.Data.DataColumn", + "name": "this[]", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.DataColumn", + "name": "this[]", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.ComponentModel.CollectionChangeEventHandler", + "name": "CollectionChanged", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.ComponentModel.CollectionChangeEventHandler" + } + ], + "isStatic": false, + "name": "add_CollectionChanged", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.ComponentModel.CollectionChangeEventHandler" + } + ], + "isStatic": false, + "name": "remove_CollectionChanged", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "DataColumn", + "params": [], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "column", "typeName": "System.Data.DataColumn" } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "DataColumn", + "params": [{ "name": "columnName", "typeName": "string" }], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "DataColumn", + "params": [ + { "name": "columnName", "typeName": "string" }, + { "name": "type", "typeName": "System.Type" } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "DataColumn", + "params": [ + { "name": "columnName", "typeName": "string" }, + { "name": "type", "typeName": "System.Type" }, + { "name": "expression", "typeName": "string" } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "columns", "typeName": "System.Data.DataColumn[]" } + ], + "isStatic": false, + "name": "AddRange", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "column", "typeName": "System.Data.DataColumn" } + ], + "isStatic": false, + "name": "CanRemove", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Clear", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "Contains", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "array", "typeName": "System.Data.DataColumn[]" }, + { "name": "index", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "column", "typeName": "System.Data.DataColumn" } + ], + "isStatic": false, + "name": "IndexOf", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "columnName", "typeName": "string" }], + "isStatic": false, + "name": "IndexOf", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "column", "typeName": "System.Data.DataColumn" } + ], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "RemoveAt", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "DataColumnCollection", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Collections.Specialized", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Collections.Specialized.NotifyCollectionChangedAction", + "name": "Add", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Collections.Specialized.NotifyCollectionChangedAction", + "name": "Move", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Collections.Specialized.NotifyCollectionChangedAction", + "name": "Remove", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Collections.Specialized.NotifyCollectionChangedAction", + "name": "Replace", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Collections.Specialized.NotifyCollectionChangedAction", + "name": "Reset", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Collections.Specialized.NotifyCollectionChangedAction", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "NotifyCollectionChangedAction", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System", + "baseClass": "System.UriParser", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "NetTcpStyleUriParser", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Data", + "baseClass": "System.SystemException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "s", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "s", "typeName": "string" }, + { "name": "innerException", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "DataException", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Collections.Specialized", + "baseClass": "System.EventArgs", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Collections.Specialized.NotifyCollectionChangedAction", + "name": "Action", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Collections.IList", + "name": "NewItems", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "NewStartingIndex", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Collections.IList", + "name": "OldItems", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "OldStartingIndex", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "action", + "typeName": "System.Collections.Specialized.NotifyCollectionChangedAction" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "action", + "typeName": "System.Collections.Specialized.NotifyCollectionChangedAction" + }, + { "name": "changedItems", "typeName": "System.Collections.IList" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "action", + "typeName": "System.Collections.Specialized.NotifyCollectionChangedAction" + }, + { "name": "newItems", "typeName": "System.Collections.IList" }, + { "name": "oldItems", "typeName": "System.Collections.IList" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "action", + "typeName": "System.Collections.Specialized.NotifyCollectionChangedAction" + }, + { "name": "newItems", "typeName": "System.Collections.IList" }, + { "name": "oldItems", "typeName": "System.Collections.IList" }, + { "name": "startingIndex", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "action", + "typeName": "System.Collections.Specialized.NotifyCollectionChangedAction" + }, + { "name": "changedItems", "typeName": "System.Collections.IList" }, + { "name": "startingIndex", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "action", + "typeName": "System.Collections.Specialized.NotifyCollectionChangedAction" + }, + { "name": "changedItems", "typeName": "System.Collections.IList" }, + { "name": "index", "typeName": "int" }, + { "name": "oldIndex", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "action", + "typeName": "System.Collections.Specialized.NotifyCollectionChangedAction" + }, + { "name": "changedItem", "typeName": "object" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "action", + "typeName": "System.Collections.Specialized.NotifyCollectionChangedAction" + }, + { "name": "changedItem", "typeName": "object" }, + { "name": "index", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "action", + "typeName": "System.Collections.Specialized.NotifyCollectionChangedAction" + }, + { "name": "changedItem", "typeName": "object" }, + { "name": "index", "typeName": "int" }, + { "name": "oldIndex", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "action", + "typeName": "System.Collections.Specialized.NotifyCollectionChangedAction" + }, + { "name": "newItem", "typeName": "object" }, + { "name": "oldItem", "typeName": "object" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "action", + "typeName": "System.Collections.Specialized.NotifyCollectionChangedAction" + }, + { "name": "newItem", "typeName": "object" }, + { "name": "oldItem", "typeName": "object" }, + { "name": "index", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "NotifyCollectionChangedEventArgs", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System", + "baseClass": "System.UriParser", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "NewsStyleUriParser", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Data", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Data.DataColumn[]", + "name": "ChildColumns", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.ForeignKeyConstraint", + "name": "ChildKeyConstraint", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.DataTable", + "name": "ChildTable", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.DataSet", + "name": "DataSet", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.PropertyCollection", + "name": "ExtendedProperties", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "bool", + "name": "Nested", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.DataColumn[]", + "name": "ParentColumns", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.UniqueConstraint", + "name": "ParentKeyConstraint", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.DataTable", + "name": "ParentTable", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "RelationName", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "relationName", "typeName": "string" }, + { "name": "parentColumn", "typeName": "System.Data.DataColumn" }, + { "name": "childColumn", "typeName": "System.Data.DataColumn" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "relationName", "typeName": "string" }, + { "name": "parentColumn", "typeName": "System.Data.DataColumn" }, + { "name": "childColumn", "typeName": "System.Data.DataColumn" }, + { "name": "createConstraints", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "relationName", "typeName": "string" }, + { "name": "parentColumns", "typeName": "System.Data.DataColumn[]" }, + { "name": "childColumns", "typeName": "System.Data.DataColumn[]" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "relationName", "typeName": "string" }, + { "name": "parentColumns", "typeName": "System.Data.DataColumn[]" }, + { "name": "childColumns", "typeName": "System.Data.DataColumn[]" }, + { "name": "createConstraints", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "relationName", "typeName": "string" }, + { "name": "parentTableName", "typeName": "string" }, + { "name": "parentTableNamespace", "typeName": "string" }, + { "name": "childTableName", "typeName": "string" }, + { "name": "childTableNamespace", "typeName": "string" }, + { "name": "parentColumnNames", "typeName": "string[]" }, + { "name": "childColumnNames", "typeName": "string[]" }, + { "name": "nested", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "relationName", "typeName": "string" }, + { "name": "parentTableName", "typeName": "string" }, + { "name": "childTableName", "typeName": "string" }, + { "name": "parentColumnNames", "typeName": "string[]" }, + { "name": "childColumnNames", "typeName": "string[]" }, + { "name": "nested", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "DataRelation", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Collections.Specialized", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "sender", "typeName": "object" }, + { + "name": "e", + "typeName": "System.Collections.Specialized.NotifyCollectionChangedEventArgs" + } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "sender", "typeName": "object" }, + { + "name": "e", + "typeName": "System.Collections.Specialized.NotifyCollectionChangedEventArgs" + }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "System.dll" + } + ], + "name": "NotifyCollectionChangedEventHandler", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Data", + "baseClass": "System.Data.InternalDataCollectionBase", + "attribute": "", + "interfaces": ["ICollection", "IEnumerable"], + "fields": [ + { + "typeName": "System.Data.DataRelation", + "name": "this[]", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.DataRelation", + "name": "this[]", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.ComponentModel.CollectionChangeEventHandler", + "name": "CollectionChanged", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.ComponentModel.CollectionChangeEventHandler" + } + ], + "isStatic": false, + "name": "add_CollectionChanged", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.ComponentModel.CollectionChangeEventHandler" + } + ], + "isStatic": false, + "name": "remove_CollectionChanged", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "DataRelation", + "params": [ + { "name": "parentColumn", "typeName": "System.Data.DataColumn" }, + { "name": "childColumn", "typeName": "System.Data.DataColumn" } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "DataRelation", + "params": [ + { "name": "parentColumns", "typeName": "System.Data.DataColumn[]" }, + { "name": "childColumns", "typeName": "System.Data.DataColumn[]" } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "relation", "typeName": "System.Data.DataRelation" } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "DataRelation", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "parentColumn", "typeName": "System.Data.DataColumn" }, + { "name": "childColumn", "typeName": "System.Data.DataColumn" } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "DataRelation", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "parentColumn", "typeName": "System.Data.DataColumn" }, + { "name": "childColumn", "typeName": "System.Data.DataColumn" }, + { "name": "createConstraints", "typeName": "bool" } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "DataRelation", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "parentColumns", "typeName": "System.Data.DataColumn[]" }, + { "name": "childColumns", "typeName": "System.Data.DataColumn[]" } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "DataRelation", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "parentColumns", "typeName": "System.Data.DataColumn[]" }, + { "name": "childColumns", "typeName": "System.Data.DataColumn[]" }, + { "name": "createConstraints", "typeName": "bool" } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "relations", "typeName": "System.Data.DataRelation[]" } + ], + "isStatic": false, + "name": "AddRange", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "relation", "typeName": "System.Data.DataRelation" } + ], + "isStatic": false, + "name": "CanRemove", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Clear", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "Contains", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "array", "typeName": "System.Data.DataRelation[]" }, + { "name": "index", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "relation", "typeName": "System.Data.DataRelation" } + ], + "isStatic": false, + "name": "IndexOf", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "relationName", "typeName": "string" }], + "isStatic": false, + "name": "IndexOf", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "relation", "typeName": "System.Data.DataRelation" } + ], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "RemoveAt", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "DataRelationCollection", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "IsNormalized", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "normalizationForm", + "typeName": "System.Text.NormalizationForm" + } + ], + "isStatic": false, + "name": "IsNormalized", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "Normalize", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "String", + "params": [ + { + "name": "normalizationForm", + "typeName": "System.Text.NormalizationForm" + } + ], + "isStatic": false, + "name": "Normalize", + "comment": "", + "location": "System.dll" + } + ], + "name": "StringNormalizationExtensions", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Collections.Specialized", + "baseClass": "object", + "attribute": "", + "interfaces": [ + "IOrderedDictionary", + "IDictionary", + "ICollection", + "IEnumerable", + "IDeserializationCallback", + "ISerializable" + ], + "fields": [ + { + "typeName": "int", + "name": "Count", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "IsReadOnly", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "object", + "name": "this[]", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "object", + "name": "this[]", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Collections.ICollection", + "name": "Keys", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Collections.ICollection", + "name": "Values", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "comparer", + "typeName": "System.Collections.IEqualityComparer" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "capacity", "typeName": "int" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "capacity", "typeName": "int" }, + { + "name": "comparer", + "typeName": "System.Collections.IEqualityComparer" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "key", "typeName": "object" }, + { "name": "value", "typeName": "object" } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "OrderedDictionary", + "params": [], + "isStatic": false, + "name": "AsReadOnly", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Clear", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "key", "typeName": "object" }], + "isStatic": false, + "name": "Contains", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "array", "typeName": "System.Array" }, + { "name": "index", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IDictionaryEnumerator", + "params": [], + "isStatic": false, + "name": "GetEnumerator", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "info", + "typeName": "System.Runtime.Serialization.SerializationInfo" + }, + { + "name": "context", + "typeName": "System.Runtime.Serialization.StreamingContext" + } + ], + "isStatic": false, + "name": "GetObjectData", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "key", "typeName": "object" }, + { "name": "value", "typeName": "object" } + ], + "isStatic": false, + "name": "Insert", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "key", "typeName": "object" }], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "RemoveAt", + "comment": "", + "location": "System.dll" + } + ], + "name": "OrderedDictionary", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Data", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "HasErrors", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "object", + "name": "this[]", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "object", + "name": "this[]", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "object", + "name": "this[]", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "object", + "name": "this[]", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "object", + "name": "this[]", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "object", + "name": "this[]", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "object[]", + "name": "ItemArray", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "RowError", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.DataRowState", + "name": "RowState", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.DataTable", + "name": "Table", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "AcceptChanges", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "BeginEdit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "CancelEdit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ClearErrors", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Delete", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "EndEdit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "relation", "typeName": "System.Data.DataRelation" } + ], + "isStatic": false, + "name": "GetChildRows", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "relation", "typeName": "System.Data.DataRelation" }, + { "name": "version", "typeName": "System.Data.DataRowVersion" } + ], + "isStatic": false, + "name": "GetChildRows", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "relationName", "typeName": "string" }], + "isStatic": false, + "name": "GetChildRows", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "relationName", "typeName": "string" }, + { "name": "version", "typeName": "System.Data.DataRowVersion" } + ], + "isStatic": false, + "name": "GetChildRows", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "column", "typeName": "System.Data.DataColumn" } + ], + "isStatic": false, + "name": "GetColumnError", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "columnIndex", "typeName": "int" }], + "isStatic": false, + "name": "GetColumnError", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "columnName", "typeName": "string" }], + "isStatic": false, + "name": "GetColumnError", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetColumnsInError", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "DataRow", + "params": [ + { "name": "relation", "typeName": "System.Data.DataRelation" } + ], + "isStatic": false, + "name": "GetParentRow", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "DataRow", + "params": [ + { "name": "relation", "typeName": "System.Data.DataRelation" }, + { "name": "version", "typeName": "System.Data.DataRowVersion" } + ], + "isStatic": false, + "name": "GetParentRow", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "DataRow", + "params": [{ "name": "relationName", "typeName": "string" }], + "isStatic": false, + "name": "GetParentRow", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "DataRow", + "params": [ + { "name": "relationName", "typeName": "string" }, + { "name": "version", "typeName": "System.Data.DataRowVersion" } + ], + "isStatic": false, + "name": "GetParentRow", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "relation", "typeName": "System.Data.DataRelation" } + ], + "isStatic": false, + "name": "GetParentRows", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "relation", "typeName": "System.Data.DataRelation" }, + { "name": "version", "typeName": "System.Data.DataRowVersion" } + ], + "isStatic": false, + "name": "GetParentRows", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "relationName", "typeName": "string" }], + "isStatic": false, + "name": "GetParentRows", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "relationName", "typeName": "string" }, + { "name": "version", "typeName": "System.Data.DataRowVersion" } + ], + "isStatic": false, + "name": "GetParentRows", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "version", "typeName": "System.Data.DataRowVersion" } + ], + "isStatic": false, + "name": "HasVersion", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "column", "typeName": "System.Data.DataColumn" } + ], + "isStatic": false, + "name": "IsNull", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "column", "typeName": "System.Data.DataColumn" }, + { "name": "version", "typeName": "System.Data.DataRowVersion" } + ], + "isStatic": false, + "name": "IsNull", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "columnIndex", "typeName": "int" }], + "isStatic": false, + "name": "IsNull", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "columnName", "typeName": "string" }], + "isStatic": false, + "name": "IsNull", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "RejectChanges", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "SetAdded", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "column", "typeName": "System.Data.DataColumn" }, + { "name": "error", "typeName": "string" } + ], + "isStatic": false, + "name": "SetColumnError", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "columnIndex", "typeName": "int" }, + { "name": "error", "typeName": "string" } + ], + "isStatic": false, + "name": "SetColumnError", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "columnName", "typeName": "string" }, + { "name": "error", "typeName": "string" } + ], + "isStatic": false, + "name": "SetColumnError", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "SetModified", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "parentRow", "typeName": "System.Data.DataRow" } + ], + "isStatic": false, + "name": "SetParentRow", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "parentRow", "typeName": "System.Data.DataRow" }, + { "name": "relation", "typeName": "System.Data.DataRelation" } + ], + "isStatic": false, + "name": "SetParentRow", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "DataRow", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System", + "baseClass": "object", + "attribute": "", + "interfaces": ["ISerializable"], + "fields": [ + { + "typeName": "string", + "name": "SchemeDelimiter", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "UriSchemeFile", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "UriSchemeFtp", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "UriSchemeGopher", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "UriSchemeHttp", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "UriSchemeHttps", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "UriSchemeMailto", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "UriSchemeNetPipe", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "UriSchemeNetTcp", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "UriSchemeNews", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "UriSchemeNntp", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "AbsolutePath", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "AbsoluteUri", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "Authority", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "DnsSafeHost", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "Fragment", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "Host", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.UriHostNameType", + "name": "HostNameType", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "IdnHost", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "IsAbsoluteUri", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "IsDefaultPort", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "IsFile", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "IsLoopback", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "IsUnc", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "LocalPath", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "OriginalString", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "PathAndQuery", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "Port", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "Query", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "Scheme", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string[]", + "name": "Segments", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "UserEscaped", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "UserInfo", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "uriString", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "uriString", "typeName": "string" }, + { "name": "dontEscape", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "uriString", "typeName": "string" }, + { "name": "uriKind", "typeName": "System.UriKind" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "baseUri", "typeName": "System.Uri" }, + { "name": "relativeUri", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "baseUri", "typeName": "System.Uri" }, + { "name": "relativeUri", "typeName": "string" }, + { "name": "dontEscape", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "baseUri", "typeName": "System.Uri" }, + { "name": "relativeUri", "typeName": "System.Uri" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "UriHostNameType", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": true, + "name": "CheckHostName", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "schemeName", "typeName": "string" }], + "isStatic": true, + "name": "CheckSchemeName", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "uri1", "typeName": "System.Uri" }, + { "name": "uri2", "typeName": "System.Uri" }, + { "name": "partsToCompare", "typeName": "System.UriComponents" }, + { "name": "compareFormat", "typeName": "System.UriFormat" }, + { "name": "comparisonType", "typeName": "System.StringComparison" } + ], + "isStatic": true, + "name": "Compare", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "comparand", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "stringToEscape", "typeName": "string" }], + "isStatic": true, + "name": "EscapeDataString", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "stringToEscape", "typeName": "string" }], + "isStatic": true, + "name": "EscapeUriString", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "digit", "typeName": "char" }], + "isStatic": true, + "name": "FromHex", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "components", "typeName": "System.UriComponents" }, + { "name": "format", "typeName": "System.UriFormat" } + ], + "isStatic": false, + "name": "GetComponents", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "part", "typeName": "System.UriPartial" }], + "isStatic": false, + "name": "GetLeftPart", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "character", "typeName": "char" }], + "isStatic": true, + "name": "HexEscape", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Char", + "params": [ + { "name": "pattern", "typeName": "string" }, + { "name": "index", "typeName": "int" } + ], + "isStatic": true, + "name": "HexUnescape", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "uri", "typeName": "System.Uri" }], + "isStatic": false, + "name": "IsBaseOf", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "character", "typeName": "char" }], + "isStatic": true, + "name": "IsHexDigit", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "pattern", "typeName": "string" }, + { "name": "index", "typeName": "int" } + ], + "isStatic": true, + "name": "IsHexEncoding", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "IsWellFormedOriginalString", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "uriString", "typeName": "string" }, + { "name": "uriKind", "typeName": "System.UriKind" } + ], + "isStatic": true, + "name": "IsWellFormedUriString", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "toUri", "typeName": "System.Uri" }], + "isStatic": false, + "name": "MakeRelative", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Uri", + "params": [{ "name": "uri", "typeName": "System.Uri" }], + "isStatic": false, + "name": "MakeRelativeUri", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "uri1", "typeName": "System.Uri" }, + { "name": "uri2", "typeName": "System.Uri" } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "uri1", "typeName": "System.Uri" }, + { "name": "uri2", "typeName": "System.Uri" } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "uriString", "typeName": "string" }, + { "name": "uriKind", "typeName": "System.UriKind" }, + { "name": "result", "typeName": "System.Uri" } + ], + "isStatic": true, + "name": "TryCreate", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "baseUri", "typeName": "System.Uri" }, + { "name": "relativeUri", "typeName": "string" }, + { "name": "result", "typeName": "System.Uri" } + ], + "isStatic": true, + "name": "TryCreate", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "baseUri", "typeName": "System.Uri" }, + { "name": "relativeUri", "typeName": "System.Uri" }, + { "name": "result", "typeName": "System.Uri" } + ], + "isStatic": true, + "name": "TryCreate", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "stringToUnescape", "typeName": "string" }], + "isStatic": true, + "name": "UnescapeDataString", + "comment": "", + "location": "System.dll" + } + ], + "name": "Uri", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Collections.Specialized", + "baseClass": "object", + "attribute": "", + "interfaces": ["IList", "ICollection", "IEnumerable"], + "fields": [ + { + "typeName": "int", + "name": "Count", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "IsReadOnly", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "IsSynchronized", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "this[]", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "object", + "name": "SyncRoot", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "string[]" }], + "isStatic": false, + "name": "AddRange", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Clear", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": false, + "name": "Contains", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "array", "typeName": "string[]" }, + { "name": "index", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "StringEnumerator", + "params": [], + "isStatic": false, + "name": "GetEnumerator", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": false, + "name": "IndexOf", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "value", "typeName": "string" } + ], + "isStatic": false, + "name": "Insert", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "RemoveAt", + "comment": "", + "location": "System.dll" + } + ], + "name": "StringCollection", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Data", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Data.DataRowAction", + "name": "Add", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.DataRowAction", + "name": "Change", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.DataRowAction", + "name": "ChangeCurrentAndOriginal", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.DataRowAction", + "name": "ChangeOriginal", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.DataRowAction", + "name": "Commit", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.DataRowAction", + "name": "Delete", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.DataRowAction", + "name": "Nothing", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.DataRowAction", + "name": "Rollback", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Data.DataRowAction", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "DataRowAction", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Collections.Specialized", + "baseClass": "object", + "attribute": "", + "interfaces": ["IEnumerable"], + "fields": [ + { + "typeName": "int", + "name": "Count", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "IsSynchronized", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "this[]", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Collections.ICollection", + "name": "Keys", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "object", + "name": "SyncRoot", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Collections.ICollection", + "name": "Values", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "key", "typeName": "string" }, + { "name": "value", "typeName": "string" } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Clear", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "key", "typeName": "string" }], + "isStatic": false, + "name": "ContainsKey", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": false, + "name": "ContainsValue", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "array", "typeName": "System.Array" }, + { "name": "index", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IEnumerator", + "params": [], + "isStatic": false, + "name": "GetEnumerator", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "key", "typeName": "string" }], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "System.dll" + } + ], + "name": "StringDictionary", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Data", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [], + "name": "DataRowBuilder", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Collections.Specialized", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "Current", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "MoveNext", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Reset", + "comment": "", + "location": "System.dll" + } + ], + "name": "StringEnumerator", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Data", + "baseClass": "System.EventArgs", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Data.DataRowAction", + "name": "Action", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.DataRow", + "name": "Row", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "row", "typeName": "System.Data.DataRow" }, + { "name": "action", "typeName": "System.Data.DataRowAction" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "DataRowChangeEventArgs", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "sender", "typeName": "object" }, + { "name": "e", "typeName": "System.Data.DataRowChangeEventArgs" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "sender", "typeName": "object" }, + { "name": "e", "typeName": "System.Data.DataRowChangeEventArgs" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "DataRowChangeEventHandler", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "Fragment", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "Host", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "Password", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "Path", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "Port", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "Query", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "Scheme", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Uri", + "name": "Uri", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "UserName", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "uri", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "schemeName", "typeName": "string" }, + { "name": "hostName", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "scheme", "typeName": "string" }, + { "name": "host", "typeName": "string" }, + { "name": "portNumber", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "scheme", "typeName": "string" }, + { "name": "host", "typeName": "string" }, + { "name": "port", "typeName": "int" }, + { "name": "pathValue", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "scheme", "typeName": "string" }, + { "name": "host", "typeName": "string" }, + { "name": "port", "typeName": "int" }, + { "name": "path", "typeName": "string" }, + { "name": "extraValue", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "uri", "typeName": "System.Uri" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "rparam", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.dll" + } + ], + "name": "UriBuilder", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.UriComponents", + "name": "AbsoluteUri", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.UriComponents", + "name": "Fragment", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.UriComponents", + "name": "Host", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.UriComponents", + "name": "HostAndPort", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.UriComponents", + "name": "HttpRequestUrl", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.UriComponents", + "name": "KeepDelimiter", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.UriComponents", + "name": "NormalizedHost", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.UriComponents", + "name": "Path", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.UriComponents", + "name": "PathAndQuery", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.UriComponents", + "name": "Port", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.UriComponents", + "name": "Query", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.UriComponents", + "name": "Scheme", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.UriComponents", + "name": "SchemeAndServer", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.UriComponents", + "name": "SerializationInfoString", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.UriComponents", + "name": "StrongAuthority", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.UriComponents", + "name": "StrongPort", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.UriComponents", + "name": "UserInfo", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.UriComponents", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "UriComponents", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.UriFormat", + "name": "SafeUnescaped", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.UriFormat", + "name": "Unescaped", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.UriFormat", + "name": "UriEscaped", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.UriFormat", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "UriFormat", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System", + "baseClass": "System.FormatException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "textString", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "textString", "typeName": "string" }, + { "name": "e", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "UriFormatException", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.UriHostNameType", + "name": "Basic", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.UriHostNameType", + "name": "Dns", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.UriHostNameType", + "name": "IPv4", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.UriHostNameType", + "name": "IPv6", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.UriHostNameType", + "name": "Unknown", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.UriHostNameType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "UriHostNameType", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.UriIdnScope", + "name": "All", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.UriIdnScope", + "name": "AllExceptIntranet", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.UriIdnScope", + "name": "None", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.UriIdnScope", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "UriIdnScope", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.UriKind", + "name": "Absolute", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.UriKind", + "name": "Relative", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.UriKind", + "name": "RelativeOrAbsolute", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.UriKind", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "UriKind", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [{ "name": "schemeName", "typeName": "string" }], + "isStatic": true, + "name": "IsKnownScheme", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "uriParser", "typeName": "System.UriParser" }, + { "name": "schemeName", "typeName": "string" }, + { "name": "defaultPort", "typeName": "int" } + ], + "isStatic": true, + "name": "Register", + "comment": "", + "location": "System.dll" + } + ], + "name": "UriParser", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.UriPartial", + "name": "Authority", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.UriPartial", + "name": "Path", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.UriPartial", + "name": "Query", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.UriPartial", + "name": "Scheme", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.UriPartial", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "UriPartial", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System", + "baseClass": "System.ComponentModel.TypeConverter", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "context", + "typeName": "System.ComponentModel.ITypeDescriptorContext" + }, + { "name": "sourceType", "typeName": "System.Type" } + ], + "isStatic": false, + "name": "CanConvertFrom", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "context", + "typeName": "System.ComponentModel.ITypeDescriptorContext" + }, + { "name": "destinationType", "typeName": "System.Type" } + ], + "isStatic": false, + "name": "CanConvertTo", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { + "name": "context", + "typeName": "System.ComponentModel.ITypeDescriptorContext" + }, + { + "name": "culture", + "typeName": "System.Globalization.CultureInfo" + }, + { "name": "value", "typeName": "object" } + ], + "isStatic": false, + "name": "ConvertFrom", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { + "name": "context", + "typeName": "System.ComponentModel.ITypeDescriptorContext" + }, + { + "name": "culture", + "typeName": "System.Globalization.CultureInfo" + }, + { "name": "value", "typeName": "object" }, + { "name": "destinationType", "typeName": "System.Type" } + ], + "isStatic": false, + "name": "ConvertTo", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "context", + "typeName": "System.ComponentModel.ITypeDescriptorContext" + }, + { "name": "value", "typeName": "object" } + ], + "isStatic": false, + "name": "IsValid", + "comment": "", + "location": "System.dll" + } + ], + "name": "UriTypeConverter", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Media", + "baseClass": "System.ComponentModel.Component", + "attribute": "", + "interfaces": ["IComponent", "IDisposable", "ISerializable"], + "fields": [ + { + "typeName": "bool", + "name": "IsLoadCompleted", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "LoadTimeout", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "SoundLocation", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.IO.Stream", + "name": "Stream", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "object", + "name": "Tag", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.AsyncCompletedEventHandler", + "name": "LoadCompleted", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.EventHandler", + "name": "SoundLocationChanged", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.EventHandler", + "name": "StreamChanged", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "stream", "typeName": "System.IO.Stream" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "soundLocation", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.ComponentModel.AsyncCompletedEventHandler" + } + ], + "isStatic": false, + "name": "add_LoadCompleted", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.ComponentModel.AsyncCompletedEventHandler" + } + ], + "isStatic": false, + "name": "remove_LoadCompleted", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.EventHandler" }], + "isStatic": false, + "name": "add_SoundLocationChanged", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.EventHandler" }], + "isStatic": false, + "name": "remove_SoundLocationChanged", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.EventHandler" }], + "isStatic": false, + "name": "add_StreamChanged", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.EventHandler" }], + "isStatic": false, + "name": "remove_StreamChanged", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Load", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "LoadAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Play", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "PlayLooping", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "PlaySync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Stop", + "comment": "", + "location": "System.dll" + } + ], + "name": "SoundPlayer", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Media", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Play", + "comment": "", + "location": "System.dll" + } + ], + "name": "SystemSound", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Media", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Media.SystemSound", + "name": "Asterisk", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Media.SystemSound", + "name": "Beep", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Media.SystemSound", + "name": "Exclamation", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Media.SystemSound", + "name": "Hand", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Media.SystemSound", + "name": "Question", + "comment": "", + "location": "System.dll" + } + ], + "methods": [], + "name": "SystemSounds", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Data.SqlTypes", + "baseClass": "System.Data.SqlTypes.SqlTypeException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "e", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "SqlTruncateException", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data.SqlTypes", + "baseClass": "System.SystemException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "e", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "SqlTypeException", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data.SqlTypes", + "baseClass": "System.Xml.Serialization.Advanced.SchemaImporterExtension", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "destinationType", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "destinationType", "typeName": "string" }, + { "name": "direct", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "targetNamespace", "typeName": "string" }, + { "name": "references", "typeName": "string[]" }, + { + "name": "namespaceImports", + "typeName": "System.CodeDom.CodeNamespaceImport[]" + }, + { "name": "destinationType", "typeName": "string" }, + { "name": "direct", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "xmlNamespace", "typeName": "string" }, + { + "name": "context", + "typeName": "System.Xml.Schema.XmlSchemaObject" + }, + { + "name": "schemas", + "typeName": "System.Xml.Serialization.XmlSchemas" + }, + { + "name": "importer", + "typeName": "System.Xml.Serialization.XmlSchemaImporter" + }, + { + "name": "compileUnit", + "typeName": "System.CodeDom.CodeCompileUnit" + }, + { + "name": "mainNamespace", + "typeName": "System.CodeDom.CodeNamespace" + }, + { + "name": "options", + "typeName": "System.Xml.Serialization.CodeGenerationOptions" + }, + { + "name": "codeProvider", + "typeName": "System.CodeDom.Compiler.CodeDomProvider" + } + ], + "isStatic": false, + "name": "ImportSchemaType", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "type", "typeName": "System.Xml.Schema.XmlSchemaType" }, + { + "name": "context", + "typeName": "System.Xml.Schema.XmlSchemaObject" + }, + { + "name": "schemas", + "typeName": "System.Xml.Serialization.XmlSchemas" + }, + { + "name": "importer", + "typeName": "System.Xml.Serialization.XmlSchemaImporter" + }, + { + "name": "compileUnit", + "typeName": "System.CodeDom.CodeCompileUnit" + }, + { + "name": "mainNamespace", + "typeName": "System.CodeDom.CodeNamespace" + }, + { + "name": "options", + "typeName": "System.Xml.Serialization.CodeGenerationOptions" + }, + { + "name": "codeProvider", + "typeName": "System.CodeDom.Compiler.CodeDomProvider" + } + ], + "isStatic": false, + "name": "ImportSchemaType", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "SqlTypesSchemaImporterExtensionHelper", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data.SqlTypes", + "baseClass": "object", + "attribute": "", + "interfaces": ["INullable", "IXmlSerializable"], + "fields": [ + { + "typeName": "bool", + "name": "IsNull", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlTypes.SqlXml", + "name": "Null", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "Value", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.IO.Stream" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.Xml.XmlReader" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "XmlReader", + "params": [], + "isStatic": false, + "name": "CreateReader", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "XmlQualifiedName", + "params": [ + { + "name": "schemaSet", + "typeName": "System.Xml.Schema.XmlSchemaSet" + } + ], + "isStatic": true, + "name": "GetXsdType", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "SqlXml", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data.SqlTypes", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Data.SqlTypes.StorageState", + "name": "Buffer", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlTypes.StorageState", + "name": "Stream", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlTypes.StorageState", + "name": "UnmanagedBuffer", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Data.SqlTypes.StorageState", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "StorageState", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data.SqlTypes", + "baseClass": "System.Data.SqlTypes.SqlTypesSchemaImporterExtensionHelper", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "TypeBigIntSchemaImporterExtension", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data.SqlTypes", + "baseClass": "System.Data.SqlTypes.SqlTypesSchemaImporterExtensionHelper", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "TypeBinarySchemaImporterExtension", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data.SqlTypes", + "baseClass": "System.Data.SqlTypes.SqlTypesSchemaImporterExtensionHelper", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "TypeBitSchemaImporterExtension", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data.SqlTypes", + "baseClass": "System.Data.SqlTypes.SqlTypesSchemaImporterExtensionHelper", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "TypeCharSchemaImporterExtension", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data.SqlTypes", + "baseClass": "System.Data.SqlTypes.SqlTypesSchemaImporterExtensionHelper", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "TypeDateTimeSchemaImporterExtension", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data.SqlTypes", + "baseClass": "System.Data.SqlTypes.SqlTypesSchemaImporterExtensionHelper", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "TypeDecimalSchemaImporterExtension", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data.SqlTypes", + "baseClass": "System.Data.SqlTypes.SqlTypesSchemaImporterExtensionHelper", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "TypeFloatSchemaImporterExtension", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data.SqlTypes", + "baseClass": "System.Data.SqlTypes.SqlTypesSchemaImporterExtensionHelper", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "TypeIntSchemaImporterExtension", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data.SqlTypes", + "baseClass": "System.Data.SqlTypes.SqlTypesSchemaImporterExtensionHelper", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "TypeMoneySchemaImporterExtension", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data.SqlTypes", + "baseClass": "System.Data.SqlTypes.SqlTypesSchemaImporterExtensionHelper", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "TypeNCharSchemaImporterExtension", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data.SqlTypes", + "baseClass": "System.Data.SqlTypes.SqlTypesSchemaImporterExtensionHelper", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "TypeNTextSchemaImporterExtension", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data.SqlTypes", + "baseClass": "System.Data.SqlTypes.SqlTypesSchemaImporterExtensionHelper", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "TypeNumericSchemaImporterExtension", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data.SqlTypes", + "baseClass": "System.Data.SqlTypes.SqlTypesSchemaImporterExtensionHelper", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "TypeNVarCharSchemaImporterExtension", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data.SqlTypes", + "baseClass": "System.Data.SqlTypes.SqlTypesSchemaImporterExtensionHelper", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "TypeRealSchemaImporterExtension", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data.SqlTypes", + "baseClass": "System.Data.SqlTypes.SqlTypesSchemaImporterExtensionHelper", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "TypeSmallDateTimeSchemaImporterExtension", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data.SqlTypes", + "baseClass": "System.Data.SqlTypes.SqlTypesSchemaImporterExtensionHelper", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "TypeSmallIntSchemaImporterExtension", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data.SqlTypes", + "baseClass": "System.Data.SqlTypes.SqlTypesSchemaImporterExtensionHelper", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "TypeSmallMoneySchemaImporterExtension", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data", + "baseClass": "System.Data.InternalDataCollectionBase", + "attribute": "", + "interfaces": ["ICollection", "IEnumerable"], + "fields": [ + { + "typeName": "int", + "name": "Count", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.DataRow", + "name": "this[]", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "row", "typeName": "System.Data.DataRow" }], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "DataRow", + "params": [{ "name": "values", "typeName": "object[]" }], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Clear", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "key", "typeName": "object" }], + "isStatic": false, + "name": "Contains", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "keys", "typeName": "object[]" }], + "isStatic": false, + "name": "Contains", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "ar", "typeName": "System.Array" }, + { "name": "index", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "array", "typeName": "System.Data.DataRow[]" }, + { "name": "index", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "DataRow", + "params": [{ "name": "key", "typeName": "object" }], + "isStatic": false, + "name": "Find", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "DataRow", + "params": [{ "name": "keys", "typeName": "object[]" }], + "isStatic": false, + "name": "Find", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "IEnumerator", + "params": [], + "isStatic": false, + "name": "GetEnumerator", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "row", "typeName": "System.Data.DataRow" }], + "isStatic": false, + "name": "IndexOf", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "row", "typeName": "System.Data.DataRow" }, + { "name": "pos", "typeName": "int" } + ], + "isStatic": false, + "name": "InsertAt", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "row", "typeName": "System.Data.DataRow" }], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "RemoveAt", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "DataRowCollection", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data.SqlTypes", + "baseClass": "System.Data.SqlTypes.SqlTypesSchemaImporterExtensionHelper", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "TypeTextSchemaImporterExtension", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data.SqlTypes", + "baseClass": "System.Data.SqlTypes.SqlTypesSchemaImporterExtensionHelper", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "TypeTinyIntSchemaImporterExtension", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Data.DataRowState", + "name": "Added", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.DataRowState", + "name": "Deleted", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.DataRowState", + "name": "Detached", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.DataRowState", + "name": "Modified", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.DataRowState", + "name": "Unchanged", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Data.DataRowState", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "DataRowState", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Data.DataRowVersion", + "name": "Current", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.DataRowVersion", + "name": "Default", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.DataRowVersion", + "name": "Original", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.DataRowVersion", + "name": "Proposed", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Data.DataRowVersion", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "DataRowVersion", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data", + "baseClass": "object", + "attribute": "", + "interfaces": [ + "ICustomTypeDescriptor", + "IDataErrorInfo", + "IEditableObject", + "INotifyPropertyChanged" + ], + "fields": [ + { + "typeName": "System.Data.DataView", + "name": "DataView", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "bool", + "name": "IsEdit", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "bool", + "name": "IsNew", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "object", + "name": "this[]", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "object", + "name": "this[]", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.DataRow", + "name": "Row", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.DataRowVersion", + "name": "RowVersion", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.ComponentModel.PropertyChangedEventHandler", + "name": "PropertyChanged", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.ComponentModel.PropertyChangedEventHandler" + } + ], + "isStatic": false, + "name": "add_PropertyChanged", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.ComponentModel.PropertyChangedEventHandler" + } + ], + "isStatic": false, + "name": "remove_PropertyChanged", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "BeginEdit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "CancelEdit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "DataView", + "params": [ + { "name": "relation", "typeName": "System.Data.DataRelation" } + ], + "isStatic": false, + "name": "CreateChildView", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "DataView", + "params": [ + { "name": "relation", "typeName": "System.Data.DataRelation" }, + { "name": "followParent", "typeName": "bool" } + ], + "isStatic": false, + "name": "CreateChildView", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "DataView", + "params": [{ "name": "relationName", "typeName": "string" }], + "isStatic": false, + "name": "CreateChildView", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "DataView", + "params": [ + { "name": "relationName", "typeName": "string" }, + { "name": "followParent", "typeName": "bool" } + ], + "isStatic": false, + "name": "CreateChildView", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Delete", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "EndEdit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "other", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "DataRowView", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data.SqlTypes", + "baseClass": "System.Data.SqlTypes.SqlTypesSchemaImporterExtensionHelper", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "TypeUniqueIdentifierSchemaImporterExtension", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data", + "baseClass": "System.ComponentModel.MarshalByValueComponent", + "attribute": "", + "interfaces": [ + "IComponent", + "IDisposable", + "IServiceProvider", + "IListSource", + "ISupportInitializeNotification", + "ISupportInitialize", + "ISerializable", + "IXmlSerializable" + ], + "fields": [ + { + "typeName": "bool", + "name": "CaseSensitive", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "DataSetName", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.DataViewManager", + "name": "DefaultViewManager", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "bool", + "name": "EnforceConstraints", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.PropertyCollection", + "name": "ExtendedProperties", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "bool", + "name": "HasErrors", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "bool", + "name": "IsInitialized", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Globalization.CultureInfo", + "name": "Locale", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "Namespace", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "Prefix", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.DataRelationCollection", + "name": "Relations", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SerializationFormat", + "name": "RemotingFormat", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SchemaSerializationMode", + "name": "SchemaSerializationMode", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.ComponentModel.ISite", + "name": "Site", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.DataTableCollection", + "name": "Tables", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.EventHandler", + "name": "Initialized", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.MergeFailedEventHandler", + "name": "MergeFailed", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "dataSetName", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.EventHandler" }], + "isStatic": false, + "name": "add_Initialized", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.EventHandler" }], + "isStatic": false, + "name": "remove_Initialized", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Data.MergeFailedEventHandler" + } + ], + "isStatic": false, + "name": "add_MergeFailed", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Data.MergeFailedEventHandler" + } + ], + "isStatic": false, + "name": "remove_MergeFailed", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "AcceptChanges", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "BeginInit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Clear", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "DataSet", + "params": [], + "isStatic": false, + "name": "Clone", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "DataSet", + "params": [], + "isStatic": false, + "name": "Copy", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "DataTableReader", + "params": [], + "isStatic": false, + "name": "CreateDataReader", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "DataTableReader", + "params": [ + { "name": "dataTables", "typeName": "System.Data.DataTable[]" } + ], + "isStatic": false, + "name": "CreateDataReader", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "EndInit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "DataSet", + "params": [], + "isStatic": false, + "name": "GetChanges", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "DataSet", + "params": [ + { "name": "rowStates", "typeName": "System.Data.DataRowState" } + ], + "isStatic": false, + "name": "GetChanges", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "XmlSchemaComplexType", + "params": [ + { + "name": "schemaSet", + "typeName": "System.Xml.Schema.XmlSchemaSet" + } + ], + "isStatic": true, + "name": "GetDataSetSchema", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "info", + "typeName": "System.Runtime.Serialization.SerializationInfo" + }, + { + "name": "context", + "typeName": "System.Runtime.Serialization.StreamingContext" + } + ], + "isStatic": false, + "name": "GetObjectData", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "GetXml", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "GetXmlSchema", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "HasChanges", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "rowStates", "typeName": "System.Data.DataRowState" } + ], + "isStatic": false, + "name": "HasChanges", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "stream", "typeName": "System.IO.Stream" }, + { "name": "nsArray", "typeName": "string[]" } + ], + "isStatic": false, + "name": "InferXmlSchema", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "reader", "typeName": "System.IO.TextReader" }, + { "name": "nsArray", "typeName": "string[]" } + ], + "isStatic": false, + "name": "InferXmlSchema", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "fileName", "typeName": "string" }, + { "name": "nsArray", "typeName": "string[]" } + ], + "isStatic": false, + "name": "InferXmlSchema", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "reader", "typeName": "System.Xml.XmlReader" }, + { "name": "nsArray", "typeName": "string[]" } + ], + "isStatic": false, + "name": "InferXmlSchema", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "reader", "typeName": "System.Data.IDataReader" }, + { "name": "loadOption", "typeName": "System.Data.LoadOption" }, + { "name": "tables", "typeName": "System.Data.DataTable[]" } + ], + "isStatic": false, + "name": "Load", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "reader", "typeName": "System.Data.IDataReader" }, + { "name": "loadOption", "typeName": "System.Data.LoadOption" }, + { + "name": "errorHandler", + "typeName": "System.Data.FillErrorEventHandler" + }, + { "name": "tables", "typeName": "System.Data.DataTable[]" } + ], + "isStatic": false, + "name": "Load", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "reader", "typeName": "System.Data.IDataReader" }, + { "name": "loadOption", "typeName": "System.Data.LoadOption" }, + { "name": "tables", "typeName": "string[]" } + ], + "isStatic": false, + "name": "Load", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "rows", "typeName": "System.Data.DataRow[]" }], + "isStatic": false, + "name": "Merge", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "rows", "typeName": "System.Data.DataRow[]" }, + { "name": "preserveChanges", "typeName": "bool" }, + { + "name": "missingSchemaAction", + "typeName": "System.Data.MissingSchemaAction" + } + ], + "isStatic": false, + "name": "Merge", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "dataSet", "typeName": "System.Data.DataSet" }], + "isStatic": false, + "name": "Merge", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "dataSet", "typeName": "System.Data.DataSet" }, + { "name": "preserveChanges", "typeName": "bool" } + ], + "isStatic": false, + "name": "Merge", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "dataSet", "typeName": "System.Data.DataSet" }, + { "name": "preserveChanges", "typeName": "bool" }, + { + "name": "missingSchemaAction", + "typeName": "System.Data.MissingSchemaAction" + } + ], + "isStatic": false, + "name": "Merge", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "table", "typeName": "System.Data.DataTable" }], + "isStatic": false, + "name": "Merge", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "table", "typeName": "System.Data.DataTable" }, + { "name": "preserveChanges", "typeName": "bool" }, + { + "name": "missingSchemaAction", + "typeName": "System.Data.MissingSchemaAction" + } + ], + "isStatic": false, + "name": "Merge", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "XmlReadMode", + "params": [{ "name": "stream", "typeName": "System.IO.Stream" }], + "isStatic": false, + "name": "ReadXml", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "XmlReadMode", + "params": [ + { "name": "stream", "typeName": "System.IO.Stream" }, + { "name": "mode", "typeName": "System.Data.XmlReadMode" } + ], + "isStatic": false, + "name": "ReadXml", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "XmlReadMode", + "params": [{ "name": "reader", "typeName": "System.IO.TextReader" }], + "isStatic": false, + "name": "ReadXml", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "XmlReadMode", + "params": [ + { "name": "reader", "typeName": "System.IO.TextReader" }, + { "name": "mode", "typeName": "System.Data.XmlReadMode" } + ], + "isStatic": false, + "name": "ReadXml", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "XmlReadMode", + "params": [{ "name": "fileName", "typeName": "string" }], + "isStatic": false, + "name": "ReadXml", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "XmlReadMode", + "params": [ + { "name": "fileName", "typeName": "string" }, + { "name": "mode", "typeName": "System.Data.XmlReadMode" } + ], + "isStatic": false, + "name": "ReadXml", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "XmlReadMode", + "params": [{ "name": "reader", "typeName": "System.Xml.XmlReader" }], + "isStatic": false, + "name": "ReadXml", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "XmlReadMode", + "params": [ + { "name": "reader", "typeName": "System.Xml.XmlReader" }, + { "name": "mode", "typeName": "System.Data.XmlReadMode" } + ], + "isStatic": false, + "name": "ReadXml", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "stream", "typeName": "System.IO.Stream" }], + "isStatic": false, + "name": "ReadXmlSchema", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "reader", "typeName": "System.IO.TextReader" }], + "isStatic": false, + "name": "ReadXmlSchema", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "fileName", "typeName": "string" }], + "isStatic": false, + "name": "ReadXmlSchema", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "reader", "typeName": "System.Xml.XmlReader" }], + "isStatic": false, + "name": "ReadXmlSchema", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "RejectChanges", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Reset", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "stream", "typeName": "System.IO.Stream" }], + "isStatic": false, + "name": "WriteXml", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "stream", "typeName": "System.IO.Stream" }, + { "name": "mode", "typeName": "System.Data.XmlWriteMode" } + ], + "isStatic": false, + "name": "WriteXml", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "writer", "typeName": "System.IO.TextWriter" }], + "isStatic": false, + "name": "WriteXml", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "writer", "typeName": "System.IO.TextWriter" }, + { "name": "mode", "typeName": "System.Data.XmlWriteMode" } + ], + "isStatic": false, + "name": "WriteXml", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "fileName", "typeName": "string" }], + "isStatic": false, + "name": "WriteXml", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "fileName", "typeName": "string" }, + { "name": "mode", "typeName": "System.Data.XmlWriteMode" } + ], + "isStatic": false, + "name": "WriteXml", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "writer", "typeName": "System.Xml.XmlWriter" }], + "isStatic": false, + "name": "WriteXml", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "writer", "typeName": "System.Xml.XmlWriter" }, + { "name": "mode", "typeName": "System.Data.XmlWriteMode" } + ], + "isStatic": false, + "name": "WriteXml", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "stream", "typeName": "System.IO.Stream" }], + "isStatic": false, + "name": "WriteXmlSchema", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "stream", "typeName": "System.IO.Stream" }, + { + "name": "multipleTargetConverter", + "typeName": "System.Converter" + } + ], + "isStatic": false, + "name": "WriteXmlSchema", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "writer", "typeName": "System.IO.TextWriter" }], + "isStatic": false, + "name": "WriteXmlSchema", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "writer", "typeName": "System.IO.TextWriter" }, + { + "name": "multipleTargetConverter", + "typeName": "System.Converter" + } + ], + "isStatic": false, + "name": "WriteXmlSchema", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "fileName", "typeName": "string" }], + "isStatic": false, + "name": "WriteXmlSchema", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "fileName", "typeName": "string" }, + { + "name": "multipleTargetConverter", + "typeName": "System.Converter" + } + ], + "isStatic": false, + "name": "WriteXmlSchema", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "writer", "typeName": "System.Xml.XmlWriter" }], + "isStatic": false, + "name": "WriteXmlSchema", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "writer", "typeName": "System.Xml.XmlWriter" }, + { + "name": "multipleTargetConverter", + "typeName": "System.Converter" + } + ], + "isStatic": false, + "name": "WriteXmlSchema", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "DataSet", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data.SqlTypes", + "baseClass": "System.Data.SqlTypes.SqlTypesSchemaImporterExtensionHelper", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "TypeVarBinarySchemaImporterExtension", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Data.DataSetDateTime", + "name": "Local", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.DataSetDateTime", + "name": "Unspecified", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.DataSetDateTime", + "name": "UnspecifiedLocal", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.DataSetDateTime", + "name": "Utc", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Data.DataSetDateTime", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "DataSetDateTime", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data.SqlTypes", + "baseClass": "System.Data.SqlTypes.SqlTypesSchemaImporterExtensionHelper", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "TypeVarCharSchemaImporterExtension", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data", + "baseClass": "System.Xml.Serialization.Advanced.SchemaImporterExtension", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "schemaNamespace", "typeName": "string" }, + { + "name": "context", + "typeName": "System.Xml.Schema.XmlSchemaObject" + }, + { + "name": "schemas", + "typeName": "System.Xml.Serialization.XmlSchemas" + }, + { + "name": "importer", + "typeName": "System.Xml.Serialization.XmlSchemaImporter" + }, + { + "name": "compileUnit", + "typeName": "System.CodeDom.CodeCompileUnit" + }, + { + "name": "mainNamespace", + "typeName": "System.CodeDom.CodeNamespace" + }, + { + "name": "options", + "typeName": "System.Xml.Serialization.CodeGenerationOptions" + }, + { + "name": "codeProvider", + "typeName": "System.CodeDom.Compiler.CodeDomProvider" + } + ], + "isStatic": false, + "name": "ImportSchemaType", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "type", "typeName": "System.Xml.Schema.XmlSchemaType" }, + { + "name": "context", + "typeName": "System.Xml.Schema.XmlSchemaObject" + }, + { + "name": "schemas", + "typeName": "System.Xml.Serialization.XmlSchemas" + }, + { + "name": "importer", + "typeName": "System.Xml.Serialization.XmlSchemaImporter" + }, + { + "name": "compileUnit", + "typeName": "System.CodeDom.CodeCompileUnit" + }, + { + "name": "mainNamespace", + "typeName": "System.CodeDom.CodeNamespace" + }, + { + "name": "options", + "typeName": "System.Xml.Serialization.CodeGenerationOptions" + }, + { + "name": "codeProvider", + "typeName": "System.CodeDom.Compiler.CodeDomProvider" + } + ], + "isStatic": false, + "name": "ImportSchemaType", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "DataSetSchemaImporterExtension", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data.SqlTypes", + "baseClass": "System.Data.SqlTypes.SqlTypesSchemaImporterExtensionHelper", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "TypeVarImageSchemaImporterExtension", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data", + "baseClass": "System.ComponentModel.DescriptionAttribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "string", + "name": "Description", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "description", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "DataSysDescriptionAttribute", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data", + "baseClass": "System.ComponentModel.MarshalByValueComponent", + "attribute": "", + "interfaces": [ + "IComponent", + "IDisposable", + "IServiceProvider", + "IListSource", + "ISupportInitializeNotification", + "ISupportInitialize", + "ISerializable", + "IXmlSerializable" + ], + "fields": [ + { + "typeName": "bool", + "name": "CaseSensitive", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.DataRelationCollection", + "name": "ChildRelations", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.DataColumnCollection", + "name": "Columns", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.ConstraintCollection", + "name": "Constraints", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.DataSet", + "name": "DataSet", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.DataView", + "name": "DefaultView", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "DisplayExpression", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.PropertyCollection", + "name": "ExtendedProperties", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "bool", + "name": "HasErrors", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "bool", + "name": "IsInitialized", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Globalization.CultureInfo", + "name": "Locale", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "int", + "name": "MinimumCapacity", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "Namespace", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.DataRelationCollection", + "name": "ParentRelations", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "Prefix", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.DataColumn[]", + "name": "PrimaryKey", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SerializationFormat", + "name": "RemotingFormat", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.DataRowCollection", + "name": "Rows", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.ComponentModel.ISite", + "name": "Site", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "TableName", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.DataColumnChangeEventHandler", + "name": "ColumnChanged", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.DataColumnChangeEventHandler", + "name": "ColumnChanging", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.EventHandler", + "name": "Initialized", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.DataRowChangeEventHandler", + "name": "RowChanged", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.DataRowChangeEventHandler", + "name": "RowChanging", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.DataRowChangeEventHandler", + "name": "RowDeleted", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.DataRowChangeEventHandler", + "name": "RowDeleting", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.DataTableClearEventHandler", + "name": "TableCleared", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.DataTableClearEventHandler", + "name": "TableClearing", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.DataTableNewRowEventHandler", + "name": "TableNewRow", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "tableName", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "tableName", "typeName": "string" }, + { "name": "tableNamespace", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Data.DataColumnChangeEventHandler" + } + ], + "isStatic": false, + "name": "add_ColumnChanged", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Data.DataColumnChangeEventHandler" + } + ], + "isStatic": false, + "name": "remove_ColumnChanged", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Data.DataColumnChangeEventHandler" + } + ], + "isStatic": false, + "name": "add_ColumnChanging", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Data.DataColumnChangeEventHandler" + } + ], + "isStatic": false, + "name": "remove_ColumnChanging", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.EventHandler" }], + "isStatic": false, + "name": "add_Initialized", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.EventHandler" }], + "isStatic": false, + "name": "remove_Initialized", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Data.DataRowChangeEventHandler" + } + ], + "isStatic": false, + "name": "add_RowChanged", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Data.DataRowChangeEventHandler" + } + ], + "isStatic": false, + "name": "remove_RowChanged", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Data.DataRowChangeEventHandler" + } + ], + "isStatic": false, + "name": "add_RowChanging", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Data.DataRowChangeEventHandler" + } + ], + "isStatic": false, + "name": "remove_RowChanging", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Data.DataRowChangeEventHandler" + } + ], + "isStatic": false, + "name": "add_RowDeleted", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Data.DataRowChangeEventHandler" + } + ], + "isStatic": false, + "name": "remove_RowDeleted", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Data.DataRowChangeEventHandler" + } + ], + "isStatic": false, + "name": "add_RowDeleting", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Data.DataRowChangeEventHandler" + } + ], + "isStatic": false, + "name": "remove_RowDeleting", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Data.DataTableClearEventHandler" + } + ], + "isStatic": false, + "name": "add_TableCleared", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Data.DataTableClearEventHandler" + } + ], + "isStatic": false, + "name": "remove_TableCleared", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Data.DataTableClearEventHandler" + } + ], + "isStatic": false, + "name": "add_TableClearing", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Data.DataTableClearEventHandler" + } + ], + "isStatic": false, + "name": "remove_TableClearing", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Data.DataTableNewRowEventHandler" + } + ], + "isStatic": false, + "name": "add_TableNewRow", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Data.DataTableNewRowEventHandler" + } + ], + "isStatic": false, + "name": "remove_TableNewRow", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "AcceptChanges", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "BeginInit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "BeginLoadData", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Clear", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "DataTable", + "params": [], + "isStatic": false, + "name": "Clone", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "expression", "typeName": "string" }, + { "name": "filter", "typeName": "string" } + ], + "isStatic": false, + "name": "Compute", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "DataTable", + "params": [], + "isStatic": false, + "name": "Copy", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "DataTableReader", + "params": [], + "isStatic": false, + "name": "CreateDataReader", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "EndInit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "EndLoadData", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "DataTable", + "params": [], + "isStatic": false, + "name": "GetChanges", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "DataTable", + "params": [ + { "name": "rowStates", "typeName": "System.Data.DataRowState" } + ], + "isStatic": false, + "name": "GetChanges", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "XmlSchemaComplexType", + "params": [ + { + "name": "schemaSet", + "typeName": "System.Xml.Schema.XmlSchemaSet" + } + ], + "isStatic": true, + "name": "GetDataTableSchema", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetErrors", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "info", + "typeName": "System.Runtime.Serialization.SerializationInfo" + }, + { + "name": "context", + "typeName": "System.Runtime.Serialization.StreamingContext" + } + ], + "isStatic": false, + "name": "GetObjectData", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "row", "typeName": "System.Data.DataRow" }], + "isStatic": false, + "name": "ImportRow", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "reader", "typeName": "System.Data.IDataReader" } + ], + "isStatic": false, + "name": "Load", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "reader", "typeName": "System.Data.IDataReader" }, + { "name": "loadOption", "typeName": "System.Data.LoadOption" } + ], + "isStatic": false, + "name": "Load", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "reader", "typeName": "System.Data.IDataReader" }, + { "name": "loadOption", "typeName": "System.Data.LoadOption" }, + { + "name": "errorHandler", + "typeName": "System.Data.FillErrorEventHandler" + } + ], + "isStatic": false, + "name": "Load", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "DataRow", + "params": [ + { "name": "values", "typeName": "object[]" }, + { "name": "fAcceptChanges", "typeName": "bool" } + ], + "isStatic": false, + "name": "LoadDataRow", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "DataRow", + "params": [ + { "name": "values", "typeName": "object[]" }, + { "name": "loadOption", "typeName": "System.Data.LoadOption" } + ], + "isStatic": false, + "name": "LoadDataRow", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "table", "typeName": "System.Data.DataTable" }], + "isStatic": false, + "name": "Merge", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "table", "typeName": "System.Data.DataTable" }, + { "name": "preserveChanges", "typeName": "bool" } + ], + "isStatic": false, + "name": "Merge", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "table", "typeName": "System.Data.DataTable" }, + { "name": "preserveChanges", "typeName": "bool" }, + { + "name": "missingSchemaAction", + "typeName": "System.Data.MissingSchemaAction" + } + ], + "isStatic": false, + "name": "Merge", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "DataRow", + "params": [], + "isStatic": false, + "name": "NewRow", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "XmlReadMode", + "params": [{ "name": "stream", "typeName": "System.IO.Stream" }], + "isStatic": false, + "name": "ReadXml", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "XmlReadMode", + "params": [{ "name": "reader", "typeName": "System.IO.TextReader" }], + "isStatic": false, + "name": "ReadXml", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "XmlReadMode", + "params": [{ "name": "fileName", "typeName": "string" }], + "isStatic": false, + "name": "ReadXml", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "XmlReadMode", + "params": [{ "name": "reader", "typeName": "System.Xml.XmlReader" }], + "isStatic": false, + "name": "ReadXml", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "stream", "typeName": "System.IO.Stream" }], + "isStatic": false, + "name": "ReadXmlSchema", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "reader", "typeName": "System.IO.TextReader" }], + "isStatic": false, + "name": "ReadXmlSchema", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "fileName", "typeName": "string" }], + "isStatic": false, + "name": "ReadXmlSchema", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "reader", "typeName": "System.Xml.XmlReader" }], + "isStatic": false, + "name": "ReadXmlSchema", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "RejectChanges", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Reset", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "Select", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "filterExpression", "typeName": "string" }], + "isStatic": false, + "name": "Select", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "filterExpression", "typeName": "string" }, + { "name": "sort", "typeName": "string" } + ], + "isStatic": false, + "name": "Select", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "filterExpression", "typeName": "string" }, + { "name": "sort", "typeName": "string" }, + { + "name": "recordStates", + "typeName": "System.Data.DataViewRowState" + } + ], + "isStatic": false, + "name": "Select", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "stream", "typeName": "System.IO.Stream" }], + "isStatic": false, + "name": "WriteXml", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "stream", "typeName": "System.IO.Stream" }, + { "name": "writeHierarchy", "typeName": "bool" } + ], + "isStatic": false, + "name": "WriteXml", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "stream", "typeName": "System.IO.Stream" }, + { "name": "mode", "typeName": "System.Data.XmlWriteMode" } + ], + "isStatic": false, + "name": "WriteXml", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "stream", "typeName": "System.IO.Stream" }, + { "name": "mode", "typeName": "System.Data.XmlWriteMode" }, + { "name": "writeHierarchy", "typeName": "bool" } + ], + "isStatic": false, + "name": "WriteXml", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "writer", "typeName": "System.IO.TextWriter" }], + "isStatic": false, + "name": "WriteXml", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "writer", "typeName": "System.IO.TextWriter" }, + { "name": "writeHierarchy", "typeName": "bool" } + ], + "isStatic": false, + "name": "WriteXml", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "writer", "typeName": "System.IO.TextWriter" }, + { "name": "mode", "typeName": "System.Data.XmlWriteMode" } + ], + "isStatic": false, + "name": "WriteXml", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "writer", "typeName": "System.IO.TextWriter" }, + { "name": "mode", "typeName": "System.Data.XmlWriteMode" }, + { "name": "writeHierarchy", "typeName": "bool" } + ], + "isStatic": false, + "name": "WriteXml", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "fileName", "typeName": "string" }], + "isStatic": false, + "name": "WriteXml", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "fileName", "typeName": "string" }, + { "name": "writeHierarchy", "typeName": "bool" } + ], + "isStatic": false, + "name": "WriteXml", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "fileName", "typeName": "string" }, + { "name": "mode", "typeName": "System.Data.XmlWriteMode" } + ], + "isStatic": false, + "name": "WriteXml", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "fileName", "typeName": "string" }, + { "name": "mode", "typeName": "System.Data.XmlWriteMode" }, + { "name": "writeHierarchy", "typeName": "bool" } + ], + "isStatic": false, + "name": "WriteXml", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "writer", "typeName": "System.Xml.XmlWriter" }], + "isStatic": false, + "name": "WriteXml", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "writer", "typeName": "System.Xml.XmlWriter" }, + { "name": "writeHierarchy", "typeName": "bool" } + ], + "isStatic": false, + "name": "WriteXml", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "writer", "typeName": "System.Xml.XmlWriter" }, + { "name": "mode", "typeName": "System.Data.XmlWriteMode" } + ], + "isStatic": false, + "name": "WriteXml", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "writer", "typeName": "System.Xml.XmlWriter" }, + { "name": "mode", "typeName": "System.Data.XmlWriteMode" }, + { "name": "writeHierarchy", "typeName": "bool" } + ], + "isStatic": false, + "name": "WriteXml", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "stream", "typeName": "System.IO.Stream" }], + "isStatic": false, + "name": "WriteXmlSchema", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "stream", "typeName": "System.IO.Stream" }, + { "name": "writeHierarchy", "typeName": "bool" } + ], + "isStatic": false, + "name": "WriteXmlSchema", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "writer", "typeName": "System.IO.TextWriter" }], + "isStatic": false, + "name": "WriteXmlSchema", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "writer", "typeName": "System.IO.TextWriter" }, + { "name": "writeHierarchy", "typeName": "bool" } + ], + "isStatic": false, + "name": "WriteXmlSchema", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "fileName", "typeName": "string" }], + "isStatic": false, + "name": "WriteXmlSchema", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "fileName", "typeName": "string" }, + { "name": "writeHierarchy", "typeName": "bool" } + ], + "isStatic": false, + "name": "WriteXmlSchema", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "writer", "typeName": "System.Xml.XmlWriter" }], + "isStatic": false, + "name": "WriteXmlSchema", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "writer", "typeName": "System.Xml.XmlWriter" }, + { "name": "writeHierarchy", "typeName": "bool" } + ], + "isStatic": false, + "name": "WriteXmlSchema", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "DataTable", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data", + "baseClass": "System.EventArgs", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Data.DataTable", + "name": "Table", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "TableName", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "TableNamespace", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "dataTable", "typeName": "System.Data.DataTable" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "DataTableClearEventArgs", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "sender", "typeName": "object" }, + { "name": "e", "typeName": "System.Data.DataTableClearEventArgs" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "sender", "typeName": "object" }, + { "name": "e", "typeName": "System.Data.DataTableClearEventArgs" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "DataTableClearEventHandler", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data", + "baseClass": "System.Data.InternalDataCollectionBase", + "attribute": "", + "interfaces": ["ICollection", "IEnumerable"], + "fields": [ + { + "typeName": "System.Data.DataTable", + "name": "this[]", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.DataTable", + "name": "this[]", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.DataTable", + "name": "this[]", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.ComponentModel.CollectionChangeEventHandler", + "name": "CollectionChanged", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.ComponentModel.CollectionChangeEventHandler", + "name": "CollectionChanging", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.ComponentModel.CollectionChangeEventHandler" + } + ], + "isStatic": false, + "name": "add_CollectionChanged", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.ComponentModel.CollectionChangeEventHandler" + } + ], + "isStatic": false, + "name": "remove_CollectionChanged", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.ComponentModel.CollectionChangeEventHandler" + } + ], + "isStatic": false, + "name": "add_CollectionChanging", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.ComponentModel.CollectionChangeEventHandler" + } + ], + "isStatic": false, + "name": "remove_CollectionChanging", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "DataTable", + "params": [], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "table", "typeName": "System.Data.DataTable" }], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "DataTable", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "DataTable", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "tableNamespace", "typeName": "string" } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "tables", "typeName": "System.Data.DataTable[]" } + ], + "isStatic": false, + "name": "AddRange", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "table", "typeName": "System.Data.DataTable" }], + "isStatic": false, + "name": "CanRemove", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Clear", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "Contains", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "tableNamespace", "typeName": "string" } + ], + "isStatic": false, + "name": "Contains", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "array", "typeName": "System.Data.DataTable[]" }, + { "name": "index", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "table", "typeName": "System.Data.DataTable" }], + "isStatic": false, + "name": "IndexOf", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "tableName", "typeName": "string" }], + "isStatic": false, + "name": "IndexOf", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "tableName", "typeName": "string" }, + { "name": "tableNamespace", "typeName": "string" } + ], + "isStatic": false, + "name": "IndexOf", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "table", "typeName": "System.Data.DataTable" }], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "tableNamespace", "typeName": "string" } + ], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "RemoveAt", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "DataTableCollection", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data", + "baseClass": "System.ComponentModel.MarshalByValueComponent", + "attribute": "", + "interfaces": [ + "IComponent", + "IDisposable", + "IServiceProvider", + "IBindingList", + "IList", + "ICollection", + "IEnumerable", + "ITypedList" + ], + "fields": [ + { + "typeName": "System.Data.DataSet", + "name": "DataSet", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "DataViewSettingCollectionString", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.DataViewSettingCollection", + "name": "DataViewSettings", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.ComponentModel.ListChangedEventHandler", + "name": "ListChanged", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "dataSet", "typeName": "System.Data.DataSet" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.ComponentModel.ListChangedEventHandler" + } + ], + "isStatic": false, + "name": "add_ListChanged", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.ComponentModel.ListChangedEventHandler" + } + ], + "isStatic": false, + "name": "remove_ListChanged", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "DataView", + "params": [{ "name": "table", "typeName": "System.Data.DataTable" }], + "isStatic": false, + "name": "CreateDataView", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "DataViewManager", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data", + "baseClass": "System.EventArgs", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Data.DataRow", + "name": "Row", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "dataRow", "typeName": "System.Data.DataRow" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "DataTableNewRowEventArgs", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "sender", "typeName": "object" }, + { "name": "e", "typeName": "System.Data.DataTableNewRowEventArgs" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "sender", "typeName": "object" }, + { "name": "e", "typeName": "System.Data.DataTableNewRowEventArgs" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "DataTableNewRowEventHandler", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data", + "baseClass": "System.Data.Common.DbDataReader", + "attribute": "", + "interfaces": [ + "IEnumerable", + "IDataReader", + "IDataRecord", + "IDisposable" + ], + "fields": [ + { + "typeName": "int", + "name": "Depth", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "int", + "name": "FieldCount", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "bool", + "name": "HasRows", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "bool", + "name": "IsClosed", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "object", + "name": "this[]", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "object", + "name": "this[]", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "int", + "name": "RecordsAffected", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "dataTable", "typeName": "System.Data.DataTable" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "dataTables", "typeName": "System.Data.DataTable[]" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Close", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "ordinal", "typeName": "int" }], + "isStatic": false, + "name": "GetBoolean", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Byte", + "params": [{ "name": "ordinal", "typeName": "int" }], + "isStatic": false, + "name": "GetByte", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int64", + "params": [ + { "name": "ordinal", "typeName": "int" }, + { "name": "dataIndex", "typeName": "long" }, + { "name": "buffer", "typeName": "byte[]" }, + { "name": "bufferIndex", "typeName": "int" }, + { "name": "length", "typeName": "int" } + ], + "isStatic": false, + "name": "GetBytes", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Char", + "params": [{ "name": "ordinal", "typeName": "int" }], + "isStatic": false, + "name": "GetChar", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int64", + "params": [ + { "name": "ordinal", "typeName": "int" }, + { "name": "dataIndex", "typeName": "long" }, + { "name": "buffer", "typeName": "char[]" }, + { "name": "bufferIndex", "typeName": "int" }, + { "name": "length", "typeName": "int" } + ], + "isStatic": false, + "name": "GetChars", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "ordinal", "typeName": "int" }], + "isStatic": false, + "name": "GetDataTypeName", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "DateTime", + "params": [{ "name": "ordinal", "typeName": "int" }], + "isStatic": false, + "name": "GetDateTime", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Decimal", + "params": [{ "name": "ordinal", "typeName": "int" }], + "isStatic": false, + "name": "GetDecimal", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Double", + "params": [{ "name": "ordinal", "typeName": "int" }], + "isStatic": false, + "name": "GetDouble", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "IEnumerator", + "params": [], + "isStatic": false, + "name": "GetEnumerator", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Type", + "params": [{ "name": "ordinal", "typeName": "int" }], + "isStatic": false, + "name": "GetFieldType", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "ordinal", "typeName": "int" }], + "isStatic": false, + "name": "GetFloat", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Guid", + "params": [{ "name": "ordinal", "typeName": "int" }], + "isStatic": false, + "name": "GetGuid", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int16", + "params": [{ "name": "ordinal", "typeName": "int" }], + "isStatic": false, + "name": "GetInt16", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "ordinal", "typeName": "int" }], + "isStatic": false, + "name": "GetInt32", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int64", + "params": [{ "name": "ordinal", "typeName": "int" }], + "isStatic": false, + "name": "GetInt64", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "ordinal", "typeName": "int" }], + "isStatic": false, + "name": "GetName", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "GetOrdinal", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Type", + "params": [{ "name": "ordinal", "typeName": "int" }], + "isStatic": false, + "name": "GetProviderSpecificFieldType", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Object", + "params": [{ "name": "ordinal", "typeName": "int" }], + "isStatic": false, + "name": "GetProviderSpecificValue", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "values", "typeName": "object[]" }], + "isStatic": false, + "name": "GetProviderSpecificValues", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "DataTable", + "params": [], + "isStatic": false, + "name": "GetSchemaTable", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "ordinal", "typeName": "int" }], + "isStatic": false, + "name": "GetString", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Object", + "params": [{ "name": "ordinal", "typeName": "int" }], + "isStatic": false, + "name": "GetValue", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "values", "typeName": "object[]" }], + "isStatic": false, + "name": "GetValues", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "ordinal", "typeName": "int" }], + "isStatic": false, + "name": "IsDBNull", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "NextResult", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "Read", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "DataTableReader", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Data.DataViewRowState", + "name": "Added", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.DataViewRowState", + "name": "CurrentRows", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.DataViewRowState", + "name": "Deleted", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.DataViewRowState", + "name": "ModifiedCurrent", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.DataViewRowState", + "name": "ModifiedOriginal", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.DataViewRowState", + "name": "None", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.DataViewRowState", + "name": "OriginalRows", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.DataViewRowState", + "name": "Unchanged", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Data.DataViewRowState", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "DataViewRowState", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data", + "baseClass": "System.ComponentModel.MarshalByValueComponent", + "attribute": "", + "interfaces": [ + "IComponent", + "IDisposable", + "IServiceProvider", + "IBindingListView", + "IBindingList", + "IList", + "ICollection", + "IEnumerable", + "ISupportInitializeNotification", + "ISupportInitialize", + "ITypedList" + ], + "fields": [ + { + "typeName": "bool", + "name": "AllowDelete", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "bool", + "name": "AllowEdit", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "bool", + "name": "AllowNew", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "bool", + "name": "ApplyDefaultSort", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "int", + "name": "Count", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.DataViewManager", + "name": "DataViewManager", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "bool", + "name": "IsInitialized", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.DataRowView", + "name": "this[]", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "RowFilter", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.DataViewRowState", + "name": "RowStateFilter", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "Sort", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.DataTable", + "name": "Table", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.EventHandler", + "name": "Initialized", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.ComponentModel.ListChangedEventHandler", + "name": "ListChanged", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "table", "typeName": "System.Data.DataTable" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "table", "typeName": "System.Data.DataTable" }, + { "name": "RowFilter", "typeName": "string" }, + { "name": "Sort", "typeName": "string" }, + { "name": "RowState", "typeName": "System.Data.DataViewRowState" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.EventHandler" }], + "isStatic": false, + "name": "add_Initialized", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.EventHandler" }], + "isStatic": false, + "name": "remove_Initialized", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.ComponentModel.ListChangedEventHandler" + } + ], + "isStatic": false, + "name": "add_ListChanged", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.ComponentModel.ListChangedEventHandler" + } + ], + "isStatic": false, + "name": "remove_ListChanged", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "DataRowView", + "params": [], + "isStatic": false, + "name": "AddNew", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "BeginInit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "array", "typeName": "System.Array" }, + { "name": "index", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "Delete", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "EndInit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "view", "typeName": "System.Data.DataView" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "key", "typeName": "object" }], + "isStatic": false, + "name": "Find", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "key", "typeName": "object[]" }], + "isStatic": false, + "name": "Find", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "key", "typeName": "object" }], + "isStatic": false, + "name": "FindRows", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "key", "typeName": "object[]" }], + "isStatic": false, + "name": "FindRows", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "IEnumerator", + "params": [], + "isStatic": false, + "name": "GetEnumerator", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "DataTable", + "params": [], + "isStatic": false, + "name": "ToTable", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "DataTable", + "params": [ + { "name": "distinct", "typeName": "bool" }, + { "name": "columnNames", "typeName": "string[]" } + ], + "isStatic": false, + "name": "ToTable", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "DataTable", + "params": [{ "name": "tableName", "typeName": "string" }], + "isStatic": false, + "name": "ToTable", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "DataTable", + "params": [ + { "name": "tableName", "typeName": "string" }, + { "name": "distinct", "typeName": "bool" }, + { "name": "columnNames", "typeName": "string[]" } + ], + "isStatic": false, + "name": "ToTable", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "DataView", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "ApplyDefaultSort", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.DataViewManager", + "name": "DataViewManager", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "RowFilter", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.DataViewRowState", + "name": "RowStateFilter", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "Sort", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.DataTable", + "name": "Table", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [], + "name": "DataViewSetting", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data", + "baseClass": "object", + "attribute": "", + "interfaces": ["ICollection", "IEnumerable"], + "fields": [ + { + "typeName": "int", + "name": "Count", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "bool", + "name": "IsReadOnly", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "bool", + "name": "IsSynchronized", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.DataViewSetting", + "name": "this[]", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.DataViewSetting", + "name": "this[]", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.DataViewSetting", + "name": "this[]", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "object", + "name": "SyncRoot", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "ar", "typeName": "System.Array" }, + { "name": "index", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "ar", "typeName": "System.Data.DataViewSetting[]" }, + { "name": "index", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "IEnumerator", + "params": [], + "isStatic": false, + "name": "GetEnumerator", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "DataViewSettingCollection", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data", + "baseClass": "System.SystemException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [ + { + "typeName": "System.Data.DataRow", + "name": "Row", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "int", + "name": "RowCount", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "inner", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "inner", "typeName": "System.Exception" }, + { "name": "dataRows", "typeName": "System.Data.DataRow[]" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "array", "typeName": "System.Data.DataRow[]" }], + "isStatic": false, + "name": "CopyToRows", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "array", "typeName": "System.Data.DataRow[]" }, + { "name": "arrayIndex", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyToRows", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "si", + "typeName": "System.Runtime.Serialization.SerializationInfo" + }, + { + "name": "context", + "typeName": "System.Runtime.Serialization.StreamingContext" + } + ], + "isStatic": false, + "name": "GetObjectData", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "DBConcurrencyException", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "DataSetColumn", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "SourceColumn", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [], + "name": "IColumnMapping", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Data.DbType", + "name": "AnsiString", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.DbType", + "name": "AnsiStringFixedLength", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.DbType", + "name": "Binary", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.DbType", + "name": "Boolean", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.DbType", + "name": "Byte", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.DbType", + "name": "Currency", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.DbType", + "name": "Date", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.DbType", + "name": "DateTime", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.DbType", + "name": "DateTime2", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.DbType", + "name": "DateTimeOffset", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.DbType", + "name": "Decimal", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.DbType", + "name": "Double", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.DbType", + "name": "Guid", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.DbType", + "name": "Int16", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.DbType", + "name": "Int32", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.DbType", + "name": "Int64", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.DbType", + "name": "Object", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.DbType", + "name": "SByte", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.DbType", + "name": "Single", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.DbType", + "name": "String", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.DbType", + "name": "StringFixedLength", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.DbType", + "name": "Time", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.DbType", + "name": "UInt16", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.DbType", + "name": "UInt32", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.DbType", + "name": "UInt64", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.DbType", + "name": "VarNumeric", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.DbType", + "name": "Xml", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Data.DbType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "DbType", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data", + "baseClass": "", + "attribute": "interface", + "interfaces": ["IList", "ICollection", "IEnumerable"], + "fields": [ + { + "typeName": "object", + "name": "this[]", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "IColumnMapping", + "params": [ + { "name": "sourceColumnName", "typeName": "string" }, + { "name": "dataSetColumnName", "typeName": "string" } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "sourceColumnName", "typeName": "string" }], + "isStatic": false, + "name": "Contains", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "IColumnMapping", + "params": [{ "name": "dataSetColumnName", "typeName": "string" }], + "isStatic": false, + "name": "GetByDataSetColumn", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "sourceColumnName", "typeName": "string" }], + "isStatic": false, + "name": "IndexOf", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "sourceColumnName", "typeName": "string" }], + "isStatic": false, + "name": "RemoveAt", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "IColumnMappingCollection", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data", + "baseClass": "System.Data.DataException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "s", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "innerException", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "DeletedRowInaccessibleException", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [ + { + "typeName": "System.Data.MissingMappingAction", + "name": "MissingMappingAction", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.MissingSchemaAction", + "name": "MissingSchemaAction", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.ITableMappingCollection", + "name": "TableMappings", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "Int32", + "params": [{ "name": "dataSet", "typeName": "System.Data.DataSet" }], + "isStatic": false, + "name": "Fill", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "dataSet", "typeName": "System.Data.DataSet" }, + { "name": "schemaType", "typeName": "System.Data.SchemaType" } + ], + "isStatic": false, + "name": "FillSchema", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetFillParameters", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "dataSet", "typeName": "System.Data.DataSet" }], + "isStatic": false, + "name": "Update", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "IDataAdapter", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data", + "baseClass": "System.Data.DataException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "s", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "innerException", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "DuplicateNameException", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [ + { + "typeName": "System.Data.DbType", + "name": "DbType", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.ParameterDirection", + "name": "Direction", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "bool", + "name": "IsNullable", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "ParameterName", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "SourceColumn", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.DataRowVersion", + "name": "SourceVersion", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "object", + "name": "Value", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [], + "name": "IDataParameter", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data", + "baseClass": "System.Data.InvalidExpressionException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "s", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "innerException", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "EvaluateException", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data", + "baseClass": "System.EventArgs", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "Continue", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.DataTable", + "name": "DataTable", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Exception", + "name": "Errors", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "object[]", + "name": "Values", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "dataTable", "typeName": "System.Data.DataTable" }, + { "name": "values", "typeName": "object[]" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "FillErrorEventArgs", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data", + "baseClass": "", + "attribute": "interface", + "interfaces": ["IList", "ICollection", "IEnumerable"], + "fields": [ + { + "typeName": "object", + "name": "this[]", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [{ "name": "parameterName", "typeName": "string" }], + "isStatic": false, + "name": "Contains", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "parameterName", "typeName": "string" }], + "isStatic": false, + "name": "IndexOf", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "parameterName", "typeName": "string" }], + "isStatic": false, + "name": "RemoveAt", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "IDataParameterCollection", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "sender", "typeName": "object" }, + { "name": "e", "typeName": "System.Data.FillErrorEventArgs" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "sender", "typeName": "object" }, + { "name": "e", "typeName": "System.Data.FillErrorEventArgs" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "FillErrorEventHandler", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data", + "baseClass": "", + "attribute": "interface", + "interfaces": ["IDataRecord", "IDisposable"], + "fields": [ + { + "typeName": "int", + "name": "Depth", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "bool", + "name": "IsClosed", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "int", + "name": "RecordsAffected", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Close", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "DataTable", + "params": [], + "isStatic": false, + "name": "GetSchemaTable", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "NextResult", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "Read", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "IDataReader", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data", + "baseClass": "System.Data.Constraint", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Data.AcceptRejectRule", + "name": "AcceptRejectRule", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.DataColumn[]", + "name": "Columns", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.Rule", + "name": "DeleteRule", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.DataColumn[]", + "name": "RelatedColumns", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.DataTable", + "name": "RelatedTable", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.DataTable", + "name": "Table", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.Rule", + "name": "UpdateRule", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "parentColumn", "typeName": "System.Data.DataColumn" }, + { "name": "childColumn", "typeName": "System.Data.DataColumn" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "parentColumns", "typeName": "System.Data.DataColumn[]" }, + { "name": "childColumns", "typeName": "System.Data.DataColumn[]" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "constraintName", "typeName": "string" }, + { "name": "parentColumn", "typeName": "System.Data.DataColumn" }, + { "name": "childColumn", "typeName": "System.Data.DataColumn" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "constraintName", "typeName": "string" }, + { "name": "parentColumns", "typeName": "System.Data.DataColumn[]" }, + { "name": "childColumns", "typeName": "System.Data.DataColumn[]" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "constraintName", "typeName": "string" }, + { "name": "parentTableName", "typeName": "string" }, + { "name": "parentTableNamespace", "typeName": "string" }, + { "name": "parentColumnNames", "typeName": "string[]" }, + { "name": "childColumnNames", "typeName": "string[]" }, + { + "name": "acceptRejectRule", + "typeName": "System.Data.AcceptRejectRule" + }, + { "name": "deleteRule", "typeName": "System.Data.Rule" }, + { "name": "updateRule", "typeName": "System.Data.Rule" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "constraintName", "typeName": "string" }, + { "name": "parentTableName", "typeName": "string" }, + { "name": "parentColumnNames", "typeName": "string[]" }, + { "name": "childColumnNames", "typeName": "string[]" }, + { + "name": "acceptRejectRule", + "typeName": "System.Data.AcceptRejectRule" + }, + { "name": "deleteRule", "typeName": "System.Data.Rule" }, + { "name": "updateRule", "typeName": "System.Data.Rule" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "key", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "ForeignKeyConstraint", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "FieldCount", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "object", + "name": "this[]", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "object", + "name": "this[]", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [{ "name": "i", "typeName": "int" }], + "isStatic": false, + "name": "GetBoolean", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Byte", + "params": [{ "name": "i", "typeName": "int" }], + "isStatic": false, + "name": "GetByte", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int64", + "params": [ + { "name": "i", "typeName": "int" }, + { "name": "fieldOffset", "typeName": "long" }, + { "name": "buffer", "typeName": "byte[]" }, + { "name": "bufferoffset", "typeName": "int" }, + { "name": "length", "typeName": "int" } + ], + "isStatic": false, + "name": "GetBytes", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Char", + "params": [{ "name": "i", "typeName": "int" }], + "isStatic": false, + "name": "GetChar", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int64", + "params": [ + { "name": "i", "typeName": "int" }, + { "name": "fieldoffset", "typeName": "long" }, + { "name": "buffer", "typeName": "char[]" }, + { "name": "bufferoffset", "typeName": "int" }, + { "name": "length", "typeName": "int" } + ], + "isStatic": false, + "name": "GetChars", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "IDataReader", + "params": [{ "name": "i", "typeName": "int" }], + "isStatic": false, + "name": "GetData", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "i", "typeName": "int" }], + "isStatic": false, + "name": "GetDataTypeName", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "DateTime", + "params": [{ "name": "i", "typeName": "int" }], + "isStatic": false, + "name": "GetDateTime", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Decimal", + "params": [{ "name": "i", "typeName": "int" }], + "isStatic": false, + "name": "GetDecimal", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Double", + "params": [{ "name": "i", "typeName": "int" }], + "isStatic": false, + "name": "GetDouble", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Type", + "params": [{ "name": "i", "typeName": "int" }], + "isStatic": false, + "name": "GetFieldType", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "i", "typeName": "int" }], + "isStatic": false, + "name": "GetFloat", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Guid", + "params": [{ "name": "i", "typeName": "int" }], + "isStatic": false, + "name": "GetGuid", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int16", + "params": [{ "name": "i", "typeName": "int" }], + "isStatic": false, + "name": "GetInt16", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "i", "typeName": "int" }], + "isStatic": false, + "name": "GetInt32", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int64", + "params": [{ "name": "i", "typeName": "int" }], + "isStatic": false, + "name": "GetInt64", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "i", "typeName": "int" }], + "isStatic": false, + "name": "GetName", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "GetOrdinal", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "i", "typeName": "int" }], + "isStatic": false, + "name": "GetString", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Object", + "params": [{ "name": "i", "typeName": "int" }], + "isStatic": false, + "name": "GetValue", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "values", "typeName": "object[]" }], + "isStatic": false, + "name": "GetValues", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "i", "typeName": "int" }], + "isStatic": false, + "name": "IsDBNull", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "IDataRecord", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data", + "baseClass": "", + "attribute": "interface", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "string", + "name": "CommandText", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "int", + "name": "CommandTimeout", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.CommandType", + "name": "CommandType", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.IDbConnection", + "name": "Connection", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.IDataParameterCollection", + "name": "Parameters", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.IDbTransaction", + "name": "Transaction", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.UpdateRowSource", + "name": "UpdatedRowSource", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Cancel", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "IDbDataParameter", + "params": [], + "isStatic": false, + "name": "CreateParameter", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "ExecuteNonQuery", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "IDataReader", + "params": [], + "isStatic": false, + "name": "ExecuteReader", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "IDataReader", + "params": [ + { "name": "behavior", "typeName": "System.Data.CommandBehavior" } + ], + "isStatic": false, + "name": "ExecuteReader", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Object", + "params": [], + "isStatic": false, + "name": "ExecuteScalar", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Prepare", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "IDbCommand", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data", + "baseClass": "", + "attribute": "interface", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "string", + "name": "ConnectionString", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "int", + "name": "ConnectionTimeout", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "Database", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.ConnectionState", + "name": "State", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "IDbTransaction", + "params": [], + "isStatic": false, + "name": "BeginTransaction", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "IDbTransaction", + "params": [ + { "name": "il", "typeName": "System.Data.IsolationLevel" } + ], + "isStatic": false, + "name": "BeginTransaction", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "databaseName", "typeName": "string" }], + "isStatic": false, + "name": "ChangeDatabase", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Close", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "IDbCommand", + "params": [], + "isStatic": false, + "name": "CreateCommand", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Open", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "IDbConnection", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data", + "baseClass": "", + "attribute": "interface", + "interfaces": ["IDataAdapter"], + "fields": [ + { + "typeName": "System.Data.IDbCommand", + "name": "DeleteCommand", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.IDbCommand", + "name": "InsertCommand", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.IDbCommand", + "name": "SelectCommand", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.IDbCommand", + "name": "UpdateCommand", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [], + "name": "IDbDataAdapter", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data", + "baseClass": "", + "attribute": "interface", + "interfaces": ["IDataParameter"], + "fields": [ + { + "typeName": "byte", + "name": "Precision", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "byte", + "name": "Scale", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "int", + "name": "Size", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [], + "name": "IDbDataParameter", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Data.MissingMappingAction", + "name": "Error", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.MissingMappingAction", + "name": "Ignore", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.MissingMappingAction", + "name": "Passthrough", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Data.MissingMappingAction", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "MissingMappingAction", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data", + "baseClass": "", + "attribute": "interface", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "System.Data.IDbConnection", + "name": "Connection", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.IsolationLevel", + "name": "IsolationLevel", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Commit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Rollback", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "IDbTransaction", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data", + "baseClass": "System.Data.DataException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "s", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "innerException", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "InRowChangingEventException", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data", + "baseClass": "System.Data.DataException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "s", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "innerException", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "MissingPrimaryKeyException", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data", + "baseClass": "object", + "attribute": "", + "interfaces": ["ICollection", "IEnumerable"], + "fields": [ + { + "typeName": "int", + "name": "Count", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "bool", + "name": "IsReadOnly", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "bool", + "name": "IsSynchronized", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "object", + "name": "SyncRoot", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "ar", "typeName": "System.Array" }, + { "name": "index", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "IEnumerator", + "params": [], + "isStatic": false, + "name": "GetEnumerator", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "InternalDataCollectionBase", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Data.MissingSchemaAction", + "name": "Add", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.MissingSchemaAction", + "name": "AddWithKey", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.MissingSchemaAction", + "name": "Error", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.MissingSchemaAction", + "name": "Ignore", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Data.MissingSchemaAction", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "MissingSchemaAction", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data", + "baseClass": "System.Data.DataException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "s", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "innerException", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "InvalidConstraintException", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data", + "baseClass": "System.Data.DataException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "s", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "innerException", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "NoNullAllowedException", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data", + "baseClass": "System.Data.DataException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "s", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "innerException", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "InvalidExpressionException", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Data.IsolationLevel", + "name": "Chaos", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.IsolationLevel", + "name": "ReadCommitted", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.IsolationLevel", + "name": "ReadUncommitted", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.IsolationLevel", + "name": "RepeatableRead", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.IsolationLevel", + "name": "Serializable", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.IsolationLevel", + "name": "Snapshot", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.IsolationLevel", + "name": "Unspecified", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Data.IsolationLevel", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "IsolationLevel", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [ + { + "typeName": "System.Data.IColumnMappingCollection", + "name": "ColumnMappings", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "DataSetTable", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "SourceTable", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [], + "name": "ITableMapping", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data", + "baseClass": "", + "attribute": "interface", + "interfaces": ["IList", "ICollection", "IEnumerable"], + "fields": [ + { + "typeName": "object", + "name": "this[]", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "ITableMapping", + "params": [ + { "name": "sourceTableName", "typeName": "string" }, + { "name": "dataSetTableName", "typeName": "string" } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "sourceTableName", "typeName": "string" }], + "isStatic": false, + "name": "Contains", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "ITableMapping", + "params": [{ "name": "dataSetTableName", "typeName": "string" }], + "isStatic": false, + "name": "GetByDataSetTable", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "sourceTableName", "typeName": "string" }], + "isStatic": false, + "name": "IndexOf", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "sourceTableName", "typeName": "string" }], + "isStatic": false, + "name": "RemoveAt", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "ITableMappingCollection", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Data.KeyRestrictionBehavior", + "name": "AllowOnly", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.KeyRestrictionBehavior", + "name": "PreventUsage", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Data.KeyRestrictionBehavior", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "KeyRestrictionBehavior", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Data.LoadOption", + "name": "OverwriteChanges", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.LoadOption", + "name": "PreserveChanges", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.LoadOption", + "name": "Upsert", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Data.LoadOption", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "LoadOption", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Data.MappingType", + "name": "Attribute", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.MappingType", + "name": "Element", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.MappingType", + "name": "Hidden", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.MappingType", + "name": "SimpleContent", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Data.MappingType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "MappingType", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data", + "baseClass": "System.EventArgs", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "Conflict", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.DataTable", + "name": "Table", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "table", "typeName": "System.Data.DataTable" }, + { "name": "conflict", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "MergeFailedEventArgs", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "sender", "typeName": "object" }, + { "name": "e", "typeName": "System.Data.MergeFailedEventArgs" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "sender", "typeName": "object" }, + { "name": "e", "typeName": "System.Data.MergeFailedEventArgs" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "MergeFailedEventHandler", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Configuration.Assemblies", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["ICloneable"], + "fields": [ + { + "typeName": "System.Configuration.Assemblies.AssemblyHash", + "name": "Empty", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Configuration.Assemblies.AssemblyHashAlgorithm", + "name": "Algorithm", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "byte[]" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "algorithm", + "typeName": "System.Configuration.Assemblies.AssemblyHashAlgorithm" + }, + { "name": "value", "typeName": "byte[]" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [], + "isStatic": false, + "name": "Clone", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetValue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "byte[]" }], + "isStatic": false, + "name": "SetValue", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "AssemblyHash", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Configuration.Assemblies", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Configuration.Assemblies.AssemblyHashAlgorithm", + "name": "MD5", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Configuration.Assemblies.AssemblyHashAlgorithm", + "name": "None", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Configuration.Assemblies.AssemblyHashAlgorithm", + "name": "SHA1", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Configuration.Assemblies.AssemblyHashAlgorithm", + "name": "SHA256", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Configuration.Assemblies.AssemblyHashAlgorithm", + "name": "SHA384", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Configuration.Assemblies.AssemblyHashAlgorithm", + "name": "SHA512", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Configuration.Assemblies.AssemblyHashAlgorithm", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "AssemblyHashAlgorithm", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Configuration.Assemblies", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Configuration.Assemblies.AssemblyVersionCompatibility", + "name": "SameDomain", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Configuration.Assemblies.AssemblyVersionCompatibility", + "name": "SameMachine", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Configuration.Assemblies.AssemblyVersionCompatibility", + "name": "SameProcess", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Configuration.Assemblies.AssemblyVersionCompatibility", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "AssemblyVersionCompatibility", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Configuration", + "baseClass": "System.Configuration.SettingAttribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "ApplicationScopedSettingAttribute", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Configuration", + "baseClass": "System.Configuration.SettingsBase", + "attribute": "", + "interfaces": ["INotifyPropertyChanged"], + "fields": [ + { + "typeName": "System.Configuration.SettingsContext", + "name": "Context", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "object", + "name": "this[]", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Configuration.SettingsPropertyCollection", + "name": "Properties", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Configuration.SettingsPropertyValueCollection", + "name": "PropertyValues", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Configuration.SettingsProviderCollection", + "name": "Providers", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "SettingsKey", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.PropertyChangedEventHandler", + "name": "PropertyChanged", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Configuration.SettingChangingEventHandler", + "name": "SettingChanging", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Configuration.SettingsLoadedEventHandler", + "name": "SettingsLoaded", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Configuration.SettingsSavingEventHandler", + "name": "SettingsSaving", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.ComponentModel.PropertyChangedEventHandler" + } + ], + "isStatic": false, + "name": "add_PropertyChanged", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.ComponentModel.PropertyChangedEventHandler" + } + ], + "isStatic": false, + "name": "remove_PropertyChanged", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Configuration.SettingChangingEventHandler" + } + ], + "isStatic": false, + "name": "add_SettingChanging", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Configuration.SettingChangingEventHandler" + } + ], + "isStatic": false, + "name": "remove_SettingChanging", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Configuration.SettingsLoadedEventHandler" + } + ], + "isStatic": false, + "name": "add_SettingsLoaded", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Configuration.SettingsLoadedEventHandler" + } + ], + "isStatic": false, + "name": "remove_SettingsLoaded", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Configuration.SettingsSavingEventHandler" + } + ], + "isStatic": false, + "name": "add_SettingsSaving", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Configuration.SettingsSavingEventHandler" + } + ], + "isStatic": false, + "name": "remove_SettingsSaving", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Object", + "params": [{ "name": "propertyName", "typeName": "string" }], + "isStatic": false, + "name": "GetPreviousVersion", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Reload", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Reset", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Save", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Upgrade", + "comment": "", + "location": "System.dll" + } + ], + "name": "ApplicationSettingsBase", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Xml.Linq", + "baseClass": "object", + "attribute": "", + "interfaces": ["IEquatable", "ISerializable"], + "fields": [ + { + "typeName": "string", + "name": "LocalName", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "typeName": "System.Xml.Linq.XNamespace", + "name": "Namespace", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "typeName": "string", + "name": "NamespaceName", + "comment": "", + "location": "System.Xml.Linq.dll" + } + ], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "XName", + "params": [{ "name": "expandedName", "typeName": "string" }], + "isStatic": true, + "name": "Get", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "XName", + "params": [ + { "name": "localName", "typeName": "string" }, + { "name": "namespaceName", "typeName": "string" } + ], + "isStatic": true, + "name": "Get", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "left", "typeName": "System.Xml.Linq.XName" }, + { "name": "right", "typeName": "System.Xml.Linq.XName" } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "XName", + "params": [{ "name": "expandedName", "typeName": "string" }], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "left", "typeName": "System.Xml.Linq.XName" }, + { "name": "right", "typeName": "System.Xml.Linq.XName" } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.Xml.Linq.dll" + } + ], + "name": "XName", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "namespace": "System.Net.Cache", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Net.Cache.HttpCacheAgeControl", + "name": "MaxAge", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Cache.HttpCacheAgeControl", + "name": "MaxAgeAndMaxStale", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Cache.HttpCacheAgeControl", + "name": "MaxAgeAndMinFresh", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Cache.HttpCacheAgeControl", + "name": "MaxStale", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Cache.HttpCacheAgeControl", + "name": "MinFresh", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Cache.HttpCacheAgeControl", + "name": "None", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Net.Cache.HttpCacheAgeControl", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "HttpCacheAgeControl", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Xml.Linq", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "IEnumerable", + "params": [], + "isStatic": false, + "name": "AncestorsAndSelf", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [{ "name": "name", "typeName": "System.Xml.Linq.XName" }], + "isStatic": false, + "name": "AncestorsAndSelf", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [], + "isStatic": false, + "name": "Ancestors", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [{ "name": "name", "typeName": "System.Xml.Linq.XName" }], + "isStatic": false, + "name": "Ancestors", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [], + "isStatic": false, + "name": "Attributes", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [{ "name": "name", "typeName": "System.Xml.Linq.XName" }], + "isStatic": false, + "name": "Attributes", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [], + "isStatic": false, + "name": "DescendantNodesAndSelf", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [], + "isStatic": false, + "name": "DescendantNodes", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [], + "isStatic": false, + "name": "DescendantsAndSelf", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [{ "name": "name", "typeName": "System.Xml.Linq.XName" }], + "isStatic": false, + "name": "DescendantsAndSelf", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [], + "isStatic": false, + "name": "Descendants", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [{ "name": "name", "typeName": "System.Xml.Linq.XName" }], + "isStatic": false, + "name": "Descendants", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [], + "isStatic": false, + "name": "Elements", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [{ "name": "name", "typeName": "System.Xml.Linq.XName" }], + "isStatic": false, + "name": "Elements", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [], + "isStatic": false, + "name": "InDocumentOrder", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [], + "isStatic": false, + "name": "Nodes", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "System.Xml.Linq.dll" + } + ], + "name": "Extensions", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "namespace": "System.Net.Cache", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Net.Cache.HttpRequestCacheLevel", + "name": "BypassCache", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Cache.HttpRequestCacheLevel", + "name": "CacheIfAvailable", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Cache.HttpRequestCacheLevel", + "name": "CacheOnly", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Cache.HttpRequestCacheLevel", + "name": "CacheOrNextCacheOnly", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Cache.HttpRequestCacheLevel", + "name": "Default", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Cache.HttpRequestCacheLevel", + "name": "NoCacheNoStore", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Cache.HttpRequestCacheLevel", + "name": "Refresh", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Cache.HttpRequestCacheLevel", + "name": "Reload", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Cache.HttpRequestCacheLevel", + "name": "Revalidate", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Net.Cache.HttpRequestCacheLevel", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "HttpRequestCacheLevel", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Xml.Linq", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Xml.Linq.LoadOptions", + "name": "None", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "typeName": "System.Xml.Linq.LoadOptions", + "name": "PreserveWhitespace", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "typeName": "System.Xml.Linq.LoadOptions", + "name": "SetBaseUri", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "typeName": "System.Xml.Linq.LoadOptions", + "name": "SetLineInfo", + "comment": "", + "location": "System.Xml.Linq.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Xml.Linq.LoadOptions", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.Linq.dll" + } + ], + "name": "LoadOptions", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "namespace": "System.Xml.Linq", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Xml.Linq.ReaderOptions", + "name": "None", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "typeName": "System.Xml.Linq.ReaderOptions", + "name": "OmitDuplicateNamespaces", + "comment": "", + "location": "System.Xml.Linq.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Xml.Linq.ReaderOptions", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.Linq.dll" + } + ], + "name": "ReaderOptions", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "namespace": "System.Net.Cache", + "baseClass": "System.Net.Cache.RequestCachePolicy", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.DateTime", + "name": "CacheSyncDate", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Cache.HttpRequestCacheLevel", + "name": "Level", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.TimeSpan", + "name": "MaxAge", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.TimeSpan", + "name": "MaxStale", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.TimeSpan", + "name": "MinFresh", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "cacheSyncDate", "typeName": "System.DateTime" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "cacheAgeControl", + "typeName": "System.Net.Cache.HttpCacheAgeControl" + }, + { "name": "ageOrFreshOrStale", "typeName": "System.TimeSpan" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "cacheAgeControl", + "typeName": "System.Net.Cache.HttpCacheAgeControl" + }, + { "name": "maxAge", "typeName": "System.TimeSpan" }, + { "name": "freshOrStale", "typeName": "System.TimeSpan" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "cacheAgeControl", + "typeName": "System.Net.Cache.HttpCacheAgeControl" + }, + { "name": "maxAge", "typeName": "System.TimeSpan" }, + { "name": "freshOrStale", "typeName": "System.TimeSpan" }, + { "name": "cacheSyncDate", "typeName": "System.DateTime" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "level", + "typeName": "System.Net.Cache.HttpRequestCacheLevel" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.dll" + } + ], + "name": "HttpRequestCachePolicy", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Xml.Linq", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Xml.Linq.SaveOptions", + "name": "DisableFormatting", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "typeName": "System.Xml.Linq.SaveOptions", + "name": "None", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "typeName": "System.Xml.Linq.SaveOptions", + "name": "OmitDuplicateNamespaces", + "comment": "", + "location": "System.Xml.Linq.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Xml.Linq.SaveOptions", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.Linq.dll" + } + ], + "name": "SaveOptions", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "namespace": "System.Xml.Linq", + "baseClass": "System.Xml.Linq.XObject", + "attribute": "", + "interfaces": ["IXmlLineInfo"], + "fields": [ + { + "typeName": "System.Collections.Generic.IEnumerable", + "name": "EmptySequence", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "typeName": "bool", + "name": "IsNamespaceDeclaration", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "typeName": "System.Xml.Linq.XName", + "name": "Name", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "typeName": "System.Xml.Linq.XAttribute", + "name": "NextAttribute", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "typeName": "System.Xml.XmlNodeType", + "name": "NodeType", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "typeName": "System.Xml.Linq.XAttribute", + "name": "PreviousAttribute", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "typeName": "string", + "name": "Value", + "comment": "", + "location": "System.Xml.Linq.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "other", "typeName": "System.Xml.Linq.XAttribute" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "System.Xml.Linq.XName" }, + { "name": "value", "typeName": "object" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "attribute", "typeName": "System.Xml.Linq.XAttribute" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "DateTime", + "params": [ + { "name": "attribute", "typeName": "System.Xml.Linq.XAttribute" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "DateTimeOffset", + "params": [ + { "name": "attribute", "typeName": "System.Xml.Linq.XAttribute" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Decimal", + "params": [ + { "name": "attribute", "typeName": "System.Xml.Linq.XAttribute" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Double", + "params": [ + { "name": "attribute", "typeName": "System.Xml.Linq.XAttribute" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Guid", + "params": [ + { "name": "attribute", "typeName": "System.Xml.Linq.XAttribute" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "attribute", "typeName": "System.Xml.Linq.XAttribute" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Int64", + "params": [ + { "name": "attribute", "typeName": "System.Xml.Linq.XAttribute" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Nullable", + "params": [ + { "name": "attribute", "typeName": "System.Xml.Linq.XAttribute" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Nullable", + "params": [ + { "name": "attribute", "typeName": "System.Xml.Linq.XAttribute" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Nullable", + "params": [ + { "name": "attribute", "typeName": "System.Xml.Linq.XAttribute" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Nullable", + "params": [ + { "name": "attribute", "typeName": "System.Xml.Linq.XAttribute" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Nullable", + "params": [ + { "name": "attribute", "typeName": "System.Xml.Linq.XAttribute" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Nullable", + "params": [ + { "name": "attribute", "typeName": "System.Xml.Linq.XAttribute" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Nullable", + "params": [ + { "name": "attribute", "typeName": "System.Xml.Linq.XAttribute" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Nullable", + "params": [ + { "name": "attribute", "typeName": "System.Xml.Linq.XAttribute" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Nullable", + "params": [ + { "name": "attribute", "typeName": "System.Xml.Linq.XAttribute" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Nullable", + "params": [ + { "name": "attribute", "typeName": "System.Xml.Linq.XAttribute" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Nullable", + "params": [ + { "name": "attribute", "typeName": "System.Xml.Linq.XAttribute" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Nullable", + "params": [ + { "name": "attribute", "typeName": "System.Xml.Linq.XAttribute" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Single", + "params": [ + { "name": "attribute", "typeName": "System.Xml.Linq.XAttribute" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "attribute", "typeName": "System.Xml.Linq.XAttribute" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "TimeSpan", + "params": [ + { "name": "attribute", "typeName": "System.Xml.Linq.XAttribute" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "UInt32", + "params": [ + { "name": "attribute", "typeName": "System.Xml.Linq.XAttribute" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "UInt64", + "params": [ + { "name": "attribute", "typeName": "System.Xml.Linq.XAttribute" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "SetValue", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.Xml.Linq.dll" + } + ], + "name": "XAttribute", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "namespace": "System.Net.Cache", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Net.Cache.RequestCacheLevel", + "name": "BypassCache", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Cache.RequestCacheLevel", + "name": "CacheIfAvailable", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Cache.RequestCacheLevel", + "name": "CacheOnly", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Cache.RequestCacheLevel", + "name": "Default", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Cache.RequestCacheLevel", + "name": "NoCacheNoStore", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Cache.RequestCacheLevel", + "name": "Reload", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Cache.RequestCacheLevel", + "name": "Revalidate", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Net.Cache.RequestCacheLevel", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "RequestCacheLevel", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net.Cache", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Net.Cache.RequestCacheLevel", + "name": "Level", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "level", + "typeName": "System.Net.Cache.RequestCacheLevel" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.dll" + } + ], + "name": "RequestCachePolicy", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Xml.Linq", + "baseClass": "System.Xml.Linq.XText", + "attribute": "", + "interfaces": ["IXmlLineInfo"], + "fields": [ + { + "typeName": "System.Xml.XmlNodeType", + "name": "NodeType", + "comment": "", + "location": "System.Xml.Linq.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "other", "typeName": "System.Xml.Linq.XCData" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "writer", "typeName": "System.Xml.XmlWriter" }], + "isStatic": false, + "name": "WriteTo", + "comment": "", + "location": "System.Xml.Linq.dll" + } + ], + "name": "XCData", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "namespace": "System.Xml.Linq", + "baseClass": "System.Xml.Linq.XNode", + "attribute": "", + "interfaces": ["IXmlLineInfo"], + "fields": [ + { + "typeName": "System.Xml.XmlNodeType", + "name": "NodeType", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "typeName": "string", + "name": "Value", + "comment": "", + "location": "System.Xml.Linq.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "other", "typeName": "System.Xml.Linq.XComment" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "writer", "typeName": "System.Xml.XmlWriter" }], + "isStatic": false, + "name": "WriteTo", + "comment": "", + "location": "System.Xml.Linq.dll" + } + ], + "name": "XComment", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "namespace": "System.Xml.Linq", + "baseClass": "System.Xml.Linq.XNode", + "attribute": "", + "interfaces": ["IXmlLineInfo"], + "fields": [ + { + "typeName": "System.Xml.Linq.XNode", + "name": "FirstNode", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "typeName": "System.Xml.Linq.XNode", + "name": "LastNode", + "comment": "", + "location": "System.Xml.Linq.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "content", "typeName": "object" }], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "content", "typeName": "object[]" }], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "content", "typeName": "object" }], + "isStatic": false, + "name": "AddFirst", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "content", "typeName": "object[]" }], + "isStatic": false, + "name": "AddFirst", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "XmlWriter", + "params": [], + "isStatic": false, + "name": "CreateWriter", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [], + "isStatic": false, + "name": "DescendantNodes", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [], + "isStatic": false, + "name": "Descendants", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [{ "name": "name", "typeName": "System.Xml.Linq.XName" }], + "isStatic": false, + "name": "Descendants", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "XElement", + "params": [{ "name": "name", "typeName": "System.Xml.Linq.XName" }], + "isStatic": false, + "name": "Element", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [], + "isStatic": false, + "name": "Elements", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [{ "name": "name", "typeName": "System.Xml.Linq.XName" }], + "isStatic": false, + "name": "Elements", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [], + "isStatic": false, + "name": "Nodes", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "RemoveNodes", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "content", "typeName": "object" }], + "isStatic": false, + "name": "ReplaceNodes", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "content", "typeName": "object[]" }], + "isStatic": false, + "name": "ReplaceNodes", + "comment": "", + "location": "System.Xml.Linq.dll" + } + ], + "name": "XContainer", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "namespace": "System.Xml.Linq", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "Encoding", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "typeName": "string", + "name": "Standalone", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "typeName": "string", + "name": "Version", + "comment": "", + "location": "System.Xml.Linq.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "version", "typeName": "string" }, + { "name": "encoding", "typeName": "string" }, + { "name": "standalone", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "other", "typeName": "System.Xml.Linq.XDeclaration" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.Xml.Linq.dll" + } + ], + "name": "XDeclaration", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "namespace": "System.Xml.Linq", + "baseClass": "System.Xml.Linq.XContainer", + "attribute": "", + "interfaces": ["IXmlLineInfo"], + "fields": [ + { + "typeName": "System.Xml.Linq.XDeclaration", + "name": "Declaration", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "typeName": "System.Xml.Linq.XDocumentType", + "name": "DocumentType", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "typeName": "System.Xml.XmlNodeType", + "name": "NodeType", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "typeName": "System.Xml.Linq.XElement", + "name": "Root", + "comment": "", + "location": "System.Xml.Linq.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "content", "typeName": "object[]" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "declaration", + "typeName": "System.Xml.Linq.XDeclaration" + }, + { "name": "content", "typeName": "object[]" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "other", "typeName": "System.Xml.Linq.XDocument" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "XDocument", + "params": [{ "name": "stream", "typeName": "System.IO.Stream" }], + "isStatic": true, + "name": "Load", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "XDocument", + "params": [ + { "name": "stream", "typeName": "System.IO.Stream" }, + { "name": "options", "typeName": "System.Xml.Linq.LoadOptions" } + ], + "isStatic": true, + "name": "Load", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "XDocument", + "params": [ + { "name": "textReader", "typeName": "System.IO.TextReader" } + ], + "isStatic": true, + "name": "Load", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "XDocument", + "params": [ + { "name": "textReader", "typeName": "System.IO.TextReader" }, + { "name": "options", "typeName": "System.Xml.Linq.LoadOptions" } + ], + "isStatic": true, + "name": "Load", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "XDocument", + "params": [{ "name": "uri", "typeName": "string" }], + "isStatic": true, + "name": "Load", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "XDocument", + "params": [ + { "name": "uri", "typeName": "string" }, + { "name": "options", "typeName": "System.Xml.Linq.LoadOptions" } + ], + "isStatic": true, + "name": "Load", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "XDocument", + "params": [{ "name": "reader", "typeName": "System.Xml.XmlReader" }], + "isStatic": true, + "name": "Load", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "XDocument", + "params": [ + { "name": "reader", "typeName": "System.Xml.XmlReader" }, + { "name": "options", "typeName": "System.Xml.Linq.LoadOptions" } + ], + "isStatic": true, + "name": "Load", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "XDocument", + "params": [{ "name": "text", "typeName": "string" }], + "isStatic": true, + "name": "Parse", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "XDocument", + "params": [ + { "name": "text", "typeName": "string" }, + { "name": "options", "typeName": "System.Xml.Linq.LoadOptions" } + ], + "isStatic": true, + "name": "Parse", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "stream", "typeName": "System.IO.Stream" }], + "isStatic": false, + "name": "Save", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "stream", "typeName": "System.IO.Stream" }, + { "name": "options", "typeName": "System.Xml.Linq.SaveOptions" } + ], + "isStatic": false, + "name": "Save", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "textWriter", "typeName": "System.IO.TextWriter" } + ], + "isStatic": false, + "name": "Save", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "textWriter", "typeName": "System.IO.TextWriter" }, + { "name": "options", "typeName": "System.Xml.Linq.SaveOptions" } + ], + "isStatic": false, + "name": "Save", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "fileName", "typeName": "string" }], + "isStatic": false, + "name": "Save", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "fileName", "typeName": "string" }, + { "name": "options", "typeName": "System.Xml.Linq.SaveOptions" } + ], + "isStatic": false, + "name": "Save", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "writer", "typeName": "System.Xml.XmlWriter" }], + "isStatic": false, + "name": "Save", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "writer", "typeName": "System.Xml.XmlWriter" }], + "isStatic": false, + "name": "WriteTo", + "comment": "", + "location": "System.Xml.Linq.dll" + } + ], + "name": "XDocument", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "namespace": "System.Xml.Linq", + "baseClass": "System.Xml.Linq.XNode", + "attribute": "", + "interfaces": ["IXmlLineInfo"], + "fields": [ + { + "typeName": "string", + "name": "InternalSubset", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "typeName": "System.Xml.XmlNodeType", + "name": "NodeType", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "typeName": "string", + "name": "PublicId", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "typeName": "string", + "name": "SystemId", + "comment": "", + "location": "System.Xml.Linq.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "publicId", "typeName": "string" }, + { "name": "systemId", "typeName": "string" }, + { "name": "internalSubset", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "other", "typeName": "System.Xml.Linq.XDocumentType" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "writer", "typeName": "System.Xml.XmlWriter" }], + "isStatic": false, + "name": "WriteTo", + "comment": "", + "location": "System.Xml.Linq.dll" + } + ], + "name": "XDocumentType", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "namespace": "System.Xml.Linq", + "baseClass": "System.Xml.Linq.XContainer", + "attribute": "", + "interfaces": ["IXmlLineInfo", "IXmlSerializable"], + "fields": [ + { + "typeName": "System.Collections.Generic.IEnumerable", + "name": "EmptySequence", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "typeName": "System.Xml.Linq.XAttribute", + "name": "FirstAttribute", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "typeName": "bool", + "name": "HasAttributes", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "typeName": "bool", + "name": "HasElements", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "typeName": "bool", + "name": "IsEmpty", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "typeName": "System.Xml.Linq.XAttribute", + "name": "LastAttribute", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "typeName": "System.Xml.Linq.XName", + "name": "Name", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "typeName": "System.Xml.XmlNodeType", + "name": "NodeType", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "typeName": "string", + "name": "Value", + "comment": "", + "location": "System.Xml.Linq.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "other", "typeName": "System.Xml.Linq.XElement" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "name", "typeName": "System.Xml.Linq.XName" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "System.Xml.Linq.XName" }, + { "name": "content", "typeName": "object" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "System.Xml.Linq.XName" }, + { "name": "content", "typeName": "object[]" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "other", "typeName": "System.Xml.Linq.XStreamingElement" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [], + "isStatic": false, + "name": "AncestorsAndSelf", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [{ "name": "name", "typeName": "System.Xml.Linq.XName" }], + "isStatic": false, + "name": "AncestorsAndSelf", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "XAttribute", + "params": [{ "name": "name", "typeName": "System.Xml.Linq.XName" }], + "isStatic": false, + "name": "Attribute", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [], + "isStatic": false, + "name": "Attributes", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [{ "name": "name", "typeName": "System.Xml.Linq.XName" }], + "isStatic": false, + "name": "Attributes", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [], + "isStatic": false, + "name": "DescendantNodesAndSelf", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [], + "isStatic": false, + "name": "DescendantsAndSelf", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [{ "name": "name", "typeName": "System.Xml.Linq.XName" }], + "isStatic": false, + "name": "DescendantsAndSelf", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "XNamespace", + "params": [], + "isStatic": false, + "name": "GetDefaultNamespace", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "XNamespace", + "params": [{ "name": "prefix", "typeName": "string" }], + "isStatic": false, + "name": "GetNamespaceOfPrefix", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "ns", "typeName": "System.Xml.Linq.XNamespace" } + ], + "isStatic": false, + "name": "GetPrefixOfNamespace", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "XElement", + "params": [{ "name": "stream", "typeName": "System.IO.Stream" }], + "isStatic": true, + "name": "Load", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "XElement", + "params": [ + { "name": "stream", "typeName": "System.IO.Stream" }, + { "name": "options", "typeName": "System.Xml.Linq.LoadOptions" } + ], + "isStatic": true, + "name": "Load", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "XElement", + "params": [ + { "name": "textReader", "typeName": "System.IO.TextReader" } + ], + "isStatic": true, + "name": "Load", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "XElement", + "params": [ + { "name": "textReader", "typeName": "System.IO.TextReader" }, + { "name": "options", "typeName": "System.Xml.Linq.LoadOptions" } + ], + "isStatic": true, + "name": "Load", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "XElement", + "params": [{ "name": "uri", "typeName": "string" }], + "isStatic": true, + "name": "Load", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "XElement", + "params": [ + { "name": "uri", "typeName": "string" }, + { "name": "options", "typeName": "System.Xml.Linq.LoadOptions" } + ], + "isStatic": true, + "name": "Load", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "XElement", + "params": [{ "name": "reader", "typeName": "System.Xml.XmlReader" }], + "isStatic": true, + "name": "Load", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "XElement", + "params": [ + { "name": "reader", "typeName": "System.Xml.XmlReader" }, + { "name": "options", "typeName": "System.Xml.Linq.LoadOptions" } + ], + "isStatic": true, + "name": "Load", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "element", "typeName": "System.Xml.Linq.XElement" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "DateTime", + "params": [ + { "name": "element", "typeName": "System.Xml.Linq.XElement" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "DateTimeOffset", + "params": [ + { "name": "element", "typeName": "System.Xml.Linq.XElement" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Decimal", + "params": [ + { "name": "element", "typeName": "System.Xml.Linq.XElement" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Double", + "params": [ + { "name": "element", "typeName": "System.Xml.Linq.XElement" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Guid", + "params": [ + { "name": "element", "typeName": "System.Xml.Linq.XElement" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "element", "typeName": "System.Xml.Linq.XElement" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Int64", + "params": [ + { "name": "element", "typeName": "System.Xml.Linq.XElement" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Nullable", + "params": [ + { "name": "element", "typeName": "System.Xml.Linq.XElement" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Nullable", + "params": [ + { "name": "element", "typeName": "System.Xml.Linq.XElement" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Nullable", + "params": [ + { "name": "element", "typeName": "System.Xml.Linq.XElement" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Nullable", + "params": [ + { "name": "element", "typeName": "System.Xml.Linq.XElement" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Nullable", + "params": [ + { "name": "element", "typeName": "System.Xml.Linq.XElement" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Nullable", + "params": [ + { "name": "element", "typeName": "System.Xml.Linq.XElement" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Nullable", + "params": [ + { "name": "element", "typeName": "System.Xml.Linq.XElement" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Nullable", + "params": [ + { "name": "element", "typeName": "System.Xml.Linq.XElement" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Nullable", + "params": [ + { "name": "element", "typeName": "System.Xml.Linq.XElement" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Nullable", + "params": [ + { "name": "element", "typeName": "System.Xml.Linq.XElement" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Nullable", + "params": [ + { "name": "element", "typeName": "System.Xml.Linq.XElement" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Nullable", + "params": [ + { "name": "element", "typeName": "System.Xml.Linq.XElement" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Single", + "params": [ + { "name": "element", "typeName": "System.Xml.Linq.XElement" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "element", "typeName": "System.Xml.Linq.XElement" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "TimeSpan", + "params": [ + { "name": "element", "typeName": "System.Xml.Linq.XElement" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "UInt32", + "params": [ + { "name": "element", "typeName": "System.Xml.Linq.XElement" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "UInt64", + "params": [ + { "name": "element", "typeName": "System.Xml.Linq.XElement" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "XElement", + "params": [{ "name": "text", "typeName": "string" }], + "isStatic": true, + "name": "Parse", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "XElement", + "params": [ + { "name": "text", "typeName": "string" }, + { "name": "options", "typeName": "System.Xml.Linq.LoadOptions" } + ], + "isStatic": true, + "name": "Parse", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "RemoveAll", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "RemoveAttributes", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "content", "typeName": "object" }], + "isStatic": false, + "name": "ReplaceAll", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "content", "typeName": "object[]" }], + "isStatic": false, + "name": "ReplaceAll", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "content", "typeName": "object" }], + "isStatic": false, + "name": "ReplaceAttributes", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "content", "typeName": "object[]" }], + "isStatic": false, + "name": "ReplaceAttributes", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "stream", "typeName": "System.IO.Stream" }], + "isStatic": false, + "name": "Save", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "stream", "typeName": "System.IO.Stream" }, + { "name": "options", "typeName": "System.Xml.Linq.SaveOptions" } + ], + "isStatic": false, + "name": "Save", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "textWriter", "typeName": "System.IO.TextWriter" } + ], + "isStatic": false, + "name": "Save", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "textWriter", "typeName": "System.IO.TextWriter" }, + { "name": "options", "typeName": "System.Xml.Linq.SaveOptions" } + ], + "isStatic": false, + "name": "Save", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "fileName", "typeName": "string" }], + "isStatic": false, + "name": "Save", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "fileName", "typeName": "string" }, + { "name": "options", "typeName": "System.Xml.Linq.SaveOptions" } + ], + "isStatic": false, + "name": "Save", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "writer", "typeName": "System.Xml.XmlWriter" }], + "isStatic": false, + "name": "Save", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "System.Xml.Linq.XName" }, + { "name": "value", "typeName": "object" } + ], + "isStatic": false, + "name": "SetAttributeValue", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "System.Xml.Linq.XName" }, + { "name": "value", "typeName": "object" } + ], + "isStatic": false, + "name": "SetElementValue", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "SetValue", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "writer", "typeName": "System.Xml.XmlWriter" }], + "isStatic": false, + "name": "WriteTo", + "comment": "", + "location": "System.Xml.Linq.dll" + } + ], + "name": "XElement", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "namespace": "System.Xml.Linq", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "NamespaceName", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "typeName": "System.Xml.Linq.XNamespace", + "name": "None", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "typeName": "System.Xml.Linq.XNamespace", + "name": "Xml", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "typeName": "System.Xml.Linq.XNamespace", + "name": "Xmlns", + "comment": "", + "location": "System.Xml.Linq.dll" + } + ], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "XNamespace", + "params": [{ "name": "namespaceName", "typeName": "string" }], + "isStatic": true, + "name": "Get", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "XName", + "params": [{ "name": "localName", "typeName": "string" }], + "isStatic": false, + "name": "GetName", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "XName", + "params": [ + { "name": "ns", "typeName": "System.Xml.Linq.XNamespace" }, + { "name": "localName", "typeName": "string" } + ], + "isStatic": true, + "name": "op_Addition", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "left", "typeName": "System.Xml.Linq.XNamespace" }, + { "name": "right", "typeName": "System.Xml.Linq.XNamespace" } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "XNamespace", + "params": [{ "name": "namespaceName", "typeName": "string" }], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "left", "typeName": "System.Xml.Linq.XNamespace" }, + { "name": "right", "typeName": "System.Xml.Linq.XNamespace" } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.Xml.Linq.dll" + } + ], + "name": "XNamespace", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "namespace": "System.Xml.Linq", + "baseClass": "System.Xml.Linq.XObject", + "attribute": "", + "interfaces": ["IXmlLineInfo"], + "fields": [ + { + "typeName": "System.Xml.Linq.XNodeDocumentOrderComparer", + "name": "DocumentOrderComparer", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "typeName": "System.Xml.Linq.XNodeEqualityComparer", + "name": "EqualityComparer", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "typeName": "System.Xml.Linq.XNode", + "name": "NextNode", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "typeName": "System.Xml.Linq.XNode", + "name": "PreviousNode", + "comment": "", + "location": "System.Xml.Linq.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "content", "typeName": "object" }], + "isStatic": false, + "name": "AddAfterSelf", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "content", "typeName": "object[]" }], + "isStatic": false, + "name": "AddAfterSelf", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "content", "typeName": "object" }], + "isStatic": false, + "name": "AddBeforeSelf", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "content", "typeName": "object[]" }], + "isStatic": false, + "name": "AddBeforeSelf", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [], + "isStatic": false, + "name": "Ancestors", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [{ "name": "name", "typeName": "System.Xml.Linq.XName" }], + "isStatic": false, + "name": "Ancestors", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "n1", "typeName": "System.Xml.Linq.XNode" }, + { "name": "n2", "typeName": "System.Xml.Linq.XNode" } + ], + "isStatic": true, + "name": "CompareDocumentOrder", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "XmlReader", + "params": [], + "isStatic": false, + "name": "CreateReader", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "XmlReader", + "params": [ + { + "name": "readerOptions", + "typeName": "System.Xml.Linq.ReaderOptions" + } + ], + "isStatic": false, + "name": "CreateReader", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "n1", "typeName": "System.Xml.Linq.XNode" }, + { "name": "n2", "typeName": "System.Xml.Linq.XNode" } + ], + "isStatic": true, + "name": "DeepEquals", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [], + "isStatic": false, + "name": "ElementsAfterSelf", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [{ "name": "name", "typeName": "System.Xml.Linq.XName" }], + "isStatic": false, + "name": "ElementsAfterSelf", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [], + "isStatic": false, + "name": "ElementsBeforeSelf", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [{ "name": "name", "typeName": "System.Xml.Linq.XName" }], + "isStatic": false, + "name": "ElementsBeforeSelf", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "node", "typeName": "System.Xml.Linq.XNode" }], + "isStatic": false, + "name": "IsAfter", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "node", "typeName": "System.Xml.Linq.XNode" }], + "isStatic": false, + "name": "IsBefore", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [], + "isStatic": false, + "name": "NodesAfterSelf", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [], + "isStatic": false, + "name": "NodesBeforeSelf", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "XNode", + "params": [{ "name": "reader", "typeName": "System.Xml.XmlReader" }], + "isStatic": true, + "name": "ReadFrom", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "content", "typeName": "object" }], + "isStatic": false, + "name": "ReplaceWith", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "content", "typeName": "object[]" }], + "isStatic": false, + "name": "ReplaceWith", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "options", "typeName": "System.Xml.Linq.SaveOptions" } + ], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "writer", "typeName": "System.Xml.XmlWriter" }], + "isStatic": false, + "name": "WriteTo", + "comment": "", + "location": "System.Xml.Linq.dll" + } + ], + "name": "XNode", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "namespace": "System.Xml.Linq", + "baseClass": "object", + "attribute": "", + "interfaces": ["IComparer", "IComparer"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "x", "typeName": "System.Xml.Linq.XNode" }, + { "name": "y", "typeName": "System.Xml.Linq.XNode" } + ], + "isStatic": false, + "name": "Compare", + "comment": "", + "location": "System.Xml.Linq.dll" + } + ], + "name": "XNodeDocumentOrderComparer", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "namespace": "System.Xml.Linq", + "baseClass": "object", + "attribute": "", + "interfaces": ["IEqualityComparer", "IEqualityComparer"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "x", "typeName": "System.Xml.Linq.XNode" }, + { "name": "y", "typeName": "System.Xml.Linq.XNode" } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "obj", "typeName": "System.Xml.Linq.XNode" }], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "System.Xml.Linq.dll" + } + ], + "name": "XNodeEqualityComparer", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "namespace": "System.Xml.Linq", + "baseClass": "object", + "attribute": "", + "interfaces": ["IXmlLineInfo"], + "fields": [ + { + "typeName": "string", + "name": "BaseUri", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "typeName": "System.Xml.Linq.XDocument", + "name": "Document", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "typeName": "System.Xml.XmlNodeType", + "name": "NodeType", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "typeName": "System.Xml.Linq.XElement", + "name": "Parent", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "typeName": "System.EventHandler", + "name": "Changed", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "typeName": "System.EventHandler", + "name": "Changing", + "comment": "", + "location": "System.Xml.Linq.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.EventHandler" + } + ], + "isStatic": false, + "name": "add_Changed", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.EventHandler" + } + ], + "isStatic": false, + "name": "remove_Changed", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.EventHandler" + } + ], + "isStatic": false, + "name": "add_Changing", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.EventHandler" + } + ], + "isStatic": false, + "name": "remove_Changing", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "annotation", "typeName": "object" }], + "isStatic": false, + "name": "AddAnnotation", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Object", + "params": [{ "name": "type", "typeName": "System.Type" }], + "isStatic": false, + "name": "Annotation", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [{ "name": "type", "typeName": "System.Type" }], + "isStatic": false, + "name": "Annotations", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [], + "isStatic": false, + "name": "Annotations", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "T", + "params": [], + "isStatic": false, + "name": "Annotation", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "type", "typeName": "System.Type" }], + "isStatic": false, + "name": "RemoveAnnotations", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "RemoveAnnotations", + "comment": "", + "location": "System.Xml.Linq.dll" + } + ], + "name": "XObject", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "namespace": "System.Xml.Linq", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Xml.Linq.XObjectChange", + "name": "Add", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "typeName": "System.Xml.Linq.XObjectChange", + "name": "Name", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "typeName": "System.Xml.Linq.XObjectChange", + "name": "Remove", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "typeName": "System.Xml.Linq.XObjectChange", + "name": "Value", + "comment": "", + "location": "System.Xml.Linq.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Xml.Linq.XObjectChange", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.Linq.dll" + } + ], + "name": "XObjectChange", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "namespace": "System.Xml.Linq", + "baseClass": "System.EventArgs", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Xml.Linq.XObjectChangeEventArgs", + "name": "Add", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "typeName": "System.Xml.Linq.XObjectChangeEventArgs", + "name": "Name", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "typeName": "System.Xml.Linq.XObjectChangeEventArgs", + "name": "Remove", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "typeName": "System.Xml.Linq.XObjectChangeEventArgs", + "name": "Value", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "typeName": "System.Xml.Linq.XObjectChange", + "name": "ObjectChange", + "comment": "", + "location": "System.Xml.Linq.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "objectChange", + "typeName": "System.Xml.Linq.XObjectChange" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.Linq.dll" + } + ], + "name": "XObjectChangeEventArgs", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "namespace": "System.Xml.Linq", + "baseClass": "System.Xml.Linq.XNode", + "attribute": "", + "interfaces": ["IXmlLineInfo"], + "fields": [ + { + "typeName": "string", + "name": "Data", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "typeName": "System.Xml.XmlNodeType", + "name": "NodeType", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "typeName": "string", + "name": "Target", + "comment": "", + "location": "System.Xml.Linq.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "target", "typeName": "string" }, + { "name": "data", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "other", + "typeName": "System.Xml.Linq.XProcessingInstruction" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "writer", "typeName": "System.Xml.XmlWriter" }], + "isStatic": false, + "name": "WriteTo", + "comment": "", + "location": "System.Xml.Linq.dll" + } + ], + "name": "XProcessingInstruction", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "namespace": "System.Xml.Linq", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Xml.Linq.XName", + "name": "Name", + "comment": "", + "location": "System.Xml.Linq.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "name", "typeName": "System.Xml.Linq.XName" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "System.Xml.Linq.XName" }, + { "name": "content", "typeName": "object" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "System.Xml.Linq.XName" }, + { "name": "content", "typeName": "object[]" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "content", "typeName": "object" }], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "content", "typeName": "object[]" }], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "stream", "typeName": "System.IO.Stream" }], + "isStatic": false, + "name": "Save", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "stream", "typeName": "System.IO.Stream" }, + { "name": "options", "typeName": "System.Xml.Linq.SaveOptions" } + ], + "isStatic": false, + "name": "Save", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "textWriter", "typeName": "System.IO.TextWriter" } + ], + "isStatic": false, + "name": "Save", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "textWriter", "typeName": "System.IO.TextWriter" }, + { "name": "options", "typeName": "System.Xml.Linq.SaveOptions" } + ], + "isStatic": false, + "name": "Save", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "fileName", "typeName": "string" }], + "isStatic": false, + "name": "Save", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "fileName", "typeName": "string" }, + { "name": "options", "typeName": "System.Xml.Linq.SaveOptions" } + ], + "isStatic": false, + "name": "Save", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "writer", "typeName": "System.Xml.XmlWriter" }], + "isStatic": false, + "name": "Save", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "options", "typeName": "System.Xml.Linq.SaveOptions" } + ], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "writer", "typeName": "System.Xml.XmlWriter" }], + "isStatic": false, + "name": "WriteTo", + "comment": "", + "location": "System.Xml.Linq.dll" + } + ], + "name": "XStreamingElement", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "namespace": "System.Xml.Linq", + "baseClass": "System.Xml.Linq.XNode", + "attribute": "", + "interfaces": ["IXmlLineInfo"], + "fields": [ + { + "typeName": "System.Xml.XmlNodeType", + "name": "NodeType", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "typeName": "string", + "name": "Value", + "comment": "", + "location": "System.Xml.Linq.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "other", "typeName": "System.Xml.Linq.XText" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "writer", "typeName": "System.Xml.XmlWriter" }], + "isStatic": false, + "name": "WriteTo", + "comment": "", + "location": "System.Xml.Linq.dll" + } + ], + "name": "XText", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "namespace": "System.Xml.Resolvers", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Xml.Resolvers.XmlKnownDtds", + "name": "All", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Resolvers.XmlKnownDtds", + "name": "None", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Resolvers.XmlKnownDtds", + "name": "Rss091", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Resolvers.XmlKnownDtds", + "name": "Xhtml10", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Xml.Resolvers.XmlKnownDtds", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlKnownDtds", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml.Resolvers", + "baseClass": "System.Xml.XmlResolver", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Net.ICredentials", + "name": "Credentials", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Collections.Generic.IEnumerable", + "name": "PreloadedUris", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "preloadedDtds", + "typeName": "System.Xml.Resolvers.XmlKnownDtds" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "fallbackResolver", "typeName": "System.Xml.XmlResolver" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "fallbackResolver", + "typeName": "System.Xml.XmlResolver" + }, + { + "name": "preloadedDtds", + "typeName": "System.Xml.Resolvers.XmlKnownDtds" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "fallbackResolver", + "typeName": "System.Xml.XmlResolver" + }, + { + "name": "preloadedDtds", + "typeName": "System.Xml.Resolvers.XmlKnownDtds" + }, + { + "name": "uriComparer", + "typeName": "System.Collections.Generic.IEqualityComparer" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "uri", "typeName": "System.Uri" }, + { "name": "value", "typeName": "byte[]" } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "uri", "typeName": "System.Uri" }, + { "name": "value", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "uri", "typeName": "System.Uri" }, + { "name": "value", "typeName": "System.IO.Stream" } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "uri", "typeName": "System.Uri" }, + { "name": "value", "typeName": "string" } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "absoluteUri", "typeName": "System.Uri" }, + { "name": "role", "typeName": "string" }, + { "name": "ofObjectToReturn", "typeName": "System.Type" } + ], + "isStatic": false, + "name": "GetEntity", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "absoluteUri", "typeName": "System.Uri" }, + { "name": "role", "typeName": "string" }, + { "name": "ofObjectToReturn", "typeName": "System.Type" } + ], + "isStatic": false, + "name": "GetEntityAsync", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "uri", "typeName": "System.Uri" }], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Uri", + "params": [ + { "name": "baseUri", "typeName": "System.Uri" }, + { "name": "relativeUri", "typeName": "string" } + ], + "isStatic": false, + "name": "ResolveUri", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "absoluteUri", "typeName": "System.Uri" }, + { "name": "type", "typeName": "System.Type" } + ], + "isStatic": false, + "name": "SupportsType", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlPreloadedResolver", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml.Serialization", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.CodeDom.CodeAttributeDeclarationCollection", + "name": "IncludeMetadata", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [], + "name": "CodeExporter", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml.Serialization", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Xml.Serialization.CodeGenerationOptions", + "name": "EnableDataBinding", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Serialization.CodeGenerationOptions", + "name": "GenerateNewAsync", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Serialization.CodeGenerationOptions", + "name": "GenerateOldAsync", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Serialization.CodeGenerationOptions", + "name": "GenerateOrder", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Serialization.CodeGenerationOptions", + "name": "GenerateProperties", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Serialization.CodeGenerationOptions", + "name": "None", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Xml.Serialization.CodeGenerationOptions", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "CodeGenerationOptions", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml.Serialization", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "identifier", "typeName": "string" }], + "isStatic": true, + "name": "MakeCamel", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "identifier", "typeName": "string" }], + "isStatic": true, + "name": "MakePascal", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "identifier", "typeName": "string" }], + "isStatic": true, + "name": "MakeValid", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "CodeIdentifier", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml.Serialization", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "UseCamelCasing", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "caseSensitive", "typeName": "bool" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "identifier", "typeName": "string" }, + { "name": "value", "typeName": "object" } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "identifier", "typeName": "string" }], + "isStatic": false, + "name": "AddReserved", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "identifier", "typeName": "string" }, + { "name": "value", "typeName": "object" } + ], + "isStatic": false, + "name": "AddUnique", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Clear", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "identifier", "typeName": "string" }], + "isStatic": false, + "name": "IsInUse", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "identifier", "typeName": "string" }], + "isStatic": false, + "name": "MakeRightCase", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "identifier", "typeName": "string" }], + "isStatic": false, + "name": "MakeUnique", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "identifier", "typeName": "string" }], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "identifier", "typeName": "string" }], + "isStatic": false, + "name": "RemoveReserved", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Object", + "params": [{ "name": "type", "typeName": "System.Type" }], + "isStatic": false, + "name": "ToArray", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "CodeIdentifiers", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml.Serialization", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "ShareTypes", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Serialization.CodeIdentifiers", + "name": "TypeIdentifiers", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Collections.Specialized.StringCollection", + "name": "Warnings", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "identifiers", + "typeName": "System.Xml.Serialization.CodeIdentifiers" + }, + { "name": "shareTypes", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "ImportContext", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml.Serialization", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "XmlSchema", + "params": [], + "isStatic": false, + "name": "GetSchema", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "reader", "typeName": "System.Xml.XmlReader" }], + "isStatic": false, + "name": "ReadXml", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "writer", "typeName": "System.Xml.XmlWriter" }], + "isStatic": false, + "name": "WriteXml", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "IXmlSerializable", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml.Serialization", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "Normalized", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.WhitespaceHandling", + "name": "WhitespaceHandling", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [], + "name": "IXmlTextParser", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml.Serialization", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Xml.Serialization.Advanced.SchemaImporterExtensionCollection", + "name": "Extensions", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [], + "name": "SchemaImporter", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml.Serialization", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "string", + "name": "AttributeName", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "DataType", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "Namespace", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "attributeName", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "SoapAttributeAttribute", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml.Serialization", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Xml.Serialization.SoapAttributes", + "name": "this[]", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Serialization.SoapAttributes", + "name": "this[]", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { "name": "member", "typeName": "string" }, + { + "name": "attributes", + "typeName": "System.Xml.Serialization.SoapAttributes" + } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { + "name": "attributes", + "typeName": "System.Xml.Serialization.SoapAttributes" + } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "SoapAttributeOverrides", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml.Serialization", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Xml.Serialization.SoapAttributeAttribute", + "name": "SoapAttribute", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "object", + "name": "SoapDefaultValue", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Serialization.SoapElementAttribute", + "name": "SoapElement", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Serialization.SoapEnumAttribute", + "name": "SoapEnum", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "bool", + "name": "SoapIgnore", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Serialization.SoapTypeAttribute", + "name": "SoapType", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "provider", + "typeName": "System.Reflection.ICustomAttributeProvider" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "SoapAttributes", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml.Serialization", + "baseClass": "System.Xml.Serialization.CodeExporter", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "codeNamespace", + "typeName": "System.CodeDom.CodeNamespace" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "codeNamespace", + "typeName": "System.CodeDom.CodeNamespace" + }, + { + "name": "codeCompileUnit", + "typeName": "System.CodeDom.CodeCompileUnit" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "codeNamespace", + "typeName": "System.CodeDom.CodeNamespace" + }, + { + "name": "codeCompileUnit", + "typeName": "System.CodeDom.CodeCompileUnit" + }, + { + "name": "codeProvider", + "typeName": "System.CodeDom.Compiler.CodeDomProvider" + }, + { + "name": "options", + "typeName": "System.Xml.Serialization.CodeGenerationOptions" + }, + { "name": "mappings", "typeName": "System.Collections.Hashtable" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "codeNamespace", + "typeName": "System.CodeDom.CodeNamespace" + }, + { + "name": "codeCompileUnit", + "typeName": "System.CodeDom.CodeCompileUnit" + }, + { + "name": "options", + "typeName": "System.Xml.Serialization.CodeGenerationOptions" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "codeNamespace", + "typeName": "System.CodeDom.CodeNamespace" + }, + { + "name": "codeCompileUnit", + "typeName": "System.CodeDom.CodeCompileUnit" + }, + { + "name": "options", + "typeName": "System.Xml.Serialization.CodeGenerationOptions" + }, + { "name": "mappings", "typeName": "System.Collections.Hashtable" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "metadata", + "typeName": "System.CodeDom.CodeAttributeDeclarationCollection" + }, + { + "name": "member", + "typeName": "System.Xml.Serialization.XmlMemberMapping" + } + ], + "isStatic": false, + "name": "AddMappingMetadata", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "metadata", + "typeName": "System.CodeDom.CodeAttributeDeclarationCollection" + }, + { + "name": "member", + "typeName": "System.Xml.Serialization.XmlMemberMapping" + }, + { "name": "forceUseMemberName", "typeName": "bool" } + ], + "isStatic": false, + "name": "AddMappingMetadata", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "xmlMembersMapping", + "typeName": "System.Xml.Serialization.XmlMembersMapping" + } + ], + "isStatic": false, + "name": "ExportMembersMapping", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "xmlTypeMapping", + "typeName": "System.Xml.Serialization.XmlTypeMapping" + } + ], + "isStatic": false, + "name": "ExportTypeMapping", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "SoapCodeExporter", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml.Serialization", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "string", + "name": "DataType", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "ElementName", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "bool", + "name": "IsNullable", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "elementName", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "SoapElementAttribute", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml.Serialization", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "SoapEnumAttribute", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml.Serialization", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "SoapIgnoreAttribute", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml.Serialization", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "System.Type", + "name": "Type", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "type", "typeName": "System.Type" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "SoapIncludeAttribute", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml.Serialization", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "defaultNamespace", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "attributeOverrides", + "typeName": "System.Xml.Serialization.SoapAttributeOverrides" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "attributeOverrides", + "typeName": "System.Xml.Serialization.SoapAttributeOverrides" + }, + { "name": "defaultNamespace", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlMembersMapping", + "params": [ + { "name": "elementName", "typeName": "string" }, + { "name": "ns", "typeName": "string" }, + { + "name": "members", + "typeName": "System.Xml.Serialization.XmlReflectionMember[]" + } + ], + "isStatic": false, + "name": "ImportMembersMapping", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlMembersMapping", + "params": [ + { "name": "elementName", "typeName": "string" }, + { "name": "ns", "typeName": "string" }, + { + "name": "members", + "typeName": "System.Xml.Serialization.XmlReflectionMember[]" + }, + { "name": "hasWrapperElement", "typeName": "bool" }, + { "name": "writeAccessors", "typeName": "bool" } + ], + "isStatic": false, + "name": "ImportMembersMapping", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlMembersMapping", + "params": [ + { "name": "elementName", "typeName": "string" }, + { "name": "ns", "typeName": "string" }, + { + "name": "members", + "typeName": "System.Xml.Serialization.XmlReflectionMember[]" + }, + { "name": "hasWrapperElement", "typeName": "bool" }, + { "name": "writeAccessors", "typeName": "bool" }, + { "name": "validate", "typeName": "bool" } + ], + "isStatic": false, + "name": "ImportMembersMapping", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlMembersMapping", + "params": [ + { "name": "elementName", "typeName": "string" }, + { "name": "ns", "typeName": "string" }, + { + "name": "members", + "typeName": "System.Xml.Serialization.XmlReflectionMember[]" + }, + { "name": "hasWrapperElement", "typeName": "bool" }, + { "name": "writeAccessors", "typeName": "bool" }, + { "name": "validate", "typeName": "bool" }, + { + "name": "access", + "typeName": "System.Xml.Serialization.XmlMappingAccess" + } + ], + "isStatic": false, + "name": "ImportMembersMapping", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlTypeMapping", + "params": [{ "name": "type", "typeName": "System.Type" }], + "isStatic": false, + "name": "ImportTypeMapping", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlTypeMapping", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { "name": "defaultNamespace", "typeName": "string" } + ], + "isStatic": false, + "name": "ImportTypeMapping", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "type", "typeName": "System.Type" }], + "isStatic": false, + "name": "IncludeType", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "provider", + "typeName": "System.Reflection.ICustomAttributeProvider" + } + ], + "isStatic": false, + "name": "IncludeTypes", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "SoapReflectionImporter", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Net.Http.Headers", + "baseClass": "object", + "attribute": "", + "interfaces": ["ICloneable"], + "fields": [ + { + "typeName": "string", + "name": "Parameter", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "string", + "name": "Scheme", + "comment": "", + "location": "System.Net.Http.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "scheme", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "scheme", "typeName": "string" }, + { "name": "parameter", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "AuthenticationHeaderValue", + "params": [{ "name": "input", "typeName": "string" }], + "isStatic": true, + "name": "Parse", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "input", "typeName": "string" }, + { + "name": "parsedValue", + "typeName": "System.Net.Http.Headers.AuthenticationHeaderValue" + } + ], + "isStatic": true, + "name": "TryParse", + "comment": "", + "location": "System.Net.Http.dll" + } + ], + "name": "AuthenticationHeaderValue", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "namespace": "System.Xml.Serialization", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "schemas", + "typeName": "System.Xml.Serialization.XmlSchemas" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "xmlMembersMapping", + "typeName": "System.Xml.Serialization.XmlMembersMapping" + } + ], + "isStatic": false, + "name": "ExportMembersMapping", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "xmlMembersMapping", + "typeName": "System.Xml.Serialization.XmlMembersMapping" + }, + { "name": "exportEnclosingType", "typeName": "bool" } + ], + "isStatic": false, + "name": "ExportMembersMapping", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "xmlTypeMapping", + "typeName": "System.Xml.Serialization.XmlTypeMapping" + } + ], + "isStatic": false, + "name": "ExportTypeMapping", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "SoapSchemaExporter", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml.Serialization", + "baseClass": "System.Xml.Serialization.SchemaImporter", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "schemas", + "typeName": "System.Xml.Serialization.XmlSchemas" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "schemas", + "typeName": "System.Xml.Serialization.XmlSchemas" + }, + { + "name": "options", + "typeName": "System.Xml.Serialization.CodeGenerationOptions" + }, + { + "name": "codeProvider", + "typeName": "System.CodeDom.Compiler.CodeDomProvider" + }, + { + "name": "context", + "typeName": "System.Xml.Serialization.ImportContext" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "schemas", + "typeName": "System.Xml.Serialization.XmlSchemas" + }, + { + "name": "options", + "typeName": "System.Xml.Serialization.CodeGenerationOptions" + }, + { + "name": "context", + "typeName": "System.Xml.Serialization.ImportContext" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "schemas", + "typeName": "System.Xml.Serialization.XmlSchemas" + }, + { + "name": "typeIdentifiers", + "typeName": "System.Xml.Serialization.CodeIdentifiers" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "schemas", + "typeName": "System.Xml.Serialization.XmlSchemas" + }, + { + "name": "typeIdentifiers", + "typeName": "System.Xml.Serialization.CodeIdentifiers" + }, + { + "name": "options", + "typeName": "System.Xml.Serialization.CodeGenerationOptions" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlTypeMapping", + "params": [ + { "name": "name", "typeName": "System.Xml.XmlQualifiedName" }, + { "name": "baseType", "typeName": "System.Type" }, + { "name": "baseTypeCanBeIndirect", "typeName": "bool" } + ], + "isStatic": false, + "name": "ImportDerivedTypeMapping", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlMembersMapping", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "ns", "typeName": "string" }, + { + "name": "member", + "typeName": "System.Xml.Serialization.SoapSchemaMember" + } + ], + "isStatic": false, + "name": "ImportMembersMapping", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlMembersMapping", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "ns", "typeName": "string" }, + { + "name": "members", + "typeName": "System.Xml.Serialization.SoapSchemaMember[]" + } + ], + "isStatic": false, + "name": "ImportMembersMapping", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlMembersMapping", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "ns", "typeName": "string" }, + { + "name": "members", + "typeName": "System.Xml.Serialization.SoapSchemaMember[]" + }, + { "name": "hasWrapperElement", "typeName": "bool" } + ], + "isStatic": false, + "name": "ImportMembersMapping", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlMembersMapping", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "ns", "typeName": "string" }, + { + "name": "members", + "typeName": "System.Xml.Serialization.SoapSchemaMember[]" + }, + { "name": "hasWrapperElement", "typeName": "bool" }, + { "name": "baseType", "typeName": "System.Type" }, + { "name": "baseTypeCanBeIndirect", "typeName": "bool" } + ], + "isStatic": false, + "name": "ImportMembersMapping", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "SoapSchemaImporter", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml.Serialization", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "MemberName", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlQualifiedName", + "name": "MemberType", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "SoapSchemaMember", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Net.Http.Headers", + "baseClass": "object", + "attribute": "", + "interfaces": ["ICloneable"], + "fields": [ + { + "typeName": "System.Collections.Generic.ICollection", + "name": "Extensions", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "System.TimeSpan?", + "name": "MaxAge", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "bool", + "name": "MaxStale", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "System.TimeSpan?", + "name": "MaxStaleLimit", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "System.TimeSpan?", + "name": "MinFresh", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "bool", + "name": "MustRevalidate", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "bool", + "name": "NoCache", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "System.Collections.Generic.ICollection", + "name": "NoCacheHeaders", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "bool", + "name": "NoStore", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "bool", + "name": "NoTransform", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "bool", + "name": "OnlyIfCached", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "bool", + "name": "Private", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "System.Collections.Generic.ICollection", + "name": "PrivateHeaders", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "bool", + "name": "ProxyRevalidate", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "bool", + "name": "Public", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "System.TimeSpan?", + "name": "SharedMaxAge", + "comment": "", + "location": "System.Net.Http.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "CacheControlHeaderValue", + "params": [{ "name": "input", "typeName": "string" }], + "isStatic": true, + "name": "Parse", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "input", "typeName": "string" }, + { + "name": "parsedValue", + "typeName": "System.Net.Http.Headers.CacheControlHeaderValue" + } + ], + "isStatic": true, + "name": "TryParse", + "comment": "", + "location": "System.Net.Http.dll" + } + ], + "name": "CacheControlHeaderValue", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "namespace": "System.Xml.Serialization", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "bool", + "name": "IncludeInSchema", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "Namespace", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "TypeName", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "typeName", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "typeName", "typeName": "string" }, + { "name": "ns", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "SoapTypeAttribute", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Net.Http.Headers", + "baseClass": "object", + "attribute": "", + "interfaces": ["ICloneable"], + "fields": [ + { + "typeName": "System.DateTimeOffset?", + "name": "CreationDate", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "string", + "name": "DispositionType", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "string", + "name": "FileName", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "string", + "name": "FileNameStar", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "System.DateTimeOffset?", + "name": "ModificationDate", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "System.Collections.Generic.ICollection", + "name": "Parameters", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "System.DateTimeOffset?", + "name": "ReadDate", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "long?", + "name": "Size", + "comment": "", + "location": "System.Net.Http.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "dispositionType", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "ContentDispositionHeaderValue", + "params": [{ "name": "input", "typeName": "string" }], + "isStatic": true, + "name": "Parse", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "input", "typeName": "string" }, + { + "name": "parsedValue", + "typeName": "System.Net.Http.Headers.ContentDispositionHeaderValue" + } + ], + "isStatic": true, + "name": "TryParse", + "comment": "", + "location": "System.Net.Http.dll" + } + ], + "name": "ContentDispositionHeaderValue", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "namespace": "System.Net.Http.Headers", + "baseClass": "object", + "attribute": "", + "interfaces": ["ICloneable"], + "fields": [ + { + "typeName": "long?", + "name": "From", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "bool", + "name": "HasLength", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "bool", + "name": "HasRange", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "long?", + "name": "Length", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "long?", + "name": "To", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "string", + "name": "Unit", + "comment": "", + "location": "System.Net.Http.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "length", "typeName": "long" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "from", "typeName": "long" }, + { "name": "to", "typeName": "long" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "from", "typeName": "long" }, + { "name": "to", "typeName": "long" }, + { "name": "length", "typeName": "long" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "ContentRangeHeaderValue", + "params": [{ "name": "input", "typeName": "string" }], + "isStatic": true, + "name": "Parse", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "input", "typeName": "string" }, + { + "name": "parsedValue", + "typeName": "System.Net.Http.Headers.ContentRangeHeaderValue" + } + ], + "isStatic": true, + "name": "TryParse", + "comment": "", + "location": "System.Net.Http.dll" + } + ], + "name": "ContentRangeHeaderValue", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "namespace": "System.Net.Http.Headers", + "baseClass": "object", + "attribute": "", + "interfaces": ["ICloneable"], + "fields": [ + { + "typeName": "System.Net.Http.Headers.EntityTagHeaderValue", + "name": "Any", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "bool", + "name": "IsWeak", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "string", + "name": "Tag", + "comment": "", + "location": "System.Net.Http.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "tag", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "tag", "typeName": "string" }, + { "name": "isWeak", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "EntityTagHeaderValue", + "params": [{ "name": "input", "typeName": "string" }], + "isStatic": true, + "name": "Parse", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "input", "typeName": "string" }, + { + "name": "parsedValue", + "typeName": "System.Net.Http.Headers.EntityTagHeaderValue" + } + ], + "isStatic": true, + "name": "TryParse", + "comment": "", + "location": "System.Net.Http.dll" + } + ], + "name": "EntityTagHeaderValue", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "namespace": "System.Net.Http.Headers", + "baseClass": "System.Net.Http.Headers.HttpHeaders", + "attribute": "", + "interfaces": ["IEnumerable", "IEnumerable"], + "fields": [ + { + "typeName": "System.Collections.Generic.ICollection", + "name": "Allow", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "System.Net.Http.Headers.ContentDispositionHeaderValue", + "name": "ContentDisposition", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "System.Collections.Generic.ICollection", + "name": "ContentEncoding", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "System.Collections.Generic.ICollection", + "name": "ContentLanguage", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "long?", + "name": "ContentLength", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "System.Uri", + "name": "ContentLocation", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "byte[]", + "name": "ContentMD5", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "System.Net.Http.Headers.ContentRangeHeaderValue", + "name": "ContentRange", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "System.Net.Http.Headers.MediaTypeHeaderValue", + "name": "ContentType", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "System.DateTimeOffset?", + "name": "Expires", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "System.DateTimeOffset?", + "name": "LastModified", + "comment": "", + "location": "System.Net.Http.dll" + } + ], + "methods": [], + "name": "HttpContentHeaders", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "namespace": "System.Net.Http.Headers", + "baseClass": "object", + "attribute": "", + "interfaces": ["IEnumerable", "IEnumerable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { + "name": "values", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "value", "typeName": "string" } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Clear", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "Contains", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "IEnumerator", + "params": [], + "isStatic": false, + "name": "GetEnumerator", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "GetValues", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "name", "typeName": "string" }, + { + "name": "values", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": false, + "name": "TryAddWithoutValidation", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "value", "typeName": "string" } + ], + "isStatic": false, + "name": "TryAddWithoutValidation", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "name", "typeName": "string" }, + { + "name": "values", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": false, + "name": "TryGetValues", + "comment": "", + "location": "System.Net.Http.dll" + } + ], + "name": "HttpHeaders", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "namespace": "System.Xml.Serialization", + "baseClass": "System.EventArgs", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "UnreferencedId", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "object", + "name": "UnreferencedObject", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "o", "typeName": "object" }, + { "name": "id", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "UnreferencedObjectEventArgs", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Net.Http.Headers", + "baseClass": "object", + "attribute": "", + "interfaces": ["ICollection", "IEnumerable", "IEnumerable"], + "fields": [ + { + "typeName": "int", + "name": "Count", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "bool", + "name": "IsReadOnly", + "comment": "", + "location": "System.Net.Http.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "item", "typeName": "T" }], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Clear", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "item", "typeName": "T" }], + "isStatic": false, + "name": "Contains", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "array", "typeName": "T[]" }, + { "name": "arrayIndex", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "IEnumerator", + "params": [], + "isStatic": false, + "name": "GetEnumerator", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "input", "typeName": "string" }], + "isStatic": false, + "name": "ParseAdd", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "item", "typeName": "T" }], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "input", "typeName": "string" }], + "isStatic": false, + "name": "TryParseAdd", + "comment": "", + "location": "System.Net.Http.dll" + } + ], + "name": "HttpHeaderValueCollection", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "namespace": "System.Xml.Serialization", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "sender", "typeName": "object" }, + { + "name": "e", + "typeName": "System.Xml.Serialization.UnreferencedObjectEventArgs" + } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "sender", "typeName": "object" }, + { + "name": "e", + "typeName": "System.Xml.Serialization.UnreferencedObjectEventArgs" + }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "UnreferencedObjectEventHandler", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Net.Http.Headers", + "baseClass": "System.Net.Http.Headers.HttpHeaders", + "attribute": "", + "interfaces": ["IEnumerable", "IEnumerable"], + "fields": [ + { + "typeName": "System.Net.Http.Headers.HttpHeaderValueCollection", + "name": "Accept", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "System.Net.Http.Headers.HttpHeaderValueCollection", + "name": "AcceptCharset", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "System.Net.Http.Headers.HttpHeaderValueCollection", + "name": "AcceptEncoding", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "System.Net.Http.Headers.HttpHeaderValueCollection", + "name": "AcceptLanguage", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "System.Net.Http.Headers.AuthenticationHeaderValue", + "name": "Authorization", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "System.Net.Http.Headers.CacheControlHeaderValue", + "name": "CacheControl", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "System.Net.Http.Headers.HttpHeaderValueCollection", + "name": "Connection", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "bool?", + "name": "ConnectionClose", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "System.DateTimeOffset?", + "name": "Date", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "System.Net.Http.Headers.HttpHeaderValueCollection", + "name": "Expect", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "bool?", + "name": "ExpectContinue", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "string", + "name": "From", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "string", + "name": "Host", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "System.Net.Http.Headers.HttpHeaderValueCollection", + "name": "IfMatch", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "System.DateTimeOffset?", + "name": "IfModifiedSince", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "System.Net.Http.Headers.HttpHeaderValueCollection", + "name": "IfNoneMatch", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "System.Net.Http.Headers.RangeConditionHeaderValue", + "name": "IfRange", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "System.DateTimeOffset?", + "name": "IfUnmodifiedSince", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "int?", + "name": "MaxForwards", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "System.Net.Http.Headers.HttpHeaderValueCollection", + "name": "Pragma", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "System.Net.Http.Headers.AuthenticationHeaderValue", + "name": "ProxyAuthorization", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "System.Net.Http.Headers.RangeHeaderValue", + "name": "Range", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "System.Uri", + "name": "Referrer", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "System.Net.Http.Headers.HttpHeaderValueCollection", + "name": "TE", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "System.Net.Http.Headers.HttpHeaderValueCollection", + "name": "Trailer", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "System.Net.Http.Headers.HttpHeaderValueCollection", + "name": "TransferEncoding", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "bool?", + "name": "TransferEncodingChunked", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "System.Net.Http.Headers.HttpHeaderValueCollection", + "name": "Upgrade", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "System.Net.Http.Headers.HttpHeaderValueCollection", + "name": "UserAgent", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "System.Net.Http.Headers.HttpHeaderValueCollection", + "name": "Via", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "System.Net.Http.Headers.HttpHeaderValueCollection", + "name": "Warning", + "comment": "", + "location": "System.Net.Http.dll" + } + ], + "methods": [], + "name": "HttpRequestHeaders", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "namespace": "System.Xml.Serialization", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlAnyAttributeAttribute", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml.Serialization", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "Namespace", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "int", + "name": "Order", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "ns", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlAnyElementAttribute", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml.Serialization", + "baseClass": "System.Collections.CollectionBase", + "attribute": "", + "interfaces": ["IList", "ICollection", "IEnumerable"], + "fields": [ + { + "typeName": "System.Xml.Serialization.XmlAnyElementAttribute", + "name": "this[]", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "attribute", + "typeName": "System.Xml.Serialization.XmlAnyElementAttribute" + } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "attribute", + "typeName": "System.Xml.Serialization.XmlAnyElementAttribute" + } + ], + "isStatic": false, + "name": "Contains", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "array", + "typeName": "System.Xml.Serialization.XmlAnyElementAttribute[]" + }, + { "name": "index", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "attribute", + "typeName": "System.Xml.Serialization.XmlAnyElementAttribute" + } + ], + "isStatic": false, + "name": "IndexOf", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { + "name": "attribute", + "typeName": "System.Xml.Serialization.XmlAnyElementAttribute" + } + ], + "isStatic": false, + "name": "Insert", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "attribute", + "typeName": "System.Xml.Serialization.XmlAnyElementAttribute" + } + ], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlAnyElementAttributes", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Net.Http.Headers", + "baseClass": "System.Net.Http.Headers.HttpHeaders", + "attribute": "", + "interfaces": ["IEnumerable", "IEnumerable"], + "fields": [ + { + "typeName": "System.Net.Http.Headers.HttpHeaderValueCollection", + "name": "AcceptRanges", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "System.TimeSpan?", + "name": "Age", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "System.Net.Http.Headers.CacheControlHeaderValue", + "name": "CacheControl", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "System.Net.Http.Headers.HttpHeaderValueCollection", + "name": "Connection", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "bool?", + "name": "ConnectionClose", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "System.DateTimeOffset?", + "name": "Date", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "System.Net.Http.Headers.EntityTagHeaderValue", + "name": "ETag", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "System.Uri", + "name": "Location", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "System.Net.Http.Headers.HttpHeaderValueCollection", + "name": "Pragma", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "System.Net.Http.Headers.HttpHeaderValueCollection", + "name": "ProxyAuthenticate", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "System.Net.Http.Headers.RetryConditionHeaderValue", + "name": "RetryAfter", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "System.Net.Http.Headers.HttpHeaderValueCollection", + "name": "Server", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "System.Net.Http.Headers.HttpHeaderValueCollection", + "name": "Trailer", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "System.Net.Http.Headers.HttpHeaderValueCollection", + "name": "TransferEncoding", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "bool?", + "name": "TransferEncodingChunked", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "System.Net.Http.Headers.HttpHeaderValueCollection", + "name": "Upgrade", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "System.Net.Http.Headers.HttpHeaderValueCollection", + "name": "Vary", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "System.Net.Http.Headers.HttpHeaderValueCollection", + "name": "Via", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "System.Net.Http.Headers.HttpHeaderValueCollection", + "name": "Warning", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "System.Net.Http.Headers.HttpHeaderValueCollection", + "name": "WwwAuthenticate", + "comment": "", + "location": "System.Net.Http.dll" + } + ], + "methods": [], + "name": "HttpResponseHeaders", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "namespace": "System.Xml.Serialization", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "string", + "name": "ElementName", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlSchemaForm", + "name": "Form", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "bool", + "name": "IsNullable", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "Namespace", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "int", + "name": "Order", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "elementName", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlArrayAttribute", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Net.Http.Headers", + "baseClass": "object", + "attribute": "", + "interfaces": ["ICloneable"], + "fields": [ + { + "typeName": "string", + "name": "CharSet", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "string", + "name": "MediaType", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "System.Collections.Generic.ICollection", + "name": "Parameters", + "comment": "", + "location": "System.Net.Http.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "mediaType", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "MediaTypeHeaderValue", + "params": [{ "name": "input", "typeName": "string" }], + "isStatic": true, + "name": "Parse", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "input", "typeName": "string" }, + { + "name": "parsedValue", + "typeName": "System.Net.Http.Headers.MediaTypeHeaderValue" + } + ], + "isStatic": true, + "name": "TryParse", + "comment": "", + "location": "System.Net.Http.dll" + } + ], + "name": "MediaTypeHeaderValue", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "namespace": "System.Xml.Serialization", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "string", + "name": "DataType", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "ElementName", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlSchemaForm", + "name": "Form", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "bool", + "name": "IsNullable", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "Namespace", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "int", + "name": "NestingLevel", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Type", + "name": "Type", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "elementName", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "elementName", "typeName": "string" }, + { "name": "type", "typeName": "System.Type" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "type", "typeName": "System.Type" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlArrayItemAttribute", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Net.Http.Headers", + "baseClass": "System.Net.Http.Headers.MediaTypeHeaderValue", + "attribute": "", + "interfaces": ["ICloneable"], + "fields": [ + { + "typeName": "double?", + "name": "Quality", + "comment": "", + "location": "System.Net.Http.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "mediaType", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "mediaType", "typeName": "string" }, + { "name": "quality", "typeName": "double" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "MediaTypeWithQualityHeaderValue", + "params": [{ "name": "input", "typeName": "string" }], + "isStatic": true, + "name": "Parse", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "input", "typeName": "string" }, + { + "name": "parsedValue", + "typeName": "System.Net.Http.Headers.MediaTypeWithQualityHeaderValue" + } + ], + "isStatic": true, + "name": "TryParse", + "comment": "", + "location": "System.Net.Http.dll" + } + ], + "name": "MediaTypeWithQualityHeaderValue", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "namespace": "System.Xml.Serialization", + "baseClass": "System.Collections.CollectionBase", + "attribute": "", + "interfaces": ["IList", "ICollection", "IEnumerable"], + "fields": [ + { + "typeName": "System.Xml.Serialization.XmlArrayItemAttribute", + "name": "this[]", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "attribute", + "typeName": "System.Xml.Serialization.XmlArrayItemAttribute" + } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "attribute", + "typeName": "System.Xml.Serialization.XmlArrayItemAttribute" + } + ], + "isStatic": false, + "name": "Contains", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "array", + "typeName": "System.Xml.Serialization.XmlArrayItemAttribute[]" + }, + { "name": "index", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "attribute", + "typeName": "System.Xml.Serialization.XmlArrayItemAttribute" + } + ], + "isStatic": false, + "name": "IndexOf", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { + "name": "attribute", + "typeName": "System.Xml.Serialization.XmlArrayItemAttribute" + } + ], + "isStatic": false, + "name": "Insert", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "attribute", + "typeName": "System.Xml.Serialization.XmlArrayItemAttribute" + } + ], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlArrayItemAttributes", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Net.Http.Headers", + "baseClass": "object", + "attribute": "", + "interfaces": ["ICloneable"], + "fields": [ + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "string", + "name": "Value", + "comment": "", + "location": "System.Net.Http.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "value", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "NameValueHeaderValue", + "params": [{ "name": "input", "typeName": "string" }], + "isStatic": true, + "name": "Parse", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "input", "typeName": "string" }, + { + "name": "parsedValue", + "typeName": "System.Net.Http.Headers.NameValueHeaderValue" + } + ], + "isStatic": true, + "name": "TryParse", + "comment": "", + "location": "System.Net.Http.dll" + } + ], + "name": "NameValueHeaderValue", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "namespace": "System.Net.Http.Headers", + "baseClass": "System.Net.Http.Headers.NameValueHeaderValue", + "attribute": "", + "interfaces": ["ICloneable"], + "fields": [ + { + "typeName": "System.Collections.Generic.ICollection", + "name": "Parameters", + "comment": "", + "location": "System.Net.Http.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "value", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "NameValueWithParametersHeaderValue", + "params": [{ "name": "input", "typeName": "string" }], + "isStatic": true, + "name": "Parse", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "input", "typeName": "string" }, + { + "name": "parsedValue", + "typeName": "System.Net.Http.Headers.NameValueWithParametersHeaderValue" + } + ], + "isStatic": true, + "name": "TryParse", + "comment": "", + "location": "System.Net.Http.dll" + } + ], + "name": "NameValueWithParametersHeaderValue", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "namespace": "System.Net.Http.Headers", + "baseClass": "object", + "attribute": "", + "interfaces": ["ICloneable"], + "fields": [ + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "string", + "name": "Version", + "comment": "", + "location": "System.Net.Http.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "version", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "ProductHeaderValue", + "params": [{ "name": "input", "typeName": "string" }], + "isStatic": true, + "name": "Parse", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "input", "typeName": "string" }, + { + "name": "parsedValue", + "typeName": "System.Net.Http.Headers.ProductHeaderValue" + } + ], + "isStatic": true, + "name": "TryParse", + "comment": "", + "location": "System.Net.Http.dll" + } + ], + "name": "ProductHeaderValue", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "namespace": "System.Net.Http.Headers", + "baseClass": "object", + "attribute": "", + "interfaces": ["ICloneable"], + "fields": [ + { + "typeName": "string", + "name": "Comment", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "System.Net.Http.Headers.ProductHeaderValue", + "name": "Product", + "comment": "", + "location": "System.Net.Http.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "product", + "typeName": "System.Net.Http.Headers.ProductHeaderValue" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "comment", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "productName", "typeName": "string" }, + { "name": "productVersion", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "ProductInfoHeaderValue", + "params": [{ "name": "input", "typeName": "string" }], + "isStatic": true, + "name": "Parse", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "input", "typeName": "string" }, + { + "name": "parsedValue", + "typeName": "System.Net.Http.Headers.ProductInfoHeaderValue" + } + ], + "isStatic": true, + "name": "TryParse", + "comment": "", + "location": "System.Net.Http.dll" + } + ], + "name": "ProductInfoHeaderValue", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "namespace": "System.Net.Http.Headers", + "baseClass": "object", + "attribute": "", + "interfaces": ["ICloneable"], + "fields": [ + { + "typeName": "System.DateTimeOffset?", + "name": "Date", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "System.Net.Http.Headers.EntityTagHeaderValue", + "name": "EntityTag", + "comment": "", + "location": "System.Net.Http.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "date", "typeName": "System.DateTimeOffset" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "entityTag", + "typeName": "System.Net.Http.Headers.EntityTagHeaderValue" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "entityTag", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "RangeConditionHeaderValue", + "params": [{ "name": "input", "typeName": "string" }], + "isStatic": true, + "name": "Parse", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "input", "typeName": "string" }, + { + "name": "parsedValue", + "typeName": "System.Net.Http.Headers.RangeConditionHeaderValue" + } + ], + "isStatic": true, + "name": "TryParse", + "comment": "", + "location": "System.Net.Http.dll" + } + ], + "name": "RangeConditionHeaderValue", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "namespace": "System.Xml.Serialization", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "string", + "name": "AttributeName", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "DataType", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlSchemaForm", + "name": "Form", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "Namespace", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Type", + "name": "Type", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "attributeName", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "attributeName", "typeName": "string" }, + { "name": "type", "typeName": "System.Type" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "type", "typeName": "System.Type" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlAttributeAttribute", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml.Serialization", + "baseClass": "System.EventArgs", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Xml.XmlAttribute", + "name": "Attr", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "ExpectedAttributes", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "int", + "name": "LineNumber", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "int", + "name": "LinePosition", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "object", + "name": "ObjectBeingDeserialized", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [], + "name": "XmlAttributeEventArgs", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml.Serialization", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "sender", "typeName": "object" }, + { + "name": "e", + "typeName": "System.Xml.Serialization.XmlAttributeEventArgs" + } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "sender", "typeName": "object" }, + { + "name": "e", + "typeName": "System.Xml.Serialization.XmlAttributeEventArgs" + }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlAttributeEventHandler", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Net.Http.Headers", + "baseClass": "object", + "attribute": "", + "interfaces": ["ICloneable"], + "fields": [ + { + "typeName": "System.Collections.Generic.ICollection", + "name": "Ranges", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "string", + "name": "Unit", + "comment": "", + "location": "System.Net.Http.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "from", "typeName": "long?" }, + { "name": "to", "typeName": "long?" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "RangeHeaderValue", + "params": [{ "name": "input", "typeName": "string" }], + "isStatic": true, + "name": "Parse", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "input", "typeName": "string" }, + { + "name": "parsedValue", + "typeName": "System.Net.Http.Headers.RangeHeaderValue" + } + ], + "isStatic": true, + "name": "TryParse", + "comment": "", + "location": "System.Net.Http.dll" + } + ], + "name": "RangeHeaderValue", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "namespace": "System.Xml.Serialization", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Xml.Serialization.XmlAttributes", + "name": "this[]", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Serialization.XmlAttributes", + "name": "this[]", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { "name": "member", "typeName": "string" }, + { + "name": "attributes", + "typeName": "System.Xml.Serialization.XmlAttributes" + } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { + "name": "attributes", + "typeName": "System.Xml.Serialization.XmlAttributes" + } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlAttributeOverrides", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Net.Http.Headers", + "baseClass": "object", + "attribute": "", + "interfaces": ["ICloneable"], + "fields": [ + { + "typeName": "long?", + "name": "From", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "long?", + "name": "To", + "comment": "", + "location": "System.Net.Http.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "from", "typeName": "long?" }, + { "name": "to", "typeName": "long?" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.Net.Http.dll" + } + ], + "name": "RangeItemHeaderValue", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "namespace": "System.Net.Http.Headers", + "baseClass": "object", + "attribute": "", + "interfaces": ["ICloneable"], + "fields": [ + { + "typeName": "System.DateTimeOffset?", + "name": "Date", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "System.TimeSpan?", + "name": "Delta", + "comment": "", + "location": "System.Net.Http.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "date", "typeName": "System.DateTimeOffset" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "delta", "typeName": "System.TimeSpan" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "RetryConditionHeaderValue", + "params": [{ "name": "input", "typeName": "string" }], + "isStatic": true, + "name": "Parse", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "input", "typeName": "string" }, + { + "name": "parsedValue", + "typeName": "System.Net.Http.Headers.RetryConditionHeaderValue" + } + ], + "isStatic": true, + "name": "TryParse", + "comment": "", + "location": "System.Net.Http.dll" + } + ], + "name": "RetryConditionHeaderValue", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "namespace": "System.Xml.Serialization", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Xml.Serialization.XmlAnyAttributeAttribute", + "name": "XmlAnyAttribute", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Serialization.XmlAnyElementAttributes", + "name": "XmlAnyElements", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Serialization.XmlArrayAttribute", + "name": "XmlArray", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Serialization.XmlArrayItemAttributes", + "name": "XmlArrayItems", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Serialization.XmlAttributeAttribute", + "name": "XmlAttribute", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Serialization.XmlChoiceIdentifierAttribute", + "name": "XmlChoiceIdentifier", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "object", + "name": "XmlDefaultValue", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Serialization.XmlElementAttributes", + "name": "XmlElements", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Serialization.XmlEnumAttribute", + "name": "XmlEnum", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "bool", + "name": "XmlIgnore", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "bool", + "name": "Xmlns", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Serialization.XmlRootAttribute", + "name": "XmlRoot", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Serialization.XmlTextAttribute", + "name": "XmlText", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Serialization.XmlTypeAttribute", + "name": "XmlType", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "provider", + "typeName": "System.Reflection.ICustomAttributeProvider" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlAttributes", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Net.Http.Headers", + "baseClass": "object", + "attribute": "", + "interfaces": ["ICloneable"], + "fields": [ + { + "typeName": "double?", + "name": "Quality", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "string", + "name": "Value", + "comment": "", + "location": "System.Net.Http.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "string" }, + { "name": "quality", "typeName": "double" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "StringWithQualityHeaderValue", + "params": [{ "name": "input", "typeName": "string" }], + "isStatic": true, + "name": "Parse", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "input", "typeName": "string" }, + { + "name": "parsedValue", + "typeName": "System.Net.Http.Headers.StringWithQualityHeaderValue" + } + ], + "isStatic": true, + "name": "TryParse", + "comment": "", + "location": "System.Net.Http.dll" + } + ], + "name": "StringWithQualityHeaderValue", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "namespace": "System.Xml.Serialization", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "string", + "name": "MemberName", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlChoiceIdentifierAttribute", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml.Serialization", + "baseClass": "System.Xml.Serialization.CodeExporter", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "codeNamespace", + "typeName": "System.CodeDom.CodeNamespace" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "codeNamespace", + "typeName": "System.CodeDom.CodeNamespace" + }, + { + "name": "codeCompileUnit", + "typeName": "System.CodeDom.CodeCompileUnit" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "codeNamespace", + "typeName": "System.CodeDom.CodeNamespace" + }, + { + "name": "codeCompileUnit", + "typeName": "System.CodeDom.CodeCompileUnit" + }, + { + "name": "codeProvider", + "typeName": "System.CodeDom.Compiler.CodeDomProvider" + }, + { + "name": "options", + "typeName": "System.Xml.Serialization.CodeGenerationOptions" + }, + { "name": "mappings", "typeName": "System.Collections.Hashtable" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "codeNamespace", + "typeName": "System.CodeDom.CodeNamespace" + }, + { + "name": "codeCompileUnit", + "typeName": "System.CodeDom.CodeCompileUnit" + }, + { + "name": "options", + "typeName": "System.Xml.Serialization.CodeGenerationOptions" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "codeNamespace", + "typeName": "System.CodeDom.CodeNamespace" + }, + { + "name": "codeCompileUnit", + "typeName": "System.CodeDom.CodeCompileUnit" + }, + { + "name": "options", + "typeName": "System.Xml.Serialization.CodeGenerationOptions" + }, + { "name": "mappings", "typeName": "System.Collections.Hashtable" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "metadata", + "typeName": "System.CodeDom.CodeAttributeDeclarationCollection" + }, + { + "name": "member", + "typeName": "System.Xml.Serialization.XmlMemberMapping" + }, + { "name": "ns", "typeName": "string" } + ], + "isStatic": false, + "name": "AddMappingMetadata", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "metadata", + "typeName": "System.CodeDom.CodeAttributeDeclarationCollection" + }, + { + "name": "member", + "typeName": "System.Xml.Serialization.XmlMemberMapping" + }, + { "name": "ns", "typeName": "string" }, + { "name": "forceUseMemberName", "typeName": "bool" } + ], + "isStatic": false, + "name": "AddMappingMetadata", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "metadata", + "typeName": "System.CodeDom.CodeAttributeDeclarationCollection" + }, + { + "name": "mapping", + "typeName": "System.Xml.Serialization.XmlTypeMapping" + }, + { "name": "ns", "typeName": "string" } + ], + "isStatic": false, + "name": "AddMappingMetadata", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "xmlMembersMapping", + "typeName": "System.Xml.Serialization.XmlMembersMapping" + } + ], + "isStatic": false, + "name": "ExportMembersMapping", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "xmlTypeMapping", + "typeName": "System.Xml.Serialization.XmlTypeMapping" + } + ], + "isStatic": false, + "name": "ExportTypeMapping", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlCodeExporter", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml.Serialization", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Xml.Serialization.XmlAttributeEventHandler", + "name": "OnUnknownAttribute", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Serialization.XmlElementEventHandler", + "name": "OnUnknownElement", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Serialization.XmlNodeEventHandler", + "name": "OnUnknownNode", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Serialization.UnreferencedObjectEventHandler", + "name": "OnUnreferencedObject", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlDeserializationEvents", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Net.Http.Headers", + "baseClass": "object", + "attribute": "", + "interfaces": ["ICloneable"], + "fields": [ + { + "typeName": "System.Collections.Generic.ICollection", + "name": "Parameters", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "string", + "name": "Value", + "comment": "", + "location": "System.Net.Http.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "TransferCodingHeaderValue", + "params": [{ "name": "input", "typeName": "string" }], + "isStatic": true, + "name": "Parse", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "input", "typeName": "string" }, + { + "name": "parsedValue", + "typeName": "System.Net.Http.Headers.TransferCodingHeaderValue" + } + ], + "isStatic": true, + "name": "TryParse", + "comment": "", + "location": "System.Net.Http.dll" + } + ], + "name": "TransferCodingHeaderValue", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "namespace": "System.Net.Http.Headers", + "baseClass": "System.Net.Http.Headers.TransferCodingHeaderValue", + "attribute": "", + "interfaces": ["ICloneable"], + "fields": [ + { + "typeName": "double?", + "name": "Quality", + "comment": "", + "location": "System.Net.Http.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "string" }, + { "name": "quality", "typeName": "double" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "TransferCodingWithQualityHeaderValue", + "params": [{ "name": "input", "typeName": "string" }], + "isStatic": true, + "name": "Parse", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "input", "typeName": "string" }, + { + "name": "parsedValue", + "typeName": "System.Net.Http.Headers.TransferCodingWithQualityHeaderValue" + } + ], + "isStatic": true, + "name": "TryParse", + "comment": "", + "location": "System.Net.Http.dll" + } + ], + "name": "TransferCodingWithQualityHeaderValue", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "namespace": "System.Net.Http.Headers", + "baseClass": "object", + "attribute": "", + "interfaces": ["ICloneable"], + "fields": [ + { + "typeName": "string", + "name": "Comment", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "string", + "name": "ProtocolName", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "string", + "name": "ProtocolVersion", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "string", + "name": "ReceivedBy", + "comment": "", + "location": "System.Net.Http.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "protocolVersion", "typeName": "string" }, + { "name": "receivedBy", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "protocolVersion", "typeName": "string" }, + { "name": "receivedBy", "typeName": "string" }, + { "name": "protocolName", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "protocolVersion", "typeName": "string" }, + { "name": "receivedBy", "typeName": "string" }, + { "name": "protocolName", "typeName": "string" }, + { "name": "comment", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "ViaHeaderValue", + "params": [{ "name": "input", "typeName": "string" }], + "isStatic": true, + "name": "Parse", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "input", "typeName": "string" }, + { + "name": "parsedValue", + "typeName": "System.Net.Http.Headers.ViaHeaderValue" + } + ], + "isStatic": true, + "name": "TryParse", + "comment": "", + "location": "System.Net.Http.dll" + } + ], + "name": "ViaHeaderValue", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "namespace": "System.Net.Http.Headers", + "baseClass": "object", + "attribute": "", + "interfaces": ["ICloneable"], + "fields": [ + { + "typeName": "string", + "name": "Agent", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "int", + "name": "Code", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "System.DateTimeOffset?", + "name": "Date", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "string", + "name": "Text", + "comment": "", + "location": "System.Net.Http.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "code", "typeName": "int" }, + { "name": "agent", "typeName": "string" }, + { "name": "text", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "code", "typeName": "int" }, + { "name": "agent", "typeName": "string" }, + { "name": "text", "typeName": "string" }, + { "name": "date", "typeName": "System.DateTimeOffset" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "WarningHeaderValue", + "params": [{ "name": "input", "typeName": "string" }], + "isStatic": true, + "name": "Parse", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "input", "typeName": "string" }, + { + "name": "parsedValue", + "typeName": "System.Net.Http.Headers.WarningHeaderValue" + } + ], + "isStatic": true, + "name": "TryParse", + "comment": "", + "location": "System.Net.Http.dll" + } + ], + "name": "WarningHeaderValue", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "namespace": "System.Xml.Serialization", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "string", + "name": "DataType", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "ElementName", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlSchemaForm", + "name": "Form", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "bool", + "name": "IsNullable", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "Namespace", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "int", + "name": "Order", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Type", + "name": "Type", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "elementName", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "elementName", "typeName": "string" }, + { "name": "type", "typeName": "System.Type" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "type", "typeName": "System.Type" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlElementAttribute", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml.Serialization", + "baseClass": "System.Collections.CollectionBase", + "attribute": "", + "interfaces": ["IList", "ICollection", "IEnumerable"], + "fields": [ + { + "typeName": "System.Xml.Serialization.XmlElementAttribute", + "name": "this[]", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "attribute", + "typeName": "System.Xml.Serialization.XmlElementAttribute" + } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "attribute", + "typeName": "System.Xml.Serialization.XmlElementAttribute" + } + ], + "isStatic": false, + "name": "Contains", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "array", + "typeName": "System.Xml.Serialization.XmlElementAttribute[]" + }, + { "name": "index", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "attribute", + "typeName": "System.Xml.Serialization.XmlElementAttribute" + } + ], + "isStatic": false, + "name": "IndexOf", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { + "name": "attribute", + "typeName": "System.Xml.Serialization.XmlElementAttribute" + } + ], + "isStatic": false, + "name": "Insert", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "attribute", + "typeName": "System.Xml.Serialization.XmlElementAttribute" + } + ], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlElementAttributes", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml.Serialization", + "baseClass": "System.EventArgs", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Xml.XmlElement", + "name": "Element", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "ExpectedElements", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "int", + "name": "LineNumber", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "int", + "name": "LinePosition", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "object", + "name": "ObjectBeingDeserialized", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [], + "name": "XmlElementEventArgs", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml.Serialization", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "sender", "typeName": "object" }, + { + "name": "e", + "typeName": "System.Xml.Serialization.XmlElementEventArgs" + } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "sender", "typeName": "object" }, + { + "name": "e", + "typeName": "System.Xml.Serialization.XmlElementEventArgs" + }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlElementEventHandler", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml.Serialization", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlEnumAttribute", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml.Serialization", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlIgnoreAttribute", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml.Serialization", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "System.Type", + "name": "Type", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "type", "typeName": "System.Type" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlIncludeAttribute", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Net.Http", + "baseClass": "System.Net.Http.HttpContent", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "content", "typeName": "byte[]" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "content", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Net.Http.dll" + } + ], + "name": "ByteArrayContent", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "namespace": "System.Net.Http", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Net.Http.ClientCertificateOption", + "name": "Automatic", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "System.Net.Http.ClientCertificateOption", + "name": "Manual", + "comment": "", + "location": "System.Net.Http.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Net.Http.ClientCertificateOption", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Net.Http.dll" + } + ], + "name": "ClientCertificateOption", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "namespace": "System.Net.Http", + "baseClass": "System.Net.Http.HttpMessageHandler", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "System.Net.Http.HttpMessageHandler", + "name": "InnerHandler", + "comment": "", + "location": "System.Net.Http.dll" + } + ], + "methods": [], + "name": "DelegatingHandler", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "namespace": "System.Net.Http", + "baseClass": "System.Net.Http.ByteArrayContent", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "nameValueCollection", + "typeName": "System.Collections.Generic.IEnumerable>" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Net.Http.dll" + } + ], + "name": "FormUrlEncodedContent", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "namespace": "System.Net.Http", + "baseClass": "System.Net.Http.HttpMessageInvoker", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "System.Uri", + "name": "BaseAddress", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "System.Net.Http.Headers.HttpRequestHeaders", + "name": "DefaultRequestHeaders", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "long", + "name": "MaxResponseContentBufferSize", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "System.TimeSpan", + "name": "Timeout", + "comment": "", + "location": "System.Net.Http.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "handler", + "typeName": "System.Net.Http.HttpMessageHandler" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "handler", + "typeName": "System.Net.Http.HttpMessageHandler" + }, + { "name": "disposeHandler", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "CancelPendingRequests", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Task", + "params": [{ "name": "requestUri", "typeName": "string" }], + "isStatic": false, + "name": "DeleteAsync", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "requestUri", "typeName": "string" }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": false, + "name": "DeleteAsync", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Task", + "params": [{ "name": "requestUri", "typeName": "System.Uri" }], + "isStatic": false, + "name": "DeleteAsync", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "requestUri", "typeName": "System.Uri" }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": false, + "name": "DeleteAsync", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Task", + "params": [{ "name": "requestUri", "typeName": "string" }], + "isStatic": false, + "name": "GetAsync", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "requestUri", "typeName": "string" }, + { + "name": "completionOption", + "typeName": "System.Net.Http.HttpCompletionOption" + } + ], + "isStatic": false, + "name": "GetAsync", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "requestUri", "typeName": "string" }, + { + "name": "completionOption", + "typeName": "System.Net.Http.HttpCompletionOption" + }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": false, + "name": "GetAsync", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "requestUri", "typeName": "string" }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": false, + "name": "GetAsync", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Task", + "params": [{ "name": "requestUri", "typeName": "System.Uri" }], + "isStatic": false, + "name": "GetAsync", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "requestUri", "typeName": "System.Uri" }, + { + "name": "completionOption", + "typeName": "System.Net.Http.HttpCompletionOption" + } + ], + "isStatic": false, + "name": "GetAsync", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "requestUri", "typeName": "System.Uri" }, + { + "name": "completionOption", + "typeName": "System.Net.Http.HttpCompletionOption" + }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": false, + "name": "GetAsync", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "requestUri", "typeName": "System.Uri" }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": false, + "name": "GetAsync", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Task", + "params": [{ "name": "requestUri", "typeName": "string" }], + "isStatic": false, + "name": "GetByteArrayAsync", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Task", + "params": [{ "name": "requestUri", "typeName": "System.Uri" }], + "isStatic": false, + "name": "GetByteArrayAsync", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Task", + "params": [{ "name": "requestUri", "typeName": "string" }], + "isStatic": false, + "name": "GetStreamAsync", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Task", + "params": [{ "name": "requestUri", "typeName": "System.Uri" }], + "isStatic": false, + "name": "GetStreamAsync", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Task", + "params": [{ "name": "requestUri", "typeName": "string" }], + "isStatic": false, + "name": "GetStringAsync", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Task", + "params": [{ "name": "requestUri", "typeName": "System.Uri" }], + "isStatic": false, + "name": "GetStringAsync", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "requestUri", "typeName": "string" }, + { "name": "content", "typeName": "System.Net.Http.HttpContent" } + ], + "isStatic": false, + "name": "PostAsync", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "requestUri", "typeName": "string" }, + { "name": "content", "typeName": "System.Net.Http.HttpContent" }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": false, + "name": "PostAsync", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "requestUri", "typeName": "System.Uri" }, + { "name": "content", "typeName": "System.Net.Http.HttpContent" } + ], + "isStatic": false, + "name": "PostAsync", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "requestUri", "typeName": "System.Uri" }, + { "name": "content", "typeName": "System.Net.Http.HttpContent" }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": false, + "name": "PostAsync", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "requestUri", "typeName": "string" }, + { "name": "content", "typeName": "System.Net.Http.HttpContent" } + ], + "isStatic": false, + "name": "PutAsync", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "requestUri", "typeName": "string" }, + { "name": "content", "typeName": "System.Net.Http.HttpContent" }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": false, + "name": "PutAsync", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "requestUri", "typeName": "System.Uri" }, + { "name": "content", "typeName": "System.Net.Http.HttpContent" } + ], + "isStatic": false, + "name": "PutAsync", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "requestUri", "typeName": "System.Uri" }, + { "name": "content", "typeName": "System.Net.Http.HttpContent" }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": false, + "name": "PutAsync", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "request", + "typeName": "System.Net.Http.HttpRequestMessage" + } + ], + "isStatic": false, + "name": "SendAsync", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "request", + "typeName": "System.Net.Http.HttpRequestMessage" + }, + { + "name": "completionOption", + "typeName": "System.Net.Http.HttpCompletionOption" + } + ], + "isStatic": false, + "name": "SendAsync", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "request", + "typeName": "System.Net.Http.HttpRequestMessage" + }, + { + "name": "completionOption", + "typeName": "System.Net.Http.HttpCompletionOption" + }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": false, + "name": "SendAsync", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "request", + "typeName": "System.Net.Http.HttpRequestMessage" + }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": false, + "name": "SendAsync", + "comment": "", + "location": "System.Net.Http.dll" + } + ], + "name": "HttpClient", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "namespace": "System.Net.Http", + "baseClass": "System.Net.Http.HttpMessageHandler", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "bool", + "name": "AllowAutoRedirect", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "System.Net.DecompressionMethods", + "name": "AutomaticDecompression", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "bool", + "name": "CheckCertificateRevocationList", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "System.Net.Http.ClientCertificateOption", + "name": "ClientCertificateOptions", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.X509CertificateCollection", + "name": "ClientCertificates", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "System.Net.CookieContainer", + "name": "CookieContainer", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "System.Net.ICredentials", + "name": "Credentials", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "System.Net.ICredentials", + "name": "DefaultProxyCredentials", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "int", + "name": "MaxAutomaticRedirections", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "int", + "name": "MaxConnectionsPerServer", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "long", + "name": "MaxRequestContentBufferSize", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "int", + "name": "MaxResponseHeadersLength", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "bool", + "name": "PreAuthenticate", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "System.Collections.Generic.IDictionary", + "name": "Properties", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "System.Net.IWebProxy", + "name": "Proxy", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "System.Func", + "name": "ServerCertificateCustomValidationCallback", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "System.Security.Authentication.SslProtocols", + "name": "SslProtocols", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "bool", + "name": "SupportsAutomaticDecompression", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "bool", + "name": "SupportsProxy", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "bool", + "name": "SupportsRedirectConfiguration", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "bool", + "name": "UseCookies", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "bool", + "name": "UseDefaultCredentials", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "bool", + "name": "UseProxy", + "comment": "", + "location": "System.Net.Http.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Net.Http.dll" + } + ], + "name": "HttpClientHandler", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "namespace": "System.Net.Http", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Net.Http.HttpCompletionOption", + "name": "ResponseContentRead", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "System.Net.Http.HttpCompletionOption", + "name": "ResponseHeadersRead", + "comment": "", + "location": "System.Net.Http.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Net.Http.HttpCompletionOption", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Net.Http.dll" + } + ], + "name": "HttpCompletionOption", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "namespace": "System.Net.Http", + "baseClass": "object", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "System.Net.Http.Headers.HttpContentHeaders", + "name": "Headers", + "comment": "", + "location": "System.Net.Http.dll" + } + ], + "methods": [ + { + "returnTypeName": "Task", + "params": [{ "name": "stream", "typeName": "System.IO.Stream" }], + "isStatic": false, + "name": "CopyToAsync", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "stream", "typeName": "System.IO.Stream" }, + { "name": "context", "typeName": "System.Net.TransportContext" } + ], + "isStatic": false, + "name": "CopyToAsync", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Task", + "params": [], + "isStatic": false, + "name": "LoadIntoBufferAsync", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Task", + "params": [{ "name": "maxBufferSize", "typeName": "long" }], + "isStatic": false, + "name": "LoadIntoBufferAsync", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Task", + "params": [], + "isStatic": false, + "name": "ReadAsByteArrayAsync", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Task", + "params": [], + "isStatic": false, + "name": "ReadAsStreamAsync", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Task", + "params": [], + "isStatic": false, + "name": "ReadAsStringAsync", + "comment": "", + "location": "System.Net.Http.dll" + } + ], + "name": "HttpContent", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "namespace": "System.Net.Http", + "baseClass": "object", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "", + "location": "System.Net.Http.dll" + } + ], + "name": "HttpMessageHandler", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "namespace": "System.Xml.Serialization", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "ElementName", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "Namespace", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "XsdElementName", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "key", "typeName": "string" }], + "isStatic": false, + "name": "SetKey", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlMapping", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Net.Http", + "baseClass": "object", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "handler", + "typeName": "System.Net.Http.HttpMessageHandler" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "handler", + "typeName": "System.Net.Http.HttpMessageHandler" + }, + { "name": "disposeHandler", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "request", + "typeName": "System.Net.Http.HttpRequestMessage" + }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": false, + "name": "SendAsync", + "comment": "", + "location": "System.Net.Http.dll" + } + ], + "name": "HttpMessageInvoker", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "namespace": "System.Net.Http", + "baseClass": "object", + "attribute": "", + "interfaces": ["IEquatable"], + "fields": [ + { + "typeName": "System.Net.Http.HttpMethod", + "name": "Delete", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "System.Net.Http.HttpMethod", + "name": "Get", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "System.Net.Http.HttpMethod", + "name": "Head", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "string", + "name": "Method", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "System.Net.Http.HttpMethod", + "name": "Options", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "System.Net.Http.HttpMethod", + "name": "Post", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "System.Net.Http.HttpMethod", + "name": "Put", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "System.Net.Http.HttpMethod", + "name": "Trace", + "comment": "", + "location": "System.Net.Http.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "method", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "other", "typeName": "System.Net.Http.HttpMethod" } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "left", "typeName": "System.Net.Http.HttpMethod" }, + { "name": "right", "typeName": "System.Net.Http.HttpMethod" } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "left", "typeName": "System.Net.Http.HttpMethod" }, + { "name": "right", "typeName": "System.Net.Http.HttpMethod" } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.Net.Http.dll" + } + ], + "name": "HttpMethod", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "namespace": "System.Net.Http", + "baseClass": "System.Exception", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "inner", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Net.Http.dll" + } + ], + "name": "HttpRequestException", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "namespace": "System.Net.Http", + "baseClass": "object", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "System.Net.Http.HttpContent", + "name": "Content", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "System.Net.Http.Headers.HttpRequestHeaders", + "name": "Headers", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "System.Net.Http.HttpMethod", + "name": "Method", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "System.Collections.Generic.IDictionary", + "name": "Properties", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "System.Uri", + "name": "RequestUri", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "System.Version", + "name": "Version", + "comment": "", + "location": "System.Net.Http.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "method", "typeName": "System.Net.Http.HttpMethod" }, + { "name": "requestUri", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "method", "typeName": "System.Net.Http.HttpMethod" }, + { "name": "requestUri", "typeName": "System.Uri" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.Net.Http.dll" + } + ], + "name": "HttpRequestMessage", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "namespace": "System.Net.Http", + "baseClass": "object", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "System.Net.Http.HttpContent", + "name": "Content", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "System.Net.Http.Headers.HttpResponseHeaders", + "name": "Headers", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "bool", + "name": "IsSuccessStatusCode", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "string", + "name": "ReasonPhrase", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "System.Net.Http.HttpRequestMessage", + "name": "RequestMessage", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "System.Net.HttpStatusCode", + "name": "StatusCode", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "typeName": "System.Version", + "name": "Version", + "comment": "", + "location": "System.Net.Http.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "statusCode", "typeName": "System.Net.HttpStatusCode" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "HttpResponseMessage", + "params": [], + "isStatic": false, + "name": "EnsureSuccessStatusCode", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.Net.Http.dll" + } + ], + "name": "HttpResponseMessage", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "namespace": "System.Net.Http", + "baseClass": "System.Net.Http.DelegatingHandler", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [], + "methods": [], + "name": "MessageProcessingHandler", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "namespace": "System.Net.Http", + "baseClass": "System.Net.Http.HttpContent", + "attribute": "", + "interfaces": ["IDisposable", "IEnumerable", "IEnumerable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "subtype", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "subtype", "typeName": "string" }, + { "name": "boundary", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "content", "typeName": "System.Net.Http.HttpContent" } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "IEnumerator", + "params": [], + "isStatic": false, + "name": "GetEnumerator", + "comment": "", + "location": "System.Net.Http.dll" + } + ], + "name": "MultipartContent", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "namespace": "System.Net.Http", + "baseClass": "System.Net.Http.MultipartContent", + "attribute": "", + "interfaces": ["IDisposable", "IEnumerable", "IEnumerable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "boundary", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "content", "typeName": "System.Net.Http.HttpContent" } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "content", "typeName": "System.Net.Http.HttpContent" }, + { "name": "name", "typeName": "string" } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "content", "typeName": "System.Net.Http.HttpContent" }, + { "name": "name", "typeName": "string" }, + { "name": "fileName", "typeName": "string" } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.Net.Http.dll" + } + ], + "name": "MultipartFormDataContent", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "namespace": "System.Net.Http", + "baseClass": "System.Net.Http.HttpContent", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "content", "typeName": "System.IO.Stream" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "content", "typeName": "System.IO.Stream" }, + { "name": "bufferSize", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Net.Http.dll" + } + ], + "name": "StreamContent", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "namespace": "System.Net.Http", + "baseClass": "System.Net.Http.ByteArrayContent", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "content", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "content", "typeName": "string" }, + { "name": "encoding", "typeName": "System.Text.Encoding" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "content", "typeName": "string" }, + { "name": "encoding", "typeName": "System.Text.Encoding" }, + { "name": "mediaType", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Net.Http.dll" + } + ], + "name": "StringContent", + "comment": "", + "location": "System.Net.Http.dll" + }, + { + "namespace": "System.Xml.Serialization", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Xml.Serialization.XmlMappingAccess", + "name": "None", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Serialization.XmlMappingAccess", + "name": "Read", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Serialization.XmlMappingAccess", + "name": "Write", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Xml.Serialization.XmlMappingAccess", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlMappingAccess", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml.Serialization", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "Any", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "bool", + "name": "CheckSpecified", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "ElementName", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "MemberName", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "Namespace", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "TypeFullName", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "TypeName", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "TypeNamespace", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "XsdElementName", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "String", + "params": [ + { + "name": "codeProvider", + "typeName": "System.CodeDom.Compiler.CodeDomProvider" + } + ], + "isStatic": false, + "name": "GenerateTypeName", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlMemberMapping", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml.Serialization", + "baseClass": "System.Xml.Serialization.XmlMapping", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "Count", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Serialization.XmlMemberMapping", + "name": "this[]", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "TypeName", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "TypeNamespace", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [], + "name": "XmlMembersMapping", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml.Serialization", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlNamespaceDeclarationsAttribute", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml.Serialization", + "baseClass": "System.EventArgs", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "LineNumber", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "int", + "name": "LinePosition", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "LocalName", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "NamespaceURI", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlNodeType", + "name": "NodeType", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "object", + "name": "ObjectBeingDeserialized", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "Text", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [], + "name": "XmlNodeEventArgs", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml.Serialization", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "sender", "typeName": "object" }, + { + "name": "e", + "typeName": "System.Xml.Serialization.XmlNodeEventArgs" + } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "sender", "typeName": "object" }, + { + "name": "e", + "typeName": "System.Xml.Serialization.XmlNodeEventArgs" + }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlNodeEventHandler", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml.Serialization", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "defaultNamespace", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "attributeOverrides", + "typeName": "System.Xml.Serialization.XmlAttributeOverrides" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "attributeOverrides", + "typeName": "System.Xml.Serialization.XmlAttributeOverrides" + }, + { "name": "defaultNamespace", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlMembersMapping", + "params": [ + { "name": "elementName", "typeName": "string" }, + { "name": "ns", "typeName": "string" }, + { + "name": "members", + "typeName": "System.Xml.Serialization.XmlReflectionMember[]" + }, + { "name": "hasWrapperElement", "typeName": "bool" } + ], + "isStatic": false, + "name": "ImportMembersMapping", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlMembersMapping", + "params": [ + { "name": "elementName", "typeName": "string" }, + { "name": "ns", "typeName": "string" }, + { + "name": "members", + "typeName": "System.Xml.Serialization.XmlReflectionMember[]" + }, + { "name": "hasWrapperElement", "typeName": "bool" }, + { "name": "rpc", "typeName": "bool" } + ], + "isStatic": false, + "name": "ImportMembersMapping", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlMembersMapping", + "params": [ + { "name": "elementName", "typeName": "string" }, + { "name": "ns", "typeName": "string" }, + { + "name": "members", + "typeName": "System.Xml.Serialization.XmlReflectionMember[]" + }, + { "name": "hasWrapperElement", "typeName": "bool" }, + { "name": "rpc", "typeName": "bool" }, + { "name": "openModel", "typeName": "bool" } + ], + "isStatic": false, + "name": "ImportMembersMapping", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlMembersMapping", + "params": [ + { "name": "elementName", "typeName": "string" }, + { "name": "ns", "typeName": "string" }, + { + "name": "members", + "typeName": "System.Xml.Serialization.XmlReflectionMember[]" + }, + { "name": "hasWrapperElement", "typeName": "bool" }, + { "name": "rpc", "typeName": "bool" }, + { "name": "openModel", "typeName": "bool" }, + { + "name": "access", + "typeName": "System.Xml.Serialization.XmlMappingAccess" + } + ], + "isStatic": false, + "name": "ImportMembersMapping", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlTypeMapping", + "params": [{ "name": "type", "typeName": "System.Type" }], + "isStatic": false, + "name": "ImportTypeMapping", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlTypeMapping", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { "name": "defaultNamespace", "typeName": "string" } + ], + "isStatic": false, + "name": "ImportTypeMapping", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlTypeMapping", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { + "name": "root", + "typeName": "System.Xml.Serialization.XmlRootAttribute" + } + ], + "isStatic": false, + "name": "ImportTypeMapping", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlTypeMapping", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { + "name": "root", + "typeName": "System.Xml.Serialization.XmlRootAttribute" + }, + { "name": "defaultNamespace", "typeName": "string" } + ], + "isStatic": false, + "name": "ImportTypeMapping", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "type", "typeName": "System.Type" }], + "isStatic": false, + "name": "IncludeType", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "provider", + "typeName": "System.Reflection.ICustomAttributeProvider" + } + ], + "isStatic": false, + "name": "IncludeTypes", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlReflectionImporter", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml.Serialization", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "IsReturnValue", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "MemberName", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Type", + "name": "MemberType", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "bool", + "name": "OverrideIsNullable", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Serialization.SoapAttributes", + "name": "SoapAttributes", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Serialization.XmlAttributes", + "name": "XmlAttributes", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlReflectionMember", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml.Serialization", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "string", + "name": "DataType", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "ElementName", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "bool", + "name": "IsNullable", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "Namespace", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "elementName", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlRootAttribute", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml.Serialization", + "baseClass": "object", + "attribute": "", + "interfaces": ["IEnumerator", "IEnumerator", "IDisposable"], + "fields": [ + { + "typeName": "System.Xml.Schema.XmlSchema", + "name": "Current", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "list", + "typeName": "System.Xml.Serialization.XmlSchemas" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "MoveNext", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlSchemaEnumerator", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml.Serialization", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "schemas", + "typeName": "System.Xml.Serialization.XmlSchemas" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "ns", "typeName": "string" }], + "isStatic": false, + "name": "ExportAnyType", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "String", + "params": [ + { + "name": "members", + "typeName": "System.Xml.Serialization.XmlMembersMapping" + } + ], + "isStatic": false, + "name": "ExportAnyType", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "xmlMembersMapping", + "typeName": "System.Xml.Serialization.XmlMembersMapping" + } + ], + "isStatic": false, + "name": "ExportMembersMapping", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "xmlMembersMapping", + "typeName": "System.Xml.Serialization.XmlMembersMapping" + }, + { "name": "exportEnclosingType", "typeName": "bool" } + ], + "isStatic": false, + "name": "ExportMembersMapping", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlQualifiedName", + "params": [ + { + "name": "xmlMembersMapping", + "typeName": "System.Xml.Serialization.XmlMembersMapping" + } + ], + "isStatic": false, + "name": "ExportTypeMapping", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "xmlTypeMapping", + "typeName": "System.Xml.Serialization.XmlTypeMapping" + } + ], + "isStatic": false, + "name": "ExportTypeMapping", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlSchemaExporter", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml.Serialization", + "baseClass": "System.Xml.Serialization.SchemaImporter", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "schemas", + "typeName": "System.Xml.Serialization.XmlSchemas" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "schemas", + "typeName": "System.Xml.Serialization.XmlSchemas" + }, + { + "name": "options", + "typeName": "System.Xml.Serialization.CodeGenerationOptions" + }, + { + "name": "codeProvider", + "typeName": "System.CodeDom.Compiler.CodeDomProvider" + }, + { + "name": "context", + "typeName": "System.Xml.Serialization.ImportContext" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "schemas", + "typeName": "System.Xml.Serialization.XmlSchemas" + }, + { + "name": "options", + "typeName": "System.Xml.Serialization.CodeGenerationOptions" + }, + { + "name": "context", + "typeName": "System.Xml.Serialization.ImportContext" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "schemas", + "typeName": "System.Xml.Serialization.XmlSchemas" + }, + { + "name": "typeIdentifiers", + "typeName": "System.Xml.Serialization.CodeIdentifiers" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "schemas", + "typeName": "System.Xml.Serialization.XmlSchemas" + }, + { + "name": "typeIdentifiers", + "typeName": "System.Xml.Serialization.CodeIdentifiers" + }, + { + "name": "options", + "typeName": "System.Xml.Serialization.CodeGenerationOptions" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlMembersMapping", + "params": [ + { "name": "typeName", "typeName": "System.Xml.XmlQualifiedName" }, + { "name": "elementName", "typeName": "string" } + ], + "isStatic": false, + "name": "ImportAnyType", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlTypeMapping", + "params": [ + { "name": "name", "typeName": "System.Xml.XmlQualifiedName" }, + { "name": "baseType", "typeName": "System.Type" } + ], + "isStatic": false, + "name": "ImportDerivedTypeMapping", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlTypeMapping", + "params": [ + { "name": "name", "typeName": "System.Xml.XmlQualifiedName" }, + { "name": "baseType", "typeName": "System.Type" }, + { "name": "baseTypeCanBeIndirect", "typeName": "bool" } + ], + "isStatic": false, + "name": "ImportDerivedTypeMapping", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlMembersMapping", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "ns", "typeName": "string" }, + { + "name": "members", + "typeName": "System.Xml.Serialization.SoapSchemaMember[]" + } + ], + "isStatic": false, + "name": "ImportMembersMapping", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlMembersMapping", + "params": [ + { "name": "name", "typeName": "System.Xml.XmlQualifiedName" } + ], + "isStatic": false, + "name": "ImportMembersMapping", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlMembersMapping", + "params": [ + { "name": "names", "typeName": "System.Xml.XmlQualifiedName[]" } + ], + "isStatic": false, + "name": "ImportMembersMapping", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlMembersMapping", + "params": [ + { "name": "names", "typeName": "System.Xml.XmlQualifiedName[]" }, + { "name": "baseType", "typeName": "System.Type" }, + { "name": "baseTypeCanBeIndirect", "typeName": "bool" } + ], + "isStatic": false, + "name": "ImportMembersMapping", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlTypeMapping", + "params": [ + { "name": "typeName", "typeName": "System.Xml.XmlQualifiedName" } + ], + "isStatic": false, + "name": "ImportSchemaType", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlTypeMapping", + "params": [ + { "name": "typeName", "typeName": "System.Xml.XmlQualifiedName" }, + { "name": "baseType", "typeName": "System.Type" } + ], + "isStatic": false, + "name": "ImportSchemaType", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlTypeMapping", + "params": [ + { "name": "typeName", "typeName": "System.Xml.XmlQualifiedName" }, + { "name": "baseType", "typeName": "System.Type" }, + { "name": "baseTypeCanBeIndirect", "typeName": "bool" } + ], + "isStatic": false, + "name": "ImportSchemaType", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlTypeMapping", + "params": [ + { "name": "name", "typeName": "System.Xml.XmlQualifiedName" } + ], + "isStatic": false, + "name": "ImportTypeMapping", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlSchemaImporter", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml.Serialization", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "bool", + "name": "IsAny", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "MethodName", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "methodName", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlSchemaProviderAttribute", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml.Serialization", + "baseClass": "System.Collections.CollectionBase", + "attribute": "", + "interfaces": ["IList", "ICollection", "IEnumerable", "IEnumerable"], + "fields": [ + { + "typeName": "bool", + "name": "IsCompiled", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlSchema", + "name": "this[]", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlSchema", + "name": "this[]", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "schema", "typeName": "System.Xml.Schema.XmlSchema" } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "schema", "typeName": "System.Xml.Schema.XmlSchema" }, + { "name": "baseUri", "typeName": "System.Uri" } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "schemas", + "typeName": "System.Xml.Serialization.XmlSchemas" + } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "schema", "typeName": "System.Xml.Schema.XmlSchema" } + ], + "isStatic": false, + "name": "AddReference", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "handler", + "typeName": "System.Xml.Schema.ValidationEventHandler" + }, + { "name": "fullCompile", "typeName": "bool" } + ], + "isStatic": false, + "name": "Compile", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "targetNamespace", "typeName": "string" }], + "isStatic": false, + "name": "Contains", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "schema", "typeName": "System.Xml.Schema.XmlSchema" } + ], + "isStatic": false, + "name": "Contains", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "array", "typeName": "System.Xml.Schema.XmlSchema[]" }, + { "name": "index", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "name", "typeName": "System.Xml.XmlQualifiedName" }, + { "name": "type", "typeName": "System.Type" } + ], + "isStatic": false, + "name": "Find", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "IList", + "params": [{ "name": "ns", "typeName": "string" }], + "isStatic": false, + "name": "GetSchemas", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "schema", "typeName": "System.Xml.Schema.XmlSchema" } + ], + "isStatic": false, + "name": "IndexOf", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "schema", "typeName": "System.Xml.Schema.XmlSchema" } + ], + "isStatic": false, + "name": "Insert", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "schema", "typeName": "System.Xml.Schema.XmlSchema" } + ], + "isStatic": true, + "name": "IsDataSet", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "schema", "typeName": "System.Xml.Schema.XmlSchema" } + ], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlSchemas", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml.Serialization", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "collection", "typeName": "object" }, + { "name": "collectionItems", "typeName": "object" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "collection", "typeName": "object" }, + { "name": "collectionItems", "typeName": "object" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlSerializationCollectionFixupCallback", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml.Serialization", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "fixup", "typeName": "object" }], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "fixup", "typeName": "object" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlSerializationFixupCallback", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml.Serialization", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [], + "name": "XmlSerializationGeneratedCode", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml.Serialization", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Object", + "params": [], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Object", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlSerializationReadCallback", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml.Serialization", + "baseClass": "System.Xml.Serialization.XmlSerializationGeneratedCode", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [], + "name": "XmlSerializationReader", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml.Serialization", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "o", "typeName": "object" }], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "o", "typeName": "object" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlSerializationWriteCallback", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml.Serialization", + "baseClass": "System.Xml.Serialization.XmlSerializationGeneratedCode", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [], + "name": "XmlSerializationWriter", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml.Serialization", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Xml.Serialization.XmlAttributeEventHandler", + "name": "UnknownAttribute", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Serialization.XmlElementEventHandler", + "name": "UnknownElement", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Serialization.XmlNodeEventHandler", + "name": "UnknownNode", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Serialization.UnreferencedObjectEventHandler", + "name": "UnreferencedObject", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "type", "typeName": "System.Type" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { "name": "defaultNamespace", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { "name": "extraTypes", "typeName": "System.Type[]" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { + "name": "overrides", + "typeName": "System.Xml.Serialization.XmlAttributeOverrides" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { + "name": "overrides", + "typeName": "System.Xml.Serialization.XmlAttributeOverrides" + }, + { "name": "extraTypes", "typeName": "System.Type[]" }, + { + "name": "root", + "typeName": "System.Xml.Serialization.XmlRootAttribute" + }, + { "name": "defaultNamespace", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { + "name": "overrides", + "typeName": "System.Xml.Serialization.XmlAttributeOverrides" + }, + { "name": "extraTypes", "typeName": "System.Type[]" }, + { + "name": "root", + "typeName": "System.Xml.Serialization.XmlRootAttribute" + }, + { "name": "defaultNamespace", "typeName": "string" }, + { "name": "location", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { + "name": "overrides", + "typeName": "System.Xml.Serialization.XmlAttributeOverrides" + }, + { "name": "extraTypes", "typeName": "System.Type[]" }, + { + "name": "root", + "typeName": "System.Xml.Serialization.XmlRootAttribute" + }, + { "name": "defaultNamespace", "typeName": "string" }, + { "name": "location", "typeName": "string" }, + { + "name": "evidence", + "typeName": "System.Security.Policy.Evidence" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { + "name": "root", + "typeName": "System.Xml.Serialization.XmlRootAttribute" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "xmlTypeMapping", + "typeName": "System.Xml.Serialization.XmlTypeMapping" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Xml.Serialization.XmlAttributeEventHandler" + } + ], + "isStatic": false, + "name": "add_UnknownAttribute", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Xml.Serialization.XmlAttributeEventHandler" + } + ], + "isStatic": false, + "name": "remove_UnknownAttribute", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Xml.Serialization.XmlElementEventHandler" + } + ], + "isStatic": false, + "name": "add_UnknownElement", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Xml.Serialization.XmlElementEventHandler" + } + ], + "isStatic": false, + "name": "remove_UnknownElement", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Xml.Serialization.XmlNodeEventHandler" + } + ], + "isStatic": false, + "name": "add_UnknownNode", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Xml.Serialization.XmlNodeEventHandler" + } + ], + "isStatic": false, + "name": "remove_UnknownNode", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Xml.Serialization.UnreferencedObjectEventHandler" + } + ], + "isStatic": false, + "name": "add_UnreferencedObject", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Xml.Serialization.UnreferencedObjectEventHandler" + } + ], + "isStatic": false, + "name": "remove_UnreferencedObject", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "xmlReader", "typeName": "System.Xml.XmlReader" } + ], + "isStatic": false, + "name": "CanDeserialize", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Object", + "params": [{ "name": "stream", "typeName": "System.IO.Stream" }], + "isStatic": false, + "name": "Deserialize", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "textReader", "typeName": "System.IO.TextReader" } + ], + "isStatic": false, + "name": "Deserialize", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "xmlReader", "typeName": "System.Xml.XmlReader" } + ], + "isStatic": false, + "name": "Deserialize", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "xmlReader", "typeName": "System.Xml.XmlReader" }, + { "name": "encodingStyle", "typeName": "string" } + ], + "isStatic": false, + "name": "Deserialize", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "xmlReader", "typeName": "System.Xml.XmlReader" }, + { "name": "encodingStyle", "typeName": "string" }, + { + "name": "events", + "typeName": "System.Xml.Serialization.XmlDeserializationEvents" + } + ], + "isStatic": false, + "name": "Deserialize", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "xmlReader", "typeName": "System.Xml.XmlReader" }, + { + "name": "events", + "typeName": "System.Xml.Serialization.XmlDeserializationEvents" + } + ], + "isStatic": false, + "name": "Deserialize", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "", + "params": [ + { + "name": "mappings", + "typeName": "System.Xml.Serialization.XmlMapping[]" + } + ], + "isStatic": true, + "name": "FromMappings", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "", + "params": [ + { + "name": "mappings", + "typeName": "System.Xml.Serialization.XmlMapping[]" + }, + { + "name": "evidence", + "typeName": "System.Security.Policy.Evidence" + } + ], + "isStatic": true, + "name": "FromMappings", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "", + "params": [ + { + "name": "mappings", + "typeName": "System.Xml.Serialization.XmlMapping[]" + }, + { "name": "type", "typeName": "System.Type" } + ], + "isStatic": true, + "name": "FromMappings", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "types", "typeName": "System.Type[]" }], + "isStatic": true, + "name": "FromTypes", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Assembly", + "params": [ + { "name": "types", "typeName": "System.Type[]" }, + { + "name": "mappings", + "typeName": "System.Xml.Serialization.XmlMapping[]" + } + ], + "isStatic": true, + "name": "GenerateSerializer", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Assembly", + "params": [ + { "name": "types", "typeName": "System.Type[]" }, + { + "name": "mappings", + "typeName": "System.Xml.Serialization.XmlMapping[]" + }, + { + "name": "parameters", + "typeName": "System.CodeDom.Compiler.CompilerParameters" + } + ], + "isStatic": true, + "name": "GenerateSerializer", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "type", "typeName": "System.Type" }], + "isStatic": true, + "name": "GetXmlSerializerAssemblyName", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { "name": "defaultNamespace", "typeName": "string" } + ], + "isStatic": true, + "name": "GetXmlSerializerAssemblyName", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "stream", "typeName": "System.IO.Stream" }, + { "name": "o", "typeName": "object" } + ], + "isStatic": false, + "name": "Serialize", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "stream", "typeName": "System.IO.Stream" }, + { "name": "o", "typeName": "object" }, + { + "name": "namespaces", + "typeName": "System.Xml.Serialization.XmlSerializerNamespaces" + } + ], + "isStatic": false, + "name": "Serialize", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "textWriter", "typeName": "System.IO.TextWriter" }, + { "name": "o", "typeName": "object" } + ], + "isStatic": false, + "name": "Serialize", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "textWriter", "typeName": "System.IO.TextWriter" }, + { "name": "o", "typeName": "object" }, + { + "name": "namespaces", + "typeName": "System.Xml.Serialization.XmlSerializerNamespaces" + } + ], + "isStatic": false, + "name": "Serialize", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "xmlWriter", "typeName": "System.Xml.XmlWriter" }, + { "name": "o", "typeName": "object" } + ], + "isStatic": false, + "name": "Serialize", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "xmlWriter", "typeName": "System.Xml.XmlWriter" }, + { "name": "o", "typeName": "object" }, + { + "name": "namespaces", + "typeName": "System.Xml.Serialization.XmlSerializerNamespaces" + } + ], + "isStatic": false, + "name": "Serialize", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "xmlWriter", "typeName": "System.Xml.XmlWriter" }, + { "name": "o", "typeName": "object" }, + { + "name": "namespaces", + "typeName": "System.Xml.Serialization.XmlSerializerNamespaces" + }, + { "name": "encodingStyle", "typeName": "string" } + ], + "isStatic": false, + "name": "Serialize", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "xmlWriter", "typeName": "System.Xml.XmlWriter" }, + { "name": "o", "typeName": "object" }, + { + "name": "namespaces", + "typeName": "System.Xml.Serialization.XmlSerializerNamespaces" + }, + { "name": "encodingStyle", "typeName": "string" }, + { "name": "id", "typeName": "string" } + ], + "isStatic": false, + "name": "Serialize", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlSerializer", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml.Serialization", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "string", + "name": "AssemblyName", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "CodeBase", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "assemblyName", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "assemblyName", "typeName": "string" }, + { "name": "codeBase", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlSerializerAssemblyAttribute", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml.Serialization", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlSerializer", + "params": [{ "name": "type", "typeName": "System.Type" }], + "isStatic": false, + "name": "CreateSerializer", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlSerializer", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { "name": "defaultNamespace", "typeName": "string" } + ], + "isStatic": false, + "name": "CreateSerializer", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlSerializer", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { "name": "extraTypes", "typeName": "System.Type[]" } + ], + "isStatic": false, + "name": "CreateSerializer", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlSerializer", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { + "name": "overrides", + "typeName": "System.Xml.Serialization.XmlAttributeOverrides" + } + ], + "isStatic": false, + "name": "CreateSerializer", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlSerializer", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { + "name": "overrides", + "typeName": "System.Xml.Serialization.XmlAttributeOverrides" + }, + { "name": "extraTypes", "typeName": "System.Type[]" }, + { + "name": "root", + "typeName": "System.Xml.Serialization.XmlRootAttribute" + }, + { "name": "defaultNamespace", "typeName": "string" } + ], + "isStatic": false, + "name": "CreateSerializer", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlSerializer", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { + "name": "overrides", + "typeName": "System.Xml.Serialization.XmlAttributeOverrides" + }, + { "name": "extraTypes", "typeName": "System.Type[]" }, + { + "name": "root", + "typeName": "System.Xml.Serialization.XmlRootAttribute" + }, + { "name": "defaultNamespace", "typeName": "string" }, + { "name": "location", "typeName": "string" } + ], + "isStatic": false, + "name": "CreateSerializer", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlSerializer", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { + "name": "overrides", + "typeName": "System.Xml.Serialization.XmlAttributeOverrides" + }, + { "name": "extraTypes", "typeName": "System.Type[]" }, + { + "name": "root", + "typeName": "System.Xml.Serialization.XmlRootAttribute" + }, + { "name": "defaultNamespace", "typeName": "string" }, + { "name": "location", "typeName": "string" }, + { + "name": "evidence", + "typeName": "System.Security.Policy.Evidence" + } + ], + "isStatic": false, + "name": "CreateSerializer", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlSerializer", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { + "name": "root", + "typeName": "System.Xml.Serialization.XmlRootAttribute" + } + ], + "isStatic": false, + "name": "CreateSerializer", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlSerializer", + "params": [ + { + "name": "xmlTypeMapping", + "typeName": "System.Xml.Serialization.XmlTypeMapping" + } + ], + "isStatic": false, + "name": "CreateSerializer", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlSerializerFactory", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml.Serialization", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Xml.Serialization.XmlSerializationReader", + "name": "Reader", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Collections.Hashtable", + "name": "ReadMethods", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Collections.Hashtable", + "name": "TypedSerializers", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Collections.Hashtable", + "name": "WriteMethods", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Serialization.XmlSerializationWriter", + "name": "Writer", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [{ "name": "type", "typeName": "System.Type" }], + "isStatic": false, + "name": "CanSerialize", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlSerializer", + "params": [{ "name": "type", "typeName": "System.Type" }], + "isStatic": false, + "name": "GetSerializer", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlSerializerImplementation", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml.Serialization", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "Count", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "namespaces", + "typeName": "System.Xml.Serialization.XmlSerializerNamespaces" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "namespaces", + "typeName": "System.Xml.XmlQualifiedName[]" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "prefix", "typeName": "string" }, + { "name": "ns", "typeName": "string" } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "ToArray", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlSerializerNamespaces", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml.Serialization", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "string", + "name": "Namespace", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "ParentAssemblyId", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Type", + "name": "Type", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "Version", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "type", "typeName": "System.Type" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlSerializerVersionAttribute", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml.Serialization", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "string", + "name": "DataType", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Type", + "name": "Type", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "type", "typeName": "System.Type" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlTextAttribute", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml.Serialization", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "bool", + "name": "AnonymousType", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "bool", + "name": "IncludeInSchema", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "Namespace", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "TypeName", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "typeName", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlTypeAttribute", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml.Serialization", + "baseClass": "System.Xml.Serialization.XmlMapping", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "TypeFullName", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "TypeName", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "XsdTypeName", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "XsdTypeNamespace", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [], + "name": "XmlTypeMapping", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml.Schema", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "IsDefault", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "bool", + "name": "IsNil", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlSchemaSimpleType", + "name": "MemberType", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlSchemaAttribute", + "name": "SchemaAttribute", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlSchemaElement", + "name": "SchemaElement", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlSchemaType", + "name": "SchemaType", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlSchemaValidity", + "name": "Validity", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [], + "name": "IXmlSchemaInfo", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml.Schema", + "baseClass": "System.EventArgs", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Xml.Schema.XmlSchemaException", + "name": "Exception", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "Message", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlSeverityType", + "name": "Severity", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [], + "name": "ValidationEventArgs", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml.Schema", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "sender", "typeName": "object" }, + { "name": "e", "typeName": "System.Xml.Schema.ValidationEventArgs" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "sender", "typeName": "object" }, + { + "name": "e", + "typeName": "System.Xml.Schema.ValidationEventArgs" + }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "ValidationEventHandler", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml.Serialization.Advanced", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "String", + "params": [ + { "name": "any", "typeName": "System.Xml.Schema.XmlSchemaAny" }, + { "name": "mixed", "typeName": "bool" }, + { + "name": "schemas", + "typeName": "System.Xml.Serialization.XmlSchemas" + }, + { + "name": "importer", + "typeName": "System.Xml.Serialization.XmlSchemaImporter" + }, + { + "name": "compileUnit", + "typeName": "System.CodeDom.CodeCompileUnit" + }, + { + "name": "mainNamespace", + "typeName": "System.CodeDom.CodeNamespace" + }, + { + "name": "options", + "typeName": "System.Xml.Serialization.CodeGenerationOptions" + }, + { + "name": "codeProvider", + "typeName": "System.CodeDom.Compiler.CodeDomProvider" + } + ], + "isStatic": false, + "name": "ImportAnyElement", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "CodeExpression", + "params": [ + { "name": "value", "typeName": "string" }, + { "name": "type", "typeName": "string" } + ], + "isStatic": false, + "name": "ImportDefaultValue", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "ns", "typeName": "string" }, + { + "name": "context", + "typeName": "System.Xml.Schema.XmlSchemaObject" + }, + { + "name": "schemas", + "typeName": "System.Xml.Serialization.XmlSchemas" + }, + { + "name": "importer", + "typeName": "System.Xml.Serialization.XmlSchemaImporter" + }, + { + "name": "compileUnit", + "typeName": "System.CodeDom.CodeCompileUnit" + }, + { + "name": "mainNamespace", + "typeName": "System.CodeDom.CodeNamespace" + }, + { + "name": "options", + "typeName": "System.Xml.Serialization.CodeGenerationOptions" + }, + { + "name": "codeProvider", + "typeName": "System.CodeDom.Compiler.CodeDomProvider" + } + ], + "isStatic": false, + "name": "ImportSchemaType", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "type", "typeName": "System.Xml.Schema.XmlSchemaType" }, + { + "name": "context", + "typeName": "System.Xml.Schema.XmlSchemaObject" + }, + { + "name": "schemas", + "typeName": "System.Xml.Serialization.XmlSchemas" + }, + { + "name": "importer", + "typeName": "System.Xml.Serialization.XmlSchemaImporter" + }, + { + "name": "compileUnit", + "typeName": "System.CodeDom.CodeCompileUnit" + }, + { + "name": "mainNamespace", + "typeName": "System.CodeDom.CodeNamespace" + }, + { + "name": "options", + "typeName": "System.Xml.Serialization.CodeGenerationOptions" + }, + { + "name": "codeProvider", + "typeName": "System.CodeDom.Compiler.CodeDomProvider" + } + ], + "isStatic": false, + "name": "ImportSchemaType", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "SchemaImporterExtension", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml.Serialization.Advanced", + "baseClass": "System.Collections.CollectionBase", + "attribute": "", + "interfaces": ["IList", "ICollection", "IEnumerable"], + "fields": [ + { + "typeName": "System.Xml.Serialization.Advanced.SchemaImporterExtension", + "name": "this[]", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "type", "typeName": "System.Type" } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "extension", + "typeName": "System.Xml.Serialization.Advanced.SchemaImporterExtension" + } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Clear", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "extension", + "typeName": "System.Xml.Serialization.Advanced.SchemaImporterExtension" + } + ], + "isStatic": false, + "name": "Contains", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "array", + "typeName": "System.Xml.Serialization.Advanced.SchemaImporterExtension[]" + }, + { "name": "index", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "extension", + "typeName": "System.Xml.Serialization.Advanced.SchemaImporterExtension" + } + ], + "isStatic": false, + "name": "IndexOf", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { + "name": "extension", + "typeName": "System.Xml.Serialization.Advanced.SchemaImporterExtension" + } + ], + "isStatic": false, + "name": "Insert", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "extension", + "typeName": "System.Xml.Serialization.Advanced.SchemaImporterExtension" + } + ], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "SchemaImporterExtensionCollection", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Net.Mail", + "baseClass": "System.Net.Mail.AttachmentBase", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "System.Uri", + "name": "BaseUri", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Mail.LinkedResourceCollection", + "name": "LinkedResources", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "contentStream", "typeName": "System.IO.Stream" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "contentStream", "typeName": "System.IO.Stream" }, + { "name": "contentType", "typeName": "System.Net.Mime.ContentType" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "contentStream", "typeName": "System.IO.Stream" }, + { "name": "mediaType", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "fileName", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "fileName", "typeName": "string" }, + { "name": "contentType", "typeName": "System.Net.Mime.ContentType" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "fileName", "typeName": "string" }, + { "name": "mediaType", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "AlternateView", + "params": [{ "name": "content", "typeName": "string" }], + "isStatic": true, + "name": "CreateAlternateViewFromString", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "AlternateView", + "params": [ + { "name": "content", "typeName": "string" }, + { "name": "contentType", "typeName": "System.Net.Mime.ContentType" } + ], + "isStatic": true, + "name": "CreateAlternateViewFromString", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "AlternateView", + "params": [ + { "name": "content", "typeName": "string" }, + { "name": "contentEncoding", "typeName": "System.Text.Encoding" }, + { "name": "mediaType", "typeName": "string" } + ], + "isStatic": true, + "name": "CreateAlternateViewFromString", + "comment": "", + "location": "System.dll" + } + ], + "name": "AlternateView", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net.Mail", + "baseClass": "System.Collections.ObjectModel.Collection", + "attribute": "", + "interfaces": [ + "IList", + "ICollection", + "IReadOnlyList", + "IReadOnlyCollection", + "IEnumerable", + "IList", + "ICollection", + "IEnumerable", + "IDisposable" + ], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "", + "location": "System.dll" + } + ], + "name": "AlternateViewCollection", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net.Mail", + "baseClass": "System.Net.Mail.AttachmentBase", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "System.Net.Mime.ContentDisposition", + "name": "ContentDisposition", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Text.Encoding", + "name": "NameEncoding", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "contentStream", "typeName": "System.IO.Stream" }, + { "name": "contentType", "typeName": "System.Net.Mime.ContentType" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "contentStream", "typeName": "System.IO.Stream" }, + { "name": "name", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "contentStream", "typeName": "System.IO.Stream" }, + { "name": "name", "typeName": "string" }, + { "name": "mediaType", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "fileName", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "fileName", "typeName": "string" }, + { "name": "contentType", "typeName": "System.Net.Mime.ContentType" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "fileName", "typeName": "string" }, + { "name": "mediaType", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Attachment", + "params": [ + { "name": "content", "typeName": "string" }, + { "name": "contentType", "typeName": "System.Net.Mime.ContentType" } + ], + "isStatic": true, + "name": "CreateAttachmentFromString", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Attachment", + "params": [ + { "name": "content", "typeName": "string" }, + { "name": "name", "typeName": "string" } + ], + "isStatic": true, + "name": "CreateAttachmentFromString", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Attachment", + "params": [ + { "name": "content", "typeName": "string" }, + { "name": "name", "typeName": "string" }, + { "name": "contentEncoding", "typeName": "System.Text.Encoding" }, + { "name": "mediaType", "typeName": "string" } + ], + "isStatic": true, + "name": "CreateAttachmentFromString", + "comment": "", + "location": "System.dll" + } + ], + "name": "Attachment", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net.Mail", + "baseClass": "object", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "string", + "name": "ContentId", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.IO.Stream", + "name": "ContentStream", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Mime.ContentType", + "name": "ContentType", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Mime.TransferEncoding", + "name": "TransferEncoding", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "", + "location": "System.dll" + } + ], + "name": "AttachmentBase", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net.Mail", + "baseClass": "System.Collections.ObjectModel.Collection", + "attribute": "", + "interfaces": [ + "IList", + "ICollection", + "IReadOnlyList", + "IReadOnlyCollection", + "IEnumerable", + "IList", + "ICollection", + "IEnumerable", + "IDisposable" + ], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "", + "location": "System.dll" + } + ], + "name": "AttachmentCollection", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net.Mail", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Net.Mail.DeliveryNotificationOptions", + "name": "Delay", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Mail.DeliveryNotificationOptions", + "name": "Never", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Mail.DeliveryNotificationOptions", + "name": "None", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Mail.DeliveryNotificationOptions", + "name": "OnFailure", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Mail.DeliveryNotificationOptions", + "name": "OnSuccess", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Net.Mail.DeliveryNotificationOptions", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "DeliveryNotificationOptions", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net.Mail", + "baseClass": "System.Net.Mail.AttachmentBase", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "System.Uri", + "name": "ContentLink", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "contentStream", "typeName": "System.IO.Stream" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "contentStream", "typeName": "System.IO.Stream" }, + { "name": "contentType", "typeName": "System.Net.Mime.ContentType" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "contentStream", "typeName": "System.IO.Stream" }, + { "name": "mediaType", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "fileName", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "fileName", "typeName": "string" }, + { "name": "contentType", "typeName": "System.Net.Mime.ContentType" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "fileName", "typeName": "string" }, + { "name": "mediaType", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "LinkedResource", + "params": [{ "name": "content", "typeName": "string" }], + "isStatic": true, + "name": "CreateLinkedResourceFromString", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "LinkedResource", + "params": [ + { "name": "content", "typeName": "string" }, + { "name": "contentType", "typeName": "System.Net.Mime.ContentType" } + ], + "isStatic": true, + "name": "CreateLinkedResourceFromString", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "LinkedResource", + "params": [ + { "name": "content", "typeName": "string" }, + { "name": "contentEncoding", "typeName": "System.Text.Encoding" }, + { "name": "mediaType", "typeName": "string" } + ], + "isStatic": true, + "name": "CreateLinkedResourceFromString", + "comment": "", + "location": "System.dll" + } + ], + "name": "LinkedResource", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Xml.Serialization.Configuration", + "baseClass": "System.Configuration.ConfigurationSection", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Xml.Serialization.Configuration.DateTimeSerializationSection.DateTimeSerializationMode", + "name": "Mode", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "DateTimeSerializationSection", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Net.Mail", + "baseClass": "System.Collections.ObjectModel.Collection", + "attribute": "", + "interfaces": [ + "IList", + "ICollection", + "IReadOnlyList", + "IReadOnlyCollection", + "IEnumerable", + "IList", + "ICollection", + "IEnumerable", + "IDisposable" + ], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "", + "location": "System.dll" + } + ], + "name": "LinkedResourceCollection", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net.Mail", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "Address", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "DisplayName", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "Host", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "User", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "address", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "address", "typeName": "string" }, + { "name": "displayName", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "address", "typeName": "string" }, + { "name": "displayName", "typeName": "string" }, + { + "name": "displayNameEncoding", + "typeName": "System.Text.Encoding" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.dll" + } + ], + "name": "MailAddress", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Xml.Serialization.Configuration", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Xml.Serialization.Configuration.DateTimeSerializationSection.DateTimeSerializationMode", + "name": "Default", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Serialization.Configuration.DateTimeSerializationSection.DateTimeSerializationMode", + "name": "Local", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Serialization.Configuration.DateTimeSerializationSection.DateTimeSerializationMode", + "name": "Roundtrip", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Xml.Serialization.Configuration.DateTimeSerializationSection.DateTimeSerializationMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "DateTimeSerializationMode", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml.Schema", + "baseClass": "System.Xml.XPath.XPathItem", + "attribute": "", + "interfaces": ["ICloneable"], + "fields": [ + { + "typeName": "bool", + "name": "IsNode", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "object", + "name": "TypedValue", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "Value", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "bool", + "name": "ValueAsBoolean", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.DateTime", + "name": "ValueAsDateTime", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "double", + "name": "ValueAsDouble", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "int", + "name": "ValueAsInt", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "long", + "name": "ValueAsLong", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Type", + "name": "ValueType", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlSchemaType", + "name": "XmlType", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "XmlAtomicValue", + "params": [], + "isStatic": false, + "name": "Clone", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { + "name": "nsResolver", + "typeName": "System.Xml.IXmlNamespaceResolver" + } + ], + "isStatic": false, + "name": "ValueAs", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlAtomicValue", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Net.Mail", + "baseClass": "System.Collections.ObjectModel.Collection", + "attribute": "", + "interfaces": [ + "IList", + "ICollection", + "IReadOnlyList", + "IReadOnlyCollection", + "IEnumerable", + "IList", + "ICollection", + "IEnumerable" + ], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "addresses", "typeName": "string" }], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.dll" + } + ], + "name": "MailAddressCollection", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net.Mail", + "baseClass": "object", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "System.Net.Mail.AlternateViewCollection", + "name": "AlternateViews", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Mail.AttachmentCollection", + "name": "Attachments", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Mail.MailAddressCollection", + "name": "Bcc", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "Body", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Text.Encoding", + "name": "BodyEncoding", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Mime.TransferEncoding", + "name": "BodyTransferEncoding", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Mail.MailAddressCollection", + "name": "CC", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Mail.DeliveryNotificationOptions", + "name": "DeliveryNotificationOptions", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Mail.MailAddress", + "name": "From", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Collections.Specialized.NameValueCollection", + "name": "Headers", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Text.Encoding", + "name": "HeadersEncoding", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "IsBodyHtml", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Mail.MailPriority", + "name": "Priority", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Mail.MailAddress", + "name": "ReplyTo", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Mail.MailAddressCollection", + "name": "ReplyToList", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Mail.MailAddress", + "name": "Sender", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "Subject", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Text.Encoding", + "name": "SubjectEncoding", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Mail.MailAddressCollection", + "name": "To", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "from", "typeName": "System.Net.Mail.MailAddress" }, + { "name": "to", "typeName": "System.Net.Mail.MailAddress" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "from", "typeName": "string" }, + { "name": "to", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "from", "typeName": "string" }, + { "name": "to", "typeName": "string" }, + { "name": "subject", "typeName": "string" }, + { "name": "body", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "", + "location": "System.dll" + } + ], + "name": "MailMessage", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Xml.Schema", + "baseClass": "System.Xml.Schema.XmlSchemaObject", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "InstanceNamespace", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "Namespace", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlSchemaForm", + "name": "AttributeFormDefault", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlSchemaObjectTable", + "name": "AttributeGroups", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlSchemaObjectTable", + "name": "Attributes", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlSchemaDerivationMethod", + "name": "BlockDefault", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlSchemaForm", + "name": "ElementFormDefault", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlSchemaObjectTable", + "name": "Elements", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlSchemaDerivationMethod", + "name": "FinalDefault", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlSchemaObjectTable", + "name": "Groups", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "Id", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlSchemaObjectCollection", + "name": "Includes", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "bool", + "name": "IsCompiled", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlSchemaObjectCollection", + "name": "Items", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlSchemaObjectTable", + "name": "Notations", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlSchemaObjectTable", + "name": "SchemaTypes", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "TargetNamespace", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlAttribute[]", + "name": "UnhandledAttributes", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "Version", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "validationEventHandler", + "typeName": "System.Xml.Schema.ValidationEventHandler" + } + ], + "isStatic": false, + "name": "Compile", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "validationEventHandler", + "typeName": "System.Xml.Schema.ValidationEventHandler" + }, + { "name": "resolver", "typeName": "System.Xml.XmlResolver" } + ], + "isStatic": false, + "name": "Compile", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlSchema", + "params": [ + { "name": "stream", "typeName": "System.IO.Stream" }, + { + "name": "validationEventHandler", + "typeName": "System.Xml.Schema.ValidationEventHandler" + } + ], + "isStatic": true, + "name": "Read", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlSchema", + "params": [ + { "name": "reader", "typeName": "System.IO.TextReader" }, + { + "name": "validationEventHandler", + "typeName": "System.Xml.Schema.ValidationEventHandler" + } + ], + "isStatic": true, + "name": "Read", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlSchema", + "params": [ + { "name": "reader", "typeName": "System.Xml.XmlReader" }, + { + "name": "validationEventHandler", + "typeName": "System.Xml.Schema.ValidationEventHandler" + } + ], + "isStatic": true, + "name": "Read", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "stream", "typeName": "System.IO.Stream" }], + "isStatic": false, + "name": "Write", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "stream", "typeName": "System.IO.Stream" }, + { + "name": "namespaceManager", + "typeName": "System.Xml.XmlNamespaceManager" + } + ], + "isStatic": false, + "name": "Write", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "writer", "typeName": "System.IO.TextWriter" }], + "isStatic": false, + "name": "Write", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "writer", "typeName": "System.IO.TextWriter" }, + { + "name": "namespaceManager", + "typeName": "System.Xml.XmlNamespaceManager" + } + ], + "isStatic": false, + "name": "Write", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "writer", "typeName": "System.Xml.XmlWriter" }], + "isStatic": false, + "name": "Write", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "writer", "typeName": "System.Xml.XmlWriter" }, + { + "name": "namespaceManager", + "typeName": "System.Xml.XmlNamespaceManager" + } + ], + "isStatic": false, + "name": "Write", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlSchema", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Net.Mail", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Net.Mail.MailPriority", + "name": "High", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Mail.MailPriority", + "name": "Low", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Mail.MailPriority", + "name": "Normal", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Net.Mail.MailPriority", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "MailPriority", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Configuration", + "baseClass": "System.Configuration.ConfigurationSectionGroup", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "ApplicationSettingsGroup", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net.Mail", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "sender", "typeName": "object" }, + { + "name": "e", + "typeName": "System.ComponentModel.AsyncCompletedEventArgs" + } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "sender", "typeName": "object" }, + { + "name": "e", + "typeName": "System.ComponentModel.AsyncCompletedEventArgs" + }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "System.dll" + } + ], + "name": "SendCompletedEventHandler", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Xml.Serialization.Configuration", + "baseClass": "System.Configuration.ConfigurationValidatorBase", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "type", "typeName": "System.Type" }], + "isStatic": false, + "name": "CanValidate", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "Validate", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "RootedPathValidator", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml.Schema", + "baseClass": "System.Xml.Schema.XmlSchemaGroupBase", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Xml.Schema.XmlSchemaObjectCollection", + "name": "Items", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlSchemaAll", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml.Schema", + "baseClass": "System.Xml.Schema.XmlSchemaObject", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Xml.Schema.XmlSchemaAnnotation", + "name": "Annotation", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "Id", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlAttribute[]", + "name": "UnhandledAttributes", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlSchemaAnnotated", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Net.Mail", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Net.Mail.SmtpAccess", + "name": "Connect", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Mail.SmtpAccess", + "name": "ConnectToUnrestrictedPort", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Mail.SmtpAccess", + "name": "None", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Net.Mail.SmtpAccess", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "SmtpAccess", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Xml.Serialization.Configuration", + "baseClass": "System.Configuration.ConfigurationElement", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Type", + "name": "Type", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "type", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "type", "typeName": "System.Type" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "SchemaImporterExtensionElement", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml.Schema", + "baseClass": "System.Xml.Schema.XmlSchemaObject", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "Id", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlSchemaObjectCollection", + "name": "Items", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlAttribute[]", + "name": "UnhandledAttributes", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlSchemaAnnotation", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Net.Mail", + "baseClass": "object", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "System.Security.Cryptography.X509Certificates.X509CertificateCollection", + "name": "ClientCertificates", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.ICredentialsByHost", + "name": "Credentials", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Mail.SmtpDeliveryFormat", + "name": "DeliveryFormat", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Mail.SmtpDeliveryMethod", + "name": "DeliveryMethod", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "EnableSsl", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "Host", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "PickupDirectoryLocation", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "Port", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.ServicePoint", + "name": "ServicePoint", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "TargetName", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "Timeout", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "UseDefaultCredentials", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Mail.SendCompletedEventHandler", + "name": "SendCompleted", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "host", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "host", "typeName": "string" }, + { "name": "port", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Net.Mail.SendCompletedEventHandler" + } + ], + "isStatic": false, + "name": "add_SendCompleted", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Net.Mail.SendCompletedEventHandler" + } + ], + "isStatic": false, + "name": "remove_SendCompleted", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "System.Net.Mail.MailMessage" } + ], + "isStatic": false, + "name": "Send", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "from", "typeName": "string" }, + { "name": "recipients", "typeName": "string" }, + { "name": "subject", "typeName": "string" }, + { "name": "body", "typeName": "string" } + ], + "isStatic": false, + "name": "Send", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "System.Net.Mail.MailMessage" }, + { "name": "userToken", "typeName": "object" } + ], + "isStatic": false, + "name": "SendAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "from", "typeName": "string" }, + { "name": "recipients", "typeName": "string" }, + { "name": "subject", "typeName": "string" }, + { "name": "body", "typeName": "string" }, + { "name": "userToken", "typeName": "object" } + ], + "isStatic": false, + "name": "SendAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "SendAsyncCancel", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "message", "typeName": "System.Net.Mail.MailMessage" } + ], + "isStatic": false, + "name": "SendMailAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "from", "typeName": "string" }, + { "name": "recipients", "typeName": "string" }, + { "name": "subject", "typeName": "string" }, + { "name": "body", "typeName": "string" } + ], + "isStatic": false, + "name": "SendMailAsync", + "comment": "", + "location": "System.dll" + } + ], + "name": "SmtpClient", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Xml.Schema", + "baseClass": "System.Xml.Schema.XmlSchemaParticle", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "Namespace", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlSchemaContentProcessing", + "name": "ProcessContents", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlSchemaAny", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Net.Mail", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Net.Mail.SmtpDeliveryFormat", + "name": "International", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Mail.SmtpDeliveryFormat", + "name": "SevenBit", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Net.Mail.SmtpDeliveryFormat", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "SmtpDeliveryFormat", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net.Mail", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Net.Mail.SmtpDeliveryMethod", + "name": "Network", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Mail.SmtpDeliveryMethod", + "name": "PickupDirectoryFromIis", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Mail.SmtpDeliveryMethod", + "name": "SpecifiedPickupDirectory", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Net.Mail.SmtpDeliveryMethod", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "SmtpDeliveryMethod", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Xml.Schema", + "baseClass": "System.Xml.Schema.XmlSchemaAnnotated", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "Namespace", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlSchemaContentProcessing", + "name": "ProcessContents", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlSchemaAnyAttribute", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml.Serialization.Configuration", + "baseClass": "System.Configuration.ConfigurationElementCollection", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Xml.Serialization.Configuration.SchemaImporterExtensionElement", + "name": "this[]", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Serialization.Configuration.SchemaImporterExtensionElement", + "name": "this[]", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "element", + "typeName": "System.Xml.Serialization.Configuration.SchemaImporterExtensionElement" + } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Clear", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "element", + "typeName": "System.Xml.Serialization.Configuration.SchemaImporterExtensionElement" + } + ], + "isStatic": false, + "name": "IndexOf", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "element", + "typeName": "System.Xml.Serialization.Configuration.SchemaImporterExtensionElement" + } + ], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "RemoveAt", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "SchemaImporterExtensionElementCollection", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml.Schema", + "baseClass": "System.Xml.Schema.XmlSchemaObject", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Xml.XmlNode[]", + "name": "Markup", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "Source", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlSchemaAppInfo", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml.Serialization.Configuration", + "baseClass": "System.Configuration.ConfigurationSection", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Xml.Serialization.Configuration.SchemaImporterExtensionElementCollection", + "name": "SchemaImporterExtensions", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "SchemaImporterExtensionsSection", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml.Schema", + "baseClass": "System.Xml.Schema.XmlSchemaAnnotated", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Xml.Schema.XmlSchemaSimpleType", + "name": "AttributeSchemaType", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "object", + "name": "AttributeType", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "DefaultValue", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "FixedValue", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlSchemaForm", + "name": "Form", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlQualifiedName", + "name": "QualifiedName", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlQualifiedName", + "name": "RefName", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlSchemaSimpleType", + "name": "SchemaType", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlQualifiedName", + "name": "SchemaTypeName", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlSchemaUse", + "name": "Use", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlSchemaAttribute", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml.Schema", + "baseClass": "System.Xml.Schema.XmlSchemaAnnotated", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Xml.Schema.XmlSchemaAnyAttribute", + "name": "AnyAttribute", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlSchemaObjectCollection", + "name": "Attributes", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlQualifiedName", + "name": "QualifiedName", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlSchemaAttributeGroup", + "name": "RedefinedAttributeGroup", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlSchemaAttributeGroup", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml.Serialization.Configuration", + "baseClass": "System.Configuration.ConfigurationSectionGroup", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Xml.Serialization.Configuration.DateTimeSerializationSection", + "name": "DateTimeSerialization", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Serialization.Configuration.SchemaImporterExtensionsSection", + "name": "SchemaImporterExtensions", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Serialization.Configuration.XmlSerializerSection", + "name": "XmlSerializer", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "SerializationSectionGroup", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Net.Mail", + "baseClass": "System.Exception", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [ + { + "typeName": "System.Net.Mail.SmtpStatusCode", + "name": "StatusCode", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "statusCode", + "typeName": "System.Net.Mail.SmtpStatusCode" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "statusCode", + "typeName": "System.Net.Mail.SmtpStatusCode" + }, + { "name": "message", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "innerException", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "serializationInfo", + "typeName": "System.Runtime.Serialization.SerializationInfo" + }, + { + "name": "streamingContext", + "typeName": "System.Runtime.Serialization.StreamingContext" + } + ], + "isStatic": false, + "name": "GetObjectData", + "comment": "", + "location": "System.dll" + } + ], + "name": "SmtpException", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Xml.Schema", + "baseClass": "System.Xml.Schema.XmlSchemaAnnotated", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Xml.XmlQualifiedName", + "name": "RefName", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlSchemaAttributeGroupRef", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml.Serialization.Configuration", + "baseClass": "System.Configuration.ConfigurationSection", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "CheckDeserializeAdvances", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "TempFilesLocation", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "bool", + "name": "UseLegacySerializerGeneration", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlSerializerSection", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Net.Mail", + "baseClass": "System.Net.Mail.SmtpException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [ + { + "typeName": "string", + "name": "FailedRecipient", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "statusCode", + "typeName": "System.Net.Mail.SmtpStatusCode" + }, + { "name": "failedRecipient", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "statusCode", + "typeName": "System.Net.Mail.SmtpStatusCode" + }, + { "name": "failedRecipient", "typeName": "string" }, + { "name": "serverResponse", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "innerException", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "failedRecipient", "typeName": "string" }, + { "name": "innerException", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "serializationInfo", + "typeName": "System.Runtime.Serialization.SerializationInfo" + }, + { + "name": "streamingContext", + "typeName": "System.Runtime.Serialization.StreamingContext" + } + ], + "isStatic": false, + "name": "GetObjectData", + "comment": "", + "location": "System.dll" + } + ], + "name": "SmtpFailedRecipientException", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Xml.Schema", + "baseClass": "System.Xml.Schema.XmlSchemaGroupBase", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Xml.Schema.XmlSchemaObjectCollection", + "name": "Items", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlSchemaChoice", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Net.Mail", + "baseClass": "System.Net.Mail.SmtpFailedRecipientException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [ + { + "typeName": "System.Net.Mail.SmtpFailedRecipientException[]", + "name": "InnerExceptions", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "innerException", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { + "name": "innerExceptions", + "typeName": "System.Net.Mail.SmtpFailedRecipientException[]" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "serializationInfo", + "typeName": "System.Runtime.Serialization.SerializationInfo" + }, + { + "name": "streamingContext", + "typeName": "System.Runtime.Serialization.StreamingContext" + } + ], + "isStatic": false, + "name": "GetObjectData", + "comment": "", + "location": "System.dll" + } + ], + "name": "SmtpFailedRecipientsException", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Configuration", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "key", "typeName": "string" }, + { "name": "type", "typeName": "System.Type" } + ], + "isStatic": false, + "name": "GetValue", + "comment": "", + "location": "System.dll" + } + ], + "name": "AppSettingsReader", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Xml.Schema", + "baseClass": "object", + "attribute": "", + "interfaces": ["ICollection", "IEnumerable"], + "fields": [ + { + "typeName": "int", + "name": "Count", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlSchema", + "name": "this[]", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlNameTable", + "name": "NameTable", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.ValidationEventHandler", + "name": "ValidationEventHandler", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nametable", "typeName": "System.Xml.XmlNameTable" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Xml.Schema.ValidationEventHandler" + } + ], + "isStatic": false, + "name": "add_ValidationEventHandler", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Xml.Schema.ValidationEventHandler" + } + ], + "isStatic": false, + "name": "remove_ValidationEventHandler", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlSchema", + "params": [ + { "name": "ns", "typeName": "string" }, + { "name": "uri", "typeName": "string" } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlSchema", + "params": [ + { "name": "ns", "typeName": "string" }, + { "name": "reader", "typeName": "System.Xml.XmlReader" } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlSchema", + "params": [ + { "name": "ns", "typeName": "string" }, + { "name": "reader", "typeName": "System.Xml.XmlReader" }, + { "name": "resolver", "typeName": "System.Xml.XmlResolver" } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlSchema", + "params": [ + { "name": "schema", "typeName": "System.Xml.Schema.XmlSchema" } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlSchema", + "params": [ + { "name": "schema", "typeName": "System.Xml.Schema.XmlSchema" }, + { "name": "resolver", "typeName": "System.Xml.XmlResolver" } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "schema", + "typeName": "System.Xml.Schema.XmlSchemaCollection" + } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "ns", "typeName": "string" }], + "isStatic": false, + "name": "Contains", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "schema", "typeName": "System.Xml.Schema.XmlSchema" } + ], + "isStatic": false, + "name": "Contains", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "array", "typeName": "System.Xml.Schema.XmlSchema[]" }, + { "name": "index", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlSchemaCollectionEnumerator", + "params": [], + "isStatic": false, + "name": "GetEnumerator", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlSchemaCollection", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Net.Mail", + "baseClass": "System.Security.CodeAccessPermission", + "attribute": "", + "interfaces": [ + "IPermission", + "ISecurityEncodable", + "IStackWalk", + "IUnrestrictedPermission" + ], + "fields": [ + { + "typeName": "System.Net.Mail.SmtpAccess", + "name": "Access", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "unrestricted", "typeName": "bool" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "access", "typeName": "System.Net.Mail.SmtpAccess" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "state", + "typeName": "System.Security.Permissions.PermissionState" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "access", "typeName": "System.Net.Mail.SmtpAccess" } + ], + "isStatic": false, + "name": "AddPermission", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IPermission", + "params": [], + "isStatic": false, + "name": "Copy", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "securityElement", + "typeName": "System.Security.SecurityElement" + } + ], + "isStatic": false, + "name": "FromXml", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IPermission", + "params": [ + { "name": "target", "typeName": "System.Security.IPermission" } + ], + "isStatic": false, + "name": "Intersect", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "target", "typeName": "System.Security.IPermission" } + ], + "isStatic": false, + "name": "IsSubsetOf", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "IsUnrestricted", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "SecurityElement", + "params": [], + "isStatic": false, + "name": "ToXml", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IPermission", + "params": [ + { "name": "target", "typeName": "System.Security.IPermission" } + ], + "isStatic": false, + "name": "Union", + "comment": "", + "location": "System.dll" + } + ], + "name": "SmtpPermission", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Xml.Schema", + "baseClass": "object", + "attribute": "", + "interfaces": ["IEnumerator"], + "fields": [ + { + "typeName": "System.Xml.Schema.XmlSchema", + "name": "Current", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "MoveNext", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlSchemaCollectionEnumerator", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Net.Mail", + "baseClass": "System.Security.Permissions.CodeAccessSecurityAttribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "string", + "name": "Access", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "action", + "typeName": "System.Security.Permissions.SecurityAction" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IPermission", + "params": [], + "isStatic": false, + "name": "CreatePermission", + "comment": "", + "location": "System.dll" + } + ], + "name": "SmtpPermissionAttribute", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Xml.Schema", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "EnableUpaCheck", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlSchemaCompilationSettings", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Net.Mail", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Net.Mail.SmtpStatusCode", + "name": "BadCommandSequence", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Mail.SmtpStatusCode", + "name": "CannotVerifyUserWillAttemptDelivery", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Mail.SmtpStatusCode", + "name": "ClientNotPermitted", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Mail.SmtpStatusCode", + "name": "CommandNotImplemented", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Mail.SmtpStatusCode", + "name": "CommandParameterNotImplemented", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Mail.SmtpStatusCode", + "name": "CommandUnrecognized", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Mail.SmtpStatusCode", + "name": "ExceededStorageAllocation", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Mail.SmtpStatusCode", + "name": "GeneralFailure", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Mail.SmtpStatusCode", + "name": "HelpMessage", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Mail.SmtpStatusCode", + "name": "InsufficientStorage", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Mail.SmtpStatusCode", + "name": "LocalErrorInProcessing", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Mail.SmtpStatusCode", + "name": "MailboxBusy", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Mail.SmtpStatusCode", + "name": "MailboxNameNotAllowed", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Mail.SmtpStatusCode", + "name": "MailboxUnavailable", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Mail.SmtpStatusCode", + "name": "MustIssueStartTlsFirst", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Mail.SmtpStatusCode", + "name": "Ok", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Mail.SmtpStatusCode", + "name": "ServiceClosingTransmissionChannel", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Mail.SmtpStatusCode", + "name": "ServiceNotAvailable", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Mail.SmtpStatusCode", + "name": "ServiceReady", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Mail.SmtpStatusCode", + "name": "StartMailInput", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Mail.SmtpStatusCode", + "name": "SyntaxError", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Mail.SmtpStatusCode", + "name": "SystemStatus", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Mail.SmtpStatusCode", + "name": "TransactionFailed", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Mail.SmtpStatusCode", + "name": "UserNotLocalTryAlternatePath", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Mail.SmtpStatusCode", + "name": "UserNotLocalWillForward", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Net.Mail.SmtpStatusCode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "SmtpStatusCode", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Configuration", + "baseClass": "System.Configuration.ConfigurationSection", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Configuration.SettingElementCollection", + "name": "Settings", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "ClientSettingsSection", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Configuration", + "baseClass": "System.SystemException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [ + { + "typeName": "string", + "name": "BareMessage", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "Filename", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "Line", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "Message", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "inner", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "inner", "typeName": "System.Exception" }, + { "name": "filename", "typeName": "string" }, + { "name": "line", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "inner", "typeName": "System.Exception" }, + { "name": "node", "typeName": "System.Xml.XmlNode" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "filename", "typeName": "string" }, + { "name": "line", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "node", "typeName": "System.Xml.XmlNode" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "info", + "typeName": "System.Runtime.Serialization.SerializationInfo" + }, + { + "name": "context", + "typeName": "System.Runtime.Serialization.StreamingContext" + } + ], + "isStatic": false, + "name": "GetObjectData", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "node", "typeName": "System.Xml.XmlNode" }], + "isStatic": true, + "name": "GetXmlNodeFilename", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "node", "typeName": "System.Xml.XmlNode" }], + "isStatic": true, + "name": "GetXmlNodeLineNumber", + "comment": "", + "location": "System.dll" + } + ], + "name": "ConfigurationException", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Xml.Schema", + "baseClass": "System.Xml.Schema.XmlSchemaContentModel", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Xml.Schema.XmlSchemaContent", + "name": "Content", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "bool", + "name": "IsMixed", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlSchemaComplexContent", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml.Schema", + "baseClass": "System.Xml.Schema.XmlSchemaContent", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Xml.Schema.XmlSchemaAnyAttribute", + "name": "AnyAttribute", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlSchemaObjectCollection", + "name": "Attributes", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlQualifiedName", + "name": "BaseTypeName", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlSchemaParticle", + "name": "Particle", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlSchemaComplexContentExtension", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml.Schema", + "baseClass": "System.Xml.Schema.XmlSchemaContent", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Xml.Schema.XmlSchemaAnyAttribute", + "name": "AnyAttribute", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlSchemaObjectCollection", + "name": "Attributes", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlQualifiedName", + "name": "BaseTypeName", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlSchemaParticle", + "name": "Particle", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlSchemaComplexContentRestriction", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Data", + "baseClass": "System.SystemException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [], + "name": "OperationAbortedException", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Data.ParameterDirection", + "name": "Input", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.ParameterDirection", + "name": "InputOutput", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.ParameterDirection", + "name": "Output", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.ParameterDirection", + "name": "ReturnValue", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Data.ParameterDirection", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "ParameterDirection", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Data.PropertyAttributes", + "name": "NotSupported", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.PropertyAttributes", + "name": "Optional", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.PropertyAttributes", + "name": "Read", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.PropertyAttributes", + "name": "Required", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.PropertyAttributes", + "name": "Write", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Data.PropertyAttributes", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "PropertyAttributes", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data", + "baseClass": "System.Collections.Hashtable", + "attribute": "", + "interfaces": [ + "IDictionary", + "ICollection", + "IEnumerable", + "ICloneable", + "IDeserializationCallback", + "ISerializable" + ], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Object", + "params": [], + "isStatic": false, + "name": "Clone", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "PropertyCollection", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Xml.Schema", + "baseClass": "System.Xml.Schema.XmlSchemaType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Xml.Schema.XmlSchemaAnyAttribute", + "name": "AnyAttribute", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlSchemaObjectCollection", + "name": "Attributes", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlSchemaObjectTable", + "name": "AttributeUses", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlSchemaAnyAttribute", + "name": "AttributeWildcard", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlSchemaDerivationMethod", + "name": "Block", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlSchemaDerivationMethod", + "name": "BlockResolved", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlSchemaContentModel", + "name": "ContentModel", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlSchemaContentType", + "name": "ContentType", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlSchemaParticle", + "name": "ContentTypeParticle", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "bool", + "name": "IsAbstract", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "bool", + "name": "IsMixed", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlSchemaParticle", + "name": "Particle", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlSchemaComplexType", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml.Schema", + "baseClass": "System.Xml.Schema.XmlSchemaAnnotated", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [], + "name": "XmlSchemaContent", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml.Schema", + "baseClass": "System.Xml.Schema.XmlSchemaAnnotated", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Xml.Schema.XmlSchemaContent", + "name": "Content", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [], + "name": "XmlSchemaContentModel", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml.Schema", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Xml.Schema.XmlSchemaContentProcessing", + "name": "Lax", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlSchemaContentProcessing", + "name": "None", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlSchemaContentProcessing", + "name": "Skip", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlSchemaContentProcessing", + "name": "Strict", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Xml.Schema.XmlSchemaContentProcessing", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlSchemaContentProcessing", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml.Schema", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Xml.Schema.XmlSchemaContentType", + "name": "ElementOnly", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlSchemaContentType", + "name": "Empty", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlSchemaContentType", + "name": "Mixed", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlSchemaContentType", + "name": "TextOnly", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Xml.Schema.XmlSchemaContentType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlSchemaContentType", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml.Schema", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Xml.XmlTokenizedType", + "name": "TokenizedType", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlTypeCode", + "name": "TypeCode", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Type", + "name": "ValueType", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlSchemaDatatypeVariety", + "name": "Variety", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "Object", + "params": [ + { "name": "value", "typeName": "object" }, + { "name": "targetType", "typeName": "System.Type" } + ], + "isStatic": false, + "name": "ChangeType", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "value", "typeName": "object" }, + { "name": "targetType", "typeName": "System.Type" }, + { + "name": "namespaceResolver", + "typeName": "System.Xml.IXmlNamespaceResolver" + } + ], + "isStatic": false, + "name": "ChangeType", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "datatype", + "typeName": "System.Xml.Schema.XmlSchemaDatatype" + } + ], + "isStatic": false, + "name": "IsDerivedFrom", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "s", "typeName": "string" }, + { "name": "nameTable", "typeName": "System.Xml.XmlNameTable" }, + { "name": "nsmgr", "typeName": "System.Xml.IXmlNamespaceResolver" } + ], + "isStatic": false, + "name": "ParseValue", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlSchemaDatatype", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml.Schema", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Xml.Schema.XmlSchemaDatatypeVariety", + "name": "Atomic", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlSchemaDatatypeVariety", + "name": "List", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlSchemaDatatypeVariety", + "name": "Union", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Xml.Schema.XmlSchemaDatatypeVariety", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlSchemaDatatypeVariety", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml.Schema", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Xml.Schema.XmlSchemaDerivationMethod", + "name": "All", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlSchemaDerivationMethod", + "name": "Empty", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlSchemaDerivationMethod", + "name": "Extension", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlSchemaDerivationMethod", + "name": "List", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlSchemaDerivationMethod", + "name": "None", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlSchemaDerivationMethod", + "name": "Restriction", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlSchemaDerivationMethod", + "name": "Substitution", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlSchemaDerivationMethod", + "name": "Union", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Xml.Schema.XmlSchemaDerivationMethod", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlSchemaDerivationMethod", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Configuration", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Collections.Specialized.NameValueCollection", + "name": "AppSettings", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Object", + "params": [{ "name": "sectionName", "typeName": "string" }], + "isStatic": true, + "name": "GetConfig", + "comment": "", + "location": "System.dll" + } + ], + "name": "ConfigurationSettings", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Data", + "baseClass": "System.Data.DataException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "s", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "innerException", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "ReadOnlyException", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Configuration", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "string", + "name": "Value", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "DefaultSettingValueAttribute", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Configuration", + "baseClass": "System.Xml.XmlDocument", + "attribute": "", + "interfaces": [ + "IEnumerable", + "ICloneable", + "IXPathNavigable", + "IConfigErrorInfo" + ], + "fields": [ + { + "typeName": "string", + "name": "Filename", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "LineNumber", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "XmlAttribute", + "params": [ + { "name": "prefix", "typeName": "string" }, + { "name": "localName", "typeName": "string" }, + { "name": "namespaceUri", "typeName": "string" } + ], + "isStatic": false, + "name": "CreateAttribute", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "XmlCDataSection", + "params": [{ "name": "data", "typeName": "string" }], + "isStatic": false, + "name": "CreateCDataSection", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "XmlComment", + "params": [{ "name": "data", "typeName": "string" }], + "isStatic": false, + "name": "CreateComment", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "XmlElement", + "params": [ + { "name": "prefix", "typeName": "string" }, + { "name": "localName", "typeName": "string" }, + { "name": "namespaceUri", "typeName": "string" } + ], + "isStatic": false, + "name": "CreateElement", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "XmlSignificantWhitespace", + "params": [{ "name": "data", "typeName": "string" }], + "isStatic": false, + "name": "CreateSignificantWhitespace", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "XmlText", + "params": [{ "name": "text", "typeName": "string" }], + "isStatic": false, + "name": "CreateTextNode", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "XmlWhitespace", + "params": [{ "name": "data", "typeName": "string" }], + "isStatic": false, + "name": "CreateWhitespace", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "filename", "typeName": "string" }], + "isStatic": false, + "name": "Load", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "filename", "typeName": "string" }, + { "name": "sourceReader", "typeName": "System.Xml.XmlTextReader" } + ], + "isStatic": false, + "name": "LoadSingleElement", + "comment": "", + "location": "System.dll" + } + ], + "name": "ConfigXmlDocument", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Data", + "baseClass": "System.Data.DataException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "s", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "innerException", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "RowNotInTableException", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Data.Rule", + "name": "Cascade", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.Rule", + "name": "None", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.Rule", + "name": "SetDefault", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.Rule", + "name": "SetNull", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Data.Rule", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "Rule", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Configuration", + "baseClass": "object", + "attribute": "", + "interfaces": ["IConfigurationSectionHandler"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "parent", "typeName": "object" }, + { "name": "context", "typeName": "object" }, + { "name": "section", "typeName": "System.Xml.XmlNode" } + ], + "isStatic": false, + "name": "Create", + "comment": "", + "location": "System.dll" + } + ], + "name": "DictionarySectionHandler", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Data", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Data.SchemaSerializationMode", + "name": "ExcludeSchema", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SchemaSerializationMode", + "name": "IncludeSchema", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Data.SchemaSerializationMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "SchemaSerializationMode", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Configuration", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "SettingsPropertyValue", + "params": [ + { + "name": "context", + "typeName": "System.Configuration.SettingsContext" + }, + { + "name": "property", + "typeName": "System.Configuration.SettingsProperty" + } + ], + "isStatic": false, + "name": "GetPreviousVersion", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "context", + "typeName": "System.Configuration.SettingsContext" + } + ], + "isStatic": false, + "name": "Reset", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "context", + "typeName": "System.Configuration.SettingsContext" + }, + { + "name": "properties", + "typeName": "System.Configuration.SettingsPropertyCollection" + } + ], + "isStatic": false, + "name": "Upgrade", + "comment": "", + "location": "System.dll" + } + ], + "name": "IApplicationSettingsProvider", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Data", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Data.SchemaType", + "name": "Mapped", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SchemaType", + "name": "Source", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Data.SchemaType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "SchemaType", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Data.SerializationFormat", + "name": "Binary", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SerializationFormat", + "name": "Xml", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Data.SerializationFormat", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "SerializationFormat", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Configuration", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Object", + "params": [ + { "name": "parent", "typeName": "object" }, + { "name": "configContext", "typeName": "object" }, + { "name": "section", "typeName": "System.Xml.XmlNode" } + ], + "isStatic": false, + "name": "Create", + "comment": "", + "location": "System.dll" + } + ], + "name": "IConfigurationSectionHandler", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Data", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Data.SqlDbType", + "name": "BigInt", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlDbType", + "name": "Binary", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlDbType", + "name": "Bit", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlDbType", + "name": "Char", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlDbType", + "name": "Date", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlDbType", + "name": "DateTime", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlDbType", + "name": "DateTime2", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlDbType", + "name": "DateTimeOffset", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlDbType", + "name": "Decimal", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlDbType", + "name": "Float", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlDbType", + "name": "Image", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlDbType", + "name": "Int", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlDbType", + "name": "Money", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlDbType", + "name": "NChar", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlDbType", + "name": "NText", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlDbType", + "name": "NVarChar", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlDbType", + "name": "Real", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlDbType", + "name": "SmallDateTime", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlDbType", + "name": "SmallInt", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlDbType", + "name": "SmallMoney", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlDbType", + "name": "Structured", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlDbType", + "name": "Text", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlDbType", + "name": "Time", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlDbType", + "name": "Timestamp", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlDbType", + "name": "TinyInt", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlDbType", + "name": "Udt", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlDbType", + "name": "UniqueIdentifier", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlDbType", + "name": "VarBinary", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlDbType", + "name": "VarChar", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlDbType", + "name": "Variant", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlDbType", + "name": "Xml", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Data.SqlDbType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "SqlDbType", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Xml.Schema", + "baseClass": "System.Xml.Schema.XmlSchemaObject", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "Language", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlNode[]", + "name": "Markup", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "Source", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlSchemaDocumentation", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Configuration", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Object", + "params": [{ "name": "configKey", "typeName": "string" }], + "isStatic": false, + "name": "GetConfig", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Init", + "comment": "", + "location": "System.dll" + } + ], + "name": "IConfigurationSystem", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Data", + "baseClass": "System.EventArgs", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Data.ConnectionState", + "name": "CurrentState", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.ConnectionState", + "name": "OriginalState", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "originalState", + "typeName": "System.Data.ConnectionState" + }, + { + "name": "currentState", + "typeName": "System.Data.ConnectionState" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "StateChangeEventArgs", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Xml.Schema", + "baseClass": "System.Xml.Schema.XmlSchemaParticle", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Xml.Schema.XmlSchemaDerivationMethod", + "name": "Block", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlSchemaDerivationMethod", + "name": "BlockResolved", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlSchemaObjectCollection", + "name": "Constraints", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "DefaultValue", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlSchemaType", + "name": "ElementSchemaType", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "object", + "name": "ElementType", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlSchemaDerivationMethod", + "name": "Final", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlSchemaDerivationMethod", + "name": "FinalResolved", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "FixedValue", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlSchemaForm", + "name": "Form", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "bool", + "name": "IsAbstract", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "bool", + "name": "IsNillable", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlQualifiedName", + "name": "QualifiedName", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlQualifiedName", + "name": "RefName", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlSchemaType", + "name": "SchemaType", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlQualifiedName", + "name": "SchemaTypeName", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlQualifiedName", + "name": "SubstitutionGroup", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlSchemaElement", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Data", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "sender", "typeName": "object" }, + { "name": "e", "typeName": "System.Data.StateChangeEventArgs" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "sender", "typeName": "object" }, + { "name": "e", "typeName": "System.Data.StateChangeEventArgs" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "StateChangeEventHandler", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Configuration", + "baseClass": "System.Configuration.ConfigurationElement", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.UriIdnScope", + "name": "Enabled", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "IdnElement", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Xml.Schema", + "baseClass": "System.Xml.Schema.XmlSchemaFacet", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlSchemaEnumerationFacet", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Data", + "baseClass": "System.EventArgs", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "RecordCount", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "recordCount", "typeName": "int" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "StatementCompletedEventArgs", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Configuration", + "baseClass": "object", + "attribute": "", + "interfaces": ["IConfigurationSectionHandler"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "parent", "typeName": "object" }, + { "name": "configContext", "typeName": "object" }, + { "name": "section", "typeName": "System.Xml.XmlNode" } + ], + "isStatic": false, + "name": "Create", + "comment": "", + "location": "System.dll" + } + ], + "name": "IgnoreSectionHandler", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Data", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "sender", "typeName": "object" }, + { + "name": "e", + "typeName": "System.Data.StatementCompletedEventArgs" + } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "sender", "typeName": "object" }, + { + "name": "e", + "typeName": "System.Data.StatementCompletedEventArgs" + }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "StatementCompletedEventHandler", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Xml.Schema", + "baseClass": "System.SystemException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [ + { + "typeName": "int", + "name": "LineNumber", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "int", + "name": "LinePosition", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "Message", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlSchemaObject", + "name": "SourceSchemaObject", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "SourceUri", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "innerException", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "innerException", "typeName": "System.Exception" }, + { "name": "lineNumber", "typeName": "int" }, + { "name": "linePosition", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "info", + "typeName": "System.Runtime.Serialization.SerializationInfo" + }, + { + "name": "context", + "typeName": "System.Runtime.Serialization.StreamingContext" + } + ], + "isStatic": false, + "name": "GetObjectData", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlSchemaException", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Data", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Data.StatementType", + "name": "Batch", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.StatementType", + "name": "Delete", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.StatementType", + "name": "Insert", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.StatementType", + "name": "Select", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.StatementType", + "name": "Update", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Data.StatementType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "StatementType", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Configuration", + "baseClass": "System.Configuration.SettingsProvider", + "attribute": "", + "interfaces": ["IApplicationSettingsProvider"], + "fields": [ + { + "typeName": "string", + "name": "ApplicationName", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "SettingsPropertyValue", + "params": [ + { + "name": "context", + "typeName": "System.Configuration.SettingsContext" + }, + { + "name": "property", + "typeName": "System.Configuration.SettingsProperty" + } + ], + "isStatic": false, + "name": "GetPreviousVersion", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "SettingsPropertyValueCollection", + "params": [ + { + "name": "context", + "typeName": "System.Configuration.SettingsContext" + }, + { + "name": "properties", + "typeName": "System.Configuration.SettingsPropertyCollection" + } + ], + "isStatic": false, + "name": "GetPropertyValues", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { + "name": "values", + "typeName": "System.Collections.Specialized.NameValueCollection" + } + ], + "isStatic": false, + "name": "Initialize", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "context", + "typeName": "System.Configuration.SettingsContext" + } + ], + "isStatic": false, + "name": "Reset", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "context", + "typeName": "System.Configuration.SettingsContext" + }, + { + "name": "values", + "typeName": "System.Configuration.SettingsPropertyValueCollection" + } + ], + "isStatic": false, + "name": "SetPropertyValues", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "context", + "typeName": "System.Configuration.SettingsContext" + }, + { + "name": "properties", + "typeName": "System.Configuration.SettingsPropertyCollection" + } + ], + "isStatic": false, + "name": "Upgrade", + "comment": "", + "location": "System.dll" + } + ], + "name": "LocalFileSettingsProvider", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Xml.Schema", + "baseClass": "System.Xml.Schema.XmlSchemaObject", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "Id", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlSchema", + "name": "Schema", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "SchemaLocation", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlAttribute[]", + "name": "UnhandledAttributes", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [], + "name": "XmlSchemaExternal", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Configuration", + "baseClass": "System.Configuration.ConfigurationElement", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "Enabled", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "IriParsingElement", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Xml.Schema", + "baseClass": "System.Xml.Schema.XmlSchemaAnnotated", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "IsFixed", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "Value", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [], + "name": "XmlSchemaFacet", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Data", + "baseClass": "System.Data.InvalidExpressionException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "s", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "innerException", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "SyntaxErrorException", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Configuration", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "SettingsProvider", + "params": [ + { + "name": "property", + "typeName": "System.Configuration.SettingsProperty" + } + ], + "isStatic": false, + "name": "GetSettingsProvider", + "comment": "", + "location": "System.dll" + } + ], + "name": "ISettingsProviderService", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Configuration", + "baseClass": "object", + "attribute": "", + "interfaces": ["IConfigurationSectionHandler"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "parent", "typeName": "object" }, + { "name": "configContext", "typeName": "object" }, + { "name": "section", "typeName": "System.Xml.XmlNode" } + ], + "isStatic": false, + "name": "Create", + "comment": "", + "location": "System.dll" + } + ], + "name": "NameValueFileSectionHandler", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Data", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "dataSet", "typeName": "System.Data.DataSet" }, + { + "name": "codeNamespace", + "typeName": "System.CodeDom.CodeNamespace" + }, + { + "name": "codeGen", + "typeName": "System.CodeDom.Compiler.ICodeGenerator" + } + ], + "isStatic": true, + "name": "Generate", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "name", "typeName": "string" }, + { + "name": "codeGen", + "typeName": "System.CodeDom.Compiler.ICodeGenerator" + } + ], + "isStatic": true, + "name": "GenerateIdName", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "TypedDataSetGenerator", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Xml.Schema", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Xml.Schema.XmlSchemaForm", + "name": "None", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlSchemaForm", + "name": "Qualified", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlSchemaForm", + "name": "Unqualified", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Xml.Schema.XmlSchemaForm", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlSchemaForm", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Data", + "baseClass": "System.Data.DataException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [ + { + "typeName": "System.Collections.ArrayList", + "name": "ErrorList", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "list", "typeName": "System.Collections.ArrayList" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "innerException", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "info", + "typeName": "System.Runtime.Serialization.SerializationInfo" + }, + { + "name": "context", + "typeName": "System.Runtime.Serialization.StreamingContext" + } + ], + "isStatic": false, + "name": "GetObjectData", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "TypedDataSetGeneratorException", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Configuration", + "baseClass": "object", + "attribute": "", + "interfaces": ["IConfigurationSectionHandler"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "parent", "typeName": "object" }, + { "name": "context", "typeName": "object" }, + { "name": "section", "typeName": "System.Xml.XmlNode" } + ], + "isStatic": false, + "name": "Create", + "comment": "", + "location": "System.dll" + } + ], + "name": "NameValueSectionHandler", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Xml.Schema", + "baseClass": "System.Xml.Schema.XmlSchemaNumericFacet", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlSchemaFractionDigitsFacet", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Configuration", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "NoSettingsVersionUpgradeAttribute", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Data", + "baseClass": "System.Data.Constraint", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Data.DataColumn[]", + "name": "Columns", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "bool", + "name": "IsPrimaryKey", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.DataTable", + "name": "Table", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "column", "typeName": "System.Data.DataColumn" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "column", "typeName": "System.Data.DataColumn" }, + { "name": "isPrimaryKey", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "columns", "typeName": "System.Data.DataColumn[]" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "columns", "typeName": "System.Data.DataColumn[]" }, + { "name": "isPrimaryKey", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "column", "typeName": "System.Data.DataColumn" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "column", "typeName": "System.Data.DataColumn" }, + { "name": "isPrimaryKey", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "columns", "typeName": "System.Data.DataColumn[]" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "columns", "typeName": "System.Data.DataColumn[]" }, + { "name": "isPrimaryKey", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "columnNames", "typeName": "string[]" }, + { "name": "isPrimaryKey", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "key2", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "UniqueConstraint", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Xml.Schema", + "baseClass": "System.Xml.Schema.XmlSchemaAnnotated", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlSchemaGroupBase", + "name": "Particle", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlQualifiedName", + "name": "QualifiedName", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlSchemaGroup", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Data", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Data.UpdateRowSource", + "name": "Both", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.UpdateRowSource", + "name": "FirstReturnedRecord", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.UpdateRowSource", + "name": "None", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.UpdateRowSource", + "name": "OutputParameters", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Data.UpdateRowSource", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "UpdateRowSource", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Configuration", + "baseClass": "System.Configuration.ConfigurationElement", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.GenericUriParserOptions", + "name": "GenericUriParserOptions", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "SchemeSettingElement", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Xml.Schema", + "baseClass": "System.Xml.Schema.XmlSchemaParticle", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Xml.Schema.XmlSchemaObjectCollection", + "name": "Items", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [], + "name": "XmlSchemaGroupBase", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Configuration", + "baseClass": "System.ComponentModel.CancelEventArgs", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "object", + "name": "NewValue", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "SettingClass", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "SettingKey", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "SettingName", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "settingName", "typeName": "string" }, + { "name": "settingClass", "typeName": "string" }, + { "name": "settingKey", "typeName": "string" }, + { "name": "newValue", "typeName": "object" }, + { "name": "cancel", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "SettingChangingEventArgs", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Data", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Data.UpdateStatus", + "name": "Continue", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.UpdateStatus", + "name": "ErrorsOccurred", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.UpdateStatus", + "name": "SkipAllRemainingRows", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.UpdateStatus", + "name": "SkipCurrentRow", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Data.UpdateStatus", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "UpdateStatus", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Configuration", + "baseClass": "System.Configuration.ConfigurationElementCollection", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Configuration.ConfigurationElementCollectionType", + "name": "CollectionType", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Configuration.SchemeSettingElement", + "name": "this[]", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Configuration.SchemeSettingElement", + "name": "this[]", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "element", + "typeName": "System.Configuration.SchemeSettingElement" + } + ], + "isStatic": false, + "name": "IndexOf", + "comment": "", + "location": "System.dll" + } + ], + "name": "SchemeSettingElementCollection", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Xml.Schema", + "baseClass": "System.Xml.Schema.XmlSchemaParticle", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Xml.Schema.XmlSchemaGroupBase", + "name": "Particle", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlQualifiedName", + "name": "RefName", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlSchemaGroupRef", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Configuration", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "sender", "typeName": "object" }, + { + "name": "e", + "typeName": "System.Configuration.SettingChangingEventArgs" + } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "sender", "typeName": "object" }, + { + "name": "e", + "typeName": "System.Configuration.SettingChangingEventArgs" + }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "System.dll" + } + ], + "name": "SettingChangingEventHandler", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Data", + "baseClass": "System.Data.DataException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "s", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "innerException", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "VersionNotFoundException", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Configuration", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "SettingAttribute", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Xml.Schema", + "baseClass": "System.Xml.Schema.XmlSchemaAnnotated", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Xml.Schema.XmlSchemaObjectCollection", + "name": "Fields", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlQualifiedName", + "name": "QualifiedName", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlSchemaXPath", + "name": "Selector", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlSchemaIdentityConstraint", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Data", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Data.XmlReadMode", + "name": "Auto", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.XmlReadMode", + "name": "DiffGram", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.XmlReadMode", + "name": "Fragment", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.XmlReadMode", + "name": "IgnoreSchema", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.XmlReadMode", + "name": "InferSchema", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.XmlReadMode", + "name": "InferTypedSchema", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.XmlReadMode", + "name": "ReadSchema", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Data.XmlReadMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "XmlReadMode", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Xml.Schema", + "baseClass": "System.Xml.Schema.XmlSchemaExternal", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Xml.Schema.XmlSchemaAnnotation", + "name": "Annotation", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "Namespace", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlSchemaImport", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Data", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Data.XmlWriteMode", + "name": "DiffGram", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.XmlWriteMode", + "name": "IgnoreSchema", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.XmlWriteMode", + "name": "WriteSchema", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Data.XmlWriteMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "XmlWriteMode", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Configuration", + "baseClass": "System.Configuration.ConfigurationElement", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Configuration.SettingsSerializeAs", + "name": "SerializeAs", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Configuration.SettingValueElement", + "name": "Value", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { + "name": "serializeAs", + "typeName": "System.Configuration.SettingsSerializeAs" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "settings", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "System.dll" + } + ], + "name": "SettingElement", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Xml.Schema", + "baseClass": "System.Xml.Schema.XmlSchemaExternal", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Xml.Schema.XmlSchemaAnnotation", + "name": "Annotation", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlSchemaInclude", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Configuration", + "baseClass": "System.Configuration.ConfigurationElementCollection", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Configuration.ConfigurationElementCollectionType", + "name": "CollectionType", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "element", + "typeName": "System.Configuration.SettingElement" + } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Clear", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "SettingElement", + "params": [{ "name": "elementKey", "typeName": "string" }], + "isStatic": false, + "name": "Get", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "element", + "typeName": "System.Configuration.SettingElement" + } + ], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "System.dll" + } + ], + "name": "SettingElementCollection", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Xml.Schema", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Xml.Schema.XmlSchemaInference.InferenceOption", + "name": "Occurrence", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlSchemaInference.InferenceOption", + "name": "TypeInference", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlSchemaSet", + "params": [ + { "name": "instanceDocument", "typeName": "System.Xml.XmlReader" } + ], + "isStatic": false, + "name": "InferSchema", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlSchemaSet", + "params": [ + { "name": "instanceDocument", "typeName": "System.Xml.XmlReader" }, + { "name": "schemas", "typeName": "System.Xml.Schema.XmlSchemaSet" } + ], + "isStatic": false, + "name": "InferSchema", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlSchemaInference", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Configuration", + "baseClass": "System.Collections.Hashtable", + "attribute": "", + "interfaces": [ + "IDictionary", + "ICollection", + "IEnumerable", + "ICloneable", + "IDeserializationCallback", + "ISerializable" + ], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "attributes", + "typeName": "System.Configuration.SettingsAttributeDictionary" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "SettingsAttributeDictionary", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Configuration", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Configuration.SettingsContext", + "name": "Context", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "IsSynchronized", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "object", + "name": "this[]", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Configuration.SettingsPropertyCollection", + "name": "Properties", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Configuration.SettingsPropertyValueCollection", + "name": "PropertyValues", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Configuration.SettingsProviderCollection", + "name": "Providers", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "context", + "typeName": "System.Configuration.SettingsContext" + }, + { + "name": "properties", + "typeName": "System.Configuration.SettingsPropertyCollection" + }, + { + "name": "providers", + "typeName": "System.Configuration.SettingsProviderCollection" + } + ], + "isStatic": false, + "name": "Initialize", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Save", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "SettingsBase", + "params": [ + { + "name": "settingsBase", + "typeName": "System.Configuration.SettingsBase" + } + ], + "isStatic": true, + "name": "Synchronized", + "comment": "", + "location": "System.dll" + } + ], + "name": "SettingsBase", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Configuration", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Configuration.SettingsManageability", + "name": "Roaming", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Configuration.SettingsManageability", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "SettingsManageability", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Configuration", + "baseClass": "System.Collections.Hashtable", + "attribute": "", + "interfaces": [ + "IDictionary", + "ICollection", + "IEnumerable", + "ICloneable", + "IDeserializationCallback", + "ISerializable" + ], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "SettingsContext", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Configuration", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "System.Configuration.SettingsManageability", + "name": "Manageability", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "manageability", + "typeName": "System.Configuration.SettingsManageability" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "SettingsManageabilityAttribute", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Configuration", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "string", + "name": "Description", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "description", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "SettingsDescriptionAttribute", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Xml.Schema", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Xml.Schema.XmlSchemaInference.InferenceOption", + "name": "Relaxed", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlSchemaInference.InferenceOption", + "name": "Restricted", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Xml.Schema.XmlSchemaInference.InferenceOption", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "InferenceOption", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Configuration", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Configuration.SettingsAttributeDictionary", + "name": "Attributes", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "object", + "name": "DefaultValue", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "IsReadOnly", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Type", + "name": "PropertyType", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Configuration.SettingsProvider", + "name": "Provider", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Configuration.SettingsSerializeAs", + "name": "SerializeAs", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "ThrowOnErrorDeserializing", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "ThrowOnErrorSerializing", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "propertyToCopy", + "typeName": "System.Configuration.SettingsProperty" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "propertyType", "typeName": "System.Type" }, + { + "name": "provider", + "typeName": "System.Configuration.SettingsProvider" + }, + { "name": "isReadOnly", "typeName": "bool" }, + { "name": "defaultValue", "typeName": "object" }, + { + "name": "serializeAs", + "typeName": "System.Configuration.SettingsSerializeAs" + }, + { + "name": "attributes", + "typeName": "System.Configuration.SettingsAttributeDictionary" + }, + { "name": "throwOnErrorDeserializing", "typeName": "bool" }, + { "name": "throwOnErrorSerializing", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "SettingsProperty", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Configuration", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "string", + "name": "Description", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "description", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "SettingsGroupDescriptionAttribute", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Configuration", + "baseClass": "object", + "attribute": "", + "interfaces": ["ICollection", "IEnumerable", "ICloneable"], + "fields": [ + { + "typeName": "int", + "name": "Count", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "IsSynchronized", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Configuration.SettingsProperty", + "name": "this[]", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "object", + "name": "SyncRoot", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "property", + "typeName": "System.Configuration.SettingsProperty" + } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Clear", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Object", + "params": [], + "isStatic": false, + "name": "Clone", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "array", "typeName": "System.Array" }, + { "name": "index", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IEnumerator", + "params": [], + "isStatic": false, + "name": "GetEnumerator", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "SetReadOnly", + "comment": "", + "location": "System.dll" + } + ], + "name": "SettingsPropertyCollection", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Configuration", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "string", + "name": "GroupName", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "groupName", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "SettingsGroupNameAttribute", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Xml.Schema", + "baseClass": "System.Xml.Schema.XmlSchemaException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "innerException", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "innerException", "typeName": "System.Exception" }, + { "name": "lineNumber", "typeName": "int" }, + { "name": "linePosition", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "info", + "typeName": "System.Runtime.Serialization.SerializationInfo" + }, + { + "name": "context", + "typeName": "System.Runtime.Serialization.StreamingContext" + } + ], + "isStatic": false, + "name": "GetObjectData", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlSchemaInferenceException", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Configuration", + "baseClass": "System.EventArgs", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Configuration.SettingsProvider", + "name": "Provider", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "provider", + "typeName": "System.Configuration.SettingsProvider" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "SettingsLoadedEventArgs", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Configuration", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "sender", "typeName": "object" }, + { + "name": "e", + "typeName": "System.Configuration.SettingsLoadedEventArgs" + } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "sender", "typeName": "object" }, + { + "name": "e", + "typeName": "System.Configuration.SettingsLoadedEventArgs" + }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "System.dll" + } + ], + "name": "SettingsLoadedEventHandler", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Configuration", + "baseClass": "System.Exception", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "innerException", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "SettingsPropertyIsReadOnlyException", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net.Mime", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.DateTime", + "name": "CreationDate", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "DispositionType", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "FileName", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "Inline", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.DateTime", + "name": "ModificationDate", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Collections.Specialized.StringDictionary", + "name": "Parameters", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.DateTime", + "name": "ReadDate", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "Size", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "disposition", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "rparam", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.dll" + } + ], + "name": "ContentDisposition", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Configuration", + "baseClass": "System.Exception", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "innerException", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "SettingsPropertyNotFoundException", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Configuration", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "Deserialized", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "IsDirty", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Configuration.SettingsProperty", + "name": "Property", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "object", + "name": "PropertyValue", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "object", + "name": "SerializedValue", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "UsingDefaultValue", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "property", + "typeName": "System.Configuration.SettingsProperty" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "SettingsPropertyValue", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Configuration", + "baseClass": "object", + "attribute": "", + "interfaces": ["ICollection", "IEnumerable", "ICloneable"], + "fields": [ + { + "typeName": "int", + "name": "Count", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "IsSynchronized", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Configuration.SettingsPropertyValue", + "name": "this[]", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "object", + "name": "SyncRoot", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "property", + "typeName": "System.Configuration.SettingsPropertyValue" + } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Clear", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Object", + "params": [], + "isStatic": false, + "name": "Clone", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "array", "typeName": "System.Array" }, + { "name": "index", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IEnumerator", + "params": [], + "isStatic": false, + "name": "GetEnumerator", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "SetReadOnly", + "comment": "", + "location": "System.dll" + } + ], + "name": "SettingsPropertyValueCollection", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net.Mime", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "Boundary", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "CharSet", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "MediaType", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Collections.Specialized.StringDictionary", + "name": "Parameters", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "contentType", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "rparam", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.dll" + } + ], + "name": "ContentType", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Xml.Schema", + "baseClass": "object", + "attribute": "", + "interfaces": ["IXmlSchemaInfo"], + "fields": [ + { + "typeName": "System.Xml.Schema.XmlSchemaContentType", + "name": "ContentType", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "bool", + "name": "IsDefault", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "bool", + "name": "IsNil", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlSchemaSimpleType", + "name": "MemberType", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlSchemaAttribute", + "name": "SchemaAttribute", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlSchemaElement", + "name": "SchemaElement", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlSchemaType", + "name": "SchemaType", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlSchemaValidity", + "name": "Validity", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlSchemaInfo", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Net.Mime", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "Attachment", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "Inline", + "comment": "", + "location": "System.dll" + } + ], + "methods": [], + "name": "DispositionTypeNames", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Xml.Schema", + "baseClass": "System.Xml.Schema.XmlSchemaIdentityConstraint", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlSchemaKey", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml.Schema", + "baseClass": "System.Xml.Schema.XmlSchemaIdentityConstraint", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Xml.XmlQualifiedName", + "name": "Refer", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlSchemaKeyref", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Configuration", + "baseClass": "System.Exception", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "innerException", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "SettingsPropertyWrongTypeException", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net.Mime", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [], + "name": "MediaTypeNames", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Xml.Schema", + "baseClass": "System.Xml.Schema.XmlSchemaNumericFacet", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlSchemaLengthFacet", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Configuration", + "baseClass": "System.Configuration.Provider.ProviderBase", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "ApplicationName", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "SettingsPropertyValueCollection", + "params": [ + { + "name": "context", + "typeName": "System.Configuration.SettingsContext" + }, + { + "name": "collection", + "typeName": "System.Configuration.SettingsPropertyCollection" + } + ], + "isStatic": false, + "name": "GetPropertyValues", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "context", + "typeName": "System.Configuration.SettingsContext" + }, + { + "name": "collection", + "typeName": "System.Configuration.SettingsPropertyValueCollection" + } + ], + "isStatic": false, + "name": "SetPropertyValues", + "comment": "", + "location": "System.dll" + } + ], + "name": "SettingsProvider", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Xml.Schema", + "baseClass": "System.Xml.Schema.XmlSchemaFacet", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlSchemaMaxExclusiveFacet", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Configuration", + "baseClass": "object", + "attribute": "", + "interfaces": ["IConfigurationSectionHandler"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "parent", "typeName": "object" }, + { "name": "context", "typeName": "object" }, + { "name": "section", "typeName": "System.Xml.XmlNode" } + ], + "isStatic": false, + "name": "Create", + "comment": "", + "location": "System.dll" + } + ], + "name": "SingleTagSectionHandler", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Configuration", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "string", + "name": "ProviderTypeName", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "providerTypeName", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "providerType", "typeName": "System.Type" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "SettingsProviderAttribute", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Xml.XPath", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "XPathNavigator", + "params": [], + "isStatic": false, + "name": "CreateNavigator", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "IXPathNavigable", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml.Schema", + "baseClass": "System.Xml.Schema.XmlSchemaFacet", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlSchemaMaxInclusiveFacet", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Configuration", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Configuration.SpecialSetting", + "name": "ConnectionString", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Configuration.SpecialSetting", + "name": "WebServiceUrl", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Configuration.SpecialSetting", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "SpecialSetting", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Configuration", + "baseClass": "System.Configuration.Provider.ProviderCollection", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Configuration.SettingsProvider", + "name": "this[]", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "provider", + "typeName": "System.Configuration.Provider.ProviderBase" + } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.dll" + } + ], + "name": "SettingsProviderCollection", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Xml.Schema", + "baseClass": "System.Xml.Schema.XmlSchemaNumericFacet", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlSchemaMaxLengthFacet", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Configuration", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "System.Configuration.SpecialSetting", + "name": "SpecialSetting", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "specialSetting", + "typeName": "System.Configuration.SpecialSetting" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "SpecialSettingAttribute", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Configuration", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "sender", "typeName": "object" }, + { "name": "e", "typeName": "System.ComponentModel.CancelEventArgs" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "sender", "typeName": "object" }, + { + "name": "e", + "typeName": "System.ComponentModel.CancelEventArgs" + }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "System.dll" + } + ], + "name": "SettingsSavingEventHandler", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Xml.Schema", + "baseClass": "System.Xml.Schema.XmlSchemaFacet", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlSchemaMinExclusiveFacet", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Configuration", + "baseClass": "System.Configuration.ConfigurationSection", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Configuration.IdnElement", + "name": "Idn", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Configuration.IriParsingElement", + "name": "IriParsing", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Configuration.SchemeSettingElementCollection", + "name": "SchemeSettings", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "UriSection", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Configuration", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Configuration.SettingsSerializeAs", + "name": "Binary", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Configuration.SettingsSerializeAs", + "name": "ProviderSpecific", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Configuration.SettingsSerializeAs", + "name": "String", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Configuration.SettingsSerializeAs", + "name": "Xml", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Configuration.SettingsSerializeAs", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "SettingsSerializeAs", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Xml.Schema", + "baseClass": "System.Xml.Schema.XmlSchemaFacet", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlSchemaMinInclusiveFacet", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Configuration", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "System.Configuration.SettingsSerializeAs", + "name": "SerializeAs", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "serializeAs", + "typeName": "System.Configuration.SettingsSerializeAs" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "SettingsSerializeAsAttribute", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Xml.Schema", + "baseClass": "System.Xml.Schema.XmlSchemaNumericFacet", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlSchemaMinLengthFacet", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml.XPath", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Xml.XPath.XmlCaseOrder", + "name": "LowerFirst", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XPath.XmlCaseOrder", + "name": "None", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XPath.XmlCaseOrder", + "name": "UpperFirst", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Xml.XPath.XmlCaseOrder", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlCaseOrder", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Configuration", + "baseClass": "System.Configuration.ConfigurationElement", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Xml.XmlNode", + "name": "ValueXml", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "settingValue", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "System.dll" + } + ], + "name": "SettingValueElement", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Xml.Schema", + "baseClass": "System.Xml.Schema.XmlSchemaAnnotated", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "Public", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "System", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlSchemaNotation", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Configuration", + "baseClass": "System.Configuration.ConfigurationSectionGroup", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "UserSettingsGroup", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Xml.Schema", + "baseClass": "System.Xml.Schema.XmlSchemaFacet", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [], + "name": "XmlSchemaNumericFacet", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml.XPath", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Xml.XPath.XmlDataType", + "name": "Number", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XPath.XmlDataType", + "name": "Text", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Xml.XPath.XmlDataType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlDataType", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml.Schema", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "LineNumber", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "int", + "name": "LinePosition", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Serialization.XmlSerializerNamespaces", + "name": "Namespaces", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlSchemaObject", + "name": "Parent", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "SourceUri", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [], + "name": "XmlSchemaObject", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Net.Mime", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "Octet", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "Pdf", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "Rtf", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "Soap", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "Zip", + "comment": "", + "location": "System.dll" + } + ], + "methods": [], + "name": "Application", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Xml.Schema", + "baseClass": "System.Collections.CollectionBase", + "attribute": "", + "interfaces": ["IList", "ICollection", "IEnumerable"], + "fields": [ + { + "typeName": "System.Xml.Schema.XmlSchemaObject", + "name": "this[]", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "parent", + "typeName": "System.Xml.Schema.XmlSchemaObject" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "item", "typeName": "System.Xml.Schema.XmlSchemaObject" } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "item", "typeName": "System.Xml.Schema.XmlSchemaObject" } + ], + "isStatic": false, + "name": "Contains", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "array", + "typeName": "System.Xml.Schema.XmlSchemaObject[]" + }, + { "name": "index", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlSchemaObjectEnumerator", + "params": [], + "isStatic": false, + "name": "GetEnumerator", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "item", "typeName": "System.Xml.Schema.XmlSchemaObject" } + ], + "isStatic": false, + "name": "IndexOf", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "item", "typeName": "System.Xml.Schema.XmlSchemaObject" } + ], + "isStatic": false, + "name": "Insert", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "item", "typeName": "System.Xml.Schema.XmlSchemaObject" } + ], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlSchemaObjectCollection", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml.Schema", + "baseClass": "object", + "attribute": "", + "interfaces": ["IEnumerator"], + "fields": [ + { + "typeName": "System.Xml.Schema.XmlSchemaObject", + "name": "Current", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "MoveNext", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Reset", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlSchemaObjectEnumerator", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Net.Mime", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "Gif", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "Jpeg", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "Tiff", + "comment": "", + "location": "System.dll" + } + ], + "methods": [], + "name": "Image", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Xml.Schema", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "Count", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlSchemaObject", + "name": "this[]", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Collections.ICollection", + "name": "Names", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Collections.ICollection", + "name": "Values", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [ + { "name": "name", "typeName": "System.Xml.XmlQualifiedName" } + ], + "isStatic": false, + "name": "Contains", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "IDictionaryEnumerator", + "params": [], + "isStatic": false, + "name": "GetEnumerator", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlSchemaObjectTable", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Net.Mime", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "Html", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "Plain", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "RichText", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "Xml", + "comment": "", + "location": "System.dll" + } + ], + "methods": [], + "name": "Text", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Xml.XPath", + "baseClass": "object", + "attribute": "", + "interfaces": ["IXPathNavigable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "stream", "typeName": "System.IO.Stream" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "textReader", "typeName": "System.IO.TextReader" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "uri", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "uri", "typeName": "string" }, + { "name": "space", "typeName": "System.Xml.XmlSpace" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "reader", "typeName": "System.Xml.XmlReader" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "reader", "typeName": "System.Xml.XmlReader" }, + { "name": "space", "typeName": "System.Xml.XmlSpace" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XPathNavigator", + "params": [], + "isStatic": false, + "name": "CreateNavigator", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XPathDocument", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Net.Mime", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Net.Mime.TransferEncoding", + "name": "Base64", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Mime.TransferEncoding", + "name": "EightBit", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Mime.TransferEncoding", + "name": "QuotedPrintable", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Mime.TransferEncoding", + "name": "SevenBit", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Mime.TransferEncoding", + "name": "Unknown", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Net.Mime.TransferEncoding", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "TransferEncoding", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Xml.XPath", + "baseClass": "System.SystemException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [ + { + "typeName": "string", + "name": "Message", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "innerException", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "info", + "typeName": "System.Runtime.Serialization.SerializationInfo" + }, + { + "name": "context", + "typeName": "System.Runtime.Serialization.StreamingContext" + } + ], + "isStatic": false, + "name": "GetObjectData", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XPathException", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml.XPath", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "Expression", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XPath.XPathResultType", + "name": "ReturnType", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "expr", "typeName": "object" }, + { "name": "comparer", "typeName": "System.Collections.IComparer" } + ], + "isStatic": false, + "name": "AddSort", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "expr", "typeName": "object" }, + { "name": "order", "typeName": "System.Xml.XPath.XmlSortOrder" }, + { + "name": "caseOrder", + "typeName": "System.Xml.XPath.XmlCaseOrder" + }, + { "name": "lang", "typeName": "string" }, + { "name": "dataType", "typeName": "System.Xml.XPath.XmlDataType" } + ], + "isStatic": false, + "name": "AddSort", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XPathExpression", + "params": [], + "isStatic": false, + "name": "Clone", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XPathExpression", + "params": [{ "name": "xpath", "typeName": "string" }], + "isStatic": true, + "name": "Compile", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XPathExpression", + "params": [ + { "name": "xpath", "typeName": "string" }, + { + "name": "nsResolver", + "typeName": "System.Xml.IXmlNamespaceResolver" + } + ], + "isStatic": true, + "name": "Compile", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "nsResolver", + "typeName": "System.Xml.IXmlNamespaceResolver" + } + ], + "isStatic": false, + "name": "SetContext", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "nsManager", + "typeName": "System.Xml.XmlNamespaceManager" + } + ], + "isStatic": false, + "name": "SetContext", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XPathExpression", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml.XPath", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "IsNode", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "object", + "name": "TypedValue", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "Value", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "bool", + "name": "ValueAsBoolean", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.DateTime", + "name": "ValueAsDateTime", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "double", + "name": "ValueAsDouble", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "int", + "name": "ValueAsInt", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "long", + "name": "ValueAsLong", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Type", + "name": "ValueType", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlSchemaType", + "name": "XmlType", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "Object", + "params": [{ "name": "returnType", "typeName": "System.Type" }], + "isStatic": false, + "name": "ValueAs", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "returnType", "typeName": "System.Type" }, + { + "name": "nsResolver", + "typeName": "System.Xml.IXmlNamespaceResolver" + } + ], + "isStatic": false, + "name": "ValueAs", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XPathItem", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml.XPath", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Xml.XPath.XPathNamespaceScope", + "name": "All", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XPath.XPathNamespaceScope", + "name": "ExcludeXml", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XPath.XPathNamespaceScope", + "name": "Local", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Xml.XPath.XPathNamespaceScope", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XPathNamespaceScope", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml.XPath", + "baseClass": "System.Xml.XPath.XPathItem", + "attribute": "", + "interfaces": ["ICloneable", "IXmlNamespaceResolver", "IXPathNavigable"], + "fields": [ + { + "typeName": "string", + "name": "BaseURI", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "bool", + "name": "CanEdit", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "bool", + "name": "HasAttributes", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "bool", + "name": "HasChildren", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "InnerXml", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "bool", + "name": "IsEmptyElement", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "bool", + "name": "IsNode", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "LocalName", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "NamespaceURI", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlNameTable", + "name": "NameTable", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Collections.IEqualityComparer", + "name": "NavigatorComparer", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XPath.XPathNodeType", + "name": "NodeType", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "OuterXml", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "Prefix", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.IXmlSchemaInfo", + "name": "SchemaInfo", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "object", + "name": "TypedValue", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "object", + "name": "UnderlyingObject", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "bool", + "name": "ValueAsBoolean", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.DateTime", + "name": "ValueAsDateTime", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "double", + "name": "ValueAsDouble", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "int", + "name": "ValueAsInt", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "long", + "name": "ValueAsLong", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Type", + "name": "ValueType", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "XmlLang", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlSchemaType", + "name": "XmlType", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "XmlWriter", + "params": [], + "isStatic": false, + "name": "AppendChild", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "newChild", "typeName": "string" }], + "isStatic": false, + "name": "AppendChild", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "newChild", "typeName": "System.Xml.XmlReader" } + ], + "isStatic": false, + "name": "AppendChild", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "newChild", + "typeName": "System.Xml.XPath.XPathNavigator" + } + ], + "isStatic": false, + "name": "AppendChild", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "prefix", "typeName": "string" }, + { "name": "localName", "typeName": "string" }, + { "name": "namespaceURI", "typeName": "string" }, + { "name": "value", "typeName": "string" } + ], + "isStatic": false, + "name": "AppendChildElement", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "schemas", "typeName": "System.Xml.Schema.XmlSchemaSet" }, + { + "name": "validationEventHandler", + "typeName": "System.Xml.Schema.ValidationEventHandler" + } + ], + "isStatic": false, + "name": "CheckValidity", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XPathNavigator", + "params": [], + "isStatic": false, + "name": "Clone", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlNodeOrder", + "params": [ + { "name": "nav", "typeName": "System.Xml.XPath.XPathNavigator" } + ], + "isStatic": false, + "name": "ComparePosition", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XPathExpression", + "params": [{ "name": "xpath", "typeName": "string" }], + "isStatic": false, + "name": "Compile", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "prefix", "typeName": "string" }, + { "name": "localName", "typeName": "string" }, + { "name": "namespaceURI", "typeName": "string" }, + { "name": "value", "typeName": "string" } + ], + "isStatic": false, + "name": "CreateAttribute", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlWriter", + "params": [], + "isStatic": false, + "name": "CreateAttributes", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XPathNavigator", + "params": [], + "isStatic": false, + "name": "CreateNavigator", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "lastSiblingToDelete", + "typeName": "System.Xml.XPath.XPathNavigator" + } + ], + "isStatic": false, + "name": "DeleteRange", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "DeleteSelf", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Object", + "params": [{ "name": "xpath", "typeName": "string" }], + "isStatic": false, + "name": "Evaluate", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "xpath", "typeName": "string" }, + { + "name": "resolver", + "typeName": "System.Xml.IXmlNamespaceResolver" + } + ], + "isStatic": false, + "name": "Evaluate", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "expr", "typeName": "System.Xml.XPath.XPathExpression" } + ], + "isStatic": false, + "name": "Evaluate", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "expr", "typeName": "System.Xml.XPath.XPathExpression" }, + { + "name": "context", + "typeName": "System.Xml.XPath.XPathNodeIterator" + } + ], + "isStatic": false, + "name": "Evaluate", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "localName", "typeName": "string" }, + { "name": "namespaceURI", "typeName": "string" } + ], + "isStatic": false, + "name": "GetAttribute", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "GetNamespace", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "IDictionary", + "params": [ + { "name": "scope", "typeName": "System.Xml.XmlNamespaceScope" } + ], + "isStatic": false, + "name": "GetNamespacesInScope", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlWriter", + "params": [], + "isStatic": false, + "name": "InsertAfter", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "newSibling", "typeName": "string" }], + "isStatic": false, + "name": "InsertAfter", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "newSibling", "typeName": "System.Xml.XmlReader" } + ], + "isStatic": false, + "name": "InsertAfter", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "newSibling", + "typeName": "System.Xml.XPath.XPathNavigator" + } + ], + "isStatic": false, + "name": "InsertAfter", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlWriter", + "params": [], + "isStatic": false, + "name": "InsertBefore", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "newSibling", "typeName": "string" }], + "isStatic": false, + "name": "InsertBefore", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "newSibling", "typeName": "System.Xml.XmlReader" } + ], + "isStatic": false, + "name": "InsertBefore", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "newSibling", + "typeName": "System.Xml.XPath.XPathNavigator" + } + ], + "isStatic": false, + "name": "InsertBefore", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "prefix", "typeName": "string" }, + { "name": "localName", "typeName": "string" }, + { "name": "namespaceURI", "typeName": "string" }, + { "name": "value", "typeName": "string" } + ], + "isStatic": false, + "name": "InsertElementAfter", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "prefix", "typeName": "string" }, + { "name": "localName", "typeName": "string" }, + { "name": "namespaceURI", "typeName": "string" }, + { "name": "value", "typeName": "string" } + ], + "isStatic": false, + "name": "InsertElementBefore", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "nav", "typeName": "System.Xml.XPath.XPathNavigator" } + ], + "isStatic": false, + "name": "IsDescendant", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "other", "typeName": "System.Xml.XPath.XPathNavigator" } + ], + "isStatic": false, + "name": "IsSamePosition", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "prefix", "typeName": "string" }], + "isStatic": false, + "name": "LookupNamespace", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "namespaceURI", "typeName": "string" }], + "isStatic": false, + "name": "LookupPrefix", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "xpath", "typeName": "string" }], + "isStatic": false, + "name": "Matches", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "expr", "typeName": "System.Xml.XPath.XPathExpression" } + ], + "isStatic": false, + "name": "Matches", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "other", "typeName": "System.Xml.XPath.XPathNavigator" } + ], + "isStatic": false, + "name": "MoveTo", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "localName", "typeName": "string" }, + { "name": "namespaceURI", "typeName": "string" } + ], + "isStatic": false, + "name": "MoveToAttribute", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "localName", "typeName": "string" }, + { "name": "namespaceURI", "typeName": "string" } + ], + "isStatic": false, + "name": "MoveToChild", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "type", "typeName": "System.Xml.XPath.XPathNodeType" } + ], + "isStatic": false, + "name": "MoveToChild", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "MoveToFirst", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "MoveToFirstAttribute", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "MoveToFirstChild", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "MoveToFirstNamespace", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "namespaceScope", + "typeName": "System.Xml.XPath.XPathNamespaceScope" + } + ], + "isStatic": false, + "name": "MoveToFirstNamespace", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "localName", "typeName": "string" }, + { "name": "namespaceURI", "typeName": "string" } + ], + "isStatic": false, + "name": "MoveToFollowing", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "localName", "typeName": "string" }, + { "name": "namespaceURI", "typeName": "string" }, + { "name": "end", "typeName": "System.Xml.XPath.XPathNavigator" } + ], + "isStatic": false, + "name": "MoveToFollowing", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "type", "typeName": "System.Xml.XPath.XPathNodeType" } + ], + "isStatic": false, + "name": "MoveToFollowing", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "type", "typeName": "System.Xml.XPath.XPathNodeType" }, + { "name": "end", "typeName": "System.Xml.XPath.XPathNavigator" } + ], + "isStatic": false, + "name": "MoveToFollowing", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "id", "typeName": "string" }], + "isStatic": false, + "name": "MoveToId", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "MoveToNamespace", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "MoveToNext", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "localName", "typeName": "string" }, + { "name": "namespaceURI", "typeName": "string" } + ], + "isStatic": false, + "name": "MoveToNext", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "type", "typeName": "System.Xml.XPath.XPathNodeType" } + ], + "isStatic": false, + "name": "MoveToNext", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "MoveToNextAttribute", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "MoveToNextNamespace", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "namespaceScope", + "typeName": "System.Xml.XPath.XPathNamespaceScope" + } + ], + "isStatic": false, + "name": "MoveToNextNamespace", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "MoveToParent", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "MoveToPrevious", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "MoveToRoot", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlWriter", + "params": [], + "isStatic": false, + "name": "PrependChild", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "newChild", "typeName": "string" }], + "isStatic": false, + "name": "PrependChild", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "newChild", "typeName": "System.Xml.XmlReader" } + ], + "isStatic": false, + "name": "PrependChild", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "newChild", + "typeName": "System.Xml.XPath.XPathNavigator" + } + ], + "isStatic": false, + "name": "PrependChild", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "prefix", "typeName": "string" }, + { "name": "localName", "typeName": "string" }, + { "name": "namespaceURI", "typeName": "string" }, + { "name": "value", "typeName": "string" } + ], + "isStatic": false, + "name": "PrependChildElement", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlReader", + "params": [], + "isStatic": false, + "name": "ReadSubtree", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlWriter", + "params": [ + { + "name": "lastSiblingToReplace", + "typeName": "System.Xml.XPath.XPathNavigator" + } + ], + "isStatic": false, + "name": "ReplaceRange", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "newNode", "typeName": "string" }], + "isStatic": false, + "name": "ReplaceSelf", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "newNode", "typeName": "System.Xml.XmlReader" }], + "isStatic": false, + "name": "ReplaceSelf", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "newNode", "typeName": "System.Xml.XPath.XPathNavigator" } + ], + "isStatic": false, + "name": "ReplaceSelf", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XPathNodeIterator", + "params": [{ "name": "xpath", "typeName": "string" }], + "isStatic": false, + "name": "Select", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XPathNodeIterator", + "params": [ + { "name": "xpath", "typeName": "string" }, + { + "name": "resolver", + "typeName": "System.Xml.IXmlNamespaceResolver" + } + ], + "isStatic": false, + "name": "Select", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XPathNodeIterator", + "params": [ + { "name": "expr", "typeName": "System.Xml.XPath.XPathExpression" } + ], + "isStatic": false, + "name": "Select", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XPathNodeIterator", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "namespaceURI", "typeName": "string" }, + { "name": "matchSelf", "typeName": "bool" } + ], + "isStatic": false, + "name": "SelectAncestors", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XPathNodeIterator", + "params": [ + { "name": "type", "typeName": "System.Xml.XPath.XPathNodeType" }, + { "name": "matchSelf", "typeName": "bool" } + ], + "isStatic": false, + "name": "SelectAncestors", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XPathNodeIterator", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "namespaceURI", "typeName": "string" } + ], + "isStatic": false, + "name": "SelectChildren", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XPathNodeIterator", + "params": [ + { "name": "type", "typeName": "System.Xml.XPath.XPathNodeType" } + ], + "isStatic": false, + "name": "SelectChildren", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XPathNodeIterator", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "namespaceURI", "typeName": "string" }, + { "name": "matchSelf", "typeName": "bool" } + ], + "isStatic": false, + "name": "SelectDescendants", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XPathNodeIterator", + "params": [ + { "name": "type", "typeName": "System.Xml.XPath.XPathNodeType" }, + { "name": "matchSelf", "typeName": "bool" } + ], + "isStatic": false, + "name": "SelectDescendants", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XPathNavigator", + "params": [{ "name": "xpath", "typeName": "string" }], + "isStatic": false, + "name": "SelectSingleNode", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XPathNavigator", + "params": [ + { "name": "xpath", "typeName": "string" }, + { + "name": "resolver", + "typeName": "System.Xml.IXmlNamespaceResolver" + } + ], + "isStatic": false, + "name": "SelectSingleNode", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XPathNavigator", + "params": [ + { + "name": "expression", + "typeName": "System.Xml.XPath.XPathExpression" + } + ], + "isStatic": false, + "name": "SelectSingleNode", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "typedValue", "typeName": "object" }], + "isStatic": false, + "name": "SetTypedValue", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": false, + "name": "SetValue", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "returnType", "typeName": "System.Type" }, + { + "name": "nsResolver", + "typeName": "System.Xml.IXmlNamespaceResolver" + } + ], + "isStatic": false, + "name": "ValueAs", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "writer", "typeName": "System.Xml.XmlWriter" }], + "isStatic": false, + "name": "WriteSubtree", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XPathNavigator", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml.XPath", + "baseClass": "object", + "attribute": "", + "interfaces": ["IEnumerable", "ICloneable"], + "fields": [ + { + "typeName": "int", + "name": "Count", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XPath.XPathNavigator", + "name": "Current", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "int", + "name": "CurrentPosition", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "XPathNodeIterator", + "params": [], + "isStatic": false, + "name": "Clone", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "IEnumerator", + "params": [], + "isStatic": false, + "name": "GetEnumerator", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "MoveNext", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XPathNodeIterator", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml.XPath", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Xml.XPath.XPathNodeType", + "name": "All", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XPath.XPathNodeType", + "name": "Attribute", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XPath.XPathNodeType", + "name": "Comment", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XPath.XPathNodeType", + "name": "Element", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XPath.XPathNodeType", + "name": "Namespace", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XPath.XPathNodeType", + "name": "ProcessingInstruction", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XPath.XPathNodeType", + "name": "Root", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XPath.XPathNodeType", + "name": "SignificantWhitespace", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XPath.XPathNodeType", + "name": "Text", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XPath.XPathNodeType", + "name": "Whitespace", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Xml.XPath.XPathNodeType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XPathNodeType", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml.XPath", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Xml.XPath.XPathResultType", + "name": "Any", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XPath.XPathResultType", + "name": "Boolean", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XPath.XPathResultType", + "name": "Error", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XPath.XPathResultType", + "name": "Navigator", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XPath.XPathResultType", + "name": "NodeSet", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XPath.XPathResultType", + "name": "Number", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XPath.XPathResultType", + "name": "String", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Xml.XPath.XPathResultType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XPathResultType", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml.Schema", + "baseClass": "System.Xml.Schema.XmlSchemaAnnotated", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "decimal", + "name": "MaxOccurs", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "MaxOccursString", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "decimal", + "name": "MinOccurs", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "MinOccursString", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [], + "name": "XmlSchemaParticle", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.CodeDom.Compiler", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "CompilerResults", + "params": [ + { + "name": "options", + "typeName": "System.CodeDom.Compiler.CompilerParameters" + }, + { + "name": "compilationUnit", + "typeName": "System.CodeDom.CodeCompileUnit" + } + ], + "isStatic": false, + "name": "CompileAssemblyFromDom", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "CompilerResults", + "params": [ + { + "name": "options", + "typeName": "System.CodeDom.Compiler.CompilerParameters" + }, + { + "name": "compilationUnits", + "typeName": "System.CodeDom.CodeCompileUnit[]" + } + ], + "isStatic": false, + "name": "CompileAssemblyFromDomBatch", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "CompilerResults", + "params": [ + { + "name": "options", + "typeName": "System.CodeDom.Compiler.CompilerParameters" + }, + { "name": "fileName", "typeName": "string" } + ], + "isStatic": false, + "name": "CompileAssemblyFromFile", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "CompilerResults", + "params": [ + { + "name": "options", + "typeName": "System.CodeDom.Compiler.CompilerParameters" + }, + { "name": "fileNames", "typeName": "string[]" } + ], + "isStatic": false, + "name": "CompileAssemblyFromFileBatch", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "CompilerResults", + "params": [ + { + "name": "options", + "typeName": "System.CodeDom.Compiler.CompilerParameters" + }, + { "name": "source", "typeName": "string" } + ], + "isStatic": false, + "name": "CompileAssemblyFromSource", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "CompilerResults", + "params": [ + { + "name": "options", + "typeName": "System.CodeDom.Compiler.CompilerParameters" + }, + { "name": "sources", "typeName": "string[]" } + ], + "isStatic": false, + "name": "CompileAssemblyFromSourceBatch", + "comment": "", + "location": "System.dll" + } + ], + "name": "ICodeCompiler", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Xml.XPath", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "XPathNavigator", + "params": [], + "isStatic": false, + "name": "CreateNavigator", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "XPathNavigator", + "params": [ + { "name": "nameTable", "typeName": "System.Xml.XmlNameTable" } + ], + "isStatic": false, + "name": "CreateNavigator", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Object", + "params": [{ "name": "expression", "typeName": "string" }], + "isStatic": false, + "name": "XPathEvaluate", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "expression", "typeName": "string" }, + { + "name": "resolver", + "typeName": "System.Xml.IXmlNamespaceResolver" + } + ], + "isStatic": false, + "name": "XPathEvaluate", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "XElement", + "params": [{ "name": "expression", "typeName": "string" }], + "isStatic": false, + "name": "XPathSelectElement", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "XElement", + "params": [ + { "name": "expression", "typeName": "string" }, + { + "name": "resolver", + "typeName": "System.Xml.IXmlNamespaceResolver" + } + ], + "isStatic": false, + "name": "XPathSelectElement", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [{ "name": "expression", "typeName": "string" }], + "isStatic": false, + "name": "XPathSelectElements", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [ + { "name": "expression", "typeName": "string" }, + { + "name": "resolver", + "typeName": "System.Xml.IXmlNamespaceResolver" + } + ], + "isStatic": false, + "name": "XPathSelectElements", + "comment": "", + "location": "System.Xml.Linq.dll" + } + ], + "name": "Extensions", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "namespace": "System.Xml.XPath", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "IXPathNavigable", + "params": [], + "isStatic": false, + "name": "ToXPathNavigable", + "comment": "", + "location": "System.Xml.Linq.dll" + } + ], + "name": "XDocumentExtensions", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "namespace": "System.CodeDom.Compiler", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "String", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": false, + "name": "CreateEscapedIdentifier", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": false, + "name": "CreateValidIdentifier", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "e", "typeName": "System.CodeDom.CodeCompileUnit" }, + { "name": "w", "typeName": "System.IO.TextWriter" }, + { + "name": "o", + "typeName": "System.CodeDom.Compiler.CodeGeneratorOptions" + } + ], + "isStatic": false, + "name": "GenerateCodeFromCompileUnit", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "e", "typeName": "System.CodeDom.CodeExpression" }, + { "name": "w", "typeName": "System.IO.TextWriter" }, + { + "name": "o", + "typeName": "System.CodeDom.Compiler.CodeGeneratorOptions" + } + ], + "isStatic": false, + "name": "GenerateCodeFromExpression", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "e", "typeName": "System.CodeDom.CodeNamespace" }, + { "name": "w", "typeName": "System.IO.TextWriter" }, + { + "name": "o", + "typeName": "System.CodeDom.Compiler.CodeGeneratorOptions" + } + ], + "isStatic": false, + "name": "GenerateCodeFromNamespace", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "e", "typeName": "System.CodeDom.CodeStatement" }, + { "name": "w", "typeName": "System.IO.TextWriter" }, + { + "name": "o", + "typeName": "System.CodeDom.Compiler.CodeGeneratorOptions" + } + ], + "isStatic": false, + "name": "GenerateCodeFromStatement", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "e", "typeName": "System.CodeDom.CodeTypeDeclaration" }, + { "name": "w", "typeName": "System.IO.TextWriter" }, + { + "name": "o", + "typeName": "System.CodeDom.Compiler.CodeGeneratorOptions" + } + ], + "isStatic": false, + "name": "GenerateCodeFromType", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "type", "typeName": "System.CodeDom.CodeTypeReference" } + ], + "isStatic": false, + "name": "GetTypeOutput", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": false, + "name": "IsValidIdentifier", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "supports", + "typeName": "System.CodeDom.Compiler.GeneratorSupport" + } + ], + "isStatic": false, + "name": "Supports", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": false, + "name": "ValidateIdentifier", + "comment": "", + "location": "System.dll" + } + ], + "name": "ICodeGenerator", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Xml.Schema", + "baseClass": "System.Xml.Schema.XmlSchemaFacet", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlSchemaPatternFacet", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.CodeDom.Compiler", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "CodeCompileUnit", + "params": [ + { "name": "codeStream", "typeName": "System.IO.TextReader" } + ], + "isStatic": false, + "name": "Parse", + "comment": "", + "location": "System.dll" + } + ], + "name": "ICodeParser", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Xml.Schema", + "baseClass": "System.Xml.Schema.XmlSchemaExternal", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Xml.Schema.XmlSchemaObjectTable", + "name": "AttributeGroups", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlSchemaObjectTable", + "name": "Groups", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlSchemaObjectCollection", + "name": "Items", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlSchemaObjectTable", + "name": "SchemaTypes", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlSchemaRedefine", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml.Schema", + "baseClass": "System.Xml.Schema.XmlSchemaGroupBase", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Xml.Schema.XmlSchemaObjectCollection", + "name": "Items", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlSchemaSequence", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.CodeDom.Compiler", + "baseClass": "System.IO.TextWriter", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "string", + "name": "DefaultTabString", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Text.Encoding", + "name": "Encoding", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "Indent", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.IO.TextWriter", + "name": "InnerWriter", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "NewLine", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "writer", "typeName": "System.IO.TextWriter" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "writer", "typeName": "System.IO.TextWriter" }, + { "name": "tabString", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Close", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Flush", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "bool" }], + "isStatic": false, + "name": "Write", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "char" }], + "isStatic": false, + "name": "Write", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "buffer", "typeName": "char[]" }], + "isStatic": false, + "name": "Write", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "buffer", "typeName": "char[]" }, + { "name": "index", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "Write", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "double" }], + "isStatic": false, + "name": "Write", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "int" }], + "isStatic": false, + "name": "Write", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "long" }], + "isStatic": false, + "name": "Write", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "Write", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "float" }], + "isStatic": false, + "name": "Write", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "s", "typeName": "string" }], + "isStatic": false, + "name": "Write", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "format", "typeName": "string" }, + { "name": "arg0", "typeName": "object" } + ], + "isStatic": false, + "name": "Write", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "format", "typeName": "string" }, + { "name": "arg0", "typeName": "object" }, + { "name": "arg1", "typeName": "object" } + ], + "isStatic": false, + "name": "Write", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "format", "typeName": "string" }, + { "name": "arg", "typeName": "object[]" } + ], + "isStatic": false, + "name": "Write", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "WriteLine", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "bool" }], + "isStatic": false, + "name": "WriteLine", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "char" }], + "isStatic": false, + "name": "WriteLine", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "buffer", "typeName": "char[]" }], + "isStatic": false, + "name": "WriteLine", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "buffer", "typeName": "char[]" }, + { "name": "index", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "WriteLine", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "double" }], + "isStatic": false, + "name": "WriteLine", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "int" }], + "isStatic": false, + "name": "WriteLine", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "long" }], + "isStatic": false, + "name": "WriteLine", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "WriteLine", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "float" }], + "isStatic": false, + "name": "WriteLine", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "s", "typeName": "string" }], + "isStatic": false, + "name": "WriteLine", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "format", "typeName": "string" }, + { "name": "arg0", "typeName": "object" } + ], + "isStatic": false, + "name": "WriteLine", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "format", "typeName": "string" }, + { "name": "arg0", "typeName": "object" }, + { "name": "arg1", "typeName": "object" } + ], + "isStatic": false, + "name": "WriteLine", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "format", "typeName": "string" }, + { "name": "arg", "typeName": "object[]" } + ], + "isStatic": false, + "name": "WriteLine", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "uint" }], + "isStatic": false, + "name": "WriteLine", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "s", "typeName": "string" }], + "isStatic": false, + "name": "WriteLineNoTabs", + "comment": "", + "location": "System.dll" + } + ], + "name": "IndentedTextWriter", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Xml.Schema", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Xml.Schema.XmlSchemaCompilationSettings", + "name": "CompilationSettings", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "int", + "name": "Count", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlSchemaObjectTable", + "name": "GlobalAttributes", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlSchemaObjectTable", + "name": "GlobalElements", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlSchemaObjectTable", + "name": "GlobalTypes", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "bool", + "name": "IsCompiled", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlNameTable", + "name": "NameTable", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlResolver", + "name": "XmlResolver", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.ValidationEventHandler", + "name": "ValidationEventHandler", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameTable", "typeName": "System.Xml.XmlNameTable" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Xml.Schema.ValidationEventHandler" + } + ], + "isStatic": false, + "name": "add_ValidationEventHandler", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Xml.Schema.ValidationEventHandler" + } + ], + "isStatic": false, + "name": "remove_ValidationEventHandler", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlSchema", + "params": [ + { "name": "targetNamespace", "typeName": "string" }, + { "name": "schemaUri", "typeName": "string" } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlSchema", + "params": [ + { "name": "targetNamespace", "typeName": "string" }, + { "name": "schemaDocument", "typeName": "System.Xml.XmlReader" } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlSchema", + "params": [ + { "name": "schema", "typeName": "System.Xml.Schema.XmlSchema" } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "schemas", "typeName": "System.Xml.Schema.XmlSchemaSet" } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Compile", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "targetNamespace", "typeName": "string" }], + "isStatic": false, + "name": "Contains", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "schema", "typeName": "System.Xml.Schema.XmlSchema" } + ], + "isStatic": false, + "name": "Contains", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "schemas", "typeName": "System.Xml.Schema.XmlSchema[]" }, + { "name": "index", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlSchema", + "params": [ + { "name": "schema", "typeName": "System.Xml.Schema.XmlSchema" } + ], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "schemaToRemove", + "typeName": "System.Xml.Schema.XmlSchema" + } + ], + "isStatic": false, + "name": "RemoveRecursive", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlSchema", + "params": [ + { "name": "schema", "typeName": "System.Xml.Schema.XmlSchema" } + ], + "isStatic": false, + "name": "Reprocess", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "ICollection", + "params": [], + "isStatic": false, + "name": "Schemas", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "ICollection", + "params": [{ "name": "targetNamespace", "typeName": "string" }], + "isStatic": false, + "name": "Schemas", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlSchemaSet", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml.Schema", + "baseClass": "System.Xml.Schema.XmlSchemaContentModel", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Xml.Schema.XmlSchemaContent", + "name": "Content", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlSchemaSimpleContent", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml.Schema", + "baseClass": "System.Xml.Schema.XmlSchemaContent", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Xml.Schema.XmlSchemaAnyAttribute", + "name": "AnyAttribute", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlSchemaObjectCollection", + "name": "Attributes", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlQualifiedName", + "name": "BaseTypeName", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlSchemaSimpleContentExtension", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.CodeDom.Compiler", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.CodeDom.Compiler.LanguageOptions", + "name": "CaseInsensitive", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.CodeDom.Compiler.LanguageOptions", + "name": "None", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.CodeDom.Compiler.LanguageOptions", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "LanguageOptions", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.CodeDom.Compiler", + "baseClass": "object", + "attribute": "", + "interfaces": ["ICollection", "IEnumerable", "IDisposable"], + "fields": [ + { + "typeName": "string", + "name": "BasePath", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "Count", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "KeepFiles", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "TempDir", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "tempDir", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "tempDir", "typeName": "string" }, + { "name": "keepFiles", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "fileExtension", "typeName": "string" }], + "isStatic": false, + "name": "AddExtension", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "fileExtension", "typeName": "string" }, + { "name": "keepFile", "typeName": "bool" } + ], + "isStatic": false, + "name": "AddExtension", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "fileName", "typeName": "string" }, + { "name": "keepFile", "typeName": "bool" } + ], + "isStatic": false, + "name": "AddFile", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "fileNames", "typeName": "string[]" }, + { "name": "start", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Delete", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IEnumerator", + "params": [], + "isStatic": false, + "name": "GetEnumerator", + "comment": "", + "location": "System.dll" + } + ], + "name": "TempFileCollection", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Xml.Schema", + "baseClass": "System.Xml.Schema.XmlSchemaContent", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Xml.Schema.XmlSchemaAnyAttribute", + "name": "AnyAttribute", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlSchemaObjectCollection", + "name": "Attributes", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlSchemaSimpleType", + "name": "BaseType", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlQualifiedName", + "name": "BaseTypeName", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlSchemaObjectCollection", + "name": "Facets", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlSchemaSimpleContentRestriction", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml.Schema", + "baseClass": "System.Xml.Schema.XmlSchemaType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Xml.Schema.XmlSchemaSimpleTypeContent", + "name": "Content", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlSchemaSimpleType", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml.Schema", + "baseClass": "System.Xml.Schema.XmlSchemaAnnotated", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [], + "name": "XmlSchemaSimpleTypeContent", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml.Schema", + "baseClass": "System.Xml.Schema.XmlSchemaSimpleTypeContent", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Xml.Schema.XmlSchemaSimpleType", + "name": "BaseItemType", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlSchemaSimpleType", + "name": "ItemType", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlQualifiedName", + "name": "ItemTypeName", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlSchemaSimpleTypeList", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Data.Odbc", + "baseClass": "System.Data.Common.DbCommand", + "attribute": "", + "interfaces": ["IComponent", "IDbCommand", "IDisposable", "ICloneable"], + "fields": [ + { + "typeName": "string", + "name": "CommandText", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "int", + "name": "CommandTimeout", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.CommandType", + "name": "CommandType", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.Odbc.OdbcConnection", + "name": "Connection", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "bool", + "name": "DesignTimeVisible", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.Odbc.OdbcParameterCollection", + "name": "Parameters", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.Odbc.OdbcTransaction", + "name": "Transaction", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.UpdateRowSource", + "name": "UpdatedRowSource", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "cmdText", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "cmdText", "typeName": "string" }, + { + "name": "connection", + "typeName": "System.Data.Odbc.OdbcConnection" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "cmdText", "typeName": "string" }, + { + "name": "connection", + "typeName": "System.Data.Odbc.OdbcConnection" + }, + { + "name": "transaction", + "typeName": "System.Data.Odbc.OdbcTransaction" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Cancel", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "OdbcParameter", + "params": [], + "isStatic": false, + "name": "CreateParameter", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "ExecuteNonQuery", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "OdbcDataReader", + "params": [], + "isStatic": false, + "name": "ExecuteReader", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "OdbcDataReader", + "params": [ + { "name": "behavior", "typeName": "System.Data.CommandBehavior" } + ], + "isStatic": false, + "name": "ExecuteReader", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Object", + "params": [], + "isStatic": false, + "name": "ExecuteScalar", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Prepare", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ResetCommandTimeout", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "OdbcCommand", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data.Odbc", + "baseClass": "System.Data.Common.DbCommandBuilder", + "attribute": "", + "interfaces": ["IComponent", "IDisposable"], + "fields": [ + { + "typeName": "System.Data.Odbc.OdbcDataAdapter", + "name": "DataAdapter", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "adapter", + "typeName": "System.Data.Odbc.OdbcDataAdapter" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "command", "typeName": "System.Data.Odbc.OdbcCommand" } + ], + "isStatic": true, + "name": "DeriveParameters", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "OdbcCommand", + "params": [], + "isStatic": false, + "name": "GetDeleteCommand", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "OdbcCommand", + "params": [ + { "name": "useColumnsForParameterNames", "typeName": "bool" } + ], + "isStatic": false, + "name": "GetDeleteCommand", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "OdbcCommand", + "params": [], + "isStatic": false, + "name": "GetInsertCommand", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "OdbcCommand", + "params": [ + { "name": "useColumnsForParameterNames", "typeName": "bool" } + ], + "isStatic": false, + "name": "GetInsertCommand", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "OdbcCommand", + "params": [], + "isStatic": false, + "name": "GetUpdateCommand", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "OdbcCommand", + "params": [ + { "name": "useColumnsForParameterNames", "typeName": "bool" } + ], + "isStatic": false, + "name": "GetUpdateCommand", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "unquotedIdentifier", "typeName": "string" }], + "isStatic": false, + "name": "QuoteIdentifier", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "unquotedIdentifier", "typeName": "string" }, + { + "name": "connection", + "typeName": "System.Data.Odbc.OdbcConnection" + } + ], + "isStatic": false, + "name": "QuoteIdentifier", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "quotedIdentifier", "typeName": "string" }], + "isStatic": false, + "name": "UnquoteIdentifier", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "quotedIdentifier", "typeName": "string" }, + { + "name": "connection", + "typeName": "System.Data.Odbc.OdbcConnection" + } + ], + "isStatic": false, + "name": "UnquoteIdentifier", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "OdbcCommandBuilder", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Xml.Schema", + "baseClass": "System.Xml.Schema.XmlSchemaSimpleTypeContent", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Xml.Schema.XmlSchemaSimpleType", + "name": "BaseType", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlQualifiedName", + "name": "BaseTypeName", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlSchemaObjectCollection", + "name": "Facets", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlSchemaSimpleTypeRestriction", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Data.Odbc", + "baseClass": "System.Data.Common.DbConnection", + "attribute": "", + "interfaces": [ + "IComponent", + "IDbConnection", + "IDisposable", + "ICloneable" + ], + "fields": [ + { + "typeName": "string", + "name": "ConnectionString", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "int", + "name": "ConnectionTimeout", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "Database", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "DataSource", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "Driver", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "ServerVersion", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.ConnectionState", + "name": "State", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.Odbc.OdbcInfoMessageEventHandler", + "name": "InfoMessage", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "connectionString", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Data.Odbc.OdbcInfoMessageEventHandler" + } + ], + "isStatic": false, + "name": "add_InfoMessage", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Data.Odbc.OdbcInfoMessageEventHandler" + } + ], + "isStatic": false, + "name": "remove_InfoMessage", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "OdbcTransaction", + "params": [], + "isStatic": false, + "name": "BeginTransaction", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "OdbcTransaction", + "params": [ + { "name": "isolevel", "typeName": "System.Data.IsolationLevel" } + ], + "isStatic": false, + "name": "BeginTransaction", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": false, + "name": "ChangeDatabase", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Close", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "OdbcCommand", + "params": [], + "isStatic": false, + "name": "CreateCommand", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "transaction", + "typeName": "System.EnterpriseServices.ITransaction" + } + ], + "isStatic": false, + "name": "EnlistDistributedTransaction", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "transaction", + "typeName": "System.Transactions.Transaction" + } + ], + "isStatic": false, + "name": "EnlistTransaction", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "DataTable", + "params": [], + "isStatic": false, + "name": "GetSchema", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "DataTable", + "params": [{ "name": "collectionName", "typeName": "string" }], + "isStatic": false, + "name": "GetSchema", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "DataTable", + "params": [ + { "name": "collectionName", "typeName": "string" }, + { "name": "restrictionValues", "typeName": "string[]" } + ], + "isStatic": false, + "name": "GetSchema", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Open", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "ReleaseObjectPool", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "OdbcConnection", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data.Odbc", + "baseClass": "System.Data.Common.DbConnectionStringBuilder", + "attribute": "", + "interfaces": [ + "IDictionary", + "ICollection", + "IEnumerable", + "ICustomTypeDescriptor" + ], + "fields": [ + { + "typeName": "string", + "name": "Driver", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "Dsn", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "object", + "name": "this[]", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Collections.ICollection", + "name": "Keys", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "connectionString", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Clear", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "keyword", "typeName": "string" }], + "isStatic": false, + "name": "ContainsKey", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "keyword", "typeName": "string" }], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "keyword", "typeName": "string" }, + { "name": "value", "typeName": "object" } + ], + "isStatic": false, + "name": "TryGetValue", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "OdbcConnectionStringBuilder", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data.Odbc", + "baseClass": "System.Data.Common.DbDataAdapter", + "attribute": "", + "interfaces": [ + "IComponent", + "IDisposable", + "IDbDataAdapter", + "IDataAdapter", + "ICloneable" + ], + "fields": [ + { + "typeName": "System.Data.Odbc.OdbcCommand", + "name": "DeleteCommand", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.Odbc.OdbcCommand", + "name": "InsertCommand", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.Odbc.OdbcCommand", + "name": "SelectCommand", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.Odbc.OdbcCommand", + "name": "UpdateCommand", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.Odbc.OdbcRowUpdatedEventHandler", + "name": "RowUpdated", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.Odbc.OdbcRowUpdatingEventHandler", + "name": "RowUpdating", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "selectCommand", + "typeName": "System.Data.Odbc.OdbcCommand" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "selectCommandText", "typeName": "string" }, + { + "name": "selectConnection", + "typeName": "System.Data.Odbc.OdbcConnection" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "selectCommandText", "typeName": "string" }, + { "name": "selectConnectionString", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Data.Odbc.OdbcRowUpdatedEventHandler" + } + ], + "isStatic": false, + "name": "add_RowUpdated", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Data.Odbc.OdbcRowUpdatedEventHandler" + } + ], + "isStatic": false, + "name": "remove_RowUpdated", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Data.Odbc.OdbcRowUpdatingEventHandler" + } + ], + "isStatic": false, + "name": "add_RowUpdating", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Data.Odbc.OdbcRowUpdatingEventHandler" + } + ], + "isStatic": false, + "name": "remove_RowUpdating", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "OdbcDataAdapter", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Xml.Schema", + "baseClass": "System.Xml.Schema.XmlSchemaSimpleTypeContent", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Xml.Schema.XmlSchemaSimpleType[]", + "name": "BaseMemberTypes", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlSchemaObjectCollection", + "name": "BaseTypes", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlQualifiedName[]", + "name": "MemberTypes", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlSchemaSimpleTypeUnion", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml.Schema", + "baseClass": "System.Xml.Schema.XmlSchemaNumericFacet", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlSchemaTotalDigitsFacet", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Data.Odbc", + "baseClass": "System.Data.Common.DbDataReader", + "attribute": "", + "interfaces": [ + "IEnumerable", + "IDataReader", + "IDataRecord", + "IDisposable" + ], + "fields": [ + { + "typeName": "int", + "name": "Depth", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "int", + "name": "FieldCount", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "bool", + "name": "HasRows", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "bool", + "name": "IsClosed", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "object", + "name": "this[]", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "object", + "name": "this[]", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "int", + "name": "RecordsAffected", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Close", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "i", "typeName": "int" }], + "isStatic": false, + "name": "GetBoolean", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Byte", + "params": [{ "name": "i", "typeName": "int" }], + "isStatic": false, + "name": "GetByte", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int64", + "params": [ + { "name": "i", "typeName": "int" }, + { "name": "dataIndex", "typeName": "long" }, + { "name": "buffer", "typeName": "byte[]" }, + { "name": "bufferIndex", "typeName": "int" }, + { "name": "length", "typeName": "int" } + ], + "isStatic": false, + "name": "GetBytes", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Char", + "params": [{ "name": "i", "typeName": "int" }], + "isStatic": false, + "name": "GetChar", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int64", + "params": [ + { "name": "i", "typeName": "int" }, + { "name": "dataIndex", "typeName": "long" }, + { "name": "buffer", "typeName": "char[]" }, + { "name": "bufferIndex", "typeName": "int" }, + { "name": "length", "typeName": "int" } + ], + "isStatic": false, + "name": "GetChars", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "i", "typeName": "int" }], + "isStatic": false, + "name": "GetDataTypeName", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "DateTime", + "params": [{ "name": "i", "typeName": "int" }], + "isStatic": false, + "name": "GetDate", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "DateTime", + "params": [{ "name": "i", "typeName": "int" }], + "isStatic": false, + "name": "GetDateTime", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Decimal", + "params": [{ "name": "i", "typeName": "int" }], + "isStatic": false, + "name": "GetDecimal", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Double", + "params": [{ "name": "i", "typeName": "int" }], + "isStatic": false, + "name": "GetDouble", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "IEnumerator", + "params": [], + "isStatic": false, + "name": "GetEnumerator", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Type", + "params": [{ "name": "i", "typeName": "int" }], + "isStatic": false, + "name": "GetFieldType", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "i", "typeName": "int" }], + "isStatic": false, + "name": "GetFloat", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Guid", + "params": [{ "name": "i", "typeName": "int" }], + "isStatic": false, + "name": "GetGuid", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int16", + "params": [{ "name": "i", "typeName": "int" }], + "isStatic": false, + "name": "GetInt16", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "i", "typeName": "int" }], + "isStatic": false, + "name": "GetInt32", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int64", + "params": [{ "name": "i", "typeName": "int" }], + "isStatic": false, + "name": "GetInt64", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "i", "typeName": "int" }], + "isStatic": false, + "name": "GetName", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": false, + "name": "GetOrdinal", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "DataTable", + "params": [], + "isStatic": false, + "name": "GetSchemaTable", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "i", "typeName": "int" }], + "isStatic": false, + "name": "GetString", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "TimeSpan", + "params": [{ "name": "i", "typeName": "int" }], + "isStatic": false, + "name": "GetTime", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Object", + "params": [{ "name": "i", "typeName": "int" }], + "isStatic": false, + "name": "GetValue", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "values", "typeName": "object[]" }], + "isStatic": false, + "name": "GetValues", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "i", "typeName": "int" }], + "isStatic": false, + "name": "IsDBNull", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "NextResult", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "Read", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "OdbcDataReader", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Xml.Schema", + "baseClass": "System.Xml.Schema.XmlSchemaAnnotated", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "object", + "name": "BaseSchemaType", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlSchemaType", + "name": "BaseXmlSchemaType", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlSchemaDatatype", + "name": "Datatype", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlSchemaDerivationMethod", + "name": "DerivedBy", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlSchemaDerivationMethod", + "name": "Final", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlSchemaDerivationMethod", + "name": "FinalResolved", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "bool", + "name": "IsMixed", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlQualifiedName", + "name": "QualifiedName", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlTypeCode", + "name": "TypeCode", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlSchemaComplexType", + "params": [ + { "name": "typeCode", "typeName": "System.Xml.Schema.XmlTypeCode" } + ], + "isStatic": true, + "name": "GetBuiltInComplexType", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlSchemaComplexType", + "params": [ + { + "name": "qualifiedName", + "typeName": "System.Xml.XmlQualifiedName" + } + ], + "isStatic": true, + "name": "GetBuiltInComplexType", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlSchemaSimpleType", + "params": [ + { "name": "typeCode", "typeName": "System.Xml.Schema.XmlTypeCode" } + ], + "isStatic": true, + "name": "GetBuiltInSimpleType", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlSchemaSimpleType", + "params": [ + { + "name": "qualifiedName", + "typeName": "System.Xml.XmlQualifiedName" + } + ], + "isStatic": true, + "name": "GetBuiltInSimpleType", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "derivedType", + "typeName": "System.Xml.Schema.XmlSchemaType" + }, + { + "name": "baseType", + "typeName": "System.Xml.Schema.XmlSchemaType" + }, + { + "name": "except", + "typeName": "System.Xml.Schema.XmlSchemaDerivationMethod" + } + ], + "isStatic": true, + "name": "IsDerivedFrom", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlSchemaType", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Data.Odbc", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "Message", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "int", + "name": "NativeError", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "Source", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "SQLState", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "OdbcError", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Xml.Schema", + "baseClass": "System.Xml.Schema.XmlSchemaIdentityConstraint", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlSchemaUnique", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Data.Odbc", + "baseClass": "object", + "attribute": "", + "interfaces": ["ICollection", "IEnumerable"], + "fields": [ + { + "typeName": "int", + "name": "Count", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.Odbc.OdbcError", + "name": "this[]", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "array", "typeName": "System.Array" }, + { "name": "i", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "array", "typeName": "System.Data.Odbc.OdbcError[]" }, + { "name": "i", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "IEnumerator", + "params": [], + "isStatic": false, + "name": "GetEnumerator", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "OdbcErrorCollection", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data.Odbc", + "baseClass": "System.Data.Common.DbException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [ + { + "typeName": "System.Data.Odbc.OdbcErrorCollection", + "name": "Errors", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "Source", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "si", + "typeName": "System.Runtime.Serialization.SerializationInfo" + }, + { + "name": "context", + "typeName": "System.Runtime.Serialization.StreamingContext" + } + ], + "isStatic": false, + "name": "GetObjectData", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "OdbcException", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Deployment.Internal", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Object", + "params": [ + { "name": "appInfo", "typeName": "System.ActivationContext" } + ], + "isStatic": true, + "name": "GetActivationContextData", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "appInfo", "typeName": "System.ActivationContext" } + ], + "isStatic": true, + "name": "GetApplicationComponentManifest", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "appInfo", "typeName": "System.ActivationContext" } + ], + "isStatic": true, + "name": "GetApplicationManifestBytes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "appInfo", "typeName": "System.ActivationContext" } + ], + "isStatic": true, + "name": "GetDeploymentComponentManifest", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "appInfo", "typeName": "System.ActivationContext" } + ], + "isStatic": true, + "name": "GetDeploymentManifestBytes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "appInfo", "typeName": "System.ActivationContext" } + ], + "isStatic": true, + "name": "IsFirstRun", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "appInfo", "typeName": "System.ActivationContext" } + ], + "isStatic": true, + "name": "PrepareForExecution", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "InternalActivationContextHelper", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Data.Odbc", + "baseClass": "System.Data.Common.DbProviderFactory", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Data.Odbc.OdbcFactory", + "name": "Instance", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "DbCommand", + "params": [], + "isStatic": false, + "name": "CreateCommand", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "DbCommandBuilder", + "params": [], + "isStatic": false, + "name": "CreateCommandBuilder", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "DbConnection", + "params": [], + "isStatic": false, + "name": "CreateConnection", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "DbConnectionStringBuilder", + "params": [], + "isStatic": false, + "name": "CreateConnectionStringBuilder", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "DbDataAdapter", + "params": [], + "isStatic": false, + "name": "CreateDataAdapter", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "DbParameter", + "params": [], + "isStatic": false, + "name": "CreateParameter", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "CodeAccessPermission", + "params": [ + { + "name": "state", + "typeName": "System.Security.Permissions.PermissionState" + } + ], + "isStatic": false, + "name": "CreatePermission", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "OdbcFactory", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data.Odbc", + "baseClass": "System.EventArgs", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Data.Odbc.OdbcErrorCollection", + "name": "Errors", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "Message", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "OdbcInfoMessageEventArgs", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Deployment.Internal", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Object", + "params": [ + { "name": "id", "typeName": "System.ApplicationIdentity" } + ], + "isStatic": true, + "name": "GetInternalAppId", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "InternalApplicationIdentityHelper", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Data.Odbc", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "sender", "typeName": "object" }, + { + "name": "e", + "typeName": "System.Data.Odbc.OdbcInfoMessageEventArgs" + } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "sender", "typeName": "object" }, + { + "name": "e", + "typeName": "System.Data.Odbc.OdbcInfoMessageEventArgs" + }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "OdbcInfoMessageEventHandler", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data.Odbc", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "Columns", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "Indexes", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "ProcedureColumns", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "ProcedureParameters", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "Procedures", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "Tables", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "Views", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [], + "name": "OdbcMetaDataCollectionNames", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Xml.Schema", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Xml.Schema.XmlSchemaUse", + "name": "None", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlSchemaUse", + "name": "Optional", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlSchemaUse", + "name": "Prohibited", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlSchemaUse", + "name": "Required", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Xml.Schema.XmlSchemaUse", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlSchemaUse", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Data.Odbc", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "BooleanFalseLiteral", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "BooleanTrueLiteral", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "SQLType", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [], + "name": "OdbcMetaDataColumnNames", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data.Odbc", + "baseClass": "System.Data.Common.DbParameter", + "attribute": "", + "interfaces": ["IDbDataParameter", "IDataParameter", "ICloneable"], + "fields": [ + { + "typeName": "System.Data.DbType", + "name": "DbType", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.ParameterDirection", + "name": "Direction", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "bool", + "name": "IsNullable", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.Odbc.OdbcType", + "name": "OdbcType", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "ParameterName", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "byte", + "name": "Precision", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "byte", + "name": "Scale", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "int", + "name": "Size", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "SourceColumn", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "bool", + "name": "SourceColumnNullMapping", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.DataRowVersion", + "name": "SourceVersion", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "object", + "name": "Value", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "type", "typeName": "System.Data.Odbc.OdbcType" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "type", "typeName": "System.Data.Odbc.OdbcType" }, + { "name": "size", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "parameterName", "typeName": "string" }, + { "name": "odbcType", "typeName": "System.Data.Odbc.OdbcType" }, + { "name": "size", "typeName": "int" }, + { + "name": "parameterDirection", + "typeName": "System.Data.ParameterDirection" + }, + { "name": "isNullable", "typeName": "bool" }, + { "name": "precision", "typeName": "byte" }, + { "name": "scale", "typeName": "byte" }, + { "name": "srcColumn", "typeName": "string" }, + { "name": "srcVersion", "typeName": "System.Data.DataRowVersion" }, + { "name": "value", "typeName": "object" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "parameterName", "typeName": "string" }, + { "name": "odbcType", "typeName": "System.Data.Odbc.OdbcType" }, + { "name": "size", "typeName": "int" }, + { + "name": "parameterDirection", + "typeName": "System.Data.ParameterDirection" + }, + { "name": "precision", "typeName": "byte" }, + { "name": "scale", "typeName": "byte" }, + { "name": "sourceColumn", "typeName": "string" }, + { + "name": "sourceVersion", + "typeName": "System.Data.DataRowVersion" + }, + { "name": "sourceColumnNullMapping", "typeName": "bool" }, + { "name": "value", "typeName": "object" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "type", "typeName": "System.Data.Odbc.OdbcType" }, + { "name": "size", "typeName": "int" }, + { "name": "sourcecolumn", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "value", "typeName": "object" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ResetDbType", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ResetOdbcType", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "OdbcParameter", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Xml.Schema", + "baseClass": "System.Xml.Schema.XmlSchemaException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [ + { + "typeName": "object", + "name": "SourceObject", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "innerException", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "innerException", "typeName": "System.Exception" }, + { "name": "lineNumber", "typeName": "int" }, + { "name": "linePosition", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "info", + "typeName": "System.Runtime.Serialization.SerializationInfo" + }, + { + "name": "context", + "typeName": "System.Runtime.Serialization.StreamingContext" + } + ], + "isStatic": false, + "name": "GetObjectData", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlSchemaValidationException", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Data.Odbc", + "baseClass": "System.Data.Common.DbParameterCollection", + "attribute": "", + "interfaces": [ + "IDataParameterCollection", + "IList", + "ICollection", + "IEnumerable" + ], + "fields": [ + { + "typeName": "int", + "name": "Count", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "bool", + "name": "IsFixedSize", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "bool", + "name": "IsReadOnly", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "bool", + "name": "IsSynchronized", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.Odbc.OdbcParameter", + "name": "this[]", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.Odbc.OdbcParameter", + "name": "this[]", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "object", + "name": "SyncRoot", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "OdbcParameter", + "params": [ + { "name": "value", "typeName": "System.Data.Odbc.OdbcParameter" } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "OdbcParameter", + "params": [ + { "name": "parameterName", "typeName": "string" }, + { "name": "odbcType", "typeName": "System.Data.Odbc.OdbcType" } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "OdbcParameter", + "params": [ + { "name": "parameterName", "typeName": "string" }, + { "name": "odbcType", "typeName": "System.Data.Odbc.OdbcType" }, + { "name": "size", "typeName": "int" } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "OdbcParameter", + "params": [ + { "name": "parameterName", "typeName": "string" }, + { "name": "odbcType", "typeName": "System.Data.Odbc.OdbcType" }, + { "name": "size", "typeName": "int" }, + { "name": "sourceColumn", "typeName": "string" } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "OdbcParameter", + "params": [ + { "name": "parameterName", "typeName": "string" }, + { "name": "value", "typeName": "object" } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "values", "typeName": "System.Array" }], + "isStatic": false, + "name": "AddRange", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "values", "typeName": "System.Data.Odbc.OdbcParameter[]" } + ], + "isStatic": false, + "name": "AddRange", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "OdbcParameter", + "params": [ + { "name": "parameterName", "typeName": "string" }, + { "name": "value", "typeName": "object" } + ], + "isStatic": false, + "name": "AddWithValue", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Clear", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "value", "typeName": "System.Data.Odbc.OdbcParameter" } + ], + "isStatic": false, + "name": "Contains", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "Contains", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": false, + "name": "Contains", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "array", "typeName": "System.Array" }, + { "name": "index", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "array", "typeName": "System.Data.Odbc.OdbcParameter[]" }, + { "name": "index", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "IEnumerator", + "params": [], + "isStatic": false, + "name": "GetEnumerator", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "value", "typeName": "System.Data.Odbc.OdbcParameter" } + ], + "isStatic": false, + "name": "IndexOf", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "IndexOf", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "parameterName", "typeName": "string" }], + "isStatic": false, + "name": "IndexOf", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "value", "typeName": "System.Data.Odbc.OdbcParameter" } + ], + "isStatic": false, + "name": "Insert", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "value", "typeName": "object" } + ], + "isStatic": false, + "name": "Insert", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "System.Data.Odbc.OdbcParameter" } + ], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "RemoveAt", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "parameterName", "typeName": "string" }], + "isStatic": false, + "name": "RemoveAt", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "OdbcParameterCollection", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Xml.Schema", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Xml.Schema.XmlSchemaValidationFlags", + "name": "AllowXmlAttributes", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlSchemaValidationFlags", + "name": "None", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlSchemaValidationFlags", + "name": "ProcessIdentityConstraints", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlSchemaValidationFlags", + "name": "ProcessInlineSchema", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlSchemaValidationFlags", + "name": "ProcessSchemaLocation", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlSchemaValidationFlags", + "name": "ReportValidationWarnings", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Xml.Schema.XmlSchemaValidationFlags", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlSchemaValidationFlags", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Data.Odbc", + "baseClass": "System.Data.Common.DBDataPermission", + "attribute": "", + "interfaces": [ + "IPermission", + "ISecurityEncodable", + "IStackWalk", + "IUnrestrictedPermission" + ], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "state", + "typeName": "System.Security.Permissions.PermissionState" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "state", + "typeName": "System.Security.Permissions.PermissionState" + }, + { "name": "allowBlankPassword", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "connectionString", "typeName": "string" }, + { "name": "restrictions", "typeName": "string" }, + { + "name": "behavior", + "typeName": "System.Data.KeyRestrictionBehavior" + } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "IPermission", + "params": [], + "isStatic": false, + "name": "Copy", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "OdbcPermission", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Xml.Schema", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Xml.IXmlLineInfo", + "name": "LineInfoProvider", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Uri", + "name": "SourceUri", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "object", + "name": "ValidationEventSender", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlResolver", + "name": "XmlResolver", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.ValidationEventHandler", + "name": "ValidationEventHandler", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "nameTable", "typeName": "System.Xml.XmlNameTable" }, + { "name": "schemas", "typeName": "System.Xml.Schema.XmlSchemaSet" }, + { + "name": "namespaceResolver", + "typeName": "System.Xml.IXmlNamespaceResolver" + }, + { + "name": "validationFlags", + "typeName": "System.Xml.Schema.XmlSchemaValidationFlags" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Xml.Schema.ValidationEventHandler" + } + ], + "isStatic": false, + "name": "add_ValidationEventHandler", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Xml.Schema.ValidationEventHandler" + } + ], + "isStatic": false, + "name": "remove_ValidationEventHandler", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "schema", "typeName": "System.Xml.Schema.XmlSchema" } + ], + "isStatic": false, + "name": "AddSchema", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "EndValidation", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetExpectedAttributes", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetExpectedParticles", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "defaultAttributes", + "typeName": "System.Collections.ArrayList" + } + ], + "isStatic": false, + "name": "GetUnspecifiedDefaultAttributes", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Initialize", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "partialValidationType", + "typeName": "System.Xml.Schema.XmlSchemaObject" + } + ], + "isStatic": false, + "name": "Initialize", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "schemaInfo", + "typeName": "System.Xml.Schema.XmlSchemaInfo" + } + ], + "isStatic": false, + "name": "SkipToEndElement", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "localName", "typeName": "string" }, + { "name": "namespaceUri", "typeName": "string" }, + { "name": "attributeValue", "typeName": "string" }, + { + "name": "schemaInfo", + "typeName": "System.Xml.Schema.XmlSchemaInfo" + } + ], + "isStatic": false, + "name": "ValidateAttribute", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "localName", "typeName": "string" }, + { "name": "namespaceUri", "typeName": "string" }, + { + "name": "attributeValue", + "typeName": "System.Xml.Schema.XmlValueGetter" + }, + { + "name": "schemaInfo", + "typeName": "System.Xml.Schema.XmlSchemaInfo" + } + ], + "isStatic": false, + "name": "ValidateAttribute", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "localName", "typeName": "string" }, + { "name": "namespaceUri", "typeName": "string" }, + { + "name": "schemaInfo", + "typeName": "System.Xml.Schema.XmlSchemaInfo" + } + ], + "isStatic": false, + "name": "ValidateElement", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "localName", "typeName": "string" }, + { "name": "namespaceUri", "typeName": "string" }, + { + "name": "schemaInfo", + "typeName": "System.Xml.Schema.XmlSchemaInfo" + }, + { "name": "xsiType", "typeName": "string" }, + { "name": "xsiNil", "typeName": "string" }, + { "name": "xsiSchemaLocation", "typeName": "string" }, + { "name": "xsiNoNamespaceSchemaLocation", "typeName": "string" } + ], + "isStatic": false, + "name": "ValidateElement", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { + "name": "schemaInfo", + "typeName": "System.Xml.Schema.XmlSchemaInfo" + } + ], + "isStatic": false, + "name": "ValidateEndElement", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { + "name": "schemaInfo", + "typeName": "System.Xml.Schema.XmlSchemaInfo" + }, + { "name": "typedValue", "typeName": "object" } + ], + "isStatic": false, + "name": "ValidateEndElement", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "schemaInfo", + "typeName": "System.Xml.Schema.XmlSchemaInfo" + } + ], + "isStatic": false, + "name": "ValidateEndOfAttributes", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "elementValue", "typeName": "string" }], + "isStatic": false, + "name": "ValidateText", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "elementValue", + "typeName": "System.Xml.Schema.XmlValueGetter" + } + ], + "isStatic": false, + "name": "ValidateText", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "elementValue", "typeName": "string" }], + "isStatic": false, + "name": "ValidateWhitespace", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "elementValue", + "typeName": "System.Xml.Schema.XmlValueGetter" + } + ], + "isStatic": false, + "name": "ValidateWhitespace", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlSchemaValidator", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml.Schema", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Xml.Schema.XmlSchemaValidity", + "name": "Invalid", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlSchemaValidity", + "name": "NotKnown", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlSchemaValidity", + "name": "Valid", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Xml.Schema.XmlSchemaValidity", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlSchemaValidity", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml.Schema", + "baseClass": "System.Xml.Schema.XmlSchemaFacet", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlSchemaWhiteSpaceFacet", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml.Schema", + "baseClass": "System.Xml.Schema.XmlSchemaAnnotated", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "XPath", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlSchemaXPath", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Data.Odbc", + "baseClass": "System.Data.Common.DBDataPermissionAttribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "action", + "typeName": "System.Security.Permissions.SecurityAction" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "IPermission", + "params": [], + "isStatic": false, + "name": "CreatePermission", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "OdbcPermissionAttribute", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Xml.Schema", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Xml.Schema.XmlSeverityType", + "name": "Error", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlSeverityType", + "name": "Warning", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Xml.Schema.XmlSeverityType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlSeverityType", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml.Schema", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Xml.Schema.XmlTypeCode", + "name": "AnyAtomicType", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlTypeCode", + "name": "AnyUri", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlTypeCode", + "name": "Attribute", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlTypeCode", + "name": "Base64Binary", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlTypeCode", + "name": "Boolean", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlTypeCode", + "name": "Byte", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlTypeCode", + "name": "Comment", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlTypeCode", + "name": "Date", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlTypeCode", + "name": "DateTime", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlTypeCode", + "name": "DayTimeDuration", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlTypeCode", + "name": "Decimal", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlTypeCode", + "name": "Document", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlTypeCode", + "name": "Double", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlTypeCode", + "name": "Duration", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlTypeCode", + "name": "Element", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlTypeCode", + "name": "Entity", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlTypeCode", + "name": "Float", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlTypeCode", + "name": "GDay", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlTypeCode", + "name": "GMonth", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlTypeCode", + "name": "GMonthDay", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlTypeCode", + "name": "GYear", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlTypeCode", + "name": "GYearMonth", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlTypeCode", + "name": "HexBinary", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlTypeCode", + "name": "Id", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlTypeCode", + "name": "Idref", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlTypeCode", + "name": "Int", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlTypeCode", + "name": "Integer", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlTypeCode", + "name": "Item", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlTypeCode", + "name": "Language", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlTypeCode", + "name": "Long", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlTypeCode", + "name": "Name", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlTypeCode", + "name": "Namespace", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlTypeCode", + "name": "NCName", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlTypeCode", + "name": "NegativeInteger", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlTypeCode", + "name": "NmToken", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlTypeCode", + "name": "Node", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlTypeCode", + "name": "None", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlTypeCode", + "name": "NonNegativeInteger", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlTypeCode", + "name": "NonPositiveInteger", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlTypeCode", + "name": "NormalizedString", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlTypeCode", + "name": "Notation", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlTypeCode", + "name": "PositiveInteger", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlTypeCode", + "name": "ProcessingInstruction", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlTypeCode", + "name": "QName", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlTypeCode", + "name": "Short", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlTypeCode", + "name": "String", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlTypeCode", + "name": "Text", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlTypeCode", + "name": "Time", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlTypeCode", + "name": "Token", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlTypeCode", + "name": "UnsignedByte", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlTypeCode", + "name": "UnsignedInt", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlTypeCode", + "name": "UnsignedLong", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlTypeCode", + "name": "UnsignedShort", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlTypeCode", + "name": "UntypedAtomic", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlTypeCode", + "name": "YearMonthDuration", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Xml.Schema.XmlTypeCode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlTypeCode", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Data.Odbc", + "baseClass": "System.Data.Common.RowUpdatedEventArgs", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Data.Odbc.OdbcCommand", + "name": "Command", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "row", "typeName": "System.Data.DataRow" }, + { "name": "command", "typeName": "System.Data.IDbCommand" }, + { + "name": "statementType", + "typeName": "System.Data.StatementType" + }, + { + "name": "tableMapping", + "typeName": "System.Data.Common.DataTableMapping" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "OdbcRowUpdatedEventArgs", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data.Odbc", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "sender", "typeName": "object" }, + { + "name": "e", + "typeName": "System.Data.Odbc.OdbcRowUpdatedEventArgs" + } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "sender", "typeName": "object" }, + { + "name": "e", + "typeName": "System.Data.Odbc.OdbcRowUpdatedEventArgs" + }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "OdbcRowUpdatedEventHandler", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Xml.Schema", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Object", + "params": [], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Object", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlValueGetter", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Data.Odbc", + "baseClass": "System.Data.Common.RowUpdatingEventArgs", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Data.Odbc.OdbcCommand", + "name": "Command", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "row", "typeName": "System.Data.DataRow" }, + { "name": "command", "typeName": "System.Data.IDbCommand" }, + { + "name": "statementType", + "typeName": "System.Data.StatementType" + }, + { + "name": "tableMapping", + "typeName": "System.Data.Common.DataTableMapping" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "OdbcRowUpdatingEventArgs", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Xml.Schema", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "IXmlSchemaInfo", + "params": [], + "isStatic": false, + "name": "GetSchemaInfo", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "IXmlSchemaInfo", + "params": [], + "isStatic": false, + "name": "GetSchemaInfo", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "partialValidationType", + "typeName": "System.Xml.Schema.XmlSchemaObject" + }, + { "name": "schemas", "typeName": "System.Xml.Schema.XmlSchemaSet" }, + { + "name": "validationEventHandler", + "typeName": "System.Xml.Schema.ValidationEventHandler" + } + ], + "isStatic": false, + "name": "Validate", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "partialValidationType", + "typeName": "System.Xml.Schema.XmlSchemaObject" + }, + { "name": "schemas", "typeName": "System.Xml.Schema.XmlSchemaSet" }, + { + "name": "validationEventHandler", + "typeName": "System.Xml.Schema.ValidationEventHandler" + }, + { "name": "addSchemaInfo", "typeName": "bool" } + ], + "isStatic": false, + "name": "Validate", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "schemas", "typeName": "System.Xml.Schema.XmlSchemaSet" }, + { + "name": "validationEventHandler", + "typeName": "System.Xml.Schema.ValidationEventHandler" + } + ], + "isStatic": false, + "name": "Validate", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "schemas", "typeName": "System.Xml.Schema.XmlSchemaSet" }, + { + "name": "validationEventHandler", + "typeName": "System.Xml.Schema.ValidationEventHandler" + }, + { "name": "addSchemaInfo", "typeName": "bool" } + ], + "isStatic": false, + "name": "Validate", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "partialValidationType", + "typeName": "System.Xml.Schema.XmlSchemaObject" + }, + { "name": "schemas", "typeName": "System.Xml.Schema.XmlSchemaSet" }, + { + "name": "validationEventHandler", + "typeName": "System.Xml.Schema.ValidationEventHandler" + } + ], + "isStatic": false, + "name": "Validate", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "partialValidationType", + "typeName": "System.Xml.Schema.XmlSchemaObject" + }, + { "name": "schemas", "typeName": "System.Xml.Schema.XmlSchemaSet" }, + { + "name": "validationEventHandler", + "typeName": "System.Xml.Schema.ValidationEventHandler" + }, + { "name": "addSchemaInfo", "typeName": "bool" } + ], + "isStatic": false, + "name": "Validate", + "comment": "", + "location": "System.Xml.Linq.dll" + } + ], + "name": "Extensions", + "comment": "", + "location": "System.Xml.Linq.dll" + }, + { + "namespace": "System.Data.Odbc", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "sender", "typeName": "object" }, + { + "name": "e", + "typeName": "System.Data.Odbc.OdbcRowUpdatingEventArgs" + } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "sender", "typeName": "object" }, + { + "name": "e", + "typeName": "System.Data.Odbc.OdbcRowUpdatingEventArgs" + }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "OdbcRowUpdatingEventHandler", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data.Odbc", + "baseClass": "System.Data.Common.DbTransaction", + "attribute": "", + "interfaces": ["IDbTransaction", "IDisposable"], + "fields": [ + { + "typeName": "System.Data.Odbc.OdbcConnection", + "name": "Connection", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.IsolationLevel", + "name": "IsolationLevel", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Commit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Rollback", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "OdbcTransaction", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data.Odbc", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Data.Odbc.OdbcType", + "name": "BigInt", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.Odbc.OdbcType", + "name": "Binary", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.Odbc.OdbcType", + "name": "Bit", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.Odbc.OdbcType", + "name": "Char", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.Odbc.OdbcType", + "name": "Date", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.Odbc.OdbcType", + "name": "DateTime", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.Odbc.OdbcType", + "name": "Decimal", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.Odbc.OdbcType", + "name": "Double", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.Odbc.OdbcType", + "name": "Image", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.Odbc.OdbcType", + "name": "Int", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.Odbc.OdbcType", + "name": "NChar", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.Odbc.OdbcType", + "name": "NText", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.Odbc.OdbcType", + "name": "Numeric", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.Odbc.OdbcType", + "name": "NVarChar", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.Odbc.OdbcType", + "name": "Real", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.Odbc.OdbcType", + "name": "SmallDateTime", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.Odbc.OdbcType", + "name": "SmallInt", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.Odbc.OdbcType", + "name": "Text", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.Odbc.OdbcType", + "name": "Time", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.Odbc.OdbcType", + "name": "Timestamp", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.Odbc.OdbcType", + "name": "TinyInt", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.Odbc.OdbcType", + "name": "UniqueIdentifier", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.Odbc.OdbcType", + "name": "VarBinary", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.Odbc.OdbcType", + "name": "VarChar", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Data.Odbc.OdbcType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "OdbcType", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Xml", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "CanFragment", + "comment": "", + "location": "System.Runtime.Serialization.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "EndFragment", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "stream", "typeName": "System.IO.Stream" }, + { "name": "generateSelfContainedTextFragment", "typeName": "bool" } + ], + "isStatic": false, + "name": "StartFragment", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "WriteFragment", + "comment": "", + "location": "System.Runtime.Serialization.dll" + } + ], + "name": "IFragmentCapableXmlDictionaryWriter", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "namespace": "System.Xml", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Stream", + "params": [], + "isStatic": false, + "name": "GetStream", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "stream", "typeName": "System.IO.Stream" }], + "isStatic": false, + "name": "ReleaseStream", + "comment": "", + "location": "System.Runtime.Serialization.dll" + } + ], + "name": "IStreamProvider", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "namespace": "System.Xml", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" }, + { "name": "dictionary", "typeName": "System.Xml.IXmlDictionary" }, + { + "name": "quotas", + "typeName": "System.Xml.XmlDictionaryReaderQuotas" + }, + { + "name": "session", + "typeName": "System.Xml.XmlBinaryReaderSession" + }, + { + "name": "onClose", + "typeName": "System.Xml.OnXmlDictionaryReaderClose" + } + ], + "isStatic": false, + "name": "SetInput", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "stream", "typeName": "System.IO.Stream" }, + { "name": "dictionary", "typeName": "System.Xml.IXmlDictionary" }, + { + "name": "quotas", + "typeName": "System.Xml.XmlDictionaryReaderQuotas" + }, + { + "name": "session", + "typeName": "System.Xml.XmlBinaryReaderSession" + }, + { + "name": "onClose", + "typeName": "System.Xml.OnXmlDictionaryReaderClose" + } + ], + "isStatic": false, + "name": "SetInput", + "comment": "", + "location": "System.Runtime.Serialization.dll" + } + ], + "name": "IXmlBinaryReaderInitializer", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "namespace": "System.Xml", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "stream", "typeName": "System.IO.Stream" }, + { "name": "dictionary", "typeName": "System.Xml.IXmlDictionary" }, + { + "name": "session", + "typeName": "System.Xml.XmlBinaryWriterSession" + }, + { "name": "ownsStream", "typeName": "bool" } + ], + "isStatic": false, + "name": "SetOutput", + "comment": "", + "location": "System.Runtime.Serialization.dll" + } + ], + "name": "IXmlBinaryWriterInitializer", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "namespace": "System.Xml", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [ + { "name": "key", "typeName": "int" }, + { "name": "result", "typeName": "System.Xml.XmlDictionaryString" } + ], + "isStatic": false, + "name": "TryLookup", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "value", "typeName": "string" }, + { "name": "result", "typeName": "System.Xml.XmlDictionaryString" } + ], + "isStatic": false, + "name": "TryLookup", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "value", "typeName": "System.Xml.XmlDictionaryString" }, + { "name": "result", "typeName": "System.Xml.XmlDictionaryString" } + ], + "isStatic": false, + "name": "TryLookup", + "comment": "", + "location": "System.Runtime.Serialization.dll" + } + ], + "name": "IXmlDictionary", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "namespace": "System.Xml", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" }, + { "name": "encodings", "typeName": "System.Text.Encoding[]" }, + { "name": "contentType", "typeName": "string" }, + { + "name": "quotas", + "typeName": "System.Xml.XmlDictionaryReaderQuotas" + }, + { "name": "maxBufferSize", "typeName": "int" }, + { + "name": "onClose", + "typeName": "System.Xml.OnXmlDictionaryReaderClose" + } + ], + "isStatic": false, + "name": "SetInput", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "stream", "typeName": "System.IO.Stream" }, + { "name": "encodings", "typeName": "System.Text.Encoding[]" }, + { "name": "contentType", "typeName": "string" }, + { + "name": "quotas", + "typeName": "System.Xml.XmlDictionaryReaderQuotas" + }, + { "name": "maxBufferSize", "typeName": "int" }, + { + "name": "onClose", + "typeName": "System.Xml.OnXmlDictionaryReaderClose" + } + ], + "isStatic": false, + "name": "SetInput", + "comment": "", + "location": "System.Runtime.Serialization.dll" + } + ], + "name": "IXmlMtomReaderInitializer", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "namespace": "System.Xml", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "stream", "typeName": "System.IO.Stream" }, + { "name": "encoding", "typeName": "System.Text.Encoding" }, + { "name": "maxSizeInBytes", "typeName": "int" }, + { "name": "startInfo", "typeName": "string" }, + { "name": "boundary", "typeName": "string" }, + { "name": "startUri", "typeName": "string" }, + { "name": "writeMessageHeaders", "typeName": "bool" }, + { "name": "ownsStream", "typeName": "bool" } + ], + "isStatic": false, + "name": "SetOutput", + "comment": "", + "location": "System.Runtime.Serialization.dll" + } + ], + "name": "IXmlMtomWriterInitializer", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "namespace": "System.Xml", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" }, + { "name": "encoding", "typeName": "System.Text.Encoding" }, + { + "name": "quotas", + "typeName": "System.Xml.XmlDictionaryReaderQuotas" + }, + { + "name": "onClose", + "typeName": "System.Xml.OnXmlDictionaryReaderClose" + } + ], + "isStatic": false, + "name": "SetInput", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "stream", "typeName": "System.IO.Stream" }, + { "name": "encoding", "typeName": "System.Text.Encoding" }, + { + "name": "quotas", + "typeName": "System.Xml.XmlDictionaryReaderQuotas" + }, + { + "name": "onClose", + "typeName": "System.Xml.OnXmlDictionaryReaderClose" + } + ], + "isStatic": false, + "name": "SetInput", + "comment": "", + "location": "System.Runtime.Serialization.dll" + } + ], + "name": "IXmlTextReaderInitializer", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "namespace": "System.Xml", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "stream", "typeName": "System.IO.Stream" }, + { "name": "encoding", "typeName": "System.Text.Encoding" }, + { "name": "ownsStream", "typeName": "bool" } + ], + "isStatic": false, + "name": "SetOutput", + "comment": "", + "location": "System.Runtime.Serialization.dll" + } + ], + "name": "IXmlTextWriterInitializer", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "namespace": "System.Xml", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "reader", "typeName": "System.Xml.XmlDictionaryReader" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "reader", "typeName": "System.Xml.XmlDictionaryReader" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "System.Runtime.Serialization.dll" + } + ], + "name": "OnXmlDictionaryReaderClose", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "namespace": "System.Xml", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "CharArrayLength", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "typeName": "bool", + "name": "IsGuid", + "comment": "", + "location": "System.Runtime.Serialization.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "guid", "typeName": "byte[]" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "guid", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "chars", "typeName": "char[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "guid", "typeName": "System.Guid" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "id1", "typeName": "System.Xml.UniqueId" }, + { "name": "id2", "typeName": "System.Xml.UniqueId" } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "id1", "typeName": "System.Xml.UniqueId" }, + { "name": "id2", "typeName": "System.Xml.UniqueId" } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "chars", "typeName": "char[]" }, + { "name": "offset", "typeName": "int" } + ], + "isStatic": false, + "name": "ToCharArray", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" } + ], + "isStatic": false, + "name": "TryGetGuid", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "guid", "typeName": "System.Guid" }], + "isStatic": false, + "name": "TryGetGuid", + "comment": "", + "location": "System.Runtime.Serialization.dll" + } + ], + "name": "UniqueId", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "namespace": "System.Xml", + "baseClass": "object", + "attribute": "", + "interfaces": ["IXmlDictionary"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "XmlDictionaryString", + "params": [ + { "name": "id", "typeName": "int" }, + { "name": "value", "typeName": "string" } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Clear", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "key", "typeName": "int" }, + { "name": "result", "typeName": "System.Xml.XmlDictionaryString" } + ], + "isStatic": false, + "name": "TryLookup", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "value", "typeName": "string" }, + { "name": "result", "typeName": "System.Xml.XmlDictionaryString" } + ], + "isStatic": false, + "name": "TryLookup", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "value", "typeName": "System.Xml.XmlDictionaryString" }, + { "name": "result", "typeName": "System.Xml.XmlDictionaryString" } + ], + "isStatic": false, + "name": "TryLookup", + "comment": "", + "location": "System.Runtime.Serialization.dll" + } + ], + "name": "XmlBinaryReaderSession", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "namespace": "System.Xml", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Reset", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "value", "typeName": "System.Xml.XmlDictionaryString" }, + { "name": "key", "typeName": "int" } + ], + "isStatic": false, + "name": "TryAdd", + "comment": "", + "location": "System.Runtime.Serialization.dll" + } + ], + "name": "XmlBinaryWriterSession", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "namespace": "System.Xml", + "baseClass": "object", + "attribute": "", + "interfaces": ["IXmlDictionary"], + "fields": [ + { + "typeName": "System.Xml.IXmlDictionary", + "name": "Empty", + "comment": "", + "location": "System.Runtime.Serialization.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "capacity", "typeName": "int" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "XmlDictionaryString", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "key", "typeName": "int" }, + { "name": "result", "typeName": "System.Xml.XmlDictionaryString" } + ], + "isStatic": false, + "name": "TryLookup", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "value", "typeName": "string" }, + { "name": "result", "typeName": "System.Xml.XmlDictionaryString" } + ], + "isStatic": false, + "name": "TryLookup", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "value", "typeName": "System.Xml.XmlDictionaryString" }, + { "name": "result", "typeName": "System.Xml.XmlDictionaryString" } + ], + "isStatic": false, + "name": "TryLookup", + "comment": "", + "location": "System.Runtime.Serialization.dll" + } + ], + "name": "XmlDictionary", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "namespace": "System.Xml", + "baseClass": "System.Xml.XmlReader", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "bool", + "name": "CanCanonicalize", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "typeName": "System.Xml.XmlDictionaryReaderQuotas", + "name": "Quotas", + "comment": "", + "location": "System.Runtime.Serialization.dll" + } + ], + "methods": [ + { + "returnTypeName": "XmlDictionaryReader", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" }, + { "name": "dictionary", "typeName": "System.Xml.IXmlDictionary" }, + { + "name": "quotas", + "typeName": "System.Xml.XmlDictionaryReaderQuotas" + } + ], + "isStatic": true, + "name": "CreateBinaryReader", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "XmlDictionaryReader", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" }, + { "name": "dictionary", "typeName": "System.Xml.IXmlDictionary" }, + { + "name": "quotas", + "typeName": "System.Xml.XmlDictionaryReaderQuotas" + }, + { + "name": "session", + "typeName": "System.Xml.XmlBinaryReaderSession" + } + ], + "isStatic": true, + "name": "CreateBinaryReader", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "XmlDictionaryReader", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" }, + { "name": "dictionary", "typeName": "System.Xml.IXmlDictionary" }, + { + "name": "quotas", + "typeName": "System.Xml.XmlDictionaryReaderQuotas" + }, + { + "name": "session", + "typeName": "System.Xml.XmlBinaryReaderSession" + }, + { + "name": "onClose", + "typeName": "System.Xml.OnXmlDictionaryReaderClose" + } + ], + "isStatic": true, + "name": "CreateBinaryReader", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "XmlDictionaryReader", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" }, + { + "name": "quotas", + "typeName": "System.Xml.XmlDictionaryReaderQuotas" + } + ], + "isStatic": true, + "name": "CreateBinaryReader", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "XmlDictionaryReader", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { + "name": "quotas", + "typeName": "System.Xml.XmlDictionaryReaderQuotas" + } + ], + "isStatic": true, + "name": "CreateBinaryReader", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "XmlDictionaryReader", + "params": [ + { "name": "stream", "typeName": "System.IO.Stream" }, + { "name": "dictionary", "typeName": "System.Xml.IXmlDictionary" }, + { + "name": "quotas", + "typeName": "System.Xml.XmlDictionaryReaderQuotas" + } + ], + "isStatic": true, + "name": "CreateBinaryReader", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "XmlDictionaryReader", + "params": [ + { "name": "stream", "typeName": "System.IO.Stream" }, + { "name": "dictionary", "typeName": "System.Xml.IXmlDictionary" }, + { + "name": "quotas", + "typeName": "System.Xml.XmlDictionaryReaderQuotas" + }, + { + "name": "session", + "typeName": "System.Xml.XmlBinaryReaderSession" + } + ], + "isStatic": true, + "name": "CreateBinaryReader", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "XmlDictionaryReader", + "params": [ + { "name": "stream", "typeName": "System.IO.Stream" }, + { "name": "dictionary", "typeName": "System.Xml.IXmlDictionary" }, + { + "name": "quotas", + "typeName": "System.Xml.XmlDictionaryReaderQuotas" + }, + { + "name": "session", + "typeName": "System.Xml.XmlBinaryReaderSession" + }, + { + "name": "onClose", + "typeName": "System.Xml.OnXmlDictionaryReaderClose" + } + ], + "isStatic": true, + "name": "CreateBinaryReader", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "XmlDictionaryReader", + "params": [ + { "name": "stream", "typeName": "System.IO.Stream" }, + { + "name": "quotas", + "typeName": "System.Xml.XmlDictionaryReaderQuotas" + } + ], + "isStatic": true, + "name": "CreateBinaryReader", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "XmlDictionaryReader", + "params": [{ "name": "reader", "typeName": "System.Xml.XmlReader" }], + "isStatic": true, + "name": "CreateDictionaryReader", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "XmlDictionaryReader", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" }, + { "name": "encoding", "typeName": "System.Text.Encoding" }, + { + "name": "quotas", + "typeName": "System.Xml.XmlDictionaryReaderQuotas" + } + ], + "isStatic": true, + "name": "CreateMtomReader", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "XmlDictionaryReader", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" }, + { "name": "encodings", "typeName": "System.Text.Encoding[]" }, + { "name": "contentType", "typeName": "string" }, + { + "name": "quotas", + "typeName": "System.Xml.XmlDictionaryReaderQuotas" + } + ], + "isStatic": true, + "name": "CreateMtomReader", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "XmlDictionaryReader", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" }, + { "name": "encodings", "typeName": "System.Text.Encoding[]" }, + { "name": "contentType", "typeName": "string" }, + { + "name": "quotas", + "typeName": "System.Xml.XmlDictionaryReaderQuotas" + }, + { "name": "maxBufferSize", "typeName": "int" }, + { + "name": "onClose", + "typeName": "System.Xml.OnXmlDictionaryReaderClose" + } + ], + "isStatic": true, + "name": "CreateMtomReader", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "XmlDictionaryReader", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" }, + { "name": "encodings", "typeName": "System.Text.Encoding[]" }, + { + "name": "quotas", + "typeName": "System.Xml.XmlDictionaryReaderQuotas" + } + ], + "isStatic": true, + "name": "CreateMtomReader", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "XmlDictionaryReader", + "params": [ + { "name": "stream", "typeName": "System.IO.Stream" }, + { "name": "encoding", "typeName": "System.Text.Encoding" }, + { + "name": "quotas", + "typeName": "System.Xml.XmlDictionaryReaderQuotas" + } + ], + "isStatic": true, + "name": "CreateMtomReader", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "XmlDictionaryReader", + "params": [ + { "name": "stream", "typeName": "System.IO.Stream" }, + { "name": "encodings", "typeName": "System.Text.Encoding[]" }, + { "name": "contentType", "typeName": "string" }, + { + "name": "quotas", + "typeName": "System.Xml.XmlDictionaryReaderQuotas" + } + ], + "isStatic": true, + "name": "CreateMtomReader", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "XmlDictionaryReader", + "params": [ + { "name": "stream", "typeName": "System.IO.Stream" }, + { "name": "encodings", "typeName": "System.Text.Encoding[]" }, + { "name": "contentType", "typeName": "string" }, + { + "name": "quotas", + "typeName": "System.Xml.XmlDictionaryReaderQuotas" + }, + { "name": "maxBufferSize", "typeName": "int" }, + { + "name": "onClose", + "typeName": "System.Xml.OnXmlDictionaryReaderClose" + } + ], + "isStatic": true, + "name": "CreateMtomReader", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "XmlDictionaryReader", + "params": [ + { "name": "stream", "typeName": "System.IO.Stream" }, + { "name": "encodings", "typeName": "System.Text.Encoding[]" }, + { + "name": "quotas", + "typeName": "System.Xml.XmlDictionaryReaderQuotas" + } + ], + "isStatic": true, + "name": "CreateMtomReader", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "XmlDictionaryReader", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" }, + { "name": "encoding", "typeName": "System.Text.Encoding" }, + { + "name": "quotas", + "typeName": "System.Xml.XmlDictionaryReaderQuotas" + }, + { + "name": "onClose", + "typeName": "System.Xml.OnXmlDictionaryReaderClose" + } + ], + "isStatic": true, + "name": "CreateTextReader", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "XmlDictionaryReader", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" }, + { + "name": "quotas", + "typeName": "System.Xml.XmlDictionaryReaderQuotas" + } + ], + "isStatic": true, + "name": "CreateTextReader", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "XmlDictionaryReader", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { + "name": "quotas", + "typeName": "System.Xml.XmlDictionaryReaderQuotas" + } + ], + "isStatic": true, + "name": "CreateTextReader", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "XmlDictionaryReader", + "params": [ + { "name": "stream", "typeName": "System.IO.Stream" }, + { "name": "encoding", "typeName": "System.Text.Encoding" }, + { + "name": "quotas", + "typeName": "System.Xml.XmlDictionaryReaderQuotas" + }, + { + "name": "onClose", + "typeName": "System.Xml.OnXmlDictionaryReaderClose" + } + ], + "isStatic": true, + "name": "CreateTextReader", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "XmlDictionaryReader", + "params": [ + { "name": "stream", "typeName": "System.IO.Stream" }, + { + "name": "quotas", + "typeName": "System.Xml.XmlDictionaryReaderQuotas" + } + ], + "isStatic": true, + "name": "CreateTextReader", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "EndCanonicalization", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "String", + "params": [ + { + "name": "localName", + "typeName": "System.Xml.XmlDictionaryString" + }, + { + "name": "namespaceUri", + "typeName": "System.Xml.XmlDictionaryString" + } + ], + "isStatic": false, + "name": "GetAttribute", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "localName", "typeName": "string" }, + { "name": "namespaceUri", "typeName": "string" } + ], + "isStatic": false, + "name": "GetNonAtomizedNames", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "localNames", "typeName": "string[]" }, + { "name": "namespaceUri", "typeName": "string" } + ], + "isStatic": false, + "name": "IndexOfLocalName", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "localNames", + "typeName": "System.Xml.XmlDictionaryString[]" + }, + { + "name": "namespaceUri", + "typeName": "System.Xml.XmlDictionaryString" + } + ], + "isStatic": false, + "name": "IndexOfLocalName", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "localName", "typeName": "string" }], + "isStatic": false, + "name": "IsLocalName", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "localName", + "typeName": "System.Xml.XmlDictionaryString" + } + ], + "isStatic": false, + "name": "IsLocalName", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "namespaceUri", "typeName": "string" }], + "isStatic": false, + "name": "IsNamespaceUri", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "namespaceUri", + "typeName": "System.Xml.XmlDictionaryString" + } + ], + "isStatic": false, + "name": "IsNamespaceUri", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "type", "typeName": "System.Type" }], + "isStatic": false, + "name": "IsStartArray", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "localName", + "typeName": "System.Xml.XmlDictionaryString" + }, + { + "name": "namespaceUri", + "typeName": "System.Xml.XmlDictionaryString" + } + ], + "isStatic": false, + "name": "IsStartElement", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "MoveToStartElement", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "MoveToStartElement", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "localName", "typeName": "string" }, + { "name": "namespaceUri", "typeName": "string" } + ], + "isStatic": false, + "name": "MoveToStartElement", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "localName", + "typeName": "System.Xml.XmlDictionaryString" + }, + { + "name": "namespaceUri", + "typeName": "System.Xml.XmlDictionaryString" + } + ], + "isStatic": false, + "name": "MoveToStartElement", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "localName", "typeName": "string" }, + { "name": "namespaceUri", "typeName": "string" }, + { "name": "array", "typeName": "bool[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "ReadArray", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "localName", "typeName": "string" }, + { "name": "namespaceUri", "typeName": "string" }, + { "name": "array", "typeName": "System.DateTime[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "ReadArray", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "localName", "typeName": "string" }, + { "name": "namespaceUri", "typeName": "string" }, + { "name": "array", "typeName": "decimal[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "ReadArray", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "localName", "typeName": "string" }, + { "name": "namespaceUri", "typeName": "string" }, + { "name": "array", "typeName": "double[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "ReadArray", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "localName", "typeName": "string" }, + { "name": "namespaceUri", "typeName": "string" }, + { "name": "array", "typeName": "System.Guid[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "ReadArray", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "localName", "typeName": "string" }, + { "name": "namespaceUri", "typeName": "string" }, + { "name": "array", "typeName": "short[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "ReadArray", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "localName", "typeName": "string" }, + { "name": "namespaceUri", "typeName": "string" }, + { "name": "array", "typeName": "int[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "ReadArray", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "localName", "typeName": "string" }, + { "name": "namespaceUri", "typeName": "string" }, + { "name": "array", "typeName": "long[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "ReadArray", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "localName", "typeName": "string" }, + { "name": "namespaceUri", "typeName": "string" }, + { "name": "array", "typeName": "float[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "ReadArray", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "localName", "typeName": "string" }, + { "name": "namespaceUri", "typeName": "string" }, + { "name": "array", "typeName": "System.TimeSpan[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "ReadArray", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "localName", + "typeName": "System.Xml.XmlDictionaryString" + }, + { + "name": "namespaceUri", + "typeName": "System.Xml.XmlDictionaryString" + }, + { "name": "array", "typeName": "bool[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "ReadArray", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "localName", + "typeName": "System.Xml.XmlDictionaryString" + }, + { + "name": "namespaceUri", + "typeName": "System.Xml.XmlDictionaryString" + }, + { "name": "array", "typeName": "System.DateTime[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "ReadArray", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "localName", + "typeName": "System.Xml.XmlDictionaryString" + }, + { + "name": "namespaceUri", + "typeName": "System.Xml.XmlDictionaryString" + }, + { "name": "array", "typeName": "decimal[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "ReadArray", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "localName", + "typeName": "System.Xml.XmlDictionaryString" + }, + { + "name": "namespaceUri", + "typeName": "System.Xml.XmlDictionaryString" + }, + { "name": "array", "typeName": "double[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "ReadArray", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "localName", + "typeName": "System.Xml.XmlDictionaryString" + }, + { + "name": "namespaceUri", + "typeName": "System.Xml.XmlDictionaryString" + }, + { "name": "array", "typeName": "System.Guid[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "ReadArray", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "localName", + "typeName": "System.Xml.XmlDictionaryString" + }, + { + "name": "namespaceUri", + "typeName": "System.Xml.XmlDictionaryString" + }, + { "name": "array", "typeName": "short[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "ReadArray", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "localName", + "typeName": "System.Xml.XmlDictionaryString" + }, + { + "name": "namespaceUri", + "typeName": "System.Xml.XmlDictionaryString" + }, + { "name": "array", "typeName": "int[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "ReadArray", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "localName", + "typeName": "System.Xml.XmlDictionaryString" + }, + { + "name": "namespaceUri", + "typeName": "System.Xml.XmlDictionaryString" + }, + { "name": "array", "typeName": "long[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "ReadArray", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "localName", + "typeName": "System.Xml.XmlDictionaryString" + }, + { + "name": "namespaceUri", + "typeName": "System.Xml.XmlDictionaryString" + }, + { "name": "array", "typeName": "float[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "ReadArray", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "localName", + "typeName": "System.Xml.XmlDictionaryString" + }, + { + "name": "namespaceUri", + "typeName": "System.Xml.XmlDictionaryString" + }, + { "name": "array", "typeName": "System.TimeSpan[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "ReadArray", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "localName", "typeName": "string" }, + { "name": "namespaceUri", "typeName": "string" } + ], + "isStatic": false, + "name": "ReadBooleanArray", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "", + "params": [ + { + "name": "localName", + "typeName": "System.Xml.XmlDictionaryString" + }, + { + "name": "namespaceUri", + "typeName": "System.Xml.XmlDictionaryString" + } + ], + "isStatic": false, + "name": "ReadBooleanArray", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { + "name": "namespaceResolver", + "typeName": "System.Xml.IXmlNamespaceResolver" + } + ], + "isStatic": false, + "name": "ReadContentAs", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "ReadContentAsBase64", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "ReadContentAsBinHex", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "chars", "typeName": "char[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "ReadContentAsChars", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Decimal", + "params": [], + "isStatic": false, + "name": "ReadContentAsDecimal", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Single", + "params": [], + "isStatic": false, + "name": "ReadContentAsFloat", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Guid", + "params": [], + "isStatic": false, + "name": "ReadContentAsGuid", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "localName", "typeName": "string" }, + { "name": "namespaceUri", "typeName": "string" } + ], + "isStatic": false, + "name": "ReadContentAsQualifiedName", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ReadContentAsString", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "strings", "typeName": "string[]" }, + { "name": "index", "typeName": "int" } + ], + "isStatic": false, + "name": "ReadContentAsString", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "String", + "params": [ + { + "name": "strings", + "typeName": "System.Xml.XmlDictionaryString[]" + }, + { "name": "index", "typeName": "int" } + ], + "isStatic": false, + "name": "ReadContentAsString", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "TimeSpan", + "params": [], + "isStatic": false, + "name": "ReadContentAsTimeSpan", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "UniqueId", + "params": [], + "isStatic": false, + "name": "ReadContentAsUniqueId", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "localName", "typeName": "string" }, + { "name": "namespaceUri", "typeName": "string" } + ], + "isStatic": false, + "name": "ReadDateTimeArray", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "", + "params": [ + { + "name": "localName", + "typeName": "System.Xml.XmlDictionaryString" + }, + { + "name": "namespaceUri", + "typeName": "System.Xml.XmlDictionaryString" + } + ], + "isStatic": false, + "name": "ReadDateTimeArray", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "localName", "typeName": "string" }, + { "name": "namespaceUri", "typeName": "string" } + ], + "isStatic": false, + "name": "ReadDecimalArray", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "", + "params": [ + { + "name": "localName", + "typeName": "System.Xml.XmlDictionaryString" + }, + { + "name": "namespaceUri", + "typeName": "System.Xml.XmlDictionaryString" + } + ], + "isStatic": false, + "name": "ReadDecimalArray", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "localName", "typeName": "string" }, + { "name": "namespaceUri", "typeName": "string" } + ], + "isStatic": false, + "name": "ReadDoubleArray", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "", + "params": [ + { + "name": "localName", + "typeName": "System.Xml.XmlDictionaryString" + }, + { + "name": "namespaceUri", + "typeName": "System.Xml.XmlDictionaryString" + } + ], + "isStatic": false, + "name": "ReadDoubleArray", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "ReadElementContentAsBase64", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "ReadElementContentAsBinHex", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "ReadElementContentAsBoolean", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "DateTime", + "params": [], + "isStatic": false, + "name": "ReadElementContentAsDateTime", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Decimal", + "params": [], + "isStatic": false, + "name": "ReadElementContentAsDecimal", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Double", + "params": [], + "isStatic": false, + "name": "ReadElementContentAsDouble", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Single", + "params": [], + "isStatic": false, + "name": "ReadElementContentAsFloat", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Guid", + "params": [], + "isStatic": false, + "name": "ReadElementContentAsGuid", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "ReadElementContentAsInt", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Int64", + "params": [], + "isStatic": false, + "name": "ReadElementContentAsLong", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ReadElementContentAsString", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "TimeSpan", + "params": [], + "isStatic": false, + "name": "ReadElementContentAsTimeSpan", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "UniqueId", + "params": [], + "isStatic": false, + "name": "ReadElementContentAsUniqueId", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ReadFullStartElement", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "ReadFullStartElement", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "localName", "typeName": "string" }, + { "name": "namespaceUri", "typeName": "string" } + ], + "isStatic": false, + "name": "ReadFullStartElement", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "localName", + "typeName": "System.Xml.XmlDictionaryString" + }, + { + "name": "namespaceUri", + "typeName": "System.Xml.XmlDictionaryString" + } + ], + "isStatic": false, + "name": "ReadFullStartElement", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "localName", "typeName": "string" }, + { "name": "namespaceUri", "typeName": "string" } + ], + "isStatic": false, + "name": "ReadGuidArray", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "", + "params": [ + { + "name": "localName", + "typeName": "System.Xml.XmlDictionaryString" + }, + { + "name": "namespaceUri", + "typeName": "System.Xml.XmlDictionaryString" + } + ], + "isStatic": false, + "name": "ReadGuidArray", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "localName", "typeName": "string" }, + { "name": "namespaceUri", "typeName": "string" } + ], + "isStatic": false, + "name": "ReadInt16Array", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "", + "params": [ + { + "name": "localName", + "typeName": "System.Xml.XmlDictionaryString" + }, + { + "name": "namespaceUri", + "typeName": "System.Xml.XmlDictionaryString" + } + ], + "isStatic": false, + "name": "ReadInt16Array", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "localName", "typeName": "string" }, + { "name": "namespaceUri", "typeName": "string" } + ], + "isStatic": false, + "name": "ReadInt32Array", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "", + "params": [ + { + "name": "localName", + "typeName": "System.Xml.XmlDictionaryString" + }, + { + "name": "namespaceUri", + "typeName": "System.Xml.XmlDictionaryString" + } + ], + "isStatic": false, + "name": "ReadInt32Array", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "localName", "typeName": "string" }, + { "name": "namespaceUri", "typeName": "string" } + ], + "isStatic": false, + "name": "ReadInt64Array", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "", + "params": [ + { + "name": "localName", + "typeName": "System.Xml.XmlDictionaryString" + }, + { + "name": "namespaceUri", + "typeName": "System.Xml.XmlDictionaryString" + } + ], + "isStatic": false, + "name": "ReadInt64Array", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "localName", "typeName": "string" }, + { "name": "namespaceUri", "typeName": "string" } + ], + "isStatic": false, + "name": "ReadSingleArray", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "", + "params": [ + { + "name": "localName", + "typeName": "System.Xml.XmlDictionaryString" + }, + { + "name": "namespaceUri", + "typeName": "System.Xml.XmlDictionaryString" + } + ], + "isStatic": false, + "name": "ReadSingleArray", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "localName", + "typeName": "System.Xml.XmlDictionaryString" + }, + { + "name": "namespaceUri", + "typeName": "System.Xml.XmlDictionaryString" + } + ], + "isStatic": false, + "name": "ReadStartElement", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ReadString", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "localName", "typeName": "string" }, + { "name": "namespaceUri", "typeName": "string" } + ], + "isStatic": false, + "name": "ReadTimeSpanArray", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "", + "params": [ + { + "name": "localName", + "typeName": "System.Xml.XmlDictionaryString" + }, + { + "name": "namespaceUri", + "typeName": "System.Xml.XmlDictionaryString" + } + ], + "isStatic": false, + "name": "ReadTimeSpanArray", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "ReadValueAsBase64", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "stream", "typeName": "System.IO.Stream" }, + { "name": "includeComments", "typeName": "bool" }, + { "name": "inclusivePrefixes", "typeName": "string[]" } + ], + "isStatic": false, + "name": "StartCanonicalization", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "count", "typeName": "int" }], + "isStatic": false, + "name": "TryGetArrayLength", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "length", "typeName": "int" }], + "isStatic": false, + "name": "TryGetBase64ContentLength", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "localName", + "typeName": "System.Xml.XmlDictionaryString" + } + ], + "isStatic": false, + "name": "TryGetLocalNameAsDictionaryString", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "namespaceUri", + "typeName": "System.Xml.XmlDictionaryString" + } + ], + "isStatic": false, + "name": "TryGetNamespaceUriAsDictionaryString", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "value", "typeName": "System.Xml.XmlDictionaryString" } + ], + "isStatic": false, + "name": "TryGetValueAsDictionaryString", + "comment": "", + "location": "System.Runtime.Serialization.dll" + } + ], + "name": "XmlDictionaryReader", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "namespace": "System.Xml", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Xml.XmlDictionaryReaderQuotas", + "name": "Max", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "typeName": "int", + "name": "MaxArrayLength", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "typeName": "int", + "name": "MaxBytesPerRead", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "typeName": "int", + "name": "MaxDepth", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "typeName": "int", + "name": "MaxNameTableCharCount", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "typeName": "int", + "name": "MaxStringContentLength", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "typeName": "System.Xml.XmlDictionaryReaderQuotaTypes", + "name": "ModifiedQuotas", + "comment": "", + "location": "System.Runtime.Serialization.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "quotas", + "typeName": "System.Xml.XmlDictionaryReaderQuotas" + } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "System.Runtime.Serialization.dll" + } + ], + "name": "XmlDictionaryReaderQuotas", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "namespace": "System.Xml", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Xml.XmlDictionaryReaderQuotaTypes", + "name": "MaxArrayLength", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "typeName": "System.Xml.XmlDictionaryReaderQuotaTypes", + "name": "MaxBytesPerRead", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "typeName": "System.Xml.XmlDictionaryReaderQuotaTypes", + "name": "MaxDepth", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "typeName": "System.Xml.XmlDictionaryReaderQuotaTypes", + "name": "MaxNameTableCharCount", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "typeName": "System.Xml.XmlDictionaryReaderQuotaTypes", + "name": "MaxStringContentLength", + "comment": "", + "location": "System.Runtime.Serialization.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Xml.XmlDictionaryReaderQuotaTypes", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Runtime.Serialization.dll" + } + ], + "name": "XmlDictionaryReaderQuotaTypes", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "namespace": "System.Xml", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Xml.IXmlDictionary", + "name": "Dictionary", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "typeName": "System.Xml.XmlDictionaryString", + "name": "Empty", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "typeName": "int", + "name": "Key", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "typeName": "string", + "name": "Value", + "comment": "", + "location": "System.Runtime.Serialization.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "dictionary", "typeName": "System.Xml.IXmlDictionary" }, + { "name": "value", "typeName": "string" }, + { "name": "key", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.Runtime.Serialization.dll" + } + ], + "name": "XmlDictionaryString", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "namespace": "System.Xml", + "baseClass": "System.Xml.XmlWriter", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "bool", + "name": "CanCanonicalize", + "comment": "", + "location": "System.Runtime.Serialization.dll" + } + ], + "methods": [ + { + "returnTypeName": "XmlDictionaryWriter", + "params": [{ "name": "stream", "typeName": "System.IO.Stream" }], + "isStatic": true, + "name": "CreateBinaryWriter", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "XmlDictionaryWriter", + "params": [ + { "name": "stream", "typeName": "System.IO.Stream" }, + { "name": "dictionary", "typeName": "System.Xml.IXmlDictionary" } + ], + "isStatic": true, + "name": "CreateBinaryWriter", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "XmlDictionaryWriter", + "params": [ + { "name": "stream", "typeName": "System.IO.Stream" }, + { "name": "dictionary", "typeName": "System.Xml.IXmlDictionary" }, + { + "name": "session", + "typeName": "System.Xml.XmlBinaryWriterSession" + } + ], + "isStatic": true, + "name": "CreateBinaryWriter", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "XmlDictionaryWriter", + "params": [ + { "name": "stream", "typeName": "System.IO.Stream" }, + { "name": "dictionary", "typeName": "System.Xml.IXmlDictionary" }, + { + "name": "session", + "typeName": "System.Xml.XmlBinaryWriterSession" + }, + { "name": "ownsStream", "typeName": "bool" } + ], + "isStatic": true, + "name": "CreateBinaryWriter", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "XmlDictionaryWriter", + "params": [{ "name": "writer", "typeName": "System.Xml.XmlWriter" }], + "isStatic": true, + "name": "CreateDictionaryWriter", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "XmlDictionaryWriter", + "params": [ + { "name": "stream", "typeName": "System.IO.Stream" }, + { "name": "encoding", "typeName": "System.Text.Encoding" }, + { "name": "maxSizeInBytes", "typeName": "int" }, + { "name": "startInfo", "typeName": "string" } + ], + "isStatic": true, + "name": "CreateMtomWriter", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "XmlDictionaryWriter", + "params": [ + { "name": "stream", "typeName": "System.IO.Stream" }, + { "name": "encoding", "typeName": "System.Text.Encoding" }, + { "name": "maxSizeInBytes", "typeName": "int" }, + { "name": "startInfo", "typeName": "string" }, + { "name": "boundary", "typeName": "string" }, + { "name": "startUri", "typeName": "string" }, + { "name": "writeMessageHeaders", "typeName": "bool" }, + { "name": "ownsStream", "typeName": "bool" } + ], + "isStatic": true, + "name": "CreateMtomWriter", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "XmlDictionaryWriter", + "params": [{ "name": "stream", "typeName": "System.IO.Stream" }], + "isStatic": true, + "name": "CreateTextWriter", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "XmlDictionaryWriter", + "params": [ + { "name": "stream", "typeName": "System.IO.Stream" }, + { "name": "encoding", "typeName": "System.Text.Encoding" } + ], + "isStatic": true, + "name": "CreateTextWriter", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "XmlDictionaryWriter", + "params": [ + { "name": "stream", "typeName": "System.IO.Stream" }, + { "name": "encoding", "typeName": "System.Text.Encoding" }, + { "name": "ownsStream", "typeName": "bool" } + ], + "isStatic": true, + "name": "CreateTextWriter", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "EndCanonicalization", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "stream", "typeName": "System.IO.Stream" }, + { "name": "includeComments", "typeName": "bool" }, + { "name": "inclusivePrefixes", "typeName": "string[]" } + ], + "isStatic": false, + "name": "StartCanonicalization", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "prefix", "typeName": "string" }, + { "name": "localName", "typeName": "string" }, + { "name": "namespaceUri", "typeName": "string" }, + { "name": "array", "typeName": "bool[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "WriteArray", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "prefix", "typeName": "string" }, + { "name": "localName", "typeName": "string" }, + { "name": "namespaceUri", "typeName": "string" }, + { "name": "array", "typeName": "System.DateTime[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "WriteArray", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "prefix", "typeName": "string" }, + { "name": "localName", "typeName": "string" }, + { "name": "namespaceUri", "typeName": "string" }, + { "name": "array", "typeName": "decimal[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "WriteArray", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "prefix", "typeName": "string" }, + { "name": "localName", "typeName": "string" }, + { "name": "namespaceUri", "typeName": "string" }, + { "name": "array", "typeName": "double[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "WriteArray", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "prefix", "typeName": "string" }, + { "name": "localName", "typeName": "string" }, + { "name": "namespaceUri", "typeName": "string" }, + { "name": "array", "typeName": "System.Guid[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "WriteArray", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "prefix", "typeName": "string" }, + { "name": "localName", "typeName": "string" }, + { "name": "namespaceUri", "typeName": "string" }, + { "name": "array", "typeName": "short[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "WriteArray", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "prefix", "typeName": "string" }, + { "name": "localName", "typeName": "string" }, + { "name": "namespaceUri", "typeName": "string" }, + { "name": "array", "typeName": "int[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "WriteArray", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "prefix", "typeName": "string" }, + { "name": "localName", "typeName": "string" }, + { "name": "namespaceUri", "typeName": "string" }, + { "name": "array", "typeName": "long[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "WriteArray", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "prefix", "typeName": "string" }, + { "name": "localName", "typeName": "string" }, + { "name": "namespaceUri", "typeName": "string" }, + { "name": "array", "typeName": "float[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "WriteArray", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "prefix", "typeName": "string" }, + { "name": "localName", "typeName": "string" }, + { "name": "namespaceUri", "typeName": "string" }, + { "name": "array", "typeName": "System.TimeSpan[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "WriteArray", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "prefix", "typeName": "string" }, + { + "name": "localName", + "typeName": "System.Xml.XmlDictionaryString" + }, + { + "name": "namespaceUri", + "typeName": "System.Xml.XmlDictionaryString" + }, + { "name": "array", "typeName": "bool[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "WriteArray", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "prefix", "typeName": "string" }, + { + "name": "localName", + "typeName": "System.Xml.XmlDictionaryString" + }, + { + "name": "namespaceUri", + "typeName": "System.Xml.XmlDictionaryString" + }, + { "name": "array", "typeName": "System.DateTime[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "WriteArray", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "prefix", "typeName": "string" }, + { + "name": "localName", + "typeName": "System.Xml.XmlDictionaryString" + }, + { + "name": "namespaceUri", + "typeName": "System.Xml.XmlDictionaryString" + }, + { "name": "array", "typeName": "decimal[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "WriteArray", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "prefix", "typeName": "string" }, + { + "name": "localName", + "typeName": "System.Xml.XmlDictionaryString" + }, + { + "name": "namespaceUri", + "typeName": "System.Xml.XmlDictionaryString" + }, + { "name": "array", "typeName": "double[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "WriteArray", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "prefix", "typeName": "string" }, + { + "name": "localName", + "typeName": "System.Xml.XmlDictionaryString" + }, + { + "name": "namespaceUri", + "typeName": "System.Xml.XmlDictionaryString" + }, + { "name": "array", "typeName": "System.Guid[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "WriteArray", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "prefix", "typeName": "string" }, + { + "name": "localName", + "typeName": "System.Xml.XmlDictionaryString" + }, + { + "name": "namespaceUri", + "typeName": "System.Xml.XmlDictionaryString" + }, + { "name": "array", "typeName": "short[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "WriteArray", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "prefix", "typeName": "string" }, + { + "name": "localName", + "typeName": "System.Xml.XmlDictionaryString" + }, + { + "name": "namespaceUri", + "typeName": "System.Xml.XmlDictionaryString" + }, + { "name": "array", "typeName": "int[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "WriteArray", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "prefix", "typeName": "string" }, + { + "name": "localName", + "typeName": "System.Xml.XmlDictionaryString" + }, + { + "name": "namespaceUri", + "typeName": "System.Xml.XmlDictionaryString" + }, + { "name": "array", "typeName": "long[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "WriteArray", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "prefix", "typeName": "string" }, + { + "name": "localName", + "typeName": "System.Xml.XmlDictionaryString" + }, + { + "name": "namespaceUri", + "typeName": "System.Xml.XmlDictionaryString" + }, + { "name": "array", "typeName": "float[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "WriteArray", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "prefix", "typeName": "string" }, + { + "name": "localName", + "typeName": "System.Xml.XmlDictionaryString" + }, + { + "name": "namespaceUri", + "typeName": "System.Xml.XmlDictionaryString" + }, + { "name": "array", "typeName": "System.TimeSpan[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "WriteArray", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "prefix", "typeName": "string" }, + { + "name": "localName", + "typeName": "System.Xml.XmlDictionaryString" + }, + { + "name": "namespaceUri", + "typeName": "System.Xml.XmlDictionaryString" + }, + { "name": "value", "typeName": "string" } + ], + "isStatic": false, + "name": "WriteAttributeString", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "localName", + "typeName": "System.Xml.XmlDictionaryString" + }, + { + "name": "namespaceUri", + "typeName": "System.Xml.XmlDictionaryString" + }, + { "name": "value", "typeName": "string" } + ], + "isStatic": false, + "name": "WriteAttributeString", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "index", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "WriteBase64Async", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "prefix", "typeName": "string" }, + { + "name": "localName", + "typeName": "System.Xml.XmlDictionaryString" + }, + { + "name": "namespaceUri", + "typeName": "System.Xml.XmlDictionaryString" + }, + { "name": "value", "typeName": "string" } + ], + "isStatic": false, + "name": "WriteElementString", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "localName", + "typeName": "System.Xml.XmlDictionaryString" + }, + { + "name": "namespaceUri", + "typeName": "System.Xml.XmlDictionaryString" + }, + { "name": "value", "typeName": "string" } + ], + "isStatic": false, + "name": "WriteElementString", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "reader", "typeName": "System.Xml.XmlDictionaryReader" }, + { "name": "defattr", "typeName": "bool" } + ], + "isStatic": false, + "name": "WriteNode", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "reader", "typeName": "System.Xml.XmlReader" }, + { "name": "defattr", "typeName": "bool" } + ], + "isStatic": false, + "name": "WriteNode", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "localName", + "typeName": "System.Xml.XmlDictionaryString" + }, + { + "name": "namespaceUri", + "typeName": "System.Xml.XmlDictionaryString" + } + ], + "isStatic": false, + "name": "WriteQualifiedName", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "prefix", "typeName": "string" }, + { + "name": "localName", + "typeName": "System.Xml.XmlDictionaryString" + }, + { + "name": "namespaceUri", + "typeName": "System.Xml.XmlDictionaryString" + } + ], + "isStatic": false, + "name": "WriteStartAttribute", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "localName", + "typeName": "System.Xml.XmlDictionaryString" + }, + { + "name": "namespaceUri", + "typeName": "System.Xml.XmlDictionaryString" + } + ], + "isStatic": false, + "name": "WriteStartAttribute", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "prefix", "typeName": "string" }, + { + "name": "localName", + "typeName": "System.Xml.XmlDictionaryString" + }, + { + "name": "namespaceUri", + "typeName": "System.Xml.XmlDictionaryString" + } + ], + "isStatic": false, + "name": "WriteStartElement", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "localName", + "typeName": "System.Xml.XmlDictionaryString" + }, + { + "name": "namespaceUri", + "typeName": "System.Xml.XmlDictionaryString" + } + ], + "isStatic": false, + "name": "WriteStartElement", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "System.Xml.XmlDictionaryString" } + ], + "isStatic": false, + "name": "WriteString", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.Guid" }], + "isStatic": false, + "name": "WriteValue", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.TimeSpan" }], + "isStatic": false, + "name": "WriteValue", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "System.Xml.IStreamProvider" } + ], + "isStatic": false, + "name": "WriteValue", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.Xml.UniqueId" }], + "isStatic": false, + "name": "WriteValue", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "System.Xml.XmlDictionaryString" } + ], + "isStatic": false, + "name": "WriteValue", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "value", "typeName": "System.Xml.IStreamProvider" } + ], + "isStatic": false, + "name": "WriteValueAsync", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "localName", "typeName": "string" }, + { "name": "value", "typeName": "string" } + ], + "isStatic": false, + "name": "WriteXmlAttribute", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "localName", + "typeName": "System.Xml.XmlDictionaryString" + }, + { "name": "value", "typeName": "System.Xml.XmlDictionaryString" } + ], + "isStatic": false, + "name": "WriteXmlAttribute", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "prefix", "typeName": "string" }, + { "name": "namespaceUri", "typeName": "string" } + ], + "isStatic": false, + "name": "WriteXmlnsAttribute", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "prefix", "typeName": "string" }, + { + "name": "namespaceUri", + "typeName": "System.Xml.XmlDictionaryString" + } + ], + "isStatic": false, + "name": "WriteXmlnsAttribute", + "comment": "", + "location": "System.Runtime.Serialization.dll" + } + ], + "name": "XmlDictionaryWriter", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "namespace": "System.Xml", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Xml.ConformanceLevel", + "name": "Auto", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.ConformanceLevel", + "name": "Document", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.ConformanceLevel", + "name": "Fragment", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Xml.ConformanceLevel", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "ConformanceLevel", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Xml.DtdProcessing", + "name": "Ignore", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.DtdProcessing", + "name": "Parse", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.DtdProcessing", + "name": "Prohibit", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Xml.DtdProcessing", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "DtdProcessing", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Xml.EntityHandling", + "name": "ExpandCharEntities", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.EntityHandling", + "name": "ExpandEntities", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Xml.EntityHandling", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "EntityHandling", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Xml.Formatting", + "name": "Indented", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Formatting", + "name": "None", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Xml.Formatting", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "Formatting", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Stream", + "params": [{ "name": "relativeUri", "typeName": "System.Uri" }], + "isStatic": false, + "name": "GetApplicationResourceStream", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "IApplicationResourceStreamResolver", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "XmlNode", + "params": [], + "isStatic": false, + "name": "GetNode", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "IHasXmlNode", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "LineNumber", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "int", + "name": "LinePosition", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "HasLineInfo", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "IXmlLineInfo", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "IDictionary", + "params": [ + { "name": "scope", "typeName": "System.Xml.XmlNamespaceScope" } + ], + "isStatic": false, + "name": "GetNamespacesInScope", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "prefix", "typeName": "string" }], + "isStatic": false, + "name": "LookupNamespace", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "namespaceName", "typeName": "string" }], + "isStatic": false, + "name": "LookupPrefix", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "IXmlNamespaceResolver", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Xml.NamespaceHandling", + "name": "Default", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.NamespaceHandling", + "name": "OmitDuplicates", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Xml.NamespaceHandling", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "NamespaceHandling", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml.Xsl", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [ + { + "typeName": "System.Xml.XPath.XPathResultType[]", + "name": "ArgTypes", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "int", + "name": "Maxargs", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "int", + "name": "Minargs", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XPath.XPathResultType", + "name": "ReturnType", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "Object", + "params": [ + { "name": "xsltContext", "typeName": "System.Xml.Xsl.XsltContext" }, + { "name": "args", "typeName": "object[]" }, + { + "name": "docContext", + "typeName": "System.Xml.XPath.XPathNavigator" + } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "IXsltContextFunction", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml", + "baseClass": "System.Xml.XmlNameTable", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "key", "typeName": "char[]" }, + { "name": "start", "typeName": "int" }, + { "name": "len", "typeName": "int" } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "key", "typeName": "string" }], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "key", "typeName": "char[]" }, + { "name": "start", "typeName": "int" }, + { "name": "len", "typeName": "int" } + ], + "isStatic": false, + "name": "Get", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": false, + "name": "Get", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "NameTable", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Xml.NewLineHandling", + "name": "Entitize", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.NewLineHandling", + "name": "None", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.NewLineHandling", + "name": "Replace", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Xml.NewLineHandling", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "NewLineHandling", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Xml.ReadState", + "name": "Closed", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.ReadState", + "name": "EndOfFile", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.ReadState", + "name": "Error", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.ReadState", + "name": "Initial", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.ReadState", + "name": "Interactive", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Xml.ReadState", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "ReadState", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Xml.ValidationType", + "name": "Auto", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.ValidationType", + "name": "DTD", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.ValidationType", + "name": "None", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.ValidationType", + "name": "Schema", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.ValidationType", + "name": "XDR", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Xml.ValidationType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "ValidationType", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Xml.WhitespaceHandling", + "name": "All", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.WhitespaceHandling", + "name": "None", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.WhitespaceHandling", + "name": "Significant", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Xml.WhitespaceHandling", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "WhitespaceHandling", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml.Xsl", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "IsLocal", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "bool", + "name": "IsParam", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XPath.XPathResultType", + "name": "VariableType", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "Object", + "params": [ + { "name": "xsltContext", "typeName": "System.Xml.Xsl.XsltContext" } + ], + "isStatic": false, + "name": "Evaluate", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "IXsltContextVariable", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Xml.WriteState", + "name": "Attribute", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.WriteState", + "name": "Closed", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.WriteState", + "name": "Content", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.WriteState", + "name": "Element", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.WriteState", + "name": "Error", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.WriteState", + "name": "Prolog", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.WriteState", + "name": "Start", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Xml.WriteState", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "WriteState", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml", + "baseClass": "System.Xml.XmlNode", + "attribute": "", + "interfaces": ["IEnumerable", "ICloneable", "IXPathNavigable"], + "fields": [ + { + "typeName": "string", + "name": "BaseURI", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "InnerText", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "InnerXml", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "LocalName", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "NamespaceURI", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlNodeType", + "name": "NodeType", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlDocument", + "name": "OwnerDocument", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlElement", + "name": "OwnerElement", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlNode", + "name": "ParentNode", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "Prefix", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.IXmlSchemaInfo", + "name": "SchemaInfo", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "bool", + "name": "Specified", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "Value", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "XmlNode", + "params": [{ "name": "newChild", "typeName": "System.Xml.XmlNode" }], + "isStatic": false, + "name": "AppendChild", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlNode", + "params": [{ "name": "deep", "typeName": "bool" }], + "isStatic": false, + "name": "CloneNode", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlNode", + "params": [ + { "name": "newChild", "typeName": "System.Xml.XmlNode" }, + { "name": "refChild", "typeName": "System.Xml.XmlNode" } + ], + "isStatic": false, + "name": "InsertAfter", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlNode", + "params": [ + { "name": "newChild", "typeName": "System.Xml.XmlNode" }, + { "name": "refChild", "typeName": "System.Xml.XmlNode" } + ], + "isStatic": false, + "name": "InsertBefore", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlNode", + "params": [{ "name": "newChild", "typeName": "System.Xml.XmlNode" }], + "isStatic": false, + "name": "PrependChild", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlNode", + "params": [{ "name": "oldChild", "typeName": "System.Xml.XmlNode" }], + "isStatic": false, + "name": "RemoveChild", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlNode", + "params": [ + { "name": "newChild", "typeName": "System.Xml.XmlNode" }, + { "name": "oldChild", "typeName": "System.Xml.XmlNode" } + ], + "isStatic": false, + "name": "ReplaceChild", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "w", "typeName": "System.Xml.XmlWriter" }], + "isStatic": false, + "name": "WriteContentTo", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "w", "typeName": "System.Xml.XmlWriter" }], + "isStatic": false, + "name": "WriteTo", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlAttribute", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml.Xsl", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Xml.XmlWriterSettings", + "name": "OutputSettings", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.CodeDom.Compiler.TempFileCollection", + "name": "TemporaryFiles", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "enableDebug", "typeName": "bool" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "CompilerErrorCollection", + "params": [ + { "name": "stylesheet", "typeName": "System.Xml.XmlReader" }, + { "name": "settings", "typeName": "System.Xml.Xsl.XsltSettings" }, + { + "name": "stylesheetResolver", + "typeName": "System.Xml.XmlResolver" + }, + { "name": "debug", "typeName": "bool" }, + { + "name": "typeBuilder", + "typeName": "System.Reflection.Emit.TypeBuilder" + }, + { "name": "scriptAssemblyPath", "typeName": "string" } + ], + "isStatic": true, + "name": "CompileToType", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "executeMethod", + "typeName": "System.Reflection.MethodInfo" + }, + { "name": "queryData", "typeName": "byte[]" }, + { "name": "earlyBoundTypes", "typeName": "System.Type[]" } + ], + "isStatic": false, + "name": "Load", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "stylesheetUri", "typeName": "string" }], + "isStatic": false, + "name": "Load", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "stylesheetUri", "typeName": "string" }, + { "name": "settings", "typeName": "System.Xml.Xsl.XsltSettings" }, + { + "name": "stylesheetResolver", + "typeName": "System.Xml.XmlResolver" + } + ], + "isStatic": false, + "name": "Load", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "compiledStylesheet", "typeName": "System.Type" } + ], + "isStatic": false, + "name": "Load", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "stylesheet", "typeName": "System.Xml.XmlReader" } + ], + "isStatic": false, + "name": "Load", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "stylesheet", "typeName": "System.Xml.XmlReader" }, + { "name": "settings", "typeName": "System.Xml.Xsl.XsltSettings" }, + { + "name": "stylesheetResolver", + "typeName": "System.Xml.XmlResolver" + } + ], + "isStatic": false, + "name": "Load", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "stylesheet", + "typeName": "System.Xml.XPath.IXPathNavigable" + } + ], + "isStatic": false, + "name": "Load", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "stylesheet", + "typeName": "System.Xml.XPath.IXPathNavigable" + }, + { "name": "settings", "typeName": "System.Xml.Xsl.XsltSettings" }, + { + "name": "stylesheetResolver", + "typeName": "System.Xml.XmlResolver" + } + ], + "isStatic": false, + "name": "Load", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "inputUri", "typeName": "string" }, + { "name": "resultsFile", "typeName": "string" } + ], + "isStatic": false, + "name": "Transform", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "inputUri", "typeName": "string" }, + { "name": "results", "typeName": "System.Xml.XmlWriter" } + ], + "isStatic": false, + "name": "Transform", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "inputUri", "typeName": "string" }, + { + "name": "arguments", + "typeName": "System.Xml.Xsl.XsltArgumentList" + }, + { "name": "results", "typeName": "System.IO.Stream" } + ], + "isStatic": false, + "name": "Transform", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "inputUri", "typeName": "string" }, + { + "name": "arguments", + "typeName": "System.Xml.Xsl.XsltArgumentList" + }, + { "name": "results", "typeName": "System.IO.TextWriter" } + ], + "isStatic": false, + "name": "Transform", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "inputUri", "typeName": "string" }, + { + "name": "arguments", + "typeName": "System.Xml.Xsl.XsltArgumentList" + }, + { "name": "results", "typeName": "System.Xml.XmlWriter" } + ], + "isStatic": false, + "name": "Transform", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "input", "typeName": "System.Xml.XmlReader" }, + { "name": "results", "typeName": "System.Xml.XmlWriter" } + ], + "isStatic": false, + "name": "Transform", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "input", "typeName": "System.Xml.XmlReader" }, + { + "name": "arguments", + "typeName": "System.Xml.Xsl.XsltArgumentList" + }, + { "name": "results", "typeName": "System.IO.Stream" } + ], + "isStatic": false, + "name": "Transform", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "input", "typeName": "System.Xml.XmlReader" }, + { + "name": "arguments", + "typeName": "System.Xml.Xsl.XsltArgumentList" + }, + { "name": "results", "typeName": "System.IO.TextWriter" } + ], + "isStatic": false, + "name": "Transform", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "input", "typeName": "System.Xml.XmlReader" }, + { + "name": "arguments", + "typeName": "System.Xml.Xsl.XsltArgumentList" + }, + { "name": "results", "typeName": "System.Xml.XmlWriter" } + ], + "isStatic": false, + "name": "Transform", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "input", "typeName": "System.Xml.XmlReader" }, + { + "name": "arguments", + "typeName": "System.Xml.Xsl.XsltArgumentList" + }, + { "name": "results", "typeName": "System.Xml.XmlWriter" }, + { "name": "documentResolver", "typeName": "System.Xml.XmlResolver" } + ], + "isStatic": false, + "name": "Transform", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "input", "typeName": "System.Xml.XPath.IXPathNavigable" }, + { "name": "results", "typeName": "System.Xml.XmlWriter" } + ], + "isStatic": false, + "name": "Transform", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "input", "typeName": "System.Xml.XPath.IXPathNavigable" }, + { + "name": "arguments", + "typeName": "System.Xml.Xsl.XsltArgumentList" + }, + { "name": "results", "typeName": "System.IO.Stream" } + ], + "isStatic": false, + "name": "Transform", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "input", "typeName": "System.Xml.XPath.IXPathNavigable" }, + { + "name": "arguments", + "typeName": "System.Xml.Xsl.XsltArgumentList" + }, + { "name": "results", "typeName": "System.IO.TextWriter" } + ], + "isStatic": false, + "name": "Transform", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "input", "typeName": "System.Xml.XPath.IXPathNavigable" }, + { + "name": "arguments", + "typeName": "System.Xml.Xsl.XsltArgumentList" + }, + { "name": "results", "typeName": "System.Xml.XmlWriter" } + ], + "isStatic": false, + "name": "Transform", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "input", "typeName": "System.Xml.XPath.IXPathNavigable" }, + { + "name": "arguments", + "typeName": "System.Xml.Xsl.XsltArgumentList" + }, + { "name": "results", "typeName": "System.Xml.XmlWriter" }, + { "name": "documentResolver", "typeName": "System.Xml.XmlResolver" } + ], + "isStatic": false, + "name": "Transform", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XslCompiledTransform", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml.Xsl", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Xml.Xsl.XsltMessageEncounteredEventHandler", + "name": "XsltMessageEncountered", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Xml.Xsl.XsltMessageEncounteredEventHandler" + } + ], + "isStatic": false, + "name": "add_XsltMessageEncountered", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Xml.Xsl.XsltMessageEncounteredEventHandler" + } + ], + "isStatic": false, + "name": "remove_XsltMessageEncountered", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "namespaceUri", "typeName": "string" }, + { "name": "extension", "typeName": "object" } + ], + "isStatic": false, + "name": "AddExtensionObject", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "namespaceUri", "typeName": "string" }, + { "name": "parameter", "typeName": "object" } + ], + "isStatic": false, + "name": "AddParam", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Clear", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Object", + "params": [{ "name": "namespaceUri", "typeName": "string" }], + "isStatic": false, + "name": "GetExtensionObject", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "namespaceUri", "typeName": "string" } + ], + "isStatic": false, + "name": "GetParam", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Object", + "params": [{ "name": "namespaceUri", "typeName": "string" }], + "isStatic": false, + "name": "RemoveExtensionObject", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "namespaceUri", "typeName": "string" } + ], + "isStatic": false, + "name": "RemoveParam", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XsltArgumentList", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml.Xsl", + "baseClass": "System.Xml.Xsl.XsltException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "inner", "typeName": "System.Exception" }, + { "name": "sourceUri", "typeName": "string" }, + { "name": "lineNumber", "typeName": "int" }, + { "name": "linePosition", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "innerException", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "info", + "typeName": "System.Runtime.Serialization.SerializationInfo" + }, + { + "name": "context", + "typeName": "System.Runtime.Serialization.StreamingContext" + } + ], + "isStatic": false, + "name": "GetObjectData", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XsltCompileException", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml", + "baseClass": "System.Xml.XmlNamedNodeMap", + "attribute": "", + "interfaces": ["ICollection", "IEnumerable"], + "fields": [ + { + "typeName": "System.Xml.XmlAttribute", + "name": "this[]", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlAttribute", + "name": "this[]", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlAttribute", + "name": "this[]", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "XmlAttribute", + "params": [{ "name": "node", "typeName": "System.Xml.XmlAttribute" }], + "isStatic": false, + "name": "Append", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "array", "typeName": "System.Xml.XmlAttribute[]" }, + { "name": "index", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlAttribute", + "params": [ + { "name": "newNode", "typeName": "System.Xml.XmlAttribute" }, + { "name": "refNode", "typeName": "System.Xml.XmlAttribute" } + ], + "isStatic": false, + "name": "InsertAfter", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlAttribute", + "params": [ + { "name": "newNode", "typeName": "System.Xml.XmlAttribute" }, + { "name": "refNode", "typeName": "System.Xml.XmlAttribute" } + ], + "isStatic": false, + "name": "InsertBefore", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlAttribute", + "params": [{ "name": "node", "typeName": "System.Xml.XmlAttribute" }], + "isStatic": false, + "name": "Prepend", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlAttribute", + "params": [{ "name": "node", "typeName": "System.Xml.XmlAttribute" }], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "RemoveAll", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlAttribute", + "params": [{ "name": "i", "typeName": "int" }], + "isStatic": false, + "name": "RemoveAt", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlNode", + "params": [{ "name": "node", "typeName": "System.Xml.XmlNode" }], + "isStatic": false, + "name": "SetNamedItem", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlAttributeCollection", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml", + "baseClass": "System.Xml.XmlCharacterData", + "attribute": "", + "interfaces": ["IEnumerable", "ICloneable", "IXPathNavigable"], + "fields": [ + { + "typeName": "string", + "name": "LocalName", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlNodeType", + "name": "NodeType", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlNode", + "name": "ParentNode", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlNode", + "name": "PreviousText", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "XmlNode", + "params": [{ "name": "deep", "typeName": "bool" }], + "isStatic": false, + "name": "CloneNode", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "w", "typeName": "System.Xml.XmlWriter" }], + "isStatic": false, + "name": "WriteContentTo", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "w", "typeName": "System.Xml.XmlWriter" }], + "isStatic": false, + "name": "WriteTo", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlCDataSection", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml.Xsl", + "baseClass": "System.Xml.XmlNamespaceManager", + "attribute": "", + "interfaces": ["IEnumerable", "IXmlNamespaceResolver"], + "fields": [ + { + "typeName": "bool", + "name": "Whitespace", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "Int32", + "params": [ + { "name": "baseUri", "typeName": "string" }, + { "name": "nextbaseUri", "typeName": "string" } + ], + "isStatic": false, + "name": "CompareDocument", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "node", "typeName": "System.Xml.XPath.XPathNavigator" } + ], + "isStatic": false, + "name": "PreserveWhitespace", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "IXsltContextFunction", + "params": [ + { "name": "prefix", "typeName": "string" }, + { "name": "name", "typeName": "string" }, + { + "name": "ArgTypes", + "typeName": "System.Xml.XPath.XPathResultType[]" + } + ], + "isStatic": false, + "name": "ResolveFunction", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "IXsltContextVariable", + "params": [ + { "name": "prefix", "typeName": "string" }, + { "name": "name", "typeName": "string" } + ], + "isStatic": false, + "name": "ResolveVariable", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XsltContext", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml", + "baseClass": "System.Xml.XmlLinkedNode", + "attribute": "", + "interfaces": ["IEnumerable", "ICloneable", "IXPathNavigable"], + "fields": [ + { + "typeName": "string", + "name": "Data", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "InnerText", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "int", + "name": "Length", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "Value", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "strData", "typeName": "string" }], + "isStatic": false, + "name": "AppendData", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "DeleteData", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "offset", "typeName": "int" }, + { "name": "strData", "typeName": "string" } + ], + "isStatic": false, + "name": "InsertData", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" }, + { "name": "strData", "typeName": "string" } + ], + "isStatic": false, + "name": "ReplaceData", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "Substring", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlCharacterData", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml.Xsl", + "baseClass": "System.SystemException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [ + { + "typeName": "int", + "name": "LineNumber", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "int", + "name": "LinePosition", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "Message", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "SourceUri", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "innerException", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "info", + "typeName": "System.Runtime.Serialization.SerializationInfo" + }, + { + "name": "context", + "typeName": "System.Runtime.Serialization.StreamingContext" + } + ], + "isStatic": false, + "name": "GetObjectData", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XsltException", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml", + "baseClass": "System.Xml.XmlCharacterData", + "attribute": "", + "interfaces": ["IEnumerable", "ICloneable", "IXPathNavigable"], + "fields": [ + { + "typeName": "string", + "name": "LocalName", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlNodeType", + "name": "NodeType", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "XmlNode", + "params": [{ "name": "deep", "typeName": "bool" }], + "isStatic": false, + "name": "CloneNode", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "w", "typeName": "System.Xml.XmlWriter" }], + "isStatic": false, + "name": "WriteContentTo", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "w", "typeName": "System.Xml.XmlWriter" }], + "isStatic": false, + "name": "WriteTo", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlComment", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": true, + "name": "DecodeName", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": true, + "name": "EncodeLocalName", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": true, + "name": "EncodeName", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": true, + "name": "EncodeNmToken", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "ch", "typeName": "char" }], + "isStatic": true, + "name": "IsNCNameChar", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "ch", "typeName": "char" }], + "isStatic": true, + "name": "IsPublicIdChar", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "ch", "typeName": "char" }], + "isStatic": true, + "name": "IsStartNCNameChar", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "ch", "typeName": "char" }], + "isStatic": true, + "name": "IsWhitespaceChar", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "ch", "typeName": "char" }], + "isStatic": true, + "name": "IsXmlChar", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "lowChar", "typeName": "char" }, + { "name": "highChar", "typeName": "char" } + ], + "isStatic": true, + "name": "IsXmlSurrogatePair", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "s", "typeName": "string" }], + "isStatic": true, + "name": "ToBoolean", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Byte", + "params": [{ "name": "s", "typeName": "string" }], + "isStatic": true, + "name": "ToByte", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Char", + "params": [{ "name": "s", "typeName": "string" }], + "isStatic": true, + "name": "ToChar", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "DateTime", + "params": [{ "name": "s", "typeName": "string" }], + "isStatic": true, + "name": "ToDateTime", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "DateTime", + "params": [ + { "name": "s", "typeName": "string" }, + { "name": "format", "typeName": "string" } + ], + "isStatic": true, + "name": "ToDateTime", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "DateTime", + "params": [ + { "name": "s", "typeName": "string" }, + { "name": "formats", "typeName": "string[]" } + ], + "isStatic": true, + "name": "ToDateTime", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "DateTime", + "params": [ + { "name": "s", "typeName": "string" }, + { + "name": "dateTimeOption", + "typeName": "System.Xml.XmlDateTimeSerializationMode" + } + ], + "isStatic": true, + "name": "ToDateTime", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "DateTimeOffset", + "params": [{ "name": "s", "typeName": "string" }], + "isStatic": true, + "name": "ToDateTimeOffset", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "DateTimeOffset", + "params": [ + { "name": "s", "typeName": "string" }, + { "name": "format", "typeName": "string" } + ], + "isStatic": true, + "name": "ToDateTimeOffset", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "DateTimeOffset", + "params": [ + { "name": "s", "typeName": "string" }, + { "name": "formats", "typeName": "string[]" } + ], + "isStatic": true, + "name": "ToDateTimeOffset", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Decimal", + "params": [{ "name": "s", "typeName": "string" }], + "isStatic": true, + "name": "ToDecimal", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Double", + "params": [{ "name": "s", "typeName": "string" }], + "isStatic": true, + "name": "ToDouble", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Guid", + "params": [{ "name": "s", "typeName": "string" }], + "isStatic": true, + "name": "ToGuid", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Int16", + "params": [{ "name": "s", "typeName": "string" }], + "isStatic": true, + "name": "ToInt16", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "s", "typeName": "string" }], + "isStatic": true, + "name": "ToInt32", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Int64", + "params": [{ "name": "s", "typeName": "string" }], + "isStatic": true, + "name": "ToInt64", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "SByte", + "params": [{ "name": "s", "typeName": "string" }], + "isStatic": true, + "name": "ToSByte", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "s", "typeName": "string" }], + "isStatic": true, + "name": "ToSingle", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "value", "typeName": "bool" }], + "isStatic": true, + "name": "ToString", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "value", "typeName": "byte" }], + "isStatic": true, + "name": "ToString", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "value", "typeName": "char" }], + "isStatic": true, + "name": "ToString", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "value", "typeName": "System.DateTime" }], + "isStatic": true, + "name": "ToString", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "value", "typeName": "System.DateTime" }, + { "name": "format", "typeName": "string" } + ], + "isStatic": true, + "name": "ToString", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "value", "typeName": "System.DateTime" }, + { + "name": "dateTimeOption", + "typeName": "System.Xml.XmlDateTimeSerializationMode" + } + ], + "isStatic": true, + "name": "ToString", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "value", "typeName": "System.DateTimeOffset" }], + "isStatic": true, + "name": "ToString", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "value", "typeName": "System.DateTimeOffset" }, + { "name": "format", "typeName": "string" } + ], + "isStatic": true, + "name": "ToString", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "value", "typeName": "decimal" }], + "isStatic": true, + "name": "ToString", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "value", "typeName": "double" }], + "isStatic": true, + "name": "ToString", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "value", "typeName": "System.Guid" }], + "isStatic": true, + "name": "ToString", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "value", "typeName": "short" }], + "isStatic": true, + "name": "ToString", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "value", "typeName": "int" }], + "isStatic": true, + "name": "ToString", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "value", "typeName": "long" }], + "isStatic": true, + "name": "ToString", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "value", "typeName": "sbyte" }], + "isStatic": true, + "name": "ToString", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "value", "typeName": "float" }], + "isStatic": true, + "name": "ToString", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "value", "typeName": "System.TimeSpan" }], + "isStatic": true, + "name": "ToString", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "value", "typeName": "ushort" }], + "isStatic": true, + "name": "ToString", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "value", "typeName": "uint" }], + "isStatic": true, + "name": "ToString", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "value", "typeName": "ulong" }], + "isStatic": true, + "name": "ToString", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "TimeSpan", + "params": [{ "name": "s", "typeName": "string" }], + "isStatic": true, + "name": "ToTimeSpan", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "UInt16", + "params": [{ "name": "s", "typeName": "string" }], + "isStatic": true, + "name": "ToUInt16", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "UInt32", + "params": [{ "name": "s", "typeName": "string" }], + "isStatic": true, + "name": "ToUInt32", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "UInt64", + "params": [{ "name": "s", "typeName": "string" }], + "isStatic": true, + "name": "ToUInt64", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": true, + "name": "VerifyName", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": true, + "name": "VerifyNCName", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": true, + "name": "VerifyNMTOKEN", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "publicId", "typeName": "string" }], + "isStatic": true, + "name": "VerifyPublicId", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "token", "typeName": "string" }], + "isStatic": true, + "name": "VerifyTOKEN", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "content", "typeName": "string" }], + "isStatic": true, + "name": "VerifyWhitespace", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "content", "typeName": "string" }], + "isStatic": true, + "name": "VerifyXmlChars", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlConvert", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml.Xsl", + "baseClass": "System.EventArgs", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "Message", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [], + "name": "XsltMessageEncounteredEventArgs", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Xml.XmlDateTimeSerializationMode", + "name": "Local", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlDateTimeSerializationMode", + "name": "RoundtripKind", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlDateTimeSerializationMode", + "name": "Unspecified", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlDateTimeSerializationMode", + "name": "Utc", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Xml.XmlDateTimeSerializationMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlDateTimeSerializationMode", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml.Xsl", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "sender", "typeName": "object" }, + { + "name": "e", + "typeName": "System.Xml.Xsl.XsltMessageEncounteredEventArgs" + } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "sender", "typeName": "object" }, + { + "name": "e", + "typeName": "System.Xml.Xsl.XsltMessageEncounteredEventArgs" + }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XsltMessageEncounteredEventHandler", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml", + "baseClass": "System.Xml.XmlLinkedNode", + "attribute": "", + "interfaces": ["IEnumerable", "ICloneable", "IXPathNavigable"], + "fields": [ + { + "typeName": "string", + "name": "Encoding", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "InnerText", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "LocalName", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlNodeType", + "name": "NodeType", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "Standalone", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "Value", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "Version", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "XmlNode", + "params": [{ "name": "deep", "typeName": "bool" }], + "isStatic": false, + "name": "CloneNode", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "w", "typeName": "System.Xml.XmlWriter" }], + "isStatic": false, + "name": "WriteContentTo", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "w", "typeName": "System.Xml.XmlWriter" }], + "isStatic": false, + "name": "WriteTo", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlDeclaration", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml", + "baseClass": "System.Xml.XmlNode", + "attribute": "", + "interfaces": ["IEnumerable", "ICloneable", "IXPathNavigable"], + "fields": [ + { + "typeName": "string", + "name": "BaseURI", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlElement", + "name": "DocumentElement", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlDocumentType", + "name": "DocumentType", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlImplementation", + "name": "Implementation", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "InnerText", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "InnerXml", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "bool", + "name": "IsReadOnly", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "LocalName", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlNameTable", + "name": "NameTable", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlNodeType", + "name": "NodeType", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlDocument", + "name": "OwnerDocument", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlNode", + "name": "ParentNode", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "bool", + "name": "PreserveWhitespace", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.IXmlSchemaInfo", + "name": "SchemaInfo", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlSchemaSet", + "name": "Schemas", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlResolver", + "name": "XmlResolver", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlNodeChangedEventHandler", + "name": "NodeChanged", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlNodeChangedEventHandler", + "name": "NodeChanging", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlNodeChangedEventHandler", + "name": "NodeInserted", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlNodeChangedEventHandler", + "name": "NodeInserting", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlNodeChangedEventHandler", + "name": "NodeRemoved", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlNodeChangedEventHandler", + "name": "NodeRemoving", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "nt", "typeName": "System.Xml.XmlNameTable" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Xml.XmlNodeChangedEventHandler" + } + ], + "isStatic": false, + "name": "add_NodeChanged", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Xml.XmlNodeChangedEventHandler" + } + ], + "isStatic": false, + "name": "remove_NodeChanged", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Xml.XmlNodeChangedEventHandler" + } + ], + "isStatic": false, + "name": "add_NodeChanging", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Xml.XmlNodeChangedEventHandler" + } + ], + "isStatic": false, + "name": "remove_NodeChanging", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Xml.XmlNodeChangedEventHandler" + } + ], + "isStatic": false, + "name": "add_NodeInserted", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Xml.XmlNodeChangedEventHandler" + } + ], + "isStatic": false, + "name": "remove_NodeInserted", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Xml.XmlNodeChangedEventHandler" + } + ], + "isStatic": false, + "name": "add_NodeInserting", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Xml.XmlNodeChangedEventHandler" + } + ], + "isStatic": false, + "name": "remove_NodeInserting", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Xml.XmlNodeChangedEventHandler" + } + ], + "isStatic": false, + "name": "add_NodeRemoved", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Xml.XmlNodeChangedEventHandler" + } + ], + "isStatic": false, + "name": "remove_NodeRemoved", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Xml.XmlNodeChangedEventHandler" + } + ], + "isStatic": false, + "name": "add_NodeRemoving", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Xml.XmlNodeChangedEventHandler" + } + ], + "isStatic": false, + "name": "remove_NodeRemoving", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlNode", + "params": [{ "name": "deep", "typeName": "bool" }], + "isStatic": false, + "name": "CloneNode", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlAttribute", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "CreateAttribute", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlAttribute", + "params": [ + { "name": "qualifiedName", "typeName": "string" }, + { "name": "namespaceURI", "typeName": "string" } + ], + "isStatic": false, + "name": "CreateAttribute", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlAttribute", + "params": [ + { "name": "prefix", "typeName": "string" }, + { "name": "localName", "typeName": "string" }, + { "name": "namespaceURI", "typeName": "string" } + ], + "isStatic": false, + "name": "CreateAttribute", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlCDataSection", + "params": [{ "name": "data", "typeName": "string" }], + "isStatic": false, + "name": "CreateCDataSection", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlComment", + "params": [{ "name": "data", "typeName": "string" }], + "isStatic": false, + "name": "CreateComment", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlDocumentFragment", + "params": [], + "isStatic": false, + "name": "CreateDocumentFragment", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlDocumentType", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "publicId", "typeName": "string" }, + { "name": "systemId", "typeName": "string" }, + { "name": "internalSubset", "typeName": "string" } + ], + "isStatic": false, + "name": "CreateDocumentType", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlElement", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "CreateElement", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlElement", + "params": [ + { "name": "qualifiedName", "typeName": "string" }, + { "name": "namespaceURI", "typeName": "string" } + ], + "isStatic": false, + "name": "CreateElement", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlElement", + "params": [ + { "name": "prefix", "typeName": "string" }, + { "name": "localName", "typeName": "string" }, + { "name": "namespaceURI", "typeName": "string" } + ], + "isStatic": false, + "name": "CreateElement", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlEntityReference", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "CreateEntityReference", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XPathNavigator", + "params": [], + "isStatic": false, + "name": "CreateNavigator", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlNode", + "params": [ + { "name": "nodeTypeString", "typeName": "string" }, + { "name": "name", "typeName": "string" }, + { "name": "namespaceURI", "typeName": "string" } + ], + "isStatic": false, + "name": "CreateNode", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlNode", + "params": [ + { "name": "type", "typeName": "System.Xml.XmlNodeType" }, + { "name": "name", "typeName": "string" }, + { "name": "namespaceURI", "typeName": "string" } + ], + "isStatic": false, + "name": "CreateNode", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlNode", + "params": [ + { "name": "type", "typeName": "System.Xml.XmlNodeType" }, + { "name": "prefix", "typeName": "string" }, + { "name": "name", "typeName": "string" }, + { "name": "namespaceURI", "typeName": "string" } + ], + "isStatic": false, + "name": "CreateNode", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlProcessingInstruction", + "params": [ + { "name": "target", "typeName": "string" }, + { "name": "data", "typeName": "string" } + ], + "isStatic": false, + "name": "CreateProcessingInstruction", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlSignificantWhitespace", + "params": [{ "name": "text", "typeName": "string" }], + "isStatic": false, + "name": "CreateSignificantWhitespace", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlText", + "params": [{ "name": "text", "typeName": "string" }], + "isStatic": false, + "name": "CreateTextNode", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlWhitespace", + "params": [{ "name": "text", "typeName": "string" }], + "isStatic": false, + "name": "CreateWhitespace", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlDeclaration", + "params": [ + { "name": "version", "typeName": "string" }, + { "name": "encoding", "typeName": "string" }, + { "name": "standalone", "typeName": "string" } + ], + "isStatic": false, + "name": "CreateXmlDeclaration", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlElement", + "params": [{ "name": "elementId", "typeName": "string" }], + "isStatic": false, + "name": "GetElementById", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlNodeList", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "GetElementsByTagName", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlNodeList", + "params": [ + { "name": "localName", "typeName": "string" }, + { "name": "namespaceURI", "typeName": "string" } + ], + "isStatic": false, + "name": "GetElementsByTagName", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlNode", + "params": [ + { "name": "node", "typeName": "System.Xml.XmlNode" }, + { "name": "deep", "typeName": "bool" } + ], + "isStatic": false, + "name": "ImportNode", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "inStream", "typeName": "System.IO.Stream" }], + "isStatic": false, + "name": "Load", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "txtReader", "typeName": "System.IO.TextReader" } + ], + "isStatic": false, + "name": "Load", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "filename", "typeName": "string" }], + "isStatic": false, + "name": "Load", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "reader", "typeName": "System.Xml.XmlReader" }], + "isStatic": false, + "name": "Load", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "xml", "typeName": "string" }], + "isStatic": false, + "name": "LoadXml", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlNode", + "params": [{ "name": "reader", "typeName": "System.Xml.XmlReader" }], + "isStatic": false, + "name": "ReadNode", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "outStream", "typeName": "System.IO.Stream" }], + "isStatic": false, + "name": "Save", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "writer", "typeName": "System.IO.TextWriter" }], + "isStatic": false, + "name": "Save", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "filename", "typeName": "string" }], + "isStatic": false, + "name": "Save", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "w", "typeName": "System.Xml.XmlWriter" }], + "isStatic": false, + "name": "Save", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "validationEventHandler", + "typeName": "System.Xml.Schema.ValidationEventHandler" + } + ], + "isStatic": false, + "name": "Validate", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "validationEventHandler", + "typeName": "System.Xml.Schema.ValidationEventHandler" + }, + { "name": "nodeToValidate", "typeName": "System.Xml.XmlNode" } + ], + "isStatic": false, + "name": "Validate", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "xw", "typeName": "System.Xml.XmlWriter" }], + "isStatic": false, + "name": "WriteContentTo", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "w", "typeName": "System.Xml.XmlWriter" }], + "isStatic": false, + "name": "WriteTo", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlDocument", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml.Xsl", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Xml.XmlResolver", + "name": "XmlResolver", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "url", "typeName": "string" }], + "isStatic": false, + "name": "Load", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "url", "typeName": "string" }, + { "name": "resolver", "typeName": "System.Xml.XmlResolver" } + ], + "isStatic": false, + "name": "Load", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "stylesheet", "typeName": "System.Xml.XmlReader" } + ], + "isStatic": false, + "name": "Load", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "stylesheet", "typeName": "System.Xml.XmlReader" }, + { "name": "resolver", "typeName": "System.Xml.XmlResolver" } + ], + "isStatic": false, + "name": "Load", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "stylesheet", "typeName": "System.Xml.XmlReader" }, + { "name": "resolver", "typeName": "System.Xml.XmlResolver" }, + { + "name": "evidence", + "typeName": "System.Security.Policy.Evidence" + } + ], + "isStatic": false, + "name": "Load", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "stylesheet", + "typeName": "System.Xml.XPath.IXPathNavigable" + } + ], + "isStatic": false, + "name": "Load", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "stylesheet", + "typeName": "System.Xml.XPath.IXPathNavigable" + }, + { "name": "resolver", "typeName": "System.Xml.XmlResolver" } + ], + "isStatic": false, + "name": "Load", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "stylesheet", + "typeName": "System.Xml.XPath.IXPathNavigable" + }, + { "name": "resolver", "typeName": "System.Xml.XmlResolver" }, + { + "name": "evidence", + "typeName": "System.Security.Policy.Evidence" + } + ], + "isStatic": false, + "name": "Load", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "stylesheet", + "typeName": "System.Xml.XPath.XPathNavigator" + } + ], + "isStatic": false, + "name": "Load", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "stylesheet", + "typeName": "System.Xml.XPath.XPathNavigator" + }, + { "name": "resolver", "typeName": "System.Xml.XmlResolver" } + ], + "isStatic": false, + "name": "Load", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "stylesheet", + "typeName": "System.Xml.XPath.XPathNavigator" + }, + { "name": "resolver", "typeName": "System.Xml.XmlResolver" }, + { + "name": "evidence", + "typeName": "System.Security.Policy.Evidence" + } + ], + "isStatic": false, + "name": "Load", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "inputfile", "typeName": "string" }, + { "name": "outputfile", "typeName": "string" } + ], + "isStatic": false, + "name": "Transform", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "inputfile", "typeName": "string" }, + { "name": "outputfile", "typeName": "string" }, + { "name": "resolver", "typeName": "System.Xml.XmlResolver" } + ], + "isStatic": false, + "name": "Transform", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlReader", + "params": [ + { "name": "input", "typeName": "System.Xml.XPath.IXPathNavigable" }, + { "name": "args", "typeName": "System.Xml.Xsl.XsltArgumentList" } + ], + "isStatic": false, + "name": "Transform", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "input", "typeName": "System.Xml.XPath.IXPathNavigable" }, + { "name": "args", "typeName": "System.Xml.Xsl.XsltArgumentList" }, + { "name": "output", "typeName": "System.IO.Stream" } + ], + "isStatic": false, + "name": "Transform", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "input", "typeName": "System.Xml.XPath.IXPathNavigable" }, + { "name": "args", "typeName": "System.Xml.Xsl.XsltArgumentList" }, + { "name": "output", "typeName": "System.IO.Stream" }, + { "name": "resolver", "typeName": "System.Xml.XmlResolver" } + ], + "isStatic": false, + "name": "Transform", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "input", "typeName": "System.Xml.XPath.IXPathNavigable" }, + { "name": "args", "typeName": "System.Xml.Xsl.XsltArgumentList" }, + { "name": "output", "typeName": "System.IO.TextWriter" } + ], + "isStatic": false, + "name": "Transform", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "input", "typeName": "System.Xml.XPath.IXPathNavigable" }, + { "name": "args", "typeName": "System.Xml.Xsl.XsltArgumentList" }, + { "name": "output", "typeName": "System.IO.TextWriter" }, + { "name": "resolver", "typeName": "System.Xml.XmlResolver" } + ], + "isStatic": false, + "name": "Transform", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlReader", + "params": [ + { "name": "input", "typeName": "System.Xml.XPath.IXPathNavigable" }, + { "name": "args", "typeName": "System.Xml.Xsl.XsltArgumentList" }, + { "name": "resolver", "typeName": "System.Xml.XmlResolver" } + ], + "isStatic": false, + "name": "Transform", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "input", "typeName": "System.Xml.XPath.IXPathNavigable" }, + { "name": "args", "typeName": "System.Xml.Xsl.XsltArgumentList" }, + { "name": "output", "typeName": "System.Xml.XmlWriter" } + ], + "isStatic": false, + "name": "Transform", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "input", "typeName": "System.Xml.XPath.IXPathNavigable" }, + { "name": "args", "typeName": "System.Xml.Xsl.XsltArgumentList" }, + { "name": "output", "typeName": "System.Xml.XmlWriter" }, + { "name": "resolver", "typeName": "System.Xml.XmlResolver" } + ], + "isStatic": false, + "name": "Transform", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlReader", + "params": [ + { "name": "input", "typeName": "System.Xml.XPath.XPathNavigator" }, + { "name": "args", "typeName": "System.Xml.Xsl.XsltArgumentList" } + ], + "isStatic": false, + "name": "Transform", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "input", "typeName": "System.Xml.XPath.XPathNavigator" }, + { "name": "args", "typeName": "System.Xml.Xsl.XsltArgumentList" }, + { "name": "output", "typeName": "System.IO.Stream" } + ], + "isStatic": false, + "name": "Transform", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "input", "typeName": "System.Xml.XPath.XPathNavigator" }, + { "name": "args", "typeName": "System.Xml.Xsl.XsltArgumentList" }, + { "name": "output", "typeName": "System.IO.Stream" }, + { "name": "resolver", "typeName": "System.Xml.XmlResolver" } + ], + "isStatic": false, + "name": "Transform", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "input", "typeName": "System.Xml.XPath.XPathNavigator" }, + { "name": "args", "typeName": "System.Xml.Xsl.XsltArgumentList" }, + { "name": "output", "typeName": "System.IO.TextWriter" } + ], + "isStatic": false, + "name": "Transform", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "input", "typeName": "System.Xml.XPath.XPathNavigator" }, + { "name": "args", "typeName": "System.Xml.Xsl.XsltArgumentList" }, + { "name": "output", "typeName": "System.IO.TextWriter" }, + { "name": "resolver", "typeName": "System.Xml.XmlResolver" } + ], + "isStatic": false, + "name": "Transform", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlReader", + "params": [ + { "name": "input", "typeName": "System.Xml.XPath.XPathNavigator" }, + { "name": "args", "typeName": "System.Xml.Xsl.XsltArgumentList" }, + { "name": "resolver", "typeName": "System.Xml.XmlResolver" } + ], + "isStatic": false, + "name": "Transform", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "input", "typeName": "System.Xml.XPath.XPathNavigator" }, + { "name": "args", "typeName": "System.Xml.Xsl.XsltArgumentList" }, + { "name": "output", "typeName": "System.Xml.XmlWriter" } + ], + "isStatic": false, + "name": "Transform", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "input", "typeName": "System.Xml.XPath.XPathNavigator" }, + { "name": "args", "typeName": "System.Xml.Xsl.XsltArgumentList" }, + { "name": "output", "typeName": "System.Xml.XmlWriter" }, + { "name": "resolver", "typeName": "System.Xml.XmlResolver" } + ], + "isStatic": false, + "name": "Transform", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XslTransform", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml.Xsl", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Xml.Xsl.XsltSettings", + "name": "Default", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "bool", + "name": "EnableDocumentFunction", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "bool", + "name": "EnableScript", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Xsl.XsltSettings", + "name": "TrustedXslt", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "enableDocumentFunction", "typeName": "bool" }, + { "name": "enableScript", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XsltSettings", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml", + "baseClass": "System.Xml.XmlNode", + "attribute": "", + "interfaces": ["IEnumerable", "ICloneable", "IXPathNavigable"], + "fields": [ + { + "typeName": "string", + "name": "InnerXml", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "LocalName", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlNodeType", + "name": "NodeType", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlDocument", + "name": "OwnerDocument", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlNode", + "name": "ParentNode", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "XmlNode", + "params": [{ "name": "deep", "typeName": "bool" }], + "isStatic": false, + "name": "CloneNode", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "w", "typeName": "System.Xml.XmlWriter" }], + "isStatic": false, + "name": "WriteContentTo", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "w", "typeName": "System.Xml.XmlWriter" }], + "isStatic": false, + "name": "WriteTo", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlDocumentFragment", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml", + "baseClass": "System.Xml.XmlLinkedNode", + "attribute": "", + "interfaces": ["IEnumerable", "ICloneable", "IXPathNavigable"], + "fields": [ + { + "typeName": "System.Xml.XmlNamedNodeMap", + "name": "Entities", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "InternalSubset", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "bool", + "name": "IsReadOnly", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "LocalName", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlNodeType", + "name": "NodeType", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlNamedNodeMap", + "name": "Notations", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "PublicId", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "SystemId", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "XmlNode", + "params": [{ "name": "deep", "typeName": "bool" }], + "isStatic": false, + "name": "CloneNode", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "w", "typeName": "System.Xml.XmlWriter" }], + "isStatic": false, + "name": "WriteContentTo", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "w", "typeName": "System.Xml.XmlWriter" }], + "isStatic": false, + "name": "WriteTo", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlDocumentType", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Net.NetworkInformation", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Net.NetworkInformation.DuplicateAddressDetectionState", + "name": "Deprecated", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.NetworkInformation.DuplicateAddressDetectionState", + "name": "Duplicate", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.NetworkInformation.DuplicateAddressDetectionState", + "name": "Invalid", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.NetworkInformation.DuplicateAddressDetectionState", + "name": "Preferred", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.NetworkInformation.DuplicateAddressDetectionState", + "name": "Tentative", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Net.NetworkInformation.DuplicateAddressDetectionState", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "DuplicateAddressDetectionState", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net.NetworkInformation", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Net.IPAddress", + "name": "Address", + "comment": "", + "location": "System.dll" + } + ], + "methods": [], + "name": "GatewayIPAddressInformation", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Xml", + "baseClass": "System.Xml.XmlDocument", + "attribute": "", + "interfaces": ["IEnumerable", "ICloneable", "IXPathNavigable"], + "fields": [ + { + "typeName": "System.Data.DataSet", + "name": "DataSet", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "dataset", "typeName": "System.Data.DataSet" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "XmlNode", + "params": [{ "name": "deep", "typeName": "bool" }], + "isStatic": false, + "name": "CloneNode", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "XmlElement", + "params": [ + { "name": "prefix", "typeName": "string" }, + { "name": "localName", "typeName": "string" }, + { "name": "namespaceURI", "typeName": "string" } + ], + "isStatic": false, + "name": "CreateElement", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "XmlEntityReference", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "CreateEntityReference", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "XmlElement", + "params": [{ "name": "elemId", "typeName": "string" }], + "isStatic": false, + "name": "GetElementById", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "XmlElement", + "params": [{ "name": "r", "typeName": "System.Data.DataRow" }], + "isStatic": false, + "name": "GetElementFromRow", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "XmlNodeList", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "GetElementsByTagName", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "DataRow", + "params": [{ "name": "e", "typeName": "System.Xml.XmlElement" }], + "isStatic": false, + "name": "GetRowFromElement", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "inStream", "typeName": "System.IO.Stream" }], + "isStatic": false, + "name": "Load", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "txtReader", "typeName": "System.IO.TextReader" } + ], + "isStatic": false, + "name": "Load", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "filename", "typeName": "string" }], + "isStatic": false, + "name": "Load", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "reader", "typeName": "System.Xml.XmlReader" }], + "isStatic": false, + "name": "Load", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "XmlDataDocument", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Net.NetworkInformation", + "baseClass": "object", + "attribute": "", + "interfaces": ["ICollection", "IEnumerable", "IEnumerable"], + "fields": [ + { + "typeName": "int", + "name": "Count", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "IsReadOnly", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.NetworkInformation.GatewayIPAddressInformation", + "name": "this[]", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "address", + "typeName": "System.Net.NetworkInformation.GatewayIPAddressInformation" + } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Clear", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "address", + "typeName": "System.Net.NetworkInformation.GatewayIPAddressInformation" + } + ], + "isStatic": false, + "name": "Contains", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "array", + "typeName": "System.Net.NetworkInformation.GatewayIPAddressInformation[]" + }, + { "name": "offset", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IEnumerator", + "params": [], + "isStatic": false, + "name": "GetEnumerator", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "address", + "typeName": "System.Net.NetworkInformation.GatewayIPAddressInformation" + } + ], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "System.dll" + } + ], + "name": "GatewayIPAddressInformationCollection", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net.NetworkInformation", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "long", + "name": "AddressMaskRepliesReceived", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "AddressMaskRepliesSent", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "AddressMaskRequestsReceived", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "AddressMaskRequestsSent", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "DestinationUnreachableMessagesReceived", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "DestinationUnreachableMessagesSent", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "EchoRepliesReceived", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "EchoRepliesSent", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "EchoRequestsReceived", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "EchoRequestsSent", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "ErrorsReceived", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "ErrorsSent", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "MessagesReceived", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "MessagesSent", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "ParameterProblemsReceived", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "ParameterProblemsSent", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "RedirectsReceived", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "RedirectsSent", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "SourceQuenchesReceived", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "SourceQuenchesSent", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "TimeExceededMessagesReceived", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "TimeExceededMessagesSent", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "TimestampRepliesReceived", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "TimestampRepliesSent", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "TimestampRequestsReceived", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "TimestampRequestsSent", + "comment": "", + "location": "System.dll" + } + ], + "methods": [], + "name": "IcmpV4Statistics", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net.NetworkInformation", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "long", + "name": "DestinationUnreachableMessagesReceived", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "DestinationUnreachableMessagesSent", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "EchoRepliesReceived", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "EchoRepliesSent", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "EchoRequestsReceived", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "EchoRequestsSent", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "ErrorsReceived", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "ErrorsSent", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "MembershipQueriesReceived", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "MembershipQueriesSent", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "MembershipReductionsReceived", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "MembershipReductionsSent", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "MembershipReportsReceived", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "MembershipReportsSent", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "MessagesReceived", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "MessagesSent", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "NeighborAdvertisementsReceived", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "NeighborAdvertisementsSent", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "NeighborSolicitsReceived", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "NeighborSolicitsSent", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "PacketTooBigMessagesReceived", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "PacketTooBigMessagesSent", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "ParameterProblemsReceived", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "ParameterProblemsSent", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "RedirectsReceived", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "RedirectsSent", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "RouterAdvertisementsReceived", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "RouterAdvertisementsSent", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "RouterSolicitsReceived", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "RouterSolicitsSent", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "TimeExceededMessagesReceived", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "TimeExceededMessagesSent", + "comment": "", + "location": "System.dll" + } + ], + "methods": [], + "name": "IcmpV6Statistics", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net.NetworkInformation", + "baseClass": "object", + "attribute": "", + "interfaces": ["ICollection", "IEnumerable", "IEnumerable"], + "fields": [ + { + "typeName": "int", + "name": "Count", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "IsReadOnly", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.IPAddress", + "name": "this[]", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "address", "typeName": "System.Net.IPAddress" }], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Clear", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "address", "typeName": "System.Net.IPAddress" }], + "isStatic": false, + "name": "Contains", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "array", "typeName": "System.Net.IPAddress[]" }, + { "name": "offset", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IEnumerator", + "params": [], + "isStatic": false, + "name": "GetEnumerator", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "address", "typeName": "System.Net.IPAddress" }], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "System.dll" + } + ], + "name": "IPAddressCollection", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net.NetworkInformation", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Net.IPAddress", + "name": "Address", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "IsDnsEligible", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "IsTransient", + "comment": "", + "location": "System.dll" + } + ], + "methods": [], + "name": "IPAddressInformation", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net.NetworkInformation", + "baseClass": "object", + "attribute": "", + "interfaces": ["ICollection", "IEnumerable", "IEnumerable"], + "fields": [ + { + "typeName": "int", + "name": "Count", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "IsReadOnly", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.NetworkInformation.IPAddressInformation", + "name": "this[]", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "address", + "typeName": "System.Net.NetworkInformation.IPAddressInformation" + } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Clear", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "address", + "typeName": "System.Net.NetworkInformation.IPAddressInformation" + } + ], + "isStatic": false, + "name": "Contains", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "array", + "typeName": "System.Net.NetworkInformation.IPAddressInformation[]" + }, + { "name": "offset", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IEnumerator", + "params": [], + "isStatic": false, + "name": "GetEnumerator", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "address", + "typeName": "System.Net.NetworkInformation.IPAddressInformation" + } + ], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "System.dll" + } + ], + "name": "IPAddressInformationCollection", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net.NetworkInformation", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "DhcpScopeName", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "DomainName", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "HostName", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "IsWinsProxy", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.NetworkInformation.NetBiosNodeType", + "name": "NodeType", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "state", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginGetUnicastAddresses", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "UnicastIPAddressInformationCollection", + "params": [ + { "name": "asyncResult", "typeName": "System.IAsyncResult" } + ], + "isStatic": false, + "name": "EndGetUnicastAddresses", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetActiveTcpConnections", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetActiveTcpListeners", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetActiveUdpListeners", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IcmpV4Statistics", + "params": [], + "isStatic": false, + "name": "GetIcmpV4Statistics", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IcmpV6Statistics", + "params": [], + "isStatic": false, + "name": "GetIcmpV6Statistics", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IPGlobalProperties", + "params": [], + "isStatic": true, + "name": "GetIPGlobalProperties", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IPGlobalStatistics", + "params": [], + "isStatic": false, + "name": "GetIPv4GlobalStatistics", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IPGlobalStatistics", + "params": [], + "isStatic": false, + "name": "GetIPv6GlobalStatistics", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "TcpStatistics", + "params": [], + "isStatic": false, + "name": "GetTcpIPv4Statistics", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "TcpStatistics", + "params": [], + "isStatic": false, + "name": "GetTcpIPv6Statistics", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "UdpStatistics", + "params": [], + "isStatic": false, + "name": "GetUdpIPv4Statistics", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "UdpStatistics", + "params": [], + "isStatic": false, + "name": "GetUdpIPv6Statistics", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "UnicastIPAddressInformationCollection", + "params": [], + "isStatic": false, + "name": "GetUnicastAddresses", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Task", + "params": [], + "isStatic": false, + "name": "GetUnicastAddressesAsync", + "comment": "", + "location": "System.dll" + } + ], + "name": "IPGlobalProperties", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Xml", + "baseClass": "object", + "attribute": "", + "interfaces": ["IEnumerable", "IDisposable"], + "fields": [ + { + "typeName": "int", + "name": "Count", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlNode", + "name": "this[]", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "IEnumerator", + "params": [], + "isStatic": false, + "name": "GetEnumerator", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlNode", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "Item", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlNodeList", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Net.NetworkInformation", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "DefaultTtl", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "ForwardingEnabled", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "NumberOfInterfaces", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "NumberOfIPAddresses", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "NumberOfRoutes", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "OutputPacketRequests", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "OutputPacketRoutingDiscards", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "OutputPacketsDiscarded", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "OutputPacketsWithNoRoute", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "PacketFragmentFailures", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "PacketReassembliesRequired", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "PacketReassemblyFailures", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "PacketReassemblyTimeout", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "PacketsFragmented", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "PacketsReassembled", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "ReceivedPackets", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "ReceivedPacketsDelivered", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "ReceivedPacketsDiscarded", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "ReceivedPacketsForwarded", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "ReceivedPacketsWithAddressErrors", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "ReceivedPacketsWithHeadersErrors", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "ReceivedPacketsWithUnknownProtocol", + "comment": "", + "location": "System.dll" + } + ], + "methods": [], + "name": "IPGlobalStatistics", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net.NetworkInformation", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Net.NetworkInformation.IPAddressInformationCollection", + "name": "AnycastAddresses", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.NetworkInformation.IPAddressCollection", + "name": "DhcpServerAddresses", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.NetworkInformation.IPAddressCollection", + "name": "DnsAddresses", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "DnsSuffix", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.NetworkInformation.GatewayIPAddressInformationCollection", + "name": "GatewayAddresses", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "IsDnsEnabled", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "IsDynamicDnsEnabled", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.NetworkInformation.MulticastIPAddressInformationCollection", + "name": "MulticastAddresses", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.NetworkInformation.UnicastIPAddressInformationCollection", + "name": "UnicastAddresses", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.NetworkInformation.IPAddressCollection", + "name": "WinsServersAddresses", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "IPv4InterfaceProperties", + "params": [], + "isStatic": false, + "name": "GetIPv4Properties", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IPv6InterfaceProperties", + "params": [], + "isStatic": false, + "name": "GetIPv6Properties", + "comment": "", + "location": "System.dll" + } + ], + "name": "IPInterfaceProperties", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Xml", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Xml.XmlNodeOrder", + "name": "After", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlNodeOrder", + "name": "Before", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlNodeOrder", + "name": "Same", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlNodeOrder", + "name": "Unknown", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Xml.XmlNodeOrder", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlNodeOrder", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Net.NetworkInformation", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "long", + "name": "BytesReceived", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "BytesSent", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "IncomingPacketsDiscarded", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "IncomingPacketsWithErrors", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "IncomingUnknownProtocolPackets", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "NonUnicastPacketsReceived", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "NonUnicastPacketsSent", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "OutgoingPacketsDiscarded", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "OutgoingPacketsWithErrors", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "OutputQueueLength", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "UnicastPacketsReceived", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "UnicastPacketsSent", + "comment": "", + "location": "System.dll" + } + ], + "methods": [], + "name": "IPInterfaceStatistics", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net.NetworkInformation", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Net.NetworkInformation.IPStatus", + "name": "BadDestination", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.NetworkInformation.IPStatus", + "name": "BadHeader", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.NetworkInformation.IPStatus", + "name": "BadOption", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.NetworkInformation.IPStatus", + "name": "BadRoute", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.NetworkInformation.IPStatus", + "name": "DestinationHostUnreachable", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.NetworkInformation.IPStatus", + "name": "DestinationNetworkUnreachable", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.NetworkInformation.IPStatus", + "name": "DestinationPortUnreachable", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.NetworkInformation.IPStatus", + "name": "DestinationProhibited", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.NetworkInformation.IPStatus", + "name": "DestinationProtocolUnreachable", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.NetworkInformation.IPStatus", + "name": "DestinationScopeMismatch", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.NetworkInformation.IPStatus", + "name": "DestinationUnreachable", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.NetworkInformation.IPStatus", + "name": "HardwareError", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.NetworkInformation.IPStatus", + "name": "IcmpError", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.NetworkInformation.IPStatus", + "name": "NoResources", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.NetworkInformation.IPStatus", + "name": "PacketTooBig", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.NetworkInformation.IPStatus", + "name": "ParameterProblem", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.NetworkInformation.IPStatus", + "name": "SourceQuench", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.NetworkInformation.IPStatus", + "name": "Success", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.NetworkInformation.IPStatus", + "name": "TimedOut", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.NetworkInformation.IPStatus", + "name": "TimeExceeded", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.NetworkInformation.IPStatus", + "name": "TtlExpired", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.NetworkInformation.IPStatus", + "name": "TtlReassemblyTimeExceeded", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.NetworkInformation.IPStatus", + "name": "Unknown", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.NetworkInformation.IPStatus", + "name": "UnrecognizedNextHeader", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Net.NetworkInformation.IPStatus", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "IPStatus", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net.NetworkInformation", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "Index", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "IsAutomaticPrivateAddressingActive", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "IsAutomaticPrivateAddressingEnabled", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "IsDhcpEnabled", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "IsForwardingEnabled", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "Mtu", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "UsesWins", + "comment": "", + "location": "System.dll" + } + ], + "methods": [], + "name": "IPv4InterfaceProperties", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Xml", + "baseClass": "System.Xml.XmlReader", + "attribute": "", + "interfaces": ["IDisposable", "IXmlNamespaceResolver"], + "fields": [ + { + "typeName": "int", + "name": "AttributeCount", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "BaseURI", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "bool", + "name": "CanReadBinaryContent", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "bool", + "name": "CanResolveEntity", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "int", + "name": "Depth", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "bool", + "name": "EOF", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "bool", + "name": "HasAttributes", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "bool", + "name": "HasValue", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "bool", + "name": "IsDefault", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "bool", + "name": "IsEmptyElement", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "LocalName", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "NamespaceURI", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlNameTable", + "name": "NameTable", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlNodeType", + "name": "NodeType", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "Prefix", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.ReadState", + "name": "ReadState", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.IXmlSchemaInfo", + "name": "SchemaInfo", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "Value", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "XmlLang", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlSpace", + "name": "XmlSpace", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "node", "typeName": "System.Xml.XmlNode" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Close", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "attributeIndex", "typeName": "int" }], + "isStatic": false, + "name": "GetAttribute", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "GetAttribute", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "namespaceURI", "typeName": "string" } + ], + "isStatic": false, + "name": "GetAttribute", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "prefix", "typeName": "string" }], + "isStatic": false, + "name": "LookupNamespace", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "attributeIndex", "typeName": "int" }], + "isStatic": false, + "name": "MoveToAttribute", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "MoveToAttribute", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "namespaceURI", "typeName": "string" } + ], + "isStatic": false, + "name": "MoveToAttribute", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "MoveToElement", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "MoveToFirstAttribute", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "MoveToNextAttribute", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "Read", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "ReadAttributeValue", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "index", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "ReadContentAsBase64", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "index", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "ReadContentAsBinHex", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "index", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "ReadElementContentAsBase64", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "index", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "ReadElementContentAsBinHex", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ReadString", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ResolveEntity", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Skip", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlNodeReader", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Net.NetworkInformation", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "long", + "name": "BytesReceived", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "BytesSent", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "IncomingPacketsDiscarded", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "IncomingPacketsWithErrors", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "IncomingUnknownProtocolPackets", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "NonUnicastPacketsReceived", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "NonUnicastPacketsSent", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "OutgoingPacketsDiscarded", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "OutgoingPacketsWithErrors", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "OutputQueueLength", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "UnicastPacketsReceived", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "UnicastPacketsSent", + "comment": "", + "location": "System.dll" + } + ], + "methods": [], + "name": "IPv4InterfaceStatistics", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Xml", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Xml.XmlNodeType", + "name": "Attribute", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlNodeType", + "name": "CDATA", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlNodeType", + "name": "Comment", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlNodeType", + "name": "Document", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlNodeType", + "name": "DocumentFragment", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlNodeType", + "name": "DocumentType", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlNodeType", + "name": "Element", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlNodeType", + "name": "EndElement", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlNodeType", + "name": "EndEntity", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlNodeType", + "name": "Entity", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlNodeType", + "name": "EntityReference", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlNodeType", + "name": "None", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlNodeType", + "name": "Notation", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlNodeType", + "name": "ProcessingInstruction", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlNodeType", + "name": "SignificantWhitespace", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlNodeType", + "name": "Text", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlNodeType", + "name": "Whitespace", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlNodeType", + "name": "XmlDeclaration", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Xml.XmlNodeType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlNodeType", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Net.NetworkInformation", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "Index", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "Mtu", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Int64", + "params": [ + { + "name": "scopeLevel", + "typeName": "System.Net.NetworkInformation.ScopeLevel" + } + ], + "isStatic": false, + "name": "GetScopeId", + "comment": "", + "location": "System.dll" + } + ], + "name": "IPv6InterfaceProperties", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net.NetworkInformation", + "baseClass": "System.Net.NetworkInformation.IPAddressInformation", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "long", + "name": "AddressPreferredLifetime", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "AddressValidLifetime", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "DhcpLeaseLifetime", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.NetworkInformation.DuplicateAddressDetectionState", + "name": "DuplicateAddressDetectionState", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.NetworkInformation.PrefixOrigin", + "name": "PrefixOrigin", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.NetworkInformation.SuffixOrigin", + "name": "SuffixOrigin", + "comment": "", + "location": "System.dll" + } + ], + "methods": [], + "name": "MulticastIPAddressInformation", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net.NetworkInformation", + "baseClass": "object", + "attribute": "", + "interfaces": ["ICollection", "IEnumerable", "IEnumerable"], + "fields": [ + { + "typeName": "int", + "name": "Count", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "IsReadOnly", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.NetworkInformation.MulticastIPAddressInformation", + "name": "this[]", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "address", + "typeName": "System.Net.NetworkInformation.MulticastIPAddressInformation" + } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Clear", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "address", + "typeName": "System.Net.NetworkInformation.MulticastIPAddressInformation" + } + ], + "isStatic": false, + "name": "Contains", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "array", + "typeName": "System.Net.NetworkInformation.MulticastIPAddressInformation[]" + }, + { "name": "offset", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IEnumerator", + "params": [], + "isStatic": false, + "name": "GetEnumerator", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "address", + "typeName": "System.Net.NetworkInformation.MulticastIPAddressInformation" + } + ], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "System.dll" + } + ], + "name": "MulticastIPAddressInformationCollection", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net.NetworkInformation", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Net.NetworkInformation.NetBiosNodeType", + "name": "Broadcast", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.NetworkInformation.NetBiosNodeType", + "name": "Hybrid", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.NetworkInformation.NetBiosNodeType", + "name": "Mixed", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.NetworkInformation.NetBiosNodeType", + "name": "Peer2Peer", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.NetworkInformation.NetBiosNodeType", + "name": "Unknown", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Net.NetworkInformation.NetBiosNodeType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "NetBiosNodeType", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Xml", + "baseClass": "System.Xml.XmlNode", + "attribute": "", + "interfaces": ["IEnumerable", "ICloneable", "IXPathNavigable"], + "fields": [ + { + "typeName": "string", + "name": "InnerXml", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "bool", + "name": "IsReadOnly", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "LocalName", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlNodeType", + "name": "NodeType", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "OuterXml", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "PublicId", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "SystemId", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "XmlNode", + "params": [{ "name": "deep", "typeName": "bool" }], + "isStatic": false, + "name": "CloneNode", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "w", "typeName": "System.Xml.XmlWriter" }], + "isStatic": false, + "name": "WriteContentTo", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "w", "typeName": "System.Xml.XmlWriter" }], + "isStatic": false, + "name": "WriteTo", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlNotation", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Net.NetworkInformation", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "sender", "typeName": "object" }, + { "name": "e", "typeName": "System.EventArgs" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "sender", "typeName": "object" }, + { "name": "e", "typeName": "System.EventArgs" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "System.dll" + } + ], + "name": "NetworkAddressChangedEventHandler", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Xml", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Xml.XmlOutputMethod", + "name": "AutoDetect", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlOutputMethod", + "name": "Html", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlOutputMethod", + "name": "Text", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlOutputMethod", + "name": "Xml", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Xml.XmlOutputMethod", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlOutputMethod", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Net.NetworkInformation", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "sender", "typeName": "object" }, + { + "name": "e", + "typeName": "System.Net.NetworkInformation.NetworkAvailabilityEventArgs" + } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "sender", "typeName": "object" }, + { + "name": "e", + "typeName": "System.Net.NetworkInformation.NetworkAvailabilityEventArgs" + }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "System.dll" + } + ], + "name": "NetworkAvailabilityChangedEventHandler", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Xml", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "BaseURI", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "DocTypeName", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Text.Encoding", + "name": "Encoding", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "InternalSubset", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlNamespaceManager", + "name": "NamespaceManager", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlNameTable", + "name": "NameTable", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "PublicId", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "SystemId", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "XmlLang", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlSpace", + "name": "XmlSpace", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "nt", "typeName": "System.Xml.XmlNameTable" }, + { "name": "nsMgr", "typeName": "System.Xml.XmlNamespaceManager" }, + { "name": "docTypeName", "typeName": "string" }, + { "name": "pubId", "typeName": "string" }, + { "name": "sysId", "typeName": "string" }, + { "name": "internalSubset", "typeName": "string" }, + { "name": "baseURI", "typeName": "string" }, + { "name": "xmlLang", "typeName": "string" }, + { "name": "xmlSpace", "typeName": "System.Xml.XmlSpace" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nt", "typeName": "System.Xml.XmlNameTable" }, + { "name": "nsMgr", "typeName": "System.Xml.XmlNamespaceManager" }, + { "name": "docTypeName", "typeName": "string" }, + { "name": "pubId", "typeName": "string" }, + { "name": "sysId", "typeName": "string" }, + { "name": "internalSubset", "typeName": "string" }, + { "name": "baseURI", "typeName": "string" }, + { "name": "xmlLang", "typeName": "string" }, + { "name": "xmlSpace", "typeName": "System.Xml.XmlSpace" }, + { "name": "enc", "typeName": "System.Text.Encoding" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nt", "typeName": "System.Xml.XmlNameTable" }, + { "name": "nsMgr", "typeName": "System.Xml.XmlNamespaceManager" }, + { "name": "xmlLang", "typeName": "string" }, + { "name": "xmlSpace", "typeName": "System.Xml.XmlSpace" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nt", "typeName": "System.Xml.XmlNameTable" }, + { "name": "nsMgr", "typeName": "System.Xml.XmlNamespaceManager" }, + { "name": "xmlLang", "typeName": "string" }, + { "name": "xmlSpace", "typeName": "System.Xml.XmlSpace" }, + { "name": "enc", "typeName": "System.Text.Encoding" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlParserContext", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Net.NetworkInformation", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Net.NetworkInformation.NetworkAddressChangedEventHandler", + "name": "NetworkAddressChanged", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.NetworkInformation.NetworkAvailabilityChangedEventHandler", + "name": "NetworkAvailabilityChanged", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Net.NetworkInformation.NetworkAddressChangedEventHandler" + } + ], + "isStatic": true, + "name": "add_NetworkAddressChanged", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Net.NetworkInformation.NetworkAddressChangedEventHandler" + } + ], + "isStatic": true, + "name": "remove_NetworkAddressChanged", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Net.NetworkInformation.NetworkAvailabilityChangedEventHandler" + } + ], + "isStatic": true, + "name": "add_NetworkAvailabilityChanged", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Net.NetworkInformation.NetworkAvailabilityChangedEventHandler" + } + ], + "isStatic": true, + "name": "remove_NetworkAvailabilityChanged", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "nc", + "typeName": "System.Net.NetworkInformation.NetworkChange" + } + ], + "isStatic": true, + "name": "RegisterNetworkChange", + "comment": "", + "location": "System.dll" + } + ], + "name": "NetworkChange", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net.NetworkInformation", + "baseClass": "System.EventArgs", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "IsAvailable", + "comment": "", + "location": "System.dll" + } + ], + "methods": [], + "name": "NetworkAvailabilityEventArgs", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Xml", + "baseClass": "System.Xml.XmlLinkedNode", + "attribute": "", + "interfaces": ["IEnumerable", "ICloneable", "IXPathNavigable"], + "fields": [ + { + "typeName": "string", + "name": "Data", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "InnerText", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "LocalName", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlNodeType", + "name": "NodeType", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "Target", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "Value", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "XmlNode", + "params": [{ "name": "deep", "typeName": "bool" }], + "isStatic": false, + "name": "CloneNode", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "w", "typeName": "System.Xml.XmlWriter" }], + "isStatic": false, + "name": "WriteContentTo", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "w", "typeName": "System.Xml.XmlWriter" }], + "isStatic": false, + "name": "WriteTo", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlProcessingInstruction", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Net.NetworkInformation", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Net.NetworkInformation.NetworkInformationAccess", + "name": "None", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.NetworkInformation.NetworkInformationAccess", + "name": "Ping", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.NetworkInformation.NetworkInformationAccess", + "name": "Read", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Net.NetworkInformation.NetworkInformationAccess", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "NetworkInformationAccess", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net.NetworkInformation", + "baseClass": "System.ComponentModel.Win32Exception", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [ + { + "typeName": "int", + "name": "ErrorCode", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "errorCode", "typeName": "int" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "NetworkInformationException", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net.NetworkInformation", + "baseClass": "System.Security.CodeAccessPermission", + "attribute": "", + "interfaces": [ + "IPermission", + "ISecurityEncodable", + "IStackWalk", + "IUnrestrictedPermission" + ], + "fields": [ + { + "typeName": "System.Net.NetworkInformation.NetworkInformationAccess", + "name": "Access", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "access", + "typeName": "System.Net.NetworkInformation.NetworkInformationAccess" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "state", + "typeName": "System.Security.Permissions.PermissionState" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "access", + "typeName": "System.Net.NetworkInformation.NetworkInformationAccess" + } + ], + "isStatic": false, + "name": "AddPermission", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IPermission", + "params": [], + "isStatic": false, + "name": "Copy", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "securityElement", + "typeName": "System.Security.SecurityElement" + } + ], + "isStatic": false, + "name": "FromXml", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IPermission", + "params": [ + { "name": "target", "typeName": "System.Security.IPermission" } + ], + "isStatic": false, + "name": "Intersect", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "target", "typeName": "System.Security.IPermission" } + ], + "isStatic": false, + "name": "IsSubsetOf", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "IsUnrestricted", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "SecurityElement", + "params": [], + "isStatic": false, + "name": "ToXml", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IPermission", + "params": [ + { "name": "target", "typeName": "System.Security.IPermission" } + ], + "isStatic": false, + "name": "Union", + "comment": "", + "location": "System.dll" + } + ], + "name": "NetworkInformationPermission", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net.NetworkInformation", + "baseClass": "System.Security.Permissions.CodeAccessSecurityAttribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "string", + "name": "Access", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "action", + "typeName": "System.Security.Permissions.SecurityAction" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IPermission", + "params": [], + "isStatic": false, + "name": "CreatePermission", + "comment": "", + "location": "System.dll" + } + ], + "name": "NetworkInformationPermissionAttribute", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Xml", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Xml.XmlQualifiedName", + "name": "Empty", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "bool", + "name": "IsEmpty", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "Namespace", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "ns", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "other", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "a", "typeName": "System.Xml.XmlQualifiedName" }, + { "name": "b", "typeName": "System.Xml.XmlQualifiedName" } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "a", "typeName": "System.Xml.XmlQualifiedName" }, + { "name": "b", "typeName": "System.Xml.XmlQualifiedName" } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "ns", "typeName": "string" } + ], + "isStatic": true, + "name": "ToString", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlQualifiedName", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Net.NetworkInformation", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "Description", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "Id", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "IPv6LoopbackInterfaceIndex", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "IsReceiveOnly", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "LoopbackInterfaceIndex", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.NetworkInformation.NetworkInterfaceType", + "name": "NetworkInterfaceType", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.NetworkInformation.OperationalStatus", + "name": "OperationalStatus", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "Speed", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "SupportsMulticast", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "", + "params": [], + "isStatic": true, + "name": "GetAllNetworkInterfaces", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IPInterfaceProperties", + "params": [], + "isStatic": false, + "name": "GetIPProperties", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IPInterfaceStatistics", + "params": [], + "isStatic": false, + "name": "GetIPStatistics", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IPv4InterfaceStatistics", + "params": [], + "isStatic": false, + "name": "GetIPv4Statistics", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": true, + "name": "GetIsNetworkAvailable", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "PhysicalAddress", + "params": [], + "isStatic": false, + "name": "GetPhysicalAddress", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "networkInterfaceComponent", + "typeName": "System.Net.NetworkInformation.NetworkInterfaceComponent" + } + ], + "isStatic": false, + "name": "Supports", + "comment": "", + "location": "System.dll" + } + ], + "name": "NetworkInterface", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Xml", + "baseClass": "object", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "int", + "name": "AttributeCount", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "BaseURI", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "bool", + "name": "CanReadBinaryContent", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "bool", + "name": "CanReadValueChunk", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "bool", + "name": "CanResolveEntity", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "int", + "name": "Depth", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "bool", + "name": "EOF", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "bool", + "name": "HasAttributes", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "bool", + "name": "HasValue", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "bool", + "name": "IsDefault", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "bool", + "name": "IsEmptyElement", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "this[]", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "this[]", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "this[]", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "LocalName", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "NamespaceURI", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlNameTable", + "name": "NameTable", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlNodeType", + "name": "NodeType", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "Prefix", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "char", + "name": "QuoteChar", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.ReadState", + "name": "ReadState", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.IXmlSchemaInfo", + "name": "SchemaInfo", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlReaderSettings", + "name": "Settings", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "Value", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Type", + "name": "ValueType", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "XmlLang", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlSpace", + "name": "XmlSpace", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Close", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlReader", + "params": [{ "name": "input", "typeName": "System.IO.Stream" }], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlReader", + "params": [ + { "name": "input", "typeName": "System.IO.Stream" }, + { "name": "settings", "typeName": "System.Xml.XmlReaderSettings" } + ], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlReader", + "params": [ + { "name": "input", "typeName": "System.IO.Stream" }, + { "name": "settings", "typeName": "System.Xml.XmlReaderSettings" }, + { "name": "baseUri", "typeName": "string" } + ], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlReader", + "params": [ + { "name": "input", "typeName": "System.IO.Stream" }, + { "name": "settings", "typeName": "System.Xml.XmlReaderSettings" }, + { + "name": "inputContext", + "typeName": "System.Xml.XmlParserContext" + } + ], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlReader", + "params": [{ "name": "input", "typeName": "System.IO.TextReader" }], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlReader", + "params": [ + { "name": "input", "typeName": "System.IO.TextReader" }, + { "name": "settings", "typeName": "System.Xml.XmlReaderSettings" } + ], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlReader", + "params": [ + { "name": "input", "typeName": "System.IO.TextReader" }, + { "name": "settings", "typeName": "System.Xml.XmlReaderSettings" }, + { "name": "baseUri", "typeName": "string" } + ], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlReader", + "params": [ + { "name": "input", "typeName": "System.IO.TextReader" }, + { "name": "settings", "typeName": "System.Xml.XmlReaderSettings" }, + { + "name": "inputContext", + "typeName": "System.Xml.XmlParserContext" + } + ], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlReader", + "params": [{ "name": "inputUri", "typeName": "string" }], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlReader", + "params": [ + { "name": "inputUri", "typeName": "string" }, + { "name": "settings", "typeName": "System.Xml.XmlReaderSettings" } + ], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlReader", + "params": [ + { "name": "inputUri", "typeName": "string" }, + { "name": "settings", "typeName": "System.Xml.XmlReaderSettings" }, + { + "name": "inputContext", + "typeName": "System.Xml.XmlParserContext" + } + ], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlReader", + "params": [ + { "name": "reader", "typeName": "System.Xml.XmlReader" }, + { "name": "settings", "typeName": "System.Xml.XmlReaderSettings" } + ], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "i", "typeName": "int" }], + "isStatic": false, + "name": "GetAttribute", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "GetAttribute", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "namespaceURI", "typeName": "string" } + ], + "isStatic": false, + "name": "GetAttribute", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Task", + "params": [], + "isStatic": false, + "name": "GetValueAsync", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "str", "typeName": "string" }], + "isStatic": true, + "name": "IsName", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "str", "typeName": "string" }], + "isStatic": true, + "name": "IsNameToken", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "IsStartElement", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "IsStartElement", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "localname", "typeName": "string" }, + { "name": "ns", "typeName": "string" } + ], + "isStatic": false, + "name": "IsStartElement", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "prefix", "typeName": "string" }], + "isStatic": false, + "name": "LookupNamespace", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "i", "typeName": "int" }], + "isStatic": false, + "name": "MoveToAttribute", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "MoveToAttribute", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "ns", "typeName": "string" } + ], + "isStatic": false, + "name": "MoveToAttribute", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlNodeType", + "params": [], + "isStatic": false, + "name": "MoveToContent", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Task", + "params": [], + "isStatic": false, + "name": "MoveToContentAsync", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "MoveToElement", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "MoveToFirstAttribute", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "MoveToNextAttribute", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "Read", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Task", + "params": [], + "isStatic": false, + "name": "ReadAsync", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "ReadAttributeValue", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "returnType", "typeName": "System.Type" }, + { + "name": "namespaceResolver", + "typeName": "System.Xml.IXmlNamespaceResolver" + } + ], + "isStatic": false, + "name": "ReadContentAs", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "returnType", "typeName": "System.Type" }, + { + "name": "namespaceResolver", + "typeName": "System.Xml.IXmlNamespaceResolver" + } + ], + "isStatic": false, + "name": "ReadContentAsAsync", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "index", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "ReadContentAsBase64", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "index", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "ReadContentAsBase64Async", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "index", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "ReadContentAsBinHex", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "index", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "ReadContentAsBinHexAsync", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "ReadContentAsBoolean", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "DateTime", + "params": [], + "isStatic": false, + "name": "ReadContentAsDateTime", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "DateTimeOffset", + "params": [], + "isStatic": false, + "name": "ReadContentAsDateTimeOffset", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Decimal", + "params": [], + "isStatic": false, + "name": "ReadContentAsDecimal", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Double", + "params": [], + "isStatic": false, + "name": "ReadContentAsDouble", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Single", + "params": [], + "isStatic": false, + "name": "ReadContentAsFloat", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "ReadContentAsInt", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Int64", + "params": [], + "isStatic": false, + "name": "ReadContentAsLong", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Object", + "params": [], + "isStatic": false, + "name": "ReadContentAsObject", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Task", + "params": [], + "isStatic": false, + "name": "ReadContentAsObjectAsync", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ReadContentAsString", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Task", + "params": [], + "isStatic": false, + "name": "ReadContentAsStringAsync", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "returnType", "typeName": "System.Type" }, + { + "name": "namespaceResolver", + "typeName": "System.Xml.IXmlNamespaceResolver" + } + ], + "isStatic": false, + "name": "ReadElementContentAs", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "returnType", "typeName": "System.Type" }, + { + "name": "namespaceResolver", + "typeName": "System.Xml.IXmlNamespaceResolver" + }, + { "name": "localName", "typeName": "string" }, + { "name": "namespaceURI", "typeName": "string" } + ], + "isStatic": false, + "name": "ReadElementContentAs", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "returnType", "typeName": "System.Type" }, + { + "name": "namespaceResolver", + "typeName": "System.Xml.IXmlNamespaceResolver" + } + ], + "isStatic": false, + "name": "ReadElementContentAsAsync", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "index", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "ReadElementContentAsBase64", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "index", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "ReadElementContentAsBase64Async", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "index", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "ReadElementContentAsBinHex", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "index", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "ReadElementContentAsBinHexAsync", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "ReadElementContentAsBoolean", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "localName", "typeName": "string" }, + { "name": "namespaceURI", "typeName": "string" } + ], + "isStatic": false, + "name": "ReadElementContentAsBoolean", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "DateTime", + "params": [], + "isStatic": false, + "name": "ReadElementContentAsDateTime", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "DateTime", + "params": [ + { "name": "localName", "typeName": "string" }, + { "name": "namespaceURI", "typeName": "string" } + ], + "isStatic": false, + "name": "ReadElementContentAsDateTime", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Decimal", + "params": [], + "isStatic": false, + "name": "ReadElementContentAsDecimal", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Decimal", + "params": [ + { "name": "localName", "typeName": "string" }, + { "name": "namespaceURI", "typeName": "string" } + ], + "isStatic": false, + "name": "ReadElementContentAsDecimal", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Double", + "params": [], + "isStatic": false, + "name": "ReadElementContentAsDouble", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Double", + "params": [ + { "name": "localName", "typeName": "string" }, + { "name": "namespaceURI", "typeName": "string" } + ], + "isStatic": false, + "name": "ReadElementContentAsDouble", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Single", + "params": [], + "isStatic": false, + "name": "ReadElementContentAsFloat", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Single", + "params": [ + { "name": "localName", "typeName": "string" }, + { "name": "namespaceURI", "typeName": "string" } + ], + "isStatic": false, + "name": "ReadElementContentAsFloat", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "ReadElementContentAsInt", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "localName", "typeName": "string" }, + { "name": "namespaceURI", "typeName": "string" } + ], + "isStatic": false, + "name": "ReadElementContentAsInt", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Int64", + "params": [], + "isStatic": false, + "name": "ReadElementContentAsLong", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Int64", + "params": [ + { "name": "localName", "typeName": "string" }, + { "name": "namespaceURI", "typeName": "string" } + ], + "isStatic": false, + "name": "ReadElementContentAsLong", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Object", + "params": [], + "isStatic": false, + "name": "ReadElementContentAsObject", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "localName", "typeName": "string" }, + { "name": "namespaceURI", "typeName": "string" } + ], + "isStatic": false, + "name": "ReadElementContentAsObject", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Task", + "params": [], + "isStatic": false, + "name": "ReadElementContentAsObjectAsync", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ReadElementContentAsString", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "localName", "typeName": "string" }, + { "name": "namespaceURI", "typeName": "string" } + ], + "isStatic": false, + "name": "ReadElementContentAsString", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Task", + "params": [], + "isStatic": false, + "name": "ReadElementContentAsStringAsync", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ReadElementString", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "ReadElementString", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "localname", "typeName": "string" }, + { "name": "ns", "typeName": "string" } + ], + "isStatic": false, + "name": "ReadElementString", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ReadEndElement", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ReadInnerXml", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Task", + "params": [], + "isStatic": false, + "name": "ReadInnerXmlAsync", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ReadOuterXml", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Task", + "params": [], + "isStatic": false, + "name": "ReadOuterXmlAsync", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ReadStartElement", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "ReadStartElement", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "localname", "typeName": "string" }, + { "name": "ns", "typeName": "string" } + ], + "isStatic": false, + "name": "ReadStartElement", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ReadString", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlReader", + "params": [], + "isStatic": false, + "name": "ReadSubtree", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "ReadToDescendant", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "localName", "typeName": "string" }, + { "name": "namespaceURI", "typeName": "string" } + ], + "isStatic": false, + "name": "ReadToDescendant", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "ReadToFollowing", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "localName", "typeName": "string" }, + { "name": "namespaceURI", "typeName": "string" } + ], + "isStatic": false, + "name": "ReadToFollowing", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "ReadToNextSibling", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "localName", "typeName": "string" }, + { "name": "namespaceURI", "typeName": "string" } + ], + "isStatic": false, + "name": "ReadToNextSibling", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "buffer", "typeName": "char[]" }, + { "name": "index", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "ReadValueChunk", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "buffer", "typeName": "char[]" }, + { "name": "index", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "ReadValueChunkAsync", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ResolveEntity", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Skip", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Task", + "params": [], + "isStatic": false, + "name": "SkipAsync", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlReader", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Net.NetworkInformation", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Net.NetworkInformation.NetworkInterfaceComponent", + "name": "IPv4", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.NetworkInformation.NetworkInterfaceComponent", + "name": "IPv6", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Net.NetworkInformation.NetworkInterfaceComponent", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "NetworkInterfaceComponent", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Xml", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "Async", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "bool", + "name": "CheckCharacters", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "bool", + "name": "CloseInput", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.ConformanceLevel", + "name": "ConformanceLevel", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.DtdProcessing", + "name": "DtdProcessing", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "bool", + "name": "IgnoreComments", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "bool", + "name": "IgnoreProcessingInstructions", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "bool", + "name": "IgnoreWhitespace", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "int", + "name": "LineNumberOffset", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "int", + "name": "LinePositionOffset", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "long", + "name": "MaxCharactersFromEntities", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "long", + "name": "MaxCharactersInDocument", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlNameTable", + "name": "NameTable", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "bool", + "name": "ProhibitDtd", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlSchemaSet", + "name": "Schemas", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlSchemaValidationFlags", + "name": "ValidationFlags", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.ValidationType", + "name": "ValidationType", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlResolver", + "name": "XmlResolver", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.ValidationEventHandler", + "name": "ValidationEventHandler", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "resolver", "typeName": "System.Xml.XmlResolver" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Xml.Schema.ValidationEventHandler" + } + ], + "isStatic": false, + "name": "add_ValidationEventHandler", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Xml.Schema.ValidationEventHandler" + } + ], + "isStatic": false, + "name": "remove_ValidationEventHandler", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlReaderSettings", + "params": [], + "isStatic": false, + "name": "Clone", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Reset", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlReaderSettings", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Net.NetworkInformation", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Net.NetworkInformation.OperationalStatus", + "name": "Dormant", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.NetworkInformation.OperationalStatus", + "name": "Down", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.NetworkInformation.OperationalStatus", + "name": "LowerLayerDown", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.NetworkInformation.OperationalStatus", + "name": "NotPresent", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.NetworkInformation.OperationalStatus", + "name": "Testing", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.NetworkInformation.OperationalStatus", + "name": "Unknown", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.NetworkInformation.OperationalStatus", + "name": "Up", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Net.NetworkInformation.OperationalStatus", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "OperationalStatus", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net.NetworkInformation", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Net.NetworkInformation.NetworkInterfaceType", + "name": "AsymmetricDsl", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.NetworkInformation.NetworkInterfaceType", + "name": "Atm", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.NetworkInformation.NetworkInterfaceType", + "name": "BasicIsdn", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.NetworkInformation.NetworkInterfaceType", + "name": "Ethernet", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.NetworkInformation.NetworkInterfaceType", + "name": "Ethernet3Megabit", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.NetworkInformation.NetworkInterfaceType", + "name": "FastEthernetFx", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.NetworkInformation.NetworkInterfaceType", + "name": "FastEthernetT", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.NetworkInformation.NetworkInterfaceType", + "name": "Fddi", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.NetworkInformation.NetworkInterfaceType", + "name": "GenericModem", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.NetworkInformation.NetworkInterfaceType", + "name": "GigabitEthernet", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.NetworkInformation.NetworkInterfaceType", + "name": "HighPerformanceSerialBus", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.NetworkInformation.NetworkInterfaceType", + "name": "IPOverAtm", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.NetworkInformation.NetworkInterfaceType", + "name": "Isdn", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.NetworkInformation.NetworkInterfaceType", + "name": "Loopback", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.NetworkInformation.NetworkInterfaceType", + "name": "MultiRateSymmetricDsl", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.NetworkInformation.NetworkInterfaceType", + "name": "Ppp", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.NetworkInformation.NetworkInterfaceType", + "name": "PrimaryIsdn", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.NetworkInformation.NetworkInterfaceType", + "name": "RateAdaptDsl", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.NetworkInformation.NetworkInterfaceType", + "name": "Slip", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.NetworkInformation.NetworkInterfaceType", + "name": "SymmetricDsl", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.NetworkInformation.NetworkInterfaceType", + "name": "TokenRing", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.NetworkInformation.NetworkInterfaceType", + "name": "Tunnel", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.NetworkInformation.NetworkInterfaceType", + "name": "Unknown", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.NetworkInformation.NetworkInterfaceType", + "name": "VeryHighSpeedDsl", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.NetworkInformation.NetworkInterfaceType", + "name": "Wireless80211", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.NetworkInformation.NetworkInterfaceType", + "name": "Wman", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.NetworkInformation.NetworkInterfaceType", + "name": "Wwanpp", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.NetworkInformation.NetworkInterfaceType", + "name": "Wwanpp2", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Net.NetworkInformation.NetworkInterfaceType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "NetworkInterfaceType", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Xml", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Net.ICredentials", + "name": "Credentials", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "Object", + "params": [ + { "name": "absoluteUri", "typeName": "System.Uri" }, + { "name": "role", "typeName": "string" }, + { "name": "ofObjectToReturn", "typeName": "System.Type" } + ], + "isStatic": false, + "name": "GetEntity", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "absoluteUri", "typeName": "System.Uri" }, + { "name": "role", "typeName": "string" }, + { "name": "ofObjectToReturn", "typeName": "System.Type" } + ], + "isStatic": false, + "name": "GetEntityAsync", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Uri", + "params": [ + { "name": "baseUri", "typeName": "System.Uri" }, + { "name": "relativeUri", "typeName": "string" } + ], + "isStatic": false, + "name": "ResolveUri", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "absoluteUri", "typeName": "System.Uri" }, + { "name": "type", "typeName": "System.Type" } + ], + "isStatic": false, + "name": "SupportsType", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlResolver", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Net.NetworkInformation", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Net.NetworkInformation.PhysicalAddress", + "name": "None", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "address", "typeName": "byte[]" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "comparand", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetAddressBytes", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "PhysicalAddress", + "params": [{ "name": "address", "typeName": "string" }], + "isStatic": true, + "name": "Parse", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.dll" + } + ], + "name": "PhysicalAddress", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net.NetworkInformation", + "baseClass": "System.ComponentModel.Component", + "attribute": "", + "interfaces": ["IComponent", "IDisposable"], + "fields": [ + { + "typeName": "System.Net.NetworkInformation.PingCompletedEventHandler", + "name": "PingCompleted", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Net.NetworkInformation.PingCompletedEventHandler" + } + ], + "isStatic": false, + "name": "add_PingCompleted", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Net.NetworkInformation.PingCompletedEventHandler" + } + ], + "isStatic": false, + "name": "remove_PingCompleted", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "PingReply", + "params": [{ "name": "address", "typeName": "System.Net.IPAddress" }], + "isStatic": false, + "name": "Send", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "PingReply", + "params": [ + { "name": "address", "typeName": "System.Net.IPAddress" }, + { "name": "timeout", "typeName": "int" } + ], + "isStatic": false, + "name": "Send", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "PingReply", + "params": [ + { "name": "address", "typeName": "System.Net.IPAddress" }, + { "name": "timeout", "typeName": "int" }, + { "name": "buffer", "typeName": "byte[]" } + ], + "isStatic": false, + "name": "Send", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "PingReply", + "params": [ + { "name": "address", "typeName": "System.Net.IPAddress" }, + { "name": "timeout", "typeName": "int" }, + { "name": "buffer", "typeName": "byte[]" }, + { + "name": "options", + "typeName": "System.Net.NetworkInformation.PingOptions" + } + ], + "isStatic": false, + "name": "Send", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "PingReply", + "params": [{ "name": "hostNameOrAddress", "typeName": "string" }], + "isStatic": false, + "name": "Send", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "PingReply", + "params": [ + { "name": "hostNameOrAddress", "typeName": "string" }, + { "name": "timeout", "typeName": "int" } + ], + "isStatic": false, + "name": "Send", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "PingReply", + "params": [ + { "name": "hostNameOrAddress", "typeName": "string" }, + { "name": "timeout", "typeName": "int" }, + { "name": "buffer", "typeName": "byte[]" } + ], + "isStatic": false, + "name": "Send", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "PingReply", + "params": [ + { "name": "hostNameOrAddress", "typeName": "string" }, + { "name": "timeout", "typeName": "int" }, + { "name": "buffer", "typeName": "byte[]" }, + { + "name": "options", + "typeName": "System.Net.NetworkInformation.PingOptions" + } + ], + "isStatic": false, + "name": "Send", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "address", "typeName": "System.Net.IPAddress" }, + { "name": "timeout", "typeName": "int" }, + { "name": "buffer", "typeName": "byte[]" }, + { + "name": "options", + "typeName": "System.Net.NetworkInformation.PingOptions" + }, + { "name": "userToken", "typeName": "object" } + ], + "isStatic": false, + "name": "SendAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "address", "typeName": "System.Net.IPAddress" }, + { "name": "timeout", "typeName": "int" }, + { "name": "buffer", "typeName": "byte[]" }, + { "name": "userToken", "typeName": "object" } + ], + "isStatic": false, + "name": "SendAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "address", "typeName": "System.Net.IPAddress" }, + { "name": "timeout", "typeName": "int" }, + { "name": "userToken", "typeName": "object" } + ], + "isStatic": false, + "name": "SendAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "address", "typeName": "System.Net.IPAddress" }, + { "name": "userToken", "typeName": "object" } + ], + "isStatic": false, + "name": "SendAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "hostNameOrAddress", "typeName": "string" }, + { "name": "timeout", "typeName": "int" }, + { "name": "buffer", "typeName": "byte[]" }, + { + "name": "options", + "typeName": "System.Net.NetworkInformation.PingOptions" + }, + { "name": "userToken", "typeName": "object" } + ], + "isStatic": false, + "name": "SendAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "hostNameOrAddress", "typeName": "string" }, + { "name": "timeout", "typeName": "int" }, + { "name": "buffer", "typeName": "byte[]" }, + { "name": "userToken", "typeName": "object" } + ], + "isStatic": false, + "name": "SendAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "hostNameOrAddress", "typeName": "string" }, + { "name": "timeout", "typeName": "int" }, + { "name": "userToken", "typeName": "object" } + ], + "isStatic": false, + "name": "SendAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "hostNameOrAddress", "typeName": "string" }, + { "name": "userToken", "typeName": "object" } + ], + "isStatic": false, + "name": "SendAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "SendAsyncCancel", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Task", + "params": [{ "name": "address", "typeName": "System.Net.IPAddress" }], + "isStatic": false, + "name": "SendPingAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "address", "typeName": "System.Net.IPAddress" }, + { "name": "timeout", "typeName": "int" } + ], + "isStatic": false, + "name": "SendPingAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "address", "typeName": "System.Net.IPAddress" }, + { "name": "timeout", "typeName": "int" }, + { "name": "buffer", "typeName": "byte[]" } + ], + "isStatic": false, + "name": "SendPingAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "address", "typeName": "System.Net.IPAddress" }, + { "name": "timeout", "typeName": "int" }, + { "name": "buffer", "typeName": "byte[]" }, + { + "name": "options", + "typeName": "System.Net.NetworkInformation.PingOptions" + } + ], + "isStatic": false, + "name": "SendPingAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Task", + "params": [{ "name": "hostNameOrAddress", "typeName": "string" }], + "isStatic": false, + "name": "SendPingAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "hostNameOrAddress", "typeName": "string" }, + { "name": "timeout", "typeName": "int" } + ], + "isStatic": false, + "name": "SendPingAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "hostNameOrAddress", "typeName": "string" }, + { "name": "timeout", "typeName": "int" }, + { "name": "buffer", "typeName": "byte[]" } + ], + "isStatic": false, + "name": "SendPingAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "hostNameOrAddress", "typeName": "string" }, + { "name": "timeout", "typeName": "int" }, + { "name": "buffer", "typeName": "byte[]" }, + { + "name": "options", + "typeName": "System.Net.NetworkInformation.PingOptions" + } + ], + "isStatic": false, + "name": "SendPingAsync", + "comment": "", + "location": "System.dll" + } + ], + "name": "Ping", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net.NetworkInformation", + "baseClass": "System.ComponentModel.AsyncCompletedEventArgs", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Net.NetworkInformation.PingReply", + "name": "Reply", + "comment": "", + "location": "System.dll" + } + ], + "methods": [], + "name": "PingCompletedEventArgs", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Xml", + "baseClass": "System.Xml.XmlResolver", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Net.ICredentials", + "name": "Credentials", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "resolver", "typeName": "System.Xml.XmlResolver" }, + { + "name": "permissionSet", + "typeName": "System.Security.PermissionSet" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "resolver", "typeName": "System.Xml.XmlResolver" }, + { + "name": "evidence", + "typeName": "System.Security.Policy.Evidence" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "resolver", "typeName": "System.Xml.XmlResolver" }, + { "name": "securityUrl", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Evidence", + "params": [{ "name": "securityUrl", "typeName": "string" }], + "isStatic": true, + "name": "CreateEvidenceForUrl", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "absoluteUri", "typeName": "System.Uri" }, + { "name": "role", "typeName": "string" }, + { "name": "ofObjectToReturn", "typeName": "System.Type" } + ], + "isStatic": false, + "name": "GetEntity", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "absoluteUri", "typeName": "System.Uri" }, + { "name": "role", "typeName": "string" }, + { "name": "ofObjectToReturn", "typeName": "System.Type" } + ], + "isStatic": false, + "name": "GetEntityAsync", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Uri", + "params": [ + { "name": "baseUri", "typeName": "System.Uri" }, + { "name": "relativeUri", "typeName": "string" } + ], + "isStatic": false, + "name": "ResolveUri", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlSecureResolver", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml", + "baseClass": "System.Xml.XmlCharacterData", + "attribute": "", + "interfaces": ["IEnumerable", "ICloneable", "IXPathNavigable"], + "fields": [ + { + "typeName": "string", + "name": "LocalName", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlNodeType", + "name": "NodeType", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlNode", + "name": "ParentNode", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlNode", + "name": "PreviousText", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "Value", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "XmlNode", + "params": [{ "name": "deep", "typeName": "bool" }], + "isStatic": false, + "name": "CloneNode", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "w", "typeName": "System.Xml.XmlWriter" }], + "isStatic": false, + "name": "WriteContentTo", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "w", "typeName": "System.Xml.XmlWriter" }], + "isStatic": false, + "name": "WriteTo", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlSignificantWhitespace", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Xml.XmlSpace", + "name": "Default", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlSpace", + "name": "None", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlSpace", + "name": "Preserve", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Xml.XmlSpace", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlSpace", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml", + "baseClass": "System.Xml.XmlCharacterData", + "attribute": "", + "interfaces": ["IEnumerable", "ICloneable", "IXPathNavigable"], + "fields": [ + { + "typeName": "string", + "name": "LocalName", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlNodeType", + "name": "NodeType", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlNode", + "name": "ParentNode", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlNode", + "name": "PreviousText", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "Value", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "XmlNode", + "params": [{ "name": "deep", "typeName": "bool" }], + "isStatic": false, + "name": "CloneNode", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlText", + "params": [{ "name": "offset", "typeName": "int" }], + "isStatic": false, + "name": "SplitText", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "w", "typeName": "System.Xml.XmlWriter" }], + "isStatic": false, + "name": "WriteContentTo", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "w", "typeName": "System.Xml.XmlWriter" }], + "isStatic": false, + "name": "WriteTo", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlText", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Net.Security", + "baseClass": "System.IO.Stream", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "bool", + "name": "IsAuthenticated", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "IsEncrypted", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "IsMutuallyAuthenticated", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "IsServer", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "IsSigned", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "LeaveInnerStreamOpen", + "comment": "", + "location": "System.dll" + } + ], + "methods": [], + "name": "AuthenticatedStream", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Xml", + "baseClass": "System.Xml.XmlLinkedNode", + "attribute": "", + "interfaces": ["IEnumerable", "ICloneable", "IXPathNavigable"], + "fields": [ + { + "typeName": "System.Xml.XmlAttributeCollection", + "name": "Attributes", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "bool", + "name": "HasAttributes", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "InnerText", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "InnerXml", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "bool", + "name": "IsEmpty", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "LocalName", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "NamespaceURI", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlNode", + "name": "NextSibling", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlNodeType", + "name": "NodeType", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlDocument", + "name": "OwnerDocument", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlNode", + "name": "ParentNode", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "Prefix", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.IXmlSchemaInfo", + "name": "SchemaInfo", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "XmlNode", + "params": [{ "name": "deep", "typeName": "bool" }], + "isStatic": false, + "name": "CloneNode", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "GetAttribute", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "localName", "typeName": "string" }, + { "name": "namespaceURI", "typeName": "string" } + ], + "isStatic": false, + "name": "GetAttribute", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlAttribute", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "GetAttributeNode", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlAttribute", + "params": [ + { "name": "localName", "typeName": "string" }, + { "name": "namespaceURI", "typeName": "string" } + ], + "isStatic": false, + "name": "GetAttributeNode", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlNodeList", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "GetElementsByTagName", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlNodeList", + "params": [ + { "name": "localName", "typeName": "string" }, + { "name": "namespaceURI", "typeName": "string" } + ], + "isStatic": false, + "name": "GetElementsByTagName", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "HasAttribute", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "localName", "typeName": "string" }, + { "name": "namespaceURI", "typeName": "string" } + ], + "isStatic": false, + "name": "HasAttribute", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "RemoveAll", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "RemoveAllAttributes", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "RemoveAttribute", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "localName", "typeName": "string" }, + { "name": "namespaceURI", "typeName": "string" } + ], + "isStatic": false, + "name": "RemoveAttribute", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlNode", + "params": [{ "name": "i", "typeName": "int" }], + "isStatic": false, + "name": "RemoveAttributeAt", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlAttribute", + "params": [ + { "name": "localName", "typeName": "string" }, + { "name": "namespaceURI", "typeName": "string" } + ], + "isStatic": false, + "name": "RemoveAttributeNode", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlAttribute", + "params": [ + { "name": "oldAttr", "typeName": "System.Xml.XmlAttribute" } + ], + "isStatic": false, + "name": "RemoveAttributeNode", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "value", "typeName": "string" } + ], + "isStatic": false, + "name": "SetAttribute", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "localName", "typeName": "string" }, + { "name": "namespaceURI", "typeName": "string" }, + { "name": "value", "typeName": "string" } + ], + "isStatic": false, + "name": "SetAttribute", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlAttribute", + "params": [ + { "name": "localName", "typeName": "string" }, + { "name": "namespaceURI", "typeName": "string" } + ], + "isStatic": false, + "name": "SetAttributeNode", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlAttribute", + "params": [ + { "name": "newAttr", "typeName": "System.Xml.XmlAttribute" } + ], + "isStatic": false, + "name": "SetAttributeNode", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "w", "typeName": "System.Xml.XmlWriter" }], + "isStatic": false, + "name": "WriteContentTo", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "w", "typeName": "System.Xml.XmlWriter" }], + "isStatic": false, + "name": "WriteTo", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlElement", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml", + "baseClass": "System.Xml.XmlReader", + "attribute": "", + "interfaces": ["IDisposable", "IXmlLineInfo", "IXmlNamespaceResolver"], + "fields": [ + { + "typeName": "int", + "name": "AttributeCount", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "BaseURI", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "bool", + "name": "CanReadBinaryContent", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "bool", + "name": "CanReadValueChunk", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "bool", + "name": "CanResolveEntity", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "int", + "name": "Depth", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.DtdProcessing", + "name": "DtdProcessing", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Text.Encoding", + "name": "Encoding", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.EntityHandling", + "name": "EntityHandling", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "bool", + "name": "EOF", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "bool", + "name": "HasValue", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "bool", + "name": "IsDefault", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "bool", + "name": "IsEmptyElement", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "int", + "name": "LineNumber", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "int", + "name": "LinePosition", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "LocalName", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "bool", + "name": "Namespaces", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "NamespaceURI", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlNameTable", + "name": "NameTable", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlNodeType", + "name": "NodeType", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "bool", + "name": "Normalization", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "Prefix", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "bool", + "name": "ProhibitDtd", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "char", + "name": "QuoteChar", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.ReadState", + "name": "ReadState", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "Value", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.WhitespaceHandling", + "name": "WhitespaceHandling", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "XmlLang", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlResolver", + "name": "XmlResolver", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlSpace", + "name": "XmlSpace", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "input", "typeName": "System.IO.Stream" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "input", "typeName": "System.IO.Stream" }, + { "name": "nt", "typeName": "System.Xml.XmlNameTable" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "xmlFragment", "typeName": "System.IO.Stream" }, + { "name": "fragType", "typeName": "System.Xml.XmlNodeType" }, + { "name": "context", "typeName": "System.Xml.XmlParserContext" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "input", "typeName": "System.IO.TextReader" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "input", "typeName": "System.IO.TextReader" }, + { "name": "nt", "typeName": "System.Xml.XmlNameTable" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "url", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "url", "typeName": "string" }, + { "name": "input", "typeName": "System.IO.Stream" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "url", "typeName": "string" }, + { "name": "input", "typeName": "System.IO.Stream" }, + { "name": "nt", "typeName": "System.Xml.XmlNameTable" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "url", "typeName": "string" }, + { "name": "input", "typeName": "System.IO.TextReader" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "url", "typeName": "string" }, + { "name": "input", "typeName": "System.IO.TextReader" }, + { "name": "nt", "typeName": "System.Xml.XmlNameTable" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "url", "typeName": "string" }, + { "name": "nt", "typeName": "System.Xml.XmlNameTable" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "xmlFragment", "typeName": "string" }, + { "name": "fragType", "typeName": "System.Xml.XmlNodeType" }, + { "name": "context", "typeName": "System.Xml.XmlParserContext" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Close", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "i", "typeName": "int" }], + "isStatic": false, + "name": "GetAttribute", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "GetAttribute", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "localName", "typeName": "string" }, + { "name": "namespaceURI", "typeName": "string" } + ], + "isStatic": false, + "name": "GetAttribute", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "IDictionary", + "params": [ + { "name": "scope", "typeName": "System.Xml.XmlNamespaceScope" } + ], + "isStatic": false, + "name": "GetNamespacesInScope", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "TextReader", + "params": [], + "isStatic": false, + "name": "GetRemainder", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "HasLineInfo", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "prefix", "typeName": "string" }], + "isStatic": false, + "name": "LookupNamespace", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "i", "typeName": "int" }], + "isStatic": false, + "name": "MoveToAttribute", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "MoveToAttribute", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "localName", "typeName": "string" }, + { "name": "namespaceURI", "typeName": "string" } + ], + "isStatic": false, + "name": "MoveToAttribute", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "MoveToElement", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "MoveToFirstAttribute", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "MoveToNextAttribute", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "Read", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "ReadAttributeValue", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "array", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "len", "typeName": "int" } + ], + "isStatic": false, + "name": "ReadBase64", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "array", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "len", "typeName": "int" } + ], + "isStatic": false, + "name": "ReadBinHex", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "buffer", "typeName": "char[]" }, + { "name": "index", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "ReadChars", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "index", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "ReadContentAsBase64", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "index", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "ReadContentAsBinHex", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "index", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "ReadElementContentAsBase64", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "index", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "ReadElementContentAsBinHex", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ReadString", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ResetState", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ResolveEntity", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Skip", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlTextReader", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Net.Security", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Net.Security.AuthenticationLevel", + "name": "MutualAuthRequested", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Security.AuthenticationLevel", + "name": "MutualAuthRequired", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Security.AuthenticationLevel", + "name": "None", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Net.Security.AuthenticationLevel", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "AuthenticationLevel", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Xml", + "baseClass": "System.Xml.XmlWriter", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "System.IO.Stream", + "name": "BaseStream", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Formatting", + "name": "Formatting", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "int", + "name": "Indentation", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "char", + "name": "IndentChar", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "bool", + "name": "Namespaces", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "char", + "name": "QuoteChar", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.WriteState", + "name": "WriteState", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "XmlLang", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlSpace", + "name": "XmlSpace", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "w", "typeName": "System.IO.Stream" }, + { "name": "encoding", "typeName": "System.Text.Encoding" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "w", "typeName": "System.IO.TextWriter" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "filename", "typeName": "string" }, + { "name": "encoding", "typeName": "System.Text.Encoding" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Close", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Flush", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "ns", "typeName": "string" }], + "isStatic": false, + "name": "LookupPrefix", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "index", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "WriteBase64", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "index", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "WriteBinHex", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "text", "typeName": "string" }], + "isStatic": false, + "name": "WriteCData", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "ch", "typeName": "char" }], + "isStatic": false, + "name": "WriteCharEntity", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "buffer", "typeName": "char[]" }, + { "name": "index", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "WriteChars", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "text", "typeName": "string" }], + "isStatic": false, + "name": "WriteComment", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "pubid", "typeName": "string" }, + { "name": "sysid", "typeName": "string" }, + { "name": "subset", "typeName": "string" } + ], + "isStatic": false, + "name": "WriteDocType", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "WriteEndAttribute", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "WriteEndDocument", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "WriteEndElement", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "WriteEntityRef", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "WriteFullEndElement", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "WriteName", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "WriteNmToken", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "text", "typeName": "string" } + ], + "isStatic": false, + "name": "WriteProcessingInstruction", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "localName", "typeName": "string" }, + { "name": "ns", "typeName": "string" } + ], + "isStatic": false, + "name": "WriteQualifiedName", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "buffer", "typeName": "char[]" }, + { "name": "index", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "WriteRaw", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "data", "typeName": "string" }], + "isStatic": false, + "name": "WriteRaw", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "prefix", "typeName": "string" }, + { "name": "localName", "typeName": "string" }, + { "name": "ns", "typeName": "string" } + ], + "isStatic": false, + "name": "WriteStartAttribute", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "WriteStartDocument", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "standalone", "typeName": "bool" }], + "isStatic": false, + "name": "WriteStartDocument", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "prefix", "typeName": "string" }, + { "name": "localName", "typeName": "string" }, + { "name": "ns", "typeName": "string" } + ], + "isStatic": false, + "name": "WriteStartElement", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "text", "typeName": "string" }], + "isStatic": false, + "name": "WriteString", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "lowChar", "typeName": "char" }, + { "name": "highChar", "typeName": "char" } + ], + "isStatic": false, + "name": "WriteSurrogateCharEntity", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "ws", "typeName": "string" }], + "isStatic": false, + "name": "WriteWhitespace", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlTextWriter", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Xml.XmlTokenizedType", + "name": "CDATA", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlTokenizedType", + "name": "ENTITIES", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlTokenizedType", + "name": "ENTITY", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlTokenizedType", + "name": "ENUMERATION", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlTokenizedType", + "name": "ID", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlTokenizedType", + "name": "IDREF", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlTokenizedType", + "name": "IDREFS", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlTokenizedType", + "name": "NCName", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlTokenizedType", + "name": "NMTOKEN", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlTokenizedType", + "name": "NMTOKENS", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlTokenizedType", + "name": "None", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlTokenizedType", + "name": "NOTATION", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlTokenizedType", + "name": "QName", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Xml.XmlTokenizedType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlTokenizedType", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml", + "baseClass": "System.Xml.XmlNode", + "attribute": "", + "interfaces": ["IEnumerable", "ICloneable", "IXPathNavigable"], + "fields": [ + { + "typeName": "string", + "name": "BaseURI", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "InnerText", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "InnerXml", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "bool", + "name": "IsReadOnly", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "LocalName", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlNodeType", + "name": "NodeType", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "NotationName", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "OuterXml", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "PublicId", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "SystemId", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "XmlNode", + "params": [{ "name": "deep", "typeName": "bool" }], + "isStatic": false, + "name": "CloneNode", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "w", "typeName": "System.Xml.XmlWriter" }], + "isStatic": false, + "name": "WriteContentTo", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "w", "typeName": "System.Xml.XmlWriter" }], + "isStatic": false, + "name": "WriteTo", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlEntity", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Net.Security", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Net.Security.EncryptionPolicy", + "name": "AllowNoEncryption", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Security.EncryptionPolicy", + "name": "NoEncryption", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Security.EncryptionPolicy", + "name": "RequireEncryption", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Net.Security.EncryptionPolicy", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "EncryptionPolicy", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Xml", + "baseClass": "System.Xml.XmlResolver", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Net.Cache.RequestCachePolicy", + "name": "CachePolicy", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Net.ICredentials", + "name": "Credentials", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Net.IWebProxy", + "name": "Proxy", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "absoluteUri", "typeName": "System.Uri" }, + { "name": "role", "typeName": "string" }, + { "name": "ofObjectToReturn", "typeName": "System.Type" } + ], + "isStatic": false, + "name": "GetEntity", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "absoluteUri", "typeName": "System.Uri" }, + { "name": "role", "typeName": "string" }, + { "name": "ofObjectToReturn", "typeName": "System.Type" } + ], + "isStatic": false, + "name": "GetEntityAsync", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Uri", + "params": [ + { "name": "baseUri", "typeName": "System.Uri" }, + { "name": "relativeUri", "typeName": "string" } + ], + "isStatic": false, + "name": "ResolveUri", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlUrlResolver", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml", + "baseClass": "System.Xml.XmlLinkedNode", + "attribute": "", + "interfaces": ["IEnumerable", "ICloneable", "IXPathNavigable"], + "fields": [ + { + "typeName": "string", + "name": "BaseURI", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "bool", + "name": "IsReadOnly", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "LocalName", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlNodeType", + "name": "NodeType", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "Value", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "XmlNode", + "params": [{ "name": "deep", "typeName": "bool" }], + "isStatic": false, + "name": "CloneNode", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "w", "typeName": "System.Xml.XmlWriter" }], + "isStatic": false, + "name": "WriteContentTo", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "w", "typeName": "System.Xml.XmlWriter" }], + "isStatic": false, + "name": "WriteTo", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlEntityReference", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml", + "baseClass": "System.Xml.XmlReader", + "attribute": "", + "interfaces": ["IDisposable", "IXmlLineInfo", "IXmlNamespaceResolver"], + "fields": [ + { + "typeName": "int", + "name": "AttributeCount", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "BaseURI", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "bool", + "name": "CanReadBinaryContent", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "bool", + "name": "CanResolveEntity", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "int", + "name": "Depth", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Text.Encoding", + "name": "Encoding", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.EntityHandling", + "name": "EntityHandling", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "bool", + "name": "EOF", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "bool", + "name": "HasValue", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "bool", + "name": "IsDefault", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "bool", + "name": "IsEmptyElement", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "int", + "name": "LineNumber", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "int", + "name": "LinePosition", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "LocalName", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "bool", + "name": "Namespaces", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "NamespaceURI", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlNameTable", + "name": "NameTable", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlNodeType", + "name": "NodeType", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "Prefix", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "char", + "name": "QuoteChar", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlReader", + "name": "Reader", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.ReadState", + "name": "ReadState", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.XmlSchemaCollection", + "name": "Schemas", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "object", + "name": "SchemaType", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.ValidationType", + "name": "ValidationType", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "Value", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "XmlLang", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlResolver", + "name": "XmlResolver", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlSpace", + "name": "XmlSpace", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.ValidationEventHandler", + "name": "ValidationEventHandler", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "xmlFragment", "typeName": "System.IO.Stream" }, + { "name": "fragType", "typeName": "System.Xml.XmlNodeType" }, + { "name": "context", "typeName": "System.Xml.XmlParserContext" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "xmlFragment", "typeName": "string" }, + { "name": "fragType", "typeName": "System.Xml.XmlNodeType" }, + { "name": "context", "typeName": "System.Xml.XmlParserContext" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "reader", "typeName": "System.Xml.XmlReader" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Xml.Schema.ValidationEventHandler" + } + ], + "isStatic": false, + "name": "add_ValidationEventHandler", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Xml.Schema.ValidationEventHandler" + } + ], + "isStatic": false, + "name": "remove_ValidationEventHandler", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Close", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "i", "typeName": "int" }], + "isStatic": false, + "name": "GetAttribute", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "GetAttribute", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "localName", "typeName": "string" }, + { "name": "namespaceURI", "typeName": "string" } + ], + "isStatic": false, + "name": "GetAttribute", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "HasLineInfo", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "prefix", "typeName": "string" }], + "isStatic": false, + "name": "LookupNamespace", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "i", "typeName": "int" }], + "isStatic": false, + "name": "MoveToAttribute", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "MoveToAttribute", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "localName", "typeName": "string" }, + { "name": "namespaceURI", "typeName": "string" } + ], + "isStatic": false, + "name": "MoveToAttribute", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "MoveToElement", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "MoveToFirstAttribute", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "MoveToNextAttribute", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "Read", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "ReadAttributeValue", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "index", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "ReadContentAsBase64", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "index", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "ReadContentAsBinHex", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "index", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "ReadElementContentAsBase64", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "index", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "ReadElementContentAsBinHex", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ReadString", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Object", + "params": [], + "isStatic": false, + "name": "ReadTypedValue", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ResolveEntity", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlValidatingReader", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml", + "baseClass": "System.SystemException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [ + { + "typeName": "int", + "name": "LineNumber", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "int", + "name": "LinePosition", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "Message", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "SourceUri", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "innerException", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "innerException", "typeName": "System.Exception" }, + { "name": "lineNumber", "typeName": "int" }, + { "name": "linePosition", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "info", + "typeName": "System.Runtime.Serialization.SerializationInfo" + }, + { + "name": "context", + "typeName": "System.Runtime.Serialization.StreamingContext" + } + ], + "isStatic": false, + "name": "GetObjectData", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlException", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml", + "baseClass": "System.Xml.XmlCharacterData", + "attribute": "", + "interfaces": ["IEnumerable", "ICloneable", "IXPathNavigable"], + "fields": [ + { + "typeName": "string", + "name": "LocalName", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlNodeType", + "name": "NodeType", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlNode", + "name": "ParentNode", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlNode", + "name": "PreviousText", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "Value", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "XmlNode", + "params": [{ "name": "deep", "typeName": "bool" }], + "isStatic": false, + "name": "CloneNode", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "w", "typeName": "System.Xml.XmlWriter" }], + "isStatic": false, + "name": "WriteContentTo", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "w", "typeName": "System.Xml.XmlWriter" }], + "isStatic": false, + "name": "WriteTo", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlWhitespace", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "nt", "typeName": "System.Xml.XmlNameTable" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlDocument", + "params": [], + "isStatic": false, + "name": "CreateDocument", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "strFeature", "typeName": "string" }, + { "name": "strVersion", "typeName": "string" } + ], + "isStatic": false, + "name": "HasFeature", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlImplementation", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Net.Security", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "X509Certificate", + "params": [ + { "name": "sender", "typeName": "object" }, + { "name": "targetHost", "typeName": "string" }, + { + "name": "localCertificates", + "typeName": "System.Security.Cryptography.X509Certificates.X509CertificateCollection" + }, + { + "name": "remoteCertificate", + "typeName": "System.Security.Cryptography.X509Certificates.X509Certificate" + }, + { "name": "acceptableIssuers", "typeName": "string[]" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "sender", "typeName": "object" }, + { "name": "targetHost", "typeName": "string" }, + { + "name": "localCertificates", + "typeName": "System.Security.Cryptography.X509Certificates.X509CertificateCollection" + }, + { + "name": "remoteCertificate", + "typeName": "System.Security.Cryptography.X509Certificates.X509Certificate" + }, + { "name": "acceptableIssuers", "typeName": "string[]" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "X509Certificate", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "System.dll" + } + ], + "name": "LocalCertificateSelectionCallback", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Xml", + "baseClass": "object", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "System.Xml.XmlWriterSettings", + "name": "Settings", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.WriteState", + "name": "WriteState", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "XmlLang", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlSpace", + "name": "XmlSpace", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Close", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlWriter", + "params": [{ "name": "output", "typeName": "System.IO.Stream" }], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlWriter", + "params": [ + { "name": "output", "typeName": "System.IO.Stream" }, + { "name": "settings", "typeName": "System.Xml.XmlWriterSettings" } + ], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlWriter", + "params": [{ "name": "output", "typeName": "System.IO.TextWriter" }], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlWriter", + "params": [ + { "name": "output", "typeName": "System.IO.TextWriter" }, + { "name": "settings", "typeName": "System.Xml.XmlWriterSettings" } + ], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlWriter", + "params": [{ "name": "outputFileName", "typeName": "string" }], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlWriter", + "params": [ + { "name": "outputFileName", "typeName": "string" }, + { "name": "settings", "typeName": "System.Xml.XmlWriterSettings" } + ], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlWriter", + "params": [ + { "name": "output", "typeName": "System.Text.StringBuilder" } + ], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlWriter", + "params": [ + { "name": "output", "typeName": "System.Text.StringBuilder" }, + { "name": "settings", "typeName": "System.Xml.XmlWriterSettings" } + ], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlWriter", + "params": [{ "name": "output", "typeName": "System.Xml.XmlWriter" }], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlWriter", + "params": [ + { "name": "output", "typeName": "System.Xml.XmlWriter" }, + { "name": "settings", "typeName": "System.Xml.XmlWriterSettings" } + ], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Flush", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Task", + "params": [], + "isStatic": false, + "name": "FlushAsync", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "ns", "typeName": "string" }], + "isStatic": false, + "name": "LookupPrefix", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "reader", "typeName": "System.Xml.XmlReader" }, + { "name": "defattr", "typeName": "bool" } + ], + "isStatic": false, + "name": "WriteAttributes", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "reader", "typeName": "System.Xml.XmlReader" }, + { "name": "defattr", "typeName": "bool" } + ], + "isStatic": false, + "name": "WriteAttributesAsync", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "localName", "typeName": "string" }, + { "name": "value", "typeName": "string" } + ], + "isStatic": false, + "name": "WriteAttributeString", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "localName", "typeName": "string" }, + { "name": "ns", "typeName": "string" }, + { "name": "value", "typeName": "string" } + ], + "isStatic": false, + "name": "WriteAttributeString", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "prefix", "typeName": "string" }, + { "name": "localName", "typeName": "string" }, + { "name": "ns", "typeName": "string" }, + { "name": "value", "typeName": "string" } + ], + "isStatic": false, + "name": "WriteAttributeString", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "prefix", "typeName": "string" }, + { "name": "localName", "typeName": "string" }, + { "name": "ns", "typeName": "string" }, + { "name": "value", "typeName": "string" } + ], + "isStatic": false, + "name": "WriteAttributeStringAsync", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "index", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "WriteBase64", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "index", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "WriteBase64Async", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "index", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "WriteBinHex", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "index", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "WriteBinHexAsync", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "text", "typeName": "string" }], + "isStatic": false, + "name": "WriteCData", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Task", + "params": [{ "name": "text", "typeName": "string" }], + "isStatic": false, + "name": "WriteCDataAsync", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "ch", "typeName": "char" }], + "isStatic": false, + "name": "WriteCharEntity", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Task", + "params": [{ "name": "ch", "typeName": "char" }], + "isStatic": false, + "name": "WriteCharEntityAsync", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "buffer", "typeName": "char[]" }, + { "name": "index", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "WriteChars", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "buffer", "typeName": "char[]" }, + { "name": "index", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "WriteCharsAsync", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "text", "typeName": "string" }], + "isStatic": false, + "name": "WriteComment", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Task", + "params": [{ "name": "text", "typeName": "string" }], + "isStatic": false, + "name": "WriteCommentAsync", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "pubid", "typeName": "string" }, + { "name": "sysid", "typeName": "string" }, + { "name": "subset", "typeName": "string" } + ], + "isStatic": false, + "name": "WriteDocType", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "pubid", "typeName": "string" }, + { "name": "sysid", "typeName": "string" }, + { "name": "subset", "typeName": "string" } + ], + "isStatic": false, + "name": "WriteDocTypeAsync", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "localName", "typeName": "string" }, + { "name": "value", "typeName": "string" } + ], + "isStatic": false, + "name": "WriteElementString", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "localName", "typeName": "string" }, + { "name": "ns", "typeName": "string" }, + { "name": "value", "typeName": "string" } + ], + "isStatic": false, + "name": "WriteElementString", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "prefix", "typeName": "string" }, + { "name": "localName", "typeName": "string" }, + { "name": "ns", "typeName": "string" }, + { "name": "value", "typeName": "string" } + ], + "isStatic": false, + "name": "WriteElementString", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "prefix", "typeName": "string" }, + { "name": "localName", "typeName": "string" }, + { "name": "ns", "typeName": "string" }, + { "name": "value", "typeName": "string" } + ], + "isStatic": false, + "name": "WriteElementStringAsync", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "WriteEndAttribute", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "WriteEndDocument", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Task", + "params": [], + "isStatic": false, + "name": "WriteEndDocumentAsync", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "WriteEndElement", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Task", + "params": [], + "isStatic": false, + "name": "WriteEndElementAsync", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "WriteEntityRef", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Task", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "WriteEntityRefAsync", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "WriteFullEndElement", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Task", + "params": [], + "isStatic": false, + "name": "WriteFullEndElementAsync", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "WriteName", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Task", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "WriteNameAsync", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "WriteNmToken", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Task", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "WriteNmTokenAsync", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "reader", "typeName": "System.Xml.XmlReader" }, + { "name": "defattr", "typeName": "bool" } + ], + "isStatic": false, + "name": "WriteNode", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "navigator", + "typeName": "System.Xml.XPath.XPathNavigator" + }, + { "name": "defattr", "typeName": "bool" } + ], + "isStatic": false, + "name": "WriteNode", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "reader", "typeName": "System.Xml.XmlReader" }, + { "name": "defattr", "typeName": "bool" } + ], + "isStatic": false, + "name": "WriteNodeAsync", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "navigator", + "typeName": "System.Xml.XPath.XPathNavigator" + }, + { "name": "defattr", "typeName": "bool" } + ], + "isStatic": false, + "name": "WriteNodeAsync", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "text", "typeName": "string" } + ], + "isStatic": false, + "name": "WriteProcessingInstruction", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "text", "typeName": "string" } + ], + "isStatic": false, + "name": "WriteProcessingInstructionAsync", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "localName", "typeName": "string" }, + { "name": "ns", "typeName": "string" } + ], + "isStatic": false, + "name": "WriteQualifiedName", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "localName", "typeName": "string" }, + { "name": "ns", "typeName": "string" } + ], + "isStatic": false, + "name": "WriteQualifiedNameAsync", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "buffer", "typeName": "char[]" }, + { "name": "index", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "WriteRaw", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "data", "typeName": "string" }], + "isStatic": false, + "name": "WriteRaw", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "buffer", "typeName": "char[]" }, + { "name": "index", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "WriteRawAsync", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Task", + "params": [{ "name": "data", "typeName": "string" }], + "isStatic": false, + "name": "WriteRawAsync", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "localName", "typeName": "string" }], + "isStatic": false, + "name": "WriteStartAttribute", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "localName", "typeName": "string" }, + { "name": "ns", "typeName": "string" } + ], + "isStatic": false, + "name": "WriteStartAttribute", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "prefix", "typeName": "string" }, + { "name": "localName", "typeName": "string" }, + { "name": "ns", "typeName": "string" } + ], + "isStatic": false, + "name": "WriteStartAttribute", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "WriteStartDocument", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "standalone", "typeName": "bool" }], + "isStatic": false, + "name": "WriteStartDocument", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Task", + "params": [], + "isStatic": false, + "name": "WriteStartDocumentAsync", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Task", + "params": [{ "name": "standalone", "typeName": "bool" }], + "isStatic": false, + "name": "WriteStartDocumentAsync", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "localName", "typeName": "string" }], + "isStatic": false, + "name": "WriteStartElement", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "localName", "typeName": "string" }, + { "name": "ns", "typeName": "string" } + ], + "isStatic": false, + "name": "WriteStartElement", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "prefix", "typeName": "string" }, + { "name": "localName", "typeName": "string" }, + { "name": "ns", "typeName": "string" } + ], + "isStatic": false, + "name": "WriteStartElement", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "prefix", "typeName": "string" }, + { "name": "localName", "typeName": "string" }, + { "name": "ns", "typeName": "string" } + ], + "isStatic": false, + "name": "WriteStartElementAsync", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "text", "typeName": "string" }], + "isStatic": false, + "name": "WriteString", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Task", + "params": [{ "name": "text", "typeName": "string" }], + "isStatic": false, + "name": "WriteStringAsync", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "lowChar", "typeName": "char" }, + { "name": "highChar", "typeName": "char" } + ], + "isStatic": false, + "name": "WriteSurrogateCharEntity", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "lowChar", "typeName": "char" }, + { "name": "highChar", "typeName": "char" } + ], + "isStatic": false, + "name": "WriteSurrogateCharEntityAsync", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "bool" }], + "isStatic": false, + "name": "WriteValue", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.DateTime" }], + "isStatic": false, + "name": "WriteValue", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.DateTimeOffset" }], + "isStatic": false, + "name": "WriteValue", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "decimal" }], + "isStatic": false, + "name": "WriteValue", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "double" }], + "isStatic": false, + "name": "WriteValue", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "int" }], + "isStatic": false, + "name": "WriteValue", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "long" }], + "isStatic": false, + "name": "WriteValue", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "WriteValue", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "float" }], + "isStatic": false, + "name": "WriteValue", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": false, + "name": "WriteValue", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "ws", "typeName": "string" }], + "isStatic": false, + "name": "WriteWhitespace", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Task", + "params": [{ "name": "ws", "typeName": "string" }], + "isStatic": false, + "name": "WriteWhitespaceAsync", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlWriter", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml", + "baseClass": "System.Xml.XmlNode", + "attribute": "", + "interfaces": ["IEnumerable", "ICloneable", "IXPathNavigable"], + "fields": [ + { + "typeName": "System.Xml.XmlNode", + "name": "NextSibling", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlNode", + "name": "PreviousSibling", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [], + "name": "XmlLinkedNode", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Net.Security", + "baseClass": "System.Net.Security.AuthenticatedStream", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "bool", + "name": "CanRead", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "CanSeek", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "CanTimeout", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "CanWrite", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Principal.TokenImpersonationLevel", + "name": "ImpersonationLevel", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "IsAuthenticated", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "IsEncrypted", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "IsMutuallyAuthenticated", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "IsServer", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "IsSigned", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "Length", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "Position", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "ReadTimeout", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Principal.IIdentity", + "name": "RemoteIdentity", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "WriteTimeout", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "innerStream", "typeName": "System.IO.Stream" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "innerStream", "typeName": "System.IO.Stream" }, + { "name": "leaveInnerStreamOpen", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "AuthenticateAsClient", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "credential", + "typeName": "System.Net.NetworkCredential" + }, + { + "name": "binding", + "typeName": "System.Security.Authentication.ExtendedProtection.ChannelBinding" + }, + { "name": "targetName", "typeName": "string" } + ], + "isStatic": false, + "name": "AuthenticateAsClient", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "credential", + "typeName": "System.Net.NetworkCredential" + }, + { + "name": "binding", + "typeName": "System.Security.Authentication.ExtendedProtection.ChannelBinding" + }, + { "name": "targetName", "typeName": "string" }, + { + "name": "requiredProtectionLevel", + "typeName": "System.Net.Security.ProtectionLevel" + }, + { + "name": "allowedImpersonationLevel", + "typeName": "System.Security.Principal.TokenImpersonationLevel" + } + ], + "isStatic": false, + "name": "AuthenticateAsClient", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "credential", + "typeName": "System.Net.NetworkCredential" + }, + { "name": "targetName", "typeName": "string" } + ], + "isStatic": false, + "name": "AuthenticateAsClient", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "credential", + "typeName": "System.Net.NetworkCredential" + }, + { "name": "targetName", "typeName": "string" }, + { + "name": "requiredProtectionLevel", + "typeName": "System.Net.Security.ProtectionLevel" + }, + { + "name": "allowedImpersonationLevel", + "typeName": "System.Security.Principal.TokenImpersonationLevel" + } + ], + "isStatic": false, + "name": "AuthenticateAsClient", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Task", + "params": [], + "isStatic": false, + "name": "AuthenticateAsClientAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "credential", + "typeName": "System.Net.NetworkCredential" + }, + { + "name": "binding", + "typeName": "System.Security.Authentication.ExtendedProtection.ChannelBinding" + }, + { "name": "targetName", "typeName": "string" } + ], + "isStatic": false, + "name": "AuthenticateAsClientAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "credential", + "typeName": "System.Net.NetworkCredential" + }, + { + "name": "binding", + "typeName": "System.Security.Authentication.ExtendedProtection.ChannelBinding" + }, + { "name": "targetName", "typeName": "string" }, + { + "name": "requiredProtectionLevel", + "typeName": "System.Net.Security.ProtectionLevel" + }, + { + "name": "allowedImpersonationLevel", + "typeName": "System.Security.Principal.TokenImpersonationLevel" + } + ], + "isStatic": false, + "name": "AuthenticateAsClientAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "credential", + "typeName": "System.Net.NetworkCredential" + }, + { "name": "targetName", "typeName": "string" } + ], + "isStatic": false, + "name": "AuthenticateAsClientAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "credential", + "typeName": "System.Net.NetworkCredential" + }, + { "name": "targetName", "typeName": "string" }, + { + "name": "requiredProtectionLevel", + "typeName": "System.Net.Security.ProtectionLevel" + }, + { + "name": "allowedImpersonationLevel", + "typeName": "System.Security.Principal.TokenImpersonationLevel" + } + ], + "isStatic": false, + "name": "AuthenticateAsClientAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "AuthenticateAsServer", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "credential", + "typeName": "System.Net.NetworkCredential" + }, + { + "name": "requiredProtectionLevel", + "typeName": "System.Net.Security.ProtectionLevel" + }, + { + "name": "requiredImpersonationLevel", + "typeName": "System.Security.Principal.TokenImpersonationLevel" + } + ], + "isStatic": false, + "name": "AuthenticateAsServer", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "credential", + "typeName": "System.Net.NetworkCredential" + }, + { + "name": "policy", + "typeName": "System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy" + }, + { + "name": "requiredProtectionLevel", + "typeName": "System.Net.Security.ProtectionLevel" + }, + { + "name": "requiredImpersonationLevel", + "typeName": "System.Security.Principal.TokenImpersonationLevel" + } + ], + "isStatic": false, + "name": "AuthenticateAsServer", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "policy", + "typeName": "System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy" + } + ], + "isStatic": false, + "name": "AuthenticateAsServer", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Task", + "params": [], + "isStatic": false, + "name": "AuthenticateAsServerAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "credential", + "typeName": "System.Net.NetworkCredential" + }, + { + "name": "requiredProtectionLevel", + "typeName": "System.Net.Security.ProtectionLevel" + }, + { + "name": "requiredImpersonationLevel", + "typeName": "System.Security.Principal.TokenImpersonationLevel" + } + ], + "isStatic": false, + "name": "AuthenticateAsServerAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "credential", + "typeName": "System.Net.NetworkCredential" + }, + { + "name": "policy", + "typeName": "System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy" + }, + { + "name": "requiredProtectionLevel", + "typeName": "System.Net.Security.ProtectionLevel" + }, + { + "name": "requiredImpersonationLevel", + "typeName": "System.Security.Principal.TokenImpersonationLevel" + } + ], + "isStatic": false, + "name": "AuthenticateAsServerAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "policy", + "typeName": "System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy" + } + ], + "isStatic": false, + "name": "AuthenticateAsServerAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "asyncCallback", "typeName": "System.AsyncCallback" }, + { "name": "asyncState", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginAuthenticateAsClient", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { + "name": "credential", + "typeName": "System.Net.NetworkCredential" + }, + { + "name": "binding", + "typeName": "System.Security.Authentication.ExtendedProtection.ChannelBinding" + }, + { "name": "targetName", "typeName": "string" }, + { "name": "asyncCallback", "typeName": "System.AsyncCallback" }, + { "name": "asyncState", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginAuthenticateAsClient", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { + "name": "credential", + "typeName": "System.Net.NetworkCredential" + }, + { + "name": "binding", + "typeName": "System.Security.Authentication.ExtendedProtection.ChannelBinding" + }, + { "name": "targetName", "typeName": "string" }, + { + "name": "requiredProtectionLevel", + "typeName": "System.Net.Security.ProtectionLevel" + }, + { + "name": "allowedImpersonationLevel", + "typeName": "System.Security.Principal.TokenImpersonationLevel" + }, + { "name": "asyncCallback", "typeName": "System.AsyncCallback" }, + { "name": "asyncState", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginAuthenticateAsClient", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { + "name": "credential", + "typeName": "System.Net.NetworkCredential" + }, + { "name": "targetName", "typeName": "string" }, + { "name": "asyncCallback", "typeName": "System.AsyncCallback" }, + { "name": "asyncState", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginAuthenticateAsClient", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { + "name": "credential", + "typeName": "System.Net.NetworkCredential" + }, + { "name": "targetName", "typeName": "string" }, + { + "name": "requiredProtectionLevel", + "typeName": "System.Net.Security.ProtectionLevel" + }, + { + "name": "allowedImpersonationLevel", + "typeName": "System.Security.Principal.TokenImpersonationLevel" + }, + { "name": "asyncCallback", "typeName": "System.AsyncCallback" }, + { "name": "asyncState", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginAuthenticateAsClient", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "asyncCallback", "typeName": "System.AsyncCallback" }, + { "name": "asyncState", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginAuthenticateAsServer", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { + "name": "credential", + "typeName": "System.Net.NetworkCredential" + }, + { + "name": "requiredProtectionLevel", + "typeName": "System.Net.Security.ProtectionLevel" + }, + { + "name": "requiredImpersonationLevel", + "typeName": "System.Security.Principal.TokenImpersonationLevel" + }, + { "name": "asyncCallback", "typeName": "System.AsyncCallback" }, + { "name": "asyncState", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginAuthenticateAsServer", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { + "name": "credential", + "typeName": "System.Net.NetworkCredential" + }, + { + "name": "policy", + "typeName": "System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy" + }, + { + "name": "requiredProtectionLevel", + "typeName": "System.Net.Security.ProtectionLevel" + }, + { + "name": "requiredImpersonationLevel", + "typeName": "System.Security.Principal.TokenImpersonationLevel" + }, + { "name": "asyncCallback", "typeName": "System.AsyncCallback" }, + { "name": "asyncState", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginAuthenticateAsServer", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { + "name": "policy", + "typeName": "System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy" + }, + { "name": "asyncCallback", "typeName": "System.AsyncCallback" }, + { "name": "asyncState", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginAuthenticateAsServer", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" }, + { "name": "asyncCallback", "typeName": "System.AsyncCallback" }, + { "name": "asyncState", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginRead", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" }, + { "name": "asyncCallback", "typeName": "System.AsyncCallback" }, + { "name": "asyncState", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginWrite", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "asyncResult", "typeName": "System.IAsyncResult" } + ], + "isStatic": false, + "name": "EndAuthenticateAsClient", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "asyncResult", "typeName": "System.IAsyncResult" } + ], + "isStatic": false, + "name": "EndAuthenticateAsServer", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "asyncResult", "typeName": "System.IAsyncResult" } + ], + "isStatic": false, + "name": "EndRead", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "asyncResult", "typeName": "System.IAsyncResult" } + ], + "isStatic": false, + "name": "EndWrite", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Flush", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "Read", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int64", + "params": [ + { "name": "offset", "typeName": "long" }, + { "name": "origin", "typeName": "System.IO.SeekOrigin" } + ], + "isStatic": false, + "name": "Seek", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "long" }], + "isStatic": false, + "name": "SetLength", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "Write", + "comment": "", + "location": "System.dll" + } + ], + "name": "NegotiateStream", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Xml", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "Async", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "bool", + "name": "CheckCharacters", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "bool", + "name": "CloseOutput", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.ConformanceLevel", + "name": "ConformanceLevel", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "bool", + "name": "DoNotEscapeUriAttributes", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Text.Encoding", + "name": "Encoding", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "bool", + "name": "Indent", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "IndentChars", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.NamespaceHandling", + "name": "NamespaceHandling", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "NewLineChars", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.NewLineHandling", + "name": "NewLineHandling", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "bool", + "name": "NewLineOnAttributes", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "bool", + "name": "OmitXmlDeclaration", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlOutputMethod", + "name": "OutputMethod", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "bool", + "name": "WriteEndDocumentOnClose", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlWriterSettings", + "params": [], + "isStatic": false, + "name": "Clone", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Reset", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlWriterSettings", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml", + "baseClass": "object", + "attribute": "", + "interfaces": ["IEnumerable"], + "fields": [ + { + "typeName": "int", + "name": "Count", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "IEnumerator", + "params": [], + "isStatic": false, + "name": "GetEnumerator", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlNode", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "GetNamedItem", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlNode", + "params": [ + { "name": "localName", "typeName": "string" }, + { "name": "namespaceURI", "typeName": "string" } + ], + "isStatic": false, + "name": "GetNamedItem", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlNode", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "Item", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlNode", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "RemoveNamedItem", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlNode", + "params": [ + { "name": "localName", "typeName": "string" }, + { "name": "namespaceURI", "typeName": "string" } + ], + "isStatic": false, + "name": "RemoveNamedItem", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlNode", + "params": [{ "name": "node", "typeName": "System.Xml.XmlNode" }], + "isStatic": false, + "name": "SetNamedItem", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlNamedNodeMap", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml", + "baseClass": "object", + "attribute": "", + "interfaces": ["IEnumerable", "IXmlNamespaceResolver"], + "fields": [ + { + "typeName": "string", + "name": "DefaultNamespace", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlNameTable", + "name": "NameTable", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "nameTable", "typeName": "System.Xml.XmlNameTable" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "prefix", "typeName": "string" }, + { "name": "uri", "typeName": "string" } + ], + "isStatic": false, + "name": "AddNamespace", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "IEnumerator", + "params": [], + "isStatic": false, + "name": "GetEnumerator", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "IDictionary", + "params": [ + { "name": "scope", "typeName": "System.Xml.XmlNamespaceScope" } + ], + "isStatic": false, + "name": "GetNamespacesInScope", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "prefix", "typeName": "string" }], + "isStatic": false, + "name": "HasNamespace", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "prefix", "typeName": "string" }], + "isStatic": false, + "name": "LookupNamespace", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "uri", "typeName": "string" }], + "isStatic": false, + "name": "LookupPrefix", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "PopScope", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "PushScope", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "prefix", "typeName": "string" }, + { "name": "uri", "typeName": "string" } + ], + "isStatic": false, + "name": "RemoveNamespace", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlNamespaceManager", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Net.Security", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Net.Security.ProtectionLevel", + "name": "EncryptAndSign", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Security.ProtectionLevel", + "name": "None", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Security.ProtectionLevel", + "name": "Sign", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Net.Security.ProtectionLevel", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "ProtectionLevel", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Xml", + "baseClass": "System.Xml.XmlResolver", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "absoluteUri", "typeName": "System.Uri" }, + { "name": "role", "typeName": "string" }, + { "name": "ofObjectToReturn", "typeName": "System.Type" } + ], + "isStatic": false, + "name": "GetEntity", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "appStreamResolver", + "typeName": "System.Xml.IApplicationResourceStreamResolver" + } + ], + "isStatic": true, + "name": "RegisterApplicationResourceStreamResolver", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlXapResolver", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Xml.XmlNamespaceScope", + "name": "All", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlNamespaceScope", + "name": "ExcludeXml", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlNamespaceScope", + "name": "Local", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Xml.XmlNamespaceScope", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlNamespaceScope", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Net.Security", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "sender", "typeName": "object" }, + { + "name": "certificate", + "typeName": "System.Security.Cryptography.X509Certificates.X509Certificate" + }, + { + "name": "chain", + "typeName": "System.Security.Cryptography.X509Certificates.X509Chain" + }, + { + "name": "sslPolicyErrors", + "typeName": "System.Net.Security.SslPolicyErrors" + } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "sender", "typeName": "object" }, + { + "name": "certificate", + "typeName": "System.Security.Cryptography.X509Certificates.X509Certificate" + }, + { + "name": "chain", + "typeName": "System.Security.Cryptography.X509Certificates.X509Chain" + }, + { + "name": "sslPolicyErrors", + "typeName": "System.Net.Security.SslPolicyErrors" + }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "System.dll" + } + ], + "name": "RemoteCertificateValidationCallback", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Xml", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "String", + "params": [ + { "name": "array", "typeName": "char[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "length", "typeName": "int" } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "array", "typeName": "string" }], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "array", "typeName": "char[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "length", "typeName": "int" } + ], + "isStatic": false, + "name": "Get", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "array", "typeName": "string" }], + "isStatic": false, + "name": "Get", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlNameTable", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml", + "baseClass": "object", + "attribute": "", + "interfaces": ["IEnumerable", "ICloneable", "IXPathNavigable"], + "fields": [ + { + "typeName": "System.Xml.XmlAttributeCollection", + "name": "Attributes", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "BaseURI", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlNodeList", + "name": "ChildNodes", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlNode", + "name": "FirstChild", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "bool", + "name": "HasChildNodes", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "InnerText", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "InnerXml", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "bool", + "name": "IsReadOnly", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlElement", + "name": "this[]", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlElement", + "name": "this[]", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlNode", + "name": "LastChild", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "LocalName", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "NamespaceURI", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlNode", + "name": "NextSibling", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlNodeType", + "name": "NodeType", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "OuterXml", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlDocument", + "name": "OwnerDocument", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlNode", + "name": "ParentNode", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "Prefix", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlNode", + "name": "PreviousSibling", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlNode", + "name": "PreviousText", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.Schema.IXmlSchemaInfo", + "name": "SchemaInfo", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "Value", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "XmlNode", + "params": [{ "name": "newChild", "typeName": "System.Xml.XmlNode" }], + "isStatic": false, + "name": "AppendChild", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlNode", + "params": [], + "isStatic": false, + "name": "Clone", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlNode", + "params": [{ "name": "deep", "typeName": "bool" }], + "isStatic": false, + "name": "CloneNode", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XPathNavigator", + "params": [], + "isStatic": false, + "name": "CreateNavigator", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "IEnumerator", + "params": [], + "isStatic": false, + "name": "GetEnumerator", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "prefix", "typeName": "string" }], + "isStatic": false, + "name": "GetNamespaceOfPrefix", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "namespaceURI", "typeName": "string" }], + "isStatic": false, + "name": "GetPrefixOfNamespace", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlNode", + "params": [ + { "name": "newChild", "typeName": "System.Xml.XmlNode" }, + { "name": "refChild", "typeName": "System.Xml.XmlNode" } + ], + "isStatic": false, + "name": "InsertAfter", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlNode", + "params": [ + { "name": "newChild", "typeName": "System.Xml.XmlNode" }, + { "name": "refChild", "typeName": "System.Xml.XmlNode" } + ], + "isStatic": false, + "name": "InsertBefore", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Normalize", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlNode", + "params": [{ "name": "newChild", "typeName": "System.Xml.XmlNode" }], + "isStatic": false, + "name": "PrependChild", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "RemoveAll", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlNode", + "params": [{ "name": "oldChild", "typeName": "System.Xml.XmlNode" }], + "isStatic": false, + "name": "RemoveChild", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlNode", + "params": [ + { "name": "newChild", "typeName": "System.Xml.XmlNode" }, + { "name": "oldChild", "typeName": "System.Xml.XmlNode" } + ], + "isStatic": false, + "name": "ReplaceChild", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlNodeList", + "params": [{ "name": "xpath", "typeName": "string" }], + "isStatic": false, + "name": "SelectNodes", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlNodeList", + "params": [ + { "name": "xpath", "typeName": "string" }, + { "name": "nsmgr", "typeName": "System.Xml.XmlNamespaceManager" } + ], + "isStatic": false, + "name": "SelectNodes", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlNode", + "params": [{ "name": "xpath", "typeName": "string" }], + "isStatic": false, + "name": "SelectSingleNode", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "XmlNode", + "params": [ + { "name": "xpath", "typeName": "string" }, + { "name": "nsmgr", "typeName": "System.Xml.XmlNamespaceManager" } + ], + "isStatic": false, + "name": "SelectSingleNode", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "feature", "typeName": "string" }, + { "name": "version", "typeName": "string" } + ], + "isStatic": false, + "name": "Supports", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "w", "typeName": "System.Xml.XmlWriter" }], + "isStatic": false, + "name": "WriteContentTo", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "w", "typeName": "System.Xml.XmlWriter" }], + "isStatic": false, + "name": "WriteTo", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlNode", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Net.Security", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Net.Security.SslPolicyErrors", + "name": "None", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Security.SslPolicyErrors", + "name": "RemoteCertificateChainErrors", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Security.SslPolicyErrors", + "name": "RemoteCertificateNameMismatch", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Security.SslPolicyErrors", + "name": "RemoteCertificateNotAvailable", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Net.Security.SslPolicyErrors", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "SslPolicyErrors", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Xml", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Xml.XmlNodeChangedAction", + "name": "Change", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlNodeChangedAction", + "name": "Insert", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlNodeChangedAction", + "name": "Remove", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Xml.XmlNodeChangedAction", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlNodeChangedAction", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Net.Security", + "baseClass": "System.Net.Security.AuthenticatedStream", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "bool", + "name": "CanRead", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "CanSeek", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "CanTimeout", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "CanWrite", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "CheckCertRevocationStatus", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Authentication.CipherAlgorithmType", + "name": "CipherAlgorithm", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "CipherStrength", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Authentication.HashAlgorithmType", + "name": "HashAlgorithm", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "HashStrength", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "IsAuthenticated", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "IsEncrypted", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "IsMutuallyAuthenticated", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "IsServer", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "IsSigned", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Authentication.ExchangeAlgorithmType", + "name": "KeyExchangeAlgorithm", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "KeyExchangeStrength", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "Length", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.X509Certificate", + "name": "LocalCertificate", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "Position", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "ReadTimeout", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.X509Certificate", + "name": "RemoteCertificate", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Authentication.SslProtocols", + "name": "SslProtocol", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.TransportContext", + "name": "TransportContext", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "WriteTimeout", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "innerStream", "typeName": "System.IO.Stream" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "innerStream", "typeName": "System.IO.Stream" }, + { "name": "leaveInnerStreamOpen", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "innerStream", "typeName": "System.IO.Stream" }, + { "name": "leaveInnerStreamOpen", "typeName": "bool" }, + { + "name": "userCertificateValidationCallback", + "typeName": "System.Net.Security.RemoteCertificateValidationCallback" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "innerStream", "typeName": "System.IO.Stream" }, + { "name": "leaveInnerStreamOpen", "typeName": "bool" }, + { + "name": "userCertificateValidationCallback", + "typeName": "System.Net.Security.RemoteCertificateValidationCallback" + }, + { + "name": "userCertificateSelectionCallback", + "typeName": "System.Net.Security.LocalCertificateSelectionCallback" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "innerStream", "typeName": "System.IO.Stream" }, + { "name": "leaveInnerStreamOpen", "typeName": "bool" }, + { + "name": "userCertificateValidationCallback", + "typeName": "System.Net.Security.RemoteCertificateValidationCallback" + }, + { + "name": "userCertificateSelectionCallback", + "typeName": "System.Net.Security.LocalCertificateSelectionCallback" + }, + { + "name": "encryptionPolicy", + "typeName": "System.Net.Security.EncryptionPolicy" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "targetHost", "typeName": "string" }], + "isStatic": false, + "name": "AuthenticateAsClient", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "targetHost", "typeName": "string" }, + { + "name": "clientCertificates", + "typeName": "System.Security.Cryptography.X509Certificates.X509CertificateCollection" + }, + { "name": "checkCertificateRevocation", "typeName": "bool" } + ], + "isStatic": false, + "name": "AuthenticateAsClient", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "targetHost", "typeName": "string" }, + { + "name": "clientCertificates", + "typeName": "System.Security.Cryptography.X509Certificates.X509CertificateCollection" + }, + { + "name": "enabledSslProtocols", + "typeName": "System.Security.Authentication.SslProtocols" + }, + { "name": "checkCertificateRevocation", "typeName": "bool" } + ], + "isStatic": false, + "name": "AuthenticateAsClient", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Task", + "params": [{ "name": "targetHost", "typeName": "string" }], + "isStatic": false, + "name": "AuthenticateAsClientAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "targetHost", "typeName": "string" }, + { + "name": "clientCertificates", + "typeName": "System.Security.Cryptography.X509Certificates.X509CertificateCollection" + }, + { "name": "checkCertificateRevocation", "typeName": "bool" } + ], + "isStatic": false, + "name": "AuthenticateAsClientAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "targetHost", "typeName": "string" }, + { + "name": "clientCertificates", + "typeName": "System.Security.Cryptography.X509Certificates.X509CertificateCollection" + }, + { + "name": "enabledSslProtocols", + "typeName": "System.Security.Authentication.SslProtocols" + }, + { "name": "checkCertificateRevocation", "typeName": "bool" } + ], + "isStatic": false, + "name": "AuthenticateAsClientAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "serverCertificate", + "typeName": "System.Security.Cryptography.X509Certificates.X509Certificate" + } + ], + "isStatic": false, + "name": "AuthenticateAsServer", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "serverCertificate", + "typeName": "System.Security.Cryptography.X509Certificates.X509Certificate" + }, + { "name": "clientCertificateRequired", "typeName": "bool" }, + { "name": "checkCertificateRevocation", "typeName": "bool" } + ], + "isStatic": false, + "name": "AuthenticateAsServer", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "serverCertificate", + "typeName": "System.Security.Cryptography.X509Certificates.X509Certificate" + }, + { "name": "clientCertificateRequired", "typeName": "bool" }, + { + "name": "enabledSslProtocols", + "typeName": "System.Security.Authentication.SslProtocols" + }, + { "name": "checkCertificateRevocation", "typeName": "bool" } + ], + "isStatic": false, + "name": "AuthenticateAsServer", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "serverCertificate", + "typeName": "System.Security.Cryptography.X509Certificates.X509Certificate" + } + ], + "isStatic": false, + "name": "AuthenticateAsServerAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "serverCertificate", + "typeName": "System.Security.Cryptography.X509Certificates.X509Certificate" + }, + { "name": "clientCertificateRequired", "typeName": "bool" }, + { "name": "checkCertificateRevocation", "typeName": "bool" } + ], + "isStatic": false, + "name": "AuthenticateAsServerAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "serverCertificate", + "typeName": "System.Security.Cryptography.X509Certificates.X509Certificate" + }, + { "name": "clientCertificateRequired", "typeName": "bool" }, + { + "name": "enabledSslProtocols", + "typeName": "System.Security.Authentication.SslProtocols" + }, + { "name": "checkCertificateRevocation", "typeName": "bool" } + ], + "isStatic": false, + "name": "AuthenticateAsServerAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "targetHost", "typeName": "string" }, + { "name": "asyncCallback", "typeName": "System.AsyncCallback" }, + { "name": "asyncState", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginAuthenticateAsClient", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "targetHost", "typeName": "string" }, + { + "name": "clientCertificates", + "typeName": "System.Security.Cryptography.X509Certificates.X509CertificateCollection" + }, + { "name": "checkCertificateRevocation", "typeName": "bool" }, + { "name": "asyncCallback", "typeName": "System.AsyncCallback" }, + { "name": "asyncState", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginAuthenticateAsClient", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "targetHost", "typeName": "string" }, + { + "name": "clientCertificates", + "typeName": "System.Security.Cryptography.X509Certificates.X509CertificateCollection" + }, + { + "name": "enabledSslProtocols", + "typeName": "System.Security.Authentication.SslProtocols" + }, + { "name": "checkCertificateRevocation", "typeName": "bool" }, + { "name": "asyncCallback", "typeName": "System.AsyncCallback" }, + { "name": "asyncState", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginAuthenticateAsClient", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { + "name": "serverCertificate", + "typeName": "System.Security.Cryptography.X509Certificates.X509Certificate" + }, + { "name": "asyncCallback", "typeName": "System.AsyncCallback" }, + { "name": "asyncState", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginAuthenticateAsServer", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { + "name": "serverCertificate", + "typeName": "System.Security.Cryptography.X509Certificates.X509Certificate" + }, + { "name": "clientCertificateRequired", "typeName": "bool" }, + { "name": "checkCertificateRevocation", "typeName": "bool" }, + { "name": "asyncCallback", "typeName": "System.AsyncCallback" }, + { "name": "asyncState", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginAuthenticateAsServer", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { + "name": "serverCertificate", + "typeName": "System.Security.Cryptography.X509Certificates.X509Certificate" + }, + { "name": "clientCertificateRequired", "typeName": "bool" }, + { + "name": "enabledSslProtocols", + "typeName": "System.Security.Authentication.SslProtocols" + }, + { "name": "checkCertificateRevocation", "typeName": "bool" }, + { "name": "asyncCallback", "typeName": "System.AsyncCallback" }, + { "name": "asyncState", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginAuthenticateAsServer", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" }, + { "name": "asyncCallback", "typeName": "System.AsyncCallback" }, + { "name": "asyncState", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginRead", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" }, + { "name": "asyncCallback", "typeName": "System.AsyncCallback" }, + { "name": "asyncState", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginWrite", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "asyncResult", "typeName": "System.IAsyncResult" } + ], + "isStatic": false, + "name": "EndAuthenticateAsClient", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "asyncResult", "typeName": "System.IAsyncResult" } + ], + "isStatic": false, + "name": "EndAuthenticateAsServer", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "asyncResult", "typeName": "System.IAsyncResult" } + ], + "isStatic": false, + "name": "EndRead", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "asyncResult", "typeName": "System.IAsyncResult" } + ], + "isStatic": false, + "name": "EndWrite", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Flush", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "Read", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int64", + "params": [ + { "name": "offset", "typeName": "long" }, + { "name": "origin", "typeName": "System.IO.SeekOrigin" } + ], + "isStatic": false, + "name": "Seek", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "long" }], + "isStatic": false, + "name": "SetLength", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Task", + "params": [], + "isStatic": false, + "name": "ShutdownAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "buffer", "typeName": "byte[]" }], + "isStatic": false, + "name": "Write", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "Write", + "comment": "", + "location": "System.dll" + } + ], + "name": "SslStream", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Xml", + "baseClass": "System.EventArgs", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Xml.XmlNodeChangedAction", + "name": "Action", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlNode", + "name": "NewParent", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "NewValue", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlNode", + "name": "Node", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "System.Xml.XmlNode", + "name": "OldParent", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "OldValue", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "node", "typeName": "System.Xml.XmlNode" }, + { "name": "oldParent", "typeName": "System.Xml.XmlNode" }, + { "name": "newParent", "typeName": "System.Xml.XmlNode" }, + { "name": "oldValue", "typeName": "string" }, + { "name": "newValue", "typeName": "string" }, + { "name": "action", "typeName": "System.Xml.XmlNodeChangedAction" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlNodeChangedEventArgs", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "sender", "typeName": "object" }, + { "name": "e", "typeName": "System.Xml.XmlNodeChangedEventArgs" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "sender", "typeName": "object" }, + { "name": "e", "typeName": "System.Xml.XmlNodeChangedEventArgs" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "System.Xml.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlNodeChangedEventHandler", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml.XmlConfiguration", + "baseClass": "System.Configuration.ConfigurationSection", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "CollapseWhiteSpaceIntoEmptyStringString", + "comment": "", + "location": "System.Xml.dll" + }, + { + "typeName": "string", + "name": "ProhibitDefaultResolverString", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XmlReaderSection", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Xml.XmlConfiguration", + "baseClass": "System.Configuration.ConfigurationSection", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "ProhibitDefaultResolverString", + "comment": "", + "location": "System.Xml.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Xml.dll" + } + ], + "name": "XsltConfigSection", + "comment": "", + "location": "System.Xml.dll" + }, + { + "namespace": "System.Net", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Net.ICredentialPolicy", + "name": "CredentialPolicy", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Collections.Specialized.StringDictionary", + "name": "CustomTargetNameDictionary", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Collections.IEnumerator", + "name": "RegisteredModules", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Authorization", + "params": [ + { "name": "challenge", "typeName": "string" }, + { "name": "request", "typeName": "System.Net.WebRequest" }, + { "name": "credentials", "typeName": "System.Net.ICredentials" } + ], + "isStatic": true, + "name": "Authenticate", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Authorization", + "params": [ + { "name": "request", "typeName": "System.Net.WebRequest" }, + { "name": "credentials", "typeName": "System.Net.ICredentials" } + ], + "isStatic": true, + "name": "PreAuthenticate", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "authenticationModule", + "typeName": "System.Net.IAuthenticationModule" + } + ], + "isStatic": true, + "name": "Register", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "authenticationModule", + "typeName": "System.Net.IAuthenticationModule" + } + ], + "isStatic": true, + "name": "Unregister", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "authenticationScheme", "typeName": "string" }], + "isStatic": true, + "name": "Unregister", + "comment": "", + "location": "System.dll" + } + ], + "name": "AuthenticationManager", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Net.AuthenticationSchemes", + "name": "Anonymous", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.AuthenticationSchemes", + "name": "Basic", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.AuthenticationSchemes", + "name": "Digest", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.AuthenticationSchemes", + "name": "IntegratedWindowsAuthentication", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.AuthenticationSchemes", + "name": "Negotiate", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.AuthenticationSchemes", + "name": "None", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.AuthenticationSchemes", + "name": "Ntlm", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Net.AuthenticationSchemes", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "AuthenticationSchemes", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "AuthenticationSchemes", + "params": [ + { + "name": "httpRequest", + "typeName": "System.Net.HttpListenerRequest" + } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { + "name": "httpRequest", + "typeName": "System.Net.HttpListenerRequest" + }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "AuthenticationSchemes", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "System.dll" + } + ], + "name": "AuthenticationSchemeSelector", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "Complete", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "ConnectionGroupId", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "Message", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "MutuallyAuthenticated", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string[]", + "name": "ProtectionRealm", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "token", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "token", "typeName": "string" }, + { "name": "finished", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "token", "typeName": "string" }, + { "name": "finished", "typeName": "bool" }, + { "name": "connectionGroupId", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "Authorization", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IPEndPoint", + "params": [ + { "name": "servicePoint", "typeName": "System.Net.ServicePoint" }, + { "name": "remoteEndPoint", "typeName": "System.Net.IPEndPoint" }, + { "name": "retryCount", "typeName": "int" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "servicePoint", "typeName": "System.Net.ServicePoint" }, + { "name": "remoteEndPoint", "typeName": "System.Net.IPEndPoint" }, + { "name": "retryCount", "typeName": "int" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IPEndPoint", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "System.dll" + } + ], + "name": "BindIPEndPoint", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "Comment", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Uri", + "name": "CommentUri", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "Discard", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "Domain", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "Expired", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.DateTime", + "name": "Expires", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "HttpOnly", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "Path", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "Port", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "Secure", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.DateTime", + "name": "TimeStamp", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "Value", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "Version", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "value", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "value", "typeName": "string" }, + { "name": "path", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "value", "typeName": "string" }, + { "name": "path", "typeName": "string" }, + { "name": "domain", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "comparand", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.dll" + } + ], + "name": "Cookie", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net", + "baseClass": "object", + "attribute": "", + "interfaces": ["ICollection", "IEnumerable"], + "fields": [ + { + "typeName": "int", + "name": "Count", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "IsReadOnly", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "IsSynchronized", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Cookie", + "name": "this[]", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Cookie", + "name": "this[]", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "object", + "name": "SyncRoot", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "cookie", "typeName": "System.Net.Cookie" }], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "cookies", "typeName": "System.Net.CookieCollection" } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "array", "typeName": "System.Array" }, + { "name": "index", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "array", "typeName": "System.Net.Cookie[]" }, + { "name": "index", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IEnumerator", + "params": [], + "isStatic": false, + "name": "GetEnumerator", + "comment": "", + "location": "System.dll" + } + ], + "name": "CookieCollection", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "DefaultCookieLengthLimit", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "DefaultCookieLimit", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "DefaultPerDomainCookieLimit", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "Capacity", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "Count", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "MaxCookieSize", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "PerDomainCapacity", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "capacity", "typeName": "int" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "capacity", "typeName": "int" }, + { "name": "perDomainCapacity", "typeName": "int" }, + { "name": "maxCookieSize", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "cookie", "typeName": "System.Net.Cookie" }], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "cookies", "typeName": "System.Net.CookieCollection" } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "uri", "typeName": "System.Uri" }, + { "name": "cookie", "typeName": "System.Net.Cookie" } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "uri", "typeName": "System.Uri" }, + { "name": "cookies", "typeName": "System.Net.CookieCollection" } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "uri", "typeName": "System.Uri" }], + "isStatic": false, + "name": "GetCookieHeader", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "CookieCollection", + "params": [{ "name": "uri", "typeName": "System.Uri" }], + "isStatic": false, + "name": "GetCookies", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "uri", "typeName": "System.Uri" }, + { "name": "cookieHeader", "typeName": "string" } + ], + "isStatic": false, + "name": "SetCookies", + "comment": "", + "location": "System.dll" + } + ], + "name": "CookieContainer", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net", + "baseClass": "System.FormatException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "serializationInfo", + "typeName": "System.Runtime.Serialization.SerializationInfo" + }, + { + "name": "streamingContext", + "typeName": "System.Runtime.Serialization.StreamingContext" + } + ], + "isStatic": false, + "name": "GetObjectData", + "comment": "", + "location": "System.dll" + } + ], + "name": "CookieException", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net", + "baseClass": "object", + "attribute": "", + "interfaces": ["IEnumerable", "ICredentials", "ICredentialsByHost"], + "fields": [ + { + "typeName": "System.Net.ICredentials", + "name": "DefaultCredentials", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.NetworkCredential", + "name": "DefaultNetworkCredentials", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "host", "typeName": "string" }, + { "name": "port", "typeName": "int" }, + { "name": "authenticationType", "typeName": "string" }, + { "name": "credential", "typeName": "System.Net.NetworkCredential" } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "uriPrefix", "typeName": "System.Uri" }, + { "name": "authType", "typeName": "string" }, + { "name": "cred", "typeName": "System.Net.NetworkCredential" } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "NetworkCredential", + "params": [ + { "name": "host", "typeName": "string" }, + { "name": "port", "typeName": "int" }, + { "name": "authenticationType", "typeName": "string" } + ], + "isStatic": false, + "name": "GetCredential", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "NetworkCredential", + "params": [ + { "name": "uriPrefix", "typeName": "System.Uri" }, + { "name": "authType", "typeName": "string" } + ], + "isStatic": false, + "name": "GetCredential", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IEnumerator", + "params": [], + "isStatic": false, + "name": "GetEnumerator", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "host", "typeName": "string" }, + { "name": "port", "typeName": "int" }, + { "name": "authenticationType", "typeName": "string" } + ], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "uriPrefix", "typeName": "System.Uri" }, + { "name": "authType", "typeName": "string" } + ], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "System.dll" + } + ], + "name": "CredentialCache", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Net.DecompressionMethods", + "name": "Deflate", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.DecompressionMethods", + "name": "GZip", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.DecompressionMethods", + "name": "None", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Net.DecompressionMethods", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "DecompressionMethods", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "hostNameOrAddress", "typeName": "string" }, + { "name": "requestCallback", "typeName": "System.AsyncCallback" }, + { "name": "state", "typeName": "object" } + ], + "isStatic": true, + "name": "BeginGetHostAddresses", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "hostName", "typeName": "string" }, + { "name": "requestCallback", "typeName": "System.AsyncCallback" }, + { "name": "stateObject", "typeName": "object" } + ], + "isStatic": true, + "name": "BeginGetHostByName", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "address", "typeName": "System.Net.IPAddress" }, + { "name": "requestCallback", "typeName": "System.AsyncCallback" }, + { "name": "stateObject", "typeName": "object" } + ], + "isStatic": true, + "name": "BeginGetHostEntry", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "hostNameOrAddress", "typeName": "string" }, + { "name": "requestCallback", "typeName": "System.AsyncCallback" }, + { "name": "stateObject", "typeName": "object" } + ], + "isStatic": true, + "name": "BeginGetHostEntry", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "hostName", "typeName": "string" }, + { "name": "requestCallback", "typeName": "System.AsyncCallback" }, + { "name": "stateObject", "typeName": "object" } + ], + "isStatic": true, + "name": "BeginResolve", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "asyncResult", "typeName": "System.IAsyncResult" } + ], + "isStatic": true, + "name": "EndGetHostAddresses", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IPHostEntry", + "params": [ + { "name": "asyncResult", "typeName": "System.IAsyncResult" } + ], + "isStatic": true, + "name": "EndGetHostByName", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IPHostEntry", + "params": [ + { "name": "asyncResult", "typeName": "System.IAsyncResult" } + ], + "isStatic": true, + "name": "EndGetHostEntry", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IPHostEntry", + "params": [ + { "name": "asyncResult", "typeName": "System.IAsyncResult" } + ], + "isStatic": true, + "name": "EndResolve", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "hostNameOrAddress", "typeName": "string" }], + "isStatic": true, + "name": "GetHostAddresses", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Task", + "params": [{ "name": "hostNameOrAddress", "typeName": "string" }], + "isStatic": true, + "name": "GetHostAddressesAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IPHostEntry", + "params": [{ "name": "address", "typeName": "System.Net.IPAddress" }], + "isStatic": true, + "name": "GetHostByAddress", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IPHostEntry", + "params": [{ "name": "address", "typeName": "string" }], + "isStatic": true, + "name": "GetHostByAddress", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IPHostEntry", + "params": [{ "name": "hostName", "typeName": "string" }], + "isStatic": true, + "name": "GetHostByName", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IPHostEntry", + "params": [{ "name": "address", "typeName": "System.Net.IPAddress" }], + "isStatic": true, + "name": "GetHostEntry", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IPHostEntry", + "params": [{ "name": "hostNameOrAddress", "typeName": "string" }], + "isStatic": true, + "name": "GetHostEntry", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Task", + "params": [{ "name": "address", "typeName": "System.Net.IPAddress" }], + "isStatic": true, + "name": "GetHostEntryAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Task", + "params": [{ "name": "hostNameOrAddress", "typeName": "string" }], + "isStatic": true, + "name": "GetHostEntryAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": true, + "name": "GetHostName", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IPHostEntry", + "params": [{ "name": "hostName", "typeName": "string" }], + "isStatic": true, + "name": "Resolve", + "comment": "", + "location": "System.dll" + } + ], + "name": "Dns", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net", + "baseClass": "System.Net.EndPoint", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Net.Sockets.AddressFamily", + "name": "AddressFamily", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "Host", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "Port", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "host", "typeName": "string" }, + { "name": "port", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "host", "typeName": "string" }, + { "name": "port", "typeName": "int" }, + { + "name": "addressFamily", + "typeName": "System.Net.Sockets.AddressFamily" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "comparand", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.dll" + } + ], + "name": "DnsEndPoint", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net", + "baseClass": "System.Security.CodeAccessPermission", + "attribute": "", + "interfaces": [ + "IPermission", + "ISecurityEncodable", + "IStackWalk", + "IUnrestrictedPermission" + ], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "state", + "typeName": "System.Security.Permissions.PermissionState" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IPermission", + "params": [], + "isStatic": false, + "name": "Copy", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "securityElement", + "typeName": "System.Security.SecurityElement" + } + ], + "isStatic": false, + "name": "FromXml", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IPermission", + "params": [ + { "name": "target", "typeName": "System.Security.IPermission" } + ], + "isStatic": false, + "name": "Intersect", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "target", "typeName": "System.Security.IPermission" } + ], + "isStatic": false, + "name": "IsSubsetOf", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "IsUnrestricted", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "SecurityElement", + "params": [], + "isStatic": false, + "name": "ToXml", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IPermission", + "params": [ + { "name": "target", "typeName": "System.Security.IPermission" } + ], + "isStatic": false, + "name": "Union", + "comment": "", + "location": "System.dll" + } + ], + "name": "DnsPermission", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net", + "baseClass": "System.Security.Permissions.CodeAccessSecurityAttribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "action", + "typeName": "System.Security.Permissions.SecurityAction" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IPermission", + "params": [], + "isStatic": false, + "name": "CreatePermission", + "comment": "", + "location": "System.dll" + } + ], + "name": "DnsPermissionAttribute", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net.WebSockets", + "baseClass": "System.Net.WebSockets.WebSocket", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "System.Net.WebSockets.WebSocketCloseStatus?", + "name": "CloseStatus", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "CloseStatusDescription", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.WebSockets.ClientWebSocketOptions", + "name": "Options", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.WebSockets.WebSocketState", + "name": "State", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "SubProtocol", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Abort", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "closeStatus", + "typeName": "System.Net.WebSockets.WebSocketCloseStatus" + }, + { "name": "statusDescription", "typeName": "string" }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": false, + "name": "CloseAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "closeStatus", + "typeName": "System.Net.WebSockets.WebSocketCloseStatus" + }, + { "name": "statusDescription", "typeName": "string" }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": false, + "name": "CloseOutputAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "uri", "typeName": "System.Uri" }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": false, + "name": "ConnectAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "buffer", "typeName": "System.ArraySegment" }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": false, + "name": "ReceiveAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "buffer", "typeName": "System.ArraySegment" }, + { + "name": "messageType", + "typeName": "System.Net.WebSockets.WebSocketMessageType" + }, + { "name": "endOfMessage", "typeName": "bool" }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": false, + "name": "SendAsync", + "comment": "", + "location": "System.dll" + } + ], + "name": "ClientWebSocket", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net", + "baseClass": "System.ComponentModel.AsyncCompletedEventArgs", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "byte[]", + "name": "Result", + "comment": "", + "location": "System.dll" + } + ], + "methods": [], + "name": "DownloadDataCompletedEventArgs", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net.WebSockets", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Security.Cryptography.X509Certificates.X509CertificateCollection", + "name": "ClientCertificates", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.CookieContainer", + "name": "Cookies", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.ICredentials", + "name": "Credentials", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.TimeSpan", + "name": "KeepAliveInterval", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.IWebProxy", + "name": "Proxy", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "UseDefaultCredentials", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "subProtocol", "typeName": "string" }], + "isStatic": false, + "name": "AddSubProtocol", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "receiveBufferSize", "typeName": "int" }, + { "name": "sendBufferSize", "typeName": "int" } + ], + "isStatic": false, + "name": "SetBuffer", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "receiveBufferSize", "typeName": "int" }, + { "name": "sendBufferSize", "typeName": "int" }, + { "name": "buffer", "typeName": "System.ArraySegment" } + ], + "isStatic": false, + "name": "SetBuffer", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "headerName", "typeName": "string" }, + { "name": "headerValue", "typeName": "string" } + ], + "isStatic": false, + "name": "SetRequestHeader", + "comment": "", + "location": "System.dll" + } + ], + "name": "ClientWebSocketOptions", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "sender", "typeName": "object" }, + { + "name": "e", + "typeName": "System.Net.DownloadDataCompletedEventArgs" + } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "sender", "typeName": "object" }, + { + "name": "e", + "typeName": "System.Net.DownloadDataCompletedEventArgs" + }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "System.dll" + } + ], + "name": "DownloadDataCompletedEventHandler", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net.WebSockets", + "baseClass": "System.Net.WebSockets.WebSocketContext", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Net.CookieCollection", + "name": "CookieCollection", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Collections.Specialized.NameValueCollection", + "name": "Headers", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "IsAuthenticated", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "IsLocal", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "IsSecureConnection", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "Origin", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Uri", + "name": "RequestUri", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "SecWebSocketKey", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Collections.Generic.IEnumerable", + "name": "SecWebSocketProtocols", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "SecWebSocketVersion", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Principal.IPrincipal", + "name": "User", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.WebSockets.WebSocket", + "name": "WebSocket", + "comment": "", + "location": "System.dll" + } + ], + "methods": [], + "name": "HttpListenerWebSocketContext", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net.WebSockets", + "baseClass": "object", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "System.Net.WebSockets.WebSocketCloseStatus?", + "name": "CloseStatus", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "CloseStatusDescription", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.TimeSpan", + "name": "DefaultKeepAliveInterval", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.WebSockets.WebSocketState", + "name": "State", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "SubProtocol", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Abort", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "closeStatus", + "typeName": "System.Net.WebSockets.WebSocketCloseStatus" + }, + { "name": "statusDescription", "typeName": "string" }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": false, + "name": "CloseAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "closeStatus", + "typeName": "System.Net.WebSockets.WebSocketCloseStatus" + }, + { "name": "statusDescription", "typeName": "string" }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": false, + "name": "CloseOutputAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "ArraySegment", + "params": [ + { "name": "receiveBufferSize", "typeName": "int" }, + { "name": "sendBufferSize", "typeName": "int" } + ], + "isStatic": true, + "name": "CreateClientBuffer", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "WebSocket", + "params": [ + { "name": "innerStream", "typeName": "System.IO.Stream" }, + { "name": "subProtocol", "typeName": "string" }, + { "name": "receiveBufferSize", "typeName": "int" }, + { "name": "sendBufferSize", "typeName": "int" }, + { "name": "keepAliveInterval", "typeName": "System.TimeSpan" }, + { "name": "useZeroMaskingKey", "typeName": "bool" }, + { + "name": "internalBuffer", + "typeName": "System.ArraySegment" + } + ], + "isStatic": true, + "name": "CreateClientWebSocket", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "ArraySegment", + "params": [{ "name": "receiveBufferSize", "typeName": "int" }], + "isStatic": true, + "name": "CreateServerBuffer", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": true, + "name": "IsApplicationTargeting45", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "buffer", "typeName": "System.ArraySegment" }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": false, + "name": "ReceiveAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "RegisterPrefixes", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "buffer", "typeName": "System.ArraySegment" }, + { + "name": "messageType", + "typeName": "System.Net.WebSockets.WebSocketMessageType" + }, + { "name": "endOfMessage", "typeName": "bool" }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": false, + "name": "SendAsync", + "comment": "", + "location": "System.dll" + } + ], + "name": "WebSocket", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net.WebSockets", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Net.WebSockets.WebSocketCloseStatus", + "name": "Empty", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.WebSockets.WebSocketCloseStatus", + "name": "EndpointUnavailable", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.WebSockets.WebSocketCloseStatus", + "name": "InternalServerError", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.WebSockets.WebSocketCloseStatus", + "name": "InvalidMessageType", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.WebSockets.WebSocketCloseStatus", + "name": "InvalidPayloadData", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.WebSockets.WebSocketCloseStatus", + "name": "MandatoryExtension", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.WebSockets.WebSocketCloseStatus", + "name": "MessageTooBig", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.WebSockets.WebSocketCloseStatus", + "name": "NormalClosure", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.WebSockets.WebSocketCloseStatus", + "name": "PolicyViolation", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.WebSockets.WebSocketCloseStatus", + "name": "ProtocolError", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Net.WebSockets.WebSocketCloseStatus", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "WebSocketCloseStatus", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "sender", "typeName": "object" }, + { + "name": "e", + "typeName": "System.Net.DownloadProgressChangedEventArgs" + } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "sender", "typeName": "object" }, + { + "name": "e", + "typeName": "System.Net.DownloadProgressChangedEventArgs" + }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "System.dll" + } + ], + "name": "DownloadProgressChangedEventHandler", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net", + "baseClass": "System.ComponentModel.AsyncCompletedEventArgs", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "Result", + "comment": "", + "location": "System.dll" + } + ], + "methods": [], + "name": "DownloadStringCompletedEventArgs", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net.WebSockets", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Net.CookieCollection", + "name": "CookieCollection", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Collections.Specialized.NameValueCollection", + "name": "Headers", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "IsAuthenticated", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "IsLocal", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "IsSecureConnection", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "Origin", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Uri", + "name": "RequestUri", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "SecWebSocketKey", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Collections.Generic.IEnumerable", + "name": "SecWebSocketProtocols", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "SecWebSocketVersion", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Principal.IPrincipal", + "name": "User", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.WebSockets.WebSocket", + "name": "WebSocket", + "comment": "", + "location": "System.dll" + } + ], + "methods": [], + "name": "WebSocketContext", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net.WebSockets", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Net.WebSockets.WebSocketError", + "name": "ConnectionClosedPrematurely", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.WebSockets.WebSocketError", + "name": "Faulted", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.WebSockets.WebSocketError", + "name": "HeaderError", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.WebSockets.WebSocketError", + "name": "InvalidMessageType", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.WebSockets.WebSocketError", + "name": "InvalidState", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.WebSockets.WebSocketError", + "name": "NativeError", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.WebSockets.WebSocketError", + "name": "NotAWebSocket", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.WebSockets.WebSocketError", + "name": "Success", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.WebSockets.WebSocketError", + "name": "UnsupportedProtocol", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.WebSockets.WebSocketError", + "name": "UnsupportedVersion", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Net.WebSockets.WebSocketError", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "WebSocketError", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net.WebSockets", + "baseClass": "System.ComponentModel.Win32Exception", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [ + { + "typeName": "int", + "name": "ErrorCode", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.WebSockets.WebSocketError", + "name": "WebSocketErrorCode", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "nativeError", "typeName": "int" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nativeError", "typeName": "int" }, + { "name": "innerException", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nativeError", "typeName": "int" }, + { "name": "message", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "error", + "typeName": "System.Net.WebSockets.WebSocketError" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "error", + "typeName": "System.Net.WebSockets.WebSocketError" + }, + { "name": "innerException", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "error", + "typeName": "System.Net.WebSockets.WebSocketError" + }, + { "name": "nativeError", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "error", + "typeName": "System.Net.WebSockets.WebSocketError" + }, + { "name": "nativeError", "typeName": "int" }, + { "name": "innerException", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "error", + "typeName": "System.Net.WebSockets.WebSocketError" + }, + { "name": "nativeError", "typeName": "int" }, + { "name": "message", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "error", + "typeName": "System.Net.WebSockets.WebSocketError" + }, + { "name": "nativeError", "typeName": "int" }, + { "name": "message", "typeName": "string" }, + { "name": "innerException", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "error", + "typeName": "System.Net.WebSockets.WebSocketError" + }, + { "name": "message", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "error", + "typeName": "System.Net.WebSockets.WebSocketError" + }, + { "name": "message", "typeName": "string" }, + { "name": "innerException", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "innerException", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "info", + "typeName": "System.Runtime.Serialization.SerializationInfo" + }, + { + "name": "context", + "typeName": "System.Runtime.Serialization.StreamingContext" + } + ], + "isStatic": false, + "name": "GetObjectData", + "comment": "", + "location": "System.dll" + } + ], + "name": "WebSocketException", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net.WebSockets", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Net.WebSockets.WebSocketMessageType", + "name": "Binary", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.WebSockets.WebSocketMessageType", + "name": "Close", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.WebSockets.WebSocketMessageType", + "name": "Text", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Net.WebSockets.WebSocketMessageType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "WebSocketMessageType", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Net.Sockets.AddressFamily", + "name": "AddressFamily", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "EndPoint", + "params": [ + { "name": "socketAddress", "typeName": "System.Net.SocketAddress" } + ], + "isStatic": false, + "name": "Create", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "SocketAddress", + "params": [], + "isStatic": false, + "name": "Serialize", + "comment": "", + "location": "System.dll" + } + ], + "name": "EndPoint", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "Hostname", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "Port", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.TransportType", + "name": "Transport", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.dll" + } + ], + "name": "EndpointPermission", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net.WebSockets", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Net.WebSockets.WebSocketCloseStatus?", + "name": "CloseStatus", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "CloseStatusDescription", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "Count", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "EndOfMessage", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.WebSockets.WebSocketMessageType", + "name": "MessageType", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "count", "typeName": "int" }, + { + "name": "messageType", + "typeName": "System.Net.WebSockets.WebSocketMessageType" + }, + { "name": "endOfMessage", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "count", "typeName": "int" }, + { + "name": "messageType", + "typeName": "System.Net.WebSockets.WebSocketMessageType" + }, + { "name": "endOfMessage", "typeName": "bool" }, + { + "name": "closeStatus", + "typeName": "System.Net.WebSockets.WebSocketCloseStatus?" + }, + { "name": "closeStatusDescription", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "WebSocketReceiveResult", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net", + "baseClass": "System.Net.WebRequest", + "attribute": "", + "interfaces": ["ISerializable"], + "fields": [ + { + "typeName": "string", + "name": "ConnectionGroupName", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "ContentLength", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "ContentType", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.ICredentials", + "name": "Credentials", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.WebHeaderCollection", + "name": "Headers", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "Method", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "PreAuthenticate", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.IWebProxy", + "name": "Proxy", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Uri", + "name": "RequestUri", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "Timeout", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "UseDefaultCredentials", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Abort", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "state", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginGetRequestStream", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "state", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginGetResponse", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Stream", + "params": [ + { "name": "asyncResult", "typeName": "System.IAsyncResult" } + ], + "isStatic": false, + "name": "EndGetRequestStream", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "WebResponse", + "params": [ + { "name": "asyncResult", "typeName": "System.IAsyncResult" } + ], + "isStatic": false, + "name": "EndGetResponse", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Stream", + "params": [], + "isStatic": false, + "name": "GetRequestStream", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "WebResponse", + "params": [], + "isStatic": false, + "name": "GetResponse", + "comment": "", + "location": "System.dll" + } + ], + "name": "FileWebRequest", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net.WebSockets", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Net.WebSockets.WebSocketState", + "name": "Aborted", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.WebSockets.WebSocketState", + "name": "Closed", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.WebSockets.WebSocketState", + "name": "CloseReceived", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.WebSockets.WebSocketState", + "name": "CloseSent", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.WebSockets.WebSocketState", + "name": "Connecting", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.WebSockets.WebSocketState", + "name": "None", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.WebSockets.WebSocketState", + "name": "Open", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Net.WebSockets.WebSocketState", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "WebSocketState", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net", + "baseClass": "System.Net.WebResponse", + "attribute": "", + "interfaces": ["IDisposable", "ISerializable"], + "fields": [ + { + "typeName": "long", + "name": "ContentLength", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "ContentType", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.WebHeaderCollection", + "name": "Headers", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Uri", + "name": "ResponseUri", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "SupportsHeaders", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Close", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Stream", + "params": [], + "isStatic": false, + "name": "GetResponseStream", + "comment": "", + "location": "System.dll" + } + ], + "name": "FileWebResponse", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Net.FtpStatusCode", + "name": "AccountNeeded", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.FtpStatusCode", + "name": "ActionAbortedLocalProcessingError", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.FtpStatusCode", + "name": "ActionAbortedUnknownPageType", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.FtpStatusCode", + "name": "ActionNotTakenFilenameNotAllowed", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.FtpStatusCode", + "name": "ActionNotTakenFileUnavailable", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.FtpStatusCode", + "name": "ActionNotTakenFileUnavailableOrBusy", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.FtpStatusCode", + "name": "ActionNotTakenInsufficientSpace", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.FtpStatusCode", + "name": "ArgumentSyntaxError", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.FtpStatusCode", + "name": "BadCommandSequence", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.FtpStatusCode", + "name": "CantOpenData", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.FtpStatusCode", + "name": "ClosingControl", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.FtpStatusCode", + "name": "ClosingData", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.FtpStatusCode", + "name": "CommandExtraneous", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.FtpStatusCode", + "name": "CommandNotImplemented", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.FtpStatusCode", + "name": "CommandOK", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.FtpStatusCode", + "name": "CommandSyntaxError", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.FtpStatusCode", + "name": "ConnectionClosed", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.FtpStatusCode", + "name": "DataAlreadyOpen", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.FtpStatusCode", + "name": "DirectoryStatus", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.FtpStatusCode", + "name": "EnteringPassive", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.FtpStatusCode", + "name": "FileActionAborted", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.FtpStatusCode", + "name": "FileActionOK", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.FtpStatusCode", + "name": "FileCommandPending", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.FtpStatusCode", + "name": "FileStatus", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.FtpStatusCode", + "name": "LoggedInProceed", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.FtpStatusCode", + "name": "NeedLoginAccount", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.FtpStatusCode", + "name": "NotLoggedIn", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.FtpStatusCode", + "name": "OpeningData", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.FtpStatusCode", + "name": "PathnameCreated", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.FtpStatusCode", + "name": "RestartMarker", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.FtpStatusCode", + "name": "SendPasswordCommand", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.FtpStatusCode", + "name": "SendUserCommand", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.FtpStatusCode", + "name": "ServerWantsSecureSession", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.FtpStatusCode", + "name": "ServiceNotAvailable", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.FtpStatusCode", + "name": "ServiceTemporarilyNotAvailable", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.FtpStatusCode", + "name": "SystemType", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.FtpStatusCode", + "name": "Undefined", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Net.FtpStatusCode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "FtpStatusCode", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net", + "baseClass": "System.Net.WebRequest", + "attribute": "", + "interfaces": ["ISerializable"], + "fields": [ + { + "typeName": "System.Security.Cryptography.X509Certificates.X509CertificateCollection", + "name": "ClientCertificates", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "ConnectionGroupName", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "ContentLength", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "ContentOffset", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "ContentType", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.ICredentials", + "name": "Credentials", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Cache.RequestCachePolicy", + "name": "DefaultCachePolicy", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "EnableSsl", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.WebHeaderCollection", + "name": "Headers", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "KeepAlive", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "Method", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "PreAuthenticate", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.IWebProxy", + "name": "Proxy", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "ReadWriteTimeout", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "RenameTo", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Uri", + "name": "RequestUri", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.ServicePoint", + "name": "ServicePoint", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "Timeout", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "UseBinary", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "UseDefaultCredentials", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "UsePassive", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Abort", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "state", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginGetRequestStream", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "state", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginGetResponse", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Stream", + "params": [ + { "name": "asyncResult", "typeName": "System.IAsyncResult" } + ], + "isStatic": false, + "name": "EndGetRequestStream", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "WebResponse", + "params": [ + { "name": "asyncResult", "typeName": "System.IAsyncResult" } + ], + "isStatic": false, + "name": "EndGetResponse", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Stream", + "params": [], + "isStatic": false, + "name": "GetRequestStream", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "WebResponse", + "params": [], + "isStatic": false, + "name": "GetResponse", + "comment": "", + "location": "System.dll" + } + ], + "name": "FtpWebRequest", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net", + "baseClass": "System.Net.WebResponse", + "attribute": "", + "interfaces": ["ISerializable", "IDisposable"], + "fields": [ + { + "typeName": "string", + "name": "BannerMessage", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "ContentLength", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "ExitMessage", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.WebHeaderCollection", + "name": "Headers", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.DateTime", + "name": "LastModified", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Uri", + "name": "ResponseUri", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.FtpStatusCode", + "name": "StatusCode", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "StatusDescription", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "SupportsHeaders", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "WelcomeMessage", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Close", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Stream", + "params": [], + "isStatic": false, + "name": "GetResponseStream", + "comment": "", + "location": "System.dll" + } + ], + "name": "FtpWebResponse", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Net.IWebProxy", + "name": "Select", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IWebProxy", + "params": [], + "isStatic": true, + "name": "GetEmptyWebProxy", + "comment": "", + "location": "System.dll" + } + ], + "name": "GlobalProxySelection", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net.Sockets", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Net.Sockets.AddressFamily", + "name": "AppleTalk", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.AddressFamily", + "name": "Atm", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.AddressFamily", + "name": "Banyan", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.AddressFamily", + "name": "Ccitt", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.AddressFamily", + "name": "Chaos", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.AddressFamily", + "name": "Cluster", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.AddressFamily", + "name": "DataKit", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.AddressFamily", + "name": "DataLink", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.AddressFamily", + "name": "DecNet", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.AddressFamily", + "name": "Ecma", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.AddressFamily", + "name": "FireFox", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.AddressFamily", + "name": "HyperChannel", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.AddressFamily", + "name": "Ieee12844", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.AddressFamily", + "name": "ImpLink", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.AddressFamily", + "name": "InterNetwork", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.AddressFamily", + "name": "InterNetworkV6", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.AddressFamily", + "name": "Ipx", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.AddressFamily", + "name": "Irda", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.AddressFamily", + "name": "Iso", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.AddressFamily", + "name": "Lat", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.AddressFamily", + "name": "Max", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.AddressFamily", + "name": "NetBios", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.AddressFamily", + "name": "NetworkDesigners", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.AddressFamily", + "name": "NS", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.AddressFamily", + "name": "Osi", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.AddressFamily", + "name": "Pup", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.AddressFamily", + "name": "Sna", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.AddressFamily", + "name": "Unix", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.AddressFamily", + "name": "Unknown", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.AddressFamily", + "name": "Unspecified", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.AddressFamily", + "name": "VoiceView", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Net.Sockets.AddressFamily", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "AddressFamily", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net.Sockets", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Net.Sockets.IOControlCode", + "name": "AbsorbRouterAlert", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.IOControlCode", + "name": "AddMulticastGroupOnInterface", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.IOControlCode", + "name": "AddressListChange", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.IOControlCode", + "name": "AddressListQuery", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.IOControlCode", + "name": "AddressListSort", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.IOControlCode", + "name": "AssociateHandle", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.IOControlCode", + "name": "AsyncIO", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.IOControlCode", + "name": "BindToInterface", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.IOControlCode", + "name": "DataToRead", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.IOControlCode", + "name": "DeleteMulticastGroupFromInterface", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.IOControlCode", + "name": "EnableCircularQueuing", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.IOControlCode", + "name": "Flush", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.IOControlCode", + "name": "GetBroadcastAddress", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.IOControlCode", + "name": "GetExtensionFunctionPointer", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.IOControlCode", + "name": "GetGroupQos", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.IOControlCode", + "name": "GetQos", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.IOControlCode", + "name": "KeepAliveValues", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.IOControlCode", + "name": "LimitBroadcasts", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.IOControlCode", + "name": "MulticastInterface", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.IOControlCode", + "name": "MulticastScope", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.IOControlCode", + "name": "MultipointLoopback", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.IOControlCode", + "name": "NamespaceChange", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.IOControlCode", + "name": "NonBlockingIO", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.IOControlCode", + "name": "OobDataRead", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.IOControlCode", + "name": "QueryTargetPnpHandle", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.IOControlCode", + "name": "ReceiveAll", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.IOControlCode", + "name": "ReceiveAllIgmpMulticast", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.IOControlCode", + "name": "ReceiveAllMulticast", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.IOControlCode", + "name": "RoutingInterfaceChange", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.IOControlCode", + "name": "RoutingInterfaceQuery", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.IOControlCode", + "name": "SetGroupQos", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.IOControlCode", + "name": "SetQos", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.IOControlCode", + "name": "TranslateHandle", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.IOControlCode", + "name": "UnicastInterface", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Net.Sockets.IOControlCode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "IOControlCode", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net.Sockets", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Net.IPAddress", + "name": "Address", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "Interface", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "comparand", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "packetInformation1", + "typeName": "System.Net.Sockets.IPPacketInformation" + }, + { + "name": "packetInformation2", + "typeName": "System.Net.Sockets.IPPacketInformation" + } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "packetInformation1", + "typeName": "System.Net.Sockets.IPPacketInformation" + }, + { + "name": "packetInformation2", + "typeName": "System.Net.Sockets.IPPacketInformation" + } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "System.dll" + } + ], + "name": "IPPacketInformation", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net.Sockets", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Net.Sockets.IPProtectionLevel", + "name": "EdgeRestricted", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.IPProtectionLevel", + "name": "Restricted", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.IPProtectionLevel", + "name": "Unrestricted", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.IPProtectionLevel", + "name": "Unspecified", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Net.Sockets.IPProtectionLevel", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "IPProtectionLevel", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net.Sockets", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Net.IPAddress", + "name": "Group", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "InterfaceIndex", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "group", "typeName": "System.Net.IPAddress" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "group", "typeName": "System.Net.IPAddress" }, + { "name": "ifindex", "typeName": "long" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "IPv6MulticastOption", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net.Sockets", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "Enabled", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "LingerTime", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "enable", "typeName": "bool" }, + { "name": "seconds", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "LingerOption", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net.Sockets", + "baseClass": "System.IO.Stream", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "bool", + "name": "CanRead", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "CanSeek", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "CanTimeout", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "CanWrite", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "DataAvailable", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "Length", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "Position", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "ReadTimeout", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "WriteTimeout", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "socket", "typeName": "System.Net.Sockets.Socket" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "socket", "typeName": "System.Net.Sockets.Socket" }, + { "name": "ownsSocket", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "socket", "typeName": "System.Net.Sockets.Socket" }, + { "name": "access", "typeName": "System.IO.FileAccess" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "socket", "typeName": "System.Net.Sockets.Socket" }, + { "name": "access", "typeName": "System.IO.FileAccess" }, + { "name": "ownsSocket", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "size", "typeName": "int" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "state", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginRead", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "size", "typeName": "int" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "state", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginWrite", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "timeout", "typeName": "int" }], + "isStatic": false, + "name": "Close", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "asyncResult", "typeName": "System.IAsyncResult" } + ], + "isStatic": false, + "name": "EndRead", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "asyncResult", "typeName": "System.IAsyncResult" } + ], + "isStatic": false, + "name": "EndWrite", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Flush", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": false, + "name": "FlushAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "size", "typeName": "int" } + ], + "isStatic": false, + "name": "Read", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int64", + "params": [ + { "name": "offset", "typeName": "long" }, + { "name": "origin", "typeName": "System.IO.SeekOrigin" } + ], + "isStatic": false, + "name": "Seek", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "long" }], + "isStatic": false, + "name": "SetLength", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "size", "typeName": "int" } + ], + "isStatic": false, + "name": "Write", + "comment": "", + "location": "System.dll" + } + ], + "name": "NetworkStream", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net.Sockets", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Net.IPAddress", + "name": "Group", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "InterfaceIndex", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.IPAddress", + "name": "LocalAddress", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "group", "typeName": "System.Net.IPAddress" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "group", "typeName": "System.Net.IPAddress" }, + { "name": "interfaceIndex", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "group", "typeName": "System.Net.IPAddress" }, + { "name": "mcint", "typeName": "System.Net.IPAddress" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "MulticastOption", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net.Sockets", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Net.Sockets.ProtocolFamily", + "name": "AppleTalk", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.ProtocolFamily", + "name": "Atm", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.ProtocolFamily", + "name": "Banyan", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.ProtocolFamily", + "name": "Ccitt", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.ProtocolFamily", + "name": "Chaos", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.ProtocolFamily", + "name": "Cluster", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.ProtocolFamily", + "name": "DataKit", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.ProtocolFamily", + "name": "DataLink", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.ProtocolFamily", + "name": "DecNet", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.ProtocolFamily", + "name": "Ecma", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.ProtocolFamily", + "name": "FireFox", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.ProtocolFamily", + "name": "HyperChannel", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.ProtocolFamily", + "name": "Ieee12844", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.ProtocolFamily", + "name": "ImpLink", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.ProtocolFamily", + "name": "InterNetwork", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.ProtocolFamily", + "name": "InterNetworkV6", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.ProtocolFamily", + "name": "Ipx", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.ProtocolFamily", + "name": "Irda", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.ProtocolFamily", + "name": "Iso", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.ProtocolFamily", + "name": "Lat", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.ProtocolFamily", + "name": "Max", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.ProtocolFamily", + "name": "NetBios", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.ProtocolFamily", + "name": "NetworkDesigners", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.ProtocolFamily", + "name": "NS", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.ProtocolFamily", + "name": "Osi", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.ProtocolFamily", + "name": "Pup", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.ProtocolFamily", + "name": "Sna", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.ProtocolFamily", + "name": "Unix", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.ProtocolFamily", + "name": "Unknown", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.ProtocolFamily", + "name": "Unspecified", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.ProtocolFamily", + "name": "VoiceView", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Net.Sockets.ProtocolFamily", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "ProtocolFamily", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net.Sockets", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Net.Sockets.ProtocolType", + "name": "Ggp", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.ProtocolType", + "name": "Icmp", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.ProtocolType", + "name": "IcmpV6", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.ProtocolType", + "name": "Idp", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.ProtocolType", + "name": "Igmp", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.ProtocolType", + "name": "IP", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.ProtocolType", + "name": "IPSecAuthenticationHeader", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.ProtocolType", + "name": "IPSecEncapsulatingSecurityPayload", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.ProtocolType", + "name": "IPv4", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.ProtocolType", + "name": "IPv6", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.ProtocolType", + "name": "IPv6DestinationOptions", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.ProtocolType", + "name": "IPv6FragmentHeader", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.ProtocolType", + "name": "IPv6HopByHopOptions", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.ProtocolType", + "name": "IPv6NoNextHeader", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.ProtocolType", + "name": "IPv6RoutingHeader", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.ProtocolType", + "name": "Ipx", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.ProtocolType", + "name": "ND", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.ProtocolType", + "name": "Pup", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.ProtocolType", + "name": "Raw", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.ProtocolType", + "name": "Spx", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.ProtocolType", + "name": "SpxII", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.ProtocolType", + "name": "Tcp", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.ProtocolType", + "name": "Udp", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.ProtocolType", + "name": "Unknown", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.ProtocolType", + "name": "Unspecified", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Net.Sockets.ProtocolType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "ProtocolType", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net.Sockets", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Net.Sockets.SelectMode", + "name": "SelectError", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SelectMode", + "name": "SelectRead", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SelectMode", + "name": "SelectWrite", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Net.Sockets.SelectMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "SelectMode", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net.Sockets", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "byte[]", + "name": "Buffer", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "Count", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "EndOfPacket", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "FilePath", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "Offset", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "buffer", "typeName": "byte[]" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" }, + { "name": "endOfPacket", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "filepath", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "filepath", "typeName": "string" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "filepath", "typeName": "string" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" }, + { "name": "endOfPacket", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "SendPacketsElement", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net.Sockets", + "baseClass": "object", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "System.Net.Sockets.AddressFamily", + "name": "AddressFamily", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "Available", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "Blocking", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "Connected", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "DontFragment", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "DualMode", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "EnableBroadcast", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "ExclusiveAddressUse", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.IntPtr", + "name": "Handle", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "IsBound", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.LingerOption", + "name": "LingerState", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.EndPoint", + "name": "LocalEndPoint", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "MulticastLoopback", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "NoDelay", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "OSSupportsIPv4", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "OSSupportsIPv6", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.ProtocolType", + "name": "ProtocolType", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "ReceiveBufferSize", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "ReceiveTimeout", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.EndPoint", + "name": "RemoteEndPoint", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "SendBufferSize", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "SendTimeout", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketType", + "name": "SocketType", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "SupportsIPv4", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "SupportsIPv6", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "short", + "name": "Ttl", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "UseOnlyOverlappedIO", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "addressFamily", + "typeName": "System.Net.Sockets.AddressFamily" + }, + { + "name": "socketType", + "typeName": "System.Net.Sockets.SocketType" + }, + { + "name": "protocolType", + "typeName": "System.Net.Sockets.ProtocolType" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "socketInformation", + "typeName": "System.Net.Sockets.SocketInformation" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "socketType", + "typeName": "System.Net.Sockets.SocketType" + }, + { + "name": "protocolType", + "typeName": "System.Net.Sockets.ProtocolType" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Socket", + "params": [], + "isStatic": false, + "name": "Accept", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "e", + "typeName": "System.Net.Sockets.SocketAsyncEventArgs" + } + ], + "isStatic": false, + "name": "AcceptAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "state", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginAccept", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "receiveSize", "typeName": "int" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "state", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginAccept", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "acceptSocket", "typeName": "System.Net.Sockets.Socket" }, + { "name": "receiveSize", "typeName": "int" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "state", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginAccept", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "remoteEP", "typeName": "System.Net.EndPoint" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "state", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginConnect", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "address", "typeName": "System.Net.IPAddress" }, + { "name": "port", "typeName": "int" }, + { "name": "requestCallback", "typeName": "System.AsyncCallback" }, + { "name": "state", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginConnect", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "addresses", "typeName": "System.Net.IPAddress[]" }, + { "name": "port", "typeName": "int" }, + { "name": "requestCallback", "typeName": "System.AsyncCallback" }, + { "name": "state", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginConnect", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "host", "typeName": "string" }, + { "name": "port", "typeName": "int" }, + { "name": "requestCallback", "typeName": "System.AsyncCallback" }, + { "name": "state", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginConnect", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "reuseSocket", "typeName": "bool" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "state", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginDisconnect", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "size", "typeName": "int" }, + { + "name": "socketFlags", + "typeName": "System.Net.Sockets.SocketFlags" + }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "state", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginReceive", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "size", "typeName": "int" }, + { + "name": "socketFlags", + "typeName": "System.Net.Sockets.SocketFlags" + }, + { + "name": "errorCode", + "typeName": "System.Net.Sockets.SocketError" + }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "state", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginReceive", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { + "name": "buffers", + "typeName": "System.Collections.Generic.IList>" + }, + { + "name": "socketFlags", + "typeName": "System.Net.Sockets.SocketFlags" + }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "state", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginReceive", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { + "name": "buffers", + "typeName": "System.Collections.Generic.IList>" + }, + { + "name": "socketFlags", + "typeName": "System.Net.Sockets.SocketFlags" + }, + { + "name": "errorCode", + "typeName": "System.Net.Sockets.SocketError" + }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "state", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginReceive", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "size", "typeName": "int" }, + { + "name": "socketFlags", + "typeName": "System.Net.Sockets.SocketFlags" + }, + { "name": "remoteEP", "typeName": "System.Net.EndPoint" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "state", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginReceiveFrom", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "size", "typeName": "int" }, + { + "name": "socketFlags", + "typeName": "System.Net.Sockets.SocketFlags" + }, + { "name": "remoteEP", "typeName": "System.Net.EndPoint" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "state", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginReceiveMessageFrom", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "size", "typeName": "int" }, + { + "name": "socketFlags", + "typeName": "System.Net.Sockets.SocketFlags" + }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "state", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginSend", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "size", "typeName": "int" }, + { + "name": "socketFlags", + "typeName": "System.Net.Sockets.SocketFlags" + }, + { + "name": "errorCode", + "typeName": "System.Net.Sockets.SocketError" + }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "state", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginSend", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { + "name": "buffers", + "typeName": "System.Collections.Generic.IList>" + }, + { + "name": "socketFlags", + "typeName": "System.Net.Sockets.SocketFlags" + }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "state", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginSend", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { + "name": "buffers", + "typeName": "System.Collections.Generic.IList>" + }, + { + "name": "socketFlags", + "typeName": "System.Net.Sockets.SocketFlags" + }, + { + "name": "errorCode", + "typeName": "System.Net.Sockets.SocketError" + }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "state", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginSend", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "fileName", "typeName": "string" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "state", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginSendFile", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "fileName", "typeName": "string" }, + { "name": "preBuffer", "typeName": "byte[]" }, + { "name": "postBuffer", "typeName": "byte[]" }, + { + "name": "flags", + "typeName": "System.Net.Sockets.TransmitFileOptions" + }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "state", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginSendFile", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "size", "typeName": "int" }, + { + "name": "socketFlags", + "typeName": "System.Net.Sockets.SocketFlags" + }, + { "name": "remoteEP", "typeName": "System.Net.EndPoint" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "state", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginSendTo", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "localEP", "typeName": "System.Net.EndPoint" }], + "isStatic": false, + "name": "Bind", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "e", + "typeName": "System.Net.Sockets.SocketAsyncEventArgs" + } + ], + "isStatic": true, + "name": "CancelConnectAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Close", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "timeout", "typeName": "int" }], + "isStatic": false, + "name": "Close", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "remoteEP", "typeName": "System.Net.EndPoint" }], + "isStatic": false, + "name": "Connect", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "address", "typeName": "System.Net.IPAddress" }, + { "name": "port", "typeName": "int" } + ], + "isStatic": false, + "name": "Connect", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "addresses", "typeName": "System.Net.IPAddress[]" }, + { "name": "port", "typeName": "int" } + ], + "isStatic": false, + "name": "Connect", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "host", "typeName": "string" }, + { "name": "port", "typeName": "int" } + ], + "isStatic": false, + "name": "Connect", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "e", + "typeName": "System.Net.Sockets.SocketAsyncEventArgs" + } + ], + "isStatic": false, + "name": "ConnectAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "socketType", + "typeName": "System.Net.Sockets.SocketType" + }, + { + "name": "protocolType", + "typeName": "System.Net.Sockets.ProtocolType" + }, + { + "name": "e", + "typeName": "System.Net.Sockets.SocketAsyncEventArgs" + } + ], + "isStatic": true, + "name": "ConnectAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "reuseSocket", "typeName": "bool" }], + "isStatic": false, + "name": "Disconnect", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "e", + "typeName": "System.Net.Sockets.SocketAsyncEventArgs" + } + ], + "isStatic": false, + "name": "DisconnectAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "SocketInformation", + "params": [{ "name": "targetProcessId", "typeName": "int" }], + "isStatic": false, + "name": "DuplicateAndClose", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Socket", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "asyncResult", "typeName": "System.IAsyncResult" } + ], + "isStatic": false, + "name": "EndAccept", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Socket", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "bytesTransferred", "typeName": "int" }, + { "name": "asyncResult", "typeName": "System.IAsyncResult" } + ], + "isStatic": false, + "name": "EndAccept", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Socket", + "params": [ + { "name": "asyncResult", "typeName": "System.IAsyncResult" } + ], + "isStatic": false, + "name": "EndAccept", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "asyncResult", "typeName": "System.IAsyncResult" } + ], + "isStatic": false, + "name": "EndConnect", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "asyncResult", "typeName": "System.IAsyncResult" } + ], + "isStatic": false, + "name": "EndDisconnect", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "asyncResult", "typeName": "System.IAsyncResult" } + ], + "isStatic": false, + "name": "EndReceive", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "asyncResult", "typeName": "System.IAsyncResult" }, + { + "name": "errorCode", + "typeName": "System.Net.Sockets.SocketError" + } + ], + "isStatic": false, + "name": "EndReceive", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "asyncResult", "typeName": "System.IAsyncResult" }, + { "name": "endPoint", "typeName": "System.Net.EndPoint" } + ], + "isStatic": false, + "name": "EndReceiveFrom", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "asyncResult", "typeName": "System.IAsyncResult" }, + { + "name": "socketFlags", + "typeName": "System.Net.Sockets.SocketFlags" + }, + { "name": "endPoint", "typeName": "System.Net.EndPoint" }, + { + "name": "ipPacketInformation", + "typeName": "System.Net.Sockets.IPPacketInformation" + } + ], + "isStatic": false, + "name": "EndReceiveMessageFrom", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "asyncResult", "typeName": "System.IAsyncResult" } + ], + "isStatic": false, + "name": "EndSend", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "asyncResult", "typeName": "System.IAsyncResult" }, + { + "name": "errorCode", + "typeName": "System.Net.Sockets.SocketError" + } + ], + "isStatic": false, + "name": "EndSend", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "asyncResult", "typeName": "System.IAsyncResult" } + ], + "isStatic": false, + "name": "EndSendFile", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "asyncResult", "typeName": "System.IAsyncResult" } + ], + "isStatic": false, + "name": "EndSendTo", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { + "name": "optionLevel", + "typeName": "System.Net.Sockets.SocketOptionLevel" + }, + { + "name": "optionName", + "typeName": "System.Net.Sockets.SocketOptionName" + } + ], + "isStatic": false, + "name": "GetSocketOption", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "optionLevel", + "typeName": "System.Net.Sockets.SocketOptionLevel" + }, + { + "name": "optionName", + "typeName": "System.Net.Sockets.SocketOptionName" + }, + { "name": "optionValue", "typeName": "byte[]" } + ], + "isStatic": false, + "name": "GetSocketOption", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "", + "params": [ + { + "name": "optionLevel", + "typeName": "System.Net.Sockets.SocketOptionLevel" + }, + { + "name": "optionName", + "typeName": "System.Net.Sockets.SocketOptionName" + }, + { "name": "optionLength", "typeName": "int" } + ], + "isStatic": false, + "name": "GetSocketOption", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "ioControlCode", "typeName": "int" }, + { "name": "optionInValue", "typeName": "byte[]" }, + { "name": "optionOutValue", "typeName": "byte[]" } + ], + "isStatic": false, + "name": "IOControl", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "ioControlCode", + "typeName": "System.Net.Sockets.IOControlCode" + }, + { "name": "optionInValue", "typeName": "byte[]" }, + { "name": "optionOutValue", "typeName": "byte[]" } + ], + "isStatic": false, + "name": "IOControl", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "backlog", "typeName": "int" }], + "isStatic": false, + "name": "Listen", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "microSeconds", "typeName": "int" }, + { "name": "mode", "typeName": "System.Net.Sockets.SelectMode" } + ], + "isStatic": false, + "name": "Poll", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "buffer", "typeName": "byte[]" }], + "isStatic": false, + "name": "Receive", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "size", "typeName": "int" }, + { + "name": "socketFlags", + "typeName": "System.Net.Sockets.SocketFlags" + } + ], + "isStatic": false, + "name": "Receive", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "size", "typeName": "int" }, + { + "name": "socketFlags", + "typeName": "System.Net.Sockets.SocketFlags" + }, + { + "name": "errorCode", + "typeName": "System.Net.Sockets.SocketError" + } + ], + "isStatic": false, + "name": "Receive", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "size", "typeName": "int" }, + { + "name": "socketFlags", + "typeName": "System.Net.Sockets.SocketFlags" + } + ], + "isStatic": false, + "name": "Receive", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { + "name": "socketFlags", + "typeName": "System.Net.Sockets.SocketFlags" + } + ], + "isStatic": false, + "name": "Receive", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "buffers", + "typeName": "System.Collections.Generic.IList>" + } + ], + "isStatic": false, + "name": "Receive", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "buffers", + "typeName": "System.Collections.Generic.IList>" + }, + { + "name": "socketFlags", + "typeName": "System.Net.Sockets.SocketFlags" + } + ], + "isStatic": false, + "name": "Receive", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "buffers", + "typeName": "System.Collections.Generic.IList>" + }, + { + "name": "socketFlags", + "typeName": "System.Net.Sockets.SocketFlags" + }, + { + "name": "errorCode", + "typeName": "System.Net.Sockets.SocketError" + } + ], + "isStatic": false, + "name": "Receive", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "e", + "typeName": "System.Net.Sockets.SocketAsyncEventArgs" + } + ], + "isStatic": false, + "name": "ReceiveAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "size", "typeName": "int" }, + { + "name": "socketFlags", + "typeName": "System.Net.Sockets.SocketFlags" + }, + { "name": "remoteEP", "typeName": "System.Net.EndPoint" } + ], + "isStatic": false, + "name": "ReceiveFrom", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "size", "typeName": "int" }, + { + "name": "socketFlags", + "typeName": "System.Net.Sockets.SocketFlags" + }, + { "name": "remoteEP", "typeName": "System.Net.EndPoint" } + ], + "isStatic": false, + "name": "ReceiveFrom", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "remoteEP", "typeName": "System.Net.EndPoint" } + ], + "isStatic": false, + "name": "ReceiveFrom", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { + "name": "socketFlags", + "typeName": "System.Net.Sockets.SocketFlags" + }, + { "name": "remoteEP", "typeName": "System.Net.EndPoint" } + ], + "isStatic": false, + "name": "ReceiveFrom", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "e", + "typeName": "System.Net.Sockets.SocketAsyncEventArgs" + } + ], + "isStatic": false, + "name": "ReceiveFromAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "size", "typeName": "int" }, + { + "name": "socketFlags", + "typeName": "System.Net.Sockets.SocketFlags" + }, + { "name": "remoteEP", "typeName": "System.Net.EndPoint" }, + { + "name": "ipPacketInformation", + "typeName": "System.Net.Sockets.IPPacketInformation" + } + ], + "isStatic": false, + "name": "ReceiveMessageFrom", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "e", + "typeName": "System.Net.Sockets.SocketAsyncEventArgs" + } + ], + "isStatic": false, + "name": "ReceiveMessageFromAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "checkRead", "typeName": "System.Collections.IList" }, + { "name": "checkWrite", "typeName": "System.Collections.IList" }, + { "name": "checkError", "typeName": "System.Collections.IList" }, + { "name": "microSeconds", "typeName": "int" } + ], + "isStatic": true, + "name": "Select", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "buffer", "typeName": "byte[]" }], + "isStatic": false, + "name": "Send", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "size", "typeName": "int" }, + { + "name": "socketFlags", + "typeName": "System.Net.Sockets.SocketFlags" + } + ], + "isStatic": false, + "name": "Send", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "size", "typeName": "int" }, + { + "name": "socketFlags", + "typeName": "System.Net.Sockets.SocketFlags" + }, + { + "name": "errorCode", + "typeName": "System.Net.Sockets.SocketError" + } + ], + "isStatic": false, + "name": "Send", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "size", "typeName": "int" }, + { + "name": "socketFlags", + "typeName": "System.Net.Sockets.SocketFlags" + } + ], + "isStatic": false, + "name": "Send", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { + "name": "socketFlags", + "typeName": "System.Net.Sockets.SocketFlags" + } + ], + "isStatic": false, + "name": "Send", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "buffers", + "typeName": "System.Collections.Generic.IList>" + } + ], + "isStatic": false, + "name": "Send", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "buffers", + "typeName": "System.Collections.Generic.IList>" + }, + { + "name": "socketFlags", + "typeName": "System.Net.Sockets.SocketFlags" + } + ], + "isStatic": false, + "name": "Send", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "buffers", + "typeName": "System.Collections.Generic.IList>" + }, + { + "name": "socketFlags", + "typeName": "System.Net.Sockets.SocketFlags" + }, + { + "name": "errorCode", + "typeName": "System.Net.Sockets.SocketError" + } + ], + "isStatic": false, + "name": "Send", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "e", + "typeName": "System.Net.Sockets.SocketAsyncEventArgs" + } + ], + "isStatic": false, + "name": "SendAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "fileName", "typeName": "string" }], + "isStatic": false, + "name": "SendFile", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "fileName", "typeName": "string" }, + { "name": "preBuffer", "typeName": "byte[]" }, + { "name": "postBuffer", "typeName": "byte[]" }, + { + "name": "flags", + "typeName": "System.Net.Sockets.TransmitFileOptions" + } + ], + "isStatic": false, + "name": "SendFile", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "e", + "typeName": "System.Net.Sockets.SocketAsyncEventArgs" + } + ], + "isStatic": false, + "name": "SendPacketsAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "size", "typeName": "int" }, + { + "name": "socketFlags", + "typeName": "System.Net.Sockets.SocketFlags" + }, + { "name": "remoteEP", "typeName": "System.Net.EndPoint" } + ], + "isStatic": false, + "name": "SendTo", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "size", "typeName": "int" }, + { + "name": "socketFlags", + "typeName": "System.Net.Sockets.SocketFlags" + }, + { "name": "remoteEP", "typeName": "System.Net.EndPoint" } + ], + "isStatic": false, + "name": "SendTo", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "remoteEP", "typeName": "System.Net.EndPoint" } + ], + "isStatic": false, + "name": "SendTo", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { + "name": "socketFlags", + "typeName": "System.Net.Sockets.SocketFlags" + }, + { "name": "remoteEP", "typeName": "System.Net.EndPoint" } + ], + "isStatic": false, + "name": "SendTo", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "e", + "typeName": "System.Net.Sockets.SocketAsyncEventArgs" + } + ], + "isStatic": false, + "name": "SendToAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "level", + "typeName": "System.Net.Sockets.IPProtectionLevel" + } + ], + "isStatic": false, + "name": "SetIPProtectionLevel", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "optionLevel", + "typeName": "System.Net.Sockets.SocketOptionLevel" + }, + { + "name": "optionName", + "typeName": "System.Net.Sockets.SocketOptionName" + }, + { "name": "optionValue", "typeName": "bool" } + ], + "isStatic": false, + "name": "SetSocketOption", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "optionLevel", + "typeName": "System.Net.Sockets.SocketOptionLevel" + }, + { + "name": "optionName", + "typeName": "System.Net.Sockets.SocketOptionName" + }, + { "name": "optionValue", "typeName": "byte[]" } + ], + "isStatic": false, + "name": "SetSocketOption", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "optionLevel", + "typeName": "System.Net.Sockets.SocketOptionLevel" + }, + { + "name": "optionName", + "typeName": "System.Net.Sockets.SocketOptionName" + }, + { "name": "optionValue", "typeName": "int" } + ], + "isStatic": false, + "name": "SetSocketOption", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "optionLevel", + "typeName": "System.Net.Sockets.SocketOptionLevel" + }, + { + "name": "optionName", + "typeName": "System.Net.Sockets.SocketOptionName" + }, + { "name": "optionValue", "typeName": "object" } + ], + "isStatic": false, + "name": "SetSocketOption", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "how", "typeName": "System.Net.Sockets.SocketShutdown" } + ], + "isStatic": false, + "name": "Shutdown", + "comment": "", + "location": "System.dll" + } + ], + "name": "Socket", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net.Sockets", + "baseClass": "System.EventArgs", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "System.Net.Sockets.Socket", + "name": "AcceptSocket", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "byte[]", + "name": "Buffer", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Collections.Generic.IList>", + "name": "BufferList", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "BytesTransferred", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Exception", + "name": "ConnectByNameError", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.Socket", + "name": "ConnectSocket", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "Count", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "DisconnectReuseSocket", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketAsyncOperation", + "name": "LastOperation", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "Offset", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.IPPacketInformation", + "name": "ReceiveMessageFromPacketInfo", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.EndPoint", + "name": "RemoteEndPoint", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SendPacketsElement[]", + "name": "SendPacketsElements", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.TransmitFileOptions", + "name": "SendPacketsFlags", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "SendPacketsSendSize", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketClientAccessPolicyProtocol", + "name": "SocketClientAccessPolicyProtocol", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketError", + "name": "SocketError", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketFlags", + "name": "SocketFlags", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "object", + "name": "UserToken", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.EventHandler", + "name": "Completed", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.EventHandler" + } + ], + "isStatic": false, + "name": "add_Completed", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.EventHandler" + } + ], + "isStatic": false, + "name": "remove_Completed", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "SetBuffer", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "SetBuffer", + "comment": "", + "location": "System.dll" + } + ], + "name": "SocketAsyncEventArgs", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net.Sockets", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Net.Sockets.SocketAsyncOperation", + "name": "Accept", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketAsyncOperation", + "name": "Connect", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketAsyncOperation", + "name": "Disconnect", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketAsyncOperation", + "name": "None", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketAsyncOperation", + "name": "Receive", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketAsyncOperation", + "name": "ReceiveFrom", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketAsyncOperation", + "name": "ReceiveMessageFrom", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketAsyncOperation", + "name": "Send", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketAsyncOperation", + "name": "SendPackets", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketAsyncOperation", + "name": "SendTo", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Net.Sockets.SocketAsyncOperation", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "SocketAsyncOperation", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net.Sockets", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Net.Sockets.SocketClientAccessPolicyProtocol", + "name": "Http", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketClientAccessPolicyProtocol", + "name": "Tcp", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Net.Sockets.SocketClientAccessPolicyProtocol", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "SocketClientAccessPolicyProtocol", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net.Sockets", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Net.Sockets.SocketError", + "name": "AccessDenied", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketError", + "name": "AddressAlreadyInUse", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketError", + "name": "AddressFamilyNotSupported", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketError", + "name": "AddressNotAvailable", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketError", + "name": "AlreadyInProgress", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketError", + "name": "ConnectionAborted", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketError", + "name": "ConnectionRefused", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketError", + "name": "ConnectionReset", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketError", + "name": "DestinationAddressRequired", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketError", + "name": "Disconnecting", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketError", + "name": "Fault", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketError", + "name": "HostDown", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketError", + "name": "HostNotFound", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketError", + "name": "HostUnreachable", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketError", + "name": "InProgress", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketError", + "name": "Interrupted", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketError", + "name": "InvalidArgument", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketError", + "name": "IOPending", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketError", + "name": "IsConnected", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketError", + "name": "MessageSize", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketError", + "name": "NetworkDown", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketError", + "name": "NetworkReset", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketError", + "name": "NetworkUnreachable", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketError", + "name": "NoBufferSpaceAvailable", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketError", + "name": "NoData", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketError", + "name": "NoRecovery", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketError", + "name": "NotConnected", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketError", + "name": "NotInitialized", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketError", + "name": "NotSocket", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketError", + "name": "OperationAborted", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketError", + "name": "OperationNotSupported", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketError", + "name": "ProcessLimit", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketError", + "name": "ProtocolFamilyNotSupported", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketError", + "name": "ProtocolNotSupported", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketError", + "name": "ProtocolOption", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketError", + "name": "ProtocolType", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketError", + "name": "Shutdown", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketError", + "name": "SocketError", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketError", + "name": "SocketNotSupported", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketError", + "name": "Success", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketError", + "name": "SystemNotReady", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketError", + "name": "TimedOut", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketError", + "name": "TooManyOpenSockets", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketError", + "name": "TryAgain", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketError", + "name": "TypeNotFound", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketError", + "name": "VersionNotSupported", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketError", + "name": "WouldBlock", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Net.Sockets.SocketError", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "SocketError", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net.Sockets", + "baseClass": "System.ComponentModel.Win32Exception", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [ + { + "typeName": "int", + "name": "ErrorCode", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "Message", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketError", + "name": "SocketErrorCode", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "errorCode", "typeName": "int" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "SocketException", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net.Sockets", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Net.Sockets.SocketFlags", + "name": "Broadcast", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketFlags", + "name": "ControlDataTruncated", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketFlags", + "name": "DontRoute", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketFlags", + "name": "MaxIOVectorLength", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketFlags", + "name": "Multicast", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketFlags", + "name": "None", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketFlags", + "name": "OutOfBand", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketFlags", + "name": "Partial", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketFlags", + "name": "Peek", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketFlags", + "name": "Truncated", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Net.Sockets.SocketFlags", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "SocketFlags", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net.Sockets", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Net.Sockets.SocketInformationOptions", + "name": "Options", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "byte[]", + "name": "ProtocolInformation", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "SocketInformation", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net.Sockets", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Net.Sockets.SocketInformationOptions", + "name": "Connected", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketInformationOptions", + "name": "Listening", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketInformationOptions", + "name": "NonBlocking", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketInformationOptions", + "name": "UseOnlyOverlappedIO", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Net.Sockets.SocketInformationOptions", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "SocketInformationOptions", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net.Sockets", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Net.Sockets.SocketOptionName", + "name": "AcceptConnection", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketOptionName", + "name": "AddMembership", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketOptionName", + "name": "AddSourceMembership", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketOptionName", + "name": "BlockSource", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketOptionName", + "name": "Broadcast", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketOptionName", + "name": "BsdUrgent", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketOptionName", + "name": "ChecksumCoverage", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketOptionName", + "name": "Debug", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketOptionName", + "name": "DontFragment", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketOptionName", + "name": "DontLinger", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketOptionName", + "name": "DontRoute", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketOptionName", + "name": "DropMembership", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketOptionName", + "name": "DropSourceMembership", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketOptionName", + "name": "Error", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketOptionName", + "name": "ExclusiveAddressUse", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketOptionName", + "name": "Expedited", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketOptionName", + "name": "HeaderIncluded", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketOptionName", + "name": "HopLimit", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketOptionName", + "name": "IPOptions", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketOptionName", + "name": "IPProtectionLevel", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketOptionName", + "name": "IpTimeToLive", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketOptionName", + "name": "IPv6Only", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketOptionName", + "name": "KeepAlive", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketOptionName", + "name": "Linger", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketOptionName", + "name": "MaxConnections", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketOptionName", + "name": "MulticastInterface", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketOptionName", + "name": "MulticastLoopback", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketOptionName", + "name": "MulticastTimeToLive", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketOptionName", + "name": "NoChecksum", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketOptionName", + "name": "NoDelay", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketOptionName", + "name": "OutOfBandInline", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketOptionName", + "name": "PacketInformation", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketOptionName", + "name": "ReceiveBuffer", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketOptionName", + "name": "ReceiveLowWater", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketOptionName", + "name": "ReceiveTimeout", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketOptionName", + "name": "ReuseAddress", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketOptionName", + "name": "ReuseUnicastPort", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketOptionName", + "name": "SendBuffer", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketOptionName", + "name": "SendLowWater", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketOptionName", + "name": "SendTimeout", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketOptionName", + "name": "Type", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketOptionName", + "name": "TypeOfService", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketOptionName", + "name": "UnblockSource", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketOptionName", + "name": "UpdateAcceptContext", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketOptionName", + "name": "UpdateConnectContext", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketOptionName", + "name": "UseLoopback", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Net.Sockets.SocketOptionName", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "SocketOptionName", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net.Sockets", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Net.Sockets.SocketOptionLevel", + "name": "IP", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketOptionLevel", + "name": "IPv6", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketOptionLevel", + "name": "Socket", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketOptionLevel", + "name": "Tcp", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketOptionLevel", + "name": "Udp", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Net.Sockets.SocketOptionLevel", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "SocketOptionLevel", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net.Sockets", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "ReceivedBytes", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.EndPoint", + "name": "RemoteEndPoint", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "SocketReceiveFromResult", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net.Sockets", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Net.Sockets.IPPacketInformation", + "name": "PacketInformation", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "ReceivedBytes", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.EndPoint", + "name": "RemoteEndPoint", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketFlags", + "name": "SocketFlags", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "SocketReceiveMessageFromResult", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net.Sockets", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Net.Sockets.SocketShutdown", + "name": "Both", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketShutdown", + "name": "Receive", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketShutdown", + "name": "Send", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Net.Sockets.SocketShutdown", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "SocketShutdown", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net.Sockets", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Task", + "params": [], + "isStatic": false, + "name": "AcceptAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "acceptSocket", "typeName": "System.Net.Sockets.Socket" } + ], + "isStatic": false, + "name": "AcceptAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Task", + "params": [{ "name": "remoteEP", "typeName": "System.Net.EndPoint" }], + "isStatic": false, + "name": "ConnectAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "address", "typeName": "System.Net.IPAddress" }, + { "name": "port", "typeName": "int" } + ], + "isStatic": false, + "name": "ConnectAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "addresses", "typeName": "System.Net.IPAddress[]" }, + { "name": "port", "typeName": "int" } + ], + "isStatic": false, + "name": "ConnectAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "host", "typeName": "string" }, + { "name": "port", "typeName": "int" } + ], + "isStatic": false, + "name": "ConnectAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "buffer", "typeName": "System.ArraySegment" }, + { + "name": "socketFlags", + "typeName": "System.Net.Sockets.SocketFlags" + } + ], + "isStatic": false, + "name": "ReceiveAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "buffers", + "typeName": "System.Collections.Generic.IList>" + }, + { + "name": "socketFlags", + "typeName": "System.Net.Sockets.SocketFlags" + } + ], + "isStatic": false, + "name": "ReceiveAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "buffer", "typeName": "System.ArraySegment" }, + { + "name": "socketFlags", + "typeName": "System.Net.Sockets.SocketFlags" + }, + { "name": "remoteEndPoint", "typeName": "System.Net.EndPoint" } + ], + "isStatic": false, + "name": "ReceiveFromAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "buffer", "typeName": "System.ArraySegment" }, + { + "name": "socketFlags", + "typeName": "System.Net.Sockets.SocketFlags" + }, + { "name": "remoteEndPoint", "typeName": "System.Net.EndPoint" } + ], + "isStatic": false, + "name": "ReceiveMessageFromAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "buffer", "typeName": "System.ArraySegment" }, + { + "name": "socketFlags", + "typeName": "System.Net.Sockets.SocketFlags" + } + ], + "isStatic": false, + "name": "SendAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "buffers", + "typeName": "System.Collections.Generic.IList>" + }, + { + "name": "socketFlags", + "typeName": "System.Net.Sockets.SocketFlags" + } + ], + "isStatic": false, + "name": "SendAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "buffer", "typeName": "System.ArraySegment" }, + { + "name": "socketFlags", + "typeName": "System.Net.Sockets.SocketFlags" + }, + { "name": "remoteEP", "typeName": "System.Net.EndPoint" } + ], + "isStatic": false, + "name": "SendToAsync", + "comment": "", + "location": "System.dll" + } + ], + "name": "SocketTaskExtensions", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net.Sockets", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Net.Sockets.SocketType", + "name": "Dgram", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketType", + "name": "Raw", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketType", + "name": "Rdm", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketType", + "name": "Seqpacket", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketType", + "name": "Stream", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.SocketType", + "name": "Unknown", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Net.Sockets.SocketType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "SocketType", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net.Sockets", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Net.Sockets.TransmitFileOptions", + "name": "Disconnect", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.TransmitFileOptions", + "name": "ReuseSocket", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.TransmitFileOptions", + "name": "UseDefaultWorkerThread", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.TransmitFileOptions", + "name": "UseKernelApc", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.TransmitFileOptions", + "name": "UseSystemThread", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.TransmitFileOptions", + "name": "WriteBehind", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Net.Sockets.TransmitFileOptions", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "TransmitFileOptions", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net.Sockets", + "baseClass": "object", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "int", + "name": "Available", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.Socket", + "name": "Client", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "Connected", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "ExclusiveAddressUse", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.LingerOption", + "name": "LingerState", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "NoDelay", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "ReceiveBufferSize", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "ReceiveTimeout", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "SendBufferSize", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "SendTimeout", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "localEP", "typeName": "System.Net.IPEndPoint" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "family", "typeName": "System.Net.Sockets.AddressFamily" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "hostname", "typeName": "string" }, + { "name": "port", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "address", "typeName": "System.Net.IPAddress" }, + { "name": "port", "typeName": "int" }, + { "name": "requestCallback", "typeName": "System.AsyncCallback" }, + { "name": "state", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginConnect", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "addresses", "typeName": "System.Net.IPAddress[]" }, + { "name": "port", "typeName": "int" }, + { "name": "requestCallback", "typeName": "System.AsyncCallback" }, + { "name": "state", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginConnect", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "host", "typeName": "string" }, + { "name": "port", "typeName": "int" }, + { "name": "requestCallback", "typeName": "System.AsyncCallback" }, + { "name": "state", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginConnect", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Close", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "address", "typeName": "System.Net.IPAddress" }, + { "name": "port", "typeName": "int" } + ], + "isStatic": false, + "name": "Connect", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "ipAddresses", "typeName": "System.Net.IPAddress[]" }, + { "name": "port", "typeName": "int" } + ], + "isStatic": false, + "name": "Connect", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "remoteEP", "typeName": "System.Net.IPEndPoint" } + ], + "isStatic": false, + "name": "Connect", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "hostname", "typeName": "string" }, + { "name": "port", "typeName": "int" } + ], + "isStatic": false, + "name": "Connect", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "address", "typeName": "System.Net.IPAddress" }, + { "name": "port", "typeName": "int" } + ], + "isStatic": false, + "name": "ConnectAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "addresses", "typeName": "System.Net.IPAddress[]" }, + { "name": "port", "typeName": "int" } + ], + "isStatic": false, + "name": "ConnectAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "host", "typeName": "string" }, + { "name": "port", "typeName": "int" } + ], + "isStatic": false, + "name": "ConnectAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "asyncResult", "typeName": "System.IAsyncResult" } + ], + "isStatic": false, + "name": "EndConnect", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "NetworkStream", + "params": [], + "isStatic": false, + "name": "GetStream", + "comment": "", + "location": "System.dll" + } + ], + "name": "TcpClient", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net.Sockets", + "baseClass": "object", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "int", + "name": "Available", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.Socket", + "name": "Client", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "DontFragment", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "EnableBroadcast", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "ExclusiveAddressUse", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "MulticastLoopback", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "short", + "name": "Ttl", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "port", "typeName": "int" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "port", "typeName": "int" }, + { "name": "family", "typeName": "System.Net.Sockets.AddressFamily" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "localEP", "typeName": "System.Net.IPEndPoint" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "family", "typeName": "System.Net.Sockets.AddressFamily" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "hostname", "typeName": "string" }, + { "name": "port", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "allowed", "typeName": "bool" }], + "isStatic": false, + "name": "AllowNatTraversal", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "requestCallback", "typeName": "System.AsyncCallback" }, + { "name": "state", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginReceive", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "datagram", "typeName": "byte[]" }, + { "name": "bytes", "typeName": "int" }, + { "name": "requestCallback", "typeName": "System.AsyncCallback" }, + { "name": "state", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginSend", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "datagram", "typeName": "byte[]" }, + { "name": "bytes", "typeName": "int" }, + { "name": "endPoint", "typeName": "System.Net.IPEndPoint" }, + { "name": "requestCallback", "typeName": "System.AsyncCallback" }, + { "name": "state", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginSend", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "datagram", "typeName": "byte[]" }, + { "name": "bytes", "typeName": "int" }, + { "name": "hostname", "typeName": "string" }, + { "name": "port", "typeName": "int" }, + { "name": "requestCallback", "typeName": "System.AsyncCallback" }, + { "name": "state", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginSend", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Close", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "addr", "typeName": "System.Net.IPAddress" }, + { "name": "port", "typeName": "int" } + ], + "isStatic": false, + "name": "Connect", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "endPoint", "typeName": "System.Net.IPEndPoint" } + ], + "isStatic": false, + "name": "Connect", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "hostname", "typeName": "string" }, + { "name": "port", "typeName": "int" } + ], + "isStatic": false, + "name": "Connect", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "multicastAddr", "typeName": "System.Net.IPAddress" } + ], + "isStatic": false, + "name": "DropMulticastGroup", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "multicastAddr", "typeName": "System.Net.IPAddress" }, + { "name": "ifindex", "typeName": "int" } + ], + "isStatic": false, + "name": "DropMulticastGroup", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "asyncResult", "typeName": "System.IAsyncResult" }, + { "name": "remoteEP", "typeName": "System.Net.IPEndPoint" } + ], + "isStatic": false, + "name": "EndReceive", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "asyncResult", "typeName": "System.IAsyncResult" } + ], + "isStatic": false, + "name": "EndSend", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "ifindex", "typeName": "int" }, + { "name": "multicastAddr", "typeName": "System.Net.IPAddress" } + ], + "isStatic": false, + "name": "JoinMulticastGroup", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "multicastAddr", "typeName": "System.Net.IPAddress" } + ], + "isStatic": false, + "name": "JoinMulticastGroup", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "multicastAddr", "typeName": "System.Net.IPAddress" }, + { "name": "timeToLive", "typeName": "int" } + ], + "isStatic": false, + "name": "JoinMulticastGroup", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "multicastAddr", "typeName": "System.Net.IPAddress" }, + { "name": "localAddress", "typeName": "System.Net.IPAddress" } + ], + "isStatic": false, + "name": "JoinMulticastGroup", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "remoteEP", "typeName": "System.Net.IPEndPoint" } + ], + "isStatic": false, + "name": "Receive", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Task", + "params": [], + "isStatic": false, + "name": "ReceiveAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "dgram", "typeName": "byte[]" }, + { "name": "bytes", "typeName": "int" } + ], + "isStatic": false, + "name": "Send", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "dgram", "typeName": "byte[]" }, + { "name": "bytes", "typeName": "int" }, + { "name": "endPoint", "typeName": "System.Net.IPEndPoint" } + ], + "isStatic": false, + "name": "Send", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "dgram", "typeName": "byte[]" }, + { "name": "bytes", "typeName": "int" }, + { "name": "hostname", "typeName": "string" }, + { "name": "port", "typeName": "int" } + ], + "isStatic": false, + "name": "Send", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "datagram", "typeName": "byte[]" }, + { "name": "bytes", "typeName": "int" } + ], + "isStatic": false, + "name": "SendAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "datagram", "typeName": "byte[]" }, + { "name": "bytes", "typeName": "int" }, + { "name": "endPoint", "typeName": "System.Net.IPEndPoint" } + ], + "isStatic": false, + "name": "SendAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "datagram", "typeName": "byte[]" }, + { "name": "bytes", "typeName": "int" }, + { "name": "hostname", "typeName": "string" }, + { "name": "port", "typeName": "int" } + ], + "isStatic": false, + "name": "SendAsync", + "comment": "", + "location": "System.dll" + } + ], + "name": "UdpClient", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net.Sockets", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "ExclusiveAddressUse", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.EndPoint", + "name": "LocalEndpoint", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.Socket", + "name": "Server", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "port", "typeName": "int" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "localaddr", "typeName": "System.Net.IPAddress" }, + { "name": "port", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "localEP", "typeName": "System.Net.IPEndPoint" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Socket", + "params": [], + "isStatic": false, + "name": "AcceptSocket", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Task", + "params": [], + "isStatic": false, + "name": "AcceptSocketAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "TcpClient", + "params": [], + "isStatic": false, + "name": "AcceptTcpClient", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Task", + "params": [], + "isStatic": false, + "name": "AcceptTcpClientAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "allowed", "typeName": "bool" }], + "isStatic": false, + "name": "AllowNatTraversal", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "state", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginAcceptSocket", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "state", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginAcceptTcpClient", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "TcpListener", + "params": [{ "name": "port", "typeName": "int" }], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Socket", + "params": [ + { "name": "asyncResult", "typeName": "System.IAsyncResult" } + ], + "isStatic": false, + "name": "EndAcceptSocket", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "TcpClient", + "params": [ + { "name": "asyncResult", "typeName": "System.IAsyncResult" } + ], + "isStatic": false, + "name": "EndAcceptTcpClient", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "Pending", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Start", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "backlog", "typeName": "int" }], + "isStatic": false, + "name": "Start", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Stop", + "comment": "", + "location": "System.dll" + } + ], + "name": "TcpListener", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net.Sockets", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IEquatable"], + "fields": [ + { + "typeName": "byte[]", + "name": "Buffer", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.IPEndPoint", + "name": "RemoteEndPoint", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "remoteEndPoint", "typeName": "System.Net.IPEndPoint" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "other", + "typeName": "System.Net.Sockets.UdpReceiveResult" + } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "left", + "typeName": "System.Net.Sockets.UdpReceiveResult" + }, + { + "name": "right", + "typeName": "System.Net.Sockets.UdpReceiveResult" + } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "left", + "typeName": "System.Net.Sockets.UdpReceiveResult" + }, + { + "name": "right", + "typeName": "System.Net.Sockets.UdpReceiveResult" + } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "System.dll" + } + ], + "name": "UdpReceiveResult", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Management.Instrumentation", + "baseClass": "System.Management.Instrumentation.InstrumentationException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "innerException", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "InstanceNotFoundException", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Data.OleDb", + "baseClass": "System.Data.Common.DbCommand", + "attribute": "", + "interfaces": ["IComponent", "IDbCommand", "IDisposable", "ICloneable"], + "fields": [ + { + "typeName": "string", + "name": "CommandText", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "int", + "name": "CommandTimeout", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.CommandType", + "name": "CommandType", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.OleDb.OleDbConnection", + "name": "Connection", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "bool", + "name": "DesignTimeVisible", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.OleDb.OleDbParameterCollection", + "name": "Parameters", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.OleDb.OleDbTransaction", + "name": "Transaction", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.UpdateRowSource", + "name": "UpdatedRowSource", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "cmdText", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "cmdText", "typeName": "string" }, + { + "name": "connection", + "typeName": "System.Data.OleDb.OleDbConnection" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "cmdText", "typeName": "string" }, + { + "name": "connection", + "typeName": "System.Data.OleDb.OleDbConnection" + }, + { + "name": "transaction", + "typeName": "System.Data.OleDb.OleDbTransaction" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Cancel", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "OleDbCommand", + "params": [], + "isStatic": false, + "name": "Clone", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "OleDbParameter", + "params": [], + "isStatic": false, + "name": "CreateParameter", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "ExecuteNonQuery", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "OleDbDataReader", + "params": [], + "isStatic": false, + "name": "ExecuteReader", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "OleDbDataReader", + "params": [ + { "name": "behavior", "typeName": "System.Data.CommandBehavior" } + ], + "isStatic": false, + "name": "ExecuteReader", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Object", + "params": [], + "isStatic": false, + "name": "ExecuteScalar", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Prepare", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ResetCommandTimeout", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "OleDbCommand", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data.OleDb", + "baseClass": "System.Data.Common.DbCommandBuilder", + "attribute": "", + "interfaces": ["IComponent", "IDisposable"], + "fields": [ + { + "typeName": "System.Data.OleDb.OleDbDataAdapter", + "name": "DataAdapter", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "adapter", + "typeName": "System.Data.OleDb.OleDbDataAdapter" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "command", "typeName": "System.Data.OleDb.OleDbCommand" } + ], + "isStatic": true, + "name": "DeriveParameters", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "OleDbCommand", + "params": [], + "isStatic": false, + "name": "GetDeleteCommand", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "OleDbCommand", + "params": [ + { "name": "useColumnsForParameterNames", "typeName": "bool" } + ], + "isStatic": false, + "name": "GetDeleteCommand", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "OleDbCommand", + "params": [], + "isStatic": false, + "name": "GetInsertCommand", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "OleDbCommand", + "params": [ + { "name": "useColumnsForParameterNames", "typeName": "bool" } + ], + "isStatic": false, + "name": "GetInsertCommand", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "OleDbCommand", + "params": [], + "isStatic": false, + "name": "GetUpdateCommand", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "OleDbCommand", + "params": [ + { "name": "useColumnsForParameterNames", "typeName": "bool" } + ], + "isStatic": false, + "name": "GetUpdateCommand", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "unquotedIdentifier", "typeName": "string" }], + "isStatic": false, + "name": "QuoteIdentifier", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "unquotedIdentifier", "typeName": "string" }, + { + "name": "connection", + "typeName": "System.Data.OleDb.OleDbConnection" + } + ], + "isStatic": false, + "name": "QuoteIdentifier", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "quotedIdentifier", "typeName": "string" }], + "isStatic": false, + "name": "UnquoteIdentifier", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "quotedIdentifier", "typeName": "string" }, + { + "name": "connection", + "typeName": "System.Data.OleDb.OleDbConnection" + } + ], + "isStatic": false, + "name": "UnquoteIdentifier", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "OleDbCommandBuilder", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data.OleDb", + "baseClass": "System.Data.Common.DbConnection", + "attribute": "", + "interfaces": [ + "IComponent", + "IDbConnection", + "IDisposable", + "ICloneable" + ], + "fields": [ + { + "typeName": "string", + "name": "ConnectionString", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "int", + "name": "ConnectionTimeout", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "Database", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "DataSource", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "Provider", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "ServerVersion", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.ConnectionState", + "name": "State", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.OleDb.OleDbInfoMessageEventHandler", + "name": "InfoMessage", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "connectionString", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Data.OleDb.OleDbInfoMessageEventHandler" + } + ], + "isStatic": false, + "name": "add_InfoMessage", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Data.OleDb.OleDbInfoMessageEventHandler" + } + ], + "isStatic": false, + "name": "remove_InfoMessage", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "OleDbTransaction", + "params": [], + "isStatic": false, + "name": "BeginTransaction", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "OleDbTransaction", + "params": [ + { + "name": "isolationLevel", + "typeName": "System.Data.IsolationLevel" + } + ], + "isStatic": false, + "name": "BeginTransaction", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": false, + "name": "ChangeDatabase", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Close", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "OleDbCommand", + "params": [], + "isStatic": false, + "name": "CreateCommand", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "transaction", + "typeName": "System.EnterpriseServices.ITransaction" + } + ], + "isStatic": false, + "name": "EnlistDistributedTransaction", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "transaction", + "typeName": "System.Transactions.Transaction" + } + ], + "isStatic": false, + "name": "EnlistTransaction", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "DataTable", + "params": [ + { "name": "schema", "typeName": "System.Guid" }, + { "name": "restrictions", "typeName": "object[]" } + ], + "isStatic": false, + "name": "GetOleDbSchemaTable", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "DataTable", + "params": [], + "isStatic": false, + "name": "GetSchema", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "DataTable", + "params": [{ "name": "collectionName", "typeName": "string" }], + "isStatic": false, + "name": "GetSchema", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "DataTable", + "params": [ + { "name": "collectionName", "typeName": "string" }, + { "name": "restrictionValues", "typeName": "string[]" } + ], + "isStatic": false, + "name": "GetSchema", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Open", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "ReleaseObjectPool", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ResetState", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "OleDbConnection", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Management.Instrumentation", + "baseClass": "System.Exception", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "innerException", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "InstrumentationBaseException", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Data.OleDb", + "baseClass": "System.Data.Common.DbConnectionStringBuilder", + "attribute": "", + "interfaces": [ + "IDictionary", + "ICollection", + "IEnumerable", + "ICustomTypeDescriptor" + ], + "fields": [ + { + "typeName": "string", + "name": "DataSource", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "FileName", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "object", + "name": "this[]", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Collections.ICollection", + "name": "Keys", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "int", + "name": "OleDbServices", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "bool", + "name": "PersistSecurityInfo", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "Provider", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "connectionString", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Clear", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "keyword", "typeName": "string" }], + "isStatic": false, + "name": "ContainsKey", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "keyword", "typeName": "string" }], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "keyword", "typeName": "string" }, + { "name": "value", "typeName": "object" } + ], + "isStatic": false, + "name": "TryGetValue", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "OleDbConnectionStringBuilder", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data.OleDb", + "baseClass": "System.Data.Common.DbDataAdapter", + "attribute": "", + "interfaces": [ + "IComponent", + "IDisposable", + "IDbDataAdapter", + "IDataAdapter", + "ICloneable" + ], + "fields": [ + { + "typeName": "System.Data.OleDb.OleDbCommand", + "name": "DeleteCommand", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.OleDb.OleDbCommand", + "name": "InsertCommand", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.OleDb.OleDbCommand", + "name": "SelectCommand", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.OleDb.OleDbCommand", + "name": "UpdateCommand", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.OleDb.OleDbRowUpdatedEventHandler", + "name": "RowUpdated", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.OleDb.OleDbRowUpdatingEventHandler", + "name": "RowUpdating", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "selectCommand", + "typeName": "System.Data.OleDb.OleDbCommand" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "selectCommandText", "typeName": "string" }, + { + "name": "selectConnection", + "typeName": "System.Data.OleDb.OleDbConnection" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "selectCommandText", "typeName": "string" }, + { "name": "selectConnectionString", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Data.OleDb.OleDbRowUpdatedEventHandler" + } + ], + "isStatic": false, + "name": "add_RowUpdated", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Data.OleDb.OleDbRowUpdatedEventHandler" + } + ], + "isStatic": false, + "name": "remove_RowUpdated", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Data.OleDb.OleDbRowUpdatingEventHandler" + } + ], + "isStatic": false, + "name": "add_RowUpdating", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Data.OleDb.OleDbRowUpdatingEventHandler" + } + ], + "isStatic": false, + "name": "remove_RowUpdating", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "dataSet", "typeName": "System.Data.DataSet" }, + { "name": "ADODBRecordSet", "typeName": "object" }, + { "name": "srcTable", "typeName": "string" } + ], + "isStatic": false, + "name": "Fill", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "dataTable", "typeName": "System.Data.DataTable" }, + { "name": "ADODBRecordSet", "typeName": "object" } + ], + "isStatic": false, + "name": "Fill", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "OleDbDataAdapter", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Management.Instrumentation", + "baseClass": "System.Management.Instrumentation.InstrumentationBaseException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "innerException", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "innerException", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "InstrumentationException", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Data.OleDb", + "baseClass": "System.Data.Common.DbDataReader", + "attribute": "", + "interfaces": [ + "IEnumerable", + "IDataReader", + "IDataRecord", + "IDisposable" + ], + "fields": [ + { + "typeName": "int", + "name": "Depth", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "int", + "name": "FieldCount", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "bool", + "name": "HasRows", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "bool", + "name": "IsClosed", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "object", + "name": "this[]", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "object", + "name": "this[]", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "int", + "name": "RecordsAffected", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "int", + "name": "VisibleFieldCount", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Close", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "ordinal", "typeName": "int" }], + "isStatic": false, + "name": "GetBoolean", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Byte", + "params": [{ "name": "ordinal", "typeName": "int" }], + "isStatic": false, + "name": "GetByte", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int64", + "params": [ + { "name": "ordinal", "typeName": "int" }, + { "name": "dataIndex", "typeName": "long" }, + { "name": "buffer", "typeName": "byte[]" }, + { "name": "bufferIndex", "typeName": "int" }, + { "name": "length", "typeName": "int" } + ], + "isStatic": false, + "name": "GetBytes", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Char", + "params": [{ "name": "ordinal", "typeName": "int" }], + "isStatic": false, + "name": "GetChar", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int64", + "params": [ + { "name": "ordinal", "typeName": "int" }, + { "name": "dataIndex", "typeName": "long" }, + { "name": "buffer", "typeName": "char[]" }, + { "name": "bufferIndex", "typeName": "int" }, + { "name": "length", "typeName": "int" } + ], + "isStatic": false, + "name": "GetChars", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "OleDbDataReader", + "params": [{ "name": "ordinal", "typeName": "int" }], + "isStatic": false, + "name": "GetData", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "GetDataTypeName", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "DateTime", + "params": [{ "name": "ordinal", "typeName": "int" }], + "isStatic": false, + "name": "GetDateTime", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Decimal", + "params": [{ "name": "ordinal", "typeName": "int" }], + "isStatic": false, + "name": "GetDecimal", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Double", + "params": [{ "name": "ordinal", "typeName": "int" }], + "isStatic": false, + "name": "GetDouble", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "IEnumerator", + "params": [], + "isStatic": false, + "name": "GetEnumerator", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Type", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "GetFieldType", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "ordinal", "typeName": "int" }], + "isStatic": false, + "name": "GetFloat", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Guid", + "params": [{ "name": "ordinal", "typeName": "int" }], + "isStatic": false, + "name": "GetGuid", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int16", + "params": [{ "name": "ordinal", "typeName": "int" }], + "isStatic": false, + "name": "GetInt16", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "ordinal", "typeName": "int" }], + "isStatic": false, + "name": "GetInt32", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int64", + "params": [{ "name": "ordinal", "typeName": "int" }], + "isStatic": false, + "name": "GetInt64", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "GetName", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "GetOrdinal", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "DataTable", + "params": [], + "isStatic": false, + "name": "GetSchemaTable", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "ordinal", "typeName": "int" }], + "isStatic": false, + "name": "GetString", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "TimeSpan", + "params": [{ "name": "ordinal", "typeName": "int" }], + "isStatic": false, + "name": "GetTimeSpan", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Object", + "params": [{ "name": "ordinal", "typeName": "int" }], + "isStatic": false, + "name": "GetValue", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "values", "typeName": "object[]" }], + "isStatic": false, + "name": "GetValues", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "ordinal", "typeName": "int" }], + "isStatic": false, + "name": "IsDBNull", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "NextResult", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "Read", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "OleDbDataReader", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Management.Instrumentation", + "baseClass": "System.Management.Instrumentation.ManagementNewInstanceAttribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "System.Type", + "name": "Schema", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "ManagementBindAttribute", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Data.OleDb", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "DataTable", + "params": [], + "isStatic": false, + "name": "GetElements", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "OleDbDataReader", + "params": [{ "name": "type", "typeName": "System.Type" }], + "isStatic": true, + "name": "GetEnumerator", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "OleDbDataReader", + "params": [], + "isStatic": true, + "name": "GetRootEnumerator", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "OleDbEnumerator", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Management.Instrumentation", + "baseClass": "System.Management.Instrumentation.ManagementMemberAttribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "ManagementCommitAttribute", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Data.OleDb", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "Message", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "int", + "name": "NativeError", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "Source", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "SQLState", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "OleDbError", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Management.Instrumentation", + "baseClass": "System.Management.Instrumentation.ManagementMemberAttribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "System.Management.Instrumentation.ManagementConfigurationType", + "name": "Mode", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Type", + "name": "Schema", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "ManagementConfigurationAttribute", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Management.Instrumentation", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Management.Instrumentation.ManagementConfigurationType", + "name": "Apply", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Management.Instrumentation.ManagementConfigurationType", + "name": "OnCommit", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Management.Instrumentation.ManagementConfigurationType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "ManagementConfigurationType", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Data.OleDb", + "baseClass": "System.Data.Common.DbException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [ + { + "typeName": "int", + "name": "ErrorCode", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.OleDb.OleDbErrorCollection", + "name": "Errors", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "si", + "typeName": "System.Runtime.Serialization.SerializationInfo" + }, + { + "name": "context", + "typeName": "System.Runtime.Serialization.StreamingContext" + } + ], + "isStatic": false, + "name": "GetObjectData", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "OleDbException", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data.OleDb", + "baseClass": "System.Data.Common.DbProviderFactory", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Data.OleDb.OleDbFactory", + "name": "Instance", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "DbCommand", + "params": [], + "isStatic": false, + "name": "CreateCommand", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "DbCommandBuilder", + "params": [], + "isStatic": false, + "name": "CreateCommandBuilder", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "DbConnection", + "params": [], + "isStatic": false, + "name": "CreateConnection", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "DbConnectionStringBuilder", + "params": [], + "isStatic": false, + "name": "CreateConnectionStringBuilder", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "DbDataAdapter", + "params": [], + "isStatic": false, + "name": "CreateDataAdapter", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "DbParameter", + "params": [], + "isStatic": false, + "name": "CreateParameter", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "CodeAccessPermission", + "params": [ + { + "name": "state", + "typeName": "System.Security.Permissions.PermissionState" + } + ], + "isStatic": false, + "name": "CreatePermission", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "OleDbFactory", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data.OleDb", + "baseClass": "System.EventArgs", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "ErrorCode", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.OleDb.OleDbErrorCollection", + "name": "Errors", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "Message", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "Source", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "OleDbInfoMessageEventArgs", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Management.Instrumentation", + "baseClass": "System.Management.Instrumentation.ManagementNewInstanceAttribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "ManagementCreateAttribute", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Data.OleDb", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "sender", "typeName": "object" }, + { + "name": "e", + "typeName": "System.Data.OleDb.OleDbInfoMessageEventArgs" + } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "sender", "typeName": "object" }, + { + "name": "e", + "typeName": "System.Data.OleDb.OleDbInfoMessageEventArgs" + }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "OleDbInfoMessageEventHandler", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Management.Instrumentation", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "bool", + "name": "External", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "bool", + "name": "Singleton", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "ManagementEntityAttribute", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Data.OleDb", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Data.OleDb.OleDbLiteral", + "name": "Binary_Literal", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.OleDb.OleDbLiteral", + "name": "Catalog_Name", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.OleDb.OleDbLiteral", + "name": "Catalog_Separator", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.OleDb.OleDbLiteral", + "name": "Char_Literal", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.OleDb.OleDbLiteral", + "name": "Column_Alias", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.OleDb.OleDbLiteral", + "name": "Column_Name", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.OleDb.OleDbLiteral", + "name": "Correlation_Name", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.OleDb.OleDbLiteral", + "name": "Cube_Name", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.OleDb.OleDbLiteral", + "name": "Cursor_Name", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.OleDb.OleDbLiteral", + "name": "Dimension_Name", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.OleDb.OleDbLiteral", + "name": "Escape_Percent_Prefix", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.OleDb.OleDbLiteral", + "name": "Escape_Percent_Suffix", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.OleDb.OleDbLiteral", + "name": "Escape_Underscore_Prefix", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.OleDb.OleDbLiteral", + "name": "Escape_Underscore_Suffix", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.OleDb.OleDbLiteral", + "name": "Hierarchy_Name", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.OleDb.OleDbLiteral", + "name": "Index_Name", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.OleDb.OleDbLiteral", + "name": "Invalid", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.OleDb.OleDbLiteral", + "name": "Level_Name", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.OleDb.OleDbLiteral", + "name": "Like_Percent", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.OleDb.OleDbLiteral", + "name": "Like_Underscore", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.OleDb.OleDbLiteral", + "name": "Member_Name", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.OleDb.OleDbLiteral", + "name": "Procedure_Name", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.OleDb.OleDbLiteral", + "name": "Property_Name", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.OleDb.OleDbLiteral", + "name": "Quote_Prefix", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.OleDb.OleDbLiteral", + "name": "Quote_Suffix", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.OleDb.OleDbLiteral", + "name": "Schema_Name", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.OleDb.OleDbLiteral", + "name": "Schema_Separator", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.OleDb.OleDbLiteral", + "name": "Table_Name", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.OleDb.OleDbLiteral", + "name": "Text_Command", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.OleDb.OleDbLiteral", + "name": "User_Name", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.OleDb.OleDbLiteral", + "name": "View_Name", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Data.OleDb.OleDbLiteral", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "OleDbLiteral", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data.OleDb", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "Catalogs", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "Collations", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "Columns", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "Indexes", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "ProcedureColumns", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "ProcedureParameters", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "Procedures", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "Tables", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "Views", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [], + "name": "OleDbMetaDataCollectionNames", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Management.Instrumentation", + "baseClass": "System.Management.Instrumentation.ManagementNewInstanceAttribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "System.Type", + "name": "Schema", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "ManagementEnumeratorAttribute", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Data.OleDb", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "BooleanFalseLiteral", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "BooleanTrueLiteral", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "DateTimeDigits", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "NativeDataType", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [], + "name": "OleDbMetaDataColumnNames", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Management.Instrumentation", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Management.Instrumentation.ManagementHostingModel", + "name": "Decoupled", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Management.Instrumentation.ManagementHostingModel", + "name": "LocalService", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Management.Instrumentation.ManagementHostingModel", + "name": "LocalSystem", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Management.Instrumentation.ManagementHostingModel", + "name": "NetworkService", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Management.Instrumentation.ManagementHostingModel", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "ManagementHostingModel", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Data.OleDb", + "baseClass": "System.Data.Common.DbParameter", + "attribute": "", + "interfaces": ["IDbDataParameter", "IDataParameter", "ICloneable"], + "fields": [ + { + "typeName": "System.Data.DbType", + "name": "DbType", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.ParameterDirection", + "name": "Direction", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "bool", + "name": "IsNullable", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.OleDb.OleDbType", + "name": "OleDbType", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "ParameterName", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "byte", + "name": "Precision", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "byte", + "name": "Scale", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "int", + "name": "Size", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "SourceColumn", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "bool", + "name": "SourceColumnNullMapping", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.DataRowVersion", + "name": "SourceVersion", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "object", + "name": "Value", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "dataType", "typeName": "System.Data.OleDb.OleDbType" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "dataType", "typeName": "System.Data.OleDb.OleDbType" }, + { "name": "size", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "parameterName", "typeName": "string" }, + { "name": "dbType", "typeName": "System.Data.OleDb.OleDbType" }, + { "name": "size", "typeName": "int" }, + { + "name": "direction", + "typeName": "System.Data.ParameterDirection" + }, + { "name": "isNullable", "typeName": "bool" }, + { "name": "precision", "typeName": "byte" }, + { "name": "scale", "typeName": "byte" }, + { "name": "srcColumn", "typeName": "string" }, + { "name": "srcVersion", "typeName": "System.Data.DataRowVersion" }, + { "name": "value", "typeName": "object" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "parameterName", "typeName": "string" }, + { "name": "dbType", "typeName": "System.Data.OleDb.OleDbType" }, + { "name": "size", "typeName": "int" }, + { + "name": "direction", + "typeName": "System.Data.ParameterDirection" + }, + { "name": "precision", "typeName": "byte" }, + { "name": "scale", "typeName": "byte" }, + { "name": "sourceColumn", "typeName": "string" }, + { + "name": "sourceVersion", + "typeName": "System.Data.DataRowVersion" + }, + { "name": "sourceColumnNullMapping", "typeName": "bool" }, + { "name": "value", "typeName": "object" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "dataType", "typeName": "System.Data.OleDb.OleDbType" }, + { "name": "size", "typeName": "int" }, + { "name": "srcColumn", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "value", "typeName": "object" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ResetDbType", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ResetOleDbType", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "OleDbParameter", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Management.Instrumentation", + "baseClass": "System.Management.Instrumentation.ManagementMemberAttribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "ManagementKeyAttribute", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Management.Instrumentation", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [], + "name": "ManagementMemberAttribute", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Data.OleDb", + "baseClass": "System.Data.Common.DbParameterCollection", + "attribute": "", + "interfaces": [ + "IDataParameterCollection", + "IList", + "ICollection", + "IEnumerable" + ], + "fields": [ + { + "typeName": "int", + "name": "Count", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "bool", + "name": "IsFixedSize", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "bool", + "name": "IsReadOnly", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "bool", + "name": "IsSynchronized", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.OleDb.OleDbParameter", + "name": "this[]", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.OleDb.OleDbParameter", + "name": "this[]", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "object", + "name": "SyncRoot", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "OleDbParameter", + "params": [ + { "name": "value", "typeName": "System.Data.OleDb.OleDbParameter" } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "OleDbParameter", + "params": [ + { "name": "parameterName", "typeName": "string" }, + { "name": "oleDbType", "typeName": "System.Data.OleDb.OleDbType" } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "OleDbParameter", + "params": [ + { "name": "parameterName", "typeName": "string" }, + { "name": "oleDbType", "typeName": "System.Data.OleDb.OleDbType" }, + { "name": "size", "typeName": "int" } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "OleDbParameter", + "params": [ + { "name": "parameterName", "typeName": "string" }, + { "name": "oleDbType", "typeName": "System.Data.OleDb.OleDbType" }, + { "name": "size", "typeName": "int" }, + { "name": "sourceColumn", "typeName": "string" } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "OleDbParameter", + "params": [ + { "name": "parameterName", "typeName": "string" }, + { "name": "value", "typeName": "object" } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "values", "typeName": "System.Array" }], + "isStatic": false, + "name": "AddRange", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "values", + "typeName": "System.Data.OleDb.OleDbParameter[]" + } + ], + "isStatic": false, + "name": "AddRange", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "OleDbParameter", + "params": [ + { "name": "parameterName", "typeName": "string" }, + { "name": "value", "typeName": "object" } + ], + "isStatic": false, + "name": "AddWithValue", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Clear", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "value", "typeName": "System.Data.OleDb.OleDbParameter" } + ], + "isStatic": false, + "name": "Contains", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "Contains", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": false, + "name": "Contains", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "array", "typeName": "System.Array" }, + { "name": "index", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "array", + "typeName": "System.Data.OleDb.OleDbParameter[]" + }, + { "name": "index", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "IEnumerator", + "params": [], + "isStatic": false, + "name": "GetEnumerator", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "value", "typeName": "System.Data.OleDb.OleDbParameter" } + ], + "isStatic": false, + "name": "IndexOf", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "IndexOf", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "parameterName", "typeName": "string" }], + "isStatic": false, + "name": "IndexOf", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "value", "typeName": "System.Data.OleDb.OleDbParameter" } + ], + "isStatic": false, + "name": "Insert", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "value", "typeName": "object" } + ], + "isStatic": false, + "name": "Insert", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "System.Data.OleDb.OleDbParameter" } + ], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "RemoveAt", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "parameterName", "typeName": "string" }], + "isStatic": false, + "name": "RemoveAt", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "OleDbParameterCollection", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data.OleDb", + "baseClass": "System.Data.Common.DBDataPermission", + "attribute": "", + "interfaces": [ + "IPermission", + "ISecurityEncodable", + "IStackWalk", + "IUnrestrictedPermission" + ], + "fields": [ + { + "typeName": "string", + "name": "Provider", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "state", + "typeName": "System.Security.Permissions.PermissionState" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "state", + "typeName": "System.Security.Permissions.PermissionState" + }, + { "name": "allowBlankPassword", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "IPermission", + "params": [], + "isStatic": false, + "name": "Copy", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "OleDbPermission", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data.OleDb", + "baseClass": "System.Data.Common.DBDataPermissionAttribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "string", + "name": "Provider", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "action", + "typeName": "System.Security.Permissions.SecurityAction" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "IPermission", + "params": [], + "isStatic": false, + "name": "CreatePermission", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "OleDbPermissionAttribute", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Management.Instrumentation", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "ManagementNameAttribute", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Data.OleDb", + "baseClass": "System.Data.Common.RowUpdatedEventArgs", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Data.OleDb.OleDbCommand", + "name": "Command", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "dataRow", "typeName": "System.Data.DataRow" }, + { "name": "command", "typeName": "System.Data.IDbCommand" }, + { + "name": "statementType", + "typeName": "System.Data.StatementType" + }, + { + "name": "tableMapping", + "typeName": "System.Data.Common.DataTableMapping" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "OleDbRowUpdatedEventArgs", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Management.Instrumentation", + "baseClass": "System.Management.Instrumentation.ManagementMemberAttribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [], + "methods": [], + "name": "ManagementNewInstanceAttribute", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Management.Instrumentation", + "baseClass": "System.Management.Instrumentation.ManagementMemberAttribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "System.Type", + "name": "Schema", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "ManagementProbeAttribute", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Management.Instrumentation", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "string", + "name": "Type", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "ManagementReferenceAttribute", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Data.OleDb", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "sender", "typeName": "object" }, + { + "name": "e", + "typeName": "System.Data.OleDb.OleDbRowUpdatedEventArgs" + } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "sender", "typeName": "object" }, + { + "name": "e", + "typeName": "System.Data.OleDb.OleDbRowUpdatedEventArgs" + }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "OleDbRowUpdatedEventHandler", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data.OleDb", + "baseClass": "System.Data.Common.RowUpdatingEventArgs", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Data.OleDb.OleDbCommand", + "name": "Command", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "dataRow", "typeName": "System.Data.DataRow" }, + { "name": "command", "typeName": "System.Data.IDbCommand" }, + { + "name": "statementType", + "typeName": "System.Data.StatementType" + }, + { + "name": "tableMapping", + "typeName": "System.Data.Common.DataTableMapping" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "OleDbRowUpdatingEventArgs", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Management.Instrumentation", + "baseClass": "System.Management.Instrumentation.ManagementMemberAttribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "System.Type", + "name": "Schema", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "ManagementRemoveAttribute", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Data.OleDb", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "sender", "typeName": "object" }, + { + "name": "e", + "typeName": "System.Data.OleDb.OleDbRowUpdatingEventArgs" + } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "sender", "typeName": "object" }, + { + "name": "e", + "typeName": "System.Data.OleDb.OleDbRowUpdatingEventArgs" + }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "OleDbRowUpdatingEventHandler", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Management.Instrumentation", + "baseClass": "System.Management.Instrumentation.ManagementMemberAttribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "System.Type", + "name": "Schema", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "ManagementTaskAttribute", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Data.OleDb", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Guid", + "name": "Assertions", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Guid", + "name": "Catalogs", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Guid", + "name": "Character_Sets", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Guid", + "name": "Check_Constraints", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Guid", + "name": "Check_Constraints_By_Table", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Guid", + "name": "Collations", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Guid", + "name": "Columns", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Guid", + "name": "Column_Domain_Usage", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Guid", + "name": "Column_Privileges", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Guid", + "name": "Constraint_Column_Usage", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Guid", + "name": "Constraint_Table_Usage", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Guid", + "name": "DbInfoKeywords", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Guid", + "name": "DbInfoLiterals", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Guid", + "name": "Foreign_Keys", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Guid", + "name": "Indexes", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Guid", + "name": "Key_Column_Usage", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Guid", + "name": "Primary_Keys", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Guid", + "name": "Procedures", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Guid", + "name": "Procedure_Columns", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Guid", + "name": "Procedure_Parameters", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Guid", + "name": "Provider_Types", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Guid", + "name": "Referential_Constraints", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Guid", + "name": "SchemaGuids", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Guid", + "name": "Schemata", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Guid", + "name": "Sql_Languages", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Guid", + "name": "Statistics", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Guid", + "name": "Tables", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Guid", + "name": "Tables_Info", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Guid", + "name": "Table_Constraints", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Guid", + "name": "Table_Privileges", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Guid", + "name": "Table_Statistics", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Guid", + "name": "Translations", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Guid", + "name": "Trustee", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Guid", + "name": "Usage_Privileges", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Guid", + "name": "Views", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Guid", + "name": "View_Column_Usage", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Guid", + "name": "View_Table_Usage", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "OleDbSchemaGuid", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Management.Instrumentation", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "string", + "name": "HostingGroup", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Management.Instrumentation.ManagementHostingModel", + "name": "HostingModel", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "bool", + "name": "IdentifyLevel", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "string", + "name": "NamespaceSecurity", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "string", + "name": "Scope", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "string", + "name": "SecurityRestriction", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "scope", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "WmiConfigurationAttribute", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Data.OleDb", + "baseClass": "System.Data.Common.DbTransaction", + "attribute": "", + "interfaces": ["IDbTransaction", "IDisposable"], + "fields": [ + { + "typeName": "System.Data.OleDb.OleDbConnection", + "name": "Connection", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.IsolationLevel", + "name": "IsolationLevel", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "OleDbTransaction", + "params": [], + "isStatic": false, + "name": "Begin", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "OleDbTransaction", + "params": [ + { "name": "isolevel", "typeName": "System.Data.IsolationLevel" } + ], + "isStatic": false, + "name": "Begin", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Commit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Rollback", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "OleDbTransaction", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data.OleDb", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Data.OleDb.OleDbType", + "name": "BigInt", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.OleDb.OleDbType", + "name": "Binary", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.OleDb.OleDbType", + "name": "Boolean", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.OleDb.OleDbType", + "name": "BSTR", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.OleDb.OleDbType", + "name": "Char", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.OleDb.OleDbType", + "name": "Currency", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.OleDb.OleDbType", + "name": "Date", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.OleDb.OleDbType", + "name": "DBDate", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.OleDb.OleDbType", + "name": "DBTime", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.OleDb.OleDbType", + "name": "DBTimeStamp", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.OleDb.OleDbType", + "name": "Decimal", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.OleDb.OleDbType", + "name": "Double", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.OleDb.OleDbType", + "name": "Empty", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.OleDb.OleDbType", + "name": "Error", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.OleDb.OleDbType", + "name": "Filetime", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.OleDb.OleDbType", + "name": "Guid", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.OleDb.OleDbType", + "name": "IDispatch", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.OleDb.OleDbType", + "name": "Integer", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.OleDb.OleDbType", + "name": "IUnknown", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.OleDb.OleDbType", + "name": "LongVarBinary", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.OleDb.OleDbType", + "name": "LongVarChar", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.OleDb.OleDbType", + "name": "LongVarWChar", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.OleDb.OleDbType", + "name": "Numeric", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.OleDb.OleDbType", + "name": "PropVariant", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.OleDb.OleDbType", + "name": "Single", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.OleDb.OleDbType", + "name": "SmallInt", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.OleDb.OleDbType", + "name": "TinyInt", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.OleDb.OleDbType", + "name": "UnsignedBigInt", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.OleDb.OleDbType", + "name": "UnsignedInt", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.OleDb.OleDbType", + "name": "UnsignedSmallInt", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.OleDb.OleDbType", + "name": "UnsignedTinyInt", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.OleDb.OleDbType", + "name": "VarBinary", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.OleDb.OleDbType", + "name": "VarChar", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.OleDb.OleDbType", + "name": "Variant", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.OleDb.OleDbType", + "name": "VarNumeric", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.OleDb.OleDbType", + "name": "VarWChar", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.OleDb.OleDbType", + "name": "WChar", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Data.OleDb.OleDbType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "OleDbType", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data.Sql", + "baseClass": "System.Data.Common.DbDataSourceEnumerator", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Data.Sql.SqlDataSourceEnumerator", + "name": "Instance", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "DataTable", + "params": [], + "isStatic": false, + "name": "GetDataSources", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "SqlDataSourceEnumerator", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data.Sql", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "Options", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "int", + "name": "Timeout", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "UserData", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "userData", "typeName": "string" }, + { "name": "options", "typeName": "string" }, + { "name": "timeout", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "SqlNotificationRequest", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Diagnostics", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "string", + "name": "ConditionString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "conditionString", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ConditionalAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Diagnostics", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "System.Diagnostics.DebuggableAttribute.DebuggingModes", + "name": "DebuggingFlags", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsJITOptimizerDisabled", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsJITTrackingEnabled", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "isJITTrackingEnabled", "typeName": "bool" }, + { "name": "isJITOptimizerDisabled", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "modes", + "typeName": "System.Diagnostics.DebuggableAttribute.DebuggingModes" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "DebuggableAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Diagnostics", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Diagnostics.DebuggableAttribute.DebuggingModes", + "name": "Default", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Diagnostics.DebuggableAttribute.DebuggingModes", + "name": "DisableOptimizations", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Diagnostics.DebuggableAttribute.DebuggingModes", + "name": "EnableEditAndContinue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Diagnostics.DebuggableAttribute.DebuggingModes", + "name": "IgnoreSymbolStoreSequencePoints", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Diagnostics.DebuggableAttribute.DebuggingModes", + "name": "None", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Diagnostics.DebuggableAttribute.DebuggingModes", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "DebuggingModes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Diagnostics", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "DefaultCategory", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsAttached", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "Break", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": true, + "name": "IsLogging", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": true, + "name": "Launch", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "level", "typeName": "int" }, + { "name": "category", "typeName": "string" }, + { "name": "message", "typeName": "string" } + ], + "isStatic": true, + "name": "Log", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "NotifyOfCrossThreadDependency", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "Debugger", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Diagnostics", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "System.Diagnostics.DebuggerBrowsableState", + "name": "State", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "state", + "typeName": "System.Diagnostics.DebuggerBrowsableState" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "DebuggerBrowsableAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Diagnostics", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Diagnostics.DebuggerBrowsableState", + "name": "Collapsed", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Diagnostics.DebuggerBrowsableState", + "name": "Never", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Diagnostics.DebuggerBrowsableState", + "name": "RootHidden", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Diagnostics.DebuggerBrowsableState", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "DebuggerBrowsableState", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Diagnostics", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Type", + "name": "Target", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "TargetTypeName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Type", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Value", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "DebuggerDisplayAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Diagnostics", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "DebuggerHiddenAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Diagnostics", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "DebuggerNonUserCodeAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Diagnostics", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "DebuggerStepperBoundaryAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Data.SqlClient", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Data.SqlClient.ApplicationIntent", + "name": "ReadOnly", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlClient.ApplicationIntent", + "name": "ReadWrite", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Data.SqlClient.ApplicationIntent", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "ApplicationIntent", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data.SqlClient", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "sender", "typeName": "object" }, + { + "name": "e", + "typeName": "System.Data.SqlClient.SqlNotificationEventArgs" + } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "sender", "typeName": "object" }, + { + "name": "e", + "typeName": "System.Data.SqlClient.SqlNotificationEventArgs" + }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "OnChangeEventHandler", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Diagnostics", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "DebuggerStepThroughAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Data.SqlClient", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Data.SqlClient.PoolBlockingPeriod", + "name": "AlwaysBlock", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlClient.PoolBlockingPeriod", + "name": "Auto", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlClient.PoolBlockingPeriod", + "name": "NeverBlock", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Data.SqlClient.PoolBlockingPeriod", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "PoolBlockingPeriod", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data.SqlClient", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Data.SqlClient.SortOrder", + "name": "Ascending", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlClient.SortOrder", + "name": "Descending", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlClient.SortOrder", + "name": "Unspecified", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Data.SqlClient.SortOrder", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "SortOrder", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data.SqlClient", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Data.SqlClient.SqlAuthenticationMethod", + "name": "ActiveDirectoryIntegrated", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlClient.SqlAuthenticationMethod", + "name": "ActiveDirectoryPassword", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlClient.SqlAuthenticationMethod", + "name": "NotSpecified", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlClient.SqlAuthenticationMethod", + "name": "SqlPassword", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Data.SqlClient.SqlAuthenticationMethod", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "SqlAuthenticationMethod", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Diagnostics", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "string", + "name": "Description", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Type", + "name": "Target", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "TargetTypeName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "VisualizerObjectSourceTypeName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "VisualizerTypeName", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "visualizerTypeName", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "visualizerTypeName", "typeName": "string" }, + { "name": "visualizerObjectSourceTypeName", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "visualizerTypeName", "typeName": "string" }, + { "name": "visualizerObjectSource", "typeName": "System.Type" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "visualizer", "typeName": "System.Type" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "visualizer", "typeName": "System.Type" }, + { "name": "visualizerObjectSourceTypeName", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "visualizer", "typeName": "System.Type" }, + { "name": "visualizerObjectSource", "typeName": "System.Type" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "DebuggerVisualizerAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Diagnostics", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "OFFSET_UNKNOWN", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "fNeedFileInfo", "typeName": "bool" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "skipFrames", "typeName": "int" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "skipFrames", "typeName": "int" }, + { "name": "fNeedFileInfo", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "fileName", "typeName": "string" }, + { "name": "lineNumber", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "fileName", "typeName": "string" }, + { "name": "lineNumber", "typeName": "int" }, + { "name": "colNumber", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetFileColumnNumber", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetFileLineNumber", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "GetFileName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetILOffset", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "MethodBase", + "params": [], + "isStatic": false, + "name": "GetMethod", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetNativeOffset", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "StackFrame", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Data.SqlClient", + "baseClass": "object", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "int", + "name": "BatchSize", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "int", + "name": "BulkCopyTimeout", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlClient.SqlBulkCopyColumnMappingCollection", + "name": "ColumnMappings", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "DestinationTableName", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "bool", + "name": "EnableStreaming", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "int", + "name": "NotifyAfter", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlClient.SqlRowsCopiedEventHandler", + "name": "SqlRowsCopied", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "connection", + "typeName": "System.Data.SqlClient.SqlConnection" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "connection", + "typeName": "System.Data.SqlClient.SqlConnection" + }, + { + "name": "copyOptions", + "typeName": "System.Data.SqlClient.SqlBulkCopyOptions" + }, + { + "name": "externalTransaction", + "typeName": "System.Data.SqlClient.SqlTransaction" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "connectionString", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "connectionString", "typeName": "string" }, + { + "name": "copyOptions", + "typeName": "System.Data.SqlClient.SqlBulkCopyOptions" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Data.SqlClient.SqlRowsCopiedEventHandler" + } + ], + "isStatic": false, + "name": "add_SqlRowsCopied", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Data.SqlClient.SqlRowsCopiedEventHandler" + } + ], + "isStatic": false, + "name": "remove_SqlRowsCopied", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Close", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "reader", "typeName": "System.Data.Common.DbDataReader" } + ], + "isStatic": false, + "name": "WriteToServer", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "rows", "typeName": "System.Data.DataRow[]" }], + "isStatic": false, + "name": "WriteToServer", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "table", "typeName": "System.Data.DataTable" }], + "isStatic": false, + "name": "WriteToServer", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "table", "typeName": "System.Data.DataTable" }, + { "name": "rowState", "typeName": "System.Data.DataRowState" } + ], + "isStatic": false, + "name": "WriteToServer", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "reader", "typeName": "System.Data.IDataReader" } + ], + "isStatic": false, + "name": "WriteToServer", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "reader", "typeName": "System.Data.Common.DbDataReader" } + ], + "isStatic": false, + "name": "WriteToServerAsync", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "reader", "typeName": "System.Data.Common.DbDataReader" }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": false, + "name": "WriteToServerAsync", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Task", + "params": [{ "name": "rows", "typeName": "System.Data.DataRow[]" }], + "isStatic": false, + "name": "WriteToServerAsync", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "rows", "typeName": "System.Data.DataRow[]" }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": false, + "name": "WriteToServerAsync", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Task", + "params": [{ "name": "table", "typeName": "System.Data.DataTable" }], + "isStatic": false, + "name": "WriteToServerAsync", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "table", "typeName": "System.Data.DataTable" }, + { "name": "rowState", "typeName": "System.Data.DataRowState" } + ], + "isStatic": false, + "name": "WriteToServerAsync", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "table", "typeName": "System.Data.DataTable" }, + { "name": "rowState", "typeName": "System.Data.DataRowState" }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": false, + "name": "WriteToServerAsync", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "table", "typeName": "System.Data.DataTable" }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": false, + "name": "WriteToServerAsync", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "reader", "typeName": "System.Data.IDataReader" } + ], + "isStatic": false, + "name": "WriteToServerAsync", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "reader", "typeName": "System.Data.IDataReader" }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": false, + "name": "WriteToServerAsync", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "SqlBulkCopy", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Diagnostics", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "METHODS_TO_SKIP", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "FrameCount", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "fNeedFileInfo", "typeName": "bool" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "frame", "typeName": "System.Diagnostics.StackFrame" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "e", "typeName": "System.Exception" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "e", "typeName": "System.Exception" }, + { "name": "fNeedFileInfo", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "e", "typeName": "System.Exception" }, + { "name": "skipFrames", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "e", "typeName": "System.Exception" }, + { "name": "skipFrames", "typeName": "int" }, + { "name": "fNeedFileInfo", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "skipFrames", "typeName": "int" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "skipFrames", "typeName": "int" }, + { "name": "fNeedFileInfo", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "targetThread", "typeName": "System.Threading.Thread" }, + { "name": "needFileInfo", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "StackFrame", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "GetFrame", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetFrames", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "StackTrace", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Data.SqlClient", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "DestinationColumn", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "int", + "name": "DestinationOrdinal", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "SourceColumn", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "int", + "name": "SourceOrdinal", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "sourceColumnOrdinal", "typeName": "int" }, + { "name": "destinationOrdinal", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "sourceColumnOrdinal", "typeName": "int" }, + { "name": "destinationColumn", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "sourceColumn", "typeName": "string" }, + { "name": "destinationOrdinal", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "sourceColumn", "typeName": "string" }, + { "name": "destinationColumn", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "SqlBulkCopyColumnMapping", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data.SqlClient", + "baseClass": "System.Collections.CollectionBase", + "attribute": "", + "interfaces": ["IList", "ICollection", "IEnumerable"], + "fields": [ + { + "typeName": "System.Data.SqlClient.SqlBulkCopyColumnMapping", + "name": "this[]", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "SqlBulkCopyColumnMapping", + "params": [ + { + "name": "bulkCopyColumnMapping", + "typeName": "System.Data.SqlClient.SqlBulkCopyColumnMapping" + } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBulkCopyColumnMapping", + "params": [ + { "name": "sourceColumnIndex", "typeName": "int" }, + { "name": "destinationColumnIndex", "typeName": "int" } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBulkCopyColumnMapping", + "params": [ + { "name": "sourceColumnIndex", "typeName": "int" }, + { "name": "destinationColumn", "typeName": "string" } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBulkCopyColumnMapping", + "params": [ + { "name": "sourceColumn", "typeName": "string" }, + { "name": "destinationColumnIndex", "typeName": "int" } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBulkCopyColumnMapping", + "params": [ + { "name": "sourceColumn", "typeName": "string" }, + { "name": "destinationColumn", "typeName": "string" } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Clear", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "value", + "typeName": "System.Data.SqlClient.SqlBulkCopyColumnMapping" + } + ], + "isStatic": false, + "name": "Contains", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "array", + "typeName": "System.Data.SqlClient.SqlBulkCopyColumnMapping[]" + }, + { "name": "index", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "value", + "typeName": "System.Data.SqlClient.SqlBulkCopyColumnMapping" + } + ], + "isStatic": false, + "name": "IndexOf", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { + "name": "value", + "typeName": "System.Data.SqlClient.SqlBulkCopyColumnMapping" + } + ], + "isStatic": false, + "name": "Insert", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Data.SqlClient.SqlBulkCopyColumnMapping" + } + ], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "RemoveAt", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "SqlBulkCopyColumnMappingCollection", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data.SqlClient", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Data.SqlClient.SqlBulkCopyOptions", + "name": "AllowEncryptedValueModifications", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlClient.SqlBulkCopyOptions", + "name": "CheckConstraints", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlClient.SqlBulkCopyOptions", + "name": "Default", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlClient.SqlBulkCopyOptions", + "name": "FireTriggers", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlClient.SqlBulkCopyOptions", + "name": "KeepIdentity", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlClient.SqlBulkCopyOptions", + "name": "KeepNulls", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlClient.SqlBulkCopyOptions", + "name": "TableLock", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlClient.SqlBulkCopyOptions", + "name": "UseInternalTransaction", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Data.SqlClient.SqlBulkCopyOptions", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "SqlBulkCopyOptions", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Net.NetworkInformation", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "sender", "typeName": "object" }, + { + "name": "e", + "typeName": "System.Net.NetworkInformation.PingCompletedEventArgs" + } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "sender", "typeName": "object" }, + { + "name": "e", + "typeName": "System.Net.NetworkInformation.PingCompletedEventArgs" + }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "System.dll" + } + ], + "name": "PingCompletedEventHandler", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Data.SqlClient", + "baseClass": "System.Data.Common.DbProviderFactory", + "attribute": "", + "interfaces": ["IServiceProvider"], + "fields": [ + { + "typeName": "System.Data.SqlClient.SqlClientFactory", + "name": "Instance", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "bool", + "name": "CanCreateDataSourceEnumerator", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "DbCommand", + "params": [], + "isStatic": false, + "name": "CreateCommand", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "DbCommandBuilder", + "params": [], + "isStatic": false, + "name": "CreateCommandBuilder", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "DbConnection", + "params": [], + "isStatic": false, + "name": "CreateConnection", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "DbConnectionStringBuilder", + "params": [], + "isStatic": false, + "name": "CreateConnectionStringBuilder", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "DbDataAdapter", + "params": [], + "isStatic": false, + "name": "CreateDataAdapter", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "DbDataSourceEnumerator", + "params": [], + "isStatic": false, + "name": "CreateDataSourceEnumerator", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "DbParameter", + "params": [], + "isStatic": false, + "name": "CreateParameter", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "CodeAccessPermission", + "params": [ + { + "name": "state", + "typeName": "System.Security.Permissions.PermissionState" + } + ], + "isStatic": false, + "name": "CreatePermission", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "SqlClientFactory", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data.SqlClient", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "Columns", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "Databases", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "ForeignKeys", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "IndexColumns", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "Indexes", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "Parameters", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "ProcedureColumns", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "Procedures", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "Tables", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "UserDefinedTypes", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "Users", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "ViewColumns", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "Views", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [], + "name": "SqlClientMetaDataCollectionNames", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data.SqlClient", + "baseClass": "System.Data.Common.DBDataPermission", + "attribute": "", + "interfaces": [ + "IPermission", + "ISecurityEncodable", + "IStackWalk", + "IUnrestrictedPermission" + ], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "state", + "typeName": "System.Security.Permissions.PermissionState" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "state", + "typeName": "System.Security.Permissions.PermissionState" + }, + { "name": "allowBlankPassword", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "connectionString", "typeName": "string" }, + { "name": "restrictions", "typeName": "string" }, + { + "name": "behavior", + "typeName": "System.Data.KeyRestrictionBehavior" + } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "IPermission", + "params": [], + "isStatic": false, + "name": "Copy", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "SqlClientPermission", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Net.NetworkInformation", + "baseClass": "System.InvalidOperationException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "innerException", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "PingException", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net.NetworkInformation", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Net.NetworkInformation.PrefixOrigin", + "name": "Dhcp", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.NetworkInformation.PrefixOrigin", + "name": "Manual", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.NetworkInformation.PrefixOrigin", + "name": "Other", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.NetworkInformation.PrefixOrigin", + "name": "RouterAdvertisement", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.NetworkInformation.PrefixOrigin", + "name": "WellKnown", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Net.NetworkInformation.PrefixOrigin", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "PrefixOrigin", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net.NetworkInformation", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "DontFragment", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "Ttl", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "ttl", "typeName": "int" }, + { "name": "dontFragment", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "PingOptions", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "StatusCode", "typeName": "int" }, + { + "name": "httpHeaders", + "typeName": "System.Net.WebHeaderCollection" + } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "StatusCode", "typeName": "int" }, + { + "name": "httpHeaders", + "typeName": "System.Net.WebHeaderCollection" + }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "System.dll" + } + ], + "name": "HttpContinueDelegate", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net.NetworkInformation", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Net.IPAddress", + "name": "Address", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "byte[]", + "name": "Buffer", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.NetworkInformation.PingOptions", + "name": "Options", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "RoundtripTime", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.NetworkInformation.IPStatus", + "name": "Status", + "comment": "", + "location": "System.dll" + } + ], + "methods": [], + "name": "PingReply", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Data.SqlClient", + "baseClass": "System.Data.SqlClient.SqlColumnEncryptionKeyStoreProvider", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "ProviderName", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "masterKeyPath", "typeName": "string" }, + { "name": "encryptionAlgorithm", "typeName": "string" }, + { "name": "encryptedColumnEncryptionKey", "typeName": "byte[]" } + ], + "isStatic": false, + "name": "DecryptColumnEncryptionKey", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "masterKeyPath", "typeName": "string" }, + { "name": "encryptionAlgorithm", "typeName": "string" }, + { "name": "columnEncryptionKey", "typeName": "byte[]" } + ], + "isStatic": false, + "name": "EncryptColumnEncryptionKey", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "SqlColumnEncryptionCertificateStoreProvider", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Net.NetworkInformation", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Net.NetworkInformation.ScopeLevel", + "name": "Admin", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.NetworkInformation.ScopeLevel", + "name": "Global", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.NetworkInformation.ScopeLevel", + "name": "Interface", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.NetworkInformation.ScopeLevel", + "name": "Link", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.NetworkInformation.ScopeLevel", + "name": "None", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.NetworkInformation.ScopeLevel", + "name": "Organization", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.NetworkInformation.ScopeLevel", + "name": "Site", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.NetworkInformation.ScopeLevel", + "name": "Subnet", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Net.NetworkInformation.ScopeLevel", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "ScopeLevel", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Data.SqlClient", + "baseClass": "System.Data.SqlClient.SqlColumnEncryptionKeyStoreProvider", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "ProviderName", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "masterKeyPath", "typeName": "string" }, + { "name": "encryptionAlgorithm", "typeName": "string" }, + { "name": "encryptedColumnEncryptionKey", "typeName": "byte[]" } + ], + "isStatic": false, + "name": "DecryptColumnEncryptionKey", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "masterKeyPath", "typeName": "string" }, + { "name": "encryptionAlgorithm", "typeName": "string" }, + { "name": "columnEncryptionKey", "typeName": "byte[]" } + ], + "isStatic": false, + "name": "EncryptColumnEncryptionKey", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "SqlColumnEncryptionCngProvider", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data.SqlClient", + "baseClass": "System.Data.SqlClient.SqlColumnEncryptionKeyStoreProvider", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "ProviderName", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "masterKeyPath", "typeName": "string" }, + { "name": "encryptionAlgorithm", "typeName": "string" }, + { "name": "encryptedColumnEncryptionKey", "typeName": "byte[]" } + ], + "isStatic": false, + "name": "DecryptColumnEncryptionKey", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "masterKeyPath", "typeName": "string" }, + { "name": "encryptionAlgorithm", "typeName": "string" }, + { "name": "columnEncryptionKey", "typeName": "byte[]" } + ], + "isStatic": false, + "name": "EncryptColumnEncryptionKey", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "SqlColumnEncryptionCspProvider", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data.SqlClient", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "", + "params": [ + { "name": "masterKeyPath", "typeName": "string" }, + { "name": "encryptionAlgorithm", "typeName": "string" }, + { "name": "encryptedColumnEncryptionKey", "typeName": "byte[]" } + ], + "isStatic": false, + "name": "DecryptColumnEncryptionKey", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "masterKeyPath", "typeName": "string" }, + { "name": "encryptionAlgorithm", "typeName": "string" }, + { "name": "columnEncryptionKey", "typeName": "byte[]" } + ], + "isStatic": false, + "name": "EncryptColumnEncryptionKey", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "SqlColumnEncryptionKeyStoreProvider", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Net", + "baseClass": "object", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "System.Net.AuthenticationSchemes", + "name": "AuthenticationSchemes", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.AuthenticationSchemeSelector", + "name": "AuthenticationSchemeSelectorDelegate", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Authentication.ExtendedProtection.ServiceNameCollection", + "name": "DefaultServiceNames", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy", + "name": "ExtendedProtectionPolicy", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.HttpListener.ExtendedProtectionSelector", + "name": "ExtendedProtectionSelectorDelegate", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "IgnoreWriteExceptions", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "IsListening", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "IsSupported", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.HttpListenerPrefixCollection", + "name": "Prefixes", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "Realm", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.HttpListenerTimeoutManager", + "name": "TimeoutManager", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "UnsafeConnectionNtlmAuthentication", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Abort", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "state", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginGetContext", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Close", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "HttpListenerContext", + "params": [ + { "name": "asyncResult", "typeName": "System.IAsyncResult" } + ], + "isStatic": false, + "name": "EndGetContext", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "HttpListenerContext", + "params": [], + "isStatic": false, + "name": "GetContext", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Task", + "params": [], + "isStatic": false, + "name": "GetContextAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Start", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Stop", + "comment": "", + "location": "System.dll" + } + ], + "name": "HttpListener", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net.NetworkInformation", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Net.NetworkInformation.SuffixOrigin", + "name": "LinkLayerAddress", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.NetworkInformation.SuffixOrigin", + "name": "Manual", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.NetworkInformation.SuffixOrigin", + "name": "OriginDhcp", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.NetworkInformation.SuffixOrigin", + "name": "Other", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.NetworkInformation.SuffixOrigin", + "name": "Random", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.NetworkInformation.SuffixOrigin", + "name": "WellKnown", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Net.NetworkInformation.SuffixOrigin", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "SuffixOrigin", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net.NetworkInformation", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Net.IPEndPoint", + "name": "LocalEndPoint", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.IPEndPoint", + "name": "RemoteEndPoint", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.NetworkInformation.TcpState", + "name": "State", + "comment": "", + "location": "System.dll" + } + ], + "methods": [], + "name": "TcpConnectionInformation", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net.NetworkInformation", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Net.NetworkInformation.TcpState", + "name": "Closed", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.NetworkInformation.TcpState", + "name": "CloseWait", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.NetworkInformation.TcpState", + "name": "Closing", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.NetworkInformation.TcpState", + "name": "DeleteTcb", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.NetworkInformation.TcpState", + "name": "Established", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.NetworkInformation.TcpState", + "name": "FinWait1", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.NetworkInformation.TcpState", + "name": "FinWait2", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.NetworkInformation.TcpState", + "name": "LastAck", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.NetworkInformation.TcpState", + "name": "Listen", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.NetworkInformation.TcpState", + "name": "SynReceived", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.NetworkInformation.TcpState", + "name": "SynSent", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.NetworkInformation.TcpState", + "name": "TimeWait", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.NetworkInformation.TcpState", + "name": "Unknown", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Net.NetworkInformation.TcpState", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "TcpState", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Data.SqlClient", + "baseClass": "System.Data.Common.DbCommand", + "attribute": "", + "interfaces": ["IComponent", "IDbCommand", "IDisposable", "ICloneable"], + "fields": [ + { + "typeName": "System.Data.SqlClient.SqlCommandColumnEncryptionSetting", + "name": "ColumnEncryptionSetting", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "CommandText", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "int", + "name": "CommandTimeout", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.CommandType", + "name": "CommandType", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlClient.SqlConnection", + "name": "Connection", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "bool", + "name": "DesignTimeVisible", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.Sql.SqlNotificationRequest", + "name": "Notification", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "bool", + "name": "NotificationAutoEnlist", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlClient.SqlParameterCollection", + "name": "Parameters", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlClient.SqlTransaction", + "name": "Transaction", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.UpdateRowSource", + "name": "UpdatedRowSource", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.StatementCompletedEventHandler", + "name": "StatementCompleted", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "cmdText", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "cmdText", "typeName": "string" }, + { + "name": "connection", + "typeName": "System.Data.SqlClient.SqlConnection" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "cmdText", "typeName": "string" }, + { + "name": "connection", + "typeName": "System.Data.SqlClient.SqlConnection" + }, + { + "name": "transaction", + "typeName": "System.Data.SqlClient.SqlTransaction" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "cmdText", "typeName": "string" }, + { + "name": "connection", + "typeName": "System.Data.SqlClient.SqlConnection" + }, + { + "name": "transaction", + "typeName": "System.Data.SqlClient.SqlTransaction" + }, + { + "name": "columnEncryptionSetting", + "typeName": "System.Data.SqlClient.SqlCommandColumnEncryptionSetting" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Data.StatementCompletedEventHandler" + } + ], + "isStatic": false, + "name": "add_StatementCompleted", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Data.StatementCompletedEventHandler" + } + ], + "isStatic": false, + "name": "remove_StatementCompleted", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [], + "isStatic": false, + "name": "BeginExecuteNonQuery", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "stateObject", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginExecuteNonQuery", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [], + "isStatic": false, + "name": "BeginExecuteReader", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "stateObject", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginExecuteReader", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "stateObject", "typeName": "object" }, + { "name": "behavior", "typeName": "System.Data.CommandBehavior" } + ], + "isStatic": false, + "name": "BeginExecuteReader", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "behavior", "typeName": "System.Data.CommandBehavior" } + ], + "isStatic": false, + "name": "BeginExecuteReader", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [], + "isStatic": false, + "name": "BeginExecuteXmlReader", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "stateObject", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginExecuteXmlReader", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Cancel", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlCommand", + "params": [], + "isStatic": false, + "name": "Clone", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlParameter", + "params": [], + "isStatic": false, + "name": "CreateParameter", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "asyncResult", "typeName": "System.IAsyncResult" } + ], + "isStatic": false, + "name": "EndExecuteNonQuery", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlDataReader", + "params": [ + { "name": "asyncResult", "typeName": "System.IAsyncResult" } + ], + "isStatic": false, + "name": "EndExecuteReader", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "XmlReader", + "params": [ + { "name": "asyncResult", "typeName": "System.IAsyncResult" } + ], + "isStatic": false, + "name": "EndExecuteXmlReader", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "ExecuteNonQuery", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": false, + "name": "ExecuteNonQueryAsync", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlDataReader", + "params": [], + "isStatic": false, + "name": "ExecuteReader", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlDataReader", + "params": [ + { "name": "behavior", "typeName": "System.Data.CommandBehavior" } + ], + "isStatic": false, + "name": "ExecuteReader", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Task", + "params": [], + "isStatic": false, + "name": "ExecuteReaderAsync", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "behavior", "typeName": "System.Data.CommandBehavior" } + ], + "isStatic": false, + "name": "ExecuteReaderAsync", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "behavior", "typeName": "System.Data.CommandBehavior" }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": false, + "name": "ExecuteReaderAsync", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": false, + "name": "ExecuteReaderAsync", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Object", + "params": [], + "isStatic": false, + "name": "ExecuteScalar", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": false, + "name": "ExecuteScalarAsync", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "XmlReader", + "params": [], + "isStatic": false, + "name": "ExecuteXmlReader", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Task", + "params": [], + "isStatic": false, + "name": "ExecuteXmlReaderAsync", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": false, + "name": "ExecuteXmlReaderAsync", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Prepare", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ResetCommandTimeout", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "SqlCommand", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Net.NetworkInformation", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "long", + "name": "ConnectionsAccepted", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "ConnectionsInitiated", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "CumulativeConnections", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "CurrentConnections", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "ErrorsReceived", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "FailedConnectionAttempts", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "MaximumConnections", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "MaximumTransmissionTimeout", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "MinimumTransmissionTimeout", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "ResetConnections", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "ResetsSent", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "SegmentsReceived", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "SegmentsResent", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "SegmentsSent", + "comment": "", + "location": "System.dll" + } + ], + "methods": [], + "name": "TcpStatistics", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Data.SqlClient", + "baseClass": "System.Data.Common.DbCommandBuilder", + "attribute": "", + "interfaces": ["IComponent", "IDisposable"], + "fields": [ + { + "typeName": "System.Data.Common.CatalogLocation", + "name": "CatalogLocation", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "CatalogSeparator", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlClient.SqlDataAdapter", + "name": "DataAdapter", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "QuotePrefix", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "QuoteSuffix", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "SchemaSeparator", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "adapter", + "typeName": "System.Data.SqlClient.SqlDataAdapter" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "command", + "typeName": "System.Data.SqlClient.SqlCommand" + } + ], + "isStatic": true, + "name": "DeriveParameters", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlCommand", + "params": [], + "isStatic": false, + "name": "GetDeleteCommand", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlCommand", + "params": [ + { "name": "useColumnsForParameterNames", "typeName": "bool" } + ], + "isStatic": false, + "name": "GetDeleteCommand", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlCommand", + "params": [], + "isStatic": false, + "name": "GetInsertCommand", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlCommand", + "params": [ + { "name": "useColumnsForParameterNames", "typeName": "bool" } + ], + "isStatic": false, + "name": "GetInsertCommand", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlCommand", + "params": [], + "isStatic": false, + "name": "GetUpdateCommand", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlCommand", + "params": [ + { "name": "useColumnsForParameterNames", "typeName": "bool" } + ], + "isStatic": false, + "name": "GetUpdateCommand", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "unquotedIdentifier", "typeName": "string" }], + "isStatic": false, + "name": "QuoteIdentifier", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "quotedIdentifier", "typeName": "string" }], + "isStatic": false, + "name": "UnquoteIdentifier", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "SqlCommandBuilder", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Net.NetworkInformation", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "long", + "name": "DatagramsReceived", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "DatagramsSent", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "IncomingDatagramsDiscarded", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "IncomingDatagramsWithErrors", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "UdpListeners", + "comment": "", + "location": "System.dll" + } + ], + "methods": [], + "name": "UdpStatistics", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Data.SqlClient", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Data.SqlClient.SqlCommandColumnEncryptionSetting", + "name": "Disabled", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlClient.SqlCommandColumnEncryptionSetting", + "name": "Enabled", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlClient.SqlCommandColumnEncryptionSetting", + "name": "ResultSetOnly", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlClient.SqlCommandColumnEncryptionSetting", + "name": "UseConnectionSetting", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Data.SqlClient.SqlCommandColumnEncryptionSetting", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "SqlCommandColumnEncryptionSetting", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Diagnostics", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Diagnostics.TraceLogRetentionOption", + "name": "LimitedCircularFiles", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Diagnostics.TraceLogRetentionOption", + "name": "LimitedSequentialFiles", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Diagnostics.TraceLogRetentionOption", + "name": "SingleFileBoundedSize", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Diagnostics.TraceLogRetentionOption", + "name": "SingleFileUnboundedSize", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Diagnostics.TraceLogRetentionOption", + "name": "UnlimitedSequentialFiles", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Diagnostics.TraceLogRetentionOption", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "TraceLogRetentionOption", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Net.NetworkInformation", + "baseClass": "System.Net.NetworkInformation.IPAddressInformation", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "long", + "name": "AddressPreferredLifetime", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "AddressValidLifetime", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "DhcpLeaseLifetime", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.NetworkInformation.DuplicateAddressDetectionState", + "name": "DuplicateAddressDetectionState", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.IPAddress", + "name": "IPv4Mask", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "PrefixLength", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.NetworkInformation.PrefixOrigin", + "name": "PrefixOrigin", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.NetworkInformation.SuffixOrigin", + "name": "SuffixOrigin", + "comment": "", + "location": "System.dll" + } + ], + "methods": [], + "name": "UnicastIPAddressInformation", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Data.SqlClient", + "baseClass": "System.Data.Common.DbConnection", + "attribute": "", + "interfaces": [ + "IComponent", + "IDbConnection", + "IDisposable", + "ICloneable" + ], + "fields": [ + { + "typeName": "string", + "name": "AccessToken", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Guid", + "name": "ClientConnectionId", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.TimeSpan", + "name": "ColumnEncryptionKeyCacheTtl", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "bool", + "name": "ColumnEncryptionQueryMetadataCacheEnabled", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Collections.Generic.IDictionary>", + "name": "ColumnEncryptionTrustedMasterKeyPaths", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "ConnectionString", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "int", + "name": "ConnectionTimeout", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlClient.SqlCredential", + "name": "Credential", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "Database", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "DataSource", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "bool", + "name": "FireInfoMessageEventOnUserErrors", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "int", + "name": "PacketSize", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "ServerVersion", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.ConnectionState", + "name": "State", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "bool", + "name": "StatisticsEnabled", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "WorkstationId", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlClient.SqlInfoMessageEventHandler", + "name": "InfoMessage", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "connectionString", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "connectionString", "typeName": "string" }, + { + "name": "credential", + "typeName": "System.Data.SqlClient.SqlCredential" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Data.SqlClient.SqlInfoMessageEventHandler" + } + ], + "isStatic": false, + "name": "add_InfoMessage", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Data.SqlClient.SqlInfoMessageEventHandler" + } + ], + "isStatic": false, + "name": "remove_InfoMessage", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlTransaction", + "params": [], + "isStatic": false, + "name": "BeginTransaction", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlTransaction", + "params": [ + { "name": "iso", "typeName": "System.Data.IsolationLevel" } + ], + "isStatic": false, + "name": "BeginTransaction", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlTransaction", + "params": [ + { "name": "iso", "typeName": "System.Data.IsolationLevel" }, + { "name": "transactionName", "typeName": "string" } + ], + "isStatic": false, + "name": "BeginTransaction", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlTransaction", + "params": [{ "name": "transactionName", "typeName": "string" }], + "isStatic": false, + "name": "BeginTransaction", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "database", "typeName": "string" }], + "isStatic": false, + "name": "ChangeDatabase", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "connectionString", "typeName": "string" }, + { + "name": "credential", + "typeName": "System.Data.SqlClient.SqlCredential" + }, + { + "name": "newSecurePassword", + "typeName": "System.Security.SecureString" + } + ], + "isStatic": true, + "name": "ChangePassword", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "connectionString", "typeName": "string" }, + { "name": "newPassword", "typeName": "string" } + ], + "isStatic": true, + "name": "ChangePassword", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "ClearAllPools", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "connection", + "typeName": "System.Data.SqlClient.SqlConnection" + } + ], + "isStatic": true, + "name": "ClearPool", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Close", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlCommand", + "params": [], + "isStatic": false, + "name": "CreateCommand", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "transaction", + "typeName": "System.EnterpriseServices.ITransaction" + } + ], + "isStatic": false, + "name": "EnlistDistributedTransaction", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "transaction", + "typeName": "System.Transactions.Transaction" + } + ], + "isStatic": false, + "name": "EnlistTransaction", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "DataTable", + "params": [], + "isStatic": false, + "name": "GetSchema", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "DataTable", + "params": [{ "name": "collectionName", "typeName": "string" }], + "isStatic": false, + "name": "GetSchema", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "DataTable", + "params": [ + { "name": "collectionName", "typeName": "string" }, + { "name": "restrictionValues", "typeName": "string[]" } + ], + "isStatic": false, + "name": "GetSchema", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Open", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": false, + "name": "OpenAsync", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "customProviders", + "typeName": "System.Collections.Generic.IDictionary" + } + ], + "isStatic": true, + "name": "RegisterColumnEncryptionKeyStoreProviders", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ResetStatistics", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "IDictionary", + "params": [], + "isStatic": false, + "name": "RetrieveStatistics", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "SqlConnection", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Net.NetworkInformation", + "baseClass": "object", + "attribute": "", + "interfaces": ["ICollection", "IEnumerable", "IEnumerable"], + "fields": [ + { + "typeName": "int", + "name": "Count", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "IsReadOnly", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.NetworkInformation.UnicastIPAddressInformation", + "name": "this[]", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "address", + "typeName": "System.Net.NetworkInformation.UnicastIPAddressInformation" + } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Clear", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "address", + "typeName": "System.Net.NetworkInformation.UnicastIPAddressInformation" + } + ], + "isStatic": false, + "name": "Contains", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "array", + "typeName": "System.Net.NetworkInformation.UnicastIPAddressInformation[]" + }, + { "name": "offset", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IEnumerator", + "params": [], + "isStatic": false, + "name": "GetEnumerator", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "address", + "typeName": "System.Net.NetworkInformation.UnicastIPAddressInformation" + } + ], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "System.dll" + } + ], + "name": "UnicastIPAddressInformationCollection", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Diagnostics", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "UnescapedXml", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "xmlPayload", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "UnescapedXmlDiagnosticData", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Net", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "ExtendedProtectionPolicy", + "params": [ + { "name": "request", "typeName": "System.Net.HttpListenerRequest" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "request", "typeName": "System.Net.HttpListenerRequest" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "ExtendedProtectionPolicy", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "System.dll" + } + ], + "name": "ExtendedProtectionSelector", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net", + "baseClass": "System.Security.Principal.GenericIdentity", + "attribute": "", + "interfaces": ["IIdentity"], + "fields": [ + { + "typeName": "string", + "name": "Password", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "username", "typeName": "string" }, + { "name": "password", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "HttpListenerBasicIdentity", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Data.SqlClient", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Data.SqlClient.SqlConnectionColumnEncryptionSetting", + "name": "Disabled", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlClient.SqlConnectionColumnEncryptionSetting", + "name": "Enabled", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Data.SqlClient.SqlConnectionColumnEncryptionSetting", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "SqlConnectionColumnEncryptionSetting", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Net", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Net.HttpListenerRequest", + "name": "Request", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.HttpListenerResponse", + "name": "Response", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Principal.IPrincipal", + "name": "User", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Task", + "params": [{ "name": "subProtocol", "typeName": "string" }], + "isStatic": false, + "name": "AcceptWebSocketAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "subProtocol", "typeName": "string" }, + { "name": "receiveBufferSize", "typeName": "int" }, + { "name": "keepAliveInterval", "typeName": "System.TimeSpan" } + ], + "isStatic": false, + "name": "AcceptWebSocketAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "subProtocol", "typeName": "string" }, + { "name": "receiveBufferSize", "typeName": "int" }, + { "name": "keepAliveInterval", "typeName": "System.TimeSpan" }, + { + "name": "internalBuffer", + "typeName": "System.ArraySegment" + } + ], + "isStatic": false, + "name": "AcceptWebSocketAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "subProtocol", "typeName": "string" }, + { "name": "keepAliveInterval", "typeName": "System.TimeSpan" } + ], + "isStatic": false, + "name": "AcceptWebSocketAsync", + "comment": "", + "location": "System.dll" + } + ], + "name": "HttpListenerContext", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Data.SqlClient", + "baseClass": "System.Data.Common.DbConnectionStringBuilder", + "attribute": "", + "interfaces": [ + "IDictionary", + "ICollection", + "IEnumerable", + "ICustomTypeDescriptor" + ], + "fields": [ + { + "typeName": "System.Data.SqlClient.ApplicationIntent", + "name": "ApplicationIntent", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "ApplicationName", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "bool", + "name": "AsynchronousProcessing", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "AttachDBFilename", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlClient.SqlAuthenticationMethod", + "name": "Authentication", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlClient.SqlConnectionColumnEncryptionSetting", + "name": "ColumnEncryptionSetting", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "bool", + "name": "ConnectionReset", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "int", + "name": "ConnectRetryCount", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "int", + "name": "ConnectRetryInterval", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "int", + "name": "ConnectTimeout", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "bool", + "name": "ContextConnection", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "CurrentLanguage", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "DataSource", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "bool", + "name": "Encrypt", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "bool", + "name": "Enlist", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "FailoverPartner", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "InitialCatalog", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "bool", + "name": "IntegratedSecurity", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "bool", + "name": "IsFixedSize", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "object", + "name": "this[]", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Collections.ICollection", + "name": "Keys", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "int", + "name": "LoadBalanceTimeout", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "int", + "name": "MaxPoolSize", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "int", + "name": "MinPoolSize", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "bool", + "name": "MultipleActiveResultSets", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "bool", + "name": "MultiSubnetFailover", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "NetworkLibrary", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "int", + "name": "PacketSize", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "Password", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "bool", + "name": "PersistSecurityInfo", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlClient.PoolBlockingPeriod", + "name": "PoolBlockingPeriod", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "bool", + "name": "Pooling", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "bool", + "name": "Replication", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "TransactionBinding", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "bool", + "name": "TransparentNetworkIPResolution", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "bool", + "name": "TrustServerCertificate", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "TypeSystemVersion", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "UserID", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "bool", + "name": "UserInstance", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Collections.ICollection", + "name": "Values", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "WorkstationID", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "connectionString", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Clear", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "keyword", "typeName": "string" }], + "isStatic": false, + "name": "ContainsKey", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "keyword", "typeName": "string" }], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "keyword", "typeName": "string" }], + "isStatic": false, + "name": "ShouldSerialize", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "keyword", "typeName": "string" }, + { "name": "value", "typeName": "object" } + ], + "isStatic": false, + "name": "TryGetValue", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "SqlConnectionStringBuilder", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Net", + "baseClass": "System.ComponentModel.Win32Exception", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [ + { + "typeName": "int", + "name": "ErrorCode", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "errorCode", "typeName": "int" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "errorCode", "typeName": "int" }, + { "name": "message", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "HttpListenerException", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Data.SqlClient", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Security.SecureString", + "name": "Password", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "UserId", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "userId", "typeName": "string" }, + { "name": "password", "typeName": "System.Security.SecureString" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "SqlCredential", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Net", + "baseClass": "object", + "attribute": "", + "interfaces": ["ICollection", "IEnumerable", "IEnumerable"], + "fields": [ + { + "typeName": "int", + "name": "Count", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "IsReadOnly", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "IsSynchronized", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "uriPrefix", "typeName": "string" }], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Clear", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "uriPrefix", "typeName": "string" }], + "isStatic": false, + "name": "Contains", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "array", "typeName": "System.Array" }, + { "name": "offset", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "array", "typeName": "string[]" }, + { "name": "offset", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IEnumerator", + "params": [], + "isStatic": false, + "name": "GetEnumerator", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "uriPrefix", "typeName": "string" }], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "System.dll" + } + ], + "name": "HttpListenerPrefixCollection", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Data.SqlClient", + "baseClass": "System.Data.Common.DbDataAdapter", + "attribute": "", + "interfaces": [ + "IComponent", + "IDisposable", + "IDbDataAdapter", + "IDataAdapter", + "ICloneable" + ], + "fields": [ + { + "typeName": "System.Data.SqlClient.SqlCommand", + "name": "DeleteCommand", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlClient.SqlCommand", + "name": "InsertCommand", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlClient.SqlCommand", + "name": "SelectCommand", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "int", + "name": "UpdateBatchSize", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlClient.SqlCommand", + "name": "UpdateCommand", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlClient.SqlRowUpdatedEventHandler", + "name": "RowUpdated", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlClient.SqlRowUpdatingEventHandler", + "name": "RowUpdating", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "selectCommand", + "typeName": "System.Data.SqlClient.SqlCommand" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "selectCommandText", "typeName": "string" }, + { + "name": "selectConnection", + "typeName": "System.Data.SqlClient.SqlConnection" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "selectCommandText", "typeName": "string" }, + { "name": "selectConnectionString", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Data.SqlClient.SqlRowUpdatedEventHandler" + } + ], + "isStatic": false, + "name": "add_RowUpdated", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Data.SqlClient.SqlRowUpdatedEventHandler" + } + ], + "isStatic": false, + "name": "remove_RowUpdated", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Data.SqlClient.SqlRowUpdatingEventHandler" + } + ], + "isStatic": false, + "name": "add_RowUpdating", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Data.SqlClient.SqlRowUpdatingEventHandler" + } + ], + "isStatic": false, + "name": "remove_RowUpdating", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "SqlDataAdapter", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Net", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string[]", + "name": "AcceptTypes", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "ClientCertificateError", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Text.Encoding", + "name": "ContentEncoding", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "ContentLength64", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "ContentType", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.CookieCollection", + "name": "Cookies", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "HasEntityBody", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Collections.Specialized.NameValueCollection", + "name": "Headers", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "HttpMethod", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.IO.Stream", + "name": "InputStream", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "IsAuthenticated", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "IsLocal", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "IsSecureConnection", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "IsWebSocketRequest", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "KeepAlive", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.IPEndPoint", + "name": "LocalEndPoint", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Version", + "name": "ProtocolVersion", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Collections.Specialized.NameValueCollection", + "name": "QueryString", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "RawUrl", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.IPEndPoint", + "name": "RemoteEndPoint", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Guid", + "name": "RequestTraceIdentifier", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "ServiceName", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.TransportContext", + "name": "TransportContext", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Uri", + "name": "Url", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Uri", + "name": "UrlReferrer", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "UserAgent", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "UserHostAddress", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "UserHostName", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string[]", + "name": "UserLanguages", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "requestCallback", "typeName": "System.AsyncCallback" }, + { "name": "state", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginGetClientCertificate", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "X509Certificate2", + "params": [ + { "name": "asyncResult", "typeName": "System.IAsyncResult" } + ], + "isStatic": false, + "name": "EndGetClientCertificate", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "X509Certificate2", + "params": [], + "isStatic": false, + "name": "GetClientCertificate", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Task", + "params": [], + "isStatic": false, + "name": "GetClientCertificateAsync", + "comment": "", + "location": "System.dll" + } + ], + "name": "HttpListenerRequest", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Data.SqlClient", + "baseClass": "System.Data.Common.DbDataReader", + "attribute": "", + "interfaces": [ + "IEnumerable", + "IDataReader", + "IDataRecord", + "IDisposable" + ], + "fields": [ + { + "typeName": "int", + "name": "Depth", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "int", + "name": "FieldCount", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "bool", + "name": "HasRows", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "bool", + "name": "IsClosed", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "object", + "name": "this[]", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "object", + "name": "this[]", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "int", + "name": "RecordsAffected", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "int", + "name": "VisibleFieldCount", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Close", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "i", "typeName": "int" }], + "isStatic": false, + "name": "GetBoolean", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Byte", + "params": [{ "name": "i", "typeName": "int" }], + "isStatic": false, + "name": "GetByte", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int64", + "params": [ + { "name": "i", "typeName": "int" }, + { "name": "dataIndex", "typeName": "long" }, + { "name": "buffer", "typeName": "byte[]" }, + { "name": "bufferIndex", "typeName": "int" }, + { "name": "length", "typeName": "int" } + ], + "isStatic": false, + "name": "GetBytes", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Char", + "params": [{ "name": "i", "typeName": "int" }], + "isStatic": false, + "name": "GetChar", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int64", + "params": [ + { "name": "i", "typeName": "int" }, + { "name": "dataIndex", "typeName": "long" }, + { "name": "buffer", "typeName": "char[]" }, + { "name": "bufferIndex", "typeName": "int" }, + { "name": "length", "typeName": "int" } + ], + "isStatic": false, + "name": "GetChars", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "i", "typeName": "int" }], + "isStatic": false, + "name": "GetDataTypeName", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "DateTime", + "params": [{ "name": "i", "typeName": "int" }], + "isStatic": false, + "name": "GetDateTime", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "DateTimeOffset", + "params": [{ "name": "i", "typeName": "int" }], + "isStatic": false, + "name": "GetDateTimeOffset", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Decimal", + "params": [{ "name": "i", "typeName": "int" }], + "isStatic": false, + "name": "GetDecimal", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Double", + "params": [{ "name": "i", "typeName": "int" }], + "isStatic": false, + "name": "GetDouble", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "IEnumerator", + "params": [], + "isStatic": false, + "name": "GetEnumerator", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Type", + "params": [{ "name": "i", "typeName": "int" }], + "isStatic": false, + "name": "GetFieldType", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "i", "typeName": "int" }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": false, + "name": "GetFieldValueAsync", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "T", + "params": [{ "name": "i", "typeName": "int" }], + "isStatic": false, + "name": "GetFieldValue", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "i", "typeName": "int" }], + "isStatic": false, + "name": "GetFloat", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Guid", + "params": [{ "name": "i", "typeName": "int" }], + "isStatic": false, + "name": "GetGuid", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int16", + "params": [{ "name": "i", "typeName": "int" }], + "isStatic": false, + "name": "GetInt16", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "i", "typeName": "int" }], + "isStatic": false, + "name": "GetInt32", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int64", + "params": [{ "name": "i", "typeName": "int" }], + "isStatic": false, + "name": "GetInt64", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "i", "typeName": "int" }], + "isStatic": false, + "name": "GetName", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "GetOrdinal", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Type", + "params": [{ "name": "i", "typeName": "int" }], + "isStatic": false, + "name": "GetProviderSpecificFieldType", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Object", + "params": [{ "name": "i", "typeName": "int" }], + "isStatic": false, + "name": "GetProviderSpecificValue", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "values", "typeName": "object[]" }], + "isStatic": false, + "name": "GetProviderSpecificValues", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "DataTable", + "params": [], + "isStatic": false, + "name": "GetSchemaTable", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBinary", + "params": [{ "name": "i", "typeName": "int" }], + "isStatic": false, + "name": "GetSqlBinary", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBoolean", + "params": [{ "name": "i", "typeName": "int" }], + "isStatic": false, + "name": "GetSqlBoolean", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlByte", + "params": [{ "name": "i", "typeName": "int" }], + "isStatic": false, + "name": "GetSqlByte", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlBytes", + "params": [{ "name": "i", "typeName": "int" }], + "isStatic": false, + "name": "GetSqlBytes", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlChars", + "params": [{ "name": "i", "typeName": "int" }], + "isStatic": false, + "name": "GetSqlChars", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlDateTime", + "params": [{ "name": "i", "typeName": "int" }], + "isStatic": false, + "name": "GetSqlDateTime", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlDecimal", + "params": [{ "name": "i", "typeName": "int" }], + "isStatic": false, + "name": "GetSqlDecimal", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlDouble", + "params": [{ "name": "i", "typeName": "int" }], + "isStatic": false, + "name": "GetSqlDouble", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlGuid", + "params": [{ "name": "i", "typeName": "int" }], + "isStatic": false, + "name": "GetSqlGuid", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlInt16", + "params": [{ "name": "i", "typeName": "int" }], + "isStatic": false, + "name": "GetSqlInt16", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlInt32", + "params": [{ "name": "i", "typeName": "int" }], + "isStatic": false, + "name": "GetSqlInt32", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlInt64", + "params": [{ "name": "i", "typeName": "int" }], + "isStatic": false, + "name": "GetSqlInt64", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlMoney", + "params": [{ "name": "i", "typeName": "int" }], + "isStatic": false, + "name": "GetSqlMoney", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlSingle", + "params": [{ "name": "i", "typeName": "int" }], + "isStatic": false, + "name": "GetSqlSingle", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlString", + "params": [{ "name": "i", "typeName": "int" }], + "isStatic": false, + "name": "GetSqlString", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Object", + "params": [{ "name": "i", "typeName": "int" }], + "isStatic": false, + "name": "GetSqlValue", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "values", "typeName": "object[]" }], + "isStatic": false, + "name": "GetSqlValues", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlXml", + "params": [{ "name": "i", "typeName": "int" }], + "isStatic": false, + "name": "GetSqlXml", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Stream", + "params": [{ "name": "i", "typeName": "int" }], + "isStatic": false, + "name": "GetStream", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "i", "typeName": "int" }], + "isStatic": false, + "name": "GetString", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "TextReader", + "params": [{ "name": "i", "typeName": "int" }], + "isStatic": false, + "name": "GetTextReader", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "TimeSpan", + "params": [{ "name": "i", "typeName": "int" }], + "isStatic": false, + "name": "GetTimeSpan", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Object", + "params": [{ "name": "i", "typeName": "int" }], + "isStatic": false, + "name": "GetValue", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "values", "typeName": "object[]" }], + "isStatic": false, + "name": "GetValues", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "XmlReader", + "params": [{ "name": "i", "typeName": "int" }], + "isStatic": false, + "name": "GetXmlReader", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "i", "typeName": "int" }], + "isStatic": false, + "name": "IsDBNull", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "i", "typeName": "int" }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": false, + "name": "IsDBNullAsync", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "NextResult", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": false, + "name": "NextResultAsync", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "Read", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": false, + "name": "ReadAsync", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "SqlDataReader", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data.SqlClient", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "SQLDebugging", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Net", + "baseClass": "object", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "System.Text.Encoding", + "name": "ContentEncoding", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "ContentLength64", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "ContentType", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.CookieCollection", + "name": "Cookies", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.WebHeaderCollection", + "name": "Headers", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "KeepAlive", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.IO.Stream", + "name": "OutputStream", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Version", + "name": "ProtocolVersion", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "RedirectLocation", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "SendChunked", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "StatusCode", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "StatusDescription", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Abort", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "value", "typeName": "string" } + ], + "isStatic": false, + "name": "AddHeader", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "cookie", "typeName": "System.Net.Cookie" }], + "isStatic": false, + "name": "AppendCookie", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "value", "typeName": "string" } + ], + "isStatic": false, + "name": "AppendHeader", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Close", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "responseEntity", "typeName": "byte[]" }, + { "name": "willBlock", "typeName": "bool" } + ], + "isStatic": false, + "name": "Close", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "templateResponse", + "typeName": "System.Net.HttpListenerResponse" + } + ], + "isStatic": false, + "name": "CopyFrom", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "url", "typeName": "string" }], + "isStatic": false, + "name": "Redirect", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "cookie", "typeName": "System.Net.Cookie" }], + "isStatic": false, + "name": "SetCookie", + "comment": "", + "location": "System.dll" + } + ], + "name": "HttpListenerResponse", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Data.SqlClient", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "HasChanges", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "Id", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlClient.OnChangeEventHandler", + "name": "OnChange", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "command", + "typeName": "System.Data.SqlClient.SqlCommand" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "command", + "typeName": "System.Data.SqlClient.SqlCommand" + }, + { "name": "options", "typeName": "string" }, + { "name": "timeout", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Data.SqlClient.OnChangeEventHandler" + } + ], + "isStatic": false, + "name": "add_OnChange", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Data.SqlClient.OnChangeEventHandler" + } + ], + "isStatic": false, + "name": "remove_OnChange", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "command", + "typeName": "System.Data.SqlClient.SqlCommand" + } + ], + "isStatic": false, + "name": "AddCommandDependency", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "connectionString", "typeName": "string" }], + "isStatic": true, + "name": "Start", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "connectionString", "typeName": "string" }, + { "name": "queue", "typeName": "string" } + ], + "isStatic": true, + "name": "Start", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "connectionString", "typeName": "string" }], + "isStatic": true, + "name": "Stop", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "connectionString", "typeName": "string" }, + { "name": "queue", "typeName": "string" } + ], + "isStatic": true, + "name": "Stop", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "SqlDependency", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data.SqlClient", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "byte", + "name": "Class", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "int", + "name": "LineNumber", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "Message", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "int", + "name": "Number", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "Procedure", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "Server", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "Source", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "byte", + "name": "State", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "SqlError", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Net", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.TimeSpan", + "name": "DrainEntityBody", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.TimeSpan", + "name": "EntityBody", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.TimeSpan", + "name": "HeaderWait", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.TimeSpan", + "name": "IdleConnection", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "MinSendBytesPerSecond", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.TimeSpan", + "name": "RequestQueue", + "comment": "", + "location": "System.dll" + } + ], + "methods": [], + "name": "HttpListenerTimeoutManager", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Data.SqlClient", + "baseClass": "object", + "attribute": "", + "interfaces": ["ICollection", "IEnumerable"], + "fields": [ + { + "typeName": "int", + "name": "Count", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlClient.SqlError", + "name": "this[]", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "array", "typeName": "System.Array" }, + { "name": "index", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "array", "typeName": "System.Data.SqlClient.SqlError[]" }, + { "name": "index", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "IEnumerator", + "params": [], + "isStatic": false, + "name": "GetEnumerator", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "SqlErrorCollection", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Net", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Net.HttpRequestHeader", + "name": "Accept", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.HttpRequestHeader", + "name": "AcceptCharset", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.HttpRequestHeader", + "name": "AcceptEncoding", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.HttpRequestHeader", + "name": "AcceptLanguage", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.HttpRequestHeader", + "name": "Allow", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.HttpRequestHeader", + "name": "Authorization", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.HttpRequestHeader", + "name": "CacheControl", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.HttpRequestHeader", + "name": "Connection", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.HttpRequestHeader", + "name": "ContentEncoding", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.HttpRequestHeader", + "name": "ContentLanguage", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.HttpRequestHeader", + "name": "ContentLength", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.HttpRequestHeader", + "name": "ContentLocation", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.HttpRequestHeader", + "name": "ContentMd5", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.HttpRequestHeader", + "name": "ContentRange", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.HttpRequestHeader", + "name": "ContentType", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.HttpRequestHeader", + "name": "Cookie", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.HttpRequestHeader", + "name": "Date", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.HttpRequestHeader", + "name": "Expect", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.HttpRequestHeader", + "name": "Expires", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.HttpRequestHeader", + "name": "From", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.HttpRequestHeader", + "name": "Host", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.HttpRequestHeader", + "name": "IfMatch", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.HttpRequestHeader", + "name": "IfModifiedSince", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.HttpRequestHeader", + "name": "IfNoneMatch", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.HttpRequestHeader", + "name": "IfRange", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.HttpRequestHeader", + "name": "IfUnmodifiedSince", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.HttpRequestHeader", + "name": "KeepAlive", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.HttpRequestHeader", + "name": "LastModified", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.HttpRequestHeader", + "name": "MaxForwards", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.HttpRequestHeader", + "name": "Pragma", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.HttpRequestHeader", + "name": "ProxyAuthorization", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.HttpRequestHeader", + "name": "Range", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.HttpRequestHeader", + "name": "Referer", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.HttpRequestHeader", + "name": "Te", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.HttpRequestHeader", + "name": "Trailer", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.HttpRequestHeader", + "name": "TransferEncoding", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.HttpRequestHeader", + "name": "Translate", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.HttpRequestHeader", + "name": "Upgrade", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.HttpRequestHeader", + "name": "UserAgent", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.HttpRequestHeader", + "name": "Via", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.HttpRequestHeader", + "name": "Warning", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Net.HttpRequestHeader", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "HttpRequestHeader", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Data.SqlClient", + "baseClass": "System.Data.Common.DbException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [ + { + "typeName": "byte", + "name": "Class", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Guid", + "name": "ClientConnectionId", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlClient.SqlErrorCollection", + "name": "Errors", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "int", + "name": "LineNumber", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "int", + "name": "Number", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "Procedure", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "Server", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "Source", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "byte", + "name": "State", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "si", + "typeName": "System.Runtime.Serialization.SerializationInfo" + }, + { + "name": "context", + "typeName": "System.Runtime.Serialization.StreamingContext" + } + ], + "isStatic": false, + "name": "GetObjectData", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "SqlException", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Net", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Net.HttpResponseHeader", + "name": "AcceptRanges", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.HttpResponseHeader", + "name": "Age", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.HttpResponseHeader", + "name": "Allow", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.HttpResponseHeader", + "name": "CacheControl", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.HttpResponseHeader", + "name": "Connection", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.HttpResponseHeader", + "name": "ContentEncoding", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.HttpResponseHeader", + "name": "ContentLanguage", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.HttpResponseHeader", + "name": "ContentLength", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.HttpResponseHeader", + "name": "ContentLocation", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.HttpResponseHeader", + "name": "ContentMd5", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.HttpResponseHeader", + "name": "ContentRange", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.HttpResponseHeader", + "name": "ContentType", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.HttpResponseHeader", + "name": "Date", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.HttpResponseHeader", + "name": "ETag", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.HttpResponseHeader", + "name": "Expires", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.HttpResponseHeader", + "name": "KeepAlive", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.HttpResponseHeader", + "name": "LastModified", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.HttpResponseHeader", + "name": "Location", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.HttpResponseHeader", + "name": "Pragma", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.HttpResponseHeader", + "name": "ProxyAuthenticate", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.HttpResponseHeader", + "name": "RetryAfter", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.HttpResponseHeader", + "name": "Server", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.HttpResponseHeader", + "name": "SetCookie", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.HttpResponseHeader", + "name": "Trailer", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.HttpResponseHeader", + "name": "TransferEncoding", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.HttpResponseHeader", + "name": "Upgrade", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.HttpResponseHeader", + "name": "Vary", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.HttpResponseHeader", + "name": "Via", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.HttpResponseHeader", + "name": "Warning", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.HttpResponseHeader", + "name": "WwwAuthenticate", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Net.HttpResponseHeader", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "HttpResponseHeader", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Data.SqlClient", + "baseClass": "System.EventArgs", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Data.SqlClient.SqlErrorCollection", + "name": "Errors", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "Message", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "Source", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "SqlInfoMessageEventArgs", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Net", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Net.HttpStatusCode", + "name": "Accepted", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.HttpStatusCode", + "name": "Ambiguous", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.HttpStatusCode", + "name": "BadGateway", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.HttpStatusCode", + "name": "BadRequest", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.HttpStatusCode", + "name": "Conflict", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.HttpStatusCode", + "name": "Continue", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.HttpStatusCode", + "name": "Created", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.HttpStatusCode", + "name": "ExpectationFailed", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.HttpStatusCode", + "name": "Forbidden", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.HttpStatusCode", + "name": "Found", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.HttpStatusCode", + "name": "GatewayTimeout", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.HttpStatusCode", + "name": "Gone", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.HttpStatusCode", + "name": "HttpVersionNotSupported", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.HttpStatusCode", + "name": "InternalServerError", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.HttpStatusCode", + "name": "LengthRequired", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.HttpStatusCode", + "name": "MethodNotAllowed", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.HttpStatusCode", + "name": "Moved", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.HttpStatusCode", + "name": "MovedPermanently", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.HttpStatusCode", + "name": "MultipleChoices", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.HttpStatusCode", + "name": "NoContent", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.HttpStatusCode", + "name": "NonAuthoritativeInformation", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.HttpStatusCode", + "name": "NotAcceptable", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.HttpStatusCode", + "name": "NotFound", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.HttpStatusCode", + "name": "NotImplemented", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.HttpStatusCode", + "name": "NotModified", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.HttpStatusCode", + "name": "OK", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.HttpStatusCode", + "name": "PartialContent", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.HttpStatusCode", + "name": "PaymentRequired", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.HttpStatusCode", + "name": "PreconditionFailed", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.HttpStatusCode", + "name": "ProxyAuthenticationRequired", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.HttpStatusCode", + "name": "Redirect", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.HttpStatusCode", + "name": "RedirectKeepVerb", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.HttpStatusCode", + "name": "RedirectMethod", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.HttpStatusCode", + "name": "RequestedRangeNotSatisfiable", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.HttpStatusCode", + "name": "RequestEntityTooLarge", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.HttpStatusCode", + "name": "RequestTimeout", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.HttpStatusCode", + "name": "RequestUriTooLong", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.HttpStatusCode", + "name": "ResetContent", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.HttpStatusCode", + "name": "SeeOther", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.HttpStatusCode", + "name": "ServiceUnavailable", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.HttpStatusCode", + "name": "SwitchingProtocols", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.HttpStatusCode", + "name": "TemporaryRedirect", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.HttpStatusCode", + "name": "Unauthorized", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.HttpStatusCode", + "name": "UnsupportedMediaType", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.HttpStatusCode", + "name": "Unused", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.HttpStatusCode", + "name": "UpgradeRequired", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.HttpStatusCode", + "name": "UseProxy", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Net.HttpStatusCode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "HttpStatusCode", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Data.SqlClient", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "sender", "typeName": "object" }, + { + "name": "e", + "typeName": "System.Data.SqlClient.SqlInfoMessageEventArgs" + } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "sender", "typeName": "object" }, + { + "name": "e", + "typeName": "System.Data.SqlClient.SqlInfoMessageEventArgs" + }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "SqlInfoMessageEventHandler", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Net", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Version", + "name": "Version10", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Version", + "name": "Version11", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "HttpVersion", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Data.SqlClient", + "baseClass": "System.EventArgs", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Data.SqlClient.SqlNotificationInfo", + "name": "Info", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlClient.SqlNotificationSource", + "name": "Source", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlClient.SqlNotificationType", + "name": "Type", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "type", + "typeName": "System.Data.SqlClient.SqlNotificationType" + }, + { + "name": "info", + "typeName": "System.Data.SqlClient.SqlNotificationInfo" + }, + { + "name": "source", + "typeName": "System.Data.SqlClient.SqlNotificationSource" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "SqlNotificationEventArgs", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data.SqlClient", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Data.SqlClient.SqlNotificationInfo", + "name": "AlreadyChanged", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlClient.SqlNotificationInfo", + "name": "Alter", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlClient.SqlNotificationInfo", + "name": "Delete", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlClient.SqlNotificationInfo", + "name": "Drop", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlClient.SqlNotificationInfo", + "name": "Error", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlClient.SqlNotificationInfo", + "name": "Expired", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlClient.SqlNotificationInfo", + "name": "Insert", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlClient.SqlNotificationInfo", + "name": "Invalid", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlClient.SqlNotificationInfo", + "name": "Isolation", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlClient.SqlNotificationInfo", + "name": "Merge", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlClient.SqlNotificationInfo", + "name": "Options", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlClient.SqlNotificationInfo", + "name": "PreviousFire", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlClient.SqlNotificationInfo", + "name": "Query", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlClient.SqlNotificationInfo", + "name": "Resource", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlClient.SqlNotificationInfo", + "name": "Restart", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlClient.SqlNotificationInfo", + "name": "TemplateLimit", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlClient.SqlNotificationInfo", + "name": "Truncate", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlClient.SqlNotificationInfo", + "name": "Unknown", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlClient.SqlNotificationInfo", + "name": "Update", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Data.SqlClient.SqlNotificationInfo", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "SqlNotificationInfo", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Net", + "baseClass": "System.Net.WebRequest", + "attribute": "", + "interfaces": ["ISerializable"], + "fields": [ + { + "typeName": "string", + "name": "Accept", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Uri", + "name": "Address", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "AllowAutoRedirect", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "AllowReadStreamBuffering", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "AllowWriteStreamBuffering", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.DecompressionMethods", + "name": "AutomaticDecompression", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.X509CertificateCollection", + "name": "ClientCertificates", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "Connection", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "ConnectionGroupName", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "ContentLength", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "ContentType", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.HttpContinueDelegate", + "name": "ContinueDelegate", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "ContinueTimeout", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.CookieContainer", + "name": "CookieContainer", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.ICredentials", + "name": "Credentials", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.DateTime", + "name": "Date", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Cache.RequestCachePolicy", + "name": "DefaultCachePolicy", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "DefaultMaximumErrorResponseLength", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "DefaultMaximumResponseHeadersLength", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "Expect", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "HaveResponse", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.WebHeaderCollection", + "name": "Headers", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "Host", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.DateTime", + "name": "IfModifiedSince", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "KeepAlive", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "MaximumAutomaticRedirections", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "MaximumResponseHeadersLength", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "MediaType", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "Method", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "Pipelined", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "PreAuthenticate", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Version", + "name": "ProtocolVersion", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.IWebProxy", + "name": "Proxy", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "ReadWriteTimeout", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "Referer", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Uri", + "name": "RequestUri", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "SendChunked", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Security.RemoteCertificateValidationCallback", + "name": "ServerCertificateValidationCallback", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.ServicePoint", + "name": "ServicePoint", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "SupportsCookieContainer", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "Timeout", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "TransferEncoding", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "UnsafeAuthenticatedConnectionSharing", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "UseDefaultCredentials", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "UserAgent", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Abort", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "range", "typeName": "int" }], + "isStatic": false, + "name": "AddRange", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "from", "typeName": "int" }, + { "name": "to", "typeName": "int" } + ], + "isStatic": false, + "name": "AddRange", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "range", "typeName": "long" }], + "isStatic": false, + "name": "AddRange", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "from", "typeName": "long" }, + { "name": "to", "typeName": "long" } + ], + "isStatic": false, + "name": "AddRange", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "rangeSpecifier", "typeName": "string" }, + { "name": "range", "typeName": "int" } + ], + "isStatic": false, + "name": "AddRange", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "rangeSpecifier", "typeName": "string" }, + { "name": "from", "typeName": "int" }, + { "name": "to", "typeName": "int" } + ], + "isStatic": false, + "name": "AddRange", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "rangeSpecifier", "typeName": "string" }, + { "name": "range", "typeName": "long" } + ], + "isStatic": false, + "name": "AddRange", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "rangeSpecifier", "typeName": "string" }, + { "name": "from", "typeName": "long" }, + { "name": "to", "typeName": "long" } + ], + "isStatic": false, + "name": "AddRange", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "state", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginGetRequestStream", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "state", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginGetResponse", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Stream", + "params": [ + { "name": "asyncResult", "typeName": "System.IAsyncResult" } + ], + "isStatic": false, + "name": "EndGetRequestStream", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Stream", + "params": [ + { "name": "asyncResult", "typeName": "System.IAsyncResult" }, + { "name": "context", "typeName": "System.Net.TransportContext" } + ], + "isStatic": false, + "name": "EndGetRequestStream", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "WebResponse", + "params": [ + { "name": "asyncResult", "typeName": "System.IAsyncResult" } + ], + "isStatic": false, + "name": "EndGetResponse", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Stream", + "params": [], + "isStatic": false, + "name": "GetRequestStream", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Stream", + "params": [ + { "name": "context", "typeName": "System.Net.TransportContext" } + ], + "isStatic": false, + "name": "GetRequestStream", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "WebResponse", + "params": [], + "isStatic": false, + "name": "GetResponse", + "comment": "", + "location": "System.dll" + } + ], + "name": "HttpWebRequest", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Data.SqlClient", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Data.SqlClient.SqlNotificationSource", + "name": "Client", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlClient.SqlNotificationSource", + "name": "Data", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlClient.SqlNotificationSource", + "name": "Database", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlClient.SqlNotificationSource", + "name": "Environment", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlClient.SqlNotificationSource", + "name": "Execution", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlClient.SqlNotificationSource", + "name": "Object", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlClient.SqlNotificationSource", + "name": "Owner", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlClient.SqlNotificationSource", + "name": "Statement", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlClient.SqlNotificationSource", + "name": "System", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlClient.SqlNotificationSource", + "name": "Timeout", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlClient.SqlNotificationSource", + "name": "Unknown", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Data.SqlClient.SqlNotificationSource", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "SqlNotificationSource", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Net", + "baseClass": "System.Net.WebResponse", + "attribute": "", + "interfaces": ["IDisposable", "ISerializable"], + "fields": [ + { + "typeName": "string", + "name": "CharacterSet", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "ContentEncoding", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "ContentLength", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "ContentType", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.CookieCollection", + "name": "Cookies", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.WebHeaderCollection", + "name": "Headers", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "IsMutuallyAuthenticated", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.DateTime", + "name": "LastModified", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "Method", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Version", + "name": "ProtocolVersion", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Uri", + "name": "ResponseUri", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "Server", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.HttpStatusCode", + "name": "StatusCode", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "StatusDescription", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "SupportsHeaders", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Close", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "headerName", "typeName": "string" }], + "isStatic": false, + "name": "GetResponseHeader", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Stream", + "params": [], + "isStatic": false, + "name": "GetResponseStream", + "comment": "", + "location": "System.dll" + } + ], + "name": "HttpWebResponse", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Data.SqlClient", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Data.SqlClient.SqlNotificationType", + "name": "Change", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlClient.SqlNotificationType", + "name": "Subscribe", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlClient.SqlNotificationType", + "name": "Unknown", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Data.SqlClient.SqlNotificationType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "SqlNotificationType", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Net", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "AuthenticationType", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "CanPreAuthenticate", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Authorization", + "params": [ + { "name": "challenge", "typeName": "string" }, + { "name": "request", "typeName": "System.Net.WebRequest" }, + { "name": "credentials", "typeName": "System.Net.ICredentials" } + ], + "isStatic": false, + "name": "Authenticate", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Authorization", + "params": [ + { "name": "request", "typeName": "System.Net.WebRequest" }, + { "name": "credentials", "typeName": "System.Net.ICredentials" } + ], + "isStatic": false, + "name": "PreAuthenticate", + "comment": "", + "location": "System.dll" + } + ], + "name": "IAuthenticationModule", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Data.SqlClient", + "baseClass": "System.Data.Common.DbParameter", + "attribute": "", + "interfaces": ["IDbDataParameter", "IDataParameter", "ICloneable"], + "fields": [ + { + "typeName": "System.Data.SqlTypes.SqlCompareOptions", + "name": "CompareInfo", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.DbType", + "name": "DbType", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.ParameterDirection", + "name": "Direction", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "bool", + "name": "ForceColumnEncryption", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "bool", + "name": "IsNullable", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "int", + "name": "LocaleId", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "int", + "name": "Offset", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "ParameterName", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "byte", + "name": "Precision", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "byte", + "name": "Scale", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "int", + "name": "Size", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "SourceColumn", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "bool", + "name": "SourceColumnNullMapping", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.DataRowVersion", + "name": "SourceVersion", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlDbType", + "name": "SqlDbType", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "object", + "name": "SqlValue", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "TypeName", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "UdtTypeName", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "object", + "name": "Value", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "XmlSchemaCollectionDatabase", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "XmlSchemaCollectionName", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "string", + "name": "XmlSchemaCollectionOwningSchema", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "parameterName", "typeName": "string" }, + { "name": "dbType", "typeName": "System.Data.SqlDbType" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "parameterName", "typeName": "string" }, + { "name": "dbType", "typeName": "System.Data.SqlDbType" }, + { "name": "size", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "parameterName", "typeName": "string" }, + { "name": "dbType", "typeName": "System.Data.SqlDbType" }, + { "name": "size", "typeName": "int" }, + { + "name": "direction", + "typeName": "System.Data.ParameterDirection" + }, + { "name": "isNullable", "typeName": "bool" }, + { "name": "precision", "typeName": "byte" }, + { "name": "scale", "typeName": "byte" }, + { "name": "sourceColumn", "typeName": "string" }, + { + "name": "sourceVersion", + "typeName": "System.Data.DataRowVersion" + }, + { "name": "value", "typeName": "object" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "parameterName", "typeName": "string" }, + { "name": "dbType", "typeName": "System.Data.SqlDbType" }, + { "name": "size", "typeName": "int" }, + { + "name": "direction", + "typeName": "System.Data.ParameterDirection" + }, + { "name": "precision", "typeName": "byte" }, + { "name": "scale", "typeName": "byte" }, + { "name": "sourceColumn", "typeName": "string" }, + { + "name": "sourceVersion", + "typeName": "System.Data.DataRowVersion" + }, + { "name": "sourceColumnNullMapping", "typeName": "bool" }, + { "name": "value", "typeName": "object" }, + { "name": "xmlSchemaCollectionDatabase", "typeName": "string" }, + { "name": "xmlSchemaCollectionOwningSchema", "typeName": "string" }, + { "name": "xmlSchemaCollectionName", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "parameterName", "typeName": "string" }, + { "name": "dbType", "typeName": "System.Data.SqlDbType" }, + { "name": "size", "typeName": "int" }, + { "name": "sourceColumn", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "parameterName", "typeName": "string" }, + { "name": "value", "typeName": "object" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ResetDbType", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ResetSqlDbType", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "SqlParameter", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Diagnostics.CodeAnalysis", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "string", + "name": "Category", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "CheckId", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Justification", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "MessageId", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Scope", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Target", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "category", "typeName": "string" }, + { "name": "checkId", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "SuppressMessageAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Data.SqlClient", + "baseClass": "System.Data.Common.DbParameterCollection", + "attribute": "", + "interfaces": [ + "IDataParameterCollection", + "IList", + "ICollection", + "IEnumerable" + ], + "fields": [ + { + "typeName": "int", + "name": "Count", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "bool", + "name": "IsFixedSize", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "bool", + "name": "IsReadOnly", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "bool", + "name": "IsSynchronized", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlClient.SqlParameter", + "name": "this[]", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.SqlClient.SqlParameter", + "name": "this[]", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "object", + "name": "SyncRoot", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "SqlParameter", + "params": [ + { + "name": "value", + "typeName": "System.Data.SqlClient.SqlParameter" + } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlParameter", + "params": [ + { "name": "parameterName", "typeName": "string" }, + { "name": "sqlDbType", "typeName": "System.Data.SqlDbType" } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlParameter", + "params": [ + { "name": "parameterName", "typeName": "string" }, + { "name": "sqlDbType", "typeName": "System.Data.SqlDbType" }, + { "name": "size", "typeName": "int" } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlParameter", + "params": [ + { "name": "parameterName", "typeName": "string" }, + { "name": "sqlDbType", "typeName": "System.Data.SqlDbType" }, + { "name": "size", "typeName": "int" }, + { "name": "sourceColumn", "typeName": "string" } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlParameter", + "params": [ + { "name": "parameterName", "typeName": "string" }, + { "name": "value", "typeName": "object" } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "values", "typeName": "System.Array" }], + "isStatic": false, + "name": "AddRange", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "values", + "typeName": "System.Data.SqlClient.SqlParameter[]" + } + ], + "isStatic": false, + "name": "AddRange", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "SqlParameter", + "params": [ + { "name": "parameterName", "typeName": "string" }, + { "name": "value", "typeName": "object" } + ], + "isStatic": false, + "name": "AddWithValue", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Clear", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "value", + "typeName": "System.Data.SqlClient.SqlParameter" + } + ], + "isStatic": false, + "name": "Contains", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "Contains", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": false, + "name": "Contains", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "array", "typeName": "System.Array" }, + { "name": "index", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "array", + "typeName": "System.Data.SqlClient.SqlParameter[]" + }, + { "name": "index", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "IEnumerator", + "params": [], + "isStatic": false, + "name": "GetEnumerator", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "value", + "typeName": "System.Data.SqlClient.SqlParameter" + } + ], + "isStatic": false, + "name": "IndexOf", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "IndexOf", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "parameterName", "typeName": "string" }], + "isStatic": false, + "name": "IndexOf", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { + "name": "value", + "typeName": "System.Data.SqlClient.SqlParameter" + } + ], + "isStatic": false, + "name": "Insert", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "value", "typeName": "object" } + ], + "isStatic": false, + "name": "Insert", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Data.SqlClient.SqlParameter" + } + ], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "RemoveAt", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "parameterName", "typeName": "string" }], + "isStatic": false, + "name": "RemoveAt", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "SqlParameterCollection", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data.SqlClient", + "baseClass": "System.EventArgs", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "Abort", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "long", + "name": "RowsCopied", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "rowsCopied", "typeName": "long" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "SqlRowsCopiedEventArgs", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data.SqlClient", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "sender", "typeName": "object" }, + { + "name": "e", + "typeName": "System.Data.SqlClient.SqlRowsCopiedEventArgs" + } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "sender", "typeName": "object" }, + { + "name": "e", + "typeName": "System.Data.SqlClient.SqlRowsCopiedEventArgs" + }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "SqlRowsCopiedEventHandler", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data.SqlClient", + "baseClass": "System.Data.Common.RowUpdatedEventArgs", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Data.SqlClient.SqlCommand", + "name": "Command", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "row", "typeName": "System.Data.DataRow" }, + { "name": "command", "typeName": "System.Data.IDbCommand" }, + { + "name": "statementType", + "typeName": "System.Data.StatementType" + }, + { + "name": "tableMapping", + "typeName": "System.Data.Common.DataTableMapping" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "SqlRowUpdatedEventArgs", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data.SqlClient", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "sender", "typeName": "object" }, + { + "name": "e", + "typeName": "System.Data.SqlClient.SqlRowUpdatedEventArgs" + } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "sender", "typeName": "object" }, + { + "name": "e", + "typeName": "System.Data.SqlClient.SqlRowUpdatedEventArgs" + }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "SqlRowUpdatedEventHandler", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Data.SqlClient", + "baseClass": "System.Data.Common.RowUpdatingEventArgs", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Data.SqlClient.SqlCommand", + "name": "Command", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "row", "typeName": "System.Data.DataRow" }, + { "name": "command", "typeName": "System.Data.IDbCommand" }, + { + "name": "statementType", + "typeName": "System.Data.StatementType" + }, + { + "name": "tableMapping", + "typeName": "System.Data.Common.DataTableMapping" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "SqlRowUpdatingEventArgs", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Net", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [ + { "name": "srvPoint", "typeName": "System.Net.ServicePoint" }, + { + "name": "certificate", + "typeName": "System.Security.Cryptography.X509Certificates.X509Certificate" + }, + { "name": "request", "typeName": "System.Net.WebRequest" }, + { "name": "certificateProblem", "typeName": "int" } + ], + "isStatic": false, + "name": "CheckValidationResult", + "comment": "", + "location": "System.dll" + } + ], + "name": "ICertificatePolicy", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Diagnostics.CodeAnalysis", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "ExcludeFromCodeCoverageAttribute", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Data.SqlClient", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "sender", "typeName": "object" }, + { + "name": "e", + "typeName": "System.Data.SqlClient.SqlRowUpdatingEventArgs" + } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "sender", "typeName": "object" }, + { + "name": "e", + "typeName": "System.Data.SqlClient.SqlRowUpdatingEventArgs" + }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "SqlRowUpdatingEventHandler", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Net", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [ + { "name": "challengeUri", "typeName": "System.Uri" }, + { "name": "request", "typeName": "System.Net.WebRequest" }, + { + "name": "credential", + "typeName": "System.Net.NetworkCredential" + }, + { + "name": "authenticationModule", + "typeName": "System.Net.IAuthenticationModule" + } + ], + "isStatic": false, + "name": "ShouldSendCredential", + "comment": "", + "location": "System.dll" + } + ], + "name": "ICredentialPolicy", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Data.SqlClient", + "baseClass": "System.Data.Common.DbTransaction", + "attribute": "", + "interfaces": ["IDbTransaction", "IDisposable"], + "fields": [ + { + "typeName": "System.Data.SqlClient.SqlConnection", + "name": "Connection", + "comment": "", + "location": "System.Data.dll" + }, + { + "typeName": "System.Data.IsolationLevel", + "name": "IsolationLevel", + "comment": "", + "location": "System.Data.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Commit", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Rollback", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "transactionName", "typeName": "string" }], + "isStatic": false, + "name": "Rollback", + "comment": "", + "location": "System.Data.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "savePointName", "typeName": "string" }], + "isStatic": false, + "name": "Save", + "comment": "", + "location": "System.Data.dll" + } + ], + "name": "SqlTransaction", + "comment": "", + "location": "System.Data.dll" + }, + { + "namespace": "System.Net", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "NetworkCredential", + "params": [ + { "name": "uri", "typeName": "System.Uri" }, + { "name": "authType", "typeName": "string" } + ], + "isStatic": false, + "name": "GetCredential", + "comment": "", + "location": "System.dll" + } + ], + "name": "ICredentials", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "NetworkCredential", + "params": [ + { "name": "host", "typeName": "string" }, + { "name": "port", "typeName": "int" }, + { "name": "authenticationType", "typeName": "string" } + ], + "isStatic": false, + "name": "GetCredential", + "comment": "", + "location": "System.dll" + } + ], + "name": "ICredentialsByHost", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Net.IPAddress", + "name": "Any", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.IPAddress", + "name": "Broadcast", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.IPAddress", + "name": "IPv6Any", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.IPAddress", + "name": "IPv6Loopback", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.IPAddress", + "name": "IPv6None", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.IPAddress", + "name": "Loopback", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.IPAddress", + "name": "None", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "Address", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.AddressFamily", + "name": "AddressFamily", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "IsIPv4MappedToIPv6", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "IsIPv6LinkLocal", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "IsIPv6Multicast", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "IsIPv6SiteLocal", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "IsIPv6Teredo", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "ScopeId", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "address", "typeName": "byte[]" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "address", "typeName": "byte[]" }, + { "name": "scopeid", "typeName": "long" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "newAddress", "typeName": "long" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "comparand", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetAddressBytes", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int16", + "params": [{ "name": "host", "typeName": "short" }], + "isStatic": true, + "name": "HostToNetworkOrder", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "host", "typeName": "int" }], + "isStatic": true, + "name": "HostToNetworkOrder", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int64", + "params": [{ "name": "host", "typeName": "long" }], + "isStatic": true, + "name": "HostToNetworkOrder", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "address", "typeName": "System.Net.IPAddress" }], + "isStatic": true, + "name": "IsLoopback", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IPAddress", + "params": [], + "isStatic": false, + "name": "MapToIPv4", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IPAddress", + "params": [], + "isStatic": false, + "name": "MapToIPv6", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int16", + "params": [{ "name": "network", "typeName": "short" }], + "isStatic": true, + "name": "NetworkToHostOrder", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "network", "typeName": "int" }], + "isStatic": true, + "name": "NetworkToHostOrder", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int64", + "params": [{ "name": "network", "typeName": "long" }], + "isStatic": true, + "name": "NetworkToHostOrder", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IPAddress", + "params": [{ "name": "ipString", "typeName": "string" }], + "isStatic": true, + "name": "Parse", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "ipString", "typeName": "string" }, + { "name": "address", "typeName": "System.Net.IPAddress" } + ], + "isStatic": true, + "name": "TryParse", + "comment": "", + "location": "System.dll" + } + ], + "name": "IPAddress", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net", + "baseClass": "System.Net.EndPoint", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "MaxPort", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "MinPort", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.IPAddress", + "name": "Address", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.AddressFamily", + "name": "AddressFamily", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "Port", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "address", "typeName": "long" }, + { "name": "port", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "address", "typeName": "System.Net.IPAddress" }, + { "name": "port", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "EndPoint", + "params": [ + { "name": "socketAddress", "typeName": "System.Net.SocketAddress" } + ], + "isStatic": false, + "name": "Create", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "comparand", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "SocketAddress", + "params": [], + "isStatic": false, + "name": "Serialize", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.dll" + } + ], + "name": "IPEndPoint", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Net.IPAddress[]", + "name": "AddressList", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string[]", + "name": "Aliases", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "HostName", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "IPHostEntry", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [ + { + "typeName": "System.Net.ICredentials", + "name": "Credentials", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Uri", + "params": [{ "name": "destination", "typeName": "System.Uri" }], + "isStatic": false, + "name": "GetProxy", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "host", "typeName": "System.Uri" }], + "isStatic": false, + "name": "IsBypassed", + "comment": "", + "location": "System.dll" + } + ], + "name": "IWebProxy", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Close", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "scriptLocation", "typeName": "System.Uri" }, + { "name": "script", "typeName": "string" }, + { "name": "helperType", "typeName": "System.Type" } + ], + "isStatic": false, + "name": "Load", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "url", "typeName": "string" }, + { "name": "host", "typeName": "string" } + ], + "isStatic": false, + "name": "Run", + "comment": "", + "location": "System.dll" + } + ], + "name": "IWebProxyScript", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "WebRequest", + "params": [{ "name": "uri", "typeName": "System.Uri" }], + "isStatic": false, + "name": "Create", + "comment": "", + "location": "System.dll" + } + ], + "name": "IWebRequestCreate", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Net.NetworkAccess", + "name": "Accept", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.NetworkAccess", + "name": "Connect", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Net.NetworkAccess", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "NetworkAccess", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net", + "baseClass": "object", + "attribute": "", + "interfaces": ["ICredentials", "ICredentialsByHost"], + "fields": [ + { + "typeName": "string", + "name": "Domain", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "Password", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.SecureString", + "name": "SecurePassword", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "UserName", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "userName", "typeName": "string" }, + { "name": "password", "typeName": "System.Security.SecureString" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "userName", "typeName": "string" }, + { "name": "password", "typeName": "System.Security.SecureString" }, + { "name": "domain", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "userName", "typeName": "string" }, + { "name": "password", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "userName", "typeName": "string" }, + { "name": "password", "typeName": "string" }, + { "name": "domain", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "NetworkCredential", + "params": [ + { "name": "host", "typeName": "string" }, + { "name": "port", "typeName": "int" }, + { "name": "authenticationType", "typeName": "string" } + ], + "isStatic": false, + "name": "GetCredential", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "NetworkCredential", + "params": [ + { "name": "uri", "typeName": "System.Uri" }, + { "name": "authType", "typeName": "string" } + ], + "isStatic": false, + "name": "GetCredential", + "comment": "", + "location": "System.dll" + } + ], + "name": "NetworkCredential", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net", + "baseClass": "System.ComponentModel.AsyncCompletedEventArgs", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.IO.Stream", + "name": "Result", + "comment": "", + "location": "System.dll" + } + ], + "methods": [], + "name": "OpenReadCompletedEventArgs", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "sender", "typeName": "object" }, + { "name": "e", "typeName": "System.Net.OpenReadCompletedEventArgs" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "sender", "typeName": "object" }, + { + "name": "e", + "typeName": "System.Net.OpenReadCompletedEventArgs" + }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "System.dll" + } + ], + "name": "OpenReadCompletedEventHandler", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net", + "baseClass": "System.ComponentModel.AsyncCompletedEventArgs", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.IO.Stream", + "name": "Result", + "comment": "", + "location": "System.dll" + } + ], + "methods": [], + "name": "OpenWriteCompletedEventArgs", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "sender", "typeName": "object" }, + { + "name": "e", + "typeName": "System.Net.OpenWriteCompletedEventArgs" + } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "sender", "typeName": "object" }, + { + "name": "e", + "typeName": "System.Net.OpenWriteCompletedEventArgs" + }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "System.dll" + } + ], + "name": "OpenWriteCompletedEventHandler", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net", + "baseClass": "System.InvalidOperationException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "serializationInfo", + "typeName": "System.Runtime.Serialization.SerializationInfo" + }, + { + "name": "streamingContext", + "typeName": "System.Runtime.Serialization.StreamingContext" + } + ], + "isStatic": false, + "name": "GetObjectData", + "comment": "", + "location": "System.dll" + } + ], + "name": "ProtocolViolationException", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Diagnostics.Eventing", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "byte", + "name": "Channel", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "int", + "name": "EventId", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "long", + "name": "Keywords", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "byte", + "name": "Level", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "byte", + "name": "Opcode", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "int", + "name": "Task", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "byte", + "name": "Version", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "id", "typeName": "int" }, + { "name": "version", "typeName": "byte" }, + { "name": "channel", "typeName": "byte" }, + { "name": "level", "typeName": "byte" }, + { "name": "opcode", "typeName": "byte" }, + { "name": "task", "typeName": "int" }, + { "name": "keywords", "typeName": "long" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "EventDescriptor", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Net", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Net.SecurityProtocolType", + "name": "Ssl3", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.SecurityProtocolType", + "name": "SystemDefault", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.SecurityProtocolType", + "name": "Tls", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.SecurityProtocolType", + "name": "Tls11", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.SecurityProtocolType", + "name": "Tls12", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Net.SecurityProtocolType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "SecurityProtocolType", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Diagnostics.Eventing", + "baseClass": "object", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "providerGuid", "typeName": "System.Guid" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Close", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Guid", + "params": [], + "isStatic": true, + "name": "CreateActivityId", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "WriteEventErrorCode", + "params": [], + "isStatic": true, + "name": "GetLastWriteEventError", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "IsEnabled", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "level", "typeName": "byte" }, + { "name": "keywords", "typeName": "long" } + ], + "isStatic": false, + "name": "IsEnabled", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "id", "typeName": "System.Guid" }], + "isStatic": true, + "name": "SetActivityId", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "eventDescriptor", + "typeName": "System.Diagnostics.Eventing.EventDescriptor" + }, + { "name": "eventPayload", "typeName": "object[]" } + ], + "isStatic": false, + "name": "WriteEvent", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "eventDescriptor", + "typeName": "System.Diagnostics.Eventing.EventDescriptor" + }, + { "name": "data", "typeName": "string" } + ], + "isStatic": false, + "name": "WriteEvent", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "eventMessage", "typeName": "string" }], + "isStatic": false, + "name": "WriteMessageEvent", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "eventMessage", "typeName": "string" }, + { "name": "eventLevel", "typeName": "byte" }, + { "name": "eventKeywords", "typeName": "long" } + ], + "isStatic": false, + "name": "WriteMessageEvent", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "eventDescriptor", + "typeName": "System.Diagnostics.Eventing.EventDescriptor" + }, + { "name": "relatedActivityId", "typeName": "System.Guid" }, + { "name": "eventPayload", "typeName": "object[]" } + ], + "isStatic": false, + "name": "WriteTransferEvent", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "EventProvider", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Net", + "baseClass": "System.Security.Permissions.CodeAccessSecurityAttribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "string", + "name": "Access", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "Host", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "Port", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "Transport", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "action", + "typeName": "System.Security.Permissions.SecurityAction" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IPermission", + "params": [], + "isStatic": false, + "name": "CreatePermission", + "comment": "", + "location": "System.dll" + } + ], + "name": "SocketPermissionAttribute", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "ChannelBinding", + "params": [ + { + "name": "kind", + "typeName": "System.Security.Authentication.ExtendedProtection.ChannelBindingKind" + } + ], + "isStatic": false, + "name": "GetChannelBinding", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [], + "isStatic": false, + "name": "GetTlsTokenBindings", + "comment": "", + "location": "System.dll" + } + ], + "name": "TransportContext", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Net.TransportType", + "name": "All", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.TransportType", + "name": "Connectionless", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.TransportType", + "name": "ConnectionOriented", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.TransportType", + "name": "Tcp", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.TransportType", + "name": "Udp", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Net.TransportType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "TransportType", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net", + "baseClass": "System.ComponentModel.AsyncCompletedEventArgs", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "byte[]", + "name": "Result", + "comment": "", + "location": "System.dll" + } + ], + "methods": [], + "name": "UploadDataCompletedEventArgs", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "sender", "typeName": "object" }, + { + "name": "e", + "typeName": "System.Net.UploadDataCompletedEventArgs" + } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "sender", "typeName": "object" }, + { + "name": "e", + "typeName": "System.Net.UploadDataCompletedEventArgs" + }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "System.dll" + } + ], + "name": "UploadDataCompletedEventHandler", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net", + "baseClass": "System.ComponentModel.AsyncCompletedEventArgs", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "byte[]", + "name": "Result", + "comment": "", + "location": "System.dll" + } + ], + "methods": [], + "name": "UploadValuesCompletedEventArgs", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net", + "baseClass": "System.ComponentModel.AsyncCompletedEventArgs", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "byte[]", + "name": "Result", + "comment": "", + "location": "System.dll" + } + ], + "methods": [], + "name": "UploadFileCompletedEventArgs", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "sender", "typeName": "object" }, + { + "name": "e", + "typeName": "System.Net.UploadValuesCompletedEventArgs" + } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "sender", "typeName": "object" }, + { + "name": "e", + "typeName": "System.Net.UploadValuesCompletedEventArgs" + }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "System.dll" + } + ], + "name": "UploadValuesCompletedEventHandler", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "sender", "typeName": "object" }, + { + "name": "e", + "typeName": "System.Net.UploadFileCompletedEventArgs" + } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "sender", "typeName": "object" }, + { + "name": "e", + "typeName": "System.Net.UploadFileCompletedEventArgs" + }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "System.dll" + } + ], + "name": "UploadFileCompletedEventHandler", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Diagnostics.PerformanceData", + "baseClass": "object", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "providerGuid", "typeName": "System.Guid" }, + { "name": "counterSetGuid", "typeName": "System.Guid" }, + { + "name": "instanceType", + "typeName": "System.Diagnostics.PerformanceData.CounterSetInstanceType" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "counterId", "typeName": "int" }, + { + "name": "counterType", + "typeName": "System.Diagnostics.PerformanceData.CounterType" + } + ], + "isStatic": false, + "name": "AddCounter", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "counterId", "typeName": "int" }, + { + "name": "counterType", + "typeName": "System.Diagnostics.PerformanceData.CounterType" + }, + { "name": "counterName", "typeName": "string" } + ], + "isStatic": false, + "name": "AddCounter", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "CounterSetInstance", + "params": [{ "name": "instanceName", "typeName": "string" }], + "isStatic": false, + "name": "CreateCounterSetInstance", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "CounterSet", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Net", + "baseClass": "System.ComponentModel.ProgressChangedEventArgs", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "long", + "name": "BytesReceived", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "BytesSent", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "TotalBytesToReceive", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "TotalBytesToSend", + "comment": "", + "location": "System.dll" + } + ], + "methods": [], + "name": "UploadProgressChangedEventArgs", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "sender", "typeName": "object" }, + { + "name": "e", + "typeName": "System.Net.UploadProgressChangedEventArgs" + } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "sender", "typeName": "object" }, + { + "name": "e", + "typeName": "System.Net.UploadProgressChangedEventArgs" + }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "System.dll" + } + ], + "name": "UploadProgressChangedEventHandler", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Diagnostics.PerformanceData", + "baseClass": "object", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "System.Diagnostics.PerformanceData.CounterSetInstanceCounterDataSet", + "name": "Counters", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "CounterSetInstance", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Net", + "baseClass": "System.ComponentModel.Component", + "attribute": "", + "interfaces": ["IComponent", "IDisposable"], + "fields": [ + { + "typeName": "bool", + "name": "AllowReadStreamBuffering", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "AllowWriteStreamBuffering", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "BaseAddress", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Cache.RequestCachePolicy", + "name": "CachePolicy", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.ICredentials", + "name": "Credentials", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Text.Encoding", + "name": "Encoding", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.WebHeaderCollection", + "name": "Headers", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "IsBusy", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.IWebProxy", + "name": "Proxy", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Collections.Specialized.NameValueCollection", + "name": "QueryString", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.WebHeaderCollection", + "name": "ResponseHeaders", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "UseDefaultCredentials", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.DownloadDataCompletedEventHandler", + "name": "DownloadDataCompleted", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.AsyncCompletedEventHandler", + "name": "DownloadFileCompleted", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.DownloadProgressChangedEventHandler", + "name": "DownloadProgressChanged", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.DownloadStringCompletedEventHandler", + "name": "DownloadStringCompleted", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.OpenReadCompletedEventHandler", + "name": "OpenReadCompleted", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.OpenWriteCompletedEventHandler", + "name": "OpenWriteCompleted", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.UploadDataCompletedEventHandler", + "name": "UploadDataCompleted", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.UploadFileCompletedEventHandler", + "name": "UploadFileCompleted", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.UploadProgressChangedEventHandler", + "name": "UploadProgressChanged", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.UploadStringCompletedEventHandler", + "name": "UploadStringCompleted", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.UploadValuesCompletedEventHandler", + "name": "UploadValuesCompleted", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.WriteStreamClosedEventHandler", + "name": "WriteStreamClosed", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Net.DownloadDataCompletedEventHandler" + } + ], + "isStatic": false, + "name": "add_DownloadDataCompleted", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Net.DownloadDataCompletedEventHandler" + } + ], + "isStatic": false, + "name": "remove_DownloadDataCompleted", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.ComponentModel.AsyncCompletedEventHandler" + } + ], + "isStatic": false, + "name": "add_DownloadFileCompleted", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.ComponentModel.AsyncCompletedEventHandler" + } + ], + "isStatic": false, + "name": "remove_DownloadFileCompleted", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Net.DownloadProgressChangedEventHandler" + } + ], + "isStatic": false, + "name": "add_DownloadProgressChanged", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Net.DownloadProgressChangedEventHandler" + } + ], + "isStatic": false, + "name": "remove_DownloadProgressChanged", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Net.DownloadStringCompletedEventHandler" + } + ], + "isStatic": false, + "name": "add_DownloadStringCompleted", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Net.DownloadStringCompletedEventHandler" + } + ], + "isStatic": false, + "name": "remove_DownloadStringCompleted", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Net.OpenReadCompletedEventHandler" + } + ], + "isStatic": false, + "name": "add_OpenReadCompleted", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Net.OpenReadCompletedEventHandler" + } + ], + "isStatic": false, + "name": "remove_OpenReadCompleted", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Net.OpenWriteCompletedEventHandler" + } + ], + "isStatic": false, + "name": "add_OpenWriteCompleted", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Net.OpenWriteCompletedEventHandler" + } + ], + "isStatic": false, + "name": "remove_OpenWriteCompleted", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Net.UploadDataCompletedEventHandler" + } + ], + "isStatic": false, + "name": "add_UploadDataCompleted", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Net.UploadDataCompletedEventHandler" + } + ], + "isStatic": false, + "name": "remove_UploadDataCompleted", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Net.UploadFileCompletedEventHandler" + } + ], + "isStatic": false, + "name": "add_UploadFileCompleted", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Net.UploadFileCompletedEventHandler" + } + ], + "isStatic": false, + "name": "remove_UploadFileCompleted", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Net.UploadProgressChangedEventHandler" + } + ], + "isStatic": false, + "name": "add_UploadProgressChanged", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Net.UploadProgressChangedEventHandler" + } + ], + "isStatic": false, + "name": "remove_UploadProgressChanged", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Net.UploadStringCompletedEventHandler" + } + ], + "isStatic": false, + "name": "add_UploadStringCompleted", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Net.UploadStringCompletedEventHandler" + } + ], + "isStatic": false, + "name": "remove_UploadStringCompleted", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Net.UploadValuesCompletedEventHandler" + } + ], + "isStatic": false, + "name": "add_UploadValuesCompleted", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Net.UploadValuesCompletedEventHandler" + } + ], + "isStatic": false, + "name": "remove_UploadValuesCompleted", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Net.WriteStreamClosedEventHandler" + } + ], + "isStatic": false, + "name": "add_WriteStreamClosed", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Net.WriteStreamClosedEventHandler" + } + ], + "isStatic": false, + "name": "remove_WriteStreamClosed", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "CancelAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "address", "typeName": "string" }], + "isStatic": false, + "name": "DownloadData", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "address", "typeName": "System.Uri" }], + "isStatic": false, + "name": "DownloadData", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "address", "typeName": "System.Uri" }], + "isStatic": false, + "name": "DownloadDataAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "address", "typeName": "System.Uri" }, + { "name": "userToken", "typeName": "object" } + ], + "isStatic": false, + "name": "DownloadDataAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Task", + "params": [{ "name": "address", "typeName": "string" }], + "isStatic": false, + "name": "DownloadDataTaskAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Task", + "params": [{ "name": "address", "typeName": "System.Uri" }], + "isStatic": false, + "name": "DownloadDataTaskAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "address", "typeName": "string" }, + { "name": "fileName", "typeName": "string" } + ], + "isStatic": false, + "name": "DownloadFile", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "address", "typeName": "System.Uri" }, + { "name": "fileName", "typeName": "string" } + ], + "isStatic": false, + "name": "DownloadFile", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "address", "typeName": "System.Uri" }, + { "name": "fileName", "typeName": "string" } + ], + "isStatic": false, + "name": "DownloadFileAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "address", "typeName": "System.Uri" }, + { "name": "fileName", "typeName": "string" }, + { "name": "userToken", "typeName": "object" } + ], + "isStatic": false, + "name": "DownloadFileAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "address", "typeName": "string" }, + { "name": "fileName", "typeName": "string" } + ], + "isStatic": false, + "name": "DownloadFileTaskAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "address", "typeName": "System.Uri" }, + { "name": "fileName", "typeName": "string" } + ], + "isStatic": false, + "name": "DownloadFileTaskAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "address", "typeName": "string" }], + "isStatic": false, + "name": "DownloadString", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "address", "typeName": "System.Uri" }], + "isStatic": false, + "name": "DownloadString", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "address", "typeName": "System.Uri" }], + "isStatic": false, + "name": "DownloadStringAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "address", "typeName": "System.Uri" }, + { "name": "userToken", "typeName": "object" } + ], + "isStatic": false, + "name": "DownloadStringAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Task", + "params": [{ "name": "address", "typeName": "string" }], + "isStatic": false, + "name": "DownloadStringTaskAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Task", + "params": [{ "name": "address", "typeName": "System.Uri" }], + "isStatic": false, + "name": "DownloadStringTaskAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Stream", + "params": [{ "name": "address", "typeName": "string" }], + "isStatic": false, + "name": "OpenRead", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Stream", + "params": [{ "name": "address", "typeName": "System.Uri" }], + "isStatic": false, + "name": "OpenRead", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "address", "typeName": "System.Uri" }], + "isStatic": false, + "name": "OpenReadAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "address", "typeName": "System.Uri" }, + { "name": "userToken", "typeName": "object" } + ], + "isStatic": false, + "name": "OpenReadAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Task", + "params": [{ "name": "address", "typeName": "string" }], + "isStatic": false, + "name": "OpenReadTaskAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Task", + "params": [{ "name": "address", "typeName": "System.Uri" }], + "isStatic": false, + "name": "OpenReadTaskAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Stream", + "params": [{ "name": "address", "typeName": "string" }], + "isStatic": false, + "name": "OpenWrite", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Stream", + "params": [ + { "name": "address", "typeName": "string" }, + { "name": "method", "typeName": "string" } + ], + "isStatic": false, + "name": "OpenWrite", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Stream", + "params": [{ "name": "address", "typeName": "System.Uri" }], + "isStatic": false, + "name": "OpenWrite", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Stream", + "params": [ + { "name": "address", "typeName": "System.Uri" }, + { "name": "method", "typeName": "string" } + ], + "isStatic": false, + "name": "OpenWrite", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "address", "typeName": "System.Uri" }], + "isStatic": false, + "name": "OpenWriteAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "address", "typeName": "System.Uri" }, + { "name": "method", "typeName": "string" } + ], + "isStatic": false, + "name": "OpenWriteAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "address", "typeName": "System.Uri" }, + { "name": "method", "typeName": "string" }, + { "name": "userToken", "typeName": "object" } + ], + "isStatic": false, + "name": "OpenWriteAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Task", + "params": [{ "name": "address", "typeName": "string" }], + "isStatic": false, + "name": "OpenWriteTaskAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "address", "typeName": "string" }, + { "name": "method", "typeName": "string" } + ], + "isStatic": false, + "name": "OpenWriteTaskAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Task", + "params": [{ "name": "address", "typeName": "System.Uri" }], + "isStatic": false, + "name": "OpenWriteTaskAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "address", "typeName": "System.Uri" }, + { "name": "method", "typeName": "string" } + ], + "isStatic": false, + "name": "OpenWriteTaskAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "address", "typeName": "string" }, + { "name": "data", "typeName": "byte[]" } + ], + "isStatic": false, + "name": "UploadData", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "address", "typeName": "string" }, + { "name": "method", "typeName": "string" }, + { "name": "data", "typeName": "byte[]" } + ], + "isStatic": false, + "name": "UploadData", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "address", "typeName": "System.Uri" }, + { "name": "data", "typeName": "byte[]" } + ], + "isStatic": false, + "name": "UploadData", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "address", "typeName": "System.Uri" }, + { "name": "method", "typeName": "string" }, + { "name": "data", "typeName": "byte[]" } + ], + "isStatic": false, + "name": "UploadData", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "address", "typeName": "System.Uri" }, + { "name": "data", "typeName": "byte[]" } + ], + "isStatic": false, + "name": "UploadDataAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "address", "typeName": "System.Uri" }, + { "name": "method", "typeName": "string" }, + { "name": "data", "typeName": "byte[]" } + ], + "isStatic": false, + "name": "UploadDataAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "address", "typeName": "System.Uri" }, + { "name": "method", "typeName": "string" }, + { "name": "data", "typeName": "byte[]" }, + { "name": "userToken", "typeName": "object" } + ], + "isStatic": false, + "name": "UploadDataAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "address", "typeName": "string" }, + { "name": "data", "typeName": "byte[]" } + ], + "isStatic": false, + "name": "UploadDataTaskAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "address", "typeName": "string" }, + { "name": "method", "typeName": "string" }, + { "name": "data", "typeName": "byte[]" } + ], + "isStatic": false, + "name": "UploadDataTaskAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "address", "typeName": "System.Uri" }, + { "name": "data", "typeName": "byte[]" } + ], + "isStatic": false, + "name": "UploadDataTaskAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "address", "typeName": "System.Uri" }, + { "name": "method", "typeName": "string" }, + { "name": "data", "typeName": "byte[]" } + ], + "isStatic": false, + "name": "UploadDataTaskAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "address", "typeName": "string" }, + { "name": "fileName", "typeName": "string" } + ], + "isStatic": false, + "name": "UploadFile", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "address", "typeName": "string" }, + { "name": "method", "typeName": "string" }, + { "name": "fileName", "typeName": "string" } + ], + "isStatic": false, + "name": "UploadFile", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "address", "typeName": "System.Uri" }, + { "name": "fileName", "typeName": "string" } + ], + "isStatic": false, + "name": "UploadFile", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "address", "typeName": "System.Uri" }, + { "name": "method", "typeName": "string" }, + { "name": "fileName", "typeName": "string" } + ], + "isStatic": false, + "name": "UploadFile", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "address", "typeName": "System.Uri" }, + { "name": "fileName", "typeName": "string" } + ], + "isStatic": false, + "name": "UploadFileAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "address", "typeName": "System.Uri" }, + { "name": "method", "typeName": "string" }, + { "name": "fileName", "typeName": "string" } + ], + "isStatic": false, + "name": "UploadFileAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "address", "typeName": "System.Uri" }, + { "name": "method", "typeName": "string" }, + { "name": "fileName", "typeName": "string" }, + { "name": "userToken", "typeName": "object" } + ], + "isStatic": false, + "name": "UploadFileAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "address", "typeName": "string" }, + { "name": "fileName", "typeName": "string" } + ], + "isStatic": false, + "name": "UploadFileTaskAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "address", "typeName": "string" }, + { "name": "method", "typeName": "string" }, + { "name": "fileName", "typeName": "string" } + ], + "isStatic": false, + "name": "UploadFileTaskAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "address", "typeName": "System.Uri" }, + { "name": "fileName", "typeName": "string" } + ], + "isStatic": false, + "name": "UploadFileTaskAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "address", "typeName": "System.Uri" }, + { "name": "method", "typeName": "string" }, + { "name": "fileName", "typeName": "string" } + ], + "isStatic": false, + "name": "UploadFileTaskAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "address", "typeName": "string" }, + { "name": "data", "typeName": "string" } + ], + "isStatic": false, + "name": "UploadString", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "address", "typeName": "string" }, + { "name": "method", "typeName": "string" }, + { "name": "data", "typeName": "string" } + ], + "isStatic": false, + "name": "UploadString", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "address", "typeName": "System.Uri" }, + { "name": "data", "typeName": "string" } + ], + "isStatic": false, + "name": "UploadString", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "address", "typeName": "System.Uri" }, + { "name": "method", "typeName": "string" }, + { "name": "data", "typeName": "string" } + ], + "isStatic": false, + "name": "UploadString", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "address", "typeName": "System.Uri" }, + { "name": "data", "typeName": "string" } + ], + "isStatic": false, + "name": "UploadStringAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "address", "typeName": "System.Uri" }, + { "name": "method", "typeName": "string" }, + { "name": "data", "typeName": "string" } + ], + "isStatic": false, + "name": "UploadStringAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "address", "typeName": "System.Uri" }, + { "name": "method", "typeName": "string" }, + { "name": "data", "typeName": "string" }, + { "name": "userToken", "typeName": "object" } + ], + "isStatic": false, + "name": "UploadStringAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "address", "typeName": "string" }, + { "name": "data", "typeName": "string" } + ], + "isStatic": false, + "name": "UploadStringTaskAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "address", "typeName": "string" }, + { "name": "method", "typeName": "string" }, + { "name": "data", "typeName": "string" } + ], + "isStatic": false, + "name": "UploadStringTaskAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "address", "typeName": "System.Uri" }, + { "name": "data", "typeName": "string" } + ], + "isStatic": false, + "name": "UploadStringTaskAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "address", "typeName": "System.Uri" }, + { "name": "method", "typeName": "string" }, + { "name": "data", "typeName": "string" } + ], + "isStatic": false, + "name": "UploadStringTaskAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "address", "typeName": "string" }, + { + "name": "data", + "typeName": "System.Collections.Specialized.NameValueCollection" + } + ], + "isStatic": false, + "name": "UploadValues", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "address", "typeName": "string" }, + { "name": "method", "typeName": "string" }, + { + "name": "data", + "typeName": "System.Collections.Specialized.NameValueCollection" + } + ], + "isStatic": false, + "name": "UploadValues", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "address", "typeName": "System.Uri" }, + { + "name": "data", + "typeName": "System.Collections.Specialized.NameValueCollection" + } + ], + "isStatic": false, + "name": "UploadValues", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "address", "typeName": "System.Uri" }, + { "name": "method", "typeName": "string" }, + { + "name": "data", + "typeName": "System.Collections.Specialized.NameValueCollection" + } + ], + "isStatic": false, + "name": "UploadValues", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "address", "typeName": "System.Uri" }, + { + "name": "data", + "typeName": "System.Collections.Specialized.NameValueCollection" + } + ], + "isStatic": false, + "name": "UploadValuesAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "address", "typeName": "System.Uri" }, + { "name": "method", "typeName": "string" }, + { + "name": "data", + "typeName": "System.Collections.Specialized.NameValueCollection" + } + ], + "isStatic": false, + "name": "UploadValuesAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "address", "typeName": "System.Uri" }, + { "name": "method", "typeName": "string" }, + { + "name": "data", + "typeName": "System.Collections.Specialized.NameValueCollection" + }, + { "name": "userToken", "typeName": "object" } + ], + "isStatic": false, + "name": "UploadValuesAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "address", "typeName": "string" }, + { + "name": "data", + "typeName": "System.Collections.Specialized.NameValueCollection" + } + ], + "isStatic": false, + "name": "UploadValuesTaskAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "address", "typeName": "string" }, + { "name": "method", "typeName": "string" }, + { + "name": "data", + "typeName": "System.Collections.Specialized.NameValueCollection" + } + ], + "isStatic": false, + "name": "UploadValuesTaskAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "address", "typeName": "System.Uri" }, + { + "name": "data", + "typeName": "System.Collections.Specialized.NameValueCollection" + } + ], + "isStatic": false, + "name": "UploadValuesTaskAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "address", "typeName": "System.Uri" }, + { "name": "method", "typeName": "string" }, + { + "name": "data", + "typeName": "System.Collections.Specialized.NameValueCollection" + } + ], + "isStatic": false, + "name": "UploadValuesTaskAsync", + "comment": "", + "location": "System.dll" + } + ], + "name": "WebClient", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net", + "baseClass": "System.ComponentModel.AsyncCompletedEventArgs", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "Result", + "comment": "", + "location": "System.dll" + } + ], + "methods": [], + "name": "UploadStringCompletedEventArgs", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Diagnostics.PerformanceData", + "baseClass": "object", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "System.Diagnostics.PerformanceData.CounterData", + "name": "this[]", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Diagnostics.PerformanceData.CounterData", + "name": "this[]", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "CounterSetInstanceCounterDataSet", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Net", + "baseClass": "System.InvalidOperationException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [ + { + "typeName": "System.Net.WebResponse", + "name": "Response", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.WebExceptionStatus", + "name": "Status", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "innerException", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "innerException", "typeName": "System.Exception" }, + { "name": "status", "typeName": "System.Net.WebExceptionStatus" }, + { "name": "response", "typeName": "System.Net.WebResponse" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "status", "typeName": "System.Net.WebExceptionStatus" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "serializationInfo", + "typeName": "System.Runtime.Serialization.SerializationInfo" + }, + { + "name": "streamingContext", + "typeName": "System.Runtime.Serialization.StreamingContext" + } + ], + "isStatic": false, + "name": "GetObjectData", + "comment": "", + "location": "System.dll" + } + ], + "name": "WebException", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Diagnostics.PerformanceData", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Diagnostics.PerformanceData.CounterSetInstanceType", + "name": "GlobalAggregate", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Diagnostics.PerformanceData.CounterSetInstanceType", + "name": "GlobalAggregateWithHistory", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Diagnostics.PerformanceData.CounterSetInstanceType", + "name": "InstanceAggregate", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Diagnostics.PerformanceData.CounterSetInstanceType", + "name": "Multiple", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Diagnostics.PerformanceData.CounterSetInstanceType", + "name": "MultipleAggregate", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Diagnostics.PerformanceData.CounterSetInstanceType", + "name": "Single", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Diagnostics.PerformanceData.CounterSetInstanceType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "CounterSetInstanceType", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Net", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Net.WebExceptionStatus", + "name": "CacheEntryNotFound", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.WebExceptionStatus", + "name": "ConnectFailure", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.WebExceptionStatus", + "name": "ConnectionClosed", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.WebExceptionStatus", + "name": "KeepAliveFailure", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.WebExceptionStatus", + "name": "MessageLengthLimitExceeded", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.WebExceptionStatus", + "name": "NameResolutionFailure", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.WebExceptionStatus", + "name": "Pending", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.WebExceptionStatus", + "name": "PipelineFailure", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.WebExceptionStatus", + "name": "ProtocolError", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.WebExceptionStatus", + "name": "ProxyNameResolutionFailure", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.WebExceptionStatus", + "name": "ReceiveFailure", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.WebExceptionStatus", + "name": "RequestCanceled", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.WebExceptionStatus", + "name": "RequestProhibitedByCachePolicy", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.WebExceptionStatus", + "name": "RequestProhibitedByProxy", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.WebExceptionStatus", + "name": "SecureChannelFailure", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.WebExceptionStatus", + "name": "SendFailure", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.WebExceptionStatus", + "name": "ServerProtocolViolation", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.WebExceptionStatus", + "name": "Success", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.WebExceptionStatus", + "name": "Timeout", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.WebExceptionStatus", + "name": "TrustFailure", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.WebExceptionStatus", + "name": "UnknownError", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Net.WebExceptionStatus", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "WebExceptionStatus", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Diagnostics.Eventing", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Diagnostics.Eventing.EventProvider.WriteEventErrorCode", + "name": "EventTooBig", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Diagnostics.Eventing.EventProvider.WriteEventErrorCode", + "name": "NoError", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Diagnostics.Eventing.EventProvider.WriteEventErrorCode", + "name": "NoFreeBuffers", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Diagnostics.Eventing.EventProvider.WriteEventErrorCode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "WriteEventErrorCode", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Net", + "baseClass": "System.Collections.Specialized.NameValueCollection", + "attribute": "", + "interfaces": [ + "ICollection", + "IEnumerable", + "IDeserializationCallback", + "ISerializable" + ], + "fields": [ + { + "typeName": "string[]", + "name": "AllKeys", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "Count", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "this[]", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "this[]", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Collections.Specialized.NameObjectCollectionBase.KeysCollection", + "name": "Keys", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "header", "typeName": "System.Net.HttpRequestHeader" }, + { "name": "value", "typeName": "string" } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "header", "typeName": "System.Net.HttpResponseHeader" }, + { "name": "value", "typeName": "string" } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "header", "typeName": "string" }], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "value", "typeName": "string" } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Clear", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "Get", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "Get", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IEnumerator", + "params": [], + "isStatic": false, + "name": "GetEnumerator", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "GetKey", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "serializationInfo", + "typeName": "System.Runtime.Serialization.SerializationInfo" + }, + { + "name": "streamingContext", + "typeName": "System.Runtime.Serialization.StreamingContext" + } + ], + "isStatic": false, + "name": "GetObjectData", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "GetValues", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "header", "typeName": "string" }], + "isStatic": false, + "name": "GetValues", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "headerName", "typeName": "string" }], + "isStatic": true, + "name": "IsRestricted", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "headerName", "typeName": "string" }, + { "name": "response", "typeName": "bool" } + ], + "isStatic": true, + "name": "IsRestricted", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "sender", "typeName": "object" }], + "isStatic": false, + "name": "OnDeserialization", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "header", "typeName": "System.Net.HttpRequestHeader" } + ], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "header", "typeName": "System.Net.HttpResponseHeader" } + ], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "header", "typeName": "System.Net.HttpRequestHeader" }, + { "name": "value", "typeName": "string" } + ], + "isStatic": false, + "name": "Set", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "header", "typeName": "System.Net.HttpResponseHeader" }, + { "name": "value", "typeName": "string" } + ], + "isStatic": false, + "name": "Set", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "value", "typeName": "string" } + ], + "isStatic": false, + "name": "Set", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "ToByteArray", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.dll" + } + ], + "name": "WebHeaderCollection", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Diagnostics.PerformanceData", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Diagnostics.PerformanceData.CounterType", + "name": "AverageBase", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Diagnostics.PerformanceData.CounterType", + "name": "AverageCount64", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Diagnostics.PerformanceData.CounterType", + "name": "AverageTimer32", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Diagnostics.PerformanceData.CounterType", + "name": "Delta32", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Diagnostics.PerformanceData.CounterType", + "name": "Delta64", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Diagnostics.PerformanceData.CounterType", + "name": "ElapsedTime", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Diagnostics.PerformanceData.CounterType", + "name": "LargeQueueLength", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Diagnostics.PerformanceData.CounterType", + "name": "MultiTimerBase", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Diagnostics.PerformanceData.CounterType", + "name": "MultiTimerPercentageActive", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Diagnostics.PerformanceData.CounterType", + "name": "MultiTimerPercentageActive100Ns", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Diagnostics.PerformanceData.CounterType", + "name": "MultiTimerPercentageNotActive", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Diagnostics.PerformanceData.CounterType", + "name": "MultiTimerPercentageNotActive100Ns", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Diagnostics.PerformanceData.CounterType", + "name": "ObjectSpecificTimer", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Diagnostics.PerformanceData.CounterType", + "name": "PercentageActive", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Diagnostics.PerformanceData.CounterType", + "name": "PercentageActive100Ns", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Diagnostics.PerformanceData.CounterType", + "name": "PercentageNotActive", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Diagnostics.PerformanceData.CounterType", + "name": "PercentageNotActive100Ns", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Diagnostics.PerformanceData.CounterType", + "name": "PrecisionObjectSpecificTimer", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Diagnostics.PerformanceData.CounterType", + "name": "PrecisionSystemTimer", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Diagnostics.PerformanceData.CounterType", + "name": "PrecisionTimer100Ns", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Diagnostics.PerformanceData.CounterType", + "name": "QueueLength", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Diagnostics.PerformanceData.CounterType", + "name": "QueueLength100Ns", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Diagnostics.PerformanceData.CounterType", + "name": "QueueLengthObjectTime", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Diagnostics.PerformanceData.CounterType", + "name": "RateOfCountPerSecond32", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Diagnostics.PerformanceData.CounterType", + "name": "RateOfCountPerSecond64", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Diagnostics.PerformanceData.CounterType", + "name": "RawBase32", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Diagnostics.PerformanceData.CounterType", + "name": "RawBase64", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Diagnostics.PerformanceData.CounterType", + "name": "RawData32", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Diagnostics.PerformanceData.CounterType", + "name": "RawData64", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Diagnostics.PerformanceData.CounterType", + "name": "RawDataHex32", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Diagnostics.PerformanceData.CounterType", + "name": "RawDataHex64", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Diagnostics.PerformanceData.CounterType", + "name": "RawFraction32", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Diagnostics.PerformanceData.CounterType", + "name": "RawFraction64", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Diagnostics.PerformanceData.CounterType", + "name": "SampleBase", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Diagnostics.PerformanceData.CounterType", + "name": "SampleCounter", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Diagnostics.PerformanceData.CounterType", + "name": "SampleFraction", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Diagnostics.PerformanceData.CounterType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "CounterType", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Net", + "baseClass": "System.Security.CodeAccessPermission", + "attribute": "", + "interfaces": [ + "IPermission", + "ISecurityEncodable", + "IStackWalk", + "IUnrestrictedPermission" + ], + "fields": [ + { + "typeName": "System.Collections.IEnumerator", + "name": "AcceptList", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Collections.IEnumerator", + "name": "ConnectList", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "access", "typeName": "System.Net.NetworkAccess" }, + { "name": "uriString", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "access", "typeName": "System.Net.NetworkAccess" }, + { + "name": "uriRegex", + "typeName": "System.Text.RegularExpressions.Regex" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "state", + "typeName": "System.Security.Permissions.PermissionState" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "access", "typeName": "System.Net.NetworkAccess" }, + { "name": "uriString", "typeName": "string" } + ], + "isStatic": false, + "name": "AddPermission", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "access", "typeName": "System.Net.NetworkAccess" }, + { + "name": "uriRegex", + "typeName": "System.Text.RegularExpressions.Regex" + } + ], + "isStatic": false, + "name": "AddPermission", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IPermission", + "params": [], + "isStatic": false, + "name": "Copy", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "securityElement", + "typeName": "System.Security.SecurityElement" + } + ], + "isStatic": false, + "name": "FromXml", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IPermission", + "params": [ + { "name": "target", "typeName": "System.Security.IPermission" } + ], + "isStatic": false, + "name": "Intersect", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "target", "typeName": "System.Security.IPermission" } + ], + "isStatic": false, + "name": "IsSubsetOf", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "IsUnrestricted", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "SecurityElement", + "params": [], + "isStatic": false, + "name": "ToXml", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IPermission", + "params": [ + { "name": "target", "typeName": "System.Security.IPermission" } + ], + "isStatic": false, + "name": "Union", + "comment": "", + "location": "System.dll" + } + ], + "name": "WebPermission", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net", + "baseClass": "System.Security.Permissions.CodeAccessSecurityAttribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "string", + "name": "Accept", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "AcceptPattern", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "Connect", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "ConnectPattern", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "action", + "typeName": "System.Security.Permissions.SecurityAction" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IPermission", + "params": [], + "isStatic": false, + "name": "CreatePermission", + "comment": "", + "location": "System.dll" + } + ], + "name": "WebPermissionAttribute", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net", + "baseClass": "object", + "attribute": "", + "interfaces": ["IWebProxy", "ISerializable"], + "fields": [ + { + "typeName": "System.Uri", + "name": "Address", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Collections.ArrayList", + "name": "BypassArrayList", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string[]", + "name": "BypassList", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "BypassProxyOnLocal", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.ICredentials", + "name": "Credentials", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "UseDefaultCredentials", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "Address", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "Address", "typeName": "string" }, + { "name": "BypassOnLocal", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "Address", "typeName": "string" }, + { "name": "BypassOnLocal", "typeName": "bool" }, + { "name": "BypassList", "typeName": "string[]" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "Address", "typeName": "string" }, + { "name": "BypassOnLocal", "typeName": "bool" }, + { "name": "BypassList", "typeName": "string[]" }, + { "name": "Credentials", "typeName": "System.Net.ICredentials" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "Host", "typeName": "string" }, + { "name": "Port", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "Address", "typeName": "System.Uri" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "Address", "typeName": "System.Uri" }, + { "name": "BypassOnLocal", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "Address", "typeName": "System.Uri" }, + { "name": "BypassOnLocal", "typeName": "bool" }, + { "name": "BypassList", "typeName": "string[]" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "Address", "typeName": "System.Uri" }, + { "name": "BypassOnLocal", "typeName": "bool" }, + { "name": "BypassList", "typeName": "string[]" }, + { "name": "Credentials", "typeName": "System.Net.ICredentials" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "WebProxy", + "params": [], + "isStatic": true, + "name": "GetDefaultProxy", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Uri", + "params": [{ "name": "destination", "typeName": "System.Uri" }], + "isStatic": false, + "name": "GetProxy", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "host", "typeName": "System.Uri" }], + "isStatic": false, + "name": "IsBypassed", + "comment": "", + "location": "System.dll" + } + ], + "name": "WebProxy", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net", + "baseClass": "System.MarshalByRefObject", + "attribute": "", + "interfaces": ["ISerializable"], + "fields": [ + { + "typeName": "System.Net.Security.AuthenticationLevel", + "name": "AuthenticationLevel", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Cache.RequestCachePolicy", + "name": "CachePolicy", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "ConnectionGroupName", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "ContentLength", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "ContentType", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.IWebRequestCreate", + "name": "CreatorInstance", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.ICredentials", + "name": "Credentials", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Cache.RequestCachePolicy", + "name": "DefaultCachePolicy", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.IWebProxy", + "name": "DefaultWebProxy", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.WebHeaderCollection", + "name": "Headers", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Principal.TokenImpersonationLevel", + "name": "ImpersonationLevel", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "Method", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "PreAuthenticate", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.IWebProxy", + "name": "Proxy", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Uri", + "name": "RequestUri", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "Timeout", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "UseDefaultCredentials", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Abort", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "state", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginGetRequestStream", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "state", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginGetResponse", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "WebRequest", + "params": [{ "name": "requestUriString", "typeName": "string" }], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "WebRequest", + "params": [{ "name": "requestUri", "typeName": "System.Uri" }], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "WebRequest", + "params": [{ "name": "requestUri", "typeName": "System.Uri" }], + "isStatic": true, + "name": "CreateDefault", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "HttpWebRequest", + "params": [{ "name": "requestUriString", "typeName": "string" }], + "isStatic": true, + "name": "CreateHttp", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "HttpWebRequest", + "params": [{ "name": "requestUri", "typeName": "System.Uri" }], + "isStatic": true, + "name": "CreateHttp", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Stream", + "params": [ + { "name": "asyncResult", "typeName": "System.IAsyncResult" } + ], + "isStatic": false, + "name": "EndGetRequestStream", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "WebResponse", + "params": [ + { "name": "asyncResult", "typeName": "System.IAsyncResult" } + ], + "isStatic": false, + "name": "EndGetResponse", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Stream", + "params": [], + "isStatic": false, + "name": "GetRequestStream", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Task", + "params": [], + "isStatic": false, + "name": "GetRequestStreamAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "WebResponse", + "params": [], + "isStatic": false, + "name": "GetResponse", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Task", + "params": [], + "isStatic": false, + "name": "GetResponseAsync", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IWebProxy", + "params": [], + "isStatic": true, + "name": "GetSystemWebProxy", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "creator", "typeName": "System.Net.IWebRequestCreate" } + ], + "isStatic": true, + "name": "RegisterPortableWebRequestCreator", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "prefix", "typeName": "string" }, + { "name": "creator", "typeName": "System.Net.IWebRequestCreate" } + ], + "isStatic": true, + "name": "RegisterPrefix", + "comment": "", + "location": "System.dll" + } + ], + "name": "WebRequest", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Diagnostics", + "baseClass": "System.Diagnostics.Switch", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "Enabled", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "displayName", "typeName": "string" }, + { "name": "description", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "displayName", "typeName": "string" }, + { "name": "description", "typeName": "string" }, + { "name": "defaultSwitchValue", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "BooleanSwitch", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [], + "name": "WebRequestMethods", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Diagnostics", + "baseClass": "System.Diagnostics.TextWriterTraceListener", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "useErrorStream", "typeName": "bool" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Close", + "comment": "", + "location": "System.dll" + } + ], + "name": "ConsoleTraceListener", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "DownloadFile", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "UploadFile", + "comment": "", + "location": "System.dll" + } + ], + "methods": [], + "name": "File", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "AppendFile", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "DeleteFile", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "DownloadFile", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "GetDateTimestamp", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "GetFileSize", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "ListDirectory", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "ListDirectoryDetails", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "MakeDirectory", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "PrintWorkingDirectory", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "RemoveDirectory", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "Rename", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "UploadFile", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "UploadFileWithUniqueName", + "comment": "", + "location": "System.dll" + } + ], + "methods": [], + "name": "Ftp", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Diagnostics", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Guid", + "name": "ActivityId", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Collections.Stack", + "name": "LogicalOperationStack", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "StartLogicalOperation", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "operationId", "typeName": "object" }], + "isStatic": false, + "name": "StartLogicalOperation", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "StopLogicalOperation", + "comment": "", + "location": "System.dll" + } + ], + "name": "CorrelationManager", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net", + "baseClass": "System.MarshalByRefObject", + "attribute": "", + "interfaces": ["IDisposable", "ISerializable"], + "fields": [ + { + "typeName": "long", + "name": "ContentLength", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "ContentType", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.WebHeaderCollection", + "name": "Headers", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "IsFromCache", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "IsMutuallyAuthenticated", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Uri", + "name": "ResponseUri", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "SupportsHeaders", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Close", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Stream", + "params": [], + "isStatic": false, + "name": "GetResponseStream", + "comment": "", + "location": "System.dll" + } + ], + "name": "WebResponse", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Diagnostics", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "CounterHelp", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "CounterName", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.PerformanceCounterType", + "name": "CounterType", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "counterName", "typeName": "string" }, + { "name": "counterHelp", "typeName": "string" }, + { + "name": "counterType", + "typeName": "System.Diagnostics.PerformanceCounterType" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "CounterCreationData", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "String", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": true, + "name": "HtmlDecode", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "string" }, + { "name": "output", "typeName": "System.IO.TextWriter" } + ], + "isStatic": true, + "name": "HtmlDecode", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": true, + "name": "HtmlEncode", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "string" }, + { "name": "output", "typeName": "System.IO.TextWriter" } + ], + "isStatic": true, + "name": "HtmlEncode", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "encodedValue", "typeName": "string" }], + "isStatic": true, + "name": "UrlDecode", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "encodedValue", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": true, + "name": "UrlDecodeToBytes", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": true, + "name": "UrlEncode", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "value", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": true, + "name": "UrlEncodeToBytes", + "comment": "", + "location": "System.dll" + } + ], + "name": "WebUtility", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net", + "baseClass": "System.EventArgs", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Exception", + "name": "Error", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "WriteStreamClosedEventArgs", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Diagnostics", + "baseClass": "System.Collections.CollectionBase", + "attribute": "", + "interfaces": ["IList", "ICollection", "IEnumerable"], + "fields": [ + { + "typeName": "System.Diagnostics.CounterCreationData", + "name": "this[]", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Diagnostics.CounterCreationDataCollection" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Diagnostics.CounterCreationData[]" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "value", + "typeName": "System.Diagnostics.CounterCreationData" + } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Diagnostics.CounterCreationDataCollection" + } + ], + "isStatic": false, + "name": "AddRange", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Diagnostics.CounterCreationData[]" + } + ], + "isStatic": false, + "name": "AddRange", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "value", + "typeName": "System.Diagnostics.CounterCreationData" + } + ], + "isStatic": false, + "name": "Contains", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "array", + "typeName": "System.Diagnostics.CounterCreationData[]" + }, + { "name": "index", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "value", + "typeName": "System.Diagnostics.CounterCreationData" + } + ], + "isStatic": false, + "name": "IndexOf", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { + "name": "value", + "typeName": "System.Diagnostics.CounterCreationData" + } + ], + "isStatic": false, + "name": "Insert", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Diagnostics.CounterCreationData" + } + ], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "System.dll" + } + ], + "name": "CounterCreationDataCollection", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "sender", "typeName": "object" }, + { "name": "e", "typeName": "System.Net.WriteStreamClosedEventArgs" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "sender", "typeName": "object" }, + { + "name": "e", + "typeName": "System.Net.WriteStreamClosedEventArgs" + }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "System.dll" + } + ], + "name": "WriteStreamClosedEventHandler", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Diagnostics", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Diagnostics.CounterSample", + "name": "Empty", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "BaseValue", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "CounterFrequency", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "CounterTimeStamp", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.PerformanceCounterType", + "name": "CounterType", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "RawValue", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "SystemFrequency", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "TimeStamp", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "TimeStamp100nSec", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "rawValue", "typeName": "long" }, + { "name": "baseValue", "typeName": "long" }, + { "name": "counterFrequency", "typeName": "long" }, + { "name": "systemFrequency", "typeName": "long" }, + { "name": "timeStamp", "typeName": "long" }, + { "name": "timeStamp100nSec", "typeName": "long" }, + { + "name": "counterType", + "typeName": "System.Diagnostics.PerformanceCounterType" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "rawValue", "typeName": "long" }, + { "name": "baseValue", "typeName": "long" }, + { "name": "counterFrequency", "typeName": "long" }, + { "name": "systemFrequency", "typeName": "long" }, + { "name": "timeStamp", "typeName": "long" }, + { "name": "timeStamp100nSec", "typeName": "long" }, + { + "name": "counterType", + "typeName": "System.Diagnostics.PerformanceCounterType" + }, + { "name": "counterTimeStamp", "typeName": "long" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Single", + "params": [ + { + "name": "counterSample", + "typeName": "System.Diagnostics.CounterSample" + } + ], + "isStatic": true, + "name": "Calculate", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Single", + "params": [ + { + "name": "counterSample", + "typeName": "System.Diagnostics.CounterSample" + }, + { + "name": "nextCounterSample", + "typeName": "System.Diagnostics.CounterSample" + } + ], + "isStatic": true, + "name": "Calculate", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "sample", "typeName": "System.Diagnostics.CounterSample" } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "o", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "a", "typeName": "System.Diagnostics.CounterSample" }, + { "name": "b", "typeName": "System.Diagnostics.CounterSample" } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "a", "typeName": "System.Diagnostics.CounterSample" }, + { "name": "b", "typeName": "System.Diagnostics.CounterSample" } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "System.dll" + } + ], + "name": "CounterSample", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Diagnostics", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Single", + "params": [ + { + "name": "newSample", + "typeName": "System.Diagnostics.CounterSample" + } + ], + "isStatic": true, + "name": "ComputeCounterValue", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Single", + "params": [ + { + "name": "oldSample", + "typeName": "System.Diagnostics.CounterSample" + }, + { + "name": "newSample", + "typeName": "System.Diagnostics.CounterSample" + } + ], + "isStatic": true, + "name": "ComputeCounterValue", + "comment": "", + "location": "System.dll" + } + ], + "name": "CounterSampleCalculator", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Diagnostics", + "baseClass": "System.EventArgs", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "Data", + "comment": "", + "location": "System.dll" + } + ], + "methods": [], + "name": "DataReceivedEventArgs", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Diagnostics", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "sender", "typeName": "object" }, + { + "name": "e", + "typeName": "System.Diagnostics.DataReceivedEventArgs" + } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "sender", "typeName": "object" }, + { + "name": "e", + "typeName": "System.Diagnostics.DataReceivedEventArgs" + }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "System.dll" + } + ], + "name": "DataReceivedEventHandler", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Diagnostics", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "AutoFlush", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "IndentLevel", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "IndentSize", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.TraceListenerCollection", + "name": "Listeners", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "condition", "typeName": "bool" }], + "isStatic": true, + "name": "Assert", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "condition", "typeName": "bool" }, + { "name": "message", "typeName": "string" } + ], + "isStatic": true, + "name": "Assert", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "condition", "typeName": "bool" }, + { "name": "message", "typeName": "string" }, + { "name": "detailMessage", "typeName": "string" } + ], + "isStatic": true, + "name": "Assert", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "condition", "typeName": "bool" }, + { "name": "message", "typeName": "string" }, + { "name": "detailMessageFormat", "typeName": "string" }, + { "name": "args", "typeName": "object[]" } + ], + "isStatic": true, + "name": "Assert", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "Close", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": true, + "name": "Fail", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "detailMessage", "typeName": "string" } + ], + "isStatic": true, + "name": "Fail", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "Flush", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "Indent", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": true, + "name": "Print", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "format", "typeName": "string" }, + { "name": "args", "typeName": "object[]" } + ], + "isStatic": true, + "name": "Print", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "Unindent", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": true, + "name": "Write", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "object" }, + { "name": "category", "typeName": "string" } + ], + "isStatic": true, + "name": "Write", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": true, + "name": "Write", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "category", "typeName": "string" } + ], + "isStatic": true, + "name": "Write", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "condition", "typeName": "bool" }, + { "name": "value", "typeName": "object" } + ], + "isStatic": true, + "name": "WriteIf", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "condition", "typeName": "bool" }, + { "name": "value", "typeName": "object" }, + { "name": "category", "typeName": "string" } + ], + "isStatic": true, + "name": "WriteIf", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "condition", "typeName": "bool" }, + { "name": "message", "typeName": "string" } + ], + "isStatic": true, + "name": "WriteIf", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "condition", "typeName": "bool" }, + { "name": "message", "typeName": "string" }, + { "name": "category", "typeName": "string" } + ], + "isStatic": true, + "name": "WriteIf", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": true, + "name": "WriteLine", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "object" }, + { "name": "category", "typeName": "string" } + ], + "isStatic": true, + "name": "WriteLine", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": true, + "name": "WriteLine", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "format", "typeName": "string" }, + { "name": "args", "typeName": "object[]" } + ], + "isStatic": true, + "name": "WriteLine", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "category", "typeName": "string" } + ], + "isStatic": true, + "name": "WriteLine", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "condition", "typeName": "bool" }, + { "name": "value", "typeName": "object" } + ], + "isStatic": true, + "name": "WriteLineIf", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "condition", "typeName": "bool" }, + { "name": "value", "typeName": "object" }, + { "name": "category", "typeName": "string" } + ], + "isStatic": true, + "name": "WriteLineIf", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "condition", "typeName": "bool" }, + { "name": "message", "typeName": "string" } + ], + "isStatic": true, + "name": "WriteLineIf", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "condition", "typeName": "bool" }, + { "name": "message", "typeName": "string" }, + { "name": "category", "typeName": "string" } + ], + "isStatic": true, + "name": "WriteLineIf", + "comment": "", + "location": "System.dll" + } + ], + "name": "Debug", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Diagnostics", + "baseClass": "System.Diagnostics.TraceListener", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "bool", + "name": "AssertUiEnabled", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "LogFileName", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": "Fail", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "detailMessage", "typeName": "string" } + ], + "isStatic": false, + "name": "Fail", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": "Write", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": "WriteLine", + "comment": "", + "location": "System.dll" + } + ], + "name": "DefaultTraceListener", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Diagnostics", + "baseClass": "System.Diagnostics.TextWriterTraceListener", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "string", + "name": "Delimiter", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "stream", "typeName": "System.IO.Stream" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "stream", "typeName": "System.IO.Stream" }, + { "name": "name", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "writer", "typeName": "System.IO.TextWriter" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "writer", "typeName": "System.IO.TextWriter" }, + { "name": "name", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "fileName", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "fileName", "typeName": "string" }, + { "name": "name", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "eventCache", + "typeName": "System.Diagnostics.TraceEventCache" + }, + { "name": "source", "typeName": "string" }, + { + "name": "eventType", + "typeName": "System.Diagnostics.TraceEventType" + }, + { "name": "id", "typeName": "int" }, + { "name": "data", "typeName": "object" } + ], + "isStatic": false, + "name": "TraceData", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "eventCache", + "typeName": "System.Diagnostics.TraceEventCache" + }, + { "name": "source", "typeName": "string" }, + { + "name": "eventType", + "typeName": "System.Diagnostics.TraceEventType" + }, + { "name": "id", "typeName": "int" }, + { "name": "data", "typeName": "object[]" } + ], + "isStatic": false, + "name": "TraceData", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "eventCache", + "typeName": "System.Diagnostics.TraceEventCache" + }, + { "name": "source", "typeName": "string" }, + { + "name": "eventType", + "typeName": "System.Diagnostics.TraceEventType" + }, + { "name": "id", "typeName": "int" }, + { "name": "message", "typeName": "string" } + ], + "isStatic": false, + "name": "TraceEvent", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "eventCache", + "typeName": "System.Diagnostics.TraceEventCache" + }, + { "name": "source", "typeName": "string" }, + { + "name": "eventType", + "typeName": "System.Diagnostics.TraceEventType" + }, + { "name": "id", "typeName": "int" }, + { "name": "format", "typeName": "string" }, + { "name": "args", "typeName": "object[]" } + ], + "isStatic": false, + "name": "TraceEvent", + "comment": "", + "location": "System.dll" + } + ], + "name": "DelimitedListTraceListener", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Diagnostics", + "baseClass": "object", + "attribute": "", + "interfaces": ["IConfigurationSectionHandler"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "parent", "typeName": "object" }, + { "name": "configContext", "typeName": "object" }, + { "name": "section", "typeName": "System.Xml.XmlNode" } + ], + "isStatic": false, + "name": "Create", + "comment": "", + "location": "System.dll" + } + ], + "name": "DiagnosticsConfigurationHandler", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Diagnostics", + "baseClass": "System.EventArgs", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Diagnostics.EventLogEntry", + "name": "Entry", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "entry", "typeName": "System.Diagnostics.EventLogEntry" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "EntryWrittenEventArgs", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Diagnostics", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "sender", "typeName": "object" }, + { + "name": "e", + "typeName": "System.Diagnostics.EntryWrittenEventArgs" + } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "sender", "typeName": "object" }, + { + "name": "e", + "typeName": "System.Diagnostics.EntryWrittenEventArgs" + }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "System.dll" + } + ], + "name": "EntryWrittenEventHandler", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Diagnostics", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "CategoryId", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.EventLogEntryType", + "name": "EntryType", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "InstanceId", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "instanceId", "typeName": "long" }, + { "name": "categoryId", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "instanceId", "typeName": "long" }, + { "name": "categoryId", "typeName": "int" }, + { + "name": "entryType", + "typeName": "System.Diagnostics.EventLogEntryType" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "EventInstance", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Diagnostics", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Diagnostics.EventLogEntryType", + "name": "Error", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.EventLogEntryType", + "name": "FailureAudit", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.EventLogEntryType", + "name": "Information", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.EventLogEntryType", + "name": "SuccessAudit", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.EventLogEntryType", + "name": "Warning", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Diagnostics.EventLogEntryType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "EventLogEntryType", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Diagnostics", + "baseClass": "System.ComponentModel.Component", + "attribute": "", + "interfaces": ["IComponent", "IDisposable", "ISupportInitialize"], + "fields": [ + { + "typeName": "bool", + "name": "EnableRaisingEvents", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.EventLogEntryCollection", + "name": "Entries", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "Log", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "LogDisplayName", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "MachineName", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "MaximumKilobytes", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "MinimumRetentionDays", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.OverflowAction", + "name": "OverflowAction", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "Source", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.ISynchronizeInvoke", + "name": "SynchronizingObject", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.EntryWrittenEventHandler", + "name": "EntryWritten", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "logName", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "logName", "typeName": "string" }, + { "name": "machineName", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "logName", "typeName": "string" }, + { "name": "machineName", "typeName": "string" }, + { "name": "source", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Diagnostics.EntryWrittenEventHandler" + } + ], + "isStatic": false, + "name": "add_EntryWritten", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Diagnostics.EntryWrittenEventHandler" + } + ], + "isStatic": false, + "name": "remove_EntryWritten", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "BeginInit", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Clear", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Close", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "sourceData", + "typeName": "System.Diagnostics.EventSourceCreationData" + } + ], + "isStatic": true, + "name": "CreateEventSource", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "source", "typeName": "string" }, + { "name": "logName", "typeName": "string" } + ], + "isStatic": true, + "name": "CreateEventSource", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "source", "typeName": "string" }, + { "name": "logName", "typeName": "string" }, + { "name": "machineName", "typeName": "string" } + ], + "isStatic": true, + "name": "CreateEventSource", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "logName", "typeName": "string" }], + "isStatic": true, + "name": "Delete", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "logName", "typeName": "string" }, + { "name": "machineName", "typeName": "string" } + ], + "isStatic": true, + "name": "Delete", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "source", "typeName": "string" }], + "isStatic": true, + "name": "DeleteEventSource", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "source", "typeName": "string" }, + { "name": "machineName", "typeName": "string" } + ], + "isStatic": true, + "name": "DeleteEventSource", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "EndInit", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "logName", "typeName": "string" }], + "isStatic": true, + "name": "Exists", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "logName", "typeName": "string" }, + { "name": "machineName", "typeName": "string" } + ], + "isStatic": true, + "name": "Exists", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": true, + "name": "GetEventLogs", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "machineName", "typeName": "string" }], + "isStatic": true, + "name": "GetEventLogs", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "source", "typeName": "string" }, + { "name": "machineName", "typeName": "string" } + ], + "isStatic": true, + "name": "LogNameFromSourceName", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "action", + "typeName": "System.Diagnostics.OverflowAction" + }, + { "name": "retentionDays", "typeName": "int" } + ], + "isStatic": false, + "name": "ModifyOverflowPolicy", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "resourceFile", "typeName": "string" }, + { "name": "resourceId", "typeName": "long" } + ], + "isStatic": false, + "name": "RegisterDisplayName", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "source", "typeName": "string" }], + "isStatic": true, + "name": "SourceExists", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "source", "typeName": "string" }, + { "name": "machineName", "typeName": "string" } + ], + "isStatic": true, + "name": "SourceExists", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": "WriteEntry", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { + "name": "type", + "typeName": "System.Diagnostics.EventLogEntryType" + } + ], + "isStatic": false, + "name": "WriteEntry", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { + "name": "type", + "typeName": "System.Diagnostics.EventLogEntryType" + }, + { "name": "eventID", "typeName": "int" } + ], + "isStatic": false, + "name": "WriteEntry", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { + "name": "type", + "typeName": "System.Diagnostics.EventLogEntryType" + }, + { "name": "eventID", "typeName": "int" }, + { "name": "category", "typeName": "short" } + ], + "isStatic": false, + "name": "WriteEntry", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { + "name": "type", + "typeName": "System.Diagnostics.EventLogEntryType" + }, + { "name": "eventID", "typeName": "int" }, + { "name": "category", "typeName": "short" }, + { "name": "rawData", "typeName": "byte[]" } + ], + "isStatic": false, + "name": "WriteEntry", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "source", "typeName": "string" }, + { "name": "message", "typeName": "string" } + ], + "isStatic": true, + "name": "WriteEntry", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "source", "typeName": "string" }, + { "name": "message", "typeName": "string" }, + { + "name": "type", + "typeName": "System.Diagnostics.EventLogEntryType" + } + ], + "isStatic": true, + "name": "WriteEntry", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "source", "typeName": "string" }, + { "name": "message", "typeName": "string" }, + { + "name": "type", + "typeName": "System.Diagnostics.EventLogEntryType" + }, + { "name": "eventID", "typeName": "int" } + ], + "isStatic": true, + "name": "WriteEntry", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "source", "typeName": "string" }, + { "name": "message", "typeName": "string" }, + { + "name": "type", + "typeName": "System.Diagnostics.EventLogEntryType" + }, + { "name": "eventID", "typeName": "int" }, + { "name": "category", "typeName": "short" } + ], + "isStatic": true, + "name": "WriteEntry", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "source", "typeName": "string" }, + { "name": "message", "typeName": "string" }, + { + "name": "type", + "typeName": "System.Diagnostics.EventLogEntryType" + }, + { "name": "eventID", "typeName": "int" }, + { "name": "category", "typeName": "short" }, + { "name": "rawData", "typeName": "byte[]" } + ], + "isStatic": true, + "name": "WriteEntry", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "instance", + "typeName": "System.Diagnostics.EventInstance" + }, + { "name": "data", "typeName": "byte[]" }, + { "name": "values", "typeName": "object[]" } + ], + "isStatic": false, + "name": "WriteEvent", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "instance", + "typeName": "System.Diagnostics.EventInstance" + }, + { "name": "values", "typeName": "object[]" } + ], + "isStatic": false, + "name": "WriteEvent", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "source", "typeName": "string" }, + { + "name": "instance", + "typeName": "System.Diagnostics.EventInstance" + }, + { "name": "data", "typeName": "byte[]" }, + { "name": "values", "typeName": "object[]" } + ], + "isStatic": true, + "name": "WriteEvent", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "source", "typeName": "string" }, + { + "name": "instance", + "typeName": "System.Diagnostics.EventInstance" + }, + { "name": "values", "typeName": "object[]" } + ], + "isStatic": true, + "name": "WriteEvent", + "comment": "", + "location": "System.dll" + } + ], + "name": "EventLog", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Diagnostics", + "baseClass": "System.ComponentModel.Component", + "attribute": "", + "interfaces": ["IComponent", "IDisposable", "ISerializable"], + "fields": [ + { + "typeName": "string", + "name": "Category", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "short", + "name": "CategoryNumber", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "byte[]", + "name": "Data", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.EventLogEntryType", + "name": "EntryType", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "EventID", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "Index", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "InstanceId", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "MachineName", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "Message", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string[]", + "name": "ReplacementStrings", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "Source", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.DateTime", + "name": "TimeGenerated", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.DateTime", + "name": "TimeWritten", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "UserName", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "otherEntry", + "typeName": "System.Diagnostics.EventLogEntry" + } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.dll" + } + ], + "name": "EventLogEntry", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Diagnostics", + "baseClass": "System.Security.Permissions.ResourcePermissionBase", + "attribute": "", + "interfaces": [ + "IPermission", + "ISecurityEncodable", + "IStackWalk", + "IUnrestrictedPermission" + ], + "fields": [ + { + "typeName": "System.Diagnostics.EventLogPermissionEntryCollection", + "name": "PermissionEntries", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "permissionAccess", + "typeName": "System.Diagnostics.EventLogPermissionAccess" + }, + { "name": "machineName", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "permissionAccessEntries", + "typeName": "System.Diagnostics.EventLogPermissionEntry[]" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "state", + "typeName": "System.Security.Permissions.PermissionState" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "EventLogPermission", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Diagnostics.Contracts", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.EventHandler", + "name": "ContractFailed", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.EventHandler" + } + ], + "isStatic": true, + "name": "add_ContractFailed", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.EventHandler" + } + ], + "isStatic": true, + "name": "remove_ContractFailed", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "condition", "typeName": "bool" }], + "isStatic": true, + "name": "Assert", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "condition", "typeName": "bool" }, + { "name": "userMessage", "typeName": "string" } + ], + "isStatic": true, + "name": "Assert", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "condition", "typeName": "bool" }], + "isStatic": true, + "name": "Assume", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "condition", "typeName": "bool" }, + { "name": "userMessage", "typeName": "string" } + ], + "isStatic": true, + "name": "Assume", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "EndContractBlock", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "condition", "typeName": "bool" }], + "isStatic": true, + "name": "Ensures", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "condition", "typeName": "bool" }, + { "name": "userMessage", "typeName": "string" } + ], + "isStatic": true, + "name": "Ensures", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "condition", "typeName": "bool" }], + "isStatic": true, + "name": "EnsuresOnThrow", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "condition", "typeName": "bool" }, + { "name": "userMessage", "typeName": "string" } + ], + "isStatic": true, + "name": "EnsuresOnThrow", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "fromInclusive", "typeName": "int" }, + { "name": "toExclusive", "typeName": "int" }, + { "name": "predicate", "typeName": "System.Predicate" } + ], + "isStatic": true, + "name": "Exists", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "collection", + "typeName": "System.Collections.Generic.IEnumerable" + }, + { "name": "predicate", "typeName": "System.Predicate" } + ], + "isStatic": true, + "name": "Exists", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "fromInclusive", "typeName": "int" }, + { "name": "toExclusive", "typeName": "int" }, + { "name": "predicate", "typeName": "System.Predicate" } + ], + "isStatic": true, + "name": "ForAll", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "collection", + "typeName": "System.Collections.Generic.IEnumerable" + }, + { "name": "predicate", "typeName": "System.Predicate" } + ], + "isStatic": true, + "name": "ForAll", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "condition", "typeName": "bool" }], + "isStatic": true, + "name": "Invariant", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "condition", "typeName": "bool" }, + { "name": "userMessage", "typeName": "string" } + ], + "isStatic": true, + "name": "Invariant", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "T", + "params": [{ "name": "value", "typeName": "T" }], + "isStatic": true, + "name": "OldValue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "condition", "typeName": "bool" }], + "isStatic": true, + "name": "Requires", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "condition", "typeName": "bool" }, + { "name": "userMessage", "typeName": "string" } + ], + "isStatic": true, + "name": "Requires", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "condition", "typeName": "bool" }], + "isStatic": true, + "name": "Requires", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "condition", "typeName": "bool" }, + { "name": "userMessage", "typeName": "string" } + ], + "isStatic": true, + "name": "Requires", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "T", + "params": [], + "isStatic": true, + "name": "Result", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "T", + "params": [{ "name": "value", "typeName": "T" }], + "isStatic": true, + "name": "ValueAtReturn", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "Contract", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Diagnostics", + "baseClass": "object", + "attribute": "", + "interfaces": ["ICollection", "IEnumerable"], + "fields": [ + { + "typeName": "int", + "name": "Count", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.EventLogEntry", + "name": "this[]", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "entries", + "typeName": "System.Diagnostics.EventLogEntry[]" + }, + { "name": "index", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IEnumerator", + "params": [], + "isStatic": false, + "name": "GetEnumerator", + "comment": "", + "location": "System.dll" + } + ], + "name": "EventLogEntryCollection", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Diagnostics", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Diagnostics.EventLogPermissionAccess", + "name": "Administer", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.EventLogPermissionAccess", + "name": "Audit", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.EventLogPermissionAccess", + "name": "Browse", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.EventLogPermissionAccess", + "name": "Instrument", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.EventLogPermissionAccess", + "name": "None", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.EventLogPermissionAccess", + "name": "Write", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Diagnostics.EventLogPermissionAccess", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "EventLogPermissionAccess", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Diagnostics", + "baseClass": "System.Security.Permissions.CodeAccessSecurityAttribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "string", + "name": "MachineName", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.EventLogPermissionAccess", + "name": "PermissionAccess", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "action", + "typeName": "System.Security.Permissions.SecurityAction" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IPermission", + "params": [], + "isStatic": false, + "name": "CreatePermission", + "comment": "", + "location": "System.dll" + } + ], + "name": "EventLogPermissionAttribute", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Diagnostics", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "MachineName", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.EventLogPermissionAccess", + "name": "PermissionAccess", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "permissionAccess", + "typeName": "System.Diagnostics.EventLogPermissionAccess" + }, + { "name": "machineName", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "EventLogPermissionEntry", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Diagnostics", + "baseClass": "System.Collections.CollectionBase", + "attribute": "", + "interfaces": ["IList", "ICollection", "IEnumerable"], + "fields": [ + { + "typeName": "System.Diagnostics.EventLogPermissionEntry", + "name": "this[]", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Int32", + "params": [ + { + "name": "value", + "typeName": "System.Diagnostics.EventLogPermissionEntry" + } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Diagnostics.EventLogPermissionEntryCollection" + } + ], + "isStatic": false, + "name": "AddRange", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Diagnostics.EventLogPermissionEntry[]" + } + ], + "isStatic": false, + "name": "AddRange", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "value", + "typeName": "System.Diagnostics.EventLogPermissionEntry" + } + ], + "isStatic": false, + "name": "Contains", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "array", + "typeName": "System.Diagnostics.EventLogPermissionEntry[]" + }, + { "name": "index", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "value", + "typeName": "System.Diagnostics.EventLogPermissionEntry" + } + ], + "isStatic": false, + "name": "IndexOf", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { + "name": "value", + "typeName": "System.Diagnostics.EventLogPermissionEntry" + } + ], + "isStatic": false, + "name": "Insert", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Diagnostics.EventLogPermissionEntry" + } + ], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "System.dll" + } + ], + "name": "EventLogPermissionEntryCollection", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Diagnostics", + "baseClass": "System.Diagnostics.TraceListener", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "System.Diagnostics.EventLog", + "name": "EventLog", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "eventLog", "typeName": "System.Diagnostics.EventLog" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "source", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Close", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "eventCache", + "typeName": "System.Diagnostics.TraceEventCache" + }, + { "name": "source", "typeName": "string" }, + { + "name": "severity", + "typeName": "System.Diagnostics.TraceEventType" + }, + { "name": "id", "typeName": "int" }, + { "name": "data", "typeName": "object" } + ], + "isStatic": false, + "name": "TraceData", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "eventCache", + "typeName": "System.Diagnostics.TraceEventCache" + }, + { "name": "source", "typeName": "string" }, + { + "name": "severity", + "typeName": "System.Diagnostics.TraceEventType" + }, + { "name": "id", "typeName": "int" }, + { "name": "data", "typeName": "object[]" } + ], + "isStatic": false, + "name": "TraceData", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "eventCache", + "typeName": "System.Diagnostics.TraceEventCache" + }, + { "name": "source", "typeName": "string" }, + { + "name": "severity", + "typeName": "System.Diagnostics.TraceEventType" + }, + { "name": "id", "typeName": "int" }, + { "name": "message", "typeName": "string" } + ], + "isStatic": false, + "name": "TraceEvent", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "eventCache", + "typeName": "System.Diagnostics.TraceEventCache" + }, + { "name": "source", "typeName": "string" }, + { + "name": "severity", + "typeName": "System.Diagnostics.TraceEventType" + }, + { "name": "id", "typeName": "int" }, + { "name": "format", "typeName": "string" }, + { "name": "args", "typeName": "object[]" } + ], + "isStatic": false, + "name": "TraceEvent", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": "Write", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": "WriteLine", + "comment": "", + "location": "System.dll" + } + ], + "name": "EventLogTraceListener", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Diagnostics", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "CloseData", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "id", "typeName": "int" }, + { "name": "valueName", "typeName": "System.IntPtr" }, + { "name": "data", "typeName": "System.IntPtr" }, + { "name": "totalBytes", "typeName": "int" }, + { "name": "res", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": "CollectData", + "comment": "", + "location": "System.dll" + } + ], + "name": "ICollectData", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Diagnostics", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "CategoryCount", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "CategoryResourceFile", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "LogName", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "MachineName", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "MessageResourceFile", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "ParameterResourceFile", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "Source", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "source", "typeName": "string" }, + { "name": "logName", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "EventSourceCreationData", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Diagnostics.Contracts", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ContractAbbreviatorAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Diagnostics", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "InstanceName", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "RawValue", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.CounterSample", + "name": "Sample", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "instanceName", "typeName": "string" }, + { "name": "sample", "typeName": "System.Diagnostics.CounterSample" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "InstanceData", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Diagnostics", + "baseClass": "System.Diagnostics.TraceFilter", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Diagnostics.SourceLevels", + "name": "EventType", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "level", "typeName": "System.Diagnostics.SourceLevels" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "cache", + "typeName": "System.Diagnostics.TraceEventCache" + }, + { "name": "source", "typeName": "string" }, + { + "name": "eventType", + "typeName": "System.Diagnostics.TraceEventType" + }, + { "name": "id", "typeName": "int" }, + { "name": "formatOrMessage", "typeName": "string" }, + { "name": "args", "typeName": "object[]" }, + { "name": "data1", "typeName": "object" }, + { "name": "data", "typeName": "object[]" } + ], + "isStatic": false, + "name": "ShouldTrace", + "comment": "", + "location": "System.dll" + } + ], + "name": "EventTypeFilter", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Diagnostics", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "Comments", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "CompanyName", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "FileBuildPart", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "FileDescription", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "FileMajorPart", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "FileMinorPart", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "FileName", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "FilePrivatePart", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "FileVersion", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "InternalName", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "IsDebug", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "IsPatched", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "IsPreRelease", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "IsPrivateBuild", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "IsSpecialBuild", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "Language", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "LegalCopyright", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "LegalTrademarks", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "OriginalFilename", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "PrivateBuild", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "ProductBuildPart", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "ProductMajorPart", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "ProductMinorPart", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "ProductName", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "ProductPrivatePart", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "ProductVersion", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "SpecialBuild", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "FileVersionInfo", + "params": [{ "name": "fileName", "typeName": "string" }], + "isStatic": true, + "name": "GetVersionInfo", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.dll" + } + ], + "name": "FileVersionInfo", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Diagnostics.Contracts", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ContractArgumentValidatorAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Diagnostics.Eventing", + "baseClass": "System.Diagnostics.TraceListener", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "string", + "name": "Delimiter", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "bool", + "name": "IsThreadSafe", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "providerId", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "providerId", "typeName": "string" }, + { "name": "name", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "providerId", "typeName": "string" }, + { "name": "name", "typeName": "string" }, + { "name": "delimiter", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Close", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "detailMessage", "typeName": "string" } + ], + "isStatic": false, + "name": "Fail", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Flush", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "eventCache", + "typeName": "System.Diagnostics.TraceEventCache" + }, + { "name": "source", "typeName": "string" }, + { + "name": "eventType", + "typeName": "System.Diagnostics.TraceEventType" + }, + { "name": "id", "typeName": "int" }, + { "name": "data", "typeName": "object" } + ], + "isStatic": false, + "name": "TraceData", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "eventCache", + "typeName": "System.Diagnostics.TraceEventCache" + }, + { "name": "source", "typeName": "string" }, + { + "name": "eventType", + "typeName": "System.Diagnostics.TraceEventType" + }, + { "name": "id", "typeName": "int" }, + { "name": "data", "typeName": "object[]" } + ], + "isStatic": false, + "name": "TraceData", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "eventCache", + "typeName": "System.Diagnostics.TraceEventCache" + }, + { "name": "source", "typeName": "string" }, + { + "name": "eventType", + "typeName": "System.Diagnostics.TraceEventType" + }, + { "name": "id", "typeName": "int" } + ], + "isStatic": false, + "name": "TraceEvent", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "eventCache", + "typeName": "System.Diagnostics.TraceEventCache" + }, + { "name": "source", "typeName": "string" }, + { + "name": "eventType", + "typeName": "System.Diagnostics.TraceEventType" + }, + { "name": "id", "typeName": "int" }, + { "name": "message", "typeName": "string" } + ], + "isStatic": false, + "name": "TraceEvent", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "eventCache", + "typeName": "System.Diagnostics.TraceEventCache" + }, + { "name": "source", "typeName": "string" }, + { + "name": "eventType", + "typeName": "System.Diagnostics.TraceEventType" + }, + { "name": "id", "typeName": "int" }, + { "name": "format", "typeName": "string" }, + { "name": "args", "typeName": "object[]" } + ], + "isStatic": false, + "name": "TraceEvent", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "eventCache", + "typeName": "System.Diagnostics.TraceEventCache" + }, + { "name": "source", "typeName": "string" }, + { "name": "id", "typeName": "int" }, + { "name": "message", "typeName": "string" }, + { "name": "relatedActivityId", "typeName": "System.Guid" } + ], + "isStatic": false, + "name": "TraceTransfer", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": "Write", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": "WriteLine", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "EventProviderTraceListener", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Diagnostics.Contracts", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "System.Type", + "name": "TypeContainingContracts", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "typeContainingContracts", "typeName": "System.Type" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ContractClassAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Diagnostics.Contracts", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "System.Type", + "name": "TypeContractsAreFor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "typeContractsAreFor", "typeName": "System.Type" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ContractClassForAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Diagnostics.Contracts", + "baseClass": "System.EventArgs", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "Condition", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Diagnostics.Contracts.ContractFailureKind", + "name": "FailureKind", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "Handled", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Message", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Exception", + "name": "OriginalException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "Unwind", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "failureKind", + "typeName": "System.Diagnostics.Contracts.ContractFailureKind" + }, + { "name": "message", "typeName": "string" }, + { "name": "condition", "typeName": "string" }, + { "name": "originalException", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "SetHandled", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "SetUnwind", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ContractFailedEventArgs", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Diagnostics.Contracts", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Diagnostics.Contracts.ContractFailureKind", + "name": "Assert", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Diagnostics.Contracts.ContractFailureKind", + "name": "Assume", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Diagnostics.Contracts.ContractFailureKind", + "name": "Invariant", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Diagnostics.Contracts.ContractFailureKind", + "name": "Postcondition", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Diagnostics.Contracts.ContractFailureKind", + "name": "PostconditionOnException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Diagnostics.Contracts.ContractFailureKind", + "name": "Precondition", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Diagnostics.Contracts.ContractFailureKind", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ContractFailureKind", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Diagnostics", + "baseClass": "System.Collections.DictionaryBase", + "attribute": "", + "interfaces": ["IDictionary", "ICollection", "IEnumerable"], + "fields": [ + { + "typeName": "string", + "name": "CounterName", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.InstanceData", + "name": "this[]", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Collections.ICollection", + "name": "Keys", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Collections.ICollection", + "name": "Values", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "counterName", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "instanceName", "typeName": "string" }], + "isStatic": false, + "name": "Contains", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "instances", + "typeName": "System.Diagnostics.InstanceData[]" + }, + { "name": "index", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "System.dll" + } + ], + "name": "InstanceDataCollection", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Diagnostics.Contracts", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ContractInvariantMethodAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Diagnostics.Contracts", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "string", + "name": "Category", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "Enabled", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Setting", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Value", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "category", "typeName": "string" }, + { "name": "setting", "typeName": "string" }, + { "name": "enabled", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "category", "typeName": "string" }, + { "name": "setting", "typeName": "string" }, + { "name": "value", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ContractOptionAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Diagnostics", + "baseClass": "System.Collections.DictionaryBase", + "attribute": "", + "interfaces": ["IDictionary", "ICollection", "IEnumerable"], + "fields": [ + { + "typeName": "System.Diagnostics.InstanceDataCollection", + "name": "this[]", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Collections.ICollection", + "name": "Keys", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Collections.ICollection", + "name": "Values", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "counterName", "typeName": "string" }], + "isStatic": false, + "name": "Contains", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "counters", + "typeName": "System.Diagnostics.InstanceDataCollection[]" + }, + { "name": "index", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "System.dll" + } + ], + "name": "InstanceDataCollectionCollection", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Diagnostics.Contracts", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ContractPublicPropertyNameAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Diagnostics", + "baseClass": "System.ComponentModel.DescriptionAttribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "string", + "name": "Description", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "description", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "MonitoringDescriptionAttribute", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Diagnostics", + "baseClass": "System.ComponentModel.Component", + "attribute": "", + "interfaces": ["IComponent", "IDisposable", "ISupportInitialize"], + "fields": [ + { + "typeName": "int", + "name": "DefaultFileMappingSize", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "CategoryName", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "CounterHelp", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "CounterName", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.PerformanceCounterType", + "name": "CounterType", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.PerformanceCounterInstanceLifetime", + "name": "InstanceLifetime", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "InstanceName", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "MachineName", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "RawValue", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "ReadOnly", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "categoryName", "typeName": "string" }, + { "name": "counterName", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "categoryName", "typeName": "string" }, + { "name": "counterName", "typeName": "string" }, + { "name": "readOnly", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "categoryName", "typeName": "string" }, + { "name": "counterName", "typeName": "string" }, + { "name": "instanceName", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "categoryName", "typeName": "string" }, + { "name": "counterName", "typeName": "string" }, + { "name": "instanceName", "typeName": "string" }, + { "name": "readOnly", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "categoryName", "typeName": "string" }, + { "name": "counterName", "typeName": "string" }, + { "name": "instanceName", "typeName": "string" }, + { "name": "machineName", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "BeginInit", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Close", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "CloseSharedResources", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int64", + "params": [], + "isStatic": false, + "name": "Decrement", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "EndInit", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int64", + "params": [], + "isStatic": false, + "name": "Increment", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int64", + "params": [{ "name": "value", "typeName": "long" }], + "isStatic": false, + "name": "IncrementBy", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "CounterSample", + "params": [], + "isStatic": false, + "name": "NextSample", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Single", + "params": [], + "isStatic": false, + "name": "NextValue", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "RemoveInstance", + "comment": "", + "location": "System.dll" + } + ], + "name": "PerformanceCounter", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Diagnostics.Contracts", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ContractReferenceAssemblyAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Diagnostics", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Diagnostics.OverflowAction", + "name": "DoNotOverwrite", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.OverflowAction", + "name": "OverwriteAsNeeded", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.OverflowAction", + "name": "OverwriteOlder", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Diagnostics.OverflowAction", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "OverflowAction", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Diagnostics.Contracts", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ContractRuntimeIgnoredAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Diagnostics", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "CategoryHelp", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "CategoryName", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.PerformanceCounterCategoryType", + "name": "CategoryType", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "MachineName", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "categoryName", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "categoryName", "typeName": "string" }, + { "name": "machineName", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "counterName", "typeName": "string" }], + "isStatic": false, + "name": "CounterExists", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "counterName", "typeName": "string" }, + { "name": "categoryName", "typeName": "string" } + ], + "isStatic": true, + "name": "CounterExists", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "counterName", "typeName": "string" }, + { "name": "categoryName", "typeName": "string" }, + { "name": "machineName", "typeName": "string" } + ], + "isStatic": true, + "name": "CounterExists", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "PerformanceCounterCategory", + "params": [ + { "name": "categoryName", "typeName": "string" }, + { "name": "categoryHelp", "typeName": "string" }, + { + "name": "counterData", + "typeName": "System.Diagnostics.CounterCreationDataCollection" + } + ], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "PerformanceCounterCategory", + "params": [ + { "name": "categoryName", "typeName": "string" }, + { "name": "categoryHelp", "typeName": "string" }, + { + "name": "categoryType", + "typeName": "System.Diagnostics.PerformanceCounterCategoryType" + }, + { + "name": "counterData", + "typeName": "System.Diagnostics.CounterCreationDataCollection" + } + ], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "PerformanceCounterCategory", + "params": [ + { "name": "categoryName", "typeName": "string" }, + { "name": "categoryHelp", "typeName": "string" }, + { + "name": "categoryType", + "typeName": "System.Diagnostics.PerformanceCounterCategoryType" + }, + { "name": "counterName", "typeName": "string" }, + { "name": "counterHelp", "typeName": "string" } + ], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "PerformanceCounterCategory", + "params": [ + { "name": "categoryName", "typeName": "string" }, + { "name": "categoryHelp", "typeName": "string" }, + { "name": "counterName", "typeName": "string" }, + { "name": "counterHelp", "typeName": "string" } + ], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "categoryName", "typeName": "string" }], + "isStatic": true, + "name": "Delete", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "categoryName", "typeName": "string" }], + "isStatic": true, + "name": "Exists", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "categoryName", "typeName": "string" }, + { "name": "machineName", "typeName": "string" } + ], + "isStatic": true, + "name": "Exists", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": true, + "name": "GetCategories", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "machineName", "typeName": "string" }], + "isStatic": true, + "name": "GetCategories", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetCounters", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "instanceName", "typeName": "string" }], + "isStatic": false, + "name": "GetCounters", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetInstanceNames", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "instanceName", "typeName": "string" }], + "isStatic": false, + "name": "InstanceExists", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "instanceName", "typeName": "string" }, + { "name": "categoryName", "typeName": "string" } + ], + "isStatic": true, + "name": "InstanceExists", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "instanceName", "typeName": "string" }, + { "name": "categoryName", "typeName": "string" }, + { "name": "machineName", "typeName": "string" } + ], + "isStatic": true, + "name": "InstanceExists", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "InstanceDataCollectionCollection", + "params": [], + "isStatic": false, + "name": "ReadCategory", + "comment": "", + "location": "System.dll" + } + ], + "name": "PerformanceCounterCategory", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Diagnostics.Contracts", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "bool", + "name": "Value", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "bool" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ContractVerificationAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Diagnostics.Contracts", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "PureAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Diagnostics", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Diagnostics.PerformanceCounterCategoryType", + "name": "MultiInstance", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.PerformanceCounterCategoryType", + "name": "SingleInstance", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.PerformanceCounterCategoryType", + "name": "Unknown", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Diagnostics.PerformanceCounterCategoryType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "PerformanceCounterCategoryType", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Diagnostics", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Diagnostics.PerformanceCounterInstanceLifetime", + "name": "Global", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.PerformanceCounterInstanceLifetime", + "name": "Process", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Diagnostics.PerformanceCounterInstanceLifetime", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "PerformanceCounterInstanceLifetime", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Diagnostics", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Diagnostics.PerformanceCounterPermissionAccess", + "name": "Administer", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.PerformanceCounterPermissionAccess", + "name": "Browse", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.PerformanceCounterPermissionAccess", + "name": "Instrument", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.PerformanceCounterPermissionAccess", + "name": "None", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.PerformanceCounterPermissionAccess", + "name": "Read", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.PerformanceCounterPermissionAccess", + "name": "Write", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Diagnostics.PerformanceCounterPermissionAccess", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "PerformanceCounterPermissionAccess", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Diagnostics", + "baseClass": "object", + "attribute": "", + "interfaces": ["ICollectData"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "PerformanceCounterManager", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Diagnostics", + "baseClass": "System.Security.Permissions.CodeAccessSecurityAttribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "string", + "name": "CategoryName", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "MachineName", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.PerformanceCounterPermissionAccess", + "name": "PermissionAccess", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "action", + "typeName": "System.Security.Permissions.SecurityAction" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IPermission", + "params": [], + "isStatic": false, + "name": "CreatePermission", + "comment": "", + "location": "System.dll" + } + ], + "name": "PerformanceCounterPermissionAttribute", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Diagnostics", + "baseClass": "System.Security.Permissions.ResourcePermissionBase", + "attribute": "", + "interfaces": [ + "IPermission", + "ISecurityEncodable", + "IStackWalk", + "IUnrestrictedPermission" + ], + "fields": [ + { + "typeName": "System.Diagnostics.PerformanceCounterPermissionEntryCollection", + "name": "PermissionEntries", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "permissionAccess", + "typeName": "System.Diagnostics.PerformanceCounterPermissionAccess" + }, + { "name": "machineName", "typeName": "string" }, + { "name": "categoryName", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "permissionAccessEntries", + "typeName": "System.Diagnostics.PerformanceCounterPermissionEntry[]" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "state", + "typeName": "System.Security.Permissions.PermissionState" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "PerformanceCounterPermission", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Diagnostics", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "CategoryName", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "MachineName", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.PerformanceCounterPermissionAccess", + "name": "PermissionAccess", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "permissionAccess", + "typeName": "System.Diagnostics.PerformanceCounterPermissionAccess" + }, + { "name": "machineName", "typeName": "string" }, + { "name": "categoryName", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "PerformanceCounterPermissionEntry", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Diagnostics", + "baseClass": "System.Collections.CollectionBase", + "attribute": "", + "interfaces": ["IList", "ICollection", "IEnumerable"], + "fields": [ + { + "typeName": "System.Diagnostics.PerformanceCounterPermissionEntry", + "name": "this[]", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Int32", + "params": [ + { + "name": "value", + "typeName": "System.Diagnostics.PerformanceCounterPermissionEntry" + } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Diagnostics.PerformanceCounterPermissionEntryCollection" + } + ], + "isStatic": false, + "name": "AddRange", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Diagnostics.PerformanceCounterPermissionEntry[]" + } + ], + "isStatic": false, + "name": "AddRange", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "value", + "typeName": "System.Diagnostics.PerformanceCounterPermissionEntry" + } + ], + "isStatic": false, + "name": "Contains", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "array", + "typeName": "System.Diagnostics.PerformanceCounterPermissionEntry[]" + }, + { "name": "index", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "value", + "typeName": "System.Diagnostics.PerformanceCounterPermissionEntry" + } + ], + "isStatic": false, + "name": "IndexOf", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { + "name": "value", + "typeName": "System.Diagnostics.PerformanceCounterPermissionEntry" + } + ], + "isStatic": false, + "name": "Insert", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Diagnostics.PerformanceCounterPermissionEntry" + } + ], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "System.dll" + } + ], + "name": "PerformanceCounterPermissionEntryCollection", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Diagnostics", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Diagnostics.PerformanceCounterType", + "name": "AverageBase", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.PerformanceCounterType", + "name": "AverageCount64", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.PerformanceCounterType", + "name": "AverageTimer32", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.PerformanceCounterType", + "name": "CounterDelta32", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.PerformanceCounterType", + "name": "CounterDelta64", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.PerformanceCounterType", + "name": "CounterMultiBase", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.PerformanceCounterType", + "name": "CounterMultiTimer", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.PerformanceCounterType", + "name": "CounterMultiTimer100Ns", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.PerformanceCounterType", + "name": "CounterMultiTimer100NsInverse", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.PerformanceCounterType", + "name": "CounterMultiTimerInverse", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.PerformanceCounterType", + "name": "CounterTimer", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.PerformanceCounterType", + "name": "CounterTimerInverse", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.PerformanceCounterType", + "name": "CountPerTimeInterval32", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.PerformanceCounterType", + "name": "CountPerTimeInterval64", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.PerformanceCounterType", + "name": "ElapsedTime", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.PerformanceCounterType", + "name": "NumberOfItems32", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.PerformanceCounterType", + "name": "NumberOfItems64", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.PerformanceCounterType", + "name": "NumberOfItemsHEX32", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.PerformanceCounterType", + "name": "NumberOfItemsHEX64", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.PerformanceCounterType", + "name": "RateOfCountsPerSecond32", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.PerformanceCounterType", + "name": "RateOfCountsPerSecond64", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.PerformanceCounterType", + "name": "RawBase", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.PerformanceCounterType", + "name": "RawFraction", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.PerformanceCounterType", + "name": "SampleBase", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.PerformanceCounterType", + "name": "SampleCounter", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.PerformanceCounterType", + "name": "SampleFraction", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.PerformanceCounterType", + "name": "Timer100Ns", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.PerformanceCounterType", + "name": "Timer100NsInverse", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Diagnostics.PerformanceCounterType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "PerformanceCounterType", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Diagnostics", + "baseClass": "System.ComponentModel.Component", + "attribute": "", + "interfaces": ["IComponent", "IDisposable"], + "fields": [ + { + "typeName": "int", + "name": "BasePriority", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "EnableRaisingEvents", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "ExitCode", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.DateTime", + "name": "ExitTime", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.IntPtr", + "name": "Handle", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "HandleCount", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "HasExited", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "Id", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "MachineName", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.ProcessModule", + "name": "MainModule", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.IntPtr", + "name": "MainWindowHandle", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "MainWindowTitle", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.IntPtr", + "name": "MaxWorkingSet", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.IntPtr", + "name": "MinWorkingSet", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.ProcessModuleCollection", + "name": "Modules", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "NonpagedSystemMemorySize", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "NonpagedSystemMemorySize64", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "PagedMemorySize", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "PagedMemorySize64", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "PagedSystemMemorySize", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "PagedSystemMemorySize64", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "PeakPagedMemorySize", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "PeakPagedMemorySize64", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "PeakVirtualMemorySize", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "PeakVirtualMemorySize64", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "PeakWorkingSet", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "PeakWorkingSet64", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "PriorityBoostEnabled", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.ProcessPriorityClass", + "name": "PriorityClass", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "PrivateMemorySize", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "PrivateMemorySize64", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.TimeSpan", + "name": "PrivilegedProcessorTime", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "ProcessName", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.IntPtr", + "name": "ProcessorAffinity", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "Responding", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "Microsoft.Win32.SafeHandles.SafeProcessHandle", + "name": "SafeHandle", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "SessionId", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.IO.StreamReader", + "name": "StandardError", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.IO.StreamWriter", + "name": "StandardInput", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.IO.StreamReader", + "name": "StandardOutput", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.ProcessStartInfo", + "name": "StartInfo", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.DateTime", + "name": "StartTime", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.ISynchronizeInvoke", + "name": "SynchronizingObject", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.ProcessThreadCollection", + "name": "Threads", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.TimeSpan", + "name": "TotalProcessorTime", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.TimeSpan", + "name": "UserProcessorTime", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "VirtualMemorySize", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "VirtualMemorySize64", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "WorkingSet", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "WorkingSet64", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.DataReceivedEventHandler", + "name": "ErrorDataReceived", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.EventHandler", + "name": "Exited", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.DataReceivedEventHandler", + "name": "OutputDataReceived", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Diagnostics.DataReceivedEventHandler" + } + ], + "isStatic": false, + "name": "add_ErrorDataReceived", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Diagnostics.DataReceivedEventHandler" + } + ], + "isStatic": false, + "name": "remove_ErrorDataReceived", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.EventHandler" }], + "isStatic": false, + "name": "add_Exited", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.EventHandler" }], + "isStatic": false, + "name": "remove_Exited", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Diagnostics.DataReceivedEventHandler" + } + ], + "isStatic": false, + "name": "add_OutputDataReceived", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Diagnostics.DataReceivedEventHandler" + } + ], + "isStatic": false, + "name": "remove_OutputDataReceived", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "BeginErrorReadLine", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "BeginOutputReadLine", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "CancelErrorRead", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "CancelOutputRead", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Close", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "CloseMainWindow", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "EnterDebugMode", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Process", + "params": [], + "isStatic": true, + "name": "GetCurrentProcess", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Process", + "params": [{ "name": "processId", "typeName": "int" }], + "isStatic": true, + "name": "GetProcessById", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Process", + "params": [ + { "name": "processId", "typeName": "int" }, + { "name": "machineName", "typeName": "string" } + ], + "isStatic": true, + "name": "GetProcessById", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": true, + "name": "GetProcesses", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "machineName", "typeName": "string" }], + "isStatic": true, + "name": "GetProcesses", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "processName", "typeName": "string" }], + "isStatic": true, + "name": "GetProcessesByName", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "processName", "typeName": "string" }, + { "name": "machineName", "typeName": "string" } + ], + "isStatic": true, + "name": "GetProcessesByName", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Kill", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "LeaveDebugMode", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Refresh", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "Start", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Process", + "params": [ + { + "name": "startInfo", + "typeName": "System.Diagnostics.ProcessStartInfo" + } + ], + "isStatic": true, + "name": "Start", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Process", + "params": [{ "name": "fileName", "typeName": "string" }], + "isStatic": true, + "name": "Start", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Process", + "params": [ + { "name": "fileName", "typeName": "string" }, + { "name": "arguments", "typeName": "string" } + ], + "isStatic": true, + "name": "Start", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Process", + "params": [ + { "name": "fileName", "typeName": "string" }, + { "name": "userName", "typeName": "string" }, + { "name": "password", "typeName": "System.Security.SecureString" }, + { "name": "domain", "typeName": "string" } + ], + "isStatic": true, + "name": "Start", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Process", + "params": [ + { "name": "fileName", "typeName": "string" }, + { "name": "arguments", "typeName": "string" }, + { "name": "userName", "typeName": "string" }, + { "name": "password", "typeName": "System.Security.SecureString" }, + { "name": "domain", "typeName": "string" } + ], + "isStatic": true, + "name": "Start", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "WaitForExit", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "milliseconds", "typeName": "int" }], + "isStatic": false, + "name": "WaitForExit", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "WaitForInputIdle", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "milliseconds", "typeName": "int" }], + "isStatic": false, + "name": "WaitForInputIdle", + "comment": "", + "location": "System.dll" + } + ], + "name": "Process", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Diagnostics", + "baseClass": "System.ComponentModel.Component", + "attribute": "", + "interfaces": ["IComponent", "IDisposable"], + "fields": [ + { + "typeName": "System.IntPtr", + "name": "BaseAddress", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.IntPtr", + "name": "EntryPointAddress", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "FileName", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.FileVersionInfo", + "name": "FileVersionInfo", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "ModuleMemorySize", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "ModuleName", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.dll" + } + ], + "name": "ProcessModule", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Diagnostics", + "baseClass": "System.Collections.ReadOnlyCollectionBase", + "attribute": "", + "interfaces": ["ICollection", "IEnumerable"], + "fields": [ + { + "typeName": "System.Diagnostics.ProcessModule", + "name": "this[]", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "processModules", + "typeName": "System.Diagnostics.ProcessModule[]" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "module", "typeName": "System.Diagnostics.ProcessModule" } + ], + "isStatic": false, + "name": "Contains", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "array", + "typeName": "System.Diagnostics.ProcessModule[]" + }, + { "name": "index", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "module", "typeName": "System.Diagnostics.ProcessModule" } + ], + "isStatic": false, + "name": "IndexOf", + "comment": "", + "location": "System.dll" + } + ], + "name": "ProcessModuleCollection", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Diagnostics", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Diagnostics.ProcessPriorityClass", + "name": "AboveNormal", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.ProcessPriorityClass", + "name": "BelowNormal", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.ProcessPriorityClass", + "name": "High", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.ProcessPriorityClass", + "name": "Idle", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.ProcessPriorityClass", + "name": "Normal", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.ProcessPriorityClass", + "name": "RealTime", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Diagnostics.ProcessPriorityClass", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "ProcessPriorityClass", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Diagnostics", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "Arguments", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "CreateNoWindow", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "Domain", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Collections.Generic.IDictionary", + "name": "Environment", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Collections.Specialized.StringDictionary", + "name": "EnvironmentVariables", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "ErrorDialog", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.IntPtr", + "name": "ErrorDialogParentHandle", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "FileName", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "LoadUserProfile", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.SecureString", + "name": "Password", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "PasswordInClearText", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "RedirectStandardError", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "RedirectStandardInput", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "RedirectStandardOutput", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Text.Encoding", + "name": "StandardErrorEncoding", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Text.Encoding", + "name": "StandardOutputEncoding", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "UserName", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "UseShellExecute", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "Verb", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string[]", + "name": "Verbs", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.ProcessWindowStyle", + "name": "WindowStyle", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "WorkingDirectory", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "fileName", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "fileName", "typeName": "string" }, + { "name": "arguments", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "ProcessStartInfo", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Diagnostics", + "baseClass": "System.ComponentModel.Component", + "attribute": "", + "interfaces": ["IComponent", "IDisposable"], + "fields": [ + { + "typeName": "int", + "name": "BasePriority", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "CurrentPriority", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "Id", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "IdealProcessor", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "PriorityBoostEnabled", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.ThreadPriorityLevel", + "name": "PriorityLevel", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.TimeSpan", + "name": "PrivilegedProcessorTime", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.IntPtr", + "name": "ProcessorAffinity", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.IntPtr", + "name": "StartAddress", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.DateTime", + "name": "StartTime", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.ThreadState", + "name": "ThreadState", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.TimeSpan", + "name": "TotalProcessorTime", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.TimeSpan", + "name": "UserProcessorTime", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.ThreadWaitReason", + "name": "WaitReason", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ResetIdealProcessor", + "comment": "", + "location": "System.dll" + } + ], + "name": "ProcessThread", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Diagnostics", + "baseClass": "System.Collections.ReadOnlyCollectionBase", + "attribute": "", + "interfaces": ["ICollection", "IEnumerable"], + "fields": [ + { + "typeName": "System.Diagnostics.ProcessThread", + "name": "this[]", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "processThreads", + "typeName": "System.Diagnostics.ProcessThread[]" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "thread", "typeName": "System.Diagnostics.ProcessThread" } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "thread", "typeName": "System.Diagnostics.ProcessThread" } + ], + "isStatic": false, + "name": "Contains", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "array", + "typeName": "System.Diagnostics.ProcessThread[]" + }, + { "name": "index", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "thread", "typeName": "System.Diagnostics.ProcessThread" } + ], + "isStatic": false, + "name": "IndexOf", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "thread", "typeName": "System.Diagnostics.ProcessThread" } + ], + "isStatic": false, + "name": "Insert", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "thread", "typeName": "System.Diagnostics.ProcessThread" } + ], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "System.dll" + } + ], + "name": "ProcessThreadCollection", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Diagnostics", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Diagnostics.ProcessWindowStyle", + "name": "Hidden", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.ProcessWindowStyle", + "name": "Maximized", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.ProcessWindowStyle", + "name": "Minimized", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.ProcessWindowStyle", + "name": "Normal", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Diagnostics.ProcessWindowStyle", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "ProcessWindowStyle", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Diagnostics", + "baseClass": "System.Diagnostics.TraceFilter", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "Source", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "source", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "cache", + "typeName": "System.Diagnostics.TraceEventCache" + }, + { "name": "source", "typeName": "string" }, + { + "name": "eventType", + "typeName": "System.Diagnostics.TraceEventType" + }, + { "name": "id", "typeName": "int" }, + { "name": "formatOrMessage", "typeName": "string" }, + { "name": "args", "typeName": "object[]" }, + { "name": "data1", "typeName": "object" }, + { "name": "data", "typeName": "object[]" } + ], + "isStatic": false, + "name": "ShouldTrace", + "comment": "", + "location": "System.dll" + } + ], + "name": "SourceFilter", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Diagnostics", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "long", + "name": "Frequency", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "IsHighResolution", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.TimeSpan", + "name": "Elapsed", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "ElapsedMilliseconds", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "ElapsedTicks", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "IsRunning", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int64", + "params": [], + "isStatic": true, + "name": "GetTimestamp", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Reset", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Restart", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Start", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Stopwatch", + "params": [], + "isStatic": true, + "name": "StartNew", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Stop", + "comment": "", + "location": "System.dll" + } + ], + "name": "Stopwatch", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Diagnostics", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Diagnostics.SourceLevels", + "name": "ActivityTracing", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.SourceLevels", + "name": "All", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.SourceLevels", + "name": "Critical", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.SourceLevels", + "name": "Error", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.SourceLevels", + "name": "Information", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.SourceLevels", + "name": "Off", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.SourceLevels", + "name": "Verbose", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.SourceLevels", + "name": "Warning", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Diagnostics.SourceLevels", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "SourceLevels", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Diagnostics", + "baseClass": "System.Diagnostics.Switch", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Diagnostics.SourceLevels", + "name": "Level", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "displayName", "typeName": "string" }, + { "name": "defaultSwitchValue", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "eventType", + "typeName": "System.Diagnostics.TraceEventType" + } + ], + "isStatic": false, + "name": "ShouldTrace", + "comment": "", + "location": "System.dll" + } + ], + "name": "SourceSwitch", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Diagnostics", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Collections.Specialized.StringDictionary", + "name": "Attributes", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "Description", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "DisplayName", + "comment": "", + "location": "System.dll" + } + ], + "methods": [], + "name": "Switch", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Diagnostics", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "IntPtr", + "params": [], + "isStatic": false, + "name": "GetNativeImageBase", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [], + "isStatic": false, + "name": "GetNativeIP", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "HasILOffset", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "HasMethod", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "HasNativeImage", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "HasSource", + "comment": "", + "location": "System.dll" + } + ], + "name": "StackFrameExtensions", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Diagnostics", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "string", + "name": "SwitchDescription", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "SwitchName", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Type", + "name": "SwitchType", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "switchName", "typeName": "string" }, + { "name": "switchType", "typeName": "System.Type" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "assembly", "typeName": "System.Reflection.Assembly" } + ], + "isStatic": true, + "name": "GetAll", + "comment": "", + "location": "System.dll" + } + ], + "name": "SwitchAttribute", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Diagnostics", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "System.Type", + "name": "SwitchLevelType", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "switchLevelType", "typeName": "System.Type" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "SwitchLevelAttribute", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Diagnostics", + "baseClass": "System.Diagnostics.TraceListener", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "System.IO.TextWriter", + "name": "Writer", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "stream", "typeName": "System.IO.Stream" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "stream", "typeName": "System.IO.Stream" }, + { "name": "name", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "writer", "typeName": "System.IO.TextWriter" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "writer", "typeName": "System.IO.TextWriter" }, + { "name": "name", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "fileName", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "fileName", "typeName": "string" }, + { "name": "name", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Close", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Flush", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": "Write", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": "WriteLine", + "comment": "", + "location": "System.dll" + } + ], + "name": "TextWriterTraceListener", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Diagnostics", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Diagnostics.ThreadPriorityLevel", + "name": "AboveNormal", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.ThreadPriorityLevel", + "name": "BelowNormal", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.ThreadPriorityLevel", + "name": "Highest", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.ThreadPriorityLevel", + "name": "Idle", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.ThreadPriorityLevel", + "name": "Lowest", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.ThreadPriorityLevel", + "name": "Normal", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.ThreadPriorityLevel", + "name": "TimeCritical", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Diagnostics.ThreadPriorityLevel", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "ThreadPriorityLevel", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Diagnostics.Contracts.Internal", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "String", + "params": [ + { + "name": "failureKind", + "typeName": "System.Diagnostics.Contracts.ContractFailureKind" + }, + { "name": "userMessage", "typeName": "string" }, + { "name": "conditionText", "typeName": "string" }, + { "name": "innerException", "typeName": "System.Exception" } + ], + "isStatic": true, + "name": "RaiseContractFailedEvent", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "kind", + "typeName": "System.Diagnostics.Contracts.ContractFailureKind" + }, + { "name": "displayMessage", "typeName": "string" }, + { "name": "userMessage", "typeName": "string" }, + { "name": "conditionText", "typeName": "string" }, + { "name": "innerException", "typeName": "System.Exception" } + ], + "isStatic": true, + "name": "TriggerFailure", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ContractHelper", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Diagnostics", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Diagnostics.ThreadState", + "name": "Initialized", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.ThreadState", + "name": "Ready", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.ThreadState", + "name": "Running", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.ThreadState", + "name": "Standby", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.ThreadState", + "name": "Terminated", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.ThreadState", + "name": "Transition", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.ThreadState", + "name": "Unknown", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.ThreadState", + "name": "Wait", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Diagnostics.ThreadState", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "ThreadState", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Diagnostics", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Diagnostics.ThreadWaitReason", + "name": "EventPairHigh", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.ThreadWaitReason", + "name": "EventPairLow", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.ThreadWaitReason", + "name": "ExecutionDelay", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.ThreadWaitReason", + "name": "Executive", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.ThreadWaitReason", + "name": "FreePage", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.ThreadWaitReason", + "name": "LpcReceive", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.ThreadWaitReason", + "name": "LpcReply", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.ThreadWaitReason", + "name": "PageIn", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.ThreadWaitReason", + "name": "PageOut", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.ThreadWaitReason", + "name": "Suspended", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.ThreadWaitReason", + "name": "SystemAllocation", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.ThreadWaitReason", + "name": "Unknown", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.ThreadWaitReason", + "name": "UserRequest", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.ThreadWaitReason", + "name": "VirtualMemory", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Diagnostics.ThreadWaitReason", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "ThreadWaitReason", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Diagnostics", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "AutoFlush", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.CorrelationManager", + "name": "CorrelationManager", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "IndentLevel", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "IndentSize", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.TraceListenerCollection", + "name": "Listeners", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "UseGlobalLock", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "condition", "typeName": "bool" }], + "isStatic": true, + "name": "Assert", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "condition", "typeName": "bool" }, + { "name": "message", "typeName": "string" } + ], + "isStatic": true, + "name": "Assert", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "condition", "typeName": "bool" }, + { "name": "message", "typeName": "string" }, + { "name": "detailMessage", "typeName": "string" } + ], + "isStatic": true, + "name": "Assert", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "Close", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": true, + "name": "Fail", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "detailMessage", "typeName": "string" } + ], + "isStatic": true, + "name": "Fail", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "Flush", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "Indent", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "Refresh", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": true, + "name": "TraceError", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "format", "typeName": "string" }, + { "name": "args", "typeName": "object[]" } + ], + "isStatic": true, + "name": "TraceError", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": true, + "name": "TraceInformation", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "format", "typeName": "string" }, + { "name": "args", "typeName": "object[]" } + ], + "isStatic": true, + "name": "TraceInformation", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": true, + "name": "TraceWarning", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "format", "typeName": "string" }, + { "name": "args", "typeName": "object[]" } + ], + "isStatic": true, + "name": "TraceWarning", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "Unindent", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": true, + "name": "Write", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "object" }, + { "name": "category", "typeName": "string" } + ], + "isStatic": true, + "name": "Write", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": true, + "name": "Write", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "category", "typeName": "string" } + ], + "isStatic": true, + "name": "Write", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "condition", "typeName": "bool" }, + { "name": "value", "typeName": "object" } + ], + "isStatic": true, + "name": "WriteIf", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "condition", "typeName": "bool" }, + { "name": "value", "typeName": "object" }, + { "name": "category", "typeName": "string" } + ], + "isStatic": true, + "name": "WriteIf", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "condition", "typeName": "bool" }, + { "name": "message", "typeName": "string" } + ], + "isStatic": true, + "name": "WriteIf", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "condition", "typeName": "bool" }, + { "name": "message", "typeName": "string" }, + { "name": "category", "typeName": "string" } + ], + "isStatic": true, + "name": "WriteIf", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": true, + "name": "WriteLine", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "object" }, + { "name": "category", "typeName": "string" } + ], + "isStatic": true, + "name": "WriteLine", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": true, + "name": "WriteLine", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "category", "typeName": "string" } + ], + "isStatic": true, + "name": "WriteLine", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "condition", "typeName": "bool" }, + { "name": "value", "typeName": "object" } + ], + "isStatic": true, + "name": "WriteLineIf", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "condition", "typeName": "bool" }, + { "name": "value", "typeName": "object" }, + { "name": "category", "typeName": "string" } + ], + "isStatic": true, + "name": "WriteLineIf", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "condition", "typeName": "bool" }, + { "name": "message", "typeName": "string" } + ], + "isStatic": true, + "name": "WriteLineIf", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "condition", "typeName": "bool" }, + { "name": "message", "typeName": "string" }, + { "name": "category", "typeName": "string" } + ], + "isStatic": true, + "name": "WriteLineIf", + "comment": "", + "location": "System.dll" + } + ], + "name": "Trace", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Diagnostics", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "cache", + "typeName": "System.Diagnostics.TraceEventCache" + }, + { "name": "source", "typeName": "string" }, + { + "name": "eventType", + "typeName": "System.Diagnostics.TraceEventType" + }, + { "name": "id", "typeName": "int" }, + { "name": "formatOrMessage", "typeName": "string" }, + { "name": "args", "typeName": "object[]" }, + { "name": "data1", "typeName": "object" }, + { "name": "data", "typeName": "object[]" } + ], + "isStatic": false, + "name": "ShouldTrace", + "comment": "", + "location": "System.dll" + } + ], + "name": "TraceFilter", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Diagnostics", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Diagnostics.TraceEventType", + "name": "Critical", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.TraceEventType", + "name": "Error", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.TraceEventType", + "name": "Information", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.TraceEventType", + "name": "Resume", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.TraceEventType", + "name": "Start", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.TraceEventType", + "name": "Stop", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.TraceEventType", + "name": "Suspend", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.TraceEventType", + "name": "Transfer", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.TraceEventType", + "name": "Verbose", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.TraceEventType", + "name": "Warning", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Diagnostics.TraceEventType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "TraceEventType", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Diagnostics", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Diagnostics.TraceLevel", + "name": "Error", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.TraceLevel", + "name": "Info", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.TraceLevel", + "name": "Off", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.TraceLevel", + "name": "Verbose", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.TraceLevel", + "name": "Warning", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Diagnostics.TraceLevel", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "TraceLevel", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Diagnostics", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Diagnostics.TraceOptions", + "name": "Callstack", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.TraceOptions", + "name": "DateTime", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.TraceOptions", + "name": "LogicalOperationStack", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.TraceOptions", + "name": "None", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.TraceOptions", + "name": "ProcessId", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.TraceOptions", + "name": "ThreadId", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.TraceOptions", + "name": "Timestamp", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Diagnostics.TraceOptions", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "TraceOptions", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Diagnostics", + "baseClass": "System.MarshalByRefObject", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "System.Collections.Specialized.StringDictionary", + "name": "Attributes", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.TraceFilter", + "name": "Filter", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "IndentLevel", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "IndentSize", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "IsThreadSafe", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.TraceOptions", + "name": "TraceOutputOptions", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Close", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": "Fail", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "detailMessage", "typeName": "string" } + ], + "isStatic": false, + "name": "Fail", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Flush", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "eventCache", + "typeName": "System.Diagnostics.TraceEventCache" + }, + { "name": "source", "typeName": "string" }, + { + "name": "eventType", + "typeName": "System.Diagnostics.TraceEventType" + }, + { "name": "id", "typeName": "int" }, + { "name": "data", "typeName": "object" } + ], + "isStatic": false, + "name": "TraceData", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "eventCache", + "typeName": "System.Diagnostics.TraceEventCache" + }, + { "name": "source", "typeName": "string" }, + { + "name": "eventType", + "typeName": "System.Diagnostics.TraceEventType" + }, + { "name": "id", "typeName": "int" }, + { "name": "data", "typeName": "object[]" } + ], + "isStatic": false, + "name": "TraceData", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "eventCache", + "typeName": "System.Diagnostics.TraceEventCache" + }, + { "name": "source", "typeName": "string" }, + { + "name": "eventType", + "typeName": "System.Diagnostics.TraceEventType" + }, + { "name": "id", "typeName": "int" } + ], + "isStatic": false, + "name": "TraceEvent", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "eventCache", + "typeName": "System.Diagnostics.TraceEventCache" + }, + { "name": "source", "typeName": "string" }, + { + "name": "eventType", + "typeName": "System.Diagnostics.TraceEventType" + }, + { "name": "id", "typeName": "int" }, + { "name": "message", "typeName": "string" } + ], + "isStatic": false, + "name": "TraceEvent", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "eventCache", + "typeName": "System.Diagnostics.TraceEventCache" + }, + { "name": "source", "typeName": "string" }, + { + "name": "eventType", + "typeName": "System.Diagnostics.TraceEventType" + }, + { "name": "id", "typeName": "int" }, + { "name": "format", "typeName": "string" }, + { "name": "args", "typeName": "object[]" } + ], + "isStatic": false, + "name": "TraceEvent", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "eventCache", + "typeName": "System.Diagnostics.TraceEventCache" + }, + { "name": "source", "typeName": "string" }, + { "name": "id", "typeName": "int" }, + { "name": "message", "typeName": "string" }, + { "name": "relatedActivityId", "typeName": "System.Guid" } + ], + "isStatic": false, + "name": "TraceTransfer", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "o", "typeName": "object" }], + "isStatic": false, + "name": "Write", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "o", "typeName": "object" }, + { "name": "category", "typeName": "string" } + ], + "isStatic": false, + "name": "Write", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": "Write", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "category", "typeName": "string" } + ], + "isStatic": false, + "name": "Write", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "o", "typeName": "object" }], + "isStatic": false, + "name": "WriteLine", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "o", "typeName": "object" }, + { "name": "category", "typeName": "string" } + ], + "isStatic": false, + "name": "WriteLine", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": "WriteLine", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "category", "typeName": "string" } + ], + "isStatic": false, + "name": "WriteLine", + "comment": "", + "location": "System.dll" + } + ], + "name": "TraceListener", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net.Configuration", + "baseClass": "System.Configuration.ConfigurationElement", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "Type", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "typeName", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "AuthenticationModuleElement", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net.Configuration", + "baseClass": "System.Configuration.ConfigurationElementCollection", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Net.Configuration.AuthenticationModuleElement", + "name": "this[]", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Configuration.AuthenticationModuleElement", + "name": "this[]", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "element", + "typeName": "System.Net.Configuration.AuthenticationModuleElement" + } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Clear", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "element", + "typeName": "System.Net.Configuration.AuthenticationModuleElement" + } + ], + "isStatic": false, + "name": "IndexOf", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "element", + "typeName": "System.Net.Configuration.AuthenticationModuleElement" + } + ], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "RemoveAt", + "comment": "", + "location": "System.dll" + } + ], + "name": "AuthenticationModuleElementCollection", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net.Configuration", + "baseClass": "System.Configuration.ConfigurationSection", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Net.Configuration.AuthenticationModuleElementCollection", + "name": "AuthenticationModules", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "AuthenticationModulesSection", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net.Configuration", + "baseClass": "System.Configuration.ConfigurationElement", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "Address", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "address", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "BypassElement", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net.Configuration", + "baseClass": "System.Configuration.ConfigurationElementCollection", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Net.Configuration.BypassElement", + "name": "this[]", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Configuration.BypassElement", + "name": "this[]", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "element", + "typeName": "System.Net.Configuration.BypassElement" + } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Clear", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "element", + "typeName": "System.Net.Configuration.BypassElement" + } + ], + "isStatic": false, + "name": "IndexOf", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "element", + "typeName": "System.Net.Configuration.BypassElement" + } + ], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "RemoveAt", + "comment": "", + "location": "System.dll" + } + ], + "name": "BypassElementCollection", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net.Configuration", + "baseClass": "System.Configuration.ConfigurationElementCollection", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Net.Configuration.ConnectionManagementElement", + "name": "this[]", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Configuration.ConnectionManagementElement", + "name": "this[]", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "element", + "typeName": "System.Net.Configuration.ConnectionManagementElement" + } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Clear", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "element", + "typeName": "System.Net.Configuration.ConnectionManagementElement" + } + ], + "isStatic": false, + "name": "IndexOf", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "element", + "typeName": "System.Net.Configuration.ConnectionManagementElement" + } + ], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "RemoveAt", + "comment": "", + "location": "System.dll" + } + ], + "name": "ConnectionManagementElementCollection", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net.Configuration", + "baseClass": "System.Configuration.ConfigurationElement", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "Address", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "MaxConnection", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "address", "typeName": "string" }, + { "name": "maxConnection", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "ConnectionManagementElement", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Diagnostics", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Collections.Specialized.StringDictionary", + "name": "Attributes", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.TraceListenerCollection", + "name": "Listeners", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.SourceSwitch", + "name": "Switch", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { + "name": "defaultLevel", + "typeName": "System.Diagnostics.SourceLevels" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Close", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Flush", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "eventType", + "typeName": "System.Diagnostics.TraceEventType" + }, + { "name": "id", "typeName": "int" }, + { "name": "data", "typeName": "object" } + ], + "isStatic": false, + "name": "TraceData", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "eventType", + "typeName": "System.Diagnostics.TraceEventType" + }, + { "name": "id", "typeName": "int" }, + { "name": "data", "typeName": "object[]" } + ], + "isStatic": false, + "name": "TraceData", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "eventType", + "typeName": "System.Diagnostics.TraceEventType" + }, + { "name": "id", "typeName": "int" } + ], + "isStatic": false, + "name": "TraceEvent", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "eventType", + "typeName": "System.Diagnostics.TraceEventType" + }, + { "name": "id", "typeName": "int" }, + { "name": "message", "typeName": "string" } + ], + "isStatic": false, + "name": "TraceEvent", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "eventType", + "typeName": "System.Diagnostics.TraceEventType" + }, + { "name": "id", "typeName": "int" }, + { "name": "format", "typeName": "string" }, + { "name": "args", "typeName": "object[]" } + ], + "isStatic": false, + "name": "TraceEvent", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": "TraceInformation", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "format", "typeName": "string" }, + { "name": "args", "typeName": "object[]" } + ], + "isStatic": false, + "name": "TraceInformation", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "id", "typeName": "int" }, + { "name": "message", "typeName": "string" }, + { "name": "relatedActivityId", "typeName": "System.Guid" } + ], + "isStatic": false, + "name": "TraceTransfer", + "comment": "", + "location": "System.dll" + } + ], + "name": "TraceSource", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net.Configuration", + "baseClass": "System.Configuration.ConfigurationSection", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Net.Configuration.ConnectionManagementElementCollection", + "name": "ConnectionManagement", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "ConnectionManagementSection", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net.Configuration", + "baseClass": "System.Configuration.ConfigurationSection", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Net.Configuration.BypassElementCollection", + "name": "BypassList", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "Enabled", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Configuration.ModuleElement", + "name": "Module", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Configuration.ProxyElement", + "name": "Proxy", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "UseDefaultCredentials", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "DefaultProxySection", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net.Configuration", + "baseClass": "System.Configuration.ConfigurationElement", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.TimeSpan", + "name": "MaximumAge", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.TimeSpan", + "name": "MaximumStale", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.TimeSpan", + "name": "MinimumFresh", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Cache.HttpRequestCacheLevel", + "name": "PolicyLevel", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "HttpCachePolicyElement", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Diagnostics", + "baseClass": "System.Diagnostics.Switch", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Diagnostics.TraceLevel", + "name": "Level", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "TraceError", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "TraceInfo", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "TraceVerbose", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "TraceWarning", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "displayName", "typeName": "string" }, + { "name": "description", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "displayName", "typeName": "string" }, + { "name": "description", "typeName": "string" }, + { "name": "defaultSwitchValue", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "TraceSwitch", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net.Configuration", + "baseClass": "System.Configuration.ConfigurationElement", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Net.Configuration.HttpListenerTimeoutsElement", + "name": "Timeouts", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "UnescapeRequestUrl", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "HttpListenerElement", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Diagnostics", + "baseClass": "System.Diagnostics.TextWriterTraceListener", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "stream", "typeName": "System.IO.Stream" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "stream", "typeName": "System.IO.Stream" }, + { "name": "name", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "writer", "typeName": "System.IO.TextWriter" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "writer", "typeName": "System.IO.TextWriter" }, + { "name": "name", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "filename", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "filename", "typeName": "string" }, + { "name": "name", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Close", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "detailMessage", "typeName": "string" } + ], + "isStatic": false, + "name": "Fail", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "eventCache", + "typeName": "System.Diagnostics.TraceEventCache" + }, + { "name": "source", "typeName": "string" }, + { + "name": "eventType", + "typeName": "System.Diagnostics.TraceEventType" + }, + { "name": "id", "typeName": "int" }, + { "name": "data", "typeName": "object" } + ], + "isStatic": false, + "name": "TraceData", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "eventCache", + "typeName": "System.Diagnostics.TraceEventCache" + }, + { "name": "source", "typeName": "string" }, + { + "name": "eventType", + "typeName": "System.Diagnostics.TraceEventType" + }, + { "name": "id", "typeName": "int" }, + { "name": "data", "typeName": "object[]" } + ], + "isStatic": false, + "name": "TraceData", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "eventCache", + "typeName": "System.Diagnostics.TraceEventCache" + }, + { "name": "source", "typeName": "string" }, + { + "name": "eventType", + "typeName": "System.Diagnostics.TraceEventType" + }, + { "name": "id", "typeName": "int" }, + { "name": "message", "typeName": "string" } + ], + "isStatic": false, + "name": "TraceEvent", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "eventCache", + "typeName": "System.Diagnostics.TraceEventCache" + }, + { "name": "source", "typeName": "string" }, + { + "name": "eventType", + "typeName": "System.Diagnostics.TraceEventType" + }, + { "name": "id", "typeName": "int" }, + { "name": "format", "typeName": "string" }, + { "name": "args", "typeName": "object[]" } + ], + "isStatic": false, + "name": "TraceEvent", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "eventCache", + "typeName": "System.Diagnostics.TraceEventCache" + }, + { "name": "source", "typeName": "string" }, + { "name": "id", "typeName": "int" }, + { "name": "message", "typeName": "string" }, + { "name": "relatedActivityId", "typeName": "System.Guid" } + ], + "isStatic": false, + "name": "TraceTransfer", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": "Write", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": "WriteLine", + "comment": "", + "location": "System.dll" + } + ], + "name": "XmlWriterTraceListener", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net.Configuration", + "baseClass": "System.Configuration.ConfigurationElement", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.TimeSpan", + "name": "DrainEntityBody", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.TimeSpan", + "name": "EntityBody", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.TimeSpan", + "name": "HeaderWait", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.TimeSpan", + "name": "IdleConnection", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "MinSendBytesPerSecond", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.TimeSpan", + "name": "RequestQueue", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "HttpListenerTimeoutsElement", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net.Configuration", + "baseClass": "System.Configuration.ConfigurationElement", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "Enabled", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "Ipv6Element", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net.Configuration", + "baseClass": "System.Configuration.ConfigurationElement", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "MaximumErrorResponseLength", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "MaximumResponseHeadersLength", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "MaximumUnauthorizedUploadLength", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "UseUnsafeHeaderParsing", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "HttpWebRequestElement", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net.Configuration", + "baseClass": "System.Configuration.ConfigurationSectionGroup", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Net.Configuration.SmtpSection", + "name": "Smtp", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "MailSettingsSectionGroup", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net.Configuration", + "baseClass": "System.Configuration.ConfigurationElement", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "Type", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "ModuleElement", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net.Configuration", + "baseClass": "System.Configuration.ConfigurationSection", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Net.Configuration.FtpCachePolicyElement", + "name": "DefaultFtpCachePolicy", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Configuration.HttpCachePolicyElement", + "name": "DefaultHttpCachePolicy", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Cache.RequestCacheLevel", + "name": "DefaultPolicyLevel", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "DisableAllCaching", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "IsPrivateCache", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.TimeSpan", + "name": "UnspecifiedMaximumAge", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "RequestCachingSection", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net.Configuration", + "baseClass": "System.Configuration.ConfigurationSectionGroup", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Net.Configuration.AuthenticationModulesSection", + "name": "AuthenticationModules", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Configuration.ConnectionManagementSection", + "name": "ConnectionManagement", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Configuration.DefaultProxySection", + "name": "DefaultProxy", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Configuration.MailSettingsSectionGroup", + "name": "MailSettings", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Configuration.RequestCachingSection", + "name": "RequestCaching", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Configuration.SettingsSection", + "name": "Settings", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Configuration.WebRequestModulesSection", + "name": "WebRequestModules", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "NetSectionGroup", + "params": [ + { + "name": "config", + "typeName": "System.Configuration.Configuration" + } + ], + "isStatic": true, + "name": "GetSectionGroup", + "comment": "", + "location": "System.dll" + } + ], + "name": "NetSectionGroup", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net.Configuration", + "baseClass": "System.Configuration.ConfigurationElement", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "CheckCertificateName", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "CheckCertificateRevocationList", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "DnsRefreshTimeout", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "EnableDnsRoundRobin", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Security.EncryptionPolicy", + "name": "EncryptionPolicy", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "Expect100Continue", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "UseNagleAlgorithm", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "ServicePointManagerElement", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net.Configuration", + "baseClass": "System.Configuration.ConfigurationElement", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "Enabled", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "PerformanceCountersElement", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net.Configuration", + "baseClass": "System.Configuration.ConfigurationElement", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Net.Configuration.ProxyElement.AutoDetectValues", + "name": "AutoDetect", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Configuration.ProxyElement.BypassOnLocalValues", + "name": "BypassOnLocal", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Uri", + "name": "ProxyAddress", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Uri", + "name": "ScriptLocation", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Configuration.ProxyElement.UseSystemDefaultValues", + "name": "UseSystemDefault", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "ProxyElement", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Diagnostics", + "baseClass": "object", + "attribute": "", + "interfaces": ["IList", "ICollection", "IEnumerable"], + "fields": [ + { + "typeName": "int", + "name": "Count", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.TraceListener", + "name": "this[]", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Diagnostics.TraceListener", + "name": "this[]", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Int32", + "params": [ + { + "name": "listener", + "typeName": "System.Diagnostics.TraceListener" + } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Diagnostics.TraceListenerCollection" + } + ], + "isStatic": false, + "name": "AddRange", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Diagnostics.TraceListener[]" + } + ], + "isStatic": false, + "name": "AddRange", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Clear", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "listener", + "typeName": "System.Diagnostics.TraceListener" + } + ], + "isStatic": false, + "name": "Contains", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "listeners", + "typeName": "System.Diagnostics.TraceListener[]" + }, + { "name": "index", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IEnumerator", + "params": [], + "isStatic": false, + "name": "GetEnumerator", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "listener", + "typeName": "System.Diagnostics.TraceListener" + } + ], + "isStatic": false, + "name": "IndexOf", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { + "name": "listener", + "typeName": "System.Diagnostics.TraceListener" + } + ], + "isStatic": false, + "name": "Insert", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "listener", + "typeName": "System.Diagnostics.TraceListener" + } + ], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "RemoveAt", + "comment": "", + "location": "System.dll" + } + ], + "name": "TraceListenerCollection", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net.Configuration", + "baseClass": "System.Configuration.ConfigurationSection", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Net.Configuration.HttpListenerElement", + "name": "HttpListener", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Configuration.HttpWebRequestElement", + "name": "HttpWebRequest", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Configuration.Ipv6Element", + "name": "Ipv6", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Configuration.PerformanceCountersElement", + "name": "PerformanceCounters", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Configuration.ServicePointManagerElement", + "name": "ServicePointManager", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Configuration.SocketElement", + "name": "Socket", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Configuration.WebProxyScriptElement", + "name": "WebProxyScript", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Configuration.WebUtilityElement", + "name": "WebUtility", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "SettingsSection", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net.Configuration", + "baseClass": "System.Configuration.ConfigurationElement", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "ClientDomain", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "DefaultCredentials", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "EnableSsl", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "Host", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "Password", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "Port", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "TargetName", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "UserName", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "SmtpNetworkElement", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net.Configuration", + "baseClass": "System.Configuration.ConfigurationSection", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Net.Mail.SmtpDeliveryFormat", + "name": "DeliveryFormat", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Mail.SmtpDeliveryMethod", + "name": "DeliveryMethod", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "From", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Configuration.SmtpNetworkElement", + "name": "Network", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Configuration.SmtpSpecifiedPickupDirectoryElement", + "name": "SpecifiedPickupDirectory", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "SmtpSection", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net.Configuration", + "baseClass": "System.Configuration.ConfigurationElement", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "PickupDirectoryLocation", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "SmtpSpecifiedPickupDirectoryElement", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net.Configuration", + "baseClass": "System.Configuration.ConfigurationElement", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "AlwaysUseCompletionPortsForAccept", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "AlwaysUseCompletionPortsForConnect", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Sockets.IPProtectionLevel", + "name": "IPProtectionLevel", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "SocketElement", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net.Configuration", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Net.Configuration.UnicodeDecodingConformance", + "name": "Auto", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Configuration.UnicodeDecodingConformance", + "name": "Compat", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Configuration.UnicodeDecodingConformance", + "name": "Loose", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Configuration.UnicodeDecodingConformance", + "name": "Strict", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Net.Configuration.UnicodeDecodingConformance", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "UnicodeDecodingConformance", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net.Configuration", + "baseClass": "System.Configuration.ConfigurationElement", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "Prefix", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Type", + "name": "Type", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "prefix", "typeName": "string" }, + { "name": "type", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "prefix", "typeName": "string" }, + { "name": "type", "typeName": "System.Type" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "WebRequestModuleElement", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net.Configuration", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Net.Configuration.UnicodeEncodingConformance", + "name": "Auto", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Configuration.UnicodeEncodingConformance", + "name": "Compat", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Configuration.UnicodeEncodingConformance", + "name": "Strict", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Net.Configuration.UnicodeEncodingConformance", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "UnicodeEncodingConformance", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net.Configuration", + "baseClass": "System.Configuration.ConfigurationElement", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.TimeSpan", + "name": "DownloadTimeout", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "WebProxyScriptElement", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net.Configuration", + "baseClass": "System.Configuration.ConfigurationElementCollection", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Net.Configuration.WebRequestModuleElement", + "name": "this[]", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Configuration.WebRequestModuleElement", + "name": "this[]", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "element", + "typeName": "System.Net.Configuration.WebRequestModuleElement" + } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Clear", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "element", + "typeName": "System.Net.Configuration.WebRequestModuleElement" + } + ], + "isStatic": false, + "name": "IndexOf", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "element", + "typeName": "System.Net.Configuration.WebRequestModuleElement" + } + ], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "RemoveAt", + "comment": "", + "location": "System.dll" + } + ], + "name": "WebRequestModuleElementCollection", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net.Configuration", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Net.Configuration.ProxyElement.AutoDetectValues", + "name": "False", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Configuration.ProxyElement.AutoDetectValues", + "name": "True", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Configuration.ProxyElement.AutoDetectValues", + "name": "Unspecified", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Net.Configuration.ProxyElement.AutoDetectValues", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "AutoDetectValues", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net.Configuration", + "baseClass": "System.Configuration.ConfigurationSection", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Net.Configuration.WebRequestModuleElementCollection", + "name": "WebRequestModules", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "WebRequestModulesSection", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net.Configuration", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Net.Configuration.ProxyElement.BypassOnLocalValues", + "name": "False", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Configuration.ProxyElement.BypassOnLocalValues", + "name": "True", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Configuration.ProxyElement.BypassOnLocalValues", + "name": "Unspecified", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Net.Configuration.ProxyElement.BypassOnLocalValues", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "BypassOnLocalValues", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net.Configuration", + "baseClass": "System.Configuration.ConfigurationElement", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Net.Configuration.UnicodeDecodingConformance", + "name": "UnicodeDecodingConformance", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Configuration.UnicodeEncodingConformance", + "name": "UnicodeEncodingConformance", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "WebUtilityElement", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Net.Configuration", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Net.Configuration.ProxyElement.UseSystemDefaultValues", + "name": "False", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Configuration.ProxyElement.UseSystemDefaultValues", + "name": "True", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Net.Configuration.ProxyElement.UseSystemDefaultValues", + "name": "Unspecified", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Net.Configuration.ProxyElement.UseSystemDefaultValues", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "UseSystemDefaultValues", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Diagnostics.Eventing.Reader", + "baseClass": "object", + "attribute": "", + "interfaces": ["ISerializable"], + "fields": [], + "methods": [], + "name": "EventBookmark", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Diagnostics.Eventing.Reader", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "DisplayName", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "long", + "name": "Value", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [], + "name": "EventKeyword", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Diagnostics.Eventing.Reader", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "DisplayName", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "int", + "name": "Value", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [], + "name": "EventLevel", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Diagnostics.Eventing.Reader", + "baseClass": "object", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "bool", + "name": "IsClassicLog", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "bool", + "name": "IsEnabled", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "string", + "name": "LogFilePath", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Diagnostics.Eventing.Reader.EventLogIsolation", + "name": "LogIsolation", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Diagnostics.Eventing.Reader.EventLogMode", + "name": "LogMode", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "string", + "name": "LogName", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Diagnostics.Eventing.Reader.EventLogType", + "name": "LogType", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "long", + "name": "MaximumSizeInBytes", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "string", + "name": "OwningProviderName", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "int?", + "name": "ProviderBufferSize", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Guid?", + "name": "ProviderControlGuid", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "long?", + "name": "ProviderKeywords", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "int?", + "name": "ProviderLatency", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "int?", + "name": "ProviderLevel", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "int?", + "name": "ProviderMaximumNumberOfBuffers", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "int?", + "name": "ProviderMinimumNumberOfBuffers", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Collections.Generic.IEnumerable", + "name": "ProviderNames", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "string", + "name": "SecurityDescriptor", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "logName", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "logName", "typeName": "string" }, + { + "name": "session", + "typeName": "System.Diagnostics.Eventing.Reader.EventLogSession" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "SaveChanges", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "EventLogConfiguration", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Diagnostics.Eventing.Reader", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int?", + "name": "Attributes", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.DateTime?", + "name": "CreationTime", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "long?", + "name": "FileSize", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "bool?", + "name": "IsLogFull", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.DateTime?", + "name": "LastAccessTime", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.DateTime?", + "name": "LastWriteTime", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "long?", + "name": "OldestRecordNumber", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "long?", + "name": "RecordCount", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [], + "name": "EventLogInformation", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Diagnostics.Eventing.Reader", + "baseClass": "System.Exception", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [ + { + "typeName": "string", + "name": "Message", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "innerException", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "info", + "typeName": "System.Runtime.Serialization.SerializationInfo" + }, + { + "name": "context", + "typeName": "System.Runtime.Serialization.StreamingContext" + } + ], + "isStatic": false, + "name": "GetObjectData", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "EventLogException", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Diagnostics.Eventing.Reader", + "baseClass": "System.Diagnostics.Eventing.Reader.EventLogException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "innerException", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "EventLogInvalidDataException", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Diagnostics.Eventing.Reader", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Diagnostics.Eventing.Reader.EventLogIsolation", + "name": "Application", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Diagnostics.Eventing.Reader.EventLogIsolation", + "name": "Custom", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Diagnostics.Eventing.Reader.EventLogIsolation", + "name": "System", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Diagnostics.Eventing.Reader.EventLogIsolation", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "EventLogIsolation", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Diagnostics.Eventing.Reader", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "DisplayName", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "bool", + "name": "IsImported", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "string", + "name": "LogName", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [], + "name": "EventLogLink", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Diagnostics.Eventing.Reader", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Diagnostics.Eventing.Reader.EventLogMode", + "name": "AutoBackup", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Diagnostics.Eventing.Reader.EventLogMode", + "name": "Circular", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Diagnostics.Eventing.Reader.EventLogMode", + "name": "Retain", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Diagnostics.Eventing.Reader.EventLogMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "EventLogMode", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Diagnostics.Eventing.Reader", + "baseClass": "System.Diagnostics.Eventing.Reader.EventLogException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "innerException", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "EventLogNotFoundException", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Diagnostics.Eventing.Reader", + "baseClass": "object", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "propertyQueries", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "EventLogPropertySelector", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Diagnostics.Eventing.Reader", + "baseClass": "System.Diagnostics.Eventing.Reader.EventLogException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "innerException", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "EventLogProviderDisabledException", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Diagnostics.Eventing.Reader", + "baseClass": "object", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "int", + "name": "BatchSize", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Collections.Generic.IList", + "name": "LogStatus", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "eventQuery", + "typeName": "System.Diagnostics.Eventing.Reader.EventLogQuery" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "eventQuery", + "typeName": "System.Diagnostics.Eventing.Reader.EventLogQuery" + }, + { + "name": "bookmark", + "typeName": "System.Diagnostics.Eventing.Reader.EventBookmark" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "path", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "path", "typeName": "string" }, + { + "name": "pathType", + "typeName": "System.Diagnostics.Eventing.Reader.PathType" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "CancelReading", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "EventRecord", + "params": [], + "isStatic": false, + "name": "ReadEvent", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "EventRecord", + "params": [{ "name": "timeout", "typeName": "System.TimeSpan" }], + "isStatic": false, + "name": "ReadEvent", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "bookmark", + "typeName": "System.Diagnostics.Eventing.Reader.EventBookmark" + } + ], + "isStatic": false, + "name": "Seek", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "bookmark", + "typeName": "System.Diagnostics.Eventing.Reader.EventBookmark" + }, + { "name": "offset", "typeName": "long" } + ], + "isStatic": false, + "name": "Seek", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "origin", "typeName": "System.IO.SeekOrigin" }, + { "name": "offset", "typeName": "long" } + ], + "isStatic": false, + "name": "Seek", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "EventLogReader", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Diagnostics.Eventing.Reader", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "ReverseDirection", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Diagnostics.Eventing.Reader.EventLogSession", + "name": "Session", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "bool", + "name": "TolerateQueryErrors", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "path", "typeName": "string" }, + { + "name": "pathType", + "typeName": "System.Diagnostics.Eventing.Reader.PathType" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "path", "typeName": "string" }, + { + "name": "pathType", + "typeName": "System.Diagnostics.Eventing.Reader.PathType" + }, + { "name": "query", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "EventLogQuery", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Diagnostics.Eventing.Reader", + "baseClass": "System.Diagnostics.Eventing.Reader.EventLogException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "innerException", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "EventLogReadingException", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Diagnostics.Eventing.Reader", + "baseClass": "System.Diagnostics.Eventing.Reader.EventRecord", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "System.Guid?", + "name": "ActivityId", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Diagnostics.Eventing.Reader.EventBookmark", + "name": "Bookmark", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "string", + "name": "ContainerLog", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "int", + "name": "Id", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "long?", + "name": "Keywords", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Collections.Generic.IEnumerable", + "name": "KeywordsDisplayNames", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "byte?", + "name": "Level", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "string", + "name": "LevelDisplayName", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "string", + "name": "LogName", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "string", + "name": "MachineName", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Collections.Generic.IEnumerable", + "name": "MatchedQueryIds", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "short?", + "name": "Opcode", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "string", + "name": "OpcodeDisplayName", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "int?", + "name": "ProcessId", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Collections.Generic.IList", + "name": "Properties", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Guid?", + "name": "ProviderId", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "string", + "name": "ProviderName", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "int?", + "name": "Qualifiers", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "long?", + "name": "RecordId", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Guid?", + "name": "RelatedActivityId", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "int?", + "name": "Task", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "string", + "name": "TaskDisplayName", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "int?", + "name": "ThreadId", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.DateTime?", + "name": "TimeCreated", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Principal.SecurityIdentifier", + "name": "UserId", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "byte?", + "name": "Version", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "FormatDescription", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "String", + "params": [ + { + "name": "values", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": false, + "name": "FormatDescription", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IList", + "params": [ + { + "name": "propertySelector", + "typeName": "System.Diagnostics.Eventing.Reader.EventLogPropertySelector" + } + ], + "isStatic": false, + "name": "GetPropertyValues", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToXml", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "EventLogRecord", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Diagnostics.Eventing.Reader", + "baseClass": "object", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "System.Diagnostics.Eventing.Reader.EventLogSession", + "name": "GlobalSession", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "server", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "server", "typeName": "string" }, + { "name": "domain", "typeName": "string" }, + { "name": "user", "typeName": "string" }, + { "name": "password", "typeName": "System.Security.SecureString" }, + { + "name": "logOnType", + "typeName": "System.Diagnostics.Eventing.Reader.SessionAuthentication" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "CancelCurrentOperations", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "logName", "typeName": "string" }], + "isStatic": false, + "name": "ClearLog", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "logName", "typeName": "string" }, + { "name": "backupPath", "typeName": "string" } + ], + "isStatic": false, + "name": "ClearLog", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "path", "typeName": "string" }, + { + "name": "pathType", + "typeName": "System.Diagnostics.Eventing.Reader.PathType" + }, + { "name": "query", "typeName": "string" }, + { "name": "targetFilePath", "typeName": "string" } + ], + "isStatic": false, + "name": "ExportLog", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "path", "typeName": "string" }, + { + "name": "pathType", + "typeName": "System.Diagnostics.Eventing.Reader.PathType" + }, + { "name": "query", "typeName": "string" }, + { "name": "targetFilePath", "typeName": "string" }, + { "name": "tolerateQueryErrors", "typeName": "bool" } + ], + "isStatic": false, + "name": "ExportLog", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "path", "typeName": "string" }, + { + "name": "pathType", + "typeName": "System.Diagnostics.Eventing.Reader.PathType" + }, + { "name": "query", "typeName": "string" }, + { "name": "targetFilePath", "typeName": "string" } + ], + "isStatic": false, + "name": "ExportLogAndMessages", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "path", "typeName": "string" }, + { + "name": "pathType", + "typeName": "System.Diagnostics.Eventing.Reader.PathType" + }, + { "name": "query", "typeName": "string" }, + { "name": "targetFilePath", "typeName": "string" }, + { "name": "tolerateQueryErrors", "typeName": "bool" }, + { + "name": "targetCultureInfo", + "typeName": "System.Globalization.CultureInfo" + } + ], + "isStatic": false, + "name": "ExportLogAndMessages", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "EventLogInformation", + "params": [ + { "name": "logName", "typeName": "string" }, + { + "name": "pathType", + "typeName": "System.Diagnostics.Eventing.Reader.PathType" + } + ], + "isStatic": false, + "name": "GetLogInformation", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [], + "isStatic": false, + "name": "GetLogNames", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [], + "isStatic": false, + "name": "GetProviderNames", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "EventLogSession", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Diagnostics.Eventing.Reader", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "LogName", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "int", + "name": "StatusCode", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [], + "name": "EventLogStatus", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Diagnostics.Eventing.Reader", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Diagnostics.Eventing.Reader.EventLogType", + "name": "Administrative", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Diagnostics.Eventing.Reader.EventLogType", + "name": "Analytical", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Diagnostics.Eventing.Reader.EventLogType", + "name": "Debug", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Diagnostics.Eventing.Reader.EventLogType", + "name": "Operational", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Diagnostics.Eventing.Reader.EventLogType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "EventLogType", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Diagnostics.Eventing.Reader", + "baseClass": "object", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "bool", + "name": "Enabled", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.EventHandler", + "name": "EventRecordWritten", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "eventQuery", + "typeName": "System.Diagnostics.Eventing.Reader.EventLogQuery" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "eventQuery", + "typeName": "System.Diagnostics.Eventing.Reader.EventLogQuery" + }, + { + "name": "bookmark", + "typeName": "System.Diagnostics.Eventing.Reader.EventBookmark" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "eventQuery", + "typeName": "System.Diagnostics.Eventing.Reader.EventLogQuery" + }, + { + "name": "bookmark", + "typeName": "System.Diagnostics.Eventing.Reader.EventBookmark" + }, + { "name": "readExistingEvents", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "path", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.EventHandler" + } + ], + "isStatic": false, + "name": "add_EventRecordWritten", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.EventHandler" + } + ], + "isStatic": false, + "name": "remove_EventRecordWritten", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "EventLogWatcher", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Diagnostics.Eventing.Reader", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "Description", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "long", + "name": "Id", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Collections.Generic.IEnumerable", + "name": "Keywords", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Diagnostics.Eventing.Reader.EventLevel", + "name": "Level", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Diagnostics.Eventing.Reader.EventLogLink", + "name": "LogLink", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Diagnostics.Eventing.Reader.EventOpcode", + "name": "Opcode", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Diagnostics.Eventing.Reader.EventTask", + "name": "Task", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "string", + "name": "Template", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "byte", + "name": "Version", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [], + "name": "EventMetadata", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Diagnostics.Eventing.Reader", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "object", + "name": "Value", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [], + "name": "EventProperty", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Diagnostics.Eventing.Reader", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "DisplayName", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "int", + "name": "Value", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [], + "name": "EventOpcode", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Diagnostics.Eventing.Reader", + "baseClass": "object", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "System.Guid?", + "name": "ActivityId", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Diagnostics.Eventing.Reader.EventBookmark", + "name": "Bookmark", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "int", + "name": "Id", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "long?", + "name": "Keywords", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Collections.Generic.IEnumerable", + "name": "KeywordsDisplayNames", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "byte?", + "name": "Level", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "string", + "name": "LevelDisplayName", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "string", + "name": "LogName", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "string", + "name": "MachineName", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "short?", + "name": "Opcode", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "string", + "name": "OpcodeDisplayName", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "int?", + "name": "ProcessId", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Collections.Generic.IList", + "name": "Properties", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Guid?", + "name": "ProviderId", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "string", + "name": "ProviderName", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "int?", + "name": "Qualifiers", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "long?", + "name": "RecordId", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Guid?", + "name": "RelatedActivityId", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "int?", + "name": "Task", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "string", + "name": "TaskDisplayName", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "int?", + "name": "ThreadId", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.DateTime?", + "name": "TimeCreated", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Principal.SecurityIdentifier", + "name": "UserId", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "byte?", + "name": "Version", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "FormatDescription", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "String", + "params": [ + { + "name": "values", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": false, + "name": "FormatDescription", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToXml", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "EventRecord", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Diagnostics.Eventing.Reader", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "DisplayName", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Guid", + "name": "EventGuid", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "int", + "name": "Value", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [], + "name": "EventTask", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Diagnostics.Eventing.Reader", + "baseClass": "System.EventArgs", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Exception", + "name": "EventException", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Diagnostics.Eventing.Reader.EventRecord", + "name": "EventRecord", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [], + "name": "EventRecordWrittenEventArgs", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Diagnostics.Eventing.Reader", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Diagnostics.Eventing.Reader.PathType", + "name": "FilePath", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Diagnostics.Eventing.Reader.PathType", + "name": "LogName", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Diagnostics.Eventing.Reader.PathType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "PathType", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Diagnostics.Eventing.Reader", + "baseClass": "object", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "string", + "name": "DisplayName", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Collections.Generic.IEnumerable", + "name": "Events", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Uri", + "name": "HelpLink", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Guid", + "name": "Id", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Collections.Generic.IList", + "name": "Keywords", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Collections.Generic.IList", + "name": "Levels", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Collections.Generic.IList", + "name": "LogLinks", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "string", + "name": "MessageFilePath", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Collections.Generic.IList", + "name": "Opcodes", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "string", + "name": "ParameterFilePath", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "string", + "name": "ResourceFilePath", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Collections.Generic.IList", + "name": "Tasks", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "providerName", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "providerName", "typeName": "string" }, + { + "name": "session", + "typeName": "System.Diagnostics.Eventing.Reader.EventLogSession" + }, + { + "name": "targetCultureInfo", + "typeName": "System.Globalization.CultureInfo" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "ProviderMetadata", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Diagnostics.Eventing.Reader", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Diagnostics.Eventing.Reader.SessionAuthentication", + "name": "Default", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Diagnostics.Eventing.Reader.SessionAuthentication", + "name": "Kerberos", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Diagnostics.Eventing.Reader.SessionAuthentication", + "name": "Negotiate", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Diagnostics.Eventing.Reader.SessionAuthentication", + "name": "Ntlm", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Diagnostics.Eventing.Reader.SessionAuthentication", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "SessionAuthentication", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Diagnostics.Eventing.Reader", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Diagnostics.Eventing.Reader.StandardEventOpcode", + "name": "DataCollectionStart", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Diagnostics.Eventing.Reader.StandardEventOpcode", + "name": "DataCollectionStop", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Diagnostics.Eventing.Reader.StandardEventOpcode", + "name": "Extension", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Diagnostics.Eventing.Reader.StandardEventOpcode", + "name": "Info", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Diagnostics.Eventing.Reader.StandardEventOpcode", + "name": "Receive", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Diagnostics.Eventing.Reader.StandardEventOpcode", + "name": "Reply", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Diagnostics.Eventing.Reader.StandardEventOpcode", + "name": "Resume", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Diagnostics.Eventing.Reader.StandardEventOpcode", + "name": "Send", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Diagnostics.Eventing.Reader.StandardEventOpcode", + "name": "Start", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Diagnostics.Eventing.Reader.StandardEventOpcode", + "name": "Stop", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Diagnostics.Eventing.Reader.StandardEventOpcode", + "name": "Suspend", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Diagnostics.Eventing.Reader.StandardEventOpcode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "StandardEventOpcode", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Diagnostics.Eventing.Reader", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Diagnostics.Eventing.Reader.StandardEventKeywords", + "name": "AuditFailure", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Diagnostics.Eventing.Reader.StandardEventKeywords", + "name": "AuditSuccess", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Diagnostics.Eventing.Reader.StandardEventKeywords", + "name": "CorrelationHint", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Diagnostics.Eventing.Reader.StandardEventKeywords", + "name": "CorrelationHint2", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Diagnostics.Eventing.Reader.StandardEventKeywords", + "name": "EventLogClassic", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Diagnostics.Eventing.Reader.StandardEventKeywords", + "name": "None", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Diagnostics.Eventing.Reader.StandardEventKeywords", + "name": "ResponseTime", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Diagnostics.Eventing.Reader.StandardEventKeywords", + "name": "Sqm", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Diagnostics.Eventing.Reader.StandardEventKeywords", + "name": "WdiContext", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Diagnostics.Eventing.Reader.StandardEventKeywords", + "name": "WdiDiagnostic", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Diagnostics.Eventing.Reader.StandardEventKeywords", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "StandardEventKeywords", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Diagnostics.Eventing.Reader", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Diagnostics.Eventing.Reader.StandardEventTask", + "name": "None", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Diagnostics.Eventing.Reader.StandardEventTask", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "StandardEventTask", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Diagnostics.Eventing.Reader", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Diagnostics.Eventing.Reader.StandardEventLevel", + "name": "Critical", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Diagnostics.Eventing.Reader.StandardEventLevel", + "name": "Error", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Diagnostics.Eventing.Reader.StandardEventLevel", + "name": "Informational", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Diagnostics.Eventing.Reader.StandardEventLevel", + "name": "LogAlways", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Diagnostics.Eventing.Reader.StandardEventLevel", + "name": "Verbose", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Diagnostics.Eventing.Reader.StandardEventLevel", + "name": "Warning", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Diagnostics.Eventing.Reader.StandardEventLevel", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "StandardEventLevel", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Diagnostics.SymbolStore", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "ISymbolReader", + "params": [ + { "name": "importer", "typeName": "int" }, + { "name": "filename", "typeName": "string" }, + { "name": "searchPath", "typeName": "string" } + ], + "isStatic": false, + "name": "GetReader", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ISymbolBinder", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Diagnostics.SymbolStore", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [ + { + "typeName": "System.Guid", + "name": "CheckSumAlgorithmId", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Guid", + "name": "DocumentType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "HasEmbeddedSource", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Guid", + "name": "Language", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Guid", + "name": "LanguageVendor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "SourceLength", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "URL", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Int32", + "params": [{ "name": "line", "typeName": "int" }], + "isStatic": false, + "name": "FindClosestLine", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetCheckSum", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "startLine", "typeName": "int" }, + { "name": "startColumn", "typeName": "int" }, + { "name": "endLine", "typeName": "int" }, + { "name": "endColumn", "typeName": "int" } + ], + "isStatic": false, + "name": "GetSourceRange", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ISymbolDocument", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Diagnostics.SymbolStore", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "ISymbolReader", + "params": [ + { "name": "importer", "typeName": "System.IntPtr" }, + { "name": "filename", "typeName": "string" }, + { "name": "searchPath", "typeName": "string" } + ], + "isStatic": false, + "name": "GetReader", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ISymbolBinder1", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Diagnostics.SymbolStore", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "algorithmId", "typeName": "System.Guid" }, + { "name": "checkSum", "typeName": "byte[]" } + ], + "isStatic": false, + "name": "SetCheckSum", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "source", "typeName": "byte[]" }], + "isStatic": false, + "name": "SetSource", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ISymbolDocumentWriter", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Diagnostics.SymbolStore", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [ + { + "typeName": "System.Diagnostics.SymbolStore.ISymbolScope", + "name": "RootScope", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "SequencePointCount", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Diagnostics.SymbolStore.SymbolToken", + "name": "Token", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "ISymbolNamespace", + "params": [], + "isStatic": false, + "name": "GetNamespace", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "document", + "typeName": "System.Diagnostics.SymbolStore.ISymbolDocument" + }, + { "name": "line", "typeName": "int" }, + { "name": "column", "typeName": "int" } + ], + "isStatic": false, + "name": "GetOffset", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetParameters", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { + "name": "document", + "typeName": "System.Diagnostics.SymbolStore.ISymbolDocument" + }, + { "name": "line", "typeName": "int" }, + { "name": "column", "typeName": "int" } + ], + "isStatic": false, + "name": "GetRanges", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ISymbolScope", + "params": [{ "name": "offset", "typeName": "int" }], + "isStatic": false, + "name": "GetScope", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "offsets", "typeName": "int[]" }, + { + "name": "documents", + "typeName": "System.Diagnostics.SymbolStore.ISymbolDocument[]" + }, + { "name": "lines", "typeName": "int[]" }, + { "name": "columns", "typeName": "int[]" }, + { "name": "endLines", "typeName": "int[]" }, + { "name": "endColumns", "typeName": "int[]" } + ], + "isStatic": false, + "name": "GetSequencePoints", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "docs", + "typeName": "System.Diagnostics.SymbolStore.ISymbolDocument[]" + }, + { "name": "lines", "typeName": "int[]" }, + { "name": "columns", "typeName": "int[]" } + ], + "isStatic": false, + "name": "GetSourceStartEnd", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ISymbolMethod", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Diagnostics.SymbolStore", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetNamespaces", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetVariables", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ISymbolNamespace", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Diagnostics.SymbolStore", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "EndOffset", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Diagnostics.SymbolStore.ISymbolMethod", + "name": "Method", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Diagnostics.SymbolStore.ISymbolScope", + "name": "Parent", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "StartOffset", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetChildren", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetLocals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetNamespaces", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ISymbolScope", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Diagnostics.SymbolStore", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "AddressField1", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "AddressField2", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "AddressField3", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Diagnostics.SymbolStore.SymAddressKind", + "name": "AddressKind", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "object", + "name": "Attributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "EndOffset", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "StartOffset", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetSignature", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ISymbolVariable", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Diagnostics.SymbolStore", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Close", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "CloseMethod", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "CloseNamespace", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "endOffset", "typeName": "int" }], + "isStatic": false, + "name": "CloseScope", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ISymbolDocumentWriter", + "params": [ + { "name": "url", "typeName": "string" }, + { "name": "language", "typeName": "System.Guid" }, + { "name": "languageVendor", "typeName": "System.Guid" }, + { "name": "documentType", "typeName": "System.Guid" } + ], + "isStatic": false, + "name": "DefineDocument", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "parent", + "typeName": "System.Diagnostics.SymbolStore.SymbolToken" + }, + { "name": "name", "typeName": "string" }, + { + "name": "attributes", + "typeName": "System.Reflection.FieldAttributes" + }, + { "name": "signature", "typeName": "byte[]" }, + { + "name": "addrKind", + "typeName": "System.Diagnostics.SymbolStore.SymAddressKind" + }, + { "name": "addr1", "typeName": "int" }, + { "name": "addr2", "typeName": "int" }, + { "name": "addr3", "typeName": "int" } + ], + "isStatic": false, + "name": "DefineField", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { + "name": "attributes", + "typeName": "System.Reflection.FieldAttributes" + }, + { "name": "signature", "typeName": "byte[]" }, + { + "name": "addrKind", + "typeName": "System.Diagnostics.SymbolStore.SymAddressKind" + }, + { "name": "addr1", "typeName": "int" }, + { "name": "addr2", "typeName": "int" }, + { "name": "addr3", "typeName": "int" } + ], + "isStatic": false, + "name": "DefineGlobalVariable", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { + "name": "attributes", + "typeName": "System.Reflection.FieldAttributes" + }, + { "name": "signature", "typeName": "byte[]" }, + { + "name": "addrKind", + "typeName": "System.Diagnostics.SymbolStore.SymAddressKind" + }, + { "name": "addr1", "typeName": "int" }, + { "name": "addr2", "typeName": "int" }, + { "name": "addr3", "typeName": "int" }, + { "name": "startOffset", "typeName": "int" }, + { "name": "endOffset", "typeName": "int" } + ], + "isStatic": false, + "name": "DefineLocalVariable", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { + "name": "attributes", + "typeName": "System.Reflection.ParameterAttributes" + }, + { "name": "sequence", "typeName": "int" }, + { + "name": "addrKind", + "typeName": "System.Diagnostics.SymbolStore.SymAddressKind" + }, + { "name": "addr1", "typeName": "int" }, + { "name": "addr2", "typeName": "int" }, + { "name": "addr3", "typeName": "int" } + ], + "isStatic": false, + "name": "DefineParameter", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "document", + "typeName": "System.Diagnostics.SymbolStore.ISymbolDocumentWriter" + }, + { "name": "offsets", "typeName": "int[]" }, + { "name": "lines", "typeName": "int[]" }, + { "name": "columns", "typeName": "int[]" }, + { "name": "endLines", "typeName": "int[]" }, + { "name": "endColumns", "typeName": "int[]" } + ], + "isStatic": false, + "name": "DefineSequencePoints", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "emitter", "typeName": "System.IntPtr" }, + { "name": "filename", "typeName": "string" }, + { "name": "fFullBuild", "typeName": "bool" } + ], + "isStatic": false, + "name": "Initialize", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "method", + "typeName": "System.Diagnostics.SymbolStore.SymbolToken" + } + ], + "isStatic": false, + "name": "OpenMethod", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "OpenNamespace", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "startOffset", "typeName": "int" }], + "isStatic": false, + "name": "OpenScope", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "startDoc", + "typeName": "System.Diagnostics.SymbolStore.ISymbolDocumentWriter" + }, + { "name": "startLine", "typeName": "int" }, + { "name": "startColumn", "typeName": "int" }, + { + "name": "endDoc", + "typeName": "System.Diagnostics.SymbolStore.ISymbolDocumentWriter" + }, + { "name": "endLine", "typeName": "int" }, + { "name": "endColumn", "typeName": "int" } + ], + "isStatic": false, + "name": "SetMethodSourceRange", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "scopeID", "typeName": "int" }, + { "name": "startOffset", "typeName": "int" }, + { "name": "endOffset", "typeName": "int" } + ], + "isStatic": false, + "name": "SetScopeRange", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "parent", + "typeName": "System.Diagnostics.SymbolStore.SymbolToken" + }, + { "name": "name", "typeName": "string" }, + { "name": "data", "typeName": "byte[]" } + ], + "isStatic": false, + "name": "SetSymAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "underlyingWriter", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": "SetUnderlyingWriter", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "entryMethod", + "typeName": "System.Diagnostics.SymbolStore.SymbolToken" + } + ], + "isStatic": false, + "name": "SetUserEntryPoint", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "fullName", "typeName": "string" }], + "isStatic": false, + "name": "UsingNamespace", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ISymbolWriter", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Diagnostics.SymbolStore", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Diagnostics.SymbolStore.SymAddressKind", + "name": "BitField", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Diagnostics.SymbolStore.SymAddressKind", + "name": "ILOffset", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Diagnostics.SymbolStore.SymAddressKind", + "name": "NativeOffset", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Diagnostics.SymbolStore.SymAddressKind", + "name": "NativeRegister", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Diagnostics.SymbolStore.SymAddressKind", + "name": "NativeRegisterRegister", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Diagnostics.SymbolStore.SymAddressKind", + "name": "NativeRegisterRelative", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Diagnostics.SymbolStore.SymAddressKind", + "name": "NativeRegisterStack", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Diagnostics.SymbolStore.SymAddressKind", + "name": "NativeRVA", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Diagnostics.SymbolStore.SymAddressKind", + "name": "NativeSectionOffset", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Diagnostics.SymbolStore.SymAddressKind", + "name": "NativeStackRegister", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Diagnostics.SymbolStore.SymAddressKind", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "SymAddressKind", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Diagnostics.SymbolStore", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "val", "typeName": "int" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "obj", + "typeName": "System.Diagnostics.SymbolStore.SymbolToken" + } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetToken", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "a", + "typeName": "System.Diagnostics.SymbolStore.SymbolToken" + }, + { + "name": "b", + "typeName": "System.Diagnostics.SymbolStore.SymbolToken" + } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "a", + "typeName": "System.Diagnostics.SymbolStore.SymbolToken" + }, + { + "name": "b", + "typeName": "System.Diagnostics.SymbolStore.SymbolToken" + } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "SymbolToken", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Diagnostics.SymbolStore", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Guid", + "name": "Text", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "SymDocumentType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Diagnostics.SymbolStore", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Guid", + "name": "Basic", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Guid", + "name": "C", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Guid", + "name": "Cobol", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Guid", + "name": "CPlusPlus", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Guid", + "name": "CSharp", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Guid", + "name": "ILAssembly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Guid", + "name": "Java", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Guid", + "name": "JScript", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Guid", + "name": "MCPlusPlus", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Guid", + "name": "Pascal", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Guid", + "name": "SMC", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "SymLanguageType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Diagnostics.SymbolStore", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Guid", + "name": "Microsoft", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "SymLanguageVendor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Diagnostics.SymbolStore", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [ + { + "typeName": "System.Diagnostics.SymbolStore.SymbolToken", + "name": "UserEntryPoint", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "ISymbolDocument", + "params": [ + { "name": "url", "typeName": "string" }, + { "name": "language", "typeName": "System.Guid" }, + { "name": "languageVendor", "typeName": "System.Guid" }, + { "name": "documentType", "typeName": "System.Guid" } + ], + "isStatic": false, + "name": "GetDocument", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetDocuments", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetGlobalVariables", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ISymbolMethod", + "params": [ + { + "name": "method", + "typeName": "System.Diagnostics.SymbolStore.SymbolToken" + } + ], + "isStatic": false, + "name": "GetMethod", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ISymbolMethod", + "params": [ + { + "name": "method", + "typeName": "System.Diagnostics.SymbolStore.SymbolToken" + }, + { "name": "version", "typeName": "int" } + ], + "isStatic": false, + "name": "GetMethod", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ISymbolMethod", + "params": [ + { + "name": "document", + "typeName": "System.Diagnostics.SymbolStore.ISymbolDocument" + }, + { "name": "line", "typeName": "int" }, + { "name": "column", "typeName": "int" } + ], + "isStatic": false, + "name": "GetMethodFromDocumentPosition", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetNamespaces", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { + "name": "parent", + "typeName": "System.Diagnostics.SymbolStore.SymbolToken" + }, + { "name": "name", "typeName": "string" } + ], + "isStatic": false, + "name": "GetSymAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { + "name": "parent", + "typeName": "System.Diagnostics.SymbolStore.SymbolToken" + } + ], + "isStatic": false, + "name": "GetVariables", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ISymbolReader", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Diagnostics.Tracing", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Diagnostics.Tracing.EventActivityOptions", + "name": "Detachable", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Diagnostics.Tracing.EventActivityOptions", + "name": "Disable", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Diagnostics.Tracing.EventActivityOptions", + "name": "None", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Diagnostics.Tracing.EventActivityOptions", + "name": "Recursive", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Diagnostics.Tracing.EventActivityOptions", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "EventActivityOptions", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Diagnostics.Tracing", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "System.Diagnostics.Tracing.EventActivityOptions", + "name": "ActivityOptions", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Diagnostics.Tracing.EventChannel", + "name": "Channel", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "EventId", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Diagnostics.Tracing.EventKeywords", + "name": "Keywords", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Diagnostics.Tracing.EventLevel", + "name": "Level", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Message", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Diagnostics.Tracing.EventOpcode", + "name": "Opcode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Diagnostics.Tracing.EventTags", + "name": "Tags", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Diagnostics.Tracing.EventTask", + "name": "Task", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "byte", + "name": "Version", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "eventId", "typeName": "int" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "EventAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Diagnostics.Tracing", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Diagnostics.Tracing.EventChannel", + "name": "Admin", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Diagnostics.Tracing.EventChannel", + "name": "Analytic", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Diagnostics.Tracing.EventChannel", + "name": "Debug", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Diagnostics.Tracing.EventChannel", + "name": "None", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Diagnostics.Tracing.EventChannel", + "name": "Operational", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Diagnostics.Tracing.EventChannel", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "EventChannel", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Diagnostics.Tracing", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Diagnostics.Tracing.EventCommand", + "name": "Disable", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Diagnostics.Tracing.EventCommand", + "name": "Enable", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Diagnostics.Tracing.EventCommand", + "name": "SendManifest", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Diagnostics.Tracing.EventCommand", + "name": "Update", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Diagnostics.Tracing.EventCommand", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "EventCommand", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Diagnostics.Tracing", + "baseClass": "System.EventArgs", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Collections.Generic.IDictionary", + "name": "Arguments", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Diagnostics.Tracing.EventCommand", + "name": "Command", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [{ "name": "eventId", "typeName": "int" }], + "isStatic": false, + "name": "DisableEvent", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "eventId", "typeName": "int" }], + "isStatic": false, + "name": "EnableEvent", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "EventCommandEventArgs", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Diagnostics.Tracing", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "EventDataAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Diagnostics.Tracing", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "System.Diagnostics.Tracing.EventFieldFormat", + "name": "Format", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Diagnostics.Tracing.EventFieldTags", + "name": "Tags", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "EventFieldAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Diagnostics.Tracing", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Diagnostics.Tracing.EventFieldFormat", + "name": "Boolean", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Diagnostics.Tracing.EventFieldFormat", + "name": "Default", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Diagnostics.Tracing.EventFieldFormat", + "name": "Hexadecimal", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Diagnostics.Tracing.EventFieldFormat", + "name": "HResult", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Diagnostics.Tracing.EventFieldFormat", + "name": "Json", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Diagnostics.Tracing.EventFieldFormat", + "name": "String", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Diagnostics.Tracing.EventFieldFormat", + "name": "Xml", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Diagnostics.Tracing.EventFieldFormat", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "EventFieldFormat", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Diagnostics.Tracing", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "EventIgnoreAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Diagnostics.Tracing", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Diagnostics.Tracing.EventFieldTags", + "name": "None", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Diagnostics.Tracing.EventFieldTags", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "EventFieldTags", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Diagnostics.Tracing", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Diagnostics.Tracing.EventKeywords", + "name": "All", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Diagnostics.Tracing.EventKeywords", + "name": "AuditFailure", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Diagnostics.Tracing.EventKeywords", + "name": "AuditSuccess", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Diagnostics.Tracing.EventKeywords", + "name": "CorrelationHint", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Diagnostics.Tracing.EventKeywords", + "name": "EventLogClassic", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Diagnostics.Tracing.EventKeywords", + "name": "MicrosoftTelemetry", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Diagnostics.Tracing.EventKeywords", + "name": "None", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Diagnostics.Tracing.EventKeywords", + "name": "Sqm", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Diagnostics.Tracing.EventKeywords", + "name": "WdiContext", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Diagnostics.Tracing.EventKeywords", + "name": "WdiDiagnostic", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Diagnostics.Tracing.EventKeywords", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "EventKeywords", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Diagnostics.Tracing", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Diagnostics.Tracing.EventLevel", + "name": "Critical", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Diagnostics.Tracing.EventLevel", + "name": "Error", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Diagnostics.Tracing.EventLevel", + "name": "Informational", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Diagnostics.Tracing.EventLevel", + "name": "LogAlways", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Diagnostics.Tracing.EventLevel", + "name": "Verbose", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Diagnostics.Tracing.EventLevel", + "name": "Warning", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Diagnostics.Tracing.EventLevel", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "EventLevel", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Diagnostics.Tracing", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Diagnostics.Tracing.EventManifestOptions", + "name": "AllCultures", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Diagnostics.Tracing.EventManifestOptions", + "name": "AllowEventSourceOverride", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Diagnostics.Tracing.EventManifestOptions", + "name": "None", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Diagnostics.Tracing.EventManifestOptions", + "name": "OnlyIfNeededForRegistration", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Diagnostics.Tracing.EventManifestOptions", + "name": "Strict", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Diagnostics.Tracing.EventManifestOptions", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "EventManifestOptions", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Diagnostics.Tracing", + "baseClass": "object", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "System.EventHandler", + "name": "EventSourceCreated", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.EventHandler", + "name": "EventWritten", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.EventHandler" + } + ], + "isStatic": false, + "name": "add_EventSourceCreated", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.EventHandler" + } + ], + "isStatic": false, + "name": "remove_EventSourceCreated", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.EventHandler" + } + ], + "isStatic": false, + "name": "add_EventWritten", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.EventHandler" + } + ], + "isStatic": false, + "name": "remove_EventWritten", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "eventSource", + "typeName": "System.Diagnostics.Tracing.EventSource" + } + ], + "isStatic": false, + "name": "DisableEvents", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "eventSource", + "typeName": "System.Diagnostics.Tracing.EventSource" + }, + { + "name": "level", + "typeName": "System.Diagnostics.Tracing.EventLevel" + } + ], + "isStatic": false, + "name": "EnableEvents", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "eventSource", + "typeName": "System.Diagnostics.Tracing.EventSource" + }, + { + "name": "level", + "typeName": "System.Diagnostics.Tracing.EventLevel" + }, + { + "name": "matchAnyKeyword", + "typeName": "System.Diagnostics.Tracing.EventKeywords" + } + ], + "isStatic": false, + "name": "EnableEvents", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "eventSource", + "typeName": "System.Diagnostics.Tracing.EventSource" + }, + { + "name": "level", + "typeName": "System.Diagnostics.Tracing.EventLevel" + }, + { + "name": "matchAnyKeyword", + "typeName": "System.Diagnostics.Tracing.EventKeywords" + }, + { + "name": "arguments", + "typeName": "System.Collections.Generic.IDictionary" + } + ], + "isStatic": false, + "name": "EnableEvents", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "eventSource", + "typeName": "System.Diagnostics.Tracing.EventSource" + } + ], + "isStatic": true, + "name": "EventSourceIndex", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "EventListener", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Diagnostics.Tracing", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Diagnostics.Tracing.EventOpcode", + "name": "DataCollectionStart", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Diagnostics.Tracing.EventOpcode", + "name": "DataCollectionStop", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Diagnostics.Tracing.EventOpcode", + "name": "Extension", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Diagnostics.Tracing.EventOpcode", + "name": "Info", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Diagnostics.Tracing.EventOpcode", + "name": "Receive", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Diagnostics.Tracing.EventOpcode", + "name": "Reply", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Diagnostics.Tracing.EventOpcode", + "name": "Resume", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Diagnostics.Tracing.EventOpcode", + "name": "Send", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Diagnostics.Tracing.EventOpcode", + "name": "Start", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Diagnostics.Tracing.EventOpcode", + "name": "Stop", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Diagnostics.Tracing.EventOpcode", + "name": "Suspend", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Diagnostics.Tracing.EventOpcode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "EventOpcode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Diagnostics.Tracing", + "baseClass": "object", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "System.Exception", + "name": "ConstructionException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Guid", + "name": "CurrentThreadActivityId", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Guid", + "name": "Guid", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Diagnostics.Tracing.EventSourceSettings", + "name": "Settings", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.EventHandler", + "name": "EventCommandExecuted", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "eventSourceName", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "eventSourceName", "typeName": "string" }, + { + "name": "config", + "typeName": "System.Diagnostics.Tracing.EventSourceSettings" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "eventSourceName", "typeName": "string" }, + { + "name": "config", + "typeName": "System.Diagnostics.Tracing.EventSourceSettings" + }, + { "name": "traits", "typeName": "string[]" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.EventHandler" + } + ], + "isStatic": false, + "name": "add_EventCommandExecuted", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.EventHandler" + } + ], + "isStatic": false, + "name": "remove_EventCommandExecuted", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "eventSourceType", "typeName": "System.Type" }, + { "name": "assemblyPathToIncludeInManifest", "typeName": "string" } + ], + "isStatic": true, + "name": "GenerateManifest", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "eventSourceType", "typeName": "System.Type" }, + { "name": "assemblyPathToIncludeInManifest", "typeName": "string" }, + { + "name": "flags", + "typeName": "System.Diagnostics.Tracing.EventManifestOptions" + } + ], + "isStatic": true, + "name": "GenerateManifest", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Guid", + "params": [{ "name": "eventSourceType", "typeName": "System.Type" }], + "isStatic": true, + "name": "GetGuid", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "eventSourceType", "typeName": "System.Type" }], + "isStatic": true, + "name": "GetName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [], + "isStatic": true, + "name": "GetSources", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "key", "typeName": "string" }], + "isStatic": false, + "name": "GetTrait", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "IsEnabled", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "level", + "typeName": "System.Diagnostics.Tracing.EventLevel" + }, + { + "name": "keywords", + "typeName": "System.Diagnostics.Tracing.EventKeywords" + } + ], + "isStatic": false, + "name": "IsEnabled", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "level", + "typeName": "System.Diagnostics.Tracing.EventLevel" + }, + { + "name": "keywords", + "typeName": "System.Diagnostics.Tracing.EventKeywords" + }, + { + "name": "channel", + "typeName": "System.Diagnostics.Tracing.EventChannel" + } + ], + "isStatic": false, + "name": "IsEnabled", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "eventSource", + "typeName": "System.Diagnostics.Tracing.EventSource" + }, + { + "name": "command", + "typeName": "System.Diagnostics.Tracing.EventCommand" + }, + { + "name": "commandArguments", + "typeName": "System.Collections.Generic.IDictionary" + } + ], + "isStatic": true, + "name": "SendCommand", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "activityId", "typeName": "System.Guid" }], + "isStatic": true, + "name": "SetCurrentThreadActivityId", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "activityId", "typeName": "System.Guid" }, + { "name": "oldActivityThatWillContinue", "typeName": "System.Guid" } + ], + "isStatic": true, + "name": "SetCurrentThreadActivityId", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "eventName", "typeName": "string" }], + "isStatic": false, + "name": "Write", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "eventName", "typeName": "string" }, + { + "name": "options", + "typeName": "System.Diagnostics.Tracing.EventSourceOptions" + } + ], + "isStatic": false, + "name": "Write", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "eventName", "typeName": "string" }, + { + "name": "options", + "typeName": "System.Diagnostics.Tracing.EventSourceOptions" + }, + { "name": "data", "typeName": "T" } + ], + "isStatic": false, + "name": "Write", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "eventName", "typeName": "string" }, + { + "name": "options", + "typeName": "System.Diagnostics.Tracing.EventSourceOptions" + }, + { "name": "activityId", "typeName": "System.Guid" }, + { "name": "relatedActivityId", "typeName": "System.Guid" }, + { "name": "data", "typeName": "T" } + ], + "isStatic": false, + "name": "Write", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "eventName", "typeName": "string" }, + { + "name": "options", + "typeName": "System.Diagnostics.Tracing.EventSourceOptions" + }, + { "name": "data", "typeName": "T" } + ], + "isStatic": false, + "name": "Write", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "eventName", "typeName": "string" }, + { "name": "data", "typeName": "T" } + ], + "isStatic": false, + "name": "Write", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "EventSource", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Diagnostics.Tracing", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "string", + "name": "Guid", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "LocalizationResources", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "EventSourceAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Diagnostics.Tracing", + "baseClass": "System.EventArgs", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Diagnostics.Tracing.EventSource", + "name": "EventSource", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "EventSourceCreatedEventArgs", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Diagnostics.Tracing", + "baseClass": "System.Exception", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "innerException", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "EventSourceException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Diagnostics.Tracing", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Diagnostics.Tracing.EventSourceSettings", + "name": "Default", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Diagnostics.Tracing.EventSourceSettings", + "name": "EtwManifestEventFormat", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Diagnostics.Tracing.EventSourceSettings", + "name": "EtwSelfDescribingEventFormat", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Diagnostics.Tracing.EventSourceSettings", + "name": "ThrowOnEventWriteErrors", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Diagnostics.Tracing.EventSourceSettings", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "EventSourceSettings", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Diagnostics.Tracing", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Diagnostics.Tracing.EventActivityOptions", + "name": "ActivityOptions", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Diagnostics.Tracing.EventKeywords", + "name": "Keywords", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Diagnostics.Tracing.EventLevel", + "name": "Level", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Diagnostics.Tracing.EventOpcode", + "name": "Opcode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Diagnostics.Tracing.EventTags", + "name": "Tags", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "EventSourceOptions", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Diagnostics.Tracing", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Diagnostics.Tracing.EventTags", + "name": "None", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Diagnostics.Tracing.EventTags", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "EventTags", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Diagnostics.Tracing", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Diagnostics.Tracing.EventTask", + "name": "None", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Diagnostics.Tracing.EventTask", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "EventTask", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Diagnostics.Tracing", + "baseClass": "System.EventArgs", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Guid", + "name": "ActivityId", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Diagnostics.Tracing.EventChannel", + "name": "Channel", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "EventId", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "EventName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Diagnostics.Tracing.EventSource", + "name": "EventSource", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Diagnostics.Tracing.EventKeywords", + "name": "Keywords", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Diagnostics.Tracing.EventLevel", + "name": "Level", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Message", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Diagnostics.Tracing.EventOpcode", + "name": "Opcode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Collections.ObjectModel.ReadOnlyCollection", + "name": "Payload", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Collections.ObjectModel.ReadOnlyCollection", + "name": "PayloadNames", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Guid", + "name": "RelatedActivityId", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Diagnostics.Tracing.EventTags", + "name": "Tags", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Diagnostics.Tracing.EventTask", + "name": "Task", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "byte", + "name": "Version", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [], + "name": "EventWrittenEventArgs", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Diagnostics.Tracing", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "NonEventAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Diagnostics", + "baseClass": "System.Diagnostics.TextWriterTraceListener", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "int", + "name": "BufferSize", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "bool", + "name": "IsThreadSafe", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "long", + "name": "MaximumFileSize", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "int", + "name": "MaximumNumberOfFiles", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Diagnostics.TraceLogRetentionOption", + "name": "TraceLogRetentionOption", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.IO.TextWriter", + "name": "Writer", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "fileName", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "fileName", "typeName": "string" }, + { "name": "name", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "fileName", "typeName": "string" }, + { "name": "name", "typeName": "string" }, + { "name": "bufferSize", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "fileName", "typeName": "string" }, + { "name": "name", "typeName": "string" }, + { "name": "bufferSize", "typeName": "int" }, + { + "name": "logRetentionOption", + "typeName": "System.Diagnostics.TraceLogRetentionOption" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "fileName", "typeName": "string" }, + { "name": "name", "typeName": "string" }, + { "name": "bufferSize", "typeName": "int" }, + { + "name": "logRetentionOption", + "typeName": "System.Diagnostics.TraceLogRetentionOption" + }, + { "name": "maximumFileSize", "typeName": "long" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "fileName", "typeName": "string" }, + { "name": "name", "typeName": "string" }, + { "name": "bufferSize", "typeName": "int" }, + { + "name": "logRetentionOption", + "typeName": "System.Diagnostics.TraceLogRetentionOption" + }, + { "name": "maximumFileSize", "typeName": "long" }, + { "name": "maximumNumberOfFiles", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Close", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "detailMessage", "typeName": "string" } + ], + "isStatic": false, + "name": "Fail", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Flush", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "eventCache", + "typeName": "System.Diagnostics.TraceEventCache" + }, + { "name": "source", "typeName": "string" }, + { + "name": "eventType", + "typeName": "System.Diagnostics.TraceEventType" + }, + { "name": "id", "typeName": "int" }, + { "name": "data", "typeName": "object" } + ], + "isStatic": false, + "name": "TraceData", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "eventCache", + "typeName": "System.Diagnostics.TraceEventCache" + }, + { "name": "source", "typeName": "string" }, + { + "name": "eventType", + "typeName": "System.Diagnostics.TraceEventType" + }, + { "name": "id", "typeName": "int" }, + { "name": "data", "typeName": "object[]" } + ], + "isStatic": false, + "name": "TraceData", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "eventCache", + "typeName": "System.Diagnostics.TraceEventCache" + }, + { "name": "source", "typeName": "string" }, + { + "name": "eventType", + "typeName": "System.Diagnostics.TraceEventType" + }, + { "name": "id", "typeName": "int" }, + { "name": "message", "typeName": "string" } + ], + "isStatic": false, + "name": "TraceEvent", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "eventCache", + "typeName": "System.Diagnostics.TraceEventCache" + }, + { "name": "source", "typeName": "string" }, + { + "name": "eventType", + "typeName": "System.Diagnostics.TraceEventType" + }, + { "name": "id", "typeName": "int" }, + { "name": "format", "typeName": "string" }, + { "name": "args", "typeName": "object[]" } + ], + "isStatic": false, + "name": "TraceEvent", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "eventCache", + "typeName": "System.Diagnostics.TraceEventCache" + }, + { "name": "source", "typeName": "string" }, + { "name": "id", "typeName": "int" }, + { "name": "message", "typeName": "string" }, + { "name": "relatedActivityId", "typeName": "System.Guid" } + ], + "isStatic": false, + "name": "TraceTransfer", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": "Write", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": "WriteLine", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "EventSchemaTraceListener", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Globalization", + "baseClass": "object", + "attribute": "", + "interfaces": ["ICloneable"], + "fields": [ + { + "typeName": "int", + "name": "CurrentEra", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Globalization.CalendarAlgorithmType", + "name": "AlgorithmType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int[]", + "name": "Eras", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsReadOnly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.DateTime", + "name": "MaxSupportedDateTime", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.DateTime", + "name": "MinSupportedDateTime", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "TwoDigitYearMax", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "DateTime", + "params": [ + { "name": "time", "typeName": "System.DateTime" }, + { "name": "days", "typeName": "int" } + ], + "isStatic": false, + "name": "AddDays", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTime", + "params": [ + { "name": "time", "typeName": "System.DateTime" }, + { "name": "hours", "typeName": "int" } + ], + "isStatic": false, + "name": "AddHours", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTime", + "params": [ + { "name": "time", "typeName": "System.DateTime" }, + { "name": "milliseconds", "typeName": "double" } + ], + "isStatic": false, + "name": "AddMilliseconds", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTime", + "params": [ + { "name": "time", "typeName": "System.DateTime" }, + { "name": "minutes", "typeName": "int" } + ], + "isStatic": false, + "name": "AddMinutes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTime", + "params": [ + { "name": "time", "typeName": "System.DateTime" }, + { "name": "months", "typeName": "int" } + ], + "isStatic": false, + "name": "AddMonths", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTime", + "params": [ + { "name": "time", "typeName": "System.DateTime" }, + { "name": "seconds", "typeName": "int" } + ], + "isStatic": false, + "name": "AddSeconds", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTime", + "params": [ + { "name": "time", "typeName": "System.DateTime" }, + { "name": "weeks", "typeName": "int" } + ], + "isStatic": false, + "name": "AddWeeks", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTime", + "params": [ + { "name": "time", "typeName": "System.DateTime" }, + { "name": "years", "typeName": "int" } + ], + "isStatic": false, + "name": "AddYears", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [], + "isStatic": false, + "name": "Clone", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "time", "typeName": "System.DateTime" }], + "isStatic": false, + "name": "GetDayOfMonth", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DayOfWeek", + "params": [{ "name": "time", "typeName": "System.DateTime" }], + "isStatic": false, + "name": "GetDayOfWeek", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "time", "typeName": "System.DateTime" }], + "isStatic": false, + "name": "GetDayOfYear", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "year", "typeName": "int" }, + { "name": "month", "typeName": "int" } + ], + "isStatic": false, + "name": "GetDaysInMonth", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "year", "typeName": "int" }, + { "name": "month", "typeName": "int" }, + { "name": "era", "typeName": "int" } + ], + "isStatic": false, + "name": "GetDaysInMonth", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "year", "typeName": "int" }], + "isStatic": false, + "name": "GetDaysInYear", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "year", "typeName": "int" }, + { "name": "era", "typeName": "int" } + ], + "isStatic": false, + "name": "GetDaysInYear", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "time", "typeName": "System.DateTime" }], + "isStatic": false, + "name": "GetEra", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "time", "typeName": "System.DateTime" }], + "isStatic": false, + "name": "GetHour", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "year", "typeName": "int" }], + "isStatic": false, + "name": "GetLeapMonth", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "year", "typeName": "int" }, + { "name": "era", "typeName": "int" } + ], + "isStatic": false, + "name": "GetLeapMonth", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Double", + "params": [{ "name": "time", "typeName": "System.DateTime" }], + "isStatic": false, + "name": "GetMilliseconds", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "time", "typeName": "System.DateTime" }], + "isStatic": false, + "name": "GetMinute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "time", "typeName": "System.DateTime" }], + "isStatic": false, + "name": "GetMonth", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "year", "typeName": "int" }], + "isStatic": false, + "name": "GetMonthsInYear", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "year", "typeName": "int" }, + { "name": "era", "typeName": "int" } + ], + "isStatic": false, + "name": "GetMonthsInYear", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "time", "typeName": "System.DateTime" }], + "isStatic": false, + "name": "GetSecond", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "time", "typeName": "System.DateTime" }, + { + "name": "rule", + "typeName": "System.Globalization.CalendarWeekRule" + }, + { "name": "firstDayOfWeek", "typeName": "System.DayOfWeek" } + ], + "isStatic": false, + "name": "GetWeekOfYear", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "time", "typeName": "System.DateTime" }], + "isStatic": false, + "name": "GetYear", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "year", "typeName": "int" }, + { "name": "month", "typeName": "int" }, + { "name": "day", "typeName": "int" } + ], + "isStatic": false, + "name": "IsLeapDay", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "year", "typeName": "int" }, + { "name": "month", "typeName": "int" }, + { "name": "day", "typeName": "int" }, + { "name": "era", "typeName": "int" } + ], + "isStatic": false, + "name": "IsLeapDay", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "year", "typeName": "int" }, + { "name": "month", "typeName": "int" } + ], + "isStatic": false, + "name": "IsLeapMonth", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "year", "typeName": "int" }, + { "name": "month", "typeName": "int" }, + { "name": "era", "typeName": "int" } + ], + "isStatic": false, + "name": "IsLeapMonth", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "year", "typeName": "int" }], + "isStatic": false, + "name": "IsLeapYear", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "year", "typeName": "int" }, + { "name": "era", "typeName": "int" } + ], + "isStatic": false, + "name": "IsLeapYear", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Calendar", + "params": [ + { "name": "calendar", "typeName": "System.Globalization.Calendar" } + ], + "isStatic": true, + "name": "ReadOnly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTime", + "params": [ + { "name": "year", "typeName": "int" }, + { "name": "month", "typeName": "int" }, + { "name": "day", "typeName": "int" }, + { "name": "hour", "typeName": "int" }, + { "name": "minute", "typeName": "int" }, + { "name": "second", "typeName": "int" }, + { "name": "millisecond", "typeName": "int" } + ], + "isStatic": false, + "name": "ToDateTime", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTime", + "params": [ + { "name": "year", "typeName": "int" }, + { "name": "month", "typeName": "int" }, + { "name": "day", "typeName": "int" }, + { "name": "hour", "typeName": "int" }, + { "name": "minute", "typeName": "int" }, + { "name": "second", "typeName": "int" }, + { "name": "millisecond", "typeName": "int" }, + { "name": "era", "typeName": "int" } + ], + "isStatic": false, + "name": "ToDateTime", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "year", "typeName": "int" }], + "isStatic": false, + "name": "ToFourDigitYear", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "Calendar", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Globalization", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Globalization.CalendarAlgorithmType", + "name": "LunarCalendar", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Globalization.CalendarAlgorithmType", + "name": "LunisolarCalendar", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Globalization.CalendarAlgorithmType", + "name": "SolarCalendar", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Globalization.CalendarAlgorithmType", + "name": "Unknown", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Globalization.CalendarAlgorithmType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "CalendarAlgorithmType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Globalization", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Globalization.CalendarWeekRule", + "name": "FirstDay", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Globalization.CalendarWeekRule", + "name": "FirstFourDayWeek", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Globalization.CalendarWeekRule", + "name": "FirstFullWeek", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Globalization.CalendarWeekRule", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "CalendarWeekRule", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Globalization", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Int32", + "params": [{ "name": "ch", "typeName": "char" }], + "isStatic": true, + "name": "GetDecimalDigitValue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "s", "typeName": "string" }, + { "name": "index", "typeName": "int" } + ], + "isStatic": true, + "name": "GetDecimalDigitValue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "ch", "typeName": "char" }], + "isStatic": true, + "name": "GetDigitValue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "s", "typeName": "string" }, + { "name": "index", "typeName": "int" } + ], + "isStatic": true, + "name": "GetDigitValue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Double", + "params": [{ "name": "ch", "typeName": "char" }], + "isStatic": true, + "name": "GetNumericValue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Double", + "params": [ + { "name": "s", "typeName": "string" }, + { "name": "index", "typeName": "int" } + ], + "isStatic": true, + "name": "GetNumericValue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UnicodeCategory", + "params": [{ "name": "ch", "typeName": "char" }], + "isStatic": true, + "name": "GetUnicodeCategory", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UnicodeCategory", + "params": [ + { "name": "s", "typeName": "string" }, + { "name": "index", "typeName": "int" } + ], + "isStatic": true, + "name": "GetUnicodeCategory", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "CharUnicodeInfo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Globalization", + "baseClass": "System.Globalization.EastAsianLunisolarCalendar", + "attribute": "", + "interfaces": ["ICloneable"], + "fields": [ + { + "typeName": "int", + "name": "ChineseEra", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int[]", + "name": "Eras", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.DateTime", + "name": "MaxSupportedDateTime", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.DateTime", + "name": "MinSupportedDateTime", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "time", "typeName": "System.DateTime" }], + "isStatic": false, + "name": "GetEra", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ChineseLunisolarCalendar", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Globalization", + "baseClass": "object", + "attribute": "", + "interfaces": ["IDeserializationCallback"], + "fields": [ + { + "typeName": "int", + "name": "LCID", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Globalization.SortVersion", + "name": "Version", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Int32", + "params": [ + { "name": "string1", "typeName": "string" }, + { "name": "offset1", "typeName": "int" }, + { "name": "length1", "typeName": "int" }, + { "name": "string2", "typeName": "string" }, + { "name": "offset2", "typeName": "int" }, + { "name": "length2", "typeName": "int" } + ], + "isStatic": false, + "name": "Compare", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "string1", "typeName": "string" }, + { "name": "offset1", "typeName": "int" }, + { "name": "length1", "typeName": "int" }, + { "name": "string2", "typeName": "string" }, + { "name": "offset2", "typeName": "int" }, + { "name": "length2", "typeName": "int" }, + { + "name": "options", + "typeName": "System.Globalization.CompareOptions" + } + ], + "isStatic": false, + "name": "Compare", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "string1", "typeName": "string" }, + { "name": "offset1", "typeName": "int" }, + { "name": "string2", "typeName": "string" }, + { "name": "offset2", "typeName": "int" } + ], + "isStatic": false, + "name": "Compare", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "string1", "typeName": "string" }, + { "name": "offset1", "typeName": "int" }, + { "name": "string2", "typeName": "string" }, + { "name": "offset2", "typeName": "int" }, + { + "name": "options", + "typeName": "System.Globalization.CompareOptions" + } + ], + "isStatic": false, + "name": "Compare", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "string1", "typeName": "string" }, + { "name": "string2", "typeName": "string" } + ], + "isStatic": false, + "name": "Compare", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "string1", "typeName": "string" }, + { "name": "string2", "typeName": "string" }, + { + "name": "options", + "typeName": "System.Globalization.CompareOptions" + } + ], + "isStatic": false, + "name": "Compare", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "CompareInfo", + "params": [{ "name": "culture", "typeName": "int" }], + "isStatic": true, + "name": "GetCompareInfo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "CompareInfo", + "params": [ + { "name": "culture", "typeName": "int" }, + { "name": "assembly", "typeName": "System.Reflection.Assembly" } + ], + "isStatic": true, + "name": "GetCompareInfo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "CompareInfo", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": true, + "name": "GetCompareInfo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "CompareInfo", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "assembly", "typeName": "System.Reflection.Assembly" } + ], + "isStatic": true, + "name": "GetCompareInfo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "source", "typeName": "string" }, + { + "name": "options", + "typeName": "System.Globalization.CompareOptions" + } + ], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SortKey", + "params": [{ "name": "source", "typeName": "string" }], + "isStatic": false, + "name": "GetSortKey", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SortKey", + "params": [ + { "name": "source", "typeName": "string" }, + { + "name": "options", + "typeName": "System.Globalization.CompareOptions" + } + ], + "isStatic": false, + "name": "GetSortKey", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "source", "typeName": "string" }, + { "name": "value", "typeName": "char" } + ], + "isStatic": false, + "name": "IndexOf", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "source", "typeName": "string" }, + { "name": "value", "typeName": "char" }, + { + "name": "options", + "typeName": "System.Globalization.CompareOptions" + } + ], + "isStatic": false, + "name": "IndexOf", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "source", "typeName": "string" }, + { "name": "value", "typeName": "char" }, + { "name": "startIndex", "typeName": "int" } + ], + "isStatic": false, + "name": "IndexOf", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "source", "typeName": "string" }, + { "name": "value", "typeName": "char" }, + { "name": "startIndex", "typeName": "int" }, + { + "name": "options", + "typeName": "System.Globalization.CompareOptions" + } + ], + "isStatic": false, + "name": "IndexOf", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "source", "typeName": "string" }, + { "name": "value", "typeName": "char" }, + { "name": "startIndex", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "IndexOf", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "source", "typeName": "string" }, + { "name": "value", "typeName": "char" }, + { "name": "startIndex", "typeName": "int" }, + { "name": "count", "typeName": "int" }, + { + "name": "options", + "typeName": "System.Globalization.CompareOptions" + } + ], + "isStatic": false, + "name": "IndexOf", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "source", "typeName": "string" }, + { "name": "value", "typeName": "string" } + ], + "isStatic": false, + "name": "IndexOf", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "source", "typeName": "string" }, + { "name": "value", "typeName": "string" }, + { + "name": "options", + "typeName": "System.Globalization.CompareOptions" + } + ], + "isStatic": false, + "name": "IndexOf", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "source", "typeName": "string" }, + { "name": "value", "typeName": "string" }, + { "name": "startIndex", "typeName": "int" } + ], + "isStatic": false, + "name": "IndexOf", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "source", "typeName": "string" }, + { "name": "value", "typeName": "string" }, + { "name": "startIndex", "typeName": "int" }, + { + "name": "options", + "typeName": "System.Globalization.CompareOptions" + } + ], + "isStatic": false, + "name": "IndexOf", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "source", "typeName": "string" }, + { "name": "value", "typeName": "string" }, + { "name": "startIndex", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "IndexOf", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "source", "typeName": "string" }, + { "name": "value", "typeName": "string" }, + { "name": "startIndex", "typeName": "int" }, + { "name": "count", "typeName": "int" }, + { + "name": "options", + "typeName": "System.Globalization.CompareOptions" + } + ], + "isStatic": false, + "name": "IndexOf", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "source", "typeName": "string" }, + { "name": "prefix", "typeName": "string" } + ], + "isStatic": false, + "name": "IsPrefix", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "source", "typeName": "string" }, + { "name": "prefix", "typeName": "string" }, + { + "name": "options", + "typeName": "System.Globalization.CompareOptions" + } + ], + "isStatic": false, + "name": "IsPrefix", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "ch", "typeName": "char" }], + "isStatic": true, + "name": "IsSortable", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "text", "typeName": "string" }], + "isStatic": true, + "name": "IsSortable", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "source", "typeName": "string" }, + { "name": "suffix", "typeName": "string" } + ], + "isStatic": false, + "name": "IsSuffix", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "source", "typeName": "string" }, + { "name": "suffix", "typeName": "string" }, + { + "name": "options", + "typeName": "System.Globalization.CompareOptions" + } + ], + "isStatic": false, + "name": "IsSuffix", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "source", "typeName": "string" }, + { "name": "value", "typeName": "char" } + ], + "isStatic": false, + "name": "LastIndexOf", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "source", "typeName": "string" }, + { "name": "value", "typeName": "char" }, + { + "name": "options", + "typeName": "System.Globalization.CompareOptions" + } + ], + "isStatic": false, + "name": "LastIndexOf", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "source", "typeName": "string" }, + { "name": "value", "typeName": "char" }, + { "name": "startIndex", "typeName": "int" } + ], + "isStatic": false, + "name": "LastIndexOf", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "source", "typeName": "string" }, + { "name": "value", "typeName": "char" }, + { "name": "startIndex", "typeName": "int" }, + { + "name": "options", + "typeName": "System.Globalization.CompareOptions" + } + ], + "isStatic": false, + "name": "LastIndexOf", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "source", "typeName": "string" }, + { "name": "value", "typeName": "char" }, + { "name": "startIndex", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "LastIndexOf", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "source", "typeName": "string" }, + { "name": "value", "typeName": "char" }, + { "name": "startIndex", "typeName": "int" }, + { "name": "count", "typeName": "int" }, + { + "name": "options", + "typeName": "System.Globalization.CompareOptions" + } + ], + "isStatic": false, + "name": "LastIndexOf", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "source", "typeName": "string" }, + { "name": "value", "typeName": "string" } + ], + "isStatic": false, + "name": "LastIndexOf", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "source", "typeName": "string" }, + { "name": "value", "typeName": "string" }, + { + "name": "options", + "typeName": "System.Globalization.CompareOptions" + } + ], + "isStatic": false, + "name": "LastIndexOf", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "source", "typeName": "string" }, + { "name": "value", "typeName": "string" }, + { "name": "startIndex", "typeName": "int" } + ], + "isStatic": false, + "name": "LastIndexOf", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "source", "typeName": "string" }, + { "name": "value", "typeName": "string" }, + { "name": "startIndex", "typeName": "int" }, + { + "name": "options", + "typeName": "System.Globalization.CompareOptions" + } + ], + "isStatic": false, + "name": "LastIndexOf", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "source", "typeName": "string" }, + { "name": "value", "typeName": "string" }, + { "name": "startIndex", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "LastIndexOf", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "source", "typeName": "string" }, + { "name": "value", "typeName": "string" }, + { "name": "startIndex", "typeName": "int" }, + { "name": "count", "typeName": "int" }, + { + "name": "options", + "typeName": "System.Globalization.CompareOptions" + } + ], + "isStatic": false, + "name": "LastIndexOf", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "CompareInfo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Globalization", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Globalization.CompareOptions", + "name": "IgnoreCase", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Globalization.CompareOptions", + "name": "IgnoreKanaType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Globalization.CompareOptions", + "name": "IgnoreNonSpace", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Globalization.CompareOptions", + "name": "IgnoreSymbols", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Globalization.CompareOptions", + "name": "IgnoreWidth", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Globalization.CompareOptions", + "name": "None", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Globalization.CompareOptions", + "name": "Ordinal", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Globalization.CompareOptions", + "name": "OrdinalIgnoreCase", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Globalization.CompareOptions", + "name": "StringSort", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Globalization.CompareOptions", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "CompareOptions", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Globalization", + "baseClass": "object", + "attribute": "", + "interfaces": ["ICloneable", "IFormatProvider"], + "fields": [ + { + "typeName": "System.Globalization.Calendar", + "name": "Calendar", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Globalization.CompareInfo", + "name": "CompareInfo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Globalization.CultureTypes", + "name": "CultureTypes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Globalization.CultureInfo", + "name": "CurrentCulture", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Globalization.CultureInfo", + "name": "CurrentUICulture", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Globalization.DateTimeFormatInfo", + "name": "DateTimeFormat", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Globalization.CultureInfo", + "name": "DefaultThreadCurrentCulture", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Globalization.CultureInfo", + "name": "DefaultThreadCurrentUICulture", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "DisplayName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "EnglishName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "IetfLanguageTag", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Globalization.CultureInfo", + "name": "InstalledUICulture", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Globalization.CultureInfo", + "name": "InvariantCulture", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsNeutralCulture", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsReadOnly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "KeyboardLayoutId", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "LCID", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "NativeName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Globalization.NumberFormatInfo", + "name": "NumberFormat", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Globalization.Calendar[]", + "name": "OptionalCalendars", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Globalization.CultureInfo", + "name": "Parent", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Globalization.TextInfo", + "name": "TextInfo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "ThreeLetterISOLanguageName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "ThreeLetterWindowsLanguageName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "TwoLetterISOLanguageName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "UseUserOverride", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "culture", "typeName": "int" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "culture", "typeName": "int" }, + { "name": "useUserOverride", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "useUserOverride", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ClearCachedData", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [], + "isStatic": false, + "name": "Clone", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "CultureInfo", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": true, + "name": "CreateSpecificCulture", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "CultureInfo", + "params": [], + "isStatic": false, + "name": "GetConsoleFallbackUICulture", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "CultureInfo", + "params": [{ "name": "culture", "typeName": "int" }], + "isStatic": true, + "name": "GetCultureInfo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "CultureInfo", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": true, + "name": "GetCultureInfo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "CultureInfo", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "altName", "typeName": "string" } + ], + "isStatic": true, + "name": "GetCultureInfo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "CultureInfo", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": true, + "name": "GetCultureInfoByIetfLanguageTag", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "types", "typeName": "System.Globalization.CultureTypes" } + ], + "isStatic": true, + "name": "GetCultures", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [{ "name": "formatType", "typeName": "System.Type" }], + "isStatic": false, + "name": "GetFormat", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "CultureInfo", + "params": [ + { "name": "ci", "typeName": "System.Globalization.CultureInfo" } + ], + "isStatic": true, + "name": "ReadOnly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "CultureInfo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Globalization", + "baseClass": "System.ArgumentException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [ + { + "typeName": "int?", + "name": "InvalidCultureId", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "InvalidCultureName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Message", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "innerException", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "invalidCultureId", "typeName": "int" }, + { "name": "innerException", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "paramName", "typeName": "string" }, + { "name": "invalidCultureId", "typeName": "int" }, + { "name": "message", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "paramName", "typeName": "string" }, + { "name": "message", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "invalidCultureName", "typeName": "string" }, + { "name": "innerException", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "paramName", "typeName": "string" }, + { "name": "invalidCultureName", "typeName": "string" }, + { "name": "message", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "info", + "typeName": "System.Runtime.Serialization.SerializationInfo" + }, + { + "name": "context", + "typeName": "System.Runtime.Serialization.StreamingContext" + } + ], + "isStatic": false, + "name": "GetObjectData", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "CultureNotFoundException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Globalization", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Globalization.CultureTypes", + "name": "AllCultures", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Globalization.CultureTypes", + "name": "FrameworkCultures", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Globalization.CultureTypes", + "name": "InstalledWin32Cultures", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Globalization.CultureTypes", + "name": "NeutralCultures", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Globalization.CultureTypes", + "name": "ReplacementCultures", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Globalization.CultureTypes", + "name": "SpecificCultures", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Globalization.CultureTypes", + "name": "UserCustomCulture", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Globalization.CultureTypes", + "name": "WindowsOnlyCultures", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Globalization.CultureTypes", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "CultureTypes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Globalization", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Globalization.DateTimeStyles", + "name": "AdjustToUniversal", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Globalization.DateTimeStyles", + "name": "AllowInnerWhite", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Globalization.DateTimeStyles", + "name": "AllowLeadingWhite", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Globalization.DateTimeStyles", + "name": "AllowTrailingWhite", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Globalization.DateTimeStyles", + "name": "AllowWhiteSpaces", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Globalization.DateTimeStyles", + "name": "AssumeLocal", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Globalization.DateTimeStyles", + "name": "AssumeUniversal", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Globalization.DateTimeStyles", + "name": "NoCurrentDateDefault", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Globalization.DateTimeStyles", + "name": "None", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Globalization.DateTimeStyles", + "name": "RoundtripKind", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Globalization.DateTimeStyles", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "DateTimeStyles", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Globalization", + "baseClass": "object", + "attribute": "", + "interfaces": ["ICloneable", "IFormatProvider"], + "fields": [ + { + "typeName": "string[]", + "name": "AbbreviatedDayNames", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string[]", + "name": "AbbreviatedMonthGenitiveNames", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string[]", + "name": "AbbreviatedMonthNames", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "AMDesignator", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Globalization.Calendar", + "name": "Calendar", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Globalization.CalendarWeekRule", + "name": "CalendarWeekRule", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Globalization.DateTimeFormatInfo", + "name": "CurrentInfo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "DateSeparator", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string[]", + "name": "DayNames", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.DayOfWeek", + "name": "FirstDayOfWeek", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "FullDateTimePattern", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Globalization.DateTimeFormatInfo", + "name": "InvariantInfo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsReadOnly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "LongDatePattern", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "LongTimePattern", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "MonthDayPattern", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string[]", + "name": "MonthGenitiveNames", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string[]", + "name": "MonthNames", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "NativeCalendarName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "PMDesignator", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "RFC1123Pattern", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "ShortDatePattern", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string[]", + "name": "ShortestDayNames", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "ShortTimePattern", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "SortableDateTimePattern", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "TimeSeparator", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "UniversalSortableDateTimePattern", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "YearMonthPattern", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [], + "isStatic": false, + "name": "Clone", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "dayofweek", "typeName": "System.DayOfWeek" }], + "isStatic": false, + "name": "GetAbbreviatedDayName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "era", "typeName": "int" }], + "isStatic": false, + "name": "GetAbbreviatedEraName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "month", "typeName": "int" }], + "isStatic": false, + "name": "GetAbbreviatedMonthName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetAllDateTimePatterns", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "format", "typeName": "char" }], + "isStatic": false, + "name": "GetAllDateTimePatterns", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "dayofweek", "typeName": "System.DayOfWeek" }], + "isStatic": false, + "name": "GetDayName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "eraName", "typeName": "string" }], + "isStatic": false, + "name": "GetEra", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "era", "typeName": "int" }], + "isStatic": false, + "name": "GetEraName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [{ "name": "formatType", "typeName": "System.Type" }], + "isStatic": false, + "name": "GetFormat", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTimeFormatInfo", + "params": [ + { "name": "provider", "typeName": "System.IFormatProvider" } + ], + "isStatic": true, + "name": "GetInstance", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "month", "typeName": "int" }], + "isStatic": false, + "name": "GetMonthName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "dayOfWeek", "typeName": "System.DayOfWeek" }], + "isStatic": false, + "name": "GetShortestDayName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTimeFormatInfo", + "params": [ + { + "name": "dtfi", + "typeName": "System.Globalization.DateTimeFormatInfo" + } + ], + "isStatic": true, + "name": "ReadOnly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "patterns", "typeName": "string[]" }, + { "name": "format", "typeName": "char" } + ], + "isStatic": false, + "name": "SetAllDateTimePatterns", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "DateTimeFormatInfo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Globalization", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.TimeSpan", + "name": "Delta", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.DateTime", + "name": "End", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.DateTime", + "name": "Start", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "start", "typeName": "System.DateTime" }, + { "name": "end", "typeName": "System.DateTime" }, + { "name": "delta", "typeName": "System.TimeSpan" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "DaylightTime", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Globalization", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Globalization.DigitShapes", + "name": "Context", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Globalization.DigitShapes", + "name": "NativeNational", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Globalization.DigitShapes", + "name": "None", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Globalization.DigitShapes", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "DigitShapes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Globalization", + "baseClass": "System.Globalization.Calendar", + "attribute": "", + "interfaces": ["ICloneable"], + "fields": [ + { + "typeName": "System.Globalization.CalendarAlgorithmType", + "name": "AlgorithmType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "TwoDigitYearMax", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "DateTime", + "params": [ + { "name": "time", "typeName": "System.DateTime" }, + { "name": "months", "typeName": "int" } + ], + "isStatic": false, + "name": "AddMonths", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTime", + "params": [ + { "name": "time", "typeName": "System.DateTime" }, + { "name": "years", "typeName": "int" } + ], + "isStatic": false, + "name": "AddYears", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "sexagenaryYear", "typeName": "int" }], + "isStatic": false, + "name": "GetCelestialStem", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "time", "typeName": "System.DateTime" }], + "isStatic": false, + "name": "GetDayOfMonth", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DayOfWeek", + "params": [{ "name": "time", "typeName": "System.DateTime" }], + "isStatic": false, + "name": "GetDayOfWeek", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "time", "typeName": "System.DateTime" }], + "isStatic": false, + "name": "GetDayOfYear", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "year", "typeName": "int" }, + { "name": "month", "typeName": "int" }, + { "name": "era", "typeName": "int" } + ], + "isStatic": false, + "name": "GetDaysInMonth", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "year", "typeName": "int" }, + { "name": "era", "typeName": "int" } + ], + "isStatic": false, + "name": "GetDaysInYear", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "year", "typeName": "int" }, + { "name": "era", "typeName": "int" } + ], + "isStatic": false, + "name": "GetLeapMonth", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "time", "typeName": "System.DateTime" }], + "isStatic": false, + "name": "GetMonth", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "year", "typeName": "int" }, + { "name": "era", "typeName": "int" } + ], + "isStatic": false, + "name": "GetMonthsInYear", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "time", "typeName": "System.DateTime" }], + "isStatic": false, + "name": "GetSexagenaryYear", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "sexagenaryYear", "typeName": "int" }], + "isStatic": false, + "name": "GetTerrestrialBranch", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "time", "typeName": "System.DateTime" }], + "isStatic": false, + "name": "GetYear", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "year", "typeName": "int" }, + { "name": "month", "typeName": "int" }, + { "name": "day", "typeName": "int" }, + { "name": "era", "typeName": "int" } + ], + "isStatic": false, + "name": "IsLeapDay", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "year", "typeName": "int" }, + { "name": "month", "typeName": "int" }, + { "name": "era", "typeName": "int" } + ], + "isStatic": false, + "name": "IsLeapMonth", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "year", "typeName": "int" }, + { "name": "era", "typeName": "int" } + ], + "isStatic": false, + "name": "IsLeapYear", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTime", + "params": [ + { "name": "year", "typeName": "int" }, + { "name": "month", "typeName": "int" }, + { "name": "day", "typeName": "int" }, + { "name": "hour", "typeName": "int" }, + { "name": "minute", "typeName": "int" }, + { "name": "second", "typeName": "int" }, + { "name": "millisecond", "typeName": "int" }, + { "name": "era", "typeName": "int" } + ], + "isStatic": false, + "name": "ToDateTime", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "year", "typeName": "int" }], + "isStatic": false, + "name": "ToFourDigitYear", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "EastAsianLunisolarCalendar", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Globalization", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "StringComparer", + "params": [ + { + "name": "options", + "typeName": "System.Globalization.CompareOptions" + } + ], + "isStatic": false, + "name": "GetStringComparer", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "GlobalizationExtensions", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Globalization", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Globalization.GregorianCalendarTypes", + "name": "Arabic", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Globalization.GregorianCalendarTypes", + "name": "Localized", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Globalization.GregorianCalendarTypes", + "name": "MiddleEastFrench", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Globalization.GregorianCalendarTypes", + "name": "TransliteratedEnglish", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Globalization.GregorianCalendarTypes", + "name": "TransliteratedFrench", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Globalization.GregorianCalendarTypes", + "name": "USEnglish", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Globalization.GregorianCalendarTypes", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "GregorianCalendarTypes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Globalization", + "baseClass": "System.Globalization.Calendar", + "attribute": "", + "interfaces": ["ICloneable"], + "fields": [ + { + "typeName": "int", + "name": "ADEra", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Globalization.CalendarAlgorithmType", + "name": "AlgorithmType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Globalization.GregorianCalendarTypes", + "name": "CalendarType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int[]", + "name": "Eras", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.DateTime", + "name": "MaxSupportedDateTime", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.DateTime", + "name": "MinSupportedDateTime", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "TwoDigitYearMax", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "type", + "typeName": "System.Globalization.GregorianCalendarTypes" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTime", + "params": [ + { "name": "time", "typeName": "System.DateTime" }, + { "name": "months", "typeName": "int" } + ], + "isStatic": false, + "name": "AddMonths", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTime", + "params": [ + { "name": "time", "typeName": "System.DateTime" }, + { "name": "years", "typeName": "int" } + ], + "isStatic": false, + "name": "AddYears", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "time", "typeName": "System.DateTime" }], + "isStatic": false, + "name": "GetDayOfMonth", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DayOfWeek", + "params": [{ "name": "time", "typeName": "System.DateTime" }], + "isStatic": false, + "name": "GetDayOfWeek", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "time", "typeName": "System.DateTime" }], + "isStatic": false, + "name": "GetDayOfYear", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "year", "typeName": "int" }, + { "name": "month", "typeName": "int" }, + { "name": "era", "typeName": "int" } + ], + "isStatic": false, + "name": "GetDaysInMonth", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "year", "typeName": "int" }, + { "name": "era", "typeName": "int" } + ], + "isStatic": false, + "name": "GetDaysInYear", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "time", "typeName": "System.DateTime" }], + "isStatic": false, + "name": "GetEra", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "year", "typeName": "int" }, + { "name": "era", "typeName": "int" } + ], + "isStatic": false, + "name": "GetLeapMonth", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "time", "typeName": "System.DateTime" }], + "isStatic": false, + "name": "GetMonth", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "year", "typeName": "int" }, + { "name": "era", "typeName": "int" } + ], + "isStatic": false, + "name": "GetMonthsInYear", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "time", "typeName": "System.DateTime" }], + "isStatic": false, + "name": "GetYear", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "year", "typeName": "int" }, + { "name": "month", "typeName": "int" }, + { "name": "day", "typeName": "int" }, + { "name": "era", "typeName": "int" } + ], + "isStatic": false, + "name": "IsLeapDay", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "year", "typeName": "int" }, + { "name": "month", "typeName": "int" }, + { "name": "era", "typeName": "int" } + ], + "isStatic": false, + "name": "IsLeapMonth", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "year", "typeName": "int" }, + { "name": "era", "typeName": "int" } + ], + "isStatic": false, + "name": "IsLeapYear", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTime", + "params": [ + { "name": "year", "typeName": "int" }, + { "name": "month", "typeName": "int" }, + { "name": "day", "typeName": "int" }, + { "name": "hour", "typeName": "int" }, + { "name": "minute", "typeName": "int" }, + { "name": "second", "typeName": "int" }, + { "name": "millisecond", "typeName": "int" }, + { "name": "era", "typeName": "int" } + ], + "isStatic": false, + "name": "ToDateTime", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "year", "typeName": "int" }], + "isStatic": false, + "name": "ToFourDigitYear", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "GregorianCalendar", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Globalization", + "baseClass": "System.Globalization.Calendar", + "attribute": "", + "interfaces": ["ICloneable"], + "fields": [ + { + "typeName": "int", + "name": "HebrewEra", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Globalization.CalendarAlgorithmType", + "name": "AlgorithmType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int[]", + "name": "Eras", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.DateTime", + "name": "MaxSupportedDateTime", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.DateTime", + "name": "MinSupportedDateTime", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "TwoDigitYearMax", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTime", + "params": [ + { "name": "time", "typeName": "System.DateTime" }, + { "name": "months", "typeName": "int" } + ], + "isStatic": false, + "name": "AddMonths", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTime", + "params": [ + { "name": "time", "typeName": "System.DateTime" }, + { "name": "years", "typeName": "int" } + ], + "isStatic": false, + "name": "AddYears", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "time", "typeName": "System.DateTime" }], + "isStatic": false, + "name": "GetDayOfMonth", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DayOfWeek", + "params": [{ "name": "time", "typeName": "System.DateTime" }], + "isStatic": false, + "name": "GetDayOfWeek", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "time", "typeName": "System.DateTime" }], + "isStatic": false, + "name": "GetDayOfYear", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "year", "typeName": "int" }, + { "name": "month", "typeName": "int" }, + { "name": "era", "typeName": "int" } + ], + "isStatic": false, + "name": "GetDaysInMonth", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "year", "typeName": "int" }, + { "name": "era", "typeName": "int" } + ], + "isStatic": false, + "name": "GetDaysInYear", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "time", "typeName": "System.DateTime" }], + "isStatic": false, + "name": "GetEra", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "year", "typeName": "int" }, + { "name": "era", "typeName": "int" } + ], + "isStatic": false, + "name": "GetLeapMonth", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "time", "typeName": "System.DateTime" }], + "isStatic": false, + "name": "GetMonth", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "year", "typeName": "int" }, + { "name": "era", "typeName": "int" } + ], + "isStatic": false, + "name": "GetMonthsInYear", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "time", "typeName": "System.DateTime" }], + "isStatic": false, + "name": "GetYear", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "year", "typeName": "int" }, + { "name": "month", "typeName": "int" }, + { "name": "day", "typeName": "int" }, + { "name": "era", "typeName": "int" } + ], + "isStatic": false, + "name": "IsLeapDay", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "year", "typeName": "int" }, + { "name": "month", "typeName": "int" }, + { "name": "era", "typeName": "int" } + ], + "isStatic": false, + "name": "IsLeapMonth", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "year", "typeName": "int" }, + { "name": "era", "typeName": "int" } + ], + "isStatic": false, + "name": "IsLeapYear", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTime", + "params": [ + { "name": "year", "typeName": "int" }, + { "name": "month", "typeName": "int" }, + { "name": "day", "typeName": "int" }, + { "name": "hour", "typeName": "int" }, + { "name": "minute", "typeName": "int" }, + { "name": "second", "typeName": "int" }, + { "name": "millisecond", "typeName": "int" }, + { "name": "era", "typeName": "int" } + ], + "isStatic": false, + "name": "ToDateTime", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "year", "typeName": "int" }], + "isStatic": false, + "name": "ToFourDigitYear", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "HebrewCalendar", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Globalization", + "baseClass": "System.Globalization.Calendar", + "attribute": "", + "interfaces": ["ICloneable"], + "fields": [ + { + "typeName": "int", + "name": "HijriEra", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Globalization.CalendarAlgorithmType", + "name": "AlgorithmType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int[]", + "name": "Eras", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "HijriAdjustment", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.DateTime", + "name": "MaxSupportedDateTime", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.DateTime", + "name": "MinSupportedDateTime", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "TwoDigitYearMax", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTime", + "params": [ + { "name": "time", "typeName": "System.DateTime" }, + { "name": "months", "typeName": "int" } + ], + "isStatic": false, + "name": "AddMonths", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTime", + "params": [ + { "name": "time", "typeName": "System.DateTime" }, + { "name": "years", "typeName": "int" } + ], + "isStatic": false, + "name": "AddYears", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "time", "typeName": "System.DateTime" }], + "isStatic": false, + "name": "GetDayOfMonth", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DayOfWeek", + "params": [{ "name": "time", "typeName": "System.DateTime" }], + "isStatic": false, + "name": "GetDayOfWeek", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "time", "typeName": "System.DateTime" }], + "isStatic": false, + "name": "GetDayOfYear", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "year", "typeName": "int" }, + { "name": "month", "typeName": "int" }, + { "name": "era", "typeName": "int" } + ], + "isStatic": false, + "name": "GetDaysInMonth", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "year", "typeName": "int" }, + { "name": "era", "typeName": "int" } + ], + "isStatic": false, + "name": "GetDaysInYear", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "time", "typeName": "System.DateTime" }], + "isStatic": false, + "name": "GetEra", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "year", "typeName": "int" }, + { "name": "era", "typeName": "int" } + ], + "isStatic": false, + "name": "GetLeapMonth", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "time", "typeName": "System.DateTime" }], + "isStatic": false, + "name": "GetMonth", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "year", "typeName": "int" }, + { "name": "era", "typeName": "int" } + ], + "isStatic": false, + "name": "GetMonthsInYear", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "time", "typeName": "System.DateTime" }], + "isStatic": false, + "name": "GetYear", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "year", "typeName": "int" }, + { "name": "month", "typeName": "int" }, + { "name": "day", "typeName": "int" }, + { "name": "era", "typeName": "int" } + ], + "isStatic": false, + "name": "IsLeapDay", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "year", "typeName": "int" }, + { "name": "month", "typeName": "int" }, + { "name": "era", "typeName": "int" } + ], + "isStatic": false, + "name": "IsLeapMonth", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "year", "typeName": "int" }, + { "name": "era", "typeName": "int" } + ], + "isStatic": false, + "name": "IsLeapYear", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTime", + "params": [ + { "name": "year", "typeName": "int" }, + { "name": "month", "typeName": "int" }, + { "name": "day", "typeName": "int" }, + { "name": "hour", "typeName": "int" }, + { "name": "minute", "typeName": "int" }, + { "name": "second", "typeName": "int" }, + { "name": "millisecond", "typeName": "int" }, + { "name": "era", "typeName": "int" } + ], + "isStatic": false, + "name": "ToDateTime", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "year", "typeName": "int" }], + "isStatic": false, + "name": "ToFourDigitYear", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "HijriCalendar", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Globalization", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "AllowUnassigned", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "UseStd3AsciiRules", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "unicode", "typeName": "string" }], + "isStatic": false, + "name": "GetAscii", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "unicode", "typeName": "string" }, + { "name": "index", "typeName": "int" } + ], + "isStatic": false, + "name": "GetAscii", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "unicode", "typeName": "string" }, + { "name": "index", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "GetAscii", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "ascii", "typeName": "string" }], + "isStatic": false, + "name": "GetUnicode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "ascii", "typeName": "string" }, + { "name": "index", "typeName": "int" } + ], + "isStatic": false, + "name": "GetUnicode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "ascii", "typeName": "string" }, + { "name": "index", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "GetUnicode", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "IdnMapping", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Globalization", + "baseClass": "System.Globalization.EastAsianLunisolarCalendar", + "attribute": "", + "interfaces": ["ICloneable"], + "fields": [ + { + "typeName": "int", + "name": "JapaneseEra", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int[]", + "name": "Eras", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.DateTime", + "name": "MaxSupportedDateTime", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.DateTime", + "name": "MinSupportedDateTime", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "time", "typeName": "System.DateTime" }], + "isStatic": false, + "name": "GetEra", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "JapaneseLunisolarCalendar", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Globalization", + "baseClass": "System.Globalization.Calendar", + "attribute": "", + "interfaces": ["ICloneable"], + "fields": [ + { + "typeName": "System.Globalization.CalendarAlgorithmType", + "name": "AlgorithmType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int[]", + "name": "Eras", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.DateTime", + "name": "MaxSupportedDateTime", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.DateTime", + "name": "MinSupportedDateTime", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "TwoDigitYearMax", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTime", + "params": [ + { "name": "time", "typeName": "System.DateTime" }, + { "name": "months", "typeName": "int" } + ], + "isStatic": false, + "name": "AddMonths", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTime", + "params": [ + { "name": "time", "typeName": "System.DateTime" }, + { "name": "years", "typeName": "int" } + ], + "isStatic": false, + "name": "AddYears", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "time", "typeName": "System.DateTime" }], + "isStatic": false, + "name": "GetDayOfMonth", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DayOfWeek", + "params": [{ "name": "time", "typeName": "System.DateTime" }], + "isStatic": false, + "name": "GetDayOfWeek", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "time", "typeName": "System.DateTime" }], + "isStatic": false, + "name": "GetDayOfYear", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "year", "typeName": "int" }, + { "name": "month", "typeName": "int" }, + { "name": "era", "typeName": "int" } + ], + "isStatic": false, + "name": "GetDaysInMonth", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "year", "typeName": "int" }, + { "name": "era", "typeName": "int" } + ], + "isStatic": false, + "name": "GetDaysInYear", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "time", "typeName": "System.DateTime" }], + "isStatic": false, + "name": "GetEra", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "year", "typeName": "int" }, + { "name": "era", "typeName": "int" } + ], + "isStatic": false, + "name": "GetLeapMonth", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "time", "typeName": "System.DateTime" }], + "isStatic": false, + "name": "GetMonth", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "year", "typeName": "int" }, + { "name": "era", "typeName": "int" } + ], + "isStatic": false, + "name": "GetMonthsInYear", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "time", "typeName": "System.DateTime" }, + { + "name": "rule", + "typeName": "System.Globalization.CalendarWeekRule" + }, + { "name": "firstDayOfWeek", "typeName": "System.DayOfWeek" } + ], + "isStatic": false, + "name": "GetWeekOfYear", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "time", "typeName": "System.DateTime" }], + "isStatic": false, + "name": "GetYear", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "year", "typeName": "int" }, + { "name": "month", "typeName": "int" }, + { "name": "day", "typeName": "int" }, + { "name": "era", "typeName": "int" } + ], + "isStatic": false, + "name": "IsLeapDay", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "year", "typeName": "int" }, + { "name": "month", "typeName": "int" }, + { "name": "era", "typeName": "int" } + ], + "isStatic": false, + "name": "IsLeapMonth", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "year", "typeName": "int" }, + { "name": "era", "typeName": "int" } + ], + "isStatic": false, + "name": "IsLeapYear", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTime", + "params": [ + { "name": "year", "typeName": "int" }, + { "name": "month", "typeName": "int" }, + { "name": "day", "typeName": "int" }, + { "name": "hour", "typeName": "int" }, + { "name": "minute", "typeName": "int" }, + { "name": "second", "typeName": "int" }, + { "name": "millisecond", "typeName": "int" }, + { "name": "era", "typeName": "int" } + ], + "isStatic": false, + "name": "ToDateTime", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "year", "typeName": "int" }], + "isStatic": false, + "name": "ToFourDigitYear", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "JapaneseCalendar", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Globalization", + "baseClass": "System.Globalization.Calendar", + "attribute": "", + "interfaces": ["ICloneable"], + "fields": [ + { + "typeName": "int", + "name": "JulianEra", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Globalization.CalendarAlgorithmType", + "name": "AlgorithmType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int[]", + "name": "Eras", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.DateTime", + "name": "MaxSupportedDateTime", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.DateTime", + "name": "MinSupportedDateTime", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "TwoDigitYearMax", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTime", + "params": [ + { "name": "time", "typeName": "System.DateTime" }, + { "name": "months", "typeName": "int" } + ], + "isStatic": false, + "name": "AddMonths", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTime", + "params": [ + { "name": "time", "typeName": "System.DateTime" }, + { "name": "years", "typeName": "int" } + ], + "isStatic": false, + "name": "AddYears", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "time", "typeName": "System.DateTime" }], + "isStatic": false, + "name": "GetDayOfMonth", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DayOfWeek", + "params": [{ "name": "time", "typeName": "System.DateTime" }], + "isStatic": false, + "name": "GetDayOfWeek", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "time", "typeName": "System.DateTime" }], + "isStatic": false, + "name": "GetDayOfYear", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "year", "typeName": "int" }, + { "name": "month", "typeName": "int" }, + { "name": "era", "typeName": "int" } + ], + "isStatic": false, + "name": "GetDaysInMonth", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "year", "typeName": "int" }, + { "name": "era", "typeName": "int" } + ], + "isStatic": false, + "name": "GetDaysInYear", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "time", "typeName": "System.DateTime" }], + "isStatic": false, + "name": "GetEra", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "year", "typeName": "int" }, + { "name": "era", "typeName": "int" } + ], + "isStatic": false, + "name": "GetLeapMonth", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "time", "typeName": "System.DateTime" }], + "isStatic": false, + "name": "GetMonth", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "year", "typeName": "int" }, + { "name": "era", "typeName": "int" } + ], + "isStatic": false, + "name": "GetMonthsInYear", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "time", "typeName": "System.DateTime" }], + "isStatic": false, + "name": "GetYear", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "year", "typeName": "int" }, + { "name": "month", "typeName": "int" }, + { "name": "day", "typeName": "int" }, + { "name": "era", "typeName": "int" } + ], + "isStatic": false, + "name": "IsLeapDay", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "year", "typeName": "int" }, + { "name": "month", "typeName": "int" }, + { "name": "era", "typeName": "int" } + ], + "isStatic": false, + "name": "IsLeapMonth", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "year", "typeName": "int" }, + { "name": "era", "typeName": "int" } + ], + "isStatic": false, + "name": "IsLeapYear", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTime", + "params": [ + { "name": "year", "typeName": "int" }, + { "name": "month", "typeName": "int" }, + { "name": "day", "typeName": "int" }, + { "name": "hour", "typeName": "int" }, + { "name": "minute", "typeName": "int" }, + { "name": "second", "typeName": "int" }, + { "name": "millisecond", "typeName": "int" }, + { "name": "era", "typeName": "int" } + ], + "isStatic": false, + "name": "ToDateTime", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "year", "typeName": "int" }], + "isStatic": false, + "name": "ToFourDigitYear", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "JulianCalendar", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Globalization", + "baseClass": "System.Globalization.Calendar", + "attribute": "", + "interfaces": ["ICloneable"], + "fields": [ + { + "typeName": "int", + "name": "KoreanEra", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Globalization.CalendarAlgorithmType", + "name": "AlgorithmType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int[]", + "name": "Eras", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.DateTime", + "name": "MaxSupportedDateTime", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.DateTime", + "name": "MinSupportedDateTime", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "TwoDigitYearMax", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTime", + "params": [ + { "name": "time", "typeName": "System.DateTime" }, + { "name": "months", "typeName": "int" } + ], + "isStatic": false, + "name": "AddMonths", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTime", + "params": [ + { "name": "time", "typeName": "System.DateTime" }, + { "name": "years", "typeName": "int" } + ], + "isStatic": false, + "name": "AddYears", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "time", "typeName": "System.DateTime" }], + "isStatic": false, + "name": "GetDayOfMonth", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DayOfWeek", + "params": [{ "name": "time", "typeName": "System.DateTime" }], + "isStatic": false, + "name": "GetDayOfWeek", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "time", "typeName": "System.DateTime" }], + "isStatic": false, + "name": "GetDayOfYear", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "year", "typeName": "int" }, + { "name": "month", "typeName": "int" }, + { "name": "era", "typeName": "int" } + ], + "isStatic": false, + "name": "GetDaysInMonth", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "year", "typeName": "int" }, + { "name": "era", "typeName": "int" } + ], + "isStatic": false, + "name": "GetDaysInYear", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "time", "typeName": "System.DateTime" }], + "isStatic": false, + "name": "GetEra", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "year", "typeName": "int" }, + { "name": "era", "typeName": "int" } + ], + "isStatic": false, + "name": "GetLeapMonth", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "time", "typeName": "System.DateTime" }], + "isStatic": false, + "name": "GetMonth", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "year", "typeName": "int" }, + { "name": "era", "typeName": "int" } + ], + "isStatic": false, + "name": "GetMonthsInYear", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "time", "typeName": "System.DateTime" }, + { + "name": "rule", + "typeName": "System.Globalization.CalendarWeekRule" + }, + { "name": "firstDayOfWeek", "typeName": "System.DayOfWeek" } + ], + "isStatic": false, + "name": "GetWeekOfYear", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "time", "typeName": "System.DateTime" }], + "isStatic": false, + "name": "GetYear", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "year", "typeName": "int" }, + { "name": "month", "typeName": "int" }, + { "name": "day", "typeName": "int" }, + { "name": "era", "typeName": "int" } + ], + "isStatic": false, + "name": "IsLeapDay", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "year", "typeName": "int" }, + { "name": "month", "typeName": "int" }, + { "name": "era", "typeName": "int" } + ], + "isStatic": false, + "name": "IsLeapMonth", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "year", "typeName": "int" }, + { "name": "era", "typeName": "int" } + ], + "isStatic": false, + "name": "IsLeapYear", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTime", + "params": [ + { "name": "year", "typeName": "int" }, + { "name": "month", "typeName": "int" }, + { "name": "day", "typeName": "int" }, + { "name": "hour", "typeName": "int" }, + { "name": "minute", "typeName": "int" }, + { "name": "second", "typeName": "int" }, + { "name": "millisecond", "typeName": "int" }, + { "name": "era", "typeName": "int" } + ], + "isStatic": false, + "name": "ToDateTime", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "year", "typeName": "int" }], + "isStatic": false, + "name": "ToFourDigitYear", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "KoreanCalendar", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Globalization", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Globalization.NumberStyles", + "name": "AllowCurrencySymbol", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Globalization.NumberStyles", + "name": "AllowDecimalPoint", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Globalization.NumberStyles", + "name": "AllowExponent", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Globalization.NumberStyles", + "name": "AllowHexSpecifier", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Globalization.NumberStyles", + "name": "AllowLeadingSign", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Globalization.NumberStyles", + "name": "AllowLeadingWhite", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Globalization.NumberStyles", + "name": "AllowParentheses", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Globalization.NumberStyles", + "name": "AllowThousands", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Globalization.NumberStyles", + "name": "AllowTrailingSign", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Globalization.NumberStyles", + "name": "AllowTrailingWhite", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Globalization.NumberStyles", + "name": "Any", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Globalization.NumberStyles", + "name": "Currency", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Globalization.NumberStyles", + "name": "Float", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Globalization.NumberStyles", + "name": "HexNumber", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Globalization.NumberStyles", + "name": "Integer", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Globalization.NumberStyles", + "name": "None", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Globalization.NumberStyles", + "name": "Number", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Globalization.NumberStyles", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "NumberStyles", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Globalization", + "baseClass": "System.Globalization.EastAsianLunisolarCalendar", + "attribute": "", + "interfaces": ["ICloneable"], + "fields": [ + { + "typeName": "int", + "name": "GregorianEra", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int[]", + "name": "Eras", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.DateTime", + "name": "MaxSupportedDateTime", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.DateTime", + "name": "MinSupportedDateTime", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "time", "typeName": "System.DateTime" }], + "isStatic": false, + "name": "GetEra", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "KoreanLunisolarCalendar", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Globalization", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "CurrencyEnglishName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "CurrencyNativeName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "CurrencySymbol", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Globalization.RegionInfo", + "name": "CurrentRegion", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "DisplayName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "EnglishName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "GeoId", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsMetric", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "ISOCurrencySymbol", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "NativeName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "ThreeLetterISORegionName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "ThreeLetterWindowsRegionName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "TwoLetterISORegionName", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "culture", "typeName": "int" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "RegionInfo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Globalization", + "baseClass": "System.Globalization.Calendar", + "attribute": "", + "interfaces": ["ICloneable"], + "fields": [ + { + "typeName": "int", + "name": "PersianEra", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Globalization.CalendarAlgorithmType", + "name": "AlgorithmType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int[]", + "name": "Eras", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.DateTime", + "name": "MaxSupportedDateTime", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.DateTime", + "name": "MinSupportedDateTime", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "TwoDigitYearMax", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTime", + "params": [ + { "name": "time", "typeName": "System.DateTime" }, + { "name": "months", "typeName": "int" } + ], + "isStatic": false, + "name": "AddMonths", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTime", + "params": [ + { "name": "time", "typeName": "System.DateTime" }, + { "name": "years", "typeName": "int" } + ], + "isStatic": false, + "name": "AddYears", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "time", "typeName": "System.DateTime" }], + "isStatic": false, + "name": "GetDayOfMonth", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DayOfWeek", + "params": [{ "name": "time", "typeName": "System.DateTime" }], + "isStatic": false, + "name": "GetDayOfWeek", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "time", "typeName": "System.DateTime" }], + "isStatic": false, + "name": "GetDayOfYear", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "year", "typeName": "int" }, + { "name": "month", "typeName": "int" }, + { "name": "era", "typeName": "int" } + ], + "isStatic": false, + "name": "GetDaysInMonth", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "year", "typeName": "int" }, + { "name": "era", "typeName": "int" } + ], + "isStatic": false, + "name": "GetDaysInYear", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "time", "typeName": "System.DateTime" }], + "isStatic": false, + "name": "GetEra", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "year", "typeName": "int" }, + { "name": "era", "typeName": "int" } + ], + "isStatic": false, + "name": "GetLeapMonth", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "time", "typeName": "System.DateTime" }], + "isStatic": false, + "name": "GetMonth", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "year", "typeName": "int" }, + { "name": "era", "typeName": "int" } + ], + "isStatic": false, + "name": "GetMonthsInYear", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "time", "typeName": "System.DateTime" }], + "isStatic": false, + "name": "GetYear", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "year", "typeName": "int" }, + { "name": "month", "typeName": "int" }, + { "name": "day", "typeName": "int" }, + { "name": "era", "typeName": "int" } + ], + "isStatic": false, + "name": "IsLeapDay", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "year", "typeName": "int" }, + { "name": "month", "typeName": "int" }, + { "name": "era", "typeName": "int" } + ], + "isStatic": false, + "name": "IsLeapMonth", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "year", "typeName": "int" }, + { "name": "era", "typeName": "int" } + ], + "isStatic": false, + "name": "IsLeapYear", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTime", + "params": [ + { "name": "year", "typeName": "int" }, + { "name": "month", "typeName": "int" }, + { "name": "day", "typeName": "int" }, + { "name": "hour", "typeName": "int" }, + { "name": "minute", "typeName": "int" }, + { "name": "second", "typeName": "int" }, + { "name": "millisecond", "typeName": "int" }, + { "name": "era", "typeName": "int" } + ], + "isStatic": false, + "name": "ToDateTime", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "year", "typeName": "int" }], + "isStatic": false, + "name": "ToFourDigitYear", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "PersianCalendar", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Globalization", + "baseClass": "object", + "attribute": "", + "interfaces": ["ICloneable", "IFormatProvider"], + "fields": [ + { + "typeName": "int", + "name": "CurrencyDecimalDigits", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "CurrencyDecimalSeparator", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "CurrencyGroupSeparator", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int[]", + "name": "CurrencyGroupSizes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "CurrencyNegativePattern", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "CurrencyPositivePattern", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "CurrencySymbol", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Globalization.NumberFormatInfo", + "name": "CurrentInfo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Globalization.DigitShapes", + "name": "DigitSubstitution", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Globalization.NumberFormatInfo", + "name": "InvariantInfo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsReadOnly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "NaNSymbol", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string[]", + "name": "NativeDigits", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "NegativeInfinitySymbol", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "NegativeSign", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "NumberDecimalDigits", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "NumberDecimalSeparator", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "NumberGroupSeparator", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int[]", + "name": "NumberGroupSizes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "NumberNegativePattern", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "PercentDecimalDigits", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "PercentDecimalSeparator", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "PercentGroupSeparator", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int[]", + "name": "PercentGroupSizes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "PercentNegativePattern", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "PercentPositivePattern", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "PercentSymbol", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "PerMilleSymbol", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "PositiveInfinitySymbol", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "PositiveSign", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [], + "isStatic": false, + "name": "Clone", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [{ "name": "formatType", "typeName": "System.Type" }], + "isStatic": false, + "name": "GetFormat", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "NumberFormatInfo", + "params": [ + { "name": "formatProvider", "typeName": "System.IFormatProvider" } + ], + "isStatic": true, + "name": "GetInstance", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "NumberFormatInfo", + "params": [ + { + "name": "nfi", + "typeName": "System.Globalization.NumberFormatInfo" + } + ], + "isStatic": true, + "name": "ReadOnly", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "NumberFormatInfo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Globalization", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "byte[]", + "name": "KeyData", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "OriginalString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Int32", + "params": [ + { "name": "sortkey1", "typeName": "System.Globalization.SortKey" }, + { "name": "sortkey2", "typeName": "System.Globalization.SortKey" } + ], + "isStatic": true, + "name": "Compare", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "SortKey", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Globalization", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "LengthInTextElements", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "String", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "str", "typeName": "string" }], + "isStatic": true, + "name": "GetNextTextElement", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "str", "typeName": "string" }, + { "name": "index", "typeName": "int" } + ], + "isStatic": true, + "name": "GetNextTextElement", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "TextElementEnumerator", + "params": [{ "name": "str", "typeName": "string" }], + "isStatic": true, + "name": "GetTextElementEnumerator", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "TextElementEnumerator", + "params": [ + { "name": "str", "typeName": "string" }, + { "name": "index", "typeName": "int" } + ], + "isStatic": true, + "name": "GetTextElementEnumerator", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "str", "typeName": "string" }], + "isStatic": true, + "name": "ParseCombiningCharacters", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "startingTextElement", "typeName": "int" }], + "isStatic": false, + "name": "SubstringByTextElements", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "startingTextElement", "typeName": "int" }, + { "name": "lengthInTextElements", "typeName": "int" } + ], + "isStatic": false, + "name": "SubstringByTextElements", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "StringInfo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Globalization", + "baseClass": "object", + "attribute": "", + "interfaces": ["IEquatable"], + "fields": [ + { + "typeName": "int", + "name": "FullVersion", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Guid", + "name": "SortId", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "fullVersion", "typeName": "int" }, + { "name": "sortId", "typeName": "System.Guid" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "other", "typeName": "System.Globalization.SortVersion" } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "left", "typeName": "System.Globalization.SortVersion" }, + { "name": "right", "typeName": "System.Globalization.SortVersion" } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "left", "typeName": "System.Globalization.SortVersion" }, + { "name": "right", "typeName": "System.Globalization.SortVersion" } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "SortVersion", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Globalization", + "baseClass": "System.Globalization.Calendar", + "attribute": "", + "interfaces": ["ICloneable"], + "fields": [ + { + "typeName": "System.Globalization.CalendarAlgorithmType", + "name": "AlgorithmType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int[]", + "name": "Eras", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.DateTime", + "name": "MaxSupportedDateTime", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.DateTime", + "name": "MinSupportedDateTime", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "TwoDigitYearMax", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTime", + "params": [ + { "name": "time", "typeName": "System.DateTime" }, + { "name": "months", "typeName": "int" } + ], + "isStatic": false, + "name": "AddMonths", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTime", + "params": [ + { "name": "time", "typeName": "System.DateTime" }, + { "name": "years", "typeName": "int" } + ], + "isStatic": false, + "name": "AddYears", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "time", "typeName": "System.DateTime" }], + "isStatic": false, + "name": "GetDayOfMonth", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DayOfWeek", + "params": [{ "name": "time", "typeName": "System.DateTime" }], + "isStatic": false, + "name": "GetDayOfWeek", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "time", "typeName": "System.DateTime" }], + "isStatic": false, + "name": "GetDayOfYear", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "year", "typeName": "int" }, + { "name": "month", "typeName": "int" }, + { "name": "era", "typeName": "int" } + ], + "isStatic": false, + "name": "GetDaysInMonth", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "year", "typeName": "int" }, + { "name": "era", "typeName": "int" } + ], + "isStatic": false, + "name": "GetDaysInYear", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "time", "typeName": "System.DateTime" }], + "isStatic": false, + "name": "GetEra", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "year", "typeName": "int" }, + { "name": "era", "typeName": "int" } + ], + "isStatic": false, + "name": "GetLeapMonth", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "time", "typeName": "System.DateTime" }], + "isStatic": false, + "name": "GetMonth", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "year", "typeName": "int" }, + { "name": "era", "typeName": "int" } + ], + "isStatic": false, + "name": "GetMonthsInYear", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "time", "typeName": "System.DateTime" }, + { + "name": "rule", + "typeName": "System.Globalization.CalendarWeekRule" + }, + { "name": "firstDayOfWeek", "typeName": "System.DayOfWeek" } + ], + "isStatic": false, + "name": "GetWeekOfYear", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "time", "typeName": "System.DateTime" }], + "isStatic": false, + "name": "GetYear", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "year", "typeName": "int" }, + { "name": "month", "typeName": "int" }, + { "name": "day", "typeName": "int" }, + { "name": "era", "typeName": "int" } + ], + "isStatic": false, + "name": "IsLeapDay", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "year", "typeName": "int" }, + { "name": "month", "typeName": "int" }, + { "name": "era", "typeName": "int" } + ], + "isStatic": false, + "name": "IsLeapMonth", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "year", "typeName": "int" }, + { "name": "era", "typeName": "int" } + ], + "isStatic": false, + "name": "IsLeapYear", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTime", + "params": [ + { "name": "year", "typeName": "int" }, + { "name": "month", "typeName": "int" }, + { "name": "day", "typeName": "int" }, + { "name": "hour", "typeName": "int" }, + { "name": "minute", "typeName": "int" }, + { "name": "second", "typeName": "int" }, + { "name": "millisecond", "typeName": "int" }, + { "name": "era", "typeName": "int" } + ], + "isStatic": false, + "name": "ToDateTime", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "year", "typeName": "int" }], + "isStatic": false, + "name": "ToFourDigitYear", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "TaiwanCalendar", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Globalization", + "baseClass": "System.Globalization.EastAsianLunisolarCalendar", + "attribute": "", + "interfaces": ["ICloneable"], + "fields": [ + { + "typeName": "int[]", + "name": "Eras", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.DateTime", + "name": "MaxSupportedDateTime", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.DateTime", + "name": "MinSupportedDateTime", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "time", "typeName": "System.DateTime" }], + "isStatic": false, + "name": "GetEra", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "TaiwanLunisolarCalendar", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Globalization", + "baseClass": "object", + "attribute": "", + "interfaces": ["IEnumerator"], + "fields": [ + { + "typeName": "object", + "name": "Current", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "ElementIndex", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "GetTextElement", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "MoveNext", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Reset", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "TextElementEnumerator", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Globalization", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Globalization.TimeSpanStyles", + "name": "AssumeNegative", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Globalization.TimeSpanStyles", + "name": "None", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Globalization.TimeSpanStyles", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "TimeSpanStyles", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Globalization", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Globalization.UnicodeCategory", + "name": "ClosePunctuation", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Globalization.UnicodeCategory", + "name": "ConnectorPunctuation", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Globalization.UnicodeCategory", + "name": "Control", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Globalization.UnicodeCategory", + "name": "CurrencySymbol", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Globalization.UnicodeCategory", + "name": "DashPunctuation", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Globalization.UnicodeCategory", + "name": "DecimalDigitNumber", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Globalization.UnicodeCategory", + "name": "EnclosingMark", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Globalization.UnicodeCategory", + "name": "FinalQuotePunctuation", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Globalization.UnicodeCategory", + "name": "Format", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Globalization.UnicodeCategory", + "name": "InitialQuotePunctuation", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Globalization.UnicodeCategory", + "name": "LetterNumber", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Globalization.UnicodeCategory", + "name": "LineSeparator", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Globalization.UnicodeCategory", + "name": "LowercaseLetter", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Globalization.UnicodeCategory", + "name": "MathSymbol", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Globalization.UnicodeCategory", + "name": "ModifierLetter", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Globalization.UnicodeCategory", + "name": "ModifierSymbol", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Globalization.UnicodeCategory", + "name": "NonSpacingMark", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Globalization.UnicodeCategory", + "name": "OpenPunctuation", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Globalization.UnicodeCategory", + "name": "OtherLetter", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Globalization.UnicodeCategory", + "name": "OtherNotAssigned", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Globalization.UnicodeCategory", + "name": "OtherNumber", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Globalization.UnicodeCategory", + "name": "OtherPunctuation", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Globalization.UnicodeCategory", + "name": "OtherSymbol", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Globalization.UnicodeCategory", + "name": "ParagraphSeparator", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Globalization.UnicodeCategory", + "name": "PrivateUse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Globalization.UnicodeCategory", + "name": "SpaceSeparator", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Globalization.UnicodeCategory", + "name": "SpacingCombiningMark", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Globalization.UnicodeCategory", + "name": "Surrogate", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Globalization.UnicodeCategory", + "name": "TitlecaseLetter", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Globalization.UnicodeCategory", + "name": "UppercaseLetter", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Globalization.UnicodeCategory", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "UnicodeCategory", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Globalization", + "baseClass": "object", + "attribute": "", + "interfaces": ["ICloneable", "IDeserializationCallback"], + "fields": [ + { + "typeName": "int", + "name": "ANSICodePage", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "CultureName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "EBCDICCodePage", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsReadOnly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsRightToLeft", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "LCID", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "ListSeparator", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "MacCodePage", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "OEMCodePage", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Object", + "params": [], + "isStatic": false, + "name": "Clone", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "TextInfo", + "params": [ + { "name": "textInfo", "typeName": "System.Globalization.TextInfo" } + ], + "isStatic": true, + "name": "ReadOnly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Char", + "params": [{ "name": "c", "typeName": "char" }], + "isStatic": false, + "name": "ToLower", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "str", "typeName": "string" }], + "isStatic": false, + "name": "ToLower", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "str", "typeName": "string" }], + "isStatic": false, + "name": "ToTitleCase", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Char", + "params": [{ "name": "c", "typeName": "char" }], + "isStatic": false, + "name": "ToUpper", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "str", "typeName": "string" }], + "isStatic": false, + "name": "ToUpper", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "TextInfo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Globalization", + "baseClass": "System.Globalization.Calendar", + "attribute": "", + "interfaces": ["ICloneable"], + "fields": [ + { + "typeName": "int", + "name": "UmAlQuraEra", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Globalization.CalendarAlgorithmType", + "name": "AlgorithmType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int[]", + "name": "Eras", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.DateTime", + "name": "MaxSupportedDateTime", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.DateTime", + "name": "MinSupportedDateTime", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "TwoDigitYearMax", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTime", + "params": [ + { "name": "time", "typeName": "System.DateTime" }, + { "name": "months", "typeName": "int" } + ], + "isStatic": false, + "name": "AddMonths", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTime", + "params": [ + { "name": "time", "typeName": "System.DateTime" }, + { "name": "years", "typeName": "int" } + ], + "isStatic": false, + "name": "AddYears", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "time", "typeName": "System.DateTime" }], + "isStatic": false, + "name": "GetDayOfMonth", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DayOfWeek", + "params": [{ "name": "time", "typeName": "System.DateTime" }], + "isStatic": false, + "name": "GetDayOfWeek", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "time", "typeName": "System.DateTime" }], + "isStatic": false, + "name": "GetDayOfYear", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "year", "typeName": "int" }, + { "name": "month", "typeName": "int" }, + { "name": "era", "typeName": "int" } + ], + "isStatic": false, + "name": "GetDaysInMonth", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "year", "typeName": "int" }, + { "name": "era", "typeName": "int" } + ], + "isStatic": false, + "name": "GetDaysInYear", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "time", "typeName": "System.DateTime" }], + "isStatic": false, + "name": "GetEra", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "year", "typeName": "int" }, + { "name": "era", "typeName": "int" } + ], + "isStatic": false, + "name": "GetLeapMonth", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "time", "typeName": "System.DateTime" }], + "isStatic": false, + "name": "GetMonth", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "year", "typeName": "int" }, + { "name": "era", "typeName": "int" } + ], + "isStatic": false, + "name": "GetMonthsInYear", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "time", "typeName": "System.DateTime" }], + "isStatic": false, + "name": "GetYear", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "year", "typeName": "int" }, + { "name": "month", "typeName": "int" }, + { "name": "day", "typeName": "int" }, + { "name": "era", "typeName": "int" } + ], + "isStatic": false, + "name": "IsLeapDay", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "year", "typeName": "int" }, + { "name": "month", "typeName": "int" }, + { "name": "era", "typeName": "int" } + ], + "isStatic": false, + "name": "IsLeapMonth", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "year", "typeName": "int" }, + { "name": "era", "typeName": "int" } + ], + "isStatic": false, + "name": "IsLeapYear", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTime", + "params": [ + { "name": "year", "typeName": "int" }, + { "name": "month", "typeName": "int" }, + { "name": "day", "typeName": "int" }, + { "name": "hour", "typeName": "int" }, + { "name": "minute", "typeName": "int" }, + { "name": "second", "typeName": "int" }, + { "name": "millisecond", "typeName": "int" }, + { "name": "era", "typeName": "int" } + ], + "isStatic": false, + "name": "ToDateTime", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "year", "typeName": "int" }], + "isStatic": false, + "name": "ToFourDigitYear", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "UmAlQuraCalendar", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Globalization", + "baseClass": "System.Globalization.Calendar", + "attribute": "", + "interfaces": ["ICloneable"], + "fields": [ + { + "typeName": "int", + "name": "ThaiBuddhistEra", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Globalization.CalendarAlgorithmType", + "name": "AlgorithmType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int[]", + "name": "Eras", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.DateTime", + "name": "MaxSupportedDateTime", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.DateTime", + "name": "MinSupportedDateTime", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "TwoDigitYearMax", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTime", + "params": [ + { "name": "time", "typeName": "System.DateTime" }, + { "name": "months", "typeName": "int" } + ], + "isStatic": false, + "name": "AddMonths", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTime", + "params": [ + { "name": "time", "typeName": "System.DateTime" }, + { "name": "years", "typeName": "int" } + ], + "isStatic": false, + "name": "AddYears", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "time", "typeName": "System.DateTime" }], + "isStatic": false, + "name": "GetDayOfMonth", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DayOfWeek", + "params": [{ "name": "time", "typeName": "System.DateTime" }], + "isStatic": false, + "name": "GetDayOfWeek", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "time", "typeName": "System.DateTime" }], + "isStatic": false, + "name": "GetDayOfYear", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "year", "typeName": "int" }, + { "name": "month", "typeName": "int" }, + { "name": "era", "typeName": "int" } + ], + "isStatic": false, + "name": "GetDaysInMonth", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "year", "typeName": "int" }, + { "name": "era", "typeName": "int" } + ], + "isStatic": false, + "name": "GetDaysInYear", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "time", "typeName": "System.DateTime" }], + "isStatic": false, + "name": "GetEra", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "year", "typeName": "int" }, + { "name": "era", "typeName": "int" } + ], + "isStatic": false, + "name": "GetLeapMonth", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "time", "typeName": "System.DateTime" }], + "isStatic": false, + "name": "GetMonth", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "year", "typeName": "int" }, + { "name": "era", "typeName": "int" } + ], + "isStatic": false, + "name": "GetMonthsInYear", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "time", "typeName": "System.DateTime" }, + { + "name": "rule", + "typeName": "System.Globalization.CalendarWeekRule" + }, + { "name": "firstDayOfWeek", "typeName": "System.DayOfWeek" } + ], + "isStatic": false, + "name": "GetWeekOfYear", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "time", "typeName": "System.DateTime" }], + "isStatic": false, + "name": "GetYear", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "year", "typeName": "int" }, + { "name": "month", "typeName": "int" }, + { "name": "day", "typeName": "int" }, + { "name": "era", "typeName": "int" } + ], + "isStatic": false, + "name": "IsLeapDay", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "year", "typeName": "int" }, + { "name": "month", "typeName": "int" }, + { "name": "era", "typeName": "int" } + ], + "isStatic": false, + "name": "IsLeapMonth", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "year", "typeName": "int" }, + { "name": "era", "typeName": "int" } + ], + "isStatic": false, + "name": "IsLeapYear", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTime", + "params": [ + { "name": "year", "typeName": "int" }, + { "name": "month", "typeName": "int" }, + { "name": "day", "typeName": "int" }, + { "name": "hour", "typeName": "int" }, + { "name": "minute", "typeName": "int" }, + { "name": "second", "typeName": "int" }, + { "name": "millisecond", "typeName": "int" }, + { "name": "era", "typeName": "int" } + ], + "isStatic": false, + "name": "ToDateTime", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "year", "typeName": "int" }], + "isStatic": false, + "name": "ToFourDigitYear", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ThaiBuddhistCalendar", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.IO", + "baseClass": "object", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "System.IO.Stream", + "name": "BaseStream", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "input", "typeName": "System.IO.Stream" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "input", "typeName": "System.IO.Stream" }, + { "name": "encoding", "typeName": "System.Text.Encoding" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "input", "typeName": "System.IO.Stream" }, + { "name": "encoding", "typeName": "System.Text.Encoding" }, + { "name": "leaveOpen", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Close", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "PeekChar", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "Read", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "index", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "Read", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "buffer", "typeName": "char[]" }, + { "name": "index", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "Read", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "ReadBoolean", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Byte", + "params": [], + "isStatic": false, + "name": "ReadByte", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "count", "typeName": "int" }], + "isStatic": false, + "name": "ReadBytes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Char", + "params": [], + "isStatic": false, + "name": "ReadChar", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "count", "typeName": "int" }], + "isStatic": false, + "name": "ReadChars", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Decimal", + "params": [], + "isStatic": false, + "name": "ReadDecimal", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Double", + "params": [], + "isStatic": false, + "name": "ReadDouble", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int16", + "params": [], + "isStatic": false, + "name": "ReadInt16", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "ReadInt32", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int64", + "params": [], + "isStatic": false, + "name": "ReadInt64", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SByte", + "params": [], + "isStatic": false, + "name": "ReadSByte", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Single", + "params": [], + "isStatic": false, + "name": "ReadSingle", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ReadString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UInt16", + "params": [], + "isStatic": false, + "name": "ReadUInt16", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UInt32", + "params": [], + "isStatic": false, + "name": "ReadUInt32", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UInt64", + "params": [], + "isStatic": false, + "name": "ReadUInt64", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "BinaryReader", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.IO", + "baseClass": "object", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "System.IO.BinaryWriter", + "name": "Null", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.IO.Stream", + "name": "BaseStream", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "output", "typeName": "System.IO.Stream" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "output", "typeName": "System.IO.Stream" }, + { "name": "encoding", "typeName": "System.Text.Encoding" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "output", "typeName": "System.IO.Stream" }, + { "name": "encoding", "typeName": "System.Text.Encoding" }, + { "name": "leaveOpen", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Close", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Flush", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int64", + "params": [ + { "name": "offset", "typeName": "int" }, + { "name": "origin", "typeName": "System.IO.SeekOrigin" } + ], + "isStatic": false, + "name": "Seek", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "bool" }], + "isStatic": false, + "name": "Write", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "byte" }], + "isStatic": false, + "name": "Write", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "buffer", "typeName": "byte[]" }], + "isStatic": false, + "name": "Write", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "index", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "Write", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "ch", "typeName": "char" }], + "isStatic": false, + "name": "Write", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "chars", "typeName": "char[]" }], + "isStatic": false, + "name": "Write", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "chars", "typeName": "char[]" }, + { "name": "index", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "Write", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "decimal" }], + "isStatic": false, + "name": "Write", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "double" }], + "isStatic": false, + "name": "Write", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "short" }], + "isStatic": false, + "name": "Write", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "int" }], + "isStatic": false, + "name": "Write", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "long" }], + "isStatic": false, + "name": "Write", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "sbyte" }], + "isStatic": false, + "name": "Write", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "float" }], + "isStatic": false, + "name": "Write", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": false, + "name": "Write", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "ushort" }], + "isStatic": false, + "name": "Write", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "uint" }], + "isStatic": false, + "name": "Write", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "ulong" }], + "isStatic": false, + "name": "Write", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "BinaryWriter", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.IO", + "baseClass": "System.IO.Stream", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "bool", + "name": "CanRead", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "CanSeek", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "CanWrite", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "long", + "name": "Length", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "long", + "name": "Position", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "stream", "typeName": "System.IO.Stream" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "stream", "typeName": "System.IO.Stream" }, + { "name": "bufferSize", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "state", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginRead", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "state", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginWrite", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "asyncResult", "typeName": "System.IAsyncResult" } + ], + "isStatic": false, + "name": "EndRead", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "asyncResult", "typeName": "System.IAsyncResult" } + ], + "isStatic": false, + "name": "EndWrite", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Flush", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": false, + "name": "FlushAsync", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "array", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "Read", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": false, + "name": "ReadAsync", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "ReadByte", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int64", + "params": [ + { "name": "offset", "typeName": "long" }, + { "name": "origin", "typeName": "System.IO.SeekOrigin" } + ], + "isStatic": false, + "name": "Seek", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "long" }], + "isStatic": false, + "name": "SetLength", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "array", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "Write", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": false, + "name": "WriteAsync", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "byte" }], + "isStatic": false, + "name": "WriteByte", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "BufferedStream", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.IO", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "DirectoryInfo", + "params": [{ "name": "path", "typeName": "string" }], + "isStatic": true, + "name": "CreateDirectory", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DirectoryInfo", + "params": [ + { "name": "path", "typeName": "string" }, + { + "name": "directorySecurity", + "typeName": "System.Security.AccessControl.DirectorySecurity" + } + ], + "isStatic": true, + "name": "CreateDirectory", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "path", "typeName": "string" }], + "isStatic": true, + "name": "Delete", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "path", "typeName": "string" }, + { "name": "recursive", "typeName": "bool" } + ], + "isStatic": true, + "name": "Delete", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [{ "name": "path", "typeName": "string" }], + "isStatic": true, + "name": "EnumerateDirectories", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [ + { "name": "path", "typeName": "string" }, + { "name": "searchPattern", "typeName": "string" } + ], + "isStatic": true, + "name": "EnumerateDirectories", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [ + { "name": "path", "typeName": "string" }, + { "name": "searchPattern", "typeName": "string" }, + { "name": "searchOption", "typeName": "System.IO.SearchOption" } + ], + "isStatic": true, + "name": "EnumerateDirectories", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [{ "name": "path", "typeName": "string" }], + "isStatic": true, + "name": "EnumerateFiles", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [ + { "name": "path", "typeName": "string" }, + { "name": "searchPattern", "typeName": "string" } + ], + "isStatic": true, + "name": "EnumerateFiles", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [ + { "name": "path", "typeName": "string" }, + { "name": "searchPattern", "typeName": "string" }, + { "name": "searchOption", "typeName": "System.IO.SearchOption" } + ], + "isStatic": true, + "name": "EnumerateFiles", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [{ "name": "path", "typeName": "string" }], + "isStatic": true, + "name": "EnumerateFileSystemEntries", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [ + { "name": "path", "typeName": "string" }, + { "name": "searchPattern", "typeName": "string" } + ], + "isStatic": true, + "name": "EnumerateFileSystemEntries", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [ + { "name": "path", "typeName": "string" }, + { "name": "searchPattern", "typeName": "string" }, + { "name": "searchOption", "typeName": "System.IO.SearchOption" } + ], + "isStatic": true, + "name": "EnumerateFileSystemEntries", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "path", "typeName": "string" }], + "isStatic": true, + "name": "Exists", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DirectorySecurity", + "params": [{ "name": "path", "typeName": "string" }], + "isStatic": true, + "name": "GetAccessControl", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DirectorySecurity", + "params": [ + { "name": "path", "typeName": "string" }, + { + "name": "includeSections", + "typeName": "System.Security.AccessControl.AccessControlSections" + } + ], + "isStatic": true, + "name": "GetAccessControl", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTime", + "params": [{ "name": "path", "typeName": "string" }], + "isStatic": true, + "name": "GetCreationTime", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTime", + "params": [{ "name": "path", "typeName": "string" }], + "isStatic": true, + "name": "GetCreationTimeUtc", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": true, + "name": "GetCurrentDirectory", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "path", "typeName": "string" }], + "isStatic": true, + "name": "GetDirectories", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "path", "typeName": "string" }, + { "name": "searchPattern", "typeName": "string" } + ], + "isStatic": true, + "name": "GetDirectories", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "path", "typeName": "string" }, + { "name": "searchPattern", "typeName": "string" }, + { "name": "searchOption", "typeName": "System.IO.SearchOption" } + ], + "isStatic": true, + "name": "GetDirectories", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "path", "typeName": "string" }], + "isStatic": true, + "name": "GetDirectoryRoot", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "path", "typeName": "string" }], + "isStatic": true, + "name": "GetFiles", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "path", "typeName": "string" }, + { "name": "searchPattern", "typeName": "string" } + ], + "isStatic": true, + "name": "GetFiles", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "path", "typeName": "string" }, + { "name": "searchPattern", "typeName": "string" }, + { "name": "searchOption", "typeName": "System.IO.SearchOption" } + ], + "isStatic": true, + "name": "GetFiles", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "path", "typeName": "string" }], + "isStatic": true, + "name": "GetFileSystemEntries", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "path", "typeName": "string" }, + { "name": "searchPattern", "typeName": "string" } + ], + "isStatic": true, + "name": "GetFileSystemEntries", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "path", "typeName": "string" }, + { "name": "searchPattern", "typeName": "string" }, + { "name": "searchOption", "typeName": "System.IO.SearchOption" } + ], + "isStatic": true, + "name": "GetFileSystemEntries", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTime", + "params": [{ "name": "path", "typeName": "string" }], + "isStatic": true, + "name": "GetLastAccessTime", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTime", + "params": [{ "name": "path", "typeName": "string" }], + "isStatic": true, + "name": "GetLastAccessTimeUtc", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTime", + "params": [{ "name": "path", "typeName": "string" }], + "isStatic": true, + "name": "GetLastWriteTime", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTime", + "params": [{ "name": "path", "typeName": "string" }], + "isStatic": true, + "name": "GetLastWriteTimeUtc", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": true, + "name": "GetLogicalDrives", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DirectoryInfo", + "params": [{ "name": "path", "typeName": "string" }], + "isStatic": true, + "name": "GetParent", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "sourceDirName", "typeName": "string" }, + { "name": "destDirName", "typeName": "string" } + ], + "isStatic": true, + "name": "Move", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "path", "typeName": "string" }, + { + "name": "directorySecurity", + "typeName": "System.Security.AccessControl.DirectorySecurity" + } + ], + "isStatic": true, + "name": "SetAccessControl", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "path", "typeName": "string" }, + { "name": "creationTime", "typeName": "System.DateTime" } + ], + "isStatic": true, + "name": "SetCreationTime", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "path", "typeName": "string" }, + { "name": "creationTimeUtc", "typeName": "System.DateTime" } + ], + "isStatic": true, + "name": "SetCreationTimeUtc", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "path", "typeName": "string" }], + "isStatic": true, + "name": "SetCurrentDirectory", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "path", "typeName": "string" }, + { "name": "lastAccessTime", "typeName": "System.DateTime" } + ], + "isStatic": true, + "name": "SetLastAccessTime", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "path", "typeName": "string" }, + { "name": "lastAccessTimeUtc", "typeName": "System.DateTime" } + ], + "isStatic": true, + "name": "SetLastAccessTimeUtc", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "path", "typeName": "string" }, + { "name": "lastWriteTime", "typeName": "System.DateTime" } + ], + "isStatic": true, + "name": "SetLastWriteTime", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "path", "typeName": "string" }, + { "name": "lastWriteTimeUtc", "typeName": "System.DateTime" } + ], + "isStatic": true, + "name": "SetLastWriteTimeUtc", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "Directory", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.IO", + "baseClass": "System.IO.FileSystemInfo", + "attribute": "", + "interfaces": ["ISerializable"], + "fields": [ + { + "typeName": "bool", + "name": "Exists", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "FullName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.IO.DirectoryInfo", + "name": "Parent", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.IO.DirectoryInfo", + "name": "Root", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "path", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Create", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "directorySecurity", + "typeName": "System.Security.AccessControl.DirectorySecurity" + } + ], + "isStatic": false, + "name": "Create", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DirectoryInfo", + "params": [{ "name": "path", "typeName": "string" }], + "isStatic": false, + "name": "CreateSubdirectory", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DirectoryInfo", + "params": [ + { "name": "path", "typeName": "string" }, + { + "name": "directorySecurity", + "typeName": "System.Security.AccessControl.DirectorySecurity" + } + ], + "isStatic": false, + "name": "CreateSubdirectory", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Delete", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "recursive", "typeName": "bool" }], + "isStatic": false, + "name": "Delete", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [], + "isStatic": false, + "name": "EnumerateDirectories", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [{ "name": "searchPattern", "typeName": "string" }], + "isStatic": false, + "name": "EnumerateDirectories", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [ + { "name": "searchPattern", "typeName": "string" }, + { "name": "searchOption", "typeName": "System.IO.SearchOption" } + ], + "isStatic": false, + "name": "EnumerateDirectories", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [], + "isStatic": false, + "name": "EnumerateFiles", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [{ "name": "searchPattern", "typeName": "string" }], + "isStatic": false, + "name": "EnumerateFiles", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [ + { "name": "searchPattern", "typeName": "string" }, + { "name": "searchOption", "typeName": "System.IO.SearchOption" } + ], + "isStatic": false, + "name": "EnumerateFiles", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [], + "isStatic": false, + "name": "EnumerateFileSystemInfos", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [{ "name": "searchPattern", "typeName": "string" }], + "isStatic": false, + "name": "EnumerateFileSystemInfos", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [ + { "name": "searchPattern", "typeName": "string" }, + { "name": "searchOption", "typeName": "System.IO.SearchOption" } + ], + "isStatic": false, + "name": "EnumerateFileSystemInfos", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DirectorySecurity", + "params": [], + "isStatic": false, + "name": "GetAccessControl", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DirectorySecurity", + "params": [ + { + "name": "includeSections", + "typeName": "System.Security.AccessControl.AccessControlSections" + } + ], + "isStatic": false, + "name": "GetAccessControl", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetDirectories", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "searchPattern", "typeName": "string" }], + "isStatic": false, + "name": "GetDirectories", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "searchPattern", "typeName": "string" }, + { "name": "searchOption", "typeName": "System.IO.SearchOption" } + ], + "isStatic": false, + "name": "GetDirectories", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetFiles", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "searchPattern", "typeName": "string" }], + "isStatic": false, + "name": "GetFiles", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "searchPattern", "typeName": "string" }, + { "name": "searchOption", "typeName": "System.IO.SearchOption" } + ], + "isStatic": false, + "name": "GetFiles", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetFileSystemInfos", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "searchPattern", "typeName": "string" }], + "isStatic": false, + "name": "GetFileSystemInfos", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "searchPattern", "typeName": "string" }, + { "name": "searchOption", "typeName": "System.IO.SearchOption" } + ], + "isStatic": false, + "name": "GetFileSystemInfos", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "destDirName", "typeName": "string" }], + "isStatic": false, + "name": "MoveTo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "directorySecurity", + "typeName": "System.Security.AccessControl.DirectorySecurity" + } + ], + "isStatic": false, + "name": "SetAccessControl", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "DirectoryInfo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.IO", + "baseClass": "System.IO.IOException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "innerException", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "DirectoryNotFoundException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.IO", + "baseClass": "System.IO.IOException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "innerException", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "DriveNotFoundException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.IO", + "baseClass": "object", + "attribute": "", + "interfaces": ["ISerializable"], + "fields": [ + { + "typeName": "long", + "name": "AvailableFreeSpace", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "DriveFormat", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.IO.DriveType", + "name": "DriveType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsReady", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.IO.DirectoryInfo", + "name": "RootDirectory", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "long", + "name": "TotalFreeSpace", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "long", + "name": "TotalSize", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "VolumeLabel", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "driveName", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": true, + "name": "GetDrives", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "DriveInfo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.IO", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.IO.DriveType", + "name": "CDRom", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.IO.DriveType", + "name": "Fixed", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.IO.DriveType", + "name": "Network", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.IO.DriveType", + "name": "NoRootDirectory", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.IO.DriveType", + "name": "Ram", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.IO.DriveType", + "name": "Removable", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.IO.DriveType", + "name": "Unknown", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.IO.DriveType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "DriveType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.IO", + "baseClass": "System.IO.IOException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "innerException", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "EndOfStreamException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.IO", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "path", "typeName": "string" }, + { + "name": "contents", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": true, + "name": "AppendAllLines", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "path", "typeName": "string" }, + { + "name": "contents", + "typeName": "System.Collections.Generic.IEnumerable" + }, + { "name": "encoding", "typeName": "System.Text.Encoding" } + ], + "isStatic": true, + "name": "AppendAllLines", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "path", "typeName": "string" }, + { "name": "contents", "typeName": "string" } + ], + "isStatic": true, + "name": "AppendAllText", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "path", "typeName": "string" }, + { "name": "contents", "typeName": "string" }, + { "name": "encoding", "typeName": "System.Text.Encoding" } + ], + "isStatic": true, + "name": "AppendAllText", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "StreamWriter", + "params": [{ "name": "path", "typeName": "string" }], + "isStatic": true, + "name": "AppendText", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "sourceFileName", "typeName": "string" }, + { "name": "destFileName", "typeName": "string" } + ], + "isStatic": true, + "name": "Copy", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "sourceFileName", "typeName": "string" }, + { "name": "destFileName", "typeName": "string" }, + { "name": "overwrite", "typeName": "bool" } + ], + "isStatic": true, + "name": "Copy", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "FileStream", + "params": [{ "name": "path", "typeName": "string" }], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "FileStream", + "params": [ + { "name": "path", "typeName": "string" }, + { "name": "bufferSize", "typeName": "int" } + ], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "FileStream", + "params": [ + { "name": "path", "typeName": "string" }, + { "name": "bufferSize", "typeName": "int" }, + { "name": "options", "typeName": "System.IO.FileOptions" } + ], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "FileStream", + "params": [ + { "name": "path", "typeName": "string" }, + { "name": "bufferSize", "typeName": "int" }, + { "name": "options", "typeName": "System.IO.FileOptions" }, + { + "name": "fileSecurity", + "typeName": "System.Security.AccessControl.FileSecurity" + } + ], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "StreamWriter", + "params": [{ "name": "path", "typeName": "string" }], + "isStatic": true, + "name": "CreateText", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "path", "typeName": "string" }], + "isStatic": true, + "name": "Decrypt", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "path", "typeName": "string" }], + "isStatic": true, + "name": "Delete", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "path", "typeName": "string" }], + "isStatic": true, + "name": "Encrypt", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "path", "typeName": "string" }], + "isStatic": true, + "name": "Exists", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "FileSecurity", + "params": [{ "name": "path", "typeName": "string" }], + "isStatic": true, + "name": "GetAccessControl", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "FileSecurity", + "params": [ + { "name": "path", "typeName": "string" }, + { + "name": "includeSections", + "typeName": "System.Security.AccessControl.AccessControlSections" + } + ], + "isStatic": true, + "name": "GetAccessControl", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "FileAttributes", + "params": [{ "name": "path", "typeName": "string" }], + "isStatic": true, + "name": "GetAttributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTime", + "params": [{ "name": "path", "typeName": "string" }], + "isStatic": true, + "name": "GetCreationTime", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTime", + "params": [{ "name": "path", "typeName": "string" }], + "isStatic": true, + "name": "GetCreationTimeUtc", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTime", + "params": [{ "name": "path", "typeName": "string" }], + "isStatic": true, + "name": "GetLastAccessTime", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTime", + "params": [{ "name": "path", "typeName": "string" }], + "isStatic": true, + "name": "GetLastAccessTimeUtc", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTime", + "params": [{ "name": "path", "typeName": "string" }], + "isStatic": true, + "name": "GetLastWriteTime", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTime", + "params": [{ "name": "path", "typeName": "string" }], + "isStatic": true, + "name": "GetLastWriteTimeUtc", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "sourceFileName", "typeName": "string" }, + { "name": "destFileName", "typeName": "string" } + ], + "isStatic": true, + "name": "Move", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "FileStream", + "params": [ + { "name": "path", "typeName": "string" }, + { "name": "mode", "typeName": "System.IO.FileMode" } + ], + "isStatic": true, + "name": "Open", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "FileStream", + "params": [ + { "name": "path", "typeName": "string" }, + { "name": "mode", "typeName": "System.IO.FileMode" }, + { "name": "access", "typeName": "System.IO.FileAccess" } + ], + "isStatic": true, + "name": "Open", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "FileStream", + "params": [ + { "name": "path", "typeName": "string" }, + { "name": "mode", "typeName": "System.IO.FileMode" }, + { "name": "access", "typeName": "System.IO.FileAccess" }, + { "name": "share", "typeName": "System.IO.FileShare" } + ], + "isStatic": true, + "name": "Open", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "FileStream", + "params": [{ "name": "path", "typeName": "string" }], + "isStatic": true, + "name": "OpenRead", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "StreamReader", + "params": [{ "name": "path", "typeName": "string" }], + "isStatic": true, + "name": "OpenText", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "FileStream", + "params": [{ "name": "path", "typeName": "string" }], + "isStatic": true, + "name": "OpenWrite", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "path", "typeName": "string" }], + "isStatic": true, + "name": "ReadAllBytes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "path", "typeName": "string" }], + "isStatic": true, + "name": "ReadAllLines", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "path", "typeName": "string" }, + { "name": "encoding", "typeName": "System.Text.Encoding" } + ], + "isStatic": true, + "name": "ReadAllLines", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "path", "typeName": "string" }], + "isStatic": true, + "name": "ReadAllText", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "path", "typeName": "string" }, + { "name": "encoding", "typeName": "System.Text.Encoding" } + ], + "isStatic": true, + "name": "ReadAllText", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [{ "name": "path", "typeName": "string" }], + "isStatic": true, + "name": "ReadLines", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [ + { "name": "path", "typeName": "string" }, + { "name": "encoding", "typeName": "System.Text.Encoding" } + ], + "isStatic": true, + "name": "ReadLines", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "sourceFileName", "typeName": "string" }, + { "name": "destinationFileName", "typeName": "string" }, + { "name": "destinationBackupFileName", "typeName": "string" } + ], + "isStatic": true, + "name": "Replace", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "sourceFileName", "typeName": "string" }, + { "name": "destinationFileName", "typeName": "string" }, + { "name": "destinationBackupFileName", "typeName": "string" }, + { "name": "ignoreMetadataErrors", "typeName": "bool" } + ], + "isStatic": true, + "name": "Replace", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "path", "typeName": "string" }, + { + "name": "fileSecurity", + "typeName": "System.Security.AccessControl.FileSecurity" + } + ], + "isStatic": true, + "name": "SetAccessControl", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "path", "typeName": "string" }, + { "name": "fileAttributes", "typeName": "System.IO.FileAttributes" } + ], + "isStatic": true, + "name": "SetAttributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "path", "typeName": "string" }, + { "name": "creationTime", "typeName": "System.DateTime" } + ], + "isStatic": true, + "name": "SetCreationTime", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "path", "typeName": "string" }, + { "name": "creationTimeUtc", "typeName": "System.DateTime" } + ], + "isStatic": true, + "name": "SetCreationTimeUtc", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "path", "typeName": "string" }, + { "name": "lastAccessTime", "typeName": "System.DateTime" } + ], + "isStatic": true, + "name": "SetLastAccessTime", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "path", "typeName": "string" }, + { "name": "lastAccessTimeUtc", "typeName": "System.DateTime" } + ], + "isStatic": true, + "name": "SetLastAccessTimeUtc", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "path", "typeName": "string" }, + { "name": "lastWriteTime", "typeName": "System.DateTime" } + ], + "isStatic": true, + "name": "SetLastWriteTime", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "path", "typeName": "string" }, + { "name": "lastWriteTimeUtc", "typeName": "System.DateTime" } + ], + "isStatic": true, + "name": "SetLastWriteTimeUtc", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "path", "typeName": "string" }, + { "name": "bytes", "typeName": "byte[]" } + ], + "isStatic": true, + "name": "WriteAllBytes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "path", "typeName": "string" }, + { + "name": "contents", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": true, + "name": "WriteAllLines", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "path", "typeName": "string" }, + { + "name": "contents", + "typeName": "System.Collections.Generic.IEnumerable" + }, + { "name": "encoding", "typeName": "System.Text.Encoding" } + ], + "isStatic": true, + "name": "WriteAllLines", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "path", "typeName": "string" }, + { "name": "contents", "typeName": "string[]" } + ], + "isStatic": true, + "name": "WriteAllLines", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "path", "typeName": "string" }, + { "name": "contents", "typeName": "string[]" }, + { "name": "encoding", "typeName": "System.Text.Encoding" } + ], + "isStatic": true, + "name": "WriteAllLines", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "path", "typeName": "string" }, + { "name": "contents", "typeName": "string" } + ], + "isStatic": true, + "name": "WriteAllText", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "path", "typeName": "string" }, + { "name": "contents", "typeName": "string" }, + { "name": "encoding", "typeName": "System.Text.Encoding" } + ], + "isStatic": true, + "name": "WriteAllText", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "File", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.IO", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.IO.FileAccess", + "name": "Read", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.IO.FileAccess", + "name": "ReadWrite", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.IO.FileAccess", + "name": "Write", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.IO.FileAccess", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "FileAccess", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.IO", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.IO.FileAttributes", + "name": "Archive", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.IO.FileAttributes", + "name": "Compressed", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.IO.FileAttributes", + "name": "Device", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.IO.FileAttributes", + "name": "Directory", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.IO.FileAttributes", + "name": "Encrypted", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.IO.FileAttributes", + "name": "Hidden", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.IO.FileAttributes", + "name": "IntegrityStream", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.IO.FileAttributes", + "name": "Normal", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.IO.FileAttributes", + "name": "NoScrubData", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.IO.FileAttributes", + "name": "NotContentIndexed", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.IO.FileAttributes", + "name": "Offline", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.IO.FileAttributes", + "name": "ReadOnly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.IO.FileAttributes", + "name": "ReparsePoint", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.IO.FileAttributes", + "name": "SparseFile", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.IO.FileAttributes", + "name": "System", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.IO.FileAttributes", + "name": "Temporary", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.IO.FileAttributes", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "FileAttributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.IO", + "baseClass": "System.IO.FileSystemInfo", + "attribute": "", + "interfaces": ["ISerializable"], + "fields": [ + { + "typeName": "System.IO.DirectoryInfo", + "name": "Directory", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "DirectoryName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "Exists", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsReadOnly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "long", + "name": "Length", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "fileName", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "StreamWriter", + "params": [], + "isStatic": false, + "name": "AppendText", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "FileInfo", + "params": [{ "name": "destFileName", "typeName": "string" }], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "FileInfo", + "params": [ + { "name": "destFileName", "typeName": "string" }, + { "name": "overwrite", "typeName": "bool" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "FileStream", + "params": [], + "isStatic": false, + "name": "Create", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "StreamWriter", + "params": [], + "isStatic": false, + "name": "CreateText", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Decrypt", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Delete", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Encrypt", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "FileSecurity", + "params": [], + "isStatic": false, + "name": "GetAccessControl", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "FileSecurity", + "params": [ + { + "name": "includeSections", + "typeName": "System.Security.AccessControl.AccessControlSections" + } + ], + "isStatic": false, + "name": "GetAccessControl", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "destFileName", "typeName": "string" }], + "isStatic": false, + "name": "MoveTo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "FileStream", + "params": [{ "name": "mode", "typeName": "System.IO.FileMode" }], + "isStatic": false, + "name": "Open", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "FileStream", + "params": [ + { "name": "mode", "typeName": "System.IO.FileMode" }, + { "name": "access", "typeName": "System.IO.FileAccess" } + ], + "isStatic": false, + "name": "Open", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "FileStream", + "params": [ + { "name": "mode", "typeName": "System.IO.FileMode" }, + { "name": "access", "typeName": "System.IO.FileAccess" }, + { "name": "share", "typeName": "System.IO.FileShare" } + ], + "isStatic": false, + "name": "Open", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "FileStream", + "params": [], + "isStatic": false, + "name": "OpenRead", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "StreamReader", + "params": [], + "isStatic": false, + "name": "OpenText", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "FileStream", + "params": [], + "isStatic": false, + "name": "OpenWrite", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "FileInfo", + "params": [ + { "name": "destinationFileName", "typeName": "string" }, + { "name": "destinationBackupFileName", "typeName": "string" } + ], + "isStatic": false, + "name": "Replace", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "FileInfo", + "params": [ + { "name": "destinationFileName", "typeName": "string" }, + { "name": "destinationBackupFileName", "typeName": "string" }, + { "name": "ignoreMetadataErrors", "typeName": "bool" } + ], + "isStatic": false, + "name": "Replace", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "fileSecurity", + "typeName": "System.Security.AccessControl.FileSecurity" + } + ], + "isStatic": false, + "name": "SetAccessControl", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "FileInfo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.IO", + "baseClass": "System.IO.IOException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [ + { + "typeName": "string", + "name": "FileName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "FusionLog", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Message", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "inner", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "fileName", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "fileName", "typeName": "string" }, + { "name": "inner", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "info", + "typeName": "System.Runtime.Serialization.SerializationInfo" + }, + { + "name": "context", + "typeName": "System.Runtime.Serialization.StreamingContext" + } + ], + "isStatic": false, + "name": "GetObjectData", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "FileLoadException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.IO", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.IO.FileMode", + "name": "Append", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.IO.FileMode", + "name": "Create", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.IO.FileMode", + "name": "CreateNew", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.IO.FileMode", + "name": "Open", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.IO.FileMode", + "name": "OpenOrCreate", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.IO.FileMode", + "name": "Truncate", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.IO.FileMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "FileMode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.IO", + "baseClass": "System.IO.IOException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [ + { + "typeName": "string", + "name": "FileName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "FusionLog", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Message", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "innerException", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "fileName", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "fileName", "typeName": "string" }, + { "name": "innerException", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "info", + "typeName": "System.Runtime.Serialization.SerializationInfo" + }, + { + "name": "context", + "typeName": "System.Runtime.Serialization.StreamingContext" + } + ], + "isStatic": false, + "name": "GetObjectData", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "FileNotFoundException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.IO", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.IO.FileOptions", + "name": "Asynchronous", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.IO.FileOptions", + "name": "DeleteOnClose", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.IO.FileOptions", + "name": "Encrypted", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.IO.FileOptions", + "name": "None", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.IO.FileOptions", + "name": "RandomAccess", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.IO.FileOptions", + "name": "SequentialScan", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.IO.FileOptions", + "name": "WriteThrough", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.IO.FileOptions", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "FileOptions", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.IO", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.IO.FileShare", + "name": "Delete", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.IO.FileShare", + "name": "Inheritable", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.IO.FileShare", + "name": "None", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.IO.FileShare", + "name": "Read", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.IO.FileShare", + "name": "ReadWrite", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.IO.FileShare", + "name": "Write", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.IO.FileShare", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "FileShare", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.IO", + "baseClass": "System.IO.Stream", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "bool", + "name": "CanRead", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "CanSeek", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "CanWrite", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.IntPtr", + "name": "Handle", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsAsync", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "long", + "name": "Length", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "long", + "name": "Position", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "Microsoft.Win32.SafeHandles.SafeFileHandle", + "name": "SafeFileHandle", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "handle", + "typeName": "Microsoft.Win32.SafeHandles.SafeFileHandle" + }, + { "name": "access", "typeName": "System.IO.FileAccess" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "handle", + "typeName": "Microsoft.Win32.SafeHandles.SafeFileHandle" + }, + { "name": "access", "typeName": "System.IO.FileAccess" }, + { "name": "bufferSize", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "handle", + "typeName": "Microsoft.Win32.SafeHandles.SafeFileHandle" + }, + { "name": "access", "typeName": "System.IO.FileAccess" }, + { "name": "bufferSize", "typeName": "int" }, + { "name": "isAsync", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "handle", "typeName": "System.IntPtr" }, + { "name": "access", "typeName": "System.IO.FileAccess" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "handle", "typeName": "System.IntPtr" }, + { "name": "access", "typeName": "System.IO.FileAccess" }, + { "name": "ownsHandle", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "handle", "typeName": "System.IntPtr" }, + { "name": "access", "typeName": "System.IO.FileAccess" }, + { "name": "ownsHandle", "typeName": "bool" }, + { "name": "bufferSize", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "handle", "typeName": "System.IntPtr" }, + { "name": "access", "typeName": "System.IO.FileAccess" }, + { "name": "ownsHandle", "typeName": "bool" }, + { "name": "bufferSize", "typeName": "int" }, + { "name": "isAsync", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "path", "typeName": "string" }, + { "name": "mode", "typeName": "System.IO.FileMode" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "path", "typeName": "string" }, + { "name": "mode", "typeName": "System.IO.FileMode" }, + { "name": "access", "typeName": "System.IO.FileAccess" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "path", "typeName": "string" }, + { "name": "mode", "typeName": "System.IO.FileMode" }, + { "name": "access", "typeName": "System.IO.FileAccess" }, + { "name": "share", "typeName": "System.IO.FileShare" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "path", "typeName": "string" }, + { "name": "mode", "typeName": "System.IO.FileMode" }, + { "name": "access", "typeName": "System.IO.FileAccess" }, + { "name": "share", "typeName": "System.IO.FileShare" }, + { "name": "bufferSize", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "path", "typeName": "string" }, + { "name": "mode", "typeName": "System.IO.FileMode" }, + { "name": "access", "typeName": "System.IO.FileAccess" }, + { "name": "share", "typeName": "System.IO.FileShare" }, + { "name": "bufferSize", "typeName": "int" }, + { "name": "useAsync", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "path", "typeName": "string" }, + { "name": "mode", "typeName": "System.IO.FileMode" }, + { "name": "access", "typeName": "System.IO.FileAccess" }, + { "name": "share", "typeName": "System.IO.FileShare" }, + { "name": "bufferSize", "typeName": "int" }, + { "name": "options", "typeName": "System.IO.FileOptions" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "path", "typeName": "string" }, + { "name": "mode", "typeName": "System.IO.FileMode" }, + { + "name": "rights", + "typeName": "System.Security.AccessControl.FileSystemRights" + }, + { "name": "share", "typeName": "System.IO.FileShare" }, + { "name": "bufferSize", "typeName": "int" }, + { "name": "options", "typeName": "System.IO.FileOptions" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "path", "typeName": "string" }, + { "name": "mode", "typeName": "System.IO.FileMode" }, + { + "name": "rights", + "typeName": "System.Security.AccessControl.FileSystemRights" + }, + { "name": "share", "typeName": "System.IO.FileShare" }, + { "name": "bufferSize", "typeName": "int" }, + { "name": "options", "typeName": "System.IO.FileOptions" }, + { + "name": "fileSecurity", + "typeName": "System.Security.AccessControl.FileSecurity" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "array", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "numBytes", "typeName": "int" }, + { "name": "userCallback", "typeName": "System.AsyncCallback" }, + { "name": "stateObject", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginRead", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "array", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "numBytes", "typeName": "int" }, + { "name": "userCallback", "typeName": "System.AsyncCallback" }, + { "name": "stateObject", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginWrite", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "asyncResult", "typeName": "System.IAsyncResult" } + ], + "isStatic": false, + "name": "EndRead", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "asyncResult", "typeName": "System.IAsyncResult" } + ], + "isStatic": false, + "name": "EndWrite", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Flush", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "flushToDisk", "typeName": "bool" }], + "isStatic": false, + "name": "Flush", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": false, + "name": "FlushAsync", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "FileSecurity", + "params": [], + "isStatic": false, + "name": "GetAccessControl", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "position", "typeName": "long" }, + { "name": "length", "typeName": "long" } + ], + "isStatic": false, + "name": "Lock", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "array", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "Read", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": false, + "name": "ReadAsync", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "ReadByte", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int64", + "params": [ + { "name": "offset", "typeName": "long" }, + { "name": "origin", "typeName": "System.IO.SeekOrigin" } + ], + "isStatic": false, + "name": "Seek", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "fileSecurity", + "typeName": "System.Security.AccessControl.FileSecurity" + } + ], + "isStatic": false, + "name": "SetAccessControl", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "long" }], + "isStatic": false, + "name": "SetLength", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "position", "typeName": "long" }, + { "name": "length", "typeName": "long" } + ], + "isStatic": false, + "name": "Unlock", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "array", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "Write", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": false, + "name": "WriteAsync", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "byte" }], + "isStatic": false, + "name": "WriteByte", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "FileStream", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.IO", + "baseClass": "System.MarshalByRefObject", + "attribute": "", + "interfaces": ["ISerializable"], + "fields": [ + { + "typeName": "System.IO.FileAttributes", + "name": "Attributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.DateTime", + "name": "CreationTime", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.DateTime", + "name": "CreationTimeUtc", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "Exists", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Extension", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "FullName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.DateTime", + "name": "LastAccessTime", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.DateTime", + "name": "LastAccessTimeUtc", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.DateTime", + "name": "LastWriteTime", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.DateTime", + "name": "LastWriteTimeUtc", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Delete", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "info", + "typeName": "System.Runtime.Serialization.SerializationInfo" + }, + { + "name": "context", + "typeName": "System.Runtime.Serialization.StreamingContext" + } + ], + "isStatic": false, + "name": "GetObjectData", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Refresh", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "FileSystemInfo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.IO", + "baseClass": "System.IO.Stream", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "bool", + "name": "CanRead", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "CanSeek", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "CanWrite", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "Capacity", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "long", + "name": "Length", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "long", + "name": "Position", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "buffer", "typeName": "byte[]" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "writable", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "index", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "index", "typeName": "int" }, + { "name": "count", "typeName": "int" }, + { "name": "writable", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "index", "typeName": "int" }, + { "name": "count", "typeName": "int" }, + { "name": "writable", "typeName": "bool" }, + { "name": "publiclyVisible", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "capacity", "typeName": "int" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "destination", "typeName": "System.IO.Stream" }, + { "name": "bufferSize", "typeName": "int" }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": false, + "name": "CopyToAsync", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Flush", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": false, + "name": "FlushAsync", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetBuffer", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "Read", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": false, + "name": "ReadAsync", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "ReadByte", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int64", + "params": [ + { "name": "offset", "typeName": "long" }, + { "name": "loc", "typeName": "System.IO.SeekOrigin" } + ], + "isStatic": false, + "name": "Seek", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "long" }], + "isStatic": false, + "name": "SetLength", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "ToArray", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "buffer", "typeName": "System.ArraySegment" } + ], + "isStatic": false, + "name": "TryGetBuffer", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "Write", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": false, + "name": "WriteAsync", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "byte" }], + "isStatic": false, + "name": "WriteByte", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "stream", "typeName": "System.IO.Stream" }], + "isStatic": false, + "name": "WriteTo", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "MemoryStream", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.IO", + "baseClass": "System.SystemException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "innerException", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "hresult", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "IOException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.IO", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "char", + "name": "AltDirectorySeparatorChar", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "char", + "name": "DirectorySeparatorChar", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "char[]", + "name": "InvalidPathChars", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "char", + "name": "PathSeparator", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "char", + "name": "VolumeSeparatorChar", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "String", + "params": [ + { "name": "path", "typeName": "string" }, + { "name": "extension", "typeName": "string" } + ], + "isStatic": true, + "name": "ChangeExtension", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "path1", "typeName": "string" }, + { "name": "path2", "typeName": "string" } + ], + "isStatic": true, + "name": "Combine", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "path1", "typeName": "string" }, + { "name": "path2", "typeName": "string" }, + { "name": "path3", "typeName": "string" } + ], + "isStatic": true, + "name": "Combine", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "path1", "typeName": "string" }, + { "name": "path2", "typeName": "string" }, + { "name": "path3", "typeName": "string" }, + { "name": "path4", "typeName": "string" } + ], + "isStatic": true, + "name": "Combine", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "paths", "typeName": "string[]" }], + "isStatic": true, + "name": "Combine", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "path", "typeName": "string" }], + "isStatic": true, + "name": "GetDirectoryName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "path", "typeName": "string" }], + "isStatic": true, + "name": "GetExtension", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "path", "typeName": "string" }], + "isStatic": true, + "name": "GetFileName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "path", "typeName": "string" }], + "isStatic": true, + "name": "GetFileNameWithoutExtension", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "path", "typeName": "string" }], + "isStatic": true, + "name": "GetFullPath", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": true, + "name": "GetInvalidFileNameChars", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": true, + "name": "GetInvalidPathChars", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "path", "typeName": "string" }], + "isStatic": true, + "name": "GetPathRoot", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": true, + "name": "GetRandomFileName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": true, + "name": "GetTempFileName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": true, + "name": "GetTempPath", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "path", "typeName": "string" }], + "isStatic": true, + "name": "HasExtension", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "path", "typeName": "string" }], + "isStatic": true, + "name": "IsPathRooted", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "Path", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.IO", + "baseClass": "System.IO.IOException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "innerException", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "PathTooLongException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.IO", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.IO.SearchOption", + "name": "AllDirectories", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.IO.SearchOption", + "name": "TopDirectoryOnly", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.IO.SearchOption", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "SearchOption", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.IO", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.IO.SeekOrigin", + "name": "Begin", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.IO.SeekOrigin", + "name": "Current", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.IO.SeekOrigin", + "name": "End", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.IO.SeekOrigin", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "SeekOrigin", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.IO", + "baseClass": "System.MarshalByRefObject", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "System.IO.Stream", + "name": "Null", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "CanRead", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "CanSeek", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "CanTimeout", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "CanWrite", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "long", + "name": "Length", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "long", + "name": "Position", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "ReadTimeout", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "WriteTimeout", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "state", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginRead", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "state", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginWrite", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Close", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "destination", "typeName": "System.IO.Stream" }], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "destination", "typeName": "System.IO.Stream" }, + { "name": "bufferSize", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [{ "name": "destination", "typeName": "System.IO.Stream" }], + "isStatic": false, + "name": "CopyToAsync", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "destination", "typeName": "System.IO.Stream" }, + { "name": "bufferSize", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyToAsync", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "destination", "typeName": "System.IO.Stream" }, + { "name": "bufferSize", "typeName": "int" }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": false, + "name": "CopyToAsync", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "asyncResult", "typeName": "System.IAsyncResult" } + ], + "isStatic": false, + "name": "EndRead", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "asyncResult", "typeName": "System.IAsyncResult" } + ], + "isStatic": false, + "name": "EndWrite", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Flush", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [], + "isStatic": false, + "name": "FlushAsync", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": false, + "name": "FlushAsync", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "Read", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "ReadAsync", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": false, + "name": "ReadAsync", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "ReadByte", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int64", + "params": [ + { "name": "offset", "typeName": "long" }, + { "name": "origin", "typeName": "System.IO.SeekOrigin" } + ], + "isStatic": false, + "name": "Seek", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "long" }], + "isStatic": false, + "name": "SetLength", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Stream", + "params": [{ "name": "stream", "typeName": "System.IO.Stream" }], + "isStatic": true, + "name": "Synchronized", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "Write", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "WriteAsync", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": false, + "name": "WriteAsync", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "byte" }], + "isStatic": false, + "name": "WriteByte", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "Stream", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.IO", + "baseClass": "System.IO.TextReader", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "System.IO.StreamReader", + "name": "Null", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.IO.Stream", + "name": "BaseStream", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Text.Encoding", + "name": "CurrentEncoding", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "EndOfStream", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "stream", "typeName": "System.IO.Stream" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "stream", "typeName": "System.IO.Stream" }, + { "name": "detectEncodingFromByteOrderMarks", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "stream", "typeName": "System.IO.Stream" }, + { "name": "encoding", "typeName": "System.Text.Encoding" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "stream", "typeName": "System.IO.Stream" }, + { "name": "encoding", "typeName": "System.Text.Encoding" }, + { "name": "detectEncodingFromByteOrderMarks", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "stream", "typeName": "System.IO.Stream" }, + { "name": "encoding", "typeName": "System.Text.Encoding" }, + { "name": "detectEncodingFromByteOrderMarks", "typeName": "bool" }, + { "name": "bufferSize", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "stream", "typeName": "System.IO.Stream" }, + { "name": "encoding", "typeName": "System.Text.Encoding" }, + { "name": "detectEncodingFromByteOrderMarks", "typeName": "bool" }, + { "name": "bufferSize", "typeName": "int" }, + { "name": "leaveOpen", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "path", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "path", "typeName": "string" }, + { "name": "detectEncodingFromByteOrderMarks", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "path", "typeName": "string" }, + { "name": "encoding", "typeName": "System.Text.Encoding" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "path", "typeName": "string" }, + { "name": "encoding", "typeName": "System.Text.Encoding" }, + { "name": "detectEncodingFromByteOrderMarks", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "path", "typeName": "string" }, + { "name": "encoding", "typeName": "System.Text.Encoding" }, + { "name": "detectEncodingFromByteOrderMarks", "typeName": "bool" }, + { "name": "bufferSize", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Close", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "DiscardBufferedData", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "Peek", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "Read", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "buffer", "typeName": "char[]" }, + { "name": "index", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "Read", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "buffer", "typeName": "char[]" }, + { "name": "index", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "ReadAsync", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "buffer", "typeName": "char[]" }, + { "name": "index", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "ReadBlock", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "buffer", "typeName": "char[]" }, + { "name": "index", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "ReadBlockAsync", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ReadLine", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [], + "isStatic": false, + "name": "ReadLineAsync", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ReadToEnd", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [], + "isStatic": false, + "name": "ReadToEndAsync", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "StreamReader", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.IO", + "baseClass": "System.IO.TextWriter", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "System.Text.Encoding", + "name": "Encoding", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "formatProvider", "typeName": "System.IFormatProvider" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "sb", "typeName": "System.Text.StringBuilder" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "sb", "typeName": "System.Text.StringBuilder" }, + { "name": "formatProvider", "typeName": "System.IFormatProvider" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Close", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [], + "isStatic": false, + "name": "FlushAsync", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "StringBuilder", + "params": [], + "isStatic": false, + "name": "GetStringBuilder", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "char" }], + "isStatic": false, + "name": "Write", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "buffer", "typeName": "char[]" }, + { "name": "index", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "Write", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": false, + "name": "Write", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [{ "name": "value", "typeName": "char" }], + "isStatic": false, + "name": "WriteAsync", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "buffer", "typeName": "char[]" }, + { "name": "index", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "WriteAsync", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": false, + "name": "WriteAsync", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [{ "name": "value", "typeName": "char" }], + "isStatic": false, + "name": "WriteLineAsync", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "buffer", "typeName": "char[]" }, + { "name": "index", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "WriteLineAsync", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": false, + "name": "WriteLineAsync", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "StringWriter", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.IO", + "baseClass": "System.IO.TextWriter", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "System.IO.StreamWriter", + "name": "Null", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "AutoFlush", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.IO.Stream", + "name": "BaseStream", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Text.Encoding", + "name": "Encoding", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "stream", "typeName": "System.IO.Stream" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "stream", "typeName": "System.IO.Stream" }, + { "name": "encoding", "typeName": "System.Text.Encoding" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "stream", "typeName": "System.IO.Stream" }, + { "name": "encoding", "typeName": "System.Text.Encoding" }, + { "name": "bufferSize", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "stream", "typeName": "System.IO.Stream" }, + { "name": "encoding", "typeName": "System.Text.Encoding" }, + { "name": "bufferSize", "typeName": "int" }, + { "name": "leaveOpen", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "path", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "path", "typeName": "string" }, + { "name": "append", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "path", "typeName": "string" }, + { "name": "append", "typeName": "bool" }, + { "name": "encoding", "typeName": "System.Text.Encoding" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "path", "typeName": "string" }, + { "name": "append", "typeName": "bool" }, + { "name": "encoding", "typeName": "System.Text.Encoding" }, + { "name": "bufferSize", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Close", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Flush", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [], + "isStatic": false, + "name": "FlushAsync", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "char" }], + "isStatic": false, + "name": "Write", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "buffer", "typeName": "char[]" }], + "isStatic": false, + "name": "Write", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "buffer", "typeName": "char[]" }, + { "name": "index", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "Write", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": false, + "name": "Write", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [{ "name": "value", "typeName": "char" }], + "isStatic": false, + "name": "WriteAsync", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "buffer", "typeName": "char[]" }, + { "name": "index", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "WriteAsync", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": false, + "name": "WriteAsync", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [], + "isStatic": false, + "name": "WriteLineAsync", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [{ "name": "value", "typeName": "char" }], + "isStatic": false, + "name": "WriteLineAsync", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "buffer", "typeName": "char[]" }, + { "name": "index", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "WriteLineAsync", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": false, + "name": "WriteLineAsync", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "StreamWriter", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.IO", + "baseClass": "System.MarshalByRefObject", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "System.IO.TextReader", + "name": "Null", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Close", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "Peek", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "Read", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "buffer", "typeName": "char[]" }, + { "name": "index", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "Read", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "buffer", "typeName": "char[]" }, + { "name": "index", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "ReadAsync", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "buffer", "typeName": "char[]" }, + { "name": "index", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "ReadBlock", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "buffer", "typeName": "char[]" }, + { "name": "index", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "ReadBlockAsync", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ReadLine", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [], + "isStatic": false, + "name": "ReadLineAsync", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ReadToEnd", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [], + "isStatic": false, + "name": "ReadToEndAsync", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "TextReader", + "params": [{ "name": "reader", "typeName": "System.IO.TextReader" }], + "isStatic": true, + "name": "Synchronized", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "TextReader", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.IO", + "baseClass": "System.MarshalByRefObject", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "System.IO.TextWriter", + "name": "Null", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Text.Encoding", + "name": "Encoding", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.IFormatProvider", + "name": "FormatProvider", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "NewLine", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Close", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Flush", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [], + "isStatic": false, + "name": "FlushAsync", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "TextWriter", + "params": [{ "name": "writer", "typeName": "System.IO.TextWriter" }], + "isStatic": true, + "name": "Synchronized", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "bool" }], + "isStatic": false, + "name": "Write", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "char" }], + "isStatic": false, + "name": "Write", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "buffer", "typeName": "char[]" }], + "isStatic": false, + "name": "Write", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "buffer", "typeName": "char[]" }, + { "name": "index", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "Write", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "decimal" }], + "isStatic": false, + "name": "Write", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "double" }], + "isStatic": false, + "name": "Write", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "int" }], + "isStatic": false, + "name": "Write", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "long" }], + "isStatic": false, + "name": "Write", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "Write", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "float" }], + "isStatic": false, + "name": "Write", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": false, + "name": "Write", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "format", "typeName": "string" }, + { "name": "arg0", "typeName": "object" } + ], + "isStatic": false, + "name": "Write", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "format", "typeName": "string" }, + { "name": "arg0", "typeName": "object" }, + { "name": "arg1", "typeName": "object" } + ], + "isStatic": false, + "name": "Write", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "format", "typeName": "string" }, + { "name": "arg0", "typeName": "object" }, + { "name": "arg1", "typeName": "object" }, + { "name": "arg2", "typeName": "object" } + ], + "isStatic": false, + "name": "Write", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "format", "typeName": "string" }, + { "name": "arg", "typeName": "object[]" } + ], + "isStatic": false, + "name": "Write", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "uint" }], + "isStatic": false, + "name": "Write", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "ulong" }], + "isStatic": false, + "name": "Write", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [{ "name": "value", "typeName": "char" }], + "isStatic": false, + "name": "WriteAsync", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [{ "name": "buffer", "typeName": "char[]" }], + "isStatic": false, + "name": "WriteAsync", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "buffer", "typeName": "char[]" }, + { "name": "index", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "WriteAsync", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": false, + "name": "WriteAsync", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "WriteLine", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "bool" }], + "isStatic": false, + "name": "WriteLine", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "char" }], + "isStatic": false, + "name": "WriteLine", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "buffer", "typeName": "char[]" }], + "isStatic": false, + "name": "WriteLine", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "buffer", "typeName": "char[]" }, + { "name": "index", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "WriteLine", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "decimal" }], + "isStatic": false, + "name": "WriteLine", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "double" }], + "isStatic": false, + "name": "WriteLine", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "int" }], + "isStatic": false, + "name": "WriteLine", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "long" }], + "isStatic": false, + "name": "WriteLine", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "WriteLine", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "float" }], + "isStatic": false, + "name": "WriteLine", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": false, + "name": "WriteLine", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "format", "typeName": "string" }, + { "name": "arg0", "typeName": "object" } + ], + "isStatic": false, + "name": "WriteLine", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "format", "typeName": "string" }, + { "name": "arg0", "typeName": "object" }, + { "name": "arg1", "typeName": "object" } + ], + "isStatic": false, + "name": "WriteLine", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "format", "typeName": "string" }, + { "name": "arg0", "typeName": "object" }, + { "name": "arg1", "typeName": "object" }, + { "name": "arg2", "typeName": "object" } + ], + "isStatic": false, + "name": "WriteLine", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "format", "typeName": "string" }, + { "name": "arg", "typeName": "object[]" } + ], + "isStatic": false, + "name": "WriteLine", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "uint" }], + "isStatic": false, + "name": "WriteLine", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "ulong" }], + "isStatic": false, + "name": "WriteLine", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [], + "isStatic": false, + "name": "WriteLineAsync", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [{ "name": "value", "typeName": "char" }], + "isStatic": false, + "name": "WriteLineAsync", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [{ "name": "buffer", "typeName": "char[]" }], + "isStatic": false, + "name": "WriteLineAsync", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "buffer", "typeName": "char[]" }, + { "name": "index", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "WriteLineAsync", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": false, + "name": "WriteLineAsync", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "TextWriter", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.IO", + "baseClass": "object", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "bool", + "name": "CanRead", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "CanWrite", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "long", + "name": "Capacity", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "buffer", + "typeName": "System.Runtime.InteropServices.SafeBuffer" + }, + { "name": "offset", "typeName": "long" }, + { "name": "capacity", "typeName": "long" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "buffer", + "typeName": "System.Runtime.InteropServices.SafeBuffer" + }, + { "name": "offset", "typeName": "long" }, + { "name": "capacity", "typeName": "long" }, + { "name": "access", "typeName": "System.IO.FileAccess" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "position", "typeName": "long" }, + { "name": "array", "typeName": "T[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "ReadArray", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "position", "typeName": "long" }], + "isStatic": false, + "name": "ReadBoolean", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Byte", + "params": [{ "name": "position", "typeName": "long" }], + "isStatic": false, + "name": "ReadByte", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Char", + "params": [{ "name": "position", "typeName": "long" }], + "isStatic": false, + "name": "ReadChar", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Decimal", + "params": [{ "name": "position", "typeName": "long" }], + "isStatic": false, + "name": "ReadDecimal", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Double", + "params": [{ "name": "position", "typeName": "long" }], + "isStatic": false, + "name": "ReadDouble", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int16", + "params": [{ "name": "position", "typeName": "long" }], + "isStatic": false, + "name": "ReadInt16", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "position", "typeName": "long" }], + "isStatic": false, + "name": "ReadInt32", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int64", + "params": [{ "name": "position", "typeName": "long" }], + "isStatic": false, + "name": "ReadInt64", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SByte", + "params": [{ "name": "position", "typeName": "long" }], + "isStatic": false, + "name": "ReadSByte", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "position", "typeName": "long" }], + "isStatic": false, + "name": "ReadSingle", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UInt16", + "params": [{ "name": "position", "typeName": "long" }], + "isStatic": false, + "name": "ReadUInt16", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UInt32", + "params": [{ "name": "position", "typeName": "long" }], + "isStatic": false, + "name": "ReadUInt32", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UInt64", + "params": [{ "name": "position", "typeName": "long" }], + "isStatic": false, + "name": "ReadUInt64", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "position", "typeName": "long" }, + { "name": "structure", "typeName": "T" } + ], + "isStatic": false, + "name": "Read", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "position", "typeName": "long" }, + { "name": "value", "typeName": "bool" } + ], + "isStatic": false, + "name": "Write", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "position", "typeName": "long" }, + { "name": "value", "typeName": "byte" } + ], + "isStatic": false, + "name": "Write", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "position", "typeName": "long" }, + { "name": "value", "typeName": "char" } + ], + "isStatic": false, + "name": "Write", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "position", "typeName": "long" }, + { "name": "value", "typeName": "decimal" } + ], + "isStatic": false, + "name": "Write", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "position", "typeName": "long" }, + { "name": "value", "typeName": "double" } + ], + "isStatic": false, + "name": "Write", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "position", "typeName": "long" }, + { "name": "value", "typeName": "short" } + ], + "isStatic": false, + "name": "Write", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "position", "typeName": "long" }, + { "name": "value", "typeName": "int" } + ], + "isStatic": false, + "name": "Write", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "position", "typeName": "long" }, + { "name": "value", "typeName": "long" } + ], + "isStatic": false, + "name": "Write", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "position", "typeName": "long" }, + { "name": "value", "typeName": "sbyte" } + ], + "isStatic": false, + "name": "Write", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "position", "typeName": "long" }, + { "name": "value", "typeName": "float" } + ], + "isStatic": false, + "name": "Write", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "position", "typeName": "long" }, + { "name": "value", "typeName": "ushort" } + ], + "isStatic": false, + "name": "Write", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "position", "typeName": "long" }, + { "name": "value", "typeName": "uint" } + ], + "isStatic": false, + "name": "Write", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "position", "typeName": "long" }, + { "name": "value", "typeName": "ulong" } + ], + "isStatic": false, + "name": "Write", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "position", "typeName": "long" }, + { "name": "array", "typeName": "T[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "WriteArray", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "position", "typeName": "long" }, + { "name": "structure", "typeName": "T" } + ], + "isStatic": false, + "name": "Write", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "UnmanagedMemoryAccessor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.IO", + "baseClass": "System.IO.Stream", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "bool", + "name": "CanRead", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "CanSeek", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "CanWrite", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "long", + "name": "Capacity", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "long", + "name": "Length", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "long", + "name": "Position", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "byte*", + "name": "PositionPointer", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "pointer", "typeName": "byte*" }, + { "name": "length", "typeName": "long" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "pointer", "typeName": "byte*" }, + { "name": "length", "typeName": "long" }, + { "name": "capacity", "typeName": "long" }, + { "name": "access", "typeName": "System.IO.FileAccess" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "buffer", + "typeName": "System.Runtime.InteropServices.SafeBuffer" + }, + { "name": "offset", "typeName": "long" }, + { "name": "length", "typeName": "long" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "buffer", + "typeName": "System.Runtime.InteropServices.SafeBuffer" + }, + { "name": "offset", "typeName": "long" }, + { "name": "length", "typeName": "long" }, + { "name": "access", "typeName": "System.IO.FileAccess" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Flush", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": false, + "name": "FlushAsync", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "Read", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": false, + "name": "ReadAsync", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "ReadByte", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int64", + "params": [ + { "name": "offset", "typeName": "long" }, + { "name": "loc", "typeName": "System.IO.SeekOrigin" } + ], + "isStatic": false, + "name": "Seek", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "long" }], + "isStatic": false, + "name": "SetLength", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "Write", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": false, + "name": "WriteAsync", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "byte" }], + "isStatic": false, + "name": "WriteByte", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "UnmanagedMemoryStream", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.IO", + "baseClass": "System.EventArgs", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.IO.WatcherChangeTypes", + "name": "ChangeType", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "FullPath", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "changeType", + "typeName": "System.IO.WatcherChangeTypes" + }, + { "name": "directory", "typeName": "string" }, + { "name": "name", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "FileSystemEventArgs", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.IO", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "sender", "typeName": "object" }, + { "name": "e", "typeName": "System.IO.FileSystemEventArgs" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "sender", "typeName": "object" }, + { "name": "e", "typeName": "System.IO.FileSystemEventArgs" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "System.dll" + } + ], + "name": "FileSystemEventHandler", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.IO", + "baseClass": "System.ComponentModel.Component", + "attribute": "", + "interfaces": ["IComponent", "IDisposable", "ISupportInitialize"], + "fields": [ + { + "typeName": "bool", + "name": "EnableRaisingEvents", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "Filter", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "IncludeSubdirectories", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "InternalBufferSize", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.IO.NotifyFilters", + "name": "NotifyFilter", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "Path", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.ISite", + "name": "Site", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.ComponentModel.ISynchronizeInvoke", + "name": "SynchronizingObject", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.IO.FileSystemEventHandler", + "name": "Changed", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.IO.FileSystemEventHandler", + "name": "Created", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.IO.FileSystemEventHandler", + "name": "Deleted", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.IO.ErrorEventHandler", + "name": "Error", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.IO.RenamedEventHandler", + "name": "Renamed", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "path", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "path", "typeName": "string" }, + { "name": "filter", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "System.IO.FileSystemEventHandler" } + ], + "isStatic": false, + "name": "add_Changed", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "System.IO.FileSystemEventHandler" } + ], + "isStatic": false, + "name": "remove_Changed", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "System.IO.FileSystemEventHandler" } + ], + "isStatic": false, + "name": "add_Created", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "System.IO.FileSystemEventHandler" } + ], + "isStatic": false, + "name": "remove_Created", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "System.IO.FileSystemEventHandler" } + ], + "isStatic": false, + "name": "add_Deleted", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "System.IO.FileSystemEventHandler" } + ], + "isStatic": false, + "name": "remove_Deleted", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "System.IO.ErrorEventHandler" } + ], + "isStatic": false, + "name": "add_Error", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "System.IO.ErrorEventHandler" } + ], + "isStatic": false, + "name": "remove_Error", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "System.IO.RenamedEventHandler" } + ], + "isStatic": false, + "name": "add_Renamed", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "System.IO.RenamedEventHandler" } + ], + "isStatic": false, + "name": "remove_Renamed", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "BeginInit", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "EndInit", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "WaitForChangedResult", + "params": [ + { "name": "changeType", "typeName": "System.IO.WatcherChangeTypes" } + ], + "isStatic": false, + "name": "WaitForChanged", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "WaitForChangedResult", + "params": [ + { + "name": "changeType", + "typeName": "System.IO.WatcherChangeTypes" + }, + { "name": "timeout", "typeName": "int" } + ], + "isStatic": false, + "name": "WaitForChanged", + "comment": "", + "location": "System.dll" + } + ], + "name": "FileSystemWatcher", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.IO", + "baseClass": "System.SystemException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "inner", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "InternalBufferOverflowException", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.IO", + "baseClass": "System.SystemException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "innerException", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "InvalidDataException", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.IO", + "baseClass": "System.ComponentModel.DescriptionAttribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "string", + "name": "Description", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "description", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "IODescriptionAttribute", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.IO", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.IO.NotifyFilters", + "name": "Attributes", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.IO.NotifyFilters", + "name": "CreationTime", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.IO.NotifyFilters", + "name": "DirectoryName", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.IO.NotifyFilters", + "name": "FileName", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.IO.NotifyFilters", + "name": "LastAccess", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.IO.NotifyFilters", + "name": "LastWrite", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.IO.NotifyFilters", + "name": "Security", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.IO.NotifyFilters", + "name": "Size", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.IO.NotifyFilters", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "NotifyFilters", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.IO", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "sender", "typeName": "object" }, + { "name": "e", "typeName": "System.IO.RenamedEventArgs" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "sender", "typeName": "object" }, + { "name": "e", "typeName": "System.IO.RenamedEventArgs" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "System.dll" + } + ], + "name": "RenamedEventHandler", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.IO", + "baseClass": "System.IO.FileSystemEventArgs", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "OldFullPath", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "OldName", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "changeType", + "typeName": "System.IO.WatcherChangeTypes" + }, + { "name": "directory", "typeName": "string" }, + { "name": "name", "typeName": "string" }, + { "name": "oldName", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "RenamedEventArgs", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.IO", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.IO.WatcherChangeTypes", + "name": "ChangeType", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "OldName", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "TimedOut", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "WaitForChangedResult", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.IO", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.IO.WatcherChangeTypes", + "name": "All", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.IO.WatcherChangeTypes", + "name": "Changed", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.IO.WatcherChangeTypes", + "name": "Created", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.IO.WatcherChangeTypes", + "name": "Deleted", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.IO.WatcherChangeTypes", + "name": "Renamed", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.IO.WatcherChangeTypes", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "WatcherChangeTypes", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.IO.IsolatedStorage", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Object", + "params": [], + "isStatic": false, + "name": "Normalize", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "INormalizeForIsolatedStorage", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.IO.IsolatedStorage", + "baseClass": "System.MarshalByRefObject", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "object", + "name": "ApplicationIdentity", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "object", + "name": "AssemblyIdentity", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "long", + "name": "AvailableFreeSpace", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "ulong", + "name": "CurrentSize", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "object", + "name": "DomainIdentity", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "ulong", + "name": "MaximumSize", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "long", + "name": "Quota", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.IO.IsolatedStorage.IsolatedStorageScope", + "name": "Scope", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "long", + "name": "UsedSize", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [{ "name": "newQuotaSize", "typeName": "long" }], + "isStatic": false, + "name": "IncreaseQuotaTo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "IsolatedStorage", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.IO.IsolatedStorage", + "baseClass": "System.Exception", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "inner", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "IsolatedStorageException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.IO.IsolatedStorage", + "baseClass": "System.IO.IsolatedStorage.IsolatedStorage", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "long", + "name": "AvailableFreeSpace", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "ulong", + "name": "CurrentSize", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsEnabled", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "ulong", + "name": "MaximumSize", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "long", + "name": "Quota", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "long", + "name": "UsedSize", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Close", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "sourceFileName", "typeName": "string" }, + { "name": "destinationFileName", "typeName": "string" } + ], + "isStatic": false, + "name": "CopyFile", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "sourceFileName", "typeName": "string" }, + { "name": "destinationFileName", "typeName": "string" }, + { "name": "overwrite", "typeName": "bool" } + ], + "isStatic": false, + "name": "CopyFile", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "dir", "typeName": "string" }], + "isStatic": false, + "name": "CreateDirectory", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IsolatedStorageFileStream", + "params": [{ "name": "path", "typeName": "string" }], + "isStatic": false, + "name": "CreateFile", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "dir", "typeName": "string" }], + "isStatic": false, + "name": "DeleteDirectory", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "file", "typeName": "string" }], + "isStatic": false, + "name": "DeleteFile", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "path", "typeName": "string" }], + "isStatic": false, + "name": "DirectoryExists", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "path", "typeName": "string" }], + "isStatic": false, + "name": "FileExists", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTimeOffset", + "params": [{ "name": "path", "typeName": "string" }], + "isStatic": false, + "name": "GetCreationTime", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetDirectoryNames", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "searchPattern", "typeName": "string" }], + "isStatic": false, + "name": "GetDirectoryNames", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IEnumerator", + "params": [ + { + "name": "scope", + "typeName": "System.IO.IsolatedStorage.IsolatedStorageScope" + } + ], + "isStatic": true, + "name": "GetEnumerator", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetFileNames", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "searchPattern", "typeName": "string" }], + "isStatic": false, + "name": "GetFileNames", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTimeOffset", + "params": [{ "name": "path", "typeName": "string" }], + "isStatic": false, + "name": "GetLastAccessTime", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTimeOffset", + "params": [{ "name": "path", "typeName": "string" }], + "isStatic": false, + "name": "GetLastWriteTime", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IsolatedStorageFile", + "params": [], + "isStatic": true, + "name": "GetMachineStoreForApplication", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IsolatedStorageFile", + "params": [], + "isStatic": true, + "name": "GetMachineStoreForAssembly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IsolatedStorageFile", + "params": [], + "isStatic": true, + "name": "GetMachineStoreForDomain", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IsolatedStorageFile", + "params": [ + { + "name": "scope", + "typeName": "System.IO.IsolatedStorage.IsolatedStorageScope" + }, + { "name": "applicationIdentity", "typeName": "object" } + ], + "isStatic": true, + "name": "GetStore", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IsolatedStorageFile", + "params": [ + { + "name": "scope", + "typeName": "System.IO.IsolatedStorage.IsolatedStorageScope" + }, + { "name": "domainIdentity", "typeName": "object" }, + { "name": "assemblyIdentity", "typeName": "object" } + ], + "isStatic": true, + "name": "GetStore", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IsolatedStorageFile", + "params": [ + { + "name": "scope", + "typeName": "System.IO.IsolatedStorage.IsolatedStorageScope" + }, + { + "name": "domainEvidence", + "typeName": "System.Security.Policy.Evidence" + }, + { "name": "domainEvidenceType", "typeName": "System.Type" }, + { + "name": "assemblyEvidence", + "typeName": "System.Security.Policy.Evidence" + }, + { "name": "assemblyEvidenceType", "typeName": "System.Type" } + ], + "isStatic": true, + "name": "GetStore", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IsolatedStorageFile", + "params": [ + { + "name": "scope", + "typeName": "System.IO.IsolatedStorage.IsolatedStorageScope" + }, + { "name": "applicationEvidenceType", "typeName": "System.Type" } + ], + "isStatic": true, + "name": "GetStore", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IsolatedStorageFile", + "params": [ + { + "name": "scope", + "typeName": "System.IO.IsolatedStorage.IsolatedStorageScope" + }, + { "name": "domainEvidenceType", "typeName": "System.Type" }, + { "name": "assemblyEvidenceType", "typeName": "System.Type" } + ], + "isStatic": true, + "name": "GetStore", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IsolatedStorageFile", + "params": [], + "isStatic": true, + "name": "GetUserStoreForApplication", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IsolatedStorageFile", + "params": [], + "isStatic": true, + "name": "GetUserStoreForAssembly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IsolatedStorageFile", + "params": [], + "isStatic": true, + "name": "GetUserStoreForDomain", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IsolatedStorageFile", + "params": [], + "isStatic": true, + "name": "GetUserStoreForSite", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "newQuotaSize", "typeName": "long" }], + "isStatic": false, + "name": "IncreaseQuotaTo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "sourceDirectoryName", "typeName": "string" }, + { "name": "destinationDirectoryName", "typeName": "string" } + ], + "isStatic": false, + "name": "MoveDirectory", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "sourceFileName", "typeName": "string" }, + { "name": "destinationFileName", "typeName": "string" } + ], + "isStatic": false, + "name": "MoveFile", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IsolatedStorageFileStream", + "params": [ + { "name": "path", "typeName": "string" }, + { "name": "mode", "typeName": "System.IO.FileMode" } + ], + "isStatic": false, + "name": "OpenFile", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IsolatedStorageFileStream", + "params": [ + { "name": "path", "typeName": "string" }, + { "name": "mode", "typeName": "System.IO.FileMode" }, + { "name": "access", "typeName": "System.IO.FileAccess" } + ], + "isStatic": false, + "name": "OpenFile", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IsolatedStorageFileStream", + "params": [ + { "name": "path", "typeName": "string" }, + { "name": "mode", "typeName": "System.IO.FileMode" }, + { "name": "access", "typeName": "System.IO.FileAccess" }, + { "name": "share", "typeName": "System.IO.FileShare" } + ], + "isStatic": false, + "name": "OpenFile", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "scope", + "typeName": "System.IO.IsolatedStorage.IsolatedStorageScope" + } + ], + "isStatic": true, + "name": "Remove", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "IsolatedStorageFile", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.IO.IsolatedStorage", + "baseClass": "System.IO.FileStream", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "bool", + "name": "CanRead", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "CanSeek", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "CanWrite", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.IntPtr", + "name": "Handle", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsAsync", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "long", + "name": "Length", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "long", + "name": "Position", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "Microsoft.Win32.SafeHandles.SafeFileHandle", + "name": "SafeFileHandle", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "path", "typeName": "string" }, + { "name": "mode", "typeName": "System.IO.FileMode" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "path", "typeName": "string" }, + { "name": "mode", "typeName": "System.IO.FileMode" }, + { "name": "access", "typeName": "System.IO.FileAccess" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "path", "typeName": "string" }, + { "name": "mode", "typeName": "System.IO.FileMode" }, + { "name": "access", "typeName": "System.IO.FileAccess" }, + { "name": "share", "typeName": "System.IO.FileShare" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "path", "typeName": "string" }, + { "name": "mode", "typeName": "System.IO.FileMode" }, + { "name": "access", "typeName": "System.IO.FileAccess" }, + { "name": "share", "typeName": "System.IO.FileShare" }, + { "name": "bufferSize", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "path", "typeName": "string" }, + { "name": "mode", "typeName": "System.IO.FileMode" }, + { "name": "access", "typeName": "System.IO.FileAccess" }, + { "name": "share", "typeName": "System.IO.FileShare" }, + { "name": "bufferSize", "typeName": "int" }, + { + "name": "isf", + "typeName": "System.IO.IsolatedStorage.IsolatedStorageFile" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "path", "typeName": "string" }, + { "name": "mode", "typeName": "System.IO.FileMode" }, + { "name": "access", "typeName": "System.IO.FileAccess" }, + { "name": "share", "typeName": "System.IO.FileShare" }, + { + "name": "isf", + "typeName": "System.IO.IsolatedStorage.IsolatedStorageFile" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "path", "typeName": "string" }, + { "name": "mode", "typeName": "System.IO.FileMode" }, + { "name": "access", "typeName": "System.IO.FileAccess" }, + { + "name": "isf", + "typeName": "System.IO.IsolatedStorage.IsolatedStorageFile" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "path", "typeName": "string" }, + { "name": "mode", "typeName": "System.IO.FileMode" }, + { + "name": "isf", + "typeName": "System.IO.IsolatedStorage.IsolatedStorageFile" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "numBytes", "typeName": "int" }, + { "name": "userCallback", "typeName": "System.AsyncCallback" }, + { "name": "stateObject", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginRead", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "numBytes", "typeName": "int" }, + { "name": "userCallback", "typeName": "System.AsyncCallback" }, + { "name": "stateObject", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginWrite", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "asyncResult", "typeName": "System.IAsyncResult" } + ], + "isStatic": false, + "name": "EndRead", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "asyncResult", "typeName": "System.IAsyncResult" } + ], + "isStatic": false, + "name": "EndWrite", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Flush", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "flushToDisk", "typeName": "bool" }], + "isStatic": false, + "name": "Flush", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "position", "typeName": "long" }, + { "name": "length", "typeName": "long" } + ], + "isStatic": false, + "name": "Lock", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "Read", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "ReadByte", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int64", + "params": [ + { "name": "offset", "typeName": "long" }, + { "name": "origin", "typeName": "System.IO.SeekOrigin" } + ], + "isStatic": false, + "name": "Seek", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "long" }], + "isStatic": false, + "name": "SetLength", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "position", "typeName": "long" }, + { "name": "length", "typeName": "long" } + ], + "isStatic": false, + "name": "Unlock", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "Write", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "byte" }], + "isStatic": false, + "name": "WriteByte", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "IsolatedStorageFileStream", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.IO.IsolatedStorage", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.IO.IsolatedStorage.IsolatedStorageScope", + "name": "Application", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.IO.IsolatedStorage.IsolatedStorageScope", + "name": "Assembly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.IO.IsolatedStorage.IsolatedStorageScope", + "name": "Domain", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.IO.IsolatedStorage.IsolatedStorageScope", + "name": "Machine", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.IO.IsolatedStorage.IsolatedStorageScope", + "name": "None", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.IO.IsolatedStorage.IsolatedStorageScope", + "name": "Roaming", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.IO.IsolatedStorage.IsolatedStorageScope", + "name": "User", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.IO.IsolatedStorage.IsolatedStorageScope", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "IsolatedStorageScope", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.IO.IsolatedStorage", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.IO.IsolatedStorage.IsolatedStorageSecurityOptions", + "name": "IncreaseQuotaForApplication", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.IO.IsolatedStorage.IsolatedStorageSecurityOptions", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "IsolatedStorageSecurityOptions", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.IO.IsolatedStorage", + "baseClass": "System.Security.SecurityState", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.IO.IsolatedStorage.IsolatedStorageSecurityOptions", + "name": "Options", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "long", + "name": "Quota", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "long", + "name": "UsedSize", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "EnsureState", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "IsolatedStorageSecurityState", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.IO.Ports", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.IO.Ports.Handshake", + "name": "None", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.IO.Ports.Handshake", + "name": "RequestToSend", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.IO.Ports.Handshake", + "name": "RequestToSendXOnXOff", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.IO.Ports.Handshake", + "name": "XOnXOff", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.IO.Ports.Handshake", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "Handshake", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.IO.Ports", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.IO.Ports.Parity", + "name": "Even", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.IO.Ports.Parity", + "name": "Mark", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.IO.Ports.Parity", + "name": "None", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.IO.Ports.Parity", + "name": "Odd", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.IO.Ports.Parity", + "name": "Space", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.IO.Ports.Parity", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "Parity", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.IO.Ports", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.IO.Ports.SerialData", + "name": "Chars", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.IO.Ports.SerialData", + "name": "Eof", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.IO.Ports.SerialData", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "SerialData", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.IO.Ports", + "baseClass": "System.EventArgs", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.IO.Ports.SerialData", + "name": "EventType", + "comment": "", + "location": "System.dll" + } + ], + "methods": [], + "name": "SerialDataReceivedEventArgs", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.IO.Ports", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "sender", "typeName": "object" }, + { + "name": "e", + "typeName": "System.IO.Ports.SerialDataReceivedEventArgs" + } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "sender", "typeName": "object" }, + { + "name": "e", + "typeName": "System.IO.Ports.SerialDataReceivedEventArgs" + }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "System.dll" + } + ], + "name": "SerialDataReceivedEventHandler", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.IO.Ports", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.IO.Ports.SerialError", + "name": "Frame", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.IO.Ports.SerialError", + "name": "Overrun", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.IO.Ports.SerialError", + "name": "RXOver", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.IO.Ports.SerialError", + "name": "RXParity", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.IO.Ports.SerialError", + "name": "TXFull", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.IO.Ports.SerialError", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "SerialError", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.IO.Ports", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "sender", "typeName": "object" }, + { + "name": "e", + "typeName": "System.IO.Ports.SerialErrorReceivedEventArgs" + } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "sender", "typeName": "object" }, + { + "name": "e", + "typeName": "System.IO.Ports.SerialErrorReceivedEventArgs" + }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "System.dll" + } + ], + "name": "SerialErrorReceivedEventHandler", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.IO.Ports", + "baseClass": "System.EventArgs", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.IO.Ports.SerialError", + "name": "EventType", + "comment": "", + "location": "System.dll" + } + ], + "methods": [], + "name": "SerialErrorReceivedEventArgs", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.IO.Ports", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.IO.Ports.SerialPinChange", + "name": "Break", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.IO.Ports.SerialPinChange", + "name": "CDChanged", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.IO.Ports.SerialPinChange", + "name": "CtsChanged", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.IO.Ports.SerialPinChange", + "name": "DsrChanged", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.IO.Ports.SerialPinChange", + "name": "Ring", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.IO.Ports.SerialPinChange", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "SerialPinChange", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.IO.Ports", + "baseClass": "System.EventArgs", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.IO.Ports.SerialPinChange", + "name": "EventType", + "comment": "", + "location": "System.dll" + } + ], + "methods": [], + "name": "SerialPinChangedEventArgs", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.IO.Ports", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "sender", "typeName": "object" }, + { + "name": "e", + "typeName": "System.IO.Ports.SerialPinChangedEventArgs" + } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "sender", "typeName": "object" }, + { + "name": "e", + "typeName": "System.IO.Ports.SerialPinChangedEventArgs" + }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "System.dll" + } + ], + "name": "SerialPinChangedEventHandler", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.IO.Ports", + "baseClass": "System.ComponentModel.Component", + "attribute": "", + "interfaces": ["IComponent", "IDisposable"], + "fields": [ + { + "typeName": "int", + "name": "InfiniteTimeout", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.IO.Stream", + "name": "BaseStream", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "BaudRate", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "BreakState", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "BytesToRead", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "BytesToWrite", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "CDHolding", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "CtsHolding", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "DataBits", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "DiscardNull", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "DsrHolding", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "DtrEnable", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Text.Encoding", + "name": "Encoding", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.IO.Ports.Handshake", + "name": "Handshake", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "IsOpen", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "NewLine", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.IO.Ports.Parity", + "name": "Parity", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "byte", + "name": "ParityReplace", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "PortName", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "ReadBufferSize", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "ReadTimeout", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "ReceivedBytesThreshold", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "RtsEnable", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.IO.Ports.StopBits", + "name": "StopBits", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "WriteBufferSize", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "WriteTimeout", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.IO.Ports.SerialDataReceivedEventHandler", + "name": "DataReceived", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.IO.Ports.SerialErrorReceivedEventHandler", + "name": "ErrorReceived", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.IO.Ports.SerialPinChangedEventHandler", + "name": "PinChanged", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "container", + "typeName": "System.ComponentModel.IContainer" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "portName", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "portName", "typeName": "string" }, + { "name": "baudRate", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "portName", "typeName": "string" }, + { "name": "baudRate", "typeName": "int" }, + { "name": "parity", "typeName": "System.IO.Ports.Parity" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "portName", "typeName": "string" }, + { "name": "baudRate", "typeName": "int" }, + { "name": "parity", "typeName": "System.IO.Ports.Parity" }, + { "name": "dataBits", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "portName", "typeName": "string" }, + { "name": "baudRate", "typeName": "int" }, + { "name": "parity", "typeName": "System.IO.Ports.Parity" }, + { "name": "dataBits", "typeName": "int" }, + { "name": "stopBits", "typeName": "System.IO.Ports.StopBits" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.IO.Ports.SerialDataReceivedEventHandler" + } + ], + "isStatic": false, + "name": "add_DataReceived", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.IO.Ports.SerialDataReceivedEventHandler" + } + ], + "isStatic": false, + "name": "remove_DataReceived", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.IO.Ports.SerialErrorReceivedEventHandler" + } + ], + "isStatic": false, + "name": "add_ErrorReceived", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.IO.Ports.SerialErrorReceivedEventHandler" + } + ], + "isStatic": false, + "name": "remove_ErrorReceived", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.IO.Ports.SerialPinChangedEventHandler" + } + ], + "isStatic": false, + "name": "add_PinChanged", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.IO.Ports.SerialPinChangedEventHandler" + } + ], + "isStatic": false, + "name": "remove_PinChanged", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Close", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "DiscardInBuffer", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "DiscardOutBuffer", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": true, + "name": "GetPortNames", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Open", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "Read", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "buffer", "typeName": "char[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "Read", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "ReadByte", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "ReadChar", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ReadExisting", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ReadLine", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": false, + "name": "ReadTo", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "Write", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "buffer", "typeName": "char[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "Write", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "text", "typeName": "string" }], + "isStatic": false, + "name": "Write", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "text", "typeName": "string" }], + "isStatic": false, + "name": "WriteLine", + "comment": "", + "location": "System.dll" + } + ], + "name": "SerialPort", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.IO.Ports", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.IO.Ports.StopBits", + "name": "None", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.IO.Ports.StopBits", + "name": "One", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.IO.Ports.StopBits", + "name": "OnePointFive", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.IO.Ports.StopBits", + "name": "Two", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.IO.Ports.StopBits", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "StopBits", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.IO.Pipes", + "baseClass": "System.IO.Pipes.PipeStream", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "System.IO.Pipes.PipeTransmissionMode", + "name": "ReadMode", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.IO.Pipes.PipeTransmissionMode", + "name": "TransmissionMode", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "direction", + "typeName": "System.IO.Pipes.PipeDirection" + }, + { + "name": "safePipeHandle", + "typeName": "Microsoft.Win32.SafeHandles.SafePipeHandle" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "direction", + "typeName": "System.IO.Pipes.PipeDirection" + }, + { "name": "pipeHandleAsString", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "pipeHandleAsString", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "AnonymousPipeClientStream", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.IO.Pipes", + "baseClass": "System.IO.Pipes.PipeStream", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "Microsoft.Win32.SafeHandles.SafePipeHandle", + "name": "ClientSafePipeHandle", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.IO.Pipes.PipeTransmissionMode", + "name": "ReadMode", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.IO.Pipes.PipeTransmissionMode", + "name": "TransmissionMode", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "direction", "typeName": "System.IO.Pipes.PipeDirection" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "direction", + "typeName": "System.IO.Pipes.PipeDirection" + }, + { + "name": "serverSafePipeHandle", + "typeName": "Microsoft.Win32.SafeHandles.SafePipeHandle" + }, + { + "name": "clientSafePipeHandle", + "typeName": "Microsoft.Win32.SafeHandles.SafePipeHandle" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "direction", + "typeName": "System.IO.Pipes.PipeDirection" + }, + { + "name": "inheritability", + "typeName": "System.IO.HandleInheritability" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "direction", + "typeName": "System.IO.Pipes.PipeDirection" + }, + { + "name": "inheritability", + "typeName": "System.IO.HandleInheritability" + }, + { "name": "bufferSize", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "direction", + "typeName": "System.IO.Pipes.PipeDirection" + }, + { + "name": "inheritability", + "typeName": "System.IO.HandleInheritability" + }, + { "name": "bufferSize", "typeName": "int" }, + { + "name": "pipeSecurity", + "typeName": "System.IO.Pipes.PipeSecurity" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "DisposeLocalCopyOfClientHandle", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "GetClientHandleAsString", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "AnonymousPipeServerStream", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.IO.Pipes", + "baseClass": "System.IO.Pipes.PipeStream", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "int", + "name": "NumberOfServerInstances", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "direction", + "typeName": "System.IO.Pipes.PipeDirection" + }, + { "name": "isAsync", "typeName": "bool" }, + { "name": "isConnected", "typeName": "bool" }, + { + "name": "safePipeHandle", + "typeName": "Microsoft.Win32.SafeHandles.SafePipeHandle" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "pipeName", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "serverName", "typeName": "string" }, + { "name": "pipeName", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "serverName", "typeName": "string" }, + { "name": "pipeName", "typeName": "string" }, + { + "name": "desiredAccessRights", + "typeName": "System.IO.Pipes.PipeAccessRights" + }, + { "name": "options", "typeName": "System.IO.Pipes.PipeOptions" }, + { + "name": "impersonationLevel", + "typeName": "System.Security.Principal.TokenImpersonationLevel" + }, + { + "name": "inheritability", + "typeName": "System.IO.HandleInheritability" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "serverName", "typeName": "string" }, + { "name": "pipeName", "typeName": "string" }, + { "name": "direction", "typeName": "System.IO.Pipes.PipeDirection" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "serverName", "typeName": "string" }, + { "name": "pipeName", "typeName": "string" }, + { + "name": "direction", + "typeName": "System.IO.Pipes.PipeDirection" + }, + { "name": "options", "typeName": "System.IO.Pipes.PipeOptions" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "serverName", "typeName": "string" }, + { "name": "pipeName", "typeName": "string" }, + { + "name": "direction", + "typeName": "System.IO.Pipes.PipeDirection" + }, + { "name": "options", "typeName": "System.IO.Pipes.PipeOptions" }, + { + "name": "impersonationLevel", + "typeName": "System.Security.Principal.TokenImpersonationLevel" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "serverName", "typeName": "string" }, + { "name": "pipeName", "typeName": "string" }, + { + "name": "direction", + "typeName": "System.IO.Pipes.PipeDirection" + }, + { "name": "options", "typeName": "System.IO.Pipes.PipeOptions" }, + { + "name": "impersonationLevel", + "typeName": "System.Security.Principal.TokenImpersonationLevel" + }, + { + "name": "inheritability", + "typeName": "System.IO.HandleInheritability" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Connect", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "timeout", "typeName": "int" }], + "isStatic": false, + "name": "Connect", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Task", + "params": [], + "isStatic": false, + "name": "ConnectAsync", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Task", + "params": [{ "name": "timeout", "typeName": "int" }], + "isStatic": false, + "name": "ConnectAsync", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "timeout", "typeName": "int" }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": false, + "name": "ConnectAsync", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": false, + "name": "ConnectAsync", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "NamedPipeClientStream", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.IO.Compression", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.IO.Compression.CompressionLevel", + "name": "Fastest", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.IO.Compression.CompressionLevel", + "name": "NoCompression", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.IO.Compression.CompressionLevel", + "name": "Optimal", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.IO.Compression.CompressionLevel", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "CompressionLevel", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.IO.Pipes", + "baseClass": "System.IO.Pipes.PipeStream", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "int", + "name": "MaxAllowedServerInstances", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "direction", + "typeName": "System.IO.Pipes.PipeDirection" + }, + { "name": "isAsync", "typeName": "bool" }, + { "name": "isConnected", "typeName": "bool" }, + { + "name": "safePipeHandle", + "typeName": "Microsoft.Win32.SafeHandles.SafePipeHandle" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "pipeName", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "pipeName", "typeName": "string" }, + { "name": "direction", "typeName": "System.IO.Pipes.PipeDirection" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "pipeName", "typeName": "string" }, + { + "name": "direction", + "typeName": "System.IO.Pipes.PipeDirection" + }, + { "name": "maxNumberOfServerInstances", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "pipeName", "typeName": "string" }, + { + "name": "direction", + "typeName": "System.IO.Pipes.PipeDirection" + }, + { "name": "maxNumberOfServerInstances", "typeName": "int" }, + { + "name": "transmissionMode", + "typeName": "System.IO.Pipes.PipeTransmissionMode" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "pipeName", "typeName": "string" }, + { + "name": "direction", + "typeName": "System.IO.Pipes.PipeDirection" + }, + { "name": "maxNumberOfServerInstances", "typeName": "int" }, + { + "name": "transmissionMode", + "typeName": "System.IO.Pipes.PipeTransmissionMode" + }, + { "name": "options", "typeName": "System.IO.Pipes.PipeOptions" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "pipeName", "typeName": "string" }, + { + "name": "direction", + "typeName": "System.IO.Pipes.PipeDirection" + }, + { "name": "maxNumberOfServerInstances", "typeName": "int" }, + { + "name": "transmissionMode", + "typeName": "System.IO.Pipes.PipeTransmissionMode" + }, + { "name": "options", "typeName": "System.IO.Pipes.PipeOptions" }, + { "name": "inBufferSize", "typeName": "int" }, + { "name": "outBufferSize", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "pipeName", "typeName": "string" }, + { + "name": "direction", + "typeName": "System.IO.Pipes.PipeDirection" + }, + { "name": "maxNumberOfServerInstances", "typeName": "int" }, + { + "name": "transmissionMode", + "typeName": "System.IO.Pipes.PipeTransmissionMode" + }, + { "name": "options", "typeName": "System.IO.Pipes.PipeOptions" }, + { "name": "inBufferSize", "typeName": "int" }, + { "name": "outBufferSize", "typeName": "int" }, + { + "name": "pipeSecurity", + "typeName": "System.IO.Pipes.PipeSecurity" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "pipeName", "typeName": "string" }, + { + "name": "direction", + "typeName": "System.IO.Pipes.PipeDirection" + }, + { "name": "maxNumberOfServerInstances", "typeName": "int" }, + { + "name": "transmissionMode", + "typeName": "System.IO.Pipes.PipeTransmissionMode" + }, + { "name": "options", "typeName": "System.IO.Pipes.PipeOptions" }, + { "name": "inBufferSize", "typeName": "int" }, + { "name": "outBufferSize", "typeName": "int" }, + { + "name": "pipeSecurity", + "typeName": "System.IO.Pipes.PipeSecurity" + }, + { + "name": "inheritability", + "typeName": "System.IO.HandleInheritability" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "pipeName", "typeName": "string" }, + { + "name": "direction", + "typeName": "System.IO.Pipes.PipeDirection" + }, + { "name": "maxNumberOfServerInstances", "typeName": "int" }, + { + "name": "transmissionMode", + "typeName": "System.IO.Pipes.PipeTransmissionMode" + }, + { "name": "options", "typeName": "System.IO.Pipes.PipeOptions" }, + { "name": "inBufferSize", "typeName": "int" }, + { "name": "outBufferSize", "typeName": "int" }, + { + "name": "pipeSecurity", + "typeName": "System.IO.Pipes.PipeSecurity" + }, + { + "name": "inheritability", + "typeName": "System.IO.HandleInheritability" + }, + { + "name": "additionalAccessRights", + "typeName": "System.IO.Pipes.PipeAccessRights" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "state", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginWaitForConnection", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Disconnect", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "asyncResult", "typeName": "System.IAsyncResult" } + ], + "isStatic": false, + "name": "EndWaitForConnection", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "GetImpersonationUserName", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "impersonationWorker", + "typeName": "System.IO.Pipes.PipeStreamImpersonationWorker" + } + ], + "isStatic": false, + "name": "RunAsClient", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "WaitForConnection", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Task", + "params": [], + "isStatic": false, + "name": "WaitForConnectionAsync", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": false, + "name": "WaitForConnectionAsync", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "NamedPipeServerStream", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.IO.Pipes", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.IO.Pipes.PipeAccessRights", + "name": "AccessSystemSecurity", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.IO.Pipes.PipeAccessRights", + "name": "ChangePermissions", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.IO.Pipes.PipeAccessRights", + "name": "CreateNewInstance", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.IO.Pipes.PipeAccessRights", + "name": "Delete", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.IO.Pipes.PipeAccessRights", + "name": "FullControl", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.IO.Pipes.PipeAccessRights", + "name": "Read", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.IO.Pipes.PipeAccessRights", + "name": "ReadAttributes", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.IO.Pipes.PipeAccessRights", + "name": "ReadData", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.IO.Pipes.PipeAccessRights", + "name": "ReadExtendedAttributes", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.IO.Pipes.PipeAccessRights", + "name": "ReadPermissions", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.IO.Pipes.PipeAccessRights", + "name": "ReadWrite", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.IO.Pipes.PipeAccessRights", + "name": "Synchronize", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.IO.Pipes.PipeAccessRights", + "name": "TakeOwnership", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.IO.Pipes.PipeAccessRights", + "name": "Write", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.IO.Pipes.PipeAccessRights", + "name": "WriteAttributes", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.IO.Pipes.PipeAccessRights", + "name": "WriteData", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.IO.Pipes.PipeAccessRights", + "name": "WriteExtendedAttributes", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.IO.Pipes.PipeAccessRights", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "PipeAccessRights", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.IO.Compression", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.IO.Compression.CompressionMode", + "name": "Compress", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.IO.Compression.CompressionMode", + "name": "Decompress", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.IO.Compression.CompressionMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "CompressionMode", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.IO.Compression", + "baseClass": "System.IO.Stream", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "System.IO.Stream", + "name": "BaseStream", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "CanRead", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "CanSeek", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "CanWrite", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "Length", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "Position", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "stream", "typeName": "System.IO.Stream" }, + { + "name": "compressionLevel", + "typeName": "System.IO.Compression.CompressionLevel" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "stream", "typeName": "System.IO.Stream" }, + { + "name": "compressionLevel", + "typeName": "System.IO.Compression.CompressionLevel" + }, + { "name": "leaveOpen", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "stream", "typeName": "System.IO.Stream" }, + { + "name": "mode", + "typeName": "System.IO.Compression.CompressionMode" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "stream", "typeName": "System.IO.Stream" }, + { + "name": "mode", + "typeName": "System.IO.Compression.CompressionMode" + }, + { "name": "leaveOpen", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "array", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" }, + { "name": "asyncCallback", "typeName": "System.AsyncCallback" }, + { "name": "asyncState", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginRead", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "array", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" }, + { "name": "asyncCallback", "typeName": "System.AsyncCallback" }, + { "name": "asyncState", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginWrite", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "asyncResult", "typeName": "System.IAsyncResult" } + ], + "isStatic": false, + "name": "EndRead", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "asyncResult", "typeName": "System.IAsyncResult" } + ], + "isStatic": false, + "name": "EndWrite", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Flush", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "array", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "Read", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int64", + "params": [ + { "name": "offset", "typeName": "long" }, + { "name": "origin", "typeName": "System.IO.SeekOrigin" } + ], + "isStatic": false, + "name": "Seek", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "long" }], + "isStatic": false, + "name": "SetLength", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "array", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "Write", + "comment": "", + "location": "System.dll" + } + ], + "name": "DeflateStream", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.IO.Compression", + "baseClass": "System.IO.Stream", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "System.IO.Stream", + "name": "BaseStream", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "CanRead", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "CanSeek", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "CanWrite", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "Length", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "long", + "name": "Position", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "stream", "typeName": "System.IO.Stream" }, + { + "name": "compressionLevel", + "typeName": "System.IO.Compression.CompressionLevel" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "stream", "typeName": "System.IO.Stream" }, + { + "name": "compressionLevel", + "typeName": "System.IO.Compression.CompressionLevel" + }, + { "name": "leaveOpen", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "stream", "typeName": "System.IO.Stream" }, + { + "name": "mode", + "typeName": "System.IO.Compression.CompressionMode" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "stream", "typeName": "System.IO.Stream" }, + { + "name": "mode", + "typeName": "System.IO.Compression.CompressionMode" + }, + { "name": "leaveOpen", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "array", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" }, + { "name": "asyncCallback", "typeName": "System.AsyncCallback" }, + { "name": "asyncState", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginRead", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "array", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" }, + { "name": "asyncCallback", "typeName": "System.AsyncCallback" }, + { "name": "asyncState", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginWrite", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "asyncResult", "typeName": "System.IAsyncResult" } + ], + "isStatic": false, + "name": "EndRead", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "asyncResult", "typeName": "System.IAsyncResult" } + ], + "isStatic": false, + "name": "EndWrite", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Flush", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "array", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "Read", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int64", + "params": [ + { "name": "offset", "typeName": "long" }, + { "name": "origin", "typeName": "System.IO.SeekOrigin" } + ], + "isStatic": false, + "name": "Seek", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "long" }], + "isStatic": false, + "name": "SetLength", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "array", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "Write", + "comment": "", + "location": "System.dll" + } + ], + "name": "GZipStream", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.IO.Compression", + "baseClass": "object", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "System.Collections.ObjectModel.ReadOnlyCollection", + "name": "Entries", + "comment": "", + "location": "System.IO.Compression.dll" + }, + { + "typeName": "System.IO.Compression.ZipArchiveMode", + "name": "Mode", + "comment": "", + "location": "System.IO.Compression.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "stream", "typeName": "System.IO.Stream" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.IO.Compression.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "stream", "typeName": "System.IO.Stream" }, + { + "name": "mode", + "typeName": "System.IO.Compression.ZipArchiveMode" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.IO.Compression.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "stream", "typeName": "System.IO.Stream" }, + { + "name": "mode", + "typeName": "System.IO.Compression.ZipArchiveMode" + }, + { "name": "leaveOpen", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.IO.Compression.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "stream", "typeName": "System.IO.Stream" }, + { + "name": "mode", + "typeName": "System.IO.Compression.ZipArchiveMode" + }, + { "name": "leaveOpen", "typeName": "bool" }, + { "name": "entryNameEncoding", "typeName": "System.Text.Encoding" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.IO.Compression.dll" + }, + { + "returnTypeName": "ZipArchiveEntry", + "params": [{ "name": "entryName", "typeName": "string" }], + "isStatic": false, + "name": "CreateEntry", + "comment": "", + "location": "System.IO.Compression.dll" + }, + { + "returnTypeName": "ZipArchiveEntry", + "params": [ + { "name": "entryName", "typeName": "string" }, + { + "name": "compressionLevel", + "typeName": "System.IO.Compression.CompressionLevel" + } + ], + "isStatic": false, + "name": "CreateEntry", + "comment": "", + "location": "System.IO.Compression.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "", + "location": "System.IO.Compression.dll" + }, + { + "returnTypeName": "ZipArchiveEntry", + "params": [{ "name": "entryName", "typeName": "string" }], + "isStatic": false, + "name": "GetEntry", + "comment": "", + "location": "System.IO.Compression.dll" + } + ], + "name": "ZipArchive", + "comment": "", + "location": "System.IO.Compression.dll" + }, + { + "namespace": "System.IO.Compression", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.IO.Compression.ZipArchive", + "name": "Archive", + "comment": "", + "location": "System.IO.Compression.dll" + }, + { + "typeName": "long", + "name": "CompressedLength", + "comment": "", + "location": "System.IO.Compression.dll" + }, + { + "typeName": "string", + "name": "FullName", + "comment": "", + "location": "System.IO.Compression.dll" + }, + { + "typeName": "System.DateTimeOffset", + "name": "LastWriteTime", + "comment": "", + "location": "System.IO.Compression.dll" + }, + { + "typeName": "long", + "name": "Length", + "comment": "", + "location": "System.IO.Compression.dll" + }, + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "System.IO.Compression.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Delete", + "comment": "", + "location": "System.IO.Compression.dll" + }, + { + "returnTypeName": "Stream", + "params": [], + "isStatic": false, + "name": "Open", + "comment": "", + "location": "System.IO.Compression.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.IO.Compression.dll" + } + ], + "name": "ZipArchiveEntry", + "comment": "", + "location": "System.IO.Compression.dll" + }, + { + "namespace": "System.IO.Compression", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.IO.Compression.ZipArchiveMode", + "name": "Create", + "comment": "", + "location": "System.IO.Compression.dll" + }, + { + "typeName": "System.IO.Compression.ZipArchiveMode", + "name": "Read", + "comment": "", + "location": "System.IO.Compression.dll" + }, + { + "typeName": "System.IO.Compression.ZipArchiveMode", + "name": "Update", + "comment": "", + "location": "System.IO.Compression.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.IO.Compression.ZipArchiveMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.IO.Compression.dll" + } + ], + "name": "ZipArchiveMode", + "comment": "", + "location": "System.IO.Compression.dll" + }, + { + "namespace": "System.IO.MemoryMappedFiles", + "baseClass": "object", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "Microsoft.Win32.SafeHandles.SafeMemoryMappedFileHandle", + "name": "SafeMemoryMappedFileHandle", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "MemoryMappedFile", + "params": [ + { "name": "fileStream", "typeName": "System.IO.FileStream" }, + { "name": "mapName", "typeName": "string" }, + { "name": "capacity", "typeName": "long" }, + { + "name": "access", + "typeName": "System.IO.MemoryMappedFiles.MemoryMappedFileAccess" + }, + { + "name": "inheritability", + "typeName": "System.IO.HandleInheritability" + }, + { "name": "leaveOpen", "typeName": "bool" } + ], + "isStatic": true, + "name": "CreateFromFile", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "MemoryMappedFile", + "params": [ + { "name": "fileStream", "typeName": "System.IO.FileStream" }, + { "name": "mapName", "typeName": "string" }, + { "name": "capacity", "typeName": "long" }, + { + "name": "access", + "typeName": "System.IO.MemoryMappedFiles.MemoryMappedFileAccess" + }, + { + "name": "memoryMappedFileSecurity", + "typeName": "System.IO.MemoryMappedFiles.MemoryMappedFileSecurity" + }, + { + "name": "inheritability", + "typeName": "System.IO.HandleInheritability" + }, + { "name": "leaveOpen", "typeName": "bool" } + ], + "isStatic": true, + "name": "CreateFromFile", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "MemoryMappedFile", + "params": [{ "name": "path", "typeName": "string" }], + "isStatic": true, + "name": "CreateFromFile", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "MemoryMappedFile", + "params": [ + { "name": "path", "typeName": "string" }, + { "name": "mode", "typeName": "System.IO.FileMode" } + ], + "isStatic": true, + "name": "CreateFromFile", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "MemoryMappedFile", + "params": [ + { "name": "path", "typeName": "string" }, + { "name": "mode", "typeName": "System.IO.FileMode" }, + { "name": "mapName", "typeName": "string" } + ], + "isStatic": true, + "name": "CreateFromFile", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "MemoryMappedFile", + "params": [ + { "name": "path", "typeName": "string" }, + { "name": "mode", "typeName": "System.IO.FileMode" }, + { "name": "mapName", "typeName": "string" }, + { "name": "capacity", "typeName": "long" } + ], + "isStatic": true, + "name": "CreateFromFile", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "MemoryMappedFile", + "params": [ + { "name": "path", "typeName": "string" }, + { "name": "mode", "typeName": "System.IO.FileMode" }, + { "name": "mapName", "typeName": "string" }, + { "name": "capacity", "typeName": "long" }, + { + "name": "access", + "typeName": "System.IO.MemoryMappedFiles.MemoryMappedFileAccess" + } + ], + "isStatic": true, + "name": "CreateFromFile", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "MemoryMappedFile", + "params": [ + { "name": "mapName", "typeName": "string" }, + { "name": "capacity", "typeName": "long" } + ], + "isStatic": true, + "name": "CreateNew", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "MemoryMappedFile", + "params": [ + { "name": "mapName", "typeName": "string" }, + { "name": "capacity", "typeName": "long" }, + { + "name": "access", + "typeName": "System.IO.MemoryMappedFiles.MemoryMappedFileAccess" + } + ], + "isStatic": true, + "name": "CreateNew", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "MemoryMappedFile", + "params": [ + { "name": "mapName", "typeName": "string" }, + { "name": "capacity", "typeName": "long" }, + { + "name": "access", + "typeName": "System.IO.MemoryMappedFiles.MemoryMappedFileAccess" + }, + { + "name": "options", + "typeName": "System.IO.MemoryMappedFiles.MemoryMappedFileOptions" + }, + { + "name": "inheritability", + "typeName": "System.IO.HandleInheritability" + } + ], + "isStatic": true, + "name": "CreateNew", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "MemoryMappedFile", + "params": [ + { "name": "mapName", "typeName": "string" }, + { "name": "capacity", "typeName": "long" }, + { + "name": "access", + "typeName": "System.IO.MemoryMappedFiles.MemoryMappedFileAccess" + }, + { + "name": "options", + "typeName": "System.IO.MemoryMappedFiles.MemoryMappedFileOptions" + }, + { + "name": "memoryMappedFileSecurity", + "typeName": "System.IO.MemoryMappedFiles.MemoryMappedFileSecurity" + }, + { + "name": "inheritability", + "typeName": "System.IO.HandleInheritability" + } + ], + "isStatic": true, + "name": "CreateNew", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "MemoryMappedFile", + "params": [ + { "name": "mapName", "typeName": "string" }, + { "name": "capacity", "typeName": "long" } + ], + "isStatic": true, + "name": "CreateOrOpen", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "MemoryMappedFile", + "params": [ + { "name": "mapName", "typeName": "string" }, + { "name": "capacity", "typeName": "long" }, + { + "name": "access", + "typeName": "System.IO.MemoryMappedFiles.MemoryMappedFileAccess" + } + ], + "isStatic": true, + "name": "CreateOrOpen", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "MemoryMappedFile", + "params": [ + { "name": "mapName", "typeName": "string" }, + { "name": "capacity", "typeName": "long" }, + { + "name": "access", + "typeName": "System.IO.MemoryMappedFiles.MemoryMappedFileAccess" + }, + { + "name": "options", + "typeName": "System.IO.MemoryMappedFiles.MemoryMappedFileOptions" + }, + { + "name": "inheritability", + "typeName": "System.IO.HandleInheritability" + } + ], + "isStatic": true, + "name": "CreateOrOpen", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "MemoryMappedFile", + "params": [ + { "name": "mapName", "typeName": "string" }, + { "name": "capacity", "typeName": "long" }, + { + "name": "access", + "typeName": "System.IO.MemoryMappedFiles.MemoryMappedFileAccess" + }, + { + "name": "options", + "typeName": "System.IO.MemoryMappedFiles.MemoryMappedFileOptions" + }, + { + "name": "memoryMappedFileSecurity", + "typeName": "System.IO.MemoryMappedFiles.MemoryMappedFileSecurity" + }, + { + "name": "inheritability", + "typeName": "System.IO.HandleInheritability" + } + ], + "isStatic": true, + "name": "CreateOrOpen", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "MemoryMappedViewAccessor", + "params": [], + "isStatic": false, + "name": "CreateViewAccessor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "MemoryMappedViewAccessor", + "params": [ + { "name": "offset", "typeName": "long" }, + { "name": "size", "typeName": "long" } + ], + "isStatic": false, + "name": "CreateViewAccessor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "MemoryMappedViewAccessor", + "params": [ + { "name": "offset", "typeName": "long" }, + { "name": "size", "typeName": "long" }, + { + "name": "access", + "typeName": "System.IO.MemoryMappedFiles.MemoryMappedFileAccess" + } + ], + "isStatic": false, + "name": "CreateViewAccessor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "MemoryMappedViewStream", + "params": [], + "isStatic": false, + "name": "CreateViewStream", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "MemoryMappedViewStream", + "params": [ + { "name": "offset", "typeName": "long" }, + { "name": "size", "typeName": "long" } + ], + "isStatic": false, + "name": "CreateViewStream", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "MemoryMappedViewStream", + "params": [ + { "name": "offset", "typeName": "long" }, + { "name": "size", "typeName": "long" }, + { + "name": "access", + "typeName": "System.IO.MemoryMappedFiles.MemoryMappedFileAccess" + } + ], + "isStatic": false, + "name": "CreateViewStream", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "MemoryMappedFileSecurity", + "params": [], + "isStatic": false, + "name": "GetAccessControl", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "MemoryMappedFile", + "params": [{ "name": "mapName", "typeName": "string" }], + "isStatic": true, + "name": "OpenExisting", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "MemoryMappedFile", + "params": [ + { "name": "mapName", "typeName": "string" }, + { + "name": "desiredAccessRights", + "typeName": "System.IO.MemoryMappedFiles.MemoryMappedFileRights" + } + ], + "isStatic": true, + "name": "OpenExisting", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "MemoryMappedFile", + "params": [ + { "name": "mapName", "typeName": "string" }, + { + "name": "desiredAccessRights", + "typeName": "System.IO.MemoryMappedFiles.MemoryMappedFileRights" + }, + { + "name": "inheritability", + "typeName": "System.IO.HandleInheritability" + } + ], + "isStatic": true, + "name": "OpenExisting", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "memoryMappedFileSecurity", + "typeName": "System.IO.MemoryMappedFiles.MemoryMappedFileSecurity" + } + ], + "isStatic": false, + "name": "SetAccessControl", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "MemoryMappedFile", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.IO.MemoryMappedFiles", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.IO.MemoryMappedFiles.MemoryMappedFileAccess", + "name": "CopyOnWrite", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.IO.MemoryMappedFiles.MemoryMappedFileAccess", + "name": "Read", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.IO.MemoryMappedFiles.MemoryMappedFileAccess", + "name": "ReadExecute", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.IO.MemoryMappedFiles.MemoryMappedFileAccess", + "name": "ReadWrite", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.IO.MemoryMappedFiles.MemoryMappedFileAccess", + "name": "ReadWriteExecute", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.IO.MemoryMappedFiles.MemoryMappedFileAccess", + "name": "Write", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.IO.MemoryMappedFiles.MemoryMappedFileAccess", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "MemoryMappedFileAccess", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.IO.MemoryMappedFiles", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.IO.MemoryMappedFiles.MemoryMappedFileOptions", + "name": "DelayAllocatePages", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.IO.MemoryMappedFiles.MemoryMappedFileOptions", + "name": "None", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.IO.MemoryMappedFiles.MemoryMappedFileOptions", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "MemoryMappedFileOptions", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.IO.Pipes", + "baseClass": "System.Security.AccessControl.AccessRule", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.IO.Pipes.PipeAccessRights", + "name": "PipeAccessRights", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "identity", + "typeName": "System.Security.Principal.IdentityReference" + }, + { + "name": "rights", + "typeName": "System.IO.Pipes.PipeAccessRights" + }, + { + "name": "type", + "typeName": "System.Security.AccessControl.AccessControlType" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "identity", "typeName": "string" }, + { + "name": "rights", + "typeName": "System.IO.Pipes.PipeAccessRights" + }, + { + "name": "type", + "typeName": "System.Security.AccessControl.AccessControlType" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "PipeAccessRule", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.IO.Pipes", + "baseClass": "System.Security.AccessControl.AuditRule", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.IO.Pipes.PipeAccessRights", + "name": "PipeAccessRights", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "identity", + "typeName": "System.Security.Principal.IdentityReference" + }, + { + "name": "rights", + "typeName": "System.IO.Pipes.PipeAccessRights" + }, + { + "name": "flags", + "typeName": "System.Security.AccessControl.AuditFlags" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "identity", "typeName": "string" }, + { + "name": "rights", + "typeName": "System.IO.Pipes.PipeAccessRights" + }, + { + "name": "flags", + "typeName": "System.Security.AccessControl.AuditFlags" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "PipeAuditRule", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.IO.Pipes", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.IO.Pipes.PipeDirection", + "name": "In", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.IO.Pipes.PipeDirection", + "name": "InOut", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.IO.Pipes.PipeDirection", + "name": "Out", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.IO.Pipes.PipeDirection", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "PipeDirection", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.IO.Pipes", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.IO.Pipes.PipeOptions", + "name": "Asynchronous", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.IO.Pipes.PipeOptions", + "name": "None", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.IO.Pipes.PipeOptions", + "name": "WriteThrough", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.IO.Pipes.PipeOptions", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "PipeOptions", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.IO.Pipes", + "baseClass": "System.Security.AccessControl.NativeObjectSecurity", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Type", + "name": "AccessRightType", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Type", + "name": "AccessRuleType", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Type", + "name": "AuditRuleType", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "AccessRule", + "params": [ + { + "name": "identityReference", + "typeName": "System.Security.Principal.IdentityReference" + }, + { "name": "accessMask", "typeName": "int" }, + { "name": "isInherited", "typeName": "bool" }, + { + "name": "inheritanceFlags", + "typeName": "System.Security.AccessControl.InheritanceFlags" + }, + { + "name": "propagationFlags", + "typeName": "System.Security.AccessControl.PropagationFlags" + }, + { + "name": "type", + "typeName": "System.Security.AccessControl.AccessControlType" + } + ], + "isStatic": false, + "name": "AccessRuleFactory", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "rule", "typeName": "System.IO.Pipes.PipeAccessRule" } + ], + "isStatic": false, + "name": "AddAccessRule", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "rule", "typeName": "System.IO.Pipes.PipeAuditRule" } + ], + "isStatic": false, + "name": "AddAuditRule", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "AuditRule", + "params": [ + { + "name": "identityReference", + "typeName": "System.Security.Principal.IdentityReference" + }, + { "name": "accessMask", "typeName": "int" }, + { "name": "isInherited", "typeName": "bool" }, + { + "name": "inheritanceFlags", + "typeName": "System.Security.AccessControl.InheritanceFlags" + }, + { + "name": "propagationFlags", + "typeName": "System.Security.AccessControl.PropagationFlags" + }, + { + "name": "flags", + "typeName": "System.Security.AccessControl.AuditFlags" + } + ], + "isStatic": false, + "name": "AuditRuleFactory", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "rule", "typeName": "System.IO.Pipes.PipeAccessRule" } + ], + "isStatic": false, + "name": "RemoveAccessRule", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "rule", "typeName": "System.IO.Pipes.PipeAccessRule" } + ], + "isStatic": false, + "name": "RemoveAccessRuleSpecific", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "rule", "typeName": "System.IO.Pipes.PipeAuditRule" } + ], + "isStatic": false, + "name": "RemoveAuditRule", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "rule", "typeName": "System.IO.Pipes.PipeAuditRule" } + ], + "isStatic": false, + "name": "RemoveAuditRuleAll", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "rule", "typeName": "System.IO.Pipes.PipeAuditRule" } + ], + "isStatic": false, + "name": "RemoveAuditRuleSpecific", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "rule", "typeName": "System.IO.Pipes.PipeAccessRule" } + ], + "isStatic": false, + "name": "ResetAccessRule", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "rule", "typeName": "System.IO.Pipes.PipeAccessRule" } + ], + "isStatic": false, + "name": "SetAccessRule", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "rule", "typeName": "System.IO.Pipes.PipeAuditRule" } + ], + "isStatic": false, + "name": "SetAuditRule", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "PipeSecurity", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.IO.Pipes", + "baseClass": "System.IO.Stream", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "bool", + "name": "CanRead", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "bool", + "name": "CanSeek", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "bool", + "name": "CanWrite", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "int", + "name": "InBufferSize", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "bool", + "name": "IsAsync", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "bool", + "name": "IsConnected", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "bool", + "name": "IsMessageComplete", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "long", + "name": "Length", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "int", + "name": "OutBufferSize", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "long", + "name": "Position", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.IO.Pipes.PipeTransmissionMode", + "name": "ReadMode", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "Microsoft.Win32.SafeHandles.SafePipeHandle", + "name": "SafePipeHandle", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.IO.Pipes.PipeTransmissionMode", + "name": "TransmissionMode", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "state", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginRead", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "state", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginWrite", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "asyncResult", "typeName": "System.IAsyncResult" } + ], + "isStatic": false, + "name": "EndRead", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "asyncResult", "typeName": "System.IAsyncResult" } + ], + "isStatic": false, + "name": "EndWrite", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Flush", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "PipeSecurity", + "params": [], + "isStatic": false, + "name": "GetAccessControl", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "Read", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "ReadByte", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Int64", + "params": [ + { "name": "offset", "typeName": "long" }, + { "name": "origin", "typeName": "System.IO.SeekOrigin" } + ], + "isStatic": false, + "name": "Seek", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "pipeSecurity", + "typeName": "System.IO.Pipes.PipeSecurity" + } + ], + "isStatic": false, + "name": "SetAccessControl", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "long" }], + "isStatic": false, + "name": "SetLength", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "WaitForPipeDrain", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "Write", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "byte" }], + "isStatic": false, + "name": "WriteByte", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "PipeStream", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.IO.Pipes", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.IO.Pipes.PipeTransmissionMode", + "name": "Byte", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.IO.Pipes.PipeTransmissionMode", + "name": "Message", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.IO.Pipes.PipeTransmissionMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "PipeTransmissionMode", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.IO.Pipes", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "PipeStreamImpersonationWorker", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.IO", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.IO.HandleInheritability", + "name": "Inheritable", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.IO.HandleInheritability", + "name": "None", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.IO.HandleInheritability", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "HandleInheritability", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.IO", + "baseClass": "System.EventArgs", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "exception", "typeName": "System.Exception" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Exception", + "params": [], + "isStatic": false, + "name": "GetException", + "comment": "", + "location": "System.dll" + } + ], + "name": "ErrorEventArgs", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.IO", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "sender", "typeName": "object" }, + { "name": "e", "typeName": "System.IO.ErrorEventArgs" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "sender", "typeName": "object" }, + { "name": "e", "typeName": "System.IO.ErrorEventArgs" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "System.dll" + } + ], + "name": "ErrorEventHandler", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.IO.MemoryMappedFiles", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.IO.MemoryMappedFiles.MemoryMappedFileRights", + "name": "AccessSystemSecurity", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.IO.MemoryMappedFiles.MemoryMappedFileRights", + "name": "ChangePermissions", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.IO.MemoryMappedFiles.MemoryMappedFileRights", + "name": "CopyOnWrite", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.IO.MemoryMappedFiles.MemoryMappedFileRights", + "name": "Delete", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.IO.MemoryMappedFiles.MemoryMappedFileRights", + "name": "Execute", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.IO.MemoryMappedFiles.MemoryMappedFileRights", + "name": "FullControl", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.IO.MemoryMappedFiles.MemoryMappedFileRights", + "name": "Read", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.IO.MemoryMappedFiles.MemoryMappedFileRights", + "name": "ReadExecute", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.IO.MemoryMappedFiles.MemoryMappedFileRights", + "name": "ReadPermissions", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.IO.MemoryMappedFiles.MemoryMappedFileRights", + "name": "ReadWrite", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.IO.MemoryMappedFiles.MemoryMappedFileRights", + "name": "ReadWriteExecute", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.IO.MemoryMappedFiles.MemoryMappedFileRights", + "name": "TakeOwnership", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.IO.MemoryMappedFiles.MemoryMappedFileRights", + "name": "Write", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.IO.MemoryMappedFiles.MemoryMappedFileRights", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "MemoryMappedFileRights", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.IO.MemoryMappedFiles", + "baseClass": "System.Security.AccessControl.ObjectSecurity", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "MemoryMappedFileSecurity", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.IO.MemoryMappedFiles", + "baseClass": "System.IO.UnmanagedMemoryAccessor", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "long", + "name": "PointerOffset", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "Microsoft.Win32.SafeHandles.SafeMemoryMappedViewHandle", + "name": "SafeMemoryMappedViewHandle", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Flush", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "MemoryMappedViewAccessor", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.IO.MemoryMappedFiles", + "baseClass": "System.IO.UnmanagedMemoryStream", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "long", + "name": "PointerOffset", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "Microsoft.Win32.SafeHandles.SafeMemoryMappedViewHandle", + "name": "SafeMemoryMappedViewHandle", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Flush", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "long" }], + "isStatic": false, + "name": "SetLength", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "MemoryMappedViewStream", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Reflection", + "baseClass": "System.SystemException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "inner", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "AmbiguousMatchException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Reflection", + "baseClass": "object", + "attribute": "", + "interfaces": [ + "ICustomAttributeProvider", + "_Assembly", + "ISerializable", + "IEvidenceFactory" + ], + "fields": [ + { + "typeName": "string", + "name": "CodeBase", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Collections.Generic.IEnumerable", + "name": "CustomAttributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Collections.Generic.IEnumerable", + "name": "DefinedTypes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.MethodInfo", + "name": "EntryPoint", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "EscapedCodeBase", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Policy.Evidence", + "name": "Evidence", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Collections.Generic.IEnumerable", + "name": "ExportedTypes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "FullName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "GlobalAssemblyCache", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "long", + "name": "HostContext", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "ImageRuntimeVersion", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsDynamic", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsFullyTrusted", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Location", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Module", + "name": "ManifestModule", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Collections.Generic.IEnumerable", + "name": "Modules", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.PermissionSet", + "name": "PermissionSet", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "ReflectionOnly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.SecurityRuleSet", + "name": "SecurityRuleSet", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.ModuleResolveEventHandler", + "name": "ModuleResolve", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Reflection.ModuleResolveEventHandler" + } + ], + "isStatic": false, + "name": "add_ModuleResolve", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Reflection.ModuleResolveEventHandler" + } + ], + "isStatic": false, + "name": "remove_ModuleResolve", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [{ "name": "typeName", "typeName": "string" }], + "isStatic": false, + "name": "CreateInstance", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "typeName", "typeName": "string" }, + { "name": "ignoreCase", "typeName": "bool" } + ], + "isStatic": false, + "name": "CreateInstance", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "typeName", "typeName": "string" }, + { "name": "ignoreCase", "typeName": "bool" }, + { + "name": "bindingAttr", + "typeName": "System.Reflection.BindingFlags" + }, + { "name": "binder", "typeName": "System.Reflection.Binder" }, + { "name": "args", "typeName": "object[]" }, + { + "name": "culture", + "typeName": "System.Globalization.CultureInfo" + }, + { "name": "activationAttributes", "typeName": "object[]" } + ], + "isStatic": false, + "name": "CreateInstance", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "assemblyName", "typeName": "string" }, + { "name": "typeName", "typeName": "string" } + ], + "isStatic": true, + "name": "CreateQualifiedName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "o", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Assembly", + "params": [{ "name": "type", "typeName": "System.Type" }], + "isStatic": true, + "name": "GetAssembly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Assembly", + "params": [], + "isStatic": true, + "name": "GetCallingAssembly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "inherit", "typeName": "bool" }], + "isStatic": false, + "name": "GetCustomAttributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "attributeType", "typeName": "System.Type" }, + { "name": "inherit", "typeName": "bool" } + ], + "isStatic": false, + "name": "GetCustomAttributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IList", + "params": [], + "isStatic": false, + "name": "GetCustomAttributesData", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Assembly", + "params": [], + "isStatic": true, + "name": "GetEntryAssembly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Assembly", + "params": [], + "isStatic": true, + "name": "GetExecutingAssembly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetExportedTypes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "FileStream", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "GetFile", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetFiles", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "getResourceModules", "typeName": "bool" }], + "isStatic": false, + "name": "GetFiles", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetLoadedModules", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "getResourceModules", "typeName": "bool" }], + "isStatic": false, + "name": "GetLoadedModules", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ManifestResourceInfo", + "params": [{ "name": "resourceName", "typeName": "string" }], + "isStatic": false, + "name": "GetManifestResourceInfo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetManifestResourceNames", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Stream", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "GetManifestResourceStream", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Stream", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { "name": "name", "typeName": "string" } + ], + "isStatic": false, + "name": "GetManifestResourceStream", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Module", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "GetModule", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetModules", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "getResourceModules", "typeName": "bool" }], + "isStatic": false, + "name": "GetModules", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "AssemblyName", + "params": [], + "isStatic": false, + "name": "GetName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "AssemblyName", + "params": [{ "name": "copiedName", "typeName": "bool" }], + "isStatic": false, + "name": "GetName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "info", + "typeName": "System.Runtime.Serialization.SerializationInfo" + }, + { + "name": "context", + "typeName": "System.Runtime.Serialization.StreamingContext" + } + ], + "isStatic": false, + "name": "GetObjectData", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetReferencedAssemblies", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Assembly", + "params": [ + { + "name": "culture", + "typeName": "System.Globalization.CultureInfo" + } + ], + "isStatic": false, + "name": "GetSatelliteAssembly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Assembly", + "params": [ + { + "name": "culture", + "typeName": "System.Globalization.CultureInfo" + }, + { "name": "version", "typeName": "System.Version" } + ], + "isStatic": false, + "name": "GetSatelliteAssembly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Type", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "GetType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Type", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "throwOnError", "typeName": "bool" } + ], + "isStatic": false, + "name": "GetType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Type", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "throwOnError", "typeName": "bool" }, + { "name": "ignoreCase", "typeName": "bool" } + ], + "isStatic": false, + "name": "GetType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetTypes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "attributeType", "typeName": "System.Type" }, + { "name": "inherit", "typeName": "bool" } + ], + "isStatic": false, + "name": "IsDefined", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Assembly", + "params": [{ "name": "rawAssembly", "typeName": "byte[]" }], + "isStatic": true, + "name": "Load", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Assembly", + "params": [ + { "name": "rawAssembly", "typeName": "byte[]" }, + { "name": "rawSymbolStore", "typeName": "byte[]" } + ], + "isStatic": true, + "name": "Load", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Assembly", + "params": [ + { "name": "rawAssembly", "typeName": "byte[]" }, + { "name": "rawSymbolStore", "typeName": "byte[]" }, + { + "name": "securityEvidence", + "typeName": "System.Security.Policy.Evidence" + } + ], + "isStatic": true, + "name": "Load", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Assembly", + "params": [ + { "name": "rawAssembly", "typeName": "byte[]" }, + { "name": "rawSymbolStore", "typeName": "byte[]" }, + { + "name": "securityContextSource", + "typeName": "System.Security.SecurityContextSource" + } + ], + "isStatic": true, + "name": "Load", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Assembly", + "params": [ + { + "name": "assemblyRef", + "typeName": "System.Reflection.AssemblyName" + } + ], + "isStatic": true, + "name": "Load", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Assembly", + "params": [ + { + "name": "assemblyRef", + "typeName": "System.Reflection.AssemblyName" + }, + { + "name": "assemblySecurity", + "typeName": "System.Security.Policy.Evidence" + } + ], + "isStatic": true, + "name": "Load", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Assembly", + "params": [{ "name": "assemblyString", "typeName": "string" }], + "isStatic": true, + "name": "Load", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Assembly", + "params": [ + { "name": "assemblyString", "typeName": "string" }, + { + "name": "assemblySecurity", + "typeName": "System.Security.Policy.Evidence" + } + ], + "isStatic": true, + "name": "Load", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Assembly", + "params": [{ "name": "path", "typeName": "string" }], + "isStatic": true, + "name": "LoadFile", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Assembly", + "params": [ + { "name": "path", "typeName": "string" }, + { + "name": "securityEvidence", + "typeName": "System.Security.Policy.Evidence" + } + ], + "isStatic": true, + "name": "LoadFile", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Assembly", + "params": [{ "name": "assemblyFile", "typeName": "string" }], + "isStatic": true, + "name": "LoadFrom", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Assembly", + "params": [ + { "name": "assemblyFile", "typeName": "string" }, + { "name": "hashValue", "typeName": "byte[]" }, + { + "name": "hashAlgorithm", + "typeName": "System.Configuration.Assemblies.AssemblyHashAlgorithm" + } + ], + "isStatic": true, + "name": "LoadFrom", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Assembly", + "params": [ + { "name": "assemblyFile", "typeName": "string" }, + { + "name": "securityEvidence", + "typeName": "System.Security.Policy.Evidence" + } + ], + "isStatic": true, + "name": "LoadFrom", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Assembly", + "params": [ + { "name": "assemblyFile", "typeName": "string" }, + { + "name": "securityEvidence", + "typeName": "System.Security.Policy.Evidence" + }, + { "name": "hashValue", "typeName": "byte[]" }, + { + "name": "hashAlgorithm", + "typeName": "System.Configuration.Assemblies.AssemblyHashAlgorithm" + } + ], + "isStatic": true, + "name": "LoadFrom", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Module", + "params": [ + { "name": "moduleName", "typeName": "string" }, + { "name": "rawModule", "typeName": "byte[]" } + ], + "isStatic": false, + "name": "LoadModule", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Module", + "params": [ + { "name": "moduleName", "typeName": "string" }, + { "name": "rawModule", "typeName": "byte[]" }, + { "name": "rawSymbolStore", "typeName": "byte[]" } + ], + "isStatic": false, + "name": "LoadModule", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Assembly", + "params": [{ "name": "partialName", "typeName": "string" }], + "isStatic": true, + "name": "LoadWithPartialName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Assembly", + "params": [ + { "name": "partialName", "typeName": "string" }, + { + "name": "securityEvidence", + "typeName": "System.Security.Policy.Evidence" + } + ], + "isStatic": true, + "name": "LoadWithPartialName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "left", "typeName": "System.Reflection.Assembly" }, + { "name": "right", "typeName": "System.Reflection.Assembly" } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "left", "typeName": "System.Reflection.Assembly" }, + { "name": "right", "typeName": "System.Reflection.Assembly" } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Assembly", + "params": [{ "name": "rawAssembly", "typeName": "byte[]" }], + "isStatic": true, + "name": "ReflectionOnlyLoad", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Assembly", + "params": [{ "name": "assemblyString", "typeName": "string" }], + "isStatic": true, + "name": "ReflectionOnlyLoad", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Assembly", + "params": [{ "name": "assemblyFile", "typeName": "string" }], + "isStatic": true, + "name": "ReflectionOnlyLoadFrom", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Assembly", + "params": [{ "name": "assemblyFile", "typeName": "string" }], + "isStatic": true, + "name": "UnsafeLoadFrom", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "Assembly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Reflection", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "uint", + "name": "AlgorithmId", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "algorithmId", + "typeName": "System.Configuration.Assemblies.AssemblyHashAlgorithm" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "algorithmId", "typeName": "uint" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "AssemblyAlgorithmIdAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Reflection", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "string", + "name": "Company", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "company", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "AssemblyCompanyAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Reflection", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "string", + "name": "Configuration", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "configuration", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "AssemblyConfigurationAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Reflection", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Reflection.AssemblyContentType", + "name": "Default", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.AssemblyContentType", + "name": "WindowsRuntime", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Reflection.AssemblyContentType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "AssemblyContentType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Reflection", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "string", + "name": "Copyright", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "copyright", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "AssemblyCopyrightAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Reflection", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "string", + "name": "Culture", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "culture", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "AssemblyCultureAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Reflection", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "bool", + "name": "DelaySign", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "delaySign", "typeName": "bool" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "AssemblyDelaySignAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Reflection", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "string", + "name": "DefaultAlias", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "defaultAlias", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "AssemblyDefaultAliasAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Reflection", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "string", + "name": "Description", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "description", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "AssemblyDescriptionAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Reflection", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "string", + "name": "Version", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "version", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "AssemblyFileVersionAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Reflection", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "int", + "name": "AssemblyFlags", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "uint", + "name": "Flags", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "assemblyFlags", "typeName": "int" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "assemblyFlags", + "typeName": "System.Reflection.AssemblyNameFlags" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "flags", "typeName": "uint" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "AssemblyFlagsAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Reflection", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "string", + "name": "InformationalVersion", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "informationalVersion", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "AssemblyInformationalVersionAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Reflection", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "string", + "name": "KeyName", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "keyName", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "AssemblyKeyNameAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Reflection", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "string", + "name": "KeyFile", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "keyFile", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "AssemblyKeyFileAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Reflection", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "string", + "name": "Key", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Value", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "key", "typeName": "string" }, + { "name": "value", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "AssemblyMetadataAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Reflection", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Reflection.AssemblyNameFlags", + "name": "EnableJITcompileOptimizer", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.AssemblyNameFlags", + "name": "EnableJITcompileTracking", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.AssemblyNameFlags", + "name": "None", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.AssemblyNameFlags", + "name": "PublicKey", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.AssemblyNameFlags", + "name": "Retargetable", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Reflection.AssemblyNameFlags", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "AssemblyNameFlags", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Reflection", + "baseClass": "object", + "attribute": "", + "interfaces": [ + "ICloneable", + "_AssemblyName", + "IDeserializationCallback", + "ISerializable" + ], + "fields": [ + { + "typeName": "string", + "name": "CodeBase", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.AssemblyContentType", + "name": "ContentType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Globalization.CultureInfo", + "name": "CultureInfo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "CultureName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "EscapedCodeBase", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.AssemblyNameFlags", + "name": "Flags", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "FullName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Configuration.Assemblies.AssemblyHashAlgorithm", + "name": "HashAlgorithm", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.StrongNameKeyPair", + "name": "KeyPair", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.ProcessorArchitecture", + "name": "ProcessorArchitecture", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Version", + "name": "Version", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Configuration.Assemblies.AssemblyVersionCompatibility", + "name": "VersionCompatibility", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "assemblyName", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [], + "isStatic": false, + "name": "Clone", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "AssemblyName", + "params": [{ "name": "assemblyFile", "typeName": "string" }], + "isStatic": true, + "name": "GetAssemblyName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "info", + "typeName": "System.Runtime.Serialization.SerializationInfo" + }, + { + "name": "context", + "typeName": "System.Runtime.Serialization.StreamingContext" + } + ], + "isStatic": false, + "name": "GetObjectData", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetPublicKey", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetPublicKeyToken", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "sender", "typeName": "object" }], + "isStatic": false, + "name": "OnDeserialization", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "reference", + "typeName": "System.Reflection.AssemblyName" + }, + { + "name": "definition", + "typeName": "System.Reflection.AssemblyName" + } + ], + "isStatic": true, + "name": "ReferenceMatchesDefinition", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "publicKey", "typeName": "byte[]" }], + "isStatic": false, + "name": "SetPublicKey", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "publicKeyToken", "typeName": "byte[]" }], + "isStatic": false, + "name": "SetPublicKeyToken", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "AssemblyName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Reflection", + "baseClass": "System.MarshalByRefObject", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "AssemblyName", + "params": [{ "name": "assemblyFile", "typeName": "string" }], + "isStatic": false, + "name": "GetAssemblyName", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "AssemblyNameProxy", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Reflection", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "string", + "name": "Product", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "product", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "AssemblyProductAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Reflection", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "string", + "name": "Countersignature", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "PublicKey", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "publicKey", "typeName": "string" }, + { "name": "countersignature", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "AssemblySignatureKeyAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Reflection", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "string", + "name": "Title", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "title", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "AssemblyTitleAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Reflection", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "string", + "name": "Version", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "version", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "AssemblyVersionAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Reflection", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Reflection.BindingFlags", + "name": "CreateInstance", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.BindingFlags", + "name": "DeclaredOnly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.BindingFlags", + "name": "Default", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.BindingFlags", + "name": "ExactBinding", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.BindingFlags", + "name": "FlattenHierarchy", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.BindingFlags", + "name": "GetField", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.BindingFlags", + "name": "GetProperty", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.BindingFlags", + "name": "IgnoreCase", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.BindingFlags", + "name": "IgnoreReturn", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.BindingFlags", + "name": "Instance", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.BindingFlags", + "name": "InvokeMethod", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.BindingFlags", + "name": "NonPublic", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.BindingFlags", + "name": "OptionalParamBinding", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.BindingFlags", + "name": "Public", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.BindingFlags", + "name": "PutDispProperty", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.BindingFlags", + "name": "PutRefDispProperty", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.BindingFlags", + "name": "SetField", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.BindingFlags", + "name": "SetProperty", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.BindingFlags", + "name": "Static", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.BindingFlags", + "name": "SuppressChangeType", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Reflection.BindingFlags", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "BindingFlags", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Reflection", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "string", + "name": "Trademark", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "trademark", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "AssemblyTrademarkAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Reflection", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "FieldInfo", + "params": [ + { + "name": "bindingAttr", + "typeName": "System.Reflection.BindingFlags" + }, + { "name": "match", "typeName": "System.Reflection.FieldInfo[]" }, + { "name": "value", "typeName": "object" }, + { + "name": "culture", + "typeName": "System.Globalization.CultureInfo" + } + ], + "isStatic": false, + "name": "BindToField", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "MethodBase", + "params": [ + { + "name": "bindingAttr", + "typeName": "System.Reflection.BindingFlags" + }, + { "name": "match", "typeName": "System.Reflection.MethodBase[]" }, + { "name": "args", "typeName": "object[]" }, + { + "name": "modifiers", + "typeName": "System.Reflection.ParameterModifier[]" + }, + { + "name": "culture", + "typeName": "System.Globalization.CultureInfo" + }, + { "name": "names", "typeName": "string[]" }, + { "name": "state", "typeName": "object" } + ], + "isStatic": false, + "name": "BindToMethod", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "value", "typeName": "object" }, + { "name": "type", "typeName": "System.Type" }, + { + "name": "culture", + "typeName": "System.Globalization.CultureInfo" + } + ], + "isStatic": false, + "name": "ChangeType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "args", "typeName": "object[]" }, + { "name": "state", "typeName": "object" } + ], + "isStatic": false, + "name": "ReorderArgumentArray", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "MethodBase", + "params": [ + { + "name": "bindingAttr", + "typeName": "System.Reflection.BindingFlags" + }, + { "name": "match", "typeName": "System.Reflection.MethodBase[]" }, + { "name": "types", "typeName": "System.Type[]" }, + { + "name": "modifiers", + "typeName": "System.Reflection.ParameterModifier[]" + } + ], + "isStatic": false, + "name": "SelectMethod", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "PropertyInfo", + "params": [ + { + "name": "bindingAttr", + "typeName": "System.Reflection.BindingFlags" + }, + { "name": "match", "typeName": "System.Reflection.PropertyInfo[]" }, + { "name": "returnType", "typeName": "System.Type" }, + { "name": "indexes", "typeName": "System.Type[]" }, + { + "name": "modifiers", + "typeName": "System.Reflection.ParameterModifier[]" + } + ], + "isStatic": false, + "name": "SelectProperty", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "Binder", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Reflection", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Reflection.CallingConventions", + "name": "Any", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.CallingConventions", + "name": "ExplicitThis", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.CallingConventions", + "name": "HasThis", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.CallingConventions", + "name": "Standard", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.CallingConventions", + "name": "VarArgs", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Reflection.CallingConventions", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "CallingConventions", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Reflection", + "baseClass": "System.Reflection.MethodBase", + "attribute": "", + "interfaces": [ + "ICustomAttributeProvider", + "_MemberInfo", + "_MethodBase", + "_ConstructorInfo" + ], + "fields": [ + { + "typeName": "string", + "name": "ConstructorName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "TypeConstructorName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.MemberTypes", + "name": "MemberType", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [{ "name": "parameters", "typeName": "object[]" }], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { + "name": "invokeAttr", + "typeName": "System.Reflection.BindingFlags" + }, + { "name": "binder", "typeName": "System.Reflection.Binder" }, + { "name": "parameters", "typeName": "object[]" }, + { + "name": "culture", + "typeName": "System.Globalization.CultureInfo" + } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "left", "typeName": "System.Reflection.ConstructorInfo" }, + { "name": "right", "typeName": "System.Reflection.ConstructorInfo" } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "left", "typeName": "System.Reflection.ConstructorInfo" }, + { "name": "right", "typeName": "System.Reflection.ConstructorInfo" } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ConstructorInfo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Reflection", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Type", + "name": "AttributeType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.ConstructorInfo", + "name": "Constructor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Collections.Generic.IList", + "name": "ConstructorArguments", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Collections.Generic.IList", + "name": "NamedArguments", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IList", + "params": [ + { "name": "target", "typeName": "System.Reflection.Assembly" } + ], + "isStatic": true, + "name": "GetCustomAttributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IList", + "params": [ + { "name": "target", "typeName": "System.Reflection.MemberInfo" } + ], + "isStatic": true, + "name": "GetCustomAttributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IList", + "params": [ + { "name": "target", "typeName": "System.Reflection.Module" } + ], + "isStatic": true, + "name": "GetCustomAttributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IList", + "params": [ + { "name": "target", "typeName": "System.Reflection.ParameterInfo" } + ], + "isStatic": true, + "name": "GetCustomAttributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "CustomAttributeData", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Reflection", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Attribute", + "params": [{ "name": "attributeType", "typeName": "System.Type" }], + "isStatic": false, + "name": "GetCustomAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Attribute", + "params": [{ "name": "attributeType", "typeName": "System.Type" }], + "isStatic": false, + "name": "GetCustomAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Attribute", + "params": [ + { "name": "attributeType", "typeName": "System.Type" }, + { "name": "inherit", "typeName": "bool" } + ], + "isStatic": false, + "name": "GetCustomAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Attribute", + "params": [{ "name": "attributeType", "typeName": "System.Type" }], + "isStatic": false, + "name": "GetCustomAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Attribute", + "params": [{ "name": "attributeType", "typeName": "System.Type" }], + "isStatic": false, + "name": "GetCustomAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Attribute", + "params": [ + { "name": "attributeType", "typeName": "System.Type" }, + { "name": "inherit", "typeName": "bool" } + ], + "isStatic": false, + "name": "GetCustomAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [], + "isStatic": false, + "name": "GetCustomAttributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [{ "name": "attributeType", "typeName": "System.Type" }], + "isStatic": false, + "name": "GetCustomAttributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [], + "isStatic": false, + "name": "GetCustomAttributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [{ "name": "inherit", "typeName": "bool" }], + "isStatic": false, + "name": "GetCustomAttributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [{ "name": "attributeType", "typeName": "System.Type" }], + "isStatic": false, + "name": "GetCustomAttributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [ + { "name": "attributeType", "typeName": "System.Type" }, + { "name": "inherit", "typeName": "bool" } + ], + "isStatic": false, + "name": "GetCustomAttributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [], + "isStatic": false, + "name": "GetCustomAttributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [{ "name": "attributeType", "typeName": "System.Type" }], + "isStatic": false, + "name": "GetCustomAttributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [], + "isStatic": false, + "name": "GetCustomAttributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [{ "name": "inherit", "typeName": "bool" }], + "isStatic": false, + "name": "GetCustomAttributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [{ "name": "attributeType", "typeName": "System.Type" }], + "isStatic": false, + "name": "GetCustomAttributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [ + { "name": "attributeType", "typeName": "System.Type" }, + { "name": "inherit", "typeName": "bool" } + ], + "isStatic": false, + "name": "GetCustomAttributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [], + "isStatic": false, + "name": "GetCustomAttributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [], + "isStatic": false, + "name": "GetCustomAttributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [{ "name": "inherit", "typeName": "bool" }], + "isStatic": false, + "name": "GetCustomAttributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [], + "isStatic": false, + "name": "GetCustomAttributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [], + "isStatic": false, + "name": "GetCustomAttributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [{ "name": "inherit", "typeName": "bool" }], + "isStatic": false, + "name": "GetCustomAttributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "T", + "params": [], + "isStatic": false, + "name": "GetCustomAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "T", + "params": [], + "isStatic": false, + "name": "GetCustomAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "T", + "params": [{ "name": "inherit", "typeName": "bool" }], + "isStatic": false, + "name": "GetCustomAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "T", + "params": [], + "isStatic": false, + "name": "GetCustomAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "T", + "params": [], + "isStatic": false, + "name": "GetCustomAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "T", + "params": [{ "name": "inherit", "typeName": "bool" }], + "isStatic": false, + "name": "GetCustomAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "attributeType", "typeName": "System.Type" }], + "isStatic": false, + "name": "IsDefined", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "attributeType", "typeName": "System.Type" }], + "isStatic": false, + "name": "IsDefined", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "attributeType", "typeName": "System.Type" }, + { "name": "inherit", "typeName": "bool" } + ], + "isStatic": false, + "name": "IsDefined", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "attributeType", "typeName": "System.Type" }], + "isStatic": false, + "name": "IsDefined", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "attributeType", "typeName": "System.Type" }], + "isStatic": false, + "name": "IsDefined", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "attributeType", "typeName": "System.Type" }, + { "name": "inherit", "typeName": "bool" } + ], + "isStatic": false, + "name": "IsDefined", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "CustomAttributeExtensions", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Reflection", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "IsField", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.MemberInfo", + "name": "MemberInfo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "MemberName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.CustomAttributeTypedArgument", + "name": "TypedValue", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "memberInfo", + "typeName": "System.Reflection.MemberInfo" + }, + { "name": "value", "typeName": "object" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "memberInfo", + "typeName": "System.Reflection.MemberInfo" + }, + { + "name": "typedArgument", + "typeName": "System.Reflection.CustomAttributeTypedArgument" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "left", + "typeName": "System.Reflection.CustomAttributeNamedArgument" + }, + { + "name": "right", + "typeName": "System.Reflection.CustomAttributeNamedArgument" + } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "left", + "typeName": "System.Reflection.CustomAttributeNamedArgument" + }, + { + "name": "right", + "typeName": "System.Reflection.CustomAttributeNamedArgument" + } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "CustomAttributeNamedArgument", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Reflection", + "baseClass": "System.FormatException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "inner", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "CustomAttributeFormatException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Reflection", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Type", + "name": "ArgumentType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "object", + "name": "Value", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "argumentType", "typeName": "System.Type" }, + { "name": "value", "typeName": "object" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "left", + "typeName": "System.Reflection.CustomAttributeTypedArgument" + }, + { + "name": "right", + "typeName": "System.Reflection.CustomAttributeTypedArgument" + } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "left", + "typeName": "System.Reflection.CustomAttributeTypedArgument" + }, + { + "name": "right", + "typeName": "System.Reflection.CustomAttributeTypedArgument" + } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "CustomAttributeTypedArgument", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Reflection", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "string", + "name": "MemberName", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "memberName", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "DefaultMemberAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Reflection", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Reflection.EventAttributes", + "name": "None", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.EventAttributes", + "name": "ReservedMask", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.EventAttributes", + "name": "RTSpecialName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.EventAttributes", + "name": "SpecialName", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Reflection.EventAttributes", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "EventAttributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Reflection", + "baseClass": "System.Reflection.MemberInfo", + "attribute": "", + "interfaces": ["ICustomAttributeProvider", "_MemberInfo", "_EventInfo"], + "fields": [ + { + "typeName": "System.Reflection.MethodInfo", + "name": "AddMethod", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.EventAttributes", + "name": "Attributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Type", + "name": "EventHandlerType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsMulticast", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsSpecialName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.MemberTypes", + "name": "MemberType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.MethodInfo", + "name": "RaiseMethod", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.MethodInfo", + "name": "RemoveMethod", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "target", "typeName": "object" }, + { "name": "handler", "typeName": "System.Delegate" } + ], + "isStatic": false, + "name": "AddEventHandler", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "MethodInfo", + "params": [], + "isStatic": false, + "name": "GetAddMethod", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "MethodInfo", + "params": [{ "name": "nonPublic", "typeName": "bool" }], + "isStatic": false, + "name": "GetAddMethod", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetOtherMethods", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "nonPublic", "typeName": "bool" }], + "isStatic": false, + "name": "GetOtherMethods", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "MethodInfo", + "params": [], + "isStatic": false, + "name": "GetRaiseMethod", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "MethodInfo", + "params": [{ "name": "nonPublic", "typeName": "bool" }], + "isStatic": false, + "name": "GetRaiseMethod", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "MethodInfo", + "params": [], + "isStatic": false, + "name": "GetRemoveMethod", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "MethodInfo", + "params": [{ "name": "nonPublic", "typeName": "bool" }], + "isStatic": false, + "name": "GetRemoveMethod", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "left", "typeName": "System.Reflection.EventInfo" }, + { "name": "right", "typeName": "System.Reflection.EventInfo" } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "left", "typeName": "System.Reflection.EventInfo" }, + { "name": "right", "typeName": "System.Reflection.EventInfo" } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "target", "typeName": "object" }, + { "name": "handler", "typeName": "System.Delegate" } + ], + "isStatic": false, + "name": "RemoveEventHandler", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "EventInfo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Reflection", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Type", + "name": "CatchType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "FilterOffset", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.ExceptionHandlingClauseOptions", + "name": "Flags", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "HandlerLength", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "HandlerOffset", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "TryLength", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "TryOffset", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ExceptionHandlingClause", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Reflection", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Reflection.GenericParameterAttributes", + "name": "Contravariant", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.GenericParameterAttributes", + "name": "Covariant", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.GenericParameterAttributes", + "name": "DefaultConstructorConstraint", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.GenericParameterAttributes", + "name": "None", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.GenericParameterAttributes", + "name": "NotNullableValueTypeConstraint", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.GenericParameterAttributes", + "name": "ReferenceTypeConstraint", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.GenericParameterAttributes", + "name": "SpecialConstraintMask", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.GenericParameterAttributes", + "name": "VarianceMask", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Reflection.GenericParameterAttributes", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "GenericParameterAttributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Reflection", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Reflection.ExceptionHandlingClauseOptions", + "name": "Clause", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.ExceptionHandlingClauseOptions", + "name": "Fault", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.ExceptionHandlingClauseOptions", + "name": "Filter", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.ExceptionHandlingClauseOptions", + "name": "Finally", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Reflection.ExceptionHandlingClauseOptions", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ExceptionHandlingClauseOptions", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Reflection", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "", + "params": [{ "name": "inherit", "typeName": "bool" }], + "isStatic": false, + "name": "GetCustomAttributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "attributeType", "typeName": "System.Type" }, + { "name": "inherit", "typeName": "bool" } + ], + "isStatic": false, + "name": "GetCustomAttributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "attributeType", "typeName": "System.Type" }, + { "name": "inherit", "typeName": "bool" } + ], + "isStatic": false, + "name": "IsDefined", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ICustomAttributeProvider", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Reflection", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Reflection.ImageFileMachine", + "name": "AMD64", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.ImageFileMachine", + "name": "ARM", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.ImageFileMachine", + "name": "I386", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.ImageFileMachine", + "name": "IA64", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Reflection.ImageFileMachine", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ImageFileMachine", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Reflection", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Reflection.FieldAttributes", + "name": "Assembly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.FieldAttributes", + "name": "FamANDAssem", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.FieldAttributes", + "name": "Family", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.FieldAttributes", + "name": "FamORAssem", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.FieldAttributes", + "name": "FieldAccessMask", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.FieldAttributes", + "name": "HasDefault", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.FieldAttributes", + "name": "HasFieldMarshal", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.FieldAttributes", + "name": "HasFieldRVA", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.FieldAttributes", + "name": "InitOnly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.FieldAttributes", + "name": "Literal", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.FieldAttributes", + "name": "NotSerialized", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.FieldAttributes", + "name": "PinvokeImpl", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.FieldAttributes", + "name": "Private", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.FieldAttributes", + "name": "PrivateScope", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.FieldAttributes", + "name": "Public", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.FieldAttributes", + "name": "ReservedMask", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.FieldAttributes", + "name": "RTSpecialName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.FieldAttributes", + "name": "SpecialName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.FieldAttributes", + "name": "Static", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Reflection.FieldAttributes", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "FieldAttributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Reflection", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Reflection.MethodInfo[]", + "name": "InterfaceMethods", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Type", + "name": "InterfaceType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.MethodInfo[]", + "name": "TargetMethods", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Type", + "name": "TargetType", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "InterfaceMapping", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Reflection", + "baseClass": "System.Reflection.MemberInfo", + "attribute": "", + "interfaces": ["ICustomAttributeProvider", "_MemberInfo", "_FieldInfo"], + "fields": [ + { + "typeName": "System.Reflection.FieldAttributes", + "name": "Attributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.RuntimeFieldHandle", + "name": "FieldHandle", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Type", + "name": "FieldType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsAssembly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsFamily", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsFamilyAndAssembly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsFamilyOrAssembly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsInitOnly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsLiteral", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsNotSerialized", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsPinvokeImpl", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsPrivate", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsPublic", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsSecurityCritical", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsSecuritySafeCritical", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsSecurityTransparent", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsSpecialName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsStatic", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.MemberTypes", + "name": "MemberType", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "FieldInfo", + "params": [ + { "name": "handle", "typeName": "System.RuntimeFieldHandle" } + ], + "isStatic": true, + "name": "GetFieldFromHandle", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "FieldInfo", + "params": [ + { "name": "handle", "typeName": "System.RuntimeFieldHandle" }, + { "name": "declaringType", "typeName": "System.RuntimeTypeHandle" } + ], + "isStatic": true, + "name": "GetFieldFromHandle", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetOptionalCustomModifiers", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [], + "isStatic": false, + "name": "GetRawConstantValue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetRequiredCustomModifiers", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "GetValue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [{ "name": "obj", "typeName": "System.TypedReference" }], + "isStatic": false, + "name": "GetValueDirect", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "left", "typeName": "System.Reflection.FieldInfo" }, + { "name": "right", "typeName": "System.Reflection.FieldInfo" } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "left", "typeName": "System.Reflection.FieldInfo" }, + { "name": "right", "typeName": "System.Reflection.FieldInfo" } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "obj", "typeName": "object" }, + { "name": "value", "typeName": "object" } + ], + "isStatic": false, + "name": "SetValue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "obj", "typeName": "object" }, + { "name": "value", "typeName": "object" }, + { + "name": "invokeAttr", + "typeName": "System.Reflection.BindingFlags" + }, + { "name": "binder", "typeName": "System.Reflection.Binder" }, + { + "name": "culture", + "typeName": "System.Globalization.CultureInfo" + } + ], + "isStatic": false, + "name": "SetValue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "obj", "typeName": "System.TypedReference" }, + { "name": "value", "typeName": "object" } + ], + "isStatic": false, + "name": "SetValueDirect", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "FieldInfo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Reflection", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "TypeInfo", + "params": [], + "isStatic": false, + "name": "GetTypeInfo", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "IntrospectionExtensions", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Reflection", + "baseClass": "System.ApplicationException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "inner", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "InvalidFilterCriteriaException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Reflection", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [ + { + "typeName": "System.Type", + "name": "UnderlyingSystemType", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "FieldInfo", + "params": [ + { "name": "name", "typeName": "string" }, + { + "name": "bindingAttr", + "typeName": "System.Reflection.BindingFlags" + } + ], + "isStatic": false, + "name": "GetField", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { + "name": "bindingAttr", + "typeName": "System.Reflection.BindingFlags" + } + ], + "isStatic": false, + "name": "GetFields", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "name", "typeName": "string" }, + { + "name": "bindingAttr", + "typeName": "System.Reflection.BindingFlags" + } + ], + "isStatic": false, + "name": "GetMember", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { + "name": "bindingAttr", + "typeName": "System.Reflection.BindingFlags" + } + ], + "isStatic": false, + "name": "GetMembers", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "MethodInfo", + "params": [ + { "name": "name", "typeName": "string" }, + { + "name": "bindingAttr", + "typeName": "System.Reflection.BindingFlags" + } + ], + "isStatic": false, + "name": "GetMethod", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "MethodInfo", + "params": [ + { "name": "name", "typeName": "string" }, + { + "name": "bindingAttr", + "typeName": "System.Reflection.BindingFlags" + }, + { "name": "binder", "typeName": "System.Reflection.Binder" }, + { "name": "types", "typeName": "System.Type[]" }, + { + "name": "modifiers", + "typeName": "System.Reflection.ParameterModifier[]" + } + ], + "isStatic": false, + "name": "GetMethod", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { + "name": "bindingAttr", + "typeName": "System.Reflection.BindingFlags" + } + ], + "isStatic": false, + "name": "GetMethods", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { + "name": "bindingAttr", + "typeName": "System.Reflection.BindingFlags" + } + ], + "isStatic": false, + "name": "GetProperties", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "PropertyInfo", + "params": [ + { "name": "name", "typeName": "string" }, + { + "name": "bindingAttr", + "typeName": "System.Reflection.BindingFlags" + } + ], + "isStatic": false, + "name": "GetProperty", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "PropertyInfo", + "params": [ + { "name": "name", "typeName": "string" }, + { + "name": "bindingAttr", + "typeName": "System.Reflection.BindingFlags" + }, + { "name": "binder", "typeName": "System.Reflection.Binder" }, + { "name": "returnType", "typeName": "System.Type" }, + { "name": "types", "typeName": "System.Type[]" }, + { + "name": "modifiers", + "typeName": "System.Reflection.ParameterModifier[]" + } + ], + "isStatic": false, + "name": "GetProperty", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "name", "typeName": "string" }, + { + "name": "invokeAttr", + "typeName": "System.Reflection.BindingFlags" + }, + { "name": "binder", "typeName": "System.Reflection.Binder" }, + { "name": "target", "typeName": "object" }, + { "name": "args", "typeName": "object[]" }, + { + "name": "modifiers", + "typeName": "System.Reflection.ParameterModifier[]" + }, + { + "name": "culture", + "typeName": "System.Globalization.CultureInfo" + }, + { "name": "namedParameters", "typeName": "string[]" } + ], + "isStatic": false, + "name": "InvokeMember", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "IReflect", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Reflection", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "TypeInfo", + "params": [], + "isStatic": false, + "name": "GetTypeInfo", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "IReflectableType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Reflection", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "IsPinned", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "LocalIndex", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Type", + "name": "LocalType", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "LocalVariableInfo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Reflection", + "baseClass": "object", + "attribute": "", + "interfaces": ["ICustomAttributeProvider", "_MemberInfo"], + "fields": [ + { + "typeName": "System.Collections.Generic.IEnumerable", + "name": "CustomAttributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Type", + "name": "DeclaringType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.MemberTypes", + "name": "MemberType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "MetadataToken", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Module", + "name": "Module", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Type", + "name": "ReflectedType", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "inherit", "typeName": "bool" }], + "isStatic": false, + "name": "GetCustomAttributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "attributeType", "typeName": "System.Type" }, + { "name": "inherit", "typeName": "bool" } + ], + "isStatic": false, + "name": "GetCustomAttributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IList", + "params": [], + "isStatic": false, + "name": "GetCustomAttributesData", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "attributeType", "typeName": "System.Type" }, + { "name": "inherit", "typeName": "bool" } + ], + "isStatic": false, + "name": "IsDefined", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "left", "typeName": "System.Reflection.MemberInfo" }, + { "name": "right", "typeName": "System.Reflection.MemberInfo" } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "left", "typeName": "System.Reflection.MemberInfo" }, + { "name": "right", "typeName": "System.Reflection.MemberInfo" } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "MemberInfo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Reflection", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "FileName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Assembly", + "name": "ReferencedAssembly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.ResourceLocation", + "name": "ResourceLocation", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "containingAssembly", + "typeName": "System.Reflection.Assembly" + }, + { "name": "containingFileName", "typeName": "string" }, + { + "name": "resourceLocation", + "typeName": "System.Reflection.ResourceLocation" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ManifestResourceInfo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Reflection", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Reflection.MemberTypes", + "name": "All", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.MemberTypes", + "name": "Constructor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.MemberTypes", + "name": "Custom", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.MemberTypes", + "name": "Event", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.MemberTypes", + "name": "Field", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.MemberTypes", + "name": "Method", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.MemberTypes", + "name": "NestedType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.MemberTypes", + "name": "Property", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.MemberTypes", + "name": "TypeInfo", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Reflection.MemberTypes", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "MemberTypes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Reflection", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "m", "typeName": "System.Reflection.MemberInfo" }, + { "name": "filterCriteria", "typeName": "object" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "m", "typeName": "System.Reflection.MemberInfo" }, + { "name": "filterCriteria", "typeName": "object" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "MemberFilter", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Reflection", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Collections.Generic.IList", + "name": "ExceptionHandlingClauses", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "InitLocals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "LocalSignatureMetadataToken", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Collections.Generic.IList", + "name": "LocalVariables", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "MaxStackSize", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetILAsByteArray", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "MethodBody", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Reflection", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Reflection.MethodAttributes", + "name": "Abstract", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.MethodAttributes", + "name": "Assembly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.MethodAttributes", + "name": "CheckAccessOnOverride", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.MethodAttributes", + "name": "FamANDAssem", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.MethodAttributes", + "name": "Family", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.MethodAttributes", + "name": "FamORAssem", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.MethodAttributes", + "name": "Final", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.MethodAttributes", + "name": "HasSecurity", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.MethodAttributes", + "name": "HideBySig", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.MethodAttributes", + "name": "MemberAccessMask", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.MethodAttributes", + "name": "NewSlot", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.MethodAttributes", + "name": "PinvokeImpl", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.MethodAttributes", + "name": "Private", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.MethodAttributes", + "name": "PrivateScope", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.MethodAttributes", + "name": "Public", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.MethodAttributes", + "name": "RequireSecObject", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.MethodAttributes", + "name": "ReservedMask", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.MethodAttributes", + "name": "ReuseSlot", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.MethodAttributes", + "name": "RTSpecialName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.MethodAttributes", + "name": "SpecialName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.MethodAttributes", + "name": "Static", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.MethodAttributes", + "name": "UnmanagedExport", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.MethodAttributes", + "name": "Virtual", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.MethodAttributes", + "name": "VtableLayoutMask", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Reflection.MethodAttributes", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "MethodAttributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Reflection", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Reflection.MethodImplAttributes", + "name": "AggressiveInlining", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.MethodImplAttributes", + "name": "CodeTypeMask", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.MethodImplAttributes", + "name": "ForwardRef", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.MethodImplAttributes", + "name": "IL", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.MethodImplAttributes", + "name": "InternalCall", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.MethodImplAttributes", + "name": "Managed", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.MethodImplAttributes", + "name": "ManagedMask", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.MethodImplAttributes", + "name": "MaxMethodImplVal", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.MethodImplAttributes", + "name": "Native", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.MethodImplAttributes", + "name": "NoInlining", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.MethodImplAttributes", + "name": "NoOptimization", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.MethodImplAttributes", + "name": "OPTIL", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.MethodImplAttributes", + "name": "PreserveSig", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.MethodImplAttributes", + "name": "Runtime", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.MethodImplAttributes", + "name": "Synchronized", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.MethodImplAttributes", + "name": "Unmanaged", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Reflection.MethodImplAttributes", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "MethodImplAttributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Reflection", + "baseClass": "System.Reflection.MemberInfo", + "attribute": "", + "interfaces": ["ICustomAttributeProvider", "_MemberInfo", "_MethodBase"], + "fields": [ + { + "typeName": "System.Reflection.MethodAttributes", + "name": "Attributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.CallingConventions", + "name": "CallingConvention", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "ContainsGenericParameters", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsAbstract", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsAssembly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsConstructor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsFamily", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsFamilyAndAssembly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsFamilyOrAssembly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsFinal", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsGenericMethod", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsGenericMethodDefinition", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsHideBySig", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsPrivate", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsPublic", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsSecurityCritical", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsSecuritySafeCritical", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsSecurityTransparent", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsSpecialName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsStatic", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsVirtual", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.RuntimeMethodHandle", + "name": "MethodHandle", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.MethodImplAttributes", + "name": "MethodImplementationFlags", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "MethodBase", + "params": [], + "isStatic": true, + "name": "GetCurrentMethod", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetGenericArguments", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "MethodBody", + "params": [], + "isStatic": false, + "name": "GetMethodBody", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "MethodBase", + "params": [ + { "name": "handle", "typeName": "System.RuntimeMethodHandle" } + ], + "isStatic": true, + "name": "GetMethodFromHandle", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "MethodBase", + "params": [ + { "name": "handle", "typeName": "System.RuntimeMethodHandle" }, + { "name": "declaringType", "typeName": "System.RuntimeTypeHandle" } + ], + "isStatic": true, + "name": "GetMethodFromHandle", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "MethodImplAttributes", + "params": [], + "isStatic": false, + "name": "GetMethodImplementationFlags", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetParameters", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "obj", "typeName": "object" }, + { "name": "parameters", "typeName": "object[]" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "obj", "typeName": "object" }, + { + "name": "invokeAttr", + "typeName": "System.Reflection.BindingFlags" + }, + { "name": "binder", "typeName": "System.Reflection.Binder" }, + { "name": "parameters", "typeName": "object[]" }, + { + "name": "culture", + "typeName": "System.Globalization.CultureInfo" + } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "left", "typeName": "System.Reflection.MethodBase" }, + { "name": "right", "typeName": "System.Reflection.MethodBase" } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "left", "typeName": "System.Reflection.MethodBase" }, + { "name": "right", "typeName": "System.Reflection.MethodBase" } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "MethodBase", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Reflection", + "baseClass": "System.Reflection.MethodBase", + "attribute": "", + "interfaces": [ + "ICustomAttributeProvider", + "_MemberInfo", + "_MethodBase", + "_MethodInfo" + ], + "fields": [ + { + "typeName": "System.Reflection.MemberTypes", + "name": "MemberType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.ParameterInfo", + "name": "ReturnParameter", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Type", + "name": "ReturnType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.ICustomAttributeProvider", + "name": "ReturnTypeCustomAttributes", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Delegate", + "params": [{ "name": "delegateType", "typeName": "System.Type" }], + "isStatic": false, + "name": "CreateDelegate", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Delegate", + "params": [ + { "name": "delegateType", "typeName": "System.Type" }, + { "name": "target", "typeName": "object" } + ], + "isStatic": false, + "name": "CreateDelegate", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "MethodInfo", + "params": [], + "isStatic": false, + "name": "GetBaseDefinition", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetGenericArguments", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "MethodInfo", + "params": [], + "isStatic": false, + "name": "GetGenericMethodDefinition", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "MethodInfo", + "params": [{ "name": "typeArguments", "typeName": "System.Type[]" }], + "isStatic": false, + "name": "MakeGenericMethod", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "left", "typeName": "System.Reflection.MethodInfo" }, + { "name": "right", "typeName": "System.Reflection.MethodInfo" } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "left", "typeName": "System.Reflection.MethodInfo" }, + { "name": "right", "typeName": "System.Reflection.MethodInfo" } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "MethodInfo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Reflection", + "baseClass": "object", + "attribute": "", + "interfaces": ["ISerializable"], + "fields": [ + { + "typeName": "System.Reflection.Missing", + "name": "Value", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [], + "name": "Missing", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Reflection", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "this[]", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "parameterCount", "typeName": "int" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ParameterModifier", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Reflection", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Module", + "params": [ + { "name": "sender", "typeName": "object" }, + { "name": "e", "typeName": "System.ResolveEventArgs" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "sender", "typeName": "object" }, + { "name": "e", "typeName": "System.ResolveEventArgs" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Module", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ModuleResolveEventHandler", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Reflection", + "baseClass": "object", + "attribute": "", + "interfaces": ["ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Object", + "params": [ + { "name": "ptr", "typeName": "void*" }, + { "name": "type", "typeName": "System.Type" } + ], + "isStatic": true, + "name": "Box", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "ptr", "typeName": "object" }], + "isStatic": true, + "name": "Unbox", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "Pointer", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Reflection", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "bool", + "name": "AssemblyIsPrivate", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "StripAfterObfuscation", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "assemblyIsPrivate", "typeName": "bool" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ObfuscateAssemblyAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Reflection", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Reflection.PortableExecutableKinds", + "name": "ILOnly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.PortableExecutableKinds", + "name": "NotAPortableExecutableImage", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.PortableExecutableKinds", + "name": "PE32Plus", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.PortableExecutableKinds", + "name": "Preferred32Bit", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.PortableExecutableKinds", + "name": "Required32Bit", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.PortableExecutableKinds", + "name": "Unmanaged32Bit", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Reflection.PortableExecutableKinds", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "PortableExecutableKinds", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Reflection", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "bool", + "name": "ApplyToMembers", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "Exclude", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Feature", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "StripAfterObfuscation", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ObfuscationAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Reflection", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Reflection.ProcessorArchitecture", + "name": "Amd64", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.ProcessorArchitecture", + "name": "Arm", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.ProcessorArchitecture", + "name": "IA64", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.ProcessorArchitecture", + "name": "MSIL", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.ProcessorArchitecture", + "name": "None", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.ProcessorArchitecture", + "name": "X86", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Reflection.ProcessorArchitecture", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ProcessorArchitecture", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Reflection", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Reflection.ResourceAttributes", + "name": "Private", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.ResourceAttributes", + "name": "Public", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Reflection.ResourceAttributes", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ResourceAttributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Reflection", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Reflection.PropertyAttributes", + "name": "HasDefault", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.PropertyAttributes", + "name": "None", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.PropertyAttributes", + "name": "Reserved2", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.PropertyAttributes", + "name": "Reserved3", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.PropertyAttributes", + "name": "Reserved4", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.PropertyAttributes", + "name": "ReservedMask", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.PropertyAttributes", + "name": "RTSpecialName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.PropertyAttributes", + "name": "SpecialName", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Reflection.PropertyAttributes", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "PropertyAttributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Reflection", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Reflection.ParameterAttributes", + "name": "HasDefault", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.ParameterAttributes", + "name": "HasFieldMarshal", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.ParameterAttributes", + "name": "In", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.ParameterAttributes", + "name": "Lcid", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.ParameterAttributes", + "name": "None", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.ParameterAttributes", + "name": "Optional", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.ParameterAttributes", + "name": "Out", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.ParameterAttributes", + "name": "Reserved3", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.ParameterAttributes", + "name": "Reserved4", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.ParameterAttributes", + "name": "ReservedMask", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.ParameterAttributes", + "name": "Retval", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Reflection.ParameterAttributes", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ParameterAttributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Reflection", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Reflection.ResourceLocation", + "name": "ContainedInAnotherAssembly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.ResourceLocation", + "name": "ContainedInManifestFile", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.ResourceLocation", + "name": "Embedded", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Reflection.ResourceLocation", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ResourceLocation", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Reflection", + "baseClass": "System.Reflection.MemberInfo", + "attribute": "", + "interfaces": [ + "ICustomAttributeProvider", + "_MemberInfo", + "_PropertyInfo" + ], + "fields": [ + { + "typeName": "System.Reflection.PropertyAttributes", + "name": "Attributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "CanRead", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "CanWrite", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.MethodInfo", + "name": "GetMethod", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsSpecialName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.MemberTypes", + "name": "MemberType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Type", + "name": "PropertyType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.MethodInfo", + "name": "SetMethod", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetAccessors", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "nonPublic", "typeName": "bool" }], + "isStatic": false, + "name": "GetAccessors", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [], + "isStatic": false, + "name": "GetConstantValue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "MethodInfo", + "params": [], + "isStatic": false, + "name": "GetGetMethod", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "MethodInfo", + "params": [{ "name": "nonPublic", "typeName": "bool" }], + "isStatic": false, + "name": "GetGetMethod", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetIndexParameters", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetOptionalCustomModifiers", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [], + "isStatic": false, + "name": "GetRawConstantValue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetRequiredCustomModifiers", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "MethodInfo", + "params": [], + "isStatic": false, + "name": "GetSetMethod", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "MethodInfo", + "params": [{ "name": "nonPublic", "typeName": "bool" }], + "isStatic": false, + "name": "GetSetMethod", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "GetValue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "obj", "typeName": "object" }, + { "name": "index", "typeName": "object[]" } + ], + "isStatic": false, + "name": "GetValue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "obj", "typeName": "object" }, + { + "name": "invokeAttr", + "typeName": "System.Reflection.BindingFlags" + }, + { "name": "binder", "typeName": "System.Reflection.Binder" }, + { "name": "index", "typeName": "object[]" }, + { + "name": "culture", + "typeName": "System.Globalization.CultureInfo" + } + ], + "isStatic": false, + "name": "GetValue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "left", "typeName": "System.Reflection.PropertyInfo" }, + { "name": "right", "typeName": "System.Reflection.PropertyInfo" } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "left", "typeName": "System.Reflection.PropertyInfo" }, + { "name": "right", "typeName": "System.Reflection.PropertyInfo" } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "obj", "typeName": "object" }, + { "name": "value", "typeName": "object" } + ], + "isStatic": false, + "name": "SetValue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "obj", "typeName": "object" }, + { "name": "value", "typeName": "object" }, + { "name": "index", "typeName": "object[]" } + ], + "isStatic": false, + "name": "SetValue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "obj", "typeName": "object" }, + { "name": "value", "typeName": "object" }, + { + "name": "invokeAttr", + "typeName": "System.Reflection.BindingFlags" + }, + { "name": "binder", "typeName": "System.Reflection.Binder" }, + { "name": "index", "typeName": "object[]" }, + { + "name": "culture", + "typeName": "System.Globalization.CultureInfo" + } + ], + "isStatic": false, + "name": "SetValue", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "PropertyInfo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Reflection", + "baseClass": "object", + "attribute": "", + "interfaces": [ + "ICustomAttributeProvider", + "_ParameterInfo", + "IObjectReference" + ], + "fields": [ + { + "typeName": "System.Reflection.ParameterAttributes", + "name": "Attributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Collections.Generic.IEnumerable", + "name": "CustomAttributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "object", + "name": "DefaultValue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "HasDefaultValue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsIn", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsLcid", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsOptional", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsOut", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsRetval", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.MemberInfo", + "name": "Member", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "MetadataToken", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Type", + "name": "ParameterType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "Position", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "object", + "name": "RawDefaultValue", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "", + "params": [{ "name": "inherit", "typeName": "bool" }], + "isStatic": false, + "name": "GetCustomAttributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "attributeType", "typeName": "System.Type" }, + { "name": "inherit", "typeName": "bool" } + ], + "isStatic": false, + "name": "GetCustomAttributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IList", + "params": [], + "isStatic": false, + "name": "GetCustomAttributesData", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetOptionalCustomModifiers", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { + "name": "context", + "typeName": "System.Runtime.Serialization.StreamingContext" + } + ], + "isStatic": false, + "name": "GetRealObject", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetRequiredCustomModifiers", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "attributeType", "typeName": "System.Type" }, + { "name": "inherit", "typeName": "bool" } + ], + "isStatic": false, + "name": "IsDefined", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ParameterInfo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Reflection", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "MethodInfo", + "params": [], + "isStatic": false, + "name": "GetMethodInfo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "MethodInfo", + "params": [], + "isStatic": false, + "name": "GetRuntimeBaseDefinition", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "EventInfo", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "GetRuntimeEvent", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [], + "isStatic": false, + "name": "GetRuntimeEvents", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "FieldInfo", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "GetRuntimeField", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [], + "isStatic": false, + "name": "GetRuntimeFields", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "InterfaceMapping", + "params": [{ "name": "interfaceType", "typeName": "System.Type" }], + "isStatic": false, + "name": "GetRuntimeInterfaceMap", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "MethodInfo", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "parameters", "typeName": "System.Type[]" } + ], + "isStatic": false, + "name": "GetRuntimeMethod", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [], + "isStatic": false, + "name": "GetRuntimeMethods", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [], + "isStatic": false, + "name": "GetRuntimeProperties", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "PropertyInfo", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "GetRuntimeProperty", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "RuntimeReflectionExtensions", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Reflection", + "baseClass": "object", + "attribute": "", + "interfaces": ["IDeserializationCallback", "ISerializable"], + "fields": [ + { + "typeName": "byte[]", + "name": "PublicKey", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "keyPairArray", "typeName": "byte[]" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "keyPairFile", "typeName": "System.IO.FileStream" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "keyPairContainer", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "StrongNameKeyPair", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Reflection", + "baseClass": "System.ApplicationException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "inner", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "TargetException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Reflection", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "TypeInfo", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "GetTypeForObject", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Assembly", + "params": [ + { "name": "assembly", "typeName": "System.Reflection.Assembly" } + ], + "isStatic": false, + "name": "MapAssembly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "TypeInfo", + "params": [ + { "name": "type", "typeName": "System.Reflection.TypeInfo" } + ], + "isStatic": false, + "name": "MapType", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ReflectionContext", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Reflection", + "baseClass": "System.ApplicationException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "inner", "typeName": "System.Exception" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "inner", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "TargetInvocationException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Reflection", + "baseClass": "System.ApplicationException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "inner", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "TargetParameterCountException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Reflection", + "baseClass": "System.SystemException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [ + { + "typeName": "System.Exception[]", + "name": "LoaderExceptions", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Type[]", + "name": "Types", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "classes", "typeName": "System.Type[]" }, + { "name": "exceptions", "typeName": "System.Exception[]" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "classes", "typeName": "System.Type[]" }, + { "name": "exceptions", "typeName": "System.Exception[]" }, + { "name": "message", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "info", + "typeName": "System.Runtime.Serialization.SerializationInfo" + }, + { + "name": "context", + "typeName": "System.Runtime.Serialization.StreamingContext" + } + ], + "isStatic": false, + "name": "GetObjectData", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ReflectionTypeLoadException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Reflection", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Reflection.TypeAttributes", + "name": "Abstract", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.TypeAttributes", + "name": "AnsiClass", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.TypeAttributes", + "name": "AutoClass", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.TypeAttributes", + "name": "AutoLayout", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.TypeAttributes", + "name": "BeforeFieldInit", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.TypeAttributes", + "name": "Class", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.TypeAttributes", + "name": "ClassSemanticsMask", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.TypeAttributes", + "name": "CustomFormatClass", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.TypeAttributes", + "name": "CustomFormatMask", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.TypeAttributes", + "name": "ExplicitLayout", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.TypeAttributes", + "name": "HasSecurity", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.TypeAttributes", + "name": "Import", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.TypeAttributes", + "name": "Interface", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.TypeAttributes", + "name": "LayoutMask", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.TypeAttributes", + "name": "NestedAssembly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.TypeAttributes", + "name": "NestedFamANDAssem", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.TypeAttributes", + "name": "NestedFamily", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.TypeAttributes", + "name": "NestedFamORAssem", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.TypeAttributes", + "name": "NestedPrivate", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.TypeAttributes", + "name": "NestedPublic", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.TypeAttributes", + "name": "NotPublic", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.TypeAttributes", + "name": "Public", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.TypeAttributes", + "name": "ReservedMask", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.TypeAttributes", + "name": "RTSpecialName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.TypeAttributes", + "name": "Sealed", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.TypeAttributes", + "name": "SequentialLayout", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.TypeAttributes", + "name": "Serializable", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.TypeAttributes", + "name": "SpecialName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.TypeAttributes", + "name": "StringFormatMask", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.TypeAttributes", + "name": "UnicodeClass", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.TypeAttributes", + "name": "VisibilityMask", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.TypeAttributes", + "name": "WindowsRuntime", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Reflection.TypeAttributes", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "TypeAttributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Reflection", + "baseClass": "System.Reflection.TypeInfo", + "attribute": "", + "interfaces": [ + "ICustomAttributeProvider", + "_MemberInfo", + "IReflect", + "_Type", + "IReflectableType" + ], + "fields": [ + { + "typeName": "System.Reflection.Assembly", + "name": "Assembly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "AssemblyQualifiedName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Type", + "name": "BaseType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "FullName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Guid", + "name": "GUID", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsConstructedGenericType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "MetadataToken", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Module", + "name": "Module", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Namespace", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.RuntimeTypeHandle", + "name": "TypeHandle", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Type", + "name": "UnderlyingSystemType", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "delegatingType", "typeName": "System.Type" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { + "name": "bindingAttr", + "typeName": "System.Reflection.BindingFlags" + } + ], + "isStatic": false, + "name": "GetConstructors", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "inherit", "typeName": "bool" }], + "isStatic": false, + "name": "GetCustomAttributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "attributeType", "typeName": "System.Type" }, + { "name": "inherit", "typeName": "bool" } + ], + "isStatic": false, + "name": "GetCustomAttributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Type", + "params": [], + "isStatic": false, + "name": "GetElementType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "EventInfo", + "params": [ + { "name": "name", "typeName": "string" }, + { + "name": "bindingAttr", + "typeName": "System.Reflection.BindingFlags" + } + ], + "isStatic": false, + "name": "GetEvent", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetEvents", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { + "name": "bindingAttr", + "typeName": "System.Reflection.BindingFlags" + } + ], + "isStatic": false, + "name": "GetEvents", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "FieldInfo", + "params": [ + { "name": "name", "typeName": "string" }, + { + "name": "bindingAttr", + "typeName": "System.Reflection.BindingFlags" + } + ], + "isStatic": false, + "name": "GetField", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { + "name": "bindingAttr", + "typeName": "System.Reflection.BindingFlags" + } + ], + "isStatic": false, + "name": "GetFields", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Type", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "ignoreCase", "typeName": "bool" } + ], + "isStatic": false, + "name": "GetInterface", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "InterfaceMapping", + "params": [{ "name": "interfaceType", "typeName": "System.Type" }], + "isStatic": false, + "name": "GetInterfaceMap", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetInterfaces", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "type", "typeName": "System.Reflection.MemberTypes" }, + { + "name": "bindingAttr", + "typeName": "System.Reflection.BindingFlags" + } + ], + "isStatic": false, + "name": "GetMember", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { + "name": "bindingAttr", + "typeName": "System.Reflection.BindingFlags" + } + ], + "isStatic": false, + "name": "GetMembers", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { + "name": "bindingAttr", + "typeName": "System.Reflection.BindingFlags" + } + ], + "isStatic": false, + "name": "GetMethods", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Type", + "params": [ + { "name": "name", "typeName": "string" }, + { + "name": "bindingAttr", + "typeName": "System.Reflection.BindingFlags" + } + ], + "isStatic": false, + "name": "GetNestedType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { + "name": "bindingAttr", + "typeName": "System.Reflection.BindingFlags" + } + ], + "isStatic": false, + "name": "GetNestedTypes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { + "name": "bindingAttr", + "typeName": "System.Reflection.BindingFlags" + } + ], + "isStatic": false, + "name": "GetProperties", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "name", "typeName": "string" }, + { + "name": "invokeAttr", + "typeName": "System.Reflection.BindingFlags" + }, + { "name": "binder", "typeName": "System.Reflection.Binder" }, + { "name": "target", "typeName": "object" }, + { "name": "args", "typeName": "object[]" }, + { + "name": "modifiers", + "typeName": "System.Reflection.ParameterModifier[]" + }, + { + "name": "culture", + "typeName": "System.Globalization.CultureInfo" + }, + { "name": "namedParameters", "typeName": "string[]" } + ], + "isStatic": false, + "name": "InvokeMember", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "typeInfo", "typeName": "System.Reflection.TypeInfo" } + ], + "isStatic": false, + "name": "IsAssignableFrom", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "attributeType", "typeName": "System.Type" }, + { "name": "inherit", "typeName": "bool" } + ], + "isStatic": false, + "name": "IsDefined", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "TypeDelegator", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Reflection", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "m", "typeName": "System.Type" }, + { "name": "filterCriteria", "typeName": "object" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "m", "typeName": "System.Type" }, + { "name": "filterCriteria", "typeName": "object" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "TypeFilter", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Reflection", + "baseClass": "System.Type", + "attribute": "", + "interfaces": [ + "ICustomAttributeProvider", + "_MemberInfo", + "IReflect", + "_Type", + "IReflectableType" + ], + "fields": [ + { + "typeName": "System.Collections.Generic.IEnumerable", + "name": "DeclaredConstructors", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Collections.Generic.IEnumerable", + "name": "DeclaredEvents", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Collections.Generic.IEnumerable", + "name": "DeclaredFields", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Collections.Generic.IEnumerable", + "name": "DeclaredMembers", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Collections.Generic.IEnumerable", + "name": "DeclaredMethods", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Collections.Generic.IEnumerable", + "name": "DeclaredNestedTypes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Collections.Generic.IEnumerable", + "name": "DeclaredProperties", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Type[]", + "name": "GenericTypeParameters", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Collections.Generic.IEnumerable", + "name": "ImplementedInterfaces", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Type", + "params": [], + "isStatic": false, + "name": "AsType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "EventInfo", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "GetDeclaredEvent", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "FieldInfo", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "GetDeclaredField", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "MethodInfo", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "GetDeclaredMethod", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "GetDeclaredMethods", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "TypeInfo", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "GetDeclaredNestedType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "PropertyInfo", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "GetDeclaredProperty", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "typeInfo", "typeName": "System.Reflection.TypeInfo" } + ], + "isStatic": false, + "name": "IsAssignableFrom", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "TypeInfo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Reflection.Emit", + "baseClass": "System.Reflection.Assembly", + "attribute": "", + "interfaces": [ + "ICustomAttributeProvider", + "_Assembly", + "ISerializable", + "IEvidenceFactory", + "_AssemblyBuilder" + ], + "fields": [ + { + "typeName": "string", + "name": "CodeBase", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.MethodInfo", + "name": "EntryPoint", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Policy.Evidence", + "name": "Evidence", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "FullName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "GlobalAssemblyCache", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "long", + "name": "HostContext", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "ImageRuntimeVersion", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsDynamic", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Location", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Module", + "name": "ManifestModule", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.PermissionSet", + "name": "PermissionSet", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "ReflectionOnly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.SecurityRuleSet", + "name": "SecurityRuleSet", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "fileName", "typeName": "string" } + ], + "isStatic": false, + "name": "AddResourceFile", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "fileName", "typeName": "string" }, + { + "name": "attribute", + "typeName": "System.Reflection.ResourceAttributes" + } + ], + "isStatic": false, + "name": "AddResourceFile", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "AssemblyBuilder", + "params": [ + { "name": "name", "typeName": "System.Reflection.AssemblyName" }, + { + "name": "access", + "typeName": "System.Reflection.Emit.AssemblyBuilderAccess" + } + ], + "isStatic": true, + "name": "DefineDynamicAssembly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "AssemblyBuilder", + "params": [ + { "name": "name", "typeName": "System.Reflection.AssemblyName" }, + { + "name": "access", + "typeName": "System.Reflection.Emit.AssemblyBuilderAccess" + }, + { + "name": "assemblyAttributes", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": true, + "name": "DefineDynamicAssembly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ModuleBuilder", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "DefineDynamicModule", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ModuleBuilder", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "emitSymbolInfo", "typeName": "bool" } + ], + "isStatic": false, + "name": "DefineDynamicModule", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ModuleBuilder", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "fileName", "typeName": "string" } + ], + "isStatic": false, + "name": "DefineDynamicModule", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ModuleBuilder", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "fileName", "typeName": "string" }, + { "name": "emitSymbolInfo", "typeName": "bool" } + ], + "isStatic": false, + "name": "DefineDynamicModule", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IResourceWriter", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "description", "typeName": "string" }, + { "name": "fileName", "typeName": "string" } + ], + "isStatic": false, + "name": "DefineResource", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IResourceWriter", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "description", "typeName": "string" }, + { "name": "fileName", "typeName": "string" }, + { + "name": "attribute", + "typeName": "System.Reflection.ResourceAttributes" + } + ], + "isStatic": false, + "name": "DefineResource", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "resource", "typeName": "byte[]" }], + "isStatic": false, + "name": "DefineUnmanagedResource", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "resourceFileName", "typeName": "string" }], + "isStatic": false, + "name": "DefineUnmanagedResource", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "DefineVersionInfoResource", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "product", "typeName": "string" }, + { "name": "productVersion", "typeName": "string" }, + { "name": "company", "typeName": "string" }, + { "name": "copyright", "typeName": "string" }, + { "name": "trademark", "typeName": "string" } + ], + "isStatic": false, + "name": "DefineVersionInfoResource", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "inherit", "typeName": "bool" }], + "isStatic": false, + "name": "GetCustomAttributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "attributeType", "typeName": "System.Type" }, + { "name": "inherit", "typeName": "bool" } + ], + "isStatic": false, + "name": "GetCustomAttributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IList", + "params": [], + "isStatic": false, + "name": "GetCustomAttributesData", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ModuleBuilder", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "GetDynamicModule", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetExportedTypes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "FileStream", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "GetFile", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "getResourceModules", "typeName": "bool" }], + "isStatic": false, + "name": "GetFiles", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "getResourceModules", "typeName": "bool" }], + "isStatic": false, + "name": "GetLoadedModules", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ManifestResourceInfo", + "params": [{ "name": "resourceName", "typeName": "string" }], + "isStatic": false, + "name": "GetManifestResourceInfo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetManifestResourceNames", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Stream", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "GetManifestResourceStream", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Stream", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { "name": "name", "typeName": "string" } + ], + "isStatic": false, + "name": "GetManifestResourceStream", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Module", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "GetModule", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "getResourceModules", "typeName": "bool" }], + "isStatic": false, + "name": "GetModules", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "AssemblyName", + "params": [{ "name": "copiedName", "typeName": "bool" }], + "isStatic": false, + "name": "GetName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetReferencedAssemblies", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Assembly", + "params": [ + { + "name": "culture", + "typeName": "System.Globalization.CultureInfo" + } + ], + "isStatic": false, + "name": "GetSatelliteAssembly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Assembly", + "params": [ + { + "name": "culture", + "typeName": "System.Globalization.CultureInfo" + }, + { "name": "version", "typeName": "System.Version" } + ], + "isStatic": false, + "name": "GetSatelliteAssembly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Type", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "throwOnError", "typeName": "bool" }, + { "name": "ignoreCase", "typeName": "bool" } + ], + "isStatic": false, + "name": "GetType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "attributeType", "typeName": "System.Type" }, + { "name": "inherit", "typeName": "bool" } + ], + "isStatic": false, + "name": "IsDefined", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "assemblyFileName", "typeName": "string" }], + "isStatic": false, + "name": "Save", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "assemblyFileName", "typeName": "string" }, + { + "name": "portableExecutableKind", + "typeName": "System.Reflection.PortableExecutableKinds" + }, + { + "name": "imageFileMachine", + "typeName": "System.Reflection.ImageFileMachine" + } + ], + "isStatic": false, + "name": "Save", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "con", "typeName": "System.Reflection.ConstructorInfo" }, + { "name": "binaryAttribute", "typeName": "byte[]" } + ], + "isStatic": false, + "name": "SetCustomAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "customBuilder", + "typeName": "System.Reflection.Emit.CustomAttributeBuilder" + } + ], + "isStatic": false, + "name": "SetCustomAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "entryMethod", + "typeName": "System.Reflection.MethodInfo" + } + ], + "isStatic": false, + "name": "SetEntryPoint", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "entryMethod", + "typeName": "System.Reflection.MethodInfo" + }, + { + "name": "fileKind", + "typeName": "System.Reflection.Emit.PEFileKinds" + } + ], + "isStatic": false, + "name": "SetEntryPoint", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "AssemblyBuilder", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Reflection.Emit", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Reflection.Emit.AssemblyBuilderAccess", + "name": "ReflectionOnly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.AssemblyBuilderAccess", + "name": "Run", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.AssemblyBuilderAccess", + "name": "RunAndCollect", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.AssemblyBuilderAccess", + "name": "RunAndSave", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.AssemblyBuilderAccess", + "name": "Save", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Reflection.Emit.AssemblyBuilderAccess", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "AssemblyBuilderAccess", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Reflection.Emit", + "baseClass": "System.Reflection.ConstructorInfo", + "attribute": "", + "interfaces": [ + "ICustomAttributeProvider", + "_MemberInfo", + "_MethodBase", + "_ConstructorInfo", + "_ConstructorBuilder" + ], + "fields": [ + { + "typeName": "System.Reflection.MethodAttributes", + "name": "Attributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.CallingConventions", + "name": "CallingConvention", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Type", + "name": "DeclaringType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "InitLocals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.RuntimeMethodHandle", + "name": "MethodHandle", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Module", + "name": "Module", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Type", + "name": "ReflectedType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Type", + "name": "ReturnType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Signature", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "action", + "typeName": "System.Security.Permissions.SecurityAction" + }, + { "name": "pset", "typeName": "System.Security.PermissionSet" } + ], + "isStatic": false, + "name": "AddDeclarativeSecurity", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ParameterBuilder", + "params": [ + { "name": "iSequence", "typeName": "int" }, + { + "name": "attributes", + "typeName": "System.Reflection.ParameterAttributes" + }, + { "name": "strParamName", "typeName": "string" } + ], + "isStatic": false, + "name": "DefineParameter", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "inherit", "typeName": "bool" }], + "isStatic": false, + "name": "GetCustomAttributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "attributeType", "typeName": "System.Type" }, + { "name": "inherit", "typeName": "bool" } + ], + "isStatic": false, + "name": "GetCustomAttributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ILGenerator", + "params": [], + "isStatic": false, + "name": "GetILGenerator", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ILGenerator", + "params": [{ "name": "streamSize", "typeName": "int" }], + "isStatic": false, + "name": "GetILGenerator", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "MethodImplAttributes", + "params": [], + "isStatic": false, + "name": "GetMethodImplementationFlags", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Module", + "params": [], + "isStatic": false, + "name": "GetModule", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetParameters", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "MethodToken", + "params": [], + "isStatic": false, + "name": "GetToken", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "obj", "typeName": "object" }, + { + "name": "invokeAttr", + "typeName": "System.Reflection.BindingFlags" + }, + { "name": "binder", "typeName": "System.Reflection.Binder" }, + { "name": "parameters", "typeName": "object[]" }, + { + "name": "culture", + "typeName": "System.Globalization.CultureInfo" + } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { + "name": "invokeAttr", + "typeName": "System.Reflection.BindingFlags" + }, + { "name": "binder", "typeName": "System.Reflection.Binder" }, + { "name": "parameters", "typeName": "object[]" }, + { + "name": "culture", + "typeName": "System.Globalization.CultureInfo" + } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "attributeType", "typeName": "System.Type" }, + { "name": "inherit", "typeName": "bool" } + ], + "isStatic": false, + "name": "IsDefined", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "con", "typeName": "System.Reflection.ConstructorInfo" }, + { "name": "binaryAttribute", "typeName": "byte[]" } + ], + "isStatic": false, + "name": "SetCustomAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "customBuilder", + "typeName": "System.Reflection.Emit.CustomAttributeBuilder" + } + ], + "isStatic": false, + "name": "SetCustomAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "attributes", + "typeName": "System.Reflection.MethodImplAttributes" + } + ], + "isStatic": false, + "name": "SetImplementationFlags", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "il", "typeName": "byte[]" }, + { "name": "maxStack", "typeName": "int" }, + { "name": "localSignature", "typeName": "byte[]" }, + { + "name": "exceptionHandlers", + "typeName": "System.Collections.Generic.IEnumerable" + }, + { + "name": "tokenFixups", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": false, + "name": "SetMethodBody", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "data", "typeName": "byte[]" } + ], + "isStatic": false, + "name": "SetSymCustomAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ConstructorBuilder", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Reflection.Emit", + "baseClass": "object", + "attribute": "", + "interfaces": ["_CustomAttributeBuilder"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "con", "typeName": "System.Reflection.ConstructorInfo" }, + { "name": "constructorArgs", "typeName": "object[]" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "con", "typeName": "System.Reflection.ConstructorInfo" }, + { "name": "constructorArgs", "typeName": "object[]" }, + { + "name": "namedFields", + "typeName": "System.Reflection.FieldInfo[]" + }, + { "name": "fieldValues", "typeName": "object[]" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "con", "typeName": "System.Reflection.ConstructorInfo" }, + { "name": "constructorArgs", "typeName": "object[]" }, + { + "name": "namedProperties", + "typeName": "System.Reflection.PropertyInfo[]" + }, + { "name": "propertyValues", "typeName": "object[]" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "con", "typeName": "System.Reflection.ConstructorInfo" }, + { "name": "constructorArgs", "typeName": "object[]" }, + { + "name": "namedProperties", + "typeName": "System.Reflection.PropertyInfo[]" + }, + { "name": "propertyValues", "typeName": "object[]" }, + { + "name": "namedFields", + "typeName": "System.Reflection.FieldInfo[]" + }, + { "name": "fieldValues", "typeName": "object[]" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "CustomAttributeBuilder", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Reflection.Emit", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Reflection.Emit.DynamicMethod", + "name": "DynamicMethod", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Int32", + "params": [{ "name": "signature", "typeName": "byte[]" }], + "isStatic": false, + "name": "GetTokenFor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "method", + "typeName": "System.Reflection.Emit.DynamicMethod" + } + ], + "isStatic": false, + "name": "GetTokenFor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "field", "typeName": "System.RuntimeFieldHandle" } + ], + "isStatic": false, + "name": "GetTokenFor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "field", "typeName": "System.RuntimeFieldHandle" }, + { "name": "contextType", "typeName": "System.RuntimeTypeHandle" } + ], + "isStatic": false, + "name": "GetTokenFor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "method", "typeName": "System.RuntimeMethodHandle" } + ], + "isStatic": false, + "name": "GetTokenFor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "method", "typeName": "System.RuntimeMethodHandle" }, + { "name": "contextType", "typeName": "System.RuntimeTypeHandle" } + ], + "isStatic": false, + "name": "GetTokenFor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "type", "typeName": "System.RuntimeTypeHandle" } + ], + "isStatic": false, + "name": "GetTokenFor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "literal", "typeName": "string" }], + "isStatic": false, + "name": "GetTokenFor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "code", "typeName": "byte*" }, + { "name": "codeSize", "typeName": "int" }, + { "name": "maxStackSize", "typeName": "int" } + ], + "isStatic": false, + "name": "SetCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "code", "typeName": "byte[]" }, + { "name": "maxStackSize", "typeName": "int" } + ], + "isStatic": false, + "name": "SetCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "exceptions", "typeName": "byte*" }, + { "name": "exceptionsSize", "typeName": "int" } + ], + "isStatic": false, + "name": "SetExceptions", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "exceptions", "typeName": "byte[]" }], + "isStatic": false, + "name": "SetExceptions", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "localSignature", "typeName": "byte*" }, + { "name": "signatureSize", "typeName": "int" } + ], + "isStatic": false, + "name": "SetLocalSignature", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "localSignature", "typeName": "byte[]" }], + "isStatic": false, + "name": "SetLocalSignature", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "DynamicILInfo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Reflection.Emit", + "baseClass": "System.Reflection.MethodInfo", + "attribute": "", + "interfaces": [ + "ICustomAttributeProvider", + "_MemberInfo", + "_MethodBase", + "_MethodInfo" + ], + "fields": [ + { + "typeName": "System.Reflection.MethodAttributes", + "name": "Attributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.CallingConventions", + "name": "CallingConvention", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Type", + "name": "DeclaringType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "InitLocals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsSecurityCritical", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsSecuritySafeCritical", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsSecurityTransparent", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.RuntimeMethodHandle", + "name": "MethodHandle", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Module", + "name": "Module", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Type", + "name": "ReflectedType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.ParameterInfo", + "name": "ReturnParameter", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Type", + "name": "ReturnType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.ICustomAttributeProvider", + "name": "ReturnTypeCustomAttributes", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { + "name": "attributes", + "typeName": "System.Reflection.MethodAttributes" + }, + { + "name": "callingConvention", + "typeName": "System.Reflection.CallingConventions" + }, + { "name": "returnType", "typeName": "System.Type" }, + { "name": "parameterTypes", "typeName": "System.Type[]" }, + { "name": "m", "typeName": "System.Reflection.Module" }, + { "name": "skipVisibility", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { + "name": "attributes", + "typeName": "System.Reflection.MethodAttributes" + }, + { + "name": "callingConvention", + "typeName": "System.Reflection.CallingConventions" + }, + { "name": "returnType", "typeName": "System.Type" }, + { "name": "parameterTypes", "typeName": "System.Type[]" }, + { "name": "owner", "typeName": "System.Type" }, + { "name": "skipVisibility", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "returnType", "typeName": "System.Type" }, + { "name": "parameterTypes", "typeName": "System.Type[]" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "returnType", "typeName": "System.Type" }, + { "name": "parameterTypes", "typeName": "System.Type[]" }, + { "name": "restrictedSkipVisibility", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "returnType", "typeName": "System.Type" }, + { "name": "parameterTypes", "typeName": "System.Type[]" }, + { "name": "m", "typeName": "System.Reflection.Module" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "returnType", "typeName": "System.Type" }, + { "name": "parameterTypes", "typeName": "System.Type[]" }, + { "name": "m", "typeName": "System.Reflection.Module" }, + { "name": "skipVisibility", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "returnType", "typeName": "System.Type" }, + { "name": "parameterTypes", "typeName": "System.Type[]" }, + { "name": "owner", "typeName": "System.Type" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "returnType", "typeName": "System.Type" }, + { "name": "parameterTypes", "typeName": "System.Type[]" }, + { "name": "owner", "typeName": "System.Type" }, + { "name": "skipVisibility", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Delegate", + "params": [{ "name": "delegateType", "typeName": "System.Type" }], + "isStatic": false, + "name": "CreateDelegate", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Delegate", + "params": [ + { "name": "delegateType", "typeName": "System.Type" }, + { "name": "target", "typeName": "object" } + ], + "isStatic": false, + "name": "CreateDelegate", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ParameterBuilder", + "params": [ + { "name": "position", "typeName": "int" }, + { + "name": "attributes", + "typeName": "System.Reflection.ParameterAttributes" + }, + { "name": "parameterName", "typeName": "string" } + ], + "isStatic": false, + "name": "DefineParameter", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "MethodInfo", + "params": [], + "isStatic": false, + "name": "GetBaseDefinition", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "inherit", "typeName": "bool" }], + "isStatic": false, + "name": "GetCustomAttributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "attributeType", "typeName": "System.Type" }, + { "name": "inherit", "typeName": "bool" } + ], + "isStatic": false, + "name": "GetCustomAttributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DynamicILInfo", + "params": [], + "isStatic": false, + "name": "GetDynamicILInfo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ILGenerator", + "params": [], + "isStatic": false, + "name": "GetILGenerator", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ILGenerator", + "params": [{ "name": "streamSize", "typeName": "int" }], + "isStatic": false, + "name": "GetILGenerator", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "MethodImplAttributes", + "params": [], + "isStatic": false, + "name": "GetMethodImplementationFlags", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetParameters", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "obj", "typeName": "object" }, + { + "name": "invokeAttr", + "typeName": "System.Reflection.BindingFlags" + }, + { "name": "binder", "typeName": "System.Reflection.Binder" }, + { "name": "parameters", "typeName": "object[]" }, + { + "name": "culture", + "typeName": "System.Globalization.CultureInfo" + } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "attributeType", "typeName": "System.Type" }, + { "name": "inherit", "typeName": "bool" } + ], + "isStatic": false, + "name": "IsDefined", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "DynamicMethod", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Reflection.Emit", + "baseClass": "System.Reflection.TypeInfo", + "attribute": "", + "interfaces": [ + "ICustomAttributeProvider", + "_MemberInfo", + "IReflect", + "_Type", + "IReflectableType", + "_EnumBuilder" + ], + "fields": [ + { + "typeName": "System.Reflection.Assembly", + "name": "Assembly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "AssemblyQualifiedName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Type", + "name": "BaseType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Type", + "name": "DeclaringType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "FullName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Guid", + "name": "GUID", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsConstructedGenericType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Module", + "name": "Module", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Namespace", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Type", + "name": "ReflectedType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.RuntimeTypeHandle", + "name": "TypeHandle", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.TypeToken", + "name": "TypeToken", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.FieldBuilder", + "name": "UnderlyingField", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Type", + "name": "UnderlyingSystemType", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Type", + "params": [], + "isStatic": false, + "name": "CreateType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "TypeInfo", + "params": [], + "isStatic": false, + "name": "CreateTypeInfo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "FieldBuilder", + "params": [ + { "name": "literalName", "typeName": "string" }, + { "name": "literalValue", "typeName": "object" } + ], + "isStatic": false, + "name": "DefineLiteral", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { + "name": "bindingAttr", + "typeName": "System.Reflection.BindingFlags" + } + ], + "isStatic": false, + "name": "GetConstructors", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "inherit", "typeName": "bool" }], + "isStatic": false, + "name": "GetCustomAttributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "attributeType", "typeName": "System.Type" }, + { "name": "inherit", "typeName": "bool" } + ], + "isStatic": false, + "name": "GetCustomAttributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Type", + "params": [], + "isStatic": false, + "name": "GetElementType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Type", + "params": [], + "isStatic": false, + "name": "GetEnumUnderlyingType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "EventInfo", + "params": [ + { "name": "name", "typeName": "string" }, + { + "name": "bindingAttr", + "typeName": "System.Reflection.BindingFlags" + } + ], + "isStatic": false, + "name": "GetEvent", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetEvents", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { + "name": "bindingAttr", + "typeName": "System.Reflection.BindingFlags" + } + ], + "isStatic": false, + "name": "GetEvents", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "FieldInfo", + "params": [ + { "name": "name", "typeName": "string" }, + { + "name": "bindingAttr", + "typeName": "System.Reflection.BindingFlags" + } + ], + "isStatic": false, + "name": "GetField", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { + "name": "bindingAttr", + "typeName": "System.Reflection.BindingFlags" + } + ], + "isStatic": false, + "name": "GetFields", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Type", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "ignoreCase", "typeName": "bool" } + ], + "isStatic": false, + "name": "GetInterface", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "InterfaceMapping", + "params": [{ "name": "interfaceType", "typeName": "System.Type" }], + "isStatic": false, + "name": "GetInterfaceMap", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetInterfaces", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "type", "typeName": "System.Reflection.MemberTypes" }, + { + "name": "bindingAttr", + "typeName": "System.Reflection.BindingFlags" + } + ], + "isStatic": false, + "name": "GetMember", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { + "name": "bindingAttr", + "typeName": "System.Reflection.BindingFlags" + } + ], + "isStatic": false, + "name": "GetMembers", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { + "name": "bindingAttr", + "typeName": "System.Reflection.BindingFlags" + } + ], + "isStatic": false, + "name": "GetMethods", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Type", + "params": [ + { "name": "name", "typeName": "string" }, + { + "name": "bindingAttr", + "typeName": "System.Reflection.BindingFlags" + } + ], + "isStatic": false, + "name": "GetNestedType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { + "name": "bindingAttr", + "typeName": "System.Reflection.BindingFlags" + } + ], + "isStatic": false, + "name": "GetNestedTypes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { + "name": "bindingAttr", + "typeName": "System.Reflection.BindingFlags" + } + ], + "isStatic": false, + "name": "GetProperties", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "name", "typeName": "string" }, + { + "name": "invokeAttr", + "typeName": "System.Reflection.BindingFlags" + }, + { "name": "binder", "typeName": "System.Reflection.Binder" }, + { "name": "target", "typeName": "object" }, + { "name": "args", "typeName": "object[]" }, + { + "name": "modifiers", + "typeName": "System.Reflection.ParameterModifier[]" + }, + { + "name": "culture", + "typeName": "System.Globalization.CultureInfo" + }, + { "name": "namedParameters", "typeName": "string[]" } + ], + "isStatic": false, + "name": "InvokeMember", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "typeInfo", "typeName": "System.Reflection.TypeInfo" } + ], + "isStatic": false, + "name": "IsAssignableFrom", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "attributeType", "typeName": "System.Type" }, + { "name": "inherit", "typeName": "bool" } + ], + "isStatic": false, + "name": "IsDefined", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Type", + "params": [], + "isStatic": false, + "name": "MakeArrayType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Type", + "params": [{ "name": "rank", "typeName": "int" }], + "isStatic": false, + "name": "MakeArrayType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Type", + "params": [], + "isStatic": false, + "name": "MakeByRefType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Type", + "params": [], + "isStatic": false, + "name": "MakePointerType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "con", "typeName": "System.Reflection.ConstructorInfo" }, + { "name": "binaryAttribute", "typeName": "byte[]" } + ], + "isStatic": false, + "name": "SetCustomAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "customBuilder", + "typeName": "System.Reflection.Emit.CustomAttributeBuilder" + } + ], + "isStatic": false, + "name": "SetCustomAttribute", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "EnumBuilder", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Reflection.Emit", + "baseClass": "object", + "attribute": "", + "interfaces": ["_EventBuilder"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "mdBuilder", + "typeName": "System.Reflection.Emit.MethodBuilder" + } + ], + "isStatic": false, + "name": "AddOtherMethod", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "EventToken", + "params": [], + "isStatic": false, + "name": "GetEventToken", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "mdBuilder", + "typeName": "System.Reflection.Emit.MethodBuilder" + } + ], + "isStatic": false, + "name": "SetAddOnMethod", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "con", "typeName": "System.Reflection.ConstructorInfo" }, + { "name": "binaryAttribute", "typeName": "byte[]" } + ], + "isStatic": false, + "name": "SetCustomAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "customBuilder", + "typeName": "System.Reflection.Emit.CustomAttributeBuilder" + } + ], + "isStatic": false, + "name": "SetCustomAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "mdBuilder", + "typeName": "System.Reflection.Emit.MethodBuilder" + } + ], + "isStatic": false, + "name": "SetRaiseMethod", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "mdBuilder", + "typeName": "System.Reflection.Emit.MethodBuilder" + } + ], + "isStatic": false, + "name": "SetRemoveOnMethod", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "EventBuilder", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Reflection.Emit", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IEquatable"], + "fields": [ + { + "typeName": "int", + "name": "ExceptionTypeToken", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "FilterOffset", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "HandlerLength", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "HandlerOffset", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.ExceptionHandlingClauseOptions", + "name": "Kind", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "TryLength", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "TryOffset", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "tryOffset", "typeName": "int" }, + { "name": "tryLength", "typeName": "int" }, + { "name": "filterOffset", "typeName": "int" }, + { "name": "handlerOffset", "typeName": "int" }, + { "name": "handlerLength", "typeName": "int" }, + { + "name": "kind", + "typeName": "System.Reflection.ExceptionHandlingClauseOptions" + }, + { "name": "exceptionTypeToken", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "other", + "typeName": "System.Reflection.Emit.ExceptionHandler" + } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "left", + "typeName": "System.Reflection.Emit.ExceptionHandler" + }, + { + "name": "right", + "typeName": "System.Reflection.Emit.ExceptionHandler" + } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "left", + "typeName": "System.Reflection.Emit.ExceptionHandler" + }, + { + "name": "right", + "typeName": "System.Reflection.Emit.ExceptionHandler" + } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ExceptionHandler", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Reflection.Emit", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Reflection.Emit.EventToken", + "name": "Empty", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "Token", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "obj", "typeName": "System.Reflection.Emit.EventToken" } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "a", "typeName": "System.Reflection.Emit.EventToken" }, + { "name": "b", "typeName": "System.Reflection.Emit.EventToken" } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "a", "typeName": "System.Reflection.Emit.EventToken" }, + { "name": "b", "typeName": "System.Reflection.Emit.EventToken" } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "EventToken", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Reflection.Emit", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Reflection.Emit.FieldToken", + "name": "Empty", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "Token", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "obj", "typeName": "System.Reflection.Emit.FieldToken" } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "a", "typeName": "System.Reflection.Emit.FieldToken" }, + { "name": "b", "typeName": "System.Reflection.Emit.FieldToken" } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "a", "typeName": "System.Reflection.Emit.FieldToken" }, + { "name": "b", "typeName": "System.Reflection.Emit.FieldToken" } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "FieldToken", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Reflection.Emit", + "baseClass": "System.Reflection.FieldInfo", + "attribute": "", + "interfaces": [ + "ICustomAttributeProvider", + "_MemberInfo", + "_FieldInfo", + "_FieldBuilder" + ], + "fields": [ + { + "typeName": "System.Reflection.FieldAttributes", + "name": "Attributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Type", + "name": "DeclaringType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.RuntimeFieldHandle", + "name": "FieldHandle", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Type", + "name": "FieldType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Module", + "name": "Module", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Type", + "name": "ReflectedType", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "", + "params": [{ "name": "inherit", "typeName": "bool" }], + "isStatic": false, + "name": "GetCustomAttributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "attributeType", "typeName": "System.Type" }, + { "name": "inherit", "typeName": "bool" } + ], + "isStatic": false, + "name": "GetCustomAttributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "FieldToken", + "params": [], + "isStatic": false, + "name": "GetToken", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "GetValue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "attributeType", "typeName": "System.Type" }, + { "name": "inherit", "typeName": "bool" } + ], + "isStatic": false, + "name": "IsDefined", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "defaultValue", "typeName": "object" }], + "isStatic": false, + "name": "SetConstant", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "con", "typeName": "System.Reflection.ConstructorInfo" }, + { "name": "binaryAttribute", "typeName": "byte[]" } + ], + "isStatic": false, + "name": "SetCustomAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "customBuilder", + "typeName": "System.Reflection.Emit.CustomAttributeBuilder" + } + ], + "isStatic": false, + "name": "SetCustomAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "unmanagedMarshal", + "typeName": "System.Reflection.Emit.UnmanagedMarshal" + } + ], + "isStatic": false, + "name": "SetMarshal", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "iOffset", "typeName": "int" }], + "isStatic": false, + "name": "SetOffset", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "obj", "typeName": "object" }, + { "name": "val", "typeName": "object" }, + { + "name": "invokeAttr", + "typeName": "System.Reflection.BindingFlags" + }, + { "name": "binder", "typeName": "System.Reflection.Binder" }, + { + "name": "culture", + "typeName": "System.Globalization.CultureInfo" + } + ], + "isStatic": false, + "name": "SetValue", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "FieldBuilder", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Reflection.Emit", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Reflection.Emit.FlowControl", + "name": "Branch", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.FlowControl", + "name": "Break", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.FlowControl", + "name": "Call", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.FlowControl", + "name": "Cond_Branch", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.FlowControl", + "name": "Meta", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.FlowControl", + "name": "Next", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.FlowControl", + "name": "Phi", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.FlowControl", + "name": "Return", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.FlowControl", + "name": "Throw", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Reflection.Emit.FlowControl", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "FlowControl", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Reflection.Emit", + "baseClass": "System.Reflection.TypeInfo", + "attribute": "", + "interfaces": [ + "ICustomAttributeProvider", + "_MemberInfo", + "IReflect", + "_Type", + "IReflectableType" + ], + "fields": [ + { + "typeName": "System.Reflection.Assembly", + "name": "Assembly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "AssemblyQualifiedName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Type", + "name": "BaseType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "ContainsGenericParameters", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.MethodBase", + "name": "DeclaringMethod", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Type", + "name": "DeclaringType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "FullName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.GenericParameterAttributes", + "name": "GenericParameterAttributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "GenericParameterPosition", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Guid", + "name": "GUID", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsConstructedGenericType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsGenericParameter", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsGenericType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsGenericTypeDefinition", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Module", + "name": "Module", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Namespace", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Type", + "name": "ReflectedType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.RuntimeTypeHandle", + "name": "TypeHandle", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Type", + "name": "UnderlyingSystemType", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [{ "name": "o", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { + "name": "bindingAttr", + "typeName": "System.Reflection.BindingFlags" + } + ], + "isStatic": false, + "name": "GetConstructors", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "inherit", "typeName": "bool" }], + "isStatic": false, + "name": "GetCustomAttributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "attributeType", "typeName": "System.Type" }, + { "name": "inherit", "typeName": "bool" } + ], + "isStatic": false, + "name": "GetCustomAttributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Type", + "params": [], + "isStatic": false, + "name": "GetElementType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "EventInfo", + "params": [ + { "name": "name", "typeName": "string" }, + { + "name": "bindingAttr", + "typeName": "System.Reflection.BindingFlags" + } + ], + "isStatic": false, + "name": "GetEvent", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetEvents", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { + "name": "bindingAttr", + "typeName": "System.Reflection.BindingFlags" + } + ], + "isStatic": false, + "name": "GetEvents", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "FieldInfo", + "params": [ + { "name": "name", "typeName": "string" }, + { + "name": "bindingAttr", + "typeName": "System.Reflection.BindingFlags" + } + ], + "isStatic": false, + "name": "GetField", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { + "name": "bindingAttr", + "typeName": "System.Reflection.BindingFlags" + } + ], + "isStatic": false, + "name": "GetFields", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetGenericArguments", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Type", + "params": [], + "isStatic": false, + "name": "GetGenericTypeDefinition", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Type", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "ignoreCase", "typeName": "bool" } + ], + "isStatic": false, + "name": "GetInterface", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "InterfaceMapping", + "params": [{ "name": "interfaceType", "typeName": "System.Type" }], + "isStatic": false, + "name": "GetInterfaceMap", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetInterfaces", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "type", "typeName": "System.Reflection.MemberTypes" }, + { + "name": "bindingAttr", + "typeName": "System.Reflection.BindingFlags" + } + ], + "isStatic": false, + "name": "GetMember", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { + "name": "bindingAttr", + "typeName": "System.Reflection.BindingFlags" + } + ], + "isStatic": false, + "name": "GetMembers", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { + "name": "bindingAttr", + "typeName": "System.Reflection.BindingFlags" + } + ], + "isStatic": false, + "name": "GetMethods", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Type", + "params": [ + { "name": "name", "typeName": "string" }, + { + "name": "bindingAttr", + "typeName": "System.Reflection.BindingFlags" + } + ], + "isStatic": false, + "name": "GetNestedType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { + "name": "bindingAttr", + "typeName": "System.Reflection.BindingFlags" + } + ], + "isStatic": false, + "name": "GetNestedTypes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { + "name": "bindingAttr", + "typeName": "System.Reflection.BindingFlags" + } + ], + "isStatic": false, + "name": "GetProperties", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "name", "typeName": "string" }, + { + "name": "invokeAttr", + "typeName": "System.Reflection.BindingFlags" + }, + { "name": "binder", "typeName": "System.Reflection.Binder" }, + { "name": "target", "typeName": "object" }, + { "name": "args", "typeName": "object[]" }, + { + "name": "modifiers", + "typeName": "System.Reflection.ParameterModifier[]" + }, + { + "name": "culture", + "typeName": "System.Globalization.CultureInfo" + }, + { "name": "namedParameters", "typeName": "string[]" } + ], + "isStatic": false, + "name": "InvokeMember", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "typeInfo", "typeName": "System.Reflection.TypeInfo" } + ], + "isStatic": false, + "name": "IsAssignableFrom", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "c", "typeName": "System.Type" }], + "isStatic": false, + "name": "IsAssignableFrom", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "attributeType", "typeName": "System.Type" }, + { "name": "inherit", "typeName": "bool" } + ], + "isStatic": false, + "name": "IsDefined", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "c", "typeName": "System.Type" }], + "isStatic": false, + "name": "IsSubclassOf", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Type", + "params": [], + "isStatic": false, + "name": "MakeArrayType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Type", + "params": [{ "name": "rank", "typeName": "int" }], + "isStatic": false, + "name": "MakeArrayType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Type", + "params": [], + "isStatic": false, + "name": "MakeByRefType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Type", + "params": [{ "name": "typeArguments", "typeName": "System.Type[]" }], + "isStatic": false, + "name": "MakeGenericType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Type", + "params": [], + "isStatic": false, + "name": "MakePointerType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "baseTypeConstraint", "typeName": "System.Type" } + ], + "isStatic": false, + "name": "SetBaseTypeConstraint", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "con", "typeName": "System.Reflection.ConstructorInfo" }, + { "name": "binaryAttribute", "typeName": "byte[]" } + ], + "isStatic": false, + "name": "SetCustomAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "customBuilder", + "typeName": "System.Reflection.Emit.CustomAttributeBuilder" + } + ], + "isStatic": false, + "name": "SetCustomAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "genericParameterAttributes", + "typeName": "System.Reflection.GenericParameterAttributes" + } + ], + "isStatic": false, + "name": "SetGenericParameterAttributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "interfaceConstraints", "typeName": "System.Type[]" } + ], + "isStatic": false, + "name": "SetInterfaceConstraints", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "GenericTypeParameterBuilder", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Reflection.Emit", + "baseClass": "object", + "attribute": "", + "interfaces": ["_ILGenerator"], + "fields": [ + { + "typeName": "int", + "name": "ILOffset", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "exceptionType", "typeName": "System.Type" }], + "isStatic": false, + "name": "BeginCatchBlock", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "BeginExceptFilterBlock", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Label", + "params": [], + "isStatic": false, + "name": "BeginExceptionBlock", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "BeginFaultBlock", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "BeginFinallyBlock", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "BeginScope", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "LocalBuilder", + "params": [{ "name": "localType", "typeName": "System.Type" }], + "isStatic": false, + "name": "DeclareLocal", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "LocalBuilder", + "params": [ + { "name": "localType", "typeName": "System.Type" }, + { "name": "pinned", "typeName": "bool" } + ], + "isStatic": false, + "name": "DeclareLocal", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Label", + "params": [], + "isStatic": false, + "name": "DefineLabel", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "opcode", "typeName": "System.Reflection.Emit.OpCode" } + ], + "isStatic": false, + "name": "Emit", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "opcode", "typeName": "System.Reflection.Emit.OpCode" }, + { "name": "arg", "typeName": "byte" } + ], + "isStatic": false, + "name": "Emit", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "opcode", "typeName": "System.Reflection.Emit.OpCode" }, + { "name": "arg", "typeName": "double" } + ], + "isStatic": false, + "name": "Emit", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "opcode", "typeName": "System.Reflection.Emit.OpCode" }, + { "name": "arg", "typeName": "short" } + ], + "isStatic": false, + "name": "Emit", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "opcode", "typeName": "System.Reflection.Emit.OpCode" }, + { "name": "arg", "typeName": "int" } + ], + "isStatic": false, + "name": "Emit", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "opcode", "typeName": "System.Reflection.Emit.OpCode" }, + { "name": "arg", "typeName": "long" } + ], + "isStatic": false, + "name": "Emit", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "opcode", "typeName": "System.Reflection.Emit.OpCode" }, + { "name": "con", "typeName": "System.Reflection.ConstructorInfo" } + ], + "isStatic": false, + "name": "Emit", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "opcode", "typeName": "System.Reflection.Emit.OpCode" }, + { "name": "label", "typeName": "System.Reflection.Emit.Label" } + ], + "isStatic": false, + "name": "Emit", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "opcode", "typeName": "System.Reflection.Emit.OpCode" }, + { "name": "labels", "typeName": "System.Reflection.Emit.Label[]" } + ], + "isStatic": false, + "name": "Emit", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "opcode", "typeName": "System.Reflection.Emit.OpCode" }, + { + "name": "local", + "typeName": "System.Reflection.Emit.LocalBuilder" + } + ], + "isStatic": false, + "name": "Emit", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "opcode", "typeName": "System.Reflection.Emit.OpCode" }, + { + "name": "signature", + "typeName": "System.Reflection.Emit.SignatureHelper" + } + ], + "isStatic": false, + "name": "Emit", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "opcode", "typeName": "System.Reflection.Emit.OpCode" }, + { "name": "field", "typeName": "System.Reflection.FieldInfo" } + ], + "isStatic": false, + "name": "Emit", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "opcode", "typeName": "System.Reflection.Emit.OpCode" }, + { "name": "meth", "typeName": "System.Reflection.MethodInfo" } + ], + "isStatic": false, + "name": "Emit", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "opcode", "typeName": "System.Reflection.Emit.OpCode" }, + { "name": "arg", "typeName": "sbyte" } + ], + "isStatic": false, + "name": "Emit", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "opcode", "typeName": "System.Reflection.Emit.OpCode" }, + { "name": "arg", "typeName": "float" } + ], + "isStatic": false, + "name": "Emit", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "opcode", "typeName": "System.Reflection.Emit.OpCode" }, + { "name": "str", "typeName": "string" } + ], + "isStatic": false, + "name": "Emit", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "opcode", "typeName": "System.Reflection.Emit.OpCode" }, + { "name": "cls", "typeName": "System.Type" } + ], + "isStatic": false, + "name": "Emit", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "opcode", "typeName": "System.Reflection.Emit.OpCode" }, + { + "name": "methodInfo", + "typeName": "System.Reflection.MethodInfo" + }, + { "name": "optionalParameterTypes", "typeName": "System.Type[]" } + ], + "isStatic": false, + "name": "EmitCall", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "opcode", "typeName": "System.Reflection.Emit.OpCode" }, + { + "name": "callingConvention", + "typeName": "System.Reflection.CallingConventions" + }, + { "name": "returnType", "typeName": "System.Type" }, + { "name": "parameterTypes", "typeName": "System.Type[]" }, + { "name": "optionalParameterTypes", "typeName": "System.Type[]" } + ], + "isStatic": false, + "name": "EmitCalli", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "opcode", "typeName": "System.Reflection.Emit.OpCode" }, + { + "name": "unmanagedCallConv", + "typeName": "System.Runtime.InteropServices.CallingConvention" + }, + { "name": "returnType", "typeName": "System.Type" }, + { "name": "parameterTypes", "typeName": "System.Type[]" } + ], + "isStatic": false, + "name": "EmitCalli", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "localBuilder", + "typeName": "System.Reflection.Emit.LocalBuilder" + } + ], + "isStatic": false, + "name": "EmitWriteLine", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "fld", "typeName": "System.Reflection.FieldInfo" } + ], + "isStatic": false, + "name": "EmitWriteLine", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": false, + "name": "EmitWriteLine", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "EndExceptionBlock", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "EndScope", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "loc", "typeName": "System.Reflection.Emit.Label" } + ], + "isStatic": false, + "name": "MarkLabel", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "document", + "typeName": "System.Diagnostics.SymbolStore.ISymbolDocumentWriter" + }, + { "name": "startLine", "typeName": "int" }, + { "name": "startColumn", "typeName": "int" }, + { "name": "endLine", "typeName": "int" }, + { "name": "endColumn", "typeName": "int" } + ], + "isStatic": false, + "name": "MarkSequencePoint", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "excType", "typeName": "System.Type" }], + "isStatic": false, + "name": "ThrowException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "usingNamespace", "typeName": "string" }], + "isStatic": false, + "name": "UsingNamespace", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ILGenerator", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Reflection.Emit", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "obj", "typeName": "System.Reflection.Emit.Label" } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "a", "typeName": "System.Reflection.Emit.Label" }, + { "name": "b", "typeName": "System.Reflection.Emit.Label" } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "a", "typeName": "System.Reflection.Emit.Label" }, + { "name": "b", "typeName": "System.Reflection.Emit.Label" } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "Label", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Reflection.Emit", + "baseClass": "System.Reflection.LocalVariableInfo", + "attribute": "", + "interfaces": ["_LocalBuilder"], + "fields": [ + { + "typeName": "bool", + "name": "IsPinned", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "LocalIndex", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Type", + "name": "LocalType", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "SetLocalSymInfo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "startOffset", "typeName": "int" }, + { "name": "endOffset", "typeName": "int" } + ], + "isStatic": false, + "name": "SetLocalSymInfo", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "LocalBuilder", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Reflection.Emit", + "baseClass": "System.Reflection.MethodInfo", + "attribute": "", + "interfaces": [ + "ICustomAttributeProvider", + "_MemberInfo", + "_MethodBase", + "_MethodInfo", + "_MethodBuilder" + ], + "fields": [ + { + "typeName": "System.Reflection.MethodAttributes", + "name": "Attributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.CallingConventions", + "name": "CallingConvention", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "ContainsGenericParameters", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Type", + "name": "DeclaringType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "InitLocals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsGenericMethod", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsGenericMethodDefinition", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsSecurityCritical", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsSecuritySafeCritical", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsSecurityTransparent", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.RuntimeMethodHandle", + "name": "MethodHandle", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Module", + "name": "Module", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Type", + "name": "ReflectedType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.ParameterInfo", + "name": "ReturnParameter", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Type", + "name": "ReturnType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.ICustomAttributeProvider", + "name": "ReturnTypeCustomAttributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Signature", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "action", + "typeName": "System.Security.Permissions.SecurityAction" + }, + { "name": "pset", "typeName": "System.Security.PermissionSet" } + ], + "isStatic": false, + "name": "AddDeclarativeSecurity", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "il", "typeName": "byte[]" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "CreateMethodBody", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "names", "typeName": "string[]" }], + "isStatic": false, + "name": "DefineGenericParameters", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ParameterBuilder", + "params": [ + { "name": "position", "typeName": "int" }, + { + "name": "attributes", + "typeName": "System.Reflection.ParameterAttributes" + }, + { "name": "strParamName", "typeName": "string" } + ], + "isStatic": false, + "name": "DefineParameter", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "MethodInfo", + "params": [], + "isStatic": false, + "name": "GetBaseDefinition", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "inherit", "typeName": "bool" }], + "isStatic": false, + "name": "GetCustomAttributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "attributeType", "typeName": "System.Type" }, + { "name": "inherit", "typeName": "bool" } + ], + "isStatic": false, + "name": "GetCustomAttributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetGenericArguments", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "MethodInfo", + "params": [], + "isStatic": false, + "name": "GetGenericMethodDefinition", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ILGenerator", + "params": [], + "isStatic": false, + "name": "GetILGenerator", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ILGenerator", + "params": [{ "name": "size", "typeName": "int" }], + "isStatic": false, + "name": "GetILGenerator", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "MethodImplAttributes", + "params": [], + "isStatic": false, + "name": "GetMethodImplementationFlags", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Module", + "params": [], + "isStatic": false, + "name": "GetModule", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetParameters", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "MethodToken", + "params": [], + "isStatic": false, + "name": "GetToken", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "obj", "typeName": "object" }, + { + "name": "invokeAttr", + "typeName": "System.Reflection.BindingFlags" + }, + { "name": "binder", "typeName": "System.Reflection.Binder" }, + { "name": "parameters", "typeName": "object[]" }, + { + "name": "culture", + "typeName": "System.Globalization.CultureInfo" + } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "attributeType", "typeName": "System.Type" }, + { "name": "inherit", "typeName": "bool" } + ], + "isStatic": false, + "name": "IsDefined", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "MethodInfo", + "params": [{ "name": "typeArguments", "typeName": "System.Type[]" }], + "isStatic": false, + "name": "MakeGenericMethod", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "con", "typeName": "System.Reflection.ConstructorInfo" }, + { "name": "binaryAttribute", "typeName": "byte[]" } + ], + "isStatic": false, + "name": "SetCustomAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "customBuilder", + "typeName": "System.Reflection.Emit.CustomAttributeBuilder" + } + ], + "isStatic": false, + "name": "SetCustomAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "attributes", + "typeName": "System.Reflection.MethodImplAttributes" + } + ], + "isStatic": false, + "name": "SetImplementationFlags", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "unmanagedMarshal", + "typeName": "System.Reflection.Emit.UnmanagedMarshal" + } + ], + "isStatic": false, + "name": "SetMarshal", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "il", "typeName": "byte[]" }, + { "name": "maxStack", "typeName": "int" }, + { "name": "localSignature", "typeName": "byte[]" }, + { + "name": "exceptionHandlers", + "typeName": "System.Collections.Generic.IEnumerable" + }, + { + "name": "tokenFixups", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": false, + "name": "SetMethodBody", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "parameterTypes", "typeName": "System.Type[]" }], + "isStatic": false, + "name": "SetParameters", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "returnType", "typeName": "System.Type" }], + "isStatic": false, + "name": "SetReturnType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "returnType", "typeName": "System.Type" }, + { + "name": "returnTypeRequiredCustomModifiers", + "typeName": "System.Type[]" + }, + { + "name": "returnTypeOptionalCustomModifiers", + "typeName": "System.Type[]" + }, + { "name": "parameterTypes", "typeName": "System.Type[]" }, + { + "name": "parameterTypeRequiredCustomModifiers", + "typeName": "System.Type[][]" + }, + { + "name": "parameterTypeOptionalCustomModifiers", + "typeName": "System.Type[][]" + } + ], + "isStatic": false, + "name": "SetSignature", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "data", "typeName": "byte[]" } + ], + "isStatic": false, + "name": "SetSymCustomAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "MethodBuilder", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Reflection.Emit", + "baseClass": "object", + "attribute": "", + "interfaces": ["_MethodRental"], + "fields": [ + { + "typeName": "int", + "name": "JitImmediate", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "JitOnDemand", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "cls", "typeName": "System.Type" }, + { "name": "methodtoken", "typeName": "int" }, + { "name": "rgIL", "typeName": "System.IntPtr" }, + { "name": "methodSize", "typeName": "int" }, + { "name": "flags", "typeName": "int" } + ], + "isStatic": true, + "name": "SwapMethodBody", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "MethodRental", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Reflection.Emit", + "baseClass": "System.Reflection.Module", + "attribute": "", + "interfaces": [ + "ICustomAttributeProvider", + "_Module", + "ISerializable", + "_ModuleBuilder" + ], + "fields": [ + { + "typeName": "System.Reflection.Assembly", + "name": "Assembly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "FullyQualifiedName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "MDStreamVersion", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "MetadataToken", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Guid", + "name": "ModuleVersionId", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "ScopeName", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "CreateGlobalFunctions", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ISymbolDocumentWriter", + "params": [ + { "name": "url", "typeName": "string" }, + { "name": "language", "typeName": "System.Guid" }, + { "name": "languageVendor", "typeName": "System.Guid" }, + { "name": "documentType", "typeName": "System.Guid" } + ], + "isStatic": false, + "name": "DefineDocument", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "EnumBuilder", + "params": [ + { "name": "name", "typeName": "string" }, + { + "name": "visibility", + "typeName": "System.Reflection.TypeAttributes" + }, + { "name": "underlyingType", "typeName": "System.Type" } + ], + "isStatic": false, + "name": "DefineEnum", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "MethodBuilder", + "params": [ + { "name": "name", "typeName": "string" }, + { + "name": "attributes", + "typeName": "System.Reflection.MethodAttributes" + }, + { + "name": "callingConvention", + "typeName": "System.Reflection.CallingConventions" + }, + { "name": "returnType", "typeName": "System.Type" }, + { "name": "parameterTypes", "typeName": "System.Type[]" } + ], + "isStatic": false, + "name": "DefineGlobalMethod", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "MethodBuilder", + "params": [ + { "name": "name", "typeName": "string" }, + { + "name": "attributes", + "typeName": "System.Reflection.MethodAttributes" + }, + { + "name": "callingConvention", + "typeName": "System.Reflection.CallingConventions" + }, + { "name": "returnType", "typeName": "System.Type" }, + { + "name": "requiredReturnTypeCustomModifiers", + "typeName": "System.Type[]" + }, + { + "name": "optionalReturnTypeCustomModifiers", + "typeName": "System.Type[]" + }, + { "name": "parameterTypes", "typeName": "System.Type[]" }, + { + "name": "requiredParameterTypeCustomModifiers", + "typeName": "System.Type[][]" + }, + { + "name": "optionalParameterTypeCustomModifiers", + "typeName": "System.Type[][]" + } + ], + "isStatic": false, + "name": "DefineGlobalMethod", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "MethodBuilder", + "params": [ + { "name": "name", "typeName": "string" }, + { + "name": "attributes", + "typeName": "System.Reflection.MethodAttributes" + }, + { "name": "returnType", "typeName": "System.Type" }, + { "name": "parameterTypes", "typeName": "System.Type[]" } + ], + "isStatic": false, + "name": "DefineGlobalMethod", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "FieldBuilder", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "data", "typeName": "byte[]" }, + { + "name": "attributes", + "typeName": "System.Reflection.FieldAttributes" + } + ], + "isStatic": false, + "name": "DefineInitializedData", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "stream", "typeName": "System.IO.Stream" }, + { + "name": "attribute", + "typeName": "System.Reflection.ResourceAttributes" + } + ], + "isStatic": false, + "name": "DefineManifestResource", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "MethodBuilder", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "dllName", "typeName": "string" }, + { + "name": "attributes", + "typeName": "System.Reflection.MethodAttributes" + }, + { + "name": "callingConvention", + "typeName": "System.Reflection.CallingConventions" + }, + { "name": "returnType", "typeName": "System.Type" }, + { "name": "parameterTypes", "typeName": "System.Type[]" }, + { + "name": "nativeCallConv", + "typeName": "System.Runtime.InteropServices.CallingConvention" + }, + { + "name": "nativeCharSet", + "typeName": "System.Runtime.InteropServices.CharSet" + } + ], + "isStatic": false, + "name": "DefinePInvokeMethod", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "MethodBuilder", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "dllName", "typeName": "string" }, + { "name": "entryName", "typeName": "string" }, + { + "name": "attributes", + "typeName": "System.Reflection.MethodAttributes" + }, + { + "name": "callingConvention", + "typeName": "System.Reflection.CallingConventions" + }, + { "name": "returnType", "typeName": "System.Type" }, + { "name": "parameterTypes", "typeName": "System.Type[]" }, + { + "name": "nativeCallConv", + "typeName": "System.Runtime.InteropServices.CallingConvention" + }, + { + "name": "nativeCharSet", + "typeName": "System.Runtime.InteropServices.CharSet" + } + ], + "isStatic": false, + "name": "DefinePInvokeMethod", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IResourceWriter", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "description", "typeName": "string" } + ], + "isStatic": false, + "name": "DefineResource", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IResourceWriter", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "description", "typeName": "string" }, + { + "name": "attribute", + "typeName": "System.Reflection.ResourceAttributes" + } + ], + "isStatic": false, + "name": "DefineResource", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "TypeBuilder", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "DefineType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "TypeBuilder", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "attr", "typeName": "System.Reflection.TypeAttributes" } + ], + "isStatic": false, + "name": "DefineType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "TypeBuilder", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "attr", "typeName": "System.Reflection.TypeAttributes" }, + { "name": "parent", "typeName": "System.Type" } + ], + "isStatic": false, + "name": "DefineType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "TypeBuilder", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "attr", "typeName": "System.Reflection.TypeAttributes" }, + { "name": "parent", "typeName": "System.Type" }, + { "name": "typesize", "typeName": "int" } + ], + "isStatic": false, + "name": "DefineType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "TypeBuilder", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "attr", "typeName": "System.Reflection.TypeAttributes" }, + { "name": "parent", "typeName": "System.Type" }, + { + "name": "packsize", + "typeName": "System.Reflection.Emit.PackingSize" + } + ], + "isStatic": false, + "name": "DefineType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "TypeBuilder", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "attr", "typeName": "System.Reflection.TypeAttributes" }, + { "name": "parent", "typeName": "System.Type" }, + { + "name": "packingSize", + "typeName": "System.Reflection.Emit.PackingSize" + }, + { "name": "typesize", "typeName": "int" } + ], + "isStatic": false, + "name": "DefineType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "TypeBuilder", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "attr", "typeName": "System.Reflection.TypeAttributes" }, + { "name": "parent", "typeName": "System.Type" }, + { "name": "interfaces", "typeName": "System.Type[]" } + ], + "isStatic": false, + "name": "DefineType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "FieldBuilder", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "size", "typeName": "int" }, + { + "name": "attributes", + "typeName": "System.Reflection.FieldAttributes" + } + ], + "isStatic": false, + "name": "DefineUninitializedData", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "resource", "typeName": "byte[]" }], + "isStatic": false, + "name": "DefineUnmanagedResource", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "resourceFileName", "typeName": "string" }], + "isStatic": false, + "name": "DefineUnmanagedResource", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "MethodInfo", + "params": [ + { "name": "arrayClass", "typeName": "System.Type" }, + { "name": "methodName", "typeName": "string" }, + { + "name": "callingConvention", + "typeName": "System.Reflection.CallingConventions" + }, + { "name": "returnType", "typeName": "System.Type" }, + { "name": "parameterTypes", "typeName": "System.Type[]" } + ], + "isStatic": false, + "name": "GetArrayMethod", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "MethodToken", + "params": [ + { "name": "arrayClass", "typeName": "System.Type" }, + { "name": "methodName", "typeName": "string" }, + { + "name": "callingConvention", + "typeName": "System.Reflection.CallingConventions" + }, + { "name": "returnType", "typeName": "System.Type" }, + { "name": "parameterTypes", "typeName": "System.Type[]" } + ], + "isStatic": false, + "name": "GetArrayMethodToken", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "MethodToken", + "params": [ + { "name": "con", "typeName": "System.Reflection.ConstructorInfo" } + ], + "isStatic": false, + "name": "GetConstructorToken", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "MethodToken", + "params": [ + { + "name": "constructor", + "typeName": "System.Reflection.ConstructorInfo" + }, + { + "name": "optionalParameterTypes", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": false, + "name": "GetConstructorToken", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "inherit", "typeName": "bool" }], + "isStatic": false, + "name": "GetCustomAttributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "attributeType", "typeName": "System.Type" }, + { "name": "inherit", "typeName": "bool" } + ], + "isStatic": false, + "name": "GetCustomAttributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IList", + "params": [], + "isStatic": false, + "name": "GetCustomAttributesData", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "FieldInfo", + "params": [ + { "name": "name", "typeName": "string" }, + { + "name": "bindingAttr", + "typeName": "System.Reflection.BindingFlags" + } + ], + "isStatic": false, + "name": "GetField", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { + "name": "bindingFlags", + "typeName": "System.Reflection.BindingFlags" + } + ], + "isStatic": false, + "name": "GetFields", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "FieldToken", + "params": [ + { "name": "field", "typeName": "System.Reflection.FieldInfo" } + ], + "isStatic": false, + "name": "GetFieldToken", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { + "name": "bindingFlags", + "typeName": "System.Reflection.BindingFlags" + } + ], + "isStatic": false, + "name": "GetMethods", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "MethodToken", + "params": [ + { "name": "method", "typeName": "System.Reflection.MethodInfo" } + ], + "isStatic": false, + "name": "GetMethodToken", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "MethodToken", + "params": [ + { "name": "method", "typeName": "System.Reflection.MethodInfo" }, + { + "name": "optionalParameterTypes", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": false, + "name": "GetMethodToken", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "peKind", + "typeName": "System.Reflection.PortableExecutableKinds" + }, + { + "name": "machine", + "typeName": "System.Reflection.ImageFileMachine" + } + ], + "isStatic": false, + "name": "GetPEKind", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SignatureToken", + "params": [ + { "name": "sigBytes", "typeName": "byte[]" }, + { "name": "sigLength", "typeName": "int" } + ], + "isStatic": false, + "name": "GetSignatureToken", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SignatureToken", + "params": [ + { + "name": "sigHelper", + "typeName": "System.Reflection.Emit.SignatureHelper" + } + ], + "isStatic": false, + "name": "GetSignatureToken", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "X509Certificate", + "params": [], + "isStatic": false, + "name": "GetSignerCertificate", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "StringToken", + "params": [{ "name": "str", "typeName": "string" }], + "isStatic": false, + "name": "GetStringConstant", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ISymbolWriter", + "params": [], + "isStatic": false, + "name": "GetSymWriter", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Type", + "params": [{ "name": "className", "typeName": "string" }], + "isStatic": false, + "name": "GetType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Type", + "params": [ + { "name": "className", "typeName": "string" }, + { "name": "ignoreCase", "typeName": "bool" } + ], + "isStatic": false, + "name": "GetType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Type", + "params": [ + { "name": "className", "typeName": "string" }, + { "name": "throwOnError", "typeName": "bool" }, + { "name": "ignoreCase", "typeName": "bool" } + ], + "isStatic": false, + "name": "GetType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetTypes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "TypeToken", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "GetTypeToken", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "TypeToken", + "params": [{ "name": "type", "typeName": "System.Type" }], + "isStatic": false, + "name": "GetTypeToken", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "attributeType", "typeName": "System.Type" }, + { "name": "inherit", "typeName": "bool" } + ], + "isStatic": false, + "name": "IsDefined", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "IsResource", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "IsTransient", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "FieldInfo", + "params": [ + { "name": "metadataToken", "typeName": "int" }, + { "name": "genericTypeArguments", "typeName": "System.Type[]" }, + { "name": "genericMethodArguments", "typeName": "System.Type[]" } + ], + "isStatic": false, + "name": "ResolveField", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "MemberInfo", + "params": [ + { "name": "metadataToken", "typeName": "int" }, + { "name": "genericTypeArguments", "typeName": "System.Type[]" }, + { "name": "genericMethodArguments", "typeName": "System.Type[]" } + ], + "isStatic": false, + "name": "ResolveMember", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "MethodBase", + "params": [ + { "name": "metadataToken", "typeName": "int" }, + { "name": "genericTypeArguments", "typeName": "System.Type[]" }, + { "name": "genericMethodArguments", "typeName": "System.Type[]" } + ], + "isStatic": false, + "name": "ResolveMethod", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "metadataToken", "typeName": "int" }], + "isStatic": false, + "name": "ResolveSignature", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "metadataToken", "typeName": "int" }], + "isStatic": false, + "name": "ResolveString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Type", + "params": [ + { "name": "metadataToken", "typeName": "int" }, + { "name": "genericTypeArguments", "typeName": "System.Type[]" }, + { "name": "genericMethodArguments", "typeName": "System.Type[]" } + ], + "isStatic": false, + "name": "ResolveType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "con", "typeName": "System.Reflection.ConstructorInfo" }, + { "name": "binaryAttribute", "typeName": "byte[]" } + ], + "isStatic": false, + "name": "SetCustomAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "customBuilder", + "typeName": "System.Reflection.Emit.CustomAttributeBuilder" + } + ], + "isStatic": false, + "name": "SetCustomAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "data", "typeName": "byte[]" } + ], + "isStatic": false, + "name": "SetSymCustomAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "entryPoint", "typeName": "System.Reflection.MethodInfo" } + ], + "isStatic": false, + "name": "SetUserEntryPoint", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ModuleBuilder", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Reflection.Emit", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Reflection.Emit.MethodToken", + "name": "Empty", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "Token", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "obj", "typeName": "System.Reflection.Emit.MethodToken" } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "a", "typeName": "System.Reflection.Emit.MethodToken" }, + { "name": "b", "typeName": "System.Reflection.Emit.MethodToken" } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "a", "typeName": "System.Reflection.Emit.MethodToken" }, + { "name": "b", "typeName": "System.Reflection.Emit.MethodToken" } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "MethodToken", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Reflection.Emit", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Reflection.Emit.FlowControl", + "name": "FlowControl", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCodeType", + "name": "OpCodeType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OperandType", + "name": "OperandType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "Size", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.StackBehaviour", + "name": "StackBehaviourPop", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.StackBehaviour", + "name": "StackBehaviourPush", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "short", + "name": "Value", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "obj", "typeName": "System.Reflection.Emit.OpCode" } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "a", "typeName": "System.Reflection.Emit.OpCode" }, + { "name": "b", "typeName": "System.Reflection.Emit.OpCode" } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "a", "typeName": "System.Reflection.Emit.OpCode" }, + { "name": "b", "typeName": "System.Reflection.Emit.OpCode" } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "OpCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Reflection.Emit", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Add", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Add_Ovf", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Add_Ovf_Un", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "And", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Arglist", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Beq", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Beq_S", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Bge", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Bge_S", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Bge_Un", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Bge_Un_S", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Bgt", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Bgt_S", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Bgt_Un", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Bgt_Un_S", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Ble", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Ble_S", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Ble_Un", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Ble_Un_S", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Blt", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Blt_S", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Blt_Un", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Blt_Un_S", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Bne_Un", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Bne_Un_S", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Box", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Br", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Break", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Brfalse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Brfalse_S", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Brtrue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Brtrue_S", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Br_S", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Call", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Calli", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Callvirt", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Castclass", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Ceq", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Cgt", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Cgt_Un", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Ckfinite", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Clt", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Clt_Un", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Constrained", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Conv_I", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Conv_I1", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Conv_I2", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Conv_I4", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Conv_I8", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Conv_Ovf_I", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Conv_Ovf_I1", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Conv_Ovf_I1_Un", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Conv_Ovf_I2", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Conv_Ovf_I2_Un", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Conv_Ovf_I4", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Conv_Ovf_I4_Un", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Conv_Ovf_I8", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Conv_Ovf_I8_Un", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Conv_Ovf_I_Un", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Conv_Ovf_U", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Conv_Ovf_U1", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Conv_Ovf_U1_Un", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Conv_Ovf_U2", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Conv_Ovf_U2_Un", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Conv_Ovf_U4", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Conv_Ovf_U4_Un", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Conv_Ovf_U8", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Conv_Ovf_U8_Un", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Conv_Ovf_U_Un", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Conv_R4", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Conv_R8", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Conv_R_Un", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Conv_U", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Conv_U1", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Conv_U2", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Conv_U4", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Conv_U8", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Cpblk", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Cpobj", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Div", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Div_Un", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Dup", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Endfilter", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Endfinally", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Initblk", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Initobj", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Isinst", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Jmp", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Ldarg", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Ldarga", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Ldarga_S", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Ldarg_0", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Ldarg_1", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Ldarg_2", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Ldarg_3", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Ldarg_S", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Ldc_I4", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Ldc_I4_0", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Ldc_I4_1", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Ldc_I4_2", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Ldc_I4_3", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Ldc_I4_4", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Ldc_I4_5", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Ldc_I4_6", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Ldc_I4_7", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Ldc_I4_8", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Ldc_I4_M1", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Ldc_I4_S", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Ldc_I8", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Ldc_R4", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Ldc_R8", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Ldelem", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Ldelema", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Ldelem_I", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Ldelem_I1", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Ldelem_I2", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Ldelem_I4", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Ldelem_I8", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Ldelem_R4", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Ldelem_R8", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Ldelem_Ref", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Ldelem_U1", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Ldelem_U2", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Ldelem_U4", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Ldfld", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Ldflda", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Ldftn", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Ldind_I", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Ldind_I1", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Ldind_I2", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Ldind_I4", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Ldind_I8", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Ldind_R4", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Ldind_R8", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Ldind_Ref", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Ldind_U1", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Ldind_U2", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Ldind_U4", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Ldlen", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Ldloc", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Ldloca", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Ldloca_S", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Ldloc_0", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Ldloc_1", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Ldloc_2", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Ldloc_3", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Ldloc_S", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Ldnull", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Ldobj", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Ldsfld", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Ldsflda", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Ldstr", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Ldtoken", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Ldvirtftn", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Leave", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Leave_S", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Localloc", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Mkrefany", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Mul", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Mul_Ovf", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Mul_Ovf_Un", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Neg", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Newarr", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Newobj", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Nop", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Not", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Or", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Pop", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Prefix1", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Prefix2", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Prefix3", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Prefix4", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Prefix5", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Prefix6", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Prefix7", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Prefixref", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Readonly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Refanytype", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Refanyval", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Rem", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Rem_Un", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Ret", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Rethrow", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Shl", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Shr", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Shr_Un", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Sizeof", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Starg", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Starg_S", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Stelem", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Stelem_I", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Stelem_I1", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Stelem_I2", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Stelem_I4", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Stelem_I8", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Stelem_R4", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Stelem_R8", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Stelem_Ref", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Stfld", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Stind_I", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Stind_I1", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Stind_I2", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Stind_I4", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Stind_I8", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Stind_R4", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Stind_R8", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Stind_Ref", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Stloc", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Stloc_0", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Stloc_1", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Stloc_2", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Stloc_3", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Stloc_S", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Stobj", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Stsfld", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Sub", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Sub_Ovf", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Sub_Ovf_Un", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Switch", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Tailcall", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Throw", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Unaligned", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Unbox", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Unbox_Any", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Volatile", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCode", + "name": "Xor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [ + { "name": "inst", "typeName": "System.Reflection.Emit.OpCode" } + ], + "isStatic": true, + "name": "TakesSingleByteArgument", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "OpCodes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Reflection.Emit", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Reflection.Emit.OpCodeType", + "name": "Annotation", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCodeType", + "name": "Macro", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCodeType", + "name": "Nternal", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCodeType", + "name": "Objmodel", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCodeType", + "name": "Prefix", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OpCodeType", + "name": "Primitive", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Reflection.Emit.OpCodeType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "OpCodeType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Reflection.Emit", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Reflection.Emit.OperandType", + "name": "InlineBrTarget", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OperandType", + "name": "InlineField", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OperandType", + "name": "InlineI", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OperandType", + "name": "InlineI8", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OperandType", + "name": "InlineMethod", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OperandType", + "name": "InlineNone", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OperandType", + "name": "InlinePhi", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OperandType", + "name": "InlineR", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OperandType", + "name": "InlineSig", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OperandType", + "name": "InlineString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OperandType", + "name": "InlineSwitch", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OperandType", + "name": "InlineTok", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OperandType", + "name": "InlineType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OperandType", + "name": "InlineVar", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OperandType", + "name": "ShortInlineBrTarget", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OperandType", + "name": "ShortInlineI", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OperandType", + "name": "ShortInlineR", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.OperandType", + "name": "ShortInlineVar", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Reflection.Emit.OperandType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "OperandType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Reflection.Emit", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Reflection.Emit.PackingSize", + "name": "Size1", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.PackingSize", + "name": "Size128", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.PackingSize", + "name": "Size16", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.PackingSize", + "name": "Size2", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.PackingSize", + "name": "Size32", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.PackingSize", + "name": "Size4", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.PackingSize", + "name": "Size64", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.PackingSize", + "name": "Size8", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.PackingSize", + "name": "Unspecified", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Reflection.Emit.PackingSize", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "PackingSize", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Reflection.Emit", + "baseClass": "object", + "attribute": "", + "interfaces": ["_ParameterBuilder"], + "fields": [ + { + "typeName": "int", + "name": "Attributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsIn", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsOptional", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsOut", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "Position", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "ParameterToken", + "params": [], + "isStatic": false, + "name": "GetToken", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "defaultValue", "typeName": "object" }], + "isStatic": false, + "name": "SetConstant", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "con", "typeName": "System.Reflection.ConstructorInfo" }, + { "name": "binaryAttribute", "typeName": "byte[]" } + ], + "isStatic": false, + "name": "SetCustomAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "customBuilder", + "typeName": "System.Reflection.Emit.CustomAttributeBuilder" + } + ], + "isStatic": false, + "name": "SetCustomAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "unmanagedMarshal", + "typeName": "System.Reflection.Emit.UnmanagedMarshal" + } + ], + "isStatic": false, + "name": "SetMarshal", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ParameterBuilder", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Reflection.Emit", + "baseClass": "System.Reflection.PropertyInfo", + "attribute": "", + "interfaces": [ + "ICustomAttributeProvider", + "_MemberInfo", + "_PropertyInfo", + "_PropertyBuilder" + ], + "fields": [ + { + "typeName": "System.Reflection.PropertyAttributes", + "name": "Attributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "CanRead", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "CanWrite", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Type", + "name": "DeclaringType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Module", + "name": "Module", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.PropertyToken", + "name": "PropertyToken", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Type", + "name": "PropertyType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Type", + "name": "ReflectedType", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "mdBuilder", + "typeName": "System.Reflection.Emit.MethodBuilder" + } + ], + "isStatic": false, + "name": "AddOtherMethod", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "nonPublic", "typeName": "bool" }], + "isStatic": false, + "name": "GetAccessors", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "inherit", "typeName": "bool" }], + "isStatic": false, + "name": "GetCustomAttributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "attributeType", "typeName": "System.Type" }, + { "name": "inherit", "typeName": "bool" } + ], + "isStatic": false, + "name": "GetCustomAttributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "MethodInfo", + "params": [{ "name": "nonPublic", "typeName": "bool" }], + "isStatic": false, + "name": "GetGetMethod", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetIndexParameters", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "MethodInfo", + "params": [{ "name": "nonPublic", "typeName": "bool" }], + "isStatic": false, + "name": "GetSetMethod", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "obj", "typeName": "object" }, + { "name": "index", "typeName": "object[]" } + ], + "isStatic": false, + "name": "GetValue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "obj", "typeName": "object" }, + { + "name": "invokeAttr", + "typeName": "System.Reflection.BindingFlags" + }, + { "name": "binder", "typeName": "System.Reflection.Binder" }, + { "name": "index", "typeName": "object[]" }, + { + "name": "culture", + "typeName": "System.Globalization.CultureInfo" + } + ], + "isStatic": false, + "name": "GetValue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "attributeType", "typeName": "System.Type" }, + { "name": "inherit", "typeName": "bool" } + ], + "isStatic": false, + "name": "IsDefined", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "defaultValue", "typeName": "object" }], + "isStatic": false, + "name": "SetConstant", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "con", "typeName": "System.Reflection.ConstructorInfo" }, + { "name": "binaryAttribute", "typeName": "byte[]" } + ], + "isStatic": false, + "name": "SetCustomAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "customBuilder", + "typeName": "System.Reflection.Emit.CustomAttributeBuilder" + } + ], + "isStatic": false, + "name": "SetCustomAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "mdBuilder", + "typeName": "System.Reflection.Emit.MethodBuilder" + } + ], + "isStatic": false, + "name": "SetGetMethod", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "mdBuilder", + "typeName": "System.Reflection.Emit.MethodBuilder" + } + ], + "isStatic": false, + "name": "SetSetMethod", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "obj", "typeName": "object" }, + { "name": "value", "typeName": "object" }, + { "name": "index", "typeName": "object[]" } + ], + "isStatic": false, + "name": "SetValue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "obj", "typeName": "object" }, + { "name": "value", "typeName": "object" }, + { + "name": "invokeAttr", + "typeName": "System.Reflection.BindingFlags" + }, + { "name": "binder", "typeName": "System.Reflection.Binder" }, + { "name": "index", "typeName": "object[]" }, + { + "name": "culture", + "typeName": "System.Globalization.CultureInfo" + } + ], + "isStatic": false, + "name": "SetValue", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "PropertyBuilder", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Reflection.Emit", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Reflection.Emit.ParameterToken", + "name": "Empty", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "Token", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "obj", + "typeName": "System.Reflection.Emit.ParameterToken" + } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "a", + "typeName": "System.Reflection.Emit.ParameterToken" + }, + { "name": "b", "typeName": "System.Reflection.Emit.ParameterToken" } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "a", + "typeName": "System.Reflection.Emit.ParameterToken" + }, + { "name": "b", "typeName": "System.Reflection.Emit.ParameterToken" } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ParameterToken", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Reflection.Emit", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Reflection.Emit.PropertyToken", + "name": "Empty", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "Token", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "obj", + "typeName": "System.Reflection.Emit.PropertyToken" + } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "a", "typeName": "System.Reflection.Emit.PropertyToken" }, + { "name": "b", "typeName": "System.Reflection.Emit.PropertyToken" } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "a", "typeName": "System.Reflection.Emit.PropertyToken" }, + { "name": "b", "typeName": "System.Reflection.Emit.PropertyToken" } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "PropertyToken", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Reflection.Emit", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Reflection.Emit.PEFileKinds", + "name": "ConsoleApplication", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.PEFileKinds", + "name": "Dll", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.PEFileKinds", + "name": "WindowApplication", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Reflection.Emit.PEFileKinds", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "PEFileKinds", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Reflection.Emit", + "baseClass": "object", + "attribute": "", + "interfaces": ["_SignatureHelper"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "clsArgument", "typeName": "System.Type" }], + "isStatic": false, + "name": "AddArgument", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "argument", "typeName": "System.Type" }, + { "name": "pinned", "typeName": "bool" } + ], + "isStatic": false, + "name": "AddArgument", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "argument", "typeName": "System.Type" }, + { "name": "requiredCustomModifiers", "typeName": "System.Type[]" }, + { "name": "optionalCustomModifiers", "typeName": "System.Type[]" } + ], + "isStatic": false, + "name": "AddArgument", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "arguments", "typeName": "System.Type[]" }, + { + "name": "requiredCustomModifiers", + "typeName": "System.Type[][]" + }, + { "name": "optionalCustomModifiers", "typeName": "System.Type[][]" } + ], + "isStatic": false, + "name": "AddArguments", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "AddSentinel", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SignatureHelper", + "params": [{ "name": "mod", "typeName": "System.Reflection.Module" }], + "isStatic": true, + "name": "GetFieldSigHelper", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SignatureHelper", + "params": [], + "isStatic": true, + "name": "GetLocalVarSigHelper", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SignatureHelper", + "params": [{ "name": "mod", "typeName": "System.Reflection.Module" }], + "isStatic": true, + "name": "GetLocalVarSigHelper", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SignatureHelper", + "params": [ + { + "name": "callingConvention", + "typeName": "System.Reflection.CallingConventions" + }, + { "name": "returnType", "typeName": "System.Type" } + ], + "isStatic": true, + "name": "GetMethodSigHelper", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SignatureHelper", + "params": [ + { "name": "mod", "typeName": "System.Reflection.Module" }, + { + "name": "callingConvention", + "typeName": "System.Reflection.CallingConventions" + }, + { "name": "returnType", "typeName": "System.Type" } + ], + "isStatic": true, + "name": "GetMethodSigHelper", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SignatureHelper", + "params": [ + { "name": "mod", "typeName": "System.Reflection.Module" }, + { + "name": "unmanagedCallConv", + "typeName": "System.Runtime.InteropServices.CallingConvention" + }, + { "name": "returnType", "typeName": "System.Type" } + ], + "isStatic": true, + "name": "GetMethodSigHelper", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SignatureHelper", + "params": [ + { "name": "mod", "typeName": "System.Reflection.Module" }, + { "name": "returnType", "typeName": "System.Type" }, + { "name": "parameterTypes", "typeName": "System.Type[]" } + ], + "isStatic": true, + "name": "GetMethodSigHelper", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SignatureHelper", + "params": [ + { + "name": "unmanagedCallingConvention", + "typeName": "System.Runtime.InteropServices.CallingConvention" + }, + { "name": "returnType", "typeName": "System.Type" } + ], + "isStatic": true, + "name": "GetMethodSigHelper", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SignatureHelper", + "params": [ + { "name": "mod", "typeName": "System.Reflection.Module" }, + { + "name": "callingConvention", + "typeName": "System.Reflection.CallingConventions" + }, + { "name": "returnType", "typeName": "System.Type" }, + { + "name": "requiredReturnTypeCustomModifiers", + "typeName": "System.Type[]" + }, + { + "name": "optionalReturnTypeCustomModifiers", + "typeName": "System.Type[]" + }, + { "name": "parameterTypes", "typeName": "System.Type[]" }, + { + "name": "requiredParameterTypeCustomModifiers", + "typeName": "System.Type[][]" + }, + { + "name": "optionalParameterTypeCustomModifiers", + "typeName": "System.Type[][]" + } + ], + "isStatic": true, + "name": "GetPropertySigHelper", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SignatureHelper", + "params": [ + { "name": "mod", "typeName": "System.Reflection.Module" }, + { "name": "returnType", "typeName": "System.Type" }, + { "name": "parameterTypes", "typeName": "System.Type[]" } + ], + "isStatic": true, + "name": "GetPropertySigHelper", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SignatureHelper", + "params": [ + { "name": "mod", "typeName": "System.Reflection.Module" }, + { "name": "returnType", "typeName": "System.Type" }, + { + "name": "requiredReturnTypeCustomModifiers", + "typeName": "System.Type[]" + }, + { + "name": "optionalReturnTypeCustomModifiers", + "typeName": "System.Type[]" + }, + { "name": "parameterTypes", "typeName": "System.Type[]" }, + { + "name": "requiredParameterTypeCustomModifiers", + "typeName": "System.Type[][]" + }, + { + "name": "optionalParameterTypeCustomModifiers", + "typeName": "System.Type[][]" + } + ], + "isStatic": true, + "name": "GetPropertySigHelper", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetSignature", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "SignatureHelper", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Reflection.Emit", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Reflection.Emit.SignatureToken", + "name": "Empty", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "Token", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "obj", + "typeName": "System.Reflection.Emit.SignatureToken" + } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "a", + "typeName": "System.Reflection.Emit.SignatureToken" + }, + { "name": "b", "typeName": "System.Reflection.Emit.SignatureToken" } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "a", + "typeName": "System.Reflection.Emit.SignatureToken" + }, + { "name": "b", "typeName": "System.Reflection.Emit.SignatureToken" } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "SignatureToken", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Reflection.Emit", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Reflection.Emit.StackBehaviour", + "name": "Pop0", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.StackBehaviour", + "name": "Pop1", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.StackBehaviour", + "name": "Pop1_pop1", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.StackBehaviour", + "name": "Popi", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.StackBehaviour", + "name": "Popi_pop1", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.StackBehaviour", + "name": "Popi_popi", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.StackBehaviour", + "name": "Popi_popi8", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.StackBehaviour", + "name": "Popi_popi_popi", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.StackBehaviour", + "name": "Popi_popr4", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.StackBehaviour", + "name": "Popi_popr8", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.StackBehaviour", + "name": "Popref", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.StackBehaviour", + "name": "Popref_pop1", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.StackBehaviour", + "name": "Popref_popi", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.StackBehaviour", + "name": "Popref_popi_pop1", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.StackBehaviour", + "name": "Popref_popi_popi", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.StackBehaviour", + "name": "Popref_popi_popi8", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.StackBehaviour", + "name": "Popref_popi_popr4", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.StackBehaviour", + "name": "Popref_popi_popr8", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.StackBehaviour", + "name": "Popref_popi_popref", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.StackBehaviour", + "name": "Push0", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.StackBehaviour", + "name": "Push1", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.StackBehaviour", + "name": "Push1_push1", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.StackBehaviour", + "name": "Pushi", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.StackBehaviour", + "name": "Pushi8", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.StackBehaviour", + "name": "Pushr4", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.StackBehaviour", + "name": "Pushr8", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.StackBehaviour", + "name": "Pushref", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.StackBehaviour", + "name": "Varpop", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.StackBehaviour", + "name": "Varpush", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Reflection.Emit.StackBehaviour", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "StackBehaviour", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Reflection.Emit", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Reflection.Emit.TypeToken", + "name": "Empty", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "Token", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "obj", "typeName": "System.Reflection.Emit.TypeToken" } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "a", "typeName": "System.Reflection.Emit.TypeToken" }, + { "name": "b", "typeName": "System.Reflection.Emit.TypeToken" } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "a", "typeName": "System.Reflection.Emit.TypeToken" }, + { "name": "b", "typeName": "System.Reflection.Emit.TypeToken" } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "TypeToken", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Reflection.Emit", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "Token", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "obj", "typeName": "System.Reflection.Emit.StringToken" } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "a", "typeName": "System.Reflection.Emit.StringToken" }, + { "name": "b", "typeName": "System.Reflection.Emit.StringToken" } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "a", "typeName": "System.Reflection.Emit.StringToken" }, + { "name": "b", "typeName": "System.Reflection.Emit.StringToken" } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "StringToken", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Reflection.Emit", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Runtime.InteropServices.UnmanagedType", + "name": "BaseType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "ElementCount", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.UnmanagedType", + "name": "GetUnmanagedType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Guid", + "name": "IIDGuid", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnmanagedMarshal", + "params": [{ "name": "elemCount", "typeName": "int" }], + "isStatic": true, + "name": "DefineByValArray", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UnmanagedMarshal", + "params": [{ "name": "elemCount", "typeName": "int" }], + "isStatic": true, + "name": "DefineByValTStr", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UnmanagedMarshal", + "params": [ + { + "name": "elemType", + "typeName": "System.Runtime.InteropServices.UnmanagedType" + } + ], + "isStatic": true, + "name": "DefineLPArray", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UnmanagedMarshal", + "params": [ + { + "name": "elemType", + "typeName": "System.Runtime.InteropServices.UnmanagedType" + } + ], + "isStatic": true, + "name": "DefineSafeArray", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UnmanagedMarshal", + "params": [ + { + "name": "unmanagedType", + "typeName": "System.Runtime.InteropServices.UnmanagedType" + } + ], + "isStatic": true, + "name": "DefineUnmanagedMarshal", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "UnmanagedMarshal", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Reflection.Emit", + "baseClass": "System.Reflection.TypeInfo", + "attribute": "", + "interfaces": [ + "ICustomAttributeProvider", + "_MemberInfo", + "IReflect", + "_Type", + "IReflectableType", + "_TypeBuilder" + ], + "fields": [ + { + "typeName": "int", + "name": "UnspecifiedTypeSize", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Assembly", + "name": "Assembly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "AssemblyQualifiedName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Type", + "name": "BaseType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.MethodBase", + "name": "DeclaringMethod", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Type", + "name": "DeclaringType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "FullName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.GenericParameterAttributes", + "name": "GenericParameterAttributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "GenericParameterPosition", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Guid", + "name": "GUID", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsConstructedGenericType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsGenericParameter", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsGenericType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsGenericTypeDefinition", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsSecurityCritical", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsSecuritySafeCritical", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsSecurityTransparent", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Module", + "name": "Module", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Namespace", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.PackingSize", + "name": "PackingSize", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Type", + "name": "ReflectedType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "Size", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.RuntimeTypeHandle", + "name": "TypeHandle", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Emit.TypeToken", + "name": "TypeToken", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Type", + "name": "UnderlyingSystemType", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "action", + "typeName": "System.Security.Permissions.SecurityAction" + }, + { "name": "pset", "typeName": "System.Security.PermissionSet" } + ], + "isStatic": false, + "name": "AddDeclarativeSecurity", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "interfaceType", "typeName": "System.Type" }], + "isStatic": false, + "name": "AddInterfaceImplementation", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Type", + "params": [], + "isStatic": false, + "name": "CreateType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "TypeInfo", + "params": [], + "isStatic": false, + "name": "CreateTypeInfo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ConstructorBuilder", + "params": [ + { + "name": "attributes", + "typeName": "System.Reflection.MethodAttributes" + }, + { + "name": "callingConvention", + "typeName": "System.Reflection.CallingConventions" + }, + { "name": "parameterTypes", "typeName": "System.Type[]" } + ], + "isStatic": false, + "name": "DefineConstructor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ConstructorBuilder", + "params": [ + { + "name": "attributes", + "typeName": "System.Reflection.MethodAttributes" + }, + { + "name": "callingConvention", + "typeName": "System.Reflection.CallingConventions" + }, + { "name": "parameterTypes", "typeName": "System.Type[]" }, + { + "name": "requiredCustomModifiers", + "typeName": "System.Type[][]" + }, + { "name": "optionalCustomModifiers", "typeName": "System.Type[][]" } + ], + "isStatic": false, + "name": "DefineConstructor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ConstructorBuilder", + "params": [ + { + "name": "attributes", + "typeName": "System.Reflection.MethodAttributes" + } + ], + "isStatic": false, + "name": "DefineDefaultConstructor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "EventBuilder", + "params": [ + { "name": "name", "typeName": "string" }, + { + "name": "attributes", + "typeName": "System.Reflection.EventAttributes" + }, + { "name": "eventtype", "typeName": "System.Type" } + ], + "isStatic": false, + "name": "DefineEvent", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "FieldBuilder", + "params": [ + { "name": "fieldName", "typeName": "string" }, + { "name": "type", "typeName": "System.Type" }, + { + "name": "attributes", + "typeName": "System.Reflection.FieldAttributes" + } + ], + "isStatic": false, + "name": "DefineField", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "FieldBuilder", + "params": [ + { "name": "fieldName", "typeName": "string" }, + { "name": "type", "typeName": "System.Type" }, + { "name": "requiredCustomModifiers", "typeName": "System.Type[]" }, + { "name": "optionalCustomModifiers", "typeName": "System.Type[]" }, + { + "name": "attributes", + "typeName": "System.Reflection.FieldAttributes" + } + ], + "isStatic": false, + "name": "DefineField", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "names", "typeName": "string[]" }], + "isStatic": false, + "name": "DefineGenericParameters", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "FieldBuilder", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "data", "typeName": "byte[]" }, + { + "name": "attributes", + "typeName": "System.Reflection.FieldAttributes" + } + ], + "isStatic": false, + "name": "DefineInitializedData", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "MethodBuilder", + "params": [ + { "name": "name", "typeName": "string" }, + { + "name": "attributes", + "typeName": "System.Reflection.MethodAttributes" + } + ], + "isStatic": false, + "name": "DefineMethod", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "MethodBuilder", + "params": [ + { "name": "name", "typeName": "string" }, + { + "name": "attributes", + "typeName": "System.Reflection.MethodAttributes" + }, + { + "name": "callingConvention", + "typeName": "System.Reflection.CallingConventions" + } + ], + "isStatic": false, + "name": "DefineMethod", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "MethodBuilder", + "params": [ + { "name": "name", "typeName": "string" }, + { + "name": "attributes", + "typeName": "System.Reflection.MethodAttributes" + }, + { + "name": "callingConvention", + "typeName": "System.Reflection.CallingConventions" + }, + { "name": "returnType", "typeName": "System.Type" }, + { "name": "parameterTypes", "typeName": "System.Type[]" } + ], + "isStatic": false, + "name": "DefineMethod", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "MethodBuilder", + "params": [ + { "name": "name", "typeName": "string" }, + { + "name": "attributes", + "typeName": "System.Reflection.MethodAttributes" + }, + { + "name": "callingConvention", + "typeName": "System.Reflection.CallingConventions" + }, + { "name": "returnType", "typeName": "System.Type" }, + { + "name": "returnTypeRequiredCustomModifiers", + "typeName": "System.Type[]" + }, + { + "name": "returnTypeOptionalCustomModifiers", + "typeName": "System.Type[]" + }, + { "name": "parameterTypes", "typeName": "System.Type[]" }, + { + "name": "parameterTypeRequiredCustomModifiers", + "typeName": "System.Type[][]" + }, + { + "name": "parameterTypeOptionalCustomModifiers", + "typeName": "System.Type[][]" + } + ], + "isStatic": false, + "name": "DefineMethod", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "MethodBuilder", + "params": [ + { "name": "name", "typeName": "string" }, + { + "name": "attributes", + "typeName": "System.Reflection.MethodAttributes" + }, + { "name": "returnType", "typeName": "System.Type" }, + { "name": "parameterTypes", "typeName": "System.Type[]" } + ], + "isStatic": false, + "name": "DefineMethod", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "methodInfoBody", + "typeName": "System.Reflection.MethodInfo" + }, + { + "name": "methodInfoDeclaration", + "typeName": "System.Reflection.MethodInfo" + } + ], + "isStatic": false, + "name": "DefineMethodOverride", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "TypeBuilder", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "DefineNestedType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "TypeBuilder", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "attr", "typeName": "System.Reflection.TypeAttributes" } + ], + "isStatic": false, + "name": "DefineNestedType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "TypeBuilder", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "attr", "typeName": "System.Reflection.TypeAttributes" }, + { "name": "parent", "typeName": "System.Type" } + ], + "isStatic": false, + "name": "DefineNestedType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "TypeBuilder", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "attr", "typeName": "System.Reflection.TypeAttributes" }, + { "name": "parent", "typeName": "System.Type" }, + { "name": "typeSize", "typeName": "int" } + ], + "isStatic": false, + "name": "DefineNestedType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "TypeBuilder", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "attr", "typeName": "System.Reflection.TypeAttributes" }, + { "name": "parent", "typeName": "System.Type" }, + { + "name": "packSize", + "typeName": "System.Reflection.Emit.PackingSize" + } + ], + "isStatic": false, + "name": "DefineNestedType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "TypeBuilder", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "attr", "typeName": "System.Reflection.TypeAttributes" }, + { "name": "parent", "typeName": "System.Type" }, + { + "name": "packSize", + "typeName": "System.Reflection.Emit.PackingSize" + }, + { "name": "typeSize", "typeName": "int" } + ], + "isStatic": false, + "name": "DefineNestedType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "TypeBuilder", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "attr", "typeName": "System.Reflection.TypeAttributes" }, + { "name": "parent", "typeName": "System.Type" }, + { "name": "interfaces", "typeName": "System.Type[]" } + ], + "isStatic": false, + "name": "DefineNestedType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "MethodBuilder", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "dllName", "typeName": "string" }, + { + "name": "attributes", + "typeName": "System.Reflection.MethodAttributes" + }, + { + "name": "callingConvention", + "typeName": "System.Reflection.CallingConventions" + }, + { "name": "returnType", "typeName": "System.Type" }, + { "name": "parameterTypes", "typeName": "System.Type[]" }, + { + "name": "nativeCallConv", + "typeName": "System.Runtime.InteropServices.CallingConvention" + }, + { + "name": "nativeCharSet", + "typeName": "System.Runtime.InteropServices.CharSet" + } + ], + "isStatic": false, + "name": "DefinePInvokeMethod", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "MethodBuilder", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "dllName", "typeName": "string" }, + { "name": "entryName", "typeName": "string" }, + { + "name": "attributes", + "typeName": "System.Reflection.MethodAttributes" + }, + { + "name": "callingConvention", + "typeName": "System.Reflection.CallingConventions" + }, + { "name": "returnType", "typeName": "System.Type" }, + { "name": "parameterTypes", "typeName": "System.Type[]" }, + { + "name": "nativeCallConv", + "typeName": "System.Runtime.InteropServices.CallingConvention" + }, + { + "name": "nativeCharSet", + "typeName": "System.Runtime.InteropServices.CharSet" + } + ], + "isStatic": false, + "name": "DefinePInvokeMethod", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "MethodBuilder", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "dllName", "typeName": "string" }, + { "name": "entryName", "typeName": "string" }, + { + "name": "attributes", + "typeName": "System.Reflection.MethodAttributes" + }, + { + "name": "callingConvention", + "typeName": "System.Reflection.CallingConventions" + }, + { "name": "returnType", "typeName": "System.Type" }, + { + "name": "returnTypeRequiredCustomModifiers", + "typeName": "System.Type[]" + }, + { + "name": "returnTypeOptionalCustomModifiers", + "typeName": "System.Type[]" + }, + { "name": "parameterTypes", "typeName": "System.Type[]" }, + { + "name": "parameterTypeRequiredCustomModifiers", + "typeName": "System.Type[][]" + }, + { + "name": "parameterTypeOptionalCustomModifiers", + "typeName": "System.Type[][]" + }, + { + "name": "nativeCallConv", + "typeName": "System.Runtime.InteropServices.CallingConvention" + }, + { + "name": "nativeCharSet", + "typeName": "System.Runtime.InteropServices.CharSet" + } + ], + "isStatic": false, + "name": "DefinePInvokeMethod", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "PropertyBuilder", + "params": [ + { "name": "name", "typeName": "string" }, + { + "name": "attributes", + "typeName": "System.Reflection.PropertyAttributes" + }, + { + "name": "callingConvention", + "typeName": "System.Reflection.CallingConventions" + }, + { "name": "returnType", "typeName": "System.Type" }, + { "name": "parameterTypes", "typeName": "System.Type[]" } + ], + "isStatic": false, + "name": "DefineProperty", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "PropertyBuilder", + "params": [ + { "name": "name", "typeName": "string" }, + { + "name": "attributes", + "typeName": "System.Reflection.PropertyAttributes" + }, + { + "name": "callingConvention", + "typeName": "System.Reflection.CallingConventions" + }, + { "name": "returnType", "typeName": "System.Type" }, + { + "name": "returnTypeRequiredCustomModifiers", + "typeName": "System.Type[]" + }, + { + "name": "returnTypeOptionalCustomModifiers", + "typeName": "System.Type[]" + }, + { "name": "parameterTypes", "typeName": "System.Type[]" }, + { + "name": "parameterTypeRequiredCustomModifiers", + "typeName": "System.Type[][]" + }, + { + "name": "parameterTypeOptionalCustomModifiers", + "typeName": "System.Type[][]" + } + ], + "isStatic": false, + "name": "DefineProperty", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "PropertyBuilder", + "params": [ + { "name": "name", "typeName": "string" }, + { + "name": "attributes", + "typeName": "System.Reflection.PropertyAttributes" + }, + { "name": "returnType", "typeName": "System.Type" }, + { "name": "parameterTypes", "typeName": "System.Type[]" } + ], + "isStatic": false, + "name": "DefineProperty", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "PropertyBuilder", + "params": [ + { "name": "name", "typeName": "string" }, + { + "name": "attributes", + "typeName": "System.Reflection.PropertyAttributes" + }, + { "name": "returnType", "typeName": "System.Type" }, + { + "name": "returnTypeRequiredCustomModifiers", + "typeName": "System.Type[]" + }, + { + "name": "returnTypeOptionalCustomModifiers", + "typeName": "System.Type[]" + }, + { "name": "parameterTypes", "typeName": "System.Type[]" }, + { + "name": "parameterTypeRequiredCustomModifiers", + "typeName": "System.Type[][]" + }, + { + "name": "parameterTypeOptionalCustomModifiers", + "typeName": "System.Type[][]" + } + ], + "isStatic": false, + "name": "DefineProperty", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ConstructorBuilder", + "params": [], + "isStatic": false, + "name": "DefineTypeInitializer", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "FieldBuilder", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "size", "typeName": "int" }, + { + "name": "attributes", + "typeName": "System.Reflection.FieldAttributes" + } + ], + "isStatic": false, + "name": "DefineUninitializedData", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ConstructorInfo", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { + "name": "constructor", + "typeName": "System.Reflection.ConstructorInfo" + } + ], + "isStatic": true, + "name": "GetConstructor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { + "name": "bindingAttr", + "typeName": "System.Reflection.BindingFlags" + } + ], + "isStatic": false, + "name": "GetConstructors", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "inherit", "typeName": "bool" }], + "isStatic": false, + "name": "GetCustomAttributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "attributeType", "typeName": "System.Type" }, + { "name": "inherit", "typeName": "bool" } + ], + "isStatic": false, + "name": "GetCustomAttributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Type", + "params": [], + "isStatic": false, + "name": "GetElementType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "EventInfo", + "params": [ + { "name": "name", "typeName": "string" }, + { + "name": "bindingAttr", + "typeName": "System.Reflection.BindingFlags" + } + ], + "isStatic": false, + "name": "GetEvent", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetEvents", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { + "name": "bindingAttr", + "typeName": "System.Reflection.BindingFlags" + } + ], + "isStatic": false, + "name": "GetEvents", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "FieldInfo", + "params": [ + { "name": "name", "typeName": "string" }, + { + "name": "bindingAttr", + "typeName": "System.Reflection.BindingFlags" + } + ], + "isStatic": false, + "name": "GetField", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "FieldInfo", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { "name": "field", "typeName": "System.Reflection.FieldInfo" } + ], + "isStatic": true, + "name": "GetField", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { + "name": "bindingAttr", + "typeName": "System.Reflection.BindingFlags" + } + ], + "isStatic": false, + "name": "GetFields", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetGenericArguments", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Type", + "params": [], + "isStatic": false, + "name": "GetGenericTypeDefinition", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Type", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "ignoreCase", "typeName": "bool" } + ], + "isStatic": false, + "name": "GetInterface", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "InterfaceMapping", + "params": [{ "name": "interfaceType", "typeName": "System.Type" }], + "isStatic": false, + "name": "GetInterfaceMap", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetInterfaces", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "type", "typeName": "System.Reflection.MemberTypes" }, + { + "name": "bindingAttr", + "typeName": "System.Reflection.BindingFlags" + } + ], + "isStatic": false, + "name": "GetMember", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { + "name": "bindingAttr", + "typeName": "System.Reflection.BindingFlags" + } + ], + "isStatic": false, + "name": "GetMembers", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "MethodInfo", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { "name": "method", "typeName": "System.Reflection.MethodInfo" } + ], + "isStatic": true, + "name": "GetMethod", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { + "name": "bindingAttr", + "typeName": "System.Reflection.BindingFlags" + } + ], + "isStatic": false, + "name": "GetMethods", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Type", + "params": [ + { "name": "name", "typeName": "string" }, + { + "name": "bindingAttr", + "typeName": "System.Reflection.BindingFlags" + } + ], + "isStatic": false, + "name": "GetNestedType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { + "name": "bindingAttr", + "typeName": "System.Reflection.BindingFlags" + } + ], + "isStatic": false, + "name": "GetNestedTypes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { + "name": "bindingAttr", + "typeName": "System.Reflection.BindingFlags" + } + ], + "isStatic": false, + "name": "GetProperties", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "name", "typeName": "string" }, + { + "name": "invokeAttr", + "typeName": "System.Reflection.BindingFlags" + }, + { "name": "binder", "typeName": "System.Reflection.Binder" }, + { "name": "target", "typeName": "object" }, + { "name": "args", "typeName": "object[]" }, + { + "name": "modifiers", + "typeName": "System.Reflection.ParameterModifier[]" + }, + { + "name": "culture", + "typeName": "System.Globalization.CultureInfo" + }, + { "name": "namedParameters", "typeName": "string[]" } + ], + "isStatic": false, + "name": "InvokeMember", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "typeInfo", "typeName": "System.Reflection.TypeInfo" } + ], + "isStatic": false, + "name": "IsAssignableFrom", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "c", "typeName": "System.Type" }], + "isStatic": false, + "name": "IsAssignableFrom", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "IsCreated", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "attributeType", "typeName": "System.Type" }, + { "name": "inherit", "typeName": "bool" } + ], + "isStatic": false, + "name": "IsDefined", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "c", "typeName": "System.Type" }], + "isStatic": false, + "name": "IsSubclassOf", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Type", + "params": [], + "isStatic": false, + "name": "MakeArrayType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Type", + "params": [{ "name": "rank", "typeName": "int" }], + "isStatic": false, + "name": "MakeArrayType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Type", + "params": [], + "isStatic": false, + "name": "MakeByRefType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Type", + "params": [{ "name": "typeArguments", "typeName": "System.Type[]" }], + "isStatic": false, + "name": "MakeGenericType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Type", + "params": [], + "isStatic": false, + "name": "MakePointerType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "con", "typeName": "System.Reflection.ConstructorInfo" }, + { "name": "binaryAttribute", "typeName": "byte[]" } + ], + "isStatic": false, + "name": "SetCustomAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "customBuilder", + "typeName": "System.Reflection.Emit.CustomAttributeBuilder" + } + ], + "isStatic": false, + "name": "SetCustomAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "parent", "typeName": "System.Type" }], + "isStatic": false, + "name": "SetParent", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "TypeBuilder", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Reflection", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Type", + "params": [], + "isStatic": false, + "name": "GetCustomType", + "comment": "", + "location": "System.dll" + } + ], + "name": "ICustomTypeProvider", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Resources", + "baseClass": "", + "attribute": "interface", + "interfaces": ["IEnumerable", "IDisposable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Close", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IDictionaryEnumerator", + "params": [], + "isStatic": false, + "name": "GetEnumerator", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "IResourceReader", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Resources", + "baseClass": "", + "attribute": "interface", + "interfaces": ["IDisposable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "value", "typeName": "byte[]" } + ], + "isStatic": false, + "name": "AddResource", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "value", "typeName": "object" } + ], + "isStatic": false, + "name": "AddResource", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "value", "typeName": "string" } + ], + "isStatic": false, + "name": "AddResource", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Close", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Generate", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "IResourceWriter", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Resources", + "baseClass": "System.SystemException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "inner", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "MissingManifestResourceException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Resources", + "baseClass": "System.SystemException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [ + { + "typeName": "string", + "name": "CultureName", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "inner", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "cultureName", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "MissingSatelliteAssemblyException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Resources", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "string", + "name": "CultureName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Resources.UltimateResourceFallbackLocation", + "name": "Location", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "cultureName", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "cultureName", "typeName": "string" }, + { + "name": "location", + "typeName": "System.Resources.UltimateResourceFallbackLocation" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "NeutralResourcesLanguageAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Resources", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "HeaderVersionNumber", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "MagicNumber", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "BaseName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IgnoreCase", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Type", + "name": "ResourceSetType", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "baseName", "typeName": "string" }, + { "name": "assembly", "typeName": "System.Reflection.Assembly" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "baseName", "typeName": "string" }, + { "name": "assembly", "typeName": "System.Reflection.Assembly" }, + { "name": "usingResourceSet", "typeName": "System.Type" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "resourceSource", "typeName": "System.Type" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ResourceManager", + "params": [ + { "name": "baseName", "typeName": "string" }, + { "name": "resourceDir", "typeName": "string" }, + { "name": "usingResourceSet", "typeName": "System.Type" } + ], + "isStatic": true, + "name": "CreateFileBasedResourceManager", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "GetObject", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "name", "typeName": "string" }, + { + "name": "culture", + "typeName": "System.Globalization.CultureInfo" + } + ], + "isStatic": false, + "name": "GetObject", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ResourceSet", + "params": [ + { + "name": "culture", + "typeName": "System.Globalization.CultureInfo" + }, + { "name": "createIfNotExists", "typeName": "bool" }, + { "name": "tryParents", "typeName": "bool" } + ], + "isStatic": false, + "name": "GetResourceSet", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UnmanagedMemoryStream", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "GetStream", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UnmanagedMemoryStream", + "params": [ + { "name": "name", "typeName": "string" }, + { + "name": "culture", + "typeName": "System.Globalization.CultureInfo" + } + ], + "isStatic": false, + "name": "GetStream", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "GetString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "name", "typeName": "string" }, + { + "name": "culture", + "typeName": "System.Globalization.CultureInfo" + } + ], + "isStatic": false, + "name": "GetString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ReleaseAllResources", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ResourceManager", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Resources", + "baseClass": "object", + "attribute": "", + "interfaces": ["IResourceReader", "IEnumerable", "IDisposable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "stream", "typeName": "System.IO.Stream" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "fileName", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Close", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IDictionaryEnumerator", + "params": [], + "isStatic": false, + "name": "GetEnumerator", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "resourceName", "typeName": "string" }, + { "name": "resourceType", "typeName": "string" }, + { "name": "resourceData", "typeName": "byte[]" } + ], + "isStatic": false, + "name": "GetResourceData", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ResourceReader", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Resources", + "baseClass": "object", + "attribute": "", + "interfaces": ["IEnumerable", "IDisposable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "stream", "typeName": "System.IO.Stream" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "reader", "typeName": "System.Resources.IResourceReader" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "fileName", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Close", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Type", + "params": [], + "isStatic": false, + "name": "GetDefaultReader", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Type", + "params": [], + "isStatic": false, + "name": "GetDefaultWriter", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IDictionaryEnumerator", + "params": [], + "isStatic": false, + "name": "GetEnumerator", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "GetObject", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "ignoreCase", "typeName": "bool" } + ], + "isStatic": false, + "name": "GetObject", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "GetString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "ignoreCase", "typeName": "bool" } + ], + "isStatic": false, + "name": "GetString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ResourceSet", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Resources", + "baseClass": "object", + "attribute": "", + "interfaces": ["IResourceWriter", "IDisposable"], + "fields": [ + { + "typeName": "System.Func", + "name": "TypeNameConverter", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "stream", "typeName": "System.IO.Stream" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "fileName", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "value", "typeName": "byte[]" } + ], + "isStatic": false, + "name": "AddResource", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "value", "typeName": "System.IO.Stream" } + ], + "isStatic": false, + "name": "AddResource", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "value", "typeName": "System.IO.Stream" }, + { "name": "closeAfterWrite", "typeName": "bool" } + ], + "isStatic": false, + "name": "AddResource", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "value", "typeName": "object" } + ], + "isStatic": false, + "name": "AddResource", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "value", "typeName": "string" } + ], + "isStatic": false, + "name": "AddResource", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "typeName", "typeName": "string" }, + { "name": "serializedData", "typeName": "byte[]" } + ], + "isStatic": false, + "name": "AddResourceData", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Close", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Generate", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ResourceWriter", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Resources", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "string", + "name": "Version", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "version", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "SatelliteContractVersionAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Resources", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Resources.UltimateResourceFallbackLocation", + "name": "MainAssembly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Resources.UltimateResourceFallbackLocation", + "name": "Satellite", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Resources.UltimateResourceFallbackLocation", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "UltimateResourceFallbackLocation", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "string", + "name": "TargetedPatchBand", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "targetedPatchBand", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "AssemblyTargetedPatchBandAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Runtime.GCLargeObjectHeapCompactionMode", + "name": "CompactOnce", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.GCLargeObjectHeapCompactionMode", + "name": "Default", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Runtime.GCLargeObjectHeapCompactionMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "GCLargeObjectHeapCompactionMode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Runtime.GCLatencyMode", + "name": "Batch", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.GCLatencyMode", + "name": "Interactive", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.GCLatencyMode", + "name": "LowLatency", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.GCLatencyMode", + "name": "NoGCRegion", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.GCLatencyMode", + "name": "SustainedLowLatency", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Runtime.GCLatencyMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "GCLatencyMode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "IsServerGC", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.GCLargeObjectHeapCompactionMode", + "name": "LargeObjectHeapCompactionMode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.GCLatencyMode", + "name": "LatencyMode", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [], + "name": "GCSettings", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime", + "baseClass": "System.Runtime.ConstrainedExecution.CriticalFinalizerObject", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "sizeInMegabytes", "typeName": "int" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "MemoryFailPoint", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "directoryPath", "typeName": "string" }], + "isStatic": true, + "name": "SetProfileRoot", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "profile", "typeName": "string" }], + "isStatic": true, + "name": "StartProfile", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ProfileOptimization", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "string", + "name": "Reason", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "reason", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "TargetedPatchingOptOutAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.ConstrainedExecution", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Runtime.ConstrainedExecution.Cer", + "name": "MayFail", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.ConstrainedExecution.Cer", + "name": "None", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.ConstrainedExecution.Cer", + "name": "Success", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Runtime.ConstrainedExecution.Cer", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "Cer", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.ConstrainedExecution", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Runtime.ConstrainedExecution.Consistency", + "name": "MayCorruptAppDomain", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.ConstrainedExecution.Consistency", + "name": "MayCorruptInstance", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.ConstrainedExecution.Consistency", + "name": "MayCorruptProcess", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.ConstrainedExecution.Consistency", + "name": "WillNotCorruptState", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Runtime.ConstrainedExecution.Consistency", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "Consistency", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.ConstrainedExecution", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [], + "name": "CriticalFinalizerObject", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.ConstrainedExecution", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "PrePrepareMethodAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.ConstrainedExecution", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "System.Runtime.ConstrainedExecution.Cer", + "name": "Cer", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.ConstrainedExecution.Consistency", + "name": "ConsistencyGuarantee", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "consistencyGuarantee", + "typeName": "System.Runtime.ConstrainedExecution.Consistency" + }, + { + "name": "cer", + "typeName": "System.Runtime.ConstrainedExecution.Cer" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ReliabilityContractAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.ExceptionServices", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Exception", + "name": "SourceException", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "ExceptionDispatchInfo", + "params": [{ "name": "source", "typeName": "System.Exception" }], + "isStatic": true, + "name": "Capture", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Throw", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ExceptionDispatchInfo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.ExceptionServices", + "baseClass": "System.EventArgs", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Exception", + "name": "Exception", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "exception", "typeName": "System.Exception" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "FirstChanceExceptionEventArgs", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.ExceptionServices", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "HandleProcessCorruptedStateExceptionsAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.DesignerServices", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "paths", + "typeName": "System.Collections.Generic.IEnumerable" + }, + { "name": "name", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Assembly", + "params": [{ "name": "assemblyName", "typeName": "string" }], + "isStatic": false, + "name": "GetAssembly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Type", + "params": [{ "name": "typeName", "typeName": "string" }], + "isStatic": false, + "name": "GetType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "paths", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": true, + "name": "InitializeSharedContext", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "context", + "typeName": "System.Runtime.DesignerServices.WindowsRuntimeDesignerContext" + } + ], + "isStatic": true, + "name": "SetIterationContext", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "WindowsRuntimeDesignerContext", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting", + "baseClass": "System.Runtime.Remoting.TypeEntry", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "ApplicationUrl", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.Remoting.Contexts.IContextAttribute[]", + "name": "ContextAttributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Type", + "name": "ObjectType", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "typeName", "typeName": "string" }, + { "name": "assemblyName", "typeName": "string" }, + { "name": "appUrl", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { "name": "appUrl", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ActivatedClientTypeEntry", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting", + "baseClass": "System.Runtime.Remoting.TypeEntry", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Runtime.Remoting.Contexts.IContextAttribute[]", + "name": "ContextAttributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Type", + "name": "ObjectType", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "typeName", "typeName": "string" }, + { "name": "assemblyName", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "type", "typeName": "System.Type" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ActivatedServiceTypeEntry", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Runtime.Remoting.CustomErrorsModes", + "name": "Off", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.Remoting.CustomErrorsModes", + "name": "On", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.Remoting.CustomErrorsModes", + "name": "RemoteOnly", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Runtime.Remoting.CustomErrorsModes", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "CustomErrorsModes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [ + { + "typeName": "object[]", + "name": "ChannelData", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [], + "name": "IChannelInfo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [ + { + "typeName": "System.Runtime.Remoting.Messaging.IMessageSink", + "name": "EnvoySinks", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [], + "name": "IEnvoyInfo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "s", "typeName": "string" }], + "isStatic": true, + "name": "DebugOutChnl", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SoapAttribute", + "params": [{ "name": "reflectionObject", "typeName": "object" }], + "isStatic": true, + "name": "GetCachedSoapAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "condition", "typeName": "bool" }, + { "name": "message", "typeName": "string" } + ], + "isStatic": true, + "name": "RemotingAssert", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "messages", "typeName": "object[]" }], + "isStatic": true, + "name": "RemotingTrace", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "m", + "typeName": "System.Runtime.Remoting.Messaging.MethodCall" + }, + { "name": "srvID", "typeName": "object" } + ], + "isStatic": true, + "name": "SetServerIdentity", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "InternalRemotingServices", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Versioning", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "System.Runtime.Versioning.ComponentGuaranteesOptions", + "name": "Guarantees", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "guarantees", + "typeName": "System.Runtime.Versioning.ComponentGuaranteesOptions" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ComponentGuaranteesAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "TypeName", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [ + { "name": "fromType", "typeName": "System.Type" }, + { "name": "o", "typeName": "object" } + ], + "isStatic": false, + "name": "CanCastTo", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "IRemotingTypeInfo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Object", + "params": [], + "isStatic": false, + "name": "Unwrap", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "IObjectHandle", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting", + "baseClass": "System.MarshalByRefObject", + "attribute": "", + "interfaces": ["IObjectHandle"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "o", "typeName": "object" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [], + "isStatic": false, + "name": "InitializeLifetimeService", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [], + "isStatic": false, + "name": "Unwrap", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ObjectHandle", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting", + "baseClass": "object", + "attribute": "", + "interfaces": ["IObjectReference", "ISerializable"], + "fields": [ + { + "typeName": "System.Runtime.Remoting.IChannelInfo", + "name": "ChannelInfo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.Remoting.IEnvoyInfo", + "name": "EnvoyInfo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.Remoting.IRemotingTypeInfo", + "name": "TypeInfo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "URI", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "o", "typeName": "System.MarshalByRefObject" }, + { "name": "requestedType", "typeName": "System.Type" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "info", + "typeName": "System.Runtime.Serialization.SerializationInfo" + }, + { + "name": "context", + "typeName": "System.Runtime.Serialization.StreamingContext" + } + ], + "isStatic": false, + "name": "GetObjectData", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { + "name": "context", + "typeName": "System.Runtime.Serialization.StreamingContext" + } + ], + "isStatic": false, + "name": "GetRealObject", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "IsFromThisAppDomain", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "IsFromThisProcess", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ObjRef", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "ApplicationId", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "ApplicationName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.Remoting.CustomErrorsModes", + "name": "CustomErrorsMode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "ProcessId", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "filename", "typeName": "string" }], + "isStatic": true, + "name": "Configure", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "filename", "typeName": "string" }, + { "name": "ensureSecurity", "typeName": "bool" } + ], + "isStatic": true, + "name": "Configure", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "isLocalRequest", "typeName": "bool" }], + "isStatic": true, + "name": "CustomErrorsEnabled", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": true, + "name": "GetRegisteredActivatedClientTypes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": true, + "name": "GetRegisteredActivatedServiceTypes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": true, + "name": "GetRegisteredWellKnownClientTypes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": true, + "name": "GetRegisteredWellKnownServiceTypes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "svrType", "typeName": "System.Type" }], + "isStatic": true, + "name": "IsActivationAllowed", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ActivatedClientTypeEntry", + "params": [ + { "name": "typeName", "typeName": "string" }, + { "name": "assemblyName", "typeName": "string" } + ], + "isStatic": true, + "name": "IsRemotelyActivatedClientType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ActivatedClientTypeEntry", + "params": [{ "name": "svrType", "typeName": "System.Type" }], + "isStatic": true, + "name": "IsRemotelyActivatedClientType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "WellKnownClientTypeEntry", + "params": [ + { "name": "typeName", "typeName": "string" }, + { "name": "assemblyName", "typeName": "string" } + ], + "isStatic": true, + "name": "IsWellKnownClientType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "WellKnownClientTypeEntry", + "params": [{ "name": "svrType", "typeName": "System.Type" }], + "isStatic": true, + "name": "IsWellKnownClientType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "entry", + "typeName": "System.Runtime.Remoting.ActivatedClientTypeEntry" + } + ], + "isStatic": true, + "name": "RegisterActivatedClientType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { "name": "appUrl", "typeName": "string" } + ], + "isStatic": true, + "name": "RegisterActivatedClientType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "entry", + "typeName": "System.Runtime.Remoting.ActivatedServiceTypeEntry" + } + ], + "isStatic": true, + "name": "RegisterActivatedServiceType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "type", "typeName": "System.Type" }], + "isStatic": true, + "name": "RegisterActivatedServiceType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "entry", + "typeName": "System.Runtime.Remoting.WellKnownClientTypeEntry" + } + ], + "isStatic": true, + "name": "RegisterWellKnownClientType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { "name": "objectUrl", "typeName": "string" } + ], + "isStatic": true, + "name": "RegisterWellKnownClientType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "entry", + "typeName": "System.Runtime.Remoting.WellKnownServiceTypeEntry" + } + ], + "isStatic": true, + "name": "RegisterWellKnownServiceType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { "name": "objectUri", "typeName": "string" }, + { + "name": "mode", + "typeName": "System.Runtime.Remoting.WellKnownObjectMode" + } + ], + "isStatic": true, + "name": "RegisterWellKnownServiceType", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "RemotingConfiguration", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Versioning", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Runtime.Versioning.ComponentGuaranteesOptions", + "name": "Exchange", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.Versioning.ComponentGuaranteesOptions", + "name": "None", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.Versioning.ComponentGuaranteesOptions", + "name": "SideBySide", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.Versioning.ComponentGuaranteesOptions", + "name": "Stable", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Runtime.Versioning.ComponentGuaranteesOptions", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ComponentGuaranteesOptions", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting", + "baseClass": "System.SystemException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "InnerException", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "RemotingException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Object", + "params": [ + { "name": "classToProxy", "typeName": "System.Type" }, + { "name": "url", "typeName": "string" } + ], + "isStatic": true, + "name": "Connect", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "classToProxy", "typeName": "System.Type" }, + { "name": "url", "typeName": "string" }, + { "name": "data", "typeName": "object" } + ], + "isStatic": true, + "name": "Connect", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "obj", "typeName": "System.MarshalByRefObject" } + ], + "isStatic": true, + "name": "Disconnect", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IMethodReturnMessage", + "params": [ + { "name": "target", "typeName": "System.MarshalByRefObject" }, + { + "name": "reqMsg", + "typeName": "System.Runtime.Remoting.Messaging.IMethodCallMessage" + } + ], + "isStatic": true, + "name": "ExecuteMessage", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IMessageSink", + "params": [ + { "name": "obj", "typeName": "System.MarshalByRefObject" } + ], + "isStatic": true, + "name": "GetEnvoyChainForProxy", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "obj", "typeName": "System.MarshalByRefObject" } + ], + "isStatic": true, + "name": "GetLifetimeService", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "MethodBase", + "params": [ + { + "name": "msg", + "typeName": "System.Runtime.Remoting.Messaging.IMethodMessage" + } + ], + "isStatic": true, + "name": "GetMethodBaseFromMethodMessage", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "obj", "typeName": "object" }, + { + "name": "info", + "typeName": "System.Runtime.Serialization.SerializationInfo" + }, + { + "name": "context", + "typeName": "System.Runtime.Serialization.StreamingContext" + } + ], + "isStatic": true, + "name": "GetObjectData", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "obj", "typeName": "System.MarshalByRefObject" } + ], + "isStatic": true, + "name": "GetObjectUri", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ObjRef", + "params": [ + { "name": "obj", "typeName": "System.MarshalByRefObject" } + ], + "isStatic": true, + "name": "GetObjRefForProxy", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "RealProxy", + "params": [{ "name": "proxy", "typeName": "object" }], + "isStatic": true, + "name": "GetRealProxy", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Type", + "params": [{ "name": "URI", "typeName": "string" }], + "isStatic": true, + "name": "GetServerTypeForUri", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { + "name": "msg", + "typeName": "System.Runtime.Remoting.Messaging.IMethodMessage" + } + ], + "isStatic": true, + "name": "GetSessionIdForMethodMessage", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "msg", + "typeName": "System.Runtime.Remoting.Messaging.IMethodMessage" + } + ], + "isStatic": true, + "name": "IsMethodOverloaded", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "tp", "typeName": "object" }], + "isStatic": true, + "name": "IsObjectOutOfAppDomain", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "tp", "typeName": "object" }], + "isStatic": true, + "name": "IsObjectOutOfContext", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "method", "typeName": "System.Reflection.MethodBase" } + ], + "isStatic": true, + "name": "IsOneWay", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "proxy", "typeName": "object" }], + "isStatic": true, + "name": "IsTransparentProxy", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "stage", "typeName": "int" }], + "isStatic": true, + "name": "LogRemotingStage", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ObjRef", + "params": [ + { "name": "Obj", "typeName": "System.MarshalByRefObject" } + ], + "isStatic": true, + "name": "Marshal", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ObjRef", + "params": [ + { "name": "Obj", "typeName": "System.MarshalByRefObject" }, + { "name": "URI", "typeName": "string" } + ], + "isStatic": true, + "name": "Marshal", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ObjRef", + "params": [ + { "name": "Obj", "typeName": "System.MarshalByRefObject" }, + { "name": "ObjURI", "typeName": "string" }, + { "name": "RequestedType", "typeName": "System.Type" } + ], + "isStatic": true, + "name": "Marshal", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "obj", "typeName": "System.MarshalByRefObject" }, + { "name": "uri", "typeName": "string" } + ], + "isStatic": true, + "name": "SetObjectUriForMarshal", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { + "name": "objectRef", + "typeName": "System.Runtime.Remoting.ObjRef" + } + ], + "isStatic": true, + "name": "Unmarshal", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { + "name": "objectRef", + "typeName": "System.Runtime.Remoting.ObjRef" + }, + { "name": "fRefine", "typeName": "bool" } + ], + "isStatic": true, + "name": "Unmarshal", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "RemotingServices", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Versioning", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "System.Runtime.Versioning.ResourceScope", + "name": "ConsumptionScope", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.Versioning.ResourceScope", + "name": "ResourceScope", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "resourceScope", + "typeName": "System.Runtime.Versioning.ResourceScope" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "resourceScope", + "typeName": "System.Runtime.Versioning.ResourceScope" + }, + { + "name": "consumptionScope", + "typeName": "System.Runtime.Versioning.ResourceScope" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ResourceConsumptionAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting", + "baseClass": "System.Runtime.Remoting.RemotingException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "InnerException", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "RemotingTimeoutException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting", + "baseClass": "System.SystemException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "InnerException", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ServerException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Versioning", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "System.Runtime.Versioning.ResourceScope", + "name": "ResourceExposureLevel", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "exposureLevel", + "typeName": "System.Runtime.Versioning.ResourceScope" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ResourceExposureAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "XmlNsForClrType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "XmlNsForClrTypeWithAssembly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "XmlNsForClrTypeWithNs", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "XmlNsForClrTypeWithNsAndAssembly", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "String", + "params": [ + { "name": "typeNamespace", "typeName": "string" }, + { "name": "assemblyName", "typeName": "string" } + ], + "isStatic": true, + "name": "CodeXmlNamespaceForClrTypeNamespace", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "inNamespace", "typeName": "string" }, + { "name": "typeNamespace", "typeName": "string" }, + { "name": "assemblyName", "typeName": "string" } + ], + "isStatic": true, + "name": "DecodeXmlNamespaceForClrTypeNamespace", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "containingType", "typeName": "System.Type" }, + { "name": "xmlAttribute", "typeName": "string" }, + { "name": "xmlNamespace", "typeName": "string" }, + { "name": "type", "typeName": "System.Type" }, + { "name": "name", "typeName": "string" } + ], + "isStatic": true, + "name": "GetInteropFieldTypeAndNameFromXmlAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "containingType", "typeName": "System.Type" }, + { "name": "xmlElement", "typeName": "string" }, + { "name": "xmlNamespace", "typeName": "string" }, + { "name": "type", "typeName": "System.Type" }, + { "name": "name", "typeName": "string" } + ], + "isStatic": true, + "name": "GetInteropFieldTypeAndNameFromXmlElement", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Type", + "params": [ + { "name": "xmlElement", "typeName": "string" }, + { "name": "xmlNamespace", "typeName": "string" } + ], + "isStatic": true, + "name": "GetInteropTypeFromXmlElement", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Type", + "params": [ + { "name": "xmlType", "typeName": "string" }, + { "name": "xmlTypeNamespace", "typeName": "string" } + ], + "isStatic": true, + "name": "GetInteropTypeFromXmlType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "mb", "typeName": "System.Reflection.MethodBase" } + ], + "isStatic": true, + "name": "GetSoapActionFromMethodBase", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "soapAction", "typeName": "string" }, + { "name": "typeName", "typeName": "string" }, + { "name": "methodName", "typeName": "string" } + ], + "isStatic": true, + "name": "GetTypeAndMethodNameFromSoapAction", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { "name": "xmlElement", "typeName": "string" }, + { "name": "xmlNamespace", "typeName": "string" } + ], + "isStatic": true, + "name": "GetXmlElementForInteropType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "mb", "typeName": "System.Reflection.MethodBase" } + ], + "isStatic": true, + "name": "GetXmlNamespaceForMethodCall", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "mb", "typeName": "System.Reflection.MethodBase" } + ], + "isStatic": true, + "name": "GetXmlNamespaceForMethodResponse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { "name": "xmlType", "typeName": "string" }, + { "name": "xmlTypeNamespace", "typeName": "string" } + ], + "isStatic": true, + "name": "GetXmlTypeForInteropType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "namespaceString", "typeName": "string" }], + "isStatic": true, + "name": "IsClrTypeNamespace", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "soapAction", "typeName": "string" }, + { "name": "mb", "typeName": "System.Reflection.MethodBase" } + ], + "isStatic": true, + "name": "IsSoapActionValidForMethodBase", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "assembly", "typeName": "System.Reflection.Assembly" } + ], + "isStatic": true, + "name": "PreLoad", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "type", "typeName": "System.Type" }], + "isStatic": true, + "name": "PreLoad", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "xmlElement", "typeName": "string" }, + { "name": "xmlNamespace", "typeName": "string" }, + { "name": "type", "typeName": "System.Type" } + ], + "isStatic": true, + "name": "RegisterInteropXmlElement", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "xmlType", "typeName": "string" }, + { "name": "xmlTypeNamespace", "typeName": "string" }, + { "name": "type", "typeName": "System.Type" } + ], + "isStatic": true, + "name": "RegisterInteropXmlType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "mb", "typeName": "System.Reflection.MethodBase" } + ], + "isStatic": true, + "name": "RegisterSoapActionForMethodBase", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "mb", "typeName": "System.Reflection.MethodBase" }, + { "name": "soapAction", "typeName": "string" } + ], + "isStatic": true, + "name": "RegisterSoapActionForMethodBase", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "SoapServices", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "AssemblyName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "TypeName", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [], + "name": "TypeEntry", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Versioning", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Runtime.Versioning.ResourceScope", + "name": "AppDomain", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.Versioning.ResourceScope", + "name": "Assembly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.Versioning.ResourceScope", + "name": "Library", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.Versioning.ResourceScope", + "name": "Machine", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.Versioning.ResourceScope", + "name": "None", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.Versioning.ResourceScope", + "name": "Private", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.Versioning.ResourceScope", + "name": "Process", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Runtime.Versioning.ResourceScope", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ResourceScope", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting", + "baseClass": "System.Runtime.Remoting.TypeEntry", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "ApplicationUrl", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Type", + "name": "ObjectType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "ObjectUrl", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "typeName", "typeName": "string" }, + { "name": "assemblyName", "typeName": "string" }, + { "name": "objectUrl", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { "name": "objectUrl", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "WellKnownClientTypeEntry", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Runtime.Remoting.WellKnownObjectMode", + "name": "SingleCall", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.Remoting.WellKnownObjectMode", + "name": "Singleton", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Runtime.Remoting.WellKnownObjectMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "WellKnownObjectMode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Versioning", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "string", + "name": "FrameworkDisplayName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "FrameworkName", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "frameworkName", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "TargetFrameworkAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Versioning", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "String", + "params": [ + { "name": "name", "typeName": "string" }, + { + "name": "from", + "typeName": "System.Runtime.Versioning.ResourceScope" + }, + { + "name": "to", + "typeName": "System.Runtime.Versioning.ResourceScope" + } + ], + "isStatic": true, + "name": "MakeVersionSafeName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "name", "typeName": "string" }, + { + "name": "from", + "typeName": "System.Runtime.Versioning.ResourceScope" + }, + { + "name": "to", + "typeName": "System.Runtime.Versioning.ResourceScope" + }, + { "name": "type", "typeName": "System.Type" } + ], + "isStatic": true, + "name": "MakeVersionSafeName", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "VersioningHelper", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting", + "baseClass": "System.Runtime.Remoting.TypeEntry", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Runtime.Remoting.Contexts.IContextAttribute[]", + "name": "ContextAttributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.Remoting.WellKnownObjectMode", + "name": "Mode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Type", + "name": "ObjectType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "ObjectUri", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "typeName", "typeName": "string" }, + { "name": "assemblyName", "typeName": "string" }, + { "name": "objectUri", "typeName": "string" }, + { + "name": "mode", + "typeName": "System.Runtime.Remoting.WellKnownObjectMode" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { "name": "objectUri", "typeName": "string" }, + { + "name": "mode", + "typeName": "System.Runtime.Remoting.WellKnownObjectMode" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "WellKnownServiceTypeEntry", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Versioning", + "baseClass": "object", + "attribute": "", + "interfaces": ["IEquatable"], + "fields": [ + { + "typeName": "string", + "name": "FullName", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "Identifier", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "Profile", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Version", + "name": "Version", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "frameworkName", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "identifier", "typeName": "string" }, + { "name": "version", "typeName": "System.Version" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "identifier", "typeName": "string" }, + { "name": "version", "typeName": "System.Version" }, + { "name": "profile", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "other", + "typeName": "System.Runtime.Versioning.FrameworkName" + } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "left", + "typeName": "System.Runtime.Versioning.FrameworkName" + }, + { + "name": "right", + "typeName": "System.Runtime.Versioning.FrameworkName" + } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "left", + "typeName": "System.Runtime.Versioning.FrameworkName" + }, + { + "name": "right", + "typeName": "System.Runtime.Versioning.FrameworkName" + } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.dll" + } + ], + "name": "FrameworkName", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Runtime.Hosting", + "baseClass": "System.Security.Policy.EvidenceBase", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.ActivationContext", + "name": "ActivationContext", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string[]", + "name": "ActivationData", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ApplicationIdentity", + "name": "ApplicationIdentity", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "activationData", "typeName": "System.ActivationContext" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "activationContext", + "typeName": "System.ActivationContext" + }, + { "name": "activationData", "typeName": "string[]" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "applicationIdentity", + "typeName": "System.ApplicationIdentity" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "applicationIdentity", + "typeName": "System.ApplicationIdentity" + }, + { "name": "activationData", "typeName": "string[]" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "EvidenceBase", + "params": [], + "isStatic": false, + "name": "Clone", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ActivationArguments", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Hosting", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ObjectHandle", + "params": [ + { + "name": "activationContext", + "typeName": "System.ActivationContext" + } + ], + "isStatic": false, + "name": "CreateInstance", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ObjectHandle", + "params": [ + { + "name": "activationContext", + "typeName": "System.ActivationContext" + }, + { "name": "activationCustomData", "typeName": "string[]" } + ], + "isStatic": false, + "name": "CreateInstance", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ApplicationActivator", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting.Activation", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Runtime.Remoting.Activation.ActivatorLevel", + "name": "AppDomain", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.Remoting.Activation.ActivatorLevel", + "name": "Construction", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.Remoting.Activation.ActivatorLevel", + "name": "Context", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.Remoting.Activation.ActivatorLevel", + "name": "Machine", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.Remoting.Activation.ActivatorLevel", + "name": "Process", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Runtime.Remoting.Activation.ActivatorLevel", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ActivatorLevel", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting.Activation", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [ + { + "typeName": "System.Runtime.Remoting.Activation.ActivatorLevel", + "name": "Level", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.Remoting.Activation.IActivator", + "name": "NextActivator", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "IConstructionReturnMessage", + "params": [ + { + "name": "msg", + "typeName": "System.Runtime.Remoting.Activation.IConstructionCallMessage" + } + ], + "isStatic": false, + "name": "Activate", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "IActivator", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting.Activation", + "baseClass": "", + "attribute": "interface", + "interfaces": ["IMethodCallMessage", "IMethodMessage", "IMessage"], + "fields": [ + { + "typeName": "System.Type", + "name": "ActivationType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "ActivationTypeName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.Remoting.Activation.IActivator", + "name": "Activator", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "object[]", + "name": "CallSiteActivationAttributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Collections.IList", + "name": "ContextProperties", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [], + "name": "IConstructionCallMessage", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting.Contexts", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "ContextID", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.Remoting.Contexts.IContextProperty[]", + "name": "ContextProperties", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.Remoting.Contexts.Context", + "name": "DefaultContext", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "LocalDataStoreSlot", + "params": [], + "isStatic": true, + "name": "AllocateDataSlot", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "LocalDataStoreSlot", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": true, + "name": "AllocateNamedDataSlot", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "deleg", + "typeName": "System.Runtime.Remoting.Contexts.CrossContextDelegate" + } + ], + "isStatic": false, + "name": "DoCallBack", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": true, + "name": "FreeNamedDataSlot", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Freeze", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "slot", "typeName": "System.LocalDataStoreSlot" } + ], + "isStatic": true, + "name": "GetData", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "LocalDataStoreSlot", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": true, + "name": "GetNamedDataSlot", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IContextProperty", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "GetProperty", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "prop", + "typeName": "System.Runtime.Remoting.Contexts.IDynamicProperty" + }, + { "name": "obj", "typeName": "System.ContextBoundObject" }, + { + "name": "ctx", + "typeName": "System.Runtime.Remoting.Contexts.Context" + } + ], + "isStatic": true, + "name": "RegisterDynamicProperty", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "slot", "typeName": "System.LocalDataStoreSlot" }, + { "name": "data", "typeName": "object" } + ], + "isStatic": true, + "name": "SetData", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "prop", + "typeName": "System.Runtime.Remoting.Contexts.IContextProperty" + } + ], + "isStatic": false, + "name": "SetProperty", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "obj", "typeName": "System.ContextBoundObject" }, + { + "name": "ctx", + "typeName": "System.Runtime.Remoting.Contexts.Context" + } + ], + "isStatic": true, + "name": "UnregisterDynamicProperty", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "Context", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting.Contexts", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute", "IContextAttribute", "IContextProperty"], + "fields": [ + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "o", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "newContext", + "typeName": "System.Runtime.Remoting.Contexts.Context" + } + ], + "isStatic": false, + "name": "Freeze", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "ctorMsg", + "typeName": "System.Runtime.Remoting.Activation.IConstructionCallMessage" + } + ], + "isStatic": false, + "name": "GetPropertiesForNewContext", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "ctx", + "typeName": "System.Runtime.Remoting.Contexts.Context" + }, + { + "name": "ctorMsg", + "typeName": "System.Runtime.Remoting.Activation.IConstructionCallMessage" + } + ], + "isStatic": false, + "name": "IsContextOK", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "newCtx", + "typeName": "System.Runtime.Remoting.Contexts.Context" + } + ], + "isStatic": false, + "name": "IsNewContextOK", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ContextAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting.Contexts", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "object", + "name": "Property", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [], + "name": "ContextProperty", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting.Contexts", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "CrossContextDelegate", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting.Contexts", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "msg", + "typeName": "System.Runtime.Remoting.Activation.IConstructionCallMessage" + } + ], + "isStatic": false, + "name": "GetPropertiesForNewContext", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "ctx", + "typeName": "System.Runtime.Remoting.Contexts.Context" + }, + { + "name": "msg", + "typeName": "System.Runtime.Remoting.Activation.IConstructionCallMessage" + } + ], + "isStatic": false, + "name": "IsContextOK", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "IContextAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting.Contexts", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "newContext", + "typeName": "System.Runtime.Remoting.Contexts.Context" + } + ], + "isStatic": false, + "name": "Freeze", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "newCtx", + "typeName": "System.Runtime.Remoting.Contexts.Context" + } + ], + "isStatic": false, + "name": "IsNewContextOK", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "IContextProperty", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting.Contexts", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "msg", + "typeName": "System.Runtime.Remoting.Activation.IConstructionCallMessage" + } + ], + "isStatic": false, + "name": "CollectFromClientContext", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "msg", + "typeName": "System.Runtime.Remoting.Activation.IConstructionReturnMessage" + } + ], + "isStatic": false, + "name": "CollectFromServerContext", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "msg", + "typeName": "System.Runtime.Remoting.Activation.IConstructionCallMessage" + } + ], + "isStatic": false, + "name": "DeliverClientContextToServerContext", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "msg", + "typeName": "System.Runtime.Remoting.Activation.IConstructionReturnMessage" + } + ], + "isStatic": false, + "name": "DeliverServerContextToClientContext", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "msg", + "typeName": "System.Runtime.Remoting.Activation.IConstructionCallMessage" + } + ], + "isStatic": false, + "name": "IsOKToActivate", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "IContextPropertyActivator", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting.Contexts", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "IMessageSink", + "params": [ + { + "name": "nextSink", + "typeName": "System.Runtime.Remoting.Messaging.IMessageSink" + } + ], + "isStatic": false, + "name": "GetClientContextSink", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "IContributeClientContextSink", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting.Contexts", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "IDynamicMessageSink", + "params": [], + "isStatic": false, + "name": "GetDynamicSink", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "IContributeDynamicSink", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting.Contexts", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "IMessageSink", + "params": [ + { "name": "obj", "typeName": "System.MarshalByRefObject" }, + { + "name": "nextSink", + "typeName": "System.Runtime.Remoting.Messaging.IMessageSink" + } + ], + "isStatic": false, + "name": "GetEnvoySink", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "IContributeEnvoySink", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting.Contexts", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "IMessageSink", + "params": [ + { "name": "obj", "typeName": "System.MarshalByRefObject" }, + { + "name": "nextSink", + "typeName": "System.Runtime.Remoting.Messaging.IMessageSink" + } + ], + "isStatic": false, + "name": "GetObjectSink", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "IContributeObjectSink", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting.Contexts", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "IMessageSink", + "params": [ + { + "name": "nextSink", + "typeName": "System.Runtime.Remoting.Messaging.IMessageSink" + } + ], + "isStatic": false, + "name": "GetServerContextSink", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "IContributeServerContextSink", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting.Contexts", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "replyMsg", + "typeName": "System.Runtime.Remoting.Messaging.IMessage" + }, + { "name": "bCliSide", "typeName": "bool" }, + { "name": "bAsync", "typeName": "bool" } + ], + "isStatic": false, + "name": "ProcessMessageFinish", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "reqMsg", + "typeName": "System.Runtime.Remoting.Messaging.IMessage" + }, + { "name": "bCliSide", "typeName": "bool" }, + { "name": "bAsync", "typeName": "bool" } + ], + "isStatic": false, + "name": "ProcessMessageStart", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "IDynamicMessageSink", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting.Contexts", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [], + "name": "IDynamicProperty", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting.Contexts", + "baseClass": "System.Runtime.Remoting.Contexts.ContextAttribute", + "attribute": "", + "interfaces": [ + "_Attribute", + "IContextAttribute", + "IContextProperty", + "IContributeClientContextSink", + "IContributeServerContextSink" + ], + "fields": [ + { + "typeName": "int", + "name": "NOT_SUPPORTED", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "REQUIRED", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "REQUIRES_NEW", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "SUPPORTED", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsReEntrant", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "Locked", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "reEntrant", "typeName": "bool" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "flag", "typeName": "int" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "flag", "typeName": "int" }, + { "name": "reEntrant", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IMessageSink", + "params": [ + { + "name": "nextSink", + "typeName": "System.Runtime.Remoting.Messaging.IMessageSink" + } + ], + "isStatic": false, + "name": "GetClientContextSink", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "ctorMsg", + "typeName": "System.Runtime.Remoting.Activation.IConstructionCallMessage" + } + ], + "isStatic": false, + "name": "GetPropertiesForNewContext", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IMessageSink", + "params": [ + { + "name": "nextSink", + "typeName": "System.Runtime.Remoting.Messaging.IMessageSink" + } + ], + "isStatic": false, + "name": "GetServerContextSink", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "ctx", + "typeName": "System.Runtime.Remoting.Contexts.Context" + }, + { + "name": "msg", + "typeName": "System.Runtime.Remoting.Activation.IConstructionCallMessage" + } + ], + "isStatic": false, + "name": "IsContextOK", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "SynchronizationAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting.Activation", + "baseClass": "", + "attribute": "interface", + "interfaces": ["IMethodReturnMessage", "IMethodMessage", "IMessage"], + "fields": [], + "methods": [], + "name": "IConstructionReturnMessage", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting.Activation", + "baseClass": "System.Runtime.Remoting.Contexts.ContextAttribute", + "attribute": "", + "interfaces": ["_Attribute", "IContextAttribute", "IContextProperty"], + "fields": [ + { + "typeName": "string", + "name": "UrlValue", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "callsiteURL", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "o", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "ctorMsg", + "typeName": "System.Runtime.Remoting.Activation.IConstructionCallMessage" + } + ], + "isStatic": false, + "name": "GetPropertiesForNewContext", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "ctx", + "typeName": "System.Runtime.Remoting.Contexts.Context" + }, + { + "name": "msg", + "typeName": "System.Runtime.Remoting.Activation.IConstructionCallMessage" + } + ], + "isStatic": false, + "name": "IsContextOK", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "UrlAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting.Lifetime", + "baseClass": "System.MarshalByRefObject", + "attribute": "", + "interfaces": ["ISponsor"], + "fields": [ + { + "typeName": "System.TimeSpan", + "name": "RenewalTime", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "renewalTime", "typeName": "System.TimeSpan" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Close", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [], + "isStatic": false, + "name": "InitializeLifetimeService", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "obj", "typeName": "System.MarshalByRefObject" } + ], + "isStatic": false, + "name": "Register", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "TimeSpan", + "params": [ + { + "name": "lease", + "typeName": "System.Runtime.Remoting.Lifetime.ILease" + } + ], + "isStatic": false, + "name": "Renewal", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "obj", "typeName": "System.MarshalByRefObject" } + ], + "isStatic": false, + "name": "Unregister", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ClientSponsor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting.Lifetime", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [ + { + "typeName": "System.TimeSpan", + "name": "CurrentLeaseTime", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.Remoting.Lifetime.LeaseState", + "name": "CurrentState", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.TimeSpan", + "name": "InitialLeaseTime", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.TimeSpan", + "name": "RenewOnCallTime", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.TimeSpan", + "name": "SponsorshipTimeout", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "obj", + "typeName": "System.Runtime.Remoting.Lifetime.ISponsor" + } + ], + "isStatic": false, + "name": "Register", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "obj", + "typeName": "System.Runtime.Remoting.Lifetime.ISponsor" + }, + { "name": "renewalTime", "typeName": "System.TimeSpan" } + ], + "isStatic": false, + "name": "Register", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "TimeSpan", + "params": [{ "name": "renewalTime", "typeName": "System.TimeSpan" }], + "isStatic": false, + "name": "Renew", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "obj", + "typeName": "System.Runtime.Remoting.Lifetime.ISponsor" + } + ], + "isStatic": false, + "name": "Unregister", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ILease", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting.Lifetime", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "TimeSpan", + "params": [ + { + "name": "lease", + "typeName": "System.Runtime.Remoting.Lifetime.ILease" + } + ], + "isStatic": false, + "name": "Renewal", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ISponsor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting.Lifetime", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Runtime.Remoting.Lifetime.LeaseState", + "name": "Active", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.Remoting.Lifetime.LeaseState", + "name": "Expired", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.Remoting.Lifetime.LeaseState", + "name": "Initial", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.Remoting.Lifetime.LeaseState", + "name": "Null", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.Remoting.Lifetime.LeaseState", + "name": "Renewing", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Runtime.Remoting.Lifetime.LeaseState", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "LeaseState", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting.Lifetime", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.TimeSpan", + "name": "LeaseManagerPollTime", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.TimeSpan", + "name": "LeaseTime", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.TimeSpan", + "name": "RenewOnCallTime", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.TimeSpan", + "name": "SponsorshipTimeout", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "LifetimeServices", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting.Channels", + "baseClass": "object", + "attribute": "", + "interfaces": ["IDictionary", "ICollection", "IEnumerable"], + "fields": [ + { + "typeName": "int", + "name": "Count", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsFixedSize", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsReadOnly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsSynchronized", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "object", + "name": "this[]", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Collections.ICollection", + "name": "Keys", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Collections.IDictionary", + "name": "Properties", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "object", + "name": "SyncRoot", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Collections.ICollection", + "name": "Values", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "key", "typeName": "object" }, + { "name": "value", "typeName": "object" } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Clear", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "key", "typeName": "object" }], + "isStatic": false, + "name": "Contains", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "array", "typeName": "System.Array" }, + { "name": "index", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IDictionaryEnumerator", + "params": [], + "isStatic": false, + "name": "GetEnumerator", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "key", "typeName": "object" }], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "BaseChannelObjectWithProperties", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting.Channels", + "baseClass": "System.Runtime.Remoting.Channels.BaseChannelObjectWithProperties", + "attribute": "", + "interfaces": ["IDictionary", "ICollection", "IEnumerable"], + "fields": [], + "methods": [], + "name": "BaseChannelSinkWithProperties", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting.Channels", + "baseClass": "System.Runtime.Remoting.Channels.BaseChannelObjectWithProperties", + "attribute": "", + "interfaces": ["IDictionary", "ICollection", "IEnumerable"], + "fields": [ + { + "typeName": "System.Collections.IDictionary", + "name": "Properties", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [], + "name": "BaseChannelWithProperties", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting.Channels", + "baseClass": "object", + "attribute": "", + "interfaces": ["IChannelDataStore"], + "fields": [ + { + "typeName": "string[]", + "name": "ChannelUris", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "object", + "name": "this[]", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "channelURIs", "typeName": "string[]" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ChannelDataStore", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting.Channels", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Runtime.Remoting.Channels.IChannel[]", + "name": "RegisteredChannels", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "IMessageCtrl", + "params": [ + { + "name": "msg", + "typeName": "System.Runtime.Remoting.Messaging.IMessage" + }, + { + "name": "replySink", + "typeName": "System.Runtime.Remoting.Messaging.IMessageSink" + } + ], + "isStatic": true, + "name": "AsyncDispatchMessage", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IServerChannelSink", + "params": [ + { + "name": "provider", + "typeName": "System.Runtime.Remoting.Channels.IServerChannelSinkProvider" + }, + { + "name": "channel", + "typeName": "System.Runtime.Remoting.Channels.IChannelReceiver" + } + ], + "isStatic": true, + "name": "CreateServerChannelSinkChain", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ServerProcessing", + "params": [ + { + "name": "sinkStack", + "typeName": "System.Runtime.Remoting.Channels.IServerChannelSinkStack" + }, + { + "name": "msg", + "typeName": "System.Runtime.Remoting.Messaging.IMessage" + }, + { + "name": "replyMsg", + "typeName": "System.Runtime.Remoting.Messaging.IMessage" + } + ], + "isStatic": true, + "name": "DispatchMessage", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IChannel", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": true, + "name": "GetChannel", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IDictionary", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": true, + "name": "GetChannelSinkProperties", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "obj", "typeName": "System.MarshalByRefObject" } + ], + "isStatic": true, + "name": "GetUrlsForObject", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "chnl", + "typeName": "System.Runtime.Remoting.Channels.IChannel" + } + ], + "isStatic": true, + "name": "RegisterChannel", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "chnl", + "typeName": "System.Runtime.Remoting.Channels.IChannel" + }, + { "name": "ensureSecurity", "typeName": "bool" } + ], + "isStatic": true, + "name": "RegisterChannel", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IMessage", + "params": [ + { + "name": "msg", + "typeName": "System.Runtime.Remoting.Messaging.IMessage" + } + ], + "isStatic": true, + "name": "SyncDispatchMessage", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "chnl", + "typeName": "System.Runtime.Remoting.Channels.IChannel" + } + ], + "isStatic": true, + "name": "UnregisterChannel", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ChannelServices", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting.Channels", + "baseClass": "object", + "attribute": "", + "interfaces": [ + "IClientChannelSinkStack", + "IClientResponseChannelSinkStack" + ], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "replySink", + "typeName": "System.Runtime.Remoting.Messaging.IMessageSink" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "headers", + "typeName": "System.Runtime.Remoting.Channels.ITransportHeaders" + }, + { "name": "stream", "typeName": "System.IO.Stream" } + ], + "isStatic": false, + "name": "AsyncProcessResponse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "e", "typeName": "System.Exception" }], + "isStatic": false, + "name": "DispatchException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "msg", + "typeName": "System.Runtime.Remoting.Messaging.IMessage" + } + ], + "isStatic": false, + "name": "DispatchReplyMessage", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { + "name": "sink", + "typeName": "System.Runtime.Remoting.Channels.IClientChannelSink" + } + ], + "isStatic": false, + "name": "Pop", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "sink", + "typeName": "System.Runtime.Remoting.Channels.IClientChannelSink" + }, + { "name": "state", "typeName": "object" } + ], + "isStatic": false, + "name": "Push", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ClientChannelSinkStack", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting.Channels", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "ChannelName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "ChannelPriority", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "String", + "params": [ + { "name": "url", "typeName": "string" }, + { "name": "objectURI", "typeName": "string" } + ], + "isStatic": false, + "name": "Parse", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "IChannel", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting.Channels", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [ + { + "typeName": "string[]", + "name": "ChannelUris", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "object", + "name": "this[]", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [], + "name": "IChannelDataStore", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting.Channels", + "baseClass": "", + "attribute": "interface", + "interfaces": ["IChannel"], + "fields": [ + { + "typeName": "object", + "name": "ChannelData", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "", + "params": [{ "name": "objectURI", "typeName": "string" }], + "isStatic": false, + "name": "GetUrlsForUri", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "data", "typeName": "object" }], + "isStatic": false, + "name": "StartListening", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "data", "typeName": "object" }], + "isStatic": false, + "name": "StopListening", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "IChannelReceiver", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting.Channels", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "ChannelScheme", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.Remoting.Channels.IServerChannelSink", + "name": "ChannelSinkChain", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "WantsToListen", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "channelUri", "typeName": "string" }], + "isStatic": false, + "name": "AddHookChannelUri", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "IChannelReceiverHook", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting.Channels", + "baseClass": "", + "attribute": "interface", + "interfaces": ["IChannel"], + "fields": [], + "methods": [ + { + "returnTypeName": "IMessageSink", + "params": [ + { "name": "url", "typeName": "string" }, + { "name": "remoteChannelData", "typeName": "object" }, + { "name": "objectURI", "typeName": "string" } + ], + "isStatic": false, + "name": "CreateMessageSink", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "IChannelSender", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting.Channels", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [ + { + "typeName": "System.Collections.IDictionary", + "name": "Properties", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [], + "name": "IChannelSinkBase", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting.Channels", + "baseClass": "", + "attribute": "interface", + "interfaces": ["IChannelSinkBase"], + "fields": [ + { + "typeName": "System.Runtime.Remoting.Channels.IClientChannelSink", + "name": "NextChannelSink", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "sinkStack", + "typeName": "System.Runtime.Remoting.Channels.IClientChannelSinkStack" + }, + { + "name": "msg", + "typeName": "System.Runtime.Remoting.Messaging.IMessage" + }, + { + "name": "headers", + "typeName": "System.Runtime.Remoting.Channels.ITransportHeaders" + }, + { "name": "stream", "typeName": "System.IO.Stream" } + ], + "isStatic": false, + "name": "AsyncProcessRequest", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "sinkStack", + "typeName": "System.Runtime.Remoting.Channels.IClientResponseChannelSinkStack" + }, + { "name": "state", "typeName": "object" }, + { + "name": "headers", + "typeName": "System.Runtime.Remoting.Channels.ITransportHeaders" + }, + { "name": "stream", "typeName": "System.IO.Stream" } + ], + "isStatic": false, + "name": "AsyncProcessResponse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Stream", + "params": [ + { + "name": "msg", + "typeName": "System.Runtime.Remoting.Messaging.IMessage" + }, + { + "name": "headers", + "typeName": "System.Runtime.Remoting.Channels.ITransportHeaders" + } + ], + "isStatic": false, + "name": "GetRequestStream", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "msg", + "typeName": "System.Runtime.Remoting.Messaging.IMessage" + }, + { + "name": "requestHeaders", + "typeName": "System.Runtime.Remoting.Channels.ITransportHeaders" + }, + { "name": "requestStream", "typeName": "System.IO.Stream" }, + { + "name": "responseHeaders", + "typeName": "System.Runtime.Remoting.Channels.ITransportHeaders" + }, + { "name": "responseStream", "typeName": "System.IO.Stream" } + ], + "isStatic": false, + "name": "ProcessMessage", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "IClientChannelSink", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting.Channels", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [ + { + "typeName": "System.Runtime.Remoting.Channels.IClientChannelSinkProvider", + "name": "Next", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "IClientChannelSink", + "params": [ + { + "name": "channel", + "typeName": "System.Runtime.Remoting.Channels.IChannelSender" + }, + { "name": "url", "typeName": "string" }, + { "name": "remoteChannelData", "typeName": "object" } + ], + "isStatic": false, + "name": "CreateSink", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "IClientChannelSinkProvider", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting.Channels", + "baseClass": "", + "attribute": "interface", + "interfaces": ["IClientResponseChannelSinkStack"], + "fields": [], + "methods": [ + { + "returnTypeName": "Object", + "params": [ + { + "name": "sink", + "typeName": "System.Runtime.Remoting.Channels.IClientChannelSink" + } + ], + "isStatic": false, + "name": "Pop", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "sink", + "typeName": "System.Runtime.Remoting.Channels.IClientChannelSink" + }, + { "name": "state", "typeName": "object" } + ], + "isStatic": false, + "name": "Push", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "IClientChannelSinkStack", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting.Channels", + "baseClass": "", + "attribute": "interface", + "interfaces": ["IClientChannelSink", "IChannelSinkBase", "IMessageSink"], + "fields": [], + "methods": [], + "name": "IClientFormatterSink", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting.Channels", + "baseClass": "", + "attribute": "interface", + "interfaces": ["IClientChannelSinkProvider"], + "fields": [], + "methods": [], + "name": "IClientFormatterSinkProvider", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting.Channels", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "headers", + "typeName": "System.Runtime.Remoting.Channels.ITransportHeaders" + }, + { "name": "stream", "typeName": "System.IO.Stream" } + ], + "isStatic": false, + "name": "AsyncProcessResponse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "e", "typeName": "System.Exception" }], + "isStatic": false, + "name": "DispatchException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "msg", + "typeName": "System.Runtime.Remoting.Messaging.IMessage" + } + ], + "isStatic": false, + "name": "DispatchReplyMessage", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "IClientResponseChannelSinkStack", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting.Channels", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "IsSecured", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [], + "name": "ISecurableChannel", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting.Channels", + "baseClass": "", + "attribute": "interface", + "interfaces": ["IChannelSinkBase"], + "fields": [ + { + "typeName": "System.Runtime.Remoting.Channels.IServerChannelSink", + "name": "NextChannelSink", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "sinkStack", + "typeName": "System.Runtime.Remoting.Channels.IServerResponseChannelSinkStack" + }, + { "name": "state", "typeName": "object" }, + { + "name": "msg", + "typeName": "System.Runtime.Remoting.Messaging.IMessage" + }, + { + "name": "headers", + "typeName": "System.Runtime.Remoting.Channels.ITransportHeaders" + }, + { "name": "stream", "typeName": "System.IO.Stream" } + ], + "isStatic": false, + "name": "AsyncProcessResponse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Stream", + "params": [ + { + "name": "sinkStack", + "typeName": "System.Runtime.Remoting.Channels.IServerResponseChannelSinkStack" + }, + { "name": "state", "typeName": "object" }, + { + "name": "msg", + "typeName": "System.Runtime.Remoting.Messaging.IMessage" + }, + { + "name": "headers", + "typeName": "System.Runtime.Remoting.Channels.ITransportHeaders" + } + ], + "isStatic": false, + "name": "GetResponseStream", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ServerProcessing", + "params": [ + { + "name": "sinkStack", + "typeName": "System.Runtime.Remoting.Channels.IServerChannelSinkStack" + }, + { + "name": "requestMsg", + "typeName": "System.Runtime.Remoting.Messaging.IMessage" + }, + { + "name": "requestHeaders", + "typeName": "System.Runtime.Remoting.Channels.ITransportHeaders" + }, + { "name": "requestStream", "typeName": "System.IO.Stream" }, + { + "name": "responseMsg", + "typeName": "System.Runtime.Remoting.Messaging.IMessage" + }, + { + "name": "responseHeaders", + "typeName": "System.Runtime.Remoting.Channels.ITransportHeaders" + }, + { "name": "responseStream", "typeName": "System.IO.Stream" } + ], + "isStatic": false, + "name": "ProcessMessage", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "IServerChannelSink", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting.Channels", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [ + { + "typeName": "System.Runtime.Remoting.Channels.IServerChannelSinkProvider", + "name": "Next", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "IServerChannelSink", + "params": [ + { + "name": "channel", + "typeName": "System.Runtime.Remoting.Channels.IChannelReceiver" + } + ], + "isStatic": false, + "name": "CreateSink", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "channelData", + "typeName": "System.Runtime.Remoting.Channels.IChannelDataStore" + } + ], + "isStatic": false, + "name": "GetChannelData", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "IServerChannelSinkProvider", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting.Channels", + "baseClass": "", + "attribute": "interface", + "interfaces": ["IServerResponseChannelSinkStack"], + "fields": [], + "methods": [ + { + "returnTypeName": "Object", + "params": [ + { + "name": "sink", + "typeName": "System.Runtime.Remoting.Channels.IServerChannelSink" + } + ], + "isStatic": false, + "name": "Pop", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "sink", + "typeName": "System.Runtime.Remoting.Channels.IServerChannelSink" + }, + { "name": "state", "typeName": "object" } + ], + "isStatic": false, + "name": "Push", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "ar", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "ServerCallback", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "sink", + "typeName": "System.Runtime.Remoting.Channels.IServerChannelSink" + }, + { "name": "state", "typeName": "object" } + ], + "isStatic": false, + "name": "Store", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "sink", + "typeName": "System.Runtime.Remoting.Channels.IServerChannelSink" + }, + { "name": "state", "typeName": "object" } + ], + "isStatic": false, + "name": "StoreAndDispatch", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "IServerChannelSinkStack", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting.Channels", + "baseClass": "", + "attribute": "interface", + "interfaces": ["IServerChannelSinkProvider"], + "fields": [], + "methods": [], + "name": "IServerFormatterSinkProvider", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting.Channels", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "msg", + "typeName": "System.Runtime.Remoting.Messaging.IMessage" + }, + { + "name": "headers", + "typeName": "System.Runtime.Remoting.Channels.ITransportHeaders" + }, + { "name": "stream", "typeName": "System.IO.Stream" } + ], + "isStatic": false, + "name": "AsyncProcessResponse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Stream", + "params": [ + { + "name": "msg", + "typeName": "System.Runtime.Remoting.Messaging.IMessage" + }, + { + "name": "headers", + "typeName": "System.Runtime.Remoting.Channels.ITransportHeaders" + } + ], + "isStatic": false, + "name": "GetResponseStream", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "IServerResponseChannelSinkStack", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting.Channels", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [ + { + "typeName": "object", + "name": "this[]", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "IEnumerator", + "params": [], + "isStatic": false, + "name": "GetEnumerator", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ITransportHeaders", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting.Channels", + "baseClass": "object", + "attribute": "", + "interfaces": [ + "IServerChannelSinkStack", + "IServerResponseChannelSinkStack" + ], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "msg", + "typeName": "System.Runtime.Remoting.Messaging.IMessage" + }, + { + "name": "headers", + "typeName": "System.Runtime.Remoting.Channels.ITransportHeaders" + }, + { "name": "stream", "typeName": "System.IO.Stream" } + ], + "isStatic": false, + "name": "AsyncProcessResponse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Stream", + "params": [ + { + "name": "msg", + "typeName": "System.Runtime.Remoting.Messaging.IMessage" + }, + { + "name": "headers", + "typeName": "System.Runtime.Remoting.Channels.ITransportHeaders" + } + ], + "isStatic": false, + "name": "GetResponseStream", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { + "name": "sink", + "typeName": "System.Runtime.Remoting.Channels.IServerChannelSink" + } + ], + "isStatic": false, + "name": "Pop", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "sink", + "typeName": "System.Runtime.Remoting.Channels.IServerChannelSink" + }, + { "name": "state", "typeName": "object" } + ], + "isStatic": false, + "name": "Push", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "ar", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "ServerCallback", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "sink", + "typeName": "System.Runtime.Remoting.Channels.IServerChannelSink" + }, + { "name": "state", "typeName": "object" } + ], + "isStatic": false, + "name": "Store", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "sink", + "typeName": "System.Runtime.Remoting.Channels.IServerChannelSink" + }, + { "name": "state", "typeName": "object" } + ], + "isStatic": false, + "name": "StoreAndDispatch", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ServerChannelSinkStack", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting.Channels", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Runtime.Remoting.Channels.ServerProcessing", + "name": "Async", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.Remoting.Channels.ServerProcessing", + "name": "Complete", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.Remoting.Channels.ServerProcessing", + "name": "OneWay", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Runtime.Remoting.Channels.ServerProcessing", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ServerProcessing", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting.Channels", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Collections.IList", + "name": "Children", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Collections.IDictionary", + "name": "Properties", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "SinkProviderData", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting.Channels", + "baseClass": "object", + "attribute": "", + "interfaces": ["ITransportHeaders"], + "fields": [ + { + "typeName": "object", + "name": "this[]", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IEnumerator", + "params": [], + "isStatic": false, + "name": "GetEnumerator", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "TransportHeaders", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting.Proxies", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute", "IContextAttribute"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "MarshalByRefObject", + "params": [{ "name": "serverType", "typeName": "System.Type" }], + "isStatic": false, + "name": "CreateInstance", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "RealProxy", + "params": [ + { "name": "objRef", "typeName": "System.Runtime.Remoting.ObjRef" }, + { "name": "serverType", "typeName": "System.Type" }, + { "name": "serverObject", "typeName": "object" }, + { + "name": "serverContext", + "typeName": "System.Runtime.Remoting.Contexts.Context" + } + ], + "isStatic": false, + "name": "CreateProxy", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "msg", + "typeName": "System.Runtime.Remoting.Activation.IConstructionCallMessage" + } + ], + "isStatic": false, + "name": "GetPropertiesForNewContext", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "ctx", + "typeName": "System.Runtime.Remoting.Contexts.Context" + }, + { + "name": "msg", + "typeName": "System.Runtime.Remoting.Activation.IConstructionCallMessage" + } + ], + "isStatic": false, + "name": "IsContextOK", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ProxyAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting.Proxies", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "ObjRef", + "params": [{ "name": "requestedType", "typeName": "System.Type" }], + "isStatic": false, + "name": "CreateObjRef", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [{ "name": "fIsMarshalled", "typeName": "bool" }], + "isStatic": false, + "name": "GetCOMIUnknown", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "info", + "typeName": "System.Runtime.Serialization.SerializationInfo" + }, + { + "name": "context", + "typeName": "System.Runtime.Serialization.StreamingContext" + } + ], + "isStatic": false, + "name": "GetObjectData", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Type", + "params": [], + "isStatic": false, + "name": "GetProxiedType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { + "name": "rp", + "typeName": "System.Runtime.Remoting.Proxies.RealProxy" + } + ], + "isStatic": true, + "name": "GetStubData", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [], + "isStatic": false, + "name": "GetTransparentProxy", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IConstructionReturnMessage", + "params": [ + { + "name": "ctorMsg", + "typeName": "System.Runtime.Remoting.Activation.IConstructionCallMessage" + } + ], + "isStatic": false, + "name": "InitializeServerObject", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IMessage", + "params": [ + { + "name": "msg", + "typeName": "System.Runtime.Remoting.Messaging.IMessage" + } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "i", "typeName": "System.IntPtr" }], + "isStatic": false, + "name": "SetCOMIUnknown", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "rp", + "typeName": "System.Runtime.Remoting.Proxies.RealProxy" + }, + { "name": "stubData", "typeName": "object" } + ], + "isStatic": true, + "name": "SetStubData", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [{ "name": "iid", "typeName": "System.Guid" }], + "isStatic": false, + "name": "SupportsInterface", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "RealProxy", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting.Messaging", + "baseClass": "object", + "attribute": "", + "interfaces": ["IAsyncResult", "IMessageSink"], + "fields": [ + { + "typeName": "object", + "name": "AsyncDelegate", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "object", + "name": "AsyncState", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Threading.WaitHandle", + "name": "AsyncWaitHandle", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "CompletedSynchronously", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "EndInvokeCalled", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsCompleted", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.Remoting.Messaging.IMessageSink", + "name": "NextSink", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "IMessageCtrl", + "params": [ + { + "name": "msg", + "typeName": "System.Runtime.Remoting.Messaging.IMessage" + }, + { + "name": "replySink", + "typeName": "System.Runtime.Remoting.Messaging.IMessageSink" + } + ], + "isStatic": false, + "name": "AsyncProcessMessage", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IMessage", + "params": [], + "isStatic": false, + "name": "GetReplyMessage", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "mc", + "typeName": "System.Runtime.Remoting.Messaging.IMessageCtrl" + } + ], + "isStatic": false, + "name": "SetMessageCtrl", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IMessage", + "params": [ + { + "name": "msg", + "typeName": "System.Runtime.Remoting.Messaging.IMessage" + } + ], + "isStatic": false, + "name": "SyncProcessMessage", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "AsyncResult", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Serialization", + "baseClass": "object", + "attribute": "", + "interfaces": ["IFormatter"], + "fields": [ + { + "typeName": "System.Runtime.Serialization.SerializationBinder", + "name": "Binder", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.Serialization.StreamingContext", + "name": "Context", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.Serialization.ISurrogateSelector", + "name": "SurrogateSelector", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Object", + "params": [ + { "name": "serializationStream", "typeName": "System.IO.Stream" } + ], + "isStatic": false, + "name": "Deserialize", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "serializationStream", "typeName": "System.IO.Stream" }, + { "name": "graph", "typeName": "object" } + ], + "isStatic": false, + "name": "Serialize", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "Formatter", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Serialization", + "baseClass": "object", + "attribute": "", + "interfaces": ["IFormatterConverter"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "value", "typeName": "object" }, + { "name": "type", "typeName": "System.Type" } + ], + "isStatic": false, + "name": "Convert", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "value", "typeName": "object" }, + { "name": "typeCode", "typeName": "System.TypeCode" } + ], + "isStatic": false, + "name": "Convert", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "ToBoolean", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Byte", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "ToByte", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Char", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "ToChar", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTime", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "ToDateTime", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Decimal", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "ToDecimal", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Double", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "ToDouble", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int16", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "ToInt16", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "ToInt32", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int64", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "ToInt64", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SByte", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "ToSByte", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "ToSingle", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UInt16", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "ToUInt16", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UInt32", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "ToUInt32", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UInt64", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "ToUInt64", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "FormatterConverter", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting.Messaging", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "object", + "name": "HostContext", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": true, + "name": "FreeNamedDataSlot", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": true, + "name": "GetData", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": true, + "name": "GetHeaders", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": true, + "name": "LogicalGetData", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "data", "typeName": "object" } + ], + "isStatic": true, + "name": "LogicalSetData", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "data", "typeName": "object" } + ], + "isStatic": true, + "name": "SetData", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "headers", + "typeName": "System.Runtime.Remoting.Messaging.Header[]" + } + ], + "isStatic": true, + "name": "SetHeaders", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "CallContext", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting.Messaging", + "baseClass": "System.Runtime.Remoting.Messaging.MethodCall", + "attribute": "", + "interfaces": [ + "ISerializable", + "IConstructionCallMessage", + "IMethodCallMessage", + "IMethodMessage", + "IMessage" + ], + "fields": [ + { + "typeName": "System.Type", + "name": "ActivationType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "ActivationTypeName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.Remoting.Activation.IActivator", + "name": "Activator", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "object[]", + "name": "CallSiteActivationAttributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Collections.IList", + "name": "ContextProperties", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Collections.IDictionary", + "name": "Properties", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "headers", + "typeName": "System.Runtime.Remoting.Messaging.Header[]" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "m", + "typeName": "System.Runtime.Remoting.Messaging.IMessage" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ConstructionCall", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Serialization", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "t", "typeName": "System.Type" }, + { + "name": "securityLevel", + "typeName": "System.Runtime.Serialization.Formatters.TypeFilterLevel" + } + ], + "isStatic": true, + "name": "CheckTypeSecurity", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "obj", "typeName": "object" }, + { "name": "members", "typeName": "System.Reflection.MemberInfo[]" } + ], + "isStatic": true, + "name": "GetObjectData", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [{ "name": "type", "typeName": "System.Type" }], + "isStatic": true, + "name": "GetSafeUninitializedObject", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "type", "typeName": "System.Type" }], + "isStatic": true, + "name": "GetSerializableMembers", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { + "name": "context", + "typeName": "System.Runtime.Serialization.StreamingContext" + } + ], + "isStatic": true, + "name": "GetSerializableMembers", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ISerializationSurrogate", + "params": [ + { + "name": "innerSurrogate", + "typeName": "System.Runtime.Serialization.ISerializationSurrogate" + } + ], + "isStatic": true, + "name": "GetSurrogateForCyclicalReference", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Type", + "params": [ + { "name": "assem", "typeName": "System.Reflection.Assembly" }, + { "name": "name", "typeName": "string" } + ], + "isStatic": true, + "name": "GetTypeFromAssembly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [{ "name": "type", "typeName": "System.Type" }], + "isStatic": true, + "name": "GetUninitializedObject", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "obj", "typeName": "object" }, + { "name": "members", "typeName": "System.Reflection.MemberInfo[]" }, + { "name": "data", "typeName": "object[]" } + ], + "isStatic": true, + "name": "PopulateObjectMembers", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "FormatterServices", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting.Messaging", + "baseClass": "System.Runtime.Remoting.Messaging.MethodResponse", + "attribute": "", + "interfaces": [ + "ISerializable", + "IConstructionReturnMessage", + "IMethodReturnMessage", + "IMethodMessage", + "IMessage" + ], + "fields": [ + { + "typeName": "System.Collections.IDictionary", + "name": "Properties", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "h", + "typeName": "System.Runtime.Remoting.Messaging.Header[]" + }, + { + "name": "mcm", + "typeName": "System.Runtime.Remoting.Messaging.IMethodCallMessage" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ConstructionResponse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Serialization", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [ + { + "typeName": "System.Runtime.Serialization.SerializationBinder", + "name": "Binder", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.Serialization.StreamingContext", + "name": "Context", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.Serialization.ISurrogateSelector", + "name": "SurrogateSelector", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Object", + "params": [ + { "name": "serializationStream", "typeName": "System.IO.Stream" } + ], + "isStatic": false, + "name": "Deserialize", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "serializationStream", "typeName": "System.IO.Stream" }, + { "name": "graph", "typeName": "object" } + ], + "isStatic": false, + "name": "Serialize", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "IFormatter", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Serialization", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "sender", "typeName": "object" }], + "isStatic": false, + "name": "OnDeserialization", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "IDeserializationCallback", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting.Messaging", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "HeaderNamespace", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "MustUnderstand", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "object", + "name": "Value", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "_Name", "typeName": "string" }, + { "name": "_Value", "typeName": "object" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "_Name", "typeName": "string" }, + { "name": "_Value", "typeName": "object" }, + { "name": "_MustUnderstand", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "_Name", "typeName": "string" }, + { "name": "_Value", "typeName": "object" }, + { "name": "_MustUnderstand", "typeName": "bool" }, + { "name": "_HeaderNamespace", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "Header", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Serialization", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Object", + "params": [ + { "name": "value", "typeName": "object" }, + { "name": "type", "typeName": "System.Type" } + ], + "isStatic": false, + "name": "Convert", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "value", "typeName": "object" }, + { "name": "typeCode", "typeName": "System.TypeCode" } + ], + "isStatic": false, + "name": "Convert", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "ToBoolean", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Byte", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "ToByte", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Char", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "ToChar", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTime", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "ToDateTime", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Decimal", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "ToDecimal", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Double", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "ToDouble", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int16", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "ToInt16", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "ToInt32", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int64", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "ToInt64", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SByte", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "ToSByte", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "ToSingle", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UInt16", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "ToUInt16", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UInt32", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "ToUInt32", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UInt64", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "ToUInt64", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "IFormatterConverter", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Serialization", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "deserialized", "typeName": "object" }], + "isStatic": false, + "name": "CompleteDeserialization", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ISafeSerializationData", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting.Messaging", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { + "name": "headers", + "typeName": "System.Runtime.Remoting.Messaging.Header[]" + } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { + "name": "headers", + "typeName": "System.Runtime.Remoting.Messaging.Header[]" + }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "HeaderHandler", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Serialization", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Object", + "params": [ + { + "name": "context", + "typeName": "System.Runtime.Serialization.StreamingContext" + } + ], + "isStatic": false, + "name": "GetRealObject", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "IObjectReference", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting.Messaging", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [], + "name": "ILogicalThreadAffinative", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Serialization", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "info", + "typeName": "System.Runtime.Serialization.SerializationInfo" + }, + { + "name": "context", + "typeName": "System.Runtime.Serialization.StreamingContext" + } + ], + "isStatic": false, + "name": "GetObjectData", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ISerializable", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Serialization", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "selector", + "typeName": "System.Runtime.Serialization.ISurrogateSelector" + } + ], + "isStatic": false, + "name": "ChainSelector", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ISurrogateSelector", + "params": [], + "isStatic": false, + "name": "GetNextSelector", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ISerializationSurrogate", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { + "name": "context", + "typeName": "System.Runtime.Serialization.StreamingContext" + }, + { + "name": "selector", + "typeName": "System.Runtime.Serialization.ISurrogateSelector" + } + ], + "isStatic": false, + "name": "GetSurrogate", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ISurrogateSelector", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Serialization", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "obj", "typeName": "object" }, + { + "name": "info", + "typeName": "System.Runtime.Serialization.SerializationInfo" + }, + { + "name": "context", + "typeName": "System.Runtime.Serialization.StreamingContext" + } + ], + "isStatic": false, + "name": "GetObjectData", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "obj", "typeName": "object" }, + { + "name": "info", + "typeName": "System.Runtime.Serialization.SerializationInfo" + }, + { + "name": "context", + "typeName": "System.Runtime.Serialization.StreamingContext" + }, + { + "name": "selector", + "typeName": "System.Runtime.Serialization.ISurrogateSelector" + } + ], + "isStatic": false, + "name": "SetObjectData", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ISerializationSurrogate", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting.Messaging", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [ + { + "typeName": "System.Collections.IDictionary", + "name": "Properties", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [], + "name": "IMessage", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Serialization", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int64", + "params": [ + { "name": "obj", "typeName": "object" }, + { "name": "firstTime", "typeName": "bool" } + ], + "isStatic": false, + "name": "GetId", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int64", + "params": [ + { "name": "obj", "typeName": "object" }, + { "name": "firstTime", "typeName": "bool" } + ], + "isStatic": false, + "name": "HasId", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ObjectIDGenerator", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting.Messaging", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "msToCancel", "typeName": "int" }], + "isStatic": false, + "name": "Cancel", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "IMessageCtrl", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting.Messaging", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [ + { + "typeName": "System.Runtime.Remoting.Messaging.IMessageSink", + "name": "NextSink", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "IMessageCtrl", + "params": [ + { + "name": "msg", + "typeName": "System.Runtime.Remoting.Messaging.IMessage" + }, + { + "name": "replySink", + "typeName": "System.Runtime.Remoting.Messaging.IMessageSink" + } + ], + "isStatic": false, + "name": "AsyncProcessMessage", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IMessage", + "params": [ + { + "name": "msg", + "typeName": "System.Runtime.Remoting.Messaging.IMessage" + } + ], + "isStatic": false, + "name": "SyncProcessMessage", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "IMessageSink", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Serialization", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "selector", + "typeName": "System.Runtime.Serialization.ISurrogateSelector" + }, + { + "name": "context", + "typeName": "System.Runtime.Serialization.StreamingContext" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "DoFixups", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [{ "name": "objectID", "typeName": "long" }], + "isStatic": false, + "name": "GetObject", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "RaiseDeserializationEvent", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "RaiseOnDeserializingEvent", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "arrayToBeFixed", "typeName": "long" }, + { "name": "index", "typeName": "int" }, + { "name": "objectRequired", "typeName": "long" } + ], + "isStatic": false, + "name": "RecordArrayElementFixup", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "arrayToBeFixed", "typeName": "long" }, + { "name": "indices", "typeName": "int[]" }, + { "name": "objectRequired", "typeName": "long" } + ], + "isStatic": false, + "name": "RecordArrayElementFixup", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "objectToBeFixed", "typeName": "long" }, + { "name": "memberName", "typeName": "string" }, + { "name": "objectRequired", "typeName": "long" } + ], + "isStatic": false, + "name": "RecordDelayedFixup", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "objectToBeFixed", "typeName": "long" }, + { "name": "member", "typeName": "System.Reflection.MemberInfo" }, + { "name": "objectRequired", "typeName": "long" } + ], + "isStatic": false, + "name": "RecordFixup", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "obj", "typeName": "object" }, + { "name": "objectID", "typeName": "long" } + ], + "isStatic": false, + "name": "RegisterObject", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "obj", "typeName": "object" }, + { "name": "objectID", "typeName": "long" }, + { + "name": "info", + "typeName": "System.Runtime.Serialization.SerializationInfo" + } + ], + "isStatic": false, + "name": "RegisterObject", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "obj", "typeName": "object" }, + { "name": "objectID", "typeName": "long" }, + { + "name": "info", + "typeName": "System.Runtime.Serialization.SerializationInfo" + }, + { "name": "idOfContainingObj", "typeName": "long" }, + { "name": "member", "typeName": "System.Reflection.MemberInfo" } + ], + "isStatic": false, + "name": "RegisterObject", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "obj", "typeName": "object" }, + { "name": "objectID", "typeName": "long" }, + { + "name": "info", + "typeName": "System.Runtime.Serialization.SerializationInfo" + }, + { "name": "idOfContainingObj", "typeName": "long" }, + { "name": "member", "typeName": "System.Reflection.MemberInfo" }, + { "name": "arrayIndex", "typeName": "int[]" } + ], + "isStatic": false, + "name": "RegisterObject", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ObjectManager", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting.Messaging", + "baseClass": "", + "attribute": "interface", + "interfaces": ["IMethodMessage", "IMessage"], + "fields": [ + { + "typeName": "int", + "name": "InArgCount", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "object[]", + "name": "InArgs", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Object", + "params": [{ "name": "argNum", "typeName": "int" }], + "isStatic": false, + "name": "GetInArg", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "GetInArgName", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "IMethodCallMessage", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Serialization", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "OnDeserializedAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting.Messaging", + "baseClass": "", + "attribute": "interface", + "interfaces": ["IMessage"], + "fields": [ + { + "typeName": "int", + "name": "ArgCount", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "object[]", + "name": "Args", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "HasVarArgs", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.Remoting.Messaging.LogicalCallContext", + "name": "LogicalCallContext", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.MethodBase", + "name": "MethodBase", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "MethodName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "object", + "name": "MethodSignature", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "TypeName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Uri", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Object", + "params": [{ "name": "argNum", "typeName": "int" }], + "isStatic": false, + "name": "GetArg", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "GetArgName", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "IMethodMessage", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Serialization", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "OnSerializedAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting.Messaging", + "baseClass": "", + "attribute": "interface", + "interfaces": ["IMethodMessage", "IMessage"], + "fields": [ + { + "typeName": "System.Exception", + "name": "Exception", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "OutArgCount", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "object[]", + "name": "OutArgs", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "object", + "name": "ReturnValue", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Object", + "params": [{ "name": "argNum", "typeName": "int" }], + "isStatic": false, + "name": "GetOutArg", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "GetOutArgName", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "IMethodReturnMessage", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Serialization", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "OnSerializingAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Serialization", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "int", + "name": "VersionAdded", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "OptionalFieldAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting.Messaging", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "msg", + "typeName": "System.Runtime.Remoting.Messaging.IMessage" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "InternalMessageWrapper", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Serialization", + "baseClass": "System.EventArgs", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Runtime.Serialization.StreamingContext", + "name": "StreamingContext", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "serializedState", + "typeName": "System.Runtime.Serialization.ISafeSerializationData" + } + ], + "isStatic": false, + "name": "AddSerializedState", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "SafeSerializationEventArgs", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting.Messaging", + "baseClass": "", + "attribute": "interface", + "interfaces": ["IFormatter"], + "fields": [], + "methods": [ + { + "returnTypeName": "Object", + "params": [ + { "name": "serializationStream", "typeName": "System.IO.Stream" }, + { + "name": "handler", + "typeName": "System.Runtime.Remoting.Messaging.HeaderHandler" + } + ], + "isStatic": false, + "name": "Deserialize", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "serializationStream", "typeName": "System.IO.Stream" }, + { "name": "graph", "typeName": "object" }, + { + "name": "headers", + "typeName": "System.Runtime.Remoting.Messaging.Header[]" + } + ], + "isStatic": false, + "name": "Serialize", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "IRemotingFormatter", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Serialization", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "serializedType", "typeName": "System.Type" }, + { "name": "assemblyName", "typeName": "string" }, + { "name": "typeName", "typeName": "string" } + ], + "isStatic": false, + "name": "BindToName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Type", + "params": [ + { "name": "assemblyName", "typeName": "string" }, + { "name": "typeName", "typeName": "string" } + ], + "isStatic": false, + "name": "BindToType", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "SerializationBinder", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting.Messaging", + "baseClass": "object", + "attribute": "", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [ + { + "typeName": "bool", + "name": "HasInfo", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Object", + "params": [], + "isStatic": false, + "name": "Clone", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "FreeNamedDataSlot", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "GetData", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "info", + "typeName": "System.Runtime.Serialization.SerializationInfo" + }, + { + "name": "context", + "typeName": "System.Runtime.Serialization.StreamingContext" + } + ], + "isStatic": false, + "name": "GetObjectData", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "data", "typeName": "object" } + ], + "isStatic": false, + "name": "SetData", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "LogicalCallContext", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Serialization", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "AssemblyName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "FullTypeName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsAssemblyNameSetExplicit", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsFullTypeNameSetExplicit", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "MemberCount", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Type", + "name": "ObjectType", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { + "name": "converter", + "typeName": "System.Runtime.Serialization.IFormatterConverter" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { + "name": "converter", + "typeName": "System.Runtime.Serialization.IFormatterConverter" + }, + { "name": "requireSameTokenInPartialTrust", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "value", "typeName": "bool" } + ], + "isStatic": false, + "name": "AddValue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "value", "typeName": "byte" } + ], + "isStatic": false, + "name": "AddValue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "value", "typeName": "char" } + ], + "isStatic": false, + "name": "AddValue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "value", "typeName": "System.DateTime" } + ], + "isStatic": false, + "name": "AddValue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "value", "typeName": "decimal" } + ], + "isStatic": false, + "name": "AddValue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "value", "typeName": "double" } + ], + "isStatic": false, + "name": "AddValue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "value", "typeName": "short" } + ], + "isStatic": false, + "name": "AddValue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "value", "typeName": "int" } + ], + "isStatic": false, + "name": "AddValue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "value", "typeName": "long" } + ], + "isStatic": false, + "name": "AddValue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "value", "typeName": "object" } + ], + "isStatic": false, + "name": "AddValue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "value", "typeName": "object" }, + { "name": "type", "typeName": "System.Type" } + ], + "isStatic": false, + "name": "AddValue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "value", "typeName": "sbyte" } + ], + "isStatic": false, + "name": "AddValue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "value", "typeName": "float" } + ], + "isStatic": false, + "name": "AddValue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "value", "typeName": "ushort" } + ], + "isStatic": false, + "name": "AddValue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "value", "typeName": "uint" } + ], + "isStatic": false, + "name": "AddValue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "value", "typeName": "ulong" } + ], + "isStatic": false, + "name": "AddValue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "GetBoolean", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Byte", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "GetByte", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Char", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "GetChar", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTime", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "GetDateTime", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Decimal", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "GetDecimal", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Double", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "GetDouble", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SerializationInfoEnumerator", + "params": [], + "isStatic": false, + "name": "GetEnumerator", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int16", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "GetInt16", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "GetInt32", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int64", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "GetInt64", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SByte", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "GetSByte", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "GetSingle", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "GetString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UInt16", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "GetUInt16", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UInt32", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "GetUInt32", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UInt64", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "GetUInt64", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "type", "typeName": "System.Type" } + ], + "isStatic": false, + "name": "GetValue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "type", "typeName": "System.Type" }], + "isStatic": false, + "name": "SetType", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "SerializationInfo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Serialization", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Type", + "name": "ObjectType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "object", + "name": "Value", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "SerializationEntry", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting.Messaging", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "key", "typeName": "string" }, + { "name": "value", "typeName": "object" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "key", "typeName": "string" }, + { "name": "value", "typeName": "object" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "MessageSurrogateFilter", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Serialization", + "baseClass": "object", + "attribute": "", + "interfaces": ["IEnumerator"], + "fields": [ + { + "typeName": "System.Runtime.Serialization.SerializationEntry", + "name": "Current", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Type", + "name": "ObjectType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "object", + "name": "Value", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "MoveNext", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Reset", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "SerializationInfoEnumerator", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Serialization", + "baseClass": "System.SystemException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "innerException", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "SerializationException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Serialization", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "context", + "typeName": "System.Runtime.Serialization.StreamingContext" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "RaiseOnSerializedEvent", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "RegisterObject", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "SerializationObjectManager", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Serialization", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "object", + "name": "Context", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.Serialization.StreamingContextStates", + "name": "State", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "state", + "typeName": "System.Runtime.Serialization.StreamingContextStates" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "state", + "typeName": "System.Runtime.Serialization.StreamingContextStates" + }, + { "name": "additional", "typeName": "object" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "StreamingContext", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting.Messaging", + "baseClass": "object", + "attribute": "", + "interfaces": [ + "IMethodCallMessage", + "IMethodMessage", + "IMessage", + "ISerializable" + ], + "fields": [ + { + "typeName": "int", + "name": "ArgCount", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "object[]", + "name": "Args", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "HasVarArgs", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "InArgCount", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "object[]", + "name": "InArgs", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.Remoting.Messaging.LogicalCallContext", + "name": "LogicalCallContext", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.MethodBase", + "name": "MethodBase", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "MethodName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "object", + "name": "MethodSignature", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Collections.IDictionary", + "name": "Properties", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "TypeName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Uri", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "h1", + "typeName": "System.Runtime.Remoting.Messaging.Header[]" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "msg", + "typeName": "System.Runtime.Remoting.Messaging.IMessage" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [{ "name": "argNum", "typeName": "int" }], + "isStatic": false, + "name": "GetArg", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "GetArgName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [{ "name": "argNum", "typeName": "int" }], + "isStatic": false, + "name": "GetInArg", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "GetInArgName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "info", + "typeName": "System.Runtime.Serialization.SerializationInfo" + }, + { + "name": "context", + "typeName": "System.Runtime.Serialization.StreamingContext" + } + ], + "isStatic": false, + "name": "GetObjectData", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { + "name": "h", + "typeName": "System.Runtime.Remoting.Messaging.Header[]" + } + ], + "isStatic": false, + "name": "HeaderHandler", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Init", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ResolveMethod", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "info", + "typeName": "System.Runtime.Serialization.SerializationInfo" + }, + { + "name": "ctx", + "typeName": "System.Runtime.Serialization.StreamingContext" + } + ], + "isStatic": false, + "name": "RootSetObjectData", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "MethodCall", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Serialization", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Runtime.Serialization.StreamingContextStates", + "name": "All", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.Serialization.StreamingContextStates", + "name": "Clone", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.Serialization.StreamingContextStates", + "name": "CrossAppDomain", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.Serialization.StreamingContextStates", + "name": "CrossMachine", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.Serialization.StreamingContextStates", + "name": "CrossProcess", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.Serialization.StreamingContextStates", + "name": "File", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.Serialization.StreamingContextStates", + "name": "Other", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.Serialization.StreamingContextStates", + "name": "Persistence", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.Serialization.StreamingContextStates", + "name": "Remoting", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Runtime.Serialization.StreamingContextStates", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "StreamingContextStates", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting.Messaging", + "baseClass": "System.Runtime.Remoting.Messaging.InternalMessageWrapper", + "attribute": "", + "interfaces": ["IMethodCallMessage", "IMethodMessage", "IMessage"], + "fields": [ + { + "typeName": "int", + "name": "ArgCount", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "object[]", + "name": "Args", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "HasVarArgs", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "InArgCount", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "object[]", + "name": "InArgs", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.Remoting.Messaging.LogicalCallContext", + "name": "LogicalCallContext", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.MethodBase", + "name": "MethodBase", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "MethodName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "object", + "name": "MethodSignature", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Collections.IDictionary", + "name": "Properties", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "TypeName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Uri", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "msg", + "typeName": "System.Runtime.Remoting.Messaging.IMethodCallMessage" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [{ "name": "argNum", "typeName": "int" }], + "isStatic": false, + "name": "GetArg", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "GetArgName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [{ "name": "argNum", "typeName": "int" }], + "isStatic": false, + "name": "GetInArg", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "GetInArgName", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "MethodCallMessageWrapper", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Serialization", + "baseClass": "object", + "attribute": "", + "interfaces": ["ISurrogateSelector"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { + "name": "context", + "typeName": "System.Runtime.Serialization.StreamingContext" + }, + { + "name": "surrogate", + "typeName": "System.Runtime.Serialization.ISerializationSurrogate" + } + ], + "isStatic": false, + "name": "AddSurrogate", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "selector", + "typeName": "System.Runtime.Serialization.ISurrogateSelector" + } + ], + "isStatic": false, + "name": "ChainSelector", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ISurrogateSelector", + "params": [], + "isStatic": false, + "name": "GetNextSelector", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ISerializationSurrogate", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { + "name": "context", + "typeName": "System.Runtime.Serialization.StreamingContext" + }, + { + "name": "selector", + "typeName": "System.Runtime.Serialization.ISurrogateSelector" + } + ], + "isStatic": false, + "name": "GetSurrogate", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { + "name": "context", + "typeName": "System.Runtime.Serialization.StreamingContext" + } + ], + "isStatic": false, + "name": "RemoveSurrogate", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "SurrogateSelector", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting.Messaging", + "baseClass": "object", + "attribute": "", + "interfaces": [ + "IMethodReturnMessage", + "IMethodMessage", + "IMessage", + "ISerializable" + ], + "fields": [ + { + "typeName": "int", + "name": "ArgCount", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "object[]", + "name": "Args", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Exception", + "name": "Exception", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "HasVarArgs", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.Remoting.Messaging.LogicalCallContext", + "name": "LogicalCallContext", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.MethodBase", + "name": "MethodBase", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "MethodName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "object", + "name": "MethodSignature", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "OutArgCount", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "object[]", + "name": "OutArgs", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Collections.IDictionary", + "name": "Properties", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "object", + "name": "ReturnValue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "TypeName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Uri", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "h1", + "typeName": "System.Runtime.Remoting.Messaging.Header[]" + }, + { + "name": "mcm", + "typeName": "System.Runtime.Remoting.Messaging.IMethodCallMessage" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [{ "name": "argNum", "typeName": "int" }], + "isStatic": false, + "name": "GetArg", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "GetArgName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "info", + "typeName": "System.Runtime.Serialization.SerializationInfo" + }, + { + "name": "context", + "typeName": "System.Runtime.Serialization.StreamingContext" + } + ], + "isStatic": false, + "name": "GetObjectData", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [{ "name": "argNum", "typeName": "int" }], + "isStatic": false, + "name": "GetOutArg", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "GetOutArgName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { + "name": "h", + "typeName": "System.Runtime.Remoting.Messaging.Header[]" + } + ], + "isStatic": false, + "name": "HeaderHandler", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "info", + "typeName": "System.Runtime.Serialization.SerializationInfo" + }, + { + "name": "ctx", + "typeName": "System.Runtime.Serialization.StreamingContext" + } + ], + "isStatic": false, + "name": "RootSetObjectData", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "MethodResponse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting.Messaging", + "baseClass": "System.Runtime.Remoting.Messaging.InternalMessageWrapper", + "attribute": "", + "interfaces": ["IMethodReturnMessage", "IMethodMessage", "IMessage"], + "fields": [ + { + "typeName": "int", + "name": "ArgCount", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "object[]", + "name": "Args", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Exception", + "name": "Exception", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "HasVarArgs", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.Remoting.Messaging.LogicalCallContext", + "name": "LogicalCallContext", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.MethodBase", + "name": "MethodBase", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "MethodName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "object", + "name": "MethodSignature", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "OutArgCount", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "object[]", + "name": "OutArgs", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Collections.IDictionary", + "name": "Properties", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "object", + "name": "ReturnValue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "TypeName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Uri", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "msg", + "typeName": "System.Runtime.Remoting.Messaging.IMethodReturnMessage" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [{ "name": "argNum", "typeName": "int" }], + "isStatic": false, + "name": "GetArg", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "GetArgName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [{ "name": "argNum", "typeName": "int" }], + "isStatic": false, + "name": "GetOutArg", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "GetOutArgName", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "MethodReturnMessageWrapper", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting.Messaging", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "OneWayAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting.Services", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IConstructionReturnMessage", + "params": [ + { + "name": "ctorMsg", + "typeName": "System.Runtime.Remoting.Activation.IConstructionCallMessage" + }, + { "name": "retObj", "typeName": "System.MarshalByRefObject" } + ], + "isStatic": true, + "name": "CreateConstructionReturnMessage", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "oldcp", + "typeName": "System.Runtime.Remoting.Proxies.RealProxy" + }, + { + "name": "newcp", + "typeName": "System.Runtime.Remoting.Proxies.RealProxy" + } + ], + "isStatic": true, + "name": "SwitchWrappers", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [{ "name": "punk", "typeName": "System.IntPtr" }], + "isStatic": true, + "name": "WrapIUnknownWithComObject", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "EnterpriseServicesHelper", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting.Messaging", + "baseClass": "object", + "attribute": "", + "interfaces": ["ISurrogateSelector"], + "fields": [ + { + "typeName": "System.Runtime.Remoting.Messaging.MessageSurrogateFilter", + "name": "Filter", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "selector", + "typeName": "System.Runtime.Serialization.ISurrogateSelector" + } + ], + "isStatic": false, + "name": "ChainSelector", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ISurrogateSelector", + "params": [], + "isStatic": false, + "name": "GetNextSelector", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [], + "isStatic": false, + "name": "GetRootObject", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ISerializationSurrogate", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { + "name": "context", + "typeName": "System.Runtime.Serialization.StreamingContext" + }, + { + "name": "ssout", + "typeName": "System.Runtime.Serialization.ISurrogateSelector" + } + ], + "isStatic": false, + "name": "GetSurrogate", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "SetRootObject", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "UseSoapFormat", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "RemotingSurrogateSelector", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Serialization", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "bool", + "name": "IsItemNameSetExplicitly", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "typeName": "bool", + "name": "IsKeyNameSetExplicitly", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "typeName": "bool", + "name": "IsNameSetExplicitly", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "typeName": "bool", + "name": "IsNamespaceSetExplicitly", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "typeName": "bool", + "name": "IsReference", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "typeName": "bool", + "name": "IsReferenceSetExplicitly", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "typeName": "bool", + "name": "IsValueNameSetExplicitly", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "typeName": "string", + "name": "ItemName", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "typeName": "string", + "name": "KeyName", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "typeName": "string", + "name": "Namespace", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "typeName": "string", + "name": "ValueName", + "comment": "", + "location": "System.Runtime.Serialization.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Runtime.Serialization.dll" + } + ], + "name": "CollectionDataContractAttribute", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "namespace": "System.Runtime.Remoting.Messaging", + "baseClass": "object", + "attribute": "", + "interfaces": ["IMethodReturnMessage", "IMethodMessage", "IMessage"], + "fields": [ + { + "typeName": "int", + "name": "ArgCount", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "object[]", + "name": "Args", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Exception", + "name": "Exception", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "HasVarArgs", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.Remoting.Messaging.LogicalCallContext", + "name": "LogicalCallContext", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.MethodBase", + "name": "MethodBase", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "MethodName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "object", + "name": "MethodSignature", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "OutArgCount", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "object[]", + "name": "OutArgs", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Collections.IDictionary", + "name": "Properties", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "object", + "name": "ReturnValue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "TypeName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Uri", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "e", "typeName": "System.Exception" }, + { + "name": "mcm", + "typeName": "System.Runtime.Remoting.Messaging.IMethodCallMessage" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "ret", "typeName": "object" }, + { "name": "outArgs", "typeName": "object[]" }, + { "name": "outArgsCount", "typeName": "int" }, + { + "name": "callCtx", + "typeName": "System.Runtime.Remoting.Messaging.LogicalCallContext" + }, + { + "name": "mcm", + "typeName": "System.Runtime.Remoting.Messaging.IMethodCallMessage" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [{ "name": "argNum", "typeName": "int" }], + "isStatic": false, + "name": "GetArg", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "GetArgName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [{ "name": "argNum", "typeName": "int" }], + "isStatic": false, + "name": "GetOutArg", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "GetOutArgName", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ReturnMessage", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Serialization", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "string", + "name": "ClrNamespace", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "typeName": "string", + "name": "ContractNamespace", + "comment": "", + "location": "System.Runtime.Serialization.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "contractNamespace", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Runtime.Serialization.dll" + } + ], + "name": "ContractNamespaceAttribute", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "namespace": "System.Runtime.Remoting.Services", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "DisconnectedObject", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "obj", "typeName": "object" }, + { "name": "or", "typeName": "System.Runtime.Remoting.ObjRef" } + ], + "isStatic": false, + "name": "MarshaledObject", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "obj", "typeName": "object" }, + { "name": "or", "typeName": "System.Runtime.Remoting.ObjRef" } + ], + "isStatic": false, + "name": "UnmarshaledObject", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ITrackingHandler", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Serialization", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "bool", + "name": "IsNameSetExplicitly", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "typeName": "bool", + "name": "IsNamespaceSetExplicitly", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "typeName": "bool", + "name": "IsReference", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "typeName": "bool", + "name": "IsReferenceSetExplicitly", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "typeName": "string", + "name": "Namespace", + "comment": "", + "location": "System.Runtime.Serialization.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Runtime.Serialization.dll" + } + ], + "name": "DataContractAttribute", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "namespace": "System.Runtime.Serialization", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Type", + "params": [ + { "name": "typeName", "typeName": "string" }, + { "name": "typeNamespace", "typeName": "string" }, + { "name": "declaredType", "typeName": "System.Type" }, + { + "name": "knownTypeResolver", + "typeName": "System.Runtime.Serialization.DataContractResolver" + } + ], + "isStatic": false, + "name": "ResolveName", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { "name": "declaredType", "typeName": "System.Type" }, + { + "name": "knownTypeResolver", + "typeName": "System.Runtime.Serialization.DataContractResolver" + }, + { + "name": "typeName", + "typeName": "System.Xml.XmlDictionaryString" + }, + { + "name": "typeNamespace", + "typeName": "System.Xml.XmlDictionaryString" + } + ], + "isStatic": false, + "name": "TryResolveType", + "comment": "", + "location": "System.Runtime.Serialization.dll" + } + ], + "name": "DataContractResolver", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "namespace": "System.Runtime.Remoting.Services", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Runtime.Remoting.Services.ITrackingHandler[]", + "name": "RegisteredHandlers", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "handler", + "typeName": "System.Runtime.Remoting.Services.ITrackingHandler" + } + ], + "isStatic": true, + "name": "RegisterTrackingHandler", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "handler", + "typeName": "System.Runtime.Remoting.Services.ITrackingHandler" + } + ], + "isStatic": true, + "name": "UnregisterTrackingHandler", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "TrackingServices", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Serialization", + "baseClass": "System.Runtime.Serialization.XmlObjectSerializer", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Runtime.Serialization.DataContractResolver", + "name": "DataContractResolver", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "typeName": "System.Runtime.Serialization.IDataContractSurrogate", + "name": "DataContractSurrogate", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "typeName": "bool", + "name": "IgnoreExtensionDataObject", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "typeName": "System.Collections.ObjectModel.ReadOnlyCollection", + "name": "KnownTypes", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "typeName": "int", + "name": "MaxItemsInObjectGraph", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "typeName": "bool", + "name": "PreserveObjectReferences", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "typeName": "bool", + "name": "SerializeReadOnlyTypes", + "comment": "", + "location": "System.Runtime.Serialization.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "type", "typeName": "System.Type" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { + "name": "knownTypes", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { + "name": "knownTypes", + "typeName": "System.Collections.Generic.IEnumerable" + }, + { "name": "maxItemsInObjectGraph", "typeName": "int" }, + { "name": "ignoreExtensionDataObject", "typeName": "bool" }, + { "name": "preserveObjectReferences", "typeName": "bool" }, + { + "name": "dataContractSurrogate", + "typeName": "System.Runtime.Serialization.IDataContractSurrogate" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { + "name": "knownTypes", + "typeName": "System.Collections.Generic.IEnumerable" + }, + { "name": "maxItemsInObjectGraph", "typeName": "int" }, + { "name": "ignoreExtensionDataObject", "typeName": "bool" }, + { "name": "preserveObjectReferences", "typeName": "bool" }, + { + "name": "dataContractSurrogate", + "typeName": "System.Runtime.Serialization.IDataContractSurrogate" + }, + { + "name": "dataContractResolver", + "typeName": "System.Runtime.Serialization.DataContractResolver" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { + "name": "settings", + "typeName": "System.Runtime.Serialization.DataContractSerializerSettings" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { "name": "rootName", "typeName": "string" }, + { "name": "rootNamespace", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { "name": "rootName", "typeName": "string" }, + { "name": "rootNamespace", "typeName": "string" }, + { + "name": "knownTypes", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { "name": "rootName", "typeName": "string" }, + { "name": "rootNamespace", "typeName": "string" }, + { + "name": "knownTypes", + "typeName": "System.Collections.Generic.IEnumerable" + }, + { "name": "maxItemsInObjectGraph", "typeName": "int" }, + { "name": "ignoreExtensionDataObject", "typeName": "bool" }, + { "name": "preserveObjectReferences", "typeName": "bool" }, + { + "name": "dataContractSurrogate", + "typeName": "System.Runtime.Serialization.IDataContractSurrogate" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { "name": "rootName", "typeName": "string" }, + { "name": "rootNamespace", "typeName": "string" }, + { + "name": "knownTypes", + "typeName": "System.Collections.Generic.IEnumerable" + }, + { "name": "maxItemsInObjectGraph", "typeName": "int" }, + { "name": "ignoreExtensionDataObject", "typeName": "bool" }, + { "name": "preserveObjectReferences", "typeName": "bool" }, + { + "name": "dataContractSurrogate", + "typeName": "System.Runtime.Serialization.IDataContractSurrogate" + }, + { + "name": "dataContractResolver", + "typeName": "System.Runtime.Serialization.DataContractResolver" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { + "name": "rootName", + "typeName": "System.Xml.XmlDictionaryString" + }, + { + "name": "rootNamespace", + "typeName": "System.Xml.XmlDictionaryString" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { + "name": "rootName", + "typeName": "System.Xml.XmlDictionaryString" + }, + { + "name": "rootNamespace", + "typeName": "System.Xml.XmlDictionaryString" + }, + { + "name": "knownTypes", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { + "name": "rootName", + "typeName": "System.Xml.XmlDictionaryString" + }, + { + "name": "rootNamespace", + "typeName": "System.Xml.XmlDictionaryString" + }, + { + "name": "knownTypes", + "typeName": "System.Collections.Generic.IEnumerable" + }, + { "name": "maxItemsInObjectGraph", "typeName": "int" }, + { "name": "ignoreExtensionDataObject", "typeName": "bool" }, + { "name": "preserveObjectReferences", "typeName": "bool" }, + { + "name": "dataContractSurrogate", + "typeName": "System.Runtime.Serialization.IDataContractSurrogate" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { + "name": "rootName", + "typeName": "System.Xml.XmlDictionaryString" + }, + { + "name": "rootNamespace", + "typeName": "System.Xml.XmlDictionaryString" + }, + { + "name": "knownTypes", + "typeName": "System.Collections.Generic.IEnumerable" + }, + { "name": "maxItemsInObjectGraph", "typeName": "int" }, + { "name": "ignoreExtensionDataObject", "typeName": "bool" }, + { "name": "preserveObjectReferences", "typeName": "bool" }, + { + "name": "dataContractSurrogate", + "typeName": "System.Runtime.Serialization.IDataContractSurrogate" + }, + { + "name": "dataContractResolver", + "typeName": "System.Runtime.Serialization.DataContractResolver" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "reader", "typeName": "System.Xml.XmlDictionaryReader" } + ], + "isStatic": false, + "name": "IsStartObject", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "reader", "typeName": "System.Xml.XmlReader" }], + "isStatic": false, + "name": "IsStartObject", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "reader", "typeName": "System.Xml.XmlDictionaryReader" }, + { "name": "verifyObjectName", "typeName": "bool" } + ], + "isStatic": false, + "name": "ReadObject", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "reader", "typeName": "System.Xml.XmlDictionaryReader" }, + { "name": "verifyObjectName", "typeName": "bool" }, + { + "name": "dataContractResolver", + "typeName": "System.Runtime.Serialization.DataContractResolver" + } + ], + "isStatic": false, + "name": "ReadObject", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Object", + "params": [{ "name": "reader", "typeName": "System.Xml.XmlReader" }], + "isStatic": false, + "name": "ReadObject", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "reader", "typeName": "System.Xml.XmlReader" }, + { "name": "verifyObjectName", "typeName": "bool" } + ], + "isStatic": false, + "name": "ReadObject", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "writer", "typeName": "System.Xml.XmlDictionaryWriter" } + ], + "isStatic": false, + "name": "WriteEndObject", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "writer", "typeName": "System.Xml.XmlWriter" }], + "isStatic": false, + "name": "WriteEndObject", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "writer", "typeName": "System.Xml.XmlDictionaryWriter" }, + { "name": "graph", "typeName": "object" }, + { + "name": "dataContractResolver", + "typeName": "System.Runtime.Serialization.DataContractResolver" + } + ], + "isStatic": false, + "name": "WriteObject", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "writer", "typeName": "System.Xml.XmlWriter" }, + { "name": "graph", "typeName": "object" } + ], + "isStatic": false, + "name": "WriteObject", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "writer", "typeName": "System.Xml.XmlDictionaryWriter" }, + { "name": "graph", "typeName": "object" } + ], + "isStatic": false, + "name": "WriteObjectContent", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "writer", "typeName": "System.Xml.XmlWriter" }, + { "name": "graph", "typeName": "object" } + ], + "isStatic": false, + "name": "WriteObjectContent", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "writer", "typeName": "System.Xml.XmlDictionaryWriter" }, + { "name": "graph", "typeName": "object" } + ], + "isStatic": false, + "name": "WriteStartObject", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "writer", "typeName": "System.Xml.XmlWriter" }, + { "name": "graph", "typeName": "object" } + ], + "isStatic": false, + "name": "WriteStartObject", + "comment": "", + "location": "System.Runtime.Serialization.dll" + } + ], + "name": "DataContractSerializer", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "namespace": "System.Runtime.Serialization", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "ISerializationSurrogateProvider", + "params": [], + "isStatic": false, + "name": "GetSerializationSurrogateProvider", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "provider", + "typeName": "System.Runtime.Serialization.ISerializationSurrogateProvider" + } + ], + "isStatic": false, + "name": "SetSerializationSurrogateProvider", + "comment": "", + "location": "System.Runtime.Serialization.dll" + } + ], + "name": "DataContractSerializerExtensions", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "namespace": "System.Runtime.Serialization", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Runtime.Serialization.DataContractResolver", + "name": "DataContractResolver", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "typeName": "System.Runtime.Serialization.IDataContractSurrogate", + "name": "DataContractSurrogate", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "typeName": "bool", + "name": "IgnoreExtensionDataObject", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "typeName": "System.Collections.Generic.IEnumerable", + "name": "KnownTypes", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "typeName": "int", + "name": "MaxItemsInObjectGraph", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "typeName": "bool", + "name": "PreserveObjectReferences", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "typeName": "System.Xml.XmlDictionaryString", + "name": "RootName", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "typeName": "System.Xml.XmlDictionaryString", + "name": "RootNamespace", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "typeName": "bool", + "name": "SerializeReadOnlyTypes", + "comment": "", + "location": "System.Runtime.Serialization.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Runtime.Serialization.dll" + } + ], + "name": "DataContractSerializerSettings", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "namespace": "System.Runtime.Serialization", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "bool", + "name": "EmitDefaultValue", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "typeName": "bool", + "name": "IsNameSetExplicitly", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "typeName": "bool", + "name": "IsRequired", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "typeName": "int", + "name": "Order", + "comment": "", + "location": "System.Runtime.Serialization.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Runtime.Serialization.dll" + } + ], + "name": "DataMemberAttribute", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "namespace": "System.Runtime.Serialization", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Globalization.DateTimeStyles", + "name": "DateTimeStyles", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "typeName": "System.IFormatProvider", + "name": "FormatProvider", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "typeName": "string", + "name": "FormatString", + "comment": "", + "location": "System.Runtime.Serialization.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "formatString", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "formatString", "typeName": "string" }, + { "name": "formatProvider", "typeName": "System.IFormatProvider" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Runtime.Serialization.dll" + } + ], + "name": "DateTimeFormat", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "namespace": "System.Runtime.Serialization", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Runtime.Serialization.EmitTypeInformation", + "name": "Always", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "typeName": "System.Runtime.Serialization.EmitTypeInformation", + "name": "AsNeeded", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "typeName": "System.Runtime.Serialization.EmitTypeInformation", + "name": "Never", + "comment": "", + "location": "System.Runtime.Serialization.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Runtime.Serialization.EmitTypeInformation", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Runtime.Serialization.dll" + } + ], + "name": "EmitTypeInformation", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "namespace": "System.Runtime.Serialization", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "bool", + "name": "IsValueSetExplicitly", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "typeName": "string", + "name": "Value", + "comment": "", + "location": "System.Runtime.Serialization.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Runtime.Serialization.dll" + } + ], + "name": "EnumMemberAttribute", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "namespace": "System.Runtime.Serialization", + "baseClass": "System.Exception", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "innerException", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Runtime.Serialization.dll" + } + ], + "name": "InvalidDataContractException", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "namespace": "System.Runtime.Serialization", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Runtime.Serialization.IDataContractSurrogate", + "name": "DataContractSurrogate", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "typeName": "System.Collections.ObjectModel.Collection", + "name": "KnownTypes", + "comment": "", + "location": "System.Runtime.Serialization.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Runtime.Serialization.dll" + } + ], + "name": "ExportOptions", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "namespace": "System.Runtime.Serialization", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [], + "name": "ExtensionDataObject", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "namespace": "System.Runtime.Serialization", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Object", + "params": [ + { + "name": "memberInfo", + "typeName": "System.Reflection.MemberInfo" + }, + { "name": "dataContractType", "typeName": "System.Type" } + ], + "isStatic": false, + "name": "GetCustomDataToExport", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "clrType", "typeName": "System.Type" }, + { "name": "dataContractType", "typeName": "System.Type" } + ], + "isStatic": false, + "name": "GetCustomDataToExport", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Type", + "params": [{ "name": "type", "typeName": "System.Type" }], + "isStatic": false, + "name": "GetDataContractType", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "obj", "typeName": "object" }, + { "name": "targetType", "typeName": "System.Type" } + ], + "isStatic": false, + "name": "GetDeserializedObject", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "customDataTypes", + "typeName": "System.Collections.ObjectModel.Collection" + } + ], + "isStatic": false, + "name": "GetKnownCustomDataTypes", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "obj", "typeName": "object" }, + { "name": "targetType", "typeName": "System.Type" } + ], + "isStatic": false, + "name": "GetObjectToSerialize", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Type", + "params": [ + { "name": "typeName", "typeName": "string" }, + { "name": "typeNamespace", "typeName": "string" }, + { "name": "customData", "typeName": "object" } + ], + "isStatic": false, + "name": "GetReferencedTypeOnImport", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "CodeTypeDeclaration", + "params": [ + { + "name": "typeDeclaration", + "typeName": "System.CodeDom.CodeTypeDeclaration" + }, + { + "name": "compileUnit", + "typeName": "System.CodeDom.CodeCompileUnit" + } + ], + "isStatic": false, + "name": "ProcessImportedType", + "comment": "", + "location": "System.Runtime.Serialization.dll" + } + ], + "name": "IDataContractSurrogate", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "namespace": "System.Runtime.Serialization", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [ + { + "typeName": "System.Runtime.Serialization.ExtensionDataObject", + "name": "ExtensionData", + "comment": "", + "location": "System.Runtime.Serialization.dll" + } + ], + "methods": [], + "name": "IExtensibleDataObject", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "namespace": "System.Runtime.Serialization", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Runtime.Serialization.dll" + } + ], + "name": "IgnoreDataMemberAttribute", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "namespace": "System.Runtime.Serialization", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.CodeDom.Compiler.CodeDomProvider", + "name": "CodeProvider", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "typeName": "System.Runtime.Serialization.IDataContractSurrogate", + "name": "DataContractSurrogate", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "typeName": "bool", + "name": "EnableDataBinding", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "typeName": "bool", + "name": "GenerateInternal", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "typeName": "bool", + "name": "GenerateSerializable", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "typeName": "bool", + "name": "ImportXmlType", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "typeName": "System.Collections.Generic.IDictionary", + "name": "Namespaces", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "typeName": "System.Collections.Generic.ICollection", + "name": "ReferencedCollectionTypes", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "typeName": "System.Collections.Generic.ICollection", + "name": "ReferencedTypes", + "comment": "", + "location": "System.Runtime.Serialization.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Runtime.Serialization.dll" + } + ], + "name": "ImportOptions", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "namespace": "System.Runtime.Serialization", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Object", + "params": [ + { "name": "obj", "typeName": "object" }, + { "name": "targetType", "typeName": "System.Type" } + ], + "isStatic": false, + "name": "GetDeserializedObject", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "obj", "typeName": "object" }, + { "name": "targetType", "typeName": "System.Type" } + ], + "isStatic": false, + "name": "GetObjectToSerialize", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Type", + "params": [{ "name": "type", "typeName": "System.Type" }], + "isStatic": false, + "name": "GetSurrogateType", + "comment": "", + "location": "System.Runtime.Serialization.dll" + } + ], + "name": "ISerializationSurrogateProvider", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "namespace": "System.Runtime.Serialization", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "string", + "name": "MethodName", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "typeName": "System.Type", + "name": "Type", + "comment": "", + "location": "System.Runtime.Serialization.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "methodName", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "type", "typeName": "System.Type" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Runtime.Serialization.dll" + } + ], + "name": "KnownTypeAttribute", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "namespace": "System.Runtime.Serialization", + "baseClass": "System.Runtime.Serialization.XmlObjectSerializer", + "attribute": "", + "interfaces": ["IFormatter"], + "fields": [ + { + "typeName": "System.Runtime.Serialization.Formatters.FormatterAssemblyStyle", + "name": "AssemblyFormat", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "typeName": "System.Runtime.Serialization.SerializationBinder", + "name": "Binder", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "typeName": "System.Runtime.Serialization.StreamingContext", + "name": "Context", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "typeName": "bool", + "name": "IgnoreExtensionDataObject", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "typeName": "int", + "name": "MaxItemsInObjectGraph", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "typeName": "System.Runtime.Serialization.ISurrogateSelector", + "name": "SurrogateSelector", + "comment": "", + "location": "System.Runtime.Serialization.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "context", + "typeName": "System.Runtime.Serialization.StreamingContext" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "context", + "typeName": "System.Runtime.Serialization.StreamingContext" + }, + { "name": "maxItemsInObjectGraph", "typeName": "int" }, + { "name": "ignoreExtensionDataObject", "typeName": "bool" }, + { + "name": "assemblyFormat", + "typeName": "System.Runtime.Serialization.Formatters.FormatterAssemblyStyle" + }, + { + "name": "surrogateSelector", + "typeName": "System.Runtime.Serialization.ISurrogateSelector" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "rootName", "typeName": "string" }, + { "name": "rootNamespace", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "rootName", "typeName": "string" }, + { "name": "rootNamespace", "typeName": "string" }, + { + "name": "context", + "typeName": "System.Runtime.Serialization.StreamingContext" + }, + { "name": "maxItemsInObjectGraph", "typeName": "int" }, + { "name": "ignoreExtensionDataObject", "typeName": "bool" }, + { + "name": "assemblyFormat", + "typeName": "System.Runtime.Serialization.Formatters.FormatterAssemblyStyle" + }, + { + "name": "surrogateSelector", + "typeName": "System.Runtime.Serialization.ISurrogateSelector" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "rootName", + "typeName": "System.Xml.XmlDictionaryString" + }, + { + "name": "rootNamespace", + "typeName": "System.Xml.XmlDictionaryString" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "rootName", + "typeName": "System.Xml.XmlDictionaryString" + }, + { + "name": "rootNamespace", + "typeName": "System.Xml.XmlDictionaryString" + }, + { + "name": "context", + "typeName": "System.Runtime.Serialization.StreamingContext" + }, + { "name": "maxItemsInObjectGraph", "typeName": "int" }, + { "name": "ignoreExtensionDataObject", "typeName": "bool" }, + { + "name": "assemblyFormat", + "typeName": "System.Runtime.Serialization.Formatters.FormatterAssemblyStyle" + }, + { + "name": "surrogateSelector", + "typeName": "System.Runtime.Serialization.ISurrogateSelector" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Object", + "params": [{ "name": "stream", "typeName": "System.IO.Stream" }], + "isStatic": false, + "name": "Deserialize", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "reader", "typeName": "System.Xml.XmlDictionaryReader" } + ], + "isStatic": false, + "name": "IsStartObject", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "reader", "typeName": "System.Xml.XmlReader" }], + "isStatic": false, + "name": "IsStartObject", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "reader", "typeName": "System.Xml.XmlDictionaryReader" }, + { "name": "verifyObjectName", "typeName": "bool" } + ], + "isStatic": false, + "name": "ReadObject", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Object", + "params": [{ "name": "reader", "typeName": "System.Xml.XmlReader" }], + "isStatic": false, + "name": "ReadObject", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "reader", "typeName": "System.Xml.XmlReader" }, + { "name": "verifyObjectName", "typeName": "bool" } + ], + "isStatic": false, + "name": "ReadObject", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "stream", "typeName": "System.IO.Stream" }, + { "name": "graph", "typeName": "object" } + ], + "isStatic": false, + "name": "Serialize", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "writer", "typeName": "System.Xml.XmlDictionaryWriter" } + ], + "isStatic": false, + "name": "WriteEndObject", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "writer", "typeName": "System.Xml.XmlWriter" }], + "isStatic": false, + "name": "WriteEndObject", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "writer", "typeName": "System.Xml.XmlWriter" }, + { "name": "graph", "typeName": "object" } + ], + "isStatic": false, + "name": "WriteObject", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "writer", "typeName": "System.Xml.XmlDictionaryWriter" }, + { "name": "graph", "typeName": "object" } + ], + "isStatic": false, + "name": "WriteObjectContent", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "writer", "typeName": "System.Xml.XmlWriter" }, + { "name": "graph", "typeName": "object" } + ], + "isStatic": false, + "name": "WriteObjectContent", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "writer", "typeName": "System.Xml.XmlDictionaryWriter" }, + { "name": "graph", "typeName": "object" } + ], + "isStatic": false, + "name": "WriteStartObject", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "writer", "typeName": "System.Xml.XmlWriter" }, + { "name": "graph", "typeName": "object" } + ], + "isStatic": false, + "name": "WriteStartObject", + "comment": "", + "location": "System.Runtime.Serialization.dll" + } + ], + "name": "NetDataContractSerializer", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "namespace": "System.Runtime.Serialization", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [ + { "name": "reader", "typeName": "System.Xml.XmlDictionaryReader" } + ], + "isStatic": false, + "name": "IsStartObject", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "reader", "typeName": "System.Xml.XmlReader" }], + "isStatic": false, + "name": "IsStartObject", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Object", + "params": [{ "name": "stream", "typeName": "System.IO.Stream" }], + "isStatic": false, + "name": "ReadObject", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "reader", "typeName": "System.Xml.XmlDictionaryReader" } + ], + "isStatic": false, + "name": "ReadObject", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "reader", "typeName": "System.Xml.XmlDictionaryReader" }, + { "name": "verifyObjectName", "typeName": "bool" } + ], + "isStatic": false, + "name": "ReadObject", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Object", + "params": [{ "name": "reader", "typeName": "System.Xml.XmlReader" }], + "isStatic": false, + "name": "ReadObject", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "reader", "typeName": "System.Xml.XmlReader" }, + { "name": "verifyObjectName", "typeName": "bool" } + ], + "isStatic": false, + "name": "ReadObject", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "writer", "typeName": "System.Xml.XmlDictionaryWriter" } + ], + "isStatic": false, + "name": "WriteEndObject", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "writer", "typeName": "System.Xml.XmlWriter" }], + "isStatic": false, + "name": "WriteEndObject", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "stream", "typeName": "System.IO.Stream" }, + { "name": "graph", "typeName": "object" } + ], + "isStatic": false, + "name": "WriteObject", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "writer", "typeName": "System.Xml.XmlDictionaryWriter" }, + { "name": "graph", "typeName": "object" } + ], + "isStatic": false, + "name": "WriteObject", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "writer", "typeName": "System.Xml.XmlWriter" }, + { "name": "graph", "typeName": "object" } + ], + "isStatic": false, + "name": "WriteObject", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "writer", "typeName": "System.Xml.XmlDictionaryWriter" }, + { "name": "graph", "typeName": "object" } + ], + "isStatic": false, + "name": "WriteObjectContent", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "writer", "typeName": "System.Xml.XmlWriter" }, + { "name": "graph", "typeName": "object" } + ], + "isStatic": false, + "name": "WriteObjectContent", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "writer", "typeName": "System.Xml.XmlDictionaryWriter" }, + { "name": "graph", "typeName": "object" } + ], + "isStatic": false, + "name": "WriteStartObject", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "writer", "typeName": "System.Xml.XmlWriter" }, + { "name": "graph", "typeName": "object" } + ], + "isStatic": false, + "name": "WriteStartObject", + "comment": "", + "location": "System.Runtime.Serialization.dll" + } + ], + "name": "XmlObjectSerializer", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "namespace": "System.Runtime.Serialization", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "schemas", "typeName": "System.Xml.Schema.XmlSchemaSet" }, + { "name": "typeQName", "typeName": "System.Xml.XmlQualifiedName" } + ], + "isStatic": true, + "name": "AddDefaultSchema", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "xmlReader", "typeName": "System.Xml.XmlReader" } + ], + "isStatic": true, + "name": "ReadNodes", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "xmlWriter", "typeName": "System.Xml.XmlWriter" }, + { "name": "nodes", "typeName": "System.Xml.XmlNode[]" } + ], + "isStatic": true, + "name": "WriteNodes", + "comment": "", + "location": "System.Runtime.Serialization.dll" + } + ], + "name": "XmlSerializableServices", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "namespace": "System.Runtime.Serialization", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "String", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { + "name": "pathToMember", + "typeName": "System.Reflection.MemberInfo[]" + }, + { + "name": "rootElementXpath", + "typeName": "System.Text.StringBuilder" + }, + { + "name": "namespaces", + "typeName": "System.Xml.XmlNamespaceManager" + } + ], + "isStatic": true, + "name": "CreateFromDataContractSerializer", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { + "name": "pathToMember", + "typeName": "System.Reflection.MemberInfo[]" + }, + { + "name": "namespaces", + "typeName": "System.Xml.XmlNamespaceManager" + } + ], + "isStatic": true, + "name": "CreateFromDataContractSerializer", + "comment": "", + "location": "System.Runtime.Serialization.dll" + } + ], + "name": "XPathQueryGenerator", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "namespace": "System.Runtime.Serialization", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Runtime.Serialization.ExportOptions", + "name": "Options", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "typeName": "System.Xml.Schema.XmlSchemaSet", + "name": "Schemas", + "comment": "", + "location": "System.Runtime.Serialization.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "schemas", "typeName": "System.Xml.Schema.XmlSchemaSet" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "assemblies", + "typeName": "System.Collections.Generic.ICollection" + } + ], + "isStatic": false, + "name": "CanExport", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "types", + "typeName": "System.Collections.Generic.ICollection" + } + ], + "isStatic": false, + "name": "CanExport", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "type", "typeName": "System.Type" }], + "isStatic": false, + "name": "CanExport", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "assemblies", + "typeName": "System.Collections.Generic.ICollection" + } + ], + "isStatic": false, + "name": "Export", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "types", + "typeName": "System.Collections.Generic.ICollection" + } + ], + "isStatic": false, + "name": "Export", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "type", "typeName": "System.Type" }], + "isStatic": false, + "name": "Export", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "XmlQualifiedName", + "params": [{ "name": "type", "typeName": "System.Type" }], + "isStatic": false, + "name": "GetRootElementName", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "XmlSchemaType", + "params": [{ "name": "type", "typeName": "System.Type" }], + "isStatic": false, + "name": "GetSchemaType", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "XmlQualifiedName", + "params": [{ "name": "type", "typeName": "System.Type" }], + "isStatic": false, + "name": "GetSchemaTypeName", + "comment": "", + "location": "System.Runtime.Serialization.dll" + } + ], + "name": "XsdDataContractExporter", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "namespace": "System.Runtime.Serialization", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.CodeDom.CodeCompileUnit", + "name": "CodeCompileUnit", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "typeName": "System.Runtime.Serialization.ImportOptions", + "name": "Options", + "comment": "", + "location": "System.Runtime.Serialization.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "codeCompileUnit", + "typeName": "System.CodeDom.CodeCompileUnit" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "schemas", "typeName": "System.Xml.Schema.XmlSchemaSet" } + ], + "isStatic": false, + "name": "CanImport", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "schemas", "typeName": "System.Xml.Schema.XmlSchemaSet" }, + { + "name": "typeNames", + "typeName": "System.Collections.Generic.ICollection" + } + ], + "isStatic": false, + "name": "CanImport", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "schemas", "typeName": "System.Xml.Schema.XmlSchemaSet" }, + { + "name": "element", + "typeName": "System.Xml.Schema.XmlSchemaElement" + } + ], + "isStatic": false, + "name": "CanImport", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "schemas", "typeName": "System.Xml.Schema.XmlSchemaSet" }, + { "name": "typeName", "typeName": "System.Xml.XmlQualifiedName" } + ], + "isStatic": false, + "name": "CanImport", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "CodeTypeReference", + "params": [ + { "name": "typeName", "typeName": "System.Xml.XmlQualifiedName" } + ], + "isStatic": false, + "name": "GetCodeTypeReference", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "CodeTypeReference", + "params": [ + { "name": "typeName", "typeName": "System.Xml.XmlQualifiedName" }, + { + "name": "element", + "typeName": "System.Xml.Schema.XmlSchemaElement" + } + ], + "isStatic": false, + "name": "GetCodeTypeReference", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "ICollection", + "params": [ + { "name": "typeName", "typeName": "System.Xml.XmlQualifiedName" } + ], + "isStatic": false, + "name": "GetKnownTypeReferences", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "schemas", "typeName": "System.Xml.Schema.XmlSchemaSet" } + ], + "isStatic": false, + "name": "Import", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "schemas", "typeName": "System.Xml.Schema.XmlSchemaSet" }, + { + "name": "typeNames", + "typeName": "System.Collections.Generic.ICollection" + } + ], + "isStatic": false, + "name": "Import", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "XmlQualifiedName", + "params": [ + { "name": "schemas", "typeName": "System.Xml.Schema.XmlSchemaSet" }, + { + "name": "element", + "typeName": "System.Xml.Schema.XmlSchemaElement" + } + ], + "isStatic": false, + "name": "Import", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "schemas", "typeName": "System.Xml.Schema.XmlSchemaSet" }, + { "name": "typeName", "typeName": "System.Xml.XmlQualifiedName" } + ], + "isStatic": false, + "name": "Import", + "comment": "", + "location": "System.Runtime.Serialization.dll" + } + ], + "name": "XsdDataContractImporter", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "namespace": "System.Runtime.Remoting.Metadata", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "bool", + "name": "Embedded", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "UseAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "XmlNamespace", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "SoapAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting.Metadata", + "baseClass": "System.Runtime.Remoting.Metadata.SoapAttribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "int", + "name": "Order", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "XmlElementName", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "IsInteropXmlElement", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "SoapFieldAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting.Metadata", + "baseClass": "System.Runtime.Remoting.Metadata.SoapAttribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "string", + "name": "ResponseXmlElementName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "ResponseXmlNamespace", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "ReturnXmlElementName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "SoapAction", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "UseAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "XmlNamespace", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "SoapMethodAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting.Metadata", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Runtime.Remoting.Metadata.SoapOption", + "name": "AlwaysIncludeTypes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.Remoting.Metadata.SoapOption", + "name": "EmbedAll", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.Remoting.Metadata.SoapOption", + "name": "None", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.Remoting.Metadata.SoapOption", + "name": "Option1", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.Remoting.Metadata.SoapOption", + "name": "Option2", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.Remoting.Metadata.SoapOption", + "name": "XsdString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Runtime.Remoting.Metadata.SoapOption", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "SoapOption", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting.Metadata", + "baseClass": "System.Runtime.Remoting.Metadata.SoapAttribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "SoapParameterAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting.Metadata", + "baseClass": "System.Runtime.Remoting.Metadata.SoapAttribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "System.Runtime.Remoting.Metadata.SoapOption", + "name": "SoapOptions", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "UseAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "XmlElementName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.Remoting.Metadata.XmlFieldOrderOption", + "name": "XmlFieldOrder", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "XmlNamespace", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "XmlTypeName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "XmlTypeNamespace", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "SoapTypeAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting.Metadata", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Runtime.Remoting.Metadata.XmlFieldOrderOption", + "name": "All", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.Remoting.Metadata.XmlFieldOrderOption", + "name": "Choice", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.Remoting.Metadata.XmlFieldOrderOption", + "name": "Sequence", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Runtime.Remoting.Metadata.XmlFieldOrderOption", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "XmlFieldOrderOption", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Serialization.Formatters", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Runtime.Serialization.Formatters.FormatterAssemblyStyle", + "name": "Full", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.Serialization.Formatters.FormatterAssemblyStyle", + "name": "Simple", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Runtime.Serialization.Formatters.FormatterAssemblyStyle", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "FormatterAssemblyStyle", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Serialization.Formatters", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Runtime.Serialization.Formatters.FormatterTypeStyle", + "name": "TypesAlways", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.Serialization.Formatters.FormatterTypeStyle", + "name": "TypesWhenNeeded", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.Serialization.Formatters.FormatterTypeStyle", + "name": "XsdString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Runtime.Serialization.Formatters.FormatterTypeStyle", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "FormatterTypeStyle", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Serialization.Formatters", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [ + { + "typeName": "string[]", + "name": "FieldNames", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Type[]", + "name": "FieldTypes", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [], + "name": "IFieldInfo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Serialization.Formatters", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "messages", "typeName": "object[]" }], + "isStatic": true, + "name": "InfoSoap", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": true, + "name": "SoapCheckEnabled", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "InternalRM", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Serialization.Formatters", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "messages", "typeName": "object[]" }], + "isStatic": true, + "name": "InfoSoap", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Assembly", + "params": [{ "name": "assemblyString", "typeName": "string" }], + "isStatic": true, + "name": "LoadAssemblyFromString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "fi", "typeName": "System.Reflection.FieldInfo" }, + { "name": "target", "typeName": "object" }, + { "name": "value", "typeName": "object" } + ], + "isStatic": true, + "name": "SerializationSetValue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "messages", "typeName": "object[]" }], + "isStatic": true, + "name": "Soap", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "condition", "typeName": "bool" }, + { "name": "message", "typeName": "string" } + ], + "isStatic": true, + "name": "SoapAssert", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": true, + "name": "SoapCheckEnabled", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "InternalST", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Serialization.Configuration", + "baseClass": "System.Configuration.ConfigurationSection", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Runtime.Serialization.Configuration.DeclaredTypeElementCollection", + "name": "DeclaredTypes", + "comment": "", + "location": "System.Runtime.Serialization.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Runtime.Serialization.dll" + } + ], + "name": "DataContractSerializerSection", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "namespace": "System.Runtime.Serialization.Formatters", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [ + { + "typeName": "System.Runtime.Remoting.Messaging.Header[]", + "name": "Headers", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "MethodName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string[]", + "name": "ParamNames", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Type[]", + "name": "ParamTypes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "object[]", + "name": "ParamValues", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "XmlNameSpace", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [], + "name": "ISoapMessage", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Serialization.Formatters", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "ExceptionMessage", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "ExceptionType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "StackTrace", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "exceptionType", "typeName": "string" }, + { "name": "message", "typeName": "string" }, + { "name": "stackTrace", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ServerFault", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Serialization.Formatters", + "baseClass": "object", + "attribute": "", + "interfaces": ["ISerializable"], + "fields": [ + { + "typeName": "object", + "name": "Detail", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "FaultActor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "FaultCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "FaultString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "faultCode", "typeName": "string" }, + { "name": "faultString", "typeName": "string" }, + { "name": "faultActor", "typeName": "string" }, + { + "name": "serverFault", + "typeName": "System.Runtime.Serialization.Formatters.ServerFault" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "info", + "typeName": "System.Runtime.Serialization.SerializationInfo" + }, + { + "name": "context", + "typeName": "System.Runtime.Serialization.StreamingContext" + } + ], + "isStatic": false, + "name": "GetObjectData", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "SoapFault", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Serialization.Configuration", + "baseClass": "System.Configuration.ConfigurationElement", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Runtime.Serialization.Configuration.TypeElementCollection", + "name": "KnownTypes", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "typeName": "string", + "name": "Type", + "comment": "", + "location": "System.Runtime.Serialization.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "typeName", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Runtime.Serialization.dll" + } + ], + "name": "DeclaredTypeElement", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "namespace": "System.Runtime.Serialization.Formatters", + "baseClass": "object", + "attribute": "", + "interfaces": ["ISoapMessage"], + "fields": [ + { + "typeName": "System.Runtime.Remoting.Messaging.Header[]", + "name": "Headers", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "MethodName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string[]", + "name": "ParamNames", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Type[]", + "name": "ParamTypes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "object[]", + "name": "ParamValues", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "XmlNameSpace", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "SoapMessage", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Serialization.Formatters", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Runtime.Serialization.Formatters.TypeFilterLevel", + "name": "Full", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.Serialization.Formatters.TypeFilterLevel", + "name": "Low", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Runtime.Serialization.Formatters.TypeFilterLevel", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "TypeFilterLevel", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Serialization.Configuration", + "baseClass": "System.Configuration.ConfigurationElementCollection", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Runtime.Serialization.Configuration.DeclaredTypeElement", + "name": "this[]", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "typeName": "System.Runtime.Serialization.Configuration.DeclaredTypeElement", + "name": "this[]", + "comment": "", + "location": "System.Runtime.Serialization.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "element", + "typeName": "System.Runtime.Serialization.Configuration.DeclaredTypeElement" + } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Clear", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "typeName", "typeName": "string" }], + "isStatic": false, + "name": "Contains", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "element", + "typeName": "System.Runtime.Serialization.Configuration.DeclaredTypeElement" + } + ], + "isStatic": false, + "name": "IndexOf", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "element", + "typeName": "System.Runtime.Serialization.Configuration.DeclaredTypeElement" + } + ], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "typeName", "typeName": "string" }], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "RemoveAt", + "comment": "", + "location": "System.Runtime.Serialization.dll" + } + ], + "name": "DeclaredTypeElementCollection", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "namespace": "System.Runtime.Serialization.Configuration", + "baseClass": "System.Configuration.ConfigurationSection", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "EnableUnsafeTypeForwarding", + "comment": "", + "location": "System.Runtime.Serialization.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Runtime.Serialization.dll" + } + ], + "name": "NetDataContractSerializerSection", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "namespace": "System.Runtime.Serialization.Configuration", + "baseClass": "System.Configuration.ConfigurationElement", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "Index", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "typeName": "System.Runtime.Serialization.Configuration.ParameterElementCollection", + "name": "Parameters", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "typeName": "string", + "name": "Type", + "comment": "", + "location": "System.Runtime.Serialization.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "typeName", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Runtime.Serialization.dll" + } + ], + "name": "ParameterElement", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "namespace": "System.Runtime.Serialization.Configuration", + "baseClass": "System.Configuration.ConfigurationElementCollection", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Configuration.ConfigurationElementCollectionType", + "name": "CollectionType", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "typeName": "System.Runtime.Serialization.Configuration.ParameterElement", + "name": "this[]", + "comment": "", + "location": "System.Runtime.Serialization.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "element", + "typeName": "System.Runtime.Serialization.Configuration.ParameterElement" + } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Clear", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "typeName", "typeName": "string" }], + "isStatic": false, + "name": "Contains", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "element", + "typeName": "System.Runtime.Serialization.Configuration.ParameterElement" + } + ], + "isStatic": false, + "name": "IndexOf", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "element", + "typeName": "System.Runtime.Serialization.Configuration.ParameterElement" + } + ], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "RemoveAt", + "comment": "", + "location": "System.Runtime.Serialization.dll" + } + ], + "name": "ParameterElementCollection", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "namespace": "System.Runtime.Serialization.Configuration", + "baseClass": "System.Configuration.ConfigurationSectionGroup", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Runtime.Serialization.Configuration.DataContractSerializerSection", + "name": "DataContractSerializer", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "typeName": "System.Runtime.Serialization.Configuration.NetDataContractSerializerSection", + "name": "NetDataContractSerializer", + "comment": "", + "location": "System.Runtime.Serialization.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "SerializationSectionGroup", + "params": [ + { + "name": "config", + "typeName": "System.Configuration.Configuration" + } + ], + "isStatic": true, + "name": "GetSectionGroup", + "comment": "", + "location": "System.Runtime.Serialization.dll" + } + ], + "name": "SerializationSectionGroup", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "namespace": "System.Runtime.Serialization.Configuration", + "baseClass": "System.Configuration.ConfigurationElement", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "Index", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "typeName": "System.Runtime.Serialization.Configuration.ParameterElementCollection", + "name": "Parameters", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "typeName": "string", + "name": "Type", + "comment": "", + "location": "System.Runtime.Serialization.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "typeName", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Runtime.Serialization.dll" + } + ], + "name": "TypeElement", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "namespace": "System.Runtime.Serialization.Configuration", + "baseClass": "System.Configuration.ConfigurationElementCollection", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Configuration.ConfigurationElementCollectionType", + "name": "CollectionType", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "typeName": "System.Runtime.Serialization.Configuration.TypeElement", + "name": "this[]", + "comment": "", + "location": "System.Runtime.Serialization.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "element", + "typeName": "System.Runtime.Serialization.Configuration.TypeElement" + } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Clear", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "element", + "typeName": "System.Runtime.Serialization.Configuration.TypeElement" + } + ], + "isStatic": false, + "name": "IndexOf", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "element", + "typeName": "System.Runtime.Serialization.Configuration.TypeElement" + } + ], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "RemoveAt", + "comment": "", + "location": "System.Runtime.Serialization.dll" + } + ], + "name": "TypeElementCollection", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "AllowReversePInvokeCallsAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Runtime.InteropServices.Architecture", + "name": "Arm", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.Architecture", + "name": "Arm64", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.Architecture", + "name": "X64", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.Architecture", + "name": "X86", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Runtime.InteropServices.Architecture", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "Architecture", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "array", "typeName": "object" }, + { "name": "offset", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "obj", + "typeName": "System.Runtime.InteropServices.ArrayWithOffset" + } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [], + "isStatic": false, + "name": "GetArray", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetOffset", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "a", + "typeName": "System.Runtime.InteropServices.ArrayWithOffset" + }, + { + "name": "b", + "typeName": "System.Runtime.InteropServices.ArrayWithOffset" + } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "a", + "typeName": "System.Runtime.InteropServices.ArrayWithOffset" + }, + { + "name": "b", + "typeName": "System.Runtime.InteropServices.ArrayWithOffset" + } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ArrayWithOffset", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Runtime.InteropServices.AssemblyRegistrationFlags", + "name": "None", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.AssemblyRegistrationFlags", + "name": "SetCodeBase", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Runtime.InteropServices.AssemblyRegistrationFlags", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "AssemblyRegistrationFlags", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "bool", + "name": "Value", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "val", "typeName": "bool" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "AutomationProxyAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "bool", + "name": "ThrowOnUnmappableChar", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "BestFitMapping", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "BestFitMapping", "typeName": "bool" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "BestFitMappingAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.IntPtr", + "name": "lpfuncdesc", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.IntPtr", + "name": "lptcomp", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.IntPtr", + "name": "lpvardesc", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "BINDPTR", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "cbStruct", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "dwTickCountDeadline", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "grfFlags", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "grfMode", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "BIND_OPTS", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "WrappedObject", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "BStrWrapper", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Runtime.InteropServices.CALLCONV", + "name": "CC_CDECL", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.CALLCONV", + "name": "CC_MACPASCAL", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.CALLCONV", + "name": "CC_MAX", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.CALLCONV", + "name": "CC_MPWCDECL", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.CALLCONV", + "name": "CC_MPWPASCAL", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.CALLCONV", + "name": "CC_MSCPASCAL", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.CALLCONV", + "name": "CC_PASCAL", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.CALLCONV", + "name": "CC_RESERVED", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.CALLCONV", + "name": "CC_STDCALL", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.CALLCONV", + "name": "CC_SYSCALL", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Runtime.InteropServices.CALLCONV", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "CALLCONV", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Runtime.InteropServices.CharSet", + "name": "Ansi", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.CharSet", + "name": "Auto", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.CharSet", + "name": "None", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.CharSet", + "name": "Unicode", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Runtime.InteropServices.CharSet", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "CharSet", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Runtime.InteropServices.CallingConvention", + "name": "Cdecl", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.CallingConvention", + "name": "FastCall", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.CallingConvention", + "name": "StdCall", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.CallingConvention", + "name": "ThisCall", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.CallingConvention", + "name": "Winapi", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Runtime.InteropServices.CallingConvention", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "CallingConvention", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "System.Runtime.InteropServices.ClassInterfaceType", + "name": "Value", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "classInterfaceType", "typeName": "short" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "classInterfaceType", + "typeName": "System.Runtime.InteropServices.ClassInterfaceType" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ClassInterfaceAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Runtime.InteropServices.ClassInterfaceType", + "name": "AutoDispatch", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ClassInterfaceType", + "name": "AutoDual", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ClassInterfaceType", + "name": "None", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Runtime.InteropServices.ClassInterfaceType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ClassInterfaceType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "System.Type", + "name": "CoClass", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "coClass", "typeName": "System.Type" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "CoClassAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "string", + "name": "Value", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "alias", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ComAliasNameAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "int", + "name": "BuildNumber", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "MajorVersion", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "MinorVersion", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "RevisionNumber", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "major", "typeName": "int" }, + { "name": "minor", "typeName": "int" }, + { "name": "build", "typeName": "int" }, + { "name": "revision", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ComCompatibleVersionAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ComConversionLossAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "System.Type", + "name": "Value", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "defaultInterface", "typeName": "System.Type" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ComDefaultInterfaceAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "System.Type", + "name": "EventProvider", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Type", + "name": "SourceInterface", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "SourceInterface", "typeName": "System.Type" }, + { "name": "EventProvider", "typeName": "System.Type" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ComEventInterfaceAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "rcw", "typeName": "object" }, + { "name": "iid", "typeName": "System.Guid" }, + { "name": "dispid", "typeName": "int" }, + { "name": "d", "typeName": "System.Delegate" } + ], + "isStatic": true, + "name": "Combine", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Delegate", + "params": [ + { "name": "rcw", "typeName": "object" }, + { "name": "iid", "typeName": "System.Guid" }, + { "name": "dispid", "typeName": "int" }, + { "name": "d", "typeName": "System.Delegate" } + ], + "isStatic": true, + "name": "Remove", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ComEventsHelper", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Runtime.InteropServices.ComInterfaceType", + "name": "InterfaceIsDual", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComInterfaceType", + "name": "InterfaceIsIDispatch", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComInterfaceType", + "name": "InterfaceIsIInspectable", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComInterfaceType", + "name": "InterfaceIsIUnknown", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Runtime.InteropServices.ComInterfaceType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ComInterfaceType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "System.Runtime.InteropServices.ExternalException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "inner", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "errorCode", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "COMException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Runtime.InteropServices.ComMemberType", + "name": "Method", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComMemberType", + "name": "PropGet", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComMemberType", + "name": "PropSet", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Runtime.InteropServices.ComMemberType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ComMemberType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ComImportAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "string", + "name": "Value", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "sourceInterfaces", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "sourceInterface", "typeName": "System.Type" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "sourceInterface1", "typeName": "System.Type" }, + { "name": "sourceInterface2", "typeName": "System.Type" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "sourceInterface1", "typeName": "System.Type" }, + { "name": "sourceInterface2", "typeName": "System.Type" }, + { "name": "sourceInterface3", "typeName": "System.Type" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "sourceInterface1", "typeName": "System.Type" }, + { "name": "sourceInterface2", "typeName": "System.Type" }, + { "name": "sourceInterface3", "typeName": "System.Type" }, + { "name": "sourceInterface4", "typeName": "System.Type" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ComSourceInterfacesAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ComUnregisterFunctionAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "bool", + "name": "Value", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "visibility", "typeName": "bool" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ComVisibleAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "dwCookie", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "object", + "name": "pUnk", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "CONNECTDATA", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "System.Runtime.ConstrainedExecution.CriticalFinalizerObject", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "bool", + "name": "IsClosed", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsInvalid", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Close", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "SetHandleAsInvalid", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "CriticalHandle", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "decimal", + "name": "WrappedObject", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "obj", "typeName": "decimal" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "CurrencyWrapper", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Runtime.InteropServices.CustomQueryInterfaceMode", + "name": "Allow", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.CustomQueryInterfaceMode", + "name": "Ignore", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Runtime.InteropServices.CustomQueryInterfaceMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "CustomQueryInterfaceMode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "System.Runtime.InteropServices.DllImportSearchPath", + "name": "Paths", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "paths", + "typeName": "System.Runtime.InteropServices.DllImportSearchPath" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "DefaultDllImportSearchPathsAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Runtime.InteropServices.CustomQueryInterfaceResult", + "name": "Failed", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.CustomQueryInterfaceResult", + "name": "Handled", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.CustomQueryInterfaceResult", + "name": "NotHandled", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Runtime.InteropServices.CustomQueryInterfaceResult", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "CustomQueryInterfaceResult", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Runtime.InteropServices.DESCKIND", + "name": "DESCKIND_FUNCDESC", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.DESCKIND", + "name": "DESCKIND_IMPLICITAPPOBJ", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.DESCKIND", + "name": "DESCKIND_MAX", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.DESCKIND", + "name": "DESCKIND_NONE", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.DESCKIND", + "name": "DESCKIND_TYPECOMP", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.DESCKIND", + "name": "DESCKIND_VARDESC", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Runtime.InteropServices.DESCKIND", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "DESCKIND", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "System.Runtime.InteropServices.CharSet", + "name": "CharSet", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "charSet", + "typeName": "System.Runtime.InteropServices.CharSet" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "DefaultCharSetAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "cArgs", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "cNamedArgs", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.IntPtr", + "name": "rgdispidNamedArgs", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.IntPtr", + "name": "rgvarg", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "DISPPARAMS", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "object", + "name": "WrappedObject", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "DispatchWrapper", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "bool", + "name": "BestFitMapping", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.CallingConvention", + "name": "CallingConvention", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.CharSet", + "name": "CharSet", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "EntryPoint", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "ExactSpelling", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "PreserveSig", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "SetLastError", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "ThrowOnUnmappableChar", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Value", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "dllName", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "DllImportAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "int", + "name": "Value", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "dispId", "typeName": "int" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "DispIdAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Runtime.InteropServices.DllImportSearchPath", + "name": "ApplicationDirectory", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.DllImportSearchPath", + "name": "AssemblyDirectory", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.DllImportSearchPath", + "name": "LegacyBehavior", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.DllImportSearchPath", + "name": "SafeDirectories", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.DllImportSearchPath", + "name": "System32", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.DllImportSearchPath", + "name": "UseDllDirectoryForDependencies", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.DllImportSearchPath", + "name": "UserDirectories", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Runtime.InteropServices.DllImportSearchPath", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "DllImportSearchPath", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "ErrorCode", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "e", "typeName": "System.Exception" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "errorCode", "typeName": "int" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "errorCode", "typeName": "object" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ErrorWrapper", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Runtime.InteropServices.ELEMDESC.DESCUNION", + "name": "desc", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.TYPEDESC", + "name": "tdesc", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ELEMDESC", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "bstrDescription", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "bstrHelpFile", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "bstrSource", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "dwHelpContext", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.IntPtr", + "name": "pfnDeferredFillIn", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.IntPtr", + "name": "pvReserved", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "short", + "name": "wCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "short", + "name": "wReserved", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "EXCEPINFO", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "System.SystemException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [ + { + "typeName": "int", + "name": "ErrorCode", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "inner", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "errorCode", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ExternalException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Runtime.InteropServices.ExporterEventKind", + "name": "ERROR_REFTOINVALIDASSEMBLY", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ExporterEventKind", + "name": "NOTIF_CONVERTWARNING", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ExporterEventKind", + "name": "NOTIF_TYPECONVERTED", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Runtime.InteropServices.ExporterEventKind", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ExporterEventKind", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "int", + "name": "Value", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "offset", "typeName": "int" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "FieldOffsetAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "callback", + "typeName": "System.Runtime.InteropServices.ObjectCreationDelegate" + } + ], + "isStatic": true, + "name": "RegisterObjectCreationCallback", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ExtensibleClassFactory", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "dwHighDateTime", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "dwLowDateTime", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "FILETIME", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Runtime.InteropServices.CALLCONV", + "name": "callconv", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "short", + "name": "cParams", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "short", + "name": "cParamsOpt", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "short", + "name": "cScodes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ELEMDESC", + "name": "elemdescFunc", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.FUNCKIND", + "name": "funckind", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.INVOKEKIND", + "name": "invkind", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.IntPtr", + "name": "lprgelemdescParam", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.IntPtr", + "name": "lprgscode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "memid", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "short", + "name": "oVft", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "short", + "name": "wFuncFlags", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "FUNCDESC", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Runtime.InteropServices.FUNCFLAGS", + "name": "FUNCFLAG_FBINDABLE", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.FUNCFLAGS", + "name": "FUNCFLAG_FDEFAULTBIND", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.FUNCFLAGS", + "name": "FUNCFLAG_FDEFAULTCOLLELEM", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.FUNCFLAGS", + "name": "FUNCFLAG_FDISPLAYBIND", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.FUNCFLAGS", + "name": "FUNCFLAG_FHIDDEN", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.FUNCFLAGS", + "name": "FUNCFLAG_FIMMEDIATEBIND", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.FUNCFLAGS", + "name": "FUNCFLAG_FNONBROWSABLE", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.FUNCFLAGS", + "name": "FUNCFLAG_FREPLACEABLE", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.FUNCFLAGS", + "name": "FUNCFLAG_FREQUESTEDIT", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.FUNCFLAGS", + "name": "FUNCFLAG_FRESTRICTED", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.FUNCFLAGS", + "name": "FUNCFLAG_FSOURCE", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.FUNCFLAGS", + "name": "FUNCFLAG_FUIDEFAULT", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.FUNCFLAGS", + "name": "FUNCFLAG_FUSESGETLASTERROR", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Runtime.InteropServices.FUNCFLAGS", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "FUNCFLAGS", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Runtime.InteropServices.FUNCKIND", + "name": "FUNC_DISPATCH", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.FUNCKIND", + "name": "FUNC_NONVIRTUAL", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.FUNCKIND", + "name": "FUNC_PUREVIRTUAL", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.FUNCKIND", + "name": "FUNC_STATIC", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.FUNCKIND", + "name": "FUNC_VIRTUAL", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Runtime.InteropServices.FUNCKIND", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "FUNCKIND", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Runtime.InteropServices.IDLDESC", + "name": "idldesc", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.PARAMDESC", + "name": "paramdesc", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "DESCUNION", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "ManagedObj", "typeName": "object" }], + "isStatic": false, + "name": "CleanUpManagedData", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "pNativeData", "typeName": "System.IntPtr" }], + "isStatic": false, + "name": "CleanUpNativeData", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetNativeDataSize", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [{ "name": "ManagedObj", "typeName": "object" }], + "isStatic": false, + "name": "MarshalManagedToNative", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [{ "name": "pNativeData", "typeName": "System.IntPtr" }], + "isStatic": false, + "name": "MarshalNativeToManaged", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ICustomMarshaler", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "IsAllocated", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "object", + "name": "Target", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [], + "isStatic": false, + "name": "AddrOfPinnedObject", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "GCHandle", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": true, + "name": "Alloc", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "GCHandle", + "params": [ + { "name": "value", "typeName": "object" }, + { + "name": "type", + "typeName": "System.Runtime.InteropServices.GCHandleType" + } + ], + "isStatic": true, + "name": "Alloc", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "o", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Free", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "GCHandle", + "params": [{ "name": "value", "typeName": "System.IntPtr" }], + "isStatic": true, + "name": "FromIntPtr", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "a", + "typeName": "System.Runtime.InteropServices.GCHandle" + }, + { + "name": "b", + "typeName": "System.Runtime.InteropServices.GCHandle" + } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "GCHandle", + "params": [{ "name": "value", "typeName": "System.IntPtr" }], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [ + { + "name": "value", + "typeName": "System.Runtime.InteropServices.GCHandle" + } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "a", + "typeName": "System.Runtime.InteropServices.GCHandle" + }, + { + "name": "b", + "typeName": "System.Runtime.InteropServices.GCHandle" + } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [ + { + "name": "value", + "typeName": "System.Runtime.InteropServices.GCHandle" + } + ], + "isStatic": true, + "name": "ToIntPtr", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "GCHandle", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "CustomQueryInterfaceResult", + "params": [ + { "name": "iid", "typeName": "System.Guid" }, + { "name": "ppv", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": "GetInterface", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ICustomQueryInterface", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Runtime.InteropServices.GCHandleType", + "name": "Normal", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.GCHandleType", + "name": "Pinned", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.GCHandleType", + "name": "Weak", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.GCHandleType", + "name": "WeakTrackResurrection", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Runtime.InteropServices.GCHandleType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "GCHandleType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "System.Runtime.InteropServices.IDispatchImplType", + "name": "Value", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "implType", "typeName": "short" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "implType", + "typeName": "System.Runtime.InteropServices.IDispatchImplType" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "IDispatchImplAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "string", + "name": "Value", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "guid", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "GuidAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Runtime.InteropServices.IDispatchImplType", + "name": "CompatibleImpl", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.IDispatchImplType", + "name": "InternalImpl", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.IDispatchImplType", + "name": "SystemDefinedImpl", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Runtime.InteropServices.IDispatchImplType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "IDispatchImplType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "dwReserved", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.IDLFLAG", + "name": "wIDLFlags", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "IDLDESC", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.IntPtr", + "name": "Handle", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "object", + "name": "Wrapper", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "wrapper", "typeName": "object" }, + { "name": "handle", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [ + { + "name": "value", + "typeName": "System.Runtime.InteropServices.HandleRef" + } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [ + { + "name": "value", + "typeName": "System.Runtime.InteropServices.HandleRef" + } + ], + "isStatic": true, + "name": "ToIntPtr", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "HandleRef", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Runtime.InteropServices.IDLFLAG", + "name": "IDLFLAG_FIN", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.IDLFLAG", + "name": "IDLFLAG_FLCID", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.IDLFLAG", + "name": "IDLFLAG_FOUT", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.IDLFLAG", + "name": "IDLFLAG_FRETVAL", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.IDLFLAG", + "name": "IDLFLAG_NONE", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Runtime.InteropServices.IDLFLAG", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "IDLFLAG", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Object", + "params": [], + "isStatic": false, + "name": "GetUnderlyingObject", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ICustomAdapter", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Runtime.InteropServices.IMPLTYPEFLAGS", + "name": "IMPLTYPEFLAG_FDEFAULT", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.IMPLTYPEFLAGS", + "name": "IMPLTYPEFLAG_FDEFAULTVTABLE", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.IMPLTYPEFLAGS", + "name": "IMPLTYPEFLAG_FRESTRICTED", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.IMPLTYPEFLAGS", + "name": "IMPLTYPEFLAG_FSOURCE", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Runtime.InteropServices.IMPLTYPEFLAGS", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "IMPLTYPEFLAGS", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "MarshalByRefObject", + "params": [{ "name": "serverType", "typeName": "System.Type" }], + "isStatic": false, + "name": "CreateInstance", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ICustomFactory", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "string", + "name": "Value", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "tlbFile", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ImportedFromTypeLibAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Runtime.InteropServices.ImporterEventKind", + "name": "ERROR_REFTOINVALIDTYPELIB", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ImporterEventKind", + "name": "NOTIF_CONVERTWARNING", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ImporterEventKind", + "name": "NOTIF_TYPECONVERTED", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Runtime.InteropServices.ImporterEventKind", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ImporterEventKind", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "InAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetNames", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ITypeLibExporterNameProvider", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "System.Runtime.InteropServices.ComInterfaceType", + "name": "Value", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "interfaceType", "typeName": "short" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "interfaceType", + "typeName": "System.Runtime.InteropServices.ComInterfaceType" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "InterfaceTypeAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "eventKind", + "typeName": "System.Runtime.InteropServices.ExporterEventKind" + }, + { "name": "eventCode", "typeName": "int" }, + { "name": "eventMsg", "typeName": "string" } + ], + "isStatic": false, + "name": "ReportEvent", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "assembly", "typeName": "System.Reflection.Assembly" } + ], + "isStatic": false, + "name": "ResolveRef", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ITypeLibExporterNotifySink", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "System.SystemException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "inner", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "InvalidComObjectException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.CompilerServices", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "string", + "name": "PropertyName", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "propertyName", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "AccessedThroughPropertyAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "eventKind", + "typeName": "System.Runtime.InteropServices.ImporterEventKind" + }, + { "name": "eventCode", "typeName": "int" }, + { "name": "eventMsg", "typeName": "string" } + ], + "isStatic": false, + "name": "ReportEvent", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Assembly", + "params": [{ "name": "typeLib", "typeName": "object" }], + "isStatic": false, + "name": "ResolveRef", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ITypeLibImporterNotifySink", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "System.SystemException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "inner", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "InvalidOleVariantTypeException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Runtime.InteropServices.LayoutKind", + "name": "Auto", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.LayoutKind", + "name": "Explicit", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.LayoutKind", + "name": "Sequential", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Runtime.InteropServices.LayoutKind", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "LayoutKind", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "int", + "name": "Value", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "lcid", "typeName": "int" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "LCIDConversionAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Runtime.InteropServices.INVOKEKIND", + "name": "INVOKE_FUNC", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.INVOKEKIND", + "name": "INVOKE_PROPERTYGET", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.INVOKEKIND", + "name": "INVOKE_PROPERTYPUT", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.INVOKEKIND", + "name": "INVOKE_PROPERTYPUTREF", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Runtime.InteropServices.INVOKEKIND", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "INVOKEKIND", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Runtime.InteropServices.LIBFLAGS", + "name": "LIBFLAG_FCONTROL", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.LIBFLAGS", + "name": "LIBFLAG_FHASDISKIMAGE", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.LIBFLAGS", + "name": "LIBFLAG_FHIDDEN", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.LIBFLAGS", + "name": "LIBFLAG_FRESTRICTED", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Runtime.InteropServices.LIBFLAGS", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "LIBFLAGS", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Guid", + "params": [], + "isStatic": false, + "name": "GetManagedCategoryGuid", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "type", "typeName": "System.Type" }], + "isStatic": false, + "name": "GetProgIdForType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "assembly", "typeName": "System.Reflection.Assembly" } + ], + "isStatic": false, + "name": "GetRegistrableTypesInAssembly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "assembly", "typeName": "System.Reflection.Assembly" }, + { + "name": "flags", + "typeName": "System.Runtime.InteropServices.AssemblyRegistrationFlags" + } + ], + "isStatic": false, + "name": "RegisterAssembly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { "name": "g", "typeName": "System.Guid" } + ], + "isStatic": false, + "name": "RegisterTypeForComClients", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "type", "typeName": "System.Type" }], + "isStatic": false, + "name": "TypeRepresentsComType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "type", "typeName": "System.Type" }], + "isStatic": false, + "name": "TypeRequiresRegistration", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "assembly", "typeName": "System.Reflection.Assembly" } + ], + "isStatic": false, + "name": "UnregisterAssembly", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "IRegistrationServices", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.CompilerServices", + "baseClass": "System.Runtime.CompilerServices.StateMachineAttribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "stateMachineType", "typeName": "System.Type" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "AsyncStateMachineAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "System.Type", + "name": "ClassType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "MethodName", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "classType", "typeName": "System.Type" }, + { "name": "methodName", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ManagedToNativeComInteropStubAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Object", + "params": [ + { "name": "assembly", "typeName": "System.Reflection.Assembly" }, + { "name": "typeLibName", "typeName": "string" }, + { + "name": "flags", + "typeName": "System.Runtime.InteropServices.TypeLibExporterFlags" + }, + { + "name": "notifySink", + "typeName": "System.Runtime.InteropServices.ITypeLibExporterNotifySink" + } + ], + "isStatic": false, + "name": "ConvertAssemblyToTypeLib", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "AssemblyBuilder", + "params": [ + { "name": "typeLib", "typeName": "object" }, + { "name": "asmFileName", "typeName": "string" }, + { "name": "flags", "typeName": "int" }, + { + "name": "notifySink", + "typeName": "System.Runtime.InteropServices.ITypeLibImporterNotifySink" + }, + { "name": "publicKey", "typeName": "byte[]" }, + { + "name": "keyPair", + "typeName": "System.Reflection.StrongNameKeyPair" + }, + { "name": "unsafeInterfaces", "typeName": "bool" } + ], + "isStatic": false, + "name": "ConvertTypeLibToAssembly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "AssemblyBuilder", + "params": [ + { "name": "typeLib", "typeName": "object" }, + { "name": "asmFileName", "typeName": "string" }, + { + "name": "flags", + "typeName": "System.Runtime.InteropServices.TypeLibImporterFlags" + }, + { + "name": "notifySink", + "typeName": "System.Runtime.InteropServices.ITypeLibImporterNotifySink" + }, + { "name": "publicKey", "typeName": "byte[]" }, + { + "name": "keyPair", + "typeName": "System.Reflection.StrongNameKeyPair" + }, + { "name": "asmNamespace", "typeName": "string" }, + { "name": "asmVersion", "typeName": "System.Version" } + ], + "isStatic": false, + "name": "ConvertTypeLibToAssembly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "g", "typeName": "System.Guid" }, + { "name": "major", "typeName": "int" }, + { "name": "minor", "typeName": "int" }, + { "name": "lcid", "typeName": "int" }, + { "name": "asmName", "typeName": "string" }, + { "name": "asmCodeBase", "typeName": "string" } + ], + "isStatic": false, + "name": "GetPrimaryInteropAssembly", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ITypeLibConverter", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "SystemDefaultCharSize", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "SystemMaxDBCSCharSize", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Int32", + "params": [{ "name": "pUnk", "typeName": "System.IntPtr" }], + "isStatic": true, + "name": "AddRef", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [{ "name": "cb", "typeName": "int" }], + "isStatic": true, + "name": "AllocCoTaskMem", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [{ "name": "cb", "typeName": "int" }], + "isStatic": true, + "name": "AllocHGlobal", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [{ "name": "cb", "typeName": "System.IntPtr" }], + "isStatic": true, + "name": "AllocHGlobal", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": true, + "name": "AreComObjectsAvailableForCleanup", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [{ "name": "monikerName", "typeName": "string" }], + "isStatic": true, + "name": "BindToMoniker", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "otp", "typeName": "object" }, + { "name": "fIsWeak", "typeName": "bool" } + ], + "isStatic": true, + "name": "ChangeWrapperHandleStrength", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "CleanupUnusedObjectsInCurrentContext", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "source", "typeName": "byte[]" }, + { "name": "startIndex", "typeName": "int" }, + { "name": "destination", "typeName": "System.IntPtr" }, + { "name": "length", "typeName": "int" } + ], + "isStatic": true, + "name": "Copy", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "source", "typeName": "char[]" }, + { "name": "startIndex", "typeName": "int" }, + { "name": "destination", "typeName": "System.IntPtr" }, + { "name": "length", "typeName": "int" } + ], + "isStatic": true, + "name": "Copy", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "source", "typeName": "double[]" }, + { "name": "startIndex", "typeName": "int" }, + { "name": "destination", "typeName": "System.IntPtr" }, + { "name": "length", "typeName": "int" } + ], + "isStatic": true, + "name": "Copy", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "source", "typeName": "short[]" }, + { "name": "startIndex", "typeName": "int" }, + { "name": "destination", "typeName": "System.IntPtr" }, + { "name": "length", "typeName": "int" } + ], + "isStatic": true, + "name": "Copy", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "source", "typeName": "int[]" }, + { "name": "startIndex", "typeName": "int" }, + { "name": "destination", "typeName": "System.IntPtr" }, + { "name": "length", "typeName": "int" } + ], + "isStatic": true, + "name": "Copy", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "source", "typeName": "long[]" }, + { "name": "startIndex", "typeName": "int" }, + { "name": "destination", "typeName": "System.IntPtr" }, + { "name": "length", "typeName": "int" } + ], + "isStatic": true, + "name": "Copy", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "source", "typeName": "System.IntPtr" }, + { "name": "destination", "typeName": "byte[]" }, + { "name": "startIndex", "typeName": "int" }, + { "name": "length", "typeName": "int" } + ], + "isStatic": true, + "name": "Copy", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "source", "typeName": "System.IntPtr" }, + { "name": "destination", "typeName": "char[]" }, + { "name": "startIndex", "typeName": "int" }, + { "name": "length", "typeName": "int" } + ], + "isStatic": true, + "name": "Copy", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "source", "typeName": "System.IntPtr" }, + { "name": "destination", "typeName": "double[]" }, + { "name": "startIndex", "typeName": "int" }, + { "name": "length", "typeName": "int" } + ], + "isStatic": true, + "name": "Copy", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "source", "typeName": "System.IntPtr" }, + { "name": "destination", "typeName": "short[]" }, + { "name": "startIndex", "typeName": "int" }, + { "name": "length", "typeName": "int" } + ], + "isStatic": true, + "name": "Copy", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "source", "typeName": "System.IntPtr" }, + { "name": "destination", "typeName": "int[]" }, + { "name": "startIndex", "typeName": "int" }, + { "name": "length", "typeName": "int" } + ], + "isStatic": true, + "name": "Copy", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "source", "typeName": "System.IntPtr" }, + { "name": "destination", "typeName": "long[]" }, + { "name": "startIndex", "typeName": "int" }, + { "name": "length", "typeName": "int" } + ], + "isStatic": true, + "name": "Copy", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "source", "typeName": "System.IntPtr" }, + { "name": "destination", "typeName": "System.IntPtr[]" }, + { "name": "startIndex", "typeName": "int" }, + { "name": "length", "typeName": "int" } + ], + "isStatic": true, + "name": "Copy", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "source", "typeName": "System.IntPtr" }, + { "name": "destination", "typeName": "float[]" }, + { "name": "startIndex", "typeName": "int" }, + { "name": "length", "typeName": "int" } + ], + "isStatic": true, + "name": "Copy", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "source", "typeName": "System.IntPtr[]" }, + { "name": "startIndex", "typeName": "int" }, + { "name": "destination", "typeName": "System.IntPtr" }, + { "name": "length", "typeName": "int" } + ], + "isStatic": true, + "name": "Copy", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "source", "typeName": "float[]" }, + { "name": "startIndex", "typeName": "int" }, + { "name": "destination", "typeName": "System.IntPtr" }, + { "name": "length", "typeName": "int" } + ], + "isStatic": true, + "name": "Copy", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [ + { "name": "pOuter", "typeName": "System.IntPtr" }, + { "name": "o", "typeName": "object" } + ], + "isStatic": true, + "name": "CreateAggregatedObject", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [ + { "name": "pOuter", "typeName": "System.IntPtr" }, + { "name": "o", "typeName": "T" } + ], + "isStatic": true, + "name": "CreateAggregatedObject", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "o", "typeName": "object" }, + { "name": "t", "typeName": "System.Type" } + ], + "isStatic": true, + "name": "CreateWrapperOfType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "TWrapper", + "params": [{ "name": "o", "typeName": "T" }], + "isStatic": true, + "name": "CreateWrapperOfType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "ptr", "typeName": "System.IntPtr" }, + { "name": "structuretype", "typeName": "System.Type" } + ], + "isStatic": true, + "name": "DestroyStructure", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "ptr", "typeName": "System.IntPtr" }], + "isStatic": true, + "name": "DestroyStructure", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "o", "typeName": "object" }], + "isStatic": true, + "name": "FinalReleaseComObject", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "ptr", "typeName": "System.IntPtr" }], + "isStatic": true, + "name": "FreeBSTR", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "ptr", "typeName": "System.IntPtr" }], + "isStatic": true, + "name": "FreeCoTaskMem", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "hglobal", "typeName": "System.IntPtr" }], + "isStatic": true, + "name": "FreeHGlobal", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Guid", + "params": [{ "name": "type", "typeName": "System.Type" }], + "isStatic": true, + "name": "GenerateGuidForType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "type", "typeName": "System.Type" }], + "isStatic": true, + "name": "GenerateProgIdForType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [{ "name": "progID", "typeName": "string" }], + "isStatic": true, + "name": "GetActiveObject", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [ + { "name": "o", "typeName": "object" }, + { "name": "T", "typeName": "System.Type" } + ], + "isStatic": true, + "name": "GetComInterfaceForObject", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [ + { "name": "o", "typeName": "object" }, + { "name": "T", "typeName": "System.Type" }, + { + "name": "mode", + "typeName": "System.Runtime.InteropServices.CustomQueryInterfaceMode" + } + ], + "isStatic": true, + "name": "GetComInterfaceForObject", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [ + { "name": "o", "typeName": "object" }, + { "name": "t", "typeName": "System.Type" } + ], + "isStatic": true, + "name": "GetComInterfaceForObjectInContext", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [{ "name": "o", "typeName": "T" }], + "isStatic": true, + "name": "GetComInterfaceForObject", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "obj", "typeName": "object" }, + { "name": "key", "typeName": "object" } + ], + "isStatic": true, + "name": "GetComObjectData", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "m", "typeName": "System.Reflection.MemberInfo" } + ], + "isStatic": true, + "name": "GetComSlotForMethodInfo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Delegate", + "params": [ + { "name": "ptr", "typeName": "System.IntPtr" }, + { "name": "t", "typeName": "System.Type" } + ], + "isStatic": true, + "name": "GetDelegateForFunctionPointer", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "TDelegate", + "params": [{ "name": "ptr", "typeName": "System.IntPtr" }], + "isStatic": true, + "name": "GetDelegateForFunctionPointer", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "t", "typeName": "System.Type" }], + "isStatic": true, + "name": "GetEndComSlot", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": true, + "name": "GetExceptionCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Exception", + "params": [{ "name": "errorCode", "typeName": "int" }], + "isStatic": true, + "name": "GetExceptionForHR", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Exception", + "params": [ + { "name": "errorCode", "typeName": "int" }, + { "name": "errorInfo", "typeName": "System.IntPtr" } + ], + "isStatic": true, + "name": "GetExceptionForHR", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [], + "isStatic": true, + "name": "GetExceptionPointers", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [{ "name": "d", "typeName": "System.Delegate" }], + "isStatic": true, + "name": "GetFunctionPointerForDelegate", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [{ "name": "d", "typeName": "TDelegate" }], + "isStatic": true, + "name": "GetFunctionPointerForDelegate", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [{ "name": "m", "typeName": "System.Reflection.Module" }], + "isStatic": true, + "name": "GetHINSTANCE", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "e", "typeName": "System.Exception" }], + "isStatic": true, + "name": "GetHRForException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": true, + "name": "GetHRForLastWin32Error", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [{ "name": "o", "typeName": "object" }], + "isStatic": true, + "name": "GetIDispatchForObject", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [{ "name": "o", "typeName": "object" }], + "isStatic": true, + "name": "GetIDispatchForObjectInContext", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [{ "name": "t", "typeName": "System.Type" }], + "isStatic": true, + "name": "GetITypeInfoForType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [{ "name": "o", "typeName": "object" }], + "isStatic": true, + "name": "GetIUnknownForObject", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [{ "name": "o", "typeName": "object" }], + "isStatic": true, + "name": "GetIUnknownForObjectInContext", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": true, + "name": "GetLastWin32Error", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [ + { "name": "pfnMethodToWrap", "typeName": "System.IntPtr" }, + { "name": "pbSignature", "typeName": "System.IntPtr" }, + { "name": "cbSignature", "typeName": "int" } + ], + "isStatic": true, + "name": "GetManagedThunkForUnmanagedMethodPtr", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "MemberInfo", + "params": [ + { "name": "t", "typeName": "System.Type" }, + { "name": "slot", "typeName": "int" }, + { + "name": "memberType", + "typeName": "System.Runtime.InteropServices.ComMemberType" + } + ], + "isStatic": true, + "name": "GetMethodInfoForComSlot", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "obj", "typeName": "object" }, + { "name": "pDstNativeVariant", "typeName": "System.IntPtr" } + ], + "isStatic": true, + "name": "GetNativeVariantForObject", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "obj", "typeName": "T" }, + { "name": "pDstNativeVariant", "typeName": "System.IntPtr" } + ], + "isStatic": true, + "name": "GetNativeVariantForObject", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [{ "name": "pUnk", "typeName": "System.IntPtr" }], + "isStatic": true, + "name": "GetObjectForIUnknown", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "pSrcNativeVariant", "typeName": "System.IntPtr" } + ], + "isStatic": true, + "name": "GetObjectForNativeVariant", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "T", + "params": [ + { "name": "pSrcNativeVariant", "typeName": "System.IntPtr" } + ], + "isStatic": true, + "name": "GetObjectForNativeVariant", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "aSrcNativeVariant", "typeName": "System.IntPtr" }, + { "name": "cVars", "typeName": "int" } + ], + "isStatic": true, + "name": "GetObjectsForNativeVariants", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "aSrcNativeVariant", "typeName": "System.IntPtr" }, + { "name": "cVars", "typeName": "int" } + ], + "isStatic": true, + "name": "GetObjectsForNativeVariants", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "t", "typeName": "System.Type" }], + "isStatic": true, + "name": "GetStartComSlot", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Thread", + "params": [{ "name": "cookie", "typeName": "int" }], + "isStatic": true, + "name": "GetThreadFromFiberCookie", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "pUnk", "typeName": "System.IntPtr" }, + { "name": "t", "typeName": "System.Type" } + ], + "isStatic": true, + "name": "GetTypedObjectForIUnknown", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Type", + "params": [{ "name": "piTypeInfo", "typeName": "System.IntPtr" }], + "isStatic": true, + "name": "GetTypeForITypeInfo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Type", + "params": [{ "name": "clsid", "typeName": "System.Guid" }], + "isStatic": true, + "name": "GetTypeFromCLSID", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { + "name": "typeInfo", + "typeName": "System.Runtime.InteropServices.ComTypes.ITypeInfo" + } + ], + "isStatic": true, + "name": "GetTypeInfoName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { + "name": "pTI", + "typeName": "System.Runtime.InteropServices.UCOMITypeInfo" + } + ], + "isStatic": true, + "name": "GetTypeInfoName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Guid", + "params": [ + { + "name": "typelib", + "typeName": "System.Runtime.InteropServices.ComTypes.ITypeLib" + } + ], + "isStatic": true, + "name": "GetTypeLibGuid", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Guid", + "params": [ + { + "name": "pTLB", + "typeName": "System.Runtime.InteropServices.UCOMITypeLib" + } + ], + "isStatic": true, + "name": "GetTypeLibGuid", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Guid", + "params": [ + { "name": "asm", "typeName": "System.Reflection.Assembly" } + ], + "isStatic": true, + "name": "GetTypeLibGuidForAssembly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "typelib", + "typeName": "System.Runtime.InteropServices.ComTypes.ITypeLib" + } + ], + "isStatic": true, + "name": "GetTypeLibLcid", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "pTLB", + "typeName": "System.Runtime.InteropServices.UCOMITypeLib" + } + ], + "isStatic": true, + "name": "GetTypeLibLcid", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { + "name": "typelib", + "typeName": "System.Runtime.InteropServices.ComTypes.ITypeLib" + } + ], + "isStatic": true, + "name": "GetTypeLibName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { + "name": "pTLB", + "typeName": "System.Runtime.InteropServices.UCOMITypeLib" + } + ], + "isStatic": true, + "name": "GetTypeLibName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "inputAssembly", + "typeName": "System.Reflection.Assembly" + }, + { "name": "majorVersion", "typeName": "int" }, + { "name": "minorVersion", "typeName": "int" } + ], + "isStatic": true, + "name": "GetTypeLibVersionForAssembly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [{ "name": "unknown", "typeName": "System.IntPtr" }], + "isStatic": true, + "name": "GetUniqueObjectForIUnknown", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [ + { "name": "pfnMethodToWrap", "typeName": "System.IntPtr" }, + { "name": "pbSignature", "typeName": "System.IntPtr" }, + { "name": "cbSignature", "typeName": "int" } + ], + "isStatic": true, + "name": "GetUnmanagedThunkForManagedMethodPtr", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "o", "typeName": "object" }], + "isStatic": true, + "name": "IsComObject", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "t", "typeName": "System.Type" }], + "isStatic": true, + "name": "IsTypeVisibleFromCom", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "m", "typeName": "System.Reflection.MethodInfo" } + ], + "isStatic": true, + "name": "NumParamBytes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [ + { "name": "t", "typeName": "System.Type" }, + { "name": "fieldName", "typeName": "string" } + ], + "isStatic": true, + "name": "OffsetOf", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [{ "name": "fieldName", "typeName": "string" }], + "isStatic": true, + "name": "OffsetOf", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "m", "typeName": "System.Reflection.MethodInfo" } + ], + "isStatic": true, + "name": "Prelink", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "c", "typeName": "System.Type" }], + "isStatic": true, + "name": "PrelinkAll", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "ptr", "typeName": "System.IntPtr" }], + "isStatic": true, + "name": "PtrToStringAnsi", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "ptr", "typeName": "System.IntPtr" }, + { "name": "len", "typeName": "int" } + ], + "isStatic": true, + "name": "PtrToStringAnsi", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "ptr", "typeName": "System.IntPtr" }], + "isStatic": true, + "name": "PtrToStringAuto", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "ptr", "typeName": "System.IntPtr" }, + { "name": "len", "typeName": "int" } + ], + "isStatic": true, + "name": "PtrToStringAuto", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "ptr", "typeName": "System.IntPtr" }], + "isStatic": true, + "name": "PtrToStringBSTR", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "ptr", "typeName": "System.IntPtr" }], + "isStatic": true, + "name": "PtrToStringUni", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "ptr", "typeName": "System.IntPtr" }, + { "name": "len", "typeName": "int" } + ], + "isStatic": true, + "name": "PtrToStringUni", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "ptr", "typeName": "System.IntPtr" }, + { "name": "structure", "typeName": "object" } + ], + "isStatic": true, + "name": "PtrToStructure", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "ptr", "typeName": "System.IntPtr" }, + { "name": "structureType", "typeName": "System.Type" } + ], + "isStatic": true, + "name": "PtrToStructure", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "T", + "params": [{ "name": "ptr", "typeName": "System.IntPtr" }], + "isStatic": true, + "name": "PtrToStructure", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "ptr", "typeName": "System.IntPtr" }, + { "name": "structure", "typeName": "T" } + ], + "isStatic": true, + "name": "PtrToStructure", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "pUnk", "typeName": "System.IntPtr" }, + { "name": "iid", "typeName": "System.Guid" }, + { "name": "ppv", "typeName": "System.IntPtr" } + ], + "isStatic": true, + "name": "QueryInterface", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Byte", + "params": [{ "name": "ptr", "typeName": "System.IntPtr" }], + "isStatic": true, + "name": "ReadByte", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Byte", + "params": [ + { "name": "ptr", "typeName": "System.IntPtr" }, + { "name": "ofs", "typeName": "int" } + ], + "isStatic": true, + "name": "ReadByte", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Byte", + "params": [ + { "name": "ptr", "typeName": "object" }, + { "name": "ofs", "typeName": "int" } + ], + "isStatic": true, + "name": "ReadByte", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int16", + "params": [{ "name": "ptr", "typeName": "System.IntPtr" }], + "isStatic": true, + "name": "ReadInt16", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int16", + "params": [ + { "name": "ptr", "typeName": "System.IntPtr" }, + { "name": "ofs", "typeName": "int" } + ], + "isStatic": true, + "name": "ReadInt16", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int16", + "params": [ + { "name": "ptr", "typeName": "object" }, + { "name": "ofs", "typeName": "int" } + ], + "isStatic": true, + "name": "ReadInt16", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "ptr", "typeName": "System.IntPtr" }], + "isStatic": true, + "name": "ReadInt32", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "ptr", "typeName": "System.IntPtr" }, + { "name": "ofs", "typeName": "int" } + ], + "isStatic": true, + "name": "ReadInt32", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "ptr", "typeName": "object" }, + { "name": "ofs", "typeName": "int" } + ], + "isStatic": true, + "name": "ReadInt32", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int64", + "params": [{ "name": "ptr", "typeName": "System.IntPtr" }], + "isStatic": true, + "name": "ReadInt64", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int64", + "params": [ + { "name": "ptr", "typeName": "System.IntPtr" }, + { "name": "ofs", "typeName": "int" } + ], + "isStatic": true, + "name": "ReadInt64", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int64", + "params": [ + { "name": "ptr", "typeName": "object" }, + { "name": "ofs", "typeName": "int" } + ], + "isStatic": true, + "name": "ReadInt64", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [{ "name": "ptr", "typeName": "System.IntPtr" }], + "isStatic": true, + "name": "ReadIntPtr", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [ + { "name": "ptr", "typeName": "System.IntPtr" }, + { "name": "ofs", "typeName": "int" } + ], + "isStatic": true, + "name": "ReadIntPtr", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [ + { "name": "ptr", "typeName": "object" }, + { "name": "ofs", "typeName": "int" } + ], + "isStatic": true, + "name": "ReadIntPtr", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [ + { "name": "pv", "typeName": "System.IntPtr" }, + { "name": "cb", "typeName": "int" } + ], + "isStatic": true, + "name": "ReAllocCoTaskMem", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [ + { "name": "pv", "typeName": "System.IntPtr" }, + { "name": "cb", "typeName": "System.IntPtr" } + ], + "isStatic": true, + "name": "ReAllocHGlobal", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "pUnk", "typeName": "System.IntPtr" }], + "isStatic": true, + "name": "Release", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "o", "typeName": "object" }], + "isStatic": true, + "name": "ReleaseComObject", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "ReleaseThreadCache", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [ + { "name": "s", "typeName": "System.Security.SecureString" } + ], + "isStatic": true, + "name": "SecureStringToBSTR", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [ + { "name": "s", "typeName": "System.Security.SecureString" } + ], + "isStatic": true, + "name": "SecureStringToCoTaskMemAnsi", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [ + { "name": "s", "typeName": "System.Security.SecureString" } + ], + "isStatic": true, + "name": "SecureStringToCoTaskMemUnicode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [ + { "name": "s", "typeName": "System.Security.SecureString" } + ], + "isStatic": true, + "name": "SecureStringToGlobalAllocAnsi", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [ + { "name": "s", "typeName": "System.Security.SecureString" } + ], + "isStatic": true, + "name": "SecureStringToGlobalAllocUnicode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "obj", "typeName": "object" }, + { "name": "key", "typeName": "object" }, + { "name": "data", "typeName": "object" } + ], + "isStatic": true, + "name": "SetComObjectData", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "structure", "typeName": "object" }], + "isStatic": true, + "name": "SizeOf", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "t", "typeName": "System.Type" }], + "isStatic": true, + "name": "SizeOf", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": true, + "name": "SizeOf", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "structure", "typeName": "T" }], + "isStatic": true, + "name": "SizeOf", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [{ "name": "s", "typeName": "string" }], + "isStatic": true, + "name": "StringToBSTR", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [{ "name": "s", "typeName": "string" }], + "isStatic": true, + "name": "StringToCoTaskMemAnsi", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [{ "name": "s", "typeName": "string" }], + "isStatic": true, + "name": "StringToCoTaskMemAuto", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [{ "name": "s", "typeName": "string" }], + "isStatic": true, + "name": "StringToCoTaskMemUni", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [{ "name": "s", "typeName": "string" }], + "isStatic": true, + "name": "StringToHGlobalAnsi", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [{ "name": "s", "typeName": "string" }], + "isStatic": true, + "name": "StringToHGlobalAuto", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [{ "name": "s", "typeName": "string" }], + "isStatic": true, + "name": "StringToHGlobalUni", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "structure", "typeName": "object" }, + { "name": "ptr", "typeName": "System.IntPtr" }, + { "name": "fDeleteOld", "typeName": "bool" } + ], + "isStatic": true, + "name": "StructureToPtr", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "structure", "typeName": "T" }, + { "name": "ptr", "typeName": "System.IntPtr" }, + { "name": "fDeleteOld", "typeName": "bool" } + ], + "isStatic": true, + "name": "StructureToPtr", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "errorCode", "typeName": "int" }], + "isStatic": true, + "name": "ThrowExceptionForHR", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "errorCode", "typeName": "int" }, + { "name": "errorInfo", "typeName": "System.IntPtr" } + ], + "isStatic": true, + "name": "ThrowExceptionForHR", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [ + { "name": "arr", "typeName": "System.Array" }, + { "name": "index", "typeName": "int" } + ], + "isStatic": true, + "name": "UnsafeAddrOfPinnedArrayElement", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [ + { "name": "arr", "typeName": "T[]" }, + { "name": "index", "typeName": "int" } + ], + "isStatic": true, + "name": "UnsafeAddrOfPinnedArrayElement", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "ptr", "typeName": "System.IntPtr" }, + { "name": "val", "typeName": "byte" } + ], + "isStatic": true, + "name": "WriteByte", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "ptr", "typeName": "System.IntPtr" }, + { "name": "ofs", "typeName": "int" }, + { "name": "val", "typeName": "byte" } + ], + "isStatic": true, + "name": "WriteByte", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "ptr", "typeName": "object" }, + { "name": "ofs", "typeName": "int" }, + { "name": "val", "typeName": "byte" } + ], + "isStatic": true, + "name": "WriteByte", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "ptr", "typeName": "System.IntPtr" }, + { "name": "val", "typeName": "char" } + ], + "isStatic": true, + "name": "WriteInt16", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "ptr", "typeName": "System.IntPtr" }, + { "name": "val", "typeName": "short" } + ], + "isStatic": true, + "name": "WriteInt16", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "ptr", "typeName": "System.IntPtr" }, + { "name": "ofs", "typeName": "int" }, + { "name": "val", "typeName": "char" } + ], + "isStatic": true, + "name": "WriteInt16", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "ptr", "typeName": "System.IntPtr" }, + { "name": "ofs", "typeName": "int" }, + { "name": "val", "typeName": "short" } + ], + "isStatic": true, + "name": "WriteInt16", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "ptr", "typeName": "object" }, + { "name": "ofs", "typeName": "int" }, + { "name": "val", "typeName": "char" } + ], + "isStatic": true, + "name": "WriteInt16", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "ptr", "typeName": "object" }, + { "name": "ofs", "typeName": "int" }, + { "name": "val", "typeName": "short" } + ], + "isStatic": true, + "name": "WriteInt16", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "ptr", "typeName": "System.IntPtr" }, + { "name": "val", "typeName": "int" } + ], + "isStatic": true, + "name": "WriteInt32", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "ptr", "typeName": "System.IntPtr" }, + { "name": "ofs", "typeName": "int" }, + { "name": "val", "typeName": "int" } + ], + "isStatic": true, + "name": "WriteInt32", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "ptr", "typeName": "object" }, + { "name": "ofs", "typeName": "int" }, + { "name": "val", "typeName": "int" } + ], + "isStatic": true, + "name": "WriteInt32", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "ptr", "typeName": "System.IntPtr" }, + { "name": "ofs", "typeName": "int" }, + { "name": "val", "typeName": "long" } + ], + "isStatic": true, + "name": "WriteInt64", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "ptr", "typeName": "System.IntPtr" }, + { "name": "val", "typeName": "long" } + ], + "isStatic": true, + "name": "WriteInt64", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "ptr", "typeName": "object" }, + { "name": "ofs", "typeName": "int" }, + { "name": "val", "typeName": "long" } + ], + "isStatic": true, + "name": "WriteInt64", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "ptr", "typeName": "System.IntPtr" }, + { "name": "ofs", "typeName": "int" }, + { "name": "val", "typeName": "System.IntPtr" } + ], + "isStatic": true, + "name": "WriteIntPtr", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "ptr", "typeName": "System.IntPtr" }, + { "name": "val", "typeName": "System.IntPtr" } + ], + "isStatic": true, + "name": "WriteIntPtr", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "ptr", "typeName": "object" }, + { "name": "ofs", "typeName": "int" }, + { "name": "val", "typeName": "System.IntPtr" } + ], + "isStatic": true, + "name": "WriteIntPtr", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "s", "typeName": "System.IntPtr" }], + "isStatic": true, + "name": "ZeroFreeBSTR", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "s", "typeName": "System.IntPtr" }], + "isStatic": true, + "name": "ZeroFreeCoTaskMemAnsi", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "s", "typeName": "System.IntPtr" }], + "isStatic": true, + "name": "ZeroFreeCoTaskMemUnicode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "s", "typeName": "System.IntPtr" }], + "isStatic": true, + "name": "ZeroFreeGlobalAllocAnsi", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "s", "typeName": "System.IntPtr" }], + "isStatic": true, + "name": "ZeroFreeGlobalAllocUnicode", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "Marshal", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.CompilerServices", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Threading.Tasks.Task", + "name": "Task", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "awaiter", "typeName": "TAwaiter" }, + { "name": "stateMachine", "typeName": "TStateMachine" } + ], + "isStatic": false, + "name": "AwaitOnCompleted", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "awaiter", "typeName": "TAwaiter" }, + { "name": "stateMachine", "typeName": "TStateMachine" } + ], + "isStatic": false, + "name": "AwaitUnsafeOnCompleted", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "AsyncTaskMethodBuilder", + "params": [], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "exception", "typeName": "System.Exception" }], + "isStatic": false, + "name": "SetException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "SetResult", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "stateMachine", + "typeName": "System.Runtime.CompilerServices.IAsyncStateMachine" + } + ], + "isStatic": false, + "name": "SetStateMachine", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "stateMachine", "typeName": "TStateMachine" }], + "isStatic": false, + "name": "Start", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "AsyncTaskMethodBuilder", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "System.Runtime.InteropServices.UnmanagedType", + "name": "ArraySubType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "IidParameterIndex", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "MarshalCookie", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "MarshalType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Type", + "name": "MarshalTypeRef", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.VarEnum", + "name": "SafeArraySubType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Type", + "name": "SafeArrayUserDefinedSubType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "SizeConst", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "short", + "name": "SizeParamIndex", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.UnmanagedType", + "name": "Value", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "unmanagedType", "typeName": "short" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "unmanagedType", + "typeName": "System.Runtime.InteropServices.UnmanagedType" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "MarshalAsAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IEquatable"], + "fields": [ + { + "typeName": "System.Runtime.InteropServices.OSPlatform", + "name": "Linux", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.OSPlatform", + "name": "OSX", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.OSPlatform", + "name": "Windows", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "OSPlatform", + "params": [{ "name": "osPlatform", "typeName": "string" }], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "other", + "typeName": "System.Runtime.InteropServices.OSPlatform" + } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "left", + "typeName": "System.Runtime.InteropServices.OSPlatform" + }, + { + "name": "right", + "typeName": "System.Runtime.InteropServices.OSPlatform" + } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "left", + "typeName": "System.Runtime.InteropServices.OSPlatform" + }, + { + "name": "right", + "typeName": "System.Runtime.InteropServices.OSPlatform" + } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "OSPlatform", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "System.SystemException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "inner", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "MarshalDirectiveException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "OutAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.CompilerServices", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Threading.Tasks.Task", + "name": "Task", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "awaiter", "typeName": "TAwaiter" }, + { "name": "stateMachine", "typeName": "TStateMachine" } + ], + "isStatic": false, + "name": "AwaitOnCompleted", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "awaiter", "typeName": "TAwaiter" }, + { "name": "stateMachine", "typeName": "TStateMachine" } + ], + "isStatic": false, + "name": "AwaitUnsafeOnCompleted", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "AsyncTaskMethodBuilder", + "params": [], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "exception", "typeName": "System.Exception" }], + "isStatic": false, + "name": "SetException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "TResult" }], + "isStatic": false, + "name": "SetResult", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "stateMachine", + "typeName": "System.Runtime.CompilerServices.IAsyncStateMachine" + } + ], + "isStatic": false, + "name": "SetStateMachine", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "stateMachine", "typeName": "TStateMachine" }], + "isStatic": false, + "name": "Start", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "AsyncTaskMethodBuilder", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [{ "name": "aggregator", "typeName": "System.IntPtr" }], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "aggregator", "typeName": "System.IntPtr" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ObjectCreationDelegate", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.IntPtr", + "name": "lpVarValue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.PARAMFLAG", + "name": "wParamFlags", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "PARAMDESC", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.CompilerServices", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "awaiter", "typeName": "TAwaiter" }, + { "name": "stateMachine", "typeName": "TStateMachine" } + ], + "isStatic": false, + "name": "AwaitOnCompleted", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "awaiter", "typeName": "TAwaiter" }, + { "name": "stateMachine", "typeName": "TStateMachine" } + ], + "isStatic": false, + "name": "AwaitUnsafeOnCompleted", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "AsyncVoidMethodBuilder", + "params": [], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "exception", "typeName": "System.Exception" }], + "isStatic": false, + "name": "SetException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "SetResult", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "stateMachine", + "typeName": "System.Runtime.CompilerServices.IAsyncStateMachine" + } + ], + "isStatic": false, + "name": "SetStateMachine", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "stateMachine", "typeName": "TStateMachine" }], + "isStatic": false, + "name": "Start", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "AsyncVoidMethodBuilder", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "OptionalAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Runtime.InteropServices.PARAMFLAG", + "name": "PARAMFLAG_FHASCUSTDATA", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.PARAMFLAG", + "name": "PARAMFLAG_FHASDEFAULT", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.PARAMFLAG", + "name": "PARAMFLAG_FIN", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.PARAMFLAG", + "name": "PARAMFLAG_FLCID", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.PARAMFLAG", + "name": "PARAMFLAG_FOPT", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.PARAMFLAG", + "name": "PARAMFLAG_FOUT", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.PARAMFLAG", + "name": "PARAMFLAG_FRETVAL", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.PARAMFLAG", + "name": "PARAMFLAG_NONE", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Runtime.InteropServices.PARAMFLAG", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "PARAMFLAG", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "PreserveSigAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.CompilerServices", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "CallConvCdecl", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "int", + "name": "MajorVersion", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "MinorVersion", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "major", "typeName": "int" }, + { "name": "minor", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "PrimaryInteropAssemblyAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.CompilerServices", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "CallConvFastcall", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "string", + "name": "Value", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "progId", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ProgIdAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Runtime.InteropServices.RegistrationClassContext", + "name": "DisableActivateAsActivator", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.RegistrationClassContext", + "name": "EnableActivateAsActivator", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.RegistrationClassContext", + "name": "EnableCodeDownload", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.RegistrationClassContext", + "name": "FromDefaultContext", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.RegistrationClassContext", + "name": "InProcessHandler", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.RegistrationClassContext", + "name": "InProcessHandler16", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.RegistrationClassContext", + "name": "InProcessServer", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.RegistrationClassContext", + "name": "InProcessServer16", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.RegistrationClassContext", + "name": "LocalServer", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.RegistrationClassContext", + "name": "NoCodeDownload", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.RegistrationClassContext", + "name": "NoCustomMarshal", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.RegistrationClassContext", + "name": "NoFailureLog", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.RegistrationClassContext", + "name": "RemoteServer", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.RegistrationClassContext", + "name": "Reserved1", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.RegistrationClassContext", + "name": "Reserved2", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.RegistrationClassContext", + "name": "Reserved3", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.RegistrationClassContext", + "name": "Reserved4", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.RegistrationClassContext", + "name": "Reserved5", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Runtime.InteropServices.RegistrationClassContext", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "RegistrationClassContext", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.CompilerServices", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "CallConvStdcall", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.CompilerServices", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "CallConvThiscall", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.CompilerServices", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "CallerFilePathAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.CompilerServices", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "CallerLineNumberAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.CompilerServices", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "CallerMemberNameAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.CompilerServices", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Runtime.CompilerServices.CompilationRelaxations", + "name": "NoStringInterning", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Runtime.CompilerServices.CompilationRelaxations", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "CompilationRelaxations", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.CompilerServices", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "int", + "name": "CompilationRelaxations", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "relaxations", "typeName": "int" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "relaxations", + "typeName": "System.Runtime.CompilerServices.CompilationRelaxations" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "CompilationRelaxationsAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.CompilerServices", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "CompilerGeneratedAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.CompilerServices", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "CompilerGlobalScopeAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.CompilerServices", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "key", "typeName": "TKey" }, + { "name": "value", "typeName": "TValue" } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "TValue", + "params": [{ "name": "key", "typeName": "TKey" }], + "isStatic": false, + "name": "GetOrCreateValue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "TValue", + "params": [ + { "name": "key", "typeName": "TKey" }, + { + "name": "createValueCallback", + "typeName": "System.Runtime.CompilerServices.ConditionalWeakTable.CreateValueCallback" + } + ], + "isStatic": false, + "name": "GetValue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "key", "typeName": "TKey" }], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "key", "typeName": "TKey" }, + { "name": "value", "typeName": "TValue" } + ], + "isStatic": false, + "name": "TryGetValue", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ConditionalWeakTable", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.CompilerServices", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [], + "name": "CompilerMarshalOverride", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.CompilerServices", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ConfiguredTaskAwaiter", + "params": [], + "isStatic": false, + "name": "GetAwaiter", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ConfiguredTaskAwaitable", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.CompilerServices", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ConfiguredTaskAwaiter", + "params": [], + "isStatic": false, + "name": "GetAwaiter", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ConfiguredTaskAwaitable", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.CompilerServices", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "TValue", + "params": [{ "name": "key", "typeName": "TKey" }], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "key", "typeName": "TKey" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "TValue", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "CreateValueCallback", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.CompilerServices", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "decimal", + "name": "Value", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "scale", "typeName": "byte" }, + { "name": "sign", "typeName": "byte" }, + { "name": "hi", "typeName": "int" }, + { "name": "mid", "typeName": "int" }, + { "name": "low", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "scale", "typeName": "byte" }, + { "name": "sign", "typeName": "byte" }, + { "name": "hi", "typeName": "uint" }, + { "name": "mid", "typeName": "uint" }, + { "name": "low", "typeName": "uint" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "DecimalConstantAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.CompilerServices", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["ICriticalNotifyCompletion", "INotifyCompletion"], + "fields": [ + { + "typeName": "bool", + "name": "IsCompleted", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "GetResult", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "continuation", "typeName": "System.Action" }], + "isStatic": false, + "name": "OnCompleted", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "continuation", "typeName": "System.Action" }], + "isStatic": false, + "name": "UnsafeOnCompleted", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ConfiguredTaskAwaiter", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.CompilerServices", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["ICriticalNotifyCompletion", "INotifyCompletion"], + "fields": [ + { + "typeName": "bool", + "name": "IsCompleted", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "TResult", + "params": [], + "isStatic": false, + "name": "GetResult", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "continuation", "typeName": "System.Action" }], + "isStatic": false, + "name": "OnCompleted", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "continuation", "typeName": "System.Action" }], + "isStatic": false, + "name": "UnsafeOnCompleted", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ConfiguredTaskAwaiter", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.CompilerServices", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "System.Runtime.CompilerServices.LoadHint", + "name": "LoadHint", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "loadHintArgument", + "typeName": "System.Runtime.CompilerServices.LoadHint" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "DefaultDependencyAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.CompilerServices", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "String", + "params": [ + { + "name": "failureKind", + "typeName": "System.Diagnostics.Contracts.ContractFailureKind" + }, + { "name": "userMessage", "typeName": "string" }, + { "name": "conditionText", "typeName": "string" }, + { "name": "innerException", "typeName": "System.Exception" } + ], + "isStatic": true, + "name": "RaiseContractFailedEvent", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "kind", + "typeName": "System.Diagnostics.Contracts.ContractFailureKind" + }, + { "name": "displayMessage", "typeName": "string" }, + { "name": "userMessage", "typeName": "string" }, + { "name": "conditionText", "typeName": "string" }, + { "name": "innerException", "typeName": "System.Exception" } + ], + "isStatic": true, + "name": "TriggerFailure", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ContractHelper", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.CompilerServices", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "string", + "name": "DependentAssembly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.CompilerServices.LoadHint", + "name": "LoadHint", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "dependentAssemblyArgument", "typeName": "string" }, + { + "name": "loadHintArgument", + "typeName": "System.Runtime.CompilerServices.LoadHint" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "DependencyAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.CompilerServices", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "object", + "name": "Value", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [], + "name": "CustomConstantAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.CompilerServices", + "baseClass": "System.Runtime.CompilerServices.CustomConstantAttribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "object", + "name": "Value", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "ticks", "typeName": "long" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "DateTimeConstantAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.CompilerServices", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "DisablePrivateReflectionAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.CompilerServices", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ExtensionAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.CompilerServices", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "DiscardableAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.CompilerServices", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "FixedAddressValueTypeAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.CompilerServices", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "continuation", "typeName": "System.Action" }], + "isStatic": false, + "name": "OnCompleted", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "INotifyCompletion", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.CompilerServices", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "bool", + "name": "AllInternalsVisible", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "AssemblyName", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "assemblyName", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "InternalsVisibleToAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.CompilerServices", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [], + "name": "IsBoxed", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.CompilerServices", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "System.Type", + "name": "ElementType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "Length", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "elementType", "typeName": "System.Type" }, + { "name": "length", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "FixedBufferAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.CompilerServices", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "IsByRefLikeAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.CompilerServices", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [], + "name": "IsByValue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.CompilerServices", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "FormattableString", + "params": [ + { "name": "format", "typeName": "string" }, + { "name": "arguments", "typeName": "object[]" } + ], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "FormattableStringFactory", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.CompilerServices", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [], + "name": "IsConst", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.CompilerServices", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "HasCopySemanticsAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.CompilerServices", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [], + "name": "IsCopyConstructed", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.CompilerServices", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "MoveNext", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "stateMachine", + "typeName": "System.Runtime.CompilerServices.IAsyncStateMachine" + } + ], + "isStatic": false, + "name": "SetStateMachine", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "IAsyncStateMachine", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.CompilerServices", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [], + "name": "IsExplicitlyDereferenced", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.CompilerServices", + "baseClass": "", + "attribute": "interface", + "interfaces": ["INotifyCompletion"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "continuation", "typeName": "System.Action" }], + "isStatic": false, + "name": "UnsafeOnCompleted", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ICriticalNotifyCompletion", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.CompilerServices", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [], + "name": "IsImplicitlyDereferenced", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.CompilerServices", + "baseClass": "System.Runtime.CompilerServices.CustomConstantAttribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "object", + "name": "Value", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "IDispatchConstantAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.CompilerServices", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [], + "name": "IsJitIntrinsic", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.CompilerServices", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "indexerName", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "IndexerNameAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.CompilerServices", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [], + "name": "IsLong", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.CompilerServices", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [], + "name": "IsPinned", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.CompilerServices", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "IsReadOnlyAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Runtime.InteropServices.RegistrationConnectionType", + "name": "MultipleUse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.RegistrationConnectionType", + "name": "MultiSeparate", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.RegistrationConnectionType", + "name": "SingleUse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.RegistrationConnectionType", + "name": "Surrogate", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.RegistrationConnectionType", + "name": "Suspended", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Runtime.InteropServices.RegistrationConnectionType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "RegistrationConnectionType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "object", + "attribute": "", + "interfaces": ["IRegistrationServices"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Guid", + "params": [], + "isStatic": false, + "name": "GetManagedCategoryGuid", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "type", "typeName": "System.Type" }], + "isStatic": false, + "name": "GetProgIdForType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "assembly", "typeName": "System.Reflection.Assembly" } + ], + "isStatic": false, + "name": "GetRegistrableTypesInAssembly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "assembly", "typeName": "System.Reflection.Assembly" }, + { + "name": "flags", + "typeName": "System.Runtime.InteropServices.AssemblyRegistrationFlags" + } + ], + "isStatic": false, + "name": "RegisterAssembly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { "name": "g", "typeName": "System.Guid" } + ], + "isStatic": false, + "name": "RegisterTypeForComClients", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { + "name": "classContext", + "typeName": "System.Runtime.InteropServices.RegistrationClassContext" + }, + { + "name": "flags", + "typeName": "System.Runtime.InteropServices.RegistrationConnectionType" + } + ], + "isStatic": false, + "name": "RegisterTypeForComClients", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "type", "typeName": "System.Type" }], + "isStatic": false, + "name": "TypeRepresentsComType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "type", "typeName": "System.Type" }], + "isStatic": false, + "name": "TypeRequiresRegistration", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "assembly", "typeName": "System.Reflection.Assembly" } + ], + "isStatic": false, + "name": "UnregisterAssembly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "cookie", "typeName": "int" }], + "isStatic": false, + "name": "UnregisterTypeForComClients", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "RegistrationServices", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "SystemConfigurationFile", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "a", "typeName": "System.Reflection.Assembly" }], + "isStatic": true, + "name": "FromGlobalAccessCache", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": true, + "name": "GetRuntimeDirectory", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [ + { "name": "clsid", "typeName": "System.Guid" }, + { "name": "riid", "typeName": "System.Guid" } + ], + "isStatic": true, + "name": "GetRuntimeInterfaceAsIntPtr", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "clsid", "typeName": "System.Guid" }, + { "name": "riid", "typeName": "System.Guid" } + ], + "isStatic": true, + "name": "GetRuntimeInterfaceAsObject", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": true, + "name": "GetSystemVersion", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "RuntimeEnvironment", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "System.Runtime.InteropServices.ExternalException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "inner", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "CanResume", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "SEHException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "FrameworkDescription", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.Architecture", + "name": "OSArchitecture", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "OSDescription", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.Architecture", + "name": "ProcessArchitecture", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "osPlatform", + "typeName": "System.Runtime.InteropServices.OSPlatform" + } + ], + "isStatic": true, + "name": "IsOSPlatform", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "RuntimeInformation", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "System.SystemException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "inner", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "SafeArrayRankMismatchException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "System.SystemException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "inner", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "SafeArrayTypeMismatchException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "SetWin32ContextInIDispatchAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "ulong", + "name": "ByteLength", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "pointer", "typeName": "byte*" }], + "isStatic": false, + "name": "AcquirePointer", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "numElements", "typeName": "uint" }, + { "name": "sizeOfEachElement", "typeName": "uint" } + ], + "isStatic": false, + "name": "Initialize", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "numBytes", "typeName": "ulong" }], + "isStatic": false, + "name": "Initialize", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "numElements", "typeName": "uint" }], + "isStatic": false, + "name": "Initialize", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "byteOffset", "typeName": "ulong" }, + { "name": "array", "typeName": "T[]" }, + { "name": "index", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "ReadArray", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "T", + "params": [{ "name": "byteOffset", "typeName": "ulong" }], + "isStatic": false, + "name": "Read", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ReleasePointer", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "byteOffset", "typeName": "ulong" }, + { "name": "array", "typeName": "T[]" }, + { "name": "index", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "WriteArray", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "byteOffset", "typeName": "ulong" }, + { "name": "value", "typeName": "T" } + ], + "isStatic": false, + "name": "Write", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "SafeBuffer", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "System.Runtime.ConstrainedExecution.CriticalFinalizerObject", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "bool", + "name": "IsClosed", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsInvalid", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Close", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "success", "typeName": "bool" }], + "isStatic": false, + "name": "DangerousAddRef", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [], + "isStatic": false, + "name": "DangerousGetHandle", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "DangerousRelease", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "SetHandleAsInvalid", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "SafeHandle", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Runtime.InteropServices.FILETIME", + "name": "atime", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "long", + "name": "cbSize", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Guid", + "name": "clsid", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.FILETIME", + "name": "ctime", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "grfLocksSupported", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "grfMode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "grfStateBits", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.FILETIME", + "name": "mtime", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "pwcsName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "reserved", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "type", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "STATSTG", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Guid", + "name": "guid", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "lcid", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.SYSKIND", + "name": "syskind", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.LIBFLAGS", + "name": "wLibFlags", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "short", + "name": "wMajorVerNum", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "short", + "name": "wMinorVerNum", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "TYPELIBATTR", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "System.Runtime.InteropServices.CharSet", + "name": "CharSet", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "Pack", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "Size", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.LayoutKind", + "name": "Value", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "layoutKind", "typeName": "short" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "layoutKind", + "typeName": "System.Runtime.InteropServices.LayoutKind" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "StructLayoutAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Runtime.InteropServices.SYSKIND", + "name": "SYS_MAC", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.SYSKIND", + "name": "SYS_WIN16", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.SYSKIND", + "name": "SYS_WIN32", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Runtime.InteropServices.SYSKIND", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "SYSKIND", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "short", + "name": "cbAlignment", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "cbSizeInstance", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "short", + "name": "cbSizeVft", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "short", + "name": "cFuncs", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "short", + "name": "cImplTypes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "short", + "name": "cVars", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "dwReserved", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Guid", + "name": "guid", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.IDLDESC", + "name": "idldescType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "lcid", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.IntPtr", + "name": "lpstrSchema", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "MEMBER_ID_NIL", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "memidConstructor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "memidDestructor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.TYPEDESC", + "name": "tdescAlias", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.TYPEKIND", + "name": "typekind", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "short", + "name": "wMajorVerNum", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "short", + "name": "wMinorVerNum", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.TYPEFLAGS", + "name": "wTypeFlags", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "TYPEATTR", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.IntPtr", + "name": "lpValue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "short", + "name": "vt", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "TYPEDESC", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Runtime.InteropServices.TYPEFLAGS", + "name": "TYPEFLAG_FAGGREGATABLE", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.TYPEFLAGS", + "name": "TYPEFLAG_FAPPOBJECT", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.TYPEFLAGS", + "name": "TYPEFLAG_FCANCREATE", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.TYPEFLAGS", + "name": "TYPEFLAG_FCONTROL", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.TYPEFLAGS", + "name": "TYPEFLAG_FDISPATCHABLE", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.TYPEFLAGS", + "name": "TYPEFLAG_FDUAL", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.TYPEFLAGS", + "name": "TYPEFLAG_FHIDDEN", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.TYPEFLAGS", + "name": "TYPEFLAG_FLICENSED", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.TYPEFLAGS", + "name": "TYPEFLAG_FNONEXTENSIBLE", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.TYPEFLAGS", + "name": "TYPEFLAG_FOLEAUTOMATION", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.TYPEFLAGS", + "name": "TYPEFLAG_FPREDECLID", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.TYPEFLAGS", + "name": "TYPEFLAG_FPROXY", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.TYPEFLAGS", + "name": "TYPEFLAG_FREPLACEABLE", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.TYPEFLAGS", + "name": "TYPEFLAG_FRESTRICTED", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.TYPEFLAGS", + "name": "TYPEFLAG_FREVERSEBIND", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Runtime.InteropServices.TYPEFLAGS", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "TYPEFLAGS", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "string", + "name": "Identifier", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Scope", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "scope", "typeName": "string" }, + { "name": "identifier", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "TypeIdentifierAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Runtime.InteropServices.TYPEKIND", + "name": "TKIND_ALIAS", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.TYPEKIND", + "name": "TKIND_COCLASS", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.TYPEKIND", + "name": "TKIND_DISPATCH", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.TYPEKIND", + "name": "TKIND_ENUM", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.TYPEKIND", + "name": "TKIND_INTERFACE", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.TYPEKIND", + "name": "TKIND_MAX", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.TYPEKIND", + "name": "TKIND_MODULE", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.TYPEKIND", + "name": "TKIND_RECORD", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.TYPEKIND", + "name": "TKIND_UNION", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Runtime.InteropServices.TYPEKIND", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "TYPEKIND", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "object", + "attribute": "", + "interfaces": ["ITypeLibConverter"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "assembly", "typeName": "System.Reflection.Assembly" }, + { "name": "strTypeLibName", "typeName": "string" }, + { + "name": "flags", + "typeName": "System.Runtime.InteropServices.TypeLibExporterFlags" + }, + { + "name": "notifySink", + "typeName": "System.Runtime.InteropServices.ITypeLibExporterNotifySink" + } + ], + "isStatic": false, + "name": "ConvertAssemblyToTypeLib", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "AssemblyBuilder", + "params": [ + { "name": "typeLib", "typeName": "object" }, + { "name": "asmFileName", "typeName": "string" }, + { "name": "flags", "typeName": "int" }, + { + "name": "notifySink", + "typeName": "System.Runtime.InteropServices.ITypeLibImporterNotifySink" + }, + { "name": "publicKey", "typeName": "byte[]" }, + { + "name": "keyPair", + "typeName": "System.Reflection.StrongNameKeyPair" + }, + { "name": "unsafeInterfaces", "typeName": "bool" } + ], + "isStatic": false, + "name": "ConvertTypeLibToAssembly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "AssemblyBuilder", + "params": [ + { "name": "typeLib", "typeName": "object" }, + { "name": "asmFileName", "typeName": "string" }, + { + "name": "flags", + "typeName": "System.Runtime.InteropServices.TypeLibImporterFlags" + }, + { + "name": "notifySink", + "typeName": "System.Runtime.InteropServices.ITypeLibImporterNotifySink" + }, + { "name": "publicKey", "typeName": "byte[]" }, + { + "name": "keyPair", + "typeName": "System.Reflection.StrongNameKeyPair" + }, + { "name": "asmNamespace", "typeName": "string" }, + { "name": "asmVersion", "typeName": "System.Version" } + ], + "isStatic": false, + "name": "ConvertTypeLibToAssembly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "g", "typeName": "System.Guid" }, + { "name": "major", "typeName": "int" }, + { "name": "minor", "typeName": "int" }, + { "name": "lcid", "typeName": "int" }, + { "name": "asmName", "typeName": "string" }, + { "name": "asmCodeBase", "typeName": "string" } + ], + "isStatic": false, + "name": "GetPrimaryInteropAssembly", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "TypeLibConverter", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "System.Runtime.InteropServices.TypeLibVarFlags", + "name": "Value", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "flags", "typeName": "short" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "flags", + "typeName": "System.Runtime.InteropServices.TypeLibVarFlags" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "TypeLibVarAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Runtime.InteropServices.TypeLibExporterFlags", + "name": "CallerResolvedReferences", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.TypeLibExporterFlags", + "name": "ExportAs32Bit", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.TypeLibExporterFlags", + "name": "ExportAs64Bit", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.TypeLibExporterFlags", + "name": "None", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.TypeLibExporterFlags", + "name": "OldNames", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.TypeLibExporterFlags", + "name": "OnlyReferenceRegistered", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Runtime.InteropServices.TypeLibExporterFlags", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "TypeLibExporterFlags", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Runtime.InteropServices.TypeLibVarFlags", + "name": "FBindable", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.TypeLibVarFlags", + "name": "FDefaultBind", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.TypeLibVarFlags", + "name": "FDefaultCollelem", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.TypeLibVarFlags", + "name": "FDisplayBind", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.TypeLibVarFlags", + "name": "FHidden", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.TypeLibVarFlags", + "name": "FImmediateBind", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.TypeLibVarFlags", + "name": "FNonBrowsable", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.TypeLibVarFlags", + "name": "FReadOnly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.TypeLibVarFlags", + "name": "FReplaceable", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.TypeLibVarFlags", + "name": "FRequestEdit", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.TypeLibVarFlags", + "name": "FRestricted", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.TypeLibVarFlags", + "name": "FSource", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.TypeLibVarFlags", + "name": "FUiDefault", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Runtime.InteropServices.TypeLibVarFlags", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "TypeLibVarFlags", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "System.Runtime.InteropServices.TypeLibFuncFlags", + "name": "Value", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "flags", "typeName": "short" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "flags", + "typeName": "System.Runtime.InteropServices.TypeLibFuncFlags" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "TypeLibFuncAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Runtime.InteropServices.TypeLibFuncFlags", + "name": "FBindable", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.TypeLibFuncFlags", + "name": "FDefaultBind", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.TypeLibFuncFlags", + "name": "FDefaultCollelem", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.TypeLibFuncFlags", + "name": "FDisplayBind", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.TypeLibFuncFlags", + "name": "FHidden", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.TypeLibFuncFlags", + "name": "FImmediateBind", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.TypeLibFuncFlags", + "name": "FNonBrowsable", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.TypeLibFuncFlags", + "name": "FReplaceable", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.TypeLibFuncFlags", + "name": "FRequestEdit", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.TypeLibFuncFlags", + "name": "FRestricted", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.TypeLibFuncFlags", + "name": "FSource", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.TypeLibFuncFlags", + "name": "FUiDefault", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.TypeLibFuncFlags", + "name": "FUsesGetLastError", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Runtime.InteropServices.TypeLibFuncFlags", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "TypeLibFuncFlags", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "string", + "name": "Value", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "importClass", "typeName": "System.Type" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "TypeLibImportClassAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Runtime.InteropServices.TypeLibImporterFlags", + "name": "ImportAsAgnostic", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.TypeLibImporterFlags", + "name": "ImportAsArm", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.TypeLibImporterFlags", + "name": "ImportAsItanium", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.TypeLibImporterFlags", + "name": "ImportAsX64", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.TypeLibImporterFlags", + "name": "ImportAsX86", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.TypeLibImporterFlags", + "name": "NoDefineVersionResource", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.TypeLibImporterFlags", + "name": "None", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.TypeLibImporterFlags", + "name": "PreventClassMembers", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.TypeLibImporterFlags", + "name": "PrimaryInteropAssembly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.TypeLibImporterFlags", + "name": "ReflectionOnlyLoading", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.TypeLibImporterFlags", + "name": "SafeArrayAsSystemArray", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.TypeLibImporterFlags", + "name": "SerializableValueClasses", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.TypeLibImporterFlags", + "name": "TransformDispRetVals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.TypeLibImporterFlags", + "name": "UnsafeInterfaces", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Runtime.InteropServices.TypeLibImporterFlags", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "TypeLibImporterFlags", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "int", + "name": "MajorVersion", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "MinorVersion", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "major", "typeName": "int" }, + { "name": "minor", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "TypeLibVersionAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "System.Runtime.InteropServices.TypeLibTypeFlags", + "name": "Value", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "flags", "typeName": "short" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "flags", + "typeName": "System.Runtime.InteropServices.TypeLibTypeFlags" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "TypeLibTypeAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "ppenum", + "typeName": "System.Runtime.InteropServices.UCOMIEnumString" + } + ], + "isStatic": false, + "name": "EnumObjectParam", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "pbindopts", + "typeName": "System.Runtime.InteropServices.BIND_OPTS" + } + ], + "isStatic": false, + "name": "GetBindOptions", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "pszKey", "typeName": "string" }, + { "name": "ppunk", "typeName": "object" } + ], + "isStatic": false, + "name": "GetObjectParam", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "pprot", + "typeName": "System.Runtime.InteropServices.UCOMIRunningObjectTable" + } + ], + "isStatic": false, + "name": "GetRunningObjectTable", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "punk", "typeName": "object" }], + "isStatic": false, + "name": "RegisterObjectBound", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "pszKey", "typeName": "string" }, + { "name": "punk", "typeName": "object" } + ], + "isStatic": false, + "name": "RegisterObjectParam", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ReleaseBoundObjects", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "punk", "typeName": "object" }], + "isStatic": false, + "name": "RevokeObjectBound", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "pszKey", "typeName": "string" }], + "isStatic": false, + "name": "RevokeObjectParam", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "pbindopts", + "typeName": "System.Runtime.InteropServices.BIND_OPTS" + } + ], + "isStatic": false, + "name": "SetBindOptions", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "UCOMIBindCtx", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Runtime.InteropServices.TypeLibTypeFlags", + "name": "FAggregatable", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.TypeLibTypeFlags", + "name": "FAppObject", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.TypeLibTypeFlags", + "name": "FCanCreate", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.TypeLibTypeFlags", + "name": "FControl", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.TypeLibTypeFlags", + "name": "FDispatchable", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.TypeLibTypeFlags", + "name": "FDual", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.TypeLibTypeFlags", + "name": "FHidden", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.TypeLibTypeFlags", + "name": "FLicensed", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.TypeLibTypeFlags", + "name": "FNonExtensible", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.TypeLibTypeFlags", + "name": "FOleAutomation", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.TypeLibTypeFlags", + "name": "FPreDeclId", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.TypeLibTypeFlags", + "name": "FReplaceable", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.TypeLibTypeFlags", + "name": "FRestricted", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.TypeLibTypeFlags", + "name": "FReverseBind", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Runtime.InteropServices.TypeLibTypeFlags", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "TypeLibTypeFlags", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "object", + "name": "WrappedObject", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "UnknownWrapper", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "pUnkSink", "typeName": "object" }, + { "name": "pdwCookie", "typeName": "int" } + ], + "isStatic": false, + "name": "Advise", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "ppEnum", + "typeName": "System.Runtime.InteropServices.UCOMIEnumConnections" + } + ], + "isStatic": false, + "name": "EnumConnections", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "pIID", "typeName": "System.Guid" }], + "isStatic": false, + "name": "GetConnectionInterface", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "ppCPC", + "typeName": "System.Runtime.InteropServices.UCOMIConnectionPointContainer" + } + ], + "isStatic": false, + "name": "GetConnectionPointContainer", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "dwCookie", "typeName": "int" }], + "isStatic": false, + "name": "Unadvise", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "UCOMIConnectionPoint", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "bool", + "name": "BestFitMapping", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.CharSet", + "name": "CharSet", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "SetLastError", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "ThrowOnUnmappableChar", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.CallingConvention", + "name": "CallingConvention", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "callingConvention", + "typeName": "System.Runtime.InteropServices.CallingConvention" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "UnmanagedFunctionPointerAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "ppEnum", + "typeName": "System.Runtime.InteropServices.UCOMIEnumConnectionPoints" + } + ], + "isStatic": false, + "name": "EnumConnectionPoints", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "riid", "typeName": "System.Guid" }, + { + "name": "ppCP", + "typeName": "System.Runtime.InteropServices.UCOMIConnectionPoint" + } + ], + "isStatic": false, + "name": "FindConnectionPoint", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "UCOMIConnectionPointContainer", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.CompilerServices", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [], + "name": "IsSignUnspecifiedByte", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "ppenum", + "typeName": "System.Runtime.InteropServices.UCOMIEnumConnectionPoints" + } + ], + "isStatic": false, + "name": "Clone", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "celt", "typeName": "int" }, + { + "name": "rgelt", + "typeName": "System.Runtime.InteropServices.UCOMIConnectionPoint[]" + }, + { "name": "pceltFetched", "typeName": "int" } + ], + "isStatic": false, + "name": "Next", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "Reset", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "celt", "typeName": "int" }], + "isStatic": false, + "name": "Skip", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "UCOMIEnumConnectionPoints", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.CompilerServices", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [], + "name": "IsUdtReturn", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "ppenum", + "typeName": "System.Runtime.InteropServices.UCOMIEnumConnections" + } + ], + "isStatic": false, + "name": "Clone", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "celt", "typeName": "int" }, + { + "name": "rgelt", + "typeName": "System.Runtime.InteropServices.CONNECTDATA[]" + }, + { "name": "pceltFetched", "typeName": "int" } + ], + "isStatic": false, + "name": "Next", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Reset", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "celt", "typeName": "int" }], + "isStatic": false, + "name": "Skip", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "UCOMIEnumConnections", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Runtime.InteropServices.UnmanagedType", + "name": "AnsiBStr", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.UnmanagedType", + "name": "AsAny", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.UnmanagedType", + "name": "Bool", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.UnmanagedType", + "name": "BStr", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.UnmanagedType", + "name": "ByValArray", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.UnmanagedType", + "name": "ByValTStr", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.UnmanagedType", + "name": "Currency", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.UnmanagedType", + "name": "CustomMarshaler", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.UnmanagedType", + "name": "Error", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.UnmanagedType", + "name": "FunctionPtr", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.UnmanagedType", + "name": "HString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.UnmanagedType", + "name": "I1", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.UnmanagedType", + "name": "I2", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.UnmanagedType", + "name": "I4", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.UnmanagedType", + "name": "I8", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.UnmanagedType", + "name": "IDispatch", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.UnmanagedType", + "name": "IInspectable", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.UnmanagedType", + "name": "Interface", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.UnmanagedType", + "name": "IUnknown", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.UnmanagedType", + "name": "LPArray", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.UnmanagedType", + "name": "LPStr", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.UnmanagedType", + "name": "LPStruct", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.UnmanagedType", + "name": "LPTStr", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.UnmanagedType", + "name": "LPUTF8Str", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.UnmanagedType", + "name": "LPWStr", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.UnmanagedType", + "name": "R4", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.UnmanagedType", + "name": "R8", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.UnmanagedType", + "name": "SafeArray", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.UnmanagedType", + "name": "Struct", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.UnmanagedType", + "name": "SysInt", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.UnmanagedType", + "name": "SysUInt", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.UnmanagedType", + "name": "TBStr", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.UnmanagedType", + "name": "U1", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.UnmanagedType", + "name": "U2", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.UnmanagedType", + "name": "U4", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.UnmanagedType", + "name": "U8", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.UnmanagedType", + "name": "VariantBool", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.UnmanagedType", + "name": "VBByRefStr", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Runtime.InteropServices.UnmanagedType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "UnmanagedType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "ppenum", + "typeName": "System.Runtime.InteropServices.UCOMIEnumMoniker" + } + ], + "isStatic": false, + "name": "Clone", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "celt", "typeName": "int" }, + { + "name": "rgelt", + "typeName": "System.Runtime.InteropServices.UCOMIMoniker[]" + }, + { "name": "pceltFetched", "typeName": "int" } + ], + "isStatic": false, + "name": "Next", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "Reset", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "celt", "typeName": "int" }], + "isStatic": false, + "name": "Skip", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "UCOMIEnumMoniker", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "HelpLink", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Exception", + "name": "InnerException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Message", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Source", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "StackTrace", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.MethodBase", + "name": "TargetSite", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Exception", + "params": [], + "isStatic": false, + "name": "GetBaseException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "info", + "typeName": "System.Runtime.Serialization.SerializationInfo" + }, + { + "name": "context", + "typeName": "System.Runtime.Serialization.StreamingContext" + } + ], + "isStatic": false, + "name": "GetObjectData", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Type", + "params": [], + "isStatic": false, + "name": "GetType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "_Exception", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Runtime.InteropServices.ELEMDESC", + "name": "elemdescVar", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "lpstrSchema", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "memid", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.VarEnum", + "name": "varkind", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "short", + "name": "wVarFlags", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "VARDESC", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "ppenum", + "typeName": "System.Runtime.InteropServices.UCOMIEnumString" + } + ], + "isStatic": false, + "name": "Clone", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "celt", "typeName": "int" }, + { "name": "rgelt", "typeName": "string[]" }, + { "name": "pceltFetched", "typeName": "int" } + ], + "isStatic": false, + "name": "Next", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "Reset", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "celt", "typeName": "int" }], + "isStatic": false, + "name": "Skip", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "UCOMIEnumString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "riid", "typeName": "System.Guid" }, + { "name": "rgszNames", "typeName": "System.IntPtr" }, + { "name": "cNames", "typeName": "uint" }, + { "name": "lcid", "typeName": "uint" }, + { "name": "rgDispId", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": "GetIDsOfNames", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "iTInfo", "typeName": "uint" }, + { "name": "lcid", "typeName": "uint" }, + { "name": "ppTInfo", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": "GetTypeInfo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "pcTInfo", "typeName": "uint" }], + "isStatic": false, + "name": "GetTypeInfoCount", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "dispIdMember", "typeName": "uint" }, + { "name": "riid", "typeName": "System.Guid" }, + { "name": "lcid", "typeName": "uint" }, + { "name": "wFlags", "typeName": "short" }, + { "name": "pDispParams", "typeName": "System.IntPtr" }, + { "name": "pVarResult", "typeName": "System.IntPtr" }, + { "name": "pExcepInfo", "typeName": "System.IntPtr" }, + { "name": "puArgErr", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "_FieldBuilder", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "ppenum", "typeName": "int" }], + "isStatic": false, + "name": "Clone", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "celt", "typeName": "int" }, + { "name": "rgvar", "typeName": "int" }, + { "name": "pceltFetched", "typeName": "int" } + ], + "isStatic": false, + "name": "Next", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "Reset", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "celt", "typeName": "int" }], + "isStatic": false, + "name": "Skip", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "UCOMIEnumVARIANT", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "pbc", + "typeName": "System.Runtime.InteropServices.UCOMIBindCtx" + }, + { + "name": "pmkToLeft", + "typeName": "System.Runtime.InteropServices.UCOMIMoniker" + }, + { "name": "riidResult", "typeName": "System.Guid" }, + { "name": "ppvResult", "typeName": "object" } + ], + "isStatic": false, + "name": "BindToObject", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "pbc", + "typeName": "System.Runtime.InteropServices.UCOMIBindCtx" + }, + { + "name": "pmkToLeft", + "typeName": "System.Runtime.InteropServices.UCOMIMoniker" + }, + { "name": "riid", "typeName": "System.Guid" }, + { "name": "ppvObj", "typeName": "object" } + ], + "isStatic": false, + "name": "BindToStorage", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "pmkOther", + "typeName": "System.Runtime.InteropServices.UCOMIMoniker" + }, + { + "name": "ppmkPrefix", + "typeName": "System.Runtime.InteropServices.UCOMIMoniker" + } + ], + "isStatic": false, + "name": "CommonPrefixWith", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "pmkRight", + "typeName": "System.Runtime.InteropServices.UCOMIMoniker" + }, + { "name": "fOnlyIfNotGeneric", "typeName": "bool" }, + { + "name": "ppmkComposite", + "typeName": "System.Runtime.InteropServices.UCOMIMoniker" + } + ], + "isStatic": false, + "name": "ComposeWith", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "fForward", "typeName": "bool" }, + { + "name": "ppenumMoniker", + "typeName": "System.Runtime.InteropServices.UCOMIEnumMoniker" + } + ], + "isStatic": false, + "name": "Enum", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "pClassID", "typeName": "System.Guid" }], + "isStatic": false, + "name": "GetClassID", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "pbc", + "typeName": "System.Runtime.InteropServices.UCOMIBindCtx" + }, + { + "name": "pmkToLeft", + "typeName": "System.Runtime.InteropServices.UCOMIMoniker" + }, + { "name": "ppszDisplayName", "typeName": "string" } + ], + "isStatic": false, + "name": "GetDisplayName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "pcbSize", "typeName": "long" }], + "isStatic": false, + "name": "GetSizeMax", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "pbc", + "typeName": "System.Runtime.InteropServices.UCOMIBindCtx" + }, + { + "name": "pmkToLeft", + "typeName": "System.Runtime.InteropServices.UCOMIMoniker" + }, + { + "name": "pFileTime", + "typeName": "System.Runtime.InteropServices.FILETIME" + } + ], + "isStatic": false, + "name": "GetTimeOfLastChange", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "pdwHash", "typeName": "int" }], + "isStatic": false, + "name": "Hash", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "ppmk", + "typeName": "System.Runtime.InteropServices.UCOMIMoniker" + } + ], + "isStatic": false, + "name": "Inverse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "IsDirty", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "pmkOtherMoniker", + "typeName": "System.Runtime.InteropServices.UCOMIMoniker" + } + ], + "isStatic": false, + "name": "IsEqual", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "pbc", + "typeName": "System.Runtime.InteropServices.UCOMIBindCtx" + }, + { + "name": "pmkToLeft", + "typeName": "System.Runtime.InteropServices.UCOMIMoniker" + }, + { + "name": "pmkNewlyRunning", + "typeName": "System.Runtime.InteropServices.UCOMIMoniker" + } + ], + "isStatic": false, + "name": "IsRunning", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "pdwMksys", "typeName": "int" }], + "isStatic": false, + "name": "IsSystemMoniker", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "pStm", + "typeName": "System.Runtime.InteropServices.UCOMIStream" + } + ], + "isStatic": false, + "name": "Load", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "pbc", + "typeName": "System.Runtime.InteropServices.UCOMIBindCtx" + }, + { + "name": "pmkToLeft", + "typeName": "System.Runtime.InteropServices.UCOMIMoniker" + }, + { "name": "pszDisplayName", "typeName": "string" }, + { "name": "pchEaten", "typeName": "int" }, + { + "name": "ppmkOut", + "typeName": "System.Runtime.InteropServices.UCOMIMoniker" + } + ], + "isStatic": false, + "name": "ParseDisplayName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "pbc", + "typeName": "System.Runtime.InteropServices.UCOMIBindCtx" + }, + { "name": "dwReduceHowFar", "typeName": "int" }, + { + "name": "ppmkToLeft", + "typeName": "System.Runtime.InteropServices.UCOMIMoniker" + }, + { + "name": "ppmkReduced", + "typeName": "System.Runtime.InteropServices.UCOMIMoniker" + } + ], + "isStatic": false, + "name": "Reduce", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "pmkOther", + "typeName": "System.Runtime.InteropServices.UCOMIMoniker" + }, + { + "name": "ppmkRelPath", + "typeName": "System.Runtime.InteropServices.UCOMIMoniker" + } + ], + "isStatic": false, + "name": "RelativePathTo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "pStm", + "typeName": "System.Runtime.InteropServices.UCOMIStream" + }, + { "name": "fClearDirty", "typeName": "bool" } + ], + "isStatic": false, + "name": "Save", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "UCOMIMoniker", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "pClassID", "typeName": "System.Guid" }], + "isStatic": false, + "name": "GetClassID", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "ppszFileName", "typeName": "string" }], + "isStatic": false, + "name": "GetCurFile", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "IsDirty", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "pszFileName", "typeName": "string" }, + { "name": "dwMode", "typeName": "int" } + ], + "isStatic": false, + "name": "Load", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "pszFileName", "typeName": "string" }, + { "name": "fRemember", "typeName": "bool" } + ], + "isStatic": false, + "name": "Save", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "pszFileName", "typeName": "string" }], + "isStatic": false, + "name": "SaveCompleted", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "UCOMIPersistFile", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "ppenumMoniker", + "typeName": "System.Runtime.InteropServices.UCOMIEnumMoniker" + } + ], + "isStatic": false, + "name": "EnumRunning", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "pmkObjectName", + "typeName": "System.Runtime.InteropServices.UCOMIMoniker" + }, + { "name": "ppunkObject", "typeName": "object" } + ], + "isStatic": false, + "name": "GetObject", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "pmkObjectName", + "typeName": "System.Runtime.InteropServices.UCOMIMoniker" + }, + { + "name": "pfiletime", + "typeName": "System.Runtime.InteropServices.FILETIME" + } + ], + "isStatic": false, + "name": "GetTimeOfLastChange", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "pmkObjectName", + "typeName": "System.Runtime.InteropServices.UCOMIMoniker" + } + ], + "isStatic": false, + "name": "IsRunning", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "dwRegister", "typeName": "int" }, + { + "name": "pfiletime", + "typeName": "System.Runtime.InteropServices.FILETIME" + } + ], + "isStatic": false, + "name": "NoteChangeTime", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "grfFlags", "typeName": "int" }, + { "name": "punkObject", "typeName": "object" }, + { + "name": "pmkObjectName", + "typeName": "System.Runtime.InteropServices.UCOMIMoniker" + }, + { "name": "pdwRegister", "typeName": "int" } + ], + "isStatic": false, + "name": "Register", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "dwRegister", "typeName": "int" }], + "isStatic": false, + "name": "Revoke", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "UCOMIRunningObjectTable", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "ppstm", + "typeName": "System.Runtime.InteropServices.UCOMIStream" + } + ], + "isStatic": false, + "name": "Clone", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "grfCommitFlags", "typeName": "int" }], + "isStatic": false, + "name": "Commit", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "pstm", + "typeName": "System.Runtime.InteropServices.UCOMIStream" + }, + { "name": "cb", "typeName": "long" }, + { "name": "pcbRead", "typeName": "System.IntPtr" }, + { "name": "pcbWritten", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "libOffset", "typeName": "long" }, + { "name": "cb", "typeName": "long" }, + { "name": "dwLockType", "typeName": "int" } + ], + "isStatic": false, + "name": "LockRegion", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "pv", "typeName": "byte[]" }, + { "name": "cb", "typeName": "int" }, + { "name": "pcbRead", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": "Read", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Revert", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "dlibMove", "typeName": "long" }, + { "name": "dwOrigin", "typeName": "int" }, + { "name": "plibNewPosition", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": "Seek", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "libNewSize", "typeName": "long" }], + "isStatic": false, + "name": "SetSize", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "pstatstg", + "typeName": "System.Runtime.InteropServices.STATSTG" + }, + { "name": "grfStatFlag", "typeName": "int" } + ], + "isStatic": false, + "name": "Stat", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "libOffset", "typeName": "long" }, + { "name": "cb", "typeName": "long" }, + { "name": "dwLockType", "typeName": "int" } + ], + "isStatic": false, + "name": "UnlockRegion", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "pv", "typeName": "byte[]" }, + { "name": "cb", "typeName": "int" }, + { "name": "pcbWritten", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": "Write", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "UCOMIStream", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.IntPtr", + "name": "lpvarValue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "oInst", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "DESCUNION", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [ + { + "typeName": "System.Reflection.FieldAttributes", + "name": "Attributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Type", + "name": "DeclaringType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.RuntimeFieldHandle", + "name": "FieldHandle", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Type", + "name": "FieldType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsAssembly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsFamily", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsFamilyAndAssembly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsFamilyOrAssembly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsInitOnly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsLiteral", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsNotSerialized", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsPinvokeImpl", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsPrivate", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsPublic", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsSpecialName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsStatic", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.MemberTypes", + "name": "MemberType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Type", + "name": "ReflectedType", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [{ "name": "other", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "inherit", "typeName": "bool" }], + "isStatic": false, + "name": "GetCustomAttributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "attributeType", "typeName": "System.Type" }, + { "name": "inherit", "typeName": "bool" } + ], + "isStatic": false, + "name": "GetCustomAttributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "riid", "typeName": "System.Guid" }, + { "name": "rgszNames", "typeName": "System.IntPtr" }, + { "name": "cNames", "typeName": "uint" }, + { "name": "lcid", "typeName": "uint" }, + { "name": "rgDispId", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": "GetIDsOfNames", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Type", + "params": [], + "isStatic": false, + "name": "GetType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "iTInfo", "typeName": "uint" }, + { "name": "lcid", "typeName": "uint" }, + { "name": "ppTInfo", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": "GetTypeInfo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "pcTInfo", "typeName": "uint" }], + "isStatic": false, + "name": "GetTypeInfoCount", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "GetValue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [{ "name": "obj", "typeName": "System.TypedReference" }], + "isStatic": false, + "name": "GetValueDirect", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "dispIdMember", "typeName": "uint" }, + { "name": "riid", "typeName": "System.Guid" }, + { "name": "lcid", "typeName": "uint" }, + { "name": "wFlags", "typeName": "short" }, + { "name": "pDispParams", "typeName": "System.IntPtr" }, + { "name": "pVarResult", "typeName": "System.IntPtr" }, + { "name": "pExcepInfo", "typeName": "System.IntPtr" }, + { "name": "puArgErr", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "attributeType", "typeName": "System.Type" }, + { "name": "inherit", "typeName": "bool" } + ], + "isStatic": false, + "name": "IsDefined", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "obj", "typeName": "object" }, + { "name": "value", "typeName": "object" } + ], + "isStatic": false, + "name": "SetValue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "obj", "typeName": "object" }, + { "name": "value", "typeName": "object" }, + { + "name": "invokeAttr", + "typeName": "System.Reflection.BindingFlags" + }, + { "name": "binder", "typeName": "System.Reflection.Binder" }, + { + "name": "culture", + "typeName": "System.Globalization.CultureInfo" + } + ], + "isStatic": false, + "name": "SetValue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "obj", "typeName": "System.TypedReference" }, + { "name": "value", "typeName": "object" } + ], + "isStatic": false, + "name": "SetValueDirect", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "_FieldInfo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "szName", "typeName": "string" }, + { "name": "lHashVal", "typeName": "int" }, + { "name": "wFlags", "typeName": "short" }, + { + "name": "ppTInfo", + "typeName": "System.Runtime.InteropServices.UCOMITypeInfo" + }, + { + "name": "pDescKind", + "typeName": "System.Runtime.InteropServices.DESCKIND" + }, + { + "name": "pBindPtr", + "typeName": "System.Runtime.InteropServices.BINDPTR" + } + ], + "isStatic": false, + "name": "Bind", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "szName", "typeName": "string" }, + { "name": "lHashVal", "typeName": "int" }, + { + "name": "ppTInfo", + "typeName": "System.Runtime.InteropServices.UCOMITypeInfo" + }, + { + "name": "ppTComp", + "typeName": "System.Runtime.InteropServices.UCOMITypeComp" + } + ], + "isStatic": false, + "name": "BindType", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "UCOMITypeComp", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "riid", "typeName": "System.Guid" }, + { "name": "rgszNames", "typeName": "System.IntPtr" }, + { "name": "cNames", "typeName": "uint" }, + { "name": "lcid", "typeName": "uint" }, + { "name": "rgDispId", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": "GetIDsOfNames", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "iTInfo", "typeName": "uint" }, + { "name": "lcid", "typeName": "uint" }, + { "name": "ppTInfo", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": "GetTypeInfo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "pcTInfo", "typeName": "uint" }], + "isStatic": false, + "name": "GetTypeInfoCount", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "dispIdMember", "typeName": "uint" }, + { "name": "riid", "typeName": "System.Guid" }, + { "name": "lcid", "typeName": "uint" }, + { "name": "wFlags", "typeName": "short" }, + { "name": "pDispParams", "typeName": "System.IntPtr" }, + { "name": "pVarResult", "typeName": "System.IntPtr" }, + { "name": "pExcepInfo", "typeName": "System.IntPtr" }, + { "name": "puArgErr", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "_Module", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.CompilerServices", + "baseClass": "System.Runtime.CompilerServices.StateMachineAttribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "stateMachineType", "typeName": "System.Type" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "IteratorStateMachineAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "memid", "typeName": "int" }, + { + "name": "invKind", + "typeName": "System.Runtime.InteropServices.INVOKEKIND" + }, + { "name": "ppv", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": "AddressOfMember", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "pUnkOuter", "typeName": "object" }, + { "name": "riid", "typeName": "System.Guid" }, + { "name": "ppvObj", "typeName": "object" } + ], + "isStatic": false, + "name": "CreateInstance", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "ppTLB", + "typeName": "System.Runtime.InteropServices.UCOMITypeLib" + }, + { "name": "pIndex", "typeName": "int" } + ], + "isStatic": false, + "name": "GetContainingTypeLib", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "memid", "typeName": "int" }, + { + "name": "invKind", + "typeName": "System.Runtime.InteropServices.INVOKEKIND" + }, + { "name": "pBstrDllName", "typeName": "string" }, + { "name": "pBstrName", "typeName": "string" }, + { "name": "pwOrdinal", "typeName": "short" } + ], + "isStatic": false, + "name": "GetDllEntry", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "strName", "typeName": "string" }, + { "name": "strDocString", "typeName": "string" }, + { "name": "dwHelpContext", "typeName": "int" }, + { "name": "strHelpFile", "typeName": "string" } + ], + "isStatic": false, + "name": "GetDocumentation", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "ppFuncDesc", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": "GetFuncDesc", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "rgszNames", "typeName": "string[]" }, + { "name": "cNames", "typeName": "int" }, + { "name": "pMemId", "typeName": "int[]" } + ], + "isStatic": false, + "name": "GetIDsOfNames", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "pImplTypeFlags", "typeName": "int" } + ], + "isStatic": false, + "name": "GetImplTypeFlags", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "memid", "typeName": "int" }, + { "name": "pBstrMops", "typeName": "string" } + ], + "isStatic": false, + "name": "GetMops", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "memid", "typeName": "int" }, + { "name": "rgBstrNames", "typeName": "string[]" }, + { "name": "cMaxNames", "typeName": "int" }, + { "name": "pcNames", "typeName": "int" } + ], + "isStatic": false, + "name": "GetNames", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "hRef", "typeName": "int" }, + { + "name": "ppTI", + "typeName": "System.Runtime.InteropServices.UCOMITypeInfo" + } + ], + "isStatic": false, + "name": "GetRefTypeInfo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "href", "typeName": "int" } + ], + "isStatic": false, + "name": "GetRefTypeOfImplType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "ppTypeAttr", "typeName": "System.IntPtr" }], + "isStatic": false, + "name": "GetTypeAttr", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "ppTComp", + "typeName": "System.Runtime.InteropServices.UCOMITypeComp" + } + ], + "isStatic": false, + "name": "GetTypeComp", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "ppVarDesc", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": "GetVarDesc", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "pvInstance", "typeName": "object" }, + { "name": "memid", "typeName": "int" }, + { "name": "wFlags", "typeName": "short" }, + { + "name": "pDispParams", + "typeName": "System.Runtime.InteropServices.DISPPARAMS" + }, + { "name": "pVarResult", "typeName": "object" }, + { + "name": "pExcepInfo", + "typeName": "System.Runtime.InteropServices.EXCEPINFO" + }, + { "name": "puArgErr", "typeName": "int" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "pFuncDesc", "typeName": "System.IntPtr" }], + "isStatic": false, + "name": "ReleaseFuncDesc", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "pTypeAttr", "typeName": "System.IntPtr" }], + "isStatic": false, + "name": "ReleaseTypeAttr", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "pVarDesc", "typeName": "System.IntPtr" }], + "isStatic": false, + "name": "ReleaseVarDesc", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "UCOMITypeInfo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "riid", "typeName": "System.Guid" }, + { "name": "rgszNames", "typeName": "System.IntPtr" }, + { "name": "cNames", "typeName": "uint" }, + { "name": "lcid", "typeName": "uint" }, + { "name": "rgDispId", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": "GetIDsOfNames", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "iTInfo", "typeName": "uint" }, + { "name": "lcid", "typeName": "uint" }, + { "name": "ppTInfo", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": "GetTypeInfo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "pcTInfo", "typeName": "uint" }], + "isStatic": false, + "name": "GetTypeInfoCount", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "dispIdMember", "typeName": "uint" }, + { "name": "riid", "typeName": "System.Guid" }, + { "name": "lcid", "typeName": "uint" }, + { "name": "wFlags", "typeName": "short" }, + { "name": "pDispParams", "typeName": "System.IntPtr" }, + { "name": "pVarResult", "typeName": "System.IntPtr" }, + { "name": "pExcepInfo", "typeName": "System.IntPtr" }, + { "name": "puArgErr", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "_ModuleBuilder", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.CompilerServices", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [ + { + "typeName": "object", + "name": "this[]", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "Length", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [], + "name": "ITuple", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "szNameBuf", "typeName": "string" }, + { "name": "lHashVal", "typeName": "int" }, + { + "name": "ppTInfo", + "typeName": "System.Runtime.InteropServices.UCOMITypeInfo[]" + }, + { "name": "rgMemId", "typeName": "int[]" }, + { "name": "pcFound", "typeName": "short" } + ], + "isStatic": false, + "name": "FindName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "strName", "typeName": "string" }, + { "name": "strDocString", "typeName": "string" }, + { "name": "dwHelpContext", "typeName": "int" }, + { "name": "strHelpFile", "typeName": "string" } + ], + "isStatic": false, + "name": "GetDocumentation", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "ppTLibAttr", "typeName": "System.IntPtr" }], + "isStatic": false, + "name": "GetLibAttr", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "ppTComp", + "typeName": "System.Runtime.InteropServices.UCOMITypeComp" + } + ], + "isStatic": false, + "name": "GetTypeComp", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { + "name": "ppTI", + "typeName": "System.Runtime.InteropServices.UCOMITypeInfo" + } + ], + "isStatic": false, + "name": "GetTypeInfo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetTypeInfoCount", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "guid", "typeName": "System.Guid" }, + { + "name": "ppTInfo", + "typeName": "System.Runtime.InteropServices.UCOMITypeInfo" + } + ], + "isStatic": false, + "name": "GetTypeInfoOfGuid", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { + "name": "pTKind", + "typeName": "System.Runtime.InteropServices.TYPEKIND" + } + ], + "isStatic": false, + "name": "GetTypeInfoType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "szNameBuf", "typeName": "string" }, + { "name": "lHashVal", "typeName": "int" } + ], + "isStatic": false, + "name": "IsName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "pTLibAttr", "typeName": "System.IntPtr" }], + "isStatic": false, + "name": "ReleaseTLibAttr", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "UCOMITypeLib", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Runtime.InteropServices.VARFLAGS", + "name": "VARFLAG_FBINDABLE", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.VARFLAGS", + "name": "VARFLAG_FDEFAULTBIND", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.VARFLAGS", + "name": "VARFLAG_FDEFAULTCOLLELEM", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.VARFLAGS", + "name": "VARFLAG_FDISPLAYBIND", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.VARFLAGS", + "name": "VARFLAG_FHIDDEN", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.VARFLAGS", + "name": "VARFLAG_FIMMEDIATEBIND", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.VARFLAGS", + "name": "VARFLAG_FNONBROWSABLE", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.VARFLAGS", + "name": "VARFLAG_FREADONLY", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.VARFLAGS", + "name": "VARFLAG_FREPLACEABLE", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.VARFLAGS", + "name": "VARFLAG_FREQUESTEDIT", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.VARFLAGS", + "name": "VARFLAG_FRESTRICTED", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.VARFLAGS", + "name": "VARFLAG_FSOURCE", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.VARFLAGS", + "name": "VARFLAG_FUIDEFAULT", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Runtime.InteropServices.VARFLAGS", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "VARFLAGS", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "riid", "typeName": "System.Guid" }, + { "name": "rgszNames", "typeName": "System.IntPtr" }, + { "name": "cNames", "typeName": "uint" }, + { "name": "lcid", "typeName": "uint" }, + { "name": "rgDispId", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": "GetIDsOfNames", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "iTInfo", "typeName": "uint" }, + { "name": "lcid", "typeName": "uint" }, + { "name": "ppTInfo", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": "GetTypeInfo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "pcTInfo", "typeName": "uint" }], + "isStatic": false, + "name": "GetTypeInfoCount", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "dispIdMember", "typeName": "uint" }, + { "name": "riid", "typeName": "System.Guid" }, + { "name": "lcid", "typeName": "uint" }, + { "name": "wFlags", "typeName": "short" }, + { "name": "pDispParams", "typeName": "System.IntPtr" }, + { "name": "pVarResult", "typeName": "System.IntPtr" }, + { "name": "pExcepInfo", "typeName": "System.IntPtr" }, + { "name": "puArgErr", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "_ParameterBuilder", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.CompilerServices", + "baseClass": "System.Runtime.CompilerServices.CustomConstantAttribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "object", + "name": "Value", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "IUnknownConstantAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "object", + "name": "WrappedObject", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "VariantWrapper", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "riid", "typeName": "System.Guid" }, + { "name": "rgszNames", "typeName": "System.IntPtr" }, + { "name": "cNames", "typeName": "uint" }, + { "name": "lcid", "typeName": "uint" }, + { "name": "rgDispId", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": "GetIDsOfNames", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "iTInfo", "typeName": "uint" }, + { "name": "lcid", "typeName": "uint" }, + { "name": "ppTInfo", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": "GetTypeInfo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "pcTInfo", "typeName": "uint" }], + "isStatic": false, + "name": "GetTypeInfoCount", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "dispIdMember", "typeName": "uint" }, + { "name": "riid", "typeName": "System.Guid" }, + { "name": "lcid", "typeName": "uint" }, + { "name": "wFlags", "typeName": "short" }, + { "name": "pDispParams", "typeName": "System.IntPtr" }, + { "name": "pVarResult", "typeName": "System.IntPtr" }, + { "name": "pExcepInfo", "typeName": "System.IntPtr" }, + { "name": "puArgErr", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "_ParameterInfo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.CompilerServices", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Runtime.CompilerServices.LoadHint", + "name": "Always", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.CompilerServices.LoadHint", + "name": "Default", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.CompilerServices.LoadHint", + "name": "Sometimes", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Runtime.CompilerServices.LoadHint", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "LoadHint", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "riid", "typeName": "System.Guid" }, + { "name": "rgszNames", "typeName": "System.IntPtr" }, + { "name": "cNames", "typeName": "uint" }, + { "name": "lcid", "typeName": "uint" }, + { "name": "rgDispId", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": "GetIDsOfNames", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "iTInfo", "typeName": "uint" }, + { "name": "lcid", "typeName": "uint" }, + { "name": "ppTInfo", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": "GetTypeInfo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "pcTInfo", "typeName": "uint" }], + "isStatic": false, + "name": "GetTypeInfoCount", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "dispIdMember", "typeName": "uint" }, + { "name": "riid", "typeName": "System.Guid" }, + { "name": "lcid", "typeName": "uint" }, + { "name": "wFlags", "typeName": "short" }, + { "name": "pDispParams", "typeName": "System.IntPtr" }, + { "name": "pVarResult", "typeName": "System.IntPtr" }, + { "name": "pExcepInfo", "typeName": "System.IntPtr" }, + { "name": "puArgErr", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "_Activator", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "riid", "typeName": "System.Guid" }, + { "name": "rgszNames", "typeName": "System.IntPtr" }, + { "name": "cNames", "typeName": "uint" }, + { "name": "lcid", "typeName": "uint" }, + { "name": "rgDispId", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": "GetIDsOfNames", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "iTInfo", "typeName": "uint" }, + { "name": "lcid", "typeName": "uint" }, + { "name": "ppTInfo", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": "GetTypeInfo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "pcTInfo", "typeName": "uint" }], + "isStatic": false, + "name": "GetTypeInfoCount", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "dispIdMember", "typeName": "uint" }, + { "name": "riid", "typeName": "System.Guid" }, + { "name": "lcid", "typeName": "uint" }, + { "name": "wFlags", "typeName": "short" }, + { "name": "pDispParams", "typeName": "System.IntPtr" }, + { "name": "pVarResult", "typeName": "System.IntPtr" }, + { "name": "pExcepInfo", "typeName": "System.IntPtr" }, + { "name": "puArgErr", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "_ILGenerator", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.CompilerServices", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Runtime.CompilerServices.MethodCodeType", + "name": "IL", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.CompilerServices.MethodCodeType", + "name": "Native", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.CompilerServices.MethodCodeType", + "name": "OPTIL", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.CompilerServices.MethodCodeType", + "name": "Runtime", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Runtime.CompilerServices.MethodCodeType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "MethodCodeType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "CodeBase", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.MethodInfo", + "name": "EntryPoint", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "EscapedCodeBase", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Policy.Evidence", + "name": "Evidence", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "FullName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "GlobalAssemblyCache", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Location", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.ModuleResolveEventHandler", + "name": "ModuleResolve", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Reflection.ModuleResolveEventHandler" + } + ], + "isStatic": false, + "name": "add_ModuleResolve", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Reflection.ModuleResolveEventHandler" + } + ], + "isStatic": false, + "name": "remove_ModuleResolve", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [{ "name": "typeName", "typeName": "string" }], + "isStatic": false, + "name": "CreateInstance", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "typeName", "typeName": "string" }, + { "name": "ignoreCase", "typeName": "bool" } + ], + "isStatic": false, + "name": "CreateInstance", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "typeName", "typeName": "string" }, + { "name": "ignoreCase", "typeName": "bool" }, + { + "name": "bindingAttr", + "typeName": "System.Reflection.BindingFlags" + }, + { "name": "binder", "typeName": "System.Reflection.Binder" }, + { "name": "args", "typeName": "object[]" }, + { + "name": "culture", + "typeName": "System.Globalization.CultureInfo" + }, + { "name": "activationAttributes", "typeName": "object[]" } + ], + "isStatic": false, + "name": "CreateInstance", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "other", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "inherit", "typeName": "bool" }], + "isStatic": false, + "name": "GetCustomAttributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "attributeType", "typeName": "System.Type" }, + { "name": "inherit", "typeName": "bool" } + ], + "isStatic": false, + "name": "GetCustomAttributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetExportedTypes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "FileStream", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "GetFile", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetFiles", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "getResourceModules", "typeName": "bool" }], + "isStatic": false, + "name": "GetFiles", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetLoadedModules", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "getResourceModules", "typeName": "bool" }], + "isStatic": false, + "name": "GetLoadedModules", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ManifestResourceInfo", + "params": [{ "name": "resourceName", "typeName": "string" }], + "isStatic": false, + "name": "GetManifestResourceInfo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetManifestResourceNames", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Stream", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "GetManifestResourceStream", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Stream", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { "name": "name", "typeName": "string" } + ], + "isStatic": false, + "name": "GetManifestResourceStream", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Module", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "GetModule", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetModules", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "getResourceModules", "typeName": "bool" }], + "isStatic": false, + "name": "GetModules", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "AssemblyName", + "params": [], + "isStatic": false, + "name": "GetName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "AssemblyName", + "params": [{ "name": "copiedName", "typeName": "bool" }], + "isStatic": false, + "name": "GetName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "info", + "typeName": "System.Runtime.Serialization.SerializationInfo" + }, + { + "name": "context", + "typeName": "System.Runtime.Serialization.StreamingContext" + } + ], + "isStatic": false, + "name": "GetObjectData", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetReferencedAssemblies", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Assembly", + "params": [ + { + "name": "culture", + "typeName": "System.Globalization.CultureInfo" + } + ], + "isStatic": false, + "name": "GetSatelliteAssembly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Assembly", + "params": [ + { + "name": "culture", + "typeName": "System.Globalization.CultureInfo" + }, + { "name": "version", "typeName": "System.Version" } + ], + "isStatic": false, + "name": "GetSatelliteAssembly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Type", + "params": [], + "isStatic": false, + "name": "GetType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Type", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "GetType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Type", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "throwOnError", "typeName": "bool" } + ], + "isStatic": false, + "name": "GetType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Type", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "throwOnError", "typeName": "bool" }, + { "name": "ignoreCase", "typeName": "bool" } + ], + "isStatic": false, + "name": "GetType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetTypes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "attributeType", "typeName": "System.Type" }, + { "name": "inherit", "typeName": "bool" } + ], + "isStatic": false, + "name": "IsDefined", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Module", + "params": [ + { "name": "moduleName", "typeName": "string" }, + { "name": "rawModule", "typeName": "byte[]" } + ], + "isStatic": false, + "name": "LoadModule", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Module", + "params": [ + { "name": "moduleName", "typeName": "string" }, + { "name": "rawModule", "typeName": "byte[]" }, + { "name": "rawSymbolStore", "typeName": "byte[]" } + ], + "isStatic": false, + "name": "LoadModule", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "_Assembly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "riid", "typeName": "System.Guid" }, + { "name": "rgszNames", "typeName": "System.IntPtr" }, + { "name": "cNames", "typeName": "uint" }, + { "name": "lcid", "typeName": "uint" }, + { "name": "rgDispId", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": "GetIDsOfNames", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "iTInfo", "typeName": "uint" }, + { "name": "lcid", "typeName": "uint" }, + { "name": "ppTInfo", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": "GetTypeInfo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "pcTInfo", "typeName": "uint" }], + "isStatic": false, + "name": "GetTypeInfoCount", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "dispIdMember", "typeName": "uint" }, + { "name": "riid", "typeName": "System.Guid" }, + { "name": "lcid", "typeName": "uint" }, + { "name": "wFlags", "typeName": "short" }, + { "name": "pDispParams", "typeName": "System.IntPtr" }, + { "name": "pVarResult", "typeName": "System.IntPtr" }, + { "name": "pExcepInfo", "typeName": "System.IntPtr" }, + { "name": "puArgErr", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "_LocalBuilder", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.CompilerServices", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "System.Runtime.CompilerServices.MethodCodeType", + "name": "MethodCodeType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.CompilerServices.MethodImplOptions", + "name": "Value", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "short" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "methodImplOptions", + "typeName": "System.Runtime.CompilerServices.MethodImplOptions" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "MethodImplAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "riid", "typeName": "System.Guid" }, + { "name": "rgszNames", "typeName": "System.IntPtr" }, + { "name": "cNames", "typeName": "uint" }, + { "name": "lcid", "typeName": "uint" }, + { "name": "rgDispId", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": "GetIDsOfNames", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "iTInfo", "typeName": "uint" }, + { "name": "lcid", "typeName": "uint" }, + { "name": "ppTInfo", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": "GetTypeInfo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "pcTInfo", "typeName": "uint" }], + "isStatic": false, + "name": "GetTypeInfoCount", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "dispIdMember", "typeName": "uint" }, + { "name": "riid", "typeName": "System.Guid" }, + { "name": "lcid", "typeName": "uint" }, + { "name": "wFlags", "typeName": "short" }, + { "name": "pDispParams", "typeName": "System.IntPtr" }, + { "name": "pVarResult", "typeName": "System.IntPtr" }, + { "name": "pExcepInfo", "typeName": "System.IntPtr" }, + { "name": "puArgErr", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "_AssemblyBuilder", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [ + { + "typeName": "System.Type", + "name": "DeclaringType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.MemberTypes", + "name": "MemberType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Type", + "name": "ReflectedType", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [{ "name": "other", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "inherit", "typeName": "bool" }], + "isStatic": false, + "name": "GetCustomAttributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "attributeType", "typeName": "System.Type" }, + { "name": "inherit", "typeName": "bool" } + ], + "isStatic": false, + "name": "GetCustomAttributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "riid", "typeName": "System.Guid" }, + { "name": "rgszNames", "typeName": "System.IntPtr" }, + { "name": "cNames", "typeName": "uint" }, + { "name": "lcid", "typeName": "uint" }, + { "name": "rgDispId", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": "GetIDsOfNames", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Type", + "params": [], + "isStatic": false, + "name": "GetType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "iTInfo", "typeName": "uint" }, + { "name": "lcid", "typeName": "uint" }, + { "name": "ppTInfo", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": "GetTypeInfo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "pcTInfo", "typeName": "uint" }], + "isStatic": false, + "name": "GetTypeInfoCount", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "dispIdMember", "typeName": "uint" }, + { "name": "riid", "typeName": "System.Guid" }, + { "name": "lcid", "typeName": "uint" }, + { "name": "wFlags", "typeName": "short" }, + { "name": "pDispParams", "typeName": "System.IntPtr" }, + { "name": "pVarResult", "typeName": "System.IntPtr" }, + { "name": "pExcepInfo", "typeName": "System.IntPtr" }, + { "name": "puArgErr", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "attributeType", "typeName": "System.Type" }, + { "name": "inherit", "typeName": "bool" } + ], + "isStatic": false, + "name": "IsDefined", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "_MemberInfo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.CompilerServices", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Runtime.CompilerServices.MethodImplOptions", + "name": "AggressiveInlining", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.CompilerServices.MethodImplOptions", + "name": "ForwardRef", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.CompilerServices.MethodImplOptions", + "name": "InternalCall", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.CompilerServices.MethodImplOptions", + "name": "NoInlining", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.CompilerServices.MethodImplOptions", + "name": "NoOptimization", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.CompilerServices.MethodImplOptions", + "name": "PreserveSig", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.CompilerServices.MethodImplOptions", + "name": "Synchronized", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.CompilerServices.MethodImplOptions", + "name": "Unmanaged", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Runtime.CompilerServices.MethodImplOptions", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "MethodImplOptions", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "riid", "typeName": "System.Guid" }, + { "name": "rgszNames", "typeName": "System.IntPtr" }, + { "name": "cNames", "typeName": "uint" }, + { "name": "lcid", "typeName": "uint" }, + { "name": "rgDispId", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": "GetIDsOfNames", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "iTInfo", "typeName": "uint" }, + { "name": "lcid", "typeName": "uint" }, + { "name": "ppTInfo", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": "GetTypeInfo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "pcTInfo", "typeName": "uint" }], + "isStatic": false, + "name": "GetTypeInfoCount", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "dispIdMember", "typeName": "uint" }, + { "name": "riid", "typeName": "System.Guid" }, + { "name": "lcid", "typeName": "uint" }, + { "name": "wFlags", "typeName": "short" }, + { "name": "pDispParams", "typeName": "System.IntPtr" }, + { "name": "pVarResult", "typeName": "System.IntPtr" }, + { "name": "pExcepInfo", "typeName": "System.IntPtr" }, + { "name": "puArgErr", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "_AssemblyName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [ + { + "typeName": "System.Reflection.MethodAttributes", + "name": "Attributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.CallingConventions", + "name": "CallingConvention", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Type", + "name": "DeclaringType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsAbstract", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsAssembly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsConstructor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsFamily", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsFamilyAndAssembly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsFamilyOrAssembly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsFinal", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsHideBySig", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsPrivate", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsPublic", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsSpecialName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsStatic", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsVirtual", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.MemberTypes", + "name": "MemberType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.RuntimeMethodHandle", + "name": "MethodHandle", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Type", + "name": "ReflectedType", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [{ "name": "other", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "inherit", "typeName": "bool" }], + "isStatic": false, + "name": "GetCustomAttributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "attributeType", "typeName": "System.Type" }, + { "name": "inherit", "typeName": "bool" } + ], + "isStatic": false, + "name": "GetCustomAttributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "riid", "typeName": "System.Guid" }, + { "name": "rgszNames", "typeName": "System.IntPtr" }, + { "name": "cNames", "typeName": "uint" }, + { "name": "lcid", "typeName": "uint" }, + { "name": "rgDispId", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": "GetIDsOfNames", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "MethodImplAttributes", + "params": [], + "isStatic": false, + "name": "GetMethodImplementationFlags", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetParameters", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Type", + "params": [], + "isStatic": false, + "name": "GetType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "iTInfo", "typeName": "uint" }, + { "name": "lcid", "typeName": "uint" }, + { "name": "ppTInfo", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": "GetTypeInfo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "pcTInfo", "typeName": "uint" }], + "isStatic": false, + "name": "GetTypeInfoCount", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "obj", "typeName": "object" }, + { "name": "parameters", "typeName": "object[]" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "obj", "typeName": "object" }, + { + "name": "invokeAttr", + "typeName": "System.Reflection.BindingFlags" + }, + { "name": "binder", "typeName": "System.Reflection.Binder" }, + { "name": "parameters", "typeName": "object[]" }, + { + "name": "culture", + "typeName": "System.Globalization.CultureInfo" + } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "dispIdMember", "typeName": "uint" }, + { "name": "riid", "typeName": "System.Guid" }, + { "name": "lcid", "typeName": "uint" }, + { "name": "wFlags", "typeName": "short" }, + { "name": "pDispParams", "typeName": "System.IntPtr" }, + { "name": "pVarResult", "typeName": "System.IntPtr" }, + { "name": "pExcepInfo", "typeName": "System.IntPtr" }, + { "name": "puArgErr", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "attributeType", "typeName": "System.Type" }, + { "name": "inherit", "typeName": "bool" } + ], + "isStatic": false, + "name": "IsDefined", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "_MethodBase", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.CompilerServices", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "NativeCppClassAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "riid", "typeName": "System.Guid" }, + { "name": "rgszNames", "typeName": "System.IntPtr" }, + { "name": "cNames", "typeName": "uint" }, + { "name": "lcid", "typeName": "uint" }, + { "name": "rgDispId", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": "GetIDsOfNames", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "iTInfo", "typeName": "uint" }, + { "name": "lcid", "typeName": "uint" }, + { "name": "ppTInfo", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": "GetTypeInfo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "pcTInfo", "typeName": "uint" }], + "isStatic": false, + "name": "GetTypeInfoCount", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "dispIdMember", "typeName": "uint" }, + { "name": "riid", "typeName": "System.Guid" }, + { "name": "lcid", "typeName": "uint" }, + { "name": "wFlags", "typeName": "short" }, + { "name": "pDispParams", "typeName": "System.IntPtr" }, + { "name": "pVarResult", "typeName": "System.IntPtr" }, + { "name": "pExcepInfo", "typeName": "System.IntPtr" }, + { "name": "puArgErr", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "_Attribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "riid", "typeName": "System.Guid" }, + { "name": "rgszNames", "typeName": "System.IntPtr" }, + { "name": "cNames", "typeName": "uint" }, + { "name": "lcid", "typeName": "uint" }, + { "name": "rgDispId", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": "GetIDsOfNames", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "iTInfo", "typeName": "uint" }, + { "name": "lcid", "typeName": "uint" }, + { "name": "ppTInfo", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": "GetTypeInfo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "pcTInfo", "typeName": "uint" }], + "isStatic": false, + "name": "GetTypeInfoCount", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "dispIdMember", "typeName": "uint" }, + { "name": "riid", "typeName": "System.Guid" }, + { "name": "lcid", "typeName": "uint" }, + { "name": "wFlags", "typeName": "short" }, + { "name": "pDispParams", "typeName": "System.IntPtr" }, + { "name": "pVarResult", "typeName": "System.IntPtr" }, + { "name": "pExcepInfo", "typeName": "System.IntPtr" }, + { "name": "puArgErr", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "_MethodBuilder", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.CompilerServices", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "string", + "name": "Description", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "description", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ReferenceAssemblyAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "riid", "typeName": "System.Guid" }, + { "name": "rgszNames", "typeName": "System.IntPtr" }, + { "name": "cNames", "typeName": "uint" }, + { "name": "lcid", "typeName": "uint" }, + { "name": "rgDispId", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": "GetIDsOfNames", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "iTInfo", "typeName": "uint" }, + { "name": "lcid", "typeName": "uint" }, + { "name": "ppTInfo", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": "GetTypeInfo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "pcTInfo", "typeName": "uint" }], + "isStatic": false, + "name": "GetTypeInfoCount", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "dispIdMember", "typeName": "uint" }, + { "name": "riid", "typeName": "System.Guid" }, + { "name": "lcid", "typeName": "uint" }, + { "name": "wFlags", "typeName": "short" }, + { "name": "pDispParams", "typeName": "System.IntPtr" }, + { "name": "pVarResult", "typeName": "System.IntPtr" }, + { "name": "pExcepInfo", "typeName": "System.IntPtr" }, + { "name": "puArgErr", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "_ConstructorBuilder", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [ + { + "typeName": "System.Reflection.MethodAttributes", + "name": "Attributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.CallingConventions", + "name": "CallingConvention", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Type", + "name": "DeclaringType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsAbstract", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsAssembly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsConstructor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsFamily", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsFamilyAndAssembly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsFamilyOrAssembly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsFinal", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsHideBySig", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsPrivate", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsPublic", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsSpecialName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsStatic", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsVirtual", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.MemberTypes", + "name": "MemberType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.RuntimeMethodHandle", + "name": "MethodHandle", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Type", + "name": "ReflectedType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Type", + "name": "ReturnType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.ICustomAttributeProvider", + "name": "ReturnTypeCustomAttributes", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [{ "name": "other", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "MethodInfo", + "params": [], + "isStatic": false, + "name": "GetBaseDefinition", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "inherit", "typeName": "bool" }], + "isStatic": false, + "name": "GetCustomAttributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "attributeType", "typeName": "System.Type" }, + { "name": "inherit", "typeName": "bool" } + ], + "isStatic": false, + "name": "GetCustomAttributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "riid", "typeName": "System.Guid" }, + { "name": "rgszNames", "typeName": "System.IntPtr" }, + { "name": "cNames", "typeName": "uint" }, + { "name": "lcid", "typeName": "uint" }, + { "name": "rgDispId", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": "GetIDsOfNames", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "MethodImplAttributes", + "params": [], + "isStatic": false, + "name": "GetMethodImplementationFlags", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetParameters", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Type", + "params": [], + "isStatic": false, + "name": "GetType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "iTInfo", "typeName": "uint" }, + { "name": "lcid", "typeName": "uint" }, + { "name": "ppTInfo", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": "GetTypeInfo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "pcTInfo", "typeName": "uint" }], + "isStatic": false, + "name": "GetTypeInfoCount", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "obj", "typeName": "object" }, + { "name": "parameters", "typeName": "object[]" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "obj", "typeName": "object" }, + { + "name": "invokeAttr", + "typeName": "System.Reflection.BindingFlags" + }, + { "name": "binder", "typeName": "System.Reflection.Binder" }, + { "name": "parameters", "typeName": "object[]" }, + { + "name": "culture", + "typeName": "System.Globalization.CultureInfo" + } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "dispIdMember", "typeName": "uint" }, + { "name": "riid", "typeName": "System.Guid" }, + { "name": "lcid", "typeName": "uint" }, + { "name": "wFlags", "typeName": "short" }, + { "name": "pDispParams", "typeName": "System.IntPtr" }, + { "name": "pVarResult", "typeName": "System.IntPtr" }, + { "name": "pExcepInfo", "typeName": "System.IntPtr" }, + { "name": "puArgErr", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "attributeType", "typeName": "System.Type" }, + { "name": "inherit", "typeName": "bool" } + ], + "isStatic": false, + "name": "IsDefined", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "_MethodInfo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.CompilerServices", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "System.Type", + "name": "RequiredContract", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "requiredContract", "typeName": "System.Type" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "RequiredAttributeAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [ + { + "typeName": "System.Reflection.MethodAttributes", + "name": "Attributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.CallingConventions", + "name": "CallingConvention", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Type", + "name": "DeclaringType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsAbstract", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsAssembly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsConstructor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsFamily", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsFamilyAndAssembly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsFamilyOrAssembly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsFinal", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsHideBySig", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsPrivate", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsPublic", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsSpecialName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsStatic", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsVirtual", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.MemberTypes", + "name": "MemberType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.RuntimeMethodHandle", + "name": "MethodHandle", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Type", + "name": "ReflectedType", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [{ "name": "other", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "inherit", "typeName": "bool" }], + "isStatic": false, + "name": "GetCustomAttributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "attributeType", "typeName": "System.Type" }, + { "name": "inherit", "typeName": "bool" } + ], + "isStatic": false, + "name": "GetCustomAttributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "riid", "typeName": "System.Guid" }, + { "name": "rgszNames", "typeName": "System.IntPtr" }, + { "name": "cNames", "typeName": "uint" }, + { "name": "lcid", "typeName": "uint" }, + { "name": "rgDispId", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": "GetIDsOfNames", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "MethodImplAttributes", + "params": [], + "isStatic": false, + "name": "GetMethodImplementationFlags", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetParameters", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Type", + "params": [], + "isStatic": false, + "name": "GetType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "iTInfo", "typeName": "uint" }, + { "name": "lcid", "typeName": "uint" }, + { "name": "ppTInfo", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": "GetTypeInfo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "pcTInfo", "typeName": "uint" }], + "isStatic": false, + "name": "GetTypeInfoCount", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "dispIdMember", "typeName": "uint" }, + { "name": "riid", "typeName": "System.Guid" }, + { "name": "lcid", "typeName": "uint" }, + { "name": "wFlags", "typeName": "short" }, + { "name": "pDispParams", "typeName": "System.IntPtr" }, + { "name": "pVarResult", "typeName": "System.IntPtr" }, + { "name": "pExcepInfo", "typeName": "System.IntPtr" }, + { "name": "puArgErr", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "obj", "typeName": "object" }, + { + "name": "invokeAttr", + "typeName": "System.Reflection.BindingFlags" + }, + { "name": "binder", "typeName": "System.Reflection.Binder" }, + { "name": "parameters", "typeName": "object[]" }, + { + "name": "culture", + "typeName": "System.Globalization.CultureInfo" + } + ], + "isStatic": false, + "name": "Invoke_2", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "obj", "typeName": "object" }, + { "name": "parameters", "typeName": "object[]" } + ], + "isStatic": false, + "name": "Invoke_3", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { + "name": "invokeAttr", + "typeName": "System.Reflection.BindingFlags" + }, + { "name": "binder", "typeName": "System.Reflection.Binder" }, + { "name": "parameters", "typeName": "object[]" }, + { + "name": "culture", + "typeName": "System.Globalization.CultureInfo" + } + ], + "isStatic": false, + "name": "Invoke_4", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [{ "name": "parameters", "typeName": "object[]" }], + "isStatic": false, + "name": "Invoke_5", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "attributeType", "typeName": "System.Type" }, + { "name": "inherit", "typeName": "bool" } + ], + "isStatic": false, + "name": "IsDefined", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "_ConstructorInfo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "riid", "typeName": "System.Guid" }, + { "name": "rgszNames", "typeName": "System.IntPtr" }, + { "name": "cNames", "typeName": "uint" }, + { "name": "lcid", "typeName": "uint" }, + { "name": "rgDispId", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": "GetIDsOfNames", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "iTInfo", "typeName": "uint" }, + { "name": "lcid", "typeName": "uint" }, + { "name": "ppTInfo", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": "GetTypeInfo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "pcTInfo", "typeName": "uint" }], + "isStatic": false, + "name": "GetTypeInfoCount", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "dispIdMember", "typeName": "uint" }, + { "name": "riid", "typeName": "System.Guid" }, + { "name": "lcid", "typeName": "uint" }, + { "name": "wFlags", "typeName": "short" }, + { "name": "pDispParams", "typeName": "System.IntPtr" }, + { "name": "pVarResult", "typeName": "System.IntPtr" }, + { "name": "pExcepInfo", "typeName": "System.IntPtr" }, + { "name": "puArgErr", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "_MethodRental", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.CompilerServices", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "bool", + "name": "WrapNonExceptionThrows", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "RuntimeCompatibilityAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "riid", "typeName": "System.Guid" }, + { "name": "rgszNames", "typeName": "System.IntPtr" }, + { "name": "cNames", "typeName": "uint" }, + { "name": "lcid", "typeName": "uint" }, + { "name": "rgDispId", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": "GetIDsOfNames", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "iTInfo", "typeName": "uint" }, + { "name": "lcid", "typeName": "uint" }, + { "name": "ppTInfo", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": "GetTypeInfo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "pcTInfo", "typeName": "uint" }], + "isStatic": false, + "name": "GetTypeInfoCount", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "dispIdMember", "typeName": "uint" }, + { "name": "riid", "typeName": "System.Guid" }, + { "name": "lcid", "typeName": "uint" }, + { "name": "wFlags", "typeName": "short" }, + { "name": "pDispParams", "typeName": "System.IntPtr" }, + { "name": "pVarResult", "typeName": "System.IntPtr" }, + { "name": "pExcepInfo", "typeName": "System.IntPtr" }, + { "name": "puArgErr", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "_CustomAttributeBuilder", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.CompilerServices", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "PortablePdb", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [{ "name": "feature", "typeName": "string" }], + "isStatic": true, + "name": "IsSupported", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "RuntimeFeature", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "riid", "typeName": "System.Guid" }, + { "name": "rgszNames", "typeName": "System.IntPtr" }, + { "name": "cNames", "typeName": "uint" }, + { "name": "lcid", "typeName": "uint" }, + { "name": "rgDispId", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": "GetIDsOfNames", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "iTInfo", "typeName": "uint" }, + { "name": "lcid", "typeName": "uint" }, + { "name": "ppTInfo", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": "GetTypeInfo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "pcTInfo", "typeName": "uint" }], + "isStatic": false, + "name": "GetTypeInfoCount", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "dispIdMember", "typeName": "uint" }, + { "name": "riid", "typeName": "System.Guid" }, + { "name": "lcid", "typeName": "uint" }, + { "name": "wFlags", "typeName": "short" }, + { "name": "pDispParams", "typeName": "System.IntPtr" }, + { "name": "pVarResult", "typeName": "System.IntPtr" }, + { "name": "pExcepInfo", "typeName": "System.IntPtr" }, + { "name": "puArgErr", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "_EnumBuilder", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.CompilerServices", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "OffsetToStringData", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "EnsureSufficientExecutionStack", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "o1", "typeName": "object" }, + { "name": "o2", "typeName": "object" } + ], + "isStatic": true, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "code", + "typeName": "System.Runtime.CompilerServices.RuntimeHelpers.TryCode" + }, + { + "name": "backoutCode", + "typeName": "System.Runtime.CompilerServices.RuntimeHelpers.CleanupCode" + }, + { "name": "userData", "typeName": "object" } + ], + "isStatic": true, + "name": "ExecuteCodeWithGuaranteedCleanup", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "o", "typeName": "object" }], + "isStatic": true, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": true, + "name": "GetObjectValue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "array", "typeName": "System.Array" }, + { "name": "fldHandle", "typeName": "System.RuntimeFieldHandle" } + ], + "isStatic": true, + "name": "InitializeArray", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "PrepareConstrainedRegions", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "PrepareConstrainedRegionsNoOP", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "d", "typeName": "System.Delegate" }], + "isStatic": true, + "name": "PrepareContractedDelegate", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "d", "typeName": "System.Delegate" }], + "isStatic": true, + "name": "PrepareDelegate", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "method", "typeName": "System.RuntimeMethodHandle" } + ], + "isStatic": true, + "name": "PrepareMethod", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "method", "typeName": "System.RuntimeMethodHandle" }, + { + "name": "instantiation", + "typeName": "System.RuntimeTypeHandle[]" + } + ], + "isStatic": true, + "name": "PrepareMethod", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "ProbeForSufficientStack", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "type", "typeName": "System.RuntimeTypeHandle" } + ], + "isStatic": true, + "name": "RunClassConstructor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "module", "typeName": "System.ModuleHandle" }], + "isStatic": true, + "name": "RunModuleConstructor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "RuntimeHelpers", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "riid", "typeName": "System.Guid" }, + { "name": "rgszNames", "typeName": "System.IntPtr" }, + { "name": "cNames", "typeName": "uint" }, + { "name": "lcid", "typeName": "uint" }, + { "name": "rgDispId", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": "GetIDsOfNames", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "iTInfo", "typeName": "uint" }, + { "name": "lcid", "typeName": "uint" }, + { "name": "ppTInfo", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": "GetTypeInfo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "pcTInfo", "typeName": "uint" }], + "isStatic": false, + "name": "GetTypeInfoCount", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "dispIdMember", "typeName": "uint" }, + { "name": "riid", "typeName": "System.Guid" }, + { "name": "lcid", "typeName": "uint" }, + { "name": "wFlags", "typeName": "short" }, + { "name": "pDispParams", "typeName": "System.IntPtr" }, + { "name": "pVarResult", "typeName": "System.IntPtr" }, + { "name": "pExcepInfo", "typeName": "System.IntPtr" }, + { "name": "puArgErr", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "_EventBuilder", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [ + { + "typeName": "System.Reflection.EventAttributes", + "name": "Attributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Type", + "name": "DeclaringType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Type", + "name": "EventHandlerType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsMulticast", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsSpecialName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.MemberTypes", + "name": "MemberType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Type", + "name": "ReflectedType", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "target", "typeName": "object" }, + { "name": "handler", "typeName": "System.Delegate" } + ], + "isStatic": false, + "name": "AddEventHandler", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "other", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "MethodInfo", + "params": [], + "isStatic": false, + "name": "GetAddMethod", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "MethodInfo", + "params": [{ "name": "nonPublic", "typeName": "bool" }], + "isStatic": false, + "name": "GetAddMethod", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "inherit", "typeName": "bool" }], + "isStatic": false, + "name": "GetCustomAttributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "attributeType", "typeName": "System.Type" }, + { "name": "inherit", "typeName": "bool" } + ], + "isStatic": false, + "name": "GetCustomAttributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "riid", "typeName": "System.Guid" }, + { "name": "rgszNames", "typeName": "System.IntPtr" }, + { "name": "cNames", "typeName": "uint" }, + { "name": "lcid", "typeName": "uint" }, + { "name": "rgDispId", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": "GetIDsOfNames", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "MethodInfo", + "params": [], + "isStatic": false, + "name": "GetRaiseMethod", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "MethodInfo", + "params": [{ "name": "nonPublic", "typeName": "bool" }], + "isStatic": false, + "name": "GetRaiseMethod", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "MethodInfo", + "params": [], + "isStatic": false, + "name": "GetRemoveMethod", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "MethodInfo", + "params": [{ "name": "nonPublic", "typeName": "bool" }], + "isStatic": false, + "name": "GetRemoveMethod", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Type", + "params": [], + "isStatic": false, + "name": "GetType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "iTInfo", "typeName": "uint" }, + { "name": "lcid", "typeName": "uint" }, + { "name": "ppTInfo", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": "GetTypeInfo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "pcTInfo", "typeName": "uint" }], + "isStatic": false, + "name": "GetTypeInfoCount", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "dispIdMember", "typeName": "uint" }, + { "name": "riid", "typeName": "System.Guid" }, + { "name": "lcid", "typeName": "uint" }, + { "name": "wFlags", "typeName": "short" }, + { "name": "pDispParams", "typeName": "System.IntPtr" }, + { "name": "pVarResult", "typeName": "System.IntPtr" }, + { "name": "pExcepInfo", "typeName": "System.IntPtr" }, + { "name": "puArgErr", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "attributeType", "typeName": "System.Type" }, + { "name": "inherit", "typeName": "bool" } + ], + "isStatic": false, + "name": "IsDefined", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "target", "typeName": "object" }, + { "name": "handler", "typeName": "System.Delegate" } + ], + "isStatic": false, + "name": "RemoveEventHandler", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "_EventInfo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "riid", "typeName": "System.Guid" }, + { "name": "rgszNames", "typeName": "System.IntPtr" }, + { "name": "cNames", "typeName": "uint" }, + { "name": "lcid", "typeName": "uint" }, + { "name": "rgDispId", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": "GetIDsOfNames", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "iTInfo", "typeName": "uint" }, + { "name": "lcid", "typeName": "uint" }, + { "name": "ppTInfo", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": "GetTypeInfo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "pcTInfo", "typeName": "uint" }], + "isStatic": false, + "name": "GetTypeInfoCount", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "dispIdMember", "typeName": "uint" }, + { "name": "riid", "typeName": "System.Guid" }, + { "name": "lcid", "typeName": "uint" }, + { "name": "wFlags", "typeName": "short" }, + { "name": "pDispParams", "typeName": "System.IntPtr" }, + { "name": "pVarResult", "typeName": "System.IntPtr" }, + { "name": "pExcepInfo", "typeName": "System.IntPtr" }, + { "name": "puArgErr", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "_PropertyBuilder", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [ + { + "typeName": "System.Reflection.PropertyAttributes", + "name": "Attributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "CanRead", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "CanWrite", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Type", + "name": "DeclaringType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsSpecialName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.MemberTypes", + "name": "MemberType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Type", + "name": "PropertyType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Type", + "name": "ReflectedType", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [{ "name": "other", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetAccessors", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "nonPublic", "typeName": "bool" }], + "isStatic": false, + "name": "GetAccessors", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "inherit", "typeName": "bool" }], + "isStatic": false, + "name": "GetCustomAttributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "attributeType", "typeName": "System.Type" }, + { "name": "inherit", "typeName": "bool" } + ], + "isStatic": false, + "name": "GetCustomAttributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "MethodInfo", + "params": [], + "isStatic": false, + "name": "GetGetMethod", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "MethodInfo", + "params": [{ "name": "nonPublic", "typeName": "bool" }], + "isStatic": false, + "name": "GetGetMethod", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "riid", "typeName": "System.Guid" }, + { "name": "rgszNames", "typeName": "System.IntPtr" }, + { "name": "cNames", "typeName": "uint" }, + { "name": "lcid", "typeName": "uint" }, + { "name": "rgDispId", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": "GetIDsOfNames", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetIndexParameters", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "MethodInfo", + "params": [], + "isStatic": false, + "name": "GetSetMethod", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "MethodInfo", + "params": [{ "name": "nonPublic", "typeName": "bool" }], + "isStatic": false, + "name": "GetSetMethod", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Type", + "params": [], + "isStatic": false, + "name": "GetType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "iTInfo", "typeName": "uint" }, + { "name": "lcid", "typeName": "uint" }, + { "name": "ppTInfo", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": "GetTypeInfo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "pcTInfo", "typeName": "uint" }], + "isStatic": false, + "name": "GetTypeInfoCount", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "obj", "typeName": "object" }, + { "name": "index", "typeName": "object[]" } + ], + "isStatic": false, + "name": "GetValue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "obj", "typeName": "object" }, + { + "name": "invokeAttr", + "typeName": "System.Reflection.BindingFlags" + }, + { "name": "binder", "typeName": "System.Reflection.Binder" }, + { "name": "index", "typeName": "object[]" }, + { + "name": "culture", + "typeName": "System.Globalization.CultureInfo" + } + ], + "isStatic": false, + "name": "GetValue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "dispIdMember", "typeName": "uint" }, + { "name": "riid", "typeName": "System.Guid" }, + { "name": "lcid", "typeName": "uint" }, + { "name": "wFlags", "typeName": "short" }, + { "name": "pDispParams", "typeName": "System.IntPtr" }, + { "name": "pVarResult", "typeName": "System.IntPtr" }, + { "name": "pExcepInfo", "typeName": "System.IntPtr" }, + { "name": "puArgErr", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "attributeType", "typeName": "System.Type" }, + { "name": "inherit", "typeName": "bool" } + ], + "isStatic": false, + "name": "IsDefined", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "obj", "typeName": "object" }, + { "name": "value", "typeName": "object" }, + { "name": "index", "typeName": "object[]" } + ], + "isStatic": false, + "name": "SetValue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "obj", "typeName": "object" }, + { "name": "value", "typeName": "object" }, + { + "name": "invokeAttr", + "typeName": "System.Reflection.BindingFlags" + }, + { "name": "binder", "typeName": "System.Reflection.Binder" }, + { "name": "index", "typeName": "object[]" }, + { + "name": "culture", + "typeName": "System.Globalization.CultureInfo" + } + ], + "isStatic": false, + "name": "SetValue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "_PropertyInfo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "riid", "typeName": "System.Guid" }, + { "name": "rgszNames", "typeName": "System.IntPtr" }, + { "name": "cNames", "typeName": "uint" }, + { "name": "lcid", "typeName": "uint" }, + { "name": "rgDispId", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": "GetIDsOfNames", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "iTInfo", "typeName": "uint" }, + { "name": "lcid", "typeName": "uint" }, + { "name": "ppTInfo", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": "GetTypeInfo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "pcTInfo", "typeName": "uint" }], + "isStatic": false, + "name": "GetTypeInfoCount", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "dispIdMember", "typeName": "uint" }, + { "name": "riid", "typeName": "System.Guid" }, + { "name": "lcid", "typeName": "uint" }, + { "name": "wFlags", "typeName": "short" }, + { "name": "pDispParams", "typeName": "System.IntPtr" }, + { "name": "pVarResult", "typeName": "System.IntPtr" }, + { "name": "pExcepInfo", "typeName": "System.IntPtr" }, + { "name": "puArgErr", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "_SignatureHelper", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.CompilerServices", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "userData", "typeName": "object" }, + { "name": "exceptionThrown", "typeName": "bool" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "userData", "typeName": "object" }, + { "name": "exceptionThrown", "typeName": "bool" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "CleanupCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "riid", "typeName": "System.Guid" }, + { "name": "rgszNames", "typeName": "System.IntPtr" }, + { "name": "cNames", "typeName": "uint" }, + { "name": "lcid", "typeName": "uint" }, + { "name": "rgDispId", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": "GetIDsOfNames", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "iTInfo", "typeName": "uint" }, + { "name": "lcid", "typeName": "uint" }, + { "name": "ppTInfo", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": "GetTypeInfo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "pcTInfo", "typeName": "uint" }], + "isStatic": false, + "name": "GetTypeInfoCount", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "dispIdMember", "typeName": "uint" }, + { "name": "riid", "typeName": "System.Guid" }, + { "name": "lcid", "typeName": "uint" }, + { "name": "wFlags", "typeName": "short" }, + { "name": "pDispParams", "typeName": "System.IntPtr" }, + { "name": "pVarResult", "typeName": "System.IntPtr" }, + { "name": "pExcepInfo", "typeName": "System.IntPtr" }, + { "name": "puArgErr", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "_Thread", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.CompilerServices", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "System.Type", + "name": "StateMachineType", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "stateMachineType", "typeName": "System.Type" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "StateMachineAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.CompilerServices", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "userData", "typeName": "object" }], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "userData", "typeName": "object" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "TryCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [ + { + "typeName": "System.Reflection.Assembly", + "name": "Assembly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "AssemblyQualifiedName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.TypeAttributes", + "name": "Attributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Type", + "name": "BaseType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Type", + "name": "DeclaringType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "FullName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Guid", + "name": "GUID", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "HasElementType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsAbstract", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsAnsiClass", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsArray", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsAutoClass", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsAutoLayout", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsByRef", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsClass", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsCOMObject", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsContextful", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsEnum", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsExplicitLayout", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsImport", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsInterface", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsLayoutSequential", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsMarshalByRef", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsNestedAssembly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsNestedFamANDAssem", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsNestedFamily", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsNestedFamORAssem", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsNestedPrivate", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsNestedPublic", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsNotPublic", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsPointer", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsPrimitive", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsPublic", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsSealed", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsSerializable", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsSpecialName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsUnicodeClass", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsValueType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.MemberTypes", + "name": "MemberType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Module", + "name": "Module", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Namespace", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Type", + "name": "ReflectedType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.RuntimeTypeHandle", + "name": "TypeHandle", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.ConstructorInfo", + "name": "TypeInitializer", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Type", + "name": "UnderlyingSystemType", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [{ "name": "other", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "o", "typeName": "System.Type" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "filter", "typeName": "System.Reflection.TypeFilter" }, + { "name": "filterCriteria", "typeName": "object" } + ], + "isStatic": false, + "name": "FindInterfaces", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { + "name": "memberType", + "typeName": "System.Reflection.MemberTypes" + }, + { + "name": "bindingAttr", + "typeName": "System.Reflection.BindingFlags" + }, + { "name": "filter", "typeName": "System.Reflection.MemberFilter" }, + { "name": "filterCriteria", "typeName": "object" } + ], + "isStatic": false, + "name": "FindMembers", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetArrayRank", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ConstructorInfo", + "params": [ + { + "name": "bindingAttr", + "typeName": "System.Reflection.BindingFlags" + }, + { "name": "binder", "typeName": "System.Reflection.Binder" }, + { + "name": "callConvention", + "typeName": "System.Reflection.CallingConventions" + }, + { "name": "types", "typeName": "System.Type[]" }, + { + "name": "modifiers", + "typeName": "System.Reflection.ParameterModifier[]" + } + ], + "isStatic": false, + "name": "GetConstructor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ConstructorInfo", + "params": [ + { + "name": "bindingAttr", + "typeName": "System.Reflection.BindingFlags" + }, + { "name": "binder", "typeName": "System.Reflection.Binder" }, + { "name": "types", "typeName": "System.Type[]" }, + { + "name": "modifiers", + "typeName": "System.Reflection.ParameterModifier[]" + } + ], + "isStatic": false, + "name": "GetConstructor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ConstructorInfo", + "params": [{ "name": "types", "typeName": "System.Type[]" }], + "isStatic": false, + "name": "GetConstructor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetConstructors", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { + "name": "bindingAttr", + "typeName": "System.Reflection.BindingFlags" + } + ], + "isStatic": false, + "name": "GetConstructors", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "inherit", "typeName": "bool" }], + "isStatic": false, + "name": "GetCustomAttributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "attributeType", "typeName": "System.Type" }, + { "name": "inherit", "typeName": "bool" } + ], + "isStatic": false, + "name": "GetCustomAttributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetDefaultMembers", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Type", + "params": [], + "isStatic": false, + "name": "GetElementType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "EventInfo", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "GetEvent", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "EventInfo", + "params": [ + { "name": "name", "typeName": "string" }, + { + "name": "bindingAttr", + "typeName": "System.Reflection.BindingFlags" + } + ], + "isStatic": false, + "name": "GetEvent", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetEvents", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { + "name": "bindingAttr", + "typeName": "System.Reflection.BindingFlags" + } + ], + "isStatic": false, + "name": "GetEvents", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "FieldInfo", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "GetField", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "FieldInfo", + "params": [ + { "name": "name", "typeName": "string" }, + { + "name": "bindingAttr", + "typeName": "System.Reflection.BindingFlags" + } + ], + "isStatic": false, + "name": "GetField", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetFields", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { + "name": "bindingAttr", + "typeName": "System.Reflection.BindingFlags" + } + ], + "isStatic": false, + "name": "GetFields", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "riid", "typeName": "System.Guid" }, + { "name": "rgszNames", "typeName": "System.IntPtr" }, + { "name": "cNames", "typeName": "uint" }, + { "name": "lcid", "typeName": "uint" }, + { "name": "rgDispId", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": "GetIDsOfNames", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Type", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "GetInterface", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Type", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "ignoreCase", "typeName": "bool" } + ], + "isStatic": false, + "name": "GetInterface", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "InterfaceMapping", + "params": [{ "name": "interfaceType", "typeName": "System.Type" }], + "isStatic": false, + "name": "GetInterfaceMap", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetInterfaces", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "GetMember", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "name", "typeName": "string" }, + { + "name": "bindingAttr", + "typeName": "System.Reflection.BindingFlags" + } + ], + "isStatic": false, + "name": "GetMember", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "type", "typeName": "System.Reflection.MemberTypes" }, + { + "name": "bindingAttr", + "typeName": "System.Reflection.BindingFlags" + } + ], + "isStatic": false, + "name": "GetMember", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetMembers", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { + "name": "bindingAttr", + "typeName": "System.Reflection.BindingFlags" + } + ], + "isStatic": false, + "name": "GetMembers", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "MethodInfo", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "GetMethod", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "MethodInfo", + "params": [ + { "name": "name", "typeName": "string" }, + { + "name": "bindingAttr", + "typeName": "System.Reflection.BindingFlags" + } + ], + "isStatic": false, + "name": "GetMethod", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "MethodInfo", + "params": [ + { "name": "name", "typeName": "string" }, + { + "name": "bindingAttr", + "typeName": "System.Reflection.BindingFlags" + }, + { "name": "binder", "typeName": "System.Reflection.Binder" }, + { + "name": "callConvention", + "typeName": "System.Reflection.CallingConventions" + }, + { "name": "types", "typeName": "System.Type[]" }, + { + "name": "modifiers", + "typeName": "System.Reflection.ParameterModifier[]" + } + ], + "isStatic": false, + "name": "GetMethod", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "MethodInfo", + "params": [ + { "name": "name", "typeName": "string" }, + { + "name": "bindingAttr", + "typeName": "System.Reflection.BindingFlags" + }, + { "name": "binder", "typeName": "System.Reflection.Binder" }, + { "name": "types", "typeName": "System.Type[]" }, + { + "name": "modifiers", + "typeName": "System.Reflection.ParameterModifier[]" + } + ], + "isStatic": false, + "name": "GetMethod", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "MethodInfo", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "types", "typeName": "System.Type[]" } + ], + "isStatic": false, + "name": "GetMethod", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "MethodInfo", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "types", "typeName": "System.Type[]" }, + { + "name": "modifiers", + "typeName": "System.Reflection.ParameterModifier[]" + } + ], + "isStatic": false, + "name": "GetMethod", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetMethods", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { + "name": "bindingAttr", + "typeName": "System.Reflection.BindingFlags" + } + ], + "isStatic": false, + "name": "GetMethods", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Type", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "GetNestedType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Type", + "params": [ + { "name": "name", "typeName": "string" }, + { + "name": "bindingAttr", + "typeName": "System.Reflection.BindingFlags" + } + ], + "isStatic": false, + "name": "GetNestedType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetNestedTypes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { + "name": "bindingAttr", + "typeName": "System.Reflection.BindingFlags" + } + ], + "isStatic": false, + "name": "GetNestedTypes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetProperties", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { + "name": "bindingAttr", + "typeName": "System.Reflection.BindingFlags" + } + ], + "isStatic": false, + "name": "GetProperties", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "PropertyInfo", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "GetProperty", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "PropertyInfo", + "params": [ + { "name": "name", "typeName": "string" }, + { + "name": "bindingAttr", + "typeName": "System.Reflection.BindingFlags" + } + ], + "isStatic": false, + "name": "GetProperty", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "PropertyInfo", + "params": [ + { "name": "name", "typeName": "string" }, + { + "name": "bindingAttr", + "typeName": "System.Reflection.BindingFlags" + }, + { "name": "binder", "typeName": "System.Reflection.Binder" }, + { "name": "returnType", "typeName": "System.Type" }, + { "name": "types", "typeName": "System.Type[]" }, + { + "name": "modifiers", + "typeName": "System.Reflection.ParameterModifier[]" + } + ], + "isStatic": false, + "name": "GetProperty", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "PropertyInfo", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "returnType", "typeName": "System.Type" } + ], + "isStatic": false, + "name": "GetProperty", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "PropertyInfo", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "returnType", "typeName": "System.Type" }, + { "name": "types", "typeName": "System.Type[]" } + ], + "isStatic": false, + "name": "GetProperty", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "PropertyInfo", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "returnType", "typeName": "System.Type" }, + { "name": "types", "typeName": "System.Type[]" }, + { + "name": "modifiers", + "typeName": "System.Reflection.ParameterModifier[]" + } + ], + "isStatic": false, + "name": "GetProperty", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "PropertyInfo", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "types", "typeName": "System.Type[]" } + ], + "isStatic": false, + "name": "GetProperty", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Type", + "params": [], + "isStatic": false, + "name": "GetType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "iTInfo", "typeName": "uint" }, + { "name": "lcid", "typeName": "uint" }, + { "name": "ppTInfo", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": "GetTypeInfo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "pcTInfo", "typeName": "uint" }], + "isStatic": false, + "name": "GetTypeInfoCount", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "dispIdMember", "typeName": "uint" }, + { "name": "riid", "typeName": "System.Guid" }, + { "name": "lcid", "typeName": "uint" }, + { "name": "wFlags", "typeName": "short" }, + { "name": "pDispParams", "typeName": "System.IntPtr" }, + { "name": "pVarResult", "typeName": "System.IntPtr" }, + { "name": "pExcepInfo", "typeName": "System.IntPtr" }, + { "name": "puArgErr", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "name", "typeName": "string" }, + { + "name": "invokeAttr", + "typeName": "System.Reflection.BindingFlags" + }, + { "name": "binder", "typeName": "System.Reflection.Binder" }, + { "name": "target", "typeName": "object" }, + { "name": "args", "typeName": "object[]" } + ], + "isStatic": false, + "name": "InvokeMember", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "name", "typeName": "string" }, + { + "name": "invokeAttr", + "typeName": "System.Reflection.BindingFlags" + }, + { "name": "binder", "typeName": "System.Reflection.Binder" }, + { "name": "target", "typeName": "object" }, + { "name": "args", "typeName": "object[]" }, + { + "name": "culture", + "typeName": "System.Globalization.CultureInfo" + } + ], + "isStatic": false, + "name": "InvokeMember", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "name", "typeName": "string" }, + { + "name": "invokeAttr", + "typeName": "System.Reflection.BindingFlags" + }, + { "name": "binder", "typeName": "System.Reflection.Binder" }, + { "name": "target", "typeName": "object" }, + { "name": "args", "typeName": "object[]" }, + { + "name": "modifiers", + "typeName": "System.Reflection.ParameterModifier[]" + }, + { + "name": "culture", + "typeName": "System.Globalization.CultureInfo" + }, + { "name": "namedParameters", "typeName": "string[]" } + ], + "isStatic": false, + "name": "InvokeMember", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "c", "typeName": "System.Type" }], + "isStatic": false, + "name": "IsAssignableFrom", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "attributeType", "typeName": "System.Type" }, + { "name": "inherit", "typeName": "bool" } + ], + "isStatic": false, + "name": "IsDefined", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "o", "typeName": "object" }], + "isStatic": false, + "name": "IsInstanceOfType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "c", "typeName": "System.Type" }], + "isStatic": false, + "name": "IsSubclassOf", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "_Type", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "riid", "typeName": "System.Guid" }, + { "name": "rgszNames", "typeName": "System.IntPtr" }, + { "name": "cNames", "typeName": "uint" }, + { "name": "lcid", "typeName": "uint" }, + { "name": "rgDispId", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": "GetIDsOfNames", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "iTInfo", "typeName": "uint" }, + { "name": "lcid", "typeName": "uint" }, + { "name": "ppTInfo", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": "GetTypeInfo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "pcTInfo", "typeName": "uint" }], + "isStatic": false, + "name": "GetTypeInfoCount", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "dispIdMember", "typeName": "uint" }, + { "name": "riid", "typeName": "System.Guid" }, + { "name": "lcid", "typeName": "uint" }, + { "name": "wFlags", "typeName": "short" }, + { "name": "pDispParams", "typeName": "System.IntPtr" }, + { "name": "pVarResult", "typeName": "System.IntPtr" }, + { "name": "pExcepInfo", "typeName": "System.IntPtr" }, + { "name": "puArgErr", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "_TypeBuilder", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.CompilerServices", + "baseClass": "System.Exception", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [ + { + "typeName": "object", + "name": "WrappedException", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "info", + "typeName": "System.Runtime.Serialization.SerializationInfo" + }, + { + "name": "context", + "typeName": "System.Runtime.Serialization.StreamingContext" + } + ], + "isStatic": false, + "name": "GetObjectData", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "RuntimeWrappedException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.CompilerServices", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ScopelessEnumAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.CompilerServices", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "StringFreezingAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.CompilerServices", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "SpecialNameAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.CompilerServices", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["ICriticalNotifyCompletion", "INotifyCompletion"], + "fields": [ + { + "typeName": "bool", + "name": "IsCompleted", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "GetResult", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "continuation", "typeName": "System.Action" }], + "isStatic": false, + "name": "OnCompleted", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "continuation", "typeName": "System.Action" }], + "isStatic": false, + "name": "UnsafeOnCompleted", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "TaskAwaiter", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.CompilerServices", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["ICriticalNotifyCompletion", "INotifyCompletion"], + "fields": [ + { + "typeName": "bool", + "name": "IsCompleted", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "TResult", + "params": [], + "isStatic": false, + "name": "GetResult", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "continuation", "typeName": "System.Action" }], + "isStatic": false, + "name": "OnCompleted", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "continuation", "typeName": "System.Action" }], + "isStatic": false, + "name": "UnsafeOnCompleted", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "TaskAwaiter", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.CompilerServices", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "System.Collections.Generic.IList", + "name": "TransformNames", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "transformNames", "typeName": "string[]" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "TupleElementNamesAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.CompilerServices", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "string", + "name": "AssemblyFullName", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "assemblyFullName", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "TypeForwardedFromAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.CompilerServices", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [ + { + "typeName": "object", + "name": "Value", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [], + "name": "IStrongBox", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Runtime.CompilerServices", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "System.Type", + "name": "Destination", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "destination", "typeName": "System.Type" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "TypeForwardedToAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.CompilerServices", + "baseClass": "object", + "attribute": "", + "interfaces": [ + "IList", + "ICollection", + "IEnumerable", + "IList", + "ICollection", + "IEnumerable" + ], + "fields": [ + { + "typeName": "int", + "name": "Capacity", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "int", + "name": "Count", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "T", + "name": "this[]", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "collection", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "capacity", "typeName": "int" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "item", "typeName": "T" }], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Clear", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "item", "typeName": "T" }], + "isStatic": false, + "name": "Contains", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "array", "typeName": "T[]" }, + { "name": "arrayIndex", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IEnumerator", + "params": [], + "isStatic": false, + "name": "GetEnumerator", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "item", "typeName": "T" }], + "isStatic": false, + "name": "IndexOf", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "item", "typeName": "T" } + ], + "isStatic": false, + "name": "Insert", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "item", "typeName": "T" }], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "RemoveAt", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Reverse", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "Reverse", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "ToArray", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ReadOnlyCollection", + "params": [], + "isStatic": false, + "name": "ToReadOnlyCollection", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "ReadOnlyCollectionBuilder", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Runtime.CompilerServices", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "UnsafeValueTypeAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.CompilerServices", + "baseClass": "object", + "attribute": "", + "interfaces": ["IStrongBox"], + "fields": [ + { + "typeName": "T", + "name": "Value", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "T" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "StrongBox", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Runtime.CompilerServices", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [], + "name": "RuleCache", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Runtime.CompilerServices", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "YieldAwaiter", + "params": [], + "isStatic": false, + "name": "GetAwaiter", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "YieldAwaitable", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.CompilerServices", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "IRuntimeVariables", + "params": [], + "isStatic": true, + "name": "CreateRuntimeVariables", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IRuntimeVariables", + "params": [ + { "name": "data", "typeName": "object[]" }, + { "name": "indexes", "typeName": "long[]" } + ], + "isStatic": true, + "name": "CreateRuntimeVariables", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "expando", "typeName": "System.Dynamic.ExpandoObject" }, + { "name": "version", "typeName": "object" } + ], + "isStatic": true, + "name": "ExpandoCheckVersion", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "expando", "typeName": "System.Dynamic.ExpandoObject" }, + { "name": "oldClass", "typeName": "object" }, + { "name": "newClass", "typeName": "object" } + ], + "isStatic": true, + "name": "ExpandoPromoteClass", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "expando", "typeName": "System.Dynamic.ExpandoObject" }, + { "name": "indexClass", "typeName": "object" }, + { "name": "index", "typeName": "int" }, + { "name": "name", "typeName": "string" }, + { "name": "ignoreCase", "typeName": "bool" } + ], + "isStatic": true, + "name": "ExpandoTryDeleteValue", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "expando", "typeName": "System.Dynamic.ExpandoObject" }, + { "name": "indexClass", "typeName": "object" }, + { "name": "index", "typeName": "int" }, + { "name": "name", "typeName": "string" }, + { "name": "ignoreCase", "typeName": "bool" }, + { "name": "value", "typeName": "object" } + ], + "isStatic": true, + "name": "ExpandoTryGetValue", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "expando", "typeName": "System.Dynamic.ExpandoObject" }, + { "name": "indexClass", "typeName": "object" }, + { "name": "index", "typeName": "int" }, + { "name": "value", "typeName": "object" }, + { "name": "name", "typeName": "string" }, + { "name": "ignoreCase", "typeName": "bool" } + ], + "isStatic": true, + "name": "ExpandoTrySetValue", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IRuntimeVariables", + "params": [ + { + "name": "first", + "typeName": "System.Runtime.CompilerServices.IRuntimeVariables" + }, + { + "name": "second", + "typeName": "System.Runtime.CompilerServices.IRuntimeVariables" + }, + { "name": "indexes", "typeName": "int[]" } + ], + "isStatic": true, + "name": "MergeRuntimeVariables", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Expression", + "params": [ + { + "name": "expression", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "hoistedLocals", "typeName": "object" }, + { "name": "locals", "typeName": "object[]" } + ], + "isStatic": true, + "name": "Quote", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "RuntimeOps", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Runtime.CompilerServices", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["ICriticalNotifyCompletion", "INotifyCompletion"], + "fields": [ + { + "typeName": "bool", + "name": "IsCompleted", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "GetResult", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "continuation", "typeName": "System.Action" }], + "isStatic": false, + "name": "OnCompleted", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "continuation", "typeName": "System.Action" }], + "isStatic": false, + "name": "UnsafeOnCompleted", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "YieldAwaiter", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.CompilerServices", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Runtime.CompilerServices.CallSiteBinder", + "name": "Binder", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "CallSite", + "params": [ + { "name": "delegateType", "typeName": "System.Type" }, + { + "name": "binder", + "typeName": "System.Runtime.CompilerServices.CallSiteBinder" + } + ], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "CallSite", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Runtime.CompilerServices", + "baseClass": "System.Runtime.CompilerServices.CallSite", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "T", + "name": "Target", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "T", + "name": "Update", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "CallSite", + "params": [ + { + "name": "binder", + "typeName": "System.Runtime.CompilerServices.CallSiteBinder" + } + ], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "CallSite", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Runtime.CompilerServices", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Linq.Expressions.LabelTarget", + "name": "UpdateLabel", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "Expression", + "params": [ + { "name": "args", "typeName": "object[]" }, + { + "name": "parameters", + "typeName": "System.Collections.ObjectModel.ReadOnlyCollection" + }, + { + "name": "returnLabel", + "typeName": "System.Linq.Expressions.LabelTarget" + } + ], + "isStatic": false, + "name": "Bind", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "T", + "params": [ + { + "name": "site", + "typeName": "System.Runtime.CompilerServices.CallSite" + }, + { "name": "args", "typeName": "object[]" } + ], + "isStatic": false, + "name": "BindDelegate", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "CallSiteBinder", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Runtime.CompilerServices", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [ + { "name": "mb", "typeName": "System.Reflection.MethodBase" } + ], + "isStatic": true, + "name": "IsInternalFrame", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "CallSiteHelpers", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Runtime.CompilerServices", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "site", + "typeName": "System.Runtime.CompilerServices.CallSite" + }, + { "name": "rule", "typeName": "T" } + ], + "isStatic": true, + "name": "AddRule", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "T", + "params": [ + { + "name": "binder", + "typeName": "System.Runtime.CompilerServices.CallSiteBinder" + }, + { + "name": "site", + "typeName": "System.Runtime.CompilerServices.CallSite" + }, + { "name": "args", "typeName": "object[]" } + ], + "isStatic": true, + "name": "Bind", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "site", + "typeName": "System.Runtime.CompilerServices.CallSite" + } + ], + "isStatic": true, + "name": "ClearMatch", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "CallSite", + "params": [ + { + "name": "site", + "typeName": "System.Runtime.CompilerServices.CallSite" + } + ], + "isStatic": true, + "name": "CreateMatchmaker", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "", + "params": [ + { + "name": "cache", + "typeName": "System.Runtime.CompilerServices.RuleCache" + } + ], + "isStatic": true, + "name": "GetCachedRules", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "site", + "typeName": "System.Runtime.CompilerServices.CallSite" + } + ], + "isStatic": true, + "name": "GetMatch", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "RuleCache", + "params": [ + { + "name": "site", + "typeName": "System.Runtime.CompilerServices.CallSite" + } + ], + "isStatic": true, + "name": "GetRuleCache", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "", + "params": [ + { + "name": "site", + "typeName": "System.Runtime.CompilerServices.CallSite" + } + ], + "isStatic": true, + "name": "GetRules", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "cache", + "typeName": "System.Runtime.CompilerServices.RuleCache" + }, + { "name": "rule", "typeName": "T" }, + { "name": "i", "typeName": "int" } + ], + "isStatic": true, + "name": "MoveRule", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "site", + "typeName": "System.Runtime.CompilerServices.CallSite" + } + ], + "isStatic": true, + "name": "SetNotMatched", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "this", + "typeName": "System.Runtime.CompilerServices.CallSite" + }, + { "name": "matched", "typeName": "int" } + ], + "isStatic": true, + "name": "UpdateRules", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "CallSiteOps", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Runtime.CompilerServices", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "object[]", + "name": "Constants", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "object[]", + "name": "Locals", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "constants", "typeName": "object[]" }, + { "name": "locals", "typeName": "object[]" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "Closure", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Runtime.CompilerServices", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "DebugInfoGenerator", + "params": [], + "isStatic": true, + "name": "CreatePdbGenerator", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "method", + "typeName": "System.Linq.Expressions.LambdaExpression" + }, + { "name": "ilOffset", "typeName": "int" }, + { + "name": "sequencePoint", + "typeName": "System.Linq.Expressions.DebugInfoExpression" + } + ], + "isStatic": false, + "name": "MarkSequencePoint", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "DebugInfoGenerator", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Runtime.CompilerServices", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "System.Collections.Generic.IList", + "name": "TransformFlags", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "transformFlags", "typeName": "bool[]" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "DynamicAttribute", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Runtime.CompilerServices", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "object[]", + "name": "Globals", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "object[]", + "name": "Locals", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Runtime.CompilerServices.ExecutionScope", + "name": "Parent", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "Delegate", + "params": [ + { "name": "indexLambda", "typeName": "int" }, + { "name": "locals", "typeName": "object[]" } + ], + "isStatic": false, + "name": "CreateDelegate", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "CreateHoistedLocals", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Expression", + "params": [ + { + "name": "expression", + "typeName": "System.Linq.Expressions.Expression" + }, + { "name": "locals", "typeName": "object[]" } + ], + "isStatic": false, + "name": "IsolateExpression", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "ExecutionScope", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Runtime.CompilerServices", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "Count", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "object", + "name": "this[]", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [], + "name": "IRuntimeVariables", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Runtime.Serialization.Formatters.Binary", + "baseClass": "object", + "attribute": "", + "interfaces": ["IRemotingFormatter", "IFormatter"], + "fields": [ + { + "typeName": "System.Runtime.Serialization.Formatters.FormatterAssemblyStyle", + "name": "AssemblyFormat", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.Serialization.SerializationBinder", + "name": "Binder", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.Serialization.StreamingContext", + "name": "Context", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.Serialization.Formatters.TypeFilterLevel", + "name": "FilterLevel", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.Serialization.ISurrogateSelector", + "name": "SurrogateSelector", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.Serialization.Formatters.FormatterTypeStyle", + "name": "TypeFormat", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "selector", + "typeName": "System.Runtime.Serialization.ISurrogateSelector" + }, + { + "name": "context", + "typeName": "System.Runtime.Serialization.StreamingContext" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "serializationStream", "typeName": "System.IO.Stream" } + ], + "isStatic": false, + "name": "Deserialize", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "serializationStream", "typeName": "System.IO.Stream" }, + { + "name": "handler", + "typeName": "System.Runtime.Remoting.Messaging.HeaderHandler" + } + ], + "isStatic": false, + "name": "Deserialize", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "serializationStream", "typeName": "System.IO.Stream" }, + { + "name": "handler", + "typeName": "System.Runtime.Remoting.Messaging.HeaderHandler" + }, + { + "name": "methodCallMessage", + "typeName": "System.Runtime.Remoting.Messaging.IMethodCallMessage" + } + ], + "isStatic": false, + "name": "DeserializeMethodResponse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "serializationStream", "typeName": "System.IO.Stream" }, + { "name": "graph", "typeName": "object" } + ], + "isStatic": false, + "name": "Serialize", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "serializationStream", "typeName": "System.IO.Stream" }, + { "name": "graph", "typeName": "object" }, + { + "name": "headers", + "typeName": "System.Runtime.Remoting.Messaging.Header[]" + } + ], + "isStatic": false, + "name": "Serialize", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "serializationStream", "typeName": "System.IO.Stream" }, + { + "name": "handler", + "typeName": "System.Runtime.Remoting.Messaging.HeaderHandler" + } + ], + "isStatic": false, + "name": "UnsafeDeserialize", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "serializationStream", "typeName": "System.IO.Stream" }, + { + "name": "handler", + "typeName": "System.Runtime.Remoting.Messaging.HeaderHandler" + }, + { + "name": "methodCallMessage", + "typeName": "System.Runtime.Remoting.Messaging.IMethodCallMessage" + } + ], + "isStatic": false, + "name": "UnsafeDeserializeMethodResponse", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "BinaryFormatter", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "GetXsdType", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ISoapXsd", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001", + "baseClass": "object", + "attribute": "", + "interfaces": ["ISoapXsd"], + "fields": [ + { + "typeName": "string", + "name": "Value", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "XsdType", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "GetXsdType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SoapAnyUri", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": true, + "name": "Parse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "SoapAnyUri", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001", + "baseClass": "object", + "attribute": "", + "interfaces": ["ISoapXsd"], + "fields": [ + { + "typeName": "byte[]", + "name": "Value", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "XsdType", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "byte[]" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "GetXsdType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SoapBase64Binary", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": true, + "name": "Parse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "SoapBase64Binary", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001", + "baseClass": "object", + "attribute": "", + "interfaces": ["ISoapXsd"], + "fields": [ + { + "typeName": "int", + "name": "Sign", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.DateTime", + "name": "Value", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "XsdType", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.DateTime" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "System.DateTime" }, + { "name": "sign", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "GetXsdType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SoapDate", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": true, + "name": "Parse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "SoapDate", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "XsdType", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DateTime", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": true, + "name": "Parse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "value", "typeName": "System.DateTime" }], + "isStatic": true, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "SoapDateTime", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001", + "baseClass": "object", + "attribute": "", + "interfaces": ["ISoapXsd"], + "fields": [ + { + "typeName": "System.DateTime", + "name": "Value", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "XsdType", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.DateTime" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "GetXsdType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SoapDay", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": true, + "name": "Parse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "SoapDay", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "XsdType", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "TimeSpan", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": true, + "name": "Parse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "timeSpan", "typeName": "System.TimeSpan" }], + "isStatic": true, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "SoapDuration", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001", + "baseClass": "object", + "attribute": "", + "interfaces": ["ISoapXsd"], + "fields": [ + { + "typeName": "string", + "name": "Value", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "XsdType", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "GetXsdType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SoapEntities", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": true, + "name": "Parse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "SoapEntities", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001", + "baseClass": "object", + "attribute": "", + "interfaces": ["ISoapXsd"], + "fields": [ + { + "typeName": "string", + "name": "Value", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "XsdType", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "GetXsdType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SoapEntity", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": true, + "name": "Parse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "SoapEntity", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001", + "baseClass": "object", + "attribute": "", + "interfaces": ["ISoapXsd"], + "fields": [ + { + "typeName": "byte[]", + "name": "Value", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "XsdType", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "byte[]" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "GetXsdType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SoapHexBinary", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": true, + "name": "Parse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "SoapHexBinary", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001", + "baseClass": "object", + "attribute": "", + "interfaces": ["ISoapXsd"], + "fields": [ + { + "typeName": "string", + "name": "Value", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "XsdType", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "GetXsdType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SoapId", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": true, + "name": "Parse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "SoapId", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001", + "baseClass": "object", + "attribute": "", + "interfaces": ["ISoapXsd"], + "fields": [ + { + "typeName": "string", + "name": "Value", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "XsdType", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "GetXsdType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SoapIdrefs", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": true, + "name": "Parse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "SoapIdrefs", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001", + "baseClass": "object", + "attribute": "", + "interfaces": ["ISoapXsd"], + "fields": [ + { + "typeName": "string", + "name": "Value", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "XsdType", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "GetXsdType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SoapIdref", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": true, + "name": "Parse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "SoapIdref", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001", + "baseClass": "object", + "attribute": "", + "interfaces": ["ISoapXsd"], + "fields": [ + { + "typeName": "decimal", + "name": "Value", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "XsdType", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "decimal" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "GetXsdType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SoapInteger", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": true, + "name": "Parse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "SoapInteger", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001", + "baseClass": "object", + "attribute": "", + "interfaces": ["ISoapXsd"], + "fields": [ + { + "typeName": "string", + "name": "Value", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "XsdType", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "GetXsdType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SoapLanguage", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": true, + "name": "Parse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "SoapLanguage", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Serialization.Json", + "baseClass": "System.Runtime.Serialization.XmlObjectSerializer", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Runtime.Serialization.IDataContractSurrogate", + "name": "DataContractSurrogate", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "typeName": "System.Runtime.Serialization.DateTimeFormat", + "name": "DateTimeFormat", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "typeName": "System.Runtime.Serialization.EmitTypeInformation", + "name": "EmitTypeInformation", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "typeName": "bool", + "name": "IgnoreExtensionDataObject", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "typeName": "System.Collections.ObjectModel.ReadOnlyCollection", + "name": "KnownTypes", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "typeName": "int", + "name": "MaxItemsInObjectGraph", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "typeName": "bool", + "name": "SerializeReadOnlyTypes", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "typeName": "bool", + "name": "UseSimpleDictionaryFormat", + "comment": "", + "location": "System.Runtime.Serialization.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "type", "typeName": "System.Type" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { + "name": "knownTypes", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { + "name": "knownTypes", + "typeName": "System.Collections.Generic.IEnumerable" + }, + { "name": "maxItemsInObjectGraph", "typeName": "int" }, + { "name": "ignoreExtensionDataObject", "typeName": "bool" }, + { + "name": "dataContractSurrogate", + "typeName": "System.Runtime.Serialization.IDataContractSurrogate" + }, + { "name": "alwaysEmitTypeInformation", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { + "name": "settings", + "typeName": "System.Runtime.Serialization.Json.DataContractJsonSerializerSettings" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { "name": "rootName", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { "name": "rootName", "typeName": "string" }, + { + "name": "knownTypes", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { "name": "rootName", "typeName": "string" }, + { + "name": "knownTypes", + "typeName": "System.Collections.Generic.IEnumerable" + }, + { "name": "maxItemsInObjectGraph", "typeName": "int" }, + { "name": "ignoreExtensionDataObject", "typeName": "bool" }, + { + "name": "dataContractSurrogate", + "typeName": "System.Runtime.Serialization.IDataContractSurrogate" + }, + { "name": "alwaysEmitTypeInformation", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { "name": "rootName", "typeName": "System.Xml.XmlDictionaryString" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { + "name": "rootName", + "typeName": "System.Xml.XmlDictionaryString" + }, + { + "name": "knownTypes", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { + "name": "rootName", + "typeName": "System.Xml.XmlDictionaryString" + }, + { + "name": "knownTypes", + "typeName": "System.Collections.Generic.IEnumerable" + }, + { "name": "maxItemsInObjectGraph", "typeName": "int" }, + { "name": "ignoreExtensionDataObject", "typeName": "bool" }, + { + "name": "dataContractSurrogate", + "typeName": "System.Runtime.Serialization.IDataContractSurrogate" + }, + { "name": "alwaysEmitTypeInformation", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "reader", "typeName": "System.Xml.XmlDictionaryReader" } + ], + "isStatic": false, + "name": "IsStartObject", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "reader", "typeName": "System.Xml.XmlReader" }], + "isStatic": false, + "name": "IsStartObject", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Object", + "params": [{ "name": "stream", "typeName": "System.IO.Stream" }], + "isStatic": false, + "name": "ReadObject", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "reader", "typeName": "System.Xml.XmlDictionaryReader" } + ], + "isStatic": false, + "name": "ReadObject", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "reader", "typeName": "System.Xml.XmlDictionaryReader" }, + { "name": "verifyObjectName", "typeName": "bool" } + ], + "isStatic": false, + "name": "ReadObject", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Object", + "params": [{ "name": "reader", "typeName": "System.Xml.XmlReader" }], + "isStatic": false, + "name": "ReadObject", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "reader", "typeName": "System.Xml.XmlReader" }, + { "name": "verifyObjectName", "typeName": "bool" } + ], + "isStatic": false, + "name": "ReadObject", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "writer", "typeName": "System.Xml.XmlDictionaryWriter" } + ], + "isStatic": false, + "name": "WriteEndObject", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "writer", "typeName": "System.Xml.XmlWriter" }], + "isStatic": false, + "name": "WriteEndObject", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "stream", "typeName": "System.IO.Stream" }, + { "name": "graph", "typeName": "object" } + ], + "isStatic": false, + "name": "WriteObject", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "writer", "typeName": "System.Xml.XmlDictionaryWriter" }, + { "name": "graph", "typeName": "object" } + ], + "isStatic": false, + "name": "WriteObject", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "writer", "typeName": "System.Xml.XmlWriter" }, + { "name": "graph", "typeName": "object" } + ], + "isStatic": false, + "name": "WriteObject", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "writer", "typeName": "System.Xml.XmlDictionaryWriter" }, + { "name": "graph", "typeName": "object" } + ], + "isStatic": false, + "name": "WriteObjectContent", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "writer", "typeName": "System.Xml.XmlWriter" }, + { "name": "graph", "typeName": "object" } + ], + "isStatic": false, + "name": "WriteObjectContent", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "writer", "typeName": "System.Xml.XmlDictionaryWriter" }, + { "name": "graph", "typeName": "object" } + ], + "isStatic": false, + "name": "WriteStartObject", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "writer", "typeName": "System.Xml.XmlWriter" }, + { "name": "graph", "typeName": "object" } + ], + "isStatic": false, + "name": "WriteStartObject", + "comment": "", + "location": "System.Runtime.Serialization.dll" + } + ], + "name": "DataContractJsonSerializer", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001", + "baseClass": "object", + "attribute": "", + "interfaces": ["ISoapXsd"], + "fields": [ + { + "typeName": "System.DateTime", + "name": "Value", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "XsdType", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.DateTime" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "GetXsdType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SoapMonth", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": true, + "name": "Parse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "SoapMonth", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001", + "baseClass": "object", + "attribute": "", + "interfaces": ["ISoapXsd"], + "fields": [ + { + "typeName": "string", + "name": "Value", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "XsdType", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "GetXsdType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SoapName", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": true, + "name": "Parse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "SoapName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001", + "baseClass": "object", + "attribute": "", + "interfaces": ["ISoapXsd"], + "fields": [ + { + "typeName": "System.DateTime", + "name": "Value", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "XsdType", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.DateTime" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "GetXsdType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SoapMonthDay", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": true, + "name": "Parse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "SoapMonthDay", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001", + "baseClass": "object", + "attribute": "", + "interfaces": ["ISoapXsd"], + "fields": [ + { + "typeName": "string", + "name": "Value", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "XsdType", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "GetXsdType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SoapNcName", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": true, + "name": "Parse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "SoapNcName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001", + "baseClass": "object", + "attribute": "", + "interfaces": ["ISoapXsd"], + "fields": [ + { + "typeName": "decimal", + "name": "Value", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "XsdType", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "decimal" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "GetXsdType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SoapNegativeInteger", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": true, + "name": "Parse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "SoapNegativeInteger", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Serialization.Json", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Runtime.Serialization.IDataContractSurrogate", + "name": "DataContractSurrogate", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "typeName": "System.Runtime.Serialization.DateTimeFormat", + "name": "DateTimeFormat", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "typeName": "System.Runtime.Serialization.EmitTypeInformation", + "name": "EmitTypeInformation", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "typeName": "bool", + "name": "IgnoreExtensionDataObject", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "typeName": "System.Collections.Generic.IEnumerable", + "name": "KnownTypes", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "typeName": "int", + "name": "MaxItemsInObjectGraph", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "typeName": "string", + "name": "RootName", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "typeName": "bool", + "name": "SerializeReadOnlyTypes", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "typeName": "bool", + "name": "UseSimpleDictionaryFormat", + "comment": "", + "location": "System.Runtime.Serialization.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Runtime.Serialization.dll" + } + ], + "name": "DataContractJsonSerializerSettings", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001", + "baseClass": "object", + "attribute": "", + "interfaces": ["ISoapXsd"], + "fields": [ + { + "typeName": "string", + "name": "Value", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "XsdType", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "GetXsdType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SoapNmtoken", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": true, + "name": "Parse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "SoapNmtoken", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Serialization.Json", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" }, + { "name": "encoding", "typeName": "System.Text.Encoding" }, + { + "name": "quotas", + "typeName": "System.Xml.XmlDictionaryReaderQuotas" + }, + { + "name": "onClose", + "typeName": "System.Xml.OnXmlDictionaryReaderClose" + } + ], + "isStatic": false, + "name": "SetInput", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "stream", "typeName": "System.IO.Stream" }, + { "name": "encoding", "typeName": "System.Text.Encoding" }, + { + "name": "quotas", + "typeName": "System.Xml.XmlDictionaryReaderQuotas" + }, + { + "name": "onClose", + "typeName": "System.Xml.OnXmlDictionaryReaderClose" + } + ], + "isStatic": false, + "name": "SetInput", + "comment": "", + "location": "System.Runtime.Serialization.dll" + } + ], + "name": "IXmlJsonReaderInitializer", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001", + "baseClass": "object", + "attribute": "", + "interfaces": ["ISoapXsd"], + "fields": [ + { + "typeName": "string", + "name": "Value", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "XsdType", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "GetXsdType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SoapNmtokens", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": true, + "name": "Parse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "SoapNmtokens", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001", + "baseClass": "object", + "attribute": "", + "interfaces": ["ISoapXsd"], + "fields": [ + { + "typeName": "decimal", + "name": "Value", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "XsdType", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "decimal" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "GetXsdType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SoapNonNegativeInteger", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": true, + "name": "Parse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "SoapNonNegativeInteger", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001", + "baseClass": "object", + "attribute": "", + "interfaces": ["ISoapXsd"], + "fields": [ + { + "typeName": "string", + "name": "Value", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "XsdType", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "GetXsdType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SoapNotation", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": true, + "name": "Parse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "SoapNotation", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Serialization.Json", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "stream", "typeName": "System.IO.Stream" }, + { "name": "encoding", "typeName": "System.Text.Encoding" }, + { "name": "ownsStream", "typeName": "bool" } + ], + "isStatic": false, + "name": "SetOutput", + "comment": "", + "location": "System.Runtime.Serialization.dll" + } + ], + "name": "IXmlJsonWriterInitializer", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001", + "baseClass": "object", + "attribute": "", + "interfaces": ["ISoapXsd"], + "fields": [ + { + "typeName": "decimal", + "name": "Value", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "XsdType", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "decimal" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "GetXsdType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SoapNonPositiveInteger", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": true, + "name": "Parse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "SoapNonPositiveInteger", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Serialization.Json", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "XmlDictionaryReader", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" }, + { "name": "encoding", "typeName": "System.Text.Encoding" }, + { + "name": "quotas", + "typeName": "System.Xml.XmlDictionaryReaderQuotas" + }, + { + "name": "onClose", + "typeName": "System.Xml.OnXmlDictionaryReaderClose" + } + ], + "isStatic": true, + "name": "CreateJsonReader", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "XmlDictionaryReader", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" }, + { + "name": "quotas", + "typeName": "System.Xml.XmlDictionaryReaderQuotas" + } + ], + "isStatic": true, + "name": "CreateJsonReader", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "XmlDictionaryReader", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { + "name": "quotas", + "typeName": "System.Xml.XmlDictionaryReaderQuotas" + } + ], + "isStatic": true, + "name": "CreateJsonReader", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "XmlDictionaryReader", + "params": [ + { "name": "stream", "typeName": "System.IO.Stream" }, + { "name": "encoding", "typeName": "System.Text.Encoding" }, + { + "name": "quotas", + "typeName": "System.Xml.XmlDictionaryReaderQuotas" + }, + { + "name": "onClose", + "typeName": "System.Xml.OnXmlDictionaryReaderClose" + } + ], + "isStatic": true, + "name": "CreateJsonReader", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "XmlDictionaryReader", + "params": [ + { "name": "stream", "typeName": "System.IO.Stream" }, + { + "name": "quotas", + "typeName": "System.Xml.XmlDictionaryReaderQuotas" + } + ], + "isStatic": true, + "name": "CreateJsonReader", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "XmlDictionaryWriter", + "params": [{ "name": "stream", "typeName": "System.IO.Stream" }], + "isStatic": true, + "name": "CreateJsonWriter", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "XmlDictionaryWriter", + "params": [ + { "name": "stream", "typeName": "System.IO.Stream" }, + { "name": "encoding", "typeName": "System.Text.Encoding" } + ], + "isStatic": true, + "name": "CreateJsonWriter", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "XmlDictionaryWriter", + "params": [ + { "name": "stream", "typeName": "System.IO.Stream" }, + { "name": "encoding", "typeName": "System.Text.Encoding" }, + { "name": "ownsStream", "typeName": "bool" } + ], + "isStatic": true, + "name": "CreateJsonWriter", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "XmlDictionaryWriter", + "params": [ + { "name": "stream", "typeName": "System.IO.Stream" }, + { "name": "encoding", "typeName": "System.Text.Encoding" }, + { "name": "ownsStream", "typeName": "bool" }, + { "name": "indent", "typeName": "bool" } + ], + "isStatic": true, + "name": "CreateJsonWriter", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "returnTypeName": "XmlDictionaryWriter", + "params": [ + { "name": "stream", "typeName": "System.IO.Stream" }, + { "name": "encoding", "typeName": "System.Text.Encoding" }, + { "name": "ownsStream", "typeName": "bool" }, + { "name": "indent", "typeName": "bool" }, + { "name": "indentChars", "typeName": "string" } + ], + "isStatic": true, + "name": "CreateJsonWriter", + "comment": "", + "location": "System.Runtime.Serialization.dll" + } + ], + "name": "JsonReaderWriterFactory", + "comment": "", + "location": "System.Runtime.Serialization.dll" + }, + { + "namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001", + "baseClass": "object", + "attribute": "", + "interfaces": ["ISoapXsd"], + "fields": [ + { + "typeName": "string", + "name": "Key", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Namespace", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "XsdType", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "key", "typeName": "string" }, + { "name": "name", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "key", "typeName": "string" }, + { "name": "name", "typeName": "string" }, + { "name": "namespaceValue", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "GetXsdType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SoapQName", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": true, + "name": "Parse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "SoapQName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001", + "baseClass": "object", + "attribute": "", + "interfaces": ["ISoapXsd"], + "fields": [ + { + "typeName": "string", + "name": "Value", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "XsdType", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "GetXsdType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SoapNormalizedString", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": true, + "name": "Parse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "SoapNormalizedString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001", + "baseClass": "object", + "attribute": "", + "interfaces": ["ISoapXsd"], + "fields": [ + { + "typeName": "System.DateTime", + "name": "Value", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "XsdType", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.DateTime" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "GetXsdType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SoapTime", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": true, + "name": "Parse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "SoapTime", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001", + "baseClass": "object", + "attribute": "", + "interfaces": ["ISoapXsd"], + "fields": [ + { + "typeName": "decimal", + "name": "Value", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "XsdType", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "decimal" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "GetXsdType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SoapPositiveInteger", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": true, + "name": "Parse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "SoapPositiveInteger", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001", + "baseClass": "object", + "attribute": "", + "interfaces": ["ISoapXsd"], + "fields": [ + { + "typeName": "string", + "name": "Value", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "XsdType", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "GetXsdType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SoapToken", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": true, + "name": "Parse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "SoapToken", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001", + "baseClass": "object", + "attribute": "", + "interfaces": ["ISoapXsd"], + "fields": [ + { + "typeName": "int", + "name": "Sign", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.DateTime", + "name": "Value", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "XsdType", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.DateTime" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "System.DateTime" }, + { "name": "sign", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "GetXsdType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SoapYear", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": true, + "name": "Parse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "SoapYear", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001", + "baseClass": "object", + "attribute": "", + "interfaces": ["ISoapXsd"], + "fields": [ + { + "typeName": "int", + "name": "Sign", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.DateTime", + "name": "Value", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "XsdType", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.DateTime" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "System.DateTime" }, + { "name": "sign", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "GetXsdType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SoapYearMonth", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": true, + "name": "Parse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "SoapYearMonth", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices.ComTypes", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.IntPtr", + "name": "lpfuncdesc", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.IntPtr", + "name": "lptcomp", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.IntPtr", + "name": "lpvardesc", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "BINDPTR", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices.ComTypes", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "cbStruct", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "dwTickCountDeadline", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "grfFlags", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "grfMode", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "BIND_OPTS", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices.ComTypes", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Runtime.InteropServices.ComTypes.CALLCONV", + "name": "CC_CDECL", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComTypes.CALLCONV", + "name": "CC_MACPASCAL", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComTypes.CALLCONV", + "name": "CC_MAX", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComTypes.CALLCONV", + "name": "CC_MPWCDECL", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComTypes.CALLCONV", + "name": "CC_MPWPASCAL", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComTypes.CALLCONV", + "name": "CC_MSCPASCAL", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComTypes.CALLCONV", + "name": "CC_PASCAL", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComTypes.CALLCONV", + "name": "CC_RESERVED", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComTypes.CALLCONV", + "name": "CC_STDCALL", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComTypes.CALLCONV", + "name": "CC_SYSCALL", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Runtime.InteropServices.ComTypes.CALLCONV", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "CALLCONV", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices.ComTypes", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "dwCookie", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "object", + "name": "pUnk", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "CONNECTDATA", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices.ComTypes", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Runtime.InteropServices.ComTypes.DESCKIND", + "name": "DESCKIND_FUNCDESC", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComTypes.DESCKIND", + "name": "DESCKIND_IMPLICITAPPOBJ", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComTypes.DESCKIND", + "name": "DESCKIND_MAX", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComTypes.DESCKIND", + "name": "DESCKIND_NONE", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComTypes.DESCKIND", + "name": "DESCKIND_TYPECOMP", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComTypes.DESCKIND", + "name": "DESCKIND_VARDESC", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Runtime.InteropServices.ComTypes.DESCKIND", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "DESCKIND", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices.ComTypes", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "cArgs", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "cNamedArgs", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.IntPtr", + "name": "rgdispidNamedArgs", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.IntPtr", + "name": "rgvarg", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "DISPPARAMS", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices.ComTypes", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Runtime.InteropServices.ComTypes.ELEMDESC.DESCUNION", + "name": "desc", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComTypes.TYPEDESC", + "name": "tdesc", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ELEMDESC", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices.ComTypes", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "dwHighDateTime", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "dwLowDateTime", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "FILETIME", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices.ComTypes", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Runtime.InteropServices.ComTypes.CALLCONV", + "name": "callconv", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "short", + "name": "cParams", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "short", + "name": "cParamsOpt", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "short", + "name": "cScodes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComTypes.ELEMDESC", + "name": "elemdescFunc", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComTypes.FUNCKIND", + "name": "funckind", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComTypes.INVOKEKIND", + "name": "invkind", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.IntPtr", + "name": "lprgelemdescParam", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.IntPtr", + "name": "lprgscode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "memid", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "short", + "name": "oVft", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "short", + "name": "wFuncFlags", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "FUNCDESC", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices.ComTypes", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Runtime.InteropServices.ComTypes.FUNCFLAGS", + "name": "FUNCFLAG_FBINDABLE", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComTypes.FUNCFLAGS", + "name": "FUNCFLAG_FDEFAULTBIND", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComTypes.FUNCFLAGS", + "name": "FUNCFLAG_FDEFAULTCOLLELEM", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComTypes.FUNCFLAGS", + "name": "FUNCFLAG_FDISPLAYBIND", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComTypes.FUNCFLAGS", + "name": "FUNCFLAG_FHIDDEN", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComTypes.FUNCFLAGS", + "name": "FUNCFLAG_FIMMEDIATEBIND", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComTypes.FUNCFLAGS", + "name": "FUNCFLAG_FNONBROWSABLE", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComTypes.FUNCFLAGS", + "name": "FUNCFLAG_FREPLACEABLE", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComTypes.FUNCFLAGS", + "name": "FUNCFLAG_FREQUESTEDIT", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComTypes.FUNCFLAGS", + "name": "FUNCFLAG_FRESTRICTED", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComTypes.FUNCFLAGS", + "name": "FUNCFLAG_FSOURCE", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComTypes.FUNCFLAGS", + "name": "FUNCFLAG_FUIDEFAULT", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComTypes.FUNCFLAGS", + "name": "FUNCFLAG_FUSESGETLASTERROR", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Runtime.InteropServices.ComTypes.FUNCFLAGS", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "FUNCFLAGS", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices.ComTypes", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Runtime.InteropServices.ComTypes.FUNCKIND", + "name": "FUNC_DISPATCH", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComTypes.FUNCKIND", + "name": "FUNC_NONVIRTUAL", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComTypes.FUNCKIND", + "name": "FUNC_PUREVIRTUAL", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComTypes.FUNCKIND", + "name": "FUNC_STATIC", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComTypes.FUNCKIND", + "name": "FUNC_VIRTUAL", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Runtime.InteropServices.ComTypes.FUNCKIND", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "FUNCKIND", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices.ComTypes", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "ppenum", + "typeName": "System.Runtime.InteropServices.ComTypes.IEnumString" + } + ], + "isStatic": false, + "name": "EnumObjectParam", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "pbindopts", + "typeName": "System.Runtime.InteropServices.ComTypes.BIND_OPTS" + } + ], + "isStatic": false, + "name": "GetBindOptions", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "pszKey", "typeName": "string" }, + { "name": "ppunk", "typeName": "object" } + ], + "isStatic": false, + "name": "GetObjectParam", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "pprot", + "typeName": "System.Runtime.InteropServices.ComTypes.IRunningObjectTable" + } + ], + "isStatic": false, + "name": "GetRunningObjectTable", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "punk", "typeName": "object" }], + "isStatic": false, + "name": "RegisterObjectBound", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "pszKey", "typeName": "string" }, + { "name": "punk", "typeName": "object" } + ], + "isStatic": false, + "name": "RegisterObjectParam", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ReleaseBoundObjects", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "punk", "typeName": "object" }], + "isStatic": false, + "name": "RevokeObjectBound", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "pszKey", "typeName": "string" }], + "isStatic": false, + "name": "RevokeObjectParam", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "pbindopts", + "typeName": "System.Runtime.InteropServices.ComTypes.BIND_OPTS" + } + ], + "isStatic": false, + "name": "SetBindOptions", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "IBindCtx", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices.ComTypes", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "pUnkSink", "typeName": "object" }, + { "name": "pdwCookie", "typeName": "int" } + ], + "isStatic": false, + "name": "Advise", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "ppEnum", + "typeName": "System.Runtime.InteropServices.ComTypes.IEnumConnections" + } + ], + "isStatic": false, + "name": "EnumConnections", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "pIID", "typeName": "System.Guid" }], + "isStatic": false, + "name": "GetConnectionInterface", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "ppCPC", + "typeName": "System.Runtime.InteropServices.ComTypes.IConnectionPointContainer" + } + ], + "isStatic": false, + "name": "GetConnectionPointContainer", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "dwCookie", "typeName": "int" }], + "isStatic": false, + "name": "Unadvise", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "IConnectionPoint", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices.ComTypes", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "ppEnum", + "typeName": "System.Runtime.InteropServices.ComTypes.IEnumConnectionPoints" + } + ], + "isStatic": false, + "name": "EnumConnectionPoints", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "riid", "typeName": "System.Guid" }, + { + "name": "ppCP", + "typeName": "System.Runtime.InteropServices.ComTypes.IConnectionPoint" + } + ], + "isStatic": false, + "name": "FindConnectionPoint", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "IConnectionPointContainer", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices.ComTypes", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Runtime.InteropServices.ComTypes.IDLFLAG", + "name": "IDLFLAG_FIN", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComTypes.IDLFLAG", + "name": "IDLFLAG_FLCID", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComTypes.IDLFLAG", + "name": "IDLFLAG_FOUT", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComTypes.IDLFLAG", + "name": "IDLFLAG_FRETVAL", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComTypes.IDLFLAG", + "name": "IDLFLAG_NONE", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Runtime.InteropServices.ComTypes.IDLFLAG", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "IDLFLAG", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices.ComTypes", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Runtime.InteropServices.ComTypes.IDLDESC", + "name": "idldesc", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComTypes.PARAMDESC", + "name": "paramdesc", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "DESCUNION", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices.ComTypes", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "ppenum", + "typeName": "System.Runtime.InteropServices.ComTypes.IEnumConnectionPoints" + } + ], + "isStatic": false, + "name": "Clone", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "celt", "typeName": "int" }, + { + "name": "rgelt", + "typeName": "System.Runtime.InteropServices.ComTypes.IConnectionPoint[]" + }, + { "name": "pceltFetched", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": "Next", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Reset", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "celt", "typeName": "int" }], + "isStatic": false, + "name": "Skip", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "IEnumConnectionPoints", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices.ComTypes", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.IntPtr", + "name": "dwReserved", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComTypes.IDLFLAG", + "name": "wIDLFlags", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "IDLDESC", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices.ComTypes", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "bstrDescription", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "bstrHelpFile", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "bstrSource", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "dwHelpContext", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.IntPtr", + "name": "pfnDeferredFillIn", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.IntPtr", + "name": "pvReserved", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "scode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "short", + "name": "wCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "short", + "name": "wReserved", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "EXCEPINFO", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices.ComTypes", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "ppenum", + "typeName": "System.Runtime.InteropServices.ComTypes.IEnumConnections" + } + ], + "isStatic": false, + "name": "Clone", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "celt", "typeName": "int" }, + { + "name": "rgelt", + "typeName": "System.Runtime.InteropServices.ComTypes.CONNECTDATA[]" + }, + { "name": "pceltFetched", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": "Next", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Reset", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "celt", "typeName": "int" }], + "isStatic": false, + "name": "Skip", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "IEnumConnections", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices.ComTypes", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "ppenum", + "typeName": "System.Runtime.InteropServices.ComTypes.IEnumMoniker" + } + ], + "isStatic": false, + "name": "Clone", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "celt", "typeName": "int" }, + { + "name": "rgelt", + "typeName": "System.Runtime.InteropServices.ComTypes.IMoniker[]" + }, + { "name": "pceltFetched", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": "Next", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Reset", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "celt", "typeName": "int" }], + "isStatic": false, + "name": "Skip", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "IEnumMoniker", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices.ComTypes", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "ppenum", + "typeName": "System.Runtime.InteropServices.ComTypes.IEnumString" + } + ], + "isStatic": false, + "name": "Clone", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "celt", "typeName": "int" }, + { "name": "rgelt", "typeName": "string[]" }, + { "name": "pceltFetched", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": "Next", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Reset", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "celt", "typeName": "int" }], + "isStatic": false, + "name": "Skip", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "IEnumString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices.ComTypes", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "pbc", + "typeName": "System.Runtime.InteropServices.ComTypes.IBindCtx" + }, + { + "name": "pmkToLeft", + "typeName": "System.Runtime.InteropServices.ComTypes.IMoniker" + }, + { "name": "riidResult", "typeName": "System.Guid" }, + { "name": "ppvResult", "typeName": "object" } + ], + "isStatic": false, + "name": "BindToObject", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "pbc", + "typeName": "System.Runtime.InteropServices.ComTypes.IBindCtx" + }, + { + "name": "pmkToLeft", + "typeName": "System.Runtime.InteropServices.ComTypes.IMoniker" + }, + { "name": "riid", "typeName": "System.Guid" }, + { "name": "ppvObj", "typeName": "object" } + ], + "isStatic": false, + "name": "BindToStorage", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "pmkOther", + "typeName": "System.Runtime.InteropServices.ComTypes.IMoniker" + }, + { + "name": "ppmkPrefix", + "typeName": "System.Runtime.InteropServices.ComTypes.IMoniker" + } + ], + "isStatic": false, + "name": "CommonPrefixWith", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "pmkRight", + "typeName": "System.Runtime.InteropServices.ComTypes.IMoniker" + }, + { "name": "fOnlyIfNotGeneric", "typeName": "bool" }, + { + "name": "ppmkComposite", + "typeName": "System.Runtime.InteropServices.ComTypes.IMoniker" + } + ], + "isStatic": false, + "name": "ComposeWith", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "fForward", "typeName": "bool" }, + { + "name": "ppenumMoniker", + "typeName": "System.Runtime.InteropServices.ComTypes.IEnumMoniker" + } + ], + "isStatic": false, + "name": "Enum", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "pClassID", "typeName": "System.Guid" }], + "isStatic": false, + "name": "GetClassID", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "pbc", + "typeName": "System.Runtime.InteropServices.ComTypes.IBindCtx" + }, + { + "name": "pmkToLeft", + "typeName": "System.Runtime.InteropServices.ComTypes.IMoniker" + }, + { "name": "ppszDisplayName", "typeName": "string" } + ], + "isStatic": false, + "name": "GetDisplayName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "pcbSize", "typeName": "long" }], + "isStatic": false, + "name": "GetSizeMax", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "pbc", + "typeName": "System.Runtime.InteropServices.ComTypes.IBindCtx" + }, + { + "name": "pmkToLeft", + "typeName": "System.Runtime.InteropServices.ComTypes.IMoniker" + }, + { + "name": "pFileTime", + "typeName": "System.Runtime.InteropServices.ComTypes.FILETIME" + } + ], + "isStatic": false, + "name": "GetTimeOfLastChange", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "pdwHash", "typeName": "int" }], + "isStatic": false, + "name": "Hash", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "ppmk", + "typeName": "System.Runtime.InteropServices.ComTypes.IMoniker" + } + ], + "isStatic": false, + "name": "Inverse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "IsDirty", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "pmkOtherMoniker", + "typeName": "System.Runtime.InteropServices.ComTypes.IMoniker" + } + ], + "isStatic": false, + "name": "IsEqual", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "pbc", + "typeName": "System.Runtime.InteropServices.ComTypes.IBindCtx" + }, + { + "name": "pmkToLeft", + "typeName": "System.Runtime.InteropServices.ComTypes.IMoniker" + }, + { + "name": "pmkNewlyRunning", + "typeName": "System.Runtime.InteropServices.ComTypes.IMoniker" + } + ], + "isStatic": false, + "name": "IsRunning", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "pdwMksys", "typeName": "int" }], + "isStatic": false, + "name": "IsSystemMoniker", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "pStm", + "typeName": "System.Runtime.InteropServices.ComTypes.IStream" + } + ], + "isStatic": false, + "name": "Load", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "pbc", + "typeName": "System.Runtime.InteropServices.ComTypes.IBindCtx" + }, + { + "name": "pmkToLeft", + "typeName": "System.Runtime.InteropServices.ComTypes.IMoniker" + }, + { "name": "pszDisplayName", "typeName": "string" }, + { "name": "pchEaten", "typeName": "int" }, + { + "name": "ppmkOut", + "typeName": "System.Runtime.InteropServices.ComTypes.IMoniker" + } + ], + "isStatic": false, + "name": "ParseDisplayName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "pbc", + "typeName": "System.Runtime.InteropServices.ComTypes.IBindCtx" + }, + { "name": "dwReduceHowFar", "typeName": "int" }, + { + "name": "ppmkToLeft", + "typeName": "System.Runtime.InteropServices.ComTypes.IMoniker" + }, + { + "name": "ppmkReduced", + "typeName": "System.Runtime.InteropServices.ComTypes.IMoniker" + } + ], + "isStatic": false, + "name": "Reduce", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "pmkOther", + "typeName": "System.Runtime.InteropServices.ComTypes.IMoniker" + }, + { + "name": "ppmkRelPath", + "typeName": "System.Runtime.InteropServices.ComTypes.IMoniker" + } + ], + "isStatic": false, + "name": "RelativePathTo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "pStm", + "typeName": "System.Runtime.InteropServices.ComTypes.IStream" + }, + { "name": "fClearDirty", "typeName": "bool" } + ], + "isStatic": false, + "name": "Save", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "IMoniker", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices.ComTypes", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "IEnumVARIANT", + "params": [], + "isStatic": false, + "name": "Clone", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "celt", "typeName": "int" }, + { "name": "rgVar", "typeName": "object[]" }, + { "name": "pceltFetched", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": "Next", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "Reset", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "celt", "typeName": "int" }], + "isStatic": false, + "name": "Skip", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "IEnumVARIANT", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices.ComTypes", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Runtime.InteropServices.ComTypes.IMPLTYPEFLAGS", + "name": "IMPLTYPEFLAG_FDEFAULT", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComTypes.IMPLTYPEFLAGS", + "name": "IMPLTYPEFLAG_FDEFAULTVTABLE", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComTypes.IMPLTYPEFLAGS", + "name": "IMPLTYPEFLAG_FRESTRICTED", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComTypes.IMPLTYPEFLAGS", + "name": "IMPLTYPEFLAG_FSOURCE", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Runtime.InteropServices.ComTypes.IMPLTYPEFLAGS", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "IMPLTYPEFLAGS", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices.ComTypes", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Runtime.InteropServices.ComTypes.INVOKEKIND", + "name": "INVOKE_FUNC", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComTypes.INVOKEKIND", + "name": "INVOKE_PROPERTYGET", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComTypes.INVOKEKIND", + "name": "INVOKE_PROPERTYPUT", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComTypes.INVOKEKIND", + "name": "INVOKE_PROPERTYPUTREF", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Runtime.InteropServices.ComTypes.INVOKEKIND", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "INVOKEKIND", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices.ComTypes", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "pClassID", "typeName": "System.Guid" }], + "isStatic": false, + "name": "GetClassID", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "ppszFileName", "typeName": "string" }], + "isStatic": false, + "name": "GetCurFile", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "IsDirty", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "pszFileName", "typeName": "string" }, + { "name": "dwMode", "typeName": "int" } + ], + "isStatic": false, + "name": "Load", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "pszFileName", "typeName": "string" }, + { "name": "fRemember", "typeName": "bool" } + ], + "isStatic": false, + "name": "Save", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "pszFileName", "typeName": "string" }], + "isStatic": false, + "name": "SaveCompleted", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "IPersistFile", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices.ComTypes", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "ppstm", + "typeName": "System.Runtime.InteropServices.ComTypes.IStream" + } + ], + "isStatic": false, + "name": "Clone", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "grfCommitFlags", "typeName": "int" }], + "isStatic": false, + "name": "Commit", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "pstm", + "typeName": "System.Runtime.InteropServices.ComTypes.IStream" + }, + { "name": "cb", "typeName": "long" }, + { "name": "pcbRead", "typeName": "System.IntPtr" }, + { "name": "pcbWritten", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "libOffset", "typeName": "long" }, + { "name": "cb", "typeName": "long" }, + { "name": "dwLockType", "typeName": "int" } + ], + "isStatic": false, + "name": "LockRegion", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "pv", "typeName": "byte[]" }, + { "name": "cb", "typeName": "int" }, + { "name": "pcbRead", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": "Read", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Revert", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "dlibMove", "typeName": "long" }, + { "name": "dwOrigin", "typeName": "int" }, + { "name": "plibNewPosition", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": "Seek", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "libNewSize", "typeName": "long" }], + "isStatic": false, + "name": "SetSize", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "pstatstg", + "typeName": "System.Runtime.InteropServices.ComTypes.STATSTG" + }, + { "name": "grfStatFlag", "typeName": "int" } + ], + "isStatic": false, + "name": "Stat", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "libOffset", "typeName": "long" }, + { "name": "cb", "typeName": "long" }, + { "name": "dwLockType", "typeName": "int" } + ], + "isStatic": false, + "name": "UnlockRegion", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "pv", "typeName": "byte[]" }, + { "name": "cb", "typeName": "int" }, + { "name": "pcbWritten", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": "Write", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "IStream", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices.ComTypes", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "ppenumMoniker", + "typeName": "System.Runtime.InteropServices.ComTypes.IEnumMoniker" + } + ], + "isStatic": false, + "name": "EnumRunning", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "pmkObjectName", + "typeName": "System.Runtime.InteropServices.ComTypes.IMoniker" + }, + { "name": "ppunkObject", "typeName": "object" } + ], + "isStatic": false, + "name": "GetObject", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "pmkObjectName", + "typeName": "System.Runtime.InteropServices.ComTypes.IMoniker" + }, + { + "name": "pfiletime", + "typeName": "System.Runtime.InteropServices.ComTypes.FILETIME" + } + ], + "isStatic": false, + "name": "GetTimeOfLastChange", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "pmkObjectName", + "typeName": "System.Runtime.InteropServices.ComTypes.IMoniker" + } + ], + "isStatic": false, + "name": "IsRunning", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "dwRegister", "typeName": "int" }, + { + "name": "pfiletime", + "typeName": "System.Runtime.InteropServices.ComTypes.FILETIME" + } + ], + "isStatic": false, + "name": "NoteChangeTime", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "grfFlags", "typeName": "int" }, + { "name": "punkObject", "typeName": "object" }, + { + "name": "pmkObjectName", + "typeName": "System.Runtime.InteropServices.ComTypes.IMoniker" + } + ], + "isStatic": false, + "name": "Register", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "dwRegister", "typeName": "int" }], + "isStatic": false, + "name": "Revoke", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "IRunningObjectTable", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices.ComTypes", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "memid", "typeName": "int" }, + { + "name": "invKind", + "typeName": "System.Runtime.InteropServices.ComTypes.INVOKEKIND" + }, + { "name": "ppv", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": "AddressOfMember", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "pUnkOuter", "typeName": "object" }, + { "name": "riid", "typeName": "System.Guid" }, + { "name": "ppvObj", "typeName": "object" } + ], + "isStatic": false, + "name": "CreateInstance", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "ppTLB", + "typeName": "System.Runtime.InteropServices.ComTypes.ITypeLib" + }, + { "name": "pIndex", "typeName": "int" } + ], + "isStatic": false, + "name": "GetContainingTypeLib", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "memid", "typeName": "int" }, + { + "name": "invKind", + "typeName": "System.Runtime.InteropServices.ComTypes.INVOKEKIND" + }, + { "name": "pBstrDllName", "typeName": "System.IntPtr" }, + { "name": "pBstrName", "typeName": "System.IntPtr" }, + { "name": "pwOrdinal", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": "GetDllEntry", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "strName", "typeName": "string" }, + { "name": "strDocString", "typeName": "string" }, + { "name": "dwHelpContext", "typeName": "int" }, + { "name": "strHelpFile", "typeName": "string" } + ], + "isStatic": false, + "name": "GetDocumentation", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "ppFuncDesc", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": "GetFuncDesc", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "rgszNames", "typeName": "string[]" }, + { "name": "cNames", "typeName": "int" }, + { "name": "pMemId", "typeName": "int[]" } + ], + "isStatic": false, + "name": "GetIDsOfNames", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { + "name": "pImplTypeFlags", + "typeName": "System.Runtime.InteropServices.ComTypes.IMPLTYPEFLAGS" + } + ], + "isStatic": false, + "name": "GetImplTypeFlags", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "memid", "typeName": "int" }, + { "name": "pBstrMops", "typeName": "string" } + ], + "isStatic": false, + "name": "GetMops", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "memid", "typeName": "int" }, + { "name": "rgBstrNames", "typeName": "string[]" }, + { "name": "cMaxNames", "typeName": "int" }, + { "name": "pcNames", "typeName": "int" } + ], + "isStatic": false, + "name": "GetNames", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "hRef", "typeName": "int" }, + { + "name": "ppTI", + "typeName": "System.Runtime.InteropServices.ComTypes.ITypeInfo" + } + ], + "isStatic": false, + "name": "GetRefTypeInfo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "href", "typeName": "int" } + ], + "isStatic": false, + "name": "GetRefTypeOfImplType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "ppTypeAttr", "typeName": "System.IntPtr" }], + "isStatic": false, + "name": "GetTypeAttr", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "ppTComp", + "typeName": "System.Runtime.InteropServices.ComTypes.ITypeComp" + } + ], + "isStatic": false, + "name": "GetTypeComp", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "ppVarDesc", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": "GetVarDesc", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "pvInstance", "typeName": "object" }, + { "name": "memid", "typeName": "int" }, + { "name": "wFlags", "typeName": "short" }, + { + "name": "pDispParams", + "typeName": "System.Runtime.InteropServices.ComTypes.DISPPARAMS" + }, + { "name": "pVarResult", "typeName": "System.IntPtr" }, + { "name": "pExcepInfo", "typeName": "System.IntPtr" }, + { "name": "puArgErr", "typeName": "int" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "pFuncDesc", "typeName": "System.IntPtr" }], + "isStatic": false, + "name": "ReleaseFuncDesc", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "pTypeAttr", "typeName": "System.IntPtr" }], + "isStatic": false, + "name": "ReleaseTypeAttr", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "pVarDesc", "typeName": "System.IntPtr" }], + "isStatic": false, + "name": "ReleaseVarDesc", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ITypeInfo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices.ComTypes", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "szNameBuf", "typeName": "string" }, + { "name": "lHashVal", "typeName": "int" }, + { + "name": "ppTInfo", + "typeName": "System.Runtime.InteropServices.ComTypes.ITypeInfo[]" + }, + { "name": "rgMemId", "typeName": "int[]" }, + { "name": "pcFound", "typeName": "short" } + ], + "isStatic": false, + "name": "FindName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "strName", "typeName": "string" }, + { "name": "strDocString", "typeName": "string" }, + { "name": "dwHelpContext", "typeName": "int" }, + { "name": "strHelpFile", "typeName": "string" } + ], + "isStatic": false, + "name": "GetDocumentation", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "ppTLibAttr", "typeName": "System.IntPtr" }], + "isStatic": false, + "name": "GetLibAttr", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "ppTComp", + "typeName": "System.Runtime.InteropServices.ComTypes.ITypeComp" + } + ], + "isStatic": false, + "name": "GetTypeComp", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { + "name": "ppTI", + "typeName": "System.Runtime.InteropServices.ComTypes.ITypeInfo" + } + ], + "isStatic": false, + "name": "GetTypeInfo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetTypeInfoCount", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "guid", "typeName": "System.Guid" }, + { + "name": "ppTInfo", + "typeName": "System.Runtime.InteropServices.ComTypes.ITypeInfo" + } + ], + "isStatic": false, + "name": "GetTypeInfoOfGuid", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { + "name": "pTKind", + "typeName": "System.Runtime.InteropServices.ComTypes.TYPEKIND" + } + ], + "isStatic": false, + "name": "GetTypeInfoType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "szNameBuf", "typeName": "string" }, + { "name": "lHashVal", "typeName": "int" } + ], + "isStatic": false, + "name": "IsName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "pTLibAttr", "typeName": "System.IntPtr" }], + "isStatic": false, + "name": "ReleaseTLibAttr", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ITypeLib", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices.ComTypes", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "szName", "typeName": "string" }, + { "name": "lHashVal", "typeName": "int" }, + { "name": "wFlags", "typeName": "short" }, + { + "name": "ppTInfo", + "typeName": "System.Runtime.InteropServices.ComTypes.ITypeInfo" + }, + { + "name": "pDescKind", + "typeName": "System.Runtime.InteropServices.ComTypes.DESCKIND" + }, + { + "name": "pBindPtr", + "typeName": "System.Runtime.InteropServices.ComTypes.BINDPTR" + } + ], + "isStatic": false, + "name": "Bind", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "szName", "typeName": "string" }, + { "name": "lHashVal", "typeName": "int" }, + { + "name": "ppTInfo", + "typeName": "System.Runtime.InteropServices.ComTypes.ITypeInfo" + }, + { + "name": "ppTComp", + "typeName": "System.Runtime.InteropServices.ComTypes.ITypeComp" + } + ], + "isStatic": false, + "name": "BindType", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ITypeComp", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices.ComTypes", + "baseClass": "", + "attribute": "interface", + "interfaces": ["ITypeInfo"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "memid", "typeName": "int" }, + { + "name": "invKind", + "typeName": "System.Runtime.InteropServices.ComTypes.INVOKEKIND" + }, + { "name": "ppv", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": "AddressOfMember", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "pUnkOuter", "typeName": "object" }, + { "name": "riid", "typeName": "System.Guid" }, + { "name": "ppvObj", "typeName": "object" } + ], + "isStatic": false, + "name": "CreateInstance", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "pCustData", "typeName": "System.IntPtr" }], + "isStatic": false, + "name": "GetAllCustData", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "pCustData", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": "GetAllFuncCustData", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "pCustData", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": "GetAllImplTypeCustData", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "indexFunc", "typeName": "int" }, + { "name": "indexParam", "typeName": "int" }, + { "name": "pCustData", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": "GetAllParamCustData", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "pCustData", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": "GetAllVarCustData", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "ppTLB", + "typeName": "System.Runtime.InteropServices.ComTypes.ITypeLib" + }, + { "name": "pIndex", "typeName": "int" } + ], + "isStatic": false, + "name": "GetContainingTypeLib", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "guid", "typeName": "System.Guid" }, + { "name": "pVarVal", "typeName": "object" } + ], + "isStatic": false, + "name": "GetCustData", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "memid", "typeName": "int" }, + { + "name": "invKind", + "typeName": "System.Runtime.InteropServices.ComTypes.INVOKEKIND" + }, + { "name": "pBstrDllName", "typeName": "System.IntPtr" }, + { "name": "pBstrName", "typeName": "System.IntPtr" }, + { "name": "pwOrdinal", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": "GetDllEntry", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "strName", "typeName": "string" }, + { "name": "strDocString", "typeName": "string" }, + { "name": "dwHelpContext", "typeName": "int" }, + { "name": "strHelpFile", "typeName": "string" } + ], + "isStatic": false, + "name": "GetDocumentation", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "memid", "typeName": "int" }, + { "name": "pbstrHelpString", "typeName": "string" }, + { "name": "pdwHelpStringContext", "typeName": "int" }, + { "name": "pbstrHelpStringDll", "typeName": "string" } + ], + "isStatic": false, + "name": "GetDocumentation2", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "guid", "typeName": "System.Guid" }, + { "name": "pVarVal", "typeName": "object" } + ], + "isStatic": false, + "name": "GetFuncCustData", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "ppFuncDesc", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": "GetFuncDesc", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "memid", "typeName": "int" }, + { + "name": "invKind", + "typeName": "System.Runtime.InteropServices.ComTypes.INVOKEKIND" + }, + { "name": "pFuncIndex", "typeName": "int" } + ], + "isStatic": false, + "name": "GetFuncIndexOfMemId", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "rgszNames", "typeName": "string[]" }, + { "name": "cNames", "typeName": "int" }, + { "name": "pMemId", "typeName": "int[]" } + ], + "isStatic": false, + "name": "GetIDsOfNames", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "guid", "typeName": "System.Guid" }, + { "name": "pVarVal", "typeName": "object" } + ], + "isStatic": false, + "name": "GetImplTypeCustData", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { + "name": "pImplTypeFlags", + "typeName": "System.Runtime.InteropServices.ComTypes.IMPLTYPEFLAGS" + } + ], + "isStatic": false, + "name": "GetImplTypeFlags", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "memid", "typeName": "int" }, + { "name": "pBstrMops", "typeName": "string" } + ], + "isStatic": false, + "name": "GetMops", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "memid", "typeName": "int" }, + { "name": "rgBstrNames", "typeName": "string[]" }, + { "name": "cMaxNames", "typeName": "int" }, + { "name": "pcNames", "typeName": "int" } + ], + "isStatic": false, + "name": "GetNames", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "indexFunc", "typeName": "int" }, + { "name": "indexParam", "typeName": "int" }, + { "name": "guid", "typeName": "System.Guid" }, + { "name": "pVarVal", "typeName": "object" } + ], + "isStatic": false, + "name": "GetParamCustData", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "hRef", "typeName": "int" }, + { + "name": "ppTI", + "typeName": "System.Runtime.InteropServices.ComTypes.ITypeInfo" + } + ], + "isStatic": false, + "name": "GetRefTypeInfo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "href", "typeName": "int" } + ], + "isStatic": false, + "name": "GetRefTypeOfImplType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "ppTypeAttr", "typeName": "System.IntPtr" }], + "isStatic": false, + "name": "GetTypeAttr", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "ppTComp", + "typeName": "System.Runtime.InteropServices.ComTypes.ITypeComp" + } + ], + "isStatic": false, + "name": "GetTypeComp", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "pTypeFlags", "typeName": "int" }], + "isStatic": false, + "name": "GetTypeFlags", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "pTypeKind", + "typeName": "System.Runtime.InteropServices.ComTypes.TYPEKIND" + } + ], + "isStatic": false, + "name": "GetTypeKind", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "guid", "typeName": "System.Guid" }, + { "name": "pVarVal", "typeName": "object" } + ], + "isStatic": false, + "name": "GetVarCustData", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "ppVarDesc", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": "GetVarDesc", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "memid", "typeName": "int" }, + { "name": "pVarIndex", "typeName": "int" } + ], + "isStatic": false, + "name": "GetVarIndexOfMemId", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "pvInstance", "typeName": "object" }, + { "name": "memid", "typeName": "int" }, + { "name": "wFlags", "typeName": "short" }, + { + "name": "pDispParams", + "typeName": "System.Runtime.InteropServices.ComTypes.DISPPARAMS" + }, + { "name": "pVarResult", "typeName": "System.IntPtr" }, + { "name": "pExcepInfo", "typeName": "System.IntPtr" }, + { "name": "puArgErr", "typeName": "int" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "pFuncDesc", "typeName": "System.IntPtr" }], + "isStatic": false, + "name": "ReleaseFuncDesc", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "pTypeAttr", "typeName": "System.IntPtr" }], + "isStatic": false, + "name": "ReleaseTypeAttr", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "pVarDesc", "typeName": "System.IntPtr" }], + "isStatic": false, + "name": "ReleaseVarDesc", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ITypeInfo2", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices.ComTypes", + "baseClass": "", + "attribute": "interface", + "interfaces": ["ITypeLib"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "szNameBuf", "typeName": "string" }, + { "name": "lHashVal", "typeName": "int" }, + { + "name": "ppTInfo", + "typeName": "System.Runtime.InteropServices.ComTypes.ITypeInfo[]" + }, + { "name": "rgMemId", "typeName": "int[]" }, + { "name": "pcFound", "typeName": "short" } + ], + "isStatic": false, + "name": "FindName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "pCustData", "typeName": "System.IntPtr" }], + "isStatic": false, + "name": "GetAllCustData", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "guid", "typeName": "System.Guid" }, + { "name": "pVarVal", "typeName": "object" } + ], + "isStatic": false, + "name": "GetCustData", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "strName", "typeName": "string" }, + { "name": "strDocString", "typeName": "string" }, + { "name": "dwHelpContext", "typeName": "int" }, + { "name": "strHelpFile", "typeName": "string" } + ], + "isStatic": false, + "name": "GetDocumentation", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "pbstrHelpString", "typeName": "string" }, + { "name": "pdwHelpStringContext", "typeName": "int" }, + { "name": "pbstrHelpStringDll", "typeName": "string" } + ], + "isStatic": false, + "name": "GetDocumentation2", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "ppTLibAttr", "typeName": "System.IntPtr" }], + "isStatic": false, + "name": "GetLibAttr", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "pcUniqueNames", "typeName": "System.IntPtr" }, + { "name": "pcchUniqueNames", "typeName": "int" } + ], + "isStatic": false, + "name": "GetLibStatistics", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "ppTComp", + "typeName": "System.Runtime.InteropServices.ComTypes.ITypeComp" + } + ], + "isStatic": false, + "name": "GetTypeComp", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { + "name": "ppTI", + "typeName": "System.Runtime.InteropServices.ComTypes.ITypeInfo" + } + ], + "isStatic": false, + "name": "GetTypeInfo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetTypeInfoCount", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "guid", "typeName": "System.Guid" }, + { + "name": "ppTInfo", + "typeName": "System.Runtime.InteropServices.ComTypes.ITypeInfo" + } + ], + "isStatic": false, + "name": "GetTypeInfoOfGuid", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { + "name": "pTKind", + "typeName": "System.Runtime.InteropServices.ComTypes.TYPEKIND" + } + ], + "isStatic": false, + "name": "GetTypeInfoType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "szNameBuf", "typeName": "string" }, + { "name": "lHashVal", "typeName": "int" } + ], + "isStatic": false, + "name": "IsName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "pTLibAttr", "typeName": "System.IntPtr" }], + "isStatic": false, + "name": "ReleaseTLibAttr", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ITypeLib2", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices.ComTypes", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Runtime.InteropServices.ComTypes.LIBFLAGS", + "name": "LIBFLAG_FCONTROL", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComTypes.LIBFLAGS", + "name": "LIBFLAG_FHASDISKIMAGE", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComTypes.LIBFLAGS", + "name": "LIBFLAG_FHIDDEN", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComTypes.LIBFLAGS", + "name": "LIBFLAG_FRESTRICTED", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Runtime.InteropServices.ComTypes.LIBFLAGS", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "LIBFLAGS", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices.ComTypes", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.IntPtr", + "name": "lpVarValue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComTypes.PARAMFLAG", + "name": "wParamFlags", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "PARAMDESC", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices.ComTypes", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Runtime.InteropServices.ComTypes.PARAMFLAG", + "name": "PARAMFLAG_FHASCUSTDATA", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComTypes.PARAMFLAG", + "name": "PARAMFLAG_FHASDEFAULT", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComTypes.PARAMFLAG", + "name": "PARAMFLAG_FIN", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComTypes.PARAMFLAG", + "name": "PARAMFLAG_FLCID", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComTypes.PARAMFLAG", + "name": "PARAMFLAG_FOPT", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComTypes.PARAMFLAG", + "name": "PARAMFLAG_FOUT", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComTypes.PARAMFLAG", + "name": "PARAMFLAG_FRETVAL", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComTypes.PARAMFLAG", + "name": "PARAMFLAG_NONE", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Runtime.InteropServices.ComTypes.PARAMFLAG", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "PARAMFLAG", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices.ComTypes", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "short", + "name": "cbAlignment", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "cbSizeInstance", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "short", + "name": "cbSizeVft", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "short", + "name": "cFuncs", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "short", + "name": "cImplTypes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "short", + "name": "cVars", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "dwReserved", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Guid", + "name": "guid", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComTypes.IDLDESC", + "name": "idldescType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "lcid", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.IntPtr", + "name": "lpstrSchema", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "MEMBER_ID_NIL", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "memidConstructor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "memidDestructor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComTypes.TYPEDESC", + "name": "tdescAlias", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComTypes.TYPEKIND", + "name": "typekind", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "short", + "name": "wMajorVerNum", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "short", + "name": "wMinorVerNum", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComTypes.TYPEFLAGS", + "name": "wTypeFlags", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "TYPEATTR", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices.ComTypes", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Runtime.InteropServices.ComTypes.FILETIME", + "name": "atime", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "long", + "name": "cbSize", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Guid", + "name": "clsid", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComTypes.FILETIME", + "name": "ctime", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "grfLocksSupported", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "grfMode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "grfStateBits", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComTypes.FILETIME", + "name": "mtime", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "pwcsName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "reserved", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "type", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "STATSTG", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices.ComTypes", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Runtime.InteropServices.ComTypes.SYSKIND", + "name": "SYS_MAC", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComTypes.SYSKIND", + "name": "SYS_WIN16", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComTypes.SYSKIND", + "name": "SYS_WIN32", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComTypes.SYSKIND", + "name": "SYS_WIN64", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Runtime.InteropServices.ComTypes.SYSKIND", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "SYSKIND", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices.ComTypes", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.IntPtr", + "name": "lpValue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "short", + "name": "vt", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "TYPEDESC", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices.ComTypes", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Runtime.InteropServices.ComTypes.TYPEFLAGS", + "name": "TYPEFLAG_FAGGREGATABLE", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComTypes.TYPEFLAGS", + "name": "TYPEFLAG_FAPPOBJECT", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComTypes.TYPEFLAGS", + "name": "TYPEFLAG_FCANCREATE", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComTypes.TYPEFLAGS", + "name": "TYPEFLAG_FCONTROL", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComTypes.TYPEFLAGS", + "name": "TYPEFLAG_FDISPATCHABLE", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComTypes.TYPEFLAGS", + "name": "TYPEFLAG_FDUAL", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComTypes.TYPEFLAGS", + "name": "TYPEFLAG_FHIDDEN", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComTypes.TYPEFLAGS", + "name": "TYPEFLAG_FLICENSED", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComTypes.TYPEFLAGS", + "name": "TYPEFLAG_FNONEXTENSIBLE", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComTypes.TYPEFLAGS", + "name": "TYPEFLAG_FOLEAUTOMATION", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComTypes.TYPEFLAGS", + "name": "TYPEFLAG_FPREDECLID", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComTypes.TYPEFLAGS", + "name": "TYPEFLAG_FPROXY", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComTypes.TYPEFLAGS", + "name": "TYPEFLAG_FREPLACEABLE", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComTypes.TYPEFLAGS", + "name": "TYPEFLAG_FRESTRICTED", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComTypes.TYPEFLAGS", + "name": "TYPEFLAG_FREVERSEBIND", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Runtime.InteropServices.ComTypes.TYPEFLAGS", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "TYPEFLAGS", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices.ComTypes", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Runtime.InteropServices.ComTypes.TYPEKIND", + "name": "TKIND_ALIAS", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComTypes.TYPEKIND", + "name": "TKIND_COCLASS", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComTypes.TYPEKIND", + "name": "TKIND_DISPATCH", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComTypes.TYPEKIND", + "name": "TKIND_ENUM", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComTypes.TYPEKIND", + "name": "TKIND_INTERFACE", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComTypes.TYPEKIND", + "name": "TKIND_MAX", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComTypes.TYPEKIND", + "name": "TKIND_MODULE", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComTypes.TYPEKIND", + "name": "TKIND_RECORD", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComTypes.TYPEKIND", + "name": "TKIND_UNION", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Runtime.InteropServices.ComTypes.TYPEKIND", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "TYPEKIND", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices.ComTypes", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Runtime.InteropServices.ComTypes.VARDESC.DESCUNION", + "name": "desc", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComTypes.ELEMDESC", + "name": "elemdescVar", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "lpstrSchema", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "memid", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComTypes.VARKIND", + "name": "varkind", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "short", + "name": "wVarFlags", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "VARDESC", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices.ComTypes", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Guid", + "name": "guid", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "lcid", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComTypes.SYSKIND", + "name": "syskind", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComTypes.LIBFLAGS", + "name": "wLibFlags", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "short", + "name": "wMajorVerNum", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "short", + "name": "wMinorVerNum", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "TYPELIBATTR", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices.ComTypes", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Runtime.InteropServices.ComTypes.DATADIR", + "name": "DATADIR_GET", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComTypes.DATADIR", + "name": "DATADIR_SET", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Runtime.InteropServices.ComTypes.DATADIR", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "DATADIR", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Runtime.InteropServices.ComTypes", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Runtime.InteropServices.ComTypes.DVASPECT", + "name": "DVASPECT_CONTENT", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComTypes.DVASPECT", + "name": "DVASPECT_DOCPRINT", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComTypes.DVASPECT", + "name": "DVASPECT_ICON", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComTypes.DVASPECT", + "name": "DVASPECT_THUMBNAIL", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Runtime.InteropServices.ComTypes.DVASPECT", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "DVASPECT", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Runtime.InteropServices.ComTypes", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Int32", + "params": [ + { + "name": "pFormatetc", + "typeName": "System.Runtime.InteropServices.ComTypes.FORMATETC" + }, + { + "name": "advf", + "typeName": "System.Runtime.InteropServices.ComTypes.ADVF" + }, + { + "name": "adviseSink", + "typeName": "System.Runtime.InteropServices.ComTypes.IAdviseSink" + }, + { "name": "connection", "typeName": "int" } + ], + "isStatic": false, + "name": "DAdvise", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "connection", "typeName": "int" }], + "isStatic": false, + "name": "DUnadvise", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "enumAdvise", + "typeName": "System.Runtime.InteropServices.ComTypes.IEnumSTATDATA" + } + ], + "isStatic": false, + "name": "EnumDAdvise", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IEnumFORMATETC", + "params": [ + { + "name": "direction", + "typeName": "System.Runtime.InteropServices.ComTypes.DATADIR" + } + ], + "isStatic": false, + "name": "EnumFormatEtc", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "formatIn", + "typeName": "System.Runtime.InteropServices.ComTypes.FORMATETC" + }, + { + "name": "formatOut", + "typeName": "System.Runtime.InteropServices.ComTypes.FORMATETC" + } + ], + "isStatic": false, + "name": "GetCanonicalFormatEtc", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "format", + "typeName": "System.Runtime.InteropServices.ComTypes.FORMATETC" + }, + { + "name": "medium", + "typeName": "System.Runtime.InteropServices.ComTypes.STGMEDIUM" + } + ], + "isStatic": false, + "name": "GetData", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "format", + "typeName": "System.Runtime.InteropServices.ComTypes.FORMATETC" + }, + { + "name": "medium", + "typeName": "System.Runtime.InteropServices.ComTypes.STGMEDIUM" + } + ], + "isStatic": false, + "name": "GetDataHere", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "format", + "typeName": "System.Runtime.InteropServices.ComTypes.FORMATETC" + } + ], + "isStatic": false, + "name": "QueryGetData", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "formatIn", + "typeName": "System.Runtime.InteropServices.ComTypes.FORMATETC" + }, + { + "name": "medium", + "typeName": "System.Runtime.InteropServices.ComTypes.STGMEDIUM" + }, + { "name": "release", "typeName": "bool" } + ], + "isStatic": false, + "name": "SetData", + "comment": "", + "location": "System.dll" + } + ], + "name": "IDataObject", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Runtime.InteropServices.ComTypes", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.IntPtr", + "name": "lpvarValue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "oInst", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "DESCUNION", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices.ComTypes", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "newEnum", + "typeName": "System.Runtime.InteropServices.ComTypes.IEnumFORMATETC" + } + ], + "isStatic": false, + "name": "Clone", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "celt", "typeName": "int" }, + { + "name": "rgelt", + "typeName": "System.Runtime.InteropServices.ComTypes.FORMATETC[]" + }, + { "name": "pceltFetched", "typeName": "int[]" } + ], + "isStatic": false, + "name": "Next", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "Reset", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "celt", "typeName": "int" }], + "isStatic": false, + "name": "Skip", + "comment": "", + "location": "System.dll" + } + ], + "name": "IEnumFORMATETC", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Runtime.InteropServices.ComTypes", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "short", + "name": "cfFormat", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComTypes.DVASPECT", + "name": "dwAspect", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "lindex", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.IntPtr", + "name": "ptd", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComTypes.TYMED", + "name": "tymed", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "FORMATETC", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Runtime.InteropServices.ComTypes", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Runtime.InteropServices.ComTypes.VARFLAGS", + "name": "VARFLAG_FBINDABLE", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComTypes.VARFLAGS", + "name": "VARFLAG_FDEFAULTBIND", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComTypes.VARFLAGS", + "name": "VARFLAG_FDEFAULTCOLLELEM", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComTypes.VARFLAGS", + "name": "VARFLAG_FDISPLAYBIND", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComTypes.VARFLAGS", + "name": "VARFLAG_FHIDDEN", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComTypes.VARFLAGS", + "name": "VARFLAG_FIMMEDIATEBIND", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComTypes.VARFLAGS", + "name": "VARFLAG_FNONBROWSABLE", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComTypes.VARFLAGS", + "name": "VARFLAG_FREADONLY", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComTypes.VARFLAGS", + "name": "VARFLAG_FREPLACEABLE", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComTypes.VARFLAGS", + "name": "VARFLAG_FREQUESTEDIT", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComTypes.VARFLAGS", + "name": "VARFLAG_FRESTRICTED", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComTypes.VARFLAGS", + "name": "VARFLAG_FSOURCE", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComTypes.VARFLAGS", + "name": "VARFLAG_FUIDEFAULT", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Runtime.InteropServices.ComTypes.VARFLAGS", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "VARFLAGS", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices.ComTypes", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "newEnum", + "typeName": "System.Runtime.InteropServices.ComTypes.IEnumSTATDATA" + } + ], + "isStatic": false, + "name": "Clone", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "celt", "typeName": "int" }, + { + "name": "rgelt", + "typeName": "System.Runtime.InteropServices.ComTypes.STATDATA[]" + }, + { "name": "pceltFetched", "typeName": "int[]" } + ], + "isStatic": false, + "name": "Next", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "Reset", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "celt", "typeName": "int" }], + "isStatic": false, + "name": "Skip", + "comment": "", + "location": "System.dll" + } + ], + "name": "IEnumSTATDATA", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Runtime.InteropServices.ComTypes", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "OnClose", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "format", + "typeName": "System.Runtime.InteropServices.ComTypes.FORMATETC" + }, + { + "name": "stgmedium", + "typeName": "System.Runtime.InteropServices.ComTypes.STGMEDIUM" + } + ], + "isStatic": false, + "name": "OnDataChange", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "moniker", + "typeName": "System.Runtime.InteropServices.ComTypes.IMoniker" + } + ], + "isStatic": false, + "name": "OnRename", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "OnSave", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "aspect", "typeName": "int" }, + { "name": "index", "typeName": "int" } + ], + "isStatic": false, + "name": "OnViewChange", + "comment": "", + "location": "System.dll" + } + ], + "name": "IAdviseSink", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Runtime.InteropServices.ComTypes", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Runtime.InteropServices.ComTypes.VARKIND", + "name": "VAR_CONST", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComTypes.VARKIND", + "name": "VAR_DISPATCH", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComTypes.VARKIND", + "name": "VAR_PERINSTANCE", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComTypes.VARKIND", + "name": "VAR_STATIC", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Runtime.InteropServices.ComTypes.VARKIND", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "VARKIND", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices.ComTypes", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Runtime.InteropServices.ComTypes.ADVF", + "name": "advf", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComTypes.IAdviseSink", + "name": "advSink", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "connection", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComTypes.FORMATETC", + "name": "formatetc", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "STATDATA", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Runtime.InteropServices.ComTypes", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Runtime.InteropServices.ComTypes.ADVF", + "name": "ADVFCACHE_FORCEBUILTIN", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComTypes.ADVF", + "name": "ADVFCACHE_NOHANDLER", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComTypes.ADVF", + "name": "ADVFCACHE_ONSAVE", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComTypes.ADVF", + "name": "ADVF_DATAONSTOP", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComTypes.ADVF", + "name": "ADVF_NODATA", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComTypes.ADVF", + "name": "ADVF_ONLYONCE", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComTypes.ADVF", + "name": "ADVF_PRIMEFIRST", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Runtime.InteropServices.ComTypes.ADVF", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "ADVF", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Runtime.InteropServices.ComTypes", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Runtime.InteropServices.ComTypes.TYMED", + "name": "TYMED_ENHMF", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComTypes.TYMED", + "name": "TYMED_FILE", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComTypes.TYMED", + "name": "TYMED_GDI", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComTypes.TYMED", + "name": "TYMED_HGLOBAL", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComTypes.TYMED", + "name": "TYMED_ISTORAGE", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComTypes.TYMED", + "name": "TYMED_ISTREAM", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComTypes.TYMED", + "name": "TYMED_MFPICT", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComTypes.TYMED", + "name": "TYMED_NULL", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Runtime.InteropServices.ComTypes.TYMED", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "TYMED", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Runtime.InteropServices.ComTypes", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "object", + "name": "pUnkForRelease", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Runtime.InteropServices.ComTypes.TYMED", + "name": "tymed", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.IntPtr", + "name": "unionmember", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "STGMEDIUM", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Runtime.InteropServices.Expando", + "baseClass": "", + "attribute": "interface", + "interfaces": ["IReflect"], + "fields": [], + "methods": [ + { + "returnTypeName": "FieldInfo", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "AddField", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "MethodInfo", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "method", "typeName": "System.Delegate" } + ], + "isStatic": false, + "name": "AddMethod", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "PropertyInfo", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "AddProperty", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "m", "typeName": "System.Reflection.MemberInfo" } + ], + "isStatic": false, + "name": "RemoveMember", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "IExpando", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices.WindowsRuntime", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "System.Type", + "name": "DefaultInterface", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "defaultInterface", "typeName": "System.Type" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "DefaultInterfaceAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices.WindowsRuntime", + "baseClass": "System.EventArgs", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "NamespaceName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Collections.ObjectModel.Collection", + "name": "ResolvedAssemblyFiles", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "namespaceName", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "DesignerNamespaceResolveEventArgs", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices.WindowsRuntime", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "left", + "typeName": "System.Runtime.InteropServices.WindowsRuntime.EventRegistrationToken" + }, + { + "name": "right", + "typeName": "System.Runtime.InteropServices.WindowsRuntime.EventRegistrationToken" + } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "left", + "typeName": "System.Runtime.InteropServices.WindowsRuntime.EventRegistrationToken" + }, + { + "name": "right", + "typeName": "System.Runtime.InteropServices.WindowsRuntime.EventRegistrationToken" + } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "EventRegistrationToken", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices.WindowsRuntime", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "T", + "name": "InvocationList", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "EventRegistrationToken", + "params": [{ "name": "handler", "typeName": "T" }], + "isStatic": false, + "name": "AddEventHandler", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "EventRegistrationTokenTable", + "params": [ + { + "name": "refEventTable", + "typeName": "System.Runtime.InteropServices.WindowsRuntime.EventRegistrationTokenTable" + } + ], + "isStatic": true, + "name": "GetOrCreateEventRegistrationTokenTable", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "token", + "typeName": "System.Runtime.InteropServices.WindowsRuntime.EventRegistrationToken" + } + ], + "isStatic": false, + "name": "RemoveEventHandler", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "handler", "typeName": "T" }], + "isStatic": false, + "name": "RemoveEventHandler", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "EventRegistrationTokenTable", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices.WindowsRuntime", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Object", + "params": [], + "isStatic": false, + "name": "ActivateInstance", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "IActivationFactory", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices.WindowsRuntime", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "byte", + "name": "BuildVersion", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Type", + "name": "InterfaceType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "byte", + "name": "MajorVersion", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "byte", + "name": "MinorVersion", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "byte", + "name": "RevisionVersion", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "interfaceType", "typeName": "System.Type" }, + { "name": "majorVersion", "typeName": "byte" }, + { "name": "minorVersion", "typeName": "byte" }, + { "name": "buildVersion", "typeName": "byte" }, + { "name": "revisionVersion", "typeName": "byte" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "InterfaceImplementedInVersionAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices.WindowsRuntime", + "baseClass": "System.EventArgs", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "NamespaceName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.Assembly", + "name": "RequestingAssembly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Collections.ObjectModel.Collection", + "name": "ResolvedAssemblies", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "namespaceName", "typeName": "string" }, + { + "name": "requestingAssembly", + "typeName": "System.Reflection.Assembly" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "NamespaceResolveEventArgs", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices.WindowsRuntime", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ReadOnlyArrayAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices.WindowsRuntime", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ReturnValueNameAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices.WindowsRuntime", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "addMethod", + "typeName": "System.Func" + }, + { + "name": "removeMethod", + "typeName": "System.Action" + }, + { "name": "handler", "typeName": "T" } + ], + "isStatic": true, + "name": "AddEventHandler", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "ptr", "typeName": "System.IntPtr" }], + "isStatic": true, + "name": "FreeHString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IActivationFactory", + "params": [{ "name": "type", "typeName": "System.Type" }], + "isStatic": true, + "name": "GetActivationFactory", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "ptr", "typeName": "System.IntPtr" }], + "isStatic": true, + "name": "PtrToStringHString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "removeMethod", + "typeName": "System.Action" + } + ], + "isStatic": true, + "name": "RemoveAllEventHandlers", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "removeMethod", + "typeName": "System.Action" + }, + { "name": "handler", "typeName": "T" } + ], + "isStatic": true, + "name": "RemoveEventHandler", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [{ "name": "s", "typeName": "string" }], + "isStatic": true, + "name": "StringToHString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "WindowsRuntimeMarshal", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices.WindowsRuntime", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.EventHandler", + "name": "DesignerNamespaceResolve", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.EventHandler", + "name": "ReflectionOnlyNamespaceResolve", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.EventHandler" + } + ], + "isStatic": true, + "name": "add_DesignerNamespaceResolve", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.EventHandler" + } + ], + "isStatic": true, + "name": "remove_DesignerNamespaceResolve", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.EventHandler" + } + ], + "isStatic": true, + "name": "add_ReflectionOnlyNamespaceResolve", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.EventHandler" + } + ], + "isStatic": true, + "name": "remove_ReflectionOnlyNamespaceResolve", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [ + { "name": "namespaceName", "typeName": "string" }, + { + "name": "packageGraphFilePaths", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": true, + "name": "ResolveNamespace", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [ + { "name": "namespaceName", "typeName": "string" }, + { "name": "windowsSdkFilePath", "typeName": "string" }, + { + "name": "packageGraphFilePaths", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": true, + "name": "ResolveNamespace", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "WindowsRuntimeMetadata", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices.WindowsRuntime", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "WriteOnlyArrayAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "System.Reflection.EventInfo", + "attribute": "", + "interfaces": ["ICustomAttributeProvider", "_MemberInfo", "_EventInfo"], + "fields": [ + { + "typeName": "System.Reflection.EventAttributes", + "name": "Attributes", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Type", + "name": "DeclaringType", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Type", + "name": "ReflectedType", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { "name": "eventName", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "target", "typeName": "object" }, + { "name": "handler", "typeName": "System.Delegate" } + ], + "isStatic": false, + "name": "AddEventHandler", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "MethodInfo", + "params": [{ "name": "nonPublic", "typeName": "bool" }], + "isStatic": false, + "name": "GetAddMethod", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "inherit", "typeName": "bool" }], + "isStatic": false, + "name": "GetCustomAttributes", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "attributeType", "typeName": "System.Type" }, + { "name": "inherit", "typeName": "bool" } + ], + "isStatic": false, + "name": "GetCustomAttributes", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "MethodInfo", + "params": [{ "name": "nonPublic", "typeName": "bool" }], + "isStatic": false, + "name": "GetRaiseMethod", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "MethodInfo", + "params": [{ "name": "nonPublic", "typeName": "bool" }], + "isStatic": false, + "name": "GetRemoveMethod", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "attributeType", "typeName": "System.Type" }, + { "name": "inherit", "typeName": "bool" } + ], + "isStatic": false, + "name": "IsDefined", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "target", "typeName": "object" }, + { "name": "handler", "typeName": "System.Delegate" } + ], + "isStatic": false, + "name": "RemoveEventHandler", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "ComAwareEventInfo", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "object", + "name": "Value", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "DefaultParameterValueAttribute", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "Count", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "InitialThreshold", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "MaximumThreshold", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "initialThreshold", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "initialThreshold", "typeName": "int" }, + { "name": "maximumThreshold", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "System.dll" + } + ], + "name": "HandleCollector", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Runtime.InteropServices", + "baseClass": "System.MarshalByRefObject", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [], + "name": "StandardOleMarshalObject", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Security", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "System.Security.PartialTrustVisibilityLevel", + "name": "PartialTrustVisibilityLevel", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "AllowPartiallyTrustedCallersAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security", + "baseClass": "object", + "attribute": "", + "interfaces": ["IPermission", "ISecurityEncodable", "IStackWalk"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Assert", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IPermission", + "params": [], + "isStatic": false, + "name": "Copy", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Demand", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Deny", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "elem", "typeName": "System.Security.SecurityElement" } + ], + "isStatic": false, + "name": "FromXml", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IPermission", + "params": [ + { "name": "target", "typeName": "System.Security.IPermission" } + ], + "isStatic": false, + "name": "Intersect", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "target", "typeName": "System.Security.IPermission" } + ], + "isStatic": false, + "name": "IsSubsetOf", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "PermitOnly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "RevertAll", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "RevertAssert", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "RevertDeny", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "RevertPermitOnly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SecurityElement", + "params": [], + "isStatic": false, + "name": "ToXml", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IPermission", + "params": [ + { "name": "other", "typeName": "System.Security.IPermission" } + ], + "isStatic": false, + "name": "Union", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "CodeAccessPermission", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security", + "baseClass": "System.SystemException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [ + { + "typeName": "System.Security.Permissions.HostProtectionResource", + "name": "DemandedResources", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Permissions.HostProtectionResource", + "name": "ProtectedResources", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "e", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { + "name": "protectedResources", + "typeName": "System.Security.Permissions.HostProtectionResource" + }, + { + "name": "demandedResources", + "typeName": "System.Security.Permissions.HostProtectionResource" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "info", + "typeName": "System.Runtime.Serialization.SerializationInfo" + }, + { + "name": "context", + "typeName": "System.Runtime.Serialization.StreamingContext" + } + ], + "isStatic": false, + "name": "GetObjectData", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "HostProtectionException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Security.Policy.PolicyLevel", + "name": "DomainPolicy", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.HostSecurityManagerOptions", + "name": "Flags", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ApplicationTrust", + "params": [ + { + "name": "applicationEvidence", + "typeName": "System.Security.Policy.Evidence" + }, + { + "name": "activatorEvidence", + "typeName": "System.Security.Policy.Evidence" + }, + { + "name": "context", + "typeName": "System.Security.Policy.TrustManagerContext" + } + ], + "isStatic": false, + "name": "DetermineApplicationTrust", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "EvidenceBase", + "params": [{ "name": "evidenceType", "typeName": "System.Type" }], + "isStatic": false, + "name": "GenerateAppDomainEvidence", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "EvidenceBase", + "params": [ + { "name": "evidenceType", "typeName": "System.Type" }, + { "name": "assembly", "typeName": "System.Reflection.Assembly" } + ], + "isStatic": false, + "name": "GenerateAssemblyEvidence", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetHostSuppliedAppDomainEvidenceTypes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "assembly", "typeName": "System.Reflection.Assembly" } + ], + "isStatic": false, + "name": "GetHostSuppliedAssemblyEvidenceTypes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Evidence", + "params": [ + { + "name": "inputEvidence", + "typeName": "System.Security.Policy.Evidence" + } + ], + "isStatic": false, + "name": "ProvideAppDomainEvidence", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Evidence", + "params": [ + { + "name": "loadedAssembly", + "typeName": "System.Reflection.Assembly" + }, + { + "name": "inputEvidence", + "typeName": "System.Security.Policy.Evidence" + } + ], + "isStatic": false, + "name": "ProvideAssemblyEvidence", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "PermissionSet", + "params": [ + { + "name": "evidence", + "typeName": "System.Security.Policy.Evidence" + } + ], + "isStatic": false, + "name": "ResolvePolicy", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "HostSecurityManager", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Security.HostSecurityManagerOptions", + "name": "AllFlags", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.HostSecurityManagerOptions", + "name": "HostAppDomainEvidence", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.HostSecurityManagerOptions", + "name": "HostAssemblyEvidence", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.HostSecurityManagerOptions", + "name": "HostDetermineApplicationTrust", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.HostSecurityManagerOptions", + "name": "HostPolicyLevel", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.HostSecurityManagerOptions", + "name": "HostResolvePolicy", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.HostSecurityManagerOptions", + "name": "None", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Security.HostSecurityManagerOptions", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "HostSecurityManagerOptions", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [ + { + "typeName": "System.Security.Policy.Evidence", + "name": "Evidence", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [], + "name": "IEvidenceFactory", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security", + "baseClass": "", + "attribute": "interface", + "interfaces": ["ISecurityEncodable"], + "fields": [], + "methods": [ + { + "returnTypeName": "IPermission", + "params": [], + "isStatic": false, + "name": "Copy", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Demand", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IPermission", + "params": [ + { "name": "target", "typeName": "System.Security.IPermission" } + ], + "isStatic": false, + "name": "Intersect", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "target", "typeName": "System.Security.IPermission" } + ], + "isStatic": false, + "name": "IsSubsetOf", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IPermission", + "params": [ + { "name": "target", "typeName": "System.Security.IPermission" } + ], + "isStatic": false, + "name": "Union", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "IPermission", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "e", "typeName": "System.Security.SecurityElement" }, + { + "name": "level", + "typeName": "System.Security.Policy.PolicyLevel" + } + ], + "isStatic": false, + "name": "FromXml", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SecurityElement", + "params": [ + { + "name": "level", + "typeName": "System.Security.Policy.PolicyLevel" + } + ], + "isStatic": false, + "name": "ToXml", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ISecurityPolicyEncodable", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "e", "typeName": "System.Security.SecurityElement" } + ], + "isStatic": false, + "name": "FromXml", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SecurityElement", + "params": [], + "isStatic": false, + "name": "ToXml", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ISecurityEncodable", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Assert", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Demand", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Deny", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "PermitOnly", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "IStackWalk", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security", + "baseClass": "System.Security.PermissionSet", + "attribute": "", + "interfaces": [ + "ICollection", + "IEnumerable", + "IDeserializationCallback", + "ISecurityEncodable", + "IStackWalk" + ], + "fields": [ + { + "typeName": "string", + "name": "Description", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "permSet", + "typeName": "System.Security.NamedPermissionSet" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { + "name": "state", + "typeName": "System.Security.Permissions.PermissionState" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "permSet", "typeName": "System.Security.PermissionSet" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "PermissionSet", + "params": [], + "isStatic": false, + "name": "Copy", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "NamedPermissionSet", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "Copy", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "et", "typeName": "System.Security.SecurityElement" } + ], + "isStatic": false, + "name": "FromXml", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SecurityElement", + "params": [], + "isStatic": false, + "name": "ToXml", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "NamedPermissionSet", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Security.PartialTrustVisibilityLevel", + "name": "NotVisibleByDefault", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.PartialTrustVisibilityLevel", + "name": "VisibleToAllHosts", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Security.PartialTrustVisibilityLevel", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "PartialTrustVisibilityLevel", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security", + "baseClass": "object", + "attribute": "", + "interfaces": [ + "ICollection", + "IEnumerable", + "IDeserializationCallback", + "ISecurityEncodable", + "IStackWalk" + ], + "fields": [ + { + "typeName": "int", + "name": "Count", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsReadOnly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsSynchronized", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "object", + "name": "SyncRoot", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "state", + "typeName": "System.Security.Permissions.PermissionState" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "permSet", "typeName": "System.Security.PermissionSet" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IPermission", + "params": [ + { "name": "perm", "typeName": "System.Security.IPermission" } + ], + "isStatic": false, + "name": "AddPermission", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Assert", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "ContainsNonCodeAccessPermissions", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "inFormat", "typeName": "string" }, + { "name": "inData", "typeName": "byte[]" }, + { "name": "outFormat", "typeName": "string" } + ], + "isStatic": true, + "name": "ConvertPermissionSet", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "PermissionSet", + "params": [], + "isStatic": false, + "name": "Copy", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "array", "typeName": "System.Array" }, + { "name": "index", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Demand", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Deny", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "et", "typeName": "System.Security.SecurityElement" } + ], + "isStatic": false, + "name": "FromXml", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IEnumerator", + "params": [], + "isStatic": false, + "name": "GetEnumerator", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IPermission", + "params": [{ "name": "permClass", "typeName": "System.Type" }], + "isStatic": false, + "name": "GetPermission", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "PermissionSet", + "params": [ + { "name": "other", "typeName": "System.Security.PermissionSet" } + ], + "isStatic": false, + "name": "Intersect", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "IsEmpty", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "target", "typeName": "System.Security.PermissionSet" } + ], + "isStatic": false, + "name": "IsSubsetOf", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "IsUnrestricted", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "PermitOnly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IPermission", + "params": [{ "name": "permClass", "typeName": "System.Type" }], + "isStatic": false, + "name": "RemovePermission", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "RevertAssert", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IPermission", + "params": [ + { "name": "perm", "typeName": "System.Security.IPermission" } + ], + "isStatic": false, + "name": "SetPermission", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SecurityElement", + "params": [], + "isStatic": false, + "name": "ToXml", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "PermissionSet", + "params": [ + { "name": "other", "typeName": "System.Security.PermissionSet" } + ], + "isStatic": false, + "name": "Union", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "PermissionSet", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Security.PolicyLevelType", + "name": "AppDomain", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.PolicyLevelType", + "name": "Enterprise", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.PolicyLevelType", + "name": "Machine", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.PolicyLevelType", + "name": "User", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Security.PolicyLevelType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "PolicyLevelType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security", + "baseClass": "System.Security.PermissionSet", + "attribute": "", + "interfaces": [ + "ICollection", + "IEnumerable", + "IDeserializationCallback", + "ISecurityEncodable", + "IStackWalk" + ], + "fields": [ + { + "typeName": "bool", + "name": "IsReadOnly", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "permissionSetXml", + "typeName": "System.Security.SecurityElement" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "PermissionSet", + "params": [], + "isStatic": false, + "name": "Copy", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "et", "typeName": "System.Security.SecurityElement" } + ], + "isStatic": false, + "name": "FromXml", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SecurityElement", + "params": [], + "isStatic": false, + "name": "ToXml", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ReadOnlyPermissionSet", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security", + "baseClass": "object", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "int", + "name": "Length", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "char*" }, + { "name": "length", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "c", "typeName": "char" }], + "isStatic": false, + "name": "AppendChar", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Clear", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SecureString", + "params": [], + "isStatic": false, + "name": "Copy", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "c", "typeName": "char" } + ], + "isStatic": false, + "name": "InsertAt", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "IsReadOnly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "MakeReadOnly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "RemoveAt", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "c", "typeName": "char" } + ], + "isStatic": false, + "name": "SetAt", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "SecureString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security", + "baseClass": "object", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [], + "methods": [ + { + "returnTypeName": "SecurityContext", + "params": [], + "isStatic": true, + "name": "Capture", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SecurityContext", + "params": [], + "isStatic": false, + "name": "CreateCopy", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": true, + "name": "IsFlowSuppressed", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": true, + "name": "IsWindowsIdentityFlowSuppressed", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "RestoreFlow", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "securityContext", + "typeName": "System.Security.SecurityContext" + }, + { + "name": "callback", + "typeName": "System.Threading.ContextCallback" + }, + { "name": "state", "typeName": "object" } + ], + "isStatic": true, + "name": "Run", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "AsyncFlowControl", + "params": [], + "isStatic": true, + "name": "SuppressFlow", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "AsyncFlowControl", + "params": [], + "isStatic": true, + "name": "SuppressFlowWindowsIdentity", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "SecurityContext", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Security.SecurityContextSource", + "name": "CurrentAppDomain", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.SecurityContextSource", + "name": "CurrentAssembly", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Security.SecurityContextSource", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "SecurityContextSource", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "System.Security.SecurityCriticalScope", + "name": "Scope", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "scope", + "typeName": "System.Security.SecurityCriticalScope" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "SecurityCriticalAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Security.SecurityCriticalScope", + "name": "Everything", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.SecurityCriticalScope", + "name": "Explicit", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Security.SecurityCriticalScope", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "SecurityCriticalScope", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Collections.Hashtable", + "name": "Attributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Collections.ArrayList", + "name": "Children", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Tag", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Text", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "tag", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "tag", "typeName": "string" }, + { "name": "text", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "value", "typeName": "string" } + ], + "isStatic": false, + "name": "AddAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "child", "typeName": "System.Security.SecurityElement" } + ], + "isStatic": false, + "name": "AddChild", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "Attribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SecurityElement", + "params": [], + "isStatic": false, + "name": "Copy", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "other", "typeName": "System.Security.SecurityElement" } + ], + "isStatic": false, + "name": "Equal", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "str", "typeName": "string" }], + "isStatic": true, + "name": "Escape", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SecurityElement", + "params": [{ "name": "xml", "typeName": "string" }], + "isStatic": true, + "name": "FromString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": true, + "name": "IsValidAttributeName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": true, + "name": "IsValidAttributeValue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "tag", "typeName": "string" }], + "isStatic": true, + "name": "IsValidTag", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "text", "typeName": "string" }], + "isStatic": true, + "name": "IsValidText", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SecurityElement", + "params": [{ "name": "tag", "typeName": "string" }], + "isStatic": false, + "name": "SearchForChildByTag", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "tag", "typeName": "string" }], + "isStatic": false, + "name": "SearchForTextOfTag", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "SecurityElement", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security", + "baseClass": "System.SystemException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [ + { + "typeName": "System.Security.Permissions.SecurityAction", + "name": "Action", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "object", + "name": "Demanded", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "object", + "name": "DenySetInstance", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.AssemblyName", + "name": "FailedAssemblyInfo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.IPermission", + "name": "FirstPermissionThatFailed", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "GrantedSet", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Reflection.MethodInfo", + "name": "Method", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "PermissionState", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Type", + "name": "PermissionType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "object", + "name": "PermitOnlySetInstance", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "RefusedSet", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Url", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.SecurityZone", + "name": "Zone", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "inner", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "deny", "typeName": "object" }, + { "name": "permitOnly", "typeName": "object" }, + { "name": "method", "typeName": "System.Reflection.MethodInfo" }, + { "name": "demanded", "typeName": "object" }, + { + "name": "permThatFailed", + "typeName": "System.Security.IPermission" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { + "name": "assemblyName", + "typeName": "System.Reflection.AssemblyName" + }, + { "name": "grant", "typeName": "System.Security.PermissionSet" }, + { "name": "refused", "typeName": "System.Security.PermissionSet" }, + { "name": "method", "typeName": "System.Reflection.MethodInfo" }, + { + "name": "action", + "typeName": "System.Security.Permissions.SecurityAction" + }, + { "name": "demanded", "typeName": "object" }, + { + "name": "permThatFailed", + "typeName": "System.Security.IPermission" + }, + { + "name": "evidence", + "typeName": "System.Security.Policy.Evidence" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "type", "typeName": "System.Type" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "type", "typeName": "System.Type" }, + { "name": "state", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "info", + "typeName": "System.Runtime.Serialization.SerializationInfo" + }, + { + "name": "context", + "typeName": "System.Runtime.Serialization.StreamingContext" + } + ], + "isStatic": false, + "name": "GetObjectData", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "SecurityException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "CheckExecutionRights", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "SecurityEnabled", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": true, + "name": "CurrentThreadRequiresSecurityContextCapture", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "PermissionSet", + "params": [ + { + "name": "evidence", + "typeName": "System.Security.Policy.Evidence" + } + ], + "isStatic": true, + "name": "GetStandardSandbox", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "zone", "typeName": "System.Collections.ArrayList" }, + { "name": "origin", "typeName": "System.Collections.ArrayList" } + ], + "isStatic": true, + "name": "GetZoneAndOrigin", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "perm", "typeName": "System.Security.IPermission" } + ], + "isStatic": true, + "name": "IsGranted", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "PolicyLevel", + "params": [ + { "name": "path", "typeName": "string" }, + { "name": "type", "typeName": "System.Security.PolicyLevelType" } + ], + "isStatic": true, + "name": "LoadPolicyLevelFromFile", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "PolicyLevel", + "params": [ + { "name": "str", "typeName": "string" }, + { "name": "type", "typeName": "System.Security.PolicyLevelType" } + ], + "isStatic": true, + "name": "LoadPolicyLevelFromString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IEnumerator", + "params": [], + "isStatic": true, + "name": "PolicyHierarchy", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "PermissionSet", + "params": [ + { + "name": "evidence", + "typeName": "System.Security.Policy.Evidence" + } + ], + "isStatic": true, + "name": "ResolvePolicy", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "PermissionSet", + "params": [ + { + "name": "evidence", + "typeName": "System.Security.Policy.Evidence" + }, + { "name": "reqdPset", "typeName": "System.Security.PermissionSet" }, + { "name": "optPset", "typeName": "System.Security.PermissionSet" }, + { "name": "denyPset", "typeName": "System.Security.PermissionSet" }, + { "name": "denied", "typeName": "System.Security.PermissionSet" } + ], + "isStatic": true, + "name": "ResolvePolicy", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "PermissionSet", + "params": [ + { + "name": "evidences", + "typeName": "System.Security.Policy.Evidence[]" + } + ], + "isStatic": true, + "name": "ResolvePolicy", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IEnumerator", + "params": [ + { + "name": "evidence", + "typeName": "System.Security.Policy.Evidence" + } + ], + "isStatic": true, + "name": "ResolvePolicyGroups", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "PermissionSet", + "params": [ + { + "name": "evidence", + "typeName": "System.Security.Policy.Evidence" + } + ], + "isStatic": true, + "name": "ResolveSystemPolicy", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "SavePolicy", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "level", + "typeName": "System.Security.Policy.PolicyLevel" + } + ], + "isStatic": true, + "name": "SavePolicyLevel", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "SecurityManager", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "System.Security.SecurityRuleSet", + "name": "RuleSet", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "SkipVerificationInFullTrust", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "ruleSet", "typeName": "System.Security.SecurityRuleSet" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "SecurityRulesAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "SecurityTransparentAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Security.SecurityRuleSet", + "name": "Level1", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.SecurityRuleSet", + "name": "Level2", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.SecurityRuleSet", + "name": "None", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Security.SecurityRuleSet", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "SecurityRuleSet", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "SecuritySafeCriticalAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "SecurityTreatAsSafeAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "EnsureState", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "IsStateAvailable", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "SecurityState", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Security.SecurityZone", + "name": "Internet", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.SecurityZone", + "name": "Intranet", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.SecurityZone", + "name": "MyComputer", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.SecurityZone", + "name": "NoZone", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.SecurityZone", + "name": "Trusted", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.SecurityZone", + "name": "Untrusted", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Security.SecurityZone", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "SecurityZone", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security", + "baseClass": "System.SystemException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "innerException", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "VerificationException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "SuppressUnmanagedCodeSecurityAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security", + "baseClass": "System.SystemException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "lineNumber", "typeName": "int" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "lineNumber", "typeName": "int" }, + { "name": "message", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "inner", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "XmlSyntaxException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "UnverifiableCodeAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Principal", + "baseClass": "System.Security.Claims.ClaimsIdentity", + "attribute": "", + "interfaces": ["IIdentity"], + "fields": [ + { + "typeName": "string", + "name": "AuthenticationType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Collections.Generic.IEnumerable", + "name": "Claims", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsAuthenticated", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "type", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ClaimsIdentity", + "params": [], + "isStatic": false, + "name": "Clone", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "GenericIdentity", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Principal", + "baseClass": "System.Security.Claims.ClaimsPrincipal", + "attribute": "", + "interfaces": ["IPrincipal"], + "fields": [ + { + "typeName": "System.Security.Principal.IIdentity", + "name": "Identity", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "identity", + "typeName": "System.Security.Principal.IIdentity" + }, + { "name": "roles", "typeName": "string[]" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "role", "typeName": "string" }], + "isStatic": false, + "name": "IsInRole", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "GenericPrincipal", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Principal", + "baseClass": "System.SystemException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [ + { + "typeName": "System.Security.Principal.IdentityReferenceCollection", + "name": "UnmappedIdentities", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "inner", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "serializationInfo", + "typeName": "System.Runtime.Serialization.SerializationInfo" + }, + { + "name": "streamingContext", + "typeName": "System.Runtime.Serialization.StreamingContext" + } + ], + "isStatic": false, + "name": "GetObjectData", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "IdentityNotMappedException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Principal", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "Value", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [{ "name": "o", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "targetType", "typeName": "System.Type" }], + "isStatic": false, + "name": "IsValidTargetType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "left", + "typeName": "System.Security.Principal.IdentityReference" + }, + { + "name": "right", + "typeName": "System.Security.Principal.IdentityReference" + } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "left", + "typeName": "System.Security.Principal.IdentityReference" + }, + { + "name": "right", + "typeName": "System.Security.Principal.IdentityReference" + } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IdentityReference", + "params": [{ "name": "targetType", "typeName": "System.Type" }], + "isStatic": false, + "name": "Translate", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "IdentityReference", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Principal", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "AuthenticationType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsAuthenticated", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [], + "name": "IIdentity", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Principal", + "baseClass": "object", + "attribute": "", + "interfaces": ["ICollection", "IEnumerable", "IEnumerable"], + "fields": [ + { + "typeName": "int", + "name": "Count", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsReadOnly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Principal.IdentityReference", + "name": "this[]", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "capacity", "typeName": "int" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "identity", + "typeName": "System.Security.Principal.IdentityReference" + } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Clear", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "identity", + "typeName": "System.Security.Principal.IdentityReference" + } + ], + "isStatic": false, + "name": "Contains", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "array", + "typeName": "System.Security.Principal.IdentityReference[]" + }, + { "name": "offset", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IEnumerator", + "params": [], + "isStatic": false, + "name": "GetEnumerator", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "identity", + "typeName": "System.Security.Principal.IdentityReference" + } + ], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IdentityReferenceCollection", + "params": [{ "name": "targetType", "typeName": "System.Type" }], + "isStatic": false, + "name": "Translate", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IdentityReferenceCollection", + "params": [ + { "name": "targetType", "typeName": "System.Type" }, + { "name": "forceSuccess", "typeName": "bool" } + ], + "isStatic": false, + "name": "Translate", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "IdentityReferenceCollection", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Principal", + "baseClass": "System.Security.Principal.IdentityReference", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "Value", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "domainName", "typeName": "string" }, + { "name": "accountName", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "o", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "targetType", "typeName": "System.Type" }], + "isStatic": false, + "name": "IsValidTargetType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "left", + "typeName": "System.Security.Principal.NTAccount" + }, + { + "name": "right", + "typeName": "System.Security.Principal.NTAccount" + } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "left", + "typeName": "System.Security.Principal.NTAccount" + }, + { + "name": "right", + "typeName": "System.Security.Principal.NTAccount" + } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IdentityReference", + "params": [{ "name": "targetType", "typeName": "System.Type" }], + "isStatic": false, + "name": "Translate", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "NTAccount", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Principal", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [ + { + "typeName": "System.Security.Principal.IIdentity", + "name": "Identity", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [{ "name": "role", "typeName": "string" }], + "isStatic": false, + "name": "IsInRole", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "IPrincipal", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Principal", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Security.Principal.PrincipalPolicy", + "name": "NoPrincipal", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Principal.PrincipalPolicy", + "name": "UnauthenticatedPrincipal", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Principal.PrincipalPolicy", + "name": "WindowsPrincipal", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Security.Principal.PrincipalPolicy", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "PrincipalPolicy", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Principal", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Security.Principal.TokenAccessLevels", + "name": "AdjustDefault", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Principal.TokenAccessLevels", + "name": "AdjustGroups", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Principal.TokenAccessLevels", + "name": "AdjustPrivileges", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Principal.TokenAccessLevels", + "name": "AdjustSessionId", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Principal.TokenAccessLevels", + "name": "AllAccess", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Principal.TokenAccessLevels", + "name": "AssignPrimary", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Principal.TokenAccessLevels", + "name": "Duplicate", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Principal.TokenAccessLevels", + "name": "Impersonate", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Principal.TokenAccessLevels", + "name": "MaximumAllowed", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Principal.TokenAccessLevels", + "name": "Query", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Principal.TokenAccessLevels", + "name": "QuerySource", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Principal.TokenAccessLevels", + "name": "Read", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Principal.TokenAccessLevels", + "name": "Write", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Security.Principal.TokenAccessLevels", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "TokenAccessLevels", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Principal", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Security.Principal.TokenImpersonationLevel", + "name": "Anonymous", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Principal.TokenImpersonationLevel", + "name": "Delegation", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Principal.TokenImpersonationLevel", + "name": "Identification", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Principal.TokenImpersonationLevel", + "name": "Impersonation", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Principal.TokenImpersonationLevel", + "name": "None", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Security.Principal.TokenImpersonationLevel", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "TokenImpersonationLevel", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Principal", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Security.Principal.WellKnownSidType", + "name": "AccountAdministratorSid", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Principal.WellKnownSidType", + "name": "AccountCertAdminsSid", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Principal.WellKnownSidType", + "name": "AccountComputersSid", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Principal.WellKnownSidType", + "name": "AccountControllersSid", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Principal.WellKnownSidType", + "name": "AccountDomainAdminsSid", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Principal.WellKnownSidType", + "name": "AccountDomainGuestsSid", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Principal.WellKnownSidType", + "name": "AccountDomainUsersSid", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Principal.WellKnownSidType", + "name": "AccountEnterpriseAdminsSid", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Principal.WellKnownSidType", + "name": "AccountGuestSid", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Principal.WellKnownSidType", + "name": "AccountKrbtgtSid", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Principal.WellKnownSidType", + "name": "AccountPolicyAdminsSid", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Principal.WellKnownSidType", + "name": "AccountRasAndIasServersSid", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Principal.WellKnownSidType", + "name": "AccountSchemaAdminsSid", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Principal.WellKnownSidType", + "name": "AnonymousSid", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Principal.WellKnownSidType", + "name": "AuthenticatedUserSid", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Principal.WellKnownSidType", + "name": "BatchSid", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Principal.WellKnownSidType", + "name": "BuiltinAccountOperatorsSid", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Principal.WellKnownSidType", + "name": "BuiltinAdministratorsSid", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Principal.WellKnownSidType", + "name": "BuiltinAuthorizationAccessSid", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Principal.WellKnownSidType", + "name": "BuiltinBackupOperatorsSid", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Principal.WellKnownSidType", + "name": "BuiltinDomainSid", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Principal.WellKnownSidType", + "name": "BuiltinGuestsSid", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Principal.WellKnownSidType", + "name": "BuiltinIncomingForestTrustBuildersSid", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Principal.WellKnownSidType", + "name": "BuiltinNetworkConfigurationOperatorsSid", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Principal.WellKnownSidType", + "name": "BuiltinPerformanceLoggingUsersSid", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Principal.WellKnownSidType", + "name": "BuiltinPerformanceMonitoringUsersSid", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Principal.WellKnownSidType", + "name": "BuiltinPowerUsersSid", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Principal.WellKnownSidType", + "name": "BuiltinPreWindows2000CompatibleAccessSid", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Principal.WellKnownSidType", + "name": "BuiltinPrintOperatorsSid", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Principal.WellKnownSidType", + "name": "BuiltinRemoteDesktopUsersSid", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Principal.WellKnownSidType", + "name": "BuiltinReplicatorSid", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Principal.WellKnownSidType", + "name": "BuiltinSystemOperatorsSid", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Principal.WellKnownSidType", + "name": "BuiltinUsersSid", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Principal.WellKnownSidType", + "name": "CreatorGroupServerSid", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Principal.WellKnownSidType", + "name": "CreatorGroupSid", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Principal.WellKnownSidType", + "name": "CreatorOwnerServerSid", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Principal.WellKnownSidType", + "name": "CreatorOwnerSid", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Principal.WellKnownSidType", + "name": "DialupSid", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Principal.WellKnownSidType", + "name": "DigestAuthenticationSid", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Principal.WellKnownSidType", + "name": "EnterpriseControllersSid", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Principal.WellKnownSidType", + "name": "InteractiveSid", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Principal.WellKnownSidType", + "name": "LocalServiceSid", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Principal.WellKnownSidType", + "name": "LocalSid", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Principal.WellKnownSidType", + "name": "LocalSystemSid", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Principal.WellKnownSidType", + "name": "LogonIdsSid", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Principal.WellKnownSidType", + "name": "MaxDefined", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Principal.WellKnownSidType", + "name": "NetworkServiceSid", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Principal.WellKnownSidType", + "name": "NetworkSid", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Principal.WellKnownSidType", + "name": "NTAuthoritySid", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Principal.WellKnownSidType", + "name": "NtlmAuthenticationSid", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Principal.WellKnownSidType", + "name": "NullSid", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Principal.WellKnownSidType", + "name": "OtherOrganizationSid", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Principal.WellKnownSidType", + "name": "ProxySid", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Principal.WellKnownSidType", + "name": "RemoteLogonIdSid", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Principal.WellKnownSidType", + "name": "RestrictedCodeSid", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Principal.WellKnownSidType", + "name": "SChannelAuthenticationSid", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Principal.WellKnownSidType", + "name": "SelfSid", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Principal.WellKnownSidType", + "name": "ServiceSid", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Principal.WellKnownSidType", + "name": "TerminalServerSid", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Principal.WellKnownSidType", + "name": "ThisOrganizationSid", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Principal.WellKnownSidType", + "name": "WinBuiltinTerminalServerLicenseServersSid", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Principal.WellKnownSidType", + "name": "WorldSid", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Security.Principal.WellKnownSidType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "WellKnownSidType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Principal", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Security.Principal.WindowsAccountType", + "name": "Anonymous", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Principal.WindowsAccountType", + "name": "Guest", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Principal.WindowsAccountType", + "name": "Normal", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Principal.WindowsAccountType", + "name": "System", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Security.Principal.WindowsAccountType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "WindowsAccountType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Principal", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Security.Principal.WindowsBuiltInRole", + "name": "AccountOperator", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Principal.WindowsBuiltInRole", + "name": "Administrator", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Principal.WindowsBuiltInRole", + "name": "BackupOperator", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Principal.WindowsBuiltInRole", + "name": "Guest", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Principal.WindowsBuiltInRole", + "name": "PowerUser", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Principal.WindowsBuiltInRole", + "name": "PrintOperator", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Principal.WindowsBuiltInRole", + "name": "Replicator", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Principal.WindowsBuiltInRole", + "name": "SystemOperator", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Principal.WindowsBuiltInRole", + "name": "User", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Security.Principal.WindowsBuiltInRole", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "WindowsBuiltInRole", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Principal", + "baseClass": "System.Security.Claims.ClaimsIdentity", + "attribute": "", + "interfaces": [ + "IIdentity", + "IDisposable", + "IDeserializationCallback", + "ISerializable" + ], + "fields": [ + { + "typeName": "string", + "name": "DefaultIssuer", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "Microsoft.Win32.SafeHandles.SafeAccessTokenHandle", + "name": "AccessToken", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "AuthenticationType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Collections.Generic.IEnumerable", + "name": "Claims", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Collections.Generic.IEnumerable", + "name": "DeviceClaims", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Principal.IdentityReferenceCollection", + "name": "Groups", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Principal.TokenImpersonationLevel", + "name": "ImpersonationLevel", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsAnonymous", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsAuthenticated", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsGuest", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsSystem", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Principal.SecurityIdentifier", + "name": "Owner", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.IntPtr", + "name": "Token", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Principal.SecurityIdentifier", + "name": "User", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Collections.Generic.IEnumerable", + "name": "UserClaims", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "userToken", "typeName": "System.IntPtr" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "userToken", "typeName": "System.IntPtr" }, + { "name": "type", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "userToken", "typeName": "System.IntPtr" }, + { "name": "type", "typeName": "string" }, + { + "name": "acctType", + "typeName": "System.Security.Principal.WindowsAccountType" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "userToken", "typeName": "System.IntPtr" }, + { "name": "type", "typeName": "string" }, + { + "name": "acctType", + "typeName": "System.Security.Principal.WindowsAccountType" + }, + { "name": "isAuthenticated", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "info", + "typeName": "System.Runtime.Serialization.SerializationInfo" + }, + { + "name": "context", + "typeName": "System.Runtime.Serialization.StreamingContext" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "sUserPrincipalName", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "sUserPrincipalName", "typeName": "string" }, + { "name": "type", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ClaimsIdentity", + "params": [], + "isStatic": false, + "name": "Clone", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "WindowsIdentity", + "params": [], + "isStatic": true, + "name": "GetAnonymous", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "WindowsIdentity", + "params": [], + "isStatic": true, + "name": "GetCurrent", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "WindowsIdentity", + "params": [{ "name": "ifImpersonating", "typeName": "bool" }], + "isStatic": true, + "name": "GetCurrent", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "WindowsIdentity", + "params": [ + { + "name": "desiredAccess", + "typeName": "System.Security.Principal.TokenAccessLevels" + } + ], + "isStatic": true, + "name": "GetCurrent", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "WindowsImpersonationContext", + "params": [], + "isStatic": false, + "name": "Impersonate", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "WindowsImpersonationContext", + "params": [{ "name": "userToken", "typeName": "System.IntPtr" }], + "isStatic": true, + "name": "Impersonate", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "safeAccessTokenHandle", + "typeName": "Microsoft.Win32.SafeHandles.SafeAccessTokenHandle" + }, + { "name": "action", "typeName": "System.Action" } + ], + "isStatic": true, + "name": "RunImpersonated", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "T", + "params": [ + { + "name": "safeAccessTokenHandle", + "typeName": "Microsoft.Win32.SafeHandles.SafeAccessTokenHandle" + }, + { "name": "func", "typeName": "System.Func" } + ], + "isStatic": true, + "name": "RunImpersonated", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "WindowsIdentity", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Principal", + "baseClass": "object", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Undo", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "WindowsImpersonationContext", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Principal", + "baseClass": "System.Security.Claims.ClaimsPrincipal", + "attribute": "", + "interfaces": ["IPrincipal"], + "fields": [ + { + "typeName": "System.Collections.Generic.IEnumerable", + "name": "DeviceClaims", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Principal.IIdentity", + "name": "Identity", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Collections.Generic.IEnumerable", + "name": "UserClaims", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "ntIdentity", + "typeName": "System.Security.Principal.WindowsIdentity" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "rid", "typeName": "int" }], + "isStatic": false, + "name": "IsInRole", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "sid", + "typeName": "System.Security.Principal.SecurityIdentifier" + } + ], + "isStatic": false, + "name": "IsInRole", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "role", + "typeName": "System.Security.Principal.WindowsBuiltInRole" + } + ], + "isStatic": false, + "name": "IsInRole", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "role", "typeName": "string" }], + "isStatic": false, + "name": "IsInRole", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "WindowsPrincipal", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.AccessControl", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Security.AccessControl.AccessControlActions", + "name": "Change", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.AccessControlActions", + "name": "None", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.AccessControlActions", + "name": "View", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Security.AccessControl.AccessControlActions", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "AccessControlActions", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.AccessControl", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Security.AccessControl.AccessControlModification", + "name": "Add", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.AccessControlModification", + "name": "Remove", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.AccessControlModification", + "name": "RemoveAll", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.AccessControlModification", + "name": "RemoveSpecific", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.AccessControlModification", + "name": "Reset", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.AccessControlModification", + "name": "Set", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Security.AccessControl.AccessControlModification", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "AccessControlModification", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.AccessControl", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Security.AccessControl.AccessControlSections", + "name": "Access", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.AccessControlSections", + "name": "All", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.AccessControlSections", + "name": "Audit", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.AccessControlSections", + "name": "Group", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.AccessControlSections", + "name": "None", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.AccessControlSections", + "name": "Owner", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Security.AccessControl.AccessControlSections", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "AccessControlSections", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.AccessControl", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Security.AccessControl.AccessControlType", + "name": "Allow", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.AccessControlType", + "name": "Deny", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Security.AccessControl.AccessControlType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "AccessControlType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.AccessControl", + "baseClass": "System.Security.AccessControl.AuthorizationRule", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Security.AccessControl.AccessControlType", + "name": "AccessControlType", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [], + "name": "AccessRule", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.AccessControl", + "baseClass": "System.Security.AccessControl.AccessRule", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "T", + "name": "Rights", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "identity", + "typeName": "System.Security.Principal.IdentityReference" + }, + { "name": "rights", "typeName": "T" }, + { + "name": "type", + "typeName": "System.Security.AccessControl.AccessControlType" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "identity", + "typeName": "System.Security.Principal.IdentityReference" + }, + { "name": "rights", "typeName": "T" }, + { + "name": "inheritanceFlags", + "typeName": "System.Security.AccessControl.InheritanceFlags" + }, + { + "name": "propagationFlags", + "typeName": "System.Security.AccessControl.PropagationFlags" + }, + { + "name": "type", + "typeName": "System.Security.AccessControl.AccessControlType" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "identity", "typeName": "string" }, + { "name": "rights", "typeName": "T" }, + { + "name": "type", + "typeName": "System.Security.AccessControl.AccessControlType" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "identity", "typeName": "string" }, + { "name": "rights", "typeName": "T" }, + { + "name": "inheritanceFlags", + "typeName": "System.Security.AccessControl.InheritanceFlags" + }, + { + "name": "propagationFlags", + "typeName": "System.Security.AccessControl.PropagationFlags" + }, + { + "name": "type", + "typeName": "System.Security.AccessControl.AccessControlType" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "AccessRule", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.AccessControl", + "baseClass": "object", + "attribute": "", + "interfaces": ["IEnumerator"], + "fields": [ + { + "typeName": "System.Security.AccessControl.GenericAce", + "name": "Current", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "MoveNext", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Reset", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "AceEnumerator", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.AccessControl", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Security.AccessControl.AceQualifier", + "name": "AccessAllowed", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.AceQualifier", + "name": "AccessDenied", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.AceQualifier", + "name": "SystemAlarm", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.AceQualifier", + "name": "SystemAudit", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Security.AccessControl.AceQualifier", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "AceQualifier", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.AccessControl", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Security.AccessControl.AceType", + "name": "AccessAllowed", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.AceType", + "name": "AccessAllowedCallback", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.AceType", + "name": "AccessAllowedCallbackObject", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.AceType", + "name": "AccessAllowedCompound", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.AceType", + "name": "AccessAllowedObject", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.AceType", + "name": "AccessDenied", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.AceType", + "name": "AccessDeniedCallback", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.AceType", + "name": "AccessDeniedCallbackObject", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.AceType", + "name": "AccessDeniedObject", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.AceType", + "name": "MaxDefinedAceType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.AceType", + "name": "SystemAlarm", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.AceType", + "name": "SystemAlarmCallback", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.AceType", + "name": "SystemAlarmCallbackObject", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.AceType", + "name": "SystemAlarmObject", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.AceType", + "name": "SystemAudit", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.AceType", + "name": "SystemAuditCallback", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.AceType", + "name": "SystemAuditCallbackObject", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.AceType", + "name": "SystemAuditObject", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Security.AccessControl.AceType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "AceType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.AccessControl", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Security.AccessControl.AceFlags", + "name": "AuditFlags", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.AceFlags", + "name": "ContainerInherit", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.AceFlags", + "name": "FailedAccess", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.AceFlags", + "name": "InheritanceFlags", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.AceFlags", + "name": "Inherited", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.AceFlags", + "name": "InheritOnly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.AceFlags", + "name": "None", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.AceFlags", + "name": "NoPropagateInherit", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.AceFlags", + "name": "ObjectInherit", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.AceFlags", + "name": "SuccessfulAccess", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Security.AccessControl.AceFlags", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "AceFlags", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.AccessControl", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Security.AccessControl.AuditFlags", + "name": "Failure", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.AuditFlags", + "name": "None", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.AuditFlags", + "name": "Success", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Security.AccessControl.AuditFlags", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "AuditFlags", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.AccessControl", + "baseClass": "System.Security.AccessControl.AuditRule", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "T", + "name": "Rights", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "identity", + "typeName": "System.Security.Principal.IdentityReference" + }, + { "name": "rights", "typeName": "T" }, + { + "name": "flags", + "typeName": "System.Security.AccessControl.AuditFlags" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "identity", + "typeName": "System.Security.Principal.IdentityReference" + }, + { "name": "rights", "typeName": "T" }, + { + "name": "inheritanceFlags", + "typeName": "System.Security.AccessControl.InheritanceFlags" + }, + { + "name": "propagationFlags", + "typeName": "System.Security.AccessControl.PropagationFlags" + }, + { + "name": "flags", + "typeName": "System.Security.AccessControl.AuditFlags" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "identity", "typeName": "string" }, + { "name": "rights", "typeName": "T" }, + { + "name": "flags", + "typeName": "System.Security.AccessControl.AuditFlags" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "identity", "typeName": "string" }, + { "name": "rights", "typeName": "T" }, + { + "name": "inheritanceFlags", + "typeName": "System.Security.AccessControl.InheritanceFlags" + }, + { + "name": "propagationFlags", + "typeName": "System.Security.AccessControl.PropagationFlags" + }, + { + "name": "flags", + "typeName": "System.Security.AccessControl.AuditFlags" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "AuditRule", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.AccessControl", + "baseClass": "System.Security.AccessControl.AuthorizationRule", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Security.AccessControl.AuditFlags", + "name": "AuditFlags", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [], + "name": "AuditRule", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Permissions", + "baseClass": "System.Security.Permissions.SecurityAttribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [], + "methods": [], + "name": "CodeAccessSecurityAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.AccessControl", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Security.Principal.IdentityReference", + "name": "IdentityReference", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.InheritanceFlags", + "name": "InheritanceFlags", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsInherited", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.PropagationFlags", + "name": "PropagationFlags", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [], + "name": "AuthorizationRule", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.AccessControl", + "baseClass": "System.Collections.ReadOnlyCollectionBase", + "attribute": "", + "interfaces": ["ICollection", "IEnumerable"], + "fields": [ + { + "typeName": "System.Security.AccessControl.AuthorizationRule", + "name": "this[]", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "rule", + "typeName": "System.Security.AccessControl.AuthorizationRule" + } + ], + "isStatic": false, + "name": "AddRule", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "rules", + "typeName": "System.Security.AccessControl.AuthorizationRule[]" + }, + { "name": "index", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "AuthorizationRuleCollection", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.AccessControl", + "baseClass": "System.Security.AccessControl.QualifiedAce", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "BinaryLength", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "flags", + "typeName": "System.Security.AccessControl.AceFlags" + }, + { + "name": "qualifier", + "typeName": "System.Security.AccessControl.AceQualifier" + }, + { "name": "accessMask", "typeName": "int" }, + { + "name": "sid", + "typeName": "System.Security.Principal.SecurityIdentifier" + }, + { "name": "isCallback", "typeName": "bool" }, + { "name": "opaque", "typeName": "byte[]" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "binaryForm", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" } + ], + "isStatic": false, + "name": "GetBinaryForm", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "isCallback", "typeName": "bool" }], + "isStatic": true, + "name": "MaxOpaqueLength", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "CommonAce", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.AccessControl", + "baseClass": "System.Security.AccessControl.GenericAcl", + "attribute": "", + "interfaces": ["ICollection", "IEnumerable"], + "fields": [ + { + "typeName": "int", + "name": "BinaryLength", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "Count", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsCanonical", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsContainer", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsDS", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.GenericAce", + "name": "this[]", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "byte", + "name": "Revision", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "binaryForm", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" } + ], + "isStatic": false, + "name": "GetBinaryForm", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "sid", + "typeName": "System.Security.Principal.SecurityIdentifier" + } + ], + "isStatic": false, + "name": "Purge", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "RemoveInheritedAces", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "CommonAcl", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.AccessControl", + "baseClass": "System.Security.AccessControl.ObjectSecurity", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "AuthorizationRuleCollection", + "params": [ + { "name": "includeExplicit", "typeName": "bool" }, + { "name": "includeInherited", "typeName": "bool" }, + { "name": "targetType", "typeName": "System.Type" } + ], + "isStatic": false, + "name": "GetAccessRules", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "AuthorizationRuleCollection", + "params": [ + { "name": "includeExplicit", "typeName": "bool" }, + { "name": "includeInherited", "typeName": "bool" }, + { "name": "targetType", "typeName": "System.Type" } + ], + "isStatic": false, + "name": "GetAuditRules", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "CommonObjectSecurity", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Permissions", + "baseClass": "System.Security.CodeAccessPermission", + "attribute": "", + "interfaces": [ + "IPermission", + "ISecurityEncodable", + "IStackWalk", + "IUnrestrictedPermission" + ], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "flag", + "typeName": "System.Security.Permissions.EnvironmentPermissionAccess" + }, + { "name": "pathList", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "state", + "typeName": "System.Security.Permissions.PermissionState" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "flag", + "typeName": "System.Security.Permissions.EnvironmentPermissionAccess" + }, + { "name": "pathList", "typeName": "string" } + ], + "isStatic": false, + "name": "AddPathList", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IPermission", + "params": [], + "isStatic": false, + "name": "Copy", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "esd", "typeName": "System.Security.SecurityElement" } + ], + "isStatic": false, + "name": "FromXml", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { + "name": "flag", + "typeName": "System.Security.Permissions.EnvironmentPermissionAccess" + } + ], + "isStatic": false, + "name": "GetPathList", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IPermission", + "params": [ + { "name": "target", "typeName": "System.Security.IPermission" } + ], + "isStatic": false, + "name": "Intersect", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "target", "typeName": "System.Security.IPermission" } + ], + "isStatic": false, + "name": "IsSubsetOf", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "IsUnrestricted", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "flag", + "typeName": "System.Security.Permissions.EnvironmentPermissionAccess" + }, + { "name": "pathList", "typeName": "string" } + ], + "isStatic": false, + "name": "SetPathList", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SecurityElement", + "params": [], + "isStatic": false, + "name": "ToXml", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IPermission", + "params": [ + { "name": "other", "typeName": "System.Security.IPermission" } + ], + "isStatic": false, + "name": "Union", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "EnvironmentPermission", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.AccessControl", + "baseClass": "System.Security.AccessControl.GenericSecurityDescriptor", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Security.AccessControl.ControlFlags", + "name": "ControlFlags", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.DiscretionaryAcl", + "name": "DiscretionaryAcl", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Principal.SecurityIdentifier", + "name": "Group", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsContainer", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsDiscretionaryAclCanonical", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsDS", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsSystemAclCanonical", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Principal.SecurityIdentifier", + "name": "Owner", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.SystemAcl", + "name": "SystemAcl", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "isContainer", "typeName": "bool" }, + { "name": "isDS", "typeName": "bool" }, + { "name": "binaryForm", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "isContainer", "typeName": "bool" }, + { "name": "isDS", "typeName": "bool" }, + { + "name": "flags", + "typeName": "System.Security.AccessControl.ControlFlags" + }, + { + "name": "owner", + "typeName": "System.Security.Principal.SecurityIdentifier" + }, + { + "name": "group", + "typeName": "System.Security.Principal.SecurityIdentifier" + }, + { + "name": "systemAcl", + "typeName": "System.Security.AccessControl.SystemAcl" + }, + { + "name": "discretionaryAcl", + "typeName": "System.Security.AccessControl.DiscretionaryAcl" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "isContainer", "typeName": "bool" }, + { "name": "isDS", "typeName": "bool" }, + { + "name": "rawSecurityDescriptor", + "typeName": "System.Security.AccessControl.RawSecurityDescriptor" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "isContainer", "typeName": "bool" }, + { "name": "isDS", "typeName": "bool" }, + { "name": "sddlForm", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "revision", "typeName": "byte" }, + { "name": "trusted", "typeName": "int" } + ], + "isStatic": false, + "name": "AddDiscretionaryAcl", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "revision", "typeName": "byte" }, + { "name": "trusted", "typeName": "int" } + ], + "isStatic": false, + "name": "AddSystemAcl", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "sid", + "typeName": "System.Security.Principal.SecurityIdentifier" + } + ], + "isStatic": false, + "name": "PurgeAccessControl", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "sid", + "typeName": "System.Security.Principal.SecurityIdentifier" + } + ], + "isStatic": false, + "name": "PurgeAudit", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "isProtected", "typeName": "bool" }, + { "name": "preserveInheritance", "typeName": "bool" } + ], + "isStatic": false, + "name": "SetDiscretionaryAclProtection", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "isProtected", "typeName": "bool" }, + { "name": "preserveInheritance", "typeName": "bool" } + ], + "isStatic": false, + "name": "SetSystemAclProtection", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "CommonSecurityDescriptor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.AccessControl", + "baseClass": "System.Security.AccessControl.KnownAce", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "BinaryLength", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.CompoundAceType", + "name": "CompoundAceType", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "flags", + "typeName": "System.Security.AccessControl.AceFlags" + }, + { "name": "accessMask", "typeName": "int" }, + { + "name": "compoundAceType", + "typeName": "System.Security.AccessControl.CompoundAceType" + }, + { + "name": "sid", + "typeName": "System.Security.Principal.SecurityIdentifier" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "binaryForm", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" } + ], + "isStatic": false, + "name": "GetBinaryForm", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "CompoundAce", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Permissions", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Security.Permissions.EnvironmentPermissionAccess", + "name": "AllAccess", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Permissions.EnvironmentPermissionAccess", + "name": "NoAccess", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Permissions.EnvironmentPermissionAccess", + "name": "Read", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Permissions.EnvironmentPermissionAccess", + "name": "Write", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Security.Permissions.EnvironmentPermissionAccess", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "EnvironmentPermissionAccess", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.AccessControl", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Security.AccessControl.CompoundAceType", + "name": "Impersonation", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Security.AccessControl.CompoundAceType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "CompoundAceType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.AccessControl", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Security.AccessControl.ControlFlags", + "name": "DiscretionaryAclAutoInherited", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.ControlFlags", + "name": "DiscretionaryAclAutoInheritRequired", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.ControlFlags", + "name": "DiscretionaryAclDefaulted", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.ControlFlags", + "name": "DiscretionaryAclPresent", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.ControlFlags", + "name": "DiscretionaryAclProtected", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.ControlFlags", + "name": "DiscretionaryAclUntrusted", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.ControlFlags", + "name": "GroupDefaulted", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.ControlFlags", + "name": "None", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.ControlFlags", + "name": "OwnerDefaulted", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.ControlFlags", + "name": "RMControlValid", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.ControlFlags", + "name": "SelfRelative", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.ControlFlags", + "name": "ServerSecurity", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.ControlFlags", + "name": "SystemAclAutoInherited", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.ControlFlags", + "name": "SystemAclAutoInheritRequired", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.ControlFlags", + "name": "SystemAclDefaulted", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.ControlFlags", + "name": "SystemAclPresent", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.ControlFlags", + "name": "SystemAclProtected", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Security.AccessControl.ControlFlags", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ControlFlags", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.AccessControl", + "baseClass": "System.Security.AccessControl.AccessRule", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Security.AccessControl.CryptoKeyRights", + "name": "CryptoKeyRights", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "identity", + "typeName": "System.Security.Principal.IdentityReference" + }, + { + "name": "cryptoKeyRights", + "typeName": "System.Security.AccessControl.CryptoKeyRights" + }, + { + "name": "type", + "typeName": "System.Security.AccessControl.AccessControlType" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "identity", "typeName": "string" }, + { + "name": "cryptoKeyRights", + "typeName": "System.Security.AccessControl.CryptoKeyRights" + }, + { + "name": "type", + "typeName": "System.Security.AccessControl.AccessControlType" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "CryptoKeyAccessRule", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Permissions", + "baseClass": "System.Security.Permissions.CodeAccessSecurityAttribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "string", + "name": "All", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Read", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Write", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "action", + "typeName": "System.Security.Permissions.SecurityAction" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IPermission", + "params": [], + "isStatic": false, + "name": "CreatePermission", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "EnvironmentPermissionAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.AccessControl", + "baseClass": "System.Security.AccessControl.AuditRule", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Security.AccessControl.CryptoKeyRights", + "name": "CryptoKeyRights", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "identity", + "typeName": "System.Security.Principal.IdentityReference" + }, + { + "name": "cryptoKeyRights", + "typeName": "System.Security.AccessControl.CryptoKeyRights" + }, + { + "name": "flags", + "typeName": "System.Security.AccessControl.AuditFlags" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "identity", "typeName": "string" }, + { + "name": "cryptoKeyRights", + "typeName": "System.Security.AccessControl.CryptoKeyRights" + }, + { + "name": "flags", + "typeName": "System.Security.AccessControl.AuditFlags" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "CryptoKeyAuditRule", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Permissions", + "baseClass": "System.Security.CodeAccessPermission", + "attribute": "", + "interfaces": [ + "IPermission", + "ISecurityEncodable", + "IStackWalk", + "IUnrestrictedPermission" + ], + "fields": [ + { + "typeName": "System.Security.Permissions.FileDialogPermissionAccess", + "name": "Access", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "access", + "typeName": "System.Security.Permissions.FileDialogPermissionAccess" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "state", + "typeName": "System.Security.Permissions.PermissionState" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IPermission", + "params": [], + "isStatic": false, + "name": "Copy", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "esd", "typeName": "System.Security.SecurityElement" } + ], + "isStatic": false, + "name": "FromXml", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IPermission", + "params": [ + { "name": "target", "typeName": "System.Security.IPermission" } + ], + "isStatic": false, + "name": "Intersect", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "target", "typeName": "System.Security.IPermission" } + ], + "isStatic": false, + "name": "IsSubsetOf", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "IsUnrestricted", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SecurityElement", + "params": [], + "isStatic": false, + "name": "ToXml", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IPermission", + "params": [ + { "name": "target", "typeName": "System.Security.IPermission" } + ], + "isStatic": false, + "name": "Union", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "FileDialogPermission", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.AccessControl", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Security.AccessControl.CryptoKeyRights", + "name": "ChangePermissions", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.CryptoKeyRights", + "name": "Delete", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.CryptoKeyRights", + "name": "FullControl", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.CryptoKeyRights", + "name": "GenericAll", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.CryptoKeyRights", + "name": "GenericExecute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.CryptoKeyRights", + "name": "GenericRead", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.CryptoKeyRights", + "name": "GenericWrite", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.CryptoKeyRights", + "name": "ReadAttributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.CryptoKeyRights", + "name": "ReadData", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.CryptoKeyRights", + "name": "ReadExtendedAttributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.CryptoKeyRights", + "name": "ReadPermissions", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.CryptoKeyRights", + "name": "Synchronize", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.CryptoKeyRights", + "name": "TakeOwnership", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.CryptoKeyRights", + "name": "WriteAttributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.CryptoKeyRights", + "name": "WriteData", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.CryptoKeyRights", + "name": "WriteExtendedAttributes", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Security.AccessControl.CryptoKeyRights", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "CryptoKeyRights", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.AccessControl", + "baseClass": "System.Security.AccessControl.NativeObjectSecurity", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Type", + "name": "AccessRightType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Type", + "name": "AccessRuleType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Type", + "name": "AuditRuleType", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "securityDescriptor", + "typeName": "System.Security.AccessControl.CommonSecurityDescriptor" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "AccessRule", + "params": [ + { + "name": "identityReference", + "typeName": "System.Security.Principal.IdentityReference" + }, + { "name": "accessMask", "typeName": "int" }, + { "name": "isInherited", "typeName": "bool" }, + { + "name": "inheritanceFlags", + "typeName": "System.Security.AccessControl.InheritanceFlags" + }, + { + "name": "propagationFlags", + "typeName": "System.Security.AccessControl.PropagationFlags" + }, + { + "name": "type", + "typeName": "System.Security.AccessControl.AccessControlType" + } + ], + "isStatic": false, + "name": "AccessRuleFactory", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "rule", + "typeName": "System.Security.AccessControl.CryptoKeyAccessRule" + } + ], + "isStatic": false, + "name": "AddAccessRule", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "rule", + "typeName": "System.Security.AccessControl.CryptoKeyAuditRule" + } + ], + "isStatic": false, + "name": "AddAuditRule", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "AuditRule", + "params": [ + { + "name": "identityReference", + "typeName": "System.Security.Principal.IdentityReference" + }, + { "name": "accessMask", "typeName": "int" }, + { "name": "isInherited", "typeName": "bool" }, + { + "name": "inheritanceFlags", + "typeName": "System.Security.AccessControl.InheritanceFlags" + }, + { + "name": "propagationFlags", + "typeName": "System.Security.AccessControl.PropagationFlags" + }, + { + "name": "flags", + "typeName": "System.Security.AccessControl.AuditFlags" + } + ], + "isStatic": false, + "name": "AuditRuleFactory", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "rule", + "typeName": "System.Security.AccessControl.CryptoKeyAccessRule" + } + ], + "isStatic": false, + "name": "RemoveAccessRule", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "rule", + "typeName": "System.Security.AccessControl.CryptoKeyAccessRule" + } + ], + "isStatic": false, + "name": "RemoveAccessRuleAll", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "rule", + "typeName": "System.Security.AccessControl.CryptoKeyAccessRule" + } + ], + "isStatic": false, + "name": "RemoveAccessRuleSpecific", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "rule", + "typeName": "System.Security.AccessControl.CryptoKeyAuditRule" + } + ], + "isStatic": false, + "name": "RemoveAuditRule", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "rule", + "typeName": "System.Security.AccessControl.CryptoKeyAuditRule" + } + ], + "isStatic": false, + "name": "RemoveAuditRuleAll", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "rule", + "typeName": "System.Security.AccessControl.CryptoKeyAuditRule" + } + ], + "isStatic": false, + "name": "RemoveAuditRuleSpecific", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "rule", + "typeName": "System.Security.AccessControl.CryptoKeyAccessRule" + } + ], + "isStatic": false, + "name": "ResetAccessRule", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "rule", + "typeName": "System.Security.AccessControl.CryptoKeyAccessRule" + } + ], + "isStatic": false, + "name": "SetAccessRule", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "rule", + "typeName": "System.Security.AccessControl.CryptoKeyAuditRule" + } + ], + "isStatic": false, + "name": "SetAuditRule", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "CryptoKeySecurity", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Permissions", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Security.Permissions.FileDialogPermissionAccess", + "name": "None", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Permissions.FileDialogPermissionAccess", + "name": "Open", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Permissions.FileDialogPermissionAccess", + "name": "OpenSave", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Permissions.FileDialogPermissionAccess", + "name": "Save", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Security.Permissions.FileDialogPermissionAccess", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "FileDialogPermissionAccess", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.AccessControl", + "baseClass": "System.Security.AccessControl.GenericAce", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "MaxOpaqueLength", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "BinaryLength", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "OpaqueLength", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "type", + "typeName": "System.Security.AccessControl.AceType" + }, + { + "name": "flags", + "typeName": "System.Security.AccessControl.AceFlags" + }, + { "name": "opaque", "typeName": "byte[]" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "binaryForm", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" } + ], + "isStatic": false, + "name": "GetBinaryForm", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetOpaque", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "opaque", "typeName": "byte[]" }], + "isStatic": false, + "name": "SetOpaque", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "CustomAce", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.AccessControl", + "baseClass": "System.Security.AccessControl.CommonAcl", + "attribute": "", + "interfaces": ["ICollection", "IEnumerable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "isContainer", "typeName": "bool" }, + { "name": "isDS", "typeName": "bool" }, + { "name": "revision", "typeName": "byte" }, + { "name": "capacity", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "isContainer", "typeName": "bool" }, + { "name": "isDS", "typeName": "bool" }, + { "name": "capacity", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "isContainer", "typeName": "bool" }, + { "name": "isDS", "typeName": "bool" }, + { + "name": "rawAcl", + "typeName": "System.Security.AccessControl.RawAcl" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "accessType", + "typeName": "System.Security.AccessControl.AccessControlType" + }, + { + "name": "sid", + "typeName": "System.Security.Principal.SecurityIdentifier" + }, + { "name": "accessMask", "typeName": "int" }, + { + "name": "inheritanceFlags", + "typeName": "System.Security.AccessControl.InheritanceFlags" + }, + { + "name": "propagationFlags", + "typeName": "System.Security.AccessControl.PropagationFlags" + } + ], + "isStatic": false, + "name": "AddAccess", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "accessType", + "typeName": "System.Security.AccessControl.AccessControlType" + }, + { + "name": "sid", + "typeName": "System.Security.Principal.SecurityIdentifier" + }, + { "name": "accessMask", "typeName": "int" }, + { + "name": "inheritanceFlags", + "typeName": "System.Security.AccessControl.InheritanceFlags" + }, + { + "name": "propagationFlags", + "typeName": "System.Security.AccessControl.PropagationFlags" + }, + { + "name": "objectFlags", + "typeName": "System.Security.AccessControl.ObjectAceFlags" + }, + { "name": "objectType", "typeName": "System.Guid" }, + { "name": "inheritedObjectType", "typeName": "System.Guid" } + ], + "isStatic": false, + "name": "AddAccess", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "accessType", + "typeName": "System.Security.AccessControl.AccessControlType" + }, + { + "name": "sid", + "typeName": "System.Security.Principal.SecurityIdentifier" + }, + { + "name": "rule", + "typeName": "System.Security.AccessControl.ObjectAccessRule" + } + ], + "isStatic": false, + "name": "AddAccess", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "accessType", + "typeName": "System.Security.AccessControl.AccessControlType" + }, + { + "name": "sid", + "typeName": "System.Security.Principal.SecurityIdentifier" + }, + { "name": "accessMask", "typeName": "int" }, + { + "name": "inheritanceFlags", + "typeName": "System.Security.AccessControl.InheritanceFlags" + }, + { + "name": "propagationFlags", + "typeName": "System.Security.AccessControl.PropagationFlags" + } + ], + "isStatic": false, + "name": "RemoveAccess", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "accessType", + "typeName": "System.Security.AccessControl.AccessControlType" + }, + { + "name": "sid", + "typeName": "System.Security.Principal.SecurityIdentifier" + }, + { "name": "accessMask", "typeName": "int" }, + { + "name": "inheritanceFlags", + "typeName": "System.Security.AccessControl.InheritanceFlags" + }, + { + "name": "propagationFlags", + "typeName": "System.Security.AccessControl.PropagationFlags" + }, + { + "name": "objectFlags", + "typeName": "System.Security.AccessControl.ObjectAceFlags" + }, + { "name": "objectType", "typeName": "System.Guid" }, + { "name": "inheritedObjectType", "typeName": "System.Guid" } + ], + "isStatic": false, + "name": "RemoveAccess", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "accessType", + "typeName": "System.Security.AccessControl.AccessControlType" + }, + { + "name": "sid", + "typeName": "System.Security.Principal.SecurityIdentifier" + }, + { + "name": "rule", + "typeName": "System.Security.AccessControl.ObjectAccessRule" + } + ], + "isStatic": false, + "name": "RemoveAccess", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "accessType", + "typeName": "System.Security.AccessControl.AccessControlType" + }, + { + "name": "sid", + "typeName": "System.Security.Principal.SecurityIdentifier" + }, + { "name": "accessMask", "typeName": "int" }, + { + "name": "inheritanceFlags", + "typeName": "System.Security.AccessControl.InheritanceFlags" + }, + { + "name": "propagationFlags", + "typeName": "System.Security.AccessControl.PropagationFlags" + } + ], + "isStatic": false, + "name": "RemoveAccessSpecific", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "accessType", + "typeName": "System.Security.AccessControl.AccessControlType" + }, + { + "name": "sid", + "typeName": "System.Security.Principal.SecurityIdentifier" + }, + { "name": "accessMask", "typeName": "int" }, + { + "name": "inheritanceFlags", + "typeName": "System.Security.AccessControl.InheritanceFlags" + }, + { + "name": "propagationFlags", + "typeName": "System.Security.AccessControl.PropagationFlags" + }, + { + "name": "objectFlags", + "typeName": "System.Security.AccessControl.ObjectAceFlags" + }, + { "name": "objectType", "typeName": "System.Guid" }, + { "name": "inheritedObjectType", "typeName": "System.Guid" } + ], + "isStatic": false, + "name": "RemoveAccessSpecific", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "accessType", + "typeName": "System.Security.AccessControl.AccessControlType" + }, + { + "name": "sid", + "typeName": "System.Security.Principal.SecurityIdentifier" + }, + { + "name": "rule", + "typeName": "System.Security.AccessControl.ObjectAccessRule" + } + ], + "isStatic": false, + "name": "RemoveAccessSpecific", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "accessType", + "typeName": "System.Security.AccessControl.AccessControlType" + }, + { + "name": "sid", + "typeName": "System.Security.Principal.SecurityIdentifier" + }, + { "name": "accessMask", "typeName": "int" }, + { + "name": "inheritanceFlags", + "typeName": "System.Security.AccessControl.InheritanceFlags" + }, + { + "name": "propagationFlags", + "typeName": "System.Security.AccessControl.PropagationFlags" + } + ], + "isStatic": false, + "name": "SetAccess", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "accessType", + "typeName": "System.Security.AccessControl.AccessControlType" + }, + { + "name": "sid", + "typeName": "System.Security.Principal.SecurityIdentifier" + }, + { "name": "accessMask", "typeName": "int" }, + { + "name": "inheritanceFlags", + "typeName": "System.Security.AccessControl.InheritanceFlags" + }, + { + "name": "propagationFlags", + "typeName": "System.Security.AccessControl.PropagationFlags" + }, + { + "name": "objectFlags", + "typeName": "System.Security.AccessControl.ObjectAceFlags" + }, + { "name": "objectType", "typeName": "System.Guid" }, + { "name": "inheritedObjectType", "typeName": "System.Guid" } + ], + "isStatic": false, + "name": "SetAccess", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "accessType", + "typeName": "System.Security.AccessControl.AccessControlType" + }, + { + "name": "sid", + "typeName": "System.Security.Principal.SecurityIdentifier" + }, + { + "name": "rule", + "typeName": "System.Security.AccessControl.ObjectAccessRule" + } + ], + "isStatic": false, + "name": "SetAccess", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "DiscretionaryAcl", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Permissions", + "baseClass": "System.Security.Permissions.CodeAccessSecurityAttribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "bool", + "name": "Open", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "Save", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "action", + "typeName": "System.Security.Permissions.SecurityAction" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IPermission", + "params": [], + "isStatic": false, + "name": "CreatePermission", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "FileDialogPermissionAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.AccessControl", + "baseClass": "System.Security.AccessControl.ObjectSecurity", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "AccessRule", + "params": [ + { + "name": "identityReference", + "typeName": "System.Security.Principal.IdentityReference" + }, + { "name": "accessMask", "typeName": "int" }, + { "name": "isInherited", "typeName": "bool" }, + { + "name": "inheritanceFlags", + "typeName": "System.Security.AccessControl.InheritanceFlags" + }, + { + "name": "propagationFlags", + "typeName": "System.Security.AccessControl.PropagationFlags" + }, + { + "name": "type", + "typeName": "System.Security.AccessControl.AccessControlType" + }, + { "name": "objectType", "typeName": "System.Guid" }, + { "name": "inheritedObjectType", "typeName": "System.Guid" } + ], + "isStatic": false, + "name": "AccessRuleFactory", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "AuditRule", + "params": [ + { + "name": "identityReference", + "typeName": "System.Security.Principal.IdentityReference" + }, + { "name": "accessMask", "typeName": "int" }, + { "name": "isInherited", "typeName": "bool" }, + { + "name": "inheritanceFlags", + "typeName": "System.Security.AccessControl.InheritanceFlags" + }, + { + "name": "propagationFlags", + "typeName": "System.Security.AccessControl.PropagationFlags" + }, + { + "name": "flags", + "typeName": "System.Security.AccessControl.AuditFlags" + }, + { "name": "objectType", "typeName": "System.Guid" }, + { "name": "inheritedObjectType", "typeName": "System.Guid" } + ], + "isStatic": false, + "name": "AuditRuleFactory", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "AuthorizationRuleCollection", + "params": [ + { "name": "includeExplicit", "typeName": "bool" }, + { "name": "includeInherited", "typeName": "bool" }, + { "name": "targetType", "typeName": "System.Type" } + ], + "isStatic": false, + "name": "GetAccessRules", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "AuthorizationRuleCollection", + "params": [ + { "name": "includeExplicit", "typeName": "bool" }, + { "name": "includeInherited", "typeName": "bool" }, + { "name": "targetType", "typeName": "System.Type" } + ], + "isStatic": false, + "name": "GetAuditRules", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "DirectoryObjectSecurity", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.AccessControl", + "baseClass": "System.Security.AccessControl.AccessRule", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Security.AccessControl.EventWaitHandleRights", + "name": "EventWaitHandleRights", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "identity", + "typeName": "System.Security.Principal.IdentityReference" + }, + { + "name": "eventRights", + "typeName": "System.Security.AccessControl.EventWaitHandleRights" + }, + { + "name": "type", + "typeName": "System.Security.AccessControl.AccessControlType" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "identity", "typeName": "string" }, + { + "name": "eventRights", + "typeName": "System.Security.AccessControl.EventWaitHandleRights" + }, + { + "name": "type", + "typeName": "System.Security.AccessControl.AccessControlType" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "EventWaitHandleAccessRule", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.AccessControl", + "baseClass": "System.Security.AccessControl.AuditRule", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Security.AccessControl.EventWaitHandleRights", + "name": "EventWaitHandleRights", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "identity", + "typeName": "System.Security.Principal.IdentityReference" + }, + { + "name": "eventRights", + "typeName": "System.Security.AccessControl.EventWaitHandleRights" + }, + { + "name": "flags", + "typeName": "System.Security.AccessControl.AuditFlags" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "EventWaitHandleAuditRule", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.AccessControl", + "baseClass": "System.Security.AccessControl.FileSystemSecurity", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { + "name": "includeSections", + "typeName": "System.Security.AccessControl.AccessControlSections" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "DirectorySecurity", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Permissions", + "baseClass": "System.Security.CodeAccessPermission", + "attribute": "", + "interfaces": [ + "IPermission", + "ISecurityEncodable", + "IStackWalk", + "IUnrestrictedPermission" + ], + "fields": [ + { + "typeName": "System.Security.Permissions.FileIOPermissionAccess", + "name": "AllFiles", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Permissions.FileIOPermissionAccess", + "name": "AllLocalFiles", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "access", + "typeName": "System.Security.Permissions.FileIOPermissionAccess" + }, + { + "name": "control", + "typeName": "System.Security.AccessControl.AccessControlActions" + }, + { "name": "path", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "access", + "typeName": "System.Security.Permissions.FileIOPermissionAccess" + }, + { + "name": "control", + "typeName": "System.Security.AccessControl.AccessControlActions" + }, + { "name": "pathList", "typeName": "string[]" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "access", + "typeName": "System.Security.Permissions.FileIOPermissionAccess" + }, + { "name": "path", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "access", + "typeName": "System.Security.Permissions.FileIOPermissionAccess" + }, + { "name": "pathList", "typeName": "string[]" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "state", + "typeName": "System.Security.Permissions.PermissionState" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "access", + "typeName": "System.Security.Permissions.FileIOPermissionAccess" + }, + { "name": "path", "typeName": "string" } + ], + "isStatic": false, + "name": "AddPathList", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "access", + "typeName": "System.Security.Permissions.FileIOPermissionAccess" + }, + { "name": "pathList", "typeName": "string[]" } + ], + "isStatic": false, + "name": "AddPathList", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IPermission", + "params": [], + "isStatic": false, + "name": "Copy", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "esd", "typeName": "System.Security.SecurityElement" } + ], + "isStatic": false, + "name": "FromXml", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { + "name": "access", + "typeName": "System.Security.Permissions.FileIOPermissionAccess" + } + ], + "isStatic": false, + "name": "GetPathList", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IPermission", + "params": [ + { "name": "target", "typeName": "System.Security.IPermission" } + ], + "isStatic": false, + "name": "Intersect", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "target", "typeName": "System.Security.IPermission" } + ], + "isStatic": false, + "name": "IsSubsetOf", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "IsUnrestricted", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "access", + "typeName": "System.Security.Permissions.FileIOPermissionAccess" + }, + { "name": "path", "typeName": "string" } + ], + "isStatic": false, + "name": "SetPathList", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "access", + "typeName": "System.Security.Permissions.FileIOPermissionAccess" + }, + { "name": "pathList", "typeName": "string[]" } + ], + "isStatic": false, + "name": "SetPathList", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SecurityElement", + "params": [], + "isStatic": false, + "name": "ToXml", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IPermission", + "params": [ + { "name": "other", "typeName": "System.Security.IPermission" } + ], + "isStatic": false, + "name": "Union", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "FileIOPermission", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.AccessControl", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Security.AccessControl.EventWaitHandleRights", + "name": "ChangePermissions", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.EventWaitHandleRights", + "name": "Delete", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.EventWaitHandleRights", + "name": "FullControl", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.EventWaitHandleRights", + "name": "Modify", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.EventWaitHandleRights", + "name": "ReadPermissions", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.EventWaitHandleRights", + "name": "Synchronize", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.EventWaitHandleRights", + "name": "TakeOwnership", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Security.AccessControl.EventWaitHandleRights", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "EventWaitHandleRights", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Permissions", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Security.Permissions.FileIOPermissionAccess", + "name": "AllAccess", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Permissions.FileIOPermissionAccess", + "name": "Append", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Permissions.FileIOPermissionAccess", + "name": "NoAccess", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Permissions.FileIOPermissionAccess", + "name": "PathDiscovery", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Permissions.FileIOPermissionAccess", + "name": "Read", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Permissions.FileIOPermissionAccess", + "name": "Write", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Security.Permissions.FileIOPermissionAccess", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "FileIOPermissionAccess", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.AccessControl", + "baseClass": "System.Security.AccessControl.AccessRule", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Security.AccessControl.FileSystemRights", + "name": "FileSystemRights", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "identity", + "typeName": "System.Security.Principal.IdentityReference" + }, + { + "name": "fileSystemRights", + "typeName": "System.Security.AccessControl.FileSystemRights" + }, + { + "name": "type", + "typeName": "System.Security.AccessControl.AccessControlType" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "identity", + "typeName": "System.Security.Principal.IdentityReference" + }, + { + "name": "fileSystemRights", + "typeName": "System.Security.AccessControl.FileSystemRights" + }, + { + "name": "inheritanceFlags", + "typeName": "System.Security.AccessControl.InheritanceFlags" + }, + { + "name": "propagationFlags", + "typeName": "System.Security.AccessControl.PropagationFlags" + }, + { + "name": "type", + "typeName": "System.Security.AccessControl.AccessControlType" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "identity", "typeName": "string" }, + { + "name": "fileSystemRights", + "typeName": "System.Security.AccessControl.FileSystemRights" + }, + { + "name": "type", + "typeName": "System.Security.AccessControl.AccessControlType" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "identity", "typeName": "string" }, + { + "name": "fileSystemRights", + "typeName": "System.Security.AccessControl.FileSystemRights" + }, + { + "name": "inheritanceFlags", + "typeName": "System.Security.AccessControl.InheritanceFlags" + }, + { + "name": "propagationFlags", + "typeName": "System.Security.AccessControl.PropagationFlags" + }, + { + "name": "type", + "typeName": "System.Security.AccessControl.AccessControlType" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "FileSystemAccessRule", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.AccessControl", + "baseClass": "System.Security.AccessControl.NativeObjectSecurity", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Type", + "name": "AccessRightType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Type", + "name": "AccessRuleType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Type", + "name": "AuditRuleType", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "AccessRule", + "params": [ + { + "name": "identityReference", + "typeName": "System.Security.Principal.IdentityReference" + }, + { "name": "accessMask", "typeName": "int" }, + { "name": "isInherited", "typeName": "bool" }, + { + "name": "inheritanceFlags", + "typeName": "System.Security.AccessControl.InheritanceFlags" + }, + { + "name": "propagationFlags", + "typeName": "System.Security.AccessControl.PropagationFlags" + }, + { + "name": "type", + "typeName": "System.Security.AccessControl.AccessControlType" + } + ], + "isStatic": false, + "name": "AccessRuleFactory", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "rule", + "typeName": "System.Security.AccessControl.EventWaitHandleAccessRule" + } + ], + "isStatic": false, + "name": "AddAccessRule", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "rule", + "typeName": "System.Security.AccessControl.EventWaitHandleAuditRule" + } + ], + "isStatic": false, + "name": "AddAuditRule", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "AuditRule", + "params": [ + { + "name": "identityReference", + "typeName": "System.Security.Principal.IdentityReference" + }, + { "name": "accessMask", "typeName": "int" }, + { "name": "isInherited", "typeName": "bool" }, + { + "name": "inheritanceFlags", + "typeName": "System.Security.AccessControl.InheritanceFlags" + }, + { + "name": "propagationFlags", + "typeName": "System.Security.AccessControl.PropagationFlags" + }, + { + "name": "flags", + "typeName": "System.Security.AccessControl.AuditFlags" + } + ], + "isStatic": false, + "name": "AuditRuleFactory", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "rule", + "typeName": "System.Security.AccessControl.EventWaitHandleAccessRule" + } + ], + "isStatic": false, + "name": "RemoveAccessRule", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "rule", + "typeName": "System.Security.AccessControl.EventWaitHandleAccessRule" + } + ], + "isStatic": false, + "name": "RemoveAccessRuleAll", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "rule", + "typeName": "System.Security.AccessControl.EventWaitHandleAccessRule" + } + ], + "isStatic": false, + "name": "RemoveAccessRuleSpecific", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "rule", + "typeName": "System.Security.AccessControl.EventWaitHandleAuditRule" + } + ], + "isStatic": false, + "name": "RemoveAuditRule", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "rule", + "typeName": "System.Security.AccessControl.EventWaitHandleAuditRule" + } + ], + "isStatic": false, + "name": "RemoveAuditRuleAll", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "rule", + "typeName": "System.Security.AccessControl.EventWaitHandleAuditRule" + } + ], + "isStatic": false, + "name": "RemoveAuditRuleSpecific", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "rule", + "typeName": "System.Security.AccessControl.EventWaitHandleAccessRule" + } + ], + "isStatic": false, + "name": "ResetAccessRule", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "rule", + "typeName": "System.Security.AccessControl.EventWaitHandleAccessRule" + } + ], + "isStatic": false, + "name": "SetAccessRule", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "rule", + "typeName": "System.Security.AccessControl.EventWaitHandleAuditRule" + } + ], + "isStatic": false, + "name": "SetAuditRule", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "EventWaitHandleSecurity", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.AccessControl", + "baseClass": "System.Security.AccessControl.AuditRule", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Security.AccessControl.FileSystemRights", + "name": "FileSystemRights", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "identity", + "typeName": "System.Security.Principal.IdentityReference" + }, + { + "name": "fileSystemRights", + "typeName": "System.Security.AccessControl.FileSystemRights" + }, + { + "name": "flags", + "typeName": "System.Security.AccessControl.AuditFlags" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "identity", + "typeName": "System.Security.Principal.IdentityReference" + }, + { + "name": "fileSystemRights", + "typeName": "System.Security.AccessControl.FileSystemRights" + }, + { + "name": "inheritanceFlags", + "typeName": "System.Security.AccessControl.InheritanceFlags" + }, + { + "name": "propagationFlags", + "typeName": "System.Security.AccessControl.PropagationFlags" + }, + { + "name": "flags", + "typeName": "System.Security.AccessControl.AuditFlags" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "identity", "typeName": "string" }, + { + "name": "fileSystemRights", + "typeName": "System.Security.AccessControl.FileSystemRights" + }, + { + "name": "flags", + "typeName": "System.Security.AccessControl.AuditFlags" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "identity", "typeName": "string" }, + { + "name": "fileSystemRights", + "typeName": "System.Security.AccessControl.FileSystemRights" + }, + { + "name": "inheritanceFlags", + "typeName": "System.Security.AccessControl.InheritanceFlags" + }, + { + "name": "propagationFlags", + "typeName": "System.Security.AccessControl.PropagationFlags" + }, + { + "name": "flags", + "typeName": "System.Security.AccessControl.AuditFlags" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "FileSystemAuditRule", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.AccessControl", + "baseClass": "System.Security.AccessControl.FileSystemSecurity", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "fileName", "typeName": "string" }, + { + "name": "includeSections", + "typeName": "System.Security.AccessControl.AccessControlSections" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "FileSecurity", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.AccessControl", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Security.AccessControl.AceFlags", + "name": "AceFlags", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.AceType", + "name": "AceType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.AuditFlags", + "name": "AuditFlags", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "BinaryLength", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.InheritanceFlags", + "name": "InheritanceFlags", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsInherited", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.PropagationFlags", + "name": "PropagationFlags", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "GenericAce", + "params": [], + "isStatic": false, + "name": "Copy", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "GenericAce", + "params": [ + { "name": "binaryForm", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" } + ], + "isStatic": true, + "name": "CreateFromBinaryForm", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "o", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "binaryForm", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" } + ], + "isStatic": false, + "name": "GetBinaryForm", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "left", + "typeName": "System.Security.AccessControl.GenericAce" + }, + { + "name": "right", + "typeName": "System.Security.AccessControl.GenericAce" + } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "left", + "typeName": "System.Security.AccessControl.GenericAce" + }, + { + "name": "right", + "typeName": "System.Security.AccessControl.GenericAce" + } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "GenericAce", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.AccessControl", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Security.AccessControl.FileSystemRights", + "name": "AppendData", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.FileSystemRights", + "name": "ChangePermissions", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.FileSystemRights", + "name": "CreateDirectories", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.FileSystemRights", + "name": "CreateFiles", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.FileSystemRights", + "name": "Delete", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.FileSystemRights", + "name": "DeleteSubdirectoriesAndFiles", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.FileSystemRights", + "name": "ExecuteFile", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.FileSystemRights", + "name": "FullControl", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.FileSystemRights", + "name": "ListDirectory", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.FileSystemRights", + "name": "Modify", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.FileSystemRights", + "name": "Read", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.FileSystemRights", + "name": "ReadAndExecute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.FileSystemRights", + "name": "ReadAttributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.FileSystemRights", + "name": "ReadData", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.FileSystemRights", + "name": "ReadExtendedAttributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.FileSystemRights", + "name": "ReadPermissions", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.FileSystemRights", + "name": "Synchronize", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.FileSystemRights", + "name": "TakeOwnership", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.FileSystemRights", + "name": "Traverse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.FileSystemRights", + "name": "Write", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.FileSystemRights", + "name": "WriteAttributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.FileSystemRights", + "name": "WriteData", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.FileSystemRights", + "name": "WriteExtendedAttributes", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Security.AccessControl.FileSystemRights", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "FileSystemRights", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Permissions", + "baseClass": "System.Security.Permissions.CodeAccessSecurityAttribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "string", + "name": "All", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Permissions.FileIOPermissionAccess", + "name": "AllFiles", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Permissions.FileIOPermissionAccess", + "name": "AllLocalFiles", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Append", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "ChangeAccessControl", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "PathDiscovery", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Read", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "ViewAccessControl", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "ViewAndModify", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Write", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "action", + "typeName": "System.Security.Permissions.SecurityAction" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IPermission", + "params": [], + "isStatic": false, + "name": "CreatePermission", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "FileIOPermissionAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.AccessControl", + "baseClass": "object", + "attribute": "", + "interfaces": ["ICollection", "IEnumerable"], + "fields": [ + { + "typeName": "byte", + "name": "AclRevision", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "byte", + "name": "AclRevisionDS", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "MaxBinaryLength", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "BinaryLength", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "Count", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsSynchronized", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.GenericAce", + "name": "this[]", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "byte", + "name": "Revision", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "object", + "name": "SyncRoot", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "array", + "typeName": "System.Security.AccessControl.GenericAce[]" + }, + { "name": "index", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "binaryForm", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" } + ], + "isStatic": false, + "name": "GetBinaryForm", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "AceEnumerator", + "params": [], + "isStatic": false, + "name": "GetEnumerator", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "GenericAcl", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.AccessControl", + "baseClass": "System.Security.AccessControl.NativeObjectSecurity", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Type", + "name": "AccessRightType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Type", + "name": "AccessRuleType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Type", + "name": "AuditRuleType", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "AccessRule", + "params": [ + { + "name": "identityReference", + "typeName": "System.Security.Principal.IdentityReference" + }, + { "name": "accessMask", "typeName": "int" }, + { "name": "isInherited", "typeName": "bool" }, + { + "name": "inheritanceFlags", + "typeName": "System.Security.AccessControl.InheritanceFlags" + }, + { + "name": "propagationFlags", + "typeName": "System.Security.AccessControl.PropagationFlags" + }, + { + "name": "type", + "typeName": "System.Security.AccessControl.AccessControlType" + } + ], + "isStatic": false, + "name": "AccessRuleFactory", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "rule", + "typeName": "System.Security.AccessControl.FileSystemAccessRule" + } + ], + "isStatic": false, + "name": "AddAccessRule", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "rule", + "typeName": "System.Security.AccessControl.FileSystemAuditRule" + } + ], + "isStatic": false, + "name": "AddAuditRule", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "AuditRule", + "params": [ + { + "name": "identityReference", + "typeName": "System.Security.Principal.IdentityReference" + }, + { "name": "accessMask", "typeName": "int" }, + { "name": "isInherited", "typeName": "bool" }, + { + "name": "inheritanceFlags", + "typeName": "System.Security.AccessControl.InheritanceFlags" + }, + { + "name": "propagationFlags", + "typeName": "System.Security.AccessControl.PropagationFlags" + }, + { + "name": "flags", + "typeName": "System.Security.AccessControl.AuditFlags" + } + ], + "isStatic": false, + "name": "AuditRuleFactory", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "rule", + "typeName": "System.Security.AccessControl.FileSystemAccessRule" + } + ], + "isStatic": false, + "name": "RemoveAccessRule", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "rule", + "typeName": "System.Security.AccessControl.FileSystemAccessRule" + } + ], + "isStatic": false, + "name": "RemoveAccessRuleAll", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "rule", + "typeName": "System.Security.AccessControl.FileSystemAccessRule" + } + ], + "isStatic": false, + "name": "RemoveAccessRuleSpecific", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "rule", + "typeName": "System.Security.AccessControl.FileSystemAuditRule" + } + ], + "isStatic": false, + "name": "RemoveAuditRule", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "rule", + "typeName": "System.Security.AccessControl.FileSystemAuditRule" + } + ], + "isStatic": false, + "name": "RemoveAuditRuleAll", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "rule", + "typeName": "System.Security.AccessControl.FileSystemAuditRule" + } + ], + "isStatic": false, + "name": "RemoveAuditRuleSpecific", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "rule", + "typeName": "System.Security.AccessControl.FileSystemAccessRule" + } + ], + "isStatic": false, + "name": "ResetAccessRule", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "rule", + "typeName": "System.Security.AccessControl.FileSystemAccessRule" + } + ], + "isStatic": false, + "name": "SetAccessRule", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "rule", + "typeName": "System.Security.AccessControl.FileSystemAuditRule" + } + ], + "isStatic": false, + "name": "SetAuditRule", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "FileSystemSecurity", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Permissions", + "baseClass": "System.Security.CodeAccessPermission", + "attribute": "", + "interfaces": ["IPermission", "ISecurityEncodable", "IStackWalk"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "state", + "typeName": "System.Security.Permissions.PermissionState" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IPermission", + "params": [], + "isStatic": false, + "name": "Copy", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "securityElement", + "typeName": "System.Security.SecurityElement" + } + ], + "isStatic": false, + "name": "FromXml", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IPermission", + "params": [ + { "name": "target", "typeName": "System.Security.IPermission" } + ], + "isStatic": false, + "name": "Intersect", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "target", "typeName": "System.Security.IPermission" } + ], + "isStatic": false, + "name": "IsSubsetOf", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SecurityElement", + "params": [], + "isStatic": false, + "name": "ToXml", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IPermission", + "params": [ + { "name": "target", "typeName": "System.Security.IPermission" } + ], + "isStatic": false, + "name": "Union", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "GacIdentityPermission", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.AccessControl", + "baseClass": "System.Security.AccessControl.GenericAce", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "AccessMask", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Principal.SecurityIdentifier", + "name": "SecurityIdentifier", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [], + "name": "KnownAce", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.AccessControl", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "BinaryLength", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.ControlFlags", + "name": "ControlFlags", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Principal.SecurityIdentifier", + "name": "Group", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Principal.SecurityIdentifier", + "name": "Owner", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "byte", + "name": "Revision", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "binaryForm", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" } + ], + "isStatic": false, + "name": "GetBinaryForm", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { + "name": "includeSections", + "typeName": "System.Security.AccessControl.AccessControlSections" + } + ], + "isStatic": false, + "name": "GetSddlForm", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": true, + "name": "IsSddlConversionSupported", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "GenericSecurityDescriptor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Permissions", + "baseClass": "System.Security.Permissions.CodeAccessSecurityAttribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "action", + "typeName": "System.Security.Permissions.SecurityAction" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IPermission", + "params": [], + "isStatic": false, + "name": "CreatePermission", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "GacIdentityPermissionAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.AccessControl", + "baseClass": "System.Security.AccessControl.AccessRule", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Security.AccessControl.MutexRights", + "name": "MutexRights", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "identity", + "typeName": "System.Security.Principal.IdentityReference" + }, + { + "name": "eventRights", + "typeName": "System.Security.AccessControl.MutexRights" + }, + { + "name": "type", + "typeName": "System.Security.AccessControl.AccessControlType" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "identity", "typeName": "string" }, + { + "name": "eventRights", + "typeName": "System.Security.AccessControl.MutexRights" + }, + { + "name": "type", + "typeName": "System.Security.AccessControl.AccessControlType" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "MutexAccessRule", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.AccessControl", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Security.AccessControl.InheritanceFlags", + "name": "ContainerInherit", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.InheritanceFlags", + "name": "None", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.InheritanceFlags", + "name": "ObjectInherit", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Security.AccessControl.InheritanceFlags", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "InheritanceFlags", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Permissions", + "baseClass": "System.Security.Permissions.CodeAccessSecurityAttribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "bool", + "name": "ExternalProcessMgmt", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "ExternalThreading", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "MayLeakOnAbort", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Permissions.HostProtectionResource", + "name": "Resources", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "SecurityInfrastructure", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "SelfAffectingProcessMgmt", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "SelfAffectingThreading", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "SharedState", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "Synchronization", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "UI", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "action", + "typeName": "System.Security.Permissions.SecurityAction" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IPermission", + "params": [], + "isStatic": false, + "name": "CreatePermission", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "HostProtectionAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.AccessControl", + "baseClass": "System.Security.AccessControl.NativeObjectSecurity", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Type", + "name": "AccessRightType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Type", + "name": "AccessRuleType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Type", + "name": "AuditRuleType", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { + "name": "includeSections", + "typeName": "System.Security.AccessControl.AccessControlSections" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "AccessRule", + "params": [ + { + "name": "identityReference", + "typeName": "System.Security.Principal.IdentityReference" + }, + { "name": "accessMask", "typeName": "int" }, + { "name": "isInherited", "typeName": "bool" }, + { + "name": "inheritanceFlags", + "typeName": "System.Security.AccessControl.InheritanceFlags" + }, + { + "name": "propagationFlags", + "typeName": "System.Security.AccessControl.PropagationFlags" + }, + { + "name": "type", + "typeName": "System.Security.AccessControl.AccessControlType" + } + ], + "isStatic": false, + "name": "AccessRuleFactory", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "rule", + "typeName": "System.Security.AccessControl.MutexAccessRule" + } + ], + "isStatic": false, + "name": "AddAccessRule", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "rule", + "typeName": "System.Security.AccessControl.MutexAuditRule" + } + ], + "isStatic": false, + "name": "AddAuditRule", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "AuditRule", + "params": [ + { + "name": "identityReference", + "typeName": "System.Security.Principal.IdentityReference" + }, + { "name": "accessMask", "typeName": "int" }, + { "name": "isInherited", "typeName": "bool" }, + { + "name": "inheritanceFlags", + "typeName": "System.Security.AccessControl.InheritanceFlags" + }, + { + "name": "propagationFlags", + "typeName": "System.Security.AccessControl.PropagationFlags" + }, + { + "name": "flags", + "typeName": "System.Security.AccessControl.AuditFlags" + } + ], + "isStatic": false, + "name": "AuditRuleFactory", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "rule", + "typeName": "System.Security.AccessControl.MutexAccessRule" + } + ], + "isStatic": false, + "name": "RemoveAccessRule", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "rule", + "typeName": "System.Security.AccessControl.MutexAccessRule" + } + ], + "isStatic": false, + "name": "RemoveAccessRuleAll", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "rule", + "typeName": "System.Security.AccessControl.MutexAccessRule" + } + ], + "isStatic": false, + "name": "RemoveAccessRuleSpecific", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "rule", + "typeName": "System.Security.AccessControl.MutexAuditRule" + } + ], + "isStatic": false, + "name": "RemoveAuditRule", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "rule", + "typeName": "System.Security.AccessControl.MutexAuditRule" + } + ], + "isStatic": false, + "name": "RemoveAuditRuleAll", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "rule", + "typeName": "System.Security.AccessControl.MutexAuditRule" + } + ], + "isStatic": false, + "name": "RemoveAuditRuleSpecific", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "rule", + "typeName": "System.Security.AccessControl.MutexAccessRule" + } + ], + "isStatic": false, + "name": "ResetAccessRule", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "rule", + "typeName": "System.Security.AccessControl.MutexAccessRule" + } + ], + "isStatic": false, + "name": "SetAccessRule", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "rule", + "typeName": "System.Security.AccessControl.MutexAuditRule" + } + ], + "isStatic": false, + "name": "SetAuditRule", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "MutexSecurity", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.AccessControl", + "baseClass": "System.Security.AccessControl.AuditRule", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Security.AccessControl.MutexRights", + "name": "MutexRights", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "identity", + "typeName": "System.Security.Principal.IdentityReference" + }, + { + "name": "eventRights", + "typeName": "System.Security.AccessControl.MutexRights" + }, + { + "name": "flags", + "typeName": "System.Security.AccessControl.AuditFlags" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "MutexAuditRule", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.AccessControl", + "baseClass": "System.Security.AccessControl.CommonObjectSecurity", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [], + "name": "NativeObjectSecurity", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.AccessControl", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Security.AccessControl.MutexRights", + "name": "ChangePermissions", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.MutexRights", + "name": "Delete", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.MutexRights", + "name": "FullControl", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.MutexRights", + "name": "Modify", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.MutexRights", + "name": "ReadPermissions", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.MutexRights", + "name": "Synchronize", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.MutexRights", + "name": "TakeOwnership", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Security.AccessControl.MutexRights", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "MutexRights", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.AccessControl", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Security.AccessControl.ObjectAceFlags", + "name": "InheritedObjectAceTypePresent", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.ObjectAceFlags", + "name": "None", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.ObjectAceFlags", + "name": "ObjectAceTypePresent", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Security.AccessControl.ObjectAceFlags", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ObjectAceFlags", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.AccessControl", + "baseClass": "System.Security.AccessControl.AuditRule", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Guid", + "name": "InheritedObjectType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.ObjectAceFlags", + "name": "ObjectFlags", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Guid", + "name": "ObjectType", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [], + "name": "ObjectAuditRule", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.AccessControl", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Type", + "name": "AccessRightType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Type", + "name": "AccessRuleType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "AreAccessRulesCanonical", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "AreAccessRulesProtected", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "AreAuditRulesCanonical", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "AreAuditRulesProtected", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Type", + "name": "AuditRuleType", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "AccessRule", + "params": [ + { + "name": "identityReference", + "typeName": "System.Security.Principal.IdentityReference" + }, + { "name": "accessMask", "typeName": "int" }, + { "name": "isInherited", "typeName": "bool" }, + { + "name": "inheritanceFlags", + "typeName": "System.Security.AccessControl.InheritanceFlags" + }, + { + "name": "propagationFlags", + "typeName": "System.Security.AccessControl.PropagationFlags" + }, + { + "name": "type", + "typeName": "System.Security.AccessControl.AccessControlType" + } + ], + "isStatic": false, + "name": "AccessRuleFactory", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "AuditRule", + "params": [ + { + "name": "identityReference", + "typeName": "System.Security.Principal.IdentityReference" + }, + { "name": "accessMask", "typeName": "int" }, + { "name": "isInherited", "typeName": "bool" }, + { + "name": "inheritanceFlags", + "typeName": "System.Security.AccessControl.InheritanceFlags" + }, + { + "name": "propagationFlags", + "typeName": "System.Security.AccessControl.PropagationFlags" + }, + { + "name": "flags", + "typeName": "System.Security.AccessControl.AuditFlags" + } + ], + "isStatic": false, + "name": "AuditRuleFactory", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IdentityReference", + "params": [{ "name": "targetType", "typeName": "System.Type" }], + "isStatic": false, + "name": "GetGroup", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IdentityReference", + "params": [{ "name": "targetType", "typeName": "System.Type" }], + "isStatic": false, + "name": "GetOwner", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetSecurityDescriptorBinaryForm", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { + "name": "includeSections", + "typeName": "System.Security.AccessControl.AccessControlSections" + } + ], + "isStatic": false, + "name": "GetSecurityDescriptorSddlForm", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": true, + "name": "IsSddlConversionSupported", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "modification", + "typeName": "System.Security.AccessControl.AccessControlModification" + }, + { + "name": "rule", + "typeName": "System.Security.AccessControl.AccessRule" + }, + { "name": "modified", "typeName": "bool" } + ], + "isStatic": false, + "name": "ModifyAccessRule", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "modification", + "typeName": "System.Security.AccessControl.AccessControlModification" + }, + { + "name": "rule", + "typeName": "System.Security.AccessControl.AuditRule" + }, + { "name": "modified", "typeName": "bool" } + ], + "isStatic": false, + "name": "ModifyAuditRule", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "identity", + "typeName": "System.Security.Principal.IdentityReference" + } + ], + "isStatic": false, + "name": "PurgeAccessRules", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "identity", + "typeName": "System.Security.Principal.IdentityReference" + } + ], + "isStatic": false, + "name": "PurgeAuditRules", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "isProtected", "typeName": "bool" }, + { "name": "preserveInheritance", "typeName": "bool" } + ], + "isStatic": false, + "name": "SetAccessRuleProtection", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "isProtected", "typeName": "bool" }, + { "name": "preserveInheritance", "typeName": "bool" } + ], + "isStatic": false, + "name": "SetAuditRuleProtection", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "identity", + "typeName": "System.Security.Principal.IdentityReference" + } + ], + "isStatic": false, + "name": "SetGroup", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "identity", + "typeName": "System.Security.Principal.IdentityReference" + } + ], + "isStatic": false, + "name": "SetOwner", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "binaryForm", "typeName": "byte[]" }], + "isStatic": false, + "name": "SetSecurityDescriptorBinaryForm", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "binaryForm", "typeName": "byte[]" }, + { + "name": "includeSections", + "typeName": "System.Security.AccessControl.AccessControlSections" + } + ], + "isStatic": false, + "name": "SetSecurityDescriptorBinaryForm", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "sddlForm", "typeName": "string" }], + "isStatic": false, + "name": "SetSecurityDescriptorSddlForm", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "sddlForm", "typeName": "string" }, + { + "name": "includeSections", + "typeName": "System.Security.AccessControl.AccessControlSections" + } + ], + "isStatic": false, + "name": "SetSecurityDescriptorSddlForm", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ObjectSecurity", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.AccessControl", + "baseClass": "System.UnauthorizedAccessException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [ + { + "typeName": "string", + "name": "PrivilegeName", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "privilege", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "privilege", "typeName": "string" }, + { "name": "inner", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "info", + "typeName": "System.Runtime.Serialization.SerializationInfo" + }, + { + "name": "context", + "typeName": "System.Runtime.Serialization.StreamingContext" + } + ], + "isStatic": false, + "name": "GetObjectData", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "PrivilegeNotHeldException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.AccessControl", + "baseClass": "System.Security.AccessControl.NativeObjectSecurity", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Type", + "name": "AccessRightType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Type", + "name": "AccessRuleType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Type", + "name": "AuditRuleType", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "AccessRule", + "params": [ + { + "name": "identityReference", + "typeName": "System.Security.Principal.IdentityReference" + }, + { "name": "accessMask", "typeName": "int" }, + { "name": "isInherited", "typeName": "bool" }, + { + "name": "inheritanceFlags", + "typeName": "System.Security.AccessControl.InheritanceFlags" + }, + { + "name": "propagationFlags", + "typeName": "System.Security.AccessControl.PropagationFlags" + }, + { + "name": "type", + "typeName": "System.Security.AccessControl.AccessControlType" + } + ], + "isStatic": false, + "name": "AccessRuleFactory", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "rule", + "typeName": "System.Security.AccessControl.AccessRule" + } + ], + "isStatic": false, + "name": "AddAccessRule", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "rule", + "typeName": "System.Security.AccessControl.AuditRule" + } + ], + "isStatic": false, + "name": "AddAuditRule", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "AuditRule", + "params": [ + { + "name": "identityReference", + "typeName": "System.Security.Principal.IdentityReference" + }, + { "name": "accessMask", "typeName": "int" }, + { "name": "isInherited", "typeName": "bool" }, + { + "name": "inheritanceFlags", + "typeName": "System.Security.AccessControl.InheritanceFlags" + }, + { + "name": "propagationFlags", + "typeName": "System.Security.AccessControl.PropagationFlags" + }, + { + "name": "flags", + "typeName": "System.Security.AccessControl.AuditFlags" + } + ], + "isStatic": false, + "name": "AuditRuleFactory", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "rule", + "typeName": "System.Security.AccessControl.AccessRule" + } + ], + "isStatic": false, + "name": "RemoveAccessRule", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "rule", + "typeName": "System.Security.AccessControl.AccessRule" + } + ], + "isStatic": false, + "name": "RemoveAccessRuleAll", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "rule", + "typeName": "System.Security.AccessControl.AccessRule" + } + ], + "isStatic": false, + "name": "RemoveAccessRuleSpecific", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "rule", + "typeName": "System.Security.AccessControl.AuditRule" + } + ], + "isStatic": false, + "name": "RemoveAuditRule", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "rule", + "typeName": "System.Security.AccessControl.AuditRule" + } + ], + "isStatic": false, + "name": "RemoveAuditRuleAll", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "rule", + "typeName": "System.Security.AccessControl.AuditRule" + } + ], + "isStatic": false, + "name": "RemoveAuditRuleSpecific", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "rule", + "typeName": "System.Security.AccessControl.AccessRule" + } + ], + "isStatic": false, + "name": "ResetAccessRule", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "rule", + "typeName": "System.Security.AccessControl.AccessRule" + } + ], + "isStatic": false, + "name": "SetAccessRule", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "rule", + "typeName": "System.Security.AccessControl.AuditRule" + } + ], + "isStatic": false, + "name": "SetAuditRule", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ObjectSecurity", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.AccessControl", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Security.AccessControl.PropagationFlags", + "name": "InheritOnly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.PropagationFlags", + "name": "None", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.PropagationFlags", + "name": "NoPropagateInherit", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Security.AccessControl.PropagationFlags", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "PropagationFlags", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.AccessControl", + "baseClass": "System.Security.AccessControl.KnownAce", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Security.AccessControl.AceQualifier", + "name": "AceQualifier", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsCallback", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "OpaqueLength", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetOpaque", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "opaque", "typeName": "byte[]" }], + "isStatic": false, + "name": "SetOpaque", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "QualifiedAce", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Permissions", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Security.Permissions.HostProtectionResource", + "name": "All", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Permissions.HostProtectionResource", + "name": "ExternalProcessMgmt", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Permissions.HostProtectionResource", + "name": "ExternalThreading", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Permissions.HostProtectionResource", + "name": "MayLeakOnAbort", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Permissions.HostProtectionResource", + "name": "None", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Permissions.HostProtectionResource", + "name": "SecurityInfrastructure", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Permissions.HostProtectionResource", + "name": "SelfAffectingProcessMgmt", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Permissions.HostProtectionResource", + "name": "SelfAffectingThreading", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Permissions.HostProtectionResource", + "name": "SharedState", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Permissions.HostProtectionResource", + "name": "Synchronization", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Permissions.HostProtectionResource", + "name": "UI", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Security.Permissions.HostProtectionResource", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "HostProtectionResource", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.AccessControl", + "baseClass": "System.Security.AccessControl.GenericAcl", + "attribute": "", + "interfaces": ["ICollection", "IEnumerable"], + "fields": [ + { + "typeName": "int", + "name": "BinaryLength", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "Count", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.GenericAce", + "name": "this[]", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "byte", + "name": "Revision", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "revision", "typeName": "byte" }, + { "name": "capacity", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "binaryForm", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "binaryForm", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" } + ], + "isStatic": false, + "name": "GetBinaryForm", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { + "name": "ace", + "typeName": "System.Security.AccessControl.GenericAce" + } + ], + "isStatic": false, + "name": "InsertAce", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "RemoveAce", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "RawAcl", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Permissions", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Security.Permissions.IsolatedStorageContainment", + "name": "AdministerIsolatedStorageByUser", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Permissions.IsolatedStorageContainment", + "name": "ApplicationIsolationByMachine", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Permissions.IsolatedStorageContainment", + "name": "ApplicationIsolationByRoamingUser", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Permissions.IsolatedStorageContainment", + "name": "ApplicationIsolationByUser", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Permissions.IsolatedStorageContainment", + "name": "AssemblyIsolationByMachine", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Permissions.IsolatedStorageContainment", + "name": "AssemblyIsolationByRoamingUser", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Permissions.IsolatedStorageContainment", + "name": "AssemblyIsolationByUser", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Permissions.IsolatedStorageContainment", + "name": "DomainIsolationByMachine", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Permissions.IsolatedStorageContainment", + "name": "DomainIsolationByRoamingUser", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Permissions.IsolatedStorageContainment", + "name": "DomainIsolationByUser", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Permissions.IsolatedStorageContainment", + "name": "None", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Permissions.IsolatedStorageContainment", + "name": "UnrestrictedIsolatedStorage", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Security.Permissions.IsolatedStorageContainment", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "IsolatedStorageContainment", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.AccessControl", + "baseClass": "System.Security.AccessControl.AccessRule", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Guid", + "name": "InheritedObjectType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.ObjectAceFlags", + "name": "ObjectFlags", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Guid", + "name": "ObjectType", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [], + "name": "ObjectAccessRule", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Permissions", + "baseClass": "System.Security.Permissions.IsolatedStoragePermission", + "attribute": "", + "interfaces": [ + "IPermission", + "ISecurityEncodable", + "IStackWalk", + "IUnrestrictedPermission" + ], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "state", + "typeName": "System.Security.Permissions.PermissionState" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IPermission", + "params": [], + "isStatic": false, + "name": "Copy", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IPermission", + "params": [ + { "name": "target", "typeName": "System.Security.IPermission" } + ], + "isStatic": false, + "name": "Intersect", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "target", "typeName": "System.Security.IPermission" } + ], + "isStatic": false, + "name": "IsSubsetOf", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SecurityElement", + "params": [], + "isStatic": false, + "name": "ToXml", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IPermission", + "params": [ + { "name": "target", "typeName": "System.Security.IPermission" } + ], + "isStatic": false, + "name": "Union", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "IsolatedStorageFilePermission", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.AccessControl", + "baseClass": "System.Security.AccessControl.QualifiedAce", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "BinaryLength", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Guid", + "name": "InheritedObjectAceType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.ObjectAceFlags", + "name": "ObjectAceFlags", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Guid", + "name": "ObjectAceType", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "aceFlags", + "typeName": "System.Security.AccessControl.AceFlags" + }, + { + "name": "qualifier", + "typeName": "System.Security.AccessControl.AceQualifier" + }, + { "name": "accessMask", "typeName": "int" }, + { + "name": "sid", + "typeName": "System.Security.Principal.SecurityIdentifier" + }, + { + "name": "flags", + "typeName": "System.Security.AccessControl.ObjectAceFlags" + }, + { "name": "type", "typeName": "System.Guid" }, + { "name": "inheritedType", "typeName": "System.Guid" }, + { "name": "isCallback", "typeName": "bool" }, + { "name": "opaque", "typeName": "byte[]" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "binaryForm", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" } + ], + "isStatic": false, + "name": "GetBinaryForm", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "isCallback", "typeName": "bool" }], + "isStatic": true, + "name": "MaxOpaqueLength", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ObjectAce", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Permissions", + "baseClass": "System.Security.Permissions.IsolatedStoragePermissionAttribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "action", + "typeName": "System.Security.Permissions.SecurityAction" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IPermission", + "params": [], + "isStatic": false, + "name": "CreatePermission", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "IsolatedStorageFilePermissionAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.AccessControl", + "baseClass": "System.Security.AccessControl.GenericSecurityDescriptor", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Security.AccessControl.ControlFlags", + "name": "ControlFlags", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.RawAcl", + "name": "DiscretionaryAcl", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Principal.SecurityIdentifier", + "name": "Group", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Principal.SecurityIdentifier", + "name": "Owner", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "byte", + "name": "ResourceManagerControl", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.RawAcl", + "name": "SystemAcl", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "binaryForm", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "flags", + "typeName": "System.Security.AccessControl.ControlFlags" + }, + { + "name": "owner", + "typeName": "System.Security.Principal.SecurityIdentifier" + }, + { + "name": "group", + "typeName": "System.Security.Principal.SecurityIdentifier" + }, + { + "name": "systemAcl", + "typeName": "System.Security.AccessControl.RawAcl" + }, + { + "name": "discretionaryAcl", + "typeName": "System.Security.AccessControl.RawAcl" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "sddlForm", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "flags", + "typeName": "System.Security.AccessControl.ControlFlags" + } + ], + "isStatic": false, + "name": "SetFlags", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "RawSecurityDescriptor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Permissions", + "baseClass": "System.Security.CodeAccessPermission", + "attribute": "", + "interfaces": [ + "IPermission", + "ISecurityEncodable", + "IStackWalk", + "IUnrestrictedPermission" + ], + "fields": [ + { + "typeName": "System.Security.Permissions.IsolatedStorageContainment", + "name": "UsageAllowed", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "long", + "name": "UserQuota", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "esd", "typeName": "System.Security.SecurityElement" } + ], + "isStatic": false, + "name": "FromXml", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "IsUnrestricted", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SecurityElement", + "params": [], + "isStatic": false, + "name": "ToXml", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "IsolatedStoragePermission", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.AccessControl", + "baseClass": "System.Security.AccessControl.AccessRule", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Security.AccessControl.RegistryRights", + "name": "RegistryRights", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "identity", + "typeName": "System.Security.Principal.IdentityReference" + }, + { + "name": "registryRights", + "typeName": "System.Security.AccessControl.RegistryRights" + }, + { + "name": "type", + "typeName": "System.Security.AccessControl.AccessControlType" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "identity", + "typeName": "System.Security.Principal.IdentityReference" + }, + { + "name": "registryRights", + "typeName": "System.Security.AccessControl.RegistryRights" + }, + { + "name": "inheritanceFlags", + "typeName": "System.Security.AccessControl.InheritanceFlags" + }, + { + "name": "propagationFlags", + "typeName": "System.Security.AccessControl.PropagationFlags" + }, + { + "name": "type", + "typeName": "System.Security.AccessControl.AccessControlType" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "identity", "typeName": "string" }, + { + "name": "registryRights", + "typeName": "System.Security.AccessControl.RegistryRights" + }, + { + "name": "type", + "typeName": "System.Security.AccessControl.AccessControlType" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "identity", "typeName": "string" }, + { + "name": "registryRights", + "typeName": "System.Security.AccessControl.RegistryRights" + }, + { + "name": "inheritanceFlags", + "typeName": "System.Security.AccessControl.InheritanceFlags" + }, + { + "name": "propagationFlags", + "typeName": "System.Security.AccessControl.PropagationFlags" + }, + { + "name": "type", + "typeName": "System.Security.AccessControl.AccessControlType" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "RegistryAccessRule", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Permissions", + "baseClass": "System.Security.Permissions.CodeAccessSecurityAttribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "System.Security.Permissions.IsolatedStorageContainment", + "name": "UsageAllowed", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "long", + "name": "UserQuota", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [], + "name": "IsolatedStoragePermissionAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.AccessControl", + "baseClass": "System.Security.AccessControl.AuditRule", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Security.AccessControl.RegistryRights", + "name": "RegistryRights", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "identity", + "typeName": "System.Security.Principal.IdentityReference" + }, + { + "name": "registryRights", + "typeName": "System.Security.AccessControl.RegistryRights" + }, + { + "name": "inheritanceFlags", + "typeName": "System.Security.AccessControl.InheritanceFlags" + }, + { + "name": "propagationFlags", + "typeName": "System.Security.AccessControl.PropagationFlags" + }, + { + "name": "flags", + "typeName": "System.Security.AccessControl.AuditFlags" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "identity", "typeName": "string" }, + { + "name": "registryRights", + "typeName": "System.Security.AccessControl.RegistryRights" + }, + { + "name": "inheritanceFlags", + "typeName": "System.Security.AccessControl.InheritanceFlags" + }, + { + "name": "propagationFlags", + "typeName": "System.Security.AccessControl.PropagationFlags" + }, + { + "name": "flags", + "typeName": "System.Security.AccessControl.AuditFlags" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "RegistryAuditRule", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Permissions", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "IsUnrestricted", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "IUnrestrictedPermission", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.AccessControl", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Security.AccessControl.RegistryRights", + "name": "ChangePermissions", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.RegistryRights", + "name": "CreateLink", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.RegistryRights", + "name": "CreateSubKey", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.RegistryRights", + "name": "Delete", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.RegistryRights", + "name": "EnumerateSubKeys", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.RegistryRights", + "name": "ExecuteKey", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.RegistryRights", + "name": "FullControl", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.RegistryRights", + "name": "Notify", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.RegistryRights", + "name": "QueryValues", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.RegistryRights", + "name": "ReadKey", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.RegistryRights", + "name": "ReadPermissions", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.RegistryRights", + "name": "SetValue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.RegistryRights", + "name": "TakeOwnership", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.RegistryRights", + "name": "WriteKey", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Security.AccessControl.RegistryRights", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "RegistryRights", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Permissions", + "baseClass": "System.Security.CodeAccessPermission", + "attribute": "", + "interfaces": [ + "IPermission", + "ISecurityEncodable", + "IStackWalk", + "IUnrestrictedPermission" + ], + "fields": [ + { + "typeName": "System.Security.Permissions.KeyContainerPermissionAccessEntryCollection", + "name": "AccessEntries", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Permissions.KeyContainerPermissionFlags", + "name": "Flags", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "flags", + "typeName": "System.Security.Permissions.KeyContainerPermissionFlags" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "flags", + "typeName": "System.Security.Permissions.KeyContainerPermissionFlags" + }, + { + "name": "accessList", + "typeName": "System.Security.Permissions.KeyContainerPermissionAccessEntry[]" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "state", + "typeName": "System.Security.Permissions.PermissionState" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IPermission", + "params": [], + "isStatic": false, + "name": "Copy", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "securityElement", + "typeName": "System.Security.SecurityElement" + } + ], + "isStatic": false, + "name": "FromXml", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IPermission", + "params": [ + { "name": "target", "typeName": "System.Security.IPermission" } + ], + "isStatic": false, + "name": "Intersect", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "target", "typeName": "System.Security.IPermission" } + ], + "isStatic": false, + "name": "IsSubsetOf", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "IsUnrestricted", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SecurityElement", + "params": [], + "isStatic": false, + "name": "ToXml", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IPermission", + "params": [ + { "name": "target", "typeName": "System.Security.IPermission" } + ], + "isStatic": false, + "name": "Union", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "KeyContainerPermission", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.AccessControl", + "baseClass": "System.Security.AccessControl.NativeObjectSecurity", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Type", + "name": "AccessRightType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Type", + "name": "AccessRuleType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Type", + "name": "AuditRuleType", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "AccessRule", + "params": [ + { + "name": "identityReference", + "typeName": "System.Security.Principal.IdentityReference" + }, + { "name": "accessMask", "typeName": "int" }, + { "name": "isInherited", "typeName": "bool" }, + { + "name": "inheritanceFlags", + "typeName": "System.Security.AccessControl.InheritanceFlags" + }, + { + "name": "propagationFlags", + "typeName": "System.Security.AccessControl.PropagationFlags" + }, + { + "name": "type", + "typeName": "System.Security.AccessControl.AccessControlType" + } + ], + "isStatic": false, + "name": "AccessRuleFactory", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "rule", + "typeName": "System.Security.AccessControl.RegistryAccessRule" + } + ], + "isStatic": false, + "name": "AddAccessRule", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "rule", + "typeName": "System.Security.AccessControl.RegistryAuditRule" + } + ], + "isStatic": false, + "name": "AddAuditRule", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "AuditRule", + "params": [ + { + "name": "identityReference", + "typeName": "System.Security.Principal.IdentityReference" + }, + { "name": "accessMask", "typeName": "int" }, + { "name": "isInherited", "typeName": "bool" }, + { + "name": "inheritanceFlags", + "typeName": "System.Security.AccessControl.InheritanceFlags" + }, + { + "name": "propagationFlags", + "typeName": "System.Security.AccessControl.PropagationFlags" + }, + { + "name": "flags", + "typeName": "System.Security.AccessControl.AuditFlags" + } + ], + "isStatic": false, + "name": "AuditRuleFactory", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "rule", + "typeName": "System.Security.AccessControl.RegistryAccessRule" + } + ], + "isStatic": false, + "name": "RemoveAccessRule", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "rule", + "typeName": "System.Security.AccessControl.RegistryAccessRule" + } + ], + "isStatic": false, + "name": "RemoveAccessRuleAll", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "rule", + "typeName": "System.Security.AccessControl.RegistryAccessRule" + } + ], + "isStatic": false, + "name": "RemoveAccessRuleSpecific", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "rule", + "typeName": "System.Security.AccessControl.RegistryAuditRule" + } + ], + "isStatic": false, + "name": "RemoveAuditRule", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "rule", + "typeName": "System.Security.AccessControl.RegistryAuditRule" + } + ], + "isStatic": false, + "name": "RemoveAuditRuleAll", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "rule", + "typeName": "System.Security.AccessControl.RegistryAuditRule" + } + ], + "isStatic": false, + "name": "RemoveAuditRuleSpecific", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "rule", + "typeName": "System.Security.AccessControl.RegistryAccessRule" + } + ], + "isStatic": false, + "name": "ResetAccessRule", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "rule", + "typeName": "System.Security.AccessControl.RegistryAccessRule" + } + ], + "isStatic": false, + "name": "SetAccessRule", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "rule", + "typeName": "System.Security.AccessControl.RegistryAuditRule" + } + ], + "isStatic": false, + "name": "SetAuditRule", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "RegistrySecurity", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.AccessControl", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Security.AccessControl.ResourceType", + "name": "DSObject", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.ResourceType", + "name": "DSObjectAll", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.ResourceType", + "name": "FileObject", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.ResourceType", + "name": "KernelObject", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.ResourceType", + "name": "LMShare", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.ResourceType", + "name": "Printer", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.ResourceType", + "name": "ProviderDefined", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.ResourceType", + "name": "RegistryKey", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.ResourceType", + "name": "RegistryWow6432Key", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.ResourceType", + "name": "Service", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.ResourceType", + "name": "Unknown", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.ResourceType", + "name": "WindowObject", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.ResourceType", + "name": "WmiGuidObject", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Security.AccessControl.ResourceType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ResourceType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.AccessControl", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Security.AccessControl.SecurityInfos", + "name": "DiscretionaryAcl", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.SecurityInfos", + "name": "Group", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.SecurityInfos", + "name": "Owner", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.SecurityInfos", + "name": "SystemAcl", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Security.AccessControl.SecurityInfos", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "SecurityInfos", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.AccessControl", + "baseClass": "System.Security.AccessControl.CommonAcl", + "attribute": "", + "interfaces": ["ICollection", "IEnumerable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "isContainer", "typeName": "bool" }, + { "name": "isDS", "typeName": "bool" }, + { "name": "revision", "typeName": "byte" }, + { "name": "capacity", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "isContainer", "typeName": "bool" }, + { "name": "isDS", "typeName": "bool" }, + { "name": "capacity", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "isContainer", "typeName": "bool" }, + { "name": "isDS", "typeName": "bool" }, + { + "name": "rawAcl", + "typeName": "System.Security.AccessControl.RawAcl" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "auditFlags", + "typeName": "System.Security.AccessControl.AuditFlags" + }, + { + "name": "sid", + "typeName": "System.Security.Principal.SecurityIdentifier" + }, + { "name": "accessMask", "typeName": "int" }, + { + "name": "inheritanceFlags", + "typeName": "System.Security.AccessControl.InheritanceFlags" + }, + { + "name": "propagationFlags", + "typeName": "System.Security.AccessControl.PropagationFlags" + } + ], + "isStatic": false, + "name": "AddAudit", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "auditFlags", + "typeName": "System.Security.AccessControl.AuditFlags" + }, + { + "name": "sid", + "typeName": "System.Security.Principal.SecurityIdentifier" + }, + { "name": "accessMask", "typeName": "int" }, + { + "name": "inheritanceFlags", + "typeName": "System.Security.AccessControl.InheritanceFlags" + }, + { + "name": "propagationFlags", + "typeName": "System.Security.AccessControl.PropagationFlags" + }, + { + "name": "objectFlags", + "typeName": "System.Security.AccessControl.ObjectAceFlags" + }, + { "name": "objectType", "typeName": "System.Guid" }, + { "name": "inheritedObjectType", "typeName": "System.Guid" } + ], + "isStatic": false, + "name": "AddAudit", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "sid", + "typeName": "System.Security.Principal.SecurityIdentifier" + }, + { + "name": "rule", + "typeName": "System.Security.AccessControl.ObjectAuditRule" + } + ], + "isStatic": false, + "name": "AddAudit", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "auditFlags", + "typeName": "System.Security.AccessControl.AuditFlags" + }, + { + "name": "sid", + "typeName": "System.Security.Principal.SecurityIdentifier" + }, + { "name": "accessMask", "typeName": "int" }, + { + "name": "inheritanceFlags", + "typeName": "System.Security.AccessControl.InheritanceFlags" + }, + { + "name": "propagationFlags", + "typeName": "System.Security.AccessControl.PropagationFlags" + } + ], + "isStatic": false, + "name": "RemoveAudit", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "auditFlags", + "typeName": "System.Security.AccessControl.AuditFlags" + }, + { + "name": "sid", + "typeName": "System.Security.Principal.SecurityIdentifier" + }, + { "name": "accessMask", "typeName": "int" }, + { + "name": "inheritanceFlags", + "typeName": "System.Security.AccessControl.InheritanceFlags" + }, + { + "name": "propagationFlags", + "typeName": "System.Security.AccessControl.PropagationFlags" + }, + { + "name": "objectFlags", + "typeName": "System.Security.AccessControl.ObjectAceFlags" + }, + { "name": "objectType", "typeName": "System.Guid" }, + { "name": "inheritedObjectType", "typeName": "System.Guid" } + ], + "isStatic": false, + "name": "RemoveAudit", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "sid", + "typeName": "System.Security.Principal.SecurityIdentifier" + }, + { + "name": "rule", + "typeName": "System.Security.AccessControl.ObjectAuditRule" + } + ], + "isStatic": false, + "name": "RemoveAudit", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "auditFlags", + "typeName": "System.Security.AccessControl.AuditFlags" + }, + { + "name": "sid", + "typeName": "System.Security.Principal.SecurityIdentifier" + }, + { "name": "accessMask", "typeName": "int" }, + { + "name": "inheritanceFlags", + "typeName": "System.Security.AccessControl.InheritanceFlags" + }, + { + "name": "propagationFlags", + "typeName": "System.Security.AccessControl.PropagationFlags" + } + ], + "isStatic": false, + "name": "RemoveAuditSpecific", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "auditFlags", + "typeName": "System.Security.AccessControl.AuditFlags" + }, + { + "name": "sid", + "typeName": "System.Security.Principal.SecurityIdentifier" + }, + { "name": "accessMask", "typeName": "int" }, + { + "name": "inheritanceFlags", + "typeName": "System.Security.AccessControl.InheritanceFlags" + }, + { + "name": "propagationFlags", + "typeName": "System.Security.AccessControl.PropagationFlags" + }, + { + "name": "objectFlags", + "typeName": "System.Security.AccessControl.ObjectAceFlags" + }, + { "name": "objectType", "typeName": "System.Guid" }, + { "name": "inheritedObjectType", "typeName": "System.Guid" } + ], + "isStatic": false, + "name": "RemoveAuditSpecific", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "sid", + "typeName": "System.Security.Principal.SecurityIdentifier" + }, + { + "name": "rule", + "typeName": "System.Security.AccessControl.ObjectAuditRule" + } + ], + "isStatic": false, + "name": "RemoveAuditSpecific", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "auditFlags", + "typeName": "System.Security.AccessControl.AuditFlags" + }, + { + "name": "sid", + "typeName": "System.Security.Principal.SecurityIdentifier" + }, + { "name": "accessMask", "typeName": "int" }, + { + "name": "inheritanceFlags", + "typeName": "System.Security.AccessControl.InheritanceFlags" + }, + { + "name": "propagationFlags", + "typeName": "System.Security.AccessControl.PropagationFlags" + } + ], + "isStatic": false, + "name": "SetAudit", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "auditFlags", + "typeName": "System.Security.AccessControl.AuditFlags" + }, + { + "name": "sid", + "typeName": "System.Security.Principal.SecurityIdentifier" + }, + { "name": "accessMask", "typeName": "int" }, + { + "name": "inheritanceFlags", + "typeName": "System.Security.AccessControl.InheritanceFlags" + }, + { + "name": "propagationFlags", + "typeName": "System.Security.AccessControl.PropagationFlags" + }, + { + "name": "objectFlags", + "typeName": "System.Security.AccessControl.ObjectAceFlags" + }, + { "name": "objectType", "typeName": "System.Guid" }, + { "name": "inheritedObjectType", "typeName": "System.Guid" } + ], + "isStatic": false, + "name": "SetAudit", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "sid", + "typeName": "System.Security.Principal.SecurityIdentifier" + }, + { + "name": "rule", + "typeName": "System.Security.AccessControl.ObjectAuditRule" + } + ], + "isStatic": false, + "name": "SetAudit", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "SystemAcl", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Permissions", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Security.Permissions.KeyContainerPermissionFlags", + "name": "Flags", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "KeyContainerName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "KeySpec", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "KeyStore", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "ProviderName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "ProviderType", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "parameters", + "typeName": "System.Security.Cryptography.CspParameters" + }, + { + "name": "flags", + "typeName": "System.Security.Permissions.KeyContainerPermissionFlags" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "keyContainerName", "typeName": "string" }, + { + "name": "flags", + "typeName": "System.Security.Permissions.KeyContainerPermissionFlags" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "keyStore", "typeName": "string" }, + { "name": "providerName", "typeName": "string" }, + { "name": "providerType", "typeName": "int" }, + { "name": "keyContainerName", "typeName": "string" }, + { "name": "keySpec", "typeName": "int" }, + { + "name": "flags", + "typeName": "System.Security.Permissions.KeyContainerPermissionFlags" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "o", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "KeyContainerPermissionAccessEntry", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Permissions", + "baseClass": "object", + "attribute": "", + "interfaces": ["ICollection", "IEnumerable"], + "fields": [ + { + "typeName": "int", + "name": "Count", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsSynchronized", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Permissions.KeyContainerPermissionAccessEntry", + "name": "this[]", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "object", + "name": "SyncRoot", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Int32", + "params": [ + { + "name": "accessEntry", + "typeName": "System.Security.Permissions.KeyContainerPermissionAccessEntry" + } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Clear", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "array", + "typeName": "System.Security.Permissions.KeyContainerPermissionAccessEntry[]" + }, + { "name": "index", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "KeyContainerPermissionAccessEntryEnumerator", + "params": [], + "isStatic": false, + "name": "GetEnumerator", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "accessEntry", + "typeName": "System.Security.Permissions.KeyContainerPermissionAccessEntry" + } + ], + "isStatic": false, + "name": "IndexOf", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "accessEntry", + "typeName": "System.Security.Permissions.KeyContainerPermissionAccessEntry" + } + ], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "KeyContainerPermissionAccessEntryCollection", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Permissions", + "baseClass": "object", + "attribute": "", + "interfaces": ["IEnumerator"], + "fields": [ + { + "typeName": "System.Security.Permissions.KeyContainerPermissionAccessEntry", + "name": "Current", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "MoveNext", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Reset", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "KeyContainerPermissionAccessEntryEnumerator", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Permissions", + "baseClass": "System.Security.Permissions.CodeAccessSecurityAttribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "System.Security.Permissions.KeyContainerPermissionFlags", + "name": "Flags", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "KeyContainerName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "KeySpec", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "KeyStore", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "ProviderName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "ProviderType", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "action", + "typeName": "System.Security.Permissions.SecurityAction" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IPermission", + "params": [], + "isStatic": false, + "name": "CreatePermission", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "KeyContainerPermissionAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.AccessControl", + "baseClass": "System.Security.AccessControl.AccessRule", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Security.AccessControl.SemaphoreRights", + "name": "SemaphoreRights", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "identity", + "typeName": "System.Security.Principal.IdentityReference" + }, + { + "name": "eventRights", + "typeName": "System.Security.AccessControl.SemaphoreRights" + }, + { + "name": "type", + "typeName": "System.Security.AccessControl.AccessControlType" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "identity", "typeName": "string" }, + { + "name": "eventRights", + "typeName": "System.Security.AccessControl.SemaphoreRights" + }, + { + "name": "type", + "typeName": "System.Security.AccessControl.AccessControlType" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "SemaphoreAccessRule", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Security.Permissions", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Security.Permissions.KeyContainerPermissionFlags", + "name": "AllFlags", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Permissions.KeyContainerPermissionFlags", + "name": "ChangeAcl", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Permissions.KeyContainerPermissionFlags", + "name": "Create", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Permissions.KeyContainerPermissionFlags", + "name": "Decrypt", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Permissions.KeyContainerPermissionFlags", + "name": "Delete", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Permissions.KeyContainerPermissionFlags", + "name": "Export", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Permissions.KeyContainerPermissionFlags", + "name": "Import", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Permissions.KeyContainerPermissionFlags", + "name": "NoFlags", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Permissions.KeyContainerPermissionFlags", + "name": "Open", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Permissions.KeyContainerPermissionFlags", + "name": "Sign", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Permissions.KeyContainerPermissionFlags", + "name": "ViewAcl", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Security.Permissions.KeyContainerPermissionFlags", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "KeyContainerPermissionFlags", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Permissions", + "baseClass": "System.Security.Permissions.CodeAccessSecurityAttribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "bool", + "name": "Authenticated", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Role", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "action", + "typeName": "System.Security.Permissions.SecurityAction" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IPermission", + "params": [], + "isStatic": false, + "name": "CreatePermission", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "PrincipalPermissionAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.AccessControl", + "baseClass": "System.Security.AccessControl.AuditRule", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Security.AccessControl.SemaphoreRights", + "name": "SemaphoreRights", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "identity", + "typeName": "System.Security.Principal.IdentityReference" + }, + { + "name": "eventRights", + "typeName": "System.Security.AccessControl.SemaphoreRights" + }, + { + "name": "flags", + "typeName": "System.Security.AccessControl.AuditFlags" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "SemaphoreAuditRule", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Security.Permissions", + "baseClass": "System.Security.Permissions.CodeAccessSecurityAttribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "string", + "name": "File", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Hex", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "UnicodeEncoded", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "XML", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "action", + "typeName": "System.Security.Permissions.SecurityAction" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IPermission", + "params": [], + "isStatic": false, + "name": "CreatePermission", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "PermissionSet", + "params": [], + "isStatic": false, + "name": "CreatePermissionSet", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "PermissionSetAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.AccessControl", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Security.AccessControl.SemaphoreRights", + "name": "ChangePermissions", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.AccessControl.SemaphoreRights", + "name": "Delete", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.AccessControl.SemaphoreRights", + "name": "FullControl", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.AccessControl.SemaphoreRights", + "name": "Modify", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.AccessControl.SemaphoreRights", + "name": "ReadPermissions", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.AccessControl.SemaphoreRights", + "name": "Synchronize", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.AccessControl.SemaphoreRights", + "name": "TakeOwnership", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Security.AccessControl.SemaphoreRights", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "SemaphoreRights", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Security.Permissions", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Security.Permissions.PermissionState", + "name": "None", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Permissions.PermissionState", + "name": "Unrestricted", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Security.Permissions.PermissionState", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "PermissionState", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Permissions", + "baseClass": "System.Security.CodeAccessPermission", + "attribute": "", + "interfaces": ["IPermission", "ISecurityEncodable", "IStackWalk"], + "fields": [ + { + "typeName": "System.Security.Cryptography.X509Certificates.X509Certificate", + "name": "Certificate", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "certificate", + "typeName": "System.Security.Cryptography.X509Certificates.X509Certificate" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "state", + "typeName": "System.Security.Permissions.PermissionState" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IPermission", + "params": [], + "isStatic": false, + "name": "Copy", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "esd", "typeName": "System.Security.SecurityElement" } + ], + "isStatic": false, + "name": "FromXml", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IPermission", + "params": [ + { "name": "target", "typeName": "System.Security.IPermission" } + ], + "isStatic": false, + "name": "Intersect", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "target", "typeName": "System.Security.IPermission" } + ], + "isStatic": false, + "name": "IsSubsetOf", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SecurityElement", + "params": [], + "isStatic": false, + "name": "ToXml", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IPermission", + "params": [ + { "name": "target", "typeName": "System.Security.IPermission" } + ], + "isStatic": false, + "name": "Union", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "PublisherIdentityPermission", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.AccessControl", + "baseClass": "System.Security.AccessControl.NativeObjectSecurity", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Type", + "name": "AccessRightType", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Type", + "name": "AccessRuleType", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Type", + "name": "AuditRuleType", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { + "name": "includeSections", + "typeName": "System.Security.AccessControl.AccessControlSections" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "AccessRule", + "params": [ + { + "name": "identityReference", + "typeName": "System.Security.Principal.IdentityReference" + }, + { "name": "accessMask", "typeName": "int" }, + { "name": "isInherited", "typeName": "bool" }, + { + "name": "inheritanceFlags", + "typeName": "System.Security.AccessControl.InheritanceFlags" + }, + { + "name": "propagationFlags", + "typeName": "System.Security.AccessControl.PropagationFlags" + }, + { + "name": "type", + "typeName": "System.Security.AccessControl.AccessControlType" + } + ], + "isStatic": false, + "name": "AccessRuleFactory", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "rule", + "typeName": "System.Security.AccessControl.SemaphoreAccessRule" + } + ], + "isStatic": false, + "name": "AddAccessRule", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "rule", + "typeName": "System.Security.AccessControl.SemaphoreAuditRule" + } + ], + "isStatic": false, + "name": "AddAuditRule", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "AuditRule", + "params": [ + { + "name": "identityReference", + "typeName": "System.Security.Principal.IdentityReference" + }, + { "name": "accessMask", "typeName": "int" }, + { "name": "isInherited", "typeName": "bool" }, + { + "name": "inheritanceFlags", + "typeName": "System.Security.AccessControl.InheritanceFlags" + }, + { + "name": "propagationFlags", + "typeName": "System.Security.AccessControl.PropagationFlags" + }, + { + "name": "flags", + "typeName": "System.Security.AccessControl.AuditFlags" + } + ], + "isStatic": false, + "name": "AuditRuleFactory", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "rule", + "typeName": "System.Security.AccessControl.SemaphoreAccessRule" + } + ], + "isStatic": false, + "name": "RemoveAccessRule", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "rule", + "typeName": "System.Security.AccessControl.SemaphoreAccessRule" + } + ], + "isStatic": false, + "name": "RemoveAccessRuleAll", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "rule", + "typeName": "System.Security.AccessControl.SemaphoreAccessRule" + } + ], + "isStatic": false, + "name": "RemoveAccessRuleSpecific", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "rule", + "typeName": "System.Security.AccessControl.SemaphoreAuditRule" + } + ], + "isStatic": false, + "name": "RemoveAuditRule", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "rule", + "typeName": "System.Security.AccessControl.SemaphoreAuditRule" + } + ], + "isStatic": false, + "name": "RemoveAuditRuleAll", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "rule", + "typeName": "System.Security.AccessControl.SemaphoreAuditRule" + } + ], + "isStatic": false, + "name": "RemoveAuditRuleSpecific", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "rule", + "typeName": "System.Security.AccessControl.SemaphoreAccessRule" + } + ], + "isStatic": false, + "name": "ResetAccessRule", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "rule", + "typeName": "System.Security.AccessControl.SemaphoreAccessRule" + } + ], + "isStatic": false, + "name": "SetAccessRule", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "rule", + "typeName": "System.Security.AccessControl.SemaphoreAuditRule" + } + ], + "isStatic": false, + "name": "SetAuditRule", + "comment": "", + "location": "System.dll" + } + ], + "name": "SemaphoreSecurity", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Security.Permissions", + "baseClass": "object", + "attribute": "", + "interfaces": [ + "IPermission", + "ISecurityEncodable", + "IUnrestrictedPermission" + ], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "state", + "typeName": "System.Security.Permissions.PermissionState" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "role", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "role", "typeName": "string" }, + { "name": "isAuthenticated", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IPermission", + "params": [], + "isStatic": false, + "name": "Copy", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Demand", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "elem", "typeName": "System.Security.SecurityElement" } + ], + "isStatic": false, + "name": "FromXml", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IPermission", + "params": [ + { "name": "target", "typeName": "System.Security.IPermission" } + ], + "isStatic": false, + "name": "Intersect", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "target", "typeName": "System.Security.IPermission" } + ], + "isStatic": false, + "name": "IsSubsetOf", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "IsUnrestricted", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SecurityElement", + "params": [], + "isStatic": false, + "name": "ToXml", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IPermission", + "params": [ + { "name": "other", "typeName": "System.Security.IPermission" } + ], + "isStatic": false, + "name": "Union", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "PrincipalPermission", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Permissions", + "baseClass": "System.Security.Permissions.CodeAccessSecurityAttribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "string", + "name": "CertFile", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "SignedFile", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "X509Certificate", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "action", + "typeName": "System.Security.Permissions.SecurityAction" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IPermission", + "params": [], + "isStatic": false, + "name": "CreatePermission", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "PublisherIdentityPermissionAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Permissions", + "baseClass": "System.Security.CodeAccessPermission", + "attribute": "", + "interfaces": [ + "IPermission", + "ISecurityEncodable", + "IStackWalk", + "IUnrestrictedPermission" + ], + "fields": [ + { + "typeName": "System.Security.Permissions.ReflectionPermissionFlag", + "name": "Flags", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "state", + "typeName": "System.Security.Permissions.PermissionState" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "flag", + "typeName": "System.Security.Permissions.ReflectionPermissionFlag" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IPermission", + "params": [], + "isStatic": false, + "name": "Copy", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "esd", "typeName": "System.Security.SecurityElement" } + ], + "isStatic": false, + "name": "FromXml", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IPermission", + "params": [ + { "name": "target", "typeName": "System.Security.IPermission" } + ], + "isStatic": false, + "name": "Intersect", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "target", "typeName": "System.Security.IPermission" } + ], + "isStatic": false, + "name": "IsSubsetOf", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "IsUnrestricted", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SecurityElement", + "params": [], + "isStatic": false, + "name": "ToXml", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IPermission", + "params": [ + { "name": "other", "typeName": "System.Security.IPermission" } + ], + "isStatic": false, + "name": "Union", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ReflectionPermission", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Permissions", + "baseClass": "System.Security.Permissions.CodeAccessSecurityAttribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "System.Security.Permissions.ReflectionPermissionFlag", + "name": "Flags", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "MemberAccess", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "ReflectionEmit", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "RestrictedMemberAccess", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "TypeInformation", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "action", + "typeName": "System.Security.Permissions.SecurityAction" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IPermission", + "params": [], + "isStatic": false, + "name": "CreatePermission", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ReflectionPermissionAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Authentication", + "baseClass": "System.SystemException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "innerException", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "AuthenticationException", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Security.Permissions", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Security.Permissions.ReflectionPermissionFlag", + "name": "AllFlags", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Permissions.ReflectionPermissionFlag", + "name": "MemberAccess", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Permissions.ReflectionPermissionFlag", + "name": "NoFlags", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Permissions.ReflectionPermissionFlag", + "name": "ReflectionEmit", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Permissions.ReflectionPermissionFlag", + "name": "RestrictedMemberAccess", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Permissions.ReflectionPermissionFlag", + "name": "TypeInformation", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Security.Permissions.ReflectionPermissionFlag", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ReflectionPermissionFlag", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Permissions", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Security.Permissions.SecurityPermissionFlag", + "name": "AllFlags", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Permissions.SecurityPermissionFlag", + "name": "Assertion", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Permissions.SecurityPermissionFlag", + "name": "BindingRedirects", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Permissions.SecurityPermissionFlag", + "name": "ControlAppDomain", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Permissions.SecurityPermissionFlag", + "name": "ControlDomainPolicy", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Permissions.SecurityPermissionFlag", + "name": "ControlEvidence", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Permissions.SecurityPermissionFlag", + "name": "ControlPolicy", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Permissions.SecurityPermissionFlag", + "name": "ControlPrincipal", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Permissions.SecurityPermissionFlag", + "name": "ControlThread", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Permissions.SecurityPermissionFlag", + "name": "Execution", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Permissions.SecurityPermissionFlag", + "name": "Infrastructure", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Permissions.SecurityPermissionFlag", + "name": "NoFlags", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Permissions.SecurityPermissionFlag", + "name": "RemotingConfiguration", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Permissions.SecurityPermissionFlag", + "name": "SerializationFormatter", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Permissions.SecurityPermissionFlag", + "name": "SkipVerification", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Permissions.SecurityPermissionFlag", + "name": "UnmanagedCode", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Security.Permissions.SecurityPermissionFlag", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "SecurityPermissionFlag", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Permissions", + "baseClass": "System.Security.CodeAccessPermission", + "attribute": "", + "interfaces": [ + "IPermission", + "ISecurityEncodable", + "IStackWalk", + "IUnrestrictedPermission" + ], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "state", + "typeName": "System.Security.Permissions.PermissionState" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "access", + "typeName": "System.Security.Permissions.RegistryPermissionAccess" + }, + { + "name": "control", + "typeName": "System.Security.AccessControl.AccessControlActions" + }, + { "name": "pathList", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "access", + "typeName": "System.Security.Permissions.RegistryPermissionAccess" + }, + { "name": "pathList", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "access", + "typeName": "System.Security.Permissions.RegistryPermissionAccess" + }, + { + "name": "control", + "typeName": "System.Security.AccessControl.AccessControlActions" + }, + { "name": "pathList", "typeName": "string" } + ], + "isStatic": false, + "name": "AddPathList", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "access", + "typeName": "System.Security.Permissions.RegistryPermissionAccess" + }, + { "name": "pathList", "typeName": "string" } + ], + "isStatic": false, + "name": "AddPathList", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IPermission", + "params": [], + "isStatic": false, + "name": "Copy", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "esd", "typeName": "System.Security.SecurityElement" } + ], + "isStatic": false, + "name": "FromXml", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { + "name": "access", + "typeName": "System.Security.Permissions.RegistryPermissionAccess" + } + ], + "isStatic": false, + "name": "GetPathList", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IPermission", + "params": [ + { "name": "target", "typeName": "System.Security.IPermission" } + ], + "isStatic": false, + "name": "Intersect", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "target", "typeName": "System.Security.IPermission" } + ], + "isStatic": false, + "name": "IsSubsetOf", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "IsUnrestricted", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "access", + "typeName": "System.Security.Permissions.RegistryPermissionAccess" + }, + { "name": "pathList", "typeName": "string" } + ], + "isStatic": false, + "name": "SetPathList", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SecurityElement", + "params": [], + "isStatic": false, + "name": "ToXml", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IPermission", + "params": [ + { "name": "other", "typeName": "System.Security.IPermission" } + ], + "isStatic": false, + "name": "Union", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "RegistryPermission", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Permissions", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Security.Permissions.RegistryPermissionAccess", + "name": "AllAccess", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Permissions.RegistryPermissionAccess", + "name": "Create", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Permissions.RegistryPermissionAccess", + "name": "NoAccess", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Permissions.RegistryPermissionAccess", + "name": "Read", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Permissions.RegistryPermissionAccess", + "name": "Write", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Security.Permissions.RegistryPermissionAccess", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "RegistryPermissionAccess", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Permissions", + "baseClass": "System.Security.CodeAccessPermission", + "attribute": "", + "interfaces": ["IPermission", "ISecurityEncodable", "IStackWalk"], + "fields": [ + { + "typeName": "string", + "name": "Site", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "state", + "typeName": "System.Security.Permissions.PermissionState" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "site", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IPermission", + "params": [], + "isStatic": false, + "name": "Copy", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "esd", "typeName": "System.Security.SecurityElement" } + ], + "isStatic": false, + "name": "FromXml", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IPermission", + "params": [ + { "name": "target", "typeName": "System.Security.IPermission" } + ], + "isStatic": false, + "name": "Intersect", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "target", "typeName": "System.Security.IPermission" } + ], + "isStatic": false, + "name": "IsSubsetOf", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SecurityElement", + "params": [], + "isStatic": false, + "name": "ToXml", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IPermission", + "params": [ + { "name": "target", "typeName": "System.Security.IPermission" } + ], + "isStatic": false, + "name": "Union", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "SiteIdentityPermission", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Authentication", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Security.Authentication.CipherAlgorithmType", + "name": "Aes", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Authentication.CipherAlgorithmType", + "name": "Aes128", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Authentication.CipherAlgorithmType", + "name": "Aes192", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Authentication.CipherAlgorithmType", + "name": "Aes256", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Authentication.CipherAlgorithmType", + "name": "Des", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Authentication.CipherAlgorithmType", + "name": "None", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Authentication.CipherAlgorithmType", + "name": "Null", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Authentication.CipherAlgorithmType", + "name": "Rc2", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Authentication.CipherAlgorithmType", + "name": "Rc4", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Authentication.CipherAlgorithmType", + "name": "TripleDes", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Security.Authentication.CipherAlgorithmType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "CipherAlgorithmType", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Security.Permissions", + "baseClass": "System.Security.CodeAccessPermission", + "attribute": "", + "interfaces": ["IPermission", "ISecurityEncodable", "IStackWalk"], + "fields": [ + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Permissions.StrongNamePublicKeyBlob", + "name": "PublicKey", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Version", + "name": "Version", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "state", + "typeName": "System.Security.Permissions.PermissionState" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "blob", + "typeName": "System.Security.Permissions.StrongNamePublicKeyBlob" + }, + { "name": "name", "typeName": "string" }, + { "name": "version", "typeName": "System.Version" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IPermission", + "params": [], + "isStatic": false, + "name": "Copy", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "e", "typeName": "System.Security.SecurityElement" } + ], + "isStatic": false, + "name": "FromXml", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IPermission", + "params": [ + { "name": "target", "typeName": "System.Security.IPermission" } + ], + "isStatic": false, + "name": "Intersect", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "target", "typeName": "System.Security.IPermission" } + ], + "isStatic": false, + "name": "IsSubsetOf", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SecurityElement", + "params": [], + "isStatic": false, + "name": "ToXml", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IPermission", + "params": [ + { "name": "target", "typeName": "System.Security.IPermission" } + ], + "isStatic": false, + "name": "Union", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "StrongNameIdentityPermission", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Permissions", + "baseClass": "System.Security.Permissions.CodeAccessSecurityAttribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "string", + "name": "All", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "ChangeAccessControl", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Create", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Read", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "ViewAccessControl", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "ViewAndModify", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Write", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "action", + "typeName": "System.Security.Permissions.SecurityAction" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IPermission", + "params": [], + "isStatic": false, + "name": "CreatePermission", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "RegistryPermissionAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Permissions", + "baseClass": "System.Security.Permissions.CodeAccessSecurityAttribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "string", + "name": "Site", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "action", + "typeName": "System.Security.Permissions.SecurityAction" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IPermission", + "params": [], + "isStatic": false, + "name": "CreatePermission", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "SiteIdentityPermissionAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Authentication", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Security.Authentication.ExchangeAlgorithmType", + "name": "DiffieHellman", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Authentication.ExchangeAlgorithmType", + "name": "None", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Authentication.ExchangeAlgorithmType", + "name": "RsaKeyX", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Authentication.ExchangeAlgorithmType", + "name": "RsaSign", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Security.Authentication.ExchangeAlgorithmType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "ExchangeAlgorithmType", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Security.Permissions", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Security.Permissions.SecurityAction", + "name": "Assert", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Permissions.SecurityAction", + "name": "Demand", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Permissions.SecurityAction", + "name": "Deny", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Permissions.SecurityAction", + "name": "InheritanceDemand", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Permissions.SecurityAction", + "name": "LinkDemand", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Permissions.SecurityAction", + "name": "PermitOnly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Permissions.SecurityAction", + "name": "RequestMinimum", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Permissions.SecurityAction", + "name": "RequestOptional", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Permissions.SecurityAction", + "name": "RequestRefuse", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Security.Permissions.SecurityAction", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "SecurityAction", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Permissions", + "baseClass": "System.Security.Permissions.CodeAccessSecurityAttribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "PublicKey", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Version", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "action", + "typeName": "System.Security.Permissions.SecurityAction" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IPermission", + "params": [], + "isStatic": false, + "name": "CreatePermission", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "StrongNameIdentityPermissionAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Permissions", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "publicKey", "typeName": "byte[]" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "StrongNamePublicKeyBlob", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Permissions", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "System.Security.Permissions.SecurityAction", + "name": "Action", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "Unrestricted", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "IPermission", + "params": [], + "isStatic": false, + "name": "CreatePermission", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "SecurityAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Permissions", + "baseClass": "System.Security.CodeAccessPermission", + "attribute": "", + "interfaces": [ + "IPermission", + "ISecurityEncodable", + "IStackWalk", + "IUnrestrictedPermission" + ], + "fields": [ + { + "typeName": "System.Security.Permissions.UIPermissionClipboard", + "name": "Clipboard", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Permissions.UIPermissionWindow", + "name": "Window", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "state", + "typeName": "System.Security.Permissions.PermissionState" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "clipboardFlag", + "typeName": "System.Security.Permissions.UIPermissionClipboard" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "windowFlag", + "typeName": "System.Security.Permissions.UIPermissionWindow" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "windowFlag", + "typeName": "System.Security.Permissions.UIPermissionWindow" + }, + { + "name": "clipboardFlag", + "typeName": "System.Security.Permissions.UIPermissionClipboard" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IPermission", + "params": [], + "isStatic": false, + "name": "Copy", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "esd", "typeName": "System.Security.SecurityElement" } + ], + "isStatic": false, + "name": "FromXml", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IPermission", + "params": [ + { "name": "target", "typeName": "System.Security.IPermission" } + ], + "isStatic": false, + "name": "Intersect", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "target", "typeName": "System.Security.IPermission" } + ], + "isStatic": false, + "name": "IsSubsetOf", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "IsUnrestricted", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SecurityElement", + "params": [], + "isStatic": false, + "name": "ToXml", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IPermission", + "params": [ + { "name": "target", "typeName": "System.Security.IPermission" } + ], + "isStatic": false, + "name": "Union", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "UIPermission", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Permissions", + "baseClass": "System.Security.CodeAccessPermission", + "attribute": "", + "interfaces": [ + "IPermission", + "ISecurityEncodable", + "IStackWalk", + "IUnrestrictedPermission" + ], + "fields": [ + { + "typeName": "System.Security.Permissions.SecurityPermissionFlag", + "name": "Flags", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "state", + "typeName": "System.Security.Permissions.PermissionState" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "flag", + "typeName": "System.Security.Permissions.SecurityPermissionFlag" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IPermission", + "params": [], + "isStatic": false, + "name": "Copy", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "esd", "typeName": "System.Security.SecurityElement" } + ], + "isStatic": false, + "name": "FromXml", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IPermission", + "params": [ + { "name": "target", "typeName": "System.Security.IPermission" } + ], + "isStatic": false, + "name": "Intersect", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "target", "typeName": "System.Security.IPermission" } + ], + "isStatic": false, + "name": "IsSubsetOf", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "IsUnrestricted", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SecurityElement", + "params": [], + "isStatic": false, + "name": "ToXml", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IPermission", + "params": [ + { "name": "target", "typeName": "System.Security.IPermission" } + ], + "isStatic": false, + "name": "Union", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "SecurityPermission", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Permissions", + "baseClass": "System.Security.Permissions.CodeAccessSecurityAttribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "System.Security.Permissions.UIPermissionClipboard", + "name": "Clipboard", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Permissions.UIPermissionWindow", + "name": "Window", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "action", + "typeName": "System.Security.Permissions.SecurityAction" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IPermission", + "params": [], + "isStatic": false, + "name": "CreatePermission", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "UIPermissionAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Permissions", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Security.Permissions.UIPermissionWindow", + "name": "AllWindows", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Permissions.UIPermissionWindow", + "name": "NoWindows", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Permissions.UIPermissionWindow", + "name": "SafeSubWindows", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Permissions.UIPermissionWindow", + "name": "SafeTopLevelWindows", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Security.Permissions.UIPermissionWindow", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "UIPermissionWindow", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Authentication", + "baseClass": "System.Security.Authentication.AuthenticationException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "innerException", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "InvalidCredentialException", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Security.Permissions", + "baseClass": "System.Security.Permissions.CodeAccessSecurityAttribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "bool", + "name": "Assertion", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "BindingRedirects", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "ControlAppDomain", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "ControlDomainPolicy", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "ControlEvidence", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "ControlPolicy", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "ControlPrincipal", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "ControlThread", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "Execution", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Permissions.SecurityPermissionFlag", + "name": "Flags", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "Infrastructure", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "RemotingConfiguration", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "SerializationFormatter", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "SkipVerification", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "UnmanagedCode", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "action", + "typeName": "System.Security.Permissions.SecurityAction" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IPermission", + "params": [], + "isStatic": false, + "name": "CreatePermission", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "SecurityPermissionAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Permissions", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Security.Permissions.UIPermissionClipboard", + "name": "AllClipboard", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Permissions.UIPermissionClipboard", + "name": "NoClipboard", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Permissions.UIPermissionClipboard", + "name": "OwnClipboard", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Security.Permissions.UIPermissionClipboard", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "UIPermissionClipboard", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Permissions", + "baseClass": "System.Security.CodeAccessPermission", + "attribute": "", + "interfaces": ["IPermission", "ISecurityEncodable", "IStackWalk"], + "fields": [ + { + "typeName": "string", + "name": "Url", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "state", + "typeName": "System.Security.Permissions.PermissionState" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "site", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IPermission", + "params": [], + "isStatic": false, + "name": "Copy", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "esd", "typeName": "System.Security.SecurityElement" } + ], + "isStatic": false, + "name": "FromXml", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IPermission", + "params": [ + { "name": "target", "typeName": "System.Security.IPermission" } + ], + "isStatic": false, + "name": "Intersect", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "target", "typeName": "System.Security.IPermission" } + ], + "isStatic": false, + "name": "IsSubsetOf", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SecurityElement", + "params": [], + "isStatic": false, + "name": "ToXml", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IPermission", + "params": [ + { "name": "target", "typeName": "System.Security.IPermission" } + ], + "isStatic": false, + "name": "Union", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "UrlIdentityPermission", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Authentication", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Security.Authentication.SslProtocols", + "name": "Default", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Authentication.SslProtocols", + "name": "None", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Authentication.SslProtocols", + "name": "Ssl2", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Authentication.SslProtocols", + "name": "Ssl3", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Authentication.SslProtocols", + "name": "Tls", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Authentication.SslProtocols", + "name": "Tls11", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Authentication.SslProtocols", + "name": "Tls12", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Security.Authentication.SslProtocols", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "SslProtocols", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Security.Permissions", + "baseClass": "System.Security.Permissions.CodeAccessSecurityAttribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "string", + "name": "Url", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "action", + "typeName": "System.Security.Permissions.SecurityAction" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IPermission", + "params": [], + "isStatic": false, + "name": "CreatePermission", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "UrlIdentityPermissionAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Permissions", + "baseClass": "System.Security.CodeAccessPermission", + "attribute": "", + "interfaces": ["IPermission", "ISecurityEncodable", "IStackWalk"], + "fields": [ + { + "typeName": "System.Security.SecurityZone", + "name": "SecurityZone", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "state", + "typeName": "System.Security.Permissions.PermissionState" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "zone", "typeName": "System.Security.SecurityZone" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IPermission", + "params": [], + "isStatic": false, + "name": "Copy", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "esd", "typeName": "System.Security.SecurityElement" } + ], + "isStatic": false, + "name": "FromXml", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IPermission", + "params": [ + { "name": "target", "typeName": "System.Security.IPermission" } + ], + "isStatic": false, + "name": "Intersect", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "target", "typeName": "System.Security.IPermission" } + ], + "isStatic": false, + "name": "IsSubsetOf", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SecurityElement", + "params": [], + "isStatic": false, + "name": "ToXml", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IPermission", + "params": [ + { "name": "target", "typeName": "System.Security.IPermission" } + ], + "isStatic": false, + "name": "Union", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ZoneIdentityPermission", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Permissions", + "baseClass": "System.Security.Permissions.CodeAccessSecurityAttribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "System.Security.SecurityZone", + "name": "Zone", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "action", + "typeName": "System.Security.Permissions.SecurityAction" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IPermission", + "params": [], + "isStatic": false, + "name": "CreatePermission", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ZoneIdentityPermissionAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Permissions", + "baseClass": "System.Security.CodeAccessPermission", + "attribute": "", + "interfaces": [ + "IPermission", + "ISecurityEncodable", + "IStackWalk", + "IUnrestrictedPermission" + ], + "fields": [ + { + "typeName": "string", + "name": "Any", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "Local", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "IPermission", + "params": [], + "isStatic": false, + "name": "Copy", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "securityElement", + "typeName": "System.Security.SecurityElement" + } + ], + "isStatic": false, + "name": "FromXml", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IPermission", + "params": [ + { "name": "target", "typeName": "System.Security.IPermission" } + ], + "isStatic": false, + "name": "Intersect", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "target", "typeName": "System.Security.IPermission" } + ], + "isStatic": false, + "name": "IsSubsetOf", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "IsUnrestricted", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "SecurityElement", + "params": [], + "isStatic": false, + "name": "ToXml", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IPermission", + "params": [ + { "name": "target", "typeName": "System.Security.IPermission" } + ], + "isStatic": false, + "name": "Union", + "comment": "", + "location": "System.dll" + } + ], + "name": "ResourcePermissionBase", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Security.Permissions", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "PermissionAccess", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string[]", + "name": "PermissionAccessPath", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "permissionAccess", "typeName": "int" }, + { "name": "permissionAccessPath", "typeName": "string[]" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "ResourcePermissionBaseEntry", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Security.Permissions", + "baseClass": "System.Security.CodeAccessPermission", + "attribute": "", + "interfaces": [ + "IPermission", + "ISecurityEncodable", + "IStackWalk", + "IUnrestrictedPermission" + ], + "fields": [ + { + "typeName": "System.Security.Permissions.StorePermissionFlags", + "name": "Flags", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "state", + "typeName": "System.Security.Permissions.PermissionState" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "flag", + "typeName": "System.Security.Permissions.StorePermissionFlags" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IPermission", + "params": [], + "isStatic": false, + "name": "Copy", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "securityElement", + "typeName": "System.Security.SecurityElement" + } + ], + "isStatic": false, + "name": "FromXml", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IPermission", + "params": [ + { "name": "target", "typeName": "System.Security.IPermission" } + ], + "isStatic": false, + "name": "Intersect", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "target", "typeName": "System.Security.IPermission" } + ], + "isStatic": false, + "name": "IsSubsetOf", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "IsUnrestricted", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "SecurityElement", + "params": [], + "isStatic": false, + "name": "ToXml", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IPermission", + "params": [ + { "name": "target", "typeName": "System.Security.IPermission" } + ], + "isStatic": false, + "name": "Union", + "comment": "", + "location": "System.dll" + } + ], + "name": "StorePermission", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Security.Permissions", + "baseClass": "System.Security.Permissions.CodeAccessSecurityAttribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "bool", + "name": "AddToStore", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "CreateStore", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "DeleteStore", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "EnumerateCertificates", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "EnumerateStores", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Permissions.StorePermissionFlags", + "name": "Flags", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "OpenStore", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "RemoveFromStore", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "action", + "typeName": "System.Security.Permissions.SecurityAction" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IPermission", + "params": [], + "isStatic": false, + "name": "CreatePermission", + "comment": "", + "location": "System.dll" + } + ], + "name": "StorePermissionAttribute", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Security.Permissions", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Security.Permissions.StorePermissionFlags", + "name": "AddToStore", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Permissions.StorePermissionFlags", + "name": "AllFlags", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Permissions.StorePermissionFlags", + "name": "CreateStore", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Permissions.StorePermissionFlags", + "name": "DeleteStore", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Permissions.StorePermissionFlags", + "name": "EnumerateCertificates", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Permissions.StorePermissionFlags", + "name": "EnumerateStores", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Permissions.StorePermissionFlags", + "name": "NoFlags", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Permissions.StorePermissionFlags", + "name": "OpenStore", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Permissions.StorePermissionFlags", + "name": "RemoveFromStore", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Security.Permissions.StorePermissionFlags", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "StorePermissionFlags", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Security.Permissions", + "baseClass": "System.Security.CodeAccessPermission", + "attribute": "", + "interfaces": [ + "IPermission", + "ISecurityEncodable", + "IStackWalk", + "IUnrestrictedPermission" + ], + "fields": [ + { + "typeName": "System.Security.Permissions.TypeDescriptorPermissionFlags", + "name": "Flags", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "state", + "typeName": "System.Security.Permissions.PermissionState" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "flag", + "typeName": "System.Security.Permissions.TypeDescriptorPermissionFlags" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IPermission", + "params": [], + "isStatic": false, + "name": "Copy", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "securityElement", + "typeName": "System.Security.SecurityElement" + } + ], + "isStatic": false, + "name": "FromXml", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IPermission", + "params": [ + { "name": "target", "typeName": "System.Security.IPermission" } + ], + "isStatic": false, + "name": "Intersect", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "target", "typeName": "System.Security.IPermission" } + ], + "isStatic": false, + "name": "IsSubsetOf", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "IsUnrestricted", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "SecurityElement", + "params": [], + "isStatic": false, + "name": "ToXml", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IPermission", + "params": [ + { "name": "target", "typeName": "System.Security.IPermission" } + ], + "isStatic": false, + "name": "Union", + "comment": "", + "location": "System.dll" + } + ], + "name": "TypeDescriptorPermission", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Security.Permissions", + "baseClass": "System.Security.Permissions.CodeAccessSecurityAttribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "System.Security.Permissions.TypeDescriptorPermissionFlags", + "name": "Flags", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "RestrictedRegistrationAccess", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "action", + "typeName": "System.Security.Permissions.SecurityAction" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IPermission", + "params": [], + "isStatic": false, + "name": "CreatePermission", + "comment": "", + "location": "System.dll" + } + ], + "name": "TypeDescriptorPermissionAttribute", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Security.Permissions", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Security.Permissions.TypeDescriptorPermissionFlags", + "name": "NoFlags", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Permissions.TypeDescriptorPermissionFlags", + "name": "RestrictedRegistrationAccess", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Security.Permissions.TypeDescriptorPermissionFlags", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "TypeDescriptorPermissionFlags", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Security.Policy", + "baseClass": "object", + "attribute": "", + "interfaces": [ + "IMembershipCondition", + "ISecurityEncodable", + "ISecurityPolicyEncodable" + ], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "evidence", + "typeName": "System.Security.Policy.Evidence" + } + ], + "isStatic": false, + "name": "Check", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IMembershipCondition", + "params": [], + "isStatic": false, + "name": "Copy", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "o", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "e", "typeName": "System.Security.SecurityElement" } + ], + "isStatic": false, + "name": "FromXml", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "e", "typeName": "System.Security.SecurityElement" }, + { + "name": "level", + "typeName": "System.Security.Policy.PolicyLevel" + } + ], + "isStatic": false, + "name": "FromXml", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SecurityElement", + "params": [], + "isStatic": false, + "name": "ToXml", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SecurityElement", + "params": [ + { + "name": "level", + "typeName": "System.Security.Policy.PolicyLevel" + } + ], + "isStatic": false, + "name": "ToXml", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "AllMembershipCondition", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Policy", + "baseClass": "System.Security.Policy.EvidenceBase", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "Directory", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "EvidenceBase", + "params": [], + "isStatic": false, + "name": "Clone", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [], + "isStatic": false, + "name": "Copy", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "o", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ApplicationDirectory", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Policy", + "baseClass": "object", + "attribute": "", + "interfaces": [ + "IMembershipCondition", + "ISecurityEncodable", + "ISecurityPolicyEncodable" + ], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "evidence", + "typeName": "System.Security.Policy.Evidence" + } + ], + "isStatic": false, + "name": "Check", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IMembershipCondition", + "params": [], + "isStatic": false, + "name": "Copy", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "o", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "e", "typeName": "System.Security.SecurityElement" } + ], + "isStatic": false, + "name": "FromXml", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "e", "typeName": "System.Security.SecurityElement" }, + { + "name": "level", + "typeName": "System.Security.Policy.PolicyLevel" + } + ], + "isStatic": false, + "name": "FromXml", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SecurityElement", + "params": [], + "isStatic": false, + "name": "ToXml", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SecurityElement", + "params": [ + { + "name": "level", + "typeName": "System.Security.Policy.PolicyLevel" + } + ], + "isStatic": false, + "name": "ToXml", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ApplicationDirectoryMembershipCondition", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Policy", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Security.Policy.Evidence", + "name": "ApplicationEvidence", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ApplicationId", + "name": "ApplicationId", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.PermissionSet", + "name": "DefaultRequestSet", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ApplicationId", + "name": "DeploymentId", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "activationContext", + "typeName": "System.ActivationContext" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ApplicationSecurityInfo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Policy", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Security.Policy.IApplicationTrustManager", + "name": "ApplicationTrustManager", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Policy.ApplicationTrustCollection", + "name": "UserApplicationTrusts", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "activationContext", + "typeName": "System.ActivationContext" + }, + { + "name": "context", + "typeName": "System.Security.Policy.TrustManagerContext" + } + ], + "isStatic": true, + "name": "DetermineApplicationTrust", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ApplicationSecurityManager", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Policy", + "baseClass": "System.Security.Policy.EvidenceBase", + "attribute": "", + "interfaces": ["ISecurityEncodable"], + "fields": [ + { + "typeName": "System.ApplicationIdentity", + "name": "ApplicationIdentity", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Policy.PolicyStatement", + "name": "DefaultGrantSet", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "object", + "name": "ExtraInfo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Collections.Generic.IList", + "name": "FullTrustAssemblies", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsApplicationTrustedToRun", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "Persist", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "applicationIdentity", + "typeName": "System.ApplicationIdentity" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "defaultGrantSet", + "typeName": "System.Security.PermissionSet" + }, + { + "name": "fullTrustAssemblies", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "EvidenceBase", + "params": [], + "isStatic": false, + "name": "Clone", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "element", "typeName": "System.Security.SecurityElement" } + ], + "isStatic": false, + "name": "FromXml", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SecurityElement", + "params": [], + "isStatic": false, + "name": "ToXml", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ApplicationTrust", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Policy", + "baseClass": "object", + "attribute": "", + "interfaces": ["ICollection", "IEnumerable"], + "fields": [ + { + "typeName": "int", + "name": "Count", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsSynchronized", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Policy.ApplicationTrust", + "name": "this[]", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Policy.ApplicationTrust", + "name": "this[]", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "object", + "name": "SyncRoot", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Int32", + "params": [ + { + "name": "trust", + "typeName": "System.Security.Policy.ApplicationTrust" + } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "trusts", + "typeName": "System.Security.Policy.ApplicationTrustCollection" + } + ], + "isStatic": false, + "name": "AddRange", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "trusts", + "typeName": "System.Security.Policy.ApplicationTrust[]" + } + ], + "isStatic": false, + "name": "AddRange", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Clear", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "array", + "typeName": "System.Security.Policy.ApplicationTrust[]" + }, + { "name": "index", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ApplicationTrustCollection", + "params": [ + { + "name": "applicationIdentity", + "typeName": "System.ApplicationIdentity" + }, + { + "name": "versionMatch", + "typeName": "System.Security.Policy.ApplicationVersionMatch" + } + ], + "isStatic": false, + "name": "Find", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ApplicationTrustEnumerator", + "params": [], + "isStatic": false, + "name": "GetEnumerator", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "applicationIdentity", + "typeName": "System.ApplicationIdentity" + }, + { + "name": "versionMatch", + "typeName": "System.Security.Policy.ApplicationVersionMatch" + } + ], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "trust", + "typeName": "System.Security.Policy.ApplicationTrust" + } + ], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "trusts", + "typeName": "System.Security.Policy.ApplicationTrustCollection" + } + ], + "isStatic": false, + "name": "RemoveRange", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "trusts", + "typeName": "System.Security.Policy.ApplicationTrust[]" + } + ], + "isStatic": false, + "name": "RemoveRange", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ApplicationTrustCollection", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Policy", + "baseClass": "object", + "attribute": "", + "interfaces": ["IEnumerator"], + "fields": [ + { + "typeName": "System.Security.Policy.ApplicationTrust", + "name": "Current", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "MoveNext", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Reset", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ApplicationTrustEnumerator", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Claims", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "Issuer", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "OriginalIssuer", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Collections.Generic.IDictionary", + "name": "Properties", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Claims.ClaimsIdentity", + "name": "Subject", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Type", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Value", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "ValueType", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "reader", "typeName": "System.IO.BinaryReader" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "reader", "typeName": "System.IO.BinaryReader" }, + { + "name": "subject", + "typeName": "System.Security.Claims.ClaimsIdentity" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "type", "typeName": "string" }, + { "name": "value", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "type", "typeName": "string" }, + { "name": "value", "typeName": "string" }, + { "name": "valueType", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "type", "typeName": "string" }, + { "name": "value", "typeName": "string" }, + { "name": "valueType", "typeName": "string" }, + { "name": "issuer", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "type", "typeName": "string" }, + { "name": "value", "typeName": "string" }, + { "name": "valueType", "typeName": "string" }, + { "name": "issuer", "typeName": "string" }, + { "name": "originalIssuer", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "type", "typeName": "string" }, + { "name": "value", "typeName": "string" }, + { "name": "valueType", "typeName": "string" }, + { "name": "issuer", "typeName": "string" }, + { "name": "originalIssuer", "typeName": "string" }, + { + "name": "subject", + "typeName": "System.Security.Claims.ClaimsIdentity" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Claim", + "params": [], + "isStatic": false, + "name": "Clone", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Claim", + "params": [ + { + "name": "identity", + "typeName": "System.Security.Claims.ClaimsIdentity" + } + ], + "isStatic": false, + "name": "Clone", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "writer", "typeName": "System.IO.BinaryWriter" } + ], + "isStatic": false, + "name": "WriteTo", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "Claim", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Policy", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Security.Policy.ApplicationVersionMatch", + "name": "MatchAllVersions", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Policy.ApplicationVersionMatch", + "name": "MatchExactVersion", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Security.Policy.ApplicationVersionMatch", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ApplicationVersionMatch", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Claims", + "baseClass": "object", + "attribute": "", + "interfaces": ["IIdentity"], + "fields": [ + { + "typeName": "string", + "name": "DefaultIssuer", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "DefaultNameClaimType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "DefaultRoleClaimType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Claims.ClaimsIdentity", + "name": "Actor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "AuthenticationType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "object", + "name": "BootstrapContext", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Collections.Generic.IEnumerable", + "name": "Claims", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsAuthenticated", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Label", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "NameClaimType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "RoleClaimType", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "claims", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "claims", + "typeName": "System.Collections.Generic.IEnumerable" + }, + { "name": "authenticationType", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "claims", + "typeName": "System.Collections.Generic.IEnumerable" + }, + { "name": "authenticationType", "typeName": "string" }, + { "name": "nameType", "typeName": "string" }, + { "name": "roleType", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "reader", "typeName": "System.IO.BinaryReader" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "identity", + "typeName": "System.Security.Principal.IIdentity" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "identity", + "typeName": "System.Security.Principal.IIdentity" + }, + { + "name": "claims", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "identity", + "typeName": "System.Security.Principal.IIdentity" + }, + { + "name": "claims", + "typeName": "System.Collections.Generic.IEnumerable" + }, + { "name": "authenticationType", "typeName": "string" }, + { "name": "nameType", "typeName": "string" }, + { "name": "roleType", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "authenticationType", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "authenticationType", "typeName": "string" }, + { "name": "nameType", "typeName": "string" }, + { "name": "roleType", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "claim", "typeName": "System.Security.Claims.Claim" } + ], + "isStatic": false, + "name": "AddClaim", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "claims", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": false, + "name": "AddClaims", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ClaimsIdentity", + "params": [], + "isStatic": false, + "name": "Clone", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [ + { + "name": "match", + "typeName": "System.Predicate" + } + ], + "isStatic": false, + "name": "FindAll", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [{ "name": "type", "typeName": "string" }], + "isStatic": false, + "name": "FindAll", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Claim", + "params": [ + { + "name": "match", + "typeName": "System.Predicate" + } + ], + "isStatic": false, + "name": "FindFirst", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Claim", + "params": [{ "name": "type", "typeName": "string" }], + "isStatic": false, + "name": "FindFirst", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "match", + "typeName": "System.Predicate" + } + ], + "isStatic": false, + "name": "HasClaim", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "type", "typeName": "string" }, + { "name": "value", "typeName": "string" } + ], + "isStatic": false, + "name": "HasClaim", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "claim", "typeName": "System.Security.Claims.Claim" } + ], + "isStatic": false, + "name": "RemoveClaim", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "claim", "typeName": "System.Security.Claims.Claim" } + ], + "isStatic": false, + "name": "TryRemoveClaim", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "writer", "typeName": "System.IO.BinaryWriter" } + ], + "isStatic": false, + "name": "WriteTo", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ClaimsIdentity", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Policy", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "AnyScheme", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "DefaultPort", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "OriginPort", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "OriginScheme", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "Port", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Scheme", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "allowScheme", "typeName": "string" }, + { "name": "allowPort", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "CodeConnectAccess", + "params": [{ "name": "allowPort", "typeName": "int" }], + "isStatic": true, + "name": "CreateAnySchemeAccess", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "CodeConnectAccess", + "params": [{ "name": "allowPort", "typeName": "int" }], + "isStatic": true, + "name": "CreateOriginSchemeAccess", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "o", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "CodeConnectAccess", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Claims", + "baseClass": "object", + "attribute": "", + "interfaces": ["IPrincipal"], + "fields": [ + { + "typeName": "System.Collections.Generic.IEnumerable", + "name": "Claims", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Func", + "name": "ClaimsPrincipalSelector", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Claims.ClaimsPrincipal", + "name": "Current", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Collections.Generic.IEnumerable", + "name": "Identities", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Principal.IIdentity", + "name": "Identity", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Func, System.Security.Claims.ClaimsIdentity>", + "name": "PrimaryIdentitySelector", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "identities", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "reader", "typeName": "System.IO.BinaryReader" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "identity", + "typeName": "System.Security.Principal.IIdentity" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "principal", + "typeName": "System.Security.Principal.IPrincipal" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "identities", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": false, + "name": "AddIdentities", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "identity", + "typeName": "System.Security.Claims.ClaimsIdentity" + } + ], + "isStatic": false, + "name": "AddIdentity", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ClaimsPrincipal", + "params": [], + "isStatic": false, + "name": "Clone", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [ + { + "name": "match", + "typeName": "System.Predicate" + } + ], + "isStatic": false, + "name": "FindAll", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [{ "name": "type", "typeName": "string" }], + "isStatic": false, + "name": "FindAll", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Claim", + "params": [ + { + "name": "match", + "typeName": "System.Predicate" + } + ], + "isStatic": false, + "name": "FindFirst", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Claim", + "params": [{ "name": "type", "typeName": "string" }], + "isStatic": false, + "name": "FindFirst", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "match", + "typeName": "System.Predicate" + } + ], + "isStatic": false, + "name": "HasClaim", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "type", "typeName": "string" }, + { "name": "value", "typeName": "string" } + ], + "isStatic": false, + "name": "HasClaim", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "role", "typeName": "string" }], + "isStatic": false, + "name": "IsInRole", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "writer", "typeName": "System.IO.BinaryWriter" } + ], + "isStatic": false, + "name": "WriteTo", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ClaimsPrincipal", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Authentication.ExtendedProtection", + "baseClass": "Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "int", + "name": "Size", + "comment": "", + "location": "System.dll" + } + ], + "methods": [], + "name": "ChannelBinding", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Security.Policy", + "baseClass": "object", + "attribute": "", + "interfaces": ["ICollection", "IEnumerable"], + "fields": [ + { + "typeName": "int", + "name": "Count", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsReadOnly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsSynchronized", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "Locked", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "object", + "name": "SyncRoot", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "hostEvidence", "typeName": "object[]" }, + { "name": "assemblyEvidence", "typeName": "object[]" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "evidence", + "typeName": "System.Security.Policy.Evidence" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "hostEvidence", + "typeName": "System.Security.Policy.EvidenceBase[]" + }, + { + "name": "assemblyEvidence", + "typeName": "System.Security.Policy.EvidenceBase[]" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "id", "typeName": "object" }], + "isStatic": false, + "name": "AddAssembly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "evidence", "typeName": "T" }], + "isStatic": false, + "name": "AddAssemblyEvidence", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "id", "typeName": "object" }], + "isStatic": false, + "name": "AddHost", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "evidence", "typeName": "T" }], + "isStatic": false, + "name": "AddHostEvidence", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Clear", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Evidence", + "params": [], + "isStatic": false, + "name": "Clone", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "array", "typeName": "System.Array" }, + { "name": "index", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IEnumerator", + "params": [], + "isStatic": false, + "name": "GetAssemblyEnumerator", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "T", + "params": [], + "isStatic": false, + "name": "GetAssemblyEvidence", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IEnumerator", + "params": [], + "isStatic": false, + "name": "GetEnumerator", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IEnumerator", + "params": [], + "isStatic": false, + "name": "GetHostEnumerator", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "T", + "params": [], + "isStatic": false, + "name": "GetHostEvidence", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "evidence", + "typeName": "System.Security.Policy.Evidence" + } + ], + "isStatic": false, + "name": "Merge", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "t", "typeName": "System.Type" }], + "isStatic": false, + "name": "RemoveType", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "Evidence", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Policy", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "EvidenceBase", + "params": [], + "isStatic": false, + "name": "Clone", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "EvidenceBase", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Claims", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "Actor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Anonymous", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Authentication", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "AuthenticationInstant", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "AuthenticationMethod", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "AuthorizationDecision", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "CookiePath", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Country", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "DateOfBirth", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "DenyOnlyPrimaryGroupSid", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "DenyOnlyPrimarySid", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "DenyOnlySid", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "DenyOnlyWindowsDeviceGroup", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Dns", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Dsa", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Email", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Expiration", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Expired", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Gender", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "GivenName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "GroupSid", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Hash", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "HomePhone", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "IsPersistent", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Locality", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "MobilePhone", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "NameIdentifier", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "OtherPhone", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "PostalCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "PrimaryGroupSid", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "PrimarySid", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Role", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Rsa", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "SerialNumber", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Sid", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Spn", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "StateOrProvince", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "StreetAddress", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Surname", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "System", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Thumbprint", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Upn", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Uri", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "UserData", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Version", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Webpage", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "WindowsAccountName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "WindowsDeviceClaim", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "WindowsDeviceGroup", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "WindowsFqbnVersion", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "WindowsSubAuthority", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "WindowsUserClaim", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "X500DistinguishedName", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [], + "name": "ClaimTypes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Claims", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "Base64Binary", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Base64Octet", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Boolean", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Date", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "DateTime", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "DaytimeDuration", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "DnsName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Double", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "DsaKeyValue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Email", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Fqbn", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "HexBinary", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Integer", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Integer32", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Integer64", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "KeyInfo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Rfc822Name", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Rsa", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "RsaKeyValue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Sid", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "String", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Time", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "UInteger32", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "UInteger64", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "UpnName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "X500Name", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "YearMonthDuration", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [], + "name": "ClaimValueTypes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Policy", + "baseClass": "System.Security.Policy.CodeGroup", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "AttributeString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "MergeLogic", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "PermissionSetName", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "membershipCondition", + "typeName": "System.Security.Policy.IMembershipCondition" + }, + { + "name": "access", + "typeName": "System.Security.Permissions.FileIOPermissionAccess" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "CodeGroup", + "params": [], + "isStatic": false, + "name": "Copy", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "o", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "PolicyStatement", + "params": [ + { + "name": "evidence", + "typeName": "System.Security.Policy.Evidence" + } + ], + "isStatic": false, + "name": "Resolve", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "CodeGroup", + "params": [ + { + "name": "evidence", + "typeName": "System.Security.Policy.Evidence" + } + ], + "isStatic": false, + "name": "ResolveMatchingCodeGroups", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "FileCodeGroup", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Authentication.ExtendedProtection", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Security.Authentication.ExtendedProtection.ChannelBindingKind", + "name": "Endpoint", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Authentication.ExtendedProtection.ChannelBindingKind", + "name": "Unique", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Authentication.ExtendedProtection.ChannelBindingKind", + "name": "Unknown", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Security.Authentication.ExtendedProtection.ChannelBindingKind", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "ChannelBindingKind", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Security.Claims", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "claimsIdentity", + "typeName": "System.Security.Claims.ClaimsIdentity" + }, + { + "name": "claims", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": true, + "name": "AddDynamicRoleClaims", + "comment": "", + "location": "System.dll" + } + ], + "name": "DynamicRoleClaimProvider", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Security.Policy", + "baseClass": "System.Security.Policy.CodeGroup", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "MergeLogic", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "membershipCondition", + "typeName": "System.Security.Policy.IMembershipCondition" + }, + { + "name": "policy", + "typeName": "System.Security.Policy.PolicyStatement" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "CodeGroup", + "params": [], + "isStatic": false, + "name": "Copy", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "PolicyStatement", + "params": [ + { + "name": "evidence", + "typeName": "System.Security.Policy.Evidence" + } + ], + "isStatic": false, + "name": "Resolve", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "CodeGroup", + "params": [ + { + "name": "evidence", + "typeName": "System.Security.Policy.Evidence" + } + ], + "isStatic": false, + "name": "ResolveMatchingCodeGroups", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "FirstMatchCodeGroup", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Authentication.ExtendedProtection", + "baseClass": "object", + "attribute": "", + "interfaces": ["ISerializable"], + "fields": [ + { + "typeName": "System.Security.Authentication.ExtendedProtection.ChannelBinding", + "name": "CustomChannelBinding", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Authentication.ExtendedProtection.ServiceNameCollection", + "name": "CustomServiceNames", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "OSSupportsExtendedProtection", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Authentication.ExtendedProtection.PolicyEnforcement", + "name": "PolicyEnforcement", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Authentication.ExtendedProtection.ProtectionScenario", + "name": "ProtectionScenario", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "policyEnforcement", + "typeName": "System.Security.Authentication.ExtendedProtection.PolicyEnforcement" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "policyEnforcement", + "typeName": "System.Security.Authentication.ExtendedProtection.PolicyEnforcement" + }, + { + "name": "customChannelBinding", + "typeName": "System.Security.Authentication.ExtendedProtection.ChannelBinding" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "policyEnforcement", + "typeName": "System.Security.Authentication.ExtendedProtection.PolicyEnforcement" + }, + { + "name": "protectionScenario", + "typeName": "System.Security.Authentication.ExtendedProtection.ProtectionScenario" + }, + { + "name": "customServiceNames", + "typeName": "System.Collections.ICollection" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "policyEnforcement", + "typeName": "System.Security.Authentication.ExtendedProtection.PolicyEnforcement" + }, + { + "name": "protectionScenario", + "typeName": "System.Security.Authentication.ExtendedProtection.ProtectionScenario" + }, + { + "name": "customServiceNames", + "typeName": "System.Security.Authentication.ExtendedProtection.ServiceNameCollection" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.dll" + } + ], + "name": "ExtendedProtectionPolicy", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Security.Policy", + "baseClass": "System.Security.Policy.EvidenceBase", + "attribute": "", + "interfaces": ["IIdentityPermissionFactory"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "EvidenceBase", + "params": [], + "isStatic": false, + "name": "Clone", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [], + "isStatic": false, + "name": "Copy", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IPermission", + "params": [ + { + "name": "evidence", + "typeName": "System.Security.Policy.Evidence" + } + ], + "isStatic": false, + "name": "CreateIdentityPermission", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "o", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "GacInstalled", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Policy", + "baseClass": "object", + "attribute": "", + "interfaces": [ + "IMembershipCondition", + "ISecurityEncodable", + "ISecurityPolicyEncodable" + ], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "evidence", + "typeName": "System.Security.Policy.Evidence" + } + ], + "isStatic": false, + "name": "Check", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IMembershipCondition", + "params": [], + "isStatic": false, + "name": "Copy", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "o", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "e", "typeName": "System.Security.SecurityElement" } + ], + "isStatic": false, + "name": "FromXml", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "e", "typeName": "System.Security.SecurityElement" }, + { + "name": "level", + "typeName": "System.Security.Policy.PolicyLevel" + } + ], + "isStatic": false, + "name": "FromXml", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SecurityElement", + "params": [], + "isStatic": false, + "name": "ToXml", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SecurityElement", + "params": [ + { + "name": "level", + "typeName": "System.Security.Policy.PolicyLevel" + } + ], + "isStatic": false, + "name": "ToXml", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "GacMembershipCondition", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Authentication.ExtendedProtection", + "baseClass": "System.ComponentModel.TypeConverter", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "context", + "typeName": "System.ComponentModel.ITypeDescriptorContext" + }, + { "name": "destinationType", "typeName": "System.Type" } + ], + "isStatic": false, + "name": "CanConvertTo", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { + "name": "context", + "typeName": "System.ComponentModel.ITypeDescriptorContext" + }, + { + "name": "culture", + "typeName": "System.Globalization.CultureInfo" + }, + { "name": "value", "typeName": "object" }, + { "name": "destinationType", "typeName": "System.Type" } + ], + "isStatic": false, + "name": "ConvertTo", + "comment": "", + "location": "System.dll" + } + ], + "name": "ExtendedProtectionPolicyTypeConverter", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Security.Policy", + "baseClass": "System.Security.Policy.EvidenceBase", + "attribute": "", + "interfaces": ["ISerializable"], + "fields": [ + { + "typeName": "byte[]", + "name": "MD5", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "byte[]", + "name": "SHA1", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "byte[]", + "name": "SHA256", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "assembly", "typeName": "System.Reflection.Assembly" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "EvidenceBase", + "params": [], + "isStatic": false, + "name": "Clone", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Hash", + "params": [{ "name": "md5", "typeName": "byte[]" }], + "isStatic": true, + "name": "CreateMD5", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Hash", + "params": [{ "name": "sha1", "typeName": "byte[]" }], + "isStatic": true, + "name": "CreateSHA1", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Hash", + "params": [{ "name": "sha256", "typeName": "byte[]" }], + "isStatic": true, + "name": "CreateSHA256", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { + "name": "hashAlg", + "typeName": "System.Security.Cryptography.HashAlgorithm" + } + ], + "isStatic": false, + "name": "GenerateHash", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "info", + "typeName": "System.Runtime.Serialization.SerializationInfo" + }, + { + "name": "context", + "typeName": "System.Runtime.Serialization.StreamingContext" + } + ], + "isStatic": false, + "name": "GetObjectData", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "Hash", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Policy", + "baseClass": "object", + "attribute": "", + "interfaces": [ + "IDeserializationCallback", + "ISerializable", + "IMembershipCondition", + "ISecurityEncodable", + "ISecurityPolicyEncodable" + ], + "fields": [ + { + "typeName": "System.Security.Cryptography.HashAlgorithm", + "name": "HashAlgorithm", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "byte[]", + "name": "HashValue", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "hashAlg", + "typeName": "System.Security.Cryptography.HashAlgorithm" + }, + { "name": "value", "typeName": "byte[]" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "evidence", + "typeName": "System.Security.Policy.Evidence" + } + ], + "isStatic": false, + "name": "Check", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IMembershipCondition", + "params": [], + "isStatic": false, + "name": "Copy", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "o", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "e", "typeName": "System.Security.SecurityElement" } + ], + "isStatic": false, + "name": "FromXml", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "e", "typeName": "System.Security.SecurityElement" }, + { + "name": "level", + "typeName": "System.Security.Policy.PolicyLevel" + } + ], + "isStatic": false, + "name": "FromXml", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SecurityElement", + "params": [], + "isStatic": false, + "name": "ToXml", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SecurityElement", + "params": [ + { + "name": "level", + "typeName": "System.Security.Policy.PolicyLevel" + } + ], + "isStatic": false, + "name": "ToXml", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "HashMembershipCondition", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Authentication.ExtendedProtection", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Security.Authentication.ExtendedProtection.PolicyEnforcement", + "name": "Always", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Authentication.ExtendedProtection.PolicyEnforcement", + "name": "Never", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Authentication.ExtendedProtection.PolicyEnforcement", + "name": "WhenSupported", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Security.Authentication.ExtendedProtection.PolicyEnforcement", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "PolicyEnforcement", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Security.Authentication.ExtendedProtection", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Security.Authentication.ExtendedProtection.ProtectionScenario", + "name": "TransportSelected", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Authentication.ExtendedProtection.ProtectionScenario", + "name": "TrustedProxy", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Security.Authentication.ExtendedProtection.ProtectionScenario", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "ProtectionScenario", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Security.Authentication.ExtendedProtection", + "baseClass": "System.Collections.ReadOnlyCollectionBase", + "attribute": "", + "interfaces": ["ICollection", "IEnumerable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "items", "typeName": "System.Collections.ICollection" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "searchServiceName", "typeName": "string" }], + "isStatic": false, + "name": "Contains", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "ServiceNameCollection", + "params": [ + { + "name": "serviceNames", + "typeName": "System.Collections.IEnumerable" + } + ], + "isStatic": false, + "name": "Merge", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "ServiceNameCollection", + "params": [{ "name": "serviceName", "typeName": "string" }], + "isStatic": false, + "name": "Merge", + "comment": "", + "location": "System.dll" + } + ], + "name": "ServiceNameCollection", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Security.Authentication.ExtendedProtection", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Security.Authentication.ExtendedProtection.TokenBindingType", + "name": "BindingType", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetRawTokenBindingId", + "comment": "", + "location": "System.dll" + } + ], + "name": "TokenBinding", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Security.Policy", + "baseClass": "", + "attribute": "interface", + "interfaces": ["ISecurityEncodable"], + "fields": [], + "methods": [ + { + "returnTypeName": "ApplicationTrust", + "params": [ + { + "name": "activationContext", + "typeName": "System.ActivationContext" + }, + { + "name": "context", + "typeName": "System.Security.Policy.TrustManagerContext" + } + ], + "isStatic": false, + "name": "DetermineApplicationTrust", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "IApplicationTrustManager", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Authentication.ExtendedProtection", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Security.Authentication.ExtendedProtection.TokenBindingType", + "name": "Provided", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Authentication.ExtendedProtection.TokenBindingType", + "name": "Referred", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Security.Authentication.ExtendedProtection.TokenBindingType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "TokenBindingType", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Security.Policy", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "IPermission", + "params": [ + { + "name": "evidence", + "typeName": "System.Security.Policy.Evidence" + } + ], + "isStatic": false, + "name": "CreateIdentityPermission", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "IIdentityPermissionFactory", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Policy", + "baseClass": "", + "attribute": "interface", + "interfaces": ["ISecurityEncodable", "ISecurityPolicyEncodable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "evidence", + "typeName": "System.Security.Policy.Evidence" + } + ], + "isStatic": false, + "name": "Check", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IMembershipCondition", + "params": [], + "isStatic": false, + "name": "Copy", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "IMembershipCondition", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Policy", + "baseClass": "System.Security.Policy.CodeGroup", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "AbsentOriginScheme", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "AnyOtherOriginScheme", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "AttributeString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "MergeLogic", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "PermissionSetName", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "membershipCondition", + "typeName": "System.Security.Policy.IMembershipCondition" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "originScheme", "typeName": "string" }, + { + "name": "connectAccess", + "typeName": "System.Security.Policy.CodeConnectAccess" + } + ], + "isStatic": false, + "name": "AddConnectAccess", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "CodeGroup", + "params": [], + "isStatic": false, + "name": "Copy", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "o", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetConnectAccessRules", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ResetConnectAccess", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "PolicyStatement", + "params": [ + { + "name": "evidence", + "typeName": "System.Security.Policy.Evidence" + } + ], + "isStatic": false, + "name": "Resolve", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "CodeGroup", + "params": [ + { + "name": "evidence", + "typeName": "System.Security.Policy.Evidence" + } + ], + "isStatic": false, + "name": "ResolveMatchingCodeGroups", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "NetCodeGroup", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Policy", + "baseClass": "object", + "attribute": "", + "interfaces": [ + "IMembershipCondition", + "ISecurityEncodable", + "ISecurityPolicyEncodable" + ], + "fields": [ + { + "typeName": "System.Security.Cryptography.X509Certificates.X509Certificate", + "name": "Certificate", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "certificate", + "typeName": "System.Security.Cryptography.X509Certificates.X509Certificate" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "evidence", + "typeName": "System.Security.Policy.Evidence" + } + ], + "isStatic": false, + "name": "Check", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IMembershipCondition", + "params": [], + "isStatic": false, + "name": "Copy", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "o", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "e", "typeName": "System.Security.SecurityElement" } + ], + "isStatic": false, + "name": "FromXml", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "e", "typeName": "System.Security.SecurityElement" }, + { + "name": "level", + "typeName": "System.Security.Policy.PolicyLevel" + } + ], + "isStatic": false, + "name": "FromXml", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SecurityElement", + "params": [], + "isStatic": false, + "name": "ToXml", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SecurityElement", + "params": [ + { + "name": "level", + "typeName": "System.Security.Policy.PolicyLevel" + } + ], + "isStatic": false, + "name": "ToXml", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "PublisherMembershipCondition", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Policy", + "baseClass": "System.Security.Policy.EvidenceBase", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Security.PermissionSet", + "name": "DeniedPermissions", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.PermissionSet", + "name": "OptionalPermissions", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.PermissionSet", + "name": "RequestedPermissions", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "request", "typeName": "System.Security.PermissionSet" }, + { "name": "optional", "typeName": "System.Security.PermissionSet" }, + { "name": "denied", "typeName": "System.Security.PermissionSet" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "EvidenceBase", + "params": [], + "isStatic": false, + "name": "Clone", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "PermissionRequestEvidence", + "params": [], + "isStatic": false, + "name": "Copy", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "PermissionRequestEvidence", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Policy", + "baseClass": "System.SystemException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "exception", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "PolicyException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Policy", + "baseClass": "System.Security.Policy.EvidenceBase", + "attribute": "", + "interfaces": ["IIdentityPermissionFactory"], + "fields": [ + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "EvidenceBase", + "params": [], + "isStatic": false, + "name": "Clone", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [], + "isStatic": false, + "name": "Copy", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Site", + "params": [{ "name": "url", "typeName": "string" }], + "isStatic": true, + "name": "CreateFromUrl", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IPermission", + "params": [ + { + "name": "evidence", + "typeName": "System.Security.Policy.Evidence" + } + ], + "isStatic": false, + "name": "CreateIdentityPermission", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "o", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "Site", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Policy", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Collections.IList", + "name": "FullTrustAssemblies", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Label", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Collections.IList", + "name": "NamedPermissionSets", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Policy.CodeGroup", + "name": "RootCodeGroup", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "StoreLocation", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.PolicyLevelType", + "name": "Type", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "sn", "typeName": "System.Security.Policy.StrongName" } + ], + "isStatic": false, + "name": "AddFullTrustAssembly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "snMC", + "typeName": "System.Security.Policy.StrongNameMembershipCondition" + } + ], + "isStatic": false, + "name": "AddFullTrustAssembly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "permSet", + "typeName": "System.Security.NamedPermissionSet" + } + ], + "isStatic": false, + "name": "AddNamedPermissionSet", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "NamedPermissionSet", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "pSet", "typeName": "System.Security.PermissionSet" } + ], + "isStatic": false, + "name": "ChangeNamedPermissionSet", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "PolicyLevel", + "params": [], + "isStatic": true, + "name": "CreateAppDomainLevel", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "e", "typeName": "System.Security.SecurityElement" } + ], + "isStatic": false, + "name": "FromXml", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "NamedPermissionSet", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "GetNamedPermissionSet", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Recover", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "sn", "typeName": "System.Security.Policy.StrongName" } + ], + "isStatic": false, + "name": "RemoveFullTrustAssembly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "snMC", + "typeName": "System.Security.Policy.StrongNameMembershipCondition" + } + ], + "isStatic": false, + "name": "RemoveFullTrustAssembly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "NamedPermissionSet", + "params": [ + { + "name": "permSet", + "typeName": "System.Security.NamedPermissionSet" + } + ], + "isStatic": false, + "name": "RemoveNamedPermissionSet", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "NamedPermissionSet", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "RemoveNamedPermissionSet", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Reset", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "PolicyStatement", + "params": [ + { + "name": "evidence", + "typeName": "System.Security.Policy.Evidence" + } + ], + "isStatic": false, + "name": "Resolve", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "CodeGroup", + "params": [ + { + "name": "evidence", + "typeName": "System.Security.Policy.Evidence" + } + ], + "isStatic": false, + "name": "ResolveMatchingCodeGroups", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SecurityElement", + "params": [], + "isStatic": false, + "name": "ToXml", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "PolicyLevel", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Policy", + "baseClass": "object", + "attribute": "", + "interfaces": ["ISecurityEncodable", "ISecurityPolicyEncodable"], + "fields": [ + { + "typeName": "System.Security.Policy.PolicyStatementAttribute", + "name": "Attributes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "AttributeString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.PermissionSet", + "name": "PermissionSet", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "permSet", "typeName": "System.Security.PermissionSet" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "permSet", "typeName": "System.Security.PermissionSet" }, + { + "name": "attributes", + "typeName": "System.Security.Policy.PolicyStatementAttribute" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "PolicyStatement", + "params": [], + "isStatic": false, + "name": "Copy", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "et", "typeName": "System.Security.SecurityElement" } + ], + "isStatic": false, + "name": "FromXml", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "et", "typeName": "System.Security.SecurityElement" }, + { + "name": "level", + "typeName": "System.Security.Policy.PolicyLevel" + } + ], + "isStatic": false, + "name": "FromXml", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SecurityElement", + "params": [], + "isStatic": false, + "name": "ToXml", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SecurityElement", + "params": [ + { + "name": "level", + "typeName": "System.Security.Policy.PolicyLevel" + } + ], + "isStatic": false, + "name": "ToXml", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "PolicyStatement", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Policy", + "baseClass": "object", + "attribute": "", + "interfaces": [ + "IMembershipCondition", + "ISecurityEncodable", + "ISecurityPolicyEncodable" + ], + "fields": [ + { + "typeName": "string", + "name": "Site", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "site", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "evidence", + "typeName": "System.Security.Policy.Evidence" + } + ], + "isStatic": false, + "name": "Check", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IMembershipCondition", + "params": [], + "isStatic": false, + "name": "Copy", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "o", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "e", "typeName": "System.Security.SecurityElement" } + ], + "isStatic": false, + "name": "FromXml", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "e", "typeName": "System.Security.SecurityElement" }, + { + "name": "level", + "typeName": "System.Security.Policy.PolicyLevel" + } + ], + "isStatic": false, + "name": "FromXml", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SecurityElement", + "params": [], + "isStatic": false, + "name": "ToXml", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SecurityElement", + "params": [ + { + "name": "level", + "typeName": "System.Security.Policy.PolicyLevel" + } + ], + "isStatic": false, + "name": "ToXml", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "SiteMembershipCondition", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Policy", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Security.Policy.PolicyStatementAttribute", + "name": "All", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Policy.PolicyStatementAttribute", + "name": "Exclusive", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Policy.PolicyStatementAttribute", + "name": "LevelFinal", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Policy.PolicyStatementAttribute", + "name": "Nothing", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Security.Policy.PolicyStatementAttribute", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "PolicyStatementAttribute", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Policy", + "baseClass": "System.Security.Policy.EvidenceBase", + "attribute": "", + "interfaces": ["IIdentityPermissionFactory"], + "fields": [ + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Permissions.StrongNamePublicKeyBlob", + "name": "PublicKey", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Version", + "name": "Version", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "blob", + "typeName": "System.Security.Permissions.StrongNamePublicKeyBlob" + }, + { "name": "name", "typeName": "string" }, + { "name": "version", "typeName": "System.Version" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "EvidenceBase", + "params": [], + "isStatic": false, + "name": "Clone", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [], + "isStatic": false, + "name": "Copy", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IPermission", + "params": [ + { + "name": "evidence", + "typeName": "System.Security.Policy.Evidence" + } + ], + "isStatic": false, + "name": "CreateIdentityPermission", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "o", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "StrongName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Policy", + "baseClass": "System.Security.Policy.EvidenceBase", + "attribute": "", + "interfaces": ["IIdentityPermissionFactory"], + "fields": [ + { + "typeName": "System.Security.Cryptography.X509Certificates.X509Certificate", + "name": "Certificate", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "cert", + "typeName": "System.Security.Cryptography.X509Certificates.X509Certificate" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "EvidenceBase", + "params": [], + "isStatic": false, + "name": "Clone", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [], + "isStatic": false, + "name": "Copy", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IPermission", + "params": [ + { + "name": "evidence", + "typeName": "System.Security.Policy.Evidence" + } + ], + "isStatic": false, + "name": "CreateIdentityPermission", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "o", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "Publisher", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Policy", + "baseClass": "object", + "attribute": "", + "interfaces": [ + "IMembershipCondition", + "ISecurityEncodable", + "ISecurityPolicyEncodable" + ], + "fields": [ + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Permissions.StrongNamePublicKeyBlob", + "name": "PublicKey", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Version", + "name": "Version", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "blob", + "typeName": "System.Security.Permissions.StrongNamePublicKeyBlob" + }, + { "name": "name", "typeName": "string" }, + { "name": "version", "typeName": "System.Version" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "evidence", + "typeName": "System.Security.Policy.Evidence" + } + ], + "isStatic": false, + "name": "Check", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IMembershipCondition", + "params": [], + "isStatic": false, + "name": "Copy", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "o", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "e", "typeName": "System.Security.SecurityElement" } + ], + "isStatic": false, + "name": "FromXml", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "e", "typeName": "System.Security.SecurityElement" }, + { + "name": "level", + "typeName": "System.Security.Policy.PolicyLevel" + } + ], + "isStatic": false, + "name": "FromXml", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SecurityElement", + "params": [], + "isStatic": false, + "name": "ToXml", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SecurityElement", + "params": [ + { + "name": "level", + "typeName": "System.Security.Policy.PolicyLevel" + } + ], + "isStatic": false, + "name": "ToXml", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "StrongNameMembershipCondition", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Policy", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "IgnorePersistedDecision", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "KeepAlive", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "NoPrompt", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "Persist", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.ApplicationIdentity", + "name": "PreviousApplicationIdentity", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Policy.TrustManagerUIContext", + "name": "UIContext", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "uiContext", + "typeName": "System.Security.Policy.TrustManagerUIContext" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "TrustManagerContext", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Policy", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Security.Policy.TrustManagerUIContext", + "name": "Install", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Policy.TrustManagerUIContext", + "name": "Run", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Policy.TrustManagerUIContext", + "name": "Upgrade", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Security.Policy.TrustManagerUIContext", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "TrustManagerUIContext", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Policy", + "baseClass": "System.Security.Policy.CodeGroup", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "MergeLogic", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "membershipCondition", + "typeName": "System.Security.Policy.IMembershipCondition" + }, + { + "name": "policy", + "typeName": "System.Security.Policy.PolicyStatement" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "CodeGroup", + "params": [], + "isStatic": false, + "name": "Copy", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "PolicyStatement", + "params": [ + { + "name": "evidence", + "typeName": "System.Security.Policy.Evidence" + } + ], + "isStatic": false, + "name": "Resolve", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "CodeGroup", + "params": [ + { + "name": "evidence", + "typeName": "System.Security.Policy.Evidence" + } + ], + "isStatic": false, + "name": "ResolveMatchingCodeGroups", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "UnionCodeGroup", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Policy", + "baseClass": "System.Security.Policy.EvidenceBase", + "attribute": "", + "interfaces": ["IIdentityPermissionFactory"], + "fields": [ + { + "typeName": "string", + "name": "Value", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "EvidenceBase", + "params": [], + "isStatic": false, + "name": "Clone", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [], + "isStatic": false, + "name": "Copy", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IPermission", + "params": [ + { + "name": "evidence", + "typeName": "System.Security.Policy.Evidence" + } + ], + "isStatic": false, + "name": "CreateIdentityPermission", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "o", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "Url", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Policy", + "baseClass": "object", + "attribute": "", + "interfaces": [ + "IMembershipCondition", + "ISecurityEncodable", + "ISecurityPolicyEncodable" + ], + "fields": [ + { + "typeName": "string", + "name": "Url", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "url", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "evidence", + "typeName": "System.Security.Policy.Evidence" + } + ], + "isStatic": false, + "name": "Check", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IMembershipCondition", + "params": [], + "isStatic": false, + "name": "Copy", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "o", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "e", "typeName": "System.Security.SecurityElement" } + ], + "isStatic": false, + "name": "FromXml", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "e", "typeName": "System.Security.SecurityElement" }, + { + "name": "level", + "typeName": "System.Security.Policy.PolicyLevel" + } + ], + "isStatic": false, + "name": "FromXml", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SecurityElement", + "params": [], + "isStatic": false, + "name": "ToXml", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SecurityElement", + "params": [ + { + "name": "level", + "typeName": "System.Security.Policy.PolicyLevel" + } + ], + "isStatic": false, + "name": "ToXml", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "UrlMembershipCondition", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Policy", + "baseClass": "System.Security.Policy.EvidenceBase", + "attribute": "", + "interfaces": ["IIdentityPermissionFactory"], + "fields": [ + { + "typeName": "System.Security.SecurityZone", + "name": "SecurityZone", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "zone", "typeName": "System.Security.SecurityZone" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "EvidenceBase", + "params": [], + "isStatic": false, + "name": "Clone", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [], + "isStatic": false, + "name": "Copy", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Zone", + "params": [{ "name": "url", "typeName": "string" }], + "isStatic": true, + "name": "CreateFromUrl", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IPermission", + "params": [ + { + "name": "evidence", + "typeName": "System.Security.Policy.Evidence" + } + ], + "isStatic": false, + "name": "CreateIdentityPermission", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "o", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "Zone", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Policy", + "baseClass": "object", + "attribute": "", + "interfaces": [ + "IMembershipCondition", + "ISecurityEncodable", + "ISecurityPolicyEncodable" + ], + "fields": [ + { + "typeName": "System.Security.SecurityZone", + "name": "SecurityZone", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "zone", "typeName": "System.Security.SecurityZone" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "evidence", + "typeName": "System.Security.Policy.Evidence" + } + ], + "isStatic": false, + "name": "Check", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IMembershipCondition", + "params": [], + "isStatic": false, + "name": "Copy", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "o", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "e", "typeName": "System.Security.SecurityElement" } + ], + "isStatic": false, + "name": "FromXml", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "e", "typeName": "System.Security.SecurityElement" }, + { + "name": "level", + "typeName": "System.Security.Policy.PolicyLevel" + } + ], + "isStatic": false, + "name": "FromXml", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SecurityElement", + "params": [], + "isStatic": false, + "name": "ToXml", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SecurityElement", + "params": [ + { + "name": "level", + "typeName": "System.Security.Policy.PolicyLevel" + } + ], + "isStatic": false, + "name": "ToXml", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ZoneMembershipCondition", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Authentication.ExtendedProtection.Configuration", + "baseClass": "System.Configuration.ConfigurationElement", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Security.Authentication.ExtendedProtection.Configuration.ServiceNameElementCollection", + "name": "CustomServiceNames", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Authentication.ExtendedProtection.PolicyEnforcement", + "name": "PolicyEnforcement", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Authentication.ExtendedProtection.ProtectionScenario", + "name": "ProtectionScenario", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "ExtendedProtectionPolicy", + "params": [], + "isStatic": false, + "name": "BuildPolicy", + "comment": "", + "location": "System.dll" + } + ], + "name": "ExtendedProtectionPolicyElement", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Security.Authentication.ExtendedProtection.Configuration", + "baseClass": "System.Configuration.ConfigurationElement", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "ServiceNameElement", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Security.Authentication.ExtendedProtection.Configuration", + "baseClass": "System.Configuration.ConfigurationElementCollection", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Security.Authentication.ExtendedProtection.Configuration.ServiceNameElement", + "name": "this[]", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Authentication.ExtendedProtection.Configuration.ServiceNameElement", + "name": "this[]", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "element", + "typeName": "System.Security.Authentication.ExtendedProtection.Configuration.ServiceNameElement" + } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Clear", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "element", + "typeName": "System.Security.Authentication.ExtendedProtection.Configuration.ServiceNameElement" + } + ], + "isStatic": false, + "name": "IndexOf", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "element", + "typeName": "System.Security.Authentication.ExtendedProtection.Configuration.ServiceNameElement" + } + ], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "RemoveAt", + "comment": "", + "location": "System.dll" + } + ], + "name": "ServiceNameElementCollection", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Security", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Security.ManifestKinds", + "name": "Application", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.ManifestKinds", + "name": "ApplicationAndDeployment", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.ManifestKinds", + "name": "Deployment", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.ManifestKinds", + "name": "None", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Security.ManifestKinds", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "ManifestKinds", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Security", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "IntPtr", + "params": [ + { "name": "s", "typeName": "System.Security.SecureString" } + ], + "isStatic": true, + "name": "SecureStringToCoTaskMemAnsi", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [ + { "name": "s", "typeName": "System.Security.SecureString" } + ], + "isStatic": true, + "name": "SecureStringToCoTaskMemUnicode", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [ + { "name": "s", "typeName": "System.Security.SecureString" } + ], + "isStatic": true, + "name": "SecureStringToGlobalAllocAnsi", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [ + { "name": "s", "typeName": "System.Security.SecureString" } + ], + "isStatic": true, + "name": "SecureStringToGlobalAllocUnicode", + "comment": "", + "location": "System.dll" + } + ], + "name": "SecureStringMarshal", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "System.Security.Cryptography.SymmetricAlgorithm", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Aes", + "params": [], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Aes", + "params": [{ "name": "algorithmName", "typeName": "string" }], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "Aes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "object", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "string", + "name": "KeyExchangeAlgorithm", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "KeySize", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Cryptography.KeySizes[]", + "name": "LegalKeySizes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "SignatureAlgorithm", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Clear", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "AsymmetricAlgorithm", + "params": [], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "AsymmetricAlgorithm", + "params": [{ "name": "algName", "typeName": "string" }], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "xmlString", "typeName": "string" }], + "isStatic": false, + "name": "FromXmlString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "includePrivateParameters", "typeName": "bool" } + ], + "isStatic": false, + "name": "ToXmlString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "AsymmetricAlgorithm", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "Parameters", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "", + "params": [{ "name": "rgb", "typeName": "byte[]" }], + "isStatic": false, + "name": "DecryptKeyExchange", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "key", + "typeName": "System.Security.Cryptography.AsymmetricAlgorithm" + } + ], + "isStatic": false, + "name": "SetKey", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "AsymmetricKeyExchangeDeformatter", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "Parameters", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "", + "params": [{ "name": "data", "typeName": "byte[]" }], + "isStatic": false, + "name": "CreateKeyExchange", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "data", "typeName": "byte[]" }, + { "name": "symAlgType", "typeName": "System.Type" } + ], + "isStatic": false, + "name": "CreateKeyExchange", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "key", + "typeName": "System.Security.Cryptography.AsymmetricAlgorithm" + } + ], + "isStatic": false, + "name": "SetKey", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "AsymmetricKeyExchangeFormatter", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "strName", "typeName": "string" }], + "isStatic": false, + "name": "SetHashAlgorithm", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "key", + "typeName": "System.Security.Cryptography.AsymmetricAlgorithm" + } + ], + "isStatic": false, + "name": "SetKey", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "rgbHash", "typeName": "byte[]" }, + { "name": "rgbSignature", "typeName": "byte[]" } + ], + "isStatic": false, + "name": "VerifySignature", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "hash", + "typeName": "System.Security.Cryptography.HashAlgorithm" + }, + { "name": "rgbSignature", "typeName": "byte[]" } + ], + "isStatic": false, + "name": "VerifySignature", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "AsymmetricSignatureDeformatter", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "", + "params": [{ "name": "rgbHash", "typeName": "byte[]" }], + "isStatic": false, + "name": "CreateSignature", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { + "name": "hash", + "typeName": "System.Security.Cryptography.HashAlgorithm" + } + ], + "isStatic": false, + "name": "CreateSignature", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "strName", "typeName": "string" }], + "isStatic": false, + "name": "SetHashAlgorithm", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "key", + "typeName": "System.Security.Cryptography.AsymmetricAlgorithm" + } + ], + "isStatic": false, + "name": "SetKey", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "AsymmetricSignatureFormatter", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Security.Cryptography.CipherMode", + "name": "CBC", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Cryptography.CipherMode", + "name": "CFB", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Cryptography.CipherMode", + "name": "CTS", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Cryptography.CipherMode", + "name": "ECB", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Cryptography.CipherMode", + "name": "OFB", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Security.Cryptography.CipherMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "CipherMode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "object", + "attribute": "", + "interfaces": ["ICryptoTransform", "IDisposable"], + "fields": [ + { + "typeName": "bool", + "name": "CanReuseTransform", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "CanTransformMultipleBlocks", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "InputBlockSize", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.IntPtr", + "name": "KeyHandle", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "OutputBlockSize", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Clear", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Reset", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "inputBuffer", "typeName": "byte[]" }, + { "name": "inputOffset", "typeName": "int" }, + { "name": "inputCount", "typeName": "int" }, + { "name": "outputBuffer", "typeName": "byte[]" }, + { "name": "outputOffset", "typeName": "int" } + ], + "isStatic": false, + "name": "TransformBlock", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "inputBuffer", "typeName": "byte[]" }, + { "name": "inputOffset", "typeName": "int" }, + { "name": "inputCount", "typeName": "int" } + ], + "isStatic": false, + "name": "TransformFinalBlock", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "CryptoAPITransform", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "System.SystemException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "hr", "typeName": "int" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "inner", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "format", "typeName": "string" }, + { "name": "insert", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "CryptographicException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "AllowOnlyFipsAlgorithms", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "algorithm", "typeName": "System.Type" }, + { "name": "names", "typeName": "string[]" } + ], + "isStatic": true, + "name": "AddAlgorithm", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "oid", "typeName": "string" }, + { "name": "names", "typeName": "string[]" } + ], + "isStatic": true, + "name": "AddOID", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": true, + "name": "CreateFromName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "args", "typeName": "object[]" } + ], + "isStatic": true, + "name": "CreateFromName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "str", "typeName": "string" }], + "isStatic": true, + "name": "EncodeOID", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": true, + "name": "MapNameToOID", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "CryptoConfig", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "System.IO.Stream", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "bool", + "name": "CanRead", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "CanSeek", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "CanWrite", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "HasFlushedFinalBlock", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "long", + "name": "Length", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "long", + "name": "Position", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "stream", "typeName": "System.IO.Stream" }, + { + "name": "transform", + "typeName": "System.Security.Cryptography.ICryptoTransform" + }, + { + "name": "mode", + "typeName": "System.Security.Cryptography.CryptoStreamMode" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Clear", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Flush", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": false, + "name": "FlushAsync", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "FlushFinalBlock", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "Read", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": false, + "name": "ReadAsync", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int64", + "params": [ + { "name": "offset", "typeName": "long" }, + { "name": "origin", "typeName": "System.IO.SeekOrigin" } + ], + "isStatic": false, + "name": "Seek", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "long" }], + "isStatic": false, + "name": "SetLength", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "Write", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": false, + "name": "WriteAsync", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "CryptoStream", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "System.Security.Cryptography.CryptographicException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "inner", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "format", "typeName": "string" }, + { "name": "insert", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "CryptographicUnexpectedOperationException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Security.Cryptography.CryptoStreamMode", + "name": "Read", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Cryptography.CryptoStreamMode", + "name": "Write", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Security.Cryptography.CryptoStreamMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "CryptoStreamMode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "Accessible", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.CryptoKeySecurity", + "name": "CryptoKeySecurity", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "Exportable", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "HardwareDevice", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "KeyContainerName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Cryptography.KeyNumber", + "name": "KeyNumber", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "MachineKeyStore", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "Protected", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "ProviderName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "ProviderType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "RandomlyGenerated", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "Removable", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "UniqueKeyContainerName", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "parameters", + "typeName": "System.Security.Cryptography.CspParameters" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "CspKeyContainerInfo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "KeyContainerName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "KeyNumber", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "ProviderName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "ProviderType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.AccessControl.CryptoKeySecurity", + "name": "CryptoKeySecurity", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Cryptography.CspProviderFlags", + "name": "Flags", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.SecureString", + "name": "KeyPassword", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.IntPtr", + "name": "ParentWindowHandle", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "dwTypeIn", "typeName": "int" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "dwTypeIn", "typeName": "int" }, + { "name": "strProviderNameIn", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "dwTypeIn", "typeName": "int" }, + { "name": "strProviderNameIn", "typeName": "string" }, + { "name": "strContainerNameIn", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "providerType", "typeName": "int" }, + { "name": "providerName", "typeName": "string" }, + { "name": "keyContainerName", "typeName": "string" }, + { + "name": "cryptoKeySecurity", + "typeName": "System.Security.AccessControl.CryptoKeySecurity" + }, + { "name": "parentWindowHandle", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "providerType", "typeName": "int" }, + { "name": "providerName", "typeName": "string" }, + { "name": "keyContainerName", "typeName": "string" }, + { + "name": "cryptoKeySecurity", + "typeName": "System.Security.AccessControl.CryptoKeySecurity" + }, + { + "name": "keyPassword", + "typeName": "System.Security.SecureString" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "CspParameters", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Security.Cryptography.CspProviderFlags", + "name": "CreateEphemeralKey", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Cryptography.CspProviderFlags", + "name": "NoFlags", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Cryptography.CspProviderFlags", + "name": "NoPrompt", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Cryptography.CspProviderFlags", + "name": "UseArchivableKey", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Cryptography.CspProviderFlags", + "name": "UseDefaultKeyContainer", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Cryptography.CspProviderFlags", + "name": "UseExistingKey", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Cryptography.CspProviderFlags", + "name": "UseMachineKeyStore", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Cryptography.CspProviderFlags", + "name": "UseNonExportableKey", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Cryptography.CspProviderFlags", + "name": "UseUserProtectedKey", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Security.Cryptography.CspProviderFlags", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "CspProviderFlags", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "object", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "cb", "typeName": "int" }], + "isStatic": false, + "name": "GetBytes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Reset", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "DeriveBytes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "System.Security.Cryptography.DES", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ICryptoTransform", + "params": [ + { "name": "rgbKey", "typeName": "byte[]" }, + { "name": "rgbIV", "typeName": "byte[]" } + ], + "isStatic": false, + "name": "CreateDecryptor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ICryptoTransform", + "params": [ + { "name": "rgbKey", "typeName": "byte[]" }, + { "name": "rgbIV", "typeName": "byte[]" } + ], + "isStatic": false, + "name": "CreateEncryptor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "GenerateIV", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "GenerateKey", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "DESCryptoServiceProvider", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "System.Security.Cryptography.SymmetricAlgorithm", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "byte[]", + "name": "Key", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "DES", + "params": [], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DES", + "params": [{ "name": "algName", "typeName": "string" }], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "rgbKey", "typeName": "byte[]" }], + "isStatic": true, + "name": "IsSemiWeakKey", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "rgbKey", "typeName": "byte[]" }], + "isStatic": true, + "name": "IsWeakKey", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "DES", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "System.Security.Cryptography.AsymmetricAlgorithm", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [], + "methods": [ + { + "returnTypeName": "DSA", + "params": [], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DSA", + "params": [{ "name": "algName", "typeName": "string" }], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "rgbHash", "typeName": "byte[]" }], + "isStatic": false, + "name": "CreateSignature", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DSAParameters", + "params": [ + { "name": "includePrivateParameters", "typeName": "bool" } + ], + "isStatic": false, + "name": "ExportParameters", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "xmlString", "typeName": "string" }], + "isStatic": false, + "name": "FromXmlString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "parameters", + "typeName": "System.Security.Cryptography.DSAParameters" + } + ], + "isStatic": false, + "name": "ImportParameters", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "data", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" }, + { + "name": "hashAlgorithm", + "typeName": "System.Security.Cryptography.HashAlgorithmName" + } + ], + "isStatic": false, + "name": "SignData", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "data", "typeName": "byte[]" }, + { + "name": "hashAlgorithm", + "typeName": "System.Security.Cryptography.HashAlgorithmName" + } + ], + "isStatic": false, + "name": "SignData", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "data", "typeName": "System.IO.Stream" }, + { + "name": "hashAlgorithm", + "typeName": "System.Security.Cryptography.HashAlgorithmName" + } + ], + "isStatic": false, + "name": "SignData", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "includePrivateParameters", "typeName": "bool" } + ], + "isStatic": false, + "name": "ToXmlString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "data", "typeName": "byte[]" }, + { "name": "signature", "typeName": "byte[]" }, + { + "name": "hashAlgorithm", + "typeName": "System.Security.Cryptography.HashAlgorithmName" + } + ], + "isStatic": false, + "name": "VerifyData", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "data", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" }, + { "name": "signature", "typeName": "byte[]" }, + { + "name": "hashAlgorithm", + "typeName": "System.Security.Cryptography.HashAlgorithmName" + } + ], + "isStatic": false, + "name": "VerifyData", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "data", "typeName": "System.IO.Stream" }, + { "name": "signature", "typeName": "byte[]" }, + { + "name": "hashAlgorithm", + "typeName": "System.Security.Cryptography.HashAlgorithmName" + } + ], + "isStatic": false, + "name": "VerifyData", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "rgbHash", "typeName": "byte[]" }, + { "name": "rgbSignature", "typeName": "byte[]" } + ], + "isStatic": false, + "name": "VerifySignature", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "DSA", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "Counter", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "byte[]", + "name": "G", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "byte[]", + "name": "J", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "byte[]", + "name": "P", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "byte[]", + "name": "Q", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "byte[]", + "name": "Seed", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "byte[]", + "name": "X", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "byte[]", + "name": "Y", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "DSAParameters", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "System.Security.Cryptography.DSA", + "attribute": "", + "interfaces": ["IDisposable", "ICspAsymmetricAlgorithm"], + "fields": [ + { + "typeName": "System.Security.Cryptography.CspKeyContainerInfo", + "name": "CspKeyContainerInfo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "KeyExchangeAlgorithm", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "KeySize", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "PersistKeyInCsp", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "PublicOnly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "SignatureAlgorithm", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "UseMachineKeyStore", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "dwKeySize", "typeName": "int" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "dwKeySize", "typeName": "int" }, + { + "name": "parameters", + "typeName": "System.Security.Cryptography.CspParameters" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "parameters", + "typeName": "System.Security.Cryptography.CspParameters" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "rgbHash", "typeName": "byte[]" }], + "isStatic": false, + "name": "CreateSignature", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "includePrivateParameters", "typeName": "bool" } + ], + "isStatic": false, + "name": "ExportCspBlob", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DSAParameters", + "params": [ + { "name": "includePrivateParameters", "typeName": "bool" } + ], + "isStatic": false, + "name": "ExportParameters", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "keyBlob", "typeName": "byte[]" }], + "isStatic": false, + "name": "ImportCspBlob", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "parameters", + "typeName": "System.Security.Cryptography.DSAParameters" + } + ], + "isStatic": false, + "name": "ImportParameters", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "buffer", "typeName": "byte[]" }], + "isStatic": false, + "name": "SignData", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "SignData", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "inputStream", "typeName": "System.IO.Stream" }], + "isStatic": false, + "name": "SignData", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "rgbHash", "typeName": "byte[]" }, + { "name": "str", "typeName": "string" } + ], + "isStatic": false, + "name": "SignHash", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "rgbData", "typeName": "byte[]" }, + { "name": "rgbSignature", "typeName": "byte[]" } + ], + "isStatic": false, + "name": "VerifyData", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "rgbHash", "typeName": "byte[]" }, + { "name": "str", "typeName": "string" }, + { "name": "rgbSignature", "typeName": "byte[]" } + ], + "isStatic": false, + "name": "VerifyHash", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "rgbHash", "typeName": "byte[]" }, + { "name": "rgbSignature", "typeName": "byte[]" } + ], + "isStatic": false, + "name": "VerifySignature", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "DSACryptoServiceProvider", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "System.Security.Cryptography.AsymmetricSignatureDeformatter", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "key", + "typeName": "System.Security.Cryptography.AsymmetricAlgorithm" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "strName", "typeName": "string" }], + "isStatic": false, + "name": "SetHashAlgorithm", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "key", + "typeName": "System.Security.Cryptography.AsymmetricAlgorithm" + } + ], + "isStatic": false, + "name": "SetKey", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "rgbHash", "typeName": "byte[]" }, + { "name": "rgbSignature", "typeName": "byte[]" } + ], + "isStatic": false, + "name": "VerifySignature", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "DSASignatureDeformatter", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "System.Security.Cryptography.AsymmetricSignatureFormatter", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "key", + "typeName": "System.Security.Cryptography.AsymmetricAlgorithm" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "rgbHash", "typeName": "byte[]" }], + "isStatic": false, + "name": "CreateSignature", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "strName", "typeName": "string" }], + "isStatic": false, + "name": "SetHashAlgorithm", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "key", + "typeName": "System.Security.Cryptography.AsymmetricAlgorithm" + } + ], + "isStatic": false, + "name": "SetKey", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "DSASignatureFormatter", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "object", + "attribute": "", + "interfaces": ["ICryptoTransform", "IDisposable"], + "fields": [ + { + "typeName": "bool", + "name": "CanReuseTransform", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "CanTransformMultipleBlocks", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "InputBlockSize", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "OutputBlockSize", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "whitespaces", + "typeName": "System.Security.Cryptography.FromBase64TransformMode" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Clear", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "inputBuffer", "typeName": "byte[]" }, + { "name": "inputOffset", "typeName": "int" }, + { "name": "inputCount", "typeName": "int" }, + { "name": "outputBuffer", "typeName": "byte[]" }, + { "name": "outputOffset", "typeName": "int" } + ], + "isStatic": false, + "name": "TransformBlock", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "inputBuffer", "typeName": "byte[]" }, + { "name": "inputOffset", "typeName": "int" }, + { "name": "inputCount", "typeName": "int" } + ], + "isStatic": false, + "name": "TransformFinalBlock", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "FromBase64Transform", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Security.Cryptography.FromBase64TransformMode", + "name": "DoNotIgnoreWhiteSpaces", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Cryptography.FromBase64TransformMode", + "name": "IgnoreWhiteSpaces", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Security.Cryptography.FromBase64TransformMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "FromBase64TransformMode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "object", + "attribute": "", + "interfaces": ["ICryptoTransform", "IDisposable"], + "fields": [ + { + "typeName": "bool", + "name": "CanReuseTransform", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "CanTransformMultipleBlocks", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "byte[]", + "name": "Hash", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "HashSize", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "InputBlockSize", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "OutputBlockSize", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Clear", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "buffer", "typeName": "byte[]" }], + "isStatic": false, + "name": "ComputeHash", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "ComputeHash", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "inputStream", "typeName": "System.IO.Stream" }], + "isStatic": false, + "name": "ComputeHash", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "HashAlgorithm", + "params": [], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "HashAlgorithm", + "params": [{ "name": "hashName", "typeName": "string" }], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Initialize", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "inputBuffer", "typeName": "byte[]" }, + { "name": "inputOffset", "typeName": "int" }, + { "name": "inputCount", "typeName": "int" }, + { "name": "outputBuffer", "typeName": "byte[]" }, + { "name": "outputOffset", "typeName": "int" } + ], + "isStatic": false, + "name": "TransformBlock", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "inputBuffer", "typeName": "byte[]" }, + { "name": "inputOffset", "typeName": "int" }, + { "name": "inputCount", "typeName": "int" } + ], + "isStatic": false, + "name": "TransformFinalBlock", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "HashAlgorithm", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IEquatable"], + "fields": [ + { + "typeName": "System.Security.Cryptography.HashAlgorithmName", + "name": "MD5", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Cryptography.HashAlgorithmName", + "name": "SHA1", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Cryptography.HashAlgorithmName", + "name": "SHA256", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Cryptography.HashAlgorithmName", + "name": "SHA384", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Cryptography.HashAlgorithmName", + "name": "SHA512", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "other", + "typeName": "System.Security.Cryptography.HashAlgorithmName" + } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "left", + "typeName": "System.Security.Cryptography.HashAlgorithmName" + }, + { + "name": "right", + "typeName": "System.Security.Cryptography.HashAlgorithmName" + } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "left", + "typeName": "System.Security.Cryptography.HashAlgorithmName" + }, + { + "name": "right", + "typeName": "System.Security.Cryptography.HashAlgorithmName" + } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "HashAlgorithmName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "System.Security.Cryptography.KeyedHashAlgorithm", + "attribute": "", + "interfaces": ["ICryptoTransform", "IDisposable"], + "fields": [ + { + "typeName": "string", + "name": "HashName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "byte[]", + "name": "Key", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "HMAC", + "params": [], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "HMAC", + "params": [{ "name": "algorithmName", "typeName": "string" }], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Initialize", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "HMAC", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "System.Security.Cryptography.HMAC", + "attribute": "", + "interfaces": ["ICryptoTransform", "IDisposable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "key", "typeName": "byte[]" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "HMACMD5", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "System.Security.Cryptography.HMAC", + "attribute": "", + "interfaces": ["ICryptoTransform", "IDisposable"], + "fields": [ + { + "typeName": "bool", + "name": "ProduceLegacyHmacValues", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "key", "typeName": "byte[]" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "HMACSHA384", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "System.Security.Cryptography.HMAC", + "attribute": "", + "interfaces": ["ICryptoTransform", "IDisposable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "key", "typeName": "byte[]" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "HMACRIPEMD160", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "System.Security.Cryptography.HMAC", + "attribute": "", + "interfaces": ["ICryptoTransform", "IDisposable"], + "fields": [ + { + "typeName": "bool", + "name": "ProduceLegacyHmacValues", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "key", "typeName": "byte[]" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "HMACSHA512", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "System.Security.Cryptography.HMAC", + "attribute": "", + "interfaces": ["ICryptoTransform", "IDisposable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "key", "typeName": "byte[]" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "key", "typeName": "byte[]" }, + { "name": "useManagedSha1", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "HMACSHA1", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Security.Cryptography.KeyNumber", + "name": "Exchange", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Cryptography.KeyNumber", + "name": "Signature", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Security.Cryptography.KeyNumber", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "KeyNumber", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "", + "attribute": "interface", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "bool", + "name": "CanReuseTransform", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "CanTransformMultipleBlocks", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "InputBlockSize", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "OutputBlockSize", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Int32", + "params": [ + { "name": "inputBuffer", "typeName": "byte[]" }, + { "name": "inputOffset", "typeName": "int" }, + { "name": "inputCount", "typeName": "int" }, + { "name": "outputBuffer", "typeName": "byte[]" }, + { "name": "outputOffset", "typeName": "int" } + ], + "isStatic": false, + "name": "TransformBlock", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "inputBuffer", "typeName": "byte[]" }, + { "name": "inputOffset", "typeName": "int" }, + { "name": "inputCount", "typeName": "int" } + ], + "isStatic": false, + "name": "TransformFinalBlock", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ICryptoTransform", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "System.Security.Cryptography.HMAC", + "attribute": "", + "interfaces": ["ICryptoTransform", "IDisposable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "key", "typeName": "byte[]" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "HMACSHA256", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "MaxSize", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "MinSize", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "SkipSize", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "minSize", "typeName": "int" }, + { "name": "maxSize", "typeName": "int" }, + { "name": "skipSize", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "KeySizes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [ + { + "typeName": "System.Security.Cryptography.CspKeyContainerInfo", + "name": "CspKeyContainerInfo", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "", + "params": [ + { "name": "includePrivateParameters", "typeName": "bool" } + ], + "isStatic": false, + "name": "ExportCspBlob", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "rawData", "typeName": "byte[]" }], + "isStatic": false, + "name": "ImportCspBlob", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ICspAsymmetricAlgorithm", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "System.Security.Cryptography.KeyedHashAlgorithm", + "attribute": "", + "interfaces": ["ICryptoTransform", "IDisposable"], + "fields": [ + { + "typeName": "System.Security.Cryptography.PaddingMode", + "name": "Padding", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "rgbKey", "typeName": "byte[]" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "strTripleDES", "typeName": "string" }, + { "name": "rgbKey", "typeName": "byte[]" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Initialize", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "MACTripleDES", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "System.Security.Cryptography.HashAlgorithm", + "attribute": "", + "interfaces": ["ICryptoTransform", "IDisposable"], + "fields": [ + { + "typeName": "byte[]", + "name": "Key", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "KeyedHashAlgorithm", + "params": [], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "KeyedHashAlgorithm", + "params": [{ "name": "algName", "typeName": "string" }], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "KeyedHashAlgorithm", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "System.Security.Cryptography.HashAlgorithm", + "attribute": "", + "interfaces": ["ICryptoTransform", "IDisposable"], + "fields": [], + "methods": [ + { + "returnTypeName": "MD5", + "params": [], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "MD5", + "params": [{ "name": "algName", "typeName": "string" }], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "MD5", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "System.Security.Cryptography.MD5", + "attribute": "", + "interfaces": ["ICryptoTransform", "IDisposable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Initialize", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "MD5CryptoServiceProvider", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Security.Cryptography.PaddingMode", + "name": "ANSIX923", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Cryptography.PaddingMode", + "name": "ISO10126", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Cryptography.PaddingMode", + "name": "None", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Cryptography.PaddingMode", + "name": "PKCS7", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Cryptography.PaddingMode", + "name": "Zeros", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Security.Cryptography.PaddingMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "PaddingMode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "object", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [], + "methods": [ + { + "returnTypeName": "RandomNumberGenerator", + "params": [], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "RandomNumberGenerator", + "params": [{ "name": "rngName", "typeName": "string" }], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "data", "typeName": "byte[]" }], + "isStatic": false, + "name": "GetBytes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "data", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "GetBytes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "data", "typeName": "byte[]" }], + "isStatic": false, + "name": "GetNonZeroBytes", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "RandomNumberGenerator", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "System.Security.Cryptography.DeriveBytes", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "string", + "name": "HashName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "IterationCount", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "byte[]", + "name": "Salt", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "password", "typeName": "byte[]" }, + { "name": "salt", "typeName": "byte[]" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "password", "typeName": "byte[]" }, + { "name": "salt", "typeName": "byte[]" }, + { + "name": "cspParams", + "typeName": "System.Security.Cryptography.CspParameters" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "password", "typeName": "byte[]" }, + { "name": "salt", "typeName": "byte[]" }, + { "name": "hashName", "typeName": "string" }, + { "name": "iterations", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "password", "typeName": "byte[]" }, + { "name": "salt", "typeName": "byte[]" }, + { "name": "hashName", "typeName": "string" }, + { "name": "iterations", "typeName": "int" }, + { + "name": "cspParams", + "typeName": "System.Security.Cryptography.CspParameters" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "strPassword", "typeName": "string" }, + { "name": "rgbSalt", "typeName": "byte[]" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "strPassword", "typeName": "string" }, + { "name": "rgbSalt", "typeName": "byte[]" }, + { + "name": "cspParams", + "typeName": "System.Security.Cryptography.CspParameters" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "strPassword", "typeName": "string" }, + { "name": "rgbSalt", "typeName": "byte[]" }, + { "name": "strHashName", "typeName": "string" }, + { "name": "iterations", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "strPassword", "typeName": "string" }, + { "name": "rgbSalt", "typeName": "byte[]" }, + { "name": "strHashName", "typeName": "string" }, + { "name": "iterations", "typeName": "int" }, + { + "name": "cspParams", + "typeName": "System.Security.Cryptography.CspParameters" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "algname", "typeName": "string" }, + { "name": "alghashname", "typeName": "string" }, + { "name": "keySize", "typeName": "int" }, + { "name": "rgbIV", "typeName": "byte[]" } + ], + "isStatic": false, + "name": "CryptDeriveKey", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "cb", "typeName": "int" }], + "isStatic": false, + "name": "GetBytes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Reset", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "PasswordDeriveBytes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "System.Security.Cryptography.SymmetricAlgorithm", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "int", + "name": "EffectiveKeySize", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "KeySize", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "RC2", + "params": [], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "RC2", + "params": [{ "name": "AlgName", "typeName": "string" }], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "RC2", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "System.Security.Cryptography.MaskGenerationMethod", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "HashName", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "rgbSeed", "typeName": "byte[]" }, + { "name": "cbReturn", "typeName": "int" } + ], + "isStatic": false, + "name": "GenerateMask", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "PKCS1MaskGenerationMethod", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "System.Security.Cryptography.RC2", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "int", + "name": "EffectiveKeySize", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "UseSalt", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ICryptoTransform", + "params": [ + { "name": "rgbKey", "typeName": "byte[]" }, + { "name": "rgbIV", "typeName": "byte[]" } + ], + "isStatic": false, + "name": "CreateDecryptor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ICryptoTransform", + "params": [ + { "name": "rgbKey", "typeName": "byte[]" }, + { "name": "rgbIV", "typeName": "byte[]" } + ], + "isStatic": false, + "name": "CreateEncryptor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "GenerateIV", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "GenerateKey", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "RC2CryptoServiceProvider", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "System.Security.Cryptography.DeriveBytes", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "int", + "name": "IterationCount", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "byte[]", + "name": "Salt", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "password", "typeName": "byte[]" }, + { "name": "salt", "typeName": "byte[]" }, + { "name": "iterations", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "password", "typeName": "string" }, + { "name": "salt", "typeName": "byte[]" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "password", "typeName": "string" }, + { "name": "salt", "typeName": "byte[]" }, + { "name": "iterations", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "password", "typeName": "string" }, + { "name": "saltSize", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "password", "typeName": "string" }, + { "name": "saltSize", "typeName": "int" }, + { "name": "iterations", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "algname", "typeName": "string" }, + { "name": "alghashname", "typeName": "string" }, + { "name": "keySize", "typeName": "int" }, + { "name": "rgbIV", "typeName": "byte[]" } + ], + "isStatic": false, + "name": "CryptDeriveKey", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "cb", "typeName": "int" }], + "isStatic": false, + "name": "GetBytes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Reset", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "Rfc2898DeriveBytes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "System.Security.Cryptography.SymmetricAlgorithm", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Rijndael", + "params": [], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Rijndael", + "params": [{ "name": "algName", "typeName": "string" }], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "Rijndael", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "object", + "attribute": "", + "interfaces": ["ICryptoTransform", "IDisposable"], + "fields": [ + { + "typeName": "int", + "name": "BlockSizeValue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "CanReuseTransform", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "CanTransformMultipleBlocks", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "InputBlockSize", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "OutputBlockSize", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Clear", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Reset", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "inputBuffer", "typeName": "byte[]" }, + { "name": "inputOffset", "typeName": "int" }, + { "name": "inputCount", "typeName": "int" }, + { "name": "outputBuffer", "typeName": "byte[]" }, + { "name": "outputOffset", "typeName": "int" } + ], + "isStatic": false, + "name": "TransformBlock", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "inputBuffer", "typeName": "byte[]" }, + { "name": "inputOffset", "typeName": "int" }, + { "name": "inputCount", "typeName": "int" } + ], + "isStatic": false, + "name": "TransformFinalBlock", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "RijndaelManagedTransform", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "System.Security.Cryptography.Rijndael", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ICryptoTransform", + "params": [ + { "name": "rgbKey", "typeName": "byte[]" }, + { "name": "rgbIV", "typeName": "byte[]" } + ], + "isStatic": false, + "name": "CreateDecryptor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ICryptoTransform", + "params": [ + { "name": "rgbKey", "typeName": "byte[]" }, + { "name": "rgbIV", "typeName": "byte[]" } + ], + "isStatic": false, + "name": "CreateEncryptor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "GenerateIV", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "GenerateKey", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "RijndaelManaged", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "System.Security.Cryptography.HashAlgorithm", + "attribute": "", + "interfaces": ["ICryptoTransform", "IDisposable"], + "fields": [], + "methods": [ + { + "returnTypeName": "RIPEMD160", + "params": [], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "RIPEMD160", + "params": [{ "name": "hashName", "typeName": "string" }], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "RIPEMD160", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "System.Security.Cryptography.AsymmetricAlgorithm", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "string", + "name": "KeyExchangeAlgorithm", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "SignatureAlgorithm", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "RSA", + "params": [], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "RSA", + "params": [{ "name": "algName", "typeName": "string" }], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "data", "typeName": "byte[]" }, + { + "name": "padding", + "typeName": "System.Security.Cryptography.RSAEncryptionPadding" + } + ], + "isStatic": false, + "name": "Decrypt", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "rgb", "typeName": "byte[]" }], + "isStatic": false, + "name": "DecryptValue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "data", "typeName": "byte[]" }, + { + "name": "padding", + "typeName": "System.Security.Cryptography.RSAEncryptionPadding" + } + ], + "isStatic": false, + "name": "Encrypt", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "rgb", "typeName": "byte[]" }], + "isStatic": false, + "name": "EncryptValue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "RSAParameters", + "params": [ + { "name": "includePrivateParameters", "typeName": "bool" } + ], + "isStatic": false, + "name": "ExportParameters", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "xmlString", "typeName": "string" }], + "isStatic": false, + "name": "FromXmlString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "parameters", + "typeName": "System.Security.Cryptography.RSAParameters" + } + ], + "isStatic": false, + "name": "ImportParameters", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "data", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" }, + { + "name": "hashAlgorithm", + "typeName": "System.Security.Cryptography.HashAlgorithmName" + }, + { + "name": "padding", + "typeName": "System.Security.Cryptography.RSASignaturePadding" + } + ], + "isStatic": false, + "name": "SignData", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "data", "typeName": "byte[]" }, + { + "name": "hashAlgorithm", + "typeName": "System.Security.Cryptography.HashAlgorithmName" + }, + { + "name": "padding", + "typeName": "System.Security.Cryptography.RSASignaturePadding" + } + ], + "isStatic": false, + "name": "SignData", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "data", "typeName": "System.IO.Stream" }, + { + "name": "hashAlgorithm", + "typeName": "System.Security.Cryptography.HashAlgorithmName" + }, + { + "name": "padding", + "typeName": "System.Security.Cryptography.RSASignaturePadding" + } + ], + "isStatic": false, + "name": "SignData", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "hash", "typeName": "byte[]" }, + { + "name": "hashAlgorithm", + "typeName": "System.Security.Cryptography.HashAlgorithmName" + }, + { + "name": "padding", + "typeName": "System.Security.Cryptography.RSASignaturePadding" + } + ], + "isStatic": false, + "name": "SignHash", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "includePrivateParameters", "typeName": "bool" } + ], + "isStatic": false, + "name": "ToXmlString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "data", "typeName": "byte[]" }, + { "name": "signature", "typeName": "byte[]" }, + { + "name": "hashAlgorithm", + "typeName": "System.Security.Cryptography.HashAlgorithmName" + }, + { + "name": "padding", + "typeName": "System.Security.Cryptography.RSASignaturePadding" + } + ], + "isStatic": false, + "name": "VerifyData", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "data", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" }, + { "name": "signature", "typeName": "byte[]" }, + { + "name": "hashAlgorithm", + "typeName": "System.Security.Cryptography.HashAlgorithmName" + }, + { + "name": "padding", + "typeName": "System.Security.Cryptography.RSASignaturePadding" + } + ], + "isStatic": false, + "name": "VerifyData", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "data", "typeName": "System.IO.Stream" }, + { "name": "signature", "typeName": "byte[]" }, + { + "name": "hashAlgorithm", + "typeName": "System.Security.Cryptography.HashAlgorithmName" + }, + { + "name": "padding", + "typeName": "System.Security.Cryptography.RSASignaturePadding" + } + ], + "isStatic": false, + "name": "VerifyData", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "hash", "typeName": "byte[]" }, + { "name": "signature", "typeName": "byte[]" }, + { + "name": "hashAlgorithm", + "typeName": "System.Security.Cryptography.HashAlgorithmName" + }, + { + "name": "padding", + "typeName": "System.Security.Cryptography.RSASignaturePadding" + } + ], + "isStatic": false, + "name": "VerifyHash", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "RSA", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "System.Security.Cryptography.RIPEMD160", + "attribute": "", + "interfaces": ["ICryptoTransform", "IDisposable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Initialize", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "RIPEMD160Managed", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "System.Security.Cryptography.RSA", + "attribute": "", + "interfaces": ["IDisposable", "ICspAsymmetricAlgorithm"], + "fields": [ + { + "typeName": "System.Security.Cryptography.CspKeyContainerInfo", + "name": "CspKeyContainerInfo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "KeyExchangeAlgorithm", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "KeySize", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "PersistKeyInCsp", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "PublicOnly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "SignatureAlgorithm", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "UseMachineKeyStore", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "dwKeySize", "typeName": "int" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "dwKeySize", "typeName": "int" }, + { + "name": "parameters", + "typeName": "System.Security.Cryptography.CspParameters" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "parameters", + "typeName": "System.Security.Cryptography.CspParameters" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "rgb", "typeName": "byte[]" }, + { "name": "fOAEP", "typeName": "bool" } + ], + "isStatic": false, + "name": "Decrypt", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "data", "typeName": "byte[]" }, + { + "name": "padding", + "typeName": "System.Security.Cryptography.RSAEncryptionPadding" + } + ], + "isStatic": false, + "name": "Decrypt", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "rgb", "typeName": "byte[]" }], + "isStatic": false, + "name": "DecryptValue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "rgb", "typeName": "byte[]" }, + { "name": "fOAEP", "typeName": "bool" } + ], + "isStatic": false, + "name": "Encrypt", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "data", "typeName": "byte[]" }, + { + "name": "padding", + "typeName": "System.Security.Cryptography.RSAEncryptionPadding" + } + ], + "isStatic": false, + "name": "Encrypt", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "rgb", "typeName": "byte[]" }], + "isStatic": false, + "name": "EncryptValue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "includePrivateParameters", "typeName": "bool" } + ], + "isStatic": false, + "name": "ExportCspBlob", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "RSAParameters", + "params": [ + { "name": "includePrivateParameters", "typeName": "bool" } + ], + "isStatic": false, + "name": "ExportParameters", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "keyBlob", "typeName": "byte[]" }], + "isStatic": false, + "name": "ImportCspBlob", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "parameters", + "typeName": "System.Security.Cryptography.RSAParameters" + } + ], + "isStatic": false, + "name": "ImportParameters", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" }, + { "name": "halg", "typeName": "object" } + ], + "isStatic": false, + "name": "SignData", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "halg", "typeName": "object" } + ], + "isStatic": false, + "name": "SignData", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "inputStream", "typeName": "System.IO.Stream" }, + { "name": "halg", "typeName": "object" } + ], + "isStatic": false, + "name": "SignData", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "hash", "typeName": "byte[]" }, + { + "name": "hashAlgorithm", + "typeName": "System.Security.Cryptography.HashAlgorithmName" + }, + { + "name": "padding", + "typeName": "System.Security.Cryptography.RSASignaturePadding" + } + ], + "isStatic": false, + "name": "SignHash", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "rgbHash", "typeName": "byte[]" }, + { "name": "str", "typeName": "string" } + ], + "isStatic": false, + "name": "SignHash", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "buffer", "typeName": "byte[]" }, + { "name": "halg", "typeName": "object" }, + { "name": "signature", "typeName": "byte[]" } + ], + "isStatic": false, + "name": "VerifyData", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "hash", "typeName": "byte[]" }, + { "name": "signature", "typeName": "byte[]" }, + { + "name": "hashAlgorithm", + "typeName": "System.Security.Cryptography.HashAlgorithmName" + }, + { + "name": "padding", + "typeName": "System.Security.Cryptography.RSASignaturePadding" + } + ], + "isStatic": false, + "name": "VerifyHash", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "rgbHash", "typeName": "byte[]" }, + { "name": "str", "typeName": "string" }, + { "name": "rgbSignature", "typeName": "byte[]" } + ], + "isStatic": false, + "name": "VerifyHash", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "RSACryptoServiceProvider", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "System.Security.Cryptography.RandomNumberGenerator", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "rgb", "typeName": "byte[]" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "cspParams", + "typeName": "System.Security.Cryptography.CspParameters" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "str", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "data", "typeName": "byte[]" }], + "isStatic": false, + "name": "GetBytes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "data", "typeName": "byte[]" }], + "isStatic": false, + "name": "GetNonZeroBytes", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "RNGCryptoServiceProvider", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "object", + "attribute": "", + "interfaces": ["IEquatable"], + "fields": [ + { + "typeName": "System.Security.Cryptography.RSAEncryptionPaddingMode", + "name": "Mode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Cryptography.HashAlgorithmName", + "name": "OaepHashAlgorithm", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Cryptography.RSAEncryptionPadding", + "name": "OaepSHA1", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Cryptography.RSAEncryptionPadding", + "name": "OaepSHA256", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Cryptography.RSAEncryptionPadding", + "name": "OaepSHA384", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Cryptography.RSAEncryptionPadding", + "name": "OaepSHA512", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Cryptography.RSAEncryptionPadding", + "name": "Pkcs1", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "RSAEncryptionPadding", + "params": [ + { + "name": "hashAlgorithm", + "typeName": "System.Security.Cryptography.HashAlgorithmName" + } + ], + "isStatic": true, + "name": "CreateOaep", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "other", + "typeName": "System.Security.Cryptography.RSAEncryptionPadding" + } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "left", + "typeName": "System.Security.Cryptography.RSAEncryptionPadding" + }, + { + "name": "right", + "typeName": "System.Security.Cryptography.RSAEncryptionPadding" + } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "left", + "typeName": "System.Security.Cryptography.RSAEncryptionPadding" + }, + { + "name": "right", + "typeName": "System.Security.Cryptography.RSAEncryptionPadding" + } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "RSAEncryptionPadding", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Security.Cryptography.RSAEncryptionPaddingMode", + "name": "Oaep", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Cryptography.RSAEncryptionPaddingMode", + "name": "Pkcs1", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Security.Cryptography.RSAEncryptionPaddingMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "RSAEncryptionPaddingMode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "System.Security.Cryptography.AsymmetricKeyExchangeDeformatter", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "Parameters", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "key", + "typeName": "System.Security.Cryptography.AsymmetricAlgorithm" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "rgbData", "typeName": "byte[]" }], + "isStatic": false, + "name": "DecryptKeyExchange", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "key", + "typeName": "System.Security.Cryptography.AsymmetricAlgorithm" + } + ], + "isStatic": false, + "name": "SetKey", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "RSAOAEPKeyExchangeDeformatter", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "System.Security.Cryptography.AsymmetricKeyExchangeFormatter", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "byte[]", + "name": "Parameter", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Parameters", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Cryptography.RandomNumberGenerator", + "name": "Rng", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "key", + "typeName": "System.Security.Cryptography.AsymmetricAlgorithm" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "rgbData", "typeName": "byte[]" }], + "isStatic": false, + "name": "CreateKeyExchange", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "rgbData", "typeName": "byte[]" }, + { "name": "symAlgType", "typeName": "System.Type" } + ], + "isStatic": false, + "name": "CreateKeyExchange", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "key", + "typeName": "System.Security.Cryptography.AsymmetricAlgorithm" + } + ], + "isStatic": false, + "name": "SetKey", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "RSAOAEPKeyExchangeFormatter", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "byte[]", + "name": "D", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "byte[]", + "name": "DP", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "byte[]", + "name": "DQ", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "byte[]", + "name": "Exponent", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "byte[]", + "name": "InverseQ", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "byte[]", + "name": "Modulus", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "byte[]", + "name": "P", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "byte[]", + "name": "Q", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "RSAParameters", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "System.Security.Cryptography.AsymmetricKeyExchangeDeformatter", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "Parameters", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Cryptography.RandomNumberGenerator", + "name": "RNG", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "key", + "typeName": "System.Security.Cryptography.AsymmetricAlgorithm" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "rgbIn", "typeName": "byte[]" }], + "isStatic": false, + "name": "DecryptKeyExchange", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "key", + "typeName": "System.Security.Cryptography.AsymmetricAlgorithm" + } + ], + "isStatic": false, + "name": "SetKey", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "RSAPKCS1KeyExchangeDeformatter", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "System.Security.Cryptography.AsymmetricKeyExchangeFormatter", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "Parameters", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Cryptography.RandomNumberGenerator", + "name": "Rng", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "key", + "typeName": "System.Security.Cryptography.AsymmetricAlgorithm" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "rgbData", "typeName": "byte[]" }], + "isStatic": false, + "name": "CreateKeyExchange", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "rgbData", "typeName": "byte[]" }, + { "name": "symAlgType", "typeName": "System.Type" } + ], + "isStatic": false, + "name": "CreateKeyExchange", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "key", + "typeName": "System.Security.Cryptography.AsymmetricAlgorithm" + } + ], + "isStatic": false, + "name": "SetKey", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "RSAPKCS1KeyExchangeFormatter", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "System.Security.Cryptography.AsymmetricSignatureDeformatter", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "key", + "typeName": "System.Security.Cryptography.AsymmetricAlgorithm" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "strName", "typeName": "string" }], + "isStatic": false, + "name": "SetHashAlgorithm", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "key", + "typeName": "System.Security.Cryptography.AsymmetricAlgorithm" + } + ], + "isStatic": false, + "name": "SetKey", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "rgbHash", "typeName": "byte[]" }, + { "name": "rgbSignature", "typeName": "byte[]" } + ], + "isStatic": false, + "name": "VerifySignature", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "RSAPKCS1SignatureDeformatter", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "System.Security.Cryptography.AsymmetricSignatureFormatter", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "key", + "typeName": "System.Security.Cryptography.AsymmetricAlgorithm" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "rgbHash", "typeName": "byte[]" }], + "isStatic": false, + "name": "CreateSignature", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "strName", "typeName": "string" }], + "isStatic": false, + "name": "SetHashAlgorithm", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "key", + "typeName": "System.Security.Cryptography.AsymmetricAlgorithm" + } + ], + "isStatic": false, + "name": "SetKey", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "RSAPKCS1SignatureFormatter", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "object", + "attribute": "", + "interfaces": ["IEquatable"], + "fields": [ + { + "typeName": "System.Security.Cryptography.RSASignaturePaddingMode", + "name": "Mode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Cryptography.RSASignaturePadding", + "name": "Pkcs1", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Cryptography.RSASignaturePadding", + "name": "Pss", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "other", + "typeName": "System.Security.Cryptography.RSASignaturePadding" + } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "left", + "typeName": "System.Security.Cryptography.RSASignaturePadding" + }, + { + "name": "right", + "typeName": "System.Security.Cryptography.RSASignaturePadding" + } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "left", + "typeName": "System.Security.Cryptography.RSASignaturePadding" + }, + { + "name": "right", + "typeName": "System.Security.Cryptography.RSASignaturePadding" + } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "RSASignaturePadding", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Security.Cryptography.RSASignaturePaddingMode", + "name": "Pkcs1", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Cryptography.RSASignaturePaddingMode", + "name": "Pss", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Security.Cryptography.RSASignaturePaddingMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "RSASignaturePaddingMode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "System.Security.Cryptography.HashAlgorithm", + "attribute": "", + "interfaces": ["ICryptoTransform", "IDisposable"], + "fields": [], + "methods": [ + { + "returnTypeName": "SHA1", + "params": [], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SHA1", + "params": [{ "name": "hashName", "typeName": "string" }], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "SHA1", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "System.Security.Cryptography.SHA1", + "attribute": "", + "interfaces": ["ICryptoTransform", "IDisposable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Initialize", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "SHA1CryptoServiceProvider", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "System.Security.Cryptography.HashAlgorithm", + "attribute": "", + "interfaces": ["ICryptoTransform", "IDisposable"], + "fields": [], + "methods": [ + { + "returnTypeName": "SHA512", + "params": [], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SHA512", + "params": [{ "name": "hashName", "typeName": "string" }], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "SHA512", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "System.Security.Cryptography.SHA1", + "attribute": "", + "interfaces": ["ICryptoTransform", "IDisposable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Initialize", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "SHA1Managed", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "System.Security.Cryptography.SHA512", + "attribute": "", + "interfaces": ["ICryptoTransform", "IDisposable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Initialize", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "SHA512Managed", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "System.Security.Cryptography.HashAlgorithm", + "attribute": "", + "interfaces": ["ICryptoTransform", "IDisposable"], + "fields": [], + "methods": [ + { + "returnTypeName": "SHA256", + "params": [], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SHA256", + "params": [{ "name": "hashName", "typeName": "string" }], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "SHA256", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "DeformatterAlgorithm", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "DigestAlgorithm", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "FormatterAlgorithm", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "KeyAlgorithm", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "el", "typeName": "System.Security.SecurityElement" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "AsymmetricSignatureDeformatter", + "params": [ + { + "name": "key", + "typeName": "System.Security.Cryptography.AsymmetricAlgorithm" + } + ], + "isStatic": false, + "name": "CreateDeformatter", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "HashAlgorithm", + "params": [], + "isStatic": false, + "name": "CreateDigest", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "AsymmetricSignatureFormatter", + "params": [ + { + "name": "key", + "typeName": "System.Security.Cryptography.AsymmetricAlgorithm" + } + ], + "isStatic": false, + "name": "CreateFormatter", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "SignatureDescription", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "System.Security.Cryptography.SHA256", + "attribute": "", + "interfaces": ["ICryptoTransform", "IDisposable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Initialize", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "SHA256Managed", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "object", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "int", + "name": "BlockSize", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "FeedbackSize", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "byte[]", + "name": "IV", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "byte[]", + "name": "Key", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "KeySize", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Cryptography.KeySizes[]", + "name": "LegalBlockSizes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Cryptography.KeySizes[]", + "name": "LegalKeySizes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Cryptography.CipherMode", + "name": "Mode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Cryptography.PaddingMode", + "name": "Padding", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Clear", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SymmetricAlgorithm", + "params": [], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SymmetricAlgorithm", + "params": [{ "name": "algName", "typeName": "string" }], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ICryptoTransform", + "params": [], + "isStatic": false, + "name": "CreateDecryptor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ICryptoTransform", + "params": [ + { "name": "rgbKey", "typeName": "byte[]" }, + { "name": "rgbIV", "typeName": "byte[]" } + ], + "isStatic": false, + "name": "CreateDecryptor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ICryptoTransform", + "params": [], + "isStatic": false, + "name": "CreateEncryptor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ICryptoTransform", + "params": [ + { "name": "rgbKey", "typeName": "byte[]" }, + { "name": "rgbIV", "typeName": "byte[]" } + ], + "isStatic": false, + "name": "CreateEncryptor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "GenerateIV", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "GenerateKey", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "bitLength", "typeName": "int" }], + "isStatic": false, + "name": "ValidKeySize", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "SymmetricAlgorithm", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "object", + "attribute": "", + "interfaces": ["ICryptoTransform", "IDisposable"], + "fields": [ + { + "typeName": "bool", + "name": "CanReuseTransform", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "CanTransformMultipleBlocks", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "InputBlockSize", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "OutputBlockSize", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Clear", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "inputBuffer", "typeName": "byte[]" }, + { "name": "inputOffset", "typeName": "int" }, + { "name": "inputCount", "typeName": "int" }, + { "name": "outputBuffer", "typeName": "byte[]" }, + { "name": "outputOffset", "typeName": "int" } + ], + "isStatic": false, + "name": "TransformBlock", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "inputBuffer", "typeName": "byte[]" }, + { "name": "inputOffset", "typeName": "int" }, + { "name": "inputCount", "typeName": "int" } + ], + "isStatic": false, + "name": "TransformFinalBlock", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ToBase64Transform", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "System.Security.Cryptography.HashAlgorithm", + "attribute": "", + "interfaces": ["ICryptoTransform", "IDisposable"], + "fields": [], + "methods": [ + { + "returnTypeName": "SHA384", + "params": [], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SHA384", + "params": [{ "name": "hashName", "typeName": "string" }], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "SHA384", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "System.Security.Cryptography.SymmetricAlgorithm", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "byte[]", + "name": "Key", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "TripleDES", + "params": [], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "TripleDES", + "params": [{ "name": "str", "typeName": "string" }], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "rgbKey", "typeName": "byte[]" }], + "isStatic": true, + "name": "IsWeakKey", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "TripleDES", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "System.Security.Cryptography.SHA384", + "attribute": "", + "interfaces": ["ICryptoTransform", "IDisposable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Initialize", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "SHA384Managed", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "System.Security.Cryptography.TripleDES", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ICryptoTransform", + "params": [ + { "name": "rgbKey", "typeName": "byte[]" }, + { "name": "rgbIV", "typeName": "byte[]" } + ], + "isStatic": false, + "name": "CreateDecryptor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ICryptoTransform", + "params": [ + { "name": "rgbKey", "typeName": "byte[]" }, + { "name": "rgbIV", "typeName": "byte[]" } + ], + "isStatic": false, + "name": "CreateEncryptor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "GenerateIV", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "GenerateKey", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "TripleDESCryptoServiceProvider", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "System.Security.Cryptography.Aes", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "byte[]", + "name": "Key", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "int", + "name": "KeySize", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "keyName", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "keyName", "typeName": "string" }, + { + "name": "provider", + "typeName": "System.Security.Cryptography.CngProvider" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "keyName", "typeName": "string" }, + { + "name": "provider", + "typeName": "System.Security.Cryptography.CngProvider" + }, + { + "name": "openOptions", + "typeName": "System.Security.Cryptography.CngKeyOpenOptions" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ICryptoTransform", + "params": [], + "isStatic": false, + "name": "CreateDecryptor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ICryptoTransform", + "params": [ + { "name": "rgbKey", "typeName": "byte[]" }, + { "name": "rgbIV", "typeName": "byte[]" } + ], + "isStatic": false, + "name": "CreateDecryptor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ICryptoTransform", + "params": [], + "isStatic": false, + "name": "CreateEncryptor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ICryptoTransform", + "params": [ + { "name": "rgbKey", "typeName": "byte[]" }, + { "name": "rgbIV", "typeName": "byte[]" } + ], + "isStatic": false, + "name": "CreateEncryptor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "GenerateIV", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "GenerateKey", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "AesCng", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "System.Security.Cryptography.Aes", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "byte[]", + "name": "Key", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "int", + "name": "KeySize", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ICryptoTransform", + "params": [], + "isStatic": false, + "name": "CreateDecryptor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ICryptoTransform", + "params": [ + { "name": "key", "typeName": "byte[]" }, + { "name": "iv", "typeName": "byte[]" } + ], + "isStatic": false, + "name": "CreateDecryptor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ICryptoTransform", + "params": [], + "isStatic": false, + "name": "CreateEncryptor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ICryptoTransform", + "params": [ + { "name": "key", "typeName": "byte[]" }, + { "name": "iv", "typeName": "byte[]" } + ], + "isStatic": false, + "name": "CreateEncryptor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "GenerateIV", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "GenerateKey", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "AesCryptoServiceProvider", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "System.Security.Cryptography.Aes", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "int", + "name": "FeedbackSize", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "byte[]", + "name": "IV", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "byte[]", + "name": "Key", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "int", + "name": "KeySize", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.CipherMode", + "name": "Mode", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.PaddingMode", + "name": "Padding", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ICryptoTransform", + "params": [], + "isStatic": false, + "name": "CreateDecryptor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ICryptoTransform", + "params": [ + { "name": "key", "typeName": "byte[]" }, + { "name": "iv", "typeName": "byte[]" } + ], + "isStatic": false, + "name": "CreateDecryptor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ICryptoTransform", + "params": [], + "isStatic": false, + "name": "CreateEncryptor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ICryptoTransform", + "params": [ + { "name": "key", "typeName": "byte[]" }, + { "name": "iv", "typeName": "byte[]" } + ], + "isStatic": false, + "name": "CreateEncryptor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "GenerateIV", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "GenerateKey", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "AesManaged", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "object", + "attribute": "", + "interfaces": ["IEquatable"], + "fields": [ + { + "typeName": "string", + "name": "Algorithm", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.CngAlgorithm", + "name": "ECDiffieHellman", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.CngAlgorithm", + "name": "ECDiffieHellmanP256", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.CngAlgorithm", + "name": "ECDiffieHellmanP384", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.CngAlgorithm", + "name": "ECDiffieHellmanP521", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.CngAlgorithm", + "name": "ECDsa", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.CngAlgorithm", + "name": "ECDsaP256", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.CngAlgorithm", + "name": "ECDsaP384", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.CngAlgorithm", + "name": "ECDsaP521", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.CngAlgorithm", + "name": "MD5", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.CngAlgorithm", + "name": "Rsa", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.CngAlgorithm", + "name": "Sha1", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.CngAlgorithm", + "name": "Sha256", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.CngAlgorithm", + "name": "Sha384", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.CngAlgorithm", + "name": "Sha512", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "algorithm", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "other", + "typeName": "System.Security.Cryptography.CngAlgorithm" + } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "left", + "typeName": "System.Security.Cryptography.CngAlgorithm" + }, + { + "name": "right", + "typeName": "System.Security.Cryptography.CngAlgorithm" + } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "left", + "typeName": "System.Security.Cryptography.CngAlgorithm" + }, + { + "name": "right", + "typeName": "System.Security.Cryptography.CngAlgorithm" + } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "CngAlgorithm", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "object", + "attribute": "", + "interfaces": ["IEquatable"], + "fields": [ + { + "typeName": "string", + "name": "AlgorithmGroup", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.CngAlgorithmGroup", + "name": "DiffieHellman", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.CngAlgorithmGroup", + "name": "Dsa", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.CngAlgorithmGroup", + "name": "ECDiffieHellman", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.CngAlgorithmGroup", + "name": "ECDsa", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.CngAlgorithmGroup", + "name": "Rsa", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "algorithmGroup", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "other", + "typeName": "System.Security.Cryptography.CngAlgorithmGroup" + } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "left", + "typeName": "System.Security.Cryptography.CngAlgorithmGroup" + }, + { + "name": "right", + "typeName": "System.Security.Cryptography.CngAlgorithmGroup" + } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "left", + "typeName": "System.Security.Cryptography.CngAlgorithmGroup" + }, + { + "name": "right", + "typeName": "System.Security.Cryptography.CngAlgorithmGroup" + } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "CngAlgorithmGroup", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Security.Cryptography.CngExportPolicies", + "name": "AllowArchiving", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.CngExportPolicies", + "name": "AllowExport", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.CngExportPolicies", + "name": "AllowPlaintextArchiving", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.CngExportPolicies", + "name": "AllowPlaintextExport", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.CngExportPolicies", + "name": "None", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Security.Cryptography.CngExportPolicies", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "CngExportPolicies", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Security.Cryptography.CngExportPolicies?", + "name": "ExportPolicy", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.CngKeyCreationOptions", + "name": "KeyCreationOptions", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.CngKeyUsages?", + "name": "KeyUsage", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.CngPropertyCollection", + "name": "Parameters", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.IntPtr", + "name": "ParentWindowHandle", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.CngProvider", + "name": "Provider", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.CngUIPolicy", + "name": "UIPolicy", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "CngKeyCreationParameters", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "object", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "System.Security.Cryptography.CngAlgorithm", + "name": "Algorithm", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.CngAlgorithmGroup", + "name": "AlgorithmGroup", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.CngExportPolicies", + "name": "ExportPolicy", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "Microsoft.Win32.SafeHandles.SafeNCryptKeyHandle", + "name": "Handle", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "bool", + "name": "IsEphemeral", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "bool", + "name": "IsMachineKey", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "string", + "name": "KeyName", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "int", + "name": "KeySize", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.CngKeyUsages", + "name": "KeyUsage", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.IntPtr", + "name": "ParentWindowHandle", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.CngProvider", + "name": "Provider", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "Microsoft.Win32.SafeHandles.SafeNCryptProviderHandle", + "name": "ProviderHandle", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.CngUIPolicy", + "name": "UIPolicy", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "string", + "name": "UniqueName", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "CngKey", + "params": [ + { + "name": "algorithm", + "typeName": "System.Security.Cryptography.CngAlgorithm" + } + ], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "CngKey", + "params": [ + { + "name": "algorithm", + "typeName": "System.Security.Cryptography.CngAlgorithm" + }, + { "name": "keyName", "typeName": "string" } + ], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "CngKey", + "params": [ + { + "name": "algorithm", + "typeName": "System.Security.Cryptography.CngAlgorithm" + }, + { "name": "keyName", "typeName": "string" }, + { + "name": "creationParameters", + "typeName": "System.Security.Cryptography.CngKeyCreationParameters" + } + ], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Delete", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "keyName", "typeName": "string" }], + "isStatic": true, + "name": "Exists", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "keyName", "typeName": "string" }, + { + "name": "provider", + "typeName": "System.Security.Cryptography.CngProvider" + } + ], + "isStatic": true, + "name": "Exists", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "keyName", "typeName": "string" }, + { + "name": "provider", + "typeName": "System.Security.Cryptography.CngProvider" + }, + { + "name": "options", + "typeName": "System.Security.Cryptography.CngKeyOpenOptions" + } + ], + "isStatic": true, + "name": "Exists", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "", + "params": [ + { + "name": "format", + "typeName": "System.Security.Cryptography.CngKeyBlobFormat" + } + ], + "isStatic": false, + "name": "Export", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "CngProperty", + "params": [ + { "name": "name", "typeName": "string" }, + { + "name": "options", + "typeName": "System.Security.Cryptography.CngPropertyOptions" + } + ], + "isStatic": false, + "name": "GetProperty", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "name", "typeName": "string" }, + { + "name": "options", + "typeName": "System.Security.Cryptography.CngPropertyOptions" + } + ], + "isStatic": false, + "name": "HasProperty", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "CngKey", + "params": [ + { "name": "keyBlob", "typeName": "byte[]" }, + { + "name": "format", + "typeName": "System.Security.Cryptography.CngKeyBlobFormat" + } + ], + "isStatic": true, + "name": "Import", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "CngKey", + "params": [ + { "name": "keyBlob", "typeName": "byte[]" }, + { + "name": "format", + "typeName": "System.Security.Cryptography.CngKeyBlobFormat" + }, + { + "name": "provider", + "typeName": "System.Security.Cryptography.CngProvider" + } + ], + "isStatic": true, + "name": "Import", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "CngKey", + "params": [ + { + "name": "keyHandle", + "typeName": "Microsoft.Win32.SafeHandles.SafeNCryptKeyHandle" + }, + { + "name": "keyHandleOpenOptions", + "typeName": "System.Security.Cryptography.CngKeyHandleOpenOptions" + } + ], + "isStatic": true, + "name": "Open", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "CngKey", + "params": [{ "name": "keyName", "typeName": "string" }], + "isStatic": true, + "name": "Open", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "CngKey", + "params": [ + { "name": "keyName", "typeName": "string" }, + { + "name": "provider", + "typeName": "System.Security.Cryptography.CngProvider" + } + ], + "isStatic": true, + "name": "Open", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "CngKey", + "params": [ + { "name": "keyName", "typeName": "string" }, + { + "name": "provider", + "typeName": "System.Security.Cryptography.CngProvider" + }, + { + "name": "openOptions", + "typeName": "System.Security.Cryptography.CngKeyOpenOptions" + } + ], + "isStatic": true, + "name": "Open", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "property", + "typeName": "System.Security.Cryptography.CngProperty" + } + ], + "isStatic": false, + "name": "SetProperty", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "CngKey", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "object", + "attribute": "", + "interfaces": ["IEquatable"], + "fields": [ + { + "typeName": "System.Security.Cryptography.CngKeyBlobFormat", + "name": "EccFullPrivateBlob", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.CngKeyBlobFormat", + "name": "EccFullPublicBlob", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.CngKeyBlobFormat", + "name": "EccPrivateBlob", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.CngKeyBlobFormat", + "name": "EccPublicBlob", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "string", + "name": "Format", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.CngKeyBlobFormat", + "name": "GenericPrivateBlob", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.CngKeyBlobFormat", + "name": "GenericPublicBlob", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.CngKeyBlobFormat", + "name": "OpaqueTransportBlob", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.CngKeyBlobFormat", + "name": "Pkcs8PrivateBlob", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "format", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "other", + "typeName": "System.Security.Cryptography.CngKeyBlobFormat" + } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "left", + "typeName": "System.Security.Cryptography.CngKeyBlobFormat" + }, + { + "name": "right", + "typeName": "System.Security.Cryptography.CngKeyBlobFormat" + } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "left", + "typeName": "System.Security.Cryptography.CngKeyBlobFormat" + }, + { + "name": "right", + "typeName": "System.Security.Cryptography.CngKeyBlobFormat" + } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "CngKeyBlobFormat", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Security.Cryptography.CngKeyCreationOptions", + "name": "MachineKey", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.CngKeyCreationOptions", + "name": "None", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.CngKeyCreationOptions", + "name": "OverwriteExistingKey", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Security.Cryptography.CngKeyCreationOptions", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "CngKeyCreationOptions", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Security.Cryptography.CngKeyHandleOpenOptions", + "name": "EphemeralKey", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.CngKeyHandleOpenOptions", + "name": "None", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Security.Cryptography.CngKeyHandleOpenOptions", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "CngKeyHandleOpenOptions", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Security.Cryptography.CngKeyOpenOptions", + "name": "MachineKey", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.CngKeyOpenOptions", + "name": "None", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.CngKeyOpenOptions", + "name": "Silent", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.CngKeyOpenOptions", + "name": "UserKey", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Security.Cryptography.CngKeyOpenOptions", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "CngKeyOpenOptions", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Security.Cryptography.CngKeyUsages", + "name": "AllUsages", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.CngKeyUsages", + "name": "Decryption", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.CngKeyUsages", + "name": "KeyAgreement", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.CngKeyUsages", + "name": "None", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.CngKeyUsages", + "name": "Signing", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Security.Cryptography.CngKeyUsages", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "CngKeyUsages", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IEquatable"], + "fields": [ + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.CngPropertyOptions", + "name": "Options", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "value", "typeName": "byte[]" }, + { + "name": "options", + "typeName": "System.Security.Cryptography.CngPropertyOptions" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "other", + "typeName": "System.Security.Cryptography.CngProperty" + } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetValue", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "left", + "typeName": "System.Security.Cryptography.CngProperty" + }, + { + "name": "right", + "typeName": "System.Security.Cryptography.CngProperty" + } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "left", + "typeName": "System.Security.Cryptography.CngProperty" + }, + { + "name": "right", + "typeName": "System.Security.Cryptography.CngProperty" + } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "CngProperty", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "System.Collections.ObjectModel.Collection", + "attribute": "", + "interfaces": [ + "IList", + "ICollection", + "IReadOnlyList", + "IReadOnlyCollection", + "IEnumerable", + "IList", + "ICollection", + "IEnumerable" + ], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "CngPropertyCollection", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Security.Cryptography.CngPropertyOptions", + "name": "CustomProperty", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.CngPropertyOptions", + "name": "None", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.CngPropertyOptions", + "name": "Persist", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Security.Cryptography.CngPropertyOptions", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "CngPropertyOptions", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "byte[]", + "name": "A", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "byte[]", + "name": "B", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "byte[]", + "name": "Cofactor", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.ECCurve.ECCurveType", + "name": "CurveType", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.ECPoint", + "name": "G", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.HashAlgorithmName?", + "name": "Hash", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "byte[]", + "name": "Order", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "byte[]", + "name": "Polynomial", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "byte[]", + "name": "Prime", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "byte[]", + "name": "Seed", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "bool", + "name": "IsCharacteristic2", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "bool", + "name": "IsExplicit", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "bool", + "name": "IsNamed", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "bool", + "name": "IsPrime", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.Oid", + "name": "Oid", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ECCurve", + "params": [{ "name": "oidFriendlyName", "typeName": "string" }], + "isStatic": true, + "name": "CreateFromFriendlyName", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ECCurve", + "params": [ + { + "name": "curveOid", + "typeName": "System.Security.Cryptography.Oid" + } + ], + "isStatic": true, + "name": "CreateFromOid", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ECCurve", + "params": [{ "name": "oidValue", "typeName": "string" }], + "isStatic": true, + "name": "CreateFromValue", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Validate", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "ECCurve", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "object", + "attribute": "", + "interfaces": ["IEquatable"], + "fields": [ + { + "typeName": "System.Security.Cryptography.CngProvider", + "name": "MicrosoftSmartCardKeyStorageProvider", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.CngProvider", + "name": "MicrosoftSoftwareKeyStorageProvider", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "string", + "name": "Provider", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "provider", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "other", + "typeName": "System.Security.Cryptography.CngProvider" + } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "left", + "typeName": "System.Security.Cryptography.CngProvider" + }, + { + "name": "right", + "typeName": "System.Security.Cryptography.CngProvider" + } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "left", + "typeName": "System.Security.Cryptography.CngProvider" + }, + { + "name": "right", + "typeName": "System.Security.Cryptography.CngProvider" + } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "CngProvider", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "CreationTitle", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "string", + "name": "Description", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "string", + "name": "FriendlyName", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.CngUIProtectionLevels", + "name": "ProtectionLevel", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "string", + "name": "UseContext", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "protectionLevel", + "typeName": "System.Security.Cryptography.CngUIProtectionLevels" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "protectionLevel", + "typeName": "System.Security.Cryptography.CngUIProtectionLevels" + }, + { "name": "friendlyName", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "protectionLevel", + "typeName": "System.Security.Cryptography.CngUIProtectionLevels" + }, + { "name": "friendlyName", "typeName": "string" }, + { "name": "description", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "protectionLevel", + "typeName": "System.Security.Cryptography.CngUIProtectionLevels" + }, + { "name": "friendlyName", "typeName": "string" }, + { "name": "description", "typeName": "string" }, + { "name": "useContext", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "protectionLevel", + "typeName": "System.Security.Cryptography.CngUIProtectionLevels" + }, + { "name": "friendlyName", "typeName": "string" }, + { "name": "description", "typeName": "string" }, + { "name": "useContext", "typeName": "string" }, + { "name": "creationTitle", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "CngUIPolicy", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Security.Cryptography.CngUIProtectionLevels", + "name": "ForceHighProtection", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.CngUIProtectionLevels", + "name": "None", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.CngUIProtectionLevels", + "name": "ProtectKey", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Security.Cryptography.CngUIProtectionLevels", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "CngUIProtectionLevels", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "System.Security.Cryptography.DSA", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "System.Security.Cryptography.CngKey", + "name": "Key", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "string", + "name": "KeyExchangeAlgorithm", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.KeySizes[]", + "name": "LegalKeySizes", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "string", + "name": "SignatureAlgorithm", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "keySize", "typeName": "int" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "key", "typeName": "System.Security.Cryptography.CngKey" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "rgbHash", "typeName": "byte[]" }], + "isStatic": false, + "name": "CreateSignature", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "DSAParameters", + "params": [ + { "name": "includePrivateParameters", "typeName": "bool" } + ], + "isStatic": false, + "name": "ExportParameters", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "parameters", + "typeName": "System.Security.Cryptography.DSAParameters" + } + ], + "isStatic": false, + "name": "ImportParameters", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "rgbHash", "typeName": "byte[]" }, + { "name": "rgbSignature", "typeName": "byte[]" } + ], + "isStatic": false, + "name": "VerifySignature", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "DSACng", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Security.Cryptography.ECCurve.ECCurveType", + "name": "Characteristic2", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.ECCurve.ECCurveType", + "name": "Implicit", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.ECCurve.ECCurveType", + "name": "Named", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.ECCurve.ECCurveType", + "name": "PrimeMontgomery", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.ECCurve.ECCurveType", + "name": "PrimeShortWeierstrass", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.ECCurve.ECCurveType", + "name": "PrimeTwistedEdwards", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Security.Cryptography.ECCurve.ECCurveType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "ECCurveType", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Security.Cryptography.ECCurve", + "name": "brainpoolP160r1", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.ECCurve", + "name": "brainpoolP160t1", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.ECCurve", + "name": "brainpoolP192r1", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.ECCurve", + "name": "brainpoolP192t1", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.ECCurve", + "name": "brainpoolP224r1", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.ECCurve", + "name": "brainpoolP224t1", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.ECCurve", + "name": "brainpoolP256r1", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.ECCurve", + "name": "brainpoolP256t1", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.ECCurve", + "name": "brainpoolP320r1", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.ECCurve", + "name": "brainpoolP320t1", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.ECCurve", + "name": "brainpoolP384r1", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.ECCurve", + "name": "brainpoolP384t1", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.ECCurve", + "name": "brainpoolP512r1", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.ECCurve", + "name": "brainpoolP512t1", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.ECCurve", + "name": "nistP256", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.ECCurve", + "name": "nistP384", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.ECCurve", + "name": "nistP521", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [], + "name": "NamedCurves", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "System.Security.Cryptography.AsymmetricAlgorithm", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "string", + "name": "KeyExchangeAlgorithm", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.ECDiffieHellmanPublicKey", + "name": "PublicKey", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "string", + "name": "SignatureAlgorithm", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "ECDiffieHellman", + "params": [], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ECDiffieHellman", + "params": [ + { + "name": "curve", + "typeName": "System.Security.Cryptography.ECCurve" + } + ], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ECDiffieHellman", + "params": [ + { + "name": "parameters", + "typeName": "System.Security.Cryptography.ECParameters" + } + ], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ECDiffieHellman", + "params": [{ "name": "algorithm", "typeName": "string" }], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "", + "params": [ + { + "name": "otherPartyPublicKey", + "typeName": "System.Security.Cryptography.ECDiffieHellmanPublicKey" + }, + { + "name": "hashAlgorithm", + "typeName": "System.Security.Cryptography.HashAlgorithmName" + } + ], + "isStatic": false, + "name": "DeriveKeyFromHash", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "", + "params": [ + { + "name": "otherPartyPublicKey", + "typeName": "System.Security.Cryptography.ECDiffieHellmanPublicKey" + }, + { + "name": "hashAlgorithm", + "typeName": "System.Security.Cryptography.HashAlgorithmName" + }, + { "name": "secretPrepend", "typeName": "byte[]" }, + { "name": "secretAppend", "typeName": "byte[]" } + ], + "isStatic": false, + "name": "DeriveKeyFromHash", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "", + "params": [ + { + "name": "otherPartyPublicKey", + "typeName": "System.Security.Cryptography.ECDiffieHellmanPublicKey" + }, + { + "name": "hashAlgorithm", + "typeName": "System.Security.Cryptography.HashAlgorithmName" + }, + { "name": "hmacKey", "typeName": "byte[]" } + ], + "isStatic": false, + "name": "DeriveKeyFromHmac", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "", + "params": [ + { + "name": "otherPartyPublicKey", + "typeName": "System.Security.Cryptography.ECDiffieHellmanPublicKey" + }, + { + "name": "hashAlgorithm", + "typeName": "System.Security.Cryptography.HashAlgorithmName" + }, + { "name": "hmacKey", "typeName": "byte[]" }, + { "name": "secretPrepend", "typeName": "byte[]" }, + { "name": "secretAppend", "typeName": "byte[]" } + ], + "isStatic": false, + "name": "DeriveKeyFromHmac", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "", + "params": [ + { + "name": "otherPartyPublicKey", + "typeName": "System.Security.Cryptography.ECDiffieHellmanPublicKey" + } + ], + "isStatic": false, + "name": "DeriveKeyMaterial", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "", + "params": [ + { + "name": "otherPartyPublicKey", + "typeName": "System.Security.Cryptography.ECDiffieHellmanPublicKey" + }, + { "name": "prfLabel", "typeName": "byte[]" }, + { "name": "prfSeed", "typeName": "byte[]" } + ], + "isStatic": false, + "name": "DeriveKeyTls", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ECParameters", + "params": [ + { "name": "includePrivateParameters", "typeName": "bool" } + ], + "isStatic": false, + "name": "ExportExplicitParameters", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ECParameters", + "params": [ + { "name": "includePrivateParameters", "typeName": "bool" } + ], + "isStatic": false, + "name": "ExportParameters", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "curve", + "typeName": "System.Security.Cryptography.ECCurve" + } + ], + "isStatic": false, + "name": "GenerateKey", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "parameters", + "typeName": "System.Security.Cryptography.ECParameters" + } + ], + "isStatic": false, + "name": "ImportParameters", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "ECDiffieHellman", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "System.Security.Cryptography.ECDiffieHellman", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "System.Security.Cryptography.CngAlgorithm", + "name": "HashAlgorithm", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "byte[]", + "name": "HmacKey", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.CngKey", + "name": "Key", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.ECDiffieHellmanKeyDerivationFunction", + "name": "KeyDerivationFunction", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "byte[]", + "name": "Label", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.ECDiffieHellmanPublicKey", + "name": "PublicKey", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "byte[]", + "name": "SecretAppend", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "byte[]", + "name": "SecretPrepend", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "byte[]", + "name": "Seed", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "bool", + "name": "UseSecretAgreementAsHmacKey", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "keySize", "typeName": "int" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "key", "typeName": "System.Security.Cryptography.CngKey" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "curve", + "typeName": "System.Security.Cryptography.ECCurve" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "", + "params": [ + { + "name": "otherPartyPublicKey", + "typeName": "System.Security.Cryptography.ECDiffieHellmanPublicKey" + }, + { + "name": "hashAlgorithm", + "typeName": "System.Security.Cryptography.HashAlgorithmName" + }, + { "name": "secretPrepend", "typeName": "byte[]" }, + { "name": "secretAppend", "typeName": "byte[]" } + ], + "isStatic": false, + "name": "DeriveKeyFromHash", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "", + "params": [ + { + "name": "otherPartyPublicKey", + "typeName": "System.Security.Cryptography.ECDiffieHellmanPublicKey" + }, + { + "name": "hashAlgorithm", + "typeName": "System.Security.Cryptography.HashAlgorithmName" + }, + { "name": "hmacKey", "typeName": "byte[]" }, + { "name": "secretPrepend", "typeName": "byte[]" }, + { "name": "secretAppend", "typeName": "byte[]" } + ], + "isStatic": false, + "name": "DeriveKeyFromHmac", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "", + "params": [ + { + "name": "otherPartyPublicKey", + "typeName": "System.Security.Cryptography.CngKey" + } + ], + "isStatic": false, + "name": "DeriveKeyMaterial", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "", + "params": [ + { + "name": "otherPartyPublicKey", + "typeName": "System.Security.Cryptography.ECDiffieHellmanPublicKey" + } + ], + "isStatic": false, + "name": "DeriveKeyMaterial", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "", + "params": [ + { + "name": "otherPartyPublicKey", + "typeName": "System.Security.Cryptography.ECDiffieHellmanPublicKey" + }, + { "name": "prfLabel", "typeName": "byte[]" }, + { "name": "prfSeed", "typeName": "byte[]" } + ], + "isStatic": false, + "name": "DeriveKeyTls", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "SafeNCryptSecretHandle", + "params": [ + { + "name": "otherPartyPublicKey", + "typeName": "System.Security.Cryptography.CngKey" + } + ], + "isStatic": false, + "name": "DeriveSecretAgreementHandle", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "SafeNCryptSecretHandle", + "params": [ + { + "name": "otherPartyPublicKey", + "typeName": "System.Security.Cryptography.ECDiffieHellmanPublicKey" + } + ], + "isStatic": false, + "name": "DeriveSecretAgreementHandle", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ECParameters", + "params": [ + { "name": "includePrivateParameters", "typeName": "bool" } + ], + "isStatic": false, + "name": "ExportExplicitParameters", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ECParameters", + "params": [ + { "name": "includePrivateParameters", "typeName": "bool" } + ], + "isStatic": false, + "name": "ExportParameters", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "xmlString", "typeName": "string" }], + "isStatic": false, + "name": "FromXmlString", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "xml", "typeName": "string" }, + { + "name": "format", + "typeName": "System.Security.Cryptography.ECKeyXmlFormat" + } + ], + "isStatic": false, + "name": "FromXmlString", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "curve", + "typeName": "System.Security.Cryptography.ECCurve" + } + ], + "isStatic": false, + "name": "GenerateKey", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "parameters", + "typeName": "System.Security.Cryptography.ECParameters" + } + ], + "isStatic": false, + "name": "ImportParameters", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "includePrivateParameters", "typeName": "bool" } + ], + "isStatic": false, + "name": "ToXmlString", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "String", + "params": [ + { + "name": "format", + "typeName": "System.Security.Cryptography.ECKeyXmlFormat" + } + ], + "isStatic": false, + "name": "ToXmlString", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "ECDiffieHellmanCng", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "System.Security.Cryptography.ECDiffieHellmanPublicKey", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "System.Security.Cryptography.CngKeyBlobFormat", + "name": "BlobFormat", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "ECParameters", + "params": [], + "isStatic": false, + "name": "ExportExplicitParameters", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ECParameters", + "params": [], + "isStatic": false, + "name": "ExportParameters", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ECDiffieHellmanPublicKey", + "params": [ + { "name": "publicKeyBlob", "typeName": "byte[]" }, + { + "name": "format", + "typeName": "System.Security.Cryptography.CngKeyBlobFormat" + } + ], + "isStatic": true, + "name": "FromByteArray", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ECDiffieHellmanCngPublicKey", + "params": [{ "name": "xml", "typeName": "string" }], + "isStatic": true, + "name": "FromXmlString", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "CngKey", + "params": [], + "isStatic": false, + "name": "Import", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToXmlString", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "ECDiffieHellmanCngPublicKey", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Security.Cryptography.ECDiffieHellmanKeyDerivationFunction", + "name": "Hash", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.ECDiffieHellmanKeyDerivationFunction", + "name": "Hmac", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.ECDiffieHellmanKeyDerivationFunction", + "name": "Tls", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Security.Cryptography.ECDiffieHellmanKeyDerivationFunction", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "ECDiffieHellmanKeyDerivationFunction", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "object", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ECParameters", + "params": [], + "isStatic": false, + "name": "ExportExplicitParameters", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ECParameters", + "params": [], + "isStatic": false, + "name": "ExportParameters", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "ToByteArray", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToXmlString", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "ECDiffieHellmanPublicKey", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "System.Security.Cryptography.AsymmetricAlgorithm", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "string", + "name": "KeyExchangeAlgorithm", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "string", + "name": "SignatureAlgorithm", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "ECDsa", + "params": [], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ECDsa", + "params": [ + { + "name": "curve", + "typeName": "System.Security.Cryptography.ECCurve" + } + ], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ECDsa", + "params": [ + { + "name": "parameters", + "typeName": "System.Security.Cryptography.ECParameters" + } + ], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ECDsa", + "params": [{ "name": "algorithm", "typeName": "string" }], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ECParameters", + "params": [ + { "name": "includePrivateParameters", "typeName": "bool" } + ], + "isStatic": false, + "name": "ExportExplicitParameters", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ECParameters", + "params": [ + { "name": "includePrivateParameters", "typeName": "bool" } + ], + "isStatic": false, + "name": "ExportParameters", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "curve", + "typeName": "System.Security.Cryptography.ECCurve" + } + ], + "isStatic": false, + "name": "GenerateKey", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "parameters", + "typeName": "System.Security.Cryptography.ECParameters" + } + ], + "isStatic": false, + "name": "ImportParameters", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "data", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" }, + { + "name": "hashAlgorithm", + "typeName": "System.Security.Cryptography.HashAlgorithmName" + } + ], + "isStatic": false, + "name": "SignData", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "data", "typeName": "byte[]" }, + { + "name": "hashAlgorithm", + "typeName": "System.Security.Cryptography.HashAlgorithmName" + } + ], + "isStatic": false, + "name": "SignData", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "data", "typeName": "System.IO.Stream" }, + { + "name": "hashAlgorithm", + "typeName": "System.Security.Cryptography.HashAlgorithmName" + } + ], + "isStatic": false, + "name": "SignData", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "hash", "typeName": "byte[]" }], + "isStatic": false, + "name": "SignHash", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "data", "typeName": "byte[]" }, + { "name": "signature", "typeName": "byte[]" }, + { + "name": "hashAlgorithm", + "typeName": "System.Security.Cryptography.HashAlgorithmName" + } + ], + "isStatic": false, + "name": "VerifyData", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "data", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" }, + { "name": "signature", "typeName": "byte[]" }, + { + "name": "hashAlgorithm", + "typeName": "System.Security.Cryptography.HashAlgorithmName" + } + ], + "isStatic": false, + "name": "VerifyData", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "data", "typeName": "System.IO.Stream" }, + { "name": "signature", "typeName": "byte[]" }, + { + "name": "hashAlgorithm", + "typeName": "System.Security.Cryptography.HashAlgorithmName" + } + ], + "isStatic": false, + "name": "VerifyData", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "hash", "typeName": "byte[]" }, + { "name": "signature", "typeName": "byte[]" } + ], + "isStatic": false, + "name": "VerifyHash", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "ECDsa", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "System.Security.Cryptography.ECDsa", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "System.Security.Cryptography.CngAlgorithm", + "name": "HashAlgorithm", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.CngKey", + "name": "Key", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "keySize", "typeName": "int" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "key", "typeName": "System.Security.Cryptography.CngKey" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "curve", + "typeName": "System.Security.Cryptography.ECCurve" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ECParameters", + "params": [ + { "name": "includePrivateParameters", "typeName": "bool" } + ], + "isStatic": false, + "name": "ExportExplicitParameters", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ECParameters", + "params": [ + { "name": "includePrivateParameters", "typeName": "bool" } + ], + "isStatic": false, + "name": "ExportParameters", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "xmlString", "typeName": "string" }], + "isStatic": false, + "name": "FromXmlString", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "xml", "typeName": "string" }, + { + "name": "format", + "typeName": "System.Security.Cryptography.ECKeyXmlFormat" + } + ], + "isStatic": false, + "name": "FromXmlString", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "curve", + "typeName": "System.Security.Cryptography.ECCurve" + } + ], + "isStatic": false, + "name": "GenerateKey", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "parameters", + "typeName": "System.Security.Cryptography.ECParameters" + } + ], + "isStatic": false, + "name": "ImportParameters", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "data", "typeName": "byte[]" }], + "isStatic": false, + "name": "SignData", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "data", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "SignData", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "data", "typeName": "System.IO.Stream" }], + "isStatic": false, + "name": "SignData", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "hash", "typeName": "byte[]" }], + "isStatic": false, + "name": "SignHash", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "includePrivateParameters", "typeName": "bool" } + ], + "isStatic": false, + "name": "ToXmlString", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "String", + "params": [ + { + "name": "format", + "typeName": "System.Security.Cryptography.ECKeyXmlFormat" + } + ], + "isStatic": false, + "name": "ToXmlString", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "data", "typeName": "byte[]" }, + { "name": "signature", "typeName": "byte[]" } + ], + "isStatic": false, + "name": "VerifyData", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "data", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" }, + { "name": "signature", "typeName": "byte[]" } + ], + "isStatic": false, + "name": "VerifyData", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "data", "typeName": "System.IO.Stream" }, + { "name": "signature", "typeName": "byte[]" } + ], + "isStatic": false, + "name": "VerifyData", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "hash", "typeName": "byte[]" }, + { "name": "signature", "typeName": "byte[]" } + ], + "isStatic": false, + "name": "VerifyHash", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "ECDsaCng", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Security.Cryptography.ECKeyXmlFormat", + "name": "Rfc4050", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Security.Cryptography.ECKeyXmlFormat", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "ECKeyXmlFormat", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Security.Cryptography.ECCurve", + "name": "Curve", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "byte[]", + "name": "D", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.ECPoint", + "name": "Q", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Validate", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "ECParameters", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "byte[]", + "name": "X", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "byte[]", + "name": "Y", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "ECPoint", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "object", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "System.Security.Cryptography.HashAlgorithmName", + "name": "AlgorithmName", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "data", "typeName": "byte[]" }], + "isStatic": false, + "name": "AppendData", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "data", "typeName": "byte[]" }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "AppendData", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IncrementalHash", + "params": [ + { + "name": "hashAlgorithm", + "typeName": "System.Security.Cryptography.HashAlgorithmName" + } + ], + "isStatic": true, + "name": "CreateHash", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "IncrementalHash", + "params": [ + { + "name": "hashAlgorithm", + "typeName": "System.Security.Cryptography.HashAlgorithmName" + }, + { "name": "key", "typeName": "byte[]" } + ], + "isStatic": true, + "name": "CreateHMAC", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetHashAndReset", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "IncrementalHash", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Security.Cryptography.X509Certificates.AuthenticodeSignatureInformation", + "name": "AuthenticodeSignature", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.ManifestKinds", + "name": "Manifest", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.StrongNameSignatureInformation", + "name": "StrongNameSignature", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "ManifestSignatureInformationCollection", + "params": [ + { "name": "application", "typeName": "System.ActivationContext" } + ], + "isStatic": true, + "name": "VerifySignature", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ManifestSignatureInformationCollection", + "params": [ + { "name": "application", "typeName": "System.ActivationContext" }, + { "name": "manifests", "typeName": "System.Security.ManifestKinds" } + ], + "isStatic": true, + "name": "VerifySignature", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ManifestSignatureInformationCollection", + "params": [ + { "name": "application", "typeName": "System.ActivationContext" }, + { + "name": "manifests", + "typeName": "System.Security.ManifestKinds" + }, + { + "name": "revocationFlag", + "typeName": "System.Security.Cryptography.X509Certificates.X509RevocationFlag" + }, + { + "name": "revocationMode", + "typeName": "System.Security.Cryptography.X509Certificates.X509RevocationMode" + } + ], + "isStatic": true, + "name": "VerifySignature", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "ManifestSignatureInformation", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "System.Collections.ObjectModel.ReadOnlyCollection", + "attribute": "", + "interfaces": [ + "IList", + "ICollection", + "IReadOnlyList", + "IReadOnlyCollection", + "IEnumerable", + "IList", + "ICollection", + "IEnumerable" + ], + "fields": [], + "methods": [], + "name": "ManifestSignatureInformationCollection", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "System.Security.Cryptography.MD5", + "attribute": "", + "interfaces": ["ICryptoTransform", "IDisposable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Initialize", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "MD5Cng", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "System.Security.Cryptography.RSA", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "System.Security.Cryptography.CngKey", + "name": "Key", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "string", + "name": "KeyExchangeAlgorithm", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "string", + "name": "SignatureAlgorithm", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "keySize", "typeName": "int" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "key", "typeName": "System.Security.Cryptography.CngKey" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "data", "typeName": "byte[]" }, + { + "name": "padding", + "typeName": "System.Security.Cryptography.RSAEncryptionPadding" + } + ], + "isStatic": false, + "name": "Decrypt", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "rgb", "typeName": "byte[]" }], + "isStatic": false, + "name": "DecryptValue", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "data", "typeName": "byte[]" }, + { + "name": "padding", + "typeName": "System.Security.Cryptography.RSAEncryptionPadding" + } + ], + "isStatic": false, + "name": "Encrypt", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "rgb", "typeName": "byte[]" }], + "isStatic": false, + "name": "EncryptValue", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "RSAParameters", + "params": [ + { "name": "includePrivateParameters", "typeName": "bool" } + ], + "isStatic": false, + "name": "ExportParameters", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "parameters", + "typeName": "System.Security.Cryptography.RSAParameters" + } + ], + "isStatic": false, + "name": "ImportParameters", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "hash", "typeName": "byte[]" }, + { + "name": "hashAlgorithm", + "typeName": "System.Security.Cryptography.HashAlgorithmName" + }, + { + "name": "padding", + "typeName": "System.Security.Cryptography.RSASignaturePadding" + } + ], + "isStatic": false, + "name": "SignHash", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "hash", "typeName": "byte[]" }, + { "name": "signature", "typeName": "byte[]" }, + { + "name": "hashAlgorithm", + "typeName": "System.Security.Cryptography.HashAlgorithmName" + }, + { + "name": "padding", + "typeName": "System.Security.Cryptography.RSASignaturePadding" + } + ], + "isStatic": false, + "name": "VerifyHash", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "RSACng", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "System.Security.Cryptography.SHA1", + "attribute": "", + "interfaces": ["ICryptoTransform", "IDisposable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Initialize", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "SHA1Cng", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "System.Security.Cryptography.SHA256", + "attribute": "", + "interfaces": ["ICryptoTransform", "IDisposable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Initialize", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "SHA256Cng", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "System.Security.Cryptography.SHA256", + "attribute": "", + "interfaces": ["ICryptoTransform", "IDisposable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Initialize", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "SHA256CryptoServiceProvider", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "System.Security.Cryptography.SHA384", + "attribute": "", + "interfaces": ["ICryptoTransform", "IDisposable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Initialize", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "SHA384Cng", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "System.Security.Cryptography.SHA384", + "attribute": "", + "interfaces": ["ICryptoTransform", "IDisposable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Initialize", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "SHA384CryptoServiceProvider", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "System.Security.Cryptography.SHA512", + "attribute": "", + "interfaces": ["ICryptoTransform", "IDisposable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Initialize", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "SHA512Cng", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Security.Cryptography.SignatureVerificationResult", + "name": "AssemblyIdentityMismatch", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.SignatureVerificationResult", + "name": "BadDigest", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.SignatureVerificationResult", + "name": "BadSignatureFormat", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.SignatureVerificationResult", + "name": "BasicConstraintsNotObserved", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.SignatureVerificationResult", + "name": "CertificateExpired", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.SignatureVerificationResult", + "name": "CertificateExplicitlyDistrusted", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.SignatureVerificationResult", + "name": "CertificateMalformed", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.SignatureVerificationResult", + "name": "CertificateNotExplicitlyTrusted", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.SignatureVerificationResult", + "name": "CertificateRevoked", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.SignatureVerificationResult", + "name": "CertificateUsageNotAllowed", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.SignatureVerificationResult", + "name": "ContainingSignatureInvalid", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.SignatureVerificationResult", + "name": "CouldNotBuildChain", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.SignatureVerificationResult", + "name": "GenericTrustFailure", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.SignatureVerificationResult", + "name": "InvalidCertificateName", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.SignatureVerificationResult", + "name": "InvalidCertificatePolicy", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.SignatureVerificationResult", + "name": "InvalidCertificateRole", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.SignatureVerificationResult", + "name": "InvalidCertificateSignature", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.SignatureVerificationResult", + "name": "InvalidCertificateUsage", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.SignatureVerificationResult", + "name": "InvalidCountersignature", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.SignatureVerificationResult", + "name": "InvalidSignerCertificate", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.SignatureVerificationResult", + "name": "InvalidTimePeriodNesting", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.SignatureVerificationResult", + "name": "InvalidTimestamp", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.SignatureVerificationResult", + "name": "IssuerChainingError", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.SignatureVerificationResult", + "name": "MissingSignature", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.SignatureVerificationResult", + "name": "PathLengthConstraintViolated", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.SignatureVerificationResult", + "name": "PublicKeyTokenMismatch", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.SignatureVerificationResult", + "name": "PublisherMismatch", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.SignatureVerificationResult", + "name": "RevocationCheckFailure", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.SignatureVerificationResult", + "name": "SystemError", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.SignatureVerificationResult", + "name": "UnknownCriticalExtension", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.SignatureVerificationResult", + "name": "UnknownTrustProvider", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.SignatureVerificationResult", + "name": "UnknownVerificationAction", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.SignatureVerificationResult", + "name": "UntrustedCertificationAuthority", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.SignatureVerificationResult", + "name": "UntrustedRootCertificate", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.SignatureVerificationResult", + "name": "UntrustedTestRootCertificate", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.SignatureVerificationResult", + "name": "Valid", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Security.Cryptography.SignatureVerificationResult", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "SignatureVerificationResult", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "System.Security.Cryptography.SHA512", + "attribute": "", + "interfaces": ["ICryptoTransform", "IDisposable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Initialize", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "SHA512CryptoServiceProvider", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "HashAlgorithm", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "int", + "name": "HResult", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "bool", + "name": "IsValid", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.AsymmetricAlgorithm", + "name": "PublicKey", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.SignatureVerificationResult", + "name": "VerificationResult", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [], + "name": "StrongNameSignatureInformation", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Security.Cryptography.X509Certificates", + "baseClass": "object", + "attribute": "", + "interfaces": [ + "IDisposable", + "IDeserializationCallback", + "ISerializable" + ], + "fields": [ + { + "typeName": "System.IntPtr", + "name": "Handle", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Issuer", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Subject", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "data", "typeName": "byte[]" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "rawData", "typeName": "byte[]" }, + { "name": "password", "typeName": "System.Security.SecureString" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "rawData", "typeName": "byte[]" }, + { "name": "password", "typeName": "System.Security.SecureString" }, + { + "name": "keyStorageFlags", + "typeName": "System.Security.Cryptography.X509Certificates.X509KeyStorageFlags" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "rawData", "typeName": "byte[]" }, + { "name": "password", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "rawData", "typeName": "byte[]" }, + { "name": "password", "typeName": "string" }, + { + "name": "keyStorageFlags", + "typeName": "System.Security.Cryptography.X509Certificates.X509KeyStorageFlags" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "handle", "typeName": "System.IntPtr" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "info", + "typeName": "System.Runtime.Serialization.SerializationInfo" + }, + { + "name": "context", + "typeName": "System.Runtime.Serialization.StreamingContext" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "cert", + "typeName": "System.Security.Cryptography.X509Certificates.X509Certificate" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "fileName", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "fileName", "typeName": "string" }, + { "name": "password", "typeName": "System.Security.SecureString" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "fileName", "typeName": "string" }, + { "name": "password", "typeName": "System.Security.SecureString" }, + { + "name": "keyStorageFlags", + "typeName": "System.Security.Cryptography.X509Certificates.X509KeyStorageFlags" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "fileName", "typeName": "string" }, + { "name": "password", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "fileName", "typeName": "string" }, + { "name": "password", "typeName": "string" }, + { + "name": "keyStorageFlags", + "typeName": "System.Security.Cryptography.X509Certificates.X509KeyStorageFlags" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "X509Certificate", + "params": [{ "name": "filename", "typeName": "string" }], + "isStatic": true, + "name": "CreateFromCertFile", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "X509Certificate", + "params": [{ "name": "filename", "typeName": "string" }], + "isStatic": true, + "name": "CreateFromSignedFile", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "other", + "typeName": "System.Security.Cryptography.X509Certificates.X509Certificate" + } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { + "name": "contentType", + "typeName": "System.Security.Cryptography.X509Certificates.X509ContentType" + } + ], + "isStatic": false, + "name": "Export", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { + "name": "contentType", + "typeName": "System.Security.Cryptography.X509Certificates.X509ContentType" + }, + { "name": "password", "typeName": "System.Security.SecureString" } + ], + "isStatic": false, + "name": "Export", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { + "name": "contentType", + "typeName": "System.Security.Cryptography.X509Certificates.X509ContentType" + }, + { "name": "password", "typeName": "string" } + ], + "isStatic": false, + "name": "Export", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetCertHash", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "GetCertHashString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "GetEffectiveDateString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "GetExpirationDateString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "GetFormat", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "GetIssuerName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "GetKeyAlgorithm", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetKeyAlgorithmParameters", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "GetKeyAlgorithmParametersString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "GetName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetPublicKey", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "GetPublicKeyString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetRawCertData", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "GetRawCertDataString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetSerialNumber", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "GetSerialNumberString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "rawData", "typeName": "byte[]" }], + "isStatic": false, + "name": "Import", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "rawData", "typeName": "byte[]" }, + { "name": "password", "typeName": "System.Security.SecureString" }, + { + "name": "keyStorageFlags", + "typeName": "System.Security.Cryptography.X509Certificates.X509KeyStorageFlags" + } + ], + "isStatic": false, + "name": "Import", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "rawData", "typeName": "byte[]" }, + { "name": "password", "typeName": "string" }, + { + "name": "keyStorageFlags", + "typeName": "System.Security.Cryptography.X509Certificates.X509KeyStorageFlags" + } + ], + "isStatic": false, + "name": "Import", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "fileName", "typeName": "string" }], + "isStatic": false, + "name": "Import", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "fileName", "typeName": "string" }, + { "name": "password", "typeName": "System.Security.SecureString" }, + { + "name": "keyStorageFlags", + "typeName": "System.Security.Cryptography.X509Certificates.X509KeyStorageFlags" + } + ], + "isStatic": false, + "name": "Import", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "fileName", "typeName": "string" }, + { "name": "password", "typeName": "string" }, + { + "name": "keyStorageFlags", + "typeName": "System.Security.Cryptography.X509Certificates.X509KeyStorageFlags" + } + ], + "isStatic": false, + "name": "Import", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Reset", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "fVerbose", "typeName": "bool" }], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "X509Certificate", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "System.Security.Cryptography.TripleDES", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "byte[]", + "name": "Key", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "int", + "name": "KeySize", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "keyName", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "keyName", "typeName": "string" }, + { + "name": "provider", + "typeName": "System.Security.Cryptography.CngProvider" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "keyName", "typeName": "string" }, + { + "name": "provider", + "typeName": "System.Security.Cryptography.CngProvider" + }, + { + "name": "openOptions", + "typeName": "System.Security.Cryptography.CngKeyOpenOptions" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ICryptoTransform", + "params": [], + "isStatic": false, + "name": "CreateDecryptor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ICryptoTransform", + "params": [ + { "name": "rgbKey", "typeName": "byte[]" }, + { "name": "rgbIV", "typeName": "byte[]" } + ], + "isStatic": false, + "name": "CreateDecryptor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ICryptoTransform", + "params": [], + "isStatic": false, + "name": "CreateEncryptor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ICryptoTransform", + "params": [ + { "name": "rgbKey", "typeName": "byte[]" }, + { "name": "rgbIV", "typeName": "byte[]" } + ], + "isStatic": false, + "name": "CreateEncryptor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "GenerateIV", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "GenerateKey", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "TripleDESCng", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Security.Cryptography.Oid", + "name": "Oid", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "byte[]", + "name": "RawData", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "rawData", "typeName": "byte[]" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "asnEncodedData", + "typeName": "System.Security.Cryptography.AsnEncodedData" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "oid", "typeName": "System.Security.Cryptography.Oid" }, + { "name": "rawData", "typeName": "byte[]" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "oid", "typeName": "string" }, + { "name": "rawData", "typeName": "byte[]" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "asnEncodedData", + "typeName": "System.Security.Cryptography.AsnEncodedData" + } + ], + "isStatic": false, + "name": "CopyFrom", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "multiLine", "typeName": "bool" }], + "isStatic": false, + "name": "Format", + "comment": "", + "location": "System.dll" + } + ], + "name": "AsnEncodedData", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "object", + "attribute": "", + "interfaces": ["ICollection", "IEnumerable"], + "fields": [ + { + "typeName": "int", + "name": "Count", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "IsSynchronized", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.AsnEncodedData", + "name": "this[]", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "object", + "name": "SyncRoot", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "asnEncodedData", + "typeName": "System.Security.Cryptography.AsnEncodedData" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "asnEncodedData", + "typeName": "System.Security.Cryptography.AsnEncodedData" + } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "array", + "typeName": "System.Security.Cryptography.AsnEncodedData[]" + }, + { "name": "index", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "AsnEncodedDataEnumerator", + "params": [], + "isStatic": false, + "name": "GetEnumerator", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "asnEncodedData", + "typeName": "System.Security.Cryptography.AsnEncodedData" + } + ], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "System.dll" + } + ], + "name": "AsnEncodedDataCollection", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Security.Cryptography.X509Certificates", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Security.Cryptography.X509Certificates.X509ContentType", + "name": "Authenticode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.X509ContentType", + "name": "Cert", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.X509ContentType", + "name": "Pfx", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.X509ContentType", + "name": "Pkcs12", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.X509ContentType", + "name": "Pkcs7", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.X509ContentType", + "name": "SerializedCert", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.X509ContentType", + "name": "SerializedStore", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.X509ContentType", + "name": "Unknown", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Security.Cryptography.X509Certificates.X509ContentType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "X509ContentType", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "object", + "attribute": "", + "interfaces": ["IEnumerator"], + "fields": [ + { + "typeName": "System.Security.Cryptography.AsnEncodedData", + "name": "Current", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "MoveNext", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Reset", + "comment": "", + "location": "System.dll" + } + ], + "name": "AsnEncodedDataEnumerator", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Security.Cryptography.OidGroup", + "name": "All", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.OidGroup", + "name": "Attribute", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.OidGroup", + "name": "EncryptionAlgorithm", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.OidGroup", + "name": "EnhancedKeyUsage", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.OidGroup", + "name": "ExtensionOrAttribute", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.OidGroup", + "name": "HashAlgorithm", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.OidGroup", + "name": "KeyDerivationFunction", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.OidGroup", + "name": "Policy", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.OidGroup", + "name": "PublicKeyAlgorithm", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.OidGroup", + "name": "SignatureAlgorithm", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.OidGroup", + "name": "Template", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Security.Cryptography.OidGroup", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "OidGroup", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "FriendlyName", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "Value", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "oid", "typeName": "System.Security.Cryptography.Oid" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "oid", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "string" }, + { "name": "friendlyName", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Oid", + "params": [ + { "name": "friendlyName", "typeName": "string" }, + { + "name": "group", + "typeName": "System.Security.Cryptography.OidGroup" + } + ], + "isStatic": true, + "name": "FromFriendlyName", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Oid", + "params": [ + { "name": "oidValue", "typeName": "string" }, + { + "name": "group", + "typeName": "System.Security.Cryptography.OidGroup" + } + ], + "isStatic": true, + "name": "FromOidValue", + "comment": "", + "location": "System.dll" + } + ], + "name": "Oid", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Security.Cryptography.X509Certificates", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Security.Cryptography.X509Certificates.X509KeyStorageFlags", + "name": "DefaultKeySet", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.X509KeyStorageFlags", + "name": "Exportable", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.X509KeyStorageFlags", + "name": "MachineKeySet", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.X509KeyStorageFlags", + "name": "PersistKeySet", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.X509KeyStorageFlags", + "name": "UserKeySet", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.X509KeyStorageFlags", + "name": "UserProtected", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Security.Cryptography.X509Certificates.X509KeyStorageFlags", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "X509KeyStorageFlags", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "object", + "attribute": "", + "interfaces": ["ICollection", "IEnumerable"], + "fields": [ + { + "typeName": "int", + "name": "Count", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "IsSynchronized", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.Oid", + "name": "this[]", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.Oid", + "name": "this[]", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "object", + "name": "SyncRoot", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "oid", "typeName": "System.Security.Cryptography.Oid" } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "array", + "typeName": "System.Security.Cryptography.Oid[]" + }, + { "name": "index", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "OidEnumerator", + "params": [], + "isStatic": false, + "name": "GetEnumerator", + "comment": "", + "location": "System.dll" + } + ], + "name": "OidCollection", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Security.Cryptography", + "baseClass": "object", + "attribute": "", + "interfaces": ["IEnumerator"], + "fields": [ + { + "typeName": "System.Security.Cryptography.Oid", + "name": "Current", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "MoveNext", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Reset", + "comment": "", + "location": "System.dll" + } + ], + "name": "OidEnumerator", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Security.Cryptography.X509Certificates", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "Description", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Uri", + "name": "DescriptionUrl", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "string", + "name": "HashAlgorithm", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "int", + "name": "HResult", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.X509Chain", + "name": "SignatureChain", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.X509Certificate2", + "name": "SigningCertificate", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.TimestampInformation", + "name": "Timestamp", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.TrustStatus", + "name": "TrustStatus", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.SignatureVerificationResult", + "name": "VerificationResult", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [], + "name": "AuthenticodeSignatureInformation", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Security.Cryptography.X509Certificates", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "DSA", + "params": [], + "isStatic": false, + "name": "GetDSAPrivateKey", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "DSA", + "params": [], + "isStatic": false, + "name": "GetDSAPublicKey", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "DSACertificateExtensions", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Security.Cryptography.X509Certificates", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "ECDsa", + "params": [], + "isStatic": false, + "name": "GetECDsaPrivateKey", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "ECDsa", + "params": [], + "isStatic": false, + "name": "GetECDsaPublicKey", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "ECDsaCertificateExtensions", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Security.Cryptography.X509Certificates", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "RSA", + "params": [], + "isStatic": false, + "name": "GetRSAPrivateKey", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "RSA", + "params": [], + "isStatic": false, + "name": "GetRSAPublicKey", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "RSACertificateExtensions", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Security.Cryptography.X509Certificates", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "HashAlgorithm", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "int", + "name": "HResult", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "bool", + "name": "IsValid", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.X509Chain", + "name": "SignatureChain", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.X509Certificate2", + "name": "SigningCertificate", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.DateTime", + "name": "Timestamp", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.SignatureVerificationResult", + "name": "VerificationResult", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [], + "name": "TimestampInformation", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Security.Cryptography.X509Certificates", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Security.Cryptography.X509Certificates.TrustStatus", + "name": "KnownIdentity", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.TrustStatus", + "name": "Trusted", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.TrustStatus", + "name": "UnknownIdentity", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.TrustStatus", + "name": "Untrusted", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Security.Cryptography.X509Certificates.TrustStatus", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "TrustStatus", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Security.Cryptography.X509Certificates", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Security.Cryptography.X509Certificates.OpenFlags", + "name": "IncludeArchived", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.OpenFlags", + "name": "MaxAllowed", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.OpenFlags", + "name": "OpenExistingOnly", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.OpenFlags", + "name": "ReadOnly", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.OpenFlags", + "name": "ReadWrite", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Security.Cryptography.X509Certificates.OpenFlags", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "OpenFlags", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Security.Cryptography.X509Certificates", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Security.Cryptography.AsnEncodedData", + "name": "EncodedKeyValue", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.AsnEncodedData", + "name": "EncodedParameters", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.AsymmetricAlgorithm", + "name": "Key", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.Oid", + "name": "Oid", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "oid", "typeName": "System.Security.Cryptography.Oid" }, + { + "name": "parameters", + "typeName": "System.Security.Cryptography.AsnEncodedData" + }, + { + "name": "keyValue", + "typeName": "System.Security.Cryptography.AsnEncodedData" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "PublicKey", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Security.Cryptography.X509Certificates", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Security.Cryptography.X509Certificates.StoreName", + "name": "AddressBook", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.StoreName", + "name": "AuthRoot", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.StoreName", + "name": "CertificateAuthority", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.StoreName", + "name": "Disallowed", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.StoreName", + "name": "My", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.StoreName", + "name": "Root", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.StoreName", + "name": "TrustedPeople", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.StoreName", + "name": "TrustedPublisher", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Security.Cryptography.X509Certificates.StoreName", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "StoreName", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Security.Cryptography.X509Certificates", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Security.Cryptography.X509Certificates.StoreLocation", + "name": "CurrentUser", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.StoreLocation", + "name": "LocalMachine", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Security.Cryptography.X509Certificates.StoreLocation", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "StoreLocation", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Security.Cryptography.X509Certificates", + "baseClass": "System.Security.Cryptography.AsnEncodedData", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "encodedDistinguishedName", "typeName": "byte[]" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "encodedDistinguishedName", + "typeName": "System.Security.Cryptography.AsnEncodedData" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "distinguishedName", + "typeName": "System.Security.Cryptography.X509Certificates.X500DistinguishedName" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "distinguishedName", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "distinguishedName", "typeName": "string" }, + { + "name": "flag", + "typeName": "System.Security.Cryptography.X509Certificates.X500DistinguishedNameFlags" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "String", + "params": [ + { + "name": "flag", + "typeName": "System.Security.Cryptography.X509Certificates.X500DistinguishedNameFlags" + } + ], + "isStatic": false, + "name": "Decode", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "multiLine", "typeName": "bool" }], + "isStatic": false, + "name": "Format", + "comment": "", + "location": "System.dll" + } + ], + "name": "X500DistinguishedName", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Security.Cryptography.X509Certificates", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Security.Cryptography.X509Certificates.X500DistinguishedNameFlags", + "name": "DoNotUsePlusSign", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.X500DistinguishedNameFlags", + "name": "DoNotUseQuotes", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.X500DistinguishedNameFlags", + "name": "ForceUTF8Encoding", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.X500DistinguishedNameFlags", + "name": "None", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.X500DistinguishedNameFlags", + "name": "Reversed", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.X500DistinguishedNameFlags", + "name": "UseCommas", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.X500DistinguishedNameFlags", + "name": "UseNewLines", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.X500DistinguishedNameFlags", + "name": "UseSemicolons", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.X500DistinguishedNameFlags", + "name": "UseT61Encoding", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.X500DistinguishedNameFlags", + "name": "UseUTF8Encoding", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Security.Cryptography.X509Certificates.X500DistinguishedNameFlags", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "X500DistinguishedNameFlags", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Security.Cryptography.X509Certificates", + "baseClass": "System.Security.Cryptography.X509Certificates.X509Extension", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "CertificateAuthority", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "HasPathLengthConstraint", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "PathLengthConstraint", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "certificateAuthority", "typeName": "bool" }, + { "name": "hasPathLengthConstraint", "typeName": "bool" }, + { "name": "pathLengthConstraint", "typeName": "int" }, + { "name": "critical", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "encodedBasicConstraints", + "typeName": "System.Security.Cryptography.AsnEncodedData" + }, + { "name": "critical", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "asnEncodedData", + "typeName": "System.Security.Cryptography.AsnEncodedData" + } + ], + "isStatic": false, + "name": "CopyFrom", + "comment": "", + "location": "System.dll" + } + ], + "name": "X509BasicConstraintsExtension", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Security.Cryptography.X509Certificates", + "baseClass": "System.Security.Cryptography.X509Certificates.X509Certificate", + "attribute": "", + "interfaces": [ + "IDisposable", + "IDeserializationCallback", + "ISerializable" + ], + "fields": [ + { + "typeName": "bool", + "name": "Archived", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.X509ExtensionCollection", + "name": "Extensions", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "FriendlyName", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "HasPrivateKey", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.X500DistinguishedName", + "name": "IssuerName", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.DateTime", + "name": "NotAfter", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.DateTime", + "name": "NotBefore", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.AsymmetricAlgorithm", + "name": "PrivateKey", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.PublicKey", + "name": "PublicKey", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "byte[]", + "name": "RawData", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "SerialNumber", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.Oid", + "name": "SignatureAlgorithm", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.X500DistinguishedName", + "name": "SubjectName", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "Thumbprint", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "Version", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "rawData", "typeName": "byte[]" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "rawData", "typeName": "byte[]" }, + { "name": "password", "typeName": "System.Security.SecureString" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "rawData", "typeName": "byte[]" }, + { "name": "password", "typeName": "System.Security.SecureString" }, + { + "name": "keyStorageFlags", + "typeName": "System.Security.Cryptography.X509Certificates.X509KeyStorageFlags" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "rawData", "typeName": "byte[]" }, + { "name": "password", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "rawData", "typeName": "byte[]" }, + { "name": "password", "typeName": "string" }, + { + "name": "keyStorageFlags", + "typeName": "System.Security.Cryptography.X509Certificates.X509KeyStorageFlags" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "handle", "typeName": "System.IntPtr" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "certificate", + "typeName": "System.Security.Cryptography.X509Certificates.X509Certificate" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "fileName", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "fileName", "typeName": "string" }, + { "name": "password", "typeName": "System.Security.SecureString" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "fileName", "typeName": "string" }, + { "name": "password", "typeName": "System.Security.SecureString" }, + { + "name": "keyStorageFlags", + "typeName": "System.Security.Cryptography.X509Certificates.X509KeyStorageFlags" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "fileName", "typeName": "string" }, + { "name": "password", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "fileName", "typeName": "string" }, + { "name": "password", "typeName": "string" }, + { + "name": "keyStorageFlags", + "typeName": "System.Security.Cryptography.X509Certificates.X509KeyStorageFlags" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "X509ContentType", + "params": [{ "name": "rawData", "typeName": "byte[]" }], + "isStatic": true, + "name": "GetCertContentType", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "X509ContentType", + "params": [{ "name": "fileName", "typeName": "string" }], + "isStatic": true, + "name": "GetCertContentType", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "String", + "params": [ + { + "name": "nameType", + "typeName": "System.Security.Cryptography.X509Certificates.X509NameType" + }, + { "name": "forIssuer", "typeName": "bool" } + ], + "isStatic": false, + "name": "GetNameInfo", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "rawData", "typeName": "byte[]" }], + "isStatic": false, + "name": "Import", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "rawData", "typeName": "byte[]" }, + { "name": "password", "typeName": "System.Security.SecureString" }, + { + "name": "keyStorageFlags", + "typeName": "System.Security.Cryptography.X509Certificates.X509KeyStorageFlags" + } + ], + "isStatic": false, + "name": "Import", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "rawData", "typeName": "byte[]" }, + { "name": "password", "typeName": "string" }, + { + "name": "keyStorageFlags", + "typeName": "System.Security.Cryptography.X509Certificates.X509KeyStorageFlags" + } + ], + "isStatic": false, + "name": "Import", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "fileName", "typeName": "string" }], + "isStatic": false, + "name": "Import", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "fileName", "typeName": "string" }, + { "name": "password", "typeName": "System.Security.SecureString" }, + { + "name": "keyStorageFlags", + "typeName": "System.Security.Cryptography.X509Certificates.X509KeyStorageFlags" + } + ], + "isStatic": false, + "name": "Import", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "fileName", "typeName": "string" }, + { "name": "password", "typeName": "string" }, + { + "name": "keyStorageFlags", + "typeName": "System.Security.Cryptography.X509Certificates.X509KeyStorageFlags" + } + ], + "isStatic": false, + "name": "Import", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Reset", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "verbose", "typeName": "bool" }], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "Verify", + "comment": "", + "location": "System.dll" + } + ], + "name": "X509Certificate2", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Security.Cryptography.X509Certificates", + "baseClass": "System.Security.Cryptography.X509Certificates.X509CertificateCollection", + "attribute": "", + "interfaces": ["IList", "ICollection", "IEnumerable"], + "fields": [ + { + "typeName": "System.Security.Cryptography.X509Certificates.X509Certificate2", + "name": "this[]", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "certificate", + "typeName": "System.Security.Cryptography.X509Certificates.X509Certificate2" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "certificates", + "typeName": "System.Security.Cryptography.X509Certificates.X509Certificate2Collection" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "certificates", + "typeName": "System.Security.Cryptography.X509Certificates.X509Certificate2[]" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "certificate", + "typeName": "System.Security.Cryptography.X509Certificates.X509Certificate2" + } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "certificates", + "typeName": "System.Security.Cryptography.X509Certificates.X509Certificate2Collection" + } + ], + "isStatic": false, + "name": "AddRange", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "certificates", + "typeName": "System.Security.Cryptography.X509Certificates.X509Certificate2[]" + } + ], + "isStatic": false, + "name": "AddRange", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "certificate", + "typeName": "System.Security.Cryptography.X509Certificates.X509Certificate2" + } + ], + "isStatic": false, + "name": "Contains", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "", + "params": [ + { + "name": "contentType", + "typeName": "System.Security.Cryptography.X509Certificates.X509ContentType" + } + ], + "isStatic": false, + "name": "Export", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "", + "params": [ + { + "name": "contentType", + "typeName": "System.Security.Cryptography.X509Certificates.X509ContentType" + }, + { "name": "password", "typeName": "string" } + ], + "isStatic": false, + "name": "Export", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "X509Certificate2Collection", + "params": [ + { + "name": "findType", + "typeName": "System.Security.Cryptography.X509Certificates.X509FindType" + }, + { "name": "findValue", "typeName": "object" }, + { "name": "validOnly", "typeName": "bool" } + ], + "isStatic": false, + "name": "Find", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "X509Certificate2Enumerator", + "params": [], + "isStatic": false, + "name": "GetEnumerator", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "rawData", "typeName": "byte[]" }], + "isStatic": false, + "name": "Import", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "rawData", "typeName": "byte[]" }, + { "name": "password", "typeName": "string" }, + { + "name": "keyStorageFlags", + "typeName": "System.Security.Cryptography.X509Certificates.X509KeyStorageFlags" + } + ], + "isStatic": false, + "name": "Import", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "fileName", "typeName": "string" }], + "isStatic": false, + "name": "Import", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "fileName", "typeName": "string" }, + { "name": "password", "typeName": "string" }, + { + "name": "keyStorageFlags", + "typeName": "System.Security.Cryptography.X509Certificates.X509KeyStorageFlags" + } + ], + "isStatic": false, + "name": "Import", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { + "name": "certificate", + "typeName": "System.Security.Cryptography.X509Certificates.X509Certificate2" + } + ], + "isStatic": false, + "name": "Insert", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "certificate", + "typeName": "System.Security.Cryptography.X509Certificates.X509Certificate2" + } + ], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "certificates", + "typeName": "System.Security.Cryptography.X509Certificates.X509Certificate2Collection" + } + ], + "isStatic": false, + "name": "RemoveRange", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "certificates", + "typeName": "System.Security.Cryptography.X509Certificates.X509Certificate2[]" + } + ], + "isStatic": false, + "name": "RemoveRange", + "comment": "", + "location": "System.dll" + } + ], + "name": "X509Certificate2Collection", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Security.Cryptography.X509Certificates", + "baseClass": "object", + "attribute": "", + "interfaces": ["IEnumerator"], + "fields": [ + { + "typeName": "System.Security.Cryptography.X509Certificates.X509Certificate2", + "name": "Current", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "MoveNext", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Reset", + "comment": "", + "location": "System.dll" + } + ], + "name": "X509Certificate2Enumerator", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Security.Cryptography.X509Certificates", + "baseClass": "System.Collections.CollectionBase", + "attribute": "", + "interfaces": ["IList", "ICollection", "IEnumerable"], + "fields": [ + { + "typeName": "System.Security.Cryptography.X509Certificates.X509Certificate", + "name": "this[]", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Security.Cryptography.X509Certificates.X509CertificateCollection" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Security.Cryptography.X509Certificates.X509Certificate[]" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "value", + "typeName": "System.Security.Cryptography.X509Certificates.X509Certificate" + } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Security.Cryptography.X509Certificates.X509CertificateCollection" + } + ], + "isStatic": false, + "name": "AddRange", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Security.Cryptography.X509Certificates.X509Certificate[]" + } + ], + "isStatic": false, + "name": "AddRange", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "value", + "typeName": "System.Security.Cryptography.X509Certificates.X509Certificate" + } + ], + "isStatic": false, + "name": "Contains", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "array", + "typeName": "System.Security.Cryptography.X509Certificates.X509Certificate[]" + }, + { "name": "index", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "X509CertificateEnumerator", + "params": [], + "isStatic": false, + "name": "GetEnumerator", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "value", + "typeName": "System.Security.Cryptography.X509Certificates.X509Certificate" + } + ], + "isStatic": false, + "name": "IndexOf", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { + "name": "value", + "typeName": "System.Security.Cryptography.X509Certificates.X509Certificate" + } + ], + "isStatic": false, + "name": "Insert", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Security.Cryptography.X509Certificates.X509Certificate" + } + ], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "System.dll" + } + ], + "name": "X509CertificateCollection", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Security.Cryptography.X509Certificates", + "baseClass": "object", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "System.IntPtr", + "name": "ChainContext", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.X509ChainElementCollection", + "name": "ChainElements", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.X509ChainPolicy", + "name": "ChainPolicy", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.X509ChainStatus[]", + "name": "ChainStatus", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "Microsoft.Win32.SafeHandles.SafeX509ChainHandle", + "name": "SafeHandle", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "useMachineContext", "typeName": "bool" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "chainContext", "typeName": "System.IntPtr" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "certificate", + "typeName": "System.Security.Cryptography.X509Certificates.X509Certificate2" + } + ], + "isStatic": false, + "name": "Build", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "X509Chain", + "params": [], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Reset", + "comment": "", + "location": "System.dll" + } + ], + "name": "X509Chain", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Security.Cryptography.X509Certificates", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Security.Cryptography.X509Certificates.X509Certificate2", + "name": "Certificate", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.X509ChainStatus[]", + "name": "ChainElementStatus", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "Information", + "comment": "", + "location": "System.dll" + } + ], + "methods": [], + "name": "X509ChainElement", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Security.Cryptography.X509Certificates", + "baseClass": "object", + "attribute": "", + "interfaces": ["ICollection", "IEnumerable"], + "fields": [ + { + "typeName": "int", + "name": "Count", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "IsSynchronized", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.X509ChainElement", + "name": "this[]", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "object", + "name": "SyncRoot", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "array", + "typeName": "System.Security.Cryptography.X509Certificates.X509ChainElement[]" + }, + { "name": "index", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "X509ChainElementEnumerator", + "params": [], + "isStatic": false, + "name": "GetEnumerator", + "comment": "", + "location": "System.dll" + } + ], + "name": "X509ChainElementCollection", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Security.Cryptography.X509Certificates", + "baseClass": "object", + "attribute": "", + "interfaces": ["IEnumerator"], + "fields": [ + { + "typeName": "System.Security.Cryptography.X509Certificates.X509ChainElement", + "name": "Current", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "MoveNext", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Reset", + "comment": "", + "location": "System.dll" + } + ], + "name": "X509ChainElementEnumerator", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Security.Cryptography.X509Certificates", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Security.Cryptography.OidCollection", + "name": "ApplicationPolicy", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.OidCollection", + "name": "CertificatePolicy", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.X509Certificate2Collection", + "name": "ExtraStore", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.X509RevocationFlag", + "name": "RevocationFlag", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.X509RevocationMode", + "name": "RevocationMode", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.TimeSpan", + "name": "UrlRetrievalTimeout", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.X509VerificationFlags", + "name": "VerificationFlags", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.DateTime", + "name": "VerificationTime", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Reset", + "comment": "", + "location": "System.dll" + } + ], + "name": "X509ChainPolicy", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Security.Cryptography.X509Certificates", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Security.Cryptography.X509Certificates.X509ChainStatusFlags", + "name": "Status", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "StatusInformation", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "X509ChainStatus", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Security.Cryptography.X509Certificates", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Security.Cryptography.X509Certificates.X509ChainStatusFlags", + "name": "CtlNotSignatureValid", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.X509ChainStatusFlags", + "name": "CtlNotTimeValid", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.X509ChainStatusFlags", + "name": "CtlNotValidForUsage", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.X509ChainStatusFlags", + "name": "Cyclic", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.X509ChainStatusFlags", + "name": "ExplicitDistrust", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.X509ChainStatusFlags", + "name": "HasExcludedNameConstraint", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.X509ChainStatusFlags", + "name": "HasNotDefinedNameConstraint", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.X509ChainStatusFlags", + "name": "HasNotPermittedNameConstraint", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.X509ChainStatusFlags", + "name": "HasNotSupportedCriticalExtension", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.X509ChainStatusFlags", + "name": "HasNotSupportedNameConstraint", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.X509ChainStatusFlags", + "name": "HasWeakSignature", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.X509ChainStatusFlags", + "name": "InvalidBasicConstraints", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.X509ChainStatusFlags", + "name": "InvalidExtension", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.X509ChainStatusFlags", + "name": "InvalidNameConstraints", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.X509ChainStatusFlags", + "name": "InvalidPolicyConstraints", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.X509ChainStatusFlags", + "name": "NoError", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.X509ChainStatusFlags", + "name": "NoIssuanceChainPolicy", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.X509ChainStatusFlags", + "name": "NotSignatureValid", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.X509ChainStatusFlags", + "name": "NotTimeNested", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.X509ChainStatusFlags", + "name": "NotTimeValid", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.X509ChainStatusFlags", + "name": "NotValidForUsage", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.X509ChainStatusFlags", + "name": "OfflineRevocation", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.X509ChainStatusFlags", + "name": "PartialChain", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.X509ChainStatusFlags", + "name": "RevocationStatusUnknown", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.X509ChainStatusFlags", + "name": "Revoked", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.X509ChainStatusFlags", + "name": "UntrustedRoot", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Security.Cryptography.X509Certificates.X509ChainStatusFlags", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "X509ChainStatusFlags", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Security.Cryptography.X509Certificates", + "baseClass": "System.Security.Cryptography.X509Certificates.X509Extension", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Security.Cryptography.OidCollection", + "name": "EnhancedKeyUsages", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "encodedEnhancedKeyUsages", + "typeName": "System.Security.Cryptography.AsnEncodedData" + }, + { "name": "critical", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "enhancedKeyUsages", + "typeName": "System.Security.Cryptography.OidCollection" + }, + { "name": "critical", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "asnEncodedData", + "typeName": "System.Security.Cryptography.AsnEncodedData" + } + ], + "isStatic": false, + "name": "CopyFrom", + "comment": "", + "location": "System.dll" + } + ], + "name": "X509EnhancedKeyUsageExtension", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Security.Cryptography.X509Certificates", + "baseClass": "System.Security.Cryptography.AsnEncodedData", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "Critical", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "encodedExtension", + "typeName": "System.Security.Cryptography.AsnEncodedData" + }, + { "name": "critical", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "oid", "typeName": "System.Security.Cryptography.Oid" }, + { "name": "rawData", "typeName": "byte[]" }, + { "name": "critical", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "oid", "typeName": "string" }, + { "name": "rawData", "typeName": "byte[]" }, + { "name": "critical", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "asnEncodedData", + "typeName": "System.Security.Cryptography.AsnEncodedData" + } + ], + "isStatic": false, + "name": "CopyFrom", + "comment": "", + "location": "System.dll" + } + ], + "name": "X509Extension", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Security.Cryptography.X509Certificates", + "baseClass": "object", + "attribute": "", + "interfaces": ["ICollection", "IEnumerable"], + "fields": [ + { + "typeName": "int", + "name": "Count", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "IsSynchronized", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.X509Extension", + "name": "this[]", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.X509Extension", + "name": "this[]", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "object", + "name": "SyncRoot", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "extension", + "typeName": "System.Security.Cryptography.X509Certificates.X509Extension" + } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "array", + "typeName": "System.Security.Cryptography.X509Certificates.X509Extension[]" + }, + { "name": "index", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "X509ExtensionEnumerator", + "params": [], + "isStatic": false, + "name": "GetEnumerator", + "comment": "", + "location": "System.dll" + } + ], + "name": "X509ExtensionCollection", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Security.Cryptography.X509Certificates", + "baseClass": "object", + "attribute": "", + "interfaces": ["IEnumerator"], + "fields": [ + { + "typeName": "System.Security.Cryptography.X509Certificates.X509Certificate", + "name": "Current", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "mappings", + "typeName": "System.Security.Cryptography.X509Certificates.X509CertificateCollection" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "MoveNext", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Reset", + "comment": "", + "location": "System.dll" + } + ], + "name": "X509CertificateEnumerator", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Security.Cryptography.X509Certificates", + "baseClass": "object", + "attribute": "", + "interfaces": ["IEnumerator"], + "fields": [ + { + "typeName": "System.Security.Cryptography.X509Certificates.X509Extension", + "name": "Current", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "MoveNext", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Reset", + "comment": "", + "location": "System.dll" + } + ], + "name": "X509ExtensionEnumerator", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Security.Cryptography.X509Certificates", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Security.Cryptography.X509Certificates.X509FindType", + "name": "FindByApplicationPolicy", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.X509FindType", + "name": "FindByCertificatePolicy", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.X509FindType", + "name": "FindByExtension", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.X509FindType", + "name": "FindByIssuerDistinguishedName", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.X509FindType", + "name": "FindByIssuerName", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.X509FindType", + "name": "FindByKeyUsage", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.X509FindType", + "name": "FindBySerialNumber", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.X509FindType", + "name": "FindBySubjectDistinguishedName", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.X509FindType", + "name": "FindBySubjectKeyIdentifier", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.X509FindType", + "name": "FindBySubjectName", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.X509FindType", + "name": "FindByTemplateName", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.X509FindType", + "name": "FindByThumbprint", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.X509FindType", + "name": "FindByTimeExpired", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.X509FindType", + "name": "FindByTimeNotYetValid", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.X509FindType", + "name": "FindByTimeValid", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Security.Cryptography.X509Certificates.X509FindType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "X509FindType", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Security.Cryptography.X509Certificates", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Security.Cryptography.X509Certificates.X509IncludeOption", + "name": "EndCertOnly", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.X509IncludeOption", + "name": "ExcludeRoot", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.X509IncludeOption", + "name": "None", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.X509IncludeOption", + "name": "WholeChain", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Security.Cryptography.X509Certificates.X509IncludeOption", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "X509IncludeOption", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Security.Cryptography.X509Certificates", + "baseClass": "System.Security.Cryptography.X509Certificates.X509Extension", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Security.Cryptography.X509Certificates.X509KeyUsageFlags", + "name": "KeyUsages", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "encodedKeyUsage", + "typeName": "System.Security.Cryptography.AsnEncodedData" + }, + { "name": "critical", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "keyUsages", + "typeName": "System.Security.Cryptography.X509Certificates.X509KeyUsageFlags" + }, + { "name": "critical", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "asnEncodedData", + "typeName": "System.Security.Cryptography.AsnEncodedData" + } + ], + "isStatic": false, + "name": "CopyFrom", + "comment": "", + "location": "System.dll" + } + ], + "name": "X509KeyUsageExtension", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Security.Cryptography.X509Certificates", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Security.Cryptography.X509Certificates.X509KeyUsageFlags", + "name": "CrlSign", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.X509KeyUsageFlags", + "name": "DataEncipherment", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.X509KeyUsageFlags", + "name": "DecipherOnly", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.X509KeyUsageFlags", + "name": "DigitalSignature", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.X509KeyUsageFlags", + "name": "EncipherOnly", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.X509KeyUsageFlags", + "name": "KeyAgreement", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.X509KeyUsageFlags", + "name": "KeyCertSign", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.X509KeyUsageFlags", + "name": "KeyEncipherment", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.X509KeyUsageFlags", + "name": "None", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.X509KeyUsageFlags", + "name": "NonRepudiation", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Security.Cryptography.X509Certificates.X509KeyUsageFlags", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "X509KeyUsageFlags", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Security.Cryptography.X509Certificates", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Security.Cryptography.X509Certificates.X509RevocationFlag", + "name": "EndCertificateOnly", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.X509RevocationFlag", + "name": "EntireChain", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.X509RevocationFlag", + "name": "ExcludeRoot", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Security.Cryptography.X509Certificates.X509RevocationFlag", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "X509RevocationFlag", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Security.Cryptography.X509Certificates", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Security.Cryptography.X509Certificates.X509NameType", + "name": "DnsFromAlternativeName", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.X509NameType", + "name": "DnsName", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.X509NameType", + "name": "EmailName", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.X509NameType", + "name": "SimpleName", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.X509NameType", + "name": "UpnName", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.X509NameType", + "name": "UrlName", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Security.Cryptography.X509Certificates.X509NameType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "X509NameType", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Security.Cryptography.X509Certificates", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Security.Cryptography.X509Certificates.X509RevocationMode", + "name": "NoCheck", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.X509RevocationMode", + "name": "Offline", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.X509RevocationMode", + "name": "Online", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Security.Cryptography.X509Certificates.X509RevocationMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "X509RevocationMode", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Security.Cryptography.X509Certificates", + "baseClass": "object", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "System.Security.Cryptography.X509Certificates.X509Certificate2Collection", + "name": "Certificates", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.StoreLocation", + "name": "Location", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.IntPtr", + "name": "StoreHandle", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "storeHandle", "typeName": "System.IntPtr" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "storeLocation", + "typeName": "System.Security.Cryptography.X509Certificates.StoreLocation" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "storeName", + "typeName": "System.Security.Cryptography.X509Certificates.StoreName" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "storeName", + "typeName": "System.Security.Cryptography.X509Certificates.StoreName" + }, + { + "name": "storeLocation", + "typeName": "System.Security.Cryptography.X509Certificates.StoreLocation" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "storeName", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "storeName", "typeName": "string" }, + { + "name": "storeLocation", + "typeName": "System.Security.Cryptography.X509Certificates.StoreLocation" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "certificate", + "typeName": "System.Security.Cryptography.X509Certificates.X509Certificate2" + } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "certificates", + "typeName": "System.Security.Cryptography.X509Certificates.X509Certificate2Collection" + } + ], + "isStatic": false, + "name": "AddRange", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Close", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "flags", + "typeName": "System.Security.Cryptography.X509Certificates.OpenFlags" + } + ], + "isStatic": false, + "name": "Open", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "certificate", + "typeName": "System.Security.Cryptography.X509Certificates.X509Certificate2" + } + ], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "certificates", + "typeName": "System.Security.Cryptography.X509Certificates.X509Certificate2Collection" + } + ], + "isStatic": false, + "name": "RemoveRange", + "comment": "", + "location": "System.dll" + } + ], + "name": "X509Store", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Security.Cryptography.X509Certificates", + "baseClass": "System.Security.Cryptography.X509Certificates.X509Extension", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "SubjectKeyIdentifier", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "subjectKeyIdentifier", "typeName": "byte[]" }, + { "name": "critical", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "encodedSubjectKeyIdentifier", + "typeName": "System.Security.Cryptography.AsnEncodedData" + }, + { "name": "critical", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "key", + "typeName": "System.Security.Cryptography.X509Certificates.PublicKey" + }, + { "name": "critical", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "key", + "typeName": "System.Security.Cryptography.X509Certificates.PublicKey" + }, + { + "name": "algorithm", + "typeName": "System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierHashAlgorithm" + }, + { "name": "critical", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "subjectKeyIdentifier", "typeName": "string" }, + { "name": "critical", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "asnEncodedData", + "typeName": "System.Security.Cryptography.AsnEncodedData" + } + ], + "isStatic": false, + "name": "CopyFrom", + "comment": "", + "location": "System.dll" + } + ], + "name": "X509SubjectKeyIdentifierExtension", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Security.Cryptography.X509Certificates", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Security.Cryptography.X509Certificates.X509VerificationFlags", + "name": "AllFlags", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.X509VerificationFlags", + "name": "AllowUnknownCertificateAuthority", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.X509VerificationFlags", + "name": "IgnoreCertificateAuthorityRevocationUnknown", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.X509VerificationFlags", + "name": "IgnoreCtlNotTimeValid", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.X509VerificationFlags", + "name": "IgnoreCtlSignerRevocationUnknown", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.X509VerificationFlags", + "name": "IgnoreEndRevocationUnknown", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.X509VerificationFlags", + "name": "IgnoreInvalidBasicConstraints", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.X509VerificationFlags", + "name": "IgnoreInvalidName", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.X509VerificationFlags", + "name": "IgnoreInvalidPolicy", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.X509VerificationFlags", + "name": "IgnoreNotTimeNested", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.X509VerificationFlags", + "name": "IgnoreNotTimeValid", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.X509VerificationFlags", + "name": "IgnoreRootRevocationUnknown", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.X509VerificationFlags", + "name": "IgnoreWrongUsage", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.X509VerificationFlags", + "name": "NoFlag", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Security.Cryptography.X509Certificates.X509VerificationFlags", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "X509VerificationFlags", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Security.Cryptography.X509Certificates", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierHashAlgorithm", + "name": "CapiSha1", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierHashAlgorithm", + "name": "Sha1", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierHashAlgorithm", + "name": "ShortSha1", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierHashAlgorithm", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "X509SubjectKeyIdentifierHashAlgorithm", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Text", + "baseClass": "System.Text.Encoding", + "attribute": "", + "interfaces": ["ICloneable"], + "fields": [ + { + "typeName": "bool", + "name": "IsSingleByte", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "chars", "typeName": "char*" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "GetByteCount", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "chars", "typeName": "char[]" }, + { "name": "index", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "GetByteCount", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "chars", "typeName": "string" }], + "isStatic": false, + "name": "GetByteCount", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "chars", "typeName": "char*" }, + { "name": "charCount", "typeName": "int" }, + { "name": "bytes", "typeName": "byte*" }, + { "name": "byteCount", "typeName": "int" } + ], + "isStatic": false, + "name": "GetBytes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "chars", "typeName": "char[]" }, + { "name": "charIndex", "typeName": "int" }, + { "name": "charCount", "typeName": "int" }, + { "name": "bytes", "typeName": "byte[]" }, + { "name": "byteIndex", "typeName": "int" } + ], + "isStatic": false, + "name": "GetBytes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "chars", "typeName": "string" }, + { "name": "charIndex", "typeName": "int" }, + { "name": "charCount", "typeName": "int" }, + { "name": "bytes", "typeName": "byte[]" }, + { "name": "byteIndex", "typeName": "int" } + ], + "isStatic": false, + "name": "GetBytes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "bytes", "typeName": "byte*" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "GetCharCount", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "bytes", "typeName": "byte[]" }, + { "name": "index", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "GetCharCount", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "bytes", "typeName": "byte*" }, + { "name": "byteCount", "typeName": "int" }, + { "name": "chars", "typeName": "char*" }, + { "name": "charCount", "typeName": "int" } + ], + "isStatic": false, + "name": "GetChars", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "bytes", "typeName": "byte[]" }, + { "name": "byteIndex", "typeName": "int" }, + { "name": "byteCount", "typeName": "int" }, + { "name": "chars", "typeName": "char[]" }, + { "name": "charIndex", "typeName": "int" } + ], + "isStatic": false, + "name": "GetChars", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Decoder", + "params": [], + "isStatic": false, + "name": "GetDecoder", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Encoder", + "params": [], + "isStatic": false, + "name": "GetEncoder", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "charCount", "typeName": "int" }], + "isStatic": false, + "name": "GetMaxByteCount", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "byteCount", "typeName": "int" }], + "isStatic": false, + "name": "GetMaxCharCount", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "bytes", "typeName": "byte[]" }, + { "name": "byteIndex", "typeName": "int" }, + { "name": "byteCount", "typeName": "int" } + ], + "isStatic": false, + "name": "GetString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ASCIIEncoding", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Text", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Text.DecoderFallback", + "name": "Fallback", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Text.DecoderFallbackBuffer", + "name": "FallbackBuffer", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "bytes", "typeName": "byte*" }, + { "name": "byteCount", "typeName": "int" }, + { "name": "chars", "typeName": "char*" }, + { "name": "charCount", "typeName": "int" }, + { "name": "flush", "typeName": "bool" }, + { "name": "bytesUsed", "typeName": "int" }, + { "name": "charsUsed", "typeName": "int" }, + { "name": "completed", "typeName": "bool" } + ], + "isStatic": false, + "name": "Convert", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "bytes", "typeName": "byte[]" }, + { "name": "byteIndex", "typeName": "int" }, + { "name": "byteCount", "typeName": "int" }, + { "name": "chars", "typeName": "char[]" }, + { "name": "charIndex", "typeName": "int" }, + { "name": "charCount", "typeName": "int" }, + { "name": "flush", "typeName": "bool" }, + { "name": "bytesUsed", "typeName": "int" }, + { "name": "charsUsed", "typeName": "int" }, + { "name": "completed", "typeName": "bool" } + ], + "isStatic": false, + "name": "Convert", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "bytes", "typeName": "byte*" }, + { "name": "count", "typeName": "int" }, + { "name": "flush", "typeName": "bool" } + ], + "isStatic": false, + "name": "GetCharCount", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "bytes", "typeName": "byte[]" }, + { "name": "index", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "GetCharCount", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "bytes", "typeName": "byte[]" }, + { "name": "index", "typeName": "int" }, + { "name": "count", "typeName": "int" }, + { "name": "flush", "typeName": "bool" } + ], + "isStatic": false, + "name": "GetCharCount", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "bytes", "typeName": "byte*" }, + { "name": "byteCount", "typeName": "int" }, + { "name": "chars", "typeName": "char*" }, + { "name": "charCount", "typeName": "int" }, + { "name": "flush", "typeName": "bool" } + ], + "isStatic": false, + "name": "GetChars", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "bytes", "typeName": "byte[]" }, + { "name": "byteIndex", "typeName": "int" }, + { "name": "byteCount", "typeName": "int" }, + { "name": "chars", "typeName": "char[]" }, + { "name": "charIndex", "typeName": "int" } + ], + "isStatic": false, + "name": "GetChars", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "bytes", "typeName": "byte[]" }, + { "name": "byteIndex", "typeName": "int" }, + { "name": "byteCount", "typeName": "int" }, + { "name": "chars", "typeName": "char[]" }, + { "name": "charIndex", "typeName": "int" }, + { "name": "flush", "typeName": "bool" } + ], + "isStatic": false, + "name": "GetChars", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Reset", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "Decoder", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Text", + "baseClass": "System.Text.DecoderFallback", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "MaxCharCount", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DecoderFallbackBuffer", + "params": [], + "isStatic": false, + "name": "CreateFallbackBuffer", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "DecoderExceptionFallback", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Text", + "baseClass": "System.Text.DecoderFallbackBuffer", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "Remaining", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "bytesUnknown", "typeName": "byte[]" }, + { "name": "index", "typeName": "int" } + ], + "isStatic": false, + "name": "Fallback", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Char", + "params": [], + "isStatic": false, + "name": "GetNextChar", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "MovePrevious", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "DecoderExceptionFallbackBuffer", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Text", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Text.DecoderFallback", + "name": "ExceptionFallback", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "MaxCharCount", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Text.DecoderFallback", + "name": "ReplacementFallback", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "DecoderFallbackBuffer", + "params": [], + "isStatic": false, + "name": "CreateFallbackBuffer", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "DecoderFallback", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Text", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "Remaining", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [ + { "name": "bytesUnknown", "typeName": "byte[]" }, + { "name": "index", "typeName": "int" } + ], + "isStatic": false, + "name": "Fallback", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Char", + "params": [], + "isStatic": false, + "name": "GetNextChar", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "MovePrevious", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Reset", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "DecoderFallbackBuffer", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Text", + "baseClass": "System.ArgumentException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [ + { + "typeName": "byte[]", + "name": "BytesUnknown", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "Index", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "bytesUnknown", "typeName": "byte[]" }, + { "name": "index", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "innerException", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "DecoderFallbackException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Text", + "baseClass": "System.Text.DecoderFallbackBuffer", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "Remaining", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "fallback", + "typeName": "System.Text.DecoderReplacementFallback" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "bytesUnknown", "typeName": "byte[]" }, + { "name": "index", "typeName": "int" } + ], + "isStatic": false, + "name": "Fallback", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Char", + "params": [], + "isStatic": false, + "name": "GetNextChar", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "MovePrevious", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Reset", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "DecoderReplacementFallbackBuffer", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Text", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Text.EncoderFallback", + "name": "Fallback", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Text.EncoderFallbackBuffer", + "name": "FallbackBuffer", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "chars", "typeName": "char*" }, + { "name": "charCount", "typeName": "int" }, + { "name": "bytes", "typeName": "byte*" }, + { "name": "byteCount", "typeName": "int" }, + { "name": "flush", "typeName": "bool" }, + { "name": "charsUsed", "typeName": "int" }, + { "name": "bytesUsed", "typeName": "int" }, + { "name": "completed", "typeName": "bool" } + ], + "isStatic": false, + "name": "Convert", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "chars", "typeName": "char[]" }, + { "name": "charIndex", "typeName": "int" }, + { "name": "charCount", "typeName": "int" }, + { "name": "bytes", "typeName": "byte[]" }, + { "name": "byteIndex", "typeName": "int" }, + { "name": "byteCount", "typeName": "int" }, + { "name": "flush", "typeName": "bool" }, + { "name": "charsUsed", "typeName": "int" }, + { "name": "bytesUsed", "typeName": "int" }, + { "name": "completed", "typeName": "bool" } + ], + "isStatic": false, + "name": "Convert", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "chars", "typeName": "char*" }, + { "name": "count", "typeName": "int" }, + { "name": "flush", "typeName": "bool" } + ], + "isStatic": false, + "name": "GetByteCount", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "chars", "typeName": "char[]" }, + { "name": "index", "typeName": "int" }, + { "name": "count", "typeName": "int" }, + { "name": "flush", "typeName": "bool" } + ], + "isStatic": false, + "name": "GetByteCount", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "chars", "typeName": "char*" }, + { "name": "charCount", "typeName": "int" }, + { "name": "bytes", "typeName": "byte*" }, + { "name": "byteCount", "typeName": "int" }, + { "name": "flush", "typeName": "bool" } + ], + "isStatic": false, + "name": "GetBytes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "chars", "typeName": "char[]" }, + { "name": "charIndex", "typeName": "int" }, + { "name": "charCount", "typeName": "int" }, + { "name": "bytes", "typeName": "byte[]" }, + { "name": "byteIndex", "typeName": "int" }, + { "name": "flush", "typeName": "bool" } + ], + "isStatic": false, + "name": "GetBytes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Reset", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "Encoder", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Text", + "baseClass": "System.Text.DecoderFallback", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "DefaultString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "MaxCharCount", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "replacement", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "DecoderFallbackBuffer", + "params": [], + "isStatic": false, + "name": "CreateFallbackBuffer", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "DecoderReplacementFallback", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Text", + "baseClass": "System.Text.EncoderFallback", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "MaxCharCount", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "EncoderFallbackBuffer", + "params": [], + "isStatic": false, + "name": "CreateFallbackBuffer", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "EncoderExceptionFallback", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Text", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Text.EncoderFallback", + "name": "ExceptionFallback", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "MaxCharCount", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Text.EncoderFallback", + "name": "ReplacementFallback", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "EncoderFallbackBuffer", + "params": [], + "isStatic": false, + "name": "CreateFallbackBuffer", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "EncoderFallback", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Text", + "baseClass": "System.Text.EncoderFallbackBuffer", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "Remaining", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "charUnknownHigh", "typeName": "char" }, + { "name": "charUnknownLow", "typeName": "char" }, + { "name": "index", "typeName": "int" } + ], + "isStatic": false, + "name": "Fallback", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "charUnknown", "typeName": "char" }, + { "name": "index", "typeName": "int" } + ], + "isStatic": false, + "name": "Fallback", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Char", + "params": [], + "isStatic": false, + "name": "GetNextChar", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "MovePrevious", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "EncoderExceptionFallbackBuffer", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Text", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "Remaining", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [ + { "name": "charUnknownHigh", "typeName": "char" }, + { "name": "charUnknownLow", "typeName": "char" }, + { "name": "index", "typeName": "int" } + ], + "isStatic": false, + "name": "Fallback", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "charUnknown", "typeName": "char" }, + { "name": "index", "typeName": "int" } + ], + "isStatic": false, + "name": "Fallback", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Char", + "params": [], + "isStatic": false, + "name": "GetNextChar", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "MovePrevious", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Reset", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "EncoderFallbackBuffer", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Text", + "baseClass": "System.ArgumentException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [ + { + "typeName": "char", + "name": "CharUnknown", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "char", + "name": "CharUnknownHigh", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "char", + "name": "CharUnknownLow", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "Index", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "innerException", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "IsUnknownSurrogate", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "EncoderFallbackException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Text", + "baseClass": "System.Text.EncoderFallback", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "DefaultString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "MaxCharCount", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "replacement", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "EncoderFallbackBuffer", + "params": [], + "isStatic": false, + "name": "CreateFallbackBuffer", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "EncoderReplacementFallback", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Text", + "baseClass": "object", + "attribute": "", + "interfaces": ["ICloneable"], + "fields": [ + { + "typeName": "System.Text.Encoding", + "name": "ASCII", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Text.Encoding", + "name": "BigEndianUnicode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "BodyName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "CodePage", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Text.DecoderFallback", + "name": "DecoderFallback", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Text.Encoding", + "name": "Default", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Text.EncoderFallback", + "name": "EncoderFallback", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "EncodingName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "HeaderName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsBrowserDisplay", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsBrowserSave", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsMailNewsDisplay", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsMailNewsSave", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsReadOnly", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsSingleByte", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Text.Encoding", + "name": "Unicode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Text.Encoding", + "name": "UTF32", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Text.Encoding", + "name": "UTF7", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Text.Encoding", + "name": "UTF8", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "WebName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "WindowsCodePage", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Object", + "params": [], + "isStatic": false, + "name": "Clone", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "srcEncoding", "typeName": "System.Text.Encoding" }, + { "name": "dstEncoding", "typeName": "System.Text.Encoding" }, + { "name": "bytes", "typeName": "byte[]" } + ], + "isStatic": true, + "name": "Convert", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "srcEncoding", "typeName": "System.Text.Encoding" }, + { "name": "dstEncoding", "typeName": "System.Text.Encoding" }, + { "name": "bytes", "typeName": "byte[]" }, + { "name": "index", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": true, + "name": "Convert", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "chars", "typeName": "char*" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "GetByteCount", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "chars", "typeName": "char[]" }], + "isStatic": false, + "name": "GetByteCount", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "chars", "typeName": "char[]" }, + { "name": "index", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "GetByteCount", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "s", "typeName": "string" }], + "isStatic": false, + "name": "GetByteCount", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "chars", "typeName": "char*" }, + { "name": "charCount", "typeName": "int" }, + { "name": "bytes", "typeName": "byte*" }, + { "name": "byteCount", "typeName": "int" } + ], + "isStatic": false, + "name": "GetBytes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "chars", "typeName": "char[]" }], + "isStatic": false, + "name": "GetBytes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "chars", "typeName": "char[]" }, + { "name": "index", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "GetBytes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "chars", "typeName": "char[]" }, + { "name": "charIndex", "typeName": "int" }, + { "name": "charCount", "typeName": "int" }, + { "name": "bytes", "typeName": "byte[]" }, + { "name": "byteIndex", "typeName": "int" } + ], + "isStatic": false, + "name": "GetBytes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "s", "typeName": "string" }], + "isStatic": false, + "name": "GetBytes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "s", "typeName": "string" }, + { "name": "charIndex", "typeName": "int" }, + { "name": "charCount", "typeName": "int" }, + { "name": "bytes", "typeName": "byte[]" }, + { "name": "byteIndex", "typeName": "int" } + ], + "isStatic": false, + "name": "GetBytes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "bytes", "typeName": "byte*" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "GetCharCount", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "bytes", "typeName": "byte[]" }], + "isStatic": false, + "name": "GetCharCount", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "bytes", "typeName": "byte[]" }, + { "name": "index", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "GetCharCount", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "bytes", "typeName": "byte*" }, + { "name": "byteCount", "typeName": "int" }, + { "name": "chars", "typeName": "char*" }, + { "name": "charCount", "typeName": "int" } + ], + "isStatic": false, + "name": "GetChars", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "bytes", "typeName": "byte[]" }], + "isStatic": false, + "name": "GetChars", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "bytes", "typeName": "byte[]" }, + { "name": "index", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "GetChars", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "bytes", "typeName": "byte[]" }, + { "name": "byteIndex", "typeName": "int" }, + { "name": "byteCount", "typeName": "int" }, + { "name": "chars", "typeName": "char[]" }, + { "name": "charIndex", "typeName": "int" } + ], + "isStatic": false, + "name": "GetChars", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Decoder", + "params": [], + "isStatic": false, + "name": "GetDecoder", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Encoder", + "params": [], + "isStatic": false, + "name": "GetEncoder", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Encoding", + "params": [{ "name": "codepage", "typeName": "int" }], + "isStatic": true, + "name": "GetEncoding", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Encoding", + "params": [ + { "name": "codepage", "typeName": "int" }, + { + "name": "encoderFallback", + "typeName": "System.Text.EncoderFallback" + }, + { + "name": "decoderFallback", + "typeName": "System.Text.DecoderFallback" + } + ], + "isStatic": true, + "name": "GetEncoding", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Encoding", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": true, + "name": "GetEncoding", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Encoding", + "params": [ + { "name": "name", "typeName": "string" }, + { + "name": "encoderFallback", + "typeName": "System.Text.EncoderFallback" + }, + { + "name": "decoderFallback", + "typeName": "System.Text.DecoderFallback" + } + ], + "isStatic": true, + "name": "GetEncoding", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": true, + "name": "GetEncodings", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "charCount", "typeName": "int" }], + "isStatic": false, + "name": "GetMaxByteCount", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "byteCount", "typeName": "int" }], + "isStatic": false, + "name": "GetMaxCharCount", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetPreamble", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "bytes", "typeName": "byte*" }, + { "name": "byteCount", "typeName": "int" } + ], + "isStatic": false, + "name": "GetString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "bytes", "typeName": "byte[]" }], + "isStatic": false, + "name": "GetString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "bytes", "typeName": "byte[]" }, + { "name": "index", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "GetString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "IsAlwaysNormalized", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "form", "typeName": "System.Text.NormalizationForm" } + ], + "isStatic": false, + "name": "IsAlwaysNormalized", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "provider", "typeName": "System.Text.EncodingProvider" } + ], + "isStatic": true, + "name": "RegisterProvider", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "Encoding", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Text", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "CodePage", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "DisplayName", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Encoding", + "params": [], + "isStatic": false, + "name": "GetEncoding", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "EncodingInfo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Text", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Encoding", + "params": [{ "name": "codepage", "typeName": "int" }], + "isStatic": false, + "name": "GetEncoding", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Encoding", + "params": [ + { "name": "codepage", "typeName": "int" }, + { + "name": "encoderFallback", + "typeName": "System.Text.EncoderFallback" + }, + { + "name": "decoderFallback", + "typeName": "System.Text.DecoderFallback" + } + ], + "isStatic": false, + "name": "GetEncoding", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Encoding", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "GetEncoding", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Encoding", + "params": [ + { "name": "name", "typeName": "string" }, + { + "name": "encoderFallback", + "typeName": "System.Text.EncoderFallback" + }, + { + "name": "decoderFallback", + "typeName": "System.Text.DecoderFallback" + } + ], + "isStatic": false, + "name": "GetEncoding", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "EncodingProvider", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Text", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Text.NormalizationForm", + "name": "FormC", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Text.NormalizationForm", + "name": "FormD", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Text.NormalizationForm", + "name": "FormKC", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Text.NormalizationForm", + "name": "FormKD", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Text.NormalizationForm", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "NormalizationForm", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Text", + "baseClass": "object", + "attribute": "", + "interfaces": ["ISerializable"], + "fields": [ + { + "typeName": "int", + "name": "Capacity", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "char", + "name": "this[]", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "Length", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "MaxCapacity", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "capacity", "typeName": "int" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "capacity", "typeName": "int" }, + { "name": "maxCapacity", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "string" }, + { "name": "capacity", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "string" }, + { "name": "startIndex", "typeName": "int" }, + { "name": "length", "typeName": "int" }, + { "name": "capacity", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "StringBuilder", + "params": [{ "name": "value", "typeName": "bool" }], + "isStatic": false, + "name": "Append", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "StringBuilder", + "params": [{ "name": "value", "typeName": "byte" }], + "isStatic": false, + "name": "Append", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "StringBuilder", + "params": [{ "name": "value", "typeName": "char" }], + "isStatic": false, + "name": "Append", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "StringBuilder", + "params": [ + { "name": "value", "typeName": "char*" }, + { "name": "valueCount", "typeName": "int" } + ], + "isStatic": false, + "name": "Append", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "StringBuilder", + "params": [ + { "name": "value", "typeName": "char" }, + { "name": "repeatCount", "typeName": "int" } + ], + "isStatic": false, + "name": "Append", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "StringBuilder", + "params": [{ "name": "value", "typeName": "char[]" }], + "isStatic": false, + "name": "Append", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "StringBuilder", + "params": [ + { "name": "value", "typeName": "char[]" }, + { "name": "startIndex", "typeName": "int" }, + { "name": "charCount", "typeName": "int" } + ], + "isStatic": false, + "name": "Append", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "StringBuilder", + "params": [{ "name": "value", "typeName": "decimal" }], + "isStatic": false, + "name": "Append", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "StringBuilder", + "params": [{ "name": "value", "typeName": "double" }], + "isStatic": false, + "name": "Append", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "StringBuilder", + "params": [{ "name": "value", "typeName": "short" }], + "isStatic": false, + "name": "Append", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "StringBuilder", + "params": [{ "name": "value", "typeName": "int" }], + "isStatic": false, + "name": "Append", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "StringBuilder", + "params": [{ "name": "value", "typeName": "long" }], + "isStatic": false, + "name": "Append", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "StringBuilder", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "Append", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "StringBuilder", + "params": [{ "name": "value", "typeName": "sbyte" }], + "isStatic": false, + "name": "Append", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "StringBuilder", + "params": [{ "name": "value", "typeName": "float" }], + "isStatic": false, + "name": "Append", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "StringBuilder", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": false, + "name": "Append", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "StringBuilder", + "params": [ + { "name": "value", "typeName": "string" }, + { "name": "startIndex", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "Append", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "StringBuilder", + "params": [{ "name": "value", "typeName": "ushort" }], + "isStatic": false, + "name": "Append", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "StringBuilder", + "params": [{ "name": "value", "typeName": "uint" }], + "isStatic": false, + "name": "Append", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "StringBuilder", + "params": [{ "name": "value", "typeName": "ulong" }], + "isStatic": false, + "name": "Append", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "StringBuilder", + "params": [ + { "name": "provider", "typeName": "System.IFormatProvider" }, + { "name": "format", "typeName": "string" }, + { "name": "arg0", "typeName": "object" } + ], + "isStatic": false, + "name": "AppendFormat", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "StringBuilder", + "params": [ + { "name": "provider", "typeName": "System.IFormatProvider" }, + { "name": "format", "typeName": "string" }, + { "name": "arg0", "typeName": "object" }, + { "name": "arg1", "typeName": "object" } + ], + "isStatic": false, + "name": "AppendFormat", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "StringBuilder", + "params": [ + { "name": "provider", "typeName": "System.IFormatProvider" }, + { "name": "format", "typeName": "string" }, + { "name": "arg0", "typeName": "object" }, + { "name": "arg1", "typeName": "object" }, + { "name": "arg2", "typeName": "object" } + ], + "isStatic": false, + "name": "AppendFormat", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "StringBuilder", + "params": [ + { "name": "provider", "typeName": "System.IFormatProvider" }, + { "name": "format", "typeName": "string" }, + { "name": "args", "typeName": "object[]" } + ], + "isStatic": false, + "name": "AppendFormat", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "StringBuilder", + "params": [ + { "name": "format", "typeName": "string" }, + { "name": "arg0", "typeName": "object" } + ], + "isStatic": false, + "name": "AppendFormat", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "StringBuilder", + "params": [ + { "name": "format", "typeName": "string" }, + { "name": "arg0", "typeName": "object" }, + { "name": "arg1", "typeName": "object" } + ], + "isStatic": false, + "name": "AppendFormat", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "StringBuilder", + "params": [ + { "name": "format", "typeName": "string" }, + { "name": "arg0", "typeName": "object" }, + { "name": "arg1", "typeName": "object" }, + { "name": "arg2", "typeName": "object" } + ], + "isStatic": false, + "name": "AppendFormat", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "StringBuilder", + "params": [ + { "name": "format", "typeName": "string" }, + { "name": "args", "typeName": "object[]" } + ], + "isStatic": false, + "name": "AppendFormat", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "StringBuilder", + "params": [], + "isStatic": false, + "name": "AppendLine", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "StringBuilder", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": false, + "name": "AppendLine", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "StringBuilder", + "params": [], + "isStatic": false, + "name": "Clear", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "sourceIndex", "typeName": "int" }, + { "name": "destination", "typeName": "char[]" }, + { "name": "destinationIndex", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "capacity", "typeName": "int" }], + "isStatic": false, + "name": "EnsureCapacity", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "sb", "typeName": "System.Text.StringBuilder" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "StringBuilder", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "value", "typeName": "bool" } + ], + "isStatic": false, + "name": "Insert", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "StringBuilder", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "value", "typeName": "byte" } + ], + "isStatic": false, + "name": "Insert", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "StringBuilder", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "value", "typeName": "char" } + ], + "isStatic": false, + "name": "Insert", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "StringBuilder", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "value", "typeName": "char[]" } + ], + "isStatic": false, + "name": "Insert", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "StringBuilder", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "value", "typeName": "char[]" }, + { "name": "startIndex", "typeName": "int" }, + { "name": "charCount", "typeName": "int" } + ], + "isStatic": false, + "name": "Insert", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "StringBuilder", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "value", "typeName": "decimal" } + ], + "isStatic": false, + "name": "Insert", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "StringBuilder", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "value", "typeName": "double" } + ], + "isStatic": false, + "name": "Insert", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "StringBuilder", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "value", "typeName": "short" } + ], + "isStatic": false, + "name": "Insert", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "StringBuilder", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "value", "typeName": "int" } + ], + "isStatic": false, + "name": "Insert", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "StringBuilder", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "value", "typeName": "long" } + ], + "isStatic": false, + "name": "Insert", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "StringBuilder", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "value", "typeName": "object" } + ], + "isStatic": false, + "name": "Insert", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "StringBuilder", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "value", "typeName": "sbyte" } + ], + "isStatic": false, + "name": "Insert", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "StringBuilder", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "value", "typeName": "float" } + ], + "isStatic": false, + "name": "Insert", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "StringBuilder", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "value", "typeName": "string" } + ], + "isStatic": false, + "name": "Insert", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "StringBuilder", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "value", "typeName": "string" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "Insert", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "StringBuilder", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "value", "typeName": "ushort" } + ], + "isStatic": false, + "name": "Insert", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "StringBuilder", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "value", "typeName": "uint" } + ], + "isStatic": false, + "name": "Insert", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "StringBuilder", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "value", "typeName": "ulong" } + ], + "isStatic": false, + "name": "Insert", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "StringBuilder", + "params": [ + { "name": "startIndex", "typeName": "int" }, + { "name": "length", "typeName": "int" } + ], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "StringBuilder", + "params": [ + { "name": "oldChar", "typeName": "char" }, + { "name": "newChar", "typeName": "char" } + ], + "isStatic": false, + "name": "Replace", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "StringBuilder", + "params": [ + { "name": "oldChar", "typeName": "char" }, + { "name": "newChar", "typeName": "char" }, + { "name": "startIndex", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "Replace", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "StringBuilder", + "params": [ + { "name": "oldValue", "typeName": "string" }, + { "name": "newValue", "typeName": "string" } + ], + "isStatic": false, + "name": "Replace", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "StringBuilder", + "params": [ + { "name": "oldValue", "typeName": "string" }, + { "name": "newValue", "typeName": "string" }, + { "name": "startIndex", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "Replace", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "startIndex", "typeName": "int" }, + { "name": "length", "typeName": "int" } + ], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "StringBuilder", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Text", + "baseClass": "System.Text.Encoding", + "attribute": "", + "interfaces": ["ICloneable"], + "fields": [ + { + "typeName": "int", + "name": "CharSize", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "bigEndian", "typeName": "bool" }, + { "name": "byteOrderMark", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "bigEndian", "typeName": "bool" }, + { "name": "byteOrderMark", "typeName": "bool" }, + { "name": "throwOnInvalidBytes", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "chars", "typeName": "char*" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "GetByteCount", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "chars", "typeName": "char[]" }, + { "name": "index", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "GetByteCount", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "s", "typeName": "string" }], + "isStatic": false, + "name": "GetByteCount", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "chars", "typeName": "char*" }, + { "name": "charCount", "typeName": "int" }, + { "name": "bytes", "typeName": "byte*" }, + { "name": "byteCount", "typeName": "int" } + ], + "isStatic": false, + "name": "GetBytes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "chars", "typeName": "char[]" }, + { "name": "charIndex", "typeName": "int" }, + { "name": "charCount", "typeName": "int" }, + { "name": "bytes", "typeName": "byte[]" }, + { "name": "byteIndex", "typeName": "int" } + ], + "isStatic": false, + "name": "GetBytes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "s", "typeName": "string" }, + { "name": "charIndex", "typeName": "int" }, + { "name": "charCount", "typeName": "int" }, + { "name": "bytes", "typeName": "byte[]" }, + { "name": "byteIndex", "typeName": "int" } + ], + "isStatic": false, + "name": "GetBytes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "bytes", "typeName": "byte*" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "GetCharCount", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "bytes", "typeName": "byte[]" }, + { "name": "index", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "GetCharCount", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "bytes", "typeName": "byte*" }, + { "name": "byteCount", "typeName": "int" }, + { "name": "chars", "typeName": "char*" }, + { "name": "charCount", "typeName": "int" } + ], + "isStatic": false, + "name": "GetChars", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "bytes", "typeName": "byte[]" }, + { "name": "byteIndex", "typeName": "int" }, + { "name": "byteCount", "typeName": "int" }, + { "name": "chars", "typeName": "char[]" }, + { "name": "charIndex", "typeName": "int" } + ], + "isStatic": false, + "name": "GetChars", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Decoder", + "params": [], + "isStatic": false, + "name": "GetDecoder", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Encoder", + "params": [], + "isStatic": false, + "name": "GetEncoder", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "charCount", "typeName": "int" }], + "isStatic": false, + "name": "GetMaxByteCount", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "byteCount", "typeName": "int" }], + "isStatic": false, + "name": "GetMaxCharCount", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetPreamble", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "bytes", "typeName": "byte[]" }, + { "name": "index", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "GetString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "UnicodeEncoding", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Text", + "baseClass": "System.Text.Encoding", + "attribute": "", + "interfaces": ["ICloneable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "bigEndian", "typeName": "bool" }, + { "name": "byteOrderMark", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "bigEndian", "typeName": "bool" }, + { "name": "byteOrderMark", "typeName": "bool" }, + { "name": "throwOnInvalidCharacters", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "chars", "typeName": "char*" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "GetByteCount", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "chars", "typeName": "char[]" }, + { "name": "index", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "GetByteCount", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "s", "typeName": "string" }], + "isStatic": false, + "name": "GetByteCount", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "chars", "typeName": "char*" }, + { "name": "charCount", "typeName": "int" }, + { "name": "bytes", "typeName": "byte*" }, + { "name": "byteCount", "typeName": "int" } + ], + "isStatic": false, + "name": "GetBytes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "chars", "typeName": "char[]" }, + { "name": "charIndex", "typeName": "int" }, + { "name": "charCount", "typeName": "int" }, + { "name": "bytes", "typeName": "byte[]" }, + { "name": "byteIndex", "typeName": "int" } + ], + "isStatic": false, + "name": "GetBytes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "s", "typeName": "string" }, + { "name": "charIndex", "typeName": "int" }, + { "name": "charCount", "typeName": "int" }, + { "name": "bytes", "typeName": "byte[]" }, + { "name": "byteIndex", "typeName": "int" } + ], + "isStatic": false, + "name": "GetBytes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "bytes", "typeName": "byte*" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "GetCharCount", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "bytes", "typeName": "byte[]" }, + { "name": "index", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "GetCharCount", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "bytes", "typeName": "byte*" }, + { "name": "byteCount", "typeName": "int" }, + { "name": "chars", "typeName": "char*" }, + { "name": "charCount", "typeName": "int" } + ], + "isStatic": false, + "name": "GetChars", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "bytes", "typeName": "byte[]" }, + { "name": "byteIndex", "typeName": "int" }, + { "name": "byteCount", "typeName": "int" }, + { "name": "chars", "typeName": "char[]" }, + { "name": "charIndex", "typeName": "int" } + ], + "isStatic": false, + "name": "GetChars", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Decoder", + "params": [], + "isStatic": false, + "name": "GetDecoder", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Encoder", + "params": [], + "isStatic": false, + "name": "GetEncoder", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "charCount", "typeName": "int" }], + "isStatic": false, + "name": "GetMaxByteCount", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "byteCount", "typeName": "int" }], + "isStatic": false, + "name": "GetMaxCharCount", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetPreamble", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "bytes", "typeName": "byte[]" }, + { "name": "index", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "GetString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "UTF32Encoding", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Text", + "baseClass": "System.Text.Encoding", + "attribute": "", + "interfaces": ["ICloneable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "allowOptionals", "typeName": "bool" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "chars", "typeName": "char*" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "GetByteCount", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "chars", "typeName": "char[]" }, + { "name": "index", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "GetByteCount", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "s", "typeName": "string" }], + "isStatic": false, + "name": "GetByteCount", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "chars", "typeName": "char*" }, + { "name": "charCount", "typeName": "int" }, + { "name": "bytes", "typeName": "byte*" }, + { "name": "byteCount", "typeName": "int" } + ], + "isStatic": false, + "name": "GetBytes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "chars", "typeName": "char[]" }, + { "name": "charIndex", "typeName": "int" }, + { "name": "charCount", "typeName": "int" }, + { "name": "bytes", "typeName": "byte[]" }, + { "name": "byteIndex", "typeName": "int" } + ], + "isStatic": false, + "name": "GetBytes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "s", "typeName": "string" }, + { "name": "charIndex", "typeName": "int" }, + { "name": "charCount", "typeName": "int" }, + { "name": "bytes", "typeName": "byte[]" }, + { "name": "byteIndex", "typeName": "int" } + ], + "isStatic": false, + "name": "GetBytes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "bytes", "typeName": "byte*" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "GetCharCount", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "bytes", "typeName": "byte[]" }, + { "name": "index", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "GetCharCount", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "bytes", "typeName": "byte*" }, + { "name": "byteCount", "typeName": "int" }, + { "name": "chars", "typeName": "char*" }, + { "name": "charCount", "typeName": "int" } + ], + "isStatic": false, + "name": "GetChars", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "bytes", "typeName": "byte[]" }, + { "name": "byteIndex", "typeName": "int" }, + { "name": "byteCount", "typeName": "int" }, + { "name": "chars", "typeName": "char[]" }, + { "name": "charIndex", "typeName": "int" } + ], + "isStatic": false, + "name": "GetChars", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Decoder", + "params": [], + "isStatic": false, + "name": "GetDecoder", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Encoder", + "params": [], + "isStatic": false, + "name": "GetEncoder", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "charCount", "typeName": "int" }], + "isStatic": false, + "name": "GetMaxByteCount", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "byteCount", "typeName": "int" }], + "isStatic": false, + "name": "GetMaxCharCount", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "bytes", "typeName": "byte[]" }, + { "name": "index", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "GetString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "UTF7Encoding", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Text", + "baseClass": "System.Text.Encoding", + "attribute": "", + "interfaces": ["ICloneable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "encoderShouldEmitUTF8Identifier", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "encoderShouldEmitUTF8Identifier", "typeName": "bool" }, + { "name": "throwOnInvalidBytes", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "value", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "chars", "typeName": "char*" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "GetByteCount", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "chars", "typeName": "char[]" }, + { "name": "index", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "GetByteCount", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "chars", "typeName": "string" }], + "isStatic": false, + "name": "GetByteCount", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "chars", "typeName": "char*" }, + { "name": "charCount", "typeName": "int" }, + { "name": "bytes", "typeName": "byte*" }, + { "name": "byteCount", "typeName": "int" } + ], + "isStatic": false, + "name": "GetBytes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "chars", "typeName": "char[]" }, + { "name": "charIndex", "typeName": "int" }, + { "name": "charCount", "typeName": "int" }, + { "name": "bytes", "typeName": "byte[]" }, + { "name": "byteIndex", "typeName": "int" } + ], + "isStatic": false, + "name": "GetBytes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "s", "typeName": "string" }, + { "name": "charIndex", "typeName": "int" }, + { "name": "charCount", "typeName": "int" }, + { "name": "bytes", "typeName": "byte[]" }, + { "name": "byteIndex", "typeName": "int" } + ], + "isStatic": false, + "name": "GetBytes", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "bytes", "typeName": "byte*" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "GetCharCount", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "bytes", "typeName": "byte[]" }, + { "name": "index", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "GetCharCount", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "bytes", "typeName": "byte*" }, + { "name": "byteCount", "typeName": "int" }, + { "name": "chars", "typeName": "char*" }, + { "name": "charCount", "typeName": "int" } + ], + "isStatic": false, + "name": "GetChars", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "bytes", "typeName": "byte[]" }, + { "name": "byteIndex", "typeName": "int" }, + { "name": "byteCount", "typeName": "int" }, + { "name": "chars", "typeName": "char[]" }, + { "name": "charIndex", "typeName": "int" } + ], + "isStatic": false, + "name": "GetChars", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Decoder", + "params": [], + "isStatic": false, + "name": "GetDecoder", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Encoder", + "params": [], + "isStatic": false, + "name": "GetEncoder", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "charCount", "typeName": "int" }], + "isStatic": false, + "name": "GetMaxByteCount", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "byteCount", "typeName": "int" }], + "isStatic": false, + "name": "GetMaxCharCount", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetPreamble", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "bytes", "typeName": "byte[]" }, + { "name": "index", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "GetString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "UTF8Encoding", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Text.RegularExpressions", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "Index", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "Length", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "Value", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.dll" + } + ], + "name": "Capture", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Text.RegularExpressions", + "baseClass": "object", + "attribute": "", + "interfaces": ["ICollection", "IEnumerable"], + "fields": [ + { + "typeName": "int", + "name": "Count", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "IsReadOnly", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "IsSynchronized", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Text.RegularExpressions.Capture", + "name": "this[]", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "object", + "name": "SyncRoot", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "array", "typeName": "System.Array" }, + { "name": "arrayIndex", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IEnumerator", + "params": [], + "isStatic": false, + "name": "GetEnumerator", + "comment": "", + "location": "System.dll" + } + ], + "name": "CaptureCollection", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Text.RegularExpressions", + "baseClass": "System.Text.RegularExpressions.Capture", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Text.RegularExpressions.CaptureCollection", + "name": "Captures", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "Success", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Group", + "params": [ + { + "name": "inner", + "typeName": "System.Text.RegularExpressions.Group" + } + ], + "isStatic": true, + "name": "Synchronized", + "comment": "", + "location": "System.dll" + } + ], + "name": "Group", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Text.RegularExpressions", + "baseClass": "object", + "attribute": "", + "interfaces": ["ICollection", "IEnumerable"], + "fields": [ + { + "typeName": "int", + "name": "Count", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "IsReadOnly", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "IsSynchronized", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Text.RegularExpressions.Group", + "name": "this[]", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Text.RegularExpressions.Group", + "name": "this[]", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "object", + "name": "SyncRoot", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "array", "typeName": "System.Array" }, + { "name": "arrayIndex", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IEnumerator", + "params": [], + "isStatic": false, + "name": "GetEnumerator", + "comment": "", + "location": "System.dll" + } + ], + "name": "GroupCollection", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Text.RegularExpressions", + "baseClass": "System.Text.RegularExpressions.Group", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Text.RegularExpressions.Match", + "name": "Empty", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Text.RegularExpressions.GroupCollection", + "name": "Groups", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Match", + "params": [], + "isStatic": false, + "name": "NextMatch", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "replacement", "typeName": "string" }], + "isStatic": false, + "name": "Result", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Match", + "params": [ + { + "name": "inner", + "typeName": "System.Text.RegularExpressions.Match" + } + ], + "isStatic": true, + "name": "Synchronized", + "comment": "", + "location": "System.dll" + } + ], + "name": "Match", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Text.RegularExpressions", + "baseClass": "object", + "attribute": "", + "interfaces": ["ICollection", "IEnumerable"], + "fields": [ + { + "typeName": "int", + "name": "Count", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "IsReadOnly", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "IsSynchronized", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Text.RegularExpressions.Match", + "name": "this[]", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "object", + "name": "SyncRoot", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "array", "typeName": "System.Array" }, + { "name": "arrayIndex", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTo", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IEnumerator", + "params": [], + "isStatic": false, + "name": "GetEnumerator", + "comment": "", + "location": "System.dll" + } + ], + "name": "MatchCollection", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Text.RegularExpressions", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "String", + "params": [ + { + "name": "match", + "typeName": "System.Text.RegularExpressions.Match" + } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { + "name": "match", + "typeName": "System.Text.RegularExpressions.Match" + }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "System.dll" + } + ], + "name": "MatchEvaluator", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Text.RegularExpressions", + "baseClass": "object", + "attribute": "", + "interfaces": ["ISerializable"], + "fields": [ + { + "typeName": "System.TimeSpan", + "name": "InfiniteMatchTimeout", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "CacheSize", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.TimeSpan", + "name": "MatchTimeout", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Text.RegularExpressions.RegexOptions", + "name": "Options", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "bool", + "name": "RightToLeft", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "pattern", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "pattern", "typeName": "string" }, + { + "name": "options", + "typeName": "System.Text.RegularExpressions.RegexOptions" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "pattern", "typeName": "string" }, + { + "name": "options", + "typeName": "System.Text.RegularExpressions.RegexOptions" + }, + { "name": "matchTimeout", "typeName": "System.TimeSpan" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "regexinfos", + "typeName": "System.Text.RegularExpressions.RegexCompilationInfo[]" + }, + { + "name": "assemblyname", + "typeName": "System.Reflection.AssemblyName" + } + ], + "isStatic": true, + "name": "CompileToAssembly", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "regexinfos", + "typeName": "System.Text.RegularExpressions.RegexCompilationInfo[]" + }, + { + "name": "assemblyname", + "typeName": "System.Reflection.AssemblyName" + }, + { + "name": "attributes", + "typeName": "System.Reflection.Emit.CustomAttributeBuilder[]" + } + ], + "isStatic": true, + "name": "CompileToAssembly", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "regexinfos", + "typeName": "System.Text.RegularExpressions.RegexCompilationInfo[]" + }, + { + "name": "assemblyname", + "typeName": "System.Reflection.AssemblyName" + }, + { + "name": "attributes", + "typeName": "System.Reflection.Emit.CustomAttributeBuilder[]" + }, + { "name": "resourceFile", "typeName": "string" } + ], + "isStatic": true, + "name": "CompileToAssembly", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "str", "typeName": "string" }], + "isStatic": true, + "name": "Escape", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetGroupNames", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetGroupNumbers", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "i", "typeName": "int" }], + "isStatic": false, + "name": "GroupNameFromNumber", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "GroupNumberFromName", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "input", "typeName": "string" }], + "isStatic": false, + "name": "IsMatch", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "input", "typeName": "string" }, + { "name": "startat", "typeName": "int" } + ], + "isStatic": false, + "name": "IsMatch", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "input", "typeName": "string" }, + { "name": "pattern", "typeName": "string" } + ], + "isStatic": true, + "name": "IsMatch", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "input", "typeName": "string" }, + { "name": "pattern", "typeName": "string" }, + { + "name": "options", + "typeName": "System.Text.RegularExpressions.RegexOptions" + } + ], + "isStatic": true, + "name": "IsMatch", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "input", "typeName": "string" }, + { "name": "pattern", "typeName": "string" }, + { + "name": "options", + "typeName": "System.Text.RegularExpressions.RegexOptions" + }, + { "name": "matchTimeout", "typeName": "System.TimeSpan" } + ], + "isStatic": true, + "name": "IsMatch", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Match", + "params": [{ "name": "input", "typeName": "string" }], + "isStatic": false, + "name": "Match", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Match", + "params": [ + { "name": "input", "typeName": "string" }, + { "name": "startat", "typeName": "int" } + ], + "isStatic": false, + "name": "Match", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Match", + "params": [ + { "name": "input", "typeName": "string" }, + { "name": "beginning", "typeName": "int" }, + { "name": "length", "typeName": "int" } + ], + "isStatic": false, + "name": "Match", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Match", + "params": [ + { "name": "input", "typeName": "string" }, + { "name": "pattern", "typeName": "string" } + ], + "isStatic": true, + "name": "Match", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Match", + "params": [ + { "name": "input", "typeName": "string" }, + { "name": "pattern", "typeName": "string" }, + { + "name": "options", + "typeName": "System.Text.RegularExpressions.RegexOptions" + } + ], + "isStatic": true, + "name": "Match", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Match", + "params": [ + { "name": "input", "typeName": "string" }, + { "name": "pattern", "typeName": "string" }, + { + "name": "options", + "typeName": "System.Text.RegularExpressions.RegexOptions" + }, + { "name": "matchTimeout", "typeName": "System.TimeSpan" } + ], + "isStatic": true, + "name": "Match", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "MatchCollection", + "params": [{ "name": "input", "typeName": "string" }], + "isStatic": false, + "name": "Matches", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "MatchCollection", + "params": [ + { "name": "input", "typeName": "string" }, + { "name": "startat", "typeName": "int" } + ], + "isStatic": false, + "name": "Matches", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "MatchCollection", + "params": [ + { "name": "input", "typeName": "string" }, + { "name": "pattern", "typeName": "string" } + ], + "isStatic": true, + "name": "Matches", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "MatchCollection", + "params": [ + { "name": "input", "typeName": "string" }, + { "name": "pattern", "typeName": "string" }, + { + "name": "options", + "typeName": "System.Text.RegularExpressions.RegexOptions" + } + ], + "isStatic": true, + "name": "Matches", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "MatchCollection", + "params": [ + { "name": "input", "typeName": "string" }, + { "name": "pattern", "typeName": "string" }, + { + "name": "options", + "typeName": "System.Text.RegularExpressions.RegexOptions" + }, + { "name": "matchTimeout", "typeName": "System.TimeSpan" } + ], + "isStatic": true, + "name": "Matches", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "input", "typeName": "string" }, + { "name": "replacement", "typeName": "string" } + ], + "isStatic": false, + "name": "Replace", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "input", "typeName": "string" }, + { "name": "replacement", "typeName": "string" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "Replace", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "input", "typeName": "string" }, + { "name": "replacement", "typeName": "string" }, + { "name": "count", "typeName": "int" }, + { "name": "startat", "typeName": "int" } + ], + "isStatic": false, + "name": "Replace", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "input", "typeName": "string" }, + { "name": "pattern", "typeName": "string" }, + { "name": "replacement", "typeName": "string" } + ], + "isStatic": true, + "name": "Replace", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "input", "typeName": "string" }, + { "name": "pattern", "typeName": "string" }, + { "name": "replacement", "typeName": "string" }, + { + "name": "options", + "typeName": "System.Text.RegularExpressions.RegexOptions" + } + ], + "isStatic": true, + "name": "Replace", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "input", "typeName": "string" }, + { "name": "pattern", "typeName": "string" }, + { "name": "replacement", "typeName": "string" }, + { + "name": "options", + "typeName": "System.Text.RegularExpressions.RegexOptions" + }, + { "name": "matchTimeout", "typeName": "System.TimeSpan" } + ], + "isStatic": true, + "name": "Replace", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "input", "typeName": "string" }, + { "name": "pattern", "typeName": "string" }, + { + "name": "evaluator", + "typeName": "System.Text.RegularExpressions.MatchEvaluator" + } + ], + "isStatic": true, + "name": "Replace", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "input", "typeName": "string" }, + { "name": "pattern", "typeName": "string" }, + { + "name": "evaluator", + "typeName": "System.Text.RegularExpressions.MatchEvaluator" + }, + { + "name": "options", + "typeName": "System.Text.RegularExpressions.RegexOptions" + } + ], + "isStatic": true, + "name": "Replace", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "input", "typeName": "string" }, + { "name": "pattern", "typeName": "string" }, + { + "name": "evaluator", + "typeName": "System.Text.RegularExpressions.MatchEvaluator" + }, + { + "name": "options", + "typeName": "System.Text.RegularExpressions.RegexOptions" + }, + { "name": "matchTimeout", "typeName": "System.TimeSpan" } + ], + "isStatic": true, + "name": "Replace", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "input", "typeName": "string" }, + { + "name": "evaluator", + "typeName": "System.Text.RegularExpressions.MatchEvaluator" + } + ], + "isStatic": false, + "name": "Replace", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "input", "typeName": "string" }, + { + "name": "evaluator", + "typeName": "System.Text.RegularExpressions.MatchEvaluator" + }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "Replace", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "input", "typeName": "string" }, + { + "name": "evaluator", + "typeName": "System.Text.RegularExpressions.MatchEvaluator" + }, + { "name": "count", "typeName": "int" }, + { "name": "startat", "typeName": "int" } + ], + "isStatic": false, + "name": "Replace", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "input", "typeName": "string" }], + "isStatic": false, + "name": "Split", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "input", "typeName": "string" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "Split", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "input", "typeName": "string" }, + { "name": "count", "typeName": "int" }, + { "name": "startat", "typeName": "int" } + ], + "isStatic": false, + "name": "Split", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "input", "typeName": "string" }, + { "name": "pattern", "typeName": "string" } + ], + "isStatic": true, + "name": "Split", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "input", "typeName": "string" }, + { "name": "pattern", "typeName": "string" }, + { + "name": "options", + "typeName": "System.Text.RegularExpressions.RegexOptions" + } + ], + "isStatic": true, + "name": "Split", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "input", "typeName": "string" }, + { "name": "pattern", "typeName": "string" }, + { + "name": "options", + "typeName": "System.Text.RegularExpressions.RegexOptions" + }, + { "name": "matchTimeout", "typeName": "System.TimeSpan" } + ], + "isStatic": true, + "name": "Split", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "str", "typeName": "string" }], + "isStatic": true, + "name": "Unescape", + "comment": "", + "location": "System.dll" + } + ], + "name": "Regex", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Text.RegularExpressions", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "IsPublic", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.TimeSpan", + "name": "MatchTimeout", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "Namespace", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Text.RegularExpressions.RegexOptions", + "name": "Options", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "Pattern", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "pattern", "typeName": "string" }, + { + "name": "options", + "typeName": "System.Text.RegularExpressions.RegexOptions" + }, + { "name": "name", "typeName": "string" }, + { "name": "fullnamespace", "typeName": "string" }, + { "name": "ispublic", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "pattern", "typeName": "string" }, + { + "name": "options", + "typeName": "System.Text.RegularExpressions.RegexOptions" + }, + { "name": "name", "typeName": "string" }, + { "name": "fullnamespace", "typeName": "string" }, + { "name": "ispublic", "typeName": "bool" }, + { "name": "matchTimeout", "typeName": "System.TimeSpan" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "RegexCompilationInfo", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Text.RegularExpressions", + "baseClass": "System.TimeoutException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [ + { + "typeName": "string", + "name": "Input", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.TimeSpan", + "name": "MatchTimeout", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "string", + "name": "Pattern", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "inner", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "regexInput", "typeName": "string" }, + { "name": "regexPattern", "typeName": "string" }, + { "name": "matchTimeout", "typeName": "System.TimeSpan" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "RegexMatchTimeoutException", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Text.RegularExpressions", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Text.RegularExpressions.RegexOptions", + "name": "Compiled", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Text.RegularExpressions.RegexOptions", + "name": "CultureInvariant", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Text.RegularExpressions.RegexOptions", + "name": "ECMAScript", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Text.RegularExpressions.RegexOptions", + "name": "ExplicitCapture", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Text.RegularExpressions.RegexOptions", + "name": "IgnoreCase", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Text.RegularExpressions.RegexOptions", + "name": "IgnorePatternWhitespace", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Text.RegularExpressions.RegexOptions", + "name": "Multiline", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Text.RegularExpressions.RegexOptions", + "name": "None", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Text.RegularExpressions.RegexOptions", + "name": "RightToLeft", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "System.Text.RegularExpressions.RegexOptions", + "name": "Singleline", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Text.RegularExpressions.RegexOptions", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "RegexOptions", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Text.RegularExpressions", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [], + "name": "RegexRunner", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Text.RegularExpressions", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [], + "name": "RegexRunnerFactory", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Threading", + "baseClass": "System.SystemException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [ + { + "typeName": "System.Threading.Mutex", + "name": "Mutex", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "MutexIndex", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "location", "typeName": "int" }, + { "name": "handle", "typeName": "System.Threading.WaitHandle" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "inner", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "inner", "typeName": "System.Exception" }, + { "name": "location", "typeName": "int" }, + { "name": "handle", "typeName": "System.Threading.WaitHandle" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "location", "typeName": "int" }, + { "name": "handle", "typeName": "System.Threading.WaitHandle" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "AbandonedMutexException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Threading", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Threading.ApartmentState", + "name": "MTA", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Threading.ApartmentState", + "name": "STA", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Threading.ApartmentState", + "name": "Unknown", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Threading.ApartmentState", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ApartmentState", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Threading", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "obj", "typeName": "System.Threading.AsyncFlowControl" } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "a", "typeName": "System.Threading.AsyncFlowControl" }, + { "name": "b", "typeName": "System.Threading.AsyncFlowControl" } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "a", "typeName": "System.Threading.AsyncFlowControl" }, + { "name": "b", "typeName": "System.Threading.AsyncFlowControl" } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Undo", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "AsyncFlowControl", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Threading", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "T", + "name": "CurrentValue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "T", + "name": "PreviousValue", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "ThreadContextChanged", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "AsyncLocalValueChangedArgs", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Threading", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "T", + "name": "Value", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "valueChangedHandler", + "typeName": "System.Action>" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "AsyncLocal", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Threading", + "baseClass": "System.Threading.EventWaitHandle", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "initialState", "typeName": "bool" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "AutoResetEvent", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Threading", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "CanBeCanceled", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsCancellationRequested", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Threading.CancellationToken", + "name": "None", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Threading.WaitHandle", + "name": "WaitHandle", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "canceled", "typeName": "bool" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "other", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "other", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "left", + "typeName": "System.Threading.CancellationToken" + }, + { + "name": "right", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "left", + "typeName": "System.Threading.CancellationToken" + }, + { + "name": "right", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "CancellationTokenRegistration", + "params": [{ "name": "callback", "typeName": "System.Action" }], + "isStatic": false, + "name": "Register", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "CancellationTokenRegistration", + "params": [ + { "name": "callback", "typeName": "System.Action" }, + { "name": "useSynchronizationContext", "typeName": "bool" } + ], + "isStatic": false, + "name": "Register", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "CancellationTokenRegistration", + "params": [ + { "name": "callback", "typeName": "System.Action" }, + { "name": "state", "typeName": "object" } + ], + "isStatic": false, + "name": "Register", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "CancellationTokenRegistration", + "params": [ + { "name": "callback", "typeName": "System.Action" }, + { "name": "state", "typeName": "object" }, + { "name": "useSynchronizationContext", "typeName": "bool" } + ], + "isStatic": false, + "name": "Register", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ThrowIfCancellationRequested", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "CancellationToken", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Threading", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IDisposable", "IEquatable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "other", + "typeName": "System.Threading.CancellationTokenRegistration" + } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "left", + "typeName": "System.Threading.CancellationTokenRegistration" + }, + { + "name": "right", + "typeName": "System.Threading.CancellationTokenRegistration" + } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "left", + "typeName": "System.Threading.CancellationTokenRegistration" + }, + { + "name": "right", + "typeName": "System.Threading.CancellationTokenRegistration" + } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "CancellationTokenRegistration", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Threading", + "baseClass": "object", + "attribute": "", + "interfaces": ["ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "CompressedStack", + "params": [], + "isStatic": true, + "name": "Capture", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "CompressedStack", + "params": [], + "isStatic": false, + "name": "CreateCopy", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "CompressedStack", + "params": [], + "isStatic": true, + "name": "GetCompressedStack", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "info", + "typeName": "System.Runtime.Serialization.SerializationInfo" + }, + { + "name": "context", + "typeName": "System.Runtime.Serialization.StreamingContext" + } + ], + "isStatic": false, + "name": "GetObjectData", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "compressedStack", + "typeName": "System.Threading.CompressedStack" + }, + { + "name": "callback", + "typeName": "System.Threading.ContextCallback" + }, + { "name": "state", "typeName": "object" } + ], + "isStatic": true, + "name": "Run", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "CompressedStack", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Threading", + "baseClass": "object", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "bool", + "name": "IsCancellationRequested", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Threading.CancellationToken", + "name": "Token", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "millisecondsDelay", "typeName": "int" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "delay", "typeName": "System.TimeSpan" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Cancel", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "throwOnFirstException", "typeName": "bool" }], + "isStatic": false, + "name": "Cancel", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "millisecondsDelay", "typeName": "int" }], + "isStatic": false, + "name": "CancelAfter", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "delay", "typeName": "System.TimeSpan" }], + "isStatic": false, + "name": "CancelAfter", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "CancellationTokenSource", + "params": [ + { + "name": "token1", + "typeName": "System.Threading.CancellationToken" + }, + { + "name": "token2", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": true, + "name": "CreateLinkedTokenSource", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "CancellationTokenSource", + "params": [ + { + "name": "tokens", + "typeName": "System.Threading.CancellationToken[]" + } + ], + "isStatic": true, + "name": "CreateLinkedTokenSource", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "CancellationTokenSource", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Threading", + "baseClass": "object", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "int", + "name": "CurrentCount", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "InitialCount", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsSet", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Threading.WaitHandle", + "name": "WaitHandle", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "initialCount", "typeName": "int" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "AddCount", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "signalCount", "typeName": "int" }], + "isStatic": false, + "name": "AddCount", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Reset", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "count", "typeName": "int" }], + "isStatic": false, + "name": "Reset", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "Signal", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "signalCount", "typeName": "int" }], + "isStatic": false, + "name": "Signal", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "TryAddCount", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "signalCount", "typeName": "int" }], + "isStatic": false, + "name": "TryAddCount", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Wait", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "millisecondsTimeout", "typeName": "int" }], + "isStatic": false, + "name": "Wait", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "millisecondsTimeout", "typeName": "int" }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": false, + "name": "Wait", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": false, + "name": "Wait", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "timeout", "typeName": "System.TimeSpan" }], + "isStatic": false, + "name": "Wait", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "timeout", "typeName": "System.TimeSpan" }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": false, + "name": "Wait", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "CountdownEvent", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Threading", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "state", "typeName": "object" }], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "state", "typeName": "object" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ContextCallback", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Threading", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Threading.EventResetMode", + "name": "AutoReset", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Threading.EventResetMode", + "name": "ManualReset", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Threading.EventResetMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "EventResetMode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Threading", + "baseClass": "System.Threading.WaitHandle", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "initialState", "typeName": "bool" }, + { "name": "mode", "typeName": "System.Threading.EventResetMode" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "initialState", "typeName": "bool" }, + { "name": "mode", "typeName": "System.Threading.EventResetMode" }, + { "name": "name", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "initialState", "typeName": "bool" }, + { "name": "mode", "typeName": "System.Threading.EventResetMode" }, + { "name": "name", "typeName": "string" }, + { "name": "createdNew", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "initialState", "typeName": "bool" }, + { "name": "mode", "typeName": "System.Threading.EventResetMode" }, + { "name": "name", "typeName": "string" }, + { "name": "createdNew", "typeName": "bool" }, + { + "name": "eventSecurity", + "typeName": "System.Security.AccessControl.EventWaitHandleSecurity" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "EventWaitHandleSecurity", + "params": [], + "isStatic": false, + "name": "GetAccessControl", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "EventWaitHandle", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": true, + "name": "OpenExisting", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "EventWaitHandle", + "params": [ + { "name": "name", "typeName": "string" }, + { + "name": "rights", + "typeName": "System.Security.AccessControl.EventWaitHandleRights" + } + ], + "isStatic": true, + "name": "OpenExisting", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "Reset", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "Set", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "eventSecurity", + "typeName": "System.Security.AccessControl.EventWaitHandleSecurity" + } + ], + "isStatic": false, + "name": "SetAccessControl", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "name", "typeName": "string" }, + { + "name": "rights", + "typeName": "System.Security.AccessControl.EventWaitHandleRights" + }, + { "name": "result", "typeName": "System.Threading.EventWaitHandle" } + ], + "isStatic": true, + "name": "TryOpenExisting", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "result", "typeName": "System.Threading.EventWaitHandle" } + ], + "isStatic": true, + "name": "TryOpenExisting", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "EventWaitHandle", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Threading", + "baseClass": "object", + "attribute": "", + "interfaces": ["IDisposable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "ExecutionContext", + "params": [], + "isStatic": true, + "name": "Capture", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ExecutionContext", + "params": [], + "isStatic": false, + "name": "CreateCopy", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "info", + "typeName": "System.Runtime.Serialization.SerializationInfo" + }, + { + "name": "context", + "typeName": "System.Runtime.Serialization.StreamingContext" + } + ], + "isStatic": false, + "name": "GetObjectData", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": true, + "name": "IsFlowSuppressed", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "RestoreFlow", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "executionContext", + "typeName": "System.Threading.ExecutionContext" + }, + { + "name": "callback", + "typeName": "System.Threading.ContextCallback" + }, + { "name": "state", "typeName": "object" } + ], + "isStatic": true, + "name": "Run", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "AsyncFlowControl", + "params": [], + "isStatic": true, + "name": "SuppressFlow", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ExecutionContext", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Threading", + "baseClass": "object", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "state", "typeName": "object" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "HostExecutionContext", + "params": [], + "isStatic": false, + "name": "CreateCopy", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "disposing", "typeName": "bool" }], + "isStatic": false, + "name": "Dispose", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "HostExecutionContext", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Threading", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "HostExecutionContext", + "params": [], + "isStatic": false, + "name": "Capture", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "previousState", "typeName": "object" }], + "isStatic": false, + "name": "Revert", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { + "name": "hostExecutionContext", + "typeName": "System.Threading.HostExecutionContext" + } + ], + "isStatic": false, + "name": "SetHostExecutionContext", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "HostExecutionContextManager", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Threading", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "errorCode", "typeName": "uint" }, + { "name": "numBytes", "typeName": "uint" }, + { + "name": "pOVERLAP", + "typeName": "System.Threading.NativeOverlapped*" + } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "errorCode", "typeName": "uint" }, + { "name": "numBytes", "typeName": "uint" }, + { + "name": "pOVERLAP", + "typeName": "System.Threading.NativeOverlapped*" + }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "IOCompletionCallback", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Threading", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Int32", + "params": [ + { "name": "location1", "typeName": "int" }, + { "name": "value", "typeName": "int" } + ], + "isStatic": true, + "name": "Add", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int64", + "params": [ + { "name": "location1", "typeName": "long" }, + { "name": "value", "typeName": "long" } + ], + "isStatic": true, + "name": "Add", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Double", + "params": [ + { "name": "location1", "typeName": "double" }, + { "name": "value", "typeName": "double" }, + { "name": "comparand", "typeName": "double" } + ], + "isStatic": true, + "name": "CompareExchange", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "location1", "typeName": "int" }, + { "name": "value", "typeName": "int" }, + { "name": "comparand", "typeName": "int" } + ], + "isStatic": true, + "name": "CompareExchange", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int64", + "params": [ + { "name": "location1", "typeName": "long" }, + { "name": "value", "typeName": "long" }, + { "name": "comparand", "typeName": "long" } + ], + "isStatic": true, + "name": "CompareExchange", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [ + { "name": "location1", "typeName": "System.IntPtr" }, + { "name": "value", "typeName": "System.IntPtr" }, + { "name": "comparand", "typeName": "System.IntPtr" } + ], + "isStatic": true, + "name": "CompareExchange", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "location1", "typeName": "object" }, + { "name": "value", "typeName": "object" }, + { "name": "comparand", "typeName": "object" } + ], + "isStatic": true, + "name": "CompareExchange", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Single", + "params": [ + { "name": "location1", "typeName": "float" }, + { "name": "value", "typeName": "float" }, + { "name": "comparand", "typeName": "float" } + ], + "isStatic": true, + "name": "CompareExchange", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "T", + "params": [ + { "name": "location1", "typeName": "T" }, + { "name": "value", "typeName": "T" }, + { "name": "comparand", "typeName": "T" } + ], + "isStatic": true, + "name": "CompareExchange", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "location", "typeName": "int" }], + "isStatic": true, + "name": "Decrement", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int64", + "params": [{ "name": "location", "typeName": "long" }], + "isStatic": true, + "name": "Decrement", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Double", + "params": [ + { "name": "location1", "typeName": "double" }, + { "name": "value", "typeName": "double" } + ], + "isStatic": true, + "name": "Exchange", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "location1", "typeName": "int" }, + { "name": "value", "typeName": "int" } + ], + "isStatic": true, + "name": "Exchange", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int64", + "params": [ + { "name": "location1", "typeName": "long" }, + { "name": "value", "typeName": "long" } + ], + "isStatic": true, + "name": "Exchange", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [ + { "name": "location1", "typeName": "System.IntPtr" }, + { "name": "value", "typeName": "System.IntPtr" } + ], + "isStatic": true, + "name": "Exchange", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "location1", "typeName": "object" }, + { "name": "value", "typeName": "object" } + ], + "isStatic": true, + "name": "Exchange", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Single", + "params": [ + { "name": "location1", "typeName": "float" }, + { "name": "value", "typeName": "float" } + ], + "isStatic": true, + "name": "Exchange", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "T", + "params": [ + { "name": "location1", "typeName": "T" }, + { "name": "value", "typeName": "T" } + ], + "isStatic": true, + "name": "Exchange", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "location", "typeName": "int" }], + "isStatic": true, + "name": "Increment", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int64", + "params": [{ "name": "location", "typeName": "long" }], + "isStatic": true, + "name": "Increment", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "MemoryBarrier", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int64", + "params": [{ "name": "location", "typeName": "long" }], + "isStatic": true, + "name": "Read", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "Interlocked", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Threading", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "T", + "params": [{ "name": "target", "typeName": "T" }], + "isStatic": true, + "name": "EnsureInitialized", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "T", + "params": [ + { "name": "target", "typeName": "T" }, + { "name": "initialized", "typeName": "bool" }, + { "name": "syncLock", "typeName": "object" } + ], + "isStatic": true, + "name": "EnsureInitialized", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "T", + "params": [ + { "name": "target", "typeName": "T" }, + { "name": "initialized", "typeName": "bool" }, + { "name": "syncLock", "typeName": "object" }, + { "name": "valueFactory", "typeName": "System.Func" } + ], + "isStatic": true, + "name": "EnsureInitialized", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "T", + "params": [ + { "name": "target", "typeName": "T" }, + { "name": "valueFactory", "typeName": "System.Func" } + ], + "isStatic": true, + "name": "EnsureInitialized", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "LazyInitializer", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Threading", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "obj", "typeName": "System.Threading.LockCookie" } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "a", "typeName": "System.Threading.LockCookie" }, + { "name": "b", "typeName": "System.Threading.LockCookie" } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "a", "typeName": "System.Threading.LockCookie" }, + { "name": "b", "typeName": "System.Threading.LockCookie" } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "LockCookie", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Threading", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Threading.LazyThreadSafetyMode", + "name": "ExecutionAndPublication", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Threading.LazyThreadSafetyMode", + "name": "None", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Threading.LazyThreadSafetyMode", + "name": "PublicationOnly", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Threading.LazyThreadSafetyMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "LazyThreadSafetyMode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Threading", + "baseClass": "System.Threading.EventWaitHandle", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "initialState", "typeName": "bool" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ManualResetEvent", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Threading", + "baseClass": "System.Exception", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "innerException", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "LockRecursionException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Threading", + "baseClass": "object", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "bool", + "name": "IsSet", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "SpinCount", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Threading.WaitHandle", + "name": "WaitHandle", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "initialState", "typeName": "bool" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "initialState", "typeName": "bool" }, + { "name": "spinCount", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Reset", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Set", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Wait", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "millisecondsTimeout", "typeName": "int" }], + "isStatic": false, + "name": "Wait", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "millisecondsTimeout", "typeName": "int" }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": false, + "name": "Wait", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": false, + "name": "Wait", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "timeout", "typeName": "System.TimeSpan" }], + "isStatic": false, + "name": "Wait", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "timeout", "typeName": "System.TimeSpan" }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": false, + "name": "Wait", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ManualResetEventSlim", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Threading", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": true, + "name": "Enter", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "obj", "typeName": "object" }, + { "name": "lockTaken", "typeName": "bool" } + ], + "isStatic": true, + "name": "Enter", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": true, + "name": "Exit", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": true, + "name": "IsEntered", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": true, + "name": "Pulse", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": true, + "name": "PulseAll", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": true, + "name": "TryEnter", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "obj", "typeName": "object" }, + { "name": "lockTaken", "typeName": "bool" } + ], + "isStatic": true, + "name": "TryEnter", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "obj", "typeName": "object" }, + { "name": "millisecondsTimeout", "typeName": "int" } + ], + "isStatic": true, + "name": "TryEnter", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "obj", "typeName": "object" }, + { "name": "millisecondsTimeout", "typeName": "int" }, + { "name": "lockTaken", "typeName": "bool" } + ], + "isStatic": true, + "name": "TryEnter", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "obj", "typeName": "object" }, + { "name": "timeout", "typeName": "System.TimeSpan" } + ], + "isStatic": true, + "name": "TryEnter", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "obj", "typeName": "object" }, + { "name": "timeout", "typeName": "System.TimeSpan" }, + { "name": "lockTaken", "typeName": "bool" } + ], + "isStatic": true, + "name": "TryEnter", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": true, + "name": "Wait", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "obj", "typeName": "object" }, + { "name": "millisecondsTimeout", "typeName": "int" } + ], + "isStatic": true, + "name": "Wait", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "obj", "typeName": "object" }, + { "name": "millisecondsTimeout", "typeName": "int" }, + { "name": "exitContext", "typeName": "bool" } + ], + "isStatic": true, + "name": "Wait", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "obj", "typeName": "object" }, + { "name": "timeout", "typeName": "System.TimeSpan" } + ], + "isStatic": true, + "name": "Wait", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "obj", "typeName": "object" }, + { "name": "timeout", "typeName": "System.TimeSpan" }, + { "name": "exitContext", "typeName": "bool" } + ], + "isStatic": true, + "name": "Wait", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "Monitor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Threading", + "baseClass": "System.Threading.WaitHandle", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "initiallyOwned", "typeName": "bool" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "initiallyOwned", "typeName": "bool" }, + { "name": "name", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "initiallyOwned", "typeName": "bool" }, + { "name": "name", "typeName": "string" }, + { "name": "createdNew", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "initiallyOwned", "typeName": "bool" }, + { "name": "name", "typeName": "string" }, + { "name": "createdNew", "typeName": "bool" }, + { + "name": "mutexSecurity", + "typeName": "System.Security.AccessControl.MutexSecurity" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "MutexSecurity", + "params": [], + "isStatic": false, + "name": "GetAccessControl", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Mutex", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": true, + "name": "OpenExisting", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Mutex", + "params": [ + { "name": "name", "typeName": "string" }, + { + "name": "rights", + "typeName": "System.Security.AccessControl.MutexRights" + } + ], + "isStatic": true, + "name": "OpenExisting", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ReleaseMutex", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "mutexSecurity", + "typeName": "System.Security.AccessControl.MutexSecurity" + } + ], + "isStatic": false, + "name": "SetAccessControl", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "name", "typeName": "string" }, + { + "name": "rights", + "typeName": "System.Security.AccessControl.MutexRights" + }, + { "name": "result", "typeName": "System.Threading.Mutex" } + ], + "isStatic": true, + "name": "TryOpenExisting", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "result", "typeName": "System.Threading.Mutex" } + ], + "isStatic": true, + "name": "TryOpenExisting", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "Mutex", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Threading", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.IntPtr", + "name": "EventHandle", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.IntPtr", + "name": "InternalHigh", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.IntPtr", + "name": "InternalLow", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "OffsetHigh", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "OffsetLow", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "NativeOverlapped", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Threading", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "obj", "typeName": "object" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ParameterizedThreadStart", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Threading", + "baseClass": "System.Runtime.ConstrainedExecution.CriticalFinalizerObject", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "IsReaderLockHeld", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsWriterLockHeld", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "WriterSeqNum", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "millisecondsTimeout", "typeName": "int" }], + "isStatic": false, + "name": "AcquireReaderLock", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "timeout", "typeName": "System.TimeSpan" }], + "isStatic": false, + "name": "AcquireReaderLock", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "millisecondsTimeout", "typeName": "int" }], + "isStatic": false, + "name": "AcquireWriterLock", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "timeout", "typeName": "System.TimeSpan" }], + "isStatic": false, + "name": "AcquireWriterLock", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "seqNum", "typeName": "int" }], + "isStatic": false, + "name": "AnyWritersSince", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "lockCookie", "typeName": "System.Threading.LockCookie" } + ], + "isStatic": false, + "name": "DowngradeFromWriterLock", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "LockCookie", + "params": [], + "isStatic": false, + "name": "ReleaseLock", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ReleaseReaderLock", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ReleaseWriterLock", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "lockCookie", "typeName": "System.Threading.LockCookie" } + ], + "isStatic": false, + "name": "RestoreLock", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "LockCookie", + "params": [{ "name": "millisecondsTimeout", "typeName": "int" }], + "isStatic": false, + "name": "UpgradeToWriterLock", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "LockCookie", + "params": [{ "name": "timeout", "typeName": "System.TimeSpan" }], + "isStatic": false, + "name": "UpgradeToWriterLock", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ReaderWriterLock", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Threading", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.IAsyncResult", + "name": "AsyncResult", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "EventHandle", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.IntPtr", + "name": "EventHandleIntPtr", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "OffsetHigh", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "OffsetLow", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "offsetLo", "typeName": "int" }, + { "name": "offsetHi", "typeName": "int" }, + { "name": "hEvent", "typeName": "int" }, + { "name": "ar", "typeName": "System.IAsyncResult" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "offsetLo", "typeName": "int" }, + { "name": "offsetHi", "typeName": "int" }, + { "name": "hEvent", "typeName": "System.IntPtr" }, + { "name": "ar", "typeName": "System.IAsyncResult" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "nativeOverlappedPtr", + "typeName": "System.Threading.NativeOverlapped*" + } + ], + "isStatic": true, + "name": "Free", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { + "name": "iocb", + "typeName": "System.Threading.IOCompletionCallback" + } + ], + "isStatic": false, + "name": "Pack", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { + "name": "iocb", + "typeName": "System.Threading.IOCompletionCallback" + }, + { "name": "userData", "typeName": "object" } + ], + "isStatic": false, + "name": "Pack", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Overlapped", + "params": [ + { + "name": "nativeOverlappedPtr", + "typeName": "System.Threading.NativeOverlapped*" + } + ], + "isStatic": true, + "name": "Unpack", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { + "name": "iocb", + "typeName": "System.Threading.IOCompletionCallback" + } + ], + "isStatic": false, + "name": "UnsafePack", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { + "name": "iocb", + "typeName": "System.Threading.IOCompletionCallback" + }, + { "name": "userData", "typeName": "object" } + ], + "isStatic": false, + "name": "UnsafePack", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "Overlapped", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Threading", + "baseClass": "object", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "callback", + "typeName": "System.Threading.IOCompletionCallback" + }, + { "name": "state", "typeName": "object" }, + { "name": "pinData", "typeName": "object" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "PreAllocatedOverlapped", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Threading", + "baseClass": "System.MarshalByRefObject", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [ + { "name": "waitObject", "typeName": "System.Threading.WaitHandle" } + ], + "isStatic": false, + "name": "Unregister", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "RegisteredWaitHandle", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Threading", + "baseClass": "System.SystemException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "innerException", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "SemaphoreFullException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Threading", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "Count", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "NextSpinWillYield", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Reset", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "SpinOnce", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "condition", "typeName": "System.Func" }], + "isStatic": true, + "name": "SpinUntil", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "condition", "typeName": "System.Func" }, + { "name": "millisecondsTimeout", "typeName": "int" } + ], + "isStatic": true, + "name": "SpinUntil", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "condition", "typeName": "System.Func" }, + { "name": "timeout", "typeName": "System.TimeSpan" } + ], + "isStatic": true, + "name": "SpinUntil", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "SpinWait", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Threading", + "baseClass": "object", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "System.Threading.WaitHandle", + "name": "AvailableWaitHandle", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "CurrentCount", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "initialCount", "typeName": "int" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "initialCount", "typeName": "int" }, + { "name": "maxCount", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "Release", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "releaseCount", "typeName": "int" }], + "isStatic": false, + "name": "Release", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Wait", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "millisecondsTimeout", "typeName": "int" }], + "isStatic": false, + "name": "Wait", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "millisecondsTimeout", "typeName": "int" }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": false, + "name": "Wait", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": false, + "name": "Wait", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "timeout", "typeName": "System.TimeSpan" }], + "isStatic": false, + "name": "Wait", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "timeout", "typeName": "System.TimeSpan" }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": false, + "name": "Wait", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [], + "isStatic": false, + "name": "WaitAsync", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [{ "name": "millisecondsTimeout", "typeName": "int" }], + "isStatic": false, + "name": "WaitAsync", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "millisecondsTimeout", "typeName": "int" }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": false, + "name": "WaitAsync", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": false, + "name": "WaitAsync", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [{ "name": "timeout", "typeName": "System.TimeSpan" }], + "isStatic": false, + "name": "WaitAsync", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "timeout", "typeName": "System.TimeSpan" }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": false, + "name": "WaitAsync", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "SemaphoreSlim", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Threading", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "state", "typeName": "object" }], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "state", "typeName": "object" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "SendOrPostCallback", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Threading", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "IsHeld", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsHeldByCurrentThread", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsThreadOwnerTrackingEnabled", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "enableThreadOwnerTracking", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "lockTaken", "typeName": "bool" }], + "isStatic": false, + "name": "Enter", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Exit", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "useMemoryBarrier", "typeName": "bool" }], + "isStatic": false, + "name": "Exit", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "lockTaken", "typeName": "bool" }], + "isStatic": false, + "name": "TryEnter", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "millisecondsTimeout", "typeName": "int" }, + { "name": "lockTaken", "typeName": "bool" } + ], + "isStatic": false, + "name": "TryEnter", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "timeout", "typeName": "System.TimeSpan" }, + { "name": "lockTaken", "typeName": "bool" } + ], + "isStatic": false, + "name": "TryEnter", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "SpinLock", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Threading", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Threading.SynchronizationContext", + "name": "Current", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SynchronizationContext", + "params": [], + "isStatic": false, + "name": "CreateCopy", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "IsWaitNotificationRequired", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "OperationCompleted", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "OperationStarted", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "d", "typeName": "System.Threading.SendOrPostCallback" }, + { "name": "state", "typeName": "object" } + ], + "isStatic": false, + "name": "Post", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "d", "typeName": "System.Threading.SendOrPostCallback" }, + { "name": "state", "typeName": "object" } + ], + "isStatic": false, + "name": "Send", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "syncContext", + "typeName": "System.Threading.SynchronizationContext" + } + ], + "isStatic": true, + "name": "SetSynchronizationContext", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "waitHandles", "typeName": "System.IntPtr[]" }, + { "name": "waitAll", "typeName": "bool" }, + { "name": "millisecondsTimeout", "typeName": "int" } + ], + "isStatic": false, + "name": "Wait", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "SynchronizationContext", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Threading", + "baseClass": "System.SystemException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "innerException", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "SynchronizationLockException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Threading", + "baseClass": "System.SystemException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "innerException", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ThreadInterruptedException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Threading", + "baseClass": "System.Runtime.ConstrainedExecution.CriticalFinalizerObject", + "attribute": "", + "interfaces": ["_Thread"], + "fields": [ + { + "typeName": "System.Threading.ApartmentState", + "name": "ApartmentState", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Runtime.Remoting.Contexts.Context", + "name": "CurrentContext", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Globalization.CultureInfo", + "name": "CurrentCulture", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Security.Principal.IPrincipal", + "name": "CurrentPrincipal", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Threading.Thread", + "name": "CurrentThread", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Globalization.CultureInfo", + "name": "CurrentUICulture", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Threading.ExecutionContext", + "name": "ExecutionContext", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsAlive", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsBackground", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsThreadPoolThread", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "ManagedThreadId", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "string", + "name": "Name", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Threading.ThreadPriority", + "name": "Priority", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Threading.ThreadState", + "name": "ThreadState", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "start", + "typeName": "System.Threading.ParameterizedThreadStart" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "start", + "typeName": "System.Threading.ParameterizedThreadStart" + }, + { "name": "maxStackSize", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "start", "typeName": "System.Threading.ThreadStart" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "start", "typeName": "System.Threading.ThreadStart" }, + { "name": "maxStackSize", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Abort", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "stateInfo", "typeName": "object" }], + "isStatic": false, + "name": "Abort", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "LocalDataStoreSlot", + "params": [], + "isStatic": true, + "name": "AllocateDataSlot", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "LocalDataStoreSlot", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": true, + "name": "AllocateNamedDataSlot", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "BeginCriticalRegion", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "BeginThreadAffinity", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "DisableComObjectEagerCleanup", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "EndCriticalRegion", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "EndThreadAffinity", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": true, + "name": "FreeNamedDataSlot", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ApartmentState", + "params": [], + "isStatic": false, + "name": "GetApartmentState", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "CompressedStack", + "params": [], + "isStatic": false, + "name": "GetCompressedStack", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "slot", "typeName": "System.LocalDataStoreSlot" } + ], + "isStatic": true, + "name": "GetData", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "AppDomain", + "params": [], + "isStatic": true, + "name": "GetDomain", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": true, + "name": "GetDomainID", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "LocalDataStoreSlot", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": true, + "name": "GetNamedDataSlot", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Interrupt", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Join", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "millisecondsTimeout", "typeName": "int" }], + "isStatic": false, + "name": "Join", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "timeout", "typeName": "System.TimeSpan" }], + "isStatic": false, + "name": "Join", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "MemoryBarrier", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "ResetAbort", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Resume", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "state", "typeName": "System.Threading.ApartmentState" } + ], + "isStatic": false, + "name": "SetApartmentState", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "stack", "typeName": "System.Threading.CompressedStack" } + ], + "isStatic": false, + "name": "SetCompressedStack", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "slot", "typeName": "System.LocalDataStoreSlot" }, + { "name": "data", "typeName": "object" } + ], + "isStatic": true, + "name": "SetData", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "millisecondsTimeout", "typeName": "int" }], + "isStatic": true, + "name": "Sleep", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "timeout", "typeName": "System.TimeSpan" }], + "isStatic": true, + "name": "Sleep", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "iterations", "typeName": "int" }], + "isStatic": true, + "name": "SpinWait", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Start", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "parameter", "typeName": "object" }], + "isStatic": false, + "name": "Start", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Suspend", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "state", "typeName": "System.Threading.ApartmentState" } + ], + "isStatic": false, + "name": "TrySetApartmentState", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Byte", + "params": [{ "name": "address", "typeName": "byte" }], + "isStatic": true, + "name": "VolatileRead", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Double", + "params": [{ "name": "address", "typeName": "double" }], + "isStatic": true, + "name": "VolatileRead", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int16", + "params": [{ "name": "address", "typeName": "short" }], + "isStatic": true, + "name": "VolatileRead", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "address", "typeName": "int" }], + "isStatic": true, + "name": "VolatileRead", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int64", + "params": [{ "name": "address", "typeName": "long" }], + "isStatic": true, + "name": "VolatileRead", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [{ "name": "address", "typeName": "System.IntPtr" }], + "isStatic": true, + "name": "VolatileRead", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [{ "name": "address", "typeName": "object" }], + "isStatic": true, + "name": "VolatileRead", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SByte", + "params": [{ "name": "address", "typeName": "sbyte" }], + "isStatic": true, + "name": "VolatileRead", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "address", "typeName": "float" }], + "isStatic": true, + "name": "VolatileRead", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UInt16", + "params": [{ "name": "address", "typeName": "ushort" }], + "isStatic": true, + "name": "VolatileRead", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UInt32", + "params": [{ "name": "address", "typeName": "uint" }], + "isStatic": true, + "name": "VolatileRead", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UInt64", + "params": [{ "name": "address", "typeName": "ulong" }], + "isStatic": true, + "name": "VolatileRead", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UIntPtr", + "params": [{ "name": "address", "typeName": "System.UIntPtr" }], + "isStatic": true, + "name": "VolatileRead", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "address", "typeName": "byte" }, + { "name": "value", "typeName": "byte" } + ], + "isStatic": true, + "name": "VolatileWrite", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "address", "typeName": "double" }, + { "name": "value", "typeName": "double" } + ], + "isStatic": true, + "name": "VolatileWrite", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "address", "typeName": "short" }, + { "name": "value", "typeName": "short" } + ], + "isStatic": true, + "name": "VolatileWrite", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "address", "typeName": "int" }, + { "name": "value", "typeName": "int" } + ], + "isStatic": true, + "name": "VolatileWrite", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "address", "typeName": "long" }, + { "name": "value", "typeName": "long" } + ], + "isStatic": true, + "name": "VolatileWrite", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "address", "typeName": "System.IntPtr" }, + { "name": "value", "typeName": "System.IntPtr" } + ], + "isStatic": true, + "name": "VolatileWrite", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "address", "typeName": "object" }, + { "name": "value", "typeName": "object" } + ], + "isStatic": true, + "name": "VolatileWrite", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "address", "typeName": "sbyte" }, + { "name": "value", "typeName": "sbyte" } + ], + "isStatic": true, + "name": "VolatileWrite", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "address", "typeName": "float" }, + { "name": "value", "typeName": "float" } + ], + "isStatic": true, + "name": "VolatileWrite", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "address", "typeName": "ushort" }, + { "name": "value", "typeName": "ushort" } + ], + "isStatic": true, + "name": "VolatileWrite", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "address", "typeName": "uint" }, + { "name": "value", "typeName": "uint" } + ], + "isStatic": true, + "name": "VolatileWrite", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "address", "typeName": "ulong" }, + { "name": "value", "typeName": "ulong" } + ], + "isStatic": true, + "name": "VolatileWrite", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "address", "typeName": "System.UIntPtr" }, + { "name": "value", "typeName": "System.UIntPtr" } + ], + "isStatic": true, + "name": "VolatileWrite", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": true, + "name": "Yield", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "Thread", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Threading", + "baseClass": "object", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "bool", + "name": "IsValueCreated", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "T", + "name": "Value", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Collections.Generic.IList", + "name": "Values", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "trackAllValues", "typeName": "bool" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "valueFactory", "typeName": "System.Func" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "valueFactory", "typeName": "System.Func" }, + { "name": "trackAllValues", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ThreadLocal", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Threading", + "baseClass": "System.SystemException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [ + { + "typeName": "object", + "name": "ExceptionState", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [], + "name": "ThreadAbortException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Threading", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [{ "name": "osHandle", "typeName": "System.IntPtr" }], + "isStatic": true, + "name": "BindHandle", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "osHandle", + "typeName": "System.Runtime.InteropServices.SafeHandle" + } + ], + "isStatic": true, + "name": "BindHandle", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "workerThreads", "typeName": "int" }, + { "name": "completionPortThreads", "typeName": "int" } + ], + "isStatic": true, + "name": "GetAvailableThreads", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "workerThreads", "typeName": "int" }, + { "name": "completionPortThreads", "typeName": "int" } + ], + "isStatic": true, + "name": "GetMaxThreads", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "workerThreads", "typeName": "int" }, + { "name": "completionPortThreads", "typeName": "int" } + ], + "isStatic": true, + "name": "GetMinThreads", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "callBack", "typeName": "System.Threading.WaitCallback" } + ], + "isStatic": true, + "name": "QueueUserWorkItem", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "callBack", "typeName": "System.Threading.WaitCallback" }, + { "name": "state", "typeName": "object" } + ], + "isStatic": true, + "name": "QueueUserWorkItem", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "RegisteredWaitHandle", + "params": [ + { "name": "waitObject", "typeName": "System.Threading.WaitHandle" }, + { + "name": "callBack", + "typeName": "System.Threading.WaitOrTimerCallback" + }, + { "name": "state", "typeName": "object" }, + { "name": "millisecondsTimeOutInterval", "typeName": "int" }, + { "name": "executeOnlyOnce", "typeName": "bool" } + ], + "isStatic": true, + "name": "RegisterWaitForSingleObject", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "RegisteredWaitHandle", + "params": [ + { "name": "waitObject", "typeName": "System.Threading.WaitHandle" }, + { + "name": "callBack", + "typeName": "System.Threading.WaitOrTimerCallback" + }, + { "name": "state", "typeName": "object" }, + { "name": "millisecondsTimeOutInterval", "typeName": "long" }, + { "name": "executeOnlyOnce", "typeName": "bool" } + ], + "isStatic": true, + "name": "RegisterWaitForSingleObject", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "RegisteredWaitHandle", + "params": [ + { "name": "waitObject", "typeName": "System.Threading.WaitHandle" }, + { + "name": "callBack", + "typeName": "System.Threading.WaitOrTimerCallback" + }, + { "name": "state", "typeName": "object" }, + { "name": "timeout", "typeName": "System.TimeSpan" }, + { "name": "executeOnlyOnce", "typeName": "bool" } + ], + "isStatic": true, + "name": "RegisterWaitForSingleObject", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "RegisteredWaitHandle", + "params": [ + { "name": "waitObject", "typeName": "System.Threading.WaitHandle" }, + { + "name": "callBack", + "typeName": "System.Threading.WaitOrTimerCallback" + }, + { "name": "state", "typeName": "object" }, + { "name": "millisecondsTimeOutInterval", "typeName": "uint" }, + { "name": "executeOnlyOnce", "typeName": "bool" } + ], + "isStatic": true, + "name": "RegisterWaitForSingleObject", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "workerThreads", "typeName": "int" }, + { "name": "completionPortThreads", "typeName": "int" } + ], + "isStatic": true, + "name": "SetMaxThreads", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "workerThreads", "typeName": "int" }, + { "name": "completionPortThreads", "typeName": "int" } + ], + "isStatic": true, + "name": "SetMinThreads", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "overlapped", + "typeName": "System.Threading.NativeOverlapped*" + } + ], + "isStatic": true, + "name": "UnsafeQueueNativeOverlapped", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "callBack", "typeName": "System.Threading.WaitCallback" }, + { "name": "state", "typeName": "object" } + ], + "isStatic": true, + "name": "UnsafeQueueUserWorkItem", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "RegisteredWaitHandle", + "params": [ + { "name": "waitObject", "typeName": "System.Threading.WaitHandle" }, + { + "name": "callBack", + "typeName": "System.Threading.WaitOrTimerCallback" + }, + { "name": "state", "typeName": "object" }, + { "name": "millisecondsTimeOutInterval", "typeName": "int" }, + { "name": "executeOnlyOnce", "typeName": "bool" } + ], + "isStatic": true, + "name": "UnsafeRegisterWaitForSingleObject", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "RegisteredWaitHandle", + "params": [ + { "name": "waitObject", "typeName": "System.Threading.WaitHandle" }, + { + "name": "callBack", + "typeName": "System.Threading.WaitOrTimerCallback" + }, + { "name": "state", "typeName": "object" }, + { "name": "millisecondsTimeOutInterval", "typeName": "long" }, + { "name": "executeOnlyOnce", "typeName": "bool" } + ], + "isStatic": true, + "name": "UnsafeRegisterWaitForSingleObject", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "RegisteredWaitHandle", + "params": [ + { "name": "waitObject", "typeName": "System.Threading.WaitHandle" }, + { + "name": "callBack", + "typeName": "System.Threading.WaitOrTimerCallback" + }, + { "name": "state", "typeName": "object" }, + { "name": "timeout", "typeName": "System.TimeSpan" }, + { "name": "executeOnlyOnce", "typeName": "bool" } + ], + "isStatic": true, + "name": "UnsafeRegisterWaitForSingleObject", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "RegisteredWaitHandle", + "params": [ + { "name": "waitObject", "typeName": "System.Threading.WaitHandle" }, + { + "name": "callBack", + "typeName": "System.Threading.WaitOrTimerCallback" + }, + { "name": "state", "typeName": "object" }, + { "name": "millisecondsTimeOutInterval", "typeName": "uint" }, + { "name": "executeOnlyOnce", "typeName": "bool" } + ], + "isStatic": true, + "name": "UnsafeRegisterWaitForSingleObject", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ThreadPool", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Threading", + "baseClass": "System.SystemException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [], + "name": "ThreadStartException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Threading", + "baseClass": "object", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "System.Runtime.InteropServices.SafeHandle", + "name": "Handle", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "", + "params": [ + { + "name": "callback", + "typeName": "System.Threading.IOCompletionCallback" + }, + { "name": "state", "typeName": "object" }, + { "name": "pinData", "typeName": "object" } + ], + "isStatic": false, + "name": "AllocateNativeOverlapped", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "", + "params": [ + { + "name": "preAllocated", + "typeName": "System.Threading.PreAllocatedOverlapped" + } + ], + "isStatic": false, + "name": "AllocateNativeOverlapped", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ThreadPoolBoundHandle", + "params": [ + { + "name": "handle", + "typeName": "System.Runtime.InteropServices.SafeHandle" + } + ], + "isStatic": true, + "name": "BindHandle", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "overlapped", + "typeName": "System.Threading.NativeOverlapped*" + } + ], + "isStatic": false, + "name": "FreeNativeOverlapped", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { + "name": "overlapped", + "typeName": "System.Threading.NativeOverlapped*" + } + ], + "isStatic": true, + "name": "GetNativeOverlappedState", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ThreadPoolBoundHandle", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Threading", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Threading.ThreadState", + "name": "Aborted", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Threading.ThreadState", + "name": "AbortRequested", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Threading.ThreadState", + "name": "Background", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Threading.ThreadState", + "name": "Running", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Threading.ThreadState", + "name": "Stopped", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Threading.ThreadState", + "name": "StopRequested", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Threading.ThreadState", + "name": "Suspended", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Threading.ThreadState", + "name": "SuspendRequested", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Threading.ThreadState", + "name": "Unstarted", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Threading.ThreadState", + "name": "WaitSleepJoin", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Threading.ThreadState", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ThreadState", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Threading", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Threading.ThreadPriority", + "name": "AboveNormal", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Threading.ThreadPriority", + "name": "BelowNormal", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Threading.ThreadPriority", + "name": "Highest", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Threading.ThreadPriority", + "name": "Lowest", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Threading.ThreadPriority", + "name": "Normal", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Threading.ThreadPriority", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ThreadPriority", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Threading", + "baseClass": "System.SystemException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "innerException", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ThreadStateException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Threading", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ThreadStart", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Threading", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "Infinite", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.TimeSpan", + "name": "InfiniteTimeSpan", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [], + "name": "Timeout", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Threading", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [{ "name": "location", "typeName": "bool" }], + "isStatic": true, + "name": "Read", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Byte", + "params": [{ "name": "location", "typeName": "byte" }], + "isStatic": true, + "name": "Read", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Double", + "params": [{ "name": "location", "typeName": "double" }], + "isStatic": true, + "name": "Read", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int16", + "params": [{ "name": "location", "typeName": "short" }], + "isStatic": true, + "name": "Read", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "location", "typeName": "int" }], + "isStatic": true, + "name": "Read", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int64", + "params": [{ "name": "location", "typeName": "long" }], + "isStatic": true, + "name": "Read", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [{ "name": "location", "typeName": "System.IntPtr" }], + "isStatic": true, + "name": "Read", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "SByte", + "params": [{ "name": "location", "typeName": "sbyte" }], + "isStatic": true, + "name": "Read", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "location", "typeName": "float" }], + "isStatic": true, + "name": "Read", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UInt16", + "params": [{ "name": "location", "typeName": "ushort" }], + "isStatic": true, + "name": "Read", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UInt32", + "params": [{ "name": "location", "typeName": "uint" }], + "isStatic": true, + "name": "Read", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UInt64", + "params": [{ "name": "location", "typeName": "ulong" }], + "isStatic": true, + "name": "Read", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "UIntPtr", + "params": [{ "name": "location", "typeName": "System.UIntPtr" }], + "isStatic": true, + "name": "Read", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "T", + "params": [{ "name": "location", "typeName": "T" }], + "isStatic": true, + "name": "Read", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "location", "typeName": "bool" }, + { "name": "value", "typeName": "bool" } + ], + "isStatic": true, + "name": "Write", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "location", "typeName": "byte" }, + { "name": "value", "typeName": "byte" } + ], + "isStatic": true, + "name": "Write", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "location", "typeName": "double" }, + { "name": "value", "typeName": "double" } + ], + "isStatic": true, + "name": "Write", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "location", "typeName": "short" }, + { "name": "value", "typeName": "short" } + ], + "isStatic": true, + "name": "Write", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "location", "typeName": "int" }, + { "name": "value", "typeName": "int" } + ], + "isStatic": true, + "name": "Write", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "location", "typeName": "long" }, + { "name": "value", "typeName": "long" } + ], + "isStatic": true, + "name": "Write", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "location", "typeName": "System.IntPtr" }, + { "name": "value", "typeName": "System.IntPtr" } + ], + "isStatic": true, + "name": "Write", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "location", "typeName": "sbyte" }, + { "name": "value", "typeName": "sbyte" } + ], + "isStatic": true, + "name": "Write", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "location", "typeName": "float" }, + { "name": "value", "typeName": "float" } + ], + "isStatic": true, + "name": "Write", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "location", "typeName": "ushort" }, + { "name": "value", "typeName": "ushort" } + ], + "isStatic": true, + "name": "Write", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "location", "typeName": "uint" }, + { "name": "value", "typeName": "uint" } + ], + "isStatic": true, + "name": "Write", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "location", "typeName": "ulong" }, + { "name": "value", "typeName": "ulong" } + ], + "isStatic": true, + "name": "Write", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "location", "typeName": "System.UIntPtr" }, + { "name": "value", "typeName": "System.UIntPtr" } + ], + "isStatic": true, + "name": "Write", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "location", "typeName": "T" }, + { "name": "value", "typeName": "T" } + ], + "isStatic": true, + "name": "Write", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "Volatile", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Threading", + "baseClass": "System.MarshalByRefObject", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "callback", "typeName": "System.Threading.TimerCallback" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "callback", + "typeName": "System.Threading.TimerCallback" + }, + { "name": "state", "typeName": "object" }, + { "name": "dueTime", "typeName": "int" }, + { "name": "period", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "callback", + "typeName": "System.Threading.TimerCallback" + }, + { "name": "state", "typeName": "object" }, + { "name": "dueTime", "typeName": "long" }, + { "name": "period", "typeName": "long" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "callback", + "typeName": "System.Threading.TimerCallback" + }, + { "name": "state", "typeName": "object" }, + { "name": "dueTime", "typeName": "System.TimeSpan" }, + { "name": "period", "typeName": "System.TimeSpan" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "callback", + "typeName": "System.Threading.TimerCallback" + }, + { "name": "state", "typeName": "object" }, + { "name": "dueTime", "typeName": "uint" }, + { "name": "period", "typeName": "uint" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "dueTime", "typeName": "int" }, + { "name": "period", "typeName": "int" } + ], + "isStatic": false, + "name": "Change", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "dueTime", "typeName": "long" }, + { "name": "period", "typeName": "long" } + ], + "isStatic": false, + "name": "Change", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "dueTime", "typeName": "System.TimeSpan" }, + { "name": "period", "typeName": "System.TimeSpan" } + ], + "isStatic": false, + "name": "Change", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "dueTime", "typeName": "uint" }, + { "name": "period", "typeName": "uint" } + ], + "isStatic": false, + "name": "Change", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "notifyObject", + "typeName": "System.Threading.WaitHandle" + } + ], + "isStatic": false, + "name": "Dispose", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "Timer", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Threading", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "state", "typeName": "object" }], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "state", "typeName": "object" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "WaitCallback", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Threading", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "state", "typeName": "object" }], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "state", "typeName": "object" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "TimerCallback", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Threading", + "baseClass": "System.MarshalByRefObject", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "int", + "name": "WaitTimeout", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.IntPtr", + "name": "Handle", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "Microsoft.Win32.SafeHandles.SafeWaitHandle", + "name": "SafeWaitHandle", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Close", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "toSignal", "typeName": "System.Threading.WaitHandle" }, + { "name": "toWaitOn", "typeName": "System.Threading.WaitHandle" } + ], + "isStatic": true, + "name": "SignalAndWait", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "toSignal", "typeName": "System.Threading.WaitHandle" }, + { "name": "toWaitOn", "typeName": "System.Threading.WaitHandle" }, + { "name": "millisecondsTimeout", "typeName": "int" }, + { "name": "exitContext", "typeName": "bool" } + ], + "isStatic": true, + "name": "SignalAndWait", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "toSignal", "typeName": "System.Threading.WaitHandle" }, + { "name": "toWaitOn", "typeName": "System.Threading.WaitHandle" }, + { "name": "timeout", "typeName": "System.TimeSpan" }, + { "name": "exitContext", "typeName": "bool" } + ], + "isStatic": true, + "name": "SignalAndWait", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "waitHandles", + "typeName": "System.Threading.WaitHandle[]" + } + ], + "isStatic": true, + "name": "WaitAll", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "waitHandles", + "typeName": "System.Threading.WaitHandle[]" + }, + { "name": "millisecondsTimeout", "typeName": "int" } + ], + "isStatic": true, + "name": "WaitAll", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "waitHandles", + "typeName": "System.Threading.WaitHandle[]" + }, + { "name": "millisecondsTimeout", "typeName": "int" }, + { "name": "exitContext", "typeName": "bool" } + ], + "isStatic": true, + "name": "WaitAll", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "waitHandles", + "typeName": "System.Threading.WaitHandle[]" + }, + { "name": "timeout", "typeName": "System.TimeSpan" } + ], + "isStatic": true, + "name": "WaitAll", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "waitHandles", + "typeName": "System.Threading.WaitHandle[]" + }, + { "name": "timeout", "typeName": "System.TimeSpan" }, + { "name": "exitContext", "typeName": "bool" } + ], + "isStatic": true, + "name": "WaitAll", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "waitHandles", + "typeName": "System.Threading.WaitHandle[]" + } + ], + "isStatic": true, + "name": "WaitAny", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "waitHandles", + "typeName": "System.Threading.WaitHandle[]" + }, + { "name": "millisecondsTimeout", "typeName": "int" } + ], + "isStatic": true, + "name": "WaitAny", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "waitHandles", + "typeName": "System.Threading.WaitHandle[]" + }, + { "name": "millisecondsTimeout", "typeName": "int" }, + { "name": "exitContext", "typeName": "bool" } + ], + "isStatic": true, + "name": "WaitAny", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "waitHandles", + "typeName": "System.Threading.WaitHandle[]" + }, + { "name": "timeout", "typeName": "System.TimeSpan" } + ], + "isStatic": true, + "name": "WaitAny", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "waitHandles", + "typeName": "System.Threading.WaitHandle[]" + }, + { "name": "timeout", "typeName": "System.TimeSpan" }, + { "name": "exitContext", "typeName": "bool" } + ], + "isStatic": true, + "name": "WaitAny", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "WaitOne", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "millisecondsTimeout", "typeName": "int" }], + "isStatic": false, + "name": "WaitOne", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "millisecondsTimeout", "typeName": "int" }, + { "name": "exitContext", "typeName": "bool" } + ], + "isStatic": false, + "name": "WaitOne", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "timeout", "typeName": "System.TimeSpan" }], + "isStatic": false, + "name": "WaitOne", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "timeout", "typeName": "System.TimeSpan" }, + { "name": "exitContext", "typeName": "bool" } + ], + "isStatic": false, + "name": "WaitOne", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "WaitHandle", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Threading", + "baseClass": "System.ApplicationException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "innerException", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "WaitHandleCannotBeOpenedException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Threading", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "SafeWaitHandle", + "params": [], + "isStatic": false, + "name": "GetSafeWaitHandle", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "Microsoft.Win32.SafeHandles.SafeWaitHandle" + } + ], + "isStatic": false, + "name": "SetSafeWaitHandle", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "WaitHandleExtensions", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Threading", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "state", "typeName": "object" }, + { "name": "timedOut", "typeName": "bool" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "state", "typeName": "object" }, + { "name": "timedOut", "typeName": "bool" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "WaitOrTimerCallback", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Threading", + "baseClass": "System.Exception", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "innerException", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "innerException", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "BarrierPostPhaseException", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Threading", + "baseClass": "System.Threading.WaitHandle", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "initialCount", "typeName": "int" }, + { "name": "maximumCount", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "initialCount", "typeName": "int" }, + { "name": "maximumCount", "typeName": "int" }, + { "name": "name", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "initialCount", "typeName": "int" }, + { "name": "maximumCount", "typeName": "int" }, + { "name": "name", "typeName": "string" }, + { "name": "createdNew", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "initialCount", "typeName": "int" }, + { "name": "maximumCount", "typeName": "int" }, + { "name": "name", "typeName": "string" }, + { "name": "createdNew", "typeName": "bool" }, + { + "name": "semaphoreSecurity", + "typeName": "System.Security.AccessControl.SemaphoreSecurity" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "SemaphoreSecurity", + "params": [], + "isStatic": false, + "name": "GetAccessControl", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Semaphore", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": true, + "name": "OpenExisting", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Semaphore", + "params": [ + { "name": "name", "typeName": "string" }, + { + "name": "rights", + "typeName": "System.Security.AccessControl.SemaphoreRights" + } + ], + "isStatic": true, + "name": "OpenExisting", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "Release", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "releaseCount", "typeName": "int" }], + "isStatic": false, + "name": "Release", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "semaphoreSecurity", + "typeName": "System.Security.AccessControl.SemaphoreSecurity" + } + ], + "isStatic": false, + "name": "SetAccessControl", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "name", "typeName": "string" }, + { + "name": "rights", + "typeName": "System.Security.AccessControl.SemaphoreRights" + }, + { "name": "result", "typeName": "System.Threading.Semaphore" } + ], + "isStatic": true, + "name": "TryOpenExisting", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "result", "typeName": "System.Threading.Semaphore" } + ], + "isStatic": true, + "name": "TryOpenExisting", + "comment": "", + "location": "System.dll" + } + ], + "name": "Semaphore", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Threading", + "baseClass": "System.EventArgs", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Exception", + "name": "Exception", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "t", "typeName": "System.Exception" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + } + ], + "name": "ThreadExceptionEventArgs", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Threading", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "sender", "typeName": "object" }, + { + "name": "e", + "typeName": "System.Threading.ThreadExceptionEventArgs" + } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "sender", "typeName": "object" }, + { + "name": "e", + "typeName": "System.Threading.ThreadExceptionEventArgs" + }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "System.dll" + } + ], + "name": "ThreadExceptionEventHandler", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "System.Threading.Tasks", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Threading.Tasks.Task", + "name": "Completion", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Threading.Tasks.TaskScheduler", + "name": "ConcurrentScheduler", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Threading.Tasks.TaskScheduler", + "name": "ExclusiveScheduler", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "taskScheduler", + "typeName": "System.Threading.Tasks.TaskScheduler" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "taskScheduler", + "typeName": "System.Threading.Tasks.TaskScheduler" + }, + { "name": "maxConcurrencyLevel", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "taskScheduler", + "typeName": "System.Threading.Tasks.TaskScheduler" + }, + { "name": "maxConcurrencyLevel", "typeName": "int" }, + { "name": "maxItemsPerTask", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Complete", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ConcurrentExclusiveSchedulerPair", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Threading.Tasks", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "ParallelLoopResult", + "params": [ + { "name": "fromInclusive", "typeName": "int" }, + { "name": "toExclusive", "typeName": "int" }, + { + "name": "body", + "typeName": "System.Action" + } + ], + "isStatic": true, + "name": "For", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ParallelLoopResult", + "params": [ + { "name": "fromInclusive", "typeName": "int" }, + { "name": "toExclusive", "typeName": "int" }, + { "name": "body", "typeName": "System.Action" } + ], + "isStatic": true, + "name": "For", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ParallelLoopResult", + "params": [ + { "name": "fromInclusive", "typeName": "int" }, + { "name": "toExclusive", "typeName": "int" }, + { + "name": "parallelOptions", + "typeName": "System.Threading.Tasks.ParallelOptions" + }, + { + "name": "body", + "typeName": "System.Action" + } + ], + "isStatic": true, + "name": "For", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ParallelLoopResult", + "params": [ + { "name": "fromInclusive", "typeName": "int" }, + { "name": "toExclusive", "typeName": "int" }, + { + "name": "parallelOptions", + "typeName": "System.Threading.Tasks.ParallelOptions" + }, + { "name": "body", "typeName": "System.Action" } + ], + "isStatic": true, + "name": "For", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ParallelLoopResult", + "params": [ + { "name": "fromInclusive", "typeName": "long" }, + { "name": "toExclusive", "typeName": "long" }, + { + "name": "body", + "typeName": "System.Action" + } + ], + "isStatic": true, + "name": "For", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ParallelLoopResult", + "params": [ + { "name": "fromInclusive", "typeName": "long" }, + { "name": "toExclusive", "typeName": "long" }, + { "name": "body", "typeName": "System.Action" } + ], + "isStatic": true, + "name": "For", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ParallelLoopResult", + "params": [ + { "name": "fromInclusive", "typeName": "long" }, + { "name": "toExclusive", "typeName": "long" }, + { + "name": "parallelOptions", + "typeName": "System.Threading.Tasks.ParallelOptions" + }, + { + "name": "body", + "typeName": "System.Action" + } + ], + "isStatic": true, + "name": "For", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ParallelLoopResult", + "params": [ + { "name": "fromInclusive", "typeName": "long" }, + { "name": "toExclusive", "typeName": "long" }, + { + "name": "parallelOptions", + "typeName": "System.Threading.Tasks.ParallelOptions" + }, + { "name": "body", "typeName": "System.Action" } + ], + "isStatic": true, + "name": "For", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ParallelLoopResult", + "params": [ + { + "name": "source", + "typeName": "System.Collections.Concurrent.OrderablePartitioner" + }, + { + "name": "body", + "typeName": "System.Action" + } + ], + "isStatic": true, + "name": "ForEach", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ParallelLoopResult", + "params": [ + { + "name": "source", + "typeName": "System.Collections.Concurrent.OrderablePartitioner" + }, + { + "name": "parallelOptions", + "typeName": "System.Threading.Tasks.ParallelOptions" + }, + { + "name": "body", + "typeName": "System.Action" + } + ], + "isStatic": true, + "name": "ForEach", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ParallelLoopResult", + "params": [ + { + "name": "source", + "typeName": "System.Collections.Concurrent.Partitioner" + }, + { + "name": "body", + "typeName": "System.Action" + } + ], + "isStatic": true, + "name": "ForEach", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ParallelLoopResult", + "params": [ + { + "name": "source", + "typeName": "System.Collections.Concurrent.Partitioner" + }, + { "name": "body", "typeName": "System.Action" } + ], + "isStatic": true, + "name": "ForEach", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ParallelLoopResult", + "params": [ + { + "name": "source", + "typeName": "System.Collections.Concurrent.Partitioner" + }, + { + "name": "parallelOptions", + "typeName": "System.Threading.Tasks.ParallelOptions" + }, + { + "name": "body", + "typeName": "System.Action" + } + ], + "isStatic": true, + "name": "ForEach", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ParallelLoopResult", + "params": [ + { + "name": "source", + "typeName": "System.Collections.Concurrent.Partitioner" + }, + { + "name": "parallelOptions", + "typeName": "System.Threading.Tasks.ParallelOptions" + }, + { "name": "body", "typeName": "System.Action" } + ], + "isStatic": true, + "name": "ForEach", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ParallelLoopResult", + "params": [ + { + "name": "source", + "typeName": "System.Collections.Generic.IEnumerable" + }, + { + "name": "body", + "typeName": "System.Action" + } + ], + "isStatic": true, + "name": "ForEach", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ParallelLoopResult", + "params": [ + { + "name": "source", + "typeName": "System.Collections.Generic.IEnumerable" + }, + { + "name": "body", + "typeName": "System.Action" + } + ], + "isStatic": true, + "name": "ForEach", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ParallelLoopResult", + "params": [ + { + "name": "source", + "typeName": "System.Collections.Generic.IEnumerable" + }, + { "name": "body", "typeName": "System.Action" } + ], + "isStatic": true, + "name": "ForEach", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ParallelLoopResult", + "params": [ + { + "name": "source", + "typeName": "System.Collections.Generic.IEnumerable" + }, + { + "name": "parallelOptions", + "typeName": "System.Threading.Tasks.ParallelOptions" + }, + { + "name": "body", + "typeName": "System.Action" + } + ], + "isStatic": true, + "name": "ForEach", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ParallelLoopResult", + "params": [ + { + "name": "source", + "typeName": "System.Collections.Generic.IEnumerable" + }, + { + "name": "parallelOptions", + "typeName": "System.Threading.Tasks.ParallelOptions" + }, + { + "name": "body", + "typeName": "System.Action" + } + ], + "isStatic": true, + "name": "ForEach", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ParallelLoopResult", + "params": [ + { + "name": "source", + "typeName": "System.Collections.Generic.IEnumerable" + }, + { + "name": "parallelOptions", + "typeName": "System.Threading.Tasks.ParallelOptions" + }, + { "name": "body", "typeName": "System.Action" } + ], + "isStatic": true, + "name": "ForEach", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ParallelLoopResult", + "params": [ + { + "name": "source", + "typeName": "System.Collections.Concurrent.OrderablePartitioner" + }, + { "name": "localInit", "typeName": "System.Func" }, + { + "name": "body", + "typeName": "System.Func" + }, + { "name": "localFinally", "typeName": "System.Action" } + ], + "isStatic": true, + "name": "ForEach", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ParallelLoopResult", + "params": [ + { + "name": "source", + "typeName": "System.Collections.Concurrent.OrderablePartitioner" + }, + { + "name": "parallelOptions", + "typeName": "System.Threading.Tasks.ParallelOptions" + }, + { "name": "localInit", "typeName": "System.Func" }, + { + "name": "body", + "typeName": "System.Func" + }, + { "name": "localFinally", "typeName": "System.Action" } + ], + "isStatic": true, + "name": "ForEach", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ParallelLoopResult", + "params": [ + { + "name": "source", + "typeName": "System.Collections.Concurrent.Partitioner" + }, + { "name": "localInit", "typeName": "System.Func" }, + { + "name": "body", + "typeName": "System.Func" + }, + { "name": "localFinally", "typeName": "System.Action" } + ], + "isStatic": true, + "name": "ForEach", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ParallelLoopResult", + "params": [ + { + "name": "source", + "typeName": "System.Collections.Concurrent.Partitioner" + }, + { + "name": "parallelOptions", + "typeName": "System.Threading.Tasks.ParallelOptions" + }, + { "name": "localInit", "typeName": "System.Func" }, + { + "name": "body", + "typeName": "System.Func" + }, + { "name": "localFinally", "typeName": "System.Action" } + ], + "isStatic": true, + "name": "ForEach", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ParallelLoopResult", + "params": [ + { + "name": "source", + "typeName": "System.Collections.Generic.IEnumerable" + }, + { "name": "localInit", "typeName": "System.Func" }, + { + "name": "body", + "typeName": "System.Func" + }, + { "name": "localFinally", "typeName": "System.Action" } + ], + "isStatic": true, + "name": "ForEach", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ParallelLoopResult", + "params": [ + { + "name": "source", + "typeName": "System.Collections.Generic.IEnumerable" + }, + { "name": "localInit", "typeName": "System.Func" }, + { + "name": "body", + "typeName": "System.Func" + }, + { "name": "localFinally", "typeName": "System.Action" } + ], + "isStatic": true, + "name": "ForEach", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ParallelLoopResult", + "params": [ + { + "name": "source", + "typeName": "System.Collections.Generic.IEnumerable" + }, + { + "name": "parallelOptions", + "typeName": "System.Threading.Tasks.ParallelOptions" + }, + { "name": "localInit", "typeName": "System.Func" }, + { + "name": "body", + "typeName": "System.Func" + }, + { "name": "localFinally", "typeName": "System.Action" } + ], + "isStatic": true, + "name": "ForEach", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ParallelLoopResult", + "params": [ + { + "name": "source", + "typeName": "System.Collections.Generic.IEnumerable" + }, + { + "name": "parallelOptions", + "typeName": "System.Threading.Tasks.ParallelOptions" + }, + { "name": "localInit", "typeName": "System.Func" }, + { + "name": "body", + "typeName": "System.Func" + }, + { "name": "localFinally", "typeName": "System.Action" } + ], + "isStatic": true, + "name": "ForEach", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ParallelLoopResult", + "params": [ + { "name": "fromInclusive", "typeName": "int" }, + { "name": "toExclusive", "typeName": "int" }, + { "name": "localInit", "typeName": "System.Func" }, + { + "name": "body", + "typeName": "System.Func" + }, + { "name": "localFinally", "typeName": "System.Action" } + ], + "isStatic": true, + "name": "For", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ParallelLoopResult", + "params": [ + { "name": "fromInclusive", "typeName": "int" }, + { "name": "toExclusive", "typeName": "int" }, + { + "name": "parallelOptions", + "typeName": "System.Threading.Tasks.ParallelOptions" + }, + { "name": "localInit", "typeName": "System.Func" }, + { + "name": "body", + "typeName": "System.Func" + }, + { "name": "localFinally", "typeName": "System.Action" } + ], + "isStatic": true, + "name": "For", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ParallelLoopResult", + "params": [ + { "name": "fromInclusive", "typeName": "long" }, + { "name": "toExclusive", "typeName": "long" }, + { "name": "localInit", "typeName": "System.Func" }, + { + "name": "body", + "typeName": "System.Func" + }, + { "name": "localFinally", "typeName": "System.Action" } + ], + "isStatic": true, + "name": "For", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ParallelLoopResult", + "params": [ + { "name": "fromInclusive", "typeName": "long" }, + { "name": "toExclusive", "typeName": "long" }, + { + "name": "parallelOptions", + "typeName": "System.Threading.Tasks.ParallelOptions" + }, + { "name": "localInit", "typeName": "System.Func" }, + { + "name": "body", + "typeName": "System.Func" + }, + { "name": "localFinally", "typeName": "System.Action" } + ], + "isStatic": true, + "name": "For", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "actions", "typeName": "System.Action[]" }], + "isStatic": true, + "name": "Invoke", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "parallelOptions", + "typeName": "System.Threading.Tasks.ParallelOptions" + }, + { "name": "actions", "typeName": "System.Action[]" } + ], + "isStatic": true, + "name": "Invoke", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "Parallel", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Threading.Tasks", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "IsCompleted", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "long?", + "name": "LowestBreakIteration", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ParallelLoopResult", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Threading.Tasks", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "IsExceptional", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsStopped", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "long?", + "name": "LowestBreakIteration", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "ShouldExitCurrentIteration", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Break", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Stop", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ParallelLoopState", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Threading.Tasks", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Threading.CancellationToken", + "name": "CancellationToken", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "MaxDegreeOfParallelism", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Threading.Tasks.TaskScheduler", + "name": "TaskScheduler", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "ParallelOptions", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Threading.Tasks", + "baseClass": "object", + "attribute": "", + "interfaces": ["IAsyncResult", "IDisposable"], + "fields": [ + { + "typeName": "object", + "name": "AsyncState", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Threading.Tasks.Task", + "name": "CompletedTask", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Threading.Tasks.TaskCreationOptions", + "name": "CreationOptions", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int?", + "name": "CurrentId", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.AggregateException", + "name": "Exception", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Threading.Tasks.TaskFactory", + "name": "Factory", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "Id", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsCanceled", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsCompleted", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "IsFaulted", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Threading.Tasks.TaskStatus", + "name": "Status", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "action", "typeName": "System.Action" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "action", "typeName": "System.Action" }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "action", "typeName": "System.Action" }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + }, + { + "name": "creationOptions", + "typeName": "System.Threading.Tasks.TaskCreationOptions" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "action", "typeName": "System.Action" }, + { + "name": "creationOptions", + "typeName": "System.Threading.Tasks.TaskCreationOptions" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "action", "typeName": "System.Action" }, + { "name": "state", "typeName": "object" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "action", "typeName": "System.Action" }, + { "name": "state", "typeName": "object" }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "action", "typeName": "System.Action" }, + { "name": "state", "typeName": "object" }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + }, + { + "name": "creationOptions", + "typeName": "System.Threading.Tasks.TaskCreationOptions" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "action", "typeName": "System.Action" }, + { "name": "state", "typeName": "object" }, + { + "name": "creationOptions", + "typeName": "System.Threading.Tasks.TaskCreationOptions" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ConfiguredTaskAwaitable", + "params": [ + { "name": "continueOnCapturedContext", "typeName": "bool" } + ], + "isStatic": false, + "name": "ConfigureAwait", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "continuationAction", + "typeName": "System.Action" + }, + { "name": "state", "typeName": "object" } + ], + "isStatic": false, + "name": "ContinueWith", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "continuationAction", + "typeName": "System.Action" + }, + { "name": "state", "typeName": "object" }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": false, + "name": "ContinueWith", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "continuationAction", + "typeName": "System.Action" + }, + { "name": "state", "typeName": "object" }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + }, + { + "name": "continuationOptions", + "typeName": "System.Threading.Tasks.TaskContinuationOptions" + }, + { + "name": "scheduler", + "typeName": "System.Threading.Tasks.TaskScheduler" + } + ], + "isStatic": false, + "name": "ContinueWith", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "continuationAction", + "typeName": "System.Action" + }, + { "name": "state", "typeName": "object" }, + { + "name": "continuationOptions", + "typeName": "System.Threading.Tasks.TaskContinuationOptions" + } + ], + "isStatic": false, + "name": "ContinueWith", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "continuationAction", + "typeName": "System.Action" + }, + { "name": "state", "typeName": "object" }, + { + "name": "scheduler", + "typeName": "System.Threading.Tasks.TaskScheduler" + } + ], + "isStatic": false, + "name": "ContinueWith", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "continuationAction", + "typeName": "System.Action" + } + ], + "isStatic": false, + "name": "ContinueWith", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "continuationAction", + "typeName": "System.Action" + }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": false, + "name": "ContinueWith", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "continuationAction", + "typeName": "System.Action" + }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + }, + { + "name": "continuationOptions", + "typeName": "System.Threading.Tasks.TaskContinuationOptions" + }, + { + "name": "scheduler", + "typeName": "System.Threading.Tasks.TaskScheduler" + } + ], + "isStatic": false, + "name": "ContinueWith", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "continuationAction", + "typeName": "System.Action" + }, + { + "name": "continuationOptions", + "typeName": "System.Threading.Tasks.TaskContinuationOptions" + } + ], + "isStatic": false, + "name": "ContinueWith", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "continuationAction", + "typeName": "System.Action" + }, + { + "name": "scheduler", + "typeName": "System.Threading.Tasks.TaskScheduler" + } + ], + "isStatic": false, + "name": "ContinueWith", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "continuationFunction", + "typeName": "System.Func" + }, + { "name": "state", "typeName": "object" } + ], + "isStatic": false, + "name": "ContinueWith", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "continuationFunction", + "typeName": "System.Func" + }, + { "name": "state", "typeName": "object" }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": false, + "name": "ContinueWith", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "continuationFunction", + "typeName": "System.Func" + }, + { "name": "state", "typeName": "object" }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + }, + { + "name": "continuationOptions", + "typeName": "System.Threading.Tasks.TaskContinuationOptions" + }, + { + "name": "scheduler", + "typeName": "System.Threading.Tasks.TaskScheduler" + } + ], + "isStatic": false, + "name": "ContinueWith", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "continuationFunction", + "typeName": "System.Func" + }, + { "name": "state", "typeName": "object" }, + { + "name": "continuationOptions", + "typeName": "System.Threading.Tasks.TaskContinuationOptions" + } + ], + "isStatic": false, + "name": "ContinueWith", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "continuationFunction", + "typeName": "System.Func" + }, + { "name": "state", "typeName": "object" }, + { + "name": "scheduler", + "typeName": "System.Threading.Tasks.TaskScheduler" + } + ], + "isStatic": false, + "name": "ContinueWith", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "continuationFunction", + "typeName": "System.Func" + } + ], + "isStatic": false, + "name": "ContinueWith", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "continuationFunction", + "typeName": "System.Func" + }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": false, + "name": "ContinueWith", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "continuationFunction", + "typeName": "System.Func" + }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + }, + { + "name": "continuationOptions", + "typeName": "System.Threading.Tasks.TaskContinuationOptions" + }, + { + "name": "scheduler", + "typeName": "System.Threading.Tasks.TaskScheduler" + } + ], + "isStatic": false, + "name": "ContinueWith", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "continuationFunction", + "typeName": "System.Func" + }, + { + "name": "continuationOptions", + "typeName": "System.Threading.Tasks.TaskContinuationOptions" + } + ], + "isStatic": false, + "name": "ContinueWith", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "continuationFunction", + "typeName": "System.Func" + }, + { + "name": "scheduler", + "typeName": "System.Threading.Tasks.TaskScheduler" + } + ], + "isStatic": false, + "name": "ContinueWith", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [{ "name": "millisecondsDelay", "typeName": "int" }], + "isStatic": true, + "name": "Delay", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "millisecondsDelay", "typeName": "int" }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": true, + "name": "Delay", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [{ "name": "delay", "typeName": "System.TimeSpan" }], + "isStatic": true, + "name": "Delay", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "delay", "typeName": "System.TimeSpan" }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": true, + "name": "Delay", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": true, + "name": "FromCanceled", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": true, + "name": "FromCanceled", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [{ "name": "exception", "typeName": "System.Exception" }], + "isStatic": true, + "name": "FromException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [{ "name": "exception", "typeName": "System.Exception" }], + "isStatic": true, + "name": "FromException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [{ "name": "result", "typeName": "TResult" }], + "isStatic": true, + "name": "FromResult", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "TaskAwaiter", + "params": [], + "isStatic": false, + "name": "GetAwaiter", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [{ "name": "action", "typeName": "System.Action" }], + "isStatic": true, + "name": "Run", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "action", "typeName": "System.Action" }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": true, + "name": "Run", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "function", + "typeName": "System.Func" + } + ], + "isStatic": true, + "name": "Run", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "function", + "typeName": "System.Func" + }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": true, + "name": "Run", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "RunSynchronously", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "scheduler", + "typeName": "System.Threading.Tasks.TaskScheduler" + } + ], + "isStatic": false, + "name": "RunSynchronously", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "function", + "typeName": "System.Func>" + } + ], + "isStatic": true, + "name": "Run", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "function", + "typeName": "System.Func>" + }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": true, + "name": "Run", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "function", "typeName": "System.Func" } + ], + "isStatic": true, + "name": "Run", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "function", "typeName": "System.Func" }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": true, + "name": "Run", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Start", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "scheduler", + "typeName": "System.Threading.Tasks.TaskScheduler" + } + ], + "isStatic": false, + "name": "Start", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Wait", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "millisecondsTimeout", "typeName": "int" }], + "isStatic": false, + "name": "Wait", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "millisecondsTimeout", "typeName": "int" }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": false, + "name": "Wait", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": false, + "name": "Wait", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "timeout", "typeName": "System.TimeSpan" }], + "isStatic": false, + "name": "Wait", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "tasks", "typeName": "System.Threading.Tasks.Task[]" } + ], + "isStatic": true, + "name": "WaitAll", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "tasks", "typeName": "System.Threading.Tasks.Task[]" }, + { "name": "millisecondsTimeout", "typeName": "int" } + ], + "isStatic": true, + "name": "WaitAll", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "tasks", "typeName": "System.Threading.Tasks.Task[]" }, + { "name": "millisecondsTimeout", "typeName": "int" }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": true, + "name": "WaitAll", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "tasks", "typeName": "System.Threading.Tasks.Task[]" }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": true, + "name": "WaitAll", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "tasks", "typeName": "System.Threading.Tasks.Task[]" }, + { "name": "timeout", "typeName": "System.TimeSpan" } + ], + "isStatic": true, + "name": "WaitAll", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "tasks", "typeName": "System.Threading.Tasks.Task[]" } + ], + "isStatic": true, + "name": "WaitAny", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "tasks", "typeName": "System.Threading.Tasks.Task[]" }, + { "name": "millisecondsTimeout", "typeName": "int" } + ], + "isStatic": true, + "name": "WaitAny", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "tasks", "typeName": "System.Threading.Tasks.Task[]" }, + { "name": "millisecondsTimeout", "typeName": "int" }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": true, + "name": "WaitAny", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "tasks", "typeName": "System.Threading.Tasks.Task[]" }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": true, + "name": "WaitAny", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "tasks", "typeName": "System.Threading.Tasks.Task[]" }, + { "name": "timeout", "typeName": "System.TimeSpan" } + ], + "isStatic": true, + "name": "WaitAny", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "tasks", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": true, + "name": "WhenAll", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "tasks", "typeName": "System.Threading.Tasks.Task[]" } + ], + "isStatic": true, + "name": "WhenAll", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "tasks", + "typeName": "System.Collections.Generic.IEnumerable>" + } + ], + "isStatic": true, + "name": "WhenAll", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "tasks", + "typeName": "System.Threading.Tasks.Task[]" + } + ], + "isStatic": true, + "name": "WhenAll", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "tasks", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": true, + "name": "WhenAny", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "tasks", "typeName": "System.Threading.Tasks.Task[]" } + ], + "isStatic": true, + "name": "WhenAny", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "tasks", + "typeName": "System.Collections.Generic.IEnumerable>" + } + ], + "isStatic": true, + "name": "WhenAny", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "tasks", + "typeName": "System.Threading.Tasks.Task[]" + } + ], + "isStatic": true, + "name": "WhenAny", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "YieldAwaitable", + "params": [], + "isStatic": true, + "name": "Yield", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "Task", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Threading.Tasks", + "baseClass": "System.Threading.Tasks.Task", + "attribute": "", + "interfaces": ["IAsyncResult", "IDisposable"], + "fields": [ + { + "typeName": "System.Threading.Tasks.TaskFactory", + "name": "Factory", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "TResult", + "name": "Result", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "function", "typeName": "System.Func" }, + { "name": "state", "typeName": "object" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "function", "typeName": "System.Func" }, + { "name": "state", "typeName": "object" }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "function", "typeName": "System.Func" }, + { "name": "state", "typeName": "object" }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + }, + { + "name": "creationOptions", + "typeName": "System.Threading.Tasks.TaskCreationOptions" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "function", "typeName": "System.Func" }, + { "name": "state", "typeName": "object" }, + { + "name": "creationOptions", + "typeName": "System.Threading.Tasks.TaskCreationOptions" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "function", "typeName": "System.Func" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "function", "typeName": "System.Func" }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "function", "typeName": "System.Func" }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + }, + { + "name": "creationOptions", + "typeName": "System.Threading.Tasks.TaskCreationOptions" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "function", "typeName": "System.Func" }, + { + "name": "creationOptions", + "typeName": "System.Threading.Tasks.TaskCreationOptions" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "ConfiguredTaskAwaitable", + "params": [ + { "name": "continueOnCapturedContext", "typeName": "bool" } + ], + "isStatic": false, + "name": "ConfigureAwait", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "continuationAction", + "typeName": "System.Action, object>" + }, + { "name": "state", "typeName": "object" } + ], + "isStatic": false, + "name": "ContinueWith", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "continuationAction", + "typeName": "System.Action, object>" + }, + { "name": "state", "typeName": "object" }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": false, + "name": "ContinueWith", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "continuationAction", + "typeName": "System.Action, object>" + }, + { "name": "state", "typeName": "object" }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + }, + { + "name": "continuationOptions", + "typeName": "System.Threading.Tasks.TaskContinuationOptions" + }, + { + "name": "scheduler", + "typeName": "System.Threading.Tasks.TaskScheduler" + } + ], + "isStatic": false, + "name": "ContinueWith", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "continuationAction", + "typeName": "System.Action, object>" + }, + { "name": "state", "typeName": "object" }, + { + "name": "continuationOptions", + "typeName": "System.Threading.Tasks.TaskContinuationOptions" + } + ], + "isStatic": false, + "name": "ContinueWith", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "continuationAction", + "typeName": "System.Action, object>" + }, + { "name": "state", "typeName": "object" }, + { + "name": "scheduler", + "typeName": "System.Threading.Tasks.TaskScheduler" + } + ], + "isStatic": false, + "name": "ContinueWith", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "continuationAction", + "typeName": "System.Action>" + } + ], + "isStatic": false, + "name": "ContinueWith", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "continuationAction", + "typeName": "System.Action>" + }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": false, + "name": "ContinueWith", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "continuationAction", + "typeName": "System.Action>" + }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + }, + { + "name": "continuationOptions", + "typeName": "System.Threading.Tasks.TaskContinuationOptions" + }, + { + "name": "scheduler", + "typeName": "System.Threading.Tasks.TaskScheduler" + } + ], + "isStatic": false, + "name": "ContinueWith", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "continuationAction", + "typeName": "System.Action>" + }, + { + "name": "continuationOptions", + "typeName": "System.Threading.Tasks.TaskContinuationOptions" + } + ], + "isStatic": false, + "name": "ContinueWith", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "continuationAction", + "typeName": "System.Action>" + }, + { + "name": "scheduler", + "typeName": "System.Threading.Tasks.TaskScheduler" + } + ], + "isStatic": false, + "name": "ContinueWith", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "continuationFunction", + "typeName": "System.Func, object, TNewResult>" + }, + { "name": "state", "typeName": "object" } + ], + "isStatic": false, + "name": "ContinueWith", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "continuationFunction", + "typeName": "System.Func, object, TNewResult>" + }, + { "name": "state", "typeName": "object" }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": false, + "name": "ContinueWith", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "continuationFunction", + "typeName": "System.Func, object, TNewResult>" + }, + { "name": "state", "typeName": "object" }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + }, + { + "name": "continuationOptions", + "typeName": "System.Threading.Tasks.TaskContinuationOptions" + }, + { + "name": "scheduler", + "typeName": "System.Threading.Tasks.TaskScheduler" + } + ], + "isStatic": false, + "name": "ContinueWith", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "continuationFunction", + "typeName": "System.Func, object, TNewResult>" + }, + { "name": "state", "typeName": "object" }, + { + "name": "continuationOptions", + "typeName": "System.Threading.Tasks.TaskContinuationOptions" + } + ], + "isStatic": false, + "name": "ContinueWith", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "continuationFunction", + "typeName": "System.Func, object, TNewResult>" + }, + { "name": "state", "typeName": "object" }, + { + "name": "scheduler", + "typeName": "System.Threading.Tasks.TaskScheduler" + } + ], + "isStatic": false, + "name": "ContinueWith", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "continuationFunction", + "typeName": "System.Func, TNewResult>" + } + ], + "isStatic": false, + "name": "ContinueWith", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "continuationFunction", + "typeName": "System.Func, TNewResult>" + }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": false, + "name": "ContinueWith", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "continuationFunction", + "typeName": "System.Func, TNewResult>" + }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + }, + { + "name": "continuationOptions", + "typeName": "System.Threading.Tasks.TaskContinuationOptions" + }, + { + "name": "scheduler", + "typeName": "System.Threading.Tasks.TaskScheduler" + } + ], + "isStatic": false, + "name": "ContinueWith", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "continuationFunction", + "typeName": "System.Func, TNewResult>" + }, + { + "name": "continuationOptions", + "typeName": "System.Threading.Tasks.TaskContinuationOptions" + } + ], + "isStatic": false, + "name": "ContinueWith", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "continuationFunction", + "typeName": "System.Func, TNewResult>" + }, + { + "name": "scheduler", + "typeName": "System.Threading.Tasks.TaskScheduler" + } + ], + "isStatic": false, + "name": "ContinueWith", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "TaskAwaiter", + "params": [], + "isStatic": false, + "name": "GetAwaiter", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "Task", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Threading.Tasks", + "baseClass": "System.OperationCanceledException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [ + { + "typeName": "System.Threading.Tasks.Task", + "name": "Task", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "innerException", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "task", "typeName": "System.Threading.Tasks.Task" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "TaskCanceledException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Threading.Tasks", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Threading.Tasks.Task", + "name": "Task", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "state", "typeName": "object" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "state", "typeName": "object" }, + { + "name": "creationOptions", + "typeName": "System.Threading.Tasks.TaskCreationOptions" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "creationOptions", + "typeName": "System.Threading.Tasks.TaskCreationOptions" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "SetCanceled", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "exceptions", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": false, + "name": "SetException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "exception", "typeName": "System.Exception" }], + "isStatic": false, + "name": "SetException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "TResult" }], + "isStatic": false, + "name": "SetResult", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "TrySetCanceled", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": false, + "name": "TrySetCanceled", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "exceptions", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": false, + "name": "TrySetException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "exception", "typeName": "System.Exception" }], + "isStatic": false, + "name": "TrySetException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "result", "typeName": "TResult" }], + "isStatic": false, + "name": "TrySetResult", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "TaskCompletionSource", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Threading.Tasks", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Threading.Tasks.TaskContinuationOptions", + "name": "AttachedToParent", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Threading.Tasks.TaskContinuationOptions", + "name": "DenyChildAttach", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Threading.Tasks.TaskContinuationOptions", + "name": "ExecuteSynchronously", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Threading.Tasks.TaskContinuationOptions", + "name": "HideScheduler", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Threading.Tasks.TaskContinuationOptions", + "name": "LazyCancellation", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Threading.Tasks.TaskContinuationOptions", + "name": "LongRunning", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Threading.Tasks.TaskContinuationOptions", + "name": "None", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Threading.Tasks.TaskContinuationOptions", + "name": "NotOnCanceled", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Threading.Tasks.TaskContinuationOptions", + "name": "NotOnFaulted", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Threading.Tasks.TaskContinuationOptions", + "name": "NotOnRanToCompletion", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Threading.Tasks.TaskContinuationOptions", + "name": "OnlyOnCanceled", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Threading.Tasks.TaskContinuationOptions", + "name": "OnlyOnFaulted", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Threading.Tasks.TaskContinuationOptions", + "name": "OnlyOnRanToCompletion", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Threading.Tasks.TaskContinuationOptions", + "name": "PreferFairness", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Threading.Tasks.TaskContinuationOptions", + "name": "RunContinuationsAsynchronously", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Threading.Tasks.TaskContinuationOptions", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "TaskContinuationOptions", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Threading.Tasks", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Threading.CancellationToken", + "name": "CancellationToken", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Threading.Tasks.TaskContinuationOptions", + "name": "ContinuationOptions", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Threading.Tasks.TaskCreationOptions", + "name": "CreationOptions", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Threading.Tasks.TaskScheduler", + "name": "Scheduler", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + }, + { + "name": "creationOptions", + "typeName": "System.Threading.Tasks.TaskCreationOptions" + }, + { + "name": "continuationOptions", + "typeName": "System.Threading.Tasks.TaskContinuationOptions" + }, + { + "name": "scheduler", + "typeName": "System.Threading.Tasks.TaskScheduler" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "creationOptions", + "typeName": "System.Threading.Tasks.TaskCreationOptions" + }, + { + "name": "continuationOptions", + "typeName": "System.Threading.Tasks.TaskContinuationOptions" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "scheduler", + "typeName": "System.Threading.Tasks.TaskScheduler" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "tasks", "typeName": "System.Threading.Tasks.Task[]" }, + { + "name": "continuationAction", + "typeName": "System.Action" + } + ], + "isStatic": false, + "name": "ContinueWhenAll", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "tasks", "typeName": "System.Threading.Tasks.Task[]" }, + { + "name": "continuationAction", + "typeName": "System.Action" + }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": false, + "name": "ContinueWhenAll", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "tasks", "typeName": "System.Threading.Tasks.Task[]" }, + { + "name": "continuationAction", + "typeName": "System.Action" + }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + }, + { + "name": "continuationOptions", + "typeName": "System.Threading.Tasks.TaskContinuationOptions" + }, + { + "name": "scheduler", + "typeName": "System.Threading.Tasks.TaskScheduler" + } + ], + "isStatic": false, + "name": "ContinueWhenAll", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "tasks", "typeName": "System.Threading.Tasks.Task[]" }, + { + "name": "continuationAction", + "typeName": "System.Action" + }, + { + "name": "continuationOptions", + "typeName": "System.Threading.Tasks.TaskContinuationOptions" + } + ], + "isStatic": false, + "name": "ContinueWhenAll", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "tasks", "typeName": "System.Threading.Tasks.Task[]" }, + { + "name": "continuationFunction", + "typeName": "System.Func" + } + ], + "isStatic": false, + "name": "ContinueWhenAll", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "tasks", "typeName": "System.Threading.Tasks.Task[]" }, + { + "name": "continuationFunction", + "typeName": "System.Func" + }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": false, + "name": "ContinueWhenAll", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "tasks", "typeName": "System.Threading.Tasks.Task[]" }, + { + "name": "continuationFunction", + "typeName": "System.Func" + }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + }, + { + "name": "continuationOptions", + "typeName": "System.Threading.Tasks.TaskContinuationOptions" + }, + { + "name": "scheduler", + "typeName": "System.Threading.Tasks.TaskScheduler" + } + ], + "isStatic": false, + "name": "ContinueWhenAll", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "tasks", "typeName": "System.Threading.Tasks.Task[]" }, + { + "name": "continuationFunction", + "typeName": "System.Func" + }, + { + "name": "continuationOptions", + "typeName": "System.Threading.Tasks.TaskContinuationOptions" + } + ], + "isStatic": false, + "name": "ContinueWhenAll", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "tasks", + "typeName": "System.Threading.Tasks.Task[]" + }, + { + "name": "continuationAction", + "typeName": "System.Action[]>" + } + ], + "isStatic": false, + "name": "ContinueWhenAll", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "tasks", + "typeName": "System.Threading.Tasks.Task[]" + }, + { + "name": "continuationAction", + "typeName": "System.Action[]>" + }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": false, + "name": "ContinueWhenAll", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "tasks", + "typeName": "System.Threading.Tasks.Task[]" + }, + { + "name": "continuationAction", + "typeName": "System.Action[]>" + }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + }, + { + "name": "continuationOptions", + "typeName": "System.Threading.Tasks.TaskContinuationOptions" + }, + { + "name": "scheduler", + "typeName": "System.Threading.Tasks.TaskScheduler" + } + ], + "isStatic": false, + "name": "ContinueWhenAll", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "tasks", + "typeName": "System.Threading.Tasks.Task[]" + }, + { + "name": "continuationAction", + "typeName": "System.Action[]>" + }, + { + "name": "continuationOptions", + "typeName": "System.Threading.Tasks.TaskContinuationOptions" + } + ], + "isStatic": false, + "name": "ContinueWhenAll", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "tasks", + "typeName": "System.Threading.Tasks.Task[]" + }, + { + "name": "continuationFunction", + "typeName": "System.Func[], TResult>" + } + ], + "isStatic": false, + "name": "ContinueWhenAll", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "tasks", + "typeName": "System.Threading.Tasks.Task[]" + }, + { + "name": "continuationFunction", + "typeName": "System.Func[], TResult>" + }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": false, + "name": "ContinueWhenAll", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "tasks", + "typeName": "System.Threading.Tasks.Task[]" + }, + { + "name": "continuationFunction", + "typeName": "System.Func[], TResult>" + }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + }, + { + "name": "continuationOptions", + "typeName": "System.Threading.Tasks.TaskContinuationOptions" + }, + { + "name": "scheduler", + "typeName": "System.Threading.Tasks.TaskScheduler" + } + ], + "isStatic": false, + "name": "ContinueWhenAll", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "tasks", + "typeName": "System.Threading.Tasks.Task[]" + }, + { + "name": "continuationFunction", + "typeName": "System.Func[], TResult>" + }, + { + "name": "continuationOptions", + "typeName": "System.Threading.Tasks.TaskContinuationOptions" + } + ], + "isStatic": false, + "name": "ContinueWhenAll", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "tasks", "typeName": "System.Threading.Tasks.Task[]" }, + { + "name": "continuationAction", + "typeName": "System.Action" + } + ], + "isStatic": false, + "name": "ContinueWhenAny", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "tasks", "typeName": "System.Threading.Tasks.Task[]" }, + { + "name": "continuationAction", + "typeName": "System.Action" + }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": false, + "name": "ContinueWhenAny", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "tasks", "typeName": "System.Threading.Tasks.Task[]" }, + { + "name": "continuationAction", + "typeName": "System.Action" + }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + }, + { + "name": "continuationOptions", + "typeName": "System.Threading.Tasks.TaskContinuationOptions" + }, + { + "name": "scheduler", + "typeName": "System.Threading.Tasks.TaskScheduler" + } + ], + "isStatic": false, + "name": "ContinueWhenAny", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "tasks", "typeName": "System.Threading.Tasks.Task[]" }, + { + "name": "continuationAction", + "typeName": "System.Action" + }, + { + "name": "continuationOptions", + "typeName": "System.Threading.Tasks.TaskContinuationOptions" + } + ], + "isStatic": false, + "name": "ContinueWhenAny", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "tasks", "typeName": "System.Threading.Tasks.Task[]" }, + { + "name": "continuationFunction", + "typeName": "System.Func" + } + ], + "isStatic": false, + "name": "ContinueWhenAny", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "tasks", "typeName": "System.Threading.Tasks.Task[]" }, + { + "name": "continuationFunction", + "typeName": "System.Func" + }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": false, + "name": "ContinueWhenAny", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "tasks", "typeName": "System.Threading.Tasks.Task[]" }, + { + "name": "continuationFunction", + "typeName": "System.Func" + }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + }, + { + "name": "continuationOptions", + "typeName": "System.Threading.Tasks.TaskContinuationOptions" + }, + { + "name": "scheduler", + "typeName": "System.Threading.Tasks.TaskScheduler" + } + ], + "isStatic": false, + "name": "ContinueWhenAny", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "tasks", "typeName": "System.Threading.Tasks.Task[]" }, + { + "name": "continuationFunction", + "typeName": "System.Func" + }, + { + "name": "continuationOptions", + "typeName": "System.Threading.Tasks.TaskContinuationOptions" + } + ], + "isStatic": false, + "name": "ContinueWhenAny", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "tasks", + "typeName": "System.Threading.Tasks.Task[]" + }, + { + "name": "continuationAction", + "typeName": "System.Action>" + } + ], + "isStatic": false, + "name": "ContinueWhenAny", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "tasks", + "typeName": "System.Threading.Tasks.Task[]" + }, + { + "name": "continuationAction", + "typeName": "System.Action>" + }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": false, + "name": "ContinueWhenAny", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "tasks", + "typeName": "System.Threading.Tasks.Task[]" + }, + { + "name": "continuationAction", + "typeName": "System.Action>" + }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + }, + { + "name": "continuationOptions", + "typeName": "System.Threading.Tasks.TaskContinuationOptions" + }, + { + "name": "scheduler", + "typeName": "System.Threading.Tasks.TaskScheduler" + } + ], + "isStatic": false, + "name": "ContinueWhenAny", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "tasks", + "typeName": "System.Threading.Tasks.Task[]" + }, + { + "name": "continuationAction", + "typeName": "System.Action>" + }, + { + "name": "continuationOptions", + "typeName": "System.Threading.Tasks.TaskContinuationOptions" + } + ], + "isStatic": false, + "name": "ContinueWhenAny", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "tasks", + "typeName": "System.Threading.Tasks.Task[]" + }, + { + "name": "continuationFunction", + "typeName": "System.Func, TResult>" + } + ], + "isStatic": false, + "name": "ContinueWhenAny", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "tasks", + "typeName": "System.Threading.Tasks.Task[]" + }, + { + "name": "continuationFunction", + "typeName": "System.Func, TResult>" + }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": false, + "name": "ContinueWhenAny", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "tasks", + "typeName": "System.Threading.Tasks.Task[]" + }, + { + "name": "continuationFunction", + "typeName": "System.Func, TResult>" + }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + }, + { + "name": "continuationOptions", + "typeName": "System.Threading.Tasks.TaskContinuationOptions" + }, + { + "name": "scheduler", + "typeName": "System.Threading.Tasks.TaskScheduler" + } + ], + "isStatic": false, + "name": "ContinueWhenAny", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "tasks", + "typeName": "System.Threading.Tasks.Task[]" + }, + { + "name": "continuationFunction", + "typeName": "System.Func, TResult>" + }, + { + "name": "continuationOptions", + "typeName": "System.Threading.Tasks.TaskContinuationOptions" + } + ], + "isStatic": false, + "name": "ContinueWhenAny", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "beginMethod", + "typeName": "System.Func" + }, + { + "name": "endMethod", + "typeName": "System.Action" + }, + { "name": "state", "typeName": "object" } + ], + "isStatic": false, + "name": "FromAsync", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "beginMethod", + "typeName": "System.Func" + }, + { + "name": "endMethod", + "typeName": "System.Action" + }, + { "name": "state", "typeName": "object" }, + { + "name": "creationOptions", + "typeName": "System.Threading.Tasks.TaskCreationOptions" + } + ], + "isStatic": false, + "name": "FromAsync", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "asyncResult", "typeName": "System.IAsyncResult" }, + { + "name": "endMethod", + "typeName": "System.Action" + } + ], + "isStatic": false, + "name": "FromAsync", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "asyncResult", "typeName": "System.IAsyncResult" }, + { + "name": "endMethod", + "typeName": "System.Action" + }, + { + "name": "creationOptions", + "typeName": "System.Threading.Tasks.TaskCreationOptions" + } + ], + "isStatic": false, + "name": "FromAsync", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "asyncResult", "typeName": "System.IAsyncResult" }, + { + "name": "endMethod", + "typeName": "System.Action" + }, + { + "name": "creationOptions", + "typeName": "System.Threading.Tasks.TaskCreationOptions" + }, + { + "name": "scheduler", + "typeName": "System.Threading.Tasks.TaskScheduler" + } + ], + "isStatic": false, + "name": "FromAsync", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "beginMethod", + "typeName": "System.Func" + }, + { + "name": "endMethod", + "typeName": "System.Func" + }, + { "name": "state", "typeName": "object" } + ], + "isStatic": false, + "name": "FromAsync", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "beginMethod", + "typeName": "System.Func" + }, + { + "name": "endMethod", + "typeName": "System.Func" + }, + { "name": "state", "typeName": "object" }, + { + "name": "creationOptions", + "typeName": "System.Threading.Tasks.TaskCreationOptions" + } + ], + "isStatic": false, + "name": "FromAsync", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "beginMethod", + "typeName": "System.Func" + }, + { + "name": "endMethod", + "typeName": "System.Action" + }, + { "name": "arg1", "typeName": "TArg1" }, + { "name": "state", "typeName": "object" } + ], + "isStatic": false, + "name": "FromAsync", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "beginMethod", + "typeName": "System.Func" + }, + { + "name": "endMethod", + "typeName": "System.Action" + }, + { "name": "arg1", "typeName": "TArg1" }, + { "name": "state", "typeName": "object" }, + { + "name": "creationOptions", + "typeName": "System.Threading.Tasks.TaskCreationOptions" + } + ], + "isStatic": false, + "name": "FromAsync", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "asyncResult", "typeName": "System.IAsyncResult" }, + { + "name": "endMethod", + "typeName": "System.Func" + } + ], + "isStatic": false, + "name": "FromAsync", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "asyncResult", "typeName": "System.IAsyncResult" }, + { + "name": "endMethod", + "typeName": "System.Func" + }, + { + "name": "creationOptions", + "typeName": "System.Threading.Tasks.TaskCreationOptions" + } + ], + "isStatic": false, + "name": "FromAsync", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "asyncResult", "typeName": "System.IAsyncResult" }, + { + "name": "endMethod", + "typeName": "System.Func" + }, + { + "name": "creationOptions", + "typeName": "System.Threading.Tasks.TaskCreationOptions" + }, + { + "name": "scheduler", + "typeName": "System.Threading.Tasks.TaskScheduler" + } + ], + "isStatic": false, + "name": "FromAsync", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "beginMethod", + "typeName": "System.Func" + }, + { + "name": "endMethod", + "typeName": "System.Func" + }, + { "name": "arg1", "typeName": "TArg1" }, + { "name": "state", "typeName": "object" } + ], + "isStatic": false, + "name": "FromAsync", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "beginMethod", + "typeName": "System.Func" + }, + { + "name": "endMethod", + "typeName": "System.Func" + }, + { "name": "arg1", "typeName": "TArg1" }, + { "name": "state", "typeName": "object" }, + { + "name": "creationOptions", + "typeName": "System.Threading.Tasks.TaskCreationOptions" + } + ], + "isStatic": false, + "name": "FromAsync", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "beginMethod", + "typeName": "System.Func" + }, + { + "name": "endMethod", + "typeName": "System.Action" + }, + { "name": "arg1", "typeName": "TArg1" }, + { "name": "arg2", "typeName": "TArg2" }, + { "name": "state", "typeName": "object" } + ], + "isStatic": false, + "name": "FromAsync", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "beginMethod", + "typeName": "System.Func" + }, + { + "name": "endMethod", + "typeName": "System.Action" + }, + { "name": "arg1", "typeName": "TArg1" }, + { "name": "arg2", "typeName": "TArg2" }, + { "name": "state", "typeName": "object" }, + { + "name": "creationOptions", + "typeName": "System.Threading.Tasks.TaskCreationOptions" + } + ], + "isStatic": false, + "name": "FromAsync", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "beginMethod", + "typeName": "System.Func" + }, + { + "name": "endMethod", + "typeName": "System.Func" + }, + { "name": "arg1", "typeName": "TArg1" }, + { "name": "arg2", "typeName": "TArg2" }, + { "name": "state", "typeName": "object" } + ], + "isStatic": false, + "name": "FromAsync", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "beginMethod", + "typeName": "System.Func" + }, + { + "name": "endMethod", + "typeName": "System.Func" + }, + { "name": "arg1", "typeName": "TArg1" }, + { "name": "arg2", "typeName": "TArg2" }, + { "name": "state", "typeName": "object" }, + { + "name": "creationOptions", + "typeName": "System.Threading.Tasks.TaskCreationOptions" + } + ], + "isStatic": false, + "name": "FromAsync", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "beginMethod", + "typeName": "System.Func" + }, + { + "name": "endMethod", + "typeName": "System.Action" + }, + { "name": "arg1", "typeName": "TArg1" }, + { "name": "arg2", "typeName": "TArg2" }, + { "name": "arg3", "typeName": "TArg3" }, + { "name": "state", "typeName": "object" } + ], + "isStatic": false, + "name": "FromAsync", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "beginMethod", + "typeName": "System.Func" + }, + { + "name": "endMethod", + "typeName": "System.Action" + }, + { "name": "arg1", "typeName": "TArg1" }, + { "name": "arg2", "typeName": "TArg2" }, + { "name": "arg3", "typeName": "TArg3" }, + { "name": "state", "typeName": "object" }, + { + "name": "creationOptions", + "typeName": "System.Threading.Tasks.TaskCreationOptions" + } + ], + "isStatic": false, + "name": "FromAsync", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "beginMethod", + "typeName": "System.Func" + }, + { + "name": "endMethod", + "typeName": "System.Func" + }, + { "name": "arg1", "typeName": "TArg1" }, + { "name": "arg2", "typeName": "TArg2" }, + { "name": "arg3", "typeName": "TArg3" }, + { "name": "state", "typeName": "object" } + ], + "isStatic": false, + "name": "FromAsync", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "beginMethod", + "typeName": "System.Func" + }, + { + "name": "endMethod", + "typeName": "System.Func" + }, + { "name": "arg1", "typeName": "TArg1" }, + { "name": "arg2", "typeName": "TArg2" }, + { "name": "arg3", "typeName": "TArg3" }, + { "name": "state", "typeName": "object" }, + { + "name": "creationOptions", + "typeName": "System.Threading.Tasks.TaskCreationOptions" + } + ], + "isStatic": false, + "name": "FromAsync", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [{ "name": "action", "typeName": "System.Action" }], + "isStatic": false, + "name": "StartNew", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "action", "typeName": "System.Action" }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": false, + "name": "StartNew", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "action", "typeName": "System.Action" }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + }, + { + "name": "creationOptions", + "typeName": "System.Threading.Tasks.TaskCreationOptions" + }, + { + "name": "scheduler", + "typeName": "System.Threading.Tasks.TaskScheduler" + } + ], + "isStatic": false, + "name": "StartNew", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "action", "typeName": "System.Action" }, + { + "name": "creationOptions", + "typeName": "System.Threading.Tasks.TaskCreationOptions" + } + ], + "isStatic": false, + "name": "StartNew", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "action", "typeName": "System.Action" }, + { "name": "state", "typeName": "object" } + ], + "isStatic": false, + "name": "StartNew", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "action", "typeName": "System.Action" }, + { "name": "state", "typeName": "object" }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": false, + "name": "StartNew", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "action", "typeName": "System.Action" }, + { "name": "state", "typeName": "object" }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + }, + { + "name": "creationOptions", + "typeName": "System.Threading.Tasks.TaskCreationOptions" + }, + { + "name": "scheduler", + "typeName": "System.Threading.Tasks.TaskScheduler" + } + ], + "isStatic": false, + "name": "StartNew", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "action", "typeName": "System.Action" }, + { "name": "state", "typeName": "object" }, + { + "name": "creationOptions", + "typeName": "System.Threading.Tasks.TaskCreationOptions" + } + ], + "isStatic": false, + "name": "StartNew", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "function", "typeName": "System.Func" }, + { "name": "state", "typeName": "object" } + ], + "isStatic": false, + "name": "StartNew", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "function", "typeName": "System.Func" }, + { "name": "state", "typeName": "object" }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": false, + "name": "StartNew", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "function", "typeName": "System.Func" }, + { "name": "state", "typeName": "object" }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + }, + { + "name": "creationOptions", + "typeName": "System.Threading.Tasks.TaskCreationOptions" + }, + { + "name": "scheduler", + "typeName": "System.Threading.Tasks.TaskScheduler" + } + ], + "isStatic": false, + "name": "StartNew", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "function", "typeName": "System.Func" }, + { "name": "state", "typeName": "object" }, + { + "name": "creationOptions", + "typeName": "System.Threading.Tasks.TaskCreationOptions" + } + ], + "isStatic": false, + "name": "StartNew", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "function", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "StartNew", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "function", "typeName": "System.Func" }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": false, + "name": "StartNew", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "function", "typeName": "System.Func" }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + }, + { + "name": "creationOptions", + "typeName": "System.Threading.Tasks.TaskCreationOptions" + }, + { + "name": "scheduler", + "typeName": "System.Threading.Tasks.TaskScheduler" + } + ], + "isStatic": false, + "name": "StartNew", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "function", "typeName": "System.Func" }, + { + "name": "creationOptions", + "typeName": "System.Threading.Tasks.TaskCreationOptions" + } + ], + "isStatic": false, + "name": "StartNew", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "TaskFactory", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Threading.Tasks", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Threading.Tasks.TaskCreationOptions", + "name": "AttachedToParent", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Threading.Tasks.TaskCreationOptions", + "name": "DenyChildAttach", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Threading.Tasks.TaskCreationOptions", + "name": "HideScheduler", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Threading.Tasks.TaskCreationOptions", + "name": "LongRunning", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Threading.Tasks.TaskCreationOptions", + "name": "None", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Threading.Tasks.TaskCreationOptions", + "name": "PreferFairness", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Threading.Tasks.TaskCreationOptions", + "name": "RunContinuationsAsynchronously", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Threading.Tasks.TaskCreationOptions", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "TaskCreationOptions", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Threading.Tasks", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Threading.CancellationToken", + "name": "CancellationToken", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Threading.Tasks.TaskContinuationOptions", + "name": "ContinuationOptions", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Threading.Tasks.TaskCreationOptions", + "name": "CreationOptions", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Threading.Tasks.TaskScheduler", + "name": "Scheduler", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + }, + { + "name": "creationOptions", + "typeName": "System.Threading.Tasks.TaskCreationOptions" + }, + { + "name": "continuationOptions", + "typeName": "System.Threading.Tasks.TaskContinuationOptions" + }, + { + "name": "scheduler", + "typeName": "System.Threading.Tasks.TaskScheduler" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "creationOptions", + "typeName": "System.Threading.Tasks.TaskCreationOptions" + }, + { + "name": "continuationOptions", + "typeName": "System.Threading.Tasks.TaskContinuationOptions" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "scheduler", + "typeName": "System.Threading.Tasks.TaskScheduler" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "tasks", "typeName": "System.Threading.Tasks.Task[]" }, + { + "name": "continuationFunction", + "typeName": "System.Func" + } + ], + "isStatic": false, + "name": "ContinueWhenAll", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "tasks", "typeName": "System.Threading.Tasks.Task[]" }, + { + "name": "continuationFunction", + "typeName": "System.Func" + }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": false, + "name": "ContinueWhenAll", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "tasks", "typeName": "System.Threading.Tasks.Task[]" }, + { + "name": "continuationFunction", + "typeName": "System.Func" + }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + }, + { + "name": "continuationOptions", + "typeName": "System.Threading.Tasks.TaskContinuationOptions" + }, + { + "name": "scheduler", + "typeName": "System.Threading.Tasks.TaskScheduler" + } + ], + "isStatic": false, + "name": "ContinueWhenAll", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "tasks", "typeName": "System.Threading.Tasks.Task[]" }, + { + "name": "continuationFunction", + "typeName": "System.Func" + }, + { + "name": "continuationOptions", + "typeName": "System.Threading.Tasks.TaskContinuationOptions" + } + ], + "isStatic": false, + "name": "ContinueWhenAll", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "tasks", + "typeName": "System.Threading.Tasks.Task[]" + }, + { + "name": "continuationFunction", + "typeName": "System.Func[], TResult>" + } + ], + "isStatic": false, + "name": "ContinueWhenAll", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "tasks", + "typeName": "System.Threading.Tasks.Task[]" + }, + { + "name": "continuationFunction", + "typeName": "System.Func[], TResult>" + }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": false, + "name": "ContinueWhenAll", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "tasks", + "typeName": "System.Threading.Tasks.Task[]" + }, + { + "name": "continuationFunction", + "typeName": "System.Func[], TResult>" + }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + }, + { + "name": "continuationOptions", + "typeName": "System.Threading.Tasks.TaskContinuationOptions" + }, + { + "name": "scheduler", + "typeName": "System.Threading.Tasks.TaskScheduler" + } + ], + "isStatic": false, + "name": "ContinueWhenAll", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "tasks", + "typeName": "System.Threading.Tasks.Task[]" + }, + { + "name": "continuationFunction", + "typeName": "System.Func[], TResult>" + }, + { + "name": "continuationOptions", + "typeName": "System.Threading.Tasks.TaskContinuationOptions" + } + ], + "isStatic": false, + "name": "ContinueWhenAll", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "tasks", "typeName": "System.Threading.Tasks.Task[]" }, + { + "name": "continuationFunction", + "typeName": "System.Func" + } + ], + "isStatic": false, + "name": "ContinueWhenAny", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "tasks", "typeName": "System.Threading.Tasks.Task[]" }, + { + "name": "continuationFunction", + "typeName": "System.Func" + }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": false, + "name": "ContinueWhenAny", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "tasks", "typeName": "System.Threading.Tasks.Task[]" }, + { + "name": "continuationFunction", + "typeName": "System.Func" + }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + }, + { + "name": "continuationOptions", + "typeName": "System.Threading.Tasks.TaskContinuationOptions" + }, + { + "name": "scheduler", + "typeName": "System.Threading.Tasks.TaskScheduler" + } + ], + "isStatic": false, + "name": "ContinueWhenAny", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "tasks", "typeName": "System.Threading.Tasks.Task[]" }, + { + "name": "continuationFunction", + "typeName": "System.Func" + }, + { + "name": "continuationOptions", + "typeName": "System.Threading.Tasks.TaskContinuationOptions" + } + ], + "isStatic": false, + "name": "ContinueWhenAny", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "tasks", + "typeName": "System.Threading.Tasks.Task[]" + }, + { + "name": "continuationFunction", + "typeName": "System.Func, TResult>" + } + ], + "isStatic": false, + "name": "ContinueWhenAny", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "tasks", + "typeName": "System.Threading.Tasks.Task[]" + }, + { + "name": "continuationFunction", + "typeName": "System.Func, TResult>" + }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": false, + "name": "ContinueWhenAny", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "tasks", + "typeName": "System.Threading.Tasks.Task[]" + }, + { + "name": "continuationFunction", + "typeName": "System.Func, TResult>" + }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + }, + { + "name": "continuationOptions", + "typeName": "System.Threading.Tasks.TaskContinuationOptions" + }, + { + "name": "scheduler", + "typeName": "System.Threading.Tasks.TaskScheduler" + } + ], + "isStatic": false, + "name": "ContinueWhenAny", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "tasks", + "typeName": "System.Threading.Tasks.Task[]" + }, + { + "name": "continuationFunction", + "typeName": "System.Func, TResult>" + }, + { + "name": "continuationOptions", + "typeName": "System.Threading.Tasks.TaskContinuationOptions" + } + ], + "isStatic": false, + "name": "ContinueWhenAny", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "beginMethod", + "typeName": "System.Func" + }, + { + "name": "endMethod", + "typeName": "System.Func" + }, + { "name": "state", "typeName": "object" } + ], + "isStatic": false, + "name": "FromAsync", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "beginMethod", + "typeName": "System.Func" + }, + { + "name": "endMethod", + "typeName": "System.Func" + }, + { "name": "state", "typeName": "object" }, + { + "name": "creationOptions", + "typeName": "System.Threading.Tasks.TaskCreationOptions" + } + ], + "isStatic": false, + "name": "FromAsync", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "asyncResult", "typeName": "System.IAsyncResult" }, + { + "name": "endMethod", + "typeName": "System.Func" + } + ], + "isStatic": false, + "name": "FromAsync", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "asyncResult", "typeName": "System.IAsyncResult" }, + { + "name": "endMethod", + "typeName": "System.Func" + }, + { + "name": "creationOptions", + "typeName": "System.Threading.Tasks.TaskCreationOptions" + } + ], + "isStatic": false, + "name": "FromAsync", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "asyncResult", "typeName": "System.IAsyncResult" }, + { + "name": "endMethod", + "typeName": "System.Func" + }, + { + "name": "creationOptions", + "typeName": "System.Threading.Tasks.TaskCreationOptions" + }, + { + "name": "scheduler", + "typeName": "System.Threading.Tasks.TaskScheduler" + } + ], + "isStatic": false, + "name": "FromAsync", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "beginMethod", + "typeName": "System.Func" + }, + { + "name": "endMethod", + "typeName": "System.Func" + }, + { "name": "arg1", "typeName": "TArg1" }, + { "name": "state", "typeName": "object" } + ], + "isStatic": false, + "name": "FromAsync", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "beginMethod", + "typeName": "System.Func" + }, + { + "name": "endMethod", + "typeName": "System.Func" + }, + { "name": "arg1", "typeName": "TArg1" }, + { "name": "state", "typeName": "object" }, + { + "name": "creationOptions", + "typeName": "System.Threading.Tasks.TaskCreationOptions" + } + ], + "isStatic": false, + "name": "FromAsync", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "beginMethod", + "typeName": "System.Func" + }, + { + "name": "endMethod", + "typeName": "System.Func" + }, + { "name": "arg1", "typeName": "TArg1" }, + { "name": "arg2", "typeName": "TArg2" }, + { "name": "state", "typeName": "object" } + ], + "isStatic": false, + "name": "FromAsync", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "beginMethod", + "typeName": "System.Func" + }, + { + "name": "endMethod", + "typeName": "System.Func" + }, + { "name": "arg1", "typeName": "TArg1" }, + { "name": "arg2", "typeName": "TArg2" }, + { "name": "state", "typeName": "object" }, + { + "name": "creationOptions", + "typeName": "System.Threading.Tasks.TaskCreationOptions" + } + ], + "isStatic": false, + "name": "FromAsync", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "beginMethod", + "typeName": "System.Func" + }, + { + "name": "endMethod", + "typeName": "System.Func" + }, + { "name": "arg1", "typeName": "TArg1" }, + { "name": "arg2", "typeName": "TArg2" }, + { "name": "arg3", "typeName": "TArg3" }, + { "name": "state", "typeName": "object" } + ], + "isStatic": false, + "name": "FromAsync", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { + "name": "beginMethod", + "typeName": "System.Func" + }, + { + "name": "endMethod", + "typeName": "System.Func" + }, + { "name": "arg1", "typeName": "TArg1" }, + { "name": "arg2", "typeName": "TArg2" }, + { "name": "arg3", "typeName": "TArg3" }, + { "name": "state", "typeName": "object" }, + { + "name": "creationOptions", + "typeName": "System.Threading.Tasks.TaskCreationOptions" + } + ], + "isStatic": false, + "name": "FromAsync", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "function", "typeName": "System.Func" }, + { "name": "state", "typeName": "object" } + ], + "isStatic": false, + "name": "StartNew", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "function", "typeName": "System.Func" }, + { "name": "state", "typeName": "object" }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": false, + "name": "StartNew", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "function", "typeName": "System.Func" }, + { "name": "state", "typeName": "object" }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + }, + { + "name": "creationOptions", + "typeName": "System.Threading.Tasks.TaskCreationOptions" + }, + { + "name": "scheduler", + "typeName": "System.Threading.Tasks.TaskScheduler" + } + ], + "isStatic": false, + "name": "StartNew", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "function", "typeName": "System.Func" }, + { "name": "state", "typeName": "object" }, + { + "name": "creationOptions", + "typeName": "System.Threading.Tasks.TaskCreationOptions" + } + ], + "isStatic": false, + "name": "StartNew", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "function", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "StartNew", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "function", "typeName": "System.Func" }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": false, + "name": "StartNew", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "function", "typeName": "System.Func" }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + }, + { + "name": "creationOptions", + "typeName": "System.Threading.Tasks.TaskCreationOptions" + }, + { + "name": "scheduler", + "typeName": "System.Threading.Tasks.TaskScheduler" + } + ], + "isStatic": false, + "name": "StartNew", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Task", + "params": [ + { "name": "function", "typeName": "System.Func" }, + { + "name": "creationOptions", + "typeName": "System.Threading.Tasks.TaskCreationOptions" + } + ], + "isStatic": false, + "name": "StartNew", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "TaskFactory", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Threading.Tasks", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Threading.Tasks.TaskScheduler", + "name": "Current", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Threading.Tasks.TaskScheduler", + "name": "Default", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "Id", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "int", + "name": "MaximumConcurrencyLevel", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.EventHandler", + "name": "UnobservedTaskException", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.EventHandler" + } + ], + "isStatic": true, + "name": "add_UnobservedTaskException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.EventHandler" + } + ], + "isStatic": true, + "name": "remove_UnobservedTaskException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "TaskScheduler", + "params": [], + "isStatic": true, + "name": "FromCurrentSynchronizationContext", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "TaskScheduler", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Threading.Tasks", + "baseClass": "System.Exception", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "innerException", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "innerException", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "TaskSchedulerException", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Threading.Tasks", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Threading.Tasks.TaskStatus", + "name": "Canceled", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Threading.Tasks.TaskStatus", + "name": "Created", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Threading.Tasks.TaskStatus", + "name": "Faulted", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Threading.Tasks.TaskStatus", + "name": "RanToCompletion", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Threading.Tasks.TaskStatus", + "name": "Running", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Threading.Tasks.TaskStatus", + "name": "WaitingForActivation", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Threading.Tasks.TaskStatus", + "name": "WaitingForChildrenToComplete", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "System.Threading.Tasks.TaskStatus", + "name": "WaitingToRun", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Threading.Tasks.TaskStatus", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "TaskStatus", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Threading.Tasks", + "baseClass": "System.EventArgs", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.AggregateException", + "name": "Exception", + "comment": "", + "location": "mscorlib.dll" + }, + { + "typeName": "bool", + "name": "Observed", + "comment": "", + "location": "mscorlib.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "exception", "typeName": "System.AggregateException" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "mscorlib.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "SetObserved", + "comment": "", + "location": "mscorlib.dll" + } + ], + "name": "UnobservedTaskExceptionEventArgs", + "comment": "", + "location": "mscorlib.dll" + }, + { + "namespace": "System.Threading.Tasks", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Task", + "params": [], + "isStatic": false, + "name": "Unwrap", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Task", + "params": [], + "isStatic": false, + "name": "Unwrap", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "TaskExtensions", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Threading", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "System.Threading.LockRecursionPolicy", + "name": "NoRecursion", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Threading.LockRecursionPolicy", + "name": "SupportsRecursion", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "System.Threading.LockRecursionPolicy", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "LockRecursionPolicy", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Threading", + "baseClass": "object", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "int", + "name": "CurrentReadCount", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "bool", + "name": "IsReadLockHeld", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "bool", + "name": "IsUpgradeableReadLockHeld", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "bool", + "name": "IsWriteLockHeld", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "System.Threading.LockRecursionPolicy", + "name": "RecursionPolicy", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "int", + "name": "RecursiveReadCount", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "int", + "name": "RecursiveUpgradeCount", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "int", + "name": "RecursiveWriteCount", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "int", + "name": "WaitingReadCount", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "int", + "name": "WaitingUpgradeCount", + "comment": "", + "location": "System.Core.dll" + }, + { + "typeName": "int", + "name": "WaitingWriteCount", + "comment": "", + "location": "System.Core.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "recursionPolicy", + "typeName": "System.Threading.LockRecursionPolicy" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "EnterReadLock", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "EnterUpgradeableReadLock", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "EnterWriteLock", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ExitReadLock", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ExitUpgradeableReadLock", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ExitWriteLock", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "millisecondsTimeout", "typeName": "int" }], + "isStatic": false, + "name": "TryEnterReadLock", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "timeout", "typeName": "System.TimeSpan" }], + "isStatic": false, + "name": "TryEnterReadLock", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "millisecondsTimeout", "typeName": "int" }], + "isStatic": false, + "name": "TryEnterUpgradeableReadLock", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "timeout", "typeName": "System.TimeSpan" }], + "isStatic": false, + "name": "TryEnterUpgradeableReadLock", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "millisecondsTimeout", "typeName": "int" }], + "isStatic": false, + "name": "TryEnterWriteLock", + "comment": "", + "location": "System.Core.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "timeout", "typeName": "System.TimeSpan" }], + "isStatic": false, + "name": "TryEnterWriteLock", + "comment": "", + "location": "System.Core.dll" + } + ], + "name": "ReaderWriterLockSlim", + "comment": "", + "location": "System.Core.dll" + }, + { + "namespace": "System.Threading", + "baseClass": "object", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "long", + "name": "CurrentPhaseNumber", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "ParticipantCount", + "comment": "", + "location": "System.dll" + }, + { + "typeName": "int", + "name": "ParticipantsRemaining", + "comment": "", + "location": "System.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "participantCount", "typeName": "int" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "participantCount", "typeName": "int" }, + { + "name": "postPhaseAction", + "typeName": "System.Action" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int64", + "params": [], + "isStatic": false, + "name": "AddParticipant", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Int64", + "params": [{ "name": "participantCount", "typeName": "int" }], + "isStatic": false, + "name": "AddParticipants", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "RemoveParticipant", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "participantCount", "typeName": "int" }], + "isStatic": false, + "name": "RemoveParticipants", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "SignalAndWait", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "millisecondsTimeout", "typeName": "int" }], + "isStatic": false, + "name": "SignalAndWait", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "millisecondsTimeout", "typeName": "int" }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": false, + "name": "SignalAndWait", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": false, + "name": "SignalAndWait", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "timeout", "typeName": "System.TimeSpan" }], + "isStatic": false, + "name": "SignalAndWait", + "comment": "", + "location": "System.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "timeout", "typeName": "System.TimeSpan" }, + { + "name": "cancellationToken", + "typeName": "System.Threading.CancellationToken" + } + ], + "isStatic": false, + "name": "SignalAndWait", + "comment": "", + "location": "System.dll" + } + ], + "name": "Barrier", + "comment": "", + "location": "System.dll" + }, + { + "namespace": "UnityEngine.Build.Pipeline", + "baseClass": "UnityEngine.ScriptableObject", + "attribute": "", + "interfaces": ["ISerializationCallbackReceiver"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "results", + "typeName": "System.Collections.Generic.Dictionary" + } + ], + "isStatic": false, + "name": "SetResults", + "comment": "", + "location": "Unity.ScriptableBuildPipeline.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetAllAssetBundles", + "comment": "", + "location": "Unity.ScriptableBuildPipeline.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetAllAssetBundlesWithVariant", + "comment": "", + "location": "Unity.ScriptableBuildPipeline.dll" + }, + { + "returnTypeName": "Hash128", + "params": [{ "name": "assetBundleName", "typeName": "string" }], + "isStatic": false, + "name": "GetAssetBundleHash", + "comment": "", + "location": "Unity.ScriptableBuildPipeline.dll" + }, + { + "returnTypeName": "UInt32", + "params": [{ "name": "assetBundleName", "typeName": "string" }], + "isStatic": false, + "name": "GetAssetBundleCrc", + "comment": "", + "location": "Unity.ScriptableBuildPipeline.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "assetBundleName", "typeName": "string" }], + "isStatic": false, + "name": "GetDirectDependencies", + "comment": "", + "location": "Unity.ScriptableBuildPipeline.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "assetBundleName", "typeName": "string" }], + "isStatic": false, + "name": "GetAllDependencies", + "comment": "", + "location": "Unity.ScriptableBuildPipeline.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "Unity.ScriptableBuildPipeline.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "OnBeforeSerialize", + "comment": "", + "location": "Unity.ScriptableBuildPipeline.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "OnAfterDeserialize", + "comment": "", + "location": "Unity.ScriptableBuildPipeline.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.ScriptableBuildPipeline.dll" + } + ], + "name": "CompatibilityAssetBundleManifest", + "comment": "", + "location": "Unity.ScriptableBuildPipeline.dll" + }, + { + "namespace": "UnityEngine.Build.Pipeline", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IEquatable"], + "fields": [ + { + "typeName": "string", + "name": "FileName", + "comment": "", + "location": "Unity.ScriptableBuildPipeline.dll" + }, + { + "typeName": "uint", + "name": "Crc", + "comment": "", + "location": "Unity.ScriptableBuildPipeline.dll" + }, + { + "typeName": "UnityEngine.Hash128", + "name": "Hash", + "comment": "", + "location": "Unity.ScriptableBuildPipeline.dll" + }, + { + "typeName": "string[]", + "name": "Dependencies", + "comment": "", + "location": "Unity.ScriptableBuildPipeline.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.ScriptableBuildPipeline.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "Unity.ScriptableBuildPipeline.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "Unity.ScriptableBuildPipeline.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "a", + "typeName": "UnityEngine.Build.Pipeline.BundleDetails" + }, + { + "name": "b", + "typeName": "UnityEngine.Build.Pipeline.BundleDetails" + } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "Unity.ScriptableBuildPipeline.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "a", + "typeName": "UnityEngine.Build.Pipeline.BundleDetails" + }, + { + "name": "b", + "typeName": "UnityEngine.Build.Pipeline.BundleDetails" + } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "Unity.ScriptableBuildPipeline.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "other", + "typeName": "UnityEngine.Build.Pipeline.BundleDetails" + } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "Unity.ScriptableBuildPipeline.dll" + } + ], + "name": "BundleDetails", + "comment": "", + "location": "Unity.ScriptableBuildPipeline.dll" + }, + { + "namespace": "UnityEngine.Accessibility", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Int32", + "params": [ + { "name": "palette", "typeName": "UnityEngine.Color[]" }, + { "name": "minimumLuminance", "typeName": "float" }, + { "name": "maximumLuminance", "typeName": "float" } + ], + "isStatic": true, + "name": "GetColorBlindSafePalette", + "comment": "The number of unambiguous colors in the palette.\n\n```plaintext\nParams: palette - An array of colors to populate with a palette.\n minimumLuminance - Minimum allowable perceived luminance from 0 to 1. A value of 0.2 or greater is recommended for dark backgrounds.\n maximumLuminance - Maximum allowable perceived luminance from 0 to 1. A value of 0.8 or less is recommended for light backgrounds.\n \n```\n\n", + "location": "UnityEngine.AccessibilityModule.dll" + } + ], + "name": "VisionUtility", + "comment": "A class containing methods to assist with accessibility for users with different vision capabilities.\n\n", + "location": "UnityEngine.AccessibilityModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "UnityEngine.AndroidJNIModule.dll" + } + ], + "name": "AndroidJavaRunnable", + "comment": "AndroidJavaRunnable is the Unity representation of a java.lang.Runnable object.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Exception", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [ + { + "typeName": "string", + "name": "StackTrace", + "comment": "", + "location": "UnityEngine.AndroidJNIModule.dll" + } + ], + "methods": [], + "name": "AndroidJavaException", + "comment": "", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.AndroidJavaClass", + "name": "javaInterface", + "comment": "Java interface implemented by the proxy.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "javaInterface", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "```plaintext\nParams: javaInterface - Java interface to be implemented by the proxy.\n \n```\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "javaInterface", + "typeName": "UnityEngine.AndroidJavaClass" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "```plaintext\nParams: javaInterface - Java interface to be implemented by the proxy.\n \n```\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "AndroidJavaObject", + "params": [ + { "name": "methodName", "typeName": "string" }, + { "name": "args", "typeName": "object[]" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "Called by the java vm whenever a method is invoked on the java proxy interface. You can override this to run special code on method invokation, or you can leave the implementation as is, and leave the default behavior which is to look for c# methods matching the signature of the java method.\n\n```plaintext\nParams: methodName - Name of the invoked java method.\n args - Arguments passed from the java vm - converted into AndroidJavaObject, AndroidJavaClass or a primitive.\n javaArgs - Arguments passed from the java vm - all objects are represented by AndroidJavaObject, int for instance is represented by a java.lang.Integer object.\n \n```\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "AndroidJavaObject", + "params": [ + { "name": "methodName", "typeName": "string" }, + { + "name": "javaArgs", + "typeName": "UnityEngine.AndroidJavaObject[]" + } + ], + "isStatic": false, + "name": "Invoke", + "comment": "Called by the java vm whenever a method is invoked on the java proxy interface. You can override this to run special code on method invokation, or you can leave the implementation as is, and leave the default behavior which is to look for c# methods matching the signature of the java method.\n\n```plaintext\nParams: methodName - Name of the invoked java method.\n args - Arguments passed from the java vm - converted into AndroidJavaObject, AndroidJavaClass or a primitive.\n javaArgs - Arguments passed from the java vm - all objects are represented by AndroidJavaObject, int for instance is represented by a java.lang.Integer object.\n \n```\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "obj", "typeName": "UnityEngine.AndroidJavaObject" } + ], + "isStatic": false, + "name": "equals", + "comment": "Returns true when the objects are equal and false if otherwise.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "hashCode", + "comment": "Returns the hash code of the java proxy object.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "toString", + "comment": "Returns C# class name + \" \".\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + } + ], + "name": "AndroidJavaProxy", + "comment": "This class can be used to implement any java interface. Any java vm method invocation matching the interface on the proxy object will automatically be passed to the c# implementation.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "object", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "className", "typeName": "string" }, + { "name": "args", "typeName": "string[]" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "className", "typeName": "string" }, + { "name": "args", "typeName": "UnityEngine.AndroidJavaObject[]" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "className", "typeName": "string" }, + { "name": "args", "typeName": "UnityEngine.AndroidJavaClass[]" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "className", "typeName": "string" }, + { "name": "args", "typeName": "UnityEngine.AndroidJavaProxy[]" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "className", "typeName": "string" }, + { "name": "args", "typeName": "UnityEngine.AndroidJavaRunnable[]" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "className", "typeName": "string" }, + { "name": "args", "typeName": "object[]" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Construct an AndroidJavaObject based on the name of the class.\n\n```plaintext\nParams: className - Specifies the Java class name (e.g. \"java.lang.String\" or \"javalangString\").\n args - An array of parameters passed to the constructor.\n \n```\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "IDisposable callback.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "methodName", "typeName": "string" }, + { "name": "args", "typeName": "T[]" } + ], + "isStatic": false, + "name": "Call", + "comment": "", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "methodName", "typeName": "string" }, + { "name": "args", "typeName": "object[]" } + ], + "isStatic": false, + "name": "Call", + "comment": "Call a Java method on an object.\n\n```plaintext\nParams: methodName - Specifies which method to call.\n args - An array of parameters passed to the method.\n \n```\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "methodName", "typeName": "string" }, + { "name": "args", "typeName": "T[]" } + ], + "isStatic": false, + "name": "CallStatic", + "comment": "", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "methodName", "typeName": "string" }, + { "name": "args", "typeName": "object[]" } + ], + "isStatic": false, + "name": "CallStatic", + "comment": "Call a static Java method on a class.\n\n```plaintext\nParams: methodName - Specifies which method to call.\n args - An array of parameters passed to the method.\n \n```\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "FieldType", + "params": [{ "name": "fieldName", "typeName": "string" }], + "isStatic": false, + "name": "Get", + "comment": "", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "fieldName", "typeName": "string" }, + { "name": "val", "typeName": "FieldType" } + ], + "isStatic": false, + "name": "Set", + "comment": "", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "FieldType", + "params": [{ "name": "fieldName", "typeName": "string" }], + "isStatic": false, + "name": "GetStatic", + "comment": "", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "fieldName", "typeName": "string" }, + { "name": "val", "typeName": "FieldType" } + ], + "isStatic": false, + "name": "SetStatic", + "comment": "", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [], + "isStatic": false, + "name": "GetRawObject", + "comment": "Retrieves the raw jobject pointer to the Java object.\n\nNote: Using raw JNI functions requires advanced knowledge of the Android Java Native Interface (JNI). Please take note.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [], + "isStatic": false, + "name": "GetRawClass", + "comment": "Retrieves the raw jclass pointer to the Java class.\n\nNote: Using raw JNI functions requires advanced knowledge of the Android Java Native Interface (JNI). Please take note.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "ReturnType", + "params": [ + { "name": "methodName", "typeName": "string" }, + { "name": "args", "typeName": "T[]" } + ], + "isStatic": false, + "name": "Call", + "comment": "", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "ReturnType", + "params": [ + { "name": "methodName", "typeName": "string" }, + { "name": "args", "typeName": "object[]" } + ], + "isStatic": false, + "name": "Call", + "comment": "", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "ReturnType", + "params": [ + { "name": "methodName", "typeName": "string" }, + { "name": "args", "typeName": "T[]" } + ], + "isStatic": false, + "name": "CallStatic", + "comment": "", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "ReturnType", + "params": [ + { "name": "methodName", "typeName": "string" }, + { "name": "args", "typeName": "object[]" } + ], + "isStatic": false, + "name": "CallStatic", + "comment": "", + "location": "UnityEngine.AndroidJNIModule.dll" + } + ], + "name": "AndroidJavaObject", + "comment": "AndroidJavaObject is the Unity representation of a generic instance of java.lang.Object.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.AndroidJavaObject", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "className", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "Construct an AndroidJavaClass from the class name.\n\n```plaintext\nParams: className - Specifies the Java class name (e.g. java.lang.String).\n \n```\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + } + ], + "name": "AndroidJavaClass", + "comment": "AndroidJavaClass is the Unity representation of a generic instance of java.lang.Class.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "z", + "comment": "", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "typeName": "sbyte", + "name": "b", + "comment": "", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "typeName": "char", + "name": "c", + "comment": "", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "typeName": "short", + "name": "s", + "comment": "", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "typeName": "int", + "name": "i", + "comment": "", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "typeName": "long", + "name": "j", + "comment": "", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "typeName": "float", + "name": "f", + "comment": "", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "typeName": "double", + "name": "d", + "comment": "", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "typeName": "System.IntPtr", + "name": "l", + "comment": "", + "location": "UnityEngine.AndroidJNIModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AndroidJNIModule.dll" + } + ], + "name": "jvalue", + "comment": "", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "debug", + "comment": "Set debug to true to log calls through the AndroidJNIHelper.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "IntPtr", + "params": [{ "name": "javaClass", "typeName": "System.IntPtr" }], + "isStatic": true, + "name": "GetConstructorID", + "comment": "Scans a particular Java class for a constructor method matching a signature.\n\n```plaintext\nParams: javaClass - Raw JNI Java class object (obtained by calling AndroidJNI.FindClass).\n signature - Constructor method signature (e.g. obtained by calling AndroidJNIHelper.GetSignature).\n \n```\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [ + { "name": "javaClass", "typeName": "System.IntPtr" }, + { "name": "signature", "typeName": "string" } + ], + "isStatic": true, + "name": "GetConstructorID", + "comment": "Scans a particular Java class for a constructor method matching a signature.\n\n```plaintext\nParams: javaClass - Raw JNI Java class object (obtained by calling AndroidJNI.FindClass).\n signature - Constructor method signature (e.g. obtained by calling AndroidJNIHelper.GetSignature).\n \n```\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [ + { "name": "javaClass", "typeName": "System.IntPtr" }, + { "name": "methodName", "typeName": "string" } + ], + "isStatic": true, + "name": "GetMethodID", + "comment": "Scans a particular Java class for a method matching a name and a signature.\n\n```plaintext\nParams: javaClass - Raw JNI Java class object (obtained by calling AndroidJNI.FindClass).\n methodName - Name of the method as declared in Java.\n signature - Method signature (e.g. obtained by calling AndroidJNIHelper.GetSignature).\n isStatic - Set to true for static methods; false for instance (nonstatic) methods.\n \n```\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [ + { "name": "javaClass", "typeName": "System.IntPtr" }, + { "name": "methodName", "typeName": "string" }, + { "name": "signature", "typeName": "string" } + ], + "isStatic": true, + "name": "GetMethodID", + "comment": "Scans a particular Java class for a method matching a name and a signature.\n\n```plaintext\nParams: javaClass - Raw JNI Java class object (obtained by calling AndroidJNI.FindClass).\n methodName - Name of the method as declared in Java.\n signature - Method signature (e.g. obtained by calling AndroidJNIHelper.GetSignature).\n isStatic - Set to true for static methods; false for instance (nonstatic) methods.\n \n```\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [ + { "name": "javaClass", "typeName": "System.IntPtr" }, + { "name": "methodName", "typeName": "string" }, + { "name": "signature", "typeName": "string" }, + { "name": "isStatic", "typeName": "bool" } + ], + "isStatic": true, + "name": "GetMethodID", + "comment": "Scans a particular Java class for a method matching a name and a signature.\n\n```plaintext\nParams: javaClass - Raw JNI Java class object (obtained by calling AndroidJNI.FindClass).\n methodName - Name of the method as declared in Java.\n signature - Method signature (e.g. obtained by calling AndroidJNIHelper.GetSignature).\n isStatic - Set to true for static methods; false for instance (nonstatic) methods.\n \n```\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [ + { "name": "javaClass", "typeName": "System.IntPtr" }, + { "name": "fieldName", "typeName": "string" } + ], + "isStatic": true, + "name": "GetFieldID", + "comment": "Scans a particular Java class for a field matching a name and a signature.\n\n```plaintext\nParams: javaClass - Raw JNI Java class object (obtained by calling AndroidJNI.FindClass).\n fieldName - Name of the field as declared in Java.\n signature - Field signature (e.g. obtained by calling AndroidJNIHelper.GetSignature).\n isStatic - Set to true for static fields; false for instance (nonstatic) fields.\n \n```\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [ + { "name": "javaClass", "typeName": "System.IntPtr" }, + { "name": "fieldName", "typeName": "string" }, + { "name": "signature", "typeName": "string" } + ], + "isStatic": true, + "name": "GetFieldID", + "comment": "Scans a particular Java class for a field matching a name and a signature.\n\n```plaintext\nParams: javaClass - Raw JNI Java class object (obtained by calling AndroidJNI.FindClass).\n fieldName - Name of the field as declared in Java.\n signature - Field signature (e.g. obtained by calling AndroidJNIHelper.GetSignature).\n isStatic - Set to true for static fields; false for instance (nonstatic) fields.\n \n```\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [ + { "name": "javaClass", "typeName": "System.IntPtr" }, + { "name": "fieldName", "typeName": "string" }, + { "name": "signature", "typeName": "string" }, + { "name": "isStatic", "typeName": "bool" } + ], + "isStatic": true, + "name": "GetFieldID", + "comment": "Scans a particular Java class for a field matching a name and a signature.\n\n```plaintext\nParams: javaClass - Raw JNI Java class object (obtained by calling AndroidJNI.FindClass).\n fieldName - Name of the field as declared in Java.\n signature - Field signature (e.g. obtained by calling AndroidJNIHelper.GetSignature).\n isStatic - Set to true for static fields; false for instance (nonstatic) fields.\n \n```\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [ + { + "name": "jrunnable", + "typeName": "UnityEngine.AndroidJavaRunnable" + } + ], + "isStatic": true, + "name": "CreateJavaRunnable", + "comment": "Creates a UnityJavaRunnable object (implements java.lang.Runnable).\n\n```plaintext\nParams: runnable - A delegate representing the java.lang.Runnable.\n \n```\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [ + { "name": "proxy", "typeName": "UnityEngine.AndroidJavaProxy" } + ], + "isStatic": true, + "name": "CreateJavaProxy", + "comment": "Creates a java proxy object which connects to the supplied proxy implementation.\n\n```plaintext\nParams: proxy - An implementatinon of a java interface in c#.\n \n```\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [{ "name": "array", "typeName": "System.Array" }], + "isStatic": true, + "name": "ConvertToJNIArray", + "comment": "Creates a Java array from a managed array.\n\n```plaintext\nParams: array - Managed array to be converted into a Java array object.\n \n```\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "args", "typeName": "object[]" }], + "isStatic": true, + "name": "CreateJNIArgArray", + "comment": "Creates the parameter array to be used as argument list when invoking Java code through CallMethod() in AndroidJNI.\n\n```plaintext\nParams: args - An array of objects that should be converted to Call parameters.\n \n```\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "args", "typeName": "object[]" }, + { "name": "jniArgs", "typeName": "UnityEngine.jvalue[]" } + ], + "isStatic": true, + "name": "DeleteJNIArgArray", + "comment": "Deletes any local jni references previously allocated by CreateJNIArgArray().\n\n```plaintext\nParams: args - The array of arguments used as a parameter to CreateJNIArgArray().\n jniArgs - The array returned by CreateJNIArgArray().\n \n```\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [ + { "name": "jclass", "typeName": "System.IntPtr" }, + { "name": "args", "typeName": "object[]" } + ], + "isStatic": true, + "name": "GetConstructorID", + "comment": "Get a JNI method ID for a constructor based on calling arguments.\n\n```plaintext\nParams: javaClass - Raw JNI Java class object (obtained by calling AndroidJNI.FindClass).\n args - Array with parameters to be passed to the constructor when invoked.\n \n```\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [ + { "name": "jclass", "typeName": "System.IntPtr" }, + { "name": "methodName", "typeName": "string" }, + { "name": "args", "typeName": "object[]" }, + { "name": "isStatic", "typeName": "bool" } + ], + "isStatic": true, + "name": "GetMethodID", + "comment": "Get a JNI method ID based on calling arguments.\n\n```plaintext\nParams: javaClass - Raw JNI Java class object (obtained by calling AndroidJNI.FindClass).\n methodName - Name of the method as declared in Java.\n args - Array with parameters to be passed to the method when invoked.\n isStatic - Set to true for static methods; false for instance (nonstatic) methods.\n \n```\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": true, + "name": "GetSignature", + "comment": "Creates the JNI signature string for particular object type.\n\n```plaintext\nParams: obj - Object for which a signature is to be produced.\n \n```\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "args", "typeName": "object[]" }], + "isStatic": true, + "name": "GetSignature", + "comment": "Creates the JNI signature string for an object parameter list.\n\n```plaintext\nParams: args - Array of object for which a signature is to be produced.\n \n```\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "ArrayType", + "params": [{ "name": "array", "typeName": "System.IntPtr" }], + "isStatic": true, + "name": "ConvertFromJNIArray", + "comment": "", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [ + { "name": "jclass", "typeName": "System.IntPtr" }, + { "name": "methodName", "typeName": "string" }, + { "name": "args", "typeName": "object[]" }, + { "name": "isStatic", "typeName": "bool" } + ], + "isStatic": true, + "name": "GetMethodID", + "comment": "", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [ + { "name": "jclass", "typeName": "System.IntPtr" }, + { "name": "fieldName", "typeName": "string" }, + { "name": "isStatic", "typeName": "bool" } + ], + "isStatic": true, + "name": "GetFieldID", + "comment": "", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "args", "typeName": "object[]" }], + "isStatic": true, + "name": "GetSignature", + "comment": "", + "location": "UnityEngine.AndroidJNIModule.dll" + } + ], + "name": "AndroidJNIHelper", + "comment": "Helper interface for JNI interaction; signature creation and method lookups.\n\nNote: Using raw JNI functions requires advanced knowledge of the Android Java Native Interface (JNI). Please take note.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Int32", + "params": [], + "isStatic": true, + "name": "AttachCurrentThread", + "comment": "Attaches the current thread to a Java (Dalvik) VM.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": true, + "name": "DetachCurrentThread", + "comment": "Detaches the current thread from a Java (Dalvik) VM.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": true, + "name": "GetVersion", + "comment": "Returns the version of the native method interface.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": true, + "name": "FindClass", + "comment": "This function loads a locally-defined class.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [{ "name": "refMethod", "typeName": "System.IntPtr" }], + "isStatic": true, + "name": "FromReflectedMethod", + "comment": "Converts a java.lang.reflect.Method or java.lang.reflect.Constructor object to a method ID.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [{ "name": "refField", "typeName": "System.IntPtr" }], + "isStatic": true, + "name": "FromReflectedField", + "comment": "Converts a java.lang.reflect.Field to a field ID.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [ + { "name": "clazz", "typeName": "System.IntPtr" }, + { "name": "methodID", "typeName": "System.IntPtr" }, + { "name": "isStatic", "typeName": "bool" } + ], + "isStatic": true, + "name": "ToReflectedMethod", + "comment": "Converts a method ID derived from clazz to a java.lang.reflect.Method or java.lang.reflect.Constructor object.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [ + { "name": "clazz", "typeName": "System.IntPtr" }, + { "name": "fieldID", "typeName": "System.IntPtr" }, + { "name": "isStatic", "typeName": "bool" } + ], + "isStatic": true, + "name": "ToReflectedField", + "comment": "Converts a field ID derived from cls to a java.lang.reflect.Field object.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [{ "name": "clazz", "typeName": "System.IntPtr" }], + "isStatic": true, + "name": "GetSuperclass", + "comment": "If clazz represents any class other than the class Object, then this function returns the object that represents the superclass of the class specified by clazz.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "clazz1", "typeName": "System.IntPtr" }, + { "name": "clazz2", "typeName": "System.IntPtr" } + ], + "isStatic": true, + "name": "IsAssignableFrom", + "comment": "Determines whether an object of clazz1 can be safely cast to clazz2.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "obj", "typeName": "System.IntPtr" }], + "isStatic": true, + "name": "Throw", + "comment": "Causes a java.lang.Throwable object to be thrown.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "clazz", "typeName": "System.IntPtr" }, + { "name": "message", "typeName": "string" } + ], + "isStatic": true, + "name": "ThrowNew", + "comment": "Constructs an exception object from the specified class with the message specified by message and causes that exception to be thrown.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [], + "isStatic": true, + "name": "ExceptionOccurred", + "comment": "Determines if an exception is being thrown.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "ExceptionDescribe", + "comment": "Prints an exception and a backtrace of the stack to the logcat\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "ExceptionClear", + "comment": "Clears any exception that is currently being thrown.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": true, + "name": "FatalError", + "comment": "Raises a fatal error and does not expect the VM to recover. This function does not return.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "capacity", "typeName": "int" }], + "isStatic": true, + "name": "PushLocalFrame", + "comment": "Creates a new local reference frame, in which at least a given number of local references can be created.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [{ "name": "ptr", "typeName": "System.IntPtr" }], + "isStatic": true, + "name": "PopLocalFrame", + "comment": "Pops off the current local reference frame, frees all the local references, and returns a local reference in the previous local reference frame for the given result object.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [{ "name": "obj", "typeName": "System.IntPtr" }], + "isStatic": true, + "name": "NewGlobalRef", + "comment": "Creates a new global reference to the object referred to by the obj argument.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "obj", "typeName": "System.IntPtr" }], + "isStatic": true, + "name": "DeleteGlobalRef", + "comment": "Deletes the global reference pointed to by obj.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [{ "name": "obj", "typeName": "System.IntPtr" }], + "isStatic": true, + "name": "NewWeakGlobalRef", + "comment": "Creates a new global weak reference to the object referred to by the obj argument.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "obj", "typeName": "System.IntPtr" }], + "isStatic": true, + "name": "DeleteWeakGlobalRef", + "comment": "Deletes the global weak reference pointed to by obj.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [{ "name": "obj", "typeName": "System.IntPtr" }], + "isStatic": true, + "name": "NewLocalRef", + "comment": "Creates a new local reference that refers to the same object as obj.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "obj", "typeName": "System.IntPtr" }], + "isStatic": true, + "name": "DeleteLocalRef", + "comment": "Deletes the local reference pointed to by obj.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "obj1", "typeName": "System.IntPtr" }, + { "name": "obj2", "typeName": "System.IntPtr" } + ], + "isStatic": true, + "name": "IsSameObject", + "comment": "Tests whether two references refer to the same Java object.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "capacity", "typeName": "int" }], + "isStatic": true, + "name": "EnsureLocalCapacity", + "comment": "Ensures that at least a given number of local references can be created in the current thread.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [{ "name": "clazz", "typeName": "System.IntPtr" }], + "isStatic": true, + "name": "AllocObject", + "comment": "Allocates a new Java object without invoking any of the constructors for the object.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [ + { "name": "clazz", "typeName": "System.IntPtr" }, + { "name": "methodID", "typeName": "System.IntPtr" }, + { "name": "args", "typeName": "UnityEngine.jvalue[]" } + ], + "isStatic": true, + "name": "NewObject", + "comment": "Constructs a new Java object. The method ID indicates which constructor method to invoke. This ID must be obtained by calling GetMethodID() with as the method name and void (V) as the return type.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [{ "name": "obj", "typeName": "System.IntPtr" }], + "isStatic": true, + "name": "GetObjectClass", + "comment": "Returns the class of an object.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "obj", "typeName": "System.IntPtr" }, + { "name": "clazz", "typeName": "System.IntPtr" } + ], + "isStatic": true, + "name": "IsInstanceOf", + "comment": "Tests whether an object is an instance of a class.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [ + { "name": "clazz", "typeName": "System.IntPtr" }, + { "name": "name", "typeName": "string" }, + { "name": "sig", "typeName": "string" } + ], + "isStatic": true, + "name": "GetMethodID", + "comment": "Returns the method ID for an instance (nonstatic) method of a class or interface.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [ + { "name": "clazz", "typeName": "System.IntPtr" }, + { "name": "name", "typeName": "string" }, + { "name": "sig", "typeName": "string" } + ], + "isStatic": true, + "name": "GetFieldID", + "comment": "Returns the field ID for an instance (nonstatic) field of a class.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [ + { "name": "clazz", "typeName": "System.IntPtr" }, + { "name": "name", "typeName": "string" }, + { "name": "sig", "typeName": "string" } + ], + "isStatic": true, + "name": "GetStaticMethodID", + "comment": "Returns the method ID for a static method of a class.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [ + { "name": "clazz", "typeName": "System.IntPtr" }, + { "name": "name", "typeName": "string" }, + { "name": "sig", "typeName": "string" } + ], + "isStatic": true, + "name": "GetStaticFieldID", + "comment": "Returns the field ID for a static field of a class.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [{ "name": "chars", "typeName": "string" }], + "isStatic": true, + "name": "NewString", + "comment": "Constructs a new java.lang.String object from an array of Unicode characters.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [{ "name": "chars", "typeName": "char[]" }], + "isStatic": true, + "name": "NewString", + "comment": "Constructs a new java.lang.String object from an array of Unicode characters.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [{ "name": "bytes", "typeName": "string" }], + "isStatic": true, + "name": "NewStringUTF", + "comment": "Constructs a new java.lang.String object from an array of characters in modified UTF-8 encoding.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "str", "typeName": "System.IntPtr" }], + "isStatic": true, + "name": "GetStringChars", + "comment": "Returns a pointer to the array of Unicode characters of the string. This pointer is valid until ReleaseStringchars() is called.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "str", "typeName": "System.IntPtr" }], + "isStatic": true, + "name": "GetStringLength", + "comment": "Returns the length (the count of Unicode characters) of a Java string.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "str", "typeName": "System.IntPtr" }], + "isStatic": true, + "name": "GetStringUTFLength", + "comment": "Returns the length in bytes of the modified UTF-8 representation of a string.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "str", "typeName": "System.IntPtr" }], + "isStatic": true, + "name": "GetStringUTFChars", + "comment": "Returns a managed string object representing the string in modified UTF-8 encoding.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "obj", "typeName": "System.IntPtr" }, + { "name": "methodID", "typeName": "System.IntPtr" }, + { "name": "args", "typeName": "UnityEngine.jvalue[]" } + ], + "isStatic": true, + "name": "CallStringMethod", + "comment": "Calls a Java instance method defined by methodID, optionally passing an array of arguments (args) to the method.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [ + { "name": "obj", "typeName": "System.IntPtr" }, + { "name": "methodID", "typeName": "System.IntPtr" }, + { "name": "args", "typeName": "UnityEngine.jvalue[]" } + ], + "isStatic": true, + "name": "CallObjectMethod", + "comment": "Calls a Java instance method defined by methodID, optionally passing an array of arguments (args) to the method.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "obj", "typeName": "System.IntPtr" }, + { "name": "methodID", "typeName": "System.IntPtr" }, + { "name": "args", "typeName": "UnityEngine.jvalue[]" } + ], + "isStatic": true, + "name": "CallIntMethod", + "comment": "Calls a Java instance method defined by methodID, optionally passing an array of arguments (args) to the method.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "obj", "typeName": "System.IntPtr" }, + { "name": "methodID", "typeName": "System.IntPtr" }, + { "name": "args", "typeName": "UnityEngine.jvalue[]" } + ], + "isStatic": true, + "name": "CallBooleanMethod", + "comment": "Calls a Java instance method defined by methodID, optionally passing an array of arguments (args) to the method.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "Int16", + "params": [ + { "name": "obj", "typeName": "System.IntPtr" }, + { "name": "methodID", "typeName": "System.IntPtr" }, + { "name": "args", "typeName": "UnityEngine.jvalue[]" } + ], + "isStatic": true, + "name": "CallShortMethod", + "comment": "Calls a Java instance method defined by methodID, optionally passing an array of arguments (args) to the method.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "Byte", + "params": [ + { "name": "obj", "typeName": "System.IntPtr" }, + { "name": "methodID", "typeName": "System.IntPtr" }, + { "name": "args", "typeName": "UnityEngine.jvalue[]" } + ], + "isStatic": true, + "name": "CallByteMethod", + "comment": "Calls a Java instance method defined by methodID, optionally passing an array of arguments (args) to the method.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "SByte", + "params": [ + { "name": "obj", "typeName": "System.IntPtr" }, + { "name": "methodID", "typeName": "System.IntPtr" }, + { "name": "args", "typeName": "UnityEngine.jvalue[]" } + ], + "isStatic": true, + "name": "CallSByteMethod", + "comment": "Calls a Java instance method defined by methodID, optionally passing an array of arguments (args) to the method.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "Char", + "params": [ + { "name": "obj", "typeName": "System.IntPtr" }, + { "name": "methodID", "typeName": "System.IntPtr" }, + { "name": "args", "typeName": "UnityEngine.jvalue[]" } + ], + "isStatic": true, + "name": "CallCharMethod", + "comment": "Calls a Java instance method defined by methodID, optionally passing an array of arguments (args) to the method.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "Single", + "params": [ + { "name": "obj", "typeName": "System.IntPtr" }, + { "name": "methodID", "typeName": "System.IntPtr" }, + { "name": "args", "typeName": "UnityEngine.jvalue[]" } + ], + "isStatic": true, + "name": "CallFloatMethod", + "comment": "Calls a Java instance method defined by methodID, optionally passing an array of arguments (args) to the method.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "Double", + "params": [ + { "name": "obj", "typeName": "System.IntPtr" }, + { "name": "methodID", "typeName": "System.IntPtr" }, + { "name": "args", "typeName": "UnityEngine.jvalue[]" } + ], + "isStatic": true, + "name": "CallDoubleMethod", + "comment": "Calls a Java instance method defined by methodID, optionally passing an array of arguments (args) to the method.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "Int64", + "params": [ + { "name": "obj", "typeName": "System.IntPtr" }, + { "name": "methodID", "typeName": "System.IntPtr" }, + { "name": "args", "typeName": "UnityEngine.jvalue[]" } + ], + "isStatic": true, + "name": "CallLongMethod", + "comment": "Calls a Java instance method defined by methodID, optionally passing an array of arguments (args) to the method.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "obj", "typeName": "System.IntPtr" }, + { "name": "methodID", "typeName": "System.IntPtr" }, + { "name": "args", "typeName": "UnityEngine.jvalue[]" } + ], + "isStatic": true, + "name": "CallVoidMethod", + "comment": "Calls a Java instance method defined by methodID, optionally passing an array of arguments (args) to the method.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "obj", "typeName": "System.IntPtr" }, + { "name": "fieldID", "typeName": "System.IntPtr" } + ], + "isStatic": true, + "name": "GetStringField", + "comment": "Returns the value of an instance (nonstatic) field of an object.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [ + { "name": "obj", "typeName": "System.IntPtr" }, + { "name": "fieldID", "typeName": "System.IntPtr" } + ], + "isStatic": true, + "name": "GetObjectField", + "comment": "Returns the value of an instance (nonstatic) field of an object.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "obj", "typeName": "System.IntPtr" }, + { "name": "fieldID", "typeName": "System.IntPtr" } + ], + "isStatic": true, + "name": "GetBooleanField", + "comment": "Returns the value of an instance (nonstatic) field of an object.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "Byte", + "params": [ + { "name": "obj", "typeName": "System.IntPtr" }, + { "name": "fieldID", "typeName": "System.IntPtr" } + ], + "isStatic": true, + "name": "GetByteField", + "comment": "Returns the value of an instance (nonstatic) field of an object.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "SByte", + "params": [ + { "name": "obj", "typeName": "System.IntPtr" }, + { "name": "fieldID", "typeName": "System.IntPtr" } + ], + "isStatic": true, + "name": "GetSByteField", + "comment": "Returns the value of an instance (nonstatic) field of an object.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "Char", + "params": [ + { "name": "obj", "typeName": "System.IntPtr" }, + { "name": "fieldID", "typeName": "System.IntPtr" } + ], + "isStatic": true, + "name": "GetCharField", + "comment": "Returns the value of an instance (nonstatic) field of an object.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "Int16", + "params": [ + { "name": "obj", "typeName": "System.IntPtr" }, + { "name": "fieldID", "typeName": "System.IntPtr" } + ], + "isStatic": true, + "name": "GetShortField", + "comment": "Returns the value of an instance (nonstatic) field of an object.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "obj", "typeName": "System.IntPtr" }, + { "name": "fieldID", "typeName": "System.IntPtr" } + ], + "isStatic": true, + "name": "GetIntField", + "comment": "Returns the value of an instance (nonstatic) field of an object.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "Int64", + "params": [ + { "name": "obj", "typeName": "System.IntPtr" }, + { "name": "fieldID", "typeName": "System.IntPtr" } + ], + "isStatic": true, + "name": "GetLongField", + "comment": "Returns the value of an instance (nonstatic) field of an object.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "Single", + "params": [ + { "name": "obj", "typeName": "System.IntPtr" }, + { "name": "fieldID", "typeName": "System.IntPtr" } + ], + "isStatic": true, + "name": "GetFloatField", + "comment": "Returns the value of an instance (nonstatic) field of an object.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "Double", + "params": [ + { "name": "obj", "typeName": "System.IntPtr" }, + { "name": "fieldID", "typeName": "System.IntPtr" } + ], + "isStatic": true, + "name": "GetDoubleField", + "comment": "Returns the value of an instance (nonstatic) field of an object.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "obj", "typeName": "System.IntPtr" }, + { "name": "fieldID", "typeName": "System.IntPtr" }, + { "name": "val", "typeName": "string" } + ], + "isStatic": true, + "name": "SetStringField", + "comment": "Sets the value of an instance field of the specified object.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "obj", "typeName": "System.IntPtr" }, + { "name": "fieldID", "typeName": "System.IntPtr" }, + { "name": "val", "typeName": "System.IntPtr" } + ], + "isStatic": true, + "name": "SetObjectField", + "comment": "Sets the value of an instance field of the specified object.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "obj", "typeName": "System.IntPtr" }, + { "name": "fieldID", "typeName": "System.IntPtr" }, + { "name": "val", "typeName": "bool" } + ], + "isStatic": true, + "name": "SetBooleanField", + "comment": "Sets the value of an instance field of the specified object.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "obj", "typeName": "System.IntPtr" }, + { "name": "fieldID", "typeName": "System.IntPtr" }, + { "name": "val", "typeName": "byte" } + ], + "isStatic": true, + "name": "SetByteField", + "comment": "Sets the value of an instance field of the specified object.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "obj", "typeName": "System.IntPtr" }, + { "name": "fieldID", "typeName": "System.IntPtr" }, + { "name": "val", "typeName": "sbyte" } + ], + "isStatic": true, + "name": "SetSByteField", + "comment": "Sets the value of an instance field of the specified object.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "obj", "typeName": "System.IntPtr" }, + { "name": "fieldID", "typeName": "System.IntPtr" }, + { "name": "val", "typeName": "char" } + ], + "isStatic": true, + "name": "SetCharField", + "comment": "Sets the value of an instance field of the specified object.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "obj", "typeName": "System.IntPtr" }, + { "name": "fieldID", "typeName": "System.IntPtr" }, + { "name": "val", "typeName": "short" } + ], + "isStatic": true, + "name": "SetShortField", + "comment": "Sets the value of an instance field of the specified object.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "obj", "typeName": "System.IntPtr" }, + { "name": "fieldID", "typeName": "System.IntPtr" }, + { "name": "val", "typeName": "int" } + ], + "isStatic": true, + "name": "SetIntField", + "comment": "Sets the value of an instance field of the specified object.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "obj", "typeName": "System.IntPtr" }, + { "name": "fieldID", "typeName": "System.IntPtr" }, + { "name": "val", "typeName": "long" } + ], + "isStatic": true, + "name": "SetLongField", + "comment": "Sets the value of an instance field of the specified object.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "obj", "typeName": "System.IntPtr" }, + { "name": "fieldID", "typeName": "System.IntPtr" }, + { "name": "val", "typeName": "float" } + ], + "isStatic": true, + "name": "SetFloatField", + "comment": "Sets the value of an instance field of the specified object.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "obj", "typeName": "System.IntPtr" }, + { "name": "fieldID", "typeName": "System.IntPtr" }, + { "name": "val", "typeName": "double" } + ], + "isStatic": true, + "name": "SetDoubleField", + "comment": "Sets the value of an instance field of the specified object.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "clazz", "typeName": "System.IntPtr" }, + { "name": "methodID", "typeName": "System.IntPtr" }, + { "name": "args", "typeName": "UnityEngine.jvalue[]" } + ], + "isStatic": true, + "name": "CallStaticStringMethod", + "comment": "Invokes the specified methodID static method on a Java object, optionally passing in an array of arguments (args).\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [ + { "name": "clazz", "typeName": "System.IntPtr" }, + { "name": "methodID", "typeName": "System.IntPtr" }, + { "name": "args", "typeName": "UnityEngine.jvalue[]" } + ], + "isStatic": true, + "name": "CallStaticObjectMethod", + "comment": "Invokes the specified methodID static method on a Java object, optionally passing in an array of arguments (args).\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "clazz", "typeName": "System.IntPtr" }, + { "name": "methodID", "typeName": "System.IntPtr" }, + { "name": "args", "typeName": "UnityEngine.jvalue[]" } + ], + "isStatic": true, + "name": "CallStaticIntMethod", + "comment": "Invokes the specified methodID static method on a Java object, optionally passing in an array of arguments (args).\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "clazz", "typeName": "System.IntPtr" }, + { "name": "methodID", "typeName": "System.IntPtr" }, + { "name": "args", "typeName": "UnityEngine.jvalue[]" } + ], + "isStatic": true, + "name": "CallStaticBooleanMethod", + "comment": "Invokes the specified methodID static method on a Java object, optionally passing in an array of arguments (args).\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "Int16", + "params": [ + { "name": "clazz", "typeName": "System.IntPtr" }, + { "name": "methodID", "typeName": "System.IntPtr" }, + { "name": "args", "typeName": "UnityEngine.jvalue[]" } + ], + "isStatic": true, + "name": "CallStaticShortMethod", + "comment": "Invokes the specified methodID static method on a Java object, optionally passing in an array of arguments (args).\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "Byte", + "params": [ + { "name": "clazz", "typeName": "System.IntPtr" }, + { "name": "methodID", "typeName": "System.IntPtr" }, + { "name": "args", "typeName": "UnityEngine.jvalue[]" } + ], + "isStatic": true, + "name": "CallStaticByteMethod", + "comment": "Invokes the specified methodID static method on a Java object, optionally passing in an array of arguments (args).\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "SByte", + "params": [ + { "name": "clazz", "typeName": "System.IntPtr" }, + { "name": "methodID", "typeName": "System.IntPtr" }, + { "name": "args", "typeName": "UnityEngine.jvalue[]" } + ], + "isStatic": true, + "name": "CallStaticSByteMethod", + "comment": "Invokes the specified methodID static method on a Java object, optionally passing in an array of arguments (args).\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "Char", + "params": [ + { "name": "clazz", "typeName": "System.IntPtr" }, + { "name": "methodID", "typeName": "System.IntPtr" }, + { "name": "args", "typeName": "UnityEngine.jvalue[]" } + ], + "isStatic": true, + "name": "CallStaticCharMethod", + "comment": "Invokes the specified methodID static method on a Java object, optionally passing in an array of arguments (args).\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "Single", + "params": [ + { "name": "clazz", "typeName": "System.IntPtr" }, + { "name": "methodID", "typeName": "System.IntPtr" }, + { "name": "args", "typeName": "UnityEngine.jvalue[]" } + ], + "isStatic": true, + "name": "CallStaticFloatMethod", + "comment": "Invokes the specified methodID static method on a Java object, optionally passing in an array of arguments (args).\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "Double", + "params": [ + { "name": "clazz", "typeName": "System.IntPtr" }, + { "name": "methodID", "typeName": "System.IntPtr" }, + { "name": "args", "typeName": "UnityEngine.jvalue[]" } + ], + "isStatic": true, + "name": "CallStaticDoubleMethod", + "comment": "Invokes the specified methodID static method on a Java object, optionally passing in an array of arguments (args).\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "Int64", + "params": [ + { "name": "clazz", "typeName": "System.IntPtr" }, + { "name": "methodID", "typeName": "System.IntPtr" }, + { "name": "args", "typeName": "UnityEngine.jvalue[]" } + ], + "isStatic": true, + "name": "CallStaticLongMethod", + "comment": "Invokes the specified methodID static method on a Java object, optionally passing in an array of arguments (args).\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "clazz", "typeName": "System.IntPtr" }, + { "name": "methodID", "typeName": "System.IntPtr" }, + { "name": "args", "typeName": "UnityEngine.jvalue[]" } + ], + "isStatic": true, + "name": "CallStaticVoidMethod", + "comment": "Invokes the specified methodID static method on a Java object, optionally passing in an array of arguments (args).\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "clazz", "typeName": "System.IntPtr" }, + { "name": "fieldID", "typeName": "System.IntPtr" } + ], + "isStatic": true, + "name": "GetStaticStringField", + "comment": "Returns the value of a static field of an object.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [ + { "name": "clazz", "typeName": "System.IntPtr" }, + { "name": "fieldID", "typeName": "System.IntPtr" } + ], + "isStatic": true, + "name": "GetStaticObjectField", + "comment": "Returns the value of a static field of an object.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "clazz", "typeName": "System.IntPtr" }, + { "name": "fieldID", "typeName": "System.IntPtr" } + ], + "isStatic": true, + "name": "GetStaticBooleanField", + "comment": "Returns the value of a static field of an object.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "Byte", + "params": [ + { "name": "clazz", "typeName": "System.IntPtr" }, + { "name": "fieldID", "typeName": "System.IntPtr" } + ], + "isStatic": true, + "name": "GetStaticByteField", + "comment": "Returns the value of a static field of an object.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "SByte", + "params": [ + { "name": "clazz", "typeName": "System.IntPtr" }, + { "name": "fieldID", "typeName": "System.IntPtr" } + ], + "isStatic": true, + "name": "GetStaticSByteField", + "comment": "Returns the value of a static field of an object.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "Char", + "params": [ + { "name": "clazz", "typeName": "System.IntPtr" }, + { "name": "fieldID", "typeName": "System.IntPtr" } + ], + "isStatic": true, + "name": "GetStaticCharField", + "comment": "Returns the value of a static field of an object.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "Int16", + "params": [ + { "name": "clazz", "typeName": "System.IntPtr" }, + { "name": "fieldID", "typeName": "System.IntPtr" } + ], + "isStatic": true, + "name": "GetStaticShortField", + "comment": "Returns the value of a static field of an object.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "clazz", "typeName": "System.IntPtr" }, + { "name": "fieldID", "typeName": "System.IntPtr" } + ], + "isStatic": true, + "name": "GetStaticIntField", + "comment": "Returns the value of a static field of an object.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "Int64", + "params": [ + { "name": "clazz", "typeName": "System.IntPtr" }, + { "name": "fieldID", "typeName": "System.IntPtr" } + ], + "isStatic": true, + "name": "GetStaticLongField", + "comment": "Returns the value of a static field of an object.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "Single", + "params": [ + { "name": "clazz", "typeName": "System.IntPtr" }, + { "name": "fieldID", "typeName": "System.IntPtr" } + ], + "isStatic": true, + "name": "GetStaticFloatField", + "comment": "Returns the value of a static field of an object.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "Double", + "params": [ + { "name": "clazz", "typeName": "System.IntPtr" }, + { "name": "fieldID", "typeName": "System.IntPtr" } + ], + "isStatic": true, + "name": "GetStaticDoubleField", + "comment": "Returns the value of a static field of an object.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "clazz", "typeName": "System.IntPtr" }, + { "name": "fieldID", "typeName": "System.IntPtr" }, + { "name": "val", "typeName": "string" } + ], + "isStatic": true, + "name": "SetStaticStringField", + "comment": "Sets the value of a static field in the specified object.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "clazz", "typeName": "System.IntPtr" }, + { "name": "fieldID", "typeName": "System.IntPtr" }, + { "name": "val", "typeName": "System.IntPtr" } + ], + "isStatic": true, + "name": "SetStaticObjectField", + "comment": "Sets the value of a static field in the specified object.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "clazz", "typeName": "System.IntPtr" }, + { "name": "fieldID", "typeName": "System.IntPtr" }, + { "name": "val", "typeName": "bool" } + ], + "isStatic": true, + "name": "SetStaticBooleanField", + "comment": "Sets the value of a static field in the specified object.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "clazz", "typeName": "System.IntPtr" }, + { "name": "fieldID", "typeName": "System.IntPtr" }, + { "name": "val", "typeName": "byte" } + ], + "isStatic": true, + "name": "SetStaticByteField", + "comment": "Sets the value of a static field in the specified object.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "clazz", "typeName": "System.IntPtr" }, + { "name": "fieldID", "typeName": "System.IntPtr" }, + { "name": "val", "typeName": "sbyte" } + ], + "isStatic": true, + "name": "SetStaticSByteField", + "comment": "Sets the value of a static field in the specified object.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "clazz", "typeName": "System.IntPtr" }, + { "name": "fieldID", "typeName": "System.IntPtr" }, + { "name": "val", "typeName": "char" } + ], + "isStatic": true, + "name": "SetStaticCharField", + "comment": "Sets the value of a static field in the specified object.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "clazz", "typeName": "System.IntPtr" }, + { "name": "fieldID", "typeName": "System.IntPtr" }, + { "name": "val", "typeName": "short" } + ], + "isStatic": true, + "name": "SetStaticShortField", + "comment": "Sets the value of a static field in the specified object.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "clazz", "typeName": "System.IntPtr" }, + { "name": "fieldID", "typeName": "System.IntPtr" }, + { "name": "val", "typeName": "int" } + ], + "isStatic": true, + "name": "SetStaticIntField", + "comment": "Sets the value of a static field in the specified object.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "clazz", "typeName": "System.IntPtr" }, + { "name": "fieldID", "typeName": "System.IntPtr" }, + { "name": "val", "typeName": "long" } + ], + "isStatic": true, + "name": "SetStaticLongField", + "comment": "Sets the value of a static field in the specified object.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "clazz", "typeName": "System.IntPtr" }, + { "name": "fieldID", "typeName": "System.IntPtr" }, + { "name": "val", "typeName": "float" } + ], + "isStatic": true, + "name": "SetStaticFloatField", + "comment": "Sets the value of a static field in the specified object.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "clazz", "typeName": "System.IntPtr" }, + { "name": "fieldID", "typeName": "System.IntPtr" }, + { "name": "val", "typeName": "double" } + ], + "isStatic": true, + "name": "SetStaticDoubleField", + "comment": "Sets the value of a static field in the specified object.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [{ "name": "array", "typeName": "bool[]" }], + "isStatic": true, + "name": "ToBooleanArray", + "comment": "Converts a managed array of System.Boolean to a Java array of boolean.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [{ "name": "array", "typeName": "byte[]" }], + "isStatic": true, + "name": "ToByteArray", + "comment": "Converts a managed array of System.Byte to a Java array of byte.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [{ "name": "array", "typeName": "sbyte[]" }], + "isStatic": true, + "name": "ToSByteArray", + "comment": "Converts a managed array of System.SByte to a Java array of byte.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [{ "name": "array", "typeName": "char[]" }], + "isStatic": true, + "name": "ToCharArray", + "comment": "Converts a managed array of System.Char to a Java array of char.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [{ "name": "array", "typeName": "short[]" }], + "isStatic": true, + "name": "ToShortArray", + "comment": "Converts a managed array of System.Int16 to a Java array of short.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [{ "name": "array", "typeName": "int[]" }], + "isStatic": true, + "name": "ToIntArray", + "comment": "Converts a managed array of System.Int32 to a Java array of int.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [{ "name": "array", "typeName": "long[]" }], + "isStatic": true, + "name": "ToLongArray", + "comment": "Converts a managed array of System.Int64 to a Java array of long.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [{ "name": "array", "typeName": "float[]" }], + "isStatic": true, + "name": "ToFloatArray", + "comment": "Converts a managed array of System.Single to a Java array of float.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [{ "name": "array", "typeName": "double[]" }], + "isStatic": true, + "name": "ToDoubleArray", + "comment": "Converts a managed array of System.Double to a Java array of double.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [ + { "name": "array", "typeName": "System.IntPtr[]" }, + { "name": "arrayClass", "typeName": "System.IntPtr" } + ], + "isStatic": true, + "name": "ToObjectArray", + "comment": "", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [{ "name": "array", "typeName": "System.IntPtr[]" }], + "isStatic": true, + "name": "ToObjectArray", + "comment": "Converts a managed array of System.IntPtr, representing Java objects, to a Java array of java.lang.Object.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "array", "typeName": "System.IntPtr" }], + "isStatic": true, + "name": "FromBooleanArray", + "comment": "Converts a Java array of boolean to a managed array of System.Boolean.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "array", "typeName": "System.IntPtr" }], + "isStatic": true, + "name": "FromByteArray", + "comment": "Converts a Java array of byte to a managed array of System.Byte.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "array", "typeName": "System.IntPtr" }], + "isStatic": true, + "name": "FromSByteArray", + "comment": "Converts a Java array of byte to a managed array of System.SByte.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "array", "typeName": "System.IntPtr" }], + "isStatic": true, + "name": "FromCharArray", + "comment": "Converts a Java array of char to a managed array of System.Char.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "array", "typeName": "System.IntPtr" }], + "isStatic": true, + "name": "FromShortArray", + "comment": "Converts a Java array of short to a managed array of System.Int16.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "array", "typeName": "System.IntPtr" }], + "isStatic": true, + "name": "FromIntArray", + "comment": "Converts a Java array of int to a managed array of System.Int32.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "array", "typeName": "System.IntPtr" }], + "isStatic": true, + "name": "FromLongArray", + "comment": "Converts a Java array of long to a managed array of System.Int64.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "array", "typeName": "System.IntPtr" }], + "isStatic": true, + "name": "FromFloatArray", + "comment": "Converts a Java array of float to a managed array of System.Single.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "array", "typeName": "System.IntPtr" }], + "isStatic": true, + "name": "FromDoubleArray", + "comment": "Converts a Java array of double to a managed array of System.Double.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "array", "typeName": "System.IntPtr" }], + "isStatic": true, + "name": "FromObjectArray", + "comment": "Converts a Java array of java.lang.Object to a managed array of System.IntPtr, representing Java objects.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "array", "typeName": "System.IntPtr" }], + "isStatic": true, + "name": "GetArrayLength", + "comment": "Returns the number of elements in the array.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [{ "name": "size", "typeName": "int" }], + "isStatic": true, + "name": "NewBooleanArray", + "comment": "Constructs a new primitive array object.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [{ "name": "size", "typeName": "int" }], + "isStatic": true, + "name": "NewByteArray", + "comment": "Constructs a new primitive array object.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [{ "name": "size", "typeName": "int" }], + "isStatic": true, + "name": "NewSByteArray", + "comment": "Constructs a new primitive array object.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [{ "name": "size", "typeName": "int" }], + "isStatic": true, + "name": "NewCharArray", + "comment": "Constructs a new primitive array object.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [{ "name": "size", "typeName": "int" }], + "isStatic": true, + "name": "NewShortArray", + "comment": "Constructs a new primitive array object.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [{ "name": "size", "typeName": "int" }], + "isStatic": true, + "name": "NewIntArray", + "comment": "Constructs a new primitive array object.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [{ "name": "size", "typeName": "int" }], + "isStatic": true, + "name": "NewLongArray", + "comment": "Constructs a new primitive array object.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [{ "name": "size", "typeName": "int" }], + "isStatic": true, + "name": "NewFloatArray", + "comment": "Constructs a new primitive array object.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [{ "name": "size", "typeName": "int" }], + "isStatic": true, + "name": "NewDoubleArray", + "comment": "Constructs a new primitive array object.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [ + { "name": "size", "typeName": "int" }, + { "name": "clazz", "typeName": "System.IntPtr" }, + { "name": "obj", "typeName": "System.IntPtr" } + ], + "isStatic": true, + "name": "NewObjectArray", + "comment": "Constructs a new array holding objects in class clazz. All elements are initially set to obj.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "array", "typeName": "System.IntPtr" }, + { "name": "index", "typeName": "int" } + ], + "isStatic": true, + "name": "GetBooleanArrayElement", + "comment": "Returns the value of one element of a primitive array.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "Byte", + "params": [ + { "name": "array", "typeName": "System.IntPtr" }, + { "name": "index", "typeName": "int" } + ], + "isStatic": true, + "name": "GetByteArrayElement", + "comment": "Returns the value of one element of a primitive array.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "SByte", + "params": [ + { "name": "array", "typeName": "System.IntPtr" }, + { "name": "index", "typeName": "int" } + ], + "isStatic": true, + "name": "GetSByteArrayElement", + "comment": "Returns the value of one element of a primitive array.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "Char", + "params": [ + { "name": "array", "typeName": "System.IntPtr" }, + { "name": "index", "typeName": "int" } + ], + "isStatic": true, + "name": "GetCharArrayElement", + "comment": "Returns the value of one element of a primitive array.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "Int16", + "params": [ + { "name": "array", "typeName": "System.IntPtr" }, + { "name": "index", "typeName": "int" } + ], + "isStatic": true, + "name": "GetShortArrayElement", + "comment": "Returns the value of one element of a primitive array.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "array", "typeName": "System.IntPtr" }, + { "name": "index", "typeName": "int" } + ], + "isStatic": true, + "name": "GetIntArrayElement", + "comment": "Returns the value of one element of a primitive array.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "Int64", + "params": [ + { "name": "array", "typeName": "System.IntPtr" }, + { "name": "index", "typeName": "int" } + ], + "isStatic": true, + "name": "GetLongArrayElement", + "comment": "Returns the value of one element of a primitive array.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "Single", + "params": [ + { "name": "array", "typeName": "System.IntPtr" }, + { "name": "index", "typeName": "int" } + ], + "isStatic": true, + "name": "GetFloatArrayElement", + "comment": "Returns the value of one element of a primitive array.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "Double", + "params": [ + { "name": "array", "typeName": "System.IntPtr" }, + { "name": "index", "typeName": "int" } + ], + "isStatic": true, + "name": "GetDoubleArrayElement", + "comment": "Returns the value of one element of a primitive array.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [ + { "name": "array", "typeName": "System.IntPtr" }, + { "name": "index", "typeName": "int" } + ], + "isStatic": true, + "name": "GetObjectArrayElement", + "comment": "Returns an element of an Object array.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "array", "typeName": "System.IntPtr" }, + { "name": "index", "typeName": "int" }, + { "name": "val", "typeName": "byte" } + ], + "isStatic": true, + "name": "SetBooleanArrayElement", + "comment": "Sets the boolean value of one element in a primitive array.\n\n```plaintext\nParams: array - The array of native booleans.\n index - Index of the array element to set.\n val - The value to set - for 'true' use 1, for 'false' use 0.\n \n```\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "array", "typeName": "System.IntPtr" }, + { "name": "index", "typeName": "int" }, + { "name": "val", "typeName": "bool" } + ], + "isStatic": true, + "name": "SetBooleanArrayElement", + "comment": "Sets the boolean value of one element in a primitive array.\n\n```plaintext\nParams: array - The array of native booleans.\n index - Index of the array element to set.\n val - The value to set.\n \n```\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "array", "typeName": "System.IntPtr" }, + { "name": "index", "typeName": "int" }, + { "name": "val", "typeName": "sbyte" } + ], + "isStatic": true, + "name": "SetByteArrayElement", + "comment": "Sets the sbyte value of one element in a primitive array.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "array", "typeName": "System.IntPtr" }, + { "name": "index", "typeName": "int" }, + { "name": "val", "typeName": "sbyte" } + ], + "isStatic": true, + "name": "SetSByteArrayElement", + "comment": "Sets the sbyte value of one element in a primitive array.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "array", "typeName": "System.IntPtr" }, + { "name": "index", "typeName": "int" }, + { "name": "val", "typeName": "char" } + ], + "isStatic": true, + "name": "SetCharArrayElement", + "comment": "Sets the char value of one element in a primitive array.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "array", "typeName": "System.IntPtr" }, + { "name": "index", "typeName": "int" }, + { "name": "val", "typeName": "short" } + ], + "isStatic": true, + "name": "SetShortArrayElement", + "comment": "Sets the short value of one element in a primitive array.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "array", "typeName": "System.IntPtr" }, + { "name": "index", "typeName": "int" }, + { "name": "val", "typeName": "int" } + ], + "isStatic": true, + "name": "SetIntArrayElement", + "comment": "Sets the int value of one element in a primitive array.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "array", "typeName": "System.IntPtr" }, + { "name": "index", "typeName": "int" }, + { "name": "val", "typeName": "long" } + ], + "isStatic": true, + "name": "SetLongArrayElement", + "comment": "Sets the long value of one element in a primitive array.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "array", "typeName": "System.IntPtr" }, + { "name": "index", "typeName": "int" }, + { "name": "val", "typeName": "float" } + ], + "isStatic": true, + "name": "SetFloatArrayElement", + "comment": "Sets the float value of one element in a primitive array.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "array", "typeName": "System.IntPtr" }, + { "name": "index", "typeName": "int" }, + { "name": "val", "typeName": "double" } + ], + "isStatic": true, + "name": "SetDoubleArrayElement", + "comment": "Sets the double value of one element in a primitive array.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "array", "typeName": "System.IntPtr" }, + { "name": "index", "typeName": "int" }, + { "name": "obj", "typeName": "System.IntPtr" } + ], + "isStatic": true, + "name": "SetObjectArrayElement", + "comment": "Sets an element of an Object array.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + } + ], + "name": "AndroidJNI", + "comment": "'Raw' JNI interface to Android Java VM from Unity scripting (C#).\n\nNote: Using raw JNI functions requires advanced knowledge of the Android Java Native Interface (JNI). Please take note.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "namespace": "UnityEngine.AI", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.AI.NavMeshPathStatus", + "name": "PathComplete", + "comment": "The path terminates at the destination.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "UnityEngine.AI.NavMeshPathStatus", + "name": "PathPartial", + "comment": "The path cannot reach the destination.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "UnityEngine.AI.NavMeshPathStatus", + "name": "PathInvalid", + "comment": "The path is invalid.\n\n", + "location": "UnityEngine.AIModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.AI.NavMeshPathStatus", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AIModule.dll" + } + ], + "name": "NavMeshPathStatus", + "comment": "Status of path.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "namespace": "UnityEngine.AI", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Vector3[]", + "name": "corners", + "comment": "Corner points of the path. (Read Only)\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "UnityEngine.AI.NavMeshPathStatus", + "name": "status", + "comment": "Status of the path. (Read Only)\n\n", + "location": "UnityEngine.AIModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "NavMeshPath constructor.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "results", "typeName": "UnityEngine.Vector3[]" } + ], + "isStatic": false, + "name": "GetCornersNonAlloc", + "comment": "The number of corners along the path - including start and end points.\n\n```plaintext\nParams: results - Array to store path corners.\n \n```\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ClearCorners", + "comment": "Erase all corner points from path.\n\n", + "location": "UnityEngine.AIModule.dll" + } + ], + "name": "NavMeshPath", + "comment": "A path as calculated by the navigation system.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "namespace": "UnityEngine.AI", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "includedWorldBounds", "typeName": "UnityEngine.Bounds" }, + { "name": "includedLayerMask", "typeName": "int" }, + { + "name": "geometry", + "typeName": "UnityEngine.AI.NavMeshCollectGeometry" + }, + { "name": "defaultArea", "typeName": "int" }, + { + "name": "markups", + "typeName": "System.Collections.Generic.List" + }, + { + "name": "results", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": true, + "name": "CollectSources", + "comment": "", + "location": "UnityEngine.AIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "root", "typeName": "UnityEngine.Transform" }, + { "name": "includedLayerMask", "typeName": "int" }, + { + "name": "geometry", + "typeName": "UnityEngine.AI.NavMeshCollectGeometry" + }, + { "name": "defaultArea", "typeName": "int" }, + { + "name": "markups", + "typeName": "System.Collections.Generic.List" + }, + { + "name": "results", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": true, + "name": "CollectSources", + "comment": "", + "location": "UnityEngine.AIModule.dll" + }, + { + "returnTypeName": "NavMeshData", + "params": [ + { + "name": "buildSettings", + "typeName": "UnityEngine.AI.NavMeshBuildSettings" + }, + { + "name": "sources", + "typeName": "System.Collections.Generic.List" + }, + { "name": "localBounds", "typeName": "UnityEngine.Bounds" }, + { "name": "position", "typeName": "UnityEngine.Vector3" }, + { "name": "rotation", "typeName": "UnityEngine.Quaternion" } + ], + "isStatic": true, + "name": "BuildNavMeshData", + "comment": "", + "location": "UnityEngine.AIModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "data", "typeName": "UnityEngine.AI.NavMeshData" }, + { + "name": "buildSettings", + "typeName": "UnityEngine.AI.NavMeshBuildSettings" + }, + { + "name": "sources", + "typeName": "System.Collections.Generic.List" + }, + { "name": "localBounds", "typeName": "UnityEngine.Bounds" } + ], + "isStatic": true, + "name": "UpdateNavMeshData", + "comment": "", + "location": "UnityEngine.AIModule.dll" + }, + { + "returnTypeName": "AsyncOperation", + "params": [ + { "name": "data", "typeName": "UnityEngine.AI.NavMeshData" }, + { + "name": "buildSettings", + "typeName": "UnityEngine.AI.NavMeshBuildSettings" + }, + { + "name": "sources", + "typeName": "System.Collections.Generic.List" + }, + { "name": "localBounds", "typeName": "UnityEngine.Bounds" } + ], + "isStatic": true, + "name": "UpdateNavMeshDataAsync", + "comment": "", + "location": "UnityEngine.AIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "data", "typeName": "UnityEngine.AI.NavMeshData" } + ], + "isStatic": true, + "name": "Cancel", + "comment": "", + "location": "UnityEngine.AIModule.dll" + } + ], + "name": "NavMeshBuilder", + "comment": "", + "location": "UnityEngine.AIModule.dll" + }, + { + "namespace": "UnityEngine.AI", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.AI.ObstacleAvoidanceType", + "name": "NoObstacleAvoidance", + "comment": "Disable avoidance.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "UnityEngine.AI.ObstacleAvoidanceType", + "name": "LowQualityObstacleAvoidance", + "comment": "Enable simple avoidance. Low performance impact.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "UnityEngine.AI.ObstacleAvoidanceType", + "name": "MedQualityObstacleAvoidance", + "comment": "Medium avoidance. Medium performance impact.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "UnityEngine.AI.ObstacleAvoidanceType", + "name": "GoodQualityObstacleAvoidance", + "comment": "Good avoidance. High performance impact.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "UnityEngine.AI.ObstacleAvoidanceType", + "name": "HighQualityObstacleAvoidance", + "comment": "Enable highest precision. Highest performance impact.\n\n", + "location": "UnityEngine.AIModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.AI.ObstacleAvoidanceType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AIModule.dll" + } + ], + "name": "ObstacleAvoidanceType", + "comment": "Level of obstacle avoidance.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "namespace": "UnityEngine.AI", + "baseClass": "UnityEngine.Behaviour", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Vector3", + "name": "destination", + "comment": "Gets or attempts to set the destination of the agent in world-space units.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "float", + "name": "stoppingDistance", + "comment": "Stop within this distance from the target position.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "velocity", + "comment": "Access the current velocity of the NavMeshAgent component, or set a velocity to control the agent manually.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "nextPosition", + "comment": "Gets or sets the simulation position of the navmesh agent.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "steeringTarget", + "comment": "Get the current steering target along the path. (Read Only)\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "desiredVelocity", + "comment": "The desired velocity of the agent including any potential contribution from avoidance. (Read Only)\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "float", + "name": "remainingDistance", + "comment": "The distance between the agent's position and the destination on the current path. (Read Only)\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "float", + "name": "baseOffset", + "comment": "The relative vertical displacement of the owning GameObject.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "bool", + "name": "isOnOffMeshLink", + "comment": "Is the agent currently positioned on an OffMeshLink? (Read Only)\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "UnityEngine.AI.OffMeshLinkData", + "name": "currentOffMeshLinkData", + "comment": "The current OffMeshLinkData.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "UnityEngine.AI.OffMeshLinkData", + "name": "nextOffMeshLinkData", + "comment": "The next OffMeshLinkData on the current path.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "bool", + "name": "autoTraverseOffMeshLink", + "comment": "Should the agent move across OffMeshLinks automatically?\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "bool", + "name": "autoBraking", + "comment": "Should the agent brake automatically to avoid overshooting the destination point?\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "bool", + "name": "autoRepath", + "comment": "Should the agent attempt to acquire a new path if the existing path becomes invalid?\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "bool", + "name": "hasPath", + "comment": "Does the agent currently have a path? (Read Only)\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "bool", + "name": "pathPending", + "comment": "Is a path in the process of being computed but not yet ready? (Read Only)\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "bool", + "name": "isPathStale", + "comment": "Is the current path stale. (Read Only)\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "UnityEngine.AI.NavMeshPathStatus", + "name": "pathStatus", + "comment": "The status of the current path (complete, partial or invalid).\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "pathEndPosition", + "comment": "", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "bool", + "name": "isStopped", + "comment": "This property holds the stop or resume condition of the NavMesh agent.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "UnityEngine.AI.NavMeshPath", + "name": "path", + "comment": "Property to get and set the current path.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "UnityEngine.Object", + "name": "navMeshOwner", + "comment": "Returns the owning object of the NavMesh the agent is currently placed on (Read Only).\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "int", + "name": "agentTypeID", + "comment": "The type ID for the agent.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "int", + "name": "walkableMask", + "comment": "Specifies which NavMesh layers are passable (bitfield). Changing walkableMask will make the path stale (see isPathStale).\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "int", + "name": "areaMask", + "comment": "Specifies which NavMesh areas are passable. Changing areaMask will make the path stale (see isPathStale).\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "float", + "name": "speed", + "comment": "Maximum movement speed when following a path.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "float", + "name": "angularSpeed", + "comment": "Maximum turning speed in (deg/s) while following a path.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "float", + "name": "acceleration", + "comment": "The maximum acceleration of an agent as it follows a path, given in units / sec^2.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "bool", + "name": "updatePosition", + "comment": "Gets or sets whether the transform position is synchronized with the simulated agent position. The default value is true.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "bool", + "name": "updateRotation", + "comment": "Should the agent update the transform orientation?\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "bool", + "name": "updateUpAxis", + "comment": "Allows you to specify whether the agent should be aligned to the up-axis of the NavMesh or link that it is placed on.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "float", + "name": "radius", + "comment": "The avoidance radius for the agent.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "float", + "name": "height", + "comment": "The height of the agent for purposes of passing under obstacles, etc.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "UnityEngine.AI.ObstacleAvoidanceType", + "name": "obstacleAvoidanceType", + "comment": "The level of quality of avoidance.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "int", + "name": "avoidancePriority", + "comment": "The avoidance priority level.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "bool", + "name": "isOnNavMesh", + "comment": "Is the agent currently bound to the navmesh? (Read Only)\n\n", + "location": "UnityEngine.AIModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [{ "name": "target", "typeName": "UnityEngine.Vector3" }], + "isStatic": false, + "name": "SetDestination", + "comment": "True if the destination was requested successfully, otherwise false.\n\n```plaintext\nParams: target - The target point to navigate to.\n \n```\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "activated", "typeName": "bool" }], + "isStatic": false, + "name": "ActivateCurrentOffMeshLink", + "comment": "Enables or disables the current off-mesh link.\n\n```plaintext\nParams: activated - Is the link activated?\n \n```\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "CompleteOffMeshLink", + "comment": "Completes the movement on the current OffMeshLink.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "newPosition", "typeName": "UnityEngine.Vector3" } + ], + "isStatic": false, + "name": "Warp", + "comment": "True if agent is successfully warped, otherwise false.\n\n```plaintext\nParams: newPosition - New position to warp the agent to.\n \n```\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "offset", "typeName": "UnityEngine.Vector3" }], + "isStatic": false, + "name": "Move", + "comment": "Apply relative movement to current position.\n\n```plaintext\nParams: offset - The relative movement vector.\n \n```\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Stop", + "comment": "Stop movement of this agent along its current path.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "stopUpdates", "typeName": "bool" }], + "isStatic": false, + "name": "Stop", + "comment": "", + "location": "UnityEngine.AIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Resume", + "comment": "Resumes the movement along the current path after a pause.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ResetPath", + "comment": "Clears the current path.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "path", "typeName": "UnityEngine.AI.NavMeshPath" } + ], + "isStatic": false, + "name": "SetPath", + "comment": "True if the path is succesfully assigned.\n\n```plaintext\nParams: path - New path to follow.\n \n```\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "hit", "typeName": "UnityEngine.AI.NavMeshHit" } + ], + "isStatic": false, + "name": "FindClosestEdge", + "comment": "", + "location": "UnityEngine.AIModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "targetPosition", "typeName": "UnityEngine.Vector3" }, + { "name": "hit", "typeName": "UnityEngine.AI.NavMeshHit" } + ], + "isStatic": false, + "name": "Raycast", + "comment": "", + "location": "UnityEngine.AIModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "targetPosition", "typeName": "UnityEngine.Vector3" }, + { "name": "path", "typeName": "UnityEngine.AI.NavMeshPath" } + ], + "isStatic": false, + "name": "CalculatePath", + "comment": "True if a path is found.\n\n```plaintext\nParams: targetPosition - The final position of the path requested.\n path - The resulting path.\n \n```\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "areaMask", "typeName": "int" }, + { "name": "maxDistance", "typeName": "float" }, + { "name": "hit", "typeName": "UnityEngine.AI.NavMeshHit" } + ], + "isStatic": false, + "name": "SamplePathPosition", + "comment": "", + "location": "UnityEngine.AIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "layer", "typeName": "int" }, + { "name": "cost", "typeName": "float" } + ], + "isStatic": false, + "name": "SetLayerCost", + "comment": "Sets the cost for traversing over geometry of the layer type.\n\n```plaintext\nParams: layer - Layer index.\n cost - New cost for the specified layer.\n \n```\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "layer", "typeName": "int" }], + "isStatic": false, + "name": "GetLayerCost", + "comment": "Current cost of specified layer.\n\n```plaintext\nParams: layer - Layer index.\n \n```\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "areaIndex", "typeName": "int" }, + { "name": "areaCost", "typeName": "float" } + ], + "isStatic": false, + "name": "SetAreaCost", + "comment": "Sets the cost for traversing over areas of the area type.\n\n```plaintext\nParams: areaIndex - Area cost.\n areaCost - New cost for the specified area index.\n \n```\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "areaIndex", "typeName": "int" }], + "isStatic": false, + "name": "GetAreaCost", + "comment": "Current cost for specified area index.\n\n```plaintext\nParams: areaIndex - Area Index.\n \n```\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AIModule.dll" + } + ], + "name": "NavMeshAgent", + "comment": "Navigation mesh agent.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "namespace": "UnityEngine.AI", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.AI.NavMeshObstacleShape", + "name": "Capsule", + "comment": "Capsule shaped obstacle.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "UnityEngine.AI.NavMeshObstacleShape", + "name": "Box", + "comment": "Box shaped obstacle.\n\n", + "location": "UnityEngine.AIModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.AI.NavMeshObstacleShape", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AIModule.dll" + } + ], + "name": "NavMeshObstacleShape", + "comment": "Shape of the obstacle.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "namespace": "UnityEngine.AI", + "baseClass": "UnityEngine.Behaviour", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "float", + "name": "height", + "comment": "Height of the obstacle's cylinder shape.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "float", + "name": "radius", + "comment": "Radius of the obstacle's capsule shape.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "velocity", + "comment": "Velocity at which the obstacle moves around the NavMesh.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "bool", + "name": "carving", + "comment": "Should this obstacle make a cut-out in the navmesh.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "bool", + "name": "carveOnlyStationary", + "comment": "Should this obstacle be carved when it is constantly moving?\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "float", + "name": "carvingMoveThreshold", + "comment": "Threshold distance for updating a moving carved hole (when carving is enabled).\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "float", + "name": "carvingTimeToStationary", + "comment": "Time to wait until obstacle is treated as stationary (when carving and carveOnlyStationary are enabled).\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "UnityEngine.AI.NavMeshObstacleShape", + "name": "shape", + "comment": "The shape of the obstacle.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "center", + "comment": "The center of the obstacle, measured in the object's local space.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "size", + "comment": "The size of the obstacle, measured in the object's local space.\n\n", + "location": "UnityEngine.AIModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AIModule.dll" + } + ], + "name": "NavMeshObstacle", + "comment": "An obstacle for NavMeshAgents to avoid.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "namespace": "UnityEngine.AI", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.AI.OffMeshLinkType", + "name": "LinkTypeManual", + "comment": "Manually specified type of link.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "UnityEngine.AI.OffMeshLinkType", + "name": "LinkTypeDropDown", + "comment": "Vertical drop.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "UnityEngine.AI.OffMeshLinkType", + "name": "LinkTypeJumpAcross", + "comment": "Horizontal jump.\n\n", + "location": "UnityEngine.AIModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.AI.OffMeshLinkType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AIModule.dll" + } + ], + "name": "OffMeshLinkType", + "comment": "Link type specifier.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "namespace": "UnityEngine.AI", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "valid", + "comment": "Is link valid (Read Only).\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "bool", + "name": "activated", + "comment": "Is link active (Read Only).\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "UnityEngine.AI.OffMeshLinkType", + "name": "linkType", + "comment": "Link type specifier (Read Only).\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "startPos", + "comment": "Link start world position (Read Only).\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "endPos", + "comment": "Link end world position (Read Only).\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "UnityEngine.AI.OffMeshLink", + "name": "offMeshLink", + "comment": "The OffMeshLink if the link type is a manually placed Offmeshlink (Read Only).\n\n", + "location": "UnityEngine.AIModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AIModule.dll" + } + ], + "name": "OffMeshLinkData", + "comment": "State of OffMeshLink.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "namespace": "UnityEngine.AI", + "baseClass": "UnityEngine.Behaviour", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "activated", + "comment": "Is link active.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "bool", + "name": "occupied", + "comment": "Is link occupied. (Read Only)\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "float", + "name": "costOverride", + "comment": "Modify pathfinding cost for the link.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "bool", + "name": "biDirectional", + "comment": "Can link be traversed in both directions.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "int", + "name": "navMeshLayer", + "comment": "NavMeshLayer for this OffMeshLink component.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "int", + "name": "area", + "comment": "NavMesh area index for this OffMeshLink component.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "bool", + "name": "autoUpdatePositions", + "comment": "Automatically update endpoints.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "UnityEngine.Transform", + "name": "startTransform", + "comment": "The transform representing link start position.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "UnityEngine.Transform", + "name": "endTransform", + "comment": "The transform representing link end position.\n\n", + "location": "UnityEngine.AIModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "UpdatePositions", + "comment": "Explicitly update the link endpoints.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AIModule.dll" + } + ], + "name": "OffMeshLink", + "comment": "Link allowing movement outside the planar navigation mesh.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "namespace": "UnityEngine.AI", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Vector3", + "name": "position", + "comment": "Position of hit.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "normal", + "comment": "Normal at the point of hit.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "float", + "name": "distance", + "comment": "Distance to the point of hit.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "int", + "name": "mask", + "comment": "Mask specifying NavMesh area at point of hit.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "bool", + "name": "hit", + "comment": "Flag set when hit.\n\n", + "location": "UnityEngine.AIModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AIModule.dll" + } + ], + "name": "NavMeshHit", + "comment": "Result information for NavMesh queries.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "namespace": "UnityEngine.AI", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Vector3[]", + "name": "vertices", + "comment": "Vertices for the navmesh triangulation.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "int[]", + "name": "indices", + "comment": "Triangle indices for the navmesh triangulation.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "int[]", + "name": "areas", + "comment": "NavMesh area indices for the navmesh triangulation.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "int[]", + "name": "layers", + "comment": "NavMeshLayer values for the navmesh triangulation.\n\n", + "location": "UnityEngine.AIModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AIModule.dll" + } + ], + "name": "NavMeshTriangulation", + "comment": "Contains data describing a triangulation of a navmesh.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "namespace": "UnityEngine.AI", + "baseClass": "UnityEngine.Object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Bounds", + "name": "sourceBounds", + "comment": "Returns the bounding volume of the input geometry used to build this NavMesh (Read Only).\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "position", + "comment": "Gets or sets the world space position of the NavMesh data.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "UnityEngine.Quaternion", + "name": "rotation", + "comment": "Gets or sets the orientation of the NavMesh data.\n\n", + "location": "UnityEngine.AIModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Constructs a new object for representing a NavMesh for the default agent type.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "agentTypeID", "typeName": "int" }], + "isStatic": false, + "name": ".ctor", + "comment": "Constructs a new object representing a NavMesh for the specified agent type.\n\n```plaintext\nParams: agentTypeID - The agent type ID to create a NavMesh for.\n \n```\n\n", + "location": "UnityEngine.AIModule.dll" + } + ], + "name": "NavMeshData", + "comment": "Contains and represents NavMesh data.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "namespace": "UnityEngine.AI", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "valid", + "comment": "True if the NavMesh data is added to the navigation system - otherwise false (Read Only).\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "UnityEngine.Object", + "name": "owner", + "comment": "Get or set the owning Object.\n\n", + "location": "UnityEngine.AIModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Remove", + "comment": "Removes this instance from the NavMesh system.\n\n", + "location": "UnityEngine.AIModule.dll" + } + ], + "name": "NavMeshDataInstance", + "comment": "The instance is returned when adding NavMesh data.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "namespace": "UnityEngine.AI", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Vector3", + "name": "startPosition", + "comment": "Start position of the link.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "endPosition", + "comment": "End position of the link.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "float", + "name": "costModifier", + "comment": "If positive, overrides the pathfinder cost to traverse the link.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "bool", + "name": "bidirectional", + "comment": "If true, the link can be traversed in both directions, otherwise only from start to end position.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "float", + "name": "width", + "comment": "If positive, the link will be rectangle aligned along the line from start to end.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "int", + "name": "area", + "comment": "Area type of the link.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "int", + "name": "agentTypeID", + "comment": "Specifies which agent type this link is available for.\n\n", + "location": "UnityEngine.AIModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AIModule.dll" + } + ], + "name": "NavMeshLinkData", + "comment": "Used for runtime manipulation of links connecting polygons of the NavMesh.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "namespace": "UnityEngine.AI", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "valid", + "comment": "True if the NavMesh link is added to the navigation system - otherwise false (Read Only).\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "UnityEngine.Object", + "name": "owner", + "comment": "Get or set the owning Object.\n\n", + "location": "UnityEngine.AIModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Remove", + "comment": "Removes this instance from the game.\n\n", + "location": "UnityEngine.AIModule.dll" + } + ], + "name": "NavMeshLinkInstance", + "comment": "An instance representing a link available for pathfinding.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "namespace": "UnityEngine.AI", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "areaMask", + "comment": "A bitmask representing the traversable area types.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "int", + "name": "agentTypeID", + "comment": "The agent type ID, specifying which navigation meshes to consider for the query functions.\n\n", + "location": "UnityEngine.AIModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AIModule.dll" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "areaIndex", "typeName": "int" }], + "isStatic": false, + "name": "GetAreaCost", + "comment": "The cost multiplier for the supplied area index.\n\n```plaintext\nParams: areaIndex - Index to retreive the cost for.\n \n```\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "areaIndex", "typeName": "int" }, + { "name": "cost", "typeName": "float" } + ], + "isStatic": false, + "name": "SetAreaCost", + "comment": "Sets the pathfinding cost multiplier for this filter for a given area type.\n\n```plaintext\nParams: areaIndex - The area index to set the cost for.\n cost - The cost for the supplied area index.\n \n```\n\n", + "location": "UnityEngine.AIModule.dll" + } + ], + "name": "NavMeshQueryFilter", + "comment": "Specifies which agent type and areas to consider when searching the NavMesh.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "namespace": "UnityEngine.AI", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "AllAreas", + "comment": "Area mask constant that includes all NavMesh areas.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "UnityEngine.AI.NavMesh.OnNavMeshPreUpdate", + "name": "onPreUpdate", + "comment": "Set a function to be called before the NavMesh is updated during the frame update execution.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "float", + "name": "avoidancePredictionTime", + "comment": "Describes how far in the future the agents predict collisions for avoidance.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "int", + "name": "pathfindingIterationsPerFrame", + "comment": "The maximum number of nodes processed for each frame during the asynchronous pathfinding process.\n\n", + "location": "UnityEngine.AIModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [ + { "name": "sourcePosition", "typeName": "UnityEngine.Vector3" }, + { "name": "targetPosition", "typeName": "UnityEngine.Vector3" }, + { "name": "hit", "typeName": "UnityEngine.AI.NavMeshHit" }, + { "name": "areaMask", "typeName": "int" } + ], + "isStatic": true, + "name": "Raycast", + "comment": "", + "location": "UnityEngine.AIModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "sourcePosition", "typeName": "UnityEngine.Vector3" }, + { "name": "targetPosition", "typeName": "UnityEngine.Vector3" }, + { "name": "areaMask", "typeName": "int" }, + { "name": "path", "typeName": "UnityEngine.AI.NavMeshPath" } + ], + "isStatic": true, + "name": "CalculatePath", + "comment": "True if either a complete or partial path is found. False otherwise.\n\n```plaintext\nParams: sourcePosition - The initial position of the path requested.\n targetPosition - The final position of the path requested.\n areaMask - A bitfield mask specifying which NavMesh areas can be passed when calculating a path.\n path - The resulting path.\n \n```\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "sourcePosition", "typeName": "UnityEngine.Vector3" }, + { "name": "hit", "typeName": "UnityEngine.AI.NavMeshHit" }, + { "name": "areaMask", "typeName": "int" } + ], + "isStatic": true, + "name": "FindClosestEdge", + "comment": "", + "location": "UnityEngine.AIModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "sourcePosition", "typeName": "UnityEngine.Vector3" }, + { "name": "hit", "typeName": "UnityEngine.AI.NavMeshHit" }, + { "name": "maxDistance", "typeName": "float" }, + { "name": "areaMask", "typeName": "int" } + ], + "isStatic": true, + "name": "SamplePosition", + "comment": "", + "location": "UnityEngine.AIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "layer", "typeName": "int" }, + { "name": "cost", "typeName": "float" } + ], + "isStatic": true, + "name": "SetLayerCost", + "comment": "Sets the cost for traversing over geometry of the layer type on all agents.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "layer", "typeName": "int" }], + "isStatic": true, + "name": "GetLayerCost", + "comment": "Gets the cost for traversing over geometry of the layer type on all agents.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "layerName", "typeName": "string" }], + "isStatic": true, + "name": "GetNavMeshLayerFromName", + "comment": "Returns the layer index for a named layer.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "areaIndex", "typeName": "int" }, + { "name": "cost", "typeName": "float" } + ], + "isStatic": true, + "name": "SetAreaCost", + "comment": "Sets the cost for finding path over geometry of the area type on all agents.\n\n```plaintext\nParams: areaIndex - Index of the area to set.\n cost - New cost.\n \n```\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "areaIndex", "typeName": "int" }], + "isStatic": true, + "name": "GetAreaCost", + "comment": "Gets the cost for path finding over geometry of the area type.\n\n```plaintext\nParams: areaIndex - Index of the area to get.\n \n```\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "areaName", "typeName": "string" }], + "isStatic": true, + "name": "GetAreaFromName", + "comment": "Index if the specified are, or -1 if no area found.\n\n```plaintext\nParams: areaName - Name of the area to look up.\n \n```\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "returnTypeName": "NavMeshTriangulation", + "params": [], + "isStatic": true, + "name": "CalculateTriangulation", + "comment": "Calculates triangulation of the current navmesh.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "vertices", "typeName": "UnityEngine.Vector3[]" }, + { "name": "indices", "typeName": "int[]" } + ], + "isStatic": true, + "name": "Triangulate", + "comment": "", + "location": "UnityEngine.AIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "AddOffMeshLinks", + "comment": "", + "location": "UnityEngine.AIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "RestoreNavMesh", + "comment": "", + "location": "UnityEngine.AIModule.dll" + }, + { + "returnTypeName": "NavMeshDataInstance", + "params": [ + { "name": "navMeshData", "typeName": "UnityEngine.AI.NavMeshData" } + ], + "isStatic": true, + "name": "AddNavMeshData", + "comment": "Representing the added navmesh.\n\n```plaintext\nParams: navMeshData - Contains the data for the navmesh.\n \n```\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "returnTypeName": "NavMeshDataInstance", + "params": [ + { "name": "navMeshData", "typeName": "UnityEngine.AI.NavMeshData" }, + { "name": "position", "typeName": "UnityEngine.Vector3" }, + { "name": "rotation", "typeName": "UnityEngine.Quaternion" } + ], + "isStatic": true, + "name": "AddNavMeshData", + "comment": "Representing the added navmesh.\n\n```plaintext\nParams: navMeshData - Contains the data for the navmesh.\n position - Translate the navmesh to this position.\n rotation - Rotate the navmesh to this orientation.\n \n```\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "handle", + "typeName": "UnityEngine.AI.NavMeshDataInstance" + } + ], + "isStatic": true, + "name": "RemoveNavMeshData", + "comment": "Removes the specified NavMeshDataInstance from the game, making it unavailable for agents and queries.\n\n```plaintext\nParams: handle - The instance of a NavMesh to remove.\n \n```\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "returnTypeName": "NavMeshLinkInstance", + "params": [ + { "name": "link", "typeName": "UnityEngine.AI.NavMeshLinkData" } + ], + "isStatic": true, + "name": "AddLink", + "comment": "Representing the added link.\n\n```plaintext\nParams: link - Describing the properties of the link.\n \n```\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "returnTypeName": "NavMeshLinkInstance", + "params": [ + { "name": "link", "typeName": "UnityEngine.AI.NavMeshLinkData" }, + { "name": "position", "typeName": "UnityEngine.Vector3" }, + { "name": "rotation", "typeName": "UnityEngine.Quaternion" } + ], + "isStatic": true, + "name": "AddLink", + "comment": "Representing the added link.\n\n```plaintext\nParams: link - Describing the properties of the link.\n position - Translate the link to this position.\n rotation - Rotate the link to this orientation.\n \n```\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "handle", + "typeName": "UnityEngine.AI.NavMeshLinkInstance" + } + ], + "isStatic": true, + "name": "RemoveLink", + "comment": "Removes a link from the NavMesh.\n\n```plaintext\nParams: handle - The instance of a link to remove.\n \n```\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "sourcePosition", "typeName": "UnityEngine.Vector3" }, + { "name": "hit", "typeName": "UnityEngine.AI.NavMeshHit" }, + { "name": "maxDistance", "typeName": "float" }, + { + "name": "filter", + "typeName": "UnityEngine.AI.NavMeshQueryFilter" + } + ], + "isStatic": true, + "name": "SamplePosition", + "comment": "", + "location": "UnityEngine.AIModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "sourcePosition", "typeName": "UnityEngine.Vector3" }, + { "name": "hit", "typeName": "UnityEngine.AI.NavMeshHit" }, + { + "name": "filter", + "typeName": "UnityEngine.AI.NavMeshQueryFilter" + } + ], + "isStatic": true, + "name": "FindClosestEdge", + "comment": "", + "location": "UnityEngine.AIModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "sourcePosition", "typeName": "UnityEngine.Vector3" }, + { "name": "targetPosition", "typeName": "UnityEngine.Vector3" }, + { "name": "hit", "typeName": "UnityEngine.AI.NavMeshHit" }, + { + "name": "filter", + "typeName": "UnityEngine.AI.NavMeshQueryFilter" + } + ], + "isStatic": true, + "name": "Raycast", + "comment": "", + "location": "UnityEngine.AIModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "sourcePosition", "typeName": "UnityEngine.Vector3" }, + { "name": "targetPosition", "typeName": "UnityEngine.Vector3" }, + { + "name": "filter", + "typeName": "UnityEngine.AI.NavMeshQueryFilter" + }, + { "name": "path", "typeName": "UnityEngine.AI.NavMeshPath" } + ], + "isStatic": true, + "name": "CalculatePath", + "comment": "True if a either a complete or partial path is found and false otherwise.\n\n```plaintext\nParams: sourcePosition - The initial position of the path requested.\n targetPosition - The final position of the path requested.\n filter - A filter specifying the cost of NavMesh areas that can be passed when calculating a path.\n path - The resulting path.\n \n```\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "returnTypeName": "NavMeshBuildSettings", + "params": [], + "isStatic": true, + "name": "CreateSettings", + "comment": "The created settings.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "agentTypeID", "typeName": "int" }], + "isStatic": true, + "name": "RemoveSettings", + "comment": "Removes the build settings matching the agent type ID.\n\n```plaintext\nParams: agentTypeID - The ID of the entry to remove.\n \n```\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "returnTypeName": "NavMeshBuildSettings", + "params": [{ "name": "agentTypeID", "typeName": "int" }], + "isStatic": true, + "name": "GetSettingsByID", + "comment": "The settings found.\n\n```plaintext\nParams: agentTypeID - The ID to look for.\n \n```\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": true, + "name": "GetSettingsCount", + "comment": "The number of registered entries.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "returnTypeName": "NavMeshBuildSettings", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": true, + "name": "GetSettingsByIndex", + "comment": "The found settings.\n\n```plaintext\nParams: index - The index to retrieve from.\n \n```\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "agentTypeID", "typeName": "int" }], + "isStatic": true, + "name": "GetSettingsNameFromID", + "comment": "The name associated with the ID found.\n\n```plaintext\nParams: agentTypeID - The ID to look for.\n \n```\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "RemoveAllNavMeshData", + "comment": "Removes all NavMesh surfaces and links from the game.\n\n", + "location": "UnityEngine.AIModule.dll" + } + ], + "name": "NavMesh", + "comment": "Singleton class to access the baked NavMesh.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "namespace": "UnityEngine.Android", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Android.AndroidAssetPackStatus", + "name": "Unknown", + "comment": "Indicates that the Android asset pack is not available for the application.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "typeName": "UnityEngine.Android.AndroidAssetPackStatus", + "name": "Pending", + "comment": "Indicates that the Android asset pack status should soon change.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "typeName": "UnityEngine.Android.AndroidAssetPackStatus", + "name": "Downloading", + "comment": "Indicates that the device is downloading the Android asset pack.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "typeName": "UnityEngine.Android.AndroidAssetPackStatus", + "name": "Transferring", + "comment": "Indicates that the device has downloaded the Android asset pack and is unpacking the asset pack to its final location.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "typeName": "UnityEngine.Android.AndroidAssetPackStatus", + "name": "Completed", + "comment": "Indicates that the device has downloaded the Android asset pack and the asset pack is available to the application.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "typeName": "UnityEngine.Android.AndroidAssetPackStatus", + "name": "Failed", + "comment": "Indicates that the device failed to download the Android asset pack.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "typeName": "UnityEngine.Android.AndroidAssetPackStatus", + "name": "Canceled", + "comment": "Indicates that the Android asset pack download is canceled.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "typeName": "UnityEngine.Android.AndroidAssetPackStatus", + "name": "WaitingForWifi", + "comment": "Indicates that the device has paused the Android asset pack download until it connects to the WiFi network.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "typeName": "UnityEngine.Android.AndroidAssetPackStatus", + "name": "NotInstalled", + "comment": "Indicates that the Android asset pack is not installed.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Android.AndroidAssetPackStatus", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AndroidJNIModule.dll" + } + ], + "name": "AndroidAssetPackStatus", + "comment": "Values that indicate the status of an Android asset pack.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "namespace": "UnityEngine.AI", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "UnityEngine.AIModule.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "UnityEngine.AIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "UnityEngine.AIModule.dll" + } + ], + "name": "OnNavMeshPreUpdate", + "comment": "A delegate which can be used to register callback methods to be invoked before the NavMesh system updates.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "namespace": "UnityEngine.Android", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Android.AndroidAssetPackError", + "name": "NoError", + "comment": "Indicates that there is no error.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "typeName": "UnityEngine.Android.AndroidAssetPackError", + "name": "AppUnavailable", + "comment": "Indicates that this application is unavailable in the Google's Play Store.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "typeName": "UnityEngine.Android.AndroidAssetPackError", + "name": "PackUnavailable", + "comment": "Indicates that the requested Android asset pack is not available in the Google Play Store.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "typeName": "UnityEngine.Android.AndroidAssetPackError", + "name": "InvalidRequest", + "comment": "Indicates that the request was invalid.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "typeName": "UnityEngine.Android.AndroidAssetPackError", + "name": "DownloadNotFound", + "comment": "Indicates that the requested download is not found.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "typeName": "UnityEngine.Android.AndroidAssetPackError", + "name": "ApiNotAvailable", + "comment": "Indicates that the Asset Delivery API is not available.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "typeName": "UnityEngine.Android.AndroidAssetPackError", + "name": "NetworkError", + "comment": "Indicates that the Android asset pack is not accessible because there was an error related to the network connection.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "typeName": "UnityEngine.Android.AndroidAssetPackError", + "name": "AccessDenied", + "comment": "Indicates that the application does not have permission to download asset packs under the current device circumstances.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "typeName": "UnityEngine.Android.AndroidAssetPackError", + "name": "InsufficientStorage", + "comment": "Indicates that there is not enough storage space on the device to download the Android asset pack.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "typeName": "UnityEngine.Android.AndroidAssetPackError", + "name": "PlayStoreNotFound", + "comment": "Indicates that the device does not have the Play Store application installed or has an unofficial version.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "typeName": "UnityEngine.Android.AndroidAssetPackError", + "name": "NetworkUnrestricted", + "comment": "Indicates that the app requested to use mobile data while there were no Android asset packs waiting for WiFi.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "typeName": "UnityEngine.Android.AndroidAssetPackError", + "name": "AppNotOwned", + "comment": "Indicates that the end user does not own the application on the device.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "typeName": "UnityEngine.Android.AndroidAssetPackError", + "name": "InternalError", + "comment": "Indicates that unknown error occured while downloading an asset pack.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Android.AndroidAssetPackError", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AndroidJNIModule.dll" + } + ], + "name": "AndroidAssetPackError", + "comment": "Values that indicate the type of Android asset pack error when the status is either AndroidAssetPackStatus.Failed or AndroidAssetPackStatus.Unknown.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "namespace": "UnityEngine.AI", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.AI.NavMeshBuildDebugFlags", + "name": "None", + "comment": "No debug data from the NavMesh build process is taken into consideration.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "UnityEngine.AI.NavMeshBuildDebugFlags", + "name": "InputGeometry", + "comment": "The triangles of all the geometry that is used as a base for computing the new NavMesh.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "UnityEngine.AI.NavMeshBuildDebugFlags", + "name": "Voxels", + "comment": "The voxels produced by rasterizing the source geometry into walkable and unwalkable areas.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "UnityEngine.AI.NavMeshBuildDebugFlags", + "name": "Regions", + "comment": "The segmentation of the traversable surfaces into smaller areas necessary for producing simple polygons.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "UnityEngine.AI.NavMeshBuildDebugFlags", + "name": "RawContours", + "comment": "The contours that follow precisely the edges of each surface region.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "UnityEngine.AI.NavMeshBuildDebugFlags", + "name": "SimplifiedContours", + "comment": "Contours bounding each of the surface regions, described through fewer vertices and straighter edges compared to RawContours.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "UnityEngine.AI.NavMeshBuildDebugFlags", + "name": "PolygonMeshes", + "comment": "Meshes of convex polygons constructed within the unified contours of adjacent regions.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "UnityEngine.AI.NavMeshBuildDebugFlags", + "name": "PolygonMeshesDetail", + "comment": "The triangulated meshes with height details that better approximate the source geometry.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "UnityEngine.AI.NavMeshBuildDebugFlags", + "name": "All", + "comment": "All debug data from the NavMesh build process is taken into consideration.\n\n", + "location": "UnityEngine.AIModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.AI.NavMeshBuildDebugFlags", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AIModule.dll" + } + ], + "name": "NavMeshBuildDebugFlags", + "comment": "Bitmask used for operating with debug data from the NavMesh build process.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "namespace": "UnityEngine.Android", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "name", + "comment": "The name of the Android asset pack that the device is downloading.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "typeName": "UnityEngine.Android.AndroidAssetPackStatus", + "name": "status", + "comment": "The status of the Android asset pack that the device is downloading.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "typeName": "ulong", + "name": "size", + "comment": "The total size of the Android asset pack in bytes.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "typeName": "ulong", + "name": "bytesDownloaded", + "comment": "The downloaded size of the Android asset pack in bytes.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "typeName": "float", + "name": "transferProgress", + "comment": "The transfering progress of the downloaded Android asset pack.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "typeName": "UnityEngine.Android.AndroidAssetPackError", + "name": "error", + "comment": "Indicates an error which the device encountered when downloading the Android asset pack.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + } + ], + "methods": [], + "name": "AndroidAssetPackInfo", + "comment": "Represents the download progress of a single Android asset pack.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "namespace": "UnityEngine.AI", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.AI.NavMeshBuildSourceShape", + "name": "Mesh", + "comment": "Describes a Mesh source for use with NavMeshBuildSource.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "UnityEngine.AI.NavMeshBuildSourceShape", + "name": "Terrain", + "comment": "Describes a TerrainData source for use with NavMeshBuildSource.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "UnityEngine.AI.NavMeshBuildSourceShape", + "name": "Box", + "comment": "Describes a box primitive for use with NavMeshBuildSource.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "UnityEngine.AI.NavMeshBuildSourceShape", + "name": "Sphere", + "comment": "Describes a sphere primitive for use with NavMeshBuildSource.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "UnityEngine.AI.NavMeshBuildSourceShape", + "name": "Capsule", + "comment": "Describes a capsule primitive for use with NavMeshBuildSource.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "UnityEngine.AI.NavMeshBuildSourceShape", + "name": "ModifierBox", + "comment": "Describes a ModifierBox source for use with NavMeshBuildSource.\n\n", + "location": "UnityEngine.AIModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.AI.NavMeshBuildSourceShape", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AIModule.dll" + } + ], + "name": "NavMeshBuildSourceShape", + "comment": "Used with NavMeshBuildSource to define the shape for building NavMesh.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "namespace": "UnityEngine.AI", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.AI.NavMeshCollectGeometry", + "name": "RenderMeshes", + "comment": "Collect meshes form the rendered geometry.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "UnityEngine.AI.NavMeshCollectGeometry", + "name": "PhysicsColliders", + "comment": "Collect geometry from the 3D physics collision representation.\n\n", + "location": "UnityEngine.AIModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.AI.NavMeshCollectGeometry", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AIModule.dll" + } + ], + "name": "NavMeshCollectGeometry", + "comment": "Used for specifying the type of geometry to collect. Used with NavMeshBuilder.CollectSources.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "namespace": "UnityEngine.Android", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "name", + "comment": "The name of the Android asset pack the status query is for.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "typeName": "UnityEngine.Android.AndroidAssetPackStatus", + "name": "status", + "comment": "The status of the Android asset pack.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "typeName": "UnityEngine.Android.AndroidAssetPackError", + "name": "error", + "comment": "Indicates an error code that describes what happened when querying the Android asset pack state.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + } + ], + "methods": [], + "name": "AndroidAssetPackState", + "comment": "Represents the state of a single Android asset pack.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "namespace": "UnityEngine.Android", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "allowed", + "comment": "Indicates if mobile data can be used to download Android asset packs.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + } + ], + "methods": [], + "name": "AndroidAssetPackUseMobileDataRequestResult", + "comment": "Represents the choice of an end user that indicates if your application can use mobile data to download Android asset packs.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "namespace": "UnityEngine.AI", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Matrix4x4", + "name": "transform", + "comment": "Describes the local to world transformation matrix of the build source. That is, position and orientation and scale of the shape.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "size", + "comment": "Describes the dimensions of the shape.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "UnityEngine.AI.NavMeshBuildSourceShape", + "name": "shape", + "comment": "The type of the shape this source describes. See Also: NavMeshBuildSourceShape.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "int", + "name": "area", + "comment": "Describes the area type of the NavMesh surface for this object.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "UnityEngine.Object", + "name": "sourceObject", + "comment": "Describes the object referenced for Mesh and Terrain types of input sources.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "UnityEngine.Component", + "name": "component", + "comment": "Points to the owning component - if available, otherwise null.\n\n", + "location": "UnityEngine.AIModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AIModule.dll" + } + ], + "name": "NavMeshBuildSource", + "comment": "The input to the NavMesh builder is a list of NavMesh build sources.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "namespace": "UnityEngine.AI", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "overrideArea", + "comment": "Use this to specify whether the area type of the GameObject and its children should be overridden by the area type specified in this struct.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "int", + "name": "area", + "comment": "The area type to use when override area is enabled.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "bool", + "name": "ignoreFromBuild", + "comment": "Use this to specify whether the GameObject and its children should be ignored.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "UnityEngine.Transform", + "name": "root", + "comment": "Use this to specify which GameObject (including the GameObject’s children) the markup should be applied to.\n\n", + "location": "UnityEngine.AIModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AIModule.dll" + } + ], + "name": "NavMeshBuildMarkup", + "comment": "The NavMesh build markup allows you to control how certain objects are treated during the NavMesh build process, specifically when collecting sources for building.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "namespace": "UnityEngine.AI", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "agentTypeID", + "comment": "The agent type ID the NavMesh will be baked for.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "float", + "name": "agentRadius", + "comment": "The radius of the agent for baking in world units.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "float", + "name": "agentHeight", + "comment": "The height of the agent for baking in world units.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "float", + "name": "agentSlope", + "comment": "The maximum slope angle which is walkable (angle in degrees).\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "float", + "name": "agentClimb", + "comment": "The maximum vertical step size an agent can take.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "float", + "name": "minRegionArea", + "comment": "The approximate minimum area of individual NavMesh regions.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "bool", + "name": "overrideVoxelSize", + "comment": "Enables overriding the default voxel size. See Also: voxelSize.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "float", + "name": "voxelSize", + "comment": "Sets the voxel size in world length units.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "bool", + "name": "overrideTileSize", + "comment": "Enables overriding the default tile size. See Also: tileSize.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "int", + "name": "tileSize", + "comment": "Sets the tile size in voxel units.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "uint", + "name": "maxJobWorkers", + "comment": "The maximum number of worker threads that the build process can utilize when building a NavMesh with these settings.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "bool", + "name": "preserveTilesOutsideBounds", + "comment": "", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "UnityEngine.AI.NavMeshBuildDebugSettings", + "name": "debug", + "comment": "Options for collecting debug data during the build process.\n\n", + "location": "UnityEngine.AIModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AIModule.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "buildBounds", "typeName": "UnityEngine.Bounds" } + ], + "isStatic": false, + "name": "ValidationReport", + "comment": "The list of violated constraints.\n\n```plaintext\nParams: buildBounds - Describes the volume to build NavMesh for.\n \n```\n\n", + "location": "UnityEngine.AIModule.dll" + } + ], + "name": "NavMeshBuildSettings", + "comment": "The NavMeshBuildSettings struct allows you to specify a collection of settings which describe the dimensions and limitations of a particular agent type.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "namespace": "UnityEngine.AI", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.AI.NavMeshBuildDebugFlags", + "name": "flags", + "comment": "Specify which types of debug data to collect when building the NavMesh.\n\n", + "location": "UnityEngine.AIModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AIModule.dll" + } + ], + "name": "NavMeshBuildDebugSettings", + "comment": "Specify which of the temporary data generated while building the NavMesh should be retained in memory after the process has completed.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "namespace": "UnityEngine.Android", + "baseClass": "UnityEngine.CustomYieldInstruction", + "attribute": "", + "interfaces": ["IEnumerator"], + "fields": [ + { + "typeName": "bool", + "name": "keepWaiting", + "comment": "Checks if the operation is still running.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "typeName": "bool", + "name": "isDone", + "comment": "Checks if the operation is finished.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "typeName": "float", + "name": "progress", + "comment": "Gets the progress of the operation.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "typeName": "string[]", + "name": "downloadedAssetPacks", + "comment": "Gets the names of Android asset packs downloaded by this operation.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "typeName": "string[]", + "name": "downloadFailedAssetPacks", + "comment": "Gets the names of Android asset packs that failed to download.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + } + ], + "methods": [], + "name": "DownloadAssetPackAsyncOperation", + "comment": "Represents an asynchronous Android asset pack download operation. AndroidAssetPacks.DownloadAssetPackAsync returns an instance of this class.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "namespace": "UnityEngine.Experimental.AI", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IEquatable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AIModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "IsNull", + "comment": "Returns true if the PolygonId has been created empty and has never pointed to any node in the NavMesh.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "x", + "typeName": "UnityEngine.Experimental.AI.PolygonId" + }, + { "name": "y", "typeName": "UnityEngine.Experimental.AI.PolygonId" } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "UnityEngine.AIModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "x", + "typeName": "UnityEngine.Experimental.AI.PolygonId" + }, + { "name": "y", "typeName": "UnityEngine.Experimental.AI.PolygonId" } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "UnityEngine.AIModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "Returns the hash code for use in collections.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "rhs", + "typeName": "UnityEngine.Experimental.AI.PolygonId" + } + ], + "isStatic": false, + "name": "Equals", + "comment": "Returns true if two PolygonId objects refer to the same NavMesh node.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "Returns true if two PolygonId objects refer to the same NavMesh node.\n\n", + "location": "UnityEngine.AIModule.dll" + } + ], + "name": "PolygonId", + "comment": "Represents a compact identifier for the data of a NavMesh node.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "namespace": "UnityEngine.Experimental.AI", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Experimental.AI.PolygonId", + "name": "polygon", + "comment": "Unique identifier for the node in the NavMesh to which the world position has been mapped.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "position", + "comment": "A world position that sits precisely on the surface of the NavMesh or along its links.\n\n", + "location": "UnityEngine.AIModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AIModule.dll" + } + ], + "name": "NavMeshLocation", + "comment": "A world position that is guaranteed to be on the surface of the NavMesh.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "results", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "GetAnimationClips", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "name": "IAnimationClipSource", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "name": "SharedBetweenAnimatorsAttribute", + "comment": "SharedBetweenAnimatorsAttribute is an attribute that specify that this StateMachineBehaviour should be instantiate only once and shared among all Animator instance. This attribute reduce the memory footprint for each controller instance.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.ScriptableObject", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "animator", "typeName": "UnityEngine.Animator" }, + { + "name": "stateInfo", + "typeName": "UnityEngine.AnimatorStateInfo" + }, + { "name": "layerIndex", "typeName": "int" } + ], + "isStatic": false, + "name": "OnStateEnter", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "animator", "typeName": "UnityEngine.Animator" }, + { + "name": "stateInfo", + "typeName": "UnityEngine.AnimatorStateInfo" + }, + { "name": "layerIndex", "typeName": "int" } + ], + "isStatic": false, + "name": "OnStateUpdate", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "animator", "typeName": "UnityEngine.Animator" }, + { + "name": "stateInfo", + "typeName": "UnityEngine.AnimatorStateInfo" + }, + { "name": "layerIndex", "typeName": "int" } + ], + "isStatic": false, + "name": "OnStateExit", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "animator", "typeName": "UnityEngine.Animator" }, + { + "name": "stateInfo", + "typeName": "UnityEngine.AnimatorStateInfo" + }, + { "name": "layerIndex", "typeName": "int" } + ], + "isStatic": false, + "name": "OnStateMove", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "animator", "typeName": "UnityEngine.Animator" }, + { + "name": "stateInfo", + "typeName": "UnityEngine.AnimatorStateInfo" + }, + { "name": "layerIndex", "typeName": "int" } + ], + "isStatic": false, + "name": "OnStateIK", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "animator", "typeName": "UnityEngine.Animator" }, + { "name": "stateMachinePathHash", "typeName": "int" } + ], + "isStatic": false, + "name": "OnStateMachineEnter", + "comment": "Called on the first Update frame when making a transition to a state machine. This is not called when making a transition into a state machine sub-state.\n\n```plaintext\nParams: animator - The Animator playing this state machine.\n stateMachinePathHash - The full path hash for this state machine.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "animator", "typeName": "UnityEngine.Animator" }, + { "name": "stateMachinePathHash", "typeName": "int" } + ], + "isStatic": false, + "name": "OnStateMachineExit", + "comment": "Called on the last Update frame when making a transition out of a StateMachine. This is not called when making a transition into a StateMachine sub-state.\n\n```plaintext\nParams: animator - The Animator playing this state machine.\n stateMachinePathHash - The full path hash for this state machine.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "animator", "typeName": "UnityEngine.Animator" }, + { + "name": "stateInfo", + "typeName": "UnityEngine.AnimatorStateInfo" + }, + { "name": "layerIndex", "typeName": "int" }, + { + "name": "controller", + "typeName": "UnityEngine.Animations.AnimatorControllerPlayable" + } + ], + "isStatic": false, + "name": "OnStateEnter", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "animator", "typeName": "UnityEngine.Animator" }, + { + "name": "stateInfo", + "typeName": "UnityEngine.AnimatorStateInfo" + }, + { "name": "layerIndex", "typeName": "int" }, + { + "name": "controller", + "typeName": "UnityEngine.Animations.AnimatorControllerPlayable" + } + ], + "isStatic": false, + "name": "OnStateUpdate", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "animator", "typeName": "UnityEngine.Animator" }, + { + "name": "stateInfo", + "typeName": "UnityEngine.AnimatorStateInfo" + }, + { "name": "layerIndex", "typeName": "int" }, + { + "name": "controller", + "typeName": "UnityEngine.Animations.AnimatorControllerPlayable" + } + ], + "isStatic": false, + "name": "OnStateExit", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "animator", "typeName": "UnityEngine.Animator" }, + { + "name": "stateInfo", + "typeName": "UnityEngine.AnimatorStateInfo" + }, + { "name": "layerIndex", "typeName": "int" }, + { + "name": "controller", + "typeName": "UnityEngine.Animations.AnimatorControllerPlayable" + } + ], + "isStatic": false, + "name": "OnStateMove", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "animator", "typeName": "UnityEngine.Animator" }, + { + "name": "stateInfo", + "typeName": "UnityEngine.AnimatorStateInfo" + }, + { "name": "layerIndex", "typeName": "int" }, + { + "name": "controller", + "typeName": "UnityEngine.Animations.AnimatorControllerPlayable" + } + ], + "isStatic": false, + "name": "OnStateIK", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "animator", "typeName": "UnityEngine.Animator" }, + { "name": "stateMachinePathHash", "typeName": "int" }, + { + "name": "controller", + "typeName": "UnityEngine.Animations.AnimatorControllerPlayable" + } + ], + "isStatic": false, + "name": "OnStateMachineEnter", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "animator", "typeName": "UnityEngine.Animator" }, + { "name": "stateMachinePathHash", "typeName": "int" }, + { + "name": "controller", + "typeName": "UnityEngine.Animations.AnimatorControllerPlayable" + } + ], + "isStatic": false, + "name": "OnStateMachineExit", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "name": "StateMachineBehaviour", + "comment": "StateMachineBehaviour is a component that can be added to a state machine state. It's the base class every script on a state derives from.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.PlayMode", + "name": "StopSameLayer", + "comment": "Will stop all animations that were started in the same layer. This is the default when playing animations.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.PlayMode", + "name": "StopAll", + "comment": "Will stop all animations that were started with this component before playing.\n\n", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.PlayMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "name": "PlayMode", + "comment": "Used by Animation.Play function.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.QueueMode", + "name": "CompleteOthers", + "comment": "Will start playing after all other animations have stopped playing.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.QueueMode", + "name": "PlayNow", + "comment": "Starts playing immediately. This can be used if you just want to quickly create a duplicate animation.\n\n", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.QueueMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "name": "QueueMode", + "comment": "Used by Animation.Play function.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.AnimationBlendMode", + "name": "Blend", + "comment": "Animations will be blended.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.AnimationBlendMode", + "name": "Additive", + "comment": "Animations will be added.\n\n", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.AnimationBlendMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "name": "AnimationBlendMode", + "comment": "Used by Animation.Play function.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.AnimationPlayMode", + "name": "Stop", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.AnimationPlayMode", + "name": "Queue", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.AnimationPlayMode", + "name": "Mix", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.AnimationPlayMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "name": "AnimationPlayMode", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.AnimationCullingType", + "name": "AlwaysAnimate", + "comment": "Animation culling is disabled - object is animated even when offscreen.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.AnimationCullingType", + "name": "BasedOnRenderers", + "comment": "Animation is disabled when renderers are not visible.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.AnimationCullingType", + "name": "BasedOnClipBounds", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.AnimationCullingType", + "name": "BasedOnUserBounds", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.AnimationCullingType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "name": "AnimationCullingType", + "comment": "This enum controlls culling of Animation component.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.Behaviour", + "attribute": "", + "interfaces": ["IEnumerable"], + "fields": [ + { + "typeName": "UnityEngine.AnimationClip", + "name": "clip", + "comment": "The default animation.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "bool", + "name": "playAutomatically", + "comment": "Should the default animation clip (the Animation.clip property) automatically start playing on startup?\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.WrapMode", + "name": "wrapMode", + "comment": "How should time beyond the playback range of the clip be treated?\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "bool", + "name": "isPlaying", + "comment": "Is an animation currently being played?\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.AnimationState", + "name": "this[]", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "bool", + "name": "animatePhysics", + "comment": "When turned on, animations will be executed in the physics loop. This is only useful in conjunction with kinematic rigidbodies.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "bool", + "name": "animateOnlyIfVisible", + "comment": "When turned on, Unity might stop animating if it thinks that the results of the animation won't be visible to the user.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.AnimationCullingType", + "name": "cullingType", + "comment": "Controls culling of this Animation component.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.Bounds", + "name": "localBounds", + "comment": "AABB of this Animation animation component in local space.\n\n", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Stop", + "comment": "Stops all playing animations that were started with this Animation.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "Stop", + "comment": "Stops an animation named name.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Rewind", + "comment": "Rewinds all animations.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "Rewind", + "comment": "Rewinds the animation named name.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Sample", + "comment": "Samples animations at the current state.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "IsPlaying", + "comment": "Is the animation named name playing?\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "Play", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "mode", "typeName": "UnityEngine.PlayMode" }], + "isStatic": false, + "name": "Play", + "comment": "Plays an animation without blending.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "animation", "typeName": "string" }], + "isStatic": false, + "name": "Play", + "comment": "Plays an animation without blending.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "animation", "typeName": "string" }, + { "name": "mode", "typeName": "UnityEngine.PlayMode" } + ], + "isStatic": false, + "name": "Play", + "comment": "Plays an animation without blending.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "animation", "typeName": "string" }], + "isStatic": false, + "name": "CrossFade", + "comment": "Fades the animation with name animation in over a period of time seconds and fades other animations out.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "animation", "typeName": "string" }, + { "name": "fadeLength", "typeName": "float" } + ], + "isStatic": false, + "name": "CrossFade", + "comment": "Fades the animation with name animation in over a period of time seconds and fades other animations out.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "animation", "typeName": "string" }, + { "name": "fadeLength", "typeName": "float" }, + { "name": "mode", "typeName": "UnityEngine.PlayMode" } + ], + "isStatic": false, + "name": "CrossFade", + "comment": "Fades the animation with name animation in over a period of time seconds and fades other animations out.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "animation", "typeName": "string" }], + "isStatic": false, + "name": "Blend", + "comment": "Blends the animation named animation towards targetWeight over the next time seconds.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "animation", "typeName": "string" }, + { "name": "targetWeight", "typeName": "float" } + ], + "isStatic": false, + "name": "Blend", + "comment": "Blends the animation named animation towards targetWeight over the next time seconds.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "animation", "typeName": "string" }, + { "name": "targetWeight", "typeName": "float" }, + { "name": "fadeLength", "typeName": "float" } + ], + "isStatic": false, + "name": "Blend", + "comment": "Blends the animation named animation towards targetWeight over the next time seconds.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "AnimationState", + "params": [{ "name": "animation", "typeName": "string" }], + "isStatic": false, + "name": "CrossFadeQueued", + "comment": "Cross fades an animation after previous animations has finished playing.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "AnimationState", + "params": [ + { "name": "animation", "typeName": "string" }, + { "name": "fadeLength", "typeName": "float" } + ], + "isStatic": false, + "name": "CrossFadeQueued", + "comment": "Cross fades an animation after previous animations has finished playing.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "AnimationState", + "params": [ + { "name": "animation", "typeName": "string" }, + { "name": "fadeLength", "typeName": "float" }, + { "name": "queue", "typeName": "UnityEngine.QueueMode" } + ], + "isStatic": false, + "name": "CrossFadeQueued", + "comment": "Cross fades an animation after previous animations has finished playing.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "AnimationState", + "params": [ + { "name": "animation", "typeName": "string" }, + { "name": "fadeLength", "typeName": "float" }, + { "name": "queue", "typeName": "UnityEngine.QueueMode" }, + { "name": "mode", "typeName": "UnityEngine.PlayMode" } + ], + "isStatic": false, + "name": "CrossFadeQueued", + "comment": "Cross fades an animation after previous animations has finished playing.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "AnimationState", + "params": [{ "name": "animation", "typeName": "string" }], + "isStatic": false, + "name": "PlayQueued", + "comment": "Plays an animation after previous animations has finished playing.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "AnimationState", + "params": [ + { "name": "animation", "typeName": "string" }, + { "name": "queue", "typeName": "UnityEngine.QueueMode" } + ], + "isStatic": false, + "name": "PlayQueued", + "comment": "Plays an animation after previous animations has finished playing.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "AnimationState", + "params": [ + { "name": "animation", "typeName": "string" }, + { "name": "queue", "typeName": "UnityEngine.QueueMode" }, + { "name": "mode", "typeName": "UnityEngine.PlayMode" } + ], + "isStatic": false, + "name": "PlayQueued", + "comment": "Plays an animation after previous animations has finished playing.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "clip", "typeName": "UnityEngine.AnimationClip" }, + { "name": "newName", "typeName": "string" } + ], + "isStatic": false, + "name": "AddClip", + "comment": "Adds a clip to the animation with name newName.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "clip", "typeName": "UnityEngine.AnimationClip" }, + { "name": "newName", "typeName": "string" }, + { "name": "firstFrame", "typeName": "int" }, + { "name": "lastFrame", "typeName": "int" } + ], + "isStatic": false, + "name": "AddClip", + "comment": "Adds clip to the only play between firstFrame and lastFrame. The new clip will also be added to the animation with name newName.\n\n```plaintext\nParams: addLoopFrame - Should an extra frame be inserted at the end that matches the first frame? Turn this on if you are making a looping animation.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "clip", "typeName": "UnityEngine.AnimationClip" }, + { "name": "newName", "typeName": "string" }, + { "name": "firstFrame", "typeName": "int" }, + { "name": "lastFrame", "typeName": "int" }, + { "name": "addLoopFrame", "typeName": "bool" } + ], + "isStatic": false, + "name": "AddClip", + "comment": "Adds clip to the only play between firstFrame and lastFrame. The new clip will also be added to the animation with name newName.\n\n```plaintext\nParams: addLoopFrame - Should an extra frame be inserted at the end that matches the first frame? Turn this on if you are making a looping animation.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "clip", "typeName": "UnityEngine.AnimationClip" } + ], + "isStatic": false, + "name": "RemoveClip", + "comment": "Remove clip from the animation list.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "clipName", "typeName": "string" }], + "isStatic": false, + "name": "RemoveClip", + "comment": "Remove clip from the animation list.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetClipCount", + "comment": "Get the number of clips currently assigned to this animation.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "mode", "typeName": "UnityEngine.AnimationPlayMode" } + ], + "isStatic": false, + "name": "Play", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "animation", "typeName": "string" }, + { "name": "mode", "typeName": "UnityEngine.AnimationPlayMode" } + ], + "isStatic": false, + "name": "Play", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "layer", "typeName": "int" }], + "isStatic": false, + "name": "SyncLayer", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "IEnumerator", + "params": [], + "isStatic": false, + "name": "GetEnumerator", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "AnimationClip", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "GetClip", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "name": "Animation", + "comment": "The animation component is used to play back animations.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "namespace": "UnityEngine.Experimental.AI", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Experimental.AI.PathQueryStatus", + "name": "Failure", + "comment": "The operation has failed.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.AI.PathQueryStatus", + "name": "Success", + "comment": "The operation was successful.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.AI.PathQueryStatus", + "name": "InProgress", + "comment": "The operation is in progress.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.AI.PathQueryStatus", + "name": "StatusDetailMask", + "comment": "Bitmask that has 0 set for the Success, Failure and InProgress bits and 1 set for all the other flags.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.AI.PathQueryStatus", + "name": "WrongMagic", + "comment": "Data in the NavMesh cannot be recognized and used.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.AI.PathQueryStatus", + "name": "WrongVersion", + "comment": "Data in the NavMesh world has a wrong version.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.AI.PathQueryStatus", + "name": "OutOfMemory", + "comment": "Operation ran out of memory.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.AI.PathQueryStatus", + "name": "InvalidParam", + "comment": "A parameter did not contain valid information, useful for carring out the NavMesh query.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.AI.PathQueryStatus", + "name": "BufferTooSmall", + "comment": "The node buffer of the query was too small to store all results.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.AI.PathQueryStatus", + "name": "OutOfNodes", + "comment": "Query ran out of node stack space during a search.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.AI.PathQueryStatus", + "name": "PartialResult", + "comment": "Query did not reach the end location, returning best guess.\n\n", + "location": "UnityEngine.AIModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Experimental.AI.PathQueryStatus", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AIModule.dll" + } + ], + "name": "PathQueryStatus", + "comment": "Bit flags representing the resulting state of NavMeshQuery operations.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "namespace": "UnityEngine.Android", + "baseClass": "UnityEngine.CustomYieldInstruction", + "attribute": "", + "interfaces": ["IEnumerator"], + "fields": [ + { + "typeName": "bool", + "name": "keepWaiting", + "comment": "Checks if the operation is still running.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "typeName": "bool", + "name": "isDone", + "comment": "Checks if the operation is finished.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "typeName": "ulong", + "name": "size", + "comment": "Gets the total size in bytes of all Android asset packs that had their status checked by this operation.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "typeName": "UnityEngine.Android.AndroidAssetPackState[]", + "name": "states", + "comment": "Gets the states of all Android asset packs that had their status checked by this operation.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + } + ], + "methods": [], + "name": "GetAssetPackStateAsyncOperation", + "comment": "Represents an asynchronous Android asset pack state request operation. AndroidAssetPacks.GetAssetPackStateAsync returns an instance of this class.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "namespace": "UnityEngine.Experimental.AI", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Experimental.AI.NavMeshPolyTypes", + "name": "Ground", + "comment": "Type of node in the NavMesh representing one surface polygon.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.AI.NavMeshPolyTypes", + "name": "OffMeshConnection", + "comment": "Type of node in the NavMesh representing a point-to-point connection between two positions on the NavMesh surface.\n\n", + "location": "UnityEngine.AIModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Experimental.AI.NavMeshPolyTypes", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AIModule.dll" + } + ], + "name": "NavMeshPolyTypes", + "comment": "The types of nodes in the navigation data.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "namespace": "UnityEngine.Experimental.AI", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AIModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "IsValid", + "comment": "Returns true if the NavMeshWorld has been properly initialized.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "returnTypeName": "NavMeshWorld", + "params": [], + "isStatic": true, + "name": "GetDefaultWorld", + "comment": "Returns a reference to the single NavMeshWorld that can currently exist and be used in Unity.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "job", "typeName": "Unity.Jobs.JobHandle" }], + "isStatic": false, + "name": "AddDependency", + "comment": "Tells the NavMesh world to halt any changes until the specified job is completed.\n\n```plaintext\nParams: job - The job that needs to be completed before the NavMesh world can be modified in any way.\n \n```\n\n", + "location": "UnityEngine.AIModule.dll" + } + ], + "name": "NavMeshWorld", + "comment": "Assembles together a collection of NavMesh surfaces and links that are used as a whole for performing navigation operations.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "namespace": "UnityEngine.Experimental.AI", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "world", + "typeName": "UnityEngine.Experimental.AI.NavMeshWorld" + }, + { "name": "allocator", "typeName": "Unity.Collections.Allocator" }, + { "name": "pathNodePoolSize", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Creates the NavMeshQuery object and allocates memory to store NavMesh node information, if required.\n\n```plaintext\nParams: world - NavMeshWorld object used as an entry point to the collection of NavMesh objects. This object that can be used by query operations.\n allocator - Label indicating the desired life time of the object. (Known issue: Currently allocator has no effect).\n pathNodePoolSize - The number of nodes that can be temporarily stored in the query during search operations. This value defaults to 0 if no other value is specified.\n \n```\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "Destroys the NavMeshQuery and deallocates all memory used by it.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "returnTypeName": "PathQueryStatus", + "params": [ + { + "name": "start", + "typeName": "UnityEngine.Experimental.AI.NavMeshLocation" + }, + { + "name": "end", + "typeName": "UnityEngine.Experimental.AI.NavMeshLocation" + }, + { "name": "areaMask", "typeName": "int" }, + { + "name": "costs", + "typeName": "Unity.Collections.NativeArray" + } + ], + "isStatic": false, + "name": "BeginFindPath", + "comment": "", + "location": "UnityEngine.AIModule.dll" + }, + { + "returnTypeName": "PathQueryStatus", + "params": [ + { "name": "iterations", "typeName": "int" }, + { "name": "iterationsPerformed", "typeName": "int" } + ], + "isStatic": false, + "name": "UpdateFindPath", + "comment": "", + "location": "UnityEngine.AIModule.dll" + }, + { + "returnTypeName": "PathQueryStatus", + "params": [{ "name": "pathSize", "typeName": "int" }], + "isStatic": false, + "name": "EndFindPath", + "comment": "", + "location": "UnityEngine.AIModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "path", + "typeName": "Unity.Collections.NativeSlice" + } + ], + "isStatic": false, + "name": "GetPathResult", + "comment": "", + "location": "UnityEngine.AIModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "polygon", + "typeName": "UnityEngine.Experimental.AI.PolygonId" + } + ], + "isStatic": false, + "name": "IsValid", + "comment": "Returns true if the node referenced by the specified PolygonId is active in the NavMesh.\n\n```plaintext\nParams: polygon - Identifier of the NavMesh node to be checked.\n \n```\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "location", + "typeName": "UnityEngine.Experimental.AI.NavMeshLocation" + } + ], + "isStatic": false, + "name": "IsValid", + "comment": "Returns true if the node referenced by the PolygonId contained in the NavMeshLocation is active in the NavMesh.\n\n```plaintext\nParams: location - Location on the NavMesh to be checked. Same as checking location.polygon directly.\n \n```\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "polygon", + "typeName": "UnityEngine.Experimental.AI.PolygonId" + } + ], + "isStatic": false, + "name": "GetAgentTypeIdForPolygon", + "comment": "Agent type identifier.\n\n```plaintext\nParams: polygon - Identifier of a node from a NavMesh surface or link.\n \n```\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "returnTypeName": "NavMeshLocation", + "params": [ + { "name": "position", "typeName": "UnityEngine.Vector3" }, + { + "name": "polygon", + "typeName": "UnityEngine.Experimental.AI.PolygonId" + } + ], + "isStatic": false, + "name": "CreateLocation", + "comment": "Object containing the desired position and NavMesh node.\n\n```plaintext\nParams: position - World position of the NavMeshLocation to be created.\n polygon - Valid identifier for the NavMesh node.\n \n```\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "returnTypeName": "NavMeshLocation", + "params": [ + { "name": "position", "typeName": "UnityEngine.Vector3" }, + { "name": "extents", "typeName": "UnityEngine.Vector3" }, + { "name": "agentTypeID", "typeName": "int" }, + { "name": "areaMask", "typeName": "int" } + ], + "isStatic": false, + "name": "MapLocation", + "comment": "An object with position and valid PolygonId - when a point on the NavMesh has been found.\n\nAn invalid object - when no NavMesh surface with the desired features has been found within the search area. See Also: NavMeshQuery.IsValid.\n\n```plaintext\nParams: position - World position for which the closest point on the NavMesh needs to be found.\n extents - Maximum distance, from the specified position, expanding along all three axes, within which NavMesh surfaces are searched.\n agentTypeID - Identifier for the agent type whose NavMesh surfaces should be selected for this operation. The Humanoid agent type exists for all NavMeshes and has an ID of 0. Other agent types can be defined manually through the Editor. A separate NavMesh surface needs to be baked for each agent type.\n areaMask - Bitmask used to represent areas of the NavMesh that should (value of 1) or shouldn't (values of 0) be sampled. This parameter is optional and defaults to NavMesh.AllAreas if unspecified. See Also:.\n \n```\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "locations", + "typeName": "Unity.Collections.NativeSlice" + }, + { + "name": "targets", + "typeName": "Unity.Collections.NativeSlice" + }, + { + "name": "areaMasks", + "typeName": "Unity.Collections.NativeSlice" + } + ], + "isStatic": false, + "name": "MoveLocations", + "comment": "", + "location": "UnityEngine.AIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "locations", + "typeName": "Unity.Collections.NativeSlice" + }, + { + "name": "targets", + "typeName": "Unity.Collections.NativeSlice" + }, + { "name": "areaMask", "typeName": "int" } + ], + "isStatic": false, + "name": "MoveLocationsInSameAreas", + "comment": "", + "location": "UnityEngine.AIModule.dll" + }, + { + "returnTypeName": "NavMeshLocation", + "params": [ + { + "name": "location", + "typeName": "UnityEngine.Experimental.AI.NavMeshLocation" + }, + { "name": "target", "typeName": "UnityEngine.Vector3" }, + { "name": "areaMask", "typeName": "int" } + ], + "isStatic": false, + "name": "MoveLocation", + "comment": "A new location on the NavMesh placed as closely as possible to the specified target position.\n\nThe start location is returned when that start is inside an area which is not allowed by the areaMask.\n\n```plaintext\nParams: location - Position to be moved across the NavMesh surface.\n target - World position you require the agent to move to.\n areaMask - Bitmask with values of 1 set at the indices corresponding to areas that can be traversed, and with values of 0 for areas that should not be traversed. This parameter can be omitted, in which case it defaults to NavMesh.AllAreas. See Also:.\n \n```\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "polygon", + "typeName": "UnityEngine.Experimental.AI.PolygonId" + }, + { + "name": "neighbourPolygon", + "typeName": "UnityEngine.Experimental.AI.PolygonId" + }, + { "name": "left", "typeName": "UnityEngine.Vector3" }, + { "name": "right", "typeName": "UnityEngine.Vector3" } + ], + "isStatic": false, + "name": "GetPortalPoints", + "comment": "", + "location": "UnityEngine.AIModule.dll" + }, + { + "returnTypeName": "Matrix4x4", + "params": [ + { + "name": "polygon", + "typeName": "UnityEngine.Experimental.AI.PolygonId" + } + ], + "isStatic": false, + "name": "PolygonLocalToWorldMatrix", + "comment": "Transformation matrix for the surface owning the specified polygon.\n\nMatrix4x4.identity when the NavMesh node is a.\n\n```plaintext\nParams: polygon - NavMesh node for which its owner's transform must be determined.\n \n```\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "returnTypeName": "Matrix4x4", + "params": [ + { + "name": "polygon", + "typeName": "UnityEngine.Experimental.AI.PolygonId" + } + ], + "isStatic": false, + "name": "PolygonWorldToLocalMatrix", + "comment": "Inverse transformation matrix of the surface owning the specified polygon.\n\nMatrix4x4.identity when the NavMesh node is a.\n\n```plaintext\nParams: polygon - NavMesh node for which its owner's inverse transform must be determined.\n \n```\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "returnTypeName": "NavMeshPolyTypes", + "params": [ + { + "name": "polygon", + "typeName": "UnityEngine.Experimental.AI.PolygonId" + } + ], + "isStatic": false, + "name": "GetPolygonType", + "comment": "Ground when the node is a polygon on a NavMesh surface.\n\nOffMeshConnection when the node is a.\n\n```plaintext\nParams: polygon - Identifier of a node from a NavMesh surface or link.\n \n```\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "returnTypeName": "PathQueryStatus", + "params": [ + { "name": "hit", "typeName": "UnityEngine.AI.NavMeshHit" }, + { + "name": "start", + "typeName": "UnityEngine.Experimental.AI.NavMeshLocation" + }, + { "name": "targetPosition", "typeName": "UnityEngine.Vector3" }, + { "name": "areaMask", "typeName": "int" }, + { + "name": "costs", + "typeName": "Unity.Collections.NativeArray" + } + ], + "isStatic": false, + "name": "Raycast", + "comment": "", + "location": "UnityEngine.AIModule.dll" + }, + { + "returnTypeName": "PathQueryStatus", + "params": [ + { "name": "hit", "typeName": "UnityEngine.AI.NavMeshHit" }, + { + "name": "path", + "typeName": "Unity.Collections.NativeSlice" + }, + { "name": "pathCount", "typeName": "int" }, + { + "name": "start", + "typeName": "UnityEngine.Experimental.AI.NavMeshLocation" + }, + { "name": "targetPosition", "typeName": "UnityEngine.Vector3" }, + { "name": "areaMask", "typeName": "int" }, + { + "name": "costs", + "typeName": "Unity.Collections.NativeArray" + } + ], + "isStatic": false, + "name": "Raycast", + "comment": "", + "location": "UnityEngine.AIModule.dll" + }, + { + "returnTypeName": "PathQueryStatus", + "params": [ + { + "name": "node", + "typeName": "UnityEngine.Experimental.AI.PolygonId" + }, + { + "name": "edgeVertices", + "typeName": "Unity.Collections.NativeSlice" + }, + { + "name": "neighbors", + "typeName": "Unity.Collections.NativeSlice" + }, + { + "name": "edgeIndices", + "typeName": "Unity.Collections.NativeSlice" + }, + { "name": "verticesCount", "typeName": "int" }, + { "name": "neighborsCount", "typeName": "int" } + ], + "isStatic": false, + "name": "GetEdgesAndNeighbors", + "comment": "", + "location": "UnityEngine.AIModule.dll" + } + ], + "name": "NavMeshQuery", + "comment": "Object used for doing navigation operations in a NavMeshWorld.\n\n", + "location": "UnityEngine.AIModule.dll" + }, + { + "namespace": "UnityEngine.Android", + "baseClass": "UnityEngine.CustomYieldInstruction", + "attribute": "", + "interfaces": ["IEnumerator"], + "fields": [ + { + "typeName": "bool", + "name": "keepWaiting", + "comment": "Checks if the operation is still running.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "typeName": "bool", + "name": "isDone", + "comment": "Checks if the operation is finished.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "typeName": "UnityEngine.Android.AndroidAssetPackUseMobileDataRequestResult", + "name": "result", + "comment": "Indicates whether the end user allowed the application to use mobile data to download Android asset packs.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + } + ], + "methods": [], + "name": "RequestToUseMobileDataAsyncOperation", + "comment": "Represents an asynchronous operation that requests to use mobile data to download Android asset packs.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.TrackedReference", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "enabled", + "comment": "Enables / disables the animation.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "float", + "name": "weight", + "comment": "The weight of animation.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.WrapMode", + "name": "wrapMode", + "comment": "Wrapping mode of the animation.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "float", + "name": "time", + "comment": "The current time of the animation.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "float", + "name": "normalizedTime", + "comment": "The normalized time of the animation.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "float", + "name": "speed", + "comment": "The playback speed of the animation. 1 is normal playback speed.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "float", + "name": "normalizedSpeed", + "comment": "The normalized playback speed.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "float", + "name": "length", + "comment": "The length of the animation clip in seconds.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "int", + "name": "layer", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.AnimationClip", + "name": "clip", + "comment": "The clip that is being played by this animation state.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "string", + "name": "name", + "comment": "The name of the animation.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.AnimationBlendMode", + "name": "blendMode", + "comment": "Which blend mode should be used?\n\n", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "mix", "typeName": "UnityEngine.Transform" }], + "isStatic": false, + "name": "AddMixingTransform", + "comment": "Adds a transform which should be animated. This allows you to reduce the number of animations you have to create.\n\n```plaintext\nParams: mix - The transform to animate.\n recursive - Whether to also animate all children of the specified transform.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "mix", "typeName": "UnityEngine.Transform" }, + { "name": "recursive", "typeName": "bool" } + ], + "isStatic": false, + "name": "AddMixingTransform", + "comment": "Adds a transform which should be animated. This allows you to reduce the number of animations you have to create.\n\n```plaintext\nParams: mix - The transform to animate.\n recursive - Whether to also animate all children of the specified transform.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "mix", "typeName": "UnityEngine.Transform" }], + "isStatic": false, + "name": "RemoveMixingTransform", + "comment": "Removes a transform which should be animated.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "name": "AnimationState", + "comment": "The AnimationState gives full control over animation blending.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "namespace": "UnityEngine.Android", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "coreUnityAssetPacksDownloaded", + "comment": "Checks if all core Unity asset packs are downloaded.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "", + "params": [], + "isStatic": true, + "name": "GetCoreUnityAssetPackNames", + "comment": "Returns an array of asset pack names for core Unity asset packs with the fast-follow or on-demand delivery type. If Unity did not create any core asset packs for this application with previously mentioned delivery types, or if the PlayCore plugin is missing, this returns an empty array.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "assetPackNames", "typeName": "string[]" }, + { + "name": "callback", + "typeName": "System.Action" + } + ], + "isStatic": true, + "name": "GetAssetPackStateAsync", + "comment": "", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "GetAssetPackStateAsyncOperation", + "params": [{ "name": "assetPackNames", "typeName": "string[]" }], + "isStatic": true, + "name": "GetAssetPackStateAsync", + "comment": "Returns an object that represents the query operation. If you yield this object inside a coroutine, the coroutine pauses until the operation is complete.\n\n```plaintext\nParams: assetPackNames - The array of names of the Android asset packs to query the state of.\n \n```\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "assetPackNames", "typeName": "string[]" }, + { + "name": "callback", + "typeName": "System.Action" + } + ], + "isStatic": true, + "name": "DownloadAssetPackAsync", + "comment": "", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "DownloadAssetPackAsyncOperation", + "params": [{ "name": "assetPackNames", "typeName": "string[]" }], + "isStatic": true, + "name": "DownloadAssetPackAsync", + "comment": "Returns an object that represents the download operation. If you yield this object inside a coroutine, the coroutine pauses until the operation is complete.\n\n```plaintext\nParams: assetPackNames - The array of names of Android asset packs to download.\n \n```\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "callback", + "typeName": "System.Action" + } + ], + "isStatic": true, + "name": "RequestToUseMobileDataAsync", + "comment": "", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "RequestToUseMobileDataAsyncOperation", + "params": [], + "isStatic": true, + "name": "RequestToUseMobileDataAsync", + "comment": "Returns an object that represents the request operation. If you yield this object inside a coroutine, the coroutine pauses until the operation is complete.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "assetPackName", "typeName": "string" }], + "isStatic": true, + "name": "GetAssetPackPath", + "comment": "Returns the full path to the location where the device stores the assets for the Android asset pack. If the asset pack you specify is not on the device, or if it does not use the fast-follow or on-demand delivery type, this returns an empty string.\n\n```plaintext\nParams: assetPackName - The name of the Android asset pack to get path.\n \n```\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "assetPackNames", "typeName": "string[]" }], + "isStatic": true, + "name": "CancelAssetPackDownload", + "comment": "Cancels Android asset pack downloads.\n\n```plaintext\nParams: assetPackNames - The array of names of the Android asset packs to cancel the download for.\n \n```\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "assetPackName", "typeName": "string" }], + "isStatic": true, + "name": "RemoveAssetPack", + "comment": "Removes Android asset pack.\n\n```plaintext\nParams: assetPackName - The name of the Android asset pack to remove.\n \n```\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + } + ], + "name": "AndroidAssetPacks", + "comment": "Provides methods for handling Android asset packs.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "data", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "string", + "name": "stringParameter", + "comment": "String parameter that is stored in the event and will be sent to the function.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "float", + "name": "floatParameter", + "comment": "Float parameter that is stored in the event and will be sent to the function.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "int", + "name": "intParameter", + "comment": "Int parameter that is stored in the event and will be sent to the function.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.Object", + "name": "objectReferenceParameter", + "comment": "Object reference parameter that is stored in the event and will be sent to the function.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "string", + "name": "functionName", + "comment": "The name of the function that will be called.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "float", + "name": "time", + "comment": "The time at which the event will be fired off.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.SendMessageOptions", + "name": "messageOptions", + "comment": "Function call options.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "bool", + "name": "isFiredByLegacy", + "comment": "Returns true if this Animation event has been fired by an Animation component.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "bool", + "name": "isFiredByAnimator", + "comment": "Returns true if this Animation event has been fired by an Animator component.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.AnimationState", + "name": "animationState", + "comment": "The animation state that fired this event (Read Only).\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.AnimatorStateInfo", + "name": "animatorStateInfo", + "comment": "The animator state info related to this event (Read Only).\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.AnimatorClipInfo", + "name": "animatorClipInfo", + "comment": "The animator clip info related to this event (Read Only).\n\n", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Creates a new animation event.\n\n", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "name": "AnimationEvent", + "comment": "AnimationEvent lets you call a script function similar to SendMessage as part of playing back an animation.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.Motion", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "float", + "name": "length", + "comment": "Animation length in seconds. (Read Only)\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "float", + "name": "frameRate", + "comment": "Frame rate at which keyframes are sampled. (Read Only)\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.WrapMode", + "name": "wrapMode", + "comment": "Sets the default wrap mode used in the animation state.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.Bounds", + "name": "localBounds", + "comment": "AABB of this Animation Clip in local space of Animation component that it is attached too.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "bool", + "name": "legacy", + "comment": "Set to true if the AnimationClip will be used with the Legacy Animation component ( instead of the Animator ).\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "bool", + "name": "humanMotion", + "comment": "Returns true if the animation contains curve that drives a humanoid rig.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "bool", + "name": "empty", + "comment": "Returns true if the animation clip has no curves and no events.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "bool", + "name": "hasGenericRootTransform", + "comment": "Returns true if the Animation has animation on the root transform.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "bool", + "name": "hasMotionFloatCurves", + "comment": "Returns true if the AnimationClip has editor curves for its root motion.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "bool", + "name": "hasMotionCurves", + "comment": "Returns true if the AnimationClip has root motion curves.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "bool", + "name": "hasRootCurves", + "comment": "Returns true if the AnimationClip has root Curves.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.AnimationEvent[]", + "name": "events", + "comment": "Animation Events for this animation clip.\n\n", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Creates a new animation clip.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "go", "typeName": "UnityEngine.GameObject" }, + { "name": "time", "typeName": "float" } + ], + "isStatic": false, + "name": "SampleAnimation", + "comment": "Samples an animation at a given time for any animated properties.\n\n```plaintext\nParams: go - The animated game object.\n time - The time to sample an animation.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "relativePath", "typeName": "string" }, + { "name": "type", "typeName": "System.Type" }, + { "name": "propertyName", "typeName": "string" }, + { "name": "curve", "typeName": "UnityEngine.AnimationCurve" } + ], + "isStatic": false, + "name": "SetCurve", + "comment": "Assigns the curve to animate a specific property.\n\n```plaintext\nParams: relativePath - Path to the game object this curve applies to. The relativePath\n is formatted similar to a pathname, e.g. \"rootspineleftArm\". If relativePath\n is empty it refers to the game object the animation clip is attached to.\n type - The class type of the component that is animated.\n propertyName - The name or path to the property being animated.\n curve - The animation curve.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "EnsureQuaternionContinuity", + "comment": "Realigns quaternion keys to ensure shortest interpolation paths.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ClearCurves", + "comment": "Clears all curves from the clip.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "evt", "typeName": "UnityEngine.AnimationEvent" } + ], + "isStatic": false, + "name": "AddEvent", + "comment": "Adds an animation event to the clip.\n\n```plaintext\nParams: evt - AnimationEvent to add.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "name": "AnimationClip", + "comment": "Stores keyframe based animations.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.AvatarTarget", + "name": "Root", + "comment": "The root, the position of the game object.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.AvatarTarget", + "name": "Body", + "comment": "The body, center of mass.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.AvatarTarget", + "name": "LeftFoot", + "comment": "The left foot.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.AvatarTarget", + "name": "RightFoot", + "comment": "The right foot.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.AvatarTarget", + "name": "LeftHand", + "comment": "The left hand.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.AvatarTarget", + "name": "RightHand", + "comment": "The right hand.\n\n", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.AvatarTarget", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "name": "AvatarTarget", + "comment": "Target.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "namespace": "UnityEngine.Android", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Android.AndroidHardwareType", + "name": "Generic", + "comment": "The Generic category includes all other Android devices.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "typeName": "UnityEngine.Android.AndroidHardwareType", + "name": "ChromeOS", + "comment": "ChromeOS devices are capable of running Android apps and typically have a laptop form factor.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Android.AndroidHardwareType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AndroidJNIModule.dll" + } + ], + "name": "AndroidHardwareType", + "comment": "AndroidHardwareType describes the type of Android device on which the app is running.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "namespace": "UnityEngine.Android", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Android.AndroidHardwareType", + "name": "hardwareType", + "comment": "When running on a Chrome OS device, hardwareType is set to AndroidHardwareType.ChromeOS. It is set to AndroidHardwareType.Generic in all other cases.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "enabled", "typeName": "bool" }], + "isStatic": true, + "name": "SetSustainedPerformanceMode", + "comment": "Set sustained performance mode. When enabled, sustained performance mode is intended to provide a consistent level of performance for a prolonged amount of time.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AndroidJNIModule.dll" + } + ], + "name": "AndroidDevice", + "comment": "Interface into Android specific functionality.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "namespace": "UnityEngine.Android", + "baseClass": "UnityEngine.AndroidJavaProxy", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Action", + "name": "PermissionGranted", + "comment": "", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "typeName": "System.Action", + "name": "PermissionDenied", + "comment": "", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "typeName": "System.Action", + "name": "PermissionDeniedAndDontAskAgain", + "comment": "", + "location": "UnityEngine.AndroidJNIModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.Action" }], + "isStatic": false, + "name": "add_PermissionGranted", + "comment": "", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.Action" }], + "isStatic": false, + "name": "remove_PermissionGranted", + "comment": "", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.Action" }], + "isStatic": false, + "name": "add_PermissionDenied", + "comment": "", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.Action" }], + "isStatic": false, + "name": "remove_PermissionDenied", + "comment": "", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.Action" }], + "isStatic": false, + "name": "add_PermissionDeniedAndDontAskAgain", + "comment": "", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.Action" }], + "isStatic": false, + "name": "remove_PermissionDeniedAndDontAskAgain", + "comment": "", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AndroidJNIModule.dll" + } + ], + "name": "PermissionCallbacks", + "comment": "Contains callbacks invoked when permission request is executed using Permission.RequestUserPermission.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "namespace": "UnityEngine.Android", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "Camera", + "comment": "Used when requesting permission or checking if permission has been granted to use the camera.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "typeName": "string", + "name": "Microphone", + "comment": "Used when requesting permission or checking if permission has been granted to use the microphone.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "typeName": "string", + "name": "FineLocation", + "comment": "Used when requesting permission or checking if permission has been granted to use the users location with high precision.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "typeName": "string", + "name": "CoarseLocation", + "comment": "Used when requesting permission or checking if permission has been granted to use the users location with coarse granularity.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "typeName": "string", + "name": "ExternalStorageRead", + "comment": "Used when requesting permission or checking if permission has been granted to read from external storage such as a SD card.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "typeName": "string", + "name": "ExternalStorageWrite", + "comment": "Used when requesting permission or checking if permission has been granted to write to external storage such as a SD card.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "permission", "typeName": "string" }], + "isStatic": true, + "name": "HasUserAuthorizedPermission", + "comment": "Whether the requested permission has been granted.\n\n```plaintext\nParams: permission - A string representing the permission to request. For permissions which Unity has not predefined you may also manually provide the constant value obtained from the Android documentation here: https:developer.android.comguidetopicspermissionsoverview#permission-groups such as \"android.permission.READ_CONTACTS\".\n \n```\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "permission", "typeName": "string" }], + "isStatic": true, + "name": "RequestUserPermission", + "comment": "Request that the user grant access to a device resource or information that requires authorization.\n\n```plaintext\nParams: permission - A string that describes the permission to request. For permissions which Unity has not predefined you may also manually provide the constant value obtained from the Android documentation here: https:developer.android.comguidetopicspermissionsoverview#permission-groups such as \"android.permission.READ_CONTACTS\".\n callbacks - An instance of callbacks invoked when permission request is executed.\n \n```\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "permissions", "typeName": "string[]" }], + "isStatic": true, + "name": "RequestUserPermissions", + "comment": "Request that the user grant access to a device resource or information that requires authorization.\n\n```plaintext\nParams: callbacks - An instance of callbacks invoked when permission request is executed.\n permissions - An array of strings that describe the permissions to request.\n \n```\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "permission", "typeName": "string" }, + { + "name": "callbacks", + "typeName": "UnityEngine.Android.PermissionCallbacks" + } + ], + "isStatic": true, + "name": "RequestUserPermission", + "comment": "Request that the user grant access to a device resource or information that requires authorization.\n\n```plaintext\nParams: permission - A string that describes the permission to request. For permissions which Unity has not predefined you may also manually provide the constant value obtained from the Android documentation here: https:developer.android.comguidetopicspermissionsoverview#permission-groups such as \"android.permission.READ_CONTACTS\".\n callbacks - An instance of callbacks invoked when permission request is executed.\n \n```\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "permissions", "typeName": "string[]" }, + { + "name": "callbacks", + "typeName": "UnityEngine.Android.PermissionCallbacks" + } + ], + "isStatic": true, + "name": "RequestUserPermissions", + "comment": "Request that the user grant access to a device resource or information that requires authorization.\n\n```plaintext\nParams: callbacks - An instance of callbacks invoked when permission request is executed.\n permissions - An array of strings that describe the permissions to request.\n \n```\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + } + ], + "name": "Permission", + "comment": "Structure describing a permission that requires user authorization.\n\n", + "location": "UnityEngine.AndroidJNIModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.AnimationClip", + "name": "clip", + "comment": "Animation clip that is played.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "float", + "name": "weight", + "comment": "The weight of the animation clip.\n\n", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "name": "AnimationInfo", + "comment": "Information about what animation clips is played and its weight.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.Behaviour", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "isOptimizable", + "comment": "Returns true if the current rig is optimizable with AnimatorUtility.OptimizeTransformHierarchy.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "bool", + "name": "isHuman", + "comment": "Returns true if the current rig is humanoid, false if it is generic.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "bool", + "name": "hasRootMotion", + "comment": "Returns true if the current rig has root motion.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "float", + "name": "humanScale", + "comment": "Returns the scale of the current Avatar for a humanoid rig, (1 by default if the rig is generic).\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "bool", + "name": "isInitialized", + "comment": "Returns whether the animator is initialized successfully.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "deltaPosition", + "comment": "Gets the avatar delta position for the last evaluated frame.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.Quaternion", + "name": "deltaRotation", + "comment": "Gets the avatar delta rotation for the last evaluated frame.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "velocity", + "comment": "Gets the avatar velocity for the last evaluated frame.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "angularVelocity", + "comment": "Gets the avatar angular velocity for the last evaluated frame.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "rootPosition", + "comment": "The root position, the position of the game object.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.Quaternion", + "name": "rootRotation", + "comment": "The root rotation, the rotation of the game object.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "bool", + "name": "applyRootMotion", + "comment": "Should root motion be applied?\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "bool", + "name": "linearVelocityBlending", + "comment": "When linearVelocityBlending is set to true, the root motion velocity and angular velocity will be blended linearly.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "bool", + "name": "animatePhysics", + "comment": "When turned on, animations will be executed in the physics loop. This is only useful in conjunction with kinematic rigidbodies.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.AnimatorUpdateMode", + "name": "updateMode", + "comment": "Specifies the update mode of the Animator.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "bool", + "name": "hasTransformHierarchy", + "comment": "Returns true if the object has a transform hierarchy.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "float", + "name": "gravityWeight", + "comment": "The current gravity weight based on current animations that are played.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "bodyPosition", + "comment": "The position of the body center of mass.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.Quaternion", + "name": "bodyRotation", + "comment": "The rotation of the body center of mass.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "bool", + "name": "stabilizeFeet", + "comment": "Automatic stabilization of feet during transition and blending.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "int", + "name": "layerCount", + "comment": "Returns the number of layers in the controller.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.AnimatorControllerParameter[]", + "name": "parameters", + "comment": "The AnimatorControllerParameter list used by the animator. (Read Only)\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "int", + "name": "parameterCount", + "comment": "Returns the number of parameters in the controller.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "float", + "name": "feetPivotActive", + "comment": "Blends pivot point between body center of mass and feet pivot.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "float", + "name": "pivotWeight", + "comment": "Gets the pivot weight.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "pivotPosition", + "comment": "Get the current position of the pivot.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "bool", + "name": "isMatchingTarget", + "comment": "If automatic matching is active.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "float", + "name": "speed", + "comment": "The playback speed of the Animator. 1 is normal playback speed.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "targetPosition", + "comment": "Returns the position of the target specified by SetTarget.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.Quaternion", + "name": "targetRotation", + "comment": "Returns the rotation of the target specified by SetTarget.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.AnimatorCullingMode", + "name": "cullingMode", + "comment": "Controls culling of this Animator component.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "float", + "name": "playbackTime", + "comment": "Sets the playback position in the recording buffer.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "float", + "name": "recorderStartTime", + "comment": "Start time of the first frame of the buffer relative to the frame at which StartRecording was called.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "float", + "name": "recorderStopTime", + "comment": "End time of the recorded clip relative to when StartRecording was called.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.AnimatorRecorderMode", + "name": "recorderMode", + "comment": "Gets the mode of the Animator recorder.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.RuntimeAnimatorController", + "name": "runtimeAnimatorController", + "comment": "The runtime representation of AnimatorController that controls the Animator.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "bool", + "name": "hasBoundPlayables", + "comment": "Returns true if Animator has any playables assigned to it.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.Avatar", + "name": "avatar", + "comment": "Gets/Sets the current Avatar.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.Playables.PlayableGraph", + "name": "playableGraph", + "comment": "The PlayableGraph created by the Animator.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "bool", + "name": "layersAffectMassCenter", + "comment": "Additional layers affects the center of mass.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "float", + "name": "leftFeetBottomHeight", + "comment": "Get left foot bottom height.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "float", + "name": "rightFeetBottomHeight", + "comment": "Get right foot bottom height.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "bool", + "name": "logWarnings", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "bool", + "name": "fireEvents", + "comment": "Sets whether the Animator sends events of type AnimationEvent.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "bool", + "name": "keepAnimatorControllerStateOnDisable", + "comment": "Controls the behaviour of the Animator component when a GameObject is disabled.\n\n", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "", + "params": [{ "name": "layerIndex", "typeName": "int" }], + "isStatic": false, + "name": "GetCurrentAnimationClipState", + "comment": "Gets the list of AnimatorClipInfo currently played by the current state.\n\n```plaintext\nParams: layerIndex - The layer's index.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "layerIndex", "typeName": "int" }], + "isStatic": false, + "name": "GetNextAnimationClipState", + "comment": "Gets the list of AnimatorClipInfo currently played by the next state.\n\n```plaintext\nParams: layerIndex - The layer's index.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Stop", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "GetFloat", + "comment": "The value of the parameter.\n\n```plaintext\nParams: name - The parameter name.\n id - The parameter ID.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "id", "typeName": "int" }], + "isStatic": false, + "name": "GetFloat", + "comment": "The value of the parameter.\n\n```plaintext\nParams: name - The parameter name.\n id - The parameter ID.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "value", "typeName": "float" } + ], + "isStatic": false, + "name": "SetFloat", + "comment": "Send float values to the Animator to affect transitions.\n\n```plaintext\nParams: name - The parameter name.\n id - The parameter ID.\n value - The new parameter value.\n dampTime - The damper total time.\n deltaTime - The delta time to give to the damper.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "value", "typeName": "float" }, + { "name": "dampTime", "typeName": "float" }, + { "name": "deltaTime", "typeName": "float" } + ], + "isStatic": false, + "name": "SetFloat", + "comment": "Send float values to the Animator to affect transitions.\n\n```plaintext\nParams: name - The parameter name.\n id - The parameter ID.\n value - The new parameter value.\n dampTime - The damper total time.\n deltaTime - The delta time to give to the damper.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "id", "typeName": "int" }, + { "name": "value", "typeName": "float" } + ], + "isStatic": false, + "name": "SetFloat", + "comment": "Send float values to the Animator to affect transitions.\n\n```plaintext\nParams: name - The parameter name.\n id - The parameter ID.\n value - The new parameter value.\n dampTime - The damper total time.\n deltaTime - The delta time to give to the damper.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "id", "typeName": "int" }, + { "name": "value", "typeName": "float" }, + { "name": "dampTime", "typeName": "float" }, + { "name": "deltaTime", "typeName": "float" } + ], + "isStatic": false, + "name": "SetFloat", + "comment": "Send float values to the Animator to affect transitions.\n\n```plaintext\nParams: name - The parameter name.\n id - The parameter ID.\n value - The new parameter value.\n dampTime - The damper total time.\n deltaTime - The delta time to give to the damper.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "GetBool", + "comment": "The value of the parameter.\n\n```plaintext\nParams: name - The parameter name.\n id - The parameter ID.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "id", "typeName": "int" }], + "isStatic": false, + "name": "GetBool", + "comment": "The value of the parameter.\n\n```plaintext\nParams: name - The parameter name.\n id - The parameter ID.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "value", "typeName": "bool" } + ], + "isStatic": false, + "name": "SetBool", + "comment": "Sets the value of the given boolean parameter.\n\n```plaintext\nParams: name - The parameter name.\n id - The parameter ID.\n value - The new parameter value.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "id", "typeName": "int" }, + { "name": "value", "typeName": "bool" } + ], + "isStatic": false, + "name": "SetBool", + "comment": "Sets the value of the given boolean parameter.\n\n```plaintext\nParams: name - The parameter name.\n id - The parameter ID.\n value - The new parameter value.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "GetInteger", + "comment": "The value of the parameter.\n\n```plaintext\nParams: name - The parameter name.\n id - The parameter ID.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "id", "typeName": "int" }], + "isStatic": false, + "name": "GetInteger", + "comment": "The value of the parameter.\n\n```plaintext\nParams: name - The parameter name.\n id - The parameter ID.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "value", "typeName": "int" } + ], + "isStatic": false, + "name": "SetInteger", + "comment": "Sets the value of the given integer parameter.\n\n```plaintext\nParams: name - The parameter name.\n id - The parameter ID.\n value - The new parameter value.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "id", "typeName": "int" }, + { "name": "value", "typeName": "int" } + ], + "isStatic": false, + "name": "SetInteger", + "comment": "Sets the value of the given integer parameter.\n\n```plaintext\nParams: name - The parameter name.\n id - The parameter ID.\n value - The new parameter value.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "SetTrigger", + "comment": "Sets the value of the given trigger parameter.\n\n```plaintext\nParams: name - The parameter name.\n id - The parameter ID.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "id", "typeName": "int" }], + "isStatic": false, + "name": "SetTrigger", + "comment": "Sets the value of the given trigger parameter.\n\n```plaintext\nParams: name - The parameter name.\n id - The parameter ID.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "ResetTrigger", + "comment": "Resets the value of the given trigger parameter.\n\n```plaintext\nParams: name - The parameter name.\n id - The parameter ID.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "id", "typeName": "int" }], + "isStatic": false, + "name": "ResetTrigger", + "comment": "Resets the value of the given trigger parameter.\n\n```plaintext\nParams: name - The parameter name.\n id - The parameter ID.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "IsParameterControlledByCurve", + "comment": "True if the parameter is controlled by a curve, false otherwise.\n\n```plaintext\nParams: name - The parameter name.\n id - The parameter ID.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "id", "typeName": "int" }], + "isStatic": false, + "name": "IsParameterControlledByCurve", + "comment": "True if the parameter is controlled by a curve, false otherwise.\n\n```plaintext\nParams: name - The parameter name.\n id - The parameter ID.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Vector3", + "params": [ + { "name": "goal", "typeName": "UnityEngine.AvatarIKGoal" } + ], + "isStatic": false, + "name": "GetIKPosition", + "comment": "Return the current position of this IK goal in world space.\n\n```plaintext\nParams: goal - The AvatarIKGoal that is queried.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "goal", "typeName": "UnityEngine.AvatarIKGoal" }, + { "name": "goalPosition", "typeName": "UnityEngine.Vector3" } + ], + "isStatic": false, + "name": "SetIKPosition", + "comment": "Sets the position of an IK goal.\n\n```plaintext\nParams: goal - The AvatarIKGoal that is set.\n goalPosition - The position in world space.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Quaternion", + "params": [ + { "name": "goal", "typeName": "UnityEngine.AvatarIKGoal" } + ], + "isStatic": false, + "name": "GetIKRotation", + "comment": "Gets the rotation of an IK goal.\n\n```plaintext\nParams: goal - The AvatarIKGoal that is is queried.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "goal", "typeName": "UnityEngine.AvatarIKGoal" }, + { "name": "goalRotation", "typeName": "UnityEngine.Quaternion" } + ], + "isStatic": false, + "name": "SetIKRotation", + "comment": "Sets the rotation of an IK goal.\n\n```plaintext\nParams: goal - The AvatarIKGoal that is set.\n goalRotation - The rotation in world space.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Single", + "params": [ + { "name": "goal", "typeName": "UnityEngine.AvatarIKGoal" } + ], + "isStatic": false, + "name": "GetIKPositionWeight", + "comment": "Gets the translative weight of an IK goal (0 = at the original animation before IK, 1 = at the goal).\n\n```plaintext\nParams: goal - The AvatarIKGoal that is queried.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "goal", "typeName": "UnityEngine.AvatarIKGoal" }, + { "name": "value", "typeName": "float" } + ], + "isStatic": false, + "name": "SetIKPositionWeight", + "comment": "Sets the translative weight of an IK goal (0 = at the original animation before IK, 1 = at the goal).\n\n```plaintext\nParams: goal - The AvatarIKGoal that is set.\n value - The translative weight.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Single", + "params": [ + { "name": "goal", "typeName": "UnityEngine.AvatarIKGoal" } + ], + "isStatic": false, + "name": "GetIKRotationWeight", + "comment": "Gets the rotational weight of an IK goal (0 = rotation before IK, 1 = rotation at the IK goal).\n\n```plaintext\nParams: goal - The AvatarIKGoal that is queried.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "goal", "typeName": "UnityEngine.AvatarIKGoal" }, + { "name": "value", "typeName": "float" } + ], + "isStatic": false, + "name": "SetIKRotationWeight", + "comment": "Sets the rotational weight of an IK goal (0 = rotation before IK, 1 = rotation at the IK goal).\n\n```plaintext\nParams: goal - The AvatarIKGoal that is set.\n value - The rotational weight.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Vector3", + "params": [ + { "name": "hint", "typeName": "UnityEngine.AvatarIKHint" } + ], + "isStatic": false, + "name": "GetIKHintPosition", + "comment": "Return the current position of this IK hint in world space.\n\n```plaintext\nParams: hint - The AvatarIKHint that is queried.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "hint", "typeName": "UnityEngine.AvatarIKHint" }, + { "name": "hintPosition", "typeName": "UnityEngine.Vector3" } + ], + "isStatic": false, + "name": "SetIKHintPosition", + "comment": "Sets the position of an IK hint.\n\n```plaintext\nParams: hint - The AvatarIKHint that is set.\n hintPosition - The position in world space.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Single", + "params": [ + { "name": "hint", "typeName": "UnityEngine.AvatarIKHint" } + ], + "isStatic": false, + "name": "GetIKHintPositionWeight", + "comment": "Return translative weight.\n\n```plaintext\nParams: hint - The AvatarIKHint that is queried.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "hint", "typeName": "UnityEngine.AvatarIKHint" }, + { "name": "value", "typeName": "float" } + ], + "isStatic": false, + "name": "SetIKHintPositionWeight", + "comment": "Sets the translative weight of an IK hint (0 = at the original animation before IK, 1 = at the hint).\n\n```plaintext\nParams: hint - The AvatarIKHint that is set.\n value - The translative weight.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "lookAtPosition", "typeName": "UnityEngine.Vector3" } + ], + "isStatic": false, + "name": "SetLookAtPosition", + "comment": "Sets the look at position.\n\n```plaintext\nParams: lookAtPosition - The position to lookAt.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "weight", "typeName": "float" }], + "isStatic": false, + "name": "SetLookAtWeight", + "comment": "Set look at weights.\n\n```plaintext\nParams: weight - (0-1) the global weight of the LookAt, multiplier for other parameters.\n bodyWeight - (0-1) determines how much the body is involved in the LookAt.\n headWeight - (0-1) determines how much the head is involved in the LookAt.\n eyesWeight - (0-1) determines how much the eyes are involved in the LookAt.\n clampWeight - (0-1) 0.0 means the character is completely unrestrained in motion, 1.0 means he's completely clamped (look at becomes impossible), and 0.5 means he'll be able to move on half of the possible range (180 degrees).\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "weight", "typeName": "float" }, + { "name": "bodyWeight", "typeName": "float" } + ], + "isStatic": false, + "name": "SetLookAtWeight", + "comment": "Set look at weights.\n\n```plaintext\nParams: weight - (0-1) the global weight of the LookAt, multiplier for other parameters.\n bodyWeight - (0-1) determines how much the body is involved in the LookAt.\n headWeight - (0-1) determines how much the head is involved in the LookAt.\n eyesWeight - (0-1) determines how much the eyes are involved in the LookAt.\n clampWeight - (0-1) 0.0 means the character is completely unrestrained in motion, 1.0 means he's completely clamped (look at becomes impossible), and 0.5 means he'll be able to move on half of the possible range (180 degrees).\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "weight", "typeName": "float" }, + { "name": "bodyWeight", "typeName": "float" }, + { "name": "headWeight", "typeName": "float" } + ], + "isStatic": false, + "name": "SetLookAtWeight", + "comment": "Set look at weights.\n\n```plaintext\nParams: weight - (0-1) the global weight of the LookAt, multiplier for other parameters.\n bodyWeight - (0-1) determines how much the body is involved in the LookAt.\n headWeight - (0-1) determines how much the head is involved in the LookAt.\n eyesWeight - (0-1) determines how much the eyes are involved in the LookAt.\n clampWeight - (0-1) 0.0 means the character is completely unrestrained in motion, 1.0 means he's completely clamped (look at becomes impossible), and 0.5 means he'll be able to move on half of the possible range (180 degrees).\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "weight", "typeName": "float" }, + { "name": "bodyWeight", "typeName": "float" }, + { "name": "headWeight", "typeName": "float" }, + { "name": "eyesWeight", "typeName": "float" } + ], + "isStatic": false, + "name": "SetLookAtWeight", + "comment": "Set look at weights.\n\n```plaintext\nParams: weight - (0-1) the global weight of the LookAt, multiplier for other parameters.\n bodyWeight - (0-1) determines how much the body is involved in the LookAt.\n headWeight - (0-1) determines how much the head is involved in the LookAt.\n eyesWeight - (0-1) determines how much the eyes are involved in the LookAt.\n clampWeight - (0-1) 0.0 means the character is completely unrestrained in motion, 1.0 means he's completely clamped (look at becomes impossible), and 0.5 means he'll be able to move on half of the possible range (180 degrees).\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "weight", "typeName": "float" }, + { "name": "bodyWeight", "typeName": "float" }, + { "name": "headWeight", "typeName": "float" }, + { "name": "eyesWeight", "typeName": "float" }, + { "name": "clampWeight", "typeName": "float" } + ], + "isStatic": false, + "name": "SetLookAtWeight", + "comment": "Set look at weights.\n\n```plaintext\nParams: weight - (0-1) the global weight of the LookAt, multiplier for other parameters.\n bodyWeight - (0-1) determines how much the body is involved in the LookAt.\n headWeight - (0-1) determines how much the head is involved in the LookAt.\n eyesWeight - (0-1) determines how much the eyes are involved in the LookAt.\n clampWeight - (0-1) 0.0 means the character is completely unrestrained in motion, 1.0 means he's completely clamped (look at becomes impossible), and 0.5 means he'll be able to move on half of the possible range (180 degrees).\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "humanBoneId", "typeName": "UnityEngine.HumanBodyBones" }, + { "name": "rotation", "typeName": "UnityEngine.Quaternion" } + ], + "isStatic": false, + "name": "SetBoneLocalRotation", + "comment": "Sets local rotation of a human bone during a IK pass.\n\n```plaintext\nParams: humanBoneId - The human bone Id.\n rotation - The local rotation.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "T", + "params": [], + "isStatic": false, + "name": "GetBehaviour", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetBehaviours", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "fullPathHash", "typeName": "int" }, + { "name": "layerIndex", "typeName": "int" } + ], + "isStatic": false, + "name": "GetBehaviours", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "layerIndex", "typeName": "int" }], + "isStatic": false, + "name": "GetLayerName", + "comment": "The layer name.\n\n```plaintext\nParams: layerIndex - The layer index.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "layerName", "typeName": "string" }], + "isStatic": false, + "name": "GetLayerIndex", + "comment": "The layer index.\n\n```plaintext\nParams: layerName - The layer name.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "layerIndex", "typeName": "int" }], + "isStatic": false, + "name": "GetLayerWeight", + "comment": "The layer weight.\n\n```plaintext\nParams: layerIndex - The layer index.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "layerIndex", "typeName": "int" }, + { "name": "weight", "typeName": "float" } + ], + "isStatic": false, + "name": "SetLayerWeight", + "comment": "Sets the weight of the layer at the given index.\n\n```plaintext\nParams: layerIndex - The layer index.\n weight - The new layer weight.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "AnimatorStateInfo", + "params": [{ "name": "layerIndex", "typeName": "int" }], + "isStatic": false, + "name": "GetCurrentAnimatorStateInfo", + "comment": "An AnimatorStateInfo with the information on the current state.\n\n```plaintext\nParams: layerIndex - The layer index.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "AnimatorStateInfo", + "params": [{ "name": "layerIndex", "typeName": "int" }], + "isStatic": false, + "name": "GetNextAnimatorStateInfo", + "comment": "An AnimatorStateInfo with the information on the next state.\n\n```plaintext\nParams: layerIndex - The layer index.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "AnimatorTransitionInfo", + "params": [{ "name": "layerIndex", "typeName": "int" }], + "isStatic": false, + "name": "GetAnimatorTransitionInfo", + "comment": "An AnimatorTransitionInfo with the informations on the current transition.\n\n```plaintext\nParams: layerIndex - The layer's index.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "layerIndex", "typeName": "int" }], + "isStatic": false, + "name": "GetCurrentAnimatorClipInfoCount", + "comment": "The number of AnimatorClipInfo in the current state.\n\n```plaintext\nParams: layerIndex - The layer index.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "layerIndex", "typeName": "int" }], + "isStatic": false, + "name": "GetNextAnimatorClipInfoCount", + "comment": "The number of AnimatorClipInfo in the next state.\n\n```plaintext\nParams: layerIndex - The layer index.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "layerIndex", "typeName": "int" }], + "isStatic": false, + "name": "GetCurrentAnimatorClipInfo", + "comment": "An array of all the AnimatorClipInfo in the current state.\n\n```plaintext\nParams: layerIndex - The layer index.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "layerIndex", "typeName": "int" }], + "isStatic": false, + "name": "GetNextAnimatorClipInfo", + "comment": "An array of all the AnimatorClipInfo in the next state.\n\n```plaintext\nParams: layerIndex - The layer index.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "layerIndex", "typeName": "int" }, + { + "name": "clips", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "GetCurrentAnimatorClipInfo", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "layerIndex", "typeName": "int" }, + { + "name": "clips", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "GetNextAnimatorClipInfo", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "layerIndex", "typeName": "int" }], + "isStatic": false, + "name": "IsInTransition", + "comment": "True if there is a transition on the given layer, false otherwise.\n\n```plaintext\nParams: layerIndex - The layer index.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "AnimatorControllerParameter", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "GetParameter", + "comment": "See AnimatorController.parameters.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "matchPosition", "typeName": "UnityEngine.Vector3" }, + { "name": "matchRotation", "typeName": "UnityEngine.Quaternion" }, + { + "name": "targetBodyPart", + "typeName": "UnityEngine.AvatarTarget" + }, + { + "name": "weightMask", + "typeName": "UnityEngine.MatchTargetWeightMask" + }, + { "name": "startNormalizedTime", "typeName": "float" } + ], + "isStatic": false, + "name": "MatchTarget", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "matchPosition", "typeName": "UnityEngine.Vector3" }, + { "name": "matchRotation", "typeName": "UnityEngine.Quaternion" }, + { + "name": "targetBodyPart", + "typeName": "UnityEngine.AvatarTarget" + }, + { + "name": "weightMask", + "typeName": "UnityEngine.MatchTargetWeightMask" + }, + { "name": "startNormalizedTime", "typeName": "float" }, + { "name": "targetNormalizedTime", "typeName": "float" } + ], + "isStatic": false, + "name": "MatchTarget", + "comment": "Automatically adjust the GameObject position and rotation.\n\n```plaintext\nParams: matchPosition - The position we want the body part to reach.\n matchRotation - The rotation in which we want the body part to be.\n targetBodyPart - The body part that is involved in the match.\n weightMask - Structure that contains weights for matching position and rotation.\n startNormalizedTime - Start time within the animation clip (0 - beginning of clip, 1 - end of clip).\n targetNormalizedTime - End time within the animation clip (0 - beginning of clip, 1 - end of clip), values greater than 1 can be set to trigger a match after a certain number of loops. Ex: 2.3 means at 30% of 2nd loop.\n completeMatch - Allows you to specify what should happen if the MatchTarget function is interrupted. A value of true causes the GameObject to immediately move to the matchPosition if interrupted. A value of false causes the GameObject to stay at its current position if interrupted.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "matchPosition", "typeName": "UnityEngine.Vector3" }, + { "name": "matchRotation", "typeName": "UnityEngine.Quaternion" }, + { + "name": "targetBodyPart", + "typeName": "UnityEngine.AvatarTarget" + }, + { + "name": "weightMask", + "typeName": "UnityEngine.MatchTargetWeightMask" + }, + { "name": "startNormalizedTime", "typeName": "float" }, + { "name": "targetNormalizedTime", "typeName": "float" }, + { "name": "completeMatch", "typeName": "bool" } + ], + "isStatic": false, + "name": "MatchTarget", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "InterruptMatchTarget", + "comment": "Interrupts the automatic target matching.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "completeMatch", "typeName": "bool" }], + "isStatic": false, + "name": "InterruptMatchTarget", + "comment": "Interrupts the automatic target matching.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "normalizedTime", "typeName": "float" }], + "isStatic": false, + "name": "ForceStateNormalizedTime", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "stateName", "typeName": "string" }, + { "name": "fixedTransitionDuration", "typeName": "float" } + ], + "isStatic": false, + "name": "CrossFadeInFixedTime", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "stateName", "typeName": "string" }, + { "name": "fixedTransitionDuration", "typeName": "float" }, + { "name": "layer", "typeName": "int" } + ], + "isStatic": false, + "name": "CrossFadeInFixedTime", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "stateName", "typeName": "string" }, + { "name": "fixedTransitionDuration", "typeName": "float" }, + { "name": "layer", "typeName": "int" }, + { "name": "fixedTimeOffset", "typeName": "float" } + ], + "isStatic": false, + "name": "CrossFadeInFixedTime", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "stateName", "typeName": "string" }, + { "name": "fixedTransitionDuration", "typeName": "float" }, + { "name": "layer", "typeName": "int" }, + { "name": "fixedTimeOffset", "typeName": "float" }, + { "name": "normalizedTransitionTime", "typeName": "float" } + ], + "isStatic": false, + "name": "CrossFadeInFixedTime", + "comment": "Creates a crossfade from the current state to any other state using times in seconds.\n\n```plaintext\nParams: stateName - The name of the state.\n stateHashName - The hash name of the state.\n fixedTransitionDuration - The duration of the transition (in seconds).\n layer - The layer where the crossfade occurs.\n fixedTimeOffset - The time of the state (in seconds).\n normalizedTransitionTime - The time of the transition (normalized).\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "stateHashName", "typeName": "int" }, + { "name": "fixedTransitionDuration", "typeName": "float" }, + { "name": "layer", "typeName": "int" }, + { "name": "fixedTimeOffset", "typeName": "float" } + ], + "isStatic": false, + "name": "CrossFadeInFixedTime", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "stateHashName", "typeName": "int" }, + { "name": "fixedTransitionDuration", "typeName": "float" }, + { "name": "layer", "typeName": "int" } + ], + "isStatic": false, + "name": "CrossFadeInFixedTime", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "stateHashName", "typeName": "int" }, + { "name": "fixedTransitionDuration", "typeName": "float" } + ], + "isStatic": false, + "name": "CrossFadeInFixedTime", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "stateHashName", "typeName": "int" }, + { "name": "fixedTransitionDuration", "typeName": "float" }, + { "name": "layer", "typeName": "int" }, + { "name": "fixedTimeOffset", "typeName": "float" }, + { "name": "normalizedTransitionTime", "typeName": "float" } + ], + "isStatic": false, + "name": "CrossFadeInFixedTime", + "comment": "Creates a crossfade from the current state to any other state using times in seconds.\n\n```plaintext\nParams: stateName - The name of the state.\n stateHashName - The hash name of the state.\n fixedTransitionDuration - The duration of the transition (in seconds).\n layer - The layer where the crossfade occurs.\n fixedTimeOffset - The time of the state (in seconds).\n normalizedTransitionTime - The time of the transition (normalized).\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "WriteDefaultValues", + "comment": "Forces a write of the default values stored in the animator.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "stateName", "typeName": "string" }, + { "name": "normalizedTransitionDuration", "typeName": "float" }, + { "name": "layer", "typeName": "int" }, + { "name": "normalizedTimeOffset", "typeName": "float" } + ], + "isStatic": false, + "name": "CrossFade", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "stateName", "typeName": "string" }, + { "name": "normalizedTransitionDuration", "typeName": "float" }, + { "name": "layer", "typeName": "int" } + ], + "isStatic": false, + "name": "CrossFade", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "stateName", "typeName": "string" }, + { "name": "normalizedTransitionDuration", "typeName": "float" } + ], + "isStatic": false, + "name": "CrossFade", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "stateName", "typeName": "string" }, + { "name": "normalizedTransitionDuration", "typeName": "float" }, + { "name": "layer", "typeName": "int" }, + { "name": "normalizedTimeOffset", "typeName": "float" }, + { "name": "normalizedTransitionTime", "typeName": "float" } + ], + "isStatic": false, + "name": "CrossFade", + "comment": "Creates a crossfade from the current state to any other state using normalized times.\n\n```plaintext\nParams: stateName - The name of the state.\n stateHashName - The hash name of the state.\n normalizedTransitionDuration - The duration of the transition (normalized).\n layer - The layer where the crossfade occurs.\n normalizedTimeOffset - The time of the state (normalized).\n normalizedTransitionTime - The time of the transition (normalized).\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "stateHashName", "typeName": "int" }, + { "name": "normalizedTransitionDuration", "typeName": "float" }, + { "name": "layer", "typeName": "int" }, + { "name": "normalizedTimeOffset", "typeName": "float" }, + { "name": "normalizedTransitionTime", "typeName": "float" } + ], + "isStatic": false, + "name": "CrossFade", + "comment": "Creates a crossfade from the current state to any other state using normalized times.\n\n```plaintext\nParams: stateName - The name of the state.\n stateHashName - The hash name of the state.\n normalizedTransitionDuration - The duration of the transition (normalized).\n layer - The layer where the crossfade occurs.\n normalizedTimeOffset - The time of the state (normalized).\n normalizedTransitionTime - The time of the transition (normalized).\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "stateHashName", "typeName": "int" }, + { "name": "normalizedTransitionDuration", "typeName": "float" }, + { "name": "layer", "typeName": "int" }, + { "name": "normalizedTimeOffset", "typeName": "float" } + ], + "isStatic": false, + "name": "CrossFade", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "stateHashName", "typeName": "int" }, + { "name": "normalizedTransitionDuration", "typeName": "float" }, + { "name": "layer", "typeName": "int" } + ], + "isStatic": false, + "name": "CrossFade", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "stateHashName", "typeName": "int" }, + { "name": "normalizedTransitionDuration", "typeName": "float" } + ], + "isStatic": false, + "name": "CrossFade", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "stateName", "typeName": "string" }, + { "name": "layer", "typeName": "int" } + ], + "isStatic": false, + "name": "PlayInFixedTime", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "stateName", "typeName": "string" }], + "isStatic": false, + "name": "PlayInFixedTime", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "stateName", "typeName": "string" }, + { "name": "layer", "typeName": "int" }, + { "name": "fixedTime", "typeName": "float" } + ], + "isStatic": false, + "name": "PlayInFixedTime", + "comment": "Plays a state.\n\n```plaintext\nParams: stateName - The state name.\n stateNameHash - The state hash name. If stateNameHash is 0, it changes the current state time.\n layer - The layer index. If layer is -1, it plays the first state with the given state name or hash.\n fixedTime - The time offset (in seconds).\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "stateNameHash", "typeName": "int" }, + { "name": "layer", "typeName": "int" }, + { "name": "fixedTime", "typeName": "float" } + ], + "isStatic": false, + "name": "PlayInFixedTime", + "comment": "Plays a state.\n\n```plaintext\nParams: stateName - The state name.\n stateNameHash - The state hash name. If stateNameHash is 0, it changes the current state time.\n layer - The layer index. If layer is -1, it plays the first state with the given state name or hash.\n fixedTime - The time offset (in seconds).\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "stateNameHash", "typeName": "int" }, + { "name": "layer", "typeName": "int" } + ], + "isStatic": false, + "name": "PlayInFixedTime", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "stateNameHash", "typeName": "int" }], + "isStatic": false, + "name": "PlayInFixedTime", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "stateName", "typeName": "string" }, + { "name": "layer", "typeName": "int" } + ], + "isStatic": false, + "name": "Play", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "stateName", "typeName": "string" }], + "isStatic": false, + "name": "Play", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "stateName", "typeName": "string" }, + { "name": "layer", "typeName": "int" }, + { "name": "normalizedTime", "typeName": "float" } + ], + "isStatic": false, + "name": "Play", + "comment": "Plays a state.\n\n```plaintext\nParams: stateName - The state name.\n stateNameHash - The state hash name. If stateNameHash is 0, it changes the current state time.\n layer - The layer index. If layer is -1, it plays the first state with the given state name or hash.\n normalizedTime - The time offset between zero and one.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "stateNameHash", "typeName": "int" }, + { "name": "layer", "typeName": "int" }, + { "name": "normalizedTime", "typeName": "float" } + ], + "isStatic": false, + "name": "Play", + "comment": "Plays a state.\n\n```plaintext\nParams: stateName - The state name.\n stateNameHash - The state hash name. If stateNameHash is 0, it changes the current state time.\n layer - The layer index. If layer is -1, it plays the first state with the given state name or hash.\n normalizedTime - The time offset between zero and one.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "stateNameHash", "typeName": "int" }, + { "name": "layer", "typeName": "int" } + ], + "isStatic": false, + "name": "Play", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "stateNameHash", "typeName": "int" }], + "isStatic": false, + "name": "Play", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "targetIndex", "typeName": "UnityEngine.AvatarTarget" }, + { "name": "targetNormalizedTime", "typeName": "float" } + ], + "isStatic": false, + "name": "SetTarget", + "comment": "Sets an AvatarTarget and a targetNormalizedTime for the current state.\n\n```plaintext\nParams: targetIndex - The avatar body part that is queried.\n targetNormalizedTime - The current state Time that is queried.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "transform", "typeName": "UnityEngine.Transform" } + ], + "isStatic": false, + "name": "IsControlled", + "comment": "Returns true if the transform is controlled by the Animator\\.\n\n```plaintext\nParams: transform - The transform that is queried.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Transform", + "params": [ + { "name": "humanBoneId", "typeName": "UnityEngine.HumanBodyBones" } + ], + "isStatic": false, + "name": "GetBoneTransform", + "comment": "Returns Transform mapped to this human bone id.\n\n```plaintext\nParams: humanBoneId - The human bone that is queried, see enum HumanBodyBones for a list of possible values.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "StartPlayback", + "comment": "Sets the animator in playback mode.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "StopPlayback", + "comment": "Stops the animator playback mode. When playback stops, the avatar resumes getting control from game logic.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "frameCount", "typeName": "int" }], + "isStatic": false, + "name": "StartRecording", + "comment": "Sets the animator in recording mode, and allocates a circular buffer of size frameCount.\n\n```plaintext\nParams: frameCount - The number of frames (updates) that will be recorded. If frameCount is 0, the recording will continue until the user calls StopRecording. The maximum value for frameCount is 10000.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "StopRecording", + "comment": "Stops animator record mode.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "layerIndex", "typeName": "int" }, + { "name": "stateID", "typeName": "int" } + ], + "isStatic": false, + "name": "HasState", + "comment": "True if the state exists in this layer, false otherwise.\n\n```plaintext\nParams: layerIndex - The layer index.\n stateID - The state ID.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": true, + "name": "StringToHash", + "comment": "Generates an parameter id from a string.\n\n```plaintext\nParams: name - The string to convert to Id.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "deltaTime", "typeName": "float" }], + "isStatic": false, + "name": "Update", + "comment": "Evaluates the animator based on deltaTime.\n\n```plaintext\nParams: deltaTime - The time delta.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Rebind", + "comment": "Rebind all the animated properties and mesh data with the Animator.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ApplyBuiltinRootMotion", + "comment": "Apply the default Root Motion.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Vector3", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "GetVector", + "comment": "Gets the value of a vector parameter.\n\n```plaintext\nParams: name - The name of the parameter.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Vector3", + "params": [{ "name": "id", "typeName": "int" }], + "isStatic": false, + "name": "GetVector", + "comment": "Gets the value of a vector parameter.\n\n```plaintext\nParams: id - The id of the parameter. The id is generated using Animator::StringToHash.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "value", "typeName": "UnityEngine.Vector3" } + ], + "isStatic": false, + "name": "SetVector", + "comment": "Sets the value of a vector parameter.\n\n```plaintext\nParams: name - The name of the parameter.\n value - The new value for the parameter.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "id", "typeName": "int" }, + { "name": "value", "typeName": "UnityEngine.Vector3" } + ], + "isStatic": false, + "name": "SetVector", + "comment": "Sets the value of a vector parameter.\n\n```plaintext\nParams: id - The id of the parameter. The id is generated using Animator::StringToHash.\n value - The new value for the parameter.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Quaternion", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "GetQuaternion", + "comment": "Gets the value of a quaternion parameter.\n\n```plaintext\nParams: name - The name of the parameter.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Quaternion", + "params": [{ "name": "id", "typeName": "int" }], + "isStatic": false, + "name": "GetQuaternion", + "comment": "Gets the value of a quaternion parameter.\n\n```plaintext\nParams: id - The id of the parameter. The id is generated using Animator::StringToHash.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "value", "typeName": "UnityEngine.Quaternion" } + ], + "isStatic": false, + "name": "SetQuaternion", + "comment": "Sets the value of a quaternion parameter.\n\n```plaintext\nParams: name - The name of the parameter.\n value - The new value for the parameter.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "id", "typeName": "int" }, + { "name": "value", "typeName": "UnityEngine.Quaternion" } + ], + "isStatic": false, + "name": "SetQuaternion", + "comment": "Sets the value of a quaternion parameter.\n\n```plaintext\nParams: id - Of the parameter. The id is generated using Animator::StringToHash.\n value - The new value for the parameter.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "name": "Animator", + "comment": "Interface to control the Mecanim animation system.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.AvatarIKGoal", + "name": "LeftFoot", + "comment": "The left foot.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.AvatarIKGoal", + "name": "RightFoot", + "comment": "The right foot.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.AvatarIKGoal", + "name": "LeftHand", + "comment": "The left hand.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.AvatarIKGoal", + "name": "RightHand", + "comment": "The right hand.\n\n", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.AvatarIKGoal", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "name": "AvatarIKGoal", + "comment": "IK Goal.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.AvatarIKHint", + "name": "LeftKnee", + "comment": "The left knee IK hint.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.AvatarIKHint", + "name": "RightKnee", + "comment": "The right knee IK hint.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.AvatarIKHint", + "name": "LeftElbow", + "comment": "The left elbow IK hint.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.AvatarIKHint", + "name": "RightElbow", + "comment": "The right elbow IK hint.\n\n", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.AvatarIKHint", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "name": "AvatarIKHint", + "comment": "IK Hint.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.AnimatorControllerParameterType", + "name": "Float", + "comment": "Float type parameter.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.AnimatorControllerParameterType", + "name": "Int", + "comment": "Int type parameter.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.AnimatorControllerParameterType", + "name": "Bool", + "comment": "Boolean type parameter.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.AnimatorControllerParameterType", + "name": "Trigger", + "comment": "Trigger type parameter.\n\n", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.AnimatorControllerParameterType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "name": "AnimatorControllerParameterType", + "comment": "The type of the parameter.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.AnimatorRecorderMode", + "name": "Offline", + "comment": "The Animator recorder is offline.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.AnimatorRecorderMode", + "name": "Playback", + "comment": "The Animator recorder is in Playback.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.AnimatorRecorderMode", + "name": "Record", + "comment": "The Animator recorder is in Record.\n\n", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.AnimatorRecorderMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "name": "AnimatorRecorderMode", + "comment": "The mode of the Animator's recorder.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.DurationUnit", + "name": "Fixed", + "comment": "A fixed duration is a duration expressed in seconds.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.DurationUnit", + "name": "Normalized", + "comment": "A normalized duration is a duration expressed in percentage.\n\n", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.DurationUnit", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "name": "DurationUnit", + "comment": "Describe the unit of a duration.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.AnimatorCullingMode", + "name": "AlwaysAnimate", + "comment": "Always animate the entire character. Object is animated even when offscreen.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.AnimatorCullingMode", + "name": "CullUpdateTransforms", + "comment": "Retarget, IK and write of Transforms are disabled when renderers are not visible.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.AnimatorCullingMode", + "name": "CullCompletely", + "comment": "Animation is completely disabled when renderers are not visible.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.AnimatorCullingMode", + "name": "BasedOnRenderers", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.AnimatorCullingMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "name": "AnimatorCullingMode", + "comment": "Culling mode for the Animator.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.AnimatorUpdateMode", + "name": "Normal", + "comment": "Normal update of the animator.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.AnimatorUpdateMode", + "name": "AnimatePhysics", + "comment": "Updates the animator during the physic loop in order to have the animation system synchronized with the physics engine.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.AnimatorUpdateMode", + "name": "UnscaledTime", + "comment": "Animator updates independently of Time.timeScale.\n\n", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.AnimatorUpdateMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "name": "AnimatorUpdateMode", + "comment": "The update mode of the Animator.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.AnimationClip", + "name": "clip", + "comment": "Returns the animation clip played by the Animator.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "float", + "name": "weight", + "comment": "Returns the blending weight used by the Animator to blend this clip.\n\n", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "name": "AnimatorClipInfo", + "comment": "Information about clip being played and blended by the Animator.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "fullPathHash", + "comment": "The full path hash for this state.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "int", + "name": "nameHash", + "comment": "The hashed name of the State.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "int", + "name": "shortNameHash", + "comment": "The hash is generated using Animator.StringToHash. The hash does not include the name of the parent layer.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "float", + "name": "normalizedTime", + "comment": "Normalized time of the State.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "float", + "name": "length", + "comment": "Current duration of the state.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "float", + "name": "speed", + "comment": "The playback speed of the animation. 1 is the normal playback speed.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "float", + "name": "speedMultiplier", + "comment": "The speed multiplier for this state.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "int", + "name": "tagHash", + "comment": "The Tag of the State.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "bool", + "name": "loop", + "comment": "Is the state looping.\n\n", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "IsName", + "comment": "Does name match the name of the active state in the statemachine?\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "tag", "typeName": "string" }], + "isStatic": false, + "name": "IsTag", + "comment": "Does tag match the tag of the active state in the statemachine.\n\n", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "name": "AnimatorStateInfo", + "comment": "Information about the current or next state.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "fullPathHash", + "comment": "The hash name of the Transition.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "int", + "name": "nameHash", + "comment": "The simplified name of the Transition.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "int", + "name": "userNameHash", + "comment": "The user-specified name of the Transition.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.DurationUnit", + "name": "durationUnit", + "comment": "The unit of the transition duration.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "float", + "name": "duration", + "comment": "Duration of the transition.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "float", + "name": "normalizedTime", + "comment": "Normalized time of the Transition.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "bool", + "name": "anyState", + "comment": "Returns true if the transition is from an AnyState node, or from Animator.CrossFade.\n\n", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "IsName", + "comment": "Does name match the name of the active Transition.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "IsUserName", + "comment": "Does userName match the name of the active Transition.\n\n", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "name": "AnimatorTransitionInfo", + "comment": "Information about the current transition.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Vector3", + "name": "positionXYZWeight", + "comment": "Position XYZ weight.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "float", + "name": "rotationWeight", + "comment": "Rotation weight.\n\n", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "positionXYZWeight", "typeName": "UnityEngine.Vector3" }, + { "name": "rotationWeight", "typeName": "float" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "MatchTargetWeightMask contructor.\n\n```plaintext\nParams: positionXYZWeight - Position XYZ weight.\n rotationWeight - Rotation weight.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "name": "MatchTargetWeightMask", + "comment": "Use this struct to specify the position and rotation weight mask for Animator.MatchTarget.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "namespace": "UnityEngine.Experimental.Animations", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Experimental.Animations.AnimationStreamSource", + "name": "DefaultValues", + "comment": "AnimationStream will be initialized with the default values from the Animator.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Animations.AnimationStreamSource", + "name": "PreviousInputs", + "comment": "AnimationStream will be initialized with the values from the previous AnimationPlayableOutput connected to the same Animator.\n\n", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Experimental.Animations.AnimationStreamSource", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "name": "AnimationStreamSource", + "comment": "Describes how an AnimationStream is initialized\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "name", + "comment": "The name of the parameter.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "int", + "name": "nameHash", + "comment": "Returns the hash of the parameter based on its name.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.AnimatorControllerParameterType", + "name": "type", + "comment": "The type of the parameter.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "float", + "name": "defaultFloat", + "comment": "The default float value for the parameter.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "int", + "name": "defaultInt", + "comment": "The default int value for the parameter.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "bool", + "name": "defaultBool", + "comment": "The default bool value for the parameter.\n\n", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [{ "name": "o", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "name": "AnimatorControllerParameter", + "comment": "Used to communicate between scripting and the controller. Some parameters can be set in scripting and used by the controller, while other parameters are based on Custom Curves in Animation Clips and can be sampled using the scripting API.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.AnimationClip", + "name": "originalClip", + "comment": "The original clip from the controller.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.AnimationClip", + "name": "overrideClip", + "comment": "The override animation clip.\n\n", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "name": "AnimationClipPair", + "comment": "This class defines a pair of clips used by AnimatorOverrideController.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.RuntimeAnimatorController", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.RuntimeAnimatorController", + "name": "runtimeAnimatorController", + "comment": "The Runtime Animator Controller that the Animator Override Controller overrides.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.AnimationClip", + "name": "this[]", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.AnimationClip", + "name": "this[]", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "int", + "name": "overridesCount", + "comment": "Returns the count of overrides.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.AnimationClipPair[]", + "name": "clips", + "comment": "Returns the list of orignal Animation Clip from the controller and their override Animation Clip.\n\n", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Creates an empty Animator Override Controller.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "controller", + "typeName": "UnityEngine.RuntimeAnimatorController" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Creates an Animator Override Controller that overrides controller.\n\n```plaintext\nParams: controller - Runtime Animator Controller to override.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "overrides", + "typeName": "System.Collections.Generic.List>" + } + ], + "isStatic": false, + "name": "GetOverrides", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "overrides", + "typeName": "System.Collections.Generic.IList>" + } + ], + "isStatic": false, + "name": "ApplyOverrides", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "name": "AnimatorOverrideController", + "comment": "Interface to control Animator Override Controller.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "namespace": "UnityEngine.Experimental.Animations", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "AnimationStreamSource", + "params": [], + "isStatic": false, + "name": "GetAnimationStreamSource", + "comment": "Returns the AnimationStreamSource of the output.\n\n```plaintext\nParams: output - The AnimationPlayableOutput instance that calls this method.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "streamSource", + "typeName": "UnityEngine.Experimental.Animations.AnimationStreamSource" + } + ], + "isStatic": false, + "name": "SetAnimationStreamSource", + "comment": "Sets the stream source for the specified AnimationPlayableOutput.\n\n```plaintext\nParams: output - The AnimationPlayableOutput instance that calls this method.\n streamSource - The AnimationStreamSource to apply on this output.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "UInt16", + "params": [], + "isStatic": false, + "name": "GetSortingOrder", + "comment": "Returns the sorting order of the output.\n\n```plaintext\nParams: output - The AnimationPlayableOutput instance that calls this method.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "sortingOrder", "typeName": "ushort" }], + "isStatic": false, + "name": "SetSortingOrder", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "name": "AnimationPlayableOutputExtensions", + "comment": "Static class providing experimental extension methods for AnimationPlayableOutput .\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "namespace": "UnityEngine.Analytics", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "success", "typeName": "System.Action" }, + { "name": "failure", "typeName": "System.Action" } + ], + "isStatic": true, + "name": "FetchPrivacyUrl", + "comment": "", + "location": "Unity.Analytics.DataPrivacy.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Analytics.DataPrivacy.dll" + } + ], + "name": "DataPrivacy", + "comment": "", + "location": "Unity.Analytics.DataPrivacy.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "go", "typeName": "UnityEngine.GameObject" }, + { "name": "exposedTransforms", "typeName": "string[]" } + ], + "isStatic": true, + "name": "OptimizeTransformHierarchy", + "comment": "This function will remove all transform hierarchy under GameObject, the animator will write directly transform matrices into the skin mesh matrices saving alot of CPU cycles.\n\n```plaintext\nParams: go - GameObject to Optimize.\n exposedTransforms - List of transform name to expose.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "go", "typeName": "UnityEngine.GameObject" }], + "isStatic": true, + "name": "DeoptimizeTransformHierarchy", + "comment": "This function will recreate all transform hierarchy under GameObject.\n\n```plaintext\nParams: go - GameObject to Deoptimize.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "name": "AnimatorUtility", + "comment": "Various utilities for animator manipulation.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.BodyDof", + "name": "SpineFrontBack", + "comment": "The spine front-back muscle.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.BodyDof", + "name": "SpineLeftRight", + "comment": "The spine left-right muscle.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.BodyDof", + "name": "SpineRollLeftRight", + "comment": "The spine roll left-right muscle.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.BodyDof", + "name": "ChestFrontBack", + "comment": "The chest front-back muscle.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.BodyDof", + "name": "ChestLeftRight", + "comment": "The chest left-right muscle.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.BodyDof", + "name": "ChestRollLeftRight", + "comment": "The chest roll left-right muscle.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.BodyDof", + "name": "UpperChestFrontBack", + "comment": "The upper chest front-back muscle.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.BodyDof", + "name": "UpperChestLeftRight", + "comment": "The upper chest left-right muscle.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.BodyDof", + "name": "UpperChestRollLeftRight", + "comment": "The upper chest roll left-right muscle.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.BodyDof", + "name": "LastBodyDof", + "comment": "The last value of the BodyDof enum.\n\n", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.BodyDof", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "name": "BodyDof", + "comment": "Enumeration of all the muscles in the body.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.HeadDof", + "name": "NeckFrontBack", + "comment": "The neck front-back muscle.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.HeadDof", + "name": "NeckLeftRight", + "comment": "The neck left-right muscle.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.HeadDof", + "name": "NeckRollLeftRight", + "comment": "The neck roll left-right muscle.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.HeadDof", + "name": "HeadFrontBack", + "comment": "The head front-back muscle.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.HeadDof", + "name": "HeadLeftRight", + "comment": "The head left-right muscle.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.HeadDof", + "name": "HeadRollLeftRight", + "comment": "The head roll left-right muscle.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.HeadDof", + "name": "LeftEyeDownUp", + "comment": "The left eye down-up muscle.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.HeadDof", + "name": "LeftEyeInOut", + "comment": "The left eye in-out muscle.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.HeadDof", + "name": "RightEyeDownUp", + "comment": "The right eye down-up muscle.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.HeadDof", + "name": "RightEyeInOut", + "comment": "The right eye in-out muscle.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.HeadDof", + "name": "JawDownUp", + "comment": "The jaw down-up muscle.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.HeadDof", + "name": "JawLeftRight", + "comment": "The jaw left-right muscle.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.HeadDof", + "name": "LastHeadDof", + "comment": "The last value of the HeadDof enum.\n\n", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.HeadDof", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "name": "HeadDof", + "comment": "Enumeration of all the muscles in the head.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.LegDof", + "name": "UpperLegFrontBack", + "comment": "The upper leg front-back muscle.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.LegDof", + "name": "UpperLegInOut", + "comment": "The upper leg in-out muscle.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.LegDof", + "name": "UpperLegRollInOut", + "comment": "The upper leg roll in-out muscle.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.LegDof", + "name": "LegCloseOpen", + "comment": "The leg close-open muscle.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.LegDof", + "name": "LegRollInOut", + "comment": "The leg roll in-out muscle.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.LegDof", + "name": "FootCloseOpen", + "comment": "The foot close-open muscle.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.LegDof", + "name": "FootInOut", + "comment": "The foot in-out muscle.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.LegDof", + "name": "ToesUpDown", + "comment": "The toes up-down muscle.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.LegDof", + "name": "LastLegDof", + "comment": "The last value of the LegDof enum.\n\n", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.LegDof", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "name": "LegDof", + "comment": "Enumeration of all the muscles in a leg.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.ArmDof", + "name": "ShoulderDownUp", + "comment": "The shoulder down-up muscle.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.ArmDof", + "name": "ShoulderFrontBack", + "comment": "The shoulder front-back muscle.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.ArmDof", + "name": "ArmDownUp", + "comment": "The arm down-up muscle.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.ArmDof", + "name": "ArmFrontBack", + "comment": "The arm front-back muscle.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.ArmDof", + "name": "ArmRollInOut", + "comment": "The arm roll in-out muscle.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.ArmDof", + "name": "ForeArmCloseOpen", + "comment": "The forearm close-open muscle.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.ArmDof", + "name": "ForeArmRollInOut", + "comment": "The forearm roll in-out muscle.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.ArmDof", + "name": "HandDownUp", + "comment": "The hand down-up muscle.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.ArmDof", + "name": "HandInOut", + "comment": "The hand in-out muscle.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.ArmDof", + "name": "LastArmDof", + "comment": "The last value of the ArmDof enum.\n\n", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.ArmDof", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "name": "ArmDof", + "comment": "Enumeration of all the muscles in an arm.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.FingerDof", + "name": "ProximalDownUp", + "comment": "The proximal down-up muscle.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.FingerDof", + "name": "ProximalInOut", + "comment": "The proximal in-out muscle.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.FingerDof", + "name": "IntermediateCloseOpen", + "comment": "The intermediate close-open muscle.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.FingerDof", + "name": "DistalCloseOpen", + "comment": "The distal close-open muscle.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.FingerDof", + "name": "LastFingerDof", + "comment": "The last value of the FingerDof enum.\n\n", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.FingerDof", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "name": "FingerDof", + "comment": "Enumeration of all the muscles in a finger.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.HumanPartDof", + "name": "Body", + "comment": "The human body part.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.HumanPartDof", + "name": "Head", + "comment": "The human head part.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.HumanPartDof", + "name": "LeftLeg", + "comment": "The human left leg part.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.HumanPartDof", + "name": "RightLeg", + "comment": "The human right leg part.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.HumanPartDof", + "name": "LeftArm", + "comment": "The human left arm part.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.HumanPartDof", + "name": "RightArm", + "comment": "The human right arm part.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.HumanPartDof", + "name": "LeftThumb", + "comment": "The human left thumb finger part.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.HumanPartDof", + "name": "LeftIndex", + "comment": "The human left index finger part.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.HumanPartDof", + "name": "LeftMiddle", + "comment": "The human left middle finger part.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.HumanPartDof", + "name": "LeftRing", + "comment": "The human left ring finger part.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.HumanPartDof", + "name": "LeftLittle", + "comment": "The human left little finger part.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.HumanPartDof", + "name": "RightThumb", + "comment": "The human right thumb finger part.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.HumanPartDof", + "name": "RightIndex", + "comment": "The human right index finger part.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.HumanPartDof", + "name": "RightMiddle", + "comment": "The human right middle finger part.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.HumanPartDof", + "name": "RightRing", + "comment": "The human right ring finger part.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.HumanPartDof", + "name": "RightLittle", + "comment": "The human right little finger part.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.HumanPartDof", + "name": "LastHumanPartDof", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.HumanPartDof", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "name": "HumanPartDof", + "comment": "Enumeration of all the parts in a human.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.HumanBodyBones", + "name": "Hips", + "comment": "This is the Hips bone.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.HumanBodyBones", + "name": "LeftUpperLeg", + "comment": "This is the Left Upper Leg bone.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.HumanBodyBones", + "name": "RightUpperLeg", + "comment": "This is the Right Upper Leg bone.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.HumanBodyBones", + "name": "LeftLowerLeg", + "comment": "This is the Left Knee bone.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.HumanBodyBones", + "name": "RightLowerLeg", + "comment": "This is the Right Knee bone.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.HumanBodyBones", + "name": "LeftFoot", + "comment": "This is the Left Ankle bone.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.HumanBodyBones", + "name": "RightFoot", + "comment": "This is the Right Ankle bone.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.HumanBodyBones", + "name": "Spine", + "comment": "This is the first Spine bone.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.HumanBodyBones", + "name": "Chest", + "comment": "This is the Chest bone.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.HumanBodyBones", + "name": "UpperChest", + "comment": "This is the Upper Chest bone.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.HumanBodyBones", + "name": "Neck", + "comment": "This is the Neck bone.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.HumanBodyBones", + "name": "Head", + "comment": "This is the Head bone.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.HumanBodyBones", + "name": "LeftShoulder", + "comment": "This is the Left Shoulder bone.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.HumanBodyBones", + "name": "RightShoulder", + "comment": "This is the Right Shoulder bone.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.HumanBodyBones", + "name": "LeftUpperArm", + "comment": "This is the Left Upper Arm bone.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.HumanBodyBones", + "name": "RightUpperArm", + "comment": "This is the Right Upper Arm bone.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.HumanBodyBones", + "name": "LeftLowerArm", + "comment": "This is the Left Elbow bone.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.HumanBodyBones", + "name": "RightLowerArm", + "comment": "This is the Right Elbow bone.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.HumanBodyBones", + "name": "LeftHand", + "comment": "This is the Left Wrist bone.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.HumanBodyBones", + "name": "RightHand", + "comment": "This is the Right Wrist bone.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.HumanBodyBones", + "name": "LeftToes", + "comment": "This is the Left Toes bone.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.HumanBodyBones", + "name": "RightToes", + "comment": "This is the Right Toes bone.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.HumanBodyBones", + "name": "LeftEye", + "comment": "This is the Left Eye bone.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.HumanBodyBones", + "name": "RightEye", + "comment": "This is the Right Eye bone.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.HumanBodyBones", + "name": "Jaw", + "comment": "This is the Jaw bone.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.HumanBodyBones", + "name": "LeftThumbProximal", + "comment": "This is the left thumb 1st phalange.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.HumanBodyBones", + "name": "LeftThumbIntermediate", + "comment": "This is the left thumb 2nd phalange.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.HumanBodyBones", + "name": "LeftThumbDistal", + "comment": "This is the left thumb 3rd phalange.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.HumanBodyBones", + "name": "LeftIndexProximal", + "comment": "This is the left index 1st phalange.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.HumanBodyBones", + "name": "LeftIndexIntermediate", + "comment": "This is the left index 2nd phalange.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.HumanBodyBones", + "name": "LeftIndexDistal", + "comment": "This is the left index 3rd phalange.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.HumanBodyBones", + "name": "LeftMiddleProximal", + "comment": "This is the left middle 1st phalange.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.HumanBodyBones", + "name": "LeftMiddleIntermediate", + "comment": "This is the left middle 2nd phalange.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.HumanBodyBones", + "name": "LeftMiddleDistal", + "comment": "This is the left middle 3rd phalange.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.HumanBodyBones", + "name": "LeftRingProximal", + "comment": "This is the left ring 1st phalange.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.HumanBodyBones", + "name": "LeftRingIntermediate", + "comment": "This is the left ring 2nd phalange.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.HumanBodyBones", + "name": "LeftRingDistal", + "comment": "This is the left ring 3rd phalange.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.HumanBodyBones", + "name": "LeftLittleProximal", + "comment": "This is the left little 1st phalange.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.HumanBodyBones", + "name": "LeftLittleIntermediate", + "comment": "This is the left little 2nd phalange.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.HumanBodyBones", + "name": "LeftLittleDistal", + "comment": "This is the left little 3rd phalange.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.HumanBodyBones", + "name": "RightThumbProximal", + "comment": "This is the right thumb 1st phalange.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.HumanBodyBones", + "name": "RightThumbIntermediate", + "comment": "This is the right thumb 2nd phalange.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.HumanBodyBones", + "name": "RightThumbDistal", + "comment": "This is the right thumb 3rd phalange.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.HumanBodyBones", + "name": "RightIndexProximal", + "comment": "This is the right index 1st phalange.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.HumanBodyBones", + "name": "RightIndexIntermediate", + "comment": "This is the right index 2nd phalange.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.HumanBodyBones", + "name": "RightIndexDistal", + "comment": "This is the right index 3rd phalange.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.HumanBodyBones", + "name": "RightMiddleProximal", + "comment": "This is the right middle 1st phalange.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.HumanBodyBones", + "name": "RightMiddleIntermediate", + "comment": "This is the right middle 2nd phalange.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.HumanBodyBones", + "name": "RightMiddleDistal", + "comment": "This is the right middle 3rd phalange.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.HumanBodyBones", + "name": "RightRingProximal", + "comment": "This is the right ring 1st phalange.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.HumanBodyBones", + "name": "RightRingIntermediate", + "comment": "This is the right ring 2nd phalange.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.HumanBodyBones", + "name": "RightRingDistal", + "comment": "This is the right ring 3rd phalange.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.HumanBodyBones", + "name": "RightLittleProximal", + "comment": "This is the right little 1st phalange.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.HumanBodyBones", + "name": "RightLittleIntermediate", + "comment": "This is the right little 2nd phalange.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.HumanBodyBones", + "name": "RightLittleDistal", + "comment": "This is the right little 3rd phalange.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.HumanBodyBones", + "name": "LastBone", + "comment": "This is the Last bone index delimiter.\n\n", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.HumanBodyBones", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "name": "HumanBodyBones", + "comment": "Human Body Bones.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.Object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "isValid", + "comment": "Return true if this avatar is a valid mecanim avatar. It can be a generic avatar or a human avatar.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "bool", + "name": "isHuman", + "comment": "Return true if this avatar is a valid human avatar.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.HumanDescription", + "name": "humanDescription", + "comment": "Returns the HumanDescription used to create this Avatar.\n\n", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "methods": [], + "name": "Avatar", + "comment": "Avatar definition.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "name", + "comment": "The name of the Transform mapped to the bone.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "position", + "comment": "The T-pose position of the bone in local space.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.Quaternion", + "name": "rotation", + "comment": "The T-pose rotation of the bone in local space.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "scale", + "comment": "The T-pose scaling of the bone in local space.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "int", + "name": "transformModified", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "name": "SkeletonBone", + "comment": "Details of the Transform name mapped to the skeleton bone of a model and its default position and rotation in the T-pose.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "useDefaultValues", + "comment": "Should this limit use the default values?\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "min", + "comment": "The maximum negative rotation away from the initial value that this muscle can apply.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "max", + "comment": "The maximum rotation away from the initial value that this muscle can apply.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "center", + "comment": "The default orientation of a bone when no muscle action is applied.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "float", + "name": "axisLength", + "comment": "Length of the bone to which the limit is applied.\n\n", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "name": "HumanLimit", + "comment": "This class stores the rotation limits that define the muscle for a single human bone.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.HumanLimit", + "name": "limit", + "comment": "The rotation limits that define the muscle for this bone.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "string", + "name": "boneName", + "comment": "The name of the bone to which the Mecanim human bone is mapped.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "string", + "name": "humanName", + "comment": "The name of the Mecanim human bone to which the bone from the model is mapped.\n\n", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "name": "HumanBone", + "comment": "The mapping between a bone in the model and the conceptual bone in the Mecanim human anatomy.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.HumanBone[]", + "name": "human", + "comment": "Mapping between Mecanim bone names and bone names in the rig.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.SkeletonBone[]", + "name": "skeleton", + "comment": "List of bone Transforms to include in the model.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "float", + "name": "upperArmTwist", + "comment": "Defines how the upper arm's roll/twisting is distributed between the shoulder and elbow joints.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "float", + "name": "lowerArmTwist", + "comment": "Defines how the lower arm's roll/twisting is distributed between the elbow and wrist joints.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "float", + "name": "upperLegTwist", + "comment": "Defines how the upper leg's roll/twisting is distributed between the thigh and knee joints.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "float", + "name": "lowerLegTwist", + "comment": "Defines how the lower leg's roll/twisting is distributed between the knee and ankle.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "float", + "name": "armStretch", + "comment": "Amount by which the arm's length is allowed to stretch when using IK.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "float", + "name": "legStretch", + "comment": "Amount by which the leg's length is allowed to stretch when using IK.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "float", + "name": "feetSpacing", + "comment": "Modification to the minimum distance between the feet of a humanoid model.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "bool", + "name": "hasTranslationDoF", + "comment": "True for any human that has a translation Degree of Freedom (DoF). It is set to false by default.\n\n", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "name": "HumanDescription", + "comment": "Class that holds humanoid avatar parameters to pass to the AvatarBuilder.BuildHumanAvatar function.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Avatar", + "params": [ + { "name": "go", "typeName": "UnityEngine.GameObject" }, + { + "name": "humanDescription", + "typeName": "UnityEngine.HumanDescription" + } + ], + "isStatic": true, + "name": "BuildHumanAvatar", + "comment": "Returns the Avatar, you must always always check the avatar is valid before using it with Avatar.isValid.\n\n```plaintext\nParams: go - Root object of your transform hierachy. It must be the top most gameobject when you create the avatar.\n humanDescription - Humanoid description of the avatar.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Avatar", + "params": [ + { "name": "go", "typeName": "UnityEngine.GameObject" }, + { "name": "rootMotionTransformName", "typeName": "string" } + ], + "isStatic": true, + "name": "BuildGenericAvatar", + "comment": "Create a new generic avatar.\n\n```plaintext\nParams: go - Root object of your transform hierarchy.\n rootMotionTransformName - Transform name of the root motion transform. If empty no root motion is defined and you must take care of avatar movement yourself.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "name": "AvatarBuilder", + "comment": "Class to build avatars from user scripts.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.AvatarMaskBodyPart", + "name": "Root", + "comment": "The Root.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.AvatarMaskBodyPart", + "name": "Body", + "comment": "The Body.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.AvatarMaskBodyPart", + "name": "Head", + "comment": "The Head.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.AvatarMaskBodyPart", + "name": "LeftLeg", + "comment": "The Left Leg.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.AvatarMaskBodyPart", + "name": "RightLeg", + "comment": "The Right Leg.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.AvatarMaskBodyPart", + "name": "LeftArm", + "comment": "The Left Arm.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.AvatarMaskBodyPart", + "name": "RightArm", + "comment": "The Right Arm.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.AvatarMaskBodyPart", + "name": "LeftFingers", + "comment": "Left Fingers.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.AvatarMaskBodyPart", + "name": "RightFingers", + "comment": "Right Fingers.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.AvatarMaskBodyPart", + "name": "LeftFootIK", + "comment": "Left Foot IK.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.AvatarMaskBodyPart", + "name": "RightFootIK", + "comment": "Right Foot IK.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.AvatarMaskBodyPart", + "name": "LeftHandIK", + "comment": "Left Hand IK.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.AvatarMaskBodyPart", + "name": "RightHandIK", + "comment": "Right Hand IK.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.AvatarMaskBodyPart", + "name": "LastBodyPart", + "comment": "Total number of body parts.\n\n", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.AvatarMaskBodyPart", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "name": "AvatarMaskBodyPart", + "comment": "Avatar body part.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.Object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "humanoidBodyPartCount", + "comment": "The number of humanoid body parts.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "int", + "name": "transformCount", + "comment": "Number of transforms.\n\n", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Creates a new AvatarMask.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "index", "typeName": "UnityEngine.AvatarMaskBodyPart" } + ], + "isStatic": false, + "name": "GetHumanoidBodyPartActive", + "comment": "Returns true if the humanoid body part at the given index is active.\n\n```plaintext\nParams: index - The index of the humanoid body part.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "UnityEngine.AvatarMaskBodyPart" }, + { "name": "value", "typeName": "bool" } + ], + "isStatic": false, + "name": "SetHumanoidBodyPartActive", + "comment": "Sets the humanoid body part at the given index to active or not.\n\n```plaintext\nParams: index - The index of the humanoid body part.\n value - Active or not.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "transform", "typeName": "UnityEngine.Transform" } + ], + "isStatic": false, + "name": "AddTransformPath", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "transform", "typeName": "UnityEngine.Transform" }, + { "name": "recursive", "typeName": "bool" } + ], + "isStatic": false, + "name": "AddTransformPath", + "comment": "Adds a transform path into the AvatarMask.\n\n```plaintext\nParams: transform - The transform to add into the AvatarMask.\n recursive - Whether to also add all children of the specified transform.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "transform", "typeName": "UnityEngine.Transform" } + ], + "isStatic": false, + "name": "RemoveTransformPath", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "transform", "typeName": "UnityEngine.Transform" }, + { "name": "recursive", "typeName": "bool" } + ], + "isStatic": false, + "name": "RemoveTransformPath", + "comment": "Removes a transform path from the AvatarMask.\n\n```plaintext\nParams: transform - The Transform that should be removed from the AvatarMask.\n recursive - Whether to also remove all children of the specified transform.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "GetTransformPath", + "comment": "Returns the path of the transform at the given index.\n\n```plaintext\nParams: index - The index of the transform.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "path", "typeName": "string" } + ], + "isStatic": false, + "name": "SetTransformPath", + "comment": "Sets the path of the transform at the given index.\n\n```plaintext\nParams: index - The index of the transform.\n path - The path of the transform.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "GetTransformActive", + "comment": "Returns true if the transform at the given index is active.\n\n```plaintext\nParams: index - The index of the transform.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "value", "typeName": "bool" } + ], + "isStatic": false, + "name": "SetTransformActive", + "comment": "Sets the tranform at the given index to active or not.\n\n```plaintext\nParams: index - The index of the transform.\n value - Active or not.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "name": "AvatarMask", + "comment": "AvatarMask is used to mask out humanoid body parts and transforms.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Vector3", + "name": "bodyPosition", + "comment": "The human body position for that pose.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.Quaternion", + "name": "bodyRotation", + "comment": "The human body orientation for that pose.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "float[]", + "name": "muscles", + "comment": "The array of muscle values for that pose.\n\n", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "name": "HumanPose", + "comment": "Retargetable humanoid pose.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "object", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "avatar", "typeName": "UnityEngine.Avatar" }, + { "name": "root", "typeName": "UnityEngine.Transform" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Creates a human pose handler from an avatar and a root transform and either a list of joint paths.\n\n```plaintext\nParams: avatar - The avatar from which HumanPose will be read or written. The avatar must be a humanoid.\n root - The top most parent of the skeleton hierarchy defined in the humanoid avatar. This must match the avatar definition.\n jointPaths - A list that defines the avatar joint paths. Each joint path starts from the node after the root transform and continues down the avatar skeleton hierarchy. The root transform joint path is an empty string.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "avatar", "typeName": "UnityEngine.Avatar" }, + { "name": "jointPaths", "typeName": "string[]" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Creates a human pose handler from an avatar and a root transform and either a list of joint paths.\n\n```plaintext\nParams: avatar - The avatar from which HumanPose will be read or written. The avatar must be a humanoid.\n root - The top most parent of the skeleton hierarchy defined in the humanoid avatar. This must match the avatar definition.\n jointPaths - A list that defines the avatar joint paths. Each joint path starts from the node after the root transform and continues down the avatar skeleton hierarchy. The root transform joint path is an empty string.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "humanPose", "typeName": "UnityEngine.HumanPose" } + ], + "isStatic": false, + "name": "GetHumanPose", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "humanPose", "typeName": "UnityEngine.HumanPose" } + ], + "isStatic": false, + "name": "SetHumanPose", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "humanPose", "typeName": "UnityEngine.HumanPose" } + ], + "isStatic": false, + "name": "GetInternalHumanPose", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "humanPose", "typeName": "UnityEngine.HumanPose" } + ], + "isStatic": false, + "name": "SetInternalHumanPose", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "avatarPose", + "typeName": "Unity.Collections.NativeArray" + } + ], + "isStatic": false, + "name": "GetInternalAvatarPose", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "avatarPose", + "typeName": "Unity.Collections.NativeArray" + } + ], + "isStatic": false, + "name": "SetInternalAvatarPose", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "name": "HumanPoseHandler", + "comment": "Use this class to create, read, and write the HumanPose for a humanoid avatar skeleton hierarchy or an avatar pose.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "MuscleCount", + "comment": "The number of human muscle types defined by Mecanim.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "string[]", + "name": "MuscleName", + "comment": "Array of the names of all human muscle types defined by Mecanim.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "int", + "name": "BoneCount", + "comment": "The number of human bone types defined by Mecanim.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "string[]", + "name": "BoneName", + "comment": "Array of the names of all human bone types defined by Mecanim.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "int", + "name": "RequiredBoneCount", + "comment": "The number of bone types that are required by Mecanim for any human model.\n\n", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Int32", + "params": [ + { "name": "i", "typeName": "int" }, + { "name": "dofIndex", "typeName": "int" } + ], + "isStatic": true, + "name": "MuscleFromBone", + "comment": "Obtain the muscle index for a particular bone index and \"degree of freedom\".\n\n```plaintext\nParams: i - Bone index.\n dofIndex - Number representing a \"degree of freedom\": 0 for X-Axis, 1 for Y-Axis, 2 for Z-Axis.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "i", "typeName": "int" }], + "isStatic": true, + "name": "BoneFromMuscle", + "comment": "Return the bone to which a particular muscle is connected.\n\n```plaintext\nParams: i - Muscle index.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "i", "typeName": "int" }], + "isStatic": true, + "name": "RequiredBone", + "comment": "Is the bone a member of the minimal set of bones that Mecanim requires for a human model?\n\n```plaintext\nParams: i - Index of the bone to test.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "i", "typeName": "int" }], + "isStatic": true, + "name": "GetMuscleDefaultMin", + "comment": "Get the default minimum value of rotation for a muscle in degrees.\n\n```plaintext\nParams: i - Muscle index.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "i", "typeName": "int" }], + "isStatic": true, + "name": "GetMuscleDefaultMax", + "comment": "Get the default maximum value of rotation for a muscle in degrees.\n\n```plaintext\nParams: i - Muscle index.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "i", "typeName": "int" }], + "isStatic": true, + "name": "GetBoneDefaultHierarchyMass", + "comment": "The bone hierarchy mass.\n\n```plaintext\nParams: i - The humanoid bone index.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "i", "typeName": "int" }], + "isStatic": true, + "name": "GetParentBone", + "comment": "Humanoid bone index of parent.\n\n```plaintext\nParams: i - Humanoid bone index to get parent from.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "name": "HumanTrait", + "comment": "Details of all the human bone and muscle types defined by Mecanim.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.Object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "float", + "name": "averageDuration", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "float", + "name": "averageAngularSpeed", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "averageSpeed", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "float", + "name": "apparentSpeed", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "bool", + "name": "isLooping", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "bool", + "name": "legacy", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "bool", + "name": "isHumanMotion", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "bool", + "name": "isAnimatorMotion", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [{ "name": "val", "typeName": "bool" }], + "isStatic": false, + "name": "ValidateIfRetargetable", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "name": "Motion", + "comment": "Base class for AnimationClips and BlendTrees.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.Object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.AnimationClip[]", + "name": "animationClips", + "comment": "Retrieves all AnimationClip used by the controller.\n\n", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "methods": [], + "name": "RuntimeAnimatorController", + "comment": "The runtime representation of the AnimatorController. Use this representation to change the Animator Controller during runtime.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "namespace": "UnityEngine.Experimental.AssetBundlePatching", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "bundles", "typeName": "UnityEngine.AssetBundle[]" }, + { "name": "filenames", "typeName": "string[]" } + ], + "isStatic": true, + "name": "PatchAssetBundles", + "comment": "", + "location": "UnityEngine.AssetBundleModule.dll" + } + ], + "name": "AssetBundleUtility", + "comment": "", + "location": "UnityEngine.AssetBundleModule.dll" + }, + { + "namespace": "UnityEngine.U2D", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "float", + "name": "pixelSnapSpacing", + "comment": "To achieve a pixel perfect render, Sprites must be displaced to discrete positions at render time. This value defines the minimum distance between these positions. This doesn’t affect the GameObject's transform position.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [], + "name": "PixelPerfectRendering", + "comment": "A collection of APIs that facilitate pixel perfect rendering of sprite-based renderers.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.U2D", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "name", + "comment": "The name of the bone. This is useful when recreating bone hierarchy at editor or runtime. You can also use this as a way of resolving the bone path when a Sprite is bound to a more complex or richer hierarchy.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "position", + "comment": "The position in local space of this bone.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Quaternion", + "name": "rotation", + "comment": "The rotation of this bone in local space.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "length", + "comment": "The length of the bone. This is important for the leaf bones to describe their length without needing another bone as the terminal bone.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "parentId", + "comment": "The ID of the parent of this bone.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "SpriteBone", + "comment": "A struct that holds a rich set of information that describes the bind pose of this Sprite.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.U2D", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "NativeSlice", + "params": [ + { + "name": "channel", + "typeName": "UnityEngine.Rendering.VertexAttribute" + } + ], + "isStatic": false, + "name": "GetVertexAttribute", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "channel", + "typeName": "UnityEngine.Rendering.VertexAttribute" + }, + { "name": "src", "typeName": "Unity.Collections.NativeArray" } + ], + "isStatic": false, + "name": "SetVertexAttribute", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "NativeArray", + "params": [], + "isStatic": false, + "name": "GetBindPoses", + "comment": "A list of bind poses for this sprite. There is no need to dispose the returned NativeArray.\n\n```plaintext\nParams: sprite - The sprite to retrieve the bind pose from.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "src", + "typeName": "Unity.Collections.NativeArray" + } + ], + "isStatic": false, + "name": "SetBindPoses", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "NativeArray", + "params": [], + "isStatic": false, + "name": "GetIndices", + "comment": "A read-only list of indices indicating how the triangles are formed between the vertices. The array is marked as undisposable.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "src", + "typeName": "Unity.Collections.NativeArray" + } + ], + "isStatic": false, + "name": "SetIndices", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetBones", + "comment": "An array of SpriteBone that belongs to this Sprite.\n\n```plaintext\nParams: sprite - The sprite to get the list of SpriteBone from.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "src", "typeName": "UnityEngine.U2D.SpriteBone[]" } + ], + "isStatic": false, + "name": "SetBones", + "comment": "Sets the SpriteBones for this Sprite.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "channel", + "typeName": "UnityEngine.Rendering.VertexAttribute" + } + ], + "isStatic": false, + "name": "HasVertexAttribute", + "comment": "True if the channel exists.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "count", "typeName": "int" }], + "isStatic": false, + "name": "SetVertexCount", + "comment": "Sets the vertex count. This resizes the internal buffer. It also preserves any configurations of VertexAttributes.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetVertexCount", + "comment": "Returns the number of vertices in this Sprite.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "SpriteDataAccessExtensions", + "comment": "A list of methods designed for reading and writing to the rich internal data of a Sprite.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.U2D", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "DeactivateDeformableBuffer", + "comment": "Stop using the deformable buffer to render the Sprite and use the original mesh instead.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "SpriteRendererDataAccessExtensions", + "comment": "A list of methods that allow the caller to override what the SpriteRenderer renders.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.U2D", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Action>", + "name": "atlasRequested", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "System.Action", + "name": "atlasRegistered", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Action>" + } + ], + "isStatic": true, + "name": "add_atlasRequested", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Action>" + } + ], + "isStatic": true, + "name": "remove_atlasRequested", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Action" + } + ], + "isStatic": true, + "name": "add_atlasRegistered", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Action" + } + ], + "isStatic": true, + "name": "remove_atlasRegistered", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "SpriteAtlasManager", + "comment": "Manages SpriteAtlas during runtime.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.U2D", + "baseClass": "UnityEngine.Object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "isVariant", + "comment": "Return true if this SpriteAtlas is a variant.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "string", + "name": "tag", + "comment": "Get the tag of this SpriteAtlas.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "spriteCount", + "comment": "Get the total number of Sprite packed into this atlas.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "sprite", "typeName": "UnityEngine.Sprite" }], + "isStatic": false, + "name": "CanBindTo", + "comment": "Return true if Sprite is packed into this SpriteAtlas.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Sprite", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "GetSprite", + "comment": "Clone the first Sprite in this atlas that matches the name packed in this atlas and return it.\n\n```plaintext\nParams: name - The name of the Sprite.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "sprites", "typeName": "UnityEngine.Sprite[]" }], + "isStatic": false, + "name": "GetSprites", + "comment": "The size of the returned array.\n\n```plaintext\nParams: sprites - Array of Sprite that will be filled.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "sprites", "typeName": "UnityEngine.Sprite[]" }, + { "name": "name", "typeName": "string" } + ], + "isStatic": false, + "name": "GetSprites", + "comment": "Clone all the Sprite matching the name in this atlas and fill them into the supplied array.\n\n```plaintext\nParams: sprites - Array of Sprite that will be filled.\n name - The name of the Sprite.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "SpriteAtlas", + "comment": "Sprite Atlas is an asset created within Unity. It is part of the built-in sprite packing solution.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.U2D", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Matrix4x4", + "name": "transform", + "comment": "The world space transform of the GameObject used for calculating the UVs of the Fill texture.\n\n", + "location": "UnityEngine.SpriteShapeModule.dll" + }, + { + "typeName": "UnityEngine.Texture2D", + "name": "fillTexture", + "comment": "The texture to be used for the fill of the SpriteShape.\n\n", + "location": "UnityEngine.SpriteShapeModule.dll" + }, + { + "typeName": "uint", + "name": "fillScale", + "comment": "The scale to be used to calculate the UVs of the fill texture.\n\n", + "location": "UnityEngine.SpriteShapeModule.dll" + }, + { + "typeName": "uint", + "name": "splineDetail", + "comment": "The tessellation quality of the input Spline that determines the complexity of the mesh.\n\n", + "location": "UnityEngine.SpriteShapeModule.dll" + }, + { + "typeName": "float", + "name": "angleThreshold", + "comment": "The threshold of the angle that indicates whether it is a corner or not.\n\n", + "location": "UnityEngine.SpriteShapeModule.dll" + }, + { + "typeName": "float", + "name": "borderPivot", + "comment": "The local displacement of the Sprite when tessellated.\n\n", + "location": "UnityEngine.SpriteShapeModule.dll" + }, + { + "typeName": "float", + "name": "bevelCutoff", + "comment": "The threshold of the angle that decides if it should be tessellated as a curve or a corner.\n\n", + "location": "UnityEngine.SpriteShapeModule.dll" + }, + { + "typeName": "float", + "name": "bevelSize", + "comment": "The radius of the curve to be tessellated.\n\n", + "location": "UnityEngine.SpriteShapeModule.dll" + }, + { + "typeName": "bool", + "name": "carpet", + "comment": "If true, the Shape will be tessellated as a closed form.\n\n", + "location": "UnityEngine.SpriteShapeModule.dll" + }, + { + "typeName": "bool", + "name": "smartSprite", + "comment": "If enabled the tessellator will consider creating corners based on the various input parameters.\n\n", + "location": "UnityEngine.SpriteShapeModule.dll" + }, + { + "typeName": "bool", + "name": "adaptiveUV", + "comment": "If enabled, the tessellator will adapt the size of the quads based on the height of the edge.\n\n", + "location": "UnityEngine.SpriteShapeModule.dll" + }, + { + "typeName": "bool", + "name": "spriteBorders", + "comment": "The borders to be used for calculating the uv of the edges based on the border info found in Sprites.\n\n", + "location": "UnityEngine.SpriteShapeModule.dll" + }, + { + "typeName": "bool", + "name": "stretchUV", + "comment": "Stretch the UV mapping for the Fill texture.\n\n", + "location": "UnityEngine.SpriteShapeModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.SpriteShapeModule.dll" + } + ], + "name": "SpriteShapeParameters", + "comment": "Input parameters for the SpriteShape tessellator.\n\n", + "location": "UnityEngine.SpriteShapeModule.dll" + }, + { + "namespace": "UnityEngine.U2D", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "geomIndex", + "comment": "Geometry index of list of sub-meshes generated by SpriteShape.\n\n", + "location": "UnityEngine.SpriteShapeModule.dll" + }, + { + "typeName": "int", + "name": "indexCount", + "comment": "Index count of SpriteShape sub-mesh.\n\n", + "location": "UnityEngine.SpriteShapeModule.dll" + }, + { + "typeName": "int", + "name": "vertexCount", + "comment": "Vertex count of SpriteShape sub-mesh.\n\n", + "location": "UnityEngine.SpriteShapeModule.dll" + }, + { + "typeName": "int", + "name": "spriteIndex", + "comment": "Index of sprite that is used to generate segment/corner for this SpriteShapeSegment.\n\n", + "location": "UnityEngine.SpriteShapeModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.SpriteShapeModule.dll" + } + ], + "name": "SpriteShapeSegment", + "comment": "SpriteShapeSegment contains info of sub-meshes generated by the SpriteShape generator C# Job later fed to SpriteShapeRenderer.\n\n", + "location": "UnityEngine.SpriteShapeModule.dll" + }, + { + "namespace": "UnityEngine.U2D", + "baseClass": "UnityEngine.Renderer", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Color", + "name": "color", + "comment": "Rendering color for the SpriteShape.\n\n", + "location": "UnityEngine.SpriteShapeModule.dll" + }, + { + "typeName": "UnityEngine.SpriteMaskInteraction", + "name": "maskInteraction", + "comment": "Specifies how the SpriteShape interacts with the masks.\n\n", + "location": "UnityEngine.SpriteShapeModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "handle", "typeName": "Unity.Jobs.JobHandle" }, + { + "name": "shapeParams", + "typeName": "UnityEngine.U2D.SpriteShapeParameters" + }, + { "name": "sprites", "typeName": "UnityEngine.Sprite[]" } + ], + "isStatic": false, + "name": "Prepare", + "comment": "Prepare and generate the SpriteShape geometry that will be fed to SpriteShape generator for rendering.\n\n```plaintext\nParams: handle - JobHandle for the C# based SpriteShape Generator Job.\n shapeParams - Sprite Shape generation input params.\n sprites - Input list of Sprites.\n \n```\n\n", + "location": "UnityEngine.SpriteShapeModule.dll" + }, + { + "returnTypeName": "NativeArray", + "params": [], + "isStatic": false, + "name": "GetBounds", + "comment": "NativeArray of Bounds of SpriteShapeRenderer. The size of this will always be 1.\n\n", + "location": "UnityEngine.SpriteShapeModule.dll" + }, + { + "returnTypeName": "NativeArray", + "params": [{ "name": "dataSize", "typeName": "int" }], + "isStatic": false, + "name": "GetSegments", + "comment": "Size to be reserved for the NativeArray.\n\n```plaintext\nParams: dataSize - Size to be reserved for the segments array.\n \n```\n\n", + "location": "UnityEngine.SpriteShapeModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "dataSize", "typeName": "int" }, + { + "name": "indices", + "typeName": "Unity.Collections.NativeArray" + }, + { + "name": "vertices", + "typeName": "Unity.Collections.NativeSlice" + }, + { + "name": "texcoords", + "typeName": "Unity.Collections.NativeSlice" + } + ], + "isStatic": false, + "name": "GetChannels", + "comment": "", + "location": "UnityEngine.SpriteShapeModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "dataSize", "typeName": "int" }, + { + "name": "indices", + "typeName": "Unity.Collections.NativeArray" + }, + { + "name": "vertices", + "typeName": "Unity.Collections.NativeSlice" + }, + { + "name": "texcoords", + "typeName": "Unity.Collections.NativeSlice" + }, + { + "name": "tangents", + "typeName": "Unity.Collections.NativeSlice" + } + ], + "isStatic": false, + "name": "GetChannels", + "comment": "", + "location": "UnityEngine.SpriteShapeModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "dataSize", "typeName": "int" }, + { + "name": "indices", + "typeName": "Unity.Collections.NativeArray" + }, + { + "name": "vertices", + "typeName": "Unity.Collections.NativeSlice" + }, + { + "name": "texcoords", + "typeName": "Unity.Collections.NativeSlice" + }, + { + "name": "tangents", + "typeName": "Unity.Collections.NativeSlice" + }, + { + "name": "normals", + "typeName": "Unity.Collections.NativeSlice" + } + ], + "isStatic": false, + "name": "GetChannels", + "comment": "", + "location": "UnityEngine.SpriteShapeModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.SpriteShapeModule.dll" + } + ], + "name": "SpriteShapeRenderer", + "comment": "Renders SpriteShapes defined through the SpriteShapeUtility.GenerateSpriteShape API.\n\n", + "location": "UnityEngine.SpriteShapeModule.dll" + }, + { + "namespace": "UnityEngine.U2D", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "float", + "name": "height", + "comment": "The height of the tessellated edge.\n\n", + "location": "UnityEngine.SpriteShapeModule.dll" + }, + { + "typeName": "float", + "name": "bevelCutoff", + "comment": "The threshold of the angle that decides if it should be tessellated as a curve or a corner.\n\n", + "location": "UnityEngine.SpriteShapeModule.dll" + }, + { + "typeName": "float", + "name": "bevelSize", + "comment": "The radius of the curve to be tessellated.\n\n", + "location": "UnityEngine.SpriteShapeModule.dll" + }, + { + "typeName": "uint", + "name": "spriteIndex", + "comment": "The Sprite to be used for a particular edge.\n\n", + "location": "UnityEngine.SpriteShapeModule.dll" + }, + { + "typeName": "bool", + "name": "corner", + "comment": "True will indicate that this point should be tessellated as a corner or a continuous line otherwise.\n\n", + "location": "UnityEngine.SpriteShapeModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.SpriteShapeModule.dll" + } + ], + "name": "SpriteShapeMetaData", + "comment": "Additional data about the shape's control point. This is useful during tessellation of the shape.\n\n", + "location": "UnityEngine.SpriteShapeModule.dll" + }, + { + "namespace": "UnityEngine.U2D", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Vector3", + "name": "position", + "comment": "The position of this point in the object's local space.\n\n", + "location": "UnityEngine.SpriteShapeModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "leftTangent", + "comment": "The position of the left tangent in local space.\n\n", + "location": "UnityEngine.SpriteShapeModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "rightTangent", + "comment": "The position of the right tangent point in the local space.\n\n", + "location": "UnityEngine.SpriteShapeModule.dll" + }, + { + "typeName": "int", + "name": "mode", + "comment": "The various modes of the tangent handles. They could be continuous or broken.\n\n", + "location": "UnityEngine.SpriteShapeModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.SpriteShapeModule.dll" + } + ], + "name": "ShapeControlPoint", + "comment": "Data that describes the important points of the shape.\n\n", + "location": "UnityEngine.SpriteShapeModule.dll" + }, + { + "namespace": "UnityEngine.U2D", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "float", + "name": "start", + "comment": "The minimum angle to be considered within this range.\n\n", + "location": "UnityEngine.SpriteShapeModule.dll" + }, + { + "typeName": "float", + "name": "end", + "comment": "The maximum angle to be considered within this range.\n\n", + "location": "UnityEngine.SpriteShapeModule.dll" + }, + { + "typeName": "uint", + "name": "order", + "comment": "The render order of the edges that belong in this range.\n\n", + "location": "UnityEngine.SpriteShapeModule.dll" + }, + { + "typeName": "int[]", + "name": "sprites", + "comment": "The list of Sprites that are associated with this range.\n\n", + "location": "UnityEngine.SpriteShapeModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.SpriteShapeModule.dll" + } + ], + "name": "AngleRangeInfo", + "comment": "Describes the information about the edge and how to tessellate it.\n\n", + "location": "UnityEngine.SpriteShapeModule.dll" + }, + { + "namespace": "UnityEngine.U2D", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "", + "params": [ + { "name": "mesh", "typeName": "UnityEngine.Mesh" }, + { + "name": "shapeParams", + "typeName": "UnityEngine.U2D.SpriteShapeParameters" + }, + { + "name": "points", + "typeName": "UnityEngine.U2D.ShapeControlPoint[]" + }, + { + "name": "metaData", + "typeName": "UnityEngine.U2D.SpriteShapeMetaData[]" + }, + { + "name": "angleRange", + "typeName": "UnityEngine.U2D.AngleRangeInfo[]" + }, + { "name": "sprites", "typeName": "UnityEngine.Sprite[]" }, + { "name": "corners", "typeName": "UnityEngine.Sprite[]" } + ], + "isStatic": true, + "name": "Generate", + "comment": "Generate a mesh based on input parameters.\n\n```plaintext\nParams: mesh - The output mesh.\n shapeParams - Input parameters for the SpriteShape tessellator.\n points - A list of control points that describes the shape.\n metaData - Additional data about the shape's control point. This is useful during tessellation of the shape.\n sprites - The list of Sprites that could be used for the edges.\n corners - The list of Sprites that could be used for the corners.\n angleRange - A parameter that determins how to tessellate each of the edge.\n \n```\n\n", + "location": "UnityEngine.SpriteShapeModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "renderer", + "typeName": "UnityEngine.U2D.SpriteShapeRenderer" + }, + { + "name": "shapeParams", + "typeName": "UnityEngine.U2D.SpriteShapeParameters" + }, + { + "name": "points", + "typeName": "UnityEngine.U2D.ShapeControlPoint[]" + }, + { + "name": "metaData", + "typeName": "UnityEngine.U2D.SpriteShapeMetaData[]" + }, + { + "name": "angleRange", + "typeName": "UnityEngine.U2D.AngleRangeInfo[]" + }, + { "name": "sprites", "typeName": "UnityEngine.Sprite[]" }, + { "name": "corners", "typeName": "UnityEngine.Sprite[]" } + ], + "isStatic": true, + "name": "GenerateSpriteShape", + "comment": "Generate a mesh based on input parameters.\n\n```plaintext\nParams: renderer - SpriteShapeRenderer to which the generated geometry is fed to.\n shapeParams - Input parameters for the SpriteShape tessellator.\n points - A list of control points that describes the shape.\n metaData - Additional data about the shape's control point. This is useful during tessellation of the shape.\n sprites - The list of Sprites that could be used for the edges.\n corners - The list of Sprites that could be used for the corners.\n angleRange - A parameter that determins how to tessellate each of the edge.\n \n```\n\n", + "location": "UnityEngine.SpriteShapeModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.SpriteShapeModule.dll" + } + ], + "name": "SpriteShapeUtility", + "comment": "A static class that helps tessellate a SpriteShape mesh.\n\n", + "location": "UnityEngine.SpriteShapeModule.dll" + }, + { + "namespace": "UnityEngine.Analytics", + "baseClass": "UnityEngine.UI.Button", + "attribute": "", + "interfaces": [ + "IMoveHandler", + "IPointerDownHandler", + "IPointerUpHandler", + "IPointerEnterHandler", + "IPointerExitHandler", + "ISelectHandler", + "IDeselectHandler", + "IPointerClickHandler", + "ISubmitHandler", + "IEventSystemHandler" + ], + "fields": [], + "methods": [], + "name": "DataPrivacyButton", + "comment": "", + "location": "Unity.Analytics.DataPrivacy.dll" + }, + { + "namespace": "UnityEngine.Analytics", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "sdkVersion", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "bool", + "name": "debugMode", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "action", + "typeName": "System.Action>" + } + ], + "isStatic": true, + "name": "Register", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "action", + "typeName": "System.Action>" + } + ], + "isStatic": true, + "name": "Unregister", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "returnTypeName": "AnalyticsResult", + "params": [ + { "name": "eventName", "typeName": "string" }, + { + "name": "eventData", + "typeName": "System.Collections.Generic.IDictionary" + } + ], + "isStatic": true, + "name": "Custom", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "returnTypeName": "AnalyticsResult", + "params": [ + { "name": "stepIndex", "typeName": "int" }, + { "name": "achievementId", "typeName": "string" }, + { + "name": "eventData", + "typeName": "System.Collections.Generic.IDictionary" + } + ], + "isStatic": true, + "name": "AchievementStep", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "returnTypeName": "AnalyticsResult", + "params": [ + { "name": "achievementId", "typeName": "string" }, + { + "name": "eventData", + "typeName": "System.Collections.Generic.IDictionary" + } + ], + "isStatic": true, + "name": "AchievementUnlocked", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "returnTypeName": "AnalyticsResult", + "params": [ + { "name": "rewarded", "typeName": "bool" }, + { + "name": "network", + "typeName": "UnityEngine.Analytics.AdvertisingNetwork" + }, + { "name": "placementId", "typeName": "string" }, + { + "name": "eventData", + "typeName": "System.Collections.Generic.IDictionary" + } + ], + "isStatic": true, + "name": "AdComplete", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "returnTypeName": "AnalyticsResult", + "params": [ + { "name": "rewarded", "typeName": "bool" }, + { "name": "network", "typeName": "string" }, + { "name": "placementId", "typeName": "string" }, + { + "name": "eventData", + "typeName": "System.Collections.Generic.IDictionary" + } + ], + "isStatic": true, + "name": "AdComplete", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "returnTypeName": "AnalyticsResult", + "params": [ + { "name": "rewarded", "typeName": "bool" }, + { + "name": "network", + "typeName": "UnityEngine.Analytics.AdvertisingNetwork" + }, + { "name": "placementId", "typeName": "string" }, + { + "name": "eventData", + "typeName": "System.Collections.Generic.IDictionary" + } + ], + "isStatic": true, + "name": "AdOffer", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "returnTypeName": "AnalyticsResult", + "params": [ + { "name": "rewarded", "typeName": "bool" }, + { "name": "network", "typeName": "string" }, + { "name": "placementId", "typeName": "string" }, + { + "name": "eventData", + "typeName": "System.Collections.Generic.IDictionary" + } + ], + "isStatic": true, + "name": "AdOffer", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "returnTypeName": "AnalyticsResult", + "params": [ + { "name": "rewarded", "typeName": "bool" }, + { + "name": "network", + "typeName": "UnityEngine.Analytics.AdvertisingNetwork" + }, + { "name": "placementId", "typeName": "string" }, + { + "name": "eventData", + "typeName": "System.Collections.Generic.IDictionary" + } + ], + "isStatic": true, + "name": "AdSkip", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "returnTypeName": "AnalyticsResult", + "params": [ + { "name": "rewarded", "typeName": "bool" }, + { "name": "network", "typeName": "string" }, + { "name": "placementId", "typeName": "string" }, + { + "name": "eventData", + "typeName": "System.Collections.Generic.IDictionary" + } + ], + "isStatic": true, + "name": "AdSkip", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "returnTypeName": "AnalyticsResult", + "params": [ + { "name": "rewarded", "typeName": "bool" }, + { + "name": "network", + "typeName": "UnityEngine.Analytics.AdvertisingNetwork" + }, + { "name": "placementId", "typeName": "string" }, + { + "name": "eventData", + "typeName": "System.Collections.Generic.IDictionary" + } + ], + "isStatic": true, + "name": "AdStart", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "returnTypeName": "AnalyticsResult", + "params": [ + { "name": "rewarded", "typeName": "bool" }, + { "name": "network", "typeName": "string" }, + { "name": "placementId", "typeName": "string" }, + { + "name": "eventData", + "typeName": "System.Collections.Generic.IDictionary" + } + ], + "isStatic": true, + "name": "AdStart", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "returnTypeName": "AnalyticsResult", + "params": [ + { + "name": "eventData", + "typeName": "System.Collections.Generic.IDictionary" + } + ], + "isStatic": true, + "name": "ChatMessageSent", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "returnTypeName": "AnalyticsResult", + "params": [ + { + "name": "eventData", + "typeName": "System.Collections.Generic.IDictionary" + } + ], + "isStatic": true, + "name": "CustomEvent", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "returnTypeName": "AnalyticsResult", + "params": [ + { "name": "name", "typeName": "string" }, + { + "name": "eventData", + "typeName": "System.Collections.Generic.IDictionary" + } + ], + "isStatic": true, + "name": "CutsceneSkip", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "returnTypeName": "AnalyticsResult", + "params": [ + { "name": "name", "typeName": "string" }, + { + "name": "eventData", + "typeName": "System.Collections.Generic.IDictionary" + } + ], + "isStatic": true, + "name": "CutsceneStart", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "returnTypeName": "AnalyticsResult", + "params": [ + { "name": "actionId", "typeName": "string" }, + { + "name": "eventData", + "typeName": "System.Collections.Generic.IDictionary" + } + ], + "isStatic": true, + "name": "FirstInteraction", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "returnTypeName": "AnalyticsResult", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "name", "typeName": "string" }, + { + "name": "eventData", + "typeName": "System.Collections.Generic.IDictionary" + } + ], + "isStatic": true, + "name": "GameOver", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "returnTypeName": "AnalyticsResult", + "params": [ + { "name": "name", "typeName": "string" }, + { + "name": "eventData", + "typeName": "System.Collections.Generic.IDictionary" + } + ], + "isStatic": true, + "name": "GameOver", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "returnTypeName": "AnalyticsResult", + "params": [ + { + "name": "eventData", + "typeName": "System.Collections.Generic.IDictionary" + } + ], + "isStatic": true, + "name": "GameStart", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "returnTypeName": "AnalyticsResult", + "params": [ + { "name": "transactionContext", "typeName": "string" }, + { "name": "price", "typeName": "float" }, + { "name": "itemId", "typeName": "string" }, + { "name": "itemType", "typeName": "string" }, + { "name": "level", "typeName": "string" }, + { "name": "transactionId", "typeName": "string" }, + { + "name": "eventData", + "typeName": "System.Collections.Generic.IDictionary" + } + ], + "isStatic": true, + "name": "IAPTransaction", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "returnTypeName": "AnalyticsResult", + "params": [ + { + "name": "currencyType", + "typeName": "UnityEngine.Analytics.AcquisitionType" + }, + { "name": "transactionContext", "typeName": "string" }, + { "name": "amount", "typeName": "float" }, + { "name": "itemId", "typeName": "string" }, + { "name": "balance", "typeName": "float" }, + { "name": "itemType", "typeName": "string" }, + { "name": "level", "typeName": "string" }, + { "name": "transactionId", "typeName": "string" }, + { + "name": "eventData", + "typeName": "System.Collections.Generic.IDictionary" + } + ], + "isStatic": true, + "name": "ItemAcquired", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "returnTypeName": "AnalyticsResult", + "params": [ + { + "name": "currencyType", + "typeName": "UnityEngine.Analytics.AcquisitionType" + }, + { "name": "transactionContext", "typeName": "string" }, + { "name": "amount", "typeName": "float" }, + { "name": "itemId", "typeName": "string" }, + { "name": "itemType", "typeName": "string" }, + { "name": "level", "typeName": "string" }, + { "name": "transactionId", "typeName": "string" }, + { + "name": "eventData", + "typeName": "System.Collections.Generic.IDictionary" + } + ], + "isStatic": true, + "name": "ItemAcquired", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "returnTypeName": "AnalyticsResult", + "params": [ + { + "name": "currencyType", + "typeName": "UnityEngine.Analytics.AcquisitionType" + }, + { "name": "transactionContext", "typeName": "string" }, + { "name": "amount", "typeName": "float" }, + { "name": "itemId", "typeName": "string" }, + { "name": "balance", "typeName": "float" }, + { "name": "itemType", "typeName": "string" }, + { "name": "level", "typeName": "string" }, + { "name": "transactionId", "typeName": "string" }, + { + "name": "eventData", + "typeName": "System.Collections.Generic.IDictionary" + } + ], + "isStatic": true, + "name": "ItemSpent", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "returnTypeName": "AnalyticsResult", + "params": [ + { + "name": "currencyType", + "typeName": "UnityEngine.Analytics.AcquisitionType" + }, + { "name": "transactionContext", "typeName": "string" }, + { "name": "amount", "typeName": "float" }, + { "name": "itemId", "typeName": "string" }, + { "name": "itemType", "typeName": "string" }, + { "name": "level", "typeName": "string" }, + { "name": "transactionId", "typeName": "string" }, + { + "name": "eventData", + "typeName": "System.Collections.Generic.IDictionary" + } + ], + "isStatic": true, + "name": "ItemSpent", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "returnTypeName": "AnalyticsResult", + "params": [ + { "name": "name", "typeName": "string" }, + { + "name": "eventData", + "typeName": "System.Collections.Generic.IDictionary" + } + ], + "isStatic": true, + "name": "LevelComplete", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "returnTypeName": "AnalyticsResult", + "params": [ + { "name": "index", "typeName": "int" }, + { + "name": "eventData", + "typeName": "System.Collections.Generic.IDictionary" + } + ], + "isStatic": true, + "name": "LevelComplete", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "returnTypeName": "AnalyticsResult", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "index", "typeName": "int" }, + { + "name": "eventData", + "typeName": "System.Collections.Generic.IDictionary" + } + ], + "isStatic": true, + "name": "LevelComplete", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "returnTypeName": "AnalyticsResult", + "params": [ + { "name": "name", "typeName": "string" }, + { + "name": "eventData", + "typeName": "System.Collections.Generic.IDictionary" + } + ], + "isStatic": true, + "name": "LevelFail", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "returnTypeName": "AnalyticsResult", + "params": [ + { "name": "index", "typeName": "int" }, + { + "name": "eventData", + "typeName": "System.Collections.Generic.IDictionary" + } + ], + "isStatic": true, + "name": "LevelFail", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "returnTypeName": "AnalyticsResult", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "index", "typeName": "int" }, + { + "name": "eventData", + "typeName": "System.Collections.Generic.IDictionary" + } + ], + "isStatic": true, + "name": "LevelFail", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "returnTypeName": "AnalyticsResult", + "params": [ + { "name": "name", "typeName": "string" }, + { + "name": "eventData", + "typeName": "System.Collections.Generic.IDictionary" + } + ], + "isStatic": true, + "name": "LevelQuit", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "returnTypeName": "AnalyticsResult", + "params": [ + { "name": "index", "typeName": "int" }, + { + "name": "eventData", + "typeName": "System.Collections.Generic.IDictionary" + } + ], + "isStatic": true, + "name": "LevelQuit", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "returnTypeName": "AnalyticsResult", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "index", "typeName": "int" }, + { + "name": "eventData", + "typeName": "System.Collections.Generic.IDictionary" + } + ], + "isStatic": true, + "name": "LevelQuit", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "returnTypeName": "AnalyticsResult", + "params": [ + { "name": "name", "typeName": "string" }, + { + "name": "eventData", + "typeName": "System.Collections.Generic.IDictionary" + } + ], + "isStatic": true, + "name": "LevelSkip", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "returnTypeName": "AnalyticsResult", + "params": [ + { "name": "index", "typeName": "int" }, + { + "name": "eventData", + "typeName": "System.Collections.Generic.IDictionary" + } + ], + "isStatic": true, + "name": "LevelSkip", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "returnTypeName": "AnalyticsResult", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "index", "typeName": "int" }, + { + "name": "eventData", + "typeName": "System.Collections.Generic.IDictionary" + } + ], + "isStatic": true, + "name": "LevelSkip", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "returnTypeName": "AnalyticsResult", + "params": [ + { "name": "name", "typeName": "string" }, + { + "name": "eventData", + "typeName": "System.Collections.Generic.IDictionary" + } + ], + "isStatic": true, + "name": "LevelStart", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "returnTypeName": "AnalyticsResult", + "params": [ + { "name": "index", "typeName": "int" }, + { + "name": "eventData", + "typeName": "System.Collections.Generic.IDictionary" + } + ], + "isStatic": true, + "name": "LevelStart", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "returnTypeName": "AnalyticsResult", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "index", "typeName": "int" }, + { + "name": "eventData", + "typeName": "System.Collections.Generic.IDictionary" + } + ], + "isStatic": true, + "name": "LevelStart", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "returnTypeName": "AnalyticsResult", + "params": [ + { "name": "name", "typeName": "string" }, + { + "name": "eventData", + "typeName": "System.Collections.Generic.IDictionary" + } + ], + "isStatic": true, + "name": "LevelUp", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "returnTypeName": "AnalyticsResult", + "params": [ + { "name": "index", "typeName": "int" }, + { + "name": "eventData", + "typeName": "System.Collections.Generic.IDictionary" + } + ], + "isStatic": true, + "name": "LevelUp", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "returnTypeName": "AnalyticsResult", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "index", "typeName": "int" }, + { + "name": "eventData", + "typeName": "System.Collections.Generic.IDictionary" + } + ], + "isStatic": true, + "name": "LevelUp", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "returnTypeName": "AnalyticsResult", + "params": [ + { "name": "rewarded", "typeName": "bool" }, + { + "name": "network", + "typeName": "UnityEngine.Analytics.AdvertisingNetwork" + }, + { "name": "placementId", "typeName": "string" }, + { + "name": "eventData", + "typeName": "System.Collections.Generic.IDictionary" + } + ], + "isStatic": true, + "name": "PostAdAction", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "returnTypeName": "AnalyticsResult", + "params": [ + { "name": "rewarded", "typeName": "bool" }, + { "name": "network", "typeName": "string" }, + { "name": "placementId", "typeName": "string" }, + { + "name": "eventData", + "typeName": "System.Collections.Generic.IDictionary" + } + ], + "isStatic": true, + "name": "PostAdAction", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "returnTypeName": "AnalyticsResult", + "params": [ + { "name": "message_id", "typeName": "string" }, + { + "name": "eventData", + "typeName": "System.Collections.Generic.IDictionary" + } + ], + "isStatic": true, + "name": "PushNotificationClick", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "returnTypeName": "AnalyticsResult", + "params": [ + { + "name": "eventData", + "typeName": "System.Collections.Generic.IDictionary" + } + ], + "isStatic": true, + "name": "PushNotificationEnable", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "returnTypeName": "AnalyticsResult", + "params": [ + { + "name": "screenName", + "typeName": "UnityEngine.Analytics.ScreenName" + }, + { + "name": "eventData", + "typeName": "System.Collections.Generic.IDictionary" + } + ], + "isStatic": true, + "name": "ScreenVisit", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "returnTypeName": "AnalyticsResult", + "params": [ + { "name": "screenName", "typeName": "string" }, + { + "name": "eventData", + "typeName": "System.Collections.Generic.IDictionary" + } + ], + "isStatic": true, + "name": "ScreenVisit", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "returnTypeName": "AnalyticsResult", + "params": [ + { + "name": "shareType", + "typeName": "UnityEngine.Analytics.ShareType" + }, + { + "name": "socialNetwork", + "typeName": "UnityEngine.Analytics.SocialNetwork" + }, + { "name": "senderId", "typeName": "string" }, + { "name": "recipientId", "typeName": "string" }, + { + "name": "eventData", + "typeName": "System.Collections.Generic.IDictionary" + } + ], + "isStatic": true, + "name": "SocialShare", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "returnTypeName": "AnalyticsResult", + "params": [ + { + "name": "shareType", + "typeName": "UnityEngine.Analytics.ShareType" + }, + { "name": "socialNetwork", "typeName": "string" }, + { "name": "senderId", "typeName": "string" }, + { "name": "recipientId", "typeName": "string" }, + { + "name": "eventData", + "typeName": "System.Collections.Generic.IDictionary" + } + ], + "isStatic": true, + "name": "SocialShare", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "returnTypeName": "AnalyticsResult", + "params": [ + { "name": "shareType", "typeName": "string" }, + { + "name": "socialNetwork", + "typeName": "UnityEngine.Analytics.SocialNetwork" + }, + { "name": "senderId", "typeName": "string" }, + { "name": "recipientId", "typeName": "string" }, + { + "name": "eventData", + "typeName": "System.Collections.Generic.IDictionary" + } + ], + "isStatic": true, + "name": "SocialShare", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "returnTypeName": "AnalyticsResult", + "params": [ + { "name": "shareType", "typeName": "string" }, + { "name": "socialNetwork", "typeName": "string" }, + { "name": "senderId", "typeName": "string" }, + { "name": "recipientId", "typeName": "string" }, + { + "name": "eventData", + "typeName": "System.Collections.Generic.IDictionary" + } + ], + "isStatic": true, + "name": "SocialShare", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "returnTypeName": "AnalyticsResult", + "params": [ + { + "name": "shareType", + "typeName": "UnityEngine.Analytics.ShareType" + }, + { + "name": "socialNetwork", + "typeName": "UnityEngine.Analytics.SocialNetwork" + }, + { "name": "senderId", "typeName": "string" }, + { "name": "recipientId", "typeName": "string" }, + { + "name": "eventData", + "typeName": "System.Collections.Generic.IDictionary" + } + ], + "isStatic": true, + "name": "SocialShareAccept", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "returnTypeName": "AnalyticsResult", + "params": [ + { + "name": "shareType", + "typeName": "UnityEngine.Analytics.ShareType" + }, + { "name": "socialNetwork", "typeName": "string" }, + { "name": "senderId", "typeName": "string" }, + { "name": "recipientId", "typeName": "string" }, + { + "name": "eventData", + "typeName": "System.Collections.Generic.IDictionary" + } + ], + "isStatic": true, + "name": "SocialShareAccept", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "returnTypeName": "AnalyticsResult", + "params": [ + { "name": "shareType", "typeName": "string" }, + { + "name": "socialNetwork", + "typeName": "UnityEngine.Analytics.SocialNetwork" + }, + { "name": "senderId", "typeName": "string" }, + { "name": "recipientId", "typeName": "string" }, + { + "name": "eventData", + "typeName": "System.Collections.Generic.IDictionary" + } + ], + "isStatic": true, + "name": "SocialShareAccept", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "returnTypeName": "AnalyticsResult", + "params": [ + { "name": "shareType", "typeName": "string" }, + { "name": "socialNetwork", "typeName": "string" }, + { "name": "senderId", "typeName": "string" }, + { "name": "recipientId", "typeName": "string" }, + { + "name": "eventData", + "typeName": "System.Collections.Generic.IDictionary" + } + ], + "isStatic": true, + "name": "SocialShareAccept", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "returnTypeName": "AnalyticsResult", + "params": [ + { + "name": "storeType", + "typeName": "UnityEngine.Analytics.StoreType" + }, + { "name": "itemId", "typeName": "string" }, + { "name": "itemName", "typeName": "string" }, + { + "name": "eventData", + "typeName": "System.Collections.Generic.IDictionary" + } + ], + "isStatic": true, + "name": "StoreItemClick", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "returnTypeName": "AnalyticsResult", + "params": [ + { + "name": "storeType", + "typeName": "UnityEngine.Analytics.StoreType" + }, + { + "name": "eventData", + "typeName": "System.Collections.Generic.IDictionary" + } + ], + "isStatic": true, + "name": "StoreOpened", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "returnTypeName": "AnalyticsResult", + "params": [ + { "name": "tutorialId", "typeName": "string" }, + { + "name": "eventData", + "typeName": "System.Collections.Generic.IDictionary" + } + ], + "isStatic": true, + "name": "TutorialComplete", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "returnTypeName": "AnalyticsResult", + "params": [ + { "name": "tutorialId", "typeName": "string" }, + { + "name": "eventData", + "typeName": "System.Collections.Generic.IDictionary" + } + ], + "isStatic": true, + "name": "TutorialSkip", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "returnTypeName": "AnalyticsResult", + "params": [ + { "name": "tutorialId", "typeName": "string" }, + { + "name": "eventData", + "typeName": "System.Collections.Generic.IDictionary" + } + ], + "isStatic": true, + "name": "TutorialStart", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "returnTypeName": "AnalyticsResult", + "params": [ + { "name": "stepIndex", "typeName": "int" }, + { "name": "tutorialId", "typeName": "string" }, + { + "name": "eventData", + "typeName": "System.Collections.Generic.IDictionary" + } + ], + "isStatic": true, + "name": "TutorialStep", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "returnTypeName": "AnalyticsResult", + "params": [ + { + "name": "authorizationNetwork", + "typeName": "UnityEngine.Analytics.AuthorizationNetwork" + }, + { + "name": "eventData", + "typeName": "System.Collections.Generic.IDictionary" + } + ], + "isStatic": true, + "name": "UserSignup", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "returnTypeName": "AnalyticsResult", + "params": [ + { "name": "authorizationNetwork", "typeName": "string" }, + { + "name": "eventData", + "typeName": "System.Collections.Generic.IDictionary" + } + ], + "isStatic": true, + "name": "UserSignup", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + } + ], + "name": "AnalyticsEvent", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "namespace": "UnityEngine.Analytics", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + } + ], + "name": "AnalyticsEventAttribute", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "namespace": "UnityEngine.Analytics", + "baseClass": "UnityEngine.Analytics.AnalyticsEventAttribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "string", + "name": "sendName", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "string", + "name": "path", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "string", + "name": "tooltip", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "sendName", "typeName": "string" }, + { "name": "path", "typeName": "string" }, + { "name": "tooltip", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + } + ], + "name": "StandardEventName", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "namespace": "UnityEngine.Analytics", + "baseClass": "UnityEngine.Analytics.AnalyticsEventAttribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "string", + "name": "sendName", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "string", + "name": "tooltip", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "string", + "name": "groupId", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "sendName", "typeName": "string" }, + { "name": "tooltip", "typeName": "string" }, + { "name": "groupId", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + } + ], + "name": "AnalyticsEventParameter", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "namespace": "UnityEngine.Analytics", + "baseClass": "UnityEngine.Analytics.AnalyticsEventParameter", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "sendName", "typeName": "string" }, + { "name": "tooltip", "typeName": "string" }, + { "name": "groupId", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + } + ], + "name": "RequiredParameter", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.AsyncOperation", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.AssetBundle", + "name": "assetBundle", + "comment": "Asset object being loaded (Read Only).\n\n", + "location": "UnityEngine.AssetBundleModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AssetBundleModule.dll" + } + ], + "name": "AssetBundleCreateRequest", + "comment": "Asynchronous create request for an AssetBundle.\n\n", + "location": "UnityEngine.AssetBundleModule.dll" + }, + { + "namespace": "UnityEngine.Analytics", + "baseClass": "UnityEngine.Analytics.AnalyticsEventParameter", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "sendName", "typeName": "string" }, + { "name": "tooltip", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + } + ], + "name": "OptionalParameter", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "namespace": "UnityEngine.Analytics", + "baseClass": "UnityEngine.Analytics.AnalyticsEventAttribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "bool", + "name": "Customizable", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "customizable", "typeName": "bool" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + } + ], + "name": "CustomizableEnum", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.Object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetAllAssetBundles", + "comment": "An array of asset bundle names.\n\n", + "location": "UnityEngine.AssetBundleModule.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetAllAssetBundlesWithVariant", + "comment": "An array of asset bundle names.\n\n", + "location": "UnityEngine.AssetBundleModule.dll" + }, + { + "returnTypeName": "Hash128", + "params": [{ "name": "assetBundleName", "typeName": "string" }], + "isStatic": false, + "name": "GetAssetBundleHash", + "comment": "The 128-bit hash for the asset bundle.\n\n```plaintext\nParams: assetBundleName - Name of the asset bundle.\n \n```\n\n", + "location": "UnityEngine.AssetBundleModule.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "assetBundleName", "typeName": "string" }], + "isStatic": false, + "name": "GetDirectDependencies", + "comment": "Array of asset bundle names this asset bundle depends on.\n\n```plaintext\nParams: assetBundleName - Name of the asset bundle.\n \n```\n\n", + "location": "UnityEngine.AssetBundleModule.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "assetBundleName", "typeName": "string" }], + "isStatic": false, + "name": "GetAllDependencies", + "comment": "Get all the dependent AssetBundles for the given AssetBundle.\n\n```plaintext\nParams: assetBundleName - Name of the asset bundle.\n \n```\n\n", + "location": "UnityEngine.AssetBundleModule.dll" + } + ], + "name": "AssetBundleManifest", + "comment": "Manifest for all the AssetBundles in the build.\n\n", + "location": "UnityEngine.AssetBundleModule.dll" + }, + { + "namespace": "UnityEngine.Analytics", + "baseClass": "UnityEngine.Analytics.AnalyticsEventAttribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "UnityEngine.Analytics.EnumCase.Styles", + "name": "Style", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "style", + "typeName": "UnityEngine.Analytics.EnumCase.Styles" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + } + ], + "name": "EnumCase", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.AsyncOperation", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "humanReadableResult", + "comment": "A string describing the recompression operation result (Read Only).\n\n", + "location": "UnityEngine.AssetBundleModule.dll" + }, + { + "typeName": "string", + "name": "inputPath", + "comment": "Path of the AssetBundle being recompressed (Read Only).\n\n", + "location": "UnityEngine.AssetBundleModule.dll" + }, + { + "typeName": "string", + "name": "outputPath", + "comment": "Path of the resulting recompressed AssetBundle (Read Only).\n\n", + "location": "UnityEngine.AssetBundleModule.dll" + }, + { + "typeName": "UnityEngine.AssetBundleLoadResult", + "name": "result", + "comment": "Result of the recompression operation.\n\n", + "location": "UnityEngine.AssetBundleModule.dll" + }, + { + "typeName": "bool", + "name": "success", + "comment": "True if the recompress operation is complete and was successful, otherwise false (Read Only).\n\n", + "location": "UnityEngine.AssetBundleModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AssetBundleModule.dll" + } + ], + "name": "AssetBundleRecompressOperation", + "comment": "Asynchronous AssetBundle recompression from one compression method and level to another.\n\n", + "location": "UnityEngine.AssetBundleModule.dll" + }, + { + "namespace": "UnityEngine.Analytics", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Analytics.EnumCase.Styles", + "name": "None", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.EnumCase.Styles", + "name": "Snake", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.EnumCase.Styles", + "name": "Lower", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Analytics.EnumCase.Styles", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + } + ], + "name": "Styles", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.ResourceRequest", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Object", + "name": "asset", + "comment": "Asset object being loaded (Read Only).\n\n", + "location": "UnityEngine.AssetBundleModule.dll" + }, + { + "typeName": "UnityEngine.Object[]", + "name": "allAssets", + "comment": "Asset objects with sub assets being loaded. (Read Only)\n\n", + "location": "UnityEngine.AssetBundleModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AssetBundleModule.dll" + } + ], + "name": "AssetBundleRequest", + "comment": "Asynchronous load request from an AssetBundle.\n\n", + "location": "UnityEngine.AssetBundleModule.dll" + }, + { + "namespace": "UnityEngine.Analytics", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Analytics.AcquisitionSource", + "name": "None", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.AcquisitionSource", + "name": "Store", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.AcquisitionSource", + "name": "Earned", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.AcquisitionSource", + "name": "Promotion", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.AcquisitionSource", + "name": "Gift", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.AcquisitionSource", + "name": "RewardedAd", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.AcquisitionSource", + "name": "TimedReward", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.AcquisitionSource", + "name": "SocialReward", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Analytics.AcquisitionSource", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + } + ], + "name": "AcquisitionSource", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.CompressionType", + "name": "None", + "comment": "Uncompressed Asset Bundles are larger than compressed Asset Bundles, but they are the fastest to access once downloaded.\n\n", + "location": "UnityEngine.AssetBundleModule.dll" + }, + { + "typeName": "UnityEngine.CompressionType", + "name": "Lzma", + "comment": "LZMA compression results in smaller compressed Asset Bundles but they must be entirely decompressed before use.\n\n", + "location": "UnityEngine.AssetBundleModule.dll" + }, + { + "typeName": "UnityEngine.CompressionType", + "name": "Lz4", + "comment": "LZ4 compression results in larger compressed files than LZMA, but does not require the entire bundle to be decompressed before use.\n\n", + "location": "UnityEngine.AssetBundleModule.dll" + }, + { + "typeName": "UnityEngine.CompressionType", + "name": "Lz4HC", + "comment": "LZ4HC is a high compression variant of LZ4. LZ4HC compression results in larger compressed files than LZMA, but does not require the entire bundle to be decompressed before use.\n\n", + "location": "UnityEngine.AssetBundleModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.CompressionType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AssetBundleModule.dll" + } + ], + "name": "CompressionType", + "comment": "Compression Method for Asset Bundles.\n\n", + "location": "UnityEngine.AssetBundleModule.dll" + }, + { + "namespace": "UnityEngine.Analytics", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Analytics.AcquisitionType", + "name": "Soft", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.AcquisitionType", + "name": "Premium", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Analytics.AcquisitionType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + } + ], + "name": "AcquisitionType", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "namespace": "UnityEngine.Analytics", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Analytics.AdvertisingNetwork", + "name": "None", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.AdvertisingNetwork", + "name": "Aarki", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.AdvertisingNetwork", + "name": "AdAction", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.AdvertisingNetwork", + "name": "AdapTv", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.AdvertisingNetwork", + "name": "Adcash", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.AdvertisingNetwork", + "name": "AdColony", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.AdvertisingNetwork", + "name": "AdMob", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.AdvertisingNetwork", + "name": "AerServ", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.AdvertisingNetwork", + "name": "Airpush", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.AdvertisingNetwork", + "name": "Altrooz", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.AdvertisingNetwork", + "name": "Ampush", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.AdvertisingNetwork", + "name": "AppleSearch", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.AdvertisingNetwork", + "name": "AppLift", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.AdvertisingNetwork", + "name": "AppLovin", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.AdvertisingNetwork", + "name": "Appnext", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.AdvertisingNetwork", + "name": "AppNexus", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.AdvertisingNetwork", + "name": "Appoday", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.AdvertisingNetwork", + "name": "Appodeal", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.AdvertisingNetwork", + "name": "AppsUnion", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.AdvertisingNetwork", + "name": "Avazu", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.AdvertisingNetwork", + "name": "BlueStacks", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.AdvertisingNetwork", + "name": "Chartboost", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.AdvertisingNetwork", + "name": "ClickDealer", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.AdvertisingNetwork", + "name": "CPAlead", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.AdvertisingNetwork", + "name": "CrossChannel", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.AdvertisingNetwork", + "name": "CrossInstall", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.AdvertisingNetwork", + "name": "Epom", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.AdvertisingNetwork", + "name": "Facebook", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.AdvertisingNetwork", + "name": "Fetch", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.AdvertisingNetwork", + "name": "Fiksu", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.AdvertisingNetwork", + "name": "Flurry", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.AdvertisingNetwork", + "name": "Fuse", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.AdvertisingNetwork", + "name": "Fyber", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.AdvertisingNetwork", + "name": "Glispa", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.AdvertisingNetwork", + "name": "Google", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.AdvertisingNetwork", + "name": "GrowMobile", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.AdvertisingNetwork", + "name": "HeyZap", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.AdvertisingNetwork", + "name": "HyperMX", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.AdvertisingNetwork", + "name": "Iddiction", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.AdvertisingNetwork", + "name": "IndexExchange", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.AdvertisingNetwork", + "name": "InMobi", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.AdvertisingNetwork", + "name": "Instagram", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.AdvertisingNetwork", + "name": "Instal", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.AdvertisingNetwork", + "name": "Ipsos", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.AdvertisingNetwork", + "name": "IronSource", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.AdvertisingNetwork", + "name": "Jirbo", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.AdvertisingNetwork", + "name": "Kimia", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.AdvertisingNetwork", + "name": "Leadbolt", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.AdvertisingNetwork", + "name": "Liftoff", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.AdvertisingNetwork", + "name": "Manage", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.AdvertisingNetwork", + "name": "Matomy", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.AdvertisingNetwork", + "name": "MediaBrix", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.AdvertisingNetwork", + "name": "MillenialMedia", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.AdvertisingNetwork", + "name": "Minimob", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.AdvertisingNetwork", + "name": "MobAir", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.AdvertisingNetwork", + "name": "MobileCore", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.AdvertisingNetwork", + "name": "Mobobeat", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.AdvertisingNetwork", + "name": "Mobusi", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.AdvertisingNetwork", + "name": "Mobvista", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.AdvertisingNetwork", + "name": "MoPub", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.AdvertisingNetwork", + "name": "Motive", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.AdvertisingNetwork", + "name": "Msales", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.AdvertisingNetwork", + "name": "NativeX", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.AdvertisingNetwork", + "name": "OpenX", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.AdvertisingNetwork", + "name": "Pandora", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.AdvertisingNetwork", + "name": "PropellerAds", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.AdvertisingNetwork", + "name": "Revmob", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.AdvertisingNetwork", + "name": "RubiconProject", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.AdvertisingNetwork", + "name": "SiriusAd", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.AdvertisingNetwork", + "name": "Smaato", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.AdvertisingNetwork", + "name": "SponsorPay", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.AdvertisingNetwork", + "name": "SpotXchange", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.AdvertisingNetwork", + "name": "StartApp", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.AdvertisingNetwork", + "name": "Tapjoy", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.AdvertisingNetwork", + "name": "Taptica", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.AdvertisingNetwork", + "name": "Tremor", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.AdvertisingNetwork", + "name": "TrialPay", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.AdvertisingNetwork", + "name": "Twitter", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.AdvertisingNetwork", + "name": "UnityAds", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.AdvertisingNetwork", + "name": "Vungle", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.AdvertisingNetwork", + "name": "Yeahmobi", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.AdvertisingNetwork", + "name": "YuMe", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Analytics.AdvertisingNetwork", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + } + ], + "name": "AdvertisingNetwork", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.CompressionLevel", + "name": "None", + "comment": "No compression.\n\n", + "location": "UnityEngine.AssetBundleModule.dll" + }, + { + "typeName": "UnityEngine.CompressionLevel", + "name": "Fastest", + "comment": "", + "location": "UnityEngine.AssetBundleModule.dll" + }, + { + "typeName": "UnityEngine.CompressionLevel", + "name": "Fast", + "comment": "", + "location": "UnityEngine.AssetBundleModule.dll" + }, + { + "typeName": "UnityEngine.CompressionLevel", + "name": "Normal", + "comment": "", + "location": "UnityEngine.AssetBundleModule.dll" + }, + { + "typeName": "UnityEngine.CompressionLevel", + "name": "High", + "comment": "", + "location": "UnityEngine.AssetBundleModule.dll" + }, + { + "typeName": "UnityEngine.CompressionLevel", + "name": "Maximum", + "comment": "", + "location": "UnityEngine.AssetBundleModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.CompressionLevel", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AssetBundleModule.dll" + } + ], + "name": "CompressionLevel", + "comment": "Compression Levels relate to how much time should be spent compressing Assets into an Asset Bundle.\n\n", + "location": "UnityEngine.AssetBundleModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.BuildCompression", + "name": "Uncompressed", + "comment": "Uncompressed Asset Bundle.\n\n", + "location": "UnityEngine.AssetBundleModule.dll" + }, + { + "typeName": "UnityEngine.BuildCompression", + "name": "LZ4", + "comment": "LZ4HC \"Chunk Based\" Compression.\n\n", + "location": "UnityEngine.AssetBundleModule.dll" + }, + { + "typeName": "UnityEngine.BuildCompression", + "name": "LZMA", + "comment": "LZMA Compression.\n\n", + "location": "UnityEngine.AssetBundleModule.dll" + }, + { + "typeName": "UnityEngine.BuildCompression", + "name": "UncompressedRuntime", + "comment": "Uncompressed Asset Bundle.\n\n", + "location": "UnityEngine.AssetBundleModule.dll" + }, + { + "typeName": "UnityEngine.BuildCompression", + "name": "LZ4Runtime", + "comment": "LZ4 Compression for runtime recompression.\n\n", + "location": "UnityEngine.AssetBundleModule.dll" + }, + { + "typeName": "UnityEngine.CompressionType", + "name": "compression", + "comment": "", + "location": "UnityEngine.AssetBundleModule.dll" + }, + { + "typeName": "UnityEngine.CompressionLevel", + "name": "level", + "comment": "", + "location": "UnityEngine.AssetBundleModule.dll" + }, + { + "typeName": "uint", + "name": "blockSize", + "comment": "", + "location": "UnityEngine.AssetBundleModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AssetBundleModule.dll" + } + ], + "name": "BuildCompression", + "comment": "Contains information about compression methods, compression levels and block sizes that are supported by Asset Bundle compression at build time and recompression at runtime.\n\n", + "location": "UnityEngine.AssetBundleModule.dll" + }, + { + "namespace": "UnityEngine.Analytics", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Analytics.AuthorizationNetwork", + "name": "None", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.AuthorizationNetwork", + "name": "Internal", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.AuthorizationNetwork", + "name": "Facebook", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.AuthorizationNetwork", + "name": "Twitter", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.AuthorizationNetwork", + "name": "Google", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.AuthorizationNetwork", + "name": "GameCenter", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Analytics.AuthorizationNetwork", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + } + ], + "name": "AuthorizationNetwork", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "namespace": "UnityEngine.Analytics", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Analytics.ScreenName", + "name": "None", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.ScreenName", + "name": "MainMenu", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.ScreenName", + "name": "Settings", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.ScreenName", + "name": "Map", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.ScreenName", + "name": "Lose", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.ScreenName", + "name": "Win", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.ScreenName", + "name": "Credits", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.ScreenName", + "name": "Title", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.ScreenName", + "name": "IAPPromo", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.ScreenName", + "name": "CrossPromo", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.ScreenName", + "name": "FeaturePromo", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.ScreenName", + "name": "Hint", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.ScreenName", + "name": "Pause", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.ScreenName", + "name": "Inventory", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.ScreenName", + "name": "Leaderboard", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.ScreenName", + "name": "Achievements", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.ScreenName", + "name": "Lobby", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Analytics.ScreenName", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + } + ], + "name": "ScreenName", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "namespace": "UnityEngine.Analytics", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Analytics.ShareType", + "name": "None", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.ShareType", + "name": "TextOnly", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.ShareType", + "name": "Image", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.ShareType", + "name": "Video", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.ShareType", + "name": "Invite", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.ShareType", + "name": "Achievement", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Analytics.ShareType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + } + ], + "name": "ShareType", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "namespace": "UnityEngine.Analytics", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Analytics.SocialNetwork", + "name": "None", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.SocialNetwork", + "name": "Facebook", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.SocialNetwork", + "name": "Twitter", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.SocialNetwork", + "name": "Instagram", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.SocialNetwork", + "name": "GooglePlus", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.SocialNetwork", + "name": "Pinterest", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.SocialNetwork", + "name": "WeChat", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.SocialNetwork", + "name": "SinaWeibo", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.SocialNetwork", + "name": "TencentWeibo", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.SocialNetwork", + "name": "QQ", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.SocialNetwork", + "name": "Zhihu", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.SocialNetwork", + "name": "VK", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.SocialNetwork", + "name": "OK_ru", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Analytics.SocialNetwork", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + } + ], + "name": "SocialNetwork", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.AudioSpeakerMode", + "name": "driverCaps", + "comment": "", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "UnityEngine.AudioSpeakerMode", + "name": "driverCapabilities", + "comment": "Returns the speaker mode capability of the current audio driver. (Read Only)\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "UnityEngine.AudioSpeakerMode", + "name": "speakerMode", + "comment": "Gets the current speaker mode. Default is 2 channel stereo.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "double", + "name": "dspTime", + "comment": "Returns the current time of the audio system.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "int", + "name": "outputSampleRate", + "comment": "Get the mixer's current output rate.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "UnityEngine.AudioSettings.AudioConfigurationChangeHandler", + "name": "OnAudioConfigurationChanged", + "comment": "", + "location": "UnityEngine.AudioModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "bufferLength", "typeName": "int" }, + { "name": "numBuffers", "typeName": "int" } + ], + "isStatic": true, + "name": "GetDSPBufferSize", + "comment": "", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "bufferLength", "typeName": "int" }, + { "name": "numBuffers", "typeName": "int" } + ], + "isStatic": true, + "name": "SetDSPBufferSize", + "comment": "", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": true, + "name": "GetSpatializerPluginNames", + "comment": "An array of spatializer names.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": true, + "name": "GetSpatializerPluginName", + "comment": "The spatializer plugin name.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "pluginName", "typeName": "string" }], + "isStatic": true, + "name": "SetSpatializerPluginName", + "comment": "Sets the spatializer plugin for all platform groups. If a null or empty string is passed in, the existing spatializer plugin will be cleared.\n\n```plaintext\nParams: pluginName - The spatializer plugin name.\n \n```\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "AudioConfiguration", + "params": [], + "isStatic": true, + "name": "GetConfiguration", + "comment": "The new configuration to be applied.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "config", "typeName": "UnityEngine.AudioConfiguration" } + ], + "isStatic": true, + "name": "Reset", + "comment": "True if all settings could be successfully applied.\n\n```plaintext\nParams: config - The new configuration to be used.\n \n```\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "UnityEngine.AudioSettings.AudioConfigurationChangeHandler" + } + ], + "isStatic": true, + "name": "add_OnAudioConfigurationChanged", + "comment": "", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "UnityEngine.AudioSettings.AudioConfigurationChangeHandler" + } + ], + "isStatic": true, + "name": "remove_OnAudioConfigurationChanged", + "comment": "", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AudioModule.dll" + } + ], + "name": "AudioSettings", + "comment": "Controls the global audio settings from script.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "namespace": "UnityEngine.Analytics", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Analytics.StoreType", + "name": "Soft", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.StoreType", + "name": "Premium", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Analytics.StoreType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + } + ], + "name": "StoreType", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "namespace": "UnityEngine.Experimental.Audio", + "baseClass": "object", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "uint", + "name": "id", + "comment": "Unique identifier for this instance.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "ushort", + "name": "trackIndex", + "comment": "Index of the track in the object that created this provider.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "UnityEngine.Object", + "name": "owner", + "comment": "Object where this provider came from.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "bool", + "name": "valid", + "comment": "True if the object is valid.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "ushort", + "name": "channelCount", + "comment": "The number of audio channels per sample frame.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "uint", + "name": "sampleRate", + "comment": "The expected playback rate for the sample frames produced by this class.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "uint", + "name": "maxSampleFrameCount", + "comment": "The maximum number of sample frames that can be accumulated inside the internal buffer before an overflow event is emitted.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "uint", + "name": "availableSampleFrameCount", + "comment": "Number of sample frames available for consuming with Experimental.Audio.AudioSampleProvider.ConsumeSampleFrames.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "uint", + "name": "freeSampleFrameCount", + "comment": "Number of sample frames that can still be written to by the sample producer before overflowing.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "uint", + "name": "freeSampleFrameCountLowThreshold", + "comment": "Then the free sample count falls below this threshold, the Experimental.Audio.AudioSampleProvider.sampleFramesAvailable event and associated native is emitted.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "bool", + "name": "enableSampleFramesAvailableEvents", + "comment": "Enables the Experimental.Audio.AudioSampleProvider.sampleFramesAvailable events.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "bool", + "name": "enableSilencePadding", + "comment": "If true, buffers produced by ConsumeSampleFrames will get padded when silence if there are less available than asked for. Otherwise, the extra sample frames in the buffer will be left unchanged.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Audio.AudioSampleProvider.ConsumeSampleFramesNativeFunction", + "name": "consumeSampleFramesNativeFunction", + "comment": "Pointer to the native function that provides access to audio sample frames.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Audio.AudioSampleProvider.SampleFramesHandler", + "name": "sampleFramesAvailable", + "comment": "", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Audio.AudioSampleProvider.SampleFramesHandler", + "name": "sampleFramesOverflow", + "comment": "", + "location": "UnityEngine.AudioModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "Release internal resources. Inherited from IDisposable.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "UInt32", + "params": [ + { + "name": "sampleFrames", + "typeName": "Unity.Collections.NativeArray" + } + ], + "isStatic": false, + "name": "ConsumeSampleFrames", + "comment": "", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "UnityEngine.Experimental.Audio.AudioSampleProvider.SampleFramesHandler" + } + ], + "isStatic": false, + "name": "add_sampleFramesAvailable", + "comment": "", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "UnityEngine.Experimental.Audio.AudioSampleProvider.SampleFramesHandler" + } + ], + "isStatic": false, + "name": "remove_sampleFramesAvailable", + "comment": "", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "UnityEngine.Experimental.Audio.AudioSampleProvider.SampleFramesHandler" + } + ], + "isStatic": false, + "name": "add_sampleFramesOverflow", + "comment": "", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "UnityEngine.Experimental.Audio.AudioSampleProvider.SampleFramesHandler" + } + ], + "isStatic": false, + "name": "remove_sampleFramesOverflow", + "comment": "", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "handler", + "typeName": "UnityEngine.Experimental.Audio.AudioSampleProvider.SampleFramesEventNativeFunction" + }, + { "name": "userData", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": "SetSampleFramesAvailableNativeHandler", + "comment": "", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ClearSampleFramesAvailableNativeHandler", + "comment": "Clear the native handler set with Experimental.Audio.AudioSampleProvider.SetSampleFramesAvailableNativeHandler.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "handler", + "typeName": "UnityEngine.Experimental.Audio.AudioSampleProvider.SampleFramesEventNativeFunction" + }, + { "name": "userData", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": "SetSampleFramesOverflowNativeHandler", + "comment": "", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ClearSampleFramesOverflowNativeHandler", + "comment": "Clear the native handler set with Experimental.Audio.AudioSampleProvider.SetSampleFramesOverflowNativeHandler.\n\n", + "location": "UnityEngine.AudioModule.dll" + } + ], + "name": "AudioSampleProvider", + "comment": "Provides access to the audio samples generated by Unity objects such as VideoPlayer.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "namespace": "UnityEngine.Analytics", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + } + ], + "name": "CustomEvent", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "namespace": "UnityEngine.Analytics", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "stepIndex", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "string", + "name": "achievementId", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + } + ], + "name": "AchievementStep", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "namespace": "UnityEngine.Analytics", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "achievementId", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + } + ], + "name": "AchievementUnlocked", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "namespace": "UnityEngine.Analytics", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "rewarded", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.AdvertisingNetwork", + "name": "network", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "string", + "name": "placementId", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + } + ], + "name": "AdComplete", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "namespace": "UnityEngine.Analytics", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "rewarded", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.AdvertisingNetwork", + "name": "network", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "string", + "name": "placementId", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + } + ], + "name": "AdOffer", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "namespace": "UnityEngine.Timeline", + "baseClass": "UnityEngine.Timeline.TrackAsset", + "attribute": "", + "interfaces": [ + "IPlayableAsset", + "ISerializationCallbackReceiver", + "IPropertyPreview", + "ICurvesOwner" + ], + "fields": [ + { + "typeName": "UnityEngine.Timeline.ActivationTrack.PostPlaybackState", + "name": "postPlaybackState", + "comment": "", + "location": "Unity.Timeline.dll" + } + ], + "methods": [ + { + "returnTypeName": "Playable", + "params": [ + { + "name": "graph", + "typeName": "UnityEngine.Playables.PlayableGraph" + }, + { "name": "go", "typeName": "UnityEngine.GameObject" }, + { "name": "inputCount", "typeName": "int" } + ], + "isStatic": false, + "name": "CreateTrackMixer", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "director", + "typeName": "UnityEngine.Playables.PlayableDirector" + }, + { + "name": "driver", + "typeName": "UnityEngine.Timeline.IPropertyCollector" + } + ], + "isStatic": false, + "name": "GatherProperties", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Timeline.dll" + } + ], + "name": "ActivationTrack", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "namespace": "UnityEngine.Analytics", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "rewarded", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.AdvertisingNetwork", + "name": "network", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "string", + "name": "placementId", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + } + ], + "name": "AdSkip", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "namespace": "UnityEngine.Analytics", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "rewarded", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.AdvertisingNetwork", + "name": "network", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "string", + "name": "placementId", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + } + ], + "name": "AdStart", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "namespace": "UnityEngine.Analytics", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "rewarded", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.AdvertisingNetwork", + "name": "network", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "string", + "name": "placementId", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + } + ], + "name": "PostAdAction", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "namespace": "UnityEngine.Analytics", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + } + ], + "name": "ChatMessageSent", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "namespace": "UnityEngine.Analytics", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "name", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + } + ], + "name": "CutsceneStart", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "namespace": "UnityEngine.Analytics", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "name", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + } + ], + "name": "CutsceneSkip", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "deviceWasChanged", "typeName": "bool" }], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "deviceWasChanged", "typeName": "bool" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "UnityEngine.AudioModule.dll" + } + ], + "name": "AudioConfigurationChangeHandler", + "comment": "A delegate called whenever the global audio settings are changed, either by AudioSettings.Reset or by an external device change such as the OS control panel changing the sample rate or because the default output device was changed, for example when plugging in an HDMI monitor or a USB headset.\n\n```plaintext\nParams: deviceWasChanged - True if the change was caused by an device change.\n \n```\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "muteState", + "comment": "Returns true if current device media volume is 0.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "bool", + "name": "stopAudioOutputOnMute", + "comment": "Set this property to true to make audio output thread automatically stop when device media volume is set to 0 and to start it again when volume is not 0.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "bool", + "name": "audioOutputStarted", + "comment": "Returns true if audio output thread is working.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "System.Action", + "name": "OnMuteStateChanged", + "comment": "", + "location": "UnityEngine.AudioModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.Action" }], + "isStatic": true, + "name": "add_OnMuteStateChanged", + "comment": "", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.Action" }], + "isStatic": true, + "name": "remove_OnMuteStateChanged", + "comment": "", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "StartAudioOutput", + "comment": "Starts audio output thread on Android/iOS.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "StopAudioOutput", + "comment": "Stops audio thread on Android/iOS.\n\n", + "location": "UnityEngine.AudioModule.dll" + } + ], + "name": "Mobile", + "comment": "This class encapsulates properties and methods to handle audio output thread on iOS/Android.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "namespace": "UnityEngine.Animations", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "PlayableBinding", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "key", "typeName": "UnityEngine.Object" } + ], + "isStatic": true, + "name": "Create", + "comment": "Returns a PlayableBinding that contains information that is used to create an AnimationPlayableOutput.\n\n```plaintext\nParams: name - The name of the AnimationPlayableOutput.\n key - A reference to a UnityEngine.Object that acts as a key for this binding.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "name": "AnimationPlayableBinding", + "comment": "A PlayableBinding that contains information representing an AnimationPlayableOutput.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "namespace": "UnityEngine.Analytics", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "index", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "string", + "name": "name", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + } + ], + "name": "GameOver", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.AudioBehaviour", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "float", + "name": "panLevel", + "comment": "PanLevel has been deprecated. Use spatialBlend instead.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "float", + "name": "pan", + "comment": "Pan has been deprecated. Use panStereo instead.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "float", + "name": "volume", + "comment": "The volume of the audio source (0.0 to 1.0).\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "float", + "name": "pitch", + "comment": "The pitch of the audio source.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "float", + "name": "time", + "comment": "Playback position in seconds.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "int", + "name": "timeSamples", + "comment": "Playback position in PCM samples.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "UnityEngine.AudioClip", + "name": "clip", + "comment": "The default AudioClip to play.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "UnityEngine.Audio.AudioMixerGroup", + "name": "outputAudioMixerGroup", + "comment": "The target group to which the AudioSource should route its signal.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "UnityEngine.GamepadSpeakerOutputType", + "name": "gamepadSpeakerOutputType", + "comment": "Gets or sets the gamepad audio output type for this audio source.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "bool", + "name": "isPlaying", + "comment": "Is the clip playing right now (Read Only)?\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "bool", + "name": "isVirtual", + "comment": "True if all sounds played by the AudioSource (main sound started by Play() or playOnAwake as well as one-shots) are culled by the audio system.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "bool", + "name": "loop", + "comment": "Is the audio clip looping?\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "bool", + "name": "ignoreListenerVolume", + "comment": "This makes the audio source not take into account the volume of the audio listener.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "bool", + "name": "playOnAwake", + "comment": "If set to true, the audio source will automatically start playing on awake.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "bool", + "name": "ignoreListenerPause", + "comment": "Allows AudioSource to play even though AudioListener.pause is set to true. This is useful for the menu element sounds or background music in pause menus.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "UnityEngine.AudioVelocityUpdateMode", + "name": "velocityUpdateMode", + "comment": "Whether the Audio Source should be updated in the fixed or dynamic update.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "float", + "name": "panStereo", + "comment": "Pans a playing sound in a stereo way (left or right). This only applies to sounds that are Mono or Stereo.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "float", + "name": "spatialBlend", + "comment": "Sets how much this AudioSource is affected by 3D spatialisation calculations (attenuation, doppler etc). 0.0 makes the sound full 2D, 1.0 makes it full 3D.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "bool", + "name": "spatialize", + "comment": "Enables or disables spatialization.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "bool", + "name": "spatializePostEffects", + "comment": "Determines if the spatializer effect is inserted before or after the effect filters.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "float", + "name": "reverbZoneMix", + "comment": "The amount by which the signal from the AudioSource will be mixed into the global reverb associated with the Reverb Zones.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "bool", + "name": "bypassEffects", + "comment": "Bypass effects (Applied from filter components or global listener filters).\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "bool", + "name": "bypassListenerEffects", + "comment": "When set global effects on the AudioListener will not be applied to the audio signal generated by the AudioSource. Does not apply if the AudioSource is playing into a mixer group.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "bool", + "name": "bypassReverbZones", + "comment": "When set doesn't route the signal from an AudioSource into the global reverb associated with reverb zones.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "float", + "name": "dopplerLevel", + "comment": "Sets the Doppler scale for this AudioSource.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "float", + "name": "spread", + "comment": "Sets the spread angle (in degrees) of a 3d stereo or multichannel sound in speaker space.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "int", + "name": "priority", + "comment": "Sets the priority of the AudioSource.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "bool", + "name": "mute", + "comment": "Un- / Mutes the AudioSource. Mute sets the volume=0, Un-Mute restore the original volume.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "float", + "name": "minDistance", + "comment": "Within the Min distance the AudioSource will cease to grow louder in volume.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "float", + "name": "maxDistance", + "comment": "(Logarithmic rolloff) MaxDistance is the distance a sound stops attenuating at.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "UnityEngine.AudioRolloffMode", + "name": "rolloffMode", + "comment": "Sets/Gets how the AudioSource attenuates over distance.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "float", + "name": "minVolume", + "comment": "", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "float", + "name": "maxVolume", + "comment": "", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "float", + "name": "rolloffFactor", + "comment": "", + "location": "UnityEngine.AudioModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [{ "name": "slot", "typeName": "int" }], + "isStatic": false, + "name": "PlayOnGamepad", + "comment": "Returns TRUE if enabling audio output through this users controller was successful.\n\n```plaintext\nParams: slot - Slot number of the gamepad (0-3).\n \n```\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "DisableGamepadOutput", + "comment": "Returns true if successful.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "slot", "typeName": "int" }, + { "name": "mixLevel", "typeName": "int" } + ], + "isStatic": false, + "name": "SetGamepadSpeakerMixLevel", + "comment": "", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "slot", "typeName": "int" }], + "isStatic": false, + "name": "SetGamepadSpeakerMixLevelDefault", + "comment": "", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "slot", "typeName": "int" }, + { "name": "restricted", "typeName": "bool" } + ], + "isStatic": false, + "name": "SetGamepadSpeakerRestrictedAudio", + "comment": "", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "outputType", + "typeName": "UnityEngine.GamepadSpeakerOutputType" + } + ], + "isStatic": true, + "name": "GamepadSpeakerSupportsOutputType", + "comment": "Returns true if the gamepad supports the specified audio output type.\n\n```plaintext\nParams: outputType - The desired output type.\n \n```\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Play", + "comment": "", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "delay", "typeName": "ulong" }], + "isStatic": false, + "name": "Play", + "comment": "Plays the clip.\n\n```plaintext\nParams: delay - Deprecated. Delay in number of samples, assuming a 44100Hz sample rate (meaning that Play(44100) will delay the playing by exactly 1 sec).\n \n```\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "delay", "typeName": "float" }], + "isStatic": false, + "name": "PlayDelayed", + "comment": "Plays the clip with a delay specified in seconds. Users are advised to use this function instead of the old Play(delay) function that took a delay specified in samples relative to a reference rate of 44.1 kHz as an argument.\n\n```plaintext\nParams: delay - Delay time specified in seconds.\n \n```\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "time", "typeName": "double" }], + "isStatic": false, + "name": "PlayScheduled", + "comment": "Plays the clip at a specific time on the absolute time-line that AudioSettings.dspTime reads from.\n\n```plaintext\nParams: time - Time in seconds on the absolute time-line that AudioSettings.dspTime refers to for when the sound should start playing.\n \n```\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "clip", "typeName": "UnityEngine.AudioClip" }], + "isStatic": false, + "name": "PlayOneShot", + "comment": "Plays an AudioClip, and scales the AudioSource volume by volumeScale.\n\n```plaintext\nParams: clip - The clip being played.\n volumeScale - The scale of the volume (0-1).\n \n```\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "clip", "typeName": "UnityEngine.AudioClip" }, + { "name": "volumeScale", "typeName": "float" } + ], + "isStatic": false, + "name": "PlayOneShot", + "comment": "Plays an AudioClip, and scales the AudioSource volume by volumeScale.\n\n```plaintext\nParams: clip - The clip being played.\n volumeScale - The scale of the volume (0-1).\n \n```\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "time", "typeName": "double" }], + "isStatic": false, + "name": "SetScheduledStartTime", + "comment": "Changes the time at which a sound that has already been scheduled to play will start.\n\n```plaintext\nParams: time - Time in seconds.\n \n```\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "time", "typeName": "double" }], + "isStatic": false, + "name": "SetScheduledEndTime", + "comment": "Changes the time at which a sound that has already been scheduled to play will end. Notice that depending on the timing not all rescheduling requests can be fulfilled.\n\n```plaintext\nParams: time - Time in seconds.\n \n```\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Stop", + "comment": "Stops playing the clip.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Pause", + "comment": "Pauses playing the clip.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "UnPause", + "comment": "Unpause the paused playback of this AudioSource.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "clip", "typeName": "UnityEngine.AudioClip" }, + { "name": "position", "typeName": "UnityEngine.Vector3" } + ], + "isStatic": true, + "name": "PlayClipAtPoint", + "comment": "Plays an AudioClip at a given position in world space.\n\n```plaintext\nParams: clip - Audio data to play.\n position - Position in world space from which sound originates.\n volume - Playback volume.\n \n```\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "clip", "typeName": "UnityEngine.AudioClip" }, + { "name": "position", "typeName": "UnityEngine.Vector3" }, + { "name": "volume", "typeName": "float" } + ], + "isStatic": true, + "name": "PlayClipAtPoint", + "comment": "Plays an AudioClip at a given position in world space.\n\n```plaintext\nParams: clip - Audio data to play.\n position - Position in world space from which sound originates.\n volume - Playback volume.\n \n```\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "type", "typeName": "UnityEngine.AudioSourceCurveType" }, + { "name": "curve", "typeName": "UnityEngine.AnimationCurve" } + ], + "isStatic": false, + "name": "SetCustomCurve", + "comment": "Set the custom curve for the given AudioSourceCurveType.\n\n```plaintext\nParams: type - The curve type that should be set.\n curve - The curve that should be applied to the given curve type.\n \n```\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "AnimationCurve", + "params": [ + { "name": "type", "typeName": "UnityEngine.AudioSourceCurveType" } + ], + "isStatic": false, + "name": "GetCustomCurve", + "comment": "The custom AnimationCurve corresponding to the given curve type.\n\n```plaintext\nParams: type - The curve type to get.\n \n```\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "numSamples", "typeName": "int" }, + { "name": "channel", "typeName": "int" } + ], + "isStatic": false, + "name": "GetOutputData", + "comment": "Deprecated Version. Returns a block of the currently playing source's output data.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "samples", "typeName": "float[]" }, + { "name": "channel", "typeName": "int" } + ], + "isStatic": false, + "name": "GetOutputData", + "comment": "Provides a block of the currently playing source's output data.\n\n```plaintext\nParams: samples - The array to populate with audio samples. Its length must be a power of 2.\n channel - The channel to sample from.\n \n```\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "numSamples", "typeName": "int" }, + { "name": "channel", "typeName": "int" }, + { "name": "window", "typeName": "UnityEngine.FFTWindow" } + ], + "isStatic": false, + "name": "GetSpectrumData", + "comment": "Deprecated Version. Returns a block of the currently playing source's spectrum data.\n\n```plaintext\nParams: numSamples - The number of samples to retrieve. Must be a power of 2.\n channel - The channel to sample from.\n window - The FFTWindow type to use when sampling.\n \n```\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "samples", "typeName": "float[]" }, + { "name": "channel", "typeName": "int" }, + { "name": "window", "typeName": "UnityEngine.FFTWindow" } + ], + "isStatic": false, + "name": "GetSpectrumData", + "comment": "Provides a block of the currently playing audio source's spectrum data.\n\n```plaintext\nParams: samples - The array to populate with audio samples. Its length must be a power of 2.\n channel - The channel to sample from.\n window - The FFTWindow type to use when sampling.\n \n```\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "value", "typeName": "float" } + ], + "isStatic": false, + "name": "SetSpatializerFloat", + "comment": "True, if the parameter could be set.\n\n```plaintext\nParams: index - Zero-based index of user-defined parameter to be set.\n value - New value of the user-defined parameter.\n \n```\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "value", "typeName": "float" } + ], + "isStatic": false, + "name": "GetSpatializerFloat", + "comment": "", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "value", "typeName": "float" } + ], + "isStatic": false, + "name": "GetAmbisonicDecoderFloat", + "comment": "", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "value", "typeName": "float" } + ], + "isStatic": false, + "name": "SetAmbisonicDecoderFloat", + "comment": "True, if the parameter could be set.\n\n```plaintext\nParams: index - Zero-based index of user-defined parameter to be set.\n value - New value of the user-defined parameter.\n \n```\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AudioModule.dll" + } + ], + "name": "AudioSource", + "comment": "A representation of audio sources in 3D.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "namespace": "UnityEngine.Analytics", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + } + ], + "name": "GameStart", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.Behaviour", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "float", + "name": "lowpassResonaceQ", + "comment": "", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "UnityEngine.AnimationCurve", + "name": "customCutoffCurve", + "comment": "Returns or sets the current custom frequency cutoff curve.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "float", + "name": "cutoffFrequency", + "comment": "Lowpass cutoff frequency in hz. 10.0 to 22000.0. Default = 5000.0.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "float", + "name": "lowpassResonanceQ", + "comment": "Determines how much the filter's self-resonance is dampened.\n\n", + "location": "UnityEngine.AudioModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AudioModule.dll" + } + ], + "name": "AudioLowPassFilter", + "comment": "The Audio Low Pass Filter passes low frequencies of an AudioSource or all sounds reaching an AudioListener, while removing frequencies higher than the Cutoff Frequency.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "namespace": "UnityEngine.Experimental.Audio", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "UInt32", + "params": [ + { "name": "providerId", "typeName": "uint" }, + { "name": "interleavedSampleFrames", "typeName": "System.IntPtr" }, + { "name": "sampleFrameCount", "typeName": "uint" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "providerId", "typeName": "uint" }, + { "name": "interleavedSampleFrames", "typeName": "System.IntPtr" }, + { "name": "sampleFrameCount", "typeName": "uint" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "UInt32", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "UnityEngine.AudioModule.dll" + } + ], + "name": "ConsumeSampleFramesNativeFunction", + "comment": "Type that represents the native function pointer for consuming sample frames.\n\n```plaintext\nParams: providerId - Id of the provider. See Experimental.Audio.AudioSampleProvider.id.\n interleavedSampleFrames - Pointer to the sample frames buffer to fill. The actual C type is float*.\n sampleFrameCount - Number of sample frames that can be written into interleavedSampleFrames.\n \n```\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "namespace": "UnityEngine.Analytics", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "transactionContext", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "float", + "name": "price", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "string", + "name": "itemId", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "string", + "name": "itemType", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "string", + "name": "level", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "string", + "name": "transactionId", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + } + ], + "name": "IAPTransaction", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.Behaviour", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "float", + "name": "highpassResonaceQ", + "comment": "", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "float", + "name": "cutoffFrequency", + "comment": "Highpass cutoff frequency in hz. 10.0 to 22000.0. Default = 5000.0.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "float", + "name": "highpassResonanceQ", + "comment": "Determines how much the filter's self-resonance isdampened.\n\n", + "location": "UnityEngine.AudioModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AudioModule.dll" + } + ], + "name": "AudioHighPassFilter", + "comment": "The Audio High Pass Filter passes high frequencies of an AudioSource, and cuts off signals with frequencies lower than the Cutoff Frequency.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "namespace": "UnityEngine.Animations", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "stream", + "typeName": "UnityEngine.Animations.AnimationStream" + } + ], + "isStatic": false, + "name": "ProcessAnimation", + "comment": "Defines what to do when processing the animation.\n\n```plaintext\nParams: stream - The animation stream to work on.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "stream", + "typeName": "UnityEngine.Animations.AnimationStream" + } + ], + "isStatic": false, + "name": "ProcessRootMotion", + "comment": "Defines what to do when processing the root motion.\n\n```plaintext\nParams: stream - The animation stream to work on.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "name": "IAnimationJob", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "namespace": "UnityEngine.Analytics", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Analytics.AcquisitionType", + "name": "currencyType", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "string", + "name": "transactionContext", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "float", + "name": "amount", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "string", + "name": "itemId", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "float", + "name": "balance", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "string", + "name": "itemType", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "string", + "name": "level", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "string", + "name": "transactionId", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + } + ], + "name": "ItemAcquired", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "namespace": "UnityEngine.Experimental.Audio", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "provider", + "typeName": "UnityEngine.Experimental.Audio.AudioSampleProvider" + }, + { "name": "sampleFrameCount", "typeName": "uint" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { + "name": "provider", + "typeName": "UnityEngine.Experimental.Audio.AudioSampleProvider" + }, + { "name": "sampleFrameCount", "typeName": "uint" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "UnityEngine.AudioModule.dll" + } + ], + "name": "SampleFramesHandler", + "comment": "Delegate for sample frame events.\n\n```plaintext\nParams: provider - Provider emitting the event.\n sampleFrameCount - How many sample frames are available, or were dropped, depending on the event.\n \n```\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "namespace": "UnityEngine.Analytics", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Analytics.AcquisitionType", + "name": "currencyType", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "string", + "name": "transactionContext", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "float", + "name": "amount", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "string", + "name": "itemId", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "float", + "name": "balance", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "string", + "name": "itemType", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "string", + "name": "level", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "string", + "name": "transactionId", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + } + ], + "name": "ItemSpent", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "namespace": "UnityEngine.Animations", + "baseClass": "", + "attribute": "interface", + "interfaces": ["IPlayable"], + "fields": [], + "methods": [ + { + "returnTypeName": "T", + "params": [], + "isStatic": false, + "name": "GetJobData", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "jobData", "typeName": "T" }], + "isStatic": false, + "name": "SetJobData", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "name": "IAnimationJobPlayable", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "namespace": "UnityEngine.Experimental.Audio", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "userData", "typeName": "System.IntPtr" }, + { "name": "providerId", "typeName": "uint" }, + { "name": "sampleFrameCount", "typeName": "uint" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "userData", "typeName": "System.IntPtr" }, + { "name": "providerId", "typeName": "uint" }, + { "name": "sampleFrameCount", "typeName": "uint" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "UnityEngine.AudioModule.dll" + } + ], + "name": "SampleFramesEventNativeFunction", + "comment": "Type that represents the native function pointer for handling sample frame events.\n\n```plaintext\nParams: userData - User data specified when the handler was set. The actual C type is void*.\n providerId - Id of the provider. See Experimental.Audio.AudioSampleProvider.id.\n sampleFrameCount - Number of sample frames available or overflowed, depending on event type.\n \n```\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "namespace": "UnityEngine.Analytics", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "name", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "int", + "name": "index", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + } + ], + "name": "LevelComplete", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "namespace": "UnityEngine.Analytics", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "name", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "int", + "name": "index", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + } + ], + "name": "LevelFail", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "namespace": "UnityEngine.Animations", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "StartPreview", + "comment": "Notification callback when the Animation window starts previewing an AnimationClip.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "StopPreview", + "comment": "Notification callback when the Animation window stops previewing an AnimationClip.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "graph", + "typeName": "UnityEngine.Playables.PlayableGraph" + } + ], + "isStatic": false, + "name": "UpdatePreviewGraph", + "comment": "Notification callback when the Animation Window updates its PlayableGraph before sampling an AnimationClip.\n\n```plaintext\nParams: graph - The Animation window PlayableGraph.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Playable", + "params": [ + { + "name": "graph", + "typeName": "UnityEngine.Playables.PlayableGraph" + }, + { + "name": "inputPlayable", + "typeName": "UnityEngine.Playables.Playable" + } + ], + "isStatic": false, + "name": "BuildPreviewGraph", + "comment": "Returns the new root of the PlayableGraph.\n\n```plaintext\nParams: graph - The Animation window PlayableGraph.\n inputPlayable - Current root of the PlayableGraph.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "name": "IAnimationWindowPreview", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "namespace": "UnityEngine.Analytics", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "name", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "int", + "name": "index", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + } + ], + "name": "LevelQuit", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "namespace": "UnityEngine.Animations", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Use this attribute in a script to mark a property as non-animatable.\n\n", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "name": "NotKeyableAttribute", + "comment": "Use this attribute in a script to mark a property as non-animatable.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.Behaviour", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "float", + "name": "lFReference", + "comment": "", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "UnityEngine.AudioReverbPreset", + "name": "reverbPreset", + "comment": "Set/Get reverb preset properties.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "float", + "name": "dryLevel", + "comment": "Mix level of dry signal in output in millibels (mB). Ranges from -10000.0 to 0.0. Default is 0.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "float", + "name": "room", + "comment": "Room effect level at low frequencies in millibels (mB). Ranges from -10000.0 to 0.0. Default is 0.0.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "float", + "name": "roomHF", + "comment": "Room effect high-frequency level re. low frequency level in millibels (mB). Ranges from -10000.0 to 0.0. Default is 0.0.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "float", + "name": "roomRolloffFactor", + "comment": "", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "float", + "name": "decayTime", + "comment": "Reverberation decay time at low-frequencies in seconds. Ranges from 0.1 to 20.0. Default is 1.0.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "float", + "name": "decayHFRatio", + "comment": "Decay HF Ratio : High-frequency to low-frequency decay time ratio. Ranges from 0.1 to 2.0. Default is 0.5.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "float", + "name": "reflectionsLevel", + "comment": "Early reflections level relative to room effect in millibels (mB). Ranges from -10000.0 to 1000.0. Default is -10000.0.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "float", + "name": "reflectionsDelay", + "comment": "Late reverberation level relative to room effect in millibels (mB). Ranges from -10000.0 to 2000.0. Default is 0.0.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "float", + "name": "reverbLevel", + "comment": "Late reverberation level relative to room effect in millibels (mB). Ranges from -10000.0 to 2000.0. Default is 0.0.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "float", + "name": "reverbDelay", + "comment": "Late reverberation delay time relative to first reflection in seconds. Ranges from 0.0 to 0.1. Default is 0.04.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "float", + "name": "diffusion", + "comment": "Reverberation diffusion (echo density) in percent. Ranges from 0.0 to 100.0. Default is 100.0.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "float", + "name": "density", + "comment": "Reverberation density (modal density) in percent. Ranges from 0.0 to 100.0. Default is 100.0.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "float", + "name": "hfReference", + "comment": "Reference high frequency in hertz (Hz). Ranges from 1000.0 to 20000.0. Default is 5000.0.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "float", + "name": "roomLF", + "comment": "Room effect low-frequency level in millibels (mB). Ranges from -10000.0 to 0.0. Default is 0.0.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "float", + "name": "lfReference", + "comment": "Reference low-frequency in hertz (Hz). Ranges from 20.0 to 1000.0. Default is 250.0.\n\n", + "location": "UnityEngine.AudioModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AudioModule.dll" + } + ], + "name": "AudioReverbFilter", + "comment": "The Audio Reverb Filter takes an Audio Clip and distorts it to create a custom reverb effect.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.AudioSpeakerMode", + "name": "Raw", + "comment": "Channel count is unaffected.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "UnityEngine.AudioSpeakerMode", + "name": "Mono", + "comment": "Channel count is set to 1. The speakers are monaural.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "UnityEngine.AudioSpeakerMode", + "name": "Stereo", + "comment": "Channel count is set to 2. The speakers are stereo. This is the editor default.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "UnityEngine.AudioSpeakerMode", + "name": "Quad", + "comment": "Channel count is set to 4. 4 speaker setup. This includes front left, front right, rear left, rear right.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "UnityEngine.AudioSpeakerMode", + "name": "Surround", + "comment": "Channel count is set to 5. 5 speaker setup. This includes front left, front right, center, rear left, rear right.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "UnityEngine.AudioSpeakerMode", + "name": "Mode5point1", + "comment": "Channel count is set to 6. 5.1 speaker setup. This includes front left, front right, center, rear left, rear right and a subwoofer.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "UnityEngine.AudioSpeakerMode", + "name": "Mode7point1", + "comment": "Channel count is set to 8. 7.1 speaker setup. This includes front left, front right, center, rear left, rear right, side left, side right and a subwoofer.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "UnityEngine.AudioSpeakerMode", + "name": "Prologic", + "comment": "Channel count is set to 2. Stereo output, but data is encoded in a way that is picked up by a Prologic/Prologic2 decoder and split into a 5.1 speaker setup.\n\n", + "location": "UnityEngine.AudioModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.AudioSpeakerMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AudioModule.dll" + } + ], + "name": "AudioSpeakerMode", + "comment": "These are speaker types defined for use with AudioSettings.speakerMode.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.AudioDataLoadState", + "name": "Unloaded", + "comment": "Value returned by AudioClip.loadState for an AudioClip that has no audio data loaded and where loading has not been initiated yet.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "UnityEngine.AudioDataLoadState", + "name": "Loading", + "comment": "Value returned by AudioClip.loadState for an AudioClip that is currently loading audio data.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "UnityEngine.AudioDataLoadState", + "name": "Loaded", + "comment": "Value returned by AudioClip.loadState for an AudioClip that has succeeded loading its audio data.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "UnityEngine.AudioDataLoadState", + "name": "Failed", + "comment": "Value returned by AudioClip.loadState for an AudioClip that has failed loading its audio data.\n\n", + "location": "UnityEngine.AudioModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.AudioDataLoadState", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AudioModule.dll" + } + ], + "name": "AudioDataLoadState", + "comment": "Value describing the current load state of the audio data associated with an AudioClip.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.AudioSpeakerMode", + "name": "speakerMode", + "comment": "The current speaker mode used by the audio output device.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "int", + "name": "dspBufferSize", + "comment": "The length of the DSP buffer in samples determining the latency of sounds by the audio output device.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "int", + "name": "sampleRate", + "comment": "The current sample rate of the audio output device used.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "int", + "name": "numRealVoices", + "comment": "The current maximum number of simultaneously audible sounds in the game.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "int", + "name": "numVirtualVoices", + "comment": "The maximum number of managed sounds in the game. Beyond this limit sounds will simply stop playing.\n\n", + "location": "UnityEngine.AudioModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AudioModule.dll" + } + ], + "name": "AudioConfiguration", + "comment": "Specifies the current properties or desired properties to be set for the audio system.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "namespace": "UnityEngine.Animations", + "baseClass": "UnityEngine.Behaviour", + "attribute": "", + "interfaces": ["IConstraint", "IConstraintInternal"], + "fields": [ + { + "typeName": "float", + "name": "weight", + "comment": "The weight of the constraint component.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "bool", + "name": "constraintActive", + "comment": "Activates or deactivates the constraint.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "bool", + "name": "locked", + "comment": "Locks the offset and rotation at rest.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "rotationAtRest", + "comment": "The rotation used when the sources have a total weight of 0.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "rotationOffset", + "comment": "Represents an offset from the constrained orientation.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.Animations.Axis", + "name": "rotationAxis", + "comment": "The axes affected by the AimConstraint.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "aimVector", + "comment": "The axis towards which the constrained object orients.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "upVector", + "comment": "The up vector.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "worldUpVector", + "comment": "The world up Vector used when the world up type is AimConstraint.WorldUpType.Vector or AimConstraint.WorldUpType.ObjectRotationUp.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.Transform", + "name": "worldUpObject", + "comment": "The world up object, used to calculate the world up vector when the world up Type is AimConstraint.WorldUpType.ObjectUp or AimConstraint.WorldUpType.ObjectRotationUp.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.Animations.AimConstraint.WorldUpType", + "name": "worldUpType", + "comment": "The type of the world up vector.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "int", + "name": "sourceCount", + "comment": "The number of sources set on the component (read-only).\n\n", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "sources", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "GetSources", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "sources", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "SetSources", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "source", + "typeName": "UnityEngine.Animations.ConstraintSource" + } + ], + "isStatic": false, + "name": "AddSource", + "comment": "Returns the index of the added source.\n\n```plaintext\nParams: source - The source object and its weight.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "RemoveSource", + "comment": "Removes a source from the component.\n\n```plaintext\nParams: index - The index of the source to remove.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "ConstraintSource", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "GetSource", + "comment": "The source object and its weight.\n\n```plaintext\nParams: index - The index of the source.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { + "name": "source", + "typeName": "UnityEngine.Animations.ConstraintSource" + } + ], + "isStatic": false, + "name": "SetSource", + "comment": "Sets a source at a specified index.\n\n```plaintext\nParams: index - The index of the source to set.\n source - The source object and its weight.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "name": "AimConstraint", + "comment": "Constrains the orientation of an object relative to the position of one or more source objects, such that the object is facing the average position of the sources.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.AudioCompressionFormat", + "name": "PCM", + "comment": "Uncompressed pulse-code modulation.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "UnityEngine.AudioCompressionFormat", + "name": "Vorbis", + "comment": "Vorbis compression format.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "UnityEngine.AudioCompressionFormat", + "name": "ADPCM", + "comment": "Adaptive differential pulse-code modulation.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "UnityEngine.AudioCompressionFormat", + "name": "MP3", + "comment": "MPEG Audio Layer III.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "UnityEngine.AudioCompressionFormat", + "name": "VAG", + "comment": "Sony proprietary hardware format.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "UnityEngine.AudioCompressionFormat", + "name": "HEVAG", + "comment": "Sony proprietory hardware codec.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "UnityEngine.AudioCompressionFormat", + "name": "XMA", + "comment": "Xbox One proprietary hardware format.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "UnityEngine.AudioCompressionFormat", + "name": "AAC", + "comment": "AAC Audio Compression.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "UnityEngine.AudioCompressionFormat", + "name": "GCADPCM", + "comment": "Nintendo ADPCM audio compression format.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "UnityEngine.AudioCompressionFormat", + "name": "ATRAC9", + "comment": "Sony proprietary hardware format.\n\n", + "location": "UnityEngine.AudioModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.AudioCompressionFormat", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AudioModule.dll" + } + ], + "name": "AudioCompressionFormat", + "comment": "An enum containing different compression types.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "namespace": "UnityEngine.Analytics", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "name", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "int", + "name": "index", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + } + ], + "name": "LevelSkip", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "namespace": "UnityEngine.Analytics", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "name", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "int", + "name": "index", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + } + ], + "name": "LevelStart", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "namespace": "UnityEngine.Analytics", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "name", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "int", + "name": "index", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + } + ], + "name": "LevelUp", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "namespace": "UnityEngine.Analytics", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "actionId", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + } + ], + "name": "FirstInteraction", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "namespace": "UnityEngine.Analytics", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "message_id", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + } + ], + "name": "PushNotificationClick", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "namespace": "UnityEngine.Analytics", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + } + ], + "name": "PushNotificationEnable", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "namespace": "UnityEngine.Analytics", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Analytics.ScreenName", + "name": "screenName", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + } + ], + "name": "ScreenVisit", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "namespace": "UnityEngine.Analytics", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Analytics.ShareType", + "name": "shareType", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.SocialNetwork", + "name": "socialNetwork", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "string", + "name": "senderId", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "string", + "name": "recipientId", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + } + ], + "name": "SocialShare", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "namespace": "UnityEngine.Animations", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Animations.AimConstraint.WorldUpType", + "name": "SceneUp", + "comment": "Uses and defines the world up vector as the Unity Scene up vector (the Y axis).\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.Animations.AimConstraint.WorldUpType", + "name": "ObjectUp", + "comment": "Uses and defines the world up vector as a vector from the constrained object, in the direction of the up object.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.Animations.AimConstraint.WorldUpType", + "name": "ObjectRotationUp", + "comment": "Uses and defines the world up vector as relative to the local space of the object.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.Animations.AimConstraint.WorldUpType", + "name": "Vector", + "comment": "Uses and defines the world up vector as a vector specified by the user.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.Animations.AimConstraint.WorldUpType", + "name": "None", + "comment": "Neither defines nor uses a world up vector.\n\n", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Animations.AimConstraint.WorldUpType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "name": "WorldUpType", + "comment": "Specifies how the world up vector used by the aim constraint is defined.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "namespace": "UnityEngine.Animations", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IPlayable", "IEquatable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "AnimationClipPlayable", + "params": [ + { + "name": "graph", + "typeName": "UnityEngine.Playables.PlayableGraph" + }, + { "name": "clip", "typeName": "UnityEngine.AnimationClip" } + ], + "isStatic": true, + "name": "Create", + "comment": "A AnimationClipPlayable linked to the PlayableGraph.\n\n```plaintext\nParams: graph - The PlayableGraph object that will own the AnimationClipPlayable.\n clip - The AnimationClip that will be added in the PlayableGraph.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "PlayableHandle", + "params": [], + "isStatic": false, + "name": "GetHandle", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Playable", + "params": [ + { + "name": "playable", + "typeName": "UnityEngine.Animations.AnimationClipPlayable" + } + ], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "AnimationClipPlayable", + "params": [ + { "name": "playable", "typeName": "UnityEngine.Playables.Playable" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "other", + "typeName": "UnityEngine.Animations.AnimationClipPlayable" + } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "AnimationClip", + "params": [], + "isStatic": false, + "name": "GetAnimationClip", + "comment": "Returns the AnimationClip stored in the AnimationClipPlayable.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "GetApplyFootIK", + "comment": "Returns the state of the ApplyFootIK flag.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "bool" }], + "isStatic": false, + "name": "SetApplyFootIK", + "comment": "Sets the value of the ApplyFootIK flag.\n\n```plaintext\nParams: value - The new value of the ApplyFootIK flag.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "GetApplyPlayableIK", + "comment": "Returns the state of the ApplyPlayableIK flag.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "bool" }], + "isStatic": false, + "name": "SetApplyPlayableIK", + "comment": "Requests OnAnimatorIK to be called on the animated GameObject.\n\n", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "name": "AnimationClipPlayable", + "comment": "A Playable that controls an AnimationClip.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "namespace": "UnityEngine.Animations", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "isValid", + "comment": "Returns true if the stream is valid; false otherwise. (Read Only)\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "float", + "name": "humanScale", + "comment": "The scale of the Avatar. (Read Only)\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "float", + "name": "leftFootHeight", + "comment": "The left foot height from the floor. (Read Only)\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "float", + "name": "rightFootHeight", + "comment": "The right foot height from the floor. (Read Only)\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "bodyLocalPosition", + "comment": "The position of the body center of mass relative to the root.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.Quaternion", + "name": "bodyLocalRotation", + "comment": "The rotation of the body center of mass relative to the root.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "bodyPosition", + "comment": "The position of the body center of mass in world space.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.Quaternion", + "name": "bodyRotation", + "comment": "The rotation of the body center of mass in world space.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "leftFootVelocity", + "comment": "The left foot velocity from the last evaluated frame. (Read Only)\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "rightFootVelocity", + "comment": "The right foot velocity from the last evaluated frame. (Read Only)\n\n", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Single", + "params": [ + { + "name": "muscle", + "typeName": "UnityEngine.Animations.MuscleHandle" + } + ], + "isStatic": false, + "name": "GetMuscle", + "comment": "The muscle value.\n\n```plaintext\nParams: muscle - The Muscle that is queried.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "muscle", + "typeName": "UnityEngine.Animations.MuscleHandle" + }, + { "name": "value", "typeName": "float" } + ], + "isStatic": false, + "name": "SetMuscle", + "comment": "Sets the muscle value.\n\n```plaintext\nParams: muscle - The Muscle that is queried.\n value - The muscle value.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ResetToStancePose", + "comment": "Reset the current pose to the stance pose (T Pose).\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Vector3", + "params": [ + { "name": "index", "typeName": "UnityEngine.AvatarIKGoal" } + ], + "isStatic": false, + "name": "GetGoalPositionFromPose", + "comment": "The position of this IK goal.\n\n```plaintext\nParams: index - The AvatarIKGoal that is queried.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Quaternion", + "params": [ + { "name": "index", "typeName": "UnityEngine.AvatarIKGoal" } + ], + "isStatic": false, + "name": "GetGoalRotationFromPose", + "comment": "The rotation of this IK goal.\n\n```plaintext\nParams: index - The AvatarIKGoal that is queried.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Vector3", + "params": [ + { "name": "index", "typeName": "UnityEngine.AvatarIKGoal" } + ], + "isStatic": false, + "name": "GetGoalLocalPosition", + "comment": "The position of this IK goal.\n\n```plaintext\nParams: index - The AvatarIKGoal that is queried.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "UnityEngine.AvatarIKGoal" }, + { "name": "pos", "typeName": "UnityEngine.Vector3" } + ], + "isStatic": false, + "name": "SetGoalLocalPosition", + "comment": "Sets the position of this IK goal relative to the root.\n\n```plaintext\nParams: index - The AvatarIKGoal that is queried.\n pos - The position of this IK goal.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Quaternion", + "params": [ + { "name": "index", "typeName": "UnityEngine.AvatarIKGoal" } + ], + "isStatic": false, + "name": "GetGoalLocalRotation", + "comment": "The rotation of this IK goal.\n\n```plaintext\nParams: index - The AvatarIKGoal that is queried.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "UnityEngine.AvatarIKGoal" }, + { "name": "rot", "typeName": "UnityEngine.Quaternion" } + ], + "isStatic": false, + "name": "SetGoalLocalRotation", + "comment": "Sets the rotation of this IK goal relative to the root.\n\n```plaintext\nParams: index - The AvatarIKGoal that is queried.\n rot - The rotation of this IK goal.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Vector3", + "params": [ + { "name": "index", "typeName": "UnityEngine.AvatarIKGoal" } + ], + "isStatic": false, + "name": "GetGoalPosition", + "comment": "The position of this IK goal.\n\n```plaintext\nParams: index - The AvatarIKGoal that is queried.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "UnityEngine.AvatarIKGoal" }, + { "name": "pos", "typeName": "UnityEngine.Vector3" } + ], + "isStatic": false, + "name": "SetGoalPosition", + "comment": "Sets the position of this IK goal in world space.\n\n```plaintext\nParams: index - The AvatarIKGoal that is queried.\n pos - The position of this IK goal.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Quaternion", + "params": [ + { "name": "index", "typeName": "UnityEngine.AvatarIKGoal" } + ], + "isStatic": false, + "name": "GetGoalRotation", + "comment": "The rotation of this IK goal.\n\n```plaintext\nParams: index - The AvatarIKGoal that is queried.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "UnityEngine.AvatarIKGoal" }, + { "name": "rot", "typeName": "UnityEngine.Quaternion" } + ], + "isStatic": false, + "name": "SetGoalRotation", + "comment": "Sets the rotation of this IK goal in world space.\n\n```plaintext\nParams: index - The AvatarIKGoal that is queried.\n rot - The rotation of this IK goal.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "UnityEngine.AvatarIKGoal" }, + { "name": "value", "typeName": "float" } + ], + "isStatic": false, + "name": "SetGoalWeightPosition", + "comment": "Sets the position weight of the IK goal.\n\n```plaintext\nParams: index - The AvatarIKGoal that is queried.\n value - The position weight of the IK goal.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "UnityEngine.AvatarIKGoal" }, + { "name": "value", "typeName": "float" } + ], + "isStatic": false, + "name": "SetGoalWeightRotation", + "comment": "Sets the rotation weight of the IK goal.\n\n```plaintext\nParams: index - The AvatarIKGoal that is queried.\n value - The rotation weight of the IK goal.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Single", + "params": [ + { "name": "index", "typeName": "UnityEngine.AvatarIKGoal" } + ], + "isStatic": false, + "name": "GetGoalWeightPosition", + "comment": "The position weight of the IK goal.\n\n```plaintext\nParams: index - The AvatarIKGoal that is queried.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Single", + "params": [ + { "name": "index", "typeName": "UnityEngine.AvatarIKGoal" } + ], + "isStatic": false, + "name": "GetGoalWeightRotation", + "comment": "The rotation weight of the IK goal.\n\n```plaintext\nParams: index - The AvatarIKGoal that is queried.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Vector3", + "params": [ + { "name": "index", "typeName": "UnityEngine.AvatarIKHint" } + ], + "isStatic": false, + "name": "GetHintPosition", + "comment": "The position of this IK Hint.\n\n```plaintext\nParams: index - The AvatarIKHint that is queried.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "UnityEngine.AvatarIKHint" }, + { "name": "pos", "typeName": "UnityEngine.Vector3" } + ], + "isStatic": false, + "name": "SetHintPosition", + "comment": "Sets the position of this IK hint in world space.\n\n```plaintext\nParams: index - The AvatarIKHint that is queried.\n pos - The position of this IK hint.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "UnityEngine.AvatarIKHint" }, + { "name": "value", "typeName": "float" } + ], + "isStatic": false, + "name": "SetHintWeightPosition", + "comment": "Sets the position weight of the IK Hint.\n\n```plaintext\nParams: index - The AvatarIKHint that is queried.\n value - The position weight of the IK Hint.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Single", + "params": [ + { "name": "index", "typeName": "UnityEngine.AvatarIKHint" } + ], + "isStatic": false, + "name": "GetHintWeightPosition", + "comment": "The position weight of the IK Hint.\n\n```plaintext\nParams: index - The AvatarIKHint that is queried.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "lookAtPosition", "typeName": "UnityEngine.Vector3" } + ], + "isStatic": false, + "name": "SetLookAtPosition", + "comment": "Sets the look at position in world space.\n\n```plaintext\nParams: lookAtPosition - The look at position.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "weight", "typeName": "float" }], + "isStatic": false, + "name": "SetLookAtClampWeight", + "comment": "Sets the LookAt clamp weight.\n\n```plaintext\nParams: weight - The LookAt clamp weight.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "weight", "typeName": "float" }], + "isStatic": false, + "name": "SetLookAtBodyWeight", + "comment": "Sets the LookAt body weight.\n\n```plaintext\nParams: weight - The LookAt body weight.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "weight", "typeName": "float" }], + "isStatic": false, + "name": "SetLookAtHeadWeight", + "comment": "Sets the LookAt head weight.\n\n```plaintext\nParams: weight - The LookAt head weight.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "weight", "typeName": "float" }], + "isStatic": false, + "name": "SetLookAtEyesWeight", + "comment": "Sets the LookAt eyes weight.\n\n```plaintext\nParams: weight - The LookAt eyes weight.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "SolveIK", + "comment": "Execute the IK solver.\n\n", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "name": "AnimationHumanStream", + "comment": "The humanoid stream of animation data passed from one Playable to another.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "namespace": "UnityEngine.Animations", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IPlayable", "IEquatable"], + "fields": [ + { + "typeName": "UnityEngine.Animations.AnimationLayerMixerPlayable", + "name": "Null", + "comment": "Returns an invalid AnimationLayerMixerPlayable.\n\n", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "AnimationLayerMixerPlayable", + "params": [ + { + "name": "graph", + "typeName": "UnityEngine.Playables.PlayableGraph" + }, + { "name": "inputCount", "typeName": "int" } + ], + "isStatic": true, + "name": "Create", + "comment": "A new AnimationLayerMixerPlayable linked to the PlayableGraph.\n\n```plaintext\nParams: graph - The PlayableGraph that will contain the new AnimationLayerMixerPlayable.\n inputCount - The number of layers.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "PlayableHandle", + "params": [], + "isStatic": false, + "name": "GetHandle", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Playable", + "params": [ + { + "name": "playable", + "typeName": "UnityEngine.Animations.AnimationLayerMixerPlayable" + } + ], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "AnimationLayerMixerPlayable", + "params": [ + { "name": "playable", "typeName": "UnityEngine.Playables.Playable" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "other", + "typeName": "UnityEngine.Animations.AnimationLayerMixerPlayable" + } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "layerIndex", "typeName": "uint" }], + "isStatic": false, + "name": "IsLayerAdditive", + "comment": "True if the layer is additive, false otherwise.\n\n```plaintext\nParams: layerIndex - The layer index.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "layerIndex", "typeName": "uint" }, + { "name": "value", "typeName": "bool" } + ], + "isStatic": false, + "name": "SetLayerAdditive", + "comment": "Specifies whether a layer is additive or not. Additive layers blend with previous layers.\n\n```plaintext\nParams: layerIndex - The layer index.\n value - Whether the layer is additive or not. Set to true for an additive blend, or false for a regular blend.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "layerIndex", "typeName": "uint" }, + { "name": "mask", "typeName": "UnityEngine.AvatarMask" } + ], + "isStatic": false, + "name": "SetLayerMaskFromAvatarMask", + "comment": "Sets the mask for the current layer.\n\n```plaintext\nParams: layerIndex - The layer index.\n mask - The AvatarMask used to create the new LayerMask.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "name": "AnimationLayerMixerPlayable", + "comment": "An implementation of IPlayable that controls an animation layer mixer.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "namespace": "UnityEngine.Animations", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IPlayable", "IEquatable"], + "fields": [ + { + "typeName": "UnityEngine.Animations.AnimationMixerPlayable", + "name": "Null", + "comment": "Returns an invalid AnimationMixerPlayable.\n\n", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "AnimationMixerPlayable", + "params": [ + { + "name": "graph", + "typeName": "UnityEngine.Playables.PlayableGraph" + }, + { "name": "inputCount", "typeName": "int" }, + { "name": "normalizeWeights", "typeName": "bool" } + ], + "isStatic": true, + "name": "Create", + "comment": "A new AnimationMixerPlayable linked to the PlayableGraph.\n\n```plaintext\nParams: graph - The PlayableGraph that will contain the new AnimationMixerPlayable.\n inputCount - The number of inputs that the mixer will update.\n normalizeWeights - True to force a weight normalization of the inputs.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "PlayableHandle", + "params": [], + "isStatic": false, + "name": "GetHandle", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Playable", + "params": [ + { + "name": "playable", + "typeName": "UnityEngine.Animations.AnimationMixerPlayable" + } + ], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "AnimationMixerPlayable", + "params": [ + { "name": "playable", "typeName": "UnityEngine.Playables.Playable" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "other", + "typeName": "UnityEngine.Animations.AnimationMixerPlayable" + } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "name": "AnimationMixerPlayable", + "comment": "An implementation of IPlayable that controls an animation mixer.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "namespace": "UnityEngine.Animations", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "clip", "typeName": "UnityEngine.AnimationClip" } + ], + "isStatic": false, + "name": "SetAnimatedProperties", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "name": "AnimationPlayableExtensions", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "namespace": "UnityEngine.Animations", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IPlayableOutput"], + "fields": [ + { + "typeName": "UnityEngine.Animations.AnimationPlayableOutput", + "name": "Null", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "AnimationPlayableOutput", + "params": [ + { + "name": "graph", + "typeName": "UnityEngine.Playables.PlayableGraph" + }, + { "name": "name", "typeName": "string" }, + { "name": "target", "typeName": "UnityEngine.Animator" } + ], + "isStatic": true, + "name": "Create", + "comment": "A new AnimationPlayableOutput attached to the PlayableGraph.\n\n```plaintext\nParams: graph - The PlayableGraph that will contain the AnimationPlayableOutput.\n name - The name of the output.\n target - The Animator that will process the PlayableGraph.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "PlayableOutputHandle", + "params": [], + "isStatic": false, + "name": "GetHandle", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "PlayableOutput", + "params": [ + { + "name": "output", + "typeName": "UnityEngine.Animations.AnimationPlayableOutput" + } + ], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "AnimationPlayableOutput", + "params": [ + { + "name": "output", + "typeName": "UnityEngine.Playables.PlayableOutput" + } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Animator", + "params": [], + "isStatic": false, + "name": "GetTarget", + "comment": "The targeted Animator.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "UnityEngine.Animator" }], + "isStatic": false, + "name": "SetTarget", + "comment": "Sets the Animator that plays the animation graph.\n\n```plaintext\nParams: value - The targeted Animator.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "name": "AnimationPlayableOutput", + "comment": "A IPlayableOutput implementation that connects the PlayableGraph to an Animator in the Scene.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "namespace": "UnityEngine.Animations", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IAnimationJobPlayable", "IPlayable", "IEquatable"], + "fields": [ + { + "typeName": "UnityEngine.Animations.AnimationScriptPlayable", + "name": "Null", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "AnimationScriptPlayable", + "params": [ + { + "name": "graph", + "typeName": "UnityEngine.Playables.PlayableGraph" + }, + { "name": "jobData", "typeName": "T" }, + { "name": "inputCount", "typeName": "int" } + ], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "PlayableHandle", + "params": [], + "isStatic": false, + "name": "GetHandle", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "T", + "params": [], + "isStatic": false, + "name": "GetJobData", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "jobData", "typeName": "T" }], + "isStatic": false, + "name": "SetJobData", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Playable", + "params": [ + { + "name": "playable", + "typeName": "UnityEngine.Animations.AnimationScriptPlayable" + } + ], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "AnimationScriptPlayable", + "params": [ + { "name": "playable", "typeName": "UnityEngine.Playables.Playable" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "other", + "typeName": "UnityEngine.Animations.AnimationScriptPlayable" + } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "bool" }], + "isStatic": false, + "name": "SetProcessInputs", + "comment": "Sets the new value for processing the inputs or not.\n\n```plaintext\nParams: value - The new value for processing the inputs or not.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "GetProcessInputs", + "comment": "true if the inputs will be processed; false otherwise.\n\n", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "name": "AnimationScriptPlayable", + "comment": "A Playable that can run a custom, multi-threaded animation job.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "namespace": "UnityEngine.Animations", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "isValid", + "comment": "Returns true if the stream is valid; false otherwise. (Read Only)\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "float", + "name": "deltaTime", + "comment": "Gets the delta time for the evaluated frame. (Read Only)\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "velocity", + "comment": "Gets or sets the avatar velocity for the evaluated frame.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "angularVelocity", + "comment": "Gets or sets the avatar angular velocity for the evaluated frame.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "rootMotionPosition", + "comment": "Gets the root motion position for the evaluated frame. (Read Only)\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.Quaternion", + "name": "rootMotionRotation", + "comment": "Gets the root motion rotation for the evaluated frame. (Read Only)\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "bool", + "name": "isHumanStream", + "comment": "Returns true if the stream is from a humanoid avatar; false otherwise. (Read Only)\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "int", + "name": "inputStreamCount", + "comment": "Gets the number of input streams. (Read Only)\n\n", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "AnimationHumanStream", + "params": [], + "isStatic": false, + "name": "AsHuman", + "comment": "Returns the same stream, but as an AnimationHumanStream.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "AnimationStream", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "GetInputStream", + "comment": "Returns the AnimationStream of the playable input at index. Returns an invalid stream if the input is not an animation Playable.\n\n```plaintext\nParams: index - The input index.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "GetInputWeight", + "comment": "Returns the weight of the Playable input as a float.\n\n```plaintext\nParams: index - The input index.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "animationStream", + "typeName": "UnityEngine.Animations.AnimationStream" + } + ], + "isStatic": false, + "name": "CopyAnimationStreamMotion", + "comment": "Deep copies motion from a source animation stream to the current animation stream.\n\n```plaintext\nParams: animationStream - The source animation stream with the motion to deep copy.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "name": "AnimationStream", + "comment": "The stream of animation data passed from one Playable to another.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.AudioClipLoadType", + "name": "DecompressOnLoad", + "comment": "The audio data is decompressed when the audio clip is loaded.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "UnityEngine.AudioClipLoadType", + "name": "CompressedInMemory", + "comment": "The audio data of the clip will be kept in memory in compressed form.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "UnityEngine.AudioClipLoadType", + "name": "Streaming", + "comment": "Streams audio data from disk.\n\n", + "location": "UnityEngine.AudioModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.AudioClipLoadType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AudioModule.dll" + } + ], + "name": "AudioClipLoadType", + "comment": "Determines how the audio clip is loaded in.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "namespace": "UnityEngine.Animations", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "stream", + "typeName": "UnityEngine.Animations.AnimationStream" + } + ], + "isStatic": false, + "name": "IsValid", + "comment": "Whether this is a valid handle.\n\n```plaintext\nParams: stream - The AnimationStream that holds the animated values.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "stream", + "typeName": "UnityEngine.Animations.AnimationStream" + } + ], + "isStatic": false, + "name": "Resolve", + "comment": "Bind this handle with an animated values from the AnimationStream.\n\n```plaintext\nParams: stream - The AnimationStream that holds the animated values.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "stream", + "typeName": "UnityEngine.Animations.AnimationStream" + } + ], + "isStatic": false, + "name": "IsResolved", + "comment": "Returns true if the handle is resolved, false otherwise.\n\n```plaintext\nParams: stream - The AnimationStream that holds the animated values.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Vector3", + "params": [ + { + "name": "stream", + "typeName": "UnityEngine.Animations.AnimationStream" + } + ], + "isStatic": false, + "name": "GetPosition", + "comment": "The position of the transform in world space.\n\n```plaintext\nParams: stream - The AnimationStream that holds the animated values.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "stream", + "typeName": "UnityEngine.Animations.AnimationStream" + }, + { "name": "position", "typeName": "UnityEngine.Vector3" } + ], + "isStatic": false, + "name": "SetPosition", + "comment": "Sets the position of the transform in world space.\n\n```plaintext\nParams: position - The position of the transform in world space.\n stream - The AnimationStream that holds the animated values.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Quaternion", + "params": [ + { + "name": "stream", + "typeName": "UnityEngine.Animations.AnimationStream" + } + ], + "isStatic": false, + "name": "GetRotation", + "comment": "The rotation of the transform in world space.\n\n```plaintext\nParams: stream - The AnimationStream that holds the animated values.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "stream", + "typeName": "UnityEngine.Animations.AnimationStream" + }, + { "name": "rotation", "typeName": "UnityEngine.Quaternion" } + ], + "isStatic": false, + "name": "SetRotation", + "comment": "Sets the rotation of the transform in world space.\n\n```plaintext\nParams: stream - The AnimationStream that holds the animated values.\n rotation - The rotation of the transform in world space.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Vector3", + "params": [ + { + "name": "stream", + "typeName": "UnityEngine.Animations.AnimationStream" + } + ], + "isStatic": false, + "name": "GetLocalPosition", + "comment": "The position of the transform relative to the parent.\n\n```plaintext\nParams: stream - The AnimationStream that holds the animated values.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "stream", + "typeName": "UnityEngine.Animations.AnimationStream" + }, + { "name": "position", "typeName": "UnityEngine.Vector3" } + ], + "isStatic": false, + "name": "SetLocalPosition", + "comment": "Sets the position of the transform relative to the parent.\n\n```plaintext\nParams: stream - The AnimationStream that holds the animated values.\n position - The position of the transform relative to the parent.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Quaternion", + "params": [ + { + "name": "stream", + "typeName": "UnityEngine.Animations.AnimationStream" + } + ], + "isStatic": false, + "name": "GetLocalRotation", + "comment": "The rotation of the transform relative to the parent.\n\n```plaintext\nParams: stream - The AnimationStream that holds the animated values.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "stream", + "typeName": "UnityEngine.Animations.AnimationStream" + }, + { "name": "rotation", "typeName": "UnityEngine.Quaternion" } + ], + "isStatic": false, + "name": "SetLocalRotation", + "comment": "Sets the rotation of the transform relative to the parent.\n\n```plaintext\nParams: stream - The AnimationStream that holds the animated values.\n rotation - The rotation of the transform relative to the parent.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Vector3", + "params": [ + { + "name": "stream", + "typeName": "UnityEngine.Animations.AnimationStream" + } + ], + "isStatic": false, + "name": "GetLocalScale", + "comment": "The scale of the transform relative to the parent.\n\n```plaintext\nParams: stream - The AnimationStream that holds the animated values.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "stream", + "typeName": "UnityEngine.Animations.AnimationStream" + }, + { "name": "scale", "typeName": "UnityEngine.Vector3" } + ], + "isStatic": false, + "name": "SetLocalScale", + "comment": "Sets the scale of the transform relative to the parent.\n\n```plaintext\nParams: scale - The scale of the transform relative to the parent.\n stream - The AnimationStream that holds the animated values.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "stream", + "typeName": "UnityEngine.Animations.AnimationStream" + } + ], + "isStatic": false, + "name": "GetPositionReadMask", + "comment": "Returns true if the position can be read.\n\n```plaintext\nParams: stream - The AnimationStream that holds the animated values.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "stream", + "typeName": "UnityEngine.Animations.AnimationStream" + } + ], + "isStatic": false, + "name": "GetRotationReadMask", + "comment": "Returns true if the rotation can be read.\n\n```plaintext\nParams: stream - The AnimationStream that holds the animated values.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "stream", + "typeName": "UnityEngine.Animations.AnimationStream" + } + ], + "isStatic": false, + "name": "GetScaleReadMask", + "comment": "Returns true if the scale can be read.\n\n```plaintext\nParams: stream - The AnimationStream that holds the animated values.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "stream", + "typeName": "UnityEngine.Animations.AnimationStream" + }, + { "name": "position", "typeName": "UnityEngine.Vector3" }, + { "name": "rotation", "typeName": "UnityEngine.Quaternion" }, + { "name": "scale", "typeName": "UnityEngine.Vector3" } + ], + "isStatic": false, + "name": "GetLocalTRS", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "stream", + "typeName": "UnityEngine.Animations.AnimationStream" + }, + { "name": "position", "typeName": "UnityEngine.Vector3" }, + { "name": "rotation", "typeName": "UnityEngine.Quaternion" }, + { "name": "scale", "typeName": "UnityEngine.Vector3" }, + { "name": "useMask", "typeName": "bool" } + ], + "isStatic": false, + "name": "SetLocalTRS", + "comment": "Sets the position, rotation and scale of the transform relative to the parent.\n\n```plaintext\nParams: stream - The AnimationStream that holds the animated values.\n position - The position of the transform relative to the parent.\n rotation - The rotation of the transform relative to the parent.\n scale - The scale of the transform relative to the parent.\n useMask - Set to true to write the specified parameters if the matching stream parameters have not already been modified.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "stream", + "typeName": "UnityEngine.Animations.AnimationStream" + }, + { "name": "position", "typeName": "UnityEngine.Vector3" }, + { "name": "rotation", "typeName": "UnityEngine.Quaternion" } + ], + "isStatic": false, + "name": "GetGlobalTR", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "stream", + "typeName": "UnityEngine.Animations.AnimationStream" + }, + { "name": "position", "typeName": "UnityEngine.Vector3" }, + { "name": "rotation", "typeName": "UnityEngine.Quaternion" }, + { "name": "useMask", "typeName": "bool" } + ], + "isStatic": false, + "name": "SetGlobalTR", + "comment": "Sets the position and rotation of the transform in world space.\n\n```plaintext\nParams: stream - The AnimationStream that holds the animated values.\n position - The position of the transform in world space.\n rotation - The rotation of the transform in world space.\n useMask - Set to true to write the specified parameters if the matching stream parameters have not already been modified.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "name": "TransformStreamHandle", + "comment": "Position, rotation and scale of an object in the AnimationStream.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "namespace": "UnityEngine.Animations", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "stream", + "typeName": "UnityEngine.Animations.AnimationStream" + } + ], + "isStatic": false, + "name": "IsValid", + "comment": "Whether or not the handle is valid.\n\n```plaintext\nParams: stream - The AnimationStream that holds the animated values.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "stream", + "typeName": "UnityEngine.Animations.AnimationStream" + } + ], + "isStatic": false, + "name": "Resolve", + "comment": "Resolves the handle.\n\n```plaintext\nParams: stream - The AnimationStream that holds the animated values.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "stream", + "typeName": "UnityEngine.Animations.AnimationStream" + } + ], + "isStatic": false, + "name": "IsResolved", + "comment": "Returns true if the handle is resolved, false otherwise.\n\n```plaintext\nParams: stream - The AnimationStream that holds the animated values.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Single", + "params": [ + { + "name": "stream", + "typeName": "UnityEngine.Animations.AnimationStream" + } + ], + "isStatic": false, + "name": "GetFloat", + "comment": "The float property value.\n\n```plaintext\nParams: stream - The AnimationStream that holds the animated values.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "stream", + "typeName": "UnityEngine.Animations.AnimationStream" + }, + { "name": "value", "typeName": "float" } + ], + "isStatic": false, + "name": "SetFloat", + "comment": "Sets the float property value into a stream.\n\n```plaintext\nParams: stream - The AnimationStream that holds the animated values.\n value - The new float property value.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "stream", + "typeName": "UnityEngine.Animations.AnimationStream" + } + ], + "isStatic": false, + "name": "GetInt", + "comment": "The integer property value.\n\n```plaintext\nParams: stream - The AnimationStream that holds the animated values.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "stream", + "typeName": "UnityEngine.Animations.AnimationStream" + }, + { "name": "value", "typeName": "int" } + ], + "isStatic": false, + "name": "SetInt", + "comment": "Sets the integer property value into a stream.\n\n```plaintext\nParams: stream - The AnimationStream that holds the animated values.\n value - The new integer property value.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "stream", + "typeName": "UnityEngine.Animations.AnimationStream" + } + ], + "isStatic": false, + "name": "GetBool", + "comment": "The boolean property value.\n\n```plaintext\nParams: stream - The AnimationStream that holds the animated values.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "stream", + "typeName": "UnityEngine.Animations.AnimationStream" + }, + { "name": "value", "typeName": "bool" } + ], + "isStatic": false, + "name": "SetBool", + "comment": "Sets the boolean property value into a stream.\n\n```plaintext\nParams: stream - The AnimationStream that holds the animated values.\n value - The new boolean property value.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "stream", + "typeName": "UnityEngine.Animations.AnimationStream" + } + ], + "isStatic": false, + "name": "GetReadMask", + "comment": "Returns true if the property can be read.\n\n```plaintext\nParams: stream - The AnimationStream that holds the animated values.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "name": "PropertyStreamHandle", + "comment": "Handle for a Component property on an object in the AnimationStream.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "namespace": "UnityEngine.Animations", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "stream", + "typeName": "UnityEngine.Animations.AnimationStream" + } + ], + "isStatic": false, + "name": "IsValid", + "comment": "Whether this is a valid handle.\n\n```plaintext\nParams: stream - The AnimationStream that manages this handle.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Vector3", + "params": [ + { + "name": "stream", + "typeName": "UnityEngine.Animations.AnimationStream" + } + ], + "isStatic": false, + "name": "GetPosition", + "comment": "The position of the transform in world space.\n\n```plaintext\nParams: stream - The AnimationStream that manages this handle.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "stream", + "typeName": "UnityEngine.Animations.AnimationStream" + }, + { "name": "position", "typeName": "UnityEngine.Vector3" } + ], + "isStatic": false, + "name": "SetPosition", + "comment": "Sets the position of the transform in world space.\n\n```plaintext\nParams: stream - The AnimationStream that manages this handle.\n position - The position of the transform in world space.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Vector3", + "params": [ + { + "name": "stream", + "typeName": "UnityEngine.Animations.AnimationStream" + } + ], + "isStatic": false, + "name": "GetLocalPosition", + "comment": "The position of the transform relative to the parent.\n\n```plaintext\nParams: stream - The AnimationStream that manages this handle.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "stream", + "typeName": "UnityEngine.Animations.AnimationStream" + }, + { "name": "position", "typeName": "UnityEngine.Vector3" } + ], + "isStatic": false, + "name": "SetLocalPosition", + "comment": "Sets the position of the transform relative to the parent.\n\n```plaintext\nParams: stream - The AnimationStream that manages this handle.\n position - The position of the transform relative to the parent.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Quaternion", + "params": [ + { + "name": "stream", + "typeName": "UnityEngine.Animations.AnimationStream" + } + ], + "isStatic": false, + "name": "GetRotation", + "comment": "The rotation of the transform in world space.\n\n```plaintext\nParams: stream - The AnimationStream that manages this handle.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "stream", + "typeName": "UnityEngine.Animations.AnimationStream" + }, + { "name": "rotation", "typeName": "UnityEngine.Quaternion" } + ], + "isStatic": false, + "name": "SetRotation", + "comment": "Sets the rotation of the transform in world space.\n\n```plaintext\nParams: stream - The AnimationStream that manages this handle.\n rotation - The rotation of the transform in world space.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Quaternion", + "params": [ + { + "name": "stream", + "typeName": "UnityEngine.Animations.AnimationStream" + } + ], + "isStatic": false, + "name": "GetLocalRotation", + "comment": "The rotation of the transform relative to the parent.\n\n```plaintext\nParams: stream - The AnimationStream that manages this handle.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "stream", + "typeName": "UnityEngine.Animations.AnimationStream" + }, + { "name": "rotation", "typeName": "UnityEngine.Quaternion" } + ], + "isStatic": false, + "name": "SetLocalRotation", + "comment": "Sets the rotation of the transform relative to the parent.\n\n```plaintext\nParams: stream - The AnimationStream that manages this handle.\n rotation - The rotation of the transform relative to the parent.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Vector3", + "params": [ + { + "name": "stream", + "typeName": "UnityEngine.Animations.AnimationStream" + } + ], + "isStatic": false, + "name": "GetLocalScale", + "comment": "The scale of the transform relative to the parent.\n\n```plaintext\nParams: stream - The AnimationStream that manages this handle.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "stream", + "typeName": "UnityEngine.Animations.AnimationStream" + }, + { "name": "position", "typeName": "UnityEngine.Vector3" }, + { "name": "rotation", "typeName": "UnityEngine.Quaternion" }, + { "name": "scale", "typeName": "UnityEngine.Vector3" } + ], + "isStatic": false, + "name": "GetLocalTRS", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "stream", + "typeName": "UnityEngine.Animations.AnimationStream" + }, + { "name": "position", "typeName": "UnityEngine.Vector3" }, + { "name": "rotation", "typeName": "UnityEngine.Quaternion" } + ], + "isStatic": false, + "name": "GetGlobalTR", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "stream", + "typeName": "UnityEngine.Animations.AnimationStream" + }, + { "name": "scale", "typeName": "UnityEngine.Vector3" } + ], + "isStatic": false, + "name": "SetLocalScale", + "comment": "Sets the scale of the transform relative to the parent.\n\n```plaintext\nParams: stream - The AnimationStream that manages this handle.\n scale - The scale of the transform relative to the parent.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "name": "TransformSceneHandle", + "comment": "Handle to read position, rotation and scale of an object in the Scene.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "namespace": "UnityEngine.Animations", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "stream", + "typeName": "UnityEngine.Animations.AnimationStream" + } + ], + "isStatic": false, + "name": "IsValid", + "comment": "Whether or not the handle is valid.\n\n```plaintext\nParams: stream - The AnimationStream managing this handle.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "stream", + "typeName": "UnityEngine.Animations.AnimationStream" + } + ], + "isStatic": false, + "name": "Resolve", + "comment": "Resolves the handle.\n\n```plaintext\nParams: stream - The AnimationStream managing this handle.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "stream", + "typeName": "UnityEngine.Animations.AnimationStream" + } + ], + "isStatic": false, + "name": "IsResolved", + "comment": "Returns true if the handle is resolved, false otherwise.\n\n```plaintext\nParams: stream - The AnimationStream managing this handle.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Single", + "params": [ + { + "name": "stream", + "typeName": "UnityEngine.Animations.AnimationStream" + } + ], + "isStatic": false, + "name": "GetFloat", + "comment": "The float property value.\n\n```plaintext\nParams: stream - The AnimationStream managing this handle.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "stream", + "typeName": "UnityEngine.Animations.AnimationStream" + }, + { "name": "value", "typeName": "float" } + ], + "isStatic": false, + "name": "SetFloat", + "comment": "Sets the float property value to an object in the Scene.\n\n```plaintext\nParams: stream - The AnimationStream managing this handle.\n value - The new float property value.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "stream", + "typeName": "UnityEngine.Animations.AnimationStream" + } + ], + "isStatic": false, + "name": "GetInt", + "comment": "The integer property value.\n\n```plaintext\nParams: stream - The AnimationStream managing this handle.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "stream", + "typeName": "UnityEngine.Animations.AnimationStream" + }, + { "name": "value", "typeName": "int" } + ], + "isStatic": false, + "name": "SetInt", + "comment": "Sets the integer property value to an object in the Scene.\n\n```plaintext\nParams: stream - The AnimationStream managing this handle.\n value - The new integer property value.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "stream", + "typeName": "UnityEngine.Animations.AnimationStream" + } + ], + "isStatic": false, + "name": "GetBool", + "comment": "The boolean property value.\n\n```plaintext\nParams: stream - The AnimationStream managing this handle.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "stream", + "typeName": "UnityEngine.Animations.AnimationStream" + }, + { "name": "value", "typeName": "bool" } + ], + "isStatic": false, + "name": "SetBool", + "comment": "Sets the boolean property value to an object in the Scene.\n\n```plaintext\nParams: stream - The AnimationStream managing this handle.\n value - The new boolean property value.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "name": "PropertySceneHandle", + "comment": "Handle to read a Component property on an object in the Scene.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "namespace": "UnityEngine.Animations", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "stream", + "typeName": "UnityEngine.Animations.AnimationStream" + }, + { + "name": "handles", + "typeName": "Unity.Collections.NativeArray" + }, + { + "name": "buffer", + "typeName": "Unity.Collections.NativeArray" + } + ], + "isStatic": true, + "name": "ReadInts", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "stream", + "typeName": "UnityEngine.Animations.AnimationStream" + }, + { + "name": "handles", + "typeName": "Unity.Collections.NativeArray" + }, + { + "name": "buffer", + "typeName": "Unity.Collections.NativeArray" + } + ], + "isStatic": true, + "name": "ReadFloats", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "name": "AnimationSceneHandleUtility", + "comment": "Static class providing utility functions for animation scene handles.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.AudioVelocityUpdateMode", + "name": "Auto", + "comment": "Updates the source or listener in the MonoBehaviour.FixedUpdate loop if it is attached to a Rigidbody, dynamic MonoBehaviour.Update otherwise.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "UnityEngine.AudioVelocityUpdateMode", + "name": "Fixed", + "comment": "Updates the source or listener in the MonoBehaviour.FixedUpdate loop.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "UnityEngine.AudioVelocityUpdateMode", + "name": "Dynamic", + "comment": "Updates the source or listener in the dynamic MonoBehaviour.Update loop.\n\n", + "location": "UnityEngine.AudioModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.AudioVelocityUpdateMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AudioModule.dll" + } + ], + "name": "AudioVelocityUpdateMode", + "comment": "Describes when an AudioSource or AudioListener is updated.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "namespace": "UnityEngine.Animations", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "stream", + "typeName": "UnityEngine.Animations.AnimationStream" + }, + { + "name": "handles", + "typeName": "Unity.Collections.NativeArray" + }, + { + "name": "buffer", + "typeName": "Unity.Collections.NativeArray" + }, + { "name": "useMask", "typeName": "bool" } + ], + "isStatic": true, + "name": "WriteInts", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "stream", + "typeName": "UnityEngine.Animations.AnimationStream" + }, + { + "name": "handles", + "typeName": "Unity.Collections.NativeArray" + }, + { + "name": "buffer", + "typeName": "Unity.Collections.NativeArray" + }, + { "name": "useMask", "typeName": "bool" } + ], + "isStatic": true, + "name": "WriteFloats", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "stream", + "typeName": "UnityEngine.Animations.AnimationStream" + }, + { + "name": "handles", + "typeName": "Unity.Collections.NativeArray" + }, + { + "name": "buffer", + "typeName": "Unity.Collections.NativeArray" + } + ], + "isStatic": true, + "name": "ReadInts", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "stream", + "typeName": "UnityEngine.Animations.AnimationStream" + }, + { + "name": "handles", + "typeName": "Unity.Collections.NativeArray" + }, + { + "name": "buffer", + "typeName": "Unity.Collections.NativeArray" + } + ], + "isStatic": true, + "name": "ReadFloats", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "name": "AnimationStreamHandleUtility", + "comment": "Static class providing utility functions for animation stream handles.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.FFTWindow", + "name": "Rectangular", + "comment": "W[n] = 1.0.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "UnityEngine.FFTWindow", + "name": "Triangle", + "comment": "W[n] = TRI(2n/N).\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "UnityEngine.FFTWindow", + "name": "Hamming", + "comment": "W[n] = 0.54 - (0.46 * COS(n/N) ).\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "UnityEngine.FFTWindow", + "name": "Hanning", + "comment": "W[n] = 0.5 * (1.0 - COS(n/N) ).\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "UnityEngine.FFTWindow", + "name": "Blackman", + "comment": "W[n] = 0.42 - (0.5 * COS(nN) ) + (0.08 * COS(2.0 * nN) ).\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "UnityEngine.FFTWindow", + "name": "BlackmanHarris", + "comment": "W[n] = 0.35875 - (0.48829 * COS(1.0 * nN)) + (0.14128 * COS(2.0 * nN)) - (0.01168 * COS(3.0 * n/N)).\n\n", + "location": "UnityEngine.AudioModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.FFTWindow", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AudioModule.dll" + } + ], + "name": "FFTWindow", + "comment": "Spectrum analysis windowing types.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "namespace": "UnityEngine.Timeline", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Timeline.ActivationTrack.PostPlaybackState", + "name": "Active", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "UnityEngine.Timeline.ActivationTrack.PostPlaybackState", + "name": "Inactive", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "UnityEngine.Timeline.ActivationTrack.PostPlaybackState", + "name": "Revert", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "UnityEngine.Timeline.ActivationTrack.PostPlaybackState", + "name": "LeaveAsIs", + "comment": "", + "location": "Unity.Timeline.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Timeline.ActivationTrack.PostPlaybackState", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Timeline.dll" + } + ], + "name": "PostPlaybackState", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "namespace": "UnityEngine.Animations", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IPlayable", "IEquatable"], + "fields": [ + { + "typeName": "UnityEngine.Animations.AnimatorControllerPlayable", + "name": "Null", + "comment": "Returns an invalid AnimatorControllerPlayable.\n\n", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "AnimatorControllerPlayable", + "params": [ + { + "name": "graph", + "typeName": "UnityEngine.Playables.PlayableGraph" + }, + { + "name": "controller", + "typeName": "UnityEngine.RuntimeAnimatorController" + } + ], + "isStatic": true, + "name": "Create", + "comment": "A AnimatorControllerPlayable.\n\n```plaintext\nParams: graph - The PlayableGraph object that will own the AnimatorControllerPlayable.\n controller - The RuntimeAnimatorController that will be added in the graph.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "PlayableHandle", + "params": [], + "isStatic": false, + "name": "GetHandle", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "handle", + "typeName": "UnityEngine.Playables.PlayableHandle" + } + ], + "isStatic": false, + "name": "SetHandle", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Playable", + "params": [ + { + "name": "playable", + "typeName": "UnityEngine.Animations.AnimatorControllerPlayable" + } + ], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "AnimatorControllerPlayable", + "params": [ + { "name": "playable", "typeName": "UnityEngine.Playables.Playable" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "other", + "typeName": "UnityEngine.Animations.AnimatorControllerPlayable" + } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "GetFloat", + "comment": "The value of the parameter.\n\n```plaintext\nParams: name - The parameter name.\n id - The parameter ID.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "id", "typeName": "int" }], + "isStatic": false, + "name": "GetFloat", + "comment": "The value of the parameter.\n\n```plaintext\nParams: name - The parameter name.\n id - The parameter ID.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "value", "typeName": "float" } + ], + "isStatic": false, + "name": "SetFloat", + "comment": "Send float values to the AnimatorController to affect transitions.\n\n```plaintext\nParams: name - The parameter name.\n id - The parameter ID.\n value - The new parameter value.\n dampTime - The damper total time.\n deltaTime - The delta time to give to the damper.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "id", "typeName": "int" }, + { "name": "value", "typeName": "float" } + ], + "isStatic": false, + "name": "SetFloat", + "comment": "Send float values to the AnimatorController to affect transitions.\n\n```plaintext\nParams: name - The parameter name.\n id - The parameter ID.\n value - The new parameter value.\n dampTime - The damper total time.\n deltaTime - The delta time to give to the damper.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "GetBool", + "comment": "The value of the parameter.\n\n```plaintext\nParams: name - The parameter name.\n id - The parameter ID.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "id", "typeName": "int" }], + "isStatic": false, + "name": "GetBool", + "comment": "The value of the parameter.\n\n```plaintext\nParams: name - The parameter name.\n id - The parameter ID.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "value", "typeName": "bool" } + ], + "isStatic": false, + "name": "SetBool", + "comment": "Sets the value of the given boolean parameter.\n\n```plaintext\nParams: name - The parameter name.\n id - The parameter ID.\n value - The new parameter value.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "id", "typeName": "int" }, + { "name": "value", "typeName": "bool" } + ], + "isStatic": false, + "name": "SetBool", + "comment": "Sets the value of the given boolean parameter.\n\n```plaintext\nParams: name - The parameter name.\n id - The parameter ID.\n value - The new parameter value.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "GetInteger", + "comment": "The value of the parameter.\n\n```plaintext\nParams: name - The parameter name.\n id - The parameter ID.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "id", "typeName": "int" }], + "isStatic": false, + "name": "GetInteger", + "comment": "The value of the parameter.\n\n```plaintext\nParams: name - The parameter name.\n id - The parameter ID.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "value", "typeName": "int" } + ], + "isStatic": false, + "name": "SetInteger", + "comment": "Sets the value of the given integer parameter.\n\n```plaintext\nParams: name - The parameter name.\n id - The parameter ID.\n value - The new parameter value.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "id", "typeName": "int" }, + { "name": "value", "typeName": "int" } + ], + "isStatic": false, + "name": "SetInteger", + "comment": "Sets the value of the given integer parameter.\n\n```plaintext\nParams: name - The parameter name.\n id - The parameter ID.\n value - The new parameter value.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "SetTrigger", + "comment": "Sets the value of the given trigger parameter.\n\n```plaintext\nParams: name - The parameter name.\n id - The parameter ID.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "id", "typeName": "int" }], + "isStatic": false, + "name": "SetTrigger", + "comment": "Sets the value of the given trigger parameter.\n\n```plaintext\nParams: name - The parameter name.\n id - The parameter ID.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "ResetTrigger", + "comment": "Resets the value of the given trigger parameter.\n\n```plaintext\nParams: name - The parameter name.\n id - The parameter ID.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "id", "typeName": "int" }], + "isStatic": false, + "name": "ResetTrigger", + "comment": "Resets the value of the given trigger parameter.\n\n```plaintext\nParams: name - The parameter name.\n id - The parameter ID.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "IsParameterControlledByCurve", + "comment": "True if the parameter is controlled by a curve, false otherwise.\n\n```plaintext\nParams: name - The parameter name.\n id - The parameter ID.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "id", "typeName": "int" }], + "isStatic": false, + "name": "IsParameterControlledByCurve", + "comment": "True if the parameter is controlled by a curve, false otherwise.\n\n```plaintext\nParams: name - The parameter name.\n id - The parameter ID.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetLayerCount", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "layerIndex", "typeName": "int" }], + "isStatic": false, + "name": "GetLayerName", + "comment": "The layer name.\n\n```plaintext\nParams: layerIndex - The layer index.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "layerName", "typeName": "string" }], + "isStatic": false, + "name": "GetLayerIndex", + "comment": "The layer index.\n\n```plaintext\nParams: layerName - The layer name.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "layerIndex", "typeName": "int" }], + "isStatic": false, + "name": "GetLayerWeight", + "comment": "The layer weight.\n\n```plaintext\nParams: layerIndex - The layer index.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "layerIndex", "typeName": "int" }, + { "name": "weight", "typeName": "float" } + ], + "isStatic": false, + "name": "SetLayerWeight", + "comment": "Sets the weight of the layer at the given index.\n\n```plaintext\nParams: layerIndex - The layer index.\n weight - The new layer weight.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "AnimatorStateInfo", + "params": [{ "name": "layerIndex", "typeName": "int" }], + "isStatic": false, + "name": "GetCurrentAnimatorStateInfo", + "comment": "An AnimatorStateInfo with the information on the current state.\n\n```plaintext\nParams: layerIndex - The layer index.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "AnimatorStateInfo", + "params": [{ "name": "layerIndex", "typeName": "int" }], + "isStatic": false, + "name": "GetNextAnimatorStateInfo", + "comment": "An AnimatorStateInfo with the information on the next state.\n\n```plaintext\nParams: layerIndex - The layer index.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "AnimatorTransitionInfo", + "params": [{ "name": "layerIndex", "typeName": "int" }], + "isStatic": false, + "name": "GetAnimatorTransitionInfo", + "comment": "An AnimatorTransitionInfo with the informations on the current transition.\n\n```plaintext\nParams: layerIndex - The layer's index.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "layerIndex", "typeName": "int" }], + "isStatic": false, + "name": "GetCurrentAnimatorClipInfo", + "comment": "An array of all the AnimatorClipInfo in the current state.\n\n```plaintext\nParams: layerIndex - The layer index.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "layerIndex", "typeName": "int" }, + { + "name": "clips", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "GetCurrentAnimatorClipInfo", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "layerIndex", "typeName": "int" }, + { + "name": "clips", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "GetNextAnimatorClipInfo", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "layerIndex", "typeName": "int" }], + "isStatic": false, + "name": "GetCurrentAnimatorClipInfoCount", + "comment": "The number of AnimatorClipInfo in the current state.\n\n```plaintext\nParams: layerIndex - The layer index.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "layerIndex", "typeName": "int" }], + "isStatic": false, + "name": "GetNextAnimatorClipInfoCount", + "comment": "The number of AnimatorClipInfo in the next state.\n\n```plaintext\nParams: layerIndex - The layer index.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "layerIndex", "typeName": "int" }], + "isStatic": false, + "name": "GetNextAnimatorClipInfo", + "comment": "An array of all the AnimatorClipInfo in the next state.\n\n```plaintext\nParams: layerIndex - The layer index.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "layerIndex", "typeName": "int" }], + "isStatic": false, + "name": "IsInTransition", + "comment": "True if there is a transition on the given layer, false otherwise.\n\n```plaintext\nParams: layerIndex - The layer index.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetParameterCount", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "AnimatorControllerParameter", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "GetParameter", + "comment": "See AnimatorController.parameters.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "stateName", "typeName": "string" }, + { "name": "transitionDuration", "typeName": "float" } + ], + "isStatic": false, + "name": "CrossFadeInFixedTime", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "stateName", "typeName": "string" }, + { "name": "transitionDuration", "typeName": "float" }, + { "name": "layer", "typeName": "int" } + ], + "isStatic": false, + "name": "CrossFadeInFixedTime", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "stateName", "typeName": "string" }, + { "name": "transitionDuration", "typeName": "float" }, + { "name": "layer", "typeName": "int" }, + { "name": "fixedTime", "typeName": "float" } + ], + "isStatic": false, + "name": "CrossFadeInFixedTime", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "stateNameHash", "typeName": "int" }, + { "name": "transitionDuration", "typeName": "float" } + ], + "isStatic": false, + "name": "CrossFadeInFixedTime", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "stateNameHash", "typeName": "int" }, + { "name": "transitionDuration", "typeName": "float" }, + { "name": "layer", "typeName": "int" } + ], + "isStatic": false, + "name": "CrossFadeInFixedTime", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "stateNameHash", "typeName": "int" }, + { "name": "transitionDuration", "typeName": "float" }, + { "name": "layer", "typeName": "int" }, + { "name": "fixedTime", "typeName": "float" } + ], + "isStatic": false, + "name": "CrossFadeInFixedTime", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "stateName", "typeName": "string" }, + { "name": "transitionDuration", "typeName": "float" } + ], + "isStatic": false, + "name": "CrossFade", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "stateName", "typeName": "string" }, + { "name": "transitionDuration", "typeName": "float" }, + { "name": "layer", "typeName": "int" } + ], + "isStatic": false, + "name": "CrossFade", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "stateName", "typeName": "string" }, + { "name": "transitionDuration", "typeName": "float" }, + { "name": "layer", "typeName": "int" }, + { "name": "normalizedTime", "typeName": "float" } + ], + "isStatic": false, + "name": "CrossFade", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "stateNameHash", "typeName": "int" }, + { "name": "transitionDuration", "typeName": "float" } + ], + "isStatic": false, + "name": "CrossFade", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "stateNameHash", "typeName": "int" }, + { "name": "transitionDuration", "typeName": "float" }, + { "name": "layer", "typeName": "int" } + ], + "isStatic": false, + "name": "CrossFade", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "stateNameHash", "typeName": "int" }, + { "name": "transitionDuration", "typeName": "float" }, + { "name": "layer", "typeName": "int" }, + { "name": "normalizedTime", "typeName": "float" } + ], + "isStatic": false, + "name": "CrossFade", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "stateName", "typeName": "string" }], + "isStatic": false, + "name": "PlayInFixedTime", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "stateName", "typeName": "string" }, + { "name": "layer", "typeName": "int" } + ], + "isStatic": false, + "name": "PlayInFixedTime", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "stateName", "typeName": "string" }, + { "name": "layer", "typeName": "int" }, + { "name": "fixedTime", "typeName": "float" } + ], + "isStatic": false, + "name": "PlayInFixedTime", + "comment": "Plays a state.\n\n```plaintext\nParams: stateName - The state name.\n stateNameHash - The state hash name. If stateNameHash is 0, it changes the current state time.\n layer - The layer index. If layer is -1, it plays the first state with the given state name or hash.\n fixedTime - The time offset (in seconds).\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "stateNameHash", "typeName": "int" }], + "isStatic": false, + "name": "PlayInFixedTime", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "stateNameHash", "typeName": "int" }, + { "name": "layer", "typeName": "int" } + ], + "isStatic": false, + "name": "PlayInFixedTime", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "stateNameHash", "typeName": "int" }, + { "name": "layer", "typeName": "int" }, + { "name": "fixedTime", "typeName": "float" } + ], + "isStatic": false, + "name": "PlayInFixedTime", + "comment": "Plays a state.\n\n```plaintext\nParams: stateName - The state name.\n stateNameHash - The state hash name. If stateNameHash is 0, it changes the current state time.\n layer - The layer index. If layer is -1, it plays the first state with the given state name or hash.\n fixedTime - The time offset (in seconds).\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "stateName", "typeName": "string" }], + "isStatic": false, + "name": "Play", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "stateName", "typeName": "string" }, + { "name": "layer", "typeName": "int" } + ], + "isStatic": false, + "name": "Play", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "stateName", "typeName": "string" }, + { "name": "layer", "typeName": "int" }, + { "name": "normalizedTime", "typeName": "float" } + ], + "isStatic": false, + "name": "Play", + "comment": "Plays a state.\n\n```plaintext\nParams: stateName - The state name.\n stateNameHash - The state hash name. If stateNameHash is 0, it changes the current state time.\n layer - The layer index. If layer is -1, it plays the first state with the given state name or hash.\n normalizedTime - The time offset between zero and one.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "stateNameHash", "typeName": "int" }], + "isStatic": false, + "name": "Play", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "stateNameHash", "typeName": "int" }, + { "name": "layer", "typeName": "int" } + ], + "isStatic": false, + "name": "Play", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "stateNameHash", "typeName": "int" }, + { "name": "layer", "typeName": "int" }, + { "name": "normalizedTime", "typeName": "float" } + ], + "isStatic": false, + "name": "Play", + "comment": "Plays a state.\n\n```plaintext\nParams: stateName - The state name.\n stateNameHash - The state hash name. If stateNameHash is 0, it changes the current state time.\n layer - The layer index. If layer is -1, it plays the first state with the given state name or hash.\n normalizedTime - The time offset between zero and one.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "layerIndex", "typeName": "int" }, + { "name": "stateID", "typeName": "int" } + ], + "isStatic": false, + "name": "HasState", + "comment": "True if the state exists in this layer, false otherwise.\n\n```plaintext\nParams: layerIndex - The layer index.\n stateID - The state ID.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "name": "AnimatorControllerPlayable", + "comment": "An implementation of IPlayable that controls an animation RuntimeAnimatorController.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "namespace": "UnityEngine.Animations", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Animations.CustomStreamPropertyType", + "name": "Float", + "comment": "A float value.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.Animations.CustomStreamPropertyType", + "name": "Bool", + "comment": "A boolean value.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.Animations.CustomStreamPropertyType", + "name": "Int", + "comment": "An integer value.\n\n", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Animations.CustomStreamPropertyType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "name": "CustomStreamPropertyType", + "comment": "The type of custom stream property to create using BindCustomStreamProperty\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "namespace": "UnityEngine.Animations", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "jobHandle", "typeName": "Unity.Jobs.JobHandle" } + ], + "isStatic": false, + "name": "AddJobDependency", + "comment": "Creates a dependency between animator jobs and the job represented by the supplied job handle. To add multiple job dependencies, call this method for each job that need to run before the Animator's jobs.\n\n```plaintext\nParams: animator - The Animator instance that calls this method.\n jobHandle - The JobHandle of the job that needs to run before animator jobs.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "TransformStreamHandle", + "params": [ + { "name": "transform", "typeName": "UnityEngine.Transform" } + ], + "isStatic": false, + "name": "BindStreamTransform", + "comment": "Returns the TransformStreamHandle that represents the new binding.\n\n```plaintext\nParams: animator - The Animator instance that calls this method.\n transform - The Transform to bind.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "PropertyStreamHandle", + "params": [ + { "name": "transform", "typeName": "UnityEngine.Transform" }, + { "name": "type", "typeName": "System.Type" }, + { "name": "property", "typeName": "string" } + ], + "isStatic": false, + "name": "BindStreamProperty", + "comment": "Returns the PropertyStreamHandle that represents the new binding.\n\n```plaintext\nParams: animator - The Animator instance that calls this method.\n transform - The Transform to target.\n type - The Component type.\n property - The property to bind.\n isObjectReference - isObjectReference need to be set to true if the property to bind does animate an Object like SpriteRenderer.sprite.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "PropertyStreamHandle", + "params": [ + { "name": "property", "typeName": "string" }, + { + "name": "type", + "typeName": "UnityEngine.Animations.CustomStreamPropertyType" + } + ], + "isStatic": false, + "name": "BindCustomStreamProperty", + "comment": "Returns the PropertyStreamHandle that represents the new binding.\n\n```plaintext\nParams: animator - The Animator instance that calls this method.\n name - The name of the property.\n type - The type of property to create (float, integer or boolean).\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "PropertyStreamHandle", + "params": [ + { "name": "transform", "typeName": "UnityEngine.Transform" }, + { "name": "type", "typeName": "System.Type" }, + { "name": "property", "typeName": "string" }, + { "name": "isObjectReference", "typeName": "bool" } + ], + "isStatic": false, + "name": "BindStreamProperty", + "comment": "Returns the PropertyStreamHandle that represents the new binding.\n\n```plaintext\nParams: animator - The Animator instance that calls this method.\n transform - The Transform to target.\n type - The Component type.\n property - The property to bind.\n isObjectReference - isObjectReference need to be set to true if the property to bind does animate an Object like SpriteRenderer.sprite.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "TransformSceneHandle", + "params": [ + { "name": "transform", "typeName": "UnityEngine.Transform" } + ], + "isStatic": false, + "name": "BindSceneTransform", + "comment": "Returns the TransformSceneHandle that represents the new binding.\n\n```plaintext\nParams: animator - The Animator instance that calls this method.\n transform - The Transform to bind.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "PropertySceneHandle", + "params": [ + { "name": "transform", "typeName": "UnityEngine.Transform" }, + { "name": "type", "typeName": "System.Type" }, + { "name": "property", "typeName": "string" } + ], + "isStatic": false, + "name": "BindSceneProperty", + "comment": "Returns the PropertySceneHandle that represents the new binding.\n\n```plaintext\nParams: animator - The Animator instance that calls this method.\n transform - The Transform to target.\n type - The Component type.\n property - The property to bind.\n isObjectReference - isObjectReference need to be set to true if the property to bind does access an Object like SpriteRenderer.sprite.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "PropertySceneHandle", + "params": [ + { "name": "transform", "typeName": "UnityEngine.Transform" }, + { "name": "type", "typeName": "System.Type" }, + { "name": "property", "typeName": "string" }, + { "name": "isObjectReference", "typeName": "bool" } + ], + "isStatic": false, + "name": "BindSceneProperty", + "comment": "Returns the PropertySceneHandle that represents the new binding.\n\n```plaintext\nParams: animator - The Animator instance that calls this method.\n transform - The Transform to target.\n type - The Component type.\n property - The property to bind.\n isObjectReference - isObjectReference need to be set to true if the property to bind does access an Object like SpriteRenderer.sprite.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "stream", + "typeName": "UnityEngine.Animations.AnimationStream" + } + ], + "isStatic": false, + "name": "OpenAnimationStream", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "stream", + "typeName": "UnityEngine.Animations.AnimationStream" + } + ], + "isStatic": false, + "name": "CloseAnimationStream", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ResolveAllStreamHandles", + "comment": "Newly created handles are always resolved lazily on the next access when the jobs are run. To avoid a cpu spike while evaluating the jobs you can manually resolve all handles from the main thread.\n\n```plaintext\nParams: animator - The Animator instance that calls this method.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ResolveAllSceneHandles", + "comment": "Newly created handles are always resolved lazily on the next access when the jobs are run. To avoid a cpu spike while evaluating the jobs you can manually resolve all handles from the main thread.\n\n```plaintext\nParams: animator - The Animator instance that calls this method.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "name": "AnimatorJobExtensions", + "comment": "Static class providing extension methods for Animator and the animation C# jobs.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "namespace": "UnityEngine.Timeline", + "baseClass": "UnityEngine.Playables.PlayableAsset", + "attribute": "", + "interfaces": [ + "IPlayableAsset", + "ITimelineClipAsset", + "IPropertyPreview", + "ISerializationCallbackReceiver" + ], + "fields": [ + { + "typeName": "UnityEngine.Vector3", + "name": "position", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "UnityEngine.Quaternion", + "name": "rotation", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "eulerAngles", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "bool", + "name": "useTrackMatchFields", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "UnityEngine.Timeline.MatchTargetFields", + "name": "matchTargetFields", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "bool", + "name": "removeStartOffset", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "bool", + "name": "applyFootIK", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "UnityEngine.Timeline.AnimationPlayableAsset.LoopMode", + "name": "loop", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "UnityEngine.AnimationClip", + "name": "clip", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "double", + "name": "duration", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "System.Collections.Generic.IEnumerable", + "name": "outputs", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "UnityEngine.Timeline.ClipCaps", + "name": "clipCaps", + "comment": "", + "location": "Unity.Timeline.dll" + } + ], + "methods": [ + { + "returnTypeName": "Playable", + "params": [ + { + "name": "graph", + "typeName": "UnityEngine.Playables.PlayableGraph" + }, + { "name": "go", "typeName": "UnityEngine.GameObject" } + ], + "isStatic": false, + "name": "CreatePlayable", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "LiveLink", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ResetOffsets", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "director", + "typeName": "UnityEngine.Playables.PlayableDirector" + }, + { + "name": "driver", + "typeName": "UnityEngine.Timeline.IPropertyCollector" + } + ], + "isStatic": false, + "name": "GatherProperties", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Timeline.dll" + } + ], + "name": "AnimationPlayableAsset", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "namespace": "UnityEngine.Animations", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Animations.Axis", + "name": "None", + "comment": "Represents the case when no axis is specified.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.Animations.Axis", + "name": "X", + "comment": "Represents the X axis.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.Animations.Axis", + "name": "Y", + "comment": "Represents the Y axis.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.Animations.Axis", + "name": "Z", + "comment": "Represents the Z axis.\n\n", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Animations.Axis", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "name": "Axis", + "comment": "Represents the axes used in 3D space.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.AudioRolloffMode", + "name": "Logarithmic", + "comment": "Use this mode when you want a real-world rolloff.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "UnityEngine.AudioRolloffMode", + "name": "Linear", + "comment": "Use this mode when you want to lower the volume of your sound over the distance.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "UnityEngine.AudioRolloffMode", + "name": "Custom", + "comment": "Use this when you want to use a custom rolloff.\n\n", + "location": "UnityEngine.AudioModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.AudioRolloffMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AudioModule.dll" + } + ], + "name": "AudioRolloffMode", + "comment": "Rolloff modes that a 3D sound can have in an audio source.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "namespace": "UnityEngine.Animations", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [ + { + "typeName": "float", + "name": "weight", + "comment": "The weight of the constraint component.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "bool", + "name": "constraintActive", + "comment": "Activate or deactivate the constraint.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "bool", + "name": "locked", + "comment": "Lock or unlock the offset and position at rest.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "int", + "name": "sourceCount", + "comment": "Gets the number of sources currently set on the component.\n\n", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Int32", + "params": [ + { + "name": "source", + "typeName": "UnityEngine.Animations.ConstraintSource" + } + ], + "isStatic": false, + "name": "AddSource", + "comment": "Returns the index of the added source.\n\n```plaintext\nParams: source - The source object and its weight.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "RemoveSource", + "comment": "Removes a source from the component.\n\n```plaintext\nParams: index - The index of the source to remove.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "ConstraintSource", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "GetSource", + "comment": "The source object and its weight.\n\n```plaintext\nParams: index - The index of the source.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { + "name": "source", + "typeName": "UnityEngine.Animations.ConstraintSource" + } + ], + "isStatic": false, + "name": "SetSource", + "comment": "Sets a source at a specified index.\n\n```plaintext\nParams: index - The index of the source to set.\n source - The source object and its weight.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "sources", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "GetSources", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "sources", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "SetSources", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "name": "IConstraint", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "namespace": "UnityEngine.Animations", + "baseClass": "UnityEngine.Behaviour", + "attribute": "", + "interfaces": ["IConstraint", "IConstraintInternal"], + "fields": [ + { + "typeName": "float", + "name": "weight", + "comment": "The weight of the constraint component.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "translationAtRest", + "comment": "The translation used when the sources have a total weight of 0.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "translationOffset", + "comment": "The offset from the constrained position.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.Animations.Axis", + "name": "translationAxis", + "comment": "The axes affected by the PositionConstraint.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "bool", + "name": "constraintActive", + "comment": "Activates or deactivates the constraint.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "bool", + "name": "locked", + "comment": "Locks the offset and position at rest.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "int", + "name": "sourceCount", + "comment": "The number of sources set on the component (read-only).\n\n", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "sources", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "GetSources", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "sources", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "SetSources", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "source", + "typeName": "UnityEngine.Animations.ConstraintSource" + } + ], + "isStatic": false, + "name": "AddSource", + "comment": "Returns the index of the added source.\n\n```plaintext\nParams: source - The source object and its weight.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "RemoveSource", + "comment": "Removes a source from the component.\n\n```plaintext\nParams: index - The index of the source to remove.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "ConstraintSource", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "GetSource", + "comment": "The source object and its weight.\n\n```plaintext\nParams: index - The index of the source.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { + "name": "source", + "typeName": "UnityEngine.Animations.ConstraintSource" + } + ], + "isStatic": false, + "name": "SetSource", + "comment": "Sets a source at a specified index.\n\n```plaintext\nParams: index - The index of the source to set.\n source - The source object and its weight.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "name": "PositionConstraint", + "comment": "Constrains the position of an object relative to the position of one or more source objects.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "namespace": "UnityEngine.Animations", + "baseClass": "UnityEngine.Behaviour", + "attribute": "", + "interfaces": ["IConstraint", "IConstraintInternal"], + "fields": [ + { + "typeName": "float", + "name": "weight", + "comment": "The weight of the constraint component.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "rotationAtRest", + "comment": "The rotation used when the sources have a total weight of 0.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "rotationOffset", + "comment": "The offset from the constrained rotation.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.Animations.Axis", + "name": "rotationAxis", + "comment": "The axes affected by the RotationConstraint.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "bool", + "name": "constraintActive", + "comment": "Activates or deactivates the constraint.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "bool", + "name": "locked", + "comment": "Locks the offset and rotation at rest.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "int", + "name": "sourceCount", + "comment": "The number of sources set on the component (read-only).\n\n", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "sources", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "GetSources", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "sources", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "SetSources", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "source", + "typeName": "UnityEngine.Animations.ConstraintSource" + } + ], + "isStatic": false, + "name": "AddSource", + "comment": "Returns the index of the added source.\n\n```plaintext\nParams: source - The source object and its weight.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "RemoveSource", + "comment": "Removes a source from the component.\n\n```plaintext\nParams: index - The index of the source to remove.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "ConstraintSource", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "GetSource", + "comment": "The source object and its weight.\n\n```plaintext\nParams: index - The index of the source.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { + "name": "source", + "typeName": "UnityEngine.Animations.ConstraintSource" + } + ], + "isStatic": false, + "name": "SetSource", + "comment": "Sets a source at a specified index.\n\n```plaintext\nParams: index - The index of the source to set.\n source - The source object and its weight.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "name": "RotationConstraint", + "comment": "Constrains the rotation of an object relative to the rotation of one or more source objects.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "namespace": "UnityEngine.Animations", + "baseClass": "UnityEngine.Behaviour", + "attribute": "", + "interfaces": ["IConstraint", "IConstraintInternal"], + "fields": [ + { + "typeName": "float", + "name": "weight", + "comment": "The weight of the constraint component.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "scaleAtRest", + "comment": "The scale used when the sources have a total weight of 0.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "scaleOffset", + "comment": "The offset from the constrained scale.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.Animations.Axis", + "name": "scalingAxis", + "comment": "The axes affected by the ScaleConstraint.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "bool", + "name": "constraintActive", + "comment": "Activates or deactivates the constraint.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "bool", + "name": "locked", + "comment": "Locks the offset and scale at rest.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "int", + "name": "sourceCount", + "comment": "The number of sources set on the component (read-only).\n\n", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "sources", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "GetSources", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "sources", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "SetSources", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "source", + "typeName": "UnityEngine.Animations.ConstraintSource" + } + ], + "isStatic": false, + "name": "AddSource", + "comment": "Returns the index of the added source.\n\n```plaintext\nParams: source - The source object and its weight.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "RemoveSource", + "comment": "Removes a source from the component.\n\n```plaintext\nParams: index - The index of the source to remove.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "ConstraintSource", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "GetSource", + "comment": "The source object and its weight.\n\n```plaintext\nParams: index - The index of the source.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { + "name": "source", + "typeName": "UnityEngine.Animations.ConstraintSource" + } + ], + "isStatic": false, + "name": "SetSource", + "comment": "Sets a source at a specified index.\n\n```plaintext\nParams: index - The index of the source to set.\n source - The source object and its weight.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "name": "ScaleConstraint", + "comment": "Constrains the scale of an object relative to the scale of one or more source objects.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "namespace": "UnityEngine.Animations", + "baseClass": "UnityEngine.Behaviour", + "attribute": "", + "interfaces": ["IConstraint", "IConstraintInternal"], + "fields": [ + { + "typeName": "float", + "name": "weight", + "comment": "The weight of the constraint component.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "float", + "name": "roll", + "comment": "The rotation angle along the z axis of the object. The constraint uses this property to calculate the world up vector when Animations.LookAtConstraint.UseUpObject is false.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "bool", + "name": "constraintActive", + "comment": "Activates or deactivates the constraint.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "bool", + "name": "locked", + "comment": "Locks the offset and rotation at rest.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "rotationAtRest", + "comment": "The rotation used when the sources have a total weight of 0.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "rotationOffset", + "comment": "Represents an offset from the constrained orientation.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.Transform", + "name": "worldUpObject", + "comment": "The world up object, used to calculate the world up vector when Animations.LookAtConstraint.UseUpObject is true.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "bool", + "name": "useUpObject", + "comment": "Determines how the up vector is calculated.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "int", + "name": "sourceCount", + "comment": "The number of sources set on the component (Read Only).\n\n", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "sources", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "GetSources", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "sources", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "SetSources", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "source", + "typeName": "UnityEngine.Animations.ConstraintSource" + } + ], + "isStatic": false, + "name": "AddSource", + "comment": "Returns the index of the added source.\n\n```plaintext\nParams: source - The source object and its weight.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "RemoveSource", + "comment": "Removes a source from the component.\n\n```plaintext\nParams: index - The index of the source to remove.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "ConstraintSource", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "GetSource", + "comment": "Returns the source object and its weight.\n\n```plaintext\nParams: index - The index of the source.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { + "name": "source", + "typeName": "UnityEngine.Animations.ConstraintSource" + } + ], + "isStatic": false, + "name": "SetSource", + "comment": "Sets a source at a specified index.\n\n```plaintext\nParams: index - The index of the source to set.\n source - The source object and its weight.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "name": "LookAtConstraint", + "comment": "Constrains the orientation of an object relative to the position of one or more source objects, such that the object is facing the average position of the sources.\n The LookAtConstraint is a simplified Animations.AimConstraint typically used with a Camera.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "namespace": "UnityEngine.Animations", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.HumanPartDof", + "name": "humanPartDof", + "comment": "The muscle human part. (Read Only)\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "int", + "name": "dof", + "comment": "The muscle human sub-part. (Read Only)\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "string", + "name": "name", + "comment": "The name of the muscle. (Read Only)\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "int", + "name": "muscleHandleCount", + "comment": "The total number of DoF parts in a humanoid. (Read Only)\n\n", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "bodyDof", "typeName": "UnityEngine.BodyDof" }], + "isStatic": false, + "name": ".ctor", + "comment": "The different constructors that creates the muscle handle.\n\n```plaintext\nParams: bodyDof - The muscle body sub-part.\n headDof - The muscle head sub-part.\n partDof - The muscle human part.\n legDof - The muscle leg sub-part.\n armDof - The muscle arm sub-part.\n fingerDof - The muscle finger sub-part.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "headDof", "typeName": "UnityEngine.HeadDof" }], + "isStatic": false, + "name": ".ctor", + "comment": "The different constructors that creates the muscle handle.\n\n```plaintext\nParams: bodyDof - The muscle body sub-part.\n headDof - The muscle head sub-part.\n partDof - The muscle human part.\n legDof - The muscle leg sub-part.\n armDof - The muscle arm sub-part.\n fingerDof - The muscle finger sub-part.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "partDof", "typeName": "UnityEngine.HumanPartDof" }, + { "name": "legDof", "typeName": "UnityEngine.LegDof" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "The different constructors that creates the muscle handle.\n\n```plaintext\nParams: bodyDof - The muscle body sub-part.\n headDof - The muscle head sub-part.\n partDof - The muscle human part.\n legDof - The muscle leg sub-part.\n armDof - The muscle arm sub-part.\n fingerDof - The muscle finger sub-part.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "partDof", "typeName": "UnityEngine.HumanPartDof" }, + { "name": "armDof", "typeName": "UnityEngine.ArmDof" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "The different constructors that creates the muscle handle.\n\n```plaintext\nParams: bodyDof - The muscle body sub-part.\n headDof - The muscle head sub-part.\n partDof - The muscle human part.\n legDof - The muscle leg sub-part.\n armDof - The muscle arm sub-part.\n fingerDof - The muscle finger sub-part.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "partDof", "typeName": "UnityEngine.HumanPartDof" }, + { "name": "fingerDof", "typeName": "UnityEngine.FingerDof" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "The different constructors that creates the muscle handle.\n\n```plaintext\nParams: bodyDof - The muscle body sub-part.\n headDof - The muscle head sub-part.\n partDof - The muscle human part.\n legDof - The muscle leg sub-part.\n armDof - The muscle arm sub-part.\n fingerDof - The muscle finger sub-part.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "muscleHandles", + "typeName": "UnityEngine.Animations.MuscleHandle[]" + } + ], + "isStatic": true, + "name": "GetMuscleHandles", + "comment": "Fills the array with all the possible muscle handles on a humanoid.\n\n```plaintext\nParams: muscleHandles - An array of MuscleHandle.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "name": "MuscleHandle", + "comment": "Handle for a muscle in the AnimationHumanStream.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "namespace": "UnityEngine.Animations", + "baseClass": "UnityEngine.Behaviour", + "attribute": "", + "interfaces": ["IConstraint", "IConstraintInternal"], + "fields": [ + { + "typeName": "float", + "name": "weight", + "comment": "The weight of the constraint component.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "bool", + "name": "constraintActive", + "comment": "Activates or deactivates the constraint.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "bool", + "name": "locked", + "comment": "Locks the offsets and position (translation and rotation) at rest.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "int", + "name": "sourceCount", + "comment": "The number of sources set on the component (read-only).\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "translationAtRest", + "comment": "The position of the object in local space, used when the sources have a total weight of 0.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "rotationAtRest", + "comment": "The rotation used when the sources have a total weight of 0.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.Vector3[]", + "name": "translationOffsets", + "comment": "The translation offsets from the constrained orientation.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.Vector3[]", + "name": "rotationOffsets", + "comment": "The rotation offsets from the constrained orientation.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.Animations.Axis", + "name": "translationAxis", + "comment": "The translation axes affected by the ParentConstraint.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "typeName": "UnityEngine.Animations.Axis", + "name": "rotationAxis", + "comment": "The rotation axes affected by the ParentConstraint.\n\n", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Vector3", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "GetTranslationOffset", + "comment": "The translation offset.\n\n```plaintext\nParams: index - The index of the constraint source.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "value", "typeName": "UnityEngine.Vector3" } + ], + "isStatic": false, + "name": "SetTranslationOffset", + "comment": "Sets the translation offset associated with a source by index.\n\n```plaintext\nParams: index - The index of the constraint source.\n value - The new translation offset.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Vector3", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "GetRotationOffset", + "comment": "The rotation offset, as Euler angles.\n\n```plaintext\nParams: index - The index of the constraint source.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "value", "typeName": "UnityEngine.Vector3" } + ], + "isStatic": false, + "name": "SetRotationOffset", + "comment": "Sets the rotation offset associated with a source by index.\n\n```plaintext\nParams: index - The index of the constraint source.\n value - The new rotation offset.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "sources", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "GetSources", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "sources", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "SetSources", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "source", + "typeName": "UnityEngine.Animations.ConstraintSource" + } + ], + "isStatic": false, + "name": "AddSource", + "comment": "Returns the index of the added source.\n\n```plaintext\nParams: source - The source object and its weight.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "RemoveSource", + "comment": "Removes a source from the component.\n\n```plaintext\nParams: index - The index of the source to remove.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "ConstraintSource", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "GetSource", + "comment": "The source object and its weight.\n\n```plaintext\nParams: index - The index of the source.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { + "name": "source", + "typeName": "UnityEngine.Animations.ConstraintSource" + } + ], + "isStatic": false, + "name": "SetSource", + "comment": "Sets a source at a specified index.\n\n```plaintext\nParams: index - The index of the source to set.\n source - The source object and its weight.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "name": "ParentConstraint", + "comment": "Constrains the orientation and translation of an object to one or more source objects. The constrained object behaves as if it is in the hierarchy of the sources.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.AudioSourceCurveType", + "name": "CustomRolloff", + "comment": "Custom Volume Rolloff.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "UnityEngine.AudioSourceCurveType", + "name": "SpatialBlend", + "comment": "The Spatial Blend.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "UnityEngine.AudioSourceCurveType", + "name": "ReverbZoneMix", + "comment": "Reverb Zone Mix.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "UnityEngine.AudioSourceCurveType", + "name": "Spread", + "comment": "The 3D Spread.\n\n", + "location": "UnityEngine.AudioModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.AudioSourceCurveType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AudioModule.dll" + } + ], + "name": "AudioSourceCurveType", + "comment": "This defines the curve type of the different custom curves that can be queried and set within the AudioSource.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.GamepadSpeakerOutputType", + "name": "Speaker", + "comment": "Audio output is through the gamepads audio speaker if the gamepad supports playing audio.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "UnityEngine.GamepadSpeakerOutputType", + "name": "Vibration", + "comment": "Audio output is through the gamepads vibration device if the gamepad supports playing audio as vibration.\n\n", + "location": "UnityEngine.AudioModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.GamepadSpeakerOutputType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AudioModule.dll" + } + ], + "name": "GamepadSpeakerOutputType", + "comment": "Gamepad audio output types.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "namespace": "UnityEngine.Timeline", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Timeline.AnimationPlayableAsset.LoopMode", + "name": "UseSourceAsset", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "UnityEngine.Timeline.AnimationPlayableAsset.LoopMode", + "name": "On", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "UnityEngine.Timeline.AnimationPlayableAsset.LoopMode", + "name": "Off", + "comment": "", + "location": "Unity.Timeline.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Timeline.AnimationPlayableAsset.LoopMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Timeline.dll" + } + ], + "name": "LoopMode", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.AudioReverbPreset", + "name": "Off", + "comment": "No reverb preset selected.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "UnityEngine.AudioReverbPreset", + "name": "Generic", + "comment": "Generic preset.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "UnityEngine.AudioReverbPreset", + "name": "PaddedCell", + "comment": "Padded cell preset.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "UnityEngine.AudioReverbPreset", + "name": "Room", + "comment": "Room preset.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "UnityEngine.AudioReverbPreset", + "name": "Bathroom", + "comment": "Bathroom preset.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "UnityEngine.AudioReverbPreset", + "name": "Livingroom", + "comment": "Livingroom preset.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "UnityEngine.AudioReverbPreset", + "name": "Stoneroom", + "comment": "Stoneroom preset.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "UnityEngine.AudioReverbPreset", + "name": "Auditorium", + "comment": "Auditorium preset.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "UnityEngine.AudioReverbPreset", + "name": "Concerthall", + "comment": "Concert hall preset.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "UnityEngine.AudioReverbPreset", + "name": "Cave", + "comment": "Cave preset.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "UnityEngine.AudioReverbPreset", + "name": "Arena", + "comment": "Arena preset.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "UnityEngine.AudioReverbPreset", + "name": "Hangar", + "comment": "Hangar preset.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "UnityEngine.AudioReverbPreset", + "name": "CarpetedHallway", + "comment": "Carpeted hallway preset.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "UnityEngine.AudioReverbPreset", + "name": "Hallway", + "comment": "Hallway preset.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "UnityEngine.AudioReverbPreset", + "name": "StoneCorridor", + "comment": "Stone corridor preset.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "UnityEngine.AudioReverbPreset", + "name": "Alley", + "comment": "Alley preset.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "UnityEngine.AudioReverbPreset", + "name": "Forest", + "comment": "Forest preset.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "UnityEngine.AudioReverbPreset", + "name": "City", + "comment": "City preset.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "UnityEngine.AudioReverbPreset", + "name": "Mountains", + "comment": "Mountains preset.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "UnityEngine.AudioReverbPreset", + "name": "Quarry", + "comment": "Quarry preset.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "UnityEngine.AudioReverbPreset", + "name": "Plain", + "comment": "Plain preset.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "UnityEngine.AudioReverbPreset", + "name": "ParkingLot", + "comment": "Parking Lot preset.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "UnityEngine.AudioReverbPreset", + "name": "SewerPipe", + "comment": "Sewer pipe preset.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "UnityEngine.AudioReverbPreset", + "name": "Underwater", + "comment": "Underwater presset.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "UnityEngine.AudioReverbPreset", + "name": "Drugged", + "comment": "Drugged preset.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "UnityEngine.AudioReverbPreset", + "name": "Dizzy", + "comment": "Dizzy preset.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "UnityEngine.AudioReverbPreset", + "name": "Psychotic", + "comment": "Psychotic preset.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "UnityEngine.AudioReverbPreset", + "name": "User", + "comment": "User defined preset.\n\n", + "location": "UnityEngine.AudioModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.AudioReverbPreset", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AudioModule.dll" + } + ], + "name": "AudioReverbPreset", + "comment": "Reverb presets used by the Reverb Zone class and the audio reverb filter.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "namespace": "UnityEngine.Timeline", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Timeline.MatchTargetFields", + "name": "PositionX", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "UnityEngine.Timeline.MatchTargetFields", + "name": "PositionY", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "UnityEngine.Timeline.MatchTargetFields", + "name": "PositionZ", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "UnityEngine.Timeline.MatchTargetFields", + "name": "RotationX", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "UnityEngine.Timeline.MatchTargetFields", + "name": "RotationY", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "UnityEngine.Timeline.MatchTargetFields", + "name": "RotationZ", + "comment": "", + "location": "Unity.Timeline.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Timeline.MatchTargetFields", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Timeline.dll" + } + ], + "name": "MatchTargetFields", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.Object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "float", + "name": "length", + "comment": "The length of the audio clip in seconds. (Read Only)\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "int", + "name": "samples", + "comment": "The length of the audio clip in samples. (Read Only)\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "int", + "name": "channels", + "comment": "The number of channels in the audio clip. (Read Only)\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "int", + "name": "frequency", + "comment": "The sample frequency of the clip in Hertz. (Read Only)\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "bool", + "name": "isReadyToPlay", + "comment": "Returns true if the AudioClip is ready to play (read-only).\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "UnityEngine.AudioClipLoadType", + "name": "loadType", + "comment": "The load type of the clip (read-only).\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "bool", + "name": "preloadAudioData", + "comment": "Preloads audio data of the clip when the clip asset is loaded. When this flag is off, scripts have to call AudioClip.LoadAudioData() to load the data before the clip can be played. Properties like length, channels and format are available before the audio data has been loaded.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "bool", + "name": "ambisonic", + "comment": "Returns true if this audio clip is ambisonic (read-only).\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "bool", + "name": "loadInBackground", + "comment": "Corresponding to the \"Load In Background\" flag in the inspector, when this flag is set, the loading will happen delayed without blocking the main thread.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "UnityEngine.AudioDataLoadState", + "name": "loadState", + "comment": "Returns the current load state of the audio data associated with an AudioClip.\n\n", + "location": "UnityEngine.AudioModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "LoadAudioData", + "comment": "Returns true if loading succeeded.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "UnloadAudioData", + "comment": "Returns false if unloading failed.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "data", "typeName": "float[]" }, + { "name": "offsetSamples", "typeName": "int" } + ], + "isStatic": false, + "name": "GetData", + "comment": "Fills an array with sample data from the clip.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "data", "typeName": "float[]" }, + { "name": "offsetSamples", "typeName": "int" } + ], + "isStatic": false, + "name": "SetData", + "comment": "Set sample data in a clip.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "AudioClip", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "lengthSamples", "typeName": "int" }, + { "name": "channels", "typeName": "int" }, + { "name": "frequency", "typeName": "int" }, + { "name": "_3D", "typeName": "bool" }, + { "name": "stream", "typeName": "bool" } + ], + "isStatic": true, + "name": "Create", + "comment": "A reference to the created AudioClip.\n\n```plaintext\nParams: name - Name of clip.\n lengthSamples - Number of sample frames.\n channels - Number of channels per frame.\n frequency - Sample frequency of clip.\n _3D - Audio clip is played back in 3D.\n stream - True if clip is streamed, that is if the pcmreadercallback generates data on the fly.\n pcmreadercallback - This callback is invoked to generate a block of sample data. Non-streamed clips call this only once at creation time while streamed clips call this continuously.\n pcmsetpositioncallback - This callback is invoked whenever the clip loops or changes playback position.\n \n```\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "AudioClip", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "lengthSamples", "typeName": "int" }, + { "name": "channels", "typeName": "int" }, + { "name": "frequency", "typeName": "int" }, + { "name": "_3D", "typeName": "bool" }, + { "name": "stream", "typeName": "bool" }, + { + "name": "pcmreadercallback", + "typeName": "UnityEngine.AudioClip.PCMReaderCallback" + } + ], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "AudioClip", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "lengthSamples", "typeName": "int" }, + { "name": "channels", "typeName": "int" }, + { "name": "frequency", "typeName": "int" }, + { "name": "_3D", "typeName": "bool" }, + { "name": "stream", "typeName": "bool" }, + { + "name": "pcmreadercallback", + "typeName": "UnityEngine.AudioClip.PCMReaderCallback" + }, + { + "name": "pcmsetpositioncallback", + "typeName": "UnityEngine.AudioClip.PCMSetPositionCallback" + } + ], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "AudioClip", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "lengthSamples", "typeName": "int" }, + { "name": "channels", "typeName": "int" }, + { "name": "frequency", "typeName": "int" }, + { "name": "stream", "typeName": "bool" } + ], + "isStatic": true, + "name": "Create", + "comment": "A reference to the created AudioClip.\n\n```plaintext\nParams: name - Name of clip.\n lengthSamples - Number of sample frames.\n channels - Number of channels per frame.\n frequency - Sample frequency of clip.\n _3D - Audio clip is played back in 3D.\n stream - True if clip is streamed, that is if the pcmreadercallback generates data on the fly.\n pcmreadercallback - This callback is invoked to generate a block of sample data. Non-streamed clips call this only once at creation time while streamed clips call this continuously.\n pcmsetpositioncallback - This callback is invoked whenever the clip loops or changes playback position.\n \n```\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "AudioClip", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "lengthSamples", "typeName": "int" }, + { "name": "channels", "typeName": "int" }, + { "name": "frequency", "typeName": "int" }, + { "name": "stream", "typeName": "bool" }, + { + "name": "pcmreadercallback", + "typeName": "UnityEngine.AudioClip.PCMReaderCallback" + } + ], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "AudioClip", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "lengthSamples", "typeName": "int" }, + { "name": "channels", "typeName": "int" }, + { "name": "frequency", "typeName": "int" }, + { "name": "stream", "typeName": "bool" }, + { + "name": "pcmreadercallback", + "typeName": "UnityEngine.AudioClip.PCMReaderCallback" + }, + { + "name": "pcmsetpositioncallback", + "typeName": "UnityEngine.AudioClip.PCMSetPositionCallback" + } + ], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "UnityEngine.AudioModule.dll" + } + ], + "name": "AudioClip", + "comment": "A container for audio data.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.Behaviour", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "float", + "name": "delay", + "comment": "Echo delay in ms. 10 to 5000. Default = 500.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "float", + "name": "decayRatio", + "comment": "Echo decay per delay. 0 to 1. 1.0 = No decay, 0.0 = total decay (i.e. simple 1 line delay). Default = 0.5.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "float", + "name": "dryMix", + "comment": "Volume of original signal to pass to output. 0.0 to 1.0. Default = 1.0.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "float", + "name": "wetMix", + "comment": "Volume of echo signal to pass to output. 0.0 to 1.0. Default = 1.0.\n\n", + "location": "UnityEngine.AudioModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AudioModule.dll" + } + ], + "name": "AudioEchoFilter", + "comment": "The Audio Echo Filter repeats a sound after a given Delay, attenuating the repetitions based on the Decay Ratio.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.Behaviour", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "float", + "name": "dryMix", + "comment": "Volume of original signal to pass to output. 0.0 to 1.0. Default = 0.5.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "float", + "name": "wetMix1", + "comment": "Volume of 1st chorus tap. 0.0 to 1.0. Default = 0.5.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "float", + "name": "wetMix2", + "comment": "Volume of 2nd chorus tap. This tap is 90 degrees out of phase of the first tap. 0.0 to 1.0. Default = 0.5.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "float", + "name": "wetMix3", + "comment": "Volume of 3rd chorus tap. This tap is 90 degrees out of phase of the second tap. 0.0 to 1.0. Default = 0.5.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "float", + "name": "delay", + "comment": "Chorus delay in ms. 0.1 to 100.0. Default = 40.0 ms.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "float", + "name": "rate", + "comment": "Chorus modulation rate in hz. 0.0 to 20.0. Default = 0.8 hz.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "float", + "name": "depth", + "comment": "Chorus modulation depth. 0.0 to 1.0. Default = 0.03.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "float", + "name": "feedback", + "comment": "Chorus feedback. Controls how much of the wet signal gets fed back into the chorus buffer. 0.0 to 1.0. Default = 0.0.\n\n", + "location": "UnityEngine.AudioModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AudioModule.dll" + } + ], + "name": "AudioChorusFilter", + "comment": "The Audio Chorus Filter takes an Audio Clip and processes it creating a chorus effect.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string[]", + "name": "devices", + "comment": "A list of available microphone devices, identified by name.\n\n", + "location": "UnityEngine.AudioModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "AudioClip", + "params": [ + { "name": "deviceName", "typeName": "string" }, + { "name": "loop", "typeName": "bool" }, + { "name": "lengthSec", "typeName": "int" }, + { "name": "frequency", "typeName": "int" } + ], + "isStatic": true, + "name": "Start", + "comment": "The function returns null if the recording fails to start.\n\n```plaintext\nParams: deviceName - The name of the device.\n loop - Indicates whether the recording should continue recording if lengthSec is reached, and wrap around and record from the beginning of the AudioClip.\n lengthSec - Is the length of the AudioClip produced by the recording.\n frequency - The sample rate of the AudioClip produced by the recording.\n \n```\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "deviceName", "typeName": "string" }], + "isStatic": true, + "name": "End", + "comment": "Stops recording.\n\n```plaintext\nParams: deviceName - The name of the device.\n \n```\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "deviceName", "typeName": "string" }], + "isStatic": true, + "name": "IsRecording", + "comment": "Query if a device is currently recording.\n\n```plaintext\nParams: deviceName - The name of the device.\n \n```\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "deviceName", "typeName": "string" }], + "isStatic": true, + "name": "GetPosition", + "comment": "Get the position in samples of the recording.\n\n```plaintext\nParams: deviceName - The name of the device.\n \n```\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "deviceName", "typeName": "string" }, + { "name": "minFreq", "typeName": "int" }, + { "name": "maxFreq", "typeName": "int" } + ], + "isStatic": true, + "name": "GetDeviceCaps", + "comment": "", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AudioModule.dll" + } + ], + "name": "Microphone", + "comment": "Use this class to record to an AudioClip using a connected microphone.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "data", "typeName": "float[]" }], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "data", "typeName": "float[]" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "UnityEngine.AudioModule.dll" + } + ], + "name": "PCMReaderCallback", + "comment": "Delegate called each time AudioClip reads data.\n\n```plaintext\nParams: data - Array of floats containing data read from the clip.\n \n```\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "position", "typeName": "int" }], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "position", "typeName": "int" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "UnityEngine.AudioModule.dll" + } + ], + "name": "PCMSetPositionCallback", + "comment": "Delegate called each time AudioClip changes read position.\n\n```plaintext\nParams: position - New position in the audio clip.\n \n```\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.Behaviour", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AudioModule.dll" + } + ], + "name": "AudioBehaviour", + "comment": "", + "location": "UnityEngine.AudioModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.AudioBehaviour", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "float", + "name": "volume", + "comment": "Controls the game sound volume (0.0 to 1.0).\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "bool", + "name": "pause", + "comment": "The paused state of the audio system.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "UnityEngine.AudioVelocityUpdateMode", + "name": "velocityUpdateMode", + "comment": "This lets you set whether the Audio Listener should be updated in the fixed or dynamic update.\n\n", + "location": "UnityEngine.AudioModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "", + "params": [ + { "name": "numSamples", "typeName": "int" }, + { "name": "channel", "typeName": "int" } + ], + "isStatic": true, + "name": "GetOutputData", + "comment": "Deprecated Version. Returns a block of the listener (master)'s output data.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "samples", "typeName": "float[]" }, + { "name": "channel", "typeName": "int" } + ], + "isStatic": true, + "name": "GetOutputData", + "comment": "Provides a block of the listener (master)'s output data.\n\n```plaintext\nParams: samples - The array to populate with audio samples. Its length must be a power of 2.\n channel - The channel to sample from.\n \n```\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "numSamples", "typeName": "int" }, + { "name": "channel", "typeName": "int" }, + { "name": "window", "typeName": "UnityEngine.FFTWindow" } + ], + "isStatic": true, + "name": "GetSpectrumData", + "comment": "Deprecated Version. Returns a block of the listener (master)'s spectrum data.\n\n```plaintext\nParams: numSamples - Number of values (the length of the samples array). Must be a power of 2. Min = 64. Max = 8192.\n channel - The channel to sample from.\n window - The FFTWindow type to use when sampling.\n \n```\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "samples", "typeName": "float[]" }, + { "name": "channel", "typeName": "int" }, + { "name": "window", "typeName": "UnityEngine.FFTWindow" } + ], + "isStatic": true, + "name": "GetSpectrumData", + "comment": "Provides a block of the listener (master)'s spectrum data.\n\n```plaintext\nParams: samples - The array to populate with audio samples. Its length must be a power of 2.\n channel - The channel to sample from.\n window - The FFTWindow type to use when sampling.\n \n```\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AudioModule.dll" + } + ], + "name": "AudioListener", + "comment": "Representation of a listener in 3D space.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": true, + "name": "Start", + "comment": "True if the engine was switched into output recording mode. False if it is already recording.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": true, + "name": "Stop", + "comment": "True if the engine was recording when this function was called.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": true, + "name": "GetSampleCountForCaptureFrame", + "comment": "Number of samples available since last recorded frame.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "buffer", + "typeName": "Unity.Collections.NativeArray" + } + ], + "isStatic": true, + "name": "Render", + "comment": "", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AudioModule.dll" + } + ], + "name": "AudioRenderer", + "comment": "Allow recording the main output of the game or specific groups in the AudioMixer.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.Behaviour", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "float", + "name": "minDistance", + "comment": "The distance from the centerpoint that the reverb will have full effect at. Default = 10.0.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "float", + "name": "maxDistance", + "comment": "The distance from the centerpoint that the reverb will not have any effect. Default = 15.0.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "UnityEngine.AudioReverbPreset", + "name": "reverbPreset", + "comment": "Set/Get reverb preset properties.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "int", + "name": "room", + "comment": "Room effect level (at mid frequencies).\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "int", + "name": "roomHF", + "comment": "Relative room effect level at high frequencies.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "int", + "name": "roomLF", + "comment": "Relative room effect level at low frequencies.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "float", + "name": "decayTime", + "comment": "Reverberation decay time at mid frequencies.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "float", + "name": "decayHFRatio", + "comment": "High-frequency to mid-frequency decay time ratio.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "int", + "name": "reflections", + "comment": "Early reflections level relative to room effect.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "float", + "name": "reflectionsDelay", + "comment": "Initial reflection delay time.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "int", + "name": "reverb", + "comment": "Late reverberation level relative to room effect.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "float", + "name": "reverbDelay", + "comment": "Late reverberation delay time relative to initial reflection.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "float", + "name": "HFReference", + "comment": "Reference high frequency (hz).\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "float", + "name": "LFReference", + "comment": "Reference low frequency (hz).\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "float", + "name": "roomRolloffFactor", + "comment": "Like rolloffscale in global settings, but for reverb room size effect.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "float", + "name": "diffusion", + "comment": "Value that controls the echo density in the late reverberation decay.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "float", + "name": "density", + "comment": "Value that controls the modal density in the late reverberation decay.\n\n", + "location": "UnityEngine.AudioModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AudioModule.dll" + } + ], + "name": "AudioReverbZone", + "comment": "Reverb Zones are used when you want to create location based ambient effects in the Scene.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.Texture", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.AudioClip", + "name": "audioClip", + "comment": "MovieTexture has been removed. Use VideoPlayer instead.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "bool", + "name": "loop", + "comment": "MovieTexture has been removed. Use VideoPlayer instead.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "bool", + "name": "isPlaying", + "comment": "MovieTexture has been removed. Use VideoPlayer instead.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "bool", + "name": "isReadyToPlay", + "comment": "MovieTexture has been removed. Use VideoPlayer instead.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "float", + "name": "duration", + "comment": "MovieTexture has been removed. Use VideoPlayer instead.\n\n", + "location": "UnityEngine.AudioModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Play", + "comment": "MovieTexture has been removed. Use VideoPlayer instead.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Stop", + "comment": "MovieTexture has been removed. Use VideoPlayer instead.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Pause", + "comment": "MovieTexture has been removed. Use VideoPlayer instead.\n\n", + "location": "UnityEngine.AudioModule.dll" + } + ], + "name": "MovieTexture", + "comment": "MovieTexture has been removed. Use VideoPlayer instead.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.Behaviour", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "float", + "name": "distortionLevel", + "comment": "Distortion value. 0.0 to 1.0. Default = 0.5.\n\n", + "location": "UnityEngine.AudioModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AudioModule.dll" + } + ], + "name": "AudioDistortionFilter", + "comment": "The Audio Distortion Filter distorts the sound from an AudioSource or sounds reaching the AudioListener.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "namespace": "UnityEngine.Timeline", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Timeline.TrackOffset", + "name": "ApplyTransformOffsets", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "UnityEngine.Timeline.TrackOffset", + "name": "ApplySceneOffsets", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "UnityEngine.Timeline.TrackOffset", + "name": "Auto", + "comment": "", + "location": "Unity.Timeline.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Timeline.TrackOffset", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Timeline.dll" + } + ], + "name": "TrackOffset", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.WebCamFlags", + "name": "FrontFacing", + "comment": "", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "UnityEngine.WebCamFlags", + "name": "AutoFocusPointSupported", + "comment": "", + "location": "UnityEngine.AudioModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.WebCamFlags", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AudioModule.dll" + } + ], + "name": "WebCamFlags", + "comment": "", + "location": "UnityEngine.AudioModule.dll" + }, + { + "namespace": "UnityEngine.Timeline", + "baseClass": "UnityEngine.Timeline.TrackAsset", + "attribute": "", + "interfaces": [ + "IPlayableAsset", + "ISerializationCallbackReceiver", + "IPropertyPreview", + "ICurvesOwner", + "ILayerable" + ], + "fields": [ + { + "typeName": "UnityEngine.Vector3", + "name": "position", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "UnityEngine.Quaternion", + "name": "rotation", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "eulerAngles", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "bool", + "name": "applyOffsets", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "UnityEngine.Timeline.TrackOffset", + "name": "trackOffset", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "UnityEngine.Timeline.MatchTargetFields", + "name": "matchTargetFields", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "UnityEngine.AnimationClip", + "name": "infiniteClip", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "UnityEngine.AvatarMask", + "name": "avatarMask", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "bool", + "name": "applyAvatarMask", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "System.Collections.Generic.IEnumerable", + "name": "outputs", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "bool", + "name": "inClipMode", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "infiniteClipOffsetPosition", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "UnityEngine.Quaternion", + "name": "infiniteClipOffsetRotation", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "infiniteClipOffsetEulerAngles", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "UnityEngine.Timeline.TimelineClip.ClipExtrapolation", + "name": "infiniteClipPreExtrapolation", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "UnityEngine.Timeline.TimelineClip.ClipExtrapolation", + "name": "infiniteClipPostExtrapolation", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "openClipOffsetPosition", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "UnityEngine.Quaternion", + "name": "openClipOffsetRotation", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "openClipOffsetEulerAngles", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "UnityEngine.Timeline.TimelineClip.ClipExtrapolation", + "name": "openClipPreExtrapolation", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "UnityEngine.Timeline.TimelineClip.ClipExtrapolation", + "name": "openClipPostExtrapolation", + "comment": "", + "location": "Unity.Timeline.dll" + } + ], + "methods": [ + { + "returnTypeName": "TimelineClip", + "params": [ + { "name": "clip", "typeName": "UnityEngine.AnimationClip" } + ], + "isStatic": false, + "name": "CreateClip", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "infiniteClipName", "typeName": "string" }], + "isStatic": false, + "name": "CreateInfiniteClip", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "returnTypeName": "TimelineClip", + "params": [{ "name": "animClipName", "typeName": "string" }], + "isStatic": false, + "name": "CreateRecordableClip", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "director", + "typeName": "UnityEngine.Playables.PlayableDirector" + }, + { + "name": "driver", + "typeName": "UnityEngine.Timeline.IPropertyCollector" + } + ], + "isStatic": false, + "name": "GatherProperties", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Timeline.dll" + } + ], + "name": "AnimationTrack", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.WebCamKind", + "name": "WideAngle", + "comment": "Wide angle (default) camera.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "UnityEngine.WebCamKind", + "name": "Telephoto", + "comment": "A Telephoto camera device. These devices have a longer focal length than a wide-angle camera.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "UnityEngine.WebCamKind", + "name": "ColorAndDepth", + "comment": "Camera which supports synchronized color and depth data (currently these are only dual back and true depth cameras on latest iOS devices).\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "UnityEngine.WebCamKind", + "name": "UltraWideAngle", + "comment": "Ultra wide angle camera. These devices have a shorter focal length than a wide-angle camera.\n\n", + "location": "UnityEngine.AudioModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.WebCamKind", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AudioModule.dll" + } + ], + "name": "WebCamKind", + "comment": "Enum representing the different types of web camera device.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "name", + "comment": "A human-readable name of the device. Varies across different systems.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "bool", + "name": "isFrontFacing", + "comment": "True if camera faces the same direction a screen does, false otherwise.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "UnityEngine.WebCamKind", + "name": "kind", + "comment": "Property of type WebCamKind denoting the kind of webcam device.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "string", + "name": "depthCameraName", + "comment": "A string identifier used to create a depth data based WebCamTexture.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "bool", + "name": "isAutoFocusPointSupported", + "comment": "Returns true if the camera supports automatic focusing on points of interest and false otherwise.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "UnityEngine.Resolution[]", + "name": "availableResolutions", + "comment": "Possible WebCamTexture resolutions for this device.\n\n", + "location": "UnityEngine.AudioModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AudioModule.dll" + } + ], + "name": "WebCamDevice", + "comment": "A structure describing the webcam device.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.Texture", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.WebCamDevice[]", + "name": "devices", + "comment": "Return a list of available devices.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "bool", + "name": "isPlaying", + "comment": "Returns if the camera is currently playing.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "string", + "name": "deviceName", + "comment": "Set this to specify the name of the device to use.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "float", + "name": "requestedFPS", + "comment": "Set the requested frame rate of the camera device (in frames per second).\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "int", + "name": "requestedWidth", + "comment": "Set the requested width of the camera device.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "int", + "name": "requestedHeight", + "comment": "Set the requested height of the camera device.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "int", + "name": "videoRotationAngle", + "comment": "Returns an clockwise angle (in degrees), which can be used to rotate a polygon so camera contents are shown in correct orientation.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "bool", + "name": "videoVerticallyMirrored", + "comment": "Returns if the texture image is vertically flipped.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "bool", + "name": "didUpdateThisFrame", + "comment": "Did the video buffer update this frame?\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "UnityEngine.Vector2?", + "name": "autoFocusPoint", + "comment": "This property allows you to set/get the auto focus point of the camera. This works only on Android and iOS devices.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "bool", + "name": "isDepth", + "comment": "This property is true if the texture is based on depth data.\n\n", + "location": "UnityEngine.AudioModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "deviceName", "typeName": "string" }, + { "name": "requestedWidth", "typeName": "int" }, + { "name": "requestedHeight", "typeName": "int" }, + { "name": "requestedFPS", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Create a WebCamTexture.\n\n```plaintext\nParams: deviceName - The name of the video input device to be used.\n requestedWidth - The requested width of the texture.\n requestedHeight - The requested height of the texture.\n requestedFPS - The requested frame rate of the texture.\n \n```\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "deviceName", "typeName": "string" }, + { "name": "requestedWidth", "typeName": "int" }, + { "name": "requestedHeight", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Create a WebCamTexture.\n\n```plaintext\nParams: deviceName - The name of the video input device to be used.\n requestedWidth - The requested width of the texture.\n requestedHeight - The requested height of the texture.\n requestedFPS - The requested frame rate of the texture.\n \n```\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "deviceName", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "Create a WebCamTexture.\n\n```plaintext\nParams: deviceName - The name of the video input device to be used.\n requestedWidth - The requested width of the texture.\n requestedHeight - The requested height of the texture.\n requestedFPS - The requested frame rate of the texture.\n \n```\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "requestedWidth", "typeName": "int" }, + { "name": "requestedHeight", "typeName": "int" }, + { "name": "requestedFPS", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Create a WebCamTexture.\n\n```plaintext\nParams: deviceName - The name of the video input device to be used.\n requestedWidth - The requested width of the texture.\n requestedHeight - The requested height of the texture.\n requestedFPS - The requested frame rate of the texture.\n \n```\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "requestedWidth", "typeName": "int" }, + { "name": "requestedHeight", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Create a WebCamTexture.\n\n```plaintext\nParams: deviceName - The name of the video input device to be used.\n requestedWidth - The requested width of the texture.\n requestedHeight - The requested height of the texture.\n requestedFPS - The requested frame rate of the texture.\n \n```\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Create a WebCamTexture.\n\n```plaintext\nParams: deviceName - The name of the video input device to be used.\n requestedWidth - The requested width of the texture.\n requestedHeight - The requested height of the texture.\n requestedFPS - The requested frame rate of the texture.\n \n```\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Play", + "comment": "Starts the camera.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Pause", + "comment": "Pauses the camera.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Stop", + "comment": "Stops the camera.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "Color", + "params": [ + { "name": "x", "typeName": "int" }, + { "name": "y", "typeName": "int" } + ], + "isStatic": false, + "name": "GetPixel", + "comment": "Returns pixel color at coordinates (x, y).\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetPixels", + "comment": "An array that contains a copy of the requested pixel colors, represented by Color structs.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "x", "typeName": "int" }, + { "name": "y", "typeName": "int" }, + { "name": "blockWidth", "typeName": "int" }, + { "name": "blockHeight", "typeName": "int" } + ], + "isStatic": false, + "name": "GetPixels", + "comment": "Get a block of pixel colors.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetPixels32", + "comment": "", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "colors", "typeName": "UnityEngine.Color32[]" }], + "isStatic": false, + "name": "GetPixels32", + "comment": "An array that contains a copy of the requested pixel colors, represented by Color32 structs.\n\n```plaintext\nParams: colors - Optional array to receive pixel data.\n \n```\n\n", + "location": "UnityEngine.AudioModule.dll" + } + ], + "name": "WebCamTexture", + "comment": "WebCam Textures are textures onto which the live video input is rendered.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Single", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": true, + "name": "GetAxis", + "comment": "Returns the axis value as a continous float.\n\n```plaintext\nParams: name - Name of input to poll.c.\n \n```\n\n", + "location": "UnityEngine.ClusterInputModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": true, + "name": "GetButton", + "comment": "Returns the binary value of a button.\n\n```plaintext\nParams: name - Name of input to poll.\n \n```\n\n", + "location": "UnityEngine.ClusterInputModule.dll" + }, + { + "returnTypeName": "Vector3", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": true, + "name": "GetTrackerPosition", + "comment": "Return the position of a tracker as a Vector3.\n\n```plaintext\nParams: name - Name of input to poll.\n \n```\n\n", + "location": "UnityEngine.ClusterInputModule.dll" + }, + { + "returnTypeName": "Quaternion", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": true, + "name": "GetTrackerRotation", + "comment": "Returns the rotation of a tracker as a Quaternion.\n\n```plaintext\nParams: name - Name of input to poll.\n \n```\n\n", + "location": "UnityEngine.ClusterInputModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "value", "typeName": "float" } + ], + "isStatic": true, + "name": "SetAxis", + "comment": "Sets the axis value for this input. Only works for input typed Custom.\n\n```plaintext\nParams: name - Name of input to modify.\n value - Value to set.\n \n```\n\n", + "location": "UnityEngine.ClusterInputModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "value", "typeName": "bool" } + ], + "isStatic": true, + "name": "SetButton", + "comment": "Sets the button value for this input. Only works for input typed Custom.\n\n```plaintext\nParams: name - Name of input to modify.\n value - Value to set.\n \n```\n\n", + "location": "UnityEngine.ClusterInputModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "value", "typeName": "UnityEngine.Vector3" } + ], + "isStatic": true, + "name": "SetTrackerPosition", + "comment": "Sets the tracker position for this input. Only works for input typed Custom.\n\n```plaintext\nParams: name - Name of input to modify.\n value - Value to set.\n \n```\n\n", + "location": "UnityEngine.ClusterInputModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "value", "typeName": "UnityEngine.Quaternion" } + ], + "isStatic": true, + "name": "SetTrackerRotation", + "comment": "Sets the tracker rotation for this input. Only works for input typed Custom.\n\n```plaintext\nParams: name - Name of input to modify.\n value - Value to set.\n \n```\n\n", + "location": "UnityEngine.ClusterInputModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "deviceName", "typeName": "string" }, + { "name": "serverUrl", "typeName": "string" }, + { "name": "index", "typeName": "int" }, + { "name": "type", "typeName": "UnityEngine.ClusterInputType" } + ], + "isStatic": true, + "name": "AddInput", + "comment": "True if the operation succeed.\n\n```plaintext\nParams: name - Name of the input entry. This has to be unique.\n deviceName - Device name registered to VRPN server.\n serverUrl - URL to the vrpn server.\n index - Index of the Input entry, refer to vrpn.cfg if unsure.\n type - Type of the input.\n \n```\n\n", + "location": "UnityEngine.ClusterInputModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "deviceName", "typeName": "string" }, + { "name": "serverUrl", "typeName": "string" }, + { "name": "index", "typeName": "int" }, + { "name": "type", "typeName": "UnityEngine.ClusterInputType" } + ], + "isStatic": true, + "name": "EditInput", + "comment": "Edit an input entry which added via ClusterInput.AddInput.\n\n```plaintext\nParams: name - Name of the input entry. This has to be unique.\n deviceName - Device name registered to VRPN server.\n serverUrl - URL to the vrpn server.\n index - Index of the Input entry, refer to vrpn.cfg if unsure.\n type - Type of the ClusterInputType as follow.\n \n```\n\n", + "location": "UnityEngine.ClusterInputModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": true, + "name": "CheckConnectionToServer", + "comment": "Check the connection status of the device to the VRPN server it connected to.\n\n```plaintext\nParams: name - Name of the input entry.\n \n```\n\n", + "location": "UnityEngine.ClusterInputModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.ClusterInputModule.dll" + } + ], + "name": "ClusterInput", + "comment": "Interface for reading and writing inputs in a Unity Cluster.\n\n", + "location": "UnityEngine.ClusterInputModule.dll" + }, + { + "namespace": "UnityEngine.Timeline", + "baseClass": "object", + "attribute": "", + "interfaces": ["ICurvesOwner", "ISerializationCallbackReceiver"], + "fields": [ + { + "typeName": "UnityEngine.Timeline.ClipCaps", + "name": "kDefaultClipCaps", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "float", + "name": "kDefaultClipDurationInSeconds", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "double", + "name": "kTimeScaleMin", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "double", + "name": "kTimeScaleMax", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "bool", + "name": "hasPreExtrapolation", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "bool", + "name": "hasPostExtrapolation", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "double", + "name": "timeScale", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "double", + "name": "start", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "double", + "name": "duration", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "double", + "name": "end", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "double", + "name": "clipIn", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "string", + "name": "displayName", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "double", + "name": "clipAssetDuration", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "UnityEngine.AnimationClip", + "name": "curves", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "bool", + "name": "hasCurves", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "UnityEngine.Object", + "name": "asset", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "UnityEngine.Object", + "name": "underlyingAsset", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "UnityEngine.Timeline.TrackAsset", + "name": "parentTrack", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "double", + "name": "easeInDuration", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "double", + "name": "easeOutDuration", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "double", + "name": "eastOutTime", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "double", + "name": "easeOutTime", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "double", + "name": "blendInDuration", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "double", + "name": "blendOutDuration", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "UnityEngine.Timeline.TimelineClip.BlendCurveMode", + "name": "blendInCurveMode", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "UnityEngine.Timeline.TimelineClip.BlendCurveMode", + "name": "blendOutCurveMode", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "bool", + "name": "hasBlendIn", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "bool", + "name": "hasBlendOut", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "UnityEngine.AnimationCurve", + "name": "mixInCurve", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "float", + "name": "mixInPercentage", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "double", + "name": "mixInDuration", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "UnityEngine.AnimationCurve", + "name": "mixOutCurve", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "double", + "name": "mixOutTime", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "double", + "name": "mixOutDuration", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "float", + "name": "mixOutPercentage", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "bool", + "name": "recordable", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "System.Collections.Generic.List", + "name": "exposedParameters", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "UnityEngine.Timeline.ClipCaps", + "name": "clipCaps", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "UnityEngine.AnimationClip", + "name": "animationClip", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "UnityEngine.Timeline.TimelineClip.ClipExtrapolation", + "name": "postExtrapolationMode", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "UnityEngine.Timeline.TimelineClip.ClipExtrapolation", + "name": "preExtrapolationMode", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "double", + "name": "extrapolatedStart", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "double", + "name": "extrapolatedDuration", + "comment": "", + "location": "Unity.Timeline.dll" + } + ], + "methods": [ + { + "returnTypeName": "Single", + "params": [{ "name": "time", "typeName": "double" }], + "isStatic": false, + "name": "EvaluateMixOut", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "time", "typeName": "double" }], + "isStatic": false, + "name": "EvaluateMixIn", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "returnTypeName": "Double", + "params": [{ "name": "time", "typeName": "double" }], + "isStatic": false, + "name": "ToLocalTime", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "returnTypeName": "Double", + "params": [{ "name": "time", "typeName": "double" }], + "isStatic": false, + "name": "ToLocalTimeUnbound", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "sequenceTime", "typeName": "double" }], + "isStatic": false, + "name": "IsExtrapolatedTime", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "sequenceTime", "typeName": "double" }], + "isStatic": false, + "name": "IsPreExtrapolatedTime", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "sequenceTime", "typeName": "double" }], + "isStatic": false, + "name": "IsPostExtrapolatedTime", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "curvesClipName", "typeName": "string" }], + "isStatic": false, + "name": "CreateCurves", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ConformEaseValues", + "comment": "", + "location": "Unity.Timeline.dll" + } + ], + "name": "TimelineClip", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "isMasterOfCluster", + "comment": "Check whether the current instance is a master node in the cluster network.\n\n", + "location": "UnityEngine.ClusterRendererModule.dll" + }, + { + "typeName": "bool", + "name": "isDisconnected", + "comment": "Check whether the current instance is disconnected from the cluster network.\n\n", + "location": "UnityEngine.ClusterRendererModule.dll" + }, + { + "typeName": "int", + "name": "nodeIndex", + "comment": "To acquire or set the node index of the current machine from the cluster network.\n\n", + "location": "UnityEngine.ClusterRendererModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.ClusterRendererModule.dll" + } + ], + "name": "ClusterNetwork", + "comment": "A helper class that contains static method to inquire status of Unity Cluster.\n\n", + "location": "UnityEngine.ClusterRendererModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Int32", + "params": [ + { + "name": "buffer", + "typeName": "Unity.Collections.NativeArray" + } + ], + "isStatic": true, + "name": "SaveTimeManagerState", + "comment": "", + "location": "UnityEngine.ClusterRendererModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "buffer", + "typeName": "Unity.Collections.NativeArray" + } + ], + "isStatic": true, + "name": "RestoreTimeManagerState", + "comment": "", + "location": "UnityEngine.ClusterRendererModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "buffer", + "typeName": "Unity.Collections.NativeArray" + } + ], + "isStatic": true, + "name": "SaveInputManagerState", + "comment": "", + "location": "UnityEngine.ClusterRendererModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "buffer", + "typeName": "Unity.Collections.NativeArray" + } + ], + "isStatic": true, + "name": "RestoreInputManagerState", + "comment": "", + "location": "UnityEngine.ClusterRendererModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "buffer", + "typeName": "Unity.Collections.NativeArray" + } + ], + "isStatic": true, + "name": "SaveClusterInputState", + "comment": "", + "location": "UnityEngine.ClusterRendererModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "buffer", + "typeName": "Unity.Collections.NativeArray" + } + ], + "isStatic": true, + "name": "RestoreClusterInputState", + "comment": "", + "location": "UnityEngine.ClusterRendererModule.dll" + } + ], + "name": "ClusterSerialization", + "comment": "", + "location": "UnityEngine.ClusterRendererModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.SendMessageOptions", + "name": "RequireReceiver", + "comment": "A receiver is required for SendMessage.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.SendMessageOptions", + "name": "DontRequireReceiver", + "comment": "No receiver is required for SendMessage.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.SendMessageOptions", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "SendMessageOptions", + "comment": "Options for how to send a message.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.PrimitiveType", + "name": "Sphere", + "comment": "A sphere primitive.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.PrimitiveType", + "name": "Capsule", + "comment": "A capsule primitive.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.PrimitiveType", + "name": "Cylinder", + "comment": "A cylinder primitive.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.PrimitiveType", + "name": "Cube", + "comment": "A cube primitive.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.PrimitiveType", + "name": "Plane", + "comment": "A plane primitive.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.PrimitiveType", + "name": "Quad", + "comment": "A quad primitive.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.PrimitiveType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "PrimitiveType", + "comment": "The various primitives that can be created using the GameObject.CreatePrimitive function.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Space", + "name": "World", + "comment": "Applies transformation relative to the world coordinate system.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Space", + "name": "Self", + "comment": "Applies transformation relative to the local coordinate system.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Space", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "Space", + "comment": "The coordinate space in which to operate.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.RuntimePlatform", + "name": "OSXEditor", + "comment": "In the Unity editor on macOS.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.RuntimePlatform", + "name": "OSXPlayer", + "comment": "In the player on macOS.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.RuntimePlatform", + "name": "WindowsPlayer", + "comment": "In the player on Windows.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.RuntimePlatform", + "name": "OSXWebPlayer", + "comment": "In the web player on macOS.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.RuntimePlatform", + "name": "OSXDashboardPlayer", + "comment": "In the Dashboard widget on macOS.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.RuntimePlatform", + "name": "WindowsWebPlayer", + "comment": "In the web player on Windows.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.RuntimePlatform", + "name": "WindowsEditor", + "comment": "In the Unity editor on Windows.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.RuntimePlatform", + "name": "IPhonePlayer", + "comment": "In the player on the iPhone.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.RuntimePlatform", + "name": "XBOX360", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.RuntimePlatform", + "name": "PS3", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.RuntimePlatform", + "name": "Android", + "comment": "In the player on Android devices.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.RuntimePlatform", + "name": "NaCl", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.RuntimePlatform", + "name": "FlashPlayer", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.RuntimePlatform", + "name": "LinuxPlayer", + "comment": "In the player on Linux.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.RuntimePlatform", + "name": "LinuxEditor", + "comment": "In the Unity editor on Linux.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.RuntimePlatform", + "name": "WebGLPlayer", + "comment": "In the player on WebGL\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.RuntimePlatform", + "name": "MetroPlayerX86", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.RuntimePlatform", + "name": "WSAPlayerX86", + "comment": "In the player on Windows Store Apps when CPU architecture is X86.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.RuntimePlatform", + "name": "MetroPlayerX64", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.RuntimePlatform", + "name": "WSAPlayerX64", + "comment": "In the player on Windows Store Apps when CPU architecture is X64.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.RuntimePlatform", + "name": "MetroPlayerARM", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.RuntimePlatform", + "name": "WSAPlayerARM", + "comment": "In the player on Windows Store Apps when CPU architecture is ARM.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.RuntimePlatform", + "name": "WP8Player", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.RuntimePlatform", + "name": "BB10Player", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.RuntimePlatform", + "name": "BlackBerryPlayer", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.RuntimePlatform", + "name": "TizenPlayer", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.RuntimePlatform", + "name": "PSP2", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.RuntimePlatform", + "name": "PS4", + "comment": "In the player on the Playstation 4.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.RuntimePlatform", + "name": "PSM", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.RuntimePlatform", + "name": "XboxOne", + "comment": "In the player on Xbox One.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.RuntimePlatform", + "name": "SamsungTVPlayer", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.RuntimePlatform", + "name": "WiiU", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.RuntimePlatform", + "name": "tvOS", + "comment": "In the player on the Apple's tvOS.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.RuntimePlatform", + "name": "Switch", + "comment": "In the player on Nintendo Switch.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.RuntimePlatform", + "name": "Lumin", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.RuntimePlatform", + "name": "Stadia", + "comment": "In the player on Stadia.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.RuntimePlatform", + "name": "CloudRendering", + "comment": "In the player on CloudRendering.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.RuntimePlatform", + "name": "GameCoreScarlett", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.RuntimePlatform", + "name": "GameCoreXboxSeries", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.RuntimePlatform", + "name": "GameCoreXboxOne", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.RuntimePlatform", + "name": "PS5", + "comment": "In the player on the Playstation 5.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.RuntimePlatform", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "RuntimePlatform", + "comment": "The platform application is running. Returned by Application.platform.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.SystemLanguage", + "name": "Afrikaans", + "comment": "Afrikaans.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.SystemLanguage", + "name": "Arabic", + "comment": "Arabic.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.SystemLanguage", + "name": "Basque", + "comment": "Basque.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.SystemLanguage", + "name": "Belarusian", + "comment": "Belarusian.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.SystemLanguage", + "name": "Bulgarian", + "comment": "Bulgarian.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.SystemLanguage", + "name": "Catalan", + "comment": "Catalan.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.SystemLanguage", + "name": "Chinese", + "comment": "Chinese.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.SystemLanguage", + "name": "Czech", + "comment": "Czech.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.SystemLanguage", + "name": "Danish", + "comment": "Danish.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.SystemLanguage", + "name": "Dutch", + "comment": "Dutch.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.SystemLanguage", + "name": "English", + "comment": "English.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.SystemLanguage", + "name": "Estonian", + "comment": "Estonian.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.SystemLanguage", + "name": "Faroese", + "comment": "Faroese.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.SystemLanguage", + "name": "Finnish", + "comment": "Finnish.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.SystemLanguage", + "name": "French", + "comment": "French.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.SystemLanguage", + "name": "German", + "comment": "German.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.SystemLanguage", + "name": "Greek", + "comment": "Greek.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.SystemLanguage", + "name": "Hebrew", + "comment": "Hebrew.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.SystemLanguage", + "name": "Hugarian", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.SystemLanguage", + "name": "Icelandic", + "comment": "Icelandic.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.SystemLanguage", + "name": "Indonesian", + "comment": "Indonesian.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.SystemLanguage", + "name": "Italian", + "comment": "Italian.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.SystemLanguage", + "name": "Japanese", + "comment": "Japanese.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.SystemLanguage", + "name": "Korean", + "comment": "Korean.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.SystemLanguage", + "name": "Latvian", + "comment": "Latvian.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.SystemLanguage", + "name": "Lithuanian", + "comment": "Lithuanian.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.SystemLanguage", + "name": "Norwegian", + "comment": "Norwegian.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.SystemLanguage", + "name": "Polish", + "comment": "Polish.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.SystemLanguage", + "name": "Portuguese", + "comment": "Portuguese.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.SystemLanguage", + "name": "Romanian", + "comment": "Romanian.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.SystemLanguage", + "name": "Russian", + "comment": "Russian.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.SystemLanguage", + "name": "SerboCroatian", + "comment": "Serbo-Croatian.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.SystemLanguage", + "name": "Slovak", + "comment": "Slovak.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.SystemLanguage", + "name": "Slovenian", + "comment": "Slovenian.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.SystemLanguage", + "name": "Spanish", + "comment": "Spanish.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.SystemLanguage", + "name": "Swedish", + "comment": "Swedish.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.SystemLanguage", + "name": "Thai", + "comment": "Thai.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.SystemLanguage", + "name": "Turkish", + "comment": "Turkish.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.SystemLanguage", + "name": "Ukrainian", + "comment": "Ukrainian.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.SystemLanguage", + "name": "Vietnamese", + "comment": "Vietnamese.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.SystemLanguage", + "name": "ChineseSimplified", + "comment": "ChineseSimplified.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.SystemLanguage", + "name": "ChineseTraditional", + "comment": "ChineseTraditional.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.SystemLanguage", + "name": "Unknown", + "comment": "Unknown.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.SystemLanguage", + "name": "Hungarian", + "comment": "Hungarian.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.SystemLanguage", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "SystemLanguage", + "comment": "The language the user's operating system is running in. Returned by Application.systemLanguage.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Timeline", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Timeline.TimelineClip.ClipExtrapolation", + "name": "None", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "UnityEngine.Timeline.TimelineClip.ClipExtrapolation", + "name": "Hold", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "UnityEngine.Timeline.TimelineClip.ClipExtrapolation", + "name": "Loop", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "UnityEngine.Timeline.TimelineClip.ClipExtrapolation", + "name": "PingPong", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "UnityEngine.Timeline.TimelineClip.ClipExtrapolation", + "name": "Continue", + "comment": "", + "location": "Unity.Timeline.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Timeline.TimelineClip.ClipExtrapolation", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Timeline.dll" + } + ], + "name": "ClipExtrapolation", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "namespace": "UnityEngine.Timeline", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Timeline.TimelineClip.BlendCurveMode", + "name": "Auto", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "UnityEngine.Timeline.TimelineClip.BlendCurveMode", + "name": "Manual", + "comment": "", + "location": "Unity.Timeline.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Timeline.TimelineClip.BlendCurveMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Timeline.dll" + } + ], + "name": "BlendCurveMode", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.LogType", + "name": "Error", + "comment": "LogType used for Errors.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.LogType", + "name": "Assert", + "comment": "LogType used for Asserts. (These could also indicate an error inside Unity itself.)\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.LogType", + "name": "Warning", + "comment": "LogType used for Warnings.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.LogType", + "name": "Log", + "comment": "LogType used for regular log messages.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.LogType", + "name": "Exception", + "comment": "LogType used for Exceptions.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.LogType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "LogType", + "comment": "The type of the log message in Debug.unityLogger.Log or delegate registered with Application.RegisterLogCallback.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.LogOption", + "name": "None", + "comment": "Normal log message.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.LogOption", + "name": "NoStacktrace", + "comment": "The log message will not have a stacktrace appended automatically.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.LogOption", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "LogOption", + "comment": "Option flags for specifying special treatment of a log message.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.ThreadPriority", + "name": "Low", + "comment": "Lowest thread priority.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.ThreadPriority", + "name": "BelowNormal", + "comment": "Below normal thread priority.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.ThreadPriority", + "name": "Normal", + "comment": "Normal thread priority.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.ThreadPriority", + "name": "High", + "comment": "Highest thread priority.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.ThreadPriority", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "ThreadPriority", + "comment": "Priority of a thread.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "id", + "comment": "This is the unique id assigned to the layer. It is not an ordered running value and it should not be used to compare with other layers to determine the sorting order.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "string", + "name": "name", + "comment": "Returns the name of the layer as defined in the TagManager.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "value", + "comment": "This is the relative value that indicates the sort order of this layer relative to the other layers.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.SortingLayer[]", + "name": "layers", + "comment": "Returns all the layers defined in this project.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "id", "typeName": "int" }], + "isStatic": true, + "name": "GetLayerValueFromID", + "comment": "The final sorting value of the layer relative to other layers.\n\n```plaintext\nParams: id - The unique value of the sorting layer as returned by any renderer's sortingLayerID property.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": true, + "name": "GetLayerValueFromName", + "comment": "The final sorting value of the layer relative to other layers.\n\n```plaintext\nParams: name - The unique value of the sorting layer as returned by any renderer's sortingLayerID property.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": true, + "name": "NameToID", + "comment": "The unique id of the layer with name.\n\n```plaintext\nParams: name - The name of the layer.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "id", "typeName": "int" }], + "isStatic": true, + "name": "IDToName", + "comment": "The name of the layer with id or \"\" for invalid id.\n\n```plaintext\nParams: id - The unique id of the layer.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "id", "typeName": "int" }], + "isStatic": true, + "name": "IsValid", + "comment": "True if the id provided is valid and assigned to a layer.\n\n```plaintext\nParams: id - The unique id of a layer.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "SortingLayer", + "comment": "SortingLayer allows you to set the render order of multiple sprites easily. There is always a default SortingLayer named \"Default\" which all sprites are added to initially. Added more SortingLayers to easily control the order of rendering of groups of sprites. Layers can be ordered before or after the default layer.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Timeline", + "baseClass": "UnityEngine.Playables.PlayableAsset", + "attribute": "", + "interfaces": [ + "IPlayableAsset", + "ISerializationCallbackReceiver", + "ITimelineClipAsset", + "IPropertyPreview" + ], + "fields": [ + { + "typeName": "UnityEngine.Timeline.TimelineAsset.EditorSettings", + "name": "editorSettings", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "double", + "name": "duration", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "double", + "name": "fixedDuration", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "UnityEngine.Timeline.TimelineAsset.DurationMode", + "name": "durationMode", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "System.Collections.Generic.IEnumerable", + "name": "outputs", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "UnityEngine.Timeline.ClipCaps", + "name": "clipCaps", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "int", + "name": "outputTrackCount", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "int", + "name": "rootTrackCount", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "UnityEngine.Timeline.MarkerTrack", + "name": "markerTrack", + "comment": "", + "location": "Unity.Timeline.dll" + } + ], + "methods": [ + { + "returnTypeName": "TrackAsset", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "GetRootTrack", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [], + "isStatic": false, + "name": "GetRootTracks", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "returnTypeName": "TrackAsset", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "GetOutputTrack", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [], + "isStatic": false, + "name": "GetOutputTracks", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "returnTypeName": "Playable", + "params": [ + { + "name": "graph", + "typeName": "UnityEngine.Playables.PlayableGraph" + }, + { "name": "go", "typeName": "UnityEngine.GameObject" } + ], + "isStatic": false, + "name": "CreatePlayable", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "director", + "typeName": "UnityEngine.Playables.PlayableDirector" + }, + { + "name": "driver", + "typeName": "UnityEngine.Timeline.IPropertyCollector" + } + ], + "isStatic": false, + "name": "GatherProperties", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "CreateMarkerTrack", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "returnTypeName": "TrackAsset", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { "name": "parent", "typeName": "UnityEngine.Timeline.TrackAsset" }, + { "name": "name", "typeName": "string" } + ], + "isStatic": false, + "name": "CreateTrack", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "returnTypeName": "T", + "params": [ + { "name": "parent", "typeName": "UnityEngine.Timeline.TrackAsset" }, + { "name": "trackName", "typeName": "string" } + ], + "isStatic": false, + "name": "CreateTrack", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "returnTypeName": "T", + "params": [{ "name": "trackName", "typeName": "string" }], + "isStatic": false, + "name": "CreateTrack", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "returnTypeName": "T", + "params": [], + "isStatic": false, + "name": "CreateTrack", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "clip", "typeName": "UnityEngine.Timeline.TimelineClip" } + ], + "isStatic": false, + "name": "DeleteClip", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "track", "typeName": "UnityEngine.Timeline.TrackAsset" } + ], + "isStatic": false, + "name": "DeleteTrack", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Timeline.dll" + } + ], + "name": "TimelineAsset", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.WeightedMode", + "name": "None", + "comment": "Exclude both inWeight or outWeight when calculating curve segments.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.WeightedMode", + "name": "In", + "comment": "Include inWeight when calculating the previous curve segment.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.WeightedMode", + "name": "Out", + "comment": "Include outWeight when calculating the next curve segment.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.WeightedMode", + "name": "Both", + "comment": "Include inWeight and outWeight when calculating curve segments.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.WeightedMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "WeightedMode", + "comment": "Sets which weights to use when calculating curve segments.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "float", + "name": "time", + "comment": "The time of the keyframe.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "value", + "comment": "The value of the curve at keyframe.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "inTangent", + "comment": "Sets the incoming tangent for this key. The incoming tangent affects the slope of the curve from the previous key to this key.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "outTangent", + "comment": "Sets the outgoing tangent for this key. The outgoing tangent affects the slope of the curve from this key to the next key.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "inWeight", + "comment": "Sets the incoming weight for this key. The incoming weight affects the slope of the curve from the previous key to this key.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "outWeight", + "comment": "Sets the outgoing weight for this key. The outgoing weight affects the slope of the curve from this key to the next key.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.WeightedMode", + "name": "weightedMode", + "comment": "Weighted mode for the keyframe.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "tangentMode", + "comment": "TangentMode is deprecated. Use AnimationUtility.SetKeyLeftTangentMode or AnimationUtility.SetKeyRightTangentMode instead.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "time", "typeName": "float" }, + { "name": "value", "typeName": "float" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Create a keyframe.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "time", "typeName": "float" }, + { "name": "value", "typeName": "float" }, + { "name": "inTangent", "typeName": "float" }, + { "name": "outTangent", "typeName": "float" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Create a keyframe.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "time", "typeName": "float" }, + { "name": "value", "typeName": "float" }, + { "name": "inTangent", "typeName": "float" }, + { "name": "outTangent", "typeName": "float" }, + { "name": "inWeight", "typeName": "float" }, + { "name": "outWeight", "typeName": "float" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Create a keyframe.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "Keyframe", + "comment": "A single keyframe that can be injected into an animation curve.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.WrapMode", + "name": "Once", + "comment": "When time reaches the end of the animation clip, the clip will automatically stop playing and time will be reset to beginning of the clip.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.WrapMode", + "name": "Loop", + "comment": "When time reaches the end of the animation clip, time will continue at the beginning.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.WrapMode", + "name": "PingPong", + "comment": "When time reaches the end of the animation clip, time will ping pong back between beginning and end.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.WrapMode", + "name": "Default", + "comment": "Reads the default repeat mode set higher up.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.WrapMode", + "name": "ClampForever", + "comment": "Plays back the animation. When it reaches the end, it will keep playing the last frame and never stop playing.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.WrapMode", + "name": "Clamp", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.WrapMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "WrapMode", + "comment": "Determines how time is treated outside of the keyframed range of an AnimationClip or AnimationCurve.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "object", + "attribute": "", + "interfaces": ["IEquatable"], + "fields": [ + { + "typeName": "UnityEngine.Keyframe[]", + "name": "keys", + "comment": "All keys defined in the animation curve.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Keyframe", + "name": "this[]", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "length", + "comment": "The number of keys in the curve. (Read Only)\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.WrapMode", + "name": "preWrapMode", + "comment": "The behaviour of the animation before the first keyframe.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.WrapMode", + "name": "postWrapMode", + "comment": "The behaviour of the animation after the last keyframe.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Single", + "params": [{ "name": "time", "typeName": "float" }], + "isStatic": false, + "name": "Evaluate", + "comment": "The value of the curve, at the point in time specified.\n\n```plaintext\nParams: time - The time within the curve you want to evaluate (the horizontal axis in the curve graph).\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "time", "typeName": "float" }, + { "name": "value", "typeName": "float" } + ], + "isStatic": false, + "name": "AddKey", + "comment": "The index of the added key, or -1 if the key could not be added.\n\n```plaintext\nParams: time - The time at which to add the key (horizontal axis in the curve graph).\n value - The value for the key (vertical axis in the curve graph).\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "key", "typeName": "UnityEngine.Keyframe" }], + "isStatic": false, + "name": "AddKey", + "comment": "The index of the added key, or -1 if the key could not be added.\n\n```plaintext\nParams: key - The key to add to the curve.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "key", "typeName": "UnityEngine.Keyframe" } + ], + "isStatic": false, + "name": "MoveKey", + "comment": "The index of the keyframe after moving it.\n\n```plaintext\nParams: index - The index of the key to move.\n key - The key (with its new time) to insert.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "RemoveKey", + "comment": "Removes a key.\n\n```plaintext\nParams: index - The index of the key to remove.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "weight", "typeName": "float" } + ], + "isStatic": false, + "name": "SmoothTangents", + "comment": "Smooth the in and out tangents of the keyframe at index.\n\n```plaintext\nParams: index - The index of the keyframe to be smoothed.\n weight - The smoothing weight to apply to the keyframe's tangents.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "AnimationCurve", + "params": [ + { "name": "timeStart", "typeName": "float" }, + { "name": "timeEnd", "typeName": "float" }, + { "name": "value", "typeName": "float" } + ], + "isStatic": true, + "name": "Constant", + "comment": "The constant curve created from the specified values.\n\n```plaintext\nParams: timeStart - The start time for the constant curve.\n timeEnd - The start time for the constant curve.\n value - The value for the constant curve.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "AnimationCurve", + "params": [ + { "name": "timeStart", "typeName": "float" }, + { "name": "valueStart", "typeName": "float" }, + { "name": "timeEnd", "typeName": "float" }, + { "name": "valueEnd", "typeName": "float" } + ], + "isStatic": true, + "name": "Linear", + "comment": "The linear curve created from the specified values.\n\n```plaintext\nParams: timeStart - The start time for the linear curve.\n valueStart - The start value for the linear curve.\n timeEnd - The end time for the linear curve.\n valueEnd - The end value for the linear curve.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "AnimationCurve", + "params": [ + { "name": "timeStart", "typeName": "float" }, + { "name": "valueStart", "typeName": "float" }, + { "name": "timeEnd", "typeName": "float" }, + { "name": "valueEnd", "typeName": "float" } + ], + "isStatic": true, + "name": "EaseInOut", + "comment": "The ease-in and out curve generated from the specified values.\n\n```plaintext\nParams: timeStart - The start time for the ease curve.\n valueStart - The start value for the ease curve.\n timeEnd - The end time for the ease curve.\n valueEnd - The end value for the ease curve.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "keys", "typeName": "UnityEngine.Keyframe[]" }], + "isStatic": false, + "name": ".ctor", + "comment": "Creates an animation curve from an arbitrary number of keyframes.\n\n```plaintext\nParams: keys - An array of Keyframes used to define the curve.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Creates an empty animation curve.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "o", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "other", "typeName": "UnityEngine.AnimationCurve" } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "AnimationCurve", + "comment": "Store a collection of Keyframes that can be evaluated over time.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "isLoadingLevel", + "comment": "Is some level being loaded? (Read Only) (Obsolete).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "streamedBytes", + "comment": "How many bytes have we downloaded from the main unity web stream (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "webSecurityEnabled", + "comment": "Indicates whether Unity's webplayer security model is enabled.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "isPlaying", + "comment": "Returns true when called in any kind of built Player, or when called in the Editor in Play Mode (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "isFocused", + "comment": "Whether the player currently has focus. Read-only.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "string", + "name": "buildGUID", + "comment": "Returns a GUID for this build (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "runInBackground", + "comment": "Should the player be running when the application is in the background?\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "isBatchMode", + "comment": "Returns true when Unity is launched with the -batchmode flag from the command line (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "string", + "name": "dataPath", + "comment": "Contains the path to the game data folder on the target device (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "string", + "name": "streamingAssetsPath", + "comment": "The path to the StreamingAssets folder (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "string", + "name": "persistentDataPath", + "comment": "(Read Only) Contains the path to a persistent data directory.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "string", + "name": "temporaryCachePath", + "comment": "Contains the path to a temporary data / cache directory (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "string", + "name": "absoluteURL", + "comment": "The URL of the document. For WebGL, this a web URL. For Android, iOS, or Universal Windows Platform (UWP) this is a deep link URL. (Read Only)\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "string", + "name": "unityVersion", + "comment": "The version of the Unity runtime used to play the content.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "string", + "name": "version", + "comment": "Returns application version number (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "string", + "name": "installerName", + "comment": "Returns the name of the store or package that installed the application (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "string", + "name": "identifier", + "comment": "Returns application identifier at runtime. On Apple platforms this is the 'bundleIdentifier' saved in the info.plist file, on Android it's the 'package' from the AndroidManifest.xml.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.ApplicationInstallMode", + "name": "installMode", + "comment": "Returns application install mode (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.ApplicationSandboxType", + "name": "sandboxType", + "comment": "Returns application running in sandbox (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "string", + "name": "productName", + "comment": "Returns application product name (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "string", + "name": "companyName", + "comment": "Return application company name (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "string", + "name": "cloudProjectId", + "comment": "A unique cloud project identifier. It is unique for every project (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "targetFrameRate", + "comment": "Instructs the game to try to render at a specified frame rate.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.StackTraceLogType", + "name": "stackTraceLogType", + "comment": "Obsolete. Use Application.SetStackTraceLogType.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "string", + "name": "consoleLogPath", + "comment": "Returns the path to the console log file, or an empty string if the current platform does not support log files.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.ThreadPriority", + "name": "backgroundLoadingPriority", + "comment": "Priority of background loading thread.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "genuine", + "comment": "Returns false if application is altered in any way after it was built.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "genuineCheckAvailable", + "comment": "Returns true if application integrity can be confirmed.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "isShowingSplashScreen", + "comment": "Checks whether splash screen is being shown.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.RuntimePlatform", + "name": "platform", + "comment": "Returns the platform the game is running on (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "isMobilePlatform", + "comment": "Is the current Runtime platform a known mobile platform.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "isConsolePlatform", + "comment": "Is the current Runtime platform a known console platform.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.SystemLanguage", + "name": "systemLanguage", + "comment": "The language the user's operating system is running in.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.NetworkReachability", + "name": "internetReachability", + "comment": "Returns the type of Internet reachability currently possible on the device.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "isPlayer", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "levelCount", + "comment": "The total number of levels available (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "loadedLevel", + "comment": "Note: This is now obsolete. Use SceneManager.GetActiveScene instead. (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "string", + "name": "loadedLevelName", + "comment": "The name of the level that was last loaded (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "isEditor", + "comment": "Are we running inside the Unity editor? (Read Only)\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Application.LowMemoryCallback", + "name": "lowMemory", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Application.LogCallback", + "name": "logMessageReceived", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Application.LogCallback", + "name": "logMessageReceivedThreaded", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Events.UnityAction", + "name": "onBeforeRender", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "System.Action", + "name": "focusChanged", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "System.Action", + "name": "deepLinkActivated", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "System.Func", + "name": "wantsToQuit", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "System.Action", + "name": "quitting", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "System.Action", + "name": "unloading", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "exitCode", "typeName": "int" }], + "isStatic": true, + "name": "Quit", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "Quit", + "comment": "Quits the player application.\n\n```plaintext\nParams: exitCode - An optional exit code to return when the player application terminates on Windows, Mac and Linux. Defaults to 0.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "CancelQuit", + "comment": "Cancels quitting the application. This is useful for showing a splash screen at the end of a game.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "Unload", + "comment": "Unloads the Unity Player.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "levelIndex", "typeName": "int" }], + "isStatic": true, + "name": "GetStreamProgressForLevel", + "comment": "How far has the download progressed? [0...1].\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "levelName", "typeName": "string" }], + "isStatic": true, + "name": "GetStreamProgressForLevel", + "comment": "How far has the download progressed? [0...1].\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "levelIndex", "typeName": "int" }], + "isStatic": true, + "name": "CanStreamedLevelBeLoaded", + "comment": "Can the streamed level be loaded?\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "levelName", "typeName": "string" }], + "isStatic": true, + "name": "CanStreamedLevelBeLoaded", + "comment": "Can the streamed level be loaded?\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "UnityEngine.Object" }], + "isStatic": true, + "name": "IsPlaying", + "comment": "True if the object is part of the playing world.\n\n```plaintext\nParams: obj - The object to test.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": true, + "name": "GetBuildTags", + "comment": "Returns an array of feature tags in use for this build.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "buildTags", "typeName": "string[]" }], + "isStatic": true, + "name": "SetBuildTags", + "comment": "Set an array of feature tags for this build.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": true, + "name": "HasProLicense", + "comment": "Is Unity activated with the Pro license?\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "script", "typeName": "string" }], + "isStatic": true, + "name": "ExternalEval", + "comment": "Execution of a script function in the contained web page.\n\n```plaintext\nParams: script - The Javascript function to call.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "delegateMethod", + "typeName": "UnityEngine.Application.AdvertisingIdentifierCallback" + } + ], + "isStatic": true, + "name": "RequestAdvertisingIdentifierAsync", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "url", "typeName": "string" }], + "isStatic": true, + "name": "OpenURL", + "comment": "Opens the URL specified, subject to the permissions and limitations of your app’s current platform and environment. This is handled in different ways depending on the nature of the URL, and with different security restrictions, depending on the runtime platform.\n\n```plaintext\nParams: url - The URL to open.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "mode", "typeName": "int" }], + "isStatic": true, + "name": "ForceCrash", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "StackTraceLogType", + "params": [{ "name": "logType", "typeName": "UnityEngine.LogType" }], + "isStatic": true, + "name": "GetStackTraceLogType", + "comment": "Get stack trace logging options. The default value is StackTraceLogType.ScriptOnly.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "logType", "typeName": "UnityEngine.LogType" }, + { + "name": "stackTraceType", + "typeName": "UnityEngine.StackTraceLogType" + } + ], + "isStatic": true, + "name": "SetStackTraceLogType", + "comment": "Set stack trace logging options. The default value is StackTraceLogType.ScriptOnly.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "AsyncOperation", + "params": [ + { "name": "mode", "typeName": "UnityEngine.UserAuthorization" } + ], + "isStatic": true, + "name": "RequestUserAuthorization", + "comment": "Request authorization to use the webcam or microphone on iOS.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "mode", "typeName": "UnityEngine.UserAuthorization" } + ], + "isStatic": true, + "name": "HasUserAuthorization", + "comment": "Check if the user has authorized use of the webcam or microphone in the Web Player.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "UnityEngine.Application.LowMemoryCallback" + } + ], + "isStatic": true, + "name": "add_lowMemory", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "UnityEngine.Application.LowMemoryCallback" + } + ], + "isStatic": true, + "name": "remove_lowMemory", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "UnityEngine.Application.LogCallback" + } + ], + "isStatic": true, + "name": "add_logMessageReceived", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "UnityEngine.Application.LogCallback" + } + ], + "isStatic": true, + "name": "remove_logMessageReceived", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "UnityEngine.Application.LogCallback" + } + ], + "isStatic": true, + "name": "add_logMessageReceivedThreaded", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "UnityEngine.Application.LogCallback" + } + ], + "isStatic": true, + "name": "remove_logMessageReceivedThreaded", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "functionName", "typeName": "string" }, + { "name": "args", "typeName": "object[]" } + ], + "isStatic": true, + "name": "ExternalCall", + "comment": "Calls a function in the web page that contains the WebGL Player.\n\n```plaintext\nParams: functionName - Name of the function to call.\n args - Array of arguments passed in the call.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "o", "typeName": "UnityEngine.Object" }], + "isStatic": true, + "name": "DontDestroyOnLoad", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "filename", "typeName": "string" }, + { "name": "superSize", "typeName": "int" } + ], + "isStatic": true, + "name": "CaptureScreenshot", + "comment": "Captures a screenshot at path filename as a PNG file.\n\n```plaintext\nParams: filename - Pathname to save the screenshot file to.\n superSize - Factor by which to increase resolution.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "filename", "typeName": "string" }], + "isStatic": true, + "name": "CaptureScreenshot", + "comment": "Captures a screenshot at path filename as a PNG file.\n\n```plaintext\nParams: filename - Pathname to save the screenshot file to.\n superSize - Factor by which to increase resolution.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "UnityEngine.Events.UnityAction" } + ], + "isStatic": true, + "name": "add_onBeforeRender", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "UnityEngine.Events.UnityAction" } + ], + "isStatic": true, + "name": "remove_onBeforeRender", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.Action" }], + "isStatic": true, + "name": "add_focusChanged", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.Action" }], + "isStatic": true, + "name": "remove_focusChanged", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.Action" }], + "isStatic": true, + "name": "add_deepLinkActivated", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.Action" }], + "isStatic": true, + "name": "remove_deepLinkActivated", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.Func" }], + "isStatic": true, + "name": "add_wantsToQuit", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.Func" }], + "isStatic": true, + "name": "remove_wantsToQuit", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.Action" }], + "isStatic": true, + "name": "add_quitting", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.Action" }], + "isStatic": true, + "name": "remove_quitting", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.Action" }], + "isStatic": true, + "name": "add_unloading", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.Action" }], + "isStatic": true, + "name": "remove_unloading", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "handler", + "typeName": "UnityEngine.Application.LogCallback" + } + ], + "isStatic": true, + "name": "RegisterLogCallback", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "handler", + "typeName": "UnityEngine.Application.LogCallback" + } + ], + "isStatic": true, + "name": "RegisterLogCallbackThreaded", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": true, + "name": "LoadLevel", + "comment": "Note: This is now obsolete. Use SceneManager.LoadScene instead.\n\n```plaintext\nParams: index - The level to load.\n name - The name of the level to load.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": true, + "name": "LoadLevel", + "comment": "Note: This is now obsolete. Use SceneManager.LoadScene instead.\n\n```plaintext\nParams: index - The level to load.\n name - The name of the level to load.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": true, + "name": "LoadLevelAdditive", + "comment": "Loads a level additively.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": true, + "name": "LoadLevelAdditive", + "comment": "Loads a level additively.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "AsyncOperation", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": true, + "name": "LoadLevelAsync", + "comment": "Loads the level asynchronously in the background.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "AsyncOperation", + "params": [{ "name": "levelName", "typeName": "string" }], + "isStatic": true, + "name": "LoadLevelAsync", + "comment": "Loads the level asynchronously in the background.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "AsyncOperation", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": true, + "name": "LoadLevelAdditiveAsync", + "comment": "Loads the level additively and asynchronously in the background.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "AsyncOperation", + "params": [{ "name": "levelName", "typeName": "string" }], + "isStatic": true, + "name": "LoadLevelAdditiveAsync", + "comment": "Loads the level additively and asynchronously in the background.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": true, + "name": "UnloadLevel", + "comment": "Return true if the Scene is unloaded.\n\n```plaintext\nParams: index - Index of the Scene in the PlayerSettings to unload.\n scenePath - Name of the Scene to Unload.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "scenePath", "typeName": "string" }], + "isStatic": true, + "name": "UnloadLevel", + "comment": "Return true if the Scene is unloaded.\n\n```plaintext\nParams: index - Index of the Scene in the PlayerSettings to unload.\n scenePath - Name of the Scene to Unload.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "Application", + "comment": "Access to application run-time data.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Playables", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "animator", "typeName": "UnityEngine.Animator" }, + { + "name": "playable", + "typeName": "UnityEngine.Playables.Playable" + }, + { + "name": "graph", + "typeName": "UnityEngine.Playables.PlayableGraph" + } + ], + "isStatic": true, + "name": "Play", + "comment": "Plays the Playable on the given Animator.\n\n```plaintext\nParams: animator - Target Animator.\n playable - The Playable that will be played.\n graph - The Graph that owns the Playable.\n \n```\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "AnimationClipPlayable", + "params": [ + { "name": "animator", "typeName": "UnityEngine.Animator" }, + { "name": "clip", "typeName": "UnityEngine.AnimationClip" }, + { + "name": "graph", + "typeName": "UnityEngine.Playables.PlayableGraph" + } + ], + "isStatic": true, + "name": "PlayClip", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "AnimationMixerPlayable", + "params": [ + { "name": "animator", "typeName": "UnityEngine.Animator" }, + { "name": "inputCount", "typeName": "int" }, + { + "name": "graph", + "typeName": "UnityEngine.Playables.PlayableGraph" + } + ], + "isStatic": true, + "name": "PlayMixer", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "AnimationLayerMixerPlayable", + "params": [ + { "name": "animator", "typeName": "UnityEngine.Animator" }, + { "name": "inputCount", "typeName": "int" }, + { + "name": "graph", + "typeName": "UnityEngine.Playables.PlayableGraph" + } + ], + "isStatic": true, + "name": "PlayLayerMixer", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "returnTypeName": "AnimatorControllerPlayable", + "params": [ + { "name": "animator", "typeName": "UnityEngine.Animator" }, + { + "name": "controller", + "typeName": "UnityEngine.RuntimeAnimatorController" + }, + { + "name": "graph", + "typeName": "UnityEngine.Playables.PlayableGraph" + } + ], + "isStatic": true, + "name": "PlayAnimatorController", + "comment": "", + "location": "UnityEngine.AnimationModule.dll" + } + ], + "name": "AnimationPlayableUtilities", + "comment": "Implements high-level utility methods to simplify use of the Playable API with Animations.\n\n", + "location": "UnityEngine.AnimationModule.dll" + }, + { + "namespace": "UnityEngine.Timeline", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Timeline.TimelineAsset.MediaType", + "name": "Animation", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "UnityEngine.Timeline.TimelineAsset.MediaType", + "name": "Audio", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "UnityEngine.Timeline.TimelineAsset.MediaType", + "name": "Texture", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "UnityEngine.Timeline.TimelineAsset.MediaType", + "name": "Video", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "UnityEngine.Timeline.TimelineAsset.MediaType", + "name": "Script", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "UnityEngine.Timeline.TimelineAsset.MediaType", + "name": "Hybrid", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "UnityEngine.Timeline.TimelineAsset.MediaType", + "name": "Group", + "comment": "", + "location": "Unity.Timeline.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Timeline.TimelineAsset.MediaType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Timeline.dll" + } + ], + "name": "MediaType", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "namespace": "UnityEngine.Timeline", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Timeline.TimelineAsset.DurationMode", + "name": "BasedOnClips", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "UnityEngine.Timeline.TimelineAsset.DurationMode", + "name": "FixedLength", + "comment": "", + "location": "Unity.Timeline.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Timeline.TimelineAsset.DurationMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Timeline.dll" + } + ], + "name": "DurationMode", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "namespace": "UnityEngine.Playables", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "ulong", + "name": "frameId", + "comment": "The current frame identifier.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "deltaTime", + "comment": "Time difference between this frame and the preceding frame.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "weight", + "comment": "The weight of the current Playable.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "effectiveWeight", + "comment": "The accumulated weight of the Playable during the PlayableGraph traversal.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "double", + "name": "effectiveParentDelay", + "comment": "The accumulated delay of the parent Playable during the PlayableGraph traversal.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "effectiveParentSpeed", + "comment": "The accumulated speed of the parent Playable during the PlayableGraph traversal.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "effectiveSpeed", + "comment": "The accumulated speed of the Playable during the PlayableGraph traversal.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Playables.FrameData.EvaluationType", + "name": "evaluationType", + "comment": "Indicates the type of evaluation that caused PlayableGraph.PrepareFrame to be called.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "seekOccurred", + "comment": "Indicates that the local time was explicitly set.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "timeLooped", + "comment": "Indicates the local time wrapped because it has reached the duration and the extrapolation mode is set to Loop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "timeHeld", + "comment": "Indicates the local time did not advance because it has reached the duration and the extrapolation mode is set to Hold.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Playables.PlayableOutput", + "name": "output", + "comment": "The PlayableOutput that initiated this graph traversal.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Playables.PlayState", + "name": "effectivePlayState", + "comment": "The accumulated play state of this playable.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "FrameData", + "comment": "This structure contains the frame information a Playable receives in Playable.PrepareFrame.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Timeline", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "float", + "name": "fps", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "bool", + "name": "scenePreview", + "comment": "", + "location": "Unity.Timeline.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Timeline.dll" + } + ], + "name": "EditorSettings", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "namespace": "UnityEngine.Timeline", + "baseClass": "UnityEngine.Playables.PlayableAsset", + "attribute": "", + "interfaces": [ + "IPlayableAsset", + "ISerializationCallbackReceiver", + "IPropertyPreview", + "ICurvesOwner" + ], + "fields": [ + { + "typeName": "double", + "name": "start", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "double", + "name": "end", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "double", + "name": "duration", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "bool", + "name": "muted", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "bool", + "name": "mutedInHierarchy", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "UnityEngine.Timeline.TimelineAsset", + "name": "timelineAsset", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "UnityEngine.Playables.PlayableAsset", + "name": "parent", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "bool", + "name": "isEmpty", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "bool", + "name": "hasClips", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "bool", + "name": "hasCurves", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "bool", + "name": "isSubTrack", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "System.Collections.Generic.IEnumerable", + "name": "outputs", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "UnityEngine.AnimationClip", + "name": "curves", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "bool", + "name": "locked", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "bool", + "name": "lockedInHierarchy", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "bool", + "name": "supportsNotifications", + "comment": "", + "location": "Unity.Timeline.dll" + } + ], + "methods": [ + { + "returnTypeName": "IEnumerable", + "params": [], + "isStatic": false, + "name": "GetClips", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [], + "isStatic": false, + "name": "GetChildTracks", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "curvesClipName", "typeName": "string" }], + "isStatic": false, + "name": "CreateCurves", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "returnTypeName": "Playable", + "params": [ + { + "name": "graph", + "typeName": "UnityEngine.Playables.PlayableGraph" + }, + { "name": "go", "typeName": "UnityEngine.GameObject" }, + { "name": "inputCount", "typeName": "int" } + ], + "isStatic": false, + "name": "CreateTrackMixer", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "returnTypeName": "Playable", + "params": [ + { + "name": "graph", + "typeName": "UnityEngine.Playables.PlayableGraph" + }, + { "name": "go", "typeName": "UnityEngine.GameObject" } + ], + "isStatic": false, + "name": "CreatePlayable", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "returnTypeName": "TimelineClip", + "params": [], + "isStatic": false, + "name": "CreateDefaultClip", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "returnTypeName": "TimelineClip", + "params": [], + "isStatic": false, + "name": "CreateClip", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "clip", "typeName": "UnityEngine.Timeline.TimelineClip" } + ], + "isStatic": false, + "name": "DeleteClip", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "returnTypeName": "IMarker", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { "name": "time", "typeName": "double" } + ], + "isStatic": false, + "name": "CreateMarker", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "returnTypeName": "T", + "params": [{ "name": "time", "typeName": "double" }], + "isStatic": false, + "name": "CreateMarker", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "marker", "typeName": "UnityEngine.Timeline.IMarker" } + ], + "isStatic": false, + "name": "DeleteMarker", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [], + "isStatic": false, + "name": "GetMarkers", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetMarkerCount", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "returnTypeName": "IMarker", + "params": [{ "name": "idx", "typeName": "int" }], + "isStatic": false, + "name": "GetMarker", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "director", + "typeName": "UnityEngine.Playables.PlayableDirector" + }, + { + "name": "driver", + "typeName": "UnityEngine.Timeline.IPropertyCollector" + } + ], + "isStatic": false, + "name": "GatherProperties", + "comment": "", + "location": "Unity.Timeline.dll" + } + ], + "name": "TrackAsset", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "advertisingId", "typeName": "string" }, + { "name": "trackingEnabled", "typeName": "bool" }, + { "name": "errorMsg", "typeName": "string" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "advertisingId", "typeName": "string" }, + { "name": "trackingEnabled", "typeName": "bool" }, + { "name": "errorMsg", "typeName": "string" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "AdvertisingIdentifierCallback", + "comment": "Delegate method for fetching advertising ID.\n\n```plaintext\nParams: advertisingId - Advertising ID.\n trackingEnabled - Indicates whether user has chosen to limit ad tracking.\n errorMsg - Error message.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "LowMemoryCallback", + "comment": "This is the delegate function when a mobile device notifies of low memory.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "condition", "typeName": "string" }, + { "name": "stackTrace", "typeName": "string" }, + { "name": "type", "typeName": "UnityEngine.LogType" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "condition", "typeName": "string" }, + { "name": "stackTrace", "typeName": "string" }, + { "name": "type", "typeName": "UnityEngine.LogType" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "LogCallback", + "comment": "Use this delegate type with Application.logMessageReceived or Application.logMessageReceivedThreaded to monitor what gets logged.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.StackTraceLogType", + "name": "None", + "comment": "No stack trace will be outputed to log.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.StackTraceLogType", + "name": "ScriptOnly", + "comment": "Only managed stack trace will be outputed.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.StackTraceLogType", + "name": "Full", + "comment": "Native and managed stack trace will be logged.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.StackTraceLogType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "StackTraceLogType", + "comment": "Stack trace logging options.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Playables", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Playables.FrameData.EvaluationType", + "name": "Evaluate", + "comment": "Indicates the graph was updated due to a call to PlayableGraph.Evaluate.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Playables.FrameData.EvaluationType", + "name": "Playback", + "comment": "Indicates the graph was called by the runtime during normal playback due to PlayableGraph.Play being called.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Playables.FrameData.EvaluationType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "EvaluationType", + "comment": "Describes the cause for the evaluation of a PlayableGraph.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.NetworkReachability", + "name": "NotReachable", + "comment": "Network is not reachable.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.NetworkReachability", + "name": "ReachableViaCarrierDataNetwork", + "comment": "Network is reachable via carrier data network.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.NetworkReachability", + "name": "ReachableViaLocalAreaNetwork", + "comment": "Network is reachable via WiFi or cable.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.NetworkReachability", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "NetworkReachability", + "comment": "Describes network reachability options.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Playables", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.PropertyName", + "name": "id", + "comment": "The identifier is a name that identifies this notifications, or class of notifications.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [], + "name": "INotification", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Playables", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Playables.Playable" }, + { + "name": "notification", + "typeName": "UnityEngine.Playables.INotification" + }, + { "name": "context", "typeName": "object" } + ], + "isStatic": false, + "name": "OnNotify", + "comment": "The method called when a notification is raised.\n\n```plaintext\nParams: origin - The playable that sent the notification.\n notification - The received notification.\n context - User defined data that depends on the type of notification. Uses this to pass necessary information that can change with each invocation.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "INotificationReceiver", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Playables", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "PlayableHandle", + "params": [], + "isStatic": false, + "name": "GetHandle", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "IPlayable", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.UserAuthorization", + "name": "WebCam", + "comment": "Request permission to use any video input sources attached to the computer.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.UserAuthorization", + "name": "Microphone", + "comment": "Request permission to use any audio input sources attached to the computer.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.UserAuthorization", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "UserAuthorization", + "comment": "Constants to pass to Application.RequestUserAuthorization.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Playables", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "playable", "typeName": "UnityEngine.Playables.Playable" } + ], + "isStatic": false, + "name": "OnGraphStart", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "playable", "typeName": "UnityEngine.Playables.Playable" } + ], + "isStatic": false, + "name": "OnGraphStop", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "playable", "typeName": "UnityEngine.Playables.Playable" } + ], + "isStatic": false, + "name": "OnPlayableCreate", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "playable", "typeName": "UnityEngine.Playables.Playable" } + ], + "isStatic": false, + "name": "OnPlayableDestroy", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "playable", + "typeName": "UnityEngine.Playables.Playable" + }, + { "name": "info", "typeName": "UnityEngine.Playables.FrameData" } + ], + "isStatic": false, + "name": "OnBehaviourPlay", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "playable", + "typeName": "UnityEngine.Playables.Playable" + }, + { "name": "info", "typeName": "UnityEngine.Playables.FrameData" } + ], + "isStatic": false, + "name": "OnBehaviourPause", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "playable", + "typeName": "UnityEngine.Playables.Playable" + }, + { "name": "info", "typeName": "UnityEngine.Playables.FrameData" } + ], + "isStatic": false, + "name": "PrepareFrame", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "playable", + "typeName": "UnityEngine.Playables.Playable" + }, + { "name": "info", "typeName": "UnityEngine.Playables.FrameData" }, + { "name": "playerData", "typeName": "object" } + ], + "isStatic": false, + "name": "ProcessFrame", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "IPlayableBehaviour", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.ApplicationInstallMode", + "name": "Unknown", + "comment": "Application install mode unknown.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.ApplicationInstallMode", + "name": "Store", + "comment": "Application installed via online store.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.ApplicationInstallMode", + "name": "DeveloperBuild", + "comment": "Application installed via developer build.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.ApplicationInstallMode", + "name": "Adhoc", + "comment": "Application installed via ad hoc distribution.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.ApplicationInstallMode", + "name": "Enterprise", + "comment": "Application installed via enterprise distribution.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.ApplicationInstallMode", + "name": "Editor", + "comment": "Application running in editor.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.ApplicationInstallMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "ApplicationInstallMode", + "comment": "Application installation mode (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Playables", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "PlayableOutputHandle", + "params": [], + "isStatic": false, + "name": "GetHandle", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "IPlayableOutput", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.ApplicationSandboxType", + "name": "Unknown", + "comment": "Application sandbox type is unknown.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.ApplicationSandboxType", + "name": "NotSandboxed", + "comment": "Application not running in a sandbox.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.ApplicationSandboxType", + "name": "Sandboxed", + "comment": "Application is running in a sandbox.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.ApplicationSandboxType", + "name": "SandboxBroken", + "comment": "Application is running in broken sandbox.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.ApplicationSandboxType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "ApplicationSandboxType", + "comment": "Application sandbox type.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.AudioType", + "name": "UNKNOWN", + "comment": "3rd party / unknown plugin format.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.AudioType", + "name": "ACC", + "comment": "Acc - not supported.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.AudioType", + "name": "AIFF", + "comment": "Aiff.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.AudioType", + "name": "IT", + "comment": "Impulse tracker.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.AudioType", + "name": "MOD", + "comment": "Protracker / Fasttracker MOD.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.AudioType", + "name": "MPEG", + "comment": "MP2/MP3 MPEG.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.AudioType", + "name": "OGGVORBIS", + "comment": "Ogg vorbis.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.AudioType", + "name": "S3M", + "comment": "ScreamTracker 3.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.AudioType", + "name": "WAV", + "comment": "Microsoft WAV.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.AudioType", + "name": "XM", + "comment": "FastTracker 2 XM.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.AudioType", + "name": "XMA", + "comment": "Xbox360 XMA.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.AudioType", + "name": "VAG", + "comment": "VAG.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.AudioType", + "name": "AUDIOQUEUE", + "comment": "iPhone hardware decoder, supports AAC, ALAC and MP3. Extracodecdata is a pointer to an FMOD_AUDIOQUEUE_EXTRACODECDATA structure.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.AudioType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "AudioType", + "comment": "Type of the imported(native) data.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Playables", + "baseClass": "object", + "attribute": "", + "interfaces": ["INotification"], + "fields": [ + { + "typeName": "UnityEngine.PropertyName", + "name": "id", + "comment": "The name that identifies this notification.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "Creates a new notification with the name specified in the argument.\n\n```plaintext\nParams: name - The name that identifies this notifications.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "Notification", + "comment": "Default implementation for Playable notifications.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "name", + "comment": "AssetBundle name which is used as the customized cache path.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Hash128", + "name": "hash", + "comment": "Hash128 which is used as the version of the AssetBundle.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "hash", "typeName": "UnityEngine.Hash128" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "CachedAssetBundle", + "comment": "Data structure for downloading AssetBundles to a customized cache path. See Also:UnityWebRequestAssetBundle.GetAssetBundle for more information.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Audio", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IPlayable", "IEquatable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "AudioClipPlayable", + "params": [ + { + "name": "graph", + "typeName": "UnityEngine.Playables.PlayableGraph" + }, + { "name": "clip", "typeName": "UnityEngine.AudioClip" }, + { "name": "looping", "typeName": "bool" } + ], + "isStatic": true, + "name": "Create", + "comment": "A AudioClipPlayable linked to the PlayableGraph.\n\n```plaintext\nParams: graph - The PlayableGraph that will contain the new AnimationLayerMixerPlayable.\n clip - The AudioClip that will be added in the PlayableGraph.\n looping - True if the clip should loop, false otherwise.\n \n```\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "PlayableHandle", + "params": [], + "isStatic": false, + "name": "GetHandle", + "comment": "", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "Playable", + "params": [ + { + "name": "playable", + "typeName": "UnityEngine.Audio.AudioClipPlayable" + } + ], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "AudioClipPlayable", + "params": [ + { "name": "playable", "typeName": "UnityEngine.Playables.Playable" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "other", + "typeName": "UnityEngine.Audio.AudioClipPlayable" + } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "AudioClip", + "params": [], + "isStatic": false, + "name": "GetClip", + "comment": "", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "UnityEngine.AudioClip" }], + "isStatic": false, + "name": "SetClip", + "comment": "", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "GetLooped", + "comment": "", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "bool" }], + "isStatic": false, + "name": "SetLooped", + "comment": "", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "IsPlaying", + "comment": "", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "IsChannelPlaying", + "comment": "", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "Double", + "params": [], + "isStatic": false, + "name": "GetStartDelay", + "comment": "", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "Double", + "params": [], + "isStatic": false, + "name": "GetPauseDelay", + "comment": "", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "startTime", "typeName": "double" }, + { "name": "startDelay", "typeName": "double" } + ], + "isStatic": false, + "name": "Seek", + "comment": "", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "startTime", "typeName": "double" }, + { "name": "startDelay", "typeName": "double" }, + { "name": "duration", "typeName": "double" } + ], + "isStatic": false, + "name": "Seek", + "comment": "", + "location": "UnityEngine.AudioModule.dll" + } + ], + "name": "AudioClipPlayable", + "comment": "An implementation of IPlayable that controls an AudioClip.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "namespace": "UnityEngine.Playables", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Playables.DirectorWrapMode", + "name": "Hold", + "comment": "Hold the last frame when the playable time reaches it's duration.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Playables.DirectorWrapMode", + "name": "Loop", + "comment": "Loop back to zero time and continue playing.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Playables.DirectorWrapMode", + "name": "None", + "comment": "Do not keep playing when the time reaches the duration.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Playables.DirectorWrapMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "DirectorWrapMode", + "comment": "Wrap mode for Playables.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IEquatable"], + "fields": [ + { + "typeName": "bool", + "name": "valid", + "comment": "Returns true if the cache is valid.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "ready", + "comment": "Returns true if the cache is ready.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "readOnly", + "comment": "Returns true if the cache is readonly.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "string", + "name": "path", + "comment": "Returns the path of the cache.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "index", + "comment": "Returns the index of the cache in the cache list.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "long", + "name": "spaceFree", + "comment": "Returns the number of currently unused bytes in the cache.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "long", + "name": "maximumAvailableStorageSpace", + "comment": "Allows you to specify the total number of bytes that can be allocated for the cache.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "long", + "name": "spaceOccupied", + "comment": "Returns the used disk space in bytes.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "expirationDelay", + "comment": "The number of seconds that an AssetBundle may remain unused in the cache before it is automatically deleted.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "lhs", "typeName": "UnityEngine.Cache" }, + { "name": "rhs", "typeName": "UnityEngine.Cache" } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "lhs", "typeName": "UnityEngine.Cache" }, + { "name": "rhs", "typeName": "UnityEngine.Cache" } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "other", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "other", "typeName": "UnityEngine.Cache" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "ClearCache", + "comment": "Returns True when cache clearing succeeded.\n\n```plaintext\nParams: expiration - The number of seconds that AssetBundles may remain unused in the cache.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "expiration", "typeName": "int" }], + "isStatic": false, + "name": "ClearCache", + "comment": "Returns True when cache clearing succeeded.\n\n```plaintext\nParams: expiration - The number of seconds that AssetBundles may remain unused in the cache.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "Cache", + "comment": "Data structure for cache. Please refer to See Also:Caching.AddCache for more information.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Timeline", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "UnityEngine.Color", + "name": "color", + "comment": "", + "location": "Unity.Timeline.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "r", "typeName": "float" }, + { "name": "g", "typeName": "float" }, + { "name": "b", "typeName": "float" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Timeline.dll" + } + ], + "name": "TrackColorAttribute", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "name", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "bytesUsed", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "expires", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "CacheIndex", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Playables", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IPlayable", "IEquatable"], + "fields": [ + { + "typeName": "UnityEngine.Playables.Playable", + "name": "Null", + "comment": "Returns an invalid Playable.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Playable", + "params": [ + { + "name": "graph", + "typeName": "UnityEngine.Playables.PlayableGraph" + }, + { "name": "inputCount", "typeName": "int" } + ], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "PlayableHandle", + "params": [], + "isStatic": false, + "name": "GetHandle", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "IsPlayableOfType", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Type", + "params": [], + "isStatic": false, + "name": "GetPlayableType", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "other", "typeName": "UnityEngine.Playables.Playable" } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "Playable", + "comment": "Playables are customizable runtime objects that can be connected together and are contained in a PlayableGraph to create complex behaviours.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Audio", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Audio.AudioMixerUpdateMode", + "name": "Normal", + "comment": "Update the AudioMixer with scaled game time.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "UnityEngine.Audio.AudioMixerUpdateMode", + "name": "UnscaledTime", + "comment": "Update the AudioMixer with unscaled realtime.\n\n", + "location": "UnityEngine.AudioModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Audio.AudioMixerUpdateMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AudioModule.dll" + } + ], + "name": "AudioMixerUpdateMode", + "comment": "The mode in which an AudioMixer should update its time.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "namespace": "UnityEngine.Playables", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [ + { + "typeName": "double", + "name": "duration", + "comment": "Duration in seconds.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "System.Collections.Generic.IEnumerable", + "name": "outputs", + "comment": "A description of the PlayableOutputs generated by this asset.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Playable", + "params": [ + { + "name": "graph", + "typeName": "UnityEngine.Playables.PlayableGraph" + }, + { "name": "owner", "typeName": "UnityEngine.GameObject" } + ], + "isStatic": false, + "name": "CreatePlayable", + "comment": "The playable injected into the graph, or the root playable if multiple playables are injected.\n\n```plaintext\nParams: graph - The graph to inject playables into.\n owner - The game object which initiated the build.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "IPlayableAsset", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Timeline", + "baseClass": "UnityEngine.Playables.PlayableAsset", + "attribute": "", + "interfaces": ["IPlayableAsset", "ITimelineClipAsset"], + "fields": [ + { + "typeName": "UnityEngine.AudioClip", + "name": "clip", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "bool", + "name": "loop", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "double", + "name": "duration", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "System.Collections.Generic.IEnumerable", + "name": "outputs", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "UnityEngine.Timeline.ClipCaps", + "name": "clipCaps", + "comment": "", + "location": "Unity.Timeline.dll" + } + ], + "methods": [ + { + "returnTypeName": "Playable", + "params": [ + { + "name": "graph", + "typeName": "UnityEngine.Playables.PlayableGraph" + }, + { "name": "go", "typeName": "UnityEngine.GameObject" } + ], + "isStatic": false, + "name": "CreatePlayable", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Timeline.dll" + } + ], + "name": "AudioPlayableAsset", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "namespace": "UnityEngine.Audio", + "baseClass": "UnityEngine.Object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Audio.AudioMixerGroup", + "name": "outputAudioMixerGroup", + "comment": "Routing target.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "typeName": "UnityEngine.Audio.AudioMixerUpdateMode", + "name": "updateMode", + "comment": "How time should progress for this AudioMixer. Used during Snapshot transitions.\n\n", + "location": "UnityEngine.AudioModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "AudioMixerSnapshot", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "FindSnapshot", + "comment": "The snapshot identified by the name.\n\n```plaintext\nParams: name - Name of snapshot object to be returned.\n \n```\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "subPath", "typeName": "string" }], + "isStatic": false, + "name": "FindMatchingGroups", + "comment": "Groups in the mixer whose paths match the specified search path.\n\n```plaintext\nParams: subPath - Sub-string of the paths to be matched.\n \n```\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "snapshots", + "typeName": "UnityEngine.Audio.AudioMixerSnapshot[]" + }, + { "name": "weights", "typeName": "float[]" }, + { "name": "timeToReach", "typeName": "float" } + ], + "isStatic": false, + "name": "TransitionToSnapshots", + "comment": "Transitions to a weighted mixture of the snapshots specified. This can be used for games that specify the game state as a continuum between states or for interpolating snapshots from a triangulated map location.\n\n```plaintext\nParams: snapshots - The set of snapshots to be mixed.\n weights - The mix weights for the snapshots specified.\n timeToReach - Relative time after which the mixture should be reached from any current state.\n \n```\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "value", "typeName": "float" } + ], + "isStatic": false, + "name": "SetFloat", + "comment": "Returns false if the exposed parameter was not found or snapshots are currently being edited.\n\n```plaintext\nParams: name - Name of exposed parameter.\n value - New value of exposed parameter.\n \n```\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "ClearFloat", + "comment": "Returns false if the parameter was not found or could not be set.\n\n```plaintext\nParams: name - Exposed parameter.\n \n```\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "value", "typeName": "float" } + ], + "isStatic": false, + "name": "GetFloat", + "comment": "", + "location": "UnityEngine.AudioModule.dll" + } + ], + "name": "AudioMixer", + "comment": "AudioMixer asset.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "namespace": "UnityEngine.Playables", + "baseClass": "UnityEngine.ScriptableObject", + "attribute": "", + "interfaces": ["IPlayableAsset"], + "fields": [ + { + "typeName": "double", + "name": "duration", + "comment": "The playback duration in seconds of the instantiated Playable.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "System.Collections.Generic.IEnumerable", + "name": "outputs", + "comment": "A description of the outputs of the instantiated Playable.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Playable", + "params": [ + { + "name": "graph", + "typeName": "UnityEngine.Playables.PlayableGraph" + }, + { "name": "owner", "typeName": "UnityEngine.GameObject" } + ], + "isStatic": false, + "name": "CreatePlayable", + "comment": "The playable injected into the graph, or the root playable if multiple playables are injected.\n\n```plaintext\nParams: graph - The graph to inject playables into.\n owner - The game object which initiated the build.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "PlayableAsset", + "comment": "A base class for assets that can be used to instantiate a Playable at runtime.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Playables", + "baseClass": "object", + "attribute": "", + "interfaces": ["IPlayableBehaviour", "ICloneable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "playable", "typeName": "UnityEngine.Playables.Playable" } + ], + "isStatic": false, + "name": "OnGraphStart", + "comment": "This function is called when the PlayableGraph that owns this PlayableBehaviour starts.\n\n```plaintext\nParams: playable - The Playable that owns the current PlayableBehaviour.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "playable", "typeName": "UnityEngine.Playables.Playable" } + ], + "isStatic": false, + "name": "OnGraphStop", + "comment": "This function is called when the PlayableGraph that owns this PlayableBehaviour stops.\n\n```plaintext\nParams: playable - The Playable that owns the current PlayableBehaviour.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "playable", "typeName": "UnityEngine.Playables.Playable" } + ], + "isStatic": false, + "name": "OnPlayableCreate", + "comment": "This function is called when the Playable that owns the PlayableBehaviour is created.\n\n```plaintext\nParams: playable - The Playable that owns the current PlayableBehaviour.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "playable", "typeName": "UnityEngine.Playables.Playable" } + ], + "isStatic": false, + "name": "OnPlayableDestroy", + "comment": "This function is called when the Playable that owns the PlayableBehaviour is destroyed.\n\n```plaintext\nParams: playable - The Playable that owns the current PlayableBehaviour.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "playable", + "typeName": "UnityEngine.Playables.Playable" + }, + { "name": "info", "typeName": "UnityEngine.Playables.FrameData" } + ], + "isStatic": false, + "name": "OnBehaviourDelay", + "comment": "This function is called when the Playable play state is changed to Playables.PlayState.Delayed.\n\n```plaintext\nParams: playable - The Playable that owns the current PlayableBehaviour.\n info - A FrameData structure that contains information about the current frame context.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "playable", + "typeName": "UnityEngine.Playables.Playable" + }, + { "name": "info", "typeName": "UnityEngine.Playables.FrameData" } + ], + "isStatic": false, + "name": "OnBehaviourPlay", + "comment": "This function is called when the Playable play state is changed to Playables.PlayState.Playing.\n\n```plaintext\nParams: playable - The Playable that owns the current PlayableBehaviour.\n info - A FrameData structure that contains information about the current frame context.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "playable", + "typeName": "UnityEngine.Playables.Playable" + }, + { "name": "info", "typeName": "UnityEngine.Playables.FrameData" } + ], + "isStatic": false, + "name": "OnBehaviourPause", + "comment": "This method is invoked when one of the following situations occurs:\n

\n The effective play state during traversal is changed to Playables.PlayState.Paused. This state is indicated by FrameData.effectivePlayState.

\n The PlayableGraph is stopped while the playable play state is Playing. This state is indicated by PlayableGraph.IsPlaying returning true.\n\n```plaintext\nParams: playable - The Playable that owns the current PlayableBehaviour.\n info - A FrameData structure that contains information about the current frame context.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "playable", + "typeName": "UnityEngine.Playables.Playable" + }, + { "name": "info", "typeName": "UnityEngine.Playables.FrameData" } + ], + "isStatic": false, + "name": "PrepareData", + "comment": "This function is called during the PrepareData phase of the PlayableGraph.\n\n```plaintext\nParams: playable - The Playable that owns the current PlayableBehaviour.\n info - A FrameData structure that contains information about the current frame context.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "playable", + "typeName": "UnityEngine.Playables.Playable" + }, + { "name": "info", "typeName": "UnityEngine.Playables.FrameData" } + ], + "isStatic": false, + "name": "PrepareFrame", + "comment": "This function is called during the PrepareFrame phase of the PlayableGraph.\n\n```plaintext\nParams: playable - The Playable that owns the current PlayableBehaviour.\n info - A FrameData structure that contains information about the current frame context.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "playable", + "typeName": "UnityEngine.Playables.Playable" + }, + { "name": "info", "typeName": "UnityEngine.Playables.FrameData" }, + { "name": "playerData", "typeName": "object" } + ], + "isStatic": false, + "name": "ProcessFrame", + "comment": "This function is called during the ProcessFrame phase of the PlayableGraph.\n\n```plaintext\nParams: playable - The Playable that owns the current PlayableBehaviour.\n info - A FrameData structure that contains information about the current frame context.\n playerData - The user data of the ScriptPlayableOutput that initiated the process pass.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Object", + "params": [], + "isStatic": false, + "name": "Clone", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "PlayableBehaviour", + "comment": "PlayableBehaviour is the base class from which every custom playable script derives.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Audio", + "baseClass": "UnityEngine.Object", + "attribute": "", + "interfaces": ["ISubAssetNotDuplicatable"], + "fields": [ + { + "typeName": "UnityEngine.Audio.AudioMixer", + "name": "audioMixer", + "comment": "", + "location": "UnityEngine.AudioModule.dll" + } + ], + "methods": [], + "name": "AudioMixerGroup", + "comment": "Object representing a group in the mixer.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "namespace": "UnityEngine.Audio", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IPlayable", "IEquatable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "AudioMixerPlayable", + "params": [ + { + "name": "graph", + "typeName": "UnityEngine.Playables.PlayableGraph" + }, + { "name": "inputCount", "typeName": "int" }, + { "name": "normalizeInputVolumes", "typeName": "bool" } + ], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "PlayableHandle", + "params": [], + "isStatic": false, + "name": "GetHandle", + "comment": "", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "Playable", + "params": [ + { + "name": "playable", + "typeName": "UnityEngine.Audio.AudioMixerPlayable" + } + ], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "AudioMixerPlayable", + "params": [ + { "name": "playable", "typeName": "UnityEngine.Playables.Playable" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "other", + "typeName": "UnityEngine.Audio.AudioMixerPlayable" + } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.AudioModule.dll" + } + ], + "name": "AudioMixerPlayable", + "comment": "An implementation of IPlayable that controls an audio mixer.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "namespace": "UnityEngine.Playables", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Playables.DataStreamType", + "name": "Animation", + "comment": "Describes that the information flowing in and out of the Playable is of Animation type.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Playables.DataStreamType", + "name": "Audio", + "comment": "Describes that the information flowing in and out of the Playable is of Audio type.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Playables.DataStreamType", + "name": "Texture", + "comment": "Describes that the information flowing in and out of the Playable is of type Texture.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Playables.DataStreamType", + "name": "None", + "comment": "Describes that the Playable does not have any particular type. This is use for Playables that execute script code, or that create their own playable graphs, such as the Sequence.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Playables.DataStreamType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "DataStreamType", + "comment": "Describes the type of information that flows in and out of a Playable. This also specifies that this Playable is connectable to others of the same type.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Timeline", + "baseClass": "UnityEngine.Timeline.TrackAsset", + "attribute": "", + "interfaces": [ + "IPlayableAsset", + "ISerializationCallbackReceiver", + "IPropertyPreview", + "ICurvesOwner" + ], + "fields": [ + { + "typeName": "System.Collections.Generic.IEnumerable", + "name": "outputs", + "comment": "", + "location": "Unity.Timeline.dll" + } + ], + "methods": [ + { + "returnTypeName": "TimelineClip", + "params": [{ "name": "clip", "typeName": "UnityEngine.AudioClip" }], + "isStatic": false, + "name": "CreateClip", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Timeline.dll" + } + ], + "name": "AudioTrack", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "compressionEnabled", + "comment": "Controls compression of cache data. Enabled by default.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "ready", + "comment": "Returns true if Caching system is ready for use.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "spaceUsed", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "long", + "name": "spaceOccupied", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "spaceAvailable", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "long", + "name": "spaceFree", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "long", + "name": "maximumAvailableDiskSpace", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "expirationDelay", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "cacheCount", + "comment": "Returns the cache count in the cache list.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Cache", + "name": "defaultCache", + "comment": "Returns the default cache which is added by Unity internally.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Cache", + "name": "currentCacheForWriting", + "comment": "Gets or sets the current cache in which AssetBundles should be cached.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": true, + "name": "ClearCache", + "comment": "True when cache clearing succeeded, false if cache was in use.\n\n```plaintext\nParams: expiration - The number of seconds that AssetBundles may remain unused in the cache.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "expiration", "typeName": "int" }], + "isStatic": true, + "name": "ClearCache", + "comment": "True when cache clearing succeeded, false if cache was in use.\n\n```plaintext\nParams: expiration - The number of seconds that AssetBundles may remain unused in the cache.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "assetBundleName", "typeName": "string" }, + { "name": "hash", "typeName": "UnityEngine.Hash128" } + ], + "isStatic": true, + "name": "ClearCachedVersion", + "comment": "Returns true when cache clearing succeeded. Can return false if any cached bundle is in use.\n\n```plaintext\nParams: assetBundleName - The AssetBundle name.\n hash - Version needs to be cleaned.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "assetBundleName", "typeName": "string" }, + { "name": "hash", "typeName": "UnityEngine.Hash128" } + ], + "isStatic": true, + "name": "ClearOtherCachedVersions", + "comment": "Returns true when cache clearing succeeded.\n\n```plaintext\nParams: assetBundleName - The AssetBundle name.\n hash - Version needs to be kept.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "assetBundleName", "typeName": "string" }], + "isStatic": true, + "name": "ClearAllCachedVersions", + "comment": "Returns true when cache clearing succeeded.\n\n```plaintext\nParams: assetBundleName - The AssetBundle name.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "assetBundleName", "typeName": "string" }, + { + "name": "outCachedVersions", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": true, + "name": "GetCachedVersions", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "url", "typeName": "string" }, + { "name": "version", "typeName": "int" } + ], + "isStatic": true, + "name": "IsVersionCached", + "comment": "True if an AssetBundle matching the url and version parameters has previously been loaded using UnityWebRequestAssetBundle.GetAssetBundle() and is currently stored in the cache. Returns false if the AssetBundle is not in cache, either because it has been flushed from the cache or was never loaded using the Caching API.\n\n```plaintext\nParams: string - Url The filename of the AssetBundle. Domain and path information are stripped from this string automatically.\n int - Version The version number of the AssetBundle to check for. Negative values are not allowed.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "url", "typeName": "string" }, + { "name": "hash", "typeName": "UnityEngine.Hash128" } + ], + "isStatic": true, + "name": "IsVersionCached", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "cachedBundle", + "typeName": "UnityEngine.CachedAssetBundle" + } + ], + "isStatic": true, + "name": "IsVersionCached", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "url", "typeName": "string" }, + { "name": "version", "typeName": "int" } + ], + "isStatic": true, + "name": "MarkAsUsed", + "comment": "Bumps the timestamp of a cached file to be the current time.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "url", "typeName": "string" }, + { "name": "hash", "typeName": "UnityEngine.Hash128" } + ], + "isStatic": true, + "name": "MarkAsUsed", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "cachedBundle", + "typeName": "UnityEngine.CachedAssetBundle" + } + ], + "isStatic": true, + "name": "MarkAsUsed", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "url", "typeName": "string" }, + { "name": "version", "typeName": "int" } + ], + "isStatic": true, + "name": "SetNoBackupFlag", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "url", "typeName": "string" }, + { "name": "hash", "typeName": "UnityEngine.Hash128" } + ], + "isStatic": true, + "name": "SetNoBackupFlag", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "cachedBundle", + "typeName": "UnityEngine.CachedAssetBundle" + } + ], + "isStatic": true, + "name": "SetNoBackupFlag", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "url", "typeName": "string" }, + { "name": "version", "typeName": "int" } + ], + "isStatic": true, + "name": "ResetNoBackupFlag", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "url", "typeName": "string" }, + { "name": "hash", "typeName": "UnityEngine.Hash128" } + ], + "isStatic": true, + "name": "ResetNoBackupFlag", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "cachedBundle", + "typeName": "UnityEngine.CachedAssetBundle" + } + ], + "isStatic": true, + "name": "ResetNoBackupFlag", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "url", "typeName": "string" }], + "isStatic": true, + "name": "GetVersionFromCache", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Cache", + "params": [{ "name": "cachePath", "typeName": "string" }], + "isStatic": true, + "name": "AddCache", + "comment": "Add a cache with the given path.\n\n```plaintext\nParams: cachePath - Path to the cache folder.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Cache", + "params": [{ "name": "cacheIndex", "typeName": "int" }], + "isStatic": true, + "name": "GetCacheAt", + "comment": "A reference to the Cache at the index specified.\n\n```plaintext\nParams: cacheIndex - Index of the cache to get.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Cache", + "params": [{ "name": "cachePath", "typeName": "string" }], + "isStatic": true, + "name": "GetCacheByPath", + "comment": "A reference to the Cache with the given path.\n\n```plaintext\nParams: cachePath - The cache path.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "cachePaths", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": true, + "name": "GetAllCachePaths", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "cache", "typeName": "UnityEngine.Cache" }], + "isStatic": true, + "name": "RemoveCache", + "comment": "Returns true if the Cache is removed.\n\n```plaintext\nParams: cache - The Cache to be removed.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "src", "typeName": "UnityEngine.Cache" }, + { "name": "dst", "typeName": "UnityEngine.Cache" } + ], + "isStatic": true, + "name": "MoveCacheBefore", + "comment": "Moves the source Cache before the destination Cache in the cache list.\n\n```plaintext\nParams: src - The Cache to move.\n dst - The Cache which should come after the source Cache in the cache list.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "src", "typeName": "UnityEngine.Cache" }, + { "name": "dst", "typeName": "UnityEngine.Cache" } + ], + "isStatic": true, + "name": "MoveCacheAfter", + "comment": "Moves the source Cache after the destination Cache in the cache list.\n\n```plaintext\nParams: src - The Cache to move.\n dst - The Cache which should come before the source Cache in the cache list.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": true, + "name": "CleanCache", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "Caching", + "comment": "The Caching class lets you manage cached AssetBundles, downloaded using UnityWebRequestAssetBundle.GetAssetBundle().\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Playables", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Playables.PlayableBinding[]", + "name": "None", + "comment": "A constant to represent a PlayableAsset has no bindings.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "double", + "name": "DefaultDuration", + "comment": "The default duration used when a PlayableOutput has no fixed duration.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "string", + "name": "streamName", + "comment": "The name of the output or input stream.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Object", + "name": "sourceObject", + "comment": "A reference to a UnityEngine.Object that acts a key for this binding.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "System.Type", + "name": "outputTargetType", + "comment": "The type of target required by the PlayableOutput for this PlayableBinding.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "System.Type", + "name": "sourceBindingType", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Playables.DataStreamType", + "name": "streamType", + "comment": "The type of the output or input stream.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "PlayableBinding", + "comment": "Struct that holds information regarding an output of a PlayableAsset.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Audio", + "baseClass": "UnityEngine.Object", + "attribute": "", + "interfaces": ["ISubAssetNotDuplicatable"], + "fields": [ + { + "typeName": "UnityEngine.Audio.AudioMixer", + "name": "audioMixer", + "comment": "", + "location": "UnityEngine.AudioModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "timeToReach", "typeName": "float" }], + "isStatic": false, + "name": "TransitionTo", + "comment": "Performs an interpolated transition towards this snapshot over the time interval specified.\n\n```plaintext\nParams: timeToReach - Relative time after which this snapshot should be reached from any current state.\n \n```\n\n", + "location": "UnityEngine.AudioModule.dll" + } + ], + "name": "AudioMixerSnapshot", + "comment": "Object representing a snapshot in the mixer.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.Behaviour", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Camera.CameraCallback", + "name": "onPreCull", + "comment": "Delegate that you can use to execute custom code before a Camera culls the scene.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Camera.CameraCallback", + "name": "onPreRender", + "comment": "Delegate that you can use to execute custom code before a Camera renders the scene.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Camera.CameraCallback", + "name": "onPostRender", + "comment": "Delegate that you can use to execute custom code after a Camera renders the scene.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "nearClipPlane", + "comment": "The distance of the near clipping plane from the the Camera, in world units.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "farClipPlane", + "comment": "The distance of the far clipping plane from the Camera, in world units.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "fieldOfView", + "comment": "The field of view of the camera in degrees.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.RenderingPath", + "name": "renderingPath", + "comment": "The rendering path that should be used, if possible.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.RenderingPath", + "name": "actualRenderingPath", + "comment": "The rendering path that is currently being used (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "allowHDR", + "comment": "High dynamic range rendering.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "allowMSAA", + "comment": "MSAA rendering.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "allowDynamicResolution", + "comment": "Dynamic Resolution Scaling.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "forceIntoRenderTexture", + "comment": "Should camera rendering be forced into a RenderTexture.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "orthographicSize", + "comment": "Camera's half-size when in orthographic mode.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "orthographic", + "comment": "Is the camera orthographic (true) or perspective (false)?\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.OpaqueSortMode", + "name": "opaqueSortMode", + "comment": "Opaque object sorting mode.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.TransparencySortMode", + "name": "transparencySortMode", + "comment": "Transparent object sorting mode.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "transparencySortAxis", + "comment": "An axis that describes the direction along which the distances of objects are measured for the purpose of sorting.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "depth", + "comment": "Camera's depth in the camera rendering order.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "aspect", + "comment": "The aspect ratio (width divided by height).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "velocity", + "comment": "Get the world-space speed of the camera (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "cullingMask", + "comment": "This is used to render parts of the Scene selectively.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "eventMask", + "comment": "Mask to select which layers can trigger events on the camera.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "layerCullSpherical", + "comment": "How to perform per-layer culling for a Camera.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.CameraType", + "name": "cameraType", + "comment": "Identifies what kind of camera this is, using the CameraType enum.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "ulong", + "name": "overrideSceneCullingMask", + "comment": "Sets the culling maks used to determine which objects from which Scenes to draw.\nSee EditorSceneManager.SetSceneCullingMask.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float[]", + "name": "layerCullDistances", + "comment": "Per-layer culling distances.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "useOcclusionCulling", + "comment": "Whether or not the Camera will use occlusion culling during rendering.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Matrix4x4", + "name": "cullingMatrix", + "comment": "Sets a custom matrix for the camera to use for all culling queries.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Color", + "name": "backgroundColor", + "comment": "The color with which the screen will be cleared.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.CameraClearFlags", + "name": "clearFlags", + "comment": "How the camera clears the background.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.DepthTextureMode", + "name": "depthTextureMode", + "comment": "How and if camera generates a depth texture.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "clearStencilAfterLightingPass", + "comment": "Should the camera clear the stencil buffer after the deferred light pass?\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "usePhysicalProperties", + "comment": "Enable [UsePhysicalProperties] to use physical camera properties to compute the field of view and the frustum.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "sensorSize", + "comment": "The size of the camera sensor, expressed in millimeters.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "lensShift", + "comment": "The lens offset of the camera. The lens shift is relative to the sensor size. For example, a lens shift of 0.5 offsets the sensor by half its horizontal size.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "focalLength", + "comment": "The camera focal length, expressed in millimeters. To use this property, enable UsePhysicalProperties.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Camera.GateFitMode", + "name": "gateFit", + "comment": "There are two gates for a camera, the sensor gate and the resolution gate. The physical camera sensor gate is defined by the sensorSize property, the resolution gate is defined by the render target area.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rect", + "name": "rect", + "comment": "Where on the screen is the camera rendered in normalized coordinates.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rect", + "name": "pixelRect", + "comment": "Where on the screen is the camera rendered in pixel coordinates.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "pixelWidth", + "comment": "How wide is the camera in pixels (not accounting for dynamic resolution scaling) (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "pixelHeight", + "comment": "How tall is the camera in pixels (not accounting for dynamic resolution scaling) (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "scaledPixelWidth", + "comment": "How wide is the camera in pixels (accounting for dynamic resolution scaling) (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "scaledPixelHeight", + "comment": "How tall is the camera in pixels (accounting for dynamic resolution scaling) (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.RenderTexture", + "name": "targetTexture", + "comment": "Destination render texture.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.RenderTexture", + "name": "activeTexture", + "comment": "Gets the temporary RenderTexture target for this Camera.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "targetDisplay", + "comment": "Set the target display for this Camera.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Matrix4x4", + "name": "cameraToWorldMatrix", + "comment": "Matrix that transforms from camera space to world space (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Matrix4x4", + "name": "worldToCameraMatrix", + "comment": "Matrix that transforms from world to camera space.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Matrix4x4", + "name": "projectionMatrix", + "comment": "Set a custom projection matrix.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Matrix4x4", + "name": "nonJitteredProjectionMatrix", + "comment": "Get or set the raw projection matrix with no camera offset (no jittering).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "useJitteredProjectionMatrixForTransparentRendering", + "comment": "Should the jittered matrix be used for transparency rendering?\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Matrix4x4", + "name": "previousViewProjectionMatrix", + "comment": "Get the view projection matrix used on the last frame.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Camera", + "name": "main", + "comment": "The first enabled Camera component that is tagged \"MainCamera\" (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Camera", + "name": "current", + "comment": "The camera we are currently rendering with, for low-level render control only (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.SceneManagement.Scene", + "name": "scene", + "comment": "If not null, the camera will only render the contents of the specified Scene.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "stereoEnabled", + "comment": "Stereoscopic rendering.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "stereoSeparation", + "comment": "The distance between the virtual eyes. Use this to query or set the current eye separation. Note that most VR devices provide this value, in which case setting the value will have no effect.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "stereoConvergence", + "comment": "Distance to a point where virtual eyes converge.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "areVRStereoViewMatricesWithinSingleCullTolerance", + "comment": "Determines whether the stereo view matrices are suitable to allow for a single pass cull.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.StereoTargetEyeMask", + "name": "stereoTargetEye", + "comment": "Defines which eye of a VR display the Camera renders into.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Camera.MonoOrStereoscopicEye", + "name": "stereoActiveEye", + "comment": "Returns the eye that is currently rendering.\nIf called when stereo is not enabled it will return Camera.MonoOrStereoscopicEye.Mono.\n\nIf called during a camera rendering callback such as OnRenderImage it will return the currently rendering eye.\n\nIf called outside of a rendering callback and stereo is enabled, it will return the default eye which is Camera.MonoOrStereoscopicEye.Left.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "allCamerasCount", + "comment": "The number of cameras in the current Scene.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Camera[]", + "name": "allCameras", + "comment": "Returns all enabled cameras in the Scene.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "commandBufferCount", + "comment": "Number of command buffers set up on this camera (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "isOrthoGraphic", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Camera", + "name": "mainCamera", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "near", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "far", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "fov", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "hdr", + "comment": "High dynamic range rendering.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "stereoMirrorMode", + "comment": "Render only once and use resulting image for both eyes.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Reset", + "comment": "Revert all camera parameters to default.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ResetTransparencySortSettings", + "comment": "Resets this Camera's transparency sort settings to the default. Default transparency settings are taken from GraphicsSettings instead of directly from this Camera.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ResetAspect", + "comment": "Revert the aspect ratio to the screen's aspect ratio.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ResetCullingMatrix", + "comment": "Make culling queries reflect the camera's built in parameters.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "shader", "typeName": "UnityEngine.Shader" }, + { "name": "replacementTag", "typeName": "string" } + ], + "isStatic": false, + "name": "SetReplacementShader", + "comment": "Make the camera render with shader replacement.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ResetReplacementShader", + "comment": "Remove shader replacement from camera.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Single", + "params": [], + "isStatic": false, + "name": "GetGateFittedFieldOfView", + "comment": "Returns the effective vertical field of view.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector2", + "params": [], + "isStatic": false, + "name": "GetGateFittedLensShift", + "comment": "Returns the effective lens shift value.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "colorBuffer", "typeName": "UnityEngine.RenderBuffer" }, + { "name": "depthBuffer", "typeName": "UnityEngine.RenderBuffer" } + ], + "isStatic": false, + "name": "SetTargetBuffers", + "comment": "Sets the Camera to render to the chosen buffers of one or more RenderTextures.\n\n```plaintext\nParams: colorBuffer - The RenderBuffer(s) to which color information will be rendered.\n depthBuffer - The RenderBuffer to which depth information will be rendered.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "colorBuffer", "typeName": "UnityEngine.RenderBuffer[]" }, + { "name": "depthBuffer", "typeName": "UnityEngine.RenderBuffer" } + ], + "isStatic": false, + "name": "SetTargetBuffers", + "comment": "Sets the Camera to render to the chosen buffers of one or more RenderTextures.\n\n```plaintext\nParams: colorBuffer - The RenderBuffer(s) to which color information will be rendered.\n depthBuffer - The RenderBuffer to which depth information will be rendered.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ResetWorldToCameraMatrix", + "comment": "Make the rendering position reflect the camera's position in the Scene.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ResetProjectionMatrix", + "comment": "Make the projection reflect normal camera's parameters.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Matrix4x4", + "params": [ + { "name": "clipPlane", "typeName": "UnityEngine.Vector4" } + ], + "isStatic": false, + "name": "CalculateObliqueMatrix", + "comment": "Oblique near-plane projection matrix.\n\n```plaintext\nParams: clipPlane - Vector4 that describes a clip plane.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector3", + "params": [ + { "name": "position", "typeName": "UnityEngine.Vector3" }, + { + "name": "eye", + "typeName": "UnityEngine.Camera.MonoOrStereoscopicEye" + } + ], + "isStatic": false, + "name": "WorldToScreenPoint", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector3", + "params": [ + { "name": "position", "typeName": "UnityEngine.Vector3" }, + { + "name": "eye", + "typeName": "UnityEngine.Camera.MonoOrStereoscopicEye" + } + ], + "isStatic": false, + "name": "WorldToViewportPoint", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector3", + "params": [ + { "name": "position", "typeName": "UnityEngine.Vector3" }, + { + "name": "eye", + "typeName": "UnityEngine.Camera.MonoOrStereoscopicEye" + } + ], + "isStatic": false, + "name": "ViewportToWorldPoint", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector3", + "params": [ + { "name": "position", "typeName": "UnityEngine.Vector3" }, + { + "name": "eye", + "typeName": "UnityEngine.Camera.MonoOrStereoscopicEye" + } + ], + "isStatic": false, + "name": "ScreenToWorldPoint", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector3", + "params": [{ "name": "position", "typeName": "UnityEngine.Vector3" }], + "isStatic": false, + "name": "WorldToScreenPoint", + "comment": "Transforms position from world space into screen space.\n\n```plaintext\nParams: eye - Optional argument that can be used to specify which eye transform to use. Default is Mono.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector3", + "params": [{ "name": "position", "typeName": "UnityEngine.Vector3" }], + "isStatic": false, + "name": "WorldToViewportPoint", + "comment": "Transforms position from world space into viewport space.\n\n```plaintext\nParams: eye - Optional argument that can be used to specify which eye transform to use. Default is Mono.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector3", + "params": [{ "name": "position", "typeName": "UnityEngine.Vector3" }], + "isStatic": false, + "name": "ViewportToWorldPoint", + "comment": "The 3d vector in World space.\n\n```plaintext\nParams: position - The 3d vector in Viewport space.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector3", + "params": [{ "name": "position", "typeName": "UnityEngine.Vector3" }], + "isStatic": false, + "name": "ScreenToWorldPoint", + "comment": "The worldspace point created by converting the screen space point at the provided distance z from the camera plane.\n\n```plaintext\nParams: position - A screen space position (often mouse x, y), plus a z position for depth (for example, a camera clipping plane).\n eye - By default, Camera.MonoOrStereoscopicEye.Mono. Can be set to Camera.MonoOrStereoscopicEye.Left or Camera.MonoOrStereoscopicEye.Right for use in stereoscopic rendering (e.g., for VR).\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector3", + "params": [{ "name": "position", "typeName": "UnityEngine.Vector3" }], + "isStatic": false, + "name": "ScreenToViewportPoint", + "comment": "Transforms position from screen space into viewport space.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector3", + "params": [{ "name": "position", "typeName": "UnityEngine.Vector3" }], + "isStatic": false, + "name": "ViewportToScreenPoint", + "comment": "Transforms position from viewport space into screen space.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Ray", + "params": [ + { "name": "pos", "typeName": "UnityEngine.Vector3" }, + { + "name": "eye", + "typeName": "UnityEngine.Camera.MonoOrStereoscopicEye" + } + ], + "isStatic": false, + "name": "ViewportPointToRay", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Ray", + "params": [{ "name": "pos", "typeName": "UnityEngine.Vector3" }], + "isStatic": false, + "name": "ViewportPointToRay", + "comment": "Returns a ray going from camera through a viewport point.\n\n```plaintext\nParams: eye - Optional argument that can be used to specify which eye transform to use. Default is Mono.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Ray", + "params": [ + { "name": "pos", "typeName": "UnityEngine.Vector3" }, + { + "name": "eye", + "typeName": "UnityEngine.Camera.MonoOrStereoscopicEye" + } + ], + "isStatic": false, + "name": "ScreenPointToRay", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Ray", + "params": [{ "name": "pos", "typeName": "UnityEngine.Vector3" }], + "isStatic": false, + "name": "ScreenPointToRay", + "comment": "Returns a ray going from camera through a screen point.\n\n```plaintext\nParams: eye - Optional argument that can be used to specify which eye transform to use. Default is Mono.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "viewport", "typeName": "UnityEngine.Rect" }, + { "name": "z", "typeName": "float" }, + { + "name": "eye", + "typeName": "UnityEngine.Camera.MonoOrStereoscopicEye" + }, + { "name": "outCorners", "typeName": "UnityEngine.Vector3[]" } + ], + "isStatic": false, + "name": "CalculateFrustumCorners", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "output", "typeName": "UnityEngine.Matrix4x4" }, + { "name": "focalLength", "typeName": "float" }, + { "name": "sensorSize", "typeName": "UnityEngine.Vector2" }, + { "name": "lensShift", "typeName": "UnityEngine.Vector2" }, + { "name": "nearClip", "typeName": "float" }, + { "name": "farClip", "typeName": "float" }, + { + "name": "gateFitParameters", + "typeName": "UnityEngine.Camera.GateFitParameters" + } + ], + "isStatic": true, + "name": "CalculateProjectionMatrixFromPhysicalProperties", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Single", + "params": [ + { "name": "focalLength", "typeName": "float" }, + { "name": "sensorSize", "typeName": "float" } + ], + "isStatic": true, + "name": "FocalLengthToFieldOfView", + "comment": "field of view in degrees.\n\n```plaintext\nParams: focalLength - Focal length in millimeters.\n sensorSize - Sensor size in millimeters. Use the sensor height to get the vertical field of view. Use the sensor width to get the horizontal field of view.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Single", + "params": [ + { "name": "fieldOfView", "typeName": "float" }, + { "name": "sensorSize", "typeName": "float" } + ], + "isStatic": true, + "name": "FieldOfViewToFocalLength", + "comment": "Focal length in millimeters.\n\n```plaintext\nParams: fieldOfView - field of view in degrees.\n sensorSize - Sensor size in millimeters.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Single", + "params": [ + { "name": "horizontalFieldOfView", "typeName": "float" }, + { "name": "aspectRatio", "typeName": "float" } + ], + "isStatic": true, + "name": "HorizontalToVerticalFieldOfView", + "comment": "Converts the horizontal field of view (FOV) to the vertical FOV, based on the value of the aspect ratio parameter.\n\n```plaintext\nParams: horizontalFOV - The horizontal FOV value in degrees.\n aspectRatio - The aspect ratio value used for the conversion\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Single", + "params": [ + { "name": "verticalFieldOfView", "typeName": "float" }, + { "name": "aspectRatio", "typeName": "float" } + ], + "isStatic": true, + "name": "VerticalToHorizontalFieldOfView", + "comment": "Converts the vertical field of view (FOV) to the horizontal FOV, based on the value of the aspect ratio parameter.\n\n```plaintext\nParams: verticalFieldOfView - The vertical FOV value in degrees.\n aspectRatio - The aspect ratio value used for the conversion\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Matrix4x4", + "params": [ + { "name": "eye", "typeName": "UnityEngine.Camera.StereoscopicEye" } + ], + "isStatic": false, + "name": "GetStereoNonJitteredProjectionMatrix", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Matrix4x4", + "params": [ + { "name": "eye", "typeName": "UnityEngine.Camera.StereoscopicEye" } + ], + "isStatic": false, + "name": "GetStereoViewMatrix", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "eye", "typeName": "UnityEngine.Camera.StereoscopicEye" } + ], + "isStatic": false, + "name": "CopyStereoDeviceProjectionMatrixToNonJittered", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Matrix4x4", + "params": [ + { "name": "eye", "typeName": "UnityEngine.Camera.StereoscopicEye" } + ], + "isStatic": false, + "name": "GetStereoProjectionMatrix", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "eye", "typeName": "UnityEngine.Camera.StereoscopicEye" }, + { "name": "matrix", "typeName": "UnityEngine.Matrix4x4" } + ], + "isStatic": false, + "name": "SetStereoProjectionMatrix", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ResetStereoProjectionMatrices", + "comment": "Reset the camera to using the Unity computed projection matrices for all stereoscopic eyes.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "eye", "typeName": "UnityEngine.Camera.StereoscopicEye" }, + { "name": "matrix", "typeName": "UnityEngine.Matrix4x4" } + ], + "isStatic": false, + "name": "SetStereoViewMatrix", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ResetStereoViewMatrices", + "comment": "Reset the camera to using the Unity computed view matrices for all stereoscopic eyes.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "cameras", "typeName": "UnityEngine.Camera[]" }], + "isStatic": true, + "name": "GetAllCameras", + "comment": "Fills an array of Camera with the current cameras in the Scene, without allocating a new array.\n\n```plaintext\nParams: cameras - An array to be filled up with cameras currently in the Scene.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "cubemap", "typeName": "UnityEngine.Cubemap" }, + { "name": "faceMask", "typeName": "int" } + ], + "isStatic": false, + "name": "RenderToCubemap", + "comment": "False if rendering fails, else true.\n\n```plaintext\nParams: cubemap - The cube map to render to.\n faceMask - A bitmask which determines which of the six faces are rendered to.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "cubemap", "typeName": "UnityEngine.Cubemap" }], + "isStatic": false, + "name": "RenderToCubemap", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "cubemap", "typeName": "UnityEngine.RenderTexture" }, + { "name": "faceMask", "typeName": "int" } + ], + "isStatic": false, + "name": "RenderToCubemap", + "comment": "False if rendering fails, else true.\n\n```plaintext\nParams: faceMask - A bitfield indicating which cubemap faces should be rendered into.\n cubemap - The texture to render to.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "cubemap", "typeName": "UnityEngine.RenderTexture" } + ], + "isStatic": false, + "name": "RenderToCubemap", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "cubemap", "typeName": "UnityEngine.RenderTexture" }, + { "name": "faceMask", "typeName": "int" }, + { + "name": "stereoEye", + "typeName": "UnityEngine.Camera.MonoOrStereoscopicEye" + } + ], + "isStatic": false, + "name": "RenderToCubemap", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Render", + "comment": "Render the camera manually.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "shader", "typeName": "UnityEngine.Shader" }, + { "name": "replacementTag", "typeName": "string" } + ], + "isStatic": false, + "name": "RenderWithShader", + "comment": "Render the camera with shader replacement.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "RenderDontRestore", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "renderRequests", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "SubmitRenderRequests", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "cur", "typeName": "UnityEngine.Camera" }], + "isStatic": true, + "name": "SetupCurrent", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "other", "typeName": "UnityEngine.Camera" }], + "isStatic": false, + "name": "CopyFrom", + "comment": "Makes this camera's settings match other camera.\n\n```plaintext\nParams: other - Copy camera settings to the other camera.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "evt", "typeName": "UnityEngine.Rendering.CameraEvent" } + ], + "isStatic": false, + "name": "RemoveCommandBuffers", + "comment": "Remove command buffers from execution at a specified place.\n\n```plaintext\nParams: evt - When to execute the command buffer during rendering.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "RemoveAllCommandBuffers", + "comment": "Remove all command buffers set on this camera.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "evt", "typeName": "UnityEngine.Rendering.CameraEvent" }, + { + "name": "buffer", + "typeName": "UnityEngine.Rendering.CommandBuffer" + } + ], + "isStatic": false, + "name": "AddCommandBuffer", + "comment": "Add a command buffer to be executed at a specified place.\n\n```plaintext\nParams: evt - When to execute the command buffer during rendering.\n buffer - The buffer to execute.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "evt", "typeName": "UnityEngine.Rendering.CameraEvent" }, + { + "name": "buffer", + "typeName": "UnityEngine.Rendering.CommandBuffer" + }, + { + "name": "queueType", + "typeName": "UnityEngine.Rendering.ComputeQueueType" + } + ], + "isStatic": false, + "name": "AddCommandBufferAsync", + "comment": "Adds a command buffer to the GPU's async compute queues and executes that command buffer when graphics processing reaches a given point.\n\n```plaintext\nParams: evt - The point during the graphics processing at which this command buffer should commence on the GPU.\n buffer - The buffer to execute.\n queueType - The desired async compute queue type to execute the buffer on.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "evt", "typeName": "UnityEngine.Rendering.CameraEvent" }, + { + "name": "buffer", + "typeName": "UnityEngine.Rendering.CommandBuffer" + } + ], + "isStatic": false, + "name": "RemoveCommandBuffer", + "comment": "Remove command buffer from execution at a specified place.\n\n```plaintext\nParams: evt - When to execute the command buffer during rendering.\n buffer - The buffer to execute.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "evt", "typeName": "UnityEngine.Rendering.CameraEvent" } + ], + "isStatic": false, + "name": "GetCommandBuffers", + "comment": "Array of command buffers.\n\n```plaintext\nParams: evt - When to execute the command buffer during rendering.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "cullingParameters", + "typeName": "UnityEngine.Rendering.ScriptableCullingParameters" + } + ], + "isStatic": false, + "name": "TryGetCullingParameters", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "stereoAware", "typeName": "bool" }, + { + "name": "cullingParameters", + "typeName": "UnityEngine.Rendering.ScriptableCullingParameters" + } + ], + "isStatic": false, + "name": "TryGetCullingParameters", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Single", + "params": [], + "isStatic": false, + "name": "GetScreenWidth", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Single", + "params": [], + "isStatic": false, + "name": "GetScreenHeight", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "DoClear", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ResetFieldOfView", + "comment": "Reset to the default field of view.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "leftMatrix", "typeName": "UnityEngine.Matrix4x4" }, + { "name": "rightMatrix", "typeName": "UnityEngine.Matrix4x4" } + ], + "isStatic": false, + "name": "SetStereoViewMatrices", + "comment": "Set custom view matrices for both eyes.\n\n```plaintext\nParams: leftMatrix - View matrix for the stereo left eye.\n rightMatrix - View matrix for the stereo right eye.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "leftMatrix", "typeName": "UnityEngine.Matrix4x4" }, + { "name": "rightMatrix", "typeName": "UnityEngine.Matrix4x4" } + ], + "isStatic": false, + "name": "SetStereoProjectionMatrices", + "comment": "Sets custom projection matrices for both the left and right stereoscopic eyes.\n\n```plaintext\nParams: leftMatrix - Projection matrix for the stereoscopic left eye.\n rightMatrix - Projection matrix for the stereoscopic right eye.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetStereoViewMatrices", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetStereoProjectionMatrices", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "Camera", + "comment": "A Camera is a device through which the player views the world.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Audio", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "PlayableBinding", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "key", "typeName": "UnityEngine.Object" } + ], + "isStatic": true, + "name": "Create", + "comment": "Returns a PlayableBinding that contains information that is used to create an AudioPlayableOutput.\n\n```plaintext\nParams: key - A reference to a UnityEngine.Object that acts as a key for this binding.\n name - The name of the AudioPlayableOutput.\n \n```\n\n", + "location": "UnityEngine.AudioModule.dll" + } + ], + "name": "AudioPlayableBinding", + "comment": "A PlayableBinding that contains information representing an AudioPlayableOutput.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "namespace": "UnityEngine.Audio", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IPlayableOutput"], + "fields": [ + { + "typeName": "UnityEngine.Audio.AudioPlayableOutput", + "name": "Null", + "comment": "Returns an invalid AudioPlayableOutput.\n\n", + "location": "UnityEngine.AudioModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "AudioPlayableOutput", + "params": [ + { + "name": "graph", + "typeName": "UnityEngine.Playables.PlayableGraph" + }, + { "name": "name", "typeName": "string" }, + { "name": "target", "typeName": "UnityEngine.AudioSource" } + ], + "isStatic": true, + "name": "Create", + "comment": "A new AudioPlayableOutput attached to the PlayableGraph.\n\n```plaintext\nParams: graph - The PlayableGraph that will contain the AnimationPlayableOutput.\n name - The name of the output.\n target - The AudioSource that will play the AudioPlayableOutput source Playable.\n \n```\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "PlayableOutputHandle", + "params": [], + "isStatic": false, + "name": "GetHandle", + "comment": "", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "PlayableOutput", + "params": [ + { + "name": "output", + "typeName": "UnityEngine.Audio.AudioPlayableOutput" + } + ], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "AudioPlayableOutput", + "params": [ + { + "name": "output", + "typeName": "UnityEngine.Playables.PlayableOutput" + } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "AudioSource", + "params": [], + "isStatic": false, + "name": "GetTarget", + "comment": "", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "UnityEngine.AudioSource" } + ], + "isStatic": false, + "name": "SetTarget", + "comment": "", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "GetEvaluateOnSeek", + "comment": "Returns true if the output plays when seeking. Returns false otherwise.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "bool" }], + "isStatic": false, + "name": "SetEvaluateOnSeek", + "comment": "Controls whether the output should play when seeking.\n\n```plaintext\nParams: value - Set to true to play the output when seeking. Set to false to disable audio scrubbing on this output. Default is true.\n \n```\n\n", + "location": "UnityEngine.AudioModule.dll" + } + ], + "name": "AudioPlayableOutput", + "comment": "A IPlayableOutput implementation that will be used to play audio.\n\n", + "location": "UnityEngine.AudioModule.dll" + }, + { + "namespace": "UnityEngine.Timeline", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Timeline.ClipCaps", + "name": "None", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "UnityEngine.Timeline.ClipCaps", + "name": "Looping", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "UnityEngine.Timeline.ClipCaps", + "name": "Extrapolation", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "UnityEngine.Timeline.ClipCaps", + "name": "ClipIn", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "UnityEngine.Timeline.ClipCaps", + "name": "SpeedMultiplier", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "UnityEngine.Timeline.ClipCaps", + "name": "Blending", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "UnityEngine.Timeline.ClipCaps", + "name": "AutoScale", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "UnityEngine.Timeline.ClipCaps", + "name": "All", + "comment": "", + "location": "Unity.Timeline.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Timeline.ClipCaps", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Timeline.dll" + } + ], + "name": "ClipCaps", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "namespace": "UnityEngine.Playables", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Playables.PlayableTraversalMode", + "name": "Mix", + "comment": "Causes the Playable to prepare and process it's inputs when demanded by an output.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Playables.PlayableTraversalMode", + "name": "Passthrough", + "comment": "Causes the Playable to act as a passthrough for PrepareFrame and ProcessFrame. If the PlayableOutput being processed is connected to the n-th input port of the Playable, the Playable only propagates the n-th output port. Use this enum value in conjunction with PlayableOutput SetSourceOutputPort.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Playables.PlayableTraversalMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "PlayableTraversalMode", + "comment": "Traversal mode for Playables.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Playables", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "IsNull", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "IsValid", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Destroy", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "PlayableGraph", + "params": [], + "isStatic": false, + "name": "GetGraph", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "UnityEngine.Playables.PlayState" } + ], + "isStatic": false, + "name": "SetPlayState", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "PlayState", + "params": [], + "isStatic": false, + "name": "GetPlayState", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Play", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Pause", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "double" }], + "isStatic": false, + "name": "SetSpeed", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Double", + "params": [], + "isStatic": false, + "name": "GetSpeed", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "double" }], + "isStatic": false, + "name": "SetDuration", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Double", + "params": [], + "isStatic": false, + "name": "GetDuration", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "double" }], + "isStatic": false, + "name": "SetTime", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Double", + "params": [], + "isStatic": false, + "name": "GetTime", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Double", + "params": [], + "isStatic": false, + "name": "GetPreviousTime", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "bool" }], + "isStatic": false, + "name": "SetDone", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "IsDone", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "bool" }], + "isStatic": false, + "name": "SetPropagateSetTime", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "GetPropagateSetTime", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "CanChangeInputs", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "CanSetWeights", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "CanDestroy", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "int" }], + "isStatic": false, + "name": "SetInputCount", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetInputCount", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "int" }], + "isStatic": false, + "name": "SetOutputCount", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetOutputCount", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Playable", + "params": [{ "name": "inputPort", "typeName": "int" }], + "isStatic": false, + "name": "GetInput", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Playable", + "params": [{ "name": "outputPort", "typeName": "int" }], + "isStatic": false, + "name": "GetOutput", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "inputIndex", "typeName": "int" }, + { "name": "weight", "typeName": "float" } + ], + "isStatic": false, + "name": "SetInputWeight", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "input", "typeName": "V" }, + { "name": "weight", "typeName": "float" } + ], + "isStatic": false, + "name": "SetInputWeight", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "inputIndex", "typeName": "int" }], + "isStatic": false, + "name": "GetInputWeight", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "inputIndex", "typeName": "int" }, + { "name": "sourcePlayable", "typeName": "V" }, + { "name": "sourceOutputIndex", "typeName": "int" } + ], + "isStatic": false, + "name": "ConnectInput", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "inputIndex", "typeName": "int" }, + { "name": "sourcePlayable", "typeName": "V" }, + { "name": "sourceOutputIndex", "typeName": "int" }, + { "name": "weight", "typeName": "float" } + ], + "isStatic": false, + "name": "ConnectInput", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "inputPort", "typeName": "int" }], + "isStatic": false, + "name": "DisconnectInput", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "sourcePlayable", "typeName": "V" }, + { "name": "sourceOutputIndex", "typeName": "int" }, + { "name": "weight", "typeName": "float" } + ], + "isStatic": false, + "name": "AddInput", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "delay", "typeName": "double" }], + "isStatic": false, + "name": "SetDelay", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Double", + "params": [], + "isStatic": false, + "name": "GetDelay", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "IsDelayed", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "float" }], + "isStatic": false, + "name": "SetLeadTime", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Single", + "params": [], + "isStatic": false, + "name": "GetLeadTime", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "PlayableTraversalMode", + "params": [], + "isStatic": false, + "name": "GetTraversalMode", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "mode", + "typeName": "UnityEngine.Playables.PlayableTraversalMode" + } + ], + "isStatic": false, + "name": "SetTraversalMode", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "PlayableExtensions", + "comment": "Extensions for all the types that implements IPlayable.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Timeline", + "baseClass": "UnityEngine.Playables.PlayableAsset", + "attribute": "", + "interfaces": [ + "IPlayableAsset", + "IPropertyPreview", + "ITimelineClipAsset" + ], + "fields": [ + { + "typeName": "UnityEngine.ExposedReference", + "name": "sourceGameObject", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "UnityEngine.GameObject", + "name": "prefabGameObject", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "bool", + "name": "updateParticle", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "uint", + "name": "particleRandomSeed", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "bool", + "name": "updateDirector", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "bool", + "name": "updateITimeControl", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "bool", + "name": "searchHierarchy", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "bool", + "name": "active", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "UnityEngine.Timeline.ActivationControlPlayable.PostPlaybackState", + "name": "postPlayback", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "double", + "name": "duration", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "UnityEngine.Timeline.ClipCaps", + "name": "clipCaps", + "comment": "", + "location": "Unity.Timeline.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "OnEnable", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "returnTypeName": "Playable", + "params": [ + { + "name": "graph", + "typeName": "UnityEngine.Playables.PlayableGraph" + }, + { "name": "go", "typeName": "UnityEngine.GameObject" } + ], + "isStatic": false, + "name": "CreatePlayable", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "director", + "typeName": "UnityEngine.Playables.PlayableDirector" + }, + { + "name": "driver", + "typeName": "UnityEngine.Timeline.IPropertyCollector" + } + ], + "isStatic": false, + "name": "GatherProperties", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Timeline.dll" + } + ], + "name": "ControlPlayableAsset", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "namespace": "UnityEngine.Playables", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Playables.DirectorUpdateMode", + "name": "DSPClock", + "comment": "Update is based on DSP (Digital Sound Processing) clock. Use this for graphs that need to be synchronized with Audio.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Playables.DirectorUpdateMode", + "name": "GameTime", + "comment": "Update is based on Time.time. Use this for graphs that need to be synchronized on gameplay, and that need to be paused when the game is paused.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Playables.DirectorUpdateMode", + "name": "UnscaledGameTime", + "comment": "Update is based on Time.unscaledTime. Use this for graphs that need to be updated even when gameplay is paused. Example: Menus transitions need to be updated even when the game is paused.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Playables.DirectorUpdateMode", + "name": "Manual", + "comment": "Update mode is manual. You need to manually call PlayableGraph.Evaluate with your own deltaTime. This can be useful for graphs that are completely disconnected from the rest of the game. For example, localized bullet time.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Playables.DirectorUpdateMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "DirectorUpdateMode", + "comment": "Defines what time source is used to update a Director graph.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Playables", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Playable", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "GetRootPlayable", + "comment": "Returns the Playable with no output connections at the given index.\n\n```plaintext\nParams: index - The index of the root Playable.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "source", "typeName": "U" }, + { "name": "sourceOutputPort", "typeName": "int" }, + { "name": "destination", "typeName": "V" }, + { "name": "destinationInputPort", "typeName": "int" } + ], + "isStatic": false, + "name": "Connect", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "input", "typeName": "U" }, + { "name": "inputPort", "typeName": "int" } + ], + "isStatic": false, + "name": "Disconnect", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "playable", "typeName": "U" }], + "isStatic": false, + "name": "DestroyPlayable", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "playable", "typeName": "U" }], + "isStatic": false, + "name": "DestroySubgraph", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "output", "typeName": "U" }], + "isStatic": false, + "name": "DestroyOutput", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetOutputCountByType", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "PlayableOutput", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "GetOutput", + "comment": "The PlayableOutput at this given index, otherwise null.\n\n```plaintext\nParams: index - The output index.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "PlayableOutput", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "GetOutputByType", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Evaluate", + "comment": "Evaluates all the PlayableOutputs in the graph, and updates all the connected Playables in the graph.\n\n```plaintext\nParams: deltaTime - The time in seconds by which to advance each Playable in the graph.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "PlayableGraph", + "params": [], + "isStatic": true, + "name": "Create", + "comment": "The newly created PlayableGraph.\n\n```plaintext\nParams: name - The name of the graph.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "PlayableGraph", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": true, + "name": "Create", + "comment": "The newly created PlayableGraph.\n\n```plaintext\nParams: name - The name of the graph.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Destroy", + "comment": "Destroys the graph.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "IsValid", + "comment": "A boolean indicating if the graph is invalid or not.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "IsPlaying", + "comment": "A boolean indicating if the graph is playing or not.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "IsDone", + "comment": "A boolean indicating if the graph is done playing or not.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Play", + "comment": "Plays the graph.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Stop", + "comment": "Stops the graph, if it is playing.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "deltaTime", "typeName": "float" }], + "isStatic": false, + "name": "Evaluate", + "comment": "Evaluates all the PlayableOutputs in the graph, and updates all the connected Playables in the graph.\n\n```plaintext\nParams: deltaTime - The time in seconds by which to advance each Playable in the graph.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "DirectorUpdateMode", + "params": [], + "isStatic": false, + "name": "GetTimeUpdateMode", + "comment": "Returns how time is incremented when playing back.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "UnityEngine.Playables.DirectorUpdateMode" + } + ], + "isStatic": false, + "name": "SetTimeUpdateMode", + "comment": "Changes how time is incremented when playing back.\n\n```plaintext\nParams: value - The new DirectorUpdateMode.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "IExposedPropertyTable", + "params": [], + "isStatic": false, + "name": "GetResolver", + "comment": "Returns the table used by the graph to resolve ExposedReferences.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "UnityEngine.IExposedPropertyTable" } + ], + "isStatic": false, + "name": "SetResolver", + "comment": "Changes the table used by the graph to resolve ExposedReferences.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetPlayableCount", + "comment": "Returns the number of Playable owned by the Graph.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetRootPlayableCount", + "comment": "Returns the number of Playable owned by the Graph that have no connected outputs.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetOutputCount", + "comment": "The number of PlayableOutput in the graph.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "GetEditorName", + "comment": "Returns the name of the PlayableGraph.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "PlayableGraph", + "comment": "Use the PlayableGraph to manage Playable creations and destructions.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Playables", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Playables.PlayState", + "name": "Paused", + "comment": "The Playable has been paused. Its local time will not advance.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Playables.PlayState", + "name": "Playing", + "comment": "The Playable is currently Playing.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Playables.PlayState", + "name": "Delayed", + "comment": "The Playable has been delayed, using PlayableExtensions.SetDelay. It will not start until the delay is entirely consumed.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Playables.PlayState", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "PlayState", + "comment": "Status of a Playable.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Playables", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IEquatable"], + "fields": [ + { + "typeName": "UnityEngine.Playables.PlayableHandle", + "name": "Null", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "x", "typeName": "UnityEngine.Playables.PlayableHandle" }, + { "name": "y", "typeName": "UnityEngine.Playables.PlayableHandle" } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "x", "typeName": "UnityEngine.Playables.PlayableHandle" }, + { "name": "y", "typeName": "UnityEngine.Playables.PlayableHandle" } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "p", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "other", + "typeName": "UnityEngine.Playables.PlayableHandle" + } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "PlayableHandle", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.SphereCollider", + "name": "first", + "comment": "The first SphereCollider of a ClothSphereColliderPair.\n\n", + "location": "UnityEngine.ClothModule.dll" + }, + { + "typeName": "UnityEngine.SphereCollider", + "name": "second", + "comment": "The second SphereCollider of a ClothSphereColliderPair.\n\n", + "location": "UnityEngine.ClothModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.ClothModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "a", "typeName": "UnityEngine.SphereCollider" }], + "isStatic": false, + "name": ".ctor", + "comment": "Creates a ClothSphereColliderPair. If only one SphereCollider is given, the ClothSphereColliderPair will define a simple sphere. If two SphereColliders are given, the ClothSphereColliderPair defines a conic capsule shape, composed of the two spheres and the cone connecting the two.\n\n```plaintext\nParams: a - The first SphereCollider of a ClothSphereColliderPair.\n b - The second SphereCollider of a ClothSphereColliderPair.\n \n```\n\n", + "location": "UnityEngine.ClothModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "a", "typeName": "UnityEngine.SphereCollider" }, + { "name": "b", "typeName": "UnityEngine.SphereCollider" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Creates a ClothSphereColliderPair. If only one SphereCollider is given, the ClothSphereColliderPair will define a simple sphere. If two SphereColliders are given, the ClothSphereColliderPair defines a conic capsule shape, composed of the two spheres and the cone connecting the two.\n\n```plaintext\nParams: a - The first SphereCollider of a ClothSphereColliderPair.\n b - The second SphereCollider of a ClothSphereColliderPair.\n \n```\n\n", + "location": "UnityEngine.ClothModule.dll" + } + ], + "name": "ClothSphereColliderPair", + "comment": "A pair of SphereColliders used to define shapes for Cloth objects to collide against.\n\n", + "location": "UnityEngine.ClothModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "float", + "name": "maxDistance", + "comment": "Distance a vertex is allowed to travel from the skinned mesh vertex position.\n\n", + "location": "UnityEngine.ClothModule.dll" + }, + { + "typeName": "float", + "name": "collisionSphereDistance", + "comment": "Definition of a sphere a vertex is not allowed to enter. This allows collision against the animated cloth.\n\n", + "location": "UnityEngine.ClothModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.ClothModule.dll" + } + ], + "name": "ClothSkinningCoefficient", + "comment": "The ClothSkinningCoefficient struct is used to set up how a Cloth component is allowed to move with respect to the SkinnedMeshRenderer it is attached to.\n\n", + "location": "UnityEngine.ClothModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.Component", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Vector3[]", + "name": "vertices", + "comment": "The current vertex positions of the cloth object.\n\n", + "location": "UnityEngine.ClothModule.dll" + }, + { + "typeName": "UnityEngine.Vector3[]", + "name": "normals", + "comment": "The current normals of the cloth object.\n\n", + "location": "UnityEngine.ClothModule.dll" + }, + { + "typeName": "UnityEngine.ClothSkinningCoefficient[]", + "name": "coefficients", + "comment": "The cloth skinning coefficients used to set up how the cloth interacts with the skinned mesh.\n\n", + "location": "UnityEngine.ClothModule.dll" + }, + { + "typeName": "UnityEngine.CapsuleCollider[]", + "name": "capsuleColliders", + "comment": "An array of CapsuleColliders which this Cloth instance should collide with.\n\n", + "location": "UnityEngine.ClothModule.dll" + }, + { + "typeName": "UnityEngine.ClothSphereColliderPair[]", + "name": "sphereColliders", + "comment": "An array of ClothSphereColliderPairs which this Cloth instance should collide with.\n\n", + "location": "UnityEngine.ClothModule.dll" + }, + { + "typeName": "float", + "name": "sleepThreshold", + "comment": "Cloth's sleep threshold.\n\n", + "location": "UnityEngine.ClothModule.dll" + }, + { + "typeName": "float", + "name": "bendingStiffness", + "comment": "Bending stiffness of the cloth.\n\n", + "location": "UnityEngine.ClothModule.dll" + }, + { + "typeName": "float", + "name": "stretchingStiffness", + "comment": "Stretching stiffness of the cloth.\n\n", + "location": "UnityEngine.ClothModule.dll" + }, + { + "typeName": "float", + "name": "damping", + "comment": "Damp cloth motion.\n\n", + "location": "UnityEngine.ClothModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "externalAcceleration", + "comment": "A constant, external acceleration applied to the cloth.\n\n", + "location": "UnityEngine.ClothModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "randomAcceleration", + "comment": "A random, external acceleration applied to the cloth.\n\n", + "location": "UnityEngine.ClothModule.dll" + }, + { + "typeName": "bool", + "name": "useGravity", + "comment": "Should gravity affect the cloth simulation?\n\n", + "location": "UnityEngine.ClothModule.dll" + }, + { + "typeName": "bool", + "name": "enabled", + "comment": "Is this cloth enabled?\n\n", + "location": "UnityEngine.ClothModule.dll" + }, + { + "typeName": "float", + "name": "friction", + "comment": "The friction of the cloth when colliding with the character.\n\n", + "location": "UnityEngine.ClothModule.dll" + }, + { + "typeName": "float", + "name": "collisionMassScale", + "comment": "How much to increase mass of colliding particles.\n\n", + "location": "UnityEngine.ClothModule.dll" + }, + { + "typeName": "bool", + "name": "enableContinuousCollision", + "comment": "Enable continuous collision to improve collision stability.\n\n", + "location": "UnityEngine.ClothModule.dll" + }, + { + "typeName": "float", + "name": "useVirtualParticles", + "comment": "Add one virtual particle per triangle to improve collision stability.\n\n", + "location": "UnityEngine.ClothModule.dll" + }, + { + "typeName": "float", + "name": "worldVelocityScale", + "comment": "How much world-space movement of the character will affect cloth vertices.\n\n", + "location": "UnityEngine.ClothModule.dll" + }, + { + "typeName": "float", + "name": "worldAccelerationScale", + "comment": "How much world-space acceleration of the character will affect cloth vertices.\n\n", + "location": "UnityEngine.ClothModule.dll" + }, + { + "typeName": "float", + "name": "clothSolverFrequency", + "comment": "Number of cloth solver iterations per second.\n\n", + "location": "UnityEngine.ClothModule.dll" + }, + { + "typeName": "bool", + "name": "solverFrequency", + "comment": "", + "location": "UnityEngine.ClothModule.dll" + }, + { + "typeName": "bool", + "name": "useTethers", + "comment": "Use Tether Anchors.\n\n", + "location": "UnityEngine.ClothModule.dll" + }, + { + "typeName": "float", + "name": "stiffnessFrequency", + "comment": "Sets the stiffness frequency parameter.\n\n", + "location": "UnityEngine.ClothModule.dll" + }, + { + "typeName": "float", + "name": "selfCollisionDistance", + "comment": "Minimum distance at which two cloth particles repel each other (default: 0.0).\n\n", + "location": "UnityEngine.ClothModule.dll" + }, + { + "typeName": "float", + "name": "selfCollisionStiffness", + "comment": "Self-collision stiffness defines how strong the separating impulse should be for colliding particles.\n\n", + "location": "UnityEngine.ClothModule.dll" + }, + { + "typeName": "float", + "name": "useContinuousCollision", + "comment": "", + "location": "UnityEngine.ClothModule.dll" + }, + { + "typeName": "bool", + "name": "selfCollision", + "comment": "", + "location": "UnityEngine.ClothModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ClearTransformMotion", + "comment": "Clear the pending transform changes from affecting the cloth simulation.\n\n", + "location": "UnityEngine.ClothModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "indices", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "GetSelfAndInterCollisionIndices", + "comment": "", + "location": "UnityEngine.ClothModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "indices", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "SetSelfAndInterCollisionIndices", + "comment": "", + "location": "UnityEngine.ClothModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "indicesOutList", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "GetVirtualParticleIndices", + "comment": "", + "location": "UnityEngine.ClothModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "indicesIn", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "SetVirtualParticleIndices", + "comment": "", + "location": "UnityEngine.ClothModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "weightsOutList", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "GetVirtualParticleWeights", + "comment": "", + "location": "UnityEngine.ClothModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "weights", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "SetVirtualParticleWeights", + "comment": "", + "location": "UnityEngine.ClothModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "enabled", "typeName": "bool" }, + { "name": "interpolationTime", "typeName": "float" } + ], + "isStatic": false, + "name": "SetEnabledFading", + "comment": "Fade the cloth simulation in or out.\n\n```plaintext\nParams: enabled - Fading enabled or not.\n \n```\n\n", + "location": "UnityEngine.ClothModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "enabled", "typeName": "bool" }], + "isStatic": false, + "name": "SetEnabledFading", + "comment": "", + "location": "UnityEngine.ClothModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.ClothModule.dll" + } + ], + "name": "Cloth", + "comment": "The Cloth class provides an interface to cloth simulation physics.\n\n", + "location": "UnityEngine.ClothModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.ClusterInputType", + "name": "Button", + "comment": "Device that return a binary result of pressed or not pressed.\n\n", + "location": "UnityEngine.ClusterInputModule.dll" + }, + { + "typeName": "UnityEngine.ClusterInputType", + "name": "Axis", + "comment": "Device is an analog axis that provides continuous value represented by a float.\n\n", + "location": "UnityEngine.ClusterInputModule.dll" + }, + { + "typeName": "UnityEngine.ClusterInputType", + "name": "Tracker", + "comment": "Device that provide position and orientation values.\n\n", + "location": "UnityEngine.ClusterInputModule.dll" + }, + { + "typeName": "UnityEngine.ClusterInputType", + "name": "CustomProvidedInput", + "comment": "A user customized input.\n\n", + "location": "UnityEngine.ClusterInputModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.ClusterInputType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.ClusterInputModule.dll" + } + ], + "name": "ClusterInputType", + "comment": "Values to determine the type of input value to be expect from one entry of ClusterInput.\n\n", + "location": "UnityEngine.ClusterInputModule.dll" + }, + { + "namespace": "UnityEngine.Playables", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IPlayableOutput", "IEquatable"], + "fields": [ + { + "typeName": "UnityEngine.Playables.PlayableOutput", + "name": "Null", + "comment": "Returns an invalid PlayableOutput.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "PlayableOutputHandle", + "params": [], + "isStatic": false, + "name": "GetHandle", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "IsPlayableOutputOfType", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Type", + "params": [], + "isStatic": false, + "name": "GetPlayableOutputType", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "other", + "typeName": "UnityEngine.Playables.PlayableOutput" + } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "PlayableOutput", + "comment": "See: Playables.IPlayableOutput.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Playables", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "IsOutputNull", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "IsOutputValid", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Object", + "params": [], + "isStatic": false, + "name": "GetReferenceObject", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "UnityEngine.Object" }], + "isStatic": false, + "name": "SetReferenceObject", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Object", + "params": [], + "isStatic": false, + "name": "GetUserData", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "UnityEngine.Object" }], + "isStatic": false, + "name": "SetUserData", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Playable", + "params": [], + "isStatic": false, + "name": "GetSourcePlayable", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "V" }], + "isStatic": false, + "name": "SetSourcePlayable", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "V" }, + { "name": "port", "typeName": "int" } + ], + "isStatic": false, + "name": "SetSourcePlayable", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetSourceOutputPort", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Single", + "params": [], + "isStatic": false, + "name": "GetWeight", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "float" }], + "isStatic": false, + "name": "SetWeight", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Playables.Playable" }, + { + "name": "notification", + "typeName": "UnityEngine.Playables.INotification" + }, + { "name": "context", "typeName": "object" } + ], + "isStatic": false, + "name": "PushNotification", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetNotificationReceivers", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "receiver", + "typeName": "UnityEngine.Playables.INotificationReceiver" + } + ], + "isStatic": false, + "name": "AddNotificationReceiver", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "receiver", + "typeName": "UnityEngine.Playables.INotificationReceiver" + } + ], + "isStatic": false, + "name": "RemoveNotificationReceiver", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetSourceInputPort", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "int" }], + "isStatic": false, + "name": "SetSourceInputPort", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "int" }], + "isStatic": false, + "name": "SetSourceOutputPort", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "PlayableOutputExtensions", + "comment": "Extensions for all the types that implements IPlayableOutput.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Playables", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IEquatable"], + "fields": [ + { + "typeName": "UnityEngine.Playables.PlayableOutputHandle", + "name": "Null", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "lhs", + "typeName": "UnityEngine.Playables.PlayableOutputHandle" + }, + { + "name": "rhs", + "typeName": "UnityEngine.Playables.PlayableOutputHandle" + } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "lhs", + "typeName": "UnityEngine.Playables.PlayableOutputHandle" + }, + { + "name": "rhs", + "typeName": "UnityEngine.Playables.PlayableOutputHandle" + } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "p", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "other", + "typeName": "UnityEngine.Playables.PlayableOutputHandle" + } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "PlayableOutputHandle", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Playables", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IPlayable", "IEquatable"], + "fields": [ + { + "typeName": "UnityEngine.Playables.ScriptPlayable", + "name": "Null", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "ScriptPlayable", + "params": [ + { + "name": "graph", + "typeName": "UnityEngine.Playables.PlayableGraph" + }, + { "name": "inputCount", "typeName": "int" } + ], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "ScriptPlayable", + "params": [ + { + "name": "graph", + "typeName": "UnityEngine.Playables.PlayableGraph" + }, + { "name": "template", "typeName": "T" }, + { "name": "inputCount", "typeName": "int" } + ], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "PlayableHandle", + "params": [], + "isStatic": false, + "name": "GetHandle", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "T", + "params": [], + "isStatic": false, + "name": "GetBehaviour", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Playable", + "params": [ + { + "name": "playable", + "typeName": "UnityEngine.Playables.ScriptPlayable" + } + ], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "ScriptPlayable", + "params": [ + { "name": "playable", "typeName": "UnityEngine.Playables.Playable" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "other", + "typeName": "UnityEngine.Playables.ScriptPlayable" + } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "ScriptPlayable", + "comment": "A IPlayable implementation that contains a PlayableBehaviour for the PlayableGraph. PlayableBehaviour can be used to write custom Playable that implement their own PrepareFrame callback.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Playables", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "PlayableBinding", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "key", "typeName": "UnityEngine.Object" }, + { "name": "type", "typeName": "System.Type" } + ], + "isStatic": true, + "name": "Create", + "comment": "Returns a PlayableBinding that contains information that is used to create a ScriptPlayableOutput.\n\n```plaintext\nParams: key - A reference to a UnityEngine.Object that acts as a key for this binding.\n type - The type of object that will be bound to the ScriptPlayableOutput.\n name - The name of the ScriptPlayableOutput.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "ScriptPlayableBinding", + "comment": "A PlayableBinding that contains information representing a ScriptingPlayableOutput.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Playables", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IPlayableOutput"], + "fields": [ + { + "typeName": "UnityEngine.Playables.ScriptPlayableOutput", + "name": "Null", + "comment": "Returns an invalid ScriptPlayableOutput.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "ScriptPlayableOutput", + "params": [ + { + "name": "graph", + "typeName": "UnityEngine.Playables.PlayableGraph" + }, + { "name": "name", "typeName": "string" } + ], + "isStatic": true, + "name": "Create", + "comment": "The created ScriptPlayableOutput.\n\n```plaintext\nParams: graph - The PlayableGraph that will contain the ScriptPlayableOutput.\n name - The name of this ScriptPlayableOutput.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "PlayableOutputHandle", + "params": [], + "isStatic": false, + "name": "GetHandle", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "PlayableOutput", + "params": [ + { + "name": "output", + "typeName": "UnityEngine.Playables.ScriptPlayableOutput" + } + ], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "ScriptPlayableOutput", + "params": [ + { + "name": "output", + "typeName": "UnityEngine.Playables.PlayableOutput" + } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "ScriptPlayableOutput", + "comment": "A IPlayableOutput implementation that contains a script output for the a PlayableGraph.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Playables", + "baseClass": "UnityEngine.Behaviour", + "attribute": "", + "interfaces": ["IExposedPropertyTable"], + "fields": [ + { + "typeName": "UnityEngine.Playables.PlayState", + "name": "state", + "comment": "The current playing state of the component. (Read Only)\n\n", + "location": "UnityEngine.DirectorModule.dll" + }, + { + "typeName": "UnityEngine.Playables.DirectorWrapMode", + "name": "extrapolationMode", + "comment": "Controls how the time is incremented when it goes beyond the duration of the playable.\n\n", + "location": "UnityEngine.DirectorModule.dll" + }, + { + "typeName": "UnityEngine.Playables.PlayableAsset", + "name": "playableAsset", + "comment": "The PlayableAsset that is used to instantiate a playable for playback.\n\n", + "location": "UnityEngine.DirectorModule.dll" + }, + { + "typeName": "UnityEngine.Playables.PlayableGraph", + "name": "playableGraph", + "comment": "The PlayableGraph created by the PlayableDirector.\n\n", + "location": "UnityEngine.DirectorModule.dll" + }, + { + "typeName": "bool", + "name": "playOnAwake", + "comment": "Whether the playable asset will start playing back as soon as the component awakes.\n\n", + "location": "UnityEngine.DirectorModule.dll" + }, + { + "typeName": "UnityEngine.Playables.DirectorUpdateMode", + "name": "timeUpdateMode", + "comment": "Controls how time is incremented when playing back.\n\n", + "location": "UnityEngine.DirectorModule.dll" + }, + { + "typeName": "double", + "name": "time", + "comment": "The component's current time. This value is incremented according to the PlayableDirector.timeUpdateMode when it is playing. You can also change this value manually.\n\n", + "location": "UnityEngine.DirectorModule.dll" + }, + { + "typeName": "double", + "name": "initialTime", + "comment": "The time at which the Playable should start when first played.\n\n", + "location": "UnityEngine.DirectorModule.dll" + }, + { + "typeName": "double", + "name": "duration", + "comment": "The duration of the Playable in seconds.\n\n", + "location": "UnityEngine.DirectorModule.dll" + }, + { + "typeName": "System.Action", + "name": "played", + "comment": "", + "location": "UnityEngine.DirectorModule.dll" + }, + { + "typeName": "System.Action", + "name": "paused", + "comment": "", + "location": "UnityEngine.DirectorModule.dll" + }, + { + "typeName": "System.Action", + "name": "stopped", + "comment": "", + "location": "UnityEngine.DirectorModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "DeferredEvaluate", + "comment": "Tells the PlayableDirector to evaluate it's PlayableGraph on the next update.\n\n", + "location": "UnityEngine.DirectorModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "asset", + "typeName": "UnityEngine.Playables.PlayableAsset" + } + ], + "isStatic": false, + "name": "Play", + "comment": "Instatiates a Playable using the provided PlayableAsset and starts playback.\n\n```plaintext\nParams: asset - An asset to instantiate a playable from.\n mode - What to do when the time passes the duration of the playable.\n \n```\n\n", + "location": "UnityEngine.DirectorModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "asset", + "typeName": "UnityEngine.Playables.PlayableAsset" + }, + { + "name": "mode", + "typeName": "UnityEngine.Playables.DirectorWrapMode" + } + ], + "isStatic": false, + "name": "Play", + "comment": "Instatiates a Playable using the provided PlayableAsset and starts playback.\n\n```plaintext\nParams: asset - An asset to instantiate a playable from.\n mode - What to do when the time passes the duration of the playable.\n \n```\n\n", + "location": "UnityEngine.DirectorModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "key", "typeName": "UnityEngine.Object" }, + { "name": "value", "typeName": "UnityEngine.Object" } + ], + "isStatic": false, + "name": "SetGenericBinding", + "comment": "Sets the binding of a reference object from a PlayableBinding.\n\n```plaintext\nParams: key - The source object in the PlayableBinding.\n value - The object to bind to the key.\n \n```\n\n", + "location": "UnityEngine.DirectorModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Evaluate", + "comment": "Evaluates the currently playing Playable at the current time.\n\n", + "location": "UnityEngine.DirectorModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Play", + "comment": "Instatiates a Playable using the provided PlayableAsset and starts playback.\n\n```plaintext\nParams: asset - An asset to instantiate a playable from.\n mode - What to do when the time passes the duration of the playable.\n \n```\n\n", + "location": "UnityEngine.DirectorModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Stop", + "comment": "Stops playback of the current Playable and destroys the corresponding graph.\n\n", + "location": "UnityEngine.DirectorModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Pause", + "comment": "Pauses playback of the currently running playable.\n\n", + "location": "UnityEngine.DirectorModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Resume", + "comment": "Resume playing a paused playable.\n\n", + "location": "UnityEngine.DirectorModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "RebuildGraph", + "comment": "Discards the existing PlayableGraph and creates a new instance.\n\n", + "location": "UnityEngine.DirectorModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "id", "typeName": "UnityEngine.PropertyName" }], + "isStatic": false, + "name": "ClearReferenceValue", + "comment": "Clears an exposed reference value.\n\n```plaintext\nParams: id - Identifier of the ExposedReference.\n \n```\n\n", + "location": "UnityEngine.DirectorModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "id", "typeName": "UnityEngine.PropertyName" }, + { "name": "value", "typeName": "UnityEngine.Object" } + ], + "isStatic": false, + "name": "SetReferenceValue", + "comment": "Sets an ExposedReference value.\n\n```plaintext\nParams: id - Identifier of the ExposedReference.\n value - The object to bind to set the reference value to.\n \n```\n\n", + "location": "UnityEngine.DirectorModule.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "id", "typeName": "UnityEngine.PropertyName" }, + { "name": "idValid", "typeName": "bool" } + ], + "isStatic": false, + "name": "GetReferenceValue", + "comment": "", + "location": "UnityEngine.DirectorModule.dll" + }, + { + "returnTypeName": "Object", + "params": [{ "name": "key", "typeName": "UnityEngine.Object" }], + "isStatic": false, + "name": "GetGenericBinding", + "comment": "Returns a binding to a reference object.\n\n```plaintext\nParams: key - The object that acts as a key.\n \n```\n\n", + "location": "UnityEngine.DirectorModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "key", "typeName": "UnityEngine.Object" }], + "isStatic": false, + "name": "ClearGenericBinding", + "comment": "Clears the binding of a reference object.\n\n```plaintext\nParams: key - The source object in the PlayableBinding.\n \n```\n\n", + "location": "UnityEngine.DirectorModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "RebindPlayableGraphOutputs", + "comment": "Rebinds each PlayableOutput of the PlayableGraph.\n\n", + "location": "UnityEngine.DirectorModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Action" + } + ], + "isStatic": false, + "name": "add_played", + "comment": "", + "location": "UnityEngine.DirectorModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Action" + } + ], + "isStatic": false, + "name": "remove_played", + "comment": "", + "location": "UnityEngine.DirectorModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Action" + } + ], + "isStatic": false, + "name": "add_paused", + "comment": "", + "location": "UnityEngine.DirectorModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Action" + } + ], + "isStatic": false, + "name": "remove_paused", + "comment": "", + "location": "UnityEngine.DirectorModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Action" + } + ], + "isStatic": false, + "name": "add_stopped", + "comment": "", + "location": "UnityEngine.DirectorModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Action" + } + ], + "isStatic": false, + "name": "remove_stopped", + "comment": "", + "location": "UnityEngine.DirectorModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.DirectorModule.dll" + } + ], + "name": "PlayableDirector", + "comment": "Instantiates a PlayableAsset and controls playback of Playable objects.\n\n", + "location": "UnityEngine.DirectorModule.dll" + }, + { + "namespace": "UnityEngine.Timeline", + "baseClass": "UnityEngine.Timeline.TrackAsset", + "attribute": "", + "interfaces": [ + "IPlayableAsset", + "ISerializationCallbackReceiver", + "IPropertyPreview", + "ICurvesOwner" + ], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "director", + "typeName": "UnityEngine.Playables.PlayableDirector" + }, + { + "name": "driver", + "typeName": "UnityEngine.Timeline.IPropertyCollector" + } + ], + "isStatic": false, + "name": "GatherProperties", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Timeline.dll" + } + ], + "name": "ControlTrack", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.DateTime", + "name": "time", + "comment": "Time, when the crash occured.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "string", + "name": "text", + "comment": "Crash report data as formatted text.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.CrashReport[]", + "name": "reports", + "comment": "Returns all currently available reports in a new array.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.CrashReport", + "name": "lastReport", + "comment": "Returns last crash report, or null if no reports are available.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "RemoveAll", + "comment": "Remove all reports from available reports list.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Remove", + "comment": "Remove report from available reports list.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "CrashReport", + "comment": "Holds data for a single application crash event and provides access to all gathered crash reports.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "int" }, + { "name": "text", "typeName": "string" } + ], + "isStatic": true, + "name": "WriteCustomEvent", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "EventProvider", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IEquatable", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Vector3", + "name": "center", + "comment": "The center of the bounding box.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "size", + "comment": "The total size of the box. This is always twice as large as the extents.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "extents", + "comment": "The extents of the Bounding Box. This is always half of the size of the Bounds.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "min", + "comment": "The minimal point of the box. This is always equal to center-extents.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "max", + "comment": "The maximal point of the box. This is always equal to center+extents.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "center", "typeName": "UnityEngine.Vector3" }, + { "name": "size", "typeName": "UnityEngine.Vector3" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Creates a new Bounds.\n\n```plaintext\nParams: center - The location of the origin of the Bounds.\n size - The dimensions of the Bounds.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "other", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "other", "typeName": "UnityEngine.Bounds" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "lhs", "typeName": "UnityEngine.Bounds" }, + { "name": "rhs", "typeName": "UnityEngine.Bounds" } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "lhs", "typeName": "UnityEngine.Bounds" }, + { "name": "rhs", "typeName": "UnityEngine.Bounds" } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "min", "typeName": "UnityEngine.Vector3" }, + { "name": "max", "typeName": "UnityEngine.Vector3" } + ], + "isStatic": false, + "name": "SetMinMax", + "comment": "Sets the bounds to the min and max value of the box.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "point", "typeName": "UnityEngine.Vector3" }], + "isStatic": false, + "name": "Encapsulate", + "comment": "Grows the Bounds to include the point.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "bounds", "typeName": "UnityEngine.Bounds" }], + "isStatic": false, + "name": "Encapsulate", + "comment": "Grow the bounds to encapsulate the bounds.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "amount", "typeName": "float" }], + "isStatic": false, + "name": "Expand", + "comment": "Expand the bounds by increasing its size by amount along each side.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "amount", "typeName": "UnityEngine.Vector3" }], + "isStatic": false, + "name": "Expand", + "comment": "Expand the bounds by increasing its size by amount along each side.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "bounds", "typeName": "UnityEngine.Bounds" }], + "isStatic": false, + "name": "Intersects", + "comment": "Does another bounding box intersect with this bounding box?\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "ray", "typeName": "UnityEngine.Ray" }], + "isStatic": false, + "name": "IntersectRay", + "comment": "Does ray intersect this bounding box?\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "ray", "typeName": "UnityEngine.Ray" }, + { "name": "distance", "typeName": "float" } + ], + "isStatic": false, + "name": "IntersectRay", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "Returns a formatted string for the bounds.\n\n```plaintext\nParams: format - A numeric format string.\n formatProvider - An object that specifies culture-specific formatting.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "format", "typeName": "string" }], + "isStatic": false, + "name": "ToString", + "comment": "Returns a formatted string for the bounds.\n\n```plaintext\nParams: format - A numeric format string.\n formatProvider - An object that specifies culture-specific formatting.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "format", "typeName": "string" }, + { "name": "formatProvider", "typeName": "System.IFormatProvider" } + ], + "isStatic": false, + "name": "ToString", + "comment": "Returns a formatted string for the bounds.\n\n```plaintext\nParams: format - A numeric format string.\n formatProvider - An object that specifies culture-specific formatting.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "point", "typeName": "UnityEngine.Vector3" }], + "isStatic": false, + "name": "Contains", + "comment": "Is point contained in the bounding box?\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "point", "typeName": "UnityEngine.Vector3" }], + "isStatic": false, + "name": "SqrDistance", + "comment": "The smallest squared distance between the point and this bounding box.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector3", + "params": [{ "name": "point", "typeName": "UnityEngine.Vector3" }], + "isStatic": false, + "name": "ClosestPoint", + "comment": "The point on the bounding box or inside the bounding box.\n\n```plaintext\nParams: point - Arbitrary point.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "Bounds", + "comment": "Represents an axis aligned bounding box.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IEquatable", "IFormattable"], + "fields": [ + { + "typeName": "int", + "name": "x", + "comment": "X value of the minimal point of the box.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "y", + "comment": "Y value of the minimal point of the box.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "z", + "comment": "Z value of the minimal point of the box.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "center", + "comment": "The center of the bounding box.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector3Int", + "name": "min", + "comment": "The minimal point of the box.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector3Int", + "name": "max", + "comment": "The maximal point of the box.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "xMin", + "comment": "The minimal x point of the box.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "yMin", + "comment": "The minimal y point of the box.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "zMin", + "comment": "The minimal z point of the box.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "xMax", + "comment": "The maximal x point of the box.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "yMax", + "comment": "The maximal y point of the box.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "zMax", + "comment": "The maximal z point of the box.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector3Int", + "name": "position", + "comment": "The position of the bounding box.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector3Int", + "name": "size", + "comment": "The total size of the box.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.BoundsInt.PositionEnumerator", + "name": "allPositionsWithin", + "comment": "A BoundsInt.PositionCollection that contains all positions within the BoundsInt.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "xMin", "typeName": "int" }, + { "name": "yMin", "typeName": "int" }, + { "name": "zMin", "typeName": "int" }, + { "name": "sizeX", "typeName": "int" }, + { "name": "sizeY", "typeName": "int" }, + { "name": "sizeZ", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "position", "typeName": "UnityEngine.Vector3Int" }, + { "name": "size", "typeName": "UnityEngine.Vector3Int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "minPosition", "typeName": "UnityEngine.Vector3Int" }, + { "name": "maxPosition", "typeName": "UnityEngine.Vector3Int" } + ], + "isStatic": false, + "name": "SetMinMax", + "comment": "Sets the bounds to the min and max value of the box.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "bounds", "typeName": "UnityEngine.BoundsInt" }], + "isStatic": false, + "name": "ClampToBounds", + "comment": "Clamps the position and size of this bounding box to the given bounds.\n\n```plaintext\nParams: bounds - Bounds to clamp to.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "position", "typeName": "UnityEngine.Vector3Int" } + ], + "isStatic": false, + "name": "Contains", + "comment": "Is point contained in the bounding box?\n\n```plaintext\nParams: position - Point to check.\n inclusive - Whether the max limits are included in the check.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "Returns a formatted string for the bounds.\n\n```plaintext\nParams: format - A numeric format string.\n formatProvider - An object that specifies culture-specific formatting.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "format", "typeName": "string" }], + "isStatic": false, + "name": "ToString", + "comment": "Returns a formatted string for the bounds.\n\n```plaintext\nParams: format - A numeric format string.\n formatProvider - An object that specifies culture-specific formatting.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "format", "typeName": "string" }, + { "name": "formatProvider", "typeName": "System.IFormatProvider" } + ], + "isStatic": false, + "name": "ToString", + "comment": "Returns a formatted string for the bounds.\n\n```plaintext\nParams: format - A numeric format string.\n formatProvider - An object that specifies culture-specific formatting.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "lhs", "typeName": "UnityEngine.BoundsInt" }, + { "name": "rhs", "typeName": "UnityEngine.BoundsInt" } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "lhs", "typeName": "UnityEngine.BoundsInt" }, + { "name": "rhs", "typeName": "UnityEngine.BoundsInt" } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "other", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "other", "typeName": "UnityEngine.BoundsInt" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "BoundsInt", + "comment": "Represents an axis aligned bounding box with all values as integers.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IEnumerator", "IEnumerator", "IDisposable"], + "fields": [ + { + "typeName": "UnityEngine.Vector3Int", + "name": "Current", + "comment": "Current position of the enumerator.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "min", "typeName": "UnityEngine.Vector3Int" }, + { "name": "max", "typeName": "UnityEngine.Vector3Int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "PositionEnumerator", + "params": [], + "isStatic": false, + "name": "GetEnumerator", + "comment": "This BoundsInt.PositionEnumerator.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "MoveNext", + "comment": "Whether the enumerator has successfully moved to the next position.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Reset", + "comment": "Resets this enumerator to its starting state.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "PositionEnumerator", + "comment": "An iterator that allows you to iterate over all positions within the BoundsInt.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "", + "params": [{ "name": "camera", "typeName": "UnityEngine.Camera" }], + "isStatic": true, + "name": "CalculateFrustumPlanes", + "comment": "The planes that form the camera's view frustum.\n\n```plaintext\nParams: camera - The camera with the view frustum that you want to calculate planes from.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "", + "params": [ + { + "name": "worldToProjectionMatrix", + "typeName": "UnityEngine.Matrix4x4" + } + ], + "isStatic": true, + "name": "CalculateFrustumPlanes", + "comment": "The planes that enclose the projection space described by the matrix.\n\n```plaintext\nParams: worldToProjectionMatrix - A matrix that transforms from world space to projection space, from which the planes will be calculated.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "camera", "typeName": "UnityEngine.Camera" }, + { "name": "planes", "typeName": "UnityEngine.Plane[]" } + ], + "isStatic": true, + "name": "CalculateFrustumPlanes", + "comment": "Calculates frustum planes.\n\n```plaintext\nParams: camera - The camera with the view frustum that you want to calculate planes from.\n planes - An array of 6 Planes that will be overwritten with the calculated plane values.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "worldToProjectionMatrix", + "typeName": "UnityEngine.Matrix4x4" + }, + { "name": "planes", "typeName": "UnityEngine.Plane[]" } + ], + "isStatic": true, + "name": "CalculateFrustumPlanes", + "comment": "Calculates frustum planes.\n\n```plaintext\nParams: worldToProjectionMatrix - A matrix that transforms from world space to projection space, from which the planes will be calculated.\n planes - An array of 6 Planes that will be overwritten with the calculated plane values.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Bounds", + "params": [ + { "name": "positions", "typeName": "UnityEngine.Vector3[]" }, + { "name": "transform", "typeName": "UnityEngine.Matrix4x4" } + ], + "isStatic": true, + "name": "CalculateBounds", + "comment": "Calculates the axis-aligned bounding box.\n\n```plaintext\nParams: positions - An array that stores the location of 3d positions.\n transform - A matrix that changes the position, rotation and size of the bounds calculation.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "vertices", "typeName": "UnityEngine.Vector3[]" }, + { "name": "plane", "typeName": "UnityEngine.Plane" } + ], + "isStatic": true, + "name": "TryCreatePlaneFromPolygon", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "planes", "typeName": "UnityEngine.Plane[]" }, + { "name": "bounds", "typeName": "UnityEngine.Bounds" } + ], + "isStatic": true, + "name": "TestPlanesAABB", + "comment": "Returns true if bounds are inside the plane array.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "GeometryUtility", + "comment": "Utility class for common geometric functions.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Timeline", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [ + { + "typeName": "double", + "name": "time", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "UnityEngine.Timeline.TrackAsset", + "name": "parent", + "comment": "", + "location": "Unity.Timeline.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "parent", "typeName": "UnityEngine.Timeline.TrackAsset" } + ], + "isStatic": false, + "name": "Initialize", + "comment": "", + "location": "Unity.Timeline.dll" + } + ], + "name": "IMarker", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Vector3", + "name": "normal", + "comment": "Normal vector of the plane.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "distance", + "comment": "The distance measured from the Plane to the origin, along the Plane's normal.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Plane", + "name": "flipped", + "comment": "Returns a copy of the plane that faces in the opposite direction.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "inNormal", "typeName": "UnityEngine.Vector3" }, + { "name": "inPoint", "typeName": "UnityEngine.Vector3" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Creates a plane.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "inNormal", "typeName": "UnityEngine.Vector3" }, + { "name": "d", "typeName": "float" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Creates a plane.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "a", "typeName": "UnityEngine.Vector3" }, + { "name": "b", "typeName": "UnityEngine.Vector3" }, + { "name": "c", "typeName": "UnityEngine.Vector3" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Creates a plane.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "inNormal", "typeName": "UnityEngine.Vector3" }, + { "name": "inPoint", "typeName": "UnityEngine.Vector3" } + ], + "isStatic": false, + "name": "SetNormalAndPosition", + "comment": "Sets a plane using a point that lies within it along with a normal to orient it.\n\n```plaintext\nParams: inNormal - The plane's normal vector.\n inPoint - A point that lies on the plane.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "a", "typeName": "UnityEngine.Vector3" }, + { "name": "b", "typeName": "UnityEngine.Vector3" }, + { "name": "c", "typeName": "UnityEngine.Vector3" } + ], + "isStatic": false, + "name": "Set3Points", + "comment": "Sets a plane using three points that lie within it. The points go around clockwise as you look down on the top surface of the plane.\n\n```plaintext\nParams: a - First point in clockwise order.\n b - Second point in clockwise order.\n c - Third point in clockwise order.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Flip", + "comment": "Makes the plane face in the opposite direction.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "translation", "typeName": "UnityEngine.Vector3" } + ], + "isStatic": false, + "name": "Translate", + "comment": "Moves the plane in space by the translation vector.\n\n```plaintext\nParams: translation - The offset in space to move the plane with.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Plane", + "params": [ + { "name": "plane", "typeName": "UnityEngine.Plane" }, + { "name": "translation", "typeName": "UnityEngine.Vector3" } + ], + "isStatic": true, + "name": "Translate", + "comment": "The translated plane.\n\n```plaintext\nParams: plane - The plane to move in space.\n translation - The offset in space to move the plane with.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector3", + "params": [{ "name": "point", "typeName": "UnityEngine.Vector3" }], + "isStatic": false, + "name": "ClosestPointOnPlane", + "comment": "A point on the plane that is closest to point.\n\n```plaintext\nParams: point - The point to project onto the plane.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "point", "typeName": "UnityEngine.Vector3" }], + "isStatic": false, + "name": "GetDistanceToPoint", + "comment": "Returns a signed distance from plane to point.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "point", "typeName": "UnityEngine.Vector3" }], + "isStatic": false, + "name": "GetSide", + "comment": "Is a point on the positive side of the plane?\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "inPt0", "typeName": "UnityEngine.Vector3" }, + { "name": "inPt1", "typeName": "UnityEngine.Vector3" } + ], + "isStatic": false, + "name": "SameSide", + "comment": "Are two points on the same side of the plane?\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "ray", "typeName": "UnityEngine.Ray" }, + { "name": "enter", "typeName": "float" } + ], + "isStatic": false, + "name": "Raycast", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "format", "typeName": "string" }], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "format", "typeName": "string" }, + { "name": "formatProvider", "typeName": "System.IFormatProvider" } + ], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "Plane", + "comment": "Representation of a plane in 3D space.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Vector3", + "name": "origin", + "comment": "The origin point of the ray.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "direction", + "comment": "The direction of the ray.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Vector3" }, + { "name": "direction", "typeName": "UnityEngine.Vector3" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Creates a ray starting at origin along direction.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector3", + "params": [{ "name": "distance", "typeName": "float" }], + "isStatic": false, + "name": "GetPoint", + "comment": "Returns a point at distance units along the ray.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "Returns a formatted string for this ray.\n\n```plaintext\nParams: format - A numeric format string.\n formatProvider - An object that specifies culture-specific formatting.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "format", "typeName": "string" }], + "isStatic": false, + "name": "ToString", + "comment": "Returns a formatted string for this ray.\n\n```plaintext\nParams: format - A numeric format string.\n formatProvider - An object that specifies culture-specific formatting.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "format", "typeName": "string" }, + { "name": "formatProvider", "typeName": "System.IFormatProvider" } + ], + "isStatic": false, + "name": "ToString", + "comment": "Returns a formatted string for this ray.\n\n```plaintext\nParams: format - A numeric format string.\n formatProvider - An object that specifies culture-specific formatting.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "Ray", + "comment": "Representation of rays.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Vector2", + "name": "origin", + "comment": "The starting point of the ray in world space.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "direction", + "comment": "The direction of the ray in world space.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Vector2" }, + { "name": "direction", "typeName": "UnityEngine.Vector2" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Creates a 2D ray starting at origin along direction.\n\n```plaintext\nParams: Vector2 - Origin.\n Vector2 - Direction.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector2", + "params": [{ "name": "distance", "typeName": "float" }], + "isStatic": false, + "name": "GetPoint", + "comment": "Get a point that lies a given distance along a ray.\n\n```plaintext\nParams: distance - Distance of the desired point along the path of the ray.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "Returns a formatted string for this 2D ray.\n\n```plaintext\nParams: format - A numeric format string.\n formatProvider - An object that specifies culture-specific formatting.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "format", "typeName": "string" }], + "isStatic": false, + "name": "ToString", + "comment": "Returns a formatted string for this 2D ray.\n\n```plaintext\nParams: format - A numeric format string.\n formatProvider - An object that specifies culture-specific formatting.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "format", "typeName": "string" }, + { "name": "formatProvider", "typeName": "System.IFormatProvider" } + ], + "isStatic": false, + "name": "ToString", + "comment": "Returns a formatted string for this 2D ray.\n\n```plaintext\nParams: format - A numeric format string.\n formatProvider - An object that specifies culture-specific formatting.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "Ray2D", + "comment": "A ray in 2D space.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Timeline", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Timeline.NotificationFlags", + "name": "flags", + "comment": "", + "location": "Unity.Timeline.dll" + } + ], + "methods": [], + "name": "INotificationOptionProvider", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "namespace": "UnityEngine.Timeline", + "baseClass": "UnityEngine.ScriptableObject", + "attribute": "", + "interfaces": ["IMarker"], + "fields": [ + { + "typeName": "UnityEngine.Timeline.TrackAsset", + "name": "parent", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "double", + "name": "time", + "comment": "", + "location": "Unity.Timeline.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "aPent", "typeName": "UnityEngine.Timeline.TrackAsset" } + ], + "isStatic": false, + "name": "OnInitialize", + "comment": "", + "location": "Unity.Timeline.dll" + } + ], + "name": "Marker", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IEquatable", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Rect", + "name": "zero", + "comment": "Shorthand for writing new Rect(0,0,0,0).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "x", + "comment": "The X coordinate of the rectangle.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "y", + "comment": "The Y coordinate of the rectangle.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "position", + "comment": "The X and Y position of the rectangle.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "center", + "comment": "The position of the center of the rectangle.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "min", + "comment": "The position of the minimum corner of the rectangle.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "max", + "comment": "The position of the maximum corner of the rectangle.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "width", + "comment": "The width of the rectangle, measured from the X position.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "height", + "comment": "The height of the rectangle, measured from the Y position.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "size", + "comment": "The width and height of the rectangle.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "xMin", + "comment": "The minimum X coordinate of the rectangle.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "yMin", + "comment": "The minimum Y coordinate of the rectangle.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "xMax", + "comment": "The maximum X coordinate of the rectangle.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "yMax", + "comment": "The maximum Y coordinate of the rectangle.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "left", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "right", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "top", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "bottom", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "x", "typeName": "float" }, + { "name": "y", "typeName": "float" }, + { "name": "width", "typeName": "float" }, + { "name": "height", "typeName": "float" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Creates a new rectangle.\n\n```plaintext\nParams: x - The X value the rect is measured from.\n y - The Y value the rect is measured from.\n width - The width of the rectangle.\n height - The height of the rectangle.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "position", "typeName": "UnityEngine.Vector2" }, + { "name": "size", "typeName": "UnityEngine.Vector2" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Creates a rectangle given a size and position.\n\n```plaintext\nParams: position - The position of the minimum corner of the rect.\n size - The width and height of the rect.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "source", "typeName": "UnityEngine.Rect" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Rect", + "params": [ + { "name": "xmin", "typeName": "float" }, + { "name": "ymin", "typeName": "float" }, + { "name": "xmax", "typeName": "float" }, + { "name": "ymax", "typeName": "float" } + ], + "isStatic": true, + "name": "MinMaxRect", + "comment": "A rectangle matching the specified coordinates.\n\n```plaintext\nParams: xmin - The minimum X coordinate.\n ymin - The minimum Y coordinate.\n xmax - The maximum X coordinate.\n ymax - The maximum Y coordinate.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "x", "typeName": "float" }, + { "name": "y", "typeName": "float" }, + { "name": "width", "typeName": "float" }, + { "name": "height", "typeName": "float" } + ], + "isStatic": false, + "name": "Set", + "comment": "Set components of an existing Rect.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "point", "typeName": "UnityEngine.Vector2" }], + "isStatic": false, + "name": "Contains", + "comment": "True if the point lies within the specified rectangle.\n\n```plaintext\nParams: point - Point to test.\n allowInverse - Does the test allow the Rect's width and height to be negative?\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "point", "typeName": "UnityEngine.Vector3" }], + "isStatic": false, + "name": "Contains", + "comment": "True if the point lies within the specified rectangle.\n\n```plaintext\nParams: point - Point to test.\n allowInverse - Does the test allow the Rect's width and height to be negative?\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "point", "typeName": "UnityEngine.Vector3" }, + { "name": "allowInverse", "typeName": "bool" } + ], + "isStatic": false, + "name": "Contains", + "comment": "True if the point lies within the specified rectangle.\n\n```plaintext\nParams: point - Point to test.\n allowInverse - Does the test allow the Rect's width and height to be negative?\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "other", "typeName": "UnityEngine.Rect" }], + "isStatic": false, + "name": "Overlaps", + "comment": "Returns true if the other rectangle overlaps this one. If allowInverse is present and true, the widths and heights of the Rects are allowed to take negative values (ie, the min value is greater than the max), and the test will still work.\n\n```plaintext\nParams: other - Other rectangle to test overlapping with.\n allowInverse - Does the test allow the widths and heights of the Rects to be negative?\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "other", "typeName": "UnityEngine.Rect" }, + { "name": "allowInverse", "typeName": "bool" } + ], + "isStatic": false, + "name": "Overlaps", + "comment": "Returns true if the other rectangle overlaps this one. If allowInverse is present and true, the widths and heights of the Rects are allowed to take negative values (ie, the min value is greater than the max), and the test will still work.\n\n```plaintext\nParams: other - Other rectangle to test overlapping with.\n allowInverse - Does the test allow the widths and heights of the Rects to be negative?\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector2", + "params": [ + { "name": "rectangle", "typeName": "UnityEngine.Rect" }, + { + "name": "normalizedRectCoordinates", + "typeName": "UnityEngine.Vector2" + } + ], + "isStatic": true, + "name": "NormalizedToPoint", + "comment": "Returns a point inside a rectangle, given normalized coordinates.\n\n```plaintext\nParams: rectangle - Rectangle to get a point inside.\n normalizedRectCoordinates - Normalized coordinates to get a point for.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector2", + "params": [ + { "name": "rectangle", "typeName": "UnityEngine.Rect" }, + { "name": "point", "typeName": "UnityEngine.Vector2" } + ], + "isStatic": true, + "name": "PointToNormalized", + "comment": "Returns the normalized coordinates cooresponding the the point.\n\n```plaintext\nParams: rectangle - Rectangle to get normalized coordinates inside.\n point - A point inside the rectangle to get normalized coordinates for.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "lhs", "typeName": "UnityEngine.Rect" }, + { "name": "rhs", "typeName": "UnityEngine.Rect" } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "lhs", "typeName": "UnityEngine.Rect" }, + { "name": "rhs", "typeName": "UnityEngine.Rect" } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "other", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "other", "typeName": "UnityEngine.Rect" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "Returns a formatted string for this Rect.\n\n```plaintext\nParams: format - A numeric format string.\n formatProvider - An object that specifies culture-specific formatting.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "format", "typeName": "string" }], + "isStatic": false, + "name": "ToString", + "comment": "Returns a formatted string for this Rect.\n\n```plaintext\nParams: format - A numeric format string.\n formatProvider - An object that specifies culture-specific formatting.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "format", "typeName": "string" }, + { "name": "formatProvider", "typeName": "System.IFormatProvider" } + ], + "isStatic": false, + "name": "ToString", + "comment": "Returns a formatted string for this Rect.\n\n```plaintext\nParams: format - A numeric format string.\n formatProvider - An object that specifies culture-specific formatting.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "Rect", + "comment": "A 2D Rectangle defined by X and Y position, width and height.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IEquatable", "IFormattable"], + "fields": [ + { + "typeName": "int", + "name": "x", + "comment": "Left coordinate of the rectangle.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "y", + "comment": "Top coordinate of the rectangle.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "center", + "comment": "Center coordinate of the rectangle.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector2Int", + "name": "min", + "comment": "The lower left corner of the rectangle; which is the minimal position of the rectangle along the x- and y-axes, when it is aligned to both axes.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector2Int", + "name": "max", + "comment": "The upper right corner of the rectangle; which is the maximal position of the rectangle along the x- and y-axes, when it is aligned to both axes.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "width", + "comment": "Width of the rectangle.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "height", + "comment": "Height of the rectangle.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "xMin", + "comment": "Shows the minimum X value of the RectInt.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "yMin", + "comment": "Show the minimum Y value of the RectInt.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "xMax", + "comment": "Shows the maximum X value of the RectInt.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "yMax", + "comment": "Shows the maximum Y value of the RectInt.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector2Int", + "name": "position", + "comment": "Returns the position (x, y) of the RectInt.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector2Int", + "name": "size", + "comment": "Returns the width and height of the RectInt.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.RectInt.PositionEnumerator", + "name": "allPositionsWithin", + "comment": "A RectInt.PositionCollection that contains all positions within the RectInt.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "minPosition", "typeName": "UnityEngine.Vector2Int" }, + { "name": "maxPosition", "typeName": "UnityEngine.Vector2Int" } + ], + "isStatic": false, + "name": "SetMinMax", + "comment": "Sets the bounds to the min and max value of the rect.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "xMin", "typeName": "int" }, + { "name": "yMin", "typeName": "int" }, + { "name": "width", "typeName": "int" }, + { "name": "height", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "position", "typeName": "UnityEngine.Vector2Int" }, + { "name": "size", "typeName": "UnityEngine.Vector2Int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "bounds", "typeName": "UnityEngine.RectInt" }], + "isStatic": false, + "name": "ClampToBounds", + "comment": "Clamps the position and size of the RectInt to the given bounds.\n\n```plaintext\nParams: bounds - Bounds to clamp the RectInt.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "position", "typeName": "UnityEngine.Vector2Int" } + ], + "isStatic": false, + "name": "Contains", + "comment": "Whether the position is within the RectInt.\n\n```plaintext\nParams: position - Position to check.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "other", "typeName": "UnityEngine.RectInt" }], + "isStatic": false, + "name": "Overlaps", + "comment": "True if the other rectangle overlaps this one.\n\n```plaintext\nParams: other - Other rectangle to test overlapping with.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "Returns the x, y, width and height of the RectInt.\n\n```plaintext\nParams: format - A numeric format string.\n formatProvider - An object that specifies culture-specific formatting.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "format", "typeName": "string" }], + "isStatic": false, + "name": "ToString", + "comment": "Returns the x, y, width and height of the RectInt.\n\n```plaintext\nParams: format - A numeric format string.\n formatProvider - An object that specifies culture-specific formatting.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "format", "typeName": "string" }, + { "name": "formatProvider", "typeName": "System.IFormatProvider" } + ], + "isStatic": false, + "name": "ToString", + "comment": "Returns the x, y, width and height of the RectInt.\n\n```plaintext\nParams: format - A numeric format string.\n formatProvider - An object that specifies culture-specific formatting.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "other", "typeName": "UnityEngine.RectInt" }], + "isStatic": false, + "name": "Equals", + "comment": "Returns true if the given RectInt is equal to this RectInt.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "RectInt", + "comment": "A 2D Rectangle defined by x, y, width, height with integers.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IEnumerator", "IEnumerator", "IDisposable"], + "fields": [ + { + "typeName": "UnityEngine.Vector2Int", + "name": "Current", + "comment": "Current position of the enumerator.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "min", "typeName": "UnityEngine.Vector2Int" }, + { "name": "max", "typeName": "UnityEngine.Vector2Int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "PositionEnumerator", + "params": [], + "isStatic": false, + "name": "GetEnumerator", + "comment": "This RectInt.PositionEnumerator.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "MoveNext", + "comment": "Whether the enumerator has successfully moved to the next position.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Reset", + "comment": "Resets this enumerator to its starting state.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "PositionEnumerator", + "comment": "An iterator that allows you to iterate over all positions within the RectInt.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "object", + "attribute": "", + "interfaces": ["IFormattable"], + "fields": [ + { + "typeName": "int", + "name": "left", + "comment": "Left edge size.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "right", + "comment": "Right edge size.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "top", + "comment": "Top edge size.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "bottom", + "comment": "Bottom edge size.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "horizontal", + "comment": "Shortcut for left + right. (Read Only)\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "vertical", + "comment": "Shortcut for top + bottom. (Read Only)\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Creates a new rectangle with offsets.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "left", "typeName": "int" }, + { "name": "right", "typeName": "int" }, + { "name": "top", "typeName": "int" }, + { "name": "bottom", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Creates a new rectangle with offsets.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "Returns a formatted string for this RectOffset.\n\n```plaintext\nParams: format - A numeric format string.\n formatProvider - An object that specifies culture-specific formatting.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "format", "typeName": "string" }], + "isStatic": false, + "name": "ToString", + "comment": "Returns a formatted string for this RectOffset.\n\n```plaintext\nParams: format - A numeric format string.\n formatProvider - An object that specifies culture-specific formatting.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "format", "typeName": "string" }, + { "name": "formatProvider", "typeName": "System.IFormatProvider" } + ], + "isStatic": false, + "name": "ToString", + "comment": "Returns a formatted string for this RectOffset.\n\n```plaintext\nParams: format - A numeric format string.\n formatProvider - An object that specifies culture-specific formatting.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Rect", + "params": [{ "name": "rect", "typeName": "UnityEngine.Rect" }], + "isStatic": false, + "name": "Add", + "comment": "Add the border offsets to a rect.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Rect", + "params": [{ "name": "rect", "typeName": "UnityEngine.Rect" }], + "isStatic": false, + "name": "Remove", + "comment": "Remove the border offsets from a rect.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "RectOffset", + "comment": "Offsets for rectangles, borders, etc.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "float", + "name": "indirectScale", + "comment": "Allows for scaling the contribution coming from realtime & baked lightmaps.\n\nNote: this value can be set in the Lighting Window UI and it is serialized, that is not the case for other properties in this class.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "updateThreshold", + "comment": "Determines the percentage change in lighting intensity that triggers Unity to recalculate the real-time lightmap.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "materialUpdateTimeSlice", + "comment": "The number of milliseconds that can be spent on material updates.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "synchronousMode", + "comment": "When enabled, new dynamic Global Illumination output is shown in each frame.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "isConverged", + "comment": "Is precomputed realtime Global Illumination output converged?\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "renderer", "typeName": "UnityEngine.Renderer" }, + { "name": "color", "typeName": "UnityEngine.Color" } + ], + "isStatic": true, + "name": "SetEmissive", + "comment": "Allows to set an emissive color for a given renderer quickly, without the need to render the emissive input for the entire system.\n\n```plaintext\nParams: renderer - The Renderer that should get a new color.\n color - The emissive Color.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "input", "typeName": "float[]" }], + "isStatic": true, + "name": "SetEnvironmentData", + "comment": "Allows overriding the distant environment lighting for Realtime GI, without changing the Skybox Material.\n\n```plaintext\nParams: input - Array of float values to be used for Realtime GI environment lighting.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "UpdateEnvironment", + "comment": "Schedules an update of the environment texture.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "renderer", "typeName": "UnityEngine.Renderer" } + ], + "isStatic": true, + "name": "UpdateMaterials", + "comment": "Schedules an update of the albedo and emissive textures of a system that contains the renderer or the terrain.\n\n```plaintext\nParams: renderer - The Renderer to use when searching for a system to update.\n terrain - The Terrain to use when searching for systems to update.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "renderer", "typeName": "UnityEngine.Object" }], + "isStatic": true, + "name": "UpdateMaterials", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "renderer", "typeName": "UnityEngine.Object" }, + { "name": "x", "typeName": "int" }, + { "name": "y", "typeName": "int" }, + { "name": "width", "typeName": "int" }, + { "name": "height", "typeName": "int" } + ], + "isStatic": true, + "name": "UpdateMaterials", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "DynamicGI", + "comment": "Allows to control the dynamic Global Illumination.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.Object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "bakedGI", + "comment": "Whether to enable the Baked Global Illumination system for this Scene.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "realtimeGI", + "comment": "Whether to enable the Realtime Global Illumination system for this Scene.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "realtimeEnvironmentLighting", + "comment": "Determines the lightmap that Unity stores environment lighting in.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "autoGenerate", + "comment": "Whether the Unity Editor automatically precomputes lighting data when the Scene data changes. (Editor only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.MixedLightingMode", + "name": "mixedBakeMode", + "comment": "Sets the MixedLightingMode that Unity uses for all Mixed Lights in the Scene. (Editor only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "albedoBoost", + "comment": "The intensity of surface albedo throughout the Scene when considered in lighting calculations. This value influences the energy of light at each bounce. (Editor only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "indirectScale", + "comment": "Multiplies the intensity of of indirect lighting in lightmaps. (Editor only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.LightingSettings.Lightmapper", + "name": "lightmapper", + "comment": "Determines which backend to use for baking lightmaps in the Baked Global Illumination system. (Editor only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "lightmapMaxSize", + "comment": "The maximum size in pixels of an individual lightmap texture. (Editor only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "lightmapResolution", + "comment": "Defines the number of texels to use per world unit when generating lightmaps.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "lightmapPadding", + "comment": "Sets the distance (in texels) between separate UV tiles in lightmaps. (Editor only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "compressLightmaps", + "comment": "Whether to compress the lightmap textures that the Progressive Lightmapper generates. (Editor only)\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "ao", + "comment": "Whether to apply ambient occlusion to lightmaps. (Editor only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "aoMaxDistance", + "comment": "The distance that a ray travels before Unity considers it to be unoccluded when calculating ambient occlusion in lightmaps. (Editor only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "aoExponentIndirect", + "comment": "Sets the contrast of ambient occlusion that Unity applies to indirect lighting in lightmaps. (Editor only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "aoExponentDirect", + "comment": "Determines the degree to which direct lighting is considered when calculating ambient occlusion in lightmaps. (Editor only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "extractAO", + "comment": "Whether the Progressive Lightmapper extracts Ambient Occlusion to a separate lightmap. (Editor only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.LightmapsMode", + "name": "directionalityMode", + "comment": "Determines whether the lightmapper should generate directional or non-directional lightmaps. (Editor only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "exportTrainingData", + "comment": "Whether the Progressive Lightmapper exports machine learning training data to the Project folder when it performs the bake. ( Editor only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "string", + "name": "trainingDataDestination", + "comment": "Determines the name of the destination folder for the exported textures. (Editor only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "indirectResolution", + "comment": "Defines the number of texels that Enlighten uses per world unit when calculating indirect lighting. (Editor only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "finalGather", + "comment": "Specifies whether the Editor calculates the final global illumination light bounce at the same resolution as the baked lightmap.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "finalGatherRayCount", + "comment": "Controls the number of rays emitted for every final gather point. A final gather point is a lightmap texel in the final, composited lightmap. (Editor only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "finalGatherFiltering", + "comment": "Controls whether a denoising filter is applied to the final gather output.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.LightingSettings.Sampling", + "name": "sampling", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "directSampleCount", + "comment": "Specifies the number of samples the Progressive Lightmapper uses for direct lighting calculations. (Editor only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "indirectSampleCount", + "comment": "Specifies the number of samples the Progressive Lightmapper uses for indirect lighting calculations. (Editor only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "bounces", + "comment": "This property is now obsolete. Use LightingSettings.maxBounces.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "maxBounces", + "comment": "Stores the maximum number of bounces the Progressive Lightmapper computes for indirect lighting. (Editor only)\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "russianRouletteStartBounce", + "comment": "This property is now obsolete. Use LightingSettings.minBounces.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "minBounces", + "comment": "Stores the minimum number of bounces the Progressive Lightmapper computes for indirect lighting. (Editor only)\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "prioritizeView", + "comment": "Whether the Progressive Lightmapper prioritizes baking visible texels within the frustum of the Scene view. (Editor only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.LightingSettings.FilterMode", + "name": "filteringMode", + "comment": "Specifies the filter type that the Progressive Lightmapper uses for ambient occlusion. (Editor only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.LightingSettings.DenoiserType", + "name": "denoiserTypeDirect", + "comment": "Determines the denoiser that the Progressive Lightmapper applies to direct lighting. (Editor only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.LightingSettings.DenoiserType", + "name": "denoiserTypeIndirect", + "comment": "Determines the denoiser that the Progressive Lightmapper applies to indirect lighting. (Editor only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.LightingSettings.DenoiserType", + "name": "denoiserTypeAO", + "comment": "Determines the type of denoising that the Progressive Lightmapper applies to ambient occlusion in lightmaps. (Editor only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.LightingSettings.FilterType", + "name": "filterTypeDirect", + "comment": "Specifies the filter kernel that the Progressive Lightmapper uses for the direct lighting. (Editor only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.LightingSettings.FilterType", + "name": "filterTypeIndirect", + "comment": "Specifies the filter kernel that the Progressive Lightmapper uses for indirect lighting. (Editor only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.LightingSettings.FilterType", + "name": "filterTypeAO", + "comment": "Specifies the filter kernel that the Progressive Lightmapper uses for ambient occlusion. (Editor only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "filteringGaussRadiusDirect", + "comment": "Specifies the radius the Progressive Lightmapper used to filter the indirect lighting component of the lightmap when using Gaussian filter. (Editor only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "filteringGaussRadiusIndirect", + "comment": "Specifies the method used by the Progressive Lightmapper to reduce noise in lightmaps. (Editor only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "filteringGaussRadiusAO", + "comment": "Specifies the radius the Progressive Lightmapper uses to filter the direct lighting component of the lightmap when using Gaussian filter. (Editor only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "filteringAtrousPositionSigmaDirect", + "comment": "Specifies the threshold the Progressive Lightmapper uses to filter the indirect lighting component of the lightmap when using the A-Trous filter. (Editor only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "filteringAtrousPositionSigmaIndirect", + "comment": "Specifies the radius the Progressive Lightmapper uses to filter the ambient occlusion component in the lightmap when using Gaussian filter. (Editor only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "filteringAtrousPositionSigmaAO", + "comment": "Specifies the threshold the Progressive Lightmapper uses to filter direct light stored in the lightmap when using the A-Trous filter. (Editor only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "environmentSampleCount", + "comment": "Specifies the number of samples the Progressive Lightmapper uses when sampling indirect lighting from the skybox. (Editor only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "lightProbeSampleCountMultiplier", + "comment": "Specifies the number of samples to use for Light Probes relative to the number of samples for lightmap texels. (Editor only).\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "LightingSettings", + "comment": "An object containing settings for precomputing lighting data, that Unity can serialize as a.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Timeline", + "baseClass": "UnityEngine.Timeline.TrackAsset", + "attribute": "", + "interfaces": [ + "IPlayableAsset", + "ISerializationCallbackReceiver", + "IPropertyPreview", + "ICurvesOwner" + ], + "fields": [ + { + "typeName": "System.Collections.Generic.IEnumerable", + "name": "outputs", + "comment": "", + "location": "Unity.Timeline.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Timeline.dll" + } + ], + "name": "MarkerTrack", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "namespace": "UnityEngine.Timeline", + "baseClass": "UnityEngine.Timeline.MarkerTrack", + "attribute": "", + "interfaces": [ + "IPlayableAsset", + "ISerializationCallbackReceiver", + "IPropertyPreview", + "ICurvesOwner" + ], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Timeline.dll" + } + ], + "name": "SignalTrack", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "namespace": "UnityEngine.Timeline", + "baseClass": "UnityEngine.ScriptableObject", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Timeline.dll" + } + ], + "name": "SignalAsset", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "namespace": "UnityEngine.Timeline", + "baseClass": "UnityEngine.Timeline.Marker", + "attribute": "", + "interfaces": ["IMarker", "INotification", "INotificationOptionProvider"], + "fields": [ + { + "typeName": "bool", + "name": "retroactive", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "bool", + "name": "emitOnce", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "UnityEngine.Timeline.SignalAsset", + "name": "asset", + "comment": "", + "location": "Unity.Timeline.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Timeline.dll" + } + ], + "name": "SignalEmitter", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "namespace": "UnityEngine.Timeline", + "baseClass": "UnityEngine.MonoBehaviour", + "attribute": "", + "interfaces": ["INotificationReceiver"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Playables.Playable" }, + { + "name": "notification", + "typeName": "UnityEngine.Playables.INotification" + }, + { "name": "context", "typeName": "object" } + ], + "isStatic": false, + "name": "OnNotify", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "asset", "typeName": "UnityEngine.Timeline.SignalAsset" }, + { "name": "reaction", "typeName": "UnityEngine.Events.UnityEvent" } + ], + "isStatic": false, + "name": "AddReaction", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "reaction", "typeName": "UnityEngine.Events.UnityEvent" } + ], + "isStatic": false, + "name": "AddEmptyReaction", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "asset", "typeName": "UnityEngine.Timeline.SignalAsset" } + ], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [], + "isStatic": false, + "name": "GetRegisteredSignals", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "returnTypeName": "UnityEvent", + "params": [ + { "name": "key", "typeName": "UnityEngine.Timeline.SignalAsset" } + ], + "isStatic": false, + "name": "GetReaction", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "Count", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "idx", "typeName": "int" }, + { "name": "newKey", "typeName": "UnityEngine.Timeline.SignalAsset" } + ], + "isStatic": false, + "name": "ChangeSignalAtIndex", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "idx", "typeName": "int" }], + "isStatic": false, + "name": "RemoveAtIndex", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "idx", "typeName": "int" }, + { "name": "reaction", "typeName": "UnityEngine.Events.UnityEvent" } + ], + "isStatic": false, + "name": "ChangeReactionAtIndex", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "returnTypeName": "UnityEvent", + "params": [{ "name": "idx", "typeName": "int" }], + "isStatic": false, + "name": "GetReactionAtIndex", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "returnTypeName": "SignalAsset", + "params": [{ "name": "idx", "typeName": "int" }], + "isStatic": false, + "name": "GetSignalAssetAtIndex", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Timeline.dll" + } + ], + "name": "SignalReceiver", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.LightingSettings.Lightmapper", + "name": "Enlighten", + "comment": "Backend for baking lighting with Enlighten Baked Global Illumination, based on the Enlighten radiosity middleware.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.LightingSettings.Lightmapper", + "name": "ProgressiveCPU", + "comment": "Backend for baking lighting using the CPU. Uses a progressive path tracing algorithm.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.LightingSettings.Lightmapper", + "name": "ProgressiveGPU", + "comment": "Backend for baking lighting using the GPU. Uses a progressive path tracing algorithm.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.LightingSettings.Lightmapper", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "Lightmapper", + "comment": "Backends available for baking lighting.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Camera.GateFitMode", + "name": "Vertical", + "comment": "Fit the resolution gate vertically within the sensor gate.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Camera.GateFitMode", + "name": "Horizontal", + "comment": "Fit the resolution gate horizontally within the sensor gate.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Camera.GateFitMode", + "name": "Fill", + "comment": "Automatically selects a horizontal or vertical fit so that the sensor gate fits completely inside the resolution gate.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Camera.GateFitMode", + "name": "Overscan", + "comment": "Automatically selects a horizontal or vertical fit so that the render frame fits completely inside the resolution gate.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Camera.GateFitMode", + "name": "None", + "comment": "Stretch the sensor gate to fit exactly into the resolution gate.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Camera.GateFitMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "GateFitMode", + "comment": "Enum used to specify how the sensor gate (sensor frame) defined by Camera.sensorSize fits into the resolution gate (render frame).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.LightingSettings.Sampling", + "name": "Auto", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.LightingSettings.Sampling", + "name": "Fixed", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.LightingSettings.Sampling", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "Sampling", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.LightingSettings.FilterMode", + "name": "None", + "comment": "No filtering.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.LightingSettings.FilterMode", + "name": "Auto", + "comment": "The filtering is configured automatically.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.LightingSettings.FilterMode", + "name": "Advanced", + "comment": "When enabled, you can configure the filtering settings for the Progressive Lightmapper. When disabled, the default filtering settings apply.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.LightingSettings.FilterMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "FilterMode", + "comment": "The available filtering modes for the Progressive Lightmapper.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Camera.FieldOfViewAxis", + "name": "Vertical", + "comment": "Specifies the field of view as vertical.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Camera.FieldOfViewAxis", + "name": "Horizontal", + "comment": "Specifies the field of view as horizontal.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Camera.FieldOfViewAxis", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "FieldOfViewAxis", + "comment": "Enumerates which axis to use when expressing the value for the field of view.\n The default value is Camera.FieldOfViewAxis.Vertical.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.LightingSettings.DenoiserType", + "name": "None", + "comment": "Use this to disable denoising for the lightmap.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.LightingSettings.DenoiserType", + "name": "Optix", + "comment": "NVIDIA Optix Denoiser.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.LightingSettings.DenoiserType", + "name": "OpenImage", + "comment": "Intel Open Image Denoiser.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.LightingSettings.DenoiserType", + "name": "RadeonPro", + "comment": "RadeonPro Denoiser.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.LightingSettings.DenoiserType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "DenoiserType", + "comment": "The available denoisers for the Progressive Lightmapper.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Camera.GateFitMode", + "name": "mode", + "comment": "GateFitMode to use. See Camera.GateFitMode.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "aspect", + "comment": "Aspect ratio of the resolution gate.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "mode", "typeName": "UnityEngine.Camera.GateFitMode" }, + { "name": "aspect", "typeName": "float" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "GateFitParameters", + "comment": "Wrapper for gate fit parameters\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.LightingSettings.FilterType", + "name": "Gaussian", + "comment": "When enabled, the lightmap uses a Gaussian filter.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.LightingSettings.FilterType", + "name": "ATrous", + "comment": "When enabled, the lightmap uses an A-Trous filter.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.LightingSettings.FilterType", + "name": "None", + "comment": "When enabled, the lightmap uses no filtering.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.LightingSettings.FilterType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "FilterType", + "comment": "The available filter kernels for the Progressive Lightmapper.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Camera.StereoscopicEye", + "name": "Left", + "comment": "Specifies the target to be the left eye.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Camera.StereoscopicEye", + "name": "Right", + "comment": "Specifies the target to be the right eye.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Camera.StereoscopicEye", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "StereoscopicEye", + "comment": "Enum used to specify either the left or the right eye of a stereoscopic camera.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Color", + "name": "color", + "comment": "Sets the color for the gizmos that will be drawn next.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Matrix4x4", + "name": "matrix", + "comment": "Sets the Matrix4x4 that the Unity Editor uses to draw Gizmos.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Texture", + "name": "exposure", + "comment": "Set a texture that contains the exposure correction for LightProbe gizmos. The value is sampled from the red channel in the middle of the texture.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "probeSize", + "comment": "Set a scale for Light Probe gizmos. This scale will be used to render the spherical harmonic preview spheres.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "from", "typeName": "UnityEngine.Vector3" }, + { "name": "to", "typeName": "UnityEngine.Vector3" } + ], + "isStatic": true, + "name": "DrawLine", + "comment": "Draws a line starting at from towards to.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "center", "typeName": "UnityEngine.Vector3" }, + { "name": "radius", "typeName": "float" } + ], + "isStatic": true, + "name": "DrawWireSphere", + "comment": "Draws a wireframe sphere with center and radius.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "center", "typeName": "UnityEngine.Vector3" }, + { "name": "radius", "typeName": "float" } + ], + "isStatic": true, + "name": "DrawSphere", + "comment": "Draws a solid sphere with center and radius.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "center", "typeName": "UnityEngine.Vector3" }, + { "name": "size", "typeName": "UnityEngine.Vector3" } + ], + "isStatic": true, + "name": "DrawWireCube", + "comment": "Draw a wireframe box with center and size.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "center", "typeName": "UnityEngine.Vector3" }, + { "name": "size", "typeName": "UnityEngine.Vector3" } + ], + "isStatic": true, + "name": "DrawCube", + "comment": "Draw a solid box with center and size.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "mesh", "typeName": "UnityEngine.Mesh" }, + { "name": "submeshIndex", "typeName": "int" }, + { "name": "position", "typeName": "UnityEngine.Vector3" }, + { "name": "rotation", "typeName": "UnityEngine.Quaternion" }, + { "name": "scale", "typeName": "UnityEngine.Vector3" } + ], + "isStatic": true, + "name": "DrawMesh", + "comment": "Draws a mesh.\n\n```plaintext\nParams: mesh - Mesh to draw as a gizmo.\n position - Position (default is zero).\n rotation - Rotation (default is no rotation).\n scale - Scale (default is no scale).\n submeshIndex - Submesh to draw (default is -1, which draws whole mesh).\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "mesh", "typeName": "UnityEngine.Mesh" }, + { "name": "submeshIndex", "typeName": "int" }, + { "name": "position", "typeName": "UnityEngine.Vector3" }, + { "name": "rotation", "typeName": "UnityEngine.Quaternion" }, + { "name": "scale", "typeName": "UnityEngine.Vector3" } + ], + "isStatic": true, + "name": "DrawWireMesh", + "comment": "Draws a wireframe mesh.\n\n```plaintext\nParams: mesh - Mesh to draw as a gizmo.\n position - Position (default is zero).\n rotation - Rotation (default is no rotation).\n scale - Scale (default is no scale).\n submeshIndex - Submesh to draw (default is -1, which draws whole mesh).\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "center", "typeName": "UnityEngine.Vector3" }, + { "name": "name", "typeName": "string" }, + { "name": "allowScaling", "typeName": "bool" } + ], + "isStatic": true, + "name": "DrawIcon", + "comment": "Draw an icon at a position in the Scene view.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "center", "typeName": "UnityEngine.Vector3" }, + { "name": "name", "typeName": "string" }, + { "name": "allowScaling", "typeName": "bool" }, + { "name": "tint", "typeName": "UnityEngine.Color" } + ], + "isStatic": true, + "name": "DrawIcon", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "screenRect", "typeName": "UnityEngine.Rect" }, + { "name": "texture", "typeName": "UnityEngine.Texture" }, + { "name": "leftBorder", "typeName": "int" }, + { "name": "rightBorder", "typeName": "int" }, + { "name": "topBorder", "typeName": "int" }, + { "name": "bottomBorder", "typeName": "int" }, + { "name": "mat", "typeName": "UnityEngine.Material" } + ], + "isStatic": true, + "name": "DrawGUITexture", + "comment": "Draw a texture in the Scene.\n\n```plaintext\nParams: screenRect - The size and position of the texture on the \"screen\" defined by the XY plane.\n texture - The texture to be displayed.\n mat - An optional material to apply the texture.\n leftBorder - Inset from the rectangle's left edge.\n rightBorder - Inset from the rectangle's right edge.\n topBorder - Inset from the rectangle's top edge.\n bottomBorder - Inset from the rectangle's bottom edge.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "center", "typeName": "UnityEngine.Vector3" }, + { "name": "fov", "typeName": "float" }, + { "name": "maxRange", "typeName": "float" }, + { "name": "minRange", "typeName": "float" }, + { "name": "aspect", "typeName": "float" } + ], + "isStatic": true, + "name": "DrawFrustum", + "comment": "Draw a camera frustum using the currently set Gizmos.matrix for it's location and rotation.\n\n```plaintext\nParams: center - The apex of the truncated pyramid.\n fov - Vertical field of view (ie, the angle at the apex in degrees).\n maxRange - Distance of the frustum's far plane.\n minRange - Distance of the frustum's near plane.\n aspect - Width/height ratio.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "r", "typeName": "UnityEngine.Ray" }], + "isStatic": true, + "name": "DrawRay", + "comment": "Draws a ray starting at from to from + direction.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "from", "typeName": "UnityEngine.Vector3" }, + { "name": "direction", "typeName": "UnityEngine.Vector3" } + ], + "isStatic": true, + "name": "DrawRay", + "comment": "Draws a ray starting at from to from + direction.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "mesh", "typeName": "UnityEngine.Mesh" }, + { "name": "position", "typeName": "UnityEngine.Vector3" }, + { "name": "rotation", "typeName": "UnityEngine.Quaternion" } + ], + "isStatic": true, + "name": "DrawMesh", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "mesh", "typeName": "UnityEngine.Mesh" }, + { "name": "position", "typeName": "UnityEngine.Vector3" } + ], + "isStatic": true, + "name": "DrawMesh", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "mesh", "typeName": "UnityEngine.Mesh" }], + "isStatic": true, + "name": "DrawMesh", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "mesh", "typeName": "UnityEngine.Mesh" }, + { "name": "position", "typeName": "UnityEngine.Vector3" }, + { "name": "rotation", "typeName": "UnityEngine.Quaternion" }, + { "name": "scale", "typeName": "UnityEngine.Vector3" } + ], + "isStatic": true, + "name": "DrawMesh", + "comment": "Draws a mesh.\n\n```plaintext\nParams: mesh - Mesh to draw as a gizmo.\n position - Position (default is zero).\n rotation - Rotation (default is no rotation).\n scale - Scale (default is no scale).\n submeshIndex - Submesh to draw (default is -1, which draws whole mesh).\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "mesh", "typeName": "UnityEngine.Mesh" }, + { "name": "submeshIndex", "typeName": "int" }, + { "name": "position", "typeName": "UnityEngine.Vector3" }, + { "name": "rotation", "typeName": "UnityEngine.Quaternion" } + ], + "isStatic": true, + "name": "DrawMesh", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "mesh", "typeName": "UnityEngine.Mesh" }, + { "name": "submeshIndex", "typeName": "int" }, + { "name": "position", "typeName": "UnityEngine.Vector3" } + ], + "isStatic": true, + "name": "DrawMesh", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "mesh", "typeName": "UnityEngine.Mesh" }, + { "name": "submeshIndex", "typeName": "int" } + ], + "isStatic": true, + "name": "DrawMesh", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "mesh", "typeName": "UnityEngine.Mesh" }, + { "name": "position", "typeName": "UnityEngine.Vector3" }, + { "name": "rotation", "typeName": "UnityEngine.Quaternion" } + ], + "isStatic": true, + "name": "DrawWireMesh", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "mesh", "typeName": "UnityEngine.Mesh" }, + { "name": "position", "typeName": "UnityEngine.Vector3" } + ], + "isStatic": true, + "name": "DrawWireMesh", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "mesh", "typeName": "UnityEngine.Mesh" }], + "isStatic": true, + "name": "DrawWireMesh", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "mesh", "typeName": "UnityEngine.Mesh" }, + { "name": "position", "typeName": "UnityEngine.Vector3" }, + { "name": "rotation", "typeName": "UnityEngine.Quaternion" }, + { "name": "scale", "typeName": "UnityEngine.Vector3" } + ], + "isStatic": true, + "name": "DrawWireMesh", + "comment": "Draws a wireframe mesh.\n\n```plaintext\nParams: mesh - Mesh to draw as a gizmo.\n position - Position (default is zero).\n rotation - Rotation (default is no rotation).\n scale - Scale (default is no scale).\n submeshIndex - Submesh to draw (default is -1, which draws whole mesh).\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "mesh", "typeName": "UnityEngine.Mesh" }, + { "name": "submeshIndex", "typeName": "int" }, + { "name": "position", "typeName": "UnityEngine.Vector3" }, + { "name": "rotation", "typeName": "UnityEngine.Quaternion" } + ], + "isStatic": true, + "name": "DrawWireMesh", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "mesh", "typeName": "UnityEngine.Mesh" }, + { "name": "submeshIndex", "typeName": "int" }, + { "name": "position", "typeName": "UnityEngine.Vector3" } + ], + "isStatic": true, + "name": "DrawWireMesh", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "mesh", "typeName": "UnityEngine.Mesh" }, + { "name": "submeshIndex", "typeName": "int" } + ], + "isStatic": true, + "name": "DrawWireMesh", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "center", "typeName": "UnityEngine.Vector3" }, + { "name": "name", "typeName": "string" } + ], + "isStatic": true, + "name": "DrawIcon", + "comment": "Draw an icon at a position in the Scene view.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "screenRect", "typeName": "UnityEngine.Rect" }, + { "name": "texture", "typeName": "UnityEngine.Texture" } + ], + "isStatic": true, + "name": "DrawGUITexture", + "comment": "Draw a texture in the Scene.\n\n```plaintext\nParams: screenRect - The size and position of the texture on the \"screen\" defined by the XY plane.\n texture - The texture to be displayed.\n mat - An optional material to apply the texture.\n leftBorder - Inset from the rectangle's left edge.\n rightBorder - Inset from the rectangle's right edge.\n topBorder - Inset from the rectangle's top edge.\n bottomBorder - Inset from the rectangle's bottom edge.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "screenRect", "typeName": "UnityEngine.Rect" }, + { "name": "texture", "typeName": "UnityEngine.Texture" }, + { "name": "mat", "typeName": "UnityEngine.Material" } + ], + "isStatic": true, + "name": "DrawGUITexture", + "comment": "Draw a texture in the Scene.\n\n```plaintext\nParams: screenRect - The size and position of the texture on the \"screen\" defined by the XY plane.\n texture - The texture to be displayed.\n mat - An optional material to apply the texture.\n leftBorder - Inset from the rectangle's left edge.\n rightBorder - Inset from the rectangle's right edge.\n topBorder - Inset from the rectangle's top edge.\n bottomBorder - Inset from the rectangle's bottom edge.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "screenRect", "typeName": "UnityEngine.Rect" }, + { "name": "texture", "typeName": "UnityEngine.Texture" }, + { "name": "leftBorder", "typeName": "int" }, + { "name": "rightBorder", "typeName": "int" }, + { "name": "topBorder", "typeName": "int" }, + { "name": "bottomBorder", "typeName": "int" } + ], + "isStatic": true, + "name": "DrawGUITexture", + "comment": "Draw a texture in the Scene.\n\n```plaintext\nParams: screenRect - The size and position of the texture on the \"screen\" defined by the XY plane.\n texture - The texture to be displayed.\n mat - An optional material to apply the texture.\n leftBorder - Inset from the rectangle's left edge.\n rightBorder - Inset from the rectangle's right edge.\n topBorder - Inset from the rectangle's top edge.\n bottomBorder - Inset from the rectangle's bottom edge.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "Gizmos", + "comment": "Gizmos are used to give visual debugging or setup aids in the Scene view.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Camera.MonoOrStereoscopicEye", + "name": "Left", + "comment": "Camera eye corresponding to stereoscopic rendering of the left eye.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Camera.MonoOrStereoscopicEye", + "name": "Right", + "comment": "Camera eye corresponding to stereoscopic rendering of the right eye.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Camera.MonoOrStereoscopicEye", + "name": "Mono", + "comment": "Camera eye corresponding to non-stereoscopic rendering.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Camera.MonoOrStereoscopicEye", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "MonoOrStereoscopicEye", + "comment": "A Camera eye corresponding to the left or right human eye for stereoscopic rendering, or neither for non-stereoscopic rendering.\n\nA single Camera can render both left and right views in a single frame. Therefore, this enum describes which eye the Camera is currently rendering when returned by Camera.stereoActiveEye during a rendering callback (such as Camera.OnRenderImage), or which eye to act on when passed into a function.\n\nThe default value is Camera.MonoOrStereoscopicEye.Left, so Camera.MonoOrStereoscopicEye.Left may be returned by some methods or properties when called outside of rendering if stereoscopic rendering is enabled.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Camera.RenderRequestMode", + "name": "None", + "comment": "Default value for a request.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Camera.RenderRequestMode", + "name": "ObjectId", + "comment": "The render request outputs an object InstanceID buffer.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Camera.RenderRequestMode", + "name": "Depth", + "comment": "The render request outputs a depth value.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Camera.RenderRequestMode", + "name": "VertexNormal", + "comment": "The render request outputs the interpolated vertex normal.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Camera.RenderRequestMode", + "name": "WorldPosition", + "comment": "The render request outputs a world position buffer.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Camera.RenderRequestMode", + "name": "EntityId", + "comment": "The render request outputs an entity id.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Camera.RenderRequestMode", + "name": "BaseColor", + "comment": "The render request outputs the materials albedo / base color.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Camera.RenderRequestMode", + "name": "SpecularColor", + "comment": "The render request returns the materials specular color buffer.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Camera.RenderRequestMode", + "name": "Metallic", + "comment": "The render outputs the materials metal value.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Camera.RenderRequestMode", + "name": "Emission", + "comment": "The render request outputs the materials emission value.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Camera.RenderRequestMode", + "name": "Normal", + "comment": "The render request outputs the per pixel normal.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Camera.RenderRequestMode", + "name": "Smoothness", + "comment": "The render request returns the materials smoothness buffer.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Camera.RenderRequestMode", + "name": "Occlusion", + "comment": "The render request returns the material ambient occlusion buffer.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Camera.RenderRequestMode", + "name": "DiffuseColor", + "comment": "The render request outputs the materials diffuse color.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Camera.RenderRequestMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "RenderRequestMode", + "comment": "Modes available for submitting when making a render request.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Camera.RenderRequestOutputSpace", + "name": "ScreenSpace", + "comment": "RenderRequests will be rendered in screenspace from the perspective of the camera.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Camera.RenderRequestOutputSpace", + "name": "UV0", + "comment": "RenderRequests will be outputted in UV 0 space of the rendered mesh.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Camera.RenderRequestOutputSpace", + "name": "UV1", + "comment": "RenderRequests will be outputted in UV 1 space of the rendered mesh.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Camera.RenderRequestOutputSpace", + "name": "UV2", + "comment": "RenderRequests will be outputted in UV 2 space of the rendered mesh.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Camera.RenderRequestOutputSpace", + "name": "UV3", + "comment": "RenderRequests will be outputted in UV 3 space of the rendered mesh.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Camera.RenderRequestOutputSpace", + "name": "UV4", + "comment": "RenderRequests will be outputted in UV 4 space of the rendered mesh.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Camera.RenderRequestOutputSpace", + "name": "UV5", + "comment": "RenderRequests will be outputted in UV 5 space of the rendered mesh.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Camera.RenderRequestOutputSpace", + "name": "UV6", + "comment": "RenderRequests will be outputted in UV 6 space of the rendered mesh.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Camera.RenderRequestOutputSpace", + "name": "UV7", + "comment": "RenderRequests will be outputted in UV 7 space of the rendered mesh.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Camera.RenderRequestOutputSpace", + "name": "UV8", + "comment": "RenderRequests will be outputted in UV 8 space of the rendered mesh.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Camera.RenderRequestOutputSpace", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "RenderRequestOutputSpace", + "comment": "Defines in which space render requests will be be outputted.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Timeline", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "GroupTrack", + "params": [], + "isStatic": false, + "name": "GetGroup", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "group", "typeName": "UnityEngine.Timeline.GroupTrack" } + ], + "isStatic": false, + "name": "SetGroup", + "comment": "", + "location": "Unity.Timeline.dll" + } + ], + "name": "TrackAssetExtensions", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "int", + "name": "order", + "comment": "The order, lowest to highest, that the Application.onBeforeRender event recievers will be called in.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "order", "typeName": "int" }], + "isStatic": false, + "name": ".ctor", + "comment": "When applied to methods, specifies the order called during Application.onBeforeRender events.\n\n```plaintext\nParams: order - The sorting order, sorted lowest to highest.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "BeforeRenderOrderAttribute", + "comment": "Use this BeforeRenderOrderAttribute when you need to specify a custom callback order for Application.onBeforeRender.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "isValid", + "comment": "Is this request properly formed.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Camera.RenderRequestMode", + "name": "mode", + "comment": "The type of request.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.RenderTexture", + "name": "result", + "comment": "The result of the request.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Camera.RenderRequestOutputSpace", + "name": "outputSpace", + "comment": "Defines in which space render requests will be be outputted.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "mode", + "typeName": "UnityEngine.Camera.RenderRequestMode" + }, + { "name": "rt", "typeName": "UnityEngine.RenderTexture" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "mode", + "typeName": "UnityEngine.Camera.RenderRequestMode" + }, + { + "name": "space", + "typeName": "UnityEngine.Camera.RenderRequestOutputSpace" + }, + { "name": "rt", "typeName": "UnityEngine.RenderTexture" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "RenderRequest", + "comment": "A request that can be used for making specific rendering requests.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.Object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "float", + "name": "width", + "comment": "Width of the billboard.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "height", + "comment": "Height of the billboard.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "bottom", + "comment": "Height of the billboard that is below ground.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "imageCount", + "comment": "Number of pre-rendered images that can be switched when the billboard is viewed from different angles.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "vertexCount", + "comment": "Number of vertices in the billboard mesh.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "indexCount", + "comment": "Number of indices in the billboard mesh.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Material", + "name": "material", + "comment": "The material used for rendering.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Constructs a new BillboardAsset.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "imageTexCoords", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "GetImageTexCoords", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetImageTexCoords", + "comment": "Get the array of billboard image texture coordinate data.\n\n```plaintext\nParams: imageTexCoords - The list that receives the array.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "imageTexCoords", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "SetImageTexCoords", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "imageTexCoords", "typeName": "UnityEngine.Vector4[]" } + ], + "isStatic": false, + "name": "SetImageTexCoords", + "comment": "Set the array of billboard image texture coordinate data.\n\n```plaintext\nParams: imageTexCoords - The array of data to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "vertices", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "GetVertices", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetVertices", + "comment": "Get the vertices of the billboard mesh.\n\n```plaintext\nParams: vertices - The list that receives the array.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "vertices", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "SetVertices", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "vertices", "typeName": "UnityEngine.Vector2[]" } + ], + "isStatic": false, + "name": "SetVertices", + "comment": "Set the vertices of the billboard mesh.\n\n```plaintext\nParams: vertices - The array of data to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "indices", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "GetIndices", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetIndices", + "comment": "Get the indices of the billboard mesh.\n\n```plaintext\nParams: indices - The list that receives the array.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "indices", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "SetIndices", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "indices", "typeName": "ushort[]" }], + "isStatic": false, + "name": "SetIndices", + "comment": "Set the indices of the billboard mesh.\n\n```plaintext\nParams: indices - The array of data to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "BillboardAsset", + "comment": "BillboardAsset describes how a billboard is rendered.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Timeline", + "baseClass": "UnityEngine.Timeline.TrackAsset", + "attribute": "", + "interfaces": [ + "IPlayableAsset", + "ISerializationCallbackReceiver", + "IPropertyPreview", + "ICurvesOwner" + ], + "fields": [ + { + "typeName": "System.Collections.Generic.IEnumerable", + "name": "outputs", + "comment": "", + "location": "Unity.Timeline.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Timeline.dll" + } + ], + "name": "GroupTrack", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.Renderer", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.BillboardAsset", + "name": "billboard", + "comment": "The BillboardAsset to render.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Constructor.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "BillboardRenderer", + "comment": "Renders a billboard from a BillboardAsset.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Vector3", + "name": "position", + "comment": "The position of the center of the BoundingSphere.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "radius", + "comment": "The radius of the BoundingSphere.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "pos", "typeName": "UnityEngine.Vector3" }, + { "name": "rad", "typeName": "float" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Initializes a BoundingSphere.\n\n```plaintext\nParams: pos - The center of the sphere.\n rad - The radius of the sphere.\n packedSphere - A four-component vector containing the position (packed into the XYZ components) and radius (packed into the W component).\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "packedSphere", "typeName": "UnityEngine.Vector4" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Initializes a BoundingSphere.\n\n```plaintext\nParams: pos - The center of the sphere.\n rad - The radius of the sphere.\n packedSphere - A four-component vector containing the position (packed into the XYZ components) and radius (packed into the W component).\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "BoundingSphere", + "comment": "Describes a single bounding sphere for use by a CullingGroup.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "index", + "comment": "The index of the sphere that has changed.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "isVisible", + "comment": "Was the sphere considered visible by the most recent culling pass?\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "wasVisible", + "comment": "Was the sphere visible before the most recent culling pass?\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "hasBecomeVisible", + "comment": "Did this sphere change from being invisible to being visible in the most recent culling pass?\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "hasBecomeInvisible", + "comment": "Did this sphere change from being visible to being invisible in the most recent culling pass?\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "currentDistance", + "comment": "The current distance band index of the sphere, after the most recent culling pass.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "previousDistance", + "comment": "The distance band index of the sphere before the most recent culling pass.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "CullingGroupEvent", + "comment": "Provides information about the current and previous states of one sphere in a CullingGroup.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Action", + "name": "textureLoaded", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "System.Action", + "name": "textureUnloaded", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "System.Action", + "name": "updateTriggered", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "System.Action", + "name": "initializeTriggered", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Action" + } + ], + "isStatic": true, + "name": "add_textureLoaded", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Action" + } + ], + "isStatic": true, + "name": "remove_textureLoaded", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Action" + } + ], + "isStatic": true, + "name": "add_textureUnloaded", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Action" + } + ], + "isStatic": true, + "name": "remove_textureUnloaded", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "currentCustomRenderTextures", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": true, + "name": "GetAllCustomRenderTextures", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Action" + } + ], + "isStatic": true, + "name": "add_updateTriggered", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Action" + } + ], + "isStatic": true, + "name": "remove_updateTriggered", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Action" + } + ], + "isStatic": true, + "name": "add_initializeTriggered", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Action" + } + ], + "isStatic": true, + "name": "remove_initializeTriggered", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "CustomRenderTextureManager", + "comment": "Custom Render Texture Manager.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "object", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "UnityEngine.CullingGroup.StateChanged", + "name": "onStateChanged", + "comment": "Sets the callback that will be called when a sphere's visibility and/or distance state has changed.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "enabled", + "comment": "Pauses culling group execution.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Camera", + "name": "targetCamera", + "comment": "Locks the CullingGroup to a specific camera.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Create a CullingGroup.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "Clean up all memory used by the CullingGroup immediately.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "array", "typeName": "UnityEngine.BoundingSphere[]" } + ], + "isStatic": false, + "name": "SetBoundingSpheres", + "comment": "Sets the array of bounding sphere definitions that the CullingGroup should compute culling for.\n\n```plaintext\nParams: array - The BoundingSpheres to cull.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "count", "typeName": "int" }], + "isStatic": false, + "name": "SetBoundingSphereCount", + "comment": "Sets the number of bounding spheres in the bounding spheres array that are actually being used.\n\n```plaintext\nParams: count - The number of bounding spheres being used.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "EraseSwapBack", + "comment": "Erase a given bounding sphere by moving the final sphere on top of it.\n\n```plaintext\nParams: index - The index of the entry to erase.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "myArray", "typeName": "T[]" }, + { "name": "size", "typeName": "int" } + ], + "isStatic": true, + "name": "EraseSwapBack", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "visible", "typeName": "bool" }, + { "name": "result", "typeName": "int[]" }, + { "name": "firstIndex", "typeName": "int" } + ], + "isStatic": false, + "name": "QueryIndices", + "comment": "The number of sphere indices found and written into the result array.\n\n```plaintext\nParams: visible - True if only visible spheres should be retrieved; false if only invisible spheres should be retrieved.\n distanceIndex - The distance band that retrieved spheres must be in.\n result - An array that will be filled with the retrieved sphere indices.\n firstIndex - The index of the sphere to begin searching at.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "distanceIndex", "typeName": "int" }, + { "name": "result", "typeName": "int[]" }, + { "name": "firstIndex", "typeName": "int" } + ], + "isStatic": false, + "name": "QueryIndices", + "comment": "The number of sphere indices found and written into the result array.\n\n```plaintext\nParams: visible - True if only visible spheres should be retrieved; false if only invisible spheres should be retrieved.\n distanceIndex - The distance band that retrieved spheres must be in.\n result - An array that will be filled with the retrieved sphere indices.\n firstIndex - The index of the sphere to begin searching at.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "visible", "typeName": "bool" }, + { "name": "distanceIndex", "typeName": "int" }, + { "name": "result", "typeName": "int[]" }, + { "name": "firstIndex", "typeName": "int" } + ], + "isStatic": false, + "name": "QueryIndices", + "comment": "The number of sphere indices found and written into the result array.\n\n```plaintext\nParams: visible - True if only visible spheres should be retrieved; false if only invisible spheres should be retrieved.\n distanceIndex - The distance band that retrieved spheres must be in.\n result - An array that will be filled with the retrieved sphere indices.\n firstIndex - The index of the sphere to begin searching at.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "IsVisible", + "comment": "True if the sphere is visible; false if it is invisible.\n\n```plaintext\nParams: index - The index of the bounding sphere.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "GetDistance", + "comment": "The sphere's current distance band index.\n\n```plaintext\nParams: index - The index of the sphere.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "distances", "typeName": "float[]" }], + "isStatic": false, + "name": "SetBoundingDistances", + "comment": "Set bounding distances for 'distance bands' the group should compute, as well as options for how spheres falling into each distance band should be treated.\n\n```plaintext\nParams: distances - An array of bounding distances. The distances should be sorted in increasing order.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "point", "typeName": "UnityEngine.Vector3" }], + "isStatic": false, + "name": "SetDistanceReferencePoint", + "comment": "Set the reference point from which distance bands are measured.\n\n```plaintext\nParams: point - A fixed point to measure the distance from.\n transform - A transform to measure the distance from. The transform's position will be automatically tracked.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "transform", "typeName": "UnityEngine.Transform" } + ], + "isStatic": false, + "name": "SetDistanceReferencePoint", + "comment": "Set the reference point from which distance bands are measured.\n\n```plaintext\nParams: point - A fixed point to measure the distance from.\n transform - A transform to measure the distance from. The transform's position will be automatically tracked.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "CullingGroup", + "comment": "Describes a set of bounding spheres that should have their visibility and distances maintained.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Display[]", + "name": "displays", + "comment": "The list of currently connected displays.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "renderingWidth", + "comment": "Horizontal resolution that the display is rendering at.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "renderingHeight", + "comment": "Vertical resolution that the display is rendering at.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "systemWidth", + "comment": "Horizontal native display resolution.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "systemHeight", + "comment": "Vertical native display resolution.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.RenderBuffer", + "name": "colorBuffer", + "comment": "Color RenderBuffer.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.RenderBuffer", + "name": "depthBuffer", + "comment": "Depth RenderBuffer.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "active", + "comment": "Gets the state of the display and returns true if the display is active and false if otherwise.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "requiresBlitToBackbuffer", + "comment": "True when the back buffer requires an intermediate texture to render.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "requiresSrgbBlitToBackbuffer", + "comment": "True when doing a blit to the back buffer requires manual color space conversion.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Display", + "name": "main", + "comment": "Main Display.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "activeEditorGameViewTarget", + "comment": "Get the Editors active GameView display target.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Display.DisplaysUpdatedDelegate", + "name": "onDisplaysUpdated", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Activate", + "comment": "Activate an external display. Eg. Secondary Monitors connected to the System.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "width", "typeName": "int" }, + { "name": "height", "typeName": "int" }, + { "name": "refreshRate", "typeName": "int" } + ], + "isStatic": false, + "name": "Activate", + "comment": "This overloaded function available for Windows allows specifying desired Window Width, Height and Refresh Rate.\n\n```plaintext\nParams: width - Desired Width of the Window (for Windows only. On Linux and Mac uses Screen Width).\n height - Desired Height of the Window (for Windows only. On Linux and Mac uses Screen Height).\n refreshRate - Desired Refresh Rate.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "width", "typeName": "int" }, + { "name": "height", "typeName": "int" }, + { "name": "x", "typeName": "int" }, + { "name": "y", "typeName": "int" } + ], + "isStatic": false, + "name": "SetParams", + "comment": "Set rendering size and position on screen (Windows only).\n\n```plaintext\nParams: width - Change Window Width (Windows Only).\n height - Change Window Height (Windows Only).\n x - Change Window Position X (Windows Only).\n y - Change Window Position Y (Windows Only).\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "w", "typeName": "int" }, + { "name": "h", "typeName": "int" } + ], + "isStatic": false, + "name": "SetRenderingResolution", + "comment": "Sets rendering resolution for the display.\n\n```plaintext\nParams: w - Rendering width in pixels.\n h - Rendering height in pixels.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": true, + "name": "MultiDisplayLicense", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector3", + "params": [ + { + "name": "inputMouseCoordinates", + "typeName": "UnityEngine.Vector3" + } + ], + "isStatic": true, + "name": "RelativeMouseAt", + "comment": "Query relative mouse coordinates.\n\n```plaintext\nParams: inputMouseCoordinates - Mouse Input Position as Coordinates.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "UnityEngine.Display.DisplaysUpdatedDelegate" + } + ], + "isStatic": true, + "name": "add_onDisplaysUpdated", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "UnityEngine.Display.DisplaysUpdatedDelegate" + } + ], + "isStatic": true, + "name": "remove_onDisplaysUpdated", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "Display", + "comment": "Provides access to a display / screen for rendering operations.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Timeline", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Playable", + "params": [ + { + "name": "graph", + "typeName": "UnityEngine.Playables.PlayableGraph" + }, + { "name": "go", "typeName": "UnityEngine.GameObject" }, + { "name": "inputCount", "typeName": "int" } + ], + "isStatic": false, + "name": "CreateLayerMixer", + "comment": "", + "location": "Unity.Timeline.dll" + } + ], + "name": "ILayerable", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "DisplaysUpdatedDelegate", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.Behaviour", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [], + "name": "FlareLayer", + "comment": "FlareLayer component.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.FullScreenMode", + "name": "ExclusiveFullScreen", + "comment": "Exclusive Mode.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.FullScreenMode", + "name": "FullScreenWindow", + "comment": "Fullscreen window.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.FullScreenMode", + "name": "MaximizedWindow", + "comment": "Maximized window.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.FullScreenMode", + "name": "Windowed", + "comment": "Windowed.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.FullScreenMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "FullScreenMode", + "comment": "Platform agnostic fullscreen mode. Not all platforms support all modes.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.Behaviour", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Rendering.ReflectionProbeType", + "name": "type", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "size", + "comment": "The size of the box area in which reflections will be applied to the objects. Measured in the probes's local space.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "center", + "comment": "The center of the box area in which reflections will be applied to the objects. Measured in the probes's local space.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "nearClipPlane", + "comment": "The near clipping plane distance when rendering the probe.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "farClipPlane", + "comment": "The far clipping plane distance when rendering the probe.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "intensity", + "comment": "The intensity modifier that is applied to the texture of reflection probe in the shader.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Bounds", + "name": "bounds", + "comment": "The bounding volume of the reflection probe (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "hdr", + "comment": "Should this reflection probe use HDR rendering?\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "renderDynamicObjects", + "comment": "Specifies whether Unity should render non-static GameObjects into the Reflection Probe. If you set this to true, Unity renders non-static GameObjects into the Reflection Probe. If you set this to false, Unity does not render non-static GameObjects into the Reflection Probe. Unity only takes this property into account if the Reflection Probe's Type is Custom.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "shadowDistance", + "comment": "Shadow drawing distance when rendering the probe.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "resolution", + "comment": "Resolution of the underlying reflection texture in pixels.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "cullingMask", + "comment": "This is used to render parts of the reflecion probe's surrounding selectively.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.ReflectionProbeClearFlags", + "name": "clearFlags", + "comment": "How the reflection probe clears the background.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Color", + "name": "backgroundColor", + "comment": "The color with which the texture of reflection probe will be cleared.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "blendDistance", + "comment": "Distance around probe used for blending (used in deferred probes).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "boxProjection", + "comment": "Should this reflection probe use box projection?\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.ReflectionProbeMode", + "name": "mode", + "comment": "Should reflection probe texture be generated in the Editor (ReflectionProbeMode.Baked) or should probe use custom specified texure (ReflectionProbeMode.Custom)?\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "importance", + "comment": "Reflection probe importance.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.ReflectionProbeRefreshMode", + "name": "refreshMode", + "comment": "Sets the way the probe will refresh.\n\nSee Also: ReflectionProbeRefreshMode.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.ReflectionProbeTimeSlicingMode", + "name": "timeSlicingMode", + "comment": "Sets this probe time-slicing mode\n\nSee Also: ReflectionProbeTimeSlicingMode.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Texture", + "name": "bakedTexture", + "comment": "Reference to the baked texture of the reflection probe's surrounding.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Texture", + "name": "customBakedTexture", + "comment": "Reference to the baked texture of the reflection probe's surrounding. Use this to assign custom reflection texture.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.RenderTexture", + "name": "realtimeTexture", + "comment": "Reference to the realtime texture of the reflection probe's surroundings. Use this to assign a RenderTexture to use for realtime reflection.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Texture", + "name": "texture", + "comment": "Texture which is passed to the shader of the objects in the vicinity of the reflection probe (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector4", + "name": "textureHDRDecodeValues", + "comment": "HDR decode values of the reflection probe texture.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "minBakedCubemapResolution", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "maxBakedCubemapResolution", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector4", + "name": "defaultTextureHDRDecodeValues", + "comment": "HDR decode values of the default reflection probe texture.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Texture", + "name": "defaultTexture", + "comment": "Texture which is used outside of all reflection probes (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "System.Action", + "name": "reflectionProbeChanged", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "System.Action", + "name": "defaultReflectionSet", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Reset", + "comment": "Revert all ReflectionProbe parameters to default.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "RenderProbe", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "targetTexture", "typeName": "UnityEngine.RenderTexture" } + ], + "isStatic": false, + "name": "RenderProbe", + "comment": "An integer representing a RenderID which can subsequently be used to check if the probe has finished rendering while rendering in time-slice mode.\n\n See Also: IsFinishedRendering\n See Also: timeSlicingMode\n\n```plaintext\nParams: targetTexture - Target RendeTexture in which rendering should be done. Specifying null will update the probe's default texture.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "renderId", "typeName": "int" }], + "isStatic": false, + "name": "IsFinishedRendering", + "comment": "True if the render has finished, false otherwise.\n\n See Also: timeSlicingMode\n\n```plaintext\nParams: renderId - An integer representing the RenderID as returned by the RenderProbe method.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "src", "typeName": "UnityEngine.Texture" }, + { "name": "dst", "typeName": "UnityEngine.Texture" }, + { "name": "blend", "typeName": "float" }, + { "name": "target", "typeName": "UnityEngine.RenderTexture" } + ], + "isStatic": true, + "name": "BlendCubemap", + "comment": "Returns trues if cubemaps were blended, false otherwise.\n\n```plaintext\nParams: src - Cubemap to blend from.\n dst - Cubemap to blend to.\n blend - Blend weight.\n target - RenderTexture which will hold the result of the blend.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Action" + } + ], + "isStatic": true, + "name": "add_reflectionProbeChanged", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Action" + } + ], + "isStatic": true, + "name": "remove_reflectionProbeChanged", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Action" + } + ], + "isStatic": true, + "name": "add_defaultReflectionSet", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Action" + } + ], + "isStatic": true, + "name": "remove_defaultReflectionSet", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "ReflectionProbe", + "comment": "The reflection probe is used to capture the surroundings into a texture which is passed to the shaders and used for reflections.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "NeverSleep", + "comment": "Prevent screen dimming.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "SystemSetting", + "comment": "Set the sleep timeout to whatever the user has specified in the system settings.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "SleepTimeout", + "comment": "Constants for special values of Screen.sleepTimeout.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Timeline", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Timeline.ActivationControlPlayable.PostPlaybackState", + "name": "Active", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "UnityEngine.Timeline.ActivationControlPlayable.PostPlaybackState", + "name": "Inactive", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "UnityEngine.Timeline.ActivationControlPlayable.PostPlaybackState", + "name": "Revert", + "comment": "", + "location": "Unity.Timeline.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Timeline.ActivationControlPlayable.PostPlaybackState", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Timeline.dll" + } + ], + "name": "PostPlaybackState", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.ReflectionProbe.ReflectionProbeEvent", + "name": "ReflectionProbeAdded", + "comment": "An event that occurs when a Reflection Probe component is added to a Scene or enabled in a Scene.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.ReflectionProbe.ReflectionProbeEvent", + "name": "ReflectionProbeRemoved", + "comment": "An event that occurs when a Reflection Probe component is unloaded from a Scene or disabled in a Scene.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.ReflectionProbe.ReflectionProbeEvent", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "ReflectionProbeEvent", + "comment": "Types of events that occur when ReflectionProbe components are used in a Scene.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "width", + "comment": "The current width of the screen window in pixels (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "height", + "comment": "The current height of the screen window in pixels (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "dpi", + "comment": "The current DPI of the screen / device (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Resolution", + "name": "currentResolution", + "comment": "The current screen resolution (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Resolution[]", + "name": "resolutions", + "comment": "Returns all full-screen resolutions that the monitor supports (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "fullScreen", + "comment": "Enables full-screen mode for the application.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.FullScreenMode", + "name": "fullScreenMode", + "comment": "Set this property to one of the values in FullScreenMode to change the display mode of your application.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rect", + "name": "safeArea", + "comment": "Returns the safe area of the screen in pixels (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rect[]", + "name": "cutouts", + "comment": "Returns a list of screen areas that are not functional for displaying content (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "autorotateToPortrait", + "comment": "Enables auto-rotation to portrait.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "autorotateToPortraitUpsideDown", + "comment": "Enables auto-rotation to portrait, upside down.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "autorotateToLandscapeLeft", + "comment": "Enables auto-rotation to landscape left\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "autorotateToLandscapeRight", + "comment": "Enables auto-rotation to landscape right.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.ScreenOrientation", + "name": "orientation", + "comment": "Specifies logical orientation of the screen.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "sleepTimeout", + "comment": "A power saving setting, allowing the screen to dim some time after the last active user interaction.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "brightness", + "comment": "The current brightness of the screen.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Resolution[]", + "name": "GetResolution", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "showCursor", + "comment": "Should the cursor be visible?\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "lockCursor", + "comment": "Enable cursor locking\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "width", "typeName": "int" }, + { "name": "height", "typeName": "int" }, + { + "name": "fullscreenMode", + "typeName": "UnityEngine.FullScreenMode" + }, + { "name": "preferredRefreshRate", "typeName": "int" } + ], + "isStatic": true, + "name": "SetResolution", + "comment": "Switches the screen resolution.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "width", "typeName": "int" }, + { "name": "height", "typeName": "int" }, + { + "name": "fullscreenMode", + "typeName": "UnityEngine.FullScreenMode" + } + ], + "isStatic": true, + "name": "SetResolution", + "comment": "Switches the screen resolution.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "width", "typeName": "int" }, + { "name": "height", "typeName": "int" }, + { "name": "fullscreen", "typeName": "bool" }, + { "name": "preferredRefreshRate", "typeName": "int" } + ], + "isStatic": true, + "name": "SetResolution", + "comment": "Switches the screen resolution.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "width", "typeName": "int" }, + { "name": "height", "typeName": "int" }, + { "name": "fullscreen", "typeName": "bool" } + ], + "isStatic": true, + "name": "SetResolution", + "comment": "Switches the screen resolution.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "Screen", + "comment": "Provides access to display information.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Timeline", + "baseClass": "UnityEngine.ScriptableObject", + "attribute": "", + "interfaces": ["IPlayableAsset", "IPlayableBehaviour"], + "fields": [ + { + "typeName": "double", + "name": "duration", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "System.Collections.Generic.IEnumerable", + "name": "outputs", + "comment": "", + "location": "Unity.Timeline.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "playable", "typeName": "UnityEngine.Playables.Playable" } + ], + "isStatic": false, + "name": "OnGraphStart", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "playable", "typeName": "UnityEngine.Playables.Playable" } + ], + "isStatic": false, + "name": "OnGraphStop", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "playable", "typeName": "UnityEngine.Playables.Playable" } + ], + "isStatic": false, + "name": "OnPlayableCreate", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "playable", "typeName": "UnityEngine.Playables.Playable" } + ], + "isStatic": false, + "name": "OnPlayableDestroy", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "playable", + "typeName": "UnityEngine.Playables.Playable" + }, + { "name": "info", "typeName": "UnityEngine.Playables.FrameData" } + ], + "isStatic": false, + "name": "OnBehaviourPlay", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "playable", + "typeName": "UnityEngine.Playables.Playable" + }, + { "name": "info", "typeName": "UnityEngine.Playables.FrameData" } + ], + "isStatic": false, + "name": "OnBehaviourPause", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "playable", + "typeName": "UnityEngine.Playables.Playable" + }, + { "name": "info", "typeName": "UnityEngine.Playables.FrameData" } + ], + "isStatic": false, + "name": "PrepareFrame", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "playable", + "typeName": "UnityEngine.Playables.Playable" + }, + { "name": "info", "typeName": "UnityEngine.Playables.FrameData" }, + { "name": "playerData", "typeName": "object" } + ], + "isStatic": false, + "name": "ProcessFrame", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "returnTypeName": "Playable", + "params": [ + { + "name": "graph", + "typeName": "UnityEngine.Playables.PlayableGraph" + }, + { "name": "owner", "typeName": "UnityEngine.GameObject" } + ], + "isStatic": false, + "name": "CreatePlayable", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Timeline.dll" + } + ], + "name": "BasicPlayableBehaviour", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [], + "isStatic": false, + "name": "GetNativeRenderBufferPtr", + "comment": "Returns native RenderBuffer. Be warned this is not native Texture, but rather pointer to unity struct that can be used with native unity API. Currently such API exists only on iOS.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "RenderBuffer", + "comment": "Color or depth buffer part of a RenderTexture.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Timeline", + "baseClass": "UnityEngine.Playables.PlayableBehaviour", + "attribute": "", + "interfaces": ["IPlayableBehaviour", "ICloneable"], + "fields": [ + { + "typeName": "UnityEngine.Playables.PlayableDirector", + "name": "director", + "comment": "", + "location": "Unity.Timeline.dll" + } + ], + "methods": [ + { + "returnTypeName": "ScriptPlayable", + "params": [ + { + "name": "graph", + "typeName": "UnityEngine.Playables.PlayableGraph" + }, + { + "name": "director", + "typeName": "UnityEngine.Playables.PlayableDirector" + } + ], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "playable", "typeName": "UnityEngine.Playables.Playable" } + ], + "isStatic": false, + "name": "OnPlayableDestroy", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "playable", + "typeName": "UnityEngine.Playables.Playable" + }, + { "name": "info", "typeName": "UnityEngine.Playables.FrameData" } + ], + "isStatic": false, + "name": "PrepareFrame", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "playable", + "typeName": "UnityEngine.Playables.Playable" + }, + { "name": "info", "typeName": "UnityEngine.Playables.FrameData" } + ], + "isStatic": false, + "name": "OnBehaviourPlay", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "playable", + "typeName": "UnityEngine.Playables.Playable" + }, + { "name": "info", "typeName": "UnityEngine.Playables.FrameData" } + ], + "isStatic": false, + "name": "OnBehaviourPause", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "playable", + "typeName": "UnityEngine.Playables.Playable" + }, + { "name": "info", "typeName": "UnityEngine.Playables.FrameData" }, + { "name": "playerData", "typeName": "object" } + ], + "isStatic": false, + "name": "ProcessFrame", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Timeline.dll" + } + ], + "name": "DirectorControlPlayable", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.ComputeBufferMode", + "name": "Immutable", + "comment": "Static buffer, only initial upload allowed by the CPU\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.ComputeBufferMode", + "name": "Dynamic", + "comment": "Dynamic buffer.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.ComputeBufferMode", + "name": "Circular", + "comment": "Legacy mode, do not use.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.ComputeBufferMode", + "name": "StreamOut", + "comment": "Stream Out / Transform Feedback output buffer. Internal use only.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.ComputeBufferMode", + "name": "SubUpdates", + "comment": "Dynamic, unsynchronized access to the buffer.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.ComputeBufferMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "ComputeBufferMode", + "comment": "Intended usage of the buffer.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Timeline", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "time", "typeName": "double" }], + "isStatic": false, + "name": "SetTime", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "OnControlTimeStart", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "OnControlTimeStop", + "comment": "", + "location": "Unity.Timeline.dll" + } + ], + "name": "ITimeControl", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.ColorGamut", + "name": "activeColorGamut", + "comment": "Returns the currently active color gamut.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.GraphicsTier", + "name": "activeTier", + "comment": "The GraphicsTier for the current device.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "preserveFramebufferAlpha", + "comment": "True when rendering over native UI is enabled in Player Settings (readonly).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.OpenGLESVersion", + "name": "minOpenGLESVersion", + "comment": "The minimum OpenGL ES version. The value is specified in PlayerSettings.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.RenderBuffer", + "name": "activeColorBuffer", + "comment": "Currently active color buffer (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.RenderBuffer", + "name": "activeDepthBuffer", + "comment": "Currently active depth/stencil buffer (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "string", + "name": "deviceName", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "string", + "name": "deviceVendor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "string", + "name": "deviceVersion", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "ClearRandomWriteTargets", + "comment": "Clear random write targets for level pixel shaders.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "buffer", + "typeName": "UnityEngine.Rendering.CommandBuffer" + } + ], + "isStatic": true, + "name": "ExecuteCommandBuffer", + "comment": "Execute a command buffer.\n\n```plaintext\nParams: buffer - The buffer to execute.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "buffer", + "typeName": "UnityEngine.Rendering.CommandBuffer" + }, + { + "name": "queueType", + "typeName": "UnityEngine.Rendering.ComputeQueueType" + } + ], + "isStatic": true, + "name": "ExecuteCommandBufferAsync", + "comment": "Executes a command buffer on an async compute queue with the queue selected based on the ComputeQueueType parameter passed.\n\n```plaintext\nParams: buffer - The CommandBuffer to be executed.\n queueType - Describes the desired async compute queue the supplied CommandBuffer should be executed on.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "rt", "typeName": "UnityEngine.RenderTexture" }, + { "name": "mipLevel", "typeName": "int" }, + { "name": "face", "typeName": "UnityEngine.CubemapFace" }, + { "name": "depthSlice", "typeName": "int" } + ], + "isStatic": true, + "name": "SetRenderTarget", + "comment": "Sets current render target.\n\n```plaintext\nParams: rt - RenderTexture to set as active render target.\n mipLevel - Mipmap level to render into (use 0 if not mipmapped).\n face - Cubemap face to render into (use Unknown if not a cubemap).\n depthSlice - Depth slice to render into (use 0 if not a 3D or 2DArray render target).\n colorBuffer - Color buffer to render into.\n depthBuffer - Depth buffer to render into.\n colorBuffers - Color buffers to render into (for multiple render target effects).\n setup - Full render target setup information.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "colorBuffer", "typeName": "UnityEngine.RenderBuffer" }, + { "name": "depthBuffer", "typeName": "UnityEngine.RenderBuffer" }, + { "name": "mipLevel", "typeName": "int" }, + { "name": "face", "typeName": "UnityEngine.CubemapFace" }, + { "name": "depthSlice", "typeName": "int" } + ], + "isStatic": true, + "name": "SetRenderTarget", + "comment": "Sets current render target.\n\n```plaintext\nParams: rt - RenderTexture to set as active render target.\n mipLevel - Mipmap level to render into (use 0 if not mipmapped).\n face - Cubemap face to render into (use Unknown if not a cubemap).\n depthSlice - Depth slice to render into (use 0 if not a 3D or 2DArray render target).\n colorBuffer - Color buffer to render into.\n depthBuffer - Depth buffer to render into.\n colorBuffers - Color buffers to render into (for multiple render target effects).\n setup - Full render target setup information.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "colorBuffers", + "typeName": "UnityEngine.RenderBuffer[]" + }, + { "name": "depthBuffer", "typeName": "UnityEngine.RenderBuffer" } + ], + "isStatic": true, + "name": "SetRenderTarget", + "comment": "Sets current render target.\n\n```plaintext\nParams: rt - RenderTexture to set as active render target.\n mipLevel - Mipmap level to render into (use 0 if not mipmapped).\n face - Cubemap face to render into (use Unknown if not a cubemap).\n depthSlice - Depth slice to render into (use 0 if not a 3D or 2DArray render target).\n colorBuffer - Color buffer to render into.\n depthBuffer - Depth buffer to render into.\n colorBuffers - Color buffers to render into (for multiple render target effects).\n setup - Full render target setup information.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "setup", "typeName": "UnityEngine.RenderTargetSetup" } + ], + "isStatic": true, + "name": "SetRenderTarget", + "comment": "Sets current render target.\n\n```plaintext\nParams: rt - RenderTexture to set as active render target.\n mipLevel - Mipmap level to render into (use 0 if not mipmapped).\n face - Cubemap face to render into (use Unknown if not a cubemap).\n depthSlice - Depth slice to render into (use 0 if not a 3D or 2DArray render target).\n colorBuffer - Color buffer to render into.\n depthBuffer - Depth buffer to render into.\n colorBuffers - Color buffers to render into (for multiple render target effects).\n setup - Full render target setup information.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "uav", "typeName": "UnityEngine.RenderTexture" } + ], + "isStatic": true, + "name": "SetRandomWriteTarget", + "comment": "Set random write target for level pixel shaders.\n\n```plaintext\nParams: index - Index of the random write target in the shader.\n uav - Buffer or texture to set as the write target.\n preserveCounterValue - Whether to leave the append/consume counter value unchanged.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "uav", "typeName": "UnityEngine.ComputeBuffer" }, + { "name": "preserveCounterValue", "typeName": "bool" } + ], + "isStatic": true, + "name": "SetRandomWriteTarget", + "comment": "Set random write target for level pixel shaders.\n\n```plaintext\nParams: index - Index of the random write target in the shader.\n uav - Buffer or texture to set as the write target.\n preserveCounterValue - Whether to leave the append/consume counter value unchanged.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "uav", "typeName": "UnityEngine.GraphicsBuffer" }, + { "name": "preserveCounterValue", "typeName": "bool" } + ], + "isStatic": true, + "name": "SetRandomWriteTarget", + "comment": "Set random write target for level pixel shaders.\n\n```plaintext\nParams: index - Index of the random write target in the shader.\n uav - Buffer or texture to set as the write target.\n preserveCounterValue - Whether to leave the append/consume counter value unchanged.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "src", "typeName": "UnityEngine.Texture" }, + { "name": "dst", "typeName": "UnityEngine.Texture" } + ], + "isStatic": true, + "name": "CopyTexture", + "comment": "Copy texture contents.\n\n```plaintext\nParams: src - Source texture.\n dst - Destination texture.\n srcElement - Source texture element (cubemap face, texture array layer or 3D texture depth slice).\n srcMip - Source texture mipmap level.\n dstElement - Destination texture element (cubemap face, texture array layer or 3D texture depth slice).\n dstMip - Destination texture mipmap level.\n srcX - X coordinate of source texture region to copy (left side is zero).\n srcY - Y coordinate of source texture region to copy (bottom is zero).\n srcWidth - Width of source texture region to copy.\n srcHeight - Height of source texture region to copy.\n dstX - X coordinate of where to copy region in destination texture (left side is zero).\n dstY - Y coordinate of where to copy region in destination texture (bottom is zero).\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "src", "typeName": "UnityEngine.Texture" }, + { "name": "srcElement", "typeName": "int" }, + { "name": "dst", "typeName": "UnityEngine.Texture" }, + { "name": "dstElement", "typeName": "int" } + ], + "isStatic": true, + "name": "CopyTexture", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "src", "typeName": "UnityEngine.Texture" }, + { "name": "srcElement", "typeName": "int" }, + { "name": "srcMip", "typeName": "int" }, + { "name": "dst", "typeName": "UnityEngine.Texture" }, + { "name": "dstElement", "typeName": "int" }, + { "name": "dstMip", "typeName": "int" } + ], + "isStatic": true, + "name": "CopyTexture", + "comment": "Copy texture contents.\n\n```plaintext\nParams: src - Source texture.\n dst - Destination texture.\n srcElement - Source texture element (cubemap face, texture array layer or 3D texture depth slice).\n srcMip - Source texture mipmap level.\n dstElement - Destination texture element (cubemap face, texture array layer or 3D texture depth slice).\n dstMip - Destination texture mipmap level.\n srcX - X coordinate of source texture region to copy (left side is zero).\n srcY - Y coordinate of source texture region to copy (bottom is zero).\n srcWidth - Width of source texture region to copy.\n srcHeight - Height of source texture region to copy.\n dstX - X coordinate of where to copy region in destination texture (left side is zero).\n dstY - Y coordinate of where to copy region in destination texture (bottom is zero).\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "src", "typeName": "UnityEngine.Texture" }, + { "name": "srcElement", "typeName": "int" }, + { "name": "srcMip", "typeName": "int" }, + { "name": "srcX", "typeName": "int" }, + { "name": "srcY", "typeName": "int" }, + { "name": "srcWidth", "typeName": "int" }, + { "name": "srcHeight", "typeName": "int" }, + { "name": "dst", "typeName": "UnityEngine.Texture" }, + { "name": "dstElement", "typeName": "int" }, + { "name": "dstMip", "typeName": "int" }, + { "name": "dstX", "typeName": "int" }, + { "name": "dstY", "typeName": "int" } + ], + "isStatic": true, + "name": "CopyTexture", + "comment": "Copy texture contents.\n\n```plaintext\nParams: src - Source texture.\n dst - Destination texture.\n srcElement - Source texture element (cubemap face, texture array layer or 3D texture depth slice).\n srcMip - Source texture mipmap level.\n dstElement - Destination texture element (cubemap face, texture array layer or 3D texture depth slice).\n dstMip - Destination texture mipmap level.\n srcX - X coordinate of source texture region to copy (left side is zero).\n srcY - Y coordinate of source texture region to copy (bottom is zero).\n srcWidth - Width of source texture region to copy.\n srcHeight - Height of source texture region to copy.\n dstX - X coordinate of where to copy region in destination texture (left side is zero).\n dstY - Y coordinate of where to copy region in destination texture (bottom is zero).\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "src", "typeName": "UnityEngine.Texture" }, + { "name": "dst", "typeName": "UnityEngine.Texture" } + ], + "isStatic": true, + "name": "ConvertTexture", + "comment": "True if the call succeeded.\n\n```plaintext\nParams: src - Source texture.\n dst - Destination texture.\n srcElement - Source element (e.g. cubemap face). Set this to 0 for 2D source textures.\n dstElement - Destination element (e.g. cubemap face or texture array element).\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "src", "typeName": "UnityEngine.Texture" }, + { "name": "srcElement", "typeName": "int" }, + { "name": "dst", "typeName": "UnityEngine.Texture" }, + { "name": "dstElement", "typeName": "int" } + ], + "isStatic": true, + "name": "ConvertTexture", + "comment": "True if the call succeeded.\n\n```plaintext\nParams: src - Source texture.\n dst - Destination texture.\n srcElement - Source element (e.g. cubemap face). Set this to 0 for 2D source textures.\n dstElement - Destination element (e.g. cubemap face or texture array element).\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "GraphicsFence", + "params": [ + { + "name": "stage", + "typeName": "UnityEngine.Rendering.SynchronisationStage" + } + ], + "isStatic": true, + "name": "CreateAsyncGraphicsFence", + "comment": "Returns a new GraphicsFence.\n\n```plaintext\nParams: stage - The synchronization stage. See Graphics.CreateGraphicsFence.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "GraphicsFence", + "params": [], + "isStatic": true, + "name": "CreateAsyncGraphicsFence", + "comment": "Returns a new GraphicsFence.\n\n```plaintext\nParams: stage - The synchronization stage. See Graphics.CreateGraphicsFence.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "GraphicsFence", + "params": [ + { + "name": "fenceType", + "typeName": "UnityEngine.Rendering.GraphicsFenceType" + }, + { + "name": "stage", + "typeName": "UnityEngine.Rendering.SynchronisationStageFlags" + } + ], + "isStatic": true, + "name": "CreateGraphicsFence", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "fence", + "typeName": "UnityEngine.Rendering.GraphicsFence" + } + ], + "isStatic": true, + "name": "WaitOnAsyncGraphicsFence", + "comment": "Instructs the GPU's processing of the graphics queue to wait until the given GraphicsFence is passed.\n\n```plaintext\nParams: fence - The GraphicsFence that the GPU will be instructed to wait upon before proceeding with its processing of the graphics queue.\n stage - On some platforms there is a significant gap between the vertex processing completing and the pixel processing begining for a given draw call. This parameter allows for requested wait to be before the next items vertex or pixel processing begins. If a compute shader dispatch is the next item to be submitted then this parameter is ignored.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "fence", + "typeName": "UnityEngine.Rendering.GraphicsFence" + }, + { + "name": "stage", + "typeName": "UnityEngine.Rendering.SynchronisationStage" + } + ], + "isStatic": true, + "name": "WaitOnAsyncGraphicsFence", + "comment": "Instructs the GPU's processing of the graphics queue to wait until the given GraphicsFence is passed.\n\n```plaintext\nParams: fence - The GraphicsFence that the GPU will be instructed to wait upon before proceeding with its processing of the graphics queue.\n stage - On some platforms there is a significant gap between the vertex processing completing and the pixel processing begining for a given draw call. This parameter allows for requested wait to be before the next items vertex or pixel processing begins. If a compute shader dispatch is the next item to be submitted then this parameter is ignored.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "screenRect", "typeName": "UnityEngine.Rect" }, + { "name": "texture", "typeName": "UnityEngine.Texture" }, + { "name": "sourceRect", "typeName": "UnityEngine.Rect" }, + { "name": "leftBorder", "typeName": "int" }, + { "name": "rightBorder", "typeName": "int" }, + { "name": "topBorder", "typeName": "int" }, + { "name": "bottomBorder", "typeName": "int" }, + { "name": "color", "typeName": "UnityEngine.Color" }, + { "name": "mat", "typeName": "UnityEngine.Material" }, + { "name": "pass", "typeName": "int" } + ], + "isStatic": true, + "name": "DrawTexture", + "comment": "Draw a texture in screen coordinates.\n\n```plaintext\nParams: screenRect - Rectangle on the screen to use for the texture. In pixel coordinates with (0,0) in the upper-left corner.\n texture - Texture to draw.\n sourceRect - Region of the texture to use. In normalized coordinates with (0,0) in the bottom-left corner.\n leftBorder - Number of pixels from the left that are not affected by scale.\n rightBorder - Number of pixels from the right that are not affected by scale.\n topBorder - Number of pixels from the top that are not affected by scale.\n bottomBorder - Number of pixels from the bottom that are not affected by scale.\n color - Color that modulates the output. The neutral value is (0.5, 0.5, 0.5, 0.5). Set as vertex color for the shader.\n mat - Custom Material that can be used to draw the texture. If null is passed, a default material with the Internal-GUITexture.shader is used.\n pass - If -1 (default), draws all passes in the material. Otherwise, draws given pass only.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "screenRect", "typeName": "UnityEngine.Rect" }, + { "name": "texture", "typeName": "UnityEngine.Texture" }, + { "name": "sourceRect", "typeName": "UnityEngine.Rect" }, + { "name": "leftBorder", "typeName": "int" }, + { "name": "rightBorder", "typeName": "int" }, + { "name": "topBorder", "typeName": "int" }, + { "name": "bottomBorder", "typeName": "int" }, + { "name": "mat", "typeName": "UnityEngine.Material" }, + { "name": "pass", "typeName": "int" } + ], + "isStatic": true, + "name": "DrawTexture", + "comment": "Draw a texture in screen coordinates.\n\n```plaintext\nParams: screenRect - Rectangle on the screen to use for the texture. In pixel coordinates with (0,0) in the upper-left corner.\n texture - Texture to draw.\n sourceRect - Region of the texture to use. In normalized coordinates with (0,0) in the bottom-left corner.\n leftBorder - Number of pixels from the left that are not affected by scale.\n rightBorder - Number of pixels from the right that are not affected by scale.\n topBorder - Number of pixels from the top that are not affected by scale.\n bottomBorder - Number of pixels from the bottom that are not affected by scale.\n color - Color that modulates the output. The neutral value is (0.5, 0.5, 0.5, 0.5). Set as vertex color for the shader.\n mat - Custom Material that can be used to draw the texture. If null is passed, a default material with the Internal-GUITexture.shader is used.\n pass - If -1 (default), draws all passes in the material. Otherwise, draws given pass only.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "screenRect", "typeName": "UnityEngine.Rect" }, + { "name": "texture", "typeName": "UnityEngine.Texture" }, + { "name": "leftBorder", "typeName": "int" }, + { "name": "rightBorder", "typeName": "int" }, + { "name": "topBorder", "typeName": "int" }, + { "name": "bottomBorder", "typeName": "int" }, + { "name": "mat", "typeName": "UnityEngine.Material" }, + { "name": "pass", "typeName": "int" } + ], + "isStatic": true, + "name": "DrawTexture", + "comment": "Draw a texture in screen coordinates.\n\n```plaintext\nParams: screenRect - Rectangle on the screen to use for the texture. In pixel coordinates with (0,0) in the upper-left corner.\n texture - Texture to draw.\n sourceRect - Region of the texture to use. In normalized coordinates with (0,0) in the bottom-left corner.\n leftBorder - Number of pixels from the left that are not affected by scale.\n rightBorder - Number of pixels from the right that are not affected by scale.\n topBorder - Number of pixels from the top that are not affected by scale.\n bottomBorder - Number of pixels from the bottom that are not affected by scale.\n color - Color that modulates the output. The neutral value is (0.5, 0.5, 0.5, 0.5). Set as vertex color for the shader.\n mat - Custom Material that can be used to draw the texture. If null is passed, a default material with the Internal-GUITexture.shader is used.\n pass - If -1 (default), draws all passes in the material. Otherwise, draws given pass only.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "screenRect", "typeName": "UnityEngine.Rect" }, + { "name": "texture", "typeName": "UnityEngine.Texture" }, + { "name": "mat", "typeName": "UnityEngine.Material" }, + { "name": "pass", "typeName": "int" } + ], + "isStatic": true, + "name": "DrawTexture", + "comment": "Draw a texture in screen coordinates.\n\n```plaintext\nParams: screenRect - Rectangle on the screen to use for the texture. In pixel coordinates with (0,0) in the upper-left corner.\n texture - Texture to draw.\n sourceRect - Region of the texture to use. In normalized coordinates with (0,0) in the bottom-left corner.\n leftBorder - Number of pixels from the left that are not affected by scale.\n rightBorder - Number of pixels from the right that are not affected by scale.\n topBorder - Number of pixels from the top that are not affected by scale.\n bottomBorder - Number of pixels from the bottom that are not affected by scale.\n color - Color that modulates the output. The neutral value is (0.5, 0.5, 0.5, 0.5). Set as vertex color for the shader.\n mat - Custom Material that can be used to draw the texture. If null is passed, a default material with the Internal-GUITexture.shader is used.\n pass - If -1 (default), draws all passes in the material. Otherwise, draws given pass only.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "mesh", "typeName": "UnityEngine.Mesh" }, + { "name": "position", "typeName": "UnityEngine.Vector3" }, + { "name": "rotation", "typeName": "UnityEngine.Quaternion" }, + { "name": "materialIndex", "typeName": "int" } + ], + "isStatic": true, + "name": "DrawMeshNow", + "comment": "Draw a mesh immediately.\n\n```plaintext\nParams: mesh - The Mesh to draw.\n position - Position of the mesh.\n rotation - Rotation of the mesh.\n matrix - The transformation matrix of the mesh (combines position, rotation and other transformations).\n materialIndex - Subset of the mesh to draw.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "mesh", "typeName": "UnityEngine.Mesh" }, + { "name": "matrix", "typeName": "UnityEngine.Matrix4x4" }, + { "name": "materialIndex", "typeName": "int" } + ], + "isStatic": true, + "name": "DrawMeshNow", + "comment": "Draw a mesh immediately.\n\n```plaintext\nParams: mesh - The Mesh to draw.\n position - Position of the mesh.\n rotation - Rotation of the mesh.\n matrix - The transformation matrix of the mesh (combines position, rotation and other transformations).\n materialIndex - Subset of the mesh to draw.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "mesh", "typeName": "UnityEngine.Mesh" }, + { "name": "position", "typeName": "UnityEngine.Vector3" }, + { "name": "rotation", "typeName": "UnityEngine.Quaternion" } + ], + "isStatic": true, + "name": "DrawMeshNow", + "comment": "Draw a mesh immediately.\n\n```plaintext\nParams: mesh - The Mesh to draw.\n position - Position of the mesh.\n rotation - Rotation of the mesh.\n matrix - The transformation matrix of the mesh (combines position, rotation and other transformations).\n materialIndex - Subset of the mesh to draw.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "mesh", "typeName": "UnityEngine.Mesh" }, + { "name": "matrix", "typeName": "UnityEngine.Matrix4x4" } + ], + "isStatic": true, + "name": "DrawMeshNow", + "comment": "Draw a mesh immediately.\n\n```plaintext\nParams: mesh - The Mesh to draw.\n position - Position of the mesh.\n rotation - Rotation of the mesh.\n matrix - The transformation matrix of the mesh (combines position, rotation and other transformations).\n materialIndex - Subset of the mesh to draw.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "mesh", "typeName": "UnityEngine.Mesh" }, + { "name": "position", "typeName": "UnityEngine.Vector3" }, + { "name": "rotation", "typeName": "UnityEngine.Quaternion" }, + { "name": "material", "typeName": "UnityEngine.Material" }, + { "name": "layer", "typeName": "int" }, + { "name": "camera", "typeName": "UnityEngine.Camera" }, + { "name": "submeshIndex", "typeName": "int" }, + { + "name": "properties", + "typeName": "UnityEngine.MaterialPropertyBlock" + }, + { "name": "castShadows", "typeName": "bool" }, + { "name": "receiveShadows", "typeName": "bool" }, + { "name": "useLightProbes", "typeName": "bool" } + ], + "isStatic": true, + "name": "DrawMesh", + "comment": "Draw a mesh.\n\n```plaintext\nParams: mesh - The Mesh to draw.\n position - Position of the mesh.\n rotation - Rotation of the mesh.\n matrix - Transformation matrix of the mesh (combines position, rotation and other transformations).\n material - Material to use.\n layer - to use.\n camera - If null (default), the mesh will be drawn in all cameras. Otherwise it will be rendered in the given Camera only.\n submeshIndex - Which subset of the mesh to draw. This applies only to meshes that are composed of several materials.\n properties - Additional material properties to apply onto material just before this mesh will be drawn. See MaterialPropertyBlock.\n castShadows - Determines whether the mesh can cast shadows.\n receiveShadows - Determines whether the mesh can receive shadows.\n useLightProbes - Should the mesh use light probes?\n probeAnchor - If used, the mesh will use this Transform's position to sample light probes and find the matching reflection probe.\n lightProbeUsage - LightProbeUsage for the mesh.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "mesh", "typeName": "UnityEngine.Mesh" }, + { "name": "position", "typeName": "UnityEngine.Vector3" }, + { "name": "rotation", "typeName": "UnityEngine.Quaternion" }, + { "name": "material", "typeName": "UnityEngine.Material" }, + { "name": "layer", "typeName": "int" }, + { "name": "camera", "typeName": "UnityEngine.Camera" }, + { "name": "submeshIndex", "typeName": "int" }, + { + "name": "properties", + "typeName": "UnityEngine.MaterialPropertyBlock" + }, + { + "name": "castShadows", + "typeName": "UnityEngine.Rendering.ShadowCastingMode" + }, + { "name": "receiveShadows", "typeName": "bool" }, + { "name": "probeAnchor", "typeName": "UnityEngine.Transform" }, + { "name": "useLightProbes", "typeName": "bool" } + ], + "isStatic": true, + "name": "DrawMesh", + "comment": "Draw a mesh.\n\n```plaintext\nParams: mesh - The Mesh to draw.\n position - Position of the mesh.\n rotation - Rotation of the mesh.\n matrix - Transformation matrix of the mesh (combines position, rotation and other transformations).\n material - Material to use.\n layer - to use.\n camera - If null (default), the mesh will be drawn in all cameras. Otherwise it will be rendered in the given Camera only.\n submeshIndex - Which subset of the mesh to draw. This applies only to meshes that are composed of several materials.\n properties - Additional material properties to apply onto material just before this mesh will be drawn. See MaterialPropertyBlock.\n castShadows - Determines whether the mesh can cast shadows.\n receiveShadows - Determines whether the mesh can receive shadows.\n useLightProbes - Should the mesh use light probes?\n probeAnchor - If used, the mesh will use this Transform's position to sample light probes and find the matching reflection probe.\n lightProbeUsage - LightProbeUsage for the mesh.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "mesh", "typeName": "UnityEngine.Mesh" }, + { "name": "matrix", "typeName": "UnityEngine.Matrix4x4" }, + { "name": "material", "typeName": "UnityEngine.Material" }, + { "name": "layer", "typeName": "int" }, + { "name": "camera", "typeName": "UnityEngine.Camera" }, + { "name": "submeshIndex", "typeName": "int" }, + { + "name": "properties", + "typeName": "UnityEngine.MaterialPropertyBlock" + }, + { "name": "castShadows", "typeName": "bool" }, + { "name": "receiveShadows", "typeName": "bool" }, + { "name": "useLightProbes", "typeName": "bool" } + ], + "isStatic": true, + "name": "DrawMesh", + "comment": "Draw a mesh.\n\n```plaintext\nParams: mesh - The Mesh to draw.\n position - Position of the mesh.\n rotation - Rotation of the mesh.\n matrix - Transformation matrix of the mesh (combines position, rotation and other transformations).\n material - Material to use.\n layer - to use.\n camera - If null (default), the mesh will be drawn in all cameras. Otherwise it will be rendered in the given Camera only.\n submeshIndex - Which subset of the mesh to draw. This applies only to meshes that are composed of several materials.\n properties - Additional material properties to apply onto material just before this mesh will be drawn. See MaterialPropertyBlock.\n castShadows - Determines whether the mesh can cast shadows.\n receiveShadows - Determines whether the mesh can receive shadows.\n useLightProbes - Should the mesh use light probes?\n probeAnchor - If used, the mesh will use this Transform's position to sample light probes and find the matching reflection probe.\n lightProbeUsage - LightProbeUsage for the mesh.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "mesh", "typeName": "UnityEngine.Mesh" }, + { "name": "matrix", "typeName": "UnityEngine.Matrix4x4" }, + { "name": "material", "typeName": "UnityEngine.Material" }, + { "name": "layer", "typeName": "int" }, + { "name": "camera", "typeName": "UnityEngine.Camera" }, + { "name": "submeshIndex", "typeName": "int" }, + { + "name": "properties", + "typeName": "UnityEngine.MaterialPropertyBlock" + }, + { + "name": "castShadows", + "typeName": "UnityEngine.Rendering.ShadowCastingMode" + }, + { "name": "receiveShadows", "typeName": "bool" }, + { "name": "probeAnchor", "typeName": "UnityEngine.Transform" }, + { + "name": "lightProbeUsage", + "typeName": "UnityEngine.Rendering.LightProbeUsage" + }, + { + "name": "lightProbeProxyVolume", + "typeName": "UnityEngine.LightProbeProxyVolume" + } + ], + "isStatic": true, + "name": "DrawMesh", + "comment": "Draw a mesh.\n\n```plaintext\nParams: mesh - The Mesh to draw.\n position - Position of the mesh.\n rotation - Rotation of the mesh.\n matrix - Transformation matrix of the mesh (combines position, rotation and other transformations).\n material - Material to use.\n layer - to use.\n camera - If null (default), the mesh will be drawn in all cameras. Otherwise it will be rendered in the given Camera only.\n submeshIndex - Which subset of the mesh to draw. This applies only to meshes that are composed of several materials.\n properties - Additional material properties to apply onto material just before this mesh will be drawn. See MaterialPropertyBlock.\n castShadows - Determines whether the mesh can cast shadows.\n receiveShadows - Determines whether the mesh can receive shadows.\n useLightProbes - Should the mesh use light probes?\n probeAnchor - If used, the mesh will use this Transform's position to sample light probes and find the matching reflection probe.\n lightProbeUsage - LightProbeUsage for the mesh.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "mesh", "typeName": "UnityEngine.Mesh" }, + { "name": "submeshIndex", "typeName": "int" }, + { "name": "material", "typeName": "UnityEngine.Material" }, + { "name": "matrices", "typeName": "UnityEngine.Matrix4x4[]" }, + { "name": "count", "typeName": "int" }, + { + "name": "properties", + "typeName": "UnityEngine.MaterialPropertyBlock" + }, + { + "name": "castShadows", + "typeName": "UnityEngine.Rendering.ShadowCastingMode" + }, + { "name": "receiveShadows", "typeName": "bool" }, + { "name": "layer", "typeName": "int" }, + { "name": "camera", "typeName": "UnityEngine.Camera" }, + { + "name": "lightProbeUsage", + "typeName": "UnityEngine.Rendering.LightProbeUsage" + }, + { + "name": "lightProbeProxyVolume", + "typeName": "UnityEngine.LightProbeProxyVolume" + } + ], + "isStatic": true, + "name": "DrawMeshInstanced", + "comment": "Draws the same mesh multiple times using GPU instancing.\n\n```plaintext\nParams: mesh - The Mesh to draw.\n submeshIndex - Which subset of the mesh to draw. This applies only to meshes that are composed of several materials.\n material - Material to use.\n matrices - The array of object transformation matrices.\n count - The number of instances to be drawn.\n properties - Additional material properties to apply. See MaterialPropertyBlock.\n castShadows - Determines whether the Meshes should cast shadows.\n receiveShadows - Determines whether the Meshes should receive shadows.\n layer - to use.\n camera - If null (default), the mesh will be drawn in all cameras. Otherwise it will be drawn in the given Camera only.\n lightProbeUsage - LightProbeUsage for the instances.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "mesh", "typeName": "UnityEngine.Mesh" }, + { "name": "submeshIndex", "typeName": "int" }, + { "name": "material", "typeName": "UnityEngine.Material" }, + { + "name": "matrices", + "typeName": "System.Collections.Generic.List" + }, + { + "name": "properties", + "typeName": "UnityEngine.MaterialPropertyBlock" + }, + { + "name": "castShadows", + "typeName": "UnityEngine.Rendering.ShadowCastingMode" + }, + { "name": "receiveShadows", "typeName": "bool" }, + { "name": "layer", "typeName": "int" }, + { "name": "camera", "typeName": "UnityEngine.Camera" }, + { + "name": "lightProbeUsage", + "typeName": "UnityEngine.Rendering.LightProbeUsage" + }, + { + "name": "lightProbeProxyVolume", + "typeName": "UnityEngine.LightProbeProxyVolume" + } + ], + "isStatic": true, + "name": "DrawMeshInstanced", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "mesh", "typeName": "UnityEngine.Mesh" }, + { "name": "submeshIndex", "typeName": "int" }, + { "name": "material", "typeName": "UnityEngine.Material" }, + { "name": "bounds", "typeName": "UnityEngine.Bounds" }, + { "name": "count", "typeName": "int" }, + { + "name": "properties", + "typeName": "UnityEngine.MaterialPropertyBlock" + }, + { + "name": "castShadows", + "typeName": "UnityEngine.Rendering.ShadowCastingMode" + }, + { "name": "receiveShadows", "typeName": "bool" }, + { "name": "layer", "typeName": "int" }, + { "name": "camera", "typeName": "UnityEngine.Camera" }, + { + "name": "lightProbeUsage", + "typeName": "UnityEngine.Rendering.LightProbeUsage" + }, + { + "name": "lightProbeProxyVolume", + "typeName": "UnityEngine.LightProbeProxyVolume" + } + ], + "isStatic": true, + "name": "DrawMeshInstancedProcedural", + "comment": "Draws the same mesh multiple times using GPU instancing.\nThis is similar to Graphics.DrawMeshInstancedIndirect, except that when the instance count is known from script, it can be supplied directly using this method, rather than via a ComputeBuffer.\n\n```plaintext\nParams: mesh - The Mesh to draw.\n submeshIndex - Which subset of the mesh to draw. This applies only to meshes that are composed of several materials.\n material - Material to use.\n bounds - The bounding volume surrounding the instances you intend to draw.\n count - The number of instances to be drawn.\n properties - Additional material properties to apply. See MaterialPropertyBlock.\n castShadows - Determines whether the Meshes should cast shadows.\n receiveShadows - Determines whether the Meshes should receive shadows.\n layer - to use.\n camera - If null (default), the mesh will be drawn in all cameras. Otherwise it will be drawn in the given Camera only.\n lightProbeUsage - LightProbeUsage for the instances.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "mesh", "typeName": "UnityEngine.Mesh" }, + { "name": "submeshIndex", "typeName": "int" }, + { "name": "material", "typeName": "UnityEngine.Material" }, + { "name": "bounds", "typeName": "UnityEngine.Bounds" }, + { + "name": "bufferWithArgs", + "typeName": "UnityEngine.ComputeBuffer" + }, + { "name": "argsOffset", "typeName": "int" }, + { + "name": "properties", + "typeName": "UnityEngine.MaterialPropertyBlock" + }, + { + "name": "castShadows", + "typeName": "UnityEngine.Rendering.ShadowCastingMode" + }, + { "name": "receiveShadows", "typeName": "bool" }, + { "name": "layer", "typeName": "int" }, + { "name": "camera", "typeName": "UnityEngine.Camera" }, + { + "name": "lightProbeUsage", + "typeName": "UnityEngine.Rendering.LightProbeUsage" + }, + { + "name": "lightProbeProxyVolume", + "typeName": "UnityEngine.LightProbeProxyVolume" + } + ], + "isStatic": true, + "name": "DrawMeshInstancedIndirect", + "comment": "Draws the same mesh multiple times using GPU instancing.\n\n```plaintext\nParams: mesh - The Mesh to draw.\n submeshIndex - Which subset of the mesh to draw. This applies only to meshes that are composed of several materials.\n material - Material to use.\n bounds - The bounding volume surrounding the instances you intend to draw.\n bufferWithArgs - The GPU buffer containing the arguments for how many instances of this mesh to draw.\n argsOffset - The byte offset into the buffer, where the draw arguments start.\n properties - Additional material properties to apply. See MaterialPropertyBlock.\n castShadows - Determines whether the mesh can cast shadows.\n receiveShadows - Determines whether the mesh can receive shadows.\n layer - to use.\n camera - If null (default), the mesh will be drawn in all cameras. Otherwise it will be drawn in the given Camera only.\n lightProbeUsage - LightProbeUsage for the instances.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "mesh", "typeName": "UnityEngine.Mesh" }, + { "name": "submeshIndex", "typeName": "int" }, + { "name": "material", "typeName": "UnityEngine.Material" }, + { "name": "bounds", "typeName": "UnityEngine.Bounds" }, + { + "name": "bufferWithArgs", + "typeName": "UnityEngine.GraphicsBuffer" + }, + { "name": "argsOffset", "typeName": "int" }, + { + "name": "properties", + "typeName": "UnityEngine.MaterialPropertyBlock" + }, + { + "name": "castShadows", + "typeName": "UnityEngine.Rendering.ShadowCastingMode" + }, + { "name": "receiveShadows", "typeName": "bool" }, + { "name": "layer", "typeName": "int" }, + { "name": "camera", "typeName": "UnityEngine.Camera" }, + { + "name": "lightProbeUsage", + "typeName": "UnityEngine.Rendering.LightProbeUsage" + }, + { + "name": "lightProbeProxyVolume", + "typeName": "UnityEngine.LightProbeProxyVolume" + } + ], + "isStatic": true, + "name": "DrawMeshInstancedIndirect", + "comment": "Draws the same mesh multiple times using GPU instancing.\n\n```plaintext\nParams: mesh - The Mesh to draw.\n submeshIndex - Which subset of the mesh to draw. This applies only to meshes that are composed of several materials.\n material - Material to use.\n bounds - The bounding volume surrounding the instances you intend to draw.\n bufferWithArgs - The GPU buffer containing the arguments for how many instances of this mesh to draw.\n argsOffset - The byte offset into the buffer, where the draw arguments start.\n properties - Additional material properties to apply. See MaterialPropertyBlock.\n castShadows - Determines whether the mesh can cast shadows.\n receiveShadows - Determines whether the mesh can receive shadows.\n layer - to use.\n camera - If null (default), the mesh will be drawn in all cameras. Otherwise it will be drawn in the given Camera only.\n lightProbeUsage - LightProbeUsage for the instances.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "topology", "typeName": "UnityEngine.MeshTopology" }, + { "name": "vertexCount", "typeName": "int" }, + { "name": "instanceCount", "typeName": "int" } + ], + "isStatic": true, + "name": "DrawProceduralNow", + "comment": "Draws procedural geometry on the GPU.\n\n```plaintext\nParams: topology - Topology of the procedural geometry.\n vertexCount - Vertex count to render.\n instanceCount - Instance count to render.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "topology", "typeName": "UnityEngine.MeshTopology" }, + { "name": "indexBuffer", "typeName": "UnityEngine.GraphicsBuffer" }, + { "name": "indexCount", "typeName": "int" }, + { "name": "instanceCount", "typeName": "int" } + ], + "isStatic": true, + "name": "DrawProceduralNow", + "comment": "Draws procedural geometry on the GPU.\n\n```plaintext\nParams: topology - Topology of the procedural geometry.\n indexCount - Index count to render.\n instanceCount - Instance count to render.\n indexBuffer - Index buffer used to submit vertices to the GPU.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "topology", "typeName": "UnityEngine.MeshTopology" }, + { + "name": "bufferWithArgs", + "typeName": "UnityEngine.ComputeBuffer" + }, + { "name": "argsOffset", "typeName": "int" } + ], + "isStatic": true, + "name": "DrawProceduralIndirectNow", + "comment": "Draws procedural geometry on the GPU.\n\n```plaintext\nParams: topology - Topology of the procedural geometry.\n bufferWithArgs - Buffer with draw arguments.\n argsOffset - Byte offset where in the buffer the draw arguments are.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "topology", "typeName": "UnityEngine.MeshTopology" }, + { "name": "indexBuffer", "typeName": "UnityEngine.GraphicsBuffer" }, + { + "name": "bufferWithArgs", + "typeName": "UnityEngine.ComputeBuffer" + }, + { "name": "argsOffset", "typeName": "int" } + ], + "isStatic": true, + "name": "DrawProceduralIndirectNow", + "comment": "Draws procedural geometry on the GPU.\n\n```plaintext\nParams: topology - Topology of the procedural geometry.\n indexBuffer - Index buffer used to submit vertices to the GPU.\n bufferWithArgs - Buffer with draw arguments.\n argsOffset - Byte offset where in the buffer the draw arguments are.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "topology", "typeName": "UnityEngine.MeshTopology" }, + { + "name": "bufferWithArgs", + "typeName": "UnityEngine.GraphicsBuffer" + }, + { "name": "argsOffset", "typeName": "int" } + ], + "isStatic": true, + "name": "DrawProceduralIndirectNow", + "comment": "Draws procedural geometry on the GPU.\n\n```plaintext\nParams: topology - Topology of the procedural geometry.\n bufferWithArgs - Buffer with draw arguments.\n argsOffset - Byte offset where in the buffer the draw arguments are.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "topology", "typeName": "UnityEngine.MeshTopology" }, + { "name": "indexBuffer", "typeName": "UnityEngine.GraphicsBuffer" }, + { + "name": "bufferWithArgs", + "typeName": "UnityEngine.GraphicsBuffer" + }, + { "name": "argsOffset", "typeName": "int" } + ], + "isStatic": true, + "name": "DrawProceduralIndirectNow", + "comment": "Draws procedural geometry on the GPU.\n\n```plaintext\nParams: topology - Topology of the procedural geometry.\n indexBuffer - Index buffer used to submit vertices to the GPU.\n bufferWithArgs - Buffer with draw arguments.\n argsOffset - Byte offset where in the buffer the draw arguments are.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "material", "typeName": "UnityEngine.Material" }, + { "name": "bounds", "typeName": "UnityEngine.Bounds" }, + { "name": "topology", "typeName": "UnityEngine.MeshTopology" }, + { "name": "vertexCount", "typeName": "int" }, + { "name": "instanceCount", "typeName": "int" }, + { "name": "camera", "typeName": "UnityEngine.Camera" }, + { + "name": "properties", + "typeName": "UnityEngine.MaterialPropertyBlock" + }, + { + "name": "castShadows", + "typeName": "UnityEngine.Rendering.ShadowCastingMode" + }, + { "name": "receiveShadows", "typeName": "bool" }, + { "name": "layer", "typeName": "int" } + ], + "isStatic": true, + "name": "DrawProcedural", + "comment": "Draws procedural geometry on the GPU.\n\n```plaintext\nParams: material - Material to use.\n bounds - The bounding volume surrounding the instances you intend to draw.\n topology - Topology of the procedural geometry.\n instanceCount - Instance count to render.\n vertexCount - Vertex count to render.\n camera - If null (default), the mesh will be drawn in all cameras. Otherwise it will be rendered in the given Camera only.\n properties - Additional material properties to apply onto material just before this mesh will be drawn. See MaterialPropertyBlock.\n castShadows - Determines whether the mesh can cast shadows.\n receiveShadows - Determines whether the mesh can receive shadows.\n layer - to use.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "material", "typeName": "UnityEngine.Material" }, + { "name": "bounds", "typeName": "UnityEngine.Bounds" }, + { "name": "topology", "typeName": "UnityEngine.MeshTopology" }, + { "name": "indexBuffer", "typeName": "UnityEngine.GraphicsBuffer" }, + { "name": "indexCount", "typeName": "int" }, + { "name": "instanceCount", "typeName": "int" }, + { "name": "camera", "typeName": "UnityEngine.Camera" }, + { + "name": "properties", + "typeName": "UnityEngine.MaterialPropertyBlock" + }, + { + "name": "castShadows", + "typeName": "UnityEngine.Rendering.ShadowCastingMode" + }, + { "name": "receiveShadows", "typeName": "bool" }, + { "name": "layer", "typeName": "int" } + ], + "isStatic": true, + "name": "DrawProcedural", + "comment": "Draws procedural geometry on the GPU.\n\n```plaintext\nParams: material - Material to use.\n bounds - The bounding volume surrounding the instances you intend to draw.\n topology - Topology of the procedural geometry.\n indexBuffer - Index buffer used to submit vertices to the GPU.\n instanceCount - Instance count to render.\n indexCount - Index count to render.\n camera - If null (default), the mesh will be drawn in all cameras. Otherwise it will be rendered in the given Camera only.\n properties - Additional material properties to apply onto material just before this mesh will be drawn. See MaterialPropertyBlock.\n castShadows - Determines whether the mesh can cast shadows.\n receiveShadows - Determines whether the mesh can receive shadows.\n layer - to use.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "material", "typeName": "UnityEngine.Material" }, + { "name": "bounds", "typeName": "UnityEngine.Bounds" }, + { "name": "topology", "typeName": "UnityEngine.MeshTopology" }, + { + "name": "bufferWithArgs", + "typeName": "UnityEngine.ComputeBuffer" + }, + { "name": "argsOffset", "typeName": "int" }, + { "name": "camera", "typeName": "UnityEngine.Camera" }, + { + "name": "properties", + "typeName": "UnityEngine.MaterialPropertyBlock" + }, + { + "name": "castShadows", + "typeName": "UnityEngine.Rendering.ShadowCastingMode" + }, + { "name": "receiveShadows", "typeName": "bool" }, + { "name": "layer", "typeName": "int" } + ], + "isStatic": true, + "name": "DrawProceduralIndirect", + "comment": "Draws procedural geometry on the GPU.\n\n```plaintext\nParams: material - Material to use.\n bounds - The bounding volume surrounding the instances you intend to draw.\n topology - Topology of the procedural geometry.\n camera - If null (default), the mesh will be drawn in all cameras. Otherwise it will be rendered in the given Camera only.\n bufferWithArgs - Buffer with draw arguments.\n argsOffset - Byte offset where in the buffer the draw arguments are.\n properties - Additional material properties to apply onto material just before this mesh will be drawn. See MaterialPropertyBlock.\n castShadows - Determines whether the mesh can cast shadows.\n receiveShadows - Determines whether the mesh can receive shadows.\n layer - to use.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "material", "typeName": "UnityEngine.Material" }, + { "name": "bounds", "typeName": "UnityEngine.Bounds" }, + { "name": "topology", "typeName": "UnityEngine.MeshTopology" }, + { "name": "indexBuffer", "typeName": "UnityEngine.GraphicsBuffer" }, + { + "name": "bufferWithArgs", + "typeName": "UnityEngine.ComputeBuffer" + }, + { "name": "argsOffset", "typeName": "int" }, + { "name": "camera", "typeName": "UnityEngine.Camera" }, + { + "name": "properties", + "typeName": "UnityEngine.MaterialPropertyBlock" + }, + { + "name": "castShadows", + "typeName": "UnityEngine.Rendering.ShadowCastingMode" + }, + { "name": "receiveShadows", "typeName": "bool" }, + { "name": "layer", "typeName": "int" } + ], + "isStatic": true, + "name": "DrawProceduralIndirect", + "comment": "Draws procedural geometry on the GPU.\n\n```plaintext\nParams: material - Material to use.\n bounds - The bounding volume surrounding the instances you intend to draw.\n topology - Topology of the procedural geometry.\n indexBuffer - Index buffer used to submit vertices to the GPU.\n camera - If null (default), the mesh will be drawn in all cameras. Otherwise it will be rendered in the given Camera only.\n bufferWithArgs - Buffer with draw arguments.\n argsOffset - Byte offset where in the buffer the draw arguments are.\n properties - Additional material properties to apply onto material just before this mesh will be drawn. See MaterialPropertyBlock.\n castShadows - Determines whether the mesh can cast shadows.\n receiveShadows - Determines whether the mesh can receive shadows.\n layer - to use.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "source", "typeName": "UnityEngine.Texture" }, + { "name": "dest", "typeName": "UnityEngine.RenderTexture" } + ], + "isStatic": true, + "name": "Blit", + "comment": "Copies source texture into destination render texture with a shader.\n\n```plaintext\nParams: source - Source texture.\n dest - The destination RenderTexture. Set this to null to blit directly to screen. See description for more information.\n mat - Material to use. Material's shader could do some post-processing effect, for example.\n pass - If -1 (default), draws all passes in the material. Otherwise, draws given pass only.\n offset - Offset applied to the source texture coordinate.\n scale - Scale applied to the source texture coordinate.\n sourceDepthSlice - The texture array source slice to perform the blit from.\n destDepthSlice - The texture array destination slice to perform the blit to.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "source", "typeName": "UnityEngine.Texture" }, + { "name": "dest", "typeName": "UnityEngine.RenderTexture" }, + { "name": "sourceDepthSlice", "typeName": "int" }, + { "name": "destDepthSlice", "typeName": "int" } + ], + "isStatic": true, + "name": "Blit", + "comment": "Copies source texture into destination render texture with a shader.\n\n```plaintext\nParams: source - Source texture.\n dest - The destination RenderTexture. Set this to null to blit directly to screen. See description for more information.\n mat - Material to use. Material's shader could do some post-processing effect, for example.\n pass - If -1 (default), draws all passes in the material. Otherwise, draws given pass only.\n offset - Offset applied to the source texture coordinate.\n scale - Scale applied to the source texture coordinate.\n sourceDepthSlice - The texture array source slice to perform the blit from.\n destDepthSlice - The texture array destination slice to perform the blit to.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "source", "typeName": "UnityEngine.Texture" }, + { "name": "dest", "typeName": "UnityEngine.RenderTexture" }, + { "name": "scale", "typeName": "UnityEngine.Vector2" }, + { "name": "offset", "typeName": "UnityEngine.Vector2" } + ], + "isStatic": true, + "name": "Blit", + "comment": "Copies source texture into destination render texture with a shader.\n\n```plaintext\nParams: source - Source texture.\n dest - The destination RenderTexture. Set this to null to blit directly to screen. See description for more information.\n mat - Material to use. Material's shader could do some post-processing effect, for example.\n pass - If -1 (default), draws all passes in the material. Otherwise, draws given pass only.\n offset - Offset applied to the source texture coordinate.\n scale - Scale applied to the source texture coordinate.\n sourceDepthSlice - The texture array source slice to perform the blit from.\n destDepthSlice - The texture array destination slice to perform the blit to.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "source", "typeName": "UnityEngine.Texture" }, + { "name": "dest", "typeName": "UnityEngine.RenderTexture" }, + { "name": "scale", "typeName": "UnityEngine.Vector2" }, + { "name": "offset", "typeName": "UnityEngine.Vector2" }, + { "name": "sourceDepthSlice", "typeName": "int" }, + { "name": "destDepthSlice", "typeName": "int" } + ], + "isStatic": true, + "name": "Blit", + "comment": "Copies source texture into destination render texture with a shader.\n\n```plaintext\nParams: source - Source texture.\n dest - The destination RenderTexture. Set this to null to blit directly to screen. See description for more information.\n mat - Material to use. Material's shader could do some post-processing effect, for example.\n pass - If -1 (default), draws all passes in the material. Otherwise, draws given pass only.\n offset - Offset applied to the source texture coordinate.\n scale - Scale applied to the source texture coordinate.\n sourceDepthSlice - The texture array source slice to perform the blit from.\n destDepthSlice - The texture array destination slice to perform the blit to.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "source", "typeName": "UnityEngine.Texture" }, + { "name": "dest", "typeName": "UnityEngine.RenderTexture" }, + { "name": "mat", "typeName": "UnityEngine.Material" }, + { "name": "pass", "typeName": "int" } + ], + "isStatic": true, + "name": "Blit", + "comment": "Copies source texture into destination render texture with a shader.\n\n```plaintext\nParams: source - Source texture.\n dest - The destination RenderTexture. Set this to null to blit directly to screen. See description for more information.\n mat - Material to use. Material's shader could do some post-processing effect, for example.\n pass - If -1 (default), draws all passes in the material. Otherwise, draws given pass only.\n offset - Offset applied to the source texture coordinate.\n scale - Scale applied to the source texture coordinate.\n sourceDepthSlice - The texture array source slice to perform the blit from.\n destDepthSlice - The texture array destination slice to perform the blit to.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "source", "typeName": "UnityEngine.Texture" }, + { "name": "dest", "typeName": "UnityEngine.RenderTexture" }, + { "name": "mat", "typeName": "UnityEngine.Material" }, + { "name": "pass", "typeName": "int" }, + { "name": "destDepthSlice", "typeName": "int" } + ], + "isStatic": true, + "name": "Blit", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "source", "typeName": "UnityEngine.Texture" }, + { "name": "dest", "typeName": "UnityEngine.RenderTexture" }, + { "name": "mat", "typeName": "UnityEngine.Material" } + ], + "isStatic": true, + "name": "Blit", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "source", "typeName": "UnityEngine.Texture" }, + { "name": "mat", "typeName": "UnityEngine.Material" }, + { "name": "pass", "typeName": "int" } + ], + "isStatic": true, + "name": "Blit", + "comment": "Copies source texture into destination render texture with a shader.\n\n```plaintext\nParams: source - Source texture.\n dest - The destination RenderTexture. Set this to null to blit directly to screen. See description for more information.\n mat - Material to use. Material's shader could do some post-processing effect, for example.\n pass - If -1 (default), draws all passes in the material. Otherwise, draws given pass only.\n offset - Offset applied to the source texture coordinate.\n scale - Scale applied to the source texture coordinate.\n sourceDepthSlice - The texture array source slice to perform the blit from.\n destDepthSlice - The texture array destination slice to perform the blit to.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "source", "typeName": "UnityEngine.Texture" }, + { "name": "mat", "typeName": "UnityEngine.Material" }, + { "name": "pass", "typeName": "int" }, + { "name": "destDepthSlice", "typeName": "int" } + ], + "isStatic": true, + "name": "Blit", + "comment": "Copies source texture into destination render texture with a shader.\n\n```plaintext\nParams: source - Source texture.\n dest - The destination RenderTexture. Set this to null to blit directly to screen. See description for more information.\n mat - Material to use. Material's shader could do some post-processing effect, for example.\n pass - If -1 (default), draws all passes in the material. Otherwise, draws given pass only.\n offset - Offset applied to the source texture coordinate.\n scale - Scale applied to the source texture coordinate.\n sourceDepthSlice - The texture array source slice to perform the blit from.\n destDepthSlice - The texture array destination slice to perform the blit to.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "source", "typeName": "UnityEngine.Texture" }, + { "name": "mat", "typeName": "UnityEngine.Material" } + ], + "isStatic": true, + "name": "Blit", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "source", "typeName": "UnityEngine.Texture" }, + { "name": "dest", "typeName": "UnityEngine.RenderTexture" }, + { "name": "mat", "typeName": "UnityEngine.Material" }, + { "name": "offsets", "typeName": "UnityEngine.Vector2[]" } + ], + "isStatic": true, + "name": "BlitMultiTap", + "comment": "Copies source texture into destination, for multi-tap shader.\n\n```plaintext\nParams: source - Source texture.\n dest - Destination RenderTexture, or null to blit directly to screen.\n mat - Material to use for copying. Material's shader should do some post-processing effect.\n offsets - Variable number of filtering offsets. Offsets are given in pixels.\n destDepthSlice - The texture array destination slice to blit to.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "source", "typeName": "UnityEngine.Texture" }, + { "name": "dest", "typeName": "UnityEngine.RenderTexture" }, + { "name": "mat", "typeName": "UnityEngine.Material" }, + { "name": "destDepthSlice", "typeName": "int" }, + { "name": "offsets", "typeName": "UnityEngine.Vector2[]" } + ], + "isStatic": true, + "name": "BlitMultiTap", + "comment": "Copies source texture into destination, for multi-tap shader.\n\n```plaintext\nParams: source - Source texture.\n dest - Destination RenderTexture, or null to blit directly to screen.\n mat - Material to use for copying. Material's shader should do some post-processing effect.\n offsets - Variable number of filtering offsets. Offsets are given in pixels.\n destDepthSlice - The texture array destination slice to blit to.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "mesh", "typeName": "UnityEngine.Mesh" }, + { "name": "position", "typeName": "UnityEngine.Vector3" }, + { "name": "rotation", "typeName": "UnityEngine.Quaternion" } + ], + "isStatic": true, + "name": "DrawMesh", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "mesh", "typeName": "UnityEngine.Mesh" }, + { "name": "position", "typeName": "UnityEngine.Vector3" }, + { "name": "rotation", "typeName": "UnityEngine.Quaternion" }, + { "name": "materialIndex", "typeName": "int" } + ], + "isStatic": true, + "name": "DrawMesh", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "mesh", "typeName": "UnityEngine.Mesh" }, + { "name": "matrix", "typeName": "UnityEngine.Matrix4x4" } + ], + "isStatic": true, + "name": "DrawMesh", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "mesh", "typeName": "UnityEngine.Mesh" }, + { "name": "matrix", "typeName": "UnityEngine.Matrix4x4" }, + { "name": "materialIndex", "typeName": "int" } + ], + "isStatic": true, + "name": "DrawMesh", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "topology", "typeName": "UnityEngine.MeshTopology" }, + { "name": "vertexCount", "typeName": "int" }, + { "name": "instanceCount", "typeName": "int" } + ], + "isStatic": true, + "name": "DrawProcedural", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "topology", "typeName": "UnityEngine.MeshTopology" }, + { + "name": "bufferWithArgs", + "typeName": "UnityEngine.ComputeBuffer" + }, + { "name": "argsOffset", "typeName": "int" } + ], + "isStatic": true, + "name": "DrawProceduralIndirect", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "GPUFence", + "params": [ + { + "name": "stage", + "typeName": "UnityEngine.Rendering.SynchronisationStage" + } + ], + "isStatic": true, + "name": "CreateGPUFence", + "comment": "This functionality is deprecated, and should no longer be used. Please use Graphics.CreateGraphicsFence.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "fence", "typeName": "UnityEngine.Rendering.GPUFence" }, + { + "name": "stage", + "typeName": "UnityEngine.Rendering.SynchronisationStage" + } + ], + "isStatic": true, + "name": "WaitOnGPUFence", + "comment": "This functionality is deprecated, and should no longer be used. Please use Graphics.WaitOnAsyncGraphicsFence.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "GPUFence", + "params": [], + "isStatic": true, + "name": "CreateGPUFence", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "fence", "typeName": "UnityEngine.Rendering.GPUFence" } + ], + "isStatic": true, + "name": "WaitOnGPUFence", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "mesh", "typeName": "UnityEngine.Mesh" }, + { "name": "position", "typeName": "UnityEngine.Vector3" }, + { "name": "rotation", "typeName": "UnityEngine.Quaternion" }, + { "name": "material", "typeName": "UnityEngine.Material" }, + { "name": "layer", "typeName": "int" } + ], + "isStatic": true, + "name": "DrawMesh", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "mesh", "typeName": "UnityEngine.Mesh" }, + { "name": "position", "typeName": "UnityEngine.Vector3" }, + { "name": "rotation", "typeName": "UnityEngine.Quaternion" }, + { "name": "material", "typeName": "UnityEngine.Material" }, + { "name": "layer", "typeName": "int" }, + { "name": "camera", "typeName": "UnityEngine.Camera" } + ], + "isStatic": true, + "name": "DrawMesh", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "mesh", "typeName": "UnityEngine.Mesh" }, + { "name": "position", "typeName": "UnityEngine.Vector3" }, + { "name": "rotation", "typeName": "UnityEngine.Quaternion" }, + { "name": "material", "typeName": "UnityEngine.Material" }, + { "name": "layer", "typeName": "int" }, + { "name": "camera", "typeName": "UnityEngine.Camera" }, + { "name": "submeshIndex", "typeName": "int" } + ], + "isStatic": true, + "name": "DrawMesh", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "mesh", "typeName": "UnityEngine.Mesh" }, + { "name": "position", "typeName": "UnityEngine.Vector3" }, + { "name": "rotation", "typeName": "UnityEngine.Quaternion" }, + { "name": "material", "typeName": "UnityEngine.Material" }, + { "name": "layer", "typeName": "int" }, + { "name": "camera", "typeName": "UnityEngine.Camera" }, + { "name": "submeshIndex", "typeName": "int" }, + { + "name": "properties", + "typeName": "UnityEngine.MaterialPropertyBlock" + } + ], + "isStatic": true, + "name": "DrawMesh", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "mesh", "typeName": "UnityEngine.Mesh" }, + { "name": "position", "typeName": "UnityEngine.Vector3" }, + { "name": "rotation", "typeName": "UnityEngine.Quaternion" }, + { "name": "material", "typeName": "UnityEngine.Material" }, + { "name": "layer", "typeName": "int" }, + { "name": "camera", "typeName": "UnityEngine.Camera" }, + { "name": "submeshIndex", "typeName": "int" }, + { + "name": "properties", + "typeName": "UnityEngine.MaterialPropertyBlock" + }, + { "name": "castShadows", "typeName": "bool" } + ], + "isStatic": true, + "name": "DrawMesh", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "mesh", "typeName": "UnityEngine.Mesh" }, + { "name": "position", "typeName": "UnityEngine.Vector3" }, + { "name": "rotation", "typeName": "UnityEngine.Quaternion" }, + { "name": "material", "typeName": "UnityEngine.Material" }, + { "name": "layer", "typeName": "int" }, + { "name": "camera", "typeName": "UnityEngine.Camera" }, + { "name": "submeshIndex", "typeName": "int" }, + { + "name": "properties", + "typeName": "UnityEngine.MaterialPropertyBlock" + }, + { "name": "castShadows", "typeName": "bool" }, + { "name": "receiveShadows", "typeName": "bool" } + ], + "isStatic": true, + "name": "DrawMesh", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "mesh", "typeName": "UnityEngine.Mesh" }, + { "name": "position", "typeName": "UnityEngine.Vector3" }, + { "name": "rotation", "typeName": "UnityEngine.Quaternion" }, + { "name": "material", "typeName": "UnityEngine.Material" }, + { "name": "layer", "typeName": "int" }, + { "name": "camera", "typeName": "UnityEngine.Camera" }, + { "name": "submeshIndex", "typeName": "int" }, + { + "name": "properties", + "typeName": "UnityEngine.MaterialPropertyBlock" + }, + { + "name": "castShadows", + "typeName": "UnityEngine.Rendering.ShadowCastingMode" + } + ], + "isStatic": true, + "name": "DrawMesh", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "mesh", "typeName": "UnityEngine.Mesh" }, + { "name": "position", "typeName": "UnityEngine.Vector3" }, + { "name": "rotation", "typeName": "UnityEngine.Quaternion" }, + { "name": "material", "typeName": "UnityEngine.Material" }, + { "name": "layer", "typeName": "int" }, + { "name": "camera", "typeName": "UnityEngine.Camera" }, + { "name": "submeshIndex", "typeName": "int" }, + { + "name": "properties", + "typeName": "UnityEngine.MaterialPropertyBlock" + }, + { + "name": "castShadows", + "typeName": "UnityEngine.Rendering.ShadowCastingMode" + }, + { "name": "receiveShadows", "typeName": "bool" } + ], + "isStatic": true, + "name": "DrawMesh", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "mesh", "typeName": "UnityEngine.Mesh" }, + { "name": "position", "typeName": "UnityEngine.Vector3" }, + { "name": "rotation", "typeName": "UnityEngine.Quaternion" }, + { "name": "material", "typeName": "UnityEngine.Material" }, + { "name": "layer", "typeName": "int" }, + { "name": "camera", "typeName": "UnityEngine.Camera" }, + { "name": "submeshIndex", "typeName": "int" }, + { + "name": "properties", + "typeName": "UnityEngine.MaterialPropertyBlock" + }, + { + "name": "castShadows", + "typeName": "UnityEngine.Rendering.ShadowCastingMode" + }, + { "name": "receiveShadows", "typeName": "bool" }, + { "name": "probeAnchor", "typeName": "UnityEngine.Transform" } + ], + "isStatic": true, + "name": "DrawMesh", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "mesh", "typeName": "UnityEngine.Mesh" }, + { "name": "matrix", "typeName": "UnityEngine.Matrix4x4" }, + { "name": "material", "typeName": "UnityEngine.Material" }, + { "name": "layer", "typeName": "int" } + ], + "isStatic": true, + "name": "DrawMesh", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "mesh", "typeName": "UnityEngine.Mesh" }, + { "name": "matrix", "typeName": "UnityEngine.Matrix4x4" }, + { "name": "material", "typeName": "UnityEngine.Material" }, + { "name": "layer", "typeName": "int" }, + { "name": "camera", "typeName": "UnityEngine.Camera" } + ], + "isStatic": true, + "name": "DrawMesh", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "mesh", "typeName": "UnityEngine.Mesh" }, + { "name": "matrix", "typeName": "UnityEngine.Matrix4x4" }, + { "name": "material", "typeName": "UnityEngine.Material" }, + { "name": "layer", "typeName": "int" }, + { "name": "camera", "typeName": "UnityEngine.Camera" }, + { "name": "submeshIndex", "typeName": "int" } + ], + "isStatic": true, + "name": "DrawMesh", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "mesh", "typeName": "UnityEngine.Mesh" }, + { "name": "matrix", "typeName": "UnityEngine.Matrix4x4" }, + { "name": "material", "typeName": "UnityEngine.Material" }, + { "name": "layer", "typeName": "int" }, + { "name": "camera", "typeName": "UnityEngine.Camera" }, + { "name": "submeshIndex", "typeName": "int" }, + { + "name": "properties", + "typeName": "UnityEngine.MaterialPropertyBlock" + } + ], + "isStatic": true, + "name": "DrawMesh", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "mesh", "typeName": "UnityEngine.Mesh" }, + { "name": "matrix", "typeName": "UnityEngine.Matrix4x4" }, + { "name": "material", "typeName": "UnityEngine.Material" }, + { "name": "layer", "typeName": "int" }, + { "name": "camera", "typeName": "UnityEngine.Camera" }, + { "name": "submeshIndex", "typeName": "int" }, + { + "name": "properties", + "typeName": "UnityEngine.MaterialPropertyBlock" + }, + { "name": "castShadows", "typeName": "bool" } + ], + "isStatic": true, + "name": "DrawMesh", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "mesh", "typeName": "UnityEngine.Mesh" }, + { "name": "matrix", "typeName": "UnityEngine.Matrix4x4" }, + { "name": "material", "typeName": "UnityEngine.Material" }, + { "name": "layer", "typeName": "int" }, + { "name": "camera", "typeName": "UnityEngine.Camera" }, + { "name": "submeshIndex", "typeName": "int" }, + { + "name": "properties", + "typeName": "UnityEngine.MaterialPropertyBlock" + }, + { "name": "castShadows", "typeName": "bool" }, + { "name": "receiveShadows", "typeName": "bool" } + ], + "isStatic": true, + "name": "DrawMesh", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "mesh", "typeName": "UnityEngine.Mesh" }, + { "name": "matrix", "typeName": "UnityEngine.Matrix4x4" }, + { "name": "material", "typeName": "UnityEngine.Material" }, + { "name": "layer", "typeName": "int" }, + { "name": "camera", "typeName": "UnityEngine.Camera" }, + { "name": "submeshIndex", "typeName": "int" }, + { + "name": "properties", + "typeName": "UnityEngine.MaterialPropertyBlock" + }, + { + "name": "castShadows", + "typeName": "UnityEngine.Rendering.ShadowCastingMode" + } + ], + "isStatic": true, + "name": "DrawMesh", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "mesh", "typeName": "UnityEngine.Mesh" }, + { "name": "matrix", "typeName": "UnityEngine.Matrix4x4" }, + { "name": "material", "typeName": "UnityEngine.Material" }, + { "name": "layer", "typeName": "int" }, + { "name": "camera", "typeName": "UnityEngine.Camera" }, + { "name": "submeshIndex", "typeName": "int" }, + { + "name": "properties", + "typeName": "UnityEngine.MaterialPropertyBlock" + }, + { + "name": "castShadows", + "typeName": "UnityEngine.Rendering.ShadowCastingMode" + }, + { "name": "receiveShadows", "typeName": "bool" } + ], + "isStatic": true, + "name": "DrawMesh", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "mesh", "typeName": "UnityEngine.Mesh" }, + { "name": "matrix", "typeName": "UnityEngine.Matrix4x4" }, + { "name": "material", "typeName": "UnityEngine.Material" }, + { "name": "layer", "typeName": "int" }, + { "name": "camera", "typeName": "UnityEngine.Camera" }, + { "name": "submeshIndex", "typeName": "int" }, + { + "name": "properties", + "typeName": "UnityEngine.MaterialPropertyBlock" + }, + { + "name": "castShadows", + "typeName": "UnityEngine.Rendering.ShadowCastingMode" + }, + { "name": "receiveShadows", "typeName": "bool" }, + { "name": "probeAnchor", "typeName": "UnityEngine.Transform" } + ], + "isStatic": true, + "name": "DrawMesh", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "mesh", "typeName": "UnityEngine.Mesh" }, + { "name": "matrix", "typeName": "UnityEngine.Matrix4x4" }, + { "name": "material", "typeName": "UnityEngine.Material" }, + { "name": "layer", "typeName": "int" }, + { "name": "camera", "typeName": "UnityEngine.Camera" }, + { "name": "submeshIndex", "typeName": "int" }, + { + "name": "properties", + "typeName": "UnityEngine.MaterialPropertyBlock" + }, + { + "name": "castShadows", + "typeName": "UnityEngine.Rendering.ShadowCastingMode" + }, + { "name": "receiveShadows", "typeName": "bool" }, + { "name": "probeAnchor", "typeName": "UnityEngine.Transform" }, + { "name": "useLightProbes", "typeName": "bool" } + ], + "isStatic": true, + "name": "DrawMesh", + "comment": "Draw a mesh.\n\n```plaintext\nParams: mesh - The Mesh to draw.\n position - Position of the mesh.\n rotation - Rotation of the mesh.\n matrix - Transformation matrix of the mesh (combines position, rotation and other transformations).\n material - Material to use.\n layer - to use.\n camera - If null (default), the mesh will be drawn in all cameras. Otherwise it will be rendered in the given Camera only.\n submeshIndex - Which subset of the mesh to draw. This applies only to meshes that are composed of several materials.\n properties - Additional material properties to apply onto material just before this mesh will be drawn. See MaterialPropertyBlock.\n castShadows - Determines whether the mesh can cast shadows.\n receiveShadows - Determines whether the mesh can receive shadows.\n useLightProbes - Should the mesh use light probes?\n probeAnchor - If used, the mesh will use this Transform's position to sample light probes and find the matching reflection probe.\n lightProbeUsage - LightProbeUsage for the mesh.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "mesh", "typeName": "UnityEngine.Mesh" }, + { "name": "matrix", "typeName": "UnityEngine.Matrix4x4" }, + { "name": "material", "typeName": "UnityEngine.Material" }, + { "name": "layer", "typeName": "int" }, + { "name": "camera", "typeName": "UnityEngine.Camera" }, + { "name": "submeshIndex", "typeName": "int" }, + { + "name": "properties", + "typeName": "UnityEngine.MaterialPropertyBlock" + }, + { + "name": "castShadows", + "typeName": "UnityEngine.Rendering.ShadowCastingMode" + }, + { "name": "receiveShadows", "typeName": "bool" }, + { "name": "probeAnchor", "typeName": "UnityEngine.Transform" }, + { + "name": "lightProbeUsage", + "typeName": "UnityEngine.Rendering.LightProbeUsage" + } + ], + "isStatic": true, + "name": "DrawMesh", + "comment": "Draw a mesh.\n\n```plaintext\nParams: mesh - The Mesh to draw.\n position - Position of the mesh.\n rotation - Rotation of the mesh.\n matrix - Transformation matrix of the mesh (combines position, rotation and other transformations).\n material - Material to use.\n layer - to use.\n camera - If null (default), the mesh will be drawn in all cameras. Otherwise it will be rendered in the given Camera only.\n submeshIndex - Which subset of the mesh to draw. This applies only to meshes that are composed of several materials.\n properties - Additional material properties to apply onto material just before this mesh will be drawn. See MaterialPropertyBlock.\n castShadows - Determines whether the mesh can cast shadows.\n receiveShadows - Determines whether the mesh can receive shadows.\n useLightProbes - Should the mesh use light probes?\n probeAnchor - If used, the mesh will use this Transform's position to sample light probes and find the matching reflection probe.\n lightProbeUsage - LightProbeUsage for the mesh.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "mesh", "typeName": "UnityEngine.Mesh" }, + { "name": "submeshIndex", "typeName": "int" }, + { "name": "material", "typeName": "UnityEngine.Material" }, + { "name": "matrices", "typeName": "UnityEngine.Matrix4x4[]" } + ], + "isStatic": true, + "name": "DrawMeshInstanced", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "mesh", "typeName": "UnityEngine.Mesh" }, + { "name": "submeshIndex", "typeName": "int" }, + { "name": "material", "typeName": "UnityEngine.Material" }, + { "name": "matrices", "typeName": "UnityEngine.Matrix4x4[]" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": true, + "name": "DrawMeshInstanced", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "mesh", "typeName": "UnityEngine.Mesh" }, + { "name": "submeshIndex", "typeName": "int" }, + { "name": "material", "typeName": "UnityEngine.Material" }, + { "name": "matrices", "typeName": "UnityEngine.Matrix4x4[]" }, + { "name": "count", "typeName": "int" }, + { + "name": "properties", + "typeName": "UnityEngine.MaterialPropertyBlock" + } + ], + "isStatic": true, + "name": "DrawMeshInstanced", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "mesh", "typeName": "UnityEngine.Mesh" }, + { "name": "submeshIndex", "typeName": "int" }, + { "name": "material", "typeName": "UnityEngine.Material" }, + { "name": "matrices", "typeName": "UnityEngine.Matrix4x4[]" }, + { "name": "count", "typeName": "int" }, + { + "name": "properties", + "typeName": "UnityEngine.MaterialPropertyBlock" + }, + { + "name": "castShadows", + "typeName": "UnityEngine.Rendering.ShadowCastingMode" + } + ], + "isStatic": true, + "name": "DrawMeshInstanced", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "mesh", "typeName": "UnityEngine.Mesh" }, + { "name": "submeshIndex", "typeName": "int" }, + { "name": "material", "typeName": "UnityEngine.Material" }, + { "name": "matrices", "typeName": "UnityEngine.Matrix4x4[]" }, + { "name": "count", "typeName": "int" }, + { + "name": "properties", + "typeName": "UnityEngine.MaterialPropertyBlock" + }, + { + "name": "castShadows", + "typeName": "UnityEngine.Rendering.ShadowCastingMode" + }, + { "name": "receiveShadows", "typeName": "bool" } + ], + "isStatic": true, + "name": "DrawMeshInstanced", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "mesh", "typeName": "UnityEngine.Mesh" }, + { "name": "submeshIndex", "typeName": "int" }, + { "name": "material", "typeName": "UnityEngine.Material" }, + { "name": "matrices", "typeName": "UnityEngine.Matrix4x4[]" }, + { "name": "count", "typeName": "int" }, + { + "name": "properties", + "typeName": "UnityEngine.MaterialPropertyBlock" + }, + { + "name": "castShadows", + "typeName": "UnityEngine.Rendering.ShadowCastingMode" + }, + { "name": "receiveShadows", "typeName": "bool" }, + { "name": "layer", "typeName": "int" } + ], + "isStatic": true, + "name": "DrawMeshInstanced", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "mesh", "typeName": "UnityEngine.Mesh" }, + { "name": "submeshIndex", "typeName": "int" }, + { "name": "material", "typeName": "UnityEngine.Material" }, + { "name": "matrices", "typeName": "UnityEngine.Matrix4x4[]" }, + { "name": "count", "typeName": "int" }, + { + "name": "properties", + "typeName": "UnityEngine.MaterialPropertyBlock" + }, + { + "name": "castShadows", + "typeName": "UnityEngine.Rendering.ShadowCastingMode" + }, + { "name": "receiveShadows", "typeName": "bool" }, + { "name": "layer", "typeName": "int" }, + { "name": "camera", "typeName": "UnityEngine.Camera" } + ], + "isStatic": true, + "name": "DrawMeshInstanced", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "mesh", "typeName": "UnityEngine.Mesh" }, + { "name": "submeshIndex", "typeName": "int" }, + { "name": "material", "typeName": "UnityEngine.Material" }, + { "name": "matrices", "typeName": "UnityEngine.Matrix4x4[]" }, + { "name": "count", "typeName": "int" }, + { + "name": "properties", + "typeName": "UnityEngine.MaterialPropertyBlock" + }, + { + "name": "castShadows", + "typeName": "UnityEngine.Rendering.ShadowCastingMode" + }, + { "name": "receiveShadows", "typeName": "bool" }, + { "name": "layer", "typeName": "int" }, + { "name": "camera", "typeName": "UnityEngine.Camera" }, + { + "name": "lightProbeUsage", + "typeName": "UnityEngine.Rendering.LightProbeUsage" + } + ], + "isStatic": true, + "name": "DrawMeshInstanced", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "mesh", "typeName": "UnityEngine.Mesh" }, + { "name": "submeshIndex", "typeName": "int" }, + { "name": "material", "typeName": "UnityEngine.Material" }, + { + "name": "matrices", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": true, + "name": "DrawMeshInstanced", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "mesh", "typeName": "UnityEngine.Mesh" }, + { "name": "submeshIndex", "typeName": "int" }, + { "name": "material", "typeName": "UnityEngine.Material" }, + { + "name": "matrices", + "typeName": "System.Collections.Generic.List" + }, + { + "name": "properties", + "typeName": "UnityEngine.MaterialPropertyBlock" + } + ], + "isStatic": true, + "name": "DrawMeshInstanced", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "mesh", "typeName": "UnityEngine.Mesh" }, + { "name": "submeshIndex", "typeName": "int" }, + { "name": "material", "typeName": "UnityEngine.Material" }, + { + "name": "matrices", + "typeName": "System.Collections.Generic.List" + }, + { + "name": "properties", + "typeName": "UnityEngine.MaterialPropertyBlock" + }, + { + "name": "castShadows", + "typeName": "UnityEngine.Rendering.ShadowCastingMode" + } + ], + "isStatic": true, + "name": "DrawMeshInstanced", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "mesh", "typeName": "UnityEngine.Mesh" }, + { "name": "submeshIndex", "typeName": "int" }, + { "name": "material", "typeName": "UnityEngine.Material" }, + { + "name": "matrices", + "typeName": "System.Collections.Generic.List" + }, + { + "name": "properties", + "typeName": "UnityEngine.MaterialPropertyBlock" + }, + { + "name": "castShadows", + "typeName": "UnityEngine.Rendering.ShadowCastingMode" + }, + { "name": "receiveShadows", "typeName": "bool" } + ], + "isStatic": true, + "name": "DrawMeshInstanced", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "mesh", "typeName": "UnityEngine.Mesh" }, + { "name": "submeshIndex", "typeName": "int" }, + { "name": "material", "typeName": "UnityEngine.Material" }, + { + "name": "matrices", + "typeName": "System.Collections.Generic.List" + }, + { + "name": "properties", + "typeName": "UnityEngine.MaterialPropertyBlock" + }, + { + "name": "castShadows", + "typeName": "UnityEngine.Rendering.ShadowCastingMode" + }, + { "name": "receiveShadows", "typeName": "bool" }, + { "name": "layer", "typeName": "int" } + ], + "isStatic": true, + "name": "DrawMeshInstanced", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "mesh", "typeName": "UnityEngine.Mesh" }, + { "name": "submeshIndex", "typeName": "int" }, + { "name": "material", "typeName": "UnityEngine.Material" }, + { + "name": "matrices", + "typeName": "System.Collections.Generic.List" + }, + { + "name": "properties", + "typeName": "UnityEngine.MaterialPropertyBlock" + }, + { + "name": "castShadows", + "typeName": "UnityEngine.Rendering.ShadowCastingMode" + }, + { "name": "receiveShadows", "typeName": "bool" }, + { "name": "layer", "typeName": "int" }, + { "name": "camera", "typeName": "UnityEngine.Camera" } + ], + "isStatic": true, + "name": "DrawMeshInstanced", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "mesh", "typeName": "UnityEngine.Mesh" }, + { "name": "submeshIndex", "typeName": "int" }, + { "name": "material", "typeName": "UnityEngine.Material" }, + { + "name": "matrices", + "typeName": "System.Collections.Generic.List" + }, + { + "name": "properties", + "typeName": "UnityEngine.MaterialPropertyBlock" + }, + { + "name": "castShadows", + "typeName": "UnityEngine.Rendering.ShadowCastingMode" + }, + { "name": "receiveShadows", "typeName": "bool" }, + { "name": "layer", "typeName": "int" }, + { "name": "camera", "typeName": "UnityEngine.Camera" }, + { + "name": "lightProbeUsage", + "typeName": "UnityEngine.Rendering.LightProbeUsage" + } + ], + "isStatic": true, + "name": "DrawMeshInstanced", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "mesh", "typeName": "UnityEngine.Mesh" }, + { "name": "submeshIndex", "typeName": "int" }, + { "name": "material", "typeName": "UnityEngine.Material" }, + { "name": "bounds", "typeName": "UnityEngine.Bounds" }, + { + "name": "bufferWithArgs", + "typeName": "UnityEngine.ComputeBuffer" + }, + { "name": "argsOffset", "typeName": "int" }, + { + "name": "properties", + "typeName": "UnityEngine.MaterialPropertyBlock" + }, + { + "name": "castShadows", + "typeName": "UnityEngine.Rendering.ShadowCastingMode" + }, + { "name": "receiveShadows", "typeName": "bool" }, + { "name": "layer", "typeName": "int" }, + { "name": "camera", "typeName": "UnityEngine.Camera" }, + { + "name": "lightProbeUsage", + "typeName": "UnityEngine.Rendering.LightProbeUsage" + } + ], + "isStatic": true, + "name": "DrawMeshInstancedIndirect", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "mesh", "typeName": "UnityEngine.Mesh" }, + { "name": "submeshIndex", "typeName": "int" }, + { "name": "material", "typeName": "UnityEngine.Material" }, + { "name": "bounds", "typeName": "UnityEngine.Bounds" }, + { + "name": "bufferWithArgs", + "typeName": "UnityEngine.GraphicsBuffer" + }, + { "name": "argsOffset", "typeName": "int" }, + { + "name": "properties", + "typeName": "UnityEngine.MaterialPropertyBlock" + }, + { + "name": "castShadows", + "typeName": "UnityEngine.Rendering.ShadowCastingMode" + }, + { "name": "receiveShadows", "typeName": "bool" }, + { "name": "layer", "typeName": "int" }, + { "name": "camera", "typeName": "UnityEngine.Camera" }, + { + "name": "lightProbeUsage", + "typeName": "UnityEngine.Rendering.LightProbeUsage" + } + ], + "isStatic": true, + "name": "DrawMeshInstancedIndirect", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "screenRect", "typeName": "UnityEngine.Rect" }, + { "name": "texture", "typeName": "UnityEngine.Texture" }, + { "name": "sourceRect", "typeName": "UnityEngine.Rect" }, + { "name": "leftBorder", "typeName": "int" }, + { "name": "rightBorder", "typeName": "int" }, + { "name": "topBorder", "typeName": "int" }, + { "name": "bottomBorder", "typeName": "int" }, + { "name": "color", "typeName": "UnityEngine.Color" }, + { "name": "mat", "typeName": "UnityEngine.Material" } + ], + "isStatic": true, + "name": "DrawTexture", + "comment": "Draw a texture in screen coordinates.\n\n```plaintext\nParams: screenRect - Rectangle on the screen to use for the texture. In pixel coordinates with (0,0) in the upper-left corner.\n texture - Texture to draw.\n sourceRect - Region of the texture to use. In normalized coordinates with (0,0) in the bottom-left corner.\n leftBorder - Number of pixels from the left that are not affected by scale.\n rightBorder - Number of pixels from the right that are not affected by scale.\n topBorder - Number of pixels from the top that are not affected by scale.\n bottomBorder - Number of pixels from the bottom that are not affected by scale.\n color - Color that modulates the output. The neutral value is (0.5, 0.5, 0.5, 0.5). Set as vertex color for the shader.\n mat - Custom Material that can be used to draw the texture. If null is passed, a default material with the Internal-GUITexture.shader is used.\n pass - If -1 (default), draws all passes in the material. Otherwise, draws given pass only.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "screenRect", "typeName": "UnityEngine.Rect" }, + { "name": "texture", "typeName": "UnityEngine.Texture" }, + { "name": "sourceRect", "typeName": "UnityEngine.Rect" }, + { "name": "leftBorder", "typeName": "int" }, + { "name": "rightBorder", "typeName": "int" }, + { "name": "topBorder", "typeName": "int" }, + { "name": "bottomBorder", "typeName": "int" }, + { "name": "color", "typeName": "UnityEngine.Color" } + ], + "isStatic": true, + "name": "DrawTexture", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "screenRect", "typeName": "UnityEngine.Rect" }, + { "name": "texture", "typeName": "UnityEngine.Texture" }, + { "name": "sourceRect", "typeName": "UnityEngine.Rect" }, + { "name": "leftBorder", "typeName": "int" }, + { "name": "rightBorder", "typeName": "int" }, + { "name": "topBorder", "typeName": "int" }, + { "name": "bottomBorder", "typeName": "int" }, + { "name": "mat", "typeName": "UnityEngine.Material" } + ], + "isStatic": true, + "name": "DrawTexture", + "comment": "Draw a texture in screen coordinates.\n\n```plaintext\nParams: screenRect - Rectangle on the screen to use for the texture. In pixel coordinates with (0,0) in the upper-left corner.\n texture - Texture to draw.\n sourceRect - Region of the texture to use. In normalized coordinates with (0,0) in the bottom-left corner.\n leftBorder - Number of pixels from the left that are not affected by scale.\n rightBorder - Number of pixels from the right that are not affected by scale.\n topBorder - Number of pixels from the top that are not affected by scale.\n bottomBorder - Number of pixels from the bottom that are not affected by scale.\n color - Color that modulates the output. The neutral value is (0.5, 0.5, 0.5, 0.5). Set as vertex color for the shader.\n mat - Custom Material that can be used to draw the texture. If null is passed, a default material with the Internal-GUITexture.shader is used.\n pass - If -1 (default), draws all passes in the material. Otherwise, draws given pass only.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "screenRect", "typeName": "UnityEngine.Rect" }, + { "name": "texture", "typeName": "UnityEngine.Texture" }, + { "name": "sourceRect", "typeName": "UnityEngine.Rect" }, + { "name": "leftBorder", "typeName": "int" }, + { "name": "rightBorder", "typeName": "int" }, + { "name": "topBorder", "typeName": "int" }, + { "name": "bottomBorder", "typeName": "int" } + ], + "isStatic": true, + "name": "DrawTexture", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "screenRect", "typeName": "UnityEngine.Rect" }, + { "name": "texture", "typeName": "UnityEngine.Texture" }, + { "name": "leftBorder", "typeName": "int" }, + { "name": "rightBorder", "typeName": "int" }, + { "name": "topBorder", "typeName": "int" }, + { "name": "bottomBorder", "typeName": "int" }, + { "name": "mat", "typeName": "UnityEngine.Material" } + ], + "isStatic": true, + "name": "DrawTexture", + "comment": "Draw a texture in screen coordinates.\n\n```plaintext\nParams: screenRect - Rectangle on the screen to use for the texture. In pixel coordinates with (0,0) in the upper-left corner.\n texture - Texture to draw.\n sourceRect - Region of the texture to use. In normalized coordinates with (0,0) in the bottom-left corner.\n leftBorder - Number of pixels from the left that are not affected by scale.\n rightBorder - Number of pixels from the right that are not affected by scale.\n topBorder - Number of pixels from the top that are not affected by scale.\n bottomBorder - Number of pixels from the bottom that are not affected by scale.\n color - Color that modulates the output. The neutral value is (0.5, 0.5, 0.5, 0.5). Set as vertex color for the shader.\n mat - Custom Material that can be used to draw the texture. If null is passed, a default material with the Internal-GUITexture.shader is used.\n pass - If -1 (default), draws all passes in the material. Otherwise, draws given pass only.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "screenRect", "typeName": "UnityEngine.Rect" }, + { "name": "texture", "typeName": "UnityEngine.Texture" }, + { "name": "leftBorder", "typeName": "int" }, + { "name": "rightBorder", "typeName": "int" }, + { "name": "topBorder", "typeName": "int" }, + { "name": "bottomBorder", "typeName": "int" } + ], + "isStatic": true, + "name": "DrawTexture", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "screenRect", "typeName": "UnityEngine.Rect" }, + { "name": "texture", "typeName": "UnityEngine.Texture" }, + { "name": "mat", "typeName": "UnityEngine.Material" } + ], + "isStatic": true, + "name": "DrawTexture", + "comment": "Draw a texture in screen coordinates.\n\n```plaintext\nParams: screenRect - Rectangle on the screen to use for the texture. In pixel coordinates with (0,0) in the upper-left corner.\n texture - Texture to draw.\n sourceRect - Region of the texture to use. In normalized coordinates with (0,0) in the bottom-left corner.\n leftBorder - Number of pixels from the left that are not affected by scale.\n rightBorder - Number of pixels from the right that are not affected by scale.\n topBorder - Number of pixels from the top that are not affected by scale.\n bottomBorder - Number of pixels from the bottom that are not affected by scale.\n color - Color that modulates the output. The neutral value is (0.5, 0.5, 0.5, 0.5). Set as vertex color for the shader.\n mat - Custom Material that can be used to draw the texture. If null is passed, a default material with the Internal-GUITexture.shader is used.\n pass - If -1 (default), draws all passes in the material. Otherwise, draws given pass only.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "screenRect", "typeName": "UnityEngine.Rect" }, + { "name": "texture", "typeName": "UnityEngine.Texture" } + ], + "isStatic": true, + "name": "DrawTexture", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "rt", "typeName": "UnityEngine.RenderTexture" }], + "isStatic": true, + "name": "SetRenderTarget", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "rt", "typeName": "UnityEngine.RenderTexture" }, + { "name": "mipLevel", "typeName": "int" } + ], + "isStatic": true, + "name": "SetRenderTarget", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "rt", "typeName": "UnityEngine.RenderTexture" }, + { "name": "mipLevel", "typeName": "int" }, + { "name": "face", "typeName": "UnityEngine.CubemapFace" } + ], + "isStatic": true, + "name": "SetRenderTarget", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "colorBuffer", "typeName": "UnityEngine.RenderBuffer" }, + { "name": "depthBuffer", "typeName": "UnityEngine.RenderBuffer" } + ], + "isStatic": true, + "name": "SetRenderTarget", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "colorBuffer", "typeName": "UnityEngine.RenderBuffer" }, + { "name": "depthBuffer", "typeName": "UnityEngine.RenderBuffer" }, + { "name": "mipLevel", "typeName": "int" } + ], + "isStatic": true, + "name": "SetRenderTarget", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "colorBuffer", "typeName": "UnityEngine.RenderBuffer" }, + { "name": "depthBuffer", "typeName": "UnityEngine.RenderBuffer" }, + { "name": "mipLevel", "typeName": "int" }, + { "name": "face", "typeName": "UnityEngine.CubemapFace" } + ], + "isStatic": true, + "name": "SetRenderTarget", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "uav", "typeName": "UnityEngine.ComputeBuffer" } + ], + "isStatic": true, + "name": "SetRandomWriteTarget", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "uav", "typeName": "UnityEngine.GraphicsBuffer" } + ], + "isStatic": true, + "name": "SetRandomWriteTarget", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "Graphics", + "comment": "Raw interface to Unity's drawing functions.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Timeline", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Timeline.NotificationFlags", + "name": "TriggerInEditMode", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "UnityEngine.Timeline.NotificationFlags", + "name": "Retroactive", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "UnityEngine.Timeline.NotificationFlags", + "name": "TriggerOnce", + "comment": "", + "location": "Unity.Timeline.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Timeline.NotificationFlags", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Timeline.dll" + } + ], + "name": "NotificationFlags", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "TRIANGLES", + "comment": "Mode for Begin: draw triangles.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "TRIANGLE_STRIP", + "comment": "Mode for Begin: draw triangle strip.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "QUADS", + "comment": "Mode for Begin: draw quads.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "LINES", + "comment": "Mode for Begin: draw lines.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "LINE_STRIP", + "comment": "Mode for Begin: draw line strip.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "wireframe", + "comment": "Should rendering be done in wireframe?\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "sRGBWrite", + "comment": "Controls whether Linear-to-sRGB color conversion is performed while rendering.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "invertCulling", + "comment": "Select whether to invert the backface culling (true) or not (false).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Matrix4x4", + "name": "modelview", + "comment": "Gets or sets the modelview matrix.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "x", "typeName": "float" }, + { "name": "y", "typeName": "float" }, + { "name": "z", "typeName": "float" } + ], + "isStatic": true, + "name": "Vertex3", + "comment": "Submit a vertex.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "v", "typeName": "UnityEngine.Vector3" }], + "isStatic": true, + "name": "Vertex", + "comment": "Submit a vertex.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "x", "typeName": "float" }, + { "name": "y", "typeName": "float" }, + { "name": "z", "typeName": "float" } + ], + "isStatic": true, + "name": "TexCoord3", + "comment": "Sets current texture coordinate (x,y,z) for all texture units.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "v", "typeName": "UnityEngine.Vector3" }], + "isStatic": true, + "name": "TexCoord", + "comment": "Sets current texture coordinate (v.x,v.y,v.z) for all texture units.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "x", "typeName": "float" }, + { "name": "y", "typeName": "float" } + ], + "isStatic": true, + "name": "TexCoord2", + "comment": "Sets current texture coordinate (x,y) for all texture units.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "unit", "typeName": "int" }, + { "name": "x", "typeName": "float" }, + { "name": "y", "typeName": "float" }, + { "name": "z", "typeName": "float" } + ], + "isStatic": true, + "name": "MultiTexCoord3", + "comment": "Sets current texture coordinate (x,y,z) to the actual texture unit.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "unit", "typeName": "int" }, + { "name": "v", "typeName": "UnityEngine.Vector3" } + ], + "isStatic": true, + "name": "MultiTexCoord", + "comment": "Sets current texture coordinate (v.x,v.y,v.z) to the actual texture unit.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "unit", "typeName": "int" }, + { "name": "x", "typeName": "float" }, + { "name": "y", "typeName": "float" } + ], + "isStatic": true, + "name": "MultiTexCoord2", + "comment": "Sets current texture coordinate (x,y) for the actual texture unit.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "c", "typeName": "UnityEngine.Color" }], + "isStatic": true, + "name": "Color", + "comment": "Sets current vertex color.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "Flush", + "comment": "Sends queued-up commands in the driver's command buffer to the GPU.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "RenderTargetBarrier", + "comment": "Resolves the render target for subsequent operations sampling from it.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "m", "typeName": "UnityEngine.Matrix4x4" }], + "isStatic": true, + "name": "MultMatrix", + "comment": "Sets the current model matrix to the one specified.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "eventID", "typeName": "int" }], + "isStatic": true, + "name": "IssuePluginEvent", + "comment": "Send a user-defined event to a native code plugin.\n\n```plaintext\nParams: eventID - User defined id to send to the callback.\n callback - Native code callback to queue for Unity's renderer to invoke.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "revertBackFaces", "typeName": "bool" }], + "isStatic": true, + "name": "SetRevertBackfacing", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "PushMatrix", + "comment": "Saves the model, view and projection matrices to the top of the matrix stack.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "PopMatrix", + "comment": "Restores the model, view and projection matrices off the top of the matrix stack.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "LoadIdentity", + "comment": "Load an identity into the current model and view matrices.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "LoadOrtho", + "comment": "Helper function to set up an orthograhic projection.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "LoadPixelMatrix", + "comment": "Setup a matrix for pixel-correct rendering.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "mat", "typeName": "UnityEngine.Matrix4x4" }], + "isStatic": true, + "name": "LoadProjectionMatrix", + "comment": "Load an arbitrary matrix to the current projection matrix.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "InvalidateState", + "comment": "Invalidate the internally cached render state.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Matrix4x4", + "params": [ + { "name": "proj", "typeName": "UnityEngine.Matrix4x4" }, + { "name": "renderIntoTexture", "typeName": "bool" } + ], + "isStatic": true, + "name": "GetGPUProjectionMatrix", + "comment": "Adjusted projection matrix for the current graphics API.\n\n```plaintext\nParams: proj - Source projection matrix.\n renderIntoTexture - Will this projection be used for rendering into a RenderTexture?\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "left", "typeName": "float" }, + { "name": "right", "typeName": "float" }, + { "name": "bottom", "typeName": "float" }, + { "name": "top", "typeName": "float" } + ], + "isStatic": true, + "name": "LoadPixelMatrix", + "comment": "Setup a matrix for pixel-correct rendering.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "callback", "typeName": "System.IntPtr" }, + { "name": "eventID", "typeName": "int" } + ], + "isStatic": true, + "name": "IssuePluginEvent", + "comment": "Send a user-defined event to a native code plugin.\n\n```plaintext\nParams: eventID - User defined id to send to the callback.\n callback - Native code callback to queue for Unity's renderer to invoke.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "mode", "typeName": "int" }], + "isStatic": true, + "name": "Begin", + "comment": "Begin drawing 3D primitives.\n\n```plaintext\nParams: mode - Primitives to draw: can be TRIANGLES, TRIANGLE_STRIP, QUADS or LINES.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "End", + "comment": "End drawing 3D primitives.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "clearDepth", "typeName": "bool" }, + { "name": "clearColor", "typeName": "bool" }, + { "name": "backgroundColor", "typeName": "UnityEngine.Color" }, + { "name": "depth", "typeName": "float" } + ], + "isStatic": true, + "name": "Clear", + "comment": "Clear the current render buffer.\n\n```plaintext\nParams: clearDepth - Should the depth buffer be cleared?\n clearColor - Should the color buffer be cleared?\n backgroundColor - The color to clear with, used only if clearColor is true.\n depth - The depth to clear the z-buffer with, used only if clearDepth is true. The valid\nrange is from 0 (near plane) to 1 (far plane). The value is graphics API agnostic: the abstraction layer will convert\nthe value to match the convention of the current graphics API.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "clearDepth", "typeName": "bool" }, + { "name": "clearColor", "typeName": "bool" }, + { "name": "backgroundColor", "typeName": "UnityEngine.Color" } + ], + "isStatic": true, + "name": "Clear", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "pixelRect", "typeName": "UnityEngine.Rect" }], + "isStatic": true, + "name": "Viewport", + "comment": "Set the rendering viewport.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "clearDepth", "typeName": "bool" }, + { "name": "camera", "typeName": "UnityEngine.Camera" } + ], + "isStatic": true, + "name": "ClearWithSkybox", + "comment": "Clear the current render buffer with camera's skybox.\n\n```plaintext\nParams: clearDepth - Should the depth buffer be cleared?\n camera - Camera to get projection parameters and skybox from.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "GL", + "comment": "Low-level graphics library.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Timeline", + "baseClass": "UnityEngine.Playables.PlayableBehaviour", + "attribute": "", + "interfaces": ["IPlayableBehaviour", "ICloneable"], + "fields": [ + { + "typeName": "UnityEngine.ParticleSystem", + "name": "particleSystem", + "comment": "", + "location": "Unity.Timeline.dll" + } + ], + "methods": [ + { + "returnTypeName": "ScriptPlayable", + "params": [ + { + "name": "graph", + "typeName": "UnityEngine.Playables.PlayableGraph" + }, + { "name": "component", "typeName": "UnityEngine.ParticleSystem" }, + { "name": "randomSeed", "typeName": "uint" } + ], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "ps", "typeName": "UnityEngine.ParticleSystem" }, + { "name": "randomSeed", "typeName": "uint" } + ], + "isStatic": false, + "name": "Initialize", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "playable", "typeName": "UnityEngine.Playables.Playable" } + ], + "isStatic": false, + "name": "OnPlayableDestroy", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "playable", + "typeName": "UnityEngine.Playables.Playable" + }, + { "name": "data", "typeName": "UnityEngine.Playables.FrameData" } + ], + "isStatic": false, + "name": "PrepareFrame", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "playable", + "typeName": "UnityEngine.Playables.Playable" + }, + { "name": "info", "typeName": "UnityEngine.Playables.FrameData" } + ], + "isStatic": false, + "name": "OnBehaviourPlay", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "playable", + "typeName": "UnityEngine.Playables.Playable" + }, + { "name": "info", "typeName": "UnityEngine.Playables.FrameData" } + ], + "isStatic": false, + "name": "OnBehaviourPause", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Timeline.dll" + } + ], + "name": "ParticleControlPlayable", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "float", + "name": "widthScaleFactor", + "comment": "Width scale factor to control dynamic resolution.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "heightScaleFactor", + "comment": "Height scale factor to control dynamic resolution.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "widthScale", "typeName": "float" }, + { "name": "heightScale", "typeName": "float" } + ], + "isStatic": true, + "name": "ResizeBuffers", + "comment": "Function to resize all buffers marked as DynamicallyScalable.\n\n```plaintext\nParams: widthScale - New scale factor for the width the ScalableBufferManager will use to resize all render textures the user marked as DynamicallyScalable, has to be some value greater than 0.0 and less than or equal to 1.0.\n heightScale - New scale factor for the height the ScalableBufferManager will use to resize all render textures the user marked as DynamicallyScalable, has to be some value greater than 0.0 and less than or equal to 1.0.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "ScalableBufferManager", + "comment": "Scales render textures to support dynamic resolution if the target platform/graphics API supports it.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Timeline", + "baseClass": "UnityEngine.Playables.PlayableBehaviour", + "attribute": "", + "interfaces": ["IPlayableBehaviour", "ICloneable"], + "fields": [ + { + "typeName": "UnityEngine.GameObject", + "name": "prefabInstance", + "comment": "", + "location": "Unity.Timeline.dll" + } + ], + "methods": [ + { + "returnTypeName": "ScriptPlayable", + "params": [ + { + "name": "graph", + "typeName": "UnityEngine.Playables.PlayableGraph" + }, + { + "name": "prefabGameObject", + "typeName": "UnityEngine.GameObject" + }, + { "name": "parentTransform", "typeName": "UnityEngine.Transform" } + ], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "returnTypeName": "GameObject", + "params": [ + { + "name": "prefabGameObject", + "typeName": "UnityEngine.GameObject" + }, + { "name": "parentTransform", "typeName": "UnityEngine.Transform" } + ], + "isStatic": false, + "name": "Initialize", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "playable", "typeName": "UnityEngine.Playables.Playable" } + ], + "isStatic": false, + "name": "OnPlayableDestroy", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "playable", + "typeName": "UnityEngine.Playables.Playable" + }, + { "name": "info", "typeName": "UnityEngine.Playables.FrameData" } + ], + "isStatic": false, + "name": "OnBehaviourPlay", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "playable", + "typeName": "UnityEngine.Playables.Playable" + }, + { "name": "info", "typeName": "UnityEngine.Playables.FrameData" } + ], + "isStatic": false, + "name": "OnBehaviourPause", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Timeline.dll" + } + ], + "name": "PrefabControlPlayable", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "ulong", + "name": "cpuTimePresentCalled", + "comment": "This is the CPU clock time at the point Present was called for the current frame.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "double", + "name": "cpuFrameTime", + "comment": "The CPU time for a given frame, in ms.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "ulong", + "name": "cpuTimeFrameComplete", + "comment": "This is the CPU clock time at the point GPU finished rendering the frame and interrupted the CPU.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "double", + "name": "gpuFrameTime", + "comment": "The GPU time for a given frame, in ms.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "heightScale", + "comment": "This was the height scale factor of the Dynamic Resolution system(if used) for the given frame and the linked frame timings.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "widthScale", + "comment": "This was the width scale factor of the Dynamic Resolution system(if used) for the given frame and the linked frame timings.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "uint", + "name": "syncInterval", + "comment": "This was the vsync mode for the given frame and the linked frame timings.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "FrameTiming", + "comment": "Struct containing basic FrameTimings and accompanying relevant data.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Timeline", + "baseClass": "UnityEngine.Playables.PlayableBehaviour", + "attribute": "", + "interfaces": ["IPlayableBehaviour", "ICloneable"], + "fields": [], + "methods": [ + { + "returnTypeName": "ScriptPlayable", + "params": [ + { + "name": "graph", + "typeName": "UnityEngine.Playables.PlayableGraph" + }, + { + "name": "timeControl", + "typeName": "UnityEngine.Timeline.ITimeControl" + } + ], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "timeControl", + "typeName": "UnityEngine.Timeline.ITimeControl" + } + ], + "isStatic": false, + "name": "Initialize", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "playable", + "typeName": "UnityEngine.Playables.Playable" + }, + { "name": "info", "typeName": "UnityEngine.Playables.FrameData" } + ], + "isStatic": false, + "name": "PrepareFrame", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "playable", + "typeName": "UnityEngine.Playables.Playable" + }, + { "name": "info", "typeName": "UnityEngine.Playables.FrameData" } + ], + "isStatic": false, + "name": "OnBehaviourPlay", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "playable", + "typeName": "UnityEngine.Playables.Playable" + }, + { "name": "info", "typeName": "UnityEngine.Playables.FrameData" } + ], + "isStatic": false, + "name": "OnBehaviourPause", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Timeline.dll" + } + ], + "name": "TimeControlPlayable", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "CaptureFrameTimings", + "comment": "This function triggers the FrameTimingManager to capture a snapshot of FrameTiming's data, that can then be accessed by the user.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "UInt32", + "params": [ + { "name": "numFrames", "typeName": "uint" }, + { "name": "timings", "typeName": "UnityEngine.FrameTiming[]" } + ], + "isStatic": true, + "name": "GetLatestTimings", + "comment": "Returns the number of FrameTimings it actually was able to get. This will always be equal to or less than the requested numFrames depending on availability of captured FrameTimings.\n\n```plaintext\nParams: numFrames - User supplies a desired number of frames they would like FrameTimings for. This should be equal to or less than the maximum FrameTimings the platform can capture.\n timings - An array of FrameTiming structs that is passed in by the user and will be filled with data as requested. It is the users job to make sure the array that is passed is large enough to hold the requested number of FrameTimings.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Single", + "params": [], + "isStatic": true, + "name": "GetVSyncsPerSecond", + "comment": "Number of vsyncs per second of the current platform.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "UInt64", + "params": [], + "isStatic": true, + "name": "GetGpuTimerFrequency", + "comment": "GPU timer frequency for current platform.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "UInt64", + "params": [], + "isStatic": true, + "name": "GetCpuTimerFrequency", + "comment": "CPU timer frequency for current platform.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "FrameTimingManager", + "comment": "The FrameTimingManager allows the user to capture and access FrameTiming data for multple frames.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Timeline", + "baseClass": "UnityEngine.Playables.PlayableBehaviour", + "attribute": "", + "interfaces": ["IPlayableBehaviour", "ICloneable"], + "fields": [ + { + "typeName": "UnityEngine.Playables.Playable", + "name": "timeSource", + "comment": "", + "location": "Unity.Timeline.dll" + } + ], + "methods": [ + { + "returnTypeName": "ScriptPlayable", + "params": [ + { + "name": "graph", + "typeName": "UnityEngine.Playables.PlayableGraph" + }, + { "name": "duration", "typeName": "double" }, + { + "name": "loopMode", + "typeName": "UnityEngine.Playables.DirectorWrapMode" + } + ], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "time", "typeName": "double" }, + { + "name": "payload", + "typeName": "UnityEngine.Playables.INotification" + }, + { + "name": "flags", + "typeName": "UnityEngine.Timeline.NotificationFlags" + } + ], + "isStatic": false, + "name": "AddNotification", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "playable", "typeName": "UnityEngine.Playables.Playable" } + ], + "isStatic": false, + "name": "OnGraphStart", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "playable", + "typeName": "UnityEngine.Playables.Playable" + }, + { "name": "info", "typeName": "UnityEngine.Playables.FrameData" } + ], + "isStatic": false, + "name": "OnBehaviourPause", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "playable", + "typeName": "UnityEngine.Playables.Playable" + }, + { "name": "info", "typeName": "UnityEngine.Playables.FrameData" } + ], + "isStatic": false, + "name": "PrepareFrame", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Timeline.dll" + } + ], + "name": "TimeNotificationBehaviour", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Texture2D", + "name": "lightmapLight", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Texture2D", + "name": "lightmapColor", + "comment": "Lightmap storing color of incoming light.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Texture2D", + "name": "lightmapDir", + "comment": "Lightmap storing dominant direction of incoming light.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Texture2D", + "name": "shadowMask", + "comment": "Texture storing occlusion mask per light (ShadowMask, up to four lights).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Texture2D", + "name": "lightmap", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Texture2D", + "name": "lightmapFar", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Texture2D", + "name": "lightmapNear", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "LightmapData", + "comment": "Data of a lightmap.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.Object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.LightmapData[]", + "name": "lightmaps", + "comment": "Lightmap array.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.LightmapsMode", + "name": "lightmapsMode", + "comment": "NonDirectional or CombinedDirectional Specular lightmaps rendering mode.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.LightProbes", + "name": "lightProbes", + "comment": "Baked Light Probe data.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.LightmapsModeLegacy", + "name": "lightmapsModeLegacy", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.ColorSpace", + "name": "bakedColorSpace", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [], + "name": "LightmapSettings", + "comment": "Stores lightmaps of the Scene.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.RenderBuffer[]", + "name": "color", + "comment": "Color Buffers to set.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.RenderBuffer", + "name": "depth", + "comment": "Depth Buffer to set.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "mipLevel", + "comment": "Mip Level to render to.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.CubemapFace", + "name": "cubemapFace", + "comment": "Cubemap face to render to.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "depthSlice", + "comment": "Slice of a Texture3D or Texture2DArray to set as a render target.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.RenderBufferLoadAction[]", + "name": "colorLoad", + "comment": "Load Actions for Color Buffers. It will override any actions set on RenderBuffers themselves.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.RenderBufferStoreAction[]", + "name": "colorStore", + "comment": "Store Actions for Color Buffers. It will override any actions set on RenderBuffers themselves.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.RenderBufferLoadAction", + "name": "depthLoad", + "comment": "Load Action for Depth Buffer. It will override any actions set on RenderBuffer itself.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.RenderBufferStoreAction", + "name": "depthStore", + "comment": "Store Actions for Depth Buffer. It will override any actions set on RenderBuffer itself.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "color", "typeName": "UnityEngine.RenderBuffer[]" }, + { "name": "depth", "typeName": "UnityEngine.RenderBuffer" }, + { "name": "mip", "typeName": "int" }, + { "name": "face", "typeName": "UnityEngine.CubemapFace" }, + { + "name": "colorLoad", + "typeName": "UnityEngine.Rendering.RenderBufferLoadAction[]" + }, + { + "name": "colorStore", + "typeName": "UnityEngine.Rendering.RenderBufferStoreAction[]" + }, + { + "name": "depthLoad", + "typeName": "UnityEngine.Rendering.RenderBufferLoadAction" + }, + { + "name": "depthStore", + "typeName": "UnityEngine.Rendering.RenderBufferStoreAction" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "color", "typeName": "UnityEngine.RenderBuffer" }, + { "name": "depth", "typeName": "UnityEngine.RenderBuffer" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Constructs RenderTargetSetup.\n\n```plaintext\nParams: color - Color Buffer(s) to set.\n depth - Depth Buffer to set.\n mipLevel - Mip Level to render to.\n face - Cubemap face to render to.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "color", "typeName": "UnityEngine.RenderBuffer" }, + { "name": "depth", "typeName": "UnityEngine.RenderBuffer" }, + { "name": "mipLevel", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Constructs RenderTargetSetup.\n\n```plaintext\nParams: color - Color Buffer(s) to set.\n depth - Depth Buffer to set.\n mipLevel - Mip Level to render to.\n face - Cubemap face to render to.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "color", "typeName": "UnityEngine.RenderBuffer" }, + { "name": "depth", "typeName": "UnityEngine.RenderBuffer" }, + { "name": "mipLevel", "typeName": "int" }, + { "name": "face", "typeName": "UnityEngine.CubemapFace" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Constructs RenderTargetSetup.\n\n```plaintext\nParams: color - Color Buffer(s) to set.\n depth - Depth Buffer to set.\n mipLevel - Mip Level to render to.\n face - Cubemap face to render to.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "color", "typeName": "UnityEngine.RenderBuffer" }, + { "name": "depth", "typeName": "UnityEngine.RenderBuffer" }, + { "name": "mipLevel", "typeName": "int" }, + { "name": "face", "typeName": "UnityEngine.CubemapFace" }, + { "name": "depthSlice", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "color", "typeName": "UnityEngine.RenderBuffer[]" }, + { "name": "depth", "typeName": "UnityEngine.RenderBuffer" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Constructs RenderTargetSetup.\n\n```plaintext\nParams: color - Color Buffer(s) to set.\n depth - Depth Buffer to set.\n mipLevel - Mip Level to render to.\n face - Cubemap face to render to.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "color", "typeName": "UnityEngine.RenderBuffer[]" }, + { "name": "depth", "typeName": "UnityEngine.RenderBuffer" }, + { "name": "mipLevel", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Constructs RenderTargetSetup.\n\n```plaintext\nParams: color - Color Buffer(s) to set.\n depth - Depth Buffer to set.\n mipLevel - Mip Level to render to.\n face - Cubemap face to render to.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "color", "typeName": "UnityEngine.RenderBuffer[]" }, + { "name": "depth", "typeName": "UnityEngine.RenderBuffer" }, + { "name": "mip", "typeName": "int" }, + { "name": "face", "typeName": "UnityEngine.CubemapFace" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Constructs RenderTargetSetup.\n\n```plaintext\nParams: color - Color Buffer(s) to set.\n depth - Depth Buffer to set.\n mipLevel - Mip Level to render to.\n face - Cubemap face to render to.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "RenderTargetSetup", + "comment": "Fully describes setup of RenderTarget.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.Object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Vector3[]", + "name": "positions", + "comment": "Positions of the baked light probes (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.SphericalHarmonicsL2[]", + "name": "bakedProbes", + "comment": "Coefficients of baked light probes.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "count", + "comment": "The number of light probes (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "cellCount", + "comment": "The number of cells space is divided into (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float[]", + "name": "coefficients", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "System.Action", + "name": "tetrahedralizationCompleted", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "System.Action", + "name": "needsRetetrahedralization", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.Action" }], + "isStatic": true, + "name": "add_tetrahedralizationCompleted", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.Action" }], + "isStatic": true, + "name": "remove_tetrahedralizationCompleted", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.Action" }], + "isStatic": true, + "name": "add_needsRetetrahedralization", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.Action" }], + "isStatic": true, + "name": "remove_needsRetetrahedralization", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "Tetrahedralize", + "comment": "Synchronously tetrahedralize the currently loaded LightProbe positions.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "TetrahedralizeAsync", + "comment": "Asynchronously tetrahedralize the currently loaded LightProbe positions.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "position", "typeName": "UnityEngine.Vector3" }, + { "name": "renderer", "typeName": "UnityEngine.Renderer" }, + { + "name": "probe", + "typeName": "UnityEngine.Rendering.SphericalHarmonicsL2" + } + ], + "isStatic": true, + "name": "GetInterpolatedProbe", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "positions", "typeName": "UnityEngine.Vector3[]" }, + { + "name": "lightProbes", + "typeName": "UnityEngine.Rendering.SphericalHarmonicsL2[]" + }, + { "name": "occlusionProbes", "typeName": "UnityEngine.Vector4[]" } + ], + "isStatic": true, + "name": "CalculateInterpolatedLightAndOcclusionProbes", + "comment": "Calculate light probes and occlusion probes at the given world space positions.\n\n```plaintext\nParams: positions - The array of world space positions used to evaluate the probes.\n lightProbes - The array where the resulting light probes are written to.\n occlusionProbes - The array where the resulting occlusion probes are written to.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "positions", + "typeName": "System.Collections.Generic.List" + }, + { + "name": "lightProbes", + "typeName": "System.Collections.Generic.List" + }, + { + "name": "occlusionProbes", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": true, + "name": "CalculateInterpolatedLightAndOcclusionProbes", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "position", "typeName": "UnityEngine.Vector3" }, + { "name": "renderer", "typeName": "UnityEngine.Renderer" }, + { "name": "coefficients", "typeName": "float[]" } + ], + "isStatic": false, + "name": "GetInterpolatedLightProbe", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "LightProbes", + "comment": "Stores light probe data for all currently loaded Scenes.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.Object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.QualityLevel", + "name": "currentLevel", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "pixelLightCount", + "comment": "The maximum number of pixel lights that should affect any object.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.ShadowQuality", + "name": "shadows", + "comment": "Realtime Shadows type to be used.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.ShadowProjection", + "name": "shadowProjection", + "comment": "Directional light shadow projection.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "shadowCascades", + "comment": "Number of cascades to use for directional light shadows.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "shadowDistance", + "comment": "Shadow drawing distance.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.ShadowResolution", + "name": "shadowResolution", + "comment": "The default resolution of the shadow maps.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.ShadowmaskMode", + "name": "shadowmaskMode", + "comment": "The rendering mode of Shadowmask.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "shadowNearPlaneOffset", + "comment": "Offset shadow frustum near plane.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "shadowCascade2Split", + "comment": "The normalized cascade distribution for a 2 cascade setup. The value defines the position of the cascade with respect to Zero.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "shadowCascade4Split", + "comment": "The normalized cascade start position for a 4 cascade setup. Each member of the vector defines the normalized position of the coresponding cascade with respect to Zero.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "lodBias", + "comment": "Global multiplier for the LOD's switching distance.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.AnisotropicFiltering", + "name": "anisotropicFiltering", + "comment": "Global anisotropic filtering mode.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "masterTextureLimit", + "comment": "A texture size limit applied to most textures.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "maximumLODLevel", + "comment": "A maximum LOD level. All LOD groups.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "particleRaycastBudget", + "comment": "Budget for how many ray casts can be performed per frame for approximate collision testing.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "softParticles", + "comment": "Should soft blending be used for particles?\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "softVegetation", + "comment": "Use a two-pass shader for the vegetation in the terrain engine.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "vSyncCount", + "comment": "The VSync Count.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "antiAliasing", + "comment": "Choose the level of Multi-Sample Anti-aliasing (MSAA) that the GPU performs.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "asyncUploadTimeSlice", + "comment": "Async texture upload provides timesliced async texture upload on the render thread with tight control over memory and timeslicing. There are no allocations except for the ones which driver has to do. To read data and upload texture data a ringbuffer whose size can be controlled is re-used.\n\nUse asyncUploadTimeSlice to set the time-slice in milliseconds for asynchronous texture uploads per\nframe. Minimum value is 1 and maximum is 33.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "asyncUploadBufferSize", + "comment": "Asynchronous texture and mesh data upload provides timesliced async texture and mesh data upload on the render thread with tight control over memory and timeslicing. There are no allocations except for the ones which driver has to do. To read data and upload texture and mesh data, Unity re-uses a ringbuffer whose size can be controlled.\n\nUse asyncUploadBufferSize to set the buffer size for asynchronous texture and mesh data uploads. The size is in megabytes. The minimum value is 2 and the maximum value is 512. The buffer resizes automatically to fit the largest texture currently loading. To avoid re-sizing of the buffer, which can incur performance cost, set the value approximately to the size of biggest texture used in the Scene.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "asyncUploadPersistentBuffer", + "comment": "This flag controls if the async upload pipeline's ring buffer remains allocated when there are no active loading operations.\nSet this to true, to make the ring buffer allocation persist after all upload operations have completed.\nIf you have issues with excessive memory usage, you can set this to false. This means you reduce the runtime memory footprint, but memory fragmentation can occur.\nThe default value is true.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "realtimeReflectionProbes", + "comment": "Enables realtime reflection probes.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "billboardsFaceCameraPosition", + "comment": "If enabled, billboards will face towards camera position rather than camera orientation.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "resolutionScalingFixedDPIFactor", + "comment": "In resolution scaling mode, this factor is used to multiply with the target Fixed DPI specified to get the actual Fixed DPI to use for this quality setting.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.RenderPipelineAsset", + "name": "renderPipeline", + "comment": "The RenderPipelineAsset that defines the override render pipeline for the current quality level.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.BlendWeights", + "name": "blendWeights", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.SkinWeights", + "name": "skinWeights", + "comment": "The maximum number of bones per vertex that are taken into account during skinning, for all meshes in the project.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "streamingMipmapsActive", + "comment": "Enable automatic streaming of texture mipmap levels based on their distance from all active cameras.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "streamingMipmapsMemoryBudget", + "comment": "The total amount of memory to be used by streaming and non-streaming textures.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "streamingMipmapsRenderersPerFrame", + "comment": "The number of renderer instances that are processed each frame when calculating which texture mipmap levels should be streamed.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "streamingMipmapsMaxLevelReduction", + "comment": "The maximum number of mipmap levels to discard for each texture.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "streamingMipmapsAddAllCameras", + "comment": "Process all enabled Cameras for texture streaming (rather than just those with StreamingController components).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "streamingMipmapsMaxFileIORequests", + "comment": "The maximum number of active texture file IO requests from the texture streaming system.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "maxQueuedFrames", + "comment": "Maximum number of frames queued up by graphics driver.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "string[]", + "name": "names", + "comment": "The indexed list of available Quality Settings.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.ColorSpace", + "name": "desiredColorSpace", + "comment": "Desired color space (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.ColorSpace", + "name": "activeColorSpace", + "comment": "Active color space (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "applyExpensiveChanges", "typeName": "bool" }], + "isStatic": true, + "name": "IncreaseLevel", + "comment": "Increase the current quality level.\n\n```plaintext\nParams: applyExpensiveChanges - Should expensive changes be applied (Anti-aliasing etc).\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "applyExpensiveChanges", "typeName": "bool" }], + "isStatic": true, + "name": "DecreaseLevel", + "comment": "Decrease the current quality level.\n\n```plaintext\nParams: applyExpensiveChanges - Should expensive changes be applied (Anti-aliasing etc).\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": true, + "name": "SetQualityLevel", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "IncreaseLevel", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "DecreaseLevel", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "RenderPipelineAsset", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": true, + "name": "GetRenderPipelineAssetAt", + "comment": "Returns null if the quality level does not exist, or if no asset is assigned to that quality level. Otherwise, returns the RenderPipelineAsset that defines the override render pipeline for the quality level.\n\n```plaintext\nParams: index - Index of the quality level.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": true, + "name": "GetQualityLevel", + "comment": "Returns the current graphics quality level.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "applyExpensiveChanges", "typeName": "bool" } + ], + "isStatic": true, + "name": "SetQualityLevel", + "comment": "Sets a new graphics quality level.\n\n```plaintext\nParams: index - Quality index to set.\n applyExpensiveChanges - Should expensive changes be applied (Anti-aliasing etc).\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "QualitySettings", + "comment": "Script interface for.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.D3DHDRDisplayBitDepth", + "name": "D3DHDRDisplayBitDepth10", + "comment": "Unity will use R10G10B10A2 buffer format and Rec2020 primaries with ST2084 PQ encoding.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.D3DHDRDisplayBitDepth", + "name": "D3DHDRDisplayBitDepth16", + "comment": "Unity will use R16G16B16A16 buffer format and Rec709 primaries with linear color (no encoding).\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.D3DHDRDisplayBitDepth", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "D3DHDRDisplayBitDepth", + "comment": "The type for the number of bits to be used when an HDR display is active in each color channel of swap chain buffers. The bit count also defines the method Unity uses to render content to the display.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "UpdateGIMaterials", + "comment": "Schedules an update of the albedo and emissive Textures of a system that contains the Renderer.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "RendererExtensions", + "comment": "Extension methods to the Renderer class, used only for the UpdateGIMaterials method used by the Global Illumination System.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.HDROutputSettings[]", + "name": "displays", + "comment": "The list of currently connected displays with possible HDR availability.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.HDROutputSettings", + "name": "main", + "comment": "The HDROutputSettings for the main display.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "active", + "comment": "Describes whether HDR output is currently active on the display. It is true if this is the case, and @@false@ otherwise.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "available", + "comment": "Describes whether HDR is currently available on your primary display and that you have HDR enabled in your Unity Project. It is true if this is the case, and false otherwise.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "automaticHDRTonemapping", + "comment": "Describes whether Unity performs HDR tonemapping automatically.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.ColorGamut", + "name": "displayColorGamut", + "comment": "The ColorGamut used to output to the active HDR display.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.RenderTextureFormat", + "name": "format", + "comment": "The RenderTextureFormat of the display buffer for the active HDR display.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "graphicsFormat", + "comment": "The Experimental.Rendering.GraphicsFormat of the display buffer for the active HDR display.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "paperWhiteNits", + "comment": "The base luminance of a white paper surface in nits or candela per square meter (cd/m2).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "maxFullFrameToneMapLuminance", + "comment": "Maximum input luminance at which gradation is preserved even when the entire screen is bright.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "maxToneMapLuminance", + "comment": "Maximum input luminance at which gradation is preserved when 10% of the screen is bright.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "minToneMapLuminance", + "comment": "Minimum input luminance at which gradation is identifiable.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "HDRModeChangeRequested", + "comment": "Describes whether the user has requested to change the HDR Output Mode. It is true if this is the case, and false otherwise.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "enabled", "typeName": "bool" }], + "isStatic": false, + "name": "RequestHDRModeChange", + "comment": "Use this function to request a change in the HDR Output Mode and in the value of HDROutputSettings.active.\n\n```plaintext\nParams: enabled - Indicates whether HDR should be enabled.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "paperWhite", "typeName": "float" }], + "isStatic": true, + "name": "SetPaperWhiteInNits", + "comment": "Sets the base luminance of a white paper surface in nits or candela per square meter (cd/m2).\n\n```plaintext\nParams: paperWhite - The brightness of paper white in nits.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "HDROutputSettings", + "comment": "Provides access to HDR display settings and information.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "ImageEffectTransformsToLDR", + "comment": "When using HDR rendering it can sometime be desirable to switch to LDR rendering during ImageEffect rendering.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "width", + "comment": "Resolution width in pixels.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "height", + "comment": "Resolution height in pixels.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "refreshRate", + "comment": "Resolution's vertical refresh rate in Hz.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "A string with the format \"width x height @ refreshRateHz\".\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "Resolution", + "comment": "Represents a display resolution.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "ImageEffectAllowedInSceneView", + "comment": "Any Image Effect with this attribute can be rendered into the Scene view camera.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "ImageEffectOpaque", + "comment": "Any Image Effect with this attribute will be rendered after opaque geometry but before transparent geometry.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Timeline", + "baseClass": "UnityEngine.Timeline.TrackAsset", + "attribute": "", + "interfaces": [ + "IPlayableAsset", + "ISerializationCallbackReceiver", + "IPropertyPreview", + "ICurvesOwner" + ], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Timeline.dll" + } + ], + "name": "PlayableTrack", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "ImageEffectAfterScale", + "comment": "Any Image Effect with this attribute will be rendered after Dynamic Resolution stage.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Timeline", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "UnityEngine.Timeline.TimelineAsset.MediaType", + "name": "m_MediaType", + "comment": "", + "location": "Unity.Timeline.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "mt", + "typeName": "UnityEngine.Timeline.TimelineAsset.MediaType" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Timeline.dll" + } + ], + "name": "TrackMediaType", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "namespace": "UnityEngine.Timeline", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "System.Type", + "name": "inspectedType", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "bool", + "name": "allowAutoCreate", + "comment": "", + "location": "Unity.Timeline.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "clipClass", "typeName": "System.Type" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "clipClass", "typeName": "System.Type" }, + { "name": "allowAutoCreate", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Timeline.dll" + } + ], + "name": "TrackClipTypeAttribute", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "namespace": "UnityEngine.Timeline", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Timeline.dll" + } + ], + "name": "NotKeyableAttribute", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "namespace": "UnityEngine.Timeline", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Timeline.TrackBindingFlags", + "name": "None", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "UnityEngine.Timeline.TrackBindingFlags", + "name": "AllowCreateComponent", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "UnityEngine.Timeline.TrackBindingFlags", + "name": "All", + "comment": "", + "location": "Unity.Timeline.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Timeline.TrackBindingFlags", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Timeline.dll" + } + ], + "name": "TrackBindingFlags", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "namespace": "UnityEngine.Timeline", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "System.Type", + "name": "type", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "typeName": "UnityEngine.Timeline.TrackBindingFlags", + "name": "flags", + "comment": "", + "location": "Unity.Timeline.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "type", "typeName": "System.Type" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { + "name": "flags", + "typeName": "UnityEngine.Timeline.TrackBindingFlags" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Timeline.dll" + } + ], + "name": "TrackBindingTypeAttribute", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "ImageEffectUsesCommandBuffer", + "comment": "Use this attribute when image effects are implemented using Command Buffers.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.Object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Vector2[]", + "name": "uv1", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.IndexFormat", + "name": "indexFormat", + "comment": "Format of the mesh index buffer data.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "vertexBufferCount", + "comment": "Gets the number of vertex buffers present in the Mesh. (Read Only)\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "blendShapeCount", + "comment": "Returns BlendShape count on this mesh.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Matrix4x4[]", + "name": "bindposes", + "comment": "The bind poses. The bind pose at each index refers to the bone with the same index.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "isReadable", + "comment": "Returns true if the Mesh is read/write enabled, or false if it is not.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "vertexCount", + "comment": "Returns the number of vertices in the Mesh (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "subMeshCount", + "comment": "The number of sub-meshes inside the Mesh object.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Bounds", + "name": "bounds", + "comment": "The bounding volume of the Mesh.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector3[]", + "name": "vertices", + "comment": "Returns a copy of the vertex positions or assigns a new vertex positions array.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector3[]", + "name": "normals", + "comment": "The normals of the Mesh.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector4[]", + "name": "tangents", + "comment": "The tangents of the Mesh.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector2[]", + "name": "uv", + "comment": "The texture coordinates (UVs) in the first channel.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector2[]", + "name": "uv2", + "comment": "The texture coordinates (UVs) in the second channel.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector2[]", + "name": "uv3", + "comment": "The texture coordinates (UVs) in the third channel.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector2[]", + "name": "uv4", + "comment": "The texture coordinates (UVs) in the fourth channel.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector2[]", + "name": "uv5", + "comment": "The texture coordinates (UVs) in the fifth channel.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector2[]", + "name": "uv6", + "comment": "The texture coordinates (UVs) in the sixth channel.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector2[]", + "name": "uv7", + "comment": "The texture coordinates (UVs) in the seventh channel.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector2[]", + "name": "uv8", + "comment": "The texture coordinates (UVs) in the eighth channel.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Color[]", + "name": "colors", + "comment": "Vertex colors of the Mesh.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Color32[]", + "name": "colors32", + "comment": "Vertex colors of the Mesh.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "vertexAttributeCount", + "comment": "Returns the number of vertex attributes that the mesh has. (Read Only)\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int[]", + "name": "triangles", + "comment": "An array containing all triangles in the Mesh.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.BoneWeight[]", + "name": "boneWeights", + "comment": "The BoneWeight for each vertex in the Mesh, which represents 4 bones per vertex.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Creates an empty Mesh.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "indexCount", "typeName": "int" }, + { + "name": "format", + "typeName": "UnityEngine.Rendering.IndexFormat" + } + ], + "isStatic": false, + "name": "SetIndexBufferParams", + "comment": "Sets the index buffer size and format.\n\n```plaintext\nParams: indexCount - Size of index buffer.\n format - Format of the indices.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "VertexAttributeDescriptor", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "GetVertexAttribute", + "comment": "Information about the vertex attribute.\n\n```plaintext\nParams: index - The vertex attribute index (0 to vertexAttributeCount-1).\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "attr", + "typeName": "UnityEngine.Rendering.VertexAttribute" + } + ], + "isStatic": false, + "name": "HasVertexAttribute", + "comment": "Returns true if the data attribute is present in the mesh.\n\n```plaintext\nParams: attr - Vertex data attribute to check for.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "attr", + "typeName": "UnityEngine.Rendering.VertexAttribute" + } + ], + "isStatic": false, + "name": "GetVertexAttributeDimension", + "comment": "Dimensionality of the data attribute, or zero if it is not present.\n\n```plaintext\nParams: attr - Vertex data attribute to check for.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "VertexAttributeFormat", + "params": [ + { + "name": "attr", + "typeName": "UnityEngine.Rendering.VertexAttribute" + } + ], + "isStatic": false, + "name": "GetVertexAttributeFormat", + "comment": "Format of the data attribute.\n\n```plaintext\nParams: attr - Vertex data attribute to check for.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "GetNativeVertexBufferPtr", + "comment": "Pointer to the underlying graphics API vertex buffer.\n\n```plaintext\nParams: bufferIndex - Which vertex buffer to get (some Meshes might have more than one). See vertexBufferCount.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [], + "isStatic": false, + "name": "GetNativeIndexBufferPtr", + "comment": "Pointer to the underlying graphics API index buffer.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ClearBlendShapes", + "comment": "Clears all blend shapes from Mesh.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "shapeIndex", "typeName": "int" }], + "isStatic": false, + "name": "GetBlendShapeName", + "comment": "Returns name of BlendShape by given index.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "blendShapeName", "typeName": "string" }], + "isStatic": false, + "name": "GetBlendShapeIndex", + "comment": "Returns index of BlendShape by given name.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "shapeIndex", "typeName": "int" }], + "isStatic": false, + "name": "GetBlendShapeFrameCount", + "comment": "Returns the frame count for a blend shape.\n\n```plaintext\nParams: shapeIndex - The shape index to get frame count from.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Single", + "params": [ + { "name": "shapeIndex", "typeName": "int" }, + { "name": "frameIndex", "typeName": "int" } + ], + "isStatic": false, + "name": "GetBlendShapeFrameWeight", + "comment": "Returns the weight of a blend shape frame.\n\n```plaintext\nParams: shapeIndex - The shape index of the frame.\n frameIndex - The frame index to get the weight from.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "shapeIndex", "typeName": "int" }, + { "name": "frameIndex", "typeName": "int" }, + { "name": "deltaVertices", "typeName": "UnityEngine.Vector3[]" }, + { "name": "deltaNormals", "typeName": "UnityEngine.Vector3[]" }, + { "name": "deltaTangents", "typeName": "UnityEngine.Vector3[]" } + ], + "isStatic": false, + "name": "GetBlendShapeFrameVertices", + "comment": "Retreives deltaVertices, deltaNormals and deltaTangents of a blend shape frame.\n\n```plaintext\nParams: shapeIndex - The shape index of the frame.\n frameIndex - The frame index to get the weight from.\n deltaVertices - Delta vertices output array for the frame being retreived.\n deltaNormals - Delta normals output array for the frame being retreived.\n deltaTangents - Delta tangents output array for the frame being retreived.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "shapeName", "typeName": "string" }, + { "name": "frameWeight", "typeName": "float" }, + { "name": "deltaVertices", "typeName": "UnityEngine.Vector3[]" }, + { "name": "deltaNormals", "typeName": "UnityEngine.Vector3[]" }, + { "name": "deltaTangents", "typeName": "UnityEngine.Vector3[]" } + ], + "isStatic": false, + "name": "AddBlendShapeFrame", + "comment": "Adds a new blend shape frame.\n\n```plaintext\nParams: shapeName - Name of the blend shape to add a frame to.\n frameWeight - Weight for the frame being added.\n deltaVertices - Delta vertices for the frame being added.\n deltaNormals - Delta normals for the frame being added.\n deltaTangents - Delta tangents for the frame being added.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "bonesPerVertex", + "typeName": "Unity.Collections.NativeArray" + }, + { + "name": "weights", + "typeName": "Unity.Collections.NativeArray" + } + ], + "isStatic": false, + "name": "SetBoneWeights", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "NativeArray", + "params": [], + "isStatic": false, + "name": "GetAllBoneWeights", + "comment": "Returns all non-zero bone weights for the Mesh, in vertex index order.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "NativeArray", + "params": [], + "isStatic": false, + "name": "GetBonesPerVertex", + "comment": "Returns the number of non-zero bone weights for each vertex.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { + "name": "desc", + "typeName": "UnityEngine.Rendering.SubMeshDescriptor" + }, + { + "name": "flags", + "typeName": "UnityEngine.Rendering.MeshUpdateFlags" + } + ], + "isStatic": false, + "name": "SetSubMesh", + "comment": "Sets the information about a sub-mesh of the Mesh.\n\n```plaintext\nParams: index - Sub-mesh index. See subMeshCount. Out of range indices throw an exception.\n desc - Sub-mesh data.\n flags - Flags controlling the function behavior, see MeshUpdateFlags.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "SubMeshDescriptor", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "GetSubMesh", + "comment": "Sub-mesh data.\n\n```plaintext\nParams: index - Sub-mesh index. See subMeshCount. Out of range indices throw an exception.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "MarkModified", + "comment": "Notify Renderer components of mesh geometry change.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "uvSetIndex", "typeName": "int" }], + "isStatic": false, + "name": "GetUVDistributionMetric", + "comment": "Average of triangle area / uv area.\n\n```plaintext\nParams: uvSetIndex - UV set index to return the UV distibution metric for. 0 for first.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "vertices", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "GetVertices", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "inVertices", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "SetVertices", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "inVertices", + "typeName": "System.Collections.Generic.List" + }, + { "name": "start", "typeName": "int" }, + { "name": "length", "typeName": "int" } + ], + "isStatic": false, + "name": "SetVertices", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "inVertices", + "typeName": "System.Collections.Generic.List" + }, + { "name": "start", "typeName": "int" }, + { "name": "length", "typeName": "int" }, + { + "name": "flags", + "typeName": "UnityEngine.Rendering.MeshUpdateFlags" + } + ], + "isStatic": false, + "name": "SetVertices", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "inVertices", "typeName": "UnityEngine.Vector3[]" } + ], + "isStatic": false, + "name": "SetVertices", + "comment": "Assigns a new vertex positions array.\n\n```plaintext\nParams: inVertices - Per-vertex positions.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "inVertices", "typeName": "UnityEngine.Vector3[]" }, + { "name": "start", "typeName": "int" }, + { "name": "length", "typeName": "int" } + ], + "isStatic": false, + "name": "SetVertices", + "comment": "Sets the vertex positions of the Mesh, using a part of the input array.\n\n```plaintext\nParams: inVertices - Per-vertex positions.\n start - Index of the first element to take from the input array.\n length - Number of elements to take from the input array.\n flags - Flags controlling the function behavior, see MeshUpdateFlags.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "inVertices", "typeName": "UnityEngine.Vector3[]" }, + { "name": "start", "typeName": "int" }, + { "name": "length", "typeName": "int" }, + { + "name": "flags", + "typeName": "UnityEngine.Rendering.MeshUpdateFlags" + } + ], + "isStatic": false, + "name": "SetVertices", + "comment": "Sets the vertex positions of the Mesh, using a part of the input array.\n\n```plaintext\nParams: inVertices - Per-vertex positions.\n start - Index of the first element to take from the input array.\n length - Number of elements to take from the input array.\n flags - Flags controlling the function behavior, see MeshUpdateFlags.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "inVertices", + "typeName": "Unity.Collections.NativeArray" + } + ], + "isStatic": false, + "name": "SetVertices", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "inVertices", + "typeName": "Unity.Collections.NativeArray" + }, + { "name": "start", "typeName": "int" }, + { "name": "length", "typeName": "int" } + ], + "isStatic": false, + "name": "SetVertices", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "inVertices", + "typeName": "Unity.Collections.NativeArray" + }, + { "name": "start", "typeName": "int" }, + { "name": "length", "typeName": "int" }, + { + "name": "flags", + "typeName": "UnityEngine.Rendering.MeshUpdateFlags" + } + ], + "isStatic": false, + "name": "SetVertices", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "normals", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "GetNormals", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "inNormals", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "SetNormals", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "inNormals", + "typeName": "System.Collections.Generic.List" + }, + { "name": "start", "typeName": "int" }, + { "name": "length", "typeName": "int" } + ], + "isStatic": false, + "name": "SetNormals", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "inNormals", + "typeName": "System.Collections.Generic.List" + }, + { "name": "start", "typeName": "int" }, + { "name": "length", "typeName": "int" }, + { + "name": "flags", + "typeName": "UnityEngine.Rendering.MeshUpdateFlags" + } + ], + "isStatic": false, + "name": "SetNormals", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "inNormals", "typeName": "UnityEngine.Vector3[]" } + ], + "isStatic": false, + "name": "SetNormals", + "comment": "Set the normals of the Mesh.\n\n```plaintext\nParams: inNormals - Per-vertex normals.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "inNormals", "typeName": "UnityEngine.Vector3[]" }, + { "name": "start", "typeName": "int" }, + { "name": "length", "typeName": "int" } + ], + "isStatic": false, + "name": "SetNormals", + "comment": "Sets the vertex normals of the Mesh, using a part of the input array.\n\n```plaintext\nParams: inNormals - Per-vertex normals.\n start - Index of the first element to take from the input array.\n length - Number of elements to take from the input array.\n flags - Flags controlling the function behavior, see MeshUpdateFlags.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "inNormals", "typeName": "UnityEngine.Vector3[]" }, + { "name": "start", "typeName": "int" }, + { "name": "length", "typeName": "int" }, + { + "name": "flags", + "typeName": "UnityEngine.Rendering.MeshUpdateFlags" + } + ], + "isStatic": false, + "name": "SetNormals", + "comment": "Sets the vertex normals of the Mesh, using a part of the input array.\n\n```plaintext\nParams: inNormals - Per-vertex normals.\n start - Index of the first element to take from the input array.\n length - Number of elements to take from the input array.\n flags - Flags controlling the function behavior, see MeshUpdateFlags.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "inNormals", + "typeName": "Unity.Collections.NativeArray" + } + ], + "isStatic": false, + "name": "SetNormals", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "inNormals", + "typeName": "Unity.Collections.NativeArray" + }, + { "name": "start", "typeName": "int" }, + { "name": "length", "typeName": "int" } + ], + "isStatic": false, + "name": "SetNormals", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "inNormals", + "typeName": "Unity.Collections.NativeArray" + }, + { "name": "start", "typeName": "int" }, + { "name": "length", "typeName": "int" }, + { + "name": "flags", + "typeName": "UnityEngine.Rendering.MeshUpdateFlags" + } + ], + "isStatic": false, + "name": "SetNormals", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "tangents", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "GetTangents", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "inTangents", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "SetTangents", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "inTangents", + "typeName": "System.Collections.Generic.List" + }, + { "name": "start", "typeName": "int" }, + { "name": "length", "typeName": "int" } + ], + "isStatic": false, + "name": "SetTangents", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "inTangents", + "typeName": "System.Collections.Generic.List" + }, + { "name": "start", "typeName": "int" }, + { "name": "length", "typeName": "int" }, + { + "name": "flags", + "typeName": "UnityEngine.Rendering.MeshUpdateFlags" + } + ], + "isStatic": false, + "name": "SetTangents", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "inTangents", "typeName": "UnityEngine.Vector4[]" } + ], + "isStatic": false, + "name": "SetTangents", + "comment": "Set the tangents of the Mesh.\n\n```plaintext\nParams: inTangents - Per-vertex tangents.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "inTangents", "typeName": "UnityEngine.Vector4[]" }, + { "name": "start", "typeName": "int" }, + { "name": "length", "typeName": "int" } + ], + "isStatic": false, + "name": "SetTangents", + "comment": "Sets the tangents of the Mesh, using a part of the input array.\n\n```plaintext\nParams: inTangents - Per-vertex tangents.\n start - Index of the first element to take from the input array.\n length - Number of elements to take from the input array.\n flags - Flags controlling the function behavior, see MeshUpdateFlags.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "inTangents", "typeName": "UnityEngine.Vector4[]" }, + { "name": "start", "typeName": "int" }, + { "name": "length", "typeName": "int" }, + { + "name": "flags", + "typeName": "UnityEngine.Rendering.MeshUpdateFlags" + } + ], + "isStatic": false, + "name": "SetTangents", + "comment": "Sets the tangents of the Mesh, using a part of the input array.\n\n```plaintext\nParams: inTangents - Per-vertex tangents.\n start - Index of the first element to take from the input array.\n length - Number of elements to take from the input array.\n flags - Flags controlling the function behavior, see MeshUpdateFlags.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "inTangents", + "typeName": "Unity.Collections.NativeArray" + } + ], + "isStatic": false, + "name": "SetTangents", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "inTangents", + "typeName": "Unity.Collections.NativeArray" + }, + { "name": "start", "typeName": "int" }, + { "name": "length", "typeName": "int" } + ], + "isStatic": false, + "name": "SetTangents", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "inTangents", + "typeName": "Unity.Collections.NativeArray" + }, + { "name": "start", "typeName": "int" }, + { "name": "length", "typeName": "int" }, + { + "name": "flags", + "typeName": "UnityEngine.Rendering.MeshUpdateFlags" + } + ], + "isStatic": false, + "name": "SetTangents", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "colors", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "GetColors", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "inColors", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "SetColors", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "inColors", + "typeName": "System.Collections.Generic.List" + }, + { "name": "start", "typeName": "int" }, + { "name": "length", "typeName": "int" } + ], + "isStatic": false, + "name": "SetColors", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "inColors", + "typeName": "System.Collections.Generic.List" + }, + { "name": "start", "typeName": "int" }, + { "name": "length", "typeName": "int" }, + { + "name": "flags", + "typeName": "UnityEngine.Rendering.MeshUpdateFlags" + } + ], + "isStatic": false, + "name": "SetColors", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "inColors", "typeName": "UnityEngine.Color[]" }], + "isStatic": false, + "name": "SetColors", + "comment": "Set the per-vertex colors of the Mesh.\n\n```plaintext\nParams: inColors - Per-vertex colors.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "inColors", "typeName": "UnityEngine.Color[]" }, + { "name": "start", "typeName": "int" }, + { "name": "length", "typeName": "int" } + ], + "isStatic": false, + "name": "SetColors", + "comment": "Sets the per-vertex colors of the Mesh, using a part of the input array.\n\n```plaintext\nParams: inColors - Per-vertex colors.\n start - Index of the first element to take from the input array.\n length - Number of elements to take from the input array.\n flags - Flags controlling the function behavior, see MeshUpdateFlags.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "inColors", "typeName": "UnityEngine.Color[]" }, + { "name": "start", "typeName": "int" }, + { "name": "length", "typeName": "int" }, + { + "name": "flags", + "typeName": "UnityEngine.Rendering.MeshUpdateFlags" + } + ], + "isStatic": false, + "name": "SetColors", + "comment": "Sets the per-vertex colors of the Mesh, using a part of the input array.\n\n```plaintext\nParams: inColors - Per-vertex colors.\n start - Index of the first element to take from the input array.\n length - Number of elements to take from the input array.\n flags - Flags controlling the function behavior, see MeshUpdateFlags.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "colors", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "GetColors", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "inColors", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "SetColors", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "inColors", + "typeName": "System.Collections.Generic.List" + }, + { "name": "start", "typeName": "int" }, + { "name": "length", "typeName": "int" } + ], + "isStatic": false, + "name": "SetColors", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "inColors", + "typeName": "System.Collections.Generic.List" + }, + { "name": "start", "typeName": "int" }, + { "name": "length", "typeName": "int" }, + { + "name": "flags", + "typeName": "UnityEngine.Rendering.MeshUpdateFlags" + } + ], + "isStatic": false, + "name": "SetColors", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "inColors", "typeName": "UnityEngine.Color32[]" } + ], + "isStatic": false, + "name": "SetColors", + "comment": "Set the per-vertex colors of the Mesh.\n\n```plaintext\nParams: inColors - Per-vertex colors.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "inColors", "typeName": "UnityEngine.Color32[]" }, + { "name": "start", "typeName": "int" }, + { "name": "length", "typeName": "int" } + ], + "isStatic": false, + "name": "SetColors", + "comment": "Sets the per-vertex colors of the Mesh, using a part of the input array.\n\n```plaintext\nParams: inColors - Per-vertex colors.\n start - Index of the first element to take from the input array.\n length - Number of elements to take from the input array.\n flags - Flags controlling the function behavior, see MeshUpdateFlags.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "inColors", "typeName": "UnityEngine.Color32[]" }, + { "name": "start", "typeName": "int" }, + { "name": "length", "typeName": "int" }, + { + "name": "flags", + "typeName": "UnityEngine.Rendering.MeshUpdateFlags" + } + ], + "isStatic": false, + "name": "SetColors", + "comment": "Sets the per-vertex colors of the Mesh, using a part of the input array.\n\n```plaintext\nParams: inColors - Per-vertex colors.\n start - Index of the first element to take from the input array.\n length - Number of elements to take from the input array.\n flags - Flags controlling the function behavior, see MeshUpdateFlags.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "inColors", + "typeName": "Unity.Collections.NativeArray" + } + ], + "isStatic": false, + "name": "SetColors", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "inColors", + "typeName": "Unity.Collections.NativeArray" + }, + { "name": "start", "typeName": "int" }, + { "name": "length", "typeName": "int" } + ], + "isStatic": false, + "name": "SetColors", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "inColors", + "typeName": "Unity.Collections.NativeArray" + }, + { "name": "start", "typeName": "int" }, + { "name": "length", "typeName": "int" }, + { + "name": "flags", + "typeName": "UnityEngine.Rendering.MeshUpdateFlags" + } + ], + "isStatic": false, + "name": "SetColors", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "channel", "typeName": "int" }, + { + "name": "uvs", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "SetUVs", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "channel", "typeName": "int" }, + { + "name": "uvs", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "SetUVs", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "channel", "typeName": "int" }, + { + "name": "uvs", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "SetUVs", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "channel", "typeName": "int" }, + { + "name": "uvs", + "typeName": "System.Collections.Generic.List" + }, + { "name": "start", "typeName": "int" }, + { "name": "length", "typeName": "int" } + ], + "isStatic": false, + "name": "SetUVs", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "channel", "typeName": "int" }, + { + "name": "uvs", + "typeName": "System.Collections.Generic.List" + }, + { "name": "start", "typeName": "int" }, + { "name": "length", "typeName": "int" }, + { + "name": "flags", + "typeName": "UnityEngine.Rendering.MeshUpdateFlags" + } + ], + "isStatic": false, + "name": "SetUVs", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "channel", "typeName": "int" }, + { + "name": "uvs", + "typeName": "System.Collections.Generic.List" + }, + { "name": "start", "typeName": "int" }, + { "name": "length", "typeName": "int" } + ], + "isStatic": false, + "name": "SetUVs", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "channel", "typeName": "int" }, + { + "name": "uvs", + "typeName": "System.Collections.Generic.List" + }, + { "name": "start", "typeName": "int" }, + { "name": "length", "typeName": "int" }, + { + "name": "flags", + "typeName": "UnityEngine.Rendering.MeshUpdateFlags" + } + ], + "isStatic": false, + "name": "SetUVs", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "channel", "typeName": "int" }, + { + "name": "uvs", + "typeName": "System.Collections.Generic.List" + }, + { "name": "start", "typeName": "int" }, + { "name": "length", "typeName": "int" } + ], + "isStatic": false, + "name": "SetUVs", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "channel", "typeName": "int" }, + { + "name": "uvs", + "typeName": "System.Collections.Generic.List" + }, + { "name": "start", "typeName": "int" }, + { "name": "length", "typeName": "int" }, + { + "name": "flags", + "typeName": "UnityEngine.Rendering.MeshUpdateFlags" + } + ], + "isStatic": false, + "name": "SetUVs", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "channel", "typeName": "int" }, + { "name": "uvs", "typeName": "UnityEngine.Vector2[]" } + ], + "isStatic": false, + "name": "SetUVs", + "comment": "Sets the texture coordinates (UVs) stored in a given channel.\n\n```plaintext\nParams: channel - The channel, in [0..7] range.\n uvs - The UV data to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "channel", "typeName": "int" }, + { "name": "uvs", "typeName": "UnityEngine.Vector3[]" } + ], + "isStatic": false, + "name": "SetUVs", + "comment": "Sets the texture coordinates (UVs) stored in a given channel.\n\n```plaintext\nParams: channel - The channel, in [0..7] range.\n uvs - The UV data to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "channel", "typeName": "int" }, + { "name": "uvs", "typeName": "UnityEngine.Vector4[]" } + ], + "isStatic": false, + "name": "SetUVs", + "comment": "Sets the texture coordinates (UVs) stored in a given channel.\n\n```plaintext\nParams: channel - The channel, in [0..7] range.\n uvs - The UV data to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "channel", "typeName": "int" }, + { "name": "uvs", "typeName": "UnityEngine.Vector2[]" }, + { "name": "start", "typeName": "int" }, + { "name": "length", "typeName": "int" } + ], + "isStatic": false, + "name": "SetUVs", + "comment": "Sets the UVs of the Mesh, using a part of the input array.\n\n```plaintext\nParams: channel - The UV channel, in [0..7] range.\n uvs - UVs to set for the given index.\n start - Index of the first element to take from the input array.\n length - Number of elements to take from the input array.\n flags - Flags controlling the function behavior, see MeshUpdateFlags.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "channel", "typeName": "int" }, + { "name": "uvs", "typeName": "UnityEngine.Vector2[]" }, + { "name": "start", "typeName": "int" }, + { "name": "length", "typeName": "int" }, + { + "name": "flags", + "typeName": "UnityEngine.Rendering.MeshUpdateFlags" + } + ], + "isStatic": false, + "name": "SetUVs", + "comment": "Sets the UVs of the Mesh, using a part of the input array.\n\n```plaintext\nParams: channel - The UV channel, in [0..7] range.\n uvs - UVs to set for the given index.\n start - Index of the first element to take from the input array.\n length - Number of elements to take from the input array.\n flags - Flags controlling the function behavior, see MeshUpdateFlags.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "channel", "typeName": "int" }, + { "name": "uvs", "typeName": "UnityEngine.Vector3[]" }, + { "name": "start", "typeName": "int" }, + { "name": "length", "typeName": "int" } + ], + "isStatic": false, + "name": "SetUVs", + "comment": "Sets the UVs of the Mesh, using a part of the input array.\n\n```plaintext\nParams: channel - The UV channel, in [0..7] range.\n uvs - UVs to set for the given index.\n start - Index of the first element to take from the input array.\n length - Number of elements to take from the input array.\n flags - Flags controlling the function behavior, see MeshUpdateFlags.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "channel", "typeName": "int" }, + { "name": "uvs", "typeName": "UnityEngine.Vector3[]" }, + { "name": "start", "typeName": "int" }, + { "name": "length", "typeName": "int" }, + { + "name": "flags", + "typeName": "UnityEngine.Rendering.MeshUpdateFlags" + } + ], + "isStatic": false, + "name": "SetUVs", + "comment": "Sets the UVs of the Mesh, using a part of the input array.\n\n```plaintext\nParams: channel - The UV channel, in [0..7] range.\n uvs - UVs to set for the given index.\n start - Index of the first element to take from the input array.\n length - Number of elements to take from the input array.\n flags - Flags controlling the function behavior, see MeshUpdateFlags.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "channel", "typeName": "int" }, + { "name": "uvs", "typeName": "UnityEngine.Vector4[]" }, + { "name": "start", "typeName": "int" }, + { "name": "length", "typeName": "int" } + ], + "isStatic": false, + "name": "SetUVs", + "comment": "Sets the UVs of the Mesh, using a part of the input array.\n\n```plaintext\nParams: channel - The UV channel, in [0..7] range.\n uvs - UVs to set for the given index.\n start - Index of the first element to take from the input array.\n length - Number of elements to take from the input array.\n flags - Flags controlling the function behavior, see MeshUpdateFlags.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "channel", "typeName": "int" }, + { "name": "uvs", "typeName": "UnityEngine.Vector4[]" }, + { "name": "start", "typeName": "int" }, + { "name": "length", "typeName": "int" }, + { + "name": "flags", + "typeName": "UnityEngine.Rendering.MeshUpdateFlags" + } + ], + "isStatic": false, + "name": "SetUVs", + "comment": "Sets the UVs of the Mesh, using a part of the input array.\n\n```plaintext\nParams: channel - The UV channel, in [0..7] range.\n uvs - UVs to set for the given index.\n start - Index of the first element to take from the input array.\n length - Number of elements to take from the input array.\n flags - Flags controlling the function behavior, see MeshUpdateFlags.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "channel", "typeName": "int" }, + { "name": "uvs", "typeName": "Unity.Collections.NativeArray" } + ], + "isStatic": false, + "name": "SetUVs", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "channel", "typeName": "int" }, + { "name": "uvs", "typeName": "Unity.Collections.NativeArray" }, + { "name": "start", "typeName": "int" }, + { "name": "length", "typeName": "int" } + ], + "isStatic": false, + "name": "SetUVs", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "channel", "typeName": "int" }, + { "name": "uvs", "typeName": "Unity.Collections.NativeArray" }, + { "name": "start", "typeName": "int" }, + { "name": "length", "typeName": "int" }, + { + "name": "flags", + "typeName": "UnityEngine.Rendering.MeshUpdateFlags" + } + ], + "isStatic": false, + "name": "SetUVs", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "channel", "typeName": "int" }, + { + "name": "uvs", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "GetUVs", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "channel", "typeName": "int" }, + { + "name": "uvs", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "GetUVs", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "channel", "typeName": "int" }, + { + "name": "uvs", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "GetUVs", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetVertexAttributes", + "comment": "Array of vertex attribute information.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "attributes", + "typeName": "UnityEngine.Rendering.VertexAttributeDescriptor[]" + } + ], + "isStatic": false, + "name": "GetVertexAttributes", + "comment": "The number of vertex attributes returned in the attributes container.\n\n```plaintext\nParams: attributes - Collection of vertex attributes to receive the results.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "attributes", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "GetVertexAttributes", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "vertexCount", "typeName": "int" }, + { + "name": "attributes", + "typeName": "UnityEngine.Rendering.VertexAttributeDescriptor[]" + } + ], + "isStatic": false, + "name": "SetVertexBufferParams", + "comment": "Sets the vertex buffer size and layout.\n\n```plaintext\nParams: vertexCount - The number of vertices in the Mesh.\n attributes - Layout of the vertex data -- which attributes are present, their data types and so on.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "vertexCount", "typeName": "int" }, + { + "name": "attributes", + "typeName": "Unity.Collections.NativeArray" + } + ], + "isStatic": false, + "name": "SetVertexBufferParams", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "data", "typeName": "Unity.Collections.NativeArray" }, + { "name": "dataStart", "typeName": "int" }, + { "name": "meshBufferStart", "typeName": "int" }, + { "name": "count", "typeName": "int" }, + { "name": "stream", "typeName": "int" }, + { + "name": "flags", + "typeName": "UnityEngine.Rendering.MeshUpdateFlags" + } + ], + "isStatic": false, + "name": "SetVertexBufferData", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "data", "typeName": "T[]" }, + { "name": "dataStart", "typeName": "int" }, + { "name": "meshBufferStart", "typeName": "int" }, + { "name": "count", "typeName": "int" }, + { "name": "stream", "typeName": "int" }, + { + "name": "flags", + "typeName": "UnityEngine.Rendering.MeshUpdateFlags" + } + ], + "isStatic": false, + "name": "SetVertexBufferData", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "data", + "typeName": "System.Collections.Generic.List" + }, + { "name": "dataStart", "typeName": "int" }, + { "name": "meshBufferStart", "typeName": "int" }, + { "name": "count", "typeName": "int" }, + { "name": "stream", "typeName": "int" }, + { + "name": "flags", + "typeName": "UnityEngine.Rendering.MeshUpdateFlags" + } + ], + "isStatic": false, + "name": "SetVertexBufferData", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "MeshDataArray", + "params": [{ "name": "mesh", "typeName": "UnityEngine.Mesh" }], + "isStatic": true, + "name": "AcquireReadOnlyMeshData", + "comment": "Returns a MeshDataArray containing read-only MeshData structs. See Mesh.MeshDataArray and Mesh.MeshData.\n\n```plaintext\nParams: mesh - The input mesh.\n meshes - The input meshes.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "MeshDataArray", + "params": [{ "name": "meshes", "typeName": "UnityEngine.Mesh[]" }], + "isStatic": true, + "name": "AcquireReadOnlyMeshData", + "comment": "Returns a MeshDataArray containing read-only MeshData structs. See Mesh.MeshDataArray and Mesh.MeshData.\n\n```plaintext\nParams: mesh - The input mesh.\n meshes - The input meshes.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "MeshDataArray", + "params": [ + { + "name": "meshes", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": true, + "name": "AcquireReadOnlyMeshData", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "MeshDataArray", + "params": [{ "name": "meshCount", "typeName": "int" }], + "isStatic": true, + "name": "AllocateWritableMeshData", + "comment": "Returns a MeshDataArray containing writeable MeshData structs. See Mesh.MeshDataArray and Mesh.MeshData.\n\n```plaintext\nParams: meshCount - The amount of meshes that will be created.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "data", "typeName": "UnityEngine.Mesh.MeshDataArray" }, + { "name": "mesh", "typeName": "UnityEngine.Mesh" }, + { + "name": "flags", + "typeName": "UnityEngine.Rendering.MeshUpdateFlags" + } + ], + "isStatic": true, + "name": "ApplyAndDisposeWritableMeshData", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "data", "typeName": "UnityEngine.Mesh.MeshDataArray" }, + { "name": "meshes", "typeName": "UnityEngine.Mesh[]" }, + { + "name": "flags", + "typeName": "UnityEngine.Rendering.MeshUpdateFlags" + } + ], + "isStatic": true, + "name": "ApplyAndDisposeWritableMeshData", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "data", "typeName": "UnityEngine.Mesh.MeshDataArray" }, + { + "name": "meshes", + "typeName": "System.Collections.Generic.List" + }, + { + "name": "flags", + "typeName": "UnityEngine.Rendering.MeshUpdateFlags" + } + ], + "isStatic": true, + "name": "ApplyAndDisposeWritableMeshData", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "submesh", "typeName": "int" }], + "isStatic": false, + "name": "GetTriangles", + "comment": "Fetches the triangle list for the specified sub-mesh on this object.\n\n```plaintext\nParams: triangles - A list of vertex indices to populate.\n submesh - The sub-mesh index. See subMeshCount.\n applyBaseVertex - True (default value) will apply base vertex offset to returned indices.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "submesh", "typeName": "int" }, + { "name": "applyBaseVertex", "typeName": "bool" } + ], + "isStatic": false, + "name": "GetTriangles", + "comment": "Fetches the triangle list for the specified sub-mesh on this object.\n\n```plaintext\nParams: triangles - A list of vertex indices to populate.\n submesh - The sub-mesh index. See subMeshCount.\n applyBaseVertex - True (default value) will apply base vertex offset to returned indices.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "triangles", + "typeName": "System.Collections.Generic.List" + }, + { "name": "submesh", "typeName": "int" } + ], + "isStatic": false, + "name": "GetTriangles", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "triangles", + "typeName": "System.Collections.Generic.List" + }, + { "name": "submesh", "typeName": "int" }, + { "name": "applyBaseVertex", "typeName": "bool" } + ], + "isStatic": false, + "name": "GetTriangles", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "triangles", + "typeName": "System.Collections.Generic.List" + }, + { "name": "submesh", "typeName": "int" }, + { "name": "applyBaseVertex", "typeName": "bool" } + ], + "isStatic": false, + "name": "GetTriangles", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "submesh", "typeName": "int" }], + "isStatic": false, + "name": "GetIndices", + "comment": "Array with face indices.\n\n```plaintext\nParams: submesh - The sub-mesh index. See subMeshCount.\n applyBaseVertex - True (default value) will apply base vertex offset to returned indices.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "submesh", "typeName": "int" }, + { "name": "applyBaseVertex", "typeName": "bool" } + ], + "isStatic": false, + "name": "GetIndices", + "comment": "Array with face indices.\n\n```plaintext\nParams: submesh - The sub-mesh index. See subMeshCount.\n applyBaseVertex - True (default value) will apply base vertex offset to returned indices.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "indices", + "typeName": "System.Collections.Generic.List" + }, + { "name": "submesh", "typeName": "int" } + ], + "isStatic": false, + "name": "GetIndices", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "indices", + "typeName": "System.Collections.Generic.List" + }, + { "name": "submesh", "typeName": "int" }, + { "name": "applyBaseVertex", "typeName": "bool" } + ], + "isStatic": false, + "name": "GetIndices", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "indices", + "typeName": "System.Collections.Generic.List" + }, + { "name": "submesh", "typeName": "int" }, + { "name": "applyBaseVertex", "typeName": "bool" } + ], + "isStatic": false, + "name": "GetIndices", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "data", "typeName": "Unity.Collections.NativeArray" }, + { "name": "dataStart", "typeName": "int" }, + { "name": "meshBufferStart", "typeName": "int" }, + { "name": "count", "typeName": "int" }, + { + "name": "flags", + "typeName": "UnityEngine.Rendering.MeshUpdateFlags" + } + ], + "isStatic": false, + "name": "SetIndexBufferData", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "data", "typeName": "T[]" }, + { "name": "dataStart", "typeName": "int" }, + { "name": "meshBufferStart", "typeName": "int" }, + { "name": "count", "typeName": "int" }, + { + "name": "flags", + "typeName": "UnityEngine.Rendering.MeshUpdateFlags" + } + ], + "isStatic": false, + "name": "SetIndexBufferData", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "data", + "typeName": "System.Collections.Generic.List" + }, + { "name": "dataStart", "typeName": "int" }, + { "name": "meshBufferStart", "typeName": "int" }, + { "name": "count", "typeName": "int" }, + { + "name": "flags", + "typeName": "UnityEngine.Rendering.MeshUpdateFlags" + } + ], + "isStatic": false, + "name": "SetIndexBufferData", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "UInt32", + "params": [{ "name": "submesh", "typeName": "int" }], + "isStatic": false, + "name": "GetIndexStart", + "comment": "Gets the starting index location within the Mesh's index buffer, for the given sub-mesh.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "UInt32", + "params": [{ "name": "submesh", "typeName": "int" }], + "isStatic": false, + "name": "GetIndexCount", + "comment": "Gets the index count of the given sub-mesh.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "UInt32", + "params": [{ "name": "submesh", "typeName": "int" }], + "isStatic": false, + "name": "GetBaseVertex", + "comment": "The offset applied to all vertex indices of this sub-mesh.\n\n```plaintext\nParams: submesh - The sub-mesh index. See subMeshCount.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "triangles", "typeName": "int[]" }, + { "name": "submesh", "typeName": "int" } + ], + "isStatic": false, + "name": "SetTriangles", + "comment": "Sets the triangle list for the sub-mesh.\n\n```plaintext\nParams: triangles - The list of indices that define the triangles.\n submesh - The sub-mesh to modify.\n calculateBounds - Calculate the bounding box of the Mesh after setting the triangles. This is done by default.\nUse false when you want to use the existing bounding box and reduce the CPU cost of setting the triangles.\n baseVertex - Optional vertex offset that is added to all triangle vertex indices.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "triangles", "typeName": "int[]" }, + { "name": "submesh", "typeName": "int" }, + { "name": "calculateBounds", "typeName": "bool" } + ], + "isStatic": false, + "name": "SetTriangles", + "comment": "Sets the triangle list for the sub-mesh.\n\n```plaintext\nParams: triangles - The list of indices that define the triangles.\n submesh - The sub-mesh to modify.\n calculateBounds - Calculate the bounding box of the Mesh after setting the triangles. This is done by default.\nUse false when you want to use the existing bounding box and reduce the CPU cost of setting the triangles.\n baseVertex - Optional vertex offset that is added to all triangle vertex indices.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "triangles", "typeName": "int[]" }, + { "name": "submesh", "typeName": "int" }, + { "name": "calculateBounds", "typeName": "bool" }, + { "name": "baseVertex", "typeName": "int" } + ], + "isStatic": false, + "name": "SetTriangles", + "comment": "Sets the triangle list for the sub-mesh.\n\n```plaintext\nParams: triangles - The list of indices that define the triangles.\n submesh - The sub-mesh to modify.\n calculateBounds - Calculate the bounding box of the Mesh after setting the triangles. This is done by default.\nUse false when you want to use the existing bounding box and reduce the CPU cost of setting the triangles.\n baseVertex - Optional vertex offset that is added to all triangle vertex indices.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "triangles", "typeName": "int[]" }, + { "name": "trianglesStart", "typeName": "int" }, + { "name": "trianglesLength", "typeName": "int" }, + { "name": "submesh", "typeName": "int" }, + { "name": "calculateBounds", "typeName": "bool" }, + { "name": "baseVertex", "typeName": "int" } + ], + "isStatic": false, + "name": "SetTriangles", + "comment": "Sets the triangle list of the Mesh, using a part of the input array.\n\n```plaintext\nParams: triangles - The list of indices that define the triangles.\n trianglesStart - Index of the first element to take from the input array.\n trianglesLength - Number of elements to take from the input array.\n submesh - The sub-mesh to modify.\n calculateBounds - Calculate the bounding box of the Mesh after setting the triangles. This is done by default.\nUse false when you want to use the existing bounding box and reduce the CPU cost of setting the triangles.\n baseVertex - Optional vertex offset that is added to all triangle vertex indices.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "triangles", "typeName": "ushort[]" }, + { "name": "submesh", "typeName": "int" }, + { "name": "calculateBounds", "typeName": "bool" }, + { "name": "baseVertex", "typeName": "int" } + ], + "isStatic": false, + "name": "SetTriangles", + "comment": "Sets the triangle list for the sub-mesh.\n\n```plaintext\nParams: triangles - The list of indices that define the triangles.\n submesh - The sub-mesh to modify.\n calculateBounds - Calculate the bounding box of the Mesh after setting the triangles. This is done by default.\nUse false when you want to use the existing bounding box and reduce the CPU cost of setting the triangles.\n baseVertex - Optional vertex offset that is added to all triangle vertex indices.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "triangles", "typeName": "ushort[]" }, + { "name": "trianglesStart", "typeName": "int" }, + { "name": "trianglesLength", "typeName": "int" }, + { "name": "submesh", "typeName": "int" }, + { "name": "calculateBounds", "typeName": "bool" }, + { "name": "baseVertex", "typeName": "int" } + ], + "isStatic": false, + "name": "SetTriangles", + "comment": "Sets the triangle list of the Mesh, using a part of the input array.\n\n```plaintext\nParams: triangles - The list of indices that define the triangles.\n trianglesStart - Index of the first element to take from the input array.\n trianglesLength - Number of elements to take from the input array.\n submesh - The sub-mesh to modify.\n calculateBounds - Calculate the bounding box of the Mesh after setting the triangles. This is done by default.\nUse false when you want to use the existing bounding box and reduce the CPU cost of setting the triangles.\n baseVertex - Optional vertex offset that is added to all triangle vertex indices.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "triangles", + "typeName": "System.Collections.Generic.List" + }, + { "name": "submesh", "typeName": "int" } + ], + "isStatic": false, + "name": "SetTriangles", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "triangles", + "typeName": "System.Collections.Generic.List" + }, + { "name": "submesh", "typeName": "int" }, + { "name": "calculateBounds", "typeName": "bool" } + ], + "isStatic": false, + "name": "SetTriangles", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "triangles", + "typeName": "System.Collections.Generic.List" + }, + { "name": "submesh", "typeName": "int" }, + { "name": "calculateBounds", "typeName": "bool" }, + { "name": "baseVertex", "typeName": "int" } + ], + "isStatic": false, + "name": "SetTriangles", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "triangles", + "typeName": "System.Collections.Generic.List" + }, + { "name": "trianglesStart", "typeName": "int" }, + { "name": "trianglesLength", "typeName": "int" }, + { "name": "submesh", "typeName": "int" }, + { "name": "calculateBounds", "typeName": "bool" }, + { "name": "baseVertex", "typeName": "int" } + ], + "isStatic": false, + "name": "SetTriangles", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "triangles", + "typeName": "System.Collections.Generic.List" + }, + { "name": "submesh", "typeName": "int" }, + { "name": "calculateBounds", "typeName": "bool" }, + { "name": "baseVertex", "typeName": "int" } + ], + "isStatic": false, + "name": "SetTriangles", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "triangles", + "typeName": "System.Collections.Generic.List" + }, + { "name": "trianglesStart", "typeName": "int" }, + { "name": "trianglesLength", "typeName": "int" }, + { "name": "submesh", "typeName": "int" }, + { "name": "calculateBounds", "typeName": "bool" }, + { "name": "baseVertex", "typeName": "int" } + ], + "isStatic": false, + "name": "SetTriangles", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "indices", "typeName": "int[]" }, + { "name": "topology", "typeName": "UnityEngine.MeshTopology" }, + { "name": "submesh", "typeName": "int" } + ], + "isStatic": false, + "name": "SetIndices", + "comment": "Sets the index buffer for the sub-mesh.\n\n```plaintext\nParams: indices - The array of indices that define the mesh faces.\n topology - The topology of the Mesh, e.g: Triangles, Lines, Quads, Points, etc. See MeshTopology.\n submesh - The sub-mesh to modify.\n calculateBounds - Calculate the bounding box of the Mesh after setting the indices. This is done by default.\nUse false when you want to use the existing bounding box and reduce the CPU cost of setting the indices.\n baseVertex - Optional vertex offset that is added to all vertex indices.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "indices", "typeName": "int[]" }, + { "name": "topology", "typeName": "UnityEngine.MeshTopology" }, + { "name": "submesh", "typeName": "int" }, + { "name": "calculateBounds", "typeName": "bool" } + ], + "isStatic": false, + "name": "SetIndices", + "comment": "Sets the index buffer for the sub-mesh.\n\n```plaintext\nParams: indices - The array of indices that define the mesh faces.\n topology - The topology of the Mesh, e.g: Triangles, Lines, Quads, Points, etc. See MeshTopology.\n submesh - The sub-mesh to modify.\n calculateBounds - Calculate the bounding box of the Mesh after setting the indices. This is done by default.\nUse false when you want to use the existing bounding box and reduce the CPU cost of setting the indices.\n baseVertex - Optional vertex offset that is added to all vertex indices.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "indices", "typeName": "int[]" }, + { "name": "topology", "typeName": "UnityEngine.MeshTopology" }, + { "name": "submesh", "typeName": "int" }, + { "name": "calculateBounds", "typeName": "bool" }, + { "name": "baseVertex", "typeName": "int" } + ], + "isStatic": false, + "name": "SetIndices", + "comment": "Sets the index buffer for the sub-mesh.\n\n```plaintext\nParams: indices - The array of indices that define the mesh faces.\n topology - The topology of the Mesh, e.g: Triangles, Lines, Quads, Points, etc. See MeshTopology.\n submesh - The sub-mesh to modify.\n calculateBounds - Calculate the bounding box of the Mesh after setting the indices. This is done by default.\nUse false when you want to use the existing bounding box and reduce the CPU cost of setting the indices.\n baseVertex - Optional vertex offset that is added to all vertex indices.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "indices", "typeName": "int[]" }, + { "name": "indicesStart", "typeName": "int" }, + { "name": "indicesLength", "typeName": "int" }, + { "name": "topology", "typeName": "UnityEngine.MeshTopology" }, + { "name": "submesh", "typeName": "int" }, + { "name": "calculateBounds", "typeName": "bool" }, + { "name": "baseVertex", "typeName": "int" } + ], + "isStatic": false, + "name": "SetIndices", + "comment": "Sets the index buffer of a sub-mesh, using a part of the input array.\n\n```plaintext\nParams: indices - The array of indices that define the mesh faces.\n indicesStart - Index of the first element to take from the input array.\n indicesLength - Number of elements to take from the input array.\n topology - The topology of the Mesh, e.g: Triangles, Lines, Quads, Points, etc. See MeshTopology.\n submesh - The sub-mesh to modify.\n calculateBounds - Calculate the bounding box of the Mesh after setting the indices. This is done by default.\nUse false when you want to use the existing bounding box and reduce the CPU cost of setting the indices.\n baseVertex - Optional vertex offset that is added to all vertex indices.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "indices", "typeName": "ushort[]" }, + { "name": "topology", "typeName": "UnityEngine.MeshTopology" }, + { "name": "submesh", "typeName": "int" }, + { "name": "calculateBounds", "typeName": "bool" }, + { "name": "baseVertex", "typeName": "int" } + ], + "isStatic": false, + "name": "SetIndices", + "comment": "Sets the index buffer for the sub-mesh.\n\n```plaintext\nParams: indices - The array of indices that define the mesh faces.\n topology - The topology of the Mesh, e.g: Triangles, Lines, Quads, Points, etc. See MeshTopology.\n submesh - The sub-mesh to modify.\n calculateBounds - Calculate the bounding box of the Mesh after setting the indices. This is done by default.\nUse false when you want to use the existing bounding box and reduce the CPU cost of setting the indices.\n baseVertex - Optional vertex offset that is added to all vertex indices.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "indices", "typeName": "ushort[]" }, + { "name": "indicesStart", "typeName": "int" }, + { "name": "indicesLength", "typeName": "int" }, + { "name": "topology", "typeName": "UnityEngine.MeshTopology" }, + { "name": "submesh", "typeName": "int" }, + { "name": "calculateBounds", "typeName": "bool" }, + { "name": "baseVertex", "typeName": "int" } + ], + "isStatic": false, + "name": "SetIndices", + "comment": "Sets the index buffer of a sub-mesh, using a part of the input array.\n\n```plaintext\nParams: indices - The array of indices that define the mesh faces.\n indicesStart - Index of the first element to take from the input array.\n indicesLength - Number of elements to take from the input array.\n topology - The topology of the Mesh, e.g: Triangles, Lines, Quads, Points, etc. See MeshTopology.\n submesh - The sub-mesh to modify.\n calculateBounds - Calculate the bounding box of the Mesh after setting the indices. This is done by default.\nUse false when you want to use the existing bounding box and reduce the CPU cost of setting the indices.\n baseVertex - Optional vertex offset that is added to all vertex indices.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "indices", + "typeName": "Unity.Collections.NativeArray" + }, + { "name": "topology", "typeName": "UnityEngine.MeshTopology" }, + { "name": "submesh", "typeName": "int" }, + { "name": "calculateBounds", "typeName": "bool" }, + { "name": "baseVertex", "typeName": "int" } + ], + "isStatic": false, + "name": "SetIndices", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "indices", + "typeName": "Unity.Collections.NativeArray" + }, + { "name": "indicesStart", "typeName": "int" }, + { "name": "indicesLength", "typeName": "int" }, + { "name": "topology", "typeName": "UnityEngine.MeshTopology" }, + { "name": "submesh", "typeName": "int" }, + { "name": "calculateBounds", "typeName": "bool" }, + { "name": "baseVertex", "typeName": "int" } + ], + "isStatic": false, + "name": "SetIndices", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "indices", + "typeName": "System.Collections.Generic.List" + }, + { "name": "topology", "typeName": "UnityEngine.MeshTopology" }, + { "name": "submesh", "typeName": "int" }, + { "name": "calculateBounds", "typeName": "bool" }, + { "name": "baseVertex", "typeName": "int" } + ], + "isStatic": false, + "name": "SetIndices", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "indices", + "typeName": "System.Collections.Generic.List" + }, + { "name": "indicesStart", "typeName": "int" }, + { "name": "indicesLength", "typeName": "int" }, + { "name": "topology", "typeName": "UnityEngine.MeshTopology" }, + { "name": "submesh", "typeName": "int" }, + { "name": "calculateBounds", "typeName": "bool" }, + { "name": "baseVertex", "typeName": "int" } + ], + "isStatic": false, + "name": "SetIndices", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "indices", + "typeName": "System.Collections.Generic.List" + }, + { "name": "topology", "typeName": "UnityEngine.MeshTopology" }, + { "name": "submesh", "typeName": "int" }, + { "name": "calculateBounds", "typeName": "bool" }, + { "name": "baseVertex", "typeName": "int" } + ], + "isStatic": false, + "name": "SetIndices", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "indices", + "typeName": "System.Collections.Generic.List" + }, + { "name": "indicesStart", "typeName": "int" }, + { "name": "indicesLength", "typeName": "int" }, + { "name": "topology", "typeName": "UnityEngine.MeshTopology" }, + { "name": "submesh", "typeName": "int" }, + { "name": "calculateBounds", "typeName": "bool" }, + { "name": "baseVertex", "typeName": "int" } + ], + "isStatic": false, + "name": "SetIndices", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "desc", + "typeName": "UnityEngine.Rendering.SubMeshDescriptor[]" + }, + { "name": "start", "typeName": "int" }, + { "name": "count", "typeName": "int" }, + { + "name": "flags", + "typeName": "UnityEngine.Rendering.MeshUpdateFlags" + } + ], + "isStatic": false, + "name": "SetSubMeshes", + "comment": "Sets information defining all sub-meshes in this Mesh, replacing any existing sub-meshes.\n\n```plaintext\nParams: desc - An array or list of sub-mesh data descriptors.\n start - Index of the first element to take from the array or list in desc.\n count - Number of elements to take from the array or list in desc.\n flags - (Optional) Flags controlling the function behavior, see MeshUpdateFlags.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "desc", + "typeName": "UnityEngine.Rendering.SubMeshDescriptor[]" + }, + { + "name": "flags", + "typeName": "UnityEngine.Rendering.MeshUpdateFlags" + } + ], + "isStatic": false, + "name": "SetSubMeshes", + "comment": "Sets information defining all sub-meshes in this Mesh, replacing any existing sub-meshes.\n\n```plaintext\nParams: desc - An array or list of sub-mesh data descriptors.\n start - Index of the first element to take from the array or list in desc.\n count - Number of elements to take from the array or list in desc.\n flags - (Optional) Flags controlling the function behavior, see MeshUpdateFlags.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "desc", + "typeName": "System.Collections.Generic.List" + }, + { "name": "start", "typeName": "int" }, + { "name": "count", "typeName": "int" }, + { + "name": "flags", + "typeName": "UnityEngine.Rendering.MeshUpdateFlags" + } + ], + "isStatic": false, + "name": "SetSubMeshes", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "desc", + "typeName": "System.Collections.Generic.List" + }, + { + "name": "flags", + "typeName": "UnityEngine.Rendering.MeshUpdateFlags" + } + ], + "isStatic": false, + "name": "SetSubMeshes", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "desc", "typeName": "Unity.Collections.NativeArray" }, + { "name": "start", "typeName": "int" }, + { "name": "count", "typeName": "int" }, + { + "name": "flags", + "typeName": "UnityEngine.Rendering.MeshUpdateFlags" + } + ], + "isStatic": false, + "name": "SetSubMeshes", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "desc", "typeName": "Unity.Collections.NativeArray" }, + { + "name": "flags", + "typeName": "UnityEngine.Rendering.MeshUpdateFlags" + } + ], + "isStatic": false, + "name": "SetSubMeshes", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "bindposes", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "GetBindposes", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "boneWeights", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "GetBoneWeights", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "keepVertexLayout", "typeName": "bool" }], + "isStatic": false, + "name": "Clear", + "comment": "Clears all vertex data and all triangle indices.\n\n```plaintext\nParams: keepVertexLayout - True if the existing Mesh data layout should be preserved.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Clear", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "RecalculateBounds", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "RecalculateNormals", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "RecalculateTangents", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "flags", + "typeName": "UnityEngine.Rendering.MeshUpdateFlags" + } + ], + "isStatic": false, + "name": "RecalculateBounds", + "comment": "Recalculate the bounding volume of the Mesh from the vertices.\n\n```plaintext\nParams: flags - Flags controlling the function behavior, see MeshUpdateFlags.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "flags", + "typeName": "UnityEngine.Rendering.MeshUpdateFlags" + } + ], + "isStatic": false, + "name": "RecalculateNormals", + "comment": "Recalculates the normals of the Mesh from the triangles and vertices.\n\n```plaintext\nParams: flags - Flags controlling the function behavior, see MeshUpdateFlags.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "flags", + "typeName": "UnityEngine.Rendering.MeshUpdateFlags" + } + ], + "isStatic": false, + "name": "RecalculateTangents", + "comment": "Recalculates the tangents of the Mesh from the normals and texture coordinates.\n\n```plaintext\nParams: flags - Flags controlling the function behavior, see MeshUpdateFlags.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "uvSetIndex", "typeName": "int" }, + { "name": "uvAreaThreshold", "typeName": "float" } + ], + "isStatic": false, + "name": "RecalculateUVDistributionMetric", + "comment": "Recalculates the UV distribution metric of the Mesh from the vertices and uv coordinates.\n\n```plaintext\nParams: uvSetIndex - The UV set index to set the UV distibution metric for. Use 0 for first index.\n uvAreaThreshold - The minimum UV area to consider. The default value is 1e-9f.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "uvAreaThreshold", "typeName": "float" }], + "isStatic": false, + "name": "RecalculateUVDistributionMetrics", + "comment": "Recalculates the UV distribution metrics of the Mesh from the vertices and uv coordinates.\n\n```plaintext\nParams: uvAreaThreshold - The minimum UV area to consider. The default value is 1e-9f.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "MarkDynamic", + "comment": "Optimize mesh for frequent updates.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "markNoLongerReadable", "typeName": "bool" }], + "isStatic": false, + "name": "UploadMeshData", + "comment": "Upload previously done Mesh modifications to the graphics API.\n\n```plaintext\nParams: markNoLongerReadable - Frees up system memory copy of mesh data when set to true.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Optimize", + "comment": "Optimizes the Mesh data to improve rendering performance.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "OptimizeIndexBuffers", + "comment": "Optimizes the geometry of the Mesh to improve rendering performance.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "OptimizeReorderVertexBuffer", + "comment": "Optimizes the vertices of the Mesh to improve rendering performance.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "MeshTopology", + "params": [{ "name": "submesh", "typeName": "int" }], + "isStatic": false, + "name": "GetTopology", + "comment": "Gets the topology of a sub-mesh.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "combine", "typeName": "UnityEngine.CombineInstance[]" }, + { "name": "mergeSubMeshes", "typeName": "bool" }, + { "name": "useMatrices", "typeName": "bool" }, + { "name": "hasLightmapData", "typeName": "bool" } + ], + "isStatic": false, + "name": "CombineMeshes", + "comment": "Combines several Meshes into this Mesh.\n\n```plaintext\nParams: combine - Descriptions of the Meshes to combine.\n mergeSubMeshes - Defines whether Meshes should be combined into a single sub-mesh.\n useMatrices - Defines whether the transforms supplied in the CombineInstance array should be used or ignored.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "combine", "typeName": "UnityEngine.CombineInstance[]" }, + { "name": "mergeSubMeshes", "typeName": "bool" }, + { "name": "useMatrices", "typeName": "bool" } + ], + "isStatic": false, + "name": "CombineMeshes", + "comment": "Combines several Meshes into this Mesh.\n\n```plaintext\nParams: combine - Descriptions of the Meshes to combine.\n mergeSubMeshes - Defines whether Meshes should be combined into a single sub-mesh.\n useMatrices - Defines whether the transforms supplied in the CombineInstance array should be used or ignored.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "combine", "typeName": "UnityEngine.CombineInstance[]" }, + { "name": "mergeSubMeshes", "typeName": "bool" } + ], + "isStatic": false, + "name": "CombineMeshes", + "comment": "Combines several Meshes into this Mesh.\n\n```plaintext\nParams: combine - Descriptions of the Meshes to combine.\n mergeSubMeshes - Defines whether Meshes should be combined into a single sub-mesh.\n useMatrices - Defines whether the transforms supplied in the CombineInstance array should be used or ignored.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "combine", "typeName": "UnityEngine.CombineInstance[]" } + ], + "isStatic": false, + "name": "CombineMeshes", + "comment": "Combines several Meshes into this Mesh.\n\n```plaintext\nParams: combine - Descriptions of the Meshes to combine.\n mergeSubMeshes - Defines whether Meshes should be combined into a single sub-mesh.\n useMatrices - Defines whether the transforms supplied in the CombineInstance array should be used or ignored.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "Mesh", + "comment": "A class that allows you to create or modify meshes.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "probeOcclusionLightIndex", + "comment": "In case of a LightmapBakeType.Mixed light, contains the index of the light as seen from the occlusion probes point of view if any, otherwise -1.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "occlusionMaskChannel", + "comment": "In case of a LightmapBakeType.Mixed light, contains the index of the occlusion mask channel to use if any, otherwise -1.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.LightmapBakeType", + "name": "lightmapBakeType", + "comment": "This property describes what part of a light's contribution was baked.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.MixedLightingMode", + "name": "mixedLightingMode", + "comment": "In case of a LightmapBakeType.Mixed light, describes what Mixed mode was used to bake the light, irrelevant otherwise.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "isBaked", + "comment": "Is the light contribution already stored in lightmaps and/or lightprobes?\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "LightBakingOutput", + "comment": "Struct describing the result of a Global Illumination bake for a given light.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.LightShadowCasterMode", + "name": "Default", + "comment": "Use the global Shadowmask Mode from the quality settings.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.LightShadowCasterMode", + "name": "NonLightmappedOnly", + "comment": "Render only non-lightmapped objects into the shadow map. This corresponds with the Shadowmask mode.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.LightShadowCasterMode", + "name": "Everything", + "comment": "Render all shadow casters into the shadow map. This corresponds with the distance Shadowmask mode.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.LightShadowCasterMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "LightShadowCasterMode", + "comment": "Allows mixed lights to control shadow caster culling when Shadowmasks are present.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Timeline", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Timeline.dll" + } + ], + "name": "HideInMenuAttribute", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.Behaviour", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.LightType", + "name": "type", + "comment": "The type of the light.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.LightShape", + "name": "shape", + "comment": "This property describes the shape of the spot light. Only Scriptable Render Pipelines use this property; the built-in renderer does not support it.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "spotAngle", + "comment": "The angle of the light's spotlight cone in degrees.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "innerSpotAngle", + "comment": "The angle of the light's spotlight inner cone in degrees.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Color", + "name": "color", + "comment": "The color of the light.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "colorTemperature", + "comment": "The color temperature of the light.\n Correlated Color Temperature (abbreviated as CCT) is multiplied with the color filter when calculating the final color of a light source. The color temperature of the electromagnetic radiation emitted from an ideal black body is defined as its surface temperature in Kelvin. White is 6500K according to the D65 standard. A candle light is 1800K and a soft warm light bulb is 2700K.\n If you want to use colorTemperature, GraphicsSettings.lightsUseLinearIntensity and Light.useColorTemperature has to be enabled.\n See Also: GraphicsSettings.lightsUseLinearIntensity, GraphicsSettings.useColorTemperature.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "useColorTemperature", + "comment": "Set to true to use the color temperature.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "intensity", + "comment": "The Intensity of a light is multiplied with the Light color.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "bounceIntensity", + "comment": "The multiplier that defines the strength of the bounce lighting.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "useBoundingSphereOverride", + "comment": "Set to true to override light bounding sphere for culling.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector4", + "name": "boundingSphereOverride", + "comment": "Bounding sphere used to override the regular light bounding sphere during culling.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "useViewFrustumForShadowCasterCull", + "comment": "Whether to cull shadows for this Light when the Light is outside of the view frustum.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "shadowCustomResolution", + "comment": "The custom resolution of the shadow map.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "shadowBias", + "comment": "Shadow mapping constant bias.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "shadowNormalBias", + "comment": "Shadow mapping normal-based bias.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "shadowNearPlane", + "comment": "Near plane value to use for shadow frustums.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "useShadowMatrixOverride", + "comment": "Set to true to enable custom matrix for culling during shadows.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Matrix4x4", + "name": "shadowMatrixOverride", + "comment": "Projection matrix used to override the regular light matrix during shadow culling.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "range", + "comment": "The range of the light.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Flare", + "name": "flare", + "comment": "The to use for this light.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.LightBakingOutput", + "name": "bakingOutput", + "comment": "This property describes the output of the last Global Illumination bake.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "cullingMask", + "comment": "This is used to light certain objects in the Scene selectively.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "renderingLayerMask", + "comment": "Determines which rendering LayerMask this Light affects.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.LightShadowCasterMode", + "name": "lightShadowCasterMode", + "comment": "Allows you to override the global Shadowmask Mode per light. Only use this with render pipelines that can handle per light Shadowmask modes. Incompatible with the legacy renderers.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "shadowRadius", + "comment": "Controls the amount of artificial softening applied to the edges of shadows cast by the Point or Spot light.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "shadowAngle", + "comment": "Controls the amount of artificial softening applied to the edges of shadows cast by directional lights.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.LightShadows", + "name": "shadows", + "comment": "How this light casts shadows\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "shadowStrength", + "comment": "Strength of light's shadows.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.LightShadowResolution", + "name": "shadowResolution", + "comment": "The resolution of the shadow map.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "shadowSoftness", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "shadowSoftnessFade", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float[]", + "name": "layerShadowCullDistances", + "comment": "Per-light, per-layer shadow culling distances. Directional lights only.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "cookieSize", + "comment": "The size of a directional light's cookie.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Texture", + "name": "cookie", + "comment": "The cookie texture projected by the light.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.LightRenderMode", + "name": "renderMode", + "comment": "How to render the light.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "bakedIndex", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "areaSize", + "comment": "The size of the area light (Editor only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.LightmapBakeType", + "name": "lightmapBakeType", + "comment": "This property describes what part of a light's contribution can be baked (Editor only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "commandBufferCount", + "comment": "Number of command buffers set up on this light (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "pixelLightCount", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "shadowConstantBias", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "shadowObjectSizeBias", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "attenuate", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.LightmappingMode", + "name": "lightmappingMode", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "isBaked", + "comment": "Is the light contribution already stored in lightmaps and/or lightprobes (Read Only). Obsolete; replaced by Light-lightmapBakeType.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "alreadyLightmapped", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Reset", + "comment": "Revert all light parameters to default.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "SetLightDirty", + "comment": "Sets a light dirty to notify the light baking backends to update their internal light representation (Editor only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "evt", "typeName": "UnityEngine.Rendering.LightEvent" }, + { + "name": "buffer", + "typeName": "UnityEngine.Rendering.CommandBuffer" + } + ], + "isStatic": false, + "name": "AddCommandBuffer", + "comment": "Add a command buffer to be executed at a specified place.\n\n```plaintext\nParams: evt - When to execute the command buffer during rendering.\n buffer - The buffer to execute.\n shadowPassMask - A mask specifying which shadow passes to execute the buffer for.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "evt", "typeName": "UnityEngine.Rendering.LightEvent" }, + { + "name": "buffer", + "typeName": "UnityEngine.Rendering.CommandBuffer" + }, + { + "name": "shadowPassMask", + "typeName": "UnityEngine.Rendering.ShadowMapPass" + } + ], + "isStatic": false, + "name": "AddCommandBuffer", + "comment": "Add a command buffer to be executed at a specified place.\n\n```plaintext\nParams: evt - When to execute the command buffer during rendering.\n buffer - The buffer to execute.\n shadowPassMask - A mask specifying which shadow passes to execute the buffer for.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "evt", "typeName": "UnityEngine.Rendering.LightEvent" }, + { + "name": "buffer", + "typeName": "UnityEngine.Rendering.CommandBuffer" + }, + { + "name": "queueType", + "typeName": "UnityEngine.Rendering.ComputeQueueType" + } + ], + "isStatic": false, + "name": "AddCommandBufferAsync", + "comment": "Adds a command buffer to the GPU's async compute queues and executes that command buffer when graphics processing reaches a given point.\n\n```plaintext\nParams: evt - The point during the graphics processing at which this command buffer should commence on the GPU.\n buffer - The buffer to execute.\n queueType - The desired async compute queue type to execute the buffer on.\n shadowPassMask - A mask specifying which shadow passes to execute the buffer for.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "evt", "typeName": "UnityEngine.Rendering.LightEvent" }, + { + "name": "buffer", + "typeName": "UnityEngine.Rendering.CommandBuffer" + }, + { + "name": "shadowPassMask", + "typeName": "UnityEngine.Rendering.ShadowMapPass" + }, + { + "name": "queueType", + "typeName": "UnityEngine.Rendering.ComputeQueueType" + } + ], + "isStatic": false, + "name": "AddCommandBufferAsync", + "comment": "Adds a command buffer to the GPU's async compute queues and executes that command buffer when graphics processing reaches a given point.\n\n```plaintext\nParams: evt - The point during the graphics processing at which this command buffer should commence on the GPU.\n buffer - The buffer to execute.\n queueType - The desired async compute queue type to execute the buffer on.\n shadowPassMask - A mask specifying which shadow passes to execute the buffer for.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "evt", "typeName": "UnityEngine.Rendering.LightEvent" }, + { + "name": "buffer", + "typeName": "UnityEngine.Rendering.CommandBuffer" + } + ], + "isStatic": false, + "name": "RemoveCommandBuffer", + "comment": "Remove command buffer from execution at a specified place.\n\n```plaintext\nParams: evt - When to execute the command buffer during rendering.\n buffer - The buffer to execute.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "evt", "typeName": "UnityEngine.Rendering.LightEvent" } + ], + "isStatic": false, + "name": "RemoveCommandBuffers", + "comment": "Remove command buffers from execution at a specified place.\n\n```plaintext\nParams: evt - When to execute the command buffer during rendering.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "RemoveAllCommandBuffers", + "comment": "Remove all command buffers set on this light.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "evt", "typeName": "UnityEngine.Rendering.LightEvent" } + ], + "isStatic": false, + "name": "GetCommandBuffers", + "comment": "Array of command buffers.\n\n```plaintext\nParams: evt - When to execute the command buffer during rendering.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "type", "typeName": "UnityEngine.LightType" }, + { "name": "layer", "typeName": "int" } + ], + "isStatic": true, + "name": "GetLights", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "Light", + "comment": "Script interface for.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Timeline", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "string", + "name": "ussStyle", + "comment": "", + "location": "Unity.Timeline.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "ussStyle", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Timeline.dll" + } + ], + "name": "CustomStyleAttribute", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.Behaviour", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Material", + "name": "material", + "comment": "The material used by the skybox.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "Skybox", + "comment": "A script interface for the.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Timeline", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Timeline.ClipCaps", + "name": "clipCaps", + "comment": "", + "location": "Unity.Timeline.dll" + } + ], + "methods": [], + "name": "ITimelineClipAsset", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.Component", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Mesh", + "name": "sharedMesh", + "comment": "Returns the shared mesh of the mesh filter.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Mesh", + "name": "mesh", + "comment": "Returns the instantiated Mesh assigned to the mesh filter.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "MeshFilter", + "comment": "A class to access the Mesh of the.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Timeline", + "baseClass": "UnityEngine.Playables.PlayableBehaviour", + "attribute": "", + "interfaces": ["IPlayableBehaviour", "ICloneable"], + "fields": [], + "methods": [ + { + "returnTypeName": "ScriptPlayable", + "params": [ + { + "name": "graph", + "typeName": "UnityEngine.Playables.PlayableGraph" + }, + { + "name": "tracks", + "typeName": "System.Collections.Generic.IEnumerable" + }, + { "name": "go", "typeName": "UnityEngine.GameObject" }, + { "name": "autoRebalance", "typeName": "bool" }, + { "name": "createOutputs", "typeName": "bool" } + ], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "graph", + "typeName": "UnityEngine.Playables.PlayableGraph" + }, + { + "name": "timelinePlayable", + "typeName": "UnityEngine.Playables.Playable" + }, + { + "name": "tracks", + "typeName": "System.Collections.Generic.IEnumerable" + }, + { "name": "go", "typeName": "UnityEngine.GameObject" }, + { "name": "autoRebalance", "typeName": "bool" }, + { "name": "createOutputs", "typeName": "bool" } + ], + "isStatic": false, + "name": "Compile", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "playable", + "typeName": "UnityEngine.Playables.Playable" + }, + { "name": "info", "typeName": "UnityEngine.Playables.FrameData" } + ], + "isStatic": false, + "name": "PrepareFrame", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Timeline.dll" + } + ], + "name": "TimelinePlayable", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.RenderingPath", + "name": "UsePlayerSettings", + "comment": "Use Player Settings.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.RenderingPath", + "name": "VertexLit", + "comment": "Vertex Lit.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.RenderingPath", + "name": "Forward", + "comment": "Forward Rendering.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.RenderingPath", + "name": "DeferredLighting", + "comment": "Deferred Lighting (Legacy).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.RenderingPath", + "name": "DeferredShading", + "comment": "Deferred Shading.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.RenderingPath", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "RenderingPath", + "comment": "Rendering path of a Camera.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Timeline", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "gameObject", "typeName": "UnityEngine.GameObject" } + ], + "isStatic": false, + "name": "PushActiveGameObject", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "PopActiveGameObject", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "clip", "typeName": "UnityEngine.AnimationClip" } + ], + "isStatic": false, + "name": "AddFromClip", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "clips", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": false, + "name": "AddFromClips", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "AddFromName", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "AddFromName", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "obj", "typeName": "UnityEngine.GameObject" }, + { "name": "clip", "typeName": "UnityEngine.AnimationClip" } + ], + "isStatic": false, + "name": "AddFromClip", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "obj", "typeName": "UnityEngine.GameObject" }, + { + "name": "clips", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": false, + "name": "AddFromClips", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "obj", "typeName": "UnityEngine.GameObject" }, + { "name": "name", "typeName": "string" } + ], + "isStatic": false, + "name": "AddFromName", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "obj", "typeName": "UnityEngine.GameObject" }, + { "name": "name", "typeName": "string" } + ], + "isStatic": false, + "name": "AddFromName", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "component", "typeName": "UnityEngine.Component" }, + { "name": "name", "typeName": "string" } + ], + "isStatic": false, + "name": "AddFromName", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "obj", "typeName": "UnityEngine.GameObject" }, + { "name": "component", "typeName": "UnityEngine.Component" } + ], + "isStatic": false, + "name": "AddFromComponent", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "obj", "typeName": "UnityEngine.Object" }, + { "name": "clip", "typeName": "UnityEngine.AnimationClip" } + ], + "isStatic": false, + "name": "AddObjectProperties", + "comment": "", + "location": "Unity.Timeline.dll" + } + ], + "name": "IPropertyCollector", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.TransparencySortMode", + "name": "Default", + "comment": "Default transparency sorting mode.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.TransparencySortMode", + "name": "Perspective", + "comment": "Perspective transparency sorting mode.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.TransparencySortMode", + "name": "Orthographic", + "comment": "Orthographic transparency sorting mode.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.TransparencySortMode", + "name": "CustomAxis", + "comment": "Sort objects based on distance along a custom axis.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.TransparencySortMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "TransparencySortMode", + "comment": "Transparent object sorting mode of a Camera.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Timeline", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "director", + "typeName": "UnityEngine.Playables.PlayableDirector" + }, + { + "name": "driver", + "typeName": "UnityEngine.Timeline.IPropertyCollector" + } + ], + "isStatic": false, + "name": "GatherProperties", + "comment": "", + "location": "Unity.Timeline.dll" + } + ], + "name": "IPropertyPreview", + "comment": "", + "location": "Unity.Timeline.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "vertexCount", + "comment": "Gets the number of vertices in the MeshData. (Read Only)\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "vertexBufferCount", + "comment": "Gets the number of vertex buffers in the MeshData. (Read Only)\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.IndexFormat", + "name": "indexFormat", + "comment": "Gets the format of the index buffer data in the MeshData. (Read Only)\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "subMeshCount", + "comment": "The number of sub-meshes in the MeshData.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "attr", + "typeName": "UnityEngine.Rendering.VertexAttribute" + } + ], + "isStatic": false, + "name": "HasVertexAttribute", + "comment": "Returns true if the data attribute is present in the Mesh. Returns false if it is not.\n\n```plaintext\nParams: attr - The vertex attribute to check for.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "attr", + "typeName": "UnityEngine.Rendering.VertexAttribute" + } + ], + "isStatic": false, + "name": "GetVertexAttributeDimension", + "comment": "Returns the dimension of the vertex attribute. Returns 0 if the vertex attribute is not present.\n\n```plaintext\nParams: attr - The vertex attribute to get the dimension of.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "VertexAttributeFormat", + "params": [ + { + "name": "attr", + "typeName": "UnityEngine.Rendering.VertexAttribute" + } + ], + "isStatic": false, + "name": "GetVertexAttributeFormat", + "comment": "Returns the format of the given vertex attribute.\n\n```plaintext\nParams: attr - The vertex attribute to check the format of.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "outVertices", + "typeName": "Unity.Collections.NativeArray" + } + ], + "isStatic": false, + "name": "GetVertices", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "outNormals", + "typeName": "Unity.Collections.NativeArray" + } + ], + "isStatic": false, + "name": "GetNormals", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "outTangents", + "typeName": "Unity.Collections.NativeArray" + } + ], + "isStatic": false, + "name": "GetTangents", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "outColors", + "typeName": "Unity.Collections.NativeArray" + } + ], + "isStatic": false, + "name": "GetColors", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "outColors", + "typeName": "Unity.Collections.NativeArray" + } + ], + "isStatic": false, + "name": "GetColors", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "channel", "typeName": "int" }, + { + "name": "outUVs", + "typeName": "Unity.Collections.NativeArray" + } + ], + "isStatic": false, + "name": "GetUVs", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "channel", "typeName": "int" }, + { + "name": "outUVs", + "typeName": "Unity.Collections.NativeArray" + } + ], + "isStatic": false, + "name": "GetUVs", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "channel", "typeName": "int" }, + { + "name": "outUVs", + "typeName": "Unity.Collections.NativeArray" + } + ], + "isStatic": false, + "name": "GetUVs", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "NativeArray", + "params": [{ "name": "stream", "typeName": "int" }], + "isStatic": false, + "name": "GetVertexData", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "vertexCount", "typeName": "int" }, + { + "name": "attributes", + "typeName": "UnityEngine.Rendering.VertexAttributeDescriptor[]" + } + ], + "isStatic": false, + "name": "SetVertexBufferParams", + "comment": "Sets the vertex buffer size and layout of the Mesh that Unity creates from the MeshData.\n\n```plaintext\nParams: vertexCount - The number of vertices in the Mesh.\n attributes - Layout of the vertex data: which attributes are present, their data types and so on.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "vertexCount", "typeName": "int" }, + { + "name": "attributes", + "typeName": "Unity.Collections.NativeArray" + } + ], + "isStatic": false, + "name": "SetVertexBufferParams", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "indexCount", "typeName": "int" }, + { + "name": "format", + "typeName": "UnityEngine.Rendering.IndexFormat" + } + ], + "isStatic": false, + "name": "SetIndexBufferParams", + "comment": "Sets the index buffer size and format of the Mesh that Unity creates from the MeshData.\n\n```plaintext\nParams: indexCount - The size of the index buffer.\n format - The format of the indices.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "outIndices", + "typeName": "Unity.Collections.NativeArray" + }, + { "name": "submesh", "typeName": "int" }, + { "name": "applyBaseVertex", "typeName": "bool" } + ], + "isStatic": false, + "name": "GetIndices", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "outIndices", + "typeName": "Unity.Collections.NativeArray" + }, + { "name": "submesh", "typeName": "int" }, + { "name": "applyBaseVertex", "typeName": "bool" } + ], + "isStatic": false, + "name": "GetIndices", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "NativeArray", + "params": [], + "isStatic": false, + "name": "GetIndexData", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "SubMeshDescriptor", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "GetSubMesh", + "comment": "Returns sub-mesh data.\n\n```plaintext\nParams: index - The index of the sub-mesh. See Mesh.MeshData.subMeshCount|subMeshCount. If you specify an out of range index, Unity throws an exception.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { + "name": "desc", + "typeName": "UnityEngine.Rendering.SubMeshDescriptor" + }, + { + "name": "flags", + "typeName": "UnityEngine.Rendering.MeshUpdateFlags" + } + ], + "isStatic": false, + "name": "SetSubMesh", + "comment": "Sets the data for a sub-mesh of the Mesh that Unity creates from the MeshData.\n\n```plaintext\nParams: index - The index of the sub-mesh to set data for. See Mesh.MeshData.subMeshCount|subMeshCount. If you specify an out of range index, Unity throws an exception.\n desc - Sub-mesh data.\n flags - Flags controlling the function behavior. See MeshUpdateFlags.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "MeshData", + "comment": "A struct containing Mesh data for C# Job System access.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "int", + "name": "Length", + "comment": "Number of Mesh data elements in the MeshDataArray.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Mesh.MeshData", + "name": "this[]", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "Use this method to dispose of the MeshDataArray struct.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "MeshDataArray", + "comment": "An array of Mesh data snapshots for C# Job System access.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.Component", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Vector4", + "name": "lightmapTilingOffset", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Transform", + "name": "lightProbeAnchor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "castShadows", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "motionVectors", + "comment": "Specifies whether this renderer has a per-object motion vector pass.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "useLightProbes", + "comment": "Should light probes be used for this Renderer?\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Bounds", + "name": "bounds", + "comment": "The bounding volume of the renderer (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "enabled", + "comment": "Makes the rendered 3D object visible if enabled.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "isVisible", + "comment": "Is this renderer visible in any camera? (Read Only)\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.ShadowCastingMode", + "name": "shadowCastingMode", + "comment": "Does this object cast shadows?\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "receiveShadows", + "comment": "Does this object receive shadows?\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "forceRenderingOff", + "comment": "Allows turning off rendering for a specific component.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.MotionVectorGenerationMode", + "name": "motionVectorGenerationMode", + "comment": "Specifies the mode for motion vector rendering.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.LightProbeUsage", + "name": "lightProbeUsage", + "comment": "The light probe interpolation type.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.ReflectionProbeUsage", + "name": "reflectionProbeUsage", + "comment": "Should reflection probes be used for this Renderer?\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "uint", + "name": "renderingLayerMask", + "comment": "Determines which rendering layer this renderer lives on.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "rendererPriority", + "comment": "This value sorts renderers by priority. Lower values are rendered first and higher values are rendered last.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.RayTracingMode", + "name": "rayTracingMode", + "comment": "Describes how this renderer is updated for ray tracing.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "string", + "name": "sortingLayerName", + "comment": "Name of the Renderer's sorting layer.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "sortingLayerID", + "comment": "Unique ID of the Renderer's sorting layer.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "sortingOrder", + "comment": "Renderer's order within a sorting layer.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "allowOcclusionWhenDynamic", + "comment": "Controls if dynamic occlusion culling should be performed for this renderer.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "isPartOfStaticBatch", + "comment": "Indicates whether the renderer is part of a with other renderers.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Matrix4x4", + "name": "worldToLocalMatrix", + "comment": "Matrix that transforms a point from world space into local space (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Matrix4x4", + "name": "localToWorldMatrix", + "comment": "Matrix that transforms a point from local space into world space (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.GameObject", + "name": "lightProbeProxyVolumeOverride", + "comment": "If set, the Renderer will use the Light Probe Proxy Volume component attached to the source GameObject.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Transform", + "name": "probeAnchor", + "comment": "If set, Renderer will use this Transform's position to find the light or reflection probe.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "lightmapIndex", + "comment": "The index of the baked lightmap applied to this renderer.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "realtimeLightmapIndex", + "comment": "The index of the realtime lightmap applied to this renderer.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector4", + "name": "lightmapScaleOffset", + "comment": "The UV scale & offset used for a lightmap.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector4", + "name": "realtimeLightmapScaleOffset", + "comment": "The UV scale & offset used for a realtime lightmap.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Material[]", + "name": "materials", + "comment": "Returns all the instantiated materials of this object.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Material", + "name": "material", + "comment": "Returns the first instantiated Material assigned to the renderer.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Material", + "name": "sharedMaterial", + "comment": "The shared material of this object.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Material[]", + "name": "sharedMaterials", + "comment": "All the shared materials of this object.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "HasPropertyBlock", + "comment": "Returns true if the Renderer has a material property block attached via SetPropertyBlock.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "properties", + "typeName": "UnityEngine.MaterialPropertyBlock" + } + ], + "isStatic": false, + "name": "SetPropertyBlock", + "comment": "Lets you set or clear per-renderer or per-material parameter overrides.\n\n```plaintext\nParams: properties - Property block with values you want to override.\n materialIndex - The index of the Material you want to override the parameters of. The index ranges from 0 to Renderer.sharedMaterial.Length-1.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "properties", + "typeName": "UnityEngine.MaterialPropertyBlock" + }, + { "name": "materialIndex", "typeName": "int" } + ], + "isStatic": false, + "name": "SetPropertyBlock", + "comment": "Lets you set or clear per-renderer or per-material parameter overrides.\n\n```plaintext\nParams: properties - Property block with values you want to override.\n materialIndex - The index of the Material you want to override the parameters of. The index ranges from 0 to Renderer.sharedMaterial.Length-1.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "properties", + "typeName": "UnityEngine.MaterialPropertyBlock" + } + ], + "isStatic": false, + "name": "GetPropertyBlock", + "comment": "Get per-Renderer or per-Material property block.\n\n```plaintext\nParams: properties - Material parameters to retrieve.\n materialIndex - The index of the Material you want to get overridden parameters from. The index ranges from 0 to Renderer.sharedMaterials.Length-1.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "properties", + "typeName": "UnityEngine.MaterialPropertyBlock" + }, + { "name": "materialIndex", "typeName": "int" } + ], + "isStatic": false, + "name": "GetPropertyBlock", + "comment": "Get per-Renderer or per-Material property block.\n\n```plaintext\nParams: properties - Material parameters to retrieve.\n materialIndex - The index of the Material you want to get overridden parameters from. The index ranges from 0 to Renderer.sharedMaterials.Length-1.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "m", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "GetMaterials", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "m", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "GetSharedMaterials", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "result", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "GetClosestReflectionProbes", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "Renderer", + "comment": "General functionality for all renderers.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.Behaviour", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "isOrthoGraphic", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "orthoGraphicSize", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "nearClipPlane", + "comment": "The near clipping plane distance.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "farClipPlane", + "comment": "The far clipping plane distance.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "fieldOfView", + "comment": "The field of view of the projection in degrees.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "aspectRatio", + "comment": "The aspect ratio of the projection.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "orthographic", + "comment": "Is the projection orthographic (true) or perspective (false)?\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "orthographicSize", + "comment": "Projection's half-size when in orthographic mode.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "ignoreLayers", + "comment": "Which object layers are ignored by the projector.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Material", + "name": "material", + "comment": "The material that will be projected onto every object.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "Projector", + "comment": "A script interface for a.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.Object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Rendering.ShaderHardwareTier", + "name": "globalShaderHardwareTier", + "comment": "Shader hardware tier classification for current device.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "maximumLOD", + "comment": "Shader LOD level for this shader.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "globalMaximumLOD", + "comment": "Shader LOD level for all shaders.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "isSupported", + "comment": "Can this shader run on the end-users graphics card? (Read Only)\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "string", + "name": "globalRenderPipeline", + "comment": "Render pipeline currently in use.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "renderQueue", + "comment": "Render queue of this shader. (Read Only)\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "passCount", + "comment": "Returns the number of shader passes on the active SubShader.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "propertyName", "typeName": "string" }, + { "name": "mode", "typeName": "UnityEngine.TexGenMode" } + ], + "isStatic": true, + "name": "SetGlobalTexGenMode", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "propertyName", "typeName": "string" }, + { "name": "matrixName", "typeName": "string" } + ], + "isStatic": true, + "name": "SetGlobalTextureMatrixName", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Shader", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": true, + "name": "Find", + "comment": "Finds a shader with the given name.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "keyword", "typeName": "string" }], + "isStatic": true, + "name": "EnableKeyword", + "comment": "Enables a global shader keyword.\n\n```plaintext\nParams: keyword - The name of the local shader keyword to enable.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "keyword", "typeName": "string" }], + "isStatic": true, + "name": "DisableKeyword", + "comment": "Disables a global shader keyword.\n\n```plaintext\nParams: keyword - The name of the local shader keyword to disable.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "keyword", "typeName": "string" }], + "isStatic": true, + "name": "IsKeywordEnabled", + "comment": "Returns true if the given global shader keyword is enabled. Otherwise, returns false.\n\n```plaintext\nParams: keyword - The name of the global shader keyword to check.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "WarmupAllShaders", + "comment": "Prewarms all shader variants of all Shaders currently in memory.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": true, + "name": "PropertyToID", + "comment": "Unique integer for the name.\n\n```plaintext\nParams: name - Shader property name.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Shader", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "GetDependency", + "comment": "Returns the dependency shader.\n\n```plaintext\nParams: name - The name of the dependency to query.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "ShaderTagId", + "params": [ + { "name": "passIndex", "typeName": "int" }, + { + "name": "tagName", + "typeName": "UnityEngine.Rendering.ShaderTagId" + } + ], + "isStatic": false, + "name": "FindPassTagValue", + "comment": "Search for the pass tag specified by tagName on the shader's active SubShader and returns the value of the tag.\n\n```plaintext\nParams: passIndex - The index of the pass.\n tagName - The name of the pass tag.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "value", "typeName": "float" } + ], + "isStatic": true, + "name": "SetGlobalFloat", + "comment": "Sets a global float property for all shaders.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { "name": "value", "typeName": "float" } + ], + "isStatic": true, + "name": "SetGlobalFloat", + "comment": "Sets a global float property for all shaders.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "value", "typeName": "int" } + ], + "isStatic": true, + "name": "SetGlobalInt", + "comment": "Sets a global int property for all shaders.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { "name": "value", "typeName": "int" } + ], + "isStatic": true, + "name": "SetGlobalInt", + "comment": "Sets a global int property for all shaders.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "value", "typeName": "UnityEngine.Vector4" } + ], + "isStatic": true, + "name": "SetGlobalVector", + "comment": "Sets a global vector property for all shaders.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { "name": "value", "typeName": "UnityEngine.Vector4" } + ], + "isStatic": true, + "name": "SetGlobalVector", + "comment": "Sets a global vector property for all shaders.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "value", "typeName": "UnityEngine.Color" } + ], + "isStatic": true, + "name": "SetGlobalColor", + "comment": "Sets a global color property for all shaders.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { "name": "value", "typeName": "UnityEngine.Color" } + ], + "isStatic": true, + "name": "SetGlobalColor", + "comment": "Sets a global color property for all shaders.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "value", "typeName": "UnityEngine.Matrix4x4" } + ], + "isStatic": true, + "name": "SetGlobalMatrix", + "comment": "Sets a global matrix property for all shaders.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { "name": "value", "typeName": "UnityEngine.Matrix4x4" } + ], + "isStatic": true, + "name": "SetGlobalMatrix", + "comment": "Sets a global matrix property for all shaders.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "value", "typeName": "UnityEngine.Texture" } + ], + "isStatic": true, + "name": "SetGlobalTexture", + "comment": "Sets a global texture property for all shaders.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n value - The texture to set.\n element - Optional parameter that specifies the type of data to set from the RenderTexture.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { "name": "value", "typeName": "UnityEngine.Texture" } + ], + "isStatic": true, + "name": "SetGlobalTexture", + "comment": "Sets a global texture property for all shaders.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n value - The texture to set.\n element - Optional parameter that specifies the type of data to set from the RenderTexture.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "value", "typeName": "UnityEngine.RenderTexture" }, + { + "name": "element", + "typeName": "UnityEngine.Rendering.RenderTextureSubElement" + } + ], + "isStatic": true, + "name": "SetGlobalTexture", + "comment": "Sets a global texture property for all shaders.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n value - The texture to set.\n element - Optional parameter that specifies the type of data to set from the RenderTexture.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { "name": "value", "typeName": "UnityEngine.RenderTexture" }, + { + "name": "element", + "typeName": "UnityEngine.Rendering.RenderTextureSubElement" + } + ], + "isStatic": true, + "name": "SetGlobalTexture", + "comment": "Sets a global texture property for all shaders.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n value - The texture to set.\n element - Optional parameter that specifies the type of data to set from the RenderTexture.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "value", "typeName": "UnityEngine.ComputeBuffer" } + ], + "isStatic": true, + "name": "SetGlobalBuffer", + "comment": "Sets a global buffer property for all shaders.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n value - The buffer to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { "name": "value", "typeName": "UnityEngine.ComputeBuffer" } + ], + "isStatic": true, + "name": "SetGlobalBuffer", + "comment": "Sets a global buffer property for all shaders.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n value - The buffer to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "value", "typeName": "UnityEngine.GraphicsBuffer" } + ], + "isStatic": true, + "name": "SetGlobalBuffer", + "comment": "Sets a global buffer property for all shaders.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n value - The buffer to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { "name": "value", "typeName": "UnityEngine.GraphicsBuffer" } + ], + "isStatic": true, + "name": "SetGlobalBuffer", + "comment": "Sets a global buffer property for all shaders.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n value - The buffer to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "value", "typeName": "UnityEngine.ComputeBuffer" }, + { "name": "offset", "typeName": "int" }, + { "name": "size", "typeName": "int" } + ], + "isStatic": true, + "name": "SetGlobalConstantBuffer", + "comment": "Sets a ComputeBuffer or GraphicsBuffer as a named constant buffer for all shader types.\n\n```plaintext\nParams: nameID - The name ID of the constant buffer retrieved by Shader.PropertyToID.\n name - The name of the constant buffer to override.\n value - The buffer to override the constant buffer values with, or null to remove binding.\n offset - Offset in bytes from the beginning of the buffer to bind. Must be a multiple of SystemInfo.constantBufferOffsetAlignment, or 0 if that value is 0.\n size - The number of bytes to bind.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { "name": "value", "typeName": "UnityEngine.ComputeBuffer" }, + { "name": "offset", "typeName": "int" }, + { "name": "size", "typeName": "int" } + ], + "isStatic": true, + "name": "SetGlobalConstantBuffer", + "comment": "Sets a ComputeBuffer or GraphicsBuffer as a named constant buffer for all shader types.\n\n```plaintext\nParams: nameID - The name ID of the constant buffer retrieved by Shader.PropertyToID.\n name - The name of the constant buffer to override.\n value - The buffer to override the constant buffer values with, or null to remove binding.\n offset - Offset in bytes from the beginning of the buffer to bind. Must be a multiple of SystemInfo.constantBufferOffsetAlignment, or 0 if that value is 0.\n size - The number of bytes to bind.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "value", "typeName": "UnityEngine.GraphicsBuffer" }, + { "name": "offset", "typeName": "int" }, + { "name": "size", "typeName": "int" } + ], + "isStatic": true, + "name": "SetGlobalConstantBuffer", + "comment": "Sets a ComputeBuffer or GraphicsBuffer as a named constant buffer for all shader types.\n\n```plaintext\nParams: nameID - The name ID of the constant buffer retrieved by Shader.PropertyToID.\n name - The name of the constant buffer to override.\n value - The buffer to override the constant buffer values with, or null to remove binding.\n offset - Offset in bytes from the beginning of the buffer to bind. Must be a multiple of SystemInfo.constantBufferOffsetAlignment, or 0 if that value is 0.\n size - The number of bytes to bind.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { "name": "value", "typeName": "UnityEngine.GraphicsBuffer" }, + { "name": "offset", "typeName": "int" }, + { "name": "size", "typeName": "int" } + ], + "isStatic": true, + "name": "SetGlobalConstantBuffer", + "comment": "Sets a ComputeBuffer or GraphicsBuffer as a named constant buffer for all shader types.\n\n```plaintext\nParams: nameID - The name ID of the constant buffer retrieved by Shader.PropertyToID.\n name - The name of the constant buffer to override.\n value - The buffer to override the constant buffer values with, or null to remove binding.\n offset - Offset in bytes from the beginning of the buffer to bind. Must be a multiple of SystemInfo.constantBufferOffsetAlignment, or 0 if that value is 0.\n size - The number of bytes to bind.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { + "name": "values", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": true, + "name": "SetGlobalFloatArray", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { + "name": "values", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": true, + "name": "SetGlobalFloatArray", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "values", "typeName": "float[]" } + ], + "isStatic": true, + "name": "SetGlobalFloatArray", + "comment": "Sets a global float array property for all shaders.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { "name": "values", "typeName": "float[]" } + ], + "isStatic": true, + "name": "SetGlobalFloatArray", + "comment": "Sets a global float array property for all shaders.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { + "name": "values", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": true, + "name": "SetGlobalVectorArray", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { + "name": "values", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": true, + "name": "SetGlobalVectorArray", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "values", "typeName": "UnityEngine.Vector4[]" } + ], + "isStatic": true, + "name": "SetGlobalVectorArray", + "comment": "Sets a global vector array property for all shaders.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { "name": "values", "typeName": "UnityEngine.Vector4[]" } + ], + "isStatic": true, + "name": "SetGlobalVectorArray", + "comment": "Sets a global vector array property for all shaders.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { + "name": "values", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": true, + "name": "SetGlobalMatrixArray", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { + "name": "values", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": true, + "name": "SetGlobalMatrixArray", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "values", "typeName": "UnityEngine.Matrix4x4[]" } + ], + "isStatic": true, + "name": "SetGlobalMatrixArray", + "comment": "Sets a global matrix array property for all shaders.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { "name": "values", "typeName": "UnityEngine.Matrix4x4[]" } + ], + "isStatic": true, + "name": "SetGlobalMatrixArray", + "comment": "Sets a global matrix array property for all shaders.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": true, + "name": "GetGlobalFloat", + "comment": "Gets a global float property for all shaders previously set using SetGlobalFloat.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "nameID", "typeName": "int" }], + "isStatic": true, + "name": "GetGlobalFloat", + "comment": "Gets a global float property for all shaders previously set using SetGlobalFloat.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": true, + "name": "GetGlobalInt", + "comment": "Gets a global int property for all shaders previously set using SetGlobalInt.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "nameID", "typeName": "int" }], + "isStatic": true, + "name": "GetGlobalInt", + "comment": "Gets a global int property for all shaders previously set using SetGlobalInt.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector4", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": true, + "name": "GetGlobalVector", + "comment": "Gets a global vector property for all shaders previously set using SetGlobalVector.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector4", + "params": [{ "name": "nameID", "typeName": "int" }], + "isStatic": true, + "name": "GetGlobalVector", + "comment": "Gets a global vector property for all shaders previously set using SetGlobalVector.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Color", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": true, + "name": "GetGlobalColor", + "comment": "Gets a global color property for all shaders previously set using SetGlobalColor.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Color", + "params": [{ "name": "nameID", "typeName": "int" }], + "isStatic": true, + "name": "GetGlobalColor", + "comment": "Gets a global color property for all shaders previously set using SetGlobalColor.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Matrix4x4", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": true, + "name": "GetGlobalMatrix", + "comment": "Gets a global matrix property for all shaders previously set using SetGlobalMatrix.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Matrix4x4", + "params": [{ "name": "nameID", "typeName": "int" }], + "isStatic": true, + "name": "GetGlobalMatrix", + "comment": "Gets a global matrix property for all shaders previously set using SetGlobalMatrix.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Texture", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": true, + "name": "GetGlobalTexture", + "comment": "Gets a global texture property for all shaders previously set using SetGlobalTexture.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Texture", + "params": [{ "name": "nameID", "typeName": "int" }], + "isStatic": true, + "name": "GetGlobalTexture", + "comment": "Gets a global texture property for all shaders previously set using SetGlobalTexture.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": true, + "name": "GetGlobalFloatArray", + "comment": "Gets a global float array for all shaders previously set using SetGlobalFloatArray.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "nameID", "typeName": "int" }], + "isStatic": true, + "name": "GetGlobalFloatArray", + "comment": "Gets a global float array for all shaders previously set using SetGlobalFloatArray.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": true, + "name": "GetGlobalVectorArray", + "comment": "Gets a global vector array for all shaders previously set using SetGlobalVectorArray.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "nameID", "typeName": "int" }], + "isStatic": true, + "name": "GetGlobalVectorArray", + "comment": "Gets a global vector array for all shaders previously set using SetGlobalVectorArray.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": true, + "name": "GetGlobalMatrixArray", + "comment": "Gets a global matrix array for all shaders previously set using SetGlobalMatrixArray.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "nameID", "typeName": "int" }], + "isStatic": true, + "name": "GetGlobalMatrixArray", + "comment": "Gets a global matrix array for all shaders previously set using SetGlobalMatrixArray.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { + "name": "values", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": true, + "name": "GetGlobalFloatArray", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { + "name": "values", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": true, + "name": "GetGlobalFloatArray", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { + "name": "values", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": true, + "name": "GetGlobalVectorArray", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { + "name": "values", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": true, + "name": "GetGlobalVectorArray", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { + "name": "values", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": true, + "name": "GetGlobalMatrixArray", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { + "name": "values", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": true, + "name": "GetGlobalMatrixArray", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetPropertyCount", + "comment": "Returns the number of properties in this Shader.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "propertyName", "typeName": "string" }], + "isStatic": false, + "name": "FindPropertyIndex", + "comment": "Finds the index of a shader property by its name.\n\n```plaintext\nParams: propertyName - The name of the shader property.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "propertyIndex", "typeName": "int" }], + "isStatic": false, + "name": "GetPropertyName", + "comment": "Returns the name of the shader property at the specified index.\n\n```plaintext\nParams: propertyIndex - The index of the shader property.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "propertyIndex", "typeName": "int" }], + "isStatic": false, + "name": "GetPropertyNameId", + "comment": "Returns the nameId of the shader property at the specified index.\n\n```plaintext\nParams: propertyIndex - The index of the shader property.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "ShaderPropertyType", + "params": [{ "name": "propertyIndex", "typeName": "int" }], + "isStatic": false, + "name": "GetPropertyType", + "comment": "Returns the ShaderPropertyType of the property at the specified index.\n\n```plaintext\nParams: propertyIndex - The index of the shader property.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "propertyIndex", "typeName": "int" }], + "isStatic": false, + "name": "GetPropertyDescription", + "comment": "Returns the description string of the shader property at the specified index.\n\n```plaintext\nParams: propertyIndex - The index of the shader property.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "ShaderPropertyFlags", + "params": [{ "name": "propertyIndex", "typeName": "int" }], + "isStatic": false, + "name": "GetPropertyFlags", + "comment": "Returns the ShaderPropertyFlags of the shader property at the specified index.\n\n```plaintext\nParams: propertyIndex - The index of the shader property.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "propertyIndex", "typeName": "int" }], + "isStatic": false, + "name": "GetPropertyAttributes", + "comment": "Returns an array of strings containing attributes of the shader property at the specified index.\n\n```plaintext\nParams: propertyIndex - The index of the shader property.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "propertyIndex", "typeName": "int" }], + "isStatic": false, + "name": "GetPropertyDefaultFloatValue", + "comment": "Returns the default float value of the shader property at the specified index.\n\n```plaintext\nParams: propertyIndex - The index of the shader property.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector4", + "params": [{ "name": "propertyIndex", "typeName": "int" }], + "isStatic": false, + "name": "GetPropertyDefaultVectorValue", + "comment": "Returns the default Vector4 value of the shader property at the specified index.\n\n```plaintext\nParams: propertyIndex - The index of the shader property.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector2", + "params": [{ "name": "propertyIndex", "typeName": "int" }], + "isStatic": false, + "name": "GetPropertyRangeLimits", + "comment": "Returns the min and max limits for a Range property at the specified index.\n\n```plaintext\nParams: propertyIndex - The index of the shader property.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "TextureDimension", + "params": [{ "name": "propertyIndex", "typeName": "int" }], + "isStatic": false, + "name": "GetPropertyTextureDimension", + "comment": "Returns the TextureDimension of a Texture shader property at the specified index.\n\n```plaintext\nParams: propertyIndex - The index of the shader property.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "propertyIndex", "typeName": "int" }], + "isStatic": false, + "name": "GetPropertyTextureDefaultName", + "comment": "Returns the default Texture name of a Texture shader property at the specified index.\n\n```plaintext\nParams: propertyIndex - The index of the shader property.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "propertyIndex", "typeName": "int" }, + { "name": "stackName", "typeName": "string" }, + { "name": "layerIndex", "typeName": "int" } + ], + "isStatic": false, + "name": "FindTextureStack", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "Shader", + "comment": "Shader scripts used for all rendering.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.LightmapsModeLegacy", + "name": "Single", + "comment": "Single, traditional lightmap rendering mode.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.LightmapsModeLegacy", + "name": "Dual", + "comment": "Dual lightmap rendering mode.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.LightmapsModeLegacy", + "name": "Directional", + "comment": "Directional rendering mode.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.LightmapsModeLegacy", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "LightmapsModeLegacy", + "comment": "Single, dual, or directional lightmaps rendering mode, used only in GIWorkflowMode.Legacy\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.Renderer", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "numPositions", + "comment": "Get the number of line segments in the trail.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "time", + "comment": "How long does the trail take to fade out.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "startWidth", + "comment": "The width of the trail at the spawning point.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "endWidth", + "comment": "The width of the trail at the end of the trail.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "widthMultiplier", + "comment": "Set an overall multiplier that is applied to the TrailRenderer.widthCurve to get the final width of the trail.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "autodestruct", + "comment": "Does the GameObject of this Trail Renderer auto destruct?\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "emitting", + "comment": "Creates trails when the GameObject moves.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "numCornerVertices", + "comment": "Set this to a value greater than 0, to get rounded corners between each segment of the trail.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "numCapVertices", + "comment": "Set this to a value greater than 0, to get rounded corners on each end of the trail.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "minVertexDistance", + "comment": "Set the minimum distance the trail can travel before a new vertex is added to it.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Color", + "name": "startColor", + "comment": "Set the color at the start of the trail.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Color", + "name": "endColor", + "comment": "Set the color at the end of the trail.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "positionCount", + "comment": "Get the number of line segments in the trail.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "shadowBias", + "comment": "Apply a shadow bias to prevent self-shadowing artifacts. The specified value is the proportion of the trail width at each segment.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "generateLightingData", + "comment": "Configures a trail to generate Normals and Tangents. With this data, Scene lighting can affect the trail via Normal Maps and the Unity Standard Shader, or your own custom-built Shaders.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.LineTextureMode", + "name": "textureMode", + "comment": "Choose whether the U coordinate of the trail texture is tiled or stretched.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.LineAlignment", + "name": "alignment", + "comment": "Select whether the trail will face the camera, or the orientation of the Transform Component.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.AnimationCurve", + "name": "widthCurve", + "comment": "Set the curve describing the width of the trail at various points along its length.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Gradient", + "name": "colorGradient", + "comment": "Set the color gradient describing the color of the trail at various points along its length.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "position", "typeName": "UnityEngine.Vector3" } + ], + "isStatic": false, + "name": "SetPosition", + "comment": "Set the position of a vertex in the trail.\n\n```plaintext\nParams: index - Which position to set.\n position - The new position.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector3", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "GetPosition", + "comment": "The position at the specified index in the array.\n\n```plaintext\nParams: index - The index of the position to retrieve.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Clear", + "comment": "Removes all points from the TrailRenderer.\nUseful for restarting a trail from a new position.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "mesh", "typeName": "UnityEngine.Mesh" }, + { "name": "useTransform", "typeName": "bool" } + ], + "isStatic": false, + "name": "BakeMesh", + "comment": "Creates a snapshot of TrailRenderer and stores it in mesh.\n\n```plaintext\nParams: mesh - A static mesh that will receive the snapshot of the trail.\n camera - The camera used for determining which way camera-space trails will face.\n useTransform - Include the rotation and scale of the Transform in the baked mesh.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "mesh", "typeName": "UnityEngine.Mesh" }, + { "name": "camera", "typeName": "UnityEngine.Camera" }, + { "name": "useTransform", "typeName": "bool" } + ], + "isStatic": false, + "name": "BakeMesh", + "comment": "Creates a snapshot of TrailRenderer and stores it in mesh.\n\n```plaintext\nParams: mesh - A static mesh that will receive the snapshot of the trail.\n camera - The camera used for determining which way camera-space trails will face.\n useTransform - Include the rotation and scale of the Transform in the baked mesh.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "positions", "typeName": "UnityEngine.Vector3[]" } + ], + "isStatic": false, + "name": "GetPositions", + "comment": "How many positions were actually stored in the output array.\n\n```plaintext\nParams: positions - The array of positions to retrieve.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "positions", "typeName": "UnityEngine.Vector3[]" } + ], + "isStatic": false, + "name": "SetPositions", + "comment": "Sets the positions of all vertices in the trail.\n\n```plaintext\nParams: positions - The array of positions to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "position", "typeName": "UnityEngine.Vector3" }], + "isStatic": false, + "name": "AddPosition", + "comment": "Adds a position to the trail.\n\n```plaintext\nParams: position - The position to add to the trail.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "positions", "typeName": "UnityEngine.Vector3[]" } + ], + "isStatic": false, + "name": "AddPositions", + "comment": "Add an array of positions to the trail.\n\n```plaintext\nParams: positions - The positions to add to the trail.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "positions", + "typeName": "Unity.Collections.NativeArray" + } + ], + "isStatic": false, + "name": "SetPositions", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "positions", + "typeName": "Unity.Collections.NativeSlice" + } + ], + "isStatic": false, + "name": "SetPositions", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "positions", + "typeName": "Unity.Collections.NativeArray" + } + ], + "isStatic": false, + "name": "GetPositions", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "positions", + "typeName": "Unity.Collections.NativeSlice" + } + ], + "isStatic": false, + "name": "GetPositions", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "positions", + "typeName": "Unity.Collections.NativeArray" + } + ], + "isStatic": false, + "name": "AddPositions", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "positions", + "typeName": "Unity.Collections.NativeSlice" + } + ], + "isStatic": false, + "name": "AddPositions", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "TrailRenderer", + "comment": "The trail renderer is used to make trails behind objects in the Scene as they move about.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.CameraType", + "name": "Game", + "comment": "Used to indicate a regular in-game camera.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.CameraType", + "name": "SceneView", + "comment": "Used to indicate that a camera is used for rendering the Scene View in the Editor.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.CameraType", + "name": "Preview", + "comment": "Used to indicate a camera that is used for rendering previews in the Editor.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.CameraType", + "name": "VR", + "comment": "Used to indicate that a camera is used for rendering VR (in edit mode) in the Editor.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.CameraType", + "name": "Reflection", + "comment": "Used to indicate a camera that is used for rendering reflection probes.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.CameraType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "CameraType", + "comment": "Describes different types of camera.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.Renderer", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "numPositions", + "comment": "Set the number of line segments.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "startWidth", + "comment": "Set the width at the start of the line.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "endWidth", + "comment": "Set the width at the end of the line.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "widthMultiplier", + "comment": "Set an overall multiplier that is applied to the LineRenderer.widthCurve to get the final width of the line.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "numCornerVertices", + "comment": "Set this to a value greater than 0, to get rounded corners between each segment of the line.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "numCapVertices", + "comment": "Set this to a value greater than 0, to get rounded corners on each end of the line.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "useWorldSpace", + "comment": "If enabled, the lines are defined in world space.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "loop", + "comment": "Connect the start and end positions of the line together to form a continuous loop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Color", + "name": "startColor", + "comment": "Set the color at the start of the line.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Color", + "name": "endColor", + "comment": "Set the color at the end of the line.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "positionCount", + "comment": "Set/get the number of vertices.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "shadowBias", + "comment": "Apply a shadow bias to prevent self-shadowing artifacts. The specified value is the proportion of the line width at each segment.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "generateLightingData", + "comment": "Configures a line to generate Normals and Tangents. With this data, Scene lighting can affect the line via Normal Maps and the Unity Standard Shader, or your own custom-built Shaders.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.LineTextureMode", + "name": "textureMode", + "comment": "Choose whether the U coordinate of the line texture is tiled or stretched.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.LineAlignment", + "name": "alignment", + "comment": "Select whether the line will face the camera, or the orientation of the Transform Component.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.AnimationCurve", + "name": "widthCurve", + "comment": "Set the curve describing the width of the line at various points along its length.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Gradient", + "name": "colorGradient", + "comment": "Set the color gradient describing the color of the line at various points along its length.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "start", "typeName": "float" }, + { "name": "end", "typeName": "float" } + ], + "isStatic": false, + "name": "SetWidth", + "comment": "Set the line width at the start and at the end.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "start", "typeName": "UnityEngine.Color" }, + { "name": "end", "typeName": "UnityEngine.Color" } + ], + "isStatic": false, + "name": "SetColors", + "comment": "Set the line color at the start and at the end.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "count", "typeName": "int" }], + "isStatic": false, + "name": "SetVertexCount", + "comment": "Set the number of line segments.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "position", "typeName": "UnityEngine.Vector3" } + ], + "isStatic": false, + "name": "SetPosition", + "comment": "Set the position of a vertex in the line.\n\n```plaintext\nParams: index - Which position to set.\n position - The new position.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector3", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "GetPosition", + "comment": "The position at the specified index in the array.\n\n```plaintext\nParams: index - The index of the position to retrieve.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "tolerance", "typeName": "float" }], + "isStatic": false, + "name": "Simplify", + "comment": "Generates a simplified version of the original line by removing points that fall within the specified tolerance.\n\n```plaintext\nParams: tolerance - This value is used to evaluate which points should be removed from the line. A higher value results in a simpler line (less points). A positive value close to zero results in a line with little to no reduction. A value of zero or less has no effect.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "mesh", "typeName": "UnityEngine.Mesh" }, + { "name": "useTransform", "typeName": "bool" } + ], + "isStatic": false, + "name": "BakeMesh", + "comment": "Creates a snapshot of LineRenderer and stores it in mesh.\n\n```plaintext\nParams: mesh - A static mesh that will receive the snapshot of the line.\n camera - The camera used for determining which way camera-space lines will face.\n useTransform - Include the rotation and scale of the Transform in the baked mesh.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "mesh", "typeName": "UnityEngine.Mesh" }, + { "name": "camera", "typeName": "UnityEngine.Camera" }, + { "name": "useTransform", "typeName": "bool" } + ], + "isStatic": false, + "name": "BakeMesh", + "comment": "Creates a snapshot of LineRenderer and stores it in mesh.\n\n```plaintext\nParams: mesh - A static mesh that will receive the snapshot of the line.\n camera - The camera used for determining which way camera-space lines will face.\n useTransform - Include the rotation and scale of the Transform in the baked mesh.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "positions", "typeName": "UnityEngine.Vector3[]" } + ], + "isStatic": false, + "name": "GetPositions", + "comment": "How many positions were actually stored in the output array.\n\n```plaintext\nParams: positions - The array of positions to retrieve. The array passed should be of at least positionCount in size.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "positions", "typeName": "UnityEngine.Vector3[]" } + ], + "isStatic": false, + "name": "SetPositions", + "comment": "Set the positions of all vertices in the line.\n\n```plaintext\nParams: positions - The array of positions to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "positions", + "typeName": "Unity.Collections.NativeArray" + } + ], + "isStatic": false, + "name": "SetPositions", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "positions", + "typeName": "Unity.Collections.NativeSlice" + } + ], + "isStatic": false, + "name": "SetPositions", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "positions", + "typeName": "Unity.Collections.NativeArray" + } + ], + "isStatic": false, + "name": "GetPositions", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "positions", + "typeName": "Unity.Collections.NativeSlice" + } + ], + "isStatic": false, + "name": "GetPositions", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "LineRenderer", + "comment": "The line renderer is used to draw free-floating lines in 3D space.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.ComputeBufferType", + "name": "Default", + "comment": "Default ComputeBuffer type (structured buffer).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.ComputeBufferType", + "name": "Raw", + "comment": "Raw ComputeBuffer type (byte address buffer).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.ComputeBufferType", + "name": "Append", + "comment": "Append-consume ComputeBuffer type.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.ComputeBufferType", + "name": "Counter", + "comment": "ComputeBuffer with a counter.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.ComputeBufferType", + "name": "Constant", + "comment": "ComputeBuffer that you can use as a constant buffer (uniform buffer).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.ComputeBufferType", + "name": "Structured", + "comment": "ComputeBuffer that you can use as a structured buffer.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.ComputeBufferType", + "name": "DrawIndirect", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.ComputeBufferType", + "name": "IndirectArguments", + "comment": "ComputeBuffer used for Graphics.DrawProceduralIndirect, ComputeShader.DispatchIndirect or Graphics.DrawMeshInstancedIndirect arguments.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.ComputeBufferType", + "name": "GPUMemory", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.ComputeBufferType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "ComputeBufferType", + "comment": "ComputeBuffer type.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "isEmpty", + "comment": "Is the material property block empty? (Read Only)\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "value", "typeName": "float" } + ], + "isStatic": false, + "name": "AddFloat", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { "name": "value", "typeName": "float" } + ], + "isStatic": false, + "name": "AddFloat", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "value", "typeName": "UnityEngine.Vector4" } + ], + "isStatic": false, + "name": "AddVector", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { "name": "value", "typeName": "UnityEngine.Vector4" } + ], + "isStatic": false, + "name": "AddVector", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "value", "typeName": "UnityEngine.Color" } + ], + "isStatic": false, + "name": "AddColor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { "name": "value", "typeName": "UnityEngine.Color" } + ], + "isStatic": false, + "name": "AddColor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "value", "typeName": "UnityEngine.Matrix4x4" } + ], + "isStatic": false, + "name": "AddMatrix", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { "name": "value", "typeName": "UnityEngine.Matrix4x4" } + ], + "isStatic": false, + "name": "AddMatrix", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "value", "typeName": "UnityEngine.Texture" } + ], + "isStatic": false, + "name": "AddTexture", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { "name": "value", "typeName": "UnityEngine.Texture" } + ], + "isStatic": false, + "name": "AddTexture", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Clear", + "comment": "Clear material property values.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "value", "typeName": "float" } + ], + "isStatic": false, + "name": "SetFloat", + "comment": "Set a float property.\n\n```plaintext\nParams: name - The name of the property.\n nameID - The name ID of the property retrieved by Shader.PropertyToID.\n value - The float value to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { "name": "value", "typeName": "float" } + ], + "isStatic": false, + "name": "SetFloat", + "comment": "Set a float property.\n\n```plaintext\nParams: name - The name of the property.\n nameID - The name ID of the property retrieved by Shader.PropertyToID.\n value - The float value to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "value", "typeName": "int" } + ], + "isStatic": false, + "name": "SetInt", + "comment": "Adds a property to the block. If an int property with the given name already exists, the old value is replaced.\n\n```plaintext\nParams: name - The name of the property.\n nameID - The name ID of the property retrieved by Shader.PropertyToID.\n value - The int value to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { "name": "value", "typeName": "int" } + ], + "isStatic": false, + "name": "SetInt", + "comment": "Adds a property to the block. If an int property with the given name already exists, the old value is replaced.\n\n```plaintext\nParams: name - The name of the property.\n nameID - The name ID of the property retrieved by Shader.PropertyToID.\n value - The int value to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "value", "typeName": "UnityEngine.Vector4" } + ], + "isStatic": false, + "name": "SetVector", + "comment": "Set a vector property.\n\n```plaintext\nParams: name - The name of the property.\n nameID - The name ID of the property retrieved by Shader.PropertyToID.\n value - The Vector4 value to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { "name": "value", "typeName": "UnityEngine.Vector4" } + ], + "isStatic": false, + "name": "SetVector", + "comment": "Set a vector property.\n\n```plaintext\nParams: name - The name of the property.\n nameID - The name ID of the property retrieved by Shader.PropertyToID.\n value - The Vector4 value to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "value", "typeName": "UnityEngine.Color" } + ], + "isStatic": false, + "name": "SetColor", + "comment": "Set a color property.\n\n```plaintext\nParams: name - The name of the property.\n nameID - The name ID of the property retrieved by Shader.PropertyToID.\n value - The Color value to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { "name": "value", "typeName": "UnityEngine.Color" } + ], + "isStatic": false, + "name": "SetColor", + "comment": "Set a color property.\n\n```plaintext\nParams: name - The name of the property.\n nameID - The name ID of the property retrieved by Shader.PropertyToID.\n value - The Color value to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "value", "typeName": "UnityEngine.Matrix4x4" } + ], + "isStatic": false, + "name": "SetMatrix", + "comment": "Set a matrix property.\n\n```plaintext\nParams: name - The name of the property.\n nameID - The name ID of the property retrieved by Shader.PropertyToID.\n value - The matrix value to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { "name": "value", "typeName": "UnityEngine.Matrix4x4" } + ], + "isStatic": false, + "name": "SetMatrix", + "comment": "Set a matrix property.\n\n```plaintext\nParams: name - The name of the property.\n nameID - The name ID of the property retrieved by Shader.PropertyToID.\n value - The matrix value to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "value", "typeName": "UnityEngine.ComputeBuffer" } + ], + "isStatic": false, + "name": "SetBuffer", + "comment": "Set a buffer property.\n\n```plaintext\nParams: name - The name of the property.\n nameID - The name ID of the property retrieved by Shader.PropertyToID.\n value - The ComputeBuffer or GraphicsBuffer to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { "name": "value", "typeName": "UnityEngine.ComputeBuffer" } + ], + "isStatic": false, + "name": "SetBuffer", + "comment": "Set a buffer property.\n\n```plaintext\nParams: name - The name of the property.\n nameID - The name ID of the property retrieved by Shader.PropertyToID.\n value - The ComputeBuffer or GraphicsBuffer to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "value", "typeName": "UnityEngine.GraphicsBuffer" } + ], + "isStatic": false, + "name": "SetBuffer", + "comment": "Set a buffer property.\n\n```plaintext\nParams: name - The name of the property.\n nameID - The name ID of the property retrieved by Shader.PropertyToID.\n value - The ComputeBuffer or GraphicsBuffer to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { "name": "value", "typeName": "UnityEngine.GraphicsBuffer" } + ], + "isStatic": false, + "name": "SetBuffer", + "comment": "Set a buffer property.\n\n```plaintext\nParams: name - The name of the property.\n nameID - The name ID of the property retrieved by Shader.PropertyToID.\n value - The ComputeBuffer or GraphicsBuffer to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "value", "typeName": "UnityEngine.Texture" } + ], + "isStatic": false, + "name": "SetTexture", + "comment": "Set a texture property.\n\n```plaintext\nParams: name - The name of the property.\n nameID - The name ID of the property retrieved by Shader.PropertyToID.\n value - The Texture to set.\n element - Optional parameter that specifies the type of data to set from the RenderTexture.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { "name": "value", "typeName": "UnityEngine.Texture" } + ], + "isStatic": false, + "name": "SetTexture", + "comment": "Set a texture property.\n\n```plaintext\nParams: name - The name of the property.\n nameID - The name ID of the property retrieved by Shader.PropertyToID.\n value - The Texture to set.\n element - Optional parameter that specifies the type of data to set from the RenderTexture.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "value", "typeName": "UnityEngine.RenderTexture" }, + { + "name": "element", + "typeName": "UnityEngine.Rendering.RenderTextureSubElement" + } + ], + "isStatic": false, + "name": "SetTexture", + "comment": "Set a texture property.\n\n```plaintext\nParams: name - The name of the property.\n nameID - The name ID of the property retrieved by Shader.PropertyToID.\n value - The Texture to set.\n element - Optional parameter that specifies the type of data to set from the RenderTexture.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { "name": "value", "typeName": "UnityEngine.RenderTexture" }, + { + "name": "element", + "typeName": "UnityEngine.Rendering.RenderTextureSubElement" + } + ], + "isStatic": false, + "name": "SetTexture", + "comment": "Set a texture property.\n\n```plaintext\nParams: name - The name of the property.\n nameID - The name ID of the property retrieved by Shader.PropertyToID.\n value - The Texture to set.\n element - Optional parameter that specifies the type of data to set from the RenderTexture.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "value", "typeName": "UnityEngine.ComputeBuffer" }, + { "name": "offset", "typeName": "int" }, + { "name": "size", "typeName": "int" } + ], + "isStatic": false, + "name": "SetConstantBuffer", + "comment": "Sets a ComputeBuffer or GraphicsBuffer as a named constant buffer for the MaterialPropertyBlock.\n\n```plaintext\nParams: name - The name of the constant buffer to override.\n value - The buffer to override the constant buffer values with.\n offset - Offset in bytes from the beginning of the buffer to bind. Must be a multiple of SystemInfo.constantBufferOffsetAlignment, or 0 if that value is 0.\n size - The number of bytes to bind.\n nameID - The shader property ID of the constant buffer to override.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { "name": "value", "typeName": "UnityEngine.ComputeBuffer" }, + { "name": "offset", "typeName": "int" }, + { "name": "size", "typeName": "int" } + ], + "isStatic": false, + "name": "SetConstantBuffer", + "comment": "Sets a ComputeBuffer or GraphicsBuffer as a named constant buffer for the MaterialPropertyBlock.\n\n```plaintext\nParams: name - The name of the constant buffer to override.\n value - The buffer to override the constant buffer values with.\n offset - Offset in bytes from the beginning of the buffer to bind. Must be a multiple of SystemInfo.constantBufferOffsetAlignment, or 0 if that value is 0.\n size - The number of bytes to bind.\n nameID - The shader property ID of the constant buffer to override.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "value", "typeName": "UnityEngine.GraphicsBuffer" }, + { "name": "offset", "typeName": "int" }, + { "name": "size", "typeName": "int" } + ], + "isStatic": false, + "name": "SetConstantBuffer", + "comment": "Sets a ComputeBuffer or GraphicsBuffer as a named constant buffer for the MaterialPropertyBlock.\n\n```plaintext\nParams: name - The name of the constant buffer to override.\n value - The buffer to override the constant buffer values with.\n offset - Offset in bytes from the beginning of the buffer to bind. Must be a multiple of SystemInfo.constantBufferOffsetAlignment, or 0 if that value is 0.\n size - The number of bytes to bind.\n nameID - The shader property ID of the constant buffer to override.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { "name": "value", "typeName": "UnityEngine.GraphicsBuffer" }, + { "name": "offset", "typeName": "int" }, + { "name": "size", "typeName": "int" } + ], + "isStatic": false, + "name": "SetConstantBuffer", + "comment": "Sets a ComputeBuffer or GraphicsBuffer as a named constant buffer for the MaterialPropertyBlock.\n\n```plaintext\nParams: name - The name of the constant buffer to override.\n value - The buffer to override the constant buffer values with.\n offset - Offset in bytes from the beginning of the buffer to bind. Must be a multiple of SystemInfo.constantBufferOffsetAlignment, or 0 if that value is 0.\n size - The number of bytes to bind.\n nameID - The shader property ID of the constant buffer to override.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { + "name": "values", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "SetFloatArray", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { + "name": "values", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "SetFloatArray", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "values", "typeName": "float[]" } + ], + "isStatic": false, + "name": "SetFloatArray", + "comment": "Set a float array property.\n\n```plaintext\nParams: name - The name of the property.\n nameID - The name ID of the property retrieved by Shader.PropertyToID.\n values - The array to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { "name": "values", "typeName": "float[]" } + ], + "isStatic": false, + "name": "SetFloatArray", + "comment": "Set a float array property.\n\n```plaintext\nParams: name - The name of the property.\n nameID - The name ID of the property retrieved by Shader.PropertyToID.\n values - The array to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { + "name": "values", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "SetVectorArray", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { + "name": "values", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "SetVectorArray", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "values", "typeName": "UnityEngine.Vector4[]" } + ], + "isStatic": false, + "name": "SetVectorArray", + "comment": "Set a vector array property.\n\n```plaintext\nParams: nameID - The name of the property.\n values - The name ID of the property retrieved by Shader.PropertyToID.\n name - The array to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { "name": "values", "typeName": "UnityEngine.Vector4[]" } + ], + "isStatic": false, + "name": "SetVectorArray", + "comment": "Set a vector array property.\n\n```plaintext\nParams: nameID - The name of the property.\n values - The name ID of the property retrieved by Shader.PropertyToID.\n name - The array to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { + "name": "values", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "SetMatrixArray", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { + "name": "values", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "SetMatrixArray", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "values", "typeName": "UnityEngine.Matrix4x4[]" } + ], + "isStatic": false, + "name": "SetMatrixArray", + "comment": "Set a matrix array property.\n\n```plaintext\nParams: name - The name of the property.\n values - The name ID of the property retrieved by Shader.PropertyToID.\n nameID - The array to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { "name": "values", "typeName": "UnityEngine.Matrix4x4[]" } + ], + "isStatic": false, + "name": "SetMatrixArray", + "comment": "Set a matrix array property.\n\n```plaintext\nParams: name - The name of the property.\n values - The name ID of the property retrieved by Shader.PropertyToID.\n nameID - The array to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "GetFloat", + "comment": "Get a float from the property block.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "nameID", "typeName": "int" }], + "isStatic": false, + "name": "GetFloat", + "comment": "Get a float from the property block.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "GetInt", + "comment": "Get an int from the property block.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "nameID", "typeName": "int" }], + "isStatic": false, + "name": "GetInt", + "comment": "Get an int from the property block.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector4", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "GetVector", + "comment": "Get a vector from the property block.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector4", + "params": [{ "name": "nameID", "typeName": "int" }], + "isStatic": false, + "name": "GetVector", + "comment": "Get a vector from the property block.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Color", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "GetColor", + "comment": "Get a color from the property block.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Color", + "params": [{ "name": "nameID", "typeName": "int" }], + "isStatic": false, + "name": "GetColor", + "comment": "Get a color from the property block.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Matrix4x4", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "GetMatrix", + "comment": "Get a matrix from the property block.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Matrix4x4", + "params": [{ "name": "nameID", "typeName": "int" }], + "isStatic": false, + "name": "GetMatrix", + "comment": "Get a matrix from the property block.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Texture", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "GetTexture", + "comment": "Get a texture from the property block.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Texture", + "params": [{ "name": "nameID", "typeName": "int" }], + "isStatic": false, + "name": "GetTexture", + "comment": "Get a texture from the property block.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "GetFloatArray", + "comment": "Get a float array from the property block.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "nameID", "typeName": "int" }], + "isStatic": false, + "name": "GetFloatArray", + "comment": "Get a float array from the property block.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "GetVectorArray", + "comment": "Get a vector array from the property block.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "nameID", "typeName": "int" }], + "isStatic": false, + "name": "GetVectorArray", + "comment": "Get a vector array from the property block.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "GetMatrixArray", + "comment": "Get a matrix array from the property block.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "nameID", "typeName": "int" }], + "isStatic": false, + "name": "GetMatrixArray", + "comment": "Get a matrix array from the property block.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { + "name": "values", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "GetFloatArray", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { + "name": "values", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "GetFloatArray", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { + "name": "values", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "GetVectorArray", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { + "name": "values", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "GetVectorArray", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { + "name": "values", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "GetMatrixArray", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { + "name": "values", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "GetMatrixArray", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "lightProbes", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "CopySHCoefficientArraysFrom", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "lightProbes", + "typeName": "UnityEngine.Rendering.SphericalHarmonicsL2[]" + } + ], + "isStatic": false, + "name": "CopySHCoefficientArraysFrom", + "comment": "This function converts and copies the entire source array into 7 Vector4 property arrays named unity_SHAr, unity_SHAg, unity_SHAb, unity_SHBr, unity_SHBg, unity_SHBb and unity_SHC for use with instanced rendering.\n\n```plaintext\nParams: lightProbes - The array of SH values to copy from.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "lightProbes", + "typeName": "System.Collections.Generic.List" + }, + { "name": "sourceStart", "typeName": "int" }, + { "name": "destStart", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "CopySHCoefficientArraysFrom", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "lightProbes", + "typeName": "UnityEngine.Rendering.SphericalHarmonicsL2[]" + }, + { "name": "sourceStart", "typeName": "int" }, + { "name": "destStart", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "CopySHCoefficientArraysFrom", + "comment": "This function converts and copies the source array into 7 Vector4 property arrays named unity_SHAr, unity_SHAg, unity_SHAb, unity_SHBr, unity_SHBg, unity_SHBb and unity_SHC with the specified source and destination range for use with instanced rendering.\n\n```plaintext\nParams: lightProbes - The array of SH values to copy from.\n sourceStart - The index of the first element in the source array to copy from.\n destStart - The index of the first element in the destination MaterialPropertyBlock array to copy to.\n count - The number of elements to copy.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "occlusionProbes", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "CopyProbeOcclusionArrayFrom", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "occlusionProbes", "typeName": "UnityEngine.Vector4[]" } + ], + "isStatic": false, + "name": "CopyProbeOcclusionArrayFrom", + "comment": "This function copies the entire source array into a Vector4 property array named unity_ProbesOcclusion for use with instanced rendering.\n\n```plaintext\nParams: occlusionProbes - The array of probe occlusion values to copy from.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "occlusionProbes", + "typeName": "System.Collections.Generic.List" + }, + { "name": "sourceStart", "typeName": "int" }, + { "name": "destStart", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyProbeOcclusionArrayFrom", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "occlusionProbes", "typeName": "UnityEngine.Vector4[]" }, + { "name": "sourceStart", "typeName": "int" }, + { "name": "destStart", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyProbeOcclusionArrayFrom", + "comment": "This function copies the source array into a Vector4 property array named unity_ProbesOcclusion with the specified source and destination range for use with instanced rendering.\n\n```plaintext\nParams: occlusionProbes - The array of probe occlusion values to copy from.\n sourceStart - The index of the first element in the source array to copy from.\n destStart - The index of the first element in the destination MaterialPropertyBlock array to copy to.\n count - The number of elements to copy.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "MaterialPropertyBlock", + "comment": "A block of material values to apply.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.LightType", + "name": "Spot", + "comment": "The light is a spot light.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.LightType", + "name": "Directional", + "comment": "The light is a directional light.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.LightType", + "name": "Point", + "comment": "The light is a point light.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.LightType", + "name": "Area", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.LightType", + "name": "Rectangle", + "comment": "The light is a rectangle shaped area light. It affects only baked lightmaps and lightprobes.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.LightType", + "name": "Disc", + "comment": "The light is a disc shaped area light. It affects only baked lightmaps and lightprobes.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.LightType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "LightType", + "comment": "The type of a Light.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.Object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "float", + "name": "ambientSkyboxAmount", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "fog", + "comment": "Is fog enabled?\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "fogStartDistance", + "comment": "The starting distance of linear fog.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "fogEndDistance", + "comment": "The ending distance of linear fog.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.FogMode", + "name": "fogMode", + "comment": "Fog mode to use.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Color", + "name": "fogColor", + "comment": "The color of the fog.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "fogDensity", + "comment": "The density of the exponential fog.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.AmbientMode", + "name": "ambientMode", + "comment": "Ambient lighting mode.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Color", + "name": "ambientSkyColor", + "comment": "Ambient lighting coming from above.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Color", + "name": "ambientEquatorColor", + "comment": "Ambient lighting coming from the sides.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Color", + "name": "ambientGroundColor", + "comment": "Ambient lighting coming from below.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "ambientIntensity", + "comment": "How much the light from the Ambient Source affects the Scene.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Color", + "name": "ambientLight", + "comment": "Flat ambient lighting color.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Color", + "name": "subtractiveShadowColor", + "comment": "The color used for the sun shadows in the Subtractive lightmode.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Material", + "name": "skybox", + "comment": "The global skybox to use.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Light", + "name": "sun", + "comment": "The light used by the procedural skybox.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.SphericalHarmonicsL2", + "name": "ambientProbe", + "comment": "Custom or skybox ambient lighting data.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Cubemap", + "name": "customReflection", + "comment": "Custom specular reflection cubemap.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "reflectionIntensity", + "comment": "How much the skybox / custom cubemap reflection affects the Scene.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "reflectionBounces", + "comment": "The number of times a reflection includes other reflections.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.DefaultReflectionMode", + "name": "defaultReflectionMode", + "comment": "Default reflection mode.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "defaultReflectionResolution", + "comment": "Cubemap resolution for default reflection.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "haloStrength", + "comment": "Size of the Light halos.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "flareStrength", + "comment": "The intensity of all flares in the Scene.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "flareFadeSpeed", + "comment": "The fade speed of all flares in the Scene.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [], + "name": "RenderSettings", + "comment": "The Render Settings contain values for a range of visual elements in your Scene, like fog and ambient light.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.LightShape", + "name": "Cone", + "comment": "The shape of the spot light resembles a cone. This is the default shape for spot lights.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.LightShape", + "name": "Pyramid", + "comment": "The shape of the spotlight resembles a pyramid or frustum. You can use this to simulate a screening or barn door effect on a normal spotlight.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.LightShape", + "name": "Box", + "comment": "The shape of the spot light resembles a box oriented along the ray direction.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.LightShape", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "LightShape", + "comment": "Describes the shape of a spot light.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.Object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Shader", + "name": "shader", + "comment": "The shader used by the material.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Color", + "name": "color", + "comment": "The main color of the Material.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Texture", + "name": "mainTexture", + "comment": "The main texture.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "mainTextureOffset", + "comment": "The offset of the main texture.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "mainTextureScale", + "comment": "The scale of the main texture.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "renderQueue", + "comment": "Render queue of this material.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.MaterialGlobalIlluminationFlags", + "name": "globalIlluminationFlags", + "comment": "Defines how the material should interact with lightmaps and lightprobes.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "doubleSidedGI", + "comment": "Gets and sets whether the Double Sided Global Illumination setting is enabled for this material.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "enableInstancing", + "comment": "Gets and sets whether GPU instancing is enabled for this material.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "passCount", + "comment": "How many passes are in this material (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "string[]", + "name": "shaderKeywords", + "comment": "An array containing the names of the local shader keywords that are currently enabled for this material.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Material", + "params": [{ "name": "scriptContents", "typeName": "string" }], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "shader", "typeName": "UnityEngine.Shader" }], + "isStatic": false, + "name": ".ctor", + "comment": "Create a temporary Material.\n\n```plaintext\nParams: shader - Create a material with a given Shader.\n source - Create a material by copying all properties from another material.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "source", "typeName": "UnityEngine.Material" }], + "isStatic": false, + "name": ".ctor", + "comment": "Create a temporary Material.\n\n```plaintext\nParams: shader - Create a material with a given Shader.\n source - Create a material by copying all properties from another material.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "contents", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "nameID", "typeName": "int" }], + "isStatic": false, + "name": "HasProperty", + "comment": "Checks if material's shader has a property of a given name.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "HasProperty", + "comment": "Checks if material's shader has a property of a given name.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "keyword", "typeName": "string" }], + "isStatic": false, + "name": "EnableKeyword", + "comment": "Enables a local shader keyword for this material.\n\n```plaintext\nParams: keyword - The name of the local shader keyword to enable.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "keyword", "typeName": "string" }], + "isStatic": false, + "name": "DisableKeyword", + "comment": "Disables a local shader keyword for this material.\n\n```plaintext\nParams: keyword - The name of the local shader keyword to disable.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "keyword", "typeName": "string" }], + "isStatic": false, + "name": "IsKeywordEnabled", + "comment": "Returns true if the given local shader keyword is enabled for this material. Otherwise, returns false.\n\n```plaintext\nParams: keyword - The name of the local shader keyword to check.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "passName", "typeName": "string" }, + { "name": "enabled", "typeName": "bool" } + ], + "isStatic": false, + "name": "SetShaderPassEnabled", + "comment": "Enables or disables a Shader pass on a per-Material level.\n\n```plaintext\nParams: passName - Shader pass name (case insensitive).\n enabled - Flag indicating whether this Shader pass should be enabled.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "passName", "typeName": "string" }], + "isStatic": false, + "name": "GetShaderPassEnabled", + "comment": "True if the Shader pass is enabled.\n\n```plaintext\nParams: passName - Shader pass name (case insensitive).\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "pass", "typeName": "int" }], + "isStatic": false, + "name": "GetPassName", + "comment": "Returns the name of the shader pass at index pass.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "passName", "typeName": "string" }], + "isStatic": false, + "name": "FindPass", + "comment": "Returns the index of the pass passName.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "tag", "typeName": "string" }, + { "name": "val", "typeName": "string" } + ], + "isStatic": false, + "name": "SetOverrideTag", + "comment": "Sets an override tag/value on the material.\n\n```plaintext\nParams: tag - Name of the tag to set.\n val - Name of the value to set. Empty string to clear the override flag.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "tag", "typeName": "string" }, + { "name": "searchFallbacks", "typeName": "bool" }, + { "name": "defaultValue", "typeName": "string" } + ], + "isStatic": false, + "name": "GetTag", + "comment": "Get the value of material's shader tag.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "tag", "typeName": "string" }, + { "name": "searchFallbacks", "typeName": "bool" } + ], + "isStatic": false, + "name": "GetTag", + "comment": "Get the value of material's shader tag.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "start", "typeName": "UnityEngine.Material" }, + { "name": "end", "typeName": "UnityEngine.Material" }, + { "name": "t", "typeName": "float" } + ], + "isStatic": false, + "name": "Lerp", + "comment": "Interpolate properties between two materials.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "pass", "typeName": "int" }], + "isStatic": false, + "name": "SetPass", + "comment": "If false is returned, no rendering should be done.\n\n```plaintext\nParams: pass - Shader pass number to setup.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "mat", "typeName": "UnityEngine.Material" }], + "isStatic": false, + "name": "CopyPropertiesFromMaterial", + "comment": "Copy properties from other material into this material.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "ComputeCRC", + "comment": "Computes a CRC hash value from the content of the material.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetTexturePropertyNames", + "comment": "Names of all texture properties exposed on this material.\n\n```plaintext\nParams: outNames - Names of all texture properties exposed on this material.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetTexturePropertyNameIDs", + "comment": "IDs of all texture properties exposed on this material.\n\n```plaintext\nParams: outNames - IDs of all texture properties exposed on this material.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "outNames", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "GetTexturePropertyNames", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "outNames", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "GetTexturePropertyNameIDs", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "value", "typeName": "float" } + ], + "isStatic": false, + "name": "SetFloat", + "comment": "Sets a named float value.\n\n```plaintext\nParams: nameID - Property name ID, use Shader.PropertyToID to get it.\n value - Float value to set.\n name - Property name, e.g. \"_Glossiness\".\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { "name": "value", "typeName": "float" } + ], + "isStatic": false, + "name": "SetFloat", + "comment": "Sets a named float value.\n\n```plaintext\nParams: nameID - Property name ID, use Shader.PropertyToID to get it.\n value - Float value to set.\n name - Property name, e.g. \"_Glossiness\".\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "value", "typeName": "int" } + ], + "isStatic": false, + "name": "SetInt", + "comment": "Sets a named integer value.\n\n```plaintext\nParams: nameID - Property name ID, use Shader.PropertyToID to get it.\n value - Integer value to set.\n name - Property name, e.g. \"_SrcBlend\".\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { "name": "value", "typeName": "int" } + ], + "isStatic": false, + "name": "SetInt", + "comment": "Sets a named integer value.\n\n```plaintext\nParams: nameID - Property name ID, use Shader.PropertyToID to get it.\n value - Integer value to set.\n name - Property name, e.g. \"_SrcBlend\".\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "value", "typeName": "UnityEngine.Color" } + ], + "isStatic": false, + "name": "SetColor", + "comment": "Sets a named color value.\n\n```plaintext\nParams: nameID - Property name ID, use Shader.PropertyToID to get it.\n name - Property name, e.g. \"_Color\".\n value - Color value to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { "name": "value", "typeName": "UnityEngine.Color" } + ], + "isStatic": false, + "name": "SetColor", + "comment": "Sets a named color value.\n\n```plaintext\nParams: nameID - Property name ID, use Shader.PropertyToID to get it.\n name - Property name, e.g. \"_Color\".\n value - Color value to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "value", "typeName": "UnityEngine.Vector4" } + ], + "isStatic": false, + "name": "SetVector", + "comment": "Sets a named vector value.\n\n```plaintext\nParams: nameID - Property name ID, use Shader.PropertyToID to get it.\n name - Property name, e.g. \"_WaveAndDistance\".\n value - Vector value to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { "name": "value", "typeName": "UnityEngine.Vector4" } + ], + "isStatic": false, + "name": "SetVector", + "comment": "Sets a named vector value.\n\n```plaintext\nParams: nameID - Property name ID, use Shader.PropertyToID to get it.\n name - Property name, e.g. \"_WaveAndDistance\".\n value - Vector value to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "value", "typeName": "UnityEngine.Matrix4x4" } + ], + "isStatic": false, + "name": "SetMatrix", + "comment": "Sets a named matrix for the shader.\n\n```plaintext\nParams: nameID - Property name ID, use Shader.PropertyToID to get it.\n name - Property name, e.g. \"_CubemapRotation\".\n value - Matrix value to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { "name": "value", "typeName": "UnityEngine.Matrix4x4" } + ], + "isStatic": false, + "name": "SetMatrix", + "comment": "Sets a named matrix for the shader.\n\n```plaintext\nParams: nameID - Property name ID, use Shader.PropertyToID to get it.\n name - Property name, e.g. \"_CubemapRotation\".\n value - Matrix value to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "value", "typeName": "UnityEngine.Texture" } + ], + "isStatic": false, + "name": "SetTexture", + "comment": "Sets a named texture.\n\n```plaintext\nParams: nameID - Property name ID, use Shader.PropertyToID to get it.\n name - Property name, e.g. \"_MainTex\".\n value - Texture to set.\n element - Optional parameter that specifies the type of data to set from the RenderTexture.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { "name": "value", "typeName": "UnityEngine.Texture" } + ], + "isStatic": false, + "name": "SetTexture", + "comment": "Sets a named texture.\n\n```plaintext\nParams: nameID - Property name ID, use Shader.PropertyToID to get it.\n name - Property name, e.g. \"_MainTex\".\n value - Texture to set.\n element - Optional parameter that specifies the type of data to set from the RenderTexture.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "value", "typeName": "UnityEngine.RenderTexture" }, + { + "name": "element", + "typeName": "UnityEngine.Rendering.RenderTextureSubElement" + } + ], + "isStatic": false, + "name": "SetTexture", + "comment": "Sets a named texture.\n\n```plaintext\nParams: nameID - Property name ID, use Shader.PropertyToID to get it.\n name - Property name, e.g. \"_MainTex\".\n value - Texture to set.\n element - Optional parameter that specifies the type of data to set from the RenderTexture.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { "name": "value", "typeName": "UnityEngine.RenderTexture" }, + { + "name": "element", + "typeName": "UnityEngine.Rendering.RenderTextureSubElement" + } + ], + "isStatic": false, + "name": "SetTexture", + "comment": "Sets a named texture.\n\n```plaintext\nParams: nameID - Property name ID, use Shader.PropertyToID to get it.\n name - Property name, e.g. \"_MainTex\".\n value - Texture to set.\n element - Optional parameter that specifies the type of data to set from the RenderTexture.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "value", "typeName": "UnityEngine.ComputeBuffer" } + ], + "isStatic": false, + "name": "SetBuffer", + "comment": "Sets a named buffer value.\n\n```plaintext\nParams: nameID - Property name ID, use Shader.PropertyToID to get it.\n name - Property name.\n value - The ComputeBuffer or GraphicsBuffer value to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { "name": "value", "typeName": "UnityEngine.ComputeBuffer" } + ], + "isStatic": false, + "name": "SetBuffer", + "comment": "Sets a named buffer value.\n\n```plaintext\nParams: nameID - Property name ID, use Shader.PropertyToID to get it.\n name - Property name.\n value - The ComputeBuffer or GraphicsBuffer value to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "value", "typeName": "UnityEngine.GraphicsBuffer" } + ], + "isStatic": false, + "name": "SetBuffer", + "comment": "Sets a named buffer value.\n\n```plaintext\nParams: nameID - Property name ID, use Shader.PropertyToID to get it.\n name - Property name.\n value - The ComputeBuffer or GraphicsBuffer value to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { "name": "value", "typeName": "UnityEngine.GraphicsBuffer" } + ], + "isStatic": false, + "name": "SetBuffer", + "comment": "Sets a named buffer value.\n\n```plaintext\nParams: nameID - Property name ID, use Shader.PropertyToID to get it.\n name - Property name.\n value - The ComputeBuffer or GraphicsBuffer value to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "value", "typeName": "UnityEngine.ComputeBuffer" }, + { "name": "offset", "typeName": "int" }, + { "name": "size", "typeName": "int" } + ], + "isStatic": false, + "name": "SetConstantBuffer", + "comment": "Sets a ComputeBuffer or GraphicsBuffer as a named constant buffer for the material.\n\n```plaintext\nParams: name - The name of the constant buffer to override.\n value - The ComputeBuffer to override the constant buffer values with, or null to remove binding.\n offset - Offset in bytes from the beginning of the buffer to bind. Must be a multiple of SystemInfo.constantBufferOffsetAlignment, or 0 if that value is 0.\n size - The number of bytes to bind.\n nameID - The shader property ID of the constant buffer to override.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { "name": "value", "typeName": "UnityEngine.ComputeBuffer" }, + { "name": "offset", "typeName": "int" }, + { "name": "size", "typeName": "int" } + ], + "isStatic": false, + "name": "SetConstantBuffer", + "comment": "Sets a ComputeBuffer or GraphicsBuffer as a named constant buffer for the material.\n\n```plaintext\nParams: name - The name of the constant buffer to override.\n value - The ComputeBuffer to override the constant buffer values with, or null to remove binding.\n offset - Offset in bytes from the beginning of the buffer to bind. Must be a multiple of SystemInfo.constantBufferOffsetAlignment, or 0 if that value is 0.\n size - The number of bytes to bind.\n nameID - The shader property ID of the constant buffer to override.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "value", "typeName": "UnityEngine.GraphicsBuffer" }, + { "name": "offset", "typeName": "int" }, + { "name": "size", "typeName": "int" } + ], + "isStatic": false, + "name": "SetConstantBuffer", + "comment": "Sets a ComputeBuffer or GraphicsBuffer as a named constant buffer for the material.\n\n```plaintext\nParams: name - The name of the constant buffer to override.\n value - The ComputeBuffer to override the constant buffer values with, or null to remove binding.\n offset - Offset in bytes from the beginning of the buffer to bind. Must be a multiple of SystemInfo.constantBufferOffsetAlignment, or 0 if that value is 0.\n size - The number of bytes to bind.\n nameID - The shader property ID of the constant buffer to override.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { "name": "value", "typeName": "UnityEngine.GraphicsBuffer" }, + { "name": "offset", "typeName": "int" }, + { "name": "size", "typeName": "int" } + ], + "isStatic": false, + "name": "SetConstantBuffer", + "comment": "Sets a ComputeBuffer or GraphicsBuffer as a named constant buffer for the material.\n\n```plaintext\nParams: name - The name of the constant buffer to override.\n value - The ComputeBuffer to override the constant buffer values with, or null to remove binding.\n offset - Offset in bytes from the beginning of the buffer to bind. Must be a multiple of SystemInfo.constantBufferOffsetAlignment, or 0 if that value is 0.\n size - The number of bytes to bind.\n nameID - The shader property ID of the constant buffer to override.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { + "name": "values", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "SetFloatArray", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { + "name": "values", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "SetFloatArray", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "values", "typeName": "float[]" } + ], + "isStatic": false, + "name": "SetFloatArray", + "comment": "Sets a float array property.\n\n```plaintext\nParams: name - Property name.\n nameID - Property name ID. Use Shader.PropertyToID to get this ID.\n values - Array of values to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { "name": "values", "typeName": "float[]" } + ], + "isStatic": false, + "name": "SetFloatArray", + "comment": "Sets a float array property.\n\n```plaintext\nParams: name - Property name.\n nameID - Property name ID. Use Shader.PropertyToID to get this ID.\n values - Array of values to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { + "name": "values", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "SetColorArray", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { + "name": "values", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "SetColorArray", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "values", "typeName": "UnityEngine.Color[]" } + ], + "isStatic": false, + "name": "SetColorArray", + "comment": "Sets a color array property.\n\n```plaintext\nParams: name - Property name.\n nameID - Property name ID, use Shader.PropertyToID to get it.\n values - Array of values to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { "name": "values", "typeName": "UnityEngine.Color[]" } + ], + "isStatic": false, + "name": "SetColorArray", + "comment": "Sets a color array property.\n\n```plaintext\nParams: name - Property name.\n nameID - Property name ID, use Shader.PropertyToID to get it.\n values - Array of values to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { + "name": "values", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "SetVectorArray", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { + "name": "values", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "SetVectorArray", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "values", "typeName": "UnityEngine.Vector4[]" } + ], + "isStatic": false, + "name": "SetVectorArray", + "comment": "Sets a vector array property.\n\n```plaintext\nParams: name - Property name.\n values - Array of values to set.\n nameID - Property name ID, use Shader.PropertyToID to get it.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { "name": "values", "typeName": "UnityEngine.Vector4[]" } + ], + "isStatic": false, + "name": "SetVectorArray", + "comment": "Sets a vector array property.\n\n```plaintext\nParams: name - Property name.\n values - Array of values to set.\n nameID - Property name ID, use Shader.PropertyToID to get it.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { + "name": "values", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "SetMatrixArray", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { + "name": "values", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "SetMatrixArray", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "values", "typeName": "UnityEngine.Matrix4x4[]" } + ], + "isStatic": false, + "name": "SetMatrixArray", + "comment": "Sets a matrix array property.\n\n```plaintext\nParams: name - Property name.\n values - Array of values to set.\n nameID - Property name ID, use Shader.PropertyToID to get it.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { "name": "values", "typeName": "UnityEngine.Matrix4x4[]" } + ], + "isStatic": false, + "name": "SetMatrixArray", + "comment": "Sets a matrix array property.\n\n```plaintext\nParams: name - Property name.\n values - Array of values to set.\n nameID - Property name ID, use Shader.PropertyToID to get it.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "GetFloat", + "comment": "Get a named float value.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "nameID", "typeName": "int" }], + "isStatic": false, + "name": "GetFloat", + "comment": "Get a named float value.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "GetInt", + "comment": "Get a named integer value.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "nameID", "typeName": "int" }], + "isStatic": false, + "name": "GetInt", + "comment": "Get a named integer value.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Color", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "GetColor", + "comment": "Get a named color value.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Color", + "params": [{ "name": "nameID", "typeName": "int" }], + "isStatic": false, + "name": "GetColor", + "comment": "Get a named color value.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector4", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "GetVector", + "comment": "Get a named vector value.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector4", + "params": [{ "name": "nameID", "typeName": "int" }], + "isStatic": false, + "name": "GetVector", + "comment": "Get a named vector value.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Matrix4x4", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "GetMatrix", + "comment": "Get a named matrix value from the shader.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Matrix4x4", + "params": [{ "name": "nameID", "typeName": "int" }], + "isStatic": false, + "name": "GetMatrix", + "comment": "Get a named matrix value from the shader.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Texture", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "GetTexture", + "comment": "Get a named texture.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Texture", + "params": [{ "name": "nameID", "typeName": "int" }], + "isStatic": false, + "name": "GetTexture", + "comment": "Get a named texture.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "GetFloatArray", + "comment": "Get a named float array.\n\n```plaintext\nParams: name - The name of the property.\n nameID - The name ID of the property retrieved by Shader.PropertyToID.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "nameID", "typeName": "int" }], + "isStatic": false, + "name": "GetFloatArray", + "comment": "Get a named float array.\n\n```plaintext\nParams: name - The name of the property.\n nameID - The name ID of the property retrieved by Shader.PropertyToID.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "GetColorArray", + "comment": "Get a named color array.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "nameID", "typeName": "int" }], + "isStatic": false, + "name": "GetColorArray", + "comment": "Get a named color array.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "GetVectorArray", + "comment": "Get a named vector array.\n\n```plaintext\nParams: name - The name of the property.\n nameID - The name ID of the property retrieved by Shader.PropertyToID.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "nameID", "typeName": "int" }], + "isStatic": false, + "name": "GetVectorArray", + "comment": "Get a named vector array.\n\n```plaintext\nParams: name - The name of the property.\n nameID - The name ID of the property retrieved by Shader.PropertyToID.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "GetMatrixArray", + "comment": "Get a named matrix array.\n\n```plaintext\nParams: name - The name of the property.\n nameID - The name ID of the property retrieved by Shader.PropertyToID.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "nameID", "typeName": "int" }], + "isStatic": false, + "name": "GetMatrixArray", + "comment": "Get a named matrix array.\n\n```plaintext\nParams: name - The name of the property.\n nameID - The name ID of the property retrieved by Shader.PropertyToID.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { + "name": "values", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "GetFloatArray", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { + "name": "values", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "GetFloatArray", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { + "name": "values", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "GetColorArray", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { + "name": "values", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "GetColorArray", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { + "name": "values", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "GetVectorArray", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { + "name": "values", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "GetVectorArray", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { + "name": "values", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "GetMatrixArray", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { + "name": "values", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "GetMatrixArray", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "value", "typeName": "UnityEngine.Vector2" } + ], + "isStatic": false, + "name": "SetTextureOffset", + "comment": "Sets the placement offset of texture propertyName.\n\n```plaintext\nParams: nameID - Property name ID, use Shader.PropertyToID to get it.\n name - Property name, for example: \"_MainTex\".\n value - Texture placement offset.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { "name": "value", "typeName": "UnityEngine.Vector2" } + ], + "isStatic": false, + "name": "SetTextureOffset", + "comment": "Sets the placement offset of texture propertyName.\n\n```plaintext\nParams: nameID - Property name ID, use Shader.PropertyToID to get it.\n name - Property name, for example: \"_MainTex\".\n value - Texture placement offset.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "value", "typeName": "UnityEngine.Vector2" } + ], + "isStatic": false, + "name": "SetTextureScale", + "comment": "Sets the placement scale of texture propertyName.\n\n```plaintext\nParams: nameID - Property name ID, use Shader.PropertyToID to get it.\n name - Property name, e.g. \"_MainTex\".\n value - Texture placement scale.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { "name": "value", "typeName": "UnityEngine.Vector2" } + ], + "isStatic": false, + "name": "SetTextureScale", + "comment": "Sets the placement scale of texture propertyName.\n\n```plaintext\nParams: nameID - Property name ID, use Shader.PropertyToID to get it.\n name - Property name, e.g. \"_MainTex\".\n value - Texture placement scale.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector2", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "GetTextureOffset", + "comment": "Gets the placement offset of texture propertyName.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector2", + "params": [{ "name": "nameID", "typeName": "int" }], + "isStatic": false, + "name": "GetTextureOffset", + "comment": "Gets the placement offset of texture propertyName.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector2", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "GetTextureScale", + "comment": "Gets the placement scale of texture propertyName.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector2", + "params": [{ "name": "nameID", "typeName": "int" }], + "isStatic": false, + "name": "GetTextureScale", + "comment": "Gets the placement scale of texture propertyName.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "Material", + "comment": "The material class.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.LightRenderMode", + "name": "Auto", + "comment": "Automatically choose the render mode.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.LightRenderMode", + "name": "ForcePixel", + "comment": "Force the Light to be a pixel light.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.LightRenderMode", + "name": "ForceVertex", + "comment": "Force the Light to be a vertex light.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.LightRenderMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "LightRenderMode", + "comment": "How the Light is rendered.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "object", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "int", + "name": "count", + "comment": "Number of elements in the buffer (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "stride", + "comment": "Size of one element in the buffer (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "target", + "typeName": "UnityEngine.GraphicsBuffer.Target" + }, + { "name": "count", "typeName": "int" }, + { "name": "stride", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Release", + "comment": "Release a Graphics Buffer.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "IsValid", + "comment": "Returns true if this graphics buffer is valid, or false otherwise.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "data", "typeName": "System.Array" }], + "isStatic": false, + "name": "SetData", + "comment": "Set the buffer with values from an array.\n\n```plaintext\nParams: data - Array of values to fill the buffer.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "data", "typeName": "System.Collections.Generic.List" } + ], + "isStatic": false, + "name": "SetData", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "data", "typeName": "Unity.Collections.NativeArray" } + ], + "isStatic": false, + "name": "SetData", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "data", "typeName": "System.Array" }, + { "name": "managedBufferStartIndex", "typeName": "int" }, + { "name": "graphicsBufferStartIndex", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "SetData", + "comment": "Partial copy of data values from an array into the buffer.\n\n```plaintext\nParams: data - Array of values to fill the buffer.\n managedBufferStartIndex - The first element index in data to copy to the graphics buffer.\n count - The number of elements to copy.\n graphicsBufferStartIndex - The first element index in the graphics buffer to receive the data.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "data", + "typeName": "System.Collections.Generic.List" + }, + { "name": "managedBufferStartIndex", "typeName": "int" }, + { "name": "graphicsBufferStartIndex", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "SetData", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "data", "typeName": "Unity.Collections.NativeArray" }, + { "name": "nativeBufferStartIndex", "typeName": "int" }, + { "name": "graphicsBufferStartIndex", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "SetData", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "data", "typeName": "System.Array" }], + "isStatic": false, + "name": "GetData", + "comment": "Read data values from the buffer into an array. The array can only use blittable types.\n\n```plaintext\nParams: data - An array to receive the data.\n managedBufferStartIndex - The first element index in data where retrieved elements are copied.\n computeBufferStartIndex - The first element index of the buffer from which elements are read.\n count - The number of elements to retrieve.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "data", "typeName": "System.Array" }, + { "name": "managedBufferStartIndex", "typeName": "int" }, + { "name": "computeBufferStartIndex", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "GetData", + "comment": "Read data values from the buffer into an array. The array can only use blittable types.\n\n```plaintext\nParams: data - An array to receive the data.\n managedBufferStartIndex - The first element index in data where retrieved elements are copied.\n computeBufferStartIndex - The first element index of the buffer from which elements are read.\n count - The number of elements to retrieve.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [], + "isStatic": false, + "name": "GetNativeBufferPtr", + "comment": "Pointer to the underlying graphics API buffer.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "counterValue", "typeName": "uint" }], + "isStatic": false, + "name": "SetCounterValue", + "comment": "Sets counter value of append/consume buffer.\n\n```plaintext\nParams: counterValue - Value of the append/consume counter.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "src", "typeName": "UnityEngine.ComputeBuffer" }, + { "name": "dst", "typeName": "UnityEngine.ComputeBuffer" }, + { "name": "dstOffsetBytes", "typeName": "int" } + ], + "isStatic": true, + "name": "CopyCount", + "comment": "Copy counter value of append/consume buffer into another buffer.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "src", "typeName": "UnityEngine.GraphicsBuffer" }, + { "name": "dst", "typeName": "UnityEngine.ComputeBuffer" }, + { "name": "dstOffsetBytes", "typeName": "int" } + ], + "isStatic": true, + "name": "CopyCount", + "comment": "Copy counter value of append/consume buffer into another buffer.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "src", "typeName": "UnityEngine.ComputeBuffer" }, + { "name": "dst", "typeName": "UnityEngine.GraphicsBuffer" }, + { "name": "dstOffsetBytes", "typeName": "int" } + ], + "isStatic": true, + "name": "CopyCount", + "comment": "Copy counter value of append/consume buffer into another buffer.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "src", "typeName": "UnityEngine.GraphicsBuffer" }, + { "name": "dst", "typeName": "UnityEngine.GraphicsBuffer" }, + { "name": "dstOffsetBytes", "typeName": "int" } + ], + "isStatic": true, + "name": "CopyCount", + "comment": "Copy counter value of append/consume buffer into another buffer.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "GraphicsBuffer", + "comment": "GPU graphics data buffer, for working with data such as vertex and index buffers.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.LightShadows", + "name": "None", + "comment": "Do not cast shadows (default).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.LightShadows", + "name": "Hard", + "comment": "Cast \"hard\" shadows (with no shadow filtering).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.LightShadows", + "name": "Soft", + "comment": "Cast \"soft\" shadows (with 4x PCF filtering).\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.LightShadows", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "LightShadows", + "comment": "Shadow casting options for a Light.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.FogMode", + "name": "Linear", + "comment": "Linear fog.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.FogMode", + "name": "Exponential", + "comment": "Exponential fog.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.FogMode", + "name": "ExponentialSquared", + "comment": "Exponential squared fog (default).\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.FogMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "FogMode", + "comment": "Fog mode to use.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.LightmapBakeType", + "name": "Realtime", + "comment": "Realtime lights cast run time light and shadows. They can change position, orientation, color, brightness, and many other properties at run time. No lighting gets baked into lightmaps or light probes..\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.LightmapBakeType", + "name": "Baked", + "comment": "Baked lights cannot move or change in any way during run time. All lighting for static objects gets baked into lightmaps. Lighting and shadows for dynamic objects gets baked into Light Probes.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.LightmapBakeType", + "name": "Mixed", + "comment": "Mixed lights allow a mix of realtime and baked lighting, based on the Mixed Lighting Mode used. These lights cannot move, but can change color and intensity at run time. Changes to color and intensity only affect direct lighting as indirect lighting gets baked. If using Subtractive mode, changes to color or intensity are not calculated at run time on static objects.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.LightmapBakeType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "LightmapBakeType", + "comment": "Enum describing what part of a light contribution can be baked.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.MixedLightingMode", + "name": "IndirectOnly", + "comment": "Mixed lights provide realtime direct lighting while indirect light is baked into lightmaps and light probes.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.MixedLightingMode", + "name": "Shadowmask", + "comment": "Mixed lights provide realtime direct lighting. Indirect lighting gets baked into lightmaps and light probes. Shadowmasks and light probe occlusion get generated for baked shadows. The Shadowmask Mode used at run time can be set in the Quality Settings panel.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.MixedLightingMode", + "name": "Subtractive", + "comment": "Mixed lights provide baked direct and indirect lighting for static objects. Dynamic objects receive realtime direct lighting and cast shadows on static objects using the main directional light in the Scene.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.MixedLightingMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "MixedLightingMode", + "comment": "Enum describing what lighting mode to be used with Mixed lights.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.ReceiveGI", + "name": "Lightmaps", + "comment": "Makes the GameObject use lightmaps to receive Global Illumination.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.ReceiveGI", + "name": "LightProbes", + "comment": "The object will have the option to use Light Probes to receive Global Illumination. See Rendering.LightProbeUsage.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.ReceiveGI", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "ReceiveGI", + "comment": "This property only takes effect if you enable a global illumination setting such as for the GameObject associated with the target Mesh Renderer. Otherwise this property defaults to the Light Probes setting.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.GraphicsBuffer.Target", + "name": "Vertex", + "comment": "GraphicsBuffer can be used to store vertex data.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.GraphicsBuffer.Target", + "name": "Index", + "comment": "GraphicsBuffer can be used as an index buffer.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.GraphicsBuffer.Target", + "name": "Structured", + "comment": "GraphicsBuffer can be used as a structured buffer.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.GraphicsBuffer.Target", + "name": "Raw", + "comment": "GraphicsBuffer can be used as a raw buffer (ByteAddressBuffer).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.GraphicsBuffer.Target", + "name": "Append", + "comment": "GraphicsBuffer can be used as an append-consume buffer.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.GraphicsBuffer.Target", + "name": "Counter", + "comment": "GraphicsBuffer with an internal counter. See Also: GraphicsBuffer.SetCounterValue and GraphicsBuffer.CopyCount.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.GraphicsBuffer.Target", + "name": "IndirectArguments", + "comment": "GraphicsBuffer can be used as an indirect argument buffer for indirect draws and dispatches.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.GraphicsBuffer.Target", + "name": "Constant", + "comment": "GraphicsBuffer can be used as a constant buffer.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.GraphicsBuffer.Target", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "Target", + "comment": "The type of graphics buffer.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.QualityLevel", + "name": "Fastest", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.QualityLevel", + "name": "Fast", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.QualityLevel", + "name": "Simple", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.QualityLevel", + "name": "Good", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.QualityLevel", + "name": "Beautiful", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.QualityLevel", + "name": "Fantastic", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.QualityLevel", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "QualityLevel", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.Component", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "open", + "comment": "Gets / sets the portal's open state.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "OcclusionPortal", + "comment": "The portal for dynamically changing occlusion at runtime.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.ShadowProjection", + "name": "CloseFit", + "comment": "Close fit shadow maps with linear fadeout.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.ShadowProjection", + "name": "StableFit", + "comment": "Stable shadow maps with spherical fadeout.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.ShadowProjection", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "ShadowProjection", + "comment": "Shadow projection type for.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.Component", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Vector3", + "name": "center", + "comment": "Center of the occlusion area relative to the transform.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "size", + "comment": "Size that the occlusion area will have.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "OcclusionArea", + "comment": "OcclusionArea is an area in which occlusion culling is performed.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.ShadowQuality", + "name": "Disable", + "comment": "Disable Shadows.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.ShadowQuality", + "name": "HardOnly", + "comment": "Hard Shadows Only.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.ShadowQuality", + "name": "All", + "comment": "Hard and Soft Shadows.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.ShadowQuality", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "ShadowQuality", + "comment": "Determines which type of shadows should be used.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.Object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "Flare", + "comment": "A flare asset. Read more about flares in the.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.ShadowResolution", + "name": "Low", + "comment": "Low shadow map resolution.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.ShadowResolution", + "name": "Medium", + "comment": "Medium shadow map resolution.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.ShadowResolution", + "name": "High", + "comment": "High shadow map resolution.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.ShadowResolution", + "name": "VeryHigh", + "comment": "Very high shadow map resolution.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.ShadowResolution", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "ShadowResolution", + "comment": "Default shadow resolution.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.Behaviour", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "float", + "name": "brightness", + "comment": "The strength of the flare.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "fadeSpeed", + "comment": "The fade speed of the flare.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Color", + "name": "color", + "comment": "The color of the flare.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Flare", + "name": "flare", + "comment": "The to use.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "LensFlare", + "comment": "Script interface for a.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.ShadowmaskMode", + "name": "Shadowmask", + "comment": "Static shadow casters won't be rendered into realtime shadow maps. All shadows from static casters are handled via Shadowmasks and occlusion from Light Probes.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.ShadowmaskMode", + "name": "DistanceShadowmask", + "comment": "Static shadow casters will be rendered into realtime shadow maps. Shadowmasks and occlusion from Light Probes will only be used past the realtime shadow distance.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.ShadowmaskMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "ShadowmaskMode", + "comment": "The rendering mode of Shadowmask.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.ILogger", + "name": "unityLogger", + "comment": "Get default debug logger.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "developerConsoleVisible", + "comment": "Reports whether the development console is visible. The development console cannot be made to appear using:\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "isDebugBuild", + "comment": "In the Build Settings dialog there is a check box called \"Development Build\".\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.ILogger", + "name": "logger", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "start", "typeName": "UnityEngine.Vector3" }, + { "name": "end", "typeName": "UnityEngine.Vector3" }, + { "name": "color", "typeName": "UnityEngine.Color" }, + { "name": "duration", "typeName": "float" } + ], + "isStatic": true, + "name": "DrawLine", + "comment": "Draws a line between specified start and end points.\n\n```plaintext\nParams: start - Point in world space where the line should start.\n end - Point in world space where the line should end.\n color - Color of the line.\n duration - How long the line should be visible for.\n depthTest - Should the line be obscured by objects closer to the camera?\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "start", "typeName": "UnityEngine.Vector3" }, + { "name": "end", "typeName": "UnityEngine.Vector3" }, + { "name": "color", "typeName": "UnityEngine.Color" } + ], + "isStatic": true, + "name": "DrawLine", + "comment": "Draws a line between specified start and end points.\n\n```plaintext\nParams: start - Point in world space where the line should start.\n end - Point in world space where the line should end.\n color - Color of the line.\n duration - How long the line should be visible for.\n depthTest - Should the line be obscured by objects closer to the camera?\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "start", "typeName": "UnityEngine.Vector3" }, + { "name": "end", "typeName": "UnityEngine.Vector3" } + ], + "isStatic": true, + "name": "DrawLine", + "comment": "Draws a line between specified start and end points.\n\n```plaintext\nParams: start - Point in world space where the line should start.\n end - Point in world space where the line should end.\n color - Color of the line.\n duration - How long the line should be visible for.\n depthTest - Should the line be obscured by objects closer to the camera?\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "start", "typeName": "UnityEngine.Vector3" }, + { "name": "end", "typeName": "UnityEngine.Vector3" }, + { "name": "color", "typeName": "UnityEngine.Color" }, + { "name": "duration", "typeName": "float" }, + { "name": "depthTest", "typeName": "bool" } + ], + "isStatic": true, + "name": "DrawLine", + "comment": "Draws a line between specified start and end points.\n\n```plaintext\nParams: start - Point in world space where the line should start.\n end - Point in world space where the line should end.\n color - Color of the line.\n duration - How long the line should be visible for.\n depthTest - Should the line be obscured by objects closer to the camera?\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "start", "typeName": "UnityEngine.Vector3" }, + { "name": "dir", "typeName": "UnityEngine.Vector3" }, + { "name": "color", "typeName": "UnityEngine.Color" }, + { "name": "duration", "typeName": "float" } + ], + "isStatic": true, + "name": "DrawRay", + "comment": "Draws a line from start to start + dir in world coordinates.\n\n```plaintext\nParams: start - Point in world space where the ray should start.\n dir - Direction and length of the ray.\n color - Color of the drawn line.\n duration - How long the line will be visible for (in seconds).\n depthTest - Should the line be obscured by other objects closer to the camera?\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "start", "typeName": "UnityEngine.Vector3" }, + { "name": "dir", "typeName": "UnityEngine.Vector3" }, + { "name": "color", "typeName": "UnityEngine.Color" } + ], + "isStatic": true, + "name": "DrawRay", + "comment": "Draws a line from start to start + dir in world coordinates.\n\n```plaintext\nParams: start - Point in world space where the ray should start.\n dir - Direction and length of the ray.\n color - Color of the drawn line.\n duration - How long the line will be visible for (in seconds).\n depthTest - Should the line be obscured by other objects closer to the camera?\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "start", "typeName": "UnityEngine.Vector3" }, + { "name": "dir", "typeName": "UnityEngine.Vector3" } + ], + "isStatic": true, + "name": "DrawRay", + "comment": "Draws a line from start to start + dir in world coordinates.\n\n```plaintext\nParams: start - Point in world space where the ray should start.\n dir - Direction and length of the ray.\n color - Color of the drawn line.\n duration - How long the line will be visible for (in seconds).\n depthTest - Should the line be obscured by other objects closer to the camera?\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "start", "typeName": "UnityEngine.Vector3" }, + { "name": "dir", "typeName": "UnityEngine.Vector3" }, + { "name": "color", "typeName": "UnityEngine.Color" }, + { "name": "duration", "typeName": "float" }, + { "name": "depthTest", "typeName": "bool" } + ], + "isStatic": true, + "name": "DrawRay", + "comment": "Draws a line from start to start + dir in world coordinates.\n\n```plaintext\nParams: start - Point in world space where the ray should start.\n dir - Direction and length of the ray.\n color - Color of the drawn line.\n duration - How long the line will be visible for (in seconds).\n depthTest - Should the line be obscured by other objects closer to the camera?\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "Break", + "comment": "Pauses the editor.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "DebugBreak", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "buffer", "typeName": "byte*" }, + { "name": "bufferMax", "typeName": "int" }, + { "name": "projectFolder", "typeName": "string" } + ], + "isStatic": true, + "name": "ExtractStackTraceNoAlloc", + "comment": "Populate an unmanaged buffer with the current managed call stack as a sequence of UTF-8 bytes, without allocating GC memory. Returns the number of bytes written into the buffer.\n\n```plaintext\nParams: buffer - Target buffer to receive the callstack text\n bufferMax - Max number of bytes to write\n projectFolder - Project folder path, to clean up path names\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "object" }], + "isStatic": true, + "name": "Log", + "comment": "Logs a message to the Unity Console.\n\n```plaintext\nParams: message - String or object to be converted to string representation for display.\n context - Object to which the message applies.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "object" }, + { "name": "context", "typeName": "UnityEngine.Object" } + ], + "isStatic": true, + "name": "Log", + "comment": "Logs a message to the Unity Console.\n\n```plaintext\nParams: message - String or object to be converted to string representation for display.\n context - Object to which the message applies.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "format", "typeName": "string" }, + { "name": "args", "typeName": "object[]" } + ], + "isStatic": true, + "name": "LogFormat", + "comment": "Logs a formatted message to the Unity Console.\n\n```plaintext\nParams: format - A composite format string.\n args - Format arguments.\n context - Object to which the message applies.\n logType - Type of message e.g. warn or error etc.\n logOptions - Option flags to treat the log message special.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "context", "typeName": "UnityEngine.Object" }, + { "name": "format", "typeName": "string" }, + { "name": "args", "typeName": "object[]" } + ], + "isStatic": true, + "name": "LogFormat", + "comment": "Logs a formatted message to the Unity Console.\n\n```plaintext\nParams: format - A composite format string.\n args - Format arguments.\n context - Object to which the message applies.\n logType - Type of message e.g. warn or error etc.\n logOptions - Option flags to treat the log message special.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "logType", "typeName": "UnityEngine.LogType" }, + { "name": "logOptions", "typeName": "UnityEngine.LogOption" }, + { "name": "context", "typeName": "UnityEngine.Object" }, + { "name": "format", "typeName": "string" }, + { "name": "args", "typeName": "object[]" } + ], + "isStatic": true, + "name": "LogFormat", + "comment": "Logs a formatted message to the Unity Console.\n\n```plaintext\nParams: format - A composite format string.\n args - Format arguments.\n context - Object to which the message applies.\n logType - Type of message e.g. warn or error etc.\n logOptions - Option flags to treat the log message special.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "object" }], + "isStatic": true, + "name": "LogError", + "comment": "A variant of Debug.Log that logs an error message to the console.\n\n```plaintext\nParams: message - String or object to be converted to string representation for display.\n context - Object to which the message applies.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "object" }, + { "name": "context", "typeName": "UnityEngine.Object" } + ], + "isStatic": true, + "name": "LogError", + "comment": "A variant of Debug.Log that logs an error message to the console.\n\n```plaintext\nParams: message - String or object to be converted to string representation for display.\n context - Object to which the message applies.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "format", "typeName": "string" }, + { "name": "args", "typeName": "object[]" } + ], + "isStatic": true, + "name": "LogErrorFormat", + "comment": "Logs a formatted error message to the Unity console.\n\n```plaintext\nParams: format - A composite format string.\n args - Format arguments.\n context - Object to which the message applies.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "context", "typeName": "UnityEngine.Object" }, + { "name": "format", "typeName": "string" }, + { "name": "args", "typeName": "object[]" } + ], + "isStatic": true, + "name": "LogErrorFormat", + "comment": "Logs a formatted error message to the Unity console.\n\n```plaintext\nParams: format - A composite format string.\n args - Format arguments.\n context - Object to which the message applies.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "ClearDeveloperConsole", + "comment": "Clears errors from the developer console.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "exception", "typeName": "System.Exception" }], + "isStatic": true, + "name": "LogException", + "comment": "A variant of Debug.Log that logs an error message to the console.\n\n```plaintext\nParams: context - Object to which the message applies.\n exception - Runtime Exception.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "exception", "typeName": "System.Exception" }, + { "name": "context", "typeName": "UnityEngine.Object" } + ], + "isStatic": true, + "name": "LogException", + "comment": "A variant of Debug.Log that logs an error message to the console.\n\n```plaintext\nParams: context - Object to which the message applies.\n exception - Runtime Exception.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "object" }], + "isStatic": true, + "name": "LogWarning", + "comment": "A variant of Debug.Log that logs a warning message to the console.\n\n```plaintext\nParams: message - String or object to be converted to string representation for display.\n context - Object to which the message applies.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "object" }, + { "name": "context", "typeName": "UnityEngine.Object" } + ], + "isStatic": true, + "name": "LogWarning", + "comment": "A variant of Debug.Log that logs a warning message to the console.\n\n```plaintext\nParams: message - String or object to be converted to string representation for display.\n context - Object to which the message applies.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "format", "typeName": "string" }, + { "name": "args", "typeName": "object[]" } + ], + "isStatic": true, + "name": "LogWarningFormat", + "comment": "Logs a formatted warning message to the Unity Console.\n\n```plaintext\nParams: format - A composite format string.\n args - Format arguments.\n context - Object to which the message applies.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "context", "typeName": "UnityEngine.Object" }, + { "name": "format", "typeName": "string" }, + { "name": "args", "typeName": "object[]" } + ], + "isStatic": true, + "name": "LogWarningFormat", + "comment": "Logs a formatted warning message to the Unity Console.\n\n```plaintext\nParams: format - A composite format string.\n args - Format arguments.\n context - Object to which the message applies.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "condition", "typeName": "bool" }], + "isStatic": true, + "name": "Assert", + "comment": "Assert a condition and logs an error message to the Unity console on failure.\n\n```plaintext\nParams: condition - Condition you expect to be true.\n context - Object to which the message applies.\n message - String or object to be converted to string representation for display.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "condition", "typeName": "bool" }, + { "name": "context", "typeName": "UnityEngine.Object" } + ], + "isStatic": true, + "name": "Assert", + "comment": "Assert a condition and logs an error message to the Unity console on failure.\n\n```plaintext\nParams: condition - Condition you expect to be true.\n context - Object to which the message applies.\n message - String or object to be converted to string representation for display.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "condition", "typeName": "bool" }, + { "name": "message", "typeName": "object" } + ], + "isStatic": true, + "name": "Assert", + "comment": "Assert a condition and logs an error message to the Unity console on failure.\n\n```plaintext\nParams: condition - Condition you expect to be true.\n context - Object to which the message applies.\n message - String or object to be converted to string representation for display.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "condition", "typeName": "bool" }, + { "name": "message", "typeName": "string" } + ], + "isStatic": true, + "name": "Assert", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "condition", "typeName": "bool" }, + { "name": "message", "typeName": "object" }, + { "name": "context", "typeName": "UnityEngine.Object" } + ], + "isStatic": true, + "name": "Assert", + "comment": "Assert a condition and logs an error message to the Unity console on failure.\n\n```plaintext\nParams: condition - Condition you expect to be true.\n context - Object to which the message applies.\n message - String or object to be converted to string representation for display.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "condition", "typeName": "bool" }, + { "name": "message", "typeName": "string" }, + { "name": "context", "typeName": "UnityEngine.Object" } + ], + "isStatic": true, + "name": "Assert", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "condition", "typeName": "bool" }, + { "name": "format", "typeName": "string" }, + { "name": "args", "typeName": "object[]" } + ], + "isStatic": true, + "name": "AssertFormat", + "comment": "Assert a condition and logs a formatted error message to the Unity console on failure.\n\n```plaintext\nParams: condition - Condition you expect to be true.\n format - A composite format string.\n args - Format arguments.\n context - Object to which the message applies.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "condition", "typeName": "bool" }, + { "name": "context", "typeName": "UnityEngine.Object" }, + { "name": "format", "typeName": "string" }, + { "name": "args", "typeName": "object[]" } + ], + "isStatic": true, + "name": "AssertFormat", + "comment": "Assert a condition and logs a formatted error message to the Unity console on failure.\n\n```plaintext\nParams: condition - Condition you expect to be true.\n format - A composite format string.\n args - Format arguments.\n context - Object to which the message applies.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "object" }], + "isStatic": true, + "name": "LogAssertion", + "comment": "A variant of Debug.Log that logs an assertion message to the console.\n\n```plaintext\nParams: message - String or object to be converted to string representation for display.\n context - Object to which the message applies.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "object" }, + { "name": "context", "typeName": "UnityEngine.Object" } + ], + "isStatic": true, + "name": "LogAssertion", + "comment": "A variant of Debug.Log that logs an assertion message to the console.\n\n```plaintext\nParams: message - String or object to be converted to string representation for display.\n context - Object to which the message applies.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "format", "typeName": "string" }, + { "name": "args", "typeName": "object[]" } + ], + "isStatic": true, + "name": "LogAssertionFormat", + "comment": "Logs a formatted assertion message to the Unity console.\n\n```plaintext\nParams: format - A composite format string.\n args - Format arguments.\n context - Object to which the message applies.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "context", "typeName": "UnityEngine.Object" }, + { "name": "format", "typeName": "string" }, + { "name": "args", "typeName": "object[]" } + ], + "isStatic": true, + "name": "LogAssertionFormat", + "comment": "Logs a formatted assertion message to the Unity console.\n\n```plaintext\nParams: format - A composite format string.\n args - Format arguments.\n context - Object to which the message applies.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "condition", "typeName": "bool" }, + { "name": "format", "typeName": "string" }, + { "name": "args", "typeName": "object[]" } + ], + "isStatic": true, + "name": "Assert", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "Debug", + "comment": "Class containing methods to ease debugging while developing a game.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "ExposedPropertyResolver", + "comment": "Object that is used to resolve references to an ExposedReference field.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.PropertyName", + "name": "exposedName", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Object", + "name": "defaultValue", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "T", + "params": [ + { + "name": "resolver", + "typeName": "UnityEngine.IExposedPropertyTable" + } + ], + "isStatic": false, + "name": "Resolve", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "ExposedReference", + "comment": "Creates a type whos value is resolvable at runtime.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "id", "typeName": "UnityEngine.PropertyName" }, + { "name": "value", "typeName": "UnityEngine.Object" } + ], + "isStatic": false, + "name": "SetReferenceValue", + "comment": "Assigns a value for an ExposedReference.\n\n```plaintext\nParams: id - Identifier of the ExposedReference.\n value - The value to assigned to the ExposedReference.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "id", "typeName": "UnityEngine.PropertyName" }, + { "name": "idValid", "typeName": "bool" } + ], + "isStatic": false, + "name": "GetReferenceValue", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "id", "typeName": "UnityEngine.PropertyName" }], + "isStatic": false, + "name": "ClearReferenceValue", + "comment": "Remove a value for the given reference.\n\n```plaintext\nParams: id - Identifier of the ExposedReference.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "IExposedPropertyTable", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.CameraClearFlags", + "name": "Skybox", + "comment": "Clear with the skybox.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.CameraClearFlags", + "name": "Color", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.CameraClearFlags", + "name": "SolidColor", + "comment": "Clear with a background color.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.CameraClearFlags", + "name": "Depth", + "comment": "Clear only the depth buffer.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.CameraClearFlags", + "name": "Nothing", + "comment": "Don't clear anything.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.CameraClearFlags", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "CameraClearFlags", + "comment": "Values for Camera.clearFlags, determining what to clear when rendering a Camera.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.DepthTextureMode", + "name": "None", + "comment": "Do not generate depth texture (Default).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.DepthTextureMode", + "name": "Depth", + "comment": "Generate a depth texture.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.DepthTextureMode", + "name": "DepthNormals", + "comment": "Generate a depth + normals texture.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.DepthTextureMode", + "name": "MotionVectors", + "comment": "Specifies whether motion vectors should be rendered (if possible).\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.DepthTextureMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "DepthTextureMode", + "comment": "Depth texture generation mode for Camera.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.TexGenMode", + "name": "None", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.TexGenMode", + "name": "SphereMap", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.TexGenMode", + "name": "Object", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.TexGenMode", + "name": "EyeLinear", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.TexGenMode", + "name": "CubeReflect", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.TexGenMode", + "name": "CubeNormal", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.TexGenMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "TexGenMode", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.AnisotropicFiltering", + "name": "Disable", + "comment": "Disable anisotropic filtering for all textures.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.AnisotropicFiltering", + "name": "Enable", + "comment": "Enable anisotropic filtering, as set for each texture.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.AnisotropicFiltering", + "name": "ForceEnable", + "comment": "Enable anisotropic filtering for all textures.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.AnisotropicFiltering", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "AnisotropicFiltering", + "comment": "Anisotropic filtering mode.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.BlendWeights", + "name": "OneBone", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.BlendWeights", + "name": "TwoBones", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.BlendWeights", + "name": "FourBones", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.BlendWeights", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "BlendWeights", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.SkinWeights", + "name": "OneBone", + "comment": "One bone affects each vertex.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.SkinWeights", + "name": "TwoBones", + "comment": "Two bones affect each vertex.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.SkinWeights", + "name": "FourBones", + "comment": "Four bones affect each vertex.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.SkinWeights", + "name": "Unlimited", + "comment": "An unlimited number of bones affect each vertex.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.SkinWeights", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "SkinWeights", + "comment": "Skin weights.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.MeshTopology", + "name": "Triangles", + "comment": "Mesh is made from triangles.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.MeshTopology", + "name": "Quads", + "comment": "Mesh is made from quads.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.MeshTopology", + "name": "Lines", + "comment": "Mesh is made from lines.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.MeshTopology", + "name": "LineStrip", + "comment": "Mesh is a line strip.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.MeshTopology", + "name": "Points", + "comment": "Mesh is made from points.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.MeshTopology", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "MeshTopology", + "comment": "Topology of Mesh faces.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.SkinQuality", + "name": "Auto", + "comment": "Chooses the number of bones from the number current QualitySettings. (Default)\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.SkinQuality", + "name": "Bone1", + "comment": "Use only 1 bone to deform a single vertex. (The most important bone will be used).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.SkinQuality", + "name": "Bone2", + "comment": "Use 2 bones to deform a single vertex. (The most important bones will be used).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.SkinQuality", + "name": "Bone4", + "comment": "Use 4 bones to deform a single vertex.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.SkinQuality", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "SkinQuality", + "comment": "The maximum number of bones affecting a single vertex.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.CubemapFace", + "name": "Unknown", + "comment": "Cubemap face is unknown or unspecified.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.CubemapFace", + "name": "PositiveX", + "comment": "Right facing side (+x).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.CubemapFace", + "name": "NegativeX", + "comment": "Left facing side (-x).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.CubemapFace", + "name": "PositiveY", + "comment": "Upwards facing side (+y).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.CubemapFace", + "name": "NegativeY", + "comment": "Downward facing side (-y).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.CubemapFace", + "name": "PositiveZ", + "comment": "Forward facing side (+z).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.CubemapFace", + "name": "NegativeZ", + "comment": "Backward facing side (-z).\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.CubemapFace", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "CubemapFace", + "comment": "Cubemap face.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.ColorSpace", + "name": "Uninitialized", + "comment": "Uninitialized color space.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.ColorSpace", + "name": "Gamma", + "comment": "Gamma color space.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.ColorSpace", + "name": "Linear", + "comment": "Linear color space.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.ColorSpace", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "ColorSpace", + "comment": "Color space for player settings.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.RenderTextureFormat", + "name": "ARGB32", + "comment": "Color render texture format, 8 bits per channel.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.RenderTextureFormat", + "name": "Depth", + "comment": "A depth render texture format.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.RenderTextureFormat", + "name": "ARGBHalf", + "comment": "Color render texture format, 16 bit floating point per channel.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.RenderTextureFormat", + "name": "Shadowmap", + "comment": "A native shadowmap render texture format.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.RenderTextureFormat", + "name": "RGB565", + "comment": "Color render texture format.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.RenderTextureFormat", + "name": "ARGB4444", + "comment": "Color render texture format, 4 bit per channel.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.RenderTextureFormat", + "name": "ARGB1555", + "comment": "Color render texture format, 1 bit for Alpha channel, 5 bits for Red, Green and Blue channels.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.RenderTextureFormat", + "name": "Default", + "comment": "Default color render texture format: will be chosen accordingly to Frame Buffer format and Platform.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.RenderTextureFormat", + "name": "ARGB2101010", + "comment": "Color render texture format. 10 bits for colors, 2 bits for alpha.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.RenderTextureFormat", + "name": "DefaultHDR", + "comment": "Default HDR color render texture format: will be chosen accordingly to Frame Buffer format and Platform.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.RenderTextureFormat", + "name": "ARGB64", + "comment": "Four color render texture format, 16 bits per channel, fixed point, unsigned normalized.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.RenderTextureFormat", + "name": "ARGBFloat", + "comment": "Color render texture format, 32 bit floating point per channel.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.RenderTextureFormat", + "name": "RGFloat", + "comment": "Two color (RG) render texture format, 32 bit floating point per channel.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.RenderTextureFormat", + "name": "RGHalf", + "comment": "Two color (RG) render texture format, 16 bit floating point per channel.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.RenderTextureFormat", + "name": "RFloat", + "comment": "Scalar (R) render texture format, 32 bit floating point.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.RenderTextureFormat", + "name": "RHalf", + "comment": "Scalar (R) render texture format, 16 bit floating point.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.RenderTextureFormat", + "name": "R8", + "comment": "Single channel (R) render texture format, 8 bit integer.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.RenderTextureFormat", + "name": "ARGBInt", + "comment": "Four channel (ARGB) render texture format, 32 bit signed integer per channel.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.RenderTextureFormat", + "name": "RGInt", + "comment": "Two channel (RG) render texture format, 32 bit signed integer per channel.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.RenderTextureFormat", + "name": "RInt", + "comment": "Scalar (R) render texture format, 32 bit signed integer.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.RenderTextureFormat", + "name": "BGRA32", + "comment": "Color render texture format, 8 bits per channel.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.RenderTextureFormat", + "name": "RGB111110Float", + "comment": "Color render texture format. R and G channels are 11 bit floating point, B channel is 10 bit floating point.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.RenderTextureFormat", + "name": "RG32", + "comment": "Two color (RG) render texture format, 16 bits per channel, fixed point, unsigned normalized.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.RenderTextureFormat", + "name": "RGBAUShort", + "comment": "Four channel (RGBA) render texture format, 16 bit unsigned integer per channel.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.RenderTextureFormat", + "name": "RG16", + "comment": "Two channel (RG) render texture format, 8 bits per channel.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.RenderTextureFormat", + "name": "BGRA10101010_XR", + "comment": "Color render texture format, 10 bit per channel, extended range.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.RenderTextureFormat", + "name": "BGR101010_XR", + "comment": "Color render texture format, 10 bit per channel, extended range.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.RenderTextureFormat", + "name": "R16", + "comment": "Single channel (R) render texture format, 16 bit integer.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.RenderTextureFormat", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "RenderTextureFormat", + "comment": "Format of a RenderTexture.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.ColorGamut", + "name": "sRGB", + "comment": "sRGB color gamut.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.ColorGamut", + "name": "Rec709", + "comment": "Rec. 709 color gamut.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.ColorGamut", + "name": "Rec2020", + "comment": "Rec. 2020 color gamut.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.ColorGamut", + "name": "DisplayP3", + "comment": "Display-P3 color gamut.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.ColorGamut", + "name": "HDR10", + "comment": "HDR10 high dynamic range color gamut.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.ColorGamut", + "name": "DolbyHDR", + "comment": "DolbyHDR high dynamic range color gamut.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.ColorGamut", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "ColorGamut", + "comment": "Represents a color gamut.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.VRTextureUsage", + "name": "None", + "comment": "The RenderTexture is not a VR eye texture. No special rendering behavior will occur.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.VRTextureUsage", + "name": "OneEye", + "comment": "This texture corresponds to a single eye on a stereoscopic display.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.VRTextureUsage", + "name": "TwoEyes", + "comment": "This texture corresponds to two eyes on a stereoscopic display. This will be taken into account when using Graphics.Blit and other rendering functions.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.VRTextureUsage", + "name": "DeviceSpecific", + "comment": "The texture used by an external XR provider. The provider is responsible for defining the texture's layout and use.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.VRTextureUsage", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "VRTextureUsage", + "comment": "This enum describes how the RenderTexture is used as a VR eye texture. Instead of using the values of this enum manually, use the value returned by XR.XRSettings.eyeTextureDesc|eyeTextureDesc or other VR functions returning a RenderTextureDescriptor.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.ScreenOrientation", + "name": "Unknown", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.ScreenOrientation", + "name": "Portrait", + "comment": "Portrait orientation.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.ScreenOrientation", + "name": "PortraitUpsideDown", + "comment": "Portrait orientation, upside down.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.ScreenOrientation", + "name": "LandscapeLeft", + "comment": "Landscape orientation, counter-clockwise from the portrait orientation.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.ScreenOrientation", + "name": "LandscapeRight", + "comment": "Landscape orientation, clockwise from the portrait orientation.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.ScreenOrientation", + "name": "AutoRotation", + "comment": "Auto-rotates the screen as necessary toward any of the enabled orientations.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.ScreenOrientation", + "name": "Landscape", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.ScreenOrientation", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "ScreenOrientation", + "comment": "Describes screen orientation.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.RenderTextureCreationFlags", + "name": "MipMap", + "comment": "Set this flag to allocate mipmaps in the RenderTexture. See RenderTexture.useMipMap for more details.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.RenderTextureCreationFlags", + "name": "AutoGenerateMips", + "comment": "Determines whether or not mipmaps are automatically generated when the RenderTexture is modified.\nThis flag is set by default, and has no effect if the RenderTextureCreationFlags.MipMap flag is not also set.\nSee RenderTexture.autoGenerateMips for more details.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.RenderTextureCreationFlags", + "name": "SRGB", + "comment": "When this flag is set, reads and writes to this texture are converted to SRGB color space. See RenderTexture.sRGB for more details.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.RenderTextureCreationFlags", + "name": "EyeTexture", + "comment": "Set this flag when the Texture is to be used as a VR eye texture. This flag is cleared by default. This flag is set on a RenderTextureDesc when it is returned from GetDefaultVREyeTextureDesc or other VR functions returning a RenderTextureDesc.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.RenderTextureCreationFlags", + "name": "EnableRandomWrite", + "comment": "Set this flag to enable random access writes to the RenderTexture from shaders.\nNormally, pixel shaders only operate on pixels they are given. Compute shaders cannot write to textures without this flag. Random write enables shaders to write to arbitrary locations on a RenderTexture. See RenderTexture.enableRandomWrite for more details, including supported platforms.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.RenderTextureCreationFlags", + "name": "CreatedFromScript", + "comment": "This flag is always set internally when a RenderTexture is created from script. It has no effect when set manually from script code.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.RenderTextureCreationFlags", + "name": "AllowVerticalFlip", + "comment": "Clear this flag when a RenderTexture is a VR eye texture and the device does not automatically flip the texture when being displayed. This is platform specific and\nIt is set by default. This flag is only cleared when part of a RenderTextureDesc that is returned from GetDefaultVREyeTextureDesc or other VR functions that return a RenderTextureDesc. Currently, only Hololens eye textures need to clear this flag.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.RenderTextureCreationFlags", + "name": "NoResolvedColorSurface", + "comment": "When this flag is set, the engine will not automatically resolve the color surface.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.RenderTextureCreationFlags", + "name": "DynamicallyScalable", + "comment": "Set this flag to mark this RenderTexture for Dynamic Resolution should the target platform/graphics API support Dynamic Resolution. See ScalabeBufferManager for more details.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.RenderTextureCreationFlags", + "name": "BindMS", + "comment": "Setting this flag causes the RenderTexture to be bound as a multisampled texture in a shader. The flag prevents the RenderTexture from being resolved by default when RenderTexture.antiAliasing is greater than 1.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.RenderTextureCreationFlags", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "RenderTextureCreationFlags", + "comment": "Set of flags that control the state of a newly-created RenderTexture.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.FilterMode", + "name": "Point", + "comment": "Point filtering - texture pixels become blocky up close.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.FilterMode", + "name": "Bilinear", + "comment": "Bilinear filtering - texture samples are averaged.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.FilterMode", + "name": "Trilinear", + "comment": "Trilinear filtering - texture samples are averaged and also blended between mipmap levels.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.FilterMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "FilterMode", + "comment": "Filtering mode for textures. Corresponds to the settings in a.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.RenderTextureReadWrite", + "name": "Default", + "comment": "Default color space conversion based on project settings.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.RenderTextureReadWrite", + "name": "Linear", + "comment": "Render texture contains linear (non-color) data; don't perform color conversions on it.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.RenderTextureReadWrite", + "name": "sRGB", + "comment": "Render texture contains sRGB (color) data, perform Linear<->sRGB conversions on it.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.RenderTextureReadWrite", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "RenderTextureReadWrite", + "comment": "Color space conversion mode of a RenderTexture.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.TextureWrapMode", + "name": "Repeat", + "comment": "Tiles the texture, creating a repeating pattern.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.TextureWrapMode", + "name": "Clamp", + "comment": "Clamps the texture to the last pixel at the edge.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.TextureWrapMode", + "name": "Mirror", + "comment": "Tiles the texture, creating a repeating pattern by mirroring it at every integer boundary.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.TextureWrapMode", + "name": "MirrorOnce", + "comment": "Mirrors the texture once, then clamps to edge pixels.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.TextureWrapMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "TextureWrapMode", + "comment": "Wrap mode for textures.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.RenderTextureMemoryless", + "name": "None", + "comment": "The render texture is not memoryless.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.RenderTextureMemoryless", + "name": "Color", + "comment": "Render texture color pixels are memoryless when RenderTexture.antiAliasing is set to 1.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.RenderTextureMemoryless", + "name": "Depth", + "comment": "Render texture depth pixels are memoryless.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.RenderTextureMemoryless", + "name": "MSAA", + "comment": "Render texture color pixels are memoryless when RenderTexture.antiAliasing is set to 2, 4 or 8.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.RenderTextureMemoryless", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "RenderTextureMemoryless", + "comment": "Flags enumeration of the render texture memoryless modes.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.NPOTSupport", + "name": "None", + "comment": "NPOT textures are not supported. Will be upscaled/padded at loading time.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.NPOTSupport", + "name": "Restricted", + "comment": "Limited NPOT support: no mipmaps and clamp TextureWrapMode|wrap mode will be forced.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.NPOTSupport", + "name": "Full", + "comment": "Full NPOT support.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.NPOTSupport", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "NPOTSupport", + "comment": "NPOT Texture2D|textures support.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.HDRDisplaySupportFlags", + "name": "None", + "comment": "Flag used to denote that support for HDR displays is not available on the system.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.HDRDisplaySupportFlags", + "name": "Supported", + "comment": "Flag used to denote that support for HDR displays is available on the system.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.HDRDisplaySupportFlags", + "name": "RuntimeSwitchable", + "comment": "Flag used to denote that the system can change whether output is performed in HDR or SDR ranges at runtime when connected to an HDR display.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.HDRDisplaySupportFlags", + "name": "AutomaticTonemapping", + "comment": "Flag used to denote if the system supports automatic tonemapping to HDR displays.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.HDRDisplaySupportFlags", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "HDRDisplaySupportFlags", + "comment": "A set of flags that describe the level of HDR display support available on the system.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.TextureFormat", + "name": "Alpha8", + "comment": "Alpha-only texture format, 8 bit integer.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.TextureFormat", + "name": "ARGB4444", + "comment": "A 16 bits/pixel texture format. Texture stores color with an alpha channel.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.TextureFormat", + "name": "RGB24", + "comment": "Color texture format, 8-bits per channel.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.TextureFormat", + "name": "RGBA32", + "comment": "Color with alpha texture format, 8-bits per channel.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.TextureFormat", + "name": "ARGB32", + "comment": "Color with alpha texture format, 8-bits per channel.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.TextureFormat", + "name": "RGB565", + "comment": "A 16 bit color texture format.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.TextureFormat", + "name": "R16", + "comment": "Single channel (R) texture format, 16 bit integer.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.TextureFormat", + "name": "DXT1", + "comment": "Compressed color texture format.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.TextureFormat", + "name": "DXT5", + "comment": "Compressed color with alpha channel texture format.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.TextureFormat", + "name": "RGBA4444", + "comment": "Color and alpha texture format, 4 bit per channel.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.TextureFormat", + "name": "BGRA32", + "comment": "Color with alpha texture format, 8-bits per channel.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.TextureFormat", + "name": "RHalf", + "comment": "Scalar (R) texture format, 16 bit floating point.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.TextureFormat", + "name": "RGHalf", + "comment": "Two color (RG) texture format, 16 bit floating point per channel.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.TextureFormat", + "name": "RGBAHalf", + "comment": "RGB color and alpha texture format, 16 bit floating point per channel.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.TextureFormat", + "name": "RFloat", + "comment": "Scalar (R) texture format, 32 bit floating point.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.TextureFormat", + "name": "RGFloat", + "comment": "Two color (RG) texture format, 32 bit floating point per channel.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.TextureFormat", + "name": "RGBAFloat", + "comment": "RGB color and alpha texture format, 32-bit floats per channel.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.TextureFormat", + "name": "YUY2", + "comment": "A format that uses the YUV color space and is often used for video encoding or playback.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.TextureFormat", + "name": "RGB9e5Float", + "comment": "RGB HDR format, with 9 bit mantissa per channel and a 5 bit shared exponent.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.TextureFormat", + "name": "BC4", + "comment": "Compressed one channel (R) texture format.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.TextureFormat", + "name": "BC5", + "comment": "Compressed two-channel (RG) texture format.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.TextureFormat", + "name": "BC6H", + "comment": "HDR compressed color texture format.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.TextureFormat", + "name": "BC7", + "comment": "High quality compressed color texture format.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.TextureFormat", + "name": "DXT1Crunched", + "comment": "Compressed color texture format with Crunch compression for smaller storage sizes.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.TextureFormat", + "name": "DXT5Crunched", + "comment": "Compressed color with alpha channel texture format with Crunch compression for smaller storage sizes.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.TextureFormat", + "name": "PVRTC_RGB2", + "comment": "PowerVR (iOS) 2 bits/pixel compressed color texture format.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.TextureFormat", + "name": "PVRTC_RGBA2", + "comment": "PowerVR (iOS) 2 bits/pixel compressed with alpha channel texture format.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.TextureFormat", + "name": "PVRTC_RGB4", + "comment": "PowerVR (iOS) 4 bits/pixel compressed color texture format.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.TextureFormat", + "name": "PVRTC_RGBA4", + "comment": "PowerVR (iOS) 4 bits/pixel compressed with alpha channel texture format.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.TextureFormat", + "name": "ETC_RGB4", + "comment": "ETC (GLES2.0) 4 bits/pixel compressed RGB texture format.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.TextureFormat", + "name": "ATC_RGB4", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.TextureFormat", + "name": "ATC_RGBA8", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.TextureFormat", + "name": "EAC_R", + "comment": "ETC2 EAC (GL ES 3.0) 4 bitspixel compressed unsigned single-channel texture format.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.TextureFormat", + "name": "EAC_R_SIGNED", + "comment": "ETC2 EAC (GL ES 3.0) 4 bitspixel compressed signed single-channel texture format.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.TextureFormat", + "name": "EAC_RG", + "comment": "ETC2 EAC (GL ES 3.0) 8 bitspixel compressed unsigned dual-channel (RG) texture format.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.TextureFormat", + "name": "EAC_RG_SIGNED", + "comment": "ETC2 EAC (GL ES 3.0) 8 bitspixel compressed signed dual-channel (RG) texture format.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.TextureFormat", + "name": "ETC2_RGB", + "comment": "ETC2 (GL ES 3.0) 4 bits/pixel compressed RGB texture format.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.TextureFormat", + "name": "ETC2_RGBA1", + "comment": "ETC2 (GL ES 3.0) 4 bits/pixel RGB+1-bit alpha texture format.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.TextureFormat", + "name": "ETC2_RGBA8", + "comment": "ETC2 (GL ES 3.0) 8 bits/pixel compressed RGBA texture format.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.TextureFormat", + "name": "ASTC_4x4", + "comment": "ASTC (4x4 pixel block in 128 bits) compressed RGB(A) texture format.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.TextureFormat", + "name": "ASTC_5x5", + "comment": "ASTC (5x5 pixel block in 128 bits) compressed RGB(A) texture format.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.TextureFormat", + "name": "ASTC_6x6", + "comment": "ASTC (6x6 pixel block in 128 bits) compressed RGB(A) texture format.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.TextureFormat", + "name": "ASTC_8x8", + "comment": "ASTC (8x8 pixel block in 128 bits) compressed RGB(A) texture format.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.TextureFormat", + "name": "ASTC_10x10", + "comment": "ASTC (10x10 pixel block in 128 bits) compressed RGB(A) texture format.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.TextureFormat", + "name": "ASTC_12x12", + "comment": "ASTC (12x12 pixel block in 128 bits) compressed RGB(A) texture format.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.TextureFormat", + "name": "ETC_RGB4_3DS", + "comment": "ETC 4 bits/pixel compressed RGB texture format.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.TextureFormat", + "name": "ETC_RGBA8_3DS", + "comment": "ETC 4 bitspixel RGB + 4 bitspixel Alpha compressed texture format.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.TextureFormat", + "name": "RG16", + "comment": "Two color (RG) texture format, 8-bits per channel.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.TextureFormat", + "name": "R8", + "comment": "Single channel (R) texture format, 8 bit integer.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.TextureFormat", + "name": "ETC_RGB4Crunched", + "comment": "Compressed color texture format with Crunch compression for smaller storage sizes.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.TextureFormat", + "name": "ETC2_RGBA8Crunched", + "comment": "Compressed color with alpha channel texture format using Crunch compression for smaller storage sizes.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.TextureFormat", + "name": "ASTC_HDR_4x4", + "comment": "ASTC (4x4 pixel block in 128 bits) compressed RGB(A) HDR texture format.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.TextureFormat", + "name": "ASTC_HDR_5x5", + "comment": "ASTC (5x5 pixel block in 128 bits) compressed RGB(A) HDR texture format.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.TextureFormat", + "name": "ASTC_HDR_6x6", + "comment": "ASTC (6x6 pixel block in 128 bits) compressed RGB(A) HDR texture format.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.TextureFormat", + "name": "ASTC_HDR_8x8", + "comment": "ASTC (8x8 pixel block in 128 bits) compressed RGB(A) texture format.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.TextureFormat", + "name": "ASTC_HDR_10x10", + "comment": "ASTC (10x10 pixel block in 128 bits) compressed RGB(A) HDR texture format.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.TextureFormat", + "name": "ASTC_HDR_12x12", + "comment": "ASTC (12x12 pixel block in 128 bits) compressed RGB(A) HDR texture format.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.TextureFormat", + "name": "RG32", + "comment": "Two channel (RG) texture format, 16 bit integer per channel.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.TextureFormat", + "name": "RGB48", + "comment": "Three channel (RGB) texture format, 16 bit integer per channel.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.TextureFormat", + "name": "RGBA64", + "comment": "Four channel (RGBA) texture format, 16 bit integer per channel.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.TextureFormat", + "name": "ASTC_RGB_4x4", + "comment": "ASTC (4x4 pixel block in 128 bits) compressed RGB texture format.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.TextureFormat", + "name": "ASTC_RGB_5x5", + "comment": "ASTC (5x5 pixel block in 128 bits) compressed RGB texture format.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.TextureFormat", + "name": "ASTC_RGB_6x6", + "comment": "ASTC (6x6 pixel block in 128 bits) compressed RGB texture format.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.TextureFormat", + "name": "ASTC_RGB_8x8", + "comment": "ASTC (8x8 pixel block in 128 bits) compressed RGB texture format.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.TextureFormat", + "name": "ASTC_RGB_10x10", + "comment": "ASTC (10x10 pixel block in 128 bits) compressed RGB texture format.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.TextureFormat", + "name": "ASTC_RGB_12x12", + "comment": "ASTC (12x12 pixel block in 128 bits) compressed RGB texture format.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.TextureFormat", + "name": "ASTC_RGBA_4x4", + "comment": "ASTC (4x4 pixel block in 128 bits) compressed RGBA texture format.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.TextureFormat", + "name": "ASTC_RGBA_5x5", + "comment": "ASTC (5x5 pixel block in 128 bits) compressed RGBA texture format.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.TextureFormat", + "name": "ASTC_RGBA_6x6", + "comment": "ASTC (6x6 pixel block in 128 bits) compressed RGBA texture format.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.TextureFormat", + "name": "ASTC_RGBA_8x8", + "comment": "ASTC (8x8 pixel block in 128 bits) compressed RGBA texture format.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.TextureFormat", + "name": "ASTC_RGBA_10x10", + "comment": "ASTC (10x10 pixel block in 128 bits) compressed RGBA texture format.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.TextureFormat", + "name": "ASTC_RGBA_12x12", + "comment": "ASTC (12x12 pixel block in 128 bits) compressed RGBA texture format.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.TextureFormat", + "name": "PVRTC_2BPP_RGB", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.TextureFormat", + "name": "PVRTC_2BPP_RGBA", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.TextureFormat", + "name": "PVRTC_4BPP_RGB", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.TextureFormat", + "name": "PVRTC_4BPP_RGBA", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.TextureFormat", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "TextureFormat", + "comment": "Format used when creating textures from scripts.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.LightmapsMode", + "name": "NonDirectional", + "comment": "Light intensity (no directional information), encoded as 1 lightmap.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.LightmapsMode", + "name": "CombinedDirectional", + "comment": "Directional information for direct light is combined with directional information for indirect light, encoded as 2 lightmaps.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.LightmapsMode", + "name": "SeparateDirectional", + "comment": "Directional information for direct light is stored separately from directional information for indirect light, encoded as 4 lightmaps.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.LightmapsMode", + "name": "Single", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.LightmapsMode", + "name": "Dual", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.LightmapsMode", + "name": "Directional", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.LightmapsMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "LightmapsMode", + "comment": "Lightmap (and lighting) configuration mode, controls how lightmaps interact with lighting and what kind of information they store.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.MaterialGlobalIlluminationFlags", + "name": "None", + "comment": "The emissive lighting does not affect Global Illumination at all.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.MaterialGlobalIlluminationFlags", + "name": "RealtimeEmissive", + "comment": "The emissive lighting will affect realtime Global Illumination. It emits lighting into realtime lightmaps and realtime lightprobes.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.MaterialGlobalIlluminationFlags", + "name": "BakedEmissive", + "comment": "The emissive lighting affects baked Global Illumination. It emits lighting into baked lightmaps and baked lightprobes.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.MaterialGlobalIlluminationFlags", + "name": "EmissiveIsBlack", + "comment": "The emissive lighting is guaranteed to be black. This lets the lightmapping system know that it doesn't have to extract emissive lighting information from the material and can simply assume it is completely black.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.MaterialGlobalIlluminationFlags", + "name": "AnyEmissive", + "comment": "Helper Mask to be used to query the enum only based on whether realtime GI or baked GI is set, ignoring all other bits.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.MaterialGlobalIlluminationFlags", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "MaterialGlobalIlluminationFlags", + "comment": "How the material interacts with lightmaps and lightprobes.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.Behaviour", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "isFeatureSupported", + "comment": "Checks if Light Probe Proxy Volumes are supported.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Bounds", + "name": "boundsGlobal", + "comment": "The world-space bounding box in which the 3D grid of interpolated Light Probes is generated.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "sizeCustom", + "comment": "The size of the bounding box in which the 3D grid of interpolated Light Probes is generated.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "originCustom", + "comment": "The local-space origin of the bounding box in which the 3D grid of interpolated Light Probes is generated.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "probeDensity", + "comment": "Interpolated Light Probe density.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "gridResolutionX", + "comment": "The 3D grid resolution on the x-axis.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "gridResolutionY", + "comment": "The 3D grid resolution on the y-axis.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "gridResolutionZ", + "comment": "The 3D grid resolution on the z-axis.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.LightProbeProxyVolume.BoundingBoxMode", + "name": "boundingBoxMode", + "comment": "The bounding box mode for generating the 3D grid of interpolated Light Probes.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.LightProbeProxyVolume.ResolutionMode", + "name": "resolutionMode", + "comment": "The resolution mode for generating the grid of interpolated Light Probes.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.LightProbeProxyVolume.ProbePositionMode", + "name": "probePositionMode", + "comment": "The mode in which the interpolated Light Probe positions are generated.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.LightProbeProxyVolume.RefreshMode", + "name": "refreshMode", + "comment": "Sets the way the Light Probe Proxy Volume refreshes.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.LightProbeProxyVolume.QualityMode", + "name": "qualityMode", + "comment": "Determines how many Spherical Harmonics bands will be evaluated to compute the ambient color.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.LightProbeProxyVolume.DataFormat", + "name": "dataFormat", + "comment": "The texture data format used by the Light Probe Proxy Volume 3D texture.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Update", + "comment": "Triggers an update of the Light Probe Proxy Volume.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "LightProbeProxyVolume", + "comment": "The Light Probe Proxy Volume component offers the possibility to use higher resolution lighting for large non-static GameObjects.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.Renderer", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.SkinQuality", + "name": "quality", + "comment": "The maximum number of bones per vertex that are taken into account during skinning.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "updateWhenOffscreen", + "comment": "If enabled, the Skinned Mesh will be updated when offscreen. If disabled, this also disables updating animations.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "forceMatrixRecalculationPerRender", + "comment": "Forces the Skinned Mesh to recalculate its matricies when rendered\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Transform", + "name": "rootBone", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Transform[]", + "name": "bones", + "comment": "The bones used to skin the mesh.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Mesh", + "name": "sharedMesh", + "comment": "The mesh used for skinning.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "skinnedMotionVectors", + "comment": "Specifies whether skinned motion vectors should be used for this renderer.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Bounds", + "name": "localBounds", + "comment": "AABB of this Skinned Mesh in its local space.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Single", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "GetBlendShapeWeight", + "comment": "The weight of the BlendShape.\n\n```plaintext\nParams: index - The index of the BlendShape whose weight you want to retrieve. Index must be smaller than the Mesh.blendShapeCount of the Mesh attached to this Renderer.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "value", "typeName": "float" } + ], + "isStatic": false, + "name": "SetBlendShapeWeight", + "comment": "Sets the weight of a BlendShape for this Renderer.\n\n```plaintext\nParams: index - The index of the BlendShape to modify. Index must be smaller than the Mesh.blendShapeCount of the Mesh attached to this Renderer.\n value - The weight for this BlendShape.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "mesh", "typeName": "UnityEngine.Mesh" }], + "isStatic": false, + "name": "BakeMesh", + "comment": "Creates a snapshot of SkinnedMeshRenderer and stores it in mesh.\n\n```plaintext\nParams: mesh - A static mesh that will receive the snapshot of the skinned mesh.\n useScale - Whether to use the SkinnedMeshRenderer's Transform scale when baking the Mesh. If this is true, Unity bakes the Mesh using the position, rotation, and scale values from the SkinnedMeshRenderer's Transform. If this is false, Unity bakes the Mesh using the position and rotation values from the SkinnedMeshRenderer's Transform, but without using the scale value from the SkinnedMeshRenderer's Transform. The default value is false.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "mesh", "typeName": "UnityEngine.Mesh" }, + { "name": "useScale", "typeName": "bool" } + ], + "isStatic": false, + "name": "BakeMesh", + "comment": "Creates a snapshot of SkinnedMeshRenderer and stores it in mesh.\n\n```plaintext\nParams: mesh - A static mesh that will receive the snapshot of the skinned mesh.\n useScale - Whether to use the SkinnedMeshRenderer's Transform scale when baking the Mesh. If this is true, Unity bakes the Mesh using the position, rotation, and scale values from the SkinnedMeshRenderer's Transform. If this is false, Unity bakes the Mesh using the position and rotation values from the SkinnedMeshRenderer's Transform, but without using the scale value from the SkinnedMeshRenderer's Transform. The default value is false.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "SkinnedMeshRenderer", + "comment": "The Skinned Mesh filter.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.Renderer", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Mesh", + "name": "additionalVertexStreams", + "comment": "Vertex attributes in this mesh will override or add attributes of the primary mesh in the MeshRenderer.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Mesh", + "name": "enlightenVertexStream", + "comment": "Vertex attributes that override the primary mesh when the MeshRenderer uses lightmaps in the Realtime Global Illumination system.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "subMeshStartIndex", + "comment": "Index of the first sub-mesh to use from the Mesh associated with this MeshRenderer (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "scaleInLightmap", + "comment": "Specifies the relative lightmap resolution of this object. (Editor only)\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.ReceiveGI", + "name": "receiveGI", + "comment": "Determines how the object will receive global illumination. (Editor only)\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "stitchLightmapSeams", + "comment": "When enabled, seams in baked lightmaps will get smoothed. (Editor only)\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "MeshRenderer", + "comment": "Renders meshes inserted by the MeshFilter or TextMesh.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.LightmappingMode", + "name": "Realtime", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.LightmappingMode", + "name": "Baked", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.LightmappingMode", + "name": "Mixed", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.LightmappingMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "LightmappingMode", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.Behaviour", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Vector3[]", + "name": "probePositions", + "comment": "Editor only function to access and modify probe positions.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "dering", + "comment": "Removes ringing from probes if enabled.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "LightProbeGroup", + "comment": "Light Probe Group.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "points", + "typeName": "System.Collections.Generic.List" + }, + { "name": "tolerance", "typeName": "float" }, + { + "name": "pointsToKeep", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": true, + "name": "Simplify", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "points", + "typeName": "System.Collections.Generic.List" + }, + { "name": "tolerance", "typeName": "float" }, + { + "name": "simplifiedPoints", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": true, + "name": "Simplify", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "points", + "typeName": "System.Collections.Generic.List" + }, + { "name": "tolerance", "typeName": "float" }, + { + "name": "pointsToKeep", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": true, + "name": "Simplify", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "points", + "typeName": "System.Collections.Generic.List" + }, + { "name": "tolerance", "typeName": "float" }, + { + "name": "simplifiedPoints", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": true, + "name": "Simplify", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "LineUtility", + "comment": "A collection of common line functions.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.LODFadeMode", + "name": "None", + "comment": "Indicates the LOD fading is turned off.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.LODFadeMode", + "name": "CrossFade", + "comment": "Perform cross-fade style blending between the current LOD and the next LOD if the distance to camera falls in the range specified by the LOD.fadeTransitionWidth of each LOD.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.LODFadeMode", + "name": "SpeedTree", + "comment": "By specifying this mode, your LODGroup will perform a SpeedTree-style LOD fading scheme:\n\n\n* For all the mesh LODs other than the last (most crude) mesh LOD, the fade factor is calculated as the percentage of the object's current screen height, compared to the whole range of the LOD. It is 1, if the camera is right at the position where the previous LOD switches out and 0, if the next LOD is just about to switch in.\n\n\n* For the last mesh LOD and the billboard LOD, the cross-fade mode is used.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.LODFadeMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "LODFadeMode", + "comment": "The LOD (level of detail) fade modes. Modes other than LODFadeMode.None will result in Unity calculating a blend factor for blending/interpolating between two neighbouring LODs and pass it to your shader.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "float", + "name": "screenRelativeTransitionHeight", + "comment": "The screen relative height to use for the transition [0-1].\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "fadeTransitionWidth", + "comment": "Width of the cross-fade transition zone (proportion to the current LOD's whole length) [0-1]. Only used if it's not animated.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Renderer[]", + "name": "renderers", + "comment": "List of renderers for this LOD level.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "screenRelativeTransitionHeight", "typeName": "float" }, + { "name": "renderers", "typeName": "UnityEngine.Renderer[]" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Construct a LOD.\n\n```plaintext\nParams: screenRelativeTransitionHeight - The screen relative height to use for the transition [0-1].\n renderers - An array of renderers to use for this LOD level.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "LOD", + "comment": "Structure for building a LOD for passing to the SetLODs function.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.Component", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Vector3", + "name": "localReferencePoint", + "comment": "The local reference point against which the LOD distance is calculated.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "size", + "comment": "The size of the LOD object in local space.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "lodCount", + "comment": "The number of LOD levels.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.LODFadeMode", + "name": "fadeMode", + "comment": "The LOD fade mode used.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "animateCrossFading", + "comment": "Specify if the cross-fading should be animated by time. The animation duration is specified globally as crossFadeAnimationDuration.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "enabled", + "comment": "Allows you to enable or disable the LODGroup.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "crossFadeAnimationDuration", + "comment": "The cross-fading animation duration in seconds. ArgumentException will be thrown if it is set to zero or a negative value.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "RecalculateBounds", + "comment": "Recalculate the bounding region for the LODGroup (Relatively slow, do not call often).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetLODs", + "comment": "The LOD array.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "lods", "typeName": "UnityEngine.LOD[]" }], + "isStatic": false, + "name": "SetLODS", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "lods", "typeName": "UnityEngine.LOD[]" }], + "isStatic": false, + "name": "SetLODs", + "comment": "Set the LODs for the LOD group. This will remove any existing LODs configured on the LODGroup.\n\n```plaintext\nParams: lods - The LODs to use for this group.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "ForceLOD", + "comment": "```plaintext\nParams: index - The LOD level to use. Passing index < 0 will return to standard LOD processing.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "LODGroup", + "comment": "LODGroup lets you group multiple Renderers into LOD levels.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IEquatable"], + "fields": [ + { + "typeName": "float", + "name": "weight0", + "comment": "Skinning weight for first bone.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "weight1", + "comment": "Skinning weight for second bone.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "weight2", + "comment": "Skinning weight for third bone.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "weight3", + "comment": "Skinning weight for fourth bone.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "boneIndex0", + "comment": "Index of first bone.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "boneIndex1", + "comment": "Index of second bone.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "boneIndex2", + "comment": "Index of third bone.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "boneIndex3", + "comment": "Index of fourth bone.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "other", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "other", "typeName": "UnityEngine.BoneWeight" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "lhs", "typeName": "UnityEngine.BoneWeight" }, + { "name": "rhs", "typeName": "UnityEngine.BoneWeight" } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "lhs", "typeName": "UnityEngine.BoneWeight" }, + { "name": "rhs", "typeName": "UnityEngine.BoneWeight" } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "BoneWeight", + "comment": "Describes 4 skinning bone weights that affect a vertex in a mesh.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IEquatable"], + "fields": [ + { + "typeName": "float", + "name": "weight", + "comment": "Skinning weight for bone.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "boneIndex", + "comment": "Index of bone.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "other", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "other", "typeName": "UnityEngine.BoneWeight1" } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "lhs", "typeName": "UnityEngine.BoneWeight1" }, + { "name": "rhs", "typeName": "UnityEngine.BoneWeight1" } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "lhs", "typeName": "UnityEngine.BoneWeight1" }, + { "name": "rhs", "typeName": "UnityEngine.BoneWeight1" } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "BoneWeight1", + "comment": "Describes a bone weight that affects a vertex in a mesh.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Mesh", + "name": "mesh", + "comment": "Mesh to combine.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "subMeshIndex", + "comment": "Sub-Mesh index of the Mesh.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Matrix4x4", + "name": "transform", + "comment": "Matrix to transform the Mesh with before combining.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector4", + "name": "lightmapScaleOffset", + "comment": "The baked lightmap UV scale and offset applied to the Mesh.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector4", + "name": "realtimeLightmapScaleOffset", + "comment": "The realtime lightmap UV scale and offset applied to the Mesh.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "CombineInstance", + "comment": "Struct used to describe meshes to be combined using Mesh.CombineMeshes.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.Object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "GenerateAllMips", + "comment": "Can be used with Texture constructors that take a mip count to indicate that all mips should be generated. The value of this field is -1.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "masterTextureLimit", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "mipmapCount", + "comment": "How many mipmap levels are in this Texture (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.AnisotropicFiltering", + "name": "anisotropicFiltering", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "graphicsFormat", + "comment": "Returns the GraphicsFormat format or color format of a Texture object.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "width", + "comment": "Width of the Texture in pixels. (Read Only)\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "height", + "comment": "Height of the Texture in pixels. (Read Only)\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.TextureDimension", + "name": "dimension", + "comment": "Dimensionality (type) of the Texture (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "isReadable", + "comment": "Whether Unity stores an additional copy of this texture's pixel data in CPU-addressable memory.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.TextureWrapMode", + "name": "wrapMode", + "comment": "Texture coordinate wrapping mode.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.TextureWrapMode", + "name": "wrapModeU", + "comment": "Texture U coordinate wrapping mode.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.TextureWrapMode", + "name": "wrapModeV", + "comment": "Texture V coordinate wrapping mode.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.TextureWrapMode", + "name": "wrapModeW", + "comment": "Texture W coordinate wrapping mode for Texture3D.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.FilterMode", + "name": "filterMode", + "comment": "Filtering mode of the Texture.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "anisoLevel", + "comment": "Defines the anisotropic filtering level of the Texture.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "mipMapBias", + "comment": "The mipmap bias of the Texture.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "texelSize", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "uint", + "name": "updateCount", + "comment": "This counter is incremented when the Texture is updated.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Hash128", + "name": "imageContentsHash", + "comment": "The hash value of the Texture.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "ulong", + "name": "totalTextureMemory", + "comment": "The total amount of Texture memory that Unity would use if it loads all Textures at mipmap level 0.\n\nThis is a theoretical value that does not take into account any input from the streaming system or any other input, for example when you set the`Texture2D.requestedMipmapLevel` manually.\n\nTo see a Texture memory value that takes inputs into account, use `desiredTextureMemory`.\n\n`totalTextureMemory` only includes instances of Texture2D and CubeMap Textures. It does not include any other Texture types, or 2D and CubeMap Textures that Unity creates internally.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "ulong", + "name": "desiredTextureMemory", + "comment": "The total size of the Textures, in bytes, that Unity loads if there were no other constraints. Before Unity loads any Textures, it applies the which reduces the loaded Texture resolution if the Texture sizes exceed its value. The `desiredTextureMemory` value takes into account the mipmap levels that Unity has requested or that you have set manually.\n\nFor example, if Unity does not load a Texture at full resolution because it is far away or its requested mipmap level is greater than 0, Unity reduces the `desiredTextureMemory` value to match the total memory needed.\n\nThe `desiredTextureMemory` value can be greater than the `targetTextureMemory` value.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "ulong", + "name": "targetTextureMemory", + "comment": "The total amount of Texture memory that Unity allocates to the Textures in the scene after it applies the and finishes loading Textures. `targetTextureMemory`also takes mipmap streaming settings into account. This value only includes instances of Texture2D and CubeMap Textures. It does not include any other Texture types, or 2D and CubeMap Textures that Unity creates internally.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "ulong", + "name": "currentTextureMemory", + "comment": "The amount of memory that all Textures in the scene use.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "ulong", + "name": "nonStreamingTextureMemory", + "comment": "The amount of memory Unity allocates for non-streaming Textures in the scene. This only includes instances of Texture2D and CubeMap Textures. This does not include any other Texture types, or 2D and CubeMap Textures that Unity creates internally.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "ulong", + "name": "streamingMipmapUploadCount", + "comment": "How many times has a Texture been uploaded due to Texture mipmap streaming.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "ulong", + "name": "streamingRendererCount", + "comment": "Number of renderers registered with the Texture streaming system.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "ulong", + "name": "streamingTextureCount", + "comment": "Number of streaming Textures.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "ulong", + "name": "nonStreamingTextureCount", + "comment": "The number of non-streaming Textures in the scene. This includes instances of Texture2D and CubeMap Textures. This does not include any other Texture types, or 2D and CubeMap Textures that Unity creates internally.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "ulong", + "name": "streamingTexturePendingLoadCount", + "comment": "Number of streaming Textures with outstanding mipmaps to be loaded.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "ulong", + "name": "streamingTextureLoadingCount", + "comment": "Number of streaming Textures with mipmaps currently loading.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "streamingTextureForceLoadAll", + "comment": "Force streaming Textures to load all mipmap levels.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "streamingTextureDiscardUnusedMips", + "comment": "This property forces the streaming Texture system to discard all unused mipmaps instead of caching them until the Texture is exceeded. This is useful when you profile or write tests to keep a predictable set of Textures in memory.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "allowThreadedTextureCreation", + "comment": "Allow Unity internals to perform Texture creation on any thread (rather than the dedicated render thread).\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "forcedMin", "typeName": "int" }, + { "name": "globalMax", "typeName": "int" } + ], + "isStatic": true, + "name": "SetGlobalAnisotropicFilteringLimits", + "comment": "Sets Anisotropic limits.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [], + "isStatic": false, + "name": "GetNativeTexturePtr", + "comment": "Pointer to an underlying graphics API Texture resource.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetNativeTextureID", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "IncrementUpdateCount", + "comment": "Increment the update counter.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "SetStreamingTextureMaterialDebugProperties", + "comment": "This function sets mipmap streaming debug properties on any materials that use this Texture through the mipmap streaming system.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "Texture", + "comment": "Base class for Texture handling.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.Texture", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.TextureFormat", + "name": "format", + "comment": "The format of the pixel data in the texture (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Texture2D", + "name": "whiteTexture", + "comment": "Gets a small Texture with all white pixels.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Texture2D", + "name": "blackTexture", + "comment": "Gets a small Texture with all black pixels.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Texture2D", + "name": "redTexture", + "comment": "Gets a small Texture with all red pixels.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Texture2D", + "name": "grayTexture", + "comment": "Gets a small Texture with all gray pixels.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Texture2D", + "name": "linearGrayTexture", + "comment": "Gets a small Texture with all gray pixels.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Texture2D", + "name": "normalTexture", + "comment": "Gets a small Texture with pixels that represent surface normal vectors at a neutral position.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "isReadable", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "vtOnly", + "comment": "Returns true if the VTOnly checkbox was checked when the texture was imported; otherwise returns false. For additional information, see TextureImporter.vtOnly.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "streamingMipmaps", + "comment": "Determines whether mipmap streaming is enabled for this Texture.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "streamingMipmapsPriority", + "comment": "Sets the relative priority for this Texture when reducing memory size to fit within the memory budget.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "requestedMipmapLevel", + "comment": "The mipmap level to load.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "minimumMipmapLevel", + "comment": "Restricts the mipmap streaming system to a minimum mip level for this Texture.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "calculatedMipmapLevel", + "comment": "The mipmap level calculated by the streaming system, which takes into account the streaming Cameras and the location of the objects containing this Texture. This is unaffected by requestedMipmapLevel or minimumMipmapLevel.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "desiredMipmapLevel", + "comment": "The mipmap level that the streaming system would load before memory budgets are applied.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "loadingMipmapLevel", + "comment": "The mipmap level that the mipmap streaming system is in the process of loading.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "loadedMipmapLevel", + "comment": "The mipmap level that is currently loaded by the streaming system.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "alphaIsTransparency", + "comment": "Indicates whether this texture was imported with TextureImporter.alphaIsTransparency enabled. This setting is available only in the Editor scripts. Note that changing this setting will have no effect; it must be enabled in TextureImporter instead.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "highQuality", "typeName": "bool" }], + "isStatic": false, + "name": "Compress", + "comment": "Compress texture into DXT format.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ClearRequestedMipmapLevel", + "comment": "Resets the requestedMipmapLevel field.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "IsRequestedMipmapLevelLoaded", + "comment": "True if the mipmap level requested by requestedMipmapLevel has finished loading.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ClearMinimumMipmapLevel", + "comment": "Resets the minimumMipmapLevel field.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "nativeTex", "typeName": "System.IntPtr" }], + "isStatic": false, + "name": "UpdateExternalTexture", + "comment": "Updates Unity texture to use different native texture object.\n\n```plaintext\nParams: nativeTex - Native 2D texture object.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetRawTextureData", + "comment": "Raw texture data as a byte array.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "x", "typeName": "int" }, + { "name": "y", "typeName": "int" }, + { "name": "blockWidth", "typeName": "int" }, + { "name": "blockHeight", "typeName": "int" }, + { "name": "miplevel", "typeName": "int" } + ], + "isStatic": false, + "name": "GetPixels", + "comment": "An array that contains a copy of the requested pixel colors.\n\n```plaintext\nParams: x - The x position of the pixel array to fetch.\n y - The y position of the pixel array to fetch.\n blockWidth - The width length of the pixel array to fetch.\n blockHeight - The height length of the pixel array to fetch.\n miplevel - The mip level to read pixel data from. The default is 0.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "x", "typeName": "int" }, + { "name": "y", "typeName": "int" }, + { "name": "blockWidth", "typeName": "int" }, + { "name": "blockHeight", "typeName": "int" } + ], + "isStatic": false, + "name": "GetPixels", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "miplevel", "typeName": "int" }], + "isStatic": false, + "name": "GetPixels32", + "comment": "An array that contains a copy of the requested pixel colors.\n\n```plaintext\nParams: miplevel - The mip level to read pixel data from. The default is 0.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetPixels32", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "textures", "typeName": "UnityEngine.Texture2D[]" }, + { "name": "padding", "typeName": "int" }, + { "name": "maximumAtlasSize", "typeName": "int" }, + { "name": "makeNoLongerReadable", "typeName": "bool" } + ], + "isStatic": false, + "name": "PackTextures", + "comment": "An array of rectangles containing the UV coordinates in the atlas for each input texture, or null if packing fails.\n\n```plaintext\nParams: textures - Array of textures to pack into the atlas.\n padding - Padding in pixels between the packed textures.\n maximumAtlasSize - Maximum size of the resulting texture.\n makeNoLongerReadable - Should the texture be marked as no longer readable?\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "textures", "typeName": "UnityEngine.Texture2D[]" }, + { "name": "padding", "typeName": "int" }, + { "name": "maximumAtlasSize", "typeName": "int" } + ], + "isStatic": false, + "name": "PackTextures", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "textures", "typeName": "UnityEngine.Texture2D[]" }, + { "name": "padding", "typeName": "int" } + ], + "isStatic": false, + "name": "PackTextures", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "width", "typeName": "int" }, + { "name": "height", "typeName": "int" }, + { + "name": "format", + "typeName": "UnityEngine.Experimental.Rendering.DefaultFormat" + }, + { + "name": "flags", + "typeName": "UnityEngine.Experimental.Rendering.TextureCreationFlags" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "width", "typeName": "int" }, + { "name": "height", "typeName": "int" }, + { + "name": "format", + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" + }, + { + "name": "flags", + "typeName": "UnityEngine.Experimental.Rendering.TextureCreationFlags" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "width", "typeName": "int" }, + { "name": "height", "typeName": "int" }, + { + "name": "format", + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" + }, + { "name": "mipCount", "typeName": "int" }, + { + "name": "flags", + "typeName": "UnityEngine.Experimental.Rendering.TextureCreationFlags" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "width", "typeName": "int" }, + { "name": "height", "typeName": "int" }, + { + "name": "textureFormat", + "typeName": "UnityEngine.TextureFormat" + }, + { "name": "mipCount", "typeName": "int" }, + { "name": "linear", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "width", "typeName": "int" }, + { "name": "height", "typeName": "int" }, + { + "name": "textureFormat", + "typeName": "UnityEngine.TextureFormat" + }, + { "name": "mipChain", "typeName": "bool" }, + { "name": "linear", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Create a new empty texture.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "width", "typeName": "int" }, + { "name": "height", "typeName": "int" }, + { + "name": "textureFormat", + "typeName": "UnityEngine.TextureFormat" + }, + { "name": "mipChain", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Create a new empty texture.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "width", "typeName": "int" }, + { "name": "height", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Create a new empty texture.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Texture2D", + "params": [ + { "name": "width", "typeName": "int" }, + { "name": "height", "typeName": "int" }, + { "name": "format", "typeName": "UnityEngine.TextureFormat" }, + { "name": "mipChain", "typeName": "bool" }, + { "name": "linear", "typeName": "bool" }, + { "name": "nativeTex", "typeName": "System.IntPtr" } + ], + "isStatic": true, + "name": "CreateExternalTexture", + "comment": "Creates a Unity Texture out of an externally created native texture object.\n\n```plaintext\nParams: nativeTex - Native 2D texture object.\n width - Width of texture in pixels.\n height - Height of texture in pixels.\n format - Format of underlying texture object.\n mipmap - Does the texture have mipmaps?\n linear - Is texture using linear color space?\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "x", "typeName": "int" }, + { "name": "y", "typeName": "int" }, + { "name": "color", "typeName": "UnityEngine.Color" } + ], + "isStatic": false, + "name": "SetPixel", + "comment": "Sets pixel color at coordinates (x,y).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "x", "typeName": "int" }, + { "name": "y", "typeName": "int" }, + { "name": "color", "typeName": "UnityEngine.Color" }, + { "name": "mipLevel", "typeName": "int" } + ], + "isStatic": false, + "name": "SetPixel", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "x", "typeName": "int" }, + { "name": "y", "typeName": "int" }, + { "name": "blockWidth", "typeName": "int" }, + { "name": "blockHeight", "typeName": "int" }, + { "name": "colors", "typeName": "UnityEngine.Color[]" }, + { "name": "miplevel", "typeName": "int" } + ], + "isStatic": false, + "name": "SetPixels", + "comment": "Set a block of pixel colors.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "x", "typeName": "int" }, + { "name": "y", "typeName": "int" }, + { "name": "blockWidth", "typeName": "int" }, + { "name": "blockHeight", "typeName": "int" }, + { "name": "colors", "typeName": "UnityEngine.Color[]" } + ], + "isStatic": false, + "name": "SetPixels", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "colors", "typeName": "UnityEngine.Color[]" }, + { "name": "miplevel", "typeName": "int" } + ], + "isStatic": false, + "name": "SetPixels", + "comment": "Set a block of pixel colors.\n\n```plaintext\nParams: colors - The array of pixel colours to assign (a 2D image flattened to a 1D array).\n miplevel - The mip level of the texture to write to.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "colors", "typeName": "UnityEngine.Color[]" }], + "isStatic": false, + "name": "SetPixels", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Color", + "params": [ + { "name": "x", "typeName": "int" }, + { "name": "y", "typeName": "int" } + ], + "isStatic": false, + "name": "GetPixel", + "comment": "Returns pixel color at coordinates (x, y).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Color", + "params": [ + { "name": "x", "typeName": "int" }, + { "name": "y", "typeName": "int" }, + { "name": "mipLevel", "typeName": "int" } + ], + "isStatic": false, + "name": "GetPixel", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Color", + "params": [ + { "name": "u", "typeName": "float" }, + { "name": "v", "typeName": "float" } + ], + "isStatic": false, + "name": "GetPixelBilinear", + "comment": "Returns filtered pixel color at normalized coordinates (u, v).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Color", + "params": [ + { "name": "u", "typeName": "float" }, + { "name": "v", "typeName": "float" }, + { "name": "mipLevel", "typeName": "int" } + ], + "isStatic": false, + "name": "GetPixelBilinear", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "data", "typeName": "System.IntPtr" }, + { "name": "size", "typeName": "int" } + ], + "isStatic": false, + "name": "LoadRawTextureData", + "comment": "Fills texture pixels with raw preformatted data.\n\n```plaintext\nParams: data - Raw data array to initialize texture pixels with.\n size - Size of data in bytes.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "data", "typeName": "byte[]" }], + "isStatic": false, + "name": "LoadRawTextureData", + "comment": "Fills texture pixels with raw preformatted data.\n\n```plaintext\nParams: data - Raw data array to initialize texture pixels with.\n size - Size of data in bytes.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "data", "typeName": "Unity.Collections.NativeArray" } + ], + "isStatic": false, + "name": "LoadRawTextureData", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "data", "typeName": "T[]" }, + { "name": "mipLevel", "typeName": "int" }, + { "name": "sourceDataStartIndex", "typeName": "int" } + ], + "isStatic": false, + "name": "SetPixelData", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "data", "typeName": "Unity.Collections.NativeArray" }, + { "name": "mipLevel", "typeName": "int" }, + { "name": "sourceDataStartIndex", "typeName": "int" } + ], + "isStatic": false, + "name": "SetPixelData", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "NativeArray", + "params": [{ "name": "mipLevel", "typeName": "int" }], + "isStatic": false, + "name": "GetPixelData", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "NativeArray", + "params": [], + "isStatic": false, + "name": "GetRawTextureData", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "updateMipmaps", "typeName": "bool" }, + { "name": "makeNoLongerReadable", "typeName": "bool" } + ], + "isStatic": false, + "name": "Apply", + "comment": "Actually apply all previous SetPixel and SetPixels changes.\n\n```plaintext\nParams: updateMipmaps - When set to true, mipmap levels are recalculated.\n makeNoLongerReadable - When set to true, Unity discards the copy of pixel data in CPU-addressable memory after this operation.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "updateMipmaps", "typeName": "bool" }], + "isStatic": false, + "name": "Apply", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Apply", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "width", "typeName": "int" }, + { "name": "height", "typeName": "int" } + ], + "isStatic": false, + "name": "Resize", + "comment": "Resizes the texture.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "width", "typeName": "int" }, + { "name": "height", "typeName": "int" }, + { "name": "format", "typeName": "UnityEngine.TextureFormat" }, + { "name": "hasMipMap", "typeName": "bool" } + ], + "isStatic": false, + "name": "Resize", + "comment": "Resizes the texture.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "width", "typeName": "int" }, + { "name": "height", "typeName": "int" }, + { + "name": "format", + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" + }, + { "name": "hasMipMap", "typeName": "bool" } + ], + "isStatic": false, + "name": "Resize", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "source", "typeName": "UnityEngine.Rect" }, + { "name": "destX", "typeName": "int" }, + { "name": "destY", "typeName": "int" }, + { "name": "recalculateMipMaps", "typeName": "bool" } + ], + "isStatic": false, + "name": "ReadPixels", + "comment": "Reads the pixels from the current render target (the screen, or a RenderTexture), and writes them to the texture.\n\n```plaintext\nParams: source - The region of the render target to read from.\n destX - The horizontal pixel position in the texture to write the pixels to.\n destY - The vertical pixel position in the texture to write the pixels to.\n recalculateMipMaps - If this parameter is true, Unity automatically recalculates the mipmaps for the texture after writing the pixel data. Otherwise, Unity does not do this automatically.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "source", "typeName": "UnityEngine.Rect" }, + { "name": "destX", "typeName": "int" }, + { "name": "destY", "typeName": "int" } + ], + "isStatic": false, + "name": "ReadPixels", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "sizes", "typeName": "UnityEngine.Vector2[]" }, + { "name": "padding", "typeName": "int" }, + { "name": "atlasSize", "typeName": "int" }, + { + "name": "results", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": true, + "name": "GenerateAtlas", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "colors", "typeName": "UnityEngine.Color32[]" }, + { "name": "miplevel", "typeName": "int" } + ], + "isStatic": false, + "name": "SetPixels32", + "comment": "Set a block of pixel colors.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "colors", "typeName": "UnityEngine.Color32[]" }], + "isStatic": false, + "name": "SetPixels32", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "x", "typeName": "int" }, + { "name": "y", "typeName": "int" }, + { "name": "blockWidth", "typeName": "int" }, + { "name": "blockHeight", "typeName": "int" }, + { "name": "colors", "typeName": "UnityEngine.Color32[]" }, + { "name": "miplevel", "typeName": "int" } + ], + "isStatic": false, + "name": "SetPixels32", + "comment": "Set a block of pixel colors.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "x", "typeName": "int" }, + { "name": "y", "typeName": "int" }, + { "name": "blockWidth", "typeName": "int" }, + { "name": "blockHeight", "typeName": "int" }, + { "name": "colors", "typeName": "UnityEngine.Color32[]" } + ], + "isStatic": false, + "name": "SetPixels32", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "miplevel", "typeName": "int" }], + "isStatic": false, + "name": "GetPixels", + "comment": "An array that contains a copy of the requested pixel colors.\n\n```plaintext\nParams: miplevel - The mip level to read pixel data from. The default is 0.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetPixels", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "Texture2D", + "comment": "Class that represents textures in C# code.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.LightProbeProxyVolume.ResolutionMode", + "name": "Automatic", + "comment": "The automatic mode uses a number of interpolated Light Probes per unit area, and uses the bounding volume size to compute the resolution. The final resolution value is a power of 2.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.LightProbeProxyVolume.ResolutionMode", + "name": "Custom", + "comment": "The custom mode allows you to specify the 3D grid resolution.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.LightProbeProxyVolume.ResolutionMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "ResolutionMode", + "comment": "The resolution mode for generating a grid of interpolated Light Probes.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.LightProbeProxyVolume.BoundingBoxMode", + "name": "AutomaticLocal", + "comment": "The bounding box encloses the current Renderer and all the relevant Renderers down the hierarchy, in local space.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.LightProbeProxyVolume.BoundingBoxMode", + "name": "AutomaticWorld", + "comment": "The bounding box encloses the current Renderer and all the relevant Renderers down the hierarchy, in world space.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.LightProbeProxyVolume.BoundingBoxMode", + "name": "Custom", + "comment": "A custom local-space bounding box is used. The user is able to edit the bounding box.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.LightProbeProxyVolume.BoundingBoxMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "BoundingBoxMode", + "comment": "The bounding box mode for generating a grid of interpolated Light Probes.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.LightProbeProxyVolume.ProbePositionMode", + "name": "CellCorner", + "comment": "Divide the volume in cells based on resolution, and generate interpolated Light Probes positions in the corner/edge of the cells.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.LightProbeProxyVolume.ProbePositionMode", + "name": "CellCenter", + "comment": "Divide the volume in cells based on resolution, and generate interpolated Light Probe positions in the center of the cells.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.LightProbeProxyVolume.ProbePositionMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "ProbePositionMode", + "comment": "The mode in which the interpolated Light Probe positions are generated.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.LightProbeProxyVolume.RefreshMode", + "name": "Automatic", + "comment": "Automatically detects updates in Light Probes and triggers an update of the Light Probe volume.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.LightProbeProxyVolume.RefreshMode", + "name": "EveryFrame", + "comment": "Causes Unity to update the Light Probe Proxy Volume every frame.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.LightProbeProxyVolume.RefreshMode", + "name": "ViaScripting", + "comment": "Use this option to indicate that the Light Probe Proxy Volume is never to be automatically updated by Unity.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.LightProbeProxyVolume.RefreshMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "RefreshMode", + "comment": "An enum describing the way a Light Probe Proxy Volume refreshes in the Player.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.LightProbeProxyVolume.QualityMode", + "name": "Low", + "comment": "This option will use only two SH coefficients bands: L0 and L1. The coefficients are sampled from the Light Probe Proxy Volume 3D Texture. Using this option might increase the draw call batch sizes by not having to change the L2 coefficients per Renderer.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.LightProbeProxyVolume.QualityMode", + "name": "Normal", + "comment": "This option will use L0 and L1 SH coefficients from the Light Probe Proxy Volume 3D Texture. The L2 coefficients are constant per Renderer. By having to provide the L2 coefficients, draw call batches might be broken.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.LightProbeProxyVolume.QualityMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "QualityMode", + "comment": "An enum describing the Quality option used by the Light Probe Proxy Volume component.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Texture2D.EXRFlags", + "name": "None", + "comment": "No flag. This will result in an uncompressed 16-bit float EXR file.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Texture2D.EXRFlags", + "name": "OutputAsFloat", + "comment": "The texture will be exported as a 32-bit float EXR file (default is 16-bit).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Texture2D.EXRFlags", + "name": "CompressZIP", + "comment": "The texture will use the EXR ZIP compression format.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Texture2D.EXRFlags", + "name": "CompressRLE", + "comment": "The texture will use RLE (Run Length Encoding) EXR compression format (similar to Targa RLE compression).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Texture2D.EXRFlags", + "name": "CompressPIZ", + "comment": "This texture will use Wavelet compression. This is best used for grainy images.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Texture2D.EXRFlags", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "EXRFlags", + "comment": "Flags used to control the encoding to an EXR file.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.LightProbeProxyVolume.DataFormat", + "name": "HalfFloat", + "comment": "A 16-bit half floating-point format is used for the Light Probe Proxy Volume 3D texture.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.LightProbeProxyVolume.DataFormat", + "name": "Float", + "comment": "A 32-bit floating-point format is used for the Light Probe Proxy Volume 3D texture.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.LightProbeProxyVolume.DataFormat", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "DataFormat", + "comment": "The texture data format used by the Light Probe Proxy Volume 3D texture.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.CustomRenderTextureInitializationSource", + "name": "TextureAndColor", + "comment": "Custom Render Texture is initialized by a Texture multiplied by a Color.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.CustomRenderTextureInitializationSource", + "name": "Material", + "comment": "Custom Render Texture is initalized with a Material.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.CustomRenderTextureInitializationSource", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "CustomRenderTextureInitializationSource", + "comment": "Specify the source of a Custom Render Texture initialization.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.CustomRenderTextureUpdateMode", + "name": "OnLoad", + "comment": "Initialization/Update will occur once at load time and then can be triggered again by script.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.CustomRenderTextureUpdateMode", + "name": "Realtime", + "comment": "Initialization/Update will occur at every frame.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.CustomRenderTextureUpdateMode", + "name": "OnDemand", + "comment": "Initialization/Update will only occur when triggered by the script.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.CustomRenderTextureUpdateMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "CustomRenderTextureUpdateMode", + "comment": "Frequency of update or initialization of a Custom Render Texture.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.CustomRenderTextureUpdateZoneSpace", + "name": "Normalized", + "comment": "Coordinates are normalized. (0, 0) is top left and (1, 1) is bottom right.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.CustomRenderTextureUpdateZoneSpace", + "name": "Pixel", + "comment": "Coordinates are expressed in pixels. (0, 0) is top left (width, height) is bottom right.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.CustomRenderTextureUpdateZoneSpace", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "CustomRenderTextureUpdateZoneSpace", + "comment": "Space in which coordinates are provided for Update Zones.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.MotionVectorGenerationMode", + "name": "Camera", + "comment": "Use only camera movement to track motion.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.MotionVectorGenerationMode", + "name": "Object", + "comment": "Use a specific pass (if required) to track motion.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.MotionVectorGenerationMode", + "name": "ForceNoMotion", + "comment": "Do not track motion. Motion vectors will be 0.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.MotionVectorGenerationMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "MotionVectorGenerationMode", + "comment": "The type of motion vectors that should be generated.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.LineTextureMode", + "name": "Stretch", + "comment": "Map the texture once along the entire length of the line.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.LineTextureMode", + "name": "Tile", + "comment": "Repeat the texture along the line, based on its length in world units. To set the tiling rate, use Material.SetTextureScale.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.LineTextureMode", + "name": "DistributePerSegment", + "comment": "Map the texture once along the entire length of the line, assuming all vertices are evenly spaced.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.LineTextureMode", + "name": "RepeatPerSegment", + "comment": "Repeat the texture along the line, repeating at a rate of once per line segment. To adjust the tiling rate, use Material.SetTextureScale.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.LineTextureMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "LineTextureMode", + "comment": "Choose how textures are applied to Lines and Trails.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.LineAlignment", + "name": "View", + "comment": "Lines face the camera.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.LineAlignment", + "name": "Local", + "comment": "Lines face the direction of the Transform Component.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.LineAlignment", + "name": "TransformZ", + "comment": "Lines face the Z axis of the Transform Component.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.LineAlignment", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "LineAlignment", + "comment": "Control the direction lines face, when using the LineRenderer or TrailRenderer.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.XR.Provider", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "xrSubsystem", + "typeName": "UnityEngine.IntegratedSubsystem" + }, + { "name": "tag", "typeName": "string" }, + { "name": "value", "typeName": "float" } + ], + "isStatic": true, + "name": "TryGetStat", + "comment": "", + "location": "UnityEngine.XRModule.dll" + } + ], + "name": "XRStats", + "comment": "Provides timing and other statistics from XR subsystems.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.Texture", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.TextureFormat", + "name": "format", + "comment": "The format of the pixel data in the texture (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "isReadable", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "streamingMipmaps", + "comment": "Determines whether mipmap streaming is enabled for this Texture.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "streamingMipmapsPriority", + "comment": "Sets the relative priority for this Texture when reducing memory size to fit within the memory budget.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "requestedMipmapLevel", + "comment": "The mipmap level to load.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "desiredMipmapLevel", + "comment": "The mipmap level that the streaming system would load before memory budgets are applied.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "loadingMipmapLevel", + "comment": "The mipmap level that the mipmap streaming system is in the process of loading.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "loadedMipmapLevel", + "comment": "The mipmap level that is currently loaded by the streaming system.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "nativeTexture", "typeName": "System.IntPtr" }], + "isStatic": false, + "name": "UpdateExternalTexture", + "comment": "Updates Unity cubemap to use different native cubemap texture object.\n\n```plaintext\nParams: nativeTexture - Native cubemap texture object.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "smoothRegionWidthInPixels", "typeName": "int" } + ], + "isStatic": false, + "name": "SmoothEdges", + "comment": "Performs smoothing of near edge regions.\n\n```plaintext\nParams: smoothRegionWidthInPixels - Pixel distance at edges over which to apply smoothing.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "SmoothEdges", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "face", "typeName": "UnityEngine.CubemapFace" }, + { "name": "miplevel", "typeName": "int" } + ], + "isStatic": false, + "name": "GetPixels", + "comment": "An array that contains a copy of the requested pixel colors, represented by Color structs.\n\n```plaintext\nParams: face - The cubemap face to read pixel data from.\n miplevel - The mip level to read pixel data from. The default is 0.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "face", "typeName": "UnityEngine.CubemapFace" }], + "isStatic": false, + "name": "GetPixels", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "colors", "typeName": "UnityEngine.Color[]" }, + { "name": "face", "typeName": "UnityEngine.CubemapFace" }, + { "name": "miplevel", "typeName": "int" } + ], + "isStatic": false, + "name": "SetPixels", + "comment": "Sets pixel colors of a cubemap face.\n\n```plaintext\nParams: colors - Pixel data for the Cubemap face.\n face - The face to which the new data should be applied.\n miplevel - The mipmap level for the face.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "colors", "typeName": "UnityEngine.Color[]" }, + { "name": "face", "typeName": "UnityEngine.CubemapFace" } + ], + "isStatic": false, + "name": "SetPixels", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ClearRequestedMipmapLevel", + "comment": "Resets the requestedMipmapLevel field.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "IsRequestedMipmapLevelLoaded", + "comment": "True if the mipmap level requested by requestedMipmapLevel has finished loading.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "width", "typeName": "int" }, + { + "name": "format", + "typeName": "UnityEngine.Experimental.Rendering.DefaultFormat" + }, + { + "name": "flags", + "typeName": "UnityEngine.Experimental.Rendering.TextureCreationFlags" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "width", "typeName": "int" }, + { + "name": "format", + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" + }, + { + "name": "flags", + "typeName": "UnityEngine.Experimental.Rendering.TextureCreationFlags" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "width", "typeName": "int" }, + { "name": "format", "typeName": "UnityEngine.TextureFormat" }, + { "name": "mipCount", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "width", "typeName": "int" }, + { + "name": "format", + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" + }, + { + "name": "flags", + "typeName": "UnityEngine.Experimental.Rendering.TextureCreationFlags" + }, + { "name": "mipCount", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "width", "typeName": "int" }, + { + "name": "textureFormat", + "typeName": "UnityEngine.TextureFormat" + }, + { "name": "mipChain", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Create a new empty cubemap texture.\n\n```plaintext\nParams: size - Width/height of a cube face in pixels.\n format - Pixel data format to be used for the Cubemap.\n mipmap - Should mipmaps be created?\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Cubemap", + "params": [ + { "name": "width", "typeName": "int" }, + { "name": "format", "typeName": "UnityEngine.TextureFormat" }, + { "name": "mipmap", "typeName": "bool" }, + { "name": "nativeTex", "typeName": "System.IntPtr" } + ], + "isStatic": true, + "name": "CreateExternalTexture", + "comment": "Creates a Unity cubemap out of externally created native cubemap object.\n\n```plaintext\nParams: size - The width and height of each face of the cubemap should be the same.\n format - Format of underlying cubemap object.\n mipmap - Does the cubemap have mipmaps?\n nativeTex - Native cubemap texture object.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "data", "typeName": "T[]" }, + { "name": "mipLevel", "typeName": "int" }, + { "name": "face", "typeName": "UnityEngine.CubemapFace" }, + { "name": "sourceDataStartIndex", "typeName": "int" } + ], + "isStatic": false, + "name": "SetPixelData", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "data", "typeName": "Unity.Collections.NativeArray" }, + { "name": "mipLevel", "typeName": "int" }, + { "name": "face", "typeName": "UnityEngine.CubemapFace" }, + { "name": "sourceDataStartIndex", "typeName": "int" } + ], + "isStatic": false, + "name": "SetPixelData", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "NativeArray", + "params": [ + { "name": "mipLevel", "typeName": "int" }, + { "name": "face", "typeName": "UnityEngine.CubemapFace" } + ], + "isStatic": false, + "name": "GetPixelData", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "face", "typeName": "UnityEngine.CubemapFace" }, + { "name": "x", "typeName": "int" }, + { "name": "y", "typeName": "int" }, + { "name": "color", "typeName": "UnityEngine.Color" } + ], + "isStatic": false, + "name": "SetPixel", + "comment": "Sets pixel color at coordinates (face, x, y).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Color", + "params": [ + { "name": "face", "typeName": "UnityEngine.CubemapFace" }, + { "name": "x", "typeName": "int" }, + { "name": "y", "typeName": "int" } + ], + "isStatic": false, + "name": "GetPixel", + "comment": "Returns pixel color at coordinates (face, x, y).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "updateMipmaps", "typeName": "bool" }, + { "name": "makeNoLongerReadable", "typeName": "bool" } + ], + "isStatic": false, + "name": "Apply", + "comment": "Actually apply all previous SetPixel and SetPixels changes.\n\n```plaintext\nParams: updateMipmaps - When set to true, mipmap levels are recalculated.\n makeNoLongerReadable - When set to true, Unity discards the copy of pixel data in CPU-addressable memory after this operation.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "updateMipmaps", "typeName": "bool" }], + "isStatic": false, + "name": "Apply", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Apply", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "Cubemap", + "comment": "Class for handling cube maps, Use this to create or modify existing.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.Texture", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "depth", + "comment": "The depth of the texture (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.TextureFormat", + "name": "format", + "comment": "The format of the pixel data in the texture (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "isReadable", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "nativeTex", "typeName": "System.IntPtr" }], + "isStatic": false, + "name": "UpdateExternalTexture", + "comment": "Updates Unity texture to use different native texture object.\n\n```plaintext\nParams: nativeTex - Native 3D texture object.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "miplevel", "typeName": "int" }], + "isStatic": false, + "name": "GetPixels", + "comment": "An array that contains a copy of the requested pixel colors, represented by Color structs.\n\n```plaintext\nParams: miplevel - The mip level to read pixel data from. The default is 0.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetPixels", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "miplevel", "typeName": "int" }], + "isStatic": false, + "name": "GetPixels32", + "comment": "An array that contains a copy of the requested pixel colors.\n\n```plaintext\nParams: miplevel - The mip level to read pixel data from. The default is 0.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetPixels32", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "colors", "typeName": "UnityEngine.Color[]" }, + { "name": "miplevel", "typeName": "int" } + ], + "isStatic": false, + "name": "SetPixels", + "comment": "Sets pixel colors of a 3D texture.\n\n```plaintext\nParams: colors - The colors to set the pixels to.\n miplevel - The mipmap level to be affected by the new colors.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "colors", "typeName": "UnityEngine.Color[]" }], + "isStatic": false, + "name": "SetPixels", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "colors", "typeName": "UnityEngine.Color32[]" }, + { "name": "miplevel", "typeName": "int" } + ], + "isStatic": false, + "name": "SetPixels32", + "comment": "Sets pixel colors of a 3D texture.\n\n```plaintext\nParams: colors - The colors to set the pixels to.\n miplevel - The mipmap level to be affected by the new colors.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "colors", "typeName": "UnityEngine.Color32[]" }], + "isStatic": false, + "name": "SetPixels32", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "width", "typeName": "int" }, + { "name": "height", "typeName": "int" }, + { "name": "depth", "typeName": "int" }, + { + "name": "format", + "typeName": "UnityEngine.Experimental.Rendering.DefaultFormat" + }, + { + "name": "flags", + "typeName": "UnityEngine.Experimental.Rendering.TextureCreationFlags" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "width", "typeName": "int" }, + { "name": "height", "typeName": "int" }, + { "name": "depth", "typeName": "int" }, + { + "name": "format", + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" + }, + { + "name": "flags", + "typeName": "UnityEngine.Experimental.Rendering.TextureCreationFlags" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "width", "typeName": "int" }, + { "name": "height", "typeName": "int" }, + { "name": "depth", "typeName": "int" }, + { + "name": "format", + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" + }, + { + "name": "flags", + "typeName": "UnityEngine.Experimental.Rendering.TextureCreationFlags" + }, + { "name": "mipCount", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "width", "typeName": "int" }, + { "name": "height", "typeName": "int" }, + { "name": "depth", "typeName": "int" }, + { + "name": "textureFormat", + "typeName": "UnityEngine.TextureFormat" + }, + { "name": "mipCount", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "width", "typeName": "int" }, + { "name": "height", "typeName": "int" }, + { "name": "depth", "typeName": "int" }, + { + "name": "textureFormat", + "typeName": "UnityEngine.TextureFormat" + }, + { "name": "mipCount", "typeName": "int" }, + { "name": "nativeTex", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "width", "typeName": "int" }, + { "name": "height", "typeName": "int" }, + { "name": "depth", "typeName": "int" }, + { + "name": "textureFormat", + "typeName": "UnityEngine.TextureFormat" + }, + { "name": "mipChain", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Create a new empty 3D Texture.\n\n```plaintext\nParams: width - Width of texture in pixels.\n height - Height of texture in pixels.\n depth - Depth of texture in pixels.\n textureFormat - Texture data format.\n mipChain - Determines whether the texture has mipmaps or not. A value of 1 (true) means the texture does have mipmaps, and a value of 0 (false) means the texture doesn't have mipmaps.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "width", "typeName": "int" }, + { "name": "height", "typeName": "int" }, + { "name": "depth", "typeName": "int" }, + { + "name": "textureFormat", + "typeName": "UnityEngine.TextureFormat" + }, + { "name": "mipChain", "typeName": "bool" }, + { "name": "nativeTex", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Texture3D", + "params": [ + { "name": "width", "typeName": "int" }, + { "name": "height", "typeName": "int" }, + { "name": "depth", "typeName": "int" }, + { "name": "format", "typeName": "UnityEngine.TextureFormat" }, + { "name": "mipChain", "typeName": "bool" }, + { "name": "nativeTex", "typeName": "System.IntPtr" } + ], + "isStatic": true, + "name": "CreateExternalTexture", + "comment": "Creates Unity Texture out of externally created native texture object.\n\n```plaintext\nParams: nativeTex - Native 3D texture object.\n width - Width of texture in pixels.\n height - Height of texture in pixels.\n depth - Depth of texture in pixels\n format - Format of underlying texture object.\n mipmap - Does the texture have mipmaps?\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "updateMipmaps", "typeName": "bool" }, + { "name": "makeNoLongerReadable", "typeName": "bool" } + ], + "isStatic": false, + "name": "Apply", + "comment": "Actually apply all previous SetPixels changes.\n\n```plaintext\nParams: updateMipmaps - When set to true, mipmap levels are recalculated.\n makeNoLongerReadable - Whether to discard the copy of pixel data in CPU-addressable memory after this operation.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "updateMipmaps", "typeName": "bool" }], + "isStatic": false, + "name": "Apply", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Apply", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "x", "typeName": "int" }, + { "name": "y", "typeName": "int" }, + { "name": "z", "typeName": "int" }, + { "name": "color", "typeName": "UnityEngine.Color" } + ], + "isStatic": false, + "name": "SetPixel", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "x", "typeName": "int" }, + { "name": "y", "typeName": "int" }, + { "name": "z", "typeName": "int" }, + { "name": "color", "typeName": "UnityEngine.Color" }, + { "name": "mipLevel", "typeName": "int" } + ], + "isStatic": false, + "name": "SetPixel", + "comment": "Sets the pixel color that represents one mip level of the 3D texture at coordinates (x,y,z).\n\n```plaintext\nParams: x - X coordinate to access a pixel.\n y - Y coordinate to access a pixel.\n z - Z coordinate to access a pixel.\n color - The colors to set the pixels to.\n mipLevel - The mipmap level to be affected by the new colors.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Color", + "params": [ + { "name": "x", "typeName": "int" }, + { "name": "y", "typeName": "int" }, + { "name": "z", "typeName": "int" } + ], + "isStatic": false, + "name": "GetPixel", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Color", + "params": [ + { "name": "x", "typeName": "int" }, + { "name": "y", "typeName": "int" }, + { "name": "z", "typeName": "int" }, + { "name": "mipLevel", "typeName": "int" } + ], + "isStatic": false, + "name": "GetPixel", + "comment": "The color of the pixel.\n\n```plaintext\nParams: x - X coordinate to access a pixel.\n y - Y coordinate to access a pixel.\n z - Z coordinate to access a pixel.\n mipLevel - The mipmap level to be accessed.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Color", + "params": [ + { "name": "u", "typeName": "float" }, + { "name": "v", "typeName": "float" }, + { "name": "w", "typeName": "float" } + ], + "isStatic": false, + "name": "GetPixelBilinear", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Color", + "params": [ + { "name": "u", "typeName": "float" }, + { "name": "v", "typeName": "float" }, + { "name": "w", "typeName": "float" }, + { "name": "mipLevel", "typeName": "int" } + ], + "isStatic": false, + "name": "GetPixelBilinear", + "comment": "The colors to return by bilinear filtering.\n\n```plaintext\nParams: u - U normalized coordinate to access a pixel.\n v - V normalized coordinate to access a pixel.\n w - W normalized coordinate to access a pixel.\n mipLevel - The mipmap level to be accessed.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "data", "typeName": "T[]" }, + { "name": "mipLevel", "typeName": "int" }, + { "name": "sourceDataStartIndex", "typeName": "int" } + ], + "isStatic": false, + "name": "SetPixelData", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "data", "typeName": "Unity.Collections.NativeArray" }, + { "name": "mipLevel", "typeName": "int" }, + { "name": "sourceDataStartIndex", "typeName": "int" } + ], + "isStatic": false, + "name": "SetPixelData", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "NativeArray", + "params": [{ "name": "mipLevel", "typeName": "int" }], + "isStatic": false, + "name": "GetPixelData", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "Texture3D", + "comment": "Class for handling 3D Textures, Use this to create.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.Texture", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "allSlices", + "comment": "Read Only. This property is used as a parameter in some overloads of the CommandBuffer.Blit, Graphics.Blit, CommandBuffer.SetRenderTarget, and Graphics.SetRenderTarget methods to indicate that all texture array slices are bound. The value of this property is -1.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "depth", + "comment": "Number of elements in a texture array (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.TextureFormat", + "name": "format", + "comment": "Texture format (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "isReadable", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "", + "params": [ + { "name": "arrayElement", "typeName": "int" }, + { "name": "miplevel", "typeName": "int" } + ], + "isStatic": false, + "name": "GetPixels", + "comment": "An array that contains a copy of the requested pixel colors.\n\n```plaintext\nParams: arrayElement - The array slice to read pixel data from.\n miplevel - The mip level to read pixel data from. The default is 0.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "arrayElement", "typeName": "int" }], + "isStatic": false, + "name": "GetPixels", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "arrayElement", "typeName": "int" }, + { "name": "miplevel", "typeName": "int" } + ], + "isStatic": false, + "name": "GetPixels32", + "comment": "An array that contains a copy of the requested pixel colors.\n\n```plaintext\nParams: arrayElement - The array slice to read pixel data from.\n miplevel - The mip level to read pixel data from. The default is 0.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "arrayElement", "typeName": "int" }], + "isStatic": false, + "name": "GetPixels32", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "colors", "typeName": "UnityEngine.Color[]" }, + { "name": "arrayElement", "typeName": "int" }, + { "name": "miplevel", "typeName": "int" } + ], + "isStatic": false, + "name": "SetPixels", + "comment": "Set pixel colors for the whole mip level.\n\n```plaintext\nParams: colors - An array of pixel colors.\n arrayElement - The texture array element index.\n miplevel - The mip level.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "colors", "typeName": "UnityEngine.Color[]" }, + { "name": "arrayElement", "typeName": "int" } + ], + "isStatic": false, + "name": "SetPixels", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "colors", "typeName": "UnityEngine.Color32[]" }, + { "name": "arrayElement", "typeName": "int" }, + { "name": "miplevel", "typeName": "int" } + ], + "isStatic": false, + "name": "SetPixels32", + "comment": "Set pixel colors for the whole mip level.\n\n```plaintext\nParams: colors - An array of pixel colors.\n arrayElement - The texture array element index.\n miplevel - The mip level.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "colors", "typeName": "UnityEngine.Color32[]" }, + { "name": "arrayElement", "typeName": "int" } + ], + "isStatic": false, + "name": "SetPixels32", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "width", "typeName": "int" }, + { "name": "height", "typeName": "int" }, + { "name": "depth", "typeName": "int" }, + { + "name": "format", + "typeName": "UnityEngine.Experimental.Rendering.DefaultFormat" + }, + { + "name": "flags", + "typeName": "UnityEngine.Experimental.Rendering.TextureCreationFlags" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "width", "typeName": "int" }, + { "name": "height", "typeName": "int" }, + { "name": "depth", "typeName": "int" }, + { + "name": "format", + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" + }, + { + "name": "flags", + "typeName": "UnityEngine.Experimental.Rendering.TextureCreationFlags" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "width", "typeName": "int" }, + { "name": "height", "typeName": "int" }, + { "name": "depth", "typeName": "int" }, + { + "name": "format", + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" + }, + { + "name": "flags", + "typeName": "UnityEngine.Experimental.Rendering.TextureCreationFlags" + }, + { "name": "mipCount", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "width", "typeName": "int" }, + { "name": "height", "typeName": "int" }, + { "name": "depth", "typeName": "int" }, + { + "name": "textureFormat", + "typeName": "UnityEngine.TextureFormat" + }, + { "name": "mipCount", "typeName": "int" }, + { "name": "linear", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Create a new texture array.\n\n```plaintext\nParams: width - Width of texture array in pixels.\n height - Height of texture array in pixels.\n depth - Number of elements in the texture array.\n format - Format of the texture.\n mipmap - Should mipmaps be created?\n linear - Does the texture contain non-color data (i.e. don't do any color space conversions when sampling)? Default is false.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "width", "typeName": "int" }, + { "name": "height", "typeName": "int" }, + { "name": "depth", "typeName": "int" }, + { + "name": "textureFormat", + "typeName": "UnityEngine.TextureFormat" + }, + { "name": "mipChain", "typeName": "bool" }, + { "name": "linear", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Create a new texture array.\n\n```plaintext\nParams: width - Width of texture array in pixels.\n height - Height of texture array in pixels.\n depth - Number of elements in the texture array.\n format - Format of the texture.\n mipmap - Should mipmaps be created?\n linear - Does the texture contain non-color data (i.e. don't do any color space conversions when sampling)? Default is false.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "width", "typeName": "int" }, + { "name": "height", "typeName": "int" }, + { "name": "depth", "typeName": "int" }, + { + "name": "textureFormat", + "typeName": "UnityEngine.TextureFormat" + }, + { "name": "mipChain", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Create a new texture array.\n\n```plaintext\nParams: width - Width of texture array in pixels.\n height - Height of texture array in pixels.\n depth - Number of elements in the texture array.\n format - Format of the texture.\n mipmap - Should mipmaps be created?\n linear - Does the texture contain non-color data (i.e. don't do any color space conversions when sampling)? Default is false.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "updateMipmaps", "typeName": "bool" }, + { "name": "makeNoLongerReadable", "typeName": "bool" } + ], + "isStatic": false, + "name": "Apply", + "comment": "Actually apply all previous SetPixels changes.\n\n```plaintext\nParams: updateMipmaps - When set to true, mipmap levels are recalculated.\n makeNoLongerReadable - When set to true, Unity discards the copy of pixel data in CPU-addressable memory after this operation.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "data", "typeName": "T[]" }, + { "name": "mipLevel", "typeName": "int" }, + { "name": "element", "typeName": "int" }, + { "name": "sourceDataStartIndex", "typeName": "int" } + ], + "isStatic": false, + "name": "SetPixelData", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "data", "typeName": "Unity.Collections.NativeArray" }, + { "name": "mipLevel", "typeName": "int" }, + { "name": "element", "typeName": "int" }, + { "name": "sourceDataStartIndex", "typeName": "int" } + ], + "isStatic": false, + "name": "SetPixelData", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "NativeArray", + "params": [ + { "name": "mipLevel", "typeName": "int" }, + { "name": "element", "typeName": "int" } + ], + "isStatic": false, + "name": "GetPixelData", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "updateMipmaps", "typeName": "bool" }], + "isStatic": false, + "name": "Apply", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Apply", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "Texture2DArray", + "comment": "Class for handling 2D texture arrays.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.Texture", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "cubemapCount", + "comment": "Number of cubemaps in the array (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.TextureFormat", + "name": "format", + "comment": "Texture format (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "isReadable", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "", + "params": [ + { "name": "face", "typeName": "UnityEngine.CubemapFace" }, + { "name": "arrayElement", "typeName": "int" }, + { "name": "miplevel", "typeName": "int" } + ], + "isStatic": false, + "name": "GetPixels", + "comment": "An array that contains a copy of the requested pixel colors, represented by Color structs.\n\n```plaintext\nParams: face - The cubemap face to read pixel data from.\n arrayElement - The array element (\"slice\") to read pixel data from.\n miplevel - The mip level to read pixel data from. The default is 0.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "face", "typeName": "UnityEngine.CubemapFace" }, + { "name": "arrayElement", "typeName": "int" } + ], + "isStatic": false, + "name": "GetPixels", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "face", "typeName": "UnityEngine.CubemapFace" }, + { "name": "arrayElement", "typeName": "int" }, + { "name": "miplevel", "typeName": "int" } + ], + "isStatic": false, + "name": "GetPixels32", + "comment": "An array that contains a copy of the requested pixel colors, represented by lower-precision Color32 structs.\n\n```plaintext\nParams: face - The cubemap face to read pixel data from.\n arrayElement - The array element (\"slice\") to read pixel data from.\n miplevel - The mip level to read pixel data from. The default is 0.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "face", "typeName": "UnityEngine.CubemapFace" }, + { "name": "arrayElement", "typeName": "int" } + ], + "isStatic": false, + "name": "GetPixels32", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "colors", "typeName": "UnityEngine.Color[]" }, + { "name": "face", "typeName": "UnityEngine.CubemapFace" }, + { "name": "arrayElement", "typeName": "int" }, + { "name": "miplevel", "typeName": "int" } + ], + "isStatic": false, + "name": "SetPixels", + "comment": "Set pixel colors for a single array slice/face.\n\n```plaintext\nParams: colors - An array of pixel colors.\n face - Cubemap face to set pixels for.\n arrayElement - Array element index to set pixels for.\n miplevel - Mipmap level to set pixels for.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "colors", "typeName": "UnityEngine.Color[]" }, + { "name": "face", "typeName": "UnityEngine.CubemapFace" }, + { "name": "arrayElement", "typeName": "int" } + ], + "isStatic": false, + "name": "SetPixels", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "colors", "typeName": "UnityEngine.Color32[]" }, + { "name": "face", "typeName": "UnityEngine.CubemapFace" }, + { "name": "arrayElement", "typeName": "int" }, + { "name": "miplevel", "typeName": "int" } + ], + "isStatic": false, + "name": "SetPixels32", + "comment": "Set pixel colors for a single array slice/face.\n\n```plaintext\nParams: colors - An array of pixel colors in low precision (8 bits/channel) format.\n face - Cubemap face to set pixels for.\n arrayElement - Array element index to set pixels for.\n miplevel - Mipmap level to set pixels for.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "colors", "typeName": "UnityEngine.Color32[]" }, + { "name": "face", "typeName": "UnityEngine.CubemapFace" }, + { "name": "arrayElement", "typeName": "int" } + ], + "isStatic": false, + "name": "SetPixels32", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "width", "typeName": "int" }, + { "name": "cubemapCount", "typeName": "int" }, + { + "name": "format", + "typeName": "UnityEngine.Experimental.Rendering.DefaultFormat" + }, + { + "name": "flags", + "typeName": "UnityEngine.Experimental.Rendering.TextureCreationFlags" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "width", "typeName": "int" }, + { "name": "cubemapCount", "typeName": "int" }, + { + "name": "format", + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" + }, + { + "name": "flags", + "typeName": "UnityEngine.Experimental.Rendering.TextureCreationFlags" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "width", "typeName": "int" }, + { "name": "cubemapCount", "typeName": "int" }, + { + "name": "format", + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" + }, + { + "name": "flags", + "typeName": "UnityEngine.Experimental.Rendering.TextureCreationFlags" + }, + { "name": "mipCount", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "width", "typeName": "int" }, + { "name": "cubemapCount", "typeName": "int" }, + { + "name": "textureFormat", + "typeName": "UnityEngine.TextureFormat" + }, + { "name": "mipCount", "typeName": "int" }, + { "name": "linear", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "width", "typeName": "int" }, + { "name": "cubemapCount", "typeName": "int" }, + { + "name": "textureFormat", + "typeName": "UnityEngine.TextureFormat" + }, + { "name": "mipChain", "typeName": "bool" }, + { "name": "linear", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Create a new cubemap array.\n\n```plaintext\nParams: faceSize - Cubemap face size in pixels.\n cubemapCount - Number of elements in the cubemap array.\n format - Format of the pixel data.\n mipmap - Should mipmaps be created?\n linear - Does the texture contain non-color data (i.e. don't do any color space conversions when sampling)? Default is false.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "width", "typeName": "int" }, + { "name": "cubemapCount", "typeName": "int" }, + { + "name": "textureFormat", + "typeName": "UnityEngine.TextureFormat" + }, + { "name": "mipChain", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Create a new cubemap array.\n\n```plaintext\nParams: faceSize - Cubemap face size in pixels.\n cubemapCount - Number of elements in the cubemap array.\n format - Format of the pixel data.\n mipmap - Should mipmaps be created?\n linear - Does the texture contain non-color data (i.e. don't do any color space conversions when sampling)? Default is false.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "updateMipmaps", "typeName": "bool" }, + { "name": "makeNoLongerReadable", "typeName": "bool" } + ], + "isStatic": false, + "name": "Apply", + "comment": "Actually apply all previous SetPixels changes.\n\n```plaintext\nParams: updateMipmaps - When set to true, mipmap levels are recalculated.\n makeNoLongerReadable - When set to true, Unity discards the copy of pixel data in CPU-addressable memory after this operation.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "updateMipmaps", "typeName": "bool" }], + "isStatic": false, + "name": "Apply", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Apply", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "data", "typeName": "T[]" }, + { "name": "mipLevel", "typeName": "int" }, + { "name": "face", "typeName": "UnityEngine.CubemapFace" }, + { "name": "element", "typeName": "int" }, + { "name": "sourceDataStartIndex", "typeName": "int" } + ], + "isStatic": false, + "name": "SetPixelData", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "data", "typeName": "Unity.Collections.NativeArray" }, + { "name": "mipLevel", "typeName": "int" }, + { "name": "face", "typeName": "UnityEngine.CubemapFace" }, + { "name": "element", "typeName": "int" }, + { "name": "sourceDataStartIndex", "typeName": "int" } + ], + "isStatic": false, + "name": "SetPixelData", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "NativeArray", + "params": [ + { "name": "mipLevel", "typeName": "int" }, + { "name": "face", "typeName": "UnityEngine.CubemapFace" }, + { "name": "element", "typeName": "int" } + ], + "isStatic": false, + "name": "GetPixelData", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "CubemapArray", + "comment": "Class for handling Cubemap arrays.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.Texture", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "tileWidth", + "comment": "Get sparse texture tile width (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "tileHeight", + "comment": "Get sparse texture tile height (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "isCreated", + "comment": "Is the sparse texture actually created? (Read Only)\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "tileX", "typeName": "int" }, + { "name": "tileY", "typeName": "int" }, + { "name": "miplevel", "typeName": "int" }, + { "name": "data", "typeName": "UnityEngine.Color32[]" } + ], + "isStatic": false, + "name": "UpdateTile", + "comment": "Update sparse texture tile with color values.\n\n```plaintext\nParams: tileX - Tile X coordinate.\n tileY - Tile Y coordinate.\n miplevel - Mipmap level of the texture.\n data - Tile color data.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "tileX", "typeName": "int" }, + { "name": "tileY", "typeName": "int" }, + { "name": "miplevel", "typeName": "int" }, + { "name": "data", "typeName": "byte[]" } + ], + "isStatic": false, + "name": "UpdateTileRaw", + "comment": "Update sparse texture tile with raw pixel values.\n\n```plaintext\nParams: tileX - Tile X coordinate.\n tileY - Tile Y coordinate.\n miplevel - Mipmap level of the texture.\n data - Tile raw pixel data.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "tileX", "typeName": "int" }, + { "name": "tileY", "typeName": "int" }, + { "name": "miplevel", "typeName": "int" } + ], + "isStatic": false, + "name": "UnloadTile", + "comment": "Unload sparse texture tile.\n\n```plaintext\nParams: tileX - Tile X coordinate.\n tileY - Tile Y coordinate.\n miplevel - Mipmap level of the texture.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "width", "typeName": "int" }, + { "name": "height", "typeName": "int" }, + { + "name": "format", + "typeName": "UnityEngine.Experimental.Rendering.DefaultFormat" + }, + { "name": "mipCount", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "width", "typeName": "int" }, + { "name": "height", "typeName": "int" }, + { + "name": "format", + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" + }, + { "name": "mipCount", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "width", "typeName": "int" }, + { "name": "height", "typeName": "int" }, + { + "name": "textureFormat", + "typeName": "UnityEngine.TextureFormat" + }, + { "name": "mipCount", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Create a sparse texture.\n\n```plaintext\nParams: width - Texture width in pixels.\n height - Texture height in pixels.\n format - Texture format.\n mipCount - Mipmap count. Pass -1 to create full mipmap chain.\n linear - Whether texture data will be in linear or sRGB color space (default is sRGB).\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "width", "typeName": "int" }, + { "name": "height", "typeName": "int" }, + { + "name": "textureFormat", + "typeName": "UnityEngine.TextureFormat" + }, + { "name": "mipCount", "typeName": "int" }, + { "name": "linear", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Create a sparse texture.\n\n```plaintext\nParams: width - Texture width in pixels.\n height - Texture height in pixels.\n format - Texture format.\n mipCount - Mipmap count. Pass -1 to create full mipmap chain.\n linear - Whether texture data will be in linear or sRGB color space (default is sRGB).\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "SparseTexture", + "comment": "Class for handling Sparse Textures.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.Texture", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "width", + "comment": "The width of the render texture in pixels.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "height", + "comment": "The height of the render texture in pixels.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.TextureDimension", + "name": "dimension", + "comment": "Dimensionality (type) of the render texture.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "graphicsFormat", + "comment": "The color format of the render texture.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "useMipMap", + "comment": "Render texture has mipmaps when this flag is set.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "sRGB", + "comment": "Does this render texture use sRGB read/write conversions? (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.VRTextureUsage", + "name": "vrUsage", + "comment": "If this RenderTexture is a VR eye texture used in stereoscopic rendering, this property decides what special rendering occurs, if any.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.RenderTextureMemoryless", + "name": "memorylessMode", + "comment": "The render texture memoryless mode property.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.RenderTextureFormat", + "name": "format", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "stencilFormat", + "comment": "The format of the stencil data that you can encapsulate within a RenderTexture.\n\nSpecifying this property creates a stencil element for the RenderTexture and sets its format.\nThis allows for stencil data to be bound as a Texture to all shader types for the platforms that support it.\nThis property does not specify the format of the stencil buffer, which is constrained by the depth buffer format specified in RenderTexture.depth.\n\nCurrently, most platforms only support R8_UInt (DirectX11, DirectX12), while PS4 also supports R8_UNorm.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "autoGenerateMips", + "comment": "Mipmap levels are generated automatically when this flag is set.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "volumeDepth", + "comment": "Volume extent of a 3D render texture or number of slices of array texture.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "antiAliasing", + "comment": "The antialiasing level for the RenderTexture.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "bindTextureMS", + "comment": "If true and antiAliasing is greater than 1, the render texture will not be resolved by default. Use this if the render texture needs to be bound as a multisampled texture in a shader.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "enableRandomWrite", + "comment": "Enable random access write into this render texture on Shader Model 5.0 level shaders.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "useDynamicScale", + "comment": "Is the render texture marked to be scaled by the.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "isPowerOfTwo", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.RenderTexture", + "name": "active", + "comment": "Currently active render texture.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.RenderBuffer", + "name": "colorBuffer", + "comment": "Color buffer of the render texture (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.RenderBuffer", + "name": "depthBuffer", + "comment": "Depth/stencil buffer of the render texture (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "depth", + "comment": "The precision of the render texture's depth buffer in bits (0, 16, 24/32 are supported).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.RenderTextureDescriptor", + "name": "descriptor", + "comment": "This struct contains all the information required to create a RenderTexture. It can be copied, cached, and reused to easily create RenderTextures that all share the same properties.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "generateMips", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "isCubemap", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "isVolume", + "comment": "If enabled, this Render Texture will be used as a Texture3D.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "enabled", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "IntPtr", + "params": [], + "isStatic": false, + "name": "GetNativeDepthBufferPtr", + "comment": "Pointer to an underlying graphics API depth buffer resource.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "discardColor", "typeName": "bool" }, + { "name": "discardDepth", "typeName": "bool" } + ], + "isStatic": false, + "name": "DiscardContents", + "comment": "Hint the GPU driver that the contents of the RenderTexture will not be used.\n\n```plaintext\nParams: discardColor - Should the colour buffer be discarded?\n discardDepth - Should the depth buffer be discarded?\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "MarkRestoreExpected", + "comment": "Indicate that there's a RenderTexture restore operation expected.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "DiscardContents", + "comment": "Hint the GPU driver that the contents of the RenderTexture will not be used.\n\n```plaintext\nParams: discardColor - Should the colour buffer be discarded?\n discardDepth - Should the depth buffer be discarded?\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ResolveAntiAliasedSurface", + "comment": "Force an antialiased render texture to be resolved.\n\n```plaintext\nParams: target - The render texture to resolve into. If set, the target render texture must have the same dimensions and format as the source.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "target", "typeName": "UnityEngine.RenderTexture" } + ], + "isStatic": false, + "name": "ResolveAntiAliasedSurface", + "comment": "Force an antialiased render texture to be resolved.\n\n```plaintext\nParams: target - The render texture to resolve into. If set, the target render texture must have the same dimensions and format as the source.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "propertyName", "typeName": "string" }], + "isStatic": false, + "name": "SetGlobalShaderProperty", + "comment": "Assigns this RenderTexture as a global shader property named propertyName.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "Create", + "comment": "True if the texture is created, else false.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Release", + "comment": "Releases the RenderTexture.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "IsCreated", + "comment": "Is the render texture actually created?\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "GenerateMips", + "comment": "Generate mipmap levels of a render texture.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "equirect", "typeName": "UnityEngine.RenderTexture" }, + { + "name": "eye", + "typeName": "UnityEngine.Camera.MonoOrStereoscopicEye" + } + ], + "isStatic": false, + "name": "ConvertToEquirect", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "rt", "typeName": "UnityEngine.RenderTexture" }], + "isStatic": true, + "name": "SupportsStencil", + "comment": "Does a RenderTexture have stencil buffer?\n\n```plaintext\nParams: rt - Render texture, or null for main screen.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "temp", "typeName": "UnityEngine.RenderTexture" } + ], + "isStatic": true, + "name": "ReleaseTemporary", + "comment": "Release a temporary texture allocated with GetTemporary.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "desc", + "typeName": "UnityEngine.RenderTextureDescriptor" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Creates a new RenderTexture object.\n\n```plaintext\nParams: width - Texture width in pixels.\n height - Texture height in pixels.\n depth - Number of bits in depth buffer (0, 16 or 24). Note that only 24 bit depth has stencil buffer.\n format - Texture color format.\n readWrite - How or if color space conversions should be done on texture read/write.\n desc - Create the RenderTexture with the settings in the RenderTextureDescriptor.\n textureToCopy - Copy the settings from another RenderTexture.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "textureToCopy", "typeName": "UnityEngine.RenderTexture" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Creates a new RenderTexture object.\n\n```plaintext\nParams: width - Texture width in pixels.\n height - Texture height in pixels.\n depth - Number of bits in depth buffer (0, 16 or 24). Note that only 24 bit depth has stencil buffer.\n format - Texture color format.\n readWrite - How or if color space conversions should be done on texture read/write.\n desc - Create the RenderTexture with the settings in the RenderTextureDescriptor.\n textureToCopy - Copy the settings from another RenderTexture.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "width", "typeName": "int" }, + { "name": "height", "typeName": "int" }, + { "name": "depth", "typeName": "int" }, + { + "name": "format", + "typeName": "UnityEngine.Experimental.Rendering.DefaultFormat" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "width", "typeName": "int" }, + { "name": "height", "typeName": "int" }, + { "name": "depth", "typeName": "int" }, + { + "name": "format", + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "width", "typeName": "int" }, + { "name": "height", "typeName": "int" }, + { "name": "depth", "typeName": "int" }, + { + "name": "format", + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" + }, + { "name": "mipCount", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "width", "typeName": "int" }, + { "name": "height", "typeName": "int" }, + { "name": "depth", "typeName": "int" }, + { "name": "format", "typeName": "UnityEngine.RenderTextureFormat" }, + { + "name": "readWrite", + "typeName": "UnityEngine.RenderTextureReadWrite" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Creates a new RenderTexture object.\n\n```plaintext\nParams: width - Texture width in pixels.\n height - Texture height in pixels.\n depth - Number of bits in depth buffer (0, 16 or 24). Note that only 24 bit depth has stencil buffer.\n format - Texture color format.\n readWrite - How or if color space conversions should be done on texture read/write.\n desc - Create the RenderTexture with the settings in the RenderTextureDescriptor.\n textureToCopy - Copy the settings from another RenderTexture.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "width", "typeName": "int" }, + { "name": "height", "typeName": "int" }, + { "name": "depth", "typeName": "int" }, + { "name": "format", "typeName": "UnityEngine.RenderTextureFormat" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "width", "typeName": "int" }, + { "name": "height", "typeName": "int" }, + { "name": "depth", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "width", "typeName": "int" }, + { "name": "height", "typeName": "int" }, + { "name": "depth", "typeName": "int" }, + { "name": "format", "typeName": "UnityEngine.RenderTextureFormat" }, + { "name": "mipCount", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "RenderTexture", + "params": [ + { + "name": "desc", + "typeName": "UnityEngine.RenderTextureDescriptor" + } + ], + "isStatic": true, + "name": "GetTemporary", + "comment": "Allocate a temporary render texture.\n\n```plaintext\nParams: width - Width in pixels.\n height - Height in pixels.\n depthBuffer - Depth buffer bits (0, 16 or 24). Note that only 24 bit depth has stencil buffer.\n format - Render texture format.\n readWrite - Color space conversion mode.\n antiAliasing - Number of antialiasing samples to store in the texture. Valid values are 1, 2, 4, and 8. Throws an exception if any other value is passed.\n memorylessMode - Render texture memoryless mode.\n desc - Use this RenderTextureDesc for the settings when creating the temporary RenderTexture.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "RenderTexture", + "params": [ + { "name": "width", "typeName": "int" }, + { "name": "height", "typeName": "int" }, + { "name": "depthBuffer", "typeName": "int" }, + { + "name": "format", + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" + }, + { "name": "antiAliasing", "typeName": "int" }, + { + "name": "memorylessMode", + "typeName": "UnityEngine.RenderTextureMemoryless" + }, + { "name": "vrUsage", "typeName": "UnityEngine.VRTextureUsage" }, + { "name": "useDynamicScale", "typeName": "bool" } + ], + "isStatic": true, + "name": "GetTemporary", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "RenderTexture", + "params": [ + { "name": "width", "typeName": "int" }, + { "name": "height", "typeName": "int" }, + { "name": "depthBuffer", "typeName": "int" }, + { + "name": "format", + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" + }, + { "name": "antiAliasing", "typeName": "int" }, + { + "name": "memorylessMode", + "typeName": "UnityEngine.RenderTextureMemoryless" + }, + { "name": "vrUsage", "typeName": "UnityEngine.VRTextureUsage" } + ], + "isStatic": true, + "name": "GetTemporary", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "RenderTexture", + "params": [ + { "name": "width", "typeName": "int" }, + { "name": "height", "typeName": "int" }, + { "name": "depthBuffer", "typeName": "int" }, + { + "name": "format", + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" + }, + { "name": "antiAliasing", "typeName": "int" }, + { + "name": "memorylessMode", + "typeName": "UnityEngine.RenderTextureMemoryless" + } + ], + "isStatic": true, + "name": "GetTemporary", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "RenderTexture", + "params": [ + { "name": "width", "typeName": "int" }, + { "name": "height", "typeName": "int" }, + { "name": "depthBuffer", "typeName": "int" }, + { + "name": "format", + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" + }, + { "name": "antiAliasing", "typeName": "int" } + ], + "isStatic": true, + "name": "GetTemporary", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "RenderTexture", + "params": [ + { "name": "width", "typeName": "int" }, + { "name": "height", "typeName": "int" }, + { "name": "depthBuffer", "typeName": "int" }, + { + "name": "format", + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" + } + ], + "isStatic": true, + "name": "GetTemporary", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "RenderTexture", + "params": [ + { "name": "width", "typeName": "int" }, + { "name": "height", "typeName": "int" }, + { "name": "depthBuffer", "typeName": "int" }, + { "name": "format", "typeName": "UnityEngine.RenderTextureFormat" }, + { + "name": "readWrite", + "typeName": "UnityEngine.RenderTextureReadWrite" + }, + { "name": "antiAliasing", "typeName": "int" }, + { + "name": "memorylessMode", + "typeName": "UnityEngine.RenderTextureMemoryless" + }, + { "name": "vrUsage", "typeName": "UnityEngine.VRTextureUsage" }, + { "name": "useDynamicScale", "typeName": "bool" } + ], + "isStatic": true, + "name": "GetTemporary", + "comment": "Allocate a temporary render texture.\n\n```plaintext\nParams: width - Width in pixels.\n height - Height in pixels.\n depthBuffer - Depth buffer bits (0, 16 or 24). Note that only 24 bit depth has stencil buffer.\n format - Render texture format.\n readWrite - Color space conversion mode.\n antiAliasing - Number of antialiasing samples to store in the texture. Valid values are 1, 2, 4, and 8. Throws an exception if any other value is passed.\n memorylessMode - Render texture memoryless mode.\n desc - Use this RenderTextureDesc for the settings when creating the temporary RenderTexture.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "RenderTexture", + "params": [ + { "name": "width", "typeName": "int" }, + { "name": "height", "typeName": "int" }, + { "name": "depthBuffer", "typeName": "int" }, + { "name": "format", "typeName": "UnityEngine.RenderTextureFormat" }, + { + "name": "readWrite", + "typeName": "UnityEngine.RenderTextureReadWrite" + }, + { "name": "antiAliasing", "typeName": "int" }, + { + "name": "memorylessMode", + "typeName": "UnityEngine.RenderTextureMemoryless" + }, + { "name": "vrUsage", "typeName": "UnityEngine.VRTextureUsage" } + ], + "isStatic": true, + "name": "GetTemporary", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "RenderTexture", + "params": [ + { "name": "width", "typeName": "int" }, + { "name": "height", "typeName": "int" }, + { "name": "depthBuffer", "typeName": "int" }, + { "name": "format", "typeName": "UnityEngine.RenderTextureFormat" }, + { + "name": "readWrite", + "typeName": "UnityEngine.RenderTextureReadWrite" + }, + { "name": "antiAliasing", "typeName": "int" }, + { + "name": "memorylessMode", + "typeName": "UnityEngine.RenderTextureMemoryless" + } + ], + "isStatic": true, + "name": "GetTemporary", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "RenderTexture", + "params": [ + { "name": "width", "typeName": "int" }, + { "name": "height", "typeName": "int" }, + { "name": "depthBuffer", "typeName": "int" }, + { "name": "format", "typeName": "UnityEngine.RenderTextureFormat" }, + { + "name": "readWrite", + "typeName": "UnityEngine.RenderTextureReadWrite" + }, + { "name": "antiAliasing", "typeName": "int" } + ], + "isStatic": true, + "name": "GetTemporary", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "RenderTexture", + "params": [ + { "name": "width", "typeName": "int" }, + { "name": "height", "typeName": "int" }, + { "name": "depthBuffer", "typeName": "int" }, + { "name": "format", "typeName": "UnityEngine.RenderTextureFormat" }, + { + "name": "readWrite", + "typeName": "UnityEngine.RenderTextureReadWrite" + } + ], + "isStatic": true, + "name": "GetTemporary", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "RenderTexture", + "params": [ + { "name": "width", "typeName": "int" }, + { "name": "height", "typeName": "int" }, + { "name": "depthBuffer", "typeName": "int" }, + { "name": "format", "typeName": "UnityEngine.RenderTextureFormat" } + ], + "isStatic": true, + "name": "GetTemporary", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "RenderTexture", + "params": [ + { "name": "width", "typeName": "int" }, + { "name": "height", "typeName": "int" }, + { "name": "depthBuffer", "typeName": "int" } + ], + "isStatic": true, + "name": "GetTemporary", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "RenderTexture", + "params": [ + { "name": "width", "typeName": "int" }, + { "name": "height", "typeName": "int" } + ], + "isStatic": true, + "name": "GetTemporary", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "color", "typeName": "UnityEngine.Color" }], + "isStatic": false, + "name": "SetBorderColor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector2", + "params": [], + "isStatic": false, + "name": "GetTexelOffset", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "RenderTexture", + "comment": "Render textures are textures that can be rendered to.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Vector3", + "name": "updateZoneCenter", + "comment": "Position of the center of the Update Zone within the Custom Render Texture.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "updateZoneSize", + "comment": "Size of the Update Zone.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "rotation", + "comment": "Rotation of the Update Zone.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "passIndex", + "comment": "Shader Pass used to update the Custom Render Texture for this Update Zone.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "needSwap", + "comment": "If true, and if the texture is double buffered, a request is made to swap the buffers before the next update. Otherwise, the buffers will not be swapped.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "CustomRenderTextureUpdateZone", + "comment": "Structure describing an Update Zone.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.RenderTexture", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Material", + "name": "material", + "comment": "The Material that Unity uses to initialize the content of a Custom Render Texture.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Material", + "name": "initializationMaterial", + "comment": "The Material that Unity uses to initialize a Custom Render Texture. Initialization texture and color are ignored if you have set this parameter.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Texture", + "name": "initializationTexture", + "comment": "The Texture that Unity uses to initialize a Custom Render Texture, multiplied by the initialization color. Unity ignores this parameter if an initializationMaterial is set.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.CustomRenderTextureInitializationSource", + "name": "initializationSource", + "comment": "Determine if Unity initializes the Custom Render Texture with a Texture and a Color or a Material.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Color", + "name": "initializationColor", + "comment": "The color that Unity uses to initialize a Custom Render Texture. Unity ignores this parameter if an initializationMaterial is set.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.CustomRenderTextureUpdateMode", + "name": "updateMode", + "comment": "Determine how Unity updates the Custom Render Texture.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.CustomRenderTextureUpdateMode", + "name": "initializationMode", + "comment": "Determine how Unity initializes a texture.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.CustomRenderTextureUpdateZoneSpace", + "name": "updateZoneSpace", + "comment": "The space in which Unity expresses update zones. You can set this to Normalized or Pixel space.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "shaderPass", + "comment": "The Shader Pass Unity uses to update the Custom Render Texture.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "uint", + "name": "cubemapFaceMask", + "comment": "The bit field that you can use to enable or disable update on each of the cubemap faces. The bit order from least to most significant bit is as follows: +X, -X, +Y, -Y, +Z, -Z.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "doubleBuffered", + "comment": "When this parameter is set to true, Unity double-buffers the Custom Render Texture so that you can access it during its own update.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "wrapUpdateZones", + "comment": "When this parameter is set to true, Unity wraps Update zones around the border of the Custom Render Texture. Otherwise, Unity clamps Update zones at the border of the Custom Render Texture.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "updatePeriod", + "comment": "The period in seconds that Unity updates real-time Custom Render Textures. A value of 0.0 means Unity updates real-time Custom Render Textures every frame.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "count", "typeName": "int" }], + "isStatic": false, + "name": "Update", + "comment": "Triggers an update of the Custom Render Texture.\n\n```plaintext\nParams: count - Number of upate pass to perform. The default value of this count parameter is 1.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Update", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Initialize", + "comment": "Initializes the Custom Render Texture at the start of the next frame. Unity calls Initialise() before CustomRenderTexture.Update.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ClearUpdateZones", + "comment": "Clear all Update Zones.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "updateZones", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "GetUpdateZones", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "RenderTexture", + "params": [], + "isStatic": false, + "name": "GetDoubleBufferRenderTexture", + "comment": "If CustomRenderTexture. doubleBuffered is true, this returns the Render Texture that this Custom Render Texture uses for double buffering. If CustomRenderTexture. doubleBuffered is false, this returns null.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "EnsureDoubleBufferConsistency", + "comment": "Updates the internal Render Texture that a Custom Render Texture uses for double buffering, so that it matches the size and format of the Custom Render Texture.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "updateZones", + "typeName": "UnityEngine.CustomRenderTextureUpdateZone[]" + } + ], + "isStatic": false, + "name": "SetUpdateZones", + "comment": "Setup the list of Update Zones for the Custom Render Texture.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "width", "typeName": "int" }, + { "name": "height", "typeName": "int" }, + { "name": "format", "typeName": "UnityEngine.RenderTextureFormat" }, + { + "name": "readWrite", + "typeName": "UnityEngine.RenderTextureReadWrite" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Create a new Custom Render Texture.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "width", "typeName": "int" }, + { "name": "height", "typeName": "int" }, + { "name": "format", "typeName": "UnityEngine.RenderTextureFormat" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Create a new Custom Render Texture.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "width", "typeName": "int" }, + { "name": "height", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Create a new Custom Render Texture.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "width", "typeName": "int" }, + { "name": "height", "typeName": "int" }, + { + "name": "defaultFormat", + "typeName": "UnityEngine.Experimental.Rendering.DefaultFormat" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "width", "typeName": "int" }, + { "name": "height", "typeName": "int" }, + { + "name": "format", + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "CustomRenderTexture", + "comment": "Custom Render Textures are an extension to Render Textures that allow you to render directly to the Texture using a Shader.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "width", + "comment": "The width of the render texture in pixels.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "height", + "comment": "The height of the render texture in pixels.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "msaaSamples", + "comment": "The multisample antialiasing level for the RenderTexture.\n\nSee Also: RenderTexture.antiAliasing.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "volumeDepth", + "comment": "Volume extent of a 3D render texture.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "mipCount", + "comment": "User-defined mipmap count.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "graphicsFormat", + "comment": "The color format for the RenderTexture.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "stencilFormat", + "comment": "The format of the stencil data that you can encapsulate within a RenderTexture.\n\nSpecifying this property creates a stencil element for the RenderTexture and sets its format.\nThis allows for stencil data to be bound as a Texture to all shader types for the platforms that support it.\nThis property does not specify the format of the stencil buffer, which is constrained by the depth buffer format specified in RenderTexture.depth.\n\nCurrently, most platforms only support R8_UInt (DirectX11, DirectX12), while PS4 also supports R8_UNorm.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.RenderTextureFormat", + "name": "colorFormat", + "comment": "The format of the RenderTarget is expressed as a RenderTextureFormat. Internally, this format is stored as a GraphicsFormat compatible with the current system (see SystemInfo.GetCompatibleFormat). Therefore, if you set a format and immediately get it again, it may return a different result from the one just set.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "sRGB", + "comment": "This flag causes the render texture uses sRGB read/write conversions.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "depthBufferBits", + "comment": "The precision of the render texture's depth buffer in bits (0, 16, 24/32 are supported).\n\nSee Also: RenderTexture.depth.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.TextureDimension", + "name": "dimension", + "comment": "Dimensionality (type) of the render texture.\n\nSee Also: RenderTexture.dimension.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.ShadowSamplingMode", + "name": "shadowSamplingMode", + "comment": "Determines how the RenderTexture is sampled if it is used as a shadow map.\n\nSee Also: ShadowSamplingMode for more details.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.VRTextureUsage", + "name": "vrUsage", + "comment": "If this RenderTexture is a VR eye texture used in stereoscopic rendering, this property decides what special rendering occurs, if any. Instead of setting this manually, use the value returned by XR.XRSettings.eyeTextureDesc|eyeTextureDesc or other VR functions returning a RenderTextureDescriptor.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.RenderTextureCreationFlags", + "name": "flags", + "comment": "A set of RenderTextureCreationFlags that control how the texture is created.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.RenderTextureMemoryless", + "name": "memoryless", + "comment": "The render texture memoryless mode property.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "useMipMap", + "comment": "Render texture has mipmaps when this flag is set.\n\nSee Also: RenderTexture.useMipMap.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "autoGenerateMips", + "comment": "Mipmap levels are generated automatically when this flag is set.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "enableRandomWrite", + "comment": "Enable random access write into this render texture on Shader Model 5.0 level shaders.\n\nSee Also: RenderTexture.enableRandomWrite.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "bindMS", + "comment": "If true and msaaSamples is greater than 1, the render texture will not be resolved by default. Use this if the render texture needs to be bound as a multisampled texture in a shader.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "useDynamicScale", + "comment": "Set to true to enable dynamic resolution scaling on this render texture.\n\nSee Also: RenderTexture.useDynamicScale.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "width", "typeName": "int" }, + { "name": "height", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Create a RenderTextureDescriptor with default values, or a certain width, height, and format.\n\n```plaintext\nParams: width - Width of the RenderTexture in pixels.\n height - Height of the RenderTexture in pixels.\n colorFormat - The color format for the RenderTexture.\n depthBufferBits - The number of bits to use for the depth buffer.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "width", "typeName": "int" }, + { "name": "height", "typeName": "int" }, + { + "name": "colorFormat", + "typeName": "UnityEngine.RenderTextureFormat" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Create a RenderTextureDescriptor with default values, or a certain width, height, and format.\n\n```plaintext\nParams: width - Width of the RenderTexture in pixels.\n height - Height of the RenderTexture in pixels.\n colorFormat - The color format for the RenderTexture.\n depthBufferBits - The number of bits to use for the depth buffer.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "width", "typeName": "int" }, + { "name": "height", "typeName": "int" }, + { + "name": "colorFormat", + "typeName": "UnityEngine.RenderTextureFormat" + }, + { "name": "depthBufferBits", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Create a RenderTextureDescriptor with default values, or a certain width, height, and format.\n\n```plaintext\nParams: width - Width of the RenderTexture in pixels.\n height - Height of the RenderTexture in pixels.\n colorFormat - The color format for the RenderTexture.\n depthBufferBits - The number of bits to use for the depth buffer.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "width", "typeName": "int" }, + { "name": "height", "typeName": "int" }, + { + "name": "colorFormat", + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" + }, + { "name": "depthBufferBits", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "width", "typeName": "int" }, + { "name": "height", "typeName": "int" }, + { + "name": "colorFormat", + "typeName": "UnityEngine.RenderTextureFormat" + }, + { "name": "depthBufferBits", "typeName": "int" }, + { "name": "mipCount", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "width", "typeName": "int" }, + { "name": "height", "typeName": "int" }, + { + "name": "colorFormat", + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" + }, + { "name": "depthBufferBits", "typeName": "int" }, + { "name": "mipCount", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "RenderTextureDescriptor", + "comment": "This struct contains all the information required to create a RenderTexture. It can be copied, cached, and reused to easily create RenderTextures that all share the same properties. Avoid using the default constructor as it does not initialize some flags with the recommended values.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.FullScreenMovieControlMode", + "name": "Full", + "comment": "Display the standard controls for controlling movie playback.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.FullScreenMovieControlMode", + "name": "Minimal", + "comment": "Display minimal set of controls controlling movie playback.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.FullScreenMovieControlMode", + "name": "CancelOnInput", + "comment": "Do not display any controls, but cancel movie playback if input occurs.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.FullScreenMovieControlMode", + "name": "Hidden", + "comment": "Do not display any controls.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.FullScreenMovieControlMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "FullScreenMovieControlMode", + "comment": "Describes options for displaying movie playback controls.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.FullScreenMovieScalingMode", + "name": "None", + "comment": "Do not scale the movie.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.FullScreenMovieScalingMode", + "name": "AspectFit", + "comment": "Scale the movie until one dimension fits on the screen exactly.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.FullScreenMovieScalingMode", + "name": "AspectFill", + "comment": "Scale the movie until the movie fills the entire screen.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.FullScreenMovieScalingMode", + "name": "Fill", + "comment": "Scale the movie until both dimensions fit the screen exactly.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.FullScreenMovieScalingMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "FullScreenMovieScalingMode", + "comment": "Describes scaling modes for displaying movies.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.AndroidActivityIndicatorStyle", + "name": "DontShow", + "comment": "Do not show ActivityIndicator.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.AndroidActivityIndicatorStyle", + "name": "Large", + "comment": "Large (android.R.attr.progressBarStyleLarge).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.AndroidActivityIndicatorStyle", + "name": "InversedLarge", + "comment": "Large Inversed (android.R.attr.progressBarStyleLargeInverse).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.AndroidActivityIndicatorStyle", + "name": "Small", + "comment": "Small (android.R.attr.progressBarStyleSmall).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.AndroidActivityIndicatorStyle", + "name": "InversedSmall", + "comment": "Small Inversed (android.R.attr.progressBarStyleSmallInverse).\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.AndroidActivityIndicatorStyle", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "AndroidActivityIndicatorStyle", + "comment": "ActivityIndicator Style (Android Specific).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "use32BitDisplayBuffer", + "comment": "Determines whether or not a 32-bit display buffer will be used.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [ + { "name": "path", "typeName": "string" }, + { "name": "bgColor", "typeName": "UnityEngine.Color" }, + { + "name": "controlMode", + "typeName": "UnityEngine.FullScreenMovieControlMode" + }, + { + "name": "scalingMode", + "typeName": "UnityEngine.FullScreenMovieScalingMode" + } + ], + "isStatic": true, + "name": "PlayFullScreenMovie", + "comment": "Plays a full-screen movie.\n\n```plaintext\nParams: path - Filesystem path to the movie file.\n bgColor - Background color.\n controlMode - How the playback controls are to be displayed.\n scalingMode - How the movie is to be scaled to fit the screen.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "path", "typeName": "string" }, + { "name": "bgColor", "typeName": "UnityEngine.Color" }, + { + "name": "controlMode", + "typeName": "UnityEngine.FullScreenMovieControlMode" + } + ], + "isStatic": true, + "name": "PlayFullScreenMovie", + "comment": "Plays a full-screen movie.\n\n```plaintext\nParams: path - Filesystem path to the movie file.\n bgColor - Background color.\n controlMode - How the playback controls are to be displayed.\n scalingMode - How the movie is to be scaled to fit the screen.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "path", "typeName": "string" }, + { "name": "bgColor", "typeName": "UnityEngine.Color" } + ], + "isStatic": true, + "name": "PlayFullScreenMovie", + "comment": "Plays a full-screen movie.\n\n```plaintext\nParams: path - Filesystem path to the movie file.\n bgColor - Background color.\n controlMode - How the playback controls are to be displayed.\n scalingMode - How the movie is to be scaled to fit the screen.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "path", "typeName": "string" }], + "isStatic": true, + "name": "PlayFullScreenMovie", + "comment": "Plays a full-screen movie.\n\n```plaintext\nParams: path - Filesystem path to the movie file.\n bgColor - Background color.\n controlMode - How the playback controls are to be displayed.\n scalingMode - How the movie is to be scaled to fit the screen.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "Vibrate", + "comment": "Triggers device vibration.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "style", + "typeName": "UnityEngine.iOS.ActivityIndicatorStyle" + } + ], + "isStatic": true, + "name": "SetActivityIndicatorStyle", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "style", + "typeName": "UnityEngine.AndroidActivityIndicatorStyle" + } + ], + "isStatic": true, + "name": "SetActivityIndicatorStyle", + "comment": "Sets the desired activity indicator style.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": true, + "name": "GetActivityIndicatorStyle", + "comment": "Gets the current activity indicator style.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "StartActivityIndicator", + "comment": "Starts os activity indicator.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "StopActivityIndicator", + "comment": "Stops os activity indicator.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "ClearShaderCache", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "Handheld", + "comment": "Interface into functionality unique to handheld devices.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IComparable", "IComparable", "IEquatable"], + "fields": [ + { + "typeName": "bool", + "name": "isValid", + "comment": "Returns true is the hash value is valid. (Read Only)\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "u32_0", "typeName": "uint" }, + { "name": "u32_1", "typeName": "uint" }, + { "name": "u32_2", "typeName": "uint" }, + { "name": "u32_3", "typeName": "uint" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Directly initialize a Hash128 with a 128-bit value.\n\n```plaintext\nParams: u32_0 - First 32 bits of hash value.\n u32_1 - Second 32 bits of hash value.\n u32_2 - Third 32 bits of hash value.\n u32_3 - Fourth 32 bits of hash value.\n u64_0 - First 64 bits of hash value.\n u64_1 - Second 64 bits of hash value.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "u64_0", "typeName": "ulong" }, + { "name": "u64_1", "typeName": "ulong" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Directly initialize a Hash128 with a 128-bit value.\n\n```plaintext\nParams: u32_0 - First 32 bits of hash value.\n u32_1 - Second 32 bits of hash value.\n u32_2 - Third 32 bits of hash value.\n u32_3 - Fourth 32 bits of hash value.\n u64_0 - First 64 bits of hash value.\n u64_1 - Second 64 bits of hash value.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "rhs", "typeName": "UnityEngine.Hash128" }], + "isStatic": false, + "name": "CompareTo", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "Convert a Hash128 to string.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Hash128", + "params": [{ "name": "hashString", "typeName": "string" }], + "isStatic": true, + "name": "Parse", + "comment": "The 128-bit hash.\n\n```plaintext\nParams: hashString - A hexadecimal-encoded hash string.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Hash128", + "params": [{ "name": "data", "typeName": "string" }], + "isStatic": true, + "name": "Compute", + "comment": "The 128-bit hash.\n\n```plaintext\nParams: data - Input data string. Note that Unity interprets the string as UTF-8 data, even if internally in C# strings are UTF-16.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Hash128", + "params": [ + { "name": "data", "typeName": "Unity.Collections.NativeArray" } + ], + "isStatic": true, + "name": "Compute", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Hash128", + "params": [ + { "name": "data", "typeName": "Unity.Collections.NativeArray" }, + { "name": "start", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": true, + "name": "Compute", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Hash128", + "params": [{ "name": "data", "typeName": "T[]" }], + "isStatic": true, + "name": "Compute", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Hash128", + "params": [ + { "name": "data", "typeName": "T[]" }, + { "name": "start", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": true, + "name": "Compute", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Hash128", + "params": [ + { "name": "data", "typeName": "System.Collections.Generic.List" } + ], + "isStatic": true, + "name": "Compute", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Hash128", + "params": [ + { + "name": "data", + "typeName": "System.Collections.Generic.List" + }, + { "name": "start", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": true, + "name": "Compute", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Hash128", + "params": [{ "name": "val", "typeName": "T" }], + "isStatic": true, + "name": "Compute", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Hash128", + "params": [{ "name": "val", "typeName": "int" }], + "isStatic": true, + "name": "Compute", + "comment": "The 128-bit hash.\n\n```plaintext\nParams: val - Input value.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Hash128", + "params": [{ "name": "val", "typeName": "float" }], + "isStatic": true, + "name": "Compute", + "comment": "The 128-bit hash.\n\n```plaintext\nParams: val - Input value.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Hash128", + "params": [ + { "name": "data", "typeName": "void*" }, + { "name": "size", "typeName": "ulong" } + ], + "isStatic": true, + "name": "Compute", + "comment": "The 128-bit hash.\n\n```plaintext\nParams: data - Raw data pointer, usually used with C# stackalloc data.\n size - Data size in bytes.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "data", "typeName": "string" }], + "isStatic": false, + "name": "Append", + "comment": "Hash new input string and combine with the current hash value.\n\n```plaintext\nParams: data - Input data string. Note that Unity interprets the string as UTF-8 data, even if internally in C# strings are UTF-16.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "data", "typeName": "Unity.Collections.NativeArray" } + ], + "isStatic": false, + "name": "Append", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "data", "typeName": "Unity.Collections.NativeArray" }, + { "name": "start", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "Append", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "data", "typeName": "T[]" }], + "isStatic": false, + "name": "Append", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "data", "typeName": "T[]" }, + { "name": "start", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "Append", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "data", "typeName": "System.Collections.Generic.List" } + ], + "isStatic": false, + "name": "Append", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "data", + "typeName": "System.Collections.Generic.List" + }, + { "name": "start", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "Append", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "val", "typeName": "T" }], + "isStatic": false, + "name": "Append", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "val", "typeName": "int" }], + "isStatic": false, + "name": "Append", + "comment": "Hash new input data and combine with the current hash value.\n\n```plaintext\nParams: val - Input value.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "val", "typeName": "float" }], + "isStatic": false, + "name": "Append", + "comment": "Hash new input data and combine with the current hash value.\n\n```plaintext\nParams: val - Input value.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "data", "typeName": "void*" }, + { "name": "size", "typeName": "ulong" } + ], + "isStatic": false, + "name": "Append", + "comment": "Hash new input data and combine with the current hash value.\n\n```plaintext\nParams: data - Raw data pointer, usually used with C# stackalloc data.\n size - Data size in bytes.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "UnityEngine.Hash128" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "CompareTo", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "hash1", "typeName": "UnityEngine.Hash128" }, + { "name": "hash2", "typeName": "UnityEngine.Hash128" } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "hash1", "typeName": "UnityEngine.Hash128" }, + { "name": "hash2", "typeName": "UnityEngine.Hash128" } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "x", "typeName": "UnityEngine.Hash128" }, + { "name": "y", "typeName": "UnityEngine.Hash128" } + ], + "isStatic": true, + "name": "op_LessThan", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "x", "typeName": "UnityEngine.Hash128" }, + { "name": "y", "typeName": "UnityEngine.Hash128" } + ], + "isStatic": true, + "name": "op_GreaterThan", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "Hash128", + "comment": "Represents a 128-bit hash value.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "inHash", "typeName": "UnityEngine.Hash128" }, + { "name": "outHash", "typeName": "UnityEngine.Hash128" } + ], + "isStatic": true, + "name": "AppendHash", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "UnityEngine.Matrix4x4" }, + { "name": "hash", "typeName": "UnityEngine.Hash128" } + ], + "isStatic": true, + "name": "QuantisedMatrixHash", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "UnityEngine.Vector3" }, + { "name": "hash", "typeName": "UnityEngine.Hash128" } + ], + "isStatic": true, + "name": "QuantisedVectorHash", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "T" }, + { "name": "hash", "typeName": "UnityEngine.Hash128" } + ], + "isStatic": true, + "name": "ComputeHash128", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "byte[]" }, + { "name": "hash", "typeName": "UnityEngine.Hash128" } + ], + "isStatic": true, + "name": "ComputeHash128", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "HashUtilities", + "comment": "Utilities to compute hashes.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "data", "typeName": "void*" }, + { "name": "dataSize", "typeName": "ulong" }, + { "name": "hash1", "typeName": "ulong*" }, + { "name": "hash2", "typeName": "ulong*" } + ], + "isStatic": true, + "name": "ComputeHash128", + "comment": "Compute a 128 bit hash based on a data.\n\n```plaintext\nParams: data - Pointer to the data to hash.\n dataSize - The number of bytes to hash.\n hash1 - A pointer to store the low 64 bits of the computed hash.\n hash2 - A pointer to store the high 64 bits of the computed hash.\n hash - A pointer to the Hash128 to updated with the computed hash.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "data", "typeName": "void*" }, + { "name": "dataSize", "typeName": "ulong" }, + { "name": "hash", "typeName": "UnityEngine.Hash128*" } + ], + "isStatic": true, + "name": "ComputeHash128", + "comment": "Compute a 128 bit hash based on a data.\n\n```plaintext\nParams: data - Pointer to the data to hash.\n dataSize - The number of bytes to hash.\n hash1 - A pointer to store the low 64 bits of the computed hash.\n hash2 - A pointer to store the high 64 bits of the computed hash.\n hash - A pointer to the Hash128 to updated with the computed hash.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "HashUnsafeUtilities", + "comment": "Utilities to compute hashes with unsafe code.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.CursorMode", + "name": "Auto", + "comment": "Use hardware cursors on supported platforms.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.CursorMode", + "name": "ForceSoftware", + "comment": "Force the use of software cursors.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.CursorMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "CursorMode", + "comment": "Determines whether the mouse cursor is rendered using software rendering or, on supported platforms, hardware rendering.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.CursorLockMode", + "name": "None", + "comment": "Cursor behavior is unmodified.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.CursorLockMode", + "name": "Locked", + "comment": "Lock cursor to the center of the game window.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.CursorLockMode", + "name": "Confined", + "comment": "Confine cursor to the game window.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.CursorLockMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "CursorLockMode", + "comment": "How the cursor should behave.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "visible", + "comment": "Determines whether the hardware pointer is visible or not.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.CursorLockMode", + "name": "lockState", + "comment": "Determines whether the hardware pointer is locked to the center of the view, constrained to the window, or not constrained at all.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "texture", "typeName": "UnityEngine.Texture2D" }, + { "name": "hotspot", "typeName": "UnityEngine.Vector2" }, + { "name": "cursorMode", "typeName": "UnityEngine.CursorMode" } + ], + "isStatic": true, + "name": "SetCursor", + "comment": "Specify a custom cursor that you wish to use as a cursor.\n\n```plaintext\nParams: texture - The texture to use for the cursor. To use a texture, you must first import it with `Read/Write`enabled. Alternatively, you can use the default cursor import setting. If you created your cursor texture from code, it must be in RGBA32 format, have alphaIsTransparency enabled, and have no mip chain. To use the default cursor, set the texture to `Null`.\n hotspot - The offset from the top left of the texture to use as the target point (must be within the bounds of the cursor).\n cursorMode - Allow this cursor to render as a hardware cursor on supported platforms, or force software cursor.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "Cursor", + "comment": "Cursor API for setting the cursor (mouse pointer).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.KeyCode", + "name": "None", + "comment": "Not assigned (never returned as the result of a keystroke).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Backspace", + "comment": "The backspace key.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Delete", + "comment": "The forward delete key.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Tab", + "comment": "The tab key.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Clear", + "comment": "The Clear key.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Return", + "comment": "Return key.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Pause", + "comment": "Pause on PC machines.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Escape", + "comment": "Escape key.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Space", + "comment": "Space key.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Keypad0", + "comment": "Numeric keypad 0.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Keypad1", + "comment": "Numeric keypad 1.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Keypad2", + "comment": "Numeric keypad 2.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Keypad3", + "comment": "Numeric keypad 3.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Keypad4", + "comment": "Numeric keypad 4.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Keypad5", + "comment": "Numeric keypad 5.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Keypad6", + "comment": "Numeric keypad 6.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Keypad7", + "comment": "Numeric keypad 7.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Keypad8", + "comment": "Numeric keypad 8.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Keypad9", + "comment": "Numeric keypad 9.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "KeypadPeriod", + "comment": "Numeric keypad '.'.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "KeypadDivide", + "comment": "Numeric keypad '/'.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "KeypadMultiply", + "comment": "Numeric keypad '*'.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "KeypadMinus", + "comment": "Numeric keypad '-'.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "KeypadPlus", + "comment": "Numeric keypad '+'.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "KeypadEnter", + "comment": "Numeric keypad Enter.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "KeypadEquals", + "comment": "Numeric keypad '='.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "UpArrow", + "comment": "Up arrow key.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "DownArrow", + "comment": "Down arrow key.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "RightArrow", + "comment": "Right arrow key.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "LeftArrow", + "comment": "Left arrow key.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Insert", + "comment": "Insert key key.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Home", + "comment": "Home key.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "End", + "comment": "End key.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "PageUp", + "comment": "Page up.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "PageDown", + "comment": "Page down.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "F1", + "comment": "F1 function key.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "F2", + "comment": "F2 function key.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "F3", + "comment": "F3 function key.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "F4", + "comment": "F4 function key.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "F5", + "comment": "F5 function key.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "F6", + "comment": "F6 function key.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "F7", + "comment": "F7 function key.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "F8", + "comment": "F8 function key.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "F9", + "comment": "F9 function key.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "F10", + "comment": "F10 function key.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "F11", + "comment": "F11 function key.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "F12", + "comment": "F12 function key.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "F13", + "comment": "F13 function key.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "F14", + "comment": "F14 function key.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "F15", + "comment": "F15 function key.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Alpha0", + "comment": "The '0' key on the top of the alphanumeric keyboard.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Alpha1", + "comment": "The '1' key on the top of the alphanumeric keyboard.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Alpha2", + "comment": "The '2' key on the top of the alphanumeric keyboard.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Alpha3", + "comment": "The '3' key on the top of the alphanumeric keyboard.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Alpha4", + "comment": "The '4' key on the top of the alphanumeric keyboard.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Alpha5", + "comment": "The '5' key on the top of the alphanumeric keyboard.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Alpha6", + "comment": "The '6' key on the top of the alphanumeric keyboard.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Alpha7", + "comment": "The '7' key on the top of the alphanumeric keyboard.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Alpha8", + "comment": "The '8' key on the top of the alphanumeric keyboard.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Alpha9", + "comment": "The '9' key on the top of the alphanumeric keyboard.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Exclaim", + "comment": "Exclamation mark key '!'.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "DoubleQuote", + "comment": "Double quote key '\"'.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Hash", + "comment": "Hash key '#'.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Dollar", + "comment": "Dollar sign key '$'.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Percent", + "comment": "Percent '%' key.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Ampersand", + "comment": "Ampersand key '&'.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Quote", + "comment": "Quote key '.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "LeftParen", + "comment": "Left Parenthesis key '('.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "RightParen", + "comment": "Right Parenthesis key ')'.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Asterisk", + "comment": "Asterisk key '*'.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Plus", + "comment": "Plus key '+'.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Comma", + "comment": "Comma ',' key.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Minus", + "comment": "Minus '-' key.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Period", + "comment": "Period '.' key.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Slash", + "comment": "Slash '/' key.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Colon", + "comment": "Colon ':' key.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Semicolon", + "comment": "Semicolon ';' key.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Less", + "comment": "Less than '<' key.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Equals", + "comment": "Equals '=' key.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Greater", + "comment": "Greater than '>' key.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Question", + "comment": "Question mark '?' key.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "At", + "comment": "At key '@'.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "LeftBracket", + "comment": "Left square bracket key '['.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Backslash", + "comment": "Backslash key '\\'.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "RightBracket", + "comment": "Right square bracket key ']'.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Caret", + "comment": "Caret key '^'.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Underscore", + "comment": "Underscore '_' key.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "BackQuote", + "comment": "Back quote key '`'.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "A", + "comment": "'a' key.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "B", + "comment": "'b' key.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "C", + "comment": "'c' key.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "D", + "comment": "'d' key.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "E", + "comment": "'e' key.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "F", + "comment": "'f' key.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "G", + "comment": "'g' key.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "H", + "comment": "'h' key.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "I", + "comment": "'i' key.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "J", + "comment": "'j' key.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "K", + "comment": "'k' key.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "L", + "comment": "'l' key.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "M", + "comment": "'m' key.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "N", + "comment": "'n' key.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "O", + "comment": "'o' key.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "P", + "comment": "'p' key.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Q", + "comment": "'q' key.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "R", + "comment": "'r' key.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "S", + "comment": "'s' key.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "T", + "comment": "'t' key.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "U", + "comment": "'u' key.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "V", + "comment": "'v' key.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "W", + "comment": "'w' key.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "X", + "comment": "'x' key.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Y", + "comment": "'y' key.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Z", + "comment": "'z' key.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "LeftCurlyBracket", + "comment": "Left curly bracket key '{'.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Pipe", + "comment": "Pipe '|' key.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "RightCurlyBracket", + "comment": "Right curly bracket key '}'.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Tilde", + "comment": "Tilde '~' key.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Numlock", + "comment": "Numlock key.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "CapsLock", + "comment": "Capslock key.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "ScrollLock", + "comment": "Scroll lock key.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "RightShift", + "comment": "Right shift key.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "LeftShift", + "comment": "Left shift key.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "RightControl", + "comment": "Right Control key.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "LeftControl", + "comment": "Left Control key.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "RightAlt", + "comment": "Right Alt key.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "LeftAlt", + "comment": "Left Alt key.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "LeftCommand", + "comment": "Left Command key.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "LeftApple", + "comment": "Left Command key.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "LeftWindows", + "comment": "Left Windows key.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "RightCommand", + "comment": "Right Command key.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "RightApple", + "comment": "Right Command key.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "RightWindows", + "comment": "Right Windows key.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "AltGr", + "comment": "Alt Gr key.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Help", + "comment": "Help key.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Print", + "comment": "Print key.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "SysReq", + "comment": "Sys Req key.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Break", + "comment": "Break key.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Menu", + "comment": "Menu key.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Mouse0", + "comment": "The Left (or primary) mouse button.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Mouse1", + "comment": "Right mouse button (or secondary mouse button).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Mouse2", + "comment": "Middle mouse button (or third button).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Mouse3", + "comment": "Additional (fourth) mouse button.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Mouse4", + "comment": "Additional (fifth) mouse button.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Mouse5", + "comment": "Additional (or sixth) mouse button.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Mouse6", + "comment": "Additional (or seventh) mouse button.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "JoystickButton0", + "comment": "Button 0 on any joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "JoystickButton1", + "comment": "Button 1 on any joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "JoystickButton2", + "comment": "Button 2 on any joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "JoystickButton3", + "comment": "Button 3 on any joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "JoystickButton4", + "comment": "Button 4 on any joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "JoystickButton5", + "comment": "Button 5 on any joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "JoystickButton6", + "comment": "Button 6 on any joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "JoystickButton7", + "comment": "Button 7 on any joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "JoystickButton8", + "comment": "Button 8 on any joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "JoystickButton9", + "comment": "Button 9 on any joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "JoystickButton10", + "comment": "Button 10 on any joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "JoystickButton11", + "comment": "Button 11 on any joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "JoystickButton12", + "comment": "Button 12 on any joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "JoystickButton13", + "comment": "Button 13 on any joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "JoystickButton14", + "comment": "Button 14 on any joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "JoystickButton15", + "comment": "Button 15 on any joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "JoystickButton16", + "comment": "Button 16 on any joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "JoystickButton17", + "comment": "Button 17 on any joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "JoystickButton18", + "comment": "Button 18 on any joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "JoystickButton19", + "comment": "Button 19 on any joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick1Button0", + "comment": "Button 0 on first joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick1Button1", + "comment": "Button 1 on first joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick1Button2", + "comment": "Button 2 on first joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick1Button3", + "comment": "Button 3 on first joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick1Button4", + "comment": "Button 4 on first joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick1Button5", + "comment": "Button 5 on first joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick1Button6", + "comment": "Button 6 on first joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick1Button7", + "comment": "Button 7 on first joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick1Button8", + "comment": "Button 8 on first joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick1Button9", + "comment": "Button 9 on first joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick1Button10", + "comment": "Button 10 on first joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick1Button11", + "comment": "Button 11 on first joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick1Button12", + "comment": "Button 12 on first joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick1Button13", + "comment": "Button 13 on first joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick1Button14", + "comment": "Button 14 on first joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick1Button15", + "comment": "Button 15 on first joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick1Button16", + "comment": "Button 16 on first joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick1Button17", + "comment": "Button 17 on first joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick1Button18", + "comment": "Button 18 on first joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick1Button19", + "comment": "Button 19 on first joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick2Button0", + "comment": "Button 0 on second joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick2Button1", + "comment": "Button 1 on second joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick2Button2", + "comment": "Button 2 on second joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick2Button3", + "comment": "Button 3 on second joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick2Button4", + "comment": "Button 4 on second joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick2Button5", + "comment": "Button 5 on second joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick2Button6", + "comment": "Button 6 on second joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick2Button7", + "comment": "Button 7 on second joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick2Button8", + "comment": "Button 8 on second joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick2Button9", + "comment": "Button 9 on second joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick2Button10", + "comment": "Button 10 on second joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick2Button11", + "comment": "Button 11 on second joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick2Button12", + "comment": "Button 12 on second joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick2Button13", + "comment": "Button 13 on second joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick2Button14", + "comment": "Button 14 on second joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick2Button15", + "comment": "Button 15 on second joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick2Button16", + "comment": "Button 16 on second joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick2Button17", + "comment": "Button 17 on second joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick2Button18", + "comment": "Button 18 on second joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick2Button19", + "comment": "Button 19 on second joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick3Button0", + "comment": "Button 0 on third joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick3Button1", + "comment": "Button 1 on third joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick3Button2", + "comment": "Button 2 on third joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick3Button3", + "comment": "Button 3 on third joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick3Button4", + "comment": "Button 4 on third joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick3Button5", + "comment": "Button 5 on third joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick3Button6", + "comment": "Button 6 on third joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick3Button7", + "comment": "Button 7 on third joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick3Button8", + "comment": "Button 8 on third joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick3Button9", + "comment": "Button 9 on third joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick3Button10", + "comment": "Button 10 on third joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick3Button11", + "comment": "Button 11 on third joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick3Button12", + "comment": "Button 12 on third joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick3Button13", + "comment": "Button 13 on third joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick3Button14", + "comment": "Button 14 on third joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick3Button15", + "comment": "Button 15 on third joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick3Button16", + "comment": "Button 16 on third joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick3Button17", + "comment": "Button 17 on third joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick3Button18", + "comment": "Button 18 on third joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick3Button19", + "comment": "Button 19 on third joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick4Button0", + "comment": "Button 0 on forth joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick4Button1", + "comment": "Button 1 on forth joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick4Button2", + "comment": "Button 2 on forth joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick4Button3", + "comment": "Button 3 on forth joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick4Button4", + "comment": "Button 4 on forth joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick4Button5", + "comment": "Button 5 on forth joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick4Button6", + "comment": "Button 6 on forth joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick4Button7", + "comment": "Button 7 on forth joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick4Button8", + "comment": "Button 8 on forth joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick4Button9", + "comment": "Button 9 on forth joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick4Button10", + "comment": "Button 10 on forth joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick4Button11", + "comment": "Button 11 on forth joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick4Button12", + "comment": "Button 12 on forth joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick4Button13", + "comment": "Button 13 on forth joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick4Button14", + "comment": "Button 14 on forth joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick4Button15", + "comment": "Button 15 on forth joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick4Button16", + "comment": "Button 16 on forth joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick4Button17", + "comment": "Button 17 on forth joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick4Button18", + "comment": "Button 18 on forth joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick4Button19", + "comment": "Button 19 on forth joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick5Button0", + "comment": "Button 0 on fifth joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick5Button1", + "comment": "Button 1 on fifth joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick5Button2", + "comment": "Button 2 on fifth joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick5Button3", + "comment": "Button 3 on fifth joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick5Button4", + "comment": "Button 4 on fifth joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick5Button5", + "comment": "Button 5 on fifth joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick5Button6", + "comment": "Button 6 on fifth joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick5Button7", + "comment": "Button 7 on fifth joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick5Button8", + "comment": "Button 8 on fifth joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick5Button9", + "comment": "Button 9 on fifth joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick5Button10", + "comment": "Button 10 on fifth joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick5Button11", + "comment": "Button 11 on fifth joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick5Button12", + "comment": "Button 12 on fifth joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick5Button13", + "comment": "Button 13 on fifth joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick5Button14", + "comment": "Button 14 on fifth joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick5Button15", + "comment": "Button 15 on fifth joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick5Button16", + "comment": "Button 16 on fifth joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick5Button17", + "comment": "Button 17 on fifth joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick5Button18", + "comment": "Button 18 on fifth joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick5Button19", + "comment": "Button 19 on fifth joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick6Button0", + "comment": "Button 0 on sixth joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick6Button1", + "comment": "Button 1 on sixth joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick6Button2", + "comment": "Button 2 on sixth joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick6Button3", + "comment": "Button 3 on sixth joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick6Button4", + "comment": "Button 4 on sixth joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick6Button5", + "comment": "Button 5 on sixth joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick6Button6", + "comment": "Button 6 on sixth joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick6Button7", + "comment": "Button 7 on sixth joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick6Button8", + "comment": "Button 8 on sixth joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick6Button9", + "comment": "Button 9 on sixth joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick6Button10", + "comment": "Button 10 on sixth joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick6Button11", + "comment": "Button 11 on sixth joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick6Button12", + "comment": "Button 12 on sixth joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick6Button13", + "comment": "Button 13 on sixth joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick6Button14", + "comment": "Button 14 on sixth joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick6Button15", + "comment": "Button 15 on sixth joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick6Button16", + "comment": "Button 16 on sixth joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick6Button17", + "comment": "Button 17 on sixth joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick6Button18", + "comment": "Button 18 on sixth joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick6Button19", + "comment": "Button 19 on sixth joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick7Button0", + "comment": "Button 0 on seventh joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick7Button1", + "comment": "Button 1 on seventh joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick7Button2", + "comment": "Button 2 on seventh joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick7Button3", + "comment": "Button 3 on seventh joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick7Button4", + "comment": "Button 4 on seventh joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick7Button5", + "comment": "Button 5 on seventh joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick7Button6", + "comment": "Button 6 on seventh joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick7Button7", + "comment": "Button 7 on seventh joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick7Button8", + "comment": "Button 8 on seventh joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick7Button9", + "comment": "Button 9 on seventh joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick7Button10", + "comment": "Button 10 on seventh joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick7Button11", + "comment": "Button 11 on seventh joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick7Button12", + "comment": "Button 12 on seventh joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick7Button13", + "comment": "Button 13 on seventh joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick7Button14", + "comment": "Button 14 on seventh joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick7Button15", + "comment": "Button 15 on seventh joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick7Button16", + "comment": "Button 16 on seventh joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick7Button17", + "comment": "Button 17 on seventh joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick7Button18", + "comment": "Button 18 on seventh joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick7Button19", + "comment": "Button 19 on seventh joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick8Button0", + "comment": "Button 0 on eighth joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick8Button1", + "comment": "Button 1 on eighth joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick8Button2", + "comment": "Button 2 on eighth joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick8Button3", + "comment": "Button 3 on eighth joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick8Button4", + "comment": "Button 4 on eighth joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick8Button5", + "comment": "Button 5 on eighth joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick8Button6", + "comment": "Button 6 on eighth joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick8Button7", + "comment": "Button 7 on eighth joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick8Button8", + "comment": "Button 8 on eighth joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick8Button9", + "comment": "Button 9 on eighth joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick8Button10", + "comment": "Button 10 on eighth joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick8Button11", + "comment": "Button 11 on eighth joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick8Button12", + "comment": "Button 12 on eighth joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick8Button13", + "comment": "Button 13 on eighth joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick8Button14", + "comment": "Button 14 on eighth joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick8Button15", + "comment": "Button 15 on eighth joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick8Button16", + "comment": "Button 16 on eighth joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick8Button17", + "comment": "Button 17 on eighth joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick8Button18", + "comment": "Button 18 on eighth joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "Joystick8Button19", + "comment": "Button 19 on eighth joystick.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.KeyCode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "KeyCode", + "comment": "Key codes returned by Event.keyCode. These map directly to a physical key on the keyboard.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Vector2", + "name": "positionDelta", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "timeDelta", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "fingerId", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "position", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "deltaPosition", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "deltaTime", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "tapCount", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iPhoneTouchPhase", + "name": "phase", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "iPhoneTouch", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.iPhoneScreenOrientation", + "name": "Unknown", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iPhoneScreenOrientation", + "name": "Portrait", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iPhoneScreenOrientation", + "name": "PortraitUpsideDown", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iPhoneScreenOrientation", + "name": "LandscapeLeft", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iPhoneScreenOrientation", + "name": "LandscapeRight", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iPhoneScreenOrientation", + "name": "AutoRotation", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iPhoneScreenOrientation", + "name": "Landscape", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.iPhoneScreenOrientation", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "iPhoneScreenOrientation", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.iPhoneNetworkReachability", + "name": "NotReachable", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iPhoneNetworkReachability", + "name": "ReachableViaCarrierDataNetwork", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iPhoneNetworkReachability", + "name": "ReachableViaWiFiNetwork", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.iPhoneNetworkReachability", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "iPhoneNetworkReachability", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.iPhoneGeneration", + "name": "Unknown", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iPhoneGeneration", + "name": "iPhone", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iPhoneGeneration", + "name": "iPhone3G", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iPhoneGeneration", + "name": "iPhone3GS", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iPhoneGeneration", + "name": "iPodTouch1Gen", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iPhoneGeneration", + "name": "iPodTouch2Gen", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iPhoneGeneration", + "name": "iPodTouch3Gen", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iPhoneGeneration", + "name": "iPad1Gen", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iPhoneGeneration", + "name": "iPhone4", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iPhoneGeneration", + "name": "iPodTouch4Gen", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iPhoneGeneration", + "name": "iPad2Gen", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iPhoneGeneration", + "name": "iPhone4S", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iPhoneGeneration", + "name": "iPad3Gen", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iPhoneGeneration", + "name": "iPhone5", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iPhoneGeneration", + "name": "iPodTouch5Gen", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iPhoneGeneration", + "name": "iPadMini1Gen", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iPhoneGeneration", + "name": "iPad4Gen", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iPhoneGeneration", + "name": "iPhone5C", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iPhoneGeneration", + "name": "iPhone5S", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iPhoneGeneration", + "name": "iPhoneUnknown", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iPhoneGeneration", + "name": "iPadUnknown", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iPhoneGeneration", + "name": "iPodTouchUnknown", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.iPhoneGeneration", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "iPhoneGeneration", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.iPhoneScreenOrientation", + "name": "screenOrientation", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "string", + "name": "uniqueIdentifier", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "string", + "name": "name", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "string", + "name": "model", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "string", + "name": "systemName", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iPhoneNetworkReachability", + "name": "internetReachability", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "string", + "name": "systemVersion", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iPhoneGeneration", + "name": "generation", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "verticalOrientation", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "screenCanDarken", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "locationServiceEnabledByUser", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "desiredAccuracyInMeters", "typeName": "float" }, + { "name": "updateDistanceInMeters", "typeName": "float" } + ], + "isStatic": true, + "name": "StartLocationServiceUpdates", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "desiredAccuracyInMeters", "typeName": "float" } + ], + "isStatic": true, + "name": "StartLocationServiceUpdates", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "StartLocationServiceUpdates", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "StopLocationServiceUpdates", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "iPhoneSettings", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.iPhoneMovieControlMode", + "name": "Full", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iPhoneMovieControlMode", + "name": "Minimal", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iPhoneMovieControlMode", + "name": "CancelOnTouch", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iPhoneMovieControlMode", + "name": "Hidden", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iPhoneMovieControlMode", + "name": "VolumeOnly", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.iPhoneMovieControlMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "iPhoneMovieControlMode", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.iPhoneTouchPhase", + "name": "Began", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iPhoneTouchPhase", + "name": "Moved", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iPhoneTouchPhase", + "name": "Stationary", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iPhoneTouchPhase", + "name": "Ended", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iPhoneTouchPhase", + "name": "Canceled", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.iPhoneTouchPhase", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "iPhoneTouchPhase", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.iPhoneMovieScalingMode", + "name": "None", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iPhoneMovieScalingMode", + "name": "AspectFit", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iPhoneMovieScalingMode", + "name": "AspectFill", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iPhoneMovieScalingMode", + "name": "Fill", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.iPhoneMovieScalingMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "iPhoneMovieScalingMode", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "isApplicationGenuine", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "isApplicationGenuineAvailable", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "path", "typeName": "string" }, + { "name": "bgColor", "typeName": "UnityEngine.Color" }, + { + "name": "controlMode", + "typeName": "UnityEngine.iPhoneMovieControlMode" + }, + { + "name": "scalingMode", + "typeName": "UnityEngine.iPhoneMovieScalingMode" + } + ], + "isStatic": true, + "name": "PlayMovie", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "path", "typeName": "string" }, + { "name": "bgColor", "typeName": "UnityEngine.Color" }, + { + "name": "controlMode", + "typeName": "UnityEngine.iPhoneMovieControlMode" + } + ], + "isStatic": true, + "name": "PlayMovie", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "path", "typeName": "string" }, + { "name": "bgColor", "typeName": "UnityEngine.Color" } + ], + "isStatic": true, + "name": "PlayMovie", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "url", "typeName": "string" }, + { "name": "bgColor", "typeName": "UnityEngine.Color" }, + { + "name": "controlMode", + "typeName": "UnityEngine.iPhoneMovieControlMode" + }, + { + "name": "scalingMode", + "typeName": "UnityEngine.iPhoneMovieScalingMode" + } + ], + "isStatic": true, + "name": "PlayMovieURL", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "url", "typeName": "string" }, + { "name": "bgColor", "typeName": "UnityEngine.Color" }, + { + "name": "controlMode", + "typeName": "UnityEngine.iPhoneMovieControlMode" + } + ], + "isStatic": true, + "name": "PlayMovieURL", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "url", "typeName": "string" }, + { "name": "bgColor", "typeName": "UnityEngine.Color" } + ], + "isStatic": true, + "name": "PlayMovieURL", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "Vibrate", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "iPhoneUtils", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.iPhoneKeyboardType", + "name": "Default", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iPhoneKeyboardType", + "name": "ASCIICapable", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iPhoneKeyboardType", + "name": "NumbersAndPunctuation", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iPhoneKeyboardType", + "name": "URL", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iPhoneKeyboardType", + "name": "NumberPad", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iPhoneKeyboardType", + "name": "PhonePad", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iPhoneKeyboardType", + "name": "NamePhonePad", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iPhoneKeyboardType", + "name": "EmailAddress", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.iPhoneKeyboardType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "iPhoneKeyboardType", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "text", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "hideInput", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "active", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "done", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rect", + "name": "area", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "visible", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "iPhoneKeyboard", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "float", + "name": "timeDelta", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "acceleration", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "deltaTime", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "iPhoneAccelerationEvent", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.iPhoneOrientation", + "name": "Unknown", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iPhoneOrientation", + "name": "Portrait", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iPhoneOrientation", + "name": "PortraitUpsideDown", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iPhoneOrientation", + "name": "LandscapeLeft", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iPhoneOrientation", + "name": "LandscapeRight", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iPhoneOrientation", + "name": "FaceUp", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iPhoneOrientation", + "name": "FaceDown", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.iPhoneOrientation", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "iPhoneOrientation", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.iPhoneOrientation", + "name": "orientation", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iPhoneAccelerationEvent[]", + "name": "accelerationEvents", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iPhoneTouch[]", + "name": "touches", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "touchCount", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "multiTouchEnabled", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "accelerationEventCount", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "acceleration", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "iPhoneTouch", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": true, + "name": "GetTouch", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "iPhoneAccelerationEvent", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": true, + "name": "GetAccelerationEvent", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "iPhoneInput", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.iPhoneGeneration", + "name": "generation", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "string", + "name": "vendorIdentifier", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "string", + "name": "advertisingIdentifier", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "advertisingTrackingEnabled", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "path", "typeName": "string" }], + "isStatic": true, + "name": "SetNoBackupFlag", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "path", "typeName": "string" }], + "isStatic": true, + "name": "ResetNoBackupFlag", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "iPhone", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.iOSActivityIndicatorStyle", + "name": "DontShow", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOSActivityIndicatorStyle", + "name": "WhiteLarge", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOSActivityIndicatorStyle", + "name": "White", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOSActivityIndicatorStyle", + "name": "Gray", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.iOSActivityIndicatorStyle", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "iOSActivityIndicatorStyle", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.CalendarIdentifier", + "name": "GregorianCalendar", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.CalendarIdentifier", + "name": "BuddhistCalendar", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.CalendarIdentifier", + "name": "ChineseCalendar", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.CalendarIdentifier", + "name": "HebrewCalendar", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.CalendarIdentifier", + "name": "IslamicCalendar", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.CalendarIdentifier", + "name": "IslamicCivilCalendar", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.CalendarIdentifier", + "name": "JapaneseCalendar", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.CalendarIdentifier", + "name": "RepublicOfChinaCalendar", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.CalendarIdentifier", + "name": "PersianCalendar", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.CalendarIdentifier", + "name": "IndianCalendar", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.CalendarIdentifier", + "name": "ISO8601Calendar", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.CalendarIdentifier", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "CalendarIdentifier", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.CalendarUnit", + "name": "Era", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.CalendarUnit", + "name": "Year", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.CalendarUnit", + "name": "Month", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.CalendarUnit", + "name": "Day", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.CalendarUnit", + "name": "Hour", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.CalendarUnit", + "name": "Minute", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.CalendarUnit", + "name": "Second", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.CalendarUnit", + "name": "Week", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.CalendarUnit", + "name": "Weekday", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.CalendarUnit", + "name": "WeekdayOrdinal", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.CalendarUnit", + "name": "Quarter", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.CalendarUnit", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "CalendarUnit", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.DateTime", + "name": "fireDate", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "string", + "name": "timeZone", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.CalendarUnit", + "name": "repeatInterval", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.CalendarIdentifier", + "name": "repeatCalendar", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "string", + "name": "alertBody", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "string", + "name": "alertAction", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "hasAction", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "string", + "name": "alertLaunchImage", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "applicationIconBadgeNumber", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "string", + "name": "soundName", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "string", + "name": "defaultSoundName", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "System.Collections.IDictionary", + "name": "userInfo", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "LocalNotification", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "alertBody", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "hasAction", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "applicationIconBadgeNumber", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "string", + "name": "soundName", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "System.Collections.IDictionary", + "name": "userInfo", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "RemoteNotification", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.RemoteNotificationType", + "name": "None", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.RemoteNotificationType", + "name": "Badge", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.RemoteNotificationType", + "name": "Sound", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.RemoteNotificationType", + "name": "Alert", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.RemoteNotificationType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "RemoteNotificationType", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "notificationTypes", + "typeName": "UnityEngine.RemoteNotificationType" + } + ], + "isStatic": true, + "name": "RegisterForRemoteNotificationTypes", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "NotificationServices", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "loaded", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "visible", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.ADBannerView.Layout", + "name": "layout", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "position", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "size", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.ADBannerView.BannerWasClickedDelegate", + "name": "onBannerWasClicked", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.ADBannerView.BannerWasLoadedDelegate", + "name": "onBannerWasLoaded", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "UnityEngine.ADBannerView.BannerWasClickedDelegate" + } + ], + "isStatic": true, + "name": "add_onBannerWasClicked", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "UnityEngine.ADBannerView.BannerWasClickedDelegate" + } + ], + "isStatic": true, + "name": "remove_onBannerWasClicked", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "UnityEngine.ADBannerView.BannerWasLoadedDelegate" + } + ], + "isStatic": true, + "name": "add_onBannerWasLoaded", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "UnityEngine.ADBannerView.BannerWasLoadedDelegate" + } + ], + "isStatic": true, + "name": "remove_onBannerWasLoaded", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "type", "typeName": "UnityEngine.ADBannerView.Type" }, + { "name": "layout", "typeName": "UnityEngine.ADBannerView.Layout" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "type", "typeName": "UnityEngine.ADBannerView.Type" } + ], + "isStatic": true, + "name": "IsAvailable", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "ADBannerView", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.ADBannerView.Layout", + "name": "Top", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.ADBannerView.Layout", + "name": "Bottom", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.ADBannerView.Layout", + "name": "TopLeft", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.ADBannerView.Layout", + "name": "TopRight", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.ADBannerView.Layout", + "name": "TopCenter", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.ADBannerView.Layout", + "name": "BottomLeft", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.ADBannerView.Layout", + "name": "BottomRight", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.ADBannerView.Layout", + "name": "BottomCenter", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.ADBannerView.Layout", + "name": "CenterLeft", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.ADBannerView.Layout", + "name": "CenterRight", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.ADBannerView.Layout", + "name": "Center", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.ADBannerView.Layout", + "name": "Manual", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.ADBannerView.Layout", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "Layout", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.ADBannerView.Type", + "name": "Banner", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.ADBannerView.Type", + "name": "MediumRect", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.ADBannerView.Type", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "Type", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "BannerWasClickedDelegate", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "BannerWasLoadedDelegate", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "isAvailable", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "loaded", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.ADInterstitialAd.InterstitialWasLoadedDelegate", + "name": "onInterstitialWasLoaded", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "UnityEngine.ADInterstitialAd.InterstitialWasLoadedDelegate" + } + ], + "isStatic": true, + "name": "add_onInterstitialWasLoaded", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "UnityEngine.ADInterstitialAd.InterstitialWasLoadedDelegate" + } + ], + "isStatic": true, + "name": "remove_onInterstitialWasLoaded", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "autoReload", "typeName": "bool" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Show", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ReloadAd", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "ADInterstitialAd", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.XR.WSA", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.XR.WSA.RemoteDeviceVersion", + "name": "V1", + "comment": "", + "location": "UnityEngine.VRModule.dll" + }, + { + "typeName": "UnityEngine.XR.WSA.RemoteDeviceVersion", + "name": "V2", + "comment": "", + "location": "UnityEngine.VRModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.XR.WSA.RemoteDeviceVersion", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.VRModule.dll" + } + ], + "name": "RemoteDeviceVersion", + "comment": "", + "location": "UnityEngine.VRModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "float", + "name": "left", + "comment": "Position in view space of the left side of the near projection plane.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "right", + "comment": "Position in view space of the right side of the near projection plane.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "bottom", + "comment": "Position in view space of the bottom side of the near projection plane.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "top", + "comment": "Position in view space of the top side of the near projection plane.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "zNear", + "comment": "Z distance from the origin of view space to the near projection plane.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "zFar", + "comment": "Z distance from the origin of view space to the far projection plane.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "FrustumPlanes", + "comment": "This struct contains the view space coordinates of the near projection plane.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IEquatable", "IFormattable"], + "fields": [ + { + "typeName": "float", + "name": "m00", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "m10", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "m20", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "m30", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "m01", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "m11", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "m21", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "m31", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "m02", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "m12", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "m22", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "m32", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "m03", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "m13", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "m23", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "m33", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Quaternion", + "name": "rotation", + "comment": "Attempts to get a rotation quaternion from this matrix.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "lossyScale", + "comment": "Attempts to get a scale value from the matrix. (Read Only)\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "isIdentity", + "comment": "Checks whether this is an identity matrix. (Read Only)\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "determinant", + "comment": "The determinant of the matrix. (Read Only)\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.FrustumPlanes", + "name": "decomposeProjection", + "comment": "This property takes a projection matrix and returns the six plane coordinates that define a projection frustum.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Matrix4x4", + "name": "inverse", + "comment": "The inverse of this matrix. (Read Only)\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Matrix4x4", + "name": "transpose", + "comment": "Returns the transpose of this matrix (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "this[]", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "this[]", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Matrix4x4", + "name": "zero", + "comment": "Returns a matrix with all elements set to zero (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Matrix4x4", + "name": "identity", + "comment": "Returns the identity matrix (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "ValidTRS", + "comment": "Checks if this matrix is a valid transform matrix.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "m", "typeName": "UnityEngine.Matrix4x4" }], + "isStatic": true, + "name": "Determinant", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Matrix4x4", + "params": [ + { "name": "pos", "typeName": "UnityEngine.Vector3" }, + { "name": "q", "typeName": "UnityEngine.Quaternion" }, + { "name": "s", "typeName": "UnityEngine.Vector3" } + ], + "isStatic": true, + "name": "TRS", + "comment": "Creates a translation, rotation and scaling matrix.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "pos", "typeName": "UnityEngine.Vector3" }, + { "name": "q", "typeName": "UnityEngine.Quaternion" }, + { "name": "s", "typeName": "UnityEngine.Vector3" } + ], + "isStatic": false, + "name": "SetTRS", + "comment": "Sets this matrix to a translation, rotation and scaling matrix.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "input", "typeName": "UnityEngine.Matrix4x4" }, + { "name": "result", "typeName": "UnityEngine.Matrix4x4" } + ], + "isStatic": true, + "name": "Inverse3DAffine", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Matrix4x4", + "params": [{ "name": "m", "typeName": "UnityEngine.Matrix4x4" }], + "isStatic": true, + "name": "Inverse", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Matrix4x4", + "params": [{ "name": "m", "typeName": "UnityEngine.Matrix4x4" }], + "isStatic": true, + "name": "Transpose", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Matrix4x4", + "params": [ + { "name": "left", "typeName": "float" }, + { "name": "right", "typeName": "float" }, + { "name": "bottom", "typeName": "float" }, + { "name": "top", "typeName": "float" }, + { "name": "zNear", "typeName": "float" }, + { "name": "zFar", "typeName": "float" } + ], + "isStatic": true, + "name": "Ortho", + "comment": "The projection matrix.\n\n```plaintext\nParams: left - Left-side x-coordinate.\n right - Right-side x-coordinate.\n bottom - Bottom y-coordinate.\n top - Top y-coordinate.\n zNear - Near depth clipping plane value.\n zFar - Far depth clipping plane value.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Matrix4x4", + "params": [ + { "name": "fov", "typeName": "float" }, + { "name": "aspect", "typeName": "float" }, + { "name": "zNear", "typeName": "float" }, + { "name": "zFar", "typeName": "float" } + ], + "isStatic": true, + "name": "Perspective", + "comment": "The projection matrix.\n\n```plaintext\nParams: fov - Vertical field-of-view in degrees.\n aspect - Aspect ratio (width divided by height).\n zNear - Near depth clipping plane value.\n zFar - Far depth clipping plane value.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Matrix4x4", + "params": [ + { "name": "from", "typeName": "UnityEngine.Vector3" }, + { "name": "to", "typeName": "UnityEngine.Vector3" }, + { "name": "up", "typeName": "UnityEngine.Vector3" } + ], + "isStatic": true, + "name": "LookAt", + "comment": "The resulting transformation matrix.\n\n```plaintext\nParams: from - The source point.\n to - The target point.\n up - The vector describing the up direction (typically Vector3.up).\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Matrix4x4", + "params": [ + { "name": "left", "typeName": "float" }, + { "name": "right", "typeName": "float" }, + { "name": "bottom", "typeName": "float" }, + { "name": "top", "typeName": "float" }, + { "name": "zNear", "typeName": "float" }, + { "name": "zFar", "typeName": "float" } + ], + "isStatic": true, + "name": "Frustum", + "comment": "A projection matrix with a viewing frustum defined by the plane coordinates passed in.\n\n```plaintext\nParams: left - The X coordinate of the left side of the near projection plane in view space.\n right - The X coordinate of the right side of the near projection plane in view space.\n bottom - The Y coordinate of the bottom side of the near projection plane in view space.\n top - The Y coordinate of the top side of the near projection plane in view space.\n zNear - Z distance to the near plane from the origin in view space.\n zFar - Z distance to the far plane from the origin in view space.\n frustumPlanes - Frustum planes struct that contains the view space coordinates of that define a viewing frustum.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Matrix4x4", + "params": [{ "name": "fp", "typeName": "UnityEngine.FrustumPlanes" }], + "isStatic": true, + "name": "Frustum", + "comment": "A projection matrix with a viewing frustum defined by the plane coordinates passed in.\n\n```plaintext\nParams: left - The X coordinate of the left side of the near projection plane in view space.\n right - The X coordinate of the right side of the near projection plane in view space.\n bottom - The Y coordinate of the bottom side of the near projection plane in view space.\n top - The Y coordinate of the top side of the near projection plane in view space.\n zNear - Z distance to the near plane from the origin in view space.\n zFar - Z distance to the far plane from the origin in view space.\n frustumPlanes - Frustum planes struct that contains the view space coordinates of that define a viewing frustum.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "column0", "typeName": "UnityEngine.Vector4" }, + { "name": "column1", "typeName": "UnityEngine.Vector4" }, + { "name": "column2", "typeName": "UnityEngine.Vector4" }, + { "name": "column3", "typeName": "UnityEngine.Vector4" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "other", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "other", "typeName": "UnityEngine.Matrix4x4" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Matrix4x4", + "params": [ + { "name": "lhs", "typeName": "UnityEngine.Matrix4x4" }, + { "name": "rhs", "typeName": "UnityEngine.Matrix4x4" } + ], + "isStatic": true, + "name": "op_Multiply", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector4", + "params": [ + { "name": "lhs", "typeName": "UnityEngine.Matrix4x4" }, + { "name": "vector", "typeName": "UnityEngine.Vector4" } + ], + "isStatic": true, + "name": "op_Multiply", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "lhs", "typeName": "UnityEngine.Matrix4x4" }, + { "name": "rhs", "typeName": "UnityEngine.Matrix4x4" } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "lhs", "typeName": "UnityEngine.Matrix4x4" }, + { "name": "rhs", "typeName": "UnityEngine.Matrix4x4" } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector4", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "GetColumn", + "comment": "Get a column of the matrix.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector4", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "GetRow", + "comment": "Returns a row of the matrix.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "column", "typeName": "UnityEngine.Vector4" } + ], + "isStatic": false, + "name": "SetColumn", + "comment": "Sets a column of the matrix.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "row", "typeName": "UnityEngine.Vector4" } + ], + "isStatic": false, + "name": "SetRow", + "comment": "Sets a row of the matrix.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector3", + "params": [{ "name": "point", "typeName": "UnityEngine.Vector3" }], + "isStatic": false, + "name": "MultiplyPoint", + "comment": "Transforms a position by this matrix (generic).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector3", + "params": [{ "name": "point", "typeName": "UnityEngine.Vector3" }], + "isStatic": false, + "name": "MultiplyPoint3x4", + "comment": "Transforms a position by this matrix (fast).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector3", + "params": [{ "name": "vector", "typeName": "UnityEngine.Vector3" }], + "isStatic": false, + "name": "MultiplyVector", + "comment": "Transforms a direction by this matrix.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Plane", + "params": [{ "name": "plane", "typeName": "UnityEngine.Plane" }], + "isStatic": false, + "name": "TransformPlane", + "comment": "Returns a plane that is transformed in space.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Matrix4x4", + "params": [{ "name": "vector", "typeName": "UnityEngine.Vector3" }], + "isStatic": true, + "name": "Scale", + "comment": "Creates a scaling matrix.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Matrix4x4", + "params": [{ "name": "vector", "typeName": "UnityEngine.Vector3" }], + "isStatic": true, + "name": "Translate", + "comment": "Creates a translation matrix.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Matrix4x4", + "params": [{ "name": "q", "typeName": "UnityEngine.Quaternion" }], + "isStatic": true, + "name": "Rotate", + "comment": "Creates a rotation matrix.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "Returns a formatted string for this matrix.\n\n```plaintext\nParams: format - A numeric format string.\n formatProvider - An object that specifies culture-specific formatting.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "format", "typeName": "string" }], + "isStatic": false, + "name": "ToString", + "comment": "Returns a formatted string for this matrix.\n\n```plaintext\nParams: format - A numeric format string.\n formatProvider - An object that specifies culture-specific formatting.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "format", "typeName": "string" }, + { "name": "formatProvider", "typeName": "System.IFormatProvider" } + ], + "isStatic": false, + "name": "ToString", + "comment": "Returns a formatted string for this matrix.\n\n```plaintext\nParams: format - A numeric format string.\n formatProvider - An object that specifies culture-specific formatting.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "Matrix4x4", + "comment": "A standard 4x4 transformation matrix.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.XR", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.XR.GameViewRenderMode", + "name": "None", + "comment": "Disables rendering of any eyes in the Game view or in the main window on a host PC.\n\n", + "location": "UnityEngine.VRModule.dll" + }, + { + "typeName": "UnityEngine.XR.GameViewRenderMode", + "name": "LeftEye", + "comment": "Renders the left eye of the XR device in the Game View window or in main window on a host PC.\n\n", + "location": "UnityEngine.VRModule.dll" + }, + { + "typeName": "UnityEngine.XR.GameViewRenderMode", + "name": "RightEye", + "comment": "Renders the right eye of the XR device in the Game View window or in main window on a host PC.\n\n", + "location": "UnityEngine.VRModule.dll" + }, + { + "typeName": "UnityEngine.XR.GameViewRenderMode", + "name": "BothEyes", + "comment": "Renders both eyes of the XR device side-by-side in the Game view or in the main window on a host PC.\n\n", + "location": "UnityEngine.VRModule.dll" + }, + { + "typeName": "UnityEngine.XR.GameViewRenderMode", + "name": "OcclusionMesh", + "comment": "Renders both eyes of the XR device, and the occlusion mesh, side-by-side in the Game view or in the main window on a host PC.\n\n", + "location": "UnityEngine.VRModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.XR.GameViewRenderMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.VRModule.dll" + } + ], + "name": "GameViewRenderMode", + "comment": "Enumeration of available modes for XR rendering in the Game view or in the main window on a host PC. XR rendering only occurs when the Unity Editor is in Play Mode.\n\n", + "location": "UnityEngine.VRModule.dll" + }, + { + "namespace": "UnityEngine.XR", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "enabled", + "comment": "Globally enables or disables XR for the application.\n\n", + "location": "UnityEngine.VRModule.dll" + }, + { + "typeName": "UnityEngine.XR.GameViewRenderMode", + "name": "gameViewRenderMode", + "comment": "Sets the render mode for the XR device. The render mode controls how the view of the XR device renders in the Game view and in the main window on a host PC.\n\n", + "location": "UnityEngine.VRModule.dll" + }, + { + "typeName": "bool", + "name": "isDeviceActive", + "comment": "Read-only value that can be used to determine if the XR device is active.\n\n", + "location": "UnityEngine.VRModule.dll" + }, + { + "typeName": "bool", + "name": "showDeviceView", + "comment": "This property has been deprecated. Use XRSettings.gameViewRenderMode instead.\n\n", + "location": "UnityEngine.VRModule.dll" + }, + { + "typeName": "float", + "name": "eyeTextureResolutionScale", + "comment": "Controls the actual size of eye textures as a multiplier of the device's default resolution.\n\n", + "location": "UnityEngine.VRModule.dll" + }, + { + "typeName": "int", + "name": "eyeTextureWidth", + "comment": "The current width of an eye texture for the loaded device.\n\n", + "location": "UnityEngine.VRModule.dll" + }, + { + "typeName": "int", + "name": "eyeTextureHeight", + "comment": "The current height of an eye texture for the loaded device.\n\n", + "location": "UnityEngine.VRModule.dll" + }, + { + "typeName": "UnityEngine.RenderTextureDescriptor", + "name": "eyeTextureDesc", + "comment": "Fetch the eye texture RenderTextureDescriptor from the active stereo device.\n\n", + "location": "UnityEngine.VRModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.TextureDimension", + "name": "deviceEyeTextureDimension", + "comment": "Fetch the device eye texture dimension from the active stereo device.\n\n", + "location": "UnityEngine.VRModule.dll" + }, + { + "typeName": "float", + "name": "renderViewportScale", + "comment": "Controls how much of the allocated eye texture should be used for rendering.\n\n", + "location": "UnityEngine.VRModule.dll" + }, + { + "typeName": "float", + "name": "occlusionMaskScale", + "comment": "A scale applied to the standard occulsion mask for each platform.\n\n", + "location": "UnityEngine.VRModule.dll" + }, + { + "typeName": "bool", + "name": "useOcclusionMesh", + "comment": "Specifies whether or not the occlusion mesh should be used when rendering. Enabled by default.\n\n", + "location": "UnityEngine.VRModule.dll" + }, + { + "typeName": "string", + "name": "loadedDeviceName", + "comment": "Type of XR device that is currently loaded.\n\n", + "location": "UnityEngine.VRModule.dll" + }, + { + "typeName": "string[]", + "name": "supportedDevices", + "comment": "Returns a list of supported XR devices that were included at build time.\n\n", + "location": "UnityEngine.VRModule.dll" + }, + { + "typeName": "UnityEngine.XR.XRSettings.StereoRenderingMode", + "name": "stereoRenderingMode", + "comment": "The stereo rendering mode that is currently in use.\n\n", + "location": "UnityEngine.VRModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "deviceName", "typeName": "string" }], + "isStatic": true, + "name": "LoadDeviceByName", + "comment": "Loads the requested device at the beginning of the next frame.\n\n```plaintext\nParams: deviceName - Name of the device from XRSettings.supportedDevices.\n prioritizedDeviceNameList - Prioritized list of device names from XRSettings.supportedDevices.\n \n```\n\n", + "location": "UnityEngine.VRModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "prioritizedDeviceNameList", "typeName": "string[]" } + ], + "isStatic": true, + "name": "LoadDeviceByName", + "comment": "Loads the requested device at the beginning of the next frame.\n\n```plaintext\nParams: deviceName - Name of the device from XRSettings.supportedDevices.\n prioritizedDeviceNameList - Prioritized list of device names from XRSettings.supportedDevices.\n \n```\n\n", + "location": "UnityEngine.VRModule.dll" + } + ], + "name": "XRSettings", + "comment": "Global XR related settings.\n\n", + "location": "UnityEngine.VRModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IEquatable", "IFormattable"], + "fields": [ + { + "typeName": "float", + "name": "kEpsilon", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "kEpsilonNormalSqrt", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "x", + "comment": "X component of the vector.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "y", + "comment": "Y component of the vector.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "z", + "comment": "Z component of the vector.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "this[]", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "normalized", + "comment": "Returns this vector with a magnitude of 1 (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "magnitude", + "comment": "Returns the length of this vector (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "sqrMagnitude", + "comment": "Returns the squared length of this vector (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "zero", + "comment": "Shorthand for writing Vector3(0, 0, 0).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "one", + "comment": "Shorthand for writing Vector3(1, 1, 1).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "forward", + "comment": "Shorthand for writing Vector3(0, 0, 1).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "back", + "comment": "Shorthand for writing Vector3(0, 0, -1).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "up", + "comment": "Shorthand for writing Vector3(0, 1, 0).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "down", + "comment": "Shorthand for writing Vector3(0, -1, 0).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "left", + "comment": "Shorthand for writing Vector3(-1, 0, 0).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "right", + "comment": "Shorthand for writing Vector3(1, 0, 0).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "positiveInfinity", + "comment": "Shorthand for writing Vector3(float.PositiveInfinity, float.PositiveInfinity, float.PositiveInfinity).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "negativeInfinity", + "comment": "Shorthand for writing Vector3(float.NegativeInfinity, float.NegativeInfinity, float.NegativeInfinity).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "fwd", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector3", + "params": [ + { "name": "a", "typeName": "UnityEngine.Vector3" }, + { "name": "b", "typeName": "UnityEngine.Vector3" }, + { "name": "t", "typeName": "float" } + ], + "isStatic": true, + "name": "Slerp", + "comment": "Spherically interpolates between two vectors.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector3", + "params": [ + { "name": "a", "typeName": "UnityEngine.Vector3" }, + { "name": "b", "typeName": "UnityEngine.Vector3" }, + { "name": "t", "typeName": "float" } + ], + "isStatic": true, + "name": "SlerpUnclamped", + "comment": "Spherically interpolates between two vectors.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "normal", "typeName": "UnityEngine.Vector3" }, + { "name": "tangent", "typeName": "UnityEngine.Vector3" } + ], + "isStatic": true, + "name": "OrthoNormalize", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "normal", "typeName": "UnityEngine.Vector3" }, + { "name": "tangent", "typeName": "UnityEngine.Vector3" }, + { "name": "binormal", "typeName": "UnityEngine.Vector3" } + ], + "isStatic": true, + "name": "OrthoNormalize", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector3", + "params": [ + { "name": "current", "typeName": "UnityEngine.Vector3" }, + { "name": "target", "typeName": "UnityEngine.Vector3" }, + { "name": "maxRadiansDelta", "typeName": "float" }, + { "name": "maxMagnitudeDelta", "typeName": "float" } + ], + "isStatic": true, + "name": "RotateTowards", + "comment": "The location that RotateTowards generates.\n\n```plaintext\nParams: current - The vector being managed.\n target - The vector.\n maxRadiansDelta - The maximum angle in radians allowed for this rotation.\n maxMagnitudeDelta - The maximum allowed change in vector magnitude for this rotation.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector3", + "params": [ + { "name": "a", "typeName": "UnityEngine.Vector3" }, + { "name": "b", "typeName": "UnityEngine.Vector3" }, + { "name": "t", "typeName": "float" } + ], + "isStatic": true, + "name": "Lerp", + "comment": "Interpolated value, equals to a + (b - a) * t.\n\n```plaintext\nParams: a - Start value, returned when t = 0.\n b - End value, returned when t = 1.\n t - Value used to interpolate between a and b.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector3", + "params": [ + { "name": "a", "typeName": "UnityEngine.Vector3" }, + { "name": "b", "typeName": "UnityEngine.Vector3" }, + { "name": "t", "typeName": "float" } + ], + "isStatic": true, + "name": "LerpUnclamped", + "comment": "Linearly interpolates between two vectors.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector3", + "params": [ + { "name": "current", "typeName": "UnityEngine.Vector3" }, + { "name": "target", "typeName": "UnityEngine.Vector3" }, + { "name": "maxDistanceDelta", "typeName": "float" } + ], + "isStatic": true, + "name": "MoveTowards", + "comment": "The new position.\n\n```plaintext\nParams: current - The position to move from.\n target - The position to move towards.\n maxDistanceDelta - Distance to move current per call.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector3", + "params": [ + { "name": "current", "typeName": "UnityEngine.Vector3" }, + { "name": "target", "typeName": "UnityEngine.Vector3" }, + { "name": "currentVelocity", "typeName": "UnityEngine.Vector3" }, + { "name": "smoothTime", "typeName": "float" }, + { "name": "maxSpeed", "typeName": "float" } + ], + "isStatic": true, + "name": "SmoothDamp", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector3", + "params": [ + { "name": "current", "typeName": "UnityEngine.Vector3" }, + { "name": "target", "typeName": "UnityEngine.Vector3" }, + { "name": "currentVelocity", "typeName": "UnityEngine.Vector3" }, + { "name": "smoothTime", "typeName": "float" } + ], + "isStatic": true, + "name": "SmoothDamp", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector3", + "params": [ + { "name": "current", "typeName": "UnityEngine.Vector3" }, + { "name": "target", "typeName": "UnityEngine.Vector3" }, + { "name": "currentVelocity", "typeName": "UnityEngine.Vector3" }, + { "name": "smoothTime", "typeName": "float" }, + { "name": "maxSpeed", "typeName": "float" }, + { "name": "deltaTime", "typeName": "float" } + ], + "isStatic": true, + "name": "SmoothDamp", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "x", "typeName": "float" }, + { "name": "y", "typeName": "float" }, + { "name": "z", "typeName": "float" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Creates a new vector with given x, y, z components.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "x", "typeName": "float" }, + { "name": "y", "typeName": "float" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Creates a new vector with given x, y components and sets z to zero.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "newX", "typeName": "float" }, + { "name": "newY", "typeName": "float" }, + { "name": "newZ", "typeName": "float" } + ], + "isStatic": false, + "name": "Set", + "comment": "Set x, y and z components of an existing Vector3.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector3", + "params": [ + { "name": "a", "typeName": "UnityEngine.Vector3" }, + { "name": "b", "typeName": "UnityEngine.Vector3" } + ], + "isStatic": true, + "name": "Scale", + "comment": "Multiplies two vectors component-wise.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "scale", "typeName": "UnityEngine.Vector3" }], + "isStatic": false, + "name": "Scale", + "comment": "Multiplies every component of this vector by the same component of scale.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector3", + "params": [ + { "name": "lhs", "typeName": "UnityEngine.Vector3" }, + { "name": "rhs", "typeName": "UnityEngine.Vector3" } + ], + "isStatic": true, + "name": "Cross", + "comment": "Cross Product of two vectors.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "other", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "Returns true if the given vector is exactly equal to this vector.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "other", "typeName": "UnityEngine.Vector3" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector3", + "params": [ + { "name": "inDirection", "typeName": "UnityEngine.Vector3" }, + { "name": "inNormal", "typeName": "UnityEngine.Vector3" } + ], + "isStatic": true, + "name": "Reflect", + "comment": "Reflects a vector off the plane defined by a normal.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector3", + "params": [{ "name": "value", "typeName": "UnityEngine.Vector3" }], + "isStatic": true, + "name": "Normalize", + "comment": "Makes this vector have a magnitude of 1.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Normalize", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Single", + "params": [ + { "name": "lhs", "typeName": "UnityEngine.Vector3" }, + { "name": "rhs", "typeName": "UnityEngine.Vector3" } + ], + "isStatic": true, + "name": "Dot", + "comment": "Dot Product of two vectors.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector3", + "params": [ + { "name": "vector", "typeName": "UnityEngine.Vector3" }, + { "name": "onNormal", "typeName": "UnityEngine.Vector3" } + ], + "isStatic": true, + "name": "Project", + "comment": "Projects a vector onto another vector.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector3", + "params": [ + { "name": "vector", "typeName": "UnityEngine.Vector3" }, + { "name": "planeNormal", "typeName": "UnityEngine.Vector3" } + ], + "isStatic": true, + "name": "ProjectOnPlane", + "comment": "The location of the vector on the plane.\n\n```plaintext\nParams: planeNormal - The direction from the vector towards the plane.\n vector - The location of the vector above the plane.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Single", + "params": [ + { "name": "from", "typeName": "UnityEngine.Vector3" }, + { "name": "to", "typeName": "UnityEngine.Vector3" } + ], + "isStatic": true, + "name": "Angle", + "comment": "The angle in degrees between the two vectors.\n\n```plaintext\nParams: from - The vector from which the angular difference is measured.\n to - The vector to which the angular difference is measured.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Single", + "params": [ + { "name": "from", "typeName": "UnityEngine.Vector3" }, + { "name": "to", "typeName": "UnityEngine.Vector3" }, + { "name": "axis", "typeName": "UnityEngine.Vector3" } + ], + "isStatic": true, + "name": "SignedAngle", + "comment": "Returns the signed angle in degrees between from and to.\n\n```plaintext\nParams: from - The vector from which the angular difference is measured.\n to - The vector to which the angular difference is measured.\n axis - A vector around which the other vectors are rotated.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Single", + "params": [ + { "name": "a", "typeName": "UnityEngine.Vector3" }, + { "name": "b", "typeName": "UnityEngine.Vector3" } + ], + "isStatic": true, + "name": "Distance", + "comment": "Returns the distance between a and b.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector3", + "params": [ + { "name": "vector", "typeName": "UnityEngine.Vector3" }, + { "name": "maxLength", "typeName": "float" } + ], + "isStatic": true, + "name": "ClampMagnitude", + "comment": "Returns a copy of vector with its magnitude clamped to maxLength.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "vector", "typeName": "UnityEngine.Vector3" }], + "isStatic": true, + "name": "Magnitude", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "vector", "typeName": "UnityEngine.Vector3" }], + "isStatic": true, + "name": "SqrMagnitude", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector3", + "params": [ + { "name": "lhs", "typeName": "UnityEngine.Vector3" }, + { "name": "rhs", "typeName": "UnityEngine.Vector3" } + ], + "isStatic": true, + "name": "Min", + "comment": "Returns a vector that is made from the smallest components of two vectors.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector3", + "params": [ + { "name": "lhs", "typeName": "UnityEngine.Vector3" }, + { "name": "rhs", "typeName": "UnityEngine.Vector3" } + ], + "isStatic": true, + "name": "Max", + "comment": "Returns a vector that is made from the largest components of two vectors.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector3", + "params": [ + { "name": "a", "typeName": "UnityEngine.Vector3" }, + { "name": "b", "typeName": "UnityEngine.Vector3" } + ], + "isStatic": true, + "name": "op_Addition", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector3", + "params": [ + { "name": "a", "typeName": "UnityEngine.Vector3" }, + { "name": "b", "typeName": "UnityEngine.Vector3" } + ], + "isStatic": true, + "name": "op_Subtraction", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector3", + "params": [{ "name": "a", "typeName": "UnityEngine.Vector3" }], + "isStatic": true, + "name": "op_UnaryNegation", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector3", + "params": [ + { "name": "a", "typeName": "UnityEngine.Vector3" }, + { "name": "d", "typeName": "float" } + ], + "isStatic": true, + "name": "op_Multiply", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector3", + "params": [ + { "name": "d", "typeName": "float" }, + { "name": "a", "typeName": "UnityEngine.Vector3" } + ], + "isStatic": true, + "name": "op_Multiply", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector3", + "params": [ + { "name": "a", "typeName": "UnityEngine.Vector3" }, + { "name": "d", "typeName": "float" } + ], + "isStatic": true, + "name": "op_Division", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "lhs", "typeName": "UnityEngine.Vector3" }, + { "name": "rhs", "typeName": "UnityEngine.Vector3" } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "lhs", "typeName": "UnityEngine.Vector3" }, + { "name": "rhs", "typeName": "UnityEngine.Vector3" } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "Returns a formatted string for this vector.\n\n```plaintext\nParams: format - A numeric format string.\n formatProvider - An object that specifies culture-specific formatting.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "format", "typeName": "string" }], + "isStatic": false, + "name": "ToString", + "comment": "Returns a formatted string for this vector.\n\n```plaintext\nParams: format - A numeric format string.\n formatProvider - An object that specifies culture-specific formatting.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "format", "typeName": "string" }, + { "name": "formatProvider", "typeName": "System.IFormatProvider" } + ], + "isStatic": false, + "name": "ToString", + "comment": "Returns a formatted string for this vector.\n\n```plaintext\nParams: format - A numeric format string.\n formatProvider - An object that specifies culture-specific formatting.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Single", + "params": [ + { "name": "from", "typeName": "UnityEngine.Vector3" }, + { "name": "to", "typeName": "UnityEngine.Vector3" } + ], + "isStatic": true, + "name": "AngleBetween", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector3", + "params": [ + { "name": "excludeThis", "typeName": "UnityEngine.Vector3" }, + { "name": "fromThat", "typeName": "UnityEngine.Vector3" } + ], + "isStatic": true, + "name": "Exclude", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "Vector3", + "comment": "Representation of 3D vectors and points.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IEquatable", "IFormattable"], + "fields": [ + { + "typeName": "float", + "name": "x", + "comment": "X component of the Quaternion. Don't modify this directly unless you know quaternions inside out.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "y", + "comment": "Y component of the Quaternion. Don't modify this directly unless you know quaternions inside out.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "z", + "comment": "Z component of the Quaternion. Don't modify this directly unless you know quaternions inside out.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "w", + "comment": "W component of the Quaternion. Do not directly modify quaternions.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "kEpsilon", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "this[]", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Quaternion", + "name": "identity", + "comment": "The identity rotation (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "eulerAngles", + "comment": "Returns or sets the euler angle representation of the rotation.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Quaternion", + "name": "normalized", + "comment": "Returns this quaternion with a magnitude of 1 (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Quaternion", + "params": [ + { "name": "fromDirection", "typeName": "UnityEngine.Vector3" }, + { "name": "toDirection", "typeName": "UnityEngine.Vector3" } + ], + "isStatic": true, + "name": "FromToRotation", + "comment": "Creates a rotation which rotates from fromDirection to toDirection.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Quaternion", + "params": [ + { "name": "rotation", "typeName": "UnityEngine.Quaternion" } + ], + "isStatic": true, + "name": "Inverse", + "comment": "Returns the Inverse of rotation.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Quaternion", + "params": [ + { "name": "a", "typeName": "UnityEngine.Quaternion" }, + { "name": "b", "typeName": "UnityEngine.Quaternion" }, + { "name": "t", "typeName": "float" } + ], + "isStatic": true, + "name": "Slerp", + "comment": "A quaternion spherically interpolated between quaternions a and b.\n\n```plaintext\nParams: a - Start value, returned when t = 0.\n b - End value, returned when t = 1.\n t - Interpolation ratio.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Quaternion", + "params": [ + { "name": "a", "typeName": "UnityEngine.Quaternion" }, + { "name": "b", "typeName": "UnityEngine.Quaternion" }, + { "name": "t", "typeName": "float" } + ], + "isStatic": true, + "name": "SlerpUnclamped", + "comment": "Spherically interpolates between a and b by t. The parameter t is not clamped.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Quaternion", + "params": [ + { "name": "a", "typeName": "UnityEngine.Quaternion" }, + { "name": "b", "typeName": "UnityEngine.Quaternion" }, + { "name": "t", "typeName": "float" } + ], + "isStatic": true, + "name": "Lerp", + "comment": "Interpolates between a and b by t and normalizes the result afterwards. The parameter t is clamped to the range [0, 1].\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Quaternion", + "params": [ + { "name": "a", "typeName": "UnityEngine.Quaternion" }, + { "name": "b", "typeName": "UnityEngine.Quaternion" }, + { "name": "t", "typeName": "float" } + ], + "isStatic": true, + "name": "LerpUnclamped", + "comment": "Interpolates between a and b by t and normalizes the result afterwards. The parameter t is not clamped.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Quaternion", + "params": [ + { "name": "angle", "typeName": "float" }, + { "name": "axis", "typeName": "UnityEngine.Vector3" } + ], + "isStatic": true, + "name": "AngleAxis", + "comment": "Creates a rotation which rotates angle degrees around axis.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Quaternion", + "params": [ + { "name": "forward", "typeName": "UnityEngine.Vector3" }, + { "name": "upwards", "typeName": "UnityEngine.Vector3" } + ], + "isStatic": true, + "name": "LookRotation", + "comment": "Creates a rotation with the specified forward and upwards directions.\n\n```plaintext\nParams: forward - The direction to look in.\n upwards - The vector that defines in which direction up is.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Quaternion", + "params": [{ "name": "forward", "typeName": "UnityEngine.Vector3" }], + "isStatic": true, + "name": "LookRotation", + "comment": "Creates a rotation with the specified forward and upwards directions.\n\n```plaintext\nParams: forward - The direction to look in.\n upwards - The vector that defines in which direction up is.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "x", "typeName": "float" }, + { "name": "y", "typeName": "float" }, + { "name": "z", "typeName": "float" }, + { "name": "w", "typeName": "float" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Constructs new Quaternion with given x,y,z,w components.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "newX", "typeName": "float" }, + { "name": "newY", "typeName": "float" }, + { "name": "newZ", "typeName": "float" }, + { "name": "newW", "typeName": "float" } + ], + "isStatic": false, + "name": "Set", + "comment": "Set x, y, z and w components of an existing Quaternion.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Quaternion", + "params": [ + { "name": "lhs", "typeName": "UnityEngine.Quaternion" }, + { "name": "rhs", "typeName": "UnityEngine.Quaternion" } + ], + "isStatic": true, + "name": "op_Multiply", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector3", + "params": [ + { "name": "rotation", "typeName": "UnityEngine.Quaternion" }, + { "name": "point", "typeName": "UnityEngine.Vector3" } + ], + "isStatic": true, + "name": "op_Multiply", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "lhs", "typeName": "UnityEngine.Quaternion" }, + { "name": "rhs", "typeName": "UnityEngine.Quaternion" } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "lhs", "typeName": "UnityEngine.Quaternion" }, + { "name": "rhs", "typeName": "UnityEngine.Quaternion" } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Single", + "params": [ + { "name": "a", "typeName": "UnityEngine.Quaternion" }, + { "name": "b", "typeName": "UnityEngine.Quaternion" } + ], + "isStatic": true, + "name": "Dot", + "comment": "The dot product between two rotations.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "view", "typeName": "UnityEngine.Vector3" }], + "isStatic": false, + "name": "SetLookRotation", + "comment": "Creates a rotation with the specified forward and upwards directions.\n\n```plaintext\nParams: view - The direction to look in.\n up - The vector that defines in which direction up is.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "view", "typeName": "UnityEngine.Vector3" }, + { "name": "up", "typeName": "UnityEngine.Vector3" } + ], + "isStatic": false, + "name": "SetLookRotation", + "comment": "Creates a rotation with the specified forward and upwards directions.\n\n```plaintext\nParams: view - The direction to look in.\n up - The vector that defines in which direction up is.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Single", + "params": [ + { "name": "a", "typeName": "UnityEngine.Quaternion" }, + { "name": "b", "typeName": "UnityEngine.Quaternion" } + ], + "isStatic": true, + "name": "Angle", + "comment": "Returns the angle in degrees between two rotations a and b.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Quaternion", + "params": [ + { "name": "x", "typeName": "float" }, + { "name": "y", "typeName": "float" }, + { "name": "z", "typeName": "float" } + ], + "isStatic": true, + "name": "Euler", + "comment": "Returns a rotation that rotates z degrees around the z axis, x degrees around the x axis, and y degrees around the y axis; applied in that order.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Quaternion", + "params": [{ "name": "euler", "typeName": "UnityEngine.Vector3" }], + "isStatic": true, + "name": "Euler", + "comment": "Returns a rotation that rotates z degrees around the z axis, x degrees around the x axis, and y degrees around the y axis.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "angle", "typeName": "float" }, + { "name": "axis", "typeName": "UnityEngine.Vector3" } + ], + "isStatic": false, + "name": "ToAngleAxis", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "fromDirection", "typeName": "UnityEngine.Vector3" }, + { "name": "toDirection", "typeName": "UnityEngine.Vector3" } + ], + "isStatic": false, + "name": "SetFromToRotation", + "comment": "Creates a rotation which rotates from fromDirection to toDirection.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Quaternion", + "params": [ + { "name": "from", "typeName": "UnityEngine.Quaternion" }, + { "name": "to", "typeName": "UnityEngine.Quaternion" }, + { "name": "maxDegreesDelta", "typeName": "float" } + ], + "isStatic": true, + "name": "RotateTowards", + "comment": "Rotates a rotation from towards to.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Quaternion", + "params": [{ "name": "q", "typeName": "UnityEngine.Quaternion" }], + "isStatic": true, + "name": "Normalize", + "comment": "Converts this quaternion to one with the same orientation but with a magnitude of 1.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Normalize", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "other", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "other", "typeName": "UnityEngine.Quaternion" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "Returns a formatted string of the Quaternion.\n\n```plaintext\nParams: format - A numeric format string.\n formatProvider - An object that specifies culture-specific formatting.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "format", "typeName": "string" }], + "isStatic": false, + "name": "ToString", + "comment": "Returns a formatted string of the Quaternion.\n\n```plaintext\nParams: format - A numeric format string.\n formatProvider - An object that specifies culture-specific formatting.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "format", "typeName": "string" }, + { "name": "formatProvider", "typeName": "System.IFormatProvider" } + ], + "isStatic": false, + "name": "ToString", + "comment": "Returns a formatted string of the Quaternion.\n\n```plaintext\nParams: format - A numeric format string.\n formatProvider - An object that specifies culture-specific formatting.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Quaternion", + "params": [ + { "name": "x", "typeName": "float" }, + { "name": "y", "typeName": "float" }, + { "name": "z", "typeName": "float" } + ], + "isStatic": true, + "name": "EulerRotation", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Quaternion", + "params": [{ "name": "euler", "typeName": "UnityEngine.Vector3" }], + "isStatic": true, + "name": "EulerRotation", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "x", "typeName": "float" }, + { "name": "y", "typeName": "float" }, + { "name": "z", "typeName": "float" } + ], + "isStatic": false, + "name": "SetEulerRotation", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "euler", "typeName": "UnityEngine.Vector3" }], + "isStatic": false, + "name": "SetEulerRotation", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector3", + "params": [], + "isStatic": false, + "name": "ToEuler", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Quaternion", + "params": [ + { "name": "x", "typeName": "float" }, + { "name": "y", "typeName": "float" }, + { "name": "z", "typeName": "float" } + ], + "isStatic": true, + "name": "EulerAngles", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Quaternion", + "params": [{ "name": "euler", "typeName": "UnityEngine.Vector3" }], + "isStatic": true, + "name": "EulerAngles", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "axis", "typeName": "UnityEngine.Vector3" }, + { "name": "angle", "typeName": "float" } + ], + "isStatic": false, + "name": "ToAxisAngle", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "x", "typeName": "float" }, + { "name": "y", "typeName": "float" }, + { "name": "z", "typeName": "float" } + ], + "isStatic": false, + "name": "SetEulerAngles", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "euler", "typeName": "UnityEngine.Vector3" }], + "isStatic": false, + "name": "SetEulerAngles", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector3", + "params": [ + { "name": "rotation", "typeName": "UnityEngine.Quaternion" } + ], + "isStatic": true, + "name": "ToEulerAngles", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector3", + "params": [], + "isStatic": false, + "name": "ToEulerAngles", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "axis", "typeName": "UnityEngine.Vector3" }, + { "name": "angle", "typeName": "float" } + ], + "isStatic": false, + "name": "SetAxisAngle", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Quaternion", + "params": [ + { "name": "axis", "typeName": "UnityEngine.Vector3" }, + { "name": "angle", "typeName": "float" } + ], + "isStatic": true, + "name": "AxisAngle", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "Quaternion", + "comment": "Quaternions are used to represent rotations.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "float", + "name": "PI", + "comment": "The well-known 3.14159265358979... value (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "Infinity", + "comment": "A representation of positive infinity (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "NegativeInfinity", + "comment": "A representation of negative infinity (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "Deg2Rad", + "comment": "Degrees-to-radians conversion constant (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "Rad2Deg", + "comment": "Radians-to-degrees conversion constant (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "Epsilon", + "comment": "A tiny floating point value (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "value", "typeName": "int" }], + "isStatic": true, + "name": "ClosestPowerOfTwo", + "comment": "Returns the closest power of two value.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "value", "typeName": "int" }], + "isStatic": true, + "name": "IsPowerOfTwo", + "comment": "Returns true if the value is power of two.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "value", "typeName": "int" }], + "isStatic": true, + "name": "NextPowerOfTwo", + "comment": "Returns the next power of two that is equal to, or greater than, the argument.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "value", "typeName": "float" }], + "isStatic": true, + "name": "GammaToLinearSpace", + "comment": "Converts the given value from gamma (sRGB) to linear color space.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "value", "typeName": "float" }], + "isStatic": true, + "name": "LinearToGammaSpace", + "comment": "Converts the given value from linear to gamma (sRGB) color space.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Color", + "params": [{ "name": "kelvin", "typeName": "float" }], + "isStatic": true, + "name": "CorrelatedColorTemperatureToRGB", + "comment": "Correlated Color Temperature as floating point RGB color.\n\n```plaintext\nParams: kelvin - Temperature in Kelvin. Range 1000 to 40000 Kelvin.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "UInt16", + "params": [{ "name": "val", "typeName": "float" }], + "isStatic": true, + "name": "FloatToHalf", + "comment": "The converted half-precision float, stored in a 16-bit unsigned integer.\n\n```plaintext\nParams: val - The floating point value to convert.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "val", "typeName": "ushort" }], + "isStatic": true, + "name": "HalfToFloat", + "comment": "The decoded 32-bit float.\n\n```plaintext\nParams: val - The half precision value to convert.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Single", + "params": [ + { "name": "x", "typeName": "float" }, + { "name": "y", "typeName": "float" } + ], + "isStatic": true, + "name": "PerlinNoise", + "comment": "Value between 0.0 and 1.0. (Return value might be slightly below 0.0 or beyond 1.0.)\n\n```plaintext\nParams: x - X-coordinate of sample point.\n y - Y-coordinate of sample point.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "f", "typeName": "float" }], + "isStatic": true, + "name": "Sin", + "comment": "The return value between -1 and +1.\n\n```plaintext\nParams: f - The input angle, in radians.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "f", "typeName": "float" }], + "isStatic": true, + "name": "Cos", + "comment": "The return value between -1 and 1.\n\n```plaintext\nParams: f - The input angle, in radians.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "f", "typeName": "float" }], + "isStatic": true, + "name": "Tan", + "comment": "Returns the tangent of angle f in radians.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "f", "typeName": "float" }], + "isStatic": true, + "name": "Asin", + "comment": "Returns the arc-sine of f - the angle in radians whose sine is f.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "f", "typeName": "float" }], + "isStatic": true, + "name": "Acos", + "comment": "Returns the arc-cosine of f - the angle in radians whose cosine is f.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "f", "typeName": "float" }], + "isStatic": true, + "name": "Atan", + "comment": "Returns the arc-tangent of f - the angle in radians whose tangent is f.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Single", + "params": [ + { "name": "y", "typeName": "float" }, + { "name": "x", "typeName": "float" } + ], + "isStatic": true, + "name": "Atan2", + "comment": "Returns the angle in radians whose Tan is y/x.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "f", "typeName": "float" }], + "isStatic": true, + "name": "Sqrt", + "comment": "Returns square root of f.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "f", "typeName": "float" }], + "isStatic": true, + "name": "Abs", + "comment": "Returns the absolute value of f.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "value", "typeName": "int" }], + "isStatic": true, + "name": "Abs", + "comment": "Returns the absolute value of value.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Single", + "params": [ + { "name": "a", "typeName": "float" }, + { "name": "b", "typeName": "float" } + ], + "isStatic": true, + "name": "Min", + "comment": "Returns the smallest of two or more values.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "values", "typeName": "float[]" }], + "isStatic": true, + "name": "Min", + "comment": "Returns the smallest of two or more values.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "a", "typeName": "int" }, + { "name": "b", "typeName": "int" } + ], + "isStatic": true, + "name": "Min", + "comment": "Returns the smallest of two or more values.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "values", "typeName": "int[]" }], + "isStatic": true, + "name": "Min", + "comment": "Returns the smallest of two or more values.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Single", + "params": [ + { "name": "a", "typeName": "float" }, + { "name": "b", "typeName": "float" } + ], + "isStatic": true, + "name": "Max", + "comment": "Returns largest of two or more values.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "values", "typeName": "float[]" }], + "isStatic": true, + "name": "Max", + "comment": "Returns largest of two or more values.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "a", "typeName": "int" }, + { "name": "b", "typeName": "int" } + ], + "isStatic": true, + "name": "Max", + "comment": "Returns the largest of two or more values.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "values", "typeName": "int[]" }], + "isStatic": true, + "name": "Max", + "comment": "Returns the largest of two or more values.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Single", + "params": [ + { "name": "f", "typeName": "float" }, + { "name": "p", "typeName": "float" } + ], + "isStatic": true, + "name": "Pow", + "comment": "Returns f raised to power p.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "power", "typeName": "float" }], + "isStatic": true, + "name": "Exp", + "comment": "Returns e raised to the specified power.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Single", + "params": [ + { "name": "f", "typeName": "float" }, + { "name": "p", "typeName": "float" } + ], + "isStatic": true, + "name": "Log", + "comment": "Returns the logarithm of a specified number in a specified base.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "f", "typeName": "float" }], + "isStatic": true, + "name": "Log", + "comment": "Returns the natural (base e) logarithm of a specified number.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "f", "typeName": "float" }], + "isStatic": true, + "name": "Log10", + "comment": "Returns the base 10 logarithm of a specified number.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "f", "typeName": "float" }], + "isStatic": true, + "name": "Ceil", + "comment": "Returns the smallest integer greater to or equal to f.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "f", "typeName": "float" }], + "isStatic": true, + "name": "Floor", + "comment": "Returns the largest integer smaller than or equal to f.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "f", "typeName": "float" }], + "isStatic": true, + "name": "Round", + "comment": "Returns f rounded to the nearest integer.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "f", "typeName": "float" }], + "isStatic": true, + "name": "CeilToInt", + "comment": "Returns the smallest integer greater to or equal to f.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "f", "typeName": "float" }], + "isStatic": true, + "name": "FloorToInt", + "comment": "Returns the largest integer smaller to or equal to f.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "f", "typeName": "float" }], + "isStatic": true, + "name": "RoundToInt", + "comment": "Returns f rounded to the nearest integer.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "f", "typeName": "float" }], + "isStatic": true, + "name": "Sign", + "comment": "Returns the sign of f.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Single", + "params": [ + { "name": "value", "typeName": "float" }, + { "name": "min", "typeName": "float" }, + { "name": "max", "typeName": "float" } + ], + "isStatic": true, + "name": "Clamp", + "comment": "The float result between the min and max values.\n\n```plaintext\nParams: value - The floating point value to restrict inside the range defined by the min and max values.\n min - The minimum floating point value to compare against.\n max - The maximum floating point value to compare against.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "value", "typeName": "int" }, + { "name": "min", "typeName": "int" }, + { "name": "max", "typeName": "int" } + ], + "isStatic": true, + "name": "Clamp", + "comment": "The int result between min and max values.\n\n```plaintext\nParams: value - The integer point value to restrict inside the min-to-max range\n min - The minimum integer point value to compare against.\n max - The maximum integer point value to compare against.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "value", "typeName": "float" }], + "isStatic": true, + "name": "Clamp01", + "comment": "Clamps value between 0 and 1 and returns value.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Single", + "params": [ + { "name": "a", "typeName": "float" }, + { "name": "b", "typeName": "float" }, + { "name": "t", "typeName": "float" } + ], + "isStatic": true, + "name": "Lerp", + "comment": "The interpolated float result between the two float values.\n\n```plaintext\nParams: a - The start value.\n b - The end value.\n t - The interpolation value between the two floats.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Single", + "params": [ + { "name": "a", "typeName": "float" }, + { "name": "b", "typeName": "float" }, + { "name": "t", "typeName": "float" } + ], + "isStatic": true, + "name": "LerpUnclamped", + "comment": "The float value as a result from the linear interpolation.\n\n```plaintext\nParams: a - The start value.\n b - The end value.\n t - The interpolation between the two floats.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Single", + "params": [ + { "name": "a", "typeName": "float" }, + { "name": "b", "typeName": "float" }, + { "name": "t", "typeName": "float" } + ], + "isStatic": true, + "name": "LerpAngle", + "comment": "Same as Lerp but makes sure the values interpolate correctly when they wrap around 360 degrees.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Single", + "params": [ + { "name": "current", "typeName": "float" }, + { "name": "target", "typeName": "float" }, + { "name": "maxDelta", "typeName": "float" } + ], + "isStatic": true, + "name": "MoveTowards", + "comment": "Moves a value current towards target.\n\n```plaintext\nParams: current - The current value.\n target - The value to move towards.\n maxDelta - The maximum change that should be applied to the value.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Single", + "params": [ + { "name": "current", "typeName": "float" }, + { "name": "target", "typeName": "float" }, + { "name": "maxDelta", "typeName": "float" } + ], + "isStatic": true, + "name": "MoveTowardsAngle", + "comment": "Same as MoveTowards but makes sure the values interpolate correctly when they wrap around 360 degrees.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Single", + "params": [ + { "name": "from", "typeName": "float" }, + { "name": "to", "typeName": "float" }, + { "name": "t", "typeName": "float" } + ], + "isStatic": true, + "name": "SmoothStep", + "comment": "Interpolates between min and max with smoothing at the limits.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Single", + "params": [ + { "name": "value", "typeName": "float" }, + { "name": "absmax", "typeName": "float" }, + { "name": "gamma", "typeName": "float" } + ], + "isStatic": true, + "name": "Gamma", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "a", "typeName": "float" }, + { "name": "b", "typeName": "float" } + ], + "isStatic": true, + "name": "Approximately", + "comment": "Compares two floating point values and returns true if they are similar.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Single", + "params": [ + { "name": "current", "typeName": "float" }, + { "name": "target", "typeName": "float" }, + { "name": "currentVelocity", "typeName": "float" }, + { "name": "smoothTime", "typeName": "float" }, + { "name": "maxSpeed", "typeName": "float" } + ], + "isStatic": true, + "name": "SmoothDamp", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Single", + "params": [ + { "name": "current", "typeName": "float" }, + { "name": "target", "typeName": "float" }, + { "name": "currentVelocity", "typeName": "float" }, + { "name": "smoothTime", "typeName": "float" } + ], + "isStatic": true, + "name": "SmoothDamp", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Single", + "params": [ + { "name": "current", "typeName": "float" }, + { "name": "target", "typeName": "float" }, + { "name": "currentVelocity", "typeName": "float" }, + { "name": "smoothTime", "typeName": "float" }, + { "name": "maxSpeed", "typeName": "float" }, + { "name": "deltaTime", "typeName": "float" } + ], + "isStatic": true, + "name": "SmoothDamp", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Single", + "params": [ + { "name": "current", "typeName": "float" }, + { "name": "target", "typeName": "float" }, + { "name": "currentVelocity", "typeName": "float" }, + { "name": "smoothTime", "typeName": "float" }, + { "name": "maxSpeed", "typeName": "float" } + ], + "isStatic": true, + "name": "SmoothDampAngle", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Single", + "params": [ + { "name": "current", "typeName": "float" }, + { "name": "target", "typeName": "float" }, + { "name": "currentVelocity", "typeName": "float" }, + { "name": "smoothTime", "typeName": "float" } + ], + "isStatic": true, + "name": "SmoothDampAngle", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Single", + "params": [ + { "name": "current", "typeName": "float" }, + { "name": "target", "typeName": "float" }, + { "name": "currentVelocity", "typeName": "float" }, + { "name": "smoothTime", "typeName": "float" }, + { "name": "maxSpeed", "typeName": "float" }, + { "name": "deltaTime", "typeName": "float" } + ], + "isStatic": true, + "name": "SmoothDampAngle", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Single", + "params": [ + { "name": "t", "typeName": "float" }, + { "name": "length", "typeName": "float" } + ], + "isStatic": true, + "name": "Repeat", + "comment": "Loops the value t, so that it is never larger than length and never smaller than 0.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Single", + "params": [ + { "name": "t", "typeName": "float" }, + { "name": "length", "typeName": "float" } + ], + "isStatic": true, + "name": "PingPong", + "comment": "PingPong returns a value that will increment and decrement between the value 0 and length.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Single", + "params": [ + { "name": "a", "typeName": "float" }, + { "name": "b", "typeName": "float" }, + { "name": "value", "typeName": "float" } + ], + "isStatic": true, + "name": "InverseLerp", + "comment": "Percentage of value between start and end.\n\n```plaintext\nParams: a - Start value.\n b - End value.\n value - Value between start and end.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Single", + "params": [ + { "name": "current", "typeName": "float" }, + { "name": "target", "typeName": "float" } + ], + "isStatic": true, + "name": "DeltaAngle", + "comment": "Calculates the shortest difference between two given angles given in degrees.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "Mathf", + "comment": "A collection of common math functions.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IEquatable", "IFormattable"], + "fields": [ + { + "typeName": "float", + "name": "x", + "comment": "X component of the vector.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "y", + "comment": "Y component of the vector.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "kEpsilon", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "kEpsilonNormalSqrt", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "this[]", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "normalized", + "comment": "Returns this vector with a magnitude of 1 (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "magnitude", + "comment": "Returns the length of this vector (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "sqrMagnitude", + "comment": "Returns the squared length of this vector (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "zero", + "comment": "Shorthand for writing Vector2(0, 0).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "one", + "comment": "Shorthand for writing Vector2(1, 1).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "up", + "comment": "Shorthand for writing Vector2(0, 1).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "down", + "comment": "Shorthand for writing Vector2(0, -1).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "left", + "comment": "Shorthand for writing Vector2(-1, 0).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "right", + "comment": "Shorthand for writing Vector2(1, 0).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "positiveInfinity", + "comment": "Shorthand for writing Vector2(float.PositiveInfinity, float.PositiveInfinity).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "negativeInfinity", + "comment": "Shorthand for writing Vector2(float.NegativeInfinity, float.NegativeInfinity).\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "x", "typeName": "float" }, + { "name": "y", "typeName": "float" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Constructs a new vector with given x, y components.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "newX", "typeName": "float" }, + { "name": "newY", "typeName": "float" } + ], + "isStatic": false, + "name": "Set", + "comment": "Set x and y components of an existing Vector2.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector2", + "params": [ + { "name": "a", "typeName": "UnityEngine.Vector2" }, + { "name": "b", "typeName": "UnityEngine.Vector2" }, + { "name": "t", "typeName": "float" } + ], + "isStatic": true, + "name": "Lerp", + "comment": "Linearly interpolates between vectors a and b by t.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector2", + "params": [ + { "name": "a", "typeName": "UnityEngine.Vector2" }, + { "name": "b", "typeName": "UnityEngine.Vector2" }, + { "name": "t", "typeName": "float" } + ], + "isStatic": true, + "name": "LerpUnclamped", + "comment": "Linearly interpolates between vectors a and b by t.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector2", + "params": [ + { "name": "current", "typeName": "UnityEngine.Vector2" }, + { "name": "target", "typeName": "UnityEngine.Vector2" }, + { "name": "maxDistanceDelta", "typeName": "float" } + ], + "isStatic": true, + "name": "MoveTowards", + "comment": "Moves a point current towards target.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector2", + "params": [ + { "name": "a", "typeName": "UnityEngine.Vector2" }, + { "name": "b", "typeName": "UnityEngine.Vector2" } + ], + "isStatic": true, + "name": "Scale", + "comment": "Multiplies two vectors component-wise.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "scale", "typeName": "UnityEngine.Vector2" }], + "isStatic": false, + "name": "Scale", + "comment": "Multiplies every component of this vector by the same component of scale.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Normalize", + "comment": "Makes this vector have a magnitude of 1.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "Returns a formatted string for this vector.\n\n```plaintext\nParams: format - A numeric format string.\n formatProvider - An object that specifies culture-specific formatting.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "format", "typeName": "string" }], + "isStatic": false, + "name": "ToString", + "comment": "Returns a formatted string for this vector.\n\n```plaintext\nParams: format - A numeric format string.\n formatProvider - An object that specifies culture-specific formatting.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "format", "typeName": "string" }, + { "name": "formatProvider", "typeName": "System.IFormatProvider" } + ], + "isStatic": false, + "name": "ToString", + "comment": "Returns a formatted string for this vector.\n\n```plaintext\nParams: format - A numeric format string.\n formatProvider - An object that specifies culture-specific formatting.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "other", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "Returns true if the given vector is exactly equal to this vector.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "other", "typeName": "UnityEngine.Vector2" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector2", + "params": [ + { "name": "inDirection", "typeName": "UnityEngine.Vector2" }, + { "name": "inNormal", "typeName": "UnityEngine.Vector2" } + ], + "isStatic": true, + "name": "Reflect", + "comment": "Reflects a vector off the vector defined by a normal.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector2", + "params": [ + { "name": "inDirection", "typeName": "UnityEngine.Vector2" } + ], + "isStatic": true, + "name": "Perpendicular", + "comment": "The perpendicular direction.\n\n```plaintext\nParams: inDirection - The input direction.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Single", + "params": [ + { "name": "lhs", "typeName": "UnityEngine.Vector2" }, + { "name": "rhs", "typeName": "UnityEngine.Vector2" } + ], + "isStatic": true, + "name": "Dot", + "comment": "Dot Product of two vectors.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Single", + "params": [ + { "name": "from", "typeName": "UnityEngine.Vector2" }, + { "name": "to", "typeName": "UnityEngine.Vector2" } + ], + "isStatic": true, + "name": "Angle", + "comment": "Returns the unsigned angle in degrees between from and to.\n\n```plaintext\nParams: from - The vector from which the angular difference is measured.\n to - The vector to which the angular difference is measured.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Single", + "params": [ + { "name": "from", "typeName": "UnityEngine.Vector2" }, + { "name": "to", "typeName": "UnityEngine.Vector2" } + ], + "isStatic": true, + "name": "SignedAngle", + "comment": "Returns the signed angle in degrees between from and to.\n\n```plaintext\nParams: from - The vector from which the angular difference is measured.\n to - The vector to which the angular difference is measured.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Single", + "params": [ + { "name": "a", "typeName": "UnityEngine.Vector2" }, + { "name": "b", "typeName": "UnityEngine.Vector2" } + ], + "isStatic": true, + "name": "Distance", + "comment": "Returns the distance between a and b.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector2", + "params": [ + { "name": "vector", "typeName": "UnityEngine.Vector2" }, + { "name": "maxLength", "typeName": "float" } + ], + "isStatic": true, + "name": "ClampMagnitude", + "comment": "Returns a copy of vector with its magnitude clamped to maxLength.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "a", "typeName": "UnityEngine.Vector2" }], + "isStatic": true, + "name": "SqrMagnitude", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Single", + "params": [], + "isStatic": false, + "name": "SqrMagnitude", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector2", + "params": [ + { "name": "lhs", "typeName": "UnityEngine.Vector2" }, + { "name": "rhs", "typeName": "UnityEngine.Vector2" } + ], + "isStatic": true, + "name": "Min", + "comment": "Returns a vector that is made from the smallest components of two vectors.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector2", + "params": [ + { "name": "lhs", "typeName": "UnityEngine.Vector2" }, + { "name": "rhs", "typeName": "UnityEngine.Vector2" } + ], + "isStatic": true, + "name": "Max", + "comment": "Returns a vector that is made from the largest components of two vectors.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector2", + "params": [ + { "name": "current", "typeName": "UnityEngine.Vector2" }, + { "name": "target", "typeName": "UnityEngine.Vector2" }, + { "name": "currentVelocity", "typeName": "UnityEngine.Vector2" }, + { "name": "smoothTime", "typeName": "float" }, + { "name": "maxSpeed", "typeName": "float" } + ], + "isStatic": true, + "name": "SmoothDamp", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector2", + "params": [ + { "name": "current", "typeName": "UnityEngine.Vector2" }, + { "name": "target", "typeName": "UnityEngine.Vector2" }, + { "name": "currentVelocity", "typeName": "UnityEngine.Vector2" }, + { "name": "smoothTime", "typeName": "float" } + ], + "isStatic": true, + "name": "SmoothDamp", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector2", + "params": [ + { "name": "current", "typeName": "UnityEngine.Vector2" }, + { "name": "target", "typeName": "UnityEngine.Vector2" }, + { "name": "currentVelocity", "typeName": "UnityEngine.Vector2" }, + { "name": "smoothTime", "typeName": "float" }, + { "name": "maxSpeed", "typeName": "float" }, + { "name": "deltaTime", "typeName": "float" } + ], + "isStatic": true, + "name": "SmoothDamp", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector2", + "params": [ + { "name": "a", "typeName": "UnityEngine.Vector2" }, + { "name": "b", "typeName": "UnityEngine.Vector2" } + ], + "isStatic": true, + "name": "op_Addition", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector2", + "params": [ + { "name": "a", "typeName": "UnityEngine.Vector2" }, + { "name": "b", "typeName": "UnityEngine.Vector2" } + ], + "isStatic": true, + "name": "op_Subtraction", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector2", + "params": [ + { "name": "a", "typeName": "UnityEngine.Vector2" }, + { "name": "b", "typeName": "UnityEngine.Vector2" } + ], + "isStatic": true, + "name": "op_Multiply", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector2", + "params": [ + { "name": "a", "typeName": "UnityEngine.Vector2" }, + { "name": "b", "typeName": "UnityEngine.Vector2" } + ], + "isStatic": true, + "name": "op_Division", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector2", + "params": [{ "name": "a", "typeName": "UnityEngine.Vector2" }], + "isStatic": true, + "name": "op_UnaryNegation", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector2", + "params": [ + { "name": "a", "typeName": "UnityEngine.Vector2" }, + { "name": "d", "typeName": "float" } + ], + "isStatic": true, + "name": "op_Multiply", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector2", + "params": [ + { "name": "d", "typeName": "float" }, + { "name": "a", "typeName": "UnityEngine.Vector2" } + ], + "isStatic": true, + "name": "op_Multiply", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector2", + "params": [ + { "name": "a", "typeName": "UnityEngine.Vector2" }, + { "name": "d", "typeName": "float" } + ], + "isStatic": true, + "name": "op_Division", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "lhs", "typeName": "UnityEngine.Vector2" }, + { "name": "rhs", "typeName": "UnityEngine.Vector2" } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "lhs", "typeName": "UnityEngine.Vector2" }, + { "name": "rhs", "typeName": "UnityEngine.Vector2" } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector2", + "params": [{ "name": "v", "typeName": "UnityEngine.Vector3" }], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector3", + "params": [{ "name": "v", "typeName": "UnityEngine.Vector2" }], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "Vector2", + "comment": "Representation of 2D vectors and points.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.XR", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.XR.XRSettings.StereoRenderingMode", + "name": "MultiPass", + "comment": "This is the reference stereo rendering path for VR.\n\n", + "location": "UnityEngine.VRModule.dll" + }, + { + "typeName": "UnityEngine.XR.XRSettings.StereoRenderingMode", + "name": "SinglePass", + "comment": "This is a faster rendering path for VR than XRSettings.StereoRenderingMode.MultiPass.\n\n", + "location": "UnityEngine.VRModule.dll" + }, + { + "typeName": "UnityEngine.XR.XRSettings.StereoRenderingMode", + "name": "SinglePassInstanced", + "comment": "This is an optimized version of the XRSettings.StereoRenderingMode.SinglePass mode.\n\n", + "location": "UnityEngine.VRModule.dll" + }, + { + "typeName": "UnityEngine.XR.XRSettings.StereoRenderingMode", + "name": "SinglePassMultiview", + "comment": "This is a OpenGL optimized version of the XRSettings.StereoRenderingMode.SinglePassInstanced mode.\n\n", + "location": "UnityEngine.VRModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.XR.XRSettings.StereoRenderingMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.VRModule.dll" + } + ], + "name": "StereoRenderingMode", + "comment": "Enum type signifying the different stereo rendering modes available.\n\n", + "location": "UnityEngine.VRModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IEquatable", "IFormattable"], + "fields": [ + { + "typeName": "int", + "name": "x", + "comment": "X component of the vector.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "y", + "comment": "Y component of the vector.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "this[]", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "magnitude", + "comment": "Returns the length of this vector (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "sqrMagnitude", + "comment": "Returns the squared length of this vector (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector2Int", + "name": "zero", + "comment": "Shorthand for writing Vector2Int(0, 0).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector2Int", + "name": "one", + "comment": "Shorthand for writing Vector2Int(1, 1).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector2Int", + "name": "up", + "comment": "Shorthand for writing Vector2Int(0, 1).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector2Int", + "name": "down", + "comment": "Shorthand for writing Vector2Int(0, -1).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector2Int", + "name": "left", + "comment": "Shorthand for writing Vector2Int(-1, 0).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector2Int", + "name": "right", + "comment": "Shorthand for writing Vector2Int(1, 0).\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "x", "typeName": "int" }, + { "name": "y", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "x", "typeName": "int" }, + { "name": "y", "typeName": "int" } + ], + "isStatic": false, + "name": "Set", + "comment": "Set x and y components of an existing Vector2Int.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Single", + "params": [ + { "name": "a", "typeName": "UnityEngine.Vector2Int" }, + { "name": "b", "typeName": "UnityEngine.Vector2Int" } + ], + "isStatic": true, + "name": "Distance", + "comment": "Returns the distance between a and b.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector2Int", + "params": [ + { "name": "lhs", "typeName": "UnityEngine.Vector2Int" }, + { "name": "rhs", "typeName": "UnityEngine.Vector2Int" } + ], + "isStatic": true, + "name": "Min", + "comment": "Returns a vector that is made from the smallest components of two vectors.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector2Int", + "params": [ + { "name": "lhs", "typeName": "UnityEngine.Vector2Int" }, + { "name": "rhs", "typeName": "UnityEngine.Vector2Int" } + ], + "isStatic": true, + "name": "Max", + "comment": "Returns a vector that is made from the largest components of two vectors.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector2Int", + "params": [ + { "name": "a", "typeName": "UnityEngine.Vector2Int" }, + { "name": "b", "typeName": "UnityEngine.Vector2Int" } + ], + "isStatic": true, + "name": "Scale", + "comment": "Multiplies two vectors component-wise.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "scale", "typeName": "UnityEngine.Vector2Int" }], + "isStatic": false, + "name": "Scale", + "comment": "Multiplies every component of this vector by the same component of scale.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "min", "typeName": "UnityEngine.Vector2Int" }, + { "name": "max", "typeName": "UnityEngine.Vector2Int" } + ], + "isStatic": false, + "name": "Clamp", + "comment": "Clamps the Vector2Int to the bounds given by min and max.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector2", + "params": [{ "name": "v", "typeName": "UnityEngine.Vector2Int" }], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector3Int", + "params": [{ "name": "v", "typeName": "UnityEngine.Vector2Int" }], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector2Int", + "params": [{ "name": "v", "typeName": "UnityEngine.Vector2" }], + "isStatic": true, + "name": "FloorToInt", + "comment": "Converts a Vector2 to a Vector2Int by doing a Floor to each value.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector2Int", + "params": [{ "name": "v", "typeName": "UnityEngine.Vector2" }], + "isStatic": true, + "name": "CeilToInt", + "comment": "Converts a Vector2 to a Vector2Int by doing a Ceiling to each value.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector2Int", + "params": [{ "name": "v", "typeName": "UnityEngine.Vector2" }], + "isStatic": true, + "name": "RoundToInt", + "comment": "Converts a Vector2 to a Vector2Int by doing a Round to each value.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector2Int", + "params": [{ "name": "v", "typeName": "UnityEngine.Vector2Int" }], + "isStatic": true, + "name": "op_UnaryNegation", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector2Int", + "params": [ + { "name": "a", "typeName": "UnityEngine.Vector2Int" }, + { "name": "b", "typeName": "UnityEngine.Vector2Int" } + ], + "isStatic": true, + "name": "op_Addition", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector2Int", + "params": [ + { "name": "a", "typeName": "UnityEngine.Vector2Int" }, + { "name": "b", "typeName": "UnityEngine.Vector2Int" } + ], + "isStatic": true, + "name": "op_Subtraction", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector2Int", + "params": [ + { "name": "a", "typeName": "UnityEngine.Vector2Int" }, + { "name": "b", "typeName": "UnityEngine.Vector2Int" } + ], + "isStatic": true, + "name": "op_Multiply", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector2Int", + "params": [ + { "name": "a", "typeName": "int" }, + { "name": "b", "typeName": "UnityEngine.Vector2Int" } + ], + "isStatic": true, + "name": "op_Multiply", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector2Int", + "params": [ + { "name": "a", "typeName": "UnityEngine.Vector2Int" }, + { "name": "b", "typeName": "int" } + ], + "isStatic": true, + "name": "op_Multiply", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector2Int", + "params": [ + { "name": "a", "typeName": "UnityEngine.Vector2Int" }, + { "name": "b", "typeName": "int" } + ], + "isStatic": true, + "name": "op_Division", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "lhs", "typeName": "UnityEngine.Vector2Int" }, + { "name": "rhs", "typeName": "UnityEngine.Vector2Int" } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "lhs", "typeName": "UnityEngine.Vector2Int" }, + { "name": "rhs", "typeName": "UnityEngine.Vector2Int" } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "other", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "Returns true if the objects are equal.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "other", "typeName": "UnityEngine.Vector2Int" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "The hash code of the Vector2Int.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "Returns a formatted string for this vector.\n\n```plaintext\nParams: format - A numeric format string.\n formatProvider - An object that specifies culture-specific formatting.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "format", "typeName": "string" }], + "isStatic": false, + "name": "ToString", + "comment": "Returns a formatted string for this vector.\n\n```plaintext\nParams: format - A numeric format string.\n formatProvider - An object that specifies culture-specific formatting.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "format", "typeName": "string" }, + { "name": "formatProvider", "typeName": "System.IFormatProvider" } + ], + "isStatic": false, + "name": "ToString", + "comment": "Returns a formatted string for this vector.\n\n```plaintext\nParams: format - A numeric format string.\n formatProvider - An object that specifies culture-specific formatting.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "Vector2Int", + "comment": "Representation of 2D vectors and points using integers.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IEquatable", "IFormattable"], + "fields": [ + { + "typeName": "int", + "name": "x", + "comment": "X component of the vector.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "y", + "comment": "Y component of the vector.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "z", + "comment": "Z component of the vector.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "this[]", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "magnitude", + "comment": "Returns the length of this vector (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "sqrMagnitude", + "comment": "Returns the squared length of this vector (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector3Int", + "name": "zero", + "comment": "Shorthand for writing Vector3Int(0, 0, 0).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector3Int", + "name": "one", + "comment": "Shorthand for writing Vector3Int(1, 1, 1).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector3Int", + "name": "up", + "comment": "Shorthand for writing Vector3Int(0, 1, 0).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector3Int", + "name": "down", + "comment": "Shorthand for writing Vector3Int(0, -1, 0).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector3Int", + "name": "left", + "comment": "Shorthand for writing Vector3Int(-1, 0, 0).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector3Int", + "name": "right", + "comment": "Shorthand for writing Vector3Int(1, 0, 0).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector3Int", + "name": "forward", + "comment": "Shorthand for writing Vector3Int(0, 0, 1).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector3Int", + "name": "back", + "comment": "Shorthand for writing Vector3Int(0, 0, -1).\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "x", "typeName": "int" }, + { "name": "y", "typeName": "int" }, + { "name": "z", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "x", "typeName": "int" }, + { "name": "y", "typeName": "int" }, + { "name": "z", "typeName": "int" } + ], + "isStatic": false, + "name": "Set", + "comment": "Set x, y and z components of an existing Vector3Int.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Single", + "params": [ + { "name": "a", "typeName": "UnityEngine.Vector3Int" }, + { "name": "b", "typeName": "UnityEngine.Vector3Int" } + ], + "isStatic": true, + "name": "Distance", + "comment": "Returns the distance between a and b.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector3Int", + "params": [ + { "name": "lhs", "typeName": "UnityEngine.Vector3Int" }, + { "name": "rhs", "typeName": "UnityEngine.Vector3Int" } + ], + "isStatic": true, + "name": "Min", + "comment": "Returns a vector that is made from the smallest components of two vectors.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector3Int", + "params": [ + { "name": "lhs", "typeName": "UnityEngine.Vector3Int" }, + { "name": "rhs", "typeName": "UnityEngine.Vector3Int" } + ], + "isStatic": true, + "name": "Max", + "comment": "Returns a vector that is made from the largest components of two vectors.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector3Int", + "params": [ + { "name": "a", "typeName": "UnityEngine.Vector3Int" }, + { "name": "b", "typeName": "UnityEngine.Vector3Int" } + ], + "isStatic": true, + "name": "Scale", + "comment": "Multiplies two vectors component-wise.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "scale", "typeName": "UnityEngine.Vector3Int" }], + "isStatic": false, + "name": "Scale", + "comment": "Multiplies every component of this vector by the same component of scale.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "min", "typeName": "UnityEngine.Vector3Int" }, + { "name": "max", "typeName": "UnityEngine.Vector3Int" } + ], + "isStatic": false, + "name": "Clamp", + "comment": "Clamps the Vector3Int to the bounds given by min and max.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector3", + "params": [{ "name": "v", "typeName": "UnityEngine.Vector3Int" }], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector2Int", + "params": [{ "name": "v", "typeName": "UnityEngine.Vector3Int" }], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector3Int", + "params": [{ "name": "v", "typeName": "UnityEngine.Vector3" }], + "isStatic": true, + "name": "FloorToInt", + "comment": "Converts a Vector3 to a Vector3Int by doing a Floor to each value.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector3Int", + "params": [{ "name": "v", "typeName": "UnityEngine.Vector3" }], + "isStatic": true, + "name": "CeilToInt", + "comment": "Converts a Vector3 to a Vector3Int by doing a Ceiling to each value.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector3Int", + "params": [{ "name": "v", "typeName": "UnityEngine.Vector3" }], + "isStatic": true, + "name": "RoundToInt", + "comment": "Converts a Vector3 to a Vector3Int by doing a Round to each value.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector3Int", + "params": [ + { "name": "a", "typeName": "UnityEngine.Vector3Int" }, + { "name": "b", "typeName": "UnityEngine.Vector3Int" } + ], + "isStatic": true, + "name": "op_Addition", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector3Int", + "params": [ + { "name": "a", "typeName": "UnityEngine.Vector3Int" }, + { "name": "b", "typeName": "UnityEngine.Vector3Int" } + ], + "isStatic": true, + "name": "op_Subtraction", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector3Int", + "params": [ + { "name": "a", "typeName": "UnityEngine.Vector3Int" }, + { "name": "b", "typeName": "UnityEngine.Vector3Int" } + ], + "isStatic": true, + "name": "op_Multiply", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector3Int", + "params": [{ "name": "a", "typeName": "UnityEngine.Vector3Int" }], + "isStatic": true, + "name": "op_UnaryNegation", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector3Int", + "params": [ + { "name": "a", "typeName": "UnityEngine.Vector3Int" }, + { "name": "b", "typeName": "int" } + ], + "isStatic": true, + "name": "op_Multiply", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector3Int", + "params": [ + { "name": "a", "typeName": "int" }, + { "name": "b", "typeName": "UnityEngine.Vector3Int" } + ], + "isStatic": true, + "name": "op_Multiply", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector3Int", + "params": [ + { "name": "a", "typeName": "UnityEngine.Vector3Int" }, + { "name": "b", "typeName": "int" } + ], + "isStatic": true, + "name": "op_Division", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "lhs", "typeName": "UnityEngine.Vector3Int" }, + { "name": "rhs", "typeName": "UnityEngine.Vector3Int" } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "lhs", "typeName": "UnityEngine.Vector3Int" }, + { "name": "rhs", "typeName": "UnityEngine.Vector3Int" } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "other", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "Returns true if the objects are equal.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "other", "typeName": "UnityEngine.Vector3Int" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "The hash code of the Vector3Int.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "Returns a formatted string for this vector.\n\n```plaintext\nParams: format - A numeric format string.\n formatProvider - An object that specifies culture-specific formatting.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "format", "typeName": "string" }], + "isStatic": false, + "name": "ToString", + "comment": "Returns a formatted string for this vector.\n\n```plaintext\nParams: format - A numeric format string.\n formatProvider - An object that specifies culture-specific formatting.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "format", "typeName": "string" }, + { "name": "formatProvider", "typeName": "System.IFormatProvider" } + ], + "isStatic": false, + "name": "ToString", + "comment": "Returns a formatted string for this vector.\n\n```plaintext\nParams: format - A numeric format string.\n formatProvider - An object that specifies culture-specific formatting.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "Vector3Int", + "comment": "Representation of 3D vectors and points using integers.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IEquatable", "IFormattable"], + "fields": [ + { + "typeName": "float", + "name": "kEpsilon", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "x", + "comment": "X component of the vector.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "y", + "comment": "Y component of the vector.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "z", + "comment": "Z component of the vector.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "w", + "comment": "W component of the vector.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "this[]", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector4", + "name": "normalized", + "comment": "Returns this vector with a magnitude of 1 (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "magnitude", + "comment": "Returns the length of this vector (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "sqrMagnitude", + "comment": "Returns the squared length of this vector (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector4", + "name": "zero", + "comment": "Shorthand for writing Vector4(0,0,0,0).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector4", + "name": "one", + "comment": "Shorthand for writing Vector4(1,1,1,1).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector4", + "name": "positiveInfinity", + "comment": "Shorthand for writing Vector4(float.PositiveInfinity, float.PositiveInfinity, float.PositiveInfinity, float.PositiveInfinity).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector4", + "name": "negativeInfinity", + "comment": "Shorthand for writing Vector4(float.NegativeInfinity, float.NegativeInfinity, float.NegativeInfinity, float.NegativeInfinity).\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "x", "typeName": "float" }, + { "name": "y", "typeName": "float" }, + { "name": "z", "typeName": "float" }, + { "name": "w", "typeName": "float" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Creates a new vector with given x, y, z, w components.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "x", "typeName": "float" }, + { "name": "y", "typeName": "float" }, + { "name": "z", "typeName": "float" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Creates a new vector with given x, y, z components and sets w to zero.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "x", "typeName": "float" }, + { "name": "y", "typeName": "float" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Creates a new vector with given x, y components and sets z and w to zero.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "newX", "typeName": "float" }, + { "name": "newY", "typeName": "float" }, + { "name": "newZ", "typeName": "float" }, + { "name": "newW", "typeName": "float" } + ], + "isStatic": false, + "name": "Set", + "comment": "Set x, y, z and w components of an existing Vector4.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector4", + "params": [ + { "name": "a", "typeName": "UnityEngine.Vector4" }, + { "name": "b", "typeName": "UnityEngine.Vector4" }, + { "name": "t", "typeName": "float" } + ], + "isStatic": true, + "name": "Lerp", + "comment": "Linearly interpolates between two vectors.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector4", + "params": [ + { "name": "a", "typeName": "UnityEngine.Vector4" }, + { "name": "b", "typeName": "UnityEngine.Vector4" }, + { "name": "t", "typeName": "float" } + ], + "isStatic": true, + "name": "LerpUnclamped", + "comment": "Linearly interpolates between two vectors.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector4", + "params": [ + { "name": "current", "typeName": "UnityEngine.Vector4" }, + { "name": "target", "typeName": "UnityEngine.Vector4" }, + { "name": "maxDistanceDelta", "typeName": "float" } + ], + "isStatic": true, + "name": "MoveTowards", + "comment": "Moves a point current towards target.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector4", + "params": [ + { "name": "a", "typeName": "UnityEngine.Vector4" }, + { "name": "b", "typeName": "UnityEngine.Vector4" } + ], + "isStatic": true, + "name": "Scale", + "comment": "Multiplies two vectors component-wise.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "scale", "typeName": "UnityEngine.Vector4" }], + "isStatic": false, + "name": "Scale", + "comment": "Multiplies every component of this vector by the same component of scale.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "other", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "Returns true if the given vector is exactly equal to this vector.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "other", "typeName": "UnityEngine.Vector4" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector4", + "params": [{ "name": "a", "typeName": "UnityEngine.Vector4" }], + "isStatic": true, + "name": "Normalize", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Normalize", + "comment": "Makes this vector have a magnitude of 1.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Single", + "params": [ + { "name": "a", "typeName": "UnityEngine.Vector4" }, + { "name": "b", "typeName": "UnityEngine.Vector4" } + ], + "isStatic": true, + "name": "Dot", + "comment": "Dot Product of two vectors.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector4", + "params": [ + { "name": "a", "typeName": "UnityEngine.Vector4" }, + { "name": "b", "typeName": "UnityEngine.Vector4" } + ], + "isStatic": true, + "name": "Project", + "comment": "Projects a vector onto another vector.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Single", + "params": [ + { "name": "a", "typeName": "UnityEngine.Vector4" }, + { "name": "b", "typeName": "UnityEngine.Vector4" } + ], + "isStatic": true, + "name": "Distance", + "comment": "Returns the distance between a and b.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "a", "typeName": "UnityEngine.Vector4" }], + "isStatic": true, + "name": "Magnitude", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector4", + "params": [ + { "name": "lhs", "typeName": "UnityEngine.Vector4" }, + { "name": "rhs", "typeName": "UnityEngine.Vector4" } + ], + "isStatic": true, + "name": "Min", + "comment": "Returns a vector that is made from the smallest components of two vectors.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector4", + "params": [ + { "name": "lhs", "typeName": "UnityEngine.Vector4" }, + { "name": "rhs", "typeName": "UnityEngine.Vector4" } + ], + "isStatic": true, + "name": "Max", + "comment": "Returns a vector that is made from the largest components of two vectors.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector4", + "params": [ + { "name": "a", "typeName": "UnityEngine.Vector4" }, + { "name": "b", "typeName": "UnityEngine.Vector4" } + ], + "isStatic": true, + "name": "op_Addition", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector4", + "params": [ + { "name": "a", "typeName": "UnityEngine.Vector4" }, + { "name": "b", "typeName": "UnityEngine.Vector4" } + ], + "isStatic": true, + "name": "op_Subtraction", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector4", + "params": [{ "name": "a", "typeName": "UnityEngine.Vector4" }], + "isStatic": true, + "name": "op_UnaryNegation", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector4", + "params": [ + { "name": "a", "typeName": "UnityEngine.Vector4" }, + { "name": "d", "typeName": "float" } + ], + "isStatic": true, + "name": "op_Multiply", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector4", + "params": [ + { "name": "d", "typeName": "float" }, + { "name": "a", "typeName": "UnityEngine.Vector4" } + ], + "isStatic": true, + "name": "op_Multiply", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector4", + "params": [ + { "name": "a", "typeName": "UnityEngine.Vector4" }, + { "name": "d", "typeName": "float" } + ], + "isStatic": true, + "name": "op_Division", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "lhs", "typeName": "UnityEngine.Vector4" }, + { "name": "rhs", "typeName": "UnityEngine.Vector4" } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "lhs", "typeName": "UnityEngine.Vector4" }, + { "name": "rhs", "typeName": "UnityEngine.Vector4" } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector4", + "params": [{ "name": "v", "typeName": "UnityEngine.Vector3" }], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector3", + "params": [{ "name": "v", "typeName": "UnityEngine.Vector4" }], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector4", + "params": [{ "name": "v", "typeName": "UnityEngine.Vector2" }], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector2", + "params": [{ "name": "v", "typeName": "UnityEngine.Vector4" }], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "Returns a formatted string for this vector.\n\n```plaintext\nParams: format - A numeric format string.\n formatProvider - An object that specifies culture-specific formatting.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "format", "typeName": "string" }], + "isStatic": false, + "name": "ToString", + "comment": "Returns a formatted string for this vector.\n\n```plaintext\nParams: format - A numeric format string.\n formatProvider - An object that specifies culture-specific formatting.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "format", "typeName": "string" }, + { "name": "formatProvider", "typeName": "System.IFormatProvider" } + ], + "isStatic": false, + "name": "ToString", + "comment": "Returns a formatted string for this vector.\n\n```plaintext\nParams: format - A numeric format string.\n formatProvider - An object that specifies culture-specific formatting.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "a", "typeName": "UnityEngine.Vector4" }], + "isStatic": true, + "name": "SqrMagnitude", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Single", + "params": [], + "isStatic": false, + "name": "SqrMagnitude", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "Vector4", + "comment": "Representation of four-dimensional vectors.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.XR", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.XR.TrackingSpaceType", + "name": "Stationary", + "comment": "Represents a small space where movement may be constrained or positional tracking is unavailable.\n\n", + "location": "UnityEngine.VRModule.dll" + }, + { + "typeName": "UnityEngine.XR.TrackingSpaceType", + "name": "RoomScale", + "comment": "Represents a space large enough for free movement.\n\n", + "location": "UnityEngine.VRModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.XR.TrackingSpaceType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.VRModule.dll" + } + ], + "name": "TrackingSpaceType", + "comment": "Represents the size of physical space available for XR.\n\n", + "location": "UnityEngine.VRModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [], + "methods": [ + { + "returnTypeName": "UnityEngine.RPCMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "RPCMode", + "comment": "Option for who will receive an RPC, used by NetworkView.RPC.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.XR", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "isPresent", + "comment": "Successfully detected a XR device in working order.\n\n", + "location": "UnityEngine.VRModule.dll" + }, + { + "typeName": "float", + "name": "refreshRate", + "comment": "Refresh rate of the display in Hertz.\n\n", + "location": "UnityEngine.VRModule.dll" + }, + { + "typeName": "float", + "name": "fovZoomFactor", + "comment": "Zooms the XR projection.\n\n", + "location": "UnityEngine.VRModule.dll" + }, + { + "typeName": "System.Action", + "name": "deviceLoaded", + "comment": "", + "location": "UnityEngine.VRModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "IntPtr", + "params": [], + "isStatic": true, + "name": "GetNativePtr", + "comment": "The native pointer to the XR device.\n\n", + "location": "UnityEngine.VRModule.dll" + }, + { + "returnTypeName": "TrackingSpaceType", + "params": [], + "isStatic": true, + "name": "GetTrackingSpaceType", + "comment": "The device's current TrackingSpaceType.\n\n", + "location": "UnityEngine.VRModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "trackingSpaceType", + "typeName": "UnityEngine.XR.TrackingSpaceType" + } + ], + "isStatic": true, + "name": "SetTrackingSpaceType", + "comment": "True on success. False if the given TrackingSpaceType is not supported or the device fails to switch.\n\n```plaintext\nParams: TrackingSpaceType - The TrackingSpaceType the device should switch to.\n \n```\n\n", + "location": "UnityEngine.VRModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "camera", "typeName": "UnityEngine.Camera" }, + { "name": "disabled", "typeName": "bool" } + ], + "isStatic": true, + "name": "DisableAutoXRCameraTracking", + "comment": "", + "location": "UnityEngine.VRModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "UpdateEyeTextureMSAASetting", + "comment": "Nothing.\n\n", + "location": "UnityEngine.VRModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.Action" }], + "isStatic": true, + "name": "add_deviceLoaded", + "comment": "", + "location": "UnityEngine.VRModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.Action" }], + "isStatic": true, + "name": "remove_deviceLoaded", + "comment": "", + "location": "UnityEngine.VRModule.dll" + } + ], + "name": "XRDevice", + "comment": "Contains all functionality related to a XR device.\n\n", + "location": "UnityEngine.VRModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [], + "methods": [ + { + "returnTypeName": "UnityEngine.ConnectionTesterStatus", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "ConnectionTesterStatus", + "comment": "The various test results the connection tester may return with.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [], + "methods": [ + { + "returnTypeName": "UnityEngine.NetworkConnectionError", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "NetworkConnectionError", + "comment": "Possible status messages returned by Network.Connect and in MonoBehaviour.OnFailedToConnect|OnFailedToConnect in case the error was not immediate.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.XR", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [{ "name": "gpuTimeLastFrame", "typeName": "float" }], + "isStatic": true, + "name": "TryGetGPUTimeLastFrame", + "comment": "", + "location": "UnityEngine.VRModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "droppedFrameCount", "typeName": "int" }], + "isStatic": true, + "name": "TryGetDroppedFrameCount", + "comment": "", + "location": "UnityEngine.VRModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "framePresentCount", "typeName": "int" }], + "isStatic": true, + "name": "TryGetFramePresentCount", + "comment": "", + "location": "UnityEngine.VRModule.dll" + } + ], + "name": "XRStats", + "comment": "Timing and other statistics from the XR subsystem.\n\n", + "location": "UnityEngine.VRModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [], + "methods": [ + { + "returnTypeName": "UnityEngine.NetworkDisconnection", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "NetworkDisconnection", + "comment": "The reason a disconnect event occured, like in MonoBehaviour.OnDisconnectedFromServer|OnDisconnectedFromServer.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.XR", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "disablePositionalTracking", + "comment": "Disables positional tracking in XR. This takes effect the next time the head pose is sampled. If set to true the camera only tracks headset rotation state.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "System.Action", + "name": "trackingAcquired", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "System.Action", + "name": "trackingLost", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "System.Action", + "name": "nodeAdded", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "System.Action", + "name": "nodeRemoved", + "comment": "", + "location": "UnityEngine.XRModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Action" + } + ], + "isStatic": true, + "name": "add_trackingAcquired", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Action" + } + ], + "isStatic": true, + "name": "remove_trackingAcquired", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Action" + } + ], + "isStatic": true, + "name": "add_trackingLost", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Action" + } + ], + "isStatic": true, + "name": "remove_trackingLost", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Action" + } + ], + "isStatic": true, + "name": "add_nodeAdded", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Action" + } + ], + "isStatic": true, + "name": "remove_nodeAdded", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Action" + } + ], + "isStatic": true, + "name": "add_nodeRemoved", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Action" + } + ], + "isStatic": true, + "name": "remove_nodeRemoved", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Vector3", + "params": [{ "name": "node", "typeName": "UnityEngine.XR.XRNode" }], + "isStatic": true, + "name": "GetLocalPosition", + "comment": "The position of the node in its local tracking space.\n\n```plaintext\nParams: node - Specifies which node's position should be returned.\n \n```\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Quaternion", + "params": [{ "name": "node", "typeName": "UnityEngine.XR.XRNode" }], + "isStatic": true, + "name": "GetLocalRotation", + "comment": "The rotation of the node in its local tracking space.\n\n```plaintext\nParams: node - Specifies which node's rotation should be returned.\n \n```\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "Recenter", + "comment": "Center tracking to the current position and orientation of the HMD.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "uniqueId", "typeName": "ulong" }], + "isStatic": true, + "name": "GetNodeName", + "comment": "The name of the tracked node if the given 64-bit identifier maps to a currently tracked node. Empty string otherwise.\n\n```plaintext\nParams: uniqueID - The unique identifier for the Node index.\n \n```\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "nodeStates", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": true, + "name": "GetNodeStates", + "comment": "", + "location": "UnityEngine.XRModule.dll" + } + ], + "name": "InputTracking", + "comment": "A collection of methods and properties for accessing XR input devices by their XR Node representation.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [], + "methods": [ + { + "returnTypeName": "UnityEngine.MasterServerEvent", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "MasterServerEvent", + "comment": "Describes status messages from the master server as returned in MonoBehaviour.OnMasterServerEvent|OnMasterServerEvent.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [], + "methods": [ + { + "returnTypeName": "UnityEngine.NetworkStateSynchronization", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "NetworkStateSynchronization", + "comment": "Different types of synchronization for the NetworkView component.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.XR", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.XR.XRNode", + "name": "LeftEye", + "comment": "Node representing the left eye.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.XR.XRNode", + "name": "RightEye", + "comment": "Node representing the right eye.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.XR.XRNode", + "name": "CenterEye", + "comment": "Node representing a point between the left and right eyes.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.XR.XRNode", + "name": "Head", + "comment": "Node representing the user's head.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.XR.XRNode", + "name": "LeftHand", + "comment": "Node representing the left hand.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.XR.XRNode", + "name": "RightHand", + "comment": "Node representing the right hand.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.XR.XRNode", + "name": "GameController", + "comment": "Represents a tracked game Controller not associated with a specific hand.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.XR.XRNode", + "name": "TrackingReference", + "comment": "Represents a stationary physical device that can be used as a point of reference in the tracked area.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.XR.XRNode", + "name": "HardwareTracker", + "comment": "Represents a physical device that provides tracking data for objects to which it is attached.\n\n", + "location": "UnityEngine.XRModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.XR.XRNode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.XRModule.dll" + } + ], + "name": "XRNode", + "comment": "Enumeration of XR nodes which can be updated by XR input or sent haptic data.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "namespace": "UnityEngine.XR", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "ulong", + "name": "uniqueID", + "comment": "The unique identifier of the tracked node.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.XR.XRNode", + "name": "nodeType", + "comment": "The type of the tracked node as specified in XR.XRNode.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "bool", + "name": "tracked", + "comment": "Set to true if the node is presently being tracked by the underlying XR system,\nand false if the node is not presently being tracked by the underlying XR system.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "position", + "comment": "Sets the vector representing the current position of the tracked node.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.Quaternion", + "name": "rotation", + "comment": "Sets the quaternion representing the current rotation of the tracked node.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "velocity", + "comment": "Sets the vector representing the current velocity of the tracked node.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "angularVelocity", + "comment": "Sets the vector representing the current angular velocity of the tracked node.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "acceleration", + "comment": "Sets the vector representing the current acceleration of the tracked node.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "angularAcceleration", + "comment": "Sets the vector representing the current angular acceleration of the tracked node.\n\n", + "location": "UnityEngine.XRModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "position", "typeName": "UnityEngine.Vector3" }], + "isStatic": false, + "name": "TryGetPosition", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "rotation", "typeName": "UnityEngine.Quaternion" } + ], + "isStatic": false, + "name": "TryGetRotation", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "velocity", "typeName": "UnityEngine.Vector3" }], + "isStatic": false, + "name": "TryGetVelocity", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "angularVelocity", "typeName": "UnityEngine.Vector3" } + ], + "isStatic": false, + "name": "TryGetAngularVelocity", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "acceleration", "typeName": "UnityEngine.Vector3" } + ], + "isStatic": false, + "name": "TryGetAcceleration", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "angularAcceleration", "typeName": "UnityEngine.Vector3" } + ], + "isStatic": false, + "name": "TryGetAngularAcceleration", + "comment": "", + "location": "UnityEngine.XRModule.dll" + } + ], + "name": "XRNodeState", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "namespace": "UnityEngine.XR", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IEquatable"], + "fields": [ + { + "typeName": "uint", + "name": "numChannels", + "comment": "The number of channels that this device plays back haptic data.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "bool", + "name": "supportsImpulse", + "comment": "True if this device supports sending a haptic impulse.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "bool", + "name": "supportsBuffer", + "comment": "True if this device supports sending a haptic buffer.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "uint", + "name": "bufferFrequencyHz", + "comment": "The frequency (in Hz) that this device plays back buffered haptic data.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "uint", + "name": "bufferMaxSize", + "comment": "The maximum amount of data that can be sent to an InputDevice via InputDevice.SendHapticBuffer.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "uint", + "name": "bufferOptimalSize", + "comment": "The optimal buffer size an InputDevice expects to be sent via InputDevice.SendHapticBuffer in order to provide a continuous rumble between individual frames.\n\n", + "location": "UnityEngine.XRModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "other", "typeName": "UnityEngine.XR.HapticCapabilities" } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "a", "typeName": "UnityEngine.XR.HapticCapabilities" }, + { "name": "b", "typeName": "UnityEngine.XR.HapticCapabilities" } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "a", "typeName": "UnityEngine.XR.HapticCapabilities" }, + { "name": "b", "typeName": "UnityEngine.XR.HapticCapabilities" } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "UnityEngine.XRModule.dll" + } + ], + "name": "HapticCapabilities", + "comment": "Describes the haptic capabilities of the device at an XR.XRNode in the XR input subsystem.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "namespace": "UnityEngine.XR", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.XR.InputDeviceRole", + "name": "Unknown", + "comment": "This device does not have a known role.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.XR.InputDeviceRole", + "name": "Generic", + "comment": "This device is typically a HMD or Camera.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.XR.InputDeviceRole", + "name": "LeftHanded", + "comment": "This device is a controller that represents the left hand.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.XR.InputDeviceRole", + "name": "RightHanded", + "comment": "This device is a controller that represents the right hand.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.XR.InputDeviceRole", + "name": "GameController", + "comment": "This device is a game controller.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.XR.InputDeviceRole", + "name": "TrackingReference", + "comment": "This device is a tracking reference used to track other devices in 3D.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.XR.InputDeviceRole", + "name": "HardwareTracker", + "comment": "This device is a hardware tracker.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.XR.InputDeviceRole", + "name": "LegacyController", + "comment": "This device is a legacy controller.\n\n", + "location": "UnityEngine.XRModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.XR.InputDeviceRole", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.XRModule.dll" + } + ], + "name": "InputDeviceRole", + "comment": "Enumeration describing the role of a XR.InputDevice in providing input.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "namespace": "UnityEngine.XR", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.XR.InputDeviceCharacteristics", + "name": "None", + "comment": "A default value specifying no flags.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.XR.InputDeviceCharacteristics", + "name": "HeadMounted", + "comment": "The InputDevice is attached to the head.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.XR.InputDeviceCharacteristics", + "name": "Camera", + "comment": "The InputDevice has a camera and associated camera tracking information.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.XR.InputDeviceCharacteristics", + "name": "HeldInHand", + "comment": "The InputDevice is held in the user's hand. Typically, a tracked controller.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.XR.InputDeviceCharacteristics", + "name": "HandTracking", + "comment": "The InputDevice provides hand tracking information via a Hand input feature.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.XR.InputDeviceCharacteristics", + "name": "EyeTracking", + "comment": "The InputDevice provides eye tracking information via an Eyes input feature.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.XR.InputDeviceCharacteristics", + "name": "TrackedDevice", + "comment": "The InputDevice provides 3DOF or 6DOF tracking data.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.XR.InputDeviceCharacteristics", + "name": "Controller", + "comment": "The InputDevice is a game controller.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.XR.InputDeviceCharacteristics", + "name": "TrackingReference", + "comment": "The InputDevice is an unmoving reference object used to locate and track other objects in the world.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.XR.InputDeviceCharacteristics", + "name": "Left", + "comment": "The InputDevice is associated with the left side of the user.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.XR.InputDeviceCharacteristics", + "name": "Right", + "comment": "The InputDevice is associated with the right side of the user.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.XR.InputDeviceCharacteristics", + "name": "Simulated6DOF", + "comment": "The InputDevice reports software approximated, positional data.\n\n", + "location": "UnityEngine.XRModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.XR.InputDeviceCharacteristics", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.XRModule.dll" + } + ], + "name": "InputDeviceCharacteristics", + "comment": "A set of bit flags describing XR.InputDevice characteristics.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [], + "methods": [ + { + "returnTypeName": "UnityEngine.NetworkPeerType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "NetworkPeerType", + "comment": "Describes the status of the network interface peer type as returned by Network.peerType.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [], + "methods": [ + { + "returnTypeName": "UnityEngine.NetworkLogLevel", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "NetworkLogLevel", + "comment": "Describes different levels of log information the network layer supports.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.XR", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.XR.InputTrackingState", + "name": "None", + "comment": "Represents no values being tracked for this device.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.XR.InputTrackingState", + "name": "Position", + "comment": "Represents position being tracked for this device.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.XR.InputTrackingState", + "name": "Rotation", + "comment": "Represents rotation being tracked for this device.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.XR.InputTrackingState", + "name": "Velocity", + "comment": "Represents velocity being tracked for this device.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.XR.InputTrackingState", + "name": "AngularVelocity", + "comment": "Represents no angular velocity being tracked for this device.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.XR.InputTrackingState", + "name": "Acceleration", + "comment": "Represents acceleration being tracked for this device.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.XR.InputTrackingState", + "name": "AngularAcceleration", + "comment": "Represents angular acceleration being tracked for this device.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.XR.InputTrackingState", + "name": "All", + "comment": "Represents all InputTrackingState values being tracked for this device.\n\n", + "location": "UnityEngine.XRModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.XR.InputTrackingState", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.XRModule.dll" + } + ], + "name": "InputTrackingState", + "comment": "Represents the values being tracked for this device.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "ipAddress", + "comment": "The IP address of this player.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "port", + "comment": "The port of this player.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "string", + "name": "guid", + "comment": "The GUID for this player, used when connecting with NAT punchthrough.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "string", + "name": "externalIP", + "comment": "Returns the external IP address of the network interface.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "externalPort", + "comment": "Returns the external port of the network interface.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "ip", "typeName": "string" }, + { "name": "port", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "NetworkPlayer", + "comment": "The NetworkPlayer is a data structure with which you can locate another player over the network.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.XR", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IEquatable"], + "fields": [ + { + "typeName": "string", + "name": "name", + "comment": "The string name of this usage feature; used internally to map to an input feature on a device.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "System.Type", + "name": "type", + "comment": "The type of this usage feature; used internally to map to an input feature on a device.\n\n", + "location": "UnityEngine.XRModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "other", "typeName": "UnityEngine.XR.InputFeatureUsage" } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "a", "typeName": "UnityEngine.XR.InputFeatureUsage" }, + { "name": "b", "typeName": "UnityEngine.XR.InputFeatureUsage" } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "a", "typeName": "UnityEngine.XR.InputFeatureUsage" }, + { "name": "b", "typeName": "UnityEngine.XR.InputFeatureUsage" } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "InputFeatureUsage", + "params": [], + "isStatic": false, + "name": "As", + "comment": "", + "location": "UnityEngine.XRModule.dll" + } + ], + "name": "InputFeatureUsage", + "comment": "Defines a generic usage that maps to an input feature on a device. Use the As method to turn into a generic usage.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "InterstitialWasLoadedDelegate", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.NetworkViewID", + "name": "unassigned", + "comment": "Represents an invalid network view ID.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "isMine", + "comment": "True if instantiated by me.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.NetworkPlayer", + "name": "owner", + "comment": "The NetworkPlayer who owns the NetworkView. Could be the server.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "NetworkViewID", + "comment": "The NetworkViewID is a unique identifier for a network view instance in a multiplayer game.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.XR", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IEquatable"], + "fields": [ + { + "typeName": "string", + "name": "name", + "comment": "", + "location": "UnityEngine.XRModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "usageName", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "other", + "typeName": "UnityEngine.XR.InputFeatureUsage" + } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "a", "typeName": "UnityEngine.XR.InputFeatureUsage" }, + { "name": "b", "typeName": "UnityEngine.XR.InputFeatureUsage" } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "a", "typeName": "UnityEngine.XR.InputFeatureUsage" }, + { "name": "b", "typeName": "UnityEngine.XR.InputFeatureUsage" } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "InputFeatureUsage", + "params": [ + { + "name": "self", + "typeName": "UnityEngine.XR.InputFeatureUsage" + } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "UnityEngine.XRModule.dll" + } + ], + "name": "InputFeatureUsage", + "comment": "Defines a generic usage that maps to an input feature on a device.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.Behaviour", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Component", + "name": "observed", + "comment": "The component the network view is observing.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.NetworkStateSynchronization", + "name": "stateSynchronization", + "comment": "The type of NetworkStateSynchronization set for this network view.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.NetworkViewID", + "name": "viewID", + "comment": "The ViewID of this network view.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "group", + "comment": "The network group number of this network view.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "isMine", + "comment": "Is the network view controlled by this object?\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.NetworkPlayer", + "name": "owner", + "comment": "The NetworkPlayer who owns this network view.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "mode", "typeName": "UnityEngine.RPCMode" }, + { "name": "args", "typeName": "object[]" } + ], + "isStatic": false, + "name": "RPC", + "comment": "Call a RPC function on all connected peers.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "target", "typeName": "UnityEngine.NetworkPlayer" }, + { "name": "args", "typeName": "object[]" } + ], + "isStatic": false, + "name": "RPC", + "comment": "Call a RPC function on a specific player.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "NetworkView", + "comment": "The network view is the binding material of multiplayer games.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.XR", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.XR.InputFeatureUsage", + "name": "isTracked", + "comment": "Informs to the developer whether the device is currently being tracked.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.XR.InputFeatureUsage", + "name": "primaryButton", + "comment": "The primary face button being pressed on a device, or sole button if only one is available.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.XR.InputFeatureUsage", + "name": "primaryTouch", + "comment": "The primary face button being touched on a device.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.XR.InputFeatureUsage", + "name": "secondaryButton", + "comment": "The secondary face button being pressed on a device.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.XR.InputFeatureUsage", + "name": "secondaryTouch", + "comment": "The secondary face button being touched on a device.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.XR.InputFeatureUsage", + "name": "gripButton", + "comment": "A binary measure of whether the device is being gripped.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.XR.InputFeatureUsage", + "name": "triggerButton", + "comment": "A binary measure of whether the index finger is activating the trigger.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.XR.InputFeatureUsage", + "name": "menuButton", + "comment": "Represents a menu button, used to pause, go back, or otherwise exit gameplay.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.XR.InputFeatureUsage", + "name": "primary2DAxisClick", + "comment": "Represents the primary 2D axis being clicked or otherwise depressed.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.XR.InputFeatureUsage", + "name": "primary2DAxisTouch", + "comment": "Represents the primary 2D axis being touched.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.XR.InputFeatureUsage", + "name": "secondary2DAxisClick", + "comment": "Represents the secondary 2D axis being clicked or otherwise depressed.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.XR.InputFeatureUsage", + "name": "secondary2DAxisTouch", + "comment": "Represents the secondary 2D axis being touched.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.XR.InputFeatureUsage", + "name": "userPresence", + "comment": "Use this property to test whether the user is currently wearing and/or interacting with the XR device. The exact behavior of this property varies with each type of device: some devices have a sensor specifically to detect user proximity, however you can reasonably infer that a user is present with the device when the property is UserPresenceState.Present.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.XR.InputFeatureUsage", + "name": "trackingState", + "comment": "Represents the values being tracked for this device.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.XR.InputFeatureUsage", + "name": "batteryLevel", + "comment": "Value representing the current battery life of this device.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.XR.InputFeatureUsage", + "name": "trigger", + "comment": "A trigger-like control, pressed with the index finger.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.XR.InputFeatureUsage", + "name": "grip", + "comment": "Represents the users grip on the controller.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.XR.InputFeatureUsage", + "name": "primary2DAxis", + "comment": "The primary touchpad or joystick on a device.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.XR.InputFeatureUsage", + "name": "secondary2DAxis", + "comment": "A secondary touchpad or joystick on a device.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.XR.InputFeatureUsage", + "name": "devicePosition", + "comment": "The position of the device.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.XR.InputFeatureUsage", + "name": "leftEyePosition", + "comment": "The position of the left eye on this device.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.XR.InputFeatureUsage", + "name": "rightEyePosition", + "comment": "The position of the right eye on this device.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.XR.InputFeatureUsage", + "name": "centerEyePosition", + "comment": "The position of the center eye on this device.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.XR.InputFeatureUsage", + "name": "colorCameraPosition", + "comment": "The position of the color camera on this device.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.XR.InputFeatureUsage", + "name": "deviceVelocity", + "comment": "The velocity of the device.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.XR.InputFeatureUsage", + "name": "deviceAngularVelocity", + "comment": "The angular velocity of this device, formatted as euler angles.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.XR.InputFeatureUsage", + "name": "leftEyeVelocity", + "comment": "The velocity of the left eye on this device.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.XR.InputFeatureUsage", + "name": "leftEyeAngularVelocity", + "comment": "The angular velocity of the left eye on this device, formatted as euler angles.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.XR.InputFeatureUsage", + "name": "rightEyeVelocity", + "comment": "The velocity of the right eye on this device.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.XR.InputFeatureUsage", + "name": "rightEyeAngularVelocity", + "comment": "The angular velocity of the right eye on this device, formatted as euler angles.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.XR.InputFeatureUsage", + "name": "centerEyeVelocity", + "comment": "The velocity of the center eye on this device.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.XR.InputFeatureUsage", + "name": "centerEyeAngularVelocity", + "comment": "The angular velocity of the center eye on this device, formatted as euler angles.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.XR.InputFeatureUsage", + "name": "colorCameraVelocity", + "comment": "The velocity of the color camera on this device.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.XR.InputFeatureUsage", + "name": "colorCameraAngularVelocity", + "comment": "The angular velocity of the color camera on this device, formatted as euler angles.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.XR.InputFeatureUsage", + "name": "deviceAcceleration", + "comment": "The acceleration of the device.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.XR.InputFeatureUsage", + "name": "deviceAngularAcceleration", + "comment": "The angular acceleration of this device, formatted as euler angles.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.XR.InputFeatureUsage", + "name": "leftEyeAcceleration", + "comment": "The acceleration of the left eye on this device.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.XR.InputFeatureUsage", + "name": "leftEyeAngularAcceleration", + "comment": "The angular acceleration of the left eye on this device, formatted as euler angles.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.XR.InputFeatureUsage", + "name": "rightEyeAcceleration", + "comment": "The acceleration of the right eye on this device.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.XR.InputFeatureUsage", + "name": "rightEyeAngularAcceleration", + "comment": "The angular acceleration of the right eye on this device, formatted as euler angles.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.XR.InputFeatureUsage", + "name": "centerEyeAcceleration", + "comment": "The acceleration of the center eye on this device.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.XR.InputFeatureUsage", + "name": "centerEyeAngularAcceleration", + "comment": "The angular acceleration of the center eye on this device, formatted as euler angles.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.XR.InputFeatureUsage", + "name": "colorCameraAcceleration", + "comment": "The acceleration of the color camera on this device.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.XR.InputFeatureUsage", + "name": "colorCameraAngularAcceleration", + "comment": "The angular acceleration of the color camera on this device, formatted as euler angles.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.XR.InputFeatureUsage", + "name": "deviceRotation", + "comment": "The rotation of this device.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.XR.InputFeatureUsage", + "name": "leftEyeRotation", + "comment": "The rotation of the left eye on this device.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.XR.InputFeatureUsage", + "name": "rightEyeRotation", + "comment": "The rotation of the right eye on this device.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.XR.InputFeatureUsage", + "name": "centerEyeRotation", + "comment": "The rotation of the center eye on this device.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.XR.InputFeatureUsage", + "name": "colorCameraRotation", + "comment": "The rotation of the color camera on this device.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.XR.InputFeatureUsage", + "name": "handData", + "comment": "Value representing the hand data for this device.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.XR.InputFeatureUsage", + "name": "eyesData", + "comment": "An Eyes struct containing eye tracking data collected from the device.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.XR.InputFeatureUsage", + "name": "dPad", + "comment": "A non-handed 2D axis.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.XR.InputFeatureUsage", + "name": "indexFinger", + "comment": "Represents the grip pressure or angle of the index finger.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.XR.InputFeatureUsage", + "name": "middleFinger", + "comment": "Represents the grip pressure or angle of the middle finger.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.XR.InputFeatureUsage", + "name": "ringFinger", + "comment": "Represents the grip pressure or angle of the ring finger.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.XR.InputFeatureUsage", + "name": "pinkyFinger", + "comment": "Represents the grip pressure or angle of the pinky finger.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.XR.InputFeatureUsage", + "name": "thumbrest", + "comment": "Represents a thumbrest or light thumb touch.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.XR.InputFeatureUsage", + "name": "indexTouch", + "comment": "Represents a touch of the trigger or index finger.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.XR.InputFeatureUsage", + "name": "thumbTouch", + "comment": "Represents the thumb pressing any input or feature.\n\n", + "location": "UnityEngine.XRModule.dll" + } + ], + "methods": [], + "name": "CommonUsages", + "comment": "Defines static variables that are used to retrieve input features from XR.InputDevice.TryGetFeatureValue.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "", + "attribute": "interface", + "interfaces": ["ILogHandler"], + "fields": [ + { + "typeName": "UnityEngine.ILogHandler", + "name": "logHandler", + "comment": "Set Logger.ILogHandler.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "logEnabled", + "comment": "To runtime toggle debug logging [ON/OFF].\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.LogType", + "name": "filterLogType", + "comment": "To selective enable debug log message.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [{ "name": "logType", "typeName": "UnityEngine.LogType" }], + "isStatic": false, + "name": "IsLogTypeAllowed", + "comment": "Retrun true in case logs of LogType will be logged otherwise returns false.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "logType", "typeName": "UnityEngine.LogType" }, + { "name": "message", "typeName": "object" } + ], + "isStatic": false, + "name": "Log", + "comment": "Logs message to the Unity Console using default logger.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "logType", "typeName": "UnityEngine.LogType" }, + { "name": "message", "typeName": "object" }, + { "name": "context", "typeName": "UnityEngine.Object" } + ], + "isStatic": false, + "name": "Log", + "comment": "Logs message to the Unity Console using default logger.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "logType", "typeName": "UnityEngine.LogType" }, + { "name": "tag", "typeName": "string" }, + { "name": "message", "typeName": "object" } + ], + "isStatic": false, + "name": "Log", + "comment": "Logs message to the Unity Console using default logger.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "logType", "typeName": "UnityEngine.LogType" }, + { "name": "tag", "typeName": "string" }, + { "name": "message", "typeName": "object" }, + { "name": "context", "typeName": "UnityEngine.Object" } + ], + "isStatic": false, + "name": "Log", + "comment": "Logs message to the Unity Console using default logger.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "object" }], + "isStatic": false, + "name": "Log", + "comment": "Logs message to the Unity Console using default logger.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "tag", "typeName": "string" }, + { "name": "message", "typeName": "object" } + ], + "isStatic": false, + "name": "Log", + "comment": "Logs message to the Unity Console using default logger.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "tag", "typeName": "string" }, + { "name": "message", "typeName": "object" }, + { "name": "context", "typeName": "UnityEngine.Object" } + ], + "isStatic": false, + "name": "Log", + "comment": "Logs message to the Unity Console using default logger.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "tag", "typeName": "string" }, + { "name": "message", "typeName": "object" } + ], + "isStatic": false, + "name": "LogWarning", + "comment": "A variant of Logger.Log that logs an warning message.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "tag", "typeName": "string" }, + { "name": "message", "typeName": "object" }, + { "name": "context", "typeName": "UnityEngine.Object" } + ], + "isStatic": false, + "name": "LogWarning", + "comment": "A variant of Logger.Log that logs an warning message.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "tag", "typeName": "string" }, + { "name": "message", "typeName": "object" } + ], + "isStatic": false, + "name": "LogError", + "comment": "A variant of ILogger.Log that logs an error message.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "tag", "typeName": "string" }, + { "name": "message", "typeName": "object" }, + { "name": "context", "typeName": "UnityEngine.Object" } + ], + "isStatic": false, + "name": "LogError", + "comment": "A variant of ILogger.Log that logs an error message.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "logType", "typeName": "UnityEngine.LogType" }, + { "name": "format", "typeName": "string" }, + { "name": "args", "typeName": "object[]" } + ], + "isStatic": false, + "name": "LogFormat", + "comment": "Logs a formatted message.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "exception", "typeName": "System.Exception" }], + "isStatic": false, + "name": "LogException", + "comment": "A variant of ILogger.Log that logs an exception message.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "ILogger", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "incomingPassword", + "comment": "Set the password for the server (for incoming connections).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.NetworkLogLevel", + "name": "logLevel", + "comment": "Set the log level for network messages (default is Off).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.NetworkPlayer[]", + "name": "connections", + "comment": "All connected players.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.NetworkPlayer", + "name": "player", + "comment": "Get the local NetworkPlayer instance.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "isClient", + "comment": "Returns true if your peer type is client.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "isServer", + "comment": "Returns true if your peer type is server.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.NetworkPeerType", + "name": "peerType", + "comment": "The status of the peer type, i.e. if it is disconnected, connecting, server or client.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "sendRate", + "comment": "The default send rate of network updates for all Network Views.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "isMessageQueueRunning", + "comment": "Enable or disable the processing of network messages.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "double", + "name": "time", + "comment": "Get the current network time (seconds).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "minimumAllocatableViewIDs", + "comment": "Get or set the minimum number of ViewID numbers in the ViewID pool given to clients by the server.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "useNat", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "string", + "name": "natFacilitatorIP", + "comment": "The IP address of the NAT punchthrough facilitator.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "natFacilitatorPort", + "comment": "The port of the NAT punchthrough facilitator.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "string", + "name": "connectionTesterIP", + "comment": "The IP address of the connection tester used in Network.TestConnection.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "connectionTesterPort", + "comment": "The port of the connection tester used in Network.TestConnection.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "maxConnections", + "comment": "Set the maximum amount of connections/players allowed.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "string", + "name": "proxyIP", + "comment": "The IP address of the proxy server.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "proxyPort", + "comment": "The port of the proxy server.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "useProxy", + "comment": "Indicate if proxy support is needed, in which case traffic is relayed through the proxy server.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "string", + "name": "proxyPassword", + "comment": "Set the proxy server password.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "NetworkConnectionError", + "params": [ + { "name": "connections", "typeName": "int" }, + { "name": "listenPort", "typeName": "int" }, + { "name": "useNat", "typeName": "bool" } + ], + "isStatic": true, + "name": "InitializeServer", + "comment": "Initialize the server.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "NetworkConnectionError", + "params": [ + { "name": "connections", "typeName": "int" }, + { "name": "listenPort", "typeName": "int" } + ], + "isStatic": true, + "name": "InitializeServer", + "comment": "Initialize the server.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "InitializeSecurity", + "comment": "Initializes security layer.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "NetworkConnectionError", + "params": [ + { "name": "IP", "typeName": "string" }, + { "name": "remotePort", "typeName": "int" } + ], + "isStatic": true, + "name": "Connect", + "comment": "Connect to the specified host (ip or domain name) and server port.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "NetworkConnectionError", + "params": [ + { "name": "IP", "typeName": "string" }, + { "name": "remotePort", "typeName": "int" }, + { "name": "password", "typeName": "string" } + ], + "isStatic": true, + "name": "Connect", + "comment": "Connect to the specified host (ip or domain name) and server port.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "NetworkConnectionError", + "params": [ + { "name": "IPs", "typeName": "string[]" }, + { "name": "remotePort", "typeName": "int" } + ], + "isStatic": true, + "name": "Connect", + "comment": "This function is exactly like Network.Connect but can accept an array of IP addresses.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "NetworkConnectionError", + "params": [ + { "name": "IPs", "typeName": "string[]" }, + { "name": "remotePort", "typeName": "int" }, + { "name": "password", "typeName": "string" } + ], + "isStatic": true, + "name": "Connect", + "comment": "This function is exactly like Network.Connect but can accept an array of IP addresses.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "NetworkConnectionError", + "params": [{ "name": "GUID", "typeName": "string" }], + "isStatic": true, + "name": "Connect", + "comment": "Connect to a server GUID. NAT punchthrough can only be performed this way.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "NetworkConnectionError", + "params": [ + { "name": "GUID", "typeName": "string" }, + { "name": "password", "typeName": "string" } + ], + "isStatic": true, + "name": "Connect", + "comment": "Connect to a server GUID. NAT punchthrough can only be performed this way.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "NetworkConnectionError", + "params": [ + { "name": "hostData", "typeName": "UnityEngine.HostData" } + ], + "isStatic": true, + "name": "Connect", + "comment": "Connect to the host represented by a HostData structure returned by the Master Server.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "NetworkConnectionError", + "params": [ + { "name": "hostData", "typeName": "UnityEngine.HostData" }, + { "name": "password", "typeName": "string" } + ], + "isStatic": true, + "name": "Connect", + "comment": "Connect to the host represented by a HostData structure returned by the Master Server.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "Disconnect", + "comment": "Close all open connections and shuts down the network interface.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "timeout", "typeName": "int" }], + "isStatic": true, + "name": "Disconnect", + "comment": "Close all open connections and shuts down the network interface.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "target", "typeName": "UnityEngine.NetworkPlayer" }, + { "name": "sendDisconnectionNotification", "typeName": "bool" } + ], + "isStatic": true, + "name": "CloseConnection", + "comment": "Close the connection to another system.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "NetworkViewID", + "params": [], + "isStatic": true, + "name": "AllocateViewID", + "comment": "Query for the next available network view ID number and allocate it (reserve).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "prefab", "typeName": "UnityEngine.Object" }, + { "name": "position", "typeName": "UnityEngine.Vector3" }, + { "name": "rotation", "typeName": "UnityEngine.Quaternion" }, + { "name": "group", "typeName": "int" } + ], + "isStatic": true, + "name": "Instantiate", + "comment": "Network instantiate a Prefab.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "viewID", "typeName": "UnityEngine.NetworkViewID" } + ], + "isStatic": true, + "name": "Destroy", + "comment": "Destroy the object associated with this view ID across the network.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "gameObject", "typeName": "UnityEngine.GameObject" } + ], + "isStatic": true, + "name": "Destroy", + "comment": "Destroy the object across the network.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "playerID", "typeName": "UnityEngine.NetworkPlayer" } + ], + "isStatic": true, + "name": "DestroyPlayerObjects", + "comment": "Destroy all the objects based on view IDs belonging to this player.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "playerID", "typeName": "UnityEngine.NetworkPlayer" } + ], + "isStatic": true, + "name": "RemoveRPCs", + "comment": "Remove all RPC functions which belong to this player ID.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "playerID", "typeName": "UnityEngine.NetworkPlayer" }, + { "name": "group", "typeName": "int" } + ], + "isStatic": true, + "name": "RemoveRPCs", + "comment": "Remove all RPC functions which belong to this player ID and were sent based on the given group.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "viewID", "typeName": "UnityEngine.NetworkViewID" } + ], + "isStatic": true, + "name": "RemoveRPCs", + "comment": "Remove the RPC function calls accociated with this view ID number.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "group", "typeName": "int" }], + "isStatic": true, + "name": "RemoveRPCsInGroup", + "comment": "Remove all RPC functions which belong to given group number.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "prefix", "typeName": "int" }], + "isStatic": true, + "name": "SetLevelPrefix", + "comment": "Set the level prefix which will then be prefixed to all network ViewID numbers.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "player", "typeName": "UnityEngine.NetworkPlayer" } + ], + "isStatic": true, + "name": "GetLastPing", + "comment": "The last ping time to the given player in milliseconds.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "player", "typeName": "UnityEngine.NetworkPlayer" } + ], + "isStatic": true, + "name": "GetAveragePing", + "comment": "The last average ping time to the given player in milliseconds.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "player", "typeName": "UnityEngine.NetworkPlayer" }, + { "name": "group", "typeName": "int" }, + { "name": "enabled", "typeName": "bool" } + ], + "isStatic": true, + "name": "SetReceivingEnabled", + "comment": "Enable or disables the reception of messages in a specific group number from a specific player.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "group", "typeName": "int" }, + { "name": "enabled", "typeName": "bool" } + ], + "isStatic": true, + "name": "SetSendingEnabled", + "comment": "Enables or disables transmission of messages and RPC calls on a specific network group number.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "player", "typeName": "UnityEngine.NetworkPlayer" }, + { "name": "group", "typeName": "int" }, + { "name": "enabled", "typeName": "bool" } + ], + "isStatic": true, + "name": "SetSendingEnabled", + "comment": "Enable or disable transmission of messages and RPC calls based on target network player as well as the network group.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "ConnectionTesterStatus", + "params": [], + "isStatic": true, + "name": "TestConnection", + "comment": "Test this machines network connection.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "ConnectionTesterStatus", + "params": [{ "name": "forceTest", "typeName": "bool" }], + "isStatic": true, + "name": "TestConnection", + "comment": "Test this machines network connection.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "ConnectionTesterStatus", + "params": [], + "isStatic": true, + "name": "TestConnectionNAT", + "comment": "Test the connection specifically for NAT punch-through connectivity.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "ConnectionTesterStatus", + "params": [{ "name": "forceTest", "typeName": "bool" }], + "isStatic": true, + "name": "TestConnectionNAT", + "comment": "Test the connection specifically for NAT punch-through connectivity.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": true, + "name": "HavePublicAddress", + "comment": "Check if this machine has a public IP address.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "Network", + "comment": "The network class is at the heart of the network implementation and provides the core functions.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "logType", "typeName": "UnityEngine.LogType" }, + { "name": "context", "typeName": "UnityEngine.Object" }, + { "name": "format", "typeName": "string" }, + { "name": "args", "typeName": "object[]" } + ], + "isStatic": false, + "name": "LogFormat", + "comment": "Logs a formatted message.\n\n```plaintext\nParams: logType - The type of the log message.\n context - Object to which the message applies.\n format - A composite format string.\n args - Format arguments.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "exception", "typeName": "System.Exception" }, + { "name": "context", "typeName": "UnityEngine.Object" } + ], + "isStatic": false, + "name": "LogException", + "comment": "A variant of ILogHandler.LogFormat that logs an exception message.\n\n```plaintext\nParams: exception - Runtime Exception.\n context - Object to which the message applies.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "ILogHandler", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "isReading", + "comment": "Is the BitStream currently being read? (Read Only)\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "isWriting", + "comment": "Is the BitStream currently being written? (Read Only)\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "bool" }], + "isStatic": false, + "name": "Serialize", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "char" }], + "isStatic": false, + "name": "Serialize", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "short" }], + "isStatic": false, + "name": "Serialize", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "int" }], + "isStatic": false, + "name": "Serialize", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "float" }], + "isStatic": false, + "name": "Serialize", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "float" }, + { "name": "maxDelta", "typeName": "float" } + ], + "isStatic": false, + "name": "Serialize", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "UnityEngine.Quaternion" }], + "isStatic": false, + "name": "Serialize", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "UnityEngine.Quaternion" }, + { "name": "maxDelta", "typeName": "float" } + ], + "isStatic": false, + "name": "Serialize", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "UnityEngine.Vector3" }], + "isStatic": false, + "name": "Serialize", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "UnityEngine.Vector3" }, + { "name": "maxDelta", "typeName": "float" } + ], + "isStatic": false, + "name": "Serialize", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "UnityEngine.NetworkPlayer" } + ], + "isStatic": false, + "name": "Serialize", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "viewID", "typeName": "UnityEngine.NetworkViewID" } + ], + "isStatic": false, + "name": "Serialize", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "BitStream", + "comment": "The BitStream class represents seralized variables, packed into a stream.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "object", + "attribute": "", + "interfaces": ["ILogger", "ILogHandler"], + "fields": [ + { + "typeName": "UnityEngine.ILogHandler", + "name": "logHandler", + "comment": "Set Logger.ILogHandler.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "logEnabled", + "comment": "To runtime toggle debug logging [ON/OFF].\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.LogType", + "name": "filterLogType", + "comment": "To selective enable debug log message.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "logHandler", "typeName": "UnityEngine.ILogHandler" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Create a custom Logger.\n\n```plaintext\nParams: logHandler - Pass in default log handler or custom log handler.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "logType", "typeName": "UnityEngine.LogType" }], + "isStatic": false, + "name": "IsLogTypeAllowed", + "comment": "Retrun true in case logs of LogType will be logged otherwise returns false.\n\n```plaintext\nParams: logType - The type of the log message.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "logType", "typeName": "UnityEngine.LogType" }, + { "name": "message", "typeName": "object" } + ], + "isStatic": false, + "name": "Log", + "comment": "Logs message to the Unity Console using default logger.\n\n```plaintext\nParams: logType - The type of the log message.\n tag - Used to identify the source of a log message. It usually identifies the class where the log call occurs.\n message - String or object to be converted to string representation for display.\n context - Object to which the message applies.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "logType", "typeName": "UnityEngine.LogType" }, + { "name": "message", "typeName": "object" }, + { "name": "context", "typeName": "UnityEngine.Object" } + ], + "isStatic": false, + "name": "Log", + "comment": "Logs message to the Unity Console using default logger.\n\n```plaintext\nParams: logType - The type of the log message.\n tag - Used to identify the source of a log message. It usually identifies the class where the log call occurs.\n message - String or object to be converted to string representation for display.\n context - Object to which the message applies.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "logType", "typeName": "UnityEngine.LogType" }, + { "name": "tag", "typeName": "string" }, + { "name": "message", "typeName": "object" } + ], + "isStatic": false, + "name": "Log", + "comment": "Logs message to the Unity Console using default logger.\n\n```plaintext\nParams: logType - The type of the log message.\n tag - Used to identify the source of a log message. It usually identifies the class where the log call occurs.\n message - String or object to be converted to string representation for display.\n context - Object to which the message applies.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "logType", "typeName": "UnityEngine.LogType" }, + { "name": "tag", "typeName": "string" }, + { "name": "message", "typeName": "object" }, + { "name": "context", "typeName": "UnityEngine.Object" } + ], + "isStatic": false, + "name": "Log", + "comment": "Logs message to the Unity Console using default logger.\n\n```plaintext\nParams: logType - The type of the log message.\n tag - Used to identify the source of a log message. It usually identifies the class where the log call occurs.\n message - String or object to be converted to string representation for display.\n context - Object to which the message applies.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "object" }], + "isStatic": false, + "name": "Log", + "comment": "Logs message to the Unity Console using default logger.\n\n```plaintext\nParams: logType - The type of the log message.\n tag - Used to identify the source of a log message. It usually identifies the class where the log call occurs.\n message - String or object to be converted to string representation for display.\n context - Object to which the message applies.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "tag", "typeName": "string" }, + { "name": "message", "typeName": "object" } + ], + "isStatic": false, + "name": "Log", + "comment": "Logs message to the Unity Console using default logger.\n\n```plaintext\nParams: logType - The type of the log message.\n tag - Used to identify the source of a log message. It usually identifies the class where the log call occurs.\n message - String or object to be converted to string representation for display.\n context - Object to which the message applies.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "tag", "typeName": "string" }, + { "name": "message", "typeName": "object" }, + { "name": "context", "typeName": "UnityEngine.Object" } + ], + "isStatic": false, + "name": "Log", + "comment": "Logs message to the Unity Console using default logger.\n\n```plaintext\nParams: logType - The type of the log message.\n tag - Used to identify the source of a log message. It usually identifies the class where the log call occurs.\n message - String or object to be converted to string representation for display.\n context - Object to which the message applies.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "tag", "typeName": "string" }, + { "name": "message", "typeName": "object" } + ], + "isStatic": false, + "name": "LogWarning", + "comment": "A variant of Logger.Log that logs an warning message.\n\n```plaintext\nParams: tag - Used to identify the source of a log message. It usually identifies the class where the log call occurs.\n message - String or object to be converted to string representation for display.\n context - Object to which the message applies.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "tag", "typeName": "string" }, + { "name": "message", "typeName": "object" }, + { "name": "context", "typeName": "UnityEngine.Object" } + ], + "isStatic": false, + "name": "LogWarning", + "comment": "A variant of Logger.Log that logs an warning message.\n\n```plaintext\nParams: tag - Used to identify the source of a log message. It usually identifies the class where the log call occurs.\n message - String or object to be converted to string representation for display.\n context - Object to which the message applies.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "tag", "typeName": "string" }, + { "name": "message", "typeName": "object" } + ], + "isStatic": false, + "name": "LogError", + "comment": "A variant of Logger.Log that logs an error message.\n\n```plaintext\nParams: tag - Used to identify the source of a log message. It usually identifies the class where the log call occurs.\n message - String or object to be converted to string representation for display.\n context - Object to which the message applies.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "tag", "typeName": "string" }, + { "name": "message", "typeName": "object" }, + { "name": "context", "typeName": "UnityEngine.Object" } + ], + "isStatic": false, + "name": "LogError", + "comment": "A variant of Logger.Log that logs an error message.\n\n```plaintext\nParams: tag - Used to identify the source of a log message. It usually identifies the class where the log call occurs.\n message - String or object to be converted to string representation for display.\n context - Object to which the message applies.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "exception", "typeName": "System.Exception" }], + "isStatic": false, + "name": "LogException", + "comment": "A variant of Logger.Log that logs an exception message.\n\n```plaintext\nParams: exception - Runtime Exception.\n context - Object to which the message applies.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "exception", "typeName": "System.Exception" }, + { "name": "context", "typeName": "UnityEngine.Object" } + ], + "isStatic": false, + "name": "LogException", + "comment": "A variant of Logger.Log that logs an exception message.\n\n```plaintext\nParams: exception - Runtime Exception.\n context - Object to which the message applies.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "logType", "typeName": "UnityEngine.LogType" }, + { "name": "format", "typeName": "string" }, + { "name": "args", "typeName": "object[]" } + ], + "isStatic": false, + "name": "LogFormat", + "comment": "Logs a formatted message.\n\n```plaintext\nParams: logType - The type of the log message.\n context - Object to which the message applies.\n format - A composite format string.\n args - Format arguments.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "logType", "typeName": "UnityEngine.LogType" }, + { "name": "context", "typeName": "UnityEngine.Object" }, + { "name": "format", "typeName": "string" }, + { "name": "args", "typeName": "object[]" } + ], + "isStatic": false, + "name": "LogFormat", + "comment": "Logs a formatted message.\n\n```plaintext\nParams: logType - The type of the log message.\n context - Object to which the message applies.\n format - A composite format string.\n args - Format arguments.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "Logger", + "comment": "Initializes a new instance of the Logger.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "RPC", + "comment": "Attribute for setting up RPC functions.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IEquatable", "IFormattable"], + "fields": [ + { + "typeName": "float", + "name": "r", + "comment": "Red component of the color.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "g", + "comment": "Green component of the color.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "b", + "comment": "Blue component of the color.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "a", + "comment": "Alpha component of the color (0 is transparent, 1 is opaque).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Color", + "name": "red", + "comment": "Solid red. RGBA is (1, 0, 0, 1).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Color", + "name": "green", + "comment": "Solid green. RGBA is (0, 1, 0, 1).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Color", + "name": "blue", + "comment": "Solid blue. RGBA is (0, 0, 1, 1).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Color", + "name": "white", + "comment": "Solid white. RGBA is (1, 1, 1, 1).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Color", + "name": "black", + "comment": "Solid black. RGBA is (0, 0, 0, 1).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Color", + "name": "yellow", + "comment": "Yellow. RGBA is (1, 0.92, 0.016, 1), but the color is nice to look at!\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Color", + "name": "cyan", + "comment": "Cyan. RGBA is (0, 1, 1, 1).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Color", + "name": "magenta", + "comment": "Magenta. RGBA is (1, 0, 1, 1).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Color", + "name": "gray", + "comment": "Gray. RGBA is (0.5, 0.5, 0.5, 1).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Color", + "name": "grey", + "comment": "English spelling for gray. RGBA is the same (0.5, 0.5, 0.5, 1).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Color", + "name": "clear", + "comment": "Completely transparent. RGBA is (0, 0, 0, 0).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "grayscale", + "comment": "The grayscale value of the color. (Read Only)\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Color", + "name": "linear", + "comment": "A linear value of an sRGB color.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Color", + "name": "gamma", + "comment": "A version of the color that has had the gamma curve applied.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "maxColorComponent", + "comment": "Returns the maximum color component value: Max(r,g,b).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "this[]", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "r", "typeName": "float" }, + { "name": "g", "typeName": "float" }, + { "name": "b", "typeName": "float" }, + { "name": "a", "typeName": "float" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Constructs a new Color with given r,g,b,a components.\n\n```plaintext\nParams: r - Red component.\n g - Green component.\n b - Blue component.\n a - Alpha component.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "r", "typeName": "float" }, + { "name": "g", "typeName": "float" }, + { "name": "b", "typeName": "float" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Constructs a new Color with given r,g,b components and sets a to 1.\n\n```plaintext\nParams: r - Red component.\n g - Green component.\n b - Blue component.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "Returns a formatted string of this color.\n\n```plaintext\nParams: format - A numeric format string.\n formatProvider - An object that specifies culture-specific formatting.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "format", "typeName": "string" }], + "isStatic": false, + "name": "ToString", + "comment": "Returns a formatted string of this color.\n\n```plaintext\nParams: format - A numeric format string.\n formatProvider - An object that specifies culture-specific formatting.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "format", "typeName": "string" }, + { "name": "formatProvider", "typeName": "System.IFormatProvider" } + ], + "isStatic": false, + "name": "ToString", + "comment": "Returns a formatted string of this color.\n\n```plaintext\nParams: format - A numeric format string.\n formatProvider - An object that specifies culture-specific formatting.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "other", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "other", "typeName": "UnityEngine.Color" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Color", + "params": [ + { "name": "a", "typeName": "UnityEngine.Color" }, + { "name": "b", "typeName": "UnityEngine.Color" } + ], + "isStatic": true, + "name": "op_Addition", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Color", + "params": [ + { "name": "a", "typeName": "UnityEngine.Color" }, + { "name": "b", "typeName": "UnityEngine.Color" } + ], + "isStatic": true, + "name": "op_Subtraction", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Color", + "params": [ + { "name": "a", "typeName": "UnityEngine.Color" }, + { "name": "b", "typeName": "UnityEngine.Color" } + ], + "isStatic": true, + "name": "op_Multiply", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Color", + "params": [ + { "name": "a", "typeName": "UnityEngine.Color" }, + { "name": "b", "typeName": "float" } + ], + "isStatic": true, + "name": "op_Multiply", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Color", + "params": [ + { "name": "b", "typeName": "float" }, + { "name": "a", "typeName": "UnityEngine.Color" } + ], + "isStatic": true, + "name": "op_Multiply", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Color", + "params": [ + { "name": "a", "typeName": "UnityEngine.Color" }, + { "name": "b", "typeName": "float" } + ], + "isStatic": true, + "name": "op_Division", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "lhs", "typeName": "UnityEngine.Color" }, + { "name": "rhs", "typeName": "UnityEngine.Color" } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "lhs", "typeName": "UnityEngine.Color" }, + { "name": "rhs", "typeName": "UnityEngine.Color" } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Color", + "params": [ + { "name": "a", "typeName": "UnityEngine.Color" }, + { "name": "b", "typeName": "UnityEngine.Color" }, + { "name": "t", "typeName": "float" } + ], + "isStatic": true, + "name": "Lerp", + "comment": "Linearly interpolates between colors a and b by t.\n\n```plaintext\nParams: a - Color a.\n b - Color b.\n t - Float for combining a and b.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Color", + "params": [ + { "name": "a", "typeName": "UnityEngine.Color" }, + { "name": "b", "typeName": "UnityEngine.Color" }, + { "name": "t", "typeName": "float" } + ], + "isStatic": true, + "name": "LerpUnclamped", + "comment": "Linearly interpolates between colors a and b by t.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector4", + "params": [{ "name": "c", "typeName": "UnityEngine.Color" }], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Color", + "params": [{ "name": "v", "typeName": "UnityEngine.Vector4" }], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "rgbColor", "typeName": "UnityEngine.Color" }, + { "name": "H", "typeName": "float" }, + { "name": "S", "typeName": "float" }, + { "name": "V", "typeName": "float" } + ], + "isStatic": true, + "name": "RGBToHSV", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Color", + "params": [ + { "name": "H", "typeName": "float" }, + { "name": "S", "typeName": "float" }, + { "name": "V", "typeName": "float" } + ], + "isStatic": true, + "name": "HSVToRGB", + "comment": "An opaque colour with HSV matching the input.\n\n```plaintext\nParams: H - Hue [0..1].\n S - Saturation [0..1].\n V - Brightness value [0..1].\n hdr - Output HDR colours. If true, the returned colour will not be clamped to [0..1].\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Color", + "params": [ + { "name": "H", "typeName": "float" }, + { "name": "S", "typeName": "float" }, + { "name": "V", "typeName": "float" }, + { "name": "hdr", "typeName": "bool" } + ], + "isStatic": true, + "name": "HSVToRGB", + "comment": "An opaque colour with HSV matching the input.\n\n```plaintext\nParams: H - Hue [0..1].\n S - Saturation [0..1].\n V - Brightness value [0..1].\n hdr - Output HDR colours. If true, the returned colour will not be clamped to [0..1].\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "Color", + "comment": "Representation of RGBA colors.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "useNat", + "comment": "Does this server require NAT punchthrough?\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "string", + "name": "gameType", + "comment": "The type of the game (like \"MyUniqueGameType\").\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "string", + "name": "gameName", + "comment": "The name of the game (like John Doe's Game).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "connectedPlayers", + "comment": "Currently connected players.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "playerLimit", + "comment": "Maximum players limit.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "string[]", + "name": "ip", + "comment": "Server IP address.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "port", + "comment": "Server port.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "passwordProtected", + "comment": "Does the server require a password?\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "string", + "name": "comment", + "comment": "A miscellaneous comment (can hold data).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "string", + "name": "guid", + "comment": "The GUID of the host, needed when connecting with NAT punchthrough.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "HostData", + "comment": "This is the data structure for holding individual host information.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IFormattable"], + "fields": [ + { + "typeName": "byte", + "name": "r", + "comment": "Red component of the color.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "byte", + "name": "g", + "comment": "Green component of the color.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "byte", + "name": "b", + "comment": "Blue component of the color.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "byte", + "name": "a", + "comment": "Alpha component of the color.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "byte", + "name": "this[]", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "r", "typeName": "byte" }, + { "name": "g", "typeName": "byte" }, + { "name": "b", "typeName": "byte" }, + { "name": "a", "typeName": "byte" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Constructs a new Color32 with given r, g, b, a components.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Color32", + "params": [{ "name": "c", "typeName": "UnityEngine.Color" }], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Color", + "params": [{ "name": "c", "typeName": "UnityEngine.Color32" }], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Color32", + "params": [ + { "name": "a", "typeName": "UnityEngine.Color32" }, + { "name": "b", "typeName": "UnityEngine.Color32" }, + { "name": "t", "typeName": "float" } + ], + "isStatic": true, + "name": "Lerp", + "comment": "Linearly interpolates between colors a and b by t.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Color32", + "params": [ + { "name": "a", "typeName": "UnityEngine.Color32" }, + { "name": "b", "typeName": "UnityEngine.Color32" }, + { "name": "t", "typeName": "float" } + ], + "isStatic": true, + "name": "LerpUnclamped", + "comment": "Linearly interpolates between colors a and b by t.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "Returns a formatted string for this color.\n\n```plaintext\nParams: format - A numeric format string.\n formatProvider - An object that specifies culture-specific formatting.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "format", "typeName": "string" }], + "isStatic": false, + "name": "ToString", + "comment": "Returns a formatted string for this color.\n\n```plaintext\nParams: format - A numeric format string.\n formatProvider - An object that specifies culture-specific formatting.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "format", "typeName": "string" }, + { "name": "formatProvider", "typeName": "System.IFormatProvider" } + ], + "isStatic": false, + "name": "ToString", + "comment": "Returns a formatted string for this color.\n\n```plaintext\nParams: format - A numeric format string.\n formatProvider - An object that specifies culture-specific formatting.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "Color32", + "comment": "Representation of RGBA colors in 32 bit format.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.XR", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IEquatable"], + "fields": [ + { + "typeName": "UnityEngine.XR.XRInputSubsystem", + "name": "subsystem", + "comment": "Gets the XRInputSubsystem that reported this InputDevice.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "bool", + "name": "isValid", + "comment": "Read Only. True if the device is currently a valid input device; otherwise false.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "string", + "name": "name", + "comment": "Read Only. The name of the device in the XR system. This is a platform provided unique identifier for the device.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.XR.InputDeviceRole", + "name": "role", + "comment": "Read Only. The InputDeviceRole of the device in the XR system. This is a platform provided description of how the device is used.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "string", + "name": "manufacturer", + "comment": "The manufacturer of the connected Input Device.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "string", + "name": "serialNumber", + "comment": "The serial number of the connected Input Device. Blank if no serial number is available.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.XR.InputDeviceCharacteristics", + "name": "characteristics", + "comment": "Read Only. A bitmask of enumerated flags describing the characteristics of this InputDevice.\n\n", + "location": "UnityEngine.XRModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "channel", "typeName": "uint" }, + { "name": "amplitude", "typeName": "float" }, + { "name": "duration", "typeName": "float" } + ], + "isStatic": false, + "name": "SendHapticImpulse", + "comment": "Returns true if successful. Returns false otherwise.\n\n```plaintext\nParams: channel - The channel to receive the impulse.\n amplitude - The normalized (0.0 to 1.0) amplitude value of the haptic impulse to play on the device.\n duration - The duration in seconds that the haptic impulse will play. Only supported on Oculus.\n \n```\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "channel", "typeName": "uint" }, + { "name": "buffer", "typeName": "byte[]" } + ], + "isStatic": false, + "name": "SendHapticBuffer", + "comment": "Returns true if successful. Returns false otherwise.\n\n```plaintext\nParams: channel - The channel to receive the data.\n buffer - A raw byte buffer that contains the haptic data to send to the device.\n \n```\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "capabilities", + "typeName": "UnityEngine.XR.HapticCapabilities" + } + ], + "isStatic": false, + "name": "TryGetHapticCapabilities", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "StopHaptics", + "comment": "Stop all haptic playback for a device.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "featureUsages", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "TryGetFeatureUsages", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "usage", + "typeName": "UnityEngine.XR.InputFeatureUsage" + }, + { "name": "value", "typeName": "bool" } + ], + "isStatic": false, + "name": "TryGetFeatureValue", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "usage", + "typeName": "UnityEngine.XR.InputFeatureUsage" + }, + { "name": "value", "typeName": "uint" } + ], + "isStatic": false, + "name": "TryGetFeatureValue", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "usage", + "typeName": "UnityEngine.XR.InputFeatureUsage" + }, + { "name": "value", "typeName": "float" } + ], + "isStatic": false, + "name": "TryGetFeatureValue", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "usage", + "typeName": "UnityEngine.XR.InputFeatureUsage" + }, + { "name": "value", "typeName": "UnityEngine.Vector2" } + ], + "isStatic": false, + "name": "TryGetFeatureValue", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "usage", + "typeName": "UnityEngine.XR.InputFeatureUsage" + }, + { "name": "value", "typeName": "UnityEngine.Vector3" } + ], + "isStatic": false, + "name": "TryGetFeatureValue", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "usage", + "typeName": "UnityEngine.XR.InputFeatureUsage" + }, + { "name": "value", "typeName": "UnityEngine.Quaternion" } + ], + "isStatic": false, + "name": "TryGetFeatureValue", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "usage", + "typeName": "UnityEngine.XR.InputFeatureUsage" + }, + { "name": "value", "typeName": "UnityEngine.XR.Hand" } + ], + "isStatic": false, + "name": "TryGetFeatureValue", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "usage", + "typeName": "UnityEngine.XR.InputFeatureUsage" + }, + { "name": "value", "typeName": "UnityEngine.XR.Bone" } + ], + "isStatic": false, + "name": "TryGetFeatureValue", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "usage", + "typeName": "UnityEngine.XR.InputFeatureUsage" + }, + { "name": "value", "typeName": "UnityEngine.XR.Eyes" } + ], + "isStatic": false, + "name": "TryGetFeatureValue", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "usage", + "typeName": "UnityEngine.XR.InputFeatureUsage" + }, + { "name": "value", "typeName": "byte[]" } + ], + "isStatic": false, + "name": "TryGetFeatureValue", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "usage", + "typeName": "UnityEngine.XR.InputFeatureUsage" + }, + { "name": "value", "typeName": "UnityEngine.XR.InputTrackingState" } + ], + "isStatic": false, + "name": "TryGetFeatureValue", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "usage", + "typeName": "UnityEngine.XR.InputFeatureUsage" + }, + { "name": "time", "typeName": "System.DateTime" }, + { "name": "value", "typeName": "bool" } + ], + "isStatic": false, + "name": "TryGetFeatureValue", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "usage", + "typeName": "UnityEngine.XR.InputFeatureUsage" + }, + { "name": "time", "typeName": "System.DateTime" }, + { "name": "value", "typeName": "uint" } + ], + "isStatic": false, + "name": "TryGetFeatureValue", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "usage", + "typeName": "UnityEngine.XR.InputFeatureUsage" + }, + { "name": "time", "typeName": "System.DateTime" }, + { "name": "value", "typeName": "float" } + ], + "isStatic": false, + "name": "TryGetFeatureValue", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "usage", + "typeName": "UnityEngine.XR.InputFeatureUsage" + }, + { "name": "time", "typeName": "System.DateTime" }, + { "name": "value", "typeName": "UnityEngine.Vector2" } + ], + "isStatic": false, + "name": "TryGetFeatureValue", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "usage", + "typeName": "UnityEngine.XR.InputFeatureUsage" + }, + { "name": "time", "typeName": "System.DateTime" }, + { "name": "value", "typeName": "UnityEngine.Vector3" } + ], + "isStatic": false, + "name": "TryGetFeatureValue", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "usage", + "typeName": "UnityEngine.XR.InputFeatureUsage" + }, + { "name": "time", "typeName": "System.DateTime" }, + { "name": "value", "typeName": "UnityEngine.Quaternion" } + ], + "isStatic": false, + "name": "TryGetFeatureValue", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "usage", + "typeName": "UnityEngine.XR.InputFeatureUsage" + }, + { "name": "time", "typeName": "System.DateTime" }, + { "name": "value", "typeName": "UnityEngine.XR.InputTrackingState" } + ], + "isStatic": false, + "name": "TryGetFeatureValue", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "other", "typeName": "UnityEngine.XR.InputDevice" } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "a", "typeName": "UnityEngine.XR.InputDevice" }, + { "name": "b", "typeName": "UnityEngine.XR.InputDevice" } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "a", "typeName": "UnityEngine.XR.InputDevice" }, + { "name": "b", "typeName": "UnityEngine.XR.InputDevice" } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "UnityEngine.XRModule.dll" + } + ], + "name": "InputDevice", + "comment": "Defines an input device in the XR input subsystem.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [ + { "name": "htmlString", "typeName": "string" }, + { "name": "color", "typeName": "UnityEngine.Color" } + ], + "isStatic": true, + "name": "TryParseHtmlString", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "color", "typeName": "UnityEngine.Color" }], + "isStatic": true, + "name": "ToHtmlStringRGB", + "comment": "Hexadecimal string representing the color.\n\n```plaintext\nParams: color - The color to be converted.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "color", "typeName": "UnityEngine.Color" }], + "isStatic": true, + "name": "ToHtmlStringRGBA", + "comment": "Hexadecimal string representing the color.\n\n```plaintext\nParams: color - The color to be converted.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "ColorUtility", + "comment": "A collection of common color functions.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.XR", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.XR.HandFinger", + "name": "Thumb", + "comment": "Thumb finger on a hand.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.XR.HandFinger", + "name": "Index", + "comment": "Index finger on a hand.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.XR.HandFinger", + "name": "Middle", + "comment": "Middle finger on a hand.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.XR.HandFinger", + "name": "Ring", + "comment": "Ring finger on a hand.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.XR.HandFinger", + "name": "Pinky", + "comment": "Pinky finger on a hand.\n\n", + "location": "UnityEngine.XRModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.XR.HandFinger", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.XRModule.dll" + } + ], + "name": "HandFinger", + "comment": "Enumeration describing the AR rendering mode used with XR.Hand.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Color", + "name": "color", + "comment": "Color of key.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "time", + "comment": "Time of the key (0 - 1).\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "col", "typeName": "UnityEngine.Color" }, + { "name": "time", "typeName": "float" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Gradient color key.\n\n```plaintext\nParams: color - Color of key.\n time - Time of the key (0 - 1).\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "GradientColorKey", + "comment": "Color key used by Gradient.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.XR", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IEquatable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "boneOut", "typeName": "UnityEngine.XR.Bone" }], + "isStatic": false, + "name": "TryGetRootBone", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "finger", "typeName": "UnityEngine.XR.HandFinger" }, + { + "name": "bonesOut", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "TryGetFingerBones", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "other", "typeName": "UnityEngine.XR.Hand" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "a", "typeName": "UnityEngine.XR.Hand" }, + { "name": "b", "typeName": "UnityEngine.XR.Hand" } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "a", "typeName": "UnityEngine.XR.Hand" }, + { "name": "b", "typeName": "UnityEngine.XR.Hand" } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "UnityEngine.XRModule.dll" + } + ], + "name": "Hand", + "comment": "A tracked hand on the device at an XR.XRNode in the XR input subsystem.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "float", + "name": "alpha", + "comment": "Alpha channel of key.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "time", + "comment": "Time of the key (0 - 1).\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "alpha", "typeName": "float" }, + { "name": "time", "typeName": "float" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Gradient alpha key.\n\n```plaintext\nParams: alpha - Alpha of key (0 - 1).\n time - Time of the key (0 - 1).\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "GradientAlphaKey", + "comment": "Alpha key used by Gradient.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "ipAddress", + "comment": "The IP address of the master server.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "port", + "comment": "The connection port of the master server.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "updateRate", + "comment": "Set the minimum update rate for master server host information update.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "dedicatedServer", + "comment": "Report this machine as a dedicated server.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "gameTypeName", "typeName": "string" }], + "isStatic": true, + "name": "RequestHostList", + "comment": "Request a host list from the master server.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": true, + "name": "PollHostList", + "comment": "Check for the latest host list received by using MasterServer.RequestHostList.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "gameTypeName", "typeName": "string" }, + { "name": "gameName", "typeName": "string" } + ], + "isStatic": true, + "name": "RegisterHost", + "comment": "Register this server on the master server.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "gameTypeName", "typeName": "string" }, + { "name": "gameName", "typeName": "string" }, + { "name": "comment", "typeName": "string" } + ], + "isStatic": true, + "name": "RegisterHost", + "comment": "Register this server on the master server.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "UnregisterHost", + "comment": "Unregister this server from the master server.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "ClearHostList", + "comment": "Clear the host list which was received by MasterServer.PollHostList.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "MasterServer", + "comment": "The Master Server is used to make matchmaking between servers and clients easy.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.XR", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IEquatable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "position", "typeName": "UnityEngine.Vector3" }], + "isStatic": false, + "name": "TryGetLeftEyePosition", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "position", "typeName": "UnityEngine.Vector3" }], + "isStatic": false, + "name": "TryGetRightEyePosition", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "rotation", "typeName": "UnityEngine.Quaternion" } + ], + "isStatic": false, + "name": "TryGetLeftEyeRotation", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "rotation", "typeName": "UnityEngine.Quaternion" } + ], + "isStatic": false, + "name": "TryGetRightEyeRotation", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "fixationPoint", "typeName": "UnityEngine.Vector3" } + ], + "isStatic": false, + "name": "TryGetFixationPoint", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "openAmount", "typeName": "float" }], + "isStatic": false, + "name": "TryGetLeftEyeOpenAmount", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "openAmount", "typeName": "float" }], + "isStatic": false, + "name": "TryGetRightEyeOpenAmount", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "other", "typeName": "UnityEngine.XR.Eyes" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "a", "typeName": "UnityEngine.XR.Eyes" }, + { "name": "b", "typeName": "UnityEngine.XR.Eyes" } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "a", "typeName": "UnityEngine.XR.Eyes" }, + { "name": "b", "typeName": "UnityEngine.XR.Eyes" } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "UnityEngine.XRModule.dll" + } + ], + "name": "Eyes", + "comment": "Contains eye tracking data from the device at an XR.XRNode in the XR input subsystem.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.GradientMode", + "name": "Blend", + "comment": "Find the 2 keys adjacent to the requested evaluation time, and linearly interpolate between them to obtain a blended color.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.GradientMode", + "name": "Fixed", + "comment": "Return a fixed color, by finding the first key whose time value is greater than the requested evaluation time.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.GradientMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "GradientMode", + "comment": "Select how gradients will be evaluated.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "double", + "name": "timestamp", + "comment": "The time stamp when the Message was sent in seconds.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.NetworkPlayer", + "name": "sender", + "comment": "The player who sent this network message (owner).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.NetworkView", + "name": "networkView", + "comment": "The NetworkView who sent this message.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "NetworkMessageInfo", + "comment": "This data structure contains information on a message just received from the network.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.XR", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IEquatable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "position", "typeName": "UnityEngine.Vector3" }], + "isStatic": false, + "name": "TryGetPosition", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "rotation", "typeName": "UnityEngine.Quaternion" } + ], + "isStatic": false, + "name": "TryGetRotation", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "parentBone", "typeName": "UnityEngine.XR.Bone" } + ], + "isStatic": false, + "name": "TryGetParentBone", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "childBones", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "TryGetChildBones", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "other", "typeName": "UnityEngine.XR.Bone" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "a", "typeName": "UnityEngine.XR.Bone" }, + { "name": "b", "typeName": "UnityEngine.XR.Bone" } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "a", "typeName": "UnityEngine.XR.Bone" }, + { "name": "b", "typeName": "UnityEngine.XR.Bone" } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "UnityEngine.XRModule.dll" + } + ], + "name": "Bone", + "comment": "A tracked bone on the device at an XR.XRNode in the XR input subsystem.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "object", + "attribute": "", + "interfaces": ["IEquatable"], + "fields": [ + { + "typeName": "UnityEngine.GradientColorKey[]", + "name": "colorKeys", + "comment": "All color keys defined in the gradient.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.GradientAlphaKey[]", + "name": "alphaKeys", + "comment": "All alpha keys defined in the gradient.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.GradientMode", + "name": "mode", + "comment": "Control how the gradient is evaluated.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Create a new Gradient object.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Color", + "params": [{ "name": "time", "typeName": "float" }], + "isStatic": false, + "name": "Evaluate", + "comment": "Calculate color at a given time.\n\n```plaintext\nParams: time - Time of the key (0 - 1).\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "colorKeys", + "typeName": "UnityEngine.GradientColorKey[]" + }, + { + "name": "alphaKeys", + "typeName": "UnityEngine.GradientAlphaKey[]" + } + ], + "isStatic": false, + "name": "SetKeys", + "comment": "Setup Gradient with an array of color keys and alpha keys.\n\n```plaintext\nParams: colorKeys - Color keys of the gradient (maximum 8 color keys).\n alphaKeys - Alpha keys of the gradient (maximum 8 alpha keys).\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "o", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "other", "typeName": "UnityEngine.Gradient" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "Gradient", + "comment": "Gradient used for animating colors.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "isDone", + "comment": "Has the ping function completed?\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "time", + "comment": "This property contains the ping time result after isDone returns true.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "string", + "name": "ip", + "comment": "The IP target of the ping.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "address", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "Perform a ping to the supplied target IP address.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "DestroyPing", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "Ping", + "comment": "Ping any given IP address (given in dot notation).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.XR", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Action", + "name": "deviceConnected", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "System.Action", + "name": "deviceDisconnected", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "System.Action", + "name": "deviceConfigChanged", + "comment": "", + "location": "UnityEngine.XRModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "InputDevice", + "params": [{ "name": "node", "typeName": "UnityEngine.XR.XRNode" }], + "isStatic": true, + "name": "GetDeviceAtXRNode", + "comment": "An XR.InputDevice at this [[XR.XRNode].\n\n```plaintext\nParams: node - The XRNode that owns the requested device.\n \n```\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "node", "typeName": "UnityEngine.XR.XRNode" }, + { + "name": "inputDevices", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": true, + "name": "GetDevicesAtXRNode", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "inputDevices", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": true, + "name": "GetDevices", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "role", "typeName": "UnityEngine.XR.InputDeviceRole" }, + { + "name": "inputDevices", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": true, + "name": "GetDevicesWithRole", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "desiredCharacteristics", + "typeName": "UnityEngine.XR.InputDeviceCharacteristics" + }, + { + "name": "inputDevices", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": true, + "name": "GetDevicesWithCharacteristics", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Action" + } + ], + "isStatic": true, + "name": "add_deviceConnected", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Action" + } + ], + "isStatic": true, + "name": "remove_deviceConnected", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Action" + } + ], + "isStatic": true, + "name": "add_deviceDisconnected", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Action" + } + ], + "isStatic": true, + "name": "remove_deviceDisconnected", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Action" + } + ], + "isStatic": true, + "name": "add_deviceConfigChanged", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Action" + } + ], + "isStatic": true, + "name": "remove_deviceConfigChanged", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.XRModule.dll" + } + ], + "name": "InputDevices", + "comment": "An interface for accessing devices in the XR input subsytem.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Exception", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "error", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "PlayerPrefsException", + "comment": "An exception thrown by the PlayerPrefs class in a web player build.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "key", "typeName": "string" }, + { "name": "value", "typeName": "int" } + ], + "isStatic": true, + "name": "SetInt", + "comment": "Sets a single integer value for the preference identified by the given key. You can use PlayerPrefs.GetInt to retrieve this value.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "key", "typeName": "string" }, + { "name": "defaultValue", "typeName": "int" } + ], + "isStatic": true, + "name": "GetInt", + "comment": "Returns the value corresponding to key in the preference file if it exists.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "key", "typeName": "string" }], + "isStatic": true, + "name": "GetInt", + "comment": "Returns the value corresponding to key in the preference file if it exists.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "key", "typeName": "string" }, + { "name": "value", "typeName": "float" } + ], + "isStatic": true, + "name": "SetFloat", + "comment": "Sets the float value of the preference identified by the given key. You can use PlayerPrefs.GetFloat to retrieve this value.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Single", + "params": [ + { "name": "key", "typeName": "string" }, + { "name": "defaultValue", "typeName": "float" } + ], + "isStatic": true, + "name": "GetFloat", + "comment": "Returns the value corresponding to key in the preference file if it exists.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "key", "typeName": "string" }], + "isStatic": true, + "name": "GetFloat", + "comment": "Returns the value corresponding to key in the preference file if it exists.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "key", "typeName": "string" }, + { "name": "value", "typeName": "string" } + ], + "isStatic": true, + "name": "SetString", + "comment": "Sets a single string value for the preference identified by the given key. You can use PlayerPrefs.GetString to retrieve this value.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "key", "typeName": "string" }, + { "name": "defaultValue", "typeName": "string" } + ], + "isStatic": true, + "name": "GetString", + "comment": "Returns the value corresponding to key in the preference file if it exists.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "key", "typeName": "string" }], + "isStatic": true, + "name": "GetString", + "comment": "Returns the value corresponding to key in the preference file if it exists.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "key", "typeName": "string" }], + "isStatic": true, + "name": "HasKey", + "comment": "Returns true if the given key exists in PlayerPrefs, otherwise returns false.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "key", "typeName": "string" }], + "isStatic": true, + "name": "DeleteKey", + "comment": "Removes the given key from the PlayerPrefs. If the key does not exist, DeleteKey has no impact.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "DeleteAll", + "comment": "Removes all keys and values from the preferences. Use with caution.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "Save", + "comment": "Writes all modified preferences to disk.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "PlayerPrefs", + "comment": "`PlayerPrefs` is a class that stores Player preferences between game sessions. It can store string, float and integer values into the user’s platform registry.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "int", + "name": "order", + "comment": "Optional field to specify the order that multiple DecorationDrawers should be drawn in.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [], + "name": "PropertyAttribute", + "comment": "Base class to derive custom property attributes from. Use this to create custom attributes for script variables.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.PropertyAttribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "string", + "name": "name", + "comment": "The name of the context menu item.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "string", + "name": "function", + "comment": "The name of the function that should be called.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "function", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Use this attribute to add a context menu to a field that calls a named method.\n\n```plaintext\nParams: name - The name of the context menu item.\n function - The name of the function that should be called.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "ContextMenuItemAttribute", + "comment": "Use this attribute to add a context menu to a field that calls a named method.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.PropertyAttribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "string", + "name": "displayName", + "comment": "Name to display in the Inspector.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "displayName", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "Specify a display name for an enum value.\n\n```plaintext\nParams: displayName - The name to display.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "InspectorNameAttribute", + "comment": "Use this attribute on enum value declarations to change the display name shown in the Inspector.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.PropertyAttribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "string", + "name": "tooltip", + "comment": "The tooltip text.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "tooltip", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "Specify a tooltip for a field.\n\n```plaintext\nParams: tooltip - The tooltip text.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "TooltipAttribute", + "comment": "Specify a tooltip for a field in the Inspector window.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.PropertyAttribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "float", + "name": "height", + "comment": "The spacing in pixels.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "height", "typeName": "float" }], + "isStatic": false, + "name": ".ctor", + "comment": "Use this DecoratorDrawer to add some spacing in the Inspector.\n\n```plaintext\nParams: height - The spacing in pixels.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "SpaceAttribute", + "comment": "Use this PropertyAttribute to add some spacing in the Inspector.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.PropertyAttribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "string", + "name": "header", + "comment": "The header text.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "header", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "Add a header above some fields in the Inspector.\n\n```plaintext\nParams: header - The header text.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "HeaderAttribute", + "comment": "Use this PropertyAttribute to add a header above some fields in the Inspector.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.PropertyAttribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "float", + "name": "min", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "max", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "min", "typeName": "float" }, + { "name": "max", "typeName": "float" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Attribute used to make a float or int variable in a script be restricted to a specific range.\n\n```plaintext\nParams: min - The minimum allowed value.\n max - The maximum allowed value.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "RangeAttribute", + "comment": "Attribute used to make a float or int variable in a script be restricted to a specific range.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.PropertyAttribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "float", + "name": "min", + "comment": "The minimum allowed value.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "min", "typeName": "float" }], + "isStatic": false, + "name": ".ctor", + "comment": "Attribute used to make a float or int variable in a script be restricted to a specific minimum value.\n\n```plaintext\nParams: min - The minimum allowed value.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "MinAttribute", + "comment": "Attribute used to make a float or int variable in a script be restricted to a specific minimum value.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.PropertyAttribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "int", + "name": "lines", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Attribute used to make a string value be shown in a multiline textarea.\n\n```plaintext\nParams: lines - How many lines of text to make room for. Default is 3.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "lines", "typeName": "int" }], + "isStatic": false, + "name": ".ctor", + "comment": "Attribute used to make a string value be shown in a multiline textarea.\n\n```plaintext\nParams: lines - How many lines of text to make room for. Default is 3.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "MultilineAttribute", + "comment": "Attribute to make a string be edited with a multi-line textfield.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.PropertyAttribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "int", + "name": "minLines", + "comment": "The minimum amount of lines the text area will use.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "maxLines", + "comment": "The maximum amount of lines the text area can show before it starts using a scrollbar.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Attribute to make a string be edited with a height-flexible and scrollable text area.\n\n```plaintext\nParams: minLines - The minimum amount of lines the text area will use.\n maxLines - The maximum amount of lines the text area can show before it starts using a scrollbar.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "minLines", "typeName": "int" }, + { "name": "maxLines", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Attribute to make a string be edited with a height-flexible and scrollable text area.\n\n```plaintext\nParams: minLines - The minimum amount of lines the text area will use.\n maxLines - The maximum amount of lines the text area can show before it starts using a scrollbar.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "TextAreaAttribute", + "comment": "Attribute to make a string be edited with a height-flexible and scrollable text area.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.PropertyAttribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "bool", + "name": "showAlpha", + "comment": "If false then the alpha bar is hidden in the ColorField and the alpha value is not shown in the Color Picker.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "hdr", + "comment": "If set to true the Color is treated as a HDR color.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "minBrightness", + "comment": "Minimum allowed HDR color component value when using the Color Picker.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "maxBrightness", + "comment": "Maximum allowed HDR color component value when using the HDR Color Picker.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "minExposureValue", + "comment": "Minimum exposure value allowed in the HDR Color Picker.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "maxExposureValue", + "comment": "Maximum exposure value allowed in the HDR Color Picker.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "showAlpha", "typeName": "bool" }], + "isStatic": false, + "name": ".ctor", + "comment": "Attribute for Color fields. Used for configuring the GUI for the color.\n\n```plaintext\nParams: showAlpha - If false then the alpha channel info is hidden both in the ColorField and in the Color Picker.\n hdr - Set to true if the color should be treated as a HDR color (default value: false).\n minBrightness - Minimum allowed HDR color component value when using the HDR Color Picker (default value: 0).\n maxBrightness - Maximum allowed HDR color component value when using the HDR Color Picker (default value: 8).\n minExposureValue - Minimum exposure value allowed in the HDR Color Picker (default value: 1/8 = 0.125).\n maxExposureValue - Maximum exposure value allowed in the HDR Color Picker (default value: 3).\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "showAlpha", "typeName": "bool" }, + { "name": "hdr", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Attribute for Color fields. Used for configuring the GUI for the color.\n\n```plaintext\nParams: showAlpha - If false then the alpha channel info is hidden both in the ColorField and in the Color Picker.\n hdr - Set to true if the color should be treated as a HDR color (default value: false).\n minBrightness - Minimum allowed HDR color component value when using the HDR Color Picker (default value: 0).\n maxBrightness - Maximum allowed HDR color component value when using the HDR Color Picker (default value: 8).\n minExposureValue - Minimum exposure value allowed in the HDR Color Picker (default value: 1/8 = 0.125).\n maxExposureValue - Maximum exposure value allowed in the HDR Color Picker (default value: 3).\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "showAlpha", "typeName": "bool" }, + { "name": "hdr", "typeName": "bool" }, + { "name": "minBrightness", "typeName": "float" }, + { "name": "maxBrightness", "typeName": "float" }, + { "name": "minExposureValue", "typeName": "float" }, + { "name": "maxExposureValue", "typeName": "float" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Attribute for Color fields. Used for configuring the GUI for the color.\n\n```plaintext\nParams: showAlpha - If false then the alpha channel info is hidden both in the ColorField and in the Color Picker.\n hdr - Set to true if the color should be treated as a HDR color (default value: false).\n minBrightness - Minimum allowed HDR color component value when using the HDR Color Picker (default value: 0).\n maxBrightness - Maximum allowed HDR color component value when using the HDR Color Picker (default value: 8).\n minExposureValue - Minimum exposure value allowed in the HDR Color Picker (default value: 1/8 = 0.125).\n maxExposureValue - Maximum exposure value allowed in the HDR Color Picker (default value: 3).\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "ColorUsageAttribute", + "comment": "Attribute used to configure the usage of the ColorField and Color Picker for a color.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.PropertyAttribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "bool", + "name": "hdr", + "comment": "If set to true the Gradient uses HDR colors.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.ColorSpace", + "name": "colorSpace", + "comment": "The color space the Gradient uses.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "hdr", "typeName": "bool" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "hdr", "typeName": "bool" }, + { "name": "colorSpace", "typeName": "UnityEngine.ColorSpace" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Attribute for gradient fields. Used to configure the GUI for the Gradient Editor.\n\n```plaintext\nParams: hdr - Set to true if the colors should be treated as HDR colors (default value: false).\n colorSpace - The colors should be treated as from this color space (default value: ColorSpace.Gamma).\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "GradientUsageAttribute", + "comment": "Attribute used to configure the usage of the GradientField and Gradient Editor for a gradient.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.PropertyAttribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Attribute used to make a float, int, or string variable in a script be delayed.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "DelayedAttribute", + "comment": "Attribute used to make a float, int, or string variable in a script be delayed.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.PropertyAttribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "NonReorderableAttribute", + "comment": "Disables reordering of an array or list in the Inspector window.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IEquatable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "Initializes the PropertyName using a string.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "other", "typeName": "UnityEngine.PropertyName" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "id", "typeName": "int" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "prop", "typeName": "UnityEngine.PropertyName" } + ], + "isStatic": true, + "name": "IsNullOrEmpty", + "comment": "Indicates whether the specified PropertyName is an Empty string.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "lhs", "typeName": "UnityEngine.PropertyName" }, + { "name": "rhs", "typeName": "UnityEngine.PropertyName" } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "lhs", "typeName": "UnityEngine.PropertyName" }, + { "name": "rhs", "typeName": "UnityEngine.PropertyName" } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "Returns the hash code for this PropertyName.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "other", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "Determines whether this instance and a specified object, which must also be a PropertyName object, have the same value.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "other", "typeName": "UnityEngine.PropertyName" } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "PropertyName", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "PropertyName", + "params": [{ "name": "id", "typeName": "int" }], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "For debugging purposes only. Returns the string value representing the string in the Editor.\nReturns \"UnityEngine.PropertyName\" in the player.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "PropertyName", + "comment": "Represents a string as an int for efficient lookup and comparison. Use this for common PropertyNames.\n\nInternally stores just an int to represent the string. A PropertyName can be created from a string but can not be converted back to a string. The same string always results in the same int representing that string. Thus this is a very efficient string representation in both memory and speed when all you need is comparison.\n\nPropertyName is serializable.\n\nToString() is only implemented for debugging purposes in the editor it returns \"theName:3737\" in the player it returns \"Unknown:3737\".\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Random.State", + "name": "state", + "comment": "Gets or sets the full internal state of the random number generator.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "value", + "comment": "Returns a random float within [0.0..1.0] (range is inclusive) (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "insideUnitSphere", + "comment": "Returns a random point inside or on a sphere with radius 1.0 (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "insideUnitCircle", + "comment": "Returns a random point inside or on a circle with radius 1.0 (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "onUnitSphere", + "comment": "Returns a random point on the surface of a sphere with radius 1.0 (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Quaternion", + "name": "rotation", + "comment": "Returns a random rotation (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Quaternion", + "name": "rotationUniform", + "comment": "Returns a random rotation with uniform distribution (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "seed", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "seed", "typeName": "int" }], + "isStatic": true, + "name": "InitState", + "comment": "Initializes the random number generator state with a seed.\n\n```plaintext\nParams: seed - Seed used to initialize the random number generator.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Single", + "params": [ + { "name": "minInclusive", "typeName": "float" }, + { "name": "maxInclusive", "typeName": "float" } + ], + "isStatic": true, + "name": "Range", + "comment": "Returns a random float within [minInclusive..maxInclusive] (range is inclusive).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "minInclusive", "typeName": "int" }, + { "name": "maxExclusive", "typeName": "int" } + ], + "isStatic": true, + "name": "Range", + "comment": "Return a random int within [minInclusive..maxExclusive) (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Single", + "params": [ + { "name": "min", "typeName": "float" }, + { "name": "max", "typeName": "float" } + ], + "isStatic": true, + "name": "RandomRange", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "min", "typeName": "int" }, + { "name": "max", "typeName": "int" } + ], + "isStatic": true, + "name": "RandomRange", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Color", + "params": [], + "isStatic": true, + "name": "ColorHSV", + "comment": "A random color with HSV and alpha values in the (inclusive) input ranges. Values for each component are derived via linear interpolation of value.\n\n```plaintext\nParams: hueMin - Minimum hue [0..1].\n hueMax - Maximum hue [0..1].\n saturationMin - Minimum saturation [0..1].\n saturationMax - Maximum saturation [0..1].\n valueMin - Minimum value [0..1].\n valueMax - Maximum value [0..1].\n alphaMin - Minimum alpha [0..1].\n alphaMax - Maximum alpha [0..1].\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Color", + "params": [ + { "name": "hueMin", "typeName": "float" }, + { "name": "hueMax", "typeName": "float" } + ], + "isStatic": true, + "name": "ColorHSV", + "comment": "A random color with HSV and alpha values in the (inclusive) input ranges. Values for each component are derived via linear interpolation of value.\n\n```plaintext\nParams: hueMin - Minimum hue [0..1].\n hueMax - Maximum hue [0..1].\n saturationMin - Minimum saturation [0..1].\n saturationMax - Maximum saturation [0..1].\n valueMin - Minimum value [0..1].\n valueMax - Maximum value [0..1].\n alphaMin - Minimum alpha [0..1].\n alphaMax - Maximum alpha [0..1].\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Color", + "params": [ + { "name": "hueMin", "typeName": "float" }, + { "name": "hueMax", "typeName": "float" }, + { "name": "saturationMin", "typeName": "float" }, + { "name": "saturationMax", "typeName": "float" } + ], + "isStatic": true, + "name": "ColorHSV", + "comment": "A random color with HSV and alpha values in the (inclusive) input ranges. Values for each component are derived via linear interpolation of value.\n\n```plaintext\nParams: hueMin - Minimum hue [0..1].\n hueMax - Maximum hue [0..1].\n saturationMin - Minimum saturation [0..1].\n saturationMax - Maximum saturation [0..1].\n valueMin - Minimum value [0..1].\n valueMax - Maximum value [0..1].\n alphaMin - Minimum alpha [0..1].\n alphaMax - Maximum alpha [0..1].\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Color", + "params": [ + { "name": "hueMin", "typeName": "float" }, + { "name": "hueMax", "typeName": "float" }, + { "name": "saturationMin", "typeName": "float" }, + { "name": "saturationMax", "typeName": "float" }, + { "name": "valueMin", "typeName": "float" }, + { "name": "valueMax", "typeName": "float" } + ], + "isStatic": true, + "name": "ColorHSV", + "comment": "A random color with HSV and alpha values in the (inclusive) input ranges. Values for each component are derived via linear interpolation of value.\n\n```plaintext\nParams: hueMin - Minimum hue [0..1].\n hueMax - Maximum hue [0..1].\n saturationMin - Minimum saturation [0..1].\n saturationMax - Maximum saturation [0..1].\n valueMin - Minimum value [0..1].\n valueMax - Maximum value [0..1].\n alphaMin - Minimum alpha [0..1].\n alphaMax - Maximum alpha [0..1].\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Color", + "params": [ + { "name": "hueMin", "typeName": "float" }, + { "name": "hueMax", "typeName": "float" }, + { "name": "saturationMin", "typeName": "float" }, + { "name": "saturationMax", "typeName": "float" }, + { "name": "valueMin", "typeName": "float" }, + { "name": "valueMax", "typeName": "float" }, + { "name": "alphaMin", "typeName": "float" }, + { "name": "alphaMax", "typeName": "float" } + ], + "isStatic": true, + "name": "ColorHSV", + "comment": "A random color with HSV and alpha values in the (inclusive) input ranges. Values for each component are derived via linear interpolation of value.\n\n```plaintext\nParams: hueMin - Minimum hue [0..1].\n hueMax - Maximum hue [0..1].\n saturationMin - Minimum saturation [0..1].\n saturationMax - Maximum saturation [0..1].\n valueMin - Minimum value [0..1].\n valueMax - Maximum value [0..1].\n alphaMin - Minimum alpha [0..1].\n alphaMax - Maximum alpha [0..1].\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "Random", + "comment": "Easily generate random data for games.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.Component", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "enabled", + "comment": "Enabled Behaviours are Updated, disabled Behaviours are not.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "isActiveAndEnabled", + "comment": "Has the Behaviour had active and enabled called?\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "Behaviour", + "comment": "Behaviours are Components that can be enabled or disabled.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.Object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Transform", + "name": "transform", + "comment": "The Transform attached to this GameObject.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.GameObject", + "name": "gameObject", + "comment": "The game object this component is attached to. A component is always attached to a game object.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "string", + "name": "tag", + "comment": "The tag of this game object.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Component", + "name": "rigidbody", + "comment": "The Rigidbody attached to this GameObject. (Null if there is none attached).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Component", + "name": "rigidbody2D", + "comment": "The Rigidbody2D that is attached to the Component's GameObject.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Component", + "name": "camera", + "comment": "The Camera attached to this GameObject. (Null if there is none attached).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Component", + "name": "light", + "comment": "The Light attached to this GameObject. (Null if there is none attached).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Component", + "name": "animation", + "comment": "The Animation attached to this GameObject. (Null if there is none attached).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Component", + "name": "constantForce", + "comment": "The ConstantForce attached to this GameObject. (Null if there is none attached).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Component", + "name": "renderer", + "comment": "The Renderer attached to this GameObject. (Null if there is none attached).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Component", + "name": "audio", + "comment": "The AudioSource attached to this GameObject. (Null if there is none attached).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Component", + "name": "networkView", + "comment": "The NetworkView attached to this GameObject (Read Only). (null if there is none attached).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Component", + "name": "collider", + "comment": "The Collider attached to this GameObject. (Null if there is none attached).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Component", + "name": "collider2D", + "comment": "The Collider2D component attached to the object.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Component", + "name": "hingeJoint", + "comment": "The HingeJoint attached to this GameObject. (Null if there is none attached).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Component", + "name": "particleSystem", + "comment": "The ParticleSystem attached to this GameObject. (Null if there is none attached).\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Component", + "params": [{ "name": "type", "typeName": "System.Type" }], + "isStatic": false, + "name": "GetComponent", + "comment": "Returns the component of Type type if the GameObject has one attached, null if it doesn't. Will also return disabled components.\n\n```plaintext\nParams: type - The type of Component to retrieve.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "T", + "params": [], + "isStatic": false, + "name": "GetComponent", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { "name": "component", "typeName": "UnityEngine.Component" } + ], + "isStatic": false, + "name": "TryGetComponent", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "component", "typeName": "T" }], + "isStatic": false, + "name": "TryGetComponent", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Component", + "params": [{ "name": "type", "typeName": "string" }], + "isStatic": false, + "name": "GetComponent", + "comment": "Returns the component with name type if the GameObject has one attached, null if it doesn't.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Component", + "params": [ + { "name": "t", "typeName": "System.Type" }, + { "name": "includeInactive", "typeName": "bool" } + ], + "isStatic": false, + "name": "GetComponentInChildren", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Component", + "params": [{ "name": "t", "typeName": "System.Type" }], + "isStatic": false, + "name": "GetComponentInChildren", + "comment": "A component of the matching type, if found.\n\n```plaintext\nParams: t - The type of Component to retrieve.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "T", + "params": [{ "name": "includeInactive", "typeName": "bool" }], + "isStatic": false, + "name": "GetComponentInChildren", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "T", + "params": [], + "isStatic": false, + "name": "GetComponentInChildren", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "t", "typeName": "System.Type" }, + { "name": "includeInactive", "typeName": "bool" } + ], + "isStatic": false, + "name": "GetComponentsInChildren", + "comment": "Returns all components of Type type in the GameObject or any of its children using depth first search. Works recursively.\n\n```plaintext\nParams: t - The type of Component to retrieve.\n includeInactive - Should Components on inactive GameObjects be included in the found set? includeInactive decides which children of the GameObject will be searched. The GameObject that you call GetComponentsInChildren on is always searched regardless. Default is false.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "t", "typeName": "System.Type" }], + "isStatic": false, + "name": "GetComponentsInChildren", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "includeInactive", "typeName": "bool" }], + "isStatic": false, + "name": "GetComponentsInChildren", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "includeInactive", "typeName": "bool" }, + { + "name": "result", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "GetComponentsInChildren", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetComponentsInChildren", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "results", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "GetComponentsInChildren", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Component", + "params": [{ "name": "t", "typeName": "System.Type" }], + "isStatic": false, + "name": "GetComponentInParent", + "comment": "A component of the matching type, if found.\n\n```plaintext\nParams: t - The type of Component to retrieve.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "T", + "params": [], + "isStatic": false, + "name": "GetComponentInParent", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "t", "typeName": "System.Type" }, + { "name": "includeInactive", "typeName": "bool" } + ], + "isStatic": false, + "name": "GetComponentsInParent", + "comment": "Returns all components of Type type in the GameObject or any of its parents.\n\n```plaintext\nParams: t - The type of Component to retrieve.\n includeInactive - Should inactive Components be included in the found set?\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "t", "typeName": "System.Type" }], + "isStatic": false, + "name": "GetComponentsInParent", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "includeInactive", "typeName": "bool" }], + "isStatic": false, + "name": "GetComponentsInParent", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "includeInactive", "typeName": "bool" }, + { + "name": "results", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "GetComponentsInParent", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetComponentsInParent", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "type", "typeName": "System.Type" }], + "isStatic": false, + "name": "GetComponents", + "comment": "Returns all components of Type type in the GameObject.\n\n```plaintext\nParams: type - The type of Component to retrieve.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { + "name": "results", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "GetComponents", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "results", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "GetComponents", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetComponents", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "tag", "typeName": "string" }], + "isStatic": false, + "name": "CompareTag", + "comment": "Is this game object tagged with tag ?\n\n```plaintext\nParams: tag - The tag to compare.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "methodName", "typeName": "string" }, + { "name": "value", "typeName": "object" }, + { "name": "options", "typeName": "UnityEngine.SendMessageOptions" } + ], + "isStatic": false, + "name": "SendMessageUpwards", + "comment": "Calls the method named methodName on every MonoBehaviour in this game object and on every ancestor of the behaviour.\n\n```plaintext\nParams: methodName - Name of method to call.\n value - Optional parameter value for the method.\n options - Should an error be raised if the method does not exist on the target object?\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "methodName", "typeName": "string" }, + { "name": "value", "typeName": "object" } + ], + "isStatic": false, + "name": "SendMessageUpwards", + "comment": "Calls the method named methodName on every MonoBehaviour in this game object and on every ancestor of the behaviour.\n\n```plaintext\nParams: methodName - Name of method to call.\n value - Optional parameter value for the method.\n options - Should an error be raised if the method does not exist on the target object?\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "methodName", "typeName": "string" }], + "isStatic": false, + "name": "SendMessageUpwards", + "comment": "Calls the method named methodName on every MonoBehaviour in this game object and on every ancestor of the behaviour.\n\n```plaintext\nParams: methodName - Name of method to call.\n value - Optional parameter value for the method.\n options - Should an error be raised if the method does not exist on the target object?\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "methodName", "typeName": "string" }, + { "name": "options", "typeName": "UnityEngine.SendMessageOptions" } + ], + "isStatic": false, + "name": "SendMessageUpwards", + "comment": "Calls the method named methodName on every MonoBehaviour in this game object and on every ancestor of the behaviour.\n\n```plaintext\nParams: methodName - Name of method to call.\n value - Optional parameter value for the method.\n options - Should an error be raised if the method does not exist on the target object?\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "methodName", "typeName": "string" }, + { "name": "value", "typeName": "object" } + ], + "isStatic": false, + "name": "SendMessage", + "comment": "Calls the method named methodName on every MonoBehaviour in this game object.\n\n```plaintext\nParams: methodName - Name of the method to call.\n value - Optional parameter for the method.\n options - Should an error be raised if the target object doesn't implement the method for the message?\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "methodName", "typeName": "string" }], + "isStatic": false, + "name": "SendMessage", + "comment": "Calls the method named methodName on every MonoBehaviour in this game object.\n\n```plaintext\nParams: methodName - Name of the method to call.\n value - Optional parameter for the method.\n options - Should an error be raised if the target object doesn't implement the method for the message?\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "methodName", "typeName": "string" }, + { "name": "value", "typeName": "object" }, + { "name": "options", "typeName": "UnityEngine.SendMessageOptions" } + ], + "isStatic": false, + "name": "SendMessage", + "comment": "Calls the method named methodName on every MonoBehaviour in this game object.\n\n```plaintext\nParams: methodName - Name of the method to call.\n value - Optional parameter for the method.\n options - Should an error be raised if the target object doesn't implement the method for the message?\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "methodName", "typeName": "string" }, + { "name": "options", "typeName": "UnityEngine.SendMessageOptions" } + ], + "isStatic": false, + "name": "SendMessage", + "comment": "Calls the method named methodName on every MonoBehaviour in this game object.\n\n```plaintext\nParams: methodName - Name of the method to call.\n value - Optional parameter for the method.\n options - Should an error be raised if the target object doesn't implement the method for the message?\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "methodName", "typeName": "string" }, + { "name": "parameter", "typeName": "object" }, + { "name": "options", "typeName": "UnityEngine.SendMessageOptions" } + ], + "isStatic": false, + "name": "BroadcastMessage", + "comment": "Calls the method named methodName on every MonoBehaviour in this game object or any of its children.\n\n```plaintext\nParams: methodName - Name of the method to call.\n parameter - Optional parameter to pass to the method (can be any value).\n options - Should an error be raised if the method does not exist for a given target object?\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "methodName", "typeName": "string" }, + { "name": "parameter", "typeName": "object" } + ], + "isStatic": false, + "name": "BroadcastMessage", + "comment": "Calls the method named methodName on every MonoBehaviour in this game object or any of its children.\n\n```plaintext\nParams: methodName - Name of the method to call.\n parameter - Optional parameter to pass to the method (can be any value).\n options - Should an error be raised if the method does not exist for a given target object?\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "methodName", "typeName": "string" }], + "isStatic": false, + "name": "BroadcastMessage", + "comment": "Calls the method named methodName on every MonoBehaviour in this game object or any of its children.\n\n```plaintext\nParams: methodName - Name of the method to call.\n parameter - Optional parameter to pass to the method (can be any value).\n options - Should an error be raised if the method does not exist for a given target object?\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "methodName", "typeName": "string" }, + { "name": "options", "typeName": "UnityEngine.SendMessageOptions" } + ], + "isStatic": false, + "name": "BroadcastMessage", + "comment": "Calls the method named methodName on every MonoBehaviour in this game object or any of its children.\n\n```plaintext\nParams: methodName - Name of the method to call.\n parameter - Optional parameter to pass to the method (can be any value).\n options - Should an error be raised if the method does not exist for a given target object?\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "Component", + "comment": "Base class for everything attached to GameObjects.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.YieldInstruction", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [], + "name": "Coroutine", + "comment": "MonoBehaviour.StartCoroutine returns a Coroutine. Instances of this class are only used to reference these coroutines, and do not hold any exposed properties or functions.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "State", + "comment": "Serializable structure used to hold the full internal state of the random number generator. See Also: Random.state.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "object", + "attribute": "", + "interfaces": ["IEnumerator"], + "fields": [ + { + "typeName": "bool", + "name": "keepWaiting", + "comment": "Indicates if coroutine should be kept suspended.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "object", + "name": "Current", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "MoveNext", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Reset", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "CustomYieldInstruction", + "comment": "Base class for custom yield instructions to suspend coroutines.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.AsyncOperation", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Object", + "name": "asset", + "comment": "Asset object being loaded (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "ResourceRequest", + "comment": "Asynchronous load request from the Resources bundle.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Default constructor.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "ExcludeFromObjectFactoryAttribute", + "comment": "Add this attribute to a class to prevent the class and its inherited classes from being created with ObjectFactory methods.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.ResourcesAPI", + "name": "overrideAPI", + "comment": "The specific ResourcesAPI instance to use to handle overridden Resources methods.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [], + "name": "ResourcesAPI", + "comment": "Derive from this base class to provide alternative implementations to the C# behavior of specific Resources methods.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.Object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Transform", + "name": "transform", + "comment": "The Transform attached to this GameObject.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "layer", + "comment": "The layer the game object is in.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "active", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "activeSelf", + "comment": "The local active state of this GameObject. (Read Only)\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "activeInHierarchy", + "comment": "Defines whether the GameObject is active in the Scene.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "isStatic", + "comment": "Gets and sets the GameObject's StaticEditorFlags.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "string", + "name": "tag", + "comment": "The tag of this game object.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.SceneManagement.Scene", + "name": "scene", + "comment": "Scene that the GameObject is part of.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "ulong", + "name": "sceneCullingMask", + "comment": "Scene culling mask Unity uses to determine which scene to render the GameObject in.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.GameObject", + "name": "gameObject", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Component", + "name": "rigidbody", + "comment": "The Rigidbody attached to this GameObject (Read Only). (Null if there is none attached).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Component", + "name": "rigidbody2D", + "comment": "The Rigidbody2D component attached to this GameObject. (Read Only)\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Component", + "name": "camera", + "comment": "The Camera attached to this GameObject (Read Only). (Null if there is none attached).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Component", + "name": "light", + "comment": "The Light attached to this GameObject (Read Only). (Null if there is none attached).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Component", + "name": "animation", + "comment": "The Animation attached to this GameObject (Read Only). (Null if there is none attached).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Component", + "name": "constantForce", + "comment": "The ConstantForce attached to this GameObject (Read Only). (Null if there is none attached).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Component", + "name": "renderer", + "comment": "The Renderer attached to this GameObject (Read Only). (Null if there is none attached).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Component", + "name": "audio", + "comment": "The AudioSource attached to this GameObject (Read Only). (Null if there is none attached).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Component", + "name": "networkView", + "comment": "The NetworkView attached to this GameObject (Read Only). (Null if there is none attached).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Component", + "name": "collider", + "comment": "The Collider attached to this GameObject (Read Only). (Null if there is none attached).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Component", + "name": "collider2D", + "comment": "The Collider2D component attached to this object.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Component", + "name": "hingeJoint", + "comment": "The HingeJoint attached to this GameObject (Read Only). (Null if there is none attached).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Component", + "name": "particleSystem", + "comment": "The ParticleSystem attached to this GameObject (Read Only). (Null if there is none attached).\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "GameObject", + "params": [ + { "name": "type", "typeName": "UnityEngine.PrimitiveType" } + ], + "isStatic": true, + "name": "CreatePrimitive", + "comment": "Creates a game object with a primitive mesh renderer and appropriate collider.\n\n```plaintext\nParams: type - The type of primitive object to create.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "T", + "params": [], + "isStatic": false, + "name": "GetComponent", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Component", + "params": [{ "name": "type", "typeName": "System.Type" }], + "isStatic": false, + "name": "GetComponent", + "comment": "Returns the component of Type type if the game object has one attached, null if it doesn't.\n\n```plaintext\nParams: type - The type of Component to retrieve.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Component", + "params": [{ "name": "type", "typeName": "string" }], + "isStatic": false, + "name": "GetComponent", + "comment": "Returns the component with name type if the game object has one attached, null if it doesn't.\n\n```plaintext\nParams: type - The type of Component to retrieve.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Component", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { "name": "includeInactive", "typeName": "bool" } + ], + "isStatic": false, + "name": "GetComponentInChildren", + "comment": "A component of the matching type, if found.\n\n```plaintext\nParams: type - The type of Component to retrieve.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Component", + "params": [{ "name": "type", "typeName": "System.Type" }], + "isStatic": false, + "name": "GetComponentInChildren", + "comment": "A component of the matching type, if found.\n\n```plaintext\nParams: type - The type of Component to retrieve.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "T", + "params": [], + "isStatic": false, + "name": "GetComponentInChildren", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "T", + "params": [{ "name": "includeInactive", "typeName": "bool" }], + "isStatic": false, + "name": "GetComponentInChildren", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Component", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { "name": "includeInactive", "typeName": "bool" } + ], + "isStatic": false, + "name": "GetComponentInParent", + "comment": "Returns a component if a component matching the type is found. Returns null otherwise.\n\n```plaintext\nParams: type - Type of component to find.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Component", + "params": [{ "name": "type", "typeName": "System.Type" }], + "isStatic": false, + "name": "GetComponentInParent", + "comment": "Returns a component if a component matching the type is found. Returns null otherwise.\n\n```plaintext\nParams: type - Type of component to find.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "T", + "params": [], + "isStatic": false, + "name": "GetComponentInParent", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "T", + "params": [{ "name": "includeInactive", "typeName": "bool" }], + "isStatic": false, + "name": "GetComponentInParent", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "type", "typeName": "System.Type" }], + "isStatic": false, + "name": "GetComponents", + "comment": "Returns all components of Type type in the GameObject.\n\n```plaintext\nParams: type - The type of component to retrieve.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetComponents", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { + "name": "results", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "GetComponents", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "results", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "GetComponents", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "type", "typeName": "System.Type" }], + "isStatic": false, + "name": "GetComponentsInChildren", + "comment": "Returns all components of Type type in the GameObject or any of its children children using depth first search. Works recursively.\n\n```plaintext\nParams: type - The type of Component to retrieve.\n includeInactive - Should Components on inactive GameObjects be included in the found set?\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { "name": "includeInactive", "typeName": "bool" } + ], + "isStatic": false, + "name": "GetComponentsInChildren", + "comment": "Returns all components of Type type in the GameObject or any of its children children using depth first search. Works recursively.\n\n```plaintext\nParams: type - The type of Component to retrieve.\n includeInactive - Should Components on inactive GameObjects be included in the found set?\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "includeInactive", "typeName": "bool" }], + "isStatic": false, + "name": "GetComponentsInChildren", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "includeInactive", "typeName": "bool" }, + { + "name": "results", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "GetComponentsInChildren", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetComponentsInChildren", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "results", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "GetComponentsInChildren", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "type", "typeName": "System.Type" }], + "isStatic": false, + "name": "GetComponentsInParent", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { "name": "includeInactive", "typeName": "bool" } + ], + "isStatic": false, + "name": "GetComponentsInParent", + "comment": "Returns all components of Type type in the GameObject or any of its parents.\n\n```plaintext\nParams: type - The type of Component to retrieve.\n includeInactive - Should inactive Components be included in the found set?\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "includeInactive", "typeName": "bool" }, + { + "name": "results", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "GetComponentsInParent", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "includeInactive", "typeName": "bool" }], + "isStatic": false, + "name": "GetComponentsInParent", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetComponentsInParent", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "component", "typeName": "T" }], + "isStatic": false, + "name": "TryGetComponent", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { "name": "component", "typeName": "UnityEngine.Component" } + ], + "isStatic": false, + "name": "TryGetComponent", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "GameObject", + "params": [{ "name": "tag", "typeName": "string" }], + "isStatic": true, + "name": "FindWithTag", + "comment": "Returns one active GameObject tagged tag. Returns null if no GameObject was found.\n\n```plaintext\nParams: tag - The tag to search for.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "methodName", "typeName": "string" }, + { "name": "options", "typeName": "UnityEngine.SendMessageOptions" } + ], + "isStatic": false, + "name": "SendMessageUpwards", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "methodName", "typeName": "string" }, + { "name": "options", "typeName": "UnityEngine.SendMessageOptions" } + ], + "isStatic": false, + "name": "SendMessage", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "methodName", "typeName": "string" }, + { "name": "options", "typeName": "UnityEngine.SendMessageOptions" } + ], + "isStatic": false, + "name": "BroadcastMessage", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Component", + "params": [{ "name": "componentType", "typeName": "System.Type" }], + "isStatic": false, + "name": "AddComponent", + "comment": "Adds a component class of type componentType to the game object. C# Users can use a generic version.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "T", + "params": [], + "isStatic": false, + "name": "AddComponent", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "bool" }], + "isStatic": false, + "name": "SetActive", + "comment": "ActivatesDeactivates the GameObject, depending on the given true or false/ value.\n\n```plaintext\nParams: value - Activate or deactivate the object, where true activates the GameObject and false deactivates the GameObject.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "state", "typeName": "bool" }], + "isStatic": false, + "name": "SetActiveRecursively", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "tag", "typeName": "string" }], + "isStatic": false, + "name": "CompareTag", + "comment": "Is this game object tagged with tag ?\n\n```plaintext\nParams: tag - The tag to compare.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "GameObject", + "params": [{ "name": "tag", "typeName": "string" }], + "isStatic": true, + "name": "FindGameObjectWithTag", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "tag", "typeName": "string" }], + "isStatic": true, + "name": "FindGameObjectsWithTag", + "comment": "Returns an array of active GameObjects tagged tag. Returns empty array if no GameObject was found.\n\n```plaintext\nParams: tag - The name of the tag to search GameObjects for.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "methodName", "typeName": "string" }, + { "name": "value", "typeName": "object" }, + { "name": "options", "typeName": "UnityEngine.SendMessageOptions" } + ], + "isStatic": false, + "name": "SendMessageUpwards", + "comment": "Calls the method named methodName on every MonoBehaviour in this game object and on every ancestor of the behaviour.\n\n```plaintext\nParams: methodName - The name of the method to call.\n value - An optional parameter value to pass to the called method.\n options - Should an error be raised if the method doesn't exist on the target object?\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "methodName", "typeName": "string" }, + { "name": "value", "typeName": "object" } + ], + "isStatic": false, + "name": "SendMessageUpwards", + "comment": "Calls the method named methodName on every MonoBehaviour in this game object and on every ancestor of the behaviour.\n\n```plaintext\nParams: methodName - The name of the method to call.\n value - An optional parameter value to pass to the called method.\n options - Should an error be raised if the method doesn't exist on the target object?\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "methodName", "typeName": "string" }], + "isStatic": false, + "name": "SendMessageUpwards", + "comment": "Calls the method named methodName on every MonoBehaviour in this game object and on every ancestor of the behaviour.\n\n```plaintext\nParams: methodName - The name of the method to call.\n value - An optional parameter value to pass to the called method.\n options - Should an error be raised if the method doesn't exist on the target object?\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "methodName", "typeName": "string" }, + { "name": "value", "typeName": "object" }, + { "name": "options", "typeName": "UnityEngine.SendMessageOptions" } + ], + "isStatic": false, + "name": "SendMessage", + "comment": "Calls the method named methodName on every MonoBehaviour in this game object.\n\n```plaintext\nParams: methodName - The name of the method to call.\n value - An optional parameter value to pass to the called method.\n options - Should an error be raised if the method doesn't exist on the target object?\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "methodName", "typeName": "string" }, + { "name": "value", "typeName": "object" } + ], + "isStatic": false, + "name": "SendMessage", + "comment": "Calls the method named methodName on every MonoBehaviour in this game object.\n\n```plaintext\nParams: methodName - The name of the method to call.\n value - An optional parameter value to pass to the called method.\n options - Should an error be raised if the method doesn't exist on the target object?\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "methodName", "typeName": "string" }], + "isStatic": false, + "name": "SendMessage", + "comment": "Calls the method named methodName on every MonoBehaviour in this game object.\n\n```plaintext\nParams: methodName - The name of the method to call.\n value - An optional parameter value to pass to the called method.\n options - Should an error be raised if the method doesn't exist on the target object?\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "methodName", "typeName": "string" }, + { "name": "parameter", "typeName": "object" }, + { "name": "options", "typeName": "UnityEngine.SendMessageOptions" } + ], + "isStatic": false, + "name": "BroadcastMessage", + "comment": "Calls the method named methodName on every MonoBehaviour in this game object or any of its children.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "methodName", "typeName": "string" }, + { "name": "parameter", "typeName": "object" } + ], + "isStatic": false, + "name": "BroadcastMessage", + "comment": "Calls the method named methodName on every MonoBehaviour in this game object or any of its children.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "methodName", "typeName": "string" }], + "isStatic": false, + "name": "BroadcastMessage", + "comment": "Calls the method named methodName on every MonoBehaviour in this game object or any of its children.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "Creates a new game object, named name.\n\n```plaintext\nParams: name - The name that the GameObject is created with.\n components - A list of Components to add to the GameObject on creation.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Creates a new game object, named name.\n\n```plaintext\nParams: name - The name that the GameObject is created with.\n components - A list of Components to add to the GameObject on creation.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "components", "typeName": "System.Type[]" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Creates a new game object, named name.\n\n```plaintext\nParams: name - The name that the GameObject is created with.\n components - A list of Components to add to the GameObject on creation.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "GameObject", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": true, + "name": "Find", + "comment": "Finds a GameObject by name and returns it.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "clip", "typeName": "UnityEngine.Object" }, + { "name": "time", "typeName": "float" } + ], + "isStatic": false, + "name": "SampleAnimation", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Component", + "params": [{ "name": "className", "typeName": "string" }], + "isStatic": false, + "name": "AddComponent", + "comment": "Adds a component class named className to the game object.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "animation", "typeName": "UnityEngine.Object" }], + "isStatic": false, + "name": "PlayAnimation", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "StopAnimation", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "GameObject", + "comment": "Base class for all entities in Unity Scenes.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "", + "params": [{ "name": "type", "typeName": "System.Type" }], + "isStatic": true, + "name": "FindObjectsOfTypeAll", + "comment": "Returns a list of all objects of Type type.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": true, + "name": "FindObjectsOfTypeAll", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Object", + "params": [{ "name": "path", "typeName": "string" }], + "isStatic": true, + "name": "Load", + "comment": "The requested asset returned as an Object.\n\n```plaintext\nParams: path - Path to the target resource to load.\n systemTypeInstance - Type filter for objects returned.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "T", + "params": [{ "name": "path", "typeName": "string" }], + "isStatic": true, + "name": "Load", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "path", "typeName": "string" }, + { "name": "systemTypeInstance", "typeName": "System.Type" } + ], + "isStatic": true, + "name": "Load", + "comment": "The requested asset returned as an Object.\n\n```plaintext\nParams: path - Path to the target resource to load.\n systemTypeInstance - Type filter for objects returned.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "ResourceRequest", + "params": [{ "name": "path", "typeName": "string" }], + "isStatic": true, + "name": "LoadAsync", + "comment": "Asynchronously loads an asset stored at path in a Resources folder.\n\n```plaintext\nParams: path - Pathname of the target folder. When using the empty string (i.e., \"\"), the function will load the entire contents of the Resources folder.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "ResourceRequest", + "params": [{ "name": "path", "typeName": "string" }], + "isStatic": true, + "name": "LoadAsync", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "ResourceRequest", + "params": [ + { "name": "path", "typeName": "string" }, + { "name": "type", "typeName": "System.Type" } + ], + "isStatic": true, + "name": "LoadAsync", + "comment": "Asynchronously loads an asset stored at path in a Resources folder.\n\n```plaintext\nParams: path - Pathname of the target folder. When using the empty string (i.e., \"\"), the function will load the entire contents of the Resources folder.\n systemTypeInstance - Type filter for objects returned.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "path", "typeName": "string" }, + { "name": "systemTypeInstance", "typeName": "System.Type" } + ], + "isStatic": true, + "name": "LoadAll", + "comment": "Loads all assets in a folder or file at path in a Resources folder.\n\n```plaintext\nParams: path - Pathname of the target folder. When using the empty string (i.e., \"\"), the function will load the entire contents of the Resources folder.\n systemTypeInstance - Type filter for objects returned.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "path", "typeName": "string" }], + "isStatic": true, + "name": "LoadAll", + "comment": "Loads all assets in a folder or file at path in a Resources folder.\n\n```plaintext\nParams: path - Pathname of the target folder. When using the empty string (i.e., \"\"), the function will load the entire contents of the Resources folder.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "path", "typeName": "string" }], + "isStatic": true, + "name": "LoadAll", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { "name": "path", "typeName": "string" } + ], + "isStatic": true, + "name": "GetBuiltinResource", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "T", + "params": [{ "name": "path", "typeName": "string" }], + "isStatic": true, + "name": "GetBuiltinResource", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "assetToUnload", "typeName": "UnityEngine.Object" } + ], + "isStatic": true, + "name": "UnloadAsset", + "comment": "Unloads assetToUnload from memory.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "AsyncOperation", + "params": [], + "isStatic": true, + "name": "UnloadUnusedAssets", + "comment": "Object on which you can yield to wait until the operation completes.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Object", + "params": [{ "name": "instanceID", "typeName": "int" }], + "isStatic": true, + "name": "InstanceIDToObject", + "comment": "Resolved reference or null if the instance ID didn't match anything.\n\n```plaintext\nParams: instanceID - Instance ID of an Object.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "instanceIDs", + "typeName": "Unity.Collections.NativeArray" + }, + { + "name": "objects", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": true, + "name": "InstanceIDToObjectList", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "assetPath", "typeName": "string" }, + { "name": "type", "typeName": "System.Type" } + ], + "isStatic": true, + "name": "LoadAssetAtPath", + "comment": "Returns a resource at an asset path (Editor Only).\n\n```plaintext\nParams: assetPath - Pathname of the target asset.\n type - Type filter for objects returned.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "T", + "params": [{ "name": "assetPath", "typeName": "string" }], + "isStatic": true, + "name": "LoadAssetAtPath", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "Resources", + "comment": "The Resources class allows you to find and access Objects including assets.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "value", + "comment": "Converts a layer mask value to an integer value.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "mask", "typeName": "UnityEngine.LayerMask" }], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "LayerMask", + "params": [{ "name": "intVal", "typeName": "int" }], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "layer", "typeName": "int" }], + "isStatic": true, + "name": "LayerToName", + "comment": "Given a layer number, returns the name of the layer as defined in either a Builtin or a User Layer in the.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "layerName", "typeName": "string" }], + "isStatic": true, + "name": "NameToLayer", + "comment": "Given a layer name, returns the layer index as defined by either a Builtin or a User Layer in the.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "layerNames", "typeName": "string[]" }], + "isStatic": true, + "name": "GetMask", + "comment": "The layer mask created from the layerNames.\n\n```plaintext\nParams: layerNames - List of layer names to convert to a layer mask.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "LayerMask", + "comment": "Specifies Layers to use in a Physics.Raycast.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.YieldInstruction", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "isDone", + "comment": "Has the operation finished? (Read Only)\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "progress", + "comment": "What's the operation's progress. (Read Only)\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "priority", + "comment": "Priority lets you tweak in which order async operation calls will be performed.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "allowSceneActivation", + "comment": "Allow Scenes to be activated as soon as it is ready.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "System.Action", + "name": "completed", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Action" + } + ], + "isStatic": false, + "name": "add_completed", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Action" + } + ], + "isStatic": false, + "name": "remove_completed", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "AsyncOperation", + "comment": "Asynchronous operation coroutine.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "isSet", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "isBroken", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "T", + "name": "asset", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "instanceID", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "asset", "typeName": "T" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "instanceID", "typeName": "int" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "LazyLoadReference", + "params": [{ "name": "asset", "typeName": "T" }], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "LazyLoadReference", + "params": [{ "name": "instanceID", "typeName": "int" }], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "LazyLoadReference", + "comment": "Serializable lazy reference to a UnityEngine.Object contained in an asset file.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "DisallowMultipleComponent", + "comment": "Prevents MonoBehaviour of same type (or subtype) to be added more than once to a GameObject.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.Behaviour", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "useGUILayout", + "comment": "Disabling this lets you skip the GUI layout phase.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "runInEditMode", + "comment": "Allow a specific instance of a MonoBehaviour to run in edit mode (only available in the editor).\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "IsInvoking", + "comment": "Is any invoke pending on this MonoBehaviour?\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "CancelInvoke", + "comment": "Cancels all Invoke calls on this MonoBehaviour.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "methodName", "typeName": "string" }, + { "name": "time", "typeName": "float" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "Invokes the method methodName in time seconds.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "methodName", "typeName": "string" }, + { "name": "time", "typeName": "float" }, + { "name": "repeatRate", "typeName": "float" } + ], + "isStatic": false, + "name": "InvokeRepeating", + "comment": "Invokes the method methodName in time seconds, then repeatedly every repeatRate seconds.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "methodName", "typeName": "string" }], + "isStatic": false, + "name": "CancelInvoke", + "comment": "Cancels all Invoke calls with name methodName on this behaviour.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "methodName", "typeName": "string" }], + "isStatic": false, + "name": "IsInvoking", + "comment": "Is any invoke on methodName pending?\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Coroutine", + "params": [{ "name": "methodName", "typeName": "string" }], + "isStatic": false, + "name": "StartCoroutine", + "comment": "Starts a coroutine named methodName.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Coroutine", + "params": [ + { "name": "methodName", "typeName": "string" }, + { "name": "value", "typeName": "object" } + ], + "isStatic": false, + "name": "StartCoroutine", + "comment": "Starts a coroutine named methodName.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Coroutine", + "params": [ + { "name": "routine", "typeName": "System.Collections.IEnumerator" } + ], + "isStatic": false, + "name": "StartCoroutine", + "comment": "Starts a Coroutine.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Coroutine", + "params": [ + { "name": "routine", "typeName": "System.Collections.IEnumerator" } + ], + "isStatic": false, + "name": "StartCoroutine_Auto", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "routine", "typeName": "System.Collections.IEnumerator" } + ], + "isStatic": false, + "name": "StopCoroutine", + "comment": "Stops the first coroutine named methodName, or the coroutine stored in routine running on this behaviour.\n\n```plaintext\nParams: methodName - Name of coroutine.\n routine - Name of the function in code, including coroutines.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "routine", "typeName": "UnityEngine.Coroutine" } + ], + "isStatic": false, + "name": "StopCoroutine", + "comment": "Stops the first coroutine named methodName, or the coroutine stored in routine running on this behaviour.\n\n```plaintext\nParams: methodName - Name of coroutine.\n routine - Name of the function in code, including coroutines.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "methodName", "typeName": "string" }], + "isStatic": false, + "name": "StopCoroutine", + "comment": "Stops the first coroutine named methodName, or the coroutine stored in routine running on this behaviour.\n\n```plaintext\nParams: methodName - Name of coroutine.\n routine - Name of the function in code, including coroutines.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "StopAllCoroutines", + "comment": "Stops all coroutines running on this behaviour.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "object" }], + "isStatic": true, + "name": "print", + "comment": "Logs message to the Unity Console (identical to Debug.Log).\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "MonoBehaviour", + "comment": "MonoBehaviour is the base class from which every Unity script derives.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "System.Type", + "name": "m_Type0", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "System.Type", + "name": "m_Type1", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "System.Type", + "name": "m_Type2", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "requiredComponent", "typeName": "System.Type" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Require a single component.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "requiredComponent", "typeName": "System.Type" }, + { "name": "requiredComponent2", "typeName": "System.Type" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Require two components.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "requiredComponent", "typeName": "System.Type" }, + { "name": "requiredComponent2", "typeName": "System.Type" }, + { "name": "requiredComponent3", "typeName": "System.Type" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Require three components.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "RequireComponent", + "comment": "The RequireComponent attribute automatically adds required components as dependencies.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "string", + "name": "componentMenu", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "componentOrder", + "comment": "The order of the component in the component menu (lower is higher to the top).\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "menuName", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "Add an item in the Component menu.\n\n```plaintext\nParams: menuName - The path to the component.\n order - Where in the component menu to add the new item.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "menuName", "typeName": "string" }, + { "name": "order", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Add an item in the Component menu.\n\n```plaintext\nParams: menuName - The path to the component.\n order - Where in the component menu to add the new item.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "AddComponentMenu", + "comment": "The AddComponentMenu attribute allows you to place a script anywhere in the \"Component\" menu, instead of just the \"Component->Scripts\" menu.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "string", + "name": "menuName", + "comment": "The display name for this type shown in the Assets/Create menu.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "string", + "name": "fileName", + "comment": "The default file name used by newly created instances of this type.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "order", + "comment": "The position of the menu item within the Assets/Create menu.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "CreateAssetMenuAttribute", + "comment": "Mark a ScriptableObject-derived type to be automatically listed in the Assets/Create submenu, so that instances of the type can be easily created and stored in the project as \".asset\" files.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "string", + "name": "menuItem", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "validate", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "priority", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "itemName", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "Adds the function to the context menu of the component.\n\n```plaintext\nParams: itemName - The name of the context menu item.\n isValidateFunction - Whether this is a validate function (defaults to false).\n priority - Priority used to override the ordering of the menu items (defaults to 1000000). The lower the number the earlier in the menu it will appear.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "itemName", "typeName": "string" }, + { "name": "isValidateFunction", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Adds the function to the context menu of the component.\n\n```plaintext\nParams: itemName - The name of the context menu item.\n isValidateFunction - Whether this is a validate function (defaults to false).\n priority - Priority used to override the ordering of the menu items (defaults to 1000000). The lower the number the earlier in the menu it will appear.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "itemName", "typeName": "string" }, + { "name": "isValidateFunction", "typeName": "bool" }, + { "name": "priority", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Adds the function to the context menu of the component.\n\n```plaintext\nParams: itemName - The name of the context menu item.\n isValidateFunction - Whether this is a validate function (defaults to false).\n priority - Priority used to override the ordering of the menu items (defaults to 1000000). The lower the number the earlier in the menu it will appear.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "ContextMenu", + "comment": "The ContextMenu attribute allows you to add commands to the context menu.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "ExecuteInEditMode", + "comment": "Makes all instances of a script execute in Edit Mode.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "ExecuteAlways", + "comment": "Makes instances of a script always execute, both as part of Play Mode and when editing.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "HideInInspector", + "comment": "Makes a variable not show up in the inspector but be serialized.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "string", + "name": "URL", + "comment": "The documentation URL specified for this class.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "url", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "Initialize the HelpURL attribute with a documentation url.\n\n```plaintext\nParams: url - The custom documentation URL for this class.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "HelpURLAttribute", + "comment": "Provide a custom documentation URL for a class.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.XR", + "baseClass": "UnityEngine.IntegratedSubsystem", + "attribute": "", + "interfaces": ["ISubsystem"], + "fields": [ + { + "typeName": "bool", + "name": "singlePassRenderingDisabled", + "comment": "Returns true when single pass stereo rendering is disabled and returns false if otherwise.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "bool", + "name": "displayOpaque", + "comment": "Determines if the current attached device has an opaque display.\n\n Most VR devices are opaque in order to increase the immersive experience, AR devices are transparent to allow for interaction with an augmentation of the current environment.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "bool", + "name": "contentProtectionEnabled", + "comment": "Sets or gets the state of content protection for the current active provider.\n\n For most providers, content protection allows you to use write only textures for rendering. This stops the ability for apps to read textures from the graphics card and view/record images that may be protected in some way.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "float", + "name": "scaleOfAllViewports", + "comment": "Controls how much of the allocated display texture should be used for rendering.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "float", + "name": "scaleOfAllRenderTargets", + "comment": "Controls the size of the textures submitted to the display as a multiplier of the display's default resolution.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "float", + "name": "zNear", + "comment": "Set DisplaySubsystem to use zNear for rendering.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "float", + "name": "zFar", + "comment": "Set DisplaySubsystem to use zFar for rendering.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "bool", + "name": "sRGB", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.XR.XRDisplaySubsystem.TextureLayout", + "name": "textureLayout", + "comment": "Set DisplaySubsystem to use certain texture layout. Should query supported texture layout through XRDisplaySubsystem.supportedTextureLayouts\n first for the capabilities.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.XR.XRDisplaySubsystem.TextureLayout", + "name": "supportedTextureLayouts", + "comment": "Specifies all texture layouts supported by this display subsystem. This var is a bit field that could be combination of XRDisplaySubsystem.TextureLayout.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.XR.XRDisplaySubsystem.ReprojectionMode", + "name": "reprojectionMode", + "comment": "The kind of reprojection the app requests to stabilize its holographic rendering relative to the user's head motion.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "bool", + "name": "disableLegacyRenderer", + "comment": "Disables the legacy renderer while this XRDisplaySubsystem is active.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "System.Action", + "name": "displayFocusChanged", + "comment": "", + "location": "UnityEngine.XRModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.Action" }], + "isStatic": false, + "name": "add_displayFocusChanged", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.Action" }], + "isStatic": false, + "name": "remove_displayFocusChanged", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "transform", "typeName": "UnityEngine.Transform" }, + { + "name": "nodeType", + "typeName": "UnityEngine.XR.XRDisplaySubsystem.LateLatchNode" + } + ], + "isStatic": false, + "name": "MarkTransformLateLatched", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "point", "typeName": "UnityEngine.Vector3" }, + { "name": "normal", "typeName": "UnityEngine.Vector3" }, + { "name": "velocity", "typeName": "UnityEngine.Vector3" } + ], + "isStatic": false, + "name": "SetFocusPlane", + "comment": "Sets a point in 3D space that acts as the focal point of the Scene for this frame. This helps to improve the visual fidelity of content around this point. You must set this value every frame.\n\n Note that specifying body-locked content in focus improves the fidelity of body-locked content at the expense of content not locked to the body. This is especially apparent when the user moves.\n\n```plaintext\nParams: point - The position of the focal point in the Scene, relative to the Camera.\n normal - Surface normal of the plane being viewed at the focal point.\n velocity - A vector that describes how the focus point moves in the Scene at this point in time. This allows the device to compensate for both your head movement and the movement of the object in the Scene.\n \n```\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "level", "typeName": "int" }], + "isStatic": false, + "name": "SetMSAALevel", + "comment": "Set MSAA level for the DisplaySubsystem's render texture.\n\n```plaintext\nParams: level - The MSAA level.\n \n```\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetRenderPassCount", + "comment": "Count of render passes.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "renderPassIndex", "typeName": "int" }, + { + "name": "renderPass", + "typeName": "UnityEngine.XR.XRDisplaySubsystem.XRRenderPass" + } + ], + "isStatic": false, + "name": "GetRenderPass", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "camera", "typeName": "UnityEngine.Camera" }], + "isStatic": false, + "name": "EndRecordingIfLateLatched", + "comment": "This function disables late latching recording of constant buffer locations.\n\n```plaintext\nParams: camera - The camera where late latch end recording is to be done.\n \n```\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "camera", "typeName": "UnityEngine.Camera" }], + "isStatic": false, + "name": "BeginRecordingIfLateLatched", + "comment": "This function enables late latching recording of constant buffer memory locations which are later patched with the latest pose data.\n\n```plaintext\nParams: camera - The camera where late latch recording is to be enabled.\n \n```\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "camera", "typeName": "UnityEngine.Camera" }, + { "name": "cullingPassIndex", "typeName": "int" }, + { + "name": "scriptableCullingParameters", + "typeName": "UnityEngine.Rendering.ScriptableCullingParameters" + } + ], + "isStatic": false, + "name": "GetCullingParameters", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "gpuTimeLastFrame", "typeName": "float" }], + "isStatic": false, + "name": "TryGetAppGPUTimeLastFrame", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "gpuTimeLastFrameCompositor", "typeName": "float" } + ], + "isStatic": false, + "name": "TryGetCompositorGPUTimeLastFrame", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "droppedFrameCount", "typeName": "int" }], + "isStatic": false, + "name": "TryGetDroppedFrameCount", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "framePresentCount", "typeName": "int" }], + "isStatic": false, + "name": "TryGetFramePresentCount", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "displayRefreshRate", "typeName": "float" }], + "isStatic": false, + "name": "TryGetDisplayRefreshRate", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "motionToPhoton", "typeName": "float" }], + "isStatic": false, + "name": "TryGetMotionToPhoton", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "RenderTexture", + "params": [{ "name": "renderPass", "typeName": "int" }], + "isStatic": false, + "name": "GetRenderTextureForRenderPass", + "comment": "The render texture associated with that render pass, or null if not found.\n\n```plaintext\nParams: renderPass - The render pass index to get the render texture for.\n \n```\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetPreferredMirrorBlitMode", + "comment": "Display subsystem's preferred blit mode.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "blitMode", "typeName": "int" }], + "isStatic": false, + "name": "SetPreferredMirrorBlitMode", + "comment": "Override the XR display's preferred mirror blit mode from the script.\n\n```plaintext\nParams: blitMode - XRMirrorViewBlitMode to set.\n \n```\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "mirrorRt", "typeName": "UnityEngine.RenderTexture" }, + { + "name": "outDesc", + "typeName": "UnityEngine.XR.XRDisplaySubsystem.XRMirrorViewBlitDesc" + } + ], + "isStatic": false, + "name": "GetMirrorViewBlitDesc", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "mirrorRt", "typeName": "UnityEngine.RenderTexture" }, + { + "name": "outDesc", + "typeName": "UnityEngine.XR.XRDisplaySubsystem.XRMirrorViewBlitDesc" + }, + { "name": "mode", "typeName": "int" } + ], + "isStatic": false, + "name": "GetMirrorViewBlitDesc", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "cmd", + "typeName": "UnityEngine.Rendering.CommandBuffer" + }, + { "name": "allowGraphicsStateInvalidate", "typeName": "bool" } + ], + "isStatic": false, + "name": "AddGraphicsThreadMirrorViewBlit", + "comment": "Returns true if native blit event is successfully recorded. Returns false otherwise.\n\n```plaintext\nParams: cmd - The target CommandBuffer that records the native blit event.\n allowGraphicsStateInvalidate - True causes the graphics device to invalidate internal states before and after calling into the provider's native blit. This ensures the GFX internal states' consistency with the cost of some runtime performance.\n mode - The XRMirrorViewBlitMode XR display should perform.\n \n```\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "cmd", + "typeName": "UnityEngine.Rendering.CommandBuffer" + }, + { "name": "allowGraphicsStateInvalidate", "typeName": "bool" }, + { "name": "mode", "typeName": "int" } + ], + "isStatic": false, + "name": "AddGraphicsThreadMirrorViewBlit", + "comment": "Returns true if native blit event is successfully recorded. Returns false otherwise.\n\n```plaintext\nParams: cmd - The target CommandBuffer that records the native blit event.\n allowGraphicsStateInvalidate - True causes the graphics device to invalidate internal states before and after calling into the provider's native blit. This ensures the GFX internal states' consistency with the cost of some runtime performance.\n mode - The XRMirrorViewBlitMode XR display should perform.\n \n```\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.XRModule.dll" + } + ], + "name": "XRDisplaySubsystem", + "comment": "An XRDisplaySubsystem controls rendering to a head tracked display.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "int", + "name": "order", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "order", "typeName": "int" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "DefaultExecutionOrder", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Constructor.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "AssemblyIsEditorAssembly", + "comment": "Assembly level attribute. Any classes in an assembly with this attribute will be considered to be Editor Classes.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "ExcludeFromPresetAttribute", + "comment": "Add this attribute to a class to prevent creating a Preset from the instances of the class.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.XR", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.XR.XRDisplaySubsystem.LateLatchNode", + "name": "Head", + "comment": "Head node type for late latching. This represents the camera node in the pose hierarchy.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.XR.XRDisplaySubsystem.LateLatchNode", + "name": "LeftHand", + "comment": "Left hand node type for late latching. This represents the left hand anchor node in the pose hierarchy.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.XR.XRDisplaySubsystem.LateLatchNode", + "name": "RightHand", + "comment": "Right hand node type for late latching. This represents the right hand anchor node in the pose hierarchy.\n\n", + "location": "UnityEngine.XRModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.XR.XRDisplaySubsystem.LateLatchNode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.XRModule.dll" + } + ], + "name": "LateLatchNode", + "comment": "Type of node to be late latched.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "namespace": "UnityEngine.XR", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.XR.XRDisplaySubsystem.TextureLayout", + "name": "Texture2DArray", + "comment": "Textures could be configured to a texture2DArray type.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.XR.XRDisplaySubsystem.TextureLayout", + "name": "SingleTexture2D", + "comment": "Textures could be configured to a texture2D that represents multiple views.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.XR.XRDisplaySubsystem.TextureLayout", + "name": "SeparateTexture2Ds", + "comment": "Textures could be configured to multiple texture2D type.\n\n", + "location": "UnityEngine.XRModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.XR.XRDisplaySubsystem.TextureLayout", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.XRModule.dll" + } + ], + "name": "TextureLayout", + "comment": "Flags that represents supported texture layout.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "namespace": "UnityEngine.XR", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.XR.XRDisplaySubsystem.ReprojectionMode", + "name": "Unspecified", + "comment": "Does not specify the type of reprojection mode to use.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.XR.XRDisplaySubsystem.ReprojectionMode", + "name": "PositionAndOrientation", + "comment": "Stabalizes the image for changes to both the user's head position and orientation. This is best for world-locked content that you want to remain stationary as the user walks around.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.XR.XRDisplaySubsystem.ReprojectionMode", + "name": "OrientationOnly", + "comment": "Stabalizes the image only for changes to the user's head orientation, ignores changes in position. This is best for body-locked content that you want to move with the user as they walk around, such as a 360-degree video.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.XR.XRDisplaySubsystem.ReprojectionMode", + "name": "None", + "comment": "Does not stabalize the image for the user's head motion and instead fixes it in the display. Note that this is only comfortable for users when you use it sparingly, for example when the only visible content is a small cursor.\n\n", + "location": "UnityEngine.XRModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.XR.XRDisplaySubsystem.ReprojectionMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.XRModule.dll" + } + ], + "name": "ReprojectionMode", + "comment": "The kind of reprojection the app requests to stabilize its holographic rendering relative to the user's head motion.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "namespace": "UnityEngine.XR", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Matrix4x4", + "name": "view", + "comment": "World transform that the render pipeline should use to render to the XR.XRDisplaySubsystem.XRRenderPass.renderTarget|renderTarget.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.Matrix4x4", + "name": "projection", + "comment": "The projection matrix that the render pipeline should use to render to the XR.XRDisplaySubsystem.XRRenderPass.renderTarget|renderTarget.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.Rect", + "name": "viewport", + "comment": "Selects the viewport of the output texture XR.XRDisplaySubsystem.XRRenderPass.renderTarget|renderTarget.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.Mesh", + "name": "occlusionMesh", + "comment": "Represents the area in screen-space that is not visible on the XR Display.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "int", + "name": "textureArraySlice", + "comment": "The slice of the output texture array that the render pipeline should render to.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.Matrix4x4", + "name": "previousView", + "comment": "Previous frame view matrix for use in motion vector calculation. Use XR.XRDisplaySubsystem.XRRenderParameter.isPreviousViewValid to determine if previous view is valid for use. When late latching is enabled, previous view is also adjusted for late latching.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "bool", + "name": "isPreviousViewValid", + "comment": "Determines whether XR.XRDisplaySubsystem.XRRenderParameter.previousView is valid for use in a frame.\n\n", + "location": "UnityEngine.XRModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.XRModule.dll" + } + ], + "name": "XRRenderParameter", + "comment": "A single viewpoint that must be rendered by the render pipeline. Contains a target viewport and texture array slice within a corresponding XR.XRDisplaySubsystem.XRRenderPass.renderTarget|renderTarget.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "start", + "comment": "The starting index of the range, where 0 is the first position, 1 is the second, 2 is the third, and so on.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "length", + "comment": "The length of the range.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "end", + "comment": "The end index of the range (not inclusive).\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "start", "typeName": "int" }, + { "name": "length", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Constructs a new RangeInt with given start, length values.\n\n```plaintext\nParams: start - The starting index of the range.\n length - The length of the range.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "RangeInt", + "comment": "Describes an integer range.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.XR", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "renderPassIndex", + "comment": "The index of the render pass (originally passed in to XRDisplaySubsystem.GetRenderPass).\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.RenderTargetIdentifier", + "name": "renderTarget", + "comment": "The output target for the render pass.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.RenderTextureDescriptor", + "name": "renderTargetDesc", + "comment": "Descriptor that can be passed to RenderTexture.GetTemporary to create temporary textures that match the XR Display render target.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "bool", + "name": "hasMotionVectorPass", + "comment": "A boolean indicating if this render pass contains a motion-vector generation pass.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.RenderTargetIdentifier", + "name": "motionVectorRenderTarget", + "comment": "The output render-texture target for the motion-vector generation render pass.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.RenderTextureDescriptor", + "name": "motionVectorRenderTargetDesc", + "comment": "The render texture description for the target texture for the motion-vector render pass.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "bool", + "name": "shouldFillOutDepth", + "comment": "When this is false an optimal renderer can avoid resolving the depth buffer.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "int", + "name": "cullingPassIndex", + "comment": "An index that a render pipeline can pass to XR.XRDisplaySubsystem.GetCullingParameters to obtain culling information.\n\n", + "location": "UnityEngine.XRModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "camera", "typeName": "UnityEngine.Camera" }, + { "name": "renderParameterIndex", "typeName": "int" }, + { + "name": "renderParameter", + "typeName": "UnityEngine.XR.XRDisplaySubsystem.XRRenderParameter" + } + ], + "isStatic": false, + "name": "GetRenderParameter", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetRenderParameterCount", + "comment": "Count of render parameters.\n\n", + "location": "UnityEngine.XRModule.dll" + } + ], + "name": "XRRenderPass", + "comment": "Contains configuration parameters about which view into the Scene the renderer should rasterize, and a render target (which can be a texture array) for the result of the rasterization.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "namespace": "UnityEngine.XR", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.RenderTexture", + "name": "srcTex", + "comment": "Source render texture that the blit operation wants to blit from.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "int", + "name": "srcTexArraySlice", + "comment": "Describes source texture's desired array slice. Texture2D will have array slice 1.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.Rect", + "name": "srcRect", + "comment": "Source Rect area that the blit operation wants to blit from.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.Rect", + "name": "destRect", + "comment": "Destination Rect area that the blit operation wants to blit to.\n\n", + "location": "UnityEngine.XRModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.XRModule.dll" + } + ], + "name": "XRBlitParams", + "comment": "This struct holds data for a single blit operation.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.RuntimeInitializeLoadType", + "name": "AfterSceneLoad", + "comment": "After Scene is loaded.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.RuntimeInitializeLoadType", + "name": "BeforeSceneLoad", + "comment": "Before Scene is loaded.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.RuntimeInitializeLoadType", + "name": "AfterAssembliesLoaded", + "comment": "Callback when all assemblies are loaded and preloaded assets are initialized.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.RuntimeInitializeLoadType", + "name": "BeforeSplashScreen", + "comment": "Immediately before the splash screen is shown.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.RuntimeInitializeLoadType", + "name": "SubsystemRegistration", + "comment": "Callback used for registration of subsystems\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.RuntimeInitializeLoadType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "RuntimeInitializeLoadType", + "comment": "Set RuntimeInitializeOnLoadMethod type.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.XR", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "nativeBlitAvailable", + "comment": "When this is true, the current display subsystem supports native blit and AddGraphicsThreadMirrorViewBlit must be called to perform native blit.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "bool", + "name": "nativeBlitInvalidStates", + "comment": "When this is true, display subsystem will modifiy the graphics state.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "int", + "name": "blitParamsCount", + "comment": "The number of XRBlitParams entries for this XRMirrorViewBlitDesc.\n\n", + "location": "UnityEngine.XRModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "blitParameterIndex", "typeName": "int" }, + { + "name": "blitParameter", + "typeName": "UnityEngine.XR.XRDisplaySubsystem.XRBlitParams" + } + ], + "isStatic": false, + "name": "GetBlitParameter", + "comment": "", + "location": "UnityEngine.XRModule.dll" + } + ], + "name": "XRMirrorViewBlitDesc", + "comment": "All information in this struct describes the desired mirror view blit operation.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.Scripting.PreserveAttribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "UnityEngine.RuntimeInitializeLoadType", + "name": "loadType", + "comment": "Set RuntimeInitializeOnLoadMethod type.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Creation of the runtime class used when Scenes are loaded.\n\n```plaintext\nParams: loadType - Determine whether methods are called before or after the\n Scene is loaded.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "loadType", + "typeName": "UnityEngine.RuntimeInitializeLoadType" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Creation of the runtime class used when Scenes are loaded.\n\n```plaintext\nParams: loadType - Determine whether methods are called before or after the\n Scene is loaded.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "RuntimeInitializeOnLoadMethodAttribute", + "comment": "Allow a runtime class method to be initialized when a game is loaded at runtime\n without action from the user.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.XR", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "Default", + "comment": "Mirror view pass should blit platform default image to the mirror target.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "int", + "name": "LeftEye", + "comment": "Mirror view pass should blit left eye image to the mirror target.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "int", + "name": "RightEye", + "comment": "Mirror view pass should blit right eye image to the mirror target.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "int", + "name": "SideBySide", + "comment": "Mirror view pass should blit left eye image and right eye image in a side-by-side fashion to the mirror target.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "int", + "name": "SideBySideOcclusionMesh", + "comment": "Mirror view pass should blit similar to side-by-side mode, but also showing not rendered pixels saved by the occlusion mesh.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "int", + "name": "Distort", + "comment": "Mirror view pass should blit after distortion pass image to the mirror target.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "int", + "name": "None", + "comment": "Mirror view pass should not be performed.\n\n", + "location": "UnityEngine.XRModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.XRModule.dll" + } + ], + "name": "XRMirrorViewBlitMode", + "comment": "Engine reserved blit modes. Blit mode capabilities should be queried from XRDisplaySubsystemDescriptor.GetAvailableMirrorBlitModeCount and XRDisplaySubsystemDescriptor.GetMirrorBlitModeByIndex.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.Object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "SetDirty", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "ScriptableObject", + "params": [{ "name": "className", "typeName": "string" }], + "isStatic": true, + "name": "CreateInstance", + "comment": "The created ScriptableObject.\n\n```plaintext\nParams: className - The type of the ScriptableObject to create, as the name of the type.\n type - The type of the ScriptableObject to create, as a System.Type instance.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "ScriptableObject", + "params": [{ "name": "type", "typeName": "System.Type" }], + "isStatic": true, + "name": "CreateInstance", + "comment": "The created ScriptableObject.\n\n```plaintext\nParams: className - The type of the ScriptableObject to create, as the name of the type.\n type - The type of the ScriptableObject to create, as a System.Type instance.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "T", + "params": [], + "isStatic": true, + "name": "CreateInstance", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "ScriptableObject", + "comment": "A class you can derive from if you want to create objects that don't need to be attached to game objects.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.XR", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "blitMode", + "comment": "Mirror view blit mode Id. For details, see XRMirrorViewBlitMode. In case of provider's custom blit mode, the value wouldn't be the reserved XRMirrorViewBlitMode.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "string", + "name": "blitModeDesc", + "comment": "String that describes the mirror view blit mode.\n\n", + "location": "UnityEngine.XRModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.XRModule.dll" + } + ], + "name": "XRMirrorViewBlitModeDesc", + "comment": "Struct that describes the mirror view blit mode.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "SelectionBaseAttribute", + "comment": "Add this attribute to a script class to mark its GameObject as a selection base object for Scene View picking.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.XR", + "baseClass": "UnityEngine.IntegratedSubsystemDescriptor", + "attribute": "", + "interfaces": ["ISubsystemDescriptorImpl", "ISubsystemDescriptor"], + "fields": [ + { + "typeName": "bool", + "name": "disablesLegacyVr", + "comment": "Indicates whether legacy VR settings must be disabled for the subsystem. Set to true if the Editor must disable the legacy VR settings disabled; otherwise false.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "bool", + "name": "enableBackBufferMSAA", + "comment": "Indicates whether MSAA must be resolved in the back buffer. Set to true if MSAA needs to be resolved in the back buffer; otherwise false.\n\n", + "location": "UnityEngine.XRModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetAvailableMirrorBlitModeCount", + "comment": "Number of supported mirror blit modes.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { + "name": "mode", + "typeName": "UnityEngine.XR.XRMirrorViewBlitModeDesc" + } + ], + "isStatic": false, + "name": "GetMirrorBlitModeByIndex", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.XRModule.dll" + } + ], + "name": "XRDisplaySubsystemDescriptor", + "comment": "Class providing information about XRDisplaySubsystem registration.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "String", + "params": [], + "isStatic": true, + "name": "ExtractStackTrace", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "exception", "typeName": "object" }], + "isStatic": true, + "name": "ExtractStringFromException", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "StackTraceUtility", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.XR", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.XR.TrackingOriginModeFlags", + "name": "Unknown", + "comment": "TrackingOriginModeFlags.Unknown enumerates when the XRInputSubsystem was not able to set its tracking origin or has no tracking.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.XR.TrackingOriginModeFlags", + "name": "Device", + "comment": "XRInputSubsystem tracks all InputDevices in reference to the first known location of a specific InputDevice when set to TrackingOriginModeFlags.Device.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.XR.TrackingOriginModeFlags", + "name": "Floor", + "comment": "XRInputSubsystem tracks all InputDevices in reference to a point on the floor when set to TrackingOriginModeFlags.Floor.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.XR.TrackingOriginModeFlags", + "name": "TrackingReference", + "comment": "XRInputSubsystem tracks all InputDevices in reference to an InputDevice with the InputDeviceCharacteristics.TrackingReference flag set when set to TrackingOriginModeFlags.TrackingReference.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.XR.TrackingOriginModeFlags", + "name": "Unbounded", + "comment": "XRInputSubsystem tracks all InputDevices in relation to a world anchor. This world anchor can change at any time, and is chosen by the runtime.\n\n", + "location": "UnityEngine.XRModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.XR.TrackingOriginModeFlags", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.XRModule.dll" + } + ], + "name": "TrackingOriginModeFlags", + "comment": "This enum provides context to where the 0,0,0 point of tracking for InputDevices is.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "namespace": "UnityEngine.Rendering.PostProcessing", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "string", + "name": "displayName", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "displayName", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "name": "DisplayNameAttribute", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.SystemException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "innerException", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "UnityException", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.XR", + "baseClass": "UnityEngine.IntegratedSubsystem", + "attribute": "", + "interfaces": ["ISubsystem"], + "fields": [ + { + "typeName": "System.Action", + "name": "trackingOriginUpdated", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "System.Action", + "name": "boundaryChanged", + "comment": "", + "location": "UnityEngine.XRModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "TryRecenter", + "comment": "True if the method recenters the XRInputSubsystem. Returns false otherwise.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "devices", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "TryGetInputDevices", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "origin", + "typeName": "UnityEngine.XR.TrackingOriginModeFlags" + } + ], + "isStatic": false, + "name": "TrySetTrackingOriginMode", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "TrackingOriginModeFlags", + "params": [], + "isStatic": false, + "name": "GetTrackingOriginMode", + "comment": "The Tracking Origin Mode that this subsystem is in.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "TrackingOriginModeFlags", + "params": [], + "isStatic": false, + "name": "GetSupportedTrackingOriginModes", + "comment": "A single series of flags that contains all supported TrackingOriginModeFlags.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "boundaryPoints", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "TryGetBoundaryPoints", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Action" + } + ], + "isStatic": false, + "name": "add_trackingOriginUpdated", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Action" + } + ], + "isStatic": false, + "name": "remove_trackingOriginUpdated", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Action" + } + ], + "isStatic": false, + "name": "add_boundaryChanged", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Action" + } + ], + "isStatic": false, + "name": "remove_boundaryChanged", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.XRModule.dll" + } + ], + "name": "XRInputSubsystem", + "comment": "XRInputSubsystem\nInstance is used to enable and disable the inputs coming from a specific plugin.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.SystemException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "innerException", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "MissingComponentException", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.XR", + "baseClass": "UnityEngine.IntegratedSubsystemDescriptor", + "attribute": "", + "interfaces": ["ISubsystemDescriptorImpl", "ISubsystemDescriptor"], + "fields": [ + { + "typeName": "bool", + "name": "disablesLegacyInput", + "comment": "When true, will suppress legacy support for Daydream, Oculus, OpenVR, and Windows MR built directly into the Unity runtime from generating input. This is useful when adding an XRInputSubsystem that supports these devices.\n\n", + "location": "UnityEngine.XRModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.XRModule.dll" + } + ], + "name": "XRInputSubsystemDescriptor", + "comment": "Information about an Input subsystem.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.SystemException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "innerException", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "UnassignedReferenceException", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.XR", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IEquatable"], + "fields": [ + { + "typeName": "UnityEngine.XR.MeshId", + "name": "InvalidId", + "comment": "Represents an invalid id.\n\n", + "location": "UnityEngine.XRModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "A string unique to this id\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "other", "typeName": "UnityEngine.XR.MeshId" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "id1", "typeName": "UnityEngine.XR.MeshId" }, + { "name": "id2", "typeName": "UnityEngine.XR.MeshId" } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "id1", "typeName": "UnityEngine.XR.MeshId" }, + { "name": "id2", "typeName": "UnityEngine.XR.MeshId" } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "UnityEngine.XRModule.dll" + } + ], + "name": "MeshId", + "comment": "A session-unique identifier for trackables in the environment, e.g., planes and feature points.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.SystemException", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "innerException", "typeName": "System.Exception" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "MissingReferenceException", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.Object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "byte[]", + "name": "bytes", + "comment": "The raw bytes of the text asset. (Read Only)\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "string", + "name": "text", + "comment": "The text contents of the file as a string. (Read Only)\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "Returns the contents of the TextAsset.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "text", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "Create a new TextAsset with the specified text contents.\n\nThis constructor creates a TextAsset, which is not the same as a plain text file. When saved to disk using the AssetDatabase class, the TextAsset should be saved with the .asset extension.\n\n```plaintext\nParams: text - The text contents for the TextAsset.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "TextAsset", + "comment": "Text file assets.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.XR", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.XR.MeshGenerationStatus", + "name": "Success", + "comment": "The mesh generation was successful.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.XR.MeshGenerationStatus", + "name": "InvalidMeshId", + "comment": "The mesh generation failed because the mesh does not exist.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.XR.MeshGenerationStatus", + "name": "GenerationAlreadyInProgress", + "comment": "The XRMeshSubsystem was already generating the requested mesh.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.XR.MeshGenerationStatus", + "name": "Canceled", + "comment": "The mesh generation was canceled.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.XR.MeshGenerationStatus", + "name": "UnknownError", + "comment": "The mesh generation failed for unknown reasons.\n\n", + "location": "UnityEngine.XRModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.XR.MeshGenerationStatus", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.XRModule.dll" + } + ], + "name": "MeshGenerationStatus", + "comment": "The status of a XRMeshSubsystem.GenerateMeshAsync.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "namespace": "UnityEngine.XR", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IEquatable"], + "fields": [ + { + "typeName": "UnityEngine.XR.MeshId", + "name": "MeshId", + "comment": "The MeshId of the tracked mesh that was generated.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.Mesh", + "name": "Mesh", + "comment": "If the generation was successful, data has been written to this Mesh.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.MeshCollider", + "name": "MeshCollider", + "comment": "If the generation was successful, physics data has been written to this MeshCollider.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.XR.MeshGenerationStatus", + "name": "Status", + "comment": "The MeshGenerationStatus of the mesh generation task.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.XR.MeshVertexAttributes", + "name": "Attributes", + "comment": "The MeshVertexAttributes that were written to the MeshGenerationResult.Mesh.\n\n", + "location": "UnityEngine.XRModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "other", + "typeName": "UnityEngine.XR.MeshGenerationResult" + } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "lhs", + "typeName": "UnityEngine.XR.MeshGenerationResult" + }, + { "name": "rhs", "typeName": "UnityEngine.XR.MeshGenerationResult" } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "lhs", + "typeName": "UnityEngine.XR.MeshGenerationResult" + }, + { "name": "rhs", "typeName": "UnityEngine.XR.MeshGenerationResult" } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "UnityEngine.XRModule.dll" + } + ], + "name": "MeshGenerationResult", + "comment": "Contains event information related to a generated mesh.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [ + { "name": "x", "typeName": "UnityEngine.TrackedReference" }, + { "name": "y", "typeName": "UnityEngine.TrackedReference" } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "x", "typeName": "UnityEngine.TrackedReference" }, + { "name": "y", "typeName": "UnityEngine.TrackedReference" } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "o", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "exists", "typeName": "UnityEngine.TrackedReference" } + ], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "TrackedReference", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.XR", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.XR.MeshVertexAttributes", + "name": "None", + "comment": "No vertex attributes\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.XR.MeshVertexAttributes", + "name": "Normals", + "comment": "Vertex normals\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.XR.MeshVertexAttributes", + "name": "Tangents", + "comment": "Vertex tangents\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.XR.MeshVertexAttributes", + "name": "UVs", + "comment": "Vertex UVs\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.XR.MeshVertexAttributes", + "name": "Colors", + "comment": "Vertex normals\n\n", + "location": "UnityEngine.XRModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.XR.MeshVertexAttributes", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.XRModule.dll" + } + ], + "name": "MeshVertexAttributes", + "comment": "A set of vertex attributes.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "namespace": "UnityEngine.XR", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.XR.MeshChangeState", + "name": "Added", + "comment": "The mesh has been added since the last call to XRMeshSubsystem.TryGetMeshInfos.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.XR.MeshChangeState", + "name": "Updated", + "comment": "The mesh has been updated since the last call to XRMeshSubsystem.TryGetMeshInfos.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.XR.MeshChangeState", + "name": "Removed", + "comment": "The mesh has been removed since the last call to XRMeshSubsystem.TryGetMeshInfos.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.XR.MeshChangeState", + "name": "Unchanged", + "comment": "The mesh has not changed since the last call to XRMeshSubsystem.TryGetMeshInfos.\n\n", + "location": "UnityEngine.XRModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.XR.MeshChangeState", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.XRModule.dll" + } + ], + "name": "MeshChangeState", + "comment": "The state of a tracked mesh since the last query.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "namespace": "UnityEngine.XR", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IEquatable"], + "fields": [ + { + "typeName": "UnityEngine.XR.MeshId", + "name": "MeshId", + "comment": "The MeshId of the tracked mesh.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "UnityEngine.XR.MeshChangeState", + "name": "ChangeState", + "comment": "The change state (e.g., Added, Removed) of the tracked mesh.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "typeName": "int", + "name": "PriorityHint", + "comment": "A hint that can be used to determine when this mesh should be processed.\n\n", + "location": "UnityEngine.XRModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "other", "typeName": "UnityEngine.XR.MeshInfo" } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "lhs", "typeName": "UnityEngine.XR.MeshInfo" }, + { "name": "rhs", "typeName": "UnityEngine.XR.MeshInfo" } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "lhs", "typeName": "UnityEngine.XR.MeshInfo" }, + { "name": "rhs", "typeName": "UnityEngine.XR.MeshInfo" } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "UnityEngine.XRModule.dll" + } + ], + "name": "MeshInfo", + "comment": "Contains state information related to a tracked mesh.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "namespace": "UnityEngine.Rendering.PostProcessing", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "float", + "name": "max", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "max", "typeName": "float" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "name": "MaxAttribute", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "namespace": "UnityEngine.XR", + "baseClass": "UnityEngine.IntegratedSubsystem", + "attribute": "", + "interfaces": ["ISubsystem"], + "fields": [ + { + "typeName": "float", + "name": "meshDensity", + "comment": "Call this function to request a change in the density of the generated Meshes. Unity gives the density level as a value within the range 0.0 to 1.0 and the provider determines how to map that value to their implementation.\nSetting this value does not guarantee an immediate change in the density of any currently created Mesh and may only change the density for new or updated Meshes.\n\n", + "location": "UnityEngine.XRModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "meshInfosOut", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "TryGetMeshInfos", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "meshId", "typeName": "UnityEngine.XR.MeshId" }, + { "name": "mesh", "typeName": "UnityEngine.Mesh" }, + { "name": "meshCollider", "typeName": "UnityEngine.MeshCollider" }, + { + "name": "attributes", + "typeName": "UnityEngine.XR.MeshVertexAttributes" + }, + { + "name": "onMeshGenerationComplete", + "typeName": "System.Action" + } + ], + "isStatic": false, + "name": "GenerateMeshAsync", + "comment": "", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Vector3" }, + { "name": "extents", "typeName": "UnityEngine.Vector3" } + ], + "isStatic": false, + "name": "SetBoundingVolume", + "comment": "Set the bounding volume to restrict the space in which Unity generates and tracks Meshes.\n\nThe bounding volume is an Axis Aligned Bounding Box (AABB) centered at the origin and extends in each dimension as defined in extents.\n\nThe units of measurement depend on the provider.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.XRModule.dll" + } + ], + "name": "XRMeshSubsystem", + "comment": "Allows external systems to provide dynamic meshes to Unity.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "namespace": "UnityEngine.XR", + "baseClass": "UnityEngine.IntegratedSubsystemDescriptor", + "attribute": "", + "interfaces": ["ISubsystemDescriptorImpl", "ISubsystemDescriptor"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.XRModule.dll" + } + ], + "name": "XRMeshSubsystemDescriptor", + "comment": "Information about an XRMeshSubsystem.\n\n", + "location": "UnityEngine.XRModule.dll" + }, + { + "namespace": "UnityEngine.Rendering.PostProcessing", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "float", + "name": "min", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "min", "typeName": "float" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "name": "MinAttribute", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "namespace": "UnityEngine.Rendering.PostProcessing", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "float", + "name": "min", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "float", + "name": "max", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "min", "typeName": "float" }, + { "name": "max", "typeName": "float" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "name": "MinMaxAttribute", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "namespace": "UnityEngine.Rendering.PostProcessing", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "System.Type", + "name": "renderer", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.PostProcessEvent", + "name": "eventType", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "string", + "name": "menuItem", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "bool", + "name": "allowInSceneView", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "renderer", "typeName": "System.Type" }, + { + "name": "eventType", + "typeName": "UnityEngine.Rendering.PostProcessing.PostProcessEvent" + }, + { "name": "menuItem", "typeName": "string" }, + { "name": "allowInSceneView", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "name": "PostProcessAttribute", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.AssetBundleLoadResult", + "name": "Success", + "comment": "The operation completed successfully.\n\n", + "location": "UnityEngine.AssetBundleModule.dll" + }, + { + "typeName": "UnityEngine.AssetBundleLoadResult", + "name": "Cancelled", + "comment": "The operation was cancelled.\n\n", + "location": "UnityEngine.AssetBundleModule.dll" + }, + { + "typeName": "UnityEngine.AssetBundleLoadResult", + "name": "NotMatchingCrc", + "comment": "The decompressed Asset data did not match the precomputed CRC. This may suggest that the AssetBundle did not download correctly.\n\n", + "location": "UnityEngine.AssetBundleModule.dll" + }, + { + "typeName": "UnityEngine.AssetBundleLoadResult", + "name": "FailedCache", + "comment": "The Asset Bundle was not successfully cached.\n\n", + "location": "UnityEngine.AssetBundleModule.dll" + }, + { + "typeName": "UnityEngine.AssetBundleLoadResult", + "name": "NotValidAssetBundle", + "comment": "This does not appear to be a valid Asset Bundle.\n\n", + "location": "UnityEngine.AssetBundleModule.dll" + }, + { + "typeName": "UnityEngine.AssetBundleLoadResult", + "name": "NoSerializedData", + "comment": "The Asset Bundle does not contain any serialized data. It may be empty, or corrupt.\n\n", + "location": "UnityEngine.AssetBundleModule.dll" + }, + { + "typeName": "UnityEngine.AssetBundleLoadResult", + "name": "NotCompatible", + "comment": "The AssetBundle is incompatible with this version of Unity.\n\n", + "location": "UnityEngine.AssetBundleModule.dll" + }, + { + "typeName": "UnityEngine.AssetBundleLoadResult", + "name": "AlreadyLoaded", + "comment": "The Asset Bundle is already loaded.\n\n", + "location": "UnityEngine.AssetBundleModule.dll" + }, + { + "typeName": "UnityEngine.AssetBundleLoadResult", + "name": "FailedRead", + "comment": "Failed to read the Asset Bundle file.\n\n", + "location": "UnityEngine.AssetBundleModule.dll" + }, + { + "typeName": "UnityEngine.AssetBundleLoadResult", + "name": "FailedDecompression", + "comment": "Failed to decompress the Asset Bundle.\n\n", + "location": "UnityEngine.AssetBundleModule.dll" + }, + { + "typeName": "UnityEngine.AssetBundleLoadResult", + "name": "FailedWrite", + "comment": "Failed to write to the file system.\n\n", + "location": "UnityEngine.AssetBundleModule.dll" + }, + { + "typeName": "UnityEngine.AssetBundleLoadResult", + "name": "FailedDeleteRecompressionTarget", + "comment": "The target path given for the Recompression operation could not be deleted for swap with recompressed bundle file.\n\n", + "location": "UnityEngine.AssetBundleModule.dll" + }, + { + "typeName": "UnityEngine.AssetBundleLoadResult", + "name": "RecompressionTargetIsLoaded", + "comment": "The target path given for the Recompression operation is an Archive that is currently loaded.\n\n", + "location": "UnityEngine.AssetBundleModule.dll" + }, + { + "typeName": "UnityEngine.AssetBundleLoadResult", + "name": "RecompressionTargetExistsButNotArchive", + "comment": "The target path given for the Recompression operation exists but is not an Archive container.\n\n", + "location": "UnityEngine.AssetBundleModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.AssetBundleLoadResult", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.AssetBundleModule.dll" + } + ], + "name": "AssetBundleLoadResult", + "comment": "The result of an Asset Bundle Load or Recompress Operation.\n\n", + "location": "UnityEngine.AssetBundleModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.Object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Object", + "name": "mainAsset", + "comment": "", + "location": "UnityEngine.AssetBundleModule.dll" + }, + { + "typeName": "bool", + "name": "isStreamedSceneAssetBundle", + "comment": "Return true if the AssetBundle is a streamed Scene AssetBundle.\n\n", + "location": "UnityEngine.AssetBundleModule.dll" + }, + { + "typeName": "uint", + "name": "memoryBudgetKB", + "comment": "Controls the size of the shared AssetBundle loading cache. Default value is 1MB.\n\n", + "location": "UnityEngine.AssetBundleModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "unloadAllObjects", "typeName": "bool" }], + "isStatic": true, + "name": "UnloadAllAssetBundles", + "comment": "Unloads all currently loaded AssetBundles.\n\n```plaintext\nParams: unloadAllObjects - Determines whether the current instances of objects loaded from AssetBundles will also be unloaded.\n \n```\n\n", + "location": "UnityEngine.AssetBundleModule.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [], + "isStatic": true, + "name": "GetAllLoadedAssetBundles", + "comment": "Returns IEnumerable of all currently loaded Asset Bundles.\n\n", + "location": "UnityEngine.AssetBundleModule.dll" + }, + { + "returnTypeName": "AssetBundleCreateRequest", + "params": [{ "name": "path", "typeName": "string" }], + "isStatic": true, + "name": "LoadFromFileAsync", + "comment": "", + "location": "UnityEngine.AssetBundleModule.dll" + }, + { + "returnTypeName": "AssetBundleCreateRequest", + "params": [ + { "name": "path", "typeName": "string" }, + { "name": "crc", "typeName": "uint" } + ], + "isStatic": true, + "name": "LoadFromFileAsync", + "comment": "", + "location": "UnityEngine.AssetBundleModule.dll" + }, + { + "returnTypeName": "AssetBundleCreateRequest", + "params": [ + { "name": "path", "typeName": "string" }, + { "name": "crc", "typeName": "uint" }, + { "name": "offset", "typeName": "ulong" } + ], + "isStatic": true, + "name": "LoadFromFileAsync", + "comment": "Asynchronous create request for an AssetBundle. Use AssetBundleCreateRequest.assetBundle property to get an AssetBundle once it is loaded.\n\n```plaintext\nParams: path - Path of the file on disk.\n crc - An optional CRC-32 checksum of the uncompressed content. If this is non-zero, then the content will be compared against the checksum before loading it, and give an error if it does not match.\n offset - An optional byte offset. This value specifies where to start reading the AssetBundle from.\n \n```\n\n", + "location": "UnityEngine.AssetBundleModule.dll" + }, + { + "returnTypeName": "AssetBundle", + "params": [{ "name": "path", "typeName": "string" }], + "isStatic": true, + "name": "LoadFromFile", + "comment": "", + "location": "UnityEngine.AssetBundleModule.dll" + }, + { + "returnTypeName": "AssetBundle", + "params": [ + { "name": "path", "typeName": "string" }, + { "name": "crc", "typeName": "uint" } + ], + "isStatic": true, + "name": "LoadFromFile", + "comment": "", + "location": "UnityEngine.AssetBundleModule.dll" + }, + { + "returnTypeName": "AssetBundle", + "params": [ + { "name": "path", "typeName": "string" }, + { "name": "crc", "typeName": "uint" }, + { "name": "offset", "typeName": "ulong" } + ], + "isStatic": true, + "name": "LoadFromFile", + "comment": "Loaded AssetBundle object or null if failed.\n\n```plaintext\nParams: path - Path of the file on disk.\n crc - An optional CRC-32 checksum of the uncompressed content. If this is non-zero, then the content will be compared against the checksum before loading it, and give an error if it does not match.\n offset - An optional byte offset. This value specifies where to start reading the AssetBundle from.\n \n```\n\n", + "location": "UnityEngine.AssetBundleModule.dll" + }, + { + "returnTypeName": "AssetBundleCreateRequest", + "params": [{ "name": "binary", "typeName": "byte[]" }], + "isStatic": true, + "name": "LoadFromMemoryAsync", + "comment": "", + "location": "UnityEngine.AssetBundleModule.dll" + }, + { + "returnTypeName": "AssetBundleCreateRequest", + "params": [ + { "name": "binary", "typeName": "byte[]" }, + { "name": "crc", "typeName": "uint" } + ], + "isStatic": true, + "name": "LoadFromMemoryAsync", + "comment": "Asynchronous create request for an AssetBundle. Use AssetBundleCreateRequest.assetBundle property to get an AssetBundle once it is loaded.\n\n```plaintext\nParams: binary - Array of bytes with the AssetBundle data.\n crc - An optional CRC-32 checksum of the uncompressed content. If this is non-zero, then the content will be compared against the checksum before loading it, and give an error if it does not match.\n \n```\n\n", + "location": "UnityEngine.AssetBundleModule.dll" + }, + { + "returnTypeName": "AssetBundle", + "params": [{ "name": "binary", "typeName": "byte[]" }], + "isStatic": true, + "name": "LoadFromMemory", + "comment": "", + "location": "UnityEngine.AssetBundleModule.dll" + }, + { + "returnTypeName": "AssetBundle", + "params": [ + { "name": "binary", "typeName": "byte[]" }, + { "name": "crc", "typeName": "uint" } + ], + "isStatic": true, + "name": "LoadFromMemory", + "comment": "Loaded AssetBundle object or null if failed.\n\n```plaintext\nParams: binary - Array of bytes with the AssetBundle data.\n crc - An optional CRC-32 checksum of the uncompressed content. If this is non-zero, then the content will be compared against the checksum before loading it, and give an error if it does not match.\n \n```\n\n", + "location": "UnityEngine.AssetBundleModule.dll" + }, + { + "returnTypeName": "AssetBundleCreateRequest", + "params": [ + { "name": "stream", "typeName": "System.IO.Stream" }, + { "name": "crc", "typeName": "uint" }, + { "name": "managedReadBufferSize", "typeName": "uint" } + ], + "isStatic": true, + "name": "LoadFromStreamAsync", + "comment": "Asynchronous create request for an AssetBundle. Use AssetBundleCreateRequest.assetBundle property to get an AssetBundle once it is loaded.\n\n```plaintext\nParams: stream - The managed Stream object. Unity calls Read(), Seek() and the Length property on this object to load the AssetBundle data.\n crc - An optional CRC-32 checksum of the uncompressed content.\n managedReadBufferSize - You can use this to override the size of the read buffer Unity uses while loading data. The default size is 32KB.\n \n```\n\n", + "location": "UnityEngine.AssetBundleModule.dll" + }, + { + "returnTypeName": "AssetBundleCreateRequest", + "params": [ + { "name": "stream", "typeName": "System.IO.Stream" }, + { "name": "crc", "typeName": "uint" } + ], + "isStatic": true, + "name": "LoadFromStreamAsync", + "comment": "", + "location": "UnityEngine.AssetBundleModule.dll" + }, + { + "returnTypeName": "AssetBundleCreateRequest", + "params": [{ "name": "stream", "typeName": "System.IO.Stream" }], + "isStatic": true, + "name": "LoadFromStreamAsync", + "comment": "", + "location": "UnityEngine.AssetBundleModule.dll" + }, + { + "returnTypeName": "AssetBundle", + "params": [ + { "name": "stream", "typeName": "System.IO.Stream" }, + { "name": "crc", "typeName": "uint" }, + { "name": "managedReadBufferSize", "typeName": "uint" } + ], + "isStatic": true, + "name": "LoadFromStream", + "comment": "The loaded AssetBundle object or null when the object fails to load.\n\n```plaintext\nParams: stream - The managed Stream object. Unity calls Read(), Seek() and the Length property on this object to load the AssetBundle data.\n crc - An optional CRC-32 checksum of the uncompressed content.\n managedReadBufferSize - You can use this to override the size of the read buffer Unity uses while loading data. The default size is 32KB.\n \n```\n\n", + "location": "UnityEngine.AssetBundleModule.dll" + }, + { + "returnTypeName": "AssetBundle", + "params": [ + { "name": "stream", "typeName": "System.IO.Stream" }, + { "name": "crc", "typeName": "uint" } + ], + "isStatic": true, + "name": "LoadFromStream", + "comment": "", + "location": "UnityEngine.AssetBundleModule.dll" + }, + { + "returnTypeName": "AssetBundle", + "params": [{ "name": "stream", "typeName": "System.IO.Stream" }], + "isStatic": true, + "name": "LoadFromStream", + "comment": "", + "location": "UnityEngine.AssetBundleModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "Contains", + "comment": "Check if an AssetBundle contains a specific object.\n\n", + "location": "UnityEngine.AssetBundleModule.dll" + }, + { + "returnTypeName": "Object", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "Load", + "comment": "", + "location": "UnityEngine.AssetBundleModule.dll" + }, + { + "returnTypeName": "Object", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "Load", + "comment": "", + "location": "UnityEngine.AssetBundleModule.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "LoadAll", + "comment": "", + "location": "UnityEngine.AssetBundleModule.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "LoadAll", + "comment": "", + "location": "UnityEngine.AssetBundleModule.dll" + }, + { + "returnTypeName": "Object", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "LoadAsset", + "comment": "Loads asset with name of type T from the bundle.\n\n", + "location": "UnityEngine.AssetBundleModule.dll" + }, + { + "returnTypeName": "T", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "LoadAsset", + "comment": "", + "location": "UnityEngine.AssetBundleModule.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "type", "typeName": "System.Type" } + ], + "isStatic": false, + "name": "LoadAsset", + "comment": "Loads asset with name of a given type from the bundle.\n\n", + "location": "UnityEngine.AssetBundleModule.dll" + }, + { + "returnTypeName": "AssetBundleRequest", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "LoadAssetAsync", + "comment": "Asynchronously loads asset with name of a given T from the bundle.\n\n", + "location": "UnityEngine.AssetBundleModule.dll" + }, + { + "returnTypeName": "AssetBundleRequest", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "LoadAssetAsync", + "comment": "", + "location": "UnityEngine.AssetBundleModule.dll" + }, + { + "returnTypeName": "AssetBundleRequest", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "type", "typeName": "System.Type" } + ], + "isStatic": false, + "name": "LoadAssetAsync", + "comment": "Asynchronously loads asset with name of a given type from the bundle.\n\n", + "location": "UnityEngine.AssetBundleModule.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "LoadAssetWithSubAssets", + "comment": "Loads asset and sub assets with name of type T from the bundle.\n\n", + "location": "UnityEngine.AssetBundleModule.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "LoadAssetWithSubAssets", + "comment": "", + "location": "UnityEngine.AssetBundleModule.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "type", "typeName": "System.Type" } + ], + "isStatic": false, + "name": "LoadAssetWithSubAssets", + "comment": "Loads asset and sub assets with name of a given type from the bundle.\n\n", + "location": "UnityEngine.AssetBundleModule.dll" + }, + { + "returnTypeName": "AssetBundleRequest", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "LoadAssetWithSubAssetsAsync", + "comment": "Loads asset with sub assets with name of type T from the bundle asynchronously.\n\n", + "location": "UnityEngine.AssetBundleModule.dll" + }, + { + "returnTypeName": "AssetBundleRequest", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "LoadAssetWithSubAssetsAsync", + "comment": "", + "location": "UnityEngine.AssetBundleModule.dll" + }, + { + "returnTypeName": "AssetBundleRequest", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "type", "typeName": "System.Type" } + ], + "isStatic": false, + "name": "LoadAssetWithSubAssetsAsync", + "comment": "Loads asset with sub assets with name of a given type from the bundle asynchronously.\n\n", + "location": "UnityEngine.AssetBundleModule.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "LoadAllAssets", + "comment": "Loads all assets contained in the asset bundle that inherit from type T.\n\n", + "location": "UnityEngine.AssetBundleModule.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "LoadAllAssets", + "comment": "", + "location": "UnityEngine.AssetBundleModule.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "type", "typeName": "System.Type" }], + "isStatic": false, + "name": "LoadAllAssets", + "comment": "Loads all assets contained in the asset bundle that inherit from type.\n\n", + "location": "UnityEngine.AssetBundleModule.dll" + }, + { + "returnTypeName": "AssetBundleRequest", + "params": [], + "isStatic": false, + "name": "LoadAllAssetsAsync", + "comment": "Loads all assets contained in the asset bundle that inherit from T asynchronously.\n\n", + "location": "UnityEngine.AssetBundleModule.dll" + }, + { + "returnTypeName": "AssetBundleRequest", + "params": [], + "isStatic": false, + "name": "LoadAllAssetsAsync", + "comment": "", + "location": "UnityEngine.AssetBundleModule.dll" + }, + { + "returnTypeName": "AssetBundleRequest", + "params": [{ "name": "type", "typeName": "System.Type" }], + "isStatic": false, + "name": "LoadAllAssetsAsync", + "comment": "Loads all assets contained in the asset bundle that inherit from type asynchronously.\n\n", + "location": "UnityEngine.AssetBundleModule.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "AllAssetNames", + "comment": "", + "location": "UnityEngine.AssetBundleModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "unloadAllLoadedObjects", "typeName": "bool" }], + "isStatic": false, + "name": "Unload", + "comment": "Unloads an AssetBundle freeing its data.\n\n```plaintext\nParams: unloadAllLoadedObjects - Determines whether the current instances of objects loaded from the AssetBundle will also be unloaded.\n \n```\n\n", + "location": "UnityEngine.AssetBundleModule.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetAllAssetNames", + "comment": "Return all asset names in the AssetBundle.\n\n", + "location": "UnityEngine.AssetBundleModule.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetAllScenePaths", + "comment": "Return all the Scene asset paths (paths to *.unity assets) in the AssetBundle.\n\n", + "location": "UnityEngine.AssetBundleModule.dll" + }, + { + "returnTypeName": "AssetBundleRecompressOperation", + "params": [ + { "name": "inputPath", "typeName": "string" }, + { "name": "outputPath", "typeName": "string" }, + { "name": "method", "typeName": "UnityEngine.BuildCompression" }, + { "name": "expectedCRC", "typeName": "uint" }, + { "name": "priority", "typeName": "UnityEngine.ThreadPriority" } + ], + "isStatic": true, + "name": "RecompressAssetBundleAsync", + "comment": "Asynchronously recompress a downloaded/stored AssetBundle from one BuildCompression to another.\n\n```plaintext\nParams: inputPath - Path to the AssetBundle to recompress.\n outputPath - Path to the recompressed AssetBundle to be generated. Can be the same as inputPath.\n method - The compression method, level and blocksize to use during recompression. Only some BuildCompression types are supported (see note).\n expectedCRC - CRC of the AssetBundle to test against. Testing this requires additional file reading and computation. Pass in 0 to skip this check. Unity does not compute a CRC when the source and destination BuildCompression are the same, so no CRC verification takes place (see note).\n priority - The priority at which the recompression operation should run. This sets thread priority during the operation and does not effect the order in which operations are performed. Recompression operations run on a background worker thread.\n \n```\n\n", + "location": "UnityEngine.AssetBundleModule.dll" + }, + { + "returnTypeName": "AssetBundle", + "params": [{ "name": "path", "typeName": "string" }], + "isStatic": true, + "name": "CreateFromFile", + "comment": "Loads an asset bundle from a disk.\n\n```plaintext\nParams: path - Path of the file on disk\n\nSee Also: UnityWebRequestAssetBundle.GetAssetBundle, DownloadHandlerAssetBundle.\n \n```\n\n", + "location": "UnityEngine.AssetBundleModule.dll" + }, + { + "returnTypeName": "AssetBundleCreateRequest", + "params": [{ "name": "binary", "typeName": "byte[]" }], + "isStatic": true, + "name": "CreateFromMemory", + "comment": "Asynchronously create an AssetBundle from a memory region.\n\n", + "location": "UnityEngine.AssetBundleModule.dll" + }, + { + "returnTypeName": "AssetBundle", + "params": [{ "name": "binary", "typeName": "byte[]" }], + "isStatic": true, + "name": "CreateFromMemoryImmediate", + "comment": "Synchronously create an AssetBundle from a memory region.\n\n```plaintext\nParams: binary - Array of bytes with the AssetBundle data.\n \n```\n\n", + "location": "UnityEngine.AssetBundleModule.dll" + } + ], + "name": "AssetBundle", + "comment": "AssetBundles let you stream additional assets via the UnityWebRequest class and instantiate them at runtime. AssetBundles are created via BuildPipeline.BuildAssetBundle.\n\n", + "location": "UnityEngine.AssetBundleModule.dll" + }, + { + "namespace": "UnityEngine.Experimental.GlobalIllumination", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Experimental.GlobalIllumination.LightType", + "name": "Directional", + "comment": "An infinite directional light.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.GlobalIllumination.LightType", + "name": "Point", + "comment": "A point light emitting light in all directions.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.GlobalIllumination.LightType", + "name": "Spot", + "comment": "A spot light emitting light in a direction with a cone shaped opening angle.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.GlobalIllumination.LightType", + "name": "Rectangle", + "comment": "A light shaped like a rectangle emitting light into the hemisphere that it is facing.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.GlobalIllumination.LightType", + "name": "Disc", + "comment": "A light shaped like a disc emitting light into the hemisphere that it is facing.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.GlobalIllumination.LightType", + "name": "SpotPyramidShape", + "comment": "A pyramid-shaped spot light. This type is only compatible with Scriptable Render Pipelines; it is not compatible with the built-in render pipeline.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.GlobalIllumination.LightType", + "name": "SpotBoxShape", + "comment": "A box-shaped spot light. This type is only compatible with Scriptable Render Pipelines; it is not compatible with the built-in render pipeline.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Experimental.GlobalIllumination.LightType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "LightType", + "comment": "The light type.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "string", + "name": "version", + "comment": "Version of Unity API.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "version", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "Initializes a new instance of UnityAPICompatibilityVersionAttribute. This overload has been deprecated.\n\n```plaintext\nParams: version - Unity version that this assembly is compatible with.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "version", "typeName": "string" }, + { "name": "checkOnlyUnityVersion", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Initializes a new instance of UnityAPICompatibilityVersionAttribute.\n\n```plaintext\nParams: version - Unity version that this assembly is compatible with.\n checkOnlyUnityVersion - Must be set to true.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "version", "typeName": "string" }, + { "name": "configurationAssembliesHashes", "typeName": "string[]" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Initializes a new instance of UnityAPICompatibilityVersionAttribute. This constructor is used by internal tooling.\n\n```plaintext\nParams: version - Unity version that this assembly is compatible with.\n configurationAssembliesHashes - A comma-separated list comprised of the assembly name and attribute hash pairs. For example, assemblyname:hash,assemblyname:hash.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "UnityAPICompatibilityVersionAttribute", + "comment": "Declares an assembly to be compatible (API wise) with a specific Unity API. Used by internal tools to avoid processing the assembly in order to decide whether assemblies may be using old Unity API.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Experimental.GlobalIllumination", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Experimental.GlobalIllumination.LightMode", + "name": "Realtime", + "comment": "The light is realtime. No contribution will be baked in lightmaps or light probes.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.GlobalIllumination.LightMode", + "name": "Mixed", + "comment": "The light is mixed. Mixed lights are interpreted based on the global light mode setting in the lighting window.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.GlobalIllumination.LightMode", + "name": "Baked", + "comment": "The light is fully baked and has no realtime component.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.GlobalIllumination.LightMode", + "name": "Unknown", + "comment": "The light should be ignored by the baking backends.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Experimental.GlobalIllumination.LightMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "LightMode", + "comment": "The lightmode. A light can be realtime, mixed, baked or unknown. Unknown lights will be ignored by the baking backends.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.HideFlags", + "name": "None", + "comment": "A normal, visible object. This is the default.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.HideFlags", + "name": "HideInHierarchy", + "comment": "The object will not appear in the hierarchy.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.HideFlags", + "name": "HideInInspector", + "comment": "It is not possible to view it in the inspector.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.HideFlags", + "name": "DontSaveInEditor", + "comment": "The object will not be saved to the Scene in the editor.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.HideFlags", + "name": "NotEditable", + "comment": "The object will not be editable in the inspector.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.HideFlags", + "name": "DontSaveInBuild", + "comment": "The object will not be saved when building a player.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.HideFlags", + "name": "DontUnloadUnusedAsset", + "comment": "The object will not be unloaded by Resources.UnloadUnusedAssets.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.HideFlags", + "name": "DontSave", + "comment": "The object will not be saved to the Scene. It will not be destroyed when a new Scene is loaded. It is a shortcut for HideFlags.DontSaveInBuild | HideFlags.DontSaveInEditor | HideFlags.DontUnloadUnusedAsset.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.HideFlags", + "name": "HideAndDontSave", + "comment": "The GameObject is not shown in the Hierarchy, not saved to to Scenes, and not unloaded by Resources.UnloadUnusedAssets.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.HideFlags", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "HideFlags", + "comment": "Bit mask that controls object destruction, saving and visibility in inspectors.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "name", + "comment": "The name of the object.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.HideFlags", + "name": "hideFlags", + "comment": "Should the object be hidden, saved with the Scene or modifiable by the user?\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetInstanceID", + "comment": "Returns the instance id of the object.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "other", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "exists", "typeName": "UnityEngine.Object" }], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "original", "typeName": "UnityEngine.Object" }, + { "name": "position", "typeName": "UnityEngine.Vector3" }, + { "name": "rotation", "typeName": "UnityEngine.Quaternion" } + ], + "isStatic": true, + "name": "Instantiate", + "comment": "The instantiated clone.\n\n```plaintext\nParams: original - An existing object that you want to make a copy of.\n position - Position for the new object.\n rotation - Orientation of the new object.\n parent - Parent that will be assigned to the new object.\n instantiateInWorldSpace - When you assign a parent Object, pass true to position the new object directly in world space. Pass false to set the Object’s position relative to its new parent..\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "original", "typeName": "UnityEngine.Object" }, + { "name": "position", "typeName": "UnityEngine.Vector3" }, + { "name": "rotation", "typeName": "UnityEngine.Quaternion" }, + { "name": "parent", "typeName": "UnityEngine.Transform" } + ], + "isStatic": true, + "name": "Instantiate", + "comment": "The instantiated clone.\n\n```plaintext\nParams: original - An existing object that you want to make a copy of.\n position - Position for the new object.\n rotation - Orientation of the new object.\n parent - Parent that will be assigned to the new object.\n instantiateInWorldSpace - When you assign a parent Object, pass true to position the new object directly in world space. Pass false to set the Object’s position relative to its new parent..\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Object", + "params": [{ "name": "original", "typeName": "UnityEngine.Object" }], + "isStatic": true, + "name": "Instantiate", + "comment": "The instantiated clone.\n\n```plaintext\nParams: original - An existing object that you want to make a copy of.\n position - Position for the new object.\n rotation - Orientation of the new object.\n parent - Parent that will be assigned to the new object.\n instantiateInWorldSpace - When you assign a parent Object, pass true to position the new object directly in world space. Pass false to set the Object’s position relative to its new parent..\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "original", "typeName": "UnityEngine.Object" }, + { "name": "parent", "typeName": "UnityEngine.Transform" } + ], + "isStatic": true, + "name": "Instantiate", + "comment": "The instantiated clone.\n\n```plaintext\nParams: original - An existing object that you want to make a copy of.\n position - Position for the new object.\n rotation - Orientation of the new object.\n parent - Parent that will be assigned to the new object.\n instantiateInWorldSpace - When you assign a parent Object, pass true to position the new object directly in world space. Pass false to set the Object’s position relative to its new parent..\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "original", "typeName": "UnityEngine.Object" }, + { "name": "parent", "typeName": "UnityEngine.Transform" }, + { "name": "instantiateInWorldSpace", "typeName": "bool" } + ], + "isStatic": true, + "name": "Instantiate", + "comment": "The instantiated clone.\n\n```plaintext\nParams: original - An existing object that you want to make a copy of.\n position - Position for the new object.\n rotation - Orientation of the new object.\n parent - Parent that will be assigned to the new object.\n instantiateInWorldSpace - When you assign a parent Object, pass true to position the new object directly in world space. Pass false to set the Object’s position relative to its new parent..\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "T", + "params": [{ "name": "original", "typeName": "T" }], + "isStatic": true, + "name": "Instantiate", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "T", + "params": [ + { "name": "original", "typeName": "T" }, + { "name": "position", "typeName": "UnityEngine.Vector3" }, + { "name": "rotation", "typeName": "UnityEngine.Quaternion" } + ], + "isStatic": true, + "name": "Instantiate", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "T", + "params": [ + { "name": "original", "typeName": "T" }, + { "name": "position", "typeName": "UnityEngine.Vector3" }, + { "name": "rotation", "typeName": "UnityEngine.Quaternion" }, + { "name": "parent", "typeName": "UnityEngine.Transform" } + ], + "isStatic": true, + "name": "Instantiate", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "T", + "params": [ + { "name": "original", "typeName": "T" }, + { "name": "parent", "typeName": "UnityEngine.Transform" } + ], + "isStatic": true, + "name": "Instantiate", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "T", + "params": [ + { "name": "original", "typeName": "T" }, + { "name": "parent", "typeName": "UnityEngine.Transform" }, + { "name": "worldPositionStays", "typeName": "bool" } + ], + "isStatic": true, + "name": "Instantiate", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "obj", "typeName": "UnityEngine.Object" }, + { "name": "t", "typeName": "float" } + ], + "isStatic": true, + "name": "Destroy", + "comment": "Removes a GameObject, component or asset.\n\n```plaintext\nParams: obj - The object to destroy.\n t - The optional amount of time to delay before destroying the object.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "obj", "typeName": "UnityEngine.Object" }], + "isStatic": true, + "name": "Destroy", + "comment": "Removes a GameObject, component or asset.\n\n```plaintext\nParams: obj - The object to destroy.\n t - The optional amount of time to delay before destroying the object.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "obj", "typeName": "UnityEngine.Object" }, + { "name": "allowDestroyingAssets", "typeName": "bool" } + ], + "isStatic": true, + "name": "DestroyImmediate", + "comment": "Destroys the object obj immediately. You are strongly recommended to use Destroy instead.\n\n```plaintext\nParams: obj - Object to be destroyed.\n allowDestroyingAssets - Set to true to allow assets to be destroyed.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "obj", "typeName": "UnityEngine.Object" }], + "isStatic": true, + "name": "DestroyImmediate", + "comment": "Destroys the object obj immediately. You are strongly recommended to use Destroy instead.\n\n```plaintext\nParams: obj - Object to be destroyed.\n allowDestroyingAssets - Set to true to allow assets to be destroyed.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "type", "typeName": "System.Type" }], + "isStatic": true, + "name": "FindObjectsOfType", + "comment": "The array of objects found matching the type specified.\n\n```plaintext\nParams: type - The type of object to find.\n includeInactive - If true, components attached to inactive GameObjects are also included.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { "name": "includeInactive", "typeName": "bool" } + ], + "isStatic": true, + "name": "FindObjectsOfType", + "comment": "The array of objects found matching the type specified.\n\n```plaintext\nParams: type - The type of object to find.\n includeInactive - If true, components attached to inactive GameObjects are also included.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "target", "typeName": "UnityEngine.Object" }], + "isStatic": true, + "name": "DontDestroyOnLoad", + "comment": "Do not destroy the target Object when loading a new Scene.\n\n```plaintext\nParams: target - An Object not destroyed on Scene change.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "obj", "typeName": "UnityEngine.Object" }, + { "name": "t", "typeName": "float" } + ], + "isStatic": true, + "name": "DestroyObject", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "obj", "typeName": "UnityEngine.Object" }], + "isStatic": true, + "name": "DestroyObject", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "type", "typeName": "System.Type" }], + "isStatic": true, + "name": "FindSceneObjectsOfType", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "type", "typeName": "System.Type" }], + "isStatic": true, + "name": "FindObjectsOfTypeIncludingAssets", + "comment": "The array of objects and assets found matching the type specified.\n\n```plaintext\nParams: type - The type of object or asset to find.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": true, + "name": "FindObjectsOfType", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "includeInactive", "typeName": "bool" }], + "isStatic": true, + "name": "FindObjectsOfType", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "T", + "params": [], + "isStatic": true, + "name": "FindObjectOfType", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "T", + "params": [{ "name": "includeInactive", "typeName": "bool" }], + "isStatic": true, + "name": "FindObjectOfType", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "type", "typeName": "System.Type" }], + "isStatic": true, + "name": "FindObjectsOfTypeAll", + "comment": "The array of objects found matching the type specified.\n\n```plaintext\nParams: type - The type of object to find.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Object", + "params": [{ "name": "type", "typeName": "System.Type" }], + "isStatic": true, + "name": "FindObjectOfType", + "comment": "Object The first active loaded object that matches the specified type. It returns null if no Object matches the type.\n\n```plaintext\nParams: type - The type of object to find.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { "name": "includeInactive", "typeName": "bool" } + ], + "isStatic": true, + "name": "FindObjectOfType", + "comment": "Object The first active loaded object that matches the specified type. It returns null if no Object matches the type.\n\n```plaintext\nParams: type - The type of object to find.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "The name returned by ToString.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "x", "typeName": "UnityEngine.Object" }, + { "name": "y", "typeName": "UnityEngine.Object" } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "x", "typeName": "UnityEngine.Object" }, + { "name": "y", "typeName": "UnityEngine.Object" } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "Object", + "comment": "Base class for all objects Unity can reference.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Experimental.GlobalIllumination", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Experimental.GlobalIllumination.FalloffType", + "name": "InverseSquared", + "comment": "Inverse squared distance falloff model.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.GlobalIllumination.FalloffType", + "name": "InverseSquaredNoRangeAttenuation", + "comment": "Inverse squared distance falloff model (without smooth range attenuation).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.GlobalIllumination.FalloffType", + "name": "Linear", + "comment": "Linear falloff model.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.GlobalIllumination.FalloffType", + "name": "Legacy", + "comment": "Quadratic falloff model.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.GlobalIllumination.FalloffType", + "name": "Undefined", + "comment": "Falloff model is undefined.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Experimental.GlobalIllumination.FalloffType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "FalloffType", + "comment": "Available falloff models for baking.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.YieldInstruction", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "WaitForEndOfFrame", + "comment": "Waits until the end of the frame after Unity has rendererd every Camera and GUI, just before displaying the frame on screen.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.YieldInstruction", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "WaitForFixedUpdate", + "comment": "Waits until next fixed frame rate update function. See Also: MonoBehaviour.FixedUpdate.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Experimental.GlobalIllumination", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Experimental.GlobalIllumination.AngularFalloffType", + "name": "LUT", + "comment": "Uses a lookup table to calculate falloff and does not support the inner angle.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.GlobalIllumination.AngularFalloffType", + "name": "AnalyticAndInnerAngle", + "comment": "No falloff inside inner angle then compute falloff using analytic formula.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Experimental.GlobalIllumination.AngularFalloffType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "AngularFalloffType", + "comment": "Sets the method to use to compute the angular attenuation of spot lights.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.YieldInstruction", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "seconds", "typeName": "float" }], + "isStatic": false, + "name": ".ctor", + "comment": "Suspends the coroutine execution for the given amount of seconds using scaled time.\n\n```plaintext\nParams: seconds - Delay execution by the amount of time in seconds.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "WaitForSeconds", + "comment": "Suspends the coroutine execution for the given amount of seconds using scaled time.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Experimental.GlobalIllumination", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "float", + "name": "red", + "comment": "The red color value in the range of 0.0 to 1.0.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "green", + "comment": "The green color value in the range of 0.0 to 1.0.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "blue", + "comment": "The blue color value in the range of 0.0 to 1.0.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "intensity", + "comment": "The intensity value used to scale the red, green and blue values.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "LinearColor", + "params": [ + { "name": "color", "typeName": "UnityEngine.Color" }, + { "name": "intensity", "typeName": "float" } + ], + "isStatic": true, + "name": "Convert", + "comment": "Returns the normalized linear color value.\n\n```plaintext\nParams: color - Light color.\n intensity - Light intensity.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "LinearColor", + "params": [], + "isStatic": true, + "name": "Black", + "comment": "Returns a black color.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "LinearColor", + "comment": "Contains normalized linear color values for red, green, blue in the range of 0 to 1, and an additional intensity value.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.CustomYieldInstruction", + "attribute": "", + "interfaces": ["IEnumerator"], + "fields": [ + { + "typeName": "float", + "name": "waitTime", + "comment": "The given amount of seconds that the yield instruction will wait for.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "keepWaiting", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "time", "typeName": "float" }], + "isStatic": false, + "name": ".ctor", + "comment": "Creates a yield instruction to wait for a given number of seconds using unscaled time.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Reset", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "WaitForSecondsRealtime", + "comment": "Suspends the coroutine execution for the given amount of seconds using unscaled time.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.CustomYieldInstruction", + "attribute": "", + "interfaces": ["IEnumerator"], + "fields": [ + { + "typeName": "bool", + "name": "keepWaiting", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "predicate", "typeName": "System.Func" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "WaitUntil", + "comment": "Suspends the coroutine execution until the supplied delegate evaluates to true.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Experimental.GlobalIllumination", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "instanceID", + "comment": "The light's instanceID.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "shadow", + "comment": "True if the light casts shadows, otherwise False.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.GlobalIllumination.LightMode", + "name": "mode", + "comment": "The lightmode.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "position", + "comment": "The light's position. Only relevant for cookie placement.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Quaternion", + "name": "orientation", + "comment": "The light's orientation. Only relevant for cookie placement.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.GlobalIllumination.LinearColor", + "name": "color", + "comment": "The direct light color.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.GlobalIllumination.LinearColor", + "name": "indirectColor", + "comment": "The indirect light color.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "penumbraWidthRadian", + "comment": "The penumbra width for soft shadows in radians.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "direction", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "DirectionalLight", + "comment": "A helper structure used to initialize a LightDataGI structure as a directional light.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.CustomYieldInstruction", + "attribute": "", + "interfaces": ["IEnumerator"], + "fields": [ + { + "typeName": "bool", + "name": "keepWaiting", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "predicate", "typeName": "System.Func" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "WaitWhile", + "comment": "Suspends the coroutine execution until the supplied delegate evaluates to false.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Experimental.GlobalIllumination", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "instanceID", + "comment": "The light's instanceID.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "shadow", + "comment": "True if the light casts shadows, otherwise False.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.GlobalIllumination.LightMode", + "name": "mode", + "comment": "The lightmode.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "position", + "comment": "The light's position.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Quaternion", + "name": "orientation", + "comment": "The light's orientation.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.GlobalIllumination.LinearColor", + "name": "color", + "comment": "The direct light color.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.GlobalIllumination.LinearColor", + "name": "indirectColor", + "comment": "The indirect light color.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "range", + "comment": "The light's range.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "sphereRadius", + "comment": "The light's sphere radius, influencing soft shadows.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.GlobalIllumination.FalloffType", + "name": "falloff", + "comment": "The falloff model to use for baking the point light.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "PointLight", + "comment": "A helper structure used to initialize a LightDataGI structure as a point light.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "YieldInstruction", + "comment": "Base class for all yield instructions.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Rendering.PostProcessing", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "UnityEngine.Rendering.PostProcessing.TrackballAttribute.Mode", + "name": "mode", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "mode", + "typeName": "UnityEngine.Rendering.PostProcessing.TrackballAttribute.Mode" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "name": "TrackballAttribute", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Assembly", + "params": [ + { "name": "assemblyData", "typeName": "byte[]" }, + { "name": "authorizationKey", "typeName": "string" } + ], + "isStatic": true, + "name": "LoadAndVerifyAssembly", + "comment": "Loaded, verified, assembly, or null if the assembly cannot be verfied.\n\n```plaintext\nParams: assemblyData - Assembly to verify.\n authorizationKey - Public key used to verify assembly.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Assembly", + "params": [{ "name": "assemblyData", "typeName": "byte[]" }], + "isStatic": true, + "name": "LoadAndVerifyAssembly", + "comment": "Loaded, verified, assembly, or null if the assembly cannot be verfied.\n\n```plaintext\nParams: assemblyData - Assembly to verify.\n authorizationKey - Public key used to verify assembly.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "ip", "typeName": "string" }, + { "name": "atPort", "typeName": "int" } + ], + "isStatic": true, + "name": "PrefetchSocketPolicy", + "comment": "Prefetch the webplayer socket security policy from a non-default port number.\n\n```plaintext\nParams: ip - IP address of server.\n atPort - Port from where socket policy is read.\n timeout - Time to wait for response.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "ip", "typeName": "string" }, + { "name": "atPort", "typeName": "int" }, + { "name": "timeout", "typeName": "int" } + ], + "isStatic": true, + "name": "PrefetchSocketPolicy", + "comment": "Prefetch the webplayer socket security policy from a non-default port number.\n\n```plaintext\nParams: ip - IP address of server.\n atPort - Port from where socket policy is read.\n timeout - Time to wait for response.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "Security", + "comment": "Webplayer security related class. Not supported from 5.4.0 onwards.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Experimental.GlobalIllumination", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "instanceID", + "comment": "The light's instanceID.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "shadow", + "comment": "True if the light casts shadows, otherwise False.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.GlobalIllumination.LightMode", + "name": "mode", + "comment": "The lightmode.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "position", + "comment": "The light's position.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Quaternion", + "name": "orientation", + "comment": "The light's orientation.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.GlobalIllumination.LinearColor", + "name": "color", + "comment": "The direct light color.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.GlobalIllumination.LinearColor", + "name": "indirectColor", + "comment": "The indirect light color.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "range", + "comment": "The light's range.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "sphereRadius", + "comment": "The light's sphere radius, influencing soft shadows.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "coneAngle", + "comment": "The outer angle for the spot light.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "innerConeAngle", + "comment": "The inner angle for the spot light.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.GlobalIllumination.FalloffType", + "name": "falloff", + "comment": "The falloff model to use for baking the spot light.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.GlobalIllumination.AngularFalloffType", + "name": "angularFalloff", + "comment": "The angular falloff model to use for baking the spot light.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "SpotLight", + "comment": "A helper structure used to initialize a LightDataGI structure as a spot light.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Type", + "params": [ + { "name": "typeName", "typeName": "string" }, + { "name": "assemblyName", "typeName": "string" } + ], + "isStatic": true, + "name": "GetType", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "Types", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Experimental.GlobalIllumination", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "instanceID", + "comment": "The light's instanceID.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "shadow", + "comment": "True if the light casts shadows, otherwise False.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.GlobalIllumination.LightMode", + "name": "mode", + "comment": "The lightmode.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "position", + "comment": "The light's position.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Quaternion", + "name": "orientation", + "comment": "The light's orientation.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.GlobalIllumination.LinearColor", + "name": "color", + "comment": "The direct light color.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.GlobalIllumination.LinearColor", + "name": "indirectColor", + "comment": "The indirect light color.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "range", + "comment": "The light's range.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "width", + "comment": "The width of the rectangle light.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "height", + "comment": "The height of the rectangle light.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.GlobalIllumination.FalloffType", + "name": "falloff", + "comment": "The falloff model to use for baking the rectangular light.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "RectangleLight", + "comment": "A helper structure used to initialize a LightDataGI structure as a rectangle light.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "SerializeField", + "comment": "Force Unity to serialize a private field.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "SerializeReference", + "comment": "A that instructs Unity to serialize a field as a reference instead of as a value.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "PreferBinarySerialization", + "comment": "Prefer ScriptableObject derived type to use binary serialization regardless of project's asset serialization mode.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Experimental.GlobalIllumination", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "instanceID", + "comment": "The light's instanceID.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "shadow", + "comment": "True if the light casts shadows, otherwise False.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.GlobalIllumination.LightMode", + "name": "mode", + "comment": "The lightmode.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "position", + "comment": "The light's position.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Quaternion", + "name": "orientation", + "comment": "The light's orientation.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.GlobalIllumination.LinearColor", + "name": "color", + "comment": "The direct light color.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.GlobalIllumination.LinearColor", + "name": "indirectColor", + "comment": "The indirect light color.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "range", + "comment": "The light's range.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "radius", + "comment": "The radius of the disc light.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.GlobalIllumination.FalloffType", + "name": "falloff", + "comment": "The falloff model to use for baking the disc light.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "DiscLight", + "comment": "A helper structure used to initialize a LightDataGI structure as a disc light.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "OnBeforeSerialize", + "comment": "Implement this method to receive a callback before Unity serializes your object.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "OnAfterDeserialize", + "comment": "Implement this method to receive a callback after Unity deserializes your object.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "ISerializationCallbackReceiver", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Experimental.GlobalIllumination", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "instanceID", + "comment": "The light's instanceID.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "shadow", + "comment": "Specifies whether the light casts shadows or not. This is true if the light does cast shadows and false otherwise.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.GlobalIllumination.LightMode", + "name": "mode", + "comment": "The lightmode.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "position", + "comment": "The light's position.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Quaternion", + "name": "orientation", + "comment": "The light's orientation.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.GlobalIllumination.LinearColor", + "name": "color", + "comment": "The direct light color.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.GlobalIllumination.LinearColor", + "name": "indirectColor", + "comment": "The indirect light color.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "range", + "comment": "The light's range.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "width", + "comment": "The width of the box light.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "height", + "comment": "The height of the box light.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "SpotLightBoxShape", + "comment": "Use this Struct to help initialize a LightDataGI structure as a box-shaped spot light.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "object", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "int", + "name": "count", + "comment": "Number of elements in the buffer (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "stride", + "comment": "Size of one element in the buffer (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "string", + "name": "name", + "comment": "The debug label for the ComputeBuffer. This name shows up in profiling and frame debugger tools, wherever supported.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "count", "typeName": "int" }, + { "name": "stride", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Create a Compute Buffer.\n\n```plaintext\nParams: count - Number of elements in the buffer.\n stride - Size of one element in the buffer. Has to match size of buffer type in the shader. See for cross-platform compatibility information.\n type - Type of the buffer, default is ComputeBufferType.Default (structured buffer).\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "count", "typeName": "int" }, + { "name": "stride", "typeName": "int" }, + { "name": "type", "typeName": "UnityEngine.ComputeBufferType" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Create a Compute Buffer.\n\n```plaintext\nParams: count - Number of elements in the buffer.\n stride - Size of one element in the buffer. Has to match size of buffer type in the shader. See for cross-platform compatibility information.\n type - Type of the buffer, default is ComputeBufferType.Default (structured buffer).\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "count", "typeName": "int" }, + { "name": "stride", "typeName": "int" }, + { "name": "type", "typeName": "UnityEngine.ComputeBufferType" }, + { "name": "usage", "typeName": "UnityEngine.ComputeBufferMode" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Release", + "comment": "Release a Compute Buffer.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "IsValid", + "comment": "Returns true if this compute buffer is valid and false otherwise.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "data", "typeName": "System.Array" }], + "isStatic": false, + "name": "SetData", + "comment": "Set the buffer with values from an array.\n\n```plaintext\nParams: data - Array of values to fill the buffer.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "data", "typeName": "System.Collections.Generic.List" } + ], + "isStatic": false, + "name": "SetData", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "data", "typeName": "Unity.Collections.NativeArray" } + ], + "isStatic": false, + "name": "SetData", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "data", "typeName": "System.Array" }, + { "name": "managedBufferStartIndex", "typeName": "int" }, + { "name": "computeBufferStartIndex", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "SetData", + "comment": "Partial copy of data values from an array into the buffer.\n\n```plaintext\nParams: data - Array of values to fill the buffer.\n managedBufferStartIndex - The first element index in data to copy to the compute buffer.\n computeBufferStartIndex - The first element index in compute buffer to receive the data.\n count - The number of elements to copy.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "data", + "typeName": "System.Collections.Generic.List" + }, + { "name": "managedBufferStartIndex", "typeName": "int" }, + { "name": "computeBufferStartIndex", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "SetData", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "data", "typeName": "Unity.Collections.NativeArray" }, + { "name": "nativeBufferStartIndex", "typeName": "int" }, + { "name": "computeBufferStartIndex", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "SetData", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "data", "typeName": "System.Array" }], + "isStatic": false, + "name": "GetData", + "comment": "Read data values from the buffer into an array. The array can only use blittable types.\n\n```plaintext\nParams: data - An array to receive the data.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "data", "typeName": "System.Array" }, + { "name": "managedBufferStartIndex", "typeName": "int" }, + { "name": "computeBufferStartIndex", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "GetData", + "comment": "Partial read of data values from the buffer into an array.\n\n```plaintext\nParams: data - An array to receive the data.\n managedBufferStartIndex - The first element index in data where retrieved elements are copied.\n computeBufferStartIndex - The first element index of the compute buffer from which elements are read.\n count - The number of elements to retrieve.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "NativeArray", + "params": [ + { "name": "computeBufferStartIndex", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "BeginWrite", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "countWritten", "typeName": "int" }], + "isStatic": false, + "name": "EndWrite", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "counterValue", "typeName": "uint" }], + "isStatic": false, + "name": "SetCounterValue", + "comment": "Sets counter value of append/consume buffer.\n\n```plaintext\nParams: counterValue - Value of the append/consume counter.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "src", "typeName": "UnityEngine.ComputeBuffer" }, + { "name": "dst", "typeName": "UnityEngine.ComputeBuffer" }, + { "name": "dstOffsetBytes", "typeName": "int" } + ], + "isStatic": true, + "name": "CopyCount", + "comment": "Copy counter value of append/consume buffer into another buffer.\n\n```plaintext\nParams: src - Append/consume buffer to copy the counter from.\n dst - A buffer to copy the counter to.\n dstOffsetBytes - Target byte offset in dst.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [], + "isStatic": false, + "name": "GetNativeBufferPtr", + "comment": "Pointer to the underlying graphics API buffer.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "ComputeBuffer", + "comment": "GPU data buffer, mostly for use with compute shaders.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Experimental.GlobalIllumination", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "instanceID", + "comment": "The light's instanceID.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "shadow", + "comment": "Specifies whether the light casts shadows or not. This is true if the light does cast shadows and false otherwise.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.GlobalIllumination.LightMode", + "name": "mode", + "comment": "The lightmode.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "position", + "comment": "The light's position.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Quaternion", + "name": "orientation", + "comment": "The light's orientation.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.GlobalIllumination.LinearColor", + "name": "color", + "comment": "The direct light color.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.GlobalIllumination.LinearColor", + "name": "indirectColor", + "comment": "The indirect light color.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "range", + "comment": "The light's range.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "angle", + "comment": "The opening angle of the shorter side of the pyramid light.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "aspectRatio", + "comment": "The aspect ratio for the pyramid shape. Values larger than 1 extend the width and values between 0 and 1 extend the height.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.GlobalIllumination.FalloffType", + "name": "falloff", + "comment": "The falloff model to use for baking the pyramid light.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "SpotLightPyramidShape", + "comment": "Use this Struct to help initialize a LightDataGI structure as a pyramid-shaped spot light.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.Object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string[]", + "name": "shaderKeywords", + "comment": "An array containing the names of the local shader keywords that are currently enabled for this compute shader.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Int32", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "FindKernel", + "comment": "The Kernel index, or logs a \"FindKernel failed\" error message if the kernel is not found.\n\n```plaintext\nParams: name - Name of kernel function.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "HasKernel", + "comment": "True if the kernel is found, false otherwise.\n\n```plaintext\nParams: name - The name of the kernel to look for.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { "name": "val", "typeName": "float" } + ], + "isStatic": false, + "name": "SetFloat", + "comment": "Set a float parameter.\n\n```plaintext\nParams: name - Variable name in shader code.\n nameID - Property name ID, use Shader.PropertyToID to get it.\n val - Value to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { "name": "val", "typeName": "int" } + ], + "isStatic": false, + "name": "SetInt", + "comment": "Set an integer parameter.\n\n```plaintext\nParams: name - Variable name in shader code.\n nameID - Property name ID, use Shader.PropertyToID to get it.\n val - Value to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { "name": "val", "typeName": "UnityEngine.Vector4" } + ], + "isStatic": false, + "name": "SetVector", + "comment": "Set a vector parameter.\n\n```plaintext\nParams: name - Variable name in shader code.\n nameID - Property name ID, use Shader.PropertyToID to get it.\n val - Value to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { "name": "val", "typeName": "UnityEngine.Matrix4x4" } + ], + "isStatic": false, + "name": "SetMatrix", + "comment": "Set a Matrix parameter.\n\n```plaintext\nParams: name - Variable name in shader code.\n nameID - Property name ID, use Shader.PropertyToID to get it.\n val - Value to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { "name": "values", "typeName": "UnityEngine.Vector4[]" } + ], + "isStatic": false, + "name": "SetVectorArray", + "comment": "Set a vector array parameter.\n\n```plaintext\nParams: name - Variable name in shader code.\n nameID - Property name ID, use Shader.PropertyToID to get it.\n values - Value to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { "name": "values", "typeName": "UnityEngine.Matrix4x4[]" } + ], + "isStatic": false, + "name": "SetMatrixArray", + "comment": "Set a Matrix array parameter.\n\n```plaintext\nParams: name - Variable name in shader code.\n nameID - Property name ID, use Shader.PropertyToID to get it.\n values - Value to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "kernelIndex", "typeName": "int" }, + { "name": "nameID", "typeName": "int" }, + { "name": "texture", "typeName": "UnityEngine.Texture" }, + { "name": "mipLevel", "typeName": "int" } + ], + "isStatic": false, + "name": "SetTexture", + "comment": "Set a texture parameter.\n\n```plaintext\nParams: kernelIndex - For which kernel the texture is being set. See FindKernel.\n nameID - Property name ID, use Shader.PropertyToID to get it.\n name - Name of the buffer variable in shader code.\n texture - Texture to set.\n mipLevel - Optional mipmap level of the read-write texture.\n element - Optional parameter that specifies the type of data to set from the RenderTexture.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "kernelIndex", "typeName": "int" }, + { "name": "nameID", "typeName": "int" }, + { "name": "globalTextureNameID", "typeName": "int" } + ], + "isStatic": false, + "name": "SetTextureFromGlobal", + "comment": "Set a texture parameter from a global texture property.\n\n```plaintext\nParams: kernelIndex - For which kernel the texture is being set. See FindKernel.\n nameID - Property name ID, use Shader.PropertyToID to get it.\n name - Name of the buffer variable in shader code.\n globalTextureName - Global texture property to assign to shader.\n globalTextureNameID - Property name ID, use Shader.PropertyToID to get it.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "kernelIndex", "typeName": "int" }, + { "name": "nameID", "typeName": "int" }, + { "name": "buffer", "typeName": "UnityEngine.ComputeBuffer" } + ], + "isStatic": false, + "name": "SetBuffer", + "comment": "Sets an input or output compute buffer.\n\n```plaintext\nParams: kernelIndex - For which kernel the buffer is being set. See FindKernel.\n nameID - Property name ID, use Shader.PropertyToID to get it.\n name - Name of the buffer variable in shader code.\n buffer - Buffer to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "kernelIndex", "typeName": "int" }, + { "name": "nameID", "typeName": "int" }, + { "name": "buffer", "typeName": "UnityEngine.GraphicsBuffer" } + ], + "isStatic": false, + "name": "SetBuffer", + "comment": "Sets an input or output compute buffer.\n\n```plaintext\nParams: kernelIndex - For which kernel the buffer is being set. See FindKernel.\n nameID - Property name ID, use Shader.PropertyToID to get it.\n name - Name of the buffer variable in shader code.\n buffer - Buffer to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "kernelIndex", "typeName": "int" }, + { "name": "x", "typeName": "uint" }, + { "name": "y", "typeName": "uint" }, + { "name": "z", "typeName": "uint" } + ], + "isStatic": false, + "name": "GetKernelThreadGroupSizes", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "kernelIndex", "typeName": "int" }, + { "name": "threadGroupsX", "typeName": "int" }, + { "name": "threadGroupsY", "typeName": "int" }, + { "name": "threadGroupsZ", "typeName": "int" } + ], + "isStatic": false, + "name": "Dispatch", + "comment": "Execute a compute shader.\n\n```plaintext\nParams: kernelIndex - Which kernel to execute. A single compute shader asset can have multiple kernel entry points.\n threadGroupsX - Number of work groups in the X dimension.\n threadGroupsY - Number of work groups in the Y dimension.\n threadGroupsZ - Number of work groups in the Z dimension.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "keyword", "typeName": "string" }], + "isStatic": false, + "name": "EnableKeyword", + "comment": "Enables a local shader keyword for this compute shader.\n\n```plaintext\nParams: keyword - The name of the local shader keyword to enable.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "keyword", "typeName": "string" }], + "isStatic": false, + "name": "DisableKeyword", + "comment": "Disables a local shader keyword for this compute shader.\n\n```plaintext\nParams: keyword - The name of the local shader keyword to disable.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "keyword", "typeName": "string" }], + "isStatic": false, + "name": "IsKeywordEnabled", + "comment": "Returns true if the given local shader keyword is enabled for this compute shader. Otherwise, returns false.\n\n```plaintext\nParams: keyword - The name of the local shader keyword to check.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "val", "typeName": "float" } + ], + "isStatic": false, + "name": "SetFloat", + "comment": "Set a float parameter.\n\n```plaintext\nParams: name - Variable name in shader code.\n nameID - Property name ID, use Shader.PropertyToID to get it.\n val - Value to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "val", "typeName": "int" } + ], + "isStatic": false, + "name": "SetInt", + "comment": "Set an integer parameter.\n\n```plaintext\nParams: name - Variable name in shader code.\n nameID - Property name ID, use Shader.PropertyToID to get it.\n val - Value to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "val", "typeName": "UnityEngine.Vector4" } + ], + "isStatic": false, + "name": "SetVector", + "comment": "Set a vector parameter.\n\n```plaintext\nParams: name - Variable name in shader code.\n nameID - Property name ID, use Shader.PropertyToID to get it.\n val - Value to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "val", "typeName": "UnityEngine.Matrix4x4" } + ], + "isStatic": false, + "name": "SetMatrix", + "comment": "Set a Matrix parameter.\n\n```plaintext\nParams: name - Variable name in shader code.\n nameID - Property name ID, use Shader.PropertyToID to get it.\n val - Value to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "values", "typeName": "UnityEngine.Vector4[]" } + ], + "isStatic": false, + "name": "SetVectorArray", + "comment": "Set a vector array parameter.\n\n```plaintext\nParams: name - Variable name in shader code.\n nameID - Property name ID, use Shader.PropertyToID to get it.\n values - Value to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "values", "typeName": "UnityEngine.Matrix4x4[]" } + ], + "isStatic": false, + "name": "SetMatrixArray", + "comment": "Set a Matrix array parameter.\n\n```plaintext\nParams: name - Variable name in shader code.\n nameID - Property name ID, use Shader.PropertyToID to get it.\n values - Value to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "values", "typeName": "float[]" } + ], + "isStatic": false, + "name": "SetFloats", + "comment": "Set multiple consecutive float parameters at once.\n\n```plaintext\nParams: name - Array variable name in the shader code.\n nameID - Property name ID, use Shader.PropertyToID to get it.\n values - Value array to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { "name": "values", "typeName": "float[]" } + ], + "isStatic": false, + "name": "SetFloats", + "comment": "Set multiple consecutive float parameters at once.\n\n```plaintext\nParams: name - Array variable name in the shader code.\n nameID - Property name ID, use Shader.PropertyToID to get it.\n values - Value array to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "values", "typeName": "int[]" } + ], + "isStatic": false, + "name": "SetInts", + "comment": "Set multiple consecutive integer parameters at once.\n\n```plaintext\nParams: name - Array variable name in the shader code.\n nameID - Property name ID, use Shader.PropertyToID to get it.\n values - Value array to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { "name": "values", "typeName": "int[]" } + ], + "isStatic": false, + "name": "SetInts", + "comment": "Set multiple consecutive integer parameters at once.\n\n```plaintext\nParams: name - Array variable name in the shader code.\n nameID - Property name ID, use Shader.PropertyToID to get it.\n values - Value array to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "val", "typeName": "bool" } + ], + "isStatic": false, + "name": "SetBool", + "comment": "Set a bool parameter.\n\n```plaintext\nParams: name - Variable name in shader code.\n nameID - Property name ID, use Shader.PropertyToID to get it.\n val - Value to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { "name": "val", "typeName": "bool" } + ], + "isStatic": false, + "name": "SetBool", + "comment": "Set a bool parameter.\n\n```plaintext\nParams: name - Variable name in shader code.\n nameID - Property name ID, use Shader.PropertyToID to get it.\n val - Value to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "kernelIndex", "typeName": "int" }, + { "name": "nameID", "typeName": "int" }, + { "name": "texture", "typeName": "UnityEngine.Texture" } + ], + "isStatic": false, + "name": "SetTexture", + "comment": "Set a texture parameter.\n\n```plaintext\nParams: kernelIndex - For which kernel the texture is being set. See FindKernel.\n nameID - Property name ID, use Shader.PropertyToID to get it.\n name - Name of the buffer variable in shader code.\n texture - Texture to set.\n mipLevel - Optional mipmap level of the read-write texture.\n element - Optional parameter that specifies the type of data to set from the RenderTexture.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "kernelIndex", "typeName": "int" }, + { "name": "name", "typeName": "string" }, + { "name": "texture", "typeName": "UnityEngine.Texture" } + ], + "isStatic": false, + "name": "SetTexture", + "comment": "Set a texture parameter.\n\n```plaintext\nParams: kernelIndex - For which kernel the texture is being set. See FindKernel.\n nameID - Property name ID, use Shader.PropertyToID to get it.\n name - Name of the buffer variable in shader code.\n texture - Texture to set.\n mipLevel - Optional mipmap level of the read-write texture.\n element - Optional parameter that specifies the type of data to set from the RenderTexture.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "kernelIndex", "typeName": "int" }, + { "name": "name", "typeName": "string" }, + { "name": "texture", "typeName": "UnityEngine.Texture" }, + { "name": "mipLevel", "typeName": "int" } + ], + "isStatic": false, + "name": "SetTexture", + "comment": "Set a texture parameter.\n\n```plaintext\nParams: kernelIndex - For which kernel the texture is being set. See FindKernel.\n nameID - Property name ID, use Shader.PropertyToID to get it.\n name - Name of the buffer variable in shader code.\n texture - Texture to set.\n mipLevel - Optional mipmap level of the read-write texture.\n element - Optional parameter that specifies the type of data to set from the RenderTexture.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "kernelIndex", "typeName": "int" }, + { "name": "nameID", "typeName": "int" }, + { "name": "texture", "typeName": "UnityEngine.RenderTexture" }, + { "name": "mipLevel", "typeName": "int" }, + { + "name": "element", + "typeName": "UnityEngine.Rendering.RenderTextureSubElement" + } + ], + "isStatic": false, + "name": "SetTexture", + "comment": "Set a texture parameter.\n\n```plaintext\nParams: kernelIndex - For which kernel the texture is being set. See FindKernel.\n nameID - Property name ID, use Shader.PropertyToID to get it.\n name - Name of the buffer variable in shader code.\n texture - Texture to set.\n mipLevel - Optional mipmap level of the read-write texture.\n element - Optional parameter that specifies the type of data to set from the RenderTexture.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "kernelIndex", "typeName": "int" }, + { "name": "name", "typeName": "string" }, + { "name": "texture", "typeName": "UnityEngine.RenderTexture" }, + { "name": "mipLevel", "typeName": "int" }, + { + "name": "element", + "typeName": "UnityEngine.Rendering.RenderTextureSubElement" + } + ], + "isStatic": false, + "name": "SetTexture", + "comment": "Set a texture parameter.\n\n```plaintext\nParams: kernelIndex - For which kernel the texture is being set. See FindKernel.\n nameID - Property name ID, use Shader.PropertyToID to get it.\n name - Name of the buffer variable in shader code.\n texture - Texture to set.\n mipLevel - Optional mipmap level of the read-write texture.\n element - Optional parameter that specifies the type of data to set from the RenderTexture.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "kernelIndex", "typeName": "int" }, + { "name": "name", "typeName": "string" }, + { "name": "globalTextureName", "typeName": "string" } + ], + "isStatic": false, + "name": "SetTextureFromGlobal", + "comment": "Set a texture parameter from a global texture property.\n\n```plaintext\nParams: kernelIndex - For which kernel the texture is being set. See FindKernel.\n nameID - Property name ID, use Shader.PropertyToID to get it.\n name - Name of the buffer variable in shader code.\n globalTextureName - Global texture property to assign to shader.\n globalTextureNameID - Property name ID, use Shader.PropertyToID to get it.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "kernelIndex", "typeName": "int" }, + { "name": "name", "typeName": "string" }, + { "name": "buffer", "typeName": "UnityEngine.ComputeBuffer" } + ], + "isStatic": false, + "name": "SetBuffer", + "comment": "Sets an input or output compute buffer.\n\n```plaintext\nParams: kernelIndex - For which kernel the buffer is being set. See FindKernel.\n nameID - Property name ID, use Shader.PropertyToID to get it.\n name - Name of the buffer variable in shader code.\n buffer - Buffer to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "kernelIndex", "typeName": "int" }, + { "name": "name", "typeName": "string" }, + { "name": "buffer", "typeName": "UnityEngine.GraphicsBuffer" } + ], + "isStatic": false, + "name": "SetBuffer", + "comment": "Sets an input or output compute buffer.\n\n```plaintext\nParams: kernelIndex - For which kernel the buffer is being set. See FindKernel.\n nameID - Property name ID, use Shader.PropertyToID to get it.\n name - Name of the buffer variable in shader code.\n buffer - Buffer to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { "name": "buffer", "typeName": "UnityEngine.ComputeBuffer" }, + { "name": "offset", "typeName": "int" }, + { "name": "size", "typeName": "int" } + ], + "isStatic": false, + "name": "SetConstantBuffer", + "comment": "Sets a ComputeBuffer or a GraphicsBuffer as a named constant buffer for the ComputeShader.\n\n```plaintext\nParams: nameID - The ID of the property name for the constant buffer in shader code. Use Shader.PropertyToID to get this ID.\n name - The name of the buffer to bind as constant buffer.\n buffer - The buffer to bind as constant buffer.\n offset - The offset in bytes from the beginning of the ComputeBuffer to bind. Must be a multiple of SystemInfo.constantBufferOffsetAlignment, or 0 if that value is 0.\n size - The number of bytes to bind.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "buffer", "typeName": "UnityEngine.ComputeBuffer" }, + { "name": "offset", "typeName": "int" }, + { "name": "size", "typeName": "int" } + ], + "isStatic": false, + "name": "SetConstantBuffer", + "comment": "Sets a ComputeBuffer or a GraphicsBuffer as a named constant buffer for the ComputeShader.\n\n```plaintext\nParams: nameID - The ID of the property name for the constant buffer in shader code. Use Shader.PropertyToID to get this ID.\n name - The name of the buffer to bind as constant buffer.\n buffer - The buffer to bind as constant buffer.\n offset - The offset in bytes from the beginning of the ComputeBuffer to bind. Must be a multiple of SystemInfo.constantBufferOffsetAlignment, or 0 if that value is 0.\n size - The number of bytes to bind.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { "name": "buffer", "typeName": "UnityEngine.GraphicsBuffer" }, + { "name": "offset", "typeName": "int" }, + { "name": "size", "typeName": "int" } + ], + "isStatic": false, + "name": "SetConstantBuffer", + "comment": "Sets a ComputeBuffer or a GraphicsBuffer as a named constant buffer for the ComputeShader.\n\n```plaintext\nParams: nameID - The ID of the property name for the constant buffer in shader code. Use Shader.PropertyToID to get this ID.\n name - The name of the buffer to bind as constant buffer.\n buffer - The buffer to bind as constant buffer.\n offset - The offset in bytes from the beginning of the ComputeBuffer to bind. Must be a multiple of SystemInfo.constantBufferOffsetAlignment, or 0 if that value is 0.\n size - The number of bytes to bind.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "buffer", "typeName": "UnityEngine.GraphicsBuffer" }, + { "name": "offset", "typeName": "int" }, + { "name": "size", "typeName": "int" } + ], + "isStatic": false, + "name": "SetConstantBuffer", + "comment": "Sets a ComputeBuffer or a GraphicsBuffer as a named constant buffer for the ComputeShader.\n\n```plaintext\nParams: nameID - The ID of the property name for the constant buffer in shader code. Use Shader.PropertyToID to get this ID.\n name - The name of the buffer to bind as constant buffer.\n buffer - The buffer to bind as constant buffer.\n offset - The offset in bytes from the beginning of the ComputeBuffer to bind. Must be a multiple of SystemInfo.constantBufferOffsetAlignment, or 0 if that value is 0.\n size - The number of bytes to bind.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "kernelIndex", "typeName": "int" }, + { "name": "argsBuffer", "typeName": "UnityEngine.ComputeBuffer" }, + { "name": "argsOffset", "typeName": "uint" } + ], + "isStatic": false, + "name": "DispatchIndirect", + "comment": "Execute a compute shader.\n\n```plaintext\nParams: kernelIndex - Which kernel to execute. A single compute shader asset can have multiple kernel entry points.\n argsBuffer - Buffer with dispatch arguments.\n argsOffset - The byte offset into the buffer, where the draw arguments start.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "kernelIndex", "typeName": "int" }, + { "name": "argsBuffer", "typeName": "UnityEngine.ComputeBuffer" } + ], + "isStatic": false, + "name": "DispatchIndirect", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "kernelIndex", "typeName": "int" }, + { "name": "argsBuffer", "typeName": "UnityEngine.GraphicsBuffer" }, + { "name": "argsOffset", "typeName": "uint" } + ], + "isStatic": false, + "name": "DispatchIndirect", + "comment": "Execute a compute shader.\n\n```plaintext\nParams: kernelIndex - Which kernel to execute. A single compute shader asset can have multiple kernel entry points.\n argsBuffer - Buffer with dispatch arguments.\n argsOffset - The byte offset into the buffer, where the draw arguments start.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "kernelIndex", "typeName": "int" }, + { "name": "argsBuffer", "typeName": "UnityEngine.GraphicsBuffer" } + ], + "isStatic": false, + "name": "DispatchIndirect", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "ComputeShader", + "comment": "Compute Shader asset.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Experimental.GlobalIllumination", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "instanceID", + "comment": "The cookie texture's instance id projected by the light.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "scale", + "comment": "The uniform scale factor for downscaling cookies during lightmapping. Can be used as an optimization when full resolution cookies are not needed for indirect lighting.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "sizes", + "comment": "The scale factors controlling how the directional light's cookie is projected into the scene. This parameter should be set to 1 for all other light types.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Cookie", + "params": [], + "isStatic": true, + "name": "Defaults", + "comment": "Returns a default initialized cookie helper struct.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "Cookie", + "comment": "A helper structure used to initialize a LightDataGI structure with cookie information.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.Object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "shaderCount", + "comment": "Number of shaders in this collection (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "variantCount", + "comment": "Number of total varians in this collection (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "isWarmedUp", + "comment": "Is this ShaderVariantCollection already warmed up? (Read Only)\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Clear", + "comment": "Remove all shader variants from the collection.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "WarmUp", + "comment": "Prewarms all shader variants in this shader variant collection.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Create a new empty shader variant collection.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "variant", + "typeName": "UnityEngine.ShaderVariantCollection.ShaderVariant" + } + ], + "isStatic": false, + "name": "Add", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "variant", + "typeName": "UnityEngine.ShaderVariantCollection.ShaderVariant" + } + ], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "variant", + "typeName": "UnityEngine.ShaderVariantCollection.ShaderVariant" + } + ], + "isStatic": false, + "name": "Contains", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "ShaderVariantCollection", + "comment": "ShaderVariantCollection records which shader variants are actually used in each shader.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Experimental.GlobalIllumination", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "instanceID", + "comment": "The light's instanceID.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "cookieID", + "comment": "The cookie texture's instance id projected by the light.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "cookieScale", + "comment": "The uniform scale factor for downscaling cookies during lightmapping. Can be used as an optimization when full resolution cookies are not needed for indirect lighting.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.GlobalIllumination.LinearColor", + "name": "color", + "comment": "The color of the light.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.GlobalIllumination.LinearColor", + "name": "indirectColor", + "comment": "The indirect color of the light.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Quaternion", + "name": "orientation", + "comment": "The orientation of the light.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "position", + "comment": "The position of the light.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "range", + "comment": "The range of the light. Unused for directional lights.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "coneAngle", + "comment": "The cone angle for spot lights.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "innerConeAngle", + "comment": "The inner cone angle for spot lights.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "shape0", + "comment": "The light's sphere radius for point and spot lights, or the width for rectangle lights.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "shape1", + "comment": "The height for rectangle lights.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.GlobalIllumination.LightType", + "name": "type", + "comment": "The type of the light.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.GlobalIllumination.LightMode", + "name": "mode", + "comment": "The lightmap mode for the light.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "byte", + "name": "shadow", + "comment": "Set to 1 for shadow casting lights, 0 otherwise.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.GlobalIllumination.FalloffType", + "name": "falloff", + "comment": "The falloff model to use for baking point and spot lights.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "light", + "typeName": "UnityEngine.Experimental.GlobalIllumination.DirectionalLight" + }, + { + "name": "cookie", + "typeName": "UnityEngine.Experimental.GlobalIllumination.Cookie" + } + ], + "isStatic": false, + "name": "Init", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "light", + "typeName": "UnityEngine.Experimental.GlobalIllumination.PointLight" + }, + { + "name": "cookie", + "typeName": "UnityEngine.Experimental.GlobalIllumination.Cookie" + } + ], + "isStatic": false, + "name": "Init", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "light", + "typeName": "UnityEngine.Experimental.GlobalIllumination.SpotLight" + }, + { + "name": "cookie", + "typeName": "UnityEngine.Experimental.GlobalIllumination.Cookie" + } + ], + "isStatic": false, + "name": "Init", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "light", + "typeName": "UnityEngine.Experimental.GlobalIllumination.RectangleLight" + }, + { + "name": "cookie", + "typeName": "UnityEngine.Experimental.GlobalIllumination.Cookie" + } + ], + "isStatic": false, + "name": "Init", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "light", + "typeName": "UnityEngine.Experimental.GlobalIllumination.DiscLight" + }, + { + "name": "cookie", + "typeName": "UnityEngine.Experimental.GlobalIllumination.Cookie" + } + ], + "isStatic": false, + "name": "Init", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "light", + "typeName": "UnityEngine.Experimental.GlobalIllumination.SpotLightBoxShape" + }, + { + "name": "cookie", + "typeName": "UnityEngine.Experimental.GlobalIllumination.Cookie" + } + ], + "isStatic": false, + "name": "Init", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "light", + "typeName": "UnityEngine.Experimental.GlobalIllumination.SpotLightPyramidShape" + }, + { + "name": "cookie", + "typeName": "UnityEngine.Experimental.GlobalIllumination.Cookie" + } + ], + "isStatic": false, + "name": "Init", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "light", + "typeName": "UnityEngine.Experimental.GlobalIllumination.DirectionalLight" + } + ], + "isStatic": false, + "name": "Init", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "light", + "typeName": "UnityEngine.Experimental.GlobalIllumination.PointLight" + } + ], + "isStatic": false, + "name": "Init", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "light", + "typeName": "UnityEngine.Experimental.GlobalIllumination.SpotLight" + } + ], + "isStatic": false, + "name": "Init", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "light", + "typeName": "UnityEngine.Experimental.GlobalIllumination.RectangleLight" + } + ], + "isStatic": false, + "name": "Init", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "light", + "typeName": "UnityEngine.Experimental.GlobalIllumination.DiscLight" + } + ], + "isStatic": false, + "name": "Init", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "light", + "typeName": "UnityEngine.Experimental.GlobalIllumination.SpotLightBoxShape" + } + ], + "isStatic": false, + "name": "Init", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "light", + "typeName": "UnityEngine.Experimental.GlobalIllumination.SpotLightPyramidShape" + } + ], + "isStatic": false, + "name": "Init", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "lightInstanceID", "typeName": "int" }], + "isStatic": false, + "name": "InitNoBake", + "comment": "Initialize a light so that the baking backends ignore it.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "LightDataGI", + "comment": "The interop structure to pass light information to the light baking backends. There are helper structures for Directional, Point, Spot and Rectangle lights to correctly initialize this structure.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Experimental.GlobalIllumination", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "LightMode", + "params": [ + { "name": "baketype", "typeName": "UnityEngine.LightmapBakeType" } + ], + "isStatic": true, + "name": "Extract", + "comment": "Returns the light's light mode.\n\n```plaintext\nParams: baketype - The lights baketype.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "LinearColor", + "params": [{ "name": "l", "typeName": "UnityEngine.Light" }], + "isStatic": true, + "name": "ExtractIndirect", + "comment": "Extracts the indirect color from a light.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "l", "typeName": "UnityEngine.Light" }], + "isStatic": true, + "name": "ExtractInnerCone", + "comment": "Extracts the inner cone angle of spot lights.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "l", "typeName": "UnityEngine.Light" }, + { + "name": "dir", + "typeName": "UnityEngine.Experimental.GlobalIllumination.DirectionalLight" + } + ], + "isStatic": true, + "name": "Extract", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "l", "typeName": "UnityEngine.Light" }, + { + "name": "point", + "typeName": "UnityEngine.Experimental.GlobalIllumination.PointLight" + } + ], + "isStatic": true, + "name": "Extract", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "l", "typeName": "UnityEngine.Light" }, + { + "name": "spot", + "typeName": "UnityEngine.Experimental.GlobalIllumination.SpotLight" + } + ], + "isStatic": true, + "name": "Extract", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "l", "typeName": "UnityEngine.Light" }, + { + "name": "rect", + "typeName": "UnityEngine.Experimental.GlobalIllumination.RectangleLight" + } + ], + "isStatic": true, + "name": "Extract", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "l", "typeName": "UnityEngine.Light" }, + { + "name": "disc", + "typeName": "UnityEngine.Experimental.GlobalIllumination.DiscLight" + } + ], + "isStatic": true, + "name": "Extract", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "l", "typeName": "UnityEngine.Light" }, + { + "name": "cookie", + "typeName": "UnityEngine.Experimental.GlobalIllumination.Cookie" + } + ], + "isStatic": true, + "name": "Extract", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "LightmapperUtils", + "comment": "Utility class for converting Unity Lights to light types recognized by the baking backends.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Experimental.GlobalIllumination", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "del", + "typeName": "UnityEngine.Experimental.GlobalIllumination.Lightmapping.RequestLightsDelegate" + } + ], + "isStatic": true, + "name": "SetDelegate", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "RequestLightsDelegate", + "params": [], + "isStatic": true, + "name": "GetDelegate", + "comment": "Returns the currently set conversion delegate.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "ResetDelegate", + "comment": "Resets the light conversion delegate to Unity's default conversion function.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "Lightmapping", + "comment": "Interface to the light baking backends.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Rendering.PostProcessing", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Rendering.PostProcessing.TrackballAttribute.Mode", + "name": "None", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.TrackballAttribute.Mode", + "name": "Lift", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.TrackballAttribute.Mode", + "name": "Gamma", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.TrackballAttribute.Mode", + "name": "Gain", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Rendering.PostProcessing.TrackballAttribute.Mode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "name": "Mode", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Shader", + "name": "shader", + "comment": "Shader to use in this variant.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.PassType", + "name": "passType", + "comment": "Pass type to use in this variant.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "string[]", + "name": "keywords", + "comment": "Array of shader keywords to use in this variant.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "shader", "typeName": "UnityEngine.Shader" }, + { + "name": "passType", + "typeName": "UnityEngine.Rendering.PassType" + }, + { "name": "keywords", "typeName": "string[]" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Creates a ShaderVariant structure.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "ShaderVariant", + "comment": "Identifies a specific variant of a shader.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Rendering.PostProcessing", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Rendering.PostProcessing.AmbientOcclusionMode", + "name": "ScalableAmbientObscurance", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.AmbientOcclusionMode", + "name": "MultiScaleVolumetricObscurance", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Rendering.PostProcessing.AmbientOcclusionMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "name": "AmbientOcclusionMode", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.SnapAxis", + "name": "None", + "comment": "No axes support snapping.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.SnapAxis", + "name": "X", + "comment": "Snapping is available only on the \\x\\ axis.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.SnapAxis", + "name": "Y", + "comment": "Snapping is available only on the \\y\\ axis.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.SnapAxis", + "name": "Z", + "comment": "Snapping is available only on the \\z\\ axis.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.SnapAxis", + "name": "All", + "comment": "Snapping is available on all axes: x, y, and z.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.SnapAxis", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "SnapAxis", + "comment": "Defines the axes that can be snapped.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Single", + "params": [ + { "name": "val", "typeName": "float" }, + { "name": "snap", "typeName": "float" } + ], + "isStatic": true, + "name": "Snap", + "comment": "The rounded value.\n\n```plaintext\nParams: val - The value to round.\n snap - The increment to round to.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector2", + "params": [ + { "name": "val", "typeName": "UnityEngine.Vector2" }, + { "name": "snap", "typeName": "UnityEngine.Vector2" } + ], + "isStatic": true, + "name": "Snap", + "comment": "The rounded value.\n\n```plaintext\nParams: val - The value to round.\n snap - The increment to round to.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector3", + "params": [ + { "name": "val", "typeName": "UnityEngine.Vector3" }, + { "name": "snap", "typeName": "UnityEngine.Vector3" }, + { "name": "axis", "typeName": "UnityEngine.SnapAxis" } + ], + "isStatic": true, + "name": "Snap", + "comment": "The rounded value.\n\n```plaintext\nParams: val - The value to round.\n snap - The increment to round to.\n axis - Restrict snapping to the components on these axes.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "Snapping", + "comment": "Snap values to rounded increments.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "staticBatchRoot", "typeName": "UnityEngine.GameObject" } + ], + "isStatic": true, + "name": "Combine", + "comment": "StaticBatchingUtility.Combine prepares all children of the staticBatchRoot for static batching.\n\n```plaintext\nParams: staticBatchRoot - The GameObject that should become the root of the combined batch.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "gos", "typeName": "UnityEngine.GameObject[]" }, + { "name": "staticBatchRoot", "typeName": "UnityEngine.GameObject" } + ], + "isStatic": true, + "name": "Combine", + "comment": "StaticBatchingUtility.Combine prepares all GameObjects contained in gos for static batching. staticBatchRoot is treated as their parent.\n\n```plaintext\nParams: gos - The GameObjects to prepare for static batching.\n staticBatchRoot - The GameObject that should become the root of the combined batch.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "StaticBatchingUtility", + "comment": "StaticBatchingUtility can prepare your objects to take advantage of Unity's static batching.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Experimental.GlobalIllumination", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "requests", "typeName": "UnityEngine.Light[]" }, + { + "name": "lightsOutput", + "typeName": "Unity.Collections.NativeArray" + } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "requests", "typeName": "UnityEngine.Light[]" }, + { + "name": "lightsOutput", + "typeName": "Unity.Collections.NativeArray" + }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "RequestLightsDelegate", + "comment": "Delegate called when converting lights into a form that the baking backends understand.\n\n```plaintext\nParams: requests - The list of lights to be converted.\n lightsOutput - The output generated by the delegate function. Lights that should be skipped must be added to the output, initialized with InitNoBake on the LightDataGI structure.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Experimental.GlobalIllumination", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "useRadianceAmbientProbe", + "comment": "If enabled, ambient trilight will be sampled using the old radiance sampling method.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "RenderSettings", + "comment": "Experimental render settings features.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Rendering.PostProcessing", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Rendering.PostProcessing.AmbientOcclusionQuality", + "name": "Lowest", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.AmbientOcclusionQuality", + "name": "Low", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.AmbientOcclusionQuality", + "name": "Medium", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.AmbientOcclusionQuality", + "name": "High", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.AmbientOcclusionQuality", + "name": "Ultra", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Rendering.PostProcessing.AmbientOcclusionQuality", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "name": "AmbientOcclusionQuality", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.BatteryStatus", + "name": "Unknown", + "comment": "The device's battery status cannot be determined. If battery status is not available on your target platform, SystemInfo.batteryStatus will return this value.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.BatteryStatus", + "name": "Charging", + "comment": "Device is plugged in and charging.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.BatteryStatus", + "name": "Discharging", + "comment": "Device is unplugged and discharging.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.BatteryStatus", + "name": "NotCharging", + "comment": "Device is plugged in, but is not charging.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.BatteryStatus", + "name": "Full", + "comment": "Device is plugged in and the battery is full.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.BatteryStatus", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "BatteryStatus", + "comment": "Enumeration for SystemInfo.batteryStatus which represents the current status of the device's battery.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.OperatingSystemFamily", + "name": "Other", + "comment": "Returned for operating systems that do not fall into any other category.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.OperatingSystemFamily", + "name": "MacOSX", + "comment": "macOS operating system family.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.OperatingSystemFamily", + "name": "Windows", + "comment": "Windows operating system family.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.OperatingSystemFamily", + "name": "Linux", + "comment": "Linux operating system family.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.OperatingSystemFamily", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "OperatingSystemFamily", + "comment": "Enumeration for SystemInfo.operatingSystemFamily.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.DeviceType", + "name": "Unknown", + "comment": "Device type is unknown. You should never see this in practice.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.DeviceType", + "name": "Handheld", + "comment": "A handheld device like mobile phone or a tablet.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.DeviceType", + "name": "Console", + "comment": "A stationary gaming console.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.DeviceType", + "name": "Desktop", + "comment": "Desktop or laptop computer.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.DeviceType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "DeviceType", + "comment": "Enumeration for SystemInfo.deviceType, denotes a coarse grouping of kinds of devices.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "unsupportedIdentifier", + "comment": "Value returned by SystemInfo string properties which are not supported on the current platform.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "batteryLevel", + "comment": "The current battery level (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.BatteryStatus", + "name": "batteryStatus", + "comment": "Returns the current status of the device's battery (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "string", + "name": "operatingSystem", + "comment": "Operating system name with version (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.OperatingSystemFamily", + "name": "operatingSystemFamily", + "comment": "Returns the operating system family the game is running on (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "string", + "name": "processorType", + "comment": "Processor name (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "processorFrequency", + "comment": "Processor frequency in MHz (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "processorCount", + "comment": "Number of processors present (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "systemMemorySize", + "comment": "Amount of system memory present (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "string", + "name": "deviceUniqueIdentifier", + "comment": "A unique device identifier. It is guaranteed to be unique for every device (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "string", + "name": "deviceName", + "comment": "The user defined name of the device (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "string", + "name": "deviceModel", + "comment": "The model of the device (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "supportsAccelerometer", + "comment": "Is an accelerometer available on the device?\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "supportsGyroscope", + "comment": "Is a gyroscope available on the device?\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "supportsLocationService", + "comment": "Is the device capable of reporting its location?\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "supportsVibration", + "comment": "Is the device capable of providing the user haptic feedback by vibration?\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "supportsAudio", + "comment": "Is there an Audio device available for playback? (Read Only)\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.DeviceType", + "name": "deviceType", + "comment": "Returns the kind of device the application is running on (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "graphicsMemorySize", + "comment": "Amount of video memory present (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "string", + "name": "graphicsDeviceName", + "comment": "The name of the graphics device (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "string", + "name": "graphicsDeviceVendor", + "comment": "The vendor of the graphics device (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "graphicsDeviceID", + "comment": "The identifier code of the graphics device (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "graphicsDeviceVendorID", + "comment": "The identifier code of the graphics device vendor (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.GraphicsDeviceType", + "name": "graphicsDeviceType", + "comment": "The graphics API type used by the graphics device (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "graphicsUVStartsAtTop", + "comment": "Returns true if the texture UV coordinate convention for this platform has Y starting at the top of the image.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "string", + "name": "graphicsDeviceVersion", + "comment": "The graphics API type and driver version used by the graphics device (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "graphicsShaderLevel", + "comment": "Graphics device shader capability level (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "graphicsMultiThreaded", + "comment": "Is graphics device using multi-threaded rendering (Read Only)?\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.RenderingThreadingMode", + "name": "renderingThreadingMode", + "comment": "Application's actual rendering threading mode (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "hasHiddenSurfaceRemovalOnGPU", + "comment": "True if the GPU supports hidden surface removal.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "hasDynamicUniformArrayIndexingInFragmentShaders", + "comment": "Returns true when the GPU has native support for indexing uniform arrays in fragment shaders without restrictions.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "supportsShadows", + "comment": "Are built-in shadows supported? (Read Only)\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "supportsRawShadowDepthSampling", + "comment": "Is sampling raw depth from shadowmaps supported? (Read Only)\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "supportsMotionVectors", + "comment": "Whether motion vectors are supported on this platform.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "supports3DTextures", + "comment": "Are 3D (volume) textures supported? (Read Only)\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "supportsCompressed3DTextures", + "comment": "Are compressed formats for 3D (volume) textures supported? (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "supports2DArrayTextures", + "comment": "Are 2D Array textures supported? (Read Only)\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "supports3DRenderTextures", + "comment": "Are 3D (volume) RenderTextures supported? (Read Only)\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "supportsCubemapArrayTextures", + "comment": "Are Cubemap Array textures supported? (Read Only)\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.CopyTextureSupport", + "name": "copyTextureSupport", + "comment": "Support for various Graphics.CopyTexture cases (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "supportsComputeShaders", + "comment": "Are compute shaders supported? (Read Only)\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "supportsConservativeRaster", + "comment": "Is conservative rasterization supported? (Read Only)\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "supportsMultiview", + "comment": "Boolean that indicates whether Multiview is supported (true if supported, false if not supported). (Read Only)\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "supportsGeometryShaders", + "comment": "Are geometry shaders supported? (Read Only)\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "supportsTessellationShaders", + "comment": "Are tessellation shaders supported? (Read Only)\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "supportsRenderTargetArrayIndexFromVertexShader", + "comment": "Boolean that indicates if SV_RenderTargetArrayIndex can be used in a vertex shader (true if it can be used, false if not).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "supportsInstancing", + "comment": "Is GPU draw call instancing supported? (Read Only)\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "supportsHardwareQuadTopology", + "comment": "Does the hardware support quad topology? (Read Only)\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "supports32bitsIndexBuffer", + "comment": "Are 32-bit index buffers supported? (Read Only)\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "supportsSparseTextures", + "comment": "Are sparse textures supported? (Read Only)\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "supportedRenderTargetCount", + "comment": "How many simultaneous render targets (MRTs) are supported? (Read Only)\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "supportsSeparatedRenderTargetsBlend", + "comment": "Returns true when the platform supports different blend modes when rendering to multiple render targets, or false otherwise.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "supportedRandomWriteTargetCount", + "comment": "The maximum number of random write targets (UAV) that Unity supports simultaneously. (Read Only)\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "supportsMultisampledTextures", + "comment": "Are multisampled textures supported? (Read Only)\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "supportsMultisampled2DArrayTextures", + "comment": "Boolean that indicates whether multisampled texture arrays are supported (true if supported, false if not supported).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "supportsMultisampleAutoResolve", + "comment": "Returns true if multisampled textures are resolved automatically\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "supportsTextureWrapMirrorOnce", + "comment": "Returns true if the 'Mirror Once' texture wrap mode is supported. (Read Only)\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "usesReversedZBuffer", + "comment": "This property is true if the current platform uses a reversed depth buffer (where values range from 1 at the near plane and 0 at far plane), and false if the depth buffer is normal (0 is near, 1 is far). (Read Only)\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.NPOTSupport", + "name": "npotSupport", + "comment": "What NPOT (non-power of two size) texture support does the GPU provide? (Read Only)\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "maxTextureSize", + "comment": "Maximum texture size (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "maxCubemapSize", + "comment": "Maximum Cubemap texture size (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "maxComputeBufferInputsVertex", + "comment": "Determines how many compute buffers Unity supports simultaneously in a vertex shader for reading. (Read Only)\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "maxComputeBufferInputsFragment", + "comment": "Determines how many compute buffers Unity supports simultaneously in a fragment shader for reading. (Read Only)\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "maxComputeBufferInputsGeometry", + "comment": "Determines how many compute buffers Unity supports simultaneously in a geometry shader for reading. (Read Only)\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "maxComputeBufferInputsDomain", + "comment": "Determines how many compute buffers Unity supports simultaneously in a domain shader for reading. (Read Only)\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "maxComputeBufferInputsHull", + "comment": "Determines how many compute buffers Unity supports simultaneously in a hull shader for reading. (Read Only)\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "maxComputeBufferInputsCompute", + "comment": "Determines how many compute buffers Unity supports simultaneously in a compute shader for reading. (Read Only)\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "maxComputeWorkGroupSize", + "comment": "The largest total number of invocations in a single local work group that can be dispatched to a compute shader (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "maxComputeWorkGroupSizeX", + "comment": "The maximum number of work groups that a compute shader can use in X dimension (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "maxComputeWorkGroupSizeY", + "comment": "The maximum number of work groups that a compute shader can use in Y dimension (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "maxComputeWorkGroupSizeZ", + "comment": "The maximum number of work groups that a compute shader can use in Z dimension (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "supportsAsyncCompute", + "comment": "Returns true when the platform supports asynchronous compute queues and false if otherwise.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "supportsGpuRecorder", + "comment": "Specifies whether the current platform supports the GPU Recorder or not. (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "supportsGraphicsFence", + "comment": "Returns true when the platform supports GraphicsFences, and false if otherwise.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "supportsAsyncGPUReadback", + "comment": "Returns true if asynchronous readback of GPU data is available for this device and false otherwise.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "supportsRayTracing", + "comment": "Checks if ray tracing is supported by the current configuration.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "supportsSetConstantBuffer", + "comment": "Does the current renderer support binding constant buffers directly? (Read Only)\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "constantBufferOffsetAlignment", + "comment": "Minimum buffer offset (in bytes) when binding a constant buffer using Shader.SetConstantBuffer or Material.SetConstantBuffer.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "minConstantBufferOffsetAlignment", + "comment": "Obsolete - use SystemInfo.constantBufferOffsetAlignment instead. Minimum buffer offset (in bytes) when binding a constant buffer using Shader.SetConstantBuffer or Material.SetConstantBuffer.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "hasMipMaxLevel", + "comment": "Returns true if the GPU supports partial mipmap chains (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "supportsMipStreaming", + "comment": "Is streaming of texture mip maps supported? (Read Only)\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "usesLoadStoreActions", + "comment": "True if the Graphics API takes RenderBufferLoadAction and RenderBufferStoreAction into account, false if otherwise.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.HDRDisplaySupportFlags", + "name": "hdrDisplaySupportFlags", + "comment": "Returns a bitwise combination of HDRDisplaySupportFlags describing the support for HDR displays on the system.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "supportsStoreAndResolveAction", + "comment": "This property is true if the graphics API of the target build platform takes RenderBufferStoreAction.StoreAndResolve into account, false if otherwise.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "supportsRenderTextures", + "comment": "Are render textures supported? (Read Only)\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "supportsRenderToCubemap", + "comment": "Are cubemap render textures supported? (Read Only)\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "supportsImageEffects", + "comment": "Are image effects supported? (Read Only)\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "supportsStencil", + "comment": "Is the stencil buffer supported? (Read Only)\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "graphicsPixelFillrate", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "supportsVertexPrograms", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "supportsGPUFence", + "comment": "This functionality is deprecated, and should no longer be used. Please use SystemInfo.supportsGraphicsFence.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [ + { "name": "format", "typeName": "UnityEngine.RenderTextureFormat" } + ], + "isStatic": true, + "name": "SupportsRenderTextureFormat", + "comment": "True if the format is supported.\n\n```plaintext\nParams: format - The format to look up.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "format", "typeName": "UnityEngine.RenderTextureFormat" } + ], + "isStatic": true, + "name": "SupportsBlendingOnRenderTextureFormat", + "comment": "True if blending is supported on the given format.\n\n```plaintext\nParams: format - The format to look up.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "format", "typeName": "UnityEngine.TextureFormat" } + ], + "isStatic": true, + "name": "SupportsTextureFormat", + "comment": "True if the format is supported.\n\n```plaintext\nParams: format - The TextureFormat format to look up.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "format", + "typeName": "UnityEngine.Rendering.VertexAttributeFormat" + }, + { "name": "dimension", "typeName": "int" } + ], + "isStatic": true, + "name": "SupportsVertexAttributeFormat", + "comment": "True if the format with the given dimension is supported.\n\n```plaintext\nParams: format - The VertexAttributeFormat format to look up.\n dimension - The dimension of vertex data to check for.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "format", + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" + }, + { + "name": "usage", + "typeName": "UnityEngine.Experimental.Rendering.FormatUsage" + } + ], + "isStatic": true, + "name": "IsFormatSupported", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "GraphicsFormat", + "params": [ + { + "name": "format", + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" + }, + { + "name": "usage", + "typeName": "UnityEngine.Experimental.Rendering.FormatUsage" + } + ], + "isStatic": true, + "name": "GetCompatibleFormat", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "GraphicsFormat", + "params": [ + { + "name": "format", + "typeName": "UnityEngine.Experimental.Rendering.DefaultFormat" + } + ], + "isStatic": true, + "name": "GetGraphicsFormat", + "comment": "Returns the platform-specific GraphicsFormat that is associated with the DefaultFormat.\n\n```plaintext\nParams: format - The DefaultFormat format to look up.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "desc", + "typeName": "UnityEngine.RenderTextureDescriptor" + } + ], + "isStatic": true, + "name": "GetRenderTextureSupportedMSAASampleCount", + "comment": "If the target platform supports the given MSAA samples count of RenderTextureDescriptor, returns the given MSAA samples count. Otherwise returns a lower fallback MSAA samples count value that the target platform supports.\n\n```plaintext\nParams: desc - The RenderTextureDescriptor to check.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "SystemInfo", + "comment": "Access system and hardware information.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "float", + "name": "time", + "comment": "The time at the beginning of this frame (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "double", + "name": "timeAsDouble", + "comment": "The double precision time at the beginning of this frame (Read Only). This is the time in seconds since the start of the game.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "timeSinceLevelLoad", + "comment": "The time since this frame started (Read Only). This is the time in seconds since the last non-additive scene has finished loading.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "double", + "name": "timeSinceLevelLoadAsDouble", + "comment": "The double precision time since this frame started (Read Only). This is the time in seconds since the last non-additive scene has finished loading.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "deltaTime", + "comment": "The interval in seconds from the last frame to the current one (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "fixedTime", + "comment": "The time since the last MonoBehaviour.FixedUpdate started (Read Only). This is the time in seconds since the start of the game.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "double", + "name": "fixedTimeAsDouble", + "comment": "The double precision time since the last MonoBehaviour.FixedUpdate started (Read Only). This is the time in seconds since the start of the game.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "unscaledTime", + "comment": "The timeScale-independent time for this frame (Read Only). This is the time in seconds since the start of the game.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "double", + "name": "unscaledTimeAsDouble", + "comment": "The double precision timeScale-independent time for this frame (Read Only). This is the time in seconds since the start of the game.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "fixedUnscaledTime", + "comment": "The timeScale-independent time at the beginning of the last MonoBehaviour.FixedUpdate phase (Read Only). This is the time in seconds since the start of the game.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "double", + "name": "fixedUnscaledTimeAsDouble", + "comment": "The double precision timeScale-independent time at the beginning of the last MonoBehaviour.FixedUpdate (Read Only). This is the time in seconds since the start of the game.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "unscaledDeltaTime", + "comment": "The timeScale-independent interval in seconds from the last frame to the current one (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "fixedUnscaledDeltaTime", + "comment": "The timeScale-independent interval in seconds from the last MonoBehaviour.FixedUpdate phase to the current one (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "fixedDeltaTime", + "comment": "The interval in seconds at which physics and other fixed frame rate updates (like MonoBehaviour's MonoBehaviour.FixedUpdate) are performed.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "maximumDeltaTime", + "comment": "The maximum value of Time.deltaTime in any given frame. This is a time in seconds that limits the increase of Time.time between two frames.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "smoothDeltaTime", + "comment": "A smoothed out Time.deltaTime (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "maximumParticleDeltaTime", + "comment": "The maximum time a frame can spend on particle updates. If the frame takes longer than this, then updates are split into multiple smaller updates.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "timeScale", + "comment": "The scale at which time passes.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "frameCount", + "comment": "The total number of frames since the start of the game (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "renderedFrameCount", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "realtimeSinceStartup", + "comment": "The real time in seconds since the game started (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "double", + "name": "realtimeSinceStartupAsDouble", + "comment": "The real time in seconds since the game started (Read Only). Double precision version of Time.realtimeSinceStartup.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "captureDeltaTime", + "comment": "Slows your application’s playback time to allow Unity to save screenshots in between frames.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "captureFramerate", + "comment": "The reciprocal of Time.captureDeltaTime.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "inFixedTimeStep", + "comment": "Returns true if called inside a fixed time step callback (like MonoBehaviour's MonoBehaviour.FixedUpdate), otherwise returns false.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "Time", + "comment": "Provides an interface to get time information from Unity.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "isSupported", + "comment": "Is touch screen keyboard supported.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "isInPlaceEditingAllowed", + "comment": "Returns true when you are able to select and modify the input field, returns false otherwise.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "string", + "name": "text", + "comment": "Returns the text displayed by the input field of the keyboard.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "hideInput", + "comment": "Will text input field above the keyboard be hidden when the keyboard is on screen?\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "active", + "comment": "Is the keyboard visible or sliding into the position on the screen?\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "done", + "comment": "Specifies if input process was finished. (Read Only)\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "wasCanceled", + "comment": "Specifies if input process was canceled. (Read Only)\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.TouchScreenKeyboard.Status", + "name": "status", + "comment": "Returns the status of the on-screen keyboard. (Read Only)\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "characterLimit", + "comment": "How many characters the keyboard input field is limited to. 0 = infinite.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "canGetSelection", + "comment": "Specifies whether the TouchScreenKeyboard supports the selection property. (Read Only)\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "canSetSelection", + "comment": "Specifies whether the TouchScreenKeyboard supports the selection property. (Read Only)\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.RangeInt", + "name": "selection", + "comment": "Gets or sets the character range of the selected text within the string currently being edited.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.TouchScreenKeyboardType", + "name": "type", + "comment": "Returns the TouchScreenKeyboardType of the keyboard.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "targetDisplay", + "comment": "Specified on which display the on-screen keyboard will appear.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rect", + "name": "area", + "comment": "Returns portion of the screen which is covered by the keyboard.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "visible", + "comment": "Returns true whenever any keyboard is visible on the screen.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "text", "typeName": "string" }, + { + "name": "keyboardType", + "typeName": "UnityEngine.TouchScreenKeyboardType" + }, + { "name": "autocorrection", "typeName": "bool" }, + { "name": "multiline", "typeName": "bool" }, + { "name": "secure", "typeName": "bool" }, + { "name": "alert", "typeName": "bool" }, + { "name": "textPlaceholder", "typeName": "string" }, + { "name": "characterLimit", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "TouchScreenKeyboard", + "params": [ + { "name": "text", "typeName": "string" }, + { + "name": "keyboardType", + "typeName": "UnityEngine.TouchScreenKeyboardType" + }, + { "name": "autocorrection", "typeName": "bool" }, + { "name": "multiline", "typeName": "bool" }, + { "name": "secure", "typeName": "bool" }, + { "name": "alert", "typeName": "bool" }, + { "name": "textPlaceholder", "typeName": "string" }, + { "name": "characterLimit", "typeName": "int" } + ], + "isStatic": true, + "name": "Open", + "comment": "Opens the native keyboard provided by OS on the screen.\n\n```plaintext\nParams: text - Text to edit.\n keyboardType - Type of keyboard (eg, any text, numbers only, etc).\n autocorrection - Is autocorrection applied?\n multiline - Can more than one line of text be entered?\n secure - Is the text masked (for passwords, etc)?\n alert - Is the keyboard opened in alert mode?\n textPlaceholder - Text to be used if no other text is present.\n characterLimit - How many characters the keyboard input field is limited to. 0 = infinite. (Android and iOS only)\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "TouchScreenKeyboard", + "params": [ + { "name": "text", "typeName": "string" }, + { + "name": "keyboardType", + "typeName": "UnityEngine.TouchScreenKeyboardType" + }, + { "name": "autocorrection", "typeName": "bool" }, + { "name": "multiline", "typeName": "bool" }, + { "name": "secure", "typeName": "bool" }, + { "name": "alert", "typeName": "bool" }, + { "name": "textPlaceholder", "typeName": "string" } + ], + "isStatic": true, + "name": "Open", + "comment": "Opens the native keyboard provided by OS on the screen.\n\n```plaintext\nParams: text - Text to edit.\n keyboardType - Type of keyboard (eg, any text, numbers only, etc).\n autocorrection - Is autocorrection applied?\n multiline - Can more than one line of text be entered?\n secure - Is the text masked (for passwords, etc)?\n alert - Is the keyboard opened in alert mode?\n textPlaceholder - Text to be used if no other text is present.\n characterLimit - How many characters the keyboard input field is limited to. 0 = infinite. (Android and iOS only)\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "TouchScreenKeyboard", + "params": [ + { "name": "text", "typeName": "string" }, + { + "name": "keyboardType", + "typeName": "UnityEngine.TouchScreenKeyboardType" + }, + { "name": "autocorrection", "typeName": "bool" }, + { "name": "multiline", "typeName": "bool" }, + { "name": "secure", "typeName": "bool" }, + { "name": "alert", "typeName": "bool" } + ], + "isStatic": true, + "name": "Open", + "comment": "Opens the native keyboard provided by OS on the screen.\n\n```plaintext\nParams: text - Text to edit.\n keyboardType - Type of keyboard (eg, any text, numbers only, etc).\n autocorrection - Is autocorrection applied?\n multiline - Can more than one line of text be entered?\n secure - Is the text masked (for passwords, etc)?\n alert - Is the keyboard opened in alert mode?\n textPlaceholder - Text to be used if no other text is present.\n characterLimit - How many characters the keyboard input field is limited to. 0 = infinite. (Android and iOS only)\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "TouchScreenKeyboard", + "params": [ + { "name": "text", "typeName": "string" }, + { + "name": "keyboardType", + "typeName": "UnityEngine.TouchScreenKeyboardType" + }, + { "name": "autocorrection", "typeName": "bool" }, + { "name": "multiline", "typeName": "bool" }, + { "name": "secure", "typeName": "bool" } + ], + "isStatic": true, + "name": "Open", + "comment": "Opens the native keyboard provided by OS on the screen.\n\n```plaintext\nParams: text - Text to edit.\n keyboardType - Type of keyboard (eg, any text, numbers only, etc).\n autocorrection - Is autocorrection applied?\n multiline - Can more than one line of text be entered?\n secure - Is the text masked (for passwords, etc)?\n alert - Is the keyboard opened in alert mode?\n textPlaceholder - Text to be used if no other text is present.\n characterLimit - How many characters the keyboard input field is limited to. 0 = infinite. (Android and iOS only)\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "TouchScreenKeyboard", + "params": [ + { "name": "text", "typeName": "string" }, + { + "name": "keyboardType", + "typeName": "UnityEngine.TouchScreenKeyboardType" + }, + { "name": "autocorrection", "typeName": "bool" }, + { "name": "multiline", "typeName": "bool" } + ], + "isStatic": true, + "name": "Open", + "comment": "Opens the native keyboard provided by OS on the screen.\n\n```plaintext\nParams: text - Text to edit.\n keyboardType - Type of keyboard (eg, any text, numbers only, etc).\n autocorrection - Is autocorrection applied?\n multiline - Can more than one line of text be entered?\n secure - Is the text masked (for passwords, etc)?\n alert - Is the keyboard opened in alert mode?\n textPlaceholder - Text to be used if no other text is present.\n characterLimit - How many characters the keyboard input field is limited to. 0 = infinite. (Android and iOS only)\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "TouchScreenKeyboard", + "params": [ + { "name": "text", "typeName": "string" }, + { + "name": "keyboardType", + "typeName": "UnityEngine.TouchScreenKeyboardType" + }, + { "name": "autocorrection", "typeName": "bool" } + ], + "isStatic": true, + "name": "Open", + "comment": "Opens the native keyboard provided by OS on the screen.\n\n```plaintext\nParams: text - Text to edit.\n keyboardType - Type of keyboard (eg, any text, numbers only, etc).\n autocorrection - Is autocorrection applied?\n multiline - Can more than one line of text be entered?\n secure - Is the text masked (for passwords, etc)?\n alert - Is the keyboard opened in alert mode?\n textPlaceholder - Text to be used if no other text is present.\n characterLimit - How many characters the keyboard input field is limited to. 0 = infinite. (Android and iOS only)\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "TouchScreenKeyboard", + "params": [ + { "name": "text", "typeName": "string" }, + { + "name": "keyboardType", + "typeName": "UnityEngine.TouchScreenKeyboardType" + } + ], + "isStatic": true, + "name": "Open", + "comment": "Opens the native keyboard provided by OS on the screen.\n\n```plaintext\nParams: text - Text to edit.\n keyboardType - Type of keyboard (eg, any text, numbers only, etc).\n autocorrection - Is autocorrection applied?\n multiline - Can more than one line of text be entered?\n secure - Is the text masked (for passwords, etc)?\n alert - Is the keyboard opened in alert mode?\n textPlaceholder - Text to be used if no other text is present.\n characterLimit - How many characters the keyboard input field is limited to. 0 = infinite. (Android and iOS only)\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "TouchScreenKeyboard", + "params": [{ "name": "text", "typeName": "string" }], + "isStatic": true, + "name": "Open", + "comment": "Opens the native keyboard provided by OS on the screen.\n\n```plaintext\nParams: text - Text to edit.\n keyboardType - Type of keyboard (eg, any text, numbers only, etc).\n autocorrection - Is autocorrection applied?\n multiline - Can more than one line of text be entered?\n secure - Is the text masked (for passwords, etc)?\n alert - Is the keyboard opened in alert mode?\n textPlaceholder - Text to be used if no other text is present.\n characterLimit - How many characters the keyboard input field is limited to. 0 = infinite. (Android and iOS only)\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "TouchScreenKeyboard", + "comment": "Interface for on-screen keyboards. Only native iPhone, Android, and Windows Store Apps are supported.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.TouchScreenKeyboard.Status", + "name": "Visible", + "comment": "The on-screen keyboard is visible.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.TouchScreenKeyboard.Status", + "name": "Done", + "comment": "The user has finished providing input.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.TouchScreenKeyboard.Status", + "name": "Canceled", + "comment": "The on-screen keyboard was canceled.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.TouchScreenKeyboard.Status", + "name": "LostFocus", + "comment": "The on-screen keyboard has lost focus.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.TouchScreenKeyboard.Status", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "Status", + "comment": "The status of the on-screen keyboard.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Rendering.PostProcessing", + "baseClass": "UnityEngine.Rendering.PostProcessing.ParameterOverride", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "name": "AmbientOcclusionModeParameter", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "closeKeyboardOnOutsideTap", + "comment": "Enable legacy on-screen keyboard hiding on Android.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "consumesOutsideTouches", + "comment": "Indicates whether the keyboard consumes screen touches outside the visible keyboard area.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "Android", + "comment": "Android specific on-screen keyboard settings.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.TouchScreenKeyboardType", + "name": "Default", + "comment": "The default keyboard layout of the target platform.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.TouchScreenKeyboardType", + "name": "ASCIICapable", + "comment": "Keyboard with standard ASCII keys.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.TouchScreenKeyboardType", + "name": "NumbersAndPunctuation", + "comment": "Keyboard with numbers and punctuation mark keys.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.TouchScreenKeyboardType", + "name": "URL", + "comment": "Keyboard with keys for URL entry.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.TouchScreenKeyboardType", + "name": "NumberPad", + "comment": "Keyboard with standard numeric keys.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.TouchScreenKeyboardType", + "name": "PhonePad", + "comment": "Keyboard with a layout suitable for typing telephone numbers.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.TouchScreenKeyboardType", + "name": "NamePhonePad", + "comment": "Keyboard with alphanumeric keys.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.TouchScreenKeyboardType", + "name": "EmailAddress", + "comment": "Keyboard with additional keys suitable for typing email addresses.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.TouchScreenKeyboardType", + "name": "NintendoNetworkAccount", + "comment": "Keyboard for the Nintendo Network (Deprecated).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.TouchScreenKeyboardType", + "name": "Social", + "comment": "Keyboard with symbol keys often used on social media, such as Twitter.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.TouchScreenKeyboardType", + "name": "Search", + "comment": "Keyboard with the \".\" key beside the space key, suitable for typing search terms.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.TouchScreenKeyboardType", + "name": "DecimalPad", + "comment": "Keyboard with numbers and a decimal point.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.TouchScreenKeyboardType", + "name": "OneTimeCode", + "comment": "Keyboard with standard numeric keys.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.TouchScreenKeyboardType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "TouchScreenKeyboardType", + "comment": "Enumeration of the different types of supported touchscreen keyboards.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "String", + "params": [{ "name": "eventPayloadName", "typeName": "string" }], + "isStatic": true, + "name": "GenerateEventIdForPayload", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [], + "isStatic": true, + "name": "GetGlobalEventQueue", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "UnityEventQueueSystem", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IEquatable"], + "fields": [ + { + "typeName": "UnityEngine.Vector3", + "name": "position", + "comment": "The position component of the pose.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Quaternion", + "name": "rotation", + "comment": "The rotation component of the pose.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "forward", + "comment": "Returns the forward vector of the pose.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "right", + "comment": "Returns the right vector of the pose.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "up", + "comment": "Returns the up vector of the pose.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Pose", + "name": "identity", + "comment": "Shorthand for pose which represents zero position, and an identity rotation.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "position", "typeName": "UnityEngine.Vector3" }, + { "name": "rotation", "typeName": "UnityEngine.Quaternion" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "format", "typeName": "string" }], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Pose", + "params": [{ "name": "lhs", "typeName": "UnityEngine.Pose" }], + "isStatic": false, + "name": "GetTransformedBy", + "comment": "Transforms the current pose into the local space of the provided pose.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Pose", + "params": [{ "name": "lhs", "typeName": "UnityEngine.Transform" }], + "isStatic": false, + "name": "GetTransformedBy", + "comment": "Transforms the current pose into the local space of the provided pose.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "other", "typeName": "UnityEngine.Pose" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "a", "typeName": "UnityEngine.Pose" }, + { "name": "b", "typeName": "UnityEngine.Pose" } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "a", "typeName": "UnityEngine.Pose" }, + { "name": "b", "typeName": "UnityEngine.Pose" } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "Pose", + "comment": "Representation of a Position, and a Rotation in 3D Space\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.DrivenTransformProperties", + "name": "None", + "comment": "Deselects all driven properties.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.DrivenTransformProperties", + "name": "All", + "comment": "Selects all driven properties.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.DrivenTransformProperties", + "name": "AnchoredPositionX", + "comment": "Selects driven property RectTransform.anchoredPosition.x.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.DrivenTransformProperties", + "name": "AnchoredPositionY", + "comment": "Selects driven property RectTransform.anchoredPosition.y.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.DrivenTransformProperties", + "name": "AnchoredPositionZ", + "comment": "Selects driven property RectTransform.anchoredPosition3D.z.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.DrivenTransformProperties", + "name": "Rotation", + "comment": "Selects driven property Transform.localRotation.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.DrivenTransformProperties", + "name": "ScaleX", + "comment": "Selects driven property Transform.localScale.x.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.DrivenTransformProperties", + "name": "ScaleY", + "comment": "Selects driven property Transform.localScale.y.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.DrivenTransformProperties", + "name": "ScaleZ", + "comment": "Selects driven property Transform.localScale.z.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.DrivenTransformProperties", + "name": "AnchorMinX", + "comment": "Selects driven property RectTransform.anchorMin.x.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.DrivenTransformProperties", + "name": "AnchorMinY", + "comment": "Selects driven property RectTransform.anchorMin.y.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.DrivenTransformProperties", + "name": "AnchorMaxX", + "comment": "Selects driven property RectTransform.anchorMax.x.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.DrivenTransformProperties", + "name": "AnchorMaxY", + "comment": "Selects driven property RectTransform.anchorMax.y.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.DrivenTransformProperties", + "name": "SizeDeltaX", + "comment": "Selects driven property RectTransform.sizeDelta.x.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.DrivenTransformProperties", + "name": "SizeDeltaY", + "comment": "Selects driven property RectTransform.sizeDelta.y.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.DrivenTransformProperties", + "name": "PivotX", + "comment": "Selects driven property RectTransform.pivot.x.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.DrivenTransformProperties", + "name": "PivotY", + "comment": "Selects driven property RectTransform.pivot.y.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.DrivenTransformProperties", + "name": "AnchoredPosition", + "comment": "Selects driven property RectTransform.anchoredPosition.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.DrivenTransformProperties", + "name": "AnchoredPosition3D", + "comment": "Selects driven property RectTransform.anchoredPosition3D.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.DrivenTransformProperties", + "name": "Scale", + "comment": "Selects driven property combining ScaleX, ScaleY && ScaleZ.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.DrivenTransformProperties", + "name": "AnchorMin", + "comment": "Selects driven property combining AnchorMinX and AnchorMinY.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.DrivenTransformProperties", + "name": "AnchorMax", + "comment": "Selects driven property combining AnchorMaxX and AnchorMaxY.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.DrivenTransformProperties", + "name": "Anchors", + "comment": "Selects driven property combining AnchorMinX, AnchorMinY, AnchorMaxX and AnchorMaxY.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.DrivenTransformProperties", + "name": "SizeDelta", + "comment": "Selects driven property combining SizeDeltaX and SizeDeltaY.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.DrivenTransformProperties", + "name": "Pivot", + "comment": "Selects driven property combining PivotX and PivotY.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.DrivenTransformProperties", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "DrivenTransformProperties", + "comment": "An enumeration of transform properties that can be driven on a RectTransform by an object.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "StopRecordingUndo", + "comment": "Stop recording undo actions from driven RectTransforms.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "StartRecordingUndo", + "comment": "Resume recording undo of driven RectTransforms.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "driver", "typeName": "UnityEngine.Object" }, + { + "name": "rectTransform", + "typeName": "UnityEngine.RectTransform" + }, + { + "name": "drivenProperties", + "typeName": "UnityEngine.DrivenTransformProperties" + } + ], + "isStatic": false, + "name": "Add", + "comment": "Add a RectTransform to be driven.\n\n```plaintext\nParams: driver - The object to drive properties.\n rectTransform - The RectTransform to be driven.\n drivenProperties - The properties to be driven.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "revertValues", "typeName": "bool" }], + "isStatic": false, + "name": "Clear", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Clear", + "comment": "Clear the list of RectTransforms being driven.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "DrivenRectTransformTracker", + "comment": "A component can be designed to drive a RectTransform. The DrivenRectTransformTracker struct is used to specify which RectTransforms it is driving.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.Transform", + "attribute": "", + "interfaces": ["IEnumerable"], + "fields": [ + { + "typeName": "UnityEngine.Rect", + "name": "rect", + "comment": "The calculated rectangle in the local space of the Transform.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "anchorMin", + "comment": "The normalized position in the parent RectTransform that the lower left corner is anchored to.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "anchorMax", + "comment": "The normalized position in the parent RectTransform that the upper right corner is anchored to.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "anchoredPosition", + "comment": "The position of the pivot of this RectTransform relative to the anchor reference point.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "sizeDelta", + "comment": "The size of this RectTransform relative to the distances between the anchors.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "pivot", + "comment": "The normalized position in this RectTransform that it rotates around.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "anchoredPosition3D", + "comment": "The 3D position of the pivot of this RectTransform relative to the anchor reference point.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "offsetMin", + "comment": "The offset of the lower left corner of the rectangle relative to the lower left anchor.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "offsetMax", + "comment": "The offset of the upper right corner of the rectangle relative to the upper right anchor.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.RectTransform.ReapplyDrivenProperties", + "name": "reapplyDrivenProperties", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "UnityEngine.RectTransform.ReapplyDrivenProperties" + } + ], + "isStatic": true, + "name": "add_reapplyDrivenProperties", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "UnityEngine.RectTransform.ReapplyDrivenProperties" + } + ], + "isStatic": true, + "name": "remove_reapplyDrivenProperties", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ForceUpdateRectTransforms", + "comment": "Force the recalculation of RectTransforms internal data.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "fourCornersArray", "typeName": "UnityEngine.Vector3[]" } + ], + "isStatic": false, + "name": "GetLocalCorners", + "comment": "Get the corners of the calculated rectangle in the local space of its Transform.\n\n```plaintext\nParams: fourCornersArray - The array that corners are filled into.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "fourCornersArray", "typeName": "UnityEngine.Vector3[]" } + ], + "isStatic": false, + "name": "GetWorldCorners", + "comment": "Get the corners of the calculated rectangle in world space.\n\n```plaintext\nParams: fourCornersArray - The array that corners are filled into.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "edge", "typeName": "UnityEngine.RectTransform.Edge" }, + { "name": "inset", "typeName": "float" }, + { "name": "size", "typeName": "float" } + ], + "isStatic": false, + "name": "SetInsetAndSizeFromParentEdge", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "axis", "typeName": "UnityEngine.RectTransform.Axis" }, + { "name": "size", "typeName": "float" } + ], + "isStatic": false, + "name": "SetSizeWithCurrentAnchors", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "RectTransform", + "comment": "Position, size, anchor and pivot information for a rectangle.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.RectTransform.Edge", + "name": "Left", + "comment": "The left edge.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.RectTransform.Edge", + "name": "Right", + "comment": "The right edge.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.RectTransform.Edge", + "name": "Top", + "comment": "The top edge.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.RectTransform.Edge", + "name": "Bottom", + "comment": "The bottom edge.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.RectTransform.Edge", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "Edge", + "comment": "Enum used to specify one edge of a rectangle.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.RectTransform.Axis", + "name": "Horizontal", + "comment": "Horizontal.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.RectTransform.Axis", + "name": "Vertical", + "comment": "Vertical.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.RectTransform.Axis", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "Axis", + "comment": "An axis that can be horizontal or vertical.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Rendering.PostProcessing", + "baseClass": "UnityEngine.Rendering.PostProcessing.ParameterOverride", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "name": "AmbientOcclusionQualityParameter", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "driven", "typeName": "UnityEngine.RectTransform" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "driven", "typeName": "UnityEngine.RectTransform" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "ReapplyDrivenProperties", + "comment": "Delegate used for the reapplyDrivenProperties event.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.Component", + "attribute": "", + "interfaces": ["IEnumerable"], + "fields": [ + { + "typeName": "UnityEngine.Vector3", + "name": "position", + "comment": "The world space position of the Transform.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "localPosition", + "comment": "Position of the transform relative to the parent transform.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "eulerAngles", + "comment": "The rotation as Euler angles in degrees.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "localEulerAngles", + "comment": "The rotation as Euler angles in degrees relative to the parent transform's rotation.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "right", + "comment": "The red axis of the transform in world space.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "up", + "comment": "The green axis of the transform in world space.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "forward", + "comment": "Returns a normalized vector representing the blue axis of the transform in world space.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Quaternion", + "name": "rotation", + "comment": "A Quaternion that stores the rotation of the Transform in world space.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Quaternion", + "name": "localRotation", + "comment": "The rotation of the transform relative to the transform rotation of the parent.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "localScale", + "comment": "The scale of the transform relative to the GameObjects parent.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Transform", + "name": "parent", + "comment": "The parent of the transform.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Matrix4x4", + "name": "worldToLocalMatrix", + "comment": "Matrix that transforms a point from world space into local space (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Matrix4x4", + "name": "localToWorldMatrix", + "comment": "Matrix that transforms a point from local space into world space (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Transform", + "name": "root", + "comment": "Returns the topmost transform in the hierarchy.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "childCount", + "comment": "The number of children the parent Transform has.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "lossyScale", + "comment": "The global scale of the object (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "hasChanged", + "comment": "Has the transform changed since the last time the flag was set to 'false'?\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "hierarchyCapacity", + "comment": "The transform capacity of the transform's hierarchy data structure.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "hierarchyCount", + "comment": "The number of transforms in the transform's hierarchy data structure.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "p", "typeName": "UnityEngine.Transform" }], + "isStatic": false, + "name": "SetParent", + "comment": "Set the parent of the transform.\n\n```plaintext\nParams: parent - The parent Transform to use.\n worldPositionStays - If true, the parent-relative position, scale and rotation are modified such that the object keeps the same world space position, rotation and scale as before.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "parent", "typeName": "UnityEngine.Transform" }, + { "name": "worldPositionStays", "typeName": "bool" } + ], + "isStatic": false, + "name": "SetParent", + "comment": "Set the parent of the transform.\n\n```plaintext\nParams: parent - The parent Transform to use.\n worldPositionStays - If true, the parent-relative position, scale and rotation are modified such that the object keeps the same world space position, rotation and scale as before.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "position", "typeName": "UnityEngine.Vector3" }, + { "name": "rotation", "typeName": "UnityEngine.Quaternion" } + ], + "isStatic": false, + "name": "SetPositionAndRotation", + "comment": "Sets the world space position and rotation of the Transform component.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "translation", "typeName": "UnityEngine.Vector3" }, + { "name": "relativeTo", "typeName": "UnityEngine.Space" } + ], + "isStatic": false, + "name": "Translate", + "comment": "Moves the transform in the direction and distance of translation.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "translation", "typeName": "UnityEngine.Vector3" } + ], + "isStatic": false, + "name": "Translate", + "comment": "Moves the transform in the direction and distance of translation.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "x", "typeName": "float" }, + { "name": "y", "typeName": "float" }, + { "name": "z", "typeName": "float" }, + { "name": "relativeTo", "typeName": "UnityEngine.Space" } + ], + "isStatic": false, + "name": "Translate", + "comment": "Moves the transform by x along the x axis, y along the y axis, and z along the z axis.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "x", "typeName": "float" }, + { "name": "y", "typeName": "float" }, + { "name": "z", "typeName": "float" } + ], + "isStatic": false, + "name": "Translate", + "comment": "Moves the transform by x along the x axis, y along the y axis, and z along the z axis.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "translation", "typeName": "UnityEngine.Vector3" }, + { "name": "relativeTo", "typeName": "UnityEngine.Transform" } + ], + "isStatic": false, + "name": "Translate", + "comment": "Moves the transform in the direction and distance of translation.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "x", "typeName": "float" }, + { "name": "y", "typeName": "float" }, + { "name": "z", "typeName": "float" }, + { "name": "relativeTo", "typeName": "UnityEngine.Transform" } + ], + "isStatic": false, + "name": "Translate", + "comment": "Moves the transform by x along the x axis, y along the y axis, and z along the z axis.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "eulers", "typeName": "UnityEngine.Vector3" }, + { "name": "relativeTo", "typeName": "UnityEngine.Space" } + ], + "isStatic": false, + "name": "Rotate", + "comment": "Applies a rotation of eulerAngles.z degrees around the z-axis, eulerAngles.x degrees around the x-axis, and eulerAngles.y degrees around the y-axis (in that order).\n\n```plaintext\nParams: eulers - The rotation to apply in euler angles.\n relativeTo - Determines whether to rotate the GameObject either locally to the GameObject or relative to the Scene in world space.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "eulers", "typeName": "UnityEngine.Vector3" }], + "isStatic": false, + "name": "Rotate", + "comment": "Applies a rotation of eulerAngles.z degrees around the z-axis, eulerAngles.x degrees around the x-axis, and eulerAngles.y degrees around the y-axis (in that order).\n\n```plaintext\nParams: eulers - The rotation to apply in euler angles.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "xAngle", "typeName": "float" }, + { "name": "yAngle", "typeName": "float" }, + { "name": "zAngle", "typeName": "float" }, + { "name": "relativeTo", "typeName": "UnityEngine.Space" } + ], + "isStatic": false, + "name": "Rotate", + "comment": "The implementation of this method applies a rotation of zAngle degrees around the z axis, xAngle degrees around the x axis, and yAngle degrees around the y axis (in that order).\n\n```plaintext\nParams: relativeTo - Determines whether to rotate the GameObject either locally to the GameObject or relative to the Scene in world space.\n xAngle - Degrees to rotate the GameObject around the X axis.\n yAngle - Degrees to rotate the GameObject around the Y axis.\n zAngle - Degrees to rotate the GameObject around the Z axis.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "xAngle", "typeName": "float" }, + { "name": "yAngle", "typeName": "float" }, + { "name": "zAngle", "typeName": "float" } + ], + "isStatic": false, + "name": "Rotate", + "comment": "The implementation of this method applies a rotation of zAngle degrees around the z axis, xAngle degrees around the x axis, and yAngle degrees around the y axis (in that order).\n\n```plaintext\nParams: xAngle - Degrees to rotate the GameObject around the X axis.\n yAngle - Degrees to rotate the GameObject around the Y axis.\n zAngle - Degrees to rotate the GameObject around the Z axis.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "axis", "typeName": "UnityEngine.Vector3" }, + { "name": "angle", "typeName": "float" }, + { "name": "relativeTo", "typeName": "UnityEngine.Space" } + ], + "isStatic": false, + "name": "Rotate", + "comment": "Rotates the object around the given axis by the number of degrees defined by the given angle.\n\n```plaintext\nParams: angle - The degrees of rotation to apply.\n axis - The axis to apply rotation to.\n relativeTo - Determines whether to rotate the GameObject either locally to the GameObject or relative to the Scene in world space.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "axis", "typeName": "UnityEngine.Vector3" }, + { "name": "angle", "typeName": "float" } + ], + "isStatic": false, + "name": "Rotate", + "comment": "Rotates the object around the given axis by the number of degrees defined by the given angle.\n\n```plaintext\nParams: axis - The axis to apply rotation to.\n angle - The degrees of rotation to apply.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "point", "typeName": "UnityEngine.Vector3" }, + { "name": "axis", "typeName": "UnityEngine.Vector3" }, + { "name": "angle", "typeName": "float" } + ], + "isStatic": false, + "name": "RotateAround", + "comment": "Rotates the transform about axis passing through point in world coordinates by angle degrees.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "target", "typeName": "UnityEngine.Transform" }, + { "name": "worldUp", "typeName": "UnityEngine.Vector3" } + ], + "isStatic": false, + "name": "LookAt", + "comment": "Rotates the transform so the forward vector points at target's current position.\n\n```plaintext\nParams: target - Object to point towards.\n worldUp - Vector specifying the upward direction.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "target", "typeName": "UnityEngine.Transform" }], + "isStatic": false, + "name": "LookAt", + "comment": "Rotates the transform so the forward vector points at target's current position.\n\n```plaintext\nParams: target - Object to point towards.\n worldUp - Vector specifying the upward direction.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "worldPosition", "typeName": "UnityEngine.Vector3" }, + { "name": "worldUp", "typeName": "UnityEngine.Vector3" } + ], + "isStatic": false, + "name": "LookAt", + "comment": "Rotates the transform so the forward vector points at worldPosition.\n\n```plaintext\nParams: worldPosition - Point to look at.\n worldUp - Vector specifying the upward direction.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "worldPosition", "typeName": "UnityEngine.Vector3" } + ], + "isStatic": false, + "name": "LookAt", + "comment": "Rotates the transform so the forward vector points at worldPosition.\n\n```plaintext\nParams: worldPosition - Point to look at.\n worldUp - Vector specifying the upward direction.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector3", + "params": [ + { "name": "direction", "typeName": "UnityEngine.Vector3" } + ], + "isStatic": false, + "name": "TransformDirection", + "comment": "Transforms direction from local space to world space.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector3", + "params": [ + { "name": "x", "typeName": "float" }, + { "name": "y", "typeName": "float" }, + { "name": "z", "typeName": "float" } + ], + "isStatic": false, + "name": "TransformDirection", + "comment": "Transforms direction x, y, z from local space to world space.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector3", + "params": [ + { "name": "direction", "typeName": "UnityEngine.Vector3" } + ], + "isStatic": false, + "name": "InverseTransformDirection", + "comment": "Transforms a direction from world space to local space. The opposite of Transform.TransformDirection.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector3", + "params": [ + { "name": "x", "typeName": "float" }, + { "name": "y", "typeName": "float" }, + { "name": "z", "typeName": "float" } + ], + "isStatic": false, + "name": "InverseTransformDirection", + "comment": "Transforms the direction x, y, z from world space to local space. The opposite of Transform.TransformDirection.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector3", + "params": [{ "name": "vector", "typeName": "UnityEngine.Vector3" }], + "isStatic": false, + "name": "TransformVector", + "comment": "Transforms vector from local space to world space.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector3", + "params": [ + { "name": "x", "typeName": "float" }, + { "name": "y", "typeName": "float" }, + { "name": "z", "typeName": "float" } + ], + "isStatic": false, + "name": "TransformVector", + "comment": "Transforms vector x, y, z from local space to world space.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector3", + "params": [{ "name": "vector", "typeName": "UnityEngine.Vector3" }], + "isStatic": false, + "name": "InverseTransformVector", + "comment": "Transforms a vector from world space to local space. The opposite of Transform.TransformVector.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector3", + "params": [ + { "name": "x", "typeName": "float" }, + { "name": "y", "typeName": "float" }, + { "name": "z", "typeName": "float" } + ], + "isStatic": false, + "name": "InverseTransformVector", + "comment": "Transforms the vector x, y, z from world space to local space. The opposite of Transform.TransformVector.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector3", + "params": [{ "name": "position", "typeName": "UnityEngine.Vector3" }], + "isStatic": false, + "name": "TransformPoint", + "comment": "Transforms position from local space to world space.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector3", + "params": [ + { "name": "x", "typeName": "float" }, + { "name": "y", "typeName": "float" }, + { "name": "z", "typeName": "float" } + ], + "isStatic": false, + "name": "TransformPoint", + "comment": "Transforms the position x, y, z from local space to world space.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector3", + "params": [{ "name": "position", "typeName": "UnityEngine.Vector3" }], + "isStatic": false, + "name": "InverseTransformPoint", + "comment": "Transforms position from world space to local space.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector3", + "params": [ + { "name": "x", "typeName": "float" }, + { "name": "y", "typeName": "float" }, + { "name": "z", "typeName": "float" } + ], + "isStatic": false, + "name": "InverseTransformPoint", + "comment": "Transforms the position x, y, z from world space to local space. The opposite of Transform.TransformPoint.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "DetachChildren", + "comment": "Unparents all children.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "SetAsFirstSibling", + "comment": "Move the transform to the start of the local transform list.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "SetAsLastSibling", + "comment": "Move the transform to the end of the local transform list.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "SetSiblingIndex", + "comment": "Sets the sibling index.\n\n```plaintext\nParams: index - Index to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetSiblingIndex", + "comment": "Gets the sibling index.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Transform", + "params": [{ "name": "n", "typeName": "string" }], + "isStatic": false, + "name": "Find", + "comment": "The returned child transform or null if no child is found.\n\n```plaintext\nParams: n - Name of child to be found.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "parent", "typeName": "UnityEngine.Transform" }], + "isStatic": false, + "name": "IsChildOf", + "comment": "Is this transform a child of parent?\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Transform", + "params": [{ "name": "n", "typeName": "string" }], + "isStatic": false, + "name": "FindChild", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "IEnumerator", + "params": [], + "isStatic": false, + "name": "GetEnumerator", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "axis", "typeName": "UnityEngine.Vector3" }, + { "name": "angle", "typeName": "float" } + ], + "isStatic": false, + "name": "RotateAround", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "axis", "typeName": "UnityEngine.Vector3" }, + { "name": "angle", "typeName": "float" } + ], + "isStatic": false, + "name": "RotateAroundLocal", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Transform", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "GetChild", + "comment": "Transform child by index.\n\n```plaintext\nParams: index - Index of the child transform to return. Must be smaller than Transform.childCount.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetChildCount", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "Transform", + "comment": "Position, rotation and scale of an object.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Rendering.PostProcessing", + "baseClass": "UnityEngine.Rendering.PostProcessing.PostProcessEffectSettings", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Rendering.PostProcessing.AmbientOcclusionModeParameter", + "name": "mode", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.FloatParameter", + "name": "intensity", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.ColorParameter", + "name": "color", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.BoolParameter", + "name": "ambientOnly", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.FloatParameter", + "name": "noiseFilterTolerance", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.FloatParameter", + "name": "blurTolerance", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.FloatParameter", + "name": "upsampleTolerance", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.FloatParameter", + "name": "thicknessModifier", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.FloatParameter", + "name": "directLightingStrength", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.FloatParameter", + "name": "radius", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.AmbientOcclusionQualityParameter", + "name": "quality", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "context", + "typeName": "UnityEngine.Rendering.PostProcessing.PostProcessRenderContext" + } + ], + "isStatic": false, + "name": "IsEnabledAndSupported", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "name": "AmbientOcclusion", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.SpriteDrawMode", + "name": "Simple", + "comment": "Displays the full sprite.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.SpriteDrawMode", + "name": "Sliced", + "comment": "The SpriteRenderer will render the sprite as a 9-slice image where the corners will remain constant and the other sections will scale.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.SpriteDrawMode", + "name": "Tiled", + "comment": "The SpriteRenderer will render the sprite as a 9-slice image where the corners will remain constant and the other sections will tile.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.SpriteDrawMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "SpriteDrawMode", + "comment": "SpriteRenderer draw mode.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.SpriteTileMode", + "name": "Continuous", + "comment": "Sprite Renderer tiles the sprite continuously when is set to SpriteRenderer.tileMode.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.SpriteTileMode", + "name": "Adaptive", + "comment": "Sprite Renderer tiles the sprite once the Sprite Renderer size is above SpriteRenderer.adaptiveModeThreshold.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.SpriteTileMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "SpriteTileMode", + "comment": "Tiling mode for SpriteRenderer.tileMode.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Experimental.Playables", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IPlayable", "IEquatable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "CameraPlayable", + "params": [ + { + "name": "graph", + "typeName": "UnityEngine.Playables.PlayableGraph" + }, + { "name": "camera", "typeName": "UnityEngine.Camera" } + ], + "isStatic": true, + "name": "Create", + "comment": "A CameraPlayable linked to the PlayableGraph.\n\n```plaintext\nParams: graph - The PlayableGraph object that will own the CameraPlayable.\n camera - Camera used to produce a texture in the PlayableGraph.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "PlayableHandle", + "params": [], + "isStatic": false, + "name": "GetHandle", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Playable", + "params": [ + { + "name": "playable", + "typeName": "UnityEngine.Experimental.Playables.CameraPlayable" + } + ], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "CameraPlayable", + "params": [ + { "name": "playable", "typeName": "UnityEngine.Playables.Playable" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "other", + "typeName": "UnityEngine.Experimental.Playables.CameraPlayable" + } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Camera", + "params": [], + "isStatic": false, + "name": "GetCamera", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "UnityEngine.Camera" }], + "isStatic": false, + "name": "SetCamera", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "CameraPlayable", + "comment": "An implementation of IPlayable that produces a Camera texture.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.SpriteMaskInteraction", + "name": "None", + "comment": "The sprite will not interact with the masking system.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.SpriteMaskInteraction", + "name": "VisibleInsideMask", + "comment": "The sprite will be visible only in areas where a mask is present.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.SpriteMaskInteraction", + "name": "VisibleOutsideMask", + "comment": "The sprite will be visible only in areas where no mask is present.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.SpriteMaskInteraction", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "SpriteMaskInteraction", + "comment": "This enum controls the mode under which the sprite will interact with the masking system.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.Renderer", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Sprite", + "name": "sprite", + "comment": "The Sprite to render.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.SpriteDrawMode", + "name": "drawMode", + "comment": "The current draw mode of the Sprite Renderer.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "size", + "comment": "Property to set/get the size to render when the SpriteRenderer.drawMode is set to SpriteDrawMode.Sliced.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "adaptiveModeThreshold", + "comment": "The current threshold for Sprite Renderer tiling.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.SpriteTileMode", + "name": "tileMode", + "comment": "The current tile mode of the Sprite Renderer.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Color", + "name": "color", + "comment": "Rendering color for the Sprite graphic.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.SpriteMaskInteraction", + "name": "maskInteraction", + "comment": "Specifies how the sprite interacts with the masks.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "flipX", + "comment": "Flips the sprite on the X axis.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "flipY", + "comment": "Flips the sprite on the Y axis.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.SpriteSortPoint", + "name": "spriteSortPoint", + "comment": "Determines the position of the Sprite used for sorting the SpriteRenderer.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "SpriteRenderer", + "comment": "Renders a Sprite for 2D graphics.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.SpriteMeshType", + "name": "FullRect", + "comment": "Rectangle mesh equal to the user specified sprite size.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.SpriteMeshType", + "name": "Tight", + "comment": "Tight mesh based on pixel alpha values. As many excess pixels are cropped as possible.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.SpriteMeshType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "SpriteMeshType", + "comment": "Defines the type of mesh generated for a sprite.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Experimental.Playables", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IPlayable", "IEquatable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "MaterialEffectPlayable", + "params": [ + { + "name": "graph", + "typeName": "UnityEngine.Playables.PlayableGraph" + }, + { "name": "material", "typeName": "UnityEngine.Material" }, + { "name": "pass", "typeName": "int" } + ], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "PlayableHandle", + "params": [], + "isStatic": false, + "name": "GetHandle", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Playable", + "params": [ + { + "name": "playable", + "typeName": "UnityEngine.Experimental.Playables.MaterialEffectPlayable" + } + ], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "MaterialEffectPlayable", + "params": [ + { "name": "playable", "typeName": "UnityEngine.Playables.Playable" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "other", + "typeName": "UnityEngine.Experimental.Playables.MaterialEffectPlayable" + } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Material", + "params": [], + "isStatic": false, + "name": "GetMaterial", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "UnityEngine.Material" }], + "isStatic": false, + "name": "SetMaterial", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetPass", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "int" }], + "isStatic": false, + "name": "SetPass", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "MaterialEffectPlayable", + "comment": "An implementation of IPlayable that allows application of a Material shader to one or many texture inputs to produce a texture output.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Rendering.PostProcessing", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Rendering.PostProcessing.EyeAdaptation", + "name": "Progressive", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.EyeAdaptation", + "name": "Fixed", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Rendering.PostProcessing.EyeAdaptation", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "name": "EyeAdaptation", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.SpriteAlignment", + "name": "Center", + "comment": "Pivot is at the center of the graphic rectangle.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.SpriteAlignment", + "name": "TopLeft", + "comment": "Pivot is at the top left corner of the graphic rectangle.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.SpriteAlignment", + "name": "TopCenter", + "comment": "Pivot is at the center of the top edge of the graphic rectangle.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.SpriteAlignment", + "name": "TopRight", + "comment": "Pivot is at the top right corner of the graphic rectangle.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.SpriteAlignment", + "name": "LeftCenter", + "comment": "Pivot is at the center of the left edge of the graphic rectangle.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.SpriteAlignment", + "name": "RightCenter", + "comment": "Pivot is at the center of the right edge of the graphic rectangle.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.SpriteAlignment", + "name": "BottomLeft", + "comment": "Pivot is at the bottom left corner of the graphic rectangle.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.SpriteAlignment", + "name": "BottomCenter", + "comment": "Pivot is at the center of the bottom edge of the graphic rectangle.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.SpriteAlignment", + "name": "BottomRight", + "comment": "Pivot is at the bottom right corner of the graphic rectangle.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.SpriteAlignment", + "name": "Custom", + "comment": "Pivot is at a custom position within the graphic rectangle.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.SpriteAlignment", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "SpriteAlignment", + "comment": "How a Sprite's graphic rectangle is aligned with its pivot point.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.SpritePackingMode", + "name": "Tight", + "comment": "Tight mesh based packing.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.SpritePackingMode", + "name": "Rectangle", + "comment": "Alpha-cropped ractangle packing.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.SpritePackingMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "SpritePackingMode", + "comment": "Sprite packing modes for the Sprite Packer.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Experimental.Playables", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IPlayable", "IEquatable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "TextureMixerPlayable", + "params": [ + { + "name": "graph", + "typeName": "UnityEngine.Playables.PlayableGraph" + } + ], + "isStatic": true, + "name": "Create", + "comment": "A TextureMixerPlayable linked to the PlayableGraph.\n\n```plaintext\nParams: graph - The PlayableGraph object that will own the TextureMixerPlayable.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "PlayableHandle", + "params": [], + "isStatic": false, + "name": "GetHandle", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Playable", + "params": [ + { + "name": "playable", + "typeName": "UnityEngine.Experimental.Playables.TextureMixerPlayable" + } + ], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "TextureMixerPlayable", + "params": [ + { "name": "playable", "typeName": "UnityEngine.Playables.Playable" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "other", + "typeName": "UnityEngine.Experimental.Playables.TextureMixerPlayable" + } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "TextureMixerPlayable", + "comment": "An implementation of IPlayable that allows mixing two textures.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Rendering.PostProcessing", + "baseClass": "UnityEngine.Rendering.PostProcessing.ParameterOverride", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "name": "EyeAdaptationParameter", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.SpritePackingRotation", + "name": "None", + "comment": "No rotation.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.SpritePackingRotation", + "name": "FlipHorizontal", + "comment": "Sprite is flipped horizontally when packed.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.SpritePackingRotation", + "name": "FlipVertical", + "comment": "Sprite is flipped vertically when packed.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.SpritePackingRotation", + "name": "Rotate180", + "comment": "Sprite is rotated 180 degree when packed.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.SpritePackingRotation", + "name": "Any", + "comment": "Any rotation.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.SpritePackingRotation", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "SpritePackingRotation", + "comment": "Sprite rotation modes for the Sprite Packer.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Rendering.PostProcessing", + "baseClass": "UnityEngine.Rendering.PostProcessing.PostProcessEffectSettings", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Rendering.PostProcessing.Vector2Parameter", + "name": "filtering", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.FloatParameter", + "name": "minLuminance", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.FloatParameter", + "name": "maxLuminance", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.FloatParameter", + "name": "keyValue", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.EyeAdaptationParameter", + "name": "eyeAdaptation", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.FloatParameter", + "name": "speedUp", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.FloatParameter", + "name": "speedDown", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "context", + "typeName": "UnityEngine.Rendering.PostProcessing.PostProcessRenderContext" + } + ], + "isStatic": false, + "name": "IsEnabledAndSupported", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "name": "AutoExposure", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.SpriteSortPoint", + "name": "Center", + "comment": "The center of the Sprite is used as the point for sorting the Renderer.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.SpriteSortPoint", + "name": "Pivot", + "comment": "The pivot of the Sprite is used as the point for sorting the Renderer.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.SpriteSortPoint", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "SpriteSortPoint", + "comment": "Determines the position of the Sprite used for sorting the Renderer.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Experimental.Playables", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "PlayableBinding", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "key", "typeName": "UnityEngine.Object" } + ], + "isStatic": true, + "name": "Create", + "comment": "Returns a PlayableBinding that contains information that is used to create a TexturePlayableOutput.\n\n```plaintext\nParams: key - A reference to a UnityEngine.Object that acts as a key for this binding.\n name - The name of the TexturePlayableOutput.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "TexturePlayableBinding", + "comment": "A PlayableBinding that contains information representing a TexturePlayableOutput.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "name", + "comment": "The shader property name of the secondary Sprite texture. Use this name to identify and sample the texture in the shader.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Texture2D", + "name": "texture", + "comment": "The texture to be used as a secondary Sprite texture.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "SecondarySpriteTexture", + "comment": "Encapsulates a Texture2D and its shader property name to give Sprite-based renderers access to a secondary texture, in addition to the main Sprite texture.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Experimental.Playables", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IPlayableOutput"], + "fields": [ + { + "typeName": "UnityEngine.Experimental.Playables.TexturePlayableOutput", + "name": "Null", + "comment": "Returns an invalid TexturePlayableOutput.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "TexturePlayableOutput", + "params": [ + { + "name": "graph", + "typeName": "UnityEngine.Playables.PlayableGraph" + }, + { "name": "name", "typeName": "string" }, + { "name": "target", "typeName": "UnityEngine.RenderTexture" } + ], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "PlayableOutputHandle", + "params": [], + "isStatic": false, + "name": "GetHandle", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "PlayableOutput", + "params": [ + { + "name": "output", + "typeName": "UnityEngine.Experimental.Playables.TexturePlayableOutput" + } + ], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "TexturePlayableOutput", + "params": [ + { + "name": "output", + "typeName": "UnityEngine.Playables.PlayableOutput" + } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "RenderTexture", + "params": [], + "isStatic": false, + "name": "GetTarget", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "UnityEngine.RenderTexture" } + ], + "isStatic": false, + "name": "SetTarget", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "TexturePlayableOutput", + "comment": "An IPlayableOutput implementation that will be used to manipulate textures.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.Object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Bounds", + "name": "bounds", + "comment": "Bounds of the Sprite, specified by its center and extents in world space units.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rect", + "name": "rect", + "comment": "Location of the Sprite on the original Texture, specified in pixels.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector4", + "name": "border", + "comment": "Returns the border sizes of the sprite.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Texture2D", + "name": "texture", + "comment": "Get the reference to the used texture. If packed this will point to the atlas, if not packed will point to the source sprite.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "pixelsPerUnit", + "comment": "The number of pixels in the sprite that correspond to one unit in world space. (Read Only)\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "spriteAtlasTextureScale", + "comment": "The Variant scale of texture used by the Sprite. This is useful to check when a Variant SpriteAtlas is being used by Sprites.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Texture2D", + "name": "associatedAlphaSplitTexture", + "comment": "Returns the texture that contains the alpha channel from the source texture. Unity generates this texture under the hood for sprites that have alpha in the source, and need to be compressed using techniques like ETC1.\n\nReturns NULL if there is no associated alpha texture for the source sprite. This is the case if the sprite has not been setup to use ETC1 compression.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "pivot", + "comment": "Location of the Sprite's center point in the Rect on the original Texture, specified in pixels.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "packed", + "comment": "Returns true if this Sprite is packed in an atlas.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.SpritePackingMode", + "name": "packingMode", + "comment": "If Sprite is packed (see Sprite.packed), returns its SpritePackingMode.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.SpritePackingRotation", + "name": "packingRotation", + "comment": "If Sprite is packed (see Sprite.packed), returns its SpritePackingRotation.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rect", + "name": "textureRect", + "comment": "Get the rectangle this sprite uses on its texture. Raises an exception if this sprite is tightly packed in an atlas.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "textureRectOffset", + "comment": "Gets the offset of the rectangle this sprite uses on its texture to the original sprite bounds. If sprite mesh type is FullRect, offset is zero.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector2[]", + "name": "vertices", + "comment": "Returns a copy of the array containing sprite mesh vertex positions.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "ushort[]", + "name": "triangles", + "comment": "Returns a copy of the array containing sprite mesh triangles.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector2[]", + "name": "uv", + "comment": "The base texture coordinates of the sprite mesh.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetPhysicsShapeCount", + "comment": "The number of physics shapes for the Sprite.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "shapeIdx", "typeName": "int" }], + "isStatic": false, + "name": "GetPhysicsShapePointCount", + "comment": "The number of points in the selected physics shape for the Sprite.\n\n```plaintext\nParams: shapeIdx - The index of the physics shape to retrieve the number of points from.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "shapeIdx", "typeName": "int" }, + { + "name": "physicsShape", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "GetPhysicsShape", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "physicsShapes", + "typeName": "System.Collections.Generic.IList" + } + ], + "isStatic": false, + "name": "OverridePhysicsShape", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "vertices", "typeName": "UnityEngine.Vector2[]" }, + { "name": "triangles", "typeName": "ushort[]" } + ], + "isStatic": false, + "name": "OverrideGeometry", + "comment": "Sets up new Sprite geometry.\n\n```plaintext\nParams: vertices - Array of vertex positions in Sprite Rect space.\n triangles - Array of sprite mesh triangle indices.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Sprite", + "params": [ + { "name": "texture", "typeName": "UnityEngine.Texture2D" }, + { "name": "rect", "typeName": "UnityEngine.Rect" }, + { "name": "pivot", "typeName": "UnityEngine.Vector2" }, + { "name": "pixelsPerUnit", "typeName": "float" }, + { "name": "extrude", "typeName": "uint" }, + { "name": "meshType", "typeName": "UnityEngine.SpriteMeshType" }, + { "name": "border", "typeName": "UnityEngine.Vector4" }, + { "name": "generateFallbackPhysicsShape", "typeName": "bool" } + ], + "isStatic": true, + "name": "Create", + "comment": "Create a new Sprite object.\n\n```plaintext\nParams: texture - Texture from which to obtain the sprite graphic.\n rect - Rectangular section of the texture to use for the sprite.\n pivot - Sprite's pivot point relative to its graphic rectangle.\n pixelsPerUnit - The number of pixels in the sprite that correspond to one unit in world space.\n extrude - Amount by which the sprite mesh should be expanded outwards.\n meshType - Controls the type of mesh generated for the sprite.\n border - The border sizes of the sprite (X=left, Y=bottom, Z=right, W=top).\n generateFallbackPhysicsShape - Generates a default physics shape for the sprite.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Sprite", + "params": [ + { "name": "texture", "typeName": "UnityEngine.Texture2D" }, + { "name": "rect", "typeName": "UnityEngine.Rect" }, + { "name": "pivot", "typeName": "UnityEngine.Vector2" }, + { "name": "pixelsPerUnit", "typeName": "float" }, + { "name": "extrude", "typeName": "uint" }, + { "name": "meshType", "typeName": "UnityEngine.SpriteMeshType" }, + { "name": "border", "typeName": "UnityEngine.Vector4" } + ], + "isStatic": true, + "name": "Create", + "comment": "Create a new Sprite object.\n\n```plaintext\nParams: texture - Texture from which to obtain the sprite graphic.\n rect - Rectangular section of the texture to use for the sprite.\n pivot - Sprite's pivot point relative to its graphic rectangle.\n pixelsPerUnit - The number of pixels in the sprite that correspond to one unit in world space.\n extrude - Amount by which the sprite mesh should be expanded outwards.\n meshType - Controls the type of mesh generated for the sprite.\n border - The border sizes of the sprite (X=left, Y=bottom, Z=right, W=top).\n generateFallbackPhysicsShape - Generates a default physics shape for the sprite.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Sprite", + "params": [ + { "name": "texture", "typeName": "UnityEngine.Texture2D" }, + { "name": "rect", "typeName": "UnityEngine.Rect" }, + { "name": "pivot", "typeName": "UnityEngine.Vector2" }, + { "name": "pixelsPerUnit", "typeName": "float" }, + { "name": "extrude", "typeName": "uint" }, + { "name": "meshType", "typeName": "UnityEngine.SpriteMeshType" } + ], + "isStatic": true, + "name": "Create", + "comment": "Create a new Sprite object.\n\n```plaintext\nParams: texture - Texture from which to obtain the sprite graphic.\n rect - Rectangular section of the texture to use for the sprite.\n pivot - Sprite's pivot point relative to its graphic rectangle.\n pixelsPerUnit - The number of pixels in the sprite that correspond to one unit in world space.\n extrude - Amount by which the sprite mesh should be expanded outwards.\n meshType - Controls the type of mesh generated for the sprite.\n border - The border sizes of the sprite (X=left, Y=bottom, Z=right, W=top).\n generateFallbackPhysicsShape - Generates a default physics shape for the sprite.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Sprite", + "params": [ + { "name": "texture", "typeName": "UnityEngine.Texture2D" }, + { "name": "rect", "typeName": "UnityEngine.Rect" }, + { "name": "pivot", "typeName": "UnityEngine.Vector2" }, + { "name": "pixelsPerUnit", "typeName": "float" }, + { "name": "extrude", "typeName": "uint" } + ], + "isStatic": true, + "name": "Create", + "comment": "Create a new Sprite object.\n\n```plaintext\nParams: texture - Texture from which to obtain the sprite graphic.\n rect - Rectangular section of the texture to use for the sprite.\n pivot - Sprite's pivot point relative to its graphic rectangle.\n pixelsPerUnit - The number of pixels in the sprite that correspond to one unit in world space.\n extrude - Amount by which the sprite mesh should be expanded outwards.\n meshType - Controls the type of mesh generated for the sprite.\n border - The border sizes of the sprite (X=left, Y=bottom, Z=right, W=top).\n generateFallbackPhysicsShape - Generates a default physics shape for the sprite.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Sprite", + "params": [ + { "name": "texture", "typeName": "UnityEngine.Texture2D" }, + { "name": "rect", "typeName": "UnityEngine.Rect" }, + { "name": "pivot", "typeName": "UnityEngine.Vector2" }, + { "name": "pixelsPerUnit", "typeName": "float" } + ], + "isStatic": true, + "name": "Create", + "comment": "Create a new Sprite object.\n\n```plaintext\nParams: texture - Texture from which to obtain the sprite graphic.\n rect - Rectangular section of the texture to use for the sprite.\n pivot - Sprite's pivot point relative to its graphic rectangle.\n pixelsPerUnit - The number of pixels in the sprite that correspond to one unit in world space.\n extrude - Amount by which the sprite mesh should be expanded outwards.\n meshType - Controls the type of mesh generated for the sprite.\n border - The border sizes of the sprite (X=left, Y=bottom, Z=right, W=top).\n generateFallbackPhysicsShape - Generates a default physics shape for the sprite.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Sprite", + "params": [ + { "name": "texture", "typeName": "UnityEngine.Texture2D" }, + { "name": "rect", "typeName": "UnityEngine.Rect" }, + { "name": "pivot", "typeName": "UnityEngine.Vector2" } + ], + "isStatic": true, + "name": "Create", + "comment": "Create a new Sprite object.\n\n```plaintext\nParams: texture - Texture from which to obtain the sprite graphic.\n rect - Rectangular section of the texture to use for the sprite.\n pivot - Sprite's pivot point relative to its graphic rectangle.\n pixelsPerUnit - The number of pixels in the sprite that correspond to one unit in world space.\n extrude - Amount by which the sprite mesh should be expanded outwards.\n meshType - Controls the type of mesh generated for the sprite.\n border - The border sizes of the sprite (X=left, Y=bottom, Z=right, W=top).\n generateFallbackPhysicsShape - Generates a default physics shape for the sprite.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "Sprite", + "comment": "Represents a Sprite object for use in 2D gameplay.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Rendering.PostProcessing", + "baseClass": "UnityEngine.Rendering.PostProcessing.PostProcessEffectSettings", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Rendering.PostProcessing.FloatParameter", + "name": "intensity", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.FloatParameter", + "name": "threshold", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.FloatParameter", + "name": "softKnee", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.FloatParameter", + "name": "clamp", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.FloatParameter", + "name": "diffusion", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.FloatParameter", + "name": "anamorphicRatio", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.ColorParameter", + "name": "color", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.BoolParameter", + "name": "fastMode", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.TextureParameter", + "name": "dirtTexture", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.FloatParameter", + "name": "dirtIntensity", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "context", + "typeName": "UnityEngine.Rendering.PostProcessing.PostProcessRenderContext" + } + ], + "isStatic": false, + "name": "IsEnabledAndSupported", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "name": "Bloom", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "namespace": "UnityEngine.Rendering.PostProcessing", + "baseClass": "UnityEngine.Rendering.PostProcessing.PostProcessEffectSettings", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Rendering.PostProcessing.TextureParameter", + "name": "spectralLut", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.FloatParameter", + "name": "intensity", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.BoolParameter", + "name": "fastMode", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "context", + "typeName": "UnityEngine.Rendering.PostProcessing.PostProcessRenderContext" + } + ], + "isStatic": false, + "name": "IsEnabledAndSupported", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "name": "ChromaticAberration", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "namespace": "UnityEngine.Apple", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Apple.FrameCaptureDestination", + "name": "DevTools", + "comment": "Capture in XCode itself.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Apple.FrameCaptureDestination", + "name": "GPUTraceDocument", + "comment": "Capture to a GPU Trace document.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Apple.FrameCaptureDestination", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "FrameCaptureDestination", + "comment": "Destination of Frame Capture\nThis is a wrapper for MTLCaptureDestination.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Apple", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "dest", + "typeName": "UnityEngine.Apple.FrameCaptureDestination" + } + ], + "isStatic": true, + "name": "IsDestinationSupported", + "comment": "Is Capture destination supported.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "BeginCaptureToXcode", + "comment": "Begin Capture in XCode frame debugger.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "path", "typeName": "string" }], + "isStatic": true, + "name": "BeginCaptureToFile", + "comment": "Begin Capture to the specified file.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "EndCapture", + "comment": "End Capture.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "CaptureNextFrameToXcode", + "comment": "Begin capture to Xcode at the beginning of the next frame, and end it at the end of the next frame.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "path", "typeName": "string" }], + "isStatic": true, + "name": "CaptureNextFrameToFile", + "comment": "Begin capture to the specified file at the beginning of the next frame, and end it at the end of the next frame.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "FrameCapture", + "comment": "Interface to control XCode Frame Capture.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Rendering.PostProcessing", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Rendering.PostProcessing.GradingMode", + "name": "LowDefinitionRange", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.GradingMode", + "name": "HighDefinitionRange", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.GradingMode", + "name": "External", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Rendering.PostProcessing.GradingMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "name": "GradingMode", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "namespace": "UnityEngine.Rendering.PostProcessing", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Rendering.PostProcessing.Tonemapper", + "name": "None", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.Tonemapper", + "name": "Neutral", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.Tonemapper", + "name": "ACES", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.Tonemapper", + "name": "Custom", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Rendering.PostProcessing.Tonemapper", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "name": "Tonemapper", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "namespace": "UnityEngine.Rendering.PostProcessing", + "baseClass": "UnityEngine.Rendering.PostProcessing.ParameterOverride", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "name": "GradingModeParameter", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "namespace": "UnityEngine.Rendering.PostProcessing", + "baseClass": "UnityEngine.Rendering.PostProcessing.ParameterOverride", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "name": "TonemapperParameter", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "namespace": "UnityEngine.Rendering.PostProcessing", + "baseClass": "UnityEngine.Rendering.PostProcessing.PostProcessEffectSettings", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Rendering.PostProcessing.GradingModeParameter", + "name": "gradingMode", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.TextureParameter", + "name": "externalLut", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.TonemapperParameter", + "name": "tonemapper", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.FloatParameter", + "name": "toneCurveToeStrength", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.FloatParameter", + "name": "toneCurveToeLength", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.FloatParameter", + "name": "toneCurveShoulderStrength", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.FloatParameter", + "name": "toneCurveShoulderLength", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.FloatParameter", + "name": "toneCurveShoulderAngle", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.FloatParameter", + "name": "toneCurveGamma", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.TextureParameter", + "name": "ldrLut", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.FloatParameter", + "name": "ldrLutContribution", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.FloatParameter", + "name": "temperature", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.FloatParameter", + "name": "tint", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.ColorParameter", + "name": "colorFilter", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.FloatParameter", + "name": "hueShift", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.FloatParameter", + "name": "saturation", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.FloatParameter", + "name": "brightness", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.FloatParameter", + "name": "postExposure", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.FloatParameter", + "name": "contrast", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.FloatParameter", + "name": "mixerRedOutRedIn", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.FloatParameter", + "name": "mixerRedOutGreenIn", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.FloatParameter", + "name": "mixerRedOutBlueIn", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.FloatParameter", + "name": "mixerGreenOutRedIn", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.FloatParameter", + "name": "mixerGreenOutGreenIn", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.FloatParameter", + "name": "mixerGreenOutBlueIn", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.FloatParameter", + "name": "mixerBlueOutRedIn", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.FloatParameter", + "name": "mixerBlueOutGreenIn", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.FloatParameter", + "name": "mixerBlueOutBlueIn", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.Vector4Parameter", + "name": "lift", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.Vector4Parameter", + "name": "gamma", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.Vector4Parameter", + "name": "gain", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.SplineParameter", + "name": "masterCurve", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.SplineParameter", + "name": "redCurve", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.SplineParameter", + "name": "greenCurve", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.SplineParameter", + "name": "blueCurve", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.SplineParameter", + "name": "hueVsHueCurve", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.SplineParameter", + "name": "hueVsSatCurve", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.SplineParameter", + "name": "satVsSatCurve", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.SplineParameter", + "name": "lumVsSatCurve", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "context", + "typeName": "UnityEngine.Rendering.PostProcessing.PostProcessRenderContext" + } + ], + "isStatic": false, + "name": "IsEnabledAndSupported", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "name": "ColorGrading", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "namespace": "UnityEngine.Rendering.PostProcessing", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Rendering.PostProcessing.KernelSize", + "name": "Small", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.KernelSize", + "name": "Medium", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.KernelSize", + "name": "Large", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.KernelSize", + "name": "VeryLarge", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Rendering.PostProcessing.KernelSize", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "name": "KernelSize", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "namespace": "UnityEngine.Rendering.PostProcessing", + "baseClass": "UnityEngine.Rendering.PostProcessing.ParameterOverride", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "name": "KernelSizeParameter", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "namespace": "UnityEngine.Rendering.PostProcessing", + "baseClass": "UnityEngine.Rendering.PostProcessing.PostProcessEffectSettings", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Rendering.PostProcessing.FloatParameter", + "name": "focusDistance", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.FloatParameter", + "name": "aperture", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.FloatParameter", + "name": "focalLength", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.KernelSizeParameter", + "name": "kernelSize", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "context", + "typeName": "UnityEngine.Rendering.PostProcessing.PostProcessRenderContext" + } + ], + "isStatic": false, + "name": "IsEnabledAndSupported", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "name": "DepthOfField", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "namespace": "UnityEngine.Apple.ReplayKit", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "APIAvailable", + "comment": "A boolean that indicates whether the ReplayKit API is available (where True means available). (Read Only)\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "broadcastingAPIAvailable", + "comment": "A Boolean that indicates whether ReplayKit broadcasting API is available (true means available) (Read Only).\nCheck the value of this property before making ReplayKit broadcasting API calls. On iOS versions prior to iOS 10, this property will have a value of false.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "recordingAvailable", + "comment": "A boolean value that indicates that a new recording is available for preview (where True means available). (Read Only)\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "isRecording", + "comment": "A boolean that indicates whether ReplayKit is making a recording (where True means a recording is in progress). (Read Only)\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "isBroadcasting", + "comment": "Boolean property that indicates whether a broadcast is currently in progress (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "isBroadcastingPaused", + "comment": "Boolean property that indicates whether a broadcast is currently paused (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "isPreviewControllerActive", + "comment": "A boolean that indicates whether ReplayKit is currently displaying a preview controller. (Read Only)\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "cameraEnabled", + "comment": "Camera enabled status. True, if camera enabled; false otherwise.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "microphoneEnabled", + "comment": "Microphone enabled status. True, if microphone enabled; false otherwise.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "string", + "name": "broadcastURL", + "comment": "A string property that contains an URL used to redirect the user to an on-going or completed broadcast (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "string", + "name": "lastError", + "comment": "A string value of the last error incurred by the ReplayKit: Either 'Failed to get Screen Recorder' or 'No recording available'. (Read Only)\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [ + { "name": "enableMicrophone", "typeName": "bool" }, + { "name": "enableCamera", "typeName": "bool" } + ], + "isStatic": true, + "name": "StartRecording", + "comment": "A boolean value of True if recording started successfully or False if an error occurred.\n\n```plaintext\nParams: enableMicrophone - Enable or disable the microphone while making a recording. Enabling the microphone allows you to include user commentary while recording. The default value is false.\n enableCamera - Enable or disable the camera while making a recording. Enabling camera allows you to include user camera footage while recording. The default value is false. To actually include camera footage in your recording, you also have to call ShowCameraPreviewAt as well to position the preview view.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "enableMicrophone", "typeName": "bool" }], + "isStatic": true, + "name": "StartRecording", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": true, + "name": "StartRecording", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "callback", + "typeName": "UnityEngine.Apple.ReplayKit.ReplayKit.BroadcastStatusCallback" + }, + { "name": "enableMicrophone", "typeName": "bool" }, + { "name": "enableCamera", "typeName": "bool" } + ], + "isStatic": true, + "name": "StartBroadcasting", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "callback", + "typeName": "UnityEngine.Apple.ReplayKit.ReplayKit.BroadcastStatusCallback" + }, + { "name": "enableMicrophone", "typeName": "bool" } + ], + "isStatic": true, + "name": "StartBroadcasting", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "callback", + "typeName": "UnityEngine.Apple.ReplayKit.ReplayKit.BroadcastStatusCallback" + } + ], + "isStatic": true, + "name": "StartBroadcasting", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": true, + "name": "StopRecording", + "comment": "A boolean value of True if recording stopped successfully or False if an error occurred.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "StopBroadcasting", + "comment": "Stops current broadcast.\nWill terminate currently on-going broadcast. If no broadcast is in progress, does nothing.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "PauseBroadcasting", + "comment": "Pauses current broadcast.\nWill pause currently on-going broadcast. If no broadcast is in progress, does nothing.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "ResumeBroadcasting", + "comment": "Resumes current broadcast.\nWill resume currently on-going broadcast. If no broadcast is in progress, does nothing.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": true, + "name": "Preview", + "comment": "A boolean value of True if the video preview window opened successfully or False if an error occurred.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": true, + "name": "Discard", + "comment": "A boolean value of True if the recording was discarded successfully or False if an error occurred.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "posX", "typeName": "float" }, + { "name": "posY", "typeName": "float" } + ], + "isStatic": true, + "name": "ShowCameraPreviewAt", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "posX", "typeName": "float" }, + { "name": "posY", "typeName": "float" }, + { "name": "width", "typeName": "float" }, + { "name": "height", "typeName": "float" } + ], + "isStatic": true, + "name": "ShowCameraPreviewAt", + "comment": "Shows camera preview at coordinates posX and posY. The preview is width by height in size.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "HideCameraPreview", + "comment": "Hide the camera preview view.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "ReplayKit", + "comment": "ReplayKit is only available on certain iPhone, iPad and iPod Touch devices running iOS 9.0 or later.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Rendering.PostProcessing", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "fastMode", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "bool", + "name": "keepAlpha", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "name": "FastApproximateAntialiasing", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "namespace": "UnityEngine.Rendering.PostProcessing", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "enabled", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "bool", + "name": "excludeSkybox", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "name": "Fog", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "namespace": "UnityEngine.Rendering.PostProcessing", + "baseClass": "UnityEngine.Rendering.PostProcessing.PostProcessEffectSettings", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Rendering.PostProcessing.BoolParameter", + "name": "colored", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.FloatParameter", + "name": "intensity", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.FloatParameter", + "name": "size", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.FloatParameter", + "name": "lumContrib", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "context", + "typeName": "UnityEngine.Rendering.PostProcessing.PostProcessRenderContext" + } + ], + "isStatic": false, + "name": "IsEnabledAndSupported", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "name": "Grain", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "namespace": "UnityEngine.Rendering.PostProcessing", + "baseClass": "UnityEngine.Rendering.PostProcessing.PostProcessEffectSettings", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Rendering.PostProcessing.FloatParameter", + "name": "intensity", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.FloatParameter", + "name": "intensityX", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.FloatParameter", + "name": "intensityY", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.FloatParameter", + "name": "centerX", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.FloatParameter", + "name": "centerY", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.FloatParameter", + "name": "scale", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "context", + "typeName": "UnityEngine.Rendering.PostProcessing.PostProcessRenderContext" + } + ], + "isStatic": false, + "name": "IsEnabledAndSupported", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "name": "LensDistortion", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "namespace": "UnityEngine.Apple.ReplayKit", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "hasStarted", "typeName": "bool" }, + { "name": "errorMessage", "typeName": "string" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "hasStarted", "typeName": "bool" }, + { "name": "errorMessage", "typeName": "string" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "BroadcastStatusCallback", + "comment": "Function called at the completion of broadcast startup.\n\n```plaintext\nParams: hasStarted - This parameter will be true if the broadcast started successfully and false in the event of an error.\n errorMessage - In the event of failure to start a broadcast, this parameter contains the associated error message.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Experimental.Rendering", + "baseClass": "", + "attribute": "interface", + "interfaces": ["IDisposable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "TickRealtimeProbes", + "comment": "Whether a reflection probe was updated.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "IScriptableRuntimeReflectionSystem", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Experimental.Rendering", + "baseClass": "object", + "attribute": "", + "interfaces": ["IScriptableRuntimeReflectionSystem", "IDisposable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "TickRealtimeProbes", + "comment": "Whether a reflection probe was updated.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "ScriptableRuntimeReflectionSystem", + "comment": "Empty implementation of IScriptableRuntimeReflectionSystem.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Experimental.Rendering", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Experimental.Rendering.IScriptableRuntimeReflectionSystem", + "name": "system", + "comment": "The current scriptable runtime reflection system instance.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [], + "name": "ScriptableRuntimeReflectionSystemSettings", + "comment": "Global settings for the scriptable runtime reflection system.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Experimental.Rendering", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "BeginGPUCapture", + "comment": "Begins the current GPU frame capture in the external GPU profiler.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "EndGPUCapture", + "comment": "Ends the current GPU frame capture in the external GPU profiler.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": true, + "name": "IsAttached", + "comment": "Returns true when a development build is launched by an external GPU profiler.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "ExternalGPUProfiler", + "comment": "The ExternalGPUProfiler API allows developers to programatically take GPU frame captures in conjunction with supported external GPU profilers.\n\nGPU frame captures can be used to both analyze performance and debug graphics related issues.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Experimental.Rendering", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Experimental.Rendering.WaitForPresentSyncPoint", + "name": "BeginFrame", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.WaitForPresentSyncPoint", + "name": "EndFrame", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Experimental.Rendering.WaitForPresentSyncPoint", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "WaitForPresentSyncPoint", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Experimental.Rendering", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsJobsSyncPoint", + "name": "EndOfFrame", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsJobsSyncPoint", + "name": "AfterScriptUpdate", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsJobsSyncPoint", + "name": "AfterScriptLateUpdate", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsJobsSyncPoint", + "name": "WaitForPresent", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Experimental.Rendering.GraphicsJobsSyncPoint", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "GraphicsJobsSyncPoint", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Rendering.PostProcessing", + "baseClass": "UnityEngine.Rendering.PostProcessing.PostProcessEffectSettings", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Rendering.PostProcessing.FloatParameter", + "name": "shutterAngle", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.IntParameter", + "name": "sampleCount", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "context", + "typeName": "UnityEngine.Rendering.PostProcessing.PostProcessRenderContext" + } + ], + "isStatic": false, + "name": "IsEnabledAndSupported", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "name": "MotionBlur", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "namespace": "UnityEngine.Experimental.Rendering", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Experimental.Rendering.WaitForPresentSyncPoint", + "name": "waitForPresentSyncPoint", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsJobsSyncPoint", + "name": "graphicsJobsSyncPoint", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [], + "name": "GraphicsDeviceSettings", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Rendering.PostProcessing", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Rendering.PostProcessing.ScreenSpaceReflectionPreset", + "name": "Lower", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.ScreenSpaceReflectionPreset", + "name": "Low", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.ScreenSpaceReflectionPreset", + "name": "Medium", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.ScreenSpaceReflectionPreset", + "name": "High", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.ScreenSpaceReflectionPreset", + "name": "Higher", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.ScreenSpaceReflectionPreset", + "name": "Ultra", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.ScreenSpaceReflectionPreset", + "name": "Overkill", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.ScreenSpaceReflectionPreset", + "name": "Custom", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Rendering.PostProcessing.ScreenSpaceReflectionPreset", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "name": "ScreenSpaceReflectionPreset", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "namespace": "UnityEngine.Experimental.Rendering", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Experimental.Rendering.TextureCreationFlags", + "name": "None", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.TextureCreationFlags", + "name": "MipChain", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.TextureCreationFlags", + "name": "Crunch", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Experimental.Rendering.TextureCreationFlags", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "TextureCreationFlags", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Rendering.PostProcessing", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Rendering.PostProcessing.ScreenSpaceReflectionResolution", + "name": "Downsampled", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.ScreenSpaceReflectionResolution", + "name": "FullSize", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.ScreenSpaceReflectionResolution", + "name": "Supersampled", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Rendering.PostProcessing.ScreenSpaceReflectionResolution", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "name": "ScreenSpaceReflectionResolution", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "namespace": "UnityEngine.Experimental.Rendering", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Experimental.Rendering.FormatUsage", + "name": "Sample", + "comment": "Use this to create and sample textures.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.FormatUsage", + "name": "Linear", + "comment": "Use this to sample textures with a linear filter\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.FormatUsage", + "name": "Sparse", + "comment": "Use this to create sparse textures\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.FormatUsage", + "name": "Render", + "comment": "Use this to create and render to a rendertexture.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.FormatUsage", + "name": "Blend", + "comment": "Use this to blend on a rendertexture.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.FormatUsage", + "name": "GetPixels", + "comment": "Use this to get pixel data from a texture.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.FormatUsage", + "name": "SetPixels", + "comment": "Use this to set pixel data to a texture.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.FormatUsage", + "name": "SetPixels32", + "comment": "Use this to set pixel data to a texture using `SetPixels32`.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.FormatUsage", + "name": "ReadPixels", + "comment": "Use this to read back pixels data from a rendertexture.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.FormatUsage", + "name": "LoadStore", + "comment": "Use this to perform resource load and store on a texture\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.FormatUsage", + "name": "MSAA2x", + "comment": "Use this to create and render to a MSAA 2X rendertexture.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.FormatUsage", + "name": "MSAA4x", + "comment": "Use this to create and render to a MSAA 4X rendertexture.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.FormatUsage", + "name": "MSAA8x", + "comment": "Use this to create and render to a MSAA 8X rendertexture.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.FormatUsage", + "name": "StencilSampling", + "comment": "Use this enumeration to create and render to the Stencil sub element of a RenderTexture.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Experimental.Rendering.FormatUsage", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "FormatUsage", + "comment": "Use this format usages to figure out the capabilities of specific GraphicsFormat\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Rendering.PostProcessing", + "baseClass": "UnityEngine.Rendering.PostProcessing.ParameterOverride", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "name": "ScreenSpaceReflectionPresetParameter", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "namespace": "UnityEngine.Experimental.Rendering", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Experimental.Rendering.DefaultFormat", + "name": "LDR", + "comment": "Represents the default platform-specific LDR format. If the project uses the linear rendering mode, the actual format is sRGB. If the project uses the gamma rendering mode, the actual format is UNorm.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.DefaultFormat", + "name": "HDR", + "comment": "Represents the default platform specific HDR format.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Experimental.Rendering.DefaultFormat", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "DefaultFormat", + "comment": "Use a default format to create either Textures or RenderTextures from scripts based on platform specific capability.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Experimental.Rendering", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "None", + "comment": "The format is not specified.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "R8_SRGB", + "comment": "A one-component, 8-bit unsigned normalized format that has a single 8-bit R component stored with sRGB nonlinear encoding.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "R8G8_SRGB", + "comment": "A two-component, 16-bit unsigned normalized format that has an 8-bit R component stored with sRGB nonlinear encoding in byte 0, and an 8-bit G component stored with sRGB nonlinear encoding in byte 1.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "R8G8B8_SRGB", + "comment": "A three-component, 24-bit unsigned normalized format that has an 8-bit R component stored with sRGB nonlinear encoding in byte 0, an 8-bit G component stored with sRGB nonlinear encoding in byte 1, and an 8-bit B component stored with sRGB nonlinear encoding in byte 2.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "R8G8B8A8_SRGB", + "comment": "A four-component, 32-bit unsigned normalized format that has an 8-bit R component stored with sRGB nonlinear encoding in byte 0, an 8-bit G component stored with sRGB nonlinear encoding in byte 1, an 8-bit B component stored with sRGB nonlinear encoding in byte 2, and an 8-bit A component in byte 3.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "R8_UNorm", + "comment": "A one-component, 8-bit unsigned normalized format that has a single 8-bit R component.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "R8G8_UNorm", + "comment": "A two-component, 16-bit unsigned normalized format that has an 8-bit R component stored with sRGB nonlinear encoding in byte 0, and an 8-bit G component stored with sRGB nonlinear encoding in byte 1.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "R8G8B8_UNorm", + "comment": "A three-component, 24-bit unsigned normalized format that has an 8-bit R component in byte 0, an 8-bit G component in byte 1, and an 8-bit B component in byte 2.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "R8G8B8A8_UNorm", + "comment": "A four-component, 32-bit unsigned normalized format that has an 8-bit R component in byte 0, an 8-bit G component in byte 1, an 8-bit B component in byte 2, and an 8-bit A component in byte 3.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "R8_SNorm", + "comment": "A one-component, 8-bit signed normalized format that has a single 8-bit R component.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "R8G8_SNorm", + "comment": "A two-component, 16-bit signed normalized format that has an 8-bit R component stored with sRGB nonlinear encoding in byte 0, and an 8-bit G component stored with sRGB nonlinear encoding in byte 1.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "R8G8B8_SNorm", + "comment": "A three-component, 24-bit signed normalized format that has an 8-bit R component in byte 0, an 8-bit G component in byte 1, and an 8-bit B component in byte 2.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "R8G8B8A8_SNorm", + "comment": "A four-component, 32-bit signed normalized format that has an 8-bit R component in byte 0, an 8-bit G component in byte 1, an 8-bit B component in byte 2, and an 8-bit A component in byte 3.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "R8_UInt", + "comment": "A one-component, 8-bit unsigned integer format that has a single 8-bit R component.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "R8G8_UInt", + "comment": "A two-component, 16-bit unsigned integer format that has an 8-bit R component in byte 0, and an 8-bit G component in byte 1.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "R8G8B8_UInt", + "comment": "A three-component, 24-bit unsigned integer format that has an 8-bit R component in byte 0, an 8-bit G component in byte 1, and an 8-bit B component in byte 2.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "R8G8B8A8_UInt", + "comment": "A four-component, 32-bit unsigned integer format that has an 8-bit R component in byte 0, an 8-bit G component in byte 1, an 8-bit B component in byte 2, and an 8-bit A component in byte 3.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "R8_SInt", + "comment": "A one-component, 8-bit signed integer format that has a single 8-bit R component.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "R8G8_SInt", + "comment": "A two-component, 16-bit signed integer format that has an 8-bit R component in byte 0, and an 8-bit G component in byte 1.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "R8G8B8_SInt", + "comment": "A three-component, 24-bit signed integer format that has an 8-bit R component in byte 0, an 8-bit G component in byte 1, and an 8-bit B component in byte 2.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "R8G8B8A8_SInt", + "comment": "A four-component, 32-bit signed integer format that has an 8-bit R component in byte 0, an 8-bit G component in byte 1, an 8-bit B component in byte 2, and an 8-bit A component in byte 3.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "R16_UNorm", + "comment": "A one-component, 16-bit unsigned normalized format that has a single 16-bit R component.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "R16G16_UNorm", + "comment": "A two-component, 32-bit unsigned normalized format that has a 16-bit R component in bytes 0..1, and a 16-bit G component in bytes 2..3.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "R16G16B16_UNorm", + "comment": "A three-component, 48-bit unsigned normalized format that has a 16-bit R component in bytes 0..1, a 16-bit G component in bytes 2..3, and a 16-bit B component in bytes 4..5.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "R16G16B16A16_UNorm", + "comment": "A four-component, 64-bit unsigned normalized format that has a 16-bit R component in bytes 0..1, a 16-bit G component in bytes 2..3, a 16-bit B component in bytes 4..5, and a 16-bit A component in bytes 6..7.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "R16_SNorm", + "comment": "A one-component, 16-bit signed normalized format that has a single 16-bit R component.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "R16G16_SNorm", + "comment": "A two-component, 32-bit signed normalized format that has a 16-bit R component in bytes 0..1, and a 16-bit G component in bytes 2..3.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "R16G16B16_SNorm", + "comment": "A three-component, 48-bit signed normalized format that has a 16-bit R component in bytes 0..1, a 16-bit G component in bytes 2..3, and a 16-bit B component in bytes 4..5.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "R16G16B16A16_SNorm", + "comment": "A four-component, 64-bit signed normalized format that has a 16-bit R component in bytes 0..1, a 16-bit G component in bytes 2..3, a 16-bit B component in bytes 4..5, and a 16-bit A component in bytes 6..7.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "R16_UInt", + "comment": "A one-component, 16-bit unsigned integer format that has a single 16-bit R component.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "R16G16_UInt", + "comment": "A two-component, 32-bit unsigned integer format that has a 16-bit R component in bytes 0..1, and a 16-bit G component in bytes 2..3.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "R16G16B16_UInt", + "comment": "A three-component, 48-bit unsigned integer format that has a 16-bit R component in bytes 0..1, a 16-bit G component in bytes 2..3, and a 16-bit B component in bytes 4..5.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "R16G16B16A16_UInt", + "comment": "A four-component, 64-bit unsigned integer format that has a 16-bit R component in bytes 0..1, a 16-bit G component in bytes 2..3, a 16-bit B component in bytes 4..5, and a 16-bit A component in bytes 6..7.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "R16_SInt", + "comment": "A one-component, 16-bit signed integer format that has a single 16-bit R component.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "R16G16_SInt", + "comment": "A two-component, 32-bit signed integer format that has a 16-bit R component in bytes 0..1, and a 16-bit G component in bytes 2..3.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "R16G16B16_SInt", + "comment": "A three-component, 48-bit signed integer format that has a 16-bit R component in bytes 0..1, a 16-bit G component in bytes 2..3, and a 16-bit B component in bytes 4..5.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "R16G16B16A16_SInt", + "comment": "A four-component, 64-bit signed integer format that has a 16-bit R component in bytes 0..1, a 16-bit G component in bytes 2..3, a 16-bit B component in bytes 4..5, and a 16-bit A component in bytes 6..7.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "R32_UInt", + "comment": "A one-component, 32-bit unsigned integer format that has a single 32-bit R component.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "R32G32_UInt", + "comment": "A two-component, 64-bit unsigned integer format that has a 32-bit R component in bytes 0..3, and a 32-bit G component in bytes 4..7.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "R32G32B32_UInt", + "comment": "A three-component, 96-bit unsigned integer format that has a 32-bit R component in bytes 0..3, a 32-bit G component in bytes 4..7, and a 32-bit B component in bytes 8..11.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "R32G32B32A32_UInt", + "comment": "A four-component, 128-bit unsigned integer format that has a 32-bit R component in bytes 0..3, a 32-bit G component in bytes 4..7, a 32-bit B component in bytes 8..11, and a 32-bit A component in bytes 12..15.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "R32_SInt", + "comment": "A one-component, 32-bit signed integer format that has a single 32-bit R component.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "R32G32_SInt", + "comment": "A two-component, 64-bit signed integer format that has a 32-bit R component in bytes 0..3, and a 32-bit G component in bytes 4..7.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "R32G32B32_SInt", + "comment": "A three-component, 96-bit signed integer format that has a 32-bit R component in bytes 0..3, a 32-bit G component in bytes 4..7, and a 32-bit B component in bytes 8..11.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "R32G32B32A32_SInt", + "comment": "A four-component, 128-bit signed integer format that has a 32-bit R component in bytes 0..3, a 32-bit G component in bytes 4..7, a 32-bit B component in bytes 8..11, and a 32-bit A component in bytes 12..15.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "R16_SFloat", + "comment": "A one-component, 16-bit signed floating-point format that has a single 16-bit R component.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "R16G16_SFloat", + "comment": "A two-component, 32-bit signed floating-point format that has a 16-bit R component in bytes 0..1, and a 16-bit G component in bytes 2..3.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "R16G16B16_SFloat", + "comment": "A three-component, 48-bit signed floating-point format that has a 16-bit R component in bytes 0..1, a 16-bit G component in bytes 2..3, and a 16-bit B component in bytes 4..5.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "R16G16B16A16_SFloat", + "comment": "A four-component, 64-bit signed floating-point format that has a 16-bit R component in bytes 0..1, a 16-bit G component in bytes 2..3, a 16-bit B component in bytes 4..5, and a 16-bit A component in bytes 6..7.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "R32_SFloat", + "comment": "A one-component, 32-bit signed floating-point format that has a single 32-bit R component.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "R32G32_SFloat", + "comment": "A two-component, 64-bit signed floating-point format that has a 32-bit R component in bytes 0..3, and a 32-bit G component in bytes 4..7.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "R32G32B32_SFloat", + "comment": "A three-component, 96-bit signed floating-point format that has a 32-bit R component in bytes 0..3, a 32-bit G component in bytes 4..7, and a 32-bit B component in bytes 8..11.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "R32G32B32A32_SFloat", + "comment": "A four-component, 128-bit signed floating-point format that has a 32-bit R component in bytes 0..3, a 32-bit G component in bytes 4..7, a 32-bit B component in bytes 8..11, and a 32-bit A component in bytes 12..15.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "B8G8R8_SRGB", + "comment": "A three-component, 24-bit unsigned normalized format that has an 8-bit R component stored with sRGB nonlinear encoding in byte 0, an 8-bit G component stored with sRGB nonlinear encoding in byte 1, and an 8-bit B component stored with sRGB nonlinear encoding in byte 2.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "B8G8R8A8_SRGB", + "comment": "A four-component, 32-bit unsigned normalized format that has an 8-bit B component stored with sRGB nonlinear encoding in byte 0, an 8-bit G component stored with sRGB nonlinear encoding in byte 1, an 8-bit R component stored with sRGB nonlinear encoding in byte 2, and an 8-bit A component in byte 3.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "B8G8R8_UNorm", + "comment": "A three-component, 24-bit unsigned normalized format that has an 8-bit B component in byte 0, an 8-bit G component in byte 1, and an 8-bit R component in byte 2.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "B8G8R8A8_UNorm", + "comment": "A four-component, 32-bit unsigned normalized format that has an 8-bit B component in byte 0, an 8-bit G component in byte 1, an 8-bit R component in byte 2, and an 8-bit A component in byte 3.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "B8G8R8_SNorm", + "comment": "A three-component, 24-bit signed normalized format that has an 8-bit B component in byte 0, an 8-bit G component in byte 1, and an 8-bit R component in byte 2.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "B8G8R8A8_SNorm", + "comment": "A four-component, 32-bit signed normalized format that has an 8-bit B component in byte 0, an 8-bit G component in byte 1, an 8-bit R component in byte 2, and an 8-bit A component in byte 3.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "B8G8R8_UInt", + "comment": "A three-component, 24-bit unsigned integer format that has an 8-bit B component in byte 0, an 8-bit G component in byte 1, and an 8-bit R component in byte 2\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "B8G8R8A8_UInt", + "comment": "A four-component, 32-bit unsigned integer format that has an 8-bit B component in byte 0, an 8-bit G component in byte 1, an 8-bit R component in byte 2, and an 8-bit A component in byte 3.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "B8G8R8_SInt", + "comment": "A three-component, 24-bit signed integer format that has an 8-bit B component in byte 0, an 8-bit G component in byte 1, and an 8-bit R component in byte 2.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "B8G8R8A8_SInt", + "comment": "A four-component, 32-bit signed integer format that has an 8-bit B component in byte 0, an 8-bit G component in byte 1, an 8-bit R component in byte 2, and an 8-bit A component in byte 3.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "R4G4B4A4_UNormPack16", + "comment": "A four-component, 16-bit packed unsigned normalized format that has a 4-bit R component in bits 12..15, a 4-bit G component in bits 8..11, a 4-bit B component in bits 4..7, and a 4-bit A component in bits 0..3.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "B4G4R4A4_UNormPack16", + "comment": "A four-component, 16-bit packed unsigned normalized format that has a 4-bit B component in bits 12..15, a 4-bit G component in bits 8..11, a 4-bit R component in bits 4..7, and a 4-bit A component in bits 0..3.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "R5G6B5_UNormPack16", + "comment": "A three-component, 16-bit packed unsigned normalized format that has a 5-bit R component in bits 11..15, a 6-bit G component in bits 5..10, and a 5-bit B component in bits 0..4.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "B5G6R5_UNormPack16", + "comment": "A three-component, 16-bit packed unsigned normalized format that has a 5-bit B component in bits 11..15, a 6-bit G component in bits 5..10, and a 5-bit R component in bits 0..4.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "R5G5B5A1_UNormPack16", + "comment": "A four-component, 16-bit packed unsigned normalized format that has a 5-bit R component in bits 11..15, a 5-bit G component in bits 6..10, a 5-bit B component in bits 1..5, and a 1-bit A component in bit 0.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "B5G5R5A1_UNormPack16", + "comment": "A four-component, 16-bit packed unsigned normalized format that has a 5-bit B component in bits 11..15, a 5-bit G component in bits 6..10, a 5-bit R component in bits 1..5, and a 1-bit A component in bit 0.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "A1R5G5B5_UNormPack16", + "comment": "A four-component, 16-bit packed unsigned normalized format that has a 1-bit A component in bit 15, a 5-bit R component in bits 10..14, a 5-bit G component in bits 5..9, and a 5-bit B component in bits 0..4.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "E5B9G9R9_UFloatPack32", + "comment": "A three-component, 32-bit packed unsigned floating-point format that has a 5-bit shared exponent in bits 27..31, a 9-bit B component mantissa in bits 18..26, a 9-bit G component mantissa in bits 9..17, and a 9-bit R component mantissa in bits 0..8.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "B10G11R11_UFloatPack32", + "comment": "A three-component, 32-bit packed unsigned floating-point format that has a 10-bit B component in bits 22..31, an 11-bit G component in bits 11..21, an 11-bit R component in bits 0..10.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "A2B10G10R10_UNormPack32", + "comment": "A four-component, 32-bit packed unsigned normalized format that has a 2-bit A component in bits 30..31, a 10-bit B component in bits 20..29, a 10-bit G component in bits 10..19, and a 10-bit R component in bits 0..9.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "A2B10G10R10_UIntPack32", + "comment": "A four-component, 32-bit packed unsigned integer format that has a 2-bit A component in bits 30..31, a 10-bit B component in bits 20..29, a 10-bit G component in bits 10..19, and a 10-bit R component in bits 0..9.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "A2B10G10R10_SIntPack32", + "comment": "A four-component, 32-bit packed signed integer format that has a 2-bit A component in bits 30..31, a 10-bit B component in bits 20..29, a 10-bit G component in bits 10..19, and a 10-bit R component in bits 0..9.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "A2R10G10B10_UNormPack32", + "comment": "A four-component, 32-bit packed unsigned normalized format that has a 2-bit A component in bits 30..31, a 10-bit R component in bits 20..29, a 10-bit G component in bits 10..19, and a 10-bit B component in bits 0..9.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "A2R10G10B10_UIntPack32", + "comment": "A four-component, 32-bit packed unsigned integer format that has a 2-bit A component in bits 30..31, a 10-bit R component in bits 20..29, a 10-bit G component in bits 10..19, and a 10-bit B component in bits 0..9.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "A2R10G10B10_SIntPack32", + "comment": "A four-component, 32-bit packed signed integer format that has a 2-bit A component in bits 30..31, a 10-bit R component in bits 20..29, a 10-bit G component in bits 10..19, and a 10-bit B component in bits 0..9.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "A2R10G10B10_XRSRGBPack32", + "comment": "A four-component, 32-bit packed unsigned normalized format that has a 2-bit A component in bits 30..31, a 10-bit R component in bits 20..29, a 10-bit G component in bits 10..19, and a 10-bit B component in bits 0..9. The components are gamma encoded and their values range from -0.5271 to 1.66894. The alpha component is clamped to either 0.0 or 1.0 on sampling, rendering, and writing operations.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "A2R10G10B10_XRUNormPack32", + "comment": "A four-component, 32-bit packed unsigned normalized format that has a 2-bit A component in bits 30..31, a 10-bit R component in bits 20..29, a 10-bit G component in bits 10..19, and a 10-bit B component in bits 0..9. The components are linearly encoded and their values range from -0.752941 to 1.25098 (pre-expansion). The alpha component is clamped to either 0.0 or 1.0 on sampling, rendering, and writing operations.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "R10G10B10_XRSRGBPack32", + "comment": "A four-component, 32-bit packed unsigned normalized format that has a 10-bit R component in bits 20..29, a 10-bit G component in bits 10..19, and a 10-bit B component in bits 0..9. The components are gamma encoded and their values range from -0.5271 to 1.66894. The alpha component is clamped to either 0.0 or 1.0 on sampling, rendering, and writing operations.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "R10G10B10_XRUNormPack32", + "comment": "A four-component, 32-bit packed unsigned normalized format that has a 10-bit R component in bits 20..29, a 10-bit G component in bits 10..19, and a 10-bit B component in bits 0..9. The components are linearly encoded and their values range from -0.752941 to 1.25098 (pre-expansion).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "A10R10G10B10_XRSRGBPack32", + "comment": "A four-component, 64-bit packed unsigned normalized format that has a 10-bit A component in bits 30..39, a 10-bit R component in bits 20..29, a 10-bit G component in bits 10..19, and a 10-bit B component in bits 0..9. The components are gamma encoded and their values range from -0.5271 to 1.66894. The alpha component is clamped to either 0.0 or 1.0 on sampling, rendering, and writing operations.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "A10R10G10B10_XRUNormPack32", + "comment": "A four-component, 64-bit packed unsigned normalized format that has a 10-bit A component in bits 30..39, a 10-bit R component in bits 20..29, a 10-bit G component in bits 10..19, and a 10-bit B component in bits 0..9. The components are linearly encoded and their values range from -0.752941 to 1.25098 (pre-expansion). The alpha component is clamped to either 0.0 or 1.0 on sampling, rendering, and writing operations.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "RGB_DXT1_SRGB", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "RGBA_DXT1_SRGB", + "comment": "A three-component, block-compressed format. Each 64-bit compressed texel block encodes a 4×4 rectangle of unsigned normalized RGB texel data with sRGB nonlinear encoding. This format has a 1 bit alpha channel.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "RGB_DXT1_UNorm", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "RGBA_DXT1_UNorm", + "comment": "A three-component, block-compressed format. Each 64-bit compressed texel block encodes a 4×4 rectangle of unsigned normalized RGB texel data. This format has a 1 bit alpha channel.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "RGBA_DXT3_SRGB", + "comment": "A four-component, block-compressed format where each 128-bit compressed texel block encodes a 4×4 rectangle of unsigned normalized RGBA texel data with the first 64 bits encoding alpha values followed by 64 bits encoding RGB values with sRGB nonlinear encoding.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "RGBA_DXT3_UNorm", + "comment": "A four-component, block-compressed format where each 128-bit compressed texel block encodes a 4×4 rectangle of unsigned normalized RGBA texel data with the first 64 bits encoding alpha values followed by 64 bits encoding RGB values.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "RGBA_DXT5_SRGB", + "comment": "A four-component, block-compressed format where each 128-bit compressed texel block encodes a 4×4 rectangle of unsigned normalized RGBA texel data with the first 64 bits encoding alpha values followed by 64 bits encoding RGB values with sRGB nonlinear encoding.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "RGBA_DXT5_UNorm", + "comment": "A four-component, block-compressed format where each 128-bit compressed texel block encodes a 4×4 rectangle of unsigned normalized RGBA texel data with the first 64 bits encoding alpha values followed by 64 bits encoding RGB values.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "R_BC4_UNorm", + "comment": "A one-component, block-compressed format where each 64-bit compressed texel block encodes a 4×4 rectangle of unsigned normalized red texel data.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "R_BC4_SNorm", + "comment": "A one-component, block-compressed format where each 64-bit compressed texel block encodes a 4×4 rectangle of signed normalized red texel data.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "RG_BC5_UNorm", + "comment": "A two-component, block-compressed format where each 128-bit compressed texel block encodes a 4×4 rectangle of unsigned normalized RG texel data with the first 64 bits encoding red values followed by 64 bits encoding green values.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "RG_BC5_SNorm", + "comment": "A two-component, block-compressed format where each 128-bit compressed texel block encodes a 4×4 rectangle of signed normalized RG texel data with the first 64 bits encoding red values followed by 64 bits encoding green values.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "RGB_BC6H_UFloat", + "comment": "A three-component, block-compressed format where each 128-bit compressed texel block encodes a 4×4 rectangle of unsigned floating-point RGB texel data.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "RGB_BC6H_SFloat", + "comment": "A three-component, block-compressed format where each 128-bit compressed texel block encodes a 4×4 rectangle of signed floating-point RGB texel data.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "RGBA_BC7_SRGB", + "comment": "A four-component, block-compressed format where each 128-bit compressed texel block encodes a 4×4 rectangle of unsigned normalized RGBA texel data with sRGB nonlinear encoding applied to the RGB components.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "RGBA_BC7_UNorm", + "comment": "A four-component, block-compressed format where each 128-bit compressed texel block encodes a 4×4 rectangle of unsigned normalized RGBA texel data.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "RGB_PVRTC_2Bpp_SRGB", + "comment": "A three-component, PVRTC compressed format where each 64-bit compressed texel block encodes a 8×4 rectangle of unsigned normalized RGB texel data with sRGB nonlinear encoding. This format has no alpha and is considered opaque.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "RGB_PVRTC_2Bpp_UNorm", + "comment": "A three-component, PVRTC compressed format where each 64-bit compressed texel block encodes a 8×4 rectangle of unsigned normalized RGB texel data. This format has no alpha and is considered opaque.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "RGB_PVRTC_4Bpp_SRGB", + "comment": "A three-component, PVRTC compressed format where each 64-bit compressed texel block encodes a 4×4 rectangle of unsigned normalized RGB texel data with sRGB nonlinear encoding. This format has no alpha and is considered opaque.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "RGB_PVRTC_4Bpp_UNorm", + "comment": "A three-component, PVRTC compressed format where each 64-bit compressed texel block encodes a 4×4 rectangle of unsigned normalized RGB texel data. This format has no alpha and is considered opaque.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "RGBA_PVRTC_2Bpp_SRGB", + "comment": "A four-component, PVRTC compressed format where each 64-bit compressed texel block encodes a 8×4 rectangle of unsigned normalized RGBA texel data with the first 32 bits encoding alpha values followed by 32 bits encoding RGB values with sRGB nonlinear encoding applied.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "RGBA_PVRTC_2Bpp_UNorm", + "comment": "A four-component, PVRTC compressed format where each 64-bit compressed texel block encodes a 8×4 rectangle of unsigned normalized RGBA texel data with the first 32 bits encoding alpha values followed by 32 bits encoding RGB values.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "RGBA_PVRTC_4Bpp_SRGB", + "comment": "A four-component, PVRTC compressed format where each 64-bit compressed texel block encodes a 4×4 rectangle of unsigned normalized RGBA texel data with the first 32 bits encoding alpha values followed by 32 bits encoding RGB values with sRGB nonlinear encoding applied.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "RGBA_PVRTC_4Bpp_UNorm", + "comment": "A four-component, PVRTC compressed format where each 64-bit compressed texel block encodes a 4×4 rectangle of unsigned normalized RGBA texel data with the first 32 bits encoding alpha values followed by 32 bits encoding RGB values.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "RGB_ETC_UNorm", + "comment": "A three-component, ETC compressed format where each 64-bit compressed texel block encodes a 4×4 rectangle of unsigned normalized RGB texel data. This format has no alpha and is considered opaque.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "RGB_ETC2_SRGB", + "comment": "A three-component, ETC2 compressed format where each 64-bit compressed texel block encodes a 4×4 rectangle of unsigned normalized RGB texel data with sRGB nonlinear encoding. This format has no alpha and is considered opaque.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "RGB_ETC2_UNorm", + "comment": "A three-component, ETC2 compressed format where each 64-bit compressed texel block encodes a 4×4 rectangle of unsigned normalized RGB texel data. This format has no alpha and is considered opaque.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "RGB_A1_ETC2_SRGB", + "comment": "A four-component, ETC2 compressed format where each 64-bit compressed texel block encodes a 4×4 rectangle of unsigned normalized RGB texel data with sRGB nonlinear encoding, and provides 1 bit of alpha.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "RGB_A1_ETC2_UNorm", + "comment": "A four-component, ETC2 compressed format where each 64-bit compressed texel block encodes a 4×4 rectangle of unsigned normalized RGB texel data, and provides 1 bit of alpha.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "RGBA_ETC2_SRGB", + "comment": "A four-component, ETC2 compressed format where each 128-bit compressed texel block encodes a 4×4 rectangle of unsigned normalized RGBA texel data with the first 64 bits encoding alpha values followed by 64 bits encoding RGB values with sRGB nonlinear encoding applied.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "RGBA_ETC2_UNorm", + "comment": "A four-component, ETC2 compressed format where each 128-bit compressed texel block encodes a 4×4 rectangle of unsigned normalized RGBA texel data with the first 64 bits encoding alpha values followed by 64 bits encoding RGB values.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "R_EAC_UNorm", + "comment": "A one-component, ETC2 compressed format where each 64-bit compressed texel block encodes a 4×4 rectangle of unsigned normalized red texel data.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "R_EAC_SNorm", + "comment": "A one-component, ETC2 compressed format where each 64-bit compressed texel block encodes a 4×4 rectangle of signed normalized red texel data.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "RG_EAC_UNorm", + "comment": "A two-component, ETC2 compressed format where each 128-bit compressed texel block encodes a 4×4 rectangle of unsigned normalized RG texel data with the first 64 bits encoding red values followed by 64 bits encoding green values.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "RG_EAC_SNorm", + "comment": "A two-component, ETC2 compressed format where each 128-bit compressed texel block encodes a 4×4 rectangle of signed normalized RG texel data with the first 64 bits encoding red values followed by 64 bits encoding green values.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "RGBA_ASTC4X4_SRGB", + "comment": "A four-component, ASTC compressed format where each 128-bit compressed texel block encodes a 4×4 rectangle of unsigned normalized RGBA texel data with sRGB nonlinear encoding applied to the RGB components.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "RGBA_ASTC4X4_UNorm", + "comment": "A four-component, ASTC compressed format where each 128-bit compressed texel block encodes a 4×4 rectangle of unsigned normalized RGBA texel data.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "RGBA_ASTC5X5_SRGB", + "comment": "A four-component, ASTC compressed format where each 128-bit compressed texel block encodes a 5×5 rectangle of unsigned normalized RGBA texel data with sRGB nonlinear encoding applied to the RGB components.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "RGBA_ASTC5X5_UNorm", + "comment": "A four-component, ASTC compressed format where each 128-bit compressed texel block encodes a 5×5 rectangle of unsigned normalized RGBA texel data.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "RGBA_ASTC6X6_SRGB", + "comment": "A four-component, ASTC compressed format where each 128-bit compressed texel block encodes a 6×6 rectangle of unsigned normalized RGBA texel data with sRGB nonlinear encoding applied to the RGB components.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "RGBA_ASTC6X6_UNorm", + "comment": "A four-component, ASTC compressed format where each 128-bit compressed texel block encodes a 6×6 rectangle of unsigned normalized RGBA texel data.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "RGBA_ASTC8X8_SRGB", + "comment": "A four-component, ASTC compressed format where each 128-bit compressed texel block encodes an 8×8 rectangle of unsigned normalized RGBA texel data with sRGB nonlinear encoding applied to the RGB components.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "RGBA_ASTC8X8_UNorm", + "comment": "A four-component, ASTC compressed format where each 128-bit compressed texel block encodes an 8×8 rectangle of unsigned normalized RGBA texel data.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "RGBA_ASTC10X10_SRGB", + "comment": "A four-component, ASTC compressed format where each 128-bit compressed texel block encodes a 10×10 rectangle of unsigned normalized RGBA texel data with sRGB nonlinear encoding applied to the RGB components.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "RGBA_ASTC10X10_UNorm", + "comment": "A four-component, ASTC compressed format where each 128-bit compressed texel block encodes a 10×10 rectangle of unsigned normalized RGBA texel data.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "RGBA_ASTC12X12_SRGB", + "comment": "A four-component, ASTC compressed format where each 128-bit compressed texel block encodes a 12×12 rectangle of unsigned normalized RGBA texel data with sRGB nonlinear encoding applied to the RGB components.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "RGBA_ASTC12X12_UNorm", + "comment": "A four-component, ASTC compressed format where each 128-bit compressed texel block encodes a 12×12 rectangle of unsigned normalized RGBA texel data.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "RGBA_ASTC4X4_UFloat", + "comment": "A four-component, ASTC compressed format where each 128-bit compressed texel block encodes a 4×4 rectangle of float RGBA texel data.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "RGBA_ASTC5X5_UFloat", + "comment": "A four-component, ASTC compressed format where each 128-bit compressed texel block encodes a 5×5 rectangle of float RGBA texel data.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "RGBA_ASTC6X6_UFloat", + "comment": "A four-component, ASTC compressed format where each 128-bit compressed texel block encodes a 6×6 rectangle of float RGBA texel data.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "RGBA_ASTC8X8_UFloat", + "comment": "A four-component, ASTC compressed format where each 128-bit compressed texel block encodes an 8×8 rectangle of float RGBA texel data.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "RGBA_ASTC10X10_UFloat", + "comment": "A four-component, ASTC compressed format where each 128-bit compressed texel block encodes a 10×10 rectangle of float RGBA texel data.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "RGBA_ASTC12X12_UFloat", + "comment": "A four-component, ASTC compressed format where each 128-bit compressed texel block encodes a 12×12 rectangle of float RGBA texel data.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "GraphicsFormat", + "comment": "Use this format to create either Textures or RenderTextures from scripts.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Experimental.Rendering", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Experimental.Rendering.RayTracingMode", + "name": "Off", + "comment": "Renderers with this mode are not ray traced.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.RayTracingMode", + "name": "Static", + "comment": "Renderers with this mode never update.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.RayTracingMode", + "name": "DynamicTransform", + "comment": "Renderers with this mode update their Transform, but not their Mesh.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.RayTracingMode", + "name": "DynamicGeometry", + "comment": "Renderers with this mode have animated geometry and update their Mesh and Transform.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Experimental.Rendering.RayTracingMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "RayTracingMode", + "comment": "Indicates how a Renderer is updated.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Experimental.Rendering", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "GraphicsFormat", + "params": [ + { "name": "format", "typeName": "UnityEngine.TextureFormat" }, + { "name": "isSRGB", "typeName": "bool" } + ], + "isStatic": true, + "name": "GetGraphicsFormat", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "TextureFormat", + "params": [ + { + "name": "format", + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" + } + ], + "isStatic": true, + "name": "GetTextureFormat", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "GraphicsFormat", + "params": [ + { "name": "format", "typeName": "UnityEngine.RenderTextureFormat" }, + { "name": "isSRGB", "typeName": "bool" } + ], + "isStatic": true, + "name": "GetGraphicsFormat", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "GraphicsFormat", + "params": [ + { "name": "format", "typeName": "UnityEngine.RenderTextureFormat" }, + { + "name": "readWrite", + "typeName": "UnityEngine.RenderTextureReadWrite" + } + ], + "isStatic": true, + "name": "GetGraphicsFormat", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "format", + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" + } + ], + "isStatic": true, + "name": "IsSRGBFormat", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "format", + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" + } + ], + "isStatic": true, + "name": "IsSwizzleFormat", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "GraphicsFormat", + "params": [ + { + "name": "format", + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" + } + ], + "isStatic": true, + "name": "GetSRGBFormat", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "GraphicsFormat", + "params": [ + { + "name": "format", + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" + } + ], + "isStatic": true, + "name": "GetLinearFormat", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "RenderTextureFormat", + "params": [ + { + "name": "format", + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" + } + ], + "isStatic": true, + "name": "GetRenderTextureFormat", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "UInt32", + "params": [ + { + "name": "format", + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" + } + ], + "isStatic": true, + "name": "GetColorComponentCount", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "UInt32", + "params": [ + { + "name": "format", + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" + } + ], + "isStatic": true, + "name": "GetAlphaComponentCount", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "UInt32", + "params": [ + { + "name": "format", + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" + } + ], + "isStatic": true, + "name": "GetComponentCount", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "String", + "params": [ + { + "name": "format", + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" + } + ], + "isStatic": true, + "name": "GetFormatString", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "format", + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" + } + ], + "isStatic": true, + "name": "IsCompressedFormat", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "format", + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" + } + ], + "isStatic": true, + "name": "IsPackedFormat", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "format", + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" + } + ], + "isStatic": true, + "name": "Is16BitPackedFormat", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "GraphicsFormat", + "params": [ + { + "name": "format", + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" + } + ], + "isStatic": true, + "name": "ConvertToAlphaFormat", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "format", + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" + } + ], + "isStatic": true, + "name": "IsAlphaOnlyFormat", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "format", + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" + } + ], + "isStatic": true, + "name": "IsAlphaTestFormat", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "format", + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" + } + ], + "isStatic": true, + "name": "HasAlphaChannel", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "format", + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" + } + ], + "isStatic": true, + "name": "IsDepthFormat", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "format", + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" + } + ], + "isStatic": true, + "name": "IsStencilFormat", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "format", + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" + } + ], + "isStatic": true, + "name": "IsIEEE754Format", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "format", + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" + } + ], + "isStatic": true, + "name": "IsFloatFormat", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "format", + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" + } + ], + "isStatic": true, + "name": "IsHalfFormat", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "format", + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" + } + ], + "isStatic": true, + "name": "IsUnsignedFormat", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "format", + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" + } + ], + "isStatic": true, + "name": "IsSignedFormat", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "format", + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" + } + ], + "isStatic": true, + "name": "IsNormFormat", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "format", + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" + } + ], + "isStatic": true, + "name": "IsUNormFormat", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "format", + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" + } + ], + "isStatic": true, + "name": "IsSNormFormat", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "format", + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" + } + ], + "isStatic": true, + "name": "IsIntegerFormat", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "format", + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" + } + ], + "isStatic": true, + "name": "IsUIntFormat", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "format", + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" + } + ], + "isStatic": true, + "name": "IsSIntFormat", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "format", + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" + } + ], + "isStatic": true, + "name": "IsXRFormat", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "format", + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" + } + ], + "isStatic": true, + "name": "IsDXTCFormat", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "format", + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" + } + ], + "isStatic": true, + "name": "IsRGTCFormat", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "format", + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" + } + ], + "isStatic": true, + "name": "IsBPTCFormat", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "format", + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" + } + ], + "isStatic": true, + "name": "IsBCFormat", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "format", + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" + } + ], + "isStatic": true, + "name": "IsPVRTCFormat", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "format", + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" + } + ], + "isStatic": true, + "name": "IsETCFormat", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "format", + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" + } + ], + "isStatic": true, + "name": "IsEACFormat", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "format", + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" + } + ], + "isStatic": true, + "name": "IsASTCFormat", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "format", "typeName": "UnityEngine.TextureFormat" } + ], + "isStatic": true, + "name": "IsCrunchFormat", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "FormatSwizzle", + "params": [ + { + "name": "format", + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" + } + ], + "isStatic": true, + "name": "GetSwizzleR", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "FormatSwizzle", + "params": [ + { + "name": "format", + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" + } + ], + "isStatic": true, + "name": "GetSwizzleG", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "FormatSwizzle", + "params": [ + { + "name": "format", + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" + } + ], + "isStatic": true, + "name": "GetSwizzleB", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "FormatSwizzle", + "params": [ + { + "name": "format", + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" + } + ], + "isStatic": true, + "name": "GetSwizzleA", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "UInt32", + "params": [ + { + "name": "format", + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" + } + ], + "isStatic": true, + "name": "GetBlockSize", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "UInt32", + "params": [ + { + "name": "format", + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" + } + ], + "isStatic": true, + "name": "GetBlockWidth", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "UInt32", + "params": [ + { + "name": "format", + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" + } + ], + "isStatic": true, + "name": "GetBlockHeight", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "UInt32", + "params": [ + { "name": "width", "typeName": "int" }, + { "name": "height", "typeName": "int" }, + { + "name": "format", + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" + } + ], + "isStatic": true, + "name": "ComputeMipmapSize", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "UInt32", + "params": [ + { "name": "width", "typeName": "int" }, + { "name": "height", "typeName": "int" }, + { "name": "depth", "typeName": "int" }, + { + "name": "format", + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" + } + ], + "isStatic": true, + "name": "ComputeMipmapSize", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "GraphicsFormatUtility", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Experimental.Rendering", + "baseClass": "object", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "Destroys this RayTracingAccelerationStructure.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "settings", + "typeName": "UnityEngine.Experimental.Rendering.RayTracingAccelerationStructure.RASSettings" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Creates a RayTracingAccelerationStructure with the given RayTracingAccelerationStructure.RASSettings.\n\n```plaintext\nParams: settings - Defines whether a RayTracingAccelerationStructure is updated by the user or the Engine, and whether to mask certain object layers or RayTracingModes.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Release", + "comment": "See Also: RayTracingAccelerationStructure.Dispose.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Build", + "comment": "Builds this RayTracingAccelerationStructure on the GPU.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Update", + "comment": "Updates the transforms of all instances in this RayTracingAccelerationStructure.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "relativeOrigin", "typeName": "UnityEngine.Vector3" } + ], + "isStatic": false, + "name": "Build", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "relativeOrigin", "typeName": "UnityEngine.Vector3" } + ], + "isStatic": false, + "name": "Update", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "targetRenderer", "typeName": "UnityEngine.Renderer" }, + { "name": "subMeshMask", "typeName": "bool[]" }, + { "name": "subMeshTransparencyFlags", "typeName": "bool[]" }, + { "name": "enableTriangleCulling", "typeName": "bool" }, + { "name": "frontTriangleCounterClockwise", "typeName": "bool" }, + { "name": "mask", "typeName": "uint" } + ], + "isStatic": false, + "name": "AddInstance", + "comment": "Add an instance to this RayTracingAccelerationStructure. Instance geometry can be either a Renderer or a GraphicsBuffer that includes a number of axis-aligned bounding boxes.\n\n```plaintext\nParams: targetRenderer - The renderer to be added to RayTracingAccelerationStructure.\n subMeshMask - A bit mask of any size that indicates whether or not to add a submesh to the RayTracingAccelerationStructure. For a Renderer with multiple submeshes, if subMeshMask[i] = true, the submesh is added to the RayTracingAccelerationStructure. For a Renderer with only one submesh, you may pass an uninitialized array as a default value.\n subMeshTransparencyFlags - A bit array of any size that indicates whether a given submesh is transparent. For a Renderer with multiple submeshes, if subMeshTransparencyFlag[i] = true, that submesh is marked as transparent. For a Renderer with only one submesh, pass an array with a single initialized entry, and indicate whether or not the one submesh is transparent.\n enableTriangleCulling - A bool that indicates whether the GPU driver-level culling passes (such as front-face culling or back-face culling) should cull this Renderer. Culling is enabled (true) by default.\n frontTriangleCounterClockwise - A bool that indicates whether to flip the way triangles face in this renderer. If this is set to true, front-facing triangles will become back-facing and vice versa. Set to false by default.\n mask - An 8-bit mask you can use to selectively intersect this renderer with rays that only pass the mask. All rays are enabled (0xff) by default.\n aabbBuffer - A GraphicsBuffer that defines a number of axis-aligned bounding boxes (AABBs). An AABB is defined by a list of bounds, written as floats in the following order: minX, minY, minZ, maxX, maxY, maxZ.\n numElements - The number of axis-aligned bounding boxes defined in the given GraphicsBuffer.\n material - The Material to apply to an instance defined by axis-aligned bounding boxes in a GraphicsBuffer.\n instanceTransform - The object to world matrix to apply to an instance defined by axis-aligned bounding boxes in a GraphicsBuffer. This is optional, and takes the value of a Matrix4x4.identity by default.\n isCutOff - A bool that indicates whether the Material applied to a GraphicsBuffer instance has cutoff transparency.\n reuseBounds - A bool that indicates whether Unity reuses the AABBs defined in the GraphicsBuffer without change. If the exact same bounds can be used across multiple acceleration structures or multiple frames, set this to true. This is false by default.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "aabbBuffer", "typeName": "UnityEngine.GraphicsBuffer" }, + { "name": "numElements", "typeName": "uint" }, + { "name": "material", "typeName": "UnityEngine.Material" }, + { "name": "isCutOff", "typeName": "bool" }, + { "name": "enableTriangleCulling", "typeName": "bool" }, + { "name": "frontTriangleCounterClockwise", "typeName": "bool" }, + { "name": "mask", "typeName": "uint" }, + { "name": "reuseBounds", "typeName": "bool" } + ], + "isStatic": false, + "name": "AddInstance", + "comment": "Add an instance to this RayTracingAccelerationStructure. Instance geometry can be either a Renderer or a GraphicsBuffer that includes a number of axis-aligned bounding boxes.\n\n```plaintext\nParams: targetRenderer - The renderer to be added to RayTracingAccelerationStructure.\n subMeshMask - A bit mask of any size that indicates whether or not to add a submesh to the RayTracingAccelerationStructure. For a Renderer with multiple submeshes, if subMeshMask[i] = true, the submesh is added to the RayTracingAccelerationStructure. For a Renderer with only one submesh, you may pass an uninitialized array as a default value.\n subMeshTransparencyFlags - A bit array of any size that indicates whether a given submesh is transparent. For a Renderer with multiple submeshes, if subMeshTransparencyFlag[i] = true, that submesh is marked as transparent. For a Renderer with only one submesh, pass an array with a single initialized entry, and indicate whether or not the one submesh is transparent.\n enableTriangleCulling - A bool that indicates whether the GPU driver-level culling passes (such as front-face culling or back-face culling) should cull this Renderer. Culling is enabled (true) by default.\n frontTriangleCounterClockwise - A bool that indicates whether to flip the way triangles face in this renderer. If this is set to true, front-facing triangles will become back-facing and vice versa. Set to false by default.\n mask - An 8-bit mask you can use to selectively intersect this renderer with rays that only pass the mask. All rays are enabled (0xff) by default.\n aabbBuffer - A GraphicsBuffer that defines a number of axis-aligned bounding boxes (AABBs). An AABB is defined by a list of bounds, written as floats in the following order: minX, minY, minZ, maxX, maxY, maxZ.\n numElements - The number of axis-aligned bounding boxes defined in the given GraphicsBuffer.\n material - The Material to apply to an instance defined by axis-aligned bounding boxes in a GraphicsBuffer.\n instanceTransform - The object to world matrix to apply to an instance defined by axis-aligned bounding boxes in a GraphicsBuffer. This is optional, and takes the value of a Matrix4x4.identity by default.\n isCutOff - A bool that indicates whether the Material applied to a GraphicsBuffer instance has cutoff transparency.\n reuseBounds - A bool that indicates whether Unity reuses the AABBs defined in the GraphicsBuffer without change. If the exact same bounds can be used across multiple acceleration structures or multiple frames, set this to true. This is false by default.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "aabbBuffer", "typeName": "UnityEngine.GraphicsBuffer" }, + { "name": "numElements", "typeName": "uint" }, + { "name": "material", "typeName": "UnityEngine.Material" }, + { + "name": "instanceTransform", + "typeName": "UnityEngine.Matrix4x4" + }, + { "name": "isCutOff", "typeName": "bool" }, + { "name": "enableTriangleCulling", "typeName": "bool" }, + { "name": "frontTriangleCounterClockwise", "typeName": "bool" }, + { "name": "mask", "typeName": "uint" }, + { "name": "reuseBounds", "typeName": "bool" } + ], + "isStatic": false, + "name": "AddInstance", + "comment": "Add an instance to this RayTracingAccelerationStructure. Instance geometry can be either a Renderer or a GraphicsBuffer that includes a number of axis-aligned bounding boxes.\n\n```plaintext\nParams: targetRenderer - The renderer to be added to RayTracingAccelerationStructure.\n subMeshMask - A bit mask of any size that indicates whether or not to add a submesh to the RayTracingAccelerationStructure. For a Renderer with multiple submeshes, if subMeshMask[i] = true, the submesh is added to the RayTracingAccelerationStructure. For a Renderer with only one submesh, you may pass an uninitialized array as a default value.\n subMeshTransparencyFlags - A bit array of any size that indicates whether a given submesh is transparent. For a Renderer with multiple submeshes, if subMeshTransparencyFlag[i] = true, that submesh is marked as transparent. For a Renderer with only one submesh, pass an array with a single initialized entry, and indicate whether or not the one submesh is transparent.\n enableTriangleCulling - A bool that indicates whether the GPU driver-level culling passes (such as front-face culling or back-face culling) should cull this Renderer. Culling is enabled (true) by default.\n frontTriangleCounterClockwise - A bool that indicates whether to flip the way triangles face in this renderer. If this is set to true, front-facing triangles will become back-facing and vice versa. Set to false by default.\n mask - An 8-bit mask you can use to selectively intersect this renderer with rays that only pass the mask. All rays are enabled (0xff) by default.\n aabbBuffer - A GraphicsBuffer that defines a number of axis-aligned bounding boxes (AABBs). An AABB is defined by a list of bounds, written as floats in the following order: minX, minY, minZ, maxX, maxY, maxZ.\n numElements - The number of axis-aligned bounding boxes defined in the given GraphicsBuffer.\n material - The Material to apply to an instance defined by axis-aligned bounding boxes in a GraphicsBuffer.\n instanceTransform - The object to world matrix to apply to an instance defined by axis-aligned bounding boxes in a GraphicsBuffer. This is optional, and takes the value of a Matrix4x4.identity by default.\n isCutOff - A bool that indicates whether the Material applied to a GraphicsBuffer instance has cutoff transparency.\n reuseBounds - A bool that indicates whether Unity reuses the AABBs defined in the GraphicsBuffer without change. If the exact same bounds can be used across multiple acceleration structures or multiple frames, set this to true. This is false by default.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "renderer", "typeName": "UnityEngine.Renderer" } + ], + "isStatic": false, + "name": "UpdateInstanceTransform", + "comment": "Updates the transform of the instance associated with the given Renderer for this RayTracingAccelerationStructure.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "UInt64", + "params": [], + "isStatic": false, + "name": "GetSize", + "comment": "Returns the total size of this RayTracingAccelerationStructure on the GPU in bytes.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "RayTracingAccelerationStructure", + "comment": "A data structure used to represent the Renderers in the Scene for GPU ray tracing.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Experimental.Rendering", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Experimental.Rendering.RayTracingAccelerationStructure.RayTracingModeMask", + "name": "Nothing", + "comment": "Disable adding Renderers to this RayTracingAccelerationStructure.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.RayTracingAccelerationStructure.RayTracingModeMask", + "name": "Static", + "comment": "Only add Renderers with RayTracingMode.Static set to the RayTracingAccelerationStructure.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.RayTracingAccelerationStructure.RayTracingModeMask", + "name": "DynamicTransform", + "comment": "Only add Renderers with RayTracingMode.DynamicTransform set to the RayTracingAccelerationStructure.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.RayTracingAccelerationStructure.RayTracingModeMask", + "name": "DynamicGeometry", + "comment": "Only add Renderers with RayTracingMode.DynamicGeometry set to the RayTracingAccelerationStructure.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.RayTracingAccelerationStructure.RayTracingModeMask", + "name": "Everything", + "comment": "Add all Renderers to the RayTracingAccelerationStructure except for those with that have RayTracingMode.Off.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Experimental.Rendering.RayTracingAccelerationStructure.RayTracingModeMask", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "RayTracingModeMask", + "comment": "An enum controlling which RayTracingAccelerationStructure.RayTracingModes a Renderer must have in order to be added to the RayTracingAccelerationStructure.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Rendering.PostProcessing", + "baseClass": "UnityEngine.Rendering.PostProcessing.ParameterOverride", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "name": "ScreenSpaceReflectionResolutionParameter", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "namespace": "UnityEngine.Experimental.Rendering", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Experimental.Rendering.RayTracingAccelerationStructure.ManagementMode", + "name": "Manual", + "comment": "Gives user control over populating and updating the RayTracingAccelerationStructure.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.RayTracingAccelerationStructure.ManagementMode", + "name": "Automatic", + "comment": "Automatically populates and updates the RayTracingAccelerationStructure.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Experimental.Rendering.RayTracingAccelerationStructure.ManagementMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "ManagementMode", + "comment": "Defines whether Unity updates a RayTracingAccelerationStructure automatically, or if the user updates it manually via API.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Rendering.PostProcessing", + "baseClass": "UnityEngine.Rendering.PostProcessing.PostProcessEffectSettings", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Rendering.PostProcessing.ScreenSpaceReflectionPresetParameter", + "name": "preset", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.IntParameter", + "name": "maximumIterationCount", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.ScreenSpaceReflectionResolutionParameter", + "name": "resolution", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.FloatParameter", + "name": "thickness", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.FloatParameter", + "name": "maximumMarchDistance", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.FloatParameter", + "name": "distanceFade", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.FloatParameter", + "name": "vignette", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "context", + "typeName": "UnityEngine.Rendering.PostProcessing.PostProcessRenderContext" + } + ], + "isStatic": false, + "name": "IsEnabledAndSupported", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "name": "ScreenSpaceReflections", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "namespace": "UnityEngine.Experimental.Rendering", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Experimental.Rendering.RayTracingAccelerationStructure.ManagementMode", + "name": "managementMode", + "comment": "An enum that selects whether a RayTracingAccelerationStructure is automatically or manually updated.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.RayTracingAccelerationStructure.RayTracingModeMask", + "name": "rayTracingModeMask", + "comment": "An enum controlling which RayTracingModes a Renderer must have in order to be added to the RayTracingAccelerationStructure.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "layerMask", + "comment": "A 32-bit mask that controls which layers a GameObject must be on in order to be added to the RayTracingAccelerationStructure.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "sceneManagementMode", + "typeName": "UnityEngine.Experimental.Rendering.RayTracingAccelerationStructure.ManagementMode" + }, + { + "name": "rayTracingModeMask", + "typeName": "UnityEngine.Experimental.Rendering.RayTracingAccelerationStructure.RayTracingModeMask" + }, + { "name": "layerMask", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "RASSettings", + "comment": "Defines whether a RayTracingAccelerationStructure is updated by the user or by the Engine, and whether to mask certain object layers or RayTracingModes.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Rendering.PostProcessing", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Rendering.PostProcessing.SubpixelMorphologicalAntialiasing.Quality", + "name": "quality", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "IsSupported", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "name": "SubpixelMorphologicalAntialiasing", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "namespace": "UnityEngine.Experimental.Rendering", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Rendering.VertexAttributeDescriptor[]", + "name": "vdecl", + "comment": "The vertex data layout to use when prewarming shader variants.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "ShaderWarmupSetup", + "comment": "The rendering configuration to use when prewarming shader variants.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Experimental.Rendering", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "shader", "typeName": "UnityEngine.Shader" }, + { + "name": "setup", + "typeName": "UnityEngine.Experimental.Rendering.ShaderWarmupSetup" + } + ], + "isStatic": true, + "name": "WarmupShader", + "comment": "Prewarms all shader variants for a given Shader, using a given rendering configuration.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "collection", + "typeName": "UnityEngine.ShaderVariantCollection" + }, + { "name": "shader", "typeName": "UnityEngine.Shader" }, + { + "name": "setup", + "typeName": "UnityEngine.Experimental.Rendering.ShaderWarmupSetup" + } + ], + "isStatic": true, + "name": "WarmupShaderFromCollection", + "comment": "Prewarms the shader variants for a given Shader that are in a given ShaderVariantCollection, using a given rendering configuration.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "ShaderWarmup", + "comment": "Prewarms shaders in a way that is supported by all graphics APIs.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Experimental.Rendering", + "baseClass": "UnityEngine.Object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "float", + "name": "maxRecursionDepth", + "comment": "The maximum number of ray bounces this shader can trace (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { "name": "val", "typeName": "float" } + ], + "isStatic": false, + "name": "SetFloat", + "comment": "Sets the value of a float uniform.\n\n```plaintext\nParams: name - The name of the property being set.\n nameID - The ID of the property as given by Shader.PropertyToID.\n val - The float value to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { "name": "val", "typeName": "int" } + ], + "isStatic": false, + "name": "SetInt", + "comment": "Sets the value of a int uniform.\n\n```plaintext\nParams: name - The name of the property being set.\n nameID - The ID of the property as given by Shader.PropertyToID.\n val - The int value to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { "name": "val", "typeName": "UnityEngine.Vector4" } + ], + "isStatic": false, + "name": "SetVector", + "comment": "Sets the value for a vector uniform.\n\n```plaintext\nParams: name - The name of the property being set.\n nameID - The ID of the property as given by Shader.PropertyToID.\n val - The vector to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { "name": "val", "typeName": "UnityEngine.Matrix4x4" } + ], + "isStatic": false, + "name": "SetMatrix", + "comment": "Sets the value of a matrix uniform.\n\n```plaintext\nParams: name - The name of the property being set.\n nameID - The ID of the property as given by Shader.PropertyToID.\n val - The matrix to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { "name": "values", "typeName": "UnityEngine.Vector4[]" } + ], + "isStatic": false, + "name": "SetVectorArray", + "comment": "Sets a vector array uniform.\n\n```plaintext\nParams: name - The name of the property being set.\n nameID - The ID of the property as given by Shader.PropertyToID.\n values - The array of vectors to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { "name": "values", "typeName": "UnityEngine.Matrix4x4[]" } + ], + "isStatic": false, + "name": "SetMatrixArray", + "comment": "Sets a matrix array uniform.\n\n```plaintext\nParams: name - The name of the property being set.\n nameID - The ID of the property as given by Shader.PropertyToID.\n values - The matrix array to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { "name": "texture", "typeName": "UnityEngine.Texture" } + ], + "isStatic": false, + "name": "SetTexture", + "comment": "Binds a texture resource. This can be a input or an output texture (UAV).\n\n```plaintext\nParams: nameID - The ID of the resource as given by Shader.PropertyToID.\n name - The name of the texture being set.\n texture - The texture to bind the named local resource to.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { "name": "buffer", "typeName": "UnityEngine.ComputeBuffer" } + ], + "isStatic": false, + "name": "SetBuffer", + "comment": "Binds a ComputeBuffer or GraphicsBuffer to a RayTracingShader.\n\n```plaintext\nParams: nameID - The ID of the buffer name in shader code. Use Shader.PropertyToID to get this ID.\n name - The name of the buffer in shader code.\n buffer - The buffer to bind the named local resource to.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { + "name": "accelerationStructure", + "typeName": "UnityEngine.Experimental.Rendering.RayTracingAccelerationStructure" + } + ], + "isStatic": false, + "name": "SetAccelerationStructure", + "comment": "Sets the value for RayTracingAccelerationStructure property of this RayTracingShader.\n\n```plaintext\nParams: name - The name of the RayTracingAccelerationStructure being set.\n nameID - The ID of the RayTracingAccelerationStructure as given by Shader.PropertyToID.\n accelerationStructure - The value to set the RayTracingAccelerationStructure to.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "passName", "typeName": "string" }], + "isStatic": false, + "name": "SetShaderPass", + "comment": "Selects which Shader Pass to use when executing ray/geometry intersection shaders.\n\n```plaintext\nParams: passName - The Shader Pass to use when executing ray tracing shaders.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { "name": "globalTextureNameID", "typeName": "int" } + ], + "isStatic": false, + "name": "SetTextureFromGlobal", + "comment": "Binds a global texture to a RayTracingShader.\n\n```plaintext\nParams: nameID - The ID of the texture as given by Shader.PropertyToID.\n name - The name of the texture to bind.\n globalTextureName - The name of the global resource to bind to the RayTracingShader.\n globalTextureNameID - The ID of the global resource as given by Shader.PropertyToID.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "rayGenFunctionName", "typeName": "string" }, + { "name": "width", "typeName": "int" }, + { "name": "height", "typeName": "int" }, + { "name": "depth", "typeName": "int" }, + { "name": "camera", "typeName": "UnityEngine.Camera" } + ], + "isStatic": false, + "name": "Dispatch", + "comment": "Dispatches this RayTracingShader.\n\n```plaintext\nParams: rayGenFunctionName - The name of the ray generation shader.\n width - The width of the ray generation shader thread grid.\n height - The height of the ray generation shader thread grid.\n depth - The depth of the ray generation shader thread grid.\n camera - Optional parameter used to setup camera-related built-in shader variables.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { "name": "buffer", "typeName": "UnityEngine.GraphicsBuffer" } + ], + "isStatic": false, + "name": "SetBuffer", + "comment": "Binds a ComputeBuffer or GraphicsBuffer to a RayTracingShader.\n\n```plaintext\nParams: nameID - The ID of the buffer name in shader code. Use Shader.PropertyToID to get this ID.\n name - The name of the buffer in shader code.\n buffer - The buffer to bind the named local resource to.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "val", "typeName": "float" } + ], + "isStatic": false, + "name": "SetFloat", + "comment": "Sets the value of a float uniform.\n\n```plaintext\nParams: name - The name of the property being set.\n nameID - The ID of the property as given by Shader.PropertyToID.\n val - The float value to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "val", "typeName": "int" } + ], + "isStatic": false, + "name": "SetInt", + "comment": "Sets the value of a int uniform.\n\n```plaintext\nParams: name - The name of the property being set.\n nameID - The ID of the property as given by Shader.PropertyToID.\n val - The int value to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "val", "typeName": "UnityEngine.Vector4" } + ], + "isStatic": false, + "name": "SetVector", + "comment": "Sets the value for a vector uniform.\n\n```plaintext\nParams: name - The name of the property being set.\n nameID - The ID of the property as given by Shader.PropertyToID.\n val - The vector to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "val", "typeName": "UnityEngine.Matrix4x4" } + ], + "isStatic": false, + "name": "SetMatrix", + "comment": "Sets the value of a matrix uniform.\n\n```plaintext\nParams: name - The name of the property being set.\n nameID - The ID of the property as given by Shader.PropertyToID.\n val - The matrix to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "values", "typeName": "UnityEngine.Vector4[]" } + ], + "isStatic": false, + "name": "SetVectorArray", + "comment": "Sets a vector array uniform.\n\n```plaintext\nParams: name - The name of the property being set.\n nameID - The ID of the property as given by Shader.PropertyToID.\n values - The array of vectors to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "values", "typeName": "UnityEngine.Matrix4x4[]" } + ], + "isStatic": false, + "name": "SetMatrixArray", + "comment": "Sets a matrix array uniform.\n\n```plaintext\nParams: name - The name of the property being set.\n nameID - The ID of the property as given by Shader.PropertyToID.\n values - The matrix array to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "values", "typeName": "float[]" } + ], + "isStatic": false, + "name": "SetFloats", + "comment": "Sets the values for a float array uniform.\n\n```plaintext\nParams: name - The name of the property being set.\n nameID - The ID of the property as given by Shader.PropertyToID.\n values - The float array to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { "name": "values", "typeName": "float[]" } + ], + "isStatic": false, + "name": "SetFloats", + "comment": "Sets the values for a float array uniform.\n\n```plaintext\nParams: name - The name of the property being set.\n nameID - The ID of the property as given by Shader.PropertyToID.\n values - The float array to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "values", "typeName": "int[]" } + ], + "isStatic": false, + "name": "SetInts", + "comment": "Sets the values for a int array uniform.\n\n```plaintext\nParams: name - The name of the property being set.\n nameID - The ID of the property as given by Shader.PropertyToID.\n values - The int array to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { "name": "values", "typeName": "int[]" } + ], + "isStatic": false, + "name": "SetInts", + "comment": "Sets the values for a int array uniform.\n\n```plaintext\nParams: name - The name of the property being set.\n nameID - The ID of the property as given by Shader.PropertyToID.\n values - The int array to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "val", "typeName": "bool" } + ], + "isStatic": false, + "name": "SetBool", + "comment": "Sets the value of a boolean uniform.\n\n```plaintext\nParams: name - The name of the property being set.\n nameID - The ID of the property as given by Shader.PropertyToID.\n val - The boolean value to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { "name": "val", "typeName": "bool" } + ], + "isStatic": false, + "name": "SetBool", + "comment": "Sets the value of a boolean uniform.\n\n```plaintext\nParams: name - The name of the property being set.\n nameID - The ID of the property as given by Shader.PropertyToID.\n val - The boolean value to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "texture", "typeName": "UnityEngine.Texture" } + ], + "isStatic": false, + "name": "SetTexture", + "comment": "Binds a texture resource. This can be a input or an output texture (UAV).\n\n```plaintext\nParams: nameID - The ID of the resource as given by Shader.PropertyToID.\n name - The name of the texture being set.\n texture - The texture to bind the named local resource to.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "buffer", "typeName": "UnityEngine.ComputeBuffer" } + ], + "isStatic": false, + "name": "SetBuffer", + "comment": "Binds a ComputeBuffer or GraphicsBuffer to a RayTracingShader.\n\n```plaintext\nParams: nameID - The ID of the buffer name in shader code. Use Shader.PropertyToID to get this ID.\n name - The name of the buffer in shader code.\n buffer - The buffer to bind the named local resource to.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "buffer", "typeName": "UnityEngine.GraphicsBuffer" } + ], + "isStatic": false, + "name": "SetBuffer", + "comment": "Binds a ComputeBuffer or GraphicsBuffer to a RayTracingShader.\n\n```plaintext\nParams: nameID - The ID of the buffer name in shader code. Use Shader.PropertyToID to get this ID.\n name - The name of the buffer in shader code.\n buffer - The buffer to bind the named local resource to.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { "name": "buffer", "typeName": "UnityEngine.ComputeBuffer" }, + { "name": "offset", "typeName": "int" }, + { "name": "size", "typeName": "int" } + ], + "isStatic": false, + "name": "SetConstantBuffer", + "comment": "Binds a constant buffer created through a ComputeBuffer or a GraphicsBuffer.\n\n```plaintext\nParams: nameID - The ID of the property name for the constant buffer in shader code. Use Shader.PropertyToID to get this ID.\n name - The name of the constant buffer in shader code.\n buffer - The buffer to bind as constant buffer.\n offset - The offset in bytes from the beginning of the ComputeBuffer or GraphicsBuffer to bind. Must be a multiple of SystemInfo.constantBufferOffsetAlignment, or 0 if that value is 0.\n size - The number of bytes to bind.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "buffer", "typeName": "UnityEngine.ComputeBuffer" }, + { "name": "offset", "typeName": "int" }, + { "name": "size", "typeName": "int" } + ], + "isStatic": false, + "name": "SetConstantBuffer", + "comment": "Binds a constant buffer created through a ComputeBuffer or a GraphicsBuffer.\n\n```plaintext\nParams: nameID - The ID of the property name for the constant buffer in shader code. Use Shader.PropertyToID to get this ID.\n name - The name of the constant buffer in shader code.\n buffer - The buffer to bind as constant buffer.\n offset - The offset in bytes from the beginning of the ComputeBuffer or GraphicsBuffer to bind. Must be a multiple of SystemInfo.constantBufferOffsetAlignment, or 0 if that value is 0.\n size - The number of bytes to bind.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { "name": "buffer", "typeName": "UnityEngine.GraphicsBuffer" }, + { "name": "offset", "typeName": "int" }, + { "name": "size", "typeName": "int" } + ], + "isStatic": false, + "name": "SetConstantBuffer", + "comment": "Binds a constant buffer created through a ComputeBuffer or a GraphicsBuffer.\n\n```plaintext\nParams: nameID - The ID of the property name for the constant buffer in shader code. Use Shader.PropertyToID to get this ID.\n name - The name of the constant buffer in shader code.\n buffer - The buffer to bind as constant buffer.\n offset - The offset in bytes from the beginning of the ComputeBuffer or GraphicsBuffer to bind. Must be a multiple of SystemInfo.constantBufferOffsetAlignment, or 0 if that value is 0.\n size - The number of bytes to bind.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "buffer", "typeName": "UnityEngine.GraphicsBuffer" }, + { "name": "offset", "typeName": "int" }, + { "name": "size", "typeName": "int" } + ], + "isStatic": false, + "name": "SetConstantBuffer", + "comment": "Binds a constant buffer created through a ComputeBuffer or a GraphicsBuffer.\n\n```plaintext\nParams: nameID - The ID of the property name for the constant buffer in shader code. Use Shader.PropertyToID to get this ID.\n name - The name of the constant buffer in shader code.\n buffer - The buffer to bind as constant buffer.\n offset - The offset in bytes from the beginning of the ComputeBuffer or GraphicsBuffer to bind. Must be a multiple of SystemInfo.constantBufferOffsetAlignment, or 0 if that value is 0.\n size - The number of bytes to bind.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { + "name": "accelerationStructure", + "typeName": "UnityEngine.Experimental.Rendering.RayTracingAccelerationStructure" + } + ], + "isStatic": false, + "name": "SetAccelerationStructure", + "comment": "Sets the value for RayTracingAccelerationStructure property of this RayTracingShader.\n\n```plaintext\nParams: name - The name of the RayTracingAccelerationStructure being set.\n nameID - The ID of the RayTracingAccelerationStructure as given by Shader.PropertyToID.\n accelerationStructure - The value to set the RayTracingAccelerationStructure to.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "globalTextureName", "typeName": "string" } + ], + "isStatic": false, + "name": "SetTextureFromGlobal", + "comment": "Binds a global texture to a RayTracingShader.\n\n```plaintext\nParams: nameID - The ID of the texture as given by Shader.PropertyToID.\n name - The name of the texture to bind.\n globalTextureName - The name of the global resource to bind to the RayTracingShader.\n globalTextureNameID - The ID of the global resource as given by Shader.PropertyToID.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "RayTracingShader", + "comment": "A shader for GPU ray tracing.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Apple.TV", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "allowExitToHome", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "allowRemoteRotation", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "reportAbsoluteDpadValues", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "touchesEnabled", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "Remote", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Rendering.PostProcessing", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Rendering.PostProcessing.SubpixelMorphologicalAntialiasing.Quality", + "name": "Low", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.SubpixelMorphologicalAntialiasing.Quality", + "name": "Medium", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.SubpixelMorphologicalAntialiasing.Quality", + "name": "High", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Rendering.PostProcessing.SubpixelMorphologicalAntialiasing.Quality", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "name": "Quality", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "namespace": "UnityEngine.Rendering.PostProcessing", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "float", + "name": "jitterSpread", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "float", + "name": "sharpness", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "float", + "name": "stationaryBlending", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "float", + "name": "motionBlending", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "System.Func", + "name": "jitteredMatrixFunc", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "jitter", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "int", + "name": "sampleIndex", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "IsSupported", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "Matrix4x4", + "params": [{ "name": "camera", "typeName": "UnityEngine.Camera" }], + "isStatic": false, + "name": "GetJitteredProjectionMatrix", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "context", + "typeName": "UnityEngine.Rendering.PostProcessing.PostProcessRenderContext" + } + ], + "isStatic": false, + "name": "ConfigureJitteredProjectionMatrix", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "context", + "typeName": "UnityEngine.Rendering.PostProcessing.PostProcessRenderContext" + } + ], + "isStatic": false, + "name": "ConfigureStereoJitteredProjectionMatrices", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "name": "TemporalAntialiasing", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "namespace": "UnityEngine.Rendering.PostProcessing", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Rendering.PostProcessing.VignetteMode", + "name": "Classic", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.VignetteMode", + "name": "Masked", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Rendering.PostProcessing.VignetteMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "name": "VignetteMode", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "namespace": "UnityEngine.Rendering.PostProcessing", + "baseClass": "UnityEngine.Rendering.PostProcessing.ParameterOverride", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "name": "VignetteModeParameter", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "namespace": "UnityEngine.Rendering.PostProcessing", + "baseClass": "UnityEngine.Rendering.PostProcessing.PostProcessEffectSettings", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Rendering.PostProcessing.VignetteModeParameter", + "name": "mode", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.ColorParameter", + "name": "color", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.Vector2Parameter", + "name": "center", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.FloatParameter", + "name": "intensity", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.FloatParameter", + "name": "smoothness", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.FloatParameter", + "name": "roundness", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.BoolParameter", + "name": "rounded", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.TextureParameter", + "name": "mask", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.FloatParameter", + "name": "opacity", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "context", + "typeName": "UnityEngine.Rendering.PostProcessing.PostProcessRenderContext" + } + ], + "isStatic": false, + "name": "IsEnabledAndSupported", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "name": "Vignette", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "namespace": "UnityEngine.Rendering.PostProcessing", + "baseClass": "UnityEngine.Rendering.PostProcessing.Monitor", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "width", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "int", + "name": "height", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.HistogramMonitor.Channel", + "name": "channel", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "name": "HistogramMonitor", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "namespace": "UnityEngine.Rendering.PostProcessing", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Rendering.PostProcessing.HistogramMonitor.Channel", + "name": "Red", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.HistogramMonitor.Channel", + "name": "Green", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.HistogramMonitor.Channel", + "name": "Blue", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.HistogramMonitor.Channel", + "name": "Master", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Rendering.PostProcessing.HistogramMonitor.Channel", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "name": "Channel", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "namespace": "UnityEngine.Rendering.PostProcessing", + "baseClass": "UnityEngine.Rendering.PostProcessing.Monitor", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "width", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "int", + "name": "height", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "bool", + "name": "showCurves", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "name": "LightMeterMonitor", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "namespace": "UnityEngine.Rendering.PostProcessing", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Rendering.PostProcessing.MonitorType", + "name": "LightMeter", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.MonitorType", + "name": "Histogram", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.MonitorType", + "name": "Waveform", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.MonitorType", + "name": "Vectorscope", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Rendering.PostProcessing.MonitorType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "name": "MonitorType", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "namespace": "UnityEngine.Rendering.PostProcessing", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.RenderTexture", + "name": "output", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "context", + "typeName": "UnityEngine.Rendering.PostProcessing.PostProcessRenderContext" + } + ], + "isStatic": false, + "name": "IsRequestedAndSupported", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "name": "Monitor", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "namespace": "UnityEngine.Rendering.PostProcessing", + "baseClass": "UnityEngine.Rendering.PostProcessing.Monitor", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "size", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "float", + "name": "exposure", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "name": "VectorscopeMonitor", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "namespace": "UnityEngine.Rendering.PostProcessing", + "baseClass": "UnityEngine.Rendering.PostProcessing.Monitor", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "float", + "name": "exposure", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "int", + "name": "height", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "name": "WaveformMonitor", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "namespace": "UnityEngine.Rendering.PostProcessing", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "overrideState", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "methods": [ + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHash", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "T", + "params": [], + "isStatic": false, + "name": "GetValue", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "name": "ParameterOverride", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "namespace": "UnityEngine.Rendering.PostProcessing", + "baseClass": "UnityEngine.Rendering.PostProcessing.ParameterOverride", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "T", + "name": "value", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "T" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "T" }, + { "name": "overrideState", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "from", "typeName": "T" }, + { "name": "to", "typeName": "T" }, + { "name": "t", "typeName": "float" } + ], + "isStatic": false, + "name": "Interp", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "x", "typeName": "T" }], + "isStatic": false, + "name": "Override", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHash", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "T", + "params": [ + { + "name": "prop", + "typeName": "UnityEngine.Rendering.PostProcessing.ParameterOverride" + } + ], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "name": "ParameterOverride", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "namespace": "UnityEngine.Rendering.PostProcessing", + "baseClass": "UnityEngine.Rendering.PostProcessing.ParameterOverride", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "from", "typeName": "float" }, + { "name": "to", "typeName": "float" }, + { "name": "t", "typeName": "float" } + ], + "isStatic": false, + "name": "Interp", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "name": "FloatParameter", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "namespace": "UnityEngine.Rendering.PostProcessing", + "baseClass": "UnityEngine.Rendering.PostProcessing.ParameterOverride", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "from", "typeName": "int" }, + { "name": "to", "typeName": "int" }, + { "name": "t", "typeName": "float" } + ], + "isStatic": false, + "name": "Interp", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "name": "IntParameter", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "namespace": "UnityEngine.Rendering.PostProcessing", + "baseClass": "UnityEngine.Rendering.PostProcessing.ParameterOverride", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "name": "BoolParameter", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "namespace": "UnityEngine.Experimental.TerrainAPI", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Vector2", + "name": "brushOrigin", + "comment": "(Read Only) Brush UV origin, in XY space.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "brushU", + "comment": "(Read Only) Brush U vector, in XY space.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "brushV", + "comment": "(Read Only) Brush V vector, in XY space.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "targetOrigin", + "comment": "(Read Only) Target XY origin, in Brush UV space.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "targetX", + "comment": "(Read Only) Target X vector, in Brush UV space.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "targetY", + "comment": "(Read Only) Target Y vector, in Brush UV space.\n\n", + "location": "UnityEngine.TerrainModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "brushOrigin", "typeName": "UnityEngine.Vector2" }, + { "name": "brushU", "typeName": "UnityEngine.Vector2" }, + { "name": "brushV", "typeName": "UnityEngine.Vector2" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Creates a BrushTransform.\n\n```plaintext\nParams: brushOrigin - Origin of the brush, in target XY space.\n brushU - Brush U vector, in target XY space.\n brushV - Brush V vector, in target XY space.\n \n```\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "returnTypeName": "Rect", + "params": [], + "isStatic": false, + "name": "GetBrushXYBounds", + "comment": "Bounding rectangle in target XY space.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "returnTypeName": "BrushTransform", + "params": [{ "name": "brushRect", "typeName": "UnityEngine.Rect" }], + "isStatic": true, + "name": "FromRect", + "comment": "BrushTransform describing the brush.\n\n```plaintext\nParams: brushRect - Brush rectangle, in target XY coordinates.\n \n```\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "returnTypeName": "Vector2", + "params": [{ "name": "targetXY", "typeName": "UnityEngine.Vector2" }], + "isStatic": false, + "name": "ToBrushUV", + "comment": "Point transformed to Brush UV space.\n\n```plaintext\nParams: targetXY - Point in target XY space.\n \n```\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "returnTypeName": "Vector2", + "params": [{ "name": "brushUV", "typeName": "UnityEngine.Vector2" }], + "isStatic": false, + "name": "FromBrushUV", + "comment": "Target XY coordinate.\n\n```plaintext\nParams: brushUV - Brush UV coordinate to transform.\n \n```\n\n", + "location": "UnityEngine.TerrainModule.dll" + } + ], + "name": "BrushTransform", + "comment": "Represents a linear 2D transformation between brush UV space and a target XY space (typically this is a Terrain-local object space.)\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "namespace": "UnityEngine.Rendering.PostProcessing", + "baseClass": "UnityEngine.Rendering.PostProcessing.ParameterOverride", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "from", "typeName": "UnityEngine.Color" }, + { "name": "to", "typeName": "UnityEngine.Color" }, + { "name": "t", "typeName": "float" } + ], + "isStatic": false, + "name": "Interp", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "Vector4", + "params": [ + { + "name": "prop", + "typeName": "UnityEngine.Rendering.PostProcessing.ColorParameter" + } + ], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "name": "ColorParameter", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "namespace": "UnityEngine.Rendering.PostProcessing", + "baseClass": "UnityEngine.Rendering.PostProcessing.ParameterOverride", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "from", "typeName": "UnityEngine.Vector2" }, + { "name": "to", "typeName": "UnityEngine.Vector2" }, + { "name": "t", "typeName": "float" } + ], + "isStatic": false, + "name": "Interp", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "Vector3", + "params": [ + { + "name": "prop", + "typeName": "UnityEngine.Rendering.PostProcessing.Vector2Parameter" + } + ], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "Vector4", + "params": [ + { + "name": "prop", + "typeName": "UnityEngine.Rendering.PostProcessing.Vector2Parameter" + } + ], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "name": "Vector2Parameter", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "namespace": "UnityEngine.Rendering.PostProcessing", + "baseClass": "UnityEngine.Rendering.PostProcessing.ParameterOverride", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "from", "typeName": "UnityEngine.Vector3" }, + { "name": "to", "typeName": "UnityEngine.Vector3" }, + { "name": "t", "typeName": "float" } + ], + "isStatic": false, + "name": "Interp", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "Vector2", + "params": [ + { + "name": "prop", + "typeName": "UnityEngine.Rendering.PostProcessing.Vector3Parameter" + } + ], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "Vector4", + "params": [ + { + "name": "prop", + "typeName": "UnityEngine.Rendering.PostProcessing.Vector3Parameter" + } + ], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "name": "Vector3Parameter", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "namespace": "UnityEngine.Rendering.PostProcessing", + "baseClass": "UnityEngine.Rendering.PostProcessing.ParameterOverride", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "from", "typeName": "UnityEngine.Vector4" }, + { "name": "to", "typeName": "UnityEngine.Vector4" }, + { "name": "t", "typeName": "float" } + ], + "isStatic": false, + "name": "Interp", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "Vector2", + "params": [ + { + "name": "prop", + "typeName": "UnityEngine.Rendering.PostProcessing.Vector4Parameter" + } + ], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "Vector3", + "params": [ + { + "name": "prop", + "typeName": "UnityEngine.Rendering.PostProcessing.Vector4Parameter" + } + ], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "name": "Vector4Parameter", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "namespace": "UnityEngine.Rendering.PostProcessing", + "baseClass": "UnityEngine.Rendering.PostProcessing.ParameterOverride", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "from", + "typeName": "UnityEngine.Rendering.PostProcessing.Spline" + }, + { + "name": "to", + "typeName": "UnityEngine.Rendering.PostProcessing.Spline" + }, + { "name": "t", "typeName": "float" } + ], + "isStatic": false, + "name": "Interp", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "name": "SplineParameter", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "namespace": "UnityEngine.Rendering.PostProcessing", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Rendering.PostProcessing.TextureParameterDefault", + "name": "None", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.TextureParameterDefault", + "name": "Black", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.TextureParameterDefault", + "name": "White", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.TextureParameterDefault", + "name": "Transparent", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.TextureParameterDefault", + "name": "Lut2D", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Rendering.PostProcessing.TextureParameterDefault", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "name": "TextureParameterDefault", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "namespace": "UnityEngine.Rendering.PostProcessing", + "baseClass": "UnityEngine.Rendering.PostProcessing.ParameterOverride", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Rendering.PostProcessing.TextureParameterDefault", + "name": "defaultState", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "from", "typeName": "UnityEngine.Texture" }, + { "name": "to", "typeName": "UnityEngine.Texture" }, + { "name": "t", "typeName": "float" } + ], + "isStatic": false, + "name": "Interp", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "name": "TextureParameter", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "namespace": "UnityEngine.Rendering.PostProcessing", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Rendering.PostProcessing.PostProcessAttribute", + "name": "attribute", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.PostProcessEffectSettings", + "name": "settings", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "methods": [], + "name": "PostProcessBundle", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "namespace": "UnityEngine.Diagnostics", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Diagnostics.ForcedCrashCategory", + "name": "AccessViolation", + "comment": "Cause a crash by performing an invalid memory access.\n\nThe invalid memory access is performed on each platform as follows:\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Diagnostics.ForcedCrashCategory", + "name": "FatalError", + "comment": "Cause a crash using Unity's native fatal error implementation.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Diagnostics.ForcedCrashCategory", + "name": "Abort", + "comment": "Cause a crash by calling the abort() function.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Diagnostics.ForcedCrashCategory", + "name": "PureVirtualFunction", + "comment": "Cause a crash by calling a pure virtual function to raise an exception.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Diagnostics.ForcedCrashCategory", + "name": "MonoAbort", + "comment": "Cause a crash by calling the abort() function within the Mono dynamic library.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Diagnostics.ForcedCrashCategory", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "ForcedCrashCategory", + "comment": "Specifies the category of crash to cause when calling ForceCrash().\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Rendering.PostProcessing", + "baseClass": "UnityEngine.MonoBehaviour", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Rendering.PostProcessing.PostProcessLayer", + "name": "postProcessLayer", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "bool", + "name": "lightMeter", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "bool", + "name": "histogram", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "bool", + "name": "waveform", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "bool", + "name": "vectorscope", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.DebugOverlay", + "name": "debugOverlay", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "name": "PostProcessDebug", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "namespace": "UnityEngine.Rendering.PostProcessing", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Rendering.PostProcessing.DebugOverlay", + "name": "None", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.DebugOverlay", + "name": "Depth", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.DebugOverlay", + "name": "Normals", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.DebugOverlay", + "name": "MotionVectors", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.DebugOverlay", + "name": "NANTracker", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.DebugOverlay", + "name": "ColorBlindnessSimulation", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.DebugOverlay", + "name": "_", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.DebugOverlay", + "name": "AmbientOcclusion", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.DebugOverlay", + "name": "BloomBuffer", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.DebugOverlay", + "name": "BloomThreshold", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.DebugOverlay", + "name": "DepthOfField", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Rendering.PostProcessing.DebugOverlay", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "name": "DebugOverlay", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "namespace": "UnityEngine.Rendering.PostProcessing", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Rendering.PostProcessing.ColorBlindnessType", + "name": "Deuteranopia", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.ColorBlindnessType", + "name": "Protanopia", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.ColorBlindnessType", + "name": "Tritanopia", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Rendering.PostProcessing.ColorBlindnessType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "name": "ColorBlindnessType", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "namespace": "UnityEngine.Rendering.PostProcessing", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Rendering.PostProcessing.LightMeterMonitor", + "name": "lightMeter", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.HistogramMonitor", + "name": "histogram", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.WaveformMonitor", + "name": "waveform", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.VectorscopeMonitor", + "name": "vectorscope", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.PostProcessDebugLayer.OverlaySettings", + "name": "overlaySettings", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.RenderTexture", + "name": "debugOverlayTarget", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "bool", + "name": "debugOverlayActive", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.DebugOverlay", + "name": "debugOverlay", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "monitor", + "typeName": "UnityEngine.Rendering.PostProcessing.MonitorType" + } + ], + "isStatic": false, + "name": "RequestMonitorPass", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "mode", + "typeName": "UnityEngine.Rendering.PostProcessing.DebugOverlay" + } + ], + "isStatic": false, + "name": "RequestDebugOverlay", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "cmd", + "typeName": "UnityEngine.Rendering.CommandBuffer" + }, + { + "name": "source", + "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" + }, + { + "name": "sheet", + "typeName": "UnityEngine.Rendering.PostProcessing.PropertySheet" + }, + { "name": "pass", "typeName": "int" } + ], + "isStatic": false, + "name": "PushDebugOverlay", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "name": "PostProcessDebugLayer", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "namespace": "UnityEngine.Diagnostics", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "crashCategory", + "typeName": "UnityEngine.Diagnostics.ForcedCrashCategory" + } + ], + "isStatic": true, + "name": "ForceCrash", + "comment": "Manually causes an application crash in the specified category.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": true, + "name": "NativeAssert", + "comment": "Manually causes an assert that outputs the specified message to the log and registers an error.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": true, + "name": "NativeError", + "comment": "Manually causes a native error that outputs the specified message to the log and registers an error.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": true, + "name": "NativeWarning", + "comment": "Manually causes a warning that outputs the specified message to the log and registers an error.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "Utils", + "comment": "A utility class that you can use for diagnostic purposes.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Diagnostics", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "connected", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "remoteFilePath", "typeName": "string" }, + { "name": "data", "typeName": "byte[]" } + ], + "isStatic": true, + "name": "SendFile", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "PlayerConnection", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Experimental.TerrainAPI", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Terrain", + "name": "originTerrain", + "comment": "(Read Only) The Terrain used to build the PaintContext.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "UnityEngine.RectInt", + "name": "pixelRect", + "comment": "(Read Only) The pixel rectangle that this PaintContext represents.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "int", + "name": "targetTextureWidth", + "comment": "(Read Only) The width of the target terrain texture. This is the resolution for a single Terrain.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "int", + "name": "targetTextureHeight", + "comment": "(Read Only) The height of the target terrain texture. This is the resolution for a single Terrain.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "pixelSize", + "comment": "(Read Only) The size of a PaintContext pixel in terrain units (as defined by originTerrain.)\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "UnityEngine.RenderTexture", + "name": "sourceRenderTexture", + "comment": "(Read Only) Render target that stores the original data from the Terrain tiles.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "UnityEngine.RenderTexture", + "name": "destinationRenderTexture", + "comment": "(Read Only) RenderTexture that an edit operation writes to modify the data.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "UnityEngine.RenderTexture", + "name": "oldRenderTexture", + "comment": "(Read Only) The value of RenderTexture.active at the time CreateRenderTargets is called.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "int", + "name": "terrainCount", + "comment": "(Read Only) The number of Terrain tiles in this PaintContext.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "float", + "name": "heightWorldSpaceMin", + "comment": "The minimum height of all Terrain tiles that this PaintContext touches in world space.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "float", + "name": "heightWorldSpaceSize", + "comment": "The height range (from Min to Max) of all Terrain tiles that this PaintContext touches in world space.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "float", + "name": "kNormalizedHeightScale", + "comment": "Unity uses this value internally to transform a [0, 1] height value to a texel value, which is stored in TerrainData.heightmapTexture.\n\n", + "location": "UnityEngine.TerrainModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Terrain", + "params": [{ "name": "terrainIndex", "typeName": "int" }], + "isStatic": false, + "name": "GetTerrain", + "comment": "Returns the Terrain object.\n\n```plaintext\nParams: terrainIndex - Index of the terrain.\n \n```\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "returnTypeName": "RectInt", + "params": [{ "name": "terrainIndex", "typeName": "int" }], + "isStatic": false, + "name": "GetClippedPixelRectInTerrainPixels", + "comment": "Returns the clipped pixel rectangle.\n\n```plaintext\nParams: terrainIndex - Index of the Terrain.\n \n```\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "returnTypeName": "RectInt", + "params": [{ "name": "terrainIndex", "typeName": "int" }], + "isStatic": false, + "name": "GetClippedPixelRectInRenderTexturePixels", + "comment": "Returns the clipped pixel rectangle.\n\n```plaintext\nParams: terrainIndex - Index of the Terrain.\n \n```\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "terrain", "typeName": "UnityEngine.Terrain" }, + { "name": "pixelRect", "typeName": "UnityEngine.RectInt" }, + { "name": "targetTextureWidth", "typeName": "int" }, + { "name": "targetTextureHeight", "typeName": "int" }, + { "name": "texelPadding", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "returnTypeName": "PaintContext", + "params": [ + { "name": "terrain", "typeName": "UnityEngine.Terrain" }, + { "name": "boundsInTerrainSpace", "typeName": "UnityEngine.Rect" }, + { "name": "inputTextureWidth", "typeName": "int" }, + { "name": "inputTextureHeight", "typeName": "int" }, + { "name": "extraBorderPixels", "typeName": "int" }, + { "name": "texelPadding", "typeName": "bool" } + ], + "isStatic": true, + "name": "CreateFromBounds", + "comment": "", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "colorFormat", + "typeName": "UnityEngine.RenderTextureFormat" + } + ], + "isStatic": false, + "name": "CreateRenderTargets", + "comment": "Creates the sourceRenderTexture and destinationRenderTexture.\n\n```plaintext\nParams: colorFormat - Render Texture format.\n \n```\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "restoreRenderTexture", "typeName": "bool" }], + "isStatic": false, + "name": "Cleanup", + "comment": "Releases the allocated resources of this PaintContext.\n\n```plaintext\nParams: restoreRenderTexture - When true, indicates that this function restores RenderTexture.active\n \n```\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "terrainSource", + "typeName": "System.Func" + }, + { "name": "defaultColor", "typeName": "UnityEngine.Color" }, + { "name": "blitMaterial", "typeName": "UnityEngine.Material" }, + { "name": "blitPass", "typeName": "int" }, + { + "name": "beforeBlit", + "typeName": "System.Action" + }, + { + "name": "afterBlit", + "typeName": "System.Action" + } + ], + "isStatic": false, + "name": "Gather", + "comment": "", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "terrainDest", + "typeName": "System.Func" + }, + { "name": "blitMaterial", "typeName": "UnityEngine.Material" }, + { "name": "blitPass", "typeName": "int" }, + { + "name": "beforeBlit", + "typeName": "System.Action" + }, + { + "name": "afterBlit", + "typeName": "System.Action" + } + ], + "isStatic": false, + "name": "Scatter", + "comment": "", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "GatherHeightmap", + "comment": "Gathers the heightmap information into sourceRenderTexture.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "editorUndoName", "typeName": "string" }], + "isStatic": false, + "name": "ScatterHeightmap", + "comment": "Applies an edited heightmap PaintContext by copying modifications back to the source Terrain tiles.\n\n```plaintext\nParams: editorUndoName - Unique name used for the undo stack.\n \n```\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "GatherHoles", + "comment": "Gathers the Terrain holes information into sourceRenderTexture.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "editorUndoName", "typeName": "string" }], + "isStatic": false, + "name": "ScatterHoles", + "comment": "Applies an edited Terrain holes PaintContext by copying modifications back to the source Terrain tiles.\n\n```plaintext\nParams: editorUndoName - Unique name used for the undo stack.\n \n```\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "GatherNormals", + "comment": "Gathers the normal information into sourceRenderTexture.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "inputLayer", "typeName": "UnityEngine.TerrainLayer" }, + { "name": "addLayerIfDoesntExist", "typeName": "bool" } + ], + "isStatic": false, + "name": "GatherAlphamap", + "comment": "Gathers the alphamap information into sourceRenderTexture.\n\n```plaintext\nParams: inputLayer - TerrainLayer used for painting.\n addLayerIfDoesntExist - Set to true to specify that the inputLayer is added to the terrain if it does not already exist. Set to false to specify that terrain layers are not added to the terrain.\n \n```\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "editorUndoName", "typeName": "string" }], + "isStatic": false, + "name": "ScatterAlphamap", + "comment": "Applies an edited alphamap PaintContext by copying modifications back to the source Terrain tiles.\n\n```plaintext\nParams: editorUndoName - Unique name used for the undo stack.\n \n```\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "ApplyDelayedActions", + "comment": "Flushes the delayed actions created by PaintContext heightmap and alphamap modifications.\n\n", + "location": "UnityEngine.TerrainModule.dll" + } + ], + "name": "PaintContext", + "comment": "The context for a paint operation that may span multiple connected Terrain tiles.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "namespace": "UnityEngine.Rendering.PostProcessing", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "linearDepth", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "float", + "name": "motionColorIntensity", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "int", + "name": "motionGridSize", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.ColorBlindnessType", + "name": "colorBlindnessType", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "float", + "name": "colorBlindnessStrength", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "name": "OverlaySettings", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "namespace": "UnityEngine.Rendering.PostProcessing", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Init", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "DepthTextureMode", + "params": [], + "isStatic": false, + "name": "GetCameraFlags", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ResetHistory", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Release", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "context", + "typeName": "UnityEngine.Rendering.PostProcessing.PostProcessRenderContext" + } + ], + "isStatic": false, + "name": "Render", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "name": "PostProcessEffectRenderer", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "namespace": "UnityEngine.Rendering.PostProcessing", + "baseClass": "UnityEngine.Rendering.PostProcessing.PostProcessEffectRenderer", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "T", + "name": "settings", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "methods": [], + "name": "PostProcessEffectRenderer", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "namespace": "UnityEngine.Rendering.PostProcessing", + "baseClass": "UnityEngine.ScriptableObject", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "active", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.BoolParameter", + "name": "enabled", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "state", "typeName": "bool" }, + { "name": "excludeEnabled", "typeName": "bool" } + ], + "isStatic": false, + "name": "SetAllOverridesTo", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "context", + "typeName": "UnityEngine.Rendering.PostProcessing.PostProcessRenderContext" + } + ], + "isStatic": false, + "name": "IsEnabledAndSupported", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHash", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "name": "PostProcessEffectSettings", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "namespace": "UnityEngine.Rendering.PostProcessing", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Rendering.PostProcessing.PostProcessEvent", + "name": "BeforeTransparent", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.PostProcessEvent", + "name": "BeforeStack", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.PostProcessEvent", + "name": "AfterStack", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Rendering.PostProcessing.PostProcessEvent", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "name": "PostProcessEvent", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "namespace": "UnityEngine.Rendering.PostProcessing", + "baseClass": "UnityEngine.MonoBehaviour", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Transform", + "name": "volumeTrigger", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.LayerMask", + "name": "volumeLayer", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "bool", + "name": "stopNaNPropagation", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "bool", + "name": "finalBlitToCameraTarget", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.PostProcessLayer.Antialiasing", + "name": "antialiasingMode", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.TemporalAntialiasing", + "name": "temporalAntialiasing", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.SubpixelMorphologicalAntialiasing", + "name": "subpixelMorphologicalAntialiasing", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.FastApproximateAntialiasing", + "name": "fastApproximateAntialiasing", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.Fog", + "name": "fog", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.PostProcessDebugLayer", + "name": "debugLayer", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "bool", + "name": "breakBeforeColorGrading", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "System.Collections.Generic.Dictionary>", + "name": "sortedBundles", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.DepthTextureMode", + "name": "cameraDepthFlags", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "bool", + "name": "haveBundlesBeenInited", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "resources", + "typeName": "UnityEngine.Rendering.PostProcessing.PostProcessResources" + } + ], + "isStatic": false, + "name": "Init", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "InitBundles", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "PostProcessBundle", + "params": [], + "isStatic": false, + "name": "GetBundle", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "PostProcessBundle", + "params": [{ "name": "settingsType", "typeName": "System.Type" }], + "isStatic": false, + "name": "GetBundle", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "T", + "params": [], + "isStatic": false, + "name": "GetSettings", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "cmd", + "typeName": "UnityEngine.Rendering.CommandBuffer" + }, + { "name": "camera", "typeName": "UnityEngine.Camera" }, + { + "name": "destination", + "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" + }, + { + "name": "depthMap", + "typeName": "UnityEngine.Rendering.RenderTargetIdentifier?" + }, + { "name": "invert", "typeName": "bool" }, + { "name": "isMSAA", "typeName": "bool" } + ], + "isStatic": false, + "name": "BakeMSVOMap", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ResetHistory", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "context", + "typeName": "UnityEngine.Rendering.PostProcessing.PostProcessRenderContext" + } + ], + "isStatic": false, + "name": "HasOpaqueOnlyEffects", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "evt", + "typeName": "UnityEngine.Rendering.PostProcessing.PostProcessEvent" + }, + { + "name": "context", + "typeName": "UnityEngine.Rendering.PostProcessing.PostProcessRenderContext" + } + ], + "isStatic": false, + "name": "HasActiveEffects", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "cam", "typeName": "UnityEngine.Camera" }, + { "name": "cmd", "typeName": "UnityEngine.Rendering.CommandBuffer" } + ], + "isStatic": false, + "name": "UpdateVolumeSystem", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "context", + "typeName": "UnityEngine.Rendering.PostProcessing.PostProcessRenderContext" + } + ], + "isStatic": false, + "name": "RenderOpaqueOnly", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "context", + "typeName": "UnityEngine.Rendering.PostProcessing.PostProcessRenderContext" + } + ], + "isStatic": false, + "name": "Render", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "name": "PostProcessLayer", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "namespace": "UnityEngine.Experimental.TerrainAPI", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Terrain", + "name": "terrain", + "comment": "Read only. The Terrain represented by this context.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "UnityEngine.RectInt", + "name": "clippedTerrainPixels", + "comment": "Read only. PaintContext.pixelRect, clipped to this Terrain, in Terrain pixel coordinates.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "UnityEngine.RectInt", + "name": "clippedPCPixels", + "comment": "Read only. PaintContext.pixelRect, clipped to this Terrain, in PaintContext pixel coordinates.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "bool", + "name": "gatherEnable", + "comment": "Controls gathering from this Terrain within the PaintContext. The default is true.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "bool", + "name": "scatterEnable", + "comment": "Controls scattering to this Terrain within the PaintContext. The default is true.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "object", + "name": "userData", + "comment": "Modify this value, if required, to store and retrieve values relevant to the PaintContext operation.\n\n", + "location": "UnityEngine.TerrainModule.dll" + } + ], + "methods": [], + "name": "ITerrainInfo", + "comment": "", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "namespace": "UnityEngine.Experimental.TerrainAPI", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Experimental.TerrainAPI.TerrainCallbacks.HeightmapChangedCallback", + "name": "heightmapChanged", + "comment": "", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.TerrainAPI.TerrainCallbacks.TextureChangedCallback", + "name": "textureChanged", + "comment": "", + "location": "UnityEngine.TerrainModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "UnityEngine.Experimental.TerrainAPI.TerrainCallbacks.HeightmapChangedCallback" + } + ], + "isStatic": true, + "name": "add_heightmapChanged", + "comment": "", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "UnityEngine.Experimental.TerrainAPI.TerrainCallbacks.HeightmapChangedCallback" + } + ], + "isStatic": true, + "name": "remove_heightmapChanged", + "comment": "", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "UnityEngine.Experimental.TerrainAPI.TerrainCallbacks.TextureChangedCallback" + } + ], + "isStatic": true, + "name": "add_textureChanged", + "comment": "", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "UnityEngine.Experimental.TerrainAPI.TerrainCallbacks.TextureChangedCallback" + } + ], + "isStatic": true, + "name": "remove_textureChanged", + "comment": "", + "location": "UnityEngine.TerrainModule.dll" + } + ], + "name": "TerrainCallbacks", + "comment": "This static class provides events that Unity triggers when Terrain data changes.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "namespace": "UnityEngine.Rendering.PostProcessing", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Rendering.PostProcessing.PostProcessLayer.Antialiasing", + "name": "None", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.PostProcessLayer.Antialiasing", + "name": "FastApproximateAntialiasing", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.PostProcessLayer.Antialiasing", + "name": "SubpixelMorphologicalAntialiasing", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.PostProcessLayer.Antialiasing", + "name": "TemporalAntialiasing", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Rendering.PostProcessing.PostProcessLayer.Antialiasing", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "name": "Antialiasing", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "namespace": "UnityEngine.Rendering.PostProcessing", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "assemblyQualifiedName", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.PostProcessBundle", + "name": "bundle", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "name": "SerializedBundleRef", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "namespace": "UnityEngine.Rendering.PostProcessing", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Collections.Generic.Dictionary", + "name": "settingsTypes", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.PostProcessManager", + "name": "instance", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "layer", + "typeName": "UnityEngine.Rendering.PostProcessing.PostProcessLayer" + }, + { + "name": "results", + "typeName": "System.Collections.Generic.List" + }, + { "name": "skipDisabled", "typeName": "bool" }, + { "name": "skipZeroWeight", "typeName": "bool" } + ], + "isStatic": false, + "name": "GetActiveVolumes", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "PostProcessVolume", + "params": [ + { + "name": "layer", + "typeName": "UnityEngine.Rendering.PostProcessing.PostProcessLayer" + } + ], + "isStatic": false, + "name": "GetHighestPriorityVolume", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "PostProcessVolume", + "params": [{ "name": "mask", "typeName": "UnityEngine.LayerMask" }], + "isStatic": false, + "name": "GetHighestPriorityVolume", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "PostProcessVolume", + "params": [ + { "name": "layer", "typeName": "int" }, + { "name": "priority", "typeName": "float" }, + { + "name": "settings", + "typeName": "UnityEngine.Rendering.PostProcessing.PostProcessEffectSettings[]" + } + ], + "isStatic": false, + "name": "QuickVolume", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "name": "PostProcessManager", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "namespace": "UnityEngine.Experimental.TerrainAPI", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "terrain", "typeName": "UnityEngine.Terrain" }, + { "name": "heightRegion", "typeName": "UnityEngine.RectInt" }, + { "name": "synched", "typeName": "bool" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "terrain", "typeName": "UnityEngine.Terrain" }, + { "name": "heightRegion", "typeName": "UnityEngine.RectInt" }, + { "name": "synched", "typeName": "bool" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "UnityEngine.TerrainModule.dll" + } + ], + "name": "HeightmapChangedCallback", + "comment": "Use this delegate type with heightmapChanged to monitor all changes to the Terrain heightmap.\n\n```plaintext\nParams: terrain - The Terrain object that references a changed TerrainData asset.\n heightRegion - The heightmap region that changed, in samples.\n synched - Indicates whether the changes were fully synchronized back to CPU memory.\n \n```\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "namespace": "UnityEngine.Rendering.PostProcessing", + "baseClass": "UnityEngine.ScriptableObject", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Collections.Generic.List", + "name": "settings", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "bool", + "name": "isDirty", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "methods": [ + { + "returnTypeName": "T", + "params": [], + "isStatic": false, + "name": "AddSettings", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "PostProcessEffectSettings", + "params": [{ "name": "type", "typeName": "System.Type" }], + "isStatic": false, + "name": "AddSettings", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "PostProcessEffectSettings", + "params": [ + { + "name": "effect", + "typeName": "UnityEngine.Rendering.PostProcessing.PostProcessEffectSettings" + } + ], + "isStatic": false, + "name": "AddSettings", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "RemoveSettings", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "type", "typeName": "System.Type" }], + "isStatic": false, + "name": "RemoveSettings", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "HasSettings", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "type", "typeName": "System.Type" }], + "isStatic": false, + "name": "HasSettings", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "T", + "params": [], + "isStatic": false, + "name": "GetSetting", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "outSetting", "typeName": "T" }], + "isStatic": false, + "name": "TryGetSettings", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "name": "PostProcessProfile", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "namespace": "UnityEngine.Experimental.TerrainAPI", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "terrain", "typeName": "UnityEngine.Terrain" }, + { "name": "textureName", "typeName": "string" }, + { "name": "texelRegion", "typeName": "UnityEngine.RectInt" }, + { "name": "synched", "typeName": "bool" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "terrain", "typeName": "UnityEngine.Terrain" }, + { "name": "textureName", "typeName": "string" }, + { "name": "texelRegion", "typeName": "UnityEngine.RectInt" }, + { "name": "synched", "typeName": "bool" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "UnityEngine.TerrainModule.dll" + } + ], + "name": "TextureChangedCallback", + "comment": "Use this delegate type with textureChanged to monitor all the changes to Terrain textures.\n\n```plaintext\nParams: terrain - The Terrain object that references a changed TerrainData asset.\n textureName - The name of the texture that changed.\n texelRegion - The region of the Terrain texture that changed, in texel coordinates.\n synched - Indicates whether the changes were fully synchronized back to CPU memory.\n \n```\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "namespace": "UnityEngine.Experimental.TerrainAPI", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Material", + "params": [], + "isStatic": true, + "name": "GetBuiltinPaintMaterial", + "comment": "Built-in terrain paint material.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "minBrushWorldSize", "typeName": "float" }, + { "name": "maxBrushWorldSize", "typeName": "float" }, + { "name": "terrainTileWorldSize", "typeName": "float" }, + { "name": "terrainTileTextureResolutionPixels", "typeName": "int" }, + { "name": "minBrushResolutionPixels", "typeName": "int" }, + { "name": "maxBrushResolutionPixels", "typeName": "int" } + ], + "isStatic": true, + "name": "GetBrushWorldSizeLimits", + "comment": "", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "returnTypeName": "BrushTransform", + "params": [ + { "name": "terrain", "typeName": "UnityEngine.Terrain" }, + { + "name": "brushCenterTerrainUV", + "typeName": "UnityEngine.Vector2" + }, + { "name": "brushSize", "typeName": "float" }, + { "name": "brushRotationDegrees", "typeName": "float" } + ], + "isStatic": true, + "name": "CalculateBrushTransform", + "comment": "Transform from terrain space to Brush UVs.\n\n```plaintext\nParams: terrain - Reference terrain, defines terrain UV and object space.\n brushCenterTerrainUV - Center point of the brush, in terrain UV space (0-1 across the terrain tile).\n brushSize - Size of the brush, in terrain space.\n brushRotationDegrees - Brush rotation in degrees (clockwise).\n \n```\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "src", + "typeName": "UnityEngine.Experimental.TerrainAPI.PaintContext" + }, + { + "name": "dst", + "typeName": "UnityEngine.Experimental.TerrainAPI.PaintContext" + }, + { "name": "scaleOffset", "typeName": "UnityEngine.Vector4" } + ], + "isStatic": true, + "name": "BuildTransformPaintContextUVToPaintContextUV", + "comment": "", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "paintContext", + "typeName": "UnityEngine.Experimental.TerrainAPI.PaintContext" + }, + { + "name": "brushXform", + "typeName": "UnityEngine.Experimental.TerrainAPI.BrushTransform" + }, + { "name": "material", "typeName": "UnityEngine.Material" } + ], + "isStatic": true, + "name": "SetupTerrainToolMaterialProperties", + "comment": "Sets up all of the material properties used by functions in TerrainTool.cginc.\n\n```plaintext\nParams: paintContext - PaintContext describing the area we are editing, and the terrain space.\n brushXform - BrushTransform from terrain space to Brush UVs.\n material - Material to populate with transform properties.\n \n```\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "ctx", + "typeName": "UnityEngine.Experimental.TerrainAPI.PaintContext" + } + ], + "isStatic": true, + "name": "ReleaseContextResources", + "comment": "Releases the allocated resources of the specified PaintContext.\n\n```plaintext\nParams: ctx - The PaintContext containing the resources to release.\n \n```\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "returnTypeName": "PaintContext", + "params": [ + { "name": "terrain", "typeName": "UnityEngine.Terrain" }, + { "name": "boundsInTerrainSpace", "typeName": "UnityEngine.Rect" }, + { "name": "extraBorderPixels", "typeName": "int" } + ], + "isStatic": true, + "name": "BeginPaintHeightmap", + "comment": "PaintContext containing the combined heightmap data for the specified region.\n\n```plaintext\nParams: terrain - Reference Terrain tile.\n boundsInTerrainSpace - The region in terrain space to edit.\n extraBorderPixels - Number of extra border pixels required.\n \n```\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "ctx", + "typeName": "UnityEngine.Experimental.TerrainAPI.PaintContext" + }, + { "name": "editorUndoName", "typeName": "string" } + ], + "isStatic": true, + "name": "EndPaintHeightmap", + "comment": "Helper function to complete a heightmap modification.\n\n```plaintext\nParams: ctx - The heightmap paint context to complete.\n editorUndoName - Unique name used for the undo stack.\n \n```\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "returnTypeName": "PaintContext", + "params": [ + { "name": "terrain", "typeName": "UnityEngine.Terrain" }, + { "name": "boundsInTerrainSpace", "typeName": "UnityEngine.Rect" }, + { "name": "extraBorderPixels", "typeName": "int" } + ], + "isStatic": true, + "name": "BeginPaintHoles", + "comment": "PaintContext that contains the combined Terrain holes data for the specified region.\n\n```plaintext\nParams: terrain - Reference Terrain tile.\n boundsInTerrainSpace - The region in Terrain space to edit.\n extraBorderPixels - Number of extra border pixels required.\n \n```\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "ctx", + "typeName": "UnityEngine.Experimental.TerrainAPI.PaintContext" + }, + { "name": "editorUndoName", "typeName": "string" } + ], + "isStatic": true, + "name": "EndPaintHoles", + "comment": "Helper function to complete a Terrain holes modification.\n\n```plaintext\nParams: ctx - The Terrain holes PaintContext to complete.\n editorUndoName - Unique name used for the undo stack.\n \n```\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "returnTypeName": "PaintContext", + "params": [ + { "name": "terrain", "typeName": "UnityEngine.Terrain" }, + { "name": "boundsInTerrainSpace", "typeName": "UnityEngine.Rect" }, + { "name": "extraBorderPixels", "typeName": "int" } + ], + "isStatic": true, + "name": "CollectNormals", + "comment": "PaintContext containing the combined normalmap data for the specified region.\n\n```plaintext\nParams: terrain - Reference Terrain tile.\n boundsInTerrainSpace - The region in terrain space from which to collect normals.\n extraBorderPixels - Number of extra border pixels required.\n \n```\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "returnTypeName": "PaintContext", + "params": [ + { "name": "terrain", "typeName": "UnityEngine.Terrain" }, + { "name": "boundsInTerrainSpace", "typeName": "UnityEngine.Rect" }, + { "name": "inputLayer", "typeName": "UnityEngine.TerrainLayer" }, + { "name": "extraBorderPixels", "typeName": "int" } + ], + "isStatic": true, + "name": "BeginPaintTexture", + "comment": "PaintContext containing the combined alphamap data for the specified region.\n\n```plaintext\nParams: terrain - Reference Terrain tile.\n inputLayer - Selects the alphamap to paint.\n boundsInTerrainSpace - The region in terrain space to edit.\n extraBorderPixels - Number of extra border pixels required.\n \n```\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "ctx", + "typeName": "UnityEngine.Experimental.TerrainAPI.PaintContext" + }, + { "name": "editorUndoName", "typeName": "string" } + ], + "isStatic": true, + "name": "EndPaintTexture", + "comment": "Helper function to complete a texture alphamap modification.\n\n```plaintext\nParams: ctx - The texture paint context to complete.\n editorUndoName - Unique name used for the undo stack.\n \n```\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "returnTypeName": "Material", + "params": [], + "isStatic": true, + "name": "GetBlitMaterial", + "comment": "Built in \"Hidden/BlitCopy\" material.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "returnTypeName": "Material", + "params": [], + "isStatic": true, + "name": "GetHeightBlitMaterial", + "comment": "Built in \"HiddenTerrainEngineHeightBlitCopy\" material.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "returnTypeName": "Material", + "params": [], + "isStatic": true, + "name": "GetCopyTerrainLayerMaterial", + "comment": "Built in \"HiddenTerrainTerrainLayerUtils\" material.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "returnTypeName": "Texture2D", + "params": [ + { "name": "terrain", "typeName": "UnityEngine.Terrain" }, + { "name": "mapIndex", "typeName": "int" } + ], + "isStatic": true, + "name": "GetTerrainAlphaMapChecked", + "comment": "Alphamap texture at mapIndex.\n\n```plaintext\nParams: terrain - Terrain tile.\n mapIndex - Index to retrieve.\n \n```\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "terrain", "typeName": "UnityEngine.Terrain" }, + { "name": "inputLayer", "typeName": "UnityEngine.TerrainLayer" } + ], + "isStatic": true, + "name": "FindTerrainLayerIndex", + "comment": "Returns the index of the terrain layer if it exists or -1 if it doesn't exist.\n\n```plaintext\nParams: terrain - Terrain tile.\n inputLayer - Terrain layer to search for.\n \n```\n\n", + "location": "UnityEngine.TerrainModule.dll" + } + ], + "name": "TerrainPaintUtility", + "comment": "A set of utility functions for custom terrain paint tools.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "namespace": "UnityEngine.Rendering.PostProcessing", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Camera", + "name": "camera", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.CommandBuffer", + "name": "command", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.RenderTargetIdentifier", + "name": "source", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.RenderTargetIdentifier", + "name": "destination", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.RenderTextureFormat", + "name": "sourceFormat", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "bool", + "name": "flip", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.PostProcessResources", + "name": "resources", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.PropertySheetFactory", + "name": "propertySheets", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "System.Collections.Generic.Dictionary", + "name": "userData", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.PostProcessDebugLayer", + "name": "debugLayer", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "int", + "name": "width", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "int", + "name": "height", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "bool", + "name": "stereoActive", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "int", + "name": "xrActiveEye", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "int", + "name": "numberOfEyes", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.PostProcessRenderContext.StereoRenderingMode", + "name": "stereoRenderingMode", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "int", + "name": "screenWidth", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "int", + "name": "screenHeight", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "bool", + "name": "isSceneView", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.PostProcessLayer.Antialiasing", + "name": "antialiasing", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.TemporalAntialiasing", + "name": "temporalAntialiasing", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Reset", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "IsTemporalAntialiasingActive", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "overlay", + "typeName": "UnityEngine.Rendering.PostProcessing.DebugOverlay" + } + ], + "isStatic": false, + "name": "IsDebugOverlayEnabled", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "cmd", + "typeName": "UnityEngine.Rendering.CommandBuffer" + }, + { + "name": "source", + "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" + }, + { + "name": "sheet", + "typeName": "UnityEngine.Rendering.PostProcessing.PropertySheet" + }, + { "name": "pass", "typeName": "int" } + ], + "isStatic": false, + "name": "PushDebugOverlay", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "cmd", + "typeName": "UnityEngine.Rendering.CommandBuffer" + }, + { "name": "nameID", "typeName": "int" }, + { "name": "depthBufferBits", "typeName": "int" }, + { + "name": "colorFormat", + "typeName": "UnityEngine.RenderTextureFormat" + }, + { + "name": "readWrite", + "typeName": "UnityEngine.RenderTextureReadWrite" + }, + { "name": "filter", "typeName": "UnityEngine.FilterMode" }, + { "name": "widthOverride", "typeName": "int" }, + { "name": "heightOverride", "typeName": "int" } + ], + "isStatic": false, + "name": "GetScreenSpaceTemporaryRT", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "RenderTexture", + "params": [ + { "name": "depthBufferBits", "typeName": "int" }, + { + "name": "colorFormat", + "typeName": "UnityEngine.RenderTextureFormat" + }, + { + "name": "readWrite", + "typeName": "UnityEngine.RenderTextureReadWrite" + }, + { "name": "widthOverride", "typeName": "int" }, + { "name": "heightOverride", "typeName": "int" } + ], + "isStatic": false, + "name": "GetScreenSpaceTemporaryRT", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "isTAAEnabled", "typeName": "bool" }, + { "name": "isAOEnabled", "typeName": "bool" }, + { "name": "isSSREnabled", "typeName": "bool" } + ], + "isStatic": false, + "name": "UpdateSinglePassStereoState", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "name": "PostProcessRenderContext", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "namespace": "UnityEngine.Experimental.TerrainAPI", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Experimental.TerrainAPI.TerrainPaintUtility.BuiltinPaintMaterialPasses", + "name": "RaiseLowerHeight", + "comment": "Built-in render pass for raising and lowering Terrain height.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.TerrainAPI.TerrainPaintUtility.BuiltinPaintMaterialPasses", + "name": "StampHeight", + "comment": "Built-in render pass for stamping heights on the Terrain.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.TerrainAPI.TerrainPaintUtility.BuiltinPaintMaterialPasses", + "name": "SetHeights", + "comment": "Built-in render pass for setting Terrain height.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.TerrainAPI.TerrainPaintUtility.BuiltinPaintMaterialPasses", + "name": "SmoothHeights", + "comment": "Built-in render pass for smoothing the Terrain height.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.TerrainAPI.TerrainPaintUtility.BuiltinPaintMaterialPasses", + "name": "PaintTexture", + "comment": "Built-in render pass for painting the splatmap texture.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.TerrainAPI.TerrainPaintUtility.BuiltinPaintMaterialPasses", + "name": "PaintHoles", + "comment": "Built-in render pass for painting Terrain holes.\n\n", + "location": "UnityEngine.TerrainModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Experimental.TerrainAPI.TerrainPaintUtility.BuiltinPaintMaterialPasses", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.TerrainModule.dll" + } + ], + "name": "BuiltinPaintMaterialPasses", + "comment": "Enumeration of the render passes in the built-in paint material.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "namespace": "UnityEngine.Rendering.PostProcessing", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Rendering.PostProcessing.PostProcessRenderContext.StereoRenderingMode", + "name": "MultiPass", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.PostProcessRenderContext.StereoRenderingMode", + "name": "SinglePass", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.PostProcessRenderContext.StereoRenderingMode", + "name": "SinglePassInstanced", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.PostProcessRenderContext.StereoRenderingMode", + "name": "SinglePassMultiview", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Rendering.PostProcessing.PostProcessRenderContext.StereoRenderingMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "name": "StereoRenderingMode", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "namespace": "UnityEngine.Experimental.TerrainAPI", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "AutoConnect", + "comment": "Automatically connects neighboring terrains.\n\n", + "location": "UnityEngine.TerrainModule.dll" + } + ], + "name": "TerrainUtility", + "comment": "Provides a set of utility functions that are used by the terrain tools.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "namespace": "UnityEngine.Rendering.PostProcessing", + "baseClass": "UnityEngine.ScriptableObject", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Texture2D[]", + "name": "blueNoise64", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Texture2D[]", + "name": "blueNoise256", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.PostProcessResources.SMAALuts", + "name": "smaaLuts", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.PostProcessResources.Shaders", + "name": "shaders", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.PostProcessResources.ComputeShaders", + "name": "computeShaders", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.PostProcessResources.ChangeHandler", + "name": "changeHandler", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "name": "PostProcessResources", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "namespace": "UnityEngine.Assertions", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "raiseExceptions", + "comment": "Obsolete. Do not use.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [ + { "name": "obj1", "typeName": "object" }, + { "name": "obj2", "typeName": "object" } + ], + "isStatic": true, + "name": "Equals", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "obj1", "typeName": "object" }, + { "name": "obj2", "typeName": "object" } + ], + "isStatic": true, + "name": "ReferenceEquals", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "condition", "typeName": "bool" }], + "isStatic": true, + "name": "IsTrue", + "comment": "Asserts that the condition is true.\n\n```plaintext\nParams: message - The string used to describe the Assert.\n condition - true or false.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "condition", "typeName": "bool" }, + { "name": "message", "typeName": "string" } + ], + "isStatic": true, + "name": "IsTrue", + "comment": "Asserts that the condition is true.\n\n```plaintext\nParams: message - The string used to describe the Assert.\n condition - true or false.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "condition", "typeName": "bool" }], + "isStatic": true, + "name": "IsFalse", + "comment": "Return true when the condition is false. Otherwise return false.\n\n```plaintext\nParams: condition - true or false.\n message - The string used to describe the result of the Assert.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "condition", "typeName": "bool" }, + { "name": "message", "typeName": "string" } + ], + "isStatic": true, + "name": "IsFalse", + "comment": "Return true when the condition is false. Otherwise return false.\n\n```plaintext\nParams: condition - true or false.\n message - The string used to describe the result of the Assert.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "expected", "typeName": "float" }, + { "name": "actual", "typeName": "float" } + ], + "isStatic": true, + "name": "AreApproximatelyEqual", + "comment": "Assert the values are approximately equal.\n\n```plaintext\nParams: tolerance - Tolerance of approximation.\n expected - The assumed Assert value.\n actual - The exact Assert value.\n message - The string used to describe the Assert.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "expected", "typeName": "float" }, + { "name": "actual", "typeName": "float" }, + { "name": "message", "typeName": "string" } + ], + "isStatic": true, + "name": "AreApproximatelyEqual", + "comment": "Assert the values are approximately equal.\n\n```plaintext\nParams: tolerance - Tolerance of approximation.\n expected - The assumed Assert value.\n actual - The exact Assert value.\n message - The string used to describe the Assert.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "expected", "typeName": "float" }, + { "name": "actual", "typeName": "float" }, + { "name": "tolerance", "typeName": "float" } + ], + "isStatic": true, + "name": "AreApproximatelyEqual", + "comment": "Assert the values are approximately equal.\n\n```plaintext\nParams: tolerance - Tolerance of approximation.\n expected - The assumed Assert value.\n actual - The exact Assert value.\n message - The string used to describe the Assert.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "expected", "typeName": "float" }, + { "name": "actual", "typeName": "float" }, + { "name": "tolerance", "typeName": "float" }, + { "name": "message", "typeName": "string" } + ], + "isStatic": true, + "name": "AreApproximatelyEqual", + "comment": "Assert the values are approximately equal.\n\n```plaintext\nParams: tolerance - Tolerance of approximation.\n expected - The assumed Assert value.\n actual - The exact Assert value.\n message - The string used to describe the Assert.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "expected", "typeName": "float" }, + { "name": "actual", "typeName": "float" } + ], + "isStatic": true, + "name": "AreNotApproximatelyEqual", + "comment": "Asserts that the values are approximately not equal.\n\n```plaintext\nParams: tolerance - Tolerance of approximation.\n expected - The assumed Assert value.\n actual - The exact Assert value.\n message - The string used to describe the Assert.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "expected", "typeName": "float" }, + { "name": "actual", "typeName": "float" }, + { "name": "message", "typeName": "string" } + ], + "isStatic": true, + "name": "AreNotApproximatelyEqual", + "comment": "Asserts that the values are approximately not equal.\n\n```plaintext\nParams: tolerance - Tolerance of approximation.\n expected - The assumed Assert value.\n actual - The exact Assert value.\n message - The string used to describe the Assert.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "expected", "typeName": "float" }, + { "name": "actual", "typeName": "float" }, + { "name": "tolerance", "typeName": "float" } + ], + "isStatic": true, + "name": "AreNotApproximatelyEqual", + "comment": "Asserts that the values are approximately not equal.\n\n```plaintext\nParams: tolerance - Tolerance of approximation.\n expected - The assumed Assert value.\n actual - The exact Assert value.\n message - The string used to describe the Assert.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "expected", "typeName": "float" }, + { "name": "actual", "typeName": "float" }, + { "name": "tolerance", "typeName": "float" }, + { "name": "message", "typeName": "string" } + ], + "isStatic": true, + "name": "AreNotApproximatelyEqual", + "comment": "Asserts that the values are approximately not equal.\n\n```plaintext\nParams: tolerance - Tolerance of approximation.\n expected - The assumed Assert value.\n actual - The exact Assert value.\n message - The string used to describe the Assert.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "expected", "typeName": "T" }, + { "name": "actual", "typeName": "T" } + ], + "isStatic": true, + "name": "AreEqual", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "expected", "typeName": "T" }, + { "name": "actual", "typeName": "T" }, + { "name": "message", "typeName": "string" } + ], + "isStatic": true, + "name": "AreEqual", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "expected", "typeName": "T" }, + { "name": "actual", "typeName": "T" }, + { "name": "message", "typeName": "string" }, + { + "name": "comparer", + "typeName": "System.Collections.Generic.IEqualityComparer" + } + ], + "isStatic": true, + "name": "AreEqual", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "expected", "typeName": "UnityEngine.Object" }, + { "name": "actual", "typeName": "UnityEngine.Object" }, + { "name": "message", "typeName": "string" } + ], + "isStatic": true, + "name": "AreEqual", + "comment": "Assert that the values are equal.\n\n```plaintext\nParams: expected - The assumed Assert value.\n actual - The exact Assert value.\n message - The string used to describe the Assert.\n comparer - Method to compare expected and actual arguments have the same value.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "expected", "typeName": "T" }, + { "name": "actual", "typeName": "T" } + ], + "isStatic": true, + "name": "AreNotEqual", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "expected", "typeName": "T" }, + { "name": "actual", "typeName": "T" }, + { "name": "message", "typeName": "string" } + ], + "isStatic": true, + "name": "AreNotEqual", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "expected", "typeName": "T" }, + { "name": "actual", "typeName": "T" }, + { "name": "message", "typeName": "string" }, + { + "name": "comparer", + "typeName": "System.Collections.Generic.IEqualityComparer" + } + ], + "isStatic": true, + "name": "AreNotEqual", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "expected", "typeName": "UnityEngine.Object" }, + { "name": "actual", "typeName": "UnityEngine.Object" }, + { "name": "message", "typeName": "string" } + ], + "isStatic": true, + "name": "AreNotEqual", + "comment": "Assert that the values are not equal.\n\n```plaintext\nParams: expected - The assumed Assert value.\n actual - The exact Assert value.\n message - The string used to describe the Assert.\n comparer - Method to compare expected and actual arguments have the same value.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "T" }], + "isStatic": true, + "name": "IsNull", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "T" }, + { "name": "message", "typeName": "string" } + ], + "isStatic": true, + "name": "IsNull", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "UnityEngine.Object" }, + { "name": "message", "typeName": "string" } + ], + "isStatic": true, + "name": "IsNull", + "comment": "Assert the value is null.\n\n```plaintext\nParams: value - The Object or type being checked for.\n message - The string used to describe the Assert.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "T" }], + "isStatic": true, + "name": "IsNotNull", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "T" }, + { "name": "message", "typeName": "string" } + ], + "isStatic": true, + "name": "IsNotNull", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "UnityEngine.Object" }, + { "name": "message", "typeName": "string" } + ], + "isStatic": true, + "name": "IsNotNull", + "comment": "Assert that the value is not null.\n\n```plaintext\nParams: value - The Object or type being checked for.\n message - The string used to describe the Assert.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "expected", "typeName": "sbyte" }, + { "name": "actual", "typeName": "sbyte" } + ], + "isStatic": true, + "name": "AreEqual", + "comment": "Assert that the values are equal.\n\n```plaintext\nParams: expected - The assumed Assert value.\n actual - The exact Assert value.\n message - The string used to describe the Assert.\n comparer - Method to compare expected and actual arguments have the same value.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "expected", "typeName": "sbyte" }, + { "name": "actual", "typeName": "sbyte" }, + { "name": "message", "typeName": "string" } + ], + "isStatic": true, + "name": "AreEqual", + "comment": "Assert that the values are equal.\n\n```plaintext\nParams: expected - The assumed Assert value.\n actual - The exact Assert value.\n message - The string used to describe the Assert.\n comparer - Method to compare expected and actual arguments have the same value.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "expected", "typeName": "sbyte" }, + { "name": "actual", "typeName": "sbyte" } + ], + "isStatic": true, + "name": "AreNotEqual", + "comment": "Assert that the values are not equal.\n\n```plaintext\nParams: expected - The assumed Assert value.\n actual - The exact Assert value.\n message - The string used to describe the Assert.\n comparer - Method to compare expected and actual arguments have the same value.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "expected", "typeName": "sbyte" }, + { "name": "actual", "typeName": "sbyte" }, + { "name": "message", "typeName": "string" } + ], + "isStatic": true, + "name": "AreNotEqual", + "comment": "Assert that the values are not equal.\n\n```plaintext\nParams: expected - The assumed Assert value.\n actual - The exact Assert value.\n message - The string used to describe the Assert.\n comparer - Method to compare expected and actual arguments have the same value.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "expected", "typeName": "byte" }, + { "name": "actual", "typeName": "byte" } + ], + "isStatic": true, + "name": "AreEqual", + "comment": "Assert that the values are equal.\n\n```plaintext\nParams: expected - The assumed Assert value.\n actual - The exact Assert value.\n message - The string used to describe the Assert.\n comparer - Method to compare expected and actual arguments have the same value.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "expected", "typeName": "byte" }, + { "name": "actual", "typeName": "byte" }, + { "name": "message", "typeName": "string" } + ], + "isStatic": true, + "name": "AreEqual", + "comment": "Assert that the values are equal.\n\n```plaintext\nParams: expected - The assumed Assert value.\n actual - The exact Assert value.\n message - The string used to describe the Assert.\n comparer - Method to compare expected and actual arguments have the same value.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "expected", "typeName": "byte" }, + { "name": "actual", "typeName": "byte" } + ], + "isStatic": true, + "name": "AreNotEqual", + "comment": "Assert that the values are not equal.\n\n```plaintext\nParams: expected - The assumed Assert value.\n actual - The exact Assert value.\n message - The string used to describe the Assert.\n comparer - Method to compare expected and actual arguments have the same value.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "expected", "typeName": "byte" }, + { "name": "actual", "typeName": "byte" }, + { "name": "message", "typeName": "string" } + ], + "isStatic": true, + "name": "AreNotEqual", + "comment": "Assert that the values are not equal.\n\n```plaintext\nParams: expected - The assumed Assert value.\n actual - The exact Assert value.\n message - The string used to describe the Assert.\n comparer - Method to compare expected and actual arguments have the same value.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "expected", "typeName": "char" }, + { "name": "actual", "typeName": "char" } + ], + "isStatic": true, + "name": "AreEqual", + "comment": "Assert that the values are equal.\n\n```plaintext\nParams: expected - The assumed Assert value.\n actual - The exact Assert value.\n message - The string used to describe the Assert.\n comparer - Method to compare expected and actual arguments have the same value.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "expected", "typeName": "char" }, + { "name": "actual", "typeName": "char" }, + { "name": "message", "typeName": "string" } + ], + "isStatic": true, + "name": "AreEqual", + "comment": "Assert that the values are equal.\n\n```plaintext\nParams: expected - The assumed Assert value.\n actual - The exact Assert value.\n message - The string used to describe the Assert.\n comparer - Method to compare expected and actual arguments have the same value.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "expected", "typeName": "char" }, + { "name": "actual", "typeName": "char" } + ], + "isStatic": true, + "name": "AreNotEqual", + "comment": "Assert that the values are not equal.\n\n```plaintext\nParams: expected - The assumed Assert value.\n actual - The exact Assert value.\n message - The string used to describe the Assert.\n comparer - Method to compare expected and actual arguments have the same value.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "expected", "typeName": "char" }, + { "name": "actual", "typeName": "char" }, + { "name": "message", "typeName": "string" } + ], + "isStatic": true, + "name": "AreNotEqual", + "comment": "Assert that the values are not equal.\n\n```plaintext\nParams: expected - The assumed Assert value.\n actual - The exact Assert value.\n message - The string used to describe the Assert.\n comparer - Method to compare expected and actual arguments have the same value.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "expected", "typeName": "short" }, + { "name": "actual", "typeName": "short" } + ], + "isStatic": true, + "name": "AreEqual", + "comment": "Assert that the values are equal.\n\n```plaintext\nParams: expected - The assumed Assert value.\n actual - The exact Assert value.\n message - The string used to describe the Assert.\n comparer - Method to compare expected and actual arguments have the same value.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "expected", "typeName": "short" }, + { "name": "actual", "typeName": "short" }, + { "name": "message", "typeName": "string" } + ], + "isStatic": true, + "name": "AreEqual", + "comment": "Assert that the values are equal.\n\n```plaintext\nParams: expected - The assumed Assert value.\n actual - The exact Assert value.\n message - The string used to describe the Assert.\n comparer - Method to compare expected and actual arguments have the same value.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "expected", "typeName": "short" }, + { "name": "actual", "typeName": "short" } + ], + "isStatic": true, + "name": "AreNotEqual", + "comment": "Assert that the values are not equal.\n\n```plaintext\nParams: expected - The assumed Assert value.\n actual - The exact Assert value.\n message - The string used to describe the Assert.\n comparer - Method to compare expected and actual arguments have the same value.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "expected", "typeName": "short" }, + { "name": "actual", "typeName": "short" }, + { "name": "message", "typeName": "string" } + ], + "isStatic": true, + "name": "AreNotEqual", + "comment": "Assert that the values are not equal.\n\n```plaintext\nParams: expected - The assumed Assert value.\n actual - The exact Assert value.\n message - The string used to describe the Assert.\n comparer - Method to compare expected and actual arguments have the same value.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "expected", "typeName": "ushort" }, + { "name": "actual", "typeName": "ushort" } + ], + "isStatic": true, + "name": "AreEqual", + "comment": "Assert that the values are equal.\n\n```plaintext\nParams: expected - The assumed Assert value.\n actual - The exact Assert value.\n message - The string used to describe the Assert.\n comparer - Method to compare expected and actual arguments have the same value.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "expected", "typeName": "ushort" }, + { "name": "actual", "typeName": "ushort" }, + { "name": "message", "typeName": "string" } + ], + "isStatic": true, + "name": "AreEqual", + "comment": "Assert that the values are equal.\n\n```plaintext\nParams: expected - The assumed Assert value.\n actual - The exact Assert value.\n message - The string used to describe the Assert.\n comparer - Method to compare expected and actual arguments have the same value.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "expected", "typeName": "ushort" }, + { "name": "actual", "typeName": "ushort" } + ], + "isStatic": true, + "name": "AreNotEqual", + "comment": "Assert that the values are not equal.\n\n```plaintext\nParams: expected - The assumed Assert value.\n actual - The exact Assert value.\n message - The string used to describe the Assert.\n comparer - Method to compare expected and actual arguments have the same value.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "expected", "typeName": "ushort" }, + { "name": "actual", "typeName": "ushort" }, + { "name": "message", "typeName": "string" } + ], + "isStatic": true, + "name": "AreNotEqual", + "comment": "Assert that the values are not equal.\n\n```plaintext\nParams: expected - The assumed Assert value.\n actual - The exact Assert value.\n message - The string used to describe the Assert.\n comparer - Method to compare expected and actual arguments have the same value.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "expected", "typeName": "int" }, + { "name": "actual", "typeName": "int" } + ], + "isStatic": true, + "name": "AreEqual", + "comment": "Assert that the values are equal.\n\n```plaintext\nParams: expected - The assumed Assert value.\n actual - The exact Assert value.\n message - The string used to describe the Assert.\n comparer - Method to compare expected and actual arguments have the same value.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "expected", "typeName": "int" }, + { "name": "actual", "typeName": "int" }, + { "name": "message", "typeName": "string" } + ], + "isStatic": true, + "name": "AreEqual", + "comment": "Assert that the values are equal.\n\n```plaintext\nParams: expected - The assumed Assert value.\n actual - The exact Assert value.\n message - The string used to describe the Assert.\n comparer - Method to compare expected and actual arguments have the same value.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "expected", "typeName": "int" }, + { "name": "actual", "typeName": "int" } + ], + "isStatic": true, + "name": "AreNotEqual", + "comment": "Assert that the values are not equal.\n\n```plaintext\nParams: expected - The assumed Assert value.\n actual - The exact Assert value.\n message - The string used to describe the Assert.\n comparer - Method to compare expected and actual arguments have the same value.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "expected", "typeName": "int" }, + { "name": "actual", "typeName": "int" }, + { "name": "message", "typeName": "string" } + ], + "isStatic": true, + "name": "AreNotEqual", + "comment": "Assert that the values are not equal.\n\n```plaintext\nParams: expected - The assumed Assert value.\n actual - The exact Assert value.\n message - The string used to describe the Assert.\n comparer - Method to compare expected and actual arguments have the same value.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "expected", "typeName": "uint" }, + { "name": "actual", "typeName": "uint" } + ], + "isStatic": true, + "name": "AreEqual", + "comment": "Assert that the values are equal.\n\n```plaintext\nParams: expected - The assumed Assert value.\n actual - The exact Assert value.\n message - The string used to describe the Assert.\n comparer - Method to compare expected and actual arguments have the same value.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "expected", "typeName": "uint" }, + { "name": "actual", "typeName": "uint" }, + { "name": "message", "typeName": "string" } + ], + "isStatic": true, + "name": "AreEqual", + "comment": "Assert that the values are equal.\n\n```plaintext\nParams: expected - The assumed Assert value.\n actual - The exact Assert value.\n message - The string used to describe the Assert.\n comparer - Method to compare expected and actual arguments have the same value.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "expected", "typeName": "uint" }, + { "name": "actual", "typeName": "uint" } + ], + "isStatic": true, + "name": "AreNotEqual", + "comment": "Assert that the values are not equal.\n\n```plaintext\nParams: expected - The assumed Assert value.\n actual - The exact Assert value.\n message - The string used to describe the Assert.\n comparer - Method to compare expected and actual arguments have the same value.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "expected", "typeName": "uint" }, + { "name": "actual", "typeName": "uint" }, + { "name": "message", "typeName": "string" } + ], + "isStatic": true, + "name": "AreNotEqual", + "comment": "Assert that the values are not equal.\n\n```plaintext\nParams: expected - The assumed Assert value.\n actual - The exact Assert value.\n message - The string used to describe the Assert.\n comparer - Method to compare expected and actual arguments have the same value.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "expected", "typeName": "long" }, + { "name": "actual", "typeName": "long" } + ], + "isStatic": true, + "name": "AreEqual", + "comment": "Assert that the values are equal.\n\n```plaintext\nParams: expected - The assumed Assert value.\n actual - The exact Assert value.\n message - The string used to describe the Assert.\n comparer - Method to compare expected and actual arguments have the same value.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "expected", "typeName": "long" }, + { "name": "actual", "typeName": "long" }, + { "name": "message", "typeName": "string" } + ], + "isStatic": true, + "name": "AreEqual", + "comment": "Assert that the values are equal.\n\n```plaintext\nParams: expected - The assumed Assert value.\n actual - The exact Assert value.\n message - The string used to describe the Assert.\n comparer - Method to compare expected and actual arguments have the same value.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "expected", "typeName": "long" }, + { "name": "actual", "typeName": "long" } + ], + "isStatic": true, + "name": "AreNotEqual", + "comment": "Assert that the values are not equal.\n\n```plaintext\nParams: expected - The assumed Assert value.\n actual - The exact Assert value.\n message - The string used to describe the Assert.\n comparer - Method to compare expected and actual arguments have the same value.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "expected", "typeName": "long" }, + { "name": "actual", "typeName": "long" }, + { "name": "message", "typeName": "string" } + ], + "isStatic": true, + "name": "AreNotEqual", + "comment": "Assert that the values are not equal.\n\n```plaintext\nParams: expected - The assumed Assert value.\n actual - The exact Assert value.\n message - The string used to describe the Assert.\n comparer - Method to compare expected and actual arguments have the same value.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "expected", "typeName": "ulong" }, + { "name": "actual", "typeName": "ulong" } + ], + "isStatic": true, + "name": "AreEqual", + "comment": "Assert that the values are equal.\n\n```plaintext\nParams: expected - The assumed Assert value.\n actual - The exact Assert value.\n message - The string used to describe the Assert.\n comparer - Method to compare expected and actual arguments have the same value.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "expected", "typeName": "ulong" }, + { "name": "actual", "typeName": "ulong" }, + { "name": "message", "typeName": "string" } + ], + "isStatic": true, + "name": "AreEqual", + "comment": "Assert that the values are equal.\n\n```plaintext\nParams: expected - The assumed Assert value.\n actual - The exact Assert value.\n message - The string used to describe the Assert.\n comparer - Method to compare expected and actual arguments have the same value.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "expected", "typeName": "ulong" }, + { "name": "actual", "typeName": "ulong" } + ], + "isStatic": true, + "name": "AreNotEqual", + "comment": "Assert that the values are not equal.\n\n```plaintext\nParams: expected - The assumed Assert value.\n actual - The exact Assert value.\n message - The string used to describe the Assert.\n comparer - Method to compare expected and actual arguments have the same value.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "expected", "typeName": "ulong" }, + { "name": "actual", "typeName": "ulong" }, + { "name": "message", "typeName": "string" } + ], + "isStatic": true, + "name": "AreNotEqual", + "comment": "Assert that the values are not equal.\n\n```plaintext\nParams: expected - The assumed Assert value.\n actual - The exact Assert value.\n message - The string used to describe the Assert.\n comparer - Method to compare expected and actual arguments have the same value.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "Assert", + "comment": "The Assert class contains assertion methods for setting invariants in the code.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Rendering.PostProcessing", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Shader", + "name": "bloom", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Shader", + "name": "copy", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Shader", + "name": "copyStd", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Shader", + "name": "copyStdFromTexArray", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Shader", + "name": "copyStdFromDoubleWide", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Shader", + "name": "discardAlpha", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Shader", + "name": "depthOfField", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Shader", + "name": "finalPass", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Shader", + "name": "grainBaker", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Shader", + "name": "motionBlur", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Shader", + "name": "temporalAntialiasing", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Shader", + "name": "subpixelMorphologicalAntialiasing", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Shader", + "name": "texture2dLerp", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Shader", + "name": "uber", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Shader", + "name": "lut2DBaker", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Shader", + "name": "lightMeter", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Shader", + "name": "gammaHistogram", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Shader", + "name": "waveform", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Shader", + "name": "vectorscope", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Shader", + "name": "debugOverlays", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Shader", + "name": "deferredFog", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Shader", + "name": "scalableAO", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Shader", + "name": "multiScaleAO", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Shader", + "name": "screenSpaceReflections", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "methods": [ + { + "returnTypeName": "Shaders", + "params": [], + "isStatic": false, + "name": "Clone", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "name": "Shaders", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "namespace": "UnityEngine.Rendering.PostProcessing", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.ComputeShader", + "name": "autoExposure", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.ComputeShader", + "name": "exposureHistogram", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.ComputeShader", + "name": "lut3DBaker", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.ComputeShader", + "name": "texture3dLerp", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.ComputeShader", + "name": "gammaHistogram", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.ComputeShader", + "name": "waveform", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.ComputeShader", + "name": "vectorscope", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.ComputeShader", + "name": "multiScaleAODownsample1", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.ComputeShader", + "name": "multiScaleAODownsample2", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.ComputeShader", + "name": "multiScaleAORender", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.ComputeShader", + "name": "multiScaleAOUpsample", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.ComputeShader", + "name": "gaussianDownsample", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "methods": [ + { + "returnTypeName": "ComputeShaders", + "params": [], + "isStatic": false, + "name": "Clone", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "name": "ComputeShaders", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "namespace": "UnityEngine.Assertions", + "baseClass": "System.Exception", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [ + { + "typeName": "string", + "name": "Message", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "message", "typeName": "string" }, + { "name": "userMessage", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "AssertionException", + "comment": "An exception that is thrown when an assertion fails.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Rendering.PostProcessing", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Texture2D", + "name": "area", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Texture2D", + "name": "search", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "name": "SMAALuts", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "namespace": "UnityEngine.Rendering.PostProcessing", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "name": "ChangeHandler", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "namespace": "UnityEngine.Rendering.PostProcessing", + "baseClass": "UnityEngine.MonoBehaviour", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Rendering.PostProcessing.PostProcessProfile", + "name": "sharedProfile", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "bool", + "name": "isGlobal", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "float", + "name": "blendDistance", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "float", + "name": "weight", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "float", + "name": "priority", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.PostProcessProfile", + "name": "profile", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "HasInstantiatedProfile", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "name": "PostProcessVolume", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "namespace": "UnityEngine.Rendering.PostProcessing", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Single", + "params": [{ "name": "x", "typeName": "float" }], + "isStatic": true, + "name": "StandardIlluminantY", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "Vector3", + "params": [ + { "name": "x", "typeName": "float" }, + { "name": "y", "typeName": "float" } + ], + "isStatic": true, + "name": "CIExyToLMS", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "Vector3", + "params": [ + { "name": "temperature", "typeName": "float" }, + { "name": "tint", "typeName": "float" } + ], + "isStatic": true, + "name": "ComputeColorBalance", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "Vector3", + "params": [{ "name": "color", "typeName": "UnityEngine.Vector4" }], + "isStatic": true, + "name": "ColorToLift", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "Vector3", + "params": [{ "name": "color", "typeName": "UnityEngine.Vector4" }], + "isStatic": true, + "name": "ColorToInverseGamma", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "Vector3", + "params": [{ "name": "color", "typeName": "UnityEngine.Vector4" }], + "isStatic": true, + "name": "ColorToGain", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "x", "typeName": "float" }], + "isStatic": true, + "name": "LogCToLinear", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "x", "typeName": "float" }], + "isStatic": true, + "name": "LinearToLogC", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "UInt32", + "params": [{ "name": "c", "typeName": "UnityEngine.Color" }], + "isStatic": true, + "name": "ToHex", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "Color", + "params": [{ "name": "hex", "typeName": "uint" }], + "isStatic": true, + "name": "ToRGBA", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "name": "ColorUtilities", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "namespace": "UnityEngine.Rendering.PostProcessing", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Rendering.PostProcessing.HableCurve.Uniforms", + "name": "uniforms", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "float", + "name": "whitePoint", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "float", + "name": "inverseWhitePoint", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "x", "typeName": "float" }], + "isStatic": false, + "name": "Eval", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "toeStrength", "typeName": "float" }, + { "name": "toeLength", "typeName": "float" }, + { "name": "shoulderStrength", "typeName": "float" }, + { "name": "shoulderLength", "typeName": "float" }, + { "name": "shoulderAngle", "typeName": "float" }, + { "name": "gamma", "typeName": "float" } + ], + "isStatic": false, + "name": "Init", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "name": "HableCurve", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "namespace": "UnityEngine.Events", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Events.PersistentListenerMode", + "name": "EventDefined", + "comment": "The listener will use the function binding specified by the even.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Events.PersistentListenerMode", + "name": "Void", + "comment": "The listener will bind to zero argument functions.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Events.PersistentListenerMode", + "name": "Object", + "comment": "The listener will bind to one argument Object functions.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Events.PersistentListenerMode", + "name": "Int", + "comment": "The listener will bind to one argument int functions.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Events.PersistentListenerMode", + "name": "Float", + "comment": "The listener will bind to one argument float functions.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Events.PersistentListenerMode", + "name": "String", + "comment": "The listener will bind to one argument string functions.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Events.PersistentListenerMode", + "name": "Bool", + "comment": "The listener will bind to one argument bool functions.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Events.PersistentListenerMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "PersistentListenerMode", + "comment": "THe mode that a listener is operating in.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Rendering.PostProcessing", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Vector4", + "name": "curve", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Vector4", + "name": "toeSegmentA", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Vector4", + "name": "toeSegmentB", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Vector4", + "name": "midSegmentA", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Vector4", + "name": "midSegmentB", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Vector4", + "name": "shoSegmentA", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Vector4", + "name": "shoSegmentB", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "methods": [], + "name": "Uniforms", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "namespace": "UnityEngine.Rendering.PostProcessing", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Single", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "radix", "typeName": "int" } + ], + "isStatic": true, + "name": "Get", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "name": "HaltonSeq", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "namespace": "UnityEngine.Experimental.TerrainAPI", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Experimental.TerrainAPI.TerrainUtility.TerrainMap.ErrorCode", + "name": "m_errorCode", + "comment": "Indicates the error status of the TerrainMap.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "System.Collections.Generic.Dictionary", + "name": "m_terrainTiles", + "comment": "Mapping from TileCoord to Terrain.\n\n", + "location": "UnityEngine.TerrainModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Terrain", + "params": [ + { "name": "tileX", "typeName": "int" }, + { "name": "tileZ", "typeName": "int" } + ], + "isStatic": false, + "name": "GetTerrain", + "comment": "Returns a valid Terrain object if successful, null otherwise.\n\n```plaintext\nParams: tileX - Tile X coordinate.\n tileZ - Tile Z coordinate.\n \n```\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "returnTypeName": "TerrainMap", + "params": [ + { "name": "originTerrain", "typeName": "UnityEngine.Terrain" }, + { + "name": "filter", + "typeName": "UnityEngine.Experimental.TerrainAPI.TerrainUtility.TerrainMap.TerrainFilter" + }, + { "name": "fullValidation", "typeName": "bool" } + ], + "isStatic": true, + "name": "CreateFromConnectedNeighbors", + "comment": "", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "returnTypeName": "TerrainMap", + "params": [ + { "name": "originTerrain", "typeName": "UnityEngine.Terrain" }, + { + "name": "filter", + "typeName": "UnityEngine.Experimental.TerrainAPI.TerrainUtility.TerrainMap.TerrainFilter" + }, + { "name": "fullValidation", "typeName": "bool" } + ], + "isStatic": true, + "name": "CreateFromPlacement", + "comment": "", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "returnTypeName": "TerrainMap", + "params": [ + { "name": "gridOrigin", "typeName": "UnityEngine.Vector2" }, + { "name": "gridSize", "typeName": "UnityEngine.Vector2" }, + { + "name": "filter", + "typeName": "UnityEngine.Experimental.TerrainAPI.TerrainUtility.TerrainMap.TerrainFilter" + }, + { "name": "fullValidation", "typeName": "bool" } + ], + "isStatic": true, + "name": "CreateFromPlacement", + "comment": "", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.TerrainModule.dll" + } + ], + "name": "TerrainMap", + "comment": "Type for mapping 2D (X,Z) tile coordinates to a Terrain object.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "namespace": "UnityEngine.Rendering.PostProcessing", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.MaterialPropertyBlock", + "name": "properties", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ClearKeywords", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "keyword", "typeName": "string" }], + "isStatic": false, + "name": "EnableKeyword", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "keyword", "typeName": "string" }], + "isStatic": false, + "name": "DisableKeyword", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "name": "PropertySheet", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "namespace": "UnityEngine.Rendering.PostProcessing", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "PropertySheet", + "params": [{ "name": "shaderName", "typeName": "string" }], + "isStatic": false, + "name": "Get", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "PropertySheet", + "params": [{ "name": "shader", "typeName": "UnityEngine.Shader" }], + "isStatic": false, + "name": "Get", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Release", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "name": "PropertySheetFactory", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "namespace": "UnityEngine.Rendering.PostProcessing", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Texture2D", + "name": "whiteTexture", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Texture3D", + "name": "whiteTexture3D", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Texture2D", + "name": "blackTexture", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Texture3D", + "name": "blackTexture3D", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Texture2D", + "name": "transparentTexture", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Texture3D", + "name": "transparentTexture3D", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Mesh", + "name": "fullscreenTriangle", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Material", + "name": "copyStdMaterial", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Material", + "name": "copyStdFromDoubleWideMaterial", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Material", + "name": "copyMaterial", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Material", + "name": "copyFromTexArrayMaterial", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.PropertySheet", + "name": "copySheet", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.Rendering.PostProcessing.PropertySheet", + "name": "copyFromTexArraySheet", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "bool", + "name": "scriptableRenderPipelineActive", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "bool", + "name": "supportsDeferredShading", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "bool", + "name": "supportsDepthNormals", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "bool", + "name": "isSinglePassStereoSelected", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "bool", + "name": "isSinglePassStereoEnabled", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "bool", + "name": "isVREnabled", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "bool", + "name": "isAndroidOpenGL", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.RenderTextureFormat", + "name": "defaultHDRRenderTextureFormat", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "bool", + "name": "isLinearColorSpace", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "methods": [ + { + "returnTypeName": "Texture2D", + "params": [{ "name": "size", "typeName": "int" }], + "isStatic": true, + "name": "GetLutStrip", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "cmd", + "typeName": "UnityEngine.Rendering.CommandBuffer" + }, + { + "name": "source", + "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" + }, + { + "name": "destination", + "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" + } + ], + "isStatic": true, + "name": "CopyTexture", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "format", "typeName": "UnityEngine.RenderTextureFormat" } + ], + "isStatic": true, + "name": "isFloatingPointFormat", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "obj", "typeName": "UnityEngine.Object" }], + "isStatic": true, + "name": "Destroy", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "camera", "typeName": "UnityEngine.Camera" }], + "isStatic": true, + "name": "IsResolvedDepthAvailable", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "profile", + "typeName": "UnityEngine.Rendering.PostProcessing.PostProcessProfile" + }, + { "name": "destroyEffects", "typeName": "bool" } + ], + "isStatic": true, + "name": "DestroyProfile", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "volume", + "typeName": "UnityEngine.Rendering.PostProcessing.PostProcessVolume" + }, + { "name": "destroyProfile", "typeName": "bool" }, + { "name": "destroyGameObject", "typeName": "bool" } + ], + "isStatic": true, + "name": "DestroyVolume", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "layer", + "typeName": "UnityEngine.Rendering.PostProcessing.PostProcessLayer" + } + ], + "isStatic": true, + "name": "IsPostProcessingActive", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "layer", + "typeName": "UnityEngine.Rendering.PostProcessing.PostProcessLayer" + } + ], + "isStatic": true, + "name": "IsTemporalAntialiasingActive", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [], + "isStatic": true, + "name": "GetAllSceneObjects", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "obj", "typeName": "T" }], + "isStatic": true, + "name": "CreateIfNull", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "x", "typeName": "float" }], + "isStatic": true, + "name": "Exp2", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "Matrix4x4", + "params": [ + { "name": "camera", "typeName": "UnityEngine.Camera" }, + { "name": "offset", "typeName": "UnityEngine.Vector2" } + ], + "isStatic": true, + "name": "GetJitteredPerspectiveProjectionMatrix", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "Matrix4x4", + "params": [ + { "name": "camera", "typeName": "UnityEngine.Camera" }, + { "name": "offset", "typeName": "UnityEngine.Vector2" } + ], + "isStatic": true, + "name": "GetJitteredOrthographicProjectionMatrix", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "Matrix4x4", + "params": [ + { + "name": "context", + "typeName": "UnityEngine.Rendering.PostProcessing.PostProcessRenderContext" + }, + { "name": "origProj", "typeName": "UnityEngine.Matrix4x4" }, + { "name": "jitter", "typeName": "UnityEngine.Vector2" } + ], + "isStatic": true, + "name": "GenerateJitteredProjectionMatrixFromOriginal", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [], + "isStatic": true, + "name": "GetAllAssemblyTypes", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [], + "isStatic": true, + "name": "GetAllTypesDerivedFrom", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "", + "params": [ + { + "name": "expr", + "typeName": "System.Linq.Expressions.Expression>" + } + ], + "isStatic": true, + "name": "GetMemberAttributes", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "String", + "params": [ + { + "name": "expr", + "typeName": "System.Linq.Expressions.Expression>" + } + ], + "isStatic": true, + "name": "GetFieldPath", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "rt", + "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" + }, + { + "name": "loadAction", + "typeName": "UnityEngine.Rendering.RenderBufferLoadAction" + }, + { + "name": "storeAction", + "typeName": "UnityEngine.Rendering.RenderBufferStoreAction" + } + ], + "isStatic": false, + "name": "SetRenderTargetWithLoadStoreAction", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "rt", + "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" + }, + { + "name": "loadAction", + "typeName": "UnityEngine.Rendering.RenderBufferLoadAction" + }, + { + "name": "storeAction", + "typeName": "UnityEngine.Rendering.RenderBufferStoreAction" + }, + { + "name": "depthLoadAction", + "typeName": "UnityEngine.Rendering.RenderBufferLoadAction" + }, + { + "name": "depthStoreAction", + "typeName": "UnityEngine.Rendering.RenderBufferStoreAction" + } + ], + "isStatic": false, + "name": "SetRenderTargetWithLoadStoreAction", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "color", + "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" + }, + { + "name": "colorLoadAction", + "typeName": "UnityEngine.Rendering.RenderBufferLoadAction" + }, + { + "name": "colorStoreAction", + "typeName": "UnityEngine.Rendering.RenderBufferStoreAction" + }, + { + "name": "depth", + "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" + }, + { + "name": "depthLoadAction", + "typeName": "UnityEngine.Rendering.RenderBufferLoadAction" + }, + { + "name": "depthStoreAction", + "typeName": "UnityEngine.Rendering.RenderBufferStoreAction" + } + ], + "isStatic": false, + "name": "SetRenderTargetWithLoadStoreAction", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "source", + "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" + }, + { + "name": "destination", + "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" + }, + { "name": "clear", "typeName": "bool" }, + { "name": "viewport", "typeName": "UnityEngine.Rect?" }, + { "name": "preserveDepth", "typeName": "bool" } + ], + "isStatic": false, + "name": "BlitFullscreenTriangle", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "source", + "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" + }, + { + "name": "destination", + "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" + }, + { + "name": "propertySheet", + "typeName": "UnityEngine.Rendering.PostProcessing.PropertySheet" + }, + { "name": "pass", "typeName": "int" }, + { + "name": "loadAction", + "typeName": "UnityEngine.Rendering.RenderBufferLoadAction" + }, + { "name": "viewport", "typeName": "UnityEngine.Rect?" }, + { "name": "preserveDepth", "typeName": "bool" } + ], + "isStatic": false, + "name": "BlitFullscreenTriangle", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "source", + "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" + }, + { + "name": "destination", + "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" + }, + { + "name": "propertySheet", + "typeName": "UnityEngine.Rendering.PostProcessing.PropertySheet" + }, + { "name": "pass", "typeName": "int" }, + { "name": "clear", "typeName": "bool" }, + { "name": "viewport", "typeName": "UnityEngine.Rect?" }, + { "name": "preserveDepth", "typeName": "bool" } + ], + "isStatic": false, + "name": "BlitFullscreenTriangle", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "source", + "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" + }, + { + "name": "destination", + "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" + }, + { "name": "material", "typeName": "UnityEngine.Material" }, + { "name": "pass", "typeName": "int" }, + { "name": "eye", "typeName": "int" } + ], + "isStatic": false, + "name": "BlitFullscreenTriangleFromDoubleWide", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "source", + "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" + }, + { + "name": "destination", + "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" + }, + { + "name": "propertySheet", + "typeName": "UnityEngine.Rendering.PostProcessing.PropertySheet" + }, + { "name": "pass", "typeName": "int" }, + { "name": "eye", "typeName": "int" } + ], + "isStatic": false, + "name": "BlitFullscreenTriangleToDoubleWide", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "source", + "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" + }, + { + "name": "destination", + "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" + }, + { + "name": "propertySheet", + "typeName": "UnityEngine.Rendering.PostProcessing.PropertySheet" + }, + { "name": "pass", "typeName": "int" }, + { "name": "clear", "typeName": "bool" }, + { "name": "depthSlice", "typeName": "int" } + ], + "isStatic": false, + "name": "BlitFullscreenTriangleFromTexArray", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "source", + "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" + }, + { + "name": "destination", + "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" + }, + { + "name": "propertySheet", + "typeName": "UnityEngine.Rendering.PostProcessing.PropertySheet" + }, + { "name": "pass", "typeName": "int" }, + { "name": "clear", "typeName": "bool" }, + { "name": "depthSlice", "typeName": "int" } + ], + "isStatic": false, + "name": "BlitFullscreenTriangleToTexArray", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "source", + "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" + }, + { + "name": "destination", + "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" + }, + { + "name": "depth", + "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" + }, + { + "name": "propertySheet", + "typeName": "UnityEngine.Rendering.PostProcessing.PropertySheet" + }, + { "name": "pass", "typeName": "int" }, + { "name": "clear", "typeName": "bool" }, + { "name": "viewport", "typeName": "UnityEngine.Rect?" } + ], + "isStatic": false, + "name": "BlitFullscreenTriangle", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "source", + "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" + }, + { + "name": "destinations", + "typeName": "UnityEngine.Rendering.RenderTargetIdentifier[]" + }, + { + "name": "depth", + "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" + }, + { + "name": "propertySheet", + "typeName": "UnityEngine.Rendering.PostProcessing.PropertySheet" + }, + { "name": "pass", "typeName": "int" }, + { "name": "clear", "typeName": "bool" }, + { "name": "viewport", "typeName": "UnityEngine.Rect?" } + ], + "isStatic": false, + "name": "BlitFullscreenTriangle", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "source", + "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" + }, + { + "name": "destination", + "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" + } + ], + "isStatic": false, + "name": "BuiltinBlit", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "source", + "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" + }, + { + "name": "destination", + "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" + }, + { "name": "mat", "typeName": "UnityEngine.Material" }, + { "name": "pass", "typeName": "int" } + ], + "isStatic": false, + "name": "BuiltinBlit", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "T", + "params": [], + "isStatic": false, + "name": "GetAttribute", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "name": "RuntimeUtilities", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "namespace": "UnityEngine.Assertions.Comparers", + "baseClass": "object", + "attribute": "", + "interfaces": ["IEqualityComparer"], + "fields": [ + { + "typeName": "UnityEngine.Assertions.Comparers.FloatComparer", + "name": "s_ComparerWithDefaultTolerance", + "comment": "Default instance of a comparer class with deafult error epsilon and absolute error check.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "kEpsilon", + "comment": "Default epsilon used by the comparer.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Creates an instance of the comparer.\n\n```plaintext\nParams: relative - Should a relative check be used when comparing values? By default, an absolute check will be used.\n error - Allowed comparison error. By default, the FloatComparer.kEpsilon is used.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "relative", "typeName": "bool" }], + "isStatic": false, + "name": ".ctor", + "comment": "Creates an instance of the comparer.\n\n```plaintext\nParams: relative - Should a relative check be used when comparing values? By default, an absolute check will be used.\n error - Allowed comparison error. By default, the FloatComparer.kEpsilon is used.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "error", "typeName": "float" }], + "isStatic": false, + "name": ".ctor", + "comment": "Creates an instance of the comparer.\n\n```plaintext\nParams: relative - Should a relative check be used when comparing values? By default, an absolute check will be used.\n error - Allowed comparison error. By default, the FloatComparer.kEpsilon is used.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "error", "typeName": "float" }, + { "name": "relative", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Creates an instance of the comparer.\n\n```plaintext\nParams: relative - Should a relative check be used when comparing values? By default, an absolute check will be used.\n error - Allowed comparison error. By default, the FloatComparer.kEpsilon is used.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "a", "typeName": "float" }, + { "name": "b", "typeName": "float" } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "obj", "typeName": "float" }], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "expected", "typeName": "float" }, + { "name": "actual", "typeName": "float" }, + { "name": "error", "typeName": "float" } + ], + "isStatic": true, + "name": "AreEqual", + "comment": "Result of the comparison.\n\n```plaintext\nParams: expected - Expected value.\n actual - Actual value.\n error - Comparison error.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "expected", "typeName": "float" }, + { "name": "actual", "typeName": "float" }, + { "name": "error", "typeName": "float" } + ], + "isStatic": true, + "name": "AreEqualRelative", + "comment": "Result of the comparison.\n\n```plaintext\nParams: expected - Expected value.\n actual - Actual value.\n error - Comparison error.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "FloatComparer", + "comment": "A float comparer used by Assertions.Assert performing approximate comparison.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Events", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Events.UnityEventCallState", + "name": "Off", + "comment": "Callback is not issued.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Events.UnityEventCallState", + "name": "EditorAndRuntime", + "comment": "Callback is always issued.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Events.UnityEventCallState", + "name": "RuntimeOnly", + "comment": "Callback is only issued in the Runtime and Editor playmode.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Events.UnityEventCallState", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "UnityEventCallState", + "comment": "Controls the scope of UnityEvent callbacks.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Events", + "baseClass": "object", + "attribute": "", + "interfaces": ["ISerializationCallbackReceiver"], + "fields": [], + "methods": [ + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetPersistentEventCount", + "comment": "Get the number of registered persistent listeners.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Object", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "GetPersistentTarget", + "comment": "Get the target component of the listener at index index.\n\n```plaintext\nParams: index - Index of the listener to query.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "GetPersistentMethodName", + "comment": "Get the target method name of the listener at index index.\n\n```plaintext\nParams: index - Index of the listener to query.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { + "name": "state", + "typeName": "UnityEngine.Events.UnityEventCallState" + } + ], + "isStatic": false, + "name": "SetPersistentListenerState", + "comment": "Modify the execution state of a persistent listener.\n\n```plaintext\nParams: index - Index of the listener to query.\n state - State to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "RemoveAllListeners", + "comment": "Remove all non-persisent (ie created from script) listeners from the event.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "MethodInfo", + "params": [ + { "name": "obj", "typeName": "object" }, + { "name": "functionName", "typeName": "string" }, + { "name": "argumentTypes", "typeName": "System.Type[]" } + ], + "isStatic": true, + "name": "GetValidMethodInfo", + "comment": "Given an object, function name, and a list of argument types; find the method that matches.\n\n```plaintext\nParams: obj - Object to search for the method.\n functionName - Function name to search for.\n argumentTypes - Argument types for the function.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "MethodInfo", + "params": [ + { "name": "objectType", "typeName": "System.Type" }, + { "name": "functionName", "typeName": "string" }, + { "name": "argumentTypes", "typeName": "System.Type[]" } + ], + "isStatic": true, + "name": "GetValidMethodInfo", + "comment": "Given an object type, function name, and a list of argument types; find the method that matches.\n\n```plaintext\nParams: objectType - Object type to search for the method.\n functionName - Function name to search for.\n argumentTypes - Argument types for the function.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "UnityEventBase", + "comment": "Abstract base class for UnityEvents.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Rendering.PostProcessing", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "k_Precision", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "float", + "name": "k_Step", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "UnityEngine.AnimationCurve", + "name": "curve", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "typeName": "float[]", + "name": "cachedData", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "curve", "typeName": "UnityEngine.AnimationCurve" }, + { "name": "zeroValue", "typeName": "float" }, + { "name": "loop", "typeName": "bool" }, + { "name": "bounds", "typeName": "UnityEngine.Vector2" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "frame", "typeName": "int" }], + "isStatic": false, + "name": "Cache", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "Single", + "params": [ + { "name": "t", "typeName": "float" }, + { "name": "length", "typeName": "int" } + ], + "isStatic": false, + "name": "Evaluate", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "t", "typeName": "float" }], + "isStatic": false, + "name": "Evaluate", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "name": "Spline", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "namespace": "UnityEngine.Events", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "UnityAction", + "comment": "Zero argument delegate used by UnityEvents.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Rendering.PostProcessing", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "RenderTextureFormat", + "params": [{ "name": "texture", "typeName": "UnityEngine.Texture" }], + "isStatic": true, + "name": "GetUncompressedRenderTextureFormat", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + } + ], + "name": "TextureFormatUtilities", + "comment": "", + "location": "Unity.Postprocessing.Runtime.dll" + }, + { + "namespace": "UnityEngine.Events", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "arg0", "typeName": "T0" }], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "arg0", "typeName": "T0" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "UnityAction", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Events", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "arg0", "typeName": "T0" }, + { "name": "arg1", "typeName": "T1" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "arg0", "typeName": "T0" }, + { "name": "arg1", "typeName": "T1" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "UnityAction", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Experimental.TerrainAPI", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "terrain", "typeName": "UnityEngine.Terrain" }], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "terrain", "typeName": "UnityEngine.Terrain" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "UnityEngine.TerrainModule.dll" + } + ], + "name": "TerrainFilter", + "comment": "Terrain map filter.\n\n```plaintext\nParams: terrain - Terrain object to apply filter to.\n \n```\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "namespace": "UnityEngine.Events", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "arg0", "typeName": "T0" }, + { "name": "arg1", "typeName": "T1" }, + { "name": "arg2", "typeName": "T2" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "arg0", "typeName": "T0" }, + { "name": "arg1", "typeName": "T1" }, + { "name": "arg2", "typeName": "T2" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "UnityAction", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Experimental.TerrainAPI", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "tileX", + "comment": "Tile X coordinate.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "int", + "name": "tileZ", + "comment": "Tile Z coordinate.\n\n", + "location": "UnityEngine.TerrainModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "tileX", "typeName": "int" }, + { "name": "tileZ", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.TerrainModule.dll" + } + ], + "name": "TileCoord", + "comment": "Specifies a set of 2D tile coordinates.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "namespace": "UnityEngine.Events", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "arg0", "typeName": "T0" }, + { "name": "arg1", "typeName": "T1" }, + { "name": "arg2", "typeName": "T2" }, + { "name": "arg3", "typeName": "T3" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "arg0", "typeName": "T0" }, + { "name": "arg1", "typeName": "T1" }, + { "name": "arg2", "typeName": "T2" }, + { "name": "arg3", "typeName": "T3" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "UnityAction", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Experimental.TerrainAPI", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Experimental.TerrainAPI.TerrainUtility.TerrainMap.ErrorCode", + "name": "OK", + "comment": "No error detected.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.TerrainAPI.TerrainUtility.TerrainMap.ErrorCode", + "name": "Overlapping", + "comment": "Indicates that there are two terrain tiles occupying one grid cell in the TerrainMap.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.TerrainAPI.TerrainUtility.TerrainMap.ErrorCode", + "name": "SizeMismatch", + "comment": "Indicates that the adjacent terrain tiles have different sizes.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.TerrainAPI.TerrainUtility.TerrainMap.ErrorCode", + "name": "EdgeAlignmentMismatch", + "comment": "Indicates that the adjacent terrain tiles are not aligned edge to edge.\n\n", + "location": "UnityEngine.TerrainModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Experimental.TerrainAPI.TerrainUtility.TerrainMap.ErrorCode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.TerrainModule.dll" + } + ], + "name": "ErrorCode", + "comment": "Error states used by the TerrainMap.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "namespace": "UnityEngine.Events", + "baseClass": "UnityEngine.Events.UnityEventBase", + "attribute": "", + "interfaces": ["ISerializationCallbackReceiver"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Constructor.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "call", "typeName": "UnityEngine.Events.UnityAction" } + ], + "isStatic": false, + "name": "AddListener", + "comment": "Add a non persistent listener to the UnityEvent.\n\n```plaintext\nParams: call - Callback function.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "call", "typeName": "UnityEngine.Events.UnityAction" } + ], + "isStatic": false, + "name": "RemoveListener", + "comment": "Remove a non persistent listener from the UnityEvent. If you have added the same listener multiple times, this method will remove all occurrences of it.\n\n```plaintext\nParams: call - Callback function.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Invoke", + "comment": "Invoke all registered callbacks (runtime and persistent).\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "UnityEvent", + "comment": "A zero argument persistent callback that can be saved with the Scene.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Experimental.TerrainAPI", + "baseClass": "System.Collections.Generic.Dictionary", + "attribute": "", + "interfaces": [ + "IDictionary", + "ICollection", + "IReadOnlyDictionary", + "IReadOnlyCollection", + "IEnumerable", + "IDictionary", + "ICollection", + "IEnumerable", + "IDeserializationCallback", + "ISerializable" + ], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.TerrainModule.dll" + } + ], + "name": "TerrainGroups", + "comment": "Type for mapping Terrain.groupingID coordinates to TerrainMap.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "namespace": "UnityEngine.Events", + "baseClass": "UnityEngine.Events.UnityEventBase", + "attribute": "", + "interfaces": ["ISerializationCallbackReceiver"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "call", "typeName": "UnityEngine.Events.UnityAction" } + ], + "isStatic": false, + "name": "AddListener", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "call", "typeName": "UnityEngine.Events.UnityAction" } + ], + "isStatic": false, + "name": "RemoveListener", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "arg0", "typeName": "T0" }], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "UnityEvent", + "comment": "One argument version of UnityEvent.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Events", + "baseClass": "UnityEngine.Events.UnityEventBase", + "attribute": "", + "interfaces": ["ISerializationCallbackReceiver"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "call", + "typeName": "UnityEngine.Events.UnityAction" + } + ], + "isStatic": false, + "name": "AddListener", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "call", + "typeName": "UnityEngine.Events.UnityAction" + } + ], + "isStatic": false, + "name": "RemoveListener", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "arg0", "typeName": "T0" }, + { "name": "arg1", "typeName": "T1" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "UnityEvent", + "comment": "Two argument version of UnityEvent.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Events", + "baseClass": "UnityEngine.Events.UnityEventBase", + "attribute": "", + "interfaces": ["ISerializationCallbackReceiver"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "call", + "typeName": "UnityEngine.Events.UnityAction" + } + ], + "isStatic": false, + "name": "AddListener", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "call", + "typeName": "UnityEngine.Events.UnityAction" + } + ], + "isStatic": false, + "name": "RemoveListener", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "arg0", "typeName": "T0" }, + { "name": "arg1", "typeName": "T1" }, + { "name": "arg2", "typeName": "T2" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "UnityEvent", + "comment": "Three argument version of UnityEvent.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Events", + "baseClass": "UnityEngine.Events.UnityEventBase", + "attribute": "", + "interfaces": ["ISerializationCallbackReceiver"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "call", + "typeName": "UnityEngine.Events.UnityAction" + } + ], + "isStatic": false, + "name": "AddListener", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "call", + "typeName": "UnityEngine.Events.UnityAction" + } + ], + "isStatic": false, + "name": "RemoveListener", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "arg0", "typeName": "T0" }, + { "name": "arg1", "typeName": "T1" }, + { "name": "arg2", "typeName": "T2" }, + { "name": "arg3", "typeName": "T3" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "UnityEvent", + "comment": "Four argument version of UnityEvent.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Analytics", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Analytics.ShareType", + "name": "shareType", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "UnityEngine.Analytics.SocialNetwork", + "name": "socialNetwork", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "string", + "name": "senderId", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "string", + "name": "recipientId", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + } + ], + "name": "SocialShareAccept", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "namespace": "UnityEngine.Analytics", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Analytics.StoreType", + "name": "storeType", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "string", + "name": "itemId", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "string", + "name": "itemName", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + } + ], + "name": "StoreItemClick", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "namespace": "UnityEngine.Analytics", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Analytics.StoreType", + "name": "storeType", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + } + ], + "name": "StoreOpened", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "namespace": "UnityEngine.Analytics", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "tutorialId", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + } + ], + "name": "TutorialComplete", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "namespace": "UnityEngine.Analytics", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "tutorialId", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + } + ], + "name": "TutorialSkip", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "namespace": "UnityEngine.Analytics", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "tutorialId", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + } + ], + "name": "TutorialStart", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "namespace": "UnityEngine.Analytics", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "stepIndex", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "typeName": "string", + "name": "tutorialId", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + } + ], + "name": "TutorialStep", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "namespace": "UnityEngine.Analytics", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Analytics.AuthorizationNetwork", + "name": "authorizationNetwork", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + } + ], + "name": "UserSignup", + "comment": "", + "location": "Unity.Analytics.StandardEvents.dll" + }, + { + "namespace": "UnityEngine.Analytics", + "baseClass": "UnityEngine.MonoBehaviour", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Analytics.EventTrigger", + "name": "m_Trigger", + "comment": "", + "location": "Unity.Analytics.Tracker.dll" + }, + { + "typeName": "UnityEngine.Analytics.StandardEventPayload", + "name": "payload", + "comment": "", + "location": "Unity.Analytics.Tracker.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "TriggerEvent", + "comment": "", + "location": "Unity.Analytics.Tracker.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Analytics.Tracker.dll" + } + ], + "name": "AnalyticsEventTracker", + "comment": "", + "location": "Unity.Analytics.Tracker.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "done", + "comment": "Checks whether the request has been processed.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "hasError", + "comment": "This property is true if the request has encountered an error.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "layerCount", + "comment": "Number of layers in the current request.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "layerDataSize", + "comment": "The size in bytes of one layer of the readback data.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "width", + "comment": "The width of the requested GPU data.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "height", + "comment": "When reading data from a ComputeBuffer, height is 1, otherwise, the property takes the value of the requested height from the texture.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "depth", + "comment": "When reading data from a ComputeBuffer, depth is 1, otherwise, the property takes the value of the requested depth from the texture.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Update", + "comment": "Triggers an update of the request.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "WaitForCompletion", + "comment": "Waits for completion of the request.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "NativeArray", + "params": [{ "name": "layer", "typeName": "int" }], + "isStatic": false, + "name": "GetData", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "AsyncGPUReadbackRequest", + "comment": "Represents an asynchronous request for a GPU resource.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "WaitAllRequests", + "comment": "Waits until the completion of every request.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "AsyncGPUReadbackRequest", + "params": [ + { "name": "src", "typeName": "UnityEngine.ComputeBuffer" }, + { + "name": "callback", + "typeName": "System.Action" + } + ], + "isStatic": true, + "name": "Request", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "AsyncGPUReadbackRequest", + "params": [ + { "name": "src", "typeName": "UnityEngine.ComputeBuffer" }, + { "name": "size", "typeName": "int" }, + { "name": "offset", "typeName": "int" }, + { + "name": "callback", + "typeName": "System.Action" + } + ], + "isStatic": true, + "name": "Request", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "AsyncGPUReadbackRequest", + "params": [ + { "name": "src", "typeName": "UnityEngine.GraphicsBuffer" }, + { + "name": "callback", + "typeName": "System.Action" + } + ], + "isStatic": true, + "name": "Request", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "AsyncGPUReadbackRequest", + "params": [ + { "name": "src", "typeName": "UnityEngine.GraphicsBuffer" }, + { "name": "size", "typeName": "int" }, + { "name": "offset", "typeName": "int" }, + { + "name": "callback", + "typeName": "System.Action" + } + ], + "isStatic": true, + "name": "Request", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "AsyncGPUReadbackRequest", + "params": [ + { "name": "src", "typeName": "UnityEngine.Texture" }, + { "name": "mipIndex", "typeName": "int" }, + { + "name": "callback", + "typeName": "System.Action" + } + ], + "isStatic": true, + "name": "Request", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "AsyncGPUReadbackRequest", + "params": [ + { "name": "src", "typeName": "UnityEngine.Texture" }, + { "name": "mipIndex", "typeName": "int" }, + { "name": "dstFormat", "typeName": "UnityEngine.TextureFormat" }, + { + "name": "callback", + "typeName": "System.Action" + } + ], + "isStatic": true, + "name": "Request", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "AsyncGPUReadbackRequest", + "params": [ + { "name": "src", "typeName": "UnityEngine.Texture" }, + { "name": "mipIndex", "typeName": "int" }, + { + "name": "dstFormat", + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" + }, + { + "name": "callback", + "typeName": "System.Action" + } + ], + "isStatic": true, + "name": "Request", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "AsyncGPUReadbackRequest", + "params": [ + { "name": "src", "typeName": "UnityEngine.Texture" }, + { "name": "mipIndex", "typeName": "int" }, + { "name": "x", "typeName": "int" }, + { "name": "width", "typeName": "int" }, + { "name": "y", "typeName": "int" }, + { "name": "height", "typeName": "int" }, + { "name": "z", "typeName": "int" }, + { "name": "depth", "typeName": "int" }, + { + "name": "callback", + "typeName": "System.Action" + } + ], + "isStatic": true, + "name": "Request", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "AsyncGPUReadbackRequest", + "params": [ + { "name": "src", "typeName": "UnityEngine.Texture" }, + { "name": "mipIndex", "typeName": "int" }, + { "name": "x", "typeName": "int" }, + { "name": "width", "typeName": "int" }, + { "name": "y", "typeName": "int" }, + { "name": "height", "typeName": "int" }, + { "name": "z", "typeName": "int" }, + { "name": "depth", "typeName": "int" }, + { "name": "dstFormat", "typeName": "UnityEngine.TextureFormat" }, + { + "name": "callback", + "typeName": "System.Action" + } + ], + "isStatic": true, + "name": "Request", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "AsyncGPUReadbackRequest", + "params": [ + { "name": "src", "typeName": "UnityEngine.Texture" }, + { "name": "mipIndex", "typeName": "int" }, + { "name": "x", "typeName": "int" }, + { "name": "width", "typeName": "int" }, + { "name": "y", "typeName": "int" }, + { "name": "height", "typeName": "int" }, + { "name": "z", "typeName": "int" }, + { "name": "depth", "typeName": "int" }, + { + "name": "dstFormat", + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" + }, + { + "name": "callback", + "typeName": "System.Action" + } + ], + "isStatic": true, + "name": "Request", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "AsyncGPUReadbackRequest", + "params": [ + { + "name": "output", + "typeName": "Unity.Collections.NativeArray" + }, + { "name": "src", "typeName": "UnityEngine.ComputeBuffer" }, + { + "name": "callback", + "typeName": "System.Action" + } + ], + "isStatic": true, + "name": "RequestIntoNativeArray", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "AsyncGPUReadbackRequest", + "params": [ + { + "name": "output", + "typeName": "Unity.Collections.NativeArray" + }, + { "name": "src", "typeName": "UnityEngine.ComputeBuffer" }, + { "name": "size", "typeName": "int" }, + { "name": "offset", "typeName": "int" }, + { + "name": "callback", + "typeName": "System.Action" + } + ], + "isStatic": true, + "name": "RequestIntoNativeArray", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "AsyncGPUReadbackRequest", + "params": [ + { + "name": "output", + "typeName": "Unity.Collections.NativeArray" + }, + { "name": "src", "typeName": "UnityEngine.GraphicsBuffer" }, + { + "name": "callback", + "typeName": "System.Action" + } + ], + "isStatic": true, + "name": "RequestIntoNativeArray", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "AsyncGPUReadbackRequest", + "params": [ + { + "name": "output", + "typeName": "Unity.Collections.NativeArray" + }, + { "name": "src", "typeName": "UnityEngine.GraphicsBuffer" }, + { "name": "size", "typeName": "int" }, + { "name": "offset", "typeName": "int" }, + { + "name": "callback", + "typeName": "System.Action" + } + ], + "isStatic": true, + "name": "RequestIntoNativeArray", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "AsyncGPUReadbackRequest", + "params": [ + { + "name": "output", + "typeName": "Unity.Collections.NativeArray" + }, + { "name": "src", "typeName": "UnityEngine.Texture" }, + { "name": "mipIndex", "typeName": "int" }, + { + "name": "callback", + "typeName": "System.Action" + } + ], + "isStatic": true, + "name": "RequestIntoNativeArray", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "AsyncGPUReadbackRequest", + "params": [ + { + "name": "output", + "typeName": "Unity.Collections.NativeArray" + }, + { "name": "src", "typeName": "UnityEngine.Texture" }, + { "name": "mipIndex", "typeName": "int" }, + { "name": "dstFormat", "typeName": "UnityEngine.TextureFormat" }, + { + "name": "callback", + "typeName": "System.Action" + } + ], + "isStatic": true, + "name": "RequestIntoNativeArray", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "AsyncGPUReadbackRequest", + "params": [ + { + "name": "output", + "typeName": "Unity.Collections.NativeArray" + }, + { "name": "src", "typeName": "UnityEngine.Texture" }, + { "name": "mipIndex", "typeName": "int" }, + { + "name": "dstFormat", + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" + }, + { + "name": "callback", + "typeName": "System.Action" + } + ], + "isStatic": true, + "name": "RequestIntoNativeArray", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "AsyncGPUReadbackRequest", + "params": [ + { + "name": "output", + "typeName": "Unity.Collections.NativeArray" + }, + { "name": "src", "typeName": "UnityEngine.Texture" }, + { "name": "mipIndex", "typeName": "int" }, + { "name": "x", "typeName": "int" }, + { "name": "width", "typeName": "int" }, + { "name": "y", "typeName": "int" }, + { "name": "height", "typeName": "int" }, + { "name": "z", "typeName": "int" }, + { "name": "depth", "typeName": "int" }, + { "name": "dstFormat", "typeName": "UnityEngine.TextureFormat" }, + { + "name": "callback", + "typeName": "System.Action" + } + ], + "isStatic": true, + "name": "RequestIntoNativeArray", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "AsyncGPUReadbackRequest", + "params": [ + { + "name": "output", + "typeName": "Unity.Collections.NativeArray" + }, + { "name": "src", "typeName": "UnityEngine.Texture" }, + { "name": "mipIndex", "typeName": "int" }, + { "name": "x", "typeName": "int" }, + { "name": "width", "typeName": "int" }, + { "name": "y", "typeName": "int" }, + { "name": "height", "typeName": "int" }, + { "name": "z", "typeName": "int" }, + { "name": "depth", "typeName": "int" }, + { + "name": "dstFormat", + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" + }, + { + "name": "callback", + "typeName": "System.Action" + } + ], + "isStatic": true, + "name": "RequestIntoNativeArray", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "AsyncGPUReadbackRequest", + "params": [ + { + "name": "output", + "typeName": "Unity.Collections.NativeSlice" + }, + { "name": "src", "typeName": "UnityEngine.ComputeBuffer" }, + { + "name": "callback", + "typeName": "System.Action" + } + ], + "isStatic": true, + "name": "RequestIntoNativeSlice", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "AsyncGPUReadbackRequest", + "params": [ + { + "name": "output", + "typeName": "Unity.Collections.NativeSlice" + }, + { "name": "src", "typeName": "UnityEngine.ComputeBuffer" }, + { "name": "size", "typeName": "int" }, + { "name": "offset", "typeName": "int" }, + { + "name": "callback", + "typeName": "System.Action" + } + ], + "isStatic": true, + "name": "RequestIntoNativeSlice", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "AsyncGPUReadbackRequest", + "params": [ + { + "name": "output", + "typeName": "Unity.Collections.NativeSlice" + }, + { "name": "src", "typeName": "UnityEngine.GraphicsBuffer" }, + { + "name": "callback", + "typeName": "System.Action" + } + ], + "isStatic": true, + "name": "RequestIntoNativeSlice", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "AsyncGPUReadbackRequest", + "params": [ + { + "name": "output", + "typeName": "Unity.Collections.NativeSlice" + }, + { "name": "src", "typeName": "UnityEngine.GraphicsBuffer" }, + { "name": "size", "typeName": "int" }, + { "name": "offset", "typeName": "int" }, + { + "name": "callback", + "typeName": "System.Action" + } + ], + "isStatic": true, + "name": "RequestIntoNativeSlice", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "AsyncGPUReadbackRequest", + "params": [ + { + "name": "output", + "typeName": "Unity.Collections.NativeSlice" + }, + { "name": "src", "typeName": "UnityEngine.Texture" }, + { "name": "mipIndex", "typeName": "int" }, + { + "name": "callback", + "typeName": "System.Action" + } + ], + "isStatic": true, + "name": "RequestIntoNativeSlice", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "AsyncGPUReadbackRequest", + "params": [ + { + "name": "output", + "typeName": "Unity.Collections.NativeSlice" + }, + { "name": "src", "typeName": "UnityEngine.Texture" }, + { "name": "mipIndex", "typeName": "int" }, + { "name": "dstFormat", "typeName": "UnityEngine.TextureFormat" }, + { + "name": "callback", + "typeName": "System.Action" + } + ], + "isStatic": true, + "name": "RequestIntoNativeSlice", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "AsyncGPUReadbackRequest", + "params": [ + { + "name": "output", + "typeName": "Unity.Collections.NativeSlice" + }, + { "name": "src", "typeName": "UnityEngine.Texture" }, + { "name": "mipIndex", "typeName": "int" }, + { + "name": "dstFormat", + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" + }, + { + "name": "callback", + "typeName": "System.Action" + } + ], + "isStatic": true, + "name": "RequestIntoNativeSlice", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "AsyncGPUReadbackRequest", + "params": [ + { + "name": "output", + "typeName": "Unity.Collections.NativeSlice" + }, + { "name": "src", "typeName": "UnityEngine.Texture" }, + { "name": "mipIndex", "typeName": "int" }, + { "name": "x", "typeName": "int" }, + { "name": "width", "typeName": "int" }, + { "name": "y", "typeName": "int" }, + { "name": "height", "typeName": "int" }, + { "name": "z", "typeName": "int" }, + { "name": "depth", "typeName": "int" }, + { "name": "dstFormat", "typeName": "UnityEngine.TextureFormat" }, + { + "name": "callback", + "typeName": "System.Action" + } + ], + "isStatic": true, + "name": "RequestIntoNativeSlice", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "AsyncGPUReadbackRequest", + "params": [ + { + "name": "output", + "typeName": "Unity.Collections.NativeSlice" + }, + { "name": "src", "typeName": "UnityEngine.Texture" }, + { "name": "mipIndex", "typeName": "int" }, + { "name": "x", "typeName": "int" }, + { "name": "width", "typeName": "int" }, + { "name": "y", "typeName": "int" }, + { "name": "height", "typeName": "int" }, + { "name": "z", "typeName": "int" }, + { "name": "depth", "typeName": "int" }, + { + "name": "dstFormat", + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" + }, + { + "name": "callback", + "typeName": "System.Action" + } + ], + "isStatic": true, + "name": "RequestIntoNativeSlice", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "AsyncGPUReadback", + "comment": "Allows the asynchronous read back of GPU resources.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Analytics", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "paramCountMax", + "comment": "", + "location": "Unity.Analytics.Tracker.dll" + }, + { + "typeName": "int", + "name": "triggerRuleCountMax", + "comment": "", + "location": "Unity.Analytics.Tracker.dll" + } + ], + "methods": [], + "name": "AnalyticsEventTrackerSettings", + "comment": "", + "location": "Unity.Analytics.Tracker.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Rendering.SynchronisationStage", + "name": "VertexProcessing", + "comment": "All aspects of vertex processing.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.SynchronisationStage", + "name": "PixelProcessing", + "comment": "The process of creating and shading the fragments.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Rendering.SynchronisationStage", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "SynchronisationStage", + "comment": "Broadly describes the stages of processing a draw call on the GPU.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Analytics", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Analytics.AnalyticsEventParam.RequirementType", + "name": "requirementType", + "comment": "", + "location": "Unity.Analytics.Tracker.dll" + }, + { + "typeName": "string", + "name": "groupID", + "comment": "", + "location": "Unity.Analytics.Tracker.dll" + }, + { + "typeName": "UnityEngine.Analytics.ValueProperty", + "name": "valueProperty", + "comment": "", + "location": "Unity.Analytics.Tracker.dll" + }, + { + "typeName": "string", + "name": "name", + "comment": "", + "location": "Unity.Analytics.Tracker.dll" + }, + { + "typeName": "object", + "name": "value", + "comment": "", + "location": "Unity.Analytics.Tracker.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Analytics.Tracker.dll" + } + ], + "name": "AnalyticsEventParam", + "comment": "", + "location": "Unity.Analytics.Tracker.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "passed", + "comment": "This functionality is deprecated, and should no longer be used. Please use GraphicsFence.passed.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "GPUFence", + "comment": "This functionality is deprecated, and should no longer be used. Please use GraphicsFence.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Assertions.Must", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "MustBeTrue", + "comment": "An extension method for Assertions.Assert.IsTrue.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": "MustBeTrue", + "comment": "An extension method for Assertions.Assert.IsTrue.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "MustBeFalse", + "comment": "An extension method for Assertions.Assert.IsFalse.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": "MustBeFalse", + "comment": "An extension method for Assertions.Assert.IsFalse.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "expected", "typeName": "float" }], + "isStatic": false, + "name": "MustBeApproximatelyEqual", + "comment": "An extension method for Assertions.Assert.AreApproximatelyEqual.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "expected", "typeName": "float" }, + { "name": "message", "typeName": "string" } + ], + "isStatic": false, + "name": "MustBeApproximatelyEqual", + "comment": "An extension method for Assertions.Assert.AreApproximatelyEqual.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "expected", "typeName": "float" }, + { "name": "tolerance", "typeName": "float" } + ], + "isStatic": false, + "name": "MustBeApproximatelyEqual", + "comment": "An extension method for Assertions.Assert.AreApproximatelyEqual.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "expected", "typeName": "float" }, + { "name": "tolerance", "typeName": "float" }, + { "name": "message", "typeName": "string" } + ], + "isStatic": false, + "name": "MustBeApproximatelyEqual", + "comment": "An extension method for Assertions.Assert.AreApproximatelyEqual.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "expected", "typeName": "float" }], + "isStatic": false, + "name": "MustNotBeApproximatelyEqual", + "comment": "An extension method for Assertions.Assert.AreNotApproximatelyEqual.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "expected", "typeName": "float" }, + { "name": "message", "typeName": "string" } + ], + "isStatic": false, + "name": "MustNotBeApproximatelyEqual", + "comment": "An extension method for Assertions.Assert.AreNotApproximatelyEqual.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "expected", "typeName": "float" }, + { "name": "tolerance", "typeName": "float" } + ], + "isStatic": false, + "name": "MustNotBeApproximatelyEqual", + "comment": "An extension method for Assertions.Assert.AreNotApproximatelyEqual.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "expected", "typeName": "float" }, + { "name": "tolerance", "typeName": "float" }, + { "name": "message", "typeName": "string" } + ], + "isStatic": false, + "name": "MustNotBeApproximatelyEqual", + "comment": "An extension method for Assertions.Assert.AreNotApproximatelyEqual.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "expected", "typeName": "T" }], + "isStatic": false, + "name": "MustBeEqual", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "expected", "typeName": "T" }, + { "name": "message", "typeName": "string" } + ], + "isStatic": false, + "name": "MustBeEqual", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "expected", "typeName": "T" }], + "isStatic": false, + "name": "MustNotBeEqual", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "expected", "typeName": "T" }, + { "name": "message", "typeName": "string" } + ], + "isStatic": false, + "name": "MustNotBeEqual", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "MustBeNull", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": "MustBeNull", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "MustNotBeNull", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "message", "typeName": "string" }], + "isStatic": false, + "name": "MustNotBeNull", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "MustExtensions", + "comment": "An extension class that serves as a wrapper for the Assert class.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "BeginGPUCapture", + "comment": "Begins a GPU frame capture in PIX. If not running via PIX, or as a development build, then it has no effect.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "EndGPUCapture", + "comment": "Ends the current GPU frame capture in PIX. If not running via PIX, or as a development build, then it has no effect.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": true, + "name": "IsAttached", + "comment": "Returns true if running via PIX and in a development build.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "PIX", + "comment": "Provides an interface to control GPU frame capture in Microsoft's PIX software.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Rendering.ShaderHardwareTier", + "name": "Tier1", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.ShaderHardwareTier", + "name": "Tier2", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.ShaderHardwareTier", + "name": "Tier3", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Rendering.ShaderHardwareTier", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "ShaderHardwareTier", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Rendering.IndexFormat", + "name": "UInt16", + "comment": "16 bit mesh index buffer format.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.IndexFormat", + "name": "UInt32", + "comment": "32 bit mesh index buffer format.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Rendering.IndexFormat", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "IndexFormat", + "comment": "Format of the mesh index buffer data.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Rendering.MeshUpdateFlags", + "name": "Default", + "comment": "Indicates that Unity should perform the default checks and validation when you update a Mesh's data.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.MeshUpdateFlags", + "name": "DontValidateIndices", + "comment": "Indicates that Unity should not check index values when you use Mesh.SetIndexBufferData to modify a Mesh's data.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.MeshUpdateFlags", + "name": "DontResetBoneBounds", + "comment": "Indicates that Unity should not reset skinned mesh bone bounds when you modify Mesh data using Mesh.SetVertexBufferData or Mesh.SetIndexBufferData.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.MeshUpdateFlags", + "name": "DontNotifyMeshUsers", + "comment": "Indicates that Unity should not notify Renderer components about a possible Mesh bounds change, when you modify Mesh data.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.MeshUpdateFlags", + "name": "DontRecalculateBounds", + "comment": "Indicates that Unity should not recalculate the bounds when you set Mesh data using Mesh.SetSubMesh.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Rendering.MeshUpdateFlags", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "MeshUpdateFlags", + "comment": "Mesh data update flags.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Rendering.VertexAttributeFormat", + "name": "Float32", + "comment": "32-bit float number.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.VertexAttributeFormat", + "name": "Float16", + "comment": "16-bit float number.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.VertexAttributeFormat", + "name": "UNorm8", + "comment": "8-bit unsigned normalized number.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.VertexAttributeFormat", + "name": "SNorm8", + "comment": "8-bit signed normalized number.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.VertexAttributeFormat", + "name": "UNorm16", + "comment": "16-bit unsigned normalized number.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.VertexAttributeFormat", + "name": "SNorm16", + "comment": "16-bit signed normalized number.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.VertexAttributeFormat", + "name": "UInt8", + "comment": "8-bit unsigned integer.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.VertexAttributeFormat", + "name": "SInt8", + "comment": "8-bit signed integer.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.VertexAttributeFormat", + "name": "UInt16", + "comment": "16-bit unsigned integer.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.VertexAttributeFormat", + "name": "SInt16", + "comment": "16-bit signed integer.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.VertexAttributeFormat", + "name": "UInt32", + "comment": "32-bit unsigned integer.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.VertexAttributeFormat", + "name": "SInt32", + "comment": "32-bit signed integer.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Rendering.VertexAttributeFormat", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "VertexAttributeFormat", + "comment": "Data type of a VertexAttribute.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Rendering.VertexAttribute", + "name": "Position", + "comment": "Vertex position.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.VertexAttribute", + "name": "Normal", + "comment": "Vertex normal.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.VertexAttribute", + "name": "Tangent", + "comment": "Vertex tangent.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.VertexAttribute", + "name": "Color", + "comment": "Vertex color.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.VertexAttribute", + "name": "TexCoord0", + "comment": "Primary texture coordinate (UV).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.VertexAttribute", + "name": "TexCoord1", + "comment": "Additional texture coordinate.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.VertexAttribute", + "name": "TexCoord2", + "comment": "Additional texture coordinate.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.VertexAttribute", + "name": "TexCoord3", + "comment": "Additional texture coordinate.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.VertexAttribute", + "name": "TexCoord4", + "comment": "Additional texture coordinate.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.VertexAttribute", + "name": "TexCoord5", + "comment": "Additional texture coordinate.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.VertexAttribute", + "name": "TexCoord6", + "comment": "Additional texture coordinate.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.VertexAttribute", + "name": "TexCoord7", + "comment": "Additional texture coordinate.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.VertexAttribute", + "name": "BlendWeight", + "comment": "Bone blend weights for skinned Meshes.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.VertexAttribute", + "name": "BlendIndices", + "comment": "Bone indices for skinned Meshes.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Rendering.VertexAttribute", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "VertexAttribute", + "comment": "Possible attribute types that describe a vertex in a Mesh.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Rendering.ShaderParamType", + "name": "Float", + "comment": "A float.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.ShaderParamType", + "name": "Int", + "comment": "An integer.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.ShaderParamType", + "name": "Bool", + "comment": "A boolean.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.ShaderParamType", + "name": "Half", + "comment": "A half-precision float.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.ShaderParamType", + "name": "Short", + "comment": "A short.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.ShaderParamType", + "name": "UInt", + "comment": "An unsigned integer.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Rendering.ShaderParamType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "ShaderParamType", + "comment": "Options for the data type of a shader constant's members.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Rendering.ShaderConstantType", + "name": "Vector", + "comment": "The shader constant is a vector or a scalar (a vector with one column). The related ShaderData.ConstantInfo stores the number of columns.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.ShaderConstantType", + "name": "Matrix", + "comment": "The shader constant is a matrix. The related ShaderData.ConstantInfo stores the number of rows and columns.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.ShaderConstantType", + "name": "Struct", + "comment": "The shader constant is a struct. The related ShaderData.ConstantInfo stores the struct's size and members.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Rendering.ShaderConstantType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "ShaderConstantType", + "comment": "Options for the shader constant value type.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Rendering.OpaqueSortMode", + "name": "Default", + "comment": "Default opaque sorting mode.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.OpaqueSortMode", + "name": "FrontToBack", + "comment": "Do rough front-to-back sorting of opaque objects.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.OpaqueSortMode", + "name": "NoDistanceSort", + "comment": "Do not sort opaque objects by distance.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Rendering.OpaqueSortMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "OpaqueSortMode", + "comment": "Opaque object sorting mode of a Camera.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Rendering.RenderQueue", + "name": "Background", + "comment": "This render queue is rendered before any others.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.RenderQueue", + "name": "Geometry", + "comment": "Opaque geometry uses this queue.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.RenderQueue", + "name": "AlphaTest", + "comment": "Alpha tested geometry uses this queue.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.RenderQueue", + "name": "GeometryLast", + "comment": "Last render queue that is considered \"opaque\".\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.RenderQueue", + "name": "Transparent", + "comment": "This render queue is rendered after Geometry and AlphaTest, in back-to-front order.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.RenderQueue", + "name": "Overlay", + "comment": "This render queue is meant for overlay effects.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Rendering.RenderQueue", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "RenderQueue", + "comment": "Determine in which order objects are renderered.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Rendering.RenderBufferLoadAction", + "name": "Load", + "comment": "When this RenderBuffer is activated, preserve the existing contents of it. This setting is expensive on tile-based GPUs and should be avoided whenever possible.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.RenderBufferLoadAction", + "name": "Clear", + "comment": "Upon activating the render buffer, clear its contents. Currently only works together with the RenderPass API.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.RenderBufferLoadAction", + "name": "DontCare", + "comment": "When this RenderBuffer is activated, the GPU is instructed not to care about the existing contents of that RenderBuffer. On tile-based GPUs this means that the RenderBuffer contents do not need to be loaded into the tile memory, providing a performance boost.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Rendering.RenderBufferLoadAction", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "RenderBufferLoadAction", + "comment": "This enum describes what should be done on the render target when it is activated (loaded).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Rendering.RenderBufferStoreAction", + "name": "Store", + "comment": "The RenderBuffer contents need to be stored to RAM. If the surface has MSAA enabled, this stores the non-resolved surface.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.RenderBufferStoreAction", + "name": "Resolve", + "comment": "Resolve the (MSAA'd) surface. Currently only used with the RenderPass API.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.RenderBufferStoreAction", + "name": "StoreAndResolve", + "comment": "Resolve the (MSAA'd) surface, but also store the multisampled version. Currently only used with the RenderPass API.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.RenderBufferStoreAction", + "name": "DontCare", + "comment": "The contents of the RenderBuffer are not needed and can be discarded. Tile-based GPUs will skip writing out the surface contents altogether, providing performance boost.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Rendering.RenderBufferStoreAction", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "RenderBufferStoreAction", + "comment": "This enum describes what should be done on the render target when the GPU is done rendering into it.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Rendering.FastMemoryFlags", + "name": "None", + "comment": "Use the default fast memory layout.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.FastMemoryFlags", + "name": "SpillTop", + "comment": "Sections of the render target not placed in fast memory will be taken from the top of the image.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.FastMemoryFlags", + "name": "SpillBottom", + "comment": "Sections of the render target not placed in fast memory will be taken from the bottom of the image.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Rendering.FastMemoryFlags", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "FastMemoryFlags", + "comment": "Control Fast Memory render target layout.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Rendering.BlendMode", + "name": "Zero", + "comment": "Blend factor is (0, 0, 0, 0).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.BlendMode", + "name": "One", + "comment": "Blend factor is (1, 1, 1, 1).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.BlendMode", + "name": "DstColor", + "comment": "Blend factor is (Rd, Gd, Bd, Ad).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.BlendMode", + "name": "SrcColor", + "comment": "Blend factor is (Rs, Gs, Bs, As).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.BlendMode", + "name": "OneMinusDstColor", + "comment": "Blend factor is (1 - Rd, 1 - Gd, 1 - Bd, 1 - Ad).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.BlendMode", + "name": "SrcAlpha", + "comment": "Blend factor is (As, As, As, As).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.BlendMode", + "name": "OneMinusSrcColor", + "comment": "Blend factor is (1 - Rs, 1 - Gs, 1 - Bs, 1 - As).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.BlendMode", + "name": "DstAlpha", + "comment": "Blend factor is (Ad, Ad, Ad, Ad).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.BlendMode", + "name": "OneMinusDstAlpha", + "comment": "Blend factor is (1 - Ad, 1 - Ad, 1 - Ad, 1 - Ad).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.BlendMode", + "name": "SrcAlphaSaturate", + "comment": "Blend factor is (f, f, f, 1); where f = min(As, 1 - Ad).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.BlendMode", + "name": "OneMinusSrcAlpha", + "comment": "Blend factor is (1 - As, 1 - As, 1 - As, 1 - As).\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Rendering.BlendMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "BlendMode", + "comment": "Blend mode for controlling the blending.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Experimental.Video", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IPlayable", "IEquatable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.VideoModule.dll" + }, + { + "returnTypeName": "VideoClipPlayable", + "params": [ + { + "name": "graph", + "typeName": "UnityEngine.Playables.PlayableGraph" + }, + { "name": "clip", "typeName": "UnityEngine.Video.VideoClip" }, + { "name": "looping", "typeName": "bool" } + ], + "isStatic": true, + "name": "Create", + "comment": "A VideoClipPlayable linked to the PlayableGraph.\n\n```plaintext\nParams: graph - The PlayableGraph object that will own the VideoClipPlayable.\n looping - Indicates if VideoClip loops when it reaches the end.\n clip - VideoClip used to produce textures in the PlayableGraph.\n \n```\n\n", + "location": "UnityEngine.VideoModule.dll" + }, + { + "returnTypeName": "PlayableHandle", + "params": [], + "isStatic": false, + "name": "GetHandle", + "comment": "", + "location": "UnityEngine.VideoModule.dll" + }, + { + "returnTypeName": "Playable", + "params": [ + { + "name": "playable", + "typeName": "UnityEngine.Experimental.Video.VideoClipPlayable" + } + ], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "UnityEngine.VideoModule.dll" + }, + { + "returnTypeName": "VideoClipPlayable", + "params": [ + { "name": "playable", "typeName": "UnityEngine.Playables.Playable" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "UnityEngine.VideoModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "other", + "typeName": "UnityEngine.Experimental.Video.VideoClipPlayable" + } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.VideoModule.dll" + }, + { + "returnTypeName": "VideoClip", + "params": [], + "isStatic": false, + "name": "GetClip", + "comment": "", + "location": "UnityEngine.VideoModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "UnityEngine.Video.VideoClip" } + ], + "isStatic": false, + "name": "SetClip", + "comment": "", + "location": "UnityEngine.VideoModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "GetLooped", + "comment": "", + "location": "UnityEngine.VideoModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "bool" }], + "isStatic": false, + "name": "SetLooped", + "comment": "", + "location": "UnityEngine.VideoModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "IsPlaying", + "comment": "", + "location": "UnityEngine.VideoModule.dll" + }, + { + "returnTypeName": "Double", + "params": [], + "isStatic": false, + "name": "GetStartDelay", + "comment": "", + "location": "UnityEngine.VideoModule.dll" + }, + { + "returnTypeName": "Double", + "params": [], + "isStatic": false, + "name": "GetPauseDelay", + "comment": "", + "location": "UnityEngine.VideoModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "startTime", "typeName": "double" }, + { "name": "startDelay", "typeName": "double" } + ], + "isStatic": false, + "name": "Seek", + "comment": "", + "location": "UnityEngine.VideoModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "startTime", "typeName": "double" }, + { "name": "startDelay", "typeName": "double" }, + { "name": "duration", "typeName": "double" } + ], + "isStatic": false, + "name": "Seek", + "comment": "", + "location": "UnityEngine.VideoModule.dll" + } + ], + "name": "VideoClipPlayable", + "comment": "An implementation of IPlayable that controls playback of a VideoClip.\n\n", + "location": "UnityEngine.VideoModule.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Rendering.BlendOp", + "name": "Add", + "comment": "Add (s + d).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.BlendOp", + "name": "Subtract", + "comment": "Subtract.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.BlendOp", + "name": "ReverseSubtract", + "comment": "Reverse subtract.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.BlendOp", + "name": "Min", + "comment": "Min.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.BlendOp", + "name": "Max", + "comment": "Max.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.BlendOp", + "name": "LogicalClear", + "comment": "Logical Clear (0).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.BlendOp", + "name": "LogicalSet", + "comment": "Logical SET (1) (D3D11.1 only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.BlendOp", + "name": "LogicalCopy", + "comment": "Logical Copy (s) (D3D11.1 only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.BlendOp", + "name": "LogicalCopyInverted", + "comment": "Logical inverted Copy (!s) (D3D11.1 only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.BlendOp", + "name": "LogicalNoop", + "comment": "Logical No-op (d) (D3D11.1 only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.BlendOp", + "name": "LogicalInvert", + "comment": "Logical Inverse (!d) (D3D11.1 only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.BlendOp", + "name": "LogicalAnd", + "comment": "Logical AND (s & d) (D3D11.1 only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.BlendOp", + "name": "LogicalNand", + "comment": "Logical NAND !(s & d). D3D11.1 only.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.BlendOp", + "name": "LogicalOr", + "comment": "Logical OR (s | d) (D3D11.1 only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.BlendOp", + "name": "LogicalNor", + "comment": "Logical NOR !(s | d) (D3D11.1 only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.BlendOp", + "name": "LogicalXor", + "comment": "Logical XOR (s XOR d) (D3D11.1 only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.BlendOp", + "name": "LogicalEquivalence", + "comment": "Logical Equivalence !(s XOR d) (D3D11.1 only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.BlendOp", + "name": "LogicalAndReverse", + "comment": "Logical reverse AND (s & !d) (D3D11.1 only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.BlendOp", + "name": "LogicalAndInverted", + "comment": "Logical inverted AND (!s & d) (D3D11.1 only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.BlendOp", + "name": "LogicalOrReverse", + "comment": "Logical reverse OR (s | !d) (D3D11.1 only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.BlendOp", + "name": "LogicalOrInverted", + "comment": "Logical inverted OR (!s | d) (D3D11.1 only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.BlendOp", + "name": "Multiply", + "comment": "Multiply (Advanced OpenGL blending).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.BlendOp", + "name": "Screen", + "comment": "Screen (Advanced OpenGL blending).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.BlendOp", + "name": "Overlay", + "comment": "Overlay (Advanced OpenGL blending).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.BlendOp", + "name": "Darken", + "comment": "Darken (Advanced OpenGL blending).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.BlendOp", + "name": "Lighten", + "comment": "Lighten (Advanced OpenGL blending).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.BlendOp", + "name": "ColorDodge", + "comment": "Color dodge (Advanced OpenGL blending).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.BlendOp", + "name": "ColorBurn", + "comment": "Color burn (Advanced OpenGL blending).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.BlendOp", + "name": "HardLight", + "comment": "Hard light (Advanced OpenGL blending).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.BlendOp", + "name": "SoftLight", + "comment": "Soft light (Advanced OpenGL blending).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.BlendOp", + "name": "Difference", + "comment": "Difference (Advanced OpenGL blending).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.BlendOp", + "name": "Exclusion", + "comment": "Exclusion (Advanced OpenGL blending).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.BlendOp", + "name": "HSLHue", + "comment": "HSL Hue (Advanced OpenGL blending).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.BlendOp", + "name": "HSLSaturation", + "comment": "HSL saturation (Advanced OpenGL blending).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.BlendOp", + "name": "HSLColor", + "comment": "HSL color (Advanced OpenGL blending).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.BlendOp", + "name": "HSLLuminosity", + "comment": "HSL luminosity (Advanced OpenGL blending).\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Rendering.BlendOp", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "BlendOp", + "comment": "Blend operation.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Rendering.CompareFunction", + "name": "Disabled", + "comment": "Depth or stencil test is disabled.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.CompareFunction", + "name": "Never", + "comment": "Never pass depth or stencil test.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.CompareFunction", + "name": "Less", + "comment": "Pass depth or stencil test when new value is less than old one.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.CompareFunction", + "name": "Equal", + "comment": "Pass depth or stencil test when values are equal.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.CompareFunction", + "name": "LessEqual", + "comment": "Pass depth or stencil test when new value is less or equal than old one.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.CompareFunction", + "name": "Greater", + "comment": "Pass depth or stencil test when new value is greater than old one.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.CompareFunction", + "name": "NotEqual", + "comment": "Pass depth or stencil test when values are different.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.CompareFunction", + "name": "GreaterEqual", + "comment": "Pass depth or stencil test when new value is greater or equal than old one.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.CompareFunction", + "name": "Always", + "comment": "Always pass depth or stencil test.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Rendering.CompareFunction", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "CompareFunction", + "comment": "Depth or stencil comparison function.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Experimental.Video", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "AudioSampleProvider", + "params": [{ "name": "trackIndex", "typeName": "ushort" }], + "isStatic": false, + "name": "GetAudioSampleProvider", + "comment": "The sample provider for the specified track.\n\n```plaintext\nParams: vp - The \"this\" pointer for the extension method.\n trackIndex - The audio track index for which the sample provider is queried.\n \n```\n\n", + "location": "UnityEngine.VideoModule.dll" + } + ], + "name": "VideoPlayerExtensions", + "comment": "Extension methods for the Video.VideoPlayer class.\n\n", + "location": "UnityEngine.VideoModule.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Rendering.CullMode", + "name": "Off", + "comment": "Disable culling.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.CullMode", + "name": "Front", + "comment": "Cull front-facing geometry.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.CullMode", + "name": "Back", + "comment": "Cull back-facing geometry.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Rendering.CullMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "CullMode", + "comment": "Backface culling mode.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Rendering.ColorWriteMask", + "name": "Alpha", + "comment": "Write alpha component.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.ColorWriteMask", + "name": "Blue", + "comment": "Write blue component.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.ColorWriteMask", + "name": "Green", + "comment": "Write green component.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.ColorWriteMask", + "name": "Red", + "comment": "Write red component.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.ColorWriteMask", + "name": "All", + "comment": "Write all components (R, G, B and Alpha).\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Rendering.ColorWriteMask", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "ColorWriteMask", + "comment": "Specifies which color components will get written into the target framebuffer.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Rendering.StencilOp", + "name": "Keep", + "comment": "Keeps the current stencil value.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.StencilOp", + "name": "Zero", + "comment": "Sets the stencil buffer value to zero.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.StencilOp", + "name": "Replace", + "comment": "Replace the stencil buffer value with reference value (specified in the shader).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.StencilOp", + "name": "IncrementSaturate", + "comment": "Increments the current stencil buffer value. Clamps to the maximum representable unsigned value.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.StencilOp", + "name": "DecrementSaturate", + "comment": "Decrements the current stencil buffer value. Clamps to 0.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.StencilOp", + "name": "Invert", + "comment": "Bitwise inverts the current stencil buffer value.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.StencilOp", + "name": "IncrementWrap", + "comment": "Increments the current stencil buffer value. Wraps stencil buffer value to zero when incrementing the maximum representable unsigned value.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.StencilOp", + "name": "DecrementWrap", + "comment": "Decrements the current stencil buffer value. Wraps stencil buffer value to the maximum representable unsigned value when decrementing a stencil buffer value of zero.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Rendering.StencilOp", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "StencilOp", + "comment": "Specifies the operation that's performed on the stencil buffer when rendering.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Rendering.AmbientMode", + "name": "Skybox", + "comment": "Skybox-based or custom ambient lighting.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.AmbientMode", + "name": "Trilight", + "comment": "Trilight ambient lighting.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.AmbientMode", + "name": "Flat", + "comment": "Flat ambient lighting.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.AmbientMode", + "name": "Custom", + "comment": "Ambient lighting is defined by a custom cubemap.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Rendering.AmbientMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "AmbientMode", + "comment": "Ambient lighting mode.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Rendering.DefaultReflectionMode", + "name": "Skybox", + "comment": "Skybox-based default reflection.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.DefaultReflectionMode", + "name": "Custom", + "comment": "Custom default reflection.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Rendering.DefaultReflectionMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "DefaultReflectionMode", + "comment": "Default reflection mode.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Internal", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "object", + "name": "Value", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "DefaultValueAttribute", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Rendering.ReflectionCubemapCompression", + "name": "Uncompressed", + "comment": "Baked Reflection cubemap will be left uncompressed.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.ReflectionCubemapCompression", + "name": "Compressed", + "comment": "Baked Reflection cubemap will be compressed.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.ReflectionCubemapCompression", + "name": "Auto", + "comment": "Baked Reflection cubemap will be compressed if compression format is suitable.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Rendering.ReflectionCubemapCompression", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "ReflectionCubemapCompression", + "comment": "Determines how Unity will compress baked reflection cubemap.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Internal", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "ExcludeFromDocsAttribute", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Rendering.CameraEvent", + "name": "BeforeDepthTexture", + "comment": "Before camera's depth texture is generated.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.CameraEvent", + "name": "AfterDepthTexture", + "comment": "After camera's depth texture is generated.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.CameraEvent", + "name": "BeforeDepthNormalsTexture", + "comment": "Before camera's depth+normals texture is generated.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.CameraEvent", + "name": "AfterDepthNormalsTexture", + "comment": "After camera's depth+normals texture is generated.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.CameraEvent", + "name": "BeforeGBuffer", + "comment": "Before deferred rendering G-buffer is rendered.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.CameraEvent", + "name": "AfterGBuffer", + "comment": "After deferred rendering G-buffer is rendered.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.CameraEvent", + "name": "BeforeLighting", + "comment": "Before lighting pass in deferred rendering.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.CameraEvent", + "name": "AfterLighting", + "comment": "After lighting pass in deferred rendering.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.CameraEvent", + "name": "BeforeFinalPass", + "comment": "Before final geometry pass in deferred lighting.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.CameraEvent", + "name": "AfterFinalPass", + "comment": "After final geometry pass in deferred lighting.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.CameraEvent", + "name": "BeforeForwardOpaque", + "comment": "Before opaque objects in forward rendering.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.CameraEvent", + "name": "AfterForwardOpaque", + "comment": "After opaque objects in forward rendering.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.CameraEvent", + "name": "BeforeImageEffectsOpaque", + "comment": "Before image effects that happen between opaque & transparent objects.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.CameraEvent", + "name": "AfterImageEffectsOpaque", + "comment": "After image effects that happen between opaque & transparent objects.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.CameraEvent", + "name": "BeforeSkybox", + "comment": "Before skybox is drawn.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.CameraEvent", + "name": "AfterSkybox", + "comment": "After skybox is drawn.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.CameraEvent", + "name": "BeforeForwardAlpha", + "comment": "Before transparent objects in forward rendering.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.CameraEvent", + "name": "AfterForwardAlpha", + "comment": "After transparent objects in forward rendering.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.CameraEvent", + "name": "BeforeImageEffects", + "comment": "Before image effects.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.CameraEvent", + "name": "AfterImageEffects", + "comment": "After image effects.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.CameraEvent", + "name": "AfterEverything", + "comment": "After camera has done rendering everything.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.CameraEvent", + "name": "BeforeReflections", + "comment": "Before reflections pass in deferred rendering.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.CameraEvent", + "name": "AfterReflections", + "comment": "After reflections pass in deferred rendering.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.CameraEvent", + "name": "BeforeHaloAndLensFlares", + "comment": "Before halo and lens flares.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.CameraEvent", + "name": "AfterHaloAndLensFlares", + "comment": "After halo and lens flares.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Rendering.CameraEvent", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "CameraEvent", + "comment": "Defines a place in camera's rendering to attach Rendering.CommandBuffer objects to.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Rendering.LightEvent", + "name": "BeforeShadowMap", + "comment": "Before shadowmap is rendered.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.LightEvent", + "name": "AfterShadowMap", + "comment": "After shadowmap is rendered.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.LightEvent", + "name": "BeforeScreenspaceMask", + "comment": "Before directional light screenspace shadow mask is computed.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.LightEvent", + "name": "AfterScreenspaceMask", + "comment": "After directional light screenspace shadow mask is computed.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.LightEvent", + "name": "BeforeShadowMapPass", + "comment": "Before shadowmap pass is rendered.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.LightEvent", + "name": "AfterShadowMapPass", + "comment": "After shadowmap pass is rendered.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Rendering.LightEvent", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "LightEvent", + "comment": "Defines a place in light's rendering to attach Rendering.CommandBuffer objects to.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Rendering.ShadowMapPass", + "name": "PointlightPositiveX", + "comment": "+X point light shadow cubemap face.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.ShadowMapPass", + "name": "PointlightNegativeX", + "comment": "-X point light shadow cubemap face.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.ShadowMapPass", + "name": "PointlightPositiveY", + "comment": "+Y point light shadow cubemap face.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.ShadowMapPass", + "name": "PointlightNegativeY", + "comment": "-Y point light shadow cubemap face.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.ShadowMapPass", + "name": "PointlightPositiveZ", + "comment": "+Z point light shadow cubemap face.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.ShadowMapPass", + "name": "PointlightNegativeZ", + "comment": "-Z point light shadow cubemap face.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.ShadowMapPass", + "name": "DirectionalCascade0", + "comment": "First directional shadow map cascade.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.ShadowMapPass", + "name": "DirectionalCascade1", + "comment": "Second directional shadow map cascade.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.ShadowMapPass", + "name": "DirectionalCascade2", + "comment": "Third directional shadow map cascade.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.ShadowMapPass", + "name": "DirectionalCascade3", + "comment": "Fourth directional shadow map cascade.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.ShadowMapPass", + "name": "Spotlight", + "comment": "Spotlight shadow pass.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.ShadowMapPass", + "name": "Pointlight", + "comment": "All point light shadow passes.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.ShadowMapPass", + "name": "Directional", + "comment": "All directional shadow map passes.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.ShadowMapPass", + "name": "All", + "comment": "All shadow map passes.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Rendering.ShadowMapPass", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "ShadowMapPass", + "comment": "Allows precise control over which shadow map passes to execute Rendering.CommandBuffer objects attached using Light.AddCommandBuffer.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Rendering.BuiltinRenderTextureType", + "name": "PropertyName", + "comment": "A globally set property name.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.BuiltinRenderTextureType", + "name": "BufferPtr", + "comment": "The raw RenderBuffer pointer to be used.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.BuiltinRenderTextureType", + "name": "RenderTexture", + "comment": "The given RenderTexture.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.BuiltinRenderTextureType", + "name": "BindableTexture", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.BuiltinRenderTextureType", + "name": "None", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.BuiltinRenderTextureType", + "name": "CurrentActive", + "comment": "Currently active render target.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.BuiltinRenderTextureType", + "name": "CameraTarget", + "comment": "Target texture of currently rendering camera.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.BuiltinRenderTextureType", + "name": "Depth", + "comment": "Camera's depth texture.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.BuiltinRenderTextureType", + "name": "DepthNormals", + "comment": "Camera's depth+normals texture.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.BuiltinRenderTextureType", + "name": "ResolvedDepth", + "comment": "Resolved depth buffer from deferred.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.BuiltinRenderTextureType", + "name": "PrepassNormalsSpec", + "comment": "Deferred lighting (normals+specular) G-buffer.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.BuiltinRenderTextureType", + "name": "PrepassLight", + "comment": "Deferred lighting light buffer.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.BuiltinRenderTextureType", + "name": "PrepassLightSpec", + "comment": "Deferred lighting HDR specular light buffer (Xbox 360 only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.BuiltinRenderTextureType", + "name": "GBuffer0", + "comment": "Deferred shading G-buffer #0 (typically diffuse color).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.BuiltinRenderTextureType", + "name": "GBuffer1", + "comment": "Deferred shading G-buffer #1 (typically specular + roughness).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.BuiltinRenderTextureType", + "name": "GBuffer2", + "comment": "Deferred shading G-buffer #2 (typically normals).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.BuiltinRenderTextureType", + "name": "GBuffer3", + "comment": "Deferred shading G-buffer #3 (typically emission/lighting).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.BuiltinRenderTextureType", + "name": "Reflections", + "comment": "Reflections gathered from default reflection and reflections probes.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.BuiltinRenderTextureType", + "name": "MotionVectors", + "comment": "Motion Vectors generated when the camera has motion vectors enabled.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.BuiltinRenderTextureType", + "name": "GBuffer4", + "comment": "Deferred shading G-buffer #4 (typically occlusion mask for static lights if any).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.BuiltinRenderTextureType", + "name": "GBuffer5", + "comment": "G-buffer #5 Available.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.BuiltinRenderTextureType", + "name": "GBuffer6", + "comment": "G-buffer #6 Available.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.BuiltinRenderTextureType", + "name": "GBuffer7", + "comment": "G-buffer #7 Available.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Rendering.BuiltinRenderTextureType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "BuiltinRenderTextureType", + "comment": "Built-in temporary render textures produced during camera's rendering.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Rendering.PassType", + "name": "Normal", + "comment": "Regular shader pass that does not interact with lighting.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.PassType", + "name": "Vertex", + "comment": "Legacy vertex-lit shader pass.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.PassType", + "name": "VertexLM", + "comment": "Legacy vertex-lit shader pass, with mobile lightmaps.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.PassType", + "name": "VertexLMRGBM", + "comment": "Legacy vertex-lit shader pass, with desktop (RGBM) lightmaps.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.PassType", + "name": "ForwardBase", + "comment": "Forward rendering base pass.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.PassType", + "name": "ForwardAdd", + "comment": "Forward rendering additive pixel light pass.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.PassType", + "name": "LightPrePassBase", + "comment": "Legacy deferred lighting (light pre-pass) base pass.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.PassType", + "name": "LightPrePassFinal", + "comment": "Legacy deferred lighting (light pre-pass) final pass.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.PassType", + "name": "ShadowCaster", + "comment": "Shadow caster & depth texure shader pass.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.PassType", + "name": "Deferred", + "comment": "Deferred Shading shader pass.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.PassType", + "name": "Meta", + "comment": "Shader pass used to generate the albedo and emissive values used as input to lightmapping.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.PassType", + "name": "MotionVectors", + "comment": "Motion vector render pass.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.PassType", + "name": "ScriptableRenderPipeline", + "comment": "Custom scriptable pipeline.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.PassType", + "name": "ScriptableRenderPipelineDefaultUnlit", + "comment": "Custom scriptable pipeline when lightmode is set to default unlit or no light mode is set.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Rendering.PassType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "PassType", + "comment": "Shader pass type for Unity's lighting pipeline.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Rendering.ShadowCastingMode", + "name": "Off", + "comment": "No shadows are cast from this object.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.ShadowCastingMode", + "name": "On", + "comment": "Shadows are cast from this object.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.ShadowCastingMode", + "name": "TwoSided", + "comment": "Shadows are cast from this object, treating it as two-sided.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.ShadowCastingMode", + "name": "ShadowsOnly", + "comment": "Object casts shadows, but is otherwise invisible in the Scene.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Rendering.ShadowCastingMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "ShadowCastingMode", + "comment": "How shadows are cast from this object.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Rendering.LightShadowResolution", + "name": "FromQualitySettings", + "comment": "Use resolution from QualitySettings (default).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.LightShadowResolution", + "name": "Low", + "comment": "Low shadow map resolution.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.LightShadowResolution", + "name": "Medium", + "comment": "Medium shadow map resolution.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.LightShadowResolution", + "name": "High", + "comment": "High shadow map resolution.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.LightShadowResolution", + "name": "VeryHigh", + "comment": "Very high shadow map resolution.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Rendering.LightShadowResolution", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "LightShadowResolution", + "comment": "Shadow resolution options for a Light.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Rendering.GraphicsDeviceType", + "name": "OpenGL2", + "comment": "OpenGL 2.x graphics API. (deprecated, only available on Linux and MacOSX)\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.GraphicsDeviceType", + "name": "Direct3D9", + "comment": "Direct3D 9 graphics API.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.GraphicsDeviceType", + "name": "Direct3D11", + "comment": "Direct3D 11 graphics API.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.GraphicsDeviceType", + "name": "PlayStation3", + "comment": "PlayStation 3 graphics API.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.GraphicsDeviceType", + "name": "Null", + "comment": "No graphics API.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.GraphicsDeviceType", + "name": "Xbox360", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.GraphicsDeviceType", + "name": "OpenGLES2", + "comment": "OpenGL ES 2.0 graphics API. (deprecated on iOS and tvOS)\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.GraphicsDeviceType", + "name": "OpenGLES3", + "comment": "OpenGL ES 3.0 graphics API. (deprecated on iOS and tvOS)\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.GraphicsDeviceType", + "name": "PlayStationVita", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.GraphicsDeviceType", + "name": "PlayStation4", + "comment": "PlayStation 4 graphics API.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.GraphicsDeviceType", + "name": "XboxOne", + "comment": "Xbox One graphics API using Direct3D 11.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.GraphicsDeviceType", + "name": "PlayStationMobile", + "comment": "PlayStation Mobile (PSM) graphics API.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.GraphicsDeviceType", + "name": "Metal", + "comment": "iOS Metal graphics API.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.GraphicsDeviceType", + "name": "OpenGLCore", + "comment": "OpenGL (Core profile - GL3 or later) graphics API.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.GraphicsDeviceType", + "name": "Direct3D12", + "comment": "Direct3D 12 graphics API.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.GraphicsDeviceType", + "name": "N3DS", + "comment": "Nintendo 3DS graphics API.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.GraphicsDeviceType", + "name": "Vulkan", + "comment": "Vulkan (EXPERIMENTAL).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.GraphicsDeviceType", + "name": "Switch", + "comment": "Nintendo Switch graphics API.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.GraphicsDeviceType", + "name": "XboxOneD3D12", + "comment": "Xbox One graphics API using Direct3D 12.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.GraphicsDeviceType", + "name": "GameCoreXboxOne", + "comment": "Game Core Xbox One graphics API using Direct3D 12.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.GraphicsDeviceType", + "name": "GameCoreScarlett", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.GraphicsDeviceType", + "name": "GameCoreXboxSeries", + "comment": "Game Core XboxSeries graphics API using Direct3D 12.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.GraphicsDeviceType", + "name": "PlayStation5", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.GraphicsDeviceType", + "name": "PlayStation5NGGC", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Rendering.GraphicsDeviceType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "GraphicsDeviceType", + "comment": "Graphics device API type.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Rendering.GraphicsTier", + "name": "Tier1", + "comment": "The lowest graphics tier. Corresponds to low-end devices.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.GraphicsTier", + "name": "Tier2", + "comment": "The medium graphics tier. Corresponds to mid-range devices.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.GraphicsTier", + "name": "Tier3", + "comment": "The highest graphics tier. Corresponds to high-end devices.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Rendering.GraphicsTier", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "GraphicsTier", + "comment": "An enum that represents.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Bounds", + "name": "bounds", + "comment": "Bounding box of vertices in local space.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.MeshTopology", + "name": "topology", + "comment": "Face topology of this sub-mesh.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "indexStart", + "comment": "Starting point inside the whole Mesh index buffer where the face index data is found.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "indexCount", + "comment": "Index count for this sub-mesh face data.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "baseVertex", + "comment": "Offset that is added to each value in the index buffer, to compute the final vertex index.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "firstVertex", + "comment": "First vertex in the index buffer for this sub-mesh.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "vertexCount", + "comment": "Number of vertices used by the index buffer of this sub-mesh.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "indexStart", "typeName": "int" }, + { "name": "indexCount", "typeName": "int" }, + { "name": "topology", "typeName": "UnityEngine.MeshTopology" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Create a submesh descriptor.\n\n```plaintext\nParams: indexStart - Initial value for indexStart field.\n indexCount - Initial value for indexCount field.\n topology - Initial value for topology field.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "SubMeshDescriptor", + "comment": "Contains information about a single sub-mesh of a Mesh.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Analytics", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Analytics.AnalyticsEventParam.RequirementType", + "name": "None", + "comment": "", + "location": "Unity.Analytics.Tracker.dll" + }, + { + "typeName": "UnityEngine.Analytics.AnalyticsEventParam.RequirementType", + "name": "Required", + "comment": "", + "location": "Unity.Analytics.Tracker.dll" + }, + { + "typeName": "UnityEngine.Analytics.AnalyticsEventParam.RequirementType", + "name": "Optional", + "comment": "", + "location": "Unity.Analytics.Tracker.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Analytics.AnalyticsEventParam.RequirementType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Analytics.Tracker.dll" + } + ], + "name": "RequirementType", + "comment": "", + "location": "Unity.Analytics.Tracker.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IEquatable"], + "fields": [ + { + "typeName": "UnityEngine.Rendering.VertexAttribute", + "name": "attribute", + "comment": "The vertex attribute.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.VertexAttributeFormat", + "name": "format", + "comment": "Format of the vertex attribute.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "dimension", + "comment": "Dimensionality of the vertex attribute.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "stream", + "comment": "Which vertex buffer stream the attribute should be in.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "attribute", + "typeName": "UnityEngine.Rendering.VertexAttribute" + }, + { + "name": "format", + "typeName": "UnityEngine.Rendering.VertexAttributeFormat" + }, + { "name": "dimension", "typeName": "int" }, + { "name": "stream", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Create a VertexAttributeDescriptor structure.\n\n```plaintext\nParams: attribute - The VertexAttribute.\n format - Format of the vertex attribute. Default is VertexAttributeFormat.Float32.\n dimension - Dimensionality of the vertex attribute (1 to 4). Default is 3.\n stream - Vertex buffer stream that the attribute should be placed in. Default is 0.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "other", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "other", + "typeName": "UnityEngine.Rendering.VertexAttributeDescriptor" + } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "lhs", + "typeName": "UnityEngine.Rendering.VertexAttributeDescriptor" + }, + { + "name": "rhs", + "typeName": "UnityEngine.Rendering.VertexAttributeDescriptor" + } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "lhs", + "typeName": "UnityEngine.Rendering.VertexAttributeDescriptor" + }, + { + "name": "rhs", + "typeName": "UnityEngine.Rendering.VertexAttributeDescriptor" + } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "VertexAttributeDescriptor", + "comment": "Information about a single VertexAttribute of a Mesh vertex.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.Texture", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "hasAlpha", + "comment": "Deprecated feature, no longer available\n\n", + "location": "UnityEngine.SubstanceModule.dll" + }, + { + "typeName": "UnityEngine.TextureFormat", + "name": "format", + "comment": "Deprecated feature, no longer available\n\n", + "location": "UnityEngine.SubstanceModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "ProceduralOutputType", + "params": [], + "isStatic": false, + "name": "GetProceduralOutputType", + "comment": "Deprecated feature, no longer available\n\n", + "location": "UnityEngine.SubstanceModule.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "x", "typeName": "int" }, + { "name": "y", "typeName": "int" }, + { "name": "blockWidth", "typeName": "int" }, + { "name": "blockHeight", "typeName": "int" } + ], + "isStatic": false, + "name": "GetPixels32", + "comment": "Deprecated feature, no longer available\n\n", + "location": "UnityEngine.SubstanceModule.dll" + } + ], + "name": "ProceduralTexture", + "comment": "Deprecated feature, no longer available\n\n", + "location": "UnityEngine.SubstanceModule.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Rendering.FormatSwizzle", + "name": "FormatSwizzleR", + "comment": "The channel specified contains red.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.FormatSwizzle", + "name": "FormatSwizzleG", + "comment": "The channel specified contains green.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.FormatSwizzle", + "name": "FormatSwizzleB", + "comment": "The channel specified contains blue.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.FormatSwizzle", + "name": "FormatSwizzleA", + "comment": "The channel specified contains alpha.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.FormatSwizzle", + "name": "FormatSwizzle0", + "comment": "The channel specified is not present for the format\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.FormatSwizzle", + "name": "FormatSwizzle1", + "comment": "The channel specified is not present for the format.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Rendering.FormatSwizzle", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "FormatSwizzle", + "comment": "Graphics Format Swizzle.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IEquatable"], + "fields": [ + { + "typeName": "int", + "name": "AllDepthSlices", + "comment": "All depth-slices of the render resource are bound for rendering. For textures which are neither array nor 3D, the default slice is bound.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "type", + "typeName": "UnityEngine.Rendering.BuiltinRenderTextureType" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Creates a render target identifier.\n\n```plaintext\nParams: type - Built-in temporary render texture type.\n name - Temporary render texture name.\n nameID - Temporary render texture name (as integer, see Shader.PropertyToID).\n tex - RenderTexture or Texture object to use.\n mipLevel - MipLevel of the RenderTexture to use.\n cubemapFace - Cubemap face of the Cubemap RenderTexture to use.\n depthSlice - Depth slice of the Array RenderTexture to use. The symbolic constant RenderTargetIdentifier.AllDepthSlices indicates that all slices should be bound for rendering. The default value is 0.\n renderTargetIdentifier - An existing render target identifier.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "type", + "typeName": "UnityEngine.Rendering.BuiltinRenderTextureType" + }, + { "name": "mipLevel", "typeName": "int" }, + { "name": "cubeFace", "typeName": "UnityEngine.CubemapFace" }, + { "name": "depthSlice", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "Creates a render target identifier.\n\n```plaintext\nParams: type - Built-in temporary render texture type.\n name - Temporary render texture name.\n nameID - Temporary render texture name (as integer, see Shader.PropertyToID).\n tex - RenderTexture or Texture object to use.\n mipLevel - MipLevel of the RenderTexture to use.\n cubemapFace - Cubemap face of the Cubemap RenderTexture to use.\n depthSlice - Depth slice of the Array RenderTexture to use. The symbolic constant RenderTargetIdentifier.AllDepthSlices indicates that all slices should be bound for rendering. The default value is 0.\n renderTargetIdentifier - An existing render target identifier.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "mipLevel", "typeName": "int" }, + { "name": "cubeFace", "typeName": "UnityEngine.CubemapFace" }, + { "name": "depthSlice", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "nameID", "typeName": "int" }], + "isStatic": false, + "name": ".ctor", + "comment": "Creates a render target identifier.\n\n```plaintext\nParams: type - Built-in temporary render texture type.\n name - Temporary render texture name.\n nameID - Temporary render texture name (as integer, see Shader.PropertyToID).\n tex - RenderTexture or Texture object to use.\n mipLevel - MipLevel of the RenderTexture to use.\n cubemapFace - Cubemap face of the Cubemap RenderTexture to use.\n depthSlice - Depth slice of the Array RenderTexture to use. The symbolic constant RenderTargetIdentifier.AllDepthSlices indicates that all slices should be bound for rendering. The default value is 0.\n renderTargetIdentifier - An existing render target identifier.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { "name": "mipLevel", "typeName": "int" }, + { "name": "cubeFace", "typeName": "UnityEngine.CubemapFace" }, + { "name": "depthSlice", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "renderTargetIdentifier", + "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" + }, + { "name": "mipLevel", "typeName": "int" }, + { "name": "cubeFace", "typeName": "UnityEngine.CubemapFace" }, + { "name": "depthSlice", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Creates a render target identifier.\n\n```plaintext\nParams: type - Built-in temporary render texture type.\n name - Temporary render texture name.\n nameID - Temporary render texture name (as integer, see Shader.PropertyToID).\n tex - RenderTexture or Texture object to use.\n mipLevel - MipLevel of the RenderTexture to use.\n cubemapFace - Cubemap face of the Cubemap RenderTexture to use.\n depthSlice - Depth slice of the Array RenderTexture to use. The symbolic constant RenderTargetIdentifier.AllDepthSlices indicates that all slices should be bound for rendering. The default value is 0.\n renderTargetIdentifier - An existing render target identifier.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "tex", "typeName": "UnityEngine.Texture" }], + "isStatic": false, + "name": ".ctor", + "comment": "Creates a render target identifier.\n\n```plaintext\nParams: type - Built-in temporary render texture type.\n name - Temporary render texture name.\n nameID - Temporary render texture name (as integer, see Shader.PropertyToID).\n tex - RenderTexture or Texture object to use.\n mipLevel - MipLevel of the RenderTexture to use.\n cubemapFace - Cubemap face of the Cubemap RenderTexture to use.\n depthSlice - Depth slice of the Array RenderTexture to use. The symbolic constant RenderTargetIdentifier.AllDepthSlices indicates that all slices should be bound for rendering. The default value is 0.\n renderTargetIdentifier - An existing render target identifier.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "tex", "typeName": "UnityEngine.Texture" }, + { "name": "mipLevel", "typeName": "int" }, + { "name": "cubeFace", "typeName": "UnityEngine.CubemapFace" }, + { "name": "depthSlice", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "buf", "typeName": "UnityEngine.RenderBuffer" }, + { "name": "mipLevel", "typeName": "int" }, + { "name": "cubeFace", "typeName": "UnityEngine.CubemapFace" }, + { "name": "depthSlice", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "RenderTargetIdentifier", + "params": [ + { + "name": "type", + "typeName": "UnityEngine.Rendering.BuiltinRenderTextureType" + } + ], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "RenderTargetIdentifier", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "RenderTargetIdentifier", + "params": [{ "name": "nameID", "typeName": "int" }], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "RenderTargetIdentifier", + "params": [{ "name": "tex", "typeName": "UnityEngine.Texture" }], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "RenderTargetIdentifier", + "params": [{ "name": "buf", "typeName": "UnityEngine.RenderBuffer" }], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "rhs", + "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" + } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "lhs", + "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" + }, + { + "name": "rhs", + "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" + } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "lhs", + "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" + }, + { + "name": "rhs", + "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" + } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "RenderTargetIdentifier", + "comment": "Identifies a RenderTexture for a Rendering.CommandBuffer.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Rendering.RenderTargetFlags", + "name": "None", + "comment": "No flag option (0).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.RenderTargetFlags", + "name": "ReadOnlyDepth", + "comment": "The depth buffer bound for rendering may also bound as a samplable texture to the graphics pipeline: some platforms require the depth buffer to be set to read-only mode in such cases (D3D11, Vulkan). This flag can be used for both packed depth-stencil as well as separate depth-stencil formats.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.RenderTargetFlags", + "name": "ReadOnlyStencil", + "comment": "The stencil buffer bound for rendering may also bound as a samplable texture to the graphics pipeline: some platforms require the stencil buffer to be set to read-only mode in such cases (D3D11, Vulkan). This flag can be used for both packed depth-stencil as well as separate depth-stencil formats.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.RenderTargetFlags", + "name": "ReadOnlyDepthStencil", + "comment": "Both depth and stencil buffers bound for rendering may be bound as samplable textures to the graphics pipeline: some platforms require the depth and stencil buffers to be set to read-only mode in such cases (D3D11, Vulkan). This flag can be used for both packed depth-stencil as well as separate depth-stencil formats.\n This flag is a bitwise combination of RenderTargetFlags.ReadOnlyDepth and RenderTargetFlags.ReadOnlyStencil.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Rendering.RenderTargetFlags", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "RenderTargetFlags", + "comment": "This enum describes optional flags for the RenderTargetBinding structure.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Analytics", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Collections.Generic.List", + "name": "parameters", + "comment": "", + "location": "Unity.Analytics.Tracker.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Analytics.Tracker.dll" + } + ], + "name": "AnalyticsEventParamListContainer", + "comment": "", + "location": "Unity.Analytics.Tracker.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Rendering.RenderTargetIdentifier[]", + "name": "colorRenderTargets", + "comment": "Color buffers to use as render targets.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.RenderTargetIdentifier", + "name": "depthRenderTarget", + "comment": "Depth/stencil buffer to use as render target.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.RenderBufferLoadAction[]", + "name": "colorLoadActions", + "comment": "Load actions for color buffers.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.RenderBufferStoreAction[]", + "name": "colorStoreActions", + "comment": "Store actions for color buffers.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.RenderBufferLoadAction", + "name": "depthLoadAction", + "comment": "Load action for the depth/stencil buffer.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.RenderBufferStoreAction", + "name": "depthStoreAction", + "comment": "Store action for the depth/stencil buffer.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.RenderTargetFlags", + "name": "flags", + "comment": "Optional flags.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "colorRenderTargets", + "typeName": "UnityEngine.Rendering.RenderTargetIdentifier[]" + }, + { + "name": "colorLoadActions", + "typeName": "UnityEngine.Rendering.RenderBufferLoadAction[]" + }, + { + "name": "colorStoreActions", + "typeName": "UnityEngine.Rendering.RenderBufferStoreAction[]" + }, + { + "name": "depthRenderTarget", + "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" + }, + { + "name": "depthLoadAction", + "typeName": "UnityEngine.Rendering.RenderBufferLoadAction" + }, + { + "name": "depthStoreAction", + "typeName": "UnityEngine.Rendering.RenderBufferStoreAction" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Constructs RenderTargetBinding.\n\n```plaintext\nParams: color - Color buffers to use as render targets.\n depth - Depth buffer to use as render target.\n colorLoadAction - Load actions for color buffers.\n colorStoreAction - Store actions for color buffers.\n depthLoadAction - Load action for the depth/stencil buffer.\n depthStoreAction - Store action for the depth/stencil buffer.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "colorRenderTarget", + "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" + }, + { + "name": "colorLoadAction", + "typeName": "UnityEngine.Rendering.RenderBufferLoadAction" + }, + { + "name": "colorStoreAction", + "typeName": "UnityEngine.Rendering.RenderBufferStoreAction" + }, + { + "name": "depthRenderTarget", + "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" + }, + { + "name": "depthLoadAction", + "typeName": "UnityEngine.Rendering.RenderBufferLoadAction" + }, + { + "name": "depthStoreAction", + "typeName": "UnityEngine.Rendering.RenderBufferStoreAction" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Constructs RenderTargetBinding.\n\n```plaintext\nParams: color - Color buffers to use as render targets.\n depth - Depth buffer to use as render target.\n colorLoadAction - Load actions for color buffers.\n colorStoreAction - Store actions for color buffers.\n depthLoadAction - Load action for the depth/stencil buffer.\n depthStoreAction - Store action for the depth/stencil buffer.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "setup", "typeName": "UnityEngine.RenderTargetSetup" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Constructs RenderTargetBinding.\n\n```plaintext\nParams: color - Color buffers to use as render targets.\n depth - Depth buffer to use as render target.\n colorLoadAction - Load actions for color buffers.\n colorStoreAction - Store actions for color buffers.\n depthLoadAction - Load action for the depth/stencil buffer.\n depthStoreAction - Store action for the depth/stencil buffer.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "RenderTargetBinding", + "comment": "Describes a render target with one or more color buffers, a depthstencil buffer and the associated loadstore-actions that are applied when the render target is active.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Analytics", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Type", + "name": "standardEventType", + "comment": "", + "location": "Unity.Analytics.Tracker.dll" + }, + { + "typeName": "UnityEngine.Analytics.AnalyticsEventParamListContainer", + "name": "parameters", + "comment": "", + "location": "Unity.Analytics.Tracker.dll" + }, + { + "typeName": "string", + "name": "name", + "comment": "", + "location": "Unity.Analytics.Tracker.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Analytics.Tracker.dll" + }, + { + "returnTypeName": "AnalyticsResult", + "params": [], + "isStatic": false, + "name": "Send", + "comment": "", + "location": "Unity.Analytics.Tracker.dll" + } + ], + "name": "StandardEventPayload", + "comment": "", + "location": "Unity.Analytics.Tracker.dll" + }, + { + "namespace": "UnityEngine.Analytics", + "baseClass": "UnityEngine.Analytics.TrackablePropertyBase", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "validTypes", "typeName": "System.Type[]" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Analytics.Tracker.dll" + }, + { + "returnTypeName": "Object", + "params": [], + "isStatic": false, + "name": "GetValue", + "comment": "", + "location": "Unity.Analytics.Tracker.dll" + } + ], + "name": "TrackableField", + "comment": "", + "location": "Unity.Analytics.Tracker.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "text", + "comment": "", + "location": "UnityEngine.TextRenderingModule.dll" + }, + { + "typeName": "UnityEngine.Material", + "name": "material", + "comment": "", + "location": "UnityEngine.TextRenderingModule.dll" + }, + { + "typeName": "UnityEngine.Font", + "name": "font", + "comment": "", + "location": "UnityEngine.TextRenderingModule.dll" + }, + { + "typeName": "UnityEngine.TextAlignment", + "name": "alignment", + "comment": "", + "location": "UnityEngine.TextRenderingModule.dll" + }, + { + "typeName": "UnityEngine.TextAnchor", + "name": "anchor", + "comment": "", + "location": "UnityEngine.TextRenderingModule.dll" + }, + { + "typeName": "float", + "name": "lineSpacing", + "comment": "", + "location": "UnityEngine.TextRenderingModule.dll" + }, + { + "typeName": "float", + "name": "tabSize", + "comment": "", + "location": "UnityEngine.TextRenderingModule.dll" + }, + { + "typeName": "int", + "name": "fontSize", + "comment": "", + "location": "UnityEngine.TextRenderingModule.dll" + }, + { + "typeName": "UnityEngine.FontStyle", + "name": "fontStyle", + "comment": "", + "location": "UnityEngine.TextRenderingModule.dll" + }, + { + "typeName": "bool", + "name": "richText", + "comment": "", + "location": "UnityEngine.TextRenderingModule.dll" + }, + { + "typeName": "UnityEngine.Color", + "name": "color", + "comment": "", + "location": "UnityEngine.TextRenderingModule.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "pixelOffset", + "comment": "", + "location": "UnityEngine.TextRenderingModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.TextRenderingModule.dll" + } + ], + "name": "GUIText", + "comment": "", + "location": "UnityEngine.TextRenderingModule.dll" + }, + { + "namespace": "UnityEngine.Analytics", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [], + "name": "TrackablePropertyBase", + "comment": "", + "location": "Unity.Analytics.Tracker.dll" + }, + { + "namespace": "UnityEngine.Analytics", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "valueType", + "comment": "", + "location": "Unity.Analytics.Tracker.dll" + }, + { + "typeName": "string", + "name": "propertyValue", + "comment": "", + "location": "Unity.Analytics.Tracker.dll" + }, + { + "typeName": "UnityEngine.Analytics.TrackableField", + "name": "target", + "comment": "", + "location": "Unity.Analytics.Tracker.dll" + } + ], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "IsValid", + "comment": "", + "location": "Unity.Analytics.Tracker.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Analytics.Tracker.dll" + } + ], + "name": "ValueProperty", + "comment": "", + "location": "Unity.Analytics.Tracker.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Rendering.ReflectionProbeUsage", + "name": "Off", + "comment": "Reflection probes are disabled, skybox will be used for reflection.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.ReflectionProbeUsage", + "name": "BlendProbes", + "comment": "Reflection probes are enabled. Blending occurs only between probes, useful in indoor environments. The renderer will use default reflection if there are no reflection probes nearby, but no blending between default reflection and probe will occur.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.ReflectionProbeUsage", + "name": "BlendProbesAndSkybox", + "comment": "Reflection probes are enabled. Blending occurs between probes or probes and default reflection, useful for outdoor environments.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.ReflectionProbeUsage", + "name": "Simple", + "comment": "Reflection probes are enabled, but no blending will occur between probes when there are two overlapping volumes.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Rendering.ReflectionProbeUsage", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "ReflectionProbeUsage", + "comment": "Reflection Probe usage.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [ + { "name": "screenPosition", "typeName": "UnityEngine.Vector3" } + ], + "isStatic": false, + "name": "HitTest", + "comment": "Is a point on screen inside the element?\n\n", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "screenPosition", "typeName": "UnityEngine.Vector3" }, + { "name": "camera", "typeName": "UnityEngine.Camera" } + ], + "isStatic": false, + "name": "HitTest", + "comment": "Is a point on screen inside the element?\n\n", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "returnTypeName": "Rect", + "params": [{ "name": "camera", "typeName": "UnityEngine.Camera" }], + "isStatic": false, + "name": "GetScreenRect", + "comment": "Returns bounding rectangle of GUIElement in screen coordinates.\n\n", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "returnTypeName": "Rect", + "params": [], + "isStatic": false, + "name": "GetScreenRect", + "comment": "Returns bounding rectangle of GUIElement in screen coordinates.\n\n", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.IMGUIModule.dll" + } + ], + "name": "GUIElement", + "comment": "Base class for images & text strings displayed in a GUI.\n\n", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Rendering.ReflectionProbeType", + "name": "Cube", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.ReflectionProbeType", + "name": "Card", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Rendering.ReflectionProbeType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "ReflectionProbeType", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Rendering.ReflectionProbeClearFlags", + "name": "Skybox", + "comment": "Clear with the skybox.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.ReflectionProbeClearFlags", + "name": "SolidColor", + "comment": "Clear with a background color.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Rendering.ReflectionProbeClearFlags", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "ReflectionProbeClearFlags", + "comment": "Values for ReflectionProbe.clearFlags, determining what to clear when rendering a ReflectionProbe.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Rendering.ReflectionProbeMode", + "name": "Baked", + "comment": "Reflection probe is baked in the Editor.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.ReflectionProbeMode", + "name": "Realtime", + "comment": "Reflection probe is updating in realtime.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.ReflectionProbeMode", + "name": "Custom", + "comment": "Reflection probe uses a custom texture specified by the user.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Rendering.ReflectionProbeMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "ReflectionProbeMode", + "comment": "Reflection probe's update mode.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.ReflectionProbe", + "name": "probe", + "comment": "Reflection Probe used in blending.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "weight", + "comment": "Specifies the weight used in the interpolation between two probes, value varies from 0.0 to 1.0.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "ReflectionProbeBlendInfo", + "comment": "ReflectionProbeBlendInfo contains information required for blending probes.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Rendering.ReflectionProbeRefreshMode", + "name": "OnAwake", + "comment": "Causes the probe to update only on the first frame it becomes visible. The probe will no longer update automatically, however you may subsequently use RenderProbe to refresh the probe\n\nSee Also: ReflectionProbe.RenderProbe.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.ReflectionProbeRefreshMode", + "name": "EveryFrame", + "comment": "Causes Unity to update the probe's cubemap every frame.\nNote that updating a probe is very costly. Setting this option on too many probes could have a significant negative effect on frame rate. Use time-slicing to help improve performance.\n\nSee Also: ReflectionProbeTimeSlicingMode.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.ReflectionProbeRefreshMode", + "name": "ViaScripting", + "comment": "Sets the probe to never be automatically updated by Unity while your game is running. Use this to completely control the probe refresh behavior by script.\n\nSee Also: ReflectionProbe.RenderProbe.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Rendering.ReflectionProbeRefreshMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "ReflectionProbeRefreshMode", + "comment": "An enum describing the way a realtime reflection probe refreshes in the Player.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Analytics", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Analytics.ValueProperty.PropertyType", + "name": "Disabled", + "comment": "", + "location": "Unity.Analytics.Tracker.dll" + }, + { + "typeName": "UnityEngine.Analytics.ValueProperty.PropertyType", + "name": "Static", + "comment": "", + "location": "Unity.Analytics.Tracker.dll" + }, + { + "typeName": "UnityEngine.Analytics.ValueProperty.PropertyType", + "name": "Dynamic", + "comment": "", + "location": "Unity.Analytics.Tracker.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Analytics.ValueProperty.PropertyType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Analytics.Tracker.dll" + } + ], + "name": "PropertyType", + "comment": "", + "location": "Unity.Analytics.Tracker.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Rendering.ReflectionProbeTimeSlicingMode", + "name": "AllFacesAtOnce", + "comment": "Instructs Unity to use time-slicing by first rendering all faces at once, then spreading the remaining work over the next 8 frames. Using this option, updating the probe will take 9 frames.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.ReflectionProbeTimeSlicingMode", + "name": "IndividualFaces", + "comment": "Instructs Unity to spread the rendering of each face over several frames. Using this option, updating the cubemap will take 14 frames. This option greatly reduces the impact on frame rate, however it may produce incorrect results, especially in Scenes where lighting conditions change over these 14 frames.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.ReflectionProbeTimeSlicingMode", + "name": "NoTimeSlicing", + "comment": "Unity will render the probe entirely in one frame.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Rendering.ReflectionProbeTimeSlicingMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "ReflectionProbeTimeSlicingMode", + "comment": "When a probe's ReflectionProbe.refreshMode is set to ReflectionProbeRefreshMode.EveryFrame, this enum specify whether or not Unity should update the probe's cubemap over several frames or update the whole cubemap in one frame.\nUpdating a probe's cubemap is a costly operation. Unity needs to render the entire Scene for each face of the cubemap, as well as perform special blurring in order to get glossy reflections. The impact on frame rate can be significant. Time-slicing helps maintaning a more constant frame rate during these updates by performing the rendering over several frames.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Rendering.ShadowSamplingMode", + "name": "CompareDepths", + "comment": "Default shadow sampling mode: sampling with a comparison filter.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.ShadowSamplingMode", + "name": "RawDepth", + "comment": "Shadow sampling mode for sampling the depth value.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.ShadowSamplingMode", + "name": "None", + "comment": "In ShadowSamplingMode.None, depths are not compared. Use this value if a Texture is not a shadowmap.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Rendering.ShadowSamplingMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "ShadowSamplingMode", + "comment": "Used by CommandBuffer.SetShadowSamplingMode.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Rendering.LightProbeUsage", + "name": "Off", + "comment": "Light Probes are not used. The Scene's ambient probe is provided to the shader.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.LightProbeUsage", + "name": "BlendProbes", + "comment": "Simple light probe interpolation is used.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.LightProbeUsage", + "name": "UseProxyVolume", + "comment": "Uses a 3D grid of interpolated light probes.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.LightProbeUsage", + "name": "CustomProvided", + "comment": "The light probe shader uniform values are extracted from the material property block set on the renderer.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Rendering.LightProbeUsage", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "LightProbeUsage", + "comment": "Light probe interpolation type.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Rendering.BuiltinShaderType", + "name": "DeferredShading", + "comment": "Shader used for deferred shading calculations.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.BuiltinShaderType", + "name": "DeferredReflections", + "comment": "Shader used for deferred reflection probes.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.BuiltinShaderType", + "name": "LegacyDeferredLighting", + "comment": "Shader used for legacy deferred lighting calculations.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.BuiltinShaderType", + "name": "ScreenSpaceShadows", + "comment": "Shader used for screen-space cascaded shadows.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.BuiltinShaderType", + "name": "DepthNormals", + "comment": "Shader used for depth and normals texture when enabled on a Camera.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.BuiltinShaderType", + "name": "MotionVectors", + "comment": "Shader used for Motion Vectors when enabled on a Camera.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.BuiltinShaderType", + "name": "LightHalo", + "comment": "Default shader used for light halos.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.BuiltinShaderType", + "name": "LensFlare", + "comment": "Default shader used for lens flares.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Rendering.BuiltinShaderType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "BuiltinShaderType", + "comment": "Built-in shader types used by Rendering.GraphicsSettings.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Rendering.BuiltinShaderMode", + "name": "Disabled", + "comment": "Don't use any shader, effectively disabling the functionality.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.BuiltinShaderMode", + "name": "UseBuiltin", + "comment": "Use built-in shader (default).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.BuiltinShaderMode", + "name": "UseCustom", + "comment": "Use custom shader instead of built-in one.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Rendering.BuiltinShaderMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "BuiltinShaderMode", + "comment": "Built-in shader modes used by Rendering.GraphicsSettings.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Rendering.BuiltinShaderDefine", + "name": "UNITY_NO_DXT5nm", + "comment": "UNITY_NO_DXT5nm is set when compiling shader for platform that do not support DXT5NM, meaning that normal maps will be encoded in RGB instead.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.BuiltinShaderDefine", + "name": "UNITY_NO_RGBM", + "comment": "UNITY_NO_RGBM is set when compiling shader for platform that do not support RGBM, so dLDR will be used instead.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.BuiltinShaderDefine", + "name": "UNITY_USE_NATIVE_HDR", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.BuiltinShaderDefine", + "name": "UNITY_ENABLE_REFLECTION_BUFFERS", + "comment": "UNITY_ENABLE_REFLECTION_BUFFERS is set when deferred shading renders reflection probes in deferred mode. With this option set reflections are rendered into a per-pixel buffer. This is similar to the way lights are rendered into a per-pixel buffer. UNITY_ENABLE_REFLECTION_BUFFERS is on by default when using deferred shading, but you can turn it off by setting “No support” for the Deferred Reflections shader option in Graphics Settings. When the setting is off, reflection probes are rendered per-object, similar to the way forward rendering works.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.BuiltinShaderDefine", + "name": "UNITY_FRAMEBUFFER_FETCH_AVAILABLE", + "comment": "UNITY_FRAMEBUFFER_FETCH_AVAILABLE is set when compiling shaders for platforms where framebuffer fetch is potentially available.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.BuiltinShaderDefine", + "name": "UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS", + "comment": "UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS enables use of built-in shadow comparison samplers on OpenGL ES 2.0.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.BuiltinShaderDefine", + "name": "UNITY_METAL_SHADOWS_USE_POINT_FILTERING", + "comment": "UNITY_METAL_SHADOWS_USE_POINT_FILTERING is set if shadow sampler should use point filtering on iOS Metal.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.BuiltinShaderDefine", + "name": "UNITY_NO_CUBEMAP_ARRAY", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.BuiltinShaderDefine", + "name": "UNITY_NO_SCREENSPACE_SHADOWS", + "comment": "UNITY_NO_SCREENSPACE_SHADOWS is set when screenspace cascaded shadow maps are disabled.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.BuiltinShaderDefine", + "name": "UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS", + "comment": "UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS is set when Semitransparent Shadows are enabled.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.BuiltinShaderDefine", + "name": "UNITY_PBS_USE_BRDF1", + "comment": "UNITY_PBS_USE_BRDF1 is set if Standard Shader BRDF1 should be used.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.BuiltinShaderDefine", + "name": "UNITY_PBS_USE_BRDF2", + "comment": "UNITY_PBS_USE_BRDF2 is set if Standard Shader BRDF2 should be used.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.BuiltinShaderDefine", + "name": "UNITY_PBS_USE_BRDF3", + "comment": "UNITY_PBS_USE_BRDF3 is set if Standard Shader BRDF3 should be used.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.BuiltinShaderDefine", + "name": "UNITY_NO_FULL_STANDARD_SHADER", + "comment": "UNITY_NO_FULL_STANDARD_SHADER is set if Standard shader BRDF3 with extra simplifications should be used.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.BuiltinShaderDefine", + "name": "UNITY_SPECCUBE_BOX_PROJECTION", + "comment": "UNITY_SPECCUBE_BLENDING is set if Reflection Probes Box Projection is enabled.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.BuiltinShaderDefine", + "name": "UNITY_SPECCUBE_BLENDING", + "comment": "UNITY_SPECCUBE_BLENDING is set if Reflection Probes Blending is enabled.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.BuiltinShaderDefine", + "name": "UNITY_ENABLE_DETAIL_NORMALMAP", + "comment": "UNITY_ENABLE_DETAIL_NORMALMAP is set if Detail Normal Map should be sampled if assigned.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.BuiltinShaderDefine", + "name": "SHADER_API_MOBILE", + "comment": "SHADER_API_MOBILE is set when compiling shader for mobile platforms.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.BuiltinShaderDefine", + "name": "SHADER_API_DESKTOP", + "comment": "SHADER_API_DESKTOP is set when compiling shader for \"desktop\" platforms.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.BuiltinShaderDefine", + "name": "UNITY_HARDWARE_TIER1", + "comment": "UNITY_HARDWARE_TIER1 is set when compiling shaders for GraphicsTier.Tier1.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.BuiltinShaderDefine", + "name": "UNITY_HARDWARE_TIER2", + "comment": "UNITY_HARDWARE_TIER2 is set when compiling shaders for GraphicsTier.Tier2.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.BuiltinShaderDefine", + "name": "UNITY_HARDWARE_TIER3", + "comment": "UNITY_HARDWARE_TIER3 is set when compiling shaders for GraphicsTier.Tier3.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.BuiltinShaderDefine", + "name": "UNITY_COLORSPACE_GAMMA", + "comment": "UNITY_COLORSPACE_GAMMA is set when compiling shaders for Gamma Color Space.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.BuiltinShaderDefine", + "name": "UNITY_LIGHT_PROBE_PROXY_VOLUME", + "comment": "UNITY_LIGHT_PROBE_PROXY_VOLUME is set when Light Probe Proxy Volume feature is supported by the current graphics API and is enabled in the. You can only set a Graphics Tier in the Built-in Render Pipeline.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.BuiltinShaderDefine", + "name": "UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS", + "comment": "UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS is set automatically for platforms that don't require full floating-point precision support in fragment shaders.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.BuiltinShaderDefine", + "name": "UNITY_LIGHTMAP_DLDR_ENCODING", + "comment": "UNITY_LIGHTMAP_DLDR_ENCODING is set when lightmap textures are using double LDR encoding to store the values in the texture.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.BuiltinShaderDefine", + "name": "UNITY_LIGHTMAP_RGBM_ENCODING", + "comment": "UNITY_LIGHTMAP_RGBM_ENCODING is set when lightmap textures are using RGBM encoding to store the values in the texture.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.BuiltinShaderDefine", + "name": "UNITY_LIGHTMAP_FULL_HDR", + "comment": "UNITY_LIGHTMAP_FULL_HDR is set when lightmap textures are not using any encoding to store the values in the texture.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.BuiltinShaderDefine", + "name": "UNITY_VIRTUAL_TEXTURING", + "comment": "Is virtual texturing enabled and supported on this platform.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.BuiltinShaderDefine", + "name": "UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION", + "comment": "Unity enables UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION when Vulkan pre-transform is enabled and supported on the target build platform.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.BuiltinShaderDefine", + "name": "UNITY_ASTC_NORMALMAP_ENCODING", + "comment": "Unity enables UNITY_ASTC_NORMALMAP_ENCODING when DXT5nm-style normal maps are used on Android, iOS or tvOS.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.BuiltinShaderDefine", + "name": "SHADER_API_GLES30", + "comment": "SHADER_API_ES30 is set when the Graphics API is OpenGL ES 3 and the minimum supported OpenGL ES 3 version is OpenGL ES 3.0.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.BuiltinShaderDefine", + "name": "UNITY_UNIFIED_SHADER_PRECISION_MODEL", + "comment": "Unity sets UNITY_UNIFIED_SHADER_PRECISION_MODEL if, in Player Settings, you set Shader Precision Model to Unified.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Rendering.BuiltinShaderDefine", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "BuiltinShaderDefine", + "comment": "Defines set by editor when compiling shaders, based on the target platform and GraphicsTier.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "GUIElement", + "params": [ + { "name": "screenPosition", "typeName": "UnityEngine.Vector3" } + ], + "isStatic": false, + "name": "HitTest", + "comment": "", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.IMGUIModule.dll" + } + ], + "name": "GUILayer", + "comment": "", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Rendering.VideoShadersIncludeMode", + "name": "Never", + "comment": "Exclude video shaders from builds. This effectively disables video functionality.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.VideoShadersIncludeMode", + "name": "Referenced", + "comment": "Include video shaders in builds when referenced by scenes.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.VideoShadersIncludeMode", + "name": "Always", + "comment": "Include video shaders in builds (default).\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Rendering.VideoShadersIncludeMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "VideoShadersIncludeMode", + "comment": "Video shaders mode used by Rendering.GraphicsSettings.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Rendering.TextureDimension", + "name": "Unknown", + "comment": "Texture type is not initialized or unknown.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.TextureDimension", + "name": "None", + "comment": "No texture is assigned.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.TextureDimension", + "name": "Any", + "comment": "Any texture type.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.TextureDimension", + "name": "Tex2D", + "comment": "2D texture (Texture2D).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.TextureDimension", + "name": "Tex3D", + "comment": "3D volume texture (Texture3D).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.TextureDimension", + "name": "Cube", + "comment": "Cubemap texture.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.TextureDimension", + "name": "Tex2DArray", + "comment": "2D array texture (Texture2DArray).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.TextureDimension", + "name": "CubeArray", + "comment": "Cubemap array texture (CubemapArray).\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Rendering.TextureDimension", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "TextureDimension", + "comment": "Texture \"dimension\" (type).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Color", + "name": "color", + "comment": "", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "typeName": "UnityEngine.Texture", + "name": "texture", + "comment": "", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "typeName": "UnityEngine.Rect", + "name": "pixelInset", + "comment": "", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "typeName": "UnityEngine.RectOffset", + "name": "border", + "comment": "", + "location": "UnityEngine.IMGUIModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.IMGUIModule.dll" + } + ], + "name": "GUITexture", + "comment": "", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Rendering.CopyTextureSupport", + "name": "None", + "comment": "No support for Graphics.CopyTexture.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.CopyTextureSupport", + "name": "Basic", + "comment": "Basic Graphics.CopyTexture support.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.CopyTextureSupport", + "name": "Copy3D", + "comment": "Support for Texture3D in Graphics.CopyTexture.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.CopyTextureSupport", + "name": "DifferentTypes", + "comment": "Support for Graphics.CopyTexture between different texture types.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.CopyTextureSupport", + "name": "TextureToRT", + "comment": "Support for Texture to RenderTexture copies in Graphics.CopyTexture.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.CopyTextureSupport", + "name": "RTToTexture", + "comment": "Support for RenderTexture to Texture copies in Graphics.CopyTexture.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Rendering.CopyTextureSupport", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "CopyTextureSupport", + "comment": "Support for various Graphics.CopyTexture cases.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Rendering.CameraHDRMode", + "name": "FP16", + "comment": "Uses RenderTextureFormat.ARGBHalf.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.CameraHDRMode", + "name": "R11G11B10", + "comment": "Uses RenderTextureFormat.RGB111110Float.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Rendering.CameraHDRMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "CameraHDRMode", + "comment": "The HDR mode to use for rendering.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Jobs", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { + "name": "transform", + "typeName": "UnityEngine.Jobs.TransformAccess" + } + ], + "isStatic": false, + "name": "Execute", + "comment": "Execute.\n\n```plaintext\nParams: index - Index.\n transform - TransformAccessArray.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "IJobParallelForTransform", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Rendering.RealtimeGICPUUsage", + "name": "Low", + "comment": "25% of the allowed CPU threads are used as worker threads.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.RealtimeGICPUUsage", + "name": "Medium", + "comment": "50% of the allowed CPU threads are used as worker threads.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.RealtimeGICPUUsage", + "name": "High", + "comment": "75% of the allowed CPU threads are used as worker threads.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.RealtimeGICPUUsage", + "name": "Unlimited", + "comment": "100% of the allowed CPU threads are used as worker threads.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Rendering.RealtimeGICPUUsage", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "RealtimeGICPUUsage", + "comment": "How much CPU usage to assign to the final lighting calculations at runtime.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Jobs", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "JobHandle", + "params": [ + { + "name": "transforms", + "typeName": "UnityEngine.Jobs.TransformAccessArray" + }, + { "name": "dependsOn", "typeName": "Unity.Jobs.JobHandle" } + ], + "isStatic": false, + "name": "Schedule", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "JobHandle", + "params": [ + { + "name": "transforms", + "typeName": "UnityEngine.Jobs.TransformAccessArray" + }, + { "name": "batchSize", "typeName": "int" }, + { "name": "dependsOn", "typeName": "Unity.Jobs.JobHandle" } + ], + "isStatic": false, + "name": "ScheduleReadOnly", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "transforms", + "typeName": "UnityEngine.Jobs.TransformAccessArray" + } + ], + "isStatic": false, + "name": "RunReadOnly", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "IJobParallelForTransformExtensions", + "comment": "Extension methods for IJobParallelForTransform.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Analytics", + "baseClass": "UnityEngine.MonoBehaviour", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "eventName", + "comment": "", + "location": "Unity.Analytics.Tracker.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "TriggerEvent", + "comment": "", + "location": "Unity.Analytics.Tracker.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Analytics.Tracker.dll" + } + ], + "name": "AnalyticsTracker", + "comment": "", + "location": "Unity.Analytics.Tracker.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Rendering.ComputeQueueType", + "name": "Default", + "comment": "This queue type would be the choice for compute tasks supporting or as optimisations to graphics processing. CommandBuffers sent to this queue would be expected to complete within the scope of a single frame and likely be synchronised with the graphics queue via GPUFences. Dispatches on default queue types would execute at a lower priority than graphics queue tasks.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.ComputeQueueType", + "name": "Background", + "comment": "Background queue types would be the choice for tasks intended to run for an extended period of time, e.g for most of a frame or for several frames. Dispatches on background queues would execute at a lower priority than gfx queue tasks.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.ComputeQueueType", + "name": "Urgent", + "comment": "This queue type would be the choice for compute tasks requiring processing as soon as possible and would be prioritised over the graphics queue.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Rendering.ComputeQueueType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "ComputeQueueType", + "comment": "Describes the desired characteristics with respect to prioritisation and load balancing of the queue that a command buffer being submitted via Graphics.ExecuteCommandBufferAsync or [[ScriptableRenderContext.ExecuteCommandBufferAsync] should be sent to.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Rendering.SinglePassStereoMode", + "name": "None", + "comment": "Render stereo using multiple passes.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.SinglePassStereoMode", + "name": "SideBySide", + "comment": "Render stereo to the left and right halves of a single, double-width render target.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.SinglePassStereoMode", + "name": "Instancing", + "comment": "Render stereo using GPU instancing.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.SinglePassStereoMode", + "name": "Multiview", + "comment": "Render stereo using OpenGL multiview.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Rendering.SinglePassStereoMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "SinglePassStereoMode", + "comment": "Enum type defines the different stereo rendering modes available.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Rendering.CommandBufferExecutionFlags", + "name": "None", + "comment": "When no flags are specified, the command buffer is considered valid for all means of execution. This is the default for new command buffers.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.CommandBufferExecutionFlags", + "name": "AsyncCompute", + "comment": "Command buffers flagged for async compute execution will throw exceptions if non-compatible commands are added to them. See ScriptableRenderContext.ExecuteCommandBufferAsync and Graphics.ExecuteCommandBufferAsync.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Rendering.CommandBufferExecutionFlags", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "CommandBufferExecutionFlags", + "comment": "Flags describing the intention for how the command buffer will be executed. Set these via CommandBuffer.SetExecutionFlags.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Rendering.RenderTextureSubElement", + "name": "Color", + "comment": "Color element of a RenderTexture.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.RenderTextureSubElement", + "name": "Depth", + "comment": "The depth element of a RenderTexture.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.RenderTextureSubElement", + "name": "Stencil", + "comment": "The stencil element of a RenderTexture.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.RenderTextureSubElement", + "name": "Default", + "comment": "The Default element of a RenderTexture.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Rendering.RenderTextureSubElement", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "RenderTextureSubElement", + "comment": "Types of data that you can encapsulate within a render texture.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Rendering.RenderingThreadingMode", + "name": "Direct", + "comment": "Use the Direct enum to directly render your application from the main thread.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.RenderingThreadingMode", + "name": "SingleThreaded", + "comment": "Use SingleThreaded for internal debugging. It uses only a single thread to simulate RenderingThreadingMode.MultiThreaded.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.RenderingThreadingMode", + "name": "MultiThreaded", + "comment": "Generates intermediate graphics commands via the main thread. The render thread converts them into low-level platform API graphics commands.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.RenderingThreadingMode", + "name": "LegacyJobified", + "comment": "Generates intermediate graphics commands via several worker threads. A single render thread then converts them into low-level platform API graphics commands.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.RenderingThreadingMode", + "name": "NativeGraphicsJobs", + "comment": "Main thread generates intermediate graphics commands. Render thread converts them into low-level platform API graphics commands. Render thread can also dispatch graphics jobs to several worker threads.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.RenderingThreadingMode", + "name": "NativeGraphicsJobsWithoutRenderThread", + "comment": "Generates intermediate graphics commands via several worker threads and converts them into low-level platform API graphics commands.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Rendering.RenderingThreadingMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "RenderingThreadingMode", + "comment": "Options for the application's actual rendering threading mode.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Rendering.CameraLateLatchMatrixType", + "name": "View", + "comment": "The camera's view matrix.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.CameraLateLatchMatrixType", + "name": "InverseView", + "comment": "The camera's inverse view matrix.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.CameraLateLatchMatrixType", + "name": "ViewProjection", + "comment": "The camera's view projection matrix.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.CameraLateLatchMatrixType", + "name": "InverseViewProjection", + "comment": "The camera's inverse view projection matrix.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Rendering.CameraLateLatchMatrixType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "CameraLateLatchMatrixType", + "comment": "The types of camera matrices that support late latching.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Rendering.OpenGLESVersion", + "name": "None", + "comment": "No valid OpenGL ES version\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.OpenGLESVersion", + "name": "OpenGLES20", + "comment": "OpenGL ES 2.0\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.OpenGLESVersion", + "name": "OpenGLES30", + "comment": "OpenGL ES 3.0\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.OpenGLESVersion", + "name": "OpenGLES31", + "comment": "OpenGL ES 3.1\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.OpenGLESVersion", + "name": "OpenGLES31AEP", + "comment": "OpenGL ES 3.1 with Android Extension Pack\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.OpenGLESVersion", + "name": "OpenGLES32", + "comment": "OpenGL ES 3.2\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Rendering.OpenGLESVersion", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "OpenGLESVersion", + "comment": "Specifies the OpenGL ES version.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Analytics", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Analytics.TriggerBool", + "name": "All", + "comment": "", + "location": "Unity.Analytics.Tracker.dll" + }, + { + "typeName": "UnityEngine.Analytics.TriggerBool", + "name": "Any", + "comment": "", + "location": "Unity.Analytics.Tracker.dll" + }, + { + "typeName": "UnityEngine.Analytics.TriggerBool", + "name": "None", + "comment": "", + "location": "Unity.Analytics.Tracker.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Analytics.TriggerBool", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Analytics.Tracker.dll" + } + ], + "name": "TriggerBool", + "comment": "", + "location": "Unity.Analytics.Tracker.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Rendering.SynchronisationStageFlags", + "name": "VertexProcessing", + "comment": "All aspects of vertex processing in the GPU.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.SynchronisationStageFlags", + "name": "PixelProcessing", + "comment": "All aspects of pixel processing in the GPU.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.SynchronisationStageFlags", + "name": "ComputeProcessing", + "comment": "All compute shader dispatch operations.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.SynchronisationStageFlags", + "name": "AllGPUOperations", + "comment": "All previous GPU operations (vertex, pixel and compute).\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Rendering.SynchronisationStageFlags", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "SynchronisationStageFlags", + "comment": "Describes the various stages of GPU processing against which the GraphicsFence can be set and waited against.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Rendering.GraphicsFenceType", + "name": "AsyncQueueSynchronisation", + "comment": "The GraphicsFence can be used to synchronise between different GPU queues, as well as to synchronise between GPU and the CPU.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.GraphicsFenceType", + "name": "CPUSynchronisation", + "comment": "The GraphicsFence can only be used to synchronize between the GPU and the CPU.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Rendering.GraphicsFenceType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "GraphicsFenceType", + "comment": "The type of the GraphicsFence. Currently the only supported fence type is AsyncQueueSynchronization.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Analytics", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Analytics.TriggerLifecycleEvent", + "name": "None", + "comment": "", + "location": "Unity.Analytics.Tracker.dll" + }, + { + "typeName": "UnityEngine.Analytics.TriggerLifecycleEvent", + "name": "Awake", + "comment": "", + "location": "Unity.Analytics.Tracker.dll" + }, + { + "typeName": "UnityEngine.Analytics.TriggerLifecycleEvent", + "name": "Start", + "comment": "", + "location": "Unity.Analytics.Tracker.dll" + }, + { + "typeName": "UnityEngine.Analytics.TriggerLifecycleEvent", + "name": "OnEnable", + "comment": "", + "location": "Unity.Analytics.Tracker.dll" + }, + { + "typeName": "UnityEngine.Analytics.TriggerLifecycleEvent", + "name": "OnDisable", + "comment": "", + "location": "Unity.Analytics.Tracker.dll" + }, + { + "typeName": "UnityEngine.Analytics.TriggerLifecycleEvent", + "name": "OnApplicationPause", + "comment": "", + "location": "Unity.Analytics.Tracker.dll" + }, + { + "typeName": "UnityEngine.Analytics.TriggerLifecycleEvent", + "name": "OnApplicationUnpause", + "comment": "", + "location": "Unity.Analytics.Tracker.dll" + }, + { + "typeName": "UnityEngine.Analytics.TriggerLifecycleEvent", + "name": "OnDestroy", + "comment": "", + "location": "Unity.Analytics.Tracker.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Analytics.TriggerLifecycleEvent", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Analytics.Tracker.dll" + } + ], + "name": "TriggerLifecycleEvent", + "comment": "", + "location": "Unity.Analytics.Tracker.dll" + }, + { + "namespace": "UnityEngine.Jobs", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Vector3", + "name": "position", + "comment": "The position of the transform in world space.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Quaternion", + "name": "rotation", + "comment": "The rotation of the transform in world space stored as a Quaternion.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "localPosition", + "comment": "The position of the transform relative to the parent.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Quaternion", + "name": "localRotation", + "comment": "The rotation of the transform relative to the parent transform's rotation.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "localScale", + "comment": "The scale of the transform relative to the parent.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Matrix4x4", + "name": "localToWorldMatrix", + "comment": "Matrix that transforms a point from local space into world space (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Matrix4x4", + "name": "worldToLocalMatrix", + "comment": "Matrix that transforms a point from world space into local space (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "isValid", + "comment": "Use this to determine whether this instance refers to a valid Transform.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "TransformAccess", + "comment": "Position, rotation and scale of an object.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "passed", + "comment": "Determines whether the GraphicsFence has passed.\n\nAllows the CPU to determine whether the GPU has passed the point in its processing represented by the GraphicsFence.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "GraphicsFence", + "comment": "Used to manage synchronisation between tasks on async compute queues and the graphics queue.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Analytics", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Analytics.TriggerOperator", + "name": "Equals", + "comment": "", + "location": "Unity.Analytics.Tracker.dll" + }, + { + "typeName": "UnityEngine.Analytics.TriggerOperator", + "name": "DoesNotEqual", + "comment": "", + "location": "Unity.Analytics.Tracker.dll" + }, + { + "typeName": "UnityEngine.Analytics.TriggerOperator", + "name": "IsGreaterThan", + "comment": "", + "location": "Unity.Analytics.Tracker.dll" + }, + { + "typeName": "UnityEngine.Analytics.TriggerOperator", + "name": "IsGreaterThanOrEqualTo", + "comment": "", + "location": "Unity.Analytics.Tracker.dll" + }, + { + "typeName": "UnityEngine.Analytics.TriggerOperator", + "name": "IsLessThan", + "comment": "", + "location": "Unity.Analytics.Tracker.dll" + }, + { + "typeName": "UnityEngine.Analytics.TriggerOperator", + "name": "IsLessThanOrEqualTo", + "comment": "", + "location": "Unity.Analytics.Tracker.dll" + }, + { + "typeName": "UnityEngine.Analytics.TriggerOperator", + "name": "IsBetween", + "comment": "", + "location": "Unity.Analytics.Tracker.dll" + }, + { + "typeName": "UnityEngine.Analytics.TriggerOperator", + "name": "IsBetweenOrEqualTo", + "comment": "", + "location": "Unity.Analytics.Tracker.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Analytics.TriggerOperator", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Analytics.Tracker.dll" + } + ], + "name": "TriggerOperator", + "comment": "", + "location": "Unity.Analytics.Tracker.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "UnityEngine.Object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.TransparencySortMode", + "name": "transparencySortMode", + "comment": "Transparent object sorting mode.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "transparencySortAxis", + "comment": "An axis that describes the direction along which the distances of objects are measured for the purpose of sorting.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "realtimeDirectRectangularAreaLights", + "comment": "Is the current render pipeline capable of rendering direct lighting for rectangular area Lights?\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "lightsUseLinearIntensity", + "comment": "If this is true, Light intensity is multiplied against linear color values. If it is false, gamma color values are used.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "lightsUseColorTemperature", + "comment": "Whether to use a Light's color temperature when calculating the final color of that Light.\"\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "uint", + "name": "defaultRenderingLayerMask", + "comment": "Stores the default value for the RenderingLayerMask property of newly created Renderers.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "useScriptableRenderPipelineBatching", + "comment": "Enable/Disable SRP batcher (experimental) at runtime.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "logWhenShaderIsCompiled", + "comment": "If this is true, a log entry is made each time a shader is compiled at application runtime.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "disableBuiltinCustomRenderTextureUpdate", + "comment": "Disables the built-in update loop for Custom Render Textures, so that you can write your own update loop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.VideoShadersIncludeMode", + "name": "videoShadersIncludeMode", + "comment": "If and when to include video shaders in the build.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.RenderPipelineAsset", + "name": "currentRenderPipeline", + "comment": "The RenderPipelineAsset that defines the active render pipeline for the current quality level.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.RenderPipelineAsset", + "name": "renderPipelineAsset", + "comment": "Deprecated, use GraphicsSettings.defaultRenderPipeline instead.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.RenderPipelineAsset", + "name": "defaultRenderPipeline", + "comment": "The RenderPipelineAsset that defines the default render pipeline.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.RenderPipelineAsset[]", + "name": "allConfiguredRenderPipelines", + "comment": "An array containing the RenderPipelineAsset instances that describe the default render pipeline and any quality level overrides.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "tier", + "typeName": "UnityEngine.Rendering.GraphicsTier" + }, + { + "name": "defineHash", + "typeName": "UnityEngine.Rendering.BuiltinShaderDefine" + } + ], + "isStatic": true, + "name": "HasShaderDefine", + "comment": "Returns true if shader define was set when compiling shaders for current GraphicsTier. Graphics Tiers are only available in the Built-in Render Pipeline.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "defineHash", + "typeName": "UnityEngine.Rendering.BuiltinShaderDefine" + } + ], + "isStatic": true, + "name": "HasShaderDefine", + "comment": "Returns true if shader define was set when compiling shaders for a given GraphicsTier. Graphics Tiers are only available in the Built-in Render Pipeline.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Object", + "params": [], + "isStatic": true, + "name": "GetGraphicsSettings", + "comment": "Returns the GraphicsSettings object.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "type", + "typeName": "UnityEngine.Rendering.BuiltinShaderType" + }, + { + "name": "mode", + "typeName": "UnityEngine.Rendering.BuiltinShaderMode" + } + ], + "isStatic": true, + "name": "SetShaderMode", + "comment": "Set built-in shader mode.\n\n```plaintext\nParams: type - Built-in shader type to change.\n mode - Mode to use for built-in shader.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "BuiltinShaderMode", + "params": [ + { + "name": "type", + "typeName": "UnityEngine.Rendering.BuiltinShaderType" + } + ], + "isStatic": true, + "name": "GetShaderMode", + "comment": "Mode used for built-in shader.\n\n```plaintext\nParams: type - Built-in shader type to query.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "type", + "typeName": "UnityEngine.Rendering.BuiltinShaderType" + }, + { "name": "shader", "typeName": "UnityEngine.Shader" } + ], + "isStatic": true, + "name": "SetCustomShader", + "comment": "Set custom shader to use instead of a built-in shader.\n\n```plaintext\nParams: type - Built-in shader type to set custom shader to.\n shader - The shader to use.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Shader", + "params": [ + { + "name": "type", + "typeName": "UnityEngine.Rendering.BuiltinShaderType" + } + ], + "isStatic": true, + "name": "GetCustomShader", + "comment": "The shader used.\n\n```plaintext\nParams: type - Built-in shader type to query custom shader for.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "GraphicsSettings", + "comment": "Script interface for.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Jobs", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "bool", + "name": "isCreated", + "comment": "isCreated.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Transform", + "name": "this[]", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "capacity", + "comment": "Returns array capacity.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "length", + "comment": "Length.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "transforms", "typeName": "UnityEngine.Transform[]" }, + { "name": "desiredJobCount", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Constructor.\n\n```plaintext\nParams: transforms - Transforms.\n desiredJobCount - Desired job count.\n capacity - Capacity.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "capacity", "typeName": "int" }, + { "name": "desiredJobCount", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Constructor.\n\n```plaintext\nParams: transforms - Transforms.\n desiredJobCount - Desired job count.\n capacity - Capacity.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "capacity", "typeName": "int" }, + { "name": "desiredJobCount", "typeName": "int" }, + { + "name": "array", + "typeName": "UnityEngine.Jobs.TransformAccessArray" + } + ], + "isStatic": true, + "name": "Allocate", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "Dispose.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "transform", "typeName": "UnityEngine.Transform" } + ], + "isStatic": false, + "name": "Add", + "comment": "Add.\n\n```plaintext\nParams: transform - Transform.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "RemoveAtSwapBack", + "comment": "Remove item at index.\n\n```plaintext\nParams: index - Index.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "transforms", "typeName": "UnityEngine.Transform[]" } + ], + "isStatic": false, + "name": "SetTransforms", + "comment": "Set transforms.\n\n```plaintext\nParams: transforms - Transforms.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "TransformAccessArray", + "comment": "TransformAccessArray.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Analytics", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Analytics.TriggerType", + "name": "Lifecycle", + "comment": "", + "location": "Unity.Analytics.Tracker.dll" + }, + { + "typeName": "UnityEngine.Analytics.TriggerType", + "name": "External", + "comment": "", + "location": "Unity.Analytics.Tracker.dll" + }, + { + "typeName": "UnityEngine.Analytics.TriggerType", + "name": "Timer", + "comment": "", + "location": "Unity.Analytics.Tracker.dll" + }, + { + "typeName": "UnityEngine.Analytics.TriggerType", + "name": "ExposedMethod", + "comment": "", + "location": "Unity.Analytics.Tracker.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Analytics.TriggerType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Analytics.Tracker.dll" + } + ], + "name": "TriggerType", + "comment": "", + "location": "Unity.Analytics.Tracker.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "willCurrentFrameRender", + "comment": "True if the current frame will be rendered.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "renderFrameInterval", + "comment": "Get or set the current frame rate interval. To restore rendering back to the value of Application.targetFrameRate or QualitySettings.vSyncCount set this to 0 or 1.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "effectiveRenderFrameRate", + "comment": "The current estimated rate of rendering in frames per second rounded to the nearest integer.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "OnDemandRendering", + "comment": "Use the OnDemandRendering class to control and query information about your application's rendering speed independent from all other subsystems (such as physics, input, or animation).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Analytics", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Analytics.Tracker.dll" + } + ], + "name": "TriggerListContainer", + "comment": "", + "location": "Unity.Analytics.Tracker.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "object", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "string", + "name": "name", + "comment": "Name of this command buffer.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "sizeInBytes", + "comment": "Size of this command buffer in bytes (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "src", + "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" + }, + { + "name": "dst", + "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" + } + ], + "isStatic": false, + "name": "ConvertTexture", + "comment": "Converts and copies a source texture to a destination texture with a different format or dimensions.\n\n```plaintext\nParams: src - Source texture.\n dst - Destination texture.\n srcElement - Source element (e.g. cubemap face). Set this to 0 for 2D source textures.\n dstElement - Destination element (e.g. cubemap face or texture array element).\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "src", + "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" + }, + { "name": "srcElement", "typeName": "int" }, + { + "name": "dst", + "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" + }, + { "name": "dstElement", "typeName": "int" } + ], + "isStatic": false, + "name": "ConvertTexture", + "comment": "Converts and copies a source texture to a destination texture with a different format or dimensions.\n\n```plaintext\nParams: src - Source texture.\n dst - Destination texture.\n srcElement - Source element (e.g. cubemap face). Set this to 0 for 2D source textures.\n dstElement - Destination element (e.g. cubemap face or texture array element).\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "WaitAllAsyncReadbackRequests", + "comment": "Adds an \"AsyncGPUReadback.WaitAllRequests\" command to the CommandBuffer.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "src", "typeName": "UnityEngine.ComputeBuffer" }, + { + "name": "callback", + "typeName": "System.Action" + } + ], + "isStatic": false, + "name": "RequestAsyncReadback", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "src", "typeName": "UnityEngine.GraphicsBuffer" }, + { + "name": "callback", + "typeName": "System.Action" + } + ], + "isStatic": false, + "name": "RequestAsyncReadback", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "src", "typeName": "UnityEngine.ComputeBuffer" }, + { "name": "size", "typeName": "int" }, + { "name": "offset", "typeName": "int" }, + { + "name": "callback", + "typeName": "System.Action" + } + ], + "isStatic": false, + "name": "RequestAsyncReadback", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "src", "typeName": "UnityEngine.GraphicsBuffer" }, + { "name": "size", "typeName": "int" }, + { "name": "offset", "typeName": "int" }, + { + "name": "callback", + "typeName": "System.Action" + } + ], + "isStatic": false, + "name": "RequestAsyncReadback", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "src", "typeName": "UnityEngine.Texture" }, + { + "name": "callback", + "typeName": "System.Action" + } + ], + "isStatic": false, + "name": "RequestAsyncReadback", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "src", "typeName": "UnityEngine.Texture" }, + { "name": "mipIndex", "typeName": "int" }, + { + "name": "callback", + "typeName": "System.Action" + } + ], + "isStatic": false, + "name": "RequestAsyncReadback", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "src", "typeName": "UnityEngine.Texture" }, + { "name": "mipIndex", "typeName": "int" }, + { "name": "dstFormat", "typeName": "UnityEngine.TextureFormat" }, + { + "name": "callback", + "typeName": "System.Action" + } + ], + "isStatic": false, + "name": "RequestAsyncReadback", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "src", "typeName": "UnityEngine.Texture" }, + { "name": "mipIndex", "typeName": "int" }, + { + "name": "dstFormat", + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" + }, + { + "name": "callback", + "typeName": "System.Action" + } + ], + "isStatic": false, + "name": "RequestAsyncReadback", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "src", "typeName": "UnityEngine.Texture" }, + { "name": "mipIndex", "typeName": "int" }, + { "name": "x", "typeName": "int" }, + { "name": "width", "typeName": "int" }, + { "name": "y", "typeName": "int" }, + { "name": "height", "typeName": "int" }, + { "name": "z", "typeName": "int" }, + { "name": "depth", "typeName": "int" }, + { + "name": "callback", + "typeName": "System.Action" + } + ], + "isStatic": false, + "name": "RequestAsyncReadback", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "src", "typeName": "UnityEngine.Texture" }, + { "name": "mipIndex", "typeName": "int" }, + { "name": "x", "typeName": "int" }, + { "name": "width", "typeName": "int" }, + { "name": "y", "typeName": "int" }, + { "name": "height", "typeName": "int" }, + { "name": "z", "typeName": "int" }, + { "name": "depth", "typeName": "int" }, + { "name": "dstFormat", "typeName": "UnityEngine.TextureFormat" }, + { + "name": "callback", + "typeName": "System.Action" + } + ], + "isStatic": false, + "name": "RequestAsyncReadback", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "src", "typeName": "UnityEngine.Texture" }, + { "name": "mipIndex", "typeName": "int" }, + { "name": "x", "typeName": "int" }, + { "name": "width", "typeName": "int" }, + { "name": "y", "typeName": "int" }, + { "name": "height", "typeName": "int" }, + { "name": "z", "typeName": "int" }, + { "name": "depth", "typeName": "int" }, + { + "name": "dstFormat", + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" + }, + { + "name": "callback", + "typeName": "System.Action" + } + ], + "isStatic": false, + "name": "RequestAsyncReadback", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "output", + "typeName": "Unity.Collections.NativeArray" + }, + { "name": "src", "typeName": "UnityEngine.ComputeBuffer" }, + { + "name": "callback", + "typeName": "System.Action" + } + ], + "isStatic": false, + "name": "RequestAsyncReadbackIntoNativeArray", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "output", + "typeName": "Unity.Collections.NativeArray" + }, + { "name": "src", "typeName": "UnityEngine.ComputeBuffer" }, + { "name": "size", "typeName": "int" }, + { "name": "offset", "typeName": "int" }, + { + "name": "callback", + "typeName": "System.Action" + } + ], + "isStatic": false, + "name": "RequestAsyncReadbackIntoNativeArray", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "output", + "typeName": "Unity.Collections.NativeArray" + }, + { "name": "src", "typeName": "UnityEngine.GraphicsBuffer" }, + { + "name": "callback", + "typeName": "System.Action" + } + ], + "isStatic": false, + "name": "RequestAsyncReadbackIntoNativeArray", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "output", + "typeName": "Unity.Collections.NativeArray" + }, + { "name": "src", "typeName": "UnityEngine.GraphicsBuffer" }, + { "name": "size", "typeName": "int" }, + { "name": "offset", "typeName": "int" }, + { + "name": "callback", + "typeName": "System.Action" + } + ], + "isStatic": false, + "name": "RequestAsyncReadbackIntoNativeArray", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "output", + "typeName": "Unity.Collections.NativeArray" + }, + { "name": "src", "typeName": "UnityEngine.Texture" }, + { + "name": "callback", + "typeName": "System.Action" + } + ], + "isStatic": false, + "name": "RequestAsyncReadbackIntoNativeArray", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "output", + "typeName": "Unity.Collections.NativeArray" + }, + { "name": "src", "typeName": "UnityEngine.Texture" }, + { "name": "mipIndex", "typeName": "int" }, + { + "name": "callback", + "typeName": "System.Action" + } + ], + "isStatic": false, + "name": "RequestAsyncReadbackIntoNativeArray", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "output", + "typeName": "Unity.Collections.NativeArray" + }, + { "name": "src", "typeName": "UnityEngine.Texture" }, + { "name": "mipIndex", "typeName": "int" }, + { "name": "dstFormat", "typeName": "UnityEngine.TextureFormat" }, + { + "name": "callback", + "typeName": "System.Action" + } + ], + "isStatic": false, + "name": "RequestAsyncReadbackIntoNativeArray", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "output", + "typeName": "Unity.Collections.NativeArray" + }, + { "name": "src", "typeName": "UnityEngine.Texture" }, + { "name": "mipIndex", "typeName": "int" }, + { + "name": "dstFormat", + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" + }, + { + "name": "callback", + "typeName": "System.Action" + } + ], + "isStatic": false, + "name": "RequestAsyncReadbackIntoNativeArray", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "output", + "typeName": "Unity.Collections.NativeArray" + }, + { "name": "src", "typeName": "UnityEngine.Texture" }, + { "name": "mipIndex", "typeName": "int" }, + { "name": "x", "typeName": "int" }, + { "name": "width", "typeName": "int" }, + { "name": "y", "typeName": "int" }, + { "name": "height", "typeName": "int" }, + { "name": "z", "typeName": "int" }, + { "name": "depth", "typeName": "int" }, + { + "name": "callback", + "typeName": "System.Action" + } + ], + "isStatic": false, + "name": "RequestAsyncReadbackIntoNativeArray", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "output", + "typeName": "Unity.Collections.NativeArray" + }, + { "name": "src", "typeName": "UnityEngine.Texture" }, + { "name": "mipIndex", "typeName": "int" }, + { "name": "x", "typeName": "int" }, + { "name": "width", "typeName": "int" }, + { "name": "y", "typeName": "int" }, + { "name": "height", "typeName": "int" }, + { "name": "z", "typeName": "int" }, + { "name": "depth", "typeName": "int" }, + { "name": "dstFormat", "typeName": "UnityEngine.TextureFormat" }, + { + "name": "callback", + "typeName": "System.Action" + } + ], + "isStatic": false, + "name": "RequestAsyncReadbackIntoNativeArray", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "output", + "typeName": "Unity.Collections.NativeArray" + }, + { "name": "src", "typeName": "UnityEngine.Texture" }, + { "name": "mipIndex", "typeName": "int" }, + { "name": "x", "typeName": "int" }, + { "name": "width", "typeName": "int" }, + { "name": "y", "typeName": "int" }, + { "name": "height", "typeName": "int" }, + { "name": "z", "typeName": "int" }, + { "name": "depth", "typeName": "int" }, + { + "name": "dstFormat", + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" + }, + { + "name": "callback", + "typeName": "System.Action" + } + ], + "isStatic": false, + "name": "RequestAsyncReadbackIntoNativeArray", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "output", + "typeName": "Unity.Collections.NativeSlice" + }, + { "name": "src", "typeName": "UnityEngine.ComputeBuffer" }, + { + "name": "callback", + "typeName": "System.Action" + } + ], + "isStatic": false, + "name": "RequestAsyncReadbackIntoNativeSlice", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "output", + "typeName": "Unity.Collections.NativeSlice" + }, + { "name": "src", "typeName": "UnityEngine.ComputeBuffer" }, + { "name": "size", "typeName": "int" }, + { "name": "offset", "typeName": "int" }, + { + "name": "callback", + "typeName": "System.Action" + } + ], + "isStatic": false, + "name": "RequestAsyncReadbackIntoNativeSlice", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "output", + "typeName": "Unity.Collections.NativeSlice" + }, + { "name": "src", "typeName": "UnityEngine.GraphicsBuffer" }, + { + "name": "callback", + "typeName": "System.Action" + } + ], + "isStatic": false, + "name": "RequestAsyncReadbackIntoNativeSlice", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "output", + "typeName": "Unity.Collections.NativeSlice" + }, + { "name": "src", "typeName": "UnityEngine.GraphicsBuffer" }, + { "name": "size", "typeName": "int" }, + { "name": "offset", "typeName": "int" }, + { + "name": "callback", + "typeName": "System.Action" + } + ], + "isStatic": false, + "name": "RequestAsyncReadbackIntoNativeSlice", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "output", + "typeName": "Unity.Collections.NativeSlice" + }, + { "name": "src", "typeName": "UnityEngine.Texture" }, + { + "name": "callback", + "typeName": "System.Action" + } + ], + "isStatic": false, + "name": "RequestAsyncReadbackIntoNativeSlice", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "output", + "typeName": "Unity.Collections.NativeSlice" + }, + { "name": "src", "typeName": "UnityEngine.Texture" }, + { "name": "mipIndex", "typeName": "int" }, + { + "name": "callback", + "typeName": "System.Action" + } + ], + "isStatic": false, + "name": "RequestAsyncReadbackIntoNativeSlice", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "output", + "typeName": "Unity.Collections.NativeSlice" + }, + { "name": "src", "typeName": "UnityEngine.Texture" }, + { "name": "mipIndex", "typeName": "int" }, + { "name": "dstFormat", "typeName": "UnityEngine.TextureFormat" }, + { + "name": "callback", + "typeName": "System.Action" + } + ], + "isStatic": false, + "name": "RequestAsyncReadbackIntoNativeSlice", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "output", + "typeName": "Unity.Collections.NativeSlice" + }, + { "name": "src", "typeName": "UnityEngine.Texture" }, + { "name": "mipIndex", "typeName": "int" }, + { + "name": "dstFormat", + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" + }, + { + "name": "callback", + "typeName": "System.Action" + } + ], + "isStatic": false, + "name": "RequestAsyncReadbackIntoNativeSlice", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "output", + "typeName": "Unity.Collections.NativeSlice" + }, + { "name": "src", "typeName": "UnityEngine.Texture" }, + { "name": "mipIndex", "typeName": "int" }, + { "name": "x", "typeName": "int" }, + { "name": "width", "typeName": "int" }, + { "name": "y", "typeName": "int" }, + { "name": "height", "typeName": "int" }, + { "name": "z", "typeName": "int" }, + { "name": "depth", "typeName": "int" }, + { + "name": "callback", + "typeName": "System.Action" + } + ], + "isStatic": false, + "name": "RequestAsyncReadbackIntoNativeSlice", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "output", + "typeName": "Unity.Collections.NativeSlice" + }, + { "name": "src", "typeName": "UnityEngine.Texture" }, + { "name": "mipIndex", "typeName": "int" }, + { "name": "x", "typeName": "int" }, + { "name": "width", "typeName": "int" }, + { "name": "y", "typeName": "int" }, + { "name": "height", "typeName": "int" }, + { "name": "z", "typeName": "int" }, + { "name": "depth", "typeName": "int" }, + { "name": "dstFormat", "typeName": "UnityEngine.TextureFormat" }, + { + "name": "callback", + "typeName": "System.Action" + } + ], + "isStatic": false, + "name": "RequestAsyncReadbackIntoNativeSlice", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "output", + "typeName": "Unity.Collections.NativeSlice" + }, + { "name": "src", "typeName": "UnityEngine.Texture" }, + { "name": "mipIndex", "typeName": "int" }, + { "name": "x", "typeName": "int" }, + { "name": "width", "typeName": "int" }, + { "name": "y", "typeName": "int" }, + { "name": "height", "typeName": "int" }, + { "name": "z", "typeName": "int" }, + { "name": "depth", "typeName": "int" }, + { + "name": "dstFormat", + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" + }, + { + "name": "callback", + "typeName": "System.Action" + } + ], + "isStatic": false, + "name": "RequestAsyncReadbackIntoNativeSlice", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "invertCulling", "typeName": "bool" }], + "isStatic": false, + "name": "SetInvertCulling", + "comment": "Add a \"set invert culling\" command to the buffer.\n\n```plaintext\nParams: invertCulling - A boolean indicating whether to invert the backface culling (true) or not (false).\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "computeShader", + "typeName": "UnityEngine.ComputeShader" + }, + { "name": "nameID", "typeName": "int" }, + { "name": "val", "typeName": "float" } + ], + "isStatic": false, + "name": "SetComputeFloatParam", + "comment": "Adds a command to set a float parameter on a ComputeShader.\n\n```plaintext\nParams: computeShader - ComputeShader to set parameter for.\n name - Name of the variable in shader code.\n nameID - Property name ID. Use Shader.PropertyToID to get this ID.\n val - Value to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "computeShader", + "typeName": "UnityEngine.ComputeShader" + }, + { "name": "nameID", "typeName": "int" }, + { "name": "val", "typeName": "int" } + ], + "isStatic": false, + "name": "SetComputeIntParam", + "comment": "Adds a command to set an integer parameter on a ComputeShader.\n\n```plaintext\nParams: computeShader - ComputeShader to set parameter for.\n name - Name of the variable in shader code.\n nameID - Property name ID. Use Shader.PropertyToID to get this ID.\n val - Value to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "computeShader", + "typeName": "UnityEngine.ComputeShader" + }, + { "name": "nameID", "typeName": "int" }, + { "name": "val", "typeName": "UnityEngine.Vector4" } + ], + "isStatic": false, + "name": "SetComputeVectorParam", + "comment": "Adds a command to set a vector parameter on a ComputeShader.\n\n```plaintext\nParams: computeShader - ComputeShader to set parameter for.\n name - Name of the variable in shader code.\n nameID - Property name ID. Use Shader.PropertyToID to get this ID.\n val - Value to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "computeShader", + "typeName": "UnityEngine.ComputeShader" + }, + { "name": "nameID", "typeName": "int" }, + { "name": "values", "typeName": "UnityEngine.Vector4[]" } + ], + "isStatic": false, + "name": "SetComputeVectorArrayParam", + "comment": "Adds a command to set a vector array parameter on a ComputeShader.\n\n```plaintext\nParams: computeShader - ComputeShader to set parameter for.\n name - Property name.\n nameID - Property name ID. Use Shader.PropertyToID to get this ID.\n values - Value to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "computeShader", + "typeName": "UnityEngine.ComputeShader" + }, + { "name": "nameID", "typeName": "int" }, + { "name": "val", "typeName": "UnityEngine.Matrix4x4" } + ], + "isStatic": false, + "name": "SetComputeMatrixParam", + "comment": "Adds a command to set a matrix parameter on a ComputeShader.\n\n```plaintext\nParams: computeShader - ComputeShader to set parameter for.\n name - Name of the variable in shader code.\n nameID - Property name ID. Use Shader.PropertyToID to get this ID.\n val - Value to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "computeShader", + "typeName": "UnityEngine.ComputeShader" + }, + { "name": "nameID", "typeName": "int" }, + { "name": "values", "typeName": "UnityEngine.Matrix4x4[]" } + ], + "isStatic": false, + "name": "SetComputeMatrixArrayParam", + "comment": "Adds a command to set a matrix array parameter on a ComputeShader.\n\n```plaintext\nParams: computeShader - ComputeShader to set parameter for.\n name - Name of the variable in shader code.\n nameID - Property name ID. Use Shader.PropertyToID to get this ID.\n values - Value to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "rayTracingShader", + "typeName": "UnityEngine.Experimental.Rendering.RayTracingShader" + }, + { "name": "passName", "typeName": "string" } + ], + "isStatic": false, + "name": "SetRayTracingShaderPass", + "comment": "Adds a command to select which Shader Pass to use when executing ray/geometry intersection shaders.\n\n```plaintext\nParams: rayTracingShader - RayTracingShader to set parameter for.\n passName - The Shader Pass to use when executing ray tracing shaders.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Clear", + "comment": "Clear all commands in the buffer.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ClearRandomWriteTargets", + "comment": "Clear random write targets for level pixel shaders.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "pixelRect", "typeName": "UnityEngine.Rect" }], + "isStatic": false, + "name": "SetViewport", + "comment": "Add a command to set the rendering viewport.\n\n```plaintext\nParams: pixelRect - Viewport rectangle in pixel coordinates.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "scissor", "typeName": "UnityEngine.Rect" }], + "isStatic": false, + "name": "EnableScissorRect", + "comment": "Add a command to enable the hardware scissor rectangle.\n\n```plaintext\nParams: scissor - Viewport rectangle in pixel coordinates.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "DisableScissorRect", + "comment": "Add a command to disable the hardware scissor rectangle.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { "name": "width", "typeName": "int" }, + { "name": "height", "typeName": "int" }, + { "name": "depthBuffer", "typeName": "int" }, + { "name": "filter", "typeName": "UnityEngine.FilterMode" }, + { + "name": "format", + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" + }, + { "name": "antiAliasing", "typeName": "int" }, + { "name": "enableRandomWrite", "typeName": "bool" }, + { + "name": "memorylessMode", + "typeName": "UnityEngine.RenderTextureMemoryless" + }, + { "name": "useDynamicScale", "typeName": "bool" } + ], + "isStatic": false, + "name": "GetTemporaryRT", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { "name": "width", "typeName": "int" }, + { "name": "height", "typeName": "int" }, + { "name": "depthBuffer", "typeName": "int" }, + { "name": "filter", "typeName": "UnityEngine.FilterMode" }, + { + "name": "format", + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" + }, + { "name": "antiAliasing", "typeName": "int" }, + { "name": "enableRandomWrite", "typeName": "bool" }, + { + "name": "memorylessMode", + "typeName": "UnityEngine.RenderTextureMemoryless" + } + ], + "isStatic": false, + "name": "GetTemporaryRT", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { "name": "width", "typeName": "int" }, + { "name": "height", "typeName": "int" }, + { "name": "depthBuffer", "typeName": "int" }, + { "name": "filter", "typeName": "UnityEngine.FilterMode" }, + { + "name": "format", + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" + }, + { "name": "antiAliasing", "typeName": "int" }, + { "name": "enableRandomWrite", "typeName": "bool" } + ], + "isStatic": false, + "name": "GetTemporaryRT", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { "name": "width", "typeName": "int" }, + { "name": "height", "typeName": "int" }, + { "name": "depthBuffer", "typeName": "int" }, + { "name": "filter", "typeName": "UnityEngine.FilterMode" }, + { + "name": "format", + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" + }, + { "name": "antiAliasing", "typeName": "int" } + ], + "isStatic": false, + "name": "GetTemporaryRT", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { "name": "width", "typeName": "int" }, + { "name": "height", "typeName": "int" }, + { "name": "depthBuffer", "typeName": "int" }, + { "name": "filter", "typeName": "UnityEngine.FilterMode" }, + { + "name": "format", + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" + } + ], + "isStatic": false, + "name": "GetTemporaryRT", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { "name": "width", "typeName": "int" }, + { "name": "height", "typeName": "int" }, + { "name": "depthBuffer", "typeName": "int" }, + { "name": "filter", "typeName": "UnityEngine.FilterMode" }, + { "name": "format", "typeName": "UnityEngine.RenderTextureFormat" }, + { + "name": "readWrite", + "typeName": "UnityEngine.RenderTextureReadWrite" + }, + { "name": "antiAliasing", "typeName": "int" }, + { "name": "enableRandomWrite", "typeName": "bool" }, + { + "name": "memorylessMode", + "typeName": "UnityEngine.RenderTextureMemoryless" + }, + { "name": "useDynamicScale", "typeName": "bool" } + ], + "isStatic": false, + "name": "GetTemporaryRT", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { "name": "width", "typeName": "int" }, + { "name": "height", "typeName": "int" }, + { "name": "depthBuffer", "typeName": "int" }, + { "name": "filter", "typeName": "UnityEngine.FilterMode" }, + { "name": "format", "typeName": "UnityEngine.RenderTextureFormat" }, + { + "name": "readWrite", + "typeName": "UnityEngine.RenderTextureReadWrite" + }, + { "name": "antiAliasing", "typeName": "int" }, + { "name": "enableRandomWrite", "typeName": "bool" }, + { + "name": "memorylessMode", + "typeName": "UnityEngine.RenderTextureMemoryless" + } + ], + "isStatic": false, + "name": "GetTemporaryRT", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { "name": "width", "typeName": "int" }, + { "name": "height", "typeName": "int" }, + { "name": "depthBuffer", "typeName": "int" }, + { "name": "filter", "typeName": "UnityEngine.FilterMode" }, + { "name": "format", "typeName": "UnityEngine.RenderTextureFormat" }, + { + "name": "readWrite", + "typeName": "UnityEngine.RenderTextureReadWrite" + }, + { "name": "antiAliasing", "typeName": "int" }, + { "name": "enableRandomWrite", "typeName": "bool" } + ], + "isStatic": false, + "name": "GetTemporaryRT", + "comment": "Add a \"get a temporary render texture\" command.\n\n```plaintext\nParams: nameID - Shader property name for this texture.\n width - Width in pixels, or -1 for \"camera pixel width\".\n height - Height in pixels, or -1 for \"camera pixel height\".\n depthBuffer - Depth buffer bits (0, 16 or 24).\n filter - Texture filtering mode (default is Point).\n format - Format of the render texture (default is ARGB32).\n readWrite - Color space conversion mode.\n antiAliasing - Anti-aliasing (default is no anti-aliasing).\n enableRandomWrite - Should random-write access into the texture be enabled (default is false).\n desc - Use this RenderTextureDescriptor for the settings when creating the temporary RenderTexture.\n memorylessMode - Render texture memoryless mode.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { "name": "width", "typeName": "int" }, + { "name": "height", "typeName": "int" }, + { "name": "depthBuffer", "typeName": "int" }, + { "name": "filter", "typeName": "UnityEngine.FilterMode" }, + { "name": "format", "typeName": "UnityEngine.RenderTextureFormat" }, + { + "name": "readWrite", + "typeName": "UnityEngine.RenderTextureReadWrite" + }, + { "name": "antiAliasing", "typeName": "int" } + ], + "isStatic": false, + "name": "GetTemporaryRT", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { "name": "width", "typeName": "int" }, + { "name": "height", "typeName": "int" }, + { "name": "depthBuffer", "typeName": "int" }, + { "name": "filter", "typeName": "UnityEngine.FilterMode" }, + { "name": "format", "typeName": "UnityEngine.RenderTextureFormat" }, + { + "name": "readWrite", + "typeName": "UnityEngine.RenderTextureReadWrite" + } + ], + "isStatic": false, + "name": "GetTemporaryRT", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { "name": "width", "typeName": "int" }, + { "name": "height", "typeName": "int" }, + { "name": "depthBuffer", "typeName": "int" }, + { "name": "filter", "typeName": "UnityEngine.FilterMode" }, + { "name": "format", "typeName": "UnityEngine.RenderTextureFormat" } + ], + "isStatic": false, + "name": "GetTemporaryRT", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { "name": "width", "typeName": "int" }, + { "name": "height", "typeName": "int" }, + { "name": "depthBuffer", "typeName": "int" }, + { "name": "filter", "typeName": "UnityEngine.FilterMode" } + ], + "isStatic": false, + "name": "GetTemporaryRT", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { "name": "width", "typeName": "int" }, + { "name": "height", "typeName": "int" }, + { "name": "depthBuffer", "typeName": "int" } + ], + "isStatic": false, + "name": "GetTemporaryRT", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { "name": "width", "typeName": "int" }, + { "name": "height", "typeName": "int" } + ], + "isStatic": false, + "name": "GetTemporaryRT", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { + "name": "desc", + "typeName": "UnityEngine.RenderTextureDescriptor" + }, + { "name": "filter", "typeName": "UnityEngine.FilterMode" } + ], + "isStatic": false, + "name": "GetTemporaryRT", + "comment": "Add a \"get a temporary render texture\" command.\n\n```plaintext\nParams: nameID - Shader property name for this texture.\n width - Width in pixels, or -1 for \"camera pixel width\".\n height - Height in pixels, or -1 for \"camera pixel height\".\n depthBuffer - Depth buffer bits (0, 16 or 24).\n filter - Texture filtering mode (default is Point).\n format - Format of the render texture (default is ARGB32).\n readWrite - Color space conversion mode.\n antiAliasing - Anti-aliasing (default is no anti-aliasing).\n enableRandomWrite - Should random-write access into the texture be enabled (default is false).\n desc - Use this RenderTextureDescriptor for the settings when creating the temporary RenderTexture.\n memorylessMode - Render texture memoryless mode.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { + "name": "desc", + "typeName": "UnityEngine.RenderTextureDescriptor" + } + ], + "isStatic": false, + "name": "GetTemporaryRT", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { "name": "width", "typeName": "int" }, + { "name": "height", "typeName": "int" }, + { "name": "slices", "typeName": "int" }, + { "name": "depthBuffer", "typeName": "int" }, + { "name": "filter", "typeName": "UnityEngine.FilterMode" }, + { + "name": "format", + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" + }, + { "name": "antiAliasing", "typeName": "int" }, + { "name": "enableRandomWrite", "typeName": "bool" }, + { "name": "useDynamicScale", "typeName": "bool" } + ], + "isStatic": false, + "name": "GetTemporaryRTArray", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { "name": "width", "typeName": "int" }, + { "name": "height", "typeName": "int" }, + { "name": "slices", "typeName": "int" }, + { "name": "depthBuffer", "typeName": "int" }, + { "name": "filter", "typeName": "UnityEngine.FilterMode" }, + { + "name": "format", + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" + }, + { "name": "antiAliasing", "typeName": "int" }, + { "name": "enableRandomWrite", "typeName": "bool" } + ], + "isStatic": false, + "name": "GetTemporaryRTArray", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { "name": "width", "typeName": "int" }, + { "name": "height", "typeName": "int" }, + { "name": "slices", "typeName": "int" }, + { "name": "depthBuffer", "typeName": "int" }, + { "name": "filter", "typeName": "UnityEngine.FilterMode" }, + { + "name": "format", + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" + }, + { "name": "antiAliasing", "typeName": "int" } + ], + "isStatic": false, + "name": "GetTemporaryRTArray", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { "name": "width", "typeName": "int" }, + { "name": "height", "typeName": "int" }, + { "name": "slices", "typeName": "int" }, + { "name": "depthBuffer", "typeName": "int" }, + { "name": "filter", "typeName": "UnityEngine.FilterMode" }, + { + "name": "format", + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" + } + ], + "isStatic": false, + "name": "GetTemporaryRTArray", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { "name": "width", "typeName": "int" }, + { "name": "height", "typeName": "int" }, + { "name": "slices", "typeName": "int" }, + { "name": "depthBuffer", "typeName": "int" }, + { "name": "filter", "typeName": "UnityEngine.FilterMode" }, + { "name": "format", "typeName": "UnityEngine.RenderTextureFormat" }, + { + "name": "readWrite", + "typeName": "UnityEngine.RenderTextureReadWrite" + }, + { "name": "antiAliasing", "typeName": "int" }, + { "name": "enableRandomWrite", "typeName": "bool" } + ], + "isStatic": false, + "name": "GetTemporaryRTArray", + "comment": "Add a \"get a temporary render texture array\" command.\n\n```plaintext\nParams: nameID - Shader property name for this texture.\n width - Width in pixels, or -1 for \"camera pixel width\".\n height - Height in pixels, or -1 for \"camera pixel height\".\n slices - Number of slices in texture array.\n depthBuffer - Depth buffer bits (0, 16 or 24).\n filter - Texture filtering mode (default is Point).\n format - Format of the render texture (default is ARGB32).\n readWrite - Color space conversion mode.\n antiAliasing - Anti-aliasing (default is no anti-aliasing).\n enableRandomWrite - Should random-write access into the texture be enabled (default is false).\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { "name": "width", "typeName": "int" }, + { "name": "height", "typeName": "int" }, + { "name": "slices", "typeName": "int" }, + { "name": "depthBuffer", "typeName": "int" }, + { "name": "filter", "typeName": "UnityEngine.FilterMode" }, + { "name": "format", "typeName": "UnityEngine.RenderTextureFormat" }, + { + "name": "readWrite", + "typeName": "UnityEngine.RenderTextureReadWrite" + }, + { "name": "antiAliasing", "typeName": "int" } + ], + "isStatic": false, + "name": "GetTemporaryRTArray", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { "name": "width", "typeName": "int" }, + { "name": "height", "typeName": "int" }, + { "name": "slices", "typeName": "int" }, + { "name": "depthBuffer", "typeName": "int" }, + { "name": "filter", "typeName": "UnityEngine.FilterMode" }, + { "name": "format", "typeName": "UnityEngine.RenderTextureFormat" }, + { + "name": "readWrite", + "typeName": "UnityEngine.RenderTextureReadWrite" + } + ], + "isStatic": false, + "name": "GetTemporaryRTArray", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { "name": "width", "typeName": "int" }, + { "name": "height", "typeName": "int" }, + { "name": "slices", "typeName": "int" }, + { "name": "depthBuffer", "typeName": "int" }, + { "name": "filter", "typeName": "UnityEngine.FilterMode" }, + { "name": "format", "typeName": "UnityEngine.RenderTextureFormat" } + ], + "isStatic": false, + "name": "GetTemporaryRTArray", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { "name": "width", "typeName": "int" }, + { "name": "height", "typeName": "int" }, + { "name": "slices", "typeName": "int" }, + { "name": "depthBuffer", "typeName": "int" }, + { "name": "filter", "typeName": "UnityEngine.FilterMode" } + ], + "isStatic": false, + "name": "GetTemporaryRTArray", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { "name": "width", "typeName": "int" }, + { "name": "height", "typeName": "int" }, + { "name": "slices", "typeName": "int" }, + { "name": "depthBuffer", "typeName": "int" } + ], + "isStatic": false, + "name": "GetTemporaryRTArray", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { "name": "width", "typeName": "int" }, + { "name": "height", "typeName": "int" }, + { "name": "slices", "typeName": "int" } + ], + "isStatic": false, + "name": "GetTemporaryRTArray", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "nameID", "typeName": "int" }], + "isStatic": false, + "name": "ReleaseTemporaryRT", + "comment": "Add a \"release a temporary render texture\" command.\n\n```plaintext\nParams: nameID - Shader property name for this texture.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "clearDepth", "typeName": "bool" }, + { "name": "clearColor", "typeName": "bool" }, + { "name": "backgroundColor", "typeName": "UnityEngine.Color" }, + { "name": "depth", "typeName": "float" } + ], + "isStatic": false, + "name": "ClearRenderTarget", + "comment": "Adds a \"clear render target\" command.\n\n```plaintext\nParams: clearDepth - Should clear depth buffer?\n clearColor - Should clear color buffer?\n backgroundColor - Color to clear with.\n depth - Depth to clear with (default is 1.0).\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "clearDepth", "typeName": "bool" }, + { "name": "clearColor", "typeName": "bool" }, + { "name": "backgroundColor", "typeName": "UnityEngine.Color" } + ], + "isStatic": false, + "name": "ClearRenderTarget", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { "name": "value", "typeName": "float" } + ], + "isStatic": false, + "name": "SetGlobalFloat", + "comment": "Add a \"set global shader float property\" command.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { "name": "value", "typeName": "int" } + ], + "isStatic": false, + "name": "SetGlobalInt", + "comment": "Sets the given global integer property for all shaders.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { "name": "value", "typeName": "UnityEngine.Vector4" } + ], + "isStatic": false, + "name": "SetGlobalVector", + "comment": "Add a \"set global shader vector property\" command.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { "name": "value", "typeName": "UnityEngine.Color" } + ], + "isStatic": false, + "name": "SetGlobalColor", + "comment": "Add a \"set global shader color property\" command.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { "name": "value", "typeName": "UnityEngine.Matrix4x4" } + ], + "isStatic": false, + "name": "SetGlobalMatrix", + "comment": "Add a \"set global shader matrix property\" command.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "keyword", "typeName": "string" }], + "isStatic": false, + "name": "EnableShaderKeyword", + "comment": "Adds a command to enable global shader keyword.\n\n```plaintext\nParams: keyword - The name of the global shader keyword to enable.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "keyword", "typeName": "string" }], + "isStatic": false, + "name": "DisableShaderKeyword", + "comment": "Adds a command to disable global shader keyword.\n\n```plaintext\nParams: keyword - The name of the global shader keyword to disable.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "view", "typeName": "UnityEngine.Matrix4x4" }], + "isStatic": false, + "name": "SetViewMatrix", + "comment": "Add a command to set the view matrix.\n\n```plaintext\nParams: view - View (world to camera space) matrix.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "proj", "typeName": "UnityEngine.Matrix4x4" }], + "isStatic": false, + "name": "SetProjectionMatrix", + "comment": "Add a command to set the projection matrix.\n\n```plaintext\nParams: proj - Projection (camera to clip space) matrix.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "view", "typeName": "UnityEngine.Matrix4x4" }, + { "name": "proj", "typeName": "UnityEngine.Matrix4x4" } + ], + "isStatic": false, + "name": "SetViewProjectionMatrices", + "comment": "Add a command to set the view and projection matrices.\n\n```plaintext\nParams: view - View (world to camera space) matrix.\n proj - Projection (camera to clip space) matrix.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "bias", "typeName": "float" }, + { "name": "slopeBias", "typeName": "float" } + ], + "isStatic": false, + "name": "SetGlobalDepthBias", + "comment": "Adds a command to set the global depth bias.\n\n```plaintext\nParams: bias - Scales the GPU's minimum resolvable depth buffer value to produce a constant depth offset. The minimum resolvable depth buffer value varies by device.\n\nSet to a negative value to draw geometry closer to the camera, or a positive value to draw geometry further away from the camera.\n slopeBias - Scales the maximum Z slope, also called the depth slope, to produce a variable depth offset for each polygon.\n\nPolygons that are not parallel to the near and far clip planes have Z slope. Adjust this value to avoid visual artifacts on such polygons.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "flags", + "typeName": "UnityEngine.Rendering.CommandBufferExecutionFlags" + } + ], + "isStatic": false, + "name": "SetExecutionFlags", + "comment": "Set flags describing the intention for how the command buffer will be executed.\n\n```plaintext\nParams: flags - The flags to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { "name": "values", "typeName": "float[]" } + ], + "isStatic": false, + "name": "SetGlobalFloatArray", + "comment": "Add a \"set global shader float array property\" command.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { "name": "values", "typeName": "UnityEngine.Vector4[]" } + ], + "isStatic": false, + "name": "SetGlobalVectorArray", + "comment": "Add a \"set global shader vector array property\" command.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { "name": "values", "typeName": "UnityEngine.Matrix4x4[]" } + ], + "isStatic": false, + "name": "SetGlobalMatrixArray", + "comment": "Add a \"set global shader matrix array property\" command.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "projectionMat", "typeName": "UnityEngine.Matrix4x4[]" } + ], + "isStatic": false, + "name": "SetLateLatchProjectionMatrices", + "comment": "Set the current stereo projection matrices for late latching. Stereo matrices is passed in as an array of two matrices.\n\n```plaintext\nParams: projectionMat - Stereo projection matrices.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "matrixPropertyType", + "typeName": "UnityEngine.Rendering.CameraLateLatchMatrixType" + }, + { "name": "shaderPropertyID", "typeName": "int" } + ], + "isStatic": false, + "name": "MarkLateLatchMatrixShaderPropertyID", + "comment": "Mark a global shader property id to be late latched. Possible shader properties include view, inverseView, viewProjection, and inverseViewProjection matrices. The Universal Render Pipeline (URP) uses this function to support late latching of shader properties. If you call this function when using built-in Unity rendering or the High-Definition Rendering Pipeline (HDRP), the results are ignored.\n\n```plaintext\nParams: matrixPropertyType - Camera matrix property type to be late latched.\n shaderPropertyID - Shader property name id.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "matrixPropertyType", + "typeName": "UnityEngine.Rendering.CameraLateLatchMatrixType" + } + ], + "isStatic": false, + "name": "UnmarkLateLatchMatrix", + "comment": "Unmark a global shader property for late latching. After unmarking, the shader property will no longer be late latched. This function is intended for the Universal Render Pipeline (URP) to specify late latched shader properties.\n\n```plaintext\nParams: matrixPropertyType - Camera matrix property type to be unmarked for late latching.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "BeginSample", + "comment": "Adds a command to begin profile sampling.\n\n```plaintext\nParams: name - Name of the profile information used for sampling.\n sampler - The CustomSampler that the CommandBuffer uses for sampling.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "EndSample", + "comment": "Adds a command to begin profile sampling.\n\n```plaintext\nParams: name - Name of the profile information used for sampling.\n sampler - The CustomSampler that the CommandBuffer uses for sampling.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "sampler", + "typeName": "UnityEngine.Profiling.CustomSampler" + } + ], + "isStatic": false, + "name": "BeginSample", + "comment": "Adds a command to begin profile sampling.\n\n```plaintext\nParams: name - Name of the profile information used for sampling.\n sampler - The CustomSampler that the CommandBuffer uses for sampling.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "sampler", + "typeName": "UnityEngine.Profiling.CustomSampler" + } + ], + "isStatic": false, + "name": "EndSample", + "comment": "Adds a command to begin profile sampling.\n\n```plaintext\nParams: name - Name of the profile information used for sampling.\n sampler - The CustomSampler that the CommandBuffer uses for sampling.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "dest", + "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" + } + ], + "isStatic": false, + "name": "IncrementUpdateCount", + "comment": "Increments the updateCount property of a Texture.\n\n```plaintext\nParams: dest - Increments the updateCount for this Texture.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "multiplier", "typeName": "uint" }], + "isStatic": false, + "name": "SetInstanceMultiplier", + "comment": "Adds a command to multiply the instance count of every draw call by a specific multiplier.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "rt", + "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" + } + ], + "isStatic": false, + "name": "SetRenderTarget", + "comment": "Add a \"set active render target\" command.\n\n```plaintext\nParams: rt - Render target to set for both color & depth buffers.\n color - Render target to set as a color buffer.\n colors - Render targets to set as color buffers (MRT).\n depth - Render target to set as a depth buffer.\n mipLevel - The mip level of the render target to render into.\n cubemapFace - The cubemap face of a cubemap render target to render into.\n depthSlice - Slice of a 3D or array render target to set.\n loadAction - Load action that is used for color and depth/stencil buffers.\n storeAction - Store action that is used for color and depth/stencil buffers.\n colorLoadAction - Load action that is used for the color buffer.\n colorStoreAction - Store action that is used for the color buffer.\n depthLoadAction - Load action that is used for the depth/stencil buffer.\n depthStoreAction - Store action that is used for the depth/stencil buffer.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "rt", + "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" + }, + { + "name": "loadAction", + "typeName": "UnityEngine.Rendering.RenderBufferLoadAction" + }, + { + "name": "storeAction", + "typeName": "UnityEngine.Rendering.RenderBufferStoreAction" + } + ], + "isStatic": false, + "name": "SetRenderTarget", + "comment": "Add a \"set active render target\" command.\n\n```plaintext\nParams: rt - Render target to set for both color & depth buffers.\n color - Render target to set as a color buffer.\n colors - Render targets to set as color buffers (MRT).\n depth - Render target to set as a depth buffer.\n mipLevel - The mip level of the render target to render into.\n cubemapFace - The cubemap face of a cubemap render target to render into.\n depthSlice - Slice of a 3D or array render target to set.\n loadAction - Load action that is used for color and depth/stencil buffers.\n storeAction - Store action that is used for color and depth/stencil buffers.\n colorLoadAction - Load action that is used for the color buffer.\n colorStoreAction - Store action that is used for the color buffer.\n depthLoadAction - Load action that is used for the depth/stencil buffer.\n depthStoreAction - Store action that is used for the depth/stencil buffer.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "rt", + "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" + }, + { + "name": "colorLoadAction", + "typeName": "UnityEngine.Rendering.RenderBufferLoadAction" + }, + { + "name": "colorStoreAction", + "typeName": "UnityEngine.Rendering.RenderBufferStoreAction" + }, + { + "name": "depthLoadAction", + "typeName": "UnityEngine.Rendering.RenderBufferLoadAction" + }, + { + "name": "depthStoreAction", + "typeName": "UnityEngine.Rendering.RenderBufferStoreAction" + } + ], + "isStatic": false, + "name": "SetRenderTarget", + "comment": "Add a \"set active render target\" command.\n\n```plaintext\nParams: rt - Render target to set for both color & depth buffers.\n color - Render target to set as a color buffer.\n colors - Render targets to set as color buffers (MRT).\n depth - Render target to set as a depth buffer.\n mipLevel - The mip level of the render target to render into.\n cubemapFace - The cubemap face of a cubemap render target to render into.\n depthSlice - Slice of a 3D or array render target to set.\n loadAction - Load action that is used for color and depth/stencil buffers.\n storeAction - Store action that is used for color and depth/stencil buffers.\n colorLoadAction - Load action that is used for the color buffer.\n colorStoreAction - Store action that is used for the color buffer.\n depthLoadAction - Load action that is used for the depth/stencil buffer.\n depthStoreAction - Store action that is used for the depth/stencil buffer.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "rt", + "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" + }, + { "name": "mipLevel", "typeName": "int" } + ], + "isStatic": false, + "name": "SetRenderTarget", + "comment": "Add a \"set active render target\" command.\n\n```plaintext\nParams: rt - Render target to set for both color & depth buffers.\n color - Render target to set as a color buffer.\n colors - Render targets to set as color buffers (MRT).\n depth - Render target to set as a depth buffer.\n mipLevel - The mip level of the render target to render into.\n cubemapFace - The cubemap face of a cubemap render target to render into.\n depthSlice - Slice of a 3D or array render target to set.\n loadAction - Load action that is used for color and depth/stencil buffers.\n storeAction - Store action that is used for color and depth/stencil buffers.\n colorLoadAction - Load action that is used for the color buffer.\n colorStoreAction - Store action that is used for the color buffer.\n depthLoadAction - Load action that is used for the depth/stencil buffer.\n depthStoreAction - Store action that is used for the depth/stencil buffer.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "rt", + "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" + }, + { "name": "mipLevel", "typeName": "int" }, + { "name": "cubemapFace", "typeName": "UnityEngine.CubemapFace" } + ], + "isStatic": false, + "name": "SetRenderTarget", + "comment": "Add a \"set active render target\" command.\n\n```plaintext\nParams: rt - Render target to set for both color & depth buffers.\n color - Render target to set as a color buffer.\n colors - Render targets to set as color buffers (MRT).\n depth - Render target to set as a depth buffer.\n mipLevel - The mip level of the render target to render into.\n cubemapFace - The cubemap face of a cubemap render target to render into.\n depthSlice - Slice of a 3D or array render target to set.\n loadAction - Load action that is used for color and depth/stencil buffers.\n storeAction - Store action that is used for color and depth/stencil buffers.\n colorLoadAction - Load action that is used for the color buffer.\n colorStoreAction - Store action that is used for the color buffer.\n depthLoadAction - Load action that is used for the depth/stencil buffer.\n depthStoreAction - Store action that is used for the depth/stencil buffer.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "rt", + "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" + }, + { "name": "mipLevel", "typeName": "int" }, + { "name": "cubemapFace", "typeName": "UnityEngine.CubemapFace" }, + { "name": "depthSlice", "typeName": "int" } + ], + "isStatic": false, + "name": "SetRenderTarget", + "comment": "Add a \"set active render target\" command.\n\n```plaintext\nParams: rt - Render target to set for both color & depth buffers.\n color - Render target to set as a color buffer.\n colors - Render targets to set as color buffers (MRT).\n depth - Render target to set as a depth buffer.\n mipLevel - The mip level of the render target to render into.\n cubemapFace - The cubemap face of a cubemap render target to render into.\n depthSlice - Slice of a 3D or array render target to set.\n loadAction - Load action that is used for color and depth/stencil buffers.\n storeAction - Store action that is used for color and depth/stencil buffers.\n colorLoadAction - Load action that is used for the color buffer.\n colorStoreAction - Store action that is used for the color buffer.\n depthLoadAction - Load action that is used for the depth/stencil buffer.\n depthStoreAction - Store action that is used for the depth/stencil buffer.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "color", + "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" + }, + { + "name": "depth", + "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" + } + ], + "isStatic": false, + "name": "SetRenderTarget", + "comment": "Add a \"set active render target\" command.\n\n```plaintext\nParams: rt - Render target to set for both color & depth buffers.\n color - Render target to set as a color buffer.\n colors - Render targets to set as color buffers (MRT).\n depth - Render target to set as a depth buffer.\n mipLevel - The mip level of the render target to render into.\n cubemapFace - The cubemap face of a cubemap render target to render into.\n depthSlice - Slice of a 3D or array render target to set.\n loadAction - Load action that is used for color and depth/stencil buffers.\n storeAction - Store action that is used for color and depth/stencil buffers.\n colorLoadAction - Load action that is used for the color buffer.\n colorStoreAction - Store action that is used for the color buffer.\n depthLoadAction - Load action that is used for the depth/stencil buffer.\n depthStoreAction - Store action that is used for the depth/stencil buffer.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "color", + "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" + }, + { + "name": "depth", + "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" + }, + { "name": "mipLevel", "typeName": "int" } + ], + "isStatic": false, + "name": "SetRenderTarget", + "comment": "Add a \"set active render target\" command.\n\n```plaintext\nParams: rt - Render target to set for both color & depth buffers.\n color - Render target to set as a color buffer.\n colors - Render targets to set as color buffers (MRT).\n depth - Render target to set as a depth buffer.\n mipLevel - The mip level of the render target to render into.\n cubemapFace - The cubemap face of a cubemap render target to render into.\n depthSlice - Slice of a 3D or array render target to set.\n loadAction - Load action that is used for color and depth/stencil buffers.\n storeAction - Store action that is used for color and depth/stencil buffers.\n colorLoadAction - Load action that is used for the color buffer.\n colorStoreAction - Store action that is used for the color buffer.\n depthLoadAction - Load action that is used for the depth/stencil buffer.\n depthStoreAction - Store action that is used for the depth/stencil buffer.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "color", + "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" + }, + { + "name": "depth", + "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" + }, + { "name": "mipLevel", "typeName": "int" }, + { "name": "cubemapFace", "typeName": "UnityEngine.CubemapFace" } + ], + "isStatic": false, + "name": "SetRenderTarget", + "comment": "Add a \"set active render target\" command.\n\n```plaintext\nParams: rt - Render target to set for both color & depth buffers.\n color - Render target to set as a color buffer.\n colors - Render targets to set as color buffers (MRT).\n depth - Render target to set as a depth buffer.\n mipLevel - The mip level of the render target to render into.\n cubemapFace - The cubemap face of a cubemap render target to render into.\n depthSlice - Slice of a 3D or array render target to set.\n loadAction - Load action that is used for color and depth/stencil buffers.\n storeAction - Store action that is used for color and depth/stencil buffers.\n colorLoadAction - Load action that is used for the color buffer.\n colorStoreAction - Store action that is used for the color buffer.\n depthLoadAction - Load action that is used for the depth/stencil buffer.\n depthStoreAction - Store action that is used for the depth/stencil buffer.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "color", + "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" + }, + { + "name": "depth", + "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" + }, + { "name": "mipLevel", "typeName": "int" }, + { "name": "cubemapFace", "typeName": "UnityEngine.CubemapFace" }, + { "name": "depthSlice", "typeName": "int" } + ], + "isStatic": false, + "name": "SetRenderTarget", + "comment": "Add a \"set active render target\" command.\n\n```plaintext\nParams: rt - Render target to set for both color & depth buffers.\n color - Render target to set as a color buffer.\n colors - Render targets to set as color buffers (MRT).\n depth - Render target to set as a depth buffer.\n mipLevel - The mip level of the render target to render into.\n cubemapFace - The cubemap face of a cubemap render target to render into.\n depthSlice - Slice of a 3D or array render target to set.\n loadAction - Load action that is used for color and depth/stencil buffers.\n storeAction - Store action that is used for color and depth/stencil buffers.\n colorLoadAction - Load action that is used for the color buffer.\n colorStoreAction - Store action that is used for the color buffer.\n depthLoadAction - Load action that is used for the depth/stencil buffer.\n depthStoreAction - Store action that is used for the depth/stencil buffer.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "color", + "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" + }, + { + "name": "colorLoadAction", + "typeName": "UnityEngine.Rendering.RenderBufferLoadAction" + }, + { + "name": "colorStoreAction", + "typeName": "UnityEngine.Rendering.RenderBufferStoreAction" + }, + { + "name": "depth", + "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" + }, + { + "name": "depthLoadAction", + "typeName": "UnityEngine.Rendering.RenderBufferLoadAction" + }, + { + "name": "depthStoreAction", + "typeName": "UnityEngine.Rendering.RenderBufferStoreAction" + } + ], + "isStatic": false, + "name": "SetRenderTarget", + "comment": "Add a \"set active render target\" command.\n\n```plaintext\nParams: rt - Render target to set for both color & depth buffers.\n color - Render target to set as a color buffer.\n colors - Render targets to set as color buffers (MRT).\n depth - Render target to set as a depth buffer.\n mipLevel - The mip level of the render target to render into.\n cubemapFace - The cubemap face of a cubemap render target to render into.\n depthSlice - Slice of a 3D or array render target to set.\n loadAction - Load action that is used for color and depth/stencil buffers.\n storeAction - Store action that is used for color and depth/stencil buffers.\n colorLoadAction - Load action that is used for the color buffer.\n colorStoreAction - Store action that is used for the color buffer.\n depthLoadAction - Load action that is used for the depth/stencil buffer.\n depthStoreAction - Store action that is used for the depth/stencil buffer.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "colors", + "typeName": "UnityEngine.Rendering.RenderTargetIdentifier[]" + }, + { + "name": "depth", + "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" + } + ], + "isStatic": false, + "name": "SetRenderTarget", + "comment": "Add a \"set active render target\" command.\n\n```plaintext\nParams: rt - Render target to set for both color & depth buffers.\n color - Render target to set as a color buffer.\n colors - Render targets to set as color buffers (MRT).\n depth - Render target to set as a depth buffer.\n mipLevel - The mip level of the render target to render into.\n cubemapFace - The cubemap face of a cubemap render target to render into.\n depthSlice - Slice of a 3D or array render target to set.\n loadAction - Load action that is used for color and depth/stencil buffers.\n storeAction - Store action that is used for color and depth/stencil buffers.\n colorLoadAction - Load action that is used for the color buffer.\n colorStoreAction - Store action that is used for the color buffer.\n depthLoadAction - Load action that is used for the depth/stencil buffer.\n depthStoreAction - Store action that is used for the depth/stencil buffer.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "colors", + "typeName": "UnityEngine.Rendering.RenderTargetIdentifier[]" + }, + { + "name": "depth", + "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" + }, + { "name": "mipLevel", "typeName": "int" }, + { "name": "cubemapFace", "typeName": "UnityEngine.CubemapFace" }, + { "name": "depthSlice", "typeName": "int" } + ], + "isStatic": false, + "name": "SetRenderTarget", + "comment": "Add a \"set active render target\" command.\n\n```plaintext\nParams: rt - Render target to set for both color & depth buffers.\n color - Render target to set as a color buffer.\n colors - Render targets to set as color buffers (MRT).\n depth - Render target to set as a depth buffer.\n mipLevel - The mip level of the render target to render into.\n cubemapFace - The cubemap face of a cubemap render target to render into.\n depthSlice - Slice of a 3D or array render target to set.\n loadAction - Load action that is used for color and depth/stencil buffers.\n storeAction - Store action that is used for color and depth/stencil buffers.\n colorLoadAction - Load action that is used for the color buffer.\n colorStoreAction - Store action that is used for the color buffer.\n depthLoadAction - Load action that is used for the depth/stencil buffer.\n depthStoreAction - Store action that is used for the depth/stencil buffer.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "binding", + "typeName": "UnityEngine.Rendering.RenderTargetBinding" + }, + { "name": "mipLevel", "typeName": "int" }, + { "name": "cubemapFace", "typeName": "UnityEngine.CubemapFace" }, + { "name": "depthSlice", "typeName": "int" } + ], + "isStatic": false, + "name": "SetRenderTarget", + "comment": "Add a \"set active render target\" command.\n\n```plaintext\nParams: rt - Render target to set for both color & depth buffers.\n color - Render target to set as a color buffer.\n colors - Render targets to set as color buffers (MRT).\n depth - Render target to set as a depth buffer.\n mipLevel - The mip level of the render target to render into.\n cubemapFace - The cubemap face of a cubemap render target to render into.\n depthSlice - Slice of a 3D or array render target to set.\n loadAction - Load action that is used for color and depth/stencil buffers.\n storeAction - Store action that is used for color and depth/stencil buffers.\n colorLoadAction - Load action that is used for the color buffer.\n colorStoreAction - Store action that is used for the color buffer.\n depthLoadAction - Load action that is used for the depth/stencil buffer.\n depthStoreAction - Store action that is used for the depth/stencil buffer.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "binding", + "typeName": "UnityEngine.Rendering.RenderTargetBinding" + } + ], + "isStatic": false, + "name": "SetRenderTarget", + "comment": "Add a \"set active render target\" command.\n\n```plaintext\nParams: rt - Render target to set for both color & depth buffers.\n color - Render target to set as a color buffer.\n colors - Render targets to set as color buffers (MRT).\n depth - Render target to set as a depth buffer.\n mipLevel - The mip level of the render target to render into.\n cubemapFace - The cubemap face of a cubemap render target to render into.\n depthSlice - Slice of a 3D or array render target to set.\n loadAction - Load action that is used for color and depth/stencil buffers.\n storeAction - Store action that is used for color and depth/stencil buffers.\n colorLoadAction - Load action that is used for the color buffer.\n colorStoreAction - Store action that is used for the color buffer.\n depthLoadAction - Load action that is used for the depth/stencil buffer.\n depthStoreAction - Store action that is used for the depth/stencil buffer.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "buffer", "typeName": "UnityEngine.ComputeBuffer" }, + { "name": "data", "typeName": "System.Array" } + ], + "isStatic": false, + "name": "SetComputeBufferData", + "comment": "Adds a command to set the buffer with values from an array.\n\n```plaintext\nParams: buffer - The destination buffer.\n data - Array of values to fill the buffer.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "buffer", "typeName": "UnityEngine.ComputeBuffer" }, + { "name": "data", "typeName": "System.Collections.Generic.List" } + ], + "isStatic": false, + "name": "SetComputeBufferData", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "buffer", "typeName": "UnityEngine.ComputeBuffer" }, + { "name": "data", "typeName": "Unity.Collections.NativeArray" } + ], + "isStatic": false, + "name": "SetComputeBufferData", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "buffer", "typeName": "UnityEngine.ComputeBuffer" }, + { "name": "data", "typeName": "System.Array" }, + { "name": "managedBufferStartIndex", "typeName": "int" }, + { "name": "graphicsBufferStartIndex", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "SetComputeBufferData", + "comment": "Adds a command to process a partial copy of data values from an array into the buffer.\n\n```plaintext\nParams: buffer - The destination buffer.\n data - Array of values to fill the buffer.\n managedBufferStartIndex - The first element index in data to copy to the compute buffer.\n graphicsBufferStartIndex - The first element index in compute buffer to receive the data.\n count - The number of elements to copy.\n nativeBufferStartIndex - The first element index in data to copy to the compute buffer.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "buffer", "typeName": "UnityEngine.ComputeBuffer" }, + { + "name": "data", + "typeName": "System.Collections.Generic.List" + }, + { "name": "managedBufferStartIndex", "typeName": "int" }, + { "name": "graphicsBufferStartIndex", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "SetComputeBufferData", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "buffer", "typeName": "UnityEngine.ComputeBuffer" }, + { "name": "data", "typeName": "Unity.Collections.NativeArray" }, + { "name": "nativeBufferStartIndex", "typeName": "int" }, + { "name": "graphicsBufferStartIndex", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "SetComputeBufferData", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "buffer", "typeName": "UnityEngine.ComputeBuffer" }, + { "name": "counterValue", "typeName": "uint" } + ], + "isStatic": false, + "name": "SetComputeBufferCounterValue", + "comment": "Adds a command to set the counter value of append/consume buffer.\n\n```plaintext\nParams: buffer - The destination buffer.\n counterValue - Value of the append/consume counter.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Create a new empty command buffer.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Release", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "GraphicsFence", + "params": [], + "isStatic": false, + "name": "CreateAsyncGraphicsFence", + "comment": "Returns a new GraphicsFence.\n\n```plaintext\nParams: stage - The synchronization stage. See Graphics.CreateGraphicsFence.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "GraphicsFence", + "params": [ + { + "name": "stage", + "typeName": "UnityEngine.Rendering.SynchronisationStage" + } + ], + "isStatic": false, + "name": "CreateAsyncGraphicsFence", + "comment": "Returns a new GraphicsFence.\n\n```plaintext\nParams: stage - The synchronization stage. See Graphics.CreateGraphicsFence.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "GraphicsFence", + "params": [ + { + "name": "fenceType", + "typeName": "UnityEngine.Rendering.GraphicsFenceType" + }, + { + "name": "stage", + "typeName": "UnityEngine.Rendering.SynchronisationStageFlags" + } + ], + "isStatic": false, + "name": "CreateGraphicsFence", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "fence", + "typeName": "UnityEngine.Rendering.GraphicsFence" + } + ], + "isStatic": false, + "name": "WaitOnAsyncGraphicsFence", + "comment": "Instructs the GPU to wait until the given GraphicsFence is passed.\n\n```plaintext\nParams: fence - The GraphicsFence that the GPU will be instructed to wait upon before proceeding with its processing of the graphics queue.\n stage - On some platforms there is a significant gap between the vertex processing completing and the pixel processing beginning for a given draw call. This parameter allows for a requested wait to be made before the next item's vertex or pixel processing begins. If a compute shader dispatch is the next item to be submitted then this parameter is ignored.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "fence", + "typeName": "UnityEngine.Rendering.GraphicsFence" + }, + { + "name": "stage", + "typeName": "UnityEngine.Rendering.SynchronisationStage" + } + ], + "isStatic": false, + "name": "WaitOnAsyncGraphicsFence", + "comment": "Instructs the GPU to wait until the given GraphicsFence is passed.\n\n```plaintext\nParams: fence - The GraphicsFence that the GPU will be instructed to wait upon before proceeding with its processing of the graphics queue.\n stage - On some platforms there is a significant gap between the vertex processing completing and the pixel processing beginning for a given draw call. This parameter allows for a requested wait to be made before the next item's vertex or pixel processing begins. If a compute shader dispatch is the next item to be submitted then this parameter is ignored.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "fence", + "typeName": "UnityEngine.Rendering.GraphicsFence" + }, + { + "name": "stage", + "typeName": "UnityEngine.Rendering.SynchronisationStageFlags" + } + ], + "isStatic": false, + "name": "WaitOnAsyncGraphicsFence", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "computeShader", + "typeName": "UnityEngine.ComputeShader" + }, + { "name": "name", "typeName": "string" }, + { "name": "val", "typeName": "float" } + ], + "isStatic": false, + "name": "SetComputeFloatParam", + "comment": "Adds a command to set a float parameter on a ComputeShader.\n\n```plaintext\nParams: computeShader - ComputeShader to set parameter for.\n name - Name of the variable in shader code.\n nameID - Property name ID. Use Shader.PropertyToID to get this ID.\n val - Value to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "computeShader", + "typeName": "UnityEngine.ComputeShader" + }, + { "name": "name", "typeName": "string" }, + { "name": "val", "typeName": "int" } + ], + "isStatic": false, + "name": "SetComputeIntParam", + "comment": "Adds a command to set an integer parameter on a ComputeShader.\n\n```plaintext\nParams: computeShader - ComputeShader to set parameter for.\n name - Name of the variable in shader code.\n nameID - Property name ID. Use Shader.PropertyToID to get this ID.\n val - Value to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "computeShader", + "typeName": "UnityEngine.ComputeShader" + }, + { "name": "name", "typeName": "string" }, + { "name": "val", "typeName": "UnityEngine.Vector4" } + ], + "isStatic": false, + "name": "SetComputeVectorParam", + "comment": "Adds a command to set a vector parameter on a ComputeShader.\n\n```plaintext\nParams: computeShader - ComputeShader to set parameter for.\n name - Name of the variable in shader code.\n nameID - Property name ID. Use Shader.PropertyToID to get this ID.\n val - Value to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "computeShader", + "typeName": "UnityEngine.ComputeShader" + }, + { "name": "name", "typeName": "string" }, + { "name": "values", "typeName": "UnityEngine.Vector4[]" } + ], + "isStatic": false, + "name": "SetComputeVectorArrayParam", + "comment": "Adds a command to set a vector array parameter on a ComputeShader.\n\n```plaintext\nParams: computeShader - ComputeShader to set parameter for.\n name - Property name.\n nameID - Property name ID. Use Shader.PropertyToID to get this ID.\n values - Value to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "computeShader", + "typeName": "UnityEngine.ComputeShader" + }, + { "name": "name", "typeName": "string" }, + { "name": "val", "typeName": "UnityEngine.Matrix4x4" } + ], + "isStatic": false, + "name": "SetComputeMatrixParam", + "comment": "Adds a command to set a matrix parameter on a ComputeShader.\n\n```plaintext\nParams: computeShader - ComputeShader to set parameter for.\n name - Name of the variable in shader code.\n nameID - Property name ID. Use Shader.PropertyToID to get this ID.\n val - Value to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "computeShader", + "typeName": "UnityEngine.ComputeShader" + }, + { "name": "name", "typeName": "string" }, + { "name": "values", "typeName": "UnityEngine.Matrix4x4[]" } + ], + "isStatic": false, + "name": "SetComputeMatrixArrayParam", + "comment": "Adds a command to set a matrix array parameter on a ComputeShader.\n\n```plaintext\nParams: computeShader - ComputeShader to set parameter for.\n name - Name of the variable in shader code.\n nameID - Property name ID. Use Shader.PropertyToID to get this ID.\n values - Value to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "computeShader", + "typeName": "UnityEngine.ComputeShader" + }, + { "name": "name", "typeName": "string" }, + { "name": "values", "typeName": "float[]" } + ], + "isStatic": false, + "name": "SetComputeFloatParams", + "comment": "Adds a command to set multiple consecutive float parameters on a ComputeShader.\n\n```plaintext\nParams: computeShader - ComputeShader to set parameter for.\n name - Name of the variable in shader code.\n nameID - Property name ID. Use Shader.PropertyToID to get this ID.\n values - Values to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "computeShader", + "typeName": "UnityEngine.ComputeShader" + }, + { "name": "nameID", "typeName": "int" }, + { "name": "values", "typeName": "float[]" } + ], + "isStatic": false, + "name": "SetComputeFloatParams", + "comment": "Adds a command to set multiple consecutive float parameters on a ComputeShader.\n\n```plaintext\nParams: computeShader - ComputeShader to set parameter for.\n name - Name of the variable in shader code.\n nameID - Property name ID. Use Shader.PropertyToID to get this ID.\n values - Values to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "computeShader", + "typeName": "UnityEngine.ComputeShader" + }, + { "name": "name", "typeName": "string" }, + { "name": "values", "typeName": "int[]" } + ], + "isStatic": false, + "name": "SetComputeIntParams", + "comment": "Adds a command to set multiple consecutive integer parameters on a ComputeShader.\n\n```plaintext\nParams: computeShader - ComputeShader to set parameter for.\n name - Name of the variable in shader code.\n nameID - Property name ID. Use Shader.PropertyToID to get this ID.\n values - Values to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "computeShader", + "typeName": "UnityEngine.ComputeShader" + }, + { "name": "nameID", "typeName": "int" }, + { "name": "values", "typeName": "int[]" } + ], + "isStatic": false, + "name": "SetComputeIntParams", + "comment": "Adds a command to set multiple consecutive integer parameters on a ComputeShader.\n\n```plaintext\nParams: computeShader - ComputeShader to set parameter for.\n name - Name of the variable in shader code.\n nameID - Property name ID. Use Shader.PropertyToID to get this ID.\n values - Values to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "computeShader", + "typeName": "UnityEngine.ComputeShader" + }, + { "name": "kernelIndex", "typeName": "int" }, + { "name": "name", "typeName": "string" }, + { + "name": "rt", + "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" + } + ], + "isStatic": false, + "name": "SetComputeTextureParam", + "comment": "Adds a command to set a texture parameter on a ComputeShader.\n\n```plaintext\nParams: computeShader - ComputeShader to set parameter for.\n kernelIndex - Which kernel the texture is being set for. See ComputeShader.FindKernel.\n name - Name of the texture variable in shader code.\n nameID - Property name ID. Use Shader.PropertyToID to get this ID.\n rt - Texture value or identifier to set, see RenderTargetIdentifier.\n mipLevel - Optional mipmap level of the read-write texture.\n element - Optional parameter that specifies the type of data to set from the RenderTexture.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "computeShader", + "typeName": "UnityEngine.ComputeShader" + }, + { "name": "kernelIndex", "typeName": "int" }, + { "name": "nameID", "typeName": "int" }, + { + "name": "rt", + "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" + } + ], + "isStatic": false, + "name": "SetComputeTextureParam", + "comment": "Adds a command to set a texture parameter on a ComputeShader.\n\n```plaintext\nParams: computeShader - ComputeShader to set parameter for.\n kernelIndex - Which kernel the texture is being set for. See ComputeShader.FindKernel.\n name - Name of the texture variable in shader code.\n nameID - Property name ID. Use Shader.PropertyToID to get this ID.\n rt - Texture value or identifier to set, see RenderTargetIdentifier.\n mipLevel - Optional mipmap level of the read-write texture.\n element - Optional parameter that specifies the type of data to set from the RenderTexture.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "computeShader", + "typeName": "UnityEngine.ComputeShader" + }, + { "name": "kernelIndex", "typeName": "int" }, + { "name": "name", "typeName": "string" }, + { + "name": "rt", + "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" + }, + { "name": "mipLevel", "typeName": "int" } + ], + "isStatic": false, + "name": "SetComputeTextureParam", + "comment": "Adds a command to set a texture parameter on a ComputeShader.\n\n```plaintext\nParams: computeShader - ComputeShader to set parameter for.\n kernelIndex - Which kernel the texture is being set for. See ComputeShader.FindKernel.\n name - Name of the texture variable in shader code.\n nameID - Property name ID. Use Shader.PropertyToID to get this ID.\n rt - Texture value or identifier to set, see RenderTargetIdentifier.\n mipLevel - Optional mipmap level of the read-write texture.\n element - Optional parameter that specifies the type of data to set from the RenderTexture.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "computeShader", + "typeName": "UnityEngine.ComputeShader" + }, + { "name": "kernelIndex", "typeName": "int" }, + { "name": "nameID", "typeName": "int" }, + { + "name": "rt", + "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" + }, + { "name": "mipLevel", "typeName": "int" } + ], + "isStatic": false, + "name": "SetComputeTextureParam", + "comment": "Adds a command to set a texture parameter on a ComputeShader.\n\n```plaintext\nParams: computeShader - ComputeShader to set parameter for.\n kernelIndex - Which kernel the texture is being set for. See ComputeShader.FindKernel.\n name - Name of the texture variable in shader code.\n nameID - Property name ID. Use Shader.PropertyToID to get this ID.\n rt - Texture value or identifier to set, see RenderTargetIdentifier.\n mipLevel - Optional mipmap level of the read-write texture.\n element - Optional parameter that specifies the type of data to set from the RenderTexture.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "computeShader", + "typeName": "UnityEngine.ComputeShader" + }, + { "name": "kernelIndex", "typeName": "int" }, + { "name": "name", "typeName": "string" }, + { + "name": "rt", + "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" + }, + { "name": "mipLevel", "typeName": "int" }, + { + "name": "element", + "typeName": "UnityEngine.Rendering.RenderTextureSubElement" + } + ], + "isStatic": false, + "name": "SetComputeTextureParam", + "comment": "Adds a command to set a texture parameter on a ComputeShader.\n\n```plaintext\nParams: computeShader - ComputeShader to set parameter for.\n kernelIndex - Which kernel the texture is being set for. See ComputeShader.FindKernel.\n name - Name of the texture variable in shader code.\n nameID - Property name ID. Use Shader.PropertyToID to get this ID.\n rt - Texture value or identifier to set, see RenderTargetIdentifier.\n mipLevel - Optional mipmap level of the read-write texture.\n element - Optional parameter that specifies the type of data to set from the RenderTexture.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "computeShader", + "typeName": "UnityEngine.ComputeShader" + }, + { "name": "kernelIndex", "typeName": "int" }, + { "name": "nameID", "typeName": "int" }, + { + "name": "rt", + "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" + }, + { "name": "mipLevel", "typeName": "int" }, + { + "name": "element", + "typeName": "UnityEngine.Rendering.RenderTextureSubElement" + } + ], + "isStatic": false, + "name": "SetComputeTextureParam", + "comment": "Adds a command to set a texture parameter on a ComputeShader.\n\n```plaintext\nParams: computeShader - ComputeShader to set parameter for.\n kernelIndex - Which kernel the texture is being set for. See ComputeShader.FindKernel.\n name - Name of the texture variable in shader code.\n nameID - Property name ID. Use Shader.PropertyToID to get this ID.\n rt - Texture value or identifier to set, see RenderTargetIdentifier.\n mipLevel - Optional mipmap level of the read-write texture.\n element - Optional parameter that specifies the type of data to set from the RenderTexture.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "computeShader", + "typeName": "UnityEngine.ComputeShader" + }, + { "name": "kernelIndex", "typeName": "int" }, + { "name": "nameID", "typeName": "int" }, + { "name": "buffer", "typeName": "UnityEngine.ComputeBuffer" } + ], + "isStatic": false, + "name": "SetComputeBufferParam", + "comment": "Adds a command to set an input or output buffer parameter on a ComputeShader.\n\n```plaintext\nParams: computeShader - ComputeShader to set parameter for.\n kernelIndex - Which kernel the buffer is being set for. See ComputeShader.FindKernel.\n name - Name of the buffer variable in shader code.\n nameID - Property name ID. Use Shader.PropertyToID to get this ID.\n buffer - Buffer to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "computeShader", + "typeName": "UnityEngine.ComputeShader" + }, + { "name": "kernelIndex", "typeName": "int" }, + { "name": "name", "typeName": "string" }, + { "name": "buffer", "typeName": "UnityEngine.ComputeBuffer" } + ], + "isStatic": false, + "name": "SetComputeBufferParam", + "comment": "Adds a command to set an input or output buffer parameter on a ComputeShader.\n\n```plaintext\nParams: computeShader - ComputeShader to set parameter for.\n kernelIndex - Which kernel the buffer is being set for. See ComputeShader.FindKernel.\n name - Name of the buffer variable in shader code.\n nameID - Property name ID. Use Shader.PropertyToID to get this ID.\n buffer - Buffer to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "computeShader", + "typeName": "UnityEngine.ComputeShader" + }, + { "name": "kernelIndex", "typeName": "int" }, + { "name": "nameID", "typeName": "int" }, + { "name": "buffer", "typeName": "UnityEngine.GraphicsBuffer" } + ], + "isStatic": false, + "name": "SetComputeBufferParam", + "comment": "Adds a command to set an input or output buffer parameter on a ComputeShader.\n\n```plaintext\nParams: computeShader - ComputeShader to set parameter for.\n kernelIndex - Which kernel the buffer is being set for. See ComputeShader.FindKernel.\n name - Name of the buffer variable in shader code.\n nameID - Property name ID. Use Shader.PropertyToID to get this ID.\n buffer - Buffer to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "computeShader", + "typeName": "UnityEngine.ComputeShader" + }, + { "name": "kernelIndex", "typeName": "int" }, + { "name": "name", "typeName": "string" }, + { "name": "buffer", "typeName": "UnityEngine.GraphicsBuffer" } + ], + "isStatic": false, + "name": "SetComputeBufferParam", + "comment": "Adds a command to set an input or output buffer parameter on a ComputeShader.\n\n```plaintext\nParams: computeShader - ComputeShader to set parameter for.\n kernelIndex - Which kernel the buffer is being set for. See ComputeShader.FindKernel.\n name - Name of the buffer variable in shader code.\n nameID - Property name ID. Use Shader.PropertyToID to get this ID.\n buffer - Buffer to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "computeShader", + "typeName": "UnityEngine.ComputeShader" + }, + { "name": "nameID", "typeName": "int" }, + { "name": "buffer", "typeName": "UnityEngine.ComputeBuffer" }, + { "name": "offset", "typeName": "int" }, + { "name": "size", "typeName": "int" } + ], + "isStatic": false, + "name": "SetComputeConstantBufferParam", + "comment": "Adds a command to set a constant buffer on a ComputeShader.\n\n```plaintext\nParams: computeShader - The ComputeShader to set parameter for.\n nameID - The ID of the property name for the constant buffer in shader code. Use Shader.PropertyToID to get this ID.\n name - The name of the constant buffer in shaders code.\n buffer - The buffer to bind as constant buffer.\n offset - The offset in bytes from the beginning of the buffer to bind. Must be a multiple of SystemInfo.constantBufferOffsetAlignment, or 0 if that value is 0.\n size - The number of bytes to bind.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "computeShader", + "typeName": "UnityEngine.ComputeShader" + }, + { "name": "name", "typeName": "string" }, + { "name": "buffer", "typeName": "UnityEngine.ComputeBuffer" }, + { "name": "offset", "typeName": "int" }, + { "name": "size", "typeName": "int" } + ], + "isStatic": false, + "name": "SetComputeConstantBufferParam", + "comment": "Adds a command to set a constant buffer on a ComputeShader.\n\n```plaintext\nParams: computeShader - The ComputeShader to set parameter for.\n nameID - The ID of the property name for the constant buffer in shader code. Use Shader.PropertyToID to get this ID.\n name - The name of the constant buffer in shaders code.\n buffer - The buffer to bind as constant buffer.\n offset - The offset in bytes from the beginning of the buffer to bind. Must be a multiple of SystemInfo.constantBufferOffsetAlignment, or 0 if that value is 0.\n size - The number of bytes to bind.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "computeShader", + "typeName": "UnityEngine.ComputeShader" + }, + { "name": "nameID", "typeName": "int" }, + { "name": "buffer", "typeName": "UnityEngine.GraphicsBuffer" }, + { "name": "offset", "typeName": "int" }, + { "name": "size", "typeName": "int" } + ], + "isStatic": false, + "name": "SetComputeConstantBufferParam", + "comment": "Adds a command to set a constant buffer on a ComputeShader.\n\n```plaintext\nParams: computeShader - The ComputeShader to set parameter for.\n nameID - The ID of the property name for the constant buffer in shader code. Use Shader.PropertyToID to get this ID.\n name - The name of the constant buffer in shaders code.\n buffer - The buffer to bind as constant buffer.\n offset - The offset in bytes from the beginning of the buffer to bind. Must be a multiple of SystemInfo.constantBufferOffsetAlignment, or 0 if that value is 0.\n size - The number of bytes to bind.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "computeShader", + "typeName": "UnityEngine.ComputeShader" + }, + { "name": "name", "typeName": "string" }, + { "name": "buffer", "typeName": "UnityEngine.GraphicsBuffer" }, + { "name": "offset", "typeName": "int" }, + { "name": "size", "typeName": "int" } + ], + "isStatic": false, + "name": "SetComputeConstantBufferParam", + "comment": "Adds a command to set a constant buffer on a ComputeShader.\n\n```plaintext\nParams: computeShader - The ComputeShader to set parameter for.\n nameID - The ID of the property name for the constant buffer in shader code. Use Shader.PropertyToID to get this ID.\n name - The name of the constant buffer in shaders code.\n buffer - The buffer to bind as constant buffer.\n offset - The offset in bytes from the beginning of the buffer to bind. Must be a multiple of SystemInfo.constantBufferOffsetAlignment, or 0 if that value is 0.\n size - The number of bytes to bind.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "computeShader", + "typeName": "UnityEngine.ComputeShader" + }, + { "name": "kernelIndex", "typeName": "int" }, + { "name": "threadGroupsX", "typeName": "int" }, + { "name": "threadGroupsY", "typeName": "int" }, + { "name": "threadGroupsZ", "typeName": "int" } + ], + "isStatic": false, + "name": "DispatchCompute", + "comment": "Add a command to execute a ComputeShader.\n\n```plaintext\nParams: computeShader - ComputeShader to execute.\n kernelIndex - Kernel index to execute, see ComputeShader.FindKernel.\n threadGroupsX - Number of work groups in the X dimension.\n threadGroupsY - Number of work groups in the Y dimension.\n threadGroupsZ - Number of work groups in the Z dimension.\n indirectBuffer - ComputeBuffer with dispatch arguments.\n argsOffset - Byte offset indicating the location of the dispatch arguments in the buffer.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "computeShader", + "typeName": "UnityEngine.ComputeShader" + }, + { "name": "kernelIndex", "typeName": "int" }, + { + "name": "indirectBuffer", + "typeName": "UnityEngine.ComputeBuffer" + }, + { "name": "argsOffset", "typeName": "uint" } + ], + "isStatic": false, + "name": "DispatchCompute", + "comment": "Add a command to execute a ComputeShader.\n\n```plaintext\nParams: computeShader - ComputeShader to execute.\n kernelIndex - Kernel index to execute, see ComputeShader.FindKernel.\n threadGroupsX - Number of work groups in the X dimension.\n threadGroupsY - Number of work groups in the Y dimension.\n threadGroupsZ - Number of work groups in the Z dimension.\n indirectBuffer - ComputeBuffer with dispatch arguments.\n argsOffset - Byte offset indicating the location of the dispatch arguments in the buffer.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "computeShader", + "typeName": "UnityEngine.ComputeShader" + }, + { "name": "kernelIndex", "typeName": "int" }, + { + "name": "indirectBuffer", + "typeName": "UnityEngine.GraphicsBuffer" + }, + { "name": "argsOffset", "typeName": "uint" } + ], + "isStatic": false, + "name": "DispatchCompute", + "comment": "Add a command to execute a ComputeShader.\n\n```plaintext\nParams: computeShader - ComputeShader to execute.\n kernelIndex - Kernel index to execute, see ComputeShader.FindKernel.\n threadGroupsX - Number of work groups in the X dimension.\n threadGroupsY - Number of work groups in the Y dimension.\n threadGroupsZ - Number of work groups in the Z dimension.\n indirectBuffer - ComputeBuffer with dispatch arguments.\n argsOffset - Byte offset indicating the location of the dispatch arguments in the buffer.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "accelerationStructure", + "typeName": "UnityEngine.Experimental.Rendering.RayTracingAccelerationStructure" + } + ], + "isStatic": false, + "name": "BuildRayTracingAccelerationStructure", + "comment": "Adds a command to build the RayTracingAccelerationStructure to be used in a ray tracing dispatch.\n\n```plaintext\nParams: accelerationStructure - The RayTracingAccelerationStructure to be generated.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "accelerationStructure", + "typeName": "UnityEngine.Experimental.Rendering.RayTracingAccelerationStructure" + }, + { "name": "relativeOrigin", "typeName": "UnityEngine.Vector3" } + ], + "isStatic": false, + "name": "BuildRayTracingAccelerationStructure", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "rayTracingShader", + "typeName": "UnityEngine.Experimental.Rendering.RayTracingShader" + }, + { "name": "name", "typeName": "string" }, + { + "name": "rayTracingAccelerationStructure", + "typeName": "UnityEngine.Experimental.Rendering.RayTracingAccelerationStructure" + } + ], + "isStatic": false, + "name": "SetRayTracingAccelerationStructure", + "comment": "Adds a command to set the RayTracingAccelerationStructure to be used with the RayTracingShader.\n\n```plaintext\nParams: rayTracingShader - The RayTracingShader to set parameter for.\n name - Name of the RayTracingAccelerationStructure in shader coder.\n nameID - Property name ID. Use Shader.PropertyToID to get this ID.\n rayTracingAccelerationStructure - The RayTracingAccelerationStructure to be used.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "rayTracingShader", + "typeName": "UnityEngine.Experimental.Rendering.RayTracingShader" + }, + { "name": "nameID", "typeName": "int" }, + { + "name": "rayTracingAccelerationStructure", + "typeName": "UnityEngine.Experimental.Rendering.RayTracingAccelerationStructure" + } + ], + "isStatic": false, + "name": "SetRayTracingAccelerationStructure", + "comment": "Adds a command to set the RayTracingAccelerationStructure to be used with the RayTracingShader.\n\n```plaintext\nParams: rayTracingShader - The RayTracingShader to set parameter for.\n name - Name of the RayTracingAccelerationStructure in shader coder.\n nameID - Property name ID. Use Shader.PropertyToID to get this ID.\n rayTracingAccelerationStructure - The RayTracingAccelerationStructure to be used.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "rayTracingShader", + "typeName": "UnityEngine.Experimental.Rendering.RayTracingShader" + }, + { "name": "name", "typeName": "string" }, + { "name": "buffer", "typeName": "UnityEngine.ComputeBuffer" } + ], + "isStatic": false, + "name": "SetRayTracingBufferParam", + "comment": "Adds a command to set an input or output buffer parameter on a RayTracingShader.\n\n```plaintext\nParams: rayTracingShader - The RayTracingShader to set parameter for.\n name - The name of the constant buffer in shader code.\n nameID - The ID of the property name for the constant buffer in shader code. Use Shader.PropertyToID to get this ID.\n buffer - Buffer to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "rayTracingShader", + "typeName": "UnityEngine.Experimental.Rendering.RayTracingShader" + }, + { "name": "nameID", "typeName": "int" }, + { "name": "buffer", "typeName": "UnityEngine.ComputeBuffer" } + ], + "isStatic": false, + "name": "SetRayTracingBufferParam", + "comment": "Adds a command to set an input or output buffer parameter on a RayTracingShader.\n\n```plaintext\nParams: rayTracingShader - The RayTracingShader to set parameter for.\n name - The name of the constant buffer in shader code.\n nameID - The ID of the property name for the constant buffer in shader code. Use Shader.PropertyToID to get this ID.\n buffer - Buffer to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "rayTracingShader", + "typeName": "UnityEngine.Experimental.Rendering.RayTracingShader" + }, + { "name": "nameID", "typeName": "int" }, + { "name": "buffer", "typeName": "UnityEngine.ComputeBuffer" }, + { "name": "offset", "typeName": "int" }, + { "name": "size", "typeName": "int" } + ], + "isStatic": false, + "name": "SetRayTracingConstantBufferParam", + "comment": "Adds a command to set a constant buffer on a RayTracingShader.\n\n```plaintext\nParams: rayTracingShader - The RayTracingShader to set parameter for.\n nameID - The ID of the property name for the constant buffer in shader code. Use Shader.PropertyToID to get this ID.\n name - The name of the constant buffer in shader code.\n buffer - The buffer to bind as constant buffer.\n offset - The offset in bytes from the beginning of the buffer to bind. Must be a multiple of SystemInfo.constantBufferOffsetAlignment, or 0 if that value is 0.\n size - The number of bytes to bind.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "rayTracingShader", + "typeName": "UnityEngine.Experimental.Rendering.RayTracingShader" + }, + { "name": "name", "typeName": "string" }, + { "name": "buffer", "typeName": "UnityEngine.ComputeBuffer" }, + { "name": "offset", "typeName": "int" }, + { "name": "size", "typeName": "int" } + ], + "isStatic": false, + "name": "SetRayTracingConstantBufferParam", + "comment": "Adds a command to set a constant buffer on a RayTracingShader.\n\n```plaintext\nParams: rayTracingShader - The RayTracingShader to set parameter for.\n nameID - The ID of the property name for the constant buffer in shader code. Use Shader.PropertyToID to get this ID.\n name - The name of the constant buffer in shader code.\n buffer - The buffer to bind as constant buffer.\n offset - The offset in bytes from the beginning of the buffer to bind. Must be a multiple of SystemInfo.constantBufferOffsetAlignment, or 0 if that value is 0.\n size - The number of bytes to bind.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "rayTracingShader", + "typeName": "UnityEngine.Experimental.Rendering.RayTracingShader" + }, + { "name": "nameID", "typeName": "int" }, + { "name": "buffer", "typeName": "UnityEngine.GraphicsBuffer" }, + { "name": "offset", "typeName": "int" }, + { "name": "size", "typeName": "int" } + ], + "isStatic": false, + "name": "SetRayTracingConstantBufferParam", + "comment": "Adds a command to set a constant buffer on a RayTracingShader.\n\n```plaintext\nParams: rayTracingShader - The RayTracingShader to set parameter for.\n nameID - The ID of the property name for the constant buffer in shader code. Use Shader.PropertyToID to get this ID.\n name - The name of the constant buffer in shader code.\n buffer - The buffer to bind as constant buffer.\n offset - The offset in bytes from the beginning of the buffer to bind. Must be a multiple of SystemInfo.constantBufferOffsetAlignment, or 0 if that value is 0.\n size - The number of bytes to bind.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "rayTracingShader", + "typeName": "UnityEngine.Experimental.Rendering.RayTracingShader" + }, + { "name": "name", "typeName": "string" }, + { "name": "buffer", "typeName": "UnityEngine.GraphicsBuffer" }, + { "name": "offset", "typeName": "int" }, + { "name": "size", "typeName": "int" } + ], + "isStatic": false, + "name": "SetRayTracingConstantBufferParam", + "comment": "Adds a command to set a constant buffer on a RayTracingShader.\n\n```plaintext\nParams: rayTracingShader - The RayTracingShader to set parameter for.\n nameID - The ID of the property name for the constant buffer in shader code. Use Shader.PropertyToID to get this ID.\n name - The name of the constant buffer in shader code.\n buffer - The buffer to bind as constant buffer.\n offset - The offset in bytes from the beginning of the buffer to bind. Must be a multiple of SystemInfo.constantBufferOffsetAlignment, or 0 if that value is 0.\n size - The number of bytes to bind.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "rayTracingShader", + "typeName": "UnityEngine.Experimental.Rendering.RayTracingShader" + }, + { "name": "name", "typeName": "string" }, + { + "name": "rt", + "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" + } + ], + "isStatic": false, + "name": "SetRayTracingTextureParam", + "comment": "Adds a command to set a texture parameter on a RayTracingShader.\n\n```plaintext\nParams: rayTracingShader - RayTracingShader to set parameter for.\n name - Name of the texture variable in shader code.\n nameID - The ID of the property name for the texture in shader code. Use Shader.PropertyToID to get this ID.\n rt - Texture value or identifier to set, see RenderTargetIdentifier.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "rayTracingShader", + "typeName": "UnityEngine.Experimental.Rendering.RayTracingShader" + }, + { "name": "nameID", "typeName": "int" }, + { + "name": "rt", + "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" + } + ], + "isStatic": false, + "name": "SetRayTracingTextureParam", + "comment": "Adds a command to set a texture parameter on a RayTracingShader.\n\n```plaintext\nParams: rayTracingShader - RayTracingShader to set parameter for.\n name - Name of the texture variable in shader code.\n nameID - The ID of the property name for the texture in shader code. Use Shader.PropertyToID to get this ID.\n rt - Texture value or identifier to set, see RenderTargetIdentifier.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "rayTracingShader", + "typeName": "UnityEngine.Experimental.Rendering.RayTracingShader" + }, + { "name": "name", "typeName": "string" }, + { "name": "val", "typeName": "float" } + ], + "isStatic": false, + "name": "SetRayTracingFloatParam", + "comment": "Adds a command to set a float parameter on a RayTracingShader.\n\n```plaintext\nParams: rayTracingShader - RayTracingShader to set parameter for.\n name - Name of the variable in shader code.\n nameID - Property name ID. Use Shader.PropertyToID to get this ID.\n val - Value to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "rayTracingShader", + "typeName": "UnityEngine.Experimental.Rendering.RayTracingShader" + }, + { "name": "nameID", "typeName": "int" }, + { "name": "val", "typeName": "float" } + ], + "isStatic": false, + "name": "SetRayTracingFloatParam", + "comment": "Adds a command to set a float parameter on a RayTracingShader.\n\n```plaintext\nParams: rayTracingShader - RayTracingShader to set parameter for.\n name - Name of the variable in shader code.\n nameID - Property name ID. Use Shader.PropertyToID to get this ID.\n val - Value to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "rayTracingShader", + "typeName": "UnityEngine.Experimental.Rendering.RayTracingShader" + }, + { "name": "name", "typeName": "string" }, + { "name": "values", "typeName": "float[]" } + ], + "isStatic": false, + "name": "SetRayTracingFloatParams", + "comment": "Adds a command to set multiple consecutive float parameters on a RayTracingShader.\n\n```plaintext\nParams: rayTracingShader - RayTracingShader to set parameter for.\n name - Name of the variable in shader code.\n nameID - Property name ID. Use Shader.PropertyToID to get this ID.\n values - Values to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "rayTracingShader", + "typeName": "UnityEngine.Experimental.Rendering.RayTracingShader" + }, + { "name": "nameID", "typeName": "int" }, + { "name": "values", "typeName": "float[]" } + ], + "isStatic": false, + "name": "SetRayTracingFloatParams", + "comment": "Adds a command to set multiple consecutive float parameters on a RayTracingShader.\n\n```plaintext\nParams: rayTracingShader - RayTracingShader to set parameter for.\n name - Name of the variable in shader code.\n nameID - Property name ID. Use Shader.PropertyToID to get this ID.\n values - Values to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "rayTracingShader", + "typeName": "UnityEngine.Experimental.Rendering.RayTracingShader" + }, + { "name": "name", "typeName": "string" }, + { "name": "val", "typeName": "int" } + ], + "isStatic": false, + "name": "SetRayTracingIntParam", + "comment": "Adds a command to set an integer parameter on a RayTracingShader.\n\n```plaintext\nParams: rayTracingShader - RayTracingShader to set parameter for.\n name - Name of the variable in shader code.\n nameID - Property name ID. Use Shader.PropertyToID to get this ID.\n val - Value to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "rayTracingShader", + "typeName": "UnityEngine.Experimental.Rendering.RayTracingShader" + }, + { "name": "nameID", "typeName": "int" }, + { "name": "val", "typeName": "int" } + ], + "isStatic": false, + "name": "SetRayTracingIntParam", + "comment": "Adds a command to set an integer parameter on a RayTracingShader.\n\n```plaintext\nParams: rayTracingShader - RayTracingShader to set parameter for.\n name - Name of the variable in shader code.\n nameID - Property name ID. Use Shader.PropertyToID to get this ID.\n val - Value to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "rayTracingShader", + "typeName": "UnityEngine.Experimental.Rendering.RayTracingShader" + }, + { "name": "name", "typeName": "string" }, + { "name": "values", "typeName": "int[]" } + ], + "isStatic": false, + "name": "SetRayTracingIntParams", + "comment": "Adds a command to set multiple consecutive integer parameters on a RayTracingShader.\n\n```plaintext\nParams: rayTracingShader - RayTracingShader to set parameter for.\n name - Name of the variable in shader code.\n nameID - Property name ID. Use Shader.PropertyToID to get this ID.\n values - Values to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "rayTracingShader", + "typeName": "UnityEngine.Experimental.Rendering.RayTracingShader" + }, + { "name": "nameID", "typeName": "int" }, + { "name": "values", "typeName": "int[]" } + ], + "isStatic": false, + "name": "SetRayTracingIntParams", + "comment": "Adds a command to set multiple consecutive integer parameters on a RayTracingShader.\n\n```plaintext\nParams: rayTracingShader - RayTracingShader to set parameter for.\n name - Name of the variable in shader code.\n nameID - Property name ID. Use Shader.PropertyToID to get this ID.\n values - Values to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "rayTracingShader", + "typeName": "UnityEngine.Experimental.Rendering.RayTracingShader" + }, + { "name": "name", "typeName": "string" }, + { "name": "val", "typeName": "UnityEngine.Vector4" } + ], + "isStatic": false, + "name": "SetRayTracingVectorParam", + "comment": "Adds a command to set a vector parameter on a RayTracingShader.\n\n```plaintext\nParams: rayTracingShader - RayTracingShader to set parameter for.\n name - Name of the variable in shader code.\n nameID - Property name ID. Use Shader.PropertyToID to get this ID.\n val - Value to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "rayTracingShader", + "typeName": "UnityEngine.Experimental.Rendering.RayTracingShader" + }, + { "name": "nameID", "typeName": "int" }, + { "name": "val", "typeName": "UnityEngine.Vector4" } + ], + "isStatic": false, + "name": "SetRayTracingVectorParam", + "comment": "Adds a command to set a vector parameter on a RayTracingShader.\n\n```plaintext\nParams: rayTracingShader - RayTracingShader to set parameter for.\n name - Name of the variable in shader code.\n nameID - Property name ID. Use Shader.PropertyToID to get this ID.\n val - Value to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "rayTracingShader", + "typeName": "UnityEngine.Experimental.Rendering.RayTracingShader" + }, + { "name": "name", "typeName": "string" }, + { "name": "values", "typeName": "UnityEngine.Vector4[]" } + ], + "isStatic": false, + "name": "SetRayTracingVectorArrayParam", + "comment": "Adds a command to set a vector array parameter on a RayTracingShader.\n\n```plaintext\nParams: rayTracingShader - RayTracingShader to set parameter for.\n name - Property name.\n nameID - Property name ID. Use Shader.PropertyToID to get this ID.\n values - Value to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "rayTracingShader", + "typeName": "UnityEngine.Experimental.Rendering.RayTracingShader" + }, + { "name": "nameID", "typeName": "int" }, + { "name": "values", "typeName": "UnityEngine.Vector4[]" } + ], + "isStatic": false, + "name": "SetRayTracingVectorArrayParam", + "comment": "Adds a command to set a vector array parameter on a RayTracingShader.\n\n```plaintext\nParams: rayTracingShader - RayTracingShader to set parameter for.\n name - Property name.\n nameID - Property name ID. Use Shader.PropertyToID to get this ID.\n values - Value to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "rayTracingShader", + "typeName": "UnityEngine.Experimental.Rendering.RayTracingShader" + }, + { "name": "name", "typeName": "string" }, + { "name": "val", "typeName": "UnityEngine.Matrix4x4" } + ], + "isStatic": false, + "name": "SetRayTracingMatrixParam", + "comment": "Adds a command to set a matrix parameter on a RayTracingShader.\n\n```plaintext\nParams: rayTracingShader - RayTracingShader to set parameter for.\n name - Name of the variable in shader code.\n nameID - Property name ID. Use Shader.PropertyToID to get this ID.\n val - Value to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "rayTracingShader", + "typeName": "UnityEngine.Experimental.Rendering.RayTracingShader" + }, + { "name": "nameID", "typeName": "int" }, + { "name": "val", "typeName": "UnityEngine.Matrix4x4" } + ], + "isStatic": false, + "name": "SetRayTracingMatrixParam", + "comment": "Adds a command to set a matrix parameter on a RayTracingShader.\n\n```plaintext\nParams: rayTracingShader - RayTracingShader to set parameter for.\n name - Name of the variable in shader code.\n nameID - Property name ID. Use Shader.PropertyToID to get this ID.\n val - Value to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "rayTracingShader", + "typeName": "UnityEngine.Experimental.Rendering.RayTracingShader" + }, + { "name": "name", "typeName": "string" }, + { "name": "values", "typeName": "UnityEngine.Matrix4x4[]" } + ], + "isStatic": false, + "name": "SetRayTracingMatrixArrayParam", + "comment": "Adds a command to set a matrix array parameter on a RayTracingShader.\n\n```plaintext\nParams: rayTracingShader - RayTracingShader to set parameter for.\n name - Name of the variable in shader code.\n nameID - Property name ID. Use Shader.PropertyToID to get this ID.\n values - Value to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "rayTracingShader", + "typeName": "UnityEngine.Experimental.Rendering.RayTracingShader" + }, + { "name": "nameID", "typeName": "int" }, + { "name": "values", "typeName": "UnityEngine.Matrix4x4[]" } + ], + "isStatic": false, + "name": "SetRayTracingMatrixArrayParam", + "comment": "Adds a command to set a matrix array parameter on a RayTracingShader.\n\n```plaintext\nParams: rayTracingShader - RayTracingShader to set parameter for.\n name - Name of the variable in shader code.\n nameID - Property name ID. Use Shader.PropertyToID to get this ID.\n values - Value to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "rayTracingShader", + "typeName": "UnityEngine.Experimental.Rendering.RayTracingShader" + }, + { "name": "rayGenName", "typeName": "string" }, + { "name": "width", "typeName": "uint" }, + { "name": "height", "typeName": "uint" }, + { "name": "depth", "typeName": "uint" }, + { "name": "camera", "typeName": "UnityEngine.Camera" } + ], + "isStatic": false, + "name": "DispatchRays", + "comment": "Adds a command to execute a RayTracingShader.\n\n```plaintext\nParams: rayTracingShader - RayTracingShader to execute.\n rayGenName - The name of the ray generation shader.\n width - The width of the ray generation shader thread grid.\n height - The height of the ray generation shader thread grid.\n depth - The depth of the ray generation shader thread grid.\n camera - Optional parameter used to setup camera-related built-in shader variables.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "rt", + "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" + } + ], + "isStatic": false, + "name": "GenerateMips", + "comment": "Generate mipmap levels of a render texture.\n\n```plaintext\nParams: rt - The render texture requiring mipmaps generation.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "rt", "typeName": "UnityEngine.RenderTexture" }], + "isStatic": false, + "name": "GenerateMips", + "comment": "Generate mipmap levels of a render texture.\n\n```plaintext\nParams: rt - The render texture requiring mipmaps generation.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "rt", "typeName": "UnityEngine.RenderTexture" }, + { "name": "target", "typeName": "UnityEngine.RenderTexture" } + ], + "isStatic": false, + "name": "ResolveAntiAliasedSurface", + "comment": "Force an antialiased render texture to be resolved.\n\n```plaintext\nParams: rt - The antialiased render texture to resolve.\n target - The render texture to resolve into. If set, the target render texture must have the same dimensions and format as the source.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "mesh", "typeName": "UnityEngine.Mesh" }, + { "name": "matrix", "typeName": "UnityEngine.Matrix4x4" }, + { "name": "material", "typeName": "UnityEngine.Material" }, + { "name": "submeshIndex", "typeName": "int" }, + { "name": "shaderPass", "typeName": "int" }, + { + "name": "properties", + "typeName": "UnityEngine.MaterialPropertyBlock" + } + ], + "isStatic": false, + "name": "DrawMesh", + "comment": "Add a \"draw mesh\" command.\n\n```plaintext\nParams: mesh - Mesh to draw.\n matrix - Transformation matrix to use.\n material - Material to use.\n submeshIndex - Which subset of the mesh to render.\n shaderPass - Which pass of the shader to use (default is -1, which renders all passes).\n properties - Additional Material properties to apply onto the Material just before this Mesh is drawn. See MaterialPropertyBlock.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "mesh", "typeName": "UnityEngine.Mesh" }, + { "name": "matrix", "typeName": "UnityEngine.Matrix4x4" }, + { "name": "material", "typeName": "UnityEngine.Material" }, + { "name": "submeshIndex", "typeName": "int" }, + { "name": "shaderPass", "typeName": "int" } + ], + "isStatic": false, + "name": "DrawMesh", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "mesh", "typeName": "UnityEngine.Mesh" }, + { "name": "matrix", "typeName": "UnityEngine.Matrix4x4" }, + { "name": "material", "typeName": "UnityEngine.Material" }, + { "name": "submeshIndex", "typeName": "int" } + ], + "isStatic": false, + "name": "DrawMesh", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "mesh", "typeName": "UnityEngine.Mesh" }, + { "name": "matrix", "typeName": "UnityEngine.Matrix4x4" }, + { "name": "material", "typeName": "UnityEngine.Material" } + ], + "isStatic": false, + "name": "DrawMesh", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "renderer", "typeName": "UnityEngine.Renderer" }, + { "name": "material", "typeName": "UnityEngine.Material" }, + { "name": "submeshIndex", "typeName": "int" }, + { "name": "shaderPass", "typeName": "int" } + ], + "isStatic": false, + "name": "DrawRenderer", + "comment": "Add a \"draw renderer\" command.\n\n```plaintext\nParams: renderer - Renderer to draw.\n material - Material to use.\n submeshIndex - Which subset of the mesh to render.\n shaderPass - Which pass of the shader to use (default is -1, which renders all passes).\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "renderer", "typeName": "UnityEngine.Renderer" }, + { "name": "material", "typeName": "UnityEngine.Material" }, + { "name": "submeshIndex", "typeName": "int" } + ], + "isStatic": false, + "name": "DrawRenderer", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "renderer", "typeName": "UnityEngine.Renderer" }, + { "name": "material", "typeName": "UnityEngine.Material" } + ], + "isStatic": false, + "name": "DrawRenderer", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "matrix", "typeName": "UnityEngine.Matrix4x4" }, + { "name": "material", "typeName": "UnityEngine.Material" }, + { "name": "shaderPass", "typeName": "int" }, + { "name": "topology", "typeName": "UnityEngine.MeshTopology" }, + { "name": "vertexCount", "typeName": "int" }, + { "name": "instanceCount", "typeName": "int" }, + { + "name": "properties", + "typeName": "UnityEngine.MaterialPropertyBlock" + } + ], + "isStatic": false, + "name": "DrawProcedural", + "comment": "Add a \"draw procedural geometry\" command.\n\n```plaintext\nParams: matrix - Transformation matrix to use.\n material - Material to use.\n shaderPass - Which pass of the shader to use (or -1 for all passes).\n topology - Topology of the procedural geometry.\n vertexCount - Vertex count to render.\n instanceCount - Instance count to render.\n properties - Additional material properties to apply just before rendering. See MaterialPropertyBlock.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "matrix", "typeName": "UnityEngine.Matrix4x4" }, + { "name": "material", "typeName": "UnityEngine.Material" }, + { "name": "shaderPass", "typeName": "int" }, + { "name": "topology", "typeName": "UnityEngine.MeshTopology" }, + { "name": "vertexCount", "typeName": "int" }, + { "name": "instanceCount", "typeName": "int" } + ], + "isStatic": false, + "name": "DrawProcedural", + "comment": "Add a \"draw procedural geometry\" command.\n\n```plaintext\nParams: matrix - Transformation matrix to use.\n material - Material to use.\n shaderPass - Which pass of the shader to use (or -1 for all passes).\n topology - Topology of the procedural geometry.\n vertexCount - Vertex count to render.\n instanceCount - Instance count to render.\n properties - Additional material properties to apply just before rendering. See MaterialPropertyBlock.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "matrix", "typeName": "UnityEngine.Matrix4x4" }, + { "name": "material", "typeName": "UnityEngine.Material" }, + { "name": "shaderPass", "typeName": "int" }, + { "name": "topology", "typeName": "UnityEngine.MeshTopology" }, + { "name": "vertexCount", "typeName": "int" } + ], + "isStatic": false, + "name": "DrawProcedural", + "comment": "Add a \"draw procedural geometry\" command.\n\n```plaintext\nParams: matrix - Transformation matrix to use.\n material - Material to use.\n shaderPass - Which pass of the shader to use (or -1 for all passes).\n topology - Topology of the procedural geometry.\n vertexCount - Vertex count to render.\n instanceCount - Instance count to render.\n properties - Additional material properties to apply just before rendering. See MaterialPropertyBlock.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "indexBuffer", "typeName": "UnityEngine.GraphicsBuffer" }, + { "name": "matrix", "typeName": "UnityEngine.Matrix4x4" }, + { "name": "material", "typeName": "UnityEngine.Material" }, + { "name": "shaderPass", "typeName": "int" }, + { "name": "topology", "typeName": "UnityEngine.MeshTopology" }, + { "name": "indexCount", "typeName": "int" }, + { "name": "instanceCount", "typeName": "int" }, + { + "name": "properties", + "typeName": "UnityEngine.MaterialPropertyBlock" + } + ], + "isStatic": false, + "name": "DrawProcedural", + "comment": "Add a \"draw procedural geometry\" command.\n\n```plaintext\nParams: matrix - Transformation matrix to use.\n material - Material to use.\n shaderPass - Which pass of the shader to use (or -1 for all passes).\n topology - Topology of the procedural geometry.\n indexCount - Index count to render.\n instanceCount - Instance count to render.\n indexBuffer - The index buffer used to submit vertices to the GPU.\n properties - Additional material properties to apply just before rendering. See MaterialPropertyBlock.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "indexBuffer", "typeName": "UnityEngine.GraphicsBuffer" }, + { "name": "matrix", "typeName": "UnityEngine.Matrix4x4" }, + { "name": "material", "typeName": "UnityEngine.Material" }, + { "name": "shaderPass", "typeName": "int" }, + { "name": "topology", "typeName": "UnityEngine.MeshTopology" }, + { "name": "indexCount", "typeName": "int" }, + { "name": "instanceCount", "typeName": "int" } + ], + "isStatic": false, + "name": "DrawProcedural", + "comment": "Add a \"draw procedural geometry\" command.\n\n```plaintext\nParams: matrix - Transformation matrix to use.\n material - Material to use.\n shaderPass - Which pass of the shader to use (or -1 for all passes).\n topology - Topology of the procedural geometry.\n indexCount - Index count to render.\n instanceCount - Instance count to render.\n indexBuffer - The index buffer used to submit vertices to the GPU.\n properties - Additional material properties to apply just before rendering. See MaterialPropertyBlock.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "indexBuffer", "typeName": "UnityEngine.GraphicsBuffer" }, + { "name": "matrix", "typeName": "UnityEngine.Matrix4x4" }, + { "name": "material", "typeName": "UnityEngine.Material" }, + { "name": "shaderPass", "typeName": "int" }, + { "name": "topology", "typeName": "UnityEngine.MeshTopology" }, + { "name": "indexCount", "typeName": "int" } + ], + "isStatic": false, + "name": "DrawProcedural", + "comment": "Add a \"draw procedural geometry\" command.\n\n```plaintext\nParams: matrix - Transformation matrix to use.\n material - Material to use.\n shaderPass - Which pass of the shader to use (or -1 for all passes).\n topology - Topology of the procedural geometry.\n indexCount - Index count to render.\n instanceCount - Instance count to render.\n indexBuffer - The index buffer used to submit vertices to the GPU.\n properties - Additional material properties to apply just before rendering. See MaterialPropertyBlock.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "matrix", "typeName": "UnityEngine.Matrix4x4" }, + { "name": "material", "typeName": "UnityEngine.Material" }, + { "name": "shaderPass", "typeName": "int" }, + { "name": "topology", "typeName": "UnityEngine.MeshTopology" }, + { + "name": "bufferWithArgs", + "typeName": "UnityEngine.ComputeBuffer" + }, + { "name": "argsOffset", "typeName": "int" }, + { + "name": "properties", + "typeName": "UnityEngine.MaterialPropertyBlock" + } + ], + "isStatic": false, + "name": "DrawProceduralIndirect", + "comment": "Add a \"draw procedural geometry\" command.\n\n```plaintext\nParams: matrix - Transformation matrix to use.\n material - Material to use.\n shaderPass - Which pass of the shader to use (or -1 for all passes).\n topology - Topology of the procedural geometry.\n properties - Additional material properties to apply just before rendering. See MaterialPropertyBlock.\n bufferWithArgs - Buffer with draw arguments.\n argsOffset - Byte offset where in the buffer the draw arguments are.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "matrix", "typeName": "UnityEngine.Matrix4x4" }, + { "name": "material", "typeName": "UnityEngine.Material" }, + { "name": "shaderPass", "typeName": "int" }, + { "name": "topology", "typeName": "UnityEngine.MeshTopology" }, + { + "name": "bufferWithArgs", + "typeName": "UnityEngine.ComputeBuffer" + }, + { "name": "argsOffset", "typeName": "int" } + ], + "isStatic": false, + "name": "DrawProceduralIndirect", + "comment": "Add a \"draw procedural geometry\" command.\n\n```plaintext\nParams: matrix - Transformation matrix to use.\n material - Material to use.\n shaderPass - Which pass of the shader to use (or -1 for all passes).\n topology - Topology of the procedural geometry.\n properties - Additional material properties to apply just before rendering. See MaterialPropertyBlock.\n bufferWithArgs - Buffer with draw arguments.\n argsOffset - Byte offset where in the buffer the draw arguments are.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "matrix", "typeName": "UnityEngine.Matrix4x4" }, + { "name": "material", "typeName": "UnityEngine.Material" }, + { "name": "shaderPass", "typeName": "int" }, + { "name": "topology", "typeName": "UnityEngine.MeshTopology" }, + { + "name": "bufferWithArgs", + "typeName": "UnityEngine.ComputeBuffer" + } + ], + "isStatic": false, + "name": "DrawProceduralIndirect", + "comment": "Add a \"draw procedural geometry\" command.\n\n```plaintext\nParams: matrix - Transformation matrix to use.\n material - Material to use.\n shaderPass - Which pass of the shader to use (or -1 for all passes).\n topology - Topology of the procedural geometry.\n properties - Additional material properties to apply just before rendering. See MaterialPropertyBlock.\n bufferWithArgs - Buffer with draw arguments.\n argsOffset - Byte offset where in the buffer the draw arguments are.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "indexBuffer", "typeName": "UnityEngine.GraphicsBuffer" }, + { "name": "matrix", "typeName": "UnityEngine.Matrix4x4" }, + { "name": "material", "typeName": "UnityEngine.Material" }, + { "name": "shaderPass", "typeName": "int" }, + { "name": "topology", "typeName": "UnityEngine.MeshTopology" }, + { + "name": "bufferWithArgs", + "typeName": "UnityEngine.ComputeBuffer" + }, + { "name": "argsOffset", "typeName": "int" }, + { + "name": "properties", + "typeName": "UnityEngine.MaterialPropertyBlock" + } + ], + "isStatic": false, + "name": "DrawProceduralIndirect", + "comment": "Add a \"draw procedural geometry\" command.\n\n```plaintext\nParams: indexBuffer - Index buffer used to submit vertices to the GPU.\n matrix - Transformation matrix to use.\n material - Material to use.\n shaderPass - Which pass of the shader to use (or -1 for all passes).\n topology - Topology of the procedural geometry.\n bufferWithArgs - Buffer with draw arguments.\n argsOffset - Byte offset where in the buffer the draw arguments are.\n properties - Additional material properties to apply just before rendering. See MaterialPropertyBlock.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "indexBuffer", "typeName": "UnityEngine.GraphicsBuffer" }, + { "name": "matrix", "typeName": "UnityEngine.Matrix4x4" }, + { "name": "material", "typeName": "UnityEngine.Material" }, + { "name": "shaderPass", "typeName": "int" }, + { "name": "topology", "typeName": "UnityEngine.MeshTopology" }, + { + "name": "bufferWithArgs", + "typeName": "UnityEngine.ComputeBuffer" + }, + { "name": "argsOffset", "typeName": "int" } + ], + "isStatic": false, + "name": "DrawProceduralIndirect", + "comment": "Add a \"draw procedural geometry\" command.\n\n```plaintext\nParams: indexBuffer - Index buffer used to submit vertices to the GPU.\n matrix - Transformation matrix to use.\n material - Material to use.\n shaderPass - Which pass of the shader to use (or -1 for all passes).\n topology - Topology of the procedural geometry.\n bufferWithArgs - Buffer with draw arguments.\n argsOffset - Byte offset where in the buffer the draw arguments are.\n properties - Additional material properties to apply just before rendering. See MaterialPropertyBlock.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "indexBuffer", "typeName": "UnityEngine.GraphicsBuffer" }, + { "name": "matrix", "typeName": "UnityEngine.Matrix4x4" }, + { "name": "material", "typeName": "UnityEngine.Material" }, + { "name": "shaderPass", "typeName": "int" }, + { "name": "topology", "typeName": "UnityEngine.MeshTopology" }, + { + "name": "bufferWithArgs", + "typeName": "UnityEngine.ComputeBuffer" + } + ], + "isStatic": false, + "name": "DrawProceduralIndirect", + "comment": "Add a \"draw procedural geometry\" command.\n\n```plaintext\nParams: indexBuffer - Index buffer used to submit vertices to the GPU.\n matrix - Transformation matrix to use.\n material - Material to use.\n shaderPass - Which pass of the shader to use (or -1 for all passes).\n topology - Topology of the procedural geometry.\n bufferWithArgs - Buffer with draw arguments.\n argsOffset - Byte offset where in the buffer the draw arguments are.\n properties - Additional material properties to apply just before rendering. See MaterialPropertyBlock.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "matrix", "typeName": "UnityEngine.Matrix4x4" }, + { "name": "material", "typeName": "UnityEngine.Material" }, + { "name": "shaderPass", "typeName": "int" }, + { "name": "topology", "typeName": "UnityEngine.MeshTopology" }, + { + "name": "bufferWithArgs", + "typeName": "UnityEngine.GraphicsBuffer" + }, + { "name": "argsOffset", "typeName": "int" }, + { + "name": "properties", + "typeName": "UnityEngine.MaterialPropertyBlock" + } + ], + "isStatic": false, + "name": "DrawProceduralIndirect", + "comment": "Add a \"draw procedural geometry\" command.\n\n```plaintext\nParams: matrix - Transformation matrix to use.\n material - Material to use.\n shaderPass - Which pass of the shader to use (or -1 for all passes).\n topology - Topology of the procedural geometry.\n properties - Additional material properties to apply just before rendering. See MaterialPropertyBlock.\n bufferWithArgs - Buffer with draw arguments.\n argsOffset - Byte offset where in the buffer the draw arguments are.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "matrix", "typeName": "UnityEngine.Matrix4x4" }, + { "name": "material", "typeName": "UnityEngine.Material" }, + { "name": "shaderPass", "typeName": "int" }, + { "name": "topology", "typeName": "UnityEngine.MeshTopology" }, + { + "name": "bufferWithArgs", + "typeName": "UnityEngine.GraphicsBuffer" + }, + { "name": "argsOffset", "typeName": "int" } + ], + "isStatic": false, + "name": "DrawProceduralIndirect", + "comment": "Add a \"draw procedural geometry\" command.\n\n```plaintext\nParams: matrix - Transformation matrix to use.\n material - Material to use.\n shaderPass - Which pass of the shader to use (or -1 for all passes).\n topology - Topology of the procedural geometry.\n properties - Additional material properties to apply just before rendering. See MaterialPropertyBlock.\n bufferWithArgs - Buffer with draw arguments.\n argsOffset - Byte offset where in the buffer the draw arguments are.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "matrix", "typeName": "UnityEngine.Matrix4x4" }, + { "name": "material", "typeName": "UnityEngine.Material" }, + { "name": "shaderPass", "typeName": "int" }, + { "name": "topology", "typeName": "UnityEngine.MeshTopology" }, + { + "name": "bufferWithArgs", + "typeName": "UnityEngine.GraphicsBuffer" + } + ], + "isStatic": false, + "name": "DrawProceduralIndirect", + "comment": "Add a \"draw procedural geometry\" command.\n\n```plaintext\nParams: matrix - Transformation matrix to use.\n material - Material to use.\n shaderPass - Which pass of the shader to use (or -1 for all passes).\n topology - Topology of the procedural geometry.\n properties - Additional material properties to apply just before rendering. See MaterialPropertyBlock.\n bufferWithArgs - Buffer with draw arguments.\n argsOffset - Byte offset where in the buffer the draw arguments are.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "indexBuffer", "typeName": "UnityEngine.GraphicsBuffer" }, + { "name": "matrix", "typeName": "UnityEngine.Matrix4x4" }, + { "name": "material", "typeName": "UnityEngine.Material" }, + { "name": "shaderPass", "typeName": "int" }, + { "name": "topology", "typeName": "UnityEngine.MeshTopology" }, + { + "name": "bufferWithArgs", + "typeName": "UnityEngine.GraphicsBuffer" + }, + { "name": "argsOffset", "typeName": "int" }, + { + "name": "properties", + "typeName": "UnityEngine.MaterialPropertyBlock" + } + ], + "isStatic": false, + "name": "DrawProceduralIndirect", + "comment": "Add a \"draw procedural geometry\" command.\n\n```plaintext\nParams: indexBuffer - Index buffer used to submit vertices to the GPU.\n matrix - Transformation matrix to use.\n material - Material to use.\n shaderPass - Which pass of the shader to use (or -1 for all passes).\n topology - Topology of the procedural geometry.\n bufferWithArgs - Buffer with draw arguments.\n argsOffset - Byte offset where in the buffer the draw arguments are.\n properties - Additional material properties to apply just before rendering. See MaterialPropertyBlock.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "indexBuffer", "typeName": "UnityEngine.GraphicsBuffer" }, + { "name": "matrix", "typeName": "UnityEngine.Matrix4x4" }, + { "name": "material", "typeName": "UnityEngine.Material" }, + { "name": "shaderPass", "typeName": "int" }, + { "name": "topology", "typeName": "UnityEngine.MeshTopology" }, + { + "name": "bufferWithArgs", + "typeName": "UnityEngine.GraphicsBuffer" + }, + { "name": "argsOffset", "typeName": "int" } + ], + "isStatic": false, + "name": "DrawProceduralIndirect", + "comment": "Add a \"draw procedural geometry\" command.\n\n```plaintext\nParams: indexBuffer - Index buffer used to submit vertices to the GPU.\n matrix - Transformation matrix to use.\n material - Material to use.\n shaderPass - Which pass of the shader to use (or -1 for all passes).\n topology - Topology of the procedural geometry.\n bufferWithArgs - Buffer with draw arguments.\n argsOffset - Byte offset where in the buffer the draw arguments are.\n properties - Additional material properties to apply just before rendering. See MaterialPropertyBlock.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "indexBuffer", "typeName": "UnityEngine.GraphicsBuffer" }, + { "name": "matrix", "typeName": "UnityEngine.Matrix4x4" }, + { "name": "material", "typeName": "UnityEngine.Material" }, + { "name": "shaderPass", "typeName": "int" }, + { "name": "topology", "typeName": "UnityEngine.MeshTopology" }, + { + "name": "bufferWithArgs", + "typeName": "UnityEngine.GraphicsBuffer" + } + ], + "isStatic": false, + "name": "DrawProceduralIndirect", + "comment": "Add a \"draw procedural geometry\" command.\n\n```plaintext\nParams: indexBuffer - Index buffer used to submit vertices to the GPU.\n matrix - Transformation matrix to use.\n material - Material to use.\n shaderPass - Which pass of the shader to use (or -1 for all passes).\n topology - Topology of the procedural geometry.\n bufferWithArgs - Buffer with draw arguments.\n argsOffset - Byte offset where in the buffer the draw arguments are.\n properties - Additional material properties to apply just before rendering. See MaterialPropertyBlock.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "mesh", "typeName": "UnityEngine.Mesh" }, + { "name": "submeshIndex", "typeName": "int" }, + { "name": "material", "typeName": "UnityEngine.Material" }, + { "name": "shaderPass", "typeName": "int" }, + { "name": "matrices", "typeName": "UnityEngine.Matrix4x4[]" }, + { "name": "count", "typeName": "int" }, + { + "name": "properties", + "typeName": "UnityEngine.MaterialPropertyBlock" + } + ], + "isStatic": false, + "name": "DrawMeshInstanced", + "comment": "Adds a \"draw mesh with instancing\" command.\n\nThe command will not immediately fail and throw an exception if Material.enableInstancing is false, but it will log an error and skips rendering each time the command is being executed if such a condition is detected.\n\nInvalidOperationException will be thrown if the current platform doesn't support this API (i.e. if GPU instancing is not available). See SystemInfo.supportsInstancing.\n\n```plaintext\nParams: mesh - The Mesh to draw.\n submeshIndex - Which subset of the mesh to draw. This only applies to meshes that are composed of several materials.\n material - Material to use.\n shaderPass - Which pass of the shader to use, or -1 which renders all passes.\n matrices - The array of object transformation matrices.\n count - The number of instances to be drawn.\n properties - Additional Material properties to apply onto the Material just before this Mesh is drawn. See MaterialPropertyBlock.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "mesh", "typeName": "UnityEngine.Mesh" }, + { "name": "submeshIndex", "typeName": "int" }, + { "name": "material", "typeName": "UnityEngine.Material" }, + { "name": "shaderPass", "typeName": "int" }, + { "name": "matrices", "typeName": "UnityEngine.Matrix4x4[]" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "DrawMeshInstanced", + "comment": "Adds a \"draw mesh with instancing\" command.\n\nThe command will not immediately fail and throw an exception if Material.enableInstancing is false, but it will log an error and skips rendering each time the command is being executed if such a condition is detected.\n\nInvalidOperationException will be thrown if the current platform doesn't support this API (i.e. if GPU instancing is not available). See SystemInfo.supportsInstancing.\n\n```plaintext\nParams: mesh - The Mesh to draw.\n submeshIndex - Which subset of the mesh to draw. This only applies to meshes that are composed of several materials.\n material - Material to use.\n shaderPass - Which pass of the shader to use, or -1 which renders all passes.\n matrices - The array of object transformation matrices.\n count - The number of instances to be drawn.\n properties - Additional Material properties to apply onto the Material just before this Mesh is drawn. See MaterialPropertyBlock.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "mesh", "typeName": "UnityEngine.Mesh" }, + { "name": "submeshIndex", "typeName": "int" }, + { "name": "material", "typeName": "UnityEngine.Material" }, + { "name": "shaderPass", "typeName": "int" }, + { "name": "matrices", "typeName": "UnityEngine.Matrix4x4[]" } + ], + "isStatic": false, + "name": "DrawMeshInstanced", + "comment": "Adds a \"draw mesh with instancing\" command.\n\nThe command will not immediately fail and throw an exception if Material.enableInstancing is false, but it will log an error and skips rendering each time the command is being executed if such a condition is detected.\n\nInvalidOperationException will be thrown if the current platform doesn't support this API (i.e. if GPU instancing is not available). See SystemInfo.supportsInstancing.\n\n```plaintext\nParams: mesh - The Mesh to draw.\n submeshIndex - Which subset of the mesh to draw. This only applies to meshes that are composed of several materials.\n material - Material to use.\n shaderPass - Which pass of the shader to use, or -1 which renders all passes.\n matrices - The array of object transformation matrices.\n count - The number of instances to be drawn.\n properties - Additional Material properties to apply onto the Material just before this Mesh is drawn. See MaterialPropertyBlock.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "mesh", "typeName": "UnityEngine.Mesh" }, + { "name": "submeshIndex", "typeName": "int" }, + { "name": "material", "typeName": "UnityEngine.Material" }, + { "name": "shaderPass", "typeName": "int" }, + { "name": "count", "typeName": "int" }, + { + "name": "properties", + "typeName": "UnityEngine.MaterialPropertyBlock" + } + ], + "isStatic": false, + "name": "DrawMeshInstancedProcedural", + "comment": "Add a \"draw mesh with instancing\" command.\n\nDraw a mesh using Procedural Instancing. This is similar to Graphics.DrawMeshInstancedIndirect, except that when the instance count is known from script, it can be supplied directly using this method, rather than via a ComputeBuffer.\nIf Material.enableInstancing is false, the command logs an error and skips rendering each time the command is executed; the command does not immediately fail and throw an exception.\n\nInvalidOperationException will be thrown if the current platform doesn't support this API (for example, if GPU instancing is not available). See SystemInfo.supportsInstancing.\n\n```plaintext\nParams: mesh - The Mesh to draw.\n submeshIndex - Which subset of the mesh to draw. This only applies to meshes that are composed of several materials.\n material - Material to use.\n shaderPass - Which pass of the shader to use, or -1 which renders all passes.\n count - The number of instances to be drawn.\n properties - Additional Material properties to apply onto the Material just before this Mesh is drawn. See MaterialPropertyBlock.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "mesh", "typeName": "UnityEngine.Mesh" }, + { "name": "submeshIndex", "typeName": "int" }, + { "name": "material", "typeName": "UnityEngine.Material" }, + { "name": "shaderPass", "typeName": "int" }, + { + "name": "bufferWithArgs", + "typeName": "UnityEngine.ComputeBuffer" + }, + { "name": "argsOffset", "typeName": "int" }, + { + "name": "properties", + "typeName": "UnityEngine.MaterialPropertyBlock" + } + ], + "isStatic": false, + "name": "DrawMeshInstancedIndirect", + "comment": "Add a \"draw mesh with indirect instancing\" command.\n\n```plaintext\nParams: mesh - The Mesh to draw.\n submeshIndex - Which subset of the mesh to draw. This only applies to meshes that are composed of several materials.\n material - Material to use.\n shaderPass - Which pass of the shader to use, or -1 which renders all passes.\n properties - Additional Material properties to apply onto the Material just before this Mesh is drawn. See MaterialPropertyBlock.\n bufferWithArgs - The GPU buffer containing the arguments for how many instances of this mesh to draw.\n argsOffset - The byte offset into the buffer, where the draw arguments start.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "mesh", "typeName": "UnityEngine.Mesh" }, + { "name": "submeshIndex", "typeName": "int" }, + { "name": "material", "typeName": "UnityEngine.Material" }, + { "name": "shaderPass", "typeName": "int" }, + { + "name": "bufferWithArgs", + "typeName": "UnityEngine.ComputeBuffer" + }, + { "name": "argsOffset", "typeName": "int" } + ], + "isStatic": false, + "name": "DrawMeshInstancedIndirect", + "comment": "Add a \"draw mesh with indirect instancing\" command.\n\n```plaintext\nParams: mesh - The Mesh to draw.\n submeshIndex - Which subset of the mesh to draw. This only applies to meshes that are composed of several materials.\n material - Material to use.\n shaderPass - Which pass of the shader to use, or -1 which renders all passes.\n properties - Additional Material properties to apply onto the Material just before this Mesh is drawn. See MaterialPropertyBlock.\n bufferWithArgs - The GPU buffer containing the arguments for how many instances of this mesh to draw.\n argsOffset - The byte offset into the buffer, where the draw arguments start.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "mesh", "typeName": "UnityEngine.Mesh" }, + { "name": "submeshIndex", "typeName": "int" }, + { "name": "material", "typeName": "UnityEngine.Material" }, + { "name": "shaderPass", "typeName": "int" }, + { + "name": "bufferWithArgs", + "typeName": "UnityEngine.ComputeBuffer" + } + ], + "isStatic": false, + "name": "DrawMeshInstancedIndirect", + "comment": "Add a \"draw mesh with indirect instancing\" command.\n\n```plaintext\nParams: mesh - The Mesh to draw.\n submeshIndex - Which subset of the mesh to draw. This only applies to meshes that are composed of several materials.\n material - Material to use.\n shaderPass - Which pass of the shader to use, or -1 which renders all passes.\n properties - Additional Material properties to apply onto the Material just before this Mesh is drawn. See MaterialPropertyBlock.\n bufferWithArgs - The GPU buffer containing the arguments for how many instances of this mesh to draw.\n argsOffset - The byte offset into the buffer, where the draw arguments start.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "mesh", "typeName": "UnityEngine.Mesh" }, + { "name": "submeshIndex", "typeName": "int" }, + { "name": "material", "typeName": "UnityEngine.Material" }, + { "name": "shaderPass", "typeName": "int" }, + { + "name": "bufferWithArgs", + "typeName": "UnityEngine.GraphicsBuffer" + }, + { "name": "argsOffset", "typeName": "int" }, + { + "name": "properties", + "typeName": "UnityEngine.MaterialPropertyBlock" + } + ], + "isStatic": false, + "name": "DrawMeshInstancedIndirect", + "comment": "Add a \"draw mesh with indirect instancing\" command.\n\n```plaintext\nParams: mesh - The Mesh to draw.\n submeshIndex - Which subset of the mesh to draw. This only applies to meshes that are composed of several materials.\n material - Material to use.\n shaderPass - Which pass of the shader to use, or -1 which renders all passes.\n properties - Additional Material properties to apply onto the Material just before this Mesh is drawn. See MaterialPropertyBlock.\n bufferWithArgs - The GPU buffer containing the arguments for how many instances of this mesh to draw.\n argsOffset - The byte offset into the buffer, where the draw arguments start.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "mesh", "typeName": "UnityEngine.Mesh" }, + { "name": "submeshIndex", "typeName": "int" }, + { "name": "material", "typeName": "UnityEngine.Material" }, + { "name": "shaderPass", "typeName": "int" }, + { + "name": "bufferWithArgs", + "typeName": "UnityEngine.GraphicsBuffer" + }, + { "name": "argsOffset", "typeName": "int" } + ], + "isStatic": false, + "name": "DrawMeshInstancedIndirect", + "comment": "Add a \"draw mesh with indirect instancing\" command.\n\n```plaintext\nParams: mesh - The Mesh to draw.\n submeshIndex - Which subset of the mesh to draw. This only applies to meshes that are composed of several materials.\n material - Material to use.\n shaderPass - Which pass of the shader to use, or -1 which renders all passes.\n properties - Additional Material properties to apply onto the Material just before this Mesh is drawn. See MaterialPropertyBlock.\n bufferWithArgs - The GPU buffer containing the arguments for how many instances of this mesh to draw.\n argsOffset - The byte offset into the buffer, where the draw arguments start.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "mesh", "typeName": "UnityEngine.Mesh" }, + { "name": "submeshIndex", "typeName": "int" }, + { "name": "material", "typeName": "UnityEngine.Material" }, + { "name": "shaderPass", "typeName": "int" }, + { + "name": "bufferWithArgs", + "typeName": "UnityEngine.GraphicsBuffer" + } + ], + "isStatic": false, + "name": "DrawMeshInstancedIndirect", + "comment": "Add a \"draw mesh with indirect instancing\" command.\n\n```plaintext\nParams: mesh - The Mesh to draw.\n submeshIndex - Which subset of the mesh to draw. This only applies to meshes that are composed of several materials.\n material - Material to use.\n shaderPass - Which pass of the shader to use, or -1 which renders all passes.\n properties - Additional Material properties to apply onto the Material just before this Mesh is drawn. See MaterialPropertyBlock.\n bufferWithArgs - The GPU buffer containing the arguments for how many instances of this mesh to draw.\n argsOffset - The byte offset into the buffer, where the draw arguments start.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "normalizedCamViewport", + "typeName": "UnityEngine.RectInt" + } + ], + "isStatic": false, + "name": "DrawOcclusionMesh", + "comment": "Adds a command onto the commandbuffer to draw the VR Device's occlusion mesh to the current render target.\n\n```plaintext\nParams: normalizedCamViewport - The viewport of the camera currently being rendered.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { + "name": "rt", + "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" + } + ], + "isStatic": false, + "name": "SetRandomWriteTarget", + "comment": "Set random write target for level pixel shaders.\n\n```plaintext\nParams: index - Index of the random write target in the shader.\n buffer - Buffer to set as the write target.\n preserveCounterValue - Whether to leave the append/consume counter value unchanged.\n rt - RenderTargetIdentifier to set as the write target.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "buffer", "typeName": "UnityEngine.ComputeBuffer" }, + { "name": "preserveCounterValue", "typeName": "bool" } + ], + "isStatic": false, + "name": "SetRandomWriteTarget", + "comment": "Set random write target for level pixel shaders.\n\n```plaintext\nParams: index - Index of the random write target in the shader.\n buffer - Buffer to set as the write target.\n preserveCounterValue - Whether to leave the append/consume counter value unchanged.\n rt - RenderTargetIdentifier to set as the write target.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "buffer", "typeName": "UnityEngine.ComputeBuffer" } + ], + "isStatic": false, + "name": "SetRandomWriteTarget", + "comment": "Set random write target for level pixel shaders.\n\n```plaintext\nParams: index - Index of the random write target in the shader.\n buffer - Buffer to set as the write target.\n preserveCounterValue - Whether to leave the append/consume counter value unchanged.\n rt - RenderTargetIdentifier to set as the write target.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "buffer", "typeName": "UnityEngine.GraphicsBuffer" }, + { "name": "preserveCounterValue", "typeName": "bool" } + ], + "isStatic": false, + "name": "SetRandomWriteTarget", + "comment": "Set random write target for level pixel shaders.\n\n```plaintext\nParams: index - Index of the random write target in the shader.\n buffer - Buffer to set as the write target.\n preserveCounterValue - Whether to leave the append/consume counter value unchanged.\n rt - RenderTargetIdentifier to set as the write target.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "buffer", "typeName": "UnityEngine.GraphicsBuffer" } + ], + "isStatic": false, + "name": "SetRandomWriteTarget", + "comment": "Set random write target for level pixel shaders.\n\n```plaintext\nParams: index - Index of the random write target in the shader.\n buffer - Buffer to set as the write target.\n preserveCounterValue - Whether to leave the append/consume counter value unchanged.\n rt - RenderTargetIdentifier to set as the write target.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "src", "typeName": "UnityEngine.ComputeBuffer" }, + { "name": "dst", "typeName": "UnityEngine.ComputeBuffer" }, + { "name": "dstOffsetBytes", "typeName": "uint" } + ], + "isStatic": false, + "name": "CopyCounterValue", + "comment": "Adds a command to copy ComputeBuffer or GraphicsBuffer counter value.\n\n```plaintext\nParams: src - Append/consume buffer to copy the counter from.\n dst - A buffer to copy the counter to.\n dstOffsetBytes - Target byte offset in dst buffer.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "src", "typeName": "UnityEngine.GraphicsBuffer" }, + { "name": "dst", "typeName": "UnityEngine.ComputeBuffer" }, + { "name": "dstOffsetBytes", "typeName": "uint" } + ], + "isStatic": false, + "name": "CopyCounterValue", + "comment": "Adds a command to copy ComputeBuffer or GraphicsBuffer counter value.\n\n```plaintext\nParams: src - Append/consume buffer to copy the counter from.\n dst - A buffer to copy the counter to.\n dstOffsetBytes - Target byte offset in dst buffer.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "src", "typeName": "UnityEngine.ComputeBuffer" }, + { "name": "dst", "typeName": "UnityEngine.GraphicsBuffer" }, + { "name": "dstOffsetBytes", "typeName": "uint" } + ], + "isStatic": false, + "name": "CopyCounterValue", + "comment": "Adds a command to copy ComputeBuffer or GraphicsBuffer counter value.\n\n```plaintext\nParams: src - Append/consume buffer to copy the counter from.\n dst - A buffer to copy the counter to.\n dstOffsetBytes - Target byte offset in dst buffer.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "src", "typeName": "UnityEngine.GraphicsBuffer" }, + { "name": "dst", "typeName": "UnityEngine.GraphicsBuffer" }, + { "name": "dstOffsetBytes", "typeName": "uint" } + ], + "isStatic": false, + "name": "CopyCounterValue", + "comment": "Adds a command to copy ComputeBuffer or GraphicsBuffer counter value.\n\n```plaintext\nParams: src - Append/consume buffer to copy the counter from.\n dst - A buffer to copy the counter to.\n dstOffsetBytes - Target byte offset in dst buffer.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "src", + "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" + }, + { + "name": "dst", + "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" + } + ], + "isStatic": false, + "name": "CopyTexture", + "comment": "Adds a command to copy a texture into another texture.\n\n```plaintext\nParams: src - Source texture or identifier, see RenderTargetIdentifier.\n dst - Destination texture or identifier, see RenderTargetIdentifier.\n srcElement - Source texture element (cubemap face, texture array layer or 3D texture depth slice).\n srcMip - Source texture mipmap level.\n dstElement - Destination texture element (cubemap face, texture array layer or 3D texture depth slice).\n dstMip - Destination texture mipmap level.\n srcX - X coordinate of source texture region to copy (left side is zero).\n srcY - Y coordinate of source texture region to copy (bottom is zero).\n srcWidth - Width of source texture region to copy.\n srcHeight - Height of source texture region to copy.\n dstX - X coordinate of where to copy region in destination texture (left side is zero).\n dstY - Y coordinate of where to copy region in destination texture (bottom is zero).\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "src", + "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" + }, + { "name": "srcElement", "typeName": "int" }, + { + "name": "dst", + "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" + }, + { "name": "dstElement", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTexture", + "comment": "Adds a command to copy a texture into another texture.\n\n```plaintext\nParams: src - Source texture or identifier, see RenderTargetIdentifier.\n dst - Destination texture or identifier, see RenderTargetIdentifier.\n srcElement - Source texture element (cubemap face, texture array layer or 3D texture depth slice).\n srcMip - Source texture mipmap level.\n dstElement - Destination texture element (cubemap face, texture array layer or 3D texture depth slice).\n dstMip - Destination texture mipmap level.\n srcX - X coordinate of source texture region to copy (left side is zero).\n srcY - Y coordinate of source texture region to copy (bottom is zero).\n srcWidth - Width of source texture region to copy.\n srcHeight - Height of source texture region to copy.\n dstX - X coordinate of where to copy region in destination texture (left side is zero).\n dstY - Y coordinate of where to copy region in destination texture (bottom is zero).\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "src", + "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" + }, + { "name": "srcElement", "typeName": "int" }, + { "name": "srcMip", "typeName": "int" }, + { + "name": "dst", + "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" + }, + { "name": "dstElement", "typeName": "int" }, + { "name": "dstMip", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTexture", + "comment": "Adds a command to copy a texture into another texture.\n\n```plaintext\nParams: src - Source texture or identifier, see RenderTargetIdentifier.\n dst - Destination texture or identifier, see RenderTargetIdentifier.\n srcElement - Source texture element (cubemap face, texture array layer or 3D texture depth slice).\n srcMip - Source texture mipmap level.\n dstElement - Destination texture element (cubemap face, texture array layer or 3D texture depth slice).\n dstMip - Destination texture mipmap level.\n srcX - X coordinate of source texture region to copy (left side is zero).\n srcY - Y coordinate of source texture region to copy (bottom is zero).\n srcWidth - Width of source texture region to copy.\n srcHeight - Height of source texture region to copy.\n dstX - X coordinate of where to copy region in destination texture (left side is zero).\n dstY - Y coordinate of where to copy region in destination texture (bottom is zero).\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "src", + "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" + }, + { "name": "srcElement", "typeName": "int" }, + { "name": "srcMip", "typeName": "int" }, + { "name": "srcX", "typeName": "int" }, + { "name": "srcY", "typeName": "int" }, + { "name": "srcWidth", "typeName": "int" }, + { "name": "srcHeight", "typeName": "int" }, + { + "name": "dst", + "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" + }, + { "name": "dstElement", "typeName": "int" }, + { "name": "dstMip", "typeName": "int" }, + { "name": "dstX", "typeName": "int" }, + { "name": "dstY", "typeName": "int" } + ], + "isStatic": false, + "name": "CopyTexture", + "comment": "Adds a command to copy a texture into another texture.\n\n```plaintext\nParams: src - Source texture or identifier, see RenderTargetIdentifier.\n dst - Destination texture or identifier, see RenderTargetIdentifier.\n srcElement - Source texture element (cubemap face, texture array layer or 3D texture depth slice).\n srcMip - Source texture mipmap level.\n dstElement - Destination texture element (cubemap face, texture array layer or 3D texture depth slice).\n dstMip - Destination texture mipmap level.\n srcX - X coordinate of source texture region to copy (left side is zero).\n srcY - Y coordinate of source texture region to copy (bottom is zero).\n srcWidth - Width of source texture region to copy.\n srcHeight - Height of source texture region to copy.\n dstX - X coordinate of where to copy region in destination texture (left side is zero).\n dstY - Y coordinate of where to copy region in destination texture (bottom is zero).\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "source", "typeName": "UnityEngine.Texture" }, + { + "name": "dest", + "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" + } + ], + "isStatic": false, + "name": "Blit", + "comment": "Add a \"blit into a render texture\" command.\n\n```plaintext\nParams: source - Source texture or render target to blit from.\n dest - Destination to blit into.\n mat - Material to use.\n pass - Shader pass to use (default is -1, meaning \"all passes\").\n scale - Scale applied to the source texture coordinate.\n offset - Offset applied to the source texture coordinate.\n sourceDepthSlice - The texture array source slice to perform the blit from.\n destDepthSlice - The texture array destination slice to perform the blit to.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "source", "typeName": "UnityEngine.Texture" }, + { + "name": "dest", + "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" + }, + { "name": "scale", "typeName": "UnityEngine.Vector2" }, + { "name": "offset", "typeName": "UnityEngine.Vector2" } + ], + "isStatic": false, + "name": "Blit", + "comment": "Add a \"blit into a render texture\" command.\n\n```plaintext\nParams: source - Source texture or render target to blit from.\n dest - Destination to blit into.\n mat - Material to use.\n pass - Shader pass to use (default is -1, meaning \"all passes\").\n scale - Scale applied to the source texture coordinate.\n offset - Offset applied to the source texture coordinate.\n sourceDepthSlice - The texture array source slice to perform the blit from.\n destDepthSlice - The texture array destination slice to perform the blit to.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "source", "typeName": "UnityEngine.Texture" }, + { + "name": "dest", + "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" + }, + { "name": "mat", "typeName": "UnityEngine.Material" } + ], + "isStatic": false, + "name": "Blit", + "comment": "Add a \"blit into a render texture\" command.\n\n```plaintext\nParams: source - Source texture or render target to blit from.\n dest - Destination to blit into.\n mat - Material to use.\n pass - Shader pass to use (default is -1, meaning \"all passes\").\n scale - Scale applied to the source texture coordinate.\n offset - Offset applied to the source texture coordinate.\n sourceDepthSlice - The texture array source slice to perform the blit from.\n destDepthSlice - The texture array destination slice to perform the blit to.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "source", "typeName": "UnityEngine.Texture" }, + { + "name": "dest", + "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" + }, + { "name": "mat", "typeName": "UnityEngine.Material" }, + { "name": "pass", "typeName": "int" } + ], + "isStatic": false, + "name": "Blit", + "comment": "Add a \"blit into a render texture\" command.\n\n```plaintext\nParams: source - Source texture or render target to blit from.\n dest - Destination to blit into.\n mat - Material to use.\n pass - Shader pass to use (default is -1, meaning \"all passes\").\n scale - Scale applied to the source texture coordinate.\n offset - Offset applied to the source texture coordinate.\n sourceDepthSlice - The texture array source slice to perform the blit from.\n destDepthSlice - The texture array destination slice to perform the blit to.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "source", + "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" + }, + { + "name": "dest", + "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" + } + ], + "isStatic": false, + "name": "Blit", + "comment": "Add a \"blit into a render texture\" command.\n\n```plaintext\nParams: source - Source texture or render target to blit from.\n dest - Destination to blit into.\n mat - Material to use.\n pass - Shader pass to use (default is -1, meaning \"all passes\").\n scale - Scale applied to the source texture coordinate.\n offset - Offset applied to the source texture coordinate.\n sourceDepthSlice - The texture array source slice to perform the blit from.\n destDepthSlice - The texture array destination slice to perform the blit to.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "source", + "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" + }, + { + "name": "dest", + "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" + }, + { "name": "scale", "typeName": "UnityEngine.Vector2" }, + { "name": "offset", "typeName": "UnityEngine.Vector2" } + ], + "isStatic": false, + "name": "Blit", + "comment": "Add a \"blit into a render texture\" command.\n\n```plaintext\nParams: source - Source texture or render target to blit from.\n dest - Destination to blit into.\n mat - Material to use.\n pass - Shader pass to use (default is -1, meaning \"all passes\").\n scale - Scale applied to the source texture coordinate.\n offset - Offset applied to the source texture coordinate.\n sourceDepthSlice - The texture array source slice to perform the blit from.\n destDepthSlice - The texture array destination slice to perform the blit to.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "source", + "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" + }, + { + "name": "dest", + "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" + }, + { "name": "mat", "typeName": "UnityEngine.Material" } + ], + "isStatic": false, + "name": "Blit", + "comment": "Add a \"blit into a render texture\" command.\n\n```plaintext\nParams: source - Source texture or render target to blit from.\n dest - Destination to blit into.\n mat - Material to use.\n pass - Shader pass to use (default is -1, meaning \"all passes\").\n scale - Scale applied to the source texture coordinate.\n offset - Offset applied to the source texture coordinate.\n sourceDepthSlice - The texture array source slice to perform the blit from.\n destDepthSlice - The texture array destination slice to perform the blit to.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "source", + "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" + }, + { + "name": "dest", + "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" + }, + { "name": "mat", "typeName": "UnityEngine.Material" }, + { "name": "pass", "typeName": "int" } + ], + "isStatic": false, + "name": "Blit", + "comment": "Add a \"blit into a render texture\" command.\n\n```plaintext\nParams: source - Source texture or render target to blit from.\n dest - Destination to blit into.\n mat - Material to use.\n pass - Shader pass to use (default is -1, meaning \"all passes\").\n scale - Scale applied to the source texture coordinate.\n offset - Offset applied to the source texture coordinate.\n sourceDepthSlice - The texture array source slice to perform the blit from.\n destDepthSlice - The texture array destination slice to perform the blit to.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "source", + "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" + }, + { + "name": "dest", + "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" + }, + { "name": "sourceDepthSlice", "typeName": "int" }, + { "name": "destDepthSlice", "typeName": "int" } + ], + "isStatic": false, + "name": "Blit", + "comment": "Add a \"blit into a render texture\" command.\n\n```plaintext\nParams: source - Source texture or render target to blit from.\n dest - Destination to blit into.\n mat - Material to use.\n pass - Shader pass to use (default is -1, meaning \"all passes\").\n scale - Scale applied to the source texture coordinate.\n offset - Offset applied to the source texture coordinate.\n sourceDepthSlice - The texture array source slice to perform the blit from.\n destDepthSlice - The texture array destination slice to perform the blit to.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "source", + "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" + }, + { + "name": "dest", + "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" + }, + { "name": "scale", "typeName": "UnityEngine.Vector2" }, + { "name": "offset", "typeName": "UnityEngine.Vector2" }, + { "name": "sourceDepthSlice", "typeName": "int" }, + { "name": "destDepthSlice", "typeName": "int" } + ], + "isStatic": false, + "name": "Blit", + "comment": "Add a \"blit into a render texture\" command.\n\n```plaintext\nParams: source - Source texture or render target to blit from.\n dest - Destination to blit into.\n mat - Material to use.\n pass - Shader pass to use (default is -1, meaning \"all passes\").\n scale - Scale applied to the source texture coordinate.\n offset - Offset applied to the source texture coordinate.\n sourceDepthSlice - The texture array source slice to perform the blit from.\n destDepthSlice - The texture array destination slice to perform the blit to.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "source", + "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" + }, + { + "name": "dest", + "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" + }, + { "name": "mat", "typeName": "UnityEngine.Material" }, + { "name": "pass", "typeName": "int" }, + { "name": "destDepthSlice", "typeName": "int" } + ], + "isStatic": false, + "name": "Blit", + "comment": "Add a \"blit into a render texture\" command.\n\n```plaintext\nParams: source - Source texture or render target to blit from.\n dest - Destination to blit into.\n mat - Material to use.\n pass - Shader pass to use (default is -1, meaning \"all passes\").\n scale - Scale applied to the source texture coordinate.\n offset - Offset applied to the source texture coordinate.\n sourceDepthSlice - The texture array source slice to perform the blit from.\n destDepthSlice - The texture array destination slice to perform the blit to.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "value", "typeName": "float" } + ], + "isStatic": false, + "name": "SetGlobalFloat", + "comment": "Add a \"set global shader float property\" command.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "value", "typeName": "int" } + ], + "isStatic": false, + "name": "SetGlobalInt", + "comment": "Sets the given global integer property for all shaders.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "value", "typeName": "UnityEngine.Vector4" } + ], + "isStatic": false, + "name": "SetGlobalVector", + "comment": "Add a \"set global shader vector property\" command.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "value", "typeName": "UnityEngine.Color" } + ], + "isStatic": false, + "name": "SetGlobalColor", + "comment": "Add a \"set global shader color property\" command.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "value", "typeName": "UnityEngine.Matrix4x4" } + ], + "isStatic": false, + "name": "SetGlobalMatrix", + "comment": "Add a \"set global shader matrix property\" command.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "propertyName", "typeName": "string" }, + { + "name": "values", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "SetGlobalFloatArray", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { + "name": "values", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "SetGlobalFloatArray", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "propertyName", "typeName": "string" }, + { "name": "values", "typeName": "float[]" } + ], + "isStatic": false, + "name": "SetGlobalFloatArray", + "comment": "Add a \"set global shader float array property\" command.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "propertyName", "typeName": "string" }, + { + "name": "values", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "SetGlobalVectorArray", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { + "name": "values", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "SetGlobalVectorArray", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "propertyName", "typeName": "string" }, + { "name": "values", "typeName": "UnityEngine.Vector4[]" } + ], + "isStatic": false, + "name": "SetGlobalVectorArray", + "comment": "Add a \"set global shader vector array property\" command.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "propertyName", "typeName": "string" }, + { + "name": "values", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "SetGlobalMatrixArray", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { + "name": "values", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "SetGlobalMatrixArray", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "propertyName", "typeName": "string" }, + { "name": "values", "typeName": "UnityEngine.Matrix4x4[]" } + ], + "isStatic": false, + "name": "SetGlobalMatrixArray", + "comment": "Add a \"set global shader matrix array property\" command.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { + "name": "value", + "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" + } + ], + "isStatic": false, + "name": "SetGlobalTexture", + "comment": "Add a \"set global shader texture property\" command, referencing a RenderTexture.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { + "name": "value", + "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" + } + ], + "isStatic": false, + "name": "SetGlobalTexture", + "comment": "Add a \"set global shader texture property\" command, referencing a RenderTexture.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { + "name": "value", + "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" + }, + { + "name": "element", + "typeName": "UnityEngine.Rendering.RenderTextureSubElement" + } + ], + "isStatic": false, + "name": "SetGlobalTexture", + "comment": "Add a \"set global shader texture property\" command, referencing a RenderTexture.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { + "name": "value", + "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" + }, + { + "name": "element", + "typeName": "UnityEngine.Rendering.RenderTextureSubElement" + } + ], + "isStatic": false, + "name": "SetGlobalTexture", + "comment": "Add a \"set global shader texture property\" command, referencing a RenderTexture.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "value", "typeName": "UnityEngine.ComputeBuffer" } + ], + "isStatic": false, + "name": "SetGlobalBuffer", + "comment": "Add a \"set global shader buffer property\" command.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n value - The buffer to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { "name": "value", "typeName": "UnityEngine.ComputeBuffer" } + ], + "isStatic": false, + "name": "SetGlobalBuffer", + "comment": "Add a \"set global shader buffer property\" command.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n value - The buffer to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "value", "typeName": "UnityEngine.GraphicsBuffer" } + ], + "isStatic": false, + "name": "SetGlobalBuffer", + "comment": "Add a \"set global shader buffer property\" command.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n value - The buffer to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "nameID", "typeName": "int" }, + { "name": "value", "typeName": "UnityEngine.GraphicsBuffer" } + ], + "isStatic": false, + "name": "SetGlobalBuffer", + "comment": "Add a \"set global shader buffer property\" command.\n\n```plaintext\nParams: nameID - The name ID of the property retrieved by Shader.PropertyToID.\n name - The name of the property.\n value - The buffer to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "buffer", "typeName": "UnityEngine.ComputeBuffer" }, + { "name": "nameID", "typeName": "int" }, + { "name": "offset", "typeName": "int" }, + { "name": "size", "typeName": "int" } + ], + "isStatic": false, + "name": "SetGlobalConstantBuffer", + "comment": "Add a command to bind a global constant buffer.\n\n```plaintext\nParams: nameID - The name ID of the constant buffer retrieved by Shader.PropertyToID.\n name - The name of the constant buffer to override.\n buffer - The buffer to bind.\n offset - Offset from the start of the buffer in bytes.\n size - Size in bytes of the area to bind.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "buffer", "typeName": "UnityEngine.ComputeBuffer" }, + { "name": "name", "typeName": "string" }, + { "name": "offset", "typeName": "int" }, + { "name": "size", "typeName": "int" } + ], + "isStatic": false, + "name": "SetGlobalConstantBuffer", + "comment": "Add a command to bind a global constant buffer.\n\n```plaintext\nParams: nameID - The name ID of the constant buffer retrieved by Shader.PropertyToID.\n name - The name of the constant buffer to override.\n buffer - The buffer to bind.\n offset - Offset from the start of the buffer in bytes.\n size - Size in bytes of the area to bind.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "buffer", "typeName": "UnityEngine.GraphicsBuffer" }, + { "name": "nameID", "typeName": "int" }, + { "name": "offset", "typeName": "int" }, + { "name": "size", "typeName": "int" } + ], + "isStatic": false, + "name": "SetGlobalConstantBuffer", + "comment": "Add a command to bind a global constant buffer.\n\n```plaintext\nParams: nameID - The name ID of the constant buffer retrieved by Shader.PropertyToID.\n name - The name of the constant buffer to override.\n buffer - The buffer to bind.\n offset - Offset from the start of the buffer in bytes.\n size - Size in bytes of the area to bind.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "buffer", "typeName": "UnityEngine.GraphicsBuffer" }, + { "name": "name", "typeName": "string" }, + { "name": "offset", "typeName": "int" }, + { "name": "size", "typeName": "int" } + ], + "isStatic": false, + "name": "SetGlobalConstantBuffer", + "comment": "Add a command to bind a global constant buffer.\n\n```plaintext\nParams: nameID - The name ID of the constant buffer retrieved by Shader.PropertyToID.\n name - The name of the constant buffer to override.\n buffer - The buffer to bind.\n offset - Offset from the start of the buffer in bytes.\n size - Size in bytes of the area to bind.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "shadowmap", + "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" + }, + { + "name": "mode", + "typeName": "UnityEngine.Rendering.ShadowSamplingMode" + } + ], + "isStatic": false, + "name": "SetShadowSamplingMode", + "comment": "Add a \"set shadow sampling mode\" command.\n\n```plaintext\nParams: shadowmap - Shadowmap render target to change the sampling mode on.\n mode - New sampling mode.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "mode", + "typeName": "UnityEngine.Rendering.SinglePassStereoMode" + } + ], + "isStatic": false, + "name": "SetSinglePassStereo", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "callback", "typeName": "System.IntPtr" }, + { "name": "eventID", "typeName": "int" } + ], + "isStatic": false, + "name": "IssuePluginEvent", + "comment": "Send a user-defined event to a native code plugin.\n\n```plaintext\nParams: callback - Native code callback to queue for Unity's renderer to invoke.\n eventID - User defined id to send to the callback.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "callback", "typeName": "System.IntPtr" }, + { "name": "eventID", "typeName": "int" }, + { "name": "data", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": "IssuePluginEventAndData", + "comment": "Send a user-defined event to a native code plugin with custom data.\n\n```plaintext\nParams: callback - Native code callback to queue for Unity's renderer to invoke.\n data - Custom data to pass to the native plugin callback.\n eventID - Built in or user defined id to send to the callback.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "callback", "typeName": "System.IntPtr" }, + { "name": "command", "typeName": "uint" }, + { + "name": "source", + "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" + }, + { + "name": "dest", + "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" + }, + { "name": "commandParam", "typeName": "uint" }, + { "name": "commandFlags", "typeName": "uint" } + ], + "isStatic": false, + "name": "IssuePluginCustomBlit", + "comment": "Send a user-defined blit event to a native code plugin.\n\n```plaintext\nParams: callback - Native code callback to queue for Unity's renderer to invoke.\n command - User defined command id to send to the callback.\n source - Source render target.\n dest - Destination render target.\n commandParam - User data command parameters.\n commandFlags - User data command flags.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "callback", "typeName": "System.IntPtr" }, + { "name": "targetTexture", "typeName": "UnityEngine.Texture" }, + { "name": "userData", "typeName": "uint" } + ], + "isStatic": false, + "name": "IssuePluginCustomTextureUpdate", + "comment": "Deprecated. Use CommandBuffer.IssuePluginCustomTextureUpdateV2 instead.\n\n```plaintext\nParams: callback - Native code callback to queue for Unity's renderer to invoke.\n targetTexture - Texture resource to be updated.\n userData - User data to send to the native plugin.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "callback", "typeName": "System.IntPtr" }, + { "name": "targetTexture", "typeName": "UnityEngine.Texture" }, + { "name": "userData", "typeName": "uint" } + ], + "isStatic": false, + "name": "IssuePluginCustomTextureUpdateV1", + "comment": "Deprecated. Use CommandBuffer.IssuePluginCustomTextureUpdateV2 instead.\n\n```plaintext\nParams: callback - Native code callback to queue for Unity's renderer to invoke.\n targetTexture - Texture resource to be updated.\n userData - User data to send to the native plugin.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "callback", "typeName": "System.IntPtr" }, + { "name": "targetTexture", "typeName": "UnityEngine.Texture" }, + { "name": "userData", "typeName": "uint" } + ], + "isStatic": false, + "name": "IssuePluginCustomTextureUpdateV2", + "comment": "Send a texture update event to a native code plugin.\n\n```plaintext\nParams: callback - Native code callback to queue for Unity's renderer to invoke.\n targetTexture - Texture resource to be updated.\n userData - User data to send to the native plugin.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "rt", + "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" + }, + { "name": "resolver", "typeName": "System.IntPtr" }, + { "name": "slice", "typeName": "int" }, + { "name": "x", "typeName": "int" }, + { "name": "width", "typeName": "int" }, + { "name": "y", "typeName": "int" }, + { "name": "height", "typeName": "int" }, + { "name": "mip", "typeName": "int" } + ], + "isStatic": false, + "name": "ProcessVTFeedback", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "GPUFence", + "params": [ + { + "name": "stage", + "typeName": "UnityEngine.Rendering.SynchronisationStage" + } + ], + "isStatic": false, + "name": "CreateGPUFence", + "comment": "This functionality is deprecated, and should no longer be used. Please use CommandBuffer.CreateGraphicsFence.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "GPUFence", + "params": [], + "isStatic": false, + "name": "CreateGPUFence", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "fence", "typeName": "UnityEngine.Rendering.GPUFence" }, + { + "name": "stage", + "typeName": "UnityEngine.Rendering.SynchronisationStage" + } + ], + "isStatic": false, + "name": "WaitOnGPUFence", + "comment": "This functionality is deprecated, and should no longer be used. Please use CommandBuffer.WaitOnAsyncGraphicsFence.\n\n```plaintext\nParams: fence - The GPUFence that the GPU will be instructed to wait upon.\n stage - On some platforms there is a significant gap between the vertex processing completing and the pixel processing completing for a given draw call. This parameter allows for requested wait to be before the next items vertex or pixel processing begins. Some platforms can not differentiate between the start of vertex and pixel processing, these platforms will wait before the next items vertex processing. If a compute shader dispatch is the next item to be submitted then this parameter is ignored.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "fence", "typeName": "UnityEngine.Rendering.GPUFence" } + ], + "isStatic": false, + "name": "WaitOnGPUFence", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "CommandBuffer", + "comment": "List of graphics commands to execute.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Analytics", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "repetitionCount", + "comment": "", + "location": "Unity.Analytics.Tracker.dll" + }, + { + "typeName": "UnityEngine.Analytics.TriggerType", + "name": "triggerType", + "comment": "", + "location": "Unity.Analytics.Tracker.dll" + }, + { + "typeName": "UnityEngine.Analytics.TriggerLifecycleEvent", + "name": "lifecycleEvent", + "comment": "", + "location": "Unity.Analytics.Tracker.dll" + }, + { + "typeName": "float", + "name": "initTime", + "comment": "", + "location": "Unity.Analytics.Tracker.dll" + }, + { + "typeName": "float", + "name": "repeatTime", + "comment": "", + "location": "Unity.Analytics.Tracker.dll" + }, + { + "typeName": "int", + "name": "repetitions", + "comment": "", + "location": "Unity.Analytics.Tracker.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Analytics.Tracker.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "AddRule", + "comment": "", + "location": "Unity.Analytics.Tracker.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "RemoveRule", + "comment": "", + "location": "Unity.Analytics.Tracker.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "gameObject", "typeName": "UnityEngine.GameObject" } + ], + "isStatic": false, + "name": "Test", + "comment": "", + "location": "Unity.Analytics.Tracker.dll" + } + ], + "name": "EventTrigger", + "comment": "", + "location": "Unity.Analytics.Tracker.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "rid", + "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" + }, + { + "name": "fastMemoryFlags", + "typeName": "UnityEngine.Rendering.FastMemoryFlags" + }, + { "name": "residency", "typeName": "float" }, + { "name": "copyContents", "typeName": "bool" } + ], + "isStatic": false, + "name": "SwitchIntoFastMemory", + "comment": "Adds a command to put a given render target into fast GPU memory.\n\n```plaintext\nParams: rid - The render target to put into fast GPU memory.\n fastMemoryFlags - The memory layout to use if only part of the render target is put into fast GPU memory, either because of the residency parameter or because of fast GPU memory availability.\n residency - The amount of the render target to put into fast GPU memory. Valid values are 0.0f - 1.0f inclusive.\nA value of 0.0f is equal to none of the render target, and a value of 1.0f is equal to the whole render target.\n copyContents - When this value is true, Unity copies the existing contents of the render target into fast memory.\nWhen this value is false, Unity does not copy the existing contents of the render target into fast memory.\nSet this value to true if you plan to add to the existing contents, and set it to false if you plan to overwrite or clear the existing contents.\nWhere possible, set this value to false for better performance.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "rid", + "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" + }, + { "name": "copyContents", "typeName": "bool" } + ], + "isStatic": false, + "name": "SwitchOutOfFastMemory", + "comment": "Adds a command to remove a given render target from fast GPU memory.\n\n```plaintext\nParams: rid - The render target to remove from fast GPU memory.\n copyContents - When this value is true, Unity copies the existing contents of the render target when it removes it from fast GPU memory. When this value is false, Unity does not copy the existing contents of the render target when it removes it from fast GPU memory. Set this value to true if you plan to add to the existing contents, and set it to false if you plan to overwrite or clear the existing contents. Where possible, set this value to false for better performance.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "CommandBufferExtensions", + "comment": "Static class providing extension methods for CommandBuffer.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "isFinished", + "comment": "Returns true once the splash screen has finished. This is once all logos have been shown for their specified duration.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "Begin", + "comment": "Initializes the splash screen so it is ready to begin drawing. Call this before you start calling Rendering.SplashScreen.Draw. Internally this function resets the timer and prepares the logos for drawing.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "stopBehavior", + "typeName": "UnityEngine.Rendering.SplashScreen.StopBehavior" + } + ], + "isStatic": true, + "name": "Stop", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "Draw", + "comment": "Immediately draws the splash screen. Ensure you have called Rendering.SplashScreen.Begin before you start calling this.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "SplashScreen", + "comment": "Provides an interface to the Unity splash screen.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Analytics", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Analytics.Tracker.dll" + } + ], + "name": "TrackableTrigger", + "comment": "", + "location": "Unity.Analytics.Tracker.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Rendering.SplashScreen.StopBehavior", + "name": "StopImmediate", + "comment": "Immediately stop rendering the SplashScreen.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.SplashScreen.StopBehavior", + "name": "FadeOut", + "comment": "Jumps to the final stage of the Splash Screen and performs a fade from the background to the game.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Rendering.SplashScreen.StopBehavior", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "StopBehavior", + "comment": "The behavior to apply when calling ParticleSystem.Stop|Stop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Analytics", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Analytics.Tracker.dll" + } + ], + "name": "TriggerMethod", + "comment": "", + "location": "Unity.Analytics.Tracker.dll" + }, + { + "namespace": "UnityEngine.Analytics", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "Unity.Analytics.Tracker.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "Test", + "comment": "", + "location": "Unity.Analytics.Tracker.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "error", "typeName": "bool" }, + { "name": "message", "typeName": "string" } + ], + "isStatic": false, + "name": "Test", + "comment": "", + "location": "Unity.Analytics.Tracker.dll" + } + ], + "name": "TriggerRule", + "comment": "", + "location": "Unity.Analytics.Tracker.dll" + }, + { + "namespace": "UnityEngine.Analytics", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "enabled", + "comment": "Controls whether the Performance Reporting service is enabled at runtime.\n\n", + "location": "UnityEngine.PerformanceReportingModule.dll" + }, + { + "typeName": "long", + "name": "graphicsInitializationFinishTime", + "comment": "Time taken to initialize graphics in microseconds, measured from application startup.\n\n", + "location": "UnityEngine.PerformanceReportingModule.dll" + } + ], + "methods": [], + "name": "PerformanceReporting", + "comment": "Unity Performace provides insight into your game performace.\n\n", + "location": "UnityEngine.PerformanceReportingModule.dll" + }, + { + "namespace": "UnityEngine.Analytics", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "AnalyticsResult", + "params": [ + { "name": "metricName", "typeName": "string" }, + { "name": "del", "typeName": "System.Func" } + ], + "isStatic": true, + "name": "RegisterCollector", + "comment": "", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "returnTypeName": "AnalyticsResult", + "params": [ + { "name": "eventName", "typeName": "string" }, + { "name": "count", "typeName": "int" }, + { "name": "data", "typeName": "T[]" }, + { "name": "ver", "typeName": "int" }, + { "name": "prefix", "typeName": "string" } + ], + "isStatic": true, + "name": "SetEventHistogramThresholds", + "comment": "", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "returnTypeName": "AnalyticsResult", + "params": [ + { "name": "eventName", "typeName": "string" }, + { "name": "count", "typeName": "int" }, + { "name": "data", "typeName": "T[]" } + ], + "isStatic": true, + "name": "SetCustomEventHistogramThresholds", + "comment": "", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "returnTypeName": "AnalyticsResult", + "params": [ + { "name": "customEventName", "typeName": "string" }, + { "name": "metricName", "typeName": "string" }, + { "name": "interval", "typeName": "float" }, + { "name": "period", "typeName": "float" }, + { "name": "enabled", "typeName": "bool" } + ], + "isStatic": true, + "name": "ConfigureCustomEvent", + "comment": "", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "returnTypeName": "AnalyticsResult", + "params": [ + { "name": "eventName", "typeName": "string" }, + { "name": "metricName", "typeName": "string" }, + { "name": "interval", "typeName": "float" }, + { "name": "period", "typeName": "float" }, + { "name": "enabled", "typeName": "bool" }, + { "name": "ver", "typeName": "int" }, + { "name": "prefix", "typeName": "string" } + ], + "isStatic": true, + "name": "ConfigureEvent", + "comment": "", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UnityAnalyticsModule.dll" + } + ], + "name": "ContinuousEvent", + "comment": "", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IEquatable"], + "fields": [ + { + "typeName": "float", + "name": "this[]", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Clear", + "comment": "Clears SH probe to zero.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "color", "typeName": "UnityEngine.Color" }], + "isStatic": false, + "name": "AddAmbientLight", + "comment": "Add ambient lighting to probe data.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "direction", "typeName": "UnityEngine.Vector3" }, + { "name": "color", "typeName": "UnityEngine.Color" }, + { "name": "intensity", "typeName": "float" } + ], + "isStatic": false, + "name": "AddDirectionalLight", + "comment": "Add directional light to probe data.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "directions", "typeName": "UnityEngine.Vector3[]" }, + { "name": "results", "typeName": "UnityEngine.Color[]" } + ], + "isStatic": false, + "name": "Evaluate", + "comment": "Evaluates the Spherical Harmonics for each of the given directions. The result from the first direction is written into the first element of results, the result from the second direction is written into the second element of results, and so on. The array size of directions and results must match and directions must be normalized.\n\n```plaintext\nParams: directions - Normalized directions for which the spherical harmonics are to be evaluated.\n results - Output array for the evaluated values of the corresponding directions.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "other", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "other", + "typeName": "UnityEngine.Rendering.SphericalHarmonicsL2" + } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "SphericalHarmonicsL2", + "params": [ + { + "name": "lhs", + "typeName": "UnityEngine.Rendering.SphericalHarmonicsL2" + }, + { "name": "rhs", "typeName": "float" } + ], + "isStatic": true, + "name": "op_Multiply", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "SphericalHarmonicsL2", + "params": [ + { "name": "lhs", "typeName": "float" }, + { + "name": "rhs", + "typeName": "UnityEngine.Rendering.SphericalHarmonicsL2" + } + ], + "isStatic": true, + "name": "op_Multiply", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "SphericalHarmonicsL2", + "params": [ + { + "name": "lhs", + "typeName": "UnityEngine.Rendering.SphericalHarmonicsL2" + }, + { + "name": "rhs", + "typeName": "UnityEngine.Rendering.SphericalHarmonicsL2" + } + ], + "isStatic": true, + "name": "op_Addition", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "lhs", + "typeName": "UnityEngine.Rendering.SphericalHarmonicsL2" + }, + { + "name": "rhs", + "typeName": "UnityEngine.Rendering.SphericalHarmonicsL2" + } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "lhs", + "typeName": "UnityEngine.Rendering.SphericalHarmonicsL2" + }, + { + "name": "rhs", + "typeName": "UnityEngine.Rendering.SphericalHarmonicsL2" + } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "SphericalHarmonicsL2", + "comment": "Spherical harmonics up to the second order (3 bands, 9 coefficients).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Analytics", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Analytics.AnalyticsSessionState", + "name": "kSessionStopped", + "comment": "Session tracking has stopped.\n\n", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "typeName": "UnityEngine.Analytics.AnalyticsSessionState", + "name": "kSessionStarted", + "comment": "Session tracking has started.\n\n", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "typeName": "UnityEngine.Analytics.AnalyticsSessionState", + "name": "kSessionPaused", + "comment": "Session tracking has paused.\n\n", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "typeName": "UnityEngine.Analytics.AnalyticsSessionState", + "name": "kSessionResumed", + "comment": "Session tracking has resumed.\n\n", + "location": "UnityEngine.UnityAnalyticsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Analytics.AnalyticsSessionState", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UnityAnalyticsModule.dll" + } + ], + "name": "AnalyticsSessionState", + "comment": "Session tracking states.\n\n", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "namespace": "UnityEngine.Analytics", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Analytics.AnalyticsSessionState", + "name": "sessionState", + "comment": "The current state of the session.\n\n", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "typeName": "long", + "name": "sessionId", + "comment": "A random, unique GUID identifying the current game or app session.\n\n", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "typeName": "long", + "name": "sessionCount", + "comment": "The number of sessions played since the app was installed.\n\n", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "typeName": "long", + "name": "sessionElapsedTime", + "comment": "The time elapsed, in milliseconds, since the beginning of the current game session.\n\n", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "typeName": "bool", + "name": "sessionFirstRun", + "comment": "Reports whether the current session is the first session since the player installed the game or application.\n\n", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "typeName": "string", + "name": "userId", + "comment": "A random GUID uniquely identifying sessions played on the same instance of your game or app.\n\n", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "typeName": "string", + "name": "customUserId", + "comment": "Reports the current custom user ID.\n\n", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "typeName": "string", + "name": "customDeviceId", + "comment": "Reports the current custom device ID.\n\n", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "typeName": "string", + "name": "identityToken", + "comment": "The current user identity token that the Analytics server returns based on AnalyticsSessionInfo.userId.\n\n", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "typeName": "UnityEngine.Analytics.AnalyticsSessionInfo.SessionStateChanged", + "name": "sessionStateChanged", + "comment": "", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "typeName": "UnityEngine.Analytics.AnalyticsSessionInfo.IdentityTokenChanged", + "name": "identityTokenChanged", + "comment": "", + "location": "UnityEngine.UnityAnalyticsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "UnityEngine.Analytics.AnalyticsSessionInfo.SessionStateChanged" + } + ], + "isStatic": true, + "name": "add_sessionStateChanged", + "comment": "", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "UnityEngine.Analytics.AnalyticsSessionInfo.SessionStateChanged" + } + ], + "isStatic": true, + "name": "remove_sessionStateChanged", + "comment": "", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "UnityEngine.Analytics.AnalyticsSessionInfo.IdentityTokenChanged" + } + ], + "isStatic": true, + "name": "add_identityTokenChanged", + "comment": "", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "UnityEngine.Analytics.AnalyticsSessionInfo.IdentityTokenChanged" + } + ], + "isStatic": true, + "name": "remove_identityTokenChanged", + "comment": "", + "location": "UnityEngine.UnityAnalyticsModule.dll" + } + ], + "name": "AnalyticsSessionInfo", + "comment": "Provides access to the Analytics session information for the current game instance.\n\n", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "offset", + "comment": "Input property specifying the offset into the BatchCullingContext.visibleIndices where the batch's visibile indices start. (readonly).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "instancesCount", + "comment": "Input property specifying the total number of instances in the batch. (readonly).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "visibleCount", + "comment": "Output property that has to be set to the number of visible instances in the batch after culling.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "BatchVisibility", + "comment": "Describes the visibility for a batch.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "Unity.Collections.NativeArray", + "name": "cullingPlanes", + "comment": "Planes to cull against.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "Unity.Collections.NativeArray", + "name": "batchVisibility", + "comment": "Visibility information for the batch.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "Unity.Collections.NativeArray", + "name": "visibleIndices", + "comment": "Array of visible indices for all the batches in the group.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "Unity.Collections.NativeArray", + "name": "visibleIndicesY", + "comment": "Array of uints containing extra data for the visible indices for all the batches in the group. Elements in this array correspond to elements in Rendering.BatchCullingContext.visibleIndices.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.LODParameters", + "name": "lodParameters", + "comment": "See Also: LODParameters.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Matrix4x4", + "name": "cullingMatrix", + "comment": "Culling matrix.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "nearPlane", + "comment": "The near frustum plane for this culling context.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "inCullingPlanes", + "typeName": "Unity.Collections.NativeArray" + }, + { + "name": "inOutBatchVisibility", + "typeName": "Unity.Collections.NativeArray" + }, + { + "name": "outVisibleIndices", + "typeName": "Unity.Collections.NativeArray" + }, + { + "name": "inLodParameters", + "typeName": "UnityEngine.Rendering.LODParameters" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "inCullingPlanes", + "typeName": "Unity.Collections.NativeArray" + }, + { + "name": "inOutBatchVisibility", + "typeName": "Unity.Collections.NativeArray" + }, + { + "name": "outVisibleIndices", + "typeName": "Unity.Collections.NativeArray" + }, + { + "name": "inLodParameters", + "typeName": "UnityEngine.Rendering.LODParameters" + }, + { "name": "inCullingMatrix", "typeName": "UnityEngine.Matrix4x4" }, + { "name": "inNearPlane", "typeName": "float" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "BatchCullingContext", + "comment": "Culling context for a batch.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "object", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "cullingCallback", + "typeName": "UnityEngine.Rendering.BatchRendererGroup.OnPerformCulling" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "Deletes a group.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "mesh", "typeName": "UnityEngine.Mesh" }, + { "name": "subMeshIndex", "typeName": "int" }, + { "name": "material", "typeName": "UnityEngine.Material" }, + { "name": "layer", "typeName": "int" }, + { + "name": "castShadows", + "typeName": "UnityEngine.Rendering.ShadowCastingMode" + }, + { "name": "receiveShadows", "typeName": "bool" }, + { "name": "invertCulling", "typeName": "bool" }, + { "name": "bounds", "typeName": "UnityEngine.Bounds" }, + { "name": "instanceCount", "typeName": "int" }, + { + "name": "customProps", + "typeName": "UnityEngine.MaterialPropertyBlock" + }, + { + "name": "associatedSceneObject", + "typeName": "UnityEngine.GameObject" + } + ], + "isStatic": false, + "name": "AddBatch", + "comment": "The batch's index in the BatchedRendererGroup.\n\n```plaintext\nParams: mesh - The Mesh to draw.\n subMeshIndex - Specifies which subset of the mesh to draw. This applies only to meshes that are composed of several materials.\n material - Material to use.\n layer - to use.\n castShadows - Whether the meshes cast shadows.\n receiveShadows - Whether the meshes receive shadows.\n invertCulling - Specify whether to invert the backface culling (true) or not (false). This flag can \"flip\" the culling mode of all rendered objects. Major use case: rendering reflections for mirrors, water etc. Since virtual camera for rendering the reflection is mirrored, the culling order has to be inverted. You can see how the Water script in Effects standard package does that.\n bounds - Bounds to use. Should specify the combined bounds of all the instances.\n instanceCount - The number of instances to draw.\n customProps - Additional material properties to apply. See MaterialPropertyBlock.\n associatedSceneObject - The GameObject to select when you pick an object that the batch renders.\n sceneCullingMask - Additional culling mask usually used for scene based culling. See Also: EditorSceneManager.GetSceneCullingMask.\n renderingLayerMask - Rendering layer this batch lives on. See Also: Renderer.renderingLayerMask.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "mesh", "typeName": "UnityEngine.Mesh" }, + { "name": "subMeshIndex", "typeName": "int" }, + { "name": "material", "typeName": "UnityEngine.Material" }, + { "name": "layer", "typeName": "int" }, + { + "name": "castShadows", + "typeName": "UnityEngine.Rendering.ShadowCastingMode" + }, + { "name": "receiveShadows", "typeName": "bool" }, + { "name": "invertCulling", "typeName": "bool" }, + { "name": "bounds", "typeName": "UnityEngine.Bounds" }, + { "name": "instanceCount", "typeName": "int" }, + { + "name": "customProps", + "typeName": "UnityEngine.MaterialPropertyBlock" + }, + { + "name": "associatedSceneObject", + "typeName": "UnityEngine.GameObject" + }, + { "name": "sceneCullingMask", "typeName": "ulong" } + ], + "isStatic": false, + "name": "AddBatch", + "comment": "The batch's index in the BatchedRendererGroup.\n\n```plaintext\nParams: mesh - The Mesh to draw.\n subMeshIndex - Specifies which subset of the mesh to draw. This applies only to meshes that are composed of several materials.\n material - Material to use.\n layer - to use.\n castShadows - Whether the meshes cast shadows.\n receiveShadows - Whether the meshes receive shadows.\n invertCulling - Specify whether to invert the backface culling (true) or not (false). This flag can \"flip\" the culling mode of all rendered objects. Major use case: rendering reflections for mirrors, water etc. Since virtual camera for rendering the reflection is mirrored, the culling order has to be inverted. You can see how the Water script in Effects standard package does that.\n bounds - Bounds to use. Should specify the combined bounds of all the instances.\n instanceCount - The number of instances to draw.\n customProps - Additional material properties to apply. See MaterialPropertyBlock.\n associatedSceneObject - The GameObject to select when you pick an object that the batch renders.\n sceneCullingMask - Additional culling mask usually used for scene based culling. See Also: EditorSceneManager.GetSceneCullingMask.\n renderingLayerMask - Rendering layer this batch lives on. See Also: Renderer.renderingLayerMask.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "mesh", "typeName": "UnityEngine.Mesh" }, + { "name": "subMeshIndex", "typeName": "int" }, + { "name": "material", "typeName": "UnityEngine.Material" }, + { "name": "layer", "typeName": "int" }, + { + "name": "castShadows", + "typeName": "UnityEngine.Rendering.ShadowCastingMode" + }, + { "name": "receiveShadows", "typeName": "bool" }, + { "name": "invertCulling", "typeName": "bool" }, + { "name": "bounds", "typeName": "UnityEngine.Bounds" }, + { "name": "instanceCount", "typeName": "int" }, + { + "name": "customProps", + "typeName": "UnityEngine.MaterialPropertyBlock" + }, + { + "name": "associatedSceneObject", + "typeName": "UnityEngine.GameObject" + }, + { "name": "sceneCullingMask", "typeName": "ulong" }, + { "name": "renderingLayerMask", "typeName": "uint" } + ], + "isStatic": false, + "name": "AddBatch", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "batchIndex", "typeName": "int" }, + { "name": "flags", "typeName": "ulong" } + ], + "isStatic": false, + "name": "SetBatchFlags", + "comment": "Sets flag bits that enable special behavior for this Hybrid Renderer V2 batch.\n\n```plaintext\nParams: batchIndex - Batch index. Must be a Hybrid Renderer V2 batch.\n flags - Flag bits to set for the batch.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "batchIndex", "typeName": "int" }, + { + "name": "cbufferLengths", + "typeName": "Unity.Collections.NativeArray" + }, + { + "name": "cbufferMetadata", + "typeName": "Unity.Collections.NativeArray" + } + ], + "isStatic": false, + "name": "SetBatchPropertyMetadata", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "batchIndex", "typeName": "int" }, + { "name": "instanceCount", "typeName": "int" }, + { + "name": "customProps", + "typeName": "UnityEngine.MaterialPropertyBlock" + } + ], + "isStatic": false, + "name": "SetInstancingData", + "comment": "Updates a batch.\n\n```plaintext\nParams: batchIndex - Batch index.\n instanceCount - New number of instances in the batch.\n customProps - Additional material properties to apply. See MaterialPropertyBlock.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "NativeArray", + "params": [{ "name": "batchIndex", "typeName": "int" }], + "isStatic": false, + "name": "GetBatchMatrices", + "comment": "Matrices associated with the batch specified by batchIndex.\n\n```plaintext\nParams: batchIndex - Batch index.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "NativeArray", + "params": [ + { "name": "batchIndex", "typeName": "int" }, + { "name": "propertyName", "typeName": "string" } + ], + "isStatic": false, + "name": "GetBatchScalarArrayInt", + "comment": "An array of writable int properties for the batch specified by batchIndex.\n\n```plaintext\nParams: batchIndex - Batch index.\n propertyName - Property name.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "NativeArray", + "params": [ + { "name": "batchIndex", "typeName": "int" }, + { "name": "propertyName", "typeName": "string" } + ], + "isStatic": false, + "name": "GetBatchScalarArray", + "comment": "An array of writable float properties for the batch specified by batchIndex.\n\n```plaintext\nParams: batchIndex - Batch index.\n propertyName - Property name.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "NativeArray", + "params": [ + { "name": "batchIndex", "typeName": "int" }, + { "name": "propertyName", "typeName": "string" } + ], + "isStatic": false, + "name": "GetBatchVectorArrayInt", + "comment": "An array of writable vector properties for the batch specified by batchIndex, arranged linearly as individual int elements.\n\n```plaintext\nParams: batchIndex - Batch index.\n propertyName - Property name.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "NativeArray", + "params": [ + { "name": "batchIndex", "typeName": "int" }, + { "name": "propertyName", "typeName": "string" } + ], + "isStatic": false, + "name": "GetBatchVectorArray", + "comment": "An array of writable vector properties for the batch specified by batchIndex.\n\n```plaintext\nParams: batchIndex - Batch index.\n propertyName - Property name.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "NativeArray", + "params": [ + { "name": "batchIndex", "typeName": "int" }, + { "name": "propertyName", "typeName": "string" } + ], + "isStatic": false, + "name": "GetBatchMatrixArray", + "comment": "An array of writable matrix properties for the batch specified by batchIndex.\n\n```plaintext\nParams: batchIndex - Batch index.\n propertyName - Property name.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "NativeArray", + "params": [ + { "name": "batchIndex", "typeName": "int" }, + { "name": "propertyName", "typeName": "int" } + ], + "isStatic": false, + "name": "GetBatchScalarArrayInt", + "comment": "An array of writable int properties for the batch specified by batchIndex.\n\n```plaintext\nParams: batchIndex - Batch index.\n propertyName - Property name.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "NativeArray", + "params": [ + { "name": "batchIndex", "typeName": "int" }, + { "name": "propertyName", "typeName": "int" } + ], + "isStatic": false, + "name": "GetBatchScalarArray", + "comment": "An array of writable float properties for the batch specified by batchIndex.\n\n```plaintext\nParams: batchIndex - Batch index.\n propertyName - Property name.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "NativeArray", + "params": [ + { "name": "batchIndex", "typeName": "int" }, + { "name": "propertyName", "typeName": "int" } + ], + "isStatic": false, + "name": "GetBatchVectorArrayInt", + "comment": "An array of writable vector properties for the batch specified by batchIndex, arranged linearly as individual int elements.\n\n```plaintext\nParams: batchIndex - Batch index.\n propertyName - Property name.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "NativeArray", + "params": [ + { "name": "batchIndex", "typeName": "int" }, + { "name": "propertyName", "typeName": "int" } + ], + "isStatic": false, + "name": "GetBatchVectorArray", + "comment": "An array of writable vector properties for the batch specified by batchIndex.\n\n```plaintext\nParams: batchIndex - Batch index.\n propertyName - Property name.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "NativeArray", + "params": [ + { "name": "batchIndex", "typeName": "int" }, + { "name": "propertyName", "typeName": "int" } + ], + "isStatic": false, + "name": "GetBatchMatrixArray", + "comment": "An array of writable matrix properties for the batch specified by batchIndex.\n\n```plaintext\nParams: batchIndex - Batch index.\n propertyName - Property name.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "batchIndex", "typeName": "int" }, + { "name": "bounds", "typeName": "UnityEngine.Bounds" } + ], + "isStatic": false, + "name": "SetBatchBounds", + "comment": "Sets the bounding box of the batch.\n\n```plaintext\nParams: batchIndex - Batch index.\n bounds - The new bounds for the batch specified by batchIndex.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetNumBatches", + "comment": "Number of batches inside the group.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "RemoveBatch", + "comment": "Removes a batch from the group.\n Note: For performance reasons, the removal is done via emplace_back() which will simply replace the removed batch index with the last index in the array and will decrement the size.\n If you're holding your own array of batch indices, you'll have to either regenerate it or apply the same emplace_back() mechanism as RemoveBatch does.\n\n```plaintext\nParams: index - Batch index.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "enabled", "typeName": "bool" }], + "isStatic": false, + "name": "EnableVisibleIndicesYArray", + "comment": "Enables or disables Rendering.BatchCullingContext.visibleIndicesY.\n\n```plaintext\nParams: enabled - Pass true to enable the array, or false to disable it.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "BatchRendererGroup", + "comment": "A group of batches.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "JobHandle", + "params": [ + { + "name": "rendererGroup", + "typeName": "UnityEngine.Rendering.BatchRendererGroup" + }, + { + "name": "cullingContext", + "typeName": "UnityEngine.Rendering.BatchCullingContext" + } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { + "name": "rendererGroup", + "typeName": "UnityEngine.Rendering.BatchRendererGroup" + }, + { + "name": "cullingContext", + "typeName": "UnityEngine.Rendering.BatchCullingContext" + }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "JobHandle", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "OnPerformCulling", + "comment": "Culling callback function.\n\n```plaintext\nParams: rendererGroup - Group to cull.\n cullingContext - Culling context.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Analytics", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "sessionState", + "typeName": "UnityEngine.Analytics.AnalyticsSessionState" + }, + { "name": "sessionId", "typeName": "long" }, + { "name": "sessionElapsedTime", "typeName": "long" }, + { "name": "sessionChanged", "typeName": "bool" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { + "name": "sessionState", + "typeName": "UnityEngine.Analytics.AnalyticsSessionState" + }, + { "name": "sessionId", "typeName": "long" }, + { "name": "sessionElapsedTime", "typeName": "long" }, + { "name": "sessionChanged", "typeName": "bool" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "UnityEngine.UnityAnalyticsModule.dll" + } + ], + "name": "SessionStateChanged", + "comment": "Dispatched when the Analytics session state changes.\n\n```plaintext\nParams: sessionState - Current session state.\n sessionId - Current session id.\n sessionElapsedTime - Length of the current session in milliseconds.\n sessionChanged - True, if the sessionId has changed; otherwise false.\n \n```\n\n", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IEquatable"], + "fields": [ + { + "typeName": "UnityEngine.Rendering.RenderBufferLoadAction", + "name": "loadAction", + "comment": "The load action to be used on this attachment when the RenderPass starts.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.RenderBufferStoreAction", + "name": "storeAction", + "comment": "The store action to use with this attachment when the RenderPass ends. Only used when either ConfigureTarget or ConfigureResolveTarget has been called.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "graphicsFormat", + "comment": "The GraphicsFormat of this attachment. To use in place of format.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.RenderTextureFormat", + "name": "format", + "comment": "The format of this attachment.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.RenderTargetIdentifier", + "name": "loadStoreTarget", + "comment": "The surface to use as the backing storage for this AttachmentDescriptor.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.RenderTargetIdentifier", + "name": "resolveTarget", + "comment": "When the renderpass that uses this attachment ends, resolve the MSAA surface into the given target.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Color", + "name": "clearColor", + "comment": "The currently assigned clear color for this attachment. Default is black.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "clearDepth", + "comment": "Currently assigned depth clear value for this attachment. Default value is 1.0.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "uint", + "name": "clearStencil", + "comment": "Currently assigned stencil clear value for this attachment. Default is 0.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "target", + "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" + }, + { "name": "loadExistingContents", "typeName": "bool" }, + { "name": "storeResults", "typeName": "bool" } + ], + "isStatic": false, + "name": "ConfigureTarget", + "comment": "Binds this AttachmentDescriptor to the given target surface.\n\n```plaintext\nParams: tgt - The surface to use as the backing storage for this AttachmentDescriptor.\n loadExistingContents - Whether to read in the existing contents of the surface when the RenderPass starts.\n storeResults - Whether to store the rendering results of the attachment when the RenderPass ends.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "target", + "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" + } + ], + "isStatic": false, + "name": "ConfigureResolveTarget", + "comment": "When the renderpass that uses this attachment ends, resolve the MSAA surface into the given target.\n\n```plaintext\nParams: tgt - The target surface to receive the MSAA-resolved pixels.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "clearColor", "typeName": "UnityEngine.Color" }, + { "name": "clearDepth", "typeName": "float" }, + { "name": "clearStencil", "typeName": "uint" } + ], + "isStatic": false, + "name": "ConfigureClear", + "comment": "When the RenderPass starts, clear this attachment into the color or depth/stencil values given (depending on the format of this attachment). Changes loadAction to RenderBufferLoadAction.Clear.\n\n```plaintext\nParams: clearCol - Color clear value. Ignored on depth/stencil attachments.\n clearDep - Depth clear value. Ignored on color surfaces.\n clearStenc - Stencil clear value. Ignored on color or depth-only surfaces.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "format", + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "format", "typeName": "UnityEngine.RenderTextureFormat" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Create a AttachmentDescriptor to be used with RenderPass.\n\n```plaintext\nParams: fmt - The format of this attachment.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "format", "typeName": "UnityEngine.RenderTextureFormat" }, + { + "name": "target", + "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" + }, + { "name": "loadExistingContents", "typeName": "bool" }, + { "name": "storeResults", "typeName": "bool" }, + { "name": "resolve", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "other", + "typeName": "UnityEngine.Rendering.AttachmentDescriptor" + } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "left", + "typeName": "UnityEngine.Rendering.AttachmentDescriptor" + }, + { + "name": "right", + "typeName": "UnityEngine.Rendering.AttachmentDescriptor" + } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "left", + "typeName": "UnityEngine.Rendering.AttachmentDescriptor" + }, + { + "name": "right", + "typeName": "UnityEngine.Rendering.AttachmentDescriptor" + } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "AttachmentDescriptor", + "comment": "A declaration of a single color or depth rendering surface to be attached into a RenderPass.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IEquatable"], + "fields": [ + { + "typeName": "UnityEngine.Rendering.BlendState", + "name": "defaultValue", + "comment": "Default values for the blend state.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "separateMRTBlendStates", + "comment": "Determines whether each render target uses a separate blend state.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "alphaToMask", + "comment": "Turns on alpha-to-coverage.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.RenderTargetBlendState", + "name": "blendState0", + "comment": "Blend state for render target 0.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.RenderTargetBlendState", + "name": "blendState1", + "comment": "Blend state for render target 1.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.RenderTargetBlendState", + "name": "blendState2", + "comment": "Blend state for render target 2.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.RenderTargetBlendState", + "name": "blendState3", + "comment": "Blend state for render target 3.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.RenderTargetBlendState", + "name": "blendState4", + "comment": "Blend state for render target 4.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.RenderTargetBlendState", + "name": "blendState5", + "comment": "Blend state for render target 5.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.RenderTargetBlendState", + "name": "blendState6", + "comment": "Blend state for render target 6.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.RenderTargetBlendState", + "name": "blendState7", + "comment": "Blend state for render target 7.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "separateMRTBlend", "typeName": "bool" }, + { "name": "alphaToMask", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Creates a new blend state with the specified values.\n\n```plaintext\nParams: separateMRTBlend - Determines whether each render target uses a separate blend state.\n alphaToMask - Turns on alpha-to-coverage.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "other", "typeName": "UnityEngine.Rendering.BlendState" } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "left", "typeName": "UnityEngine.Rendering.BlendState" }, + { "name": "right", "typeName": "UnityEngine.Rendering.BlendState" } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "left", "typeName": "UnityEngine.Rendering.BlendState" }, + { "name": "right", "typeName": "UnityEngine.Rendering.BlendState" } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "BlendState", + "comment": "Values for the blend state.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Analytics", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "token", "typeName": "string" }], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "token", "typeName": "string" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "UnityEngine.UnityAnalyticsModule.dll" + } + ], + "name": "IdentityTokenChanged", + "comment": "Defines the delegate signature to handle AnalyticsSettings.IdentityTokenChanged events.\n\n", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IEquatable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Plane", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "GetShadowCullingPlane", + "comment": "Shadow culling plane.\n\n```plaintext\nParams: index - Plane index (up to 5).\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "plane", "typeName": "UnityEngine.Plane" } + ], + "isStatic": false, + "name": "SetShadowCullingPlane", + "comment": "Set a shadow culling plane.\n\n```plaintext\nParams: index - Plane index (up to 5).\n plane - Shadow culling plane.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Plane", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "GetCameraCullingPlane", + "comment": "Camera culling plane.\n\n```plaintext\nParams: index - Plane index (up to 5).\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "plane", "typeName": "UnityEngine.Plane" } + ], + "isStatic": false, + "name": "SetCameraCullingPlane", + "comment": "Set a camera culling plane.\n\n```plaintext\nParams: index - Plane index (up to 5).\n plane - Camera culling plane.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "other", + "typeName": "UnityEngine.Rendering.CameraProperties" + } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "left", + "typeName": "UnityEngine.Rendering.CameraProperties" + }, + { + "name": "right", + "typeName": "UnityEngine.Rendering.CameraProperties" + } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "left", + "typeName": "UnityEngine.Rendering.CameraProperties" + }, + { + "name": "right", + "typeName": "UnityEngine.Rendering.CameraProperties" + } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "CameraProperties", + "comment": "Camera related properties in CullingParameters.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Analytics", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "initializeOnStartup", + "comment": "Reports whether Unity is set to initialize Analytics on startup.\n\n", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "typeName": "bool", + "name": "playerOptedOut", + "comment": "Reports whether the player has opted out of data collection.\n\n", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "typeName": "string", + "name": "eventUrl", + "comment": "Get the Analytics event endpoint.\n\n", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "typeName": "string", + "name": "dashboardUrl", + "comment": "Get the Analytics dashboard endpoint.\n\n", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "typeName": "string", + "name": "configUrl", + "comment": "Get the Analytics config endpoint.\n\n", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "typeName": "bool", + "name": "limitUserTracking", + "comment": "Controls whether to limit user tracking at runtime.\n\n", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "typeName": "bool", + "name": "deviceStatsEnabled", + "comment": "Controls whether the sending of device stats at runtime is enabled.\n\n", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "typeName": "bool", + "name": "enabled", + "comment": "Controls whether the Analytics service is enabled at runtime.\n\n", + "location": "UnityEngine.UnityAnalyticsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "AnalyticsResult", + "params": [], + "isStatic": true, + "name": "ResumeInitialization", + "comment": "Resume Analytics initialization.\n\n", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "returnTypeName": "AnalyticsResult", + "params": [], + "isStatic": true, + "name": "FlushEvents", + "comment": "Attempts to flush immediately all queued analytics events to the network and filesystem cache if possible (optional).\n\n", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "returnTypeName": "AnalyticsResult", + "params": [{ "name": "userId", "typeName": "string" }], + "isStatic": true, + "name": "SetUserId", + "comment": "User Demographics (optional).\n\n```plaintext\nParams: userId - User id.\n \n```\n\n", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "returnTypeName": "AnalyticsResult", + "params": [ + { "name": "gender", "typeName": "UnityEngine.Analytics.Gender" } + ], + "isStatic": true, + "name": "SetUserGender", + "comment": "User Demographics (optional).\n\n```plaintext\nParams: gender - Gender of user can be \"Female\", \"Male\", or \"Unknown\".\n \n```\n\n", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "returnTypeName": "AnalyticsResult", + "params": [{ "name": "birthYear", "typeName": "int" }], + "isStatic": true, + "name": "SetUserBirthYear", + "comment": "User Demographics (optional).\n\n```plaintext\nParams: birthYear - Birth year of user. Must be 4-digit year format, only.\n \n```\n\n", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "returnTypeName": "AnalyticsResult", + "params": [ + { "name": "productId", "typeName": "string" }, + { "name": "amount", "typeName": "decimal" }, + { "name": "currency", "typeName": "string" } + ], + "isStatic": true, + "name": "Transaction", + "comment": "Tracking Monetization (optional).\n\n```plaintext\nParams: productId - The id of the purchased item.\n amount - The price of the item.\n currency - Abbreviation of the currency used for the transaction. For example “USD” (United States Dollars). See http:en.wikipedia.orgwikiISO_4217 for a standardized list of currency abbreviations.\n receiptPurchaseData - Receipt data (iOS) receipt ID (android) for in-app purchases to verify purchases with Apple iTunes / Google Play. Use null in the absence of receipts.\n signature - Android receipt signature. If using native Android use the INAPP_DATA_SIGNATURE string containing the signature of the purchase data that was signed with the private key of the developer. The data signature uses the RSASSA-PKCS1-v1_5 scheme. Pass in null in absence of a signature.\n usingIAPService - Set to true when using UnityIAP.\n \n```\n\n", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "returnTypeName": "AnalyticsResult", + "params": [ + { "name": "productId", "typeName": "string" }, + { "name": "amount", "typeName": "decimal" }, + { "name": "currency", "typeName": "string" }, + { "name": "receiptPurchaseData", "typeName": "string" }, + { "name": "signature", "typeName": "string" } + ], + "isStatic": true, + "name": "Transaction", + "comment": "Tracking Monetization (optional).\n\n```plaintext\nParams: productId - The id of the purchased item.\n amount - The price of the item.\n currency - Abbreviation of the currency used for the transaction. For example “USD” (United States Dollars). See http:en.wikipedia.orgwikiISO_4217 for a standardized list of currency abbreviations.\n receiptPurchaseData - Receipt data (iOS) receipt ID (android) for in-app purchases to verify purchases with Apple iTunes / Google Play. Use null in the absence of receipts.\n signature - Android receipt signature. If using native Android use the INAPP_DATA_SIGNATURE string containing the signature of the purchase data that was signed with the private key of the developer. The data signature uses the RSASSA-PKCS1-v1_5 scheme. Pass in null in absence of a signature.\n usingIAPService - Set to true when using UnityIAP.\n \n```\n\n", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "returnTypeName": "AnalyticsResult", + "params": [ + { "name": "productId", "typeName": "string" }, + { "name": "amount", "typeName": "decimal" }, + { "name": "currency", "typeName": "string" }, + { "name": "receiptPurchaseData", "typeName": "string" }, + { "name": "signature", "typeName": "string" }, + { "name": "usingIAPService", "typeName": "bool" } + ], + "isStatic": true, + "name": "Transaction", + "comment": "Tracking Monetization (optional).\n\n```plaintext\nParams: productId - The id of the purchased item.\n amount - The price of the item.\n currency - Abbreviation of the currency used for the transaction. For example “USD” (United States Dollars). See http:en.wikipedia.orgwikiISO_4217 for a standardized list of currency abbreviations.\n receiptPurchaseData - Receipt data (iOS) receipt ID (android) for in-app purchases to verify purchases with Apple iTunes / Google Play. Use null in the absence of receipts.\n signature - Android receipt signature. If using native Android use the INAPP_DATA_SIGNATURE string containing the signature of the purchase data that was signed with the private key of the developer. The data signature uses the RSASSA-PKCS1-v1_5 scheme. Pass in null in absence of a signature.\n usingIAPService - Set to true when using UnityIAP.\n \n```\n\n", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "returnTypeName": "AnalyticsResult", + "params": [{ "name": "customEventName", "typeName": "string" }], + "isStatic": true, + "name": "CustomEvent", + "comment": "Custom Events (optional).\n\n", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "returnTypeName": "AnalyticsResult", + "params": [ + { "name": "customEventName", "typeName": "string" }, + { "name": "position", "typeName": "UnityEngine.Vector3" } + ], + "isStatic": true, + "name": "CustomEvent", + "comment": "Custom Events (optional).\n\n", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "returnTypeName": "AnalyticsResult", + "params": [ + { "name": "customEventName", "typeName": "string" }, + { + "name": "eventData", + "typeName": "System.Collections.Generic.IDictionary" + } + ], + "isStatic": true, + "name": "CustomEvent", + "comment": "", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "returnTypeName": "AnalyticsResult", + "params": [ + { "name": "customEventName", "typeName": "string" }, + { "name": "enabled", "typeName": "bool" } + ], + "isStatic": true, + "name": "EnableCustomEvent", + "comment": "Use it to enable or disable a custom event.\n\n", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "returnTypeName": "AnalyticsResult", + "params": [{ "name": "customEventName", "typeName": "string" }], + "isStatic": true, + "name": "IsCustomEventEnabled", + "comment": "Use it to check to custom event enable status.\n\n", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "returnTypeName": "AnalyticsResult", + "params": [ + { "name": "eventName", "typeName": "string" }, + { "name": "maxEventPerHour", "typeName": "int" }, + { "name": "maxItems", "typeName": "int" }, + { "name": "vendorKey", "typeName": "string" }, + { "name": "prefix", "typeName": "string" } + ], + "isStatic": true, + "name": "RegisterEvent", + "comment": "This API is used for registering a Runtime Analytics event. Note: This API is for internal use only and is likely change in the future. Do not use in user code.\n\n```plaintext\nParams: eventName - Name of the event.\n maxEventPerHour - Hourly limit for this event name.\n maxItems - Maximum number of items in this event.\n vendorKey - Vendor key name.\n prefix - Optional event name prefix value.\n ver - Event version number.\n \n```\n\n", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "returnTypeName": "AnalyticsResult", + "params": [ + { "name": "eventName", "typeName": "string" }, + { "name": "maxEventPerHour", "typeName": "int" }, + { "name": "maxItems", "typeName": "int" }, + { "name": "vendorKey", "typeName": "string" }, + { "name": "ver", "typeName": "int" }, + { "name": "prefix", "typeName": "string" } + ], + "isStatic": true, + "name": "RegisterEvent", + "comment": "This API is used for registering a Runtime Analytics event. Note: This API is for internal use only and is likely change in the future. Do not use in user code.\n\n```plaintext\nParams: eventName - Name of the event.\n maxEventPerHour - Hourly limit for this event name.\n maxItems - Maximum number of items in this event.\n vendorKey - Vendor key name.\n prefix - Optional event name prefix value.\n ver - Event version number.\n \n```\n\n", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "returnTypeName": "AnalyticsResult", + "params": [ + { "name": "eventName", "typeName": "string" }, + { "name": "parameters", "typeName": "object" }, + { "name": "ver", "typeName": "int" }, + { "name": "prefix", "typeName": "string" } + ], + "isStatic": true, + "name": "SendEvent", + "comment": "This API is used to send a Runtime Analytics event. Note: This API is for internal use only and is likely change in the future. Do not use in user code.\n\n```plaintext\nParams: eventName - Name of the event.\n ver - Event version number.\n prefix - Optional event name prefix value.\n parameters - Additional event data.\n \n```\n\n", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "returnTypeName": "AnalyticsResult", + "params": [ + { "name": "eventName", "typeName": "string" }, + { "name": "endPoint", "typeName": "string" }, + { "name": "ver", "typeName": "int" }, + { "name": "prefix", "typeName": "string" } + ], + "isStatic": true, + "name": "SetEventEndPoint", + "comment": "Use this API to set the event end point URL. Note: This API is for internal use only and is likely change in the future. Do not use in user code.\n\n```plaintext\nParams: eventName - Name of the event.\n ver - Event version number.\n endPoint - Event end point URL.\n prefix - Optional event name prefix value.\n \n```\n\n", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "returnTypeName": "AnalyticsResult", + "params": [ + { "name": "eventName", "typeName": "string" }, + { + "name": "eventPriority", + "typeName": "UnityEngine.Analytics.AnalyticsEventPriority" + }, + { "name": "ver", "typeName": "int" }, + { "name": "prefix", "typeName": "string" } + ], + "isStatic": true, + "name": "SetEventPriority", + "comment": "Use this API to set the event priority. Note: This API is for internal use only and is likely change in the future. Do not use in user code.\n\n```plaintext\nParams: eventName - Name of the event.\n ver - Event version number.\n prefix - Optional event name prefix value.\n eventPriority - Event priority.\n \n```\n\n", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "returnTypeName": "AnalyticsResult", + "params": [ + { "name": "eventName", "typeName": "string" }, + { "name": "enabled", "typeName": "bool" }, + { "name": "ver", "typeName": "int" }, + { "name": "prefix", "typeName": "string" } + ], + "isStatic": true, + "name": "EnableEvent", + "comment": "Use it to enable or disable an event.\n\n", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "returnTypeName": "AnalyticsResult", + "params": [ + { "name": "eventName", "typeName": "string" }, + { "name": "ver", "typeName": "int" }, + { "name": "prefix", "typeName": "string" } + ], + "isStatic": true, + "name": "IsEventEnabled", + "comment": "Use it to check to an event enable status.\n\n", + "location": "UnityEngine.UnityAnalyticsModule.dll" + } + ], + "name": "Analytics", + "comment": "Unity Analytics provides insight into your game users e.g. DAU, MAU.\n\n", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "byte", + "name": "FixedElementField", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "e__FixedBuffer", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Analytics", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Analytics.Gender", + "name": "Male", + "comment": "User Demographics: Male Gender of a user.\n\n", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "typeName": "UnityEngine.Analytics.Gender", + "name": "Female", + "comment": "User Demographics: Female Gender of a user.\n\n", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "typeName": "UnityEngine.Analytics.Gender", + "name": "Unknown", + "comment": "User Demographics: Unknown Gender of a user.\n\n", + "location": "UnityEngine.UnityAnalyticsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Analytics.Gender", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UnityAnalyticsModule.dll" + } + ], + "name": "Gender", + "comment": "User Demographics: Gender of a user.\n\n", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "namespace": "UnityEngine.LowLevel", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Type", + "name": "type", + "comment": "This property is used to identify which native system this belongs to, or to get the name of the managed system to show in the profiler.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.LowLevel.PlayerLoopSystem[]", + "name": "subSystemList", + "comment": "A list of sub systems which run as part of this item in the player loop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.LowLevel.PlayerLoopSystem.UpdateFunction", + "name": "updateDelegate", + "comment": "A managed delegate. You can set this to create a new C# entrypoint in the player loop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "System.IntPtr", + "name": "updateFunction", + "comment": "A native engine system. To get a valid value for this, you must copy it from one of the PlayerLoopSystems returned by PlayerLoop.GetDefaultPlayerLoop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "System.IntPtr", + "name": "loopConditionFunction", + "comment": "The loop condition for a native engine system. To get a valid value for this, you must copy it from one of the PlayerLoopSystems returned by PlayerLoop.GetDefaultPlayerLoop.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "PlayerLoopSystem", + "comment": "The representation of a single system being updated by the player loop in Unity.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "byte", + "name": "FixedElementField", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "e__FixedBuffer", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Analytics", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Analytics.AnalyticsResult", + "name": "Ok", + "comment": "Analytics API result: Success.\n\n", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "typeName": "UnityEngine.Analytics.AnalyticsResult", + "name": "NotInitialized", + "comment": "Analytics API result: Analytics not initialized.\n\n", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "typeName": "UnityEngine.Analytics.AnalyticsResult", + "name": "AnalyticsDisabled", + "comment": "Analytics API result: Analytics is disabled.\n\n", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "typeName": "UnityEngine.Analytics.AnalyticsResult", + "name": "TooManyItems", + "comment": "Analytics API result: Too many parameters.\n\n", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "typeName": "UnityEngine.Analytics.AnalyticsResult", + "name": "SizeLimitReached", + "comment": "Analytics API result: Argument size limit.\n\n", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "typeName": "UnityEngine.Analytics.AnalyticsResult", + "name": "TooManyRequests", + "comment": "Analytics API result: Too many requests.\n\n", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "typeName": "UnityEngine.Analytics.AnalyticsResult", + "name": "InvalidData", + "comment": "Analytics API result: Invalid argument value.\n\n", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "typeName": "UnityEngine.Analytics.AnalyticsResult", + "name": "UnsupportedPlatform", + "comment": "Analytics API result: This platform doesn't support Analytics.\n\n", + "location": "UnityEngine.UnityAnalyticsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Analytics.AnalyticsResult", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UnityAnalyticsModule.dll" + } + ], + "name": "AnalyticsResult", + "comment": "Analytics API result.\n\n", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "float", + "name": "FixedElementField", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "e__FixedBuffer", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Analytics", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Analytics.AnalyticsEventPriority", + "name": "FlushQueueFlag", + "comment": "Any current or previous events in the memory queue persist immediately to the filesystem and dispatcher service makes the events available to send to the server. It adds the events to the bottom of the dispatch queue and makes them available to send to the server.\n\n", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "typeName": "UnityEngine.Analytics.AnalyticsEventPriority", + "name": "CacheImmediatelyFlag", + "comment": "Any current or previous events in the memory queue persist immediately to the filesystem.\n\n", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "typeName": "UnityEngine.Analytics.AnalyticsEventPriority", + "name": "AllowInStopModeFlag", + "comment": "Use this flag to send events while in the stop state.\n\n", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "typeName": "UnityEngine.Analytics.AnalyticsEventPriority", + "name": "SendImmediateFlag", + "comment": "Events with this flag are given higher priority compared to others while dispatching to the server.\n\n", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "typeName": "UnityEngine.Analytics.AnalyticsEventPriority", + "name": "NoCachingFlag", + "comment": "Events will be stored in the memory queue, and will not persist in the file system.\n\n", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "typeName": "UnityEngine.Analytics.AnalyticsEventPriority", + "name": "NoRetryFlag", + "comment": "In case of failure to post the event to the server, it will not attempt to send them again.\n\n", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "typeName": "UnityEngine.Analytics.AnalyticsEventPriority", + "name": "NormalPriorityEvent", + "comment": "This priority queues events in-memory.\n\n", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "typeName": "UnityEngine.Analytics.AnalyticsEventPriority", + "name": "NormalPriorityEvent_WithCaching", + "comment": "This priority queues events in-memory and writes them to the filesystem immediately.\n\n", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "typeName": "UnityEngine.Analytics.AnalyticsEventPriority", + "name": "NormalPriorityEvent_NoRetryNoCaching", + "comment": "This priority is similar to the Analytics.AnalyticsEventPriority.NormalPriorityEvent, except these events will be stored in the memory queue and will not persist in the file system. In case of failure to post the event to the server, it will not attempt to send them again.\n\n", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "typeName": "UnityEngine.Analytics.AnalyticsEventPriority", + "name": "HighPriorityEvent", + "comment": "Any current or previous events in the memory queue persist immediately to the filesystem. It adds the events to the bottom of the dispatch queue and makes them available to send to the server.\n\n", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "typeName": "UnityEngine.Analytics.AnalyticsEventPriority", + "name": "HighPriorityEvent_InStopMode", + "comment": "This priority lets you send events in the stop state, and makes any current or previous events in the memory queue persist immediately to the filesystem. It adds the events to the bottom of the dispatch queue and makes them available to send to the server.\n\n", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "typeName": "UnityEngine.Analytics.AnalyticsEventPriority", + "name": "HighestPriorityEvent", + "comment": "This priority is similar to the Analytics.AnalyticsEventPriority.HighPriorityEvent, except these events are given a highest priority than other events in the disptach queue. It adds the events to the top of the dispatch queue and makes them available to send to the server.\n\n", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "typeName": "UnityEngine.Analytics.AnalyticsEventPriority", + "name": "HighestPriorityEvent_NoRetryNoCaching", + "comment": "This priority is similar to the Analytics.AnalyticsEventPriority.HighestPriorityEvent, except these events will be stored in the memory queue and will not persist in the file system. In case of failure to post the event to the server, it will not attempt to send them again.\n\n", + "location": "UnityEngine.UnityAnalyticsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Analytics.AnalyticsEventPriority", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UnityAnalyticsModule.dll" + } + ], + "name": "AnalyticsEventPriority", + "comment": "Analytics event priority.\n\n", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Rendering.CullingOptions", + "name": "None", + "comment": "Unset all CullingOptions flags.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.CullingOptions", + "name": "ForceEvenIfCameraIsNotActive", + "comment": "When this flag is set, Unity performs the culling operation even if the Camera is not active.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.CullingOptions", + "name": "OcclusionCull", + "comment": "When this flag is set, Unity performs occlusion culling as part of the culling operation.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.CullingOptions", + "name": "NeedsLighting", + "comment": "When this flag is set, Unity culls Lights as part of the culling operation.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.CullingOptions", + "name": "NeedsReflectionProbes", + "comment": "When this flag is set, Unity culls Reflection Probes as part of the culling operation.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.CullingOptions", + "name": "Stereo", + "comment": "When this flag is set, Unity culls both eyes together for stereo rendering.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.CullingOptions", + "name": "DisablePerObjectCulling", + "comment": "When this flag is set, Unity does not perform per-object culling.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.CullingOptions", + "name": "ShadowCasters", + "comment": "When this flag is set, Unity culls shadow casters as part of the culling operation.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Rendering.CullingOptions", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "CullingOptions", + "comment": "Flags used by ScriptableCullingParameters.cullingOptions to configure a culling operation.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IEquatable"], + "fields": [ + { + "typeName": "int", + "name": "maximumCullingPlaneCount", + "comment": "Maximum amount of culling planes that can be specified.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "layerCount", + "comment": "The amount of layers available.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "maximumVisibleLights", + "comment": "This parameter controls how many visible lights are allowed.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "cullingPlaneCount", + "comment": "Number of culling planes to use.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "isOrthographic", + "comment": "Is the cull orthographic.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.LODParameters", + "name": "lodParameters", + "comment": "LODParameters for culling.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "uint", + "name": "cullingMask", + "comment": "The mask for the culling operation.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Matrix4x4", + "name": "cullingMatrix", + "comment": "The matrix for the culling operation.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "origin", + "comment": "Position for the origin of the cull.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "shadowDistance", + "comment": "Shadow distance to use for the cull.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.CullingOptions", + "name": "cullingOptions", + "comment": "Flags to configure a culling operation in the Scriptable Render Pipeline.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.ReflectionProbeSortingCriteria", + "name": "reflectionProbeSortingCriteria", + "comment": "Reflection Probe Sort options for the cull.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.CameraProperties", + "name": "cameraProperties", + "comment": "Camera Properties used for culling.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Matrix4x4", + "name": "stereoViewMatrix", + "comment": "The view matrix generated for single-pass stereo culling.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Matrix4x4", + "name": "stereoProjectionMatrix", + "comment": "The projection matrix generated for single-pass stereo culling.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "stereoSeparationDistance", + "comment": "Distance between the virtual eyes.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "accurateOcclusionThreshold", + "comment": "This parameter determines query distance for occlusion culling.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "maximumPortalCullingJobs", + "comment": "This parameter controls how many active jobs contribute to occlusion culling.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "cullingJobsLowerLimit", + "comment": "The lower limit to the value ScriptableCullingParameters.maximumPortalCullingJobs.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "cullingJobsUpperLimit", + "comment": "The upper limit to the value ScriptableCullingParameters.maximumPortalCullingJobs.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "layerIndex", "typeName": "int" }], + "isStatic": false, + "name": "GetLayerCullingDistance", + "comment": "Get the distance for the culling of a specific layer.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "layerIndex", "typeName": "int" }, + { "name": "distance", "typeName": "float" } + ], + "isStatic": false, + "name": "SetLayerCullingDistance", + "comment": "Set the distance for the culling of a specific layer.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Plane", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "GetCullingPlane", + "comment": "Fetch the culling plane at the given index.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "plane", "typeName": "UnityEngine.Plane" } + ], + "isStatic": false, + "name": "SetCullingPlane", + "comment": "Set the culling plane at a given index.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "other", + "typeName": "UnityEngine.Rendering.ScriptableCullingParameters" + } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "left", + "typeName": "UnityEngine.Rendering.ScriptableCullingParameters" + }, + { + "name": "right", + "typeName": "UnityEngine.Rendering.ScriptableCullingParameters" + } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "left", + "typeName": "UnityEngine.Rendering.ScriptableCullingParameters" + }, + { + "name": "right", + "typeName": "UnityEngine.Rendering.ScriptableCullingParameters" + } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "ScriptableCullingParameters", + "comment": "Parameters that configure a culling operation in the Scriptable Render Pipeline.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.LowLevel", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "UpdateFunction", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.LowLevel", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "PlayerLoopSystem", + "params": [], + "isStatic": true, + "name": "GetDefaultPlayerLoop", + "comment": "Returns the default update order of all engine systems in Unity.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "PlayerLoopSystem", + "params": [], + "isStatic": true, + "name": "GetCurrentPlayerLoop", + "comment": "Returns the current update order of all engine systems in Unity.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "loop", + "typeName": "UnityEngine.LowLevel.PlayerLoopSystem" + } + ], + "isStatic": true, + "name": "SetPlayerLoop", + "comment": "Set a new custom update order of all engine systems in Unity.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "PlayerLoop", + "comment": "The class representing the player loop in Unity.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "byte", + "name": "FixedElementField", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "e__FixedBuffer", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "float", + "name": "FixedElementField", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "e__FixedBuffer", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IEquatable"], + "fields": [ + { + "typeName": "Unity.Collections.NativeArray", + "name": "visibleLights", + "comment": "Array of visible lights.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "Unity.Collections.NativeArray", + "name": "visibleOffscreenVertexLights", + "comment": "Off-screen lights that still affect visible vertices.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "Unity.Collections.NativeArray", + "name": "visibleReflectionProbes", + "comment": "Array of visible reflection probes.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "lightIndexCount", + "comment": "The number of per-object light indices.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "reflectionProbeIndexCount", + "comment": "The number of per-object reflection probe indices.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "lightAndReflectionProbeIndexCount", + "comment": "The number of per-object light and reflection probe indices.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "computeBuffer", "typeName": "UnityEngine.ComputeBuffer" } + ], + "isStatic": false, + "name": "FillLightAndReflectionProbeIndices", + "comment": "Fills a buffer with per-object light indices.\n\n```plaintext\nParams: computeBuffer - The compute buffer object to fill.\n buffer - The buffer object to fill.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "buffer", "typeName": "UnityEngine.GraphicsBuffer" } + ], + "isStatic": false, + "name": "FillLightAndReflectionProbeIndices", + "comment": "Fills a buffer with per-object light indices.\n\n```plaintext\nParams: computeBuffer - The compute buffer object to fill.\n buffer - The buffer object to fill.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "NativeArray", + "params": [ + { "name": "allocator", "typeName": "Unity.Collections.Allocator" } + ], + "isStatic": false, + "name": "GetLightIndexMap", + "comment": "Array of indices that map from VisibleLight indices to internal per-object light list indices.\n\n```plaintext\nParams: allocator - The allocator to use.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "lightIndexMap", + "typeName": "Unity.Collections.NativeArray" + } + ], + "isStatic": false, + "name": "SetLightIndexMap", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "NativeArray", + "params": [ + { "name": "allocator", "typeName": "Unity.Collections.Allocator" } + ], + "isStatic": false, + "name": "GetReflectionProbeIndexMap", + "comment": "Array of indices that map from VisibleReflectionProbe indices to internal per-object reflection probe list indices.\n\n```plaintext\nParams: allocator - The allocator to use.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "lightIndexMap", + "typeName": "Unity.Collections.NativeArray" + } + ], + "isStatic": false, + "name": "SetReflectionProbeIndexMap", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "lightIndex", "typeName": "int" }, + { "name": "outBounds", "typeName": "UnityEngine.Bounds" } + ], + "isStatic": false, + "name": "GetShadowCasterBounds", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "activeLightIndex", "typeName": "int" }, + { "name": "viewMatrix", "typeName": "UnityEngine.Matrix4x4" }, + { "name": "projMatrix", "typeName": "UnityEngine.Matrix4x4" }, + { + "name": "shadowSplitData", + "typeName": "UnityEngine.Rendering.ShadowSplitData" + } + ], + "isStatic": false, + "name": "ComputeSpotShadowMatricesAndCullingPrimitives", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "activeLightIndex", "typeName": "int" }, + { "name": "cubemapFace", "typeName": "UnityEngine.CubemapFace" }, + { "name": "fovBias", "typeName": "float" }, + { "name": "viewMatrix", "typeName": "UnityEngine.Matrix4x4" }, + { "name": "projMatrix", "typeName": "UnityEngine.Matrix4x4" }, + { + "name": "shadowSplitData", + "typeName": "UnityEngine.Rendering.ShadowSplitData" + } + ], + "isStatic": false, + "name": "ComputePointShadowMatricesAndCullingPrimitives", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "activeLightIndex", "typeName": "int" }, + { "name": "splitIndex", "typeName": "int" }, + { "name": "splitCount", "typeName": "int" }, + { "name": "splitRatio", "typeName": "UnityEngine.Vector3" }, + { "name": "shadowResolution", "typeName": "int" }, + { "name": "shadowNearPlaneOffset", "typeName": "float" }, + { "name": "viewMatrix", "typeName": "UnityEngine.Matrix4x4" }, + { "name": "projMatrix", "typeName": "UnityEngine.Matrix4x4" }, + { + "name": "shadowSplitData", + "typeName": "UnityEngine.Rendering.ShadowSplitData" + } + ], + "isStatic": false, + "name": "ComputeDirectionalShadowMatricesAndCullingPrimitives", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "other", + "typeName": "UnityEngine.Rendering.CullingResults" + } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "left", + "typeName": "UnityEngine.Rendering.CullingResults" + }, + { + "name": "right", + "typeName": "UnityEngine.Rendering.CullingResults" + } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "left", + "typeName": "UnityEngine.Rendering.CullingResults" + }, + { + "name": "right", + "typeName": "UnityEngine.Rendering.CullingResults" + } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "CullingResults", + "comment": "A struct containing the results of a culling operation.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IEquatable"], + "fields": [ + { + "typeName": "UnityEngine.Rendering.DepthState", + "name": "defaultValue", + "comment": "Default values for the depth state.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "writeEnabled", + "comment": "Controls whether pixels from this object are written to the depth buffer.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.CompareFunction", + "name": "compareFunction", + "comment": "How should depth testing be performed.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "writeEnabled", "typeName": "bool" }, + { + "name": "compareFunction", + "typeName": "UnityEngine.Rendering.CompareFunction" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Creates a new depth state with the given values.\n\n```plaintext\nParams: writeEnabled - Controls whether pixels from this object are written to the depth buffer.\n compareFunction - How should depth testing be performed.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "other", "typeName": "UnityEngine.Rendering.DepthState" } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "left", "typeName": "UnityEngine.Rendering.DepthState" }, + { "name": "right", "typeName": "UnityEngine.Rendering.DepthState" } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "left", "typeName": "UnityEngine.Rendering.DepthState" }, + { "name": "right", "typeName": "UnityEngine.Rendering.DepthState" } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "DepthState", + "comment": "Values for the depth state.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IEquatable"], + "fields": [ + { + "typeName": "int", + "name": "maxShaderPasses", + "comment": "The maxiumum number of passes that can be rendered in 1 DrawRenderers call.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.SortingSettings", + "name": "sortingSettings", + "comment": "How to sort objects during rendering.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.PerObjectData", + "name": "perObjectData", + "comment": "What kind of per-object data to setup during rendering.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "enableDynamicBatching", + "comment": "Controls whether dynamic batching is enabled.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "enableInstancing", + "comment": "Controls whether instancing is enabled.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Material", + "name": "overrideMaterial", + "comment": "Sets the Material to use for all drawers that would render in this group.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "overrideMaterialPassIndex", + "comment": "Selects which pass of the override material to use.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "mainLightIndex", + "comment": "Configures what light should be used as main light.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "shaderPassName", + "typeName": "UnityEngine.Rendering.ShaderTagId" + }, + { + "name": "sortingSettings", + "typeName": "UnityEngine.Rendering.SortingSettings" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Create a draw settings struct.\n\n```plaintext\nParams: shaderPassName - Shader pass to use.\n sortingSettings - Describes the methods to sort objects during rendering.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "ShaderTagId", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "GetShaderPassName", + "comment": "Get the shader passes that this draw call can render.\n\n```plaintext\nParams: index - Index of the shader pass to use.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { + "name": "shaderPassName", + "typeName": "UnityEngine.Rendering.ShaderTagId" + } + ], + "isStatic": false, + "name": "SetShaderPassName", + "comment": "Set the shader passes that this draw call can render.\n\n```plaintext\nParams: index - Index of the shader pass to use.\n shaderPassName - Name of the shader pass.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "other", + "typeName": "UnityEngine.Rendering.DrawingSettings" + } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "left", + "typeName": "UnityEngine.Rendering.DrawingSettings" + }, + { + "name": "right", + "typeName": "UnityEngine.Rendering.DrawingSettings" + } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "left", + "typeName": "UnityEngine.Rendering.DrawingSettings" + }, + { + "name": "right", + "typeName": "UnityEngine.Rendering.DrawingSettings" + } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "DrawingSettings", + "comment": "Settings for ScriptableRenderContext.DrawRenderers.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "FixedElementField", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "e__FixedBuffer", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IEquatable"], + "fields": [ + { + "typeName": "UnityEngine.Rendering.FilteringSettings", + "name": "defaultValue", + "comment": "Creates a FilteringSettings struct that contains default values for all properties. With these default values, Unity does not perform any filtering.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.RenderQueueRange", + "name": "renderQueueRange", + "comment": "Unity renders objects whose Material.renderQueue value is within range specified by this Rendering.RenderQueueRange.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "layerMask", + "comment": "Unity renders objects whose GameObject.layer value is enabled in this bit mask.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "uint", + "name": "renderingLayerMask", + "comment": "Unity renders objects whose Renderer.renderingLayerMask value is enabled in this bit mask.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "excludeMotionVectorObjects", + "comment": "Determines if Unity excludes GameObjects that are in motion from rendering. This refers to GameObjects that have an active Motion Vector pass assigned to their Material or have set the Motion Vector mode to per object motion (Menu: Mesh Renderer > Additional Settings > Motion Vectors > Per Object Motion).\nFor Unity to exclude a GameObject from rendering, the GameObject must have moved since the last frame. To exclude a GameObject manually, enable a pass.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.SortingLayerRange", + "name": "sortingLayerRange", + "comment": "Unity renders objects whose SortingLayer.value value is within range specified by this Rendering.SortingLayerRange.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "renderQueueRange", + "typeName": "UnityEngine.Rendering.RenderQueueRange?" + }, + { "name": "layerMask", "typeName": "int" }, + { "name": "renderingLayerMask", "typeName": "uint" }, + { "name": "excludeMotionVectorObjects", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "other", + "typeName": "UnityEngine.Rendering.FilteringSettings" + } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "left", + "typeName": "UnityEngine.Rendering.FilteringSettings" + }, + { + "name": "right", + "typeName": "UnityEngine.Rendering.FilteringSettings" + } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "left", + "typeName": "UnityEngine.Rendering.FilteringSettings" + }, + { + "name": "right", + "typeName": "UnityEngine.Rendering.FilteringSettings" + } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "FilteringSettings", + "comment": "A struct that represents filtering settings for ScriptableRenderContext.DrawRenderers.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Rendering.GizmoSubset", + "name": "PreImageEffects", + "comment": "Use to specify gizmos that should be rendered before ImageEffects.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.GizmoSubset", + "name": "PostImageEffects", + "comment": "Use to specify gizmos that should be rendered after ImageEffects.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Rendering.GizmoSubset", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "GizmoSubset", + "comment": "Gizmo subsets.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IEquatable"], + "fields": [ + { + "typeName": "bool", + "name": "isOrthographic", + "comment": "Indicates whether camera is orthographic.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "cameraPosition", + "comment": "Camera position.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "fieldOfView", + "comment": "Camera's field of view.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "orthoSize", + "comment": "Orhographic camera size.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "cameraPixelHeight", + "comment": "Rendering view height in pixels.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "other", + "typeName": "UnityEngine.Rendering.LODParameters" + } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "left", + "typeName": "UnityEngine.Rendering.LODParameters" + }, + { + "name": "right", + "typeName": "UnityEngine.Rendering.LODParameters" + } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "left", + "typeName": "UnityEngine.Rendering.LODParameters" + }, + { + "name": "right", + "typeName": "UnityEngine.Rendering.LODParameters" + } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "LODParameters", + "comment": "LODGroup culling parameters.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Rendering.PerObjectData", + "name": "None", + "comment": "Do not setup any particular per-object data besides the transformation matrix.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.PerObjectData", + "name": "LightProbe", + "comment": "Setup per-object light probe SH data.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.PerObjectData", + "name": "ReflectionProbes", + "comment": "Setup per-object reflection probe data.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.PerObjectData", + "name": "LightProbeProxyVolume", + "comment": "Setup per-object light probe proxy volume data.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.PerObjectData", + "name": "Lightmaps", + "comment": "Setup per-object lightmaps.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.PerObjectData", + "name": "LightData", + "comment": "Setup per-object light data.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.PerObjectData", + "name": "MotionVectors", + "comment": "Setup per-object motion vectors.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.PerObjectData", + "name": "LightIndices", + "comment": "Setup per-object light indices.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.PerObjectData", + "name": "ReflectionProbeData", + "comment": "Setup per-object reflection probe index offset and count.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.PerObjectData", + "name": "OcclusionProbe", + "comment": "Setup per-object occlusion probe data.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.PerObjectData", + "name": "OcclusionProbeProxyVolume", + "comment": "Setup per-object occlusion probe proxy volume data (occlusion in alpha channels).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.PerObjectData", + "name": "ShadowMask", + "comment": "Setup per-object shadowmask.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Rendering.PerObjectData", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "PerObjectData", + "comment": "What kind of per-object data to setup during rendering.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IEquatable"], + "fields": [ + { + "typeName": "UnityEngine.Rendering.RasterState", + "name": "defaultValue", + "comment": "Default values for the raster state.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.CullMode", + "name": "cullingMode", + "comment": "Controls which sides of polygons should be culled (not drawn).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "depthClip", + "comment": "Enable clipping based on depth.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "conservative", + "comment": "Enables conservative rasterization. Before using check for support via SystemInfo.supportsConservativeRaster property.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "offsetUnits", + "comment": "Scales the minimum resolvable depth buffer value in the GPU's depth bias setting.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "offsetFactor", + "comment": "Scales the maximum Z slope in the GPU's depth bias setting.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "cullingMode", + "typeName": "UnityEngine.Rendering.CullMode" + }, + { "name": "offsetUnits", "typeName": "int" }, + { "name": "offsetFactor", "typeName": "float" }, + { "name": "depthClip", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "other", "typeName": "UnityEngine.Rendering.RasterState" } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "left", "typeName": "UnityEngine.Rendering.RasterState" }, + { "name": "right", "typeName": "UnityEngine.Rendering.RasterState" } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "left", "typeName": "UnityEngine.Rendering.RasterState" }, + { "name": "right", "typeName": "UnityEngine.Rendering.RasterState" } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "RasterState", + "comment": "Values for the raster state.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Rendering.ReflectionProbeSortingCriteria", + "name": "None", + "comment": "Do not sort reflection probes.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.ReflectionProbeSortingCriteria", + "name": "Importance", + "comment": "Sort probes by importance.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.ReflectionProbeSortingCriteria", + "name": "Size", + "comment": "Sort probes from largest to smallest.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.ReflectionProbeSortingCriteria", + "name": "ImportanceThenSize", + "comment": "Sort probes by importance, then by size.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Rendering.ReflectionProbeSortingCriteria", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "ReflectionProbeSortingCriteria", + "comment": "Visible reflection probes sorting options.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "disposed", + "comment": "Returns true when the RenderPipeline is invalid or destroyed.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [], + "name": "RenderPipeline", + "comment": "Defines a series of commands and settings that describes how Unity renders a frame.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "UnityEngine.ScriptableObject", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "terrainBrushPassIndex", + "comment": "Queue index.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "string[]", + "name": "renderingLayerMaskNames", + "comment": "Array of 32 Rendering Layer Mask names.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Material", + "name": "defaultMaterial", + "comment": "Default material.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Shader", + "name": "autodeskInteractiveShader", + "comment": "Returns the default shader.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Shader", + "name": "autodeskInteractiveTransparentShader", + "comment": "Returns the default shader.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Shader", + "name": "autodeskInteractiveMaskedShader", + "comment": "Returns the default shader.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Shader", + "name": "terrainDetailLitShader", + "comment": "Return the detail lit Shader for this pipeline.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Shader", + "name": "terrainDetailGrassShader", + "comment": "Return the detail grass Shader for this pipeline.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Shader", + "name": "terrainDetailGrassBillboardShader", + "comment": "Return the detail grass billboard Shader for this pipeline.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Material", + "name": "defaultParticleMaterial", + "comment": "Default material.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Material", + "name": "defaultLineMaterial", + "comment": "Default material.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Material", + "name": "defaultTerrainMaterial", + "comment": "Default material.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Material", + "name": "defaultUIMaterial", + "comment": "Default material.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Material", + "name": "defaultUIOverdrawMaterial", + "comment": "Default material.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Material", + "name": "defaultUIETC1SupportedMaterial", + "comment": "Default material.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Material", + "name": "default2DMaterial", + "comment": "Default material.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Shader", + "name": "defaultShader", + "comment": "Default shader.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Shader", + "name": "defaultSpeedTree7Shader", + "comment": "Return the default SpeedTree v7 Shader for this pipeline.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Shader", + "name": "defaultSpeedTree8Shader", + "comment": "Return the default SpeedTree v8 Shader for this pipeline.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [], + "name": "RenderPipelineAsset", + "comment": "An asset that produces a specific IRenderPipeline.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Rendering.RenderPipeline", + "name": "currentPipeline", + "comment": "Returns the active RenderPipeline.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "System.Action", + "name": "beginFrameRendering", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "System.Action", + "name": "beginCameraRendering", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "System.Action", + "name": "endFrameRendering", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "System.Action", + "name": "endCameraRendering", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Action" + } + ], + "isStatic": true, + "name": "add_beginFrameRendering", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Action" + } + ], + "isStatic": true, + "name": "remove_beginFrameRendering", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Action" + } + ], + "isStatic": true, + "name": "add_beginCameraRendering", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Action" + } + ], + "isStatic": true, + "name": "remove_beginCameraRendering", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Action" + } + ], + "isStatic": true, + "name": "add_endFrameRendering", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Action" + } + ], + "isStatic": true, + "name": "remove_endFrameRendering", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Action" + } + ], + "isStatic": true, + "name": "add_endCameraRendering", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Action" + } + ], + "isStatic": true, + "name": "remove_endCameraRendering", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "RenderPipelineManager", + "comment": "Render Pipeline manager.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IEquatable"], + "fields": [ + { + "typeName": "int", + "name": "minimumBound", + "comment": "Minimum value that can be used as a bound.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "maximumBound", + "comment": "Maximum value that can be used as a bound.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.RenderQueueRange", + "name": "all", + "comment": "A range that includes all objects.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.RenderQueueRange", + "name": "opaque", + "comment": "A range that includes only opaque objects.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.RenderQueueRange", + "name": "transparent", + "comment": "A range that includes only transparent objects.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "lowerBound", + "comment": "Inclusive lower bound for the range.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "upperBound", + "comment": "Inclusive upper bound for the range.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "lowerBound", "typeName": "int" }, + { "name": "upperBound", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Create a render queue range struct.\n\n```plaintext\nParams: lowerBound - Inclusive lower bound for the range.\n upperBound - Inclusive upper bound for the range.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "other", + "typeName": "UnityEngine.Rendering.RenderQueueRange" + } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "left", + "typeName": "UnityEngine.Rendering.RenderQueueRange" + }, + { + "name": "right", + "typeName": "UnityEngine.Rendering.RenderQueueRange" + } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "left", + "typeName": "UnityEngine.Rendering.RenderQueueRange" + }, + { + "name": "right", + "typeName": "UnityEngine.Rendering.RenderQueueRange" + } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "RenderQueueRange", + "comment": "Describes a material render queue range.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IEquatable"], + "fields": [ + { + "typeName": "UnityEngine.Rendering.BlendState", + "name": "blendState", + "comment": "Specifies the new blend state.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.RasterState", + "name": "rasterState", + "comment": "Specifies the new raster state.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.DepthState", + "name": "depthState", + "comment": "Specifies the new depth state.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.StencilState", + "name": "stencilState", + "comment": "Specifies the new stencil state.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "stencilReference", + "comment": "The value to be compared against and/or the value to be written to the buffer, based on the stencil state.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.RenderStateMask", + "name": "mask", + "comment": "Specifies which parts of the GPU's render state to override.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "mask", + "typeName": "UnityEngine.Rendering.RenderStateMask" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Creates a new render state block with the specified mask.\n\n```plaintext\nParams: mask - Specifies which parts of the GPU's render state to override.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "other", + "typeName": "UnityEngine.Rendering.RenderStateBlock" + } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "left", + "typeName": "UnityEngine.Rendering.RenderStateBlock" + }, + { + "name": "right", + "typeName": "UnityEngine.Rendering.RenderStateBlock" + } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "left", + "typeName": "UnityEngine.Rendering.RenderStateBlock" + }, + { + "name": "right", + "typeName": "UnityEngine.Rendering.RenderStateBlock" + } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "RenderStateBlock", + "comment": "A set of values that Unity uses to override the GPU's render state.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Rendering.RenderStateMask", + "name": "Nothing", + "comment": "No render states are overridden.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.RenderStateMask", + "name": "Blend", + "comment": "When set, the blend state is overridden.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.RenderStateMask", + "name": "Raster", + "comment": "When set, the raster state is overridden.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.RenderStateMask", + "name": "Depth", + "comment": "When set, the depth state is overridden.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.RenderStateMask", + "name": "Stencil", + "comment": "When set, the stencil state and reference value is overridden.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.RenderStateMask", + "name": "Everything", + "comment": "When set, all render states are overridden.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Rendering.RenderStateMask", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "RenderStateMask", + "comment": "Specifies which parts of the render state that is overriden.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IEquatable"], + "fields": [ + { + "typeName": "UnityEngine.Rendering.RenderTargetBlendState", + "name": "defaultValue", + "comment": "Default values for the blend state.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.ColorWriteMask", + "name": "writeMask", + "comment": "Specifies which color components will get written into the target framebuffer.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.BlendMode", + "name": "sourceColorBlendMode", + "comment": "Blend factor used for the color (RGB) channel of the source.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.BlendMode", + "name": "destinationColorBlendMode", + "comment": "Blend factor used for the color (RGB) channel of the destination.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.BlendMode", + "name": "sourceAlphaBlendMode", + "comment": "Blend factor used for the alpha (A) channel of the source.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.BlendMode", + "name": "destinationAlphaBlendMode", + "comment": "Blend factor used for the alpha (A) channel of the destination.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.BlendOp", + "name": "colorBlendOperation", + "comment": "Operation used for blending the color (RGB) channel.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.BlendOp", + "name": "alphaBlendOperation", + "comment": "Operation used for blending the alpha (A) channel.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "writeMask", + "typeName": "UnityEngine.Rendering.ColorWriteMask" + }, + { + "name": "sourceColorBlendMode", + "typeName": "UnityEngine.Rendering.BlendMode" + }, + { + "name": "destinationColorBlendMode", + "typeName": "UnityEngine.Rendering.BlendMode" + }, + { + "name": "sourceAlphaBlendMode", + "typeName": "UnityEngine.Rendering.BlendMode" + }, + { + "name": "destinationAlphaBlendMode", + "typeName": "UnityEngine.Rendering.BlendMode" + }, + { + "name": "colorBlendOperation", + "typeName": "UnityEngine.Rendering.BlendOp" + }, + { + "name": "alphaBlendOperation", + "typeName": "UnityEngine.Rendering.BlendOp" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Creates a new blend state with the given values.\n\n```plaintext\nParams: writeMask - Specifies which color components will get written into the target framebuffer.\n sourceColorBlendMode - Blend factor used for the color (RGB) channel of the source.\n destinationColorBlendMode - Blend factor used for the color (RGB) channel of the destination.\n sourceAlphaBlendMode - Blend factor used for the alpha (A) channel of the source.\n destinationAlphaBlendMode - Blend factor used for the alpha (A) channel of the destination.\n colorBlendOperation - Operation used for blending the color (RGB) channel.\n alphaBlendOperation - Operation used for blending the alpha (A) channel.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "other", + "typeName": "UnityEngine.Rendering.RenderTargetBlendState" + } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "left", + "typeName": "UnityEngine.Rendering.RenderTargetBlendState" + }, + { + "name": "right", + "typeName": "UnityEngine.Rendering.RenderTargetBlendState" + } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "left", + "typeName": "UnityEngine.Rendering.RenderTargetBlendState" + }, + { + "name": "right", + "typeName": "UnityEngine.Rendering.RenderTargetBlendState" + } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "RenderTargetBlendState", + "comment": "Values for the blend state.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "Ends the current render pass in the ScriptableRenderContext that was used to create the ScopedRenderPass.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "ScopedRenderPass", + "comment": "Represents an active render pass until disposed.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "Ends the current sub pass in the ScriptableRenderContext that was used to create the ScopedSubPass.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "ScopedSubPass", + "comment": "Represents an active sub pass until disposed.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IEquatable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "cullingCamera", "typeName": "UnityEngine.Camera" } + ], + "isStatic": true, + "name": "EmitWorldGeometryForSceneView", + "comment": "Emits UI geometry into the Scene view for rendering.\n\n```plaintext\nParams: cullingCamera - Camera to emit the geometry for.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "camera", "typeName": "UnityEngine.Camera" }], + "isStatic": true, + "name": "EmitGeometryForCamera", + "comment": "Emits UI geometry for rendering for the specified camera.\n\n```plaintext\nParams: camera - Camera to emit the geometry for.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "width", "typeName": "int" }, + { "name": "height", "typeName": "int" }, + { "name": "samples", "typeName": "int" }, + { + "name": "attachments", + "typeName": "Unity.Collections.NativeArray" + }, + { "name": "depthAttachmentIndex", "typeName": "int" } + ], + "isStatic": false, + "name": "BeginRenderPass", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "ScopedRenderPass", + "params": [ + { "name": "width", "typeName": "int" }, + { "name": "height", "typeName": "int" }, + { "name": "samples", "typeName": "int" }, + { + "name": "attachments", + "typeName": "Unity.Collections.NativeArray" + }, + { "name": "depthAttachmentIndex", "typeName": "int" } + ], + "isStatic": false, + "name": "BeginScopedRenderPass", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "colors", + "typeName": "Unity.Collections.NativeArray" + }, + { + "name": "inputs", + "typeName": "Unity.Collections.NativeArray" + }, + { "name": "isDepthReadOnly", "typeName": "bool" }, + { "name": "isStencilReadOnly", "typeName": "bool" } + ], + "isStatic": false, + "name": "BeginSubPass", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "colors", + "typeName": "Unity.Collections.NativeArray" + }, + { + "name": "inputs", + "typeName": "Unity.Collections.NativeArray" + }, + { "name": "isDepthStencilReadOnly", "typeName": "bool" } + ], + "isStatic": false, + "name": "BeginSubPass", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "colors", + "typeName": "Unity.Collections.NativeArray" + }, + { "name": "isDepthReadOnly", "typeName": "bool" }, + { "name": "isStencilReadOnly", "typeName": "bool" } + ], + "isStatic": false, + "name": "BeginSubPass", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "colors", + "typeName": "Unity.Collections.NativeArray" + }, + { "name": "isDepthStencilReadOnly", "typeName": "bool" } + ], + "isStatic": false, + "name": "BeginSubPass", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "ScopedSubPass", + "params": [ + { + "name": "colors", + "typeName": "Unity.Collections.NativeArray" + }, + { + "name": "inputs", + "typeName": "Unity.Collections.NativeArray" + }, + { "name": "isDepthReadOnly", "typeName": "bool" }, + { "name": "isStencilReadOnly", "typeName": "bool" } + ], + "isStatic": false, + "name": "BeginScopedSubPass", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "ScopedSubPass", + "params": [ + { + "name": "colors", + "typeName": "Unity.Collections.NativeArray" + }, + { + "name": "inputs", + "typeName": "Unity.Collections.NativeArray" + }, + { "name": "isDepthStencilReadOnly", "typeName": "bool" } + ], + "isStatic": false, + "name": "BeginScopedSubPass", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "ScopedSubPass", + "params": [ + { + "name": "colors", + "typeName": "Unity.Collections.NativeArray" + }, + { "name": "isDepthReadOnly", "typeName": "bool" }, + { "name": "isStencilReadOnly", "typeName": "bool" } + ], + "isStatic": false, + "name": "BeginScopedSubPass", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "ScopedSubPass", + "params": [ + { + "name": "colors", + "typeName": "Unity.Collections.NativeArray" + }, + { "name": "isDepthStencilReadOnly", "typeName": "bool" } + ], + "isStatic": false, + "name": "BeginScopedSubPass", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "EndSubPass", + "comment": "Schedules the end of the currently active sub pass.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "EndRenderPass", + "comment": "Schedules the end of a currently active render pass.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Submit", + "comment": "Submits all the scheduled commands to the rendering loop for execution.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "cullingResults", + "typeName": "UnityEngine.Rendering.CullingResults" + }, + { + "name": "drawingSettings", + "typeName": "UnityEngine.Rendering.DrawingSettings" + }, + { + "name": "filteringSettings", + "typeName": "UnityEngine.Rendering.FilteringSettings" + } + ], + "isStatic": false, + "name": "DrawRenderers", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "cullingResults", + "typeName": "UnityEngine.Rendering.CullingResults" + }, + { + "name": "drawingSettings", + "typeName": "UnityEngine.Rendering.DrawingSettings" + }, + { + "name": "filteringSettings", + "typeName": "UnityEngine.Rendering.FilteringSettings" + }, + { + "name": "stateBlock", + "typeName": "UnityEngine.Rendering.RenderStateBlock" + } + ], + "isStatic": false, + "name": "DrawRenderers", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "cullingResults", + "typeName": "UnityEngine.Rendering.CullingResults" + }, + { + "name": "drawingSettings", + "typeName": "UnityEngine.Rendering.DrawingSettings" + }, + { + "name": "filteringSettings", + "typeName": "UnityEngine.Rendering.FilteringSettings" + }, + { + "name": "renderTypes", + "typeName": "Unity.Collections.NativeArray" + }, + { + "name": "stateBlocks", + "typeName": "Unity.Collections.NativeArray" + } + ], + "isStatic": false, + "name": "DrawRenderers", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "cullingResults", + "typeName": "UnityEngine.Rendering.CullingResults" + }, + { + "name": "drawingSettings", + "typeName": "UnityEngine.Rendering.DrawingSettings" + }, + { + "name": "filteringSettings", + "typeName": "UnityEngine.Rendering.FilteringSettings" + }, + { + "name": "tagName", + "typeName": "UnityEngine.Rendering.ShaderTagId" + }, + { "name": "isPassTagName", "typeName": "bool" }, + { + "name": "tagValues", + "typeName": "Unity.Collections.NativeArray" + }, + { + "name": "stateBlocks", + "typeName": "Unity.Collections.NativeArray" + } + ], + "isStatic": false, + "name": "DrawRenderers", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "settings", + "typeName": "UnityEngine.Rendering.ShadowDrawingSettings" + } + ], + "isStatic": false, + "name": "DrawShadows", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "commandBuffer", + "typeName": "UnityEngine.Rendering.CommandBuffer" + } + ], + "isStatic": false, + "name": "ExecuteCommandBuffer", + "comment": "Schedules the execution of a custom graphics Command Buffer.\n\n```plaintext\nParams: commandBuffer - Specifies the Command Buffer to execute.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "commandBuffer", + "typeName": "UnityEngine.Rendering.CommandBuffer" + }, + { + "name": "queueType", + "typeName": "UnityEngine.Rendering.ComputeQueueType" + } + ], + "isStatic": false, + "name": "ExecuteCommandBufferAsync", + "comment": "Schedules the execution of a Command Buffer on an async compute queue. The ComputeQueueType that you pass in determines the queue order.\n\n```plaintext\nParams: commandBuffer - The CommandBuffer to be executed.\n queueType - Describes the desired async compute queue the supplied CommandBuffer should be executed on.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "camera", "typeName": "UnityEngine.Camera" }, + { "name": "stereoSetup", "typeName": "bool" } + ], + "isStatic": false, + "name": "SetupCameraProperties", + "comment": "Schedules the setup of Camera specific global Shader variables.\n\n```plaintext\nParams: camera - Camera to setup shader variables for.\n stereoSetup - Set up the stereo shader variables and state.\n eye - The current eye to be rendered.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "camera", "typeName": "UnityEngine.Camera" }, + { "name": "stereoSetup", "typeName": "bool" }, + { "name": "eye", "typeName": "int" } + ], + "isStatic": false, + "name": "SetupCameraProperties", + "comment": "Schedules the setup of Camera specific global Shader variables.\n\n```plaintext\nParams: camera - Camera to setup shader variables for.\n stereoSetup - Set up the stereo shader variables and state.\n eye - The current eye to be rendered.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "camera", "typeName": "UnityEngine.Camera" }], + "isStatic": false, + "name": "StereoEndRender", + "comment": "Schedule notification of completion of stereo rendering on a single frame.\n\n```plaintext\nParams: camera - Camera to indicate completion of stereo rendering.\n eye - The current eye to be rendered.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "camera", "typeName": "UnityEngine.Camera" }, + { "name": "eye", "typeName": "int" } + ], + "isStatic": false, + "name": "StereoEndRender", + "comment": "Schedule notification of completion of stereo rendering on a single frame.\n\n```plaintext\nParams: camera - Camera to indicate completion of stereo rendering.\n eye - The current eye to be rendered.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "camera", "typeName": "UnityEngine.Camera" }, + { "name": "eye", "typeName": "int" }, + { "name": "isFinalPass", "typeName": "bool" } + ], + "isStatic": false, + "name": "StereoEndRender", + "comment": "Schedule notification of completion of stereo rendering on a single frame.\n\n```plaintext\nParams: camera - Camera to indicate completion of stereo rendering.\n eye - The current eye to be rendered.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "camera", "typeName": "UnityEngine.Camera" }], + "isStatic": false, + "name": "StartMultiEye", + "comment": "Schedules a fine-grained beginning of stereo rendering on the ScriptableRenderContext.\n\n```plaintext\nParams: camera - Camera to enable stereo rendering on.\n eye - The current eye to be rendered.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "camera", "typeName": "UnityEngine.Camera" }, + { "name": "eye", "typeName": "int" } + ], + "isStatic": false, + "name": "StartMultiEye", + "comment": "Schedules a fine-grained beginning of stereo rendering on the ScriptableRenderContext.\n\n```plaintext\nParams: camera - Camera to enable stereo rendering on.\n eye - The current eye to be rendered.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "camera", "typeName": "UnityEngine.Camera" }], + "isStatic": false, + "name": "StopMultiEye", + "comment": "Schedules a stop of stereo rendering on the ScriptableRenderContext.\n\n```plaintext\nParams: camera - Camera to disable stereo rendering on.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "camera", "typeName": "UnityEngine.Camera" }], + "isStatic": false, + "name": "DrawSkybox", + "comment": "Schedules the drawing of the skybox.\n\n```plaintext\nParams: camera - Camera to draw the skybox for.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "InvokeOnRenderObjectCallback", + "comment": "Schedules an invocation of the OnRenderObject callback for MonoBehaviour scripts.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "camera", "typeName": "UnityEngine.Camera" }, + { + "name": "gizmoSubset", + "typeName": "UnityEngine.Rendering.GizmoSubset" + } + ], + "isStatic": false, + "name": "DrawGizmos", + "comment": "Schedules the drawing of a subset of Gizmos (before or after post-processing) for the given Camera.\n\n```plaintext\nParams: camera - The camera of the current view.\n gizmoSubset - Set to GizmoSubset.PreImageEffects to draw Gizmos that should be affected by postprocessing, or GizmoSubset.PostImageEffects to draw Gizmos that should not be affected by postprocessing. See also: GizmoSubset.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "camera", "typeName": "UnityEngine.Camera" }], + "isStatic": false, + "name": "DrawWireOverlay", + "comment": "Schedules the drawing of a wireframe overlay for a given Scene view Camera.\n\n```plaintext\nParams: camera - The Scene view Camera to draw the overlay for.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "camera", "typeName": "UnityEngine.Camera" }], + "isStatic": false, + "name": "DrawUIOverlay", + "comment": "Draw the UI overlay.\n\n```plaintext\nParams: camera - The camera of the current view.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "CullingResults", + "params": [ + { + "name": "parameters", + "typeName": "UnityEngine.Rendering.ScriptableCullingParameters" + } + ], + "isStatic": false, + "name": "Cull", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "other", + "typeName": "UnityEngine.Rendering.ScriptableRenderContext" + } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "left", + "typeName": "UnityEngine.Rendering.ScriptableRenderContext" + }, + { + "name": "right", + "typeName": "UnityEngine.Rendering.ScriptableRenderContext" + } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "left", + "typeName": "UnityEngine.Rendering.ScriptableRenderContext" + }, + { + "name": "right", + "typeName": "UnityEngine.Rendering.ScriptableRenderContext" + } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "ScriptableRenderContext", + "comment": "Defines state and drawing commands that custom render pipelines use.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.ScriptableObject", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Font", + "name": "font", + "comment": "The default font to use for all styles.\n\n", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "typeName": "UnityEngine.GUIStyle", + "name": "box", + "comment": "Style used by default for GUI.Box controls.\n\n", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "typeName": "UnityEngine.GUIStyle", + "name": "label", + "comment": "Style used by default for GUI.Label controls.\n\n", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "typeName": "UnityEngine.GUIStyle", + "name": "textField", + "comment": "Style used by default for GUI.TextField controls.\n\n", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "typeName": "UnityEngine.GUIStyle", + "name": "textArea", + "comment": "Style used by default for GUI.TextArea controls.\n\n", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "typeName": "UnityEngine.GUIStyle", + "name": "button", + "comment": "Style used by default for GUI.Button controls.\n\n", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "typeName": "UnityEngine.GUIStyle", + "name": "toggle", + "comment": "Style used by default for GUI.Toggle controls.\n\n", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "typeName": "UnityEngine.GUIStyle", + "name": "window", + "comment": "Style used by default for Window controls (See Also: GUI.Window).\n\n", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "typeName": "UnityEngine.GUIStyle", + "name": "horizontalSlider", + "comment": "Style used by default for the background part of GUI.HorizontalSlider controls.\n\n", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "typeName": "UnityEngine.GUIStyle", + "name": "horizontalSliderThumb", + "comment": "Style used by default for the thumb that is dragged in GUI.HorizontalSlider controls.\n\n", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "typeName": "UnityEngine.GUIStyle", + "name": "verticalSlider", + "comment": "Style used by default for the background part of GUI.VerticalSlider controls.\n\n", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "typeName": "UnityEngine.GUIStyle", + "name": "verticalSliderThumb", + "comment": "Style used by default for the thumb that is dragged in GUI.VerticalSlider controls.\n\n", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "typeName": "UnityEngine.GUIStyle", + "name": "horizontalScrollbar", + "comment": "Style used by default for the background part of GUI.HorizontalScrollbar controls.\n\n", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "typeName": "UnityEngine.GUIStyle", + "name": "horizontalScrollbarThumb", + "comment": "Style used by default for the thumb that is dragged in GUI.HorizontalScrollbar controls.\n\n", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "typeName": "UnityEngine.GUIStyle", + "name": "horizontalScrollbarLeftButton", + "comment": "Style used by default for the left button on GUI.HorizontalScrollbar controls.\n\n", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "typeName": "UnityEngine.GUIStyle", + "name": "horizontalScrollbarRightButton", + "comment": "Style used by default for the right button on GUI.HorizontalScrollbar controls.\n\n", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "typeName": "UnityEngine.GUIStyle", + "name": "verticalScrollbar", + "comment": "Style used by default for the background part of GUI.VerticalScrollbar controls.\n\n", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "typeName": "UnityEngine.GUIStyle", + "name": "verticalScrollbarThumb", + "comment": "Style used by default for the thumb that is dragged in GUI.VerticalScrollbar controls.\n\n", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "typeName": "UnityEngine.GUIStyle", + "name": "verticalScrollbarUpButton", + "comment": "Style used by default for the up button on GUI.VerticalScrollbar controls.\n\n", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "typeName": "UnityEngine.GUIStyle", + "name": "verticalScrollbarDownButton", + "comment": "Style used by default for the down button on GUI.VerticalScrollbar controls.\n\n", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "typeName": "UnityEngine.GUIStyle", + "name": "scrollView", + "comment": "Style used by default for the background of ScrollView controls (see GUI.BeginScrollView).\n\n", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "typeName": "UnityEngine.GUIStyle[]", + "name": "customStyles", + "comment": "Array of GUI styles for specific needs.\n\n", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "typeName": "UnityEngine.GUISettings", + "name": "settings", + "comment": "Generic settings for how controls should behave with this skin.\n\n", + "location": "UnityEngine.IMGUIModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "returnTypeName": "GUIStyle", + "params": [{ "name": "styleName", "typeName": "string" }], + "isStatic": false, + "name": "GetStyle", + "comment": "Get a named GUIStyle.\n\n", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "returnTypeName": "GUIStyle", + "params": [{ "name": "styleName", "typeName": "string" }], + "isStatic": false, + "name": "FindStyle", + "comment": "Try to search for a GUIStyle. This functions returns NULL and does not give an error.\n\n", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "returnTypeName": "IEnumerator", + "params": [], + "isStatic": false, + "name": "GetEnumerator", + "comment": "", + "location": "UnityEngine.IMGUIModule.dll" + } + ], + "name": "GUISkin", + "comment": "Defines how GUI looks and behaves.\n\n", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IEquatable"], + "fields": [ + { + "typeName": "UnityEngine.Rendering.ShaderTagId", + "name": "none", + "comment": "Describes a shader tag id not referring to any name.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "string", + "name": "name", + "comment": "Gets the name of the tag referred to by the shader tag id.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "Gets or creates a shader tag id representing the given name.\n\n```plaintext\nParams: name - The name to represent with the shader tag id.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "other", "typeName": "UnityEngine.Rendering.ShaderTagId" } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "tag1", "typeName": "UnityEngine.Rendering.ShaderTagId" }, + { "name": "tag2", "typeName": "UnityEngine.Rendering.ShaderTagId" } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "tag1", "typeName": "UnityEngine.Rendering.ShaderTagId" }, + { "name": "tag2", "typeName": "UnityEngine.Rendering.ShaderTagId" } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "ShaderTagId", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "tagId", "typeName": "UnityEngine.Rendering.ShaderTagId" } + ], + "isStatic": true, + "name": "op_Explicit", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "ShaderTagId", + "comment": "Shader tag ids are used to refer to various names in shaders.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IEquatable"], + "fields": [ + { + "typeName": "UnityEngine.Rendering.CullingResults", + "name": "cullingResults", + "comment": "Culling results to use.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "lightIndex", + "comment": "The index of the shadow-casting light to be rendered.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "useRenderingLayerMaskTest", + "comment": "Set this to true to make Unity filter Renderers during shadow rendering. Unity filters Renderers based on the Rendering Layer Mask of the Renderer itself, and the Rendering Layer Mask of each shadow casting Light.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.ShadowSplitData", + "name": "splitData", + "comment": "The split data.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "cullingResults", + "typeName": "UnityEngine.Rendering.CullingResults" + }, + { "name": "lightIndex", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Create a shadow settings object.\n\n```plaintext\nParams: cullResults - The cull results for this light.\n lightIndex - The light index.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "other", + "typeName": "UnityEngine.Rendering.ShadowDrawingSettings" + } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "left", + "typeName": "UnityEngine.Rendering.ShadowDrawingSettings" + }, + { + "name": "right", + "typeName": "UnityEngine.Rendering.ShadowDrawingSettings" + } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "left", + "typeName": "UnityEngine.Rendering.ShadowDrawingSettings" + }, + { + "name": "right", + "typeName": "UnityEngine.Rendering.ShadowDrawingSettings" + } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "ShadowDrawingSettings", + "comment": "Settings for ScriptableRenderContext.DrawShadows.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Lumin", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "string", + "name": "privilege", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "privilege", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "Privilege identifer to request\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "UsesLuminPrivilegeAttribute", + "comment": "This attribute provides a way to declaratively define a Lumin privilege requirement that is automatically added to the manifest at build time.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IEquatable"], + "fields": [ + { + "typeName": "int", + "name": "maximumCullingPlaneCount", + "comment": "The maximum number of culling planes.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "cullingPlaneCount", + "comment": "The number of culling planes.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector4", + "name": "cullingSphere", + "comment": "The culling sphere. The first three components of the vector describe the sphere center, and the last component specifies the radius.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "shadowCascadeBlendCullingFactor", + "comment": "A multiplier applied to the radius of the culling sphere.\n\nValues must be in the range 0 to 1. With higher values, Unity culls more objects. Lower makes the cascades share more rendered objects. Using lower values allows blending between different cascades as they then share objects.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Plane", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "GetCullingPlane", + "comment": "The culling plane.\n\n```plaintext\nParams: index - The culling plane index.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "plane", "typeName": "UnityEngine.Plane" } + ], + "isStatic": false, + "name": "SetCullingPlane", + "comment": "Sets a culling plane.\n\n```plaintext\nParams: index - The index of the culling plane to set.\n plane - The culling plane.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "other", + "typeName": "UnityEngine.Rendering.ShadowSplitData" + } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "left", + "typeName": "UnityEngine.Rendering.ShadowSplitData" + }, + { + "name": "right", + "typeName": "UnityEngine.Rendering.ShadowSplitData" + } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "left", + "typeName": "UnityEngine.Rendering.ShadowSplitData" + }, + { + "name": "right", + "typeName": "UnityEngine.Rendering.ShadowSplitData" + } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "ShadowSplitData", + "comment": "Describes the culling information for a given shadow split (e.g. directional cascade).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.ParticleSystemEmitterVelocityMode", + "name": "Transform", + "comment": "Calculate the Particle System velocity by using the Transform component.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemEmitterVelocityMode", + "name": "Rigidbody", + "comment": "Calculate the Particle System velocity by using a Rigidbody or Rigidbody2D component, if one exists on the GameObject.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.ParticleSystemEmitterVelocityMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "name": "ParticleSystemEmitterVelocityMode", + "comment": "Control how a Particle System calculates its velocity.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "byte", + "name": "FixedElementField", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "e__FixedBuffer", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Rendering.SortingCriteria", + "name": "None", + "comment": "Do not sort objects.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.SortingCriteria", + "name": "SortingLayer", + "comment": "Sort by renderer sorting layer.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.SortingCriteria", + "name": "RenderQueue", + "comment": "Sort by material render queue.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.SortingCriteria", + "name": "BackToFront", + "comment": "Sort objects back to front.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.SortingCriteria", + "name": "QuantizedFrontToBack", + "comment": "Sort objects in rough front-to-back buckets.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.SortingCriteria", + "name": "OptimizeStateChanges", + "comment": "Sort objects to reduce draw state changes.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.SortingCriteria", + "name": "CanvasOrder", + "comment": "Sort renderers taking canvas order into account.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.SortingCriteria", + "name": "RendererPriority", + "comment": "Sorts objects by renderer priority.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.SortingCriteria", + "name": "CommonOpaque", + "comment": "Typical sorting for opaque objects.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.SortingCriteria", + "name": "CommonTransparent", + "comment": "Typical sorting for transparencies.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Rendering.SortingCriteria", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "SortingCriteria", + "comment": "How to sort objects during rendering.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IEquatable"], + "fields": [ + { + "typeName": "short", + "name": "lowerBound", + "comment": "Inclusive lower bound for the range.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "short", + "name": "upperBound", + "comment": "Inclusive upper bound for the range.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.SortingLayerRange", + "name": "all", + "comment": "A range that includes all objects.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "lowerBound", "typeName": "short" }, + { "name": "upperBound", "typeName": "short" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Sets the inclusive range for a sorting layer object.\n\n```plaintext\nParams: lowerBound - Lowest sorting layer value to include.\n upperBound - Highest sorting layer value to include.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "other", + "typeName": "UnityEngine.Rendering.SortingLayerRange" + } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "lhs", + "typeName": "UnityEngine.Rendering.SortingLayerRange" + }, + { + "name": "rhs", + "typeName": "UnityEngine.Rendering.SortingLayerRange" + } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "lhs", + "typeName": "UnityEngine.Rendering.SortingLayerRange" + }, + { + "name": "rhs", + "typeName": "UnityEngine.Rendering.SortingLayerRange" + } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "SortingLayerRange", + "comment": "Describes a renderer's sorting layer range.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Rendering.DistanceMetric", + "name": "Perspective", + "comment": "Perspective sorting mode.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.DistanceMetric", + "name": "Orthographic", + "comment": "Orthographic sorting mode.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.DistanceMetric", + "name": "CustomAxis", + "comment": "Sort objects based on distance along a custom axis.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Rendering.DistanceMetric", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "DistanceMetric", + "comment": "Type of sorting to use while rendering.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IEquatable"], + "fields": [ + { + "typeName": "UnityEngine.Matrix4x4", + "name": "worldToCameraMatrix", + "comment": "Used to calculate the distance to objects.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "cameraPosition", + "comment": "Used to calculate the distance to objects.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "customAxis", + "comment": "Used to calculate distance to objects, by comparing the positions of objects to this axis.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.SortingCriteria", + "name": "criteria", + "comment": "What kind of sorting to do while rendering.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.DistanceMetric", + "name": "distanceMetric", + "comment": "Type of sorting to use while rendering.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "camera", "typeName": "UnityEngine.Camera" }], + "isStatic": false, + "name": ".ctor", + "comment": "Create a sorting settings struct.\n\n```plaintext\nParams: camera - The camera's transparency sort mode is used to determine whether to use orthographic or distance based sorting.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "other", + "typeName": "UnityEngine.Rendering.SortingSettings" + } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "left", + "typeName": "UnityEngine.Rendering.SortingSettings" + }, + { + "name": "right", + "typeName": "UnityEngine.Rendering.SortingSettings" + } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "left", + "typeName": "UnityEngine.Rendering.SortingSettings" + }, + { + "name": "right", + "typeName": "UnityEngine.Rendering.SortingSettings" + } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "SortingSettings", + "comment": "This struct describes the methods to sort objects during rendering.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Texture2D", + "name": "background", + "comment": "The background image used by GUI elements in this given state.\n\n", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "typeName": "UnityEngine.Color", + "name": "textColor", + "comment": "The text color used by GUI elements in this state.\n\n", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "typeName": "UnityEngine.Texture2D[]", + "name": "scaledBackgrounds", + "comment": "Background images used by this state when on a high-resolution screen. It should either be left empty, or contain a single image that is exactly twice the resolution of background. This is only used by the editor. The field is not copied to player data, and is not accessible from player code.\n\n", + "location": "UnityEngine.IMGUIModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.IMGUIModule.dll" + } + ], + "name": "GUIStyleState", + "comment": "Specialized values for the given states used by GUIStyle objects.\n\n", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IEquatable"], + "fields": [ + { + "typeName": "UnityEngine.Rendering.StencilState", + "name": "defaultValue", + "comment": "Default values for the stencil state.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "enabled", + "comment": "Controls whether the stencil buffer is enabled.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "byte", + "name": "readMask", + "comment": "An 8 bit mask as an 0–255 integer, used when comparing the reference value with the contents of the buffer.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "byte", + "name": "writeMask", + "comment": "An 8 bit mask as an 0–255 integer, used when writing to the buffer.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.CompareFunction", + "name": "compareFunctionFront", + "comment": "The function used to compare the reference value to the current contents of the buffer for front-facing geometry.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.StencilOp", + "name": "passOperationFront", + "comment": "What to do with the contents of the buffer if the stencil test (and the depth test) passes for front-facing geometry.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.StencilOp", + "name": "failOperationFront", + "comment": "What to do with the contents of the buffer if the stencil test fails for front-facing geometry.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.StencilOp", + "name": "zFailOperationFront", + "comment": "What to do with the contents of the buffer if the stencil test passes, but the depth test fails for front-facing geometry.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.CompareFunction", + "name": "compareFunctionBack", + "comment": "The function used to compare the reference value to the current contents of the buffer for back-facing geometry.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.StencilOp", + "name": "passOperationBack", + "comment": "What to do with the contents of the buffer if the stencil test (and the depth test) passes for back-facing geometry.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.StencilOp", + "name": "failOperationBack", + "comment": "What to do with the contents of the buffer if the stencil test fails for back-facing geometry.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.StencilOp", + "name": "zFailOperationBack", + "comment": "What to do with the contents of the buffer if the stencil test passes, but the depth test fails for back-facing geometry.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "enabled", "typeName": "bool" }, + { "name": "readMask", "typeName": "byte" }, + { "name": "writeMask", "typeName": "byte" }, + { + "name": "compareFunction", + "typeName": "UnityEngine.Rendering.CompareFunction" + }, + { + "name": "passOperation", + "typeName": "UnityEngine.Rendering.StencilOp" + }, + { + "name": "failOperation", + "typeName": "UnityEngine.Rendering.StencilOp" + }, + { + "name": "zFailOperation", + "typeName": "UnityEngine.Rendering.StencilOp" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Creates a new stencil state with the given values.\n\n```plaintext\nParams: readMask - An 8 bit mask as an 0–255 integer, used when comparing the reference value with the contents of the buffer.\n writeMask - An 8 bit mask as an 0–255 integer, used when writing to the buffer.\n enabled - Controls whether the stencil buffer is enabled.\n compareFunctionFront - The function used to compare the reference value to the current contents of the buffer for front-facing geometry.\n passOperationFront - What to do with the contents of the buffer if the stencil test (and the depth test) passes for front-facing geometry.\n failOperationFront - What to do with the contents of the buffer if the stencil test fails for front-facing geometry.\n zFailOperationFront - What to do with the contents of the buffer if the stencil test passes, but the depth test fails for front-facing geometry.\n compareFunctionBack - The function used to compare the reference value to the current contents of the buffer for back-facing geometry.\n passOperationBack - What to do with the contents of the buffer if the stencil test (and the depth test) passes for back-facing geometry.\n failOperationBack - What to do with the contents of the buffer if the stencil test fails for back-facing geometry.\n zFailOperationBack - What to do with the contents of the buffer if the stencil test passes, but the depth test fails for back-facing geometry.\n compareFunction - The function used to compare the reference value to the current contents of the buffer.\n passOperation - What to do with the contents of the buffer if the stencil test (and the depth test) passes.\n failOperation - What to do with the contents of the buffer if the stencil test fails.\n zFailOperation - What to do with the contents of the buffer if the stencil test passes, but the depth test.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "enabled", "typeName": "bool" }, + { "name": "readMask", "typeName": "byte" }, + { "name": "writeMask", "typeName": "byte" }, + { + "name": "compareFunctionFront", + "typeName": "UnityEngine.Rendering.CompareFunction" + }, + { + "name": "passOperationFront", + "typeName": "UnityEngine.Rendering.StencilOp" + }, + { + "name": "failOperationFront", + "typeName": "UnityEngine.Rendering.StencilOp" + }, + { + "name": "zFailOperationFront", + "typeName": "UnityEngine.Rendering.StencilOp" + }, + { + "name": "compareFunctionBack", + "typeName": "UnityEngine.Rendering.CompareFunction" + }, + { + "name": "passOperationBack", + "typeName": "UnityEngine.Rendering.StencilOp" + }, + { + "name": "failOperationBack", + "typeName": "UnityEngine.Rendering.StencilOp" + }, + { + "name": "zFailOperationBack", + "typeName": "UnityEngine.Rendering.StencilOp" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Creates a new stencil state with the given values.\n\n```plaintext\nParams: readMask - An 8 bit mask as an 0–255 integer, used when comparing the reference value with the contents of the buffer.\n writeMask - An 8 bit mask as an 0–255 integer, used when writing to the buffer.\n enabled - Controls whether the stencil buffer is enabled.\n compareFunctionFront - The function used to compare the reference value to the current contents of the buffer for front-facing geometry.\n passOperationFront - What to do with the contents of the buffer if the stencil test (and the depth test) passes for front-facing geometry.\n failOperationFront - What to do with the contents of the buffer if the stencil test fails for front-facing geometry.\n zFailOperationFront - What to do with the contents of the buffer if the stencil test passes, but the depth test fails for front-facing geometry.\n compareFunctionBack - The function used to compare the reference value to the current contents of the buffer for back-facing geometry.\n passOperationBack - What to do with the contents of the buffer if the stencil test (and the depth test) passes for back-facing geometry.\n failOperationBack - What to do with the contents of the buffer if the stencil test fails for back-facing geometry.\n zFailOperationBack - What to do with the contents of the buffer if the stencil test passes, but the depth test fails for back-facing geometry.\n compareFunction - The function used to compare the reference value to the current contents of the buffer.\n passOperation - What to do with the contents of the buffer if the stencil test (and the depth test) passes.\n failOperation - What to do with the contents of the buffer if the stencil test fails.\n zFailOperation - What to do with the contents of the buffer if the stencil test passes, but the depth test.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "UnityEngine.Rendering.CompareFunction" + } + ], + "isStatic": false, + "name": "SetCompareFunction", + "comment": "The function used to compare the reference value to the current contents of the buffer.\n\n```plaintext\nParams: value - The value to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "UnityEngine.Rendering.StencilOp" } + ], + "isStatic": false, + "name": "SetPassOperation", + "comment": "What to do with the contents of the buffer if the stencil test (and the depth test) passes.\n\n```plaintext\nParams: value - The value to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "UnityEngine.Rendering.StencilOp" } + ], + "isStatic": false, + "name": "SetFailOperation", + "comment": "What to do with the contents of the buffer if the stencil test fails.\n\n```plaintext\nParams: value - The value to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "UnityEngine.Rendering.StencilOp" } + ], + "isStatic": false, + "name": "SetZFailOperation", + "comment": "What to do with the contents of the buffer if the stencil test passes, but the depth test fails.\n\n```plaintext\nParams: value - The value to set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "other", + "typeName": "UnityEngine.Rendering.StencilState" + } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "left", + "typeName": "UnityEngine.Rendering.StencilState" + }, + { + "name": "right", + "typeName": "UnityEngine.Rendering.StencilState" + } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "left", + "typeName": "UnityEngine.Rendering.StencilState" + }, + { + "name": "right", + "typeName": "UnityEngine.Rendering.StencilState" + } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "StencilState", + "comment": "Values for the stencil state.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Rendering.SupportedRenderingFeatures", + "name": "active", + "comment": "Get / Set a SupportedRenderingFeatures.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.SupportedRenderingFeatures.ReflectionProbeModes", + "name": "reflectionProbeModes", + "comment": "Flags for supported reflection probes.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.SupportedRenderingFeatures.LightmapMixedBakeModes", + "name": "defaultMixedLightingModes", + "comment": "This is the fallback mode if the mode the user had previously selected is no longer available. See SupportedRenderingFeatures.mixedLightingModes.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.SupportedRenderingFeatures.LightmapMixedBakeModes", + "name": "mixedLightingModes", + "comment": "Specifies what LightmapMixedBakeModes that are supported. Please define a SupportedRenderingFeatures.defaultMixedLightingModes in case multiple modes are supported.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.LightmapBakeType", + "name": "lightmapBakeTypes", + "comment": "What baking types are supported. The unsupported ones will be hidden from the UI. See LightmapBakeType.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.LightmapsMode", + "name": "lightmapsModes", + "comment": "Specifies what modes are supported. Has to be at least one. See LightmapsMode.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "enlighten", + "comment": "Determines if Enlighten Realtime Global Illumination is supported by the currently selected pipeline. If it is not supported, Enlighten-specific settings do not appear in the Editor, which then defaults to the CPU Lightmapper, unless the Project was upgraded from 2019.2 or earlier.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "lightProbeProxyVolumes", + "comment": "Are light probe proxy volumes supported?\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "motionVectors", + "comment": "Are motion vectors supported?\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "receiveShadows", + "comment": "Can renderers support receiving shadows?\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "reflectionProbes", + "comment": "Are reflection probes supported?\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "rendererPriority", + "comment": "Determines if the renderer supports renderer priority sorting.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "terrainDetailUnsupported", + "comment": "Determines if the renderer supports terrain detail rendering.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "rendersUIOverlay", + "comment": "Determines whether the function to render UI overlays is called by SRP and not by the engine.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "overridesEnvironmentLighting", + "comment": "Determines if the renderer will override the Environment Lighting and will no longer need the built-in UI for it.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "overridesFog", + "comment": "Determines if the renderer will override the fog settings in the Lighting Panel and will no longer need the built-in UI for it.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "overridesRealtimeReflectionProbes", + "comment": "Specifies whether the render pipeline overrides the Realtime Reflection Probes settings in the Quality settings. If It does, the render pipeline does not need the built-in UI for Realtime Reflection Probes settings.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "overridesOtherLightingSettings", + "comment": "Determines if the renderer will override halo and flare settings in the Lighting Panel and will no longer need the built-in UI for it.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "editableMaterialRenderQueue", + "comment": "Determines whether the Scriptable Render Pipeline will override the default Material’s Render Queue settings and, if true, hides the Render Queue property in the Inspector.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "overridesLODBias", + "comment": "Specifies whether the renderer overrides the LOD bias settings in the Quality Settings Panel. If It does, the renderer does not need the built-in UI for LOD bias settings.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "overridesMaximumLODLevel", + "comment": "Specifies whether the renderer overrides the maximum LOD level settings in the Quality Settings Panel. If It does, the renderer does not need the built-in UI for maximum LOD level settings.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "rendererProbes", + "comment": "Determines whether the Renderer supports probe lighting.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "particleSystemInstancing", + "comment": "Determines if the renderer supports Particle System GPU instancing.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "autoAmbientProbeBaking", + "comment": "Determines if this renderer supports automatic ambient probe generation.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "autoDefaultReflectionProbeBaking", + "comment": "Determines if this renderer supports automatic default reflection probe generation.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "overridesShadowmask", + "comment": "Specifies whether the render pipeline overrides the Shadowmask settings in the Quality settings.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "string", + "name": "overrideShadowmaskMessage", + "comment": "Describes where the Shadowmask settings are located if SupportedRenderingFeatures.overridesShadowmask is set to true.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "string", + "name": "shadowmaskMessage", + "comment": "A message that tells the user where the Shadowmask settings are located.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "SupportedRenderingFeatures", + "comment": "Describes the rendering features supported by a given render pipeline.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Font", + "name": "font", + "comment": "The font to use for rendering. If null, the default font for the current GUISkin is used instead.\n\n", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "typeName": "UnityEngine.ImagePosition", + "name": "imagePosition", + "comment": "How image and text of the GUIContent is combined.\n\n", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "typeName": "UnityEngine.TextAnchor", + "name": "alignment", + "comment": "Text alignment.\n\n", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "typeName": "bool", + "name": "wordWrap", + "comment": "Should the text be wordwrapped?\n\n", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "typeName": "UnityEngine.TextClipping", + "name": "clipping", + "comment": "What to do when the contents to be rendered is too large to fit within the area given.\n\n", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "contentOffset", + "comment": "Pixel offset to apply to the content of this GUIstyle.\n\n", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "typeName": "float", + "name": "fixedWidth", + "comment": "If non-0, any GUI elements rendered with this style will have the width specified here.\n\n", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "typeName": "float", + "name": "fixedHeight", + "comment": "If non-0, any GUI elements rendered with this style will have the height specified here.\n\n", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "typeName": "bool", + "name": "stretchWidth", + "comment": "Can GUI elements of this style be stretched horizontally for better layouting?\n\n", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "typeName": "bool", + "name": "stretchHeight", + "comment": "Can GUI elements of this style be stretched vertically for better layout?\n\n", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "typeName": "int", + "name": "fontSize", + "comment": "The font size to use (for dynamic fonts).\n\n", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "typeName": "UnityEngine.FontStyle", + "name": "fontStyle", + "comment": "The font style to use (for dynamic fonts).\n\n", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "typeName": "bool", + "name": "richText", + "comment": "Enable HTML-style tags for Text Formatting Markup.\n\n", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "clipOffset", + "comment": "", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "typeName": "string", + "name": "name", + "comment": "The name of this GUIStyle. Used for getting them based on name.\n\n", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "typeName": "UnityEngine.GUIStyleState", + "name": "normal", + "comment": "Rendering settings for when the component is displayed normally.\n\n", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "typeName": "UnityEngine.GUIStyleState", + "name": "hover", + "comment": "Rendering settings for when the mouse is hovering over the control.\n\n", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "typeName": "UnityEngine.GUIStyleState", + "name": "active", + "comment": "Rendering settings for when the control is pressed down.\n\n", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "typeName": "UnityEngine.GUIStyleState", + "name": "onNormal", + "comment": "Rendering settings for when the control is turned on.\n\n", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "typeName": "UnityEngine.GUIStyleState", + "name": "onHover", + "comment": "Rendering settings for when the control is turned on and the mouse is hovering it.\n\n", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "typeName": "UnityEngine.GUIStyleState", + "name": "onActive", + "comment": "Rendering settings for when the element is turned on and pressed down.\n\n", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "typeName": "UnityEngine.GUIStyleState", + "name": "focused", + "comment": "Rendering settings for when the element has keyboard focus.\n\n", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "typeName": "UnityEngine.GUIStyleState", + "name": "onFocused", + "comment": "Rendering settings for when the element has keyboard and is turned on.\n\n", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "typeName": "UnityEngine.RectOffset", + "name": "border", + "comment": "The borders of all background images.\n\n", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "typeName": "UnityEngine.RectOffset", + "name": "margin", + "comment": "The margins between elements rendered in this style and any other GUI elements.\n\n", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "typeName": "UnityEngine.RectOffset", + "name": "padding", + "comment": "Space from the edge of GUIStyle to the start of the contents.\n\n", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "typeName": "UnityEngine.RectOffset", + "name": "overflow", + "comment": "Extra space to be added to the background image.\n\n", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "typeName": "float", + "name": "lineHeight", + "comment": "The height of one line of text with this style, measured in pixels. (Read Only)\n\n", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "typeName": "UnityEngine.GUIStyle", + "name": "none", + "comment": "Shortcut for an empty GUIStyle.\n\n", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "typeName": "bool", + "name": "isHeightDependantOnWidth", + "comment": "", + "location": "UnityEngine.IMGUIModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Constructor for empty GUIStyle.\n\n", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "other", "typeName": "UnityEngine.GUIStyle" }], + "isStatic": false, + "name": ".ctor", + "comment": "Constructs GUIStyle identical to given other GUIStyle.\n\n", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "position", "typeName": "UnityEngine.Rect" }, + { "name": "isHover", "typeName": "bool" }, + { "name": "isActive", "typeName": "bool" }, + { "name": "on", "typeName": "bool" }, + { "name": "hasKeyboardFocus", "typeName": "bool" } + ], + "isStatic": false, + "name": "Draw", + "comment": "Draw this GUIStyle on to the screen, internal version.\n\n", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "position", "typeName": "UnityEngine.Rect" }, + { "name": "text", "typeName": "string" }, + { "name": "isHover", "typeName": "bool" }, + { "name": "isActive", "typeName": "bool" }, + { "name": "on", "typeName": "bool" }, + { "name": "hasKeyboardFocus", "typeName": "bool" } + ], + "isStatic": false, + "name": "Draw", + "comment": "Draw the GUIStyle with a text string inside.\n\n", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "position", "typeName": "UnityEngine.Rect" }, + { "name": "image", "typeName": "UnityEngine.Texture" }, + { "name": "isHover", "typeName": "bool" }, + { "name": "isActive", "typeName": "bool" }, + { "name": "on", "typeName": "bool" }, + { "name": "hasKeyboardFocus", "typeName": "bool" } + ], + "isStatic": false, + "name": "Draw", + "comment": "Draw the GUIStyle with an image inside. If the image is too large to fit within the content area of the style it is scaled down.\n\n", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "position", "typeName": "UnityEngine.Rect" }, + { "name": "content", "typeName": "UnityEngine.GUIContent" }, + { "name": "isHover", "typeName": "bool" }, + { "name": "isActive", "typeName": "bool" }, + { "name": "on", "typeName": "bool" }, + { "name": "hasKeyboardFocus", "typeName": "bool" } + ], + "isStatic": false, + "name": "Draw", + "comment": "Draw the GUIStyle with text and an image inside. If the image is too large to fit within the content area of the style it is scaled down.\n\n", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "position", "typeName": "UnityEngine.Rect" }, + { "name": "content", "typeName": "UnityEngine.GUIContent" }, + { "name": "controlID", "typeName": "int" } + ], + "isStatic": false, + "name": "Draw", + "comment": "Draw the GUIStyle with text and an image inside. If the image is too large to fit within the content area of the style it is scaled down.\n\n", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "position", "typeName": "UnityEngine.Rect" }, + { "name": "content", "typeName": "UnityEngine.GUIContent" }, + { "name": "controlID", "typeName": "int" }, + { "name": "on", "typeName": "bool" } + ], + "isStatic": false, + "name": "Draw", + "comment": "Draw the GUIStyle with text and an image inside. If the image is too large to fit within the content area of the style it is scaled down.\n\n", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "position", "typeName": "UnityEngine.Rect" }, + { "name": "content", "typeName": "UnityEngine.GUIContent" }, + { "name": "controlID", "typeName": "int" }, + { "name": "on", "typeName": "bool" }, + { "name": "hover", "typeName": "bool" } + ], + "isStatic": false, + "name": "Draw", + "comment": "", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "position", "typeName": "UnityEngine.Rect" }, + { "name": "content", "typeName": "UnityEngine.GUIContent" }, + { "name": "controlID", "typeName": "int" }, + { "name": "character", "typeName": "int" } + ], + "isStatic": false, + "name": "DrawCursor", + "comment": "Draw this GUIStyle with selected content.\n\n", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "position", "typeName": "UnityEngine.Rect" }, + { "name": "content", "typeName": "UnityEngine.GUIContent" }, + { "name": "controlID", "typeName": "int" }, + { "name": "firstSelectedCharacter", "typeName": "int" }, + { "name": "lastSelectedCharacter", "typeName": "int" } + ], + "isStatic": false, + "name": "DrawWithTextSelection", + "comment": "Draw this GUIStyle with selected content.\n\n", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "returnTypeName": "GUIStyle", + "params": [{ "name": "str", "typeName": "string" }], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "returnTypeName": "Vector2", + "params": [ + { "name": "position", "typeName": "UnityEngine.Rect" }, + { "name": "content", "typeName": "UnityEngine.GUIContent" }, + { "name": "cursorStringIndex", "typeName": "int" } + ], + "isStatic": false, + "name": "GetCursorPixelPosition", + "comment": "Get the pixel position of a given string index.\n\n", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "position", "typeName": "UnityEngine.Rect" }, + { "name": "content", "typeName": "UnityEngine.GUIContent" }, + { "name": "cursorPixelPosition", "typeName": "UnityEngine.Vector2" } + ], + "isStatic": false, + "name": "GetCursorStringIndex", + "comment": "Get the cursor position (indexing into contents.text) when the user clicked at cursorPixelPosition.\n\n", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "returnTypeName": "Vector2", + "params": [ + { "name": "content", "typeName": "UnityEngine.GUIContent" } + ], + "isStatic": false, + "name": "CalcSize", + "comment": "Calculate the size of some content if it is rendered with this style.\n\n", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "returnTypeName": "Vector2", + "params": [ + { "name": "contentSize", "typeName": "UnityEngine.Vector2" } + ], + "isStatic": false, + "name": "CalcScreenSize", + "comment": "Calculate the size of an element formatted with this style, and a given space to content.\n\n", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "returnTypeName": "Single", + "params": [ + { "name": "content", "typeName": "UnityEngine.GUIContent" }, + { "name": "width", "typeName": "float" } + ], + "isStatic": false, + "name": "CalcHeight", + "comment": "How tall this element will be when rendered with content and a specific width.\n\n", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "content", "typeName": "UnityEngine.GUIContent" }, + { "name": "minWidth", "typeName": "float" }, + { "name": "maxWidth", "typeName": "float" } + ], + "isStatic": false, + "name": "CalcMinMaxWidth", + "comment": "", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "UnityEngine.IMGUIModule.dll" + } + ], + "name": "GUIStyle", + "comment": "Styling information for GUI elements.\n\n", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.ImagePosition", + "name": "ImageLeft", + "comment": "Image is to the left of the text.\n\n", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "typeName": "UnityEngine.ImagePosition", + "name": "ImageAbove", + "comment": "Image is above the text.\n\n", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "typeName": "UnityEngine.ImagePosition", + "name": "ImageOnly", + "comment": "Only the image is displayed.\n\n", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "typeName": "UnityEngine.ImagePosition", + "name": "TextOnly", + "comment": "Only the text is displayed.\n\n", + "location": "UnityEngine.IMGUIModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.ImagePosition", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.IMGUIModule.dll" + } + ], + "name": "ImagePosition", + "comment": "How image and text is placed inside GUIStyle.\n\n", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.TextClipping", + "name": "Overflow", + "comment": "Text flows freely outside the element.\n\n", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "typeName": "UnityEngine.TextClipping", + "name": "Clip", + "comment": "Text gets clipped to be inside the element.\n\n", + "location": "UnityEngine.IMGUIModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.TextClipping", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.IMGUIModule.dll" + } + ], + "name": "TextClipping", + "comment": "Different methods for how the GUI system handles text being too large to fit the rectangle allocated.\n\n", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.ParticleSystemInheritVelocityMode", + "name": "Initial", + "comment": "Each particle inherits the emitter's velocity on the frame when it was initially emitted.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemInheritVelocityMode", + "name": "Current", + "comment": "Each particle's velocity is set to the emitter's current velocity value, every frame.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.ParticleSystemInheritVelocityMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "name": "ParticleSystemInheritVelocityMode", + "comment": "How to apply emitter velocity to particles.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Default constructor initializes the attribute for OnGUI to be called for all available displays.\n\n```plaintext\nParams: displayIndex - Display index.\n displayIndex1 - Display index.\n displayIndexList - Display index list.\n \n```\n\n", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "displayIndex", "typeName": "int" }], + "isStatic": false, + "name": ".ctor", + "comment": "Default constructor initializes the attribute for OnGUI to be called for all available displays.\n\n```plaintext\nParams: displayIndex - Display index.\n displayIndex1 - Display index.\n displayIndexList - Display index list.\n \n```\n\n", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "displayIndex", "typeName": "int" }, + { "name": "displayIndex1", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Default constructor initializes the attribute for OnGUI to be called for all available displays.\n\n```plaintext\nParams: displayIndex - Display index.\n displayIndex1 - Display index.\n displayIndexList - Display index list.\n \n```\n\n", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "displayIndex", "typeName": "int" }, + { "name": "displayIndex1", "typeName": "int" }, + { "name": "displayIndexList", "typeName": "int[]" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Default constructor initializes the attribute for OnGUI to be called for all available displays.\n\n```plaintext\nParams: displayIndex - Display index.\n displayIndex1 - Display index.\n displayIndexList - Display index list.\n \n```\n\n", + "location": "UnityEngine.IMGUIModule.dll" + } + ], + "name": "GUITargetAttribute", + "comment": "Allows to control for which display the OnGUI is called.\n\n", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.ParticleSystemTriggerEventType", + "name": "Inside", + "comment": "Trigger when particles are inside the collision volume.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemTriggerEventType", + "name": "Outside", + "comment": "Trigger when particles are outside the collision volume.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemTriggerEventType", + "name": "Enter", + "comment": "Trigger when particles enter the collision volume.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemTriggerEventType", + "name": "Exit", + "comment": "Trigger when particles leave the collision volume.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.ParticleSystemTriggerEventType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "name": "ParticleSystemTriggerEventType", + "comment": "The different types of particle triggers.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "hasModalWindow", + "comment": "A global property, which is true if a ModalWindow is being displayed, false otherwise.\n\n", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "typeName": "string", + "name": "systemCopyBuffer", + "comment": "Get access to the system-wide clipboard.\n\n", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "typeName": "int", + "name": "hotControl", + "comment": "The controlID of the current hot control.\n\n", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "typeName": "int", + "name": "keyboardControl", + "comment": "The controlID of the control that has keyboard focus.\n\n", + "location": "UnityEngine.IMGUIModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Int32", + "params": [ + { "name": "hint", "typeName": "int" }, + { "name": "focusType", "typeName": "UnityEngine.FocusType" }, + { "name": "rect", "typeName": "UnityEngine.Rect" } + ], + "isStatic": true, + "name": "GetControlID", + "comment": "Get a unique ID for a control, using an integer as a hint to help ensure correct matching of IDs to controls.\n\n", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "returnTypeName": "Rect", + "params": [ + { "name": "rect", "typeName": "UnityEngine.Rect" }, + { "name": "widthInPixels", "typeName": "int" }, + { "name": "heightInPixels", "typeName": "int" } + ], + "isStatic": true, + "name": "AlignRectToDevice", + "comment": "", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "focus", "typeName": "UnityEngine.FocusType" }], + "isStatic": true, + "name": "GetControlID", + "comment": "Get a unique ID for a control.\n\n", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "contents", "typeName": "UnityEngine.GUIContent" }, + { "name": "focus", "typeName": "UnityEngine.FocusType" } + ], + "isStatic": true, + "name": "GetControlID", + "comment": "Get a unique ID for a control, using a the label content as a hint to help ensure correct matching of IDs to controls.\n\n", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "focus", "typeName": "UnityEngine.FocusType" }, + { "name": "position", "typeName": "UnityEngine.Rect" } + ], + "isStatic": true, + "name": "GetControlID", + "comment": "Get a unique ID for a control.\n\n", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "contents", "typeName": "UnityEngine.GUIContent" }, + { "name": "focus", "typeName": "UnityEngine.FocusType" }, + { "name": "position", "typeName": "UnityEngine.Rect" } + ], + "isStatic": true, + "name": "GetControlID", + "comment": "Get a unique ID for a control, using a the label content as a hint to help ensure correct matching of IDs to controls.\n\n", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "hint", "typeName": "int" }, + { "name": "focus", "typeName": "UnityEngine.FocusType" } + ], + "isStatic": true, + "name": "GetControlID", + "comment": "Get a unique ID for a control, using an integer as a hint to help ensure correct matching of IDs to controls.\n\n", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "t", "typeName": "System.Type" }, + { "name": "controlID", "typeName": "int" } + ], + "isStatic": true, + "name": "GetStateObject", + "comment": "Get a state object from a controlID.\n\n", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "t", "typeName": "System.Type" }, + { "name": "controlID", "typeName": "int" } + ], + "isStatic": true, + "name": "QueryStateObject", + "comment": "Get an existing state object from a controlID.\n\n", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "ExitGUI", + "comment": "Puts the GUI in a state that will prevent all subsequent immediate mode GUI functions from evaluating for the remainder of the GUI loop by throwing an ExitGUIException.\n\n", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "returnTypeName": "Vector2", + "params": [{ "name": "guiPoint", "typeName": "UnityEngine.Vector2" }], + "isStatic": true, + "name": "GUIToScreenPoint", + "comment": "Convert a point from GUI position to screen space.\n\n", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "returnTypeName": "Rect", + "params": [{ "name": "guiRect", "typeName": "UnityEngine.Rect" }], + "isStatic": true, + "name": "GUIToScreenRect", + "comment": "Convert a rect from GUI position to screen space.\n\n", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "returnTypeName": "Vector2", + "params": [ + { "name": "screenPoint", "typeName": "UnityEngine.Vector2" } + ], + "isStatic": true, + "name": "ScreenToGUIPoint", + "comment": "Convert a point from screen space to GUI position.\n\n", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "returnTypeName": "Rect", + "params": [{ "name": "screenRect", "typeName": "UnityEngine.Rect" }], + "isStatic": true, + "name": "ScreenToGUIRect", + "comment": "Convert a rect from screen space to GUI position.\n\n", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "angle", "typeName": "float" }, + { "name": "pivotPoint", "typeName": "UnityEngine.Vector2" } + ], + "isStatic": true, + "name": "RotateAroundPivot", + "comment": "Helper function to rotate the GUI around a point.\n\n", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "scale", "typeName": "UnityEngine.Vector2" }, + { "name": "pivotPoint", "typeName": "UnityEngine.Vector2" } + ], + "isStatic": true, + "name": "ScaleAroundPivot", + "comment": "Helper function to scale the GUI around a point.\n\n", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "returnTypeName": "Rect", + "params": [{ "name": "rect", "typeName": "UnityEngine.Rect" }], + "isStatic": true, + "name": "AlignRectToDevice", + "comment": "The aligned rectangle in local space.\n\n```plaintext\nParams: local - The local space rectangle that needs to be processed.\n widthInPixels - Width, in pixel units, of the axis-aligned bounding box that encompasses the aligned points.\n heightInPixels - Height, in pixel units, of the axis-aligned bounding box that encompasses the aligned points.\n \n```\n\n", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.IMGUIModule.dll" + } + ], + "name": "GUIUtility", + "comment": "Utility class for making new GUI controls.\n\n", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Exception", + "attribute": "", + "interfaces": ["_Exception", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.IMGUIModule.dll" + } + ], + "name": "ExitGUIException", + "comment": "An exception that will prevent all subsequent immediate mode GUI functions from evaluating for the remainder of the GUI loop.\n\n", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.ParticleSystemVertexStream", + "name": "Position", + "comment": "The position of each particle vertex, in world space.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemVertexStream", + "name": "Normal", + "comment": "The vertex normal of each particle.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemVertexStream", + "name": "Tangent", + "comment": "The tangent vector for each particle (for normal mapping).\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemVertexStream", + "name": "Color", + "comment": "The color of each particle.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemVertexStream", + "name": "UV", + "comment": "The first UV stream of each particle.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemVertexStream", + "name": "UV2", + "comment": "The second UV stream of each particle.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemVertexStream", + "name": "UV3", + "comment": "The third UV stream of each particle (only for meshes).\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemVertexStream", + "name": "UV4", + "comment": "The fourth UV stream of each particle (only for meshes).\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemVertexStream", + "name": "AnimBlend", + "comment": "The amount to blend between animated texture frames, from 0 to 1.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemVertexStream", + "name": "AnimFrame", + "comment": "The current animation frame index of each particle.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemVertexStream", + "name": "Center", + "comment": "The center position of the entire particle, in world space.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemVertexStream", + "name": "VertexID", + "comment": "The vertex ID of each particle.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemVertexStream", + "name": "SizeX", + "comment": "The X axis size of each particle.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemVertexStream", + "name": "SizeXY", + "comment": "The X and Y axis sizes of each particle.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemVertexStream", + "name": "SizeXYZ", + "comment": "The 3D size of each particle.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemVertexStream", + "name": "Rotation", + "comment": "The Z axis rotation of each particle.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemVertexStream", + "name": "Rotation3D", + "comment": "The 3D rotation of each particle.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemVertexStream", + "name": "RotationSpeed", + "comment": "The Z axis rotational speed of each particle.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemVertexStream", + "name": "RotationSpeed3D", + "comment": "The 3D rotational speed of each particle.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemVertexStream", + "name": "Velocity", + "comment": "The velocity of each particle, in world space.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemVertexStream", + "name": "Speed", + "comment": "The speed of each particle, calculated by taking the magnitude of the velocity.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemVertexStream", + "name": "AgePercent", + "comment": "The normalized age of each particle, from 0 to 1.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemVertexStream", + "name": "InvStartLifetime", + "comment": "The reciprocal of the starting lifetime, in seconds (1.0f / startLifetime).\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemVertexStream", + "name": "StableRandomX", + "comment": "A random number for each particle, which remains constant during their lifetime.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemVertexStream", + "name": "StableRandomXY", + "comment": "Two random numbers for each particle, which remain constant during their lifetime.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemVertexStream", + "name": "StableRandomXYZ", + "comment": "Three random numbers for each particle, which remain constant during their lifetime.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemVertexStream", + "name": "StableRandomXYZW", + "comment": "Four random numbers for each particle, which remain constant during their lifetime.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemVertexStream", + "name": "VaryingRandomX", + "comment": "A random number for each particle, which changes during their lifetime.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemVertexStream", + "name": "VaryingRandomXY", + "comment": "Two random numbers for each particle, which change during their lifetime.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemVertexStream", + "name": "VaryingRandomXYZ", + "comment": "Three random numbers for each particle, which change during their lifetime.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemVertexStream", + "name": "VaryingRandomXYZW", + "comment": "Four random numbers for each particle, which change during their lifetime.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemVertexStream", + "name": "Custom1X", + "comment": "One custom value for each particle, defined by the Custom Data Module, or ParticleSystem.SetCustomParticleData.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemVertexStream", + "name": "Custom1XY", + "comment": "Two custom values for each particle, defined by the Custom Data Module, or ParticleSystem.SetCustomParticleData.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemVertexStream", + "name": "Custom1XYZ", + "comment": "Three custom values for each particle, defined by the Custom Data Module, or ParticleSystem.SetCustomParticleData.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemVertexStream", + "name": "Custom1XYZW", + "comment": "Four custom values for each particle, defined by the Custom Data Module, or ParticleSystem.SetCustomParticleData.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemVertexStream", + "name": "Custom2X", + "comment": "One custom value for each particle, defined by the Custom Data Module, or ParticleSystem.SetCustomParticleData.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemVertexStream", + "name": "Custom2XY", + "comment": "Two custom values for each particle, defined by the Custom Data Module, or ParticleSystem.SetCustomParticleData.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemVertexStream", + "name": "Custom2XYZ", + "comment": "Three custom values for each particle, defined by the Custom Data Module, or ParticleSystem.SetCustomParticleData.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemVertexStream", + "name": "Custom2XYZW", + "comment": "Four custom values for each particle, defined by the Custom Data Module, or ParticleSystem.SetCustomParticleData.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemVertexStream", + "name": "NoiseSumX", + "comment": "The accumulated X axis noise, over the lifetime of the particle.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemVertexStream", + "name": "NoiseSumXY", + "comment": "The accumulated X and Y axis noise, over the lifetime of the particle.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemVertexStream", + "name": "NoiseSumXYZ", + "comment": "The accumulated 3D noise, over the lifetime of the particle.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemVertexStream", + "name": "NoiseImpulseX", + "comment": "The X axis noise on the current frame.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemVertexStream", + "name": "NoiseImpulseXY", + "comment": "The X and Y axis noise on the current frame.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemVertexStream", + "name": "NoiseImpulseXYZ", + "comment": "The 3D noise on the current frame.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemVertexStream", + "name": "MeshIndex", + "comment": "The index of the mesh used by the current particle.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.ParticleSystemVertexStream", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "name": "ParticleSystemVertexStream", + "comment": "All possible Particle System vertex shader inputs.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.ParticleSystemCustomData", + "name": "Custom1", + "comment": "The first stream of custom per-particle data.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemCustomData", + "name": "Custom2", + "comment": "The second stream of custom per-particle data.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.ParticleSystemCustomData", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "name": "ParticleSystemCustomData", + "comment": "Which stream of custom particle data to set.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.TouchScreenKeyboard", + "name": "keyboardOnScreen", + "comment": "", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "typeName": "int", + "name": "controlID", + "comment": "", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "typeName": "UnityEngine.GUIStyle", + "name": "style", + "comment": "", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "typeName": "bool", + "name": "multiline", + "comment": "", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "typeName": "bool", + "name": "hasHorizontalCursorPos", + "comment": "", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "typeName": "bool", + "name": "isPasswordField", + "comment": "", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "scrollOffset", + "comment": "", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "graphicalCursorPos", + "comment": "", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "graphicalSelectCursorPos", + "comment": "", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "typeName": "UnityEngine.GUIContent", + "name": "content", + "comment": "", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "typeName": "string", + "name": "text", + "comment": "", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "typeName": "UnityEngine.Rect", + "name": "position", + "comment": "", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "typeName": "int", + "name": "cursorIndex", + "comment": "", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "typeName": "int", + "name": "selectIndex", + "comment": "", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "typeName": "UnityEngine.TextEditor.DblClickSnapping", + "name": "doubleClickSnapping", + "comment": "", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "typeName": "int", + "name": "altCursorPosition", + "comment": "", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "typeName": "bool", + "name": "hasSelection", + "comment": "", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "typeName": "string", + "name": "SelectedText", + "comment": "", + "location": "UnityEngine.IMGUIModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "OnFocus", + "comment": "", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "OnLostFocus", + "comment": "", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "e", "typeName": "UnityEngine.Event" }], + "isStatic": false, + "name": "HandleKeyEvent", + "comment": "", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "DeleteLineBack", + "comment": "", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "DeleteWordBack", + "comment": "", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "DeleteWordForward", + "comment": "", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "Delete", + "comment": "", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "CanPaste", + "comment": "", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "Backspace", + "comment": "", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "SelectAll", + "comment": "", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "SelectNone", + "comment": "", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "DeleteSelection", + "comment": "", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "replace", "typeName": "string" }], + "isStatic": false, + "name": "ReplaceSelection", + "comment": "", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "c", "typeName": "char" }], + "isStatic": false, + "name": "Insert", + "comment": "", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "MoveSelectionToAltCursor", + "comment": "", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "MoveRight", + "comment": "", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "MoveLeft", + "comment": "", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "MoveUp", + "comment": "", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "MoveDown", + "comment": "", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "MoveLineStart", + "comment": "", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "MoveLineEnd", + "comment": "", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "MoveGraphicalLineStart", + "comment": "", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "MoveGraphicalLineEnd", + "comment": "", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "MoveTextStart", + "comment": "", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "MoveTextEnd", + "comment": "", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "MoveParagraphForward", + "comment": "", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "MoveParagraphBackward", + "comment": "", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "cursorPosition", "typeName": "UnityEngine.Vector2" } + ], + "isStatic": false, + "name": "MoveCursorToPosition", + "comment": "", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "cursorPosition", "typeName": "UnityEngine.Vector2" } + ], + "isStatic": false, + "name": "MoveAltCursorToPosition", + "comment": "", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "cursorPosition", "typeName": "UnityEngine.Vector2" } + ], + "isStatic": false, + "name": "IsOverSelection", + "comment": "", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "cursorPosition", "typeName": "UnityEngine.Vector2" } + ], + "isStatic": false, + "name": "SelectToPosition", + "comment": "", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "SelectLeft", + "comment": "", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "SelectRight", + "comment": "", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "SelectUp", + "comment": "", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "SelectDown", + "comment": "", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "SelectTextEnd", + "comment": "", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "SelectTextStart", + "comment": "", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "on", "typeName": "bool" }], + "isStatic": false, + "name": "MouseDragSelectsWholeWords", + "comment": "", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "snapping", + "typeName": "UnityEngine.TextEditor.DblClickSnapping" + } + ], + "isStatic": false, + "name": "DblClickSnap", + "comment": "", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "MoveWordRight", + "comment": "", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "MoveToStartOfNextWord", + "comment": "", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "MoveToEndOfPreviousWord", + "comment": "", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "SelectToStartOfNextWord", + "comment": "", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "SelectToEndOfPreviousWord", + "comment": "", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "p", "typeName": "int" }], + "isStatic": false, + "name": "FindStartOfNextWord", + "comment": "", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "MoveWordLeft", + "comment": "", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "SelectWordRight", + "comment": "", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "SelectWordLeft", + "comment": "", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ExpandSelectGraphicalLineStart", + "comment": "", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ExpandSelectGraphicalLineEnd", + "comment": "", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "SelectGraphicalLineStart", + "comment": "", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "SelectGraphicalLineEnd", + "comment": "", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "SelectParagraphForward", + "comment": "", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "SelectParagraphBackward", + "comment": "", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "SelectCurrentWord", + "comment": "", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "SelectCurrentParagraph", + "comment": "", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "evt", "typeName": "UnityEngine.Event" }], + "isStatic": false, + "name": "UpdateScrollOffsetIfNeeded", + "comment": "", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "newText", "typeName": "string" }], + "isStatic": false, + "name": "DrawCursor", + "comment": "", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "SaveBackup", + "comment": "", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Undo", + "comment": "", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "Cut", + "comment": "", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Copy", + "comment": "", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "Paste", + "comment": "", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "DetectFocusChange", + "comment": "", + "location": "UnityEngine.IMGUIModule.dll" + } + ], + "name": "TextEditor", + "comment": "", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Rendering.SupportedRenderingFeatures.ReflectionProbeModes", + "name": "None", + "comment": "Default reflection probe support.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.SupportedRenderingFeatures.ReflectionProbeModes", + "name": "Rotation", + "comment": "Rotated reflection probes are supported.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Rendering.SupportedRenderingFeatures.ReflectionProbeModes", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "ReflectionProbeModes", + "comment": "Supported modes for ReflectionProbes.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.ParticleSystemCustomDataMode", + "name": "Disabled", + "comment": "Don't generate any data.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemCustomDataMode", + "name": "Vector", + "comment": "Generate data using ParticleSystem.MinMaxCurve.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemCustomDataMode", + "name": "Color", + "comment": "Generate data using ParticleSystem.MinMaxGradient.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.ParticleSystemCustomDataMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "name": "ParticleSystemCustomDataMode", + "comment": "Which mode CustomDataModule uses to generate its data.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.ParticleSystemNoiseQuality", + "name": "Low", + "comment": "Low quality 1D noise.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemNoiseQuality", + "name": "Medium", + "comment": "Medium quality 2D noise.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemNoiseQuality", + "name": "High", + "comment": "High quality 3D noise.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.ParticleSystemNoiseQuality", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "name": "ParticleSystemNoiseQuality", + "comment": "The quality of the generated noise.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Rendering.SupportedRenderingFeatures.LightmapMixedBakeModes", + "name": "None", + "comment": "No mode is supported.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.SupportedRenderingFeatures.LightmapMixedBakeModes", + "name": "IndirectOnly", + "comment": "Same as MixedLightingMode.IndirectOnly but determines if it is supported by the pipeline.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.SupportedRenderingFeatures.LightmapMixedBakeModes", + "name": "Subtractive", + "comment": "Same as MixedLightingMode.Subtractive but determines if it is supported by the pipeline.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.SupportedRenderingFeatures.LightmapMixedBakeModes", + "name": "Shadowmask", + "comment": "Determines what is supported by the rendering pipeline. This enum is similar to MixedLightingMode.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Rendering.SupportedRenderingFeatures.LightmapMixedBakeModes", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "LightmapMixedBakeModes", + "comment": "Same as MixedLightingMode for baking, but is used to determine what is supported by the pipeline.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.ParticleSystemSubEmitterType", + "name": "Birth", + "comment": "Spawns new particles when particles from the parent system are born.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemSubEmitterType", + "name": "Collision", + "comment": "Spawns new particles when particles from the parent system collide with something.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemSubEmitterType", + "name": "Death", + "comment": "Spawns new particles when particles from the parent system die.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemSubEmitterType", + "name": "Trigger", + "comment": "Spawns new particles when particles from the parent system pass conditions in the Trigger Module.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemSubEmitterType", + "name": "Manual", + "comment": "Spawns new particles when triggered from script using ParticleSystem.TriggerSubEmitter.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.ParticleSystemSubEmitterType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "name": "ParticleSystemSubEmitterType", + "comment": "The events that cause new particles to be spawned.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IEquatable"], + "fields": [ + { + "typeName": "UnityEngine.Light", + "name": "light", + "comment": "Accessor to Light component.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.LightType", + "name": "lightType", + "comment": "Light type.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Color", + "name": "finalColor", + "comment": "Light color multiplied by intensity.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rect", + "name": "screenRect", + "comment": "Light's influence rectangle on screen.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Matrix4x4", + "name": "localToWorldMatrix", + "comment": "Light transformation matrix.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "range", + "comment": "Light range.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "spotAngle", + "comment": "Spot light angle.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "intersectsNearPlane", + "comment": "Light intersects near clipping plane.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "intersectsFarPlane", + "comment": "Light intersects far clipping plane.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "other", + "typeName": "UnityEngine.Rendering.VisibleLight" + } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "left", + "typeName": "UnityEngine.Rendering.VisibleLight" + }, + { + "name": "right", + "typeName": "UnityEngine.Rendering.VisibleLight" + } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "left", + "typeName": "UnityEngine.Rendering.VisibleLight" + }, + { + "name": "right", + "typeName": "UnityEngine.Rendering.VisibleLight" + } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "VisibleLight", + "comment": "Holds data of a visible light.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.ParticleSystemSubEmitterProperties", + "name": "InheritNothing", + "comment": "When spawning new particles, do not inherit any properties from the parent particles.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemSubEmitterProperties", + "name": "InheritEverything", + "comment": "When spawning new particles, inherit all available properties from the parent particles.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemSubEmitterProperties", + "name": "InheritColor", + "comment": "When spawning new particles, multiply the start color by the color of the parent particles.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemSubEmitterProperties", + "name": "InheritSize", + "comment": "When spawning new particles, multiply the start size by the size of the parent particles.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemSubEmitterProperties", + "name": "InheritRotation", + "comment": "When spawning new particles, add the start rotation to the rotation of the parent particles.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemSubEmitterProperties", + "name": "InheritLifetime", + "comment": "New particles will have a shorter lifespan, the closer their parent particles are to death.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemSubEmitterProperties", + "name": "InheritDuration", + "comment": "When spawning new particles, use the duration and age properties from the parent system, when sampling MainModule curves in the Sub-Emitter.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.ParticleSystemSubEmitterProperties", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "name": "ParticleSystemSubEmitterProperties", + "comment": "The properties of sub-emitter particles.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IEquatable"], + "fields": [ + { + "typeName": "UnityEngine.Texture", + "name": "texture", + "comment": "Probe texture.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.ReflectionProbe", + "name": "reflectionProbe", + "comment": "Accessor to ReflectionProbe component.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Bounds", + "name": "bounds", + "comment": "Probe bounding box.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Matrix4x4", + "name": "localToWorldMatrix", + "comment": "Probe transformation matrix.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector4", + "name": "hdrData", + "comment": "Shader data for probe HDR texture decoding.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "center", + "comment": "Probe projection center.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "blendDistance", + "comment": "Probe blending distance.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "importance", + "comment": "Probe importance.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "isBoxProjection", + "comment": "Should probe use box projection.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "other", + "typeName": "UnityEngine.Rendering.VisibleReflectionProbe" + } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "left", + "typeName": "UnityEngine.Rendering.VisibleReflectionProbe" + }, + { + "name": "right", + "typeName": "UnityEngine.Rendering.VisibleReflectionProbe" + } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "left", + "typeName": "UnityEngine.Rendering.VisibleReflectionProbe" + }, + { + "name": "right", + "typeName": "UnityEngine.Rendering.VisibleReflectionProbe" + } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "VisibleReflectionProbe", + "comment": "Holds data of a visible reflection reflectionProbe.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.ParticleSystemTrailMode", + "name": "PerParticle", + "comment": "Makes a trail behind each particle as the particle moves.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemTrailMode", + "name": "Ribbon", + "comment": "Draws a line between each particle, connecting the youngest particle to the oldest.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.ParticleSystemTrailMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "name": "ParticleSystemTrailMode", + "comment": "Choose how Particle Trails are generated.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "PhysicsScene2D", + "params": [], + "isStatic": false, + "name": "GetPhysicsScene2D", + "comment": "The 2D physics Scene used by the Scene.\n\n```plaintext\nParams: scene - The Scene from which to return the 2D physics Scene.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + } + ], + "name": "PhysicsSceneExtensions2D", + "comment": "Scene extensions to access the underlying physics scene.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "define", + "typeName": "UnityEngine.Rendering.BuiltinShaderDefine" + } + ], + "isStatic": false, + "name": "IsEnabled", + "comment": "Check whether a specific shader keyword is enabled.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "define", + "typeName": "UnityEngine.Rendering.BuiltinShaderDefine" + } + ], + "isStatic": false, + "name": "Enable", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "define", + "typeName": "UnityEngine.Rendering.BuiltinShaderDefine" + } + ], + "isStatic": false, + "name": "Disable", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "PlatformKeywordSet", + "comment": "A collection of Rendering.ShaderKeyword that represents a specific platform variant.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.ParticleSystemTrailTextureMode", + "name": "Stretch", + "comment": "Map the texture once along the entire length of the trail.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemTrailTextureMode", + "name": "Tile", + "comment": "Repeat the texture along the trail. To set the tiling rate, use Material.SetTextureScale.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemTrailTextureMode", + "name": "DistributePerSegment", + "comment": "Map the texture once along the entire length of the trail, assuming all vertices are evenly spaced.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemTrailTextureMode", + "name": "RepeatPerSegment", + "comment": "Repeat the texture along the trail, repeating at a rate of once per trail segment. To adjust the tiling rate, use Material.SetTextureScale.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.ParticleSystemTrailTextureMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "name": "ParticleSystemTrailTextureMode", + "comment": "Choose how textures are applied to Particle Trails.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Rendering.ShaderKeywordType", + "name": "None", + "comment": "No type is assigned.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.ShaderKeywordType", + "name": "BuiltinDefault", + "comment": "The keyword is built-in the runtime and it is systematically reserved.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.ShaderKeywordType", + "name": "BuiltinExtra", + "comment": "The keyword is built-in the runtime and it is optionally reserved depending on the features used.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.ShaderKeywordType", + "name": "BuiltinAutoStripped", + "comment": "The keyword is built-in the runtime and can be automatically stripped if unusued.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.ShaderKeywordType", + "name": "UserDefined", + "comment": "The keyword is defined by the user.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Rendering.ShaderKeywordType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "ShaderKeywordType", + "comment": "Type of a shader keyword, eg: built-in or user defined.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.ParticleSystemShapeMultiModeValue", + "name": "Random", + "comment": "Generate points randomly. (Default)\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemShapeMultiModeValue", + "name": "Loop", + "comment": "Animate the emission point around the shape.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemShapeMultiModeValue", + "name": "PingPong", + "comment": "Animate the emission point around the shape, alternating between clockwise and counter-clockwise directions.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemShapeMultiModeValue", + "name": "BurstSpread", + "comment": "Distribute new particles around the shape evenly.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.ParticleSystemShapeMultiModeValue", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "name": "ParticleSystemShapeMultiModeValue", + "comment": "The mode used to generate new points in a shape.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "IgnoreRaycastLayer", + "comment": "Layer mask constant for the default layer that ignores raycasts.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "int", + "name": "DefaultRaycastLayers", + "comment": "Layer mask constant that includes all layers participating in raycasts by default.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "int", + "name": "AllLayers", + "comment": "Layer mask constant that includes all layers.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "UnityEngine.PhysicsScene2D", + "name": "defaultPhysicsScene", + "comment": "The PhysicsScene2D automatically created when Unity starts.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "int", + "name": "velocityIterations", + "comment": "The number of iterations of the physics solver when considering objects' velocities.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "int", + "name": "positionIterations", + "comment": "The number of iterations of the physics solver when considering objects' positions.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "gravity", + "comment": "Acceleration due to gravity.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "bool", + "name": "queriesHitTriggers", + "comment": "Do raycasts detect Colliders configured as triggers?\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "bool", + "name": "queriesStartInColliders", + "comment": "Set the raycasts or linecasts that start inside Colliders to detect or not detect those Colliders.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "bool", + "name": "callbacksOnDisable", + "comment": "Use this to control whether or not the appropriate OnCollisionExit2D or OnTriggerExit2D callbacks should be called when a Collider2D is disabled.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "bool", + "name": "reuseCollisionCallbacks", + "comment": "Determines whether the garbage collector should reuse only a single instance of a Collision2D type for all collision callbacks.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "bool", + "name": "autoSyncTransforms", + "comment": "Set whether to automatically sync changes to the Transform component with the physics engine.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "UnityEngine.SimulationMode2D", + "name": "simulationMode", + "comment": "Controls when Unity executes the 2D physics simulation.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "UnityEngine.PhysicsJobOptions2D", + "name": "jobOptions", + "comment": "A set of options that control how physics operates when using the job system to multithread the physics simulation.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "float", + "name": "velocityThreshold", + "comment": "Any collisions with a relative linear velocity below this threshold will be treated as inelastic.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "float", + "name": "maxLinearCorrection", + "comment": "The maximum linear position correction used when solving constraints. This helps to prevent overshoot.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "float", + "name": "maxAngularCorrection", + "comment": "The maximum angular position correction used when solving constraints. This helps to prevent overshoot.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "float", + "name": "maxTranslationSpeed", + "comment": "The maximum linear speed of a rigid-body per physics update. Increasing this can cause numerical problems.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "float", + "name": "maxRotationSpeed", + "comment": "The maximum angular speed of a rigid-body per physics update. Increasing this can cause numerical problems.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "float", + "name": "defaultContactOffset", + "comment": "The default contact offset of the newly created Colliders.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "float", + "name": "baumgarteScale", + "comment": "The scale factor that controls how fast overlaps are resolved.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "float", + "name": "baumgarteTOIScale", + "comment": "The scale factor that controls how fast TOI overlaps are resolved.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "float", + "name": "timeToSleep", + "comment": "The time in seconds that a rigid-body must be still before it will go to sleep.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "float", + "name": "linearSleepTolerance", + "comment": "A rigid-body cannot sleep if its linear velocity is above this tolerance.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "float", + "name": "angularSleepTolerance", + "comment": "A Rigidbody cannot sleep if its angular velocity is above this tolerance threshold.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "bool", + "name": "alwaysShowColliders", + "comment": "Enable to always show the Collider Gizmos even when they are not selected.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "bool", + "name": "showColliderSleep", + "comment": "Should the Collider Gizmos show the sleep-state for each Collider?\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "bool", + "name": "showColliderContacts", + "comment": "Should the Collider Gizmos show current contacts for each Collider?\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "bool", + "name": "showColliderAABB", + "comment": "Should the Collider Gizmos show the AABBs for each Collider?\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "float", + "name": "contactArrowScale", + "comment": "The scale of the contact arrow used by the Collider Gizmos.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "UnityEngine.Color", + "name": "colliderAwakeColor", + "comment": "The color used by the Gizmos to show all awake Colliders (Collider is awake when the body is awake).\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "UnityEngine.Color", + "name": "colliderAsleepColor", + "comment": "The color used by the Gizmos to show all asleep Colliders (Collider is asleep when the body is asleep).\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "UnityEngine.Color", + "name": "colliderContactColor", + "comment": "The color used by the Gizmos to show all Collider contacts.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "UnityEngine.Color", + "name": "colliderAABBColor", + "comment": "Set the color used by the Gizmos to show all Collider axis-aligned bounding boxes (AABBs).\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "bool", + "name": "raycastsHitTriggers", + "comment": "Set the raycasts to either detect or not detect Triggers.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "bool", + "name": "raycastsStartInColliders", + "comment": "Do ray/line casts that start inside a Collider(s) detect those Collider(s)?\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "bool", + "name": "deleteStopsCallbacks", + "comment": "Set whether to continue or stop the proccesing of collision callbacks if any of the objects involved in the collision are deleted.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "bool", + "name": "changeStopsCallbacks", + "comment": "Set whether the reporting of collisions callbacks immediately stops if any of the objects involved in the collision are deleted or moved.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "float", + "name": "minPenetrationForPenalty", + "comment": "This property is obsolete. You should use defaultContactOffset instead.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "bool", + "name": "autoSimulation", + "comment": "Set whether the physics should be simulated automatically or not.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [{ "name": "step", "typeName": "float" }], + "isStatic": true, + "name": "Simulate", + "comment": "Whether the simulation was run or not. Running the simulation during physics callbacks will always fail.\n\n```plaintext\nParams: step - The time to advance physics by.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "SyncTransforms", + "comment": "Synchronizes.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "collider1", "typeName": "UnityEngine.Collider2D" }, + { "name": "collider2", "typeName": "UnityEngine.Collider2D" } + ], + "isStatic": true, + "name": "IgnoreCollision", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "collider1", "typeName": "UnityEngine.Collider2D" }, + { "name": "collider2", "typeName": "UnityEngine.Collider2D" }, + { "name": "ignore", "typeName": "bool" } + ], + "isStatic": true, + "name": "IgnoreCollision", + "comment": "Makes the collision detection system ignore all collisionstriggers between collider1 and collider2/.\n\n```plaintext\nParams: collider1 - The first Collider to compare to collider2.\n collider2 - The second Collider to compare to collider1.\n ignore - Whether collisionstriggers between collider1 and collider2/ should be ignored or not.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "collider1", "typeName": "UnityEngine.Collider2D" }, + { "name": "collider2", "typeName": "UnityEngine.Collider2D" } + ], + "isStatic": true, + "name": "GetIgnoreCollision", + "comment": "Whether the collision detection system will ignore all collisionstriggers between collider1 and collider2/ or not.\n\n```plaintext\nParams: collider1 - The first Collider to compare to collider2.\n collider2 - The second Collider to compare to collider1.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "layer1", "typeName": "int" }, + { "name": "layer2", "typeName": "int" } + ], + "isStatic": true, + "name": "IgnoreLayerCollision", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "layer1", "typeName": "int" }, + { "name": "layer2", "typeName": "int" }, + { "name": "ignore", "typeName": "bool" } + ], + "isStatic": true, + "name": "IgnoreLayerCollision", + "comment": "Choose whether to detect or ignore collisions between a specified pair of layers.\n\n```plaintext\nParams: layer1 - ID of the first layer.\n layer2 - ID of the second layer.\n ignore - Should collisions between these layers be ignored?\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "layer1", "typeName": "int" }, + { "name": "layer2", "typeName": "int" } + ], + "isStatic": true, + "name": "GetIgnoreLayerCollision", + "comment": "Whether collisions between the specified layers be ignored or not.\n\n```plaintext\nParams: layer1 - ID of first layer.\n layer2 - ID of second layer.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "layer", "typeName": "int" }, + { "name": "layerMask", "typeName": "int" } + ], + "isStatic": true, + "name": "SetLayerCollisionMask", + "comment": "Set the collision layer mask that indicates which layer(s) the specified layer can collide with.\n\n```plaintext\nParams: layer - The layer to set the collision layer mask for.\n layerMask - A mask where each bit indicates a layer and whether it can collide with layer or not.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "layer", "typeName": "int" }], + "isStatic": true, + "name": "GetLayerCollisionMask", + "comment": "A mask where each bit indicates a layer and whether it can collide with layer or not.\n\n```plaintext\nParams: layer - The layer to retrieve the collision layer mask for.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "collider1", "typeName": "UnityEngine.Collider2D" }, + { "name": "collider2", "typeName": "UnityEngine.Collider2D" } + ], + "isStatic": true, + "name": "IsTouching", + "comment": "Whether collider1 is touching collider2 or not.\n\n```plaintext\nParams: collider1 - The Collider to check if it is touching collider2.\n collider2 - The Collider to check if it is touching collider1.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "collider1", "typeName": "UnityEngine.Collider2D" }, + { "name": "collider2", "typeName": "UnityEngine.Collider2D" }, + { + "name": "contactFilter", + "typeName": "UnityEngine.ContactFilter2D" + } + ], + "isStatic": true, + "name": "IsTouching", + "comment": "Whether collider1 is touching collider2 or not.\n\n```plaintext\nParams: collider1 - The Collider to check if it is touching collider2.\n collider2 - The Collider to check if it is touching collider1.\n contactFilter - The contact filter used to filter the results differently, such as by layer mask, Z depth, or normal angle.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "collider", "typeName": "UnityEngine.Collider2D" }, + { + "name": "contactFilter", + "typeName": "UnityEngine.ContactFilter2D" + } + ], + "isStatic": true, + "name": "IsTouching", + "comment": "Whether the Collider is touching any other Collider filtered by the contactFilter or not.\n\n```plaintext\nParams: Collider - The Collider to check if it is touching any other Collider filtered by the contactFilter.\n contactFilter - The contact filter used to filter the results differently, such as by layer mask, Z depth, or normal angle.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "collider", "typeName": "UnityEngine.Collider2D" } + ], + "isStatic": true, + "name": "IsTouchingLayers", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "collider", "typeName": "UnityEngine.Collider2D" }, + { "name": "layerMask", "typeName": "int" } + ], + "isStatic": true, + "name": "IsTouchingLayers", + "comment": "Whether the Collider is touching any Colliders on the specified layerMask or not.\n\n```plaintext\nParams: Collider - The Collider to check if it is touching Colliders on the layerMask.\n layerMask - Any Colliders on any of these layers count as touching.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "ColliderDistance2D", + "params": [ + { "name": "colliderA", "typeName": "UnityEngine.Collider2D" }, + { "name": "colliderB", "typeName": "UnityEngine.Collider2D" } + ], + "isStatic": true, + "name": "Distance", + "comment": "The minimum distance between colliderA and colliderB.\n\n```plaintext\nParams: colliderA - A Collider used to calculate the minimum distance against colliderB.\n colliderB - A Collider used to calculate the minimum distance against colliderA.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Vector2", + "params": [ + { "name": "position", "typeName": "UnityEngine.Vector2" }, + { "name": "collider", "typeName": "UnityEngine.Collider2D" } + ], + "isStatic": true, + "name": "ClosestPoint", + "comment": "A point on the perimeter of the Collider that is closest to the specified position.\n\n```plaintext\nParams: position - The position from which to find the closest point on the specified Collider.\n Collider - The Collider on which to find the closest specified position.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Vector2", + "params": [ + { "name": "position", "typeName": "UnityEngine.Vector2" }, + { "name": "rigidbody", "typeName": "UnityEngine.Rigidbody2D" } + ], + "isStatic": true, + "name": "ClosestPoint", + "comment": "A point on the perimeter of a Collider attached to the rigidbody that is closest to the specified position.\n\n```plaintext\nParams: position - The position from which to find the closest point on the specified rigidbody.\n rigidbody - The Rigidbody on which to find the closest specified position.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "RaycastHit2D", + "params": [ + { "name": "start", "typeName": "UnityEngine.Vector2" }, + { "name": "end", "typeName": "UnityEngine.Vector2" } + ], + "isStatic": true, + "name": "Linecast", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "RaycastHit2D", + "params": [ + { "name": "start", "typeName": "UnityEngine.Vector2" }, + { "name": "end", "typeName": "UnityEngine.Vector2" }, + { "name": "layerMask", "typeName": "int" } + ], + "isStatic": true, + "name": "Linecast", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "RaycastHit2D", + "params": [ + { "name": "start", "typeName": "UnityEngine.Vector2" }, + { "name": "end", "typeName": "UnityEngine.Vector2" }, + { "name": "layerMask", "typeName": "int" }, + { "name": "minDepth", "typeName": "float" } + ], + "isStatic": true, + "name": "Linecast", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "RaycastHit2D", + "params": [ + { "name": "start", "typeName": "UnityEngine.Vector2" }, + { "name": "end", "typeName": "UnityEngine.Vector2" }, + { "name": "layerMask", "typeName": "int" }, + { "name": "minDepth", "typeName": "float" }, + { "name": "maxDepth", "typeName": "float" } + ], + "isStatic": true, + "name": "Linecast", + "comment": "The cast results returned.\n\n```plaintext\nParams: start - The start point of the line in world space.\n end - The end point of the line in world space.\n layerMask - Filter to detect Colliders only on certain layers.\n minDepth - Only include objects with a Z coordinate (depth) greater than or equal to this value.\n maxDepth - Only include objects with a Z coordinate (depth) less than or equal to this value.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "start", "typeName": "UnityEngine.Vector2" }, + { "name": "end", "typeName": "UnityEngine.Vector2" }, + { + "name": "contactFilter", + "typeName": "UnityEngine.ContactFilter2D" + }, + { "name": "results", "typeName": "UnityEngine.RaycastHit2D[]" } + ], + "isStatic": true, + "name": "Linecast", + "comment": "Returns the number of results placed in the results array.\n\n```plaintext\nParams: start - The start point of the line in world space.\n end - The end point of the line in world space.\n contactFilter - The contact filter used to filter the results differently, such as by layer mask, Z depth, or normal angle.\n results - The array to receive results. The size of the array determines the maximum number of results that can be returned.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "start", "typeName": "UnityEngine.Vector2" }, + { "name": "end", "typeName": "UnityEngine.Vector2" }, + { + "name": "contactFilter", + "typeName": "UnityEngine.ContactFilter2D" + }, + { + "name": "results", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": true, + "name": "Linecast", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "start", "typeName": "UnityEngine.Vector2" }, + { "name": "end", "typeName": "UnityEngine.Vector2" } + ], + "isStatic": true, + "name": "LinecastAll", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "start", "typeName": "UnityEngine.Vector2" }, + { "name": "end", "typeName": "UnityEngine.Vector2" }, + { "name": "layerMask", "typeName": "int" } + ], + "isStatic": true, + "name": "LinecastAll", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "start", "typeName": "UnityEngine.Vector2" }, + { "name": "end", "typeName": "UnityEngine.Vector2" }, + { "name": "layerMask", "typeName": "int" }, + { "name": "minDepth", "typeName": "float" } + ], + "isStatic": true, + "name": "LinecastAll", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "start", "typeName": "UnityEngine.Vector2" }, + { "name": "end", "typeName": "UnityEngine.Vector2" }, + { "name": "layerMask", "typeName": "int" }, + { "name": "minDepth", "typeName": "float" }, + { "name": "maxDepth", "typeName": "float" } + ], + "isStatic": true, + "name": "LinecastAll", + "comment": "The cast results returned.\n\n```plaintext\nParams: start - The start point of the line in world space.\n end - The end point of the line in world space.\n layerMask - Filter to detect Colliders only on certain layers.\n minDepth - Only include objects with a Z coordinate (depth) greater than or equal to this value.\n maxDepth - Only include objects with a Z coordinate (depth) less than or equal to this value.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "start", "typeName": "UnityEngine.Vector2" }, + { "name": "end", "typeName": "UnityEngine.Vector2" }, + { "name": "results", "typeName": "UnityEngine.RaycastHit2D[]" } + ], + "isStatic": true, + "name": "LinecastNonAlloc", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "start", "typeName": "UnityEngine.Vector2" }, + { "name": "end", "typeName": "UnityEngine.Vector2" }, + { "name": "results", "typeName": "UnityEngine.RaycastHit2D[]" }, + { "name": "layerMask", "typeName": "int" } + ], + "isStatic": true, + "name": "LinecastNonAlloc", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "start", "typeName": "UnityEngine.Vector2" }, + { "name": "end", "typeName": "UnityEngine.Vector2" }, + { "name": "results", "typeName": "UnityEngine.RaycastHit2D[]" }, + { "name": "layerMask", "typeName": "int" }, + { "name": "minDepth", "typeName": "float" } + ], + "isStatic": true, + "name": "LinecastNonAlloc", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "start", "typeName": "UnityEngine.Vector2" }, + { "name": "end", "typeName": "UnityEngine.Vector2" }, + { "name": "results", "typeName": "UnityEngine.RaycastHit2D[]" }, + { "name": "layerMask", "typeName": "int" }, + { "name": "minDepth", "typeName": "float" }, + { "name": "maxDepth", "typeName": "float" } + ], + "isStatic": true, + "name": "LinecastNonAlloc", + "comment": "Returns the number of results placed in the results array.\n\n```plaintext\nParams: minDepth - Only include objects with a Z coordinate (depth) greater than or equal to this value.\n maxDepth - Only include objects with a Z coordinate (depth) less than or equal to this value.\n start - The start point of the line in world space.\n end - The end point of the line in world space.\n results - Returned array of objects that intersect the line.\n layerMask - Filter to detect Colliders only on certain layers.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "RaycastHit2D", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Vector2" }, + { "name": "direction", "typeName": "UnityEngine.Vector2" } + ], + "isStatic": true, + "name": "Raycast", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "RaycastHit2D", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Vector2" }, + { "name": "direction", "typeName": "UnityEngine.Vector2" }, + { "name": "distance", "typeName": "float" } + ], + "isStatic": true, + "name": "Raycast", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "RaycastHit2D", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Vector2" }, + { "name": "direction", "typeName": "UnityEngine.Vector2" }, + { "name": "distance", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" } + ], + "isStatic": true, + "name": "Raycast", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "RaycastHit2D", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Vector2" }, + { "name": "direction", "typeName": "UnityEngine.Vector2" }, + { "name": "distance", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" }, + { "name": "minDepth", "typeName": "float" } + ], + "isStatic": true, + "name": "Raycast", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "RaycastHit2D", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Vector2" }, + { "name": "direction", "typeName": "UnityEngine.Vector2" }, + { "name": "distance", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" }, + { "name": "minDepth", "typeName": "float" }, + { "name": "maxDepth", "typeName": "float" } + ], + "isStatic": true, + "name": "Raycast", + "comment": "The cast results returned.\n\n```plaintext\nParams: origin - The point in 2D space where the ray originates.\n direction - A vector representing the direction of the ray.\n distance - The maximum distance over which to cast the ray.\n layerMask - Filter to detect Colliders only on certain layers.\n minDepth - Only include objects with a Z coordinate (depth) greater than or equal to this value.\n maxDepth - Only include objects with a Z coordinate (depth) less than or equal to this value.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Vector2" }, + { "name": "direction", "typeName": "UnityEngine.Vector2" }, + { + "name": "contactFilter", + "typeName": "UnityEngine.ContactFilter2D" + }, + { "name": "results", "typeName": "UnityEngine.RaycastHit2D[]" } + ], + "isStatic": true, + "name": "Raycast", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Vector2" }, + { "name": "direction", "typeName": "UnityEngine.Vector2" }, + { + "name": "contactFilter", + "typeName": "UnityEngine.ContactFilter2D" + }, + { "name": "results", "typeName": "UnityEngine.RaycastHit2D[]" }, + { "name": "distance", "typeName": "float" } + ], + "isStatic": true, + "name": "Raycast", + "comment": "Returns the number of results placed in the results array.\n\n```plaintext\nParams: origin - The point in 2D space where the ray originates.\n direction - A vector representing the direction of the ray.\n contactFilter - The contact filter used to filter the results differently, such as by layer mask, Z depth, or normal angle.\n results - The array to receive results. The size of the array determines the maximum number of results that can be returned.\n distance - The maximum distance over which to cast the ray.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Vector2" }, + { "name": "direction", "typeName": "UnityEngine.Vector2" }, + { + "name": "contactFilter", + "typeName": "UnityEngine.ContactFilter2D" + }, + { + "name": "results", + "typeName": "System.Collections.Generic.List" + }, + { "name": "distance", "typeName": "float" } + ], + "isStatic": true, + "name": "Raycast", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Vector2" }, + { "name": "direction", "typeName": "UnityEngine.Vector2" }, + { "name": "results", "typeName": "UnityEngine.RaycastHit2D[]" } + ], + "isStatic": true, + "name": "RaycastNonAlloc", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Vector2" }, + { "name": "direction", "typeName": "UnityEngine.Vector2" }, + { "name": "results", "typeName": "UnityEngine.RaycastHit2D[]" }, + { "name": "distance", "typeName": "float" } + ], + "isStatic": true, + "name": "RaycastNonAlloc", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Vector2" }, + { "name": "direction", "typeName": "UnityEngine.Vector2" }, + { "name": "results", "typeName": "UnityEngine.RaycastHit2D[]" }, + { "name": "distance", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" } + ], + "isStatic": true, + "name": "RaycastNonAlloc", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Vector2" }, + { "name": "direction", "typeName": "UnityEngine.Vector2" }, + { "name": "results", "typeName": "UnityEngine.RaycastHit2D[]" }, + { "name": "distance", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" }, + { "name": "minDepth", "typeName": "float" } + ], + "isStatic": true, + "name": "RaycastNonAlloc", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Vector2" }, + { "name": "direction", "typeName": "UnityEngine.Vector2" }, + { "name": "results", "typeName": "UnityEngine.RaycastHit2D[]" }, + { "name": "distance", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" }, + { "name": "minDepth", "typeName": "float" }, + { "name": "maxDepth", "typeName": "float" } + ], + "isStatic": true, + "name": "RaycastNonAlloc", + "comment": "Returns the number of results placed in the results array.\n\n```plaintext\nParams: minDepth - Only include objects with a Z coordinate (depth) greater than or equal to this value.\n maxDepth - Only include objects with a Z coordinate (depth) less than or equal to this value.\n origin - The point in 2D space where the ray originates.\n direction - A vector representing the direction of the ray.\n results - Array to receive results.\n distance - The maximum distance over which to cast the ray.\n layerMask - Filter to check objects only on specific layers.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Vector2" }, + { "name": "direction", "typeName": "UnityEngine.Vector2" } + ], + "isStatic": true, + "name": "RaycastAll", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Vector2" }, + { "name": "direction", "typeName": "UnityEngine.Vector2" }, + { "name": "distance", "typeName": "float" } + ], + "isStatic": true, + "name": "RaycastAll", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Vector2" }, + { "name": "direction", "typeName": "UnityEngine.Vector2" }, + { "name": "distance", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" } + ], + "isStatic": true, + "name": "RaycastAll", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Vector2" }, + { "name": "direction", "typeName": "UnityEngine.Vector2" }, + { "name": "distance", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" }, + { "name": "minDepth", "typeName": "float" } + ], + "isStatic": true, + "name": "RaycastAll", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Vector2" }, + { "name": "direction", "typeName": "UnityEngine.Vector2" }, + { "name": "distance", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" }, + { "name": "minDepth", "typeName": "float" }, + { "name": "maxDepth", "typeName": "float" } + ], + "isStatic": true, + "name": "RaycastAll", + "comment": "The cast results returned.\n\n```plaintext\nParams: origin - The point in 2D space where the ray originates.\n direction - A vector representing the direction of the ray.\n distance - The maximum distance over which to cast the ray.\n layerMask - Filter to detect Colliders only on certain layers.\n minDepth - Only include objects with a Z coordinate (depth) greater than or equal to this value.\n maxDepth - Only include objects with a Z coordinate (depth) less than or equal to this value.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "RaycastHit2D", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Vector2" }, + { "name": "radius", "typeName": "float" }, + { "name": "direction", "typeName": "UnityEngine.Vector2" } + ], + "isStatic": true, + "name": "CircleCast", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "RaycastHit2D", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Vector2" }, + { "name": "radius", "typeName": "float" }, + { "name": "direction", "typeName": "UnityEngine.Vector2" }, + { "name": "distance", "typeName": "float" } + ], + "isStatic": true, + "name": "CircleCast", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "RaycastHit2D", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Vector2" }, + { "name": "radius", "typeName": "float" }, + { "name": "direction", "typeName": "UnityEngine.Vector2" }, + { "name": "distance", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" } + ], + "isStatic": true, + "name": "CircleCast", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "RaycastHit2D", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Vector2" }, + { "name": "radius", "typeName": "float" }, + { "name": "direction", "typeName": "UnityEngine.Vector2" }, + { "name": "distance", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" }, + { "name": "minDepth", "typeName": "float" } + ], + "isStatic": true, + "name": "CircleCast", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "RaycastHit2D", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Vector2" }, + { "name": "radius", "typeName": "float" }, + { "name": "direction", "typeName": "UnityEngine.Vector2" }, + { "name": "distance", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" }, + { "name": "minDepth", "typeName": "float" }, + { "name": "maxDepth", "typeName": "float" } + ], + "isStatic": true, + "name": "CircleCast", + "comment": "The cast results returned.\n\n```plaintext\nParams: origin - The point in 2D space where the circle originates.\n radius - The radius of the circle.\n direction - A vector representing the direction of the circle.\n distance - The maximum distance over which to cast the circle.\n layerMask - Filter to detect Colliders only on certain layers.\n minDepth - Only include objects with a Z coordinate (depth) greater than or equal to this value.\n maxDepth - Only include objects with a Z coordinate (depth) less than or equal to this value.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Vector2" }, + { "name": "radius", "typeName": "float" }, + { "name": "direction", "typeName": "UnityEngine.Vector2" }, + { + "name": "contactFilter", + "typeName": "UnityEngine.ContactFilter2D" + }, + { "name": "results", "typeName": "UnityEngine.RaycastHit2D[]" } + ], + "isStatic": true, + "name": "CircleCast", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Vector2" }, + { "name": "radius", "typeName": "float" }, + { "name": "direction", "typeName": "UnityEngine.Vector2" }, + { + "name": "contactFilter", + "typeName": "UnityEngine.ContactFilter2D" + }, + { "name": "results", "typeName": "UnityEngine.RaycastHit2D[]" }, + { "name": "distance", "typeName": "float" } + ], + "isStatic": true, + "name": "CircleCast", + "comment": "Returns the number of results placed in the results array.\n\n```plaintext\nParams: origin - The point in 2D space where the circle originates.\n radius - The radius of the circle.\n direction - A vector representing the direction of the circle.\n contactFilter - The contact filter used to filter the results differently, such as by layer mask, Z depth, or normal angle.\n results - The array to receive results. The size of the array determines the maximum number of results that can be returned.\n distance - The maximum distance over which to cast the circle.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Vector2" }, + { "name": "radius", "typeName": "float" }, + { "name": "direction", "typeName": "UnityEngine.Vector2" }, + { + "name": "contactFilter", + "typeName": "UnityEngine.ContactFilter2D" + }, + { + "name": "results", + "typeName": "System.Collections.Generic.List" + }, + { "name": "distance", "typeName": "float" } + ], + "isStatic": true, + "name": "CircleCast", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Vector2" }, + { "name": "radius", "typeName": "float" }, + { "name": "direction", "typeName": "UnityEngine.Vector2" } + ], + "isStatic": true, + "name": "CircleCastAll", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Vector2" }, + { "name": "radius", "typeName": "float" }, + { "name": "direction", "typeName": "UnityEngine.Vector2" }, + { "name": "distance", "typeName": "float" } + ], + "isStatic": true, + "name": "CircleCastAll", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Vector2" }, + { "name": "radius", "typeName": "float" }, + { "name": "direction", "typeName": "UnityEngine.Vector2" }, + { "name": "distance", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" } + ], + "isStatic": true, + "name": "CircleCastAll", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Vector2" }, + { "name": "radius", "typeName": "float" }, + { "name": "direction", "typeName": "UnityEngine.Vector2" }, + { "name": "distance", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" }, + { "name": "minDepth", "typeName": "float" } + ], + "isStatic": true, + "name": "CircleCastAll", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Vector2" }, + { "name": "radius", "typeName": "float" }, + { "name": "direction", "typeName": "UnityEngine.Vector2" }, + { "name": "distance", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" }, + { "name": "minDepth", "typeName": "float" }, + { "name": "maxDepth", "typeName": "float" } + ], + "isStatic": true, + "name": "CircleCastAll", + "comment": "The cast results returned.\n\n```plaintext\nParams: origin - The point in 2D space where the circle originates.\n radius - The radius of the circle.\n direction - A vector representing the direction of the circle.\n distance - The maximum distance over which to cast the circle.\n layerMask - Filter to detect Colliders only on certain layers.\n minDepth - Only include objects with a Z coordinate (depth) greater than or equal to this value.\n maxDepth - Only include objects with a Z coordinate (depth) less than or equal to this value.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Vector2" }, + { "name": "radius", "typeName": "float" }, + { "name": "direction", "typeName": "UnityEngine.Vector2" }, + { "name": "results", "typeName": "UnityEngine.RaycastHit2D[]" } + ], + "isStatic": true, + "name": "CircleCastNonAlloc", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Vector2" }, + { "name": "radius", "typeName": "float" }, + { "name": "direction", "typeName": "UnityEngine.Vector2" }, + { "name": "results", "typeName": "UnityEngine.RaycastHit2D[]" }, + { "name": "distance", "typeName": "float" } + ], + "isStatic": true, + "name": "CircleCastNonAlloc", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Vector2" }, + { "name": "radius", "typeName": "float" }, + { "name": "direction", "typeName": "UnityEngine.Vector2" }, + { "name": "results", "typeName": "UnityEngine.RaycastHit2D[]" }, + { "name": "distance", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" } + ], + "isStatic": true, + "name": "CircleCastNonAlloc", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Vector2" }, + { "name": "radius", "typeName": "float" }, + { "name": "direction", "typeName": "UnityEngine.Vector2" }, + { "name": "results", "typeName": "UnityEngine.RaycastHit2D[]" }, + { "name": "distance", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" }, + { "name": "minDepth", "typeName": "float" } + ], + "isStatic": true, + "name": "CircleCastNonAlloc", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Vector2" }, + { "name": "radius", "typeName": "float" }, + { "name": "direction", "typeName": "UnityEngine.Vector2" }, + { "name": "results", "typeName": "UnityEngine.RaycastHit2D[]" }, + { "name": "distance", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" }, + { "name": "minDepth", "typeName": "float" }, + { "name": "maxDepth", "typeName": "float" } + ], + "isStatic": true, + "name": "CircleCastNonAlloc", + "comment": "Returns the number of results placed in the results array.\n\n```plaintext\nParams: origin - The point in 2D space where the circle originates.\n radius - The radius of the circle.\n direction - A vector representing the direction of the circle.\n results - Array to receive results.\n distance - The maximum distance over which to cast the circle.\n layerMask - Filter to detect Colliders only on certain layers.\n minDepth - Only include objects with a Z coordinate (depth) greater than or equal to this value.\n maxDepth - Only include objects with a Z coordinate (depth) less than or equal to this value.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "RaycastHit2D", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Vector2" }, + { "name": "size", "typeName": "UnityEngine.Vector2" }, + { "name": "angle", "typeName": "float" }, + { "name": "direction", "typeName": "UnityEngine.Vector2" } + ], + "isStatic": true, + "name": "BoxCast", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "RaycastHit2D", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Vector2" }, + { "name": "size", "typeName": "UnityEngine.Vector2" }, + { "name": "angle", "typeName": "float" }, + { "name": "direction", "typeName": "UnityEngine.Vector2" }, + { "name": "distance", "typeName": "float" } + ], + "isStatic": true, + "name": "BoxCast", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "RaycastHit2D", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Vector2" }, + { "name": "size", "typeName": "UnityEngine.Vector2" }, + { "name": "angle", "typeName": "float" }, + { "name": "direction", "typeName": "UnityEngine.Vector2" }, + { "name": "distance", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" } + ], + "isStatic": true, + "name": "BoxCast", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "RaycastHit2D", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Vector2" }, + { "name": "size", "typeName": "UnityEngine.Vector2" }, + { "name": "angle", "typeName": "float" }, + { "name": "direction", "typeName": "UnityEngine.Vector2" }, + { "name": "distance", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" }, + { "name": "minDepth", "typeName": "float" } + ], + "isStatic": true, + "name": "BoxCast", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "RaycastHit2D", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Vector2" }, + { "name": "size", "typeName": "UnityEngine.Vector2" }, + { "name": "angle", "typeName": "float" }, + { "name": "direction", "typeName": "UnityEngine.Vector2" }, + { "name": "distance", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" }, + { "name": "minDepth", "typeName": "float" }, + { "name": "maxDepth", "typeName": "float" } + ], + "isStatic": true, + "name": "BoxCast", + "comment": "The cast results returned.\n\n```plaintext\nParams: origin - The point in 2D space where the box originates.\n size - The size of the box.\n angle - The angle of the box (in degrees).\n direction - A vector representing the direction of the box.\n distance - The maximum distance over which to cast the box.\n layerMask - Filter to detect Colliders only on certain layers.\n minDepth - Only include objects with a Z coordinate (depth) greater than or equal to this value.\n maxDepth - Only include objects with a Z coordinate (depth) less than or equal to this value.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Vector2" }, + { "name": "size", "typeName": "UnityEngine.Vector2" }, + { "name": "angle", "typeName": "float" }, + { "name": "direction", "typeName": "UnityEngine.Vector2" }, + { + "name": "contactFilter", + "typeName": "UnityEngine.ContactFilter2D" + }, + { "name": "results", "typeName": "UnityEngine.RaycastHit2D[]" } + ], + "isStatic": true, + "name": "BoxCast", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Vector2" }, + { "name": "size", "typeName": "UnityEngine.Vector2" }, + { "name": "angle", "typeName": "float" }, + { "name": "direction", "typeName": "UnityEngine.Vector2" }, + { + "name": "contactFilter", + "typeName": "UnityEngine.ContactFilter2D" + }, + { "name": "results", "typeName": "UnityEngine.RaycastHit2D[]" }, + { "name": "distance", "typeName": "float" } + ], + "isStatic": true, + "name": "BoxCast", + "comment": "Returns the number of results placed in the results array.\n\n```plaintext\nParams: origin - The point in 2D space where the box originates.\n size - The size of the box.\n angle - The angle of the box (in degrees).\n direction - A vector representing the direction of the box.\n distance - The maximum distance over which to cast the box.\n results - The array to receive results. The size of the array determines the maximum number of results that can be returned.\n contactFilter - The contact filter used to filter the results differently, such as by layer mask, Z depth, or normal angle.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Vector2" }, + { "name": "size", "typeName": "UnityEngine.Vector2" }, + { "name": "angle", "typeName": "float" }, + { "name": "direction", "typeName": "UnityEngine.Vector2" }, + { + "name": "contactFilter", + "typeName": "UnityEngine.ContactFilter2D" + }, + { + "name": "results", + "typeName": "System.Collections.Generic.List" + }, + { "name": "distance", "typeName": "float" } + ], + "isStatic": true, + "name": "BoxCast", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Vector2" }, + { "name": "size", "typeName": "UnityEngine.Vector2" }, + { "name": "angle", "typeName": "float" }, + { "name": "direction", "typeName": "UnityEngine.Vector2" } + ], + "isStatic": true, + "name": "BoxCastAll", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Vector2" }, + { "name": "size", "typeName": "UnityEngine.Vector2" }, + { "name": "angle", "typeName": "float" }, + { "name": "direction", "typeName": "UnityEngine.Vector2" }, + { "name": "distance", "typeName": "float" } + ], + "isStatic": true, + "name": "BoxCastAll", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Vector2" }, + { "name": "size", "typeName": "UnityEngine.Vector2" }, + { "name": "angle", "typeName": "float" }, + { "name": "direction", "typeName": "UnityEngine.Vector2" }, + { "name": "distance", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" } + ], + "isStatic": true, + "name": "BoxCastAll", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Vector2" }, + { "name": "size", "typeName": "UnityEngine.Vector2" }, + { "name": "angle", "typeName": "float" }, + { "name": "direction", "typeName": "UnityEngine.Vector2" }, + { "name": "distance", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" }, + { "name": "minDepth", "typeName": "float" } + ], + "isStatic": true, + "name": "BoxCastAll", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Vector2" }, + { "name": "size", "typeName": "UnityEngine.Vector2" }, + { "name": "angle", "typeName": "float" }, + { "name": "direction", "typeName": "UnityEngine.Vector2" }, + { "name": "distance", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" }, + { "name": "minDepth", "typeName": "float" }, + { "name": "maxDepth", "typeName": "float" } + ], + "isStatic": true, + "name": "BoxCastAll", + "comment": "The cast results returned.\n\n```plaintext\nParams: origin - The point in 2D space where the box originates.\n size - The size of the box.\n angle - The angle of the box (in degrees).\n direction - A vector representing the direction of the box.\n distance - The maximum distance over which to cast the box.\n layerMask - Filter to detect Colliders only on certain layers.\n minDepth - Only include objects with a Z coordinate (depth) greater than or equal to this value.\n maxDepth - Only include objects with a Z coordinate (depth) less than or equal to this value.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Vector2" }, + { "name": "size", "typeName": "UnityEngine.Vector2" }, + { "name": "angle", "typeName": "float" }, + { "name": "direction", "typeName": "UnityEngine.Vector2" }, + { "name": "results", "typeName": "UnityEngine.RaycastHit2D[]" } + ], + "isStatic": true, + "name": "BoxCastNonAlloc", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Vector2" }, + { "name": "size", "typeName": "UnityEngine.Vector2" }, + { "name": "angle", "typeName": "float" }, + { "name": "direction", "typeName": "UnityEngine.Vector2" }, + { "name": "results", "typeName": "UnityEngine.RaycastHit2D[]" }, + { "name": "distance", "typeName": "float" } + ], + "isStatic": true, + "name": "BoxCastNonAlloc", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Vector2" }, + { "name": "size", "typeName": "UnityEngine.Vector2" }, + { "name": "angle", "typeName": "float" }, + { "name": "direction", "typeName": "UnityEngine.Vector2" }, + { "name": "results", "typeName": "UnityEngine.RaycastHit2D[]" }, + { "name": "distance", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" } + ], + "isStatic": true, + "name": "BoxCastNonAlloc", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Vector2" }, + { "name": "size", "typeName": "UnityEngine.Vector2" }, + { "name": "angle", "typeName": "float" }, + { "name": "direction", "typeName": "UnityEngine.Vector2" }, + { "name": "results", "typeName": "UnityEngine.RaycastHit2D[]" }, + { "name": "distance", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" }, + { "name": "minDepth", "typeName": "float" } + ], + "isStatic": true, + "name": "BoxCastNonAlloc", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Vector2" }, + { "name": "size", "typeName": "UnityEngine.Vector2" }, + { "name": "angle", "typeName": "float" }, + { "name": "direction", "typeName": "UnityEngine.Vector2" }, + { "name": "results", "typeName": "UnityEngine.RaycastHit2D[]" }, + { "name": "distance", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" }, + { "name": "minDepth", "typeName": "float" }, + { "name": "maxDepth", "typeName": "float" } + ], + "isStatic": true, + "name": "BoxCastNonAlloc", + "comment": "Returns the number of results placed in the results array.\n\n```plaintext\nParams: origin - The point in 2D space where the box originates.\n size - The size of the box.\n angle - The angle of the box (in degrees).\n direction - A vector representing the direction of the box.\n results - Array to receive results.\n distance - The maximum distance over which to cast the box.\n layerMask - Filter to detect Colliders only on certain layers.\n minDepth - Only include objects with a Z coordinate (depth) greater than or equal to this value.\n maxDepth - Only include objects with a Z coordinate (depth) less than or equal to this value.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "RaycastHit2D", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Vector2" }, + { "name": "size", "typeName": "UnityEngine.Vector2" }, + { + "name": "capsuleDirection", + "typeName": "UnityEngine.CapsuleDirection2D" + }, + { "name": "angle", "typeName": "float" }, + { "name": "direction", "typeName": "UnityEngine.Vector2" } + ], + "isStatic": true, + "name": "CapsuleCast", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "RaycastHit2D", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Vector2" }, + { "name": "size", "typeName": "UnityEngine.Vector2" }, + { + "name": "capsuleDirection", + "typeName": "UnityEngine.CapsuleDirection2D" + }, + { "name": "angle", "typeName": "float" }, + { "name": "direction", "typeName": "UnityEngine.Vector2" }, + { "name": "distance", "typeName": "float" } + ], + "isStatic": true, + "name": "CapsuleCast", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "RaycastHit2D", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Vector2" }, + { "name": "size", "typeName": "UnityEngine.Vector2" }, + { + "name": "capsuleDirection", + "typeName": "UnityEngine.CapsuleDirection2D" + }, + { "name": "angle", "typeName": "float" }, + { "name": "direction", "typeName": "UnityEngine.Vector2" }, + { "name": "distance", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" } + ], + "isStatic": true, + "name": "CapsuleCast", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "RaycastHit2D", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Vector2" }, + { "name": "size", "typeName": "UnityEngine.Vector2" }, + { + "name": "capsuleDirection", + "typeName": "UnityEngine.CapsuleDirection2D" + }, + { "name": "angle", "typeName": "float" }, + { "name": "direction", "typeName": "UnityEngine.Vector2" }, + { "name": "distance", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" }, + { "name": "minDepth", "typeName": "float" } + ], + "isStatic": true, + "name": "CapsuleCast", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "RaycastHit2D", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Vector2" }, + { "name": "size", "typeName": "UnityEngine.Vector2" }, + { + "name": "capsuleDirection", + "typeName": "UnityEngine.CapsuleDirection2D" + }, + { "name": "angle", "typeName": "float" }, + { "name": "direction", "typeName": "UnityEngine.Vector2" }, + { "name": "distance", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" }, + { "name": "minDepth", "typeName": "float" }, + { "name": "maxDepth", "typeName": "float" } + ], + "isStatic": true, + "name": "CapsuleCast", + "comment": "The cast results returned.\n\n```plaintext\nParams: origin - The point in 2D space where the capsule originates.\n size - The size of the capsule.\n capsuleDirection - The direction of the capsule.\n angle - The angle of the capsule (in degrees).\n direction - Vector representing the direction to cast the capsule.\n distance - The maximum distance over which to cast the capsule.\n layerMask - Filter to detect Colliders only on certain layers.\n minDepth - Only include objects with a Z coordinate (depth) greater than this value.\n maxDepth - Only include objects with a Z coordinate (depth) less than this value.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Vector2" }, + { "name": "size", "typeName": "UnityEngine.Vector2" }, + { + "name": "capsuleDirection", + "typeName": "UnityEngine.CapsuleDirection2D" + }, + { "name": "angle", "typeName": "float" }, + { "name": "direction", "typeName": "UnityEngine.Vector2" }, + { + "name": "contactFilter", + "typeName": "UnityEngine.ContactFilter2D" + }, + { "name": "results", "typeName": "UnityEngine.RaycastHit2D[]" } + ], + "isStatic": true, + "name": "CapsuleCast", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Vector2" }, + { "name": "size", "typeName": "UnityEngine.Vector2" }, + { + "name": "capsuleDirection", + "typeName": "UnityEngine.CapsuleDirection2D" + }, + { "name": "angle", "typeName": "float" }, + { "name": "direction", "typeName": "UnityEngine.Vector2" }, + { + "name": "contactFilter", + "typeName": "UnityEngine.ContactFilter2D" + }, + { "name": "results", "typeName": "UnityEngine.RaycastHit2D[]" }, + { "name": "distance", "typeName": "float" } + ], + "isStatic": true, + "name": "CapsuleCast", + "comment": "Returns the number of results placed in the results array.\n\n```plaintext\nParams: origin - The point in 2D space where the capsule originates.\n size - The size of the capsule.\n capsuleDirection - The direction of the capsule.\n angle - The angle of the capsule (in degrees).\n direction - Vector representing the direction to cast the capsule.\n contactFilter - The contact filter used to filter the results differently, such as by layer mask, Z depth, or normal angle.\n results - The array to receive results. The size of the array determines the maximum number of results that can be returned.\n distance - The maximum distance over which to cast the capsule.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Vector2" }, + { "name": "size", "typeName": "UnityEngine.Vector2" }, + { + "name": "capsuleDirection", + "typeName": "UnityEngine.CapsuleDirection2D" + }, + { "name": "angle", "typeName": "float" }, + { "name": "direction", "typeName": "UnityEngine.Vector2" }, + { + "name": "contactFilter", + "typeName": "UnityEngine.ContactFilter2D" + }, + { + "name": "results", + "typeName": "System.Collections.Generic.List" + }, + { "name": "distance", "typeName": "float" } + ], + "isStatic": true, + "name": "CapsuleCast", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Vector2" }, + { "name": "size", "typeName": "UnityEngine.Vector2" }, + { + "name": "capsuleDirection", + "typeName": "UnityEngine.CapsuleDirection2D" + }, + { "name": "angle", "typeName": "float" }, + { "name": "direction", "typeName": "UnityEngine.Vector2" } + ], + "isStatic": true, + "name": "CapsuleCastAll", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Vector2" }, + { "name": "size", "typeName": "UnityEngine.Vector2" }, + { + "name": "capsuleDirection", + "typeName": "UnityEngine.CapsuleDirection2D" + }, + { "name": "angle", "typeName": "float" }, + { "name": "direction", "typeName": "UnityEngine.Vector2" }, + { "name": "distance", "typeName": "float" } + ], + "isStatic": true, + "name": "CapsuleCastAll", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Vector2" }, + { "name": "size", "typeName": "UnityEngine.Vector2" }, + { + "name": "capsuleDirection", + "typeName": "UnityEngine.CapsuleDirection2D" + }, + { "name": "angle", "typeName": "float" }, + { "name": "direction", "typeName": "UnityEngine.Vector2" }, + { "name": "distance", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" } + ], + "isStatic": true, + "name": "CapsuleCastAll", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Vector2" }, + { "name": "size", "typeName": "UnityEngine.Vector2" }, + { + "name": "capsuleDirection", + "typeName": "UnityEngine.CapsuleDirection2D" + }, + { "name": "angle", "typeName": "float" }, + { "name": "direction", "typeName": "UnityEngine.Vector2" }, + { "name": "distance", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" }, + { "name": "minDepth", "typeName": "float" } + ], + "isStatic": true, + "name": "CapsuleCastAll", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Vector2" }, + { "name": "size", "typeName": "UnityEngine.Vector2" }, + { + "name": "capsuleDirection", + "typeName": "UnityEngine.CapsuleDirection2D" + }, + { "name": "angle", "typeName": "float" }, + { "name": "direction", "typeName": "UnityEngine.Vector2" }, + { "name": "distance", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" }, + { "name": "minDepth", "typeName": "float" }, + { "name": "maxDepth", "typeName": "float" } + ], + "isStatic": true, + "name": "CapsuleCastAll", + "comment": "The cast results returned.\n\n```plaintext\nParams: origin - The point in 2D space where the capsule originates.\n size - The size of the capsule.\n capsuleDirection - The direction of the capsule.\n angle - The angle of the capsule (in degrees).\n direction - Vector representing the direction to cast the capsule.\n distance - The maximum distance over which to cast the capsule.\n layerMask - Filter to detect Colliders only on certain layers.\n minDepth - Only include objects with a Z coordinate (depth) greater than this value.\n maxDepth - Only include objects with a Z coordinate (depth) less than this value.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Vector2" }, + { "name": "size", "typeName": "UnityEngine.Vector2" }, + { + "name": "capsuleDirection", + "typeName": "UnityEngine.CapsuleDirection2D" + }, + { "name": "angle", "typeName": "float" }, + { "name": "direction", "typeName": "UnityEngine.Vector2" }, + { "name": "results", "typeName": "UnityEngine.RaycastHit2D[]" } + ], + "isStatic": true, + "name": "CapsuleCastNonAlloc", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Vector2" }, + { "name": "size", "typeName": "UnityEngine.Vector2" }, + { + "name": "capsuleDirection", + "typeName": "UnityEngine.CapsuleDirection2D" + }, + { "name": "angle", "typeName": "float" }, + { "name": "direction", "typeName": "UnityEngine.Vector2" }, + { "name": "results", "typeName": "UnityEngine.RaycastHit2D[]" }, + { "name": "distance", "typeName": "float" } + ], + "isStatic": true, + "name": "CapsuleCastNonAlloc", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Vector2" }, + { "name": "size", "typeName": "UnityEngine.Vector2" }, + { + "name": "capsuleDirection", + "typeName": "UnityEngine.CapsuleDirection2D" + }, + { "name": "angle", "typeName": "float" }, + { "name": "direction", "typeName": "UnityEngine.Vector2" }, + { "name": "results", "typeName": "UnityEngine.RaycastHit2D[]" }, + { "name": "distance", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" } + ], + "isStatic": true, + "name": "CapsuleCastNonAlloc", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Vector2" }, + { "name": "size", "typeName": "UnityEngine.Vector2" }, + { + "name": "capsuleDirection", + "typeName": "UnityEngine.CapsuleDirection2D" + }, + { "name": "angle", "typeName": "float" }, + { "name": "direction", "typeName": "UnityEngine.Vector2" }, + { "name": "results", "typeName": "UnityEngine.RaycastHit2D[]" }, + { "name": "distance", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" }, + { "name": "minDepth", "typeName": "float" } + ], + "isStatic": true, + "name": "CapsuleCastNonAlloc", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Vector2" }, + { "name": "size", "typeName": "UnityEngine.Vector2" }, + { + "name": "capsuleDirection", + "typeName": "UnityEngine.CapsuleDirection2D" + }, + { "name": "angle", "typeName": "float" }, + { "name": "direction", "typeName": "UnityEngine.Vector2" }, + { "name": "results", "typeName": "UnityEngine.RaycastHit2D[]" }, + { "name": "distance", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" }, + { "name": "minDepth", "typeName": "float" }, + { "name": "maxDepth", "typeName": "float" } + ], + "isStatic": true, + "name": "CapsuleCastNonAlloc", + "comment": "Returns the number of results placed in the results array.\n\n```plaintext\nParams: origin - The point in 2D space where the capsule originates.\n size - The size of the capsule.\n capsuleDirection - The direction of the capsule.\n angle - The angle of the capsule (in degrees).\n direction - Vector representing the direction to cast the capsule.\n results - Array to receive results.\n distance - The maximum distance over which to cast the capsule.\n layerMask - Filter to detect Colliders only on certain layers.\n minDepth - Only include objects with a Z coordinate (depth) greater than this value.\n maxDepth - Only include objects with a Z coordinate (depth) less than this value.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "RaycastHit2D", + "params": [{ "name": "ray", "typeName": "UnityEngine.Ray" }], + "isStatic": true, + "name": "GetRayIntersection", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "RaycastHit2D", + "params": [ + { "name": "ray", "typeName": "UnityEngine.Ray" }, + { "name": "distance", "typeName": "float" } + ], + "isStatic": true, + "name": "GetRayIntersection", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "RaycastHit2D", + "params": [ + { "name": "ray", "typeName": "UnityEngine.Ray" }, + { "name": "distance", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" } + ], + "isStatic": true, + "name": "GetRayIntersection", + "comment": "The cast results returned.\n\n```plaintext\nParams: ray - The 3D ray defining origin and direction to test.\n distance - The maximum distance over which to cast the ray.\n layerMask - Filter to detect Colliders only on certain layers.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "ray", "typeName": "UnityEngine.Ray" }], + "isStatic": true, + "name": "GetRayIntersectionAll", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "ray", "typeName": "UnityEngine.Ray" }, + { "name": "distance", "typeName": "float" } + ], + "isStatic": true, + "name": "GetRayIntersectionAll", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "ray", "typeName": "UnityEngine.Ray" }, + { "name": "distance", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" } + ], + "isStatic": true, + "name": "GetRayIntersectionAll", + "comment": "The cast results returned.\n\n```plaintext\nParams: ray - The 3D ray defining origin and direction to test.\n distance - The maximum distance over which to cast the ray.\n layerMask - Filter to detect Colliders only on certain layers.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "ray", "typeName": "UnityEngine.Ray" }, + { "name": "results", "typeName": "UnityEngine.RaycastHit2D[]" } + ], + "isStatic": true, + "name": "GetRayIntersectionNonAlloc", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "ray", "typeName": "UnityEngine.Ray" }, + { "name": "results", "typeName": "UnityEngine.RaycastHit2D[]" }, + { "name": "distance", "typeName": "float" } + ], + "isStatic": true, + "name": "GetRayIntersectionNonAlloc", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "ray", "typeName": "UnityEngine.Ray" }, + { "name": "results", "typeName": "UnityEngine.RaycastHit2D[]" }, + { "name": "distance", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" } + ], + "isStatic": true, + "name": "GetRayIntersectionNonAlloc", + "comment": "The number of results returned.\n\n```plaintext\nParams: ray - The 3D ray defining origin and direction to test.\n distance - The maximum distance over which to cast the ray.\n layerMask - Filter to detect Colliders only on certain layers.\n results - Array to receive results.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Collider2D", + "params": [{ "name": "point", "typeName": "UnityEngine.Vector2" }], + "isStatic": true, + "name": "OverlapPoint", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Collider2D", + "params": [ + { "name": "point", "typeName": "UnityEngine.Vector2" }, + { "name": "layerMask", "typeName": "int" } + ], + "isStatic": true, + "name": "OverlapPoint", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Collider2D", + "params": [ + { "name": "point", "typeName": "UnityEngine.Vector2" }, + { "name": "layerMask", "typeName": "int" }, + { "name": "minDepth", "typeName": "float" } + ], + "isStatic": true, + "name": "OverlapPoint", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Collider2D", + "params": [ + { "name": "point", "typeName": "UnityEngine.Vector2" }, + { "name": "layerMask", "typeName": "int" }, + { "name": "minDepth", "typeName": "float" }, + { "name": "maxDepth", "typeName": "float" } + ], + "isStatic": true, + "name": "OverlapPoint", + "comment": "The Collider overlapping the point.\n\n```plaintext\nParams: point - A point in world space.\n layerMask - Filter to check objects only on specific layers.\n minDepth - Only include objects with a Z coordinate (depth) greater than or equal to this value.\n maxDepth - Only include objects with a Z coordinate (depth) less than or equal to this value.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "point", "typeName": "UnityEngine.Vector2" }, + { + "name": "contactFilter", + "typeName": "UnityEngine.ContactFilter2D" + }, + { "name": "results", "typeName": "UnityEngine.Collider2D[]" } + ], + "isStatic": true, + "name": "OverlapPoint", + "comment": "Returns the number of results placed in the results array.\n\n```plaintext\nParams: point - A point in world space.\n contactFilter - The contact filter used to filter the results differently, such as by layer mask, Z depth. Note that normal angle is not used for overlap testing.\n results - The array to receive results. The size of the array determines the maximum number of results that can be returned.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "point", "typeName": "UnityEngine.Vector2" }, + { + "name": "contactFilter", + "typeName": "UnityEngine.ContactFilter2D" + }, + { + "name": "results", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": true, + "name": "OverlapPoint", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "point", "typeName": "UnityEngine.Vector2" }], + "isStatic": true, + "name": "OverlapPointAll", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "point", "typeName": "UnityEngine.Vector2" }, + { "name": "layerMask", "typeName": "int" } + ], + "isStatic": true, + "name": "OverlapPointAll", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "point", "typeName": "UnityEngine.Vector2" }, + { "name": "layerMask", "typeName": "int" }, + { "name": "minDepth", "typeName": "float" } + ], + "isStatic": true, + "name": "OverlapPointAll", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "point", "typeName": "UnityEngine.Vector2" }, + { "name": "layerMask", "typeName": "int" }, + { "name": "minDepth", "typeName": "float" }, + { "name": "maxDepth", "typeName": "float" } + ], + "isStatic": true, + "name": "OverlapPointAll", + "comment": "The cast results returned.\n\n```plaintext\nParams: minDepth - Only include objects with a Z coordinate (depth) greater than or equal to this value.\n maxDepth - Only include objects with a Z coordinate (depth) less than or equal to this value.\n point - A point in space.\n layerMask - Filter to check objects only on specific layers.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "point", "typeName": "UnityEngine.Vector2" }, + { "name": "results", "typeName": "UnityEngine.Collider2D[]" } + ], + "isStatic": true, + "name": "OverlapPointNonAlloc", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "point", "typeName": "UnityEngine.Vector2" }, + { "name": "results", "typeName": "UnityEngine.Collider2D[]" }, + { "name": "layerMask", "typeName": "int" } + ], + "isStatic": true, + "name": "OverlapPointNonAlloc", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "point", "typeName": "UnityEngine.Vector2" }, + { "name": "results", "typeName": "UnityEngine.Collider2D[]" }, + { "name": "layerMask", "typeName": "int" }, + { "name": "minDepth", "typeName": "float" } + ], + "isStatic": true, + "name": "OverlapPointNonAlloc", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "point", "typeName": "UnityEngine.Vector2" }, + { "name": "results", "typeName": "UnityEngine.Collider2D[]" }, + { "name": "layerMask", "typeName": "int" }, + { "name": "minDepth", "typeName": "float" }, + { "name": "maxDepth", "typeName": "float" } + ], + "isStatic": true, + "name": "OverlapPointNonAlloc", + "comment": "Returns the number of results placed in the results array.\n\n```plaintext\nParams: minDepth - Only include objects with a Z coordinate (depth) greater than or equal to this value.\n maxDepth - Only include objects with a Z coordinate (depth) less than or equal to this value.\n point - A point in space.\n results - Array to receive results.\n layerMask - Filter to check objects only on specific layers.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Collider2D", + "params": [ + { "name": "point", "typeName": "UnityEngine.Vector2" }, + { "name": "radius", "typeName": "float" } + ], + "isStatic": true, + "name": "OverlapCircle", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Collider2D", + "params": [ + { "name": "point", "typeName": "UnityEngine.Vector2" }, + { "name": "radius", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" } + ], + "isStatic": true, + "name": "OverlapCircle", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Collider2D", + "params": [ + { "name": "point", "typeName": "UnityEngine.Vector2" }, + { "name": "radius", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" }, + { "name": "minDepth", "typeName": "float" } + ], + "isStatic": true, + "name": "OverlapCircle", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Collider2D", + "params": [ + { "name": "point", "typeName": "UnityEngine.Vector2" }, + { "name": "radius", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" }, + { "name": "minDepth", "typeName": "float" }, + { "name": "maxDepth", "typeName": "float" } + ], + "isStatic": true, + "name": "OverlapCircle", + "comment": "The Collider overlapping the circle.\n\n```plaintext\nParams: point - Centre of the circle.\n radius - The radius of the circle.\n layerMask - Filter to check objects only on specific layers.\n minDepth - Only include objects with a Z coordinate (depth) greater than or equal to this value.\n maxDepth - Only include objects with a Z coordinate (depth) less than or equal to this value.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "point", "typeName": "UnityEngine.Vector2" }, + { "name": "radius", "typeName": "float" }, + { + "name": "contactFilter", + "typeName": "UnityEngine.ContactFilter2D" + }, + { "name": "results", "typeName": "UnityEngine.Collider2D[]" } + ], + "isStatic": true, + "name": "OverlapCircle", + "comment": "Returns the number of results placed in the results array.\n\n```plaintext\nParams: point - Centre of the circle.\n radius - The radius of the circle.\n contactFilter - The contact filter used to filter the results differently, such as by layer mask, Z depth. Note that normal angle is not used for overlap testing.\n results - The array to receive results. The size of the array determines the maximum number of results that can be returned.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "point", "typeName": "UnityEngine.Vector2" }, + { "name": "radius", "typeName": "float" }, + { + "name": "contactFilter", + "typeName": "UnityEngine.ContactFilter2D" + }, + { + "name": "results", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": true, + "name": "OverlapCircle", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "point", "typeName": "UnityEngine.Vector2" }, + { "name": "radius", "typeName": "float" } + ], + "isStatic": true, + "name": "OverlapCircleAll", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "point", "typeName": "UnityEngine.Vector2" }, + { "name": "radius", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" } + ], + "isStatic": true, + "name": "OverlapCircleAll", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "point", "typeName": "UnityEngine.Vector2" }, + { "name": "radius", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" }, + { "name": "minDepth", "typeName": "float" } + ], + "isStatic": true, + "name": "OverlapCircleAll", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "point", "typeName": "UnityEngine.Vector2" }, + { "name": "radius", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" }, + { "name": "minDepth", "typeName": "float" }, + { "name": "maxDepth", "typeName": "float" } + ], + "isStatic": true, + "name": "OverlapCircleAll", + "comment": "The cast results.\n\n```plaintext\nParams: point - The center of the circle.\n radius - The radius of the circle.\n layerMask - Filter to check objects only on specified layers.\n minDepth - Only include objects with a Z coordinate (depth) greater than or equal to this value.\n maxDepth - Only include objects with a Z coordinate (depth) less than or equal to this value.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "point", "typeName": "UnityEngine.Vector2" }, + { "name": "radius", "typeName": "float" }, + { "name": "results", "typeName": "UnityEngine.Collider2D[]" } + ], + "isStatic": true, + "name": "OverlapCircleNonAlloc", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "point", "typeName": "UnityEngine.Vector2" }, + { "name": "radius", "typeName": "float" }, + { "name": "results", "typeName": "UnityEngine.Collider2D[]" }, + { "name": "layerMask", "typeName": "int" } + ], + "isStatic": true, + "name": "OverlapCircleNonAlloc", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "point", "typeName": "UnityEngine.Vector2" }, + { "name": "radius", "typeName": "float" }, + { "name": "results", "typeName": "UnityEngine.Collider2D[]" }, + { "name": "layerMask", "typeName": "int" }, + { "name": "minDepth", "typeName": "float" } + ], + "isStatic": true, + "name": "OverlapCircleNonAlloc", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "point", "typeName": "UnityEngine.Vector2" }, + { "name": "radius", "typeName": "float" }, + { "name": "results", "typeName": "UnityEngine.Collider2D[]" }, + { "name": "layerMask", "typeName": "int" }, + { "name": "minDepth", "typeName": "float" }, + { "name": "maxDepth", "typeName": "float" } + ], + "isStatic": true, + "name": "OverlapCircleNonAlloc", + "comment": "Returns the number of results placed in the results array.\n\n```plaintext\nParams: point - The center of the circle.\n radius - The radius of the circle.\n results - Array to receive results.\n layerMask - Filter to check objects only on specific layers.\n minDepth - Only include objects with a Z coordinate (depth) greater than or equal to this value.\n maxDepth - Only include objects with a Z coordinate (depth) less than or equal to this value.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Collider2D", + "params": [ + { "name": "point", "typeName": "UnityEngine.Vector2" }, + { "name": "size", "typeName": "UnityEngine.Vector2" }, + { "name": "angle", "typeName": "float" } + ], + "isStatic": true, + "name": "OverlapBox", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Collider2D", + "params": [ + { "name": "point", "typeName": "UnityEngine.Vector2" }, + { "name": "size", "typeName": "UnityEngine.Vector2" }, + { "name": "angle", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" } + ], + "isStatic": true, + "name": "OverlapBox", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Collider2D", + "params": [ + { "name": "point", "typeName": "UnityEngine.Vector2" }, + { "name": "size", "typeName": "UnityEngine.Vector2" }, + { "name": "angle", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" }, + { "name": "minDepth", "typeName": "float" } + ], + "isStatic": true, + "name": "OverlapBox", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Collider2D", + "params": [ + { "name": "point", "typeName": "UnityEngine.Vector2" }, + { "name": "size", "typeName": "UnityEngine.Vector2" }, + { "name": "angle", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" }, + { "name": "minDepth", "typeName": "float" }, + { "name": "maxDepth", "typeName": "float" } + ], + "isStatic": true, + "name": "OverlapBox", + "comment": "The Collider overlapping the box.\n\n```plaintext\nParams: point - The center of the box.\n size - The size of the box.\n angle - The angle of the box.\n layerMask - Filter to check objects only on specific layers.\n minDepth - Only include objects with a Z coordinate (depth) greater than this value.\n maxDepth - Only include objects with a Z coordinate (depth) less than this value.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "point", "typeName": "UnityEngine.Vector2" }, + { "name": "size", "typeName": "UnityEngine.Vector2" }, + { "name": "angle", "typeName": "float" }, + { + "name": "contactFilter", + "typeName": "UnityEngine.ContactFilter2D" + }, + { "name": "results", "typeName": "UnityEngine.Collider2D[]" } + ], + "isStatic": true, + "name": "OverlapBox", + "comment": "Returns the number of results placed in the results array.\n\n```plaintext\nParams: point - The center of the box.\n size - The size of the box.\n angle - The angle of the box.\n contactFilter - The contact filter used to filter the results differently, such as by layer mask, Z depth. Note that normal angle is not used for overlap testing.\n results - The array to receive results. The size of the array determines the maximum number of results that can be returned.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "point", "typeName": "UnityEngine.Vector2" }, + { "name": "size", "typeName": "UnityEngine.Vector2" }, + { "name": "angle", "typeName": "float" }, + { + "name": "contactFilter", + "typeName": "UnityEngine.ContactFilter2D" + }, + { + "name": "results", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": true, + "name": "OverlapBox", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "point", "typeName": "UnityEngine.Vector2" }, + { "name": "size", "typeName": "UnityEngine.Vector2" }, + { "name": "angle", "typeName": "float" } + ], + "isStatic": true, + "name": "OverlapBoxAll", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "point", "typeName": "UnityEngine.Vector2" }, + { "name": "size", "typeName": "UnityEngine.Vector2" }, + { "name": "angle", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" } + ], + "isStatic": true, + "name": "OverlapBoxAll", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "point", "typeName": "UnityEngine.Vector2" }, + { "name": "size", "typeName": "UnityEngine.Vector2" }, + { "name": "angle", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" }, + { "name": "minDepth", "typeName": "float" } + ], + "isStatic": true, + "name": "OverlapBoxAll", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "point", "typeName": "UnityEngine.Vector2" }, + { "name": "size", "typeName": "UnityEngine.Vector2" }, + { "name": "angle", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" }, + { "name": "minDepth", "typeName": "float" }, + { "name": "maxDepth", "typeName": "float" } + ], + "isStatic": true, + "name": "OverlapBoxAll", + "comment": "The cast results returned.\n\n```plaintext\nParams: point - The center of the box.\n size - The size of the box.\n angle - The angle of the box.\n layerMask - Filter to check objects only on specific layers.\n minDepth - Only include objects with a Z coordinate (depth) greater than this value.\n maxDepth - Only include objects with a Z coordinate (depth) less than this value.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "point", "typeName": "UnityEngine.Vector2" }, + { "name": "size", "typeName": "UnityEngine.Vector2" }, + { "name": "angle", "typeName": "float" }, + { "name": "results", "typeName": "UnityEngine.Collider2D[]" } + ], + "isStatic": true, + "name": "OverlapBoxNonAlloc", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "point", "typeName": "UnityEngine.Vector2" }, + { "name": "size", "typeName": "UnityEngine.Vector2" }, + { "name": "angle", "typeName": "float" }, + { "name": "results", "typeName": "UnityEngine.Collider2D[]" }, + { "name": "layerMask", "typeName": "int" } + ], + "isStatic": true, + "name": "OverlapBoxNonAlloc", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "point", "typeName": "UnityEngine.Vector2" }, + { "name": "size", "typeName": "UnityEngine.Vector2" }, + { "name": "angle", "typeName": "float" }, + { "name": "results", "typeName": "UnityEngine.Collider2D[]" }, + { "name": "layerMask", "typeName": "int" }, + { "name": "minDepth", "typeName": "float" } + ], + "isStatic": true, + "name": "OverlapBoxNonAlloc", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "point", "typeName": "UnityEngine.Vector2" }, + { "name": "size", "typeName": "UnityEngine.Vector2" }, + { "name": "angle", "typeName": "float" }, + { "name": "results", "typeName": "UnityEngine.Collider2D[]" }, + { "name": "layerMask", "typeName": "int" }, + { "name": "minDepth", "typeName": "float" }, + { "name": "maxDepth", "typeName": "float" } + ], + "isStatic": true, + "name": "OverlapBoxNonAlloc", + "comment": "Returns the number of results placed in the results array.\n\n```plaintext\nParams: point - The center of the box.\n size - The size of the box.\n angle - The angle of the box.\n results - Array to receive results.\n layerMask - Filter to check objects only on specific layers.\n minDepth - Only include objects with a Z coordinate (depth) greater than this value.\n maxDepth - Only include objects with a Z coordinate (depth) less than this value.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Collider2D", + "params": [ + { "name": "pointA", "typeName": "UnityEngine.Vector2" }, + { "name": "pointB", "typeName": "UnityEngine.Vector2" } + ], + "isStatic": true, + "name": "OverlapArea", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Collider2D", + "params": [ + { "name": "pointA", "typeName": "UnityEngine.Vector2" }, + { "name": "pointB", "typeName": "UnityEngine.Vector2" }, + { "name": "layerMask", "typeName": "int" } + ], + "isStatic": true, + "name": "OverlapArea", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Collider2D", + "params": [ + { "name": "pointA", "typeName": "UnityEngine.Vector2" }, + { "name": "pointB", "typeName": "UnityEngine.Vector2" }, + { "name": "layerMask", "typeName": "int" }, + { "name": "minDepth", "typeName": "float" } + ], + "isStatic": true, + "name": "OverlapArea", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Collider2D", + "params": [ + { "name": "pointA", "typeName": "UnityEngine.Vector2" }, + { "name": "pointB", "typeName": "UnityEngine.Vector2" }, + { "name": "layerMask", "typeName": "int" }, + { "name": "minDepth", "typeName": "float" }, + { "name": "maxDepth", "typeName": "float" } + ], + "isStatic": true, + "name": "OverlapArea", + "comment": "The Collider overlapping the area.\n\n```plaintext\nParams: pointA - One corner of the rectangle.\n pointB - Diagonally opposite the point A corner of the rectangle.\n layerMask - Filter to check objects only on specific layers.\n minDepth - Only include objects with a Z coordinate (depth) greater than or equal to this value.\n maxDepth - Only include objects with a Z coordinate (depth) less than or equal to this value.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "pointA", "typeName": "UnityEngine.Vector2" }, + { "name": "pointB", "typeName": "UnityEngine.Vector2" }, + { + "name": "contactFilter", + "typeName": "UnityEngine.ContactFilter2D" + }, + { "name": "results", "typeName": "UnityEngine.Collider2D[]" } + ], + "isStatic": true, + "name": "OverlapArea", + "comment": "Returns the number of results placed in the results array.\n\n```plaintext\nParams: pointA - One corner of the rectangle.\n pointB - Diagonally opposite the point A corner of the rectangle.\n contactFilter - The contact filter used to filter the results differently, such as by layer mask, Z depth. Note that normal angle is not used for overlap testing.\n results - The array to receive results. The size of the array determines the maximum number of results that can be returned.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "pointA", "typeName": "UnityEngine.Vector2" }, + { "name": "pointB", "typeName": "UnityEngine.Vector2" }, + { + "name": "contactFilter", + "typeName": "UnityEngine.ContactFilter2D" + }, + { + "name": "results", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": true, + "name": "OverlapArea", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "pointA", "typeName": "UnityEngine.Vector2" }, + { "name": "pointB", "typeName": "UnityEngine.Vector2" } + ], + "isStatic": true, + "name": "OverlapAreaAll", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "pointA", "typeName": "UnityEngine.Vector2" }, + { "name": "pointB", "typeName": "UnityEngine.Vector2" }, + { "name": "layerMask", "typeName": "int" } + ], + "isStatic": true, + "name": "OverlapAreaAll", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "pointA", "typeName": "UnityEngine.Vector2" }, + { "name": "pointB", "typeName": "UnityEngine.Vector2" }, + { "name": "layerMask", "typeName": "int" }, + { "name": "minDepth", "typeName": "float" } + ], + "isStatic": true, + "name": "OverlapAreaAll", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "pointA", "typeName": "UnityEngine.Vector2" }, + { "name": "pointB", "typeName": "UnityEngine.Vector2" }, + { "name": "layerMask", "typeName": "int" }, + { "name": "minDepth", "typeName": "float" }, + { "name": "maxDepth", "typeName": "float" } + ], + "isStatic": true, + "name": "OverlapAreaAll", + "comment": "The cast results returned.\n\n```plaintext\nParams: pointA - One corner of the rectangle.\n pointB - Diagonally opposite the point A corner of the rectangle.\n layerMask - Filter to check objects only on specific layers.\n minDepth - Only include objects with a Z coordinate (depth) greater than or equal to this value.\n maxDepth - Only include objects with a Z coordinate (depth) less than or equal to this value.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "pointA", "typeName": "UnityEngine.Vector2" }, + { "name": "pointB", "typeName": "UnityEngine.Vector2" }, + { "name": "results", "typeName": "UnityEngine.Collider2D[]" } + ], + "isStatic": true, + "name": "OverlapAreaNonAlloc", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "pointA", "typeName": "UnityEngine.Vector2" }, + { "name": "pointB", "typeName": "UnityEngine.Vector2" }, + { "name": "results", "typeName": "UnityEngine.Collider2D[]" }, + { "name": "layerMask", "typeName": "int" } + ], + "isStatic": true, + "name": "OverlapAreaNonAlloc", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "pointA", "typeName": "UnityEngine.Vector2" }, + { "name": "pointB", "typeName": "UnityEngine.Vector2" }, + { "name": "results", "typeName": "UnityEngine.Collider2D[]" }, + { "name": "layerMask", "typeName": "int" }, + { "name": "minDepth", "typeName": "float" } + ], + "isStatic": true, + "name": "OverlapAreaNonAlloc", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "pointA", "typeName": "UnityEngine.Vector2" }, + { "name": "pointB", "typeName": "UnityEngine.Vector2" }, + { "name": "results", "typeName": "UnityEngine.Collider2D[]" }, + { "name": "layerMask", "typeName": "int" }, + { "name": "minDepth", "typeName": "float" }, + { "name": "maxDepth", "typeName": "float" } + ], + "isStatic": true, + "name": "OverlapAreaNonAlloc", + "comment": "Returns the number of results placed in the results array.\n\n```plaintext\nParams: pointA - One corner of the rectangle.\n pointB - Diagonally opposite the point A corner of the rectangle.\n results - Array to receive results.\n layerMask - Filter to check objects only on specified layers.\n minDepth - Only include objects with a Z coordinate (depth) greater than or equal to this value.\n maxDepth - Only include objects with a Z coordinate (depth) less than or equal to this value.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Collider2D", + "params": [ + { "name": "point", "typeName": "UnityEngine.Vector2" }, + { "name": "size", "typeName": "UnityEngine.Vector2" }, + { + "name": "direction", + "typeName": "UnityEngine.CapsuleDirection2D" + }, + { "name": "angle", "typeName": "float" } + ], + "isStatic": true, + "name": "OverlapCapsule", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Collider2D", + "params": [ + { "name": "point", "typeName": "UnityEngine.Vector2" }, + { "name": "size", "typeName": "UnityEngine.Vector2" }, + { + "name": "direction", + "typeName": "UnityEngine.CapsuleDirection2D" + }, + { "name": "angle", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" } + ], + "isStatic": true, + "name": "OverlapCapsule", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Collider2D", + "params": [ + { "name": "point", "typeName": "UnityEngine.Vector2" }, + { "name": "size", "typeName": "UnityEngine.Vector2" }, + { + "name": "direction", + "typeName": "UnityEngine.CapsuleDirection2D" + }, + { "name": "angle", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" }, + { "name": "minDepth", "typeName": "float" } + ], + "isStatic": true, + "name": "OverlapCapsule", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Collider2D", + "params": [ + { "name": "point", "typeName": "UnityEngine.Vector2" }, + { "name": "size", "typeName": "UnityEngine.Vector2" }, + { + "name": "direction", + "typeName": "UnityEngine.CapsuleDirection2D" + }, + { "name": "angle", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" }, + { "name": "minDepth", "typeName": "float" }, + { "name": "maxDepth", "typeName": "float" } + ], + "isStatic": true, + "name": "OverlapCapsule", + "comment": "The Collider overlapping the capsule.\n\n```plaintext\nParams: point - The center of the capsule.\n size - The size of the capsule.\n direction - The direction of the capsule.\n angle - The angle of the capsule.\n layerMask - Filter to check objects only on specific layers.\n minDepth - Only include objects with a Z coordinate (depth) greater than this value.\n maxDepth - Only include objects with a Z coordinate (depth) less than this value.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "point", "typeName": "UnityEngine.Vector2" }, + { "name": "size", "typeName": "UnityEngine.Vector2" }, + { + "name": "direction", + "typeName": "UnityEngine.CapsuleDirection2D" + }, + { "name": "angle", "typeName": "float" }, + { + "name": "contactFilter", + "typeName": "UnityEngine.ContactFilter2D" + }, + { "name": "results", "typeName": "UnityEngine.Collider2D[]" } + ], + "isStatic": true, + "name": "OverlapCapsule", + "comment": "Returns the number of results placed in the results array.\n\n```plaintext\nParams: point - The center of the capsule.\n size - The size of the capsule.\n direction - The direction of the capsule.\n angle - The angle of the capsule.\n contactFilter - The contact filter used to filter the results differently, such as by layer mask, Z depth. Note that normal angle is not used for overlap testing.\n results - The array to receive results. The size of the array determines the maximum number of results that can be returned.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "point", "typeName": "UnityEngine.Vector2" }, + { "name": "size", "typeName": "UnityEngine.Vector2" }, + { + "name": "direction", + "typeName": "UnityEngine.CapsuleDirection2D" + }, + { "name": "angle", "typeName": "float" }, + { + "name": "contactFilter", + "typeName": "UnityEngine.ContactFilter2D" + }, + { + "name": "results", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": true, + "name": "OverlapCapsule", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "point", "typeName": "UnityEngine.Vector2" }, + { "name": "size", "typeName": "UnityEngine.Vector2" }, + { + "name": "direction", + "typeName": "UnityEngine.CapsuleDirection2D" + }, + { "name": "angle", "typeName": "float" } + ], + "isStatic": true, + "name": "OverlapCapsuleAll", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "point", "typeName": "UnityEngine.Vector2" }, + { "name": "size", "typeName": "UnityEngine.Vector2" }, + { + "name": "direction", + "typeName": "UnityEngine.CapsuleDirection2D" + }, + { "name": "angle", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" } + ], + "isStatic": true, + "name": "OverlapCapsuleAll", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "point", "typeName": "UnityEngine.Vector2" }, + { "name": "size", "typeName": "UnityEngine.Vector2" }, + { + "name": "direction", + "typeName": "UnityEngine.CapsuleDirection2D" + }, + { "name": "angle", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" }, + { "name": "minDepth", "typeName": "float" } + ], + "isStatic": true, + "name": "OverlapCapsuleAll", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "point", "typeName": "UnityEngine.Vector2" }, + { "name": "size", "typeName": "UnityEngine.Vector2" }, + { + "name": "direction", + "typeName": "UnityEngine.CapsuleDirection2D" + }, + { "name": "angle", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" }, + { "name": "minDepth", "typeName": "float" }, + { "name": "maxDepth", "typeName": "float" } + ], + "isStatic": true, + "name": "OverlapCapsuleAll", + "comment": "The cast results returned.\n\n```plaintext\nParams: point - The center of the capsule.\n size - The size of the capsule.\n direction - The direction of the capsule.\n angle - The angle of the capsule.\n layerMask - Filter to check objects only on specific layers.\n minDepth - Only include objects with a Z coordinate (depth) greater than this value.\n maxDepth - Only include objects with a Z coordinate (depth) less than this value.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "point", "typeName": "UnityEngine.Vector2" }, + { "name": "size", "typeName": "UnityEngine.Vector2" }, + { + "name": "direction", + "typeName": "UnityEngine.CapsuleDirection2D" + }, + { "name": "angle", "typeName": "float" }, + { "name": "results", "typeName": "UnityEngine.Collider2D[]" } + ], + "isStatic": true, + "name": "OverlapCapsuleNonAlloc", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "point", "typeName": "UnityEngine.Vector2" }, + { "name": "size", "typeName": "UnityEngine.Vector2" }, + { + "name": "direction", + "typeName": "UnityEngine.CapsuleDirection2D" + }, + { "name": "angle", "typeName": "float" }, + { "name": "results", "typeName": "UnityEngine.Collider2D[]" }, + { "name": "layerMask", "typeName": "int" } + ], + "isStatic": true, + "name": "OverlapCapsuleNonAlloc", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "point", "typeName": "UnityEngine.Vector2" }, + { "name": "size", "typeName": "UnityEngine.Vector2" }, + { + "name": "direction", + "typeName": "UnityEngine.CapsuleDirection2D" + }, + { "name": "angle", "typeName": "float" }, + { "name": "results", "typeName": "UnityEngine.Collider2D[]" }, + { "name": "layerMask", "typeName": "int" }, + { "name": "minDepth", "typeName": "float" } + ], + "isStatic": true, + "name": "OverlapCapsuleNonAlloc", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "point", "typeName": "UnityEngine.Vector2" }, + { "name": "size", "typeName": "UnityEngine.Vector2" }, + { + "name": "direction", + "typeName": "UnityEngine.CapsuleDirection2D" + }, + { "name": "angle", "typeName": "float" }, + { "name": "results", "typeName": "UnityEngine.Collider2D[]" }, + { "name": "layerMask", "typeName": "int" }, + { "name": "minDepth", "typeName": "float" }, + { "name": "maxDepth", "typeName": "float" } + ], + "isStatic": true, + "name": "OverlapCapsuleNonAlloc", + "comment": "Returns the number of results placed in the results array.\n\n```plaintext\nParams: point - The center of the capsule.\n size - The size of the capsule.\n direction - The direction of the capsule.\n angle - The angle of the capsule.\n results - Array to receive results.\n layerMask - Filter to check objects only on specific layers.\n minDepth - Only include objects with a Z coordinate (depth) greater than this value.\n maxDepth - Only include objects with a Z coordinate (depth) less than this value.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "collider", "typeName": "UnityEngine.Collider2D" }, + { + "name": "contactFilter", + "typeName": "UnityEngine.ContactFilter2D" + }, + { "name": "results", "typeName": "UnityEngine.Collider2D[]" } + ], + "isStatic": true, + "name": "OverlapCollider", + "comment": "Returns the number of results placed in the results array.\n\n```plaintext\nParams: Collider - The Collider that defines the area used to query for other Collider overlaps.\n contactFilter - The contact filter used to filter the results differently, such as by layer mask, Z depth. Note that normal angle is not used for overlap testing.\n results - The array to receive results. The size of the array determines the maximum number of results that can be returned.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "collider", "typeName": "UnityEngine.Collider2D" }, + { + "name": "contactFilter", + "typeName": "UnityEngine.ContactFilter2D" + }, + { + "name": "results", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": true, + "name": "OverlapCollider", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "collider1", "typeName": "UnityEngine.Collider2D" }, + { "name": "collider2", "typeName": "UnityEngine.Collider2D" }, + { + "name": "contactFilter", + "typeName": "UnityEngine.ContactFilter2D" + }, + { "name": "contacts", "typeName": "UnityEngine.ContactPoint2D[]" } + ], + "isStatic": true, + "name": "GetContacts", + "comment": "Returns the number of contacts placed in the contacts array.\n\n```plaintext\nParams: collider1 - The Collider to check if it has contacts against collider2.\n collider2 - The Collider to check if it has contacts against collider1.\n contactFilter - The contact filter used to filter the results differently, such as by layer mask, Z depth, or normal angle.\n contacts - An array of ContactPoint2D used to receive the results.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "collider", "typeName": "UnityEngine.Collider2D" }, + { "name": "contacts", "typeName": "UnityEngine.ContactPoint2D[]" } + ], + "isStatic": true, + "name": "GetContacts", + "comment": "Returns the number of contacts placed in the contacts array.\n\n```plaintext\nParams: Collider - The Collider to retrieve contacts for.\n contacts - An array of ContactPoint2D used to receive the results.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "collider", "typeName": "UnityEngine.Collider2D" }, + { + "name": "contactFilter", + "typeName": "UnityEngine.ContactFilter2D" + }, + { "name": "contacts", "typeName": "UnityEngine.ContactPoint2D[]" } + ], + "isStatic": true, + "name": "GetContacts", + "comment": "Returns the number of contacts placed in the contacts array.\n\n```plaintext\nParams: Collider - The Collider to retrieve contacts for.\n contactFilter - The contact filter used to filter the results differently, such as by layer mask, Z depth, or normal angle.\n contacts - An array of ContactPoint2D used to receive the results.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "collider", "typeName": "UnityEngine.Collider2D" }, + { "name": "colliders", "typeName": "UnityEngine.Collider2D[]" } + ], + "isStatic": true, + "name": "GetContacts", + "comment": "Returns the number of Colliders placed in the Colliders array.\n\n```plaintext\nParams: Collider - The Collider to retrieve contacts for.\n Colliders - An array of Collider2D used to receive the results.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "collider", "typeName": "UnityEngine.Collider2D" }, + { + "name": "contactFilter", + "typeName": "UnityEngine.ContactFilter2D" + }, + { "name": "colliders", "typeName": "UnityEngine.Collider2D[]" } + ], + "isStatic": true, + "name": "GetContacts", + "comment": "Returns the number of Colliders placed in the Colliders array.\n\n```plaintext\nParams: Collider - The Collider to retrieve contacts for.\n contactFilter - The contact filter used to filter the results differently, such as by layer mask, Z depth, or normal angle.\n Colliders - An array of Collider2D used to receive the results.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "rigidbody", "typeName": "UnityEngine.Rigidbody2D" }, + { "name": "contacts", "typeName": "UnityEngine.ContactPoint2D[]" } + ], + "isStatic": true, + "name": "GetContacts", + "comment": "Returns the number of contacts placed in the contacts array.\n\n```plaintext\nParams: rigidbody - The rigidbody to retrieve contacts for. All Colliders attached to this rigidbody will be checked.\n contacts - An array of ContactPoint2D used to receive the results.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "rigidbody", "typeName": "UnityEngine.Rigidbody2D" }, + { + "name": "contactFilter", + "typeName": "UnityEngine.ContactFilter2D" + }, + { "name": "contacts", "typeName": "UnityEngine.ContactPoint2D[]" } + ], + "isStatic": true, + "name": "GetContacts", + "comment": "Returns the number of contacts placed in the contacts array.\n\n```plaintext\nParams: rigidbody - The rigidbody to retrieve contacts for. All Colliders attached to this rigidbody will be checked.\n contactFilter - The contact filter used to filter the results differently, such as by layer mask, Z depth, or normal angle.\n contacts - An array of ContactPoint2D used to receive the results.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "rigidbody", "typeName": "UnityEngine.Rigidbody2D" }, + { "name": "colliders", "typeName": "UnityEngine.Collider2D[]" } + ], + "isStatic": true, + "name": "GetContacts", + "comment": "Returns the number of Colliders placed in the Colliders array.\n\n```plaintext\nParams: rigidbody - The rigidbody to retrieve contacts for. All Colliders attached to this rigidbody will be checked.\n Colliders - An array of Collider2D used to receive the results.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "rigidbody", "typeName": "UnityEngine.Rigidbody2D" }, + { + "name": "contactFilter", + "typeName": "UnityEngine.ContactFilter2D" + }, + { "name": "colliders", "typeName": "UnityEngine.Collider2D[]" } + ], + "isStatic": true, + "name": "GetContacts", + "comment": "Returns the number of Colliders placed in the Colliders array.\n\n```plaintext\nParams: rigidbody - The rigidbody to retrieve contacts for. All Colliders attached to this rigidbody will be checked.\n contactFilter - The contact filter used to filter the results differently, such as by layer mask, Z depth, or normal angle.\n Colliders - An array of Collider2D used to receive the results.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "collider1", "typeName": "UnityEngine.Collider2D" }, + { "name": "collider2", "typeName": "UnityEngine.Collider2D" }, + { + "name": "contactFilter", + "typeName": "UnityEngine.ContactFilter2D" + }, + { + "name": "contacts", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": true, + "name": "GetContacts", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "collider", "typeName": "UnityEngine.Collider2D" }, + { + "name": "contacts", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": true, + "name": "GetContacts", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "collider", "typeName": "UnityEngine.Collider2D" }, + { + "name": "contactFilter", + "typeName": "UnityEngine.ContactFilter2D" + }, + { + "name": "contacts", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": true, + "name": "GetContacts", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "collider", "typeName": "UnityEngine.Collider2D" }, + { + "name": "colliders", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": true, + "name": "GetContacts", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "collider", "typeName": "UnityEngine.Collider2D" }, + { + "name": "contactFilter", + "typeName": "UnityEngine.ContactFilter2D" + }, + { + "name": "colliders", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": true, + "name": "GetContacts", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "rigidbody", "typeName": "UnityEngine.Rigidbody2D" }, + { + "name": "contacts", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": true, + "name": "GetContacts", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "rigidbody", "typeName": "UnityEngine.Rigidbody2D" }, + { + "name": "contactFilter", + "typeName": "UnityEngine.ContactFilter2D" + }, + { + "name": "contacts", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": true, + "name": "GetContacts", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "rigidbody", "typeName": "UnityEngine.Rigidbody2D" }, + { + "name": "colliders", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": true, + "name": "GetContacts", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "rigidbody", "typeName": "UnityEngine.Rigidbody2D" }, + { + "name": "contactFilter", + "typeName": "UnityEngine.ContactFilter2D" + }, + { + "name": "colliders", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": true, + "name": "GetContacts", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + } + ], + "name": "Physics2D", + "comment": "Global settings and helpers for 2D physics.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "index", + "comment": "The index of the shader keyword.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "String", + "params": [ + { + "name": "index", + "typeName": "UnityEngine.Rendering.ShaderKeyword" + } + ], + "isStatic": true, + "name": "GetGlobalKeywordName", + "comment": "Returns the string name of the global keyword.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "ShaderKeywordType", + "params": [ + { + "name": "index", + "typeName": "UnityEngine.Rendering.ShaderKeyword" + } + ], + "isStatic": true, + "name": "GetGlobalKeywordType", + "comment": "Returns the type of global keyword: built-in or user defined.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "index", + "typeName": "UnityEngine.Rendering.ShaderKeyword" + } + ], + "isStatic": true, + "name": "IsKeywordLocal", + "comment": "Returns true if the keyword is local.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "shader", "typeName": "UnityEngine.Shader" }, + { + "name": "index", + "typeName": "UnityEngine.Rendering.ShaderKeyword" + } + ], + "isStatic": true, + "name": "GetKeywordName", + "comment": "Returns the string name of the keyword.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "ShaderKeywordType", + "params": [ + { "name": "shader", "typeName": "UnityEngine.Shader" }, + { + "name": "index", + "typeName": "UnityEngine.Rendering.ShaderKeyword" + } + ], + "isStatic": true, + "name": "GetKeywordType", + "comment": "Returns the type of keyword: built-in or user defined.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "shader", "typeName": "UnityEngine.ComputeShader" }, + { + "name": "index", + "typeName": "UnityEngine.Rendering.ShaderKeyword" + } + ], + "isStatic": true, + "name": "GetKeywordName", + "comment": "Returns the string name of the keyword.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "ShaderKeywordType", + "params": [ + { "name": "shader", "typeName": "UnityEngine.ComputeShader" }, + { + "name": "index", + "typeName": "UnityEngine.Rendering.ShaderKeyword" + } + ], + "isStatic": true, + "name": "GetKeywordType", + "comment": "Returns the type of keyword: built-in or user defined.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "keywordName", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "Initializes a new instance of the ShaderKeyword class from a shader global keyword name.\n\n```plaintext\nParams: keywordName - The name of the keyword.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "shader", "typeName": "UnityEngine.Shader" }, + { "name": "keywordName", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Initializes a new instance of the ShaderKeyword class from a global or local shader keyword name.\n\n```plaintext\nParams: shader - The shader that declares the keyword.\n keywordName - The name of the keyword.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "shader", "typeName": "UnityEngine.ComputeShader" }, + { "name": "keywordName", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Initializes a new instance of the ShaderKeyword class from a local shader keyword name, and the compute shader that defines that local keyword.\n\n```plaintext\nParams: shader - The compute shader that declares the local keyword.\n keywordName - The name of the keyword.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "IsValid", + "comment": "Returns true if the keyword has been imported by Unity.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "ShaderKeywordType", + "params": [], + "isStatic": false, + "name": "GetKeywordType", + "comment": "Returns the type of keyword: built-in or user defined.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "GetKeywordName", + "comment": "Returns the string name of the keyword.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "GetName", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "ShaderKeyword", + "comment": "Identifier of a specific code path in a shader.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.ParticleSystemRingBufferMode", + "name": "Disabled", + "comment": "Particles are removed when their age exceeds their lifetime.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemRingBufferMode", + "name": "PauseUntilReplaced", + "comment": "Particle ages pause at the end of their lifetime until they need to be removed. Particles are removed when creating new particles would exceed the Max Particles property.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemRingBufferMode", + "name": "LoopUntilReplaced", + "comment": "Particle ages loop until they need to be removed. Particles are removed when creating new particles would exceed the Max Particles property.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.ParticleSystemRingBufferMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "name": "ParticleSystemRingBufferMode", + "comment": "Control how particles are removed from the Particle System.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.SimulationMode2D", + "name": "FixedUpdate", + "comment": "Use this enumeration to specify to Unity that it should execute the physics simulation immediately after the MonoBehaviour.FixedUpdate.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "UnityEngine.SimulationMode2D", + "name": "Update", + "comment": "Use this enumeration to specify to Unity that it should execute the physics simulation immediately after MonoBehaviour.Update.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "UnityEngine.SimulationMode2D", + "name": "Script", + "comment": "Use this enumeration to specify to Unity that it should execute the physics simulation manually when you call Physics2D.Simulate.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.SimulationMode2D", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + } + ], + "name": "SimulationMode2D", + "comment": "A selection of modes that control when Unity executes the 2D physics simulation.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "keyword", + "typeName": "UnityEngine.Rendering.ShaderKeyword" + } + ], + "isStatic": false, + "name": "IsEnabled", + "comment": "Check whether a specific shader keyword is enabled.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "keyword", + "typeName": "UnityEngine.Rendering.ShaderKeyword" + } + ], + "isStatic": false, + "name": "Enable", + "comment": "Enable a specific shader keyword.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "keyword", + "typeName": "UnityEngine.Rendering.ShaderKeyword" + } + ], + "isStatic": false, + "name": "Disable", + "comment": "Disable a specific shader keyword.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetShaderKeywords", + "comment": "Return an array with all the enabled keywords in the ShaderKeywordSet.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "ShaderKeywordSet", + "comment": "A collection of Rendering.ShaderKeyword that represents a specific shader variant.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.ParticleSystemGameObjectFilter", + "name": "LayerMask", + "comment": "Include objects based on a layer mask, where all objects that match the mask are included.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemGameObjectFilter", + "name": "List", + "comment": "Include objects based on an explicitly provided list.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemGameObjectFilter", + "name": "LayerMaskAndList", + "comment": "Include objects based on both a layer mask and an explicitly provided list.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.ParticleSystemGameObjectFilter", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "name": "ParticleSystemGameObjectFilter", + "comment": "The particle GameObject filtering mode that specifies which objects are used by specific Particle System modules.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.CapsuleDirection2D", + "name": "Vertical", + "comment": "The capsule sides extend vertically.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "UnityEngine.CapsuleDirection2D", + "name": "Horizontal", + "comment": "The capsule sides extend horizontally.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.CapsuleDirection2D", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + } + ], + "name": "CapsuleDirection2D", + "comment": "The direction that the capsule sides can extend.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.ParticleSystemForceFieldShape", + "name": "Sphere", + "comment": "Influence particles inside a sphere shape.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemForceFieldShape", + "name": "Hemisphere", + "comment": "Influence particles inside a hemisphere shape.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemForceFieldShape", + "name": "Cylinder", + "comment": "Influence particles inside a cylinder shape.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemForceFieldShape", + "name": "Box", + "comment": "Influence particles inside a box shape.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.ParticleSystemForceFieldShape", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "name": "ParticleSystemForceFieldShape", + "comment": "The type of shape used for influencing particles in the Force Field Component.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.ParticleSystemVertexStreams", + "name": "Position", + "comment": "The world space position of each particle.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemVertexStreams", + "name": "Normal", + "comment": "The normal of each particle.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemVertexStreams", + "name": "Tangent", + "comment": "Tangent vectors for normal mapping.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemVertexStreams", + "name": "Color", + "comment": "The color of each particle.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemVertexStreams", + "name": "UV", + "comment": "The texture coordinates of each particle.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemVertexStreams", + "name": "UV2BlendAndFrame", + "comment": "With the TextureSheetAnimationModule enabled, this contains the UVs for the second texture frame, the blend factor for each particle, and the raw frame, allowing for blending of frames.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemVertexStreams", + "name": "CenterAndVertexID", + "comment": "The center position of each particle, with the vertex ID of each particle, from 0-3, stored in the w component.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemVertexStreams", + "name": "Size", + "comment": "The size of each particle.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemVertexStreams", + "name": "Rotation", + "comment": "The rotation of each particle.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemVertexStreams", + "name": "Velocity", + "comment": "The 3D velocity of each particle.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemVertexStreams", + "name": "Lifetime", + "comment": "Alive time as a 0-1 value in the X component, and Total Lifetime in the Y component.\nTo get the current particle age, simply multiply X by Y.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemVertexStreams", + "name": "Custom1", + "comment": "The first stream of custom data, supplied from script.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemVertexStreams", + "name": "Custom2", + "comment": "The second stream of custom data, supplied from script.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemVertexStreams", + "name": "Random", + "comment": "4 random numbers. The first 3 are deterministic and assigned once when each particle is born, but the 4th value will change during the lifetime of the particle.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemVertexStreams", + "name": "None", + "comment": "A mask with no vertex streams enabled.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemVertexStreams", + "name": "All", + "comment": "A mask with all vertex streams enabled.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.ParticleSystemVertexStreams", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "name": "ParticleSystemVertexStreams", + "comment": "All possible Particle System vertex shader inputs.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.Renderer", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.ParticleSystemRenderSpace", + "name": "alignment", + "comment": "Control the direction that particles face.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemRenderMode", + "name": "renderMode", + "comment": "Specifies how the system draws particles.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemSortMode", + "name": "sortMode", + "comment": "Specifies how to sort particles within a system.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "lengthScale", + "comment": "How much are the particles stretched in their direction of motion, defined as the length of the particle compared to its width.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "velocityScale", + "comment": "Specifies how much particles stretch depending on their velocity.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "cameraVelocityScale", + "comment": "How much do the particles stretch depending on the Camera's speed.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "normalDirection", + "comment": "Specifies how much a billboard particle orients its normals towards the Camera.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "shadowBias", + "comment": "Apply a shadow bias to prevent self-shadowing artifacts. The specified value is the proportion of the particle size.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "sortingFudge", + "comment": "Biases Particle System sorting amongst other transparencies.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "minParticleSize", + "comment": "Clamp the minimum particle size.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "maxParticleSize", + "comment": "Clamp the maximum particle size.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "pivot", + "comment": "Modify the pivot point used for rotating particles.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "flip", + "comment": "Flip a percentage of the particles, along each axis.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.SpriteMaskInteraction", + "name": "maskInteraction", + "comment": "Specifies how the Particle System Renderer interacts with SpriteMask.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.Material", + "name": "trailMaterial", + "comment": "Set the Material that the TrailModule uses to attach trails to particles.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "bool", + "name": "enableGPUInstancing", + "comment": "Enables GPU Instancing on platforms that support it.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "bool", + "name": "allowRoll", + "comment": "Allow billboard particles to roll around their z-axis.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "bool", + "name": "freeformStretching", + "comment": "Enables freeform stretching behavior.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "bool", + "name": "rotateWithStretchDirection", + "comment": "Rotate the particles based on the direction they are stretched in. This is added on top of other particle rotation.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.Mesh", + "name": "mesh", + "comment": "The Mesh that the particle uses instead of a billboarded Texture.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "int", + "name": "meshCount", + "comment": "The number of Meshes the system uses for particle rendering.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "int", + "name": "activeVertexStreamsCount", + "comment": "The number of currently active custom vertex streams.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "bool", + "name": "supportsMeshInstancing", + "comment": "Determines whether the Particle System can be rendered using GPU Instancing.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "streams", + "typeName": "UnityEngine.ParticleSystemVertexStreams" + } + ], + "isStatic": false, + "name": "EnableVertexStreams", + "comment": "Enable a set of vertex Shader streams on the Particle System renderer.\n\n```plaintext\nParams: streams - Streams to enable.\n \n```\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "streams", + "typeName": "UnityEngine.ParticleSystemVertexStreams" + } + ], + "isStatic": false, + "name": "DisableVertexStreams", + "comment": "Disable a set of vertex Shader streams on the Particle System Renderer.\nThe position stream is always enabled, and any attempts to remove it are ignored.\n\n```plaintext\nParams: streams - Streams to disable.\n \n```\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "streams", + "typeName": "UnityEngine.ParticleSystemVertexStreams" + } + ], + "isStatic": false, + "name": "AreVertexStreamsEnabled", + "comment": "true if the queried streams are enabled. Returns false otherwise.\n\n```plaintext\nParams: streams - Streams to query.\n \n```\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "ParticleSystemVertexStreams", + "params": [ + { + "name": "streams", + "typeName": "UnityEngine.ParticleSystemVertexStreams" + } + ], + "isStatic": false, + "name": "GetEnabledVertexStreams", + "comment": "The subset of the queried streams that are actually enabled.\n\n```plaintext\nParams: streams - Streams to query.\n \n```\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "meshes", "typeName": "UnityEngine.Mesh[]" }], + "isStatic": false, + "name": "GetMeshes", + "comment": "The number of Meshes actually written to the destination array.\n\n```plaintext\nParams: meshes - This array is populated with the list of Meshes being used for particle rendering.\n \n```\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "meshes", "typeName": "UnityEngine.Mesh[]" }, + { "name": "size", "typeName": "int" } + ], + "isStatic": false, + "name": "SetMeshes", + "comment": "Set an array of Meshes to use as particles when the ParticleSystemRenderer.renderMode is set to ParticleSystemRenderMode.Mesh.\n\n```plaintext\nParams: meshes - Array of Meshes to use.\n size - Number of elements from the Mesh array to apply.\n \n```\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "meshes", "typeName": "UnityEngine.Mesh[]" }], + "isStatic": false, + "name": "SetMeshes", + "comment": "Set an array of Meshes to use as particles when the ParticleSystemRenderer.renderMode is set to ParticleSystemRenderMode.Mesh.\n\n```plaintext\nParams: meshes - Array of Meshes to use.\n size - Number of elements from the Mesh array to apply.\n \n```\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "mesh", "typeName": "UnityEngine.Mesh" }, + { "name": "useTransform", "typeName": "bool" } + ], + "isStatic": false, + "name": "BakeMesh", + "comment": "Creates a snapshot of ParticleSystemRenderer and stores it in mesh.\n\n```plaintext\nParams: mesh - A static Mesh to receive the snapshot of the particles.\n camera - The Camera used to determine which way camera-space particles face.\n useTransform - Specifies whether to include the rotation and scale of the Transform in the baked Mesh.\n \n```\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "mesh", "typeName": "UnityEngine.Mesh" }, + { "name": "camera", "typeName": "UnityEngine.Camera" }, + { "name": "useTransform", "typeName": "bool" } + ], + "isStatic": false, + "name": "BakeMesh", + "comment": "Creates a snapshot of ParticleSystemRenderer and stores it in mesh.\n\n```plaintext\nParams: mesh - A static Mesh to receive the snapshot of the particles.\n camera - The Camera used to determine which way camera-space particles face.\n useTransform - Specifies whether to include the rotation and scale of the Transform in the baked Mesh.\n \n```\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "mesh", "typeName": "UnityEngine.Mesh" }, + { "name": "useTransform", "typeName": "bool" } + ], + "isStatic": false, + "name": "BakeTrailsMesh", + "comment": "Creates a snapshot of ParticleSystem Trails and stores them in mesh.\n\n```plaintext\nParams: mesh - A static Mesh to receive the snapshot of the particle trails.\n camera - The Camera used to determine which way camera-space trails face.\n useTransform - Specifies whether to include the rotation and scale of the Transform in the baked Mesh.\n \n```\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "mesh", "typeName": "UnityEngine.Mesh" }, + { "name": "camera", "typeName": "UnityEngine.Camera" }, + { "name": "useTransform", "typeName": "bool" } + ], + "isStatic": false, + "name": "BakeTrailsMesh", + "comment": "Creates a snapshot of ParticleSystem Trails and stores them in mesh.\n\n```plaintext\nParams: mesh - A static Mesh to receive the snapshot of the particle trails.\n camera - The Camera used to determine which way camera-space trails face.\n useTransform - Specifies whether to include the rotation and scale of the Transform in the baked Mesh.\n \n```\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "streams", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "SetActiveVertexStreams", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "streams", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "GetActiveVertexStreams", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "name": "ParticleSystemRenderer", + "comment": "Use this class to render particles on to the screen.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.Behaviour", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.ParticleSystemForceFieldShape", + "name": "shape", + "comment": "Selects the type of shape used for influencing particles.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "startRange", + "comment": "Setting a value greater than 0 creates a hollow Force Field shape. This will cause particles to not be affected by the Force Field when closer to the center of the volume than the startRange property.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "endRange", + "comment": "Determines the size of the shape used for influencing particles.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "length", + "comment": "Describes the length of the Cylinder when using the Cylinder Force Field shape to influence particles.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "gravityFocus", + "comment": "When using the gravity force, set this value between 0 and 1 to control the focal point of the gravity effect.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "rotationRandomness", + "comment": "Apply randomness to the Force Field axis that particles will travel around.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "bool", + "name": "multiplyDragByParticleSize", + "comment": "When using Drag, the drag strength will be multiplied by the size of the particles if this toggle is enabled.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "bool", + "name": "multiplyDragByParticleVelocity", + "comment": "When using Drag, the drag strength will be multiplied by the speed of the particles if this toggle is enabled.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.Texture3D", + "name": "vectorField", + "comment": "Apply forces to particles within the volume of the Force Field, by using a 3D texture containing vector field data.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", + "name": "directionX", + "comment": "Apply a linear force along the local X axis to particles within the volume of the Force Field.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", + "name": "directionY", + "comment": "Apply a linear force along the local Y axis to particles within the volume of the Force Field.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", + "name": "directionZ", + "comment": "Apply a linear force along the local Z axis to particles within the volume of the Force Field.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", + "name": "gravity", + "comment": "Apply gravity to particles within the volume of the Force Field.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", + "name": "rotationSpeed", + "comment": "The speed at which particles are propelled around a vortex.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", + "name": "rotationAttraction", + "comment": "Controls how strongly particles are dragged into the vortex motion.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", + "name": "drag", + "comment": "Apply drag to particles within the volume of the Force Field.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", + "name": "vectorFieldSpeed", + "comment": "The speed at which particles are propelled through the vector field.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", + "name": "vectorFieldAttraction", + "comment": "Controls how strongly particles are dragged into the vector field motion.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "", + "params": [], + "isStatic": true, + "name": "FindAll", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "name": "ParticleSystemForceField", + "comment": "Script interface for Particle System Force Fields.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "uint", + "name": "FixedElementField", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "e__FixedBuffer", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.TextEditor.DblClickSnapping", + "name": "WORDS", + "comment": "", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "typeName": "UnityEngine.TextEditor.DblClickSnapping", + "name": "PARAGRAPHS", + "comment": "", + "location": "UnityEngine.IMGUIModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.TextEditor.DblClickSnapping", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.IMGUIModule.dll" + } + ], + "name": "DblClickSnapping", + "comment": "", + "location": "UnityEngine.IMGUIModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.RigidbodyConstraints2D", + "name": "None", + "comment": "No constraints.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "UnityEngine.RigidbodyConstraints2D", + "name": "FreezePositionX", + "comment": "Freeze motion along the X-axis.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "UnityEngine.RigidbodyConstraints2D", + "name": "FreezePositionY", + "comment": "Freeze motion along the Y-axis.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "UnityEngine.RigidbodyConstraints2D", + "name": "FreezeRotation", + "comment": "Freeze rotation along the Z-axis.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "UnityEngine.RigidbodyConstraints2D", + "name": "FreezePosition", + "comment": "Freeze motion along the X-axis and Y-axis.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "UnityEngine.RigidbodyConstraints2D", + "name": "FreezeAll", + "comment": "Freeze rotation and motion along all axes.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.RigidbodyConstraints2D", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + } + ], + "name": "RigidbodyConstraints2D", + "comment": "Use these flags to constrain motion of the Rigidbody2D.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IEquatable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "lhs", "typeName": "UnityEngine.PhysicsScene2D" }, + { "name": "rhs", "typeName": "UnityEngine.PhysicsScene2D" } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "lhs", "typeName": "UnityEngine.PhysicsScene2D" }, + { "name": "rhs", "typeName": "UnityEngine.PhysicsScene2D" } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "other", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "other", "typeName": "UnityEngine.PhysicsScene2D" } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "IsValid", + "comment": "True when the physics Scene valid.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "IsEmpty", + "comment": "True when the physics Scene is empty.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "step", "typeName": "float" }], + "isStatic": false, + "name": "Simulate", + "comment": "Whether the simulation was run or not. Running the simulation during physics callbacks will always fail.\n\n```plaintext\nParams: step - The time to advance physics by.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "RaycastHit2D", + "params": [ + { "name": "start", "typeName": "UnityEngine.Vector2" }, + { "name": "end", "typeName": "UnityEngine.Vector2" }, + { "name": "layerMask", "typeName": "int" } + ], + "isStatic": false, + "name": "Linecast", + "comment": "The cast results returned.\n\n```plaintext\nParams: start - The start point of the line in world space.\n end - The end point of the line in world space.\n layerMask - The filter used to detect Colliders only on certain layers.\n contactFilter - The contact filter used to filter the results differently, such as by layer mask, Z depth, or normal angle.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "RaycastHit2D", + "params": [ + { "name": "start", "typeName": "UnityEngine.Vector2" }, + { "name": "end", "typeName": "UnityEngine.Vector2" }, + { + "name": "contactFilter", + "typeName": "UnityEngine.ContactFilter2D" + } + ], + "isStatic": false, + "name": "Linecast", + "comment": "The cast results returned.\n\n```plaintext\nParams: start - The start point of the line in world space.\n end - The end point of the line in world space.\n layerMask - The filter used to detect Colliders only on certain layers.\n contactFilter - The contact filter used to filter the results differently, such as by layer mask, Z depth, or normal angle.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "start", "typeName": "UnityEngine.Vector2" }, + { "name": "end", "typeName": "UnityEngine.Vector2" }, + { "name": "results", "typeName": "UnityEngine.RaycastHit2D[]" }, + { "name": "layerMask", "typeName": "int" } + ], + "isStatic": false, + "name": "Linecast", + "comment": "Returns the number of results placed in the results array.\n\n```plaintext\nParams: start - The start point of the line in world space.\n end - The end point of the line in world space.\n results - The array to receive results. The size of the array determines the maximum number of results that can be returned.\n layerMask - The filter used to detect Colliders only on certain layers.\n contactFilter - The contact filter used to filter the results differently, such as by layer mask, Z depth, or normal angle.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "start", "typeName": "UnityEngine.Vector2" }, + { "name": "end", "typeName": "UnityEngine.Vector2" }, + { + "name": "contactFilter", + "typeName": "UnityEngine.ContactFilter2D" + }, + { "name": "results", "typeName": "UnityEngine.RaycastHit2D[]" } + ], + "isStatic": false, + "name": "Linecast", + "comment": "Returns the number of results placed in the results array.\n\n```plaintext\nParams: start - The start point of the line in world space.\n end - The end point of the line in world space.\n results - The array to receive results. The size of the array determines the maximum number of results that can be returned.\n layerMask - The filter used to detect Colliders only on certain layers.\n contactFilter - The contact filter used to filter the results differently, such as by layer mask, Z depth, or normal angle.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "start", "typeName": "UnityEngine.Vector2" }, + { "name": "end", "typeName": "UnityEngine.Vector2" }, + { + "name": "contactFilter", + "typeName": "UnityEngine.ContactFilter2D" + }, + { + "name": "results", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "Linecast", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "RaycastHit2D", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Vector2" }, + { "name": "direction", "typeName": "UnityEngine.Vector2" }, + { "name": "distance", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" } + ], + "isStatic": false, + "name": "Raycast", + "comment": "The cast results returned.\n\n```plaintext\nParams: origin - The point in 2D space where the ray originates.\n direction - The vector representing the direction of the ray.\n distance - Maximum distance over which to cast the ray.\n layerMask - The filter used to detect Colliders only on certain layers.\n contactFilter - The contact filter used to filter the results differently, such as by layer mask and Z depth, or normal angle.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "RaycastHit2D", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Vector2" }, + { "name": "direction", "typeName": "UnityEngine.Vector2" }, + { "name": "distance", "typeName": "float" }, + { + "name": "contactFilter", + "typeName": "UnityEngine.ContactFilter2D" + } + ], + "isStatic": false, + "name": "Raycast", + "comment": "The cast results returned.\n\n```plaintext\nParams: origin - The point in 2D space where the ray originates.\n direction - The vector representing the direction of the ray.\n distance - Maximum distance over which to cast the ray.\n layerMask - The filter used to detect Colliders only on certain layers.\n contactFilter - The contact filter used to filter the results differently, such as by layer mask and Z depth, or normal angle.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Vector2" }, + { "name": "direction", "typeName": "UnityEngine.Vector2" }, + { "name": "distance", "typeName": "float" }, + { "name": "results", "typeName": "UnityEngine.RaycastHit2D[]" }, + { "name": "layerMask", "typeName": "int" } + ], + "isStatic": false, + "name": "Raycast", + "comment": "Returns the number of results placed in the results array.\n\n```plaintext\nParams: origin - The point in 2D space where the ray originates.\n direction - The vector representing the direction of the ray.\n distance - Maximum distance over which to cast the ray.\n layerMask - The filter used to detect Colliders only on certain layers.\n contactFilter - The contact filter used to filter the results differently, such as by layer mask and Z depth, or normal angle.\n results - The array to receive results. The size of the array determines the maximum number of results that can be returned.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Vector2" }, + { "name": "direction", "typeName": "UnityEngine.Vector2" }, + { "name": "distance", "typeName": "float" }, + { + "name": "contactFilter", + "typeName": "UnityEngine.ContactFilter2D" + }, + { "name": "results", "typeName": "UnityEngine.RaycastHit2D[]" } + ], + "isStatic": false, + "name": "Raycast", + "comment": "Returns the number of results placed in the results array.\n\n```plaintext\nParams: origin - The point in 2D space where the ray originates.\n direction - The vector representing the direction of the ray.\n distance - Maximum distance over which to cast the ray.\n layerMask - The filter used to detect Colliders only on certain layers.\n contactFilter - The contact filter used to filter the results differently, such as by layer mask and Z depth, or normal angle.\n results - The array to receive results. The size of the array determines the maximum number of results that can be returned.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Vector2" }, + { "name": "direction", "typeName": "UnityEngine.Vector2" }, + { "name": "distance", "typeName": "float" }, + { + "name": "contactFilter", + "typeName": "UnityEngine.ContactFilter2D" + }, + { + "name": "results", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "Raycast", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "RaycastHit2D", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Vector2" }, + { "name": "radius", "typeName": "float" }, + { "name": "direction", "typeName": "UnityEngine.Vector2" }, + { "name": "distance", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" } + ], + "isStatic": false, + "name": "CircleCast", + "comment": "The cast results returned.\n\n```plaintext\nParams: origin - The point in 2D space where the circle originates.\n radius - The radius of the circle.\n direction - Vector representing the direction to cast the circle.\n distance - Maximum distance over which to cast the circle.\n layerMask - The filter used to detect Colliders only on certain layers.\n contactFilter - The contact filter used to filter the results differently, such as by layer mask, Z depth, or normal angle.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "RaycastHit2D", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Vector2" }, + { "name": "radius", "typeName": "float" }, + { "name": "direction", "typeName": "UnityEngine.Vector2" }, + { "name": "distance", "typeName": "float" }, + { + "name": "contactFilter", + "typeName": "UnityEngine.ContactFilter2D" + } + ], + "isStatic": false, + "name": "CircleCast", + "comment": "The cast results returned.\n\n```plaintext\nParams: origin - The point in 2D space where the circle originates.\n radius - The radius of the circle.\n direction - Vector representing the direction to cast the circle.\n distance - Maximum distance over which to cast the circle.\n layerMask - The filter used to detect Colliders only on certain layers.\n contactFilter - The contact filter used to filter the results differently, such as by layer mask, Z depth, or normal angle.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Vector2" }, + { "name": "radius", "typeName": "float" }, + { "name": "direction", "typeName": "UnityEngine.Vector2" }, + { "name": "distance", "typeName": "float" }, + { "name": "results", "typeName": "UnityEngine.RaycastHit2D[]" }, + { "name": "layerMask", "typeName": "int" } + ], + "isStatic": false, + "name": "CircleCast", + "comment": "Returns the number of results placed in the results array.\n\n```plaintext\nParams: origin - The point in 2D space where the circle originates.\n radius - The radius of the circle.\n direction - Vector representing the direction to cast the circle.\n distance - Maximum distance over which to cast the circle.\n results - The array to receive results. The size of the array determines the maximum number of results that can be returned.\n layerMask - The filter used to detect Colliders only on certain layers.\n contactFilter - The contact filter used to filter the results differently, such as by layer mask, Z depth, or normal angle.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Vector2" }, + { "name": "radius", "typeName": "float" }, + { "name": "direction", "typeName": "UnityEngine.Vector2" }, + { "name": "distance", "typeName": "float" }, + { + "name": "contactFilter", + "typeName": "UnityEngine.ContactFilter2D" + }, + { "name": "results", "typeName": "UnityEngine.RaycastHit2D[]" } + ], + "isStatic": false, + "name": "CircleCast", + "comment": "Returns the number of results placed in the results array.\n\n```plaintext\nParams: origin - The point in 2D space where the circle originates.\n radius - The radius of the circle.\n direction - Vector representing the direction to cast the circle.\n distance - Maximum distance over which to cast the circle.\n results - The array to receive results. The size of the array determines the maximum number of results that can be returned.\n layerMask - The filter used to detect Colliders only on certain layers.\n contactFilter - The contact filter used to filter the results differently, such as by layer mask, Z depth, or normal angle.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Vector2" }, + { "name": "radius", "typeName": "float" }, + { "name": "direction", "typeName": "UnityEngine.Vector2" }, + { "name": "distance", "typeName": "float" }, + { + "name": "contactFilter", + "typeName": "UnityEngine.ContactFilter2D" + }, + { + "name": "results", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "CircleCast", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "RaycastHit2D", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Vector2" }, + { "name": "size", "typeName": "UnityEngine.Vector2" }, + { "name": "angle", "typeName": "float" }, + { "name": "direction", "typeName": "UnityEngine.Vector2" }, + { "name": "distance", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" } + ], + "isStatic": false, + "name": "BoxCast", + "comment": "The cast results returned.\n\n```plaintext\nParams: origin - The point in 2D space where the box originates.\n size - The size of the box.\n angle - The angle of the box (in degrees).\n direction - Vector representing the direction to cast the box.\n distance - Maximum distance over which to cast the box.\n layerMask - Filter to detect colliders only on certain layers.\n contactFilter - The contact filter used to filter the results differently, such as by layer mask, Z depth, or normal angle.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "RaycastHit2D", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Vector2" }, + { "name": "size", "typeName": "UnityEngine.Vector2" }, + { "name": "angle", "typeName": "float" }, + { "name": "direction", "typeName": "UnityEngine.Vector2" }, + { "name": "distance", "typeName": "float" }, + { + "name": "contactFilter", + "typeName": "UnityEngine.ContactFilter2D" + } + ], + "isStatic": false, + "name": "BoxCast", + "comment": "The cast results returned.\n\n```plaintext\nParams: origin - The point in 2D space where the box originates.\n size - The size of the box.\n angle - The angle of the box (in degrees).\n direction - Vector representing the direction to cast the box.\n distance - Maximum distance over which to cast the box.\n layerMask - Filter to detect colliders only on certain layers.\n contactFilter - The contact filter used to filter the results differently, such as by layer mask, Z depth, or normal angle.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Vector2" }, + { "name": "size", "typeName": "UnityEngine.Vector2" }, + { "name": "angle", "typeName": "float" }, + { "name": "direction", "typeName": "UnityEngine.Vector2" }, + { "name": "distance", "typeName": "float" }, + { "name": "results", "typeName": "UnityEngine.RaycastHit2D[]" }, + { "name": "layerMask", "typeName": "int" } + ], + "isStatic": false, + "name": "BoxCast", + "comment": "Returns the number of results placed in the results array.\n\n```plaintext\nParams: origin - The point in 2D space where the box originates.\n size - The size of the box.\n angle - The angle of the box (in degrees).\n direction - Vector representing the direction to cast the box.\n distance - Maximum distance over which to cast the box.\n results - The array to receive results. The size of the array determines the maximum number of results that can be returned.\n layerMask - Filter to detect colliders only on certain layers.\n contactFilter - The contact filter used to filter the results differently, such as by layer mask, Z depth, or normal angle.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Vector2" }, + { "name": "size", "typeName": "UnityEngine.Vector2" }, + { "name": "angle", "typeName": "float" }, + { "name": "direction", "typeName": "UnityEngine.Vector2" }, + { "name": "distance", "typeName": "float" }, + { + "name": "contactFilter", + "typeName": "UnityEngine.ContactFilter2D" + }, + { "name": "results", "typeName": "UnityEngine.RaycastHit2D[]" } + ], + "isStatic": false, + "name": "BoxCast", + "comment": "Returns the number of results placed in the results array.\n\n```plaintext\nParams: origin - The point in 2D space where the box originates.\n size - The size of the box.\n angle - The angle of the box (in degrees).\n direction - Vector representing the direction to cast the box.\n distance - Maximum distance over which to cast the box.\n results - The array to receive results. The size of the array determines the maximum number of results that can be returned.\n layerMask - Filter to detect colliders only on certain layers.\n contactFilter - The contact filter used to filter the results differently, such as by layer mask, Z depth, or normal angle.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Vector2" }, + { "name": "size", "typeName": "UnityEngine.Vector2" }, + { "name": "angle", "typeName": "float" }, + { "name": "direction", "typeName": "UnityEngine.Vector2" }, + { "name": "distance", "typeName": "float" }, + { + "name": "contactFilter", + "typeName": "UnityEngine.ContactFilter2D" + }, + { + "name": "results", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "BoxCast", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "RaycastHit2D", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Vector2" }, + { "name": "size", "typeName": "UnityEngine.Vector2" }, + { + "name": "capsuleDirection", + "typeName": "UnityEngine.CapsuleDirection2D" + }, + { "name": "angle", "typeName": "float" }, + { "name": "direction", "typeName": "UnityEngine.Vector2" }, + { "name": "distance", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" } + ], + "isStatic": false, + "name": "CapsuleCast", + "comment": "The cast results returned.\n\n```plaintext\nParams: origin - The point in 2D space where the capsule originates.\n size - The size of the capsule.\n capsuleDirection - The direction of the capsule.\n angle - The angle of the capsule (in degrees).\n direction - Vector representing the direction to cast the capsule.\n distance - Maximum distance over which to cast the capsule.\n layerMask - The filter used to detect Colliders only on certain layers.\n contactFilter - The contact filter used to filter the results differently, such as by layer mask, Z depth, or normal angle.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "RaycastHit2D", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Vector2" }, + { "name": "size", "typeName": "UnityEngine.Vector2" }, + { + "name": "capsuleDirection", + "typeName": "UnityEngine.CapsuleDirection2D" + }, + { "name": "angle", "typeName": "float" }, + { "name": "direction", "typeName": "UnityEngine.Vector2" }, + { "name": "distance", "typeName": "float" }, + { + "name": "contactFilter", + "typeName": "UnityEngine.ContactFilter2D" + } + ], + "isStatic": false, + "name": "CapsuleCast", + "comment": "The cast results returned.\n\n```plaintext\nParams: origin - The point in 2D space where the capsule originates.\n size - The size of the capsule.\n capsuleDirection - The direction of the capsule.\n angle - The angle of the capsule (in degrees).\n direction - Vector representing the direction to cast the capsule.\n distance - Maximum distance over which to cast the capsule.\n layerMask - The filter used to detect Colliders only on certain layers.\n contactFilter - The contact filter used to filter the results differently, such as by layer mask, Z depth, or normal angle.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Vector2" }, + { "name": "size", "typeName": "UnityEngine.Vector2" }, + { + "name": "capsuleDirection", + "typeName": "UnityEngine.CapsuleDirection2D" + }, + { "name": "angle", "typeName": "float" }, + { "name": "direction", "typeName": "UnityEngine.Vector2" }, + { "name": "distance", "typeName": "float" }, + { "name": "results", "typeName": "UnityEngine.RaycastHit2D[]" }, + { "name": "layerMask", "typeName": "int" } + ], + "isStatic": false, + "name": "CapsuleCast", + "comment": "Returns the number of results placed in the results array.\n\n```plaintext\nParams: origin - The point in 2D space where the capsule originates.\n size - The size of the capsule.\n capsuleDirection - The direction of the capsule.\n angle - The angle of the capsule (in degrees).\n direction - Vector representing the direction to cast the capsule.\n distance - Maximum distance over which to cast the capsule.\n results - The array to receive results. The size of the array determines the maximum number of results that can be returned.\n layerMask - The filter used to detect Colliders only on certain layers.\n contactFilter - The contact filter used to filter the results differently, such as by layer mask, Z depth, or normal angle.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Vector2" }, + { "name": "size", "typeName": "UnityEngine.Vector2" }, + { + "name": "capsuleDirection", + "typeName": "UnityEngine.CapsuleDirection2D" + }, + { "name": "angle", "typeName": "float" }, + { "name": "direction", "typeName": "UnityEngine.Vector2" }, + { "name": "distance", "typeName": "float" }, + { + "name": "contactFilter", + "typeName": "UnityEngine.ContactFilter2D" + }, + { "name": "results", "typeName": "UnityEngine.RaycastHit2D[]" } + ], + "isStatic": false, + "name": "CapsuleCast", + "comment": "Returns the number of results placed in the results array.\n\n```plaintext\nParams: origin - The point in 2D space where the capsule originates.\n size - The size of the capsule.\n capsuleDirection - The direction of the capsule.\n angle - The angle of the capsule (in degrees).\n direction - Vector representing the direction to cast the capsule.\n distance - Maximum distance over which to cast the capsule.\n results - The array to receive results. The size of the array determines the maximum number of results that can be returned.\n layerMask - The filter used to detect Colliders only on certain layers.\n contactFilter - The contact filter used to filter the results differently, such as by layer mask, Z depth, or normal angle.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Vector2" }, + { "name": "size", "typeName": "UnityEngine.Vector2" }, + { + "name": "capsuleDirection", + "typeName": "UnityEngine.CapsuleDirection2D" + }, + { "name": "angle", "typeName": "float" }, + { "name": "direction", "typeName": "UnityEngine.Vector2" }, + { "name": "distance", "typeName": "float" }, + { + "name": "contactFilter", + "typeName": "UnityEngine.ContactFilter2D" + }, + { + "name": "results", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "CapsuleCast", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "RaycastHit2D", + "params": [ + { "name": "ray", "typeName": "UnityEngine.Ray" }, + { "name": "distance", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" } + ], + "isStatic": false, + "name": "GetRayIntersection", + "comment": "The cast results returned.\n\n```plaintext\nParams: ray - The 3D ray defining origin and direction to test.\n distance - Maximum distance over which to cast the ray.\n layerMask - Filter to detect colliders only on certain layers.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "ray", "typeName": "UnityEngine.Ray" }, + { "name": "distance", "typeName": "float" }, + { "name": "results", "typeName": "UnityEngine.RaycastHit2D[]" }, + { "name": "layerMask", "typeName": "int" } + ], + "isStatic": false, + "name": "GetRayIntersection", + "comment": "The number of results returned.\n\n```plaintext\nParams: ray - The 3D ray defining origin and direction to test.\n distance - Maximum distance over which to cast the ray.\n results - The array to receive results. The size of the array determines the maximum number of results that can be returned.\n layerMask - Filter to detect colliders only on certain layers.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Collider2D", + "params": [ + { "name": "point", "typeName": "UnityEngine.Vector2" }, + { "name": "layerMask", "typeName": "int" } + ], + "isStatic": false, + "name": "OverlapPoint", + "comment": "The collider overlapping the point.\n\n```plaintext\nParams: point - A point in world space.\n layerMask - Filter to check objects only on specific layers.\n contactFilter - The contact filter used to filter the results differently, such as by layer mask and Z depth. Note that the normal angle is not used for overlap testing.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Collider2D", + "params": [ + { "name": "point", "typeName": "UnityEngine.Vector2" }, + { + "name": "contactFilter", + "typeName": "UnityEngine.ContactFilter2D" + } + ], + "isStatic": false, + "name": "OverlapPoint", + "comment": "The collider overlapping the point.\n\n```plaintext\nParams: point - A point in world space.\n layerMask - Filter to check objects only on specific layers.\n contactFilter - The contact filter used to filter the results differently, such as by layer mask and Z depth. Note that the normal angle is not used for overlap testing.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "point", "typeName": "UnityEngine.Vector2" }, + { "name": "results", "typeName": "UnityEngine.Collider2D[]" }, + { "name": "layerMask", "typeName": "int" } + ], + "isStatic": false, + "name": "OverlapPoint", + "comment": "Returns the number of results placed in the results array.\n\n```plaintext\nParams: point - A point in world space.\n results - The array to receive results. The size of the array determines the maximum number of results that can be returned.\n layerMask - Filter to check objects only on specific layers.\n contactFilter - The contact filter used to filter the results differently, such as by layer mask and Z depth. Note that the normal angle is not used for overlap testing.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "point", "typeName": "UnityEngine.Vector2" }, + { + "name": "contactFilter", + "typeName": "UnityEngine.ContactFilter2D" + }, + { "name": "results", "typeName": "UnityEngine.Collider2D[]" } + ], + "isStatic": false, + "name": "OverlapPoint", + "comment": "Returns the number of results placed in the results array.\n\n```plaintext\nParams: point - A point in world space.\n results - The array to receive results. The size of the array determines the maximum number of results that can be returned.\n layerMask - Filter to check objects only on specific layers.\n contactFilter - The contact filter used to filter the results differently, such as by layer mask and Z depth. Note that the normal angle is not used for overlap testing.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "point", "typeName": "UnityEngine.Vector2" }, + { + "name": "contactFilter", + "typeName": "UnityEngine.ContactFilter2D" + }, + { + "name": "results", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "OverlapPoint", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Collider2D", + "params": [ + { "name": "point", "typeName": "UnityEngine.Vector2" }, + { "name": "radius", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" } + ], + "isStatic": false, + "name": "OverlapCircle", + "comment": "The collider overlapping the circle.\n\n```plaintext\nParams: point - The centre of the circle.\n radius - The radius of the circle.\n layerMask - Filter to check objects only on specific layers.\n contactFilter - The contact filter used to filter the results differently, such as by layer mask and Z depth. Note that the normal angle is not used for overlap testing.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Collider2D", + "params": [ + { "name": "point", "typeName": "UnityEngine.Vector2" }, + { "name": "radius", "typeName": "float" }, + { + "name": "contactFilter", + "typeName": "UnityEngine.ContactFilter2D" + } + ], + "isStatic": false, + "name": "OverlapCircle", + "comment": "The collider overlapping the circle.\n\n```plaintext\nParams: point - The centre of the circle.\n radius - The radius of the circle.\n layerMask - Filter to check objects only on specific layers.\n contactFilter - The contact filter used to filter the results differently, such as by layer mask and Z depth. Note that the normal angle is not used for overlap testing.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "point", "typeName": "UnityEngine.Vector2" }, + { "name": "radius", "typeName": "float" }, + { "name": "results", "typeName": "UnityEngine.Collider2D[]" }, + { "name": "layerMask", "typeName": "int" } + ], + "isStatic": false, + "name": "OverlapCircle", + "comment": "Returns the number of results placed in the results array.\n\n```plaintext\nParams: point - The centre of the circle.\n radius - The radius of the circle.\n results - The array to receive results. The size of the array determines the maximum number of results that can be returned.\n layerMask - Filter to check objects only on specific layers.\n contactFilter - The contact filter used to filter the results differently, such as by layer mask and Z depth. Note that the normal angle is not used for overlap testing.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "point", "typeName": "UnityEngine.Vector2" }, + { "name": "radius", "typeName": "float" }, + { + "name": "contactFilter", + "typeName": "UnityEngine.ContactFilter2D" + }, + { "name": "results", "typeName": "UnityEngine.Collider2D[]" } + ], + "isStatic": false, + "name": "OverlapCircle", + "comment": "Returns the number of results placed in the results array.\n\n```plaintext\nParams: point - The centre of the circle.\n radius - The radius of the circle.\n results - The array to receive results. The size of the array determines the maximum number of results that can be returned.\n layerMask - Filter to check objects only on specific layers.\n contactFilter - The contact filter used to filter the results differently, such as by layer mask and Z depth. Note that the normal angle is not used for overlap testing.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "point", "typeName": "UnityEngine.Vector2" }, + { "name": "radius", "typeName": "float" }, + { + "name": "contactFilter", + "typeName": "UnityEngine.ContactFilter2D" + }, + { + "name": "results", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "OverlapCircle", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Collider2D", + "params": [ + { "name": "point", "typeName": "UnityEngine.Vector2" }, + { "name": "size", "typeName": "UnityEngine.Vector2" }, + { "name": "angle", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" } + ], + "isStatic": false, + "name": "OverlapBox", + "comment": "The collider overlapping the box.\n\n```plaintext\nParams: point - The center of the box.\n size - The size of the box.\n angle - The angle of the box.\n layerMask - Filter to check objects only on specific layers.\n contactFilter - The contact filter used to filter the results differently, such as by layer mask and Z depth. Note that the normal angle is not used for overlap testing.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Collider2D", + "params": [ + { "name": "point", "typeName": "UnityEngine.Vector2" }, + { "name": "size", "typeName": "UnityEngine.Vector2" }, + { "name": "angle", "typeName": "float" }, + { + "name": "contactFilter", + "typeName": "UnityEngine.ContactFilter2D" + } + ], + "isStatic": false, + "name": "OverlapBox", + "comment": "The collider overlapping the box.\n\n```plaintext\nParams: point - The center of the box.\n size - The size of the box.\n angle - The angle of the box.\n layerMask - Filter to check objects only on specific layers.\n contactFilter - The contact filter used to filter the results differently, such as by layer mask and Z depth. Note that the normal angle is not used for overlap testing.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "point", "typeName": "UnityEngine.Vector2" }, + { "name": "size", "typeName": "UnityEngine.Vector2" }, + { "name": "angle", "typeName": "float" }, + { "name": "results", "typeName": "UnityEngine.Collider2D[]" }, + { "name": "layerMask", "typeName": "int" } + ], + "isStatic": false, + "name": "OverlapBox", + "comment": "Returns the number of results placed in the results array.\n\n```plaintext\nParams: point - The center of the box.\n size - The size of the box.\n angle - The angle of the box.\n results - The array to receive results. The size of the array determines the maximum number of results that can be returned.\n layerMask - Filter to check objects only on specific layers.\n contactFilter - The contact filter used to filter the results differently, such as by layer mask and Z depth. Note that the normal angle is not used for overlap testing.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "point", "typeName": "UnityEngine.Vector2" }, + { "name": "size", "typeName": "UnityEngine.Vector2" }, + { "name": "angle", "typeName": "float" }, + { + "name": "contactFilter", + "typeName": "UnityEngine.ContactFilter2D" + }, + { "name": "results", "typeName": "UnityEngine.Collider2D[]" } + ], + "isStatic": false, + "name": "OverlapBox", + "comment": "Returns the number of results placed in the results array.\n\n```plaintext\nParams: point - The center of the box.\n size - The size of the box.\n angle - The angle of the box.\n results - The array to receive results. The size of the array determines the maximum number of results that can be returned.\n layerMask - Filter to check objects only on specific layers.\n contactFilter - The contact filter used to filter the results differently, such as by layer mask and Z depth. Note that the normal angle is not used for overlap testing.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "point", "typeName": "UnityEngine.Vector2" }, + { "name": "size", "typeName": "UnityEngine.Vector2" }, + { "name": "angle", "typeName": "float" }, + { + "name": "contactFilter", + "typeName": "UnityEngine.ContactFilter2D" + }, + { + "name": "results", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "OverlapBox", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Collider2D", + "params": [ + { "name": "pointA", "typeName": "UnityEngine.Vector2" }, + { "name": "pointB", "typeName": "UnityEngine.Vector2" }, + { "name": "layerMask", "typeName": "int" } + ], + "isStatic": false, + "name": "OverlapArea", + "comment": "The collider overlapping the area.\n\n```plaintext\nParams: pointA - One corner of the rectangle.\n pointB - The corner of the rectangle diagonally opposite the pointA corner.\n layerMask - Filter to check objects only on specific layers.\n contactFilter - The contact filter used to filter the results differently, such as by layer mask and Z depth. Note that the normal angle is not used for overlap testing.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Collider2D", + "params": [ + { "name": "pointA", "typeName": "UnityEngine.Vector2" }, + { "name": "pointB", "typeName": "UnityEngine.Vector2" }, + { + "name": "contactFilter", + "typeName": "UnityEngine.ContactFilter2D" + } + ], + "isStatic": false, + "name": "OverlapArea", + "comment": "The collider overlapping the area.\n\n```plaintext\nParams: pointA - One corner of the rectangle.\n pointB - The corner of the rectangle diagonally opposite the pointA corner.\n layerMask - Filter to check objects only on specific layers.\n contactFilter - The contact filter used to filter the results differently, such as by layer mask and Z depth. Note that the normal angle is not used for overlap testing.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "pointA", "typeName": "UnityEngine.Vector2" }, + { "name": "pointB", "typeName": "UnityEngine.Vector2" }, + { "name": "results", "typeName": "UnityEngine.Collider2D[]" }, + { "name": "layerMask", "typeName": "int" } + ], + "isStatic": false, + "name": "OverlapArea", + "comment": "Returns the number of results placed in the results array.\n\n```plaintext\nParams: pointA - One corner of the rectangle.\n pointB - The corner of the rectangle diagonally opposite the pointA corner.\n results - The array to receive results. The size of the array determines the maximum number of results that can be returned.\n layerMask - Filter to check objects only on specific layers.\n contactFilter - The contact filter used to filter the results differently, such as by layer mask and Z depth. Note that the normal angle is not used for overlap testing.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "pointA", "typeName": "UnityEngine.Vector2" }, + { "name": "pointB", "typeName": "UnityEngine.Vector2" }, + { + "name": "contactFilter", + "typeName": "UnityEngine.ContactFilter2D" + }, + { "name": "results", "typeName": "UnityEngine.Collider2D[]" } + ], + "isStatic": false, + "name": "OverlapArea", + "comment": "Returns the number of results placed in the results array.\n\n```plaintext\nParams: pointA - One corner of the rectangle.\n pointB - The corner of the rectangle diagonally opposite the pointA corner.\n results - The array to receive results. The size of the array determines the maximum number of results that can be returned.\n layerMask - Filter to check objects only on specific layers.\n contactFilter - The contact filter used to filter the results differently, such as by layer mask and Z depth. Note that the normal angle is not used for overlap testing.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "pointA", "typeName": "UnityEngine.Vector2" }, + { "name": "pointB", "typeName": "UnityEngine.Vector2" }, + { + "name": "contactFilter", + "typeName": "UnityEngine.ContactFilter2D" + }, + { + "name": "results", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "OverlapArea", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Collider2D", + "params": [ + { "name": "point", "typeName": "UnityEngine.Vector2" }, + { "name": "size", "typeName": "UnityEngine.Vector2" }, + { + "name": "direction", + "typeName": "UnityEngine.CapsuleDirection2D" + }, + { "name": "angle", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" } + ], + "isStatic": false, + "name": "OverlapCapsule", + "comment": "The collider overlapping the capsule.\n\n```plaintext\nParams: point - The center of the capsule.\n size - The size of the capsule.\n direction - The direction of the capsule.\n angle - The angle of the capsule.\n layerMask - Filter to check objects only on specific layers.\n contactFilter - The contact filter used to filter the results differently, such as by layer mask and Z depth. Note that the normal angle is not used for overlap testing.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Collider2D", + "params": [ + { "name": "point", "typeName": "UnityEngine.Vector2" }, + { "name": "size", "typeName": "UnityEngine.Vector2" }, + { + "name": "direction", + "typeName": "UnityEngine.CapsuleDirection2D" + }, + { "name": "angle", "typeName": "float" }, + { + "name": "contactFilter", + "typeName": "UnityEngine.ContactFilter2D" + } + ], + "isStatic": false, + "name": "OverlapCapsule", + "comment": "The collider overlapping the capsule.\n\n```plaintext\nParams: point - The center of the capsule.\n size - The size of the capsule.\n direction - The direction of the capsule.\n angle - The angle of the capsule.\n layerMask - Filter to check objects only on specific layers.\n contactFilter - The contact filter used to filter the results differently, such as by layer mask and Z depth. Note that the normal angle is not used for overlap testing.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "point", "typeName": "UnityEngine.Vector2" }, + { "name": "size", "typeName": "UnityEngine.Vector2" }, + { + "name": "direction", + "typeName": "UnityEngine.CapsuleDirection2D" + }, + { "name": "angle", "typeName": "float" }, + { "name": "results", "typeName": "UnityEngine.Collider2D[]" }, + { "name": "layerMask", "typeName": "int" } + ], + "isStatic": false, + "name": "OverlapCapsule", + "comment": "Returns the number of results placed in the results array.\n\n```plaintext\nParams: point - The center of the capsule.\n size - The size of the capsule.\n direction - The direction of the capsule.\n angle - The angle of the capsule.\n results - The array to receive results. The size of the array determines the maximum number of results that can be returned.\n layerMask - Filter to check objects only on specific layers.\n contactFilter - The contact filter used to filter the results differently, such as by layer mask and Z depth. Note that the normal angle is not used for overlap testing.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "point", "typeName": "UnityEngine.Vector2" }, + { "name": "size", "typeName": "UnityEngine.Vector2" }, + { + "name": "direction", + "typeName": "UnityEngine.CapsuleDirection2D" + }, + { "name": "angle", "typeName": "float" }, + { + "name": "contactFilter", + "typeName": "UnityEngine.ContactFilter2D" + }, + { "name": "results", "typeName": "UnityEngine.Collider2D[]" } + ], + "isStatic": false, + "name": "OverlapCapsule", + "comment": "Returns the number of results placed in the results array.\n\n```plaintext\nParams: point - The center of the capsule.\n size - The size of the capsule.\n direction - The direction of the capsule.\n angle - The angle of the capsule.\n results - The array to receive results. The size of the array determines the maximum number of results that can be returned.\n layerMask - Filter to check objects only on specific layers.\n contactFilter - The contact filter used to filter the results differently, such as by layer mask and Z depth. Note that the normal angle is not used for overlap testing.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "point", "typeName": "UnityEngine.Vector2" }, + { "name": "size", "typeName": "UnityEngine.Vector2" }, + { + "name": "direction", + "typeName": "UnityEngine.CapsuleDirection2D" + }, + { "name": "angle", "typeName": "float" }, + { + "name": "contactFilter", + "typeName": "UnityEngine.ContactFilter2D" + }, + { + "name": "results", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "OverlapCapsule", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "collider", "typeName": "UnityEngine.Collider2D" }, + { "name": "results", "typeName": "UnityEngine.Collider2D[]" }, + { "name": "layerMask", "typeName": "int" } + ], + "isStatic": true, + "name": "OverlapCollider", + "comment": "Returns the number of results placed in the results array.\n\n```plaintext\nParams: collider - The Collider that defines the area used to query for other Collider overlaps.\n results - The array to receive results. The size of the array determines the maximum number of results that can be returned.\n layerMask - Filter to check objects only on specific layers.\n contactFilter - The contact filter used to filter the results differently, such as by layer mask and Z depth. Note that the normal angle is not used for overlap testing.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "collider", "typeName": "UnityEngine.Collider2D" }, + { + "name": "contactFilter", + "typeName": "UnityEngine.ContactFilter2D" + }, + { "name": "results", "typeName": "UnityEngine.Collider2D[]" } + ], + "isStatic": true, + "name": "OverlapCollider", + "comment": "Returns the number of results placed in the results array.\n\n```plaintext\nParams: collider - The Collider that defines the area used to query for other Collider overlaps.\n results - The array to receive results. The size of the array determines the maximum number of results that can be returned.\n layerMask - Filter to check objects only on specific layers.\n contactFilter - The contact filter used to filter the results differently, such as by layer mask and Z depth. Note that the normal angle is not used for overlap testing.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "collider", "typeName": "UnityEngine.Collider2D" }, + { + "name": "contactFilter", + "typeName": "UnityEngine.ContactFilter2D" + }, + { + "name": "results", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": true, + "name": "OverlapCollider", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + } + ], + "name": "PhysicsScene2D", + "comment": "Represents a single instance of a 2D physics Scene.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.RigidbodyInterpolation2D", + "name": "None", + "comment": "Do not apply any smoothing to the object's movement.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "UnityEngine.RigidbodyInterpolation2D", + "name": "Interpolate", + "comment": "Smooth movement based on the object's positions in previous frames.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "UnityEngine.RigidbodyInterpolation2D", + "name": "Extrapolate", + "comment": "Smooth an object's movement based on an estimate of its position in the next frame.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.RigidbodyInterpolation2D", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + } + ], + "name": "RigidbodyInterpolation2D", + "comment": "Interpolation mode for Rigidbody2D objects.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "touchCountSecondary", + "comment": "Number of secondary touches. Guaranteed not to change throughout the frame. (Read Only).\n\n", + "location": "UnityEngine.InputLegacyModule.dll" + }, + { + "typeName": "bool", + "name": "secondaryTouchEnabled", + "comment": "Property indicating whether the system provides secondary touch input.\n\n", + "location": "UnityEngine.InputLegacyModule.dll" + }, + { + "typeName": "int", + "name": "secondaryTouchWidth", + "comment": "Property indicating the width of the secondary touchpad.\n\n", + "location": "UnityEngine.InputLegacyModule.dll" + }, + { + "typeName": "int", + "name": "secondaryTouchHeight", + "comment": "Property indicating the height of the secondary touchpad.\n\n", + "location": "UnityEngine.InputLegacyModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Touch", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": true, + "name": "GetSecondaryTouch", + "comment": "Returns object representing status of a specific touch on a secondary touchpad (Does not allocate temporary variables).\n\n", + "location": "UnityEngine.InputLegacyModule.dll" + } + ], + "name": "AndroidInput", + "comment": "AndroidInput provides support for off-screen touch input, such as a touchpad.\n\n", + "location": "UnityEngine.InputLegacyModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.RigidbodySleepMode2D", + "name": "NeverSleep", + "comment": "Rigidbody2D never automatically sleeps.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "UnityEngine.RigidbodySleepMode2D", + "name": "StartAwake", + "comment": "Rigidbody2D is initially awake.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "UnityEngine.RigidbodySleepMode2D", + "name": "StartAsleep", + "comment": "Rigidbody2D is initially asleep.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.RigidbodySleepMode2D", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + } + ], + "name": "RigidbodySleepMode2D", + "comment": "Settings for a Rigidbody2D's initial sleep state.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.CollisionDetectionMode2D", + "name": "None", + "comment": "This mode is obsolete. You should use Discrete mode.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "UnityEngine.CollisionDetectionMode2D", + "name": "Discrete", + "comment": "When a Rigidbody2D moves, only collisions at the new position are detected.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "UnityEngine.CollisionDetectionMode2D", + "name": "Continuous", + "comment": "Ensures that all collisions are detected when a Rigidbody2D moves.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.CollisionDetectionMode2D", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + } + ], + "name": "CollisionDetectionMode2D", + "comment": "Controls how collisions are detected when a Rigidbody2D moves.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Rendering.ShaderPropertyType", + "name": "Color", + "comment": "The property holds a Vector4 value representing a color.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.ShaderPropertyType", + "name": "Vector", + "comment": "The property holds a Vector4 value.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.ShaderPropertyType", + "name": "Float", + "comment": "The property holds a floating number value.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.ShaderPropertyType", + "name": "Range", + "comment": "The property holds a floating number value in a certain range.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.ShaderPropertyType", + "name": "Texture", + "comment": "The property holds a Texture object.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Rendering.ShaderPropertyType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "ShaderPropertyType", + "comment": "Type of a given shader property.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.RigidbodyType2D", + "name": "Dynamic", + "comment": "Sets the Rigidbody2D to have dynamic behaviour.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "UnityEngine.RigidbodyType2D", + "name": "Kinematic", + "comment": "Sets the Rigidbody2D to have kinematic behaviour.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "UnityEngine.RigidbodyType2D", + "name": "Static", + "comment": "Sets the Rigidbody2D to have static behaviour.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.RigidbodyType2D", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + } + ], + "name": "RigidbodyType2D", + "comment": "The physical behaviour type of the Rigidbody2D.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.TouchPhase", + "name": "Began", + "comment": "A finger touched the screen.\n\n", + "location": "UnityEngine.InputLegacyModule.dll" + }, + { + "typeName": "UnityEngine.TouchPhase", + "name": "Moved", + "comment": "A finger moved on the screen.\n\n", + "location": "UnityEngine.InputLegacyModule.dll" + }, + { + "typeName": "UnityEngine.TouchPhase", + "name": "Stationary", + "comment": "A finger is touching the screen but hasn't moved.\n\n", + "location": "UnityEngine.InputLegacyModule.dll" + }, + { + "typeName": "UnityEngine.TouchPhase", + "name": "Ended", + "comment": "A finger was lifted from the screen. This is the final phase of a touch.\n\n", + "location": "UnityEngine.InputLegacyModule.dll" + }, + { + "typeName": "UnityEngine.TouchPhase", + "name": "Canceled", + "comment": "The system cancelled tracking for the touch.\n\n", + "location": "UnityEngine.InputLegacyModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.TouchPhase", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.InputLegacyModule.dll" + } + ], + "name": "TouchPhase", + "comment": "Describes phase of a finger touch.\n\n", + "location": "UnityEngine.InputLegacyModule.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Rendering.ShaderPropertyFlags", + "name": "None", + "comment": "No flags are set.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.ShaderPropertyFlags", + "name": "HideInInspector", + "comment": "Signifies that Unity hides the property in the default Material Inspector.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.ShaderPropertyFlags", + "name": "PerRendererData", + "comment": "In the Material Inspector, Unity queries the value for this property from the Renderer's MaterialPropertyBlock, instead of from the Material. The value will also appear as read-only.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.ShaderPropertyFlags", + "name": "NoScaleOffset", + "comment": "Do not show UV scale/offset fields next to Textures in the default Material Inspector.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.ShaderPropertyFlags", + "name": "Normal", + "comment": "Signifies that values of this property contain Normal (normalized vector) data.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.ShaderPropertyFlags", + "name": "HDR", + "comment": "Signifies that values of this property contain High Dynamic Range (HDR) data.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.ShaderPropertyFlags", + "name": "Gamma", + "comment": "Signifies that values of this property are in gamma space. If the active color space is linear, Unity converts the values to linear space values.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.ShaderPropertyFlags", + "name": "NonModifiableTextureData", + "comment": "You cannot edit this Texture property in the default Material Inspector.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.ShaderPropertyFlags", + "name": "MainTexture", + "comment": "Signifies that value of this property contains the main texture of the Material.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.ShaderPropertyFlags", + "name": "MainColor", + "comment": "Signifies that value of this property contains the main color of the Material.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Rendering.ShaderPropertyFlags", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "ShaderPropertyFlags", + "comment": "Flags that control how a shader property behaves.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.ForceMode2D", + "name": "Force", + "comment": "Add a force to the Rigidbody2D, using its mass.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "UnityEngine.ForceMode2D", + "name": "Impulse", + "comment": "Add an instant force impulse to the rigidbody2D, using its mass.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.ForceMode2D", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + } + ], + "name": "ForceMode2D", + "comment": "Option for how to apply a force using Rigidbody2D.AddForce.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.IMECompositionMode", + "name": "Auto", + "comment": "Enable IME input only when a text field is selected (default).\n\n", + "location": "UnityEngine.InputLegacyModule.dll" + }, + { + "typeName": "UnityEngine.IMECompositionMode", + "name": "On", + "comment": "Enable IME input.\n\n", + "location": "UnityEngine.InputLegacyModule.dll" + }, + { + "typeName": "UnityEngine.IMECompositionMode", + "name": "Off", + "comment": "Disable IME input.\n\n", + "location": "UnityEngine.InputLegacyModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.IMECompositionMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.InputLegacyModule.dll" + } + ], + "name": "IMECompositionMode", + "comment": "Controls IME input.\n\n", + "location": "UnityEngine.InputLegacyModule.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "UnityEngine.Behaviour", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "sortingLayerName", + "comment": "Name of the Renderer's sorting layer.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "sortingLayerID", + "comment": "Unique ID of the Renderer's sorting layer.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "sortingOrder", + "comment": "Renderer's order within a sorting layer.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "UpdateAllSortingGroups", + "comment": "Updates all Sorting Group immediately.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "SortingGroup", + "comment": "Adding a SortingGroup component to a GameObject will ensure that all Renderers within the GameObject's descendants will be sorted and rendered together.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.JointLimitState2D", + "name": "Inactive", + "comment": "Represents a state where the joint limit is inactive.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "UnityEngine.JointLimitState2D", + "name": "LowerLimit", + "comment": "Represents a state where the joint limit is at the specified lower limit.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "UnityEngine.JointLimitState2D", + "name": "UpperLimit", + "comment": "Represents a state where the joint limit is at the specified upper limit.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "UnityEngine.JointLimitState2D", + "name": "EqualLimits", + "comment": "Represents a state where the joint limit is at the specified lower and upper limits (they are identical).\n\n", + "location": "UnityEngine.Physics2DModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.JointLimitState2D", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + } + ], + "name": "JointLimitState2D", + "comment": "Represents the state of a joint limit.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.TouchType", + "name": "Direct", + "comment": "A direct touch on a device.\n\n", + "location": "UnityEngine.InputLegacyModule.dll" + }, + { + "typeName": "UnityEngine.TouchType", + "name": "Indirect", + "comment": "An Indirect, or remote, touch on a device.\n\n", + "location": "UnityEngine.InputLegacyModule.dll" + }, + { + "typeName": "UnityEngine.TouchType", + "name": "Stylus", + "comment": "A touch from a stylus on a device.\n\n", + "location": "UnityEngine.InputLegacyModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.TouchType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.InputLegacyModule.dll" + } + ], + "name": "TouchType", + "comment": "Describes whether a touch is direct, indirect (or remote), or from a stylus.\n\n", + "location": "UnityEngine.InputLegacyModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "fingerId", + "comment": "The unique index for the touch.\n\n", + "location": "UnityEngine.InputLegacyModule.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "position", + "comment": "The position of the touch in screen space pixel coordinates.\n\n", + "location": "UnityEngine.InputLegacyModule.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "rawPosition", + "comment": "The first position of the touch contact in screen space pixel coordinates.\n\n", + "location": "UnityEngine.InputLegacyModule.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "deltaPosition", + "comment": "The position delta since last change in pixel coordinates.\n\n", + "location": "UnityEngine.InputLegacyModule.dll" + }, + { + "typeName": "float", + "name": "deltaTime", + "comment": "Amount of time that has passed since the last recorded change in Touch values.\n\n", + "location": "UnityEngine.InputLegacyModule.dll" + }, + { + "typeName": "int", + "name": "tapCount", + "comment": "Number of taps.\n\n", + "location": "UnityEngine.InputLegacyModule.dll" + }, + { + "typeName": "UnityEngine.TouchPhase", + "name": "phase", + "comment": "Describes the phase of the touch.\n\n", + "location": "UnityEngine.InputLegacyModule.dll" + }, + { + "typeName": "float", + "name": "pressure", + "comment": "The current amount of pressure being applied to a touch. 1.0f is considered to be the pressure of an average touch. If Input.touchPressureSupported returns false, the value of this property will always be 1.0f.\n\n", + "location": "UnityEngine.InputLegacyModule.dll" + }, + { + "typeName": "float", + "name": "maximumPossiblePressure", + "comment": "The maximum possible pressure value for a platform. If Input.touchPressureSupported returns false, the value of this property will always be 1.0f.\n\n", + "location": "UnityEngine.InputLegacyModule.dll" + }, + { + "typeName": "UnityEngine.TouchType", + "name": "type", + "comment": "A value that indicates whether a touch was of Direct, Indirect (or remote), or Stylus type.\n\n", + "location": "UnityEngine.InputLegacyModule.dll" + }, + { + "typeName": "float", + "name": "altitudeAngle", + "comment": "Value of 0 radians indicates that the stylus is parallel to the surface, pi/2 indicates that it is perpendicular.\n\n", + "location": "UnityEngine.InputLegacyModule.dll" + }, + { + "typeName": "float", + "name": "azimuthAngle", + "comment": "Value of 0 radians indicates that the stylus is pointed along the x-axis of the device.\n\n", + "location": "UnityEngine.InputLegacyModule.dll" + }, + { + "typeName": "float", + "name": "radius", + "comment": "An estimated value of the radius of a touch. Add radiusVariance to get the maximum touch size, subtract it to get the minimum touch size.\n\n", + "location": "UnityEngine.InputLegacyModule.dll" + }, + { + "typeName": "float", + "name": "radiusVariance", + "comment": "This value determines the accuracy of the touch radius. Add this value to the radius to get the maximum touch size, subtract it to get the minimum touch size.\n\n", + "location": "UnityEngine.InputLegacyModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.InputLegacyModule.dll" + } + ], + "name": "Touch", + "comment": "Structure describing the status of a finger touching the screen.\n\n", + "location": "UnityEngine.InputLegacyModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.DeviceOrientation", + "name": "Unknown", + "comment": "The orientation of the device cannot be determined.\n\n", + "location": "UnityEngine.InputLegacyModule.dll" + }, + { + "typeName": "UnityEngine.DeviceOrientation", + "name": "Portrait", + "comment": "The device is in portrait mode, with the device held upright and the home button at the bottom.\n\n", + "location": "UnityEngine.InputLegacyModule.dll" + }, + { + "typeName": "UnityEngine.DeviceOrientation", + "name": "PortraitUpsideDown", + "comment": "The device is in portrait mode but upside down, with the device held upright and the home button at the top.\n\n", + "location": "UnityEngine.InputLegacyModule.dll" + }, + { + "typeName": "UnityEngine.DeviceOrientation", + "name": "LandscapeLeft", + "comment": "The device is in landscape mode, with the device held upright and the home button on the right side.\n\n", + "location": "UnityEngine.InputLegacyModule.dll" + }, + { + "typeName": "UnityEngine.DeviceOrientation", + "name": "LandscapeRight", + "comment": "The device is in landscape mode, with the device held upright and the home button on the left side.\n\n", + "location": "UnityEngine.InputLegacyModule.dll" + }, + { + "typeName": "UnityEngine.DeviceOrientation", + "name": "FaceUp", + "comment": "The device is held parallel to the ground with the screen facing upwards.\n\n", + "location": "UnityEngine.InputLegacyModule.dll" + }, + { + "typeName": "UnityEngine.DeviceOrientation", + "name": "FaceDown", + "comment": "The device is held parallel to the ground with the screen facing downwards.\n\n", + "location": "UnityEngine.InputLegacyModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.DeviceOrientation", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.InputLegacyModule.dll" + } + ], + "name": "DeviceOrientation", + "comment": "Describes physical orientation of the device as determined by the OS.\n\n", + "location": "UnityEngine.InputLegacyModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Vector3", + "name": "acceleration", + "comment": "Value of acceleration.\n\n", + "location": "UnityEngine.InputLegacyModule.dll" + }, + { + "typeName": "float", + "name": "deltaTime", + "comment": "Amount of time passed since last accelerometer measurement.\n\n", + "location": "UnityEngine.InputLegacyModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.InputLegacyModule.dll" + } + ], + "name": "AccelerationEvent", + "comment": "Structure describing acceleration status of the device.\n\n", + "location": "UnityEngine.InputLegacyModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Vector3", + "name": "rotationRate", + "comment": "Returns rotation rate as measured by the device's gyroscope.\n\n", + "location": "UnityEngine.InputLegacyModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "rotationRateUnbiased", + "comment": "Returns unbiased rotation rate as measured by the device's gyroscope.\n\n", + "location": "UnityEngine.InputLegacyModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "gravity", + "comment": "Returns the gravity acceleration vector expressed in the device's reference frame.\n\n", + "location": "UnityEngine.InputLegacyModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "userAcceleration", + "comment": "Returns the acceleration that the user is giving to the device.\n\n", + "location": "UnityEngine.InputLegacyModule.dll" + }, + { + "typeName": "UnityEngine.Quaternion", + "name": "attitude", + "comment": "Returns the attitude (ie, orientation in space) of the device.\n\n", + "location": "UnityEngine.InputLegacyModule.dll" + }, + { + "typeName": "bool", + "name": "enabled", + "comment": "Sets or retrieves the enabled status of this gyroscope.\n\n", + "location": "UnityEngine.InputLegacyModule.dll" + }, + { + "typeName": "float", + "name": "updateInterval", + "comment": "Sets or retrieves gyroscope interval in seconds.\n\n", + "location": "UnityEngine.InputLegacyModule.dll" + } + ], + "methods": [], + "name": "Gyroscope", + "comment": "Interface into the Gyroscope.\n\n", + "location": "UnityEngine.InputLegacyModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "float", + "name": "latitude", + "comment": "Geographical device location latitude.\n\n", + "location": "UnityEngine.InputLegacyModule.dll" + }, + { + "typeName": "float", + "name": "longitude", + "comment": "Geographical device location latitude.\n\n", + "location": "UnityEngine.InputLegacyModule.dll" + }, + { + "typeName": "float", + "name": "altitude", + "comment": "Geographical device location altitude.\n\n", + "location": "UnityEngine.InputLegacyModule.dll" + }, + { + "typeName": "float", + "name": "horizontalAccuracy", + "comment": "Horizontal accuracy of the location.\n\n", + "location": "UnityEngine.InputLegacyModule.dll" + }, + { + "typeName": "float", + "name": "verticalAccuracy", + "comment": "Vertical accuracy of the location.\n\n", + "location": "UnityEngine.InputLegacyModule.dll" + }, + { + "typeName": "double", + "name": "timestamp", + "comment": "Timestamp (in seconds since 1970) when location was last time updated.\n\n", + "location": "UnityEngine.InputLegacyModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.InputLegacyModule.dll" + } + ], + "name": "LocationInfo", + "comment": "Structure describing device location.\n\n", + "location": "UnityEngine.InputLegacyModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.EffectorSelection2D", + "name": "Rigidbody", + "comment": "The source/target is defined by the Rigidbody2D.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "UnityEngine.EffectorSelection2D", + "name": "Collider", + "comment": "The source/target is defined by the Collider2D.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.EffectorSelection2D", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + } + ], + "name": "EffectorSelection2D", + "comment": "Selects the source and/or target to be used by an Effector2D.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.LocationServiceStatus", + "name": "Stopped", + "comment": "The location service is not running.\n\n", + "location": "UnityEngine.InputLegacyModule.dll" + }, + { + "typeName": "UnityEngine.LocationServiceStatus", + "name": "Initializing", + "comment": "The location service is initializing.\n\n", + "location": "UnityEngine.InputLegacyModule.dll" + }, + { + "typeName": "UnityEngine.LocationServiceStatus", + "name": "Running", + "comment": "The location service is running and the application can query for locations.\n\n", + "location": "UnityEngine.InputLegacyModule.dll" + }, + { + "typeName": "UnityEngine.LocationServiceStatus", + "name": "Failed", + "comment": "Location service initialization failed. The user denied access to the location service.\n\n", + "location": "UnityEngine.InputLegacyModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.LocationServiceStatus", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.InputLegacyModule.dll" + } + ], + "name": "LocationServiceStatus", + "comment": "Describes the location service status for a device.\n\n", + "location": "UnityEngine.InputLegacyModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.EffectorForceMode2D", + "name": "Constant", + "comment": "The force is applied at a constant rate.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "UnityEngine.EffectorForceMode2D", + "name": "InverseLinear", + "comment": "The force is applied inverse-linear relative to a point.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "UnityEngine.EffectorForceMode2D", + "name": "InverseSquared", + "comment": "The force is applied inverse-squared relative to a point.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.EffectorForceMode2D", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + } + ], + "name": "EffectorForceMode2D", + "comment": "The mode used to apply Effector2D forces.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "isEnabledByUser", + "comment": "Indicates whether the device allows access the application to access the location service.\n\n", + "location": "UnityEngine.InputLegacyModule.dll" + }, + { + "typeName": "UnityEngine.LocationServiceStatus", + "name": "status", + "comment": "Returns the location service status.\n\n", + "location": "UnityEngine.InputLegacyModule.dll" + }, + { + "typeName": "UnityEngine.LocationInfo", + "name": "lastData", + "comment": "The last geographical location that the device registered.\n\n", + "location": "UnityEngine.InputLegacyModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "desiredAccuracyInMeters", "typeName": "float" }, + { "name": "updateDistanceInMeters", "typeName": "float" } + ], + "isStatic": false, + "name": "Start", + "comment": "Starts location service updates.\n\n```plaintext\nParams: desiredAccuracyInMeters - The service accuracy you want to use, in meters. This determines the accuracy of the device's last location coordinates. Higher values like 500 don't require the device to use its GPS chip and\n thus save battery power. Lower values like 5-10 provide the best accuracy but require the GPS chip and thus use more battery power. The default value is 10 meters.\n updateDistanceInMeters - The minimum distance, in meters, that the device must move laterally before Unity updates Input.location. Higher values like 500 produce fewer updates and are less resource intensive to process. The default is 10 meters.\n \n```\n\n", + "location": "UnityEngine.InputLegacyModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "desiredAccuracyInMeters", "typeName": "float" } + ], + "isStatic": false, + "name": "Start", + "comment": "Starts location service updates.\n\n```plaintext\nParams: desiredAccuracyInMeters - The service accuracy you want to use, in meters. This determines the accuracy of the device's last location coordinates. Higher values like 500 don't require the device to use its GPS chip and\n thus save battery power. Lower values like 5-10 provide the best accuracy but require the GPS chip and thus use more battery power. The default value is 10 meters.\n updateDistanceInMeters - The minimum distance, in meters, that the device must move laterally before Unity updates Input.location. Higher values like 500 produce fewer updates and are less resource intensive to process. The default is 10 meters.\n \n```\n\n", + "location": "UnityEngine.InputLegacyModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Start", + "comment": "Starts location service updates.\n\n```plaintext\nParams: desiredAccuracyInMeters - The service accuracy you want to use, in meters. This determines the accuracy of the device's last location coordinates. Higher values like 500 don't require the device to use its GPS chip and\n thus save battery power. Lower values like 5-10 provide the best accuracy but require the GPS chip and thus use more battery power. The default value is 10 meters.\n updateDistanceInMeters - The minimum distance, in meters, that the device must move laterally before Unity updates Input.location. Higher values like 500 produce fewer updates and are less resource intensive to process. The default is 10 meters.\n \n```\n\n", + "location": "UnityEngine.InputLegacyModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Stop", + "comment": "Stops location service updates. This is useful to save battery power when the application doesn't require the location service.\n\n", + "location": "UnityEngine.InputLegacyModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.InputLegacyModule.dll" + } + ], + "name": "LocationService", + "comment": "Provides methods that allow an application to access the device's location.\n\n", + "location": "UnityEngine.InputLegacyModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Vector2", + "name": "pointA", + "comment": "A point on a Collider2D that is a specific distance away from pointB.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "pointB", + "comment": "A point on a Collider2D that is a specific distance away from pointA.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "normal", + "comment": "A normalized vector that points from pointB to pointA.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "float", + "name": "distance", + "comment": "Gets the distance between two colliders.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "bool", + "name": "isOverlapped", + "comment": "Gets whether the distance represents an overlap or not.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "bool", + "name": "isValid", + "comment": "Gets whether the distance is valid or not.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + } + ], + "name": "ColliderDistance2D", + "comment": "Represents the separation or overlap of two Collider2D.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "useTriggers", + "comment": "Sets to filter contact results based on trigger collider involvement.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "bool", + "name": "useLayerMask", + "comment": "Sets the contact filter to filter results by layer mask.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "bool", + "name": "useDepth", + "comment": "Sets the contact filter to filter the results by depth using minDepth and maxDepth.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "bool", + "name": "useOutsideDepth", + "comment": "Sets the contact filter to filter within the minDepth and maxDepth range, or outside that range.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "bool", + "name": "useNormalAngle", + "comment": "Sets the contact filter to filter the results by the collision's normal angle using minNormalAngle and maxNormalAngle.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "bool", + "name": "useOutsideNormalAngle", + "comment": "Sets the contact filter to filter within the minNormalAngle and maxNormalAngle range, or outside that range.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "UnityEngine.LayerMask", + "name": "layerMask", + "comment": "Sets the contact filter to filter the results that only include Collider2D on the layers defined by the layer mask.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "float", + "name": "minDepth", + "comment": "Sets the contact filter to filter the results to only include Collider2D with a Z coordinate (depth) greater than this value.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "float", + "name": "maxDepth", + "comment": "Sets the contact filter to filter the results to only include Collider2D with a Z coordinate (depth) less than this value.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "float", + "name": "minNormalAngle", + "comment": "Sets the contact filter to filter the results to only include contacts with collision normal angles that are greater than this angle.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "float", + "name": "maxNormalAngle", + "comment": "Sets the contact filter to filter the results to only include contacts with collision normal angles that are less than this angle.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "float", + "name": "NormalAngleUpperLimit", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "bool", + "name": "isFiltering", + "comment": "Given the current state of the contact filter, determine whether it would filter anything.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "ContactFilter2D", + "params": [], + "isStatic": false, + "name": "NoFilter", + "comment": "A copy of the contact filter set to not filter any ContactPoint2D.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ClearLayerMask", + "comment": "Turns off layer mask filtering by setting useLayerMask to false. The associated value of layerMask is not changed.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "layerMask", "typeName": "UnityEngine.LayerMask" } + ], + "isStatic": false, + "name": "SetLayerMask", + "comment": "Sets the layerMask filter property using the layerMask parameter provided and also enables layer mask filtering by setting useLayerMask to true.\n\n```plaintext\nParams: layerMask - The value used to set the layerMask.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ClearDepth", + "comment": "Turns off depth filtering by setting useDepth to false. The associated values of minDepth and maxDepth are not changed.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "minDepth", "typeName": "float" }, + { "name": "maxDepth", "typeName": "float" } + ], + "isStatic": false, + "name": "SetDepth", + "comment": "Sets the minDepth and maxDepth filter properties and turns on depth filtering by setting useDepth to true.\n\n```plaintext\nParams: minDepth - The value used to set minDepth.\n maxDepth - The value used to set maxDepth.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ClearNormalAngle", + "comment": "Turns off normal angle filtering by setting useNormalAngle to false. The associated values of minNormalAngle and maxNormalAngle are not changed.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "minNormalAngle", "typeName": "float" }, + { "name": "maxNormalAngle", "typeName": "float" } + ], + "isStatic": false, + "name": "SetNormalAngle", + "comment": "Sets the minNormalAngle and maxNormalAngle filter properties and turns on normal angle filtering by setting useNormalAngle to true.\n\n```plaintext\nParams: minNormalAngle - The value used to set the minNormalAngle.\n maxNormalAngle - The value used to set the maxNormalAngle.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "collider", "typeName": "UnityEngine.Collider2D" } + ], + "isStatic": false, + "name": "IsFilteringTrigger", + "comment": "Returns true when collider is excluded by the filter and false if otherwise.\n\n```plaintext\nParams: collider - The Collider2D used to check for a trigger.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "UnityEngine.GameObject" }], + "isStatic": false, + "name": "IsFilteringLayerMask", + "comment": "Returns true when obj is excluded by the filter and false if otherwise.\n\n```plaintext\nParams: obj - The GameObject used to check the GameObject.layer.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "UnityEngine.GameObject" }], + "isStatic": false, + "name": "IsFilteringDepth", + "comment": "Returns true when obj is excluded by the filter and false if otherwise.\n\n```plaintext\nParams: obj - The GameObject used to check the z-position (depth) of Transform.position.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "normal", "typeName": "UnityEngine.Vector2" }], + "isStatic": false, + "name": "IsFilteringNormalAngle", + "comment": "Returns true when normal is excluded by the filter and false if otherwise.\n\n```plaintext\nParams: normal - The normal used to calculate an angle.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "angle", "typeName": "float" }], + "isStatic": false, + "name": "IsFilteringNormalAngle", + "comment": "Returns true when angle is excluded by the filter and false if otherwise.\n\n```plaintext\nParams: angle - The angle used for comparison in the filter.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + } + ], + "name": "ContactFilter2D", + "comment": "A set of parameters for filtering contact results. Define the angle by referring to their position in world space, where 0 degrees is parallel to the positive x-axis, 90 degrees is parallel to the positive y-axis, 180 degrees is parallel to the negative x-axis, and 270 degrees is parallel to the negative y-axis.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Collider2D", + "name": "collider", + "comment": "The incoming Collider2D involved in the collision with the otherCollider.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "UnityEngine.Collider2D", + "name": "otherCollider", + "comment": "The other Collider2D involved in the collision with the collider.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "UnityEngine.Rigidbody2D", + "name": "rigidbody", + "comment": "The incoming Rigidbody2D involved in the collision with the otherRigidbody.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "UnityEngine.Rigidbody2D", + "name": "otherRigidbody", + "comment": "The other Rigidbody2D involved in the collision with the rigidbody.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "UnityEngine.Transform", + "name": "transform", + "comment": "The Transform of the incoming object involved in the collision.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "UnityEngine.GameObject", + "name": "gameObject", + "comment": "The incoming GameObject involved in the collision.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "relativeVelocity", + "comment": "The relative linear velocity of the two colliding objects (Read Only).\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "bool", + "name": "enabled", + "comment": "Indicates whether the collision response or reaction is enabled or disabled.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "UnityEngine.ContactPoint2D[]", + "name": "contacts", + "comment": "The specific points of contact with the incoming Collider2D. You should avoid using this as it produces memory garbage. Use GetContact or GetContacts instead.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "int", + "name": "contactCount", + "comment": "Gets the number of contacts for this collision.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "ContactPoint2D", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "GetContact", + "comment": "The contact at the specified index.\n\n```plaintext\nParams: index - The index of the contact to retrieve.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "contacts", "typeName": "UnityEngine.ContactPoint2D[]" } + ], + "isStatic": false, + "name": "GetContacts", + "comment": "Returns the number of contacts placed in the contacts array.\n\n```plaintext\nParams: contacts - An array of ContactPoint2D used to receive the results.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "contacts", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "GetContacts", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + } + ], + "name": "Collision2D", + "comment": "Collision details returned by 2D physics callback functions.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Vector2", + "name": "point", + "comment": "The point of contact between the two colliders in world space.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "normal", + "comment": "Surface normal at the contact point.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "float", + "name": "separation", + "comment": "Gets the distance between the colliders at the contact point.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "float", + "name": "normalImpulse", + "comment": "Gets the impulse applied at the contact point along the ContactPoint2D.normal.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "float", + "name": "tangentImpulse", + "comment": "Gets the impulse applied at the contact point which is perpendicular to the ContactPoint2D.normal.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "relativeVelocity", + "comment": "Gets the relative velocity of the two colliders at the contact point (Read Only).\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "UnityEngine.Collider2D", + "name": "collider", + "comment": "The incoming Collider2D involved in the collision with the otherCollider.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "UnityEngine.Collider2D", + "name": "otherCollider", + "comment": "The other Collider2D involved in the collision with the collider.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "UnityEngine.Rigidbody2D", + "name": "rigidbody", + "comment": "The incoming Rigidbody2D involved in the collision with the otherRigidbody.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "UnityEngine.Rigidbody2D", + "name": "otherRigidbody", + "comment": "The other Rigidbody2D involved in the collision with the rigidbody.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "bool", + "name": "enabled", + "comment": "Indicates whether the collision response or reaction is enabled or disabled.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + } + ], + "name": "ContactPoint2D", + "comment": "Details about a specific point of contact involved in a 2D physics collision.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "float", + "name": "min", + "comment": "Lower angular limit of rotation.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "float", + "name": "max", + "comment": "Upper angular limit of rotation.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + } + ], + "name": "JointAngleLimits2D", + "comment": "Angular limits on the rotation of a Rigidbody2D object around a HingeJoint2D.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "float", + "name": "magneticHeading", + "comment": "The heading in degrees relative to the magnetic North Pole. (Read Only)\n\n", + "location": "UnityEngine.InputLegacyModule.dll" + }, + { + "typeName": "float", + "name": "trueHeading", + "comment": "The heading in degrees relative to the geographic North Pole. (Read Only)\n\n", + "location": "UnityEngine.InputLegacyModule.dll" + }, + { + "typeName": "float", + "name": "headingAccuracy", + "comment": "Accuracy of heading reading in degrees.\n\n", + "location": "UnityEngine.InputLegacyModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "rawVector", + "comment": "The raw geomagnetic data measured in microteslas. (Read Only)\n\n", + "location": "UnityEngine.InputLegacyModule.dll" + }, + { + "typeName": "double", + "name": "timestamp", + "comment": "Timestamp (in seconds since 1970) when the heading was last time updated. (Read Only)\n\n", + "location": "UnityEngine.InputLegacyModule.dll" + }, + { + "typeName": "bool", + "name": "enabled", + "comment": "Used to enable or disable compass. Note, that if you want Input.compass.trueHeading property to contain a valid value, you must also enable location updates by calling Input.location.Start().\n\n", + "location": "UnityEngine.InputLegacyModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.InputLegacyModule.dll" + } + ], + "name": "Compass", + "comment": "Interface into compass functionality.\n\n", + "location": "UnityEngine.InputLegacyModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "float", + "name": "min", + "comment": "Minimum distance the Rigidbody2D object can move from the Slider Joint's anchor.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "float", + "name": "max", + "comment": "Maximum distance the Rigidbody2D object can move from the Slider Joint's anchor.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + } + ], + "name": "JointTranslationLimits2D", + "comment": "Motion limits of a Rigidbody2D object along a SliderJoint2D.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.Collider2D", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "float", + "name": "edgeRadius", + "comment": "Controls the radius of all edges created by the collider.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "int", + "name": "edgeCount", + "comment": "Gets the number of edges.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "int", + "name": "pointCount", + "comment": "Gets the number of points.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "UnityEngine.Vector2[]", + "name": "points", + "comment": "Get or set the points defining multiple continuous edges.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "bool", + "name": "useAdjacentStartPoint", + "comment": "Set this to true to use the adjacentStartPoint to form the collision normal that is used to calculate the collision response when a collision occurs at the Edge Collider's start point. Set this to false to not use the adjacentStartPoint, and the collision normal becomes the direction of motion of the collision.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "bool", + "name": "useAdjacentEndPoint", + "comment": "Set this to true to use the adjacentEndPoint to form the collision normal that is used to calculate the collision response when a collision occurs at the Edge Collider's end point. Set this to false to not use the adjacentEndPoint, and the collision normal becomes the direction of motion of the collision.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "adjacentStartPoint", + "comment": "Defines the position of a virtual point adjacent to the start point of the EdgeCollider2D.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "adjacentEndPoint", + "comment": "Defines the position of a virtual point adjacent to the end point of the EdgeCollider2D.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Reset", + "comment": "Reset to a single edge consisting of two points.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "points", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "GetPoints", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "points", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "SetPoints", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + } + ], + "name": "EdgeCollider2D", + "comment": "Collider for 2D physics representing an arbitrary set of connected edges (lines) defined by its vertices.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "float", + "name": "motorSpeed", + "comment": "The desired speed for the Rigidbody2D to reach as it moves with the joint.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "float", + "name": "maxMotorTorque", + "comment": "The maximum force that can be applied to the Rigidbody2D at the joint to attain the target speed.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + } + ], + "name": "JointMotor2D", + "comment": "Parameters for the optional motor force applied to a Joint2D.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "String", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": true, + "name": "ToJson", + "comment": "The object's data in JSON format.\n\n```plaintext\nParams: obj - The object to convert to JSON form.\n prettyPrint - If true, format the output for readability. If false, format the output for minimum size. Default is false.\n \n```\n\n", + "location": "UnityEngine.JSONSerializeModule.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "obj", "typeName": "object" }, + { "name": "prettyPrint", "typeName": "bool" } + ], + "isStatic": true, + "name": "ToJson", + "comment": "The object's data in JSON format.\n\n```plaintext\nParams: obj - The object to convert to JSON form.\n prettyPrint - If true, format the output for readability. If false, format the output for minimum size. Default is false.\n \n```\n\n", + "location": "UnityEngine.JSONSerializeModule.dll" + }, + { + "returnTypeName": "T", + "params": [{ "name": "json", "typeName": "string" }], + "isStatic": true, + "name": "FromJson", + "comment": "", + "location": "UnityEngine.JSONSerializeModule.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "json", "typeName": "string" }, + { "name": "type", "typeName": "System.Type" } + ], + "isStatic": true, + "name": "FromJson", + "comment": "An instance of the object.\n\n```plaintext\nParams: json - The JSON representation of the object.\n type - The type of object represented by the Json.\n \n```\n\n", + "location": "UnityEngine.JSONSerializeModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "json", "typeName": "string" }, + { "name": "objectToOverwrite", "typeName": "object" } + ], + "isStatic": true, + "name": "FromJsonOverwrite", + "comment": "Overwrite data in an object by reading from its JSON representation.\n\n```plaintext\nParams: json - The JSON representation of the object.\n objectToOverwrite - The object that should be overwritten.\n \n```\n\n", + "location": "UnityEngine.JSONSerializeModule.dll" + } + ], + "name": "JsonUtility", + "comment": "Utility functions for working with JSON data.\n\n", + "location": "UnityEngine.JSONSerializeModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.Collider2D", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Vector2", + "name": "size", + "comment": "The width and height of the rectangle.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "float", + "name": "edgeRadius", + "comment": "Controls the radius of all edges created by the collider.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "bool", + "name": "autoTiling", + "comment": "Determines whether the BoxCollider2D's shape is automatically updated based on a SpriteRenderer's tiling properties.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "center", + "comment": "The center point of the collider in local space.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + } + ], + "name": "BoxCollider2D", + "comment": "Collider for 2D physics representing an axis-aligned rectangle.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "float", + "name": "dampingRatio", + "comment": "The amount by which the suspension spring force is reduced in proportion to the movement speed.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "float", + "name": "frequency", + "comment": "The frequency at which the suspension spring oscillates.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "float", + "name": "angle", + "comment": "The world angle (in degrees) along which the suspension will move.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + } + ], + "name": "JointSuspension2D", + "comment": "Joint suspension is used to define how suspension works on a WheelJoint2D.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.Collider2D", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "autoTiling", + "comment": "Determines whether the PolygonCollider2D's shape is automatically updated based on a SpriteRenderer's tiling properties.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "UnityEngine.Vector2[]", + "name": "points", + "comment": "Corner points that define the collider's shape in local space.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "int", + "name": "pathCount", + "comment": "The number of paths in the polygon.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetTotalPointCount", + "comment": "Return the total number of points in the polygon in all paths.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "GetPath", + "comment": "An ordered array of the vertices (points) in the selected path.\n\n```plaintext\nParams: index - The index of the path to retrieve.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "points", "typeName": "UnityEngine.Vector2[]" } + ], + "isStatic": false, + "name": "SetPath", + "comment": "Define a path by its constituent points.\n\n```plaintext\nParams: index - Index of the path to set.\n points - An ordered array of the vertices (points) that define the path.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "index", "typeName": "int" }, + { + "name": "points", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "GetPath", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { + "name": "points", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "SetPath", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "sides", "typeName": "int" }], + "isStatic": false, + "name": "CreatePrimitive", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "sides", "typeName": "int" }, + { "name": "scale", "typeName": "UnityEngine.Vector2" } + ], + "isStatic": false, + "name": "CreatePrimitive", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "sides", "typeName": "int" }, + { "name": "scale", "typeName": "UnityEngine.Vector2" }, + { "name": "offset", "typeName": "UnityEngine.Vector2" } + ], + "isStatic": false, + "name": "CreatePrimitive", + "comment": "Creates as regular primitive polygon with the specified number of sides.\n\n```plaintext\nParams: sides - The number of sides in the polygon. This must be greater than two.\n scale - The X/Y scale of the polygon. These must be greater than zero.\n offset - The X/Y offset of the polygon.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + } + ], + "name": "PolygonCollider2D", + "comment": "Collider for 2D physics representing an arbitrary polygon defined by its vertices.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.Object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "localeIsoCode", + "comment": "ISO Code used to identify the locale. ex: en-uk, zh-hans, ja\n\n", + "location": "UnityEngine.LocalizationModule.dll" + }, + { + "typeName": "bool", + "name": "isEditorAsset", + "comment": "Is this asset used to localize UI components of the Unity Editor\n\n", + "location": "UnityEngine.LocalizationModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Creates a new empty LocalizationAsset object.\n\n", + "location": "UnityEngine.LocalizationModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "original", "typeName": "string" }, + { "name": "localized", "typeName": "string" } + ], + "isStatic": false, + "name": "SetLocalizedString", + "comment": "Set the localized string for the specified key\n\n```plaintext\nParams: original - Original string acting as key.\n localized - Localized string matching the original in the LocalizationAsset locale\n \n```\n\n", + "location": "UnityEngine.LocalizationModule.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "original", "typeName": "string" }], + "isStatic": false, + "name": "GetLocalizedString", + "comment": "Localized string matching the original in the LocalizationAsset locale\n\n```plaintext\nParams: original - Original string acting as key.\n \n```\n\n", + "location": "UnityEngine.LocalizationModule.dll" + } + ], + "name": "LocalizationAsset", + "comment": "An asset to represent a table of localized strings for one specific locale.\n\n", + "location": "UnityEngine.LocalizationModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Vector2", + "name": "centroid", + "comment": "The centroid of the primitive used to perform the cast.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "point", + "comment": "The point in world space where the ray hit the collider's surface.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "normal", + "comment": "The normal vector of the surface hit by the ray.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "float", + "name": "distance", + "comment": "The distance from the ray origin to the impact point.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "float", + "name": "fraction", + "comment": "Fraction of the distance along the ray that the hit occurred.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "UnityEngine.Collider2D", + "name": "collider", + "comment": "The collider hit by the ray.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "UnityEngine.Rigidbody2D", + "name": "rigidbody", + "comment": "The Rigidbody2D attached to the object that was hit.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "UnityEngine.Transform", + "name": "transform", + "comment": "The Transform of the object that was hit.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "hit", "typeName": "UnityEngine.RaycastHit2D" }], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "other", "typeName": "UnityEngine.RaycastHit2D" } + ], + "isStatic": false, + "name": "CompareTo", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + } + ], + "name": "RaycastHit2D", + "comment": "Information returned about an object detected by a raycast in 2D physics.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.Collider2D", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.CompositeCollider2D.GeometryType", + "name": "geometryType", + "comment": "Specifies the type of geometry the Composite Collider should generate.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "UnityEngine.CompositeCollider2D.GenerationType", + "name": "generationType", + "comment": "Specifies when to generate the Composite Collider geometry.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "float", + "name": "vertexDistance", + "comment": "Controls the minimum distance allowed between generated vertices.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "float", + "name": "edgeRadius", + "comment": "Controls the radius of all edges created by the Collider.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "float", + "name": "offsetDistance", + "comment": "Vertices are offset by this distance when compositing multiple physic shapes. Any vertices between shapes within this distance are combined.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "int", + "name": "pathCount", + "comment": "The number of paths in the Collider.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "int", + "name": "pointCount", + "comment": "Gets the total number of points in all the paths within the Collider.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "GenerateGeometry", + "comment": "Regenerates the Composite Collider geometry.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "GetPathPointCount", + "comment": "Returns the number of points in the path specified by index.\n\n```plaintext\nParams: index - The index of the path from 0 to pathCount minus 1.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "points", "typeName": "UnityEngine.Vector2[]" } + ], + "isStatic": false, + "name": "GetPath", + "comment": "Returns the number of points placed in the points array.\n\n```plaintext\nParams: index - The index of the path from 0 to pathCount minus 1.\n points - An ordered array of the vertices (points) in the selected path.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "index", "typeName": "int" }, + { + "name": "points", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "GetPath", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + } + ], + "name": "CompositeCollider2D", + "comment": "A Collider that can merge other Colliders together.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.ParticleSystemEmissionType", + "name": "Time", + "comment": "Emit over time.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemEmissionType", + "name": "Distance", + "comment": "Emit when emitter moves.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.ParticleSystemEmissionType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "name": "ParticleSystemEmissionType", + "comment": "The mode in which particles are emitted.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "useMultithreading", + "comment": "Should physics simulation use multithreading?\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "bool", + "name": "useConsistencySorting", + "comment": "Should physics simulation sort multi-threaded results to maintain processing order consistency?\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "int", + "name": "interpolationPosesPerJob", + "comment": "Controls the minimum number of Rigidbody2D being interpolated in each simulation job.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "int", + "name": "newContactsPerJob", + "comment": "Controls the minimum number of new contacts to find in each simulation job.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "int", + "name": "collideContactsPerJob", + "comment": "Controls the minimum number of contacts to collide in each simulation job.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "int", + "name": "clearFlagsPerJob", + "comment": "Controls the minimum number of flags to be cleared in each simulation job.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "int", + "name": "clearBodyForcesPerJob", + "comment": "Controls the minimum number of bodies to be cleared in each simulation job.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "int", + "name": "syncDiscreteFixturesPerJob", + "comment": "Controls the minimum number of fixtures to synchronize in the broadphase during discrete island solving in each simulation job.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "int", + "name": "syncContinuousFixturesPerJob", + "comment": "Controls the minimum number of fixtures to synchronize in the broadphase during continuous island solving in each simulation job.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "int", + "name": "findNearestContactsPerJob", + "comment": "Controls the minimum number of nearest contacts to find in each simulation job.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "int", + "name": "updateTriggerContactsPerJob", + "comment": "Controls the minimum number of trigger contacts to update in each simulation job.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "int", + "name": "islandSolverCostThreshold", + "comment": "The minimum threshold cost of all bodies, contacts and joints in an island during discrete island solving.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "int", + "name": "islandSolverBodyCostScale", + "comment": "Scales the cost of each body during discrete island solving.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "int", + "name": "islandSolverContactCostScale", + "comment": "Scales the cost of each contact during discrete island solving.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "int", + "name": "islandSolverJointCostScale", + "comment": "Scales the cost of each joint during discrete island solving.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "int", + "name": "islandSolverBodiesPerJob", + "comment": "Controls the minimum number of bodies to solve in each simulation job when performing island solving.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "int", + "name": "islandSolverContactsPerJob", + "comment": "Controls the minimum number of contacts to solve in each simulation job when performing island solving.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + } + ], + "name": "PhysicsJobOptions2D", + "comment": "A set of options that control how physics operates when using the job system to multithread the physics simulation.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.Component", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "safeCollisionEventSize", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "startDelay", + "comment": "Start delay in seconds.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "bool", + "name": "loop", + "comment": "Determines whether the Particle System is looping.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "bool", + "name": "playOnAwake", + "comment": "If set to true, the Particle System will automatically start playing on startup.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "duration", + "comment": "The duration of the Particle System in seconds (Read Only).\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "playbackSpeed", + "comment": "The playback speed of the Particle System. 1 is normal playback speed.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "bool", + "name": "enableEmission", + "comment": "When set to false, the Particle System will not emit particles.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "emissionRate", + "comment": "The rate of particle emission.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "startSpeed", + "comment": "The initial speed of particles when emitted. When using curves, this value acts as a scale on the curve.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "startSize", + "comment": "The initial size of particles when emitted. When using curves, this value acts as a scale on the curve.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.Color", + "name": "startColor", + "comment": "The initial color of particles when emitted.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "startRotation", + "comment": "The initial rotation of particles when emitted. When using curves, this value acts as a scale on the curve.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "startRotation3D", + "comment": "The initial 3D rotation of particles when emitted. When using curves, this value acts as a scale on the curves.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "startLifetime", + "comment": "The total lifetime in seconds that particles will have when emitted. When using curves, this value acts as a scale on the curve. This value is set in the particle when it is created by the Particle System.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "gravityModifier", + "comment": "Scale being applied to the gravity defined by Physics.gravity.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "int", + "name": "maxParticles", + "comment": "The maximum number of particles to emit.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemSimulationSpace", + "name": "simulationSpace", + "comment": "This selects the space in which to simulate particles. It can be either world or local space.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemScalingMode", + "name": "scalingMode", + "comment": "The scaling mode applied to particle sizes and positions.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "bool", + "name": "automaticCullingEnabled", + "comment": "Does this system support Automatic Culling?\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "bool", + "name": "isPlaying", + "comment": "Determines whether the Particle System is playing.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "bool", + "name": "isEmitting", + "comment": "Determines whether the Particle System is emitting particles. A Particle System may stop emitting when its emission module has finished, it has been paused or if the system has been stopped using ParticleSystem.Stop|Stop with the ParticleSystemStopBehavior.StopEmitting|StopEmitting flag. Resume emitting by calling ParticleSystem.Play|Play.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "bool", + "name": "isStopped", + "comment": "Determines whether the Particle System is in the stopped state.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "bool", + "name": "isPaused", + "comment": "Determines whether the Particle System is paused.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "int", + "name": "particleCount", + "comment": "The current number of particles (Read Only).\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "time", + "comment": "Playback position in seconds.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "uint", + "name": "randomSeed", + "comment": "Override the random seed used for the Particle System emission.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "bool", + "name": "useAutoRandomSeed", + "comment": "Controls whether the Particle System uses an automatically-generated random number to seed the random number generator.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "bool", + "name": "proceduralSimulationSupported", + "comment": "Does this system support Procedural Simulation?\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystem.MainModule", + "name": "main", + "comment": "Access the main Particle System settings.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystem.EmissionModule", + "name": "emission", + "comment": "Script interface for the EmissionModule of a Particle System.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystem.ShapeModule", + "name": "shape", + "comment": "Script interface for the ShapeModule of a Particle System.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystem.VelocityOverLifetimeModule", + "name": "velocityOverLifetime", + "comment": "Script interface for the VelocityOverLifetimeModule of a Particle System.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystem.LimitVelocityOverLifetimeModule", + "name": "limitVelocityOverLifetime", + "comment": "Script interface for the LimitVelocityOverLifetimeModule of a Particle System. .\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystem.InheritVelocityModule", + "name": "inheritVelocity", + "comment": "Script interface for the InheritVelocityModule of a Particle System.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystem.LifetimeByEmitterSpeedModule", + "name": "lifetimeByEmitterSpeed", + "comment": "Script interface for the Particle System Lifetime By Emitter Speed module.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystem.ForceOverLifetimeModule", + "name": "forceOverLifetime", + "comment": "Script interface for the ForceOverLifetimeModule of a Particle System.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystem.ColorOverLifetimeModule", + "name": "colorOverLifetime", + "comment": "Script interface for the ColorOverLifetimeModule of a Particle System.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystem.ColorBySpeedModule", + "name": "colorBySpeed", + "comment": "Script interface for the ColorByLifetimeModule of a Particle System.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystem.SizeOverLifetimeModule", + "name": "sizeOverLifetime", + "comment": "Script interface for the SizeOverLifetimeModule of a Particle System.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystem.SizeBySpeedModule", + "name": "sizeBySpeed", + "comment": "Script interface for the SizeBySpeedModule of a Particle System.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystem.RotationOverLifetimeModule", + "name": "rotationOverLifetime", + "comment": "Script interface for the RotationOverLifetimeModule of a Particle System.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystem.RotationBySpeedModule", + "name": "rotationBySpeed", + "comment": "Script interface for the RotationBySpeedModule of a Particle System.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystem.ExternalForcesModule", + "name": "externalForces", + "comment": "Script interface for the ExternalForcesModule of a Particle System.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystem.NoiseModule", + "name": "noise", + "comment": "Script interface for the NoiseModule of a Particle System.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystem.CollisionModule", + "name": "collision", + "comment": "Script interface for the CollisionModule of a Particle System.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystem.TriggerModule", + "name": "trigger", + "comment": "Script interface for the TriggerModule of a Particle System.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystem.SubEmittersModule", + "name": "subEmitters", + "comment": "Script interface for the SubEmittersModule of a Particle System.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystem.TextureSheetAnimationModule", + "name": "textureSheetAnimation", + "comment": "Script interface for the TextureSheetAnimationModule of a Particle System.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystem.LightsModule", + "name": "lights", + "comment": "Script interface for the LightsModule of a Particle System.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystem.TrailModule", + "name": "trails", + "comment": "Script interface for the TrailsModule of a Particle System.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystem.CustomDataModule", + "name": "customData", + "comment": "Script interface for the CustomDataModule of a Particle System.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "position", "typeName": "UnityEngine.Vector3" }, + { "name": "velocity", "typeName": "UnityEngine.Vector3" }, + { "name": "size", "typeName": "float" }, + { "name": "lifetime", "typeName": "float" }, + { "name": "color", "typeName": "UnityEngine.Color32" } + ], + "isStatic": false, + "name": "Emit", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "particle", + "typeName": "UnityEngine.ParticleSystem.Particle" + } + ], + "isStatic": false, + "name": "Emit", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "particles", + "typeName": "UnityEngine.ParticleSystem.Particle[]" + }, + { "name": "size", "typeName": "int" }, + { "name": "offset", "typeName": "int" } + ], + "isStatic": false, + "name": "SetParticles", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "particles", + "typeName": "UnityEngine.ParticleSystem.Particle[]" + }, + { "name": "size", "typeName": "int" } + ], + "isStatic": false, + "name": "SetParticles", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "particles", + "typeName": "UnityEngine.ParticleSystem.Particle[]" + } + ], + "isStatic": false, + "name": "SetParticles", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "particles", + "typeName": "Unity.Collections.NativeArray" + }, + { "name": "size", "typeName": "int" }, + { "name": "offset", "typeName": "int" } + ], + "isStatic": false, + "name": "SetParticles", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "particles", + "typeName": "Unity.Collections.NativeArray" + }, + { "name": "size", "typeName": "int" } + ], + "isStatic": false, + "name": "SetParticles", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "particles", + "typeName": "Unity.Collections.NativeArray" + } + ], + "isStatic": false, + "name": "SetParticles", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "particles", + "typeName": "UnityEngine.ParticleSystem.Particle[]" + }, + { "name": "size", "typeName": "int" }, + { "name": "offset", "typeName": "int" } + ], + "isStatic": false, + "name": "GetParticles", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "particles", + "typeName": "UnityEngine.ParticleSystem.Particle[]" + }, + { "name": "size", "typeName": "int" } + ], + "isStatic": false, + "name": "GetParticles", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "particles", + "typeName": "UnityEngine.ParticleSystem.Particle[]" + } + ], + "isStatic": false, + "name": "GetParticles", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "particles", + "typeName": "Unity.Collections.NativeArray" + }, + { "name": "size", "typeName": "int" }, + { "name": "offset", "typeName": "int" } + ], + "isStatic": false, + "name": "GetParticles", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "particles", + "typeName": "Unity.Collections.NativeArray" + }, + { "name": "size", "typeName": "int" } + ], + "isStatic": false, + "name": "GetParticles", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "particles", + "typeName": "Unity.Collections.NativeArray" + } + ], + "isStatic": false, + "name": "GetParticles", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "customData", + "typeName": "System.Collections.Generic.List" + }, + { + "name": "streamIndex", + "typeName": "UnityEngine.ParticleSystemCustomData" + } + ], + "isStatic": false, + "name": "SetCustomParticleData", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "customData", + "typeName": "System.Collections.Generic.List" + }, + { + "name": "streamIndex", + "typeName": "UnityEngine.ParticleSystemCustomData" + } + ], + "isStatic": false, + "name": "GetCustomParticleData", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "PlaybackState", + "params": [], + "isStatic": false, + "name": "GetPlaybackState", + "comment": "The current internal state of the Particle System.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "playbackState", + "typeName": "UnityEngine.ParticleSystem.PlaybackState" + } + ], + "isStatic": false, + "name": "SetPlaybackState", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Trails", + "params": [], + "isStatic": false, + "name": "GetTrails", + "comment": "The variable to populate with the Trails that currently belong to the Particle System..\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "trailData", + "typeName": "UnityEngine.ParticleSystem.Trails" + } + ], + "isStatic": false, + "name": "GetTrails", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "trailData", + "typeName": "UnityEngine.ParticleSystem.Trails" + } + ], + "isStatic": false, + "name": "SetTrails", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "t", "typeName": "float" }, + { "name": "withChildren", "typeName": "bool" }, + { "name": "restart", "typeName": "bool" }, + { "name": "fixedTimeStep", "typeName": "bool" } + ], + "isStatic": false, + "name": "Simulate", + "comment": "Fast-forwards the Particle System by simulating particles over the given period of time, then pauses it.\n\n```plaintext\nParams: t - Time period in seconds to advance the ParticleSystem simulation by. If restart is true, the ParticleSystem will be reset to 0 time, and then advanced by this value. If restart is false, the ParticleSystem simulation will be advanced in time from its current state by this value.\n withChildren - Fast-forward all child Particle Systems as well.\n restart - Restart and start from the beginning.\n fixedTimeStep - Only update the system at fixed intervals, based on the value in \"Fixed Time\" in the Time options.\n \n```\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "t", "typeName": "float" }, + { "name": "withChildren", "typeName": "bool" }, + { "name": "restart", "typeName": "bool" } + ], + "isStatic": false, + "name": "Simulate", + "comment": "Fast-forwards the Particle System by simulating particles over the given period of time, then pauses it.\n\n```plaintext\nParams: t - Time period in seconds to advance the ParticleSystem simulation by. If restart is true, the ParticleSystem will be reset to 0 time, and then advanced by this value. If restart is false, the ParticleSystem simulation will be advanced in time from its current state by this value.\n withChildren - Fast-forward all child Particle Systems as well.\n restart - Restart and start from the beginning.\n fixedTimeStep - Only update the system at fixed intervals, based on the value in \"Fixed Time\" in the Time options.\n \n```\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "t", "typeName": "float" }, + { "name": "withChildren", "typeName": "bool" } + ], + "isStatic": false, + "name": "Simulate", + "comment": "Fast-forwards the Particle System by simulating particles over the given period of time, then pauses it.\n\n```plaintext\nParams: t - Time period in seconds to advance the ParticleSystem simulation by. If restart is true, the ParticleSystem will be reset to 0 time, and then advanced by this value. If restart is false, the ParticleSystem simulation will be advanced in time from its current state by this value.\n withChildren - Fast-forward all child Particle Systems as well.\n restart - Restart and start from the beginning.\n fixedTimeStep - Only update the system at fixed intervals, based on the value in \"Fixed Time\" in the Time options.\n \n```\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "t", "typeName": "float" }], + "isStatic": false, + "name": "Simulate", + "comment": "Fast-forwards the Particle System by simulating particles over the given period of time, then pauses it.\n\n```plaintext\nParams: t - Time period in seconds to advance the ParticleSystem simulation by. If restart is true, the ParticleSystem will be reset to 0 time, and then advanced by this value. If restart is false, the ParticleSystem simulation will be advanced in time from its current state by this value.\n withChildren - Fast-forward all child Particle Systems as well.\n restart - Restart and start from the beginning.\n fixedTimeStep - Only update the system at fixed intervals, based on the value in \"Fixed Time\" in the Time options.\n \n```\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "withChildren", "typeName": "bool" }], + "isStatic": false, + "name": "Play", + "comment": "Starts the Particle System.\n\n```plaintext\nParams: withChildren - Play all child Particle Systems as well.\n \n```\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Play", + "comment": "Starts the Particle System.\n\n```plaintext\nParams: withChildren - Play all child Particle Systems as well.\n \n```\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "withChildren", "typeName": "bool" }], + "isStatic": false, + "name": "Pause", + "comment": "Pauses the system so no new particles are emitted and the existing particles are not updated.\n\n```plaintext\nParams: withChildren - Pause all child Particle Systems as well.\n \n```\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Pause", + "comment": "Pauses the system so no new particles are emitted and the existing particles are not updated.\n\n```plaintext\nParams: withChildren - Pause all child Particle Systems as well.\n \n```\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "withChildren", "typeName": "bool" }, + { + "name": "stopBehavior", + "typeName": "UnityEngine.ParticleSystemStopBehavior" + } + ], + "isStatic": false, + "name": "Stop", + "comment": "Stops playing the Particle System using the supplied stop behaviour.\n\n```plaintext\nParams: withChildren - Stop all child Particle Systems as well.\n stopBehavior - Stop emitting or stop emitting and clear the system.\n \n```\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "withChildren", "typeName": "bool" }], + "isStatic": false, + "name": "Stop", + "comment": "Stops playing the Particle System using the supplied stop behaviour.\n\n```plaintext\nParams: withChildren - Stop all child Particle Systems as well.\n stopBehavior - Stop emitting or stop emitting and clear the system.\n \n```\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Stop", + "comment": "Stops playing the Particle System using the supplied stop behaviour.\n\n```plaintext\nParams: withChildren - Stop all child Particle Systems as well.\n stopBehavior - Stop emitting or stop emitting and clear the system.\n \n```\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "withChildren", "typeName": "bool" }], + "isStatic": false, + "name": "Clear", + "comment": "Remove all particles in the Particle System.\n\n```plaintext\nParams: withChildren - Clear all child Particle Systems as well.\n \n```\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Clear", + "comment": "Remove all particles in the Particle System.\n\n```plaintext\nParams: withChildren - Clear all child Particle Systems as well.\n \n```\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "withChildren", "typeName": "bool" }], + "isStatic": false, + "name": "IsAlive", + "comment": "True if the Particle System contains live particles or is still creating new particles. False if the Particle System has stopped emitting particles and all particles are dead.\n\n```plaintext\nParams: withChildren - Check all child Particle Systems as well.\n \n```\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "IsAlive", + "comment": "True if the Particle System contains live particles or is still creating new particles. False if the Particle System has stopped emitting particles and all particles are dead.\n\n```plaintext\nParams: withChildren - Check all child Particle Systems as well.\n \n```\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "count", "typeName": "int" }], + "isStatic": false, + "name": "Emit", + "comment": "Emit count particles immediately.\n\n```plaintext\nParams: count - Number of particles to emit.\n \n```\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "emitParams", + "typeName": "UnityEngine.ParticleSystem.EmitParams" + }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "Emit", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "subEmitterIndex", "typeName": "int" }], + "isStatic": false, + "name": "TriggerSubEmitter", + "comment": "Triggers the specified sub emitter on all particles of the Particle System.\n\n```plaintext\nParams: subEmitterIndex - Index of the sub emitter to trigger.\n \n```\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "subEmitterIndex", "typeName": "int" }, + { + "name": "particle", + "typeName": "UnityEngine.ParticleSystem.Particle" + } + ], + "isStatic": false, + "name": "TriggerSubEmitter", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "subEmitterIndex", "typeName": "int" }, + { + "name": "particles", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "TriggerSubEmitter", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "ResetPreMappedBufferMemory", + "comment": "Reset the cache of reserved graphics memory used for efficient rendering of Particle Systems.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "vertexBuffersCount", "typeName": "int" }, + { "name": "indexBuffersCount", "typeName": "int" } + ], + "isStatic": true, + "name": "SetMaximumPreMappedBufferCounts", + "comment": "Limits the amount of graphics memory Unity reserves for efficient rendering of Particle Systems.\n\n```plaintext\nParams: vertexBuffersCount - The maximum number of cached vertex buffers.\n indexBuffersCount - The maximum number of cached index buffers.\n \n```\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "AllocateAxisOfRotationAttribute", + "comment": "Ensures that the ParticleSystemJobs.ParticleSystemJobData._axisOfRotations|axisOfRotations particle attribute array is allocated.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "AllocateMeshIndexAttribute", + "comment": "Ensures that the ParticleSystemJobs.ParticleSystemJobData._meshIndices|meshIndices particle attribute array is allocated.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "stream", + "typeName": "UnityEngine.ParticleSystemCustomData" + } + ], + "isStatic": false, + "name": "AllocateCustomDataAttribute", + "comment": "Ensures that the ParticleSystemJobs.ParticleSystemJobData.customData1|customData1 and ParticleSystemJobs.ParticleSystemJobData.customData1|customData2 particle attribute arrays are allocated.\n\n```plaintext\nParams: stream - The custom data stream to allocate.\n \n```\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "name": "ParticleSystem", + "comment": "Script interface for ParticleSystem. Unity's powerful and versatile particle system implementation.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.Component", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Vector2", + "name": "position", + "comment": "The position of the rigidbody.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "float", + "name": "rotation", + "comment": "The rotation of the rigidbody.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "velocity", + "comment": "Linear velocity of the Rigidbody in units per second.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "float", + "name": "angularVelocity", + "comment": "Angular velocity in degrees per second.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "bool", + "name": "useAutoMass", + "comment": "Should the total rigid-body mass be automatically calculated from the Collider2D.density of attached colliders?\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "float", + "name": "mass", + "comment": "Mass of the Rigidbody.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "UnityEngine.PhysicsMaterial2D", + "name": "sharedMaterial", + "comment": "The PhysicsMaterial2D that is applied to all Collider2D attached to this Rigidbody2D.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "centerOfMass", + "comment": "The center of mass of the rigidBody in local space.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "worldCenterOfMass", + "comment": "Gets the center of mass of the rigidBody in global space.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "float", + "name": "inertia", + "comment": "The Rigidbody's resistance to changes in angular velocity (rotation).\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "float", + "name": "drag", + "comment": "Coefficient of drag.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "float", + "name": "angularDrag", + "comment": "Coefficient of angular drag.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "float", + "name": "gravityScale", + "comment": "The degree to which this object is affected by gravity.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "UnityEngine.RigidbodyType2D", + "name": "bodyType", + "comment": "The physical behaviour type of the Rigidbody2D.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "bool", + "name": "useFullKinematicContacts", + "comment": "Should kinematickinematic and kinematicstatic collisions be allowed?\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "bool", + "name": "isKinematic", + "comment": "Should this rigidbody be taken out of physics control?\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "bool", + "name": "fixedAngle", + "comment": "Should the rigidbody be prevented from rotating?\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "bool", + "name": "freezeRotation", + "comment": "Controls whether physics will change the rotation of the object.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "UnityEngine.RigidbodyConstraints2D", + "name": "constraints", + "comment": "Controls which degrees of freedom are allowed for the simulation of this Rigidbody2D.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "bool", + "name": "simulated", + "comment": "Indicates whether the rigid body should be simulated or not by the physics system.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "UnityEngine.RigidbodyInterpolation2D", + "name": "interpolation", + "comment": "Physics interpolation used between updates.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "UnityEngine.RigidbodySleepMode2D", + "name": "sleepMode", + "comment": "The sleep state that the rigidbody will initially be in.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "UnityEngine.CollisionDetectionMode2D", + "name": "collisionDetectionMode", + "comment": "The method used by the physics engine to check if two objects have collided.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "int", + "name": "attachedColliderCount", + "comment": "Returns the number of Collider2D attached to this Rigidbody2D.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "angle", "typeName": "float" }], + "isStatic": false, + "name": "SetRotation", + "comment": "Sets the rotation of the Rigidbody2D to angle (given in degrees).\n\n```plaintext\nParams: angle - The rotation of the Rigidbody (in degrees).\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "rotation", "typeName": "UnityEngine.Quaternion" } + ], + "isStatic": false, + "name": "SetRotation", + "comment": "Sets the rotation of the Rigidbody2D to the z-axis rotation extracted from the full 3D rotation.\n\n```plaintext\nParams: rotation - Full 3D rotation used to extract only the z-axis rotation.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "position", "typeName": "UnityEngine.Vector2" }], + "isStatic": false, + "name": "MovePosition", + "comment": "Moves the rigidbody to position.\n\n```plaintext\nParams: position - The new position for the Rigidbody object.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "angle", "typeName": "float" }], + "isStatic": false, + "name": "MoveRotation", + "comment": "Rotates the Rigidbody to angle (given in degrees).\n\n```plaintext\nParams: angle - The new rotation angle for the Rigidbody object.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "rotation", "typeName": "UnityEngine.Quaternion" } + ], + "isStatic": false, + "name": "MoveRotation", + "comment": "An overload of MoveRotation that allows a full 3D rotation as an argument.\n\n```plaintext\nParams: rotation - Full 3D rotation used to extract only the z-axis rotation.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "IsSleeping", + "comment": "Is the rigidbody \"sleeping\"?\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "IsAwake", + "comment": "Is the rigidbody \"awake\"?\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Sleep", + "comment": "Make the rigidbody \"sleep\".\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "WakeUp", + "comment": "Disables the \"sleeping\" state of a rigidbody.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "collider", "typeName": "UnityEngine.Collider2D" } + ], + "isStatic": false, + "name": "IsTouching", + "comment": "Whether the collider is touching any of the collider(s) attached to this rigidbody or not.\n\n```plaintext\nParams: collider - The collider to check if it is touching any of the collider(s) attached to this rigidbody.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "collider", "typeName": "UnityEngine.Collider2D" }, + { + "name": "contactFilter", + "typeName": "UnityEngine.ContactFilter2D" + } + ], + "isStatic": false, + "name": "IsTouching", + "comment": "Whether the collider is touching any of the collider(s) attached to this rigidbody or not.\n\n```plaintext\nParams: collider - The collider to check if it is touching any of the collider(s) attached to this rigidbody.\n contactFilter - The contact filter used to filter the results differently, such as by layer mask, Z depth, or normal angle.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "contactFilter", + "typeName": "UnityEngine.ContactFilter2D" + } + ], + "isStatic": false, + "name": "IsTouching", + "comment": "Whether any collider is touching any of the collider(s) attached to this rigidbody or not.\n\n```plaintext\nParams: contactFilter - The contact filter used to filter the results differently, such as by layer mask, Z depth, or normal angle.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "IsTouchingLayers", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "layerMask", "typeName": "int" }], + "isStatic": false, + "name": "IsTouchingLayers", + "comment": "Whether any of the collider(s) attached to this rigidbody are touching any colliders on the specified layerMask or not.\n\n```plaintext\nParams: layerMask - Any colliders on any of these layers count as touching.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "point", "typeName": "UnityEngine.Vector2" }], + "isStatic": false, + "name": "OverlapPoint", + "comment": "Whether the point overlapped any of the Rigidbody2D colliders.\n\n```plaintext\nParams: point - A point in world space.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "ColliderDistance2D", + "params": [ + { "name": "collider", "typeName": "UnityEngine.Collider2D" } + ], + "isStatic": false, + "name": "Distance", + "comment": "The minimum distance of collider against all colliders attached to this Rigidbody2D.\n\n```plaintext\nParams: collider - A collider used to calculate the minimum distance against all colliders attached to this Rigidbody2D.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Vector2", + "params": [{ "name": "position", "typeName": "UnityEngine.Vector2" }], + "isStatic": false, + "name": "ClosestPoint", + "comment": "A point on the perimeter of a Collider attached to this rigidbody that is closest to the specified position.\n\n```plaintext\nParams: position - The position from which to find the closest point on this Rigidbody.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "force", "typeName": "UnityEngine.Vector2" }], + "isStatic": false, + "name": "AddForce", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "force", "typeName": "UnityEngine.Vector2" }, + { "name": "mode", "typeName": "UnityEngine.ForceMode2D" } + ], + "isStatic": false, + "name": "AddForce", + "comment": "Apply a force to the rigidbody.\n\n```plaintext\nParams: force - Components of the force in the X and Y axes.\n mode - The method used to apply the specified force.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "relativeForce", "typeName": "UnityEngine.Vector2" } + ], + "isStatic": false, + "name": "AddRelativeForce", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "relativeForce", "typeName": "UnityEngine.Vector2" }, + { "name": "mode", "typeName": "UnityEngine.ForceMode2D" } + ], + "isStatic": false, + "name": "AddRelativeForce", + "comment": "Adds a force to the rigidbody2D relative to its coordinate system.\n\n```plaintext\nParams: relativeForce - Components of the force in the X and Y axes.\n mode - The method used to apply the specified force.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "force", "typeName": "UnityEngine.Vector2" }, + { "name": "position", "typeName": "UnityEngine.Vector2" } + ], + "isStatic": false, + "name": "AddForceAtPosition", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "force", "typeName": "UnityEngine.Vector2" }, + { "name": "position", "typeName": "UnityEngine.Vector2" }, + { "name": "mode", "typeName": "UnityEngine.ForceMode2D" } + ], + "isStatic": false, + "name": "AddForceAtPosition", + "comment": "Apply a force at a given position in space.\n\n```plaintext\nParams: force - Components of the force in the X and Y axes.\n position - Position in world space to apply the force.\n mode - The method used to apply the specified force.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "torque", "typeName": "float" }], + "isStatic": false, + "name": "AddTorque", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "torque", "typeName": "float" }, + { "name": "mode", "typeName": "UnityEngine.ForceMode2D" } + ], + "isStatic": false, + "name": "AddTorque", + "comment": "Apply a torque at the rigidbody's centre of mass.\n\n```plaintext\nParams: torque - Torque to apply.\n mode - The force mode to use.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Vector2", + "params": [{ "name": "point", "typeName": "UnityEngine.Vector2" }], + "isStatic": false, + "name": "GetPoint", + "comment": "Get a local space point given the point point in rigidBody global space.\n\n```plaintext\nParams: point - The global space point to transform into local space.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Vector2", + "params": [ + { "name": "relativePoint", "typeName": "UnityEngine.Vector2" } + ], + "isStatic": false, + "name": "GetRelativePoint", + "comment": "Get a global space point given the point relativePoint in rigidBody local space.\n\n```plaintext\nParams: relativePoint - The local space point to transform into global space.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Vector2", + "params": [{ "name": "vector", "typeName": "UnityEngine.Vector2" }], + "isStatic": false, + "name": "GetVector", + "comment": "Get a local space vector given the vector vector in rigidBody global space.\n\n```plaintext\nParams: vector - The global space vector to transform into a local space vector.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Vector2", + "params": [ + { "name": "relativeVector", "typeName": "UnityEngine.Vector2" } + ], + "isStatic": false, + "name": "GetRelativeVector", + "comment": "Get a global space vector given the vector relativeVector in rigidBody local space.\n\n```plaintext\nParams: relativeVector - The local space vector to transform into a global space vector.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Vector2", + "params": [{ "name": "point", "typeName": "UnityEngine.Vector2" }], + "isStatic": false, + "name": "GetPointVelocity", + "comment": "The velocity of the rigidbody at the point Point in global space.\n\n```plaintext\nParams: point - The global space point to calculate velocity for.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Vector2", + "params": [ + { "name": "relativePoint", "typeName": "UnityEngine.Vector2" } + ], + "isStatic": false, + "name": "GetRelativePointVelocity", + "comment": "The velocity of the rigidbody at the point Point in local space.\n\n```plaintext\nParams: relativePoint - The local space point to calculate velocity for.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "contactFilter", + "typeName": "UnityEngine.ContactFilter2D" + }, + { "name": "results", "typeName": "UnityEngine.Collider2D[]" } + ], + "isStatic": false, + "name": "OverlapCollider", + "comment": "Returns the number of results placed in the results array.\n\n```plaintext\nParams: contactFilter - The contact filter used to filter the results differently, such as by layer mask, Z depth. Note that normal angle is not used for overlap testing.\n results - The array to receive results. The size of the array determines the maximum number of results that can be returned.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "contactFilter", + "typeName": "UnityEngine.ContactFilter2D" + }, + { + "name": "results", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "OverlapCollider", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "contacts", "typeName": "UnityEngine.ContactPoint2D[]" } + ], + "isStatic": false, + "name": "GetContacts", + "comment": "Returns the number of contacts placed in the contacts array.\n\n```plaintext\nParams: contacts - An array of ContactPoint2D used to receive the results.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "contacts", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "GetContacts", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "contactFilter", + "typeName": "UnityEngine.ContactFilter2D" + }, + { "name": "contacts", "typeName": "UnityEngine.ContactPoint2D[]" } + ], + "isStatic": false, + "name": "GetContacts", + "comment": "Returns the number of contacts placed in the contacts array.\n\n```plaintext\nParams: contactFilter - The contact filter used to filter the results differently, such as by layer mask, Z depth, or normal angle.\n contacts - An array of ContactPoint2D used to receive the results.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "contactFilter", + "typeName": "UnityEngine.ContactFilter2D" + }, + { + "name": "contacts", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "GetContacts", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "colliders", "typeName": "UnityEngine.Collider2D[]" } + ], + "isStatic": false, + "name": "GetContacts", + "comment": "Returns the number of colliders placed in the colliders array.\n\n```plaintext\nParams: colliders - An array of Collider2D used to receive the results.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "colliders", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "GetContacts", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "contactFilter", + "typeName": "UnityEngine.ContactFilter2D" + }, + { "name": "colliders", "typeName": "UnityEngine.Collider2D[]" } + ], + "isStatic": false, + "name": "GetContacts", + "comment": "Returns the number of colliders placed in the colliders array.\n\n```plaintext\nParams: contactFilter - The contact filter used to filter the results differently, such as by layer mask, Z depth, or normal angle.\n colliders - An array of Collider2D used to receive the results.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "contactFilter", + "typeName": "UnityEngine.ContactFilter2D" + }, + { + "name": "colliders", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "GetContacts", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "results", "typeName": "UnityEngine.Collider2D[]" } + ], + "isStatic": false, + "name": "GetAttachedColliders", + "comment": "Returns the number of Collider2D placed in the results array.\n\n```plaintext\nParams: results - An array of Collider2D used to receive the results.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "results", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "GetAttachedColliders", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "direction", "typeName": "UnityEngine.Vector2" }, + { "name": "results", "typeName": "UnityEngine.RaycastHit2D[]" } + ], + "isStatic": false, + "name": "Cast", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "direction", "typeName": "UnityEngine.Vector2" }, + { "name": "results", "typeName": "UnityEngine.RaycastHit2D[]" }, + { "name": "distance", "typeName": "float" } + ], + "isStatic": false, + "name": "Cast", + "comment": "Returns the number of results placed in the results array.\n\n```plaintext\nParams: direction - Vector representing the direction to cast each Collider2D shape.\n results - Array to receive results.\n distance - Maximum distance over which to cast the Collider(s).\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "direction", "typeName": "UnityEngine.Vector2" }, + { + "name": "results", + "typeName": "System.Collections.Generic.List" + }, + { "name": "distance", "typeName": "float" } + ], + "isStatic": false, + "name": "Cast", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "direction", "typeName": "UnityEngine.Vector2" }, + { + "name": "contactFilter", + "typeName": "UnityEngine.ContactFilter2D" + }, + { "name": "results", "typeName": "UnityEngine.RaycastHit2D[]" } + ], + "isStatic": false, + "name": "Cast", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "direction", "typeName": "UnityEngine.Vector2" }, + { + "name": "contactFilter", + "typeName": "UnityEngine.ContactFilter2D" + }, + { "name": "results", "typeName": "UnityEngine.RaycastHit2D[]" }, + { "name": "distance", "typeName": "float" } + ], + "isStatic": false, + "name": "Cast", + "comment": "Returns the number of results placed in the results array.\n\n```plaintext\nParams: direction - Vector representing the direction to cast each Collider2D shape.\n contactFilter - Filter results defined by the contact filter.\n results - Array to receive results.\n distance - Maximum distance over which to cast the Collider(s).\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "direction", "typeName": "UnityEngine.Vector2" }, + { + "name": "contactFilter", + "typeName": "UnityEngine.ContactFilter2D" + }, + { + "name": "results", + "typeName": "System.Collections.Generic.List" + }, + { "name": "distance", "typeName": "float" } + ], + "isStatic": false, + "name": "Cast", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + } + ], + "name": "Rigidbody2D", + "comment": "Rigidbody physics component for 2D sprites.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.Behaviour", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "float", + "name": "density", + "comment": "The density of the collider used to calculate its mass (when auto mass is enabled).\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "bool", + "name": "isTrigger", + "comment": "Is this collider configured as a trigger?\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "bool", + "name": "usedByEffector", + "comment": "Whether the collider is used by an attached effector or not.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "bool", + "name": "usedByComposite", + "comment": "Sets whether the Collider will be used or not used by a CompositeCollider2D.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "UnityEngine.CompositeCollider2D", + "name": "composite", + "comment": "Get the CompositeCollider2D that is available to be attached to the collider.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "offset", + "comment": "The local offset of the collider geometry.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "UnityEngine.Rigidbody2D", + "name": "attachedRigidbody", + "comment": "The Rigidbody2D attached to the Collider2D.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "int", + "name": "shapeCount", + "comment": "The number of separate shaped regions in the collider.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "UnityEngine.Bounds", + "name": "bounds", + "comment": "The world space bounding area of the collider.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "UnityEngine.PhysicsMaterial2D", + "name": "sharedMaterial", + "comment": "The PhysicsMaterial2D that is applied to this collider.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "float", + "name": "friction", + "comment": "Get the friction used by the collider.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "float", + "name": "bounciness", + "comment": "Get the bounciness used by the collider.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Mesh", + "params": [ + { "name": "useBodyPosition", "typeName": "bool" }, + { "name": "useBodyRotation", "typeName": "bool" } + ], + "isStatic": false, + "name": "CreateMesh", + "comment": "The planar Mesh created that matches the collider geometry or NULL if no Mesh could be created.\n\n```plaintext\nParams: useBodyPosition - Should the mesh be transformed by the position of the attached Rigidbody2D?\n useBodyRotation - Should the mesh be transformed by the rotation of the attached Rigidbody2D?\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "UInt32", + "params": [], + "isStatic": false, + "name": "GetShapeHash", + "comment": "A hash value that uniquely identifies the configured geometry of the Collider2D.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "collider", "typeName": "UnityEngine.Collider2D" } + ], + "isStatic": false, + "name": "IsTouching", + "comment": "Whether this collider is touching the collider or not.\n\n```plaintext\nParams: collider - The collider to check if it is touching this collider.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "collider", "typeName": "UnityEngine.Collider2D" }, + { + "name": "contactFilter", + "typeName": "UnityEngine.ContactFilter2D" + } + ], + "isStatic": false, + "name": "IsTouching", + "comment": "Whether this collider is touching the collider or not.\n\n```plaintext\nParams: collider - The collider to check if it is touching this collider.\n contactFilter - The contact filter used to filter the results differently, such as by layer mask, Z depth, or normal angle.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "contactFilter", + "typeName": "UnityEngine.ContactFilter2D" + } + ], + "isStatic": false, + "name": "IsTouching", + "comment": "Whether this collider is touching the collider or not.\n\n```plaintext\nParams: contactFilter - The contact filter used to filter the results differently, such as by layer mask, Z depth, or normal angle.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "IsTouchingLayers", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "layerMask", "typeName": "int" }], + "isStatic": false, + "name": "IsTouchingLayers", + "comment": "Whether this collider is touching any collider on the specified layerMask or not.\n\n```plaintext\nParams: layerMask - Any colliders on any of these layers count as touching.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "point", "typeName": "UnityEngine.Vector2" }], + "isStatic": false, + "name": "OverlapPoint", + "comment": "Does point overlap the collider?\n\n```plaintext\nParams: point - A point in world space.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "ColliderDistance2D", + "params": [ + { "name": "collider", "typeName": "UnityEngine.Collider2D" } + ], + "isStatic": false, + "name": "Distance", + "comment": "The minimum separation of collider and this collider.\n\n```plaintext\nParams: collider - A collider used to calculate the minimum separation against this collider.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "contactFilter", + "typeName": "UnityEngine.ContactFilter2D" + }, + { "name": "results", "typeName": "UnityEngine.Collider2D[]" } + ], + "isStatic": false, + "name": "OverlapCollider", + "comment": "Returns the number of results placed in the results array.\n\n```plaintext\nParams: contactFilter - The contact filter used to filter the results differently, such as by layer mask, Z depth. Note that normal angle is not used for overlap testing.\n results - The array to receive results. The size of the array determines the maximum number of results that can be returned.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "contactFilter", + "typeName": "UnityEngine.ContactFilter2D" + }, + { + "name": "results", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "OverlapCollider", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "contacts", "typeName": "UnityEngine.ContactPoint2D[]" } + ], + "isStatic": false, + "name": "GetContacts", + "comment": "Returns the number of contacts placed in the contacts array.\n\n```plaintext\nParams: contacts - An array of ContactPoint2D used to receive the results.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "contacts", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "GetContacts", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "contactFilter", + "typeName": "UnityEngine.ContactFilter2D" + }, + { "name": "contacts", "typeName": "UnityEngine.ContactPoint2D[]" } + ], + "isStatic": false, + "name": "GetContacts", + "comment": "Returns the number of contacts placed in the contacts array.\n\n```plaintext\nParams: contactFilter - The contact filter used to filter the results differently, such as by layer mask, Z depth, or normal angle.\n contacts - An array of ContactPoint2D used to receive the results.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "contactFilter", + "typeName": "UnityEngine.ContactFilter2D" + }, + { + "name": "contacts", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "GetContacts", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "colliders", "typeName": "UnityEngine.Collider2D[]" } + ], + "isStatic": false, + "name": "GetContacts", + "comment": "Returns the number of contacts placed in the colliders array.\n\n```plaintext\nParams: colliders - An array of Collider2D used to receive the results.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "colliders", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "GetContacts", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "contactFilter", + "typeName": "UnityEngine.ContactFilter2D" + }, + { "name": "colliders", "typeName": "UnityEngine.Collider2D[]" } + ], + "isStatic": false, + "name": "GetContacts", + "comment": "Returns the number of colliders placed in the colliders array.\n\n```plaintext\nParams: contactFilter - The contact filter used to filter the results differently, such as by layer mask, Z depth, or normal angle.\n colliders - An array of Collider2D used to receive the results.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "contactFilter", + "typeName": "UnityEngine.ContactFilter2D" + }, + { + "name": "colliders", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "GetContacts", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "direction", "typeName": "UnityEngine.Vector2" }, + { "name": "results", "typeName": "UnityEngine.RaycastHit2D[]" } + ], + "isStatic": false, + "name": "Cast", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "direction", "typeName": "UnityEngine.Vector2" }, + { "name": "results", "typeName": "UnityEngine.RaycastHit2D[]" }, + { "name": "distance", "typeName": "float" } + ], + "isStatic": false, + "name": "Cast", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "direction", "typeName": "UnityEngine.Vector2" }, + { "name": "results", "typeName": "UnityEngine.RaycastHit2D[]" }, + { "name": "distance", "typeName": "float" }, + { "name": "ignoreSiblingColliders", "typeName": "bool" } + ], + "isStatic": false, + "name": "Cast", + "comment": "The number of results returned.\n\n```plaintext\nParams: direction - Vector representing the direction to cast the shape.\n results - Array to receive results.\n distance - Maximum distance over which to cast the shape.\n ignoreSiblingColliders - Determines whether the cast should ignore Colliders attached to the same Rigidbody2D (known as sibling Colliders).\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "direction", "typeName": "UnityEngine.Vector2" }, + { + "name": "contactFilter", + "typeName": "UnityEngine.ContactFilter2D" + }, + { "name": "results", "typeName": "UnityEngine.RaycastHit2D[]" } + ], + "isStatic": false, + "name": "Cast", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "direction", "typeName": "UnityEngine.Vector2" }, + { + "name": "contactFilter", + "typeName": "UnityEngine.ContactFilter2D" + }, + { "name": "results", "typeName": "UnityEngine.RaycastHit2D[]" }, + { "name": "distance", "typeName": "float" } + ], + "isStatic": false, + "name": "Cast", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "direction", "typeName": "UnityEngine.Vector2" }, + { + "name": "contactFilter", + "typeName": "UnityEngine.ContactFilter2D" + }, + { "name": "results", "typeName": "UnityEngine.RaycastHit2D[]" }, + { "name": "distance", "typeName": "float" }, + { "name": "ignoreSiblingColliders", "typeName": "bool" } + ], + "isStatic": false, + "name": "Cast", + "comment": "The number of results returned.\n\n```plaintext\nParams: direction - Vector representing the direction to cast the shape.\n contactFilter - Filter results defined by the contact filter.\n results - Array to receive results.\n distance - Maximum distance over which to cast the shape.\n ignoreSiblingColliders - Determines whether the cast should ignore Colliders attached to the same Rigidbody2D (known as sibling Colliders).\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "direction", "typeName": "UnityEngine.Vector2" }, + { + "name": "contactFilter", + "typeName": "UnityEngine.ContactFilter2D" + }, + { + "name": "results", + "typeName": "System.Collections.Generic.List" + }, + { "name": "distance", "typeName": "float" }, + { "name": "ignoreSiblingColliders", "typeName": "bool" } + ], + "isStatic": false, + "name": "Cast", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "direction", "typeName": "UnityEngine.Vector2" }, + { "name": "results", "typeName": "UnityEngine.RaycastHit2D[]" } + ], + "isStatic": false, + "name": "Raycast", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "direction", "typeName": "UnityEngine.Vector2" }, + { "name": "results", "typeName": "UnityEngine.RaycastHit2D[]" }, + { "name": "distance", "typeName": "float" } + ], + "isStatic": false, + "name": "Raycast", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "direction", "typeName": "UnityEngine.Vector2" }, + { "name": "results", "typeName": "UnityEngine.RaycastHit2D[]" }, + { "name": "distance", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" } + ], + "isStatic": false, + "name": "Raycast", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "direction", "typeName": "UnityEngine.Vector2" }, + { "name": "results", "typeName": "UnityEngine.RaycastHit2D[]" }, + { "name": "distance", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" }, + { "name": "minDepth", "typeName": "float" } + ], + "isStatic": false, + "name": "Raycast", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "direction", "typeName": "UnityEngine.Vector2" }, + { "name": "results", "typeName": "UnityEngine.RaycastHit2D[]" }, + { "name": "distance", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" }, + { "name": "minDepth", "typeName": "float" }, + { "name": "maxDepth", "typeName": "float" } + ], + "isStatic": false, + "name": "Raycast", + "comment": "The number of results returned.\n\n```plaintext\nParams: direction - Vector representing the direction of the ray.\n results - Array to receive results.\n distance - Maximum distance over which to cast the ray.\n layerMask - Filter to check objects only on specific layers.\n minDepth - Only include objects with a Z coordinate (depth) greater than this value.\n maxDepth - Only include objects with a Z coordinate (depth) less than this value.\n contactFilter - Filter results defined by the contact filter.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "direction", "typeName": "UnityEngine.Vector2" }, + { + "name": "contactFilter", + "typeName": "UnityEngine.ContactFilter2D" + }, + { "name": "results", "typeName": "UnityEngine.RaycastHit2D[]" } + ], + "isStatic": false, + "name": "Raycast", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "direction", "typeName": "UnityEngine.Vector2" }, + { + "name": "contactFilter", + "typeName": "UnityEngine.ContactFilter2D" + }, + { "name": "results", "typeName": "UnityEngine.RaycastHit2D[]" }, + { "name": "distance", "typeName": "float" } + ], + "isStatic": false, + "name": "Raycast", + "comment": "The number of results returned.\n\n```plaintext\nParams: direction - Vector representing the direction of the ray.\n results - Array to receive results.\n distance - Maximum distance over which to cast the ray.\n layerMask - Filter to check objects only on specific layers.\n minDepth - Only include objects with a Z coordinate (depth) greater than this value.\n maxDepth - Only include objects with a Z coordinate (depth) less than this value.\n contactFilter - Filter results defined by the contact filter.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "direction", "typeName": "UnityEngine.Vector2" }, + { + "name": "contactFilter", + "typeName": "UnityEngine.ContactFilter2D" + }, + { + "name": "results", + "typeName": "System.Collections.Generic.List" + }, + { "name": "distance", "typeName": "float" } + ], + "isStatic": false, + "name": "Raycast", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Vector2", + "params": [{ "name": "position", "typeName": "UnityEngine.Vector2" }], + "isStatic": false, + "name": "ClosestPoint", + "comment": "A point on the perimeter of this Collider that is closest to the specified position.\n\n```plaintext\nParams: position - The position from which to find the closest point on this Collider.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + } + ], + "name": "Collider2D", + "comment": "Parent class for collider types used with 2D gameplay.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.Collider2D", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "float", + "name": "radius", + "comment": "Radius of the circle.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "center", + "comment": "The center point of the collider in local space.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + } + ], + "name": "CircleCollider2D", + "comment": "Collider for 2D physics representing an circle.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.Collider2D", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Vector2", + "name": "size", + "comment": "The width and height of the capsule area.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "UnityEngine.CapsuleDirection2D", + "name": "direction", + "comment": "The direction that the capsule sides can extend.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + } + ], + "name": "CapsuleCollider2D", + "comment": "A capsule-shaped primitive collider.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.CompositeCollider2D.GeometryType", + "name": "Outlines", + "comment": "Sets the Composite Collider to generate closed outlines for the merged Collider geometry consisting of only edges.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "UnityEngine.CompositeCollider2D.GeometryType", + "name": "Polygons", + "comment": "Sets the Composite Collider to generate closed outlines for the merged Collider geometry consisting of convex polygon shapes.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.CompositeCollider2D.GeometryType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + } + ], + "name": "GeometryType", + "comment": "Specifies the type of geometry the Composite Collider generates.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.CompositeCollider2D.GenerationType", + "name": "Synchronous", + "comment": "Sets the Composite Collider geometry to update synchronously immediately when a Collider used by the Composite Collider changes.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "UnityEngine.CompositeCollider2D.GenerationType", + "name": "Manual", + "comment": "Sets the Composite Collider geometry to not automatically update when a Collider used by the Composite Collider changes.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.CompositeCollider2D.GenerationType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + } + ], + "name": "GenerationType", + "comment": "Specifies when to generate the Composite Collider geometry.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.Behaviour", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Rigidbody2D", + "name": "attachedRigidbody", + "comment": "The Rigidbody2D attached to the Joint2D.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "UnityEngine.Rigidbody2D", + "name": "connectedBody", + "comment": "The Rigidbody2D object to which the other end of the joint is attached (ie, the object without the joint component).\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "bool", + "name": "enableCollision", + "comment": "Should the two rigid bodies connected with this joint collide with each other?\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "float", + "name": "breakForce", + "comment": "The force that needs to be applied for this joint to break.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "float", + "name": "breakTorque", + "comment": "The torque that needs to be applied for this joint to break.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "reactionForce", + "comment": "Gets the reaction force of the joint.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "float", + "name": "reactionTorque", + "comment": "Gets the reaction torque of the joint.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "bool", + "name": "collideConnected", + "comment": "Can the joint collide with the other Rigidbody2D object to which it is attached?\n\n", + "location": "UnityEngine.Physics2DModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Vector2", + "params": [{ "name": "timeStep", "typeName": "float" }], + "isStatic": false, + "name": "GetReactionForce", + "comment": "The reaction force of the joint in the specified timeStep.\n\n```plaintext\nParams: timeStep - The time to calculate the reaction force for.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "timeStep", "typeName": "float" }], + "isStatic": false, + "name": "GetReactionTorque", + "comment": "The reaction torque of the joint in the specified timeStep.\n\n```plaintext\nParams: timeStep - The time to calculate the reaction torque for.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + } + ], + "name": "Joint2D", + "comment": "Parent class for joints to connect Rigidbody2D objects.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.Joint2D", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Vector2", + "name": "anchor", + "comment": "The joint's anchor point on the object that has the joint component.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "connectedAnchor", + "comment": "The joint's anchor point on the second object (ie, the one which doesn't have the joint component).\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "bool", + "name": "autoConfigureConnectedAnchor", + "comment": "Should the connectedAnchor be calculated automatically?\n\n", + "location": "UnityEngine.Physics2DModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + } + ], + "name": "AnchoredJoint2D", + "comment": "Parent class for all joints that have anchor points.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.AnchoredJoint2D", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "autoConfigureDistance", + "comment": "Should the distance be calculated automatically?\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "float", + "name": "distance", + "comment": "The distance the spring will try to keep between the two objects.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "float", + "name": "dampingRatio", + "comment": "The amount by which the spring force is reduced in proportion to the movement speed.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "float", + "name": "frequency", + "comment": "The frequency at which the spring oscillates around the distance distance between the objects.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + } + ], + "name": "SpringJoint2D", + "comment": "Joint that attempts to keep two Rigidbody2D objects a set distance apart by applying a force between them.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.AnchoredJoint2D", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "autoConfigureDistance", + "comment": "Should the distance be calculated automatically?\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "float", + "name": "distance", + "comment": "The distance separating the two ends of the joint.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "bool", + "name": "maxDistanceOnly", + "comment": "Whether to maintain a maximum distance only or not. If not then the absolute distance will be maintained instead.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + } + ], + "name": "DistanceJoint2D", + "comment": "Joint that keeps two Rigidbody2D objects a fixed distance apart.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "namespace": "UnityEngine.Rendering.VirtualTexturing", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "AllMips", + "comment": "Request all avalable mips.\n\n", + "location": "UnityEngine.VirtualTexturingModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "Update", + "comment": "Update the virtual texturing system.\n\n", + "location": "UnityEngine.VirtualTexturingModule.dll" + } + ], + "name": "System", + "comment": "The virtual texturing system.\n\n", + "location": "UnityEngine.VirtualTexturingModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.AnchoredJoint2D", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "float", + "name": "maxForce", + "comment": "The maximum force that can be generated when trying to maintain the friction joint constraint.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "float", + "name": "maxTorque", + "comment": "The maximum torque that can be generated when trying to maintain the friction joint constraint.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + } + ], + "name": "FrictionJoint2D", + "comment": "Applies both force and torque to reduce both the linear and angular velocities to zero.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.AnchoredJoint2D", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "useMotor", + "comment": "Should the joint be rotated automatically by a motor torque?\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "bool", + "name": "useLimits", + "comment": "Should limits be placed on the range of rotation?\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "UnityEngine.JointMotor2D", + "name": "motor", + "comment": "Parameters for the motor force applied to the joint.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "UnityEngine.JointAngleLimits2D", + "name": "limits", + "comment": "Limit of angular rotation (in degrees) on the joint.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "UnityEngine.JointLimitState2D", + "name": "limitState", + "comment": "Gets the state of the joint limit.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "float", + "name": "referenceAngle", + "comment": "The angle (in degrees) referenced between the two bodies used as the constraint for the joint.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "float", + "name": "jointAngle", + "comment": "The current joint angle (in degrees) with respect to the reference angle.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "float", + "name": "jointSpeed", + "comment": "The current joint speed.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Single", + "params": [{ "name": "timeStep", "typeName": "float" }], + "isStatic": false, + "name": "GetMotorTorque", + "comment": "Gets the motor torque of the joint given the specified timestep.\n\n```plaintext\nParams: timeStep - The time to calculate the motor torque for.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + } + ], + "name": "HingeJoint2D", + "comment": "Joint that allows a Rigidbody2D object to rotate around a point in space or a point on another object.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "namespace": "UnityEngine.Rendering.VirtualTexturing", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [ + { "name": "textures", "typeName": "UnityEngine.Texture[]" }, + { "name": "errorMessage", "typeName": "string" } + ], + "isStatic": true, + "name": "ValidateTextureStack", + "comment": "", + "location": "UnityEngine.VirtualTexturingModule.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": true, + "name": "QuerySupportedFormats", + "comment": "", + "location": "UnityEngine.VirtualTexturingModule.dll" + } + ], + "name": "EditorHelpers", + "comment": "", + "location": "UnityEngine.VirtualTexturingModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.Joint2D", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "float", + "name": "maxForce", + "comment": "The maximum force that can be generated when trying to maintain the relative joint constraint.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "float", + "name": "maxTorque", + "comment": "The maximum torque that can be generated when trying to maintain the relative joint constraint.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "float", + "name": "correctionScale", + "comment": "Scales both the linear and angular forces used to correct the required relative orientation.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "bool", + "name": "autoConfigureOffset", + "comment": "Should both the linearOffset and angularOffset be calculated automatically?\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "linearOffset", + "comment": "The current linear offset between the Rigidbody2D that the joint connects.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "float", + "name": "angularOffset", + "comment": "The current angular offset between the Rigidbody2D that the joint connects.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "target", + "comment": "The world-space position that is currently trying to be maintained.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + } + ], + "name": "RelativeJoint2D", + "comment": "Keeps two Rigidbody2D at their relative orientations.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.AnchoredJoint2D", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "autoConfigureAngle", + "comment": "Should the angle be calculated automatically?\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "float", + "name": "angle", + "comment": "The angle of the line in space (in degrees).\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "bool", + "name": "useMotor", + "comment": "Should a motor force be applied automatically to the Rigidbody2D?\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "bool", + "name": "useLimits", + "comment": "Should motion limits be used?\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "UnityEngine.JointMotor2D", + "name": "motor", + "comment": "Parameters for a motor force that is applied automatically to the Rigibody2D along the line.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "UnityEngine.JointTranslationLimits2D", + "name": "limits", + "comment": "Restrictions on how far the joint can slide in each direction along the line.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "UnityEngine.JointLimitState2D", + "name": "limitState", + "comment": "Gets the state of the joint limit.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "float", + "name": "referenceAngle", + "comment": "The angle (in degrees) referenced between the two bodies used as the constraint for the joint.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "float", + "name": "jointTranslation", + "comment": "The current joint translation.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "float", + "name": "jointSpeed", + "comment": "The current joint speed.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Single", + "params": [{ "name": "timeStep", "typeName": "float" }], + "isStatic": false, + "name": "GetMotorForce", + "comment": "Gets the motor force of the joint given the specified timestep.\n\n```plaintext\nParams: timeStep - The time to calculate the motor force for.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + } + ], + "name": "SliderJoint2D", + "comment": "Joint that restricts the motion of a Rigidbody2D object to a single line.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.Joint2D", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Vector2", + "name": "anchor", + "comment": "The local-space anchor on the rigid-body the joint is attached to.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "target", + "comment": "The world-space position that the joint will attempt to move the body to.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "bool", + "name": "autoConfigureTarget", + "comment": "Should the target be calculated automatically?\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "float", + "name": "maxForce", + "comment": "The maximum force that can be generated when trying to maintain the target joint constraint.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "float", + "name": "dampingRatio", + "comment": "The amount by which the target spring force is reduced in proportion to the movement speed.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "float", + "name": "frequency", + "comment": "The frequency at which the target spring oscillates around the target position.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + } + ], + "name": "TargetJoint2D", + "comment": "The joint attempts to move a Rigidbody2D to a specific target position.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.AnchoredJoint2D", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "float", + "name": "dampingRatio", + "comment": "The amount by which the spring force is reduced in proportion to the movement speed.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "float", + "name": "frequency", + "comment": "The frequency at which the spring oscillates around the distance between the objects.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "float", + "name": "referenceAngle", + "comment": "The angle referenced between the two bodies used as the constraint for the joint.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + } + ], + "name": "FixedJoint2D", + "comment": "Connects two Rigidbody2D together at their anchor points using a configurable spring.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.AnchoredJoint2D", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.JointSuspension2D", + "name": "suspension", + "comment": "Set the joint suspension configuration.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "bool", + "name": "useMotor", + "comment": "Should a motor force be applied automatically to the Rigidbody2D?\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "UnityEngine.JointMotor2D", + "name": "motor", + "comment": "Parameters for a motor force that is applied automatically to the Rigibody2D along the line.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "float", + "name": "jointTranslation", + "comment": "The current joint translation.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "float", + "name": "jointLinearSpeed", + "comment": "The current joint linear speed in meters/sec.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "float", + "name": "jointSpeed", + "comment": "The current joint rotational speed in degrees/sec.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "float", + "name": "jointAngle", + "comment": "The current joint angle (in degrees) defined as the relative angle between the two Rigidbody2D that the joint connects to.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Single", + "params": [{ "name": "timeStep", "typeName": "float" }], + "isStatic": false, + "name": "GetMotorTorque", + "comment": "Gets the motor torque of the joint given the specified timestep.\n\n```plaintext\nParams: timeStep - The time to calculate the motor torque for.\n \n```\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + } + ], + "name": "WheelJoint2D", + "comment": "The wheel joint allows the simulation of wheels by providing a constraining suspension motion with an optional motor.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "namespace": "UnityEngine.ParticleSystemJobs", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "jobData", + "typeName": "UnityEngine.ParticleSystemJobs.ParticleSystemJobData" + } + ], + "isStatic": false, + "name": "Execute", + "comment": "Implement this method to access and modify particle properties.\n\n```plaintext\nParams: jobData - Contains the particle properties.\n \n```\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "name": "IJobParticleSystem", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.Behaviour", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "useColliderMask", + "comment": "Should the collider-mask be used or the global collision matrix?\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "int", + "name": "colliderMask", + "comment": "The mask used to select specific layers allowed to interact with the effector.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + } + ], + "name": "Effector2D", + "comment": "A base class for all 2D effectors.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.CollisionFlags", + "name": "None", + "comment": "CollisionFlags is a bitmask returned by CharacterController.Move.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.CollisionFlags", + "name": "Sides", + "comment": "CollisionFlags is a bitmask returned by CharacterController.Move.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.CollisionFlags", + "name": "Above", + "comment": "CollisionFlags is a bitmask returned by CharacterController.Move.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.CollisionFlags", + "name": "Below", + "comment": "CollisionFlags is a bitmask returned by CharacterController.Move.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.CollisionFlags", + "name": "CollidedSides", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.CollisionFlags", + "name": "CollidedAbove", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.CollisionFlags", + "name": "CollidedBelow", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.CollisionFlags", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + } + ], + "name": "CollisionFlags", + "comment": "CollisionFlags is a bitmask returned by CharacterController.Move.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.Effector2D", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "float", + "name": "forceAngle", + "comment": "The angle of the force to be applied.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "bool", + "name": "useGlobalAngle", + "comment": "Should the forceAngle use global space?\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "float", + "name": "forceMagnitude", + "comment": "The magnitude of the force to be applied.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "float", + "name": "forceVariation", + "comment": "The variation of the magnitude of the force to be applied.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "float", + "name": "drag", + "comment": "The linear drag to apply to rigid-bodies.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "float", + "name": "angularDrag", + "comment": "The angular drag to apply to rigid-bodies.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "UnityEngine.EffectorSelection2D", + "name": "forceTarget", + "comment": "The target for where the effector applies any force.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "float", + "name": "forceDirection", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + } + ], + "name": "AreaEffector2D", + "comment": "Applies forces within an area.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "namespace": "UnityEngine.ParticleSystemJobs", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "jobData", + "typeName": "UnityEngine.ParticleSystemJobs.ParticleSystemJobData" + }, + { "name": "index", "typeName": "int" } + ], + "isStatic": false, + "name": "Execute", + "comment": "Implement this method to access and modify particle properties.\n\n```plaintext\nParams: jobData - Contains the particle properties.\n index - The index of the current particle.\n \n```\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "name": "IJobParticleSystemParallelFor", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.Effector2D", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "float", + "name": "surfaceLevel", + "comment": "Defines an arbitrary horizontal line that represents the fluid surface level.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "float", + "name": "density", + "comment": "The density of the fluid used to calculate the buoyancy forces.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "float", + "name": "linearDrag", + "comment": "A force applied to slow linear movement of any Collider2D in contact with the effector.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "float", + "name": "angularDrag", + "comment": "A force applied to slow angular movement of any Collider2D in contact with the effector.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "float", + "name": "flowAngle", + "comment": "The angle of the force used to similate fluid flow.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "float", + "name": "flowMagnitude", + "comment": "The magnitude of the force used to similate fluid flow.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "float", + "name": "flowVariation", + "comment": "The random variation of the force used to similate fluid flow.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + } + ], + "name": "BuoyancyEffector2D", + "comment": "Applies forces to simulate buoyancy, fluid-flow and fluid drag.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "namespace": "UnityEngine.Rendering.VirtualTexturing", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "debugTilesEnabled", + "comment": "", + "location": "UnityEngine.VirtualTexturingModule.dll" + }, + { + "typeName": "bool", + "name": "resolvingEnabled", + "comment": "", + "location": "UnityEngine.VirtualTexturingModule.dll" + }, + { + "typeName": "bool", + "name": "flushEveryTickEnabled", + "comment": "", + "location": "UnityEngine.VirtualTexturingModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Int32", + "params": [], + "isStatic": true, + "name": "GetNumHandles", + "comment": "", + "location": "UnityEngine.VirtualTexturingModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "debugHandle", + "typeName": "UnityEngine.Rendering.VirtualTexturing.Debugging.Handle" + }, + { "name": "index", "typeName": "int" } + ], + "isStatic": true, + "name": "GrabHandleInfo", + "comment": "", + "location": "UnityEngine.VirtualTexturingModule.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": true, + "name": "GetInfoDump", + "comment": "", + "location": "UnityEngine.VirtualTexturingModule.dll" + } + ], + "name": "Debugging", + "comment": "", + "location": "UnityEngine.VirtualTexturingModule.dll" + }, + { + "namespace": "UnityEngine.ParticleSystemJobs", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "jobData", + "typeName": "UnityEngine.ParticleSystemJobs.ParticleSystemJobData" + }, + { "name": "startIndex", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "Execute", + "comment": "Implement this method to access and modify particle properties.\n\n```plaintext\nParams: jobData - Contains the particle properties.\n startIndex - The first particle index that this job should process.\n count - The number of particles that this job should process.\n \n```\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "name": "IJobParticleSystemParallelForBatch", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.Effector2D", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "float", + "name": "forceMagnitude", + "comment": "The magnitude of the force to be applied.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "float", + "name": "forceVariation", + "comment": "The variation of the magnitude of the force to be applied.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "float", + "name": "distanceScale", + "comment": "The scale applied to the calculated distance between source and target.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "float", + "name": "drag", + "comment": "The linear drag to apply to rigid-bodies.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "float", + "name": "angularDrag", + "comment": "The angular drag to apply to rigid-bodies.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "UnityEngine.EffectorSelection2D", + "name": "forceSource", + "comment": "The source which is used to calculate the centroid point of the effector. The distance from the target is defined from this point.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "UnityEngine.EffectorSelection2D", + "name": "forceTarget", + "comment": "The target for where the effector applies any force.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "UnityEngine.EffectorForceMode2D", + "name": "forceMode", + "comment": "The mode used to apply the effector force.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + } + ], + "name": "PointEffector2D", + "comment": "Applies forces to attract/repulse against a point.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.Effector2D", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "useOneWay", + "comment": "Should the one-way collision behaviour be used?\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "bool", + "name": "useOneWayGrouping", + "comment": "Ensures that all contacts controlled by the one-way behaviour act the same.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "bool", + "name": "useSideFriction", + "comment": "Should friction be used on the platform sides?\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "bool", + "name": "useSideBounce", + "comment": "Should bounce be used on the platform sides?\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "float", + "name": "surfaceArc", + "comment": "The angle of an arc that defines the surface of the platform centered of the local 'up' of the effector.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "float", + "name": "sideArc", + "comment": "The angle of an arc that defines the sides of the platform centered on the local 'left' and 'right' of the effector. Any collision normals within this arc are considered for the 'side' behaviours.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "float", + "name": "rotationalOffset", + "comment": "The rotational offset angle from the local 'up'.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "bool", + "name": "oneWay", + "comment": "Whether to use one-way collision behaviour or not.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "bool", + "name": "sideFriction", + "comment": "Whether friction should be used on the platform sides or not.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "bool", + "name": "sideBounce", + "comment": "Whether bounce should be used on the platform sides or not.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "float", + "name": "sideAngleVariance", + "comment": "The angle variance centered on the sides of the platform. Zero angle only matches sides 90-degree to the platform \"top\".\n\n", + "location": "UnityEngine.Physics2DModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + } + ], + "name": "PlatformEffector2D", + "comment": "Applies \"platform\" behaviour such as one-way collisions etc.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.Effector2D", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "float", + "name": "speed", + "comment": "The speed to be maintained along the surface.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "float", + "name": "speedVariation", + "comment": "The speed variation (from zero to the variation) added to base speed to be applied.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "float", + "name": "forceScale", + "comment": "The scale of the impulse force applied while attempting to reach the surface speed.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "bool", + "name": "useContactForce", + "comment": "Should the impulse force but applied to the contact point?\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "bool", + "name": "useFriction", + "comment": "Should friction be used for any contact with the surface?\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "bool", + "name": "useBounce", + "comment": "Should bounce be used for any contact with the surface?\n\n", + "location": "UnityEngine.Physics2DModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + } + ], + "name": "SurfaceEffector2D", + "comment": "Applies tangent forces along the surfaces of colliders.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "namespace": "UnityEngine.ParticleSystemJobs", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "JobHandle", + "params": [ + { "name": "ps", "typeName": "UnityEngine.ParticleSystem" }, + { "name": "dependsOn", "typeName": "Unity.Jobs.JobHandle" } + ], + "isStatic": false, + "name": "Schedule", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "JobHandle", + "params": [ + { "name": "ps", "typeName": "UnityEngine.ParticleSystem" }, + { "name": "minIndicesPerJobCount", "typeName": "int" }, + { "name": "dependsOn", "typeName": "Unity.Jobs.JobHandle" } + ], + "isStatic": false, + "name": "Schedule", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "JobHandle", + "params": [ + { "name": "ps", "typeName": "UnityEngine.ParticleSystem" }, + { "name": "innerLoopBatchCount", "typeName": "int" }, + { "name": "dependsOn", "typeName": "Unity.Jobs.JobHandle" } + ], + "isStatic": false, + "name": "ScheduleBatch", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "name": "IParticleSystemJobExtensions", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.Behaviour", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + } + ], + "name": "PhysicsUpdateBehaviour2D", + "comment": "A base type for 2D physics components that required a callback during FixedUpdate.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "namespace": "UnityEngine.ParticleSystemJobs", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "Unity.Collections.NativeArray", + "name": "x", + "comment": "The x-axis value for each particle.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "Unity.Collections.NativeArray", + "name": "y", + "comment": "The y-axis value for each particle.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "Unity.Collections.NativeArray", + "name": "z", + "comment": "The z-axis value for each particle.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "this[]", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "name": "ParticleSystemNativeArray3", + "comment": "A container to hold x, y, and z-axis data for particles.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.QueryTriggerInteraction", + "name": "UseGlobal", + "comment": "Queries use the global Physics.queriesHitTriggers setting.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.QueryTriggerInteraction", + "name": "Ignore", + "comment": "Queries never report Trigger hits.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.QueryTriggerInteraction", + "name": "Collide", + "comment": "Queries always report Trigger hits.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.QueryTriggerInteraction", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + } + ], + "name": "QueryTriggerInteraction", + "comment": "Overrides the global Physics.queriesHitTriggers.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "namespace": "UnityEngine.Rendering.VirtualTexturing", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "long", + "name": "handle", + "comment": "", + "location": "UnityEngine.VirtualTexturingModule.dll" + }, + { + "typeName": "string", + "name": "group", + "comment": "", + "location": "UnityEngine.VirtualTexturingModule.dll" + }, + { + "typeName": "string", + "name": "name", + "comment": "", + "location": "UnityEngine.VirtualTexturingModule.dll" + }, + { + "typeName": "int", + "name": "numLayers", + "comment": "", + "location": "UnityEngine.VirtualTexturingModule.dll" + }, + { + "typeName": "UnityEngine.Material", + "name": "material", + "comment": "", + "location": "UnityEngine.VirtualTexturingModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.VirtualTexturingModule.dll" + } + ], + "name": "Handle", + "comment": "", + "location": "UnityEngine.VirtualTexturingModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.PhysicsUpdateBehaviour2D", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Vector2", + "name": "force", + "comment": "The linear force applied to the rigidbody each physics update.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "relativeForce", + "comment": "The linear force, relative to the rigid-body coordinate system, applied each physics update.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "typeName": "float", + "name": "torque", + "comment": "The torque applied to the rigidbody each physics update.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.Physics2DModule.dll" + } + ], + "name": "ConstantForce2D", + "comment": "Applies both linear and angular (torque) forces continuously to the rigidbody each physics update.\n\n", + "location": "UnityEngine.Physics2DModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.CollisionDetectionMode", + "name": "Discrete", + "comment": "Continuous collision detection is off for this Rigidbody.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.CollisionDetectionMode", + "name": "Continuous", + "comment": "Continuous collision detection is on for colliding with static mesh geometry.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.CollisionDetectionMode", + "name": "ContinuousDynamic", + "comment": "Continuous collision detection is on for colliding with static and dynamic geometry.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.CollisionDetectionMode", + "name": "ContinuousSpeculative", + "comment": "Speculative continuous collision detection is on for static and dynamic geometries\n\n", + "location": "UnityEngine.PhysicsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.CollisionDetectionMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + } + ], + "name": "CollisionDetectionMode", + "comment": "The collision detection mode constants used for Rigidbody.collisionDetectionMode.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "namespace": "UnityEngine.ParticleSystemJobs", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "Unity.Collections.NativeArray", + "name": "x", + "comment": "The x-axis value for each particle.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "Unity.Collections.NativeArray", + "name": "y", + "comment": "The y-axis value for each particle.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "Unity.Collections.NativeArray", + "name": "z", + "comment": "The z-axis value for each particle.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "Unity.Collections.NativeArray", + "name": "w", + "comment": "The w-axis value for each particle.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.Vector4", + "name": "this[]", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "name": "ParticleSystemNativeArray4", + "comment": "A container to hold 4 arrays of data for particles.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.RigidbodyConstraints", + "name": "None", + "comment": "No constraints.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.RigidbodyConstraints", + "name": "FreezePositionX", + "comment": "Freeze motion along the X-axis.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.RigidbodyConstraints", + "name": "FreezePositionY", + "comment": "Freeze motion along the Y-axis.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.RigidbodyConstraints", + "name": "FreezePositionZ", + "comment": "Freeze motion along the Z-axis.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.RigidbodyConstraints", + "name": "FreezeRotationX", + "comment": "Freeze rotation along the X-axis.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.RigidbodyConstraints", + "name": "FreezeRotationY", + "comment": "Freeze rotation along the Y-axis.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.RigidbodyConstraints", + "name": "FreezeRotationZ", + "comment": "Freeze rotation along the Z-axis.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.RigidbodyConstraints", + "name": "FreezePosition", + "comment": "Freeze motion along all axes.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.RigidbodyConstraints", + "name": "FreezeRotation", + "comment": "Freeze rotation along all axes.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.RigidbodyConstraints", + "name": "FreezeAll", + "comment": "Freeze rotation and motion along all axes.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.RigidbodyConstraints", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + } + ], + "name": "RigidbodyConstraints", + "comment": "Use these flags to constrain motion of Rigidbodies.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "namespace": "UnityEngine.Rendering.VirtualTexturing", + "baseClass": "object", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "int", + "name": "CurrentWidth", + "comment": "Width of the texture that the internal buffers can hold.\n\n", + "location": "UnityEngine.VirtualTexturingModule.dll" + }, + { + "typeName": "int", + "name": "CurrentHeight", + "comment": ">Height of the texture that the internal buffers can hold.\n\n", + "location": "UnityEngine.VirtualTexturingModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Create a new VirtualTextureResolver object.\n\n", + "location": "UnityEngine.VirtualTexturingModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "Disposes this object.\n\n", + "location": "UnityEngine.VirtualTexturingModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "width", "typeName": "int" }, + { "name": "height", "typeName": "int" } + ], + "isStatic": false, + "name": "UpdateSize", + "comment": "Update the internal buffers.\n\n```plaintext\nParams: width - Width of the texture passed in during Process.\n height - Height of the texture passed in during Process.\n \n```\n\n", + "location": "UnityEngine.VirtualTexturingModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "cmd", + "typeName": "UnityEngine.Rendering.CommandBuffer" + }, + { + "name": "rt", + "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" + } + ], + "isStatic": false, + "name": "Process", + "comment": "Process the passed in feedback texture.\n\n```plaintext\nParams: cmd - The commandbuffer used to schedule processing.\n rt - Texture containing the feedback data.\n x - X position of the subrect that is processed.\n width - Width of the subrect that is processed.\n y - Y position of the subrect that is processed.\n height - Height of the subrect that is processed.\n mip - Miplevel of the texture to process.\n slice - Arrayslice of the texture to process.\n \n```\n\n", + "location": "UnityEngine.VirtualTexturingModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "cmd", + "typeName": "UnityEngine.Rendering.CommandBuffer" + }, + { + "name": "rt", + "typeName": "UnityEngine.Rendering.RenderTargetIdentifier" + }, + { "name": "x", "typeName": "int" }, + { "name": "width", "typeName": "int" }, + { "name": "y", "typeName": "int" }, + { "name": "height", "typeName": "int" }, + { "name": "mip", "typeName": "int" }, + { "name": "slice", "typeName": "int" } + ], + "isStatic": false, + "name": "Process", + "comment": "Process the passed in feedback texture.\n\n```plaintext\nParams: cmd - The commandbuffer used to schedule processing.\n rt - Texture containing the feedback data.\n x - X position of the subrect that is processed.\n width - Width of the subrect that is processed.\n y - Y position of the subrect that is processed.\n height - Height of the subrect that is processed.\n mip - Miplevel of the texture to process.\n slice - Arrayslice of the texture to process.\n \n```\n\n", + "location": "UnityEngine.VirtualTexturingModule.dll" + } + ], + "name": "Resolver", + "comment": "Class responsable for virtual texturing feedback analysis.\n\n", + "location": "UnityEngine.VirtualTexturingModule.dll" + }, + { + "namespace": "UnityEngine.ParticleSystemJobs", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "count", + "comment": "Specifies the number of particles alive in the Particle System.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemJobs.ParticleSystemNativeArray3", + "name": "positions", + "comment": "The position of each particle.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemJobs.ParticleSystemNativeArray3", + "name": "velocities", + "comment": "The velocity of each particle.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemJobs.ParticleSystemNativeArray3", + "name": "axisOfRotations", + "comment": "Specifies an axis of rotation for each particles, in radians.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemJobs.ParticleSystemNativeArray3", + "name": "rotations", + "comment": "The rotation of each particle.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemJobs.ParticleSystemNativeArray3", + "name": "rotationalSpeeds", + "comment": "The angular velocity of each particle.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemJobs.ParticleSystemNativeArray3", + "name": "sizes", + "comment": "The size of each particle.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "Unity.Collections.NativeArray", + "name": "startColors", + "comment": "The initial color of each particle.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "Unity.Collections.NativeArray", + "name": "aliveTimePercent", + "comment": "Specifies how long each particle has been alive.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "Unity.Collections.NativeArray", + "name": "inverseStartLifetimes", + "comment": "The lifetime of each particle, stored as 1.0f / lifetime.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "Unity.Collections.NativeArray", + "name": "randomSeeds", + "comment": "The random seed assigned to each particle.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemJobs.ParticleSystemNativeArray4", + "name": "customData1", + "comment": "This array contains the custom data values when you use a CustomDataModule, or when you call SetCustomParticleData.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemJobs.ParticleSystemNativeArray4", + "name": "customData2", + "comment": "This array contains the custom data values when you use a CustomDataModule, or when you call SetCustomParticleData.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "Unity.Collections.NativeArray", + "name": "meshIndices", + "comment": "Specifies a mesh index for each particle.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "name": "ParticleSystemJobData", + "comment": "This struct specifies all the per-particle data.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.ForceMode", + "name": "Force", + "comment": "Add a continuous force to the rigidbody, using its mass.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.ForceMode", + "name": "Acceleration", + "comment": "Add a continuous acceleration to the rigidbody, ignoring its mass.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.ForceMode", + "name": "Impulse", + "comment": "Add an instant force impulse to the rigidbody, using its mass.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.ForceMode", + "name": "VelocityChange", + "comment": "Add an instant velocity change to the rigidbody, ignoring its mass.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.ForceMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + } + ], + "name": "ForceMode", + "comment": "Use ForceMode to specify how to apply a force using Rigidbody.AddForce.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "namespace": "UnityEngine.Rendering.VirtualTexturing", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "format", + "comment": "Format of the cache these settings are applied to.\n\n", + "location": "UnityEngine.VirtualTexturingModule.dll" + }, + { + "typeName": "uint", + "name": "sizeInMegaBytes", + "comment": "Size in MegaBytes of the cache created with these settings.\n\n", + "location": "UnityEngine.VirtualTexturingModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.VirtualTexturingModule.dll" + } + ], + "name": "GPUCacheSetting", + "comment": "Settings for a virtual texturing GPU cache.\n\n", + "location": "UnityEngine.VirtualTexturingModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.ConfigurableJointMotion", + "name": "Locked", + "comment": "Motion along the axis will be locked.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.ConfigurableJointMotion", + "name": "Limited", + "comment": "Motion along the axis will be limited by the respective limit.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.ConfigurableJointMotion", + "name": "Free", + "comment": "Motion along the axis will be completely free and completely unconstrained.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.ConfigurableJointMotion", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + } + ], + "name": "ConfigurableJointMotion", + "comment": "Constrains movement for a ConfigurableJoint along the 6 axes.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.JointDriveMode", + "name": "None", + "comment": "Don't apply any forces to reach the target.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.JointDriveMode", + "name": "Position", + "comment": "Try to reach the specified target position.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.JointDriveMode", + "name": "Velocity", + "comment": "Try to reach the specified target velocity.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.JointDriveMode", + "name": "PositionAndVelocity", + "comment": "Try to reach the specified target position and velocity.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.JointDriveMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + } + ], + "name": "JointDriveMode", + "comment": "The ConfigurableJoint attempts to attain position / velocity targets based on this flag.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.RotationDriveMode", + "name": "XYAndZ", + "comment": "Use XY & Z Drive.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.RotationDriveMode", + "name": "Slerp", + "comment": "Use Slerp drive.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.RotationDriveMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + } + ], + "name": "RotationDriveMode", + "comment": "Control ConfigurableJoint's rotation with either X & YZ or Slerp Drive.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.JointProjectionMode", + "name": "None", + "comment": "Don't snap at all.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.JointProjectionMode", + "name": "PositionAndRotation", + "comment": "Snap both position and rotation.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.JointProjectionMode", + "name": "PositionOnly", + "comment": "Snap Position only.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.JointProjectionMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + } + ], + "name": "JointProjectionMode", + "comment": "Determines how to snap physics joints back to its constrained position when it drifts off too much.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.MeshColliderCookingOptions", + "name": "None", + "comment": "No optional cooking steps will be run.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.MeshColliderCookingOptions", + "name": "InflateConvexMesh", + "comment": "Allow the physics engine to increase the volume of the input mesh in attempt to generate a valid convex mesh.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.MeshColliderCookingOptions", + "name": "CookForFasterSimulation", + "comment": "Toggle between cooking for faster simulation or faster cooking time.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.MeshColliderCookingOptions", + "name": "EnableMeshCleaning", + "comment": "Toggle cleaning of the mesh.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.MeshColliderCookingOptions", + "name": "WeldColocatedVertices", + "comment": "Toggle the removal of equal vertices.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.MeshColliderCookingOptions", + "name": "UseFastMidphase", + "comment": "Determines whether to use the fast midphase structure that doesn't require R-trees (only available on Desktop targets).\n\n", + "location": "UnityEngine.PhysicsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.MeshColliderCookingOptions", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + } + ], + "name": "MeshColliderCookingOptions", + "comment": "Cooking options that are available with MeshCollider.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "namespace": "UnityEngine.Rendering.VirtualTexturing", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Rendering.VirtualTexturing.FilterMode", + "name": "Bilinear", + "comment": "Bilinear filtering.\n\n", + "location": "UnityEngine.VirtualTexturingModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.VirtualTexturing.FilterMode", + "name": "Trilinear", + "comment": "Trilinear filtering.\n\n", + "location": "UnityEngine.VirtualTexturingModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Rendering.VirtualTexturing.FilterMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.VirtualTexturingModule.dll" + } + ], + "name": "FilterMode", + "comment": "Filtering modes available in the virtual texturing system.\n\n", + "location": "UnityEngine.VirtualTexturingModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "float", + "name": "extremumSlip", + "comment": "Extremum point slip (default 1).\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "float", + "name": "extremumValue", + "comment": "Force at the extremum slip (default 20000).\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "float", + "name": "asymptoteSlip", + "comment": "Asymptote point slip (default 2).\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "float", + "name": "asymptoteValue", + "comment": "Force at the asymptote slip (default 10000).\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "float", + "name": "stiffness", + "comment": "Multiplier for the extremumValue and asymptoteValue values (default 1).\n\n", + "location": "UnityEngine.PhysicsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + } + ], + "name": "WheelFrictionCurve", + "comment": "WheelFrictionCurve is used by the WheelCollider to describe friction properties of the wheel tire.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "namespace": "UnityEngine.Rendering.VirtualTexturing", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "mat", "typeName": "UnityEngine.Material" }, + { "name": "stackNameId", "typeName": "int" }, + { "name": "r", "typeName": "UnityEngine.Rect" }, + { "name": "mipMap", "typeName": "int" }, + { "name": "numMips", "typeName": "int" } + ], + "isStatic": true, + "name": "RequestRegion", + "comment": "Make a rectangle in UV space resident for a given Virtual Texture Stack.\n\n```plaintext\nParams: mat - The Material that contains the Virtual Texture Stack. The Virtual Texture Stacks contained in a Material are declared in the Material's Shader.\n stackNameId - The unique identifier for the name of the Virtual Texture Stack, as declared in the Shader. To find the identifier for a given Shader property name, use Shader.PropertyToID.\n r - The rectangle in 0-1 UV space to make resident. Anything outside the [ 0...1 [ x [ 0...1 [ rectangle will be silently ignored.\n mipMap - The mip level to make resident. Mips are numbered from 0 (= full resolution) to n (= lowest resolution) where n is the mipmap level what is a single tile in size. Requesting invalid mips is silently ignored.\n numMips - The number of mip levels starting from 'mipMap' to make resident. Requesting invalid mips is silently ignored.\n \n```\n\n", + "location": "UnityEngine.VirtualTexturingModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "mat", "typeName": "UnityEngine.Material" }, + { "name": "stackNameId", "typeName": "int" }, + { "name": "width", "typeName": "int" }, + { "name": "height", "typeName": "int" } + ], + "isStatic": true, + "name": "GetTextureStackSize", + "comment": "", + "location": "UnityEngine.VirtualTexturingModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "sizeInMegabytes", "typeName": "int" }], + "isStatic": true, + "name": "SetCPUCacheSize", + "comment": "Sets the CPU cache size (in MegaBytes) used by Streaming Virtual Texturing.\n\n", + "location": "UnityEngine.VirtualTexturingModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "cacheSettings", + "typeName": "UnityEngine.Rendering.VirtualTexturing.GPUCacheSetting[]" + } + ], + "isStatic": true, + "name": "SetGPUCacheSettings", + "comment": "Sets the GPU cache settings used by Streaming Virtual Texturing.\n\n", + "location": "UnityEngine.VirtualTexturingModule.dll" + } + ], + "name": "Streaming", + "comment": "Static class representing the Streaming Virtual Texturing system.\n\n", + "location": "UnityEngine.VirtualTexturingModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "float", + "name": "limit", + "comment": "The limit position/angle of the joint (in degrees).\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "float", + "name": "spring", + "comment": "If greater than zero, the limit is soft. The spring will pull the joint back.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "float", + "name": "damper", + "comment": "If spring is greater than zero, the limit is soft.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "float", + "name": "bounciness", + "comment": "When the joint hits the limit, it can be made to bounce off it.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "float", + "name": "contactDistance", + "comment": "Determines how far ahead in space the solver can \"see\" the joint limit.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "float", + "name": "bouncyness", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + } + ], + "name": "SoftJointLimit", + "comment": "The limits defined by the CharacterJoint.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "float", + "name": "spring", + "comment": "The stiffness of the spring limit. When stiffness is zero the limit is hard, otherwise soft.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "float", + "name": "damper", + "comment": "The damping of the spring limit. In effect when the stiffness of the sprint limit is not zero.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + } + ], + "name": "SoftJointLimitSpring", + "comment": "The configuration of the spring attached to the joint's limits: linear and angular. Used by CharacterJoint and ConfigurableJoint.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.Object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "float", + "name": "bounciness", + "comment": "How bouncy is the surface? A value of 0 will not bounce. A value of 1 will bounce without any loss of energy.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "float", + "name": "dynamicFriction", + "comment": "The friction used when already moving. This value is usually between 0 and 1.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "float", + "name": "staticFriction", + "comment": "The friction coefficient used when an object is lying on a surface.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.PhysicMaterialCombine", + "name": "frictionCombine", + "comment": "Determines how the friction is combined.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.PhysicMaterialCombine", + "name": "bounceCombine", + "comment": "Determines how the bounciness is combined.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "float", + "name": "bouncyness", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "frictionDirection2", + "comment": "The direction of anisotropy. Anisotropic friction is enabled if the vector is not zero.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "float", + "name": "dynamicFriction2", + "comment": "If anisotropic friction is enabled, dynamicFriction2 will be applied along frictionDirection2.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "float", + "name": "staticFriction2", + "comment": "If anisotropic friction is enabled, staticFriction2 will be applied along frictionDirection2.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "frictionDirection", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Creates a new material.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "Creates a new material named name.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + } + ], + "name": "PhysicMaterial", + "comment": "Physics material describes how to handle colliding objects (friction, bounciness).\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "namespace": "UnityEngine.Rendering.VirtualTexturing", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "sizeInMegabytes", "typeName": "int" }], + "isStatic": true, + "name": "SetCPUCacheSize", + "comment": "Sets the Procedural Virtual Texturing CPU cache size (in MegaBytes).\n\n", + "location": "UnityEngine.VirtualTexturingModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": true, + "name": "GetCPUCacheSize", + "comment": "The size of the CPU caches.\n\n", + "location": "UnityEngine.VirtualTexturingModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "cacheSettings", + "typeName": "UnityEngine.Rendering.VirtualTexturing.GPUCacheSetting[]" + } + ], + "isStatic": true, + "name": "SetGPUCacheSettings", + "comment": "Sets the Procedural Virtual Texturing GPU cache settings.\n\n", + "location": "UnityEngine.VirtualTexturingModule.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": true, + "name": "GetGPUCacheSettings", + "comment": "An array of GPU cache settings.\n\n", + "location": "UnityEngine.VirtualTexturingModule.dll" + } + ], + "name": "Procedural", + "comment": "Static class representing the Procedural Virtual Texturing system.\n\n", + "location": "UnityEngine.VirtualTexturingModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.JointDriveMode", + "name": "mode", + "comment": "Whether the drive should attempt to reach position, velocity, both or nothing.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "float", + "name": "positionSpring", + "comment": "Strength of a rubber-band pull toward the defined direction. Only used if mode includes Position.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "float", + "name": "positionDamper", + "comment": "Resistance strength against the Position Spring. Only used if mode includes Position.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "float", + "name": "maximumForce", + "comment": "Amount of force applied to push the object toward the defined direction.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + } + ], + "name": "JointDrive", + "comment": "How the joint's movement will behave along its local X axis.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Collider", + "name": "collider", + "comment": "The Collider that was hit.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "point", + "comment": "The impact point in world space where the ray hit the collider.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "normal", + "comment": "The normal of the surface the ray hit.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "barycentricCoordinate", + "comment": "The barycentric coordinate of the triangle we hit.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "float", + "name": "distance", + "comment": "The distance from the ray's origin to the impact point.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "int", + "name": "triangleIndex", + "comment": "The index of the triangle that was hit.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "textureCoord", + "comment": "The uv texture coordinate at the collision location.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "textureCoord2", + "comment": "The secondary uv texture coordinate at the impact point.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "textureCoord1", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.Transform", + "name": "transform", + "comment": "The Transform of the rigidbody or collider that was hit.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.Rigidbody", + "name": "rigidbody", + "comment": "The Rigidbody of the collider that was hit. If the collider is not attached to a rigidbody then it is null.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.ArticulationBody", + "name": "articulationBody", + "comment": "The ArticulationBody of the collider that was hit. If the collider is not attached to an articulation body then it is null.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "lightmapCoord", + "comment": "The uv lightmap coordinate at the impact point.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + } + ], + "name": "RaycastHit", + "comment": "Structure used to get information back from a raycast.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.RigidbodyInterpolation", + "name": "None", + "comment": "No Interpolation.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.RigidbodyInterpolation", + "name": "Interpolate", + "comment": "Interpolation will always lag a little bit behind but can be smoother than extrapolation.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.RigidbodyInterpolation", + "name": "Extrapolate", + "comment": "Extrapolation will predict the position of the rigidbody based on the current velocity.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.RigidbodyInterpolation", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + } + ], + "name": "RigidbodyInterpolation", + "comment": "Rigidbody interpolation mode.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "float", + "name": "targetVelocity", + "comment": "The motor will apply a force up to force to achieve targetVelocity.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "float", + "name": "force", + "comment": "The motor will apply a force.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "bool", + "name": "freeSpin", + "comment": "If freeSpin is enabled the motor will only accelerate but never slow down.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + } + ], + "name": "JointMotor", + "comment": "The JointMotor is used to motorize a joint.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.Component", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Vector3", + "name": "velocity", + "comment": "The velocity vector of the rigidbody. It represents the rate of change of Rigidbody position.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "angularVelocity", + "comment": "The angular velocity vector of the rigidbody measured in radians per second.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "float", + "name": "drag", + "comment": "The drag of the object.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "float", + "name": "angularDrag", + "comment": "The angular drag of the object.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "float", + "name": "mass", + "comment": "The mass of the rigidbody.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "bool", + "name": "useGravity", + "comment": "Controls whether gravity affects this rigidbody.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "float", + "name": "maxDepenetrationVelocity", + "comment": "Maximum velocity of a rigidbody when moving out of penetrating state.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "bool", + "name": "isKinematic", + "comment": "Controls whether physics affects the rigidbody.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "bool", + "name": "freezeRotation", + "comment": "Controls whether physics will change the rotation of the object.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.RigidbodyConstraints", + "name": "constraints", + "comment": "Controls which degrees of freedom are allowed for the simulation of this Rigidbody.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.CollisionDetectionMode", + "name": "collisionDetectionMode", + "comment": "The Rigidbody's collision detection mode.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "centerOfMass", + "comment": "The center of mass relative to the transform's origin.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "worldCenterOfMass", + "comment": "The center of mass of the rigidbody in world space (Read Only).\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.Quaternion", + "name": "inertiaTensorRotation", + "comment": "The rotation of the inertia tensor.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "inertiaTensor", + "comment": "The inertia tensor of this body, defined as a diagonal matrix in a reference frame positioned at this body's center of mass and rotated by Rigidbody.inertiaTensorRotation.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "bool", + "name": "detectCollisions", + "comment": "Should collision detection be enabled? (By default always enabled).\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "position", + "comment": "The position of the rigidbody.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.Quaternion", + "name": "rotation", + "comment": "The rotation of the Rigidbody.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.RigidbodyInterpolation", + "name": "interpolation", + "comment": "Interpolation allows you to smooth out the effect of running physics at a fixed frame rate.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "int", + "name": "solverIterations", + "comment": "The solverIterations determines how accurately Rigidbody joints and collision contacts are resolved. Overrides Physics.defaultSolverIterations. Must be positive.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "float", + "name": "sleepThreshold", + "comment": "The mass-normalized energy threshold, below which objects start going to sleep.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "float", + "name": "maxAngularVelocity", + "comment": "The maximimum angular velocity of the rigidbody measured in radians per second. (Default 7) range { 0, infinity }.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "int", + "name": "solverVelocityIterations", + "comment": "The solverVelocityIterations affects how how accurately Rigidbody joints and collision contacts are resolved. Overrides Physics.defaultSolverVelocityIterations. Must be positive.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "float", + "name": "sleepVelocity", + "comment": "The linear velocity below which objects start going to sleep. (Default 0.14) range { 0, infinity }.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "float", + "name": "sleepAngularVelocity", + "comment": "The angular velocity below which objects start going to sleep. (Default 0.14) range { 0, infinity }.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "bool", + "name": "useConeFriction", + "comment": "Force cone friction to be used for this rigidbody.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "int", + "name": "solverIterationCount", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "int", + "name": "solverVelocityIterationCount", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "density", "typeName": "float" }], + "isStatic": false, + "name": "SetDensity", + "comment": "Sets the mass based on the attached colliders assuming a constant density.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "position", "typeName": "UnityEngine.Vector3" }], + "isStatic": false, + "name": "MovePosition", + "comment": "Moves the kinematic Rigidbody towards position.\n\n```plaintext\nParams: position - Provides the new position for the Rigidbody object.\n \n```\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "rot", "typeName": "UnityEngine.Quaternion" }], + "isStatic": false, + "name": "MoveRotation", + "comment": "Rotates the rigidbody to rotation.\n\n```plaintext\nParams: rot - The new rotation for the Rigidbody.\n \n```\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Sleep", + "comment": "Forces a rigidbody to sleep at least one frame.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "IsSleeping", + "comment": "Is the rigidbody sleeping?\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "WakeUp", + "comment": "Forces a rigidbody to wake up.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ResetCenterOfMass", + "comment": "Reset the center of mass of the rigidbody.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ResetInertiaTensor", + "comment": "Reset the inertia tensor value and rotation.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Vector3", + "params": [ + { "name": "relativePoint", "typeName": "UnityEngine.Vector3" } + ], + "isStatic": false, + "name": "GetRelativePointVelocity", + "comment": "The velocity relative to the rigidbody at the point relativePoint.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Vector3", + "params": [ + { "name": "worldPoint", "typeName": "UnityEngine.Vector3" } + ], + "isStatic": false, + "name": "GetPointVelocity", + "comment": "The velocity of the rigidbody at the point worldPoint in global space.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "a", "typeName": "float" }], + "isStatic": false, + "name": "SetMaxAngularVelocity", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "force", "typeName": "UnityEngine.Vector3" }, + { "name": "mode", "typeName": "UnityEngine.ForceMode" } + ], + "isStatic": false, + "name": "AddForce", + "comment": "Adds a force to the Rigidbody.\n\n```plaintext\nParams: force - Force vector in world coordinates.\n mode - Type of force to apply.\n \n```\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "force", "typeName": "UnityEngine.Vector3" }], + "isStatic": false, + "name": "AddForce", + "comment": "Adds a force to the Rigidbody.\n\n```plaintext\nParams: force - Force vector in world coordinates.\n mode - Type of force to apply.\n \n```\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "x", "typeName": "float" }, + { "name": "y", "typeName": "float" }, + { "name": "z", "typeName": "float" }, + { "name": "mode", "typeName": "UnityEngine.ForceMode" } + ], + "isStatic": false, + "name": "AddForce", + "comment": "Adds a force to the Rigidbody.\n\n```plaintext\nParams: x - Size of force along the world x-axis.\n y - Size of force along the world y-axis.\n z - Size of force along the world z-axis.\n mode - Type of force to apply.\n \n```\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "x", "typeName": "float" }, + { "name": "y", "typeName": "float" }, + { "name": "z", "typeName": "float" } + ], + "isStatic": false, + "name": "AddForce", + "comment": "Adds a force to the Rigidbody.\n\n```plaintext\nParams: x - Size of force along the world x-axis.\n y - Size of force along the world y-axis.\n z - Size of force along the world z-axis.\n mode - Type of force to apply.\n \n```\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "force", "typeName": "UnityEngine.Vector3" }, + { "name": "mode", "typeName": "UnityEngine.ForceMode" } + ], + "isStatic": false, + "name": "AddRelativeForce", + "comment": "Adds a force to the rigidbody relative to its coordinate system.\n\n```plaintext\nParams: force - Force vector in local coordinates.\n mode - Type of force to apply.\n \n```\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "force", "typeName": "UnityEngine.Vector3" }], + "isStatic": false, + "name": "AddRelativeForce", + "comment": "Adds a force to the rigidbody relative to its coordinate system.\n\n```plaintext\nParams: force - Force vector in local coordinates.\n mode - Type of force to apply.\n \n```\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "x", "typeName": "float" }, + { "name": "y", "typeName": "float" }, + { "name": "z", "typeName": "float" }, + { "name": "mode", "typeName": "UnityEngine.ForceMode" } + ], + "isStatic": false, + "name": "AddRelativeForce", + "comment": "Adds a force to the rigidbody relative to its coordinate system.\n\n```plaintext\nParams: x - Size of force along the local x-axis.\n y - Size of force along the local y-axis.\n z - Size of force along the local z-axis.\n mode - Type of force to apply.\n \n```\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "x", "typeName": "float" }, + { "name": "y", "typeName": "float" }, + { "name": "z", "typeName": "float" } + ], + "isStatic": false, + "name": "AddRelativeForce", + "comment": "Adds a force to the rigidbody relative to its coordinate system.\n\n```plaintext\nParams: x - Size of force along the local x-axis.\n y - Size of force along the local y-axis.\n z - Size of force along the local z-axis.\n mode - Type of force to apply.\n \n```\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "torque", "typeName": "UnityEngine.Vector3" }, + { "name": "mode", "typeName": "UnityEngine.ForceMode" } + ], + "isStatic": false, + "name": "AddTorque", + "comment": "Adds a torque to the rigidbody.\n\n```plaintext\nParams: torque - Torque vector in world coordinates.\n mode - Type of torque to apply.\n \n```\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "torque", "typeName": "UnityEngine.Vector3" }], + "isStatic": false, + "name": "AddTorque", + "comment": "Adds a torque to the rigidbody.\n\n```plaintext\nParams: torque - Torque vector in world coordinates.\n mode - Type of torque to apply.\n \n```\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "x", "typeName": "float" }, + { "name": "y", "typeName": "float" }, + { "name": "z", "typeName": "float" }, + { "name": "mode", "typeName": "UnityEngine.ForceMode" } + ], + "isStatic": false, + "name": "AddTorque", + "comment": "Adds a torque to the rigidbody.\n\n```plaintext\nParams: x - Size of torque along the world x-axis.\n y - Size of torque along the world y-axis.\n z - Size of torque along the world z-axis.\n mode - Type of torque to apply.\n \n```\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "x", "typeName": "float" }, + { "name": "y", "typeName": "float" }, + { "name": "z", "typeName": "float" } + ], + "isStatic": false, + "name": "AddTorque", + "comment": "Adds a torque to the rigidbody.\n\n```plaintext\nParams: x - Size of torque along the world x-axis.\n y - Size of torque along the world y-axis.\n z - Size of torque along the world z-axis.\n mode - Type of torque to apply.\n \n```\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "torque", "typeName": "UnityEngine.Vector3" }, + { "name": "mode", "typeName": "UnityEngine.ForceMode" } + ], + "isStatic": false, + "name": "AddRelativeTorque", + "comment": "Adds a torque to the rigidbody relative to its coordinate system.\n\n```plaintext\nParams: torque - Torque vector in local coordinates.\n mode - Type of torque to apply.\n \n```\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "torque", "typeName": "UnityEngine.Vector3" }], + "isStatic": false, + "name": "AddRelativeTorque", + "comment": "Adds a torque to the rigidbody relative to its coordinate system.\n\n```plaintext\nParams: torque - Torque vector in local coordinates.\n mode - Type of torque to apply.\n \n```\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "x", "typeName": "float" }, + { "name": "y", "typeName": "float" }, + { "name": "z", "typeName": "float" }, + { "name": "mode", "typeName": "UnityEngine.ForceMode" } + ], + "isStatic": false, + "name": "AddRelativeTorque", + "comment": "Adds a torque to the rigidbody relative to its coordinate system.\n\n```plaintext\nParams: x - Size of torque along the local x-axis.\n y - Size of torque along the local y-axis.\n z - Size of torque along the local z-axis.\n mode - Type of torque to apply.\n \n```\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "x", "typeName": "float" }, + { "name": "y", "typeName": "float" }, + { "name": "z", "typeName": "float" } + ], + "isStatic": false, + "name": "AddRelativeTorque", + "comment": "Adds a torque to the rigidbody relative to its coordinate system.\n\n```plaintext\nParams: x - Size of torque along the local x-axis.\n y - Size of torque along the local y-axis.\n z - Size of torque along the local z-axis.\n mode - Type of torque to apply.\n \n```\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "force", "typeName": "UnityEngine.Vector3" }, + { "name": "position", "typeName": "UnityEngine.Vector3" }, + { "name": "mode", "typeName": "UnityEngine.ForceMode" } + ], + "isStatic": false, + "name": "AddForceAtPosition", + "comment": "Applies force at position. As a result this will apply a torque and force on the object.\n\n```plaintext\nParams: force - Force vector in world coordinates.\n position - Position in world coordinates.\n mode - Type of force to apply.\n \n```\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "force", "typeName": "UnityEngine.Vector3" }, + { "name": "position", "typeName": "UnityEngine.Vector3" } + ], + "isStatic": false, + "name": "AddForceAtPosition", + "comment": "Applies force at position. As a result this will apply a torque and force on the object.\n\n```plaintext\nParams: force - Force vector in world coordinates.\n position - Position in world coordinates.\n mode - Type of force to apply.\n \n```\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "explosionForce", "typeName": "float" }, + { "name": "explosionPosition", "typeName": "UnityEngine.Vector3" }, + { "name": "explosionRadius", "typeName": "float" }, + { "name": "upwardsModifier", "typeName": "float" }, + { "name": "mode", "typeName": "UnityEngine.ForceMode" } + ], + "isStatic": false, + "name": "AddExplosionForce", + "comment": "Applies a force to a rigidbody that simulates explosion effects.\n\n```plaintext\nParams: explosionForce - The force of the explosion (which may be modified by distance).\n explosionPosition - The centre of the sphere within which the explosion has its effect.\n explosionRadius - The radius of the sphere within which the explosion has its effect.\n upwardsModifier - Adjustment to the apparent position of the explosion to make it seem to lift objects.\n mode - The method used to apply the force to its targets.\n \n```\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "explosionForce", "typeName": "float" }, + { "name": "explosionPosition", "typeName": "UnityEngine.Vector3" }, + { "name": "explosionRadius", "typeName": "float" }, + { "name": "upwardsModifier", "typeName": "float" } + ], + "isStatic": false, + "name": "AddExplosionForce", + "comment": "Applies a force to a rigidbody that simulates explosion effects.\n\n```plaintext\nParams: explosionForce - The force of the explosion (which may be modified by distance).\n explosionPosition - The centre of the sphere within which the explosion has its effect.\n explosionRadius - The radius of the sphere within which the explosion has its effect.\n upwardsModifier - Adjustment to the apparent position of the explosion to make it seem to lift objects.\n mode - The method used to apply the force to its targets.\n \n```\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "explosionForce", "typeName": "float" }, + { "name": "explosionPosition", "typeName": "UnityEngine.Vector3" }, + { "name": "explosionRadius", "typeName": "float" } + ], + "isStatic": false, + "name": "AddExplosionForce", + "comment": "Applies a force to a rigidbody that simulates explosion effects.\n\n```plaintext\nParams: explosionForce - The force of the explosion (which may be modified by distance).\n explosionPosition - The centre of the sphere within which the explosion has its effect.\n explosionRadius - The radius of the sphere within which the explosion has its effect.\n upwardsModifier - Adjustment to the apparent position of the explosion to make it seem to lift objects.\n mode - The method used to apply the force to its targets.\n \n```\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Vector3", + "params": [{ "name": "position", "typeName": "UnityEngine.Vector3" }], + "isStatic": false, + "name": "ClosestPointOnBounds", + "comment": "The closest point to the bounding box of the attached colliders.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "direction", "typeName": "UnityEngine.Vector3" }, + { "name": "hitInfo", "typeName": "UnityEngine.RaycastHit" }, + { "name": "maxDistance", "typeName": "float" }, + { + "name": "queryTriggerInteraction", + "typeName": "UnityEngine.QueryTriggerInteraction" + } + ], + "isStatic": false, + "name": "SweepTest", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "direction", "typeName": "UnityEngine.Vector3" }, + { "name": "hitInfo", "typeName": "UnityEngine.RaycastHit" }, + { "name": "maxDistance", "typeName": "float" } + ], + "isStatic": false, + "name": "SweepTest", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "direction", "typeName": "UnityEngine.Vector3" }, + { "name": "hitInfo", "typeName": "UnityEngine.RaycastHit" } + ], + "isStatic": false, + "name": "SweepTest", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "direction", "typeName": "UnityEngine.Vector3" }, + { "name": "maxDistance", "typeName": "float" }, + { + "name": "queryTriggerInteraction", + "typeName": "UnityEngine.QueryTriggerInteraction" + } + ], + "isStatic": false, + "name": "SweepTestAll", + "comment": "An array of all colliders hit in the sweep.\n\n```plaintext\nParams: direction - The direction into which to sweep the rigidbody.\n maxDistance - The length of the sweep.\n queryTriggerInteraction - Specifies whether this query should hit Triggers.\n \n```\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "direction", "typeName": "UnityEngine.Vector3" }, + { "name": "maxDistance", "typeName": "float" } + ], + "isStatic": false, + "name": "SweepTestAll", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "direction", "typeName": "UnityEngine.Vector3" } + ], + "isStatic": false, + "name": "SweepTestAll", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + } + ], + "name": "Rigidbody", + "comment": "Control of an object's position through physics simulation.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "float", + "name": "spring", + "comment": "The spring forces used to reach the target position.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "float", + "name": "damper", + "comment": "The damper force uses to dampen the spring.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "float", + "name": "targetPosition", + "comment": "The target position the joint attempts to reach.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + } + ], + "name": "JointSpring", + "comment": "JointSpring is used add a spring force to HingeJoint and PhysicMaterial.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "float", + "name": "minBounce", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "float", + "name": "maxBounce", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "float", + "name": "min", + "comment": "The lower angular limit (in degrees) of the joint.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "float", + "name": "max", + "comment": "The upper angular limit (in degrees) of the joint.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "float", + "name": "bounciness", + "comment": "Determines the size of the bounce when the joint hits it's limit. Also known as restitution.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "float", + "name": "bounceMinVelocity", + "comment": "The minimum impact velocity which will cause the joint to bounce.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "float", + "name": "contactDistance", + "comment": "Distance inside the limit value at which the limit will be considered to be active by the solver.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + } + ], + "name": "JointLimits", + "comment": "JointLimits is used by the HingeJoint to limit the joints angle.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.Component", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "enabled", + "comment": "Enabled Colliders will collide with other Colliders, disabled Colliders won't.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.Rigidbody", + "name": "attachedRigidbody", + "comment": "The rigidbody the collider is attached to.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.ArticulationBody", + "name": "attachedArticulationBody", + "comment": "The articulation body the collider is attached to.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "bool", + "name": "isTrigger", + "comment": "Is the collider a trigger?\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "float", + "name": "contactOffset", + "comment": "Contact offset value of this collider.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.Bounds", + "name": "bounds", + "comment": "The world space bounding volume of the collider (Read Only).\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.PhysicMaterial", + "name": "sharedMaterial", + "comment": "The shared physic material of this collider.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.PhysicMaterial", + "name": "material", + "comment": "The material used by the collider.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Vector3", + "params": [{ "name": "position", "typeName": "UnityEngine.Vector3" }], + "isStatic": false, + "name": "ClosestPoint", + "comment": "The point on the collider that is closest to the specified location.\n\n```plaintext\nParams: position - Location you want to find the closest point to.\n \n```\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "ray", "typeName": "UnityEngine.Ray" }, + { "name": "hitInfo", "typeName": "UnityEngine.RaycastHit" }, + { "name": "maxDistance", "typeName": "float" } + ], + "isStatic": false, + "name": "Raycast", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Vector3", + "params": [{ "name": "position", "typeName": "UnityEngine.Vector3" }], + "isStatic": false, + "name": "ClosestPointOnBounds", + "comment": "The closest point to the bounding box of the attached collider.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + } + ], + "name": "Collider", + "comment": "A base class of all colliders.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.CharacterController", + "name": "controller", + "comment": "The controller that hit the collider.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.Collider", + "name": "collider", + "comment": "The collider that was hit by the controller.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.Rigidbody", + "name": "rigidbody", + "comment": "The rigidbody that was hit by the controller.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.GameObject", + "name": "gameObject", + "comment": "The game object that was hit by the controller.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.Transform", + "name": "transform", + "comment": "The transform that was hit by the controller.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "point", + "comment": "The impact point in world space.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "normal", + "comment": "The normal of the surface we collided with in world space.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "moveDirection", + "comment": "The direction the CharacterController was moving in when the collision occured.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "float", + "name": "moveLength", + "comment": "How far the character has travelled until it hit the collider.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + } + ], + "name": "ControllerColliderHit", + "comment": "ControllerColliderHit is used by CharacterController.OnControllerColliderHit to give detailed information about the collision and how to deal with it.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.PhysicMaterialCombine", + "name": "Average", + "comment": "Averages the friction/bounce of the two colliding materials.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.PhysicMaterialCombine", + "name": "Minimum", + "comment": "Uses the smaller friction/bounce of the two colliding materials.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.PhysicMaterialCombine", + "name": "Multiply", + "comment": "Multiplies the friction/bounce of the two colliding materials.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.PhysicMaterialCombine", + "name": "Maximum", + "comment": "Uses the larger friction/bounce of the two colliding materials.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.PhysicMaterialCombine", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + } + ], + "name": "PhysicMaterialCombine", + "comment": "Describes how physics materials of the colliding objects are combined.\n\nThe friction force as well as the residual bounce impulse are applied symmertrically to both of the colliders in contact, so each pair of overlapping colliders must have a single set of friction and bouciness settings. However, one can set arbitrary physics materials to any colliders. For that particular reason, there is a mechanism that allows the combination of two different sets of properties that correspond to each of the colliders in contact into one set to be used in the solver.\n\nSpecifying Average, Maximum, Minimum or Multiply as the physics material combine mode, you directly set the function that is used to combine the settings corresponding to the two overlapping colliders into one set of settings that can be used to apply the material effect.\n\nNote that there is a special case when the two overlapping colliders have physics materials with different combine modes set. In this particular case, the function that has the highest priority is used. The priority order is as follows: Average < Minimum < Multiply < Maximum. For example, if one material has Average set but the other one has Maximum, then the combine function to be used is Maximum, since it has higher priority.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.Collider", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Vector3", + "name": "velocity", + "comment": "The current relative velocity of the Character (see notes).\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "bool", + "name": "isGrounded", + "comment": "Was the CharacterController touching the ground during the last move?\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.CollisionFlags", + "name": "collisionFlags", + "comment": "What part of the capsule collided with the environment during the last CharacterController.Move call.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "float", + "name": "radius", + "comment": "The radius of the character's capsule.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "float", + "name": "height", + "comment": "The height of the character's capsule.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "center", + "comment": "The center of the character's capsule relative to the transform's position.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "float", + "name": "slopeLimit", + "comment": "The character controllers slope limit in degrees.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "float", + "name": "stepOffset", + "comment": "The character controllers step offset in meters.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "float", + "name": "skinWidth", + "comment": "The character's collision skin width.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "float", + "name": "minMoveDistance", + "comment": "Gets or sets the minimum move distance of the character controller.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "bool", + "name": "detectCollisions", + "comment": "Determines whether other rigidbodies or character controllers collide with this character controller (by default this is always enabled).\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "bool", + "name": "enableOverlapRecovery", + "comment": "Enables or disables overlap recovery.\n Enables or disables overlap recovery. Used to depenetrate character controllers from static objects when an overlap is detected.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [{ "name": "speed", "typeName": "UnityEngine.Vector3" }], + "isStatic": false, + "name": "SimpleMove", + "comment": "Moves the character with speed.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "CollisionFlags", + "params": [{ "name": "motion", "typeName": "UnityEngine.Vector3" }], + "isStatic": false, + "name": "Move", + "comment": "Supplies the movement of a GameObject with an attached CharacterController component.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + } + ], + "name": "CharacterController", + "comment": "A CharacterController allows you to easily do movement constrained by collisions without having to deal with a rigidbody.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Vector3", + "name": "relativeVelocity", + "comment": "The relative linear velocity of the two colliding objects (Read Only).\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.Rigidbody", + "name": "rigidbody", + "comment": "The Rigidbody we hit (Read Only). This is null if the object we hit is a collider with no rigidbody attached.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.ArticulationBody", + "name": "articulationBody", + "comment": "The ArticulationBody of the collider that your GameObject collides with (Read Only).\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.Component", + "name": "body", + "comment": "The Rigidbody or ArticulationBody of the collider that your Component collides with (Read Only).\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.Collider", + "name": "collider", + "comment": "The Collider we hit (Read Only).\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.Transform", + "name": "transform", + "comment": "The Transform of the object we hit (Read Only).\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.GameObject", + "name": "gameObject", + "comment": "The GameObject whose collider you are colliding with. (Read Only).\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "int", + "name": "contactCount", + "comment": "Gets the number of contacts for this collision.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.ContactPoint[]", + "name": "contacts", + "comment": "The contact points generated by the physics engine. You should avoid using this as it produces memory garbage. Use GetContact or GetContacts instead.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "impulse", + "comment": "The total impulse applied to this contact pair to resolve the collision.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "impactForceSum", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "frictionForceSum", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.Component", + "name": "other", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "ContactPoint", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "GetContact", + "comment": "The contact at the specified index.\n\n```plaintext\nParams: index - The index of the contact to retrieve.\n \n```\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "contacts", "typeName": "UnityEngine.ContactPoint[]" } + ], + "isStatic": false, + "name": "GetContacts", + "comment": "Returns the number of contacts placed in the contacts array.\n\n```plaintext\nParams: contacts - An array of ContactPoint used to receive the results.\n \n```\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "contacts", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "GetContacts", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "IEnumerator", + "params": [], + "isStatic": false, + "name": "GetEnumerator", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + } + ], + "name": "Collision", + "comment": "Describes a collision.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.Collider", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Mesh", + "name": "sharedMesh", + "comment": "The mesh object used for collision detection.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "bool", + "name": "convex", + "comment": "Use a convex collider from the mesh.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "bool", + "name": "inflateMesh", + "comment": "Allow the physics engine to increase the volume of the input mesh in attempt to generate a valid convex mesh.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.MeshColliderCookingOptions", + "name": "cookingOptions", + "comment": "Options used to enable or disable certain features in mesh cooking.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "float", + "name": "skinWidth", + "comment": "Used when set to inflateMesh to determine how much inflation is acceptable.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "bool", + "name": "smoothSphereCollisions", + "comment": "Uses interpolated normals for sphere collisions instead of flat polygonal normals.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + } + ], + "name": "MeshCollider", + "comment": "A mesh collider allows you to do between meshes and primitives.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.Collider", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Vector3", + "name": "center", + "comment": "The center of the capsule, measured in the object's local space.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "float", + "name": "radius", + "comment": "The radius of the sphere, measured in the object's local space.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "float", + "name": "height", + "comment": "The height of the capsule measured in the object's local space.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "int", + "name": "direction", + "comment": "The direction of the capsule.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + } + ], + "name": "CapsuleCollider", + "comment": "A capsule-shaped primitive collider.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.Collider", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Vector3", + "name": "center", + "comment": "The center of the box, measured in the object's local space.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "size", + "comment": "The size of the box, measured in the object's local space.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "extents", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + } + ], + "name": "BoxCollider", + "comment": "A box-shaped primitive collider.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.Collider", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Vector3", + "name": "center", + "comment": "The center of the sphere in the object's local space.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "float", + "name": "radius", + "comment": "The radius of the sphere measured in the object's local space.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + } + ], + "name": "SphereCollider", + "comment": "A sphere-shaped primitive collider.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "float", + "name": "curveScalar", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemCurveMode", + "name": "mode", + "comment": "Set the mode that the min-max curve uses to evaluate values.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "curveMultiplier", + "comment": "Set a multiplier to apply to the curves.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.AnimationCurve", + "name": "curveMax", + "comment": "Set a curve for the upper bound.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.AnimationCurve", + "name": "curveMin", + "comment": "Set a curve for the lower bound.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "constantMax", + "comment": "Set a constant for the upper bound.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "constantMin", + "comment": "Set a constant for the lower bound.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "constant", + "comment": "Set the constant value.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.AnimationCurve", + "name": "curve", + "comment": "Set the curve.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "constant", "typeName": "float" }], + "isStatic": false, + "name": ".ctor", + "comment": "A single constant value for the entire curve.\n\n```plaintext\nParams: constant - Constant value.\n \n```\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "multiplier", "typeName": "float" }, + { "name": "curve", "typeName": "UnityEngine.AnimationCurve" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Use one curve when evaluating numbers along this Min-Max curve.\n\n```plaintext\nParams: scalar - A multiplier to apply to the curve.\n curve - A single curve to evaluate against.\n \n```\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "multiplier", "typeName": "float" }, + { "name": "min", "typeName": "UnityEngine.AnimationCurve" }, + { "name": "max", "typeName": "UnityEngine.AnimationCurve" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Randomly select values based on the interval between the minimum and maximum curves.\n\n```plaintext\nParams: scalar - A multiplier to apply to the curves.\n min - The curve describing the minimum values to be evaluated.\n max - The curve describing the maximum values to be evaluated.\n \n```\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "min", "typeName": "float" }, + { "name": "max", "typeName": "float" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Randomly select values based on the interval between the minimum and maximum constants.\n\n```plaintext\nParams: min - The constant describing the minimum values to be evaluated.\n max - The constant describing the maximum values to be evaluated.\n \n```\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "time", "typeName": "float" }], + "isStatic": false, + "name": "Evaluate", + "comment": "Calculated curve/constant value.\n\n```plaintext\nParams: time - Normalized time (in the range 0 - 1, where 1 represents 100%) at which to evaluate the curve. This is valid when ParticleSystem.MinMaxCurve.mode is set to ParticleSystemCurveMode.Curve or ParticleSystemCurveMode.TwoCurves.\n lerpFactor - Blend between the two curves/constants (Valid when ParticleSystem.MinMaxCurve.mode is set to ParticleSystemCurveMode.TwoConstants or ParticleSystemCurveMode.TwoCurves).\n \n```\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Single", + "params": [ + { "name": "time", "typeName": "float" }, + { "name": "lerpFactor", "typeName": "float" } + ], + "isStatic": false, + "name": "Evaluate", + "comment": "Calculated curve/constant value.\n\n```plaintext\nParams: time - Normalized time (in the range 0 - 1, where 1 represents 100%) at which to evaluate the curve. This is valid when ParticleSystem.MinMaxCurve.mode is set to ParticleSystemCurveMode.Curve or ParticleSystemCurveMode.TwoCurves.\n lerpFactor - Blend between the two curves/constants (Valid when ParticleSystem.MinMaxCurve.mode is set to ParticleSystemCurveMode.TwoConstants or ParticleSystemCurveMode.TwoCurves).\n \n```\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "MinMaxCurve", + "params": [{ "name": "constant", "typeName": "float" }], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "name": "MinMaxCurve", + "comment": "Script interface for a Min-Max Curve.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.Behaviour", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Vector3", + "name": "force", + "comment": "The force applied to the rigidbody every frame.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "relativeForce", + "comment": "The force - relative to the rigid bodies coordinate system - applied every frame.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "torque", + "comment": "The torque applied to the rigidbody every frame.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "relativeTorque", + "comment": "The torque - relative to the rigid bodies coordinate system - applied every frame.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + } + ], + "name": "ConstantForce", + "comment": "A force applied constantly.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.Component", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Rigidbody", + "name": "connectedBody", + "comment": "A reference to another rigidbody this joint connects to.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.ArticulationBody", + "name": "connectedArticulationBody", + "comment": "A reference to an articulation body this joint connects to.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "axis", + "comment": "The Direction of the axis around which the body is constrained.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "anchor", + "comment": "The Position of the anchor around which the joints motion is constrained.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "connectedAnchor", + "comment": "Position of the anchor relative to the connected Rigidbody.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "bool", + "name": "autoConfigureConnectedAnchor", + "comment": "Should the connectedAnchor be calculated automatically?\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "float", + "name": "breakForce", + "comment": "The force that needs to be applied for this joint to break.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "float", + "name": "breakTorque", + "comment": "The torque that needs to be applied for this joint to break. To be able to break, a joint must be _Locked_ or _Limited_ on the axis of rotation where the torque is being applied. This means that some joints cannot break, such as an unconstrained Configurable Joint.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "bool", + "name": "enableCollision", + "comment": "Enable collision between bodies connected with the joint.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "bool", + "name": "enablePreprocessing", + "comment": "Toggle preprocessing for this joint.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "float", + "name": "massScale", + "comment": "The scale to apply to the inverse mass and inertia tensor of the body prior to solving the constraints.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "float", + "name": "connectedMassScale", + "comment": "The scale to apply to the inverse mass and inertia tensor of the connected body prior to solving the constraints.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "currentForce", + "comment": "The force applied by the solver to satisfy all constraints.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "currentTorque", + "comment": "The torque applied by the solver to satisfy all constraints.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + } + ], + "name": "Joint", + "comment": "Joint is the base class for all joints.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "float", + "name": "randomizeRotationDirection", + "comment": "Cause some particles to spin in the opposite direction.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "duration", + "comment": "The duration of the Particle System in seconds.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "bool", + "name": "loop", + "comment": "Specifies whether the Particle System is looping.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "bool", + "name": "prewarm", + "comment": "If ParticleSystem.MainModule._loop is true, when you enable this property, the Particle System looks like it has already simulated for one loop when first becoming visible.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", + "name": "startDelay", + "comment": "Start delay in seconds.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "startDelayMultiplier", + "comment": "A multiplier for ParticleSystem.MainModule._startDelay in seconds.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", + "name": "startLifetime", + "comment": "The total lifetime in seconds that each new particle has.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "startLifetimeMultiplier", + "comment": "A multiplier for ParticleSystem.MainModule._startLifetime.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", + "name": "startSpeed", + "comment": "The initial speed of particles when the Particle System first spawns them.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "startSpeedMultiplier", + "comment": "A multiplier for ParticleSystem.MainModule._startSpeed.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "bool", + "name": "startSize3D", + "comment": "A flag to enable specifying particle size individually for each axis.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", + "name": "startSize", + "comment": "The initial size of particles when the Particle System first spawns them.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "startSizeMultiplier", + "comment": "A multiplier for the initial size of particles when the Particle System first spawns them.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", + "name": "startSizeX", + "comment": "The initial size of particles along the x-axis when the Particle System first spawns them.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "startSizeXMultiplier", + "comment": "A multiplier for ParticleSystem.MainModule._startSizeX.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", + "name": "startSizeY", + "comment": "The initial size of particles along the y-axis when the Particle System first spawns them.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "startSizeYMultiplier", + "comment": "A multiplier for ParticleSystem.MainModule._startSizeY.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", + "name": "startSizeZ", + "comment": "The initial size of particles along the z-axis when the Particle System first spawns them.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "startSizeZMultiplier", + "comment": "A multiplier for ParticleSystem.MainModule._startSizeZ.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "bool", + "name": "startRotation3D", + "comment": "A flag to enable 3D particle rotation.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", + "name": "startRotation", + "comment": "The initial rotation of particles when the Particle System first spawns them.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "startRotationMultiplier", + "comment": "A multiplier for ParticleSystem.MainModule._startRotation.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", + "name": "startRotationX", + "comment": "The initial rotation of particles around the x-axis when emitted.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "startRotationXMultiplier", + "comment": "The initial rotation multiplier of particles around the x-axis when the Particle System first spawns them.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", + "name": "startRotationY", + "comment": "The initial rotation of particles around the y-axis when the Particle System first spawns them.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "startRotationYMultiplier", + "comment": "The initial rotation multiplier of particles around the y-axis when the Particle System first spawns them..\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", + "name": "startRotationZ", + "comment": "The initial rotation of particles around the z-axis when the Particle System first spawns them\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "startRotationZMultiplier", + "comment": "The initial rotation multiplier of particles around the z-axis when the Particle System first spawns them.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "flipRotation", + "comment": "Makes some particles spin in the opposite direction.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystem.MinMaxGradient", + "name": "startColor", + "comment": "The initial color of particles when the Particle System first spawns them.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", + "name": "gravityModifier", + "comment": "A scale that this Particle System applies to gravity, defined by Physics.gravity.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "gravityModifierMultiplier", + "comment": "Change the gravity multiplier.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemSimulationSpace", + "name": "simulationSpace", + "comment": "This selects the space in which to simulate particles. It can be either world or local space.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.Transform", + "name": "customSimulationSpace", + "comment": "Simulate particles relative to a custom transform component.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "simulationSpeed", + "comment": "Override the default playback speed of the Particle System.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "bool", + "name": "useUnscaledTime", + "comment": "When true, use the unscaled delta time to simulate the Particle System. Otherwise, use the scaled delta time.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemScalingMode", + "name": "scalingMode", + "comment": "Control how the Particle System applies its Transform component to the particles it emits.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "bool", + "name": "playOnAwake", + "comment": "If set to true, the Particle System automatically begins to play on startup.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "int", + "name": "maxParticles", + "comment": "The maximum number of particles to emit.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemEmitterVelocityMode", + "name": "emitterVelocityMode", + "comment": "Control how the Particle System calculates its velocity, when moving in the world.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemStopAction", + "name": "stopAction", + "comment": "Select whether to Disable or Destroy the GameObject, or to call the OnParticleSystemStopped script Callback, when the Particle System stops and all particles have died.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemRingBufferMode", + "name": "ringBufferMode", + "comment": "Configure the Particle System to not kill its particles when their lifetimes are exceeded.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "ringBufferLoopRange", + "comment": "When ParticleSystem.MainModule.ringBufferMode is set to loop, this value defines the proportion of the particle life that loops.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemCullingMode", + "name": "cullingMode", + "comment": "Configure whether the Particle System will still be simulated each frame, when it is offscreen.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "name": "MainModule", + "comment": "Script interface for the MainModule of a Particle System.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.Joint", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.JointMotor", + "name": "motor", + "comment": "The motor will apply a force up to a maximum force to achieve the target velocity in degrees per second.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.JointLimits", + "name": "limits", + "comment": "Limit of angular rotation (in degrees) on the hinge joint.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.JointSpring", + "name": "spring", + "comment": "The spring attempts to reach a target angle by adding spring and damping forces.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "bool", + "name": "useMotor", + "comment": "Enables the joint's motor. Disabled by default.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "bool", + "name": "useLimits", + "comment": "Enables the joint's limits. Disabled by default.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "bool", + "name": "useSpring", + "comment": "Enables the joint's spring. Disabled by default.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "float", + "name": "velocity", + "comment": "The angular velocity of the joint in degrees per second. (Read Only)\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "float", + "name": "angle", + "comment": "The current angle in degrees of the joint relative to its rest position. (Read Only)\n\n", + "location": "UnityEngine.PhysicsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + } + ], + "name": "HingeJoint", + "comment": "The HingeJoint groups together 2 rigid bodies, constraining them to move like connected by a hinge.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.ParticleSystemEmissionType", + "name": "type", + "comment": "The emission type.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", + "name": "rate", + "comment": "The rate at which the system spawns new particles.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "rateMultiplier", + "comment": "Change the rate multiplier.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "bool", + "name": "enabled", + "comment": "Specifies whether the EmissionModule is enabled or disabled.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", + "name": "rateOverTime", + "comment": "The rate at which the emitter spawns new particles over time.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "rateOverTimeMultiplier", + "comment": "Change the rate over time multiplier.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", + "name": "rateOverDistance", + "comment": "The rate at which the emitter spawns new particles over distance.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "rateOverDistanceMultiplier", + "comment": "Change the rate over distance multiplier.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "int", + "name": "burstCount", + "comment": "The current number of bursts.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "bursts", + "typeName": "UnityEngine.ParticleSystem.Burst[]" + } + ], + "isStatic": false, + "name": "SetBursts", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "bursts", + "typeName": "UnityEngine.ParticleSystem.Burst[]" + }, + { "name": "size", "typeName": "int" } + ], + "isStatic": false, + "name": "SetBursts", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "bursts", + "typeName": "UnityEngine.ParticleSystem.Burst[]" + } + ], + "isStatic": false, + "name": "GetBursts", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "burst", "typeName": "UnityEngine.ParticleSystem.Burst" } + ], + "isStatic": false, + "name": "SetBurst", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Burst", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "GetBurst", + "comment": "The burst data at the given index.\n\n```plaintext\nParams: index - The index of the burst to retrieve.\n \n```\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "name": "EmissionModule", + "comment": "Script interface for the EmissionModule of a Particle System.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.Joint", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "float", + "name": "spring", + "comment": "The spring force used to keep the two objects together.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "float", + "name": "damper", + "comment": "The damper force used to dampen the spring force.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "float", + "name": "minDistance", + "comment": "The minimum distance between the bodies relative to their initial distance.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "float", + "name": "maxDistance", + "comment": "The maximum distance between the bodies relative to their initial distance.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "float", + "name": "tolerance", + "comment": "The maximum allowed error between the current spring length and the length defined by minDistance and maxDistance.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + } + ], + "name": "SpringJoint", + "comment": "The spring joint ties together 2 rigid bodies, spring forces will be automatically applied to keep the object at the given distance.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Vector3", + "name": "box", + "comment": "Scale of the box to emit particles from.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "meshScale", + "comment": "Apply a scaling factor to the Mesh that emits the particles.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "bool", + "name": "randomDirection", + "comment": "Randomizes the starting direction of particles.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "bool", + "name": "enabled", + "comment": "Specifies whether the ShapeModule is enabled or disabled.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemShapeType", + "name": "shapeType", + "comment": "The type of shape to emit particles from.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "randomDirectionAmount", + "comment": "Randomizes the starting direction of particles.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "sphericalDirectionAmount", + "comment": "Makes particles move in a spherical direction from their starting point.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "randomPositionAmount", + "comment": "Randomizes the starting position of particles.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "bool", + "name": "alignToDirection", + "comment": "Align particles based on their initial direction of travel.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "radius", + "comment": "Radius of the shape to emit particles from.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemShapeMultiModeValue", + "name": "radiusMode", + "comment": "The mode to use to generate particles along the radius.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "radiusSpread", + "comment": "Control the gap between particle emission points along the radius.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", + "name": "radiusSpeed", + "comment": "In animated modes, this determines how quickly the particle emission position moves along the radius.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "radiusSpeedMultiplier", + "comment": "A multiplier of the radius speed of the particle emission shape.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "radiusThickness", + "comment": "Radius thickness of the shape's edge from which to emit particles.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "angle", + "comment": "Angle of the cone to emit particles from.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "length", + "comment": "Length of the cone to emit particles from.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "boxThickness", + "comment": "Thickness of the box to emit particles from.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemMeshShapeType", + "name": "meshShapeType", + "comment": "Where on the Mesh to emit particles from.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.Mesh", + "name": "mesh", + "comment": "Mesh to emit particles from.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.MeshRenderer", + "name": "meshRenderer", + "comment": "MeshRenderer to emit particles from.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.SkinnedMeshRenderer", + "name": "skinnedMeshRenderer", + "comment": "SkinnedMeshRenderer to emit particles from.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.Sprite", + "name": "sprite", + "comment": "Sprite to emit particles from.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.SpriteRenderer", + "name": "spriteRenderer", + "comment": "SpriteRenderer to emit particles from.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "bool", + "name": "useMeshMaterialIndex", + "comment": "Emit particles from a single Material, or the whole Mesh.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "int", + "name": "meshMaterialIndex", + "comment": "Emit particles from a single Material of a Mesh.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "bool", + "name": "useMeshColors", + "comment": "Modulate the particle colors with the vertex colors, or the Material color if no vertex colors exist.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "normalOffset", + "comment": "Move particles away from the surface of the source Mesh.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemShapeMultiModeValue", + "name": "meshSpawnMode", + "comment": "The mode to use to generate particles on a Mesh.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "meshSpawnSpread", + "comment": "Control the gap between particle emission points across the Mesh.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", + "name": "meshSpawnSpeed", + "comment": "In animated modes, this determines how quickly the particle emission position moves across the Mesh.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "meshSpawnSpeedMultiplier", + "comment": "A multiplier of the Mesh spawn speed.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "arc", + "comment": "Angle of the circle arc to emit particles from.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemShapeMultiModeValue", + "name": "arcMode", + "comment": "The mode that Unity uses to generate particles around the arc.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "arcSpread", + "comment": "Control the gap between particle emission points around the arc.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", + "name": "arcSpeed", + "comment": "In animated modes, this determines how quickly the particle emission position moves around the arc.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "arcSpeedMultiplier", + "comment": "A multiplier of the arc speed of the particle emission shape.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "donutRadius", + "comment": "The thickness of the Donut shape to emit particles from.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "position", + "comment": "Apply an offset to the position from which the system emits particles.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "rotation", + "comment": "Apply a rotation to the shape from which the system emits particles.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "scale", + "comment": "Apply scale to the shape from which the system emits particles.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.Texture2D", + "name": "texture", + "comment": "Specifies a Texture to tint the particle's start colors.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemShapeTextureChannel", + "name": "textureClipChannel", + "comment": "Selects which channel of the Texture to use for discarding particles.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "textureClipThreshold", + "comment": "Discards particles when they spawn on an area of the Texture with a value lower than this threshold.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "bool", + "name": "textureColorAffectsParticles", + "comment": "When enabled, the system applies the RGB channels of the Texture to the particle color when the particle spawns.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "bool", + "name": "textureAlphaAffectsParticles", + "comment": "When enabled, the system applies the alpha channel of the Texture to the particle alpha when the particle spawns.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "bool", + "name": "textureBilinearFiltering", + "comment": "When enabled, the system takes four neighboring samples from the Texture then combines them to give the final particle value.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "int", + "name": "textureUVChannel", + "comment": "When using a Mesh as a source shape type, this option controls which UV channel on the Mesh to use for reading the source Texture.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "name": "ShapeModule", + "comment": "Script interface for the ShapeModule.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.Joint", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + } + ], + "name": "FixedJoint", + "comment": "The Fixed joint groups together 2 rigidbodies, making them stick together in their bound position.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "maxPlaneCount", + "comment": "The maximum number of planes it is possible to set as colliders.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "bool", + "name": "enabled", + "comment": "Specifies whether the CollisionModule is enabled or disabled.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemCollisionType", + "name": "type", + "comment": "The type of particle collision to perform.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemCollisionMode", + "name": "mode", + "comment": "Choose between 2D and 3D world collisions.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", + "name": "dampen", + "comment": "How much speed does each particle lose after a collision.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "dampenMultiplier", + "comment": "Change the dampen multiplier.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", + "name": "bounce", + "comment": "How much force is applied to each particle after a collision.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "bounceMultiplier", + "comment": "A multiplier for ParticleSystem.CollisionModule._bounce.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", + "name": "lifetimeLoss", + "comment": "How much a collision reduces a particle's lifetime.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "lifetimeLossMultiplier", + "comment": "Change the lifetime loss multiplier.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "minKillSpeed", + "comment": "Kill particles whose speed falls below this threshold, after a collision.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "maxKillSpeed", + "comment": "Kill particles whose speed goes above this threshold, after a collision.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.LayerMask", + "name": "collidesWith", + "comment": "Control which Layers this Particle System collides with.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "bool", + "name": "enableDynamicColliders", + "comment": "Allow particles to collide with dynamic colliders when using world collision mode.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "int", + "name": "maxCollisionShapes", + "comment": "The maximum number of collision shapes Unity considers for particle collisions. It ignores excess shapes. Terrains take priority.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemCollisionQuality", + "name": "quality", + "comment": "Specifies the accuracy of particle collisions against colliders in the Scene.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "voxelSize", + "comment": "Size of voxels in the collision cache.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "radiusScale", + "comment": "A multiplier that Unity applies to the size of each particle before collisions are processed.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "bool", + "name": "sendCollisionMessages", + "comment": "Send collision callback messages.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "colliderForce", + "comment": "How much force is applied to a Collider when hit by particles from this Particle System.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "bool", + "name": "multiplyColliderForceByCollisionAngle", + "comment": "Specifies whether the physics system considers the collision angle when it applies forces from particles to Colliders.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "bool", + "name": "multiplyColliderForceByParticleSpeed", + "comment": "Specifies whether the physics system considers particle speeds when it applies forces to Colliders.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "bool", + "name": "multiplyColliderForceByParticleSize", + "comment": "Specifies whether the physics system considers particle sizes when it applies forces to Colliders.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "int", + "name": "planeCount", + "comment": "Shows the number of planes currently set as Colliders.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "bool", + "name": "enableInteriorCollisions", + "comment": "Allow particles to collide when inside colliders.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "transform", "typeName": "UnityEngine.Transform" } + ], + "isStatic": false, + "name": "AddPlane", + "comment": "Adds a collision plane to use with this Particle System.\n\n```plaintext\nParams: transform - The plane to add.\n \n```\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "RemovePlane", + "comment": "Removes a collision plane associated with this Particle System.\n\n```plaintext\nParams: index - The collision plane to remove.\n \n```\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "transform", "typeName": "UnityEngine.Transform" } + ], + "isStatic": false, + "name": "RemovePlane", + "comment": "Removes a collision plane associated with this Particle System.\n\n```plaintext\nParams: transform - The collision plane to remove.\n \n```\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "transform", "typeName": "UnityEngine.Transform" } + ], + "isStatic": false, + "name": "SetPlane", + "comment": "Set a collision plane to use with this Particle System.\n\n```plaintext\nParams: index - The plane entry to set.\n transform - The plane to collide particles against.\n \n```\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Transform", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "GetPlane", + "comment": "The plane.\n\n```plaintext\nParams: index - The plane to return.\n \n```\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "name": "CollisionModule", + "comment": "Script interface for the CollisionMmodule of a Particle System.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.Joint", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Quaternion", + "name": "targetRotation", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "targetAngularVelocity", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.JointDrive", + "name": "rotationDrive", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "swingAxis", + "comment": "The secondary axis around which the joint can rotate.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.SoftJointLimitSpring", + "name": "twistLimitSpring", + "comment": "The configuration of the spring attached to the twist limits of the joint.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.SoftJointLimitSpring", + "name": "swingLimitSpring", + "comment": "The configuration of the spring attached to the swing limits of the joint.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.SoftJointLimit", + "name": "lowTwistLimit", + "comment": "The lower limit around the primary axis of the character joint.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.SoftJointLimit", + "name": "highTwistLimit", + "comment": "The upper limit around the primary axis of the character joint.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.SoftJointLimit", + "name": "swing1Limit", + "comment": "The angular limit of rotation (in degrees) around the primary axis of the character joint.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.SoftJointLimit", + "name": "swing2Limit", + "comment": "The angular limit of rotation (in degrees) around the primary axis of the character joint.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "bool", + "name": "enableProjection", + "comment": "Brings violated constraints back into alignment even when the solver fails.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "float", + "name": "projectionDistance", + "comment": "Set the linear tolerance threshold for projection.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "float", + "name": "projectionAngle", + "comment": "Set the angular tolerance threshold (in degrees) for projection.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + } + ], + "name": "CharacterJoint", + "comment": "Character Joints are mainly used for Ragdoll effects.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "maxColliderCount", + "comment": "The maximum number of collision shapes that can be attached to this Particle System trigger.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "bool", + "name": "enabled", + "comment": "Specifies whether the TriggerModule is enabled or disabled.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemOverlapAction", + "name": "inside", + "comment": "Choose what action to perform when particles are inside the trigger volume.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemOverlapAction", + "name": "outside", + "comment": "Choose what action to perform when particles are outside the trigger volume.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemOverlapAction", + "name": "enter", + "comment": "Choose what action to perform when particles enter the trigger volume.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemOverlapAction", + "name": "exit", + "comment": "Choose what action to perform when particles leave the trigger volume.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemColliderQueryMode", + "name": "colliderQueryMode", + "comment": "Determines whether collider information is available when calling ParticleSystem::GetTriggerParticles.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "radiusScale", + "comment": "A multiplier Unity applies to the size of each particle before it processes overlaps.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "int", + "name": "colliderCount", + "comment": "Indicates the number of collision shapes attached to this Particle System trigger.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "collider", "typeName": "UnityEngine.Component" } + ], + "isStatic": false, + "name": "AddCollider", + "comment": "Adds a Collision shape associated with this Particle System trigger.\n\n```plaintext\nParams: transform - The Collider to associate with this trigger.\n \n```\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "RemoveCollider", + "comment": "Removes a collision shape associated with this Particle System trigger.\n\n```plaintext\nParams: index - The Collider to remove.\n \n```\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "collider", "typeName": "UnityEngine.Component" } + ], + "isStatic": false, + "name": "RemoveCollider", + "comment": "Removes a collision shape associated with this Particle System trigger.\n\n```plaintext\nParams: collider - The Collider to remove.\n \n```\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "collider", "typeName": "UnityEngine.Component" } + ], + "isStatic": false, + "name": "SetCollider", + "comment": "Sets a Collision shape associated with this Particle System trigger.\n\n```plaintext\nParams: index - The Collider entry to assign.\n collider - The Collider to associate with this trigger.\n \n```\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Component", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "GetCollider", + "comment": "The Collider at the given index.\n\n```plaintext\nParams: index - The Collider to return.\n \n```\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "name": "TriggerModule", + "comment": "Script interface for the TriggerModule.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.Joint", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Vector3", + "name": "secondaryAxis", + "comment": "The joint's secondary axis.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.ConfigurableJointMotion", + "name": "xMotion", + "comment": "Allow movement along the X axis to be Free, completely Locked, or Limited according to Linear Limit.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.ConfigurableJointMotion", + "name": "yMotion", + "comment": "Allow movement along the Y axis to be Free, completely Locked, or Limited according to Linear Limit.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.ConfigurableJointMotion", + "name": "zMotion", + "comment": "Allow movement along the Z axis to be Free, completely Locked, or Limited according to Linear Limit.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.ConfigurableJointMotion", + "name": "angularXMotion", + "comment": "Allow rotation around the X axis to be Free, completely Locked, or Limited according to Low and High Angular XLimit.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.ConfigurableJointMotion", + "name": "angularYMotion", + "comment": "Allow rotation around the Y axis to be Free, completely Locked, or Limited according to Angular YLimit.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.ConfigurableJointMotion", + "name": "angularZMotion", + "comment": "Allow rotation around the Z axis to be Free, completely Locked, or Limited according to Angular ZLimit.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.SoftJointLimitSpring", + "name": "linearLimitSpring", + "comment": "The configuration of the spring attached to the linear limit of the joint.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.SoftJointLimitSpring", + "name": "angularXLimitSpring", + "comment": "The configuration of the spring attached to the angular X limit of the joint.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.SoftJointLimitSpring", + "name": "angularYZLimitSpring", + "comment": "The configuration of the spring attached to the angular Y and angular Z limits of the joint.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.SoftJointLimit", + "name": "linearLimit", + "comment": "Boundary defining movement restriction, based on distance from the joint's origin.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.SoftJointLimit", + "name": "lowAngularXLimit", + "comment": "Boundary defining lower rotation restriction, based on delta from original rotation.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.SoftJointLimit", + "name": "highAngularXLimit", + "comment": "Boundary defining upper rotation restriction, based on delta from original rotation.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.SoftJointLimit", + "name": "angularYLimit", + "comment": "Boundary defining rotation restriction, based on delta from original rotation.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.SoftJointLimit", + "name": "angularZLimit", + "comment": "Boundary defining rotation restriction, based on delta from original rotation.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "targetPosition", + "comment": "The desired position that the joint should move into.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "targetVelocity", + "comment": "The desired velocity that the joint should move along.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.JointDrive", + "name": "xDrive", + "comment": "Definition of how the joint's movement will behave along its local X axis.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.JointDrive", + "name": "yDrive", + "comment": "Definition of how the joint's movement will behave along its local Y axis.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.JointDrive", + "name": "zDrive", + "comment": "Definition of how the joint's movement will behave along its local Z axis.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.Quaternion", + "name": "targetRotation", + "comment": "This is a Quaternion. It defines the desired rotation that the joint should rotate into.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "targetAngularVelocity", + "comment": "This is a Vector3. It defines the desired angular velocity that the joint should rotate into.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.RotationDriveMode", + "name": "rotationDriveMode", + "comment": "Control the object's rotation with either X & YZ or Slerp Drive by itself.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.JointDrive", + "name": "angularXDrive", + "comment": "Definition of how the joint's rotation will behave around its local X axis. Only used if Rotation Drive Mode is Swing & Twist.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.JointDrive", + "name": "angularYZDrive", + "comment": "Definition of how the joint's rotation will behave around its local Y and Z axes. Only used if Rotation Drive Mode is Swing & Twist.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.JointDrive", + "name": "slerpDrive", + "comment": "Definition of how the joint's rotation will behave around all local axes. Only used if Rotation Drive Mode is Slerp Only.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.JointProjectionMode", + "name": "projectionMode", + "comment": "Brings violated constraints back into alignment even when the solver fails. Projection is not a physical process and does not preserve momentum or respect collision geometry. It is best avoided if practical, but can be useful in improving simulation quality where joint separation results in unacceptable artifacts.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "float", + "name": "projectionDistance", + "comment": "Set the linear tolerance threshold for projection.\n\nIf the joint separates by more than this distance along its locked degrees of freedom, the solver\nwill move the bodies to close the distance.\n\nSetting a very small tolerance may result in simulation jitter or other artifacts.\n\nSometimes it is not possible to project (for example when the joints form a cycle).\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "float", + "name": "projectionAngle", + "comment": "Set the angular tolerance threshold (in degrees) for projection.\n\nIf the joint deviates by more than this angle around its locked angular degrees of freedom,\nthe solver will move the bodies to close the angle.\n\nSetting a very small tolerance may result in simulation jitter or other artifacts.\n\nSometimes it is not possible to project (for example when the joints form a cycle).\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "bool", + "name": "configuredInWorldSpace", + "comment": "If enabled, all Target values will be calculated in world space instead of the object's local space.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "bool", + "name": "swapBodies", + "comment": "Enable this property to swap the order in which the physics engine processes the Rigidbodies involved in the joint. This results in different joint motion but has no impact on Rigidbodies and anchors.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + } + ], + "name": "ConfigurableJoint", + "comment": "The configurable joint is an extremely flexible joint giving you complete control over rotation and linear motion.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.ParticleSystem", + "name": "birth0", + "comment": "Sub-Particle System which spawns at the locations of the birth of the particles from the parent system.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystem", + "name": "birth1", + "comment": "Sub-Particle System which spawns at the locations of the birth of the particles from the parent system.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystem", + "name": "collision0", + "comment": "Sub-Particle System which spawns at the locations of the collision of the particles from the parent system.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystem", + "name": "collision1", + "comment": "Sub-Particle System which spawns at the locations of the collision of the particles from the parent system.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystem", + "name": "death0", + "comment": "Sub-Particle System which spawns at the locations of the death of the particles from the parent system.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystem", + "name": "death1", + "comment": "Sub-Particle System to spawn on death of the parent system's particles.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "bool", + "name": "enabled", + "comment": "Specifies whether the SubEmittersModule is enabled or disabled.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "int", + "name": "subEmittersCount", + "comment": "The total number of sub-emitters.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "subEmitter", "typeName": "UnityEngine.ParticleSystem" }, + { + "name": "type", + "typeName": "UnityEngine.ParticleSystemSubEmitterType" + }, + { + "name": "properties", + "typeName": "UnityEngine.ParticleSystemSubEmitterProperties" + }, + { "name": "emitProbability", "typeName": "float" } + ], + "isStatic": false, + "name": "AddSubEmitter", + "comment": "Add a new sub-emitter.\n\n```plaintext\nParams: subEmitter - The sub-emitter to add.\n type - The event that creates new particles.\n properties - The properties of the new particles.\n emitProbability - The probability that the sub-emitter emits particles. Accepts values from 0 to 1, where 0 is never and 1 is always.\n \n```\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "subEmitter", "typeName": "UnityEngine.ParticleSystem" }, + { + "name": "type", + "typeName": "UnityEngine.ParticleSystemSubEmitterType" + }, + { + "name": "properties", + "typeName": "UnityEngine.ParticleSystemSubEmitterProperties" + } + ], + "isStatic": false, + "name": "AddSubEmitter", + "comment": "Add a new sub-emitter.\n\n```plaintext\nParams: subEmitter - The sub-emitter to add.\n type - The event that creates new particles.\n properties - The properties of the new particles.\n emitProbability - The probability that the sub-emitter emits particles. Accepts values from 0 to 1, where 0 is never and 1 is always.\n \n```\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "RemoveSubEmitter", + "comment": "Removes a sub-emitter from the given index in the array.\n\n```plaintext\nParams: index - The index from which to remove a sub-emitter.\n \n```\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "subEmitter", "typeName": "UnityEngine.ParticleSystem" } + ], + "isStatic": false, + "name": "RemoveSubEmitter", + "comment": "Removes a sub-emitter from the given index in the array.\n\n```plaintext\nParams: subEmitter - The sub-emitter to remove.\n \n```\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "subEmitter", "typeName": "UnityEngine.ParticleSystem" } + ], + "isStatic": false, + "name": "SetSubEmitterSystem", + "comment": "Sets the Particle System to use as the sub-emitter at the given index.\n\n```plaintext\nParams: index - The index of the sub-emitter you want to modify.\n subEmitter - The Particle System to use as the sub-emitter at the specified index.\n \n```\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { + "name": "type", + "typeName": "UnityEngine.ParticleSystemSubEmitterType" + } + ], + "isStatic": false, + "name": "SetSubEmitterType", + "comment": "Sets the type of the sub-emitter at the given index.\n\n```plaintext\nParams: index - The index of the sub-emitter you want to modify.\n type - The new spawning type to assign to this sub-emitter.\n \n```\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { + "name": "properties", + "typeName": "UnityEngine.ParticleSystemSubEmitterProperties" + } + ], + "isStatic": false, + "name": "SetSubEmitterProperties", + "comment": "Sets the properties of the sub-emitter at the given index.\n\n```plaintext\nParams: index - The index of the sub-emitter you want to modify.\n properties - The new properties to assign to this sub-emitter.\n \n```\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "emitProbability", "typeName": "float" } + ], + "isStatic": false, + "name": "SetSubEmitterEmitProbability", + "comment": "Sets the probability that the sub-emitter emits particles.\n\n```plaintext\nParams: index - The index of the sub-emitter you want to modify.\n emitProbability - The probability value.\n \n```\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "ParticleSystem", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "GetSubEmitterSystem", + "comment": "The sub-emitter at the index.\n\n```plaintext\nParams: index - The index of the desired sub-emitter.\n \n```\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "ParticleSystemSubEmitterType", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "GetSubEmitterType", + "comment": "The type of sub-emitter at the index.\n\n```plaintext\nParams: index - The index of the desired sub-emitter.\n \n```\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "ParticleSystemSubEmitterProperties", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "GetSubEmitterProperties", + "comment": "The properties of the sub-emitter at the index.\n\n```plaintext\nParams: index - The index of the sub-emitter.\n \n```\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "GetSubEmitterEmitProbability", + "comment": "The emission probability for the sub-emitter\n\n```plaintext\nParams: index - The index of the sub-emitter.\n \n```\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "name": "SubEmittersModule", + "comment": "Script interface for the SubEmittersModule.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Vector3", + "name": "point", + "comment": "The point of contact.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "normal", + "comment": "Normal of the contact point.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.Collider", + "name": "thisCollider", + "comment": "The first collider in contact at the point.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.Collider", + "name": "otherCollider", + "comment": "The other collider in contact at the point.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "float", + "name": "separation", + "comment": "The distance between the colliders at the contact point.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + } + ], + "name": "ContactPoint", + "comment": "Describes a contact point where the collision occurs.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "float", + "name": "flipU", + "comment": "Flip the U coordinate on particles, causing them to appear mirrored horizontally.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "flipV", + "comment": "Flip the V coordinate on particles, causing them to appear mirrored vertically.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "bool", + "name": "useRandomRow", + "comment": "Use a random row of the Texture sheet for each particle emitted.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "bool", + "name": "enabled", + "comment": "Specifies whether the TextureSheetAnimationModule is enabled or disabled.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemAnimationMode", + "name": "mode", + "comment": "Select whether the animated Texture information comes from a grid of frames on a single Texture, or from a list of Sprite objects.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemAnimationTimeMode", + "name": "timeMode", + "comment": "Select whether the system bases the playback on mapping a curve to the lifetime of each particle, by using the particle speeds, or if playback simply uses a constant frames per second.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "fps", + "comment": "Control how quickly the animation plays.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "int", + "name": "numTilesX", + "comment": "Defines the tiling of the Texture in the x-axis.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "int", + "name": "numTilesY", + "comment": "Defines the tiling of the texture in the y-axis.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemAnimationType", + "name": "animation", + "comment": "Specifies the animation type.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemAnimationRowMode", + "name": "rowMode", + "comment": "Select how particles choose which row of a Texture Sheet Animation to use.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", + "name": "frameOverTime", + "comment": "A curve to control which frame of the Texture sheet animation to play.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "frameOverTimeMultiplier", + "comment": "The frame over time mutiplier.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", + "name": "startFrame", + "comment": "Define a random starting frame for the Texture sheet animation.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "startFrameMultiplier", + "comment": "The starting frame multiplier.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "int", + "name": "cycleCount", + "comment": "Specifies how many times the animation loops during the lifetime of the particle.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "int", + "name": "rowIndex", + "comment": "Explicitly select which row of the Texture sheet to use. The system uses this property when ParticleSystem.TextureSheetAnimationModule.rowMode is set to Custom.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.UVChannelFlags", + "name": "uvChannelMask", + "comment": "Choose which UV channels receive Texture animation.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "int", + "name": "spriteCount", + "comment": "The total number of sprites.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "speedRange", + "comment": "Specify how particle speeds are mapped to the animation frames.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "sprite", "typeName": "UnityEngine.Sprite" }], + "isStatic": false, + "name": "AddSprite", + "comment": "Add a new Sprite.\n\n```plaintext\nParams: sprite - The Sprite to be added.\n \n```\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "RemoveSprite", + "comment": "Remove a Sprite from the given index in the array.\n\n```plaintext\nParams: index - The index from which to remove a Sprite.\n \n```\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "sprite", "typeName": "UnityEngine.Sprite" } + ], + "isStatic": false, + "name": "SetSprite", + "comment": "Set the Sprite at the given index.\n\n```plaintext\nParams: index - The index of the Sprite being modified.\n sprite - The Sprite being assigned.\n \n```\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Sprite", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "GetSprite", + "comment": "The Sprite being requested.\n\n```plaintext\nParams: index - The index of the desired Sprite.\n \n```\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "name": "TextureSheetAnimationModule", + "comment": "Script interface for the TextureSheetAnimationModule.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IEquatable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "lhs", "typeName": "UnityEngine.PhysicsScene" }, + { "name": "rhs", "typeName": "UnityEngine.PhysicsScene" } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "lhs", "typeName": "UnityEngine.PhysicsScene" }, + { "name": "rhs", "typeName": "UnityEngine.PhysicsScene" } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "other", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "other", "typeName": "UnityEngine.PhysicsScene" } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "IsValid", + "comment": "Is the physics scene valid?\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "IsEmpty", + "comment": "Is the physics Scene is empty?\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "step", "typeName": "float" }], + "isStatic": false, + "name": "Simulate", + "comment": "Whether the simulation was run or not. Running the simulation during physics callbacks will always fail.\n\n```plaintext\nParams: step - The time to advance physics by.\n \n```\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Vector3" }, + { "name": "direction", "typeName": "UnityEngine.Vector3" }, + { "name": "maxDistance", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" }, + { + "name": "queryTriggerInteraction", + "typeName": "UnityEngine.QueryTriggerInteraction" + } + ], + "isStatic": false, + "name": "Raycast", + "comment": "True if the ray intersects with a Collider, otherwise false.\n\n```plaintext\nParams: origin - The starting point of the ray in world coordinates.\n direction - The direction of the ray.\n maxDistance - The max distance the ray should check for collisions.\n layerMask - A that is used to selectively ignore Colliders when casting a ray.\n queryTriggerInteraction - Specifies whether this query should hit Triggers.\n \n```\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Vector3" }, + { "name": "direction", "typeName": "UnityEngine.Vector3" }, + { "name": "hitInfo", "typeName": "UnityEngine.RaycastHit" }, + { "name": "maxDistance", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" }, + { + "name": "queryTriggerInteraction", + "typeName": "UnityEngine.QueryTriggerInteraction" + } + ], + "isStatic": false, + "name": "Raycast", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Vector3" }, + { "name": "direction", "typeName": "UnityEngine.Vector3" }, + { "name": "raycastHits", "typeName": "UnityEngine.RaycastHit[]" }, + { "name": "maxDistance", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" }, + { + "name": "queryTriggerInteraction", + "typeName": "UnityEngine.QueryTriggerInteraction" + } + ], + "isStatic": false, + "name": "Raycast", + "comment": "True if the ray intersects with a Collider, otherwise false.\n\n```plaintext\nParams: origin - The starting point and direction of the ray.\n direction - The direction of the ray.\n raycastHits - The buffer to store the hits into.\n maxDistance - The max distance the rayhit is allowed to be from the start of the ray.\n layerMask - A that is used to selectively ignore colliders when casting a ray.\n queryTriggerInteraction - The amount of hits stored into the results buffer.\n \n```\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "point1", "typeName": "UnityEngine.Vector3" }, + { "name": "point2", "typeName": "UnityEngine.Vector3" }, + { "name": "radius", "typeName": "float" }, + { "name": "direction", "typeName": "UnityEngine.Vector3" }, + { "name": "hitInfo", "typeName": "UnityEngine.RaycastHit" }, + { "name": "maxDistance", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" }, + { + "name": "queryTriggerInteraction", + "typeName": "UnityEngine.QueryTriggerInteraction" + } + ], + "isStatic": false, + "name": "CapsuleCast", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "point1", "typeName": "UnityEngine.Vector3" }, + { "name": "point2", "typeName": "UnityEngine.Vector3" }, + { "name": "radius", "typeName": "float" }, + { "name": "direction", "typeName": "UnityEngine.Vector3" }, + { "name": "results", "typeName": "UnityEngine.RaycastHit[]" }, + { "name": "maxDistance", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" }, + { + "name": "queryTriggerInteraction", + "typeName": "UnityEngine.QueryTriggerInteraction" + } + ], + "isStatic": false, + "name": "CapsuleCast", + "comment": "The amount of hits stored to the results buffer.\n\n```plaintext\nParams: point1 - The center of the sphere at the start of the capsule.\n point2 - The center of the sphere at the end of the capsule.\n radius - The radius of the capsule.\n direction - The direction into which to sweep the capsule.\n results - The buffer to store the results in.\n maxDistance - The max length of the sweep.\n layerMask - A that is used to selectively ignore colliders when casting a capsule.\n queryTriggerInteraction - Specifies whether this query should hit Triggers.\n \n```\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "point0", "typeName": "UnityEngine.Vector3" }, + { "name": "point1", "typeName": "UnityEngine.Vector3" }, + { "name": "radius", "typeName": "float" }, + { "name": "results", "typeName": "UnityEngine.Collider[]" }, + { "name": "layerMask", "typeName": "int" }, + { + "name": "queryTriggerInteraction", + "typeName": "UnityEngine.QueryTriggerInteraction" + } + ], + "isStatic": false, + "name": "OverlapCapsule", + "comment": "The amount of entries written to the buffer.\n\n```plaintext\nParams: point0 - The center of the sphere at the start of the capsule.\n point1 - The center of the sphere at the end of the capsule.\n radius - The radius of the capsule.\n results - The buffer to store the results into.\n layerMask - A that is used to selectively ignore colliders when casting a capsule.\n queryTriggerInteraction - Specifies whether this query should hit Triggers.\n \n```\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Vector3" }, + { "name": "radius", "typeName": "float" }, + { "name": "direction", "typeName": "UnityEngine.Vector3" }, + { "name": "hitInfo", "typeName": "UnityEngine.RaycastHit" }, + { "name": "maxDistance", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" }, + { + "name": "queryTriggerInteraction", + "typeName": "UnityEngine.QueryTriggerInteraction" + } + ], + "isStatic": false, + "name": "SphereCast", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Vector3" }, + { "name": "radius", "typeName": "float" }, + { "name": "direction", "typeName": "UnityEngine.Vector3" }, + { "name": "results", "typeName": "UnityEngine.RaycastHit[]" }, + { "name": "maxDistance", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" }, + { + "name": "queryTriggerInteraction", + "typeName": "UnityEngine.QueryTriggerInteraction" + } + ], + "isStatic": false, + "name": "SphereCast", + "comment": "The amount of hits stored into the results buffer.\n\n```plaintext\nParams: origin - The center of the sphere at the start of the sweep.\n radius - The radius of the sphere.\n direction - The direction into which to sweep the sphere.\n results - The buffer to save the results to.\n maxDistance - The max length of the cast.\n layerMask - A that is used to selectively ignore colliders when casting a capsule.\n queryTriggerInteraction - A that is used to selectively ignore colliders when casting a capsule.\n \n```\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "position", "typeName": "UnityEngine.Vector3" }, + { "name": "radius", "typeName": "float" }, + { "name": "results", "typeName": "UnityEngine.Collider[]" }, + { "name": "layerMask", "typeName": "int" }, + { + "name": "queryTriggerInteraction", + "typeName": "UnityEngine.QueryTriggerInteraction" + } + ], + "isStatic": false, + "name": "OverlapSphere", + "comment": "The amount of colliders stored into the results buffer.\n\n```plaintext\nParams: position - Center of the sphere.\n radius - Radius of the sphere.\n results - The buffer to store the results into.\n layerMask - A that is used to selectively ignore colliders when casting a ray.\n queryTriggerInteraction - Specifies whether this query should hit Triggers.\n \n```\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "center", "typeName": "UnityEngine.Vector3" }, + { "name": "halfExtents", "typeName": "UnityEngine.Vector3" }, + { "name": "direction", "typeName": "UnityEngine.Vector3" }, + { "name": "hitInfo", "typeName": "UnityEngine.RaycastHit" }, + { "name": "orientation", "typeName": "UnityEngine.Quaternion" }, + { "name": "maxDistance", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" }, + { + "name": "queryTriggerInteraction", + "typeName": "UnityEngine.QueryTriggerInteraction" + } + ], + "isStatic": false, + "name": "BoxCast", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "center", "typeName": "UnityEngine.Vector3" }, + { "name": "halfExtents", "typeName": "UnityEngine.Vector3" }, + { "name": "direction", "typeName": "UnityEngine.Vector3" }, + { "name": "hitInfo", "typeName": "UnityEngine.RaycastHit" } + ], + "isStatic": false, + "name": "BoxCast", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "center", "typeName": "UnityEngine.Vector3" }, + { "name": "halfExtents", "typeName": "UnityEngine.Vector3" }, + { "name": "results", "typeName": "UnityEngine.Collider[]" }, + { "name": "orientation", "typeName": "UnityEngine.Quaternion" }, + { "name": "layerMask", "typeName": "int" }, + { + "name": "queryTriggerInteraction", + "typeName": "UnityEngine.QueryTriggerInteraction" + } + ], + "isStatic": false, + "name": "OverlapBox", + "comment": "The amount of colliders stored in results.\n\n```plaintext\nParams: center - Center of the box.\n halfExtents - Half of the size of the box in each dimension.\n results - The buffer to store the results in.\n orientation - Rotation of the box.\n layerMask - A that is used to selectively ignore colliders when casting a ray.\n queryTriggerInteraction - Specifies whether this query should hit Triggers.\n \n```\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "center", "typeName": "UnityEngine.Vector3" }, + { "name": "halfExtents", "typeName": "UnityEngine.Vector3" }, + { "name": "results", "typeName": "UnityEngine.Collider[]" } + ], + "isStatic": false, + "name": "OverlapBox", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "center", "typeName": "UnityEngine.Vector3" }, + { "name": "halfExtents", "typeName": "UnityEngine.Vector3" }, + { "name": "direction", "typeName": "UnityEngine.Vector3" }, + { "name": "results", "typeName": "UnityEngine.RaycastHit[]" }, + { "name": "orientation", "typeName": "UnityEngine.Quaternion" }, + { "name": "maxDistance", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" }, + { + "name": "queryTriggerInteraction", + "typeName": "UnityEngine.QueryTriggerInteraction" + } + ], + "isStatic": false, + "name": "BoxCast", + "comment": "The amount of hits stored to the results buffer.\n\n```plaintext\nParams: center - Center of the box.\n halfExtents - Half the size of the box in each dimension.\n direction - The direction in which to cast the box.\n results - The buffer to store the results in.\n orientation - Rotation of the box.\n maxDistance - The max length of the cast.\n layerMask - A that is used to selectively ignore colliders when casting a capsule.\n queryTriggerInteraction - Specifies whether this query should hit Triggers.\n \n```\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "center", "typeName": "UnityEngine.Vector3" }, + { "name": "halfExtents", "typeName": "UnityEngine.Vector3" }, + { "name": "direction", "typeName": "UnityEngine.Vector3" }, + { "name": "results", "typeName": "UnityEngine.RaycastHit[]" } + ], + "isStatic": false, + "name": "BoxCast", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + } + ], + "name": "PhysicsScene", + "comment": "Represents a single instance of a 3D physics Scene.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "float", + "name": "lifetime", + "comment": "The lifetime of the particle.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "randomValue", + "comment": "The random value of the particle.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "size", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.Color32", + "name": "color", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "position", + "comment": "The position of the particle.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "velocity", + "comment": "The velocity of the particle.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "animatedVelocity", + "comment": "The animated velocity of the particle.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "totalVelocity", + "comment": "The total velocity of the particle.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "remainingLifetime", + "comment": "The remaining lifetime of the particle.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "startLifetime", + "comment": "The starting lifetime of the particle.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.Color32", + "name": "startColor", + "comment": "The initial color of the particle. The current color of the particle is calculated procedurally based on this value and the active color modules.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "uint", + "name": "randomSeed", + "comment": "The random seed of the particle.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "axisOfRotation", + "comment": "Mesh particles rotate around this axis.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "startSize", + "comment": "The initial size of the particle. The current size of the particle is calculated procedurally based on this value and the active size modules.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "startSize3D", + "comment": "The initial 3D size of the particle. The current size of the particle is calculated procedurally based on this value and the active size modules.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "rotation", + "comment": "The rotation of the particle.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "rotation3D", + "comment": "The 3D rotation of the particle.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "angularVelocity", + "comment": "The angular velocity of the particle.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "angularVelocity3D", + "comment": "The 3D angular velocity of the particle.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Single", + "params": [ + { "name": "system", "typeName": "UnityEngine.ParticleSystem" } + ], + "isStatic": false, + "name": "GetCurrentSize", + "comment": "Current size.\n\n```plaintext\nParams: system - The Particle System from which this particle was emitted.\n \n```\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Vector3", + "params": [ + { "name": "system", "typeName": "UnityEngine.ParticleSystem" } + ], + "isStatic": false, + "name": "GetCurrentSize3D", + "comment": "Current size.\n\n```plaintext\nParams: system - The Particle System from which this particle was emitted.\n \n```\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Color32", + "params": [ + { "name": "system", "typeName": "UnityEngine.ParticleSystem" } + ], + "isStatic": false, + "name": "GetCurrentColor", + "comment": "Current color.\n\n```plaintext\nParams: system - The Particle System from which this particle was emitted.\n \n```\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "SetMeshIndex", + "comment": "Sets the Mesh index of the particle, used for choosing which Mesh a particle is rendered with.\n\n```plaintext\nParams: index - The Mesh index.\n \n```\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "system", "typeName": "UnityEngine.ParticleSystem" } + ], + "isStatic": false, + "name": "GetMeshIndex", + "comment": "The index of the mesh used for rendering the particle.\n\n```plaintext\nParams: system - The Particle System from which this particle was emitted.\n \n```\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "name": "Particle", + "comment": "Script interface for a Particle.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "PhysicsScene", + "params": [], + "isStatic": false, + "name": "GetPhysicsScene", + "comment": "The 3D physics Scene used by the Scene.\n\n```plaintext\nParams: scene - The Scene from which to return the 3D physics Scene.\n \n```\n\n", + "location": "UnityEngine.PhysicsModule.dll" + } + ], + "name": "PhysicsSceneExtensions", + "comment": "Scene extensions to access the underlying physics scene.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.ArticulationJointType", + "name": "FixedJoint", + "comment": "Fixed joint doesn't allow any relative movement of the connected bodies.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.ArticulationJointType", + "name": "PrismaticJoint", + "comment": "Prismatic joint only allows relative translation of the connection bodies along one specified axis.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.ArticulationJointType", + "name": "RevoluteJoint", + "comment": "Revolute joint allows rotational movement around the X axis of the parent's anchor.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.ArticulationJointType", + "name": "SphericalJoint", + "comment": "Spherical joint only allows relative rotations of the two connected bodies.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.ArticulationJointType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + } + ], + "name": "ArticulationJointType", + "comment": "The type of the joint that restricts movement of the two connected articulation bodies.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "object", + "attribute": "", + "interfaces": ["ISubsystem"], + "fields": [ + { + "typeName": "bool", + "name": "running", + "comment": "Whether or not the subsystem is running.\n\n", + "location": "UnityEngine.SubsystemsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Start", + "comment": "Starts an instance of a subsystem.\n\n", + "location": "UnityEngine.SubsystemsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Stop", + "comment": "Stops an instance of a subsystem.\n\n", + "location": "UnityEngine.SubsystemsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Destroy", + "comment": "Destroys this instance of a subsystem.\n\n", + "location": "UnityEngine.SubsystemsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.SubsystemsModule.dll" + } + ], + "name": "IntegratedSubsystem", + "comment": "An IntegratedSubsystem is initialized from an IntegratedSubsystemDescriptor for a given Subsystem (Example, Input, Environment, Display, etc.) and provides an interface to interact with that given IntegratedSubsystem until it is Destroyed. After an IntegratedSubsystem is created it can be Started or Stopped to turn on and off functionality (and preserve performance). The base type for IntegratedSubsystem only exposes this functionality; this class is designed to be a base class for derived classes that expose more functionality specific to a given IntegratedSubsystem.\n\n Note: initializing a second IntegratedSubsystem from the same IntegratedSubsystemDescriptor will return a reference to the existing IntegratedSubsystem as only one IntegratedSubsystem is currently allowed for a single IntegratedSubsystem provider.\n\n", + "location": "UnityEngine.SubsystemsModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.ArticulationDofLock", + "name": "LockedMotion", + "comment": "The relative motion of the two connected articulation bodies is not allowed.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.ArticulationDofLock", + "name": "LimitedMotion", + "comment": "The relative motion of the two connected articulation bodies is limited to a certain range.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.ArticulationDofLock", + "name": "FreeMotion", + "comment": "The relative motion of the two connected articulation bodies is unconstrained.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.ArticulationDofLock", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + } + ], + "name": "ArticulationDofLock", + "comment": "The lock type applied to a particular degree of freedom of an articulation body.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.IntegratedSubsystem", + "attribute": "", + "interfaces": ["ISubsystem"], + "fields": [ + { + "typeName": "TSubsystemDescriptor", + "name": "subsystemDescriptor", + "comment": "", + "location": "UnityEngine.SubsystemsModule.dll" + }, + { + "typeName": "TSubsystemDescriptor", + "name": "SubsystemDescriptor", + "comment": "", + "location": "UnityEngine.SubsystemsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.SubsystemsModule.dll" + } + ], + "name": "IntegratedSubsystem", + "comment": "", + "location": "UnityEngine.SubsystemsModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "float", + "name": "lowerLimit", + "comment": "The lower limit of motion for a particular degree of freedom.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "float", + "name": "upperLimit", + "comment": "The upper limit of motion for a particular degree of freedom.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "float", + "name": "stiffness", + "comment": "The stiffness of the spring connected to this drive.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "float", + "name": "damping", + "comment": "The damping of the spring attached to this drive.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "float", + "name": "forceLimit", + "comment": "The maximum force this drive can apply to a body.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "float", + "name": "target", + "comment": "The target value the drive will try to reach.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "float", + "name": "targetVelocity", + "comment": "The velocity of the body this drive will try to reach.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + } + ], + "name": "ArticulationDrive", + "comment": "Drive applies forces and torques to the connected bodies.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Vector3", + "name": "intersection", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "normal", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "velocity", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.Component", + "name": "collider", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "name": "CollisionEvent", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "dofCount", + "comment": "The number of degrees of freedom of a body.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "float", + "name": "this[]", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "a", "typeName": "float" }], + "isStatic": false, + "name": ".ctor", + "comment": "Stores coordinates in reduced space.\n\n```plaintext\nParams: a - Coordinate of the first degree of freedom.\n b - Coordinate of the second degree of freedom.\n c - Coordinate of the third degree of freedom.\n \n```\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "a", "typeName": "float" }, + { "name": "b", "typeName": "float" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Stores coordinates in reduced space.\n\n```plaintext\nParams: a - Coordinate of the first degree of freedom.\n b - Coordinate of the second degree of freedom.\n c - Coordinate of the third degree of freedom.\n \n```\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "a", "typeName": "float" }, + { "name": "b", "typeName": "float" }, + { "name": "c", "typeName": "float" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Stores coordinates in reduced space.\n\n```plaintext\nParams: a - Coordinate of the first degree of freedom.\n b - Coordinate of the second degree of freedom.\n c - Coordinate of the third degree of freedom.\n \n```\n\n", + "location": "UnityEngine.PhysicsModule.dll" + } + ], + "name": "ArticulationReducedSpace", + "comment": "Coordinates in reduced space.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "float", + "name": "time", + "comment": "The time that each burst occurs.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", + "name": "count", + "comment": "Specify the number of particles to emit.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "short", + "name": "minCount", + "comment": "The minimum number of particles to emit.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "short", + "name": "maxCount", + "comment": "The maximum number of particles to emit.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "int", + "name": "cycleCount", + "comment": "Specifies how many times the system should play the burst. Set this to 0 to make it play indefinitely.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "repeatInterval", + "comment": "How often to repeat the burst, in seconds.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "probability", + "comment": "The probability that the system triggers a burst.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "_time", "typeName": "float" }, + { "name": "_count", "typeName": "short" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Construct a new Burst with a time and count.\n\n```plaintext\nParams: _time - Time to emit the burst.\n _minCount - Minimum number of particles to emit.\n _maxCount - Maximum number of particles to emit.\n _count - Number of particles to emit.\n _cycleCount - Specifies how many times the system should play the burst. Set this to 0 to make it play indefinitely.\n _repeatInterval - How often to repeat the burst, in seconds.\n \n```\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "_time", "typeName": "float" }, + { "name": "_minCount", "typeName": "short" }, + { "name": "_maxCount", "typeName": "short" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Construct a new Burst with a time and count.\n\n```plaintext\nParams: _time - Time to emit the burst.\n _minCount - Minimum number of particles to emit.\n _maxCount - Maximum number of particles to emit.\n _count - Number of particles to emit.\n _cycleCount - Specifies how many times the system should play the burst. Set this to 0 to make it play indefinitely.\n _repeatInterval - How often to repeat the burst, in seconds.\n \n```\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "_time", "typeName": "float" }, + { "name": "_minCount", "typeName": "short" }, + { "name": "_maxCount", "typeName": "short" }, + { "name": "_cycleCount", "typeName": "int" }, + { "name": "_repeatInterval", "typeName": "float" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Construct a new Burst with a time and count.\n\n```plaintext\nParams: _time - Time to emit the burst.\n _minCount - Minimum number of particles to emit.\n _maxCount - Maximum number of particles to emit.\n _count - Number of particles to emit.\n _cycleCount - Specifies how many times the system should play the burst. Set this to 0 to make it play indefinitely.\n _repeatInterval - How often to repeat the burst, in seconds.\n \n```\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "_time", "typeName": "float" }, + { + "name": "_count", + "typeName": "UnityEngine.ParticleSystem.MinMaxCurve" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "_time", "typeName": "float" }, + { + "name": "_count", + "typeName": "UnityEngine.ParticleSystem.MinMaxCurve" + }, + { "name": "_cycleCount", "typeName": "int" }, + { "name": "_repeatInterval", "typeName": "float" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "name": "Burst", + "comment": "Script interface for a Burst.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.ParticleSystemGradientMode", + "name": "mode", + "comment": "Set the mode that the Min-Max Gradient uses to evaluate colors.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.Gradient", + "name": "gradientMax", + "comment": "Set a gradient for the upper bound.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.Gradient", + "name": "gradientMin", + "comment": "Set a gradient for the lower bound.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.Color", + "name": "colorMax", + "comment": "Set a constant color for the upper bound.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.Color", + "name": "colorMin", + "comment": "Set a constant color for the lower bound.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.Color", + "name": "color", + "comment": "Set a constant color.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.Gradient", + "name": "gradient", + "comment": "Set the gradient.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "color", "typeName": "UnityEngine.Color" }], + "isStatic": false, + "name": ".ctor", + "comment": "A single constant color for the entire gradient.\n\n```plaintext\nParams: color - Constant color.\n \n```\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "gradient", "typeName": "UnityEngine.Gradient" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Use one gradient when evaluating numbers along this Min-Max Gradient.\n\n```plaintext\nParams: gradient - A single gradient for evaluating against.\n \n```\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "min", "typeName": "UnityEngine.Color" }, + { "name": "max", "typeName": "UnityEngine.Color" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Randomly select colors based on the interval between the minimum and maximum constants.\n\n```plaintext\nParams: min - The constant color describing the minimum colors to be evaluated.\n max - The constant color describing the maximum colors to be evaluated.\n \n```\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "min", "typeName": "UnityEngine.Gradient" }, + { "name": "max", "typeName": "UnityEngine.Gradient" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Randomly select colors based on the interval between the minimum and maximum gradients.\n\n```plaintext\nParams: min - The gradient describing the minimum colors to be evaluated.\n max - The gradient describing the maximum colors to be evaluated.\n \n```\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Color", + "params": [{ "name": "time", "typeName": "float" }], + "isStatic": false, + "name": "Evaluate", + "comment": "Calculated gradient/color value.\n\n```plaintext\nParams: time - Normalized time (in the range 0 - 1, where 1 represents 100%) at which to evaluate the gradient. This is valid when ParticleSystem.MinMaxGradient.mode is set to ParticleSystemGradientMode.Gradient or ParticleSystemGradientMode.TwoGradients.\n lerpFactor - Blend between the two gradients/colors (Valid when ParticleSystem.MinMaxGradient.mode is set to ParticleSystemGradientMode.TwoColors or ParticleSystemGradientMode.TwoGradients).\n \n```\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Color", + "params": [ + { "name": "time", "typeName": "float" }, + { "name": "lerpFactor", "typeName": "float" } + ], + "isStatic": false, + "name": "Evaluate", + "comment": "Calculated gradient/color value.\n\n```plaintext\nParams: time - Normalized time (in the range 0 - 1, where 1 represents 100%) at which to evaluate the gradient. This is valid when ParticleSystem.MinMaxGradient.mode is set to ParticleSystemGradientMode.Gradient or ParticleSystemGradientMode.TwoGradients.\n lerpFactor - Blend between the two gradients/colors (Valid when ParticleSystem.MinMaxGradient.mode is set to ParticleSystemGradientMode.TwoColors or ParticleSystemGradientMode.TwoGradients).\n \n```\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "MinMaxGradient", + "params": [{ "name": "color", "typeName": "UnityEngine.Color" }], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "MinMaxGradient", + "params": [ + { "name": "gradient", "typeName": "UnityEngine.Gradient" } + ], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "name": "MinMaxGradient", + "comment": "Script interface for a Min-Max Gradient.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "object", + "attribute": "", + "interfaces": ["ISubsystemDescriptorImpl", "ISubsystemDescriptor"], + "fields": [ + { + "typeName": "string", + "name": "id", + "comment": "A unique string that identifies the subsystem that this Descriptor can create.\n\n", + "location": "UnityEngine.SubsystemsModule.dll" + } + ], + "methods": [], + "name": "IntegratedSubsystemDescriptor", + "comment": "Information about a subsystem that can be queried before creating a subsystem instance.\n\n", + "location": "UnityEngine.SubsystemsModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.ParticleSystem.Particle", + "name": "particle", + "comment": "Override all the properties of particles this system emits.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "position", + "comment": "Override the position of particles this system emits.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "bool", + "name": "applyShapeToPosition", + "comment": "When overriding the position of particles, setting this flag to true allows you to retain the influence of the shape module.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "velocity", + "comment": "Override the velocity of particles this system emits.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "startLifetime", + "comment": "Override the lifetime of particles this system emits.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "startSize", + "comment": "Override the initial size of particles this system emits.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "startSize3D", + "comment": "Override the initial 3D size of particles this system emits.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "axisOfRotation", + "comment": "Override the axis of rotation of particles this system emits.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "rotation", + "comment": "Override the rotation of particles this system emits.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "rotation3D", + "comment": "Override the 3D rotation of particles this system emits.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "angularVelocity", + "comment": "Override the angular velocity of particles this system emits.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "angularVelocity3D", + "comment": "Override the 3D angular velocity of particles this system emits.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.Color32", + "name": "startColor", + "comment": "Override the initial color of particles this system emits.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "uint", + "name": "randomSeed", + "comment": "Override the random seed of particles this system emits.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "int", + "name": "meshIndex", + "comment": "Set the index that specifies which Mesh to emit.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ResetPosition", + "comment": "Revert the position back to the value specified in the Inspector.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ResetVelocity", + "comment": "Revert the velocity back to the value specified in the Inspector.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ResetAxisOfRotation", + "comment": "Revert the axis of rotation back to the value specified in the Inspector.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ResetRotation", + "comment": "Reverts rotation and rotation3D back to the values specified in the Inspector.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ResetAngularVelocity", + "comment": "Reverts angularVelocity and angularVelocity3D back to the values specified in the Inspector.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ResetStartSize", + "comment": "Revert the initial size back to the value specified in the Inspector.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ResetStartColor", + "comment": "Revert the initial color back to the value specified in the Inspector.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ResetRandomSeed", + "comment": "Revert the random seed back to the value specified in the Inspector.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ResetStartLifetime", + "comment": "Revert the lifetime back to the value specified in the Inspector.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ResetMeshIndex", + "comment": "Revert the Mesh selection back to the default randomized behavior.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "name": "EmitParams", + "comment": "Script interface for Particle System emission parameters.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "name": "PlaybackState", + "comment": "Script interface for storing the particle playback state.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.IntegratedSubsystemDescriptor", + "attribute": "", + "interfaces": ["ISubsystemDescriptorImpl", "ISubsystemDescriptor"], + "fields": [], + "methods": [ + { + "returnTypeName": "TSubsystem", + "params": [], + "isStatic": false, + "name": "Create", + "comment": "", + "location": "UnityEngine.SubsystemsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.SubsystemsModule.dll" + } + ], + "name": "IntegratedSubsystemDescriptor", + "comment": "", + "location": "UnityEngine.SubsystemsModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "running", + "comment": "Will be true if asking the subsytem to start was successful. False in the case that the subsystem has stopped, was asked to stop or has not been started yet.\n\n", + "location": "UnityEngine.SubsystemsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Start", + "comment": "Starts an instance of a subsystem.\n\n", + "location": "UnityEngine.SubsystemsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Stop", + "comment": "Stops an instance of a subsystem.\n\n", + "location": "UnityEngine.SubsystemsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Destroy", + "comment": "Destroys this instance of a subsystem.\n\n", + "location": "UnityEngine.SubsystemsModule.dll" + } + ], + "name": "ISubsystem", + "comment": "", + "location": "UnityEngine.SubsystemsModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "id", + "comment": "A unique string that identifies the subsystem that this Descriptor can create.\n\n", + "location": "UnityEngine.SubsystemsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "ISubsystem", + "params": [], + "isStatic": false, + "name": "Create", + "comment": "An instance of ISubsystem.\n\n", + "location": "UnityEngine.SubsystemsModule.dll" + } + ], + "name": "ISubsystemDescriptor", + "comment": "", + "location": "UnityEngine.SubsystemsModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "float", + "name": "FixedElementField", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + } + ], + "name": "e__FixedBuffer", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "float", + "name": "this[]", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "int", + "name": "rows", + "comment": "Number of rows of the matrix is equal to the number of articulation bodies in hierarchy times 6: 3 rows of linearpositional DOF and 3 rows of angularrotational DOF for each body.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "int", + "name": "columns", + "comment": "Number of columns of the matrix is equal to the total number of all joint degrees of freedom(DOF), plus 6 if ArticulationBody.immovable is false.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "System.Collections.Generic.List", + "name": "elements", + "comment": "List of floats representing Jacobian matrix.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "rows", "typeName": "int" }, + { "name": "cols", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + } + ], + "name": "ArticulationJacobian", + "comment": "The floating point dense Jacobian matrix of the articulation body hierarchy.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "object", + "attribute": "", + "interfaces": ["ISubsystem"], + "fields": [ + { + "typeName": "bool", + "name": "running", + "comment": "Whether or not the subsystem is running.\n\n", + "location": "UnityEngine.SubsystemsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Start", + "comment": "Starts an instance of a subsystem.\n\n", + "location": "UnityEngine.SubsystemsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Stop", + "comment": "Stops an instance of a subsystem.\n\n", + "location": "UnityEngine.SubsystemsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Destroy", + "comment": "Destroys this instance of a subsystem.\n\n", + "location": "UnityEngine.SubsystemsModule.dll" + } + ], + "name": "Subsystem", + "comment": "A Subsystem is initialized from a SubsystemDescriptorWithProvider for a given Subsystem (Example, Input, Display, etc.) and provides an interface to interact with that given Subsystem until it is Destroyed. After a Subsystem is created it can be Started or Stopped to turn on and off functionality (and improve performance). The base type for subsystems only exposes this functionality; this class is designed to be a base class for derived classes that expose more functionality specific to a given Subsystem.\n\n Note: initializing a second Subsystem from the same SubsystemDescriptor will return a reference to the existing Subsystem as only one Subsystem is currently allowed for a single Subsystem provider.\n\nThis subsystem base-class is deprecated. If you are creating a new subsystem type, derive from SubsystemWithProvider instead.\n\n", + "location": "UnityEngine.SubsystemsModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.Behaviour", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.ArticulationJointType", + "name": "jointType", + "comment": "The type of joint connecting this body to its parent body.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "anchorPosition", + "comment": "Position of the anchor relative to this body.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "parentAnchorPosition", + "comment": "Position of the anchor relative to this body's parent.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.Quaternion", + "name": "anchorRotation", + "comment": "Rotation of the anchor relative to this body.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.Quaternion", + "name": "parentAnchorRotation", + "comment": "Rotation of the anchor relative to this body's parent.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "bool", + "name": "isRoot", + "comment": "Indicates whether this body is the root body of the articulation (Read Only).\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.ArticulationDofLock", + "name": "linearLockX", + "comment": "The type of lock along X axis of movement.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.ArticulationDofLock", + "name": "linearLockY", + "comment": "The type of lock along Y axis of movement.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.ArticulationDofLock", + "name": "linearLockZ", + "comment": "The type of lock along Z axis of movement.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.ArticulationDofLock", + "name": "swingYLock", + "comment": "The magnitude of the conical swing angle relative to Y axis.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.ArticulationDofLock", + "name": "swingZLock", + "comment": "The magnitude of the conical swing angle relative to Z axis.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.ArticulationDofLock", + "name": "twistLock", + "comment": "The type of lock for twist movement.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.ArticulationDrive", + "name": "xDrive", + "comment": "The properties of drive along or around X.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.ArticulationDrive", + "name": "yDrive", + "comment": "The properties of drive along or around Y.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.ArticulationDrive", + "name": "zDrive", + "comment": "The properties of drive along or around Z.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "bool", + "name": "immovable", + "comment": "Allows you to specify that this body is not movable.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "bool", + "name": "useGravity", + "comment": "Controls whether gravity affects this articulation body.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "float", + "name": "linearDamping", + "comment": "Damping factor that affects how this body resists linear motion.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "float", + "name": "angularDamping", + "comment": "Damping factor that affects how this body resists rotations.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "float", + "name": "jointFriction", + "comment": "Allows you to specify the amount of friction that is applied as a result of the parent body moving relative to this body.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "velocity", + "comment": "Linear velocity of the body defined in world space.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "angularVelocity", + "comment": "The angular velocity of the body defined in world space.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "float", + "name": "mass", + "comment": "The mass of this articulation body.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "centerOfMass", + "comment": "The center of mass of the body defined in local space.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "worldCenterOfMass", + "comment": "The center of mass of the body defined in world space (Read Only).\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "inertiaTensor", + "comment": "The inertia tensor of this body.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.Quaternion", + "name": "inertiaTensorRotation", + "comment": "The rotation of the inertia tensor.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "float", + "name": "sleepThreshold", + "comment": "The mass-normalized energy threshold, below which objects start going to sleep.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "int", + "name": "solverIterations", + "comment": "The solverIterations determines how accurately articulation body joints and collision contacts are resolved.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "int", + "name": "solverVelocityIterations", + "comment": "The solverVelocityIterations affects how accurately articulation body joints and collision contacts are resolved during bounce.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "float", + "name": "maxAngularVelocity", + "comment": "The maximimum angular velocity of the articulation body measured in radians per second.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "float", + "name": "maxLinearVelocity", + "comment": "The maximum linear velocity of the articulation body measured in meters per second.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "float", + "name": "maxJointVelocity", + "comment": "The maximum joint velocity of the articulation body joint in reduced coordinates.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "float", + "name": "maxDepenetrationVelocity", + "comment": "The maximum velocity of an articulation body when moving out of penetrating state.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.ArticulationReducedSpace", + "name": "jointPosition", + "comment": "The joint position in reduced coordinates.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.ArticulationReducedSpace", + "name": "jointVelocity", + "comment": "The joint velocity in reduced coordinates.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.ArticulationReducedSpace", + "name": "jointAcceleration", + "comment": "The joint acceleration in reduced coordinates.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.ArticulationReducedSpace", + "name": "jointForce", + "comment": "The joint force in reduced coordinates.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "int", + "name": "dofCount", + "comment": "The amount of degrees of freedom of a body.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "int", + "name": "index", + "comment": "The index of the body in the hierarchy of articulation bodies.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.CollisionDetectionMode", + "name": "collisionDetectionMode", + "comment": "The ArticulationBody's collision detection mode.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "force", "typeName": "UnityEngine.Vector3" }], + "isStatic": false, + "name": "AddForce", + "comment": "Add force to the articulation body.\n\n```plaintext\nParams: force - The force vector to apply.\n \n```\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "force", "typeName": "UnityEngine.Vector3" }], + "isStatic": false, + "name": "AddRelativeForce", + "comment": "Applies a force to the articulation body, relative to its local coordinate system.\n\n```plaintext\nParams: force - Force vector in local coordinates.\n \n```\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "torque", "typeName": "UnityEngine.Vector3" }], + "isStatic": false, + "name": "AddTorque", + "comment": "Add torque to the articulation body.\n\n```plaintext\nParams: torque - The torque to apply.\n \n```\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "torque", "typeName": "UnityEngine.Vector3" }], + "isStatic": false, + "name": "AddRelativeTorque", + "comment": "Applies a torque to the articulation body, relative to its local coordinate system.\n\n```plaintext\nParams: torque - Torque vector in local coordinates.\n \n```\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "force", "typeName": "UnityEngine.Vector3" }, + { "name": "position", "typeName": "UnityEngine.Vector3" } + ], + "isStatic": false, + "name": "AddForceAtPosition", + "comment": "Applies a force at a specific position, resulting in applying a torque and force on the object.\n\n```plaintext\nParams: force - Force vector in world coordinates.\n position - Position in world coordinates.\n \n```\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ResetCenterOfMass", + "comment": "Resets the center of mass of the articulation body.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ResetInertiaTensor", + "comment": "Resets the inertia tensor value and rotation.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Sleep", + "comment": "Forces an articulation body to sleep.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "IsSleeping", + "comment": "Indicates whether the articulation body is sleeping.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "WakeUp", + "comment": "Forces an articulation body to wake up.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "position", "typeName": "UnityEngine.Vector3" }, + { "name": "rotation", "typeName": "UnityEngine.Quaternion" } + ], + "isStatic": false, + "name": "TeleportRoot", + "comment": "Teleport the root body of the articulation to a new pose.\n\n```plaintext\nParams: position - The new position of the root articulation body.\n rotation - The new orientation of the root articulation body.\n \n```\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Vector3", + "params": [{ "name": "point", "typeName": "UnityEngine.Vector3" }], + "isStatic": false, + "name": "GetClosestPoint", + "comment": "The point on the surfaces of all Colliders attached to this articulation body that is closest to the given one.\n\n```plaintext\nParams: point - The point of interest.\n \n```\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Vector3", + "params": [ + { "name": "relativePoint", "typeName": "UnityEngine.Vector3" } + ], + "isStatic": false, + "name": "GetRelativePointVelocity", + "comment": "The velocity relative to the articulation body at the point relativePoint.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Vector3", + "params": [ + { "name": "worldPoint", "typeName": "UnityEngine.Vector3" } + ], + "isStatic": false, + "name": "GetPointVelocity", + "comment": "Gets the velocity of the articulation body at the specified worldPoint in global space.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "jacobian", + "typeName": "UnityEngine.ArticulationJacobian" + } + ], + "isStatic": false, + "name": "GetDenseJacobian", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "positions", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "GetJointPositions", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "positions", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "SetJointPositions", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "velocities", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "GetJointVelocities", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "velocities", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "SetJointVelocities", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "accelerations", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "GetJointAccelerations", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "accelerations", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "SetJointAccelerations", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "forces", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "GetJointForces", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "forces", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "SetJointForces", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "targets", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "GetDriveTargets", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "targets", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "SetDriveTargets", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "targetVelocities", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "GetDriveTargetVelocities", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "targetVelocities", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "SetDriveTargetVelocities", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "dofStartIndices", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "GetDofStartIndices", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + } + ], + "name": "ArticulationBody", + "comment": "A body that forms part of a Physics articulation.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.Subsystem", + "attribute": "", + "interfaces": ["ISubsystem"], + "fields": [ + { + "typeName": "TSubsystemDescriptor", + "name": "SubsystemDescriptor", + "comment": "", + "location": "UnityEngine.SubsystemsModule.dll" + } + ], + "methods": [], + "name": "Subsystem", + "comment": "", + "location": "UnityEngine.SubsystemsModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "IgnoreRaycastLayer", + "comment": "Layer mask constant to select ignore raycast layer.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "int", + "name": "DefaultRaycastLayers", + "comment": "Layer mask constant to select default raycast layers.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "int", + "name": "AllLayers", + "comment": "Layer mask constant to select all layers.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "int", + "name": "kIgnoreRaycastLayer", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "int", + "name": "kDefaultRaycastLayers", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "int", + "name": "kAllLayers", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "float", + "name": "minPenetrationForPenalty", + "comment": "The minimum contact penetration value in order to apply a penalty force (default 0.05). Must be positive.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "gravity", + "comment": "The gravity applied to all rigid bodies in the Scene.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "float", + "name": "defaultContactOffset", + "comment": "The default contact offset of the newly created colliders.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "float", + "name": "sleepThreshold", + "comment": "The mass-normalized energy threshold, below which objects start going to sleep.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "bool", + "name": "queriesHitTriggers", + "comment": "Specifies whether queries (raycasts, spherecasts, overlap tests, etc.) hit Triggers by default.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "bool", + "name": "queriesHitBackfaces", + "comment": "Whether physics queries should hit back-face triangles.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "float", + "name": "bounceThreshold", + "comment": "Two colliding objects with a relative velocity below this will not bounce (default 2). Must be positive.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "float", + "name": "defaultMaxDepenetrationVelocity", + "comment": "The maximum default velocity needed to move a Rigidbody's collider out of another collider's surface penetration. Must be positive.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "int", + "name": "defaultSolverIterations", + "comment": "The defaultSolverIterations determines how accurately Rigidbody joints and collision contacts are resolved. (default 6). Must be positive.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "int", + "name": "defaultSolverVelocityIterations", + "comment": "The defaultSolverVelocityIterations affects how accurately the Rigidbody joints and collision contacts are resolved. (default 1). Must be positive.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "float", + "name": "bounceTreshold", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "float", + "name": "sleepVelocity", + "comment": "The default linear velocity, below which objects start going to sleep (default 0.15). Must be positive.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "float", + "name": "sleepAngularVelocity", + "comment": "The default angular velocity, below which objects start sleeping (default 0.14). Must be positive.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "float", + "name": "maxAngularVelocity", + "comment": "The default maximum angular velocity permitted for any rigid bodies (default 7). Must be positive.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "int", + "name": "solverIterationCount", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "int", + "name": "solverVelocityIterationCount", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "float", + "name": "penetrationPenaltyForce", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "float", + "name": "defaultMaxAngularSpeed", + "comment": "Default maximum angular speed of the dynamic Rigidbody, in radians (default 50).\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.PhysicsScene", + "name": "defaultPhysicsScene", + "comment": "The PhysicsScene automatically created when Unity starts.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "bool", + "name": "autoSimulation", + "comment": "Sets whether the physics should be simulated automatically or not.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "bool", + "name": "autoSyncTransforms", + "comment": "Whether or not to automatically sync transform changes with the physics system whenever a Transform component changes.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "bool", + "name": "reuseCollisionCallbacks", + "comment": "Determines whether the garbage collector should reuse only a single instance of a Collision type for all collision callbacks.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "float", + "name": "interCollisionDistance", + "comment": "Sets the minimum separation distance for cloth inter-collision.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "float", + "name": "interCollisionStiffness", + "comment": "Sets the cloth inter-collision stiffness.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "bool", + "name": "interCollisionSettingsToggle", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "clothGravity", + "comment": "Cloth Gravity setting.\nSet gravity for all cloth components.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "collider1", "typeName": "UnityEngine.Collider" }, + { "name": "collider2", "typeName": "UnityEngine.Collider" }, + { "name": "ignore", "typeName": "bool" } + ], + "isStatic": true, + "name": "IgnoreCollision", + "comment": "Makes the collision detection system ignore all collisions between collider1 and collider2.\n\n```plaintext\nParams: collider1 - Any collider.\n collider2 - Another collider you want to have collider1 to start or stop ignoring collisions with.\n ignore - Whether or not the collisions between the two colliders should be ignored or not.\n \n```\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "collider1", "typeName": "UnityEngine.Collider" }, + { "name": "collider2", "typeName": "UnityEngine.Collider" } + ], + "isStatic": true, + "name": "IgnoreCollision", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "layer1", "typeName": "int" }, + { "name": "layer2", "typeName": "int" }, + { "name": "ignore", "typeName": "bool" } + ], + "isStatic": true, + "name": "IgnoreLayerCollision", + "comment": "Makes the collision detection system ignore all collisions between any collider in layer1 and any collider in layer2.\n\nNote that IgnoreLayerCollision will reset the trigger state of affected colliders, so you might receive OnTriggerExit and OnTriggerEnter messages in response to calling this.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "layer1", "typeName": "int" }, + { "name": "layer2", "typeName": "int" } + ], + "isStatic": true, + "name": "IgnoreLayerCollision", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "layer1", "typeName": "int" }, + { "name": "layer2", "typeName": "int" } + ], + "isStatic": true, + "name": "GetIgnoreLayerCollision", + "comment": "Are collisions between layer1 and layer2 being ignored?\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "collider1", "typeName": "UnityEngine.Collider" }, + { "name": "collider2", "typeName": "UnityEngine.Collider" } + ], + "isStatic": true, + "name": "GetIgnoreCollision", + "comment": "Whether the collision detection system will ignore all collisionstriggers between collider1 and collider2/ or not.\n\n```plaintext\nParams: collider1 - The first collider to compare to collider2.\n collider2 - The second collider to compare to collider1.\n \n```\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Vector3" }, + { "name": "direction", "typeName": "UnityEngine.Vector3" }, + { "name": "maxDistance", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" }, + { + "name": "queryTriggerInteraction", + "typeName": "UnityEngine.QueryTriggerInteraction" + } + ], + "isStatic": true, + "name": "Raycast", + "comment": "Returns true if the ray intersects with a Collider, otherwise false.\n\n```plaintext\nParams: origin - The starting point of the ray in world coordinates.\n direction - The direction of the ray.\n maxDistance - The max distance the ray should check for collisions.\n layerMask - A that is used to selectively ignore Colliders when casting a ray.\n queryTriggerInteraction - Specifies whether this query should hit Triggers.\n \n```\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Vector3" }, + { "name": "direction", "typeName": "UnityEngine.Vector3" }, + { "name": "maxDistance", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" } + ], + "isStatic": true, + "name": "Raycast", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Vector3" }, + { "name": "direction", "typeName": "UnityEngine.Vector3" }, + { "name": "maxDistance", "typeName": "float" } + ], + "isStatic": true, + "name": "Raycast", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Vector3" }, + { "name": "direction", "typeName": "UnityEngine.Vector3" } + ], + "isStatic": true, + "name": "Raycast", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Vector3" }, + { "name": "direction", "typeName": "UnityEngine.Vector3" }, + { "name": "hitInfo", "typeName": "UnityEngine.RaycastHit" }, + { "name": "maxDistance", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" }, + { + "name": "queryTriggerInteraction", + "typeName": "UnityEngine.QueryTriggerInteraction" + } + ], + "isStatic": true, + "name": "Raycast", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Vector3" }, + { "name": "direction", "typeName": "UnityEngine.Vector3" }, + { "name": "hitInfo", "typeName": "UnityEngine.RaycastHit" }, + { "name": "maxDistance", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" } + ], + "isStatic": true, + "name": "Raycast", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Vector3" }, + { "name": "direction", "typeName": "UnityEngine.Vector3" }, + { "name": "hitInfo", "typeName": "UnityEngine.RaycastHit" }, + { "name": "maxDistance", "typeName": "float" } + ], + "isStatic": true, + "name": "Raycast", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Vector3" }, + { "name": "direction", "typeName": "UnityEngine.Vector3" }, + { "name": "hitInfo", "typeName": "UnityEngine.RaycastHit" } + ], + "isStatic": true, + "name": "Raycast", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "ray", "typeName": "UnityEngine.Ray" }, + { "name": "maxDistance", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" }, + { + "name": "queryTriggerInteraction", + "typeName": "UnityEngine.QueryTriggerInteraction" + } + ], + "isStatic": true, + "name": "Raycast", + "comment": "Returns true when the ray intersects any collider, otherwise false.\n\n```plaintext\nParams: ray - The starting point and direction of the ray.\n maxDistance - The max distance the ray should check for collisions.\n layerMask - A that is used to selectively ignore colliders when casting a ray.\n queryTriggerInteraction - Specifies whether this query should hit Triggers.\n \n```\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "ray", "typeName": "UnityEngine.Ray" }, + { "name": "maxDistance", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" } + ], + "isStatic": true, + "name": "Raycast", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "ray", "typeName": "UnityEngine.Ray" }, + { "name": "maxDistance", "typeName": "float" } + ], + "isStatic": true, + "name": "Raycast", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "ray", "typeName": "UnityEngine.Ray" }], + "isStatic": true, + "name": "Raycast", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "ray", "typeName": "UnityEngine.Ray" }, + { "name": "hitInfo", "typeName": "UnityEngine.RaycastHit" }, + { "name": "maxDistance", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" }, + { + "name": "queryTriggerInteraction", + "typeName": "UnityEngine.QueryTriggerInteraction" + } + ], + "isStatic": true, + "name": "Raycast", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "ray", "typeName": "UnityEngine.Ray" }, + { "name": "hitInfo", "typeName": "UnityEngine.RaycastHit" }, + { "name": "maxDistance", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" } + ], + "isStatic": true, + "name": "Raycast", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "ray", "typeName": "UnityEngine.Ray" }, + { "name": "hitInfo", "typeName": "UnityEngine.RaycastHit" }, + { "name": "maxDistance", "typeName": "float" } + ], + "isStatic": true, + "name": "Raycast", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "ray", "typeName": "UnityEngine.Ray" }, + { "name": "hitInfo", "typeName": "UnityEngine.RaycastHit" } + ], + "isStatic": true, + "name": "Raycast", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "start", "typeName": "UnityEngine.Vector3" }, + { "name": "end", "typeName": "UnityEngine.Vector3" }, + { "name": "layerMask", "typeName": "int" }, + { + "name": "queryTriggerInteraction", + "typeName": "UnityEngine.QueryTriggerInteraction" + } + ], + "isStatic": true, + "name": "Linecast", + "comment": "Returns true if there is any collider intersecting the line between start and end.\n\n```plaintext\nParams: start - Start point.\n end - End point.\n layerMask - A that is used to selectively ignore colliders when casting a ray.\n queryTriggerInteraction - Specifies whether this query should hit Triggers.\n \n```\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "start", "typeName": "UnityEngine.Vector3" }, + { "name": "end", "typeName": "UnityEngine.Vector3" }, + { "name": "layerMask", "typeName": "int" } + ], + "isStatic": true, + "name": "Linecast", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "start", "typeName": "UnityEngine.Vector3" }, + { "name": "end", "typeName": "UnityEngine.Vector3" } + ], + "isStatic": true, + "name": "Linecast", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "start", "typeName": "UnityEngine.Vector3" }, + { "name": "end", "typeName": "UnityEngine.Vector3" }, + { "name": "hitInfo", "typeName": "UnityEngine.RaycastHit" }, + { "name": "layerMask", "typeName": "int" }, + { + "name": "queryTriggerInteraction", + "typeName": "UnityEngine.QueryTriggerInteraction" + } + ], + "isStatic": true, + "name": "Linecast", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "start", "typeName": "UnityEngine.Vector3" }, + { "name": "end", "typeName": "UnityEngine.Vector3" }, + { "name": "hitInfo", "typeName": "UnityEngine.RaycastHit" }, + { "name": "layerMask", "typeName": "int" } + ], + "isStatic": true, + "name": "Linecast", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "start", "typeName": "UnityEngine.Vector3" }, + { "name": "end", "typeName": "UnityEngine.Vector3" }, + { "name": "hitInfo", "typeName": "UnityEngine.RaycastHit" } + ], + "isStatic": true, + "name": "Linecast", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "point1", "typeName": "UnityEngine.Vector3" }, + { "name": "point2", "typeName": "UnityEngine.Vector3" }, + { "name": "radius", "typeName": "float" }, + { "name": "direction", "typeName": "UnityEngine.Vector3" }, + { "name": "maxDistance", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" }, + { + "name": "queryTriggerInteraction", + "typeName": "UnityEngine.QueryTriggerInteraction" + } + ], + "isStatic": true, + "name": "CapsuleCast", + "comment": "True when the capsule sweep intersects any collider, otherwise false.\n\n```plaintext\nParams: point1 - The center of the sphere at the start of the capsule.\n point2 - The center of the sphere at the end of the capsule.\n radius - The radius of the capsule.\n direction - The direction into which to sweep the capsule.\n maxDistance - The max length of the sweep.\n layerMask - A that is used to selectively ignore colliders when casting a capsule.\n queryTriggerInteraction - Specifies whether this query should hit Triggers.\n \n```\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "point1", "typeName": "UnityEngine.Vector3" }, + { "name": "point2", "typeName": "UnityEngine.Vector3" }, + { "name": "radius", "typeName": "float" }, + { "name": "direction", "typeName": "UnityEngine.Vector3" }, + { "name": "maxDistance", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" } + ], + "isStatic": true, + "name": "CapsuleCast", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "point1", "typeName": "UnityEngine.Vector3" }, + { "name": "point2", "typeName": "UnityEngine.Vector3" }, + { "name": "radius", "typeName": "float" }, + { "name": "direction", "typeName": "UnityEngine.Vector3" }, + { "name": "maxDistance", "typeName": "float" } + ], + "isStatic": true, + "name": "CapsuleCast", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "point1", "typeName": "UnityEngine.Vector3" }, + { "name": "point2", "typeName": "UnityEngine.Vector3" }, + { "name": "radius", "typeName": "float" }, + { "name": "direction", "typeName": "UnityEngine.Vector3" } + ], + "isStatic": true, + "name": "CapsuleCast", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "point1", "typeName": "UnityEngine.Vector3" }, + { "name": "point2", "typeName": "UnityEngine.Vector3" }, + { "name": "radius", "typeName": "float" }, + { "name": "direction", "typeName": "UnityEngine.Vector3" }, + { "name": "hitInfo", "typeName": "UnityEngine.RaycastHit" }, + { "name": "maxDistance", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" }, + { + "name": "queryTriggerInteraction", + "typeName": "UnityEngine.QueryTriggerInteraction" + } + ], + "isStatic": true, + "name": "CapsuleCast", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "point1", "typeName": "UnityEngine.Vector3" }, + { "name": "point2", "typeName": "UnityEngine.Vector3" }, + { "name": "radius", "typeName": "float" }, + { "name": "direction", "typeName": "UnityEngine.Vector3" }, + { "name": "hitInfo", "typeName": "UnityEngine.RaycastHit" }, + { "name": "maxDistance", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" } + ], + "isStatic": true, + "name": "CapsuleCast", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "point1", "typeName": "UnityEngine.Vector3" }, + { "name": "point2", "typeName": "UnityEngine.Vector3" }, + { "name": "radius", "typeName": "float" }, + { "name": "direction", "typeName": "UnityEngine.Vector3" }, + { "name": "hitInfo", "typeName": "UnityEngine.RaycastHit" }, + { "name": "maxDistance", "typeName": "float" } + ], + "isStatic": true, + "name": "CapsuleCast", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "point1", "typeName": "UnityEngine.Vector3" }, + { "name": "point2", "typeName": "UnityEngine.Vector3" }, + { "name": "radius", "typeName": "float" }, + { "name": "direction", "typeName": "UnityEngine.Vector3" }, + { "name": "hitInfo", "typeName": "UnityEngine.RaycastHit" } + ], + "isStatic": true, + "name": "CapsuleCast", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Vector3" }, + { "name": "radius", "typeName": "float" }, + { "name": "direction", "typeName": "UnityEngine.Vector3" }, + { "name": "hitInfo", "typeName": "UnityEngine.RaycastHit" }, + { "name": "maxDistance", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" }, + { + "name": "queryTriggerInteraction", + "typeName": "UnityEngine.QueryTriggerInteraction" + } + ], + "isStatic": true, + "name": "SphereCast", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Vector3" }, + { "name": "radius", "typeName": "float" }, + { "name": "direction", "typeName": "UnityEngine.Vector3" }, + { "name": "hitInfo", "typeName": "UnityEngine.RaycastHit" }, + { "name": "maxDistance", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" } + ], + "isStatic": true, + "name": "SphereCast", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Vector3" }, + { "name": "radius", "typeName": "float" }, + { "name": "direction", "typeName": "UnityEngine.Vector3" }, + { "name": "hitInfo", "typeName": "UnityEngine.RaycastHit" }, + { "name": "maxDistance", "typeName": "float" } + ], + "isStatic": true, + "name": "SphereCast", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Vector3" }, + { "name": "radius", "typeName": "float" }, + { "name": "direction", "typeName": "UnityEngine.Vector3" }, + { "name": "hitInfo", "typeName": "UnityEngine.RaycastHit" } + ], + "isStatic": true, + "name": "SphereCast", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "ray", "typeName": "UnityEngine.Ray" }, + { "name": "radius", "typeName": "float" }, + { "name": "maxDistance", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" }, + { + "name": "queryTriggerInteraction", + "typeName": "UnityEngine.QueryTriggerInteraction" + } + ], + "isStatic": true, + "name": "SphereCast", + "comment": "True when the sphere sweep intersects any collider, otherwise false.\n\n```plaintext\nParams: ray - The starting point and direction of the ray into which the sphere sweep is cast.\n radius - The radius of the sphere.\n maxDistance - The max length of the cast.\n layerMask - A that is used to selectively ignore colliders when casting a capsule.\n queryTriggerInteraction - Specifies whether this query should hit Triggers.\n \n```\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "ray", "typeName": "UnityEngine.Ray" }, + { "name": "radius", "typeName": "float" }, + { "name": "maxDistance", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" } + ], + "isStatic": true, + "name": "SphereCast", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "ray", "typeName": "UnityEngine.Ray" }, + { "name": "radius", "typeName": "float" }, + { "name": "maxDistance", "typeName": "float" } + ], + "isStatic": true, + "name": "SphereCast", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "ray", "typeName": "UnityEngine.Ray" }, + { "name": "radius", "typeName": "float" } + ], + "isStatic": true, + "name": "SphereCast", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "ray", "typeName": "UnityEngine.Ray" }, + { "name": "radius", "typeName": "float" }, + { "name": "hitInfo", "typeName": "UnityEngine.RaycastHit" }, + { "name": "maxDistance", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" }, + { + "name": "queryTriggerInteraction", + "typeName": "UnityEngine.QueryTriggerInteraction" + } + ], + "isStatic": true, + "name": "SphereCast", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "ray", "typeName": "UnityEngine.Ray" }, + { "name": "radius", "typeName": "float" }, + { "name": "hitInfo", "typeName": "UnityEngine.RaycastHit" }, + { "name": "maxDistance", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" } + ], + "isStatic": true, + "name": "SphereCast", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "ray", "typeName": "UnityEngine.Ray" }, + { "name": "radius", "typeName": "float" }, + { "name": "hitInfo", "typeName": "UnityEngine.RaycastHit" }, + { "name": "maxDistance", "typeName": "float" } + ], + "isStatic": true, + "name": "SphereCast", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "ray", "typeName": "UnityEngine.Ray" }, + { "name": "radius", "typeName": "float" }, + { "name": "hitInfo", "typeName": "UnityEngine.RaycastHit" } + ], + "isStatic": true, + "name": "SphereCast", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "center", "typeName": "UnityEngine.Vector3" }, + { "name": "halfExtents", "typeName": "UnityEngine.Vector3" }, + { "name": "direction", "typeName": "UnityEngine.Vector3" }, + { "name": "orientation", "typeName": "UnityEngine.Quaternion" }, + { "name": "maxDistance", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" }, + { + "name": "queryTriggerInteraction", + "typeName": "UnityEngine.QueryTriggerInteraction" + } + ], + "isStatic": true, + "name": "BoxCast", + "comment": "True, if any intersections were found.\n\n```plaintext\nParams: center - Center of the box.\n halfExtents - Half the size of the box in each dimension.\n direction - The direction in which to cast the box.\n orientation - Rotation of the box.\n maxDistance - The max length of the cast.\n layerMask - A that is used to selectively ignore colliders when casting a capsule.\n queryTriggerInteraction - Specifies whether this query should hit Triggers.\n \n```\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "center", "typeName": "UnityEngine.Vector3" }, + { "name": "halfExtents", "typeName": "UnityEngine.Vector3" }, + { "name": "direction", "typeName": "UnityEngine.Vector3" }, + { "name": "orientation", "typeName": "UnityEngine.Quaternion" }, + { "name": "maxDistance", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" } + ], + "isStatic": true, + "name": "BoxCast", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "center", "typeName": "UnityEngine.Vector3" }, + { "name": "halfExtents", "typeName": "UnityEngine.Vector3" }, + { "name": "direction", "typeName": "UnityEngine.Vector3" }, + { "name": "orientation", "typeName": "UnityEngine.Quaternion" }, + { "name": "maxDistance", "typeName": "float" } + ], + "isStatic": true, + "name": "BoxCast", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "center", "typeName": "UnityEngine.Vector3" }, + { "name": "halfExtents", "typeName": "UnityEngine.Vector3" }, + { "name": "direction", "typeName": "UnityEngine.Vector3" }, + { "name": "orientation", "typeName": "UnityEngine.Quaternion" } + ], + "isStatic": true, + "name": "BoxCast", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "center", "typeName": "UnityEngine.Vector3" }, + { "name": "halfExtents", "typeName": "UnityEngine.Vector3" }, + { "name": "direction", "typeName": "UnityEngine.Vector3" } + ], + "isStatic": true, + "name": "BoxCast", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "center", "typeName": "UnityEngine.Vector3" }, + { "name": "halfExtents", "typeName": "UnityEngine.Vector3" }, + { "name": "direction", "typeName": "UnityEngine.Vector3" }, + { "name": "hitInfo", "typeName": "UnityEngine.RaycastHit" }, + { "name": "orientation", "typeName": "UnityEngine.Quaternion" }, + { "name": "maxDistance", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" }, + { + "name": "queryTriggerInteraction", + "typeName": "UnityEngine.QueryTriggerInteraction" + } + ], + "isStatic": true, + "name": "BoxCast", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "center", "typeName": "UnityEngine.Vector3" }, + { "name": "halfExtents", "typeName": "UnityEngine.Vector3" }, + { "name": "direction", "typeName": "UnityEngine.Vector3" }, + { "name": "hitInfo", "typeName": "UnityEngine.RaycastHit" }, + { "name": "orientation", "typeName": "UnityEngine.Quaternion" }, + { "name": "maxDistance", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" } + ], + "isStatic": true, + "name": "BoxCast", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "center", "typeName": "UnityEngine.Vector3" }, + { "name": "halfExtents", "typeName": "UnityEngine.Vector3" }, + { "name": "direction", "typeName": "UnityEngine.Vector3" }, + { "name": "hitInfo", "typeName": "UnityEngine.RaycastHit" }, + { "name": "orientation", "typeName": "UnityEngine.Quaternion" }, + { "name": "maxDistance", "typeName": "float" } + ], + "isStatic": true, + "name": "BoxCast", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "center", "typeName": "UnityEngine.Vector3" }, + { "name": "halfExtents", "typeName": "UnityEngine.Vector3" }, + { "name": "direction", "typeName": "UnityEngine.Vector3" }, + { "name": "hitInfo", "typeName": "UnityEngine.RaycastHit" }, + { "name": "orientation", "typeName": "UnityEngine.Quaternion" } + ], + "isStatic": true, + "name": "BoxCast", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "center", "typeName": "UnityEngine.Vector3" }, + { "name": "halfExtents", "typeName": "UnityEngine.Vector3" }, + { "name": "direction", "typeName": "UnityEngine.Vector3" }, + { "name": "hitInfo", "typeName": "UnityEngine.RaycastHit" } + ], + "isStatic": true, + "name": "BoxCast", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Vector3" }, + { "name": "direction", "typeName": "UnityEngine.Vector3" }, + { "name": "maxDistance", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" }, + { + "name": "queryTriggerInteraction", + "typeName": "UnityEngine.QueryTriggerInteraction" + } + ], + "isStatic": true, + "name": "RaycastAll", + "comment": "See Also: Raycast.\n\n```plaintext\nParams: origin - The starting point of the ray in world coordinates.\n direction - The direction of the ray.\n maxDistance - The max distance the rayhit is allowed to be from the start of the ray.\n layermask - A that is used to selectively ignore colliders when casting a ray.\n queryTriggerInteraction - Specifies whether this query should hit Triggers.\n \n```\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Vector3" }, + { "name": "direction", "typeName": "UnityEngine.Vector3" }, + { "name": "maxDistance", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" } + ], + "isStatic": true, + "name": "RaycastAll", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Vector3" }, + { "name": "direction", "typeName": "UnityEngine.Vector3" }, + { "name": "maxDistance", "typeName": "float" } + ], + "isStatic": true, + "name": "RaycastAll", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Vector3" }, + { "name": "direction", "typeName": "UnityEngine.Vector3" } + ], + "isStatic": true, + "name": "RaycastAll", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "ray", "typeName": "UnityEngine.Ray" }, + { "name": "maxDistance", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" }, + { + "name": "queryTriggerInteraction", + "typeName": "UnityEngine.QueryTriggerInteraction" + } + ], + "isStatic": true, + "name": "RaycastAll", + "comment": "An array of RaycastHit objects. Note that the order of the results is undefined.\n\n```plaintext\nParams: ray - The starting point and direction of the ray.\n maxDistance - The max distance the rayhit is allowed to be from the start of the ray.\n layerMask - A that is used to selectively ignore colliders when casting a ray.\n queryTriggerInteraction - Specifies whether this query should hit Triggers.\n \n```\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "ray", "typeName": "UnityEngine.Ray" }, + { "name": "maxDistance", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" } + ], + "isStatic": true, + "name": "RaycastAll", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "ray", "typeName": "UnityEngine.Ray" }, + { "name": "maxDistance", "typeName": "float" } + ], + "isStatic": true, + "name": "RaycastAll", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "ray", "typeName": "UnityEngine.Ray" }], + "isStatic": true, + "name": "RaycastAll", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "ray", "typeName": "UnityEngine.Ray" }, + { "name": "results", "typeName": "UnityEngine.RaycastHit[]" }, + { "name": "maxDistance", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" }, + { + "name": "queryTriggerInteraction", + "typeName": "UnityEngine.QueryTriggerInteraction" + } + ], + "isStatic": true, + "name": "RaycastNonAlloc", + "comment": "The amount of hits stored into the results buffer.\n\n```plaintext\nParams: ray - The starting point and direction of the ray.\n results - The buffer to store the hits into.\n maxDistance - The max distance the rayhit is allowed to be from the start of the ray.\n layerMask - A that is used to selectively ignore colliders when casting a ray.\n queryTriggerInteraction - Specifies whether this query should hit Triggers.\n \n```\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "ray", "typeName": "UnityEngine.Ray" }, + { "name": "results", "typeName": "UnityEngine.RaycastHit[]" }, + { "name": "maxDistance", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" } + ], + "isStatic": true, + "name": "RaycastNonAlloc", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "ray", "typeName": "UnityEngine.Ray" }, + { "name": "results", "typeName": "UnityEngine.RaycastHit[]" }, + { "name": "maxDistance", "typeName": "float" } + ], + "isStatic": true, + "name": "RaycastNonAlloc", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "ray", "typeName": "UnityEngine.Ray" }, + { "name": "results", "typeName": "UnityEngine.RaycastHit[]" } + ], + "isStatic": true, + "name": "RaycastNonAlloc", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Vector3" }, + { "name": "direction", "typeName": "UnityEngine.Vector3" }, + { "name": "results", "typeName": "UnityEngine.RaycastHit[]" }, + { "name": "maxDistance", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" }, + { + "name": "queryTriggerInteraction", + "typeName": "UnityEngine.QueryTriggerInteraction" + } + ], + "isStatic": true, + "name": "RaycastNonAlloc", + "comment": "The amount of hits stored into the results buffer.\n\n```plaintext\nParams: origin - The starting point and direction of the ray.\n results - The buffer to store the hits into.\n direction - The direction of the ray.\n maxDistance - The max distance the rayhit is allowed to be from the start of the ray.\n queryTriggerInteraction - Specifies whether this query should hit Triggers.\n layerMask - A that is used to selectively ignore colliders when casting a ray.\n \n```\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Vector3" }, + { "name": "direction", "typeName": "UnityEngine.Vector3" }, + { "name": "results", "typeName": "UnityEngine.RaycastHit[]" }, + { "name": "maxDistance", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" } + ], + "isStatic": true, + "name": "RaycastNonAlloc", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Vector3" }, + { "name": "direction", "typeName": "UnityEngine.Vector3" }, + { "name": "results", "typeName": "UnityEngine.RaycastHit[]" }, + { "name": "maxDistance", "typeName": "float" } + ], + "isStatic": true, + "name": "RaycastNonAlloc", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Vector3" }, + { "name": "direction", "typeName": "UnityEngine.Vector3" }, + { "name": "results", "typeName": "UnityEngine.RaycastHit[]" } + ], + "isStatic": true, + "name": "RaycastNonAlloc", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "point1", "typeName": "UnityEngine.Vector3" }, + { "name": "point2", "typeName": "UnityEngine.Vector3" }, + { "name": "radius", "typeName": "float" }, + { "name": "direction", "typeName": "UnityEngine.Vector3" }, + { "name": "maxDistance", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" }, + { + "name": "queryTriggerInteraction", + "typeName": "UnityEngine.QueryTriggerInteraction" + } + ], + "isStatic": true, + "name": "CapsuleCastAll", + "comment": "An array of all colliders hit in the sweep.\n\n```plaintext\nParams: point1 - The center of the sphere at the start of the capsule.\n point2 - The center of the sphere at the end of the capsule.\n radius - The radius of the capsule.\n direction - The direction into which to sweep the capsule.\n maxDistance - The max length of the sweep.\n layermask - A that is used to selectively ignore colliders when casting a capsule.\n queryTriggerInteraction - Specifies whether this query should hit Triggers.\n \n```\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "point1", "typeName": "UnityEngine.Vector3" }, + { "name": "point2", "typeName": "UnityEngine.Vector3" }, + { "name": "radius", "typeName": "float" }, + { "name": "direction", "typeName": "UnityEngine.Vector3" }, + { "name": "maxDistance", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" } + ], + "isStatic": true, + "name": "CapsuleCastAll", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "point1", "typeName": "UnityEngine.Vector3" }, + { "name": "point2", "typeName": "UnityEngine.Vector3" }, + { "name": "radius", "typeName": "float" }, + { "name": "direction", "typeName": "UnityEngine.Vector3" }, + { "name": "maxDistance", "typeName": "float" } + ], + "isStatic": true, + "name": "CapsuleCastAll", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "point1", "typeName": "UnityEngine.Vector3" }, + { "name": "point2", "typeName": "UnityEngine.Vector3" }, + { "name": "radius", "typeName": "float" }, + { "name": "direction", "typeName": "UnityEngine.Vector3" } + ], + "isStatic": true, + "name": "CapsuleCastAll", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Vector3" }, + { "name": "radius", "typeName": "float" }, + { "name": "direction", "typeName": "UnityEngine.Vector3" }, + { "name": "maxDistance", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" }, + { + "name": "queryTriggerInteraction", + "typeName": "UnityEngine.QueryTriggerInteraction" + } + ], + "isStatic": true, + "name": "SphereCastAll", + "comment": "An array of all colliders hit in the sweep.\n\n```plaintext\nParams: origin - The center of the sphere at the start of the sweep.\n radius - The radius of the sphere.\n direction - The direction in which to sweep the sphere.\n maxDistance - The max length of the sweep.\n layerMask - A that is used to selectively ignore colliders when casting a sphere.\n queryTriggerInteraction - Specifies whether this query should hit Triggers.\n \n```\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Vector3" }, + { "name": "radius", "typeName": "float" }, + { "name": "direction", "typeName": "UnityEngine.Vector3" }, + { "name": "maxDistance", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" } + ], + "isStatic": true, + "name": "SphereCastAll", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Vector3" }, + { "name": "radius", "typeName": "float" }, + { "name": "direction", "typeName": "UnityEngine.Vector3" }, + { "name": "maxDistance", "typeName": "float" } + ], + "isStatic": true, + "name": "SphereCastAll", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Vector3" }, + { "name": "radius", "typeName": "float" }, + { "name": "direction", "typeName": "UnityEngine.Vector3" } + ], + "isStatic": true, + "name": "SphereCastAll", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "ray", "typeName": "UnityEngine.Ray" }, + { "name": "radius", "typeName": "float" }, + { "name": "maxDistance", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" }, + { + "name": "queryTriggerInteraction", + "typeName": "UnityEngine.QueryTriggerInteraction" + } + ], + "isStatic": true, + "name": "SphereCastAll", + "comment": "Like Physics.SphereCast, but this function will return all hits the sphere sweep intersects.\n\n```plaintext\nParams: ray - The starting point and direction of the ray into which the sphere sweep is cast.\n radius - The radius of the sphere.\n maxDistance - The max length of the sweep.\n layerMask - A that is used to selectively ignore colliders when casting a sphere.\n queryTriggerInteraction - Specifies whether this query should hit Triggers.\n \n```\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "ray", "typeName": "UnityEngine.Ray" }, + { "name": "radius", "typeName": "float" }, + { "name": "maxDistance", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" } + ], + "isStatic": true, + "name": "SphereCastAll", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "ray", "typeName": "UnityEngine.Ray" }, + { "name": "radius", "typeName": "float" }, + { "name": "maxDistance", "typeName": "float" } + ], + "isStatic": true, + "name": "SphereCastAll", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "ray", "typeName": "UnityEngine.Ray" }, + { "name": "radius", "typeName": "float" } + ], + "isStatic": true, + "name": "SphereCastAll", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "point0", "typeName": "UnityEngine.Vector3" }, + { "name": "point1", "typeName": "UnityEngine.Vector3" }, + { "name": "radius", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" }, + { + "name": "queryTriggerInteraction", + "typeName": "UnityEngine.QueryTriggerInteraction" + } + ], + "isStatic": true, + "name": "OverlapCapsule", + "comment": "Colliders touching or inside the capsule.\n\n```plaintext\nParams: point0 - The center of the sphere at the start of the capsule.\n point1 - The center of the sphere at the end of the capsule.\n radius - The radius of the capsule.\n layerMask - A that is used to selectively ignore colliders when casting a capsule.\n queryTriggerInteraction - Specifies whether this query should hit Triggers.\n \n```\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "point0", "typeName": "UnityEngine.Vector3" }, + { "name": "point1", "typeName": "UnityEngine.Vector3" }, + { "name": "radius", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" } + ], + "isStatic": true, + "name": "OverlapCapsule", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "point0", "typeName": "UnityEngine.Vector3" }, + { "name": "point1", "typeName": "UnityEngine.Vector3" }, + { "name": "radius", "typeName": "float" } + ], + "isStatic": true, + "name": "OverlapCapsule", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "position", "typeName": "UnityEngine.Vector3" }, + { "name": "radius", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" }, + { + "name": "queryTriggerInteraction", + "typeName": "UnityEngine.QueryTriggerInteraction" + } + ], + "isStatic": true, + "name": "OverlapSphere", + "comment": "Returns an array with all colliders touching or inside the sphere.\n\n```plaintext\nParams: position - Center of the sphere.\n radius - Radius of the sphere.\n layerMask - A defines which layers of colliders to include in the query.\n queryTriggerInteraction - Specifies whether this query should hit Triggers.\n \n```\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "position", "typeName": "UnityEngine.Vector3" }, + { "name": "radius", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" } + ], + "isStatic": true, + "name": "OverlapSphere", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "position", "typeName": "UnityEngine.Vector3" }, + { "name": "radius", "typeName": "float" } + ], + "isStatic": true, + "name": "OverlapSphere", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "step", "typeName": "float" }], + "isStatic": true, + "name": "Simulate", + "comment": "Simulate physics in the Scene.\n\n```plaintext\nParams: step - The time to advance physics by.\n \n```\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "SyncTransforms", + "comment": "Apply Transform changes to the physics engine.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "colliderA", "typeName": "UnityEngine.Collider" }, + { "name": "positionA", "typeName": "UnityEngine.Vector3" }, + { "name": "rotationA", "typeName": "UnityEngine.Quaternion" }, + { "name": "colliderB", "typeName": "UnityEngine.Collider" }, + { "name": "positionB", "typeName": "UnityEngine.Vector3" }, + { "name": "rotationB", "typeName": "UnityEngine.Quaternion" }, + { "name": "direction", "typeName": "UnityEngine.Vector3" }, + { "name": "distance", "typeName": "float" } + ], + "isStatic": true, + "name": "ComputePenetration", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Vector3", + "params": [ + { "name": "point", "typeName": "UnityEngine.Vector3" }, + { "name": "collider", "typeName": "UnityEngine.Collider" }, + { "name": "position", "typeName": "UnityEngine.Vector3" }, + { "name": "rotation", "typeName": "UnityEngine.Quaternion" } + ], + "isStatic": true, + "name": "ClosestPoint", + "comment": "The point on the collider that is closest to the specified location.\n\n```plaintext\nParams: point - Location you want to find the closest point to.\n collider - The collider that you find the closest point on.\n position - The position of the collider.\n rotation - The rotation of the collider.\n \n```\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "position", "typeName": "UnityEngine.Vector3" }, + { "name": "radius", "typeName": "float" }, + { "name": "results", "typeName": "UnityEngine.Collider[]" }, + { "name": "layerMask", "typeName": "int" }, + { + "name": "queryTriggerInteraction", + "typeName": "UnityEngine.QueryTriggerInteraction" + } + ], + "isStatic": true, + "name": "OverlapSphereNonAlloc", + "comment": "Returns the amount of colliders stored into the results buffer.\n\n```plaintext\nParams: position - Center of the sphere.\n radius - Radius of the sphere.\n results - The buffer to store the results into.\n layerMask - A defines which layers of colliders to include in the query.\n queryTriggerInteraction - Specifies whether this query should hit Triggers.\n \n```\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "position", "typeName": "UnityEngine.Vector3" }, + { "name": "radius", "typeName": "float" }, + { "name": "results", "typeName": "UnityEngine.Collider[]" }, + { "name": "layerMask", "typeName": "int" } + ], + "isStatic": true, + "name": "OverlapSphereNonAlloc", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "position", "typeName": "UnityEngine.Vector3" }, + { "name": "radius", "typeName": "float" }, + { "name": "results", "typeName": "UnityEngine.Collider[]" } + ], + "isStatic": true, + "name": "OverlapSphereNonAlloc", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "position", "typeName": "UnityEngine.Vector3" }, + { "name": "radius", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" }, + { + "name": "queryTriggerInteraction", + "typeName": "UnityEngine.QueryTriggerInteraction" + } + ], + "isStatic": true, + "name": "CheckSphere", + "comment": "Returns true if there are any colliders overlapping the sphere defined by position and radius in world coordinates.\n\n```plaintext\nParams: position - Center of the sphere.\n radius - Radius of the sphere.\n layerMask - A that is used to selectively ignore colliders when casting a capsule.\n queryTriggerInteraction - Specifies whether this query should hit Triggers.\n \n```\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "position", "typeName": "UnityEngine.Vector3" }, + { "name": "radius", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" } + ], + "isStatic": true, + "name": "CheckSphere", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "position", "typeName": "UnityEngine.Vector3" }, + { "name": "radius", "typeName": "float" } + ], + "isStatic": true, + "name": "CheckSphere", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "point1", "typeName": "UnityEngine.Vector3" }, + { "name": "point2", "typeName": "UnityEngine.Vector3" }, + { "name": "radius", "typeName": "float" }, + { "name": "direction", "typeName": "UnityEngine.Vector3" }, + { "name": "results", "typeName": "UnityEngine.RaycastHit[]" }, + { "name": "maxDistance", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" }, + { + "name": "queryTriggerInteraction", + "typeName": "UnityEngine.QueryTriggerInteraction" + } + ], + "isStatic": true, + "name": "CapsuleCastNonAlloc", + "comment": "The amount of hits stored into the buffer.\n\n```plaintext\nParams: point1 - The center of the sphere at the start of the capsule.\n point2 - The center of the sphere at the end of the capsule.\n radius - The radius of the capsule.\n direction - The direction into which to sweep the capsule.\n results - The buffer to store the hits into.\n maxDistance - The max length of the sweep.\n layerMask - A that is used to selectively ignore colliders when casting a capsule.\n queryTriggerInteraction - Specifies whether this query should hit Triggers.\n \n```\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "point1", "typeName": "UnityEngine.Vector3" }, + { "name": "point2", "typeName": "UnityEngine.Vector3" }, + { "name": "radius", "typeName": "float" }, + { "name": "direction", "typeName": "UnityEngine.Vector3" }, + { "name": "results", "typeName": "UnityEngine.RaycastHit[]" }, + { "name": "maxDistance", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" } + ], + "isStatic": true, + "name": "CapsuleCastNonAlloc", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "point1", "typeName": "UnityEngine.Vector3" }, + { "name": "point2", "typeName": "UnityEngine.Vector3" }, + { "name": "radius", "typeName": "float" }, + { "name": "direction", "typeName": "UnityEngine.Vector3" }, + { "name": "results", "typeName": "UnityEngine.RaycastHit[]" }, + { "name": "maxDistance", "typeName": "float" } + ], + "isStatic": true, + "name": "CapsuleCastNonAlloc", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "point1", "typeName": "UnityEngine.Vector3" }, + { "name": "point2", "typeName": "UnityEngine.Vector3" }, + { "name": "radius", "typeName": "float" }, + { "name": "direction", "typeName": "UnityEngine.Vector3" }, + { "name": "results", "typeName": "UnityEngine.RaycastHit[]" } + ], + "isStatic": true, + "name": "CapsuleCastNonAlloc", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Vector3" }, + { "name": "radius", "typeName": "float" }, + { "name": "direction", "typeName": "UnityEngine.Vector3" }, + { "name": "results", "typeName": "UnityEngine.RaycastHit[]" }, + { "name": "maxDistance", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" }, + { + "name": "queryTriggerInteraction", + "typeName": "UnityEngine.QueryTriggerInteraction" + } + ], + "isStatic": true, + "name": "SphereCastNonAlloc", + "comment": "The amount of hits stored into the results buffer.\n\n```plaintext\nParams: origin - The center of the sphere at the start of the sweep.\n radius - The radius of the sphere.\n direction - The direction in which to sweep the sphere.\n results - The buffer to save the hits into.\n maxDistance - The max length of the sweep.\n layerMask - A that is used to selectively ignore colliders when casting a sphere.\n queryTriggerInteraction - Specifies whether this query should hit Triggers.\n \n```\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Vector3" }, + { "name": "radius", "typeName": "float" }, + { "name": "direction", "typeName": "UnityEngine.Vector3" }, + { "name": "results", "typeName": "UnityEngine.RaycastHit[]" }, + { "name": "maxDistance", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" } + ], + "isStatic": true, + "name": "SphereCastNonAlloc", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Vector3" }, + { "name": "radius", "typeName": "float" }, + { "name": "direction", "typeName": "UnityEngine.Vector3" }, + { "name": "results", "typeName": "UnityEngine.RaycastHit[]" }, + { "name": "maxDistance", "typeName": "float" } + ], + "isStatic": true, + "name": "SphereCastNonAlloc", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Vector3" }, + { "name": "radius", "typeName": "float" }, + { "name": "direction", "typeName": "UnityEngine.Vector3" }, + { "name": "results", "typeName": "UnityEngine.RaycastHit[]" } + ], + "isStatic": true, + "name": "SphereCastNonAlloc", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "ray", "typeName": "UnityEngine.Ray" }, + { "name": "radius", "typeName": "float" }, + { "name": "results", "typeName": "UnityEngine.RaycastHit[]" }, + { "name": "maxDistance", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" }, + { + "name": "queryTriggerInteraction", + "typeName": "UnityEngine.QueryTriggerInteraction" + } + ], + "isStatic": true, + "name": "SphereCastNonAlloc", + "comment": "The amount of hits stored into the results buffer.\n\n```plaintext\nParams: ray - The starting point and direction of the ray into which the sphere sweep is cast.\n radius - The radius of the sphere.\n results - The buffer to save the results to.\n maxDistance - The max length of the sweep.\n layerMask - A that is used to selectively ignore colliders when casting a sphere.\n queryTriggerInteraction - Specifies whether this query should hit Triggers.\n \n```\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "ray", "typeName": "UnityEngine.Ray" }, + { "name": "radius", "typeName": "float" }, + { "name": "results", "typeName": "UnityEngine.RaycastHit[]" }, + { "name": "maxDistance", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" } + ], + "isStatic": true, + "name": "SphereCastNonAlloc", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "ray", "typeName": "UnityEngine.Ray" }, + { "name": "radius", "typeName": "float" }, + { "name": "results", "typeName": "UnityEngine.RaycastHit[]" }, + { "name": "maxDistance", "typeName": "float" } + ], + "isStatic": true, + "name": "SphereCastNonAlloc", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "ray", "typeName": "UnityEngine.Ray" }, + { "name": "radius", "typeName": "float" }, + { "name": "results", "typeName": "UnityEngine.RaycastHit[]" } + ], + "isStatic": true, + "name": "SphereCastNonAlloc", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "start", "typeName": "UnityEngine.Vector3" }, + { "name": "end", "typeName": "UnityEngine.Vector3" }, + { "name": "radius", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" }, + { + "name": "queryTriggerInteraction", + "typeName": "UnityEngine.QueryTriggerInteraction" + } + ], + "isStatic": true, + "name": "CheckCapsule", + "comment": "Checks if any colliders overlap a capsule-shaped volume in world space.\n\n```plaintext\nParams: start - The center of the sphere at the start of the capsule.\n end - The center of the sphere at the end of the capsule.\n radius - The radius of the capsule.\n layermask - A that is used to selectively ignore colliders when casting a capsule.\n queryTriggerInteraction - Specifies whether this query should hit Triggers.\n \n```\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "start", "typeName": "UnityEngine.Vector3" }, + { "name": "end", "typeName": "UnityEngine.Vector3" }, + { "name": "radius", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" } + ], + "isStatic": true, + "name": "CheckCapsule", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "start", "typeName": "UnityEngine.Vector3" }, + { "name": "end", "typeName": "UnityEngine.Vector3" }, + { "name": "radius", "typeName": "float" } + ], + "isStatic": true, + "name": "CheckCapsule", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "center", "typeName": "UnityEngine.Vector3" }, + { "name": "halfExtents", "typeName": "UnityEngine.Vector3" }, + { "name": "orientation", "typeName": "UnityEngine.Quaternion" }, + { "name": "layermask", "typeName": "int" }, + { + "name": "queryTriggerInteraction", + "typeName": "UnityEngine.QueryTriggerInteraction" + } + ], + "isStatic": true, + "name": "CheckBox", + "comment": "True, if the box overlaps with any colliders.\n\n```plaintext\nParams: center - Center of the box.\n halfExtents - Half the size of the box in each dimension.\n orientation - Rotation of the box.\n layermask - A that is used to selectively ignore colliders when casting a ray.\n queryTriggerInteraction - Specifies whether this query should hit Triggers.\n \n```\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "center", "typeName": "UnityEngine.Vector3" }, + { "name": "halfExtents", "typeName": "UnityEngine.Vector3" }, + { "name": "orientation", "typeName": "UnityEngine.Quaternion" }, + { "name": "layerMask", "typeName": "int" } + ], + "isStatic": true, + "name": "CheckBox", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "center", "typeName": "UnityEngine.Vector3" }, + { "name": "halfExtents", "typeName": "UnityEngine.Vector3" }, + { "name": "orientation", "typeName": "UnityEngine.Quaternion" } + ], + "isStatic": true, + "name": "CheckBox", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "center", "typeName": "UnityEngine.Vector3" }, + { "name": "halfExtents", "typeName": "UnityEngine.Vector3" } + ], + "isStatic": true, + "name": "CheckBox", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "center", "typeName": "UnityEngine.Vector3" }, + { "name": "halfExtents", "typeName": "UnityEngine.Vector3" }, + { "name": "orientation", "typeName": "UnityEngine.Quaternion" }, + { "name": "layerMask", "typeName": "int" }, + { + "name": "queryTriggerInteraction", + "typeName": "UnityEngine.QueryTriggerInteraction" + } + ], + "isStatic": true, + "name": "OverlapBox", + "comment": "Colliders that overlap with the given box.\n\n```plaintext\nParams: center - Center of the box.\n halfExtents - Half of the size of the box in each dimension.\n orientation - Rotation of the box.\n layerMask - A that is used to selectively ignore colliders when casting a ray.\n queryTriggerInteraction - Specifies whether this query should hit Triggers.\n \n```\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "center", "typeName": "UnityEngine.Vector3" }, + { "name": "halfExtents", "typeName": "UnityEngine.Vector3" }, + { "name": "orientation", "typeName": "UnityEngine.Quaternion" }, + { "name": "layerMask", "typeName": "int" } + ], + "isStatic": true, + "name": "OverlapBox", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "center", "typeName": "UnityEngine.Vector3" }, + { "name": "halfExtents", "typeName": "UnityEngine.Vector3" }, + { "name": "orientation", "typeName": "UnityEngine.Quaternion" } + ], + "isStatic": true, + "name": "OverlapBox", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "center", "typeName": "UnityEngine.Vector3" }, + { "name": "halfExtents", "typeName": "UnityEngine.Vector3" } + ], + "isStatic": true, + "name": "OverlapBox", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "center", "typeName": "UnityEngine.Vector3" }, + { "name": "halfExtents", "typeName": "UnityEngine.Vector3" }, + { "name": "results", "typeName": "UnityEngine.Collider[]" }, + { "name": "orientation", "typeName": "UnityEngine.Quaternion" }, + { "name": "mask", "typeName": "int" }, + { + "name": "queryTriggerInteraction", + "typeName": "UnityEngine.QueryTriggerInteraction" + } + ], + "isStatic": true, + "name": "OverlapBoxNonAlloc", + "comment": "The amount of colliders stored in results.\n\n```plaintext\nParams: center - Center of the box.\n halfExtents - Half of the size of the box in each dimension.\n results - The buffer to store the results in.\n orientation - Rotation of the box.\n layerMask - A that is used to selectively ignore colliders when casting a ray.\n queryTriggerInteraction - Specifies whether this query should hit Triggers.\n \n```\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "center", "typeName": "UnityEngine.Vector3" }, + { "name": "halfExtents", "typeName": "UnityEngine.Vector3" }, + { "name": "results", "typeName": "UnityEngine.Collider[]" }, + { "name": "orientation", "typeName": "UnityEngine.Quaternion" }, + { "name": "mask", "typeName": "int" } + ], + "isStatic": true, + "name": "OverlapBoxNonAlloc", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "center", "typeName": "UnityEngine.Vector3" }, + { "name": "halfExtents", "typeName": "UnityEngine.Vector3" }, + { "name": "results", "typeName": "UnityEngine.Collider[]" }, + { "name": "orientation", "typeName": "UnityEngine.Quaternion" } + ], + "isStatic": true, + "name": "OverlapBoxNonAlloc", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "center", "typeName": "UnityEngine.Vector3" }, + { "name": "halfExtents", "typeName": "UnityEngine.Vector3" }, + { "name": "results", "typeName": "UnityEngine.Collider[]" } + ], + "isStatic": true, + "name": "OverlapBoxNonAlloc", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "center", "typeName": "UnityEngine.Vector3" }, + { "name": "halfExtents", "typeName": "UnityEngine.Vector3" }, + { "name": "direction", "typeName": "UnityEngine.Vector3" }, + { "name": "results", "typeName": "UnityEngine.RaycastHit[]" }, + { "name": "orientation", "typeName": "UnityEngine.Quaternion" }, + { "name": "maxDistance", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" }, + { + "name": "queryTriggerInteraction", + "typeName": "UnityEngine.QueryTriggerInteraction" + } + ], + "isStatic": true, + "name": "BoxCastNonAlloc", + "comment": "The amount of hits stored to the results buffer.\n\n```plaintext\nParams: center - Center of the box.\n halfExtents - Half the size of the box in each dimension.\n direction - The direction in which to cast the box.\n results - The buffer to store the results in.\n orientation - Rotation of the box.\n maxDistance - The max length of the cast.\n layermask - A that is used to selectively ignore colliders when casting a capsule.\n queryTriggerInteraction - Specifies whether this query should hit Triggers.\n \n```\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "center", "typeName": "UnityEngine.Vector3" }, + { "name": "halfExtents", "typeName": "UnityEngine.Vector3" }, + { "name": "direction", "typeName": "UnityEngine.Vector3" }, + { "name": "results", "typeName": "UnityEngine.RaycastHit[]" }, + { "name": "orientation", "typeName": "UnityEngine.Quaternion" } + ], + "isStatic": true, + "name": "BoxCastNonAlloc", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "center", "typeName": "UnityEngine.Vector3" }, + { "name": "halfExtents", "typeName": "UnityEngine.Vector3" }, + { "name": "direction", "typeName": "UnityEngine.Vector3" }, + { "name": "results", "typeName": "UnityEngine.RaycastHit[]" }, + { "name": "orientation", "typeName": "UnityEngine.Quaternion" }, + { "name": "maxDistance", "typeName": "float" } + ], + "isStatic": true, + "name": "BoxCastNonAlloc", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "center", "typeName": "UnityEngine.Vector3" }, + { "name": "halfExtents", "typeName": "UnityEngine.Vector3" }, + { "name": "direction", "typeName": "UnityEngine.Vector3" }, + { "name": "results", "typeName": "UnityEngine.RaycastHit[]" }, + { "name": "orientation", "typeName": "UnityEngine.Quaternion" }, + { "name": "maxDistance", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" } + ], + "isStatic": true, + "name": "BoxCastNonAlloc", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "center", "typeName": "UnityEngine.Vector3" }, + { "name": "halfExtents", "typeName": "UnityEngine.Vector3" }, + { "name": "direction", "typeName": "UnityEngine.Vector3" }, + { "name": "results", "typeName": "UnityEngine.RaycastHit[]" } + ], + "isStatic": true, + "name": "BoxCastNonAlloc", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "center", "typeName": "UnityEngine.Vector3" }, + { "name": "halfExtents", "typeName": "UnityEngine.Vector3" }, + { "name": "direction", "typeName": "UnityEngine.Vector3" }, + { "name": "orientation", "typeName": "UnityEngine.Quaternion" }, + { "name": "maxDistance", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" }, + { + "name": "queryTriggerInteraction", + "typeName": "UnityEngine.QueryTriggerInteraction" + } + ], + "isStatic": true, + "name": "BoxCastAll", + "comment": "All colliders that were hit.\n\n```plaintext\nParams: center - Center of the box.\n halfExtents - Half the size of the box in each dimension.\n direction - The direction in which to cast the box.\n orientation - Rotation of the box.\n maxDistance - The max length of the cast.\n layermask - A that is used to selectively ignore colliders when casting a capsule.\n queryTriggerInteraction - Specifies whether this query should hit Triggers.\n \n```\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "center", "typeName": "UnityEngine.Vector3" }, + { "name": "halfExtents", "typeName": "UnityEngine.Vector3" }, + { "name": "direction", "typeName": "UnityEngine.Vector3" }, + { "name": "orientation", "typeName": "UnityEngine.Quaternion" }, + { "name": "maxDistance", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" } + ], + "isStatic": true, + "name": "BoxCastAll", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "center", "typeName": "UnityEngine.Vector3" }, + { "name": "halfExtents", "typeName": "UnityEngine.Vector3" }, + { "name": "direction", "typeName": "UnityEngine.Vector3" }, + { "name": "orientation", "typeName": "UnityEngine.Quaternion" }, + { "name": "maxDistance", "typeName": "float" } + ], + "isStatic": true, + "name": "BoxCastAll", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "center", "typeName": "UnityEngine.Vector3" }, + { "name": "halfExtents", "typeName": "UnityEngine.Vector3" }, + { "name": "direction", "typeName": "UnityEngine.Vector3" }, + { "name": "orientation", "typeName": "UnityEngine.Quaternion" } + ], + "isStatic": true, + "name": "BoxCastAll", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "center", "typeName": "UnityEngine.Vector3" }, + { "name": "halfExtents", "typeName": "UnityEngine.Vector3" }, + { "name": "direction", "typeName": "UnityEngine.Vector3" } + ], + "isStatic": true, + "name": "BoxCastAll", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "point0", "typeName": "UnityEngine.Vector3" }, + { "name": "point1", "typeName": "UnityEngine.Vector3" }, + { "name": "radius", "typeName": "float" }, + { "name": "results", "typeName": "UnityEngine.Collider[]" }, + { "name": "layerMask", "typeName": "int" }, + { + "name": "queryTriggerInteraction", + "typeName": "UnityEngine.QueryTriggerInteraction" + } + ], + "isStatic": true, + "name": "OverlapCapsuleNonAlloc", + "comment": "The amount of entries written to the buffer.\n\n```plaintext\nParams: point0 - The center of the sphere at the start of the capsule.\n point1 - The center of the sphere at the end of the capsule.\n radius - The radius of the capsule.\n results - The buffer to store the results into.\n layerMask - A that is used to selectively ignore colliders when casting a capsule.\n queryTriggerInteraction - Specifies whether this query should hit Triggers.\n \n```\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "point0", "typeName": "UnityEngine.Vector3" }, + { "name": "point1", "typeName": "UnityEngine.Vector3" }, + { "name": "radius", "typeName": "float" }, + { "name": "results", "typeName": "UnityEngine.Collider[]" }, + { "name": "layerMask", "typeName": "int" } + ], + "isStatic": true, + "name": "OverlapCapsuleNonAlloc", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "point0", "typeName": "UnityEngine.Vector3" }, + { "name": "point1", "typeName": "UnityEngine.Vector3" }, + { "name": "radius", "typeName": "float" }, + { "name": "results", "typeName": "UnityEngine.Collider[]" } + ], + "isStatic": true, + "name": "OverlapCapsuleNonAlloc", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "worldBounds", "typeName": "UnityEngine.Bounds" }, + { "name": "subdivisions", "typeName": "int" } + ], + "isStatic": true, + "name": "RebuildBroadphaseRegions", + "comment": "Rebuild the broadphase interest regions as well as set the world boundaries.\n\n```plaintext\nParams: worldBounds - Boundaries of the physics world.\n subdivisions - How many cells to create along x and z axis.\n \n```\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "meshID", "typeName": "int" }, + { "name": "convex", "typeName": "bool" } + ], + "isStatic": true, + "name": "BakeMesh", + "comment": "Prepares the Mesh for use with a MeshCollider.\n\n```plaintext\nParams: meshID - The instance ID of the Mesh to bake collision data from.\n convex - A flag to indicate whether to bake convex geometry or not.\n \n```\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + } + ], + "name": "Physics", + "comment": "Global physics properties and helper methods.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "object", + "attribute": "", + "interfaces": ["ISubsystemDescriptor"], + "fields": [ + { + "typeName": "string", + "name": "id", + "comment": "A unique string that identifies the subsystem that this Descriptor can create.\n\n", + "location": "UnityEngine.SubsystemsModule.dll" + }, + { + "typeName": "System.Type", + "name": "subsystemImplementationType", + "comment": "The System.Type of the subsystem implementation associated with this descriptor.\n\n", + "location": "UnityEngine.SubsystemsModule.dll" + } + ], + "methods": [], + "name": "SubsystemDescriptor", + "comment": "Information about a subsystem that can be queried before creating a subsystem instance.\n\nThis subsystem descriptor base-class is deprecated. If you are creating a new subsystem type, derive from SubsystemDecriptorWithProvider instead.\n\n", + "location": "UnityEngine.SubsystemsModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Vector3", + "name": "from", + "comment": "The starting point of the ray in world coordinates.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "direction", + "comment": "The direction of the ray.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "float", + "name": "distance", + "comment": "The maximum distance the ray should check for collisions.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "int", + "name": "layerMask", + "comment": "A LayerMask that is used to selectively ignore Colliders when casting a ray.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "int", + "name": "maxHits", + "comment": "The maximum number of Colliders the ray can hit.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "from", "typeName": "UnityEngine.Vector3" }, + { "name": "direction", "typeName": "UnityEngine.Vector3" }, + { "name": "distance", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" }, + { "name": "maxHits", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Create a RaycastCommand.\n\n```plaintext\nParams: from - The starting point of the ray in world coordinates.\n direction - The direction of the ray.\n distance - The maximum distance the ray should check for collisions.\n layerMask - A LayerMask that is used to selectively ignore Colliders when casting a ray.\n maxHits - The maximum number of Colliders the ray can hit.\n \n```\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "JobHandle", + "params": [ + { + "name": "commands", + "typeName": "Unity.Collections.NativeArray" + }, + { + "name": "results", + "typeName": "Unity.Collections.NativeArray" + }, + { "name": "minCommandsPerJob", "typeName": "int" }, + { "name": "dependsOn", "typeName": "Unity.Jobs.JobHandle" } + ], + "isStatic": true, + "name": "ScheduleBatch", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + } + ], + "name": "RaycastCommand", + "comment": "Struct used to set up a raycast command to be performed asynchronously during a job.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.SubsystemDescriptor", + "attribute": "", + "interfaces": ["ISubsystemDescriptor"], + "fields": [], + "methods": [ + { + "returnTypeName": "TSubsystem", + "params": [], + "isStatic": false, + "name": "Create", + "comment": "", + "location": "UnityEngine.SubsystemsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.SubsystemsModule.dll" + } + ], + "name": "SubsystemDescriptor", + "comment": "", + "location": "UnityEngine.SubsystemsModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Vector3", + "name": "origin", + "comment": "The starting point of the sphere cast in world coordinates.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "float", + "name": "radius", + "comment": "The radius of the casting sphere.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "direction", + "comment": "The direction of the sphere cast.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "float", + "name": "distance", + "comment": "The maximum distance the sphere should check for collisions.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "int", + "name": "layerMask", + "comment": "The LayerMask that selectively ignores Colliders when casting a sphere.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "origin", "typeName": "UnityEngine.Vector3" }, + { "name": "radius", "typeName": "float" }, + { "name": "direction", "typeName": "UnityEngine.Vector3" }, + { "name": "distance", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Creates a SpherecastCommand.\n\n```plaintext\nParams: origin - The starting point of the sphere cast.\n radius - The radius of the casting sphere.\n direction - The direction of the sphere cast.\n distance - The maximum distance the cast should check for collisions.\n layerMask - The LayerMask that selectively ignores Colliders when casting a sphere.\n \n```\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "JobHandle", + "params": [ + { + "name": "commands", + "typeName": "Unity.Collections.NativeArray" + }, + { + "name": "results", + "typeName": "Unity.Collections.NativeArray" + }, + { "name": "minCommandsPerJob", "typeName": "int" }, + { "name": "dependsOn", "typeName": "Unity.Jobs.JobHandle" } + ], + "isStatic": true, + "name": "ScheduleBatch", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + } + ], + "name": "SpherecastCommand", + "comment": "Use this struct to set up a sphere cast command that is performed asynchronously during a job.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Vector3", + "name": "point1", + "comment": "The center of the sphere at the start of the capsule.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "point2", + "comment": "The center of the sphere at the end of the capsule.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "float", + "name": "radius", + "comment": "The radius of the capsule.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "direction", + "comment": "The direction of the capsule cast.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "float", + "name": "distance", + "comment": "The maximum distance the capsule cast checks for collision.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "int", + "name": "layerMask", + "comment": "A LayerMask that selectively ignores Colliders when casting a capsule.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "p1", "typeName": "UnityEngine.Vector3" }, + { "name": "p2", "typeName": "UnityEngine.Vector3" }, + { "name": "radius", "typeName": "float" }, + { "name": "direction", "typeName": "UnityEngine.Vector3" }, + { "name": "distance", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Creates a CapsulecastCommand.\n\n```plaintext\nParams: p1 - The center of the sphere at the start of the capsule.\n p2 - The center of the sphere at the end of the capsule.\n radius - The radius of the capsule.\n direction - The direction of the capsule cast\n distance - The maximum length of the sweep.\n layerMask - The LayerMask that selectively ignores Colliders when casting a capsule.\n \n```\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "JobHandle", + "params": [ + { + "name": "commands", + "typeName": "Unity.Collections.NativeArray" + }, + { + "name": "results", + "typeName": "Unity.Collections.NativeArray" + }, + { "name": "minCommandsPerJob", "typeName": "int" }, + { "name": "dependsOn", "typeName": "Unity.Jobs.JobHandle" } + ], + "isStatic": true, + "name": "ScheduleBatch", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + } + ], + "name": "CapsulecastCommand", + "comment": "Use this struct to set up a capsule cast command that is performed asynchronously during a job.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Vector3", + "name": "center", + "comment": "Center of the box.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "halfExtents", + "comment": "Half the size of the box in each dimension.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.Quaternion", + "name": "orientation", + "comment": "Rotation of the box.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "direction", + "comment": "The direction in which to sweep the box.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "float", + "name": "distance", + "comment": "The maximum distance of the sweep.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "typeName": "int", + "name": "layerMask", + "comment": "A LayerMask that is used to selectively ignore Colliders when casting a box.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "center", "typeName": "UnityEngine.Vector3" }, + { "name": "halfExtents", "typeName": "UnityEngine.Vector3" }, + { "name": "orientation", "typeName": "UnityEngine.Quaternion" }, + { "name": "direction", "typeName": "UnityEngine.Vector3" }, + { "name": "distance", "typeName": "float" }, + { "name": "layerMask", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Creates a BoxcastCommand.\n\n```plaintext\nParams: center - Center of the box.\n halfExtend - Half the size of the box in each dimension.\n orientation - Rotation of the box.\n direction - The direction in which to sweep the box.\n distance - The maximum length of the cast.\n layerMask - A that is used to selectively ignore colliders when casting a box.\n \n```\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "returnTypeName": "JobHandle", + "params": [ + { + "name": "commands", + "typeName": "Unity.Collections.NativeArray" + }, + { + "name": "results", + "typeName": "Unity.Collections.NativeArray" + }, + { "name": "minCommandsPerJob", "typeName": "int" }, + { "name": "dependsOn", "typeName": "Unity.Jobs.JobHandle" } + ], + "isStatic": true, + "name": "ScheduleBatch", + "comment": "", + "location": "UnityEngine.PhysicsModule.dll" + } + ], + "name": "BoxcastCommand", + "comment": "Use this struct to set up a box cast command to be performed asynchronously during a job.\n\n", + "location": "UnityEngine.PhysicsModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Action", + "name": "beforeReloadSubsystems", + "comment": "", + "location": "UnityEngine.SubsystemsModule.dll" + }, + { + "typeName": "System.Action", + "name": "afterReloadSubsystems", + "comment": "", + "location": "UnityEngine.SubsystemsModule.dll" + }, + { + "typeName": "System.Action", + "name": "reloadSubsytemsStarted", + "comment": "", + "location": "UnityEngine.SubsystemsModule.dll" + }, + { + "typeName": "System.Action", + "name": "reloadSubsytemsCompleted", + "comment": "", + "location": "UnityEngine.SubsystemsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "descriptors", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": true, + "name": "GetAllSubsystemDescriptors", + "comment": "", + "location": "UnityEngine.SubsystemsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "descriptors", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": true, + "name": "GetSubsystemDescriptors", + "comment": "", + "location": "UnityEngine.SubsystemsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "subsystems", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": true, + "name": "GetSubsystems", + "comment": "", + "location": "UnityEngine.SubsystemsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.Action" }], + "isStatic": true, + "name": "add_beforeReloadSubsystems", + "comment": "", + "location": "UnityEngine.SubsystemsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.Action" }], + "isStatic": true, + "name": "remove_beforeReloadSubsystems", + "comment": "", + "location": "UnityEngine.SubsystemsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.Action" }], + "isStatic": true, + "name": "add_afterReloadSubsystems", + "comment": "", + "location": "UnityEngine.SubsystemsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.Action" }], + "isStatic": true, + "name": "remove_afterReloadSubsystems", + "comment": "", + "location": "UnityEngine.SubsystemsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "subsystems", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": true, + "name": "GetInstances", + "comment": "", + "location": "UnityEngine.SubsystemsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.Action" }], + "isStatic": true, + "name": "add_reloadSubsytemsStarted", + "comment": "", + "location": "UnityEngine.SubsystemsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.Action" }], + "isStatic": true, + "name": "remove_reloadSubsytemsStarted", + "comment": "", + "location": "UnityEngine.SubsystemsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.Action" }], + "isStatic": true, + "name": "add_reloadSubsytemsCompleted", + "comment": "", + "location": "UnityEngine.SubsystemsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.Action" }], + "isStatic": true, + "name": "remove_reloadSubsytemsCompleted", + "comment": "", + "location": "UnityEngine.SubsystemsModule.dll" + } + ], + "name": "SubsystemManager", + "comment": "Gives access to subsystems which provide additional functionality through plugins.\n\n", + "location": "UnityEngine.SubsystemsModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "filename", "typeName": "string" }], + "isStatic": true, + "name": "CaptureScreenshot", + "comment": "", + "location": "UnityEngine.ScreenCaptureModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "filename", "typeName": "string" }, + { "name": "superSize", "typeName": "int" } + ], + "isStatic": true, + "name": "CaptureScreenshot", + "comment": "Captures a screenshot at path filename as a PNG file.\n\n```plaintext\nParams: filename - Pathname to save the screenshot file to.\n superSize - Factor by which to increase resolution.\n stereoCaptureMode - Specifies the eye texture to capture when stereo rendering is enabled.\n \n```\n\n", + "location": "UnityEngine.ScreenCaptureModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "filename", "typeName": "string" }, + { + "name": "stereoCaptureMode", + "typeName": "UnityEngine.ScreenCapture.StereoScreenCaptureMode" + } + ], + "isStatic": true, + "name": "CaptureScreenshot", + "comment": "", + "location": "UnityEngine.ScreenCaptureModule.dll" + }, + { + "returnTypeName": "Texture2D", + "params": [], + "isStatic": true, + "name": "CaptureScreenshotAsTexture", + "comment": "", + "location": "UnityEngine.ScreenCaptureModule.dll" + }, + { + "returnTypeName": "Texture2D", + "params": [{ "name": "superSize", "typeName": "int" }], + "isStatic": true, + "name": "CaptureScreenshotAsTexture", + "comment": "Captures a screenshot of the game view into a Texture2D object.\n\n```plaintext\nParams: superSize - Factor by which to increase resolution.\n stereoCaptureMode - Specifies the eye texture to capture when stereo rendering is enabled.\n \n```\n\n", + "location": "UnityEngine.ScreenCaptureModule.dll" + }, + { + "returnTypeName": "Texture2D", + "params": [ + { + "name": "stereoCaptureMode", + "typeName": "UnityEngine.ScreenCapture.StereoScreenCaptureMode" + } + ], + "isStatic": true, + "name": "CaptureScreenshotAsTexture", + "comment": "", + "location": "UnityEngine.ScreenCaptureModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "renderTexture", "typeName": "UnityEngine.RenderTexture" } + ], + "isStatic": true, + "name": "CaptureScreenshotIntoRenderTexture", + "comment": "Captures a screenshot of the game view into a RenderTexture object.\n\n```plaintext\nParams: renderTexture - RenderTexture that will get filled with the screen content.\n \n```\n\n", + "location": "UnityEngine.ScreenCaptureModule.dll" + } + ], + "name": "ScreenCapture", + "comment": "Functionality to take Screenshots.\n\n", + "location": "UnityEngine.ScreenCaptureModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.TerrainChangedFlags", + "name": "Heightmap", + "comment": "Indicates a change to the heightmap data.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "UnityEngine.TerrainChangedFlags", + "name": "TreeInstances", + "comment": "Indicates a change to the tree data.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "UnityEngine.TerrainChangedFlags", + "name": "DelayedHeightmapUpdate", + "comment": "Indicates a change to the heightmap data without computing LOD.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "UnityEngine.TerrainChangedFlags", + "name": "FlushEverythingImmediately", + "comment": "Indicates that a change was made to the terrain that was so significant that the internal rendering data need to be flushed and recreated.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "UnityEngine.TerrainChangedFlags", + "name": "RemoveDirtyDetailsImmediately", + "comment": "Indicates a change to the detail data.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "UnityEngine.TerrainChangedFlags", + "name": "HeightmapResolution", + "comment": "Indicates a change to the heightmap resolution.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "UnityEngine.TerrainChangedFlags", + "name": "Holes", + "comment": "Indicates a change to the Terrain holes data.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "UnityEngine.TerrainChangedFlags", + "name": "DelayedHolesUpdate", + "comment": "Indicates a change to the Terrain holes data, which doesn't include LOD calculations and tree/vegetation updates.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "UnityEngine.TerrainChangedFlags", + "name": "WillBeDestroyed", + "comment": "Indicates that the TerrainData object is about to be destroyed.\n\n", + "location": "UnityEngine.TerrainModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.TerrainChangedFlags", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.TerrainModule.dll" + } + ], + "name": "TerrainChangedFlags", + "comment": "Indicate the types of changes to the terrain in OnTerrainChanged callback.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.TerrainRenderFlags", + "name": "heightmap", + "comment": "", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "UnityEngine.TerrainRenderFlags", + "name": "trees", + "comment": "", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "UnityEngine.TerrainRenderFlags", + "name": "details", + "comment": "", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "UnityEngine.TerrainRenderFlags", + "name": "all", + "comment": "", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "UnityEngine.TerrainRenderFlags", + "name": "Heightmap", + "comment": "Render heightmap.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "UnityEngine.TerrainRenderFlags", + "name": "Trees", + "comment": "Render trees.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "UnityEngine.TerrainRenderFlags", + "name": "Details", + "comment": "Render terrain details.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "UnityEngine.TerrainRenderFlags", + "name": "All", + "comment": "Render all options.\n\n", + "location": "UnityEngine.TerrainModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.TerrainRenderFlags", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.TerrainModule.dll" + } + ], + "name": "TerrainRenderFlags", + "comment": "Enum provding terrain rendering options.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.ScreenCapture.StereoScreenCaptureMode", + "name": "LeftEye", + "comment": "The Left Eye is captured. This is the default setting for the CaptureScreenshot method.\n\n", + "location": "UnityEngine.ScreenCaptureModule.dll" + }, + { + "typeName": "UnityEngine.ScreenCapture.StereoScreenCaptureMode", + "name": "RightEye", + "comment": "The Right Eye is captured.\n\n", + "location": "UnityEngine.ScreenCaptureModule.dll" + }, + { + "typeName": "UnityEngine.ScreenCapture.StereoScreenCaptureMode", + "name": "BothEyes", + "comment": "Both the left and right eyes are captured and composited into one image.\n\n", + "location": "UnityEngine.ScreenCaptureModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.ScreenCapture.StereoScreenCaptureMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.ScreenCaptureModule.dll" + } + ], + "name": "StereoScreenCaptureMode", + "comment": "Enumeration specifying the eye texture to capture when using ScreenCapture.CaptureScreenshot and when stereo rendering is enabled.\n\n", + "location": "UnityEngine.ScreenCaptureModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.Behaviour", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.TerrainData", + "name": "terrainData", + "comment": "The Terrain Data that stores heightmaps, terrain textures, detail meshes and trees.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "float", + "name": "treeDistance", + "comment": "The maximum distance at which trees are rendered.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "float", + "name": "treeBillboardDistance", + "comment": "Distance from the camera where trees will be rendered as billboards only.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "float", + "name": "treeCrossFadeLength", + "comment": "Total distance delta that trees will use to transition from billboard orientation to mesh orientation.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "int", + "name": "treeMaximumFullLODCount", + "comment": "Maximum number of trees rendered at full LOD.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "float", + "name": "detailObjectDistance", + "comment": "Detail objects will be displayed up to this distance.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "float", + "name": "detailObjectDensity", + "comment": "Density of detail objects.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "float", + "name": "heightmapPixelError", + "comment": "An approximation of how many pixels the terrain will pop in the worst case when switching lod.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "int", + "name": "heightmapMaximumLOD", + "comment": "Lets you essentially lower the heightmap resolution used for rendering.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "float", + "name": "basemapDistance", + "comment": "Heightmap patches beyond basemap distance will use a precomputed low res basemap.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "int", + "name": "lightmapIndex", + "comment": "The index of the baked lightmap applied to this terrain.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "int", + "name": "realtimeLightmapIndex", + "comment": "The index of the realtime lightmap applied to this terrain.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "UnityEngine.Vector4", + "name": "lightmapScaleOffset", + "comment": "The UV scale & offset used for a baked lightmap.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "UnityEngine.Vector4", + "name": "realtimeLightmapScaleOffset", + "comment": "The UV scale & offset used for a realtime lightmap.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "bool", + "name": "freeUnusedRenderingResources", + "comment": "Whether some per-camera rendering resources for the terrain should be freed after not being used for some frames.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.ShadowCastingMode", + "name": "shadowCastingMode", + "comment": "Allows you to set the shadow casting mode for the terrain.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.ReflectionProbeUsage", + "name": "reflectionProbeUsage", + "comment": "How reflection probes are used for terrain. See Rendering.ReflectionProbeUsage.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "UnityEngine.Material", + "name": "materialTemplate", + "comment": "The custom material Unity uses to render the Terrain.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "bool", + "name": "drawHeightmap", + "comment": "Indicates whether Unity draws the Terrain geometry itself.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "bool", + "name": "allowAutoConnect", + "comment": "Specifies if the terrain tile will be automatically connected to adjacent tiles.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "int", + "name": "groupingID", + "comment": "Grouping ID for auto connect.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "bool", + "name": "drawInstanced", + "comment": "Set to true to enable the terrain instance renderer. The default value is false.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "UnityEngine.RenderTexture", + "name": "normalmapTexture", + "comment": "Returns the normal map texture computed from sampling the heightmap. It is only used when terrain is rendered using instancing.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "bool", + "name": "drawTreesAndFoliage", + "comment": "Specify if terrain trees and details should be drawn.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "patchBoundsMultiplier", + "comment": "Set the terrain bounding box scale.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "float", + "name": "treeLODBiasMultiplier", + "comment": "The multiplier to the current LOD bias used for rendering LOD trees (i.e. SpeedTree trees).\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "bool", + "name": "collectDetailPatches", + "comment": "Collect detail patches from memory.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "UnityEngine.TerrainRenderFlags", + "name": "editorRenderFlags", + "comment": "Controls what part of the terrain should be rendered.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "bool", + "name": "bakeLightProbesForTrees", + "comment": "Specifies if an array of internal light probes should be baked for terrain trees. Available only in editor.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "bool", + "name": "deringLightProbesForTrees", + "comment": "Removes ringing from probes on trees if enabled.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "bool", + "name": "preserveTreePrototypeLayers", + "comment": "Allows you to specify how Unity chooses the for tree instances.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "heightmapFormat", + "comment": "Graphics format of the Terrain heightmap.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "UnityEngine.TextureFormat", + "name": "heightmapTextureFormat", + "comment": "", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "UnityEngine.RenderTextureFormat", + "name": "heightmapRenderTextureFormat", + "comment": "RenderTextureFormat of the terrain heightmap.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "normalmapFormat", + "comment": "Graphics format of the Terrain normal map texture.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "UnityEngine.TextureFormat", + "name": "normalmapTextureFormat", + "comment": "Texture format of the Terrain normal map texture.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "UnityEngine.RenderTextureFormat", + "name": "normalmapRenderTextureFormat", + "comment": "Render texture format of the Terrain normal map texture.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "holesFormat", + "comment": "Graphics format of the Terrain holes Texture when it is not compressed.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "UnityEngine.RenderTextureFormat", + "name": "holesRenderTextureFormat", + "comment": "Render texture format of the Terrain holes Texture.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat", + "name": "compressedHolesFormat", + "comment": "Graphics format of the Terrain holes Texture when it is compressed.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "UnityEngine.TextureFormat", + "name": "compressedHolesTextureFormat", + "comment": "Texture format of the Terrain holes Texture when it is compressed.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "UnityEngine.Terrain", + "name": "activeTerrain", + "comment": "The active Terrain. This is a convenient function to get to the main Terrain in the Scene.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "UnityEngine.Terrain[]", + "name": "activeTerrains", + "comment": "The active terrains in the Scene.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "UnityEngine.Terrain", + "name": "leftNeighbor", + "comment": "The Terrain tile to the left, which is in the negative X direction.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "UnityEngine.Terrain", + "name": "rightNeighbor", + "comment": "The Terrain tile to the left, which is in the positive X direction.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "UnityEngine.Terrain", + "name": "topNeighbor", + "comment": "Terrain top neighbor.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "UnityEngine.Terrain", + "name": "bottomNeighbor", + "comment": "Terrain bottom neighbor.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "uint", + "name": "renderingLayerMask", + "comment": "Determines which rendering layers the Terrain renderer lives on.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "float", + "name": "splatmapDistance", + "comment": "", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "bool", + "name": "castShadows", + "comment": "Should terrain cast shadows?.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "UnityEngine.Terrain.MaterialType", + "name": "materialType", + "comment": "The type of the material used to render the terrain. Could be one of the built-in types or custom. See Terrain.MaterialType.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "UnityEngine.Color", + "name": "legacySpecular", + "comment": "The specular color of the terrain.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "float", + "name": "legacyShininess", + "comment": "The shininess value of the terrain.\n\n", + "location": "UnityEngine.TerrainModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "result", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "GetClosestReflectionProbes", + "comment": "", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "returnTypeName": "Single", + "params": [ + { "name": "worldPosition", "typeName": "UnityEngine.Vector3" } + ], + "isStatic": false, + "name": "SampleHeight", + "comment": "Samples the height at the given position defined in world space, relative to the Terrain space.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "instance", "typeName": "UnityEngine.TreeInstance" } + ], + "isStatic": false, + "name": "AddTreeInstance", + "comment": "Adds a tree instance to the terrain.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "left", "typeName": "UnityEngine.Terrain" }, + { "name": "top", "typeName": "UnityEngine.Terrain" }, + { "name": "right", "typeName": "UnityEngine.Terrain" }, + { "name": "bottom", "typeName": "UnityEngine.Terrain" } + ], + "isStatic": false, + "name": "SetNeighbors", + "comment": "Lets you set up the connection between neighboring Terrain tiles. This ensures LOD matches up on neighboring Terrain tiles.\n\n```plaintext\nParams: left - The Terrain tile to the left is in the negative X direction.\n top - The Terrain tile to the top is in the positive Z direction.\n right - The Terrain tile to the right is in the positive X direction.\n bottom - The Terrain tile to the bottom is in the negative Z direction.\n \n```\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "returnTypeName": "Vector3", + "params": [], + "isStatic": false, + "name": "GetPosition", + "comment": "Get the position of the terrain.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Flush", + "comment": "Flushes any change done in the terrain so it takes effect.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "properties", + "typeName": "UnityEngine.MaterialPropertyBlock" + } + ], + "isStatic": false, + "name": "SetSplatMaterialPropertyBlock", + "comment": "Set the additional material properties when rendering the terrain heightmap using the splat material.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "dest", "typeName": "UnityEngine.MaterialPropertyBlock" } + ], + "isStatic": false, + "name": "GetSplatMaterialPropertyBlock", + "comment": "Get the previously set splat material properties by copying to the dest MaterialPropertyBlock object.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "SetConnectivityDirty", + "comment": "Marks the current connectivity status as invalid.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "returnTypeName": "GameObject", + "params": [ + { "name": "assignTerrain", "typeName": "UnityEngine.TerrainData" } + ], + "isStatic": true, + "name": "CreateTerrainGameObject", + "comment": "Creates a Terrain including collider from TerrainData.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ApplyDelayedHeightmapModification", + "comment": "Update the terrain's LOD and vegetation information after making changes with TerrainData.SetHeightsDelayLOD.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.TerrainModule.dll" + } + ], + "name": "Terrain", + "comment": "The Terrain component renders the terrain.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.Renderer", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "frontSortingLayerID", + "comment": "Unique ID of the sorting layer defining the start of the custom range.\n\n", + "location": "UnityEngine.SpriteMaskModule.dll" + }, + { + "typeName": "int", + "name": "frontSortingOrder", + "comment": "Order within the front sorting layer defining the start of the custom range.\n\n", + "location": "UnityEngine.SpriteMaskModule.dll" + }, + { + "typeName": "int", + "name": "backSortingLayerID", + "comment": "Unique ID of the sorting layer defining the end of the custom range.\n\n", + "location": "UnityEngine.SpriteMaskModule.dll" + }, + { + "typeName": "int", + "name": "backSortingOrder", + "comment": "Order within the back sorting layer defining the end of the custom range.\n\n", + "location": "UnityEngine.SpriteMaskModule.dll" + }, + { + "typeName": "float", + "name": "alphaCutoff", + "comment": "The minimum alpha value used by the mask to select the area of influence defined over the mask's sprite.\n\n", + "location": "UnityEngine.SpriteMaskModule.dll" + }, + { + "typeName": "UnityEngine.Sprite", + "name": "sprite", + "comment": "The Sprite used to define the mask.\n\n", + "location": "UnityEngine.SpriteMaskModule.dll" + }, + { + "typeName": "bool", + "name": "isCustomRangeActive", + "comment": "Mask sprites from front to back sorting values only.\n\n", + "location": "UnityEngine.SpriteMaskModule.dll" + }, + { + "typeName": "UnityEngine.SpriteSortPoint", + "name": "spriteSortPoint", + "comment": "Determines the position of the Sprite used for sorting the SpriteMask.\n\n", + "location": "UnityEngine.SpriteMaskModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.SpriteMaskModule.dll" + } + ], + "name": "SpriteMask", + "comment": "A component for masking Sprites and Particles.\n\n", + "location": "UnityEngine.SpriteMaskModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.Behaviour", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "float", + "name": "streamingMipmapBias", + "comment": "Offset applied to the mipmap level chosen by the texture streaming system for any textures visible from this camera. This Offset can take either a positive or negative value.\n\n", + "location": "UnityEngine.StreamingModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "timeoutSeconds", "typeName": "float" }, + { "name": "activateCameraOnTimeout", "typeName": "bool" }, + { + "name": "disableCameraCuttingFrom", + "typeName": "UnityEngine.Camera" + } + ], + "isStatic": false, + "name": "SetPreloading", + "comment": "Initiate preloading of streaming data for this camera.\n\n```plaintext\nParams: timeoutSeconds - Optional timeout before stopping preloading. Set to 0.0f when no timeout is required.\n activateCameraOnTimeout - Set to True to activate the connected Camera component when timeout expires.\n disableCameraCuttingFrom - Camera to deactivate on timeout (if Camera.activateCameraOnTime is True). This parameter can be null.\n \n```\n\n", + "location": "UnityEngine.StreamingModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "CancelPreloading", + "comment": "Abort preloading.\n\n", + "location": "UnityEngine.StreamingModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "IsPreloading", + "comment": "True if in a preloading state, otherwise False.\n\n", + "location": "UnityEngine.StreamingModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.StreamingModule.dll" + } + ], + "name": "StreamingController", + "comment": "A StreamingController controls the streaming settings for an individual camera location.\n\n", + "location": "UnityEngine.StreamingModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "capacity", + "comment": "Reserve memory for the particle trail data.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "name": "Trails", + "comment": "Script interface for storing the particle trail data.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Terrain.MaterialType", + "name": "BuiltInStandard", + "comment": "A built-in material that uses the standard physically-based lighting model. Inputs supported: smoothness, metallic / specular, normal.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "UnityEngine.Terrain.MaterialType", + "name": "BuiltInLegacyDiffuse", + "comment": "A built-in material that uses the legacy Lambert (diffuse) lighting model and has optional normal map support.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "UnityEngine.Terrain.MaterialType", + "name": "BuiltInLegacySpecular", + "comment": "A built-in material that uses the legacy BlinnPhong (specular) lighting model and has optional normal map support.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "UnityEngine.Terrain.MaterialType", + "name": "Custom", + "comment": "Use a custom material given by Terrain.materialTemplate.\n\n", + "location": "UnityEngine.TerrainModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Terrain.MaterialType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.TerrainModule.dll" + } + ], + "name": "MaterialType", + "comment": "The type of the material used to render a terrain object. Could be one of the built-in types or custom.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "particleIndex", "typeName": "int" }], + "isStatic": false, + "name": "GetColliderCount", + "comment": "The number of Colliders the particle is interacting with.\n\n```plaintext\nParams: particleIndex - The index of the particle event.\n \n```\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Component", + "params": [ + { "name": "particleIndex", "typeName": "int" }, + { "name": "colliderIndex", "typeName": "int" } + ], + "isStatic": false, + "name": "GetCollider", + "comment": "The Collider or Collider2D Component that a particle is interacting with.\n\n```plaintext\nParams: particleIndex - The index of the particle event.\n colliderIndex - The index of the collider to obtain.\n \n```\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "name": "ColliderData", + "comment": "Script interface for particle Collider data.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "UpdateGIMaterials", + "comment": "Schedules an update of the albedo and emissive Textures of a system that contains the Terrain.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "x", "typeName": "int" }, + { "name": "y", "typeName": "int" }, + { "name": "width", "typeName": "int" }, + { "name": "height", "typeName": "int" } + ], + "isStatic": false, + "name": "UpdateGIMaterials", + "comment": "Schedules an update of the albedo and emissive Textures of a system that contains the Terrain.\n\n", + "location": "UnityEngine.TerrainModule.dll" + } + ], + "name": "TerrainExtensions", + "comment": "Extension methods to the Terrain class, used only for the UpdateGIMaterials method used by the Global Illumination System.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "enabled", + "comment": "Specifies whether the VelocityOverLifetimeModule is enabled or disabled.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", + "name": "x", + "comment": "Curve to control particle speed based on lifetime, on the x-axis.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", + "name": "y", + "comment": "Curve to control particle speed based on lifetime, on the y-axis.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", + "name": "z", + "comment": "Curve to control particle speed based on lifetime, on the z-axis.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "xMultiplier", + "comment": "A multiplier for ParticleSystem.VelocityOverLifetimeModule._x\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "yMultiplier", + "comment": "A multiplier for ParticleSystem.VelocityOverLifetimeModule._y.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "zMultiplier", + "comment": "A multiplier for ParticleSystem.VelocityOverLifetimeModule._z.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", + "name": "orbitalX", + "comment": "Curve to control particle speed based on lifetime, around the x-axis.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", + "name": "orbitalY", + "comment": "Curve to control particle speed based on lifetime, around the y-axis.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", + "name": "orbitalZ", + "comment": "Curve to control particle speed based on lifetime, around the z-axis.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "orbitalXMultiplier", + "comment": "Speed multiplier along the x-axis.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "orbitalYMultiplier", + "comment": "Speed multiplier along the y-axis.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "orbitalZMultiplier", + "comment": "Speed multiplier along the z-axis.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", + "name": "orbitalOffsetX", + "comment": "Specify a custom center of rotation for the orbital and radial velocities.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", + "name": "orbitalOffsetY", + "comment": "Specify a custom center of rotation for the orbital and radial velocities.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", + "name": "orbitalOffsetZ", + "comment": "Specify a custom center of rotation for the orbital and radial velocities.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "orbitalOffsetXMultiplier", + "comment": "A multiplier for _orbitalOffsetX.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "orbitalOffsetYMultiplier", + "comment": "A multiplier for _orbitalOffsetY.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "orbitalOffsetZMultiplier", + "comment": "A multiplier for _orbitalOffsetY.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", + "name": "radial", + "comment": "Curve to control particle speed based on lifetime, away from a center position.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "radialMultiplier", + "comment": "A multiplier for ParticleSystem.VelocityOverLifetimeModule._radial.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", + "name": "speedModifier", + "comment": "Curve to control particle speed based on lifetime, without affecting the direction of the particles.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "speedModifierMultiplier", + "comment": "A multiplier for ParticleSystem.VelocityOverLifetimeModule._speedModifier.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemSimulationSpace", + "name": "space", + "comment": "Specifies if the velocities are in local space (rotated with the transform) or world space.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "name": "VelocityOverLifetimeModule", + "comment": "Script interface for the VelocityOverLifetimeModule.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.Component", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.ScriptableObject", + "name": "data", + "comment": "Data asociated to the Tree.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "bool", + "name": "hasSpeedTreeWind", + "comment": "Tells if there is wind data exported from SpeedTree are saved on this component.\n\n", + "location": "UnityEngine.TerrainModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.TerrainModule.dll" + } + ], + "name": "Tree", + "comment": "Tree Component for the tree creator.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "enabled", + "comment": "Specifies whether the LimitForceOverLifetimeModule is enabled or disabled.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", + "name": "limitX", + "comment": "Maximum velocity curve for the x-axis.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "limitXMultiplier", + "comment": "Change the limit multiplier on the x-axis.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", + "name": "limitY", + "comment": "Maximum velocity curve for the y-axis.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "limitYMultiplier", + "comment": "Change the limit multiplier on the y-axis.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", + "name": "limitZ", + "comment": "Maximum velocity curve for the z-axis.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "limitZMultiplier", + "comment": "Change the limit multiplier on the z-axis.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", + "name": "limit", + "comment": "Maximum velocity curve, when not using one curve per axis.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "limitMultiplier", + "comment": "Change the limit multiplier.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "dampen", + "comment": "Controls how much this module dampens particle velocities that exceed the velocity limit.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "bool", + "name": "separateAxes", + "comment": "Set the velocity limit on each axis separately. This module uses ParticleSystem.LimitVelocityOverLifetimeModule._drag to dampen a particle's velocity if the velocity exceeds this value.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemSimulationSpace", + "name": "space", + "comment": "Specifies if the velocity limits are in local space (rotated with the transform) or world space.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", + "name": "drag", + "comment": "Controls the amount of drag that this modules applies to the particle velocities.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "dragMultiplier", + "comment": "Specifies the drag multiplier.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "bool", + "name": "multiplyDragByParticleSize", + "comment": "Adjust the amount of drag this module applies to particles, based on their sizes.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "bool", + "name": "multiplyDragByParticleVelocity", + "comment": "Adjust the amount of drag this module applies to particles, based on their speeds.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "name": "LimitVelocityOverLifetimeModule", + "comment": "Script interface for the Limit Velocity Over Lifetime module.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "enabled", + "comment": "Specifies whether the InheritVelocityModule is enabled or disabled.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemInheritVelocityMode", + "name": "mode", + "comment": "Specifies how to apply emitter velocity to particles.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", + "name": "curve", + "comment": "Curve to define how much of the emitter velocity the system applies during the lifetime of a particle.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "curveMultiplier", + "comment": "Change the curve multiplier.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "name": "InheritVelocityModule", + "comment": "The Inherit Velocity Module controls how the velocity of the emitter is transferred to the particles as they are emitted.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "enabled", + "comment": "Use this property to enable or disable the LifetimeByEmitterSpeed module.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", + "name": "curve", + "comment": "Use this curve to define which value to multiply the start lifetime of a particle with, based on the speed of the emitter when the particle is spawned.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "curveMultiplier", + "comment": "Use this property to change the curve multiplier.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "range", + "comment": "Control the start lifetime multiplier between these minimum and maximum speeds of the emitter.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "name": "LifetimeByEmitterSpeedModule", + "comment": "The Lifetime By Emitter Speed Module controls the initial lifetime of each particle based on the speed of the emitter when the particle was spawned.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "enabled", + "comment": "Specifies whether the ForceOverLifetimeModule is enabled or disabled.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", + "name": "x", + "comment": "The curve that defines particle forces in the x-axis.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", + "name": "y", + "comment": "The curve defining particle forces in the y-axis.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", + "name": "z", + "comment": "The curve defining particle forces in the z-axis.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "xMultiplier", + "comment": "Defines the x-axis multiplier.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "yMultiplier", + "comment": "Defines the y-axis multiplier.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "zMultiplier", + "comment": "Defines the z-axis multiplier.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemSimulationSpace", + "name": "space", + "comment": "Specifies whether the modules applies the forces in local or world space.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "bool", + "name": "randomized", + "comment": "When randomly selecting values between two curves or constants, this flag causes the system to choose a new random force on each frame.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "name": "ForceOverLifetimeModule", + "comment": "Script interface for the ForceOverLifetimeModule of a Particle System.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "enabled", + "comment": "Specifies whether the ColorOverLifetimeModule is enabled or disabled.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystem.MinMaxGradient", + "name": "color", + "comment": "The gradient that controls the particle colors.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "name": "ColorOverLifetimeModule", + "comment": "Script interface for the ColorOverLifetimeModule of a Particle System.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "enabled", + "comment": "Specifies whether the ColorBySpeedModule is enabled or disabled.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystem.MinMaxGradient", + "name": "color", + "comment": "The gradient that controls the particle colors.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "range", + "comment": "Apply the color gradient between these minimum and maximum speeds.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "name": "ColorBySpeedModule", + "comment": "Script interface for the ColorBySpeedModule of a Particle System.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "enabled", + "comment": "Specifies whether the SizeOverLifetimeModule is enabled or disabled.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", + "name": "size", + "comment": "Curve to control particle size based on lifetime.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "sizeMultiplier", + "comment": "A multiplier for ParticleSystem.SizeOverLifetimeModule._size.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", + "name": "x", + "comment": "Size over lifetime curve for the x-axis.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "xMultiplier", + "comment": "Size multiplier along the x-axis.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", + "name": "y", + "comment": "Size over lifetime curve for the y-axis.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "yMultiplier", + "comment": "Size multiplier along the y-axis.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", + "name": "z", + "comment": "Size over lifetime curve for the z-axis.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "zMultiplier", + "comment": "Size multiplier along the z-axis.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "bool", + "name": "separateAxes", + "comment": "Set the size over lifetime on each axis separately.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "name": "SizeOverLifetimeModule", + "comment": "Script interface for the SizeOverLifetimeModule.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "enabled", + "comment": "Specifies whether the SizeBySpeedModule is enabled or disabled.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", + "name": "size", + "comment": "Curve to control particle size based on speed.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "sizeMultiplier", + "comment": "A multiplier for ParticleSystem.SizeBySpeedModule._size.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", + "name": "x", + "comment": "Size by speed curve for the x-axis.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "xMultiplier", + "comment": "Size multiplier along the x-axis.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", + "name": "y", + "comment": "Size by speed curve for the y-axis.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "yMultiplier", + "comment": "Size multiplier along the y-axis.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", + "name": "z", + "comment": "Size by speed curve for the z-axis.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "zMultiplier", + "comment": "Size multiplier along the z-axis.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "bool", + "name": "separateAxes", + "comment": "Set the size by speed on each axis separately.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "range", + "comment": "Set the minimum and maximum speed that this modules applies the size curve between.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "name": "SizeBySpeedModule", + "comment": "Script interface for the SizeBySpeedModule.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "enabled", + "comment": "Specifies whether the RotationOverLifetimeModule is enabled or disabled.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", + "name": "x", + "comment": "Rotation over lifetime curve for the x-axis.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "xMultiplier", + "comment": "Rotation multiplier around the x-axis.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", + "name": "y", + "comment": "Rotation over lifetime curve for the y-axis.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "yMultiplier", + "comment": "Rotation multiplier around the y-axis.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", + "name": "z", + "comment": "Rotation over lifetime curve for the z-axis.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "zMultiplier", + "comment": "Rotation multiplier around the z-axis.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "bool", + "name": "separateAxes", + "comment": "Set the rotation over lifetime on each axis separately.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "name": "RotationOverLifetimeModule", + "comment": "Script interface for the RotationOverLifetimeModule.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "enabled", + "comment": "ESpecifies whether the RotationBySpeedModule is enabled or disabled.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", + "name": "x", + "comment": "Rotation by speed curve for the x-axis.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "xMultiplier", + "comment": "Speed multiplier along the x-axis.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", + "name": "y", + "comment": "Rotation by speed curve for the y-axis.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "yMultiplier", + "comment": "Speed multiplier along the y-axis.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", + "name": "z", + "comment": "Rotation by speed curve for the z-axis.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "zMultiplier", + "comment": "Speed multiplier along the z-axis.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "bool", + "name": "separateAxes", + "comment": "Set the rotation by speed on each axis separately.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "range", + "comment": "Set the minimum and maximum speeds that this module applies the rotation curve between.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "name": "RotationBySpeedModule", + "comment": "Script interface for the RotationBySpeedModule.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "enabled", + "comment": "Specifies whether the ExternalForcesModule is enabled or disabled.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "multiplier", + "comment": "Multiplies the magnitude of external forces affecting the particles.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", + "name": "multiplierCurve", + "comment": "Multiplies the magnitude of applied external forces.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemGameObjectFilter", + "name": "influenceFilter", + "comment": "Apply all Force Fields belonging to a matching Layer to this Particle System.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.LayerMask", + "name": "influenceMask", + "comment": "Particle System Force Field Components with a matching Layer affect this Particle System.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "int", + "name": "influenceCount", + "comment": "The number of Force Fields explicitly provided to the influencers list.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "field", + "typeName": "UnityEngine.ParticleSystemForceField" + } + ], + "isStatic": false, + "name": "IsAffectedBy", + "comment": "Whether the Force Field affects the Particle System.\n\n```plaintext\nParams: field - The Force Field to test.\n \n```\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "field", + "typeName": "UnityEngine.ParticleSystemForceField" + } + ], + "isStatic": false, + "name": "AddInfluence", + "comment": "Adds a ParticleSystemForceField to the influencers list.\n\n```plaintext\nParams: field - The Force Field to add to the influencers list.\n \n```\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "RemoveInfluence", + "comment": "Removes the Force Field from the influencers list at the given index.\n\n```plaintext\nParams: index - The index to remove the chosen Force Field from.\n field - The Force Field to remove from the list.\n \n```\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "field", + "typeName": "UnityEngine.ParticleSystemForceField" + } + ], + "isStatic": false, + "name": "RemoveInfluence", + "comment": "Removes the Force Field from the influencers list at the given index.\n\n```plaintext\nParams: index - The index to remove the chosen Force Field from.\n field - The Force Field to remove from the list.\n \n```\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "RemoveAllInfluences", + "comment": "Removes every Force Field from the influencers list.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { + "name": "field", + "typeName": "UnityEngine.ParticleSystemForceField" + } + ], + "isStatic": false, + "name": "SetInfluence", + "comment": "Assigns the Force Field at the given index in the influencers list.\n\n```plaintext\nParams: index - Index to assign the Force Field.\n field - Force Field that to assign.\n \n```\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "ParticleSystemForceField", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "GetInfluence", + "comment": "The ForceField from the list.\n\n```plaintext\nParams: index - The index to return the chosen Force Field from.\n \n```\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "name": "ExternalForcesModule", + "comment": "Script interface for the ExternalForcesModule of a Particle System.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "enabled", + "comment": "Specifies whether the the NoiseModule is enabled or disabled.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "bool", + "name": "separateAxes", + "comment": "Control the noise separately for each axis.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", + "name": "strength", + "comment": "How strong the overall noise effect is.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "strengthMultiplier", + "comment": "Strength multiplier.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", + "name": "strengthX", + "comment": "Define the strength of the effect on the x-axis, when using the ParticleSystem.NoiseModule.separateAxes option.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "strengthXMultiplier", + "comment": "x-axis strength multiplier.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", + "name": "strengthY", + "comment": "Define the strength of the effect on the y-axis, when using the ParticleSystem.NoiseModule.separateAxes option.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "strengthYMultiplier", + "comment": "y-axis strength multiplier.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", + "name": "strengthZ", + "comment": "Define the strength of the effect on the z-axis, when using the ParticleSystem.NoiseModule.separateAxes option.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "strengthZMultiplier", + "comment": "z-axis strength multiplier.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "frequency", + "comment": "Low values create soft, smooth noise, and high values create rapidly changing noise.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "bool", + "name": "damping", + "comment": "Higher frequency noise reduces the strength by a proportional amount, if enabled.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "int", + "name": "octaveCount", + "comment": "Layers of noise that combine to produce final noise.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "octaveMultiplier", + "comment": "When combining each octave, scale the intensity by this amount.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "octaveScale", + "comment": "When combining each octave, zoom in by this amount.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemNoiseQuality", + "name": "quality", + "comment": "Generate 1D, 2D or 3D noise.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", + "name": "scrollSpeed", + "comment": "Scroll the noise map over the Particle System.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "scrollSpeedMultiplier", + "comment": "Scroll speed multiplier.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "bool", + "name": "remapEnabled", + "comment": "Enable remapping of the final noise values, allowing for noise values to be translated into different values.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", + "name": "remap", + "comment": "Define how the noise values are remapped.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "remapMultiplier", + "comment": "Remap multiplier.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", + "name": "remapX", + "comment": "Define how the noise values are remapped on the x-axis, when using the ParticleSystem.NoiseModule.separateAxes option.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "remapXMultiplier", + "comment": "x-axis remap multiplier.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", + "name": "remapY", + "comment": "Define how the noise values are remapped on the y-axis, when using the ParticleSystem.NoiseModule.separateAxes option.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "remapYMultiplier", + "comment": "y-axis remap multiplier.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", + "name": "remapZ", + "comment": "Define how the noise values are remapped on the z-axis, when using the ParticleSystem.NoiseModule.separateAxes option.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "remapZMultiplier", + "comment": "z-axis remap multiplier.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", + "name": "positionAmount", + "comment": "How much the noise affects the particle positions.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", + "name": "rotationAmount", + "comment": "How much the noise affects the particle rotation, in degrees per second.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", + "name": "sizeAmount", + "comment": "How much the noise affects the particle sizes, applied as a multiplier on the size of each particle.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "name": "NoiseModule", + "comment": "Script interface for the NoiseModule.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "enabled", + "comment": "Specifies whether the LightsModule is enabled or disabled.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "ratio", + "comment": "Choose what proportion of particles receive a dynamic light.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "bool", + "name": "useRandomDistribution", + "comment": "Randomly assign Lights to new particles based on ParticleSystem.LightsModule.ratio.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.Light", + "name": "light", + "comment": "Select what Light Prefab you want to base your particle lights on.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "bool", + "name": "useParticleColor", + "comment": "Toggle whether the particle lights multiply their color by the particle color.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "bool", + "name": "sizeAffectsRange", + "comment": "Toggle whether the system multiplies the particle size by the light range to determine the final light range.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "bool", + "name": "alphaAffectsIntensity", + "comment": "Toggle whether the system multiplies the particle alpha by the light intensity when it computes the final light intensity.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", + "name": "range", + "comment": "Define a curve to apply custom range scaling to particle Lights.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "rangeMultiplier", + "comment": "Range multiplier.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", + "name": "intensity", + "comment": "Define a curve to apply custom intensity scaling to particle Lights.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "intensityMultiplier", + "comment": "Intensity multiplier.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "int", + "name": "maxLights", + "comment": "Set a limit on how many Lights this Module can create.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "name": "LightsModule", + "comment": "Access the ParticleSystem Lights Module.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "enabled", + "comment": "Specifies whether the TrailModule is enabled or disabled.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemTrailMode", + "name": "mode", + "comment": "Choose how the system generates the particle trails.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "ratio", + "comment": "Choose what proportion of particles receive a trail.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", + "name": "lifetime", + "comment": "The curve describing the trail lifetime, throughout the lifetime of the particle.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "lifetimeMultiplier", + "comment": "A multiplier for ParticleSystem.TrailModule._lifetime.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "minVertexDistance", + "comment": "Set the minimum distance each trail can travel before the system adds a new vertex to it.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemTrailTextureMode", + "name": "textureMode", + "comment": "Choose whether the U coordinate of the trail Texture is tiled or stretched.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "bool", + "name": "worldSpace", + "comment": "Drop new trail points in world space, regardless of Particle System Simulation Space.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "bool", + "name": "dieWithParticles", + "comment": "Specifies whether trails disappear immediately when their owning particle dies. When false, each trail persists until all its points have naturally expired, based on its lifetime.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "bool", + "name": "sizeAffectsWidth", + "comment": "Set whether the particle size acts as a multiplier on top of the trail width.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "bool", + "name": "sizeAffectsLifetime", + "comment": "Set whether the particle size acts as a multiplier on top of the trail lifetime.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "bool", + "name": "inheritParticleColor", + "comment": "Toggle whether the trail inherits the particle color as its starting color.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystem.MinMaxGradient", + "name": "colorOverLifetime", + "comment": "The gradient that controls the trail colors during the lifetime of the attached particle.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystem.MinMaxCurve", + "name": "widthOverTrail", + "comment": "The curve describing the width of each trail point.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "widthOverTrailMultiplier", + "comment": "A multiplier for ParticleSystem.TrailModule._widthOverTrail.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystem.MinMaxGradient", + "name": "colorOverTrail", + "comment": "The gradient that controls the trail colors over the length of the trail.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "bool", + "name": "generateLightingData", + "comment": "Configures the trails to generate Normals and Tangents. With this data, Scene lighting can affect the trails via Normal Maps and the Unity Standard Shader, or your own custom-built Shaders.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "int", + "name": "ribbonCount", + "comment": "Select how many lines to create through the Particle System.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "float", + "name": "shadowBias", + "comment": "Apply a shadow bias to prevent self-shadowing artifacts. The specified value is the proportion of the trail width at each segment.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "bool", + "name": "splitSubEmitterRibbons", + "comment": "Specifies whether, if you use this system as a sub-emitter, ribbons connect particles from each parent particle independently.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "bool", + "name": "attachRibbonsToTransform", + "comment": "Adds an extra position to each ribbon, connecting it to the location of the Transform Component.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "name": "TrailModule", + "comment": "Script interface for the TrailsModule.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "enabled", + "comment": "Specifies whether the CustomDataModule is enabled or disabled.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "stream", + "typeName": "UnityEngine.ParticleSystemCustomData" + }, + { + "name": "mode", + "typeName": "UnityEngine.ParticleSystemCustomDataMode" + } + ], + "isStatic": false, + "name": "SetMode", + "comment": "Choose the type of custom data to generate for the chosen data stream.\n\n```plaintext\nParams: stream - The name of the custom data stream to enable data generation on.\n mode - The type of data to generate.\n \n```\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "ParticleSystemCustomDataMode", + "params": [ + { + "name": "stream", + "typeName": "UnityEngine.ParticleSystemCustomData" + } + ], + "isStatic": false, + "name": "GetMode", + "comment": "The type of data being generated for the requested stream.\n\n```plaintext\nParams: stream - The name of the custom data stream to query.\n \n```\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "stream", + "typeName": "UnityEngine.ParticleSystemCustomData" + }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "SetVectorComponentCount", + "comment": "Specify how many curves are used to generate custom data for this stream.\n\n```plaintext\nParams: stream - The name of the custom data stream to apply the curve to.\n curveCount - The number of curves to generate data for.\n \n```\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "stream", + "typeName": "UnityEngine.ParticleSystemCustomData" + } + ], + "isStatic": false, + "name": "GetVectorComponentCount", + "comment": "The number of curves.\n\n```plaintext\nParams: stream - The name of the custom data stream to retrieve the curve from.\n \n```\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "stream", + "typeName": "UnityEngine.ParticleSystemCustomData" + }, + { "name": "component", "typeName": "int" }, + { + "name": "curve", + "typeName": "UnityEngine.ParticleSystem.MinMaxCurve" + } + ], + "isStatic": false, + "name": "SetVector", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "MinMaxCurve", + "params": [ + { + "name": "stream", + "typeName": "UnityEngine.ParticleSystemCustomData" + }, + { "name": "component", "typeName": "int" } + ], + "isStatic": false, + "name": "GetVector", + "comment": "The curve being used to generate custom data.\n\n```plaintext\nParams: stream - The name of the custom data stream to retrieve the curve from.\n component - The component index to retrieve the curve for (0-3, mapping to the xyzw components of a Vector4 or float4).\n \n```\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "stream", + "typeName": "UnityEngine.ParticleSystemCustomData" + }, + { + "name": "gradient", + "typeName": "UnityEngine.ParticleSystem.MinMaxGradient" + } + ], + "isStatic": false, + "name": "SetColor", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "MinMaxGradient", + "params": [ + { + "name": "stream", + "typeName": "UnityEngine.ParticleSystemCustomData" + } + ], + "isStatic": false, + "name": "GetColor", + "comment": "The color gradient being used to generate custom color data.\n\n```plaintext\nParams: stream - The name of the custom data stream to retrieve the gradient from.\n \n```\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "name": "CustomDataModule", + "comment": "Script interface for the CustomDataModule of a Particle System.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Int32", + "params": [ + { "name": "go", "typeName": "UnityEngine.GameObject" }, + { + "name": "collisionEvents", + "typeName": "UnityEngine.ParticleCollisionEvent[]" + } + ], + "isStatic": false, + "name": "GetCollisionEvents", + "comment": "Get the particle collision events for a GameObject. Returns the number of events written to the array.\n\n```plaintext\nParams: go - The GameObject for which to retrieve collision events.\n collisionEvents - Array to write collision events to.\n \n```\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetSafeCollisionEventSize", + "comment": "Safe array size for use with ParticleSystem.GetCollisionEvents.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "go", "typeName": "UnityEngine.GameObject" }, + { + "name": "collisionEvents", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "GetCollisionEvents", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "type", + "typeName": "UnityEngine.ParticleSystemTriggerEventType" + } + ], + "isStatic": false, + "name": "GetSafeTriggerParticlesSize", + "comment": "Number of particles with this trigger event type.\n\n```plaintext\nParams: ps - Particle system.\n type - Type of trigger to return size for.\n \n```\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "type", + "typeName": "UnityEngine.ParticleSystemTriggerEventType" + }, + { + "name": "particles", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "GetTriggerParticles", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "type", + "typeName": "UnityEngine.ParticleSystemTriggerEventType" + }, + { + "name": "particles", + "typeName": "System.Collections.Generic.List" + }, + { + "name": "colliderData", + "typeName": "UnityEngine.ParticleSystem.ColliderData" + } + ], + "isStatic": false, + "name": "GetTriggerParticles", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "type", + "typeName": "UnityEngine.ParticleSystemTriggerEventType" + }, + { + "name": "particles", + "typeName": "System.Collections.Generic.List" + }, + { "name": "offset", "typeName": "int" }, + { "name": "count", "typeName": "int" } + ], + "isStatic": false, + "name": "SetTriggerParticles", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "type", + "typeName": "UnityEngine.ParticleSystemTriggerEventType" + }, + { + "name": "particles", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "SetTriggerParticles", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "name": "ParticlePhysicsExtensions", + "comment": "Method extension for Physics in Particle System.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Component", + "name": "collider", + "comment": "The Collider for the GameObject struck by the particles.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "intersection", + "comment": "Intersection point of the collision in world coordinates.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "normal", + "comment": "Geometry normal at the intersection point of the collision.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "velocity", + "comment": "Incident velocity at the intersection point of the collision.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.Component", + "name": "colliderComponent", + "comment": "The Collider or Collider2D for the GameObject struck by the particles.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "name": "ParticleCollisionEvent", + "comment": "Information about a particle collision.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.ParticleSystemRenderMode", + "name": "Billboard", + "comment": "Render particles as billboards facing the active camera. (Default)\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemRenderMode", + "name": "Stretch", + "comment": "Stretch particles in the direction of motion.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemRenderMode", + "name": "HorizontalBillboard", + "comment": "Render particles as billboards always facing up along the y-Axis.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemRenderMode", + "name": "VerticalBillboard", + "comment": "Render particles as billboards always facing the player, but not pitching along the x-Axis.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemRenderMode", + "name": "Mesh", + "comment": "Render particles as meshes.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemRenderMode", + "name": "None", + "comment": "Do not render particles.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.ParticleSystemRenderMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "name": "ParticleSystemRenderMode", + "comment": "The rendering mode for particle systems.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.ParticleSystemSortMode", + "name": "None", + "comment": "No sorting.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemSortMode", + "name": "Distance", + "comment": "Sort based on distance to the camera position. For orthographic cameras, this mode is the same as sorting by depth.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemSortMode", + "name": "OldestInFront", + "comment": "Sort the oldest particles to the front.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemSortMode", + "name": "YoungestInFront", + "comment": "Sort the youngest particles to the front.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemSortMode", + "name": "Depth", + "comment": "Sort based on depth from the camera plane.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.ParticleSystemSortMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "name": "ParticleSystemSortMode", + "comment": "The sorting mode for particle systems.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.ParticleSystemCollisionQuality", + "name": "High", + "comment": "The most accurate world collisions.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemCollisionQuality", + "name": "Medium", + "comment": "Approximate world collisions.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemCollisionQuality", + "name": "Low", + "comment": "Fastest and most approximate world collisions.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.ParticleSystemCollisionQuality", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "name": "ParticleSystemCollisionQuality", + "comment": "Quality of world collisions. Medium and low quality are approximate and may leak particles.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.ParticleSystemRenderSpace", + "name": "View", + "comment": "Particles face the camera plane.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemRenderSpace", + "name": "World", + "comment": "Particles align with the world.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemRenderSpace", + "name": "Local", + "comment": "Particles align with their local transform.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemRenderSpace", + "name": "Facing", + "comment": "Particles face the eye position.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemRenderSpace", + "name": "Velocity", + "comment": "Particles are aligned to their direction of travel.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.ParticleSystemRenderSpace", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "name": "ParticleSystemRenderSpace", + "comment": "How particles are aligned when rendered.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.ParticleSystemCurveMode", + "name": "Constant", + "comment": "Use a single constant for the ParticleSystem.MinMaxCurve.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemCurveMode", + "name": "Curve", + "comment": "Use a single curve for the ParticleSystem.MinMaxCurve.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemCurveMode", + "name": "TwoCurves", + "comment": "Use a random value between 2 curves for the ParticleSystem.MinMaxCurve.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemCurveMode", + "name": "TwoConstants", + "comment": "Use a random value between 2 constants for the ParticleSystem.MinMaxCurve.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.ParticleSystemCurveMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "name": "ParticleSystemCurveMode", + "comment": "The particle curve mode.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.ParticleSystemGradientMode", + "name": "Color", + "comment": "Use a single color for the ParticleSystem.MinMaxGradient.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemGradientMode", + "name": "Gradient", + "comment": "Use a single color gradient for the ParticleSystem.MinMaxGradient.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemGradientMode", + "name": "TwoColors", + "comment": "Use a random value between 2 colors for the ParticleSystem.MinMaxGradient.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemGradientMode", + "name": "TwoGradients", + "comment": "Use a random value between 2 color gradients for the ParticleSystem.MinMaxGradient.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemGradientMode", + "name": "RandomColor", + "comment": "Define a list of colors in the ParticleSystem.MinMaxGradient, to be chosen from at random.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.ParticleSystemGradientMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "name": "ParticleSystemGradientMode", + "comment": "The particle gradient mode.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.ParticleSystemShapeType", + "name": "Sphere", + "comment": "Emit from a sphere.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemShapeType", + "name": "SphereShell", + "comment": "Emit from the surface of a sphere.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemShapeType", + "name": "Hemisphere", + "comment": "Emit from a half-sphere.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemShapeType", + "name": "HemisphereShell", + "comment": "Emit from the surface of a half-sphere.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemShapeType", + "name": "Cone", + "comment": "Emit from the base of a cone.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemShapeType", + "name": "Box", + "comment": "Emit from the volume of a box.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemShapeType", + "name": "Mesh", + "comment": "Emit from a mesh.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemShapeType", + "name": "ConeShell", + "comment": "Emit from the base surface of a cone.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemShapeType", + "name": "ConeVolume", + "comment": "Emit from a cone.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemShapeType", + "name": "ConeVolumeShell", + "comment": "Emit from the surface of a cone.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemShapeType", + "name": "Circle", + "comment": "Emit from a circle.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemShapeType", + "name": "CircleEdge", + "comment": "Emit from the edge of a circle.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemShapeType", + "name": "SingleSidedEdge", + "comment": "Emit from an edge.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemShapeType", + "name": "MeshRenderer", + "comment": "Emit from a mesh renderer.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemShapeType", + "name": "SkinnedMeshRenderer", + "comment": "Emit from a skinned mesh renderer.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemShapeType", + "name": "BoxShell", + "comment": "Emit from the surface of a box.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemShapeType", + "name": "BoxEdge", + "comment": "Emit from the edges of a box.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemShapeType", + "name": "Donut", + "comment": "Emit from a Donut.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemShapeType", + "name": "Rectangle", + "comment": "Emit from a rectangle.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemShapeType", + "name": "Sprite", + "comment": "Emit from a sprite.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemShapeType", + "name": "SpriteRenderer", + "comment": "Emit from a sprite renderer.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.ParticleSystemShapeType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "name": "ParticleSystemShapeType", + "comment": "The emission shape.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.ParticleSystemMeshShapeType", + "name": "Vertex", + "comment": "Emit from the vertices of the mesh.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemMeshShapeType", + "name": "Edge", + "comment": "Emit from the edges of the mesh.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemMeshShapeType", + "name": "Triangle", + "comment": "Emit from the surface of the mesh.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.ParticleSystemMeshShapeType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "name": "ParticleSystemMeshShapeType", + "comment": "The mesh emission type.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.ParticleSystemShapeTextureChannel", + "name": "Red", + "comment": "The red channel.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemShapeTextureChannel", + "name": "Green", + "comment": "The green channel.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemShapeTextureChannel", + "name": "Blue", + "comment": "The blue channel.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemShapeTextureChannel", + "name": "Alpha", + "comment": "The alpha channel.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.ParticleSystemShapeTextureChannel", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "name": "ParticleSystemShapeTextureChannel", + "comment": "The texture channel.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.ParticleSystemAnimationMode", + "name": "Grid", + "comment": "Use a regular grid to construct a sequence of animation frames.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemAnimationMode", + "name": "Sprites", + "comment": "Use a list of sprites to construct a sequence of animation frames.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.ParticleSystemAnimationMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "name": "ParticleSystemAnimationMode", + "comment": "The animation mode.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.ParticleSystemAnimationTimeMode", + "name": "Lifetime", + "comment": "Select animation frames based on the particle ages.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemAnimationTimeMode", + "name": "Speed", + "comment": "Select animation frames based on the particle speeds.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemAnimationTimeMode", + "name": "FPS", + "comment": "Select animation frames sequentially at a constant rate of the specified frames per second.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.ParticleSystemAnimationTimeMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "name": "ParticleSystemAnimationTimeMode", + "comment": "Control how animation frames are selected.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.GameObject", + "name": "prefab", + "comment": "Retrieves the actual GameObject used by the tree.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "float", + "name": "bendFactor", + "comment": "Bend factor of the tree prototype.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "int", + "name": "navMeshLod", + "comment": "The LOD index of a Tree LODGroup that Unity uses to generate a NavMesh. It uses this value only for Trees with a LODGroup, and ignores this value for regular Trees.\n\n", + "location": "UnityEngine.TerrainModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "other", "typeName": "UnityEngine.TreePrototype" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "UnityEngine.TerrainModule.dll" + } + ], + "name": "TreePrototype", + "comment": "Simple class that contains a pointer to a tree prototype.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.ParticleSystemAnimationType", + "name": "WholeSheet", + "comment": "Animate over the whole texture sheet from left to right, top to bottom.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemAnimationType", + "name": "SingleRow", + "comment": "Animate a single row in the sheet from left to right.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.ParticleSystemAnimationType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "name": "ParticleSystemAnimationType", + "comment": "The animation type.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.ParticleSystemAnimationRowMode", + "name": "Custom", + "comment": "Use a specific row for all particles.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemAnimationRowMode", + "name": "Random", + "comment": "Use a random row for each particle.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemAnimationRowMode", + "name": "MeshIndex", + "comment": "Use the mesh index as the row, so that meshes can be mapped to specific animation frames.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.ParticleSystemAnimationRowMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "name": "ParticleSystemAnimationRowMode", + "comment": "The mode used for selecting rows of an animation in the Texture Sheet Animation Module.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.DetailRenderMode", + "name": "GrassBillboard", + "comment": "The detail prototype will be rendered as billboards that are always facing the camera.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "UnityEngine.DetailRenderMode", + "name": "VertexLit", + "comment": "Will show the prototype using diffuse shading.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "UnityEngine.DetailRenderMode", + "name": "Grass", + "comment": "The detail prototype will use the grass shader.\n\n", + "location": "UnityEngine.TerrainModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.DetailRenderMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.TerrainModule.dll" + } + ], + "name": "DetailRenderMode", + "comment": "Render mode for detail prototypes.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.ParticleSystemCollisionType", + "name": "Planes", + "comment": "Collide with a list of planes.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemCollisionType", + "name": "World", + "comment": "Collide with the world geometry.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.ParticleSystemCollisionType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "name": "ParticleSystemCollisionType", + "comment": "The type of collisions to use for a given Particle System.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.GameObject", + "name": "prototype", + "comment": "GameObject used by the DetailPrototype.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "UnityEngine.Texture2D", + "name": "prototypeTexture", + "comment": "Texture used by the DetailPrototype.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "float", + "name": "minWidth", + "comment": "Minimum width of the grass billboards (if render mode is GrassBillboard).\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "float", + "name": "maxWidth", + "comment": "Maximum width of the grass billboards (if render mode is GrassBillboard).\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "float", + "name": "minHeight", + "comment": "Minimum height of the grass billboards (if render mode is GrassBillboard).\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "float", + "name": "maxHeight", + "comment": "Maximum height of the grass billboards (if render mode is GrassBillboard).\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "float", + "name": "noiseSpread", + "comment": "How spread out is the noise for the DetailPrototype.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "float", + "name": "bendFactor", + "comment": "Bend factor of the detailPrototype.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "float", + "name": "holeEdgePadding", + "comment": "Controls how far away detail objects are from the edge of the hole area.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "UnityEngine.Color", + "name": "healthyColor", + "comment": "Color when the DetailPrototypes are \"healthy\".\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "UnityEngine.Color", + "name": "dryColor", + "comment": "Color when the DetailPrototypes are \"dry\".\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "UnityEngine.DetailRenderMode", + "name": "renderMode", + "comment": "Render mode for the DetailPrototype.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "bool", + "name": "usePrototypeMesh", + "comment": "Indicates whether this detail prototype uses the Mesh object from the GameObject specified by prototype.\n\n", + "location": "UnityEngine.TerrainModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "other", "typeName": "UnityEngine.DetailPrototype" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "Validate", + "comment": "Returns true if the detail prototype is valid and the Terrain can accept it.\n\n```plaintext\nParams: errorMessage - Returns a message that indicates the cause of failed validation.\n \n```\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "errorMessage", "typeName": "string" }], + "isStatic": false, + "name": "Validate", + "comment": "", + "location": "UnityEngine.TerrainModule.dll" + } + ], + "name": "DetailPrototype", + "comment": "Detail prototype used by the Terrain GameObject.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.ParticleSystemCollisionMode", + "name": "Collision3D", + "comment": "Use 3D colliders to collide particles against.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemCollisionMode", + "name": "Collision2D", + "comment": "Use 2D colliders to collide particles against.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.ParticleSystemCollisionMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "name": "ParticleSystemCollisionMode", + "comment": "Whether to use 2D or 3D colliders for particle collisions.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Texture2D", + "name": "texture", + "comment": "Texture of the splat applied to the Terrain.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "UnityEngine.Texture2D", + "name": "normalMap", + "comment": "Normal map of the splat applied to the Terrain.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "tileSize", + "comment": "Size of the tile used in the texture of the SplatPrototype.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "tileOffset", + "comment": "Offset of the tile texture of the SplatPrototype.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "UnityEngine.Color", + "name": "specular", + "comment": "", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "float", + "name": "metallic", + "comment": "The metallic value of the splat layer.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "float", + "name": "smoothness", + "comment": "The smoothness value of the splat layer when the main texture has no alpha channel.\n\n", + "location": "UnityEngine.TerrainModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.TerrainModule.dll" + } + ], + "name": "SplatPrototype", + "comment": "A Splat prototype is just a texture that is used by the TerrainData.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.ParticleSystemOverlapAction", + "name": "Ignore", + "comment": "Do nothing.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemOverlapAction", + "name": "Kill", + "comment": "Kill all particles that pass this test.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemOverlapAction", + "name": "Callback", + "comment": "Send the OnParticleTrigger command to the Particle System's script.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.ParticleSystemOverlapAction", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "name": "ParticleSystemOverlapAction", + "comment": "What action to perform when the particle trigger module passes a test.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Vector3", + "name": "position", + "comment": "Position of the tree.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "float", + "name": "widthScale", + "comment": "Width scale of this instance (compared to the prototype's size).\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "float", + "name": "heightScale", + "comment": "Height scale of this instance (compared to the prototype's size).\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "float", + "name": "rotation", + "comment": "Read-only.\n\nRotation of the tree on X-Z plane (in radians).\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "UnityEngine.Color32", + "name": "color", + "comment": "Color of this instance.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "UnityEngine.Color32", + "name": "lightmapColor", + "comment": "Lightmap color calculated for this instance.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "int", + "name": "prototypeIndex", + "comment": "Index of this instance in the TerrainData.treePrototypes array.\n\n", + "location": "UnityEngine.TerrainModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.TerrainModule.dll" + } + ], + "name": "TreeInstance", + "comment": "Contains information about a tree placed in the Terrain game object.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.ParticleSystemColliderQueryMode", + "name": "Disabled", + "comment": "ParticleSystem::GetTriggerParticles does not return any information about which colliders each particle is interacting with.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemColliderQueryMode", + "name": "One", + "comment": "ParticleSystem::GetTriggerParticles may only return one collider that each particle is interacting with.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemColliderQueryMode", + "name": "All", + "comment": "ParticleSystem::GetTriggerParticles returns all colliders that each particle is interacting with.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.ParticleSystemColliderQueryMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "name": "ParticleSystemColliderQueryMode", + "comment": "Whether collider information is available when using the ParticleSystem::GetTriggerParticles method.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "float", + "name": "min", + "comment": "Minimum height of a terrain patch.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "float", + "name": "max", + "comment": "Maximum height of a terrain patch.\n\n", + "location": "UnityEngine.TerrainModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.TerrainModule.dll" + } + ], + "name": "PatchExtents", + "comment": "Structure containing minimum and maximum terrain patch height values.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.ParticleSystemSimulationSpace", + "name": "Local", + "comment": "Simulate particles in local space.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemSimulationSpace", + "name": "World", + "comment": "Simulate particles in world space.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemSimulationSpace", + "name": "Custom", + "comment": "Simulate particles relative to a custom transform component, defined by ParticleSystem.MainModule.customSimulationSpace.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.ParticleSystemSimulationSpace", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "name": "ParticleSystemSimulationSpace", + "comment": "The space to simulate particles in.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.TerrainHeightmapSyncControl", + "name": "None", + "comment": "Does not synchronize the height data nor the LOD data.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "UnityEngine.TerrainHeightmapSyncControl", + "name": "HeightOnly", + "comment": "Synchronizes only height data of the heightmap texture from the GPU back to CPU memory.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "UnityEngine.TerrainHeightmapSyncControl", + "name": "HeightAndLod", + "comment": "Synchronizes height data of the heightmap texture from the GPU back to CPU memory. Then computes LOD data, used for determining the tessellation level, from the height data.\n\n", + "location": "UnityEngine.TerrainModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.TerrainHeightmapSyncControl", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.TerrainModule.dll" + } + ], + "name": "TerrainHeightmapSyncControl", + "comment": "Controls what Terrain heightmap data to synchronize when there are changes to the heightmap texture.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.ParticleSystemStopBehavior", + "name": "StopEmittingAndClear", + "comment": "Stops Particle System emitting and removes all existing emitted particles.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemStopBehavior", + "name": "StopEmitting", + "comment": "Stops Particle System emitting any further particles. All existing particles will remain until they expire.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.ParticleSystemStopBehavior", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "name": "ParticleSystemStopBehavior", + "comment": "The behavior to apply when calling ParticleSystem.Stop|Stop.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.Object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "heightmapWidth", + "comment": "Width of the terrain in samples (Read Only).\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "int", + "name": "heightmapHeight", + "comment": "Height of the terrain in samples (Read Only).\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "UnityEngine.RenderTexture", + "name": "heightmapTexture", + "comment": "Returns the heightmap texture.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "int", + "name": "heightmapResolution", + "comment": "The size of the heightmap in texels for either the width or the height.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "heightmapScale", + "comment": "Returns a Vector3 where the x and z components are the size of each heightmap sample (i.e. the space between two neighboring heightmap samples), and the y component is the entire Terrain's height range in world space.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "UnityEngine.Texture", + "name": "holesTexture", + "comment": "Returns the Terrain holes Texture.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "bool", + "name": "enableHolesTextureCompression", + "comment": "Enable the Terrain holes Texture compression.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "int", + "name": "holesResolution", + "comment": "Returns the Terrain holes resolution for both the data and the Texture.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "size", + "comment": "The total size in world units of the terrain.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "UnityEngine.Bounds", + "name": "bounds", + "comment": "The local bounding box of the TerrainData object.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "float", + "name": "thickness", + "comment": "The thickness of the terrain used for collision detection.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "float", + "name": "wavingGrassStrength", + "comment": "Strength of the waving grass in the terrain.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "float", + "name": "wavingGrassAmount", + "comment": "Amount of waving grass in the terrain.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "float", + "name": "wavingGrassSpeed", + "comment": "Speed of the waving grass.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "UnityEngine.Color", + "name": "wavingGrassTint", + "comment": "Color of the waving grass that the terrain has.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "int", + "name": "detailWidth", + "comment": "The resolution of the detail data stored in TerrainData.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "int", + "name": "detailHeight", + "comment": "The resolution of the detail data stored in TerrainData.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "int", + "name": "detailPatchCount", + "comment": "The number of patches along a terrain tile edge. This is squared to make a grid of patches.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "int", + "name": "detailResolution", + "comment": "Detail Resolution of the TerrainData.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "int", + "name": "detailResolutionPerPatch", + "comment": "Detail Resolution of each patch. A larger value will decrease the number of batches used by detail objects.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "UnityEngine.DetailPrototype[]", + "name": "detailPrototypes", + "comment": "Contains the detail texture/meshes that the Terrain has.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "UnityEngine.TreeInstance[]", + "name": "treeInstances", + "comment": "Contains the current trees placed in the terrain.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "int", + "name": "treeInstanceCount", + "comment": "Returns the number of tree instances.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "UnityEngine.TreePrototype[]", + "name": "treePrototypes", + "comment": "The list of tree prototypes this are the ones available in the inspector.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "int", + "name": "alphamapLayers", + "comment": "Number of alpha map layers.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "int", + "name": "alphamapResolution", + "comment": "The size of the alpha map in texels for either the width or the height.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "int", + "name": "alphamapWidth", + "comment": "Width of the alpha map.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "int", + "name": "alphamapHeight", + "comment": "Height of the alpha map. (Read only.)\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "int", + "name": "baseMapResolution", + "comment": "Resolution of the base map used for rendering far patches on the terrain.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "int", + "name": "alphamapTextureCount", + "comment": "Returns the number of alphamap textures.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "UnityEngine.Texture2D[]", + "name": "alphamapTextures", + "comment": "Alpha map textures used by the Terrain. Used by Terrain Inspector for undo.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "UnityEngine.SplatPrototype[]", + "name": "splatPrototypes", + "comment": "Splat texture used by the terrain.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "UnityEngine.TerrainLayer[]", + "name": "terrainLayers", + "comment": "Retrieves the terrain layers used by the current terrain.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "string", + "name": "AlphamapTextureName", + "comment": "The name for the Terrain alpha map textures.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "string", + "name": "HolesTextureName", + "comment": "The name for the Terrain holes Texture.\n\n", + "location": "UnityEngine.TerrainModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "x", "typeName": "int" }, + { "name": "y", "typeName": "int" }, + { "name": "width", "typeName": "int" }, + { "name": "height", "typeName": "int" }, + { "name": "syncHeightmapTextureImmediately", "typeName": "bool" } + ], + "isStatic": false, + "name": "UpdateDirtyRegion", + "comment": "Triggers an update to integrate modifications done to the heightmap outside of unity.\n\n```plaintext\nParams: x - Start X position of the dirty heightmap region.\n y - Start Y position of the dirty heightmap region.\n width - Width of the the dirty heightmap region.\n height - Width of the the dirty heightmap region.\n syncHeightmapTextureImmediately - Update immediately, instead of deferring the update.\n \n```\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "returnTypeName": "Single", + "params": [ + { "name": "x", "typeName": "int" }, + { "name": "y", "typeName": "int" } + ], + "isStatic": false, + "name": "GetHeight", + "comment": "Gets the world space height of the Terrain at a certain point x,y without adding the Terrain's world position y.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "returnTypeName": "Single", + "params": [ + { "name": "x", "typeName": "float" }, + { "name": "y", "typeName": "float" } + ], + "isStatic": false, + "name": "GetInterpolatedHeight", + "comment": "Gets an interpolated height at a point x,y. The x and y coordinates are clamped to [0, 1].\n\n```plaintext\nParams: x - X coordinate of the point in the range of [0, 1].\n y - Y coordinate of the point in the range of [0, 1].\n \n```\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "xBase", "typeName": "float" }, + { "name": "yBase", "typeName": "float" }, + { "name": "xCount", "typeName": "int" }, + { "name": "yCount", "typeName": "int" }, + { "name": "xInterval", "typeName": "float" }, + { "name": "yInterval", "typeName": "float" } + ], + "isStatic": false, + "name": "GetInterpolatedHeights", + "comment": "Gets an array of terrain height values using the normalized x,y coordinates.\n\n```plaintext\nParams: xBase - The base x coordinate.\n yBase - The base y coordinate.\n xCount - The number of queries along the X axis.\n yCount - The number of queries along the Y axis.\n xInterval - The interval between each query along the X axis.\n yInterval - The interval between each query along the Y axis.\n \n```\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "results", "typeName": "float[*,*]" }, + { "name": "resultXOffset", "typeName": "int" }, + { "name": "resultYOffset", "typeName": "int" }, + { "name": "xBase", "typeName": "float" }, + { "name": "yBase", "typeName": "float" }, + { "name": "xCount", "typeName": "int" }, + { "name": "yCount", "typeName": "int" }, + { "name": "xInterval", "typeName": "float" }, + { "name": "yInterval", "typeName": "float" } + ], + "isStatic": false, + "name": "GetInterpolatedHeights", + "comment": "", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "xBase", "typeName": "int" }, + { "name": "yBase", "typeName": "int" }, + { "name": "width", "typeName": "int" }, + { "name": "height", "typeName": "int" } + ], + "isStatic": false, + "name": "GetHeights", + "comment": "Gets an array of heightmap samples.\n\n```plaintext\nParams: xBase - First index of heightmap samples to retrieve along the Terrain's x axis.\n yBase - First index of heightmap samples to retrieve along the Terrain's z axis.\n width - Number of samples to retrieve along the Terrain's x axis.\n height - Number of samples to retrieve along the Terrain's z axis.\n \n```\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "xBase", "typeName": "int" }, + { "name": "yBase", "typeName": "int" }, + { "name": "heights", "typeName": "float[*,*]" } + ], + "isStatic": false, + "name": "SetHeights", + "comment": "", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetPatchMinMaxHeights", + "comment": "Minimum and maximum height values for each patch.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "minMaxHeights", + "typeName": "UnityEngine.PatchExtents[]" + } + ], + "isStatic": false, + "name": "OverrideMinMaxPatchHeights", + "comment": "Override the minimum and maximum patch heights for every renderable terrain patch. Note that the overriden values get reset when the terrain resolution is changed and stays unchanged when the terrain heightmap is painted or changed via script.\n\n```plaintext\nParams: minMaxHeights - Array of minimum and maximum terrain patch height values.\n \n```\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetMaximumHeightError", + "comment": "Float array of maximum height error values.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "maxError", "typeName": "float[]" }], + "isStatic": false, + "name": "OverrideMaximumHeightError", + "comment": "Override the maximum tessellation height error with user provided values. Note that the overriden values get reset when the terrain resolution is changed and stays unchanged when the terrain heightmap is painted or changed via script.\n\n```plaintext\nParams: maxError - Provided maximum height error values.\n \n```\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "xBase", "typeName": "int" }, + { "name": "yBase", "typeName": "int" }, + { "name": "heights", "typeName": "float[*,*]" } + ], + "isStatic": false, + "name": "SetHeightsDelayLOD", + "comment": "", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "x", "typeName": "int" }, + { "name": "y", "typeName": "int" } + ], + "isStatic": false, + "name": "IsHole", + "comment": "Gets whether a certain point at x,y is a hole.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "xBase", "typeName": "int" }, + { "name": "yBase", "typeName": "int" }, + { "name": "width", "typeName": "int" }, + { "name": "height", "typeName": "int" } + ], + "isStatic": false, + "name": "GetHoles", + "comment": "Gets an array of Terrain holes samples.\n\n```plaintext\nParams: xBase - First x index of Terrain holes samples to retrieve.\n yBase - First y index of Terrain holes samples to retrieve.\n width - Number of samples to retrieve along the Terrain holes x axis.\n height - Number of samples to retrieve along the Terrain holes y axis.\n \n```\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "xBase", "typeName": "int" }, + { "name": "yBase", "typeName": "int" }, + { "name": "holes", "typeName": "bool[*,*]" } + ], + "isStatic": false, + "name": "SetHoles", + "comment": "", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "xBase", "typeName": "int" }, + { "name": "yBase", "typeName": "int" }, + { "name": "holes", "typeName": "bool[*,*]" } + ], + "isStatic": false, + "name": "SetHolesDelayLOD", + "comment": "", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "returnTypeName": "Single", + "params": [ + { "name": "x", "typeName": "float" }, + { "name": "y", "typeName": "float" } + ], + "isStatic": false, + "name": "GetSteepness", + "comment": "Gets the gradient of the terrain at point (x,y).\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "returnTypeName": "Vector3", + "params": [ + { "name": "x", "typeName": "float" }, + { "name": "y", "typeName": "float" } + ], + "isStatic": false, + "name": "GetInterpolatedNormal", + "comment": "Get an interpolated normal at a given location.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "detailResolution", "typeName": "int" }, + { "name": "resolutionPerPatch", "typeName": "int" } + ], + "isStatic": false, + "name": "SetDetailResolution", + "comment": "Sets the resolution of the detail map.\n\n```plaintext\nParams: detailResolution - Specifies the number of pixels in the detail resolution map. A larger detailResolution, leads to more accurate detail object painting.\n resolutionPerPatch - Specifies the size in pixels of each individually rendered detail patch. A larger number reduces draw calls, but might increase triangle count since detail patches are culled on a per batch basis. A recommended value is 16. If you use a very large detail object distance and your grass is very sparse, it makes sense to increase the value.\n \n```\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "RefreshPrototypes", + "comment": "Reloads all the values of the available prototypes (ie, detail mesh assets) in the TerrainData Object.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "xBase", "typeName": "int" }, + { "name": "yBase", "typeName": "int" }, + { "name": "totalWidth", "typeName": "int" }, + { "name": "totalHeight", "typeName": "int" } + ], + "isStatic": false, + "name": "GetSupportedLayers", + "comment": "Returns an array of all supported detail layer indices in the area.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "xBase", "typeName": "int" }, + { "name": "yBase", "typeName": "int" }, + { "name": "width", "typeName": "int" }, + { "name": "height", "typeName": "int" }, + { "name": "layer", "typeName": "int" } + ], + "isStatic": false, + "name": "GetDetailLayer", + "comment": "Returns a 2D array of the detail object density (i.e. the number of detail objects for this layer) in the specific location.\n\n```plaintext\nParams: xBase - First x index of detail object density data to retrieve.\n yBase - First y index of detail object density data to retrieve.\n width - The amount of detail object density data to retrieve along the Terrain's x axis.\n height - The amount of detail object density data to retrieve along the Terrain's z axis.\n layer - The index of the detail in the TerrainData.detailPrototypes array.\n \n```\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "xBase", "typeName": "int" }, + { "name": "yBase", "typeName": "int" }, + { "name": "layer", "typeName": "int" }, + { "name": "details", "typeName": "int[*,*]" } + ], + "isStatic": false, + "name": "SetDetailLayer", + "comment": "", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "density", "typeName": "float" }], + "isStatic": false, + "name": "GetClampedDetailPatches", + "comment": "Returns an array of detail patches, which are each identified by X-Z coordinates. Detail objects in the patches are clamped to the maximum count.\n\n```plaintext\nParams: density - The detail density value. See Terrain.detailObjectDensity.\n \n```\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "instances", "typeName": "UnityEngine.TreeInstance[]" }, + { "name": "snapToHeightmap", "typeName": "bool" } + ], + "isStatic": false, + "name": "SetTreeInstances", + "comment": "Sets the Tree Instance array, and optionally snaps Trees onto the surface of the Terrain heightmap.\n\n```plaintext\nParams: instances - The array of TreeInstance objects.\n snapToHeightmap - Specifies whether to snap Trees to the Terrain heightmap.\n \n```\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "returnTypeName": "TreeInstance", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "GetTreeInstance", + "comment": "Gets the tree instance at the specified index. It is used as a faster version of treeInstances[index] as this function doesn't create the entire tree instances array.\n\n```plaintext\nParams: index - The index of the tree instance.\n \n```\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { "name": "instance", "typeName": "UnityEngine.TreeInstance" } + ], + "isStatic": false, + "name": "SetTreeInstance", + "comment": "Sets the tree instance with new parameters at the specified index. However, you cannot change TreeInstance.prototypeIndex and TreeInstance.position. If you change them, the method throws an ArgumentException.\n\n```plaintext\nParams: index - The index of the tree instance.\n instance - The new TreeInstance value.\n \n```\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "x", "typeName": "int" }, + { "name": "y", "typeName": "int" }, + { "name": "width", "typeName": "int" }, + { "name": "height", "typeName": "int" } + ], + "isStatic": false, + "name": "GetAlphamaps", + "comment": "A 3D array of floats, where the 3rd dimension represents the mixing weight of each splatmap at each x,y coordinate.\n\n```plaintext\nParams: x - The x offset to read from.\n y - The y offset to read from.\n width - The width of the alpha map area to read.\n height - The height of the alpha map area to read.\n \n```\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "x", "typeName": "int" }, + { "name": "y", "typeName": "int" }, + { "name": "map", "typeName": "float[*,*,*]" } + ], + "isStatic": false, + "name": "SetAlphamaps", + "comment": "", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "SetBaseMapDirty", + "comment": "Marks the terrain data as dirty to trigger an update of the terrain basemap texture.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "returnTypeName": "Texture2D", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "GetAlphamapTexture", + "comment": "Alphamap texture at the specified index.\n\n```plaintext\nParams: index - Index of the alphamap.\n \n```\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "terrainLayers", + "typeName": "UnityEngine.TerrainLayer[]" + }, + { "name": "undoName", "typeName": "string" } + ], + "isStatic": false, + "name": "SetTerrainLayersRegisterUndo", + "comment": "This function sets the terrainLayers property, and in addition, registers the action to the Editor's undo stack.\n\n```plaintext\nParams: terrainLayers - The Terrain Layer assets to set.\n undoName - The name of the Editor's undo action.\n \n```\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "SyncHeightmap", + "comment": "Performs synchronization queued by previous calls to CopyActiveRenderTextureToHeightmap and DirtyHeightmapRegion, which makes the height data and LOD data used for tessellation up to date.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "sourceRect", "typeName": "UnityEngine.RectInt" }, + { "name": "dest", "typeName": "UnityEngine.Vector2Int" }, + { + "name": "syncControl", + "typeName": "UnityEngine.TerrainHeightmapSyncControl" + } + ], + "isStatic": false, + "name": "CopyActiveRenderTextureToHeightmap", + "comment": "Copies the specified part of the active RenderTexture to the Terrain heightmap texture.\n\n```plaintext\nParams: sourceRect - The part of the active Render Texture to copy.\n dest - The X and Y coordinates of the heightmap texture to copy into.\n syncControl - Controls how CPU synchronization is performed.\n \n```\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "region", "typeName": "UnityEngine.RectInt" }, + { + "name": "syncControl", + "typeName": "UnityEngine.TerrainHeightmapSyncControl" + } + ], + "isStatic": false, + "name": "DirtyHeightmapRegion", + "comment": "Marks the specified part of the heightmap as dirty.\n\n```plaintext\nParams: region - The rectangular region to mark as dirty.\n syncControl - Controls how CPU synchronization is performed.\n \n```\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "textureName", "typeName": "string" }, + { "name": "textureIndex", "typeName": "int" }, + { "name": "sourceRect", "typeName": "UnityEngine.RectInt" }, + { "name": "dest", "typeName": "UnityEngine.Vector2Int" }, + { "name": "allowDelayedCPUSync", "typeName": "bool" } + ], + "isStatic": false, + "name": "CopyActiveRenderTextureToTexture", + "comment": "Copies the specified part of the active RenderTexture to the Terrain texture.\n\n```plaintext\nParams: textureName - The name of the Terrain texture to copy into.\n textureIndex - The index of the Terrain texture to copy into.\n sourceRect - The part of the active Render Texture to copy.\n dest - The X and Y coordinates of the Terrain texture to copy into.\n allowDelayedCPUSync - Specifies whether to allow delayed CPU synchronization of the texture.\n \n```\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "textureName", "typeName": "string" }, + { "name": "region", "typeName": "UnityEngine.RectInt" }, + { "name": "allowDelayedCPUSync", "typeName": "bool" } + ], + "isStatic": false, + "name": "DirtyTextureRegion", + "comment": "Marks the specified part of the Terrain texture as dirty.\n\n```plaintext\nParams: textureName - The name of the Terrain texture.\n region - The rectangular region to mark as dirty.\n allowDelayedCPUSync - Specifies whether to allow delayed CPU synchronization of the texture.\n \n```\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "textureName", "typeName": "string" }], + "isStatic": false, + "name": "SyncTexture", + "comment": "Performs synchronization queued by previous calls to CopyActiveRenderTextureToTexture and DirtyTextureRegion, which makes CPU data of the Terrain textures up to date.\n\n```plaintext\nParams: textureName - The name of the Terrain texture to synchronize.\n \n```\n\n", + "location": "UnityEngine.TerrainModule.dll" + } + ], + "name": "TerrainData", + "comment": "The TerrainData class stores heightmaps, detail mesh positions, tree instances, and terrain texture alpha maps.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.ParticleSystemScalingMode", + "name": "Hierarchy", + "comment": "Scale the Particle System using the entire transform hierarchy.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemScalingMode", + "name": "Local", + "comment": "Scale the Particle System using only its own transform scale. (Ignores parent scale).\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemScalingMode", + "name": "Shape", + "comment": "Only apply transform scale to the shape component, which controls where\n particles are spawned, but does not affect their size or movement.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.ParticleSystemScalingMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "name": "ParticleSystemScalingMode", + "comment": "Control how particle systems apply transform scale.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.ParticleSystemStopAction", + "name": "None", + "comment": "Do nothing.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemStopAction", + "name": "Disable", + "comment": "Disable the GameObject containing the Particle System.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemStopAction", + "name": "Destroy", + "comment": "Destroy the GameObject containing the Particle System.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemStopAction", + "name": "Callback", + "comment": "Call OnParticleSystemStopped on the ParticleSystem script.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.ParticleSystemStopAction", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "name": "ParticleSystemStopAction", + "comment": "The action to perform when the Particle System stops.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.ParticleSystemCullingMode", + "name": "Automatic", + "comment": "For looping effects, the simulation is paused when offscreen, and for one-shot effects, the simulation will continue playing.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemCullingMode", + "name": "PauseAndCatchup", + "comment": "Pause the Particle System simulation when it is offscreen, and perform an extra simulation when the system comes back onscreen, creating the impression that it was never paused.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemCullingMode", + "name": "Pause", + "comment": "Pause the Particle System simulation when it is offscreen.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.ParticleSystemCullingMode", + "name": "AlwaysSimulate", + "comment": "Continue simulating the Particle System when it is offscreen.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.ParticleSystemCullingMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "name": "ParticleSystemCullingMode", + "comment": "The action to perform when the Particle System is offscreen.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.RenderMode", + "name": "ScreenSpaceOverlay", + "comment": "Render at the end of the Scene using a 2D Canvas.\n\n", + "location": "UnityEngine.UIModule.dll" + }, + { + "typeName": "UnityEngine.RenderMode", + "name": "ScreenSpaceCamera", + "comment": "Render using the Camera configured on the Canvas.\n\n", + "location": "UnityEngine.UIModule.dll" + }, + { + "typeName": "UnityEngine.RenderMode", + "name": "WorldSpace", + "comment": "Render using any Camera in the Scene that can render the layer.\n\n", + "location": "UnityEngine.UIModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.RenderMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UIModule.dll" + } + ], + "name": "RenderMode", + "comment": "RenderMode for the Canvas.\n\n", + "location": "UnityEngine.UIModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.Object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Texture2D", + "name": "diffuseTexture", + "comment": "The diffuse texture used by the terrain layer.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "UnityEngine.Texture2D", + "name": "normalMapTexture", + "comment": "Normal map texture used by the terrain layer.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "UnityEngine.Texture2D", + "name": "maskMapTexture", + "comment": "The mask map texture used by the terrain layer.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "tileSize", + "comment": "UV Tiling size.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "tileOffset", + "comment": "UV tiling offset.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "UnityEngine.Color", + "name": "specular", + "comment": "Specular color.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "float", + "name": "metallic", + "comment": "Metallic factor used by the terrain layer.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "float", + "name": "smoothness", + "comment": "Smoothness of the specular reflection.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "float", + "name": "normalScale", + "comment": "A float value that scales the normal vector. The minimum value is 0, the maximum value is 1.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "UnityEngine.Vector4", + "name": "diffuseRemapMin", + "comment": "A Vector4 value specifying the minimum RGBA value that the diffuse texture maps to when the value of the channel is 0.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "UnityEngine.Vector4", + "name": "diffuseRemapMax", + "comment": "A Vector4 value specifying the maximum RGBA value that the diffuse texture maps to when the value of the channel is 1.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "UnityEngine.Vector4", + "name": "maskMapRemapMin", + "comment": "A Vector4 value specifying the minimum RGBA value that the mask map texture maps to when the value of the channel is 0.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "typeName": "UnityEngine.Vector4", + "name": "maskMapRemapMax", + "comment": "A Vector4 value specifying the maximum RGBA value that the mask map texture maps to when the value of the channel is 1.\n\n", + "location": "UnityEngine.TerrainModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.TerrainModule.dll" + } + ], + "name": "TerrainLayer", + "comment": "Description of a terrain layer.\n\n", + "location": "UnityEngine.TerrainModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.Collider", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.TerrainData", + "name": "terrainData", + "comment": "The terrain that stores the heightmap.\n\n", + "location": "UnityEngine.TerrainPhysicsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.TerrainPhysicsModule.dll" + } + ], + "name": "TerrainCollider", + "comment": "A heightmap based collider.\n\n", + "location": "UnityEngine.TerrainPhysicsModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.FontStyle", + "name": "Normal", + "comment": "No special style is applied.\n\n", + "location": "UnityEngine.TextRenderingModule.dll" + }, + { + "typeName": "UnityEngine.FontStyle", + "name": "Bold", + "comment": "Bold style applied to your texts.\n\n", + "location": "UnityEngine.TextRenderingModule.dll" + }, + { + "typeName": "UnityEngine.FontStyle", + "name": "Italic", + "comment": "Italic style applied to your texts.\n\n", + "location": "UnityEngine.TextRenderingModule.dll" + }, + { + "typeName": "UnityEngine.FontStyle", + "name": "BoldAndItalic", + "comment": "Bold and Italic styles applied to your texts.\n\n", + "location": "UnityEngine.TextRenderingModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.FontStyle", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.TextRenderingModule.dll" + } + ], + "name": "FontStyle", + "comment": "Font Style applied to GUI Texts, Text Meshes or GUIStyles.\n\n", + "location": "UnityEngine.TextRenderingModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Font", + "name": "font", + "comment": "Font to use for generation.\n\n", + "location": "UnityEngine.TextRenderingModule.dll" + }, + { + "typeName": "UnityEngine.Color", + "name": "color", + "comment": "The base color for the text generation.\n\n", + "location": "UnityEngine.TextRenderingModule.dll" + }, + { + "typeName": "int", + "name": "fontSize", + "comment": "Font size.\n\n", + "location": "UnityEngine.TextRenderingModule.dll" + }, + { + "typeName": "float", + "name": "lineSpacing", + "comment": "The line spacing multiplier.\n\n", + "location": "UnityEngine.TextRenderingModule.dll" + }, + { + "typeName": "bool", + "name": "richText", + "comment": "Allow rich text markup in generation.\n\n", + "location": "UnityEngine.TextRenderingModule.dll" + }, + { + "typeName": "float", + "name": "scaleFactor", + "comment": "A scale factor for the text. This is useful if the Text is on a Canvas and the canvas is scaled.\n\n", + "location": "UnityEngine.TextRenderingModule.dll" + }, + { + "typeName": "UnityEngine.FontStyle", + "name": "fontStyle", + "comment": "Font style.\n\n", + "location": "UnityEngine.TextRenderingModule.dll" + }, + { + "typeName": "UnityEngine.TextAnchor", + "name": "textAnchor", + "comment": "How is the generated text anchored.\n\n", + "location": "UnityEngine.TextRenderingModule.dll" + }, + { + "typeName": "bool", + "name": "alignByGeometry", + "comment": "Use the extents of glyph geometry to perform horizontal alignment rather than glyph metrics.\n\n", + "location": "UnityEngine.TextRenderingModule.dll" + }, + { + "typeName": "bool", + "name": "resizeTextForBestFit", + "comment": "Should the text be resized to fit the configured bounds?\n\n", + "location": "UnityEngine.TextRenderingModule.dll" + }, + { + "typeName": "int", + "name": "resizeTextMinSize", + "comment": "Minimum size for resized text.\n\n", + "location": "UnityEngine.TextRenderingModule.dll" + }, + { + "typeName": "int", + "name": "resizeTextMaxSize", + "comment": "Maximum size for resized text.\n\n", + "location": "UnityEngine.TextRenderingModule.dll" + }, + { + "typeName": "bool", + "name": "updateBounds", + "comment": "Should the text generator update the bounds from the generated text.\n\n", + "location": "UnityEngine.TextRenderingModule.dll" + }, + { + "typeName": "UnityEngine.VerticalWrapMode", + "name": "verticalOverflow", + "comment": "What happens to text when it reaches the bottom generation bounds.\n\n", + "location": "UnityEngine.TextRenderingModule.dll" + }, + { + "typeName": "UnityEngine.HorizontalWrapMode", + "name": "horizontalOverflow", + "comment": "What happens to text when it reaches the horizontal generation bounds.\n\n", + "location": "UnityEngine.TextRenderingModule.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "generationExtents", + "comment": "Extents that the generator will attempt to fit the text in.\n\n", + "location": "UnityEngine.TextRenderingModule.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "pivot", + "comment": "Generated vertices are offset by the pivot.\n\n", + "location": "UnityEngine.TextRenderingModule.dll" + }, + { + "typeName": "bool", + "name": "generateOutOfBounds", + "comment": "Continue to generate characters even if the text runs out of bounds.\n\n", + "location": "UnityEngine.TextRenderingModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.TextRenderingModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "other", + "typeName": "UnityEngine.TextGenerationSettings" + } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.TextRenderingModule.dll" + } + ], + "name": "TextGenerationSettings", + "comment": "A struct that stores the settings for TextGeneration.\n\n", + "location": "UnityEngine.TextRenderingModule.dll" + }, + { + "namespace": "UnityEngine.SocialPlatforms.GameCenter", + "baseClass": "object", + "attribute": "", + "interfaces": ["ISocialPlatform"], + "fields": [ + { + "typeName": "UnityEngine.SocialPlatforms.ILocalUser", + "name": "localUser", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "callback", + "typeName": "System.Action" + } + ], + "isStatic": false, + "name": "LoadAchievementDescriptions", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "id", "typeName": "string" }, + { "name": "progress", "typeName": "double" }, + { "name": "callback", "typeName": "System.Action" } + ], + "isStatic": false, + "name": "ReportProgress", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "callback", + "typeName": "System.Action" + } + ], + "isStatic": false, + "name": "LoadAchievements", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "score", "typeName": "long" }, + { "name": "board", "typeName": "string" }, + { "name": "callback", "typeName": "System.Action" } + ], + "isStatic": false, + "name": "ReportScore", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "category", "typeName": "string" }, + { + "name": "callback", + "typeName": "System.Action" + } + ], + "isStatic": false, + "name": "LoadScores", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "board", + "typeName": "UnityEngine.SocialPlatforms.ILeaderboard" + }, + { "name": "callback", "typeName": "System.Action" } + ], + "isStatic": false, + "name": "LoadScores", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "board", + "typeName": "UnityEngine.SocialPlatforms.ILeaderboard" + } + ], + "isStatic": false, + "name": "GetLoading", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ShowAchievementsUI", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ShowLeaderboardUI", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "userIds", "typeName": "string[]" }, + { + "name": "callback", + "typeName": "System.Action" + } + ], + "isStatic": false, + "name": "LoadUsers", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "returnTypeName": "ILeaderboard", + "params": [], + "isStatic": false, + "name": "CreateLeaderboard", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "returnTypeName": "IAchievement", + "params": [], + "isStatic": false, + "name": "CreateAchievement", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "callback", "typeName": "System.Action" }], + "isStatic": true, + "name": "ResetAllAchievements", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "bool" }], + "isStatic": true, + "name": "ShowDefaultAchievementCompletionBanner", + "comment": "Show the default iOS banner when achievements are completed.\n\n", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "leaderboardID", "typeName": "string" }, + { + "name": "timeScope", + "typeName": "UnityEngine.SocialPlatforms.TimeScope" + } + ], + "isStatic": true, + "name": "ShowLeaderboardUI", + "comment": "Show the leaderboard UI with a specific leaderboard shown initially with a specific time scope selected.\n\n", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + } + ], + "name": "GameCenterPlatform", + "comment": "iOS GameCenter implementation for network services.\n\n", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.TextAlignment", + "name": "Left", + "comment": "Text lines are aligned on the left side.\n\n", + "location": "UnityEngine.TextRenderingModule.dll" + }, + { + "typeName": "UnityEngine.TextAlignment", + "name": "Center", + "comment": "Text lines are centered.\n\n", + "location": "UnityEngine.TextRenderingModule.dll" + }, + { + "typeName": "UnityEngine.TextAlignment", + "name": "Right", + "comment": "Text lines are aligned on the right side.\n\n", + "location": "UnityEngine.TextRenderingModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.TextAlignment", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.TextRenderingModule.dll" + } + ], + "name": "TextAlignment", + "comment": "How multiline text should be aligned.\n\n", + "location": "UnityEngine.TextRenderingModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.TextAnchor", + "name": "UpperLeft", + "comment": "Text is anchored in upper left corner.\n\n", + "location": "UnityEngine.TextRenderingModule.dll" + }, + { + "typeName": "UnityEngine.TextAnchor", + "name": "UpperCenter", + "comment": "Text is anchored in upper side, centered horizontally.\n\n", + "location": "UnityEngine.TextRenderingModule.dll" + }, + { + "typeName": "UnityEngine.TextAnchor", + "name": "UpperRight", + "comment": "Text is anchored in upper right corner.\n\n", + "location": "UnityEngine.TextRenderingModule.dll" + }, + { + "typeName": "UnityEngine.TextAnchor", + "name": "MiddleLeft", + "comment": "Text is anchored in left side, centered vertically.\n\n", + "location": "UnityEngine.TextRenderingModule.dll" + }, + { + "typeName": "UnityEngine.TextAnchor", + "name": "MiddleCenter", + "comment": "Text is centered both horizontally and vertically.\n\n", + "location": "UnityEngine.TextRenderingModule.dll" + }, + { + "typeName": "UnityEngine.TextAnchor", + "name": "MiddleRight", + "comment": "Text is anchored in right side, centered vertically.\n\n", + "location": "UnityEngine.TextRenderingModule.dll" + }, + { + "typeName": "UnityEngine.TextAnchor", + "name": "LowerLeft", + "comment": "Text is anchored in lower left corner.\n\n", + "location": "UnityEngine.TextRenderingModule.dll" + }, + { + "typeName": "UnityEngine.TextAnchor", + "name": "LowerCenter", + "comment": "Text is anchored in lower side, centered horizontally.\n\n", + "location": "UnityEngine.TextRenderingModule.dll" + }, + { + "typeName": "UnityEngine.TextAnchor", + "name": "LowerRight", + "comment": "Text is anchored in lower right corner.\n\n", + "location": "UnityEngine.TextRenderingModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.TextAnchor", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.TextRenderingModule.dll" + } + ], + "name": "TextAnchor", + "comment": "Where the anchor of the text is placed.\n\n", + "location": "UnityEngine.TextRenderingModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.HorizontalWrapMode", + "name": "Wrap", + "comment": "Text will word-wrap when reaching the horizontal boundary.\n\n", + "location": "UnityEngine.TextRenderingModule.dll" + }, + { + "typeName": "UnityEngine.HorizontalWrapMode", + "name": "Overflow", + "comment": "Text can exceed the horizontal boundary.\n\n", + "location": "UnityEngine.TextRenderingModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.HorizontalWrapMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.TextRenderingModule.dll" + } + ], + "name": "HorizontalWrapMode", + "comment": "Wrapping modes for text that reaches the horizontal boundary.\n\n", + "location": "UnityEngine.TextRenderingModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.VerticalWrapMode", + "name": "Truncate", + "comment": "Text will be clipped when reaching the vertical boundary.\n\n", + "location": "UnityEngine.TextRenderingModule.dll" + }, + { + "typeName": "UnityEngine.VerticalWrapMode", + "name": "Overflow", + "comment": "Text well continue to generate when reaching vertical boundary.\n\n", + "location": "UnityEngine.TextRenderingModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.VerticalWrapMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.TextRenderingModule.dll" + } + ], + "name": "VerticalWrapMode", + "comment": "Wrapping modes for text that reaches the vertical boundary.\n\n", + "location": "UnityEngine.TextRenderingModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.Component", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "text", + "comment": "The text that is displayed.\n\n", + "location": "UnityEngine.TextRenderingModule.dll" + }, + { + "typeName": "UnityEngine.Font", + "name": "font", + "comment": "The Font used.\n\n", + "location": "UnityEngine.TextRenderingModule.dll" + }, + { + "typeName": "int", + "name": "fontSize", + "comment": "The font size to use (for dynamic fonts).\n\n", + "location": "UnityEngine.TextRenderingModule.dll" + }, + { + "typeName": "UnityEngine.FontStyle", + "name": "fontStyle", + "comment": "The font style to use (for dynamic fonts).\n\n", + "location": "UnityEngine.TextRenderingModule.dll" + }, + { + "typeName": "float", + "name": "offsetZ", + "comment": "How far should the text be offset from the transform.position.z when drawing.\n\n", + "location": "UnityEngine.TextRenderingModule.dll" + }, + { + "typeName": "UnityEngine.TextAlignment", + "name": "alignment", + "comment": "How lines of text are aligned (Left, Right, Center).\n\n", + "location": "UnityEngine.TextRenderingModule.dll" + }, + { + "typeName": "UnityEngine.TextAnchor", + "name": "anchor", + "comment": "Which point of the text shares the position of the Transform.\n\n", + "location": "UnityEngine.TextRenderingModule.dll" + }, + { + "typeName": "float", + "name": "characterSize", + "comment": "The size of each character (This scales the whole text).\n\n", + "location": "UnityEngine.TextRenderingModule.dll" + }, + { + "typeName": "float", + "name": "lineSpacing", + "comment": "How much space will be in-between lines of text.\n\n", + "location": "UnityEngine.TextRenderingModule.dll" + }, + { + "typeName": "float", + "name": "tabSize", + "comment": "How much space will be inserted for a tab '\\t' character. This is a multiplum of the 'spacebar' character offset.\n\n", + "location": "UnityEngine.TextRenderingModule.dll" + }, + { + "typeName": "bool", + "name": "richText", + "comment": "Enable HTML-style tags for Text Formatting Markup.\n\n", + "location": "UnityEngine.TextRenderingModule.dll" + }, + { + "typeName": "UnityEngine.Color", + "name": "color", + "comment": "The color used to render the text.\n\n", + "location": "UnityEngine.TextRenderingModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.TextRenderingModule.dll" + } + ], + "name": "TextMesh", + "comment": "A script interface for the.\n\n", + "location": "UnityEngine.TextRenderingModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "index", + "comment": "Unicode value of the character.\n\n", + "location": "UnityEngine.TextRenderingModule.dll" + }, + { + "typeName": "UnityEngine.Rect", + "name": "uv", + "comment": "UV coordinates for the character in the texture.\n\n", + "location": "UnityEngine.TextRenderingModule.dll" + }, + { + "typeName": "UnityEngine.Rect", + "name": "vert", + "comment": "Screen coordinates for the character in generated text meshes.\n\n", + "location": "UnityEngine.TextRenderingModule.dll" + }, + { + "typeName": "float", + "name": "width", + "comment": "How far to advance between the beginning of this charcater and the next.\n\n", + "location": "UnityEngine.TextRenderingModule.dll" + }, + { + "typeName": "int", + "name": "size", + "comment": "The size of the character or 0 if it is the default font size.\n\n", + "location": "UnityEngine.TextRenderingModule.dll" + }, + { + "typeName": "UnityEngine.FontStyle", + "name": "style", + "comment": "The style of the character.\n\n", + "location": "UnityEngine.TextRenderingModule.dll" + }, + { + "typeName": "bool", + "name": "flipped", + "comment": "Is the character flipped?\n\n", + "location": "UnityEngine.TextRenderingModule.dll" + }, + { + "typeName": "int", + "name": "advance", + "comment": "The horizontal distance, rounded to the nearest integer, from the origin of this character to the origin of the next character.\n\n", + "location": "UnityEngine.TextRenderingModule.dll" + }, + { + "typeName": "int", + "name": "glyphWidth", + "comment": "The width of the glyph image.\n\n", + "location": "UnityEngine.TextRenderingModule.dll" + }, + { + "typeName": "int", + "name": "glyphHeight", + "comment": "The height of the glyph image.\n\n", + "location": "UnityEngine.TextRenderingModule.dll" + }, + { + "typeName": "int", + "name": "bearing", + "comment": "The horizontal distance from the origin of this glyph to the begining of the glyph image.\n\n", + "location": "UnityEngine.TextRenderingModule.dll" + }, + { + "typeName": "int", + "name": "minY", + "comment": "The minimum extend of the glyph image in the y-axis.\n\n", + "location": "UnityEngine.TextRenderingModule.dll" + }, + { + "typeName": "int", + "name": "maxY", + "comment": "The maximum extend of the glyph image in the y-axis.\n\n", + "location": "UnityEngine.TextRenderingModule.dll" + }, + { + "typeName": "int", + "name": "minX", + "comment": "The minium extend of the glyph image in the x-axis.\n\n", + "location": "UnityEngine.TextRenderingModule.dll" + }, + { + "typeName": "int", + "name": "maxX", + "comment": "The maximum extend of the glyph image in the x-axis.\n\n", + "location": "UnityEngine.TextRenderingModule.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "uvBottomLeft", + "comment": "The uv coordinate matching the bottom left of the glyph image in the font texture.\n\n", + "location": "UnityEngine.TextRenderingModule.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "uvBottomRight", + "comment": "The uv coordinate matching the bottom right of the glyph image in the font texture.\n\n", + "location": "UnityEngine.TextRenderingModule.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "uvTopRight", + "comment": "The uv coordinate matching the top right of the glyph image in the font texture.\n\n", + "location": "UnityEngine.TextRenderingModule.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "uvTopLeft", + "comment": "The uv coordinate matching the top left of the glyph image in the font texture.\n\n", + "location": "UnityEngine.TextRenderingModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.TextRenderingModule.dll" + } + ], + "name": "CharacterInfo", + "comment": "Specification for how to render a character from the font texture. See Font.characterInfo.\n\n", + "location": "UnityEngine.TextRenderingModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.AdditionalCanvasShaderChannels", + "name": "None", + "comment": "No additional shader parameters are needed.\n\n", + "location": "UnityEngine.UIModule.dll" + }, + { + "typeName": "UnityEngine.AdditionalCanvasShaderChannels", + "name": "TexCoord1", + "comment": "Include UV1 on the mesh vertices.\n\n", + "location": "UnityEngine.UIModule.dll" + }, + { + "typeName": "UnityEngine.AdditionalCanvasShaderChannels", + "name": "TexCoord2", + "comment": "Include UV2 on the mesh vertices.\n\n", + "location": "UnityEngine.UIModule.dll" + }, + { + "typeName": "UnityEngine.AdditionalCanvasShaderChannels", + "name": "TexCoord3", + "comment": "Include UV3 on the mesh vertices.\n\n", + "location": "UnityEngine.UIModule.dll" + }, + { + "typeName": "UnityEngine.AdditionalCanvasShaderChannels", + "name": "Normal", + "comment": "Include the normals on the mesh vertices.\n\n", + "location": "UnityEngine.UIModule.dll" + }, + { + "typeName": "UnityEngine.AdditionalCanvasShaderChannels", + "name": "Tangent", + "comment": "Include the Tangent on the mesh vertices.\n\n", + "location": "UnityEngine.UIModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.AdditionalCanvasShaderChannels", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UIModule.dll" + } + ], + "name": "AdditionalCanvasShaderChannels", + "comment": "Enum mask of possible shader channel properties that can also be included when the Canvas mesh is created.\n\n", + "location": "UnityEngine.UIModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Vector2", + "name": "cursorPos", + "comment": "Position of the character cursor in local (text generated) space.\n\n", + "location": "UnityEngine.TextRenderingModule.dll" + }, + { + "typeName": "float", + "name": "charWidth", + "comment": "Character width.\n\n", + "location": "UnityEngine.TextRenderingModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.TextRenderingModule.dll" + } + ], + "name": "UICharInfo", + "comment": "Class that specifies some information about a renderable character.\n\n", + "location": "UnityEngine.TextRenderingModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "startCharIdx", + "comment": "Index of the first character in the line.\n\n", + "location": "UnityEngine.TextRenderingModule.dll" + }, + { + "typeName": "int", + "name": "height", + "comment": "Height of the line.\n\n", + "location": "UnityEngine.TextRenderingModule.dll" + }, + { + "typeName": "float", + "name": "topY", + "comment": "The upper Y position of the line in pixels. This is used for text annotation such as the caret and selection box in the InputField.\n\n", + "location": "UnityEngine.TextRenderingModule.dll" + }, + { + "typeName": "float", + "name": "leading", + "comment": "Space in pixels between this line and the next line.\n\n", + "location": "UnityEngine.TextRenderingModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.TextRenderingModule.dll" + } + ], + "name": "UILineInfo", + "comment": "Information about a generated line of text.\n\n", + "location": "UnityEngine.TextRenderingModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.Behaviour", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.RenderMode", + "name": "renderMode", + "comment": "Is the Canvas in World or Overlay mode?\n\n", + "location": "UnityEngine.UIModule.dll" + }, + { + "typeName": "bool", + "name": "isRootCanvas", + "comment": "Is this the root Canvas?\n\n", + "location": "UnityEngine.UIModule.dll" + }, + { + "typeName": "UnityEngine.Rect", + "name": "pixelRect", + "comment": "Get the render rect for the Canvas.\n\n", + "location": "UnityEngine.UIModule.dll" + }, + { + "typeName": "float", + "name": "scaleFactor", + "comment": "Used to scale the entire canvas, while still making it fit the screen. Only applies with renderMode is Screen Space.\n\n", + "location": "UnityEngine.UIModule.dll" + }, + { + "typeName": "float", + "name": "referencePixelsPerUnit", + "comment": "The number of pixels per unit that is considered the default.\n\n", + "location": "UnityEngine.UIModule.dll" + }, + { + "typeName": "bool", + "name": "overridePixelPerfect", + "comment": "Allows for nested canvases to override pixelPerfect settings inherited from parent canvases.\n\n", + "location": "UnityEngine.UIModule.dll" + }, + { + "typeName": "bool", + "name": "pixelPerfect", + "comment": "Force elements in the canvas to be aligned with pixels. Only applies with renderMode is Screen Space.\n\n", + "location": "UnityEngine.UIModule.dll" + }, + { + "typeName": "float", + "name": "planeDistance", + "comment": "How far away from the camera is the Canvas generated.\n\n", + "location": "UnityEngine.UIModule.dll" + }, + { + "typeName": "int", + "name": "renderOrder", + "comment": "The render order in which the canvas is being emitted to the Scene. (Read Only)\n\n", + "location": "UnityEngine.UIModule.dll" + }, + { + "typeName": "bool", + "name": "overrideSorting", + "comment": "Override the sorting of canvas.\n\n", + "location": "UnityEngine.UIModule.dll" + }, + { + "typeName": "int", + "name": "sortingOrder", + "comment": "Canvas' order within a sorting layer.\n\n", + "location": "UnityEngine.UIModule.dll" + }, + { + "typeName": "int", + "name": "targetDisplay", + "comment": "For Overlay mode, display index on which the UI canvas will appear.\n\n", + "location": "UnityEngine.UIModule.dll" + }, + { + "typeName": "int", + "name": "sortingLayerID", + "comment": "Unique ID of the Canvas' sorting layer.\n\n", + "location": "UnityEngine.UIModule.dll" + }, + { + "typeName": "int", + "name": "cachedSortingLayerValue", + "comment": "Cached calculated value based upon SortingLayerID.\n\n", + "location": "UnityEngine.UIModule.dll" + }, + { + "typeName": "UnityEngine.AdditionalCanvasShaderChannels", + "name": "additionalShaderChannels", + "comment": "Get or set the mask of additional shader channels to be used when creating the Canvas mesh.\n\n", + "location": "UnityEngine.UIModule.dll" + }, + { + "typeName": "string", + "name": "sortingLayerName", + "comment": "Name of the Canvas' sorting layer.\n\n", + "location": "UnityEngine.UIModule.dll" + }, + { + "typeName": "UnityEngine.Canvas", + "name": "rootCanvas", + "comment": "Returns the Canvas closest to root, by checking through each parent and returning the last canvas found. If no other canvas is found then the canvas will return itself.\n\n", + "location": "UnityEngine.UIModule.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "renderingDisplaySize", + "comment": "Returns the canvas display size based on the selected render mode and target display.\n\n", + "location": "UnityEngine.UIModule.dll" + }, + { + "typeName": "UnityEngine.Camera", + "name": "worldCamera", + "comment": "Camera used for sizing the Canvas when in Screen Space - Camera. Also used as the Camera that events will be sent through for a World Space [[Canvas].\n\n", + "location": "UnityEngine.UIModule.dll" + }, + { + "typeName": "float", + "name": "normalizedSortingGridSize", + "comment": "The normalized grid size that the canvas will split the renderable area into.\n\n", + "location": "UnityEngine.UIModule.dll" + }, + { + "typeName": "int", + "name": "sortingGridNormalizedSize", + "comment": "The normalized grid size that the canvas will split the renderable area into.\n\n", + "location": "UnityEngine.UIModule.dll" + }, + { + "typeName": "UnityEngine.Canvas.WillRenderCanvases", + "name": "preWillRenderCanvases", + "comment": "", + "location": "UnityEngine.UIModule.dll" + }, + { + "typeName": "UnityEngine.Canvas.WillRenderCanvases", + "name": "willRenderCanvases", + "comment": "", + "location": "UnityEngine.UIModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "UnityEngine.Canvas.WillRenderCanvases" + } + ], + "isStatic": true, + "name": "add_preWillRenderCanvases", + "comment": "", + "location": "UnityEngine.UIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "UnityEngine.Canvas.WillRenderCanvases" + } + ], + "isStatic": true, + "name": "remove_preWillRenderCanvases", + "comment": "", + "location": "UnityEngine.UIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "UnityEngine.Canvas.WillRenderCanvases" + } + ], + "isStatic": true, + "name": "add_willRenderCanvases", + "comment": "", + "location": "UnityEngine.UIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "UnityEngine.Canvas.WillRenderCanvases" + } + ], + "isStatic": true, + "name": "remove_willRenderCanvases", + "comment": "", + "location": "UnityEngine.UIModule.dll" + }, + { + "returnTypeName": "Material", + "params": [], + "isStatic": true, + "name": "GetDefaultCanvasTextMaterial", + "comment": "Returns the default material that can be used for rendering text elements on the Canvas.\n\n", + "location": "UnityEngine.UIModule.dll" + }, + { + "returnTypeName": "Material", + "params": [], + "isStatic": true, + "name": "GetDefaultCanvasMaterial", + "comment": "Returns the default material that can be used for rendering normal elements on the Canvas.\n\n", + "location": "UnityEngine.UIModule.dll" + }, + { + "returnTypeName": "Material", + "params": [], + "isStatic": true, + "name": "GetETC1SupportedCanvasMaterial", + "comment": "The generated ETC1 Material from the Canvas.\n\n", + "location": "UnityEngine.UIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "ForceUpdateCanvases", + "comment": "Force all canvases to update their content.\n\n", + "location": "UnityEngine.UIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UIModule.dll" + } + ], + "name": "Canvas", + "comment": "Element that can be used for screen rendering.\n\n", + "location": "UnityEngine.UIModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Vector3", + "name": "position", + "comment": "Vertex position.\n\n", + "location": "UnityEngine.TextRenderingModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "normal", + "comment": "Normal.\n\n", + "location": "UnityEngine.TextRenderingModule.dll" + }, + { + "typeName": "UnityEngine.Vector4", + "name": "tangent", + "comment": "Tangent.\n\n", + "location": "UnityEngine.TextRenderingModule.dll" + }, + { + "typeName": "UnityEngine.Color32", + "name": "color", + "comment": "Vertex color.\n\n", + "location": "UnityEngine.TextRenderingModule.dll" + }, + { + "typeName": "UnityEngine.Vector4", + "name": "uv0", + "comment": "The first texture coordinate set of the mesh. Used by UI elements by default.\n\n", + "location": "UnityEngine.TextRenderingModule.dll" + }, + { + "typeName": "UnityEngine.Vector4", + "name": "uv1", + "comment": "The second texture coordinate set of the mesh, if present.\n\n", + "location": "UnityEngine.TextRenderingModule.dll" + }, + { + "typeName": "UnityEngine.Vector4", + "name": "uv2", + "comment": "The Third texture coordinate set of the mesh, if present.\n\n", + "location": "UnityEngine.TextRenderingModule.dll" + }, + { + "typeName": "UnityEngine.Vector4", + "name": "uv3", + "comment": "The forth texture coordinate set of the mesh, if present.\n\n", + "location": "UnityEngine.TextRenderingModule.dll" + }, + { + "typeName": "UnityEngine.UIVertex", + "name": "simpleVert", + "comment": "Simple UIVertex with sensible settings for use in the UI system.\n\n", + "location": "UnityEngine.TextRenderingModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.TextRenderingModule.dll" + } + ], + "name": "UIVertex", + "comment": "Vertex class used by a Canvas for managing vertices.\n\n", + "location": "UnityEngine.TextRenderingModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.Object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Material", + "name": "material", + "comment": "The material used for the font display.\n\n", + "location": "UnityEngine.TextRenderingModule.dll" + }, + { + "typeName": "string[]", + "name": "fontNames", + "comment": "", + "location": "UnityEngine.TextRenderingModule.dll" + }, + { + "typeName": "bool", + "name": "dynamic", + "comment": "Is the font a dynamic font.\n\n", + "location": "UnityEngine.TextRenderingModule.dll" + }, + { + "typeName": "int", + "name": "ascent", + "comment": "The ascent of the font.\n\n", + "location": "UnityEngine.TextRenderingModule.dll" + }, + { + "typeName": "int", + "name": "fontSize", + "comment": "The default size of the font.\n\n", + "location": "UnityEngine.TextRenderingModule.dll" + }, + { + "typeName": "UnityEngine.CharacterInfo[]", + "name": "characterInfo", + "comment": "Access an array of all characters contained in the font texture.\n\n", + "location": "UnityEngine.TextRenderingModule.dll" + }, + { + "typeName": "int", + "name": "lineHeight", + "comment": "The line height of the font.\n\n", + "location": "UnityEngine.TextRenderingModule.dll" + }, + { + "typeName": "UnityEngine.Font.FontTextureRebuildCallback", + "name": "textureRebuildCallback", + "comment": "", + "location": "UnityEngine.TextRenderingModule.dll" + }, + { + "typeName": "System.Action", + "name": "textureRebuilt", + "comment": "", + "location": "UnityEngine.TextRenderingModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "System.Action" } + ], + "isStatic": true, + "name": "add_textureRebuilt", + "comment": "", + "location": "UnityEngine.TextRenderingModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "System.Action" } + ], + "isStatic": true, + "name": "remove_textureRebuilt", + "comment": "", + "location": "UnityEngine.TextRenderingModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Create a new Font.\n\n```plaintext\nParams: name - The name of the created Font object.\n \n```\n\n", + "location": "UnityEngine.TextRenderingModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "Create a new Font.\n\n```plaintext\nParams: name - The name of the created Font object.\n \n```\n\n", + "location": "UnityEngine.TextRenderingModule.dll" + }, + { + "returnTypeName": "Font", + "params": [ + { "name": "fontname", "typeName": "string" }, + { "name": "size", "typeName": "int" } + ], + "isStatic": true, + "name": "CreateDynamicFontFromOSFont", + "comment": "The generate Font object.\n\n```plaintext\nParams: fontname - The name of the OS font to use for this font object.\n size - The default character size of the generated font.\n fontnames - Am array of names of OS fonts to use for this font object. When rendering characters using this font object, the first font which is installed on the machine, which contains the requested character will be used.\n \n```\n\n", + "location": "UnityEngine.TextRenderingModule.dll" + }, + { + "returnTypeName": "Font", + "params": [ + { "name": "fontnames", "typeName": "string[]" }, + { "name": "size", "typeName": "int" } + ], + "isStatic": true, + "name": "CreateDynamicFontFromOSFont", + "comment": "The generate Font object.\n\n```plaintext\nParams: fontname - The name of the OS font to use for this font object.\n size - The default character size of the generated font.\n fontnames - Am array of names of OS fonts to use for this font object. When rendering characters using this font object, the first font which is installed on the machine, which contains the requested character will be used.\n \n```\n\n", + "location": "UnityEngine.TextRenderingModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "str", "typeName": "string" }], + "isStatic": true, + "name": "GetMaxVertsForString", + "comment": "Returns the maximum number of verts that the text generator may return for a given string.\n\n```plaintext\nParams: str - Input string.\n \n```\n\n", + "location": "UnityEngine.TextRenderingModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "c", "typeName": "char" }], + "isStatic": false, + "name": "HasCharacter", + "comment": "Whether or not the font has the character specified.\n\n```plaintext\nParams: c - The character to check for.\n \n```\n\n", + "location": "UnityEngine.TextRenderingModule.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": true, + "name": "GetOSInstalledFontNames", + "comment": "An array of the names of all fonts installed on the machine.\n\n", + "location": "UnityEngine.TextRenderingModule.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": true, + "name": "GetPathsToOSFonts", + "comment": "An array of the file paths of all fonts installed on the machine.\n\n", + "location": "UnityEngine.TextRenderingModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "ch", "typeName": "char" }, + { "name": "info", "typeName": "UnityEngine.CharacterInfo" }, + { "name": "size", "typeName": "int" }, + { "name": "style", "typeName": "UnityEngine.FontStyle" } + ], + "isStatic": false, + "name": "GetCharacterInfo", + "comment": "", + "location": "UnityEngine.TextRenderingModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "ch", "typeName": "char" }, + { "name": "info", "typeName": "UnityEngine.CharacterInfo" }, + { "name": "size", "typeName": "int" } + ], + "isStatic": false, + "name": "GetCharacterInfo", + "comment": "", + "location": "UnityEngine.TextRenderingModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "ch", "typeName": "char" }, + { "name": "info", "typeName": "UnityEngine.CharacterInfo" } + ], + "isStatic": false, + "name": "GetCharacterInfo", + "comment": "", + "location": "UnityEngine.TextRenderingModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "characters", "typeName": "string" }, + { "name": "size", "typeName": "int" }, + { "name": "style", "typeName": "UnityEngine.FontStyle" } + ], + "isStatic": false, + "name": "RequestCharactersInTexture", + "comment": "Request characters to be added to the font texture (dynamic fonts only).\n\n```plaintext\nParams: characters - The characters which are needed to be in the font texture.\n size - The size of the requested characters (the default value of zero will use the font's default size).\n style - The style of the requested characters.\n \n```\n\n", + "location": "UnityEngine.TextRenderingModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "characters", "typeName": "string" }, + { "name": "size", "typeName": "int" } + ], + "isStatic": false, + "name": "RequestCharactersInTexture", + "comment": "", + "location": "UnityEngine.TextRenderingModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "characters", "typeName": "string" }], + "isStatic": false, + "name": "RequestCharactersInTexture", + "comment": "", + "location": "UnityEngine.TextRenderingModule.dll" + } + ], + "name": "Font", + "comment": "Script interface for.\n\n", + "location": "UnityEngine.TextRenderingModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "UnityEngine.UIModule.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "UnityEngine.UIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "UnityEngine.UIModule.dll" + } + ], + "name": "WillRenderCanvases", + "comment": "", + "location": "UnityEngine.UIModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "type", + "typeName": "UnityEngine.UISystemProfilerApi.SampleType" + } + ], + "isStatic": true, + "name": "BeginSample", + "comment": "", + "location": "UnityEngine.UIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "type", + "typeName": "UnityEngine.UISystemProfilerApi.SampleType" + } + ], + "isStatic": true, + "name": "EndSample", + "comment": "", + "location": "UnityEngine.UIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "obj", "typeName": "UnityEngine.Object" } + ], + "isStatic": true, + "name": "AddMarker", + "comment": "", + "location": "UnityEngine.UIModule.dll" + } + ], + "name": "UISystemProfilerApi", + "comment": "", + "location": "UnityEngine.UIModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.TextRenderingModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "UnityEngine.TextRenderingModule.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "UnityEngine.TextRenderingModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "UnityEngine.TextRenderingModule.dll" + } + ], + "name": "FontTextureRebuildCallback", + "comment": "", + "location": "UnityEngine.TextRenderingModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "bool", + "name": "hideAssetInstances", + "comment": "Hide all asset instances of this brush in the tile palette window.\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "typeName": "bool", + "name": "hideDefaultInstance", + "comment": "Hide the default instance of brush in the tile palette window.\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "typeName": "bool", + "name": "defaultBrush", + "comment": "If set to true, brush will replace Unity built-in brush as the default brush in palette window.\n\nOnly one class at any one time should set defaultBrush to true.\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "typeName": "string", + "name": "defaultName", + "comment": "Name of the default instance of this brush.\n\n", + "location": "UnityEngine.TilemapModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Attribute to define the class as a grid brush and to make it available in the palette window.\n\n```plaintext\nParams: defaultBrush - If set to true, brush will replace Unity built-in brush as the default brush in palette window.\n defaultName - Name of the default instance of this brush.\n hideAssetInstanes - Hide all asset instances of this brush in the tile palette window.\n hideDefaultInstance - Hide the default instance of brush in the tile palette window.\n \n```\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "hideAssetInstances", "typeName": "bool" }, + { "name": "hideDefaultInstance", "typeName": "bool" }, + { "name": "defaultBrush", "typeName": "bool" }, + { "name": "defaultName", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Attribute to define the class as a grid brush and to make it available in the palette window.\n\n```plaintext\nParams: defaultBrush - If set to true, brush will replace Unity built-in brush as the default brush in palette window.\n defaultName - Name of the default instance of this brush.\n hideAssetInstanes - Hide all asset instances of this brush in the tile palette window.\n hideDefaultInstance - Hide the default instance of brush in the tile palette window.\n \n```\n\n", + "location": "UnityEngine.TilemapModule.dll" + } + ], + "name": "CustomGridBrushAttribute", + "comment": "Attribute to define the class as a grid brush and to make it available in the palette window.\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.ScriptableObject", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "gridLayout", "typeName": "UnityEngine.GridLayout" }, + { "name": "brushTarget", "typeName": "UnityEngine.GameObject" }, + { "name": "position", "typeName": "UnityEngine.Vector3Int" } + ], + "isStatic": false, + "name": "Paint", + "comment": "Paints data into a grid within the given bounds.\n\n```plaintext\nParams: grid - Grid used for layout.\n brushTarget - Target of the paint operation. By default the currently selected GameObject.\n position - The coordinates of the cell to paint data to.\n \n```\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "gridLayout", "typeName": "UnityEngine.GridLayout" }, + { "name": "brushTarget", "typeName": "UnityEngine.GameObject" }, + { "name": "position", "typeName": "UnityEngine.Vector3Int" } + ], + "isStatic": false, + "name": "Erase", + "comment": "Erases data on a grid within the given bounds.\n\n```plaintext\nParams: grid - Grid used for layout.\n brushTarget - Target of the erase operation. By default the currently selected GameObject.\n position - The coordinates of the cell to erase data from.\n \n```\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "gridLayout", "typeName": "UnityEngine.GridLayout" }, + { "name": "brushTarget", "typeName": "UnityEngine.GameObject" }, + { "name": "position", "typeName": "UnityEngine.BoundsInt" } + ], + "isStatic": false, + "name": "BoxFill", + "comment": "Box fills tiles and GameObjects into given bounds within the selected layers.\n\n```plaintext\nParams: gridLayout - Grid used for layout.\n brushTarget - Target of box fill operation. By default the currently selected GameObject.\n position - The bounds to box fill data to.\n \n```\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "gridLayout", "typeName": "UnityEngine.GridLayout" }, + { "name": "brushTarget", "typeName": "UnityEngine.GameObject" }, + { "name": "position", "typeName": "UnityEngine.BoundsInt" } + ], + "isStatic": false, + "name": "BoxErase", + "comment": "Erases data on a grid within the given bounds.\n\n```plaintext\nParams: gridLayout - Grid used for layout.\n brushTarget - Target of the erase operation. By default the currently selected GameObject.\n position - The bounds to erase data from.\n \n```\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "gridLayout", "typeName": "UnityEngine.GridLayout" }, + { "name": "brushTarget", "typeName": "UnityEngine.GameObject" }, + { "name": "position", "typeName": "UnityEngine.BoundsInt" } + ], + "isStatic": false, + "name": "Select", + "comment": "Select an area of a grid.\n\n```plaintext\nParams: grid - Grid used for layout.\n brushTarget - Targets of paint operation. By default the currently selected GameObject.\n position - Area to get selected.\n \n```\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "gridLayout", "typeName": "UnityEngine.GridLayout" }, + { "name": "brushTarget", "typeName": "UnityEngine.GameObject" }, + { "name": "position", "typeName": "UnityEngine.Vector3Int" } + ], + "isStatic": false, + "name": "FloodFill", + "comment": "Flood fills data onto a grid given the starting coordinates of the cell.\n\n```plaintext\nParams: gridLayout - Grid used for layout.\n brushTarget - Targets of flood fill operation. By default the currently selected GameObject.\n position - Starting position of the flood fill.\n \n```\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "direction", + "typeName": "UnityEngine.GridBrushBase.RotationDirection" + }, + { + "name": "layout", + "typeName": "UnityEngine.GridLayout.CellLayout" + } + ], + "isStatic": false, + "name": "Rotate", + "comment": "", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "flip", + "typeName": "UnityEngine.GridBrushBase.FlipAxis" + }, + { + "name": "layout", + "typeName": "UnityEngine.GridLayout.CellLayout" + } + ], + "isStatic": false, + "name": "Flip", + "comment": "", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "gridLayout", "typeName": "UnityEngine.GridLayout" }, + { "name": "brushTarget", "typeName": "UnityEngine.GameObject" }, + { "name": "position", "typeName": "UnityEngine.BoundsInt" }, + { "name": "pivot", "typeName": "UnityEngine.Vector3Int" } + ], + "isStatic": false, + "name": "Pick", + "comment": "Picks data from a grid given the coordinates of the cells.\n\n```plaintext\nParams: grid - Grid used for layout.\n brushTarget - Target of the paint operation. By default the currently selected GameObject.\n position - The coordinates of the cells to paint data from.\n pivot - Pivot of the picking brush.\n \n```\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "gridLayout", "typeName": "UnityEngine.GridLayout" }, + { "name": "brushTarget", "typeName": "UnityEngine.GameObject" }, + { "name": "from", "typeName": "UnityEngine.BoundsInt" }, + { "name": "to", "typeName": "UnityEngine.BoundsInt" } + ], + "isStatic": false, + "name": "Move", + "comment": "Move is called when user moves the area previously selected with the selection marquee.\n\n```plaintext\nParams: grid - Grid used for layout.\n brushTarget - Target of the move operation. By default the currently selected GameObject.\n from - Source bounds of the move.\n to - Target bounds of the move.\n \n```\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "gridLayout", "typeName": "UnityEngine.GridLayout" }, + { "name": "brushTarget", "typeName": "UnityEngine.GameObject" }, + { "name": "position", "typeName": "UnityEngine.BoundsInt" } + ], + "isStatic": false, + "name": "MoveStart", + "comment": "MoveEnd is called when user starts moving the area previously selected with the selection marquee.\n\n```plaintext\nParams: grid - Grid used for layout.\n brushTarget - Target of the move operation. By default the currently selected GameObject.\n position - Position where the move operation has started.\n \n```\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "gridLayout", "typeName": "UnityEngine.GridLayout" }, + { "name": "brushTarget", "typeName": "UnityEngine.GameObject" }, + { "name": "position", "typeName": "UnityEngine.BoundsInt" } + ], + "isStatic": false, + "name": "MoveEnd", + "comment": "MoveEnd is called when user has ended the move of the area previously selected with the selection marquee.\n\n```plaintext\nParams: position - Layers affected by the move operation.\n brushTarget - Target of the move operation. By default the currently selected GameObject.\n grid - Grid used for layout.\n \n```\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "change", "typeName": "int" }], + "isStatic": false, + "name": "ChangeZPosition", + "comment": "Changes the Z position of the GridBrushBase.\n\n```plaintext\nParams: change - Modify the Z position of GridBrushBase by this value.\n \n```\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ResetZPosition", + "comment": "Resets Z position changes of the GridBrushBase.\n\n", + "location": "UnityEngine.TilemapModule.dll" + } + ], + "name": "GridBrushBase", + "comment": "Base class for authoring data on a grid with grid painting tools like paint, erase, pick, select and fill.\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "namespace": "UnityEngine.SocialPlatforms", + "baseClass": "object", + "attribute": "", + "interfaces": ["ISocialPlatform"], + "fields": [ + { + "typeName": "UnityEngine.SocialPlatforms.ILocalUser", + "name": "localUser", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "userIDs", "typeName": "string[]" }, + { + "name": "callback", + "typeName": "System.Action" + } + ], + "isStatic": false, + "name": "LoadUsers", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "id", "typeName": "string" }, + { "name": "progress", "typeName": "double" }, + { "name": "callback", "typeName": "System.Action" } + ], + "isStatic": false, + "name": "ReportProgress", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "callback", + "typeName": "System.Action" + } + ], + "isStatic": false, + "name": "LoadAchievementDescriptions", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "callback", + "typeName": "System.Action" + } + ], + "isStatic": false, + "name": "LoadAchievements", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "score", "typeName": "long" }, + { "name": "board", "typeName": "string" }, + { "name": "callback", "typeName": "System.Action" } + ], + "isStatic": false, + "name": "ReportScore", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "leaderboardID", "typeName": "string" }, + { + "name": "callback", + "typeName": "System.Action" + } + ], + "isStatic": false, + "name": "LoadScores", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ShowAchievementsUI", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ShowLeaderboardUI", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "returnTypeName": "ILeaderboard", + "params": [], + "isStatic": false, + "name": "CreateLeaderboard", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "returnTypeName": "IAchievement", + "params": [], + "isStatic": false, + "name": "CreateAchievement", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + } + ], + "name": "Local", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.GridBrushBase.Tool", + "name": "Select", + "comment": "Select.\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "typeName": "UnityEngine.GridBrushBase.Tool", + "name": "Move", + "comment": "Move.\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "typeName": "UnityEngine.GridBrushBase.Tool", + "name": "Paint", + "comment": "Paint.\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "typeName": "UnityEngine.GridBrushBase.Tool", + "name": "Box", + "comment": "Box Fill.\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "typeName": "UnityEngine.GridBrushBase.Tool", + "name": "Pick", + "comment": "Pick.\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "typeName": "UnityEngine.GridBrushBase.Tool", + "name": "Erase", + "comment": "Erase.\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "typeName": "UnityEngine.GridBrushBase.Tool", + "name": "FloodFill", + "comment": "Flood Fill.\n\n", + "location": "UnityEngine.TilemapModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.GridBrushBase.Tool", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.TilemapModule.dll" + } + ], + "name": "Tool", + "comment": "Tool mode for the GridBrushBase.\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.GridBrushBase.RotationDirection", + "name": "Clockwise", + "comment": "Rotates tiles clockwise.\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "typeName": "UnityEngine.GridBrushBase.RotationDirection", + "name": "CounterClockwise", + "comment": "Rotates tiles counter-clockwise.\n\n", + "location": "UnityEngine.TilemapModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.GridBrushBase.RotationDirection", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.TilemapModule.dll" + } + ], + "name": "RotationDirection", + "comment": "Rotate tiles in the GridBrushBase in this direction.\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.GridBrushBase.FlipAxis", + "name": "X", + "comment": "Flip the brush in the X Axis.\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "typeName": "UnityEngine.GridBrushBase.FlipAxis", + "name": "Y", + "comment": "Flip the brush in the Y Axis.\n\n", + "location": "UnityEngine.TilemapModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.GridBrushBase.FlipAxis", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.TilemapModule.dll" + } + ], + "name": "FlipAxis", + "comment": "Axis to flip tiles in the GridBrushBase by.\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "namespace": "UnityEngine.SocialPlatforms", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.SocialPlatforms.ILocalUser", + "name": "localUser", + "comment": "See Social.localUser.\n\n", + "location": "UnityEngine.GameCenterModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "userIDs", "typeName": "string[]" }, + { + "name": "callback", + "typeName": "System.Action" + } + ], + "isStatic": false, + "name": "LoadUsers", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "achievementID", "typeName": "string" }, + { "name": "progress", "typeName": "double" }, + { "name": "callback", "typeName": "System.Action" } + ], + "isStatic": false, + "name": "ReportProgress", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "callback", + "typeName": "System.Action" + } + ], + "isStatic": false, + "name": "LoadAchievementDescriptions", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "callback", + "typeName": "System.Action" + } + ], + "isStatic": false, + "name": "LoadAchievements", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "returnTypeName": "IAchievement", + "params": [], + "isStatic": false, + "name": "CreateAchievement", + "comment": "See Social.CreateAchievement..\n\n", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "score", "typeName": "long" }, + { "name": "board", "typeName": "string" }, + { "name": "callback", "typeName": "System.Action" } + ], + "isStatic": false, + "name": "ReportScore", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "leaderboardID", "typeName": "string" }, + { + "name": "callback", + "typeName": "System.Action" + } + ], + "isStatic": false, + "name": "LoadScores", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "returnTypeName": "ILeaderboard", + "params": [], + "isStatic": false, + "name": "CreateLeaderboard", + "comment": "See Social.CreateLeaderboard.\n\n", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ShowAchievementsUI", + "comment": "See Social.ShowAchievementsUI.\n\n", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ShowLeaderboardUI", + "comment": "See Social.ShowLeaderboardUI.\n\n", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "user", + "typeName": "UnityEngine.SocialPlatforms.ILocalUser" + }, + { "name": "callback", "typeName": "System.Action" } + ], + "isStatic": false, + "name": "Authenticate", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "user", + "typeName": "UnityEngine.SocialPlatforms.ILocalUser" + }, + { "name": "callback", "typeName": "System.Action" } + ], + "isStatic": false, + "name": "Authenticate", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "user", + "typeName": "UnityEngine.SocialPlatforms.ILocalUser" + }, + { "name": "callback", "typeName": "System.Action" } + ], + "isStatic": false, + "name": "LoadFriends", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "board", + "typeName": "UnityEngine.SocialPlatforms.ILeaderboard" + }, + { "name": "callback", "typeName": "System.Action" } + ], + "isStatic": false, + "name": "LoadScores", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "board", + "typeName": "UnityEngine.SocialPlatforms.ILeaderboard" + } + ], + "isStatic": false, + "name": "GetLoading", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + } + ], + "name": "ISocialPlatform", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "namespace": "UnityEngine.SocialPlatforms", + "baseClass": "", + "attribute": "interface", + "interfaces": ["IUserProfile"], + "fields": [ + { + "typeName": "UnityEngine.SocialPlatforms.IUserProfile[]", + "name": "friends", + "comment": "The users friends list.\n\n", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "typeName": "bool", + "name": "authenticated", + "comment": "Checks if the current user has been authenticated.\n\n", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "typeName": "bool", + "name": "underage", + "comment": "Is the user underage?\n\n", + "location": "UnityEngine.GameCenterModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "callback", "typeName": "System.Action" }], + "isStatic": false, + "name": "Authenticate", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "callback", "typeName": "System.Action" } + ], + "isStatic": false, + "name": "Authenticate", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "callback", "typeName": "System.Action" }], + "isStatic": false, + "name": "LoadFriends", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + } + ], + "name": "ILocalUser", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "namespace": "UnityEngine.SocialPlatforms", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.SocialPlatforms.UserState", + "name": "Online", + "comment": "The user is online.\n\n", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "typeName": "UnityEngine.SocialPlatforms.UserState", + "name": "OnlineAndAway", + "comment": "The user is online but away from their computer.\n\n", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "typeName": "UnityEngine.SocialPlatforms.UserState", + "name": "OnlineAndBusy", + "comment": "The user is online but set their status to busy.\n\n", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "typeName": "UnityEngine.SocialPlatforms.UserState", + "name": "Offline", + "comment": "The user is offline.\n\n", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "typeName": "UnityEngine.SocialPlatforms.UserState", + "name": "Playing", + "comment": "The user is playing a game.\n\n", + "location": "UnityEngine.GameCenterModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.SocialPlatforms.UserState", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + } + ], + "name": "UserState", + "comment": "User presence state.\n\n", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "namespace": "UnityEngine.SocialPlatforms", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "userName", + "comment": "This user's username or alias.\n\n", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "typeName": "string", + "name": "id", + "comment": "This user's global unique identifier.\n\n", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "typeName": "bool", + "name": "isFriend", + "comment": "Is this user a friend of the current logged in user?\n\n", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "typeName": "UnityEngine.SocialPlatforms.UserState", + "name": "state", + "comment": "Presence state of the user.\n\n", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "typeName": "UnityEngine.Texture2D", + "name": "image", + "comment": "Avatar image of the user.\n\n", + "location": "UnityEngine.GameCenterModule.dll" + } + ], + "methods": [], + "name": "IUserProfile", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "namespace": "UnityEngine.SocialPlatforms", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "id", + "comment": "The unique identifier of this achievement.\n\n", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "typeName": "double", + "name": "percentCompleted", + "comment": "Progress for this achievement.\n\n", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "typeName": "bool", + "name": "completed", + "comment": "Set to true when percentCompleted is 100.0.\n\n", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "typeName": "bool", + "name": "hidden", + "comment": "This achievement is currently hidden from the user.\n\n", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "typeName": "System.DateTime", + "name": "lastReportedDate", + "comment": "Set by server when percentCompleted is updated.\n\n", + "location": "UnityEngine.GameCenterModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "callback", "typeName": "System.Action" }], + "isStatic": false, + "name": "ReportProgress", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + } + ], + "name": "IAchievement", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "namespace": "UnityEngine.SocialPlatforms", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "id", + "comment": "Unique identifier for this achievement description.\n\n", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "typeName": "string", + "name": "title", + "comment": "Human readable title.\n\n", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "typeName": "UnityEngine.Texture2D", + "name": "image", + "comment": "Image representation of the achievement.\n\n", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "typeName": "string", + "name": "achievedDescription", + "comment": "Description when the achivement is completed.\n\n", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "typeName": "string", + "name": "unachievedDescription", + "comment": "Description when the achivement has not been completed.\n\n", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "typeName": "bool", + "name": "hidden", + "comment": "Hidden achievement are not shown in the list until the percentCompleted has been touched (even if it's 0.0).\n\n", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "typeName": "int", + "name": "points", + "comment": "Point value of this achievement.\n\n", + "location": "UnityEngine.GameCenterModule.dll" + } + ], + "methods": [], + "name": "IAchievementDescription", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "namespace": "UnityEngine.SocialPlatforms", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "leaderboardID", + "comment": "The ID of the leaderboard this score belongs to.\n\n", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "typeName": "long", + "name": "value", + "comment": "The score value achieved.\n\n", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "typeName": "System.DateTime", + "name": "date", + "comment": "The date the score was achieved.\n\n", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "typeName": "string", + "name": "formattedValue", + "comment": "The correctly formatted value of the score, like X points or X kills.\n\n", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "typeName": "string", + "name": "userID", + "comment": "The user who owns this score.\n\n", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "typeName": "int", + "name": "rank", + "comment": "The rank or position of the score in the leaderboard.\n\n", + "location": "UnityEngine.GameCenterModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "callback", "typeName": "System.Action" }], + "isStatic": false, + "name": "ReportScore", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + } + ], + "name": "IScore", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.UISystemProfilerApi.SampleType", + "name": "Layout", + "comment": "", + "location": "UnityEngine.UIModule.dll" + }, + { + "typeName": "UnityEngine.UISystemProfilerApi.SampleType", + "name": "Render", + "comment": "", + "location": "UnityEngine.UIModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.UISystemProfilerApi.SampleType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UIModule.dll" + } + ], + "name": "SampleType", + "comment": "", + "location": "UnityEngine.UIModule.dll" + }, + { + "namespace": "UnityEngine.SocialPlatforms", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.SocialPlatforms.UserScope", + "name": "Global", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "typeName": "UnityEngine.SocialPlatforms.UserScope", + "name": "FriendsOnly", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.SocialPlatforms.UserScope", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + } + ], + "name": "UserScope", + "comment": "The scope of the users searched through when querying the leaderboard.\n\n", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "namespace": "UnityEngine.Networking.PlayerConnection", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Networking.PlayerConnection.ConnectionTarget", + "name": "None", + "comment": "No target is connected, this is only possible in a Player.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Networking.PlayerConnection.ConnectionTarget", + "name": "Player", + "comment": "The connected target is a Player.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Networking.PlayerConnection.ConnectionTarget", + "name": "Editor", + "comment": "The connected target is an Editor.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Networking.PlayerConnection.ConnectionTarget", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "ConnectionTarget", + "comment": "The type of the connected target.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.SocialPlatforms", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.SocialPlatforms.TimeScope", + "name": "Today", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "typeName": "UnityEngine.SocialPlatforms.TimeScope", + "name": "Week", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "typeName": "UnityEngine.SocialPlatforms.TimeScope", + "name": "AllTime", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.SocialPlatforms.TimeScope", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + } + ], + "name": "TimeScope", + "comment": "The scope of time searched through when querying the leaderboard.\n\n", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.RemoteSettings.UpdatedEventHandler", + "name": "Updated", + "comment": "", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "typeName": "System.Action", + "name": "BeforeFetchFromServer", + "comment": "", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "typeName": "System.Action", + "name": "Completed", + "comment": "", + "location": "UnityEngine.UnityAnalyticsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "UnityEngine.RemoteSettings.UpdatedEventHandler" + } + ], + "isStatic": true, + "name": "add_Updated", + "comment": "", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "UnityEngine.RemoteSettings.UpdatedEventHandler" + } + ], + "isStatic": true, + "name": "remove_Updated", + "comment": "", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.Action" }], + "isStatic": true, + "name": "add_BeforeFetchFromServer", + "comment": "", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.Action" }], + "isStatic": true, + "name": "remove_BeforeFetchFromServer", + "comment": "", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "System.Action" } + ], + "isStatic": true, + "name": "add_Completed", + "comment": "", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "System.Action" } + ], + "isStatic": true, + "name": "remove_Completed", + "comment": "", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "CallOnUpdate", + "comment": "", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "ForceUpdate", + "comment": "Forces the game to download the newest settings from the server and update its values.\n\n", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": true, + "name": "WasLastUpdatedFromServer", + "comment": "True, if the remote settings file was received from the Analytics Service in the current session. False, if the remote settings file was received during an earlier session and cached.\n\n", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "key", "typeName": "string" }], + "isStatic": true, + "name": "GetInt", + "comment": "The current value of the setting identified by key, or the default value.\n\n```plaintext\nParams: key - The key identifying the setting.\n defaultValue - The default value to use if the setting identified by the key parameter cannot be found or is unavailable.\n \n```\n\n", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "key", "typeName": "string" }, + { "name": "defaultValue", "typeName": "int" } + ], + "isStatic": true, + "name": "GetInt", + "comment": "The current value of the setting identified by key, or the default value.\n\n```plaintext\nParams: key - The key identifying the setting.\n defaultValue - The default value to use if the setting identified by the key parameter cannot be found or is unavailable.\n \n```\n\n", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "returnTypeName": "Int64", + "params": [{ "name": "key", "typeName": "string" }], + "isStatic": true, + "name": "GetLong", + "comment": "", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "returnTypeName": "Int64", + "params": [ + { "name": "key", "typeName": "string" }, + { "name": "defaultValue", "typeName": "long" } + ], + "isStatic": true, + "name": "GetLong", + "comment": "The current value of the setting identified by key, or the default value.\n\n```plaintext\nParams: key - The key identifying the setting.\n defaultValue - The default value to use if the setting identified by the key parameter cannot be found or is unavailable.\n \n```\n\n", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "key", "typeName": "string" }], + "isStatic": true, + "name": "GetFloat", + "comment": "The current value of the setting identified by key, or the default value.\n\n```plaintext\nParams: key - The key identifying the setting.\n defaultValue - The default value to use if the setting identified by the key parameter cannot be found or is unavailable.\n \n```\n\n", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "returnTypeName": "Single", + "params": [ + { "name": "key", "typeName": "string" }, + { "name": "defaultValue", "typeName": "float" } + ], + "isStatic": true, + "name": "GetFloat", + "comment": "The current value of the setting identified by key, or the default value.\n\n```plaintext\nParams: key - The key identifying the setting.\n defaultValue - The default value to use if the setting identified by the key parameter cannot be found or is unavailable.\n \n```\n\n", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "key", "typeName": "string" }], + "isStatic": true, + "name": "GetString", + "comment": "The current value of the setting identified by key, or the default value.\n\n```plaintext\nParams: key - The key identifying the setting.\n defaultValue - The default value to use if the setting identified by the key parameter cannot be found or is unavailable.\n \n```\n\n", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "key", "typeName": "string" }, + { "name": "defaultValue", "typeName": "string" } + ], + "isStatic": true, + "name": "GetString", + "comment": "The current value of the setting identified by key, or the default value.\n\n```plaintext\nParams: key - The key identifying the setting.\n defaultValue - The default value to use if the setting identified by the key parameter cannot be found or is unavailable.\n \n```\n\n", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "key", "typeName": "string" }], + "isStatic": true, + "name": "GetBool", + "comment": "The current value of the setting identified by key, or the default value.\n\n```plaintext\nParams: key - The key identifying the setting.\n defaultValue - The default value to use if the setting identified by the key parameter cannot be found or is unavailable.\n \n```\n\n", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "key", "typeName": "string" }, + { "name": "defaultValue", "typeName": "bool" } + ], + "isStatic": true, + "name": "GetBool", + "comment": "The current value of the setting identified by key, or the default value.\n\n```plaintext\nParams: key - The key identifying the setting.\n defaultValue - The default value to use if the setting identified by the key parameter cannot be found or is unavailable.\n \n```\n\n", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "key", "typeName": "string" }], + "isStatic": true, + "name": "HasKey", + "comment": "True, if the key exists.\n\n```plaintext\nParams: key - The key identifying the setting.\n \n```\n\n", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": true, + "name": "GetCount", + "comment": "Gets the number of keys in the remote settings configuration.\n\n", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": true, + "name": "GetKeys", + "comment": "Gets an array containing all the keys in the remote settings configuration.\n\n", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "returnTypeName": "T", + "params": [{ "name": "key", "typeName": "string" }], + "isStatic": true, + "name": "GetObject", + "comment": "", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { "name": "key", "typeName": "string" } + ], + "isStatic": true, + "name": "GetObject", + "comment": "An instance of the object with fields assigned the corresponding remote values.\n\n```plaintext\nParams: key - The key identifying the setting.\n type - The type of object represented in RemoteSettings.\n \n```\n\n", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "key", "typeName": "string" }, + { "name": "defaultValue", "typeName": "object" } + ], + "isStatic": true, + "name": "GetObject", + "comment": "An instance of the object with fields assigned the corresponding remote values.\n\n```plaintext\nParams: defaultValue - The object that should be for default values.\n key - The key identifying the setting.\n \n```\n\n", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "returnTypeName": "IDictionary", + "params": [{ "name": "key", "typeName": "string" }], + "isStatic": true, + "name": "GetDictionary", + "comment": "An instance of Dictionary containing the corresponding remote value or values.\n\n```plaintext\nParams: key - The key identifying the setting.\n \n```\n\n", + "location": "UnityEngine.UnityAnalyticsModule.dll" + } + ], + "name": "RemoteSettings", + "comment": "Provides access to your remote settings.\n\n", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "namespace": "UnityEngine.SocialPlatforms.Impl", + "baseClass": "UnityEngine.SocialPlatforms.Impl.UserProfile", + "attribute": "", + "interfaces": ["ILocalUser", "IUserProfile"], + "fields": [ + { + "typeName": "UnityEngine.SocialPlatforms.IUserProfile[]", + "name": "friends", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "typeName": "bool", + "name": "authenticated", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "typeName": "bool", + "name": "underage", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "callback", "typeName": "System.Action" }], + "isStatic": false, + "name": "Authenticate", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "callback", "typeName": "System.Action" } + ], + "isStatic": false, + "name": "Authenticate", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "callback", "typeName": "System.Action" }], + "isStatic": false, + "name": "LoadFriends", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "friends", + "typeName": "UnityEngine.SocialPlatforms.IUserProfile[]" + } + ], + "isStatic": false, + "name": "SetFriends", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "bool" }], + "isStatic": false, + "name": "SetAuthenticated", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "bool" }], + "isStatic": false, + "name": "SetUnderage", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + } + ], + "name": "LocalUser", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "namespace": "UnityEngine.SocialPlatforms", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "from", + "comment": "The rank of the first score which is returned.\n\n", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "typeName": "int", + "name": "count", + "comment": "The total amount of scores retreived.\n\n", + "location": "UnityEngine.GameCenterModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "fromValue", "typeName": "int" }, + { "name": "valueCount", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Constructor for a score range, the range starts from a specific value and contains a maxium score count.\n\n```plaintext\nParams: fromValue - The minimum allowed value.\n valueCount - The number of possible values.\n \n```\n\n", + "location": "UnityEngine.GameCenterModule.dll" + } + ], + "name": "Range", + "comment": "The score range a leaderboard query should include.\n\n", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "namespace": "UnityEngine.SocialPlatforms", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "loading", + "comment": "The leaderboad is in the process of loading scores.\n\n", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "typeName": "string", + "name": "id", + "comment": "Unique identifier for this leaderboard.\n\n", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "typeName": "UnityEngine.SocialPlatforms.UserScope", + "name": "userScope", + "comment": "The users scope searched by this leaderboard.\n\n", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "typeName": "UnityEngine.SocialPlatforms.Range", + "name": "range", + "comment": "The rank range this leaderboard returns.\n\n", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "typeName": "UnityEngine.SocialPlatforms.TimeScope", + "name": "timeScope", + "comment": "The time period/scope searched by this leaderboard.\n\n", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "typeName": "UnityEngine.SocialPlatforms.IScore", + "name": "localUserScore", + "comment": "The leaderboard score of the logged in user.\n\n", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "typeName": "uint", + "name": "maxRange", + "comment": "The total amount of scores the leaderboard contains.\n\n", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "typeName": "UnityEngine.SocialPlatforms.IScore[]", + "name": "scores", + "comment": "The leaderboard scores returned by a query.\n\n", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "typeName": "string", + "name": "title", + "comment": "The human readable title of this leaderboard.\n\n", + "location": "UnityEngine.GameCenterModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "userIDs", "typeName": "string[]" }], + "isStatic": false, + "name": "SetUserFilter", + "comment": "Only search for these user IDs.\n\n```plaintext\nParams: userIDs - List of user ids.\n \n```\n\n", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "callback", "typeName": "System.Action" }], + "isStatic": false, + "name": "LoadScores", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + } + ], + "name": "ILeaderboard", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "namespace": "UnityEngine.Networking.PlayerConnection", + "baseClass": "", + "attribute": "interface", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "UnityEngine.Networking.PlayerConnection.ConnectionTarget", + "name": "connectedToTarget", + "comment": "Supplies the type of the established connection, as in whether the target is a Player or an Editor.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "string", + "name": "connectionName", + "comment": "The name of the connected target.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [], + "name": "IConnectionState", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Networking.PlayerConnection", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "playerId", + "comment": "The Player ID that the data is received from.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "byte[]", + "name": "data", + "comment": "Data that is received.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "MessageEventArgs", + "comment": "Arguments passed to Action callbacks registered in PlayerConnection.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.SocialPlatforms.Impl", + "baseClass": "object", + "attribute": "", + "interfaces": ["IUserProfile"], + "fields": [ + { + "typeName": "string", + "name": "userName", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "typeName": "string", + "name": "id", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "typeName": "string", + "name": "legacyId", + "comment": "Returns the ID provided in the Apple GameKit by GKPlayer.playerID (deprecated and marked obsolete in iOS 12.4).\n\n", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "typeName": "string", + "name": "gameId", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "typeName": "bool", + "name": "isFriend", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "typeName": "UnityEngine.SocialPlatforms.UserState", + "name": "state", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "typeName": "UnityEngine.Texture2D", + "name": "image", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "id", "typeName": "string" }, + { "name": "friend", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "id", "typeName": "string" }, + { "name": "friend", "typeName": "bool" }, + { + "name": "state", + "typeName": "UnityEngine.SocialPlatforms.UserState" + }, + { "name": "image", "typeName": "UnityEngine.Texture2D" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "teamId", "typeName": "string" }, + { "name": "gameId", "typeName": "string" }, + { "name": "friend", "typeName": "bool" }, + { + "name": "state", + "typeName": "UnityEngine.SocialPlatforms.UserState" + }, + { "name": "image", "typeName": "UnityEngine.Texture2D" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "SetUserName", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "id", "typeName": "string" }], + "isStatic": false, + "name": "SetUserID", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "id", "typeName": "string" }], + "isStatic": false, + "name": "SetLegacyUserID", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "id", "typeName": "string" }], + "isStatic": false, + "name": "SetUserGameID", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "image", "typeName": "UnityEngine.Texture2D" }], + "isStatic": false, + "name": "SetImage", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "bool" }], + "isStatic": false, + "name": "SetIsFriend", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "state", + "typeName": "UnityEngine.SocialPlatforms.UserState" + } + ], + "isStatic": false, + "name": "SetState", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + } + ], + "name": "UserProfile", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "namespace": "UnityEngine.Networking.PlayerConnection", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "messageId", "typeName": "System.Guid" }, + { + "name": "callback", + "typeName": "UnityEngine.Events.UnityAction" + } + ], + "isStatic": false, + "name": "Register", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "messageId", "typeName": "System.Guid" }, + { + "name": "callback", + "typeName": "UnityEngine.Events.UnityAction" + } + ], + "isStatic": false, + "name": "Unregister", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "DisconnectAll", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "callback", + "typeName": "UnityEngine.Events.UnityAction" + } + ], + "isStatic": false, + "name": "RegisterConnection", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "callback", + "typeName": "UnityEngine.Events.UnityAction" + } + ], + "isStatic": false, + "name": "RegisterDisconnection", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "callback", + "typeName": "UnityEngine.Events.UnityAction" + } + ], + "isStatic": false, + "name": "UnregisterConnection", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "callback", + "typeName": "UnityEngine.Events.UnityAction" + } + ], + "isStatic": false, + "name": "UnregisterDisconnection", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "messageId", "typeName": "System.Guid" }, + { "name": "data", "typeName": "byte[]" } + ], + "isStatic": false, + "name": "Send", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "messageId", "typeName": "System.Guid" }, + { "name": "data", "typeName": "byte[]" } + ], + "isStatic": false, + "name": "TrySend", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "IEditorPlayerConnection", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.SocialPlatforms.Impl", + "baseClass": "object", + "attribute": "", + "interfaces": ["IAchievement"], + "fields": [ + { + "typeName": "string", + "name": "id", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "typeName": "double", + "name": "percentCompleted", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "typeName": "bool", + "name": "completed", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "typeName": "bool", + "name": "hidden", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "typeName": "System.DateTime", + "name": "lastReportedDate", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "id", "typeName": "string" }, + { "name": "percentCompleted", "typeName": "double" }, + { "name": "completed", "typeName": "bool" }, + { "name": "hidden", "typeName": "bool" }, + { "name": "lastReportedDate", "typeName": "System.DateTime" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "id", "typeName": "string" }, + { "name": "percent", "typeName": "double" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "callback", "typeName": "System.Action" }], + "isStatic": false, + "name": "ReportProgress", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "bool" }], + "isStatic": false, + "name": "SetCompleted", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "bool" }], + "isStatic": false, + "name": "SetHidden", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "date", "typeName": "System.DateTime" }], + "isStatic": false, + "name": "SetLastReportedDate", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + } + ], + "name": "Achievement", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "UnityEngine.UnityAnalyticsModule.dll" + } + ], + "name": "UpdatedEventHandler", + "comment": "Defines the delegate signature for handling RemoteSettings.Updated events.\n\n", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "namespace": "UnityEngine.SocialPlatforms.Impl", + "baseClass": "object", + "attribute": "", + "interfaces": ["IAchievementDescription"], + "fields": [ + { + "typeName": "string", + "name": "id", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "typeName": "string", + "name": "title", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "typeName": "UnityEngine.Texture2D", + "name": "image", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "typeName": "string", + "name": "achievedDescription", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "typeName": "string", + "name": "unachievedDescription", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "typeName": "bool", + "name": "hidden", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "typeName": "int", + "name": "points", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "id", "typeName": "string" }, + { "name": "title", "typeName": "string" }, + { "name": "image", "typeName": "UnityEngine.Texture2D" }, + { "name": "achievedDescription", "typeName": "string" }, + { "name": "unachievedDescription", "typeName": "string" }, + { "name": "hidden", "typeName": "bool" }, + { "name": "points", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "image", "typeName": "UnityEngine.Texture2D" }], + "isStatic": false, + "name": "SetImage", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + } + ], + "name": "AchievementDescription", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "namespace": "UnityEngine.SocialPlatforms.Impl", + "baseClass": "object", + "attribute": "", + "interfaces": ["IScore"], + "fields": [ + { + "typeName": "string", + "name": "leaderboardID", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "typeName": "long", + "name": "value", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "typeName": "System.DateTime", + "name": "date", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "typeName": "string", + "name": "formattedValue", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "typeName": "string", + "name": "userID", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "typeName": "int", + "name": "rank", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "leaderboardID", "typeName": "string" }, + { "name": "value", "typeName": "long" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "leaderboardID", "typeName": "string" }, + { "name": "value", "typeName": "long" }, + { "name": "userID", "typeName": "string" }, + { "name": "date", "typeName": "System.DateTime" }, + { "name": "formattedValue", "typeName": "string" }, + { "name": "rank", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "callback", "typeName": "System.Action" }], + "isStatic": false, + "name": "ReportScore", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "date", "typeName": "System.DateTime" }], + "isStatic": false, + "name": "SetDate", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "string" }], + "isStatic": false, + "name": "SetFormattedValue", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "userID", "typeName": "string" }], + "isStatic": false, + "name": "SetUserID", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "rank", "typeName": "int" }], + "isStatic": false, + "name": "SetRank", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + } + ], + "name": "Score", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "object", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "System.Action", + "name": "Updated", + "comment": "", + "location": "UnityEngine.UnityAnalyticsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.Action" }], + "isStatic": false, + "name": "add_Updated", + "comment": "", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.Action" }], + "isStatic": false, + "name": "remove_Updated", + "comment": "", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "configKey", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "param", "typeName": "object" }, + { "name": "ver", "typeName": "int" }, + { "name": "prefix", "typeName": "string" } + ], + "isStatic": true, + "name": "QueueConfig", + "comment": "", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": true, + "name": "SendDeviceInfoInConfigRequest", + "comment": "", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "tag", "typeName": "string" }], + "isStatic": true, + "name": "AddSessionTag", + "comment": "", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ForceUpdate", + "comment": "", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "WasLastUpdatedFromServer", + "comment": "", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "key", "typeName": "string" }], + "isStatic": false, + "name": "GetInt", + "comment": "", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "key", "typeName": "string" }, + { "name": "defaultValue", "typeName": "int" } + ], + "isStatic": false, + "name": "GetInt", + "comment": "", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "returnTypeName": "Int64", + "params": [{ "name": "key", "typeName": "string" }], + "isStatic": false, + "name": "GetLong", + "comment": "", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "returnTypeName": "Int64", + "params": [ + { "name": "key", "typeName": "string" }, + { "name": "defaultValue", "typeName": "long" } + ], + "isStatic": false, + "name": "GetLong", + "comment": "", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "key", "typeName": "string" }], + "isStatic": false, + "name": "GetFloat", + "comment": "", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "returnTypeName": "Single", + "params": [ + { "name": "key", "typeName": "string" }, + { "name": "defaultValue", "typeName": "float" } + ], + "isStatic": false, + "name": "GetFloat", + "comment": "", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "key", "typeName": "string" }], + "isStatic": false, + "name": "GetString", + "comment": "", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "key", "typeName": "string" }, + { "name": "defaultValue", "typeName": "string" } + ], + "isStatic": false, + "name": "GetString", + "comment": "", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "key", "typeName": "string" }], + "isStatic": false, + "name": "GetBool", + "comment": "", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "key", "typeName": "string" }, + { "name": "defaultValue", "typeName": "bool" } + ], + "isStatic": false, + "name": "GetBool", + "comment": "", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "key", "typeName": "string" }], + "isStatic": false, + "name": "HasKey", + "comment": "", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetCount", + "comment": "", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetKeys", + "comment": "", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "returnTypeName": "T", + "params": [{ "name": "key", "typeName": "string" }], + "isStatic": false, + "name": "GetObject", + "comment": "", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { "name": "key", "typeName": "string" } + ], + "isStatic": false, + "name": "GetObject", + "comment": "", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "returnTypeName": "Object", + "params": [ + { "name": "key", "typeName": "string" }, + { "name": "defaultValue", "typeName": "object" } + ], + "isStatic": false, + "name": "GetObject", + "comment": "", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "returnTypeName": "IDictionary", + "params": [{ "name": "key", "typeName": "string" }], + "isStatic": false, + "name": "GetDictionary", + "comment": "", + "location": "UnityEngine.UnityAnalyticsModule.dll" + } + ], + "name": "RemoteConfigSettings", + "comment": "", + "location": "UnityEngine.UnityAnalyticsModule.dll" + }, + { + "namespace": "UnityEngine.SocialPlatforms.Impl", + "baseClass": "object", + "attribute": "", + "interfaces": ["ILeaderboard"], + "fields": [ + { + "typeName": "bool", + "name": "loading", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "typeName": "string", + "name": "id", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "typeName": "UnityEngine.SocialPlatforms.UserScope", + "name": "userScope", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "typeName": "UnityEngine.SocialPlatforms.Range", + "name": "range", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "typeName": "UnityEngine.SocialPlatforms.TimeScope", + "name": "timeScope", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "typeName": "UnityEngine.SocialPlatforms.IScore", + "name": "localUserScore", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "typeName": "uint", + "name": "maxRange", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "typeName": "UnityEngine.SocialPlatforms.IScore[]", + "name": "scores", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "typeName": "string", + "name": "title", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "userIDs", "typeName": "string[]" }], + "isStatic": false, + "name": "SetUserFilter", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "callback", "typeName": "System.Action" }], + "isStatic": false, + "name": "LoadScores", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "score", + "typeName": "UnityEngine.SocialPlatforms.IScore" + } + ], + "isStatic": false, + "name": "SetLocalUserScore", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "maxRange", "typeName": "uint" }], + "isStatic": false, + "name": "SetMaxRange", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "scores", + "typeName": "UnityEngine.SocialPlatforms.IScore[]" + } + ], + "isStatic": false, + "name": "SetScores", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "title", "typeName": "string" }], + "isStatic": false, + "name": "SetTitle", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetUserFilter", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + } + ], + "name": "Leaderboard", + "comment": "", + "location": "UnityEngine.GameCenterModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Collections.Generic.Dictionary", + "name": "headers", + "comment": "(Read Only) Returns the correct request headers for posting the form using the WWW class.\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "typeName": "byte[]", + "name": "data", + "comment": "(Read Only) The raw data to pass as the POST request body when sending the form.\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Creates an empty WWWForm object.\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "fieldName", "typeName": "string" }, + { "name": "value", "typeName": "string" } + ], + "isStatic": false, + "name": "AddField", + "comment": "Add a simple field to the form.\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "fieldName", "typeName": "string" }, + { "name": "value", "typeName": "string" }, + { "name": "e", "typeName": "System.Text.Encoding" } + ], + "isStatic": false, + "name": "AddField", + "comment": "Add a simple field to the form.\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "fieldName", "typeName": "string" }, + { "name": "i", "typeName": "int" } + ], + "isStatic": false, + "name": "AddField", + "comment": "Adds a simple field to the form.\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "fieldName", "typeName": "string" }, + { "name": "contents", "typeName": "byte[]" } + ], + "isStatic": false, + "name": "AddBinaryData", + "comment": "Add binary data to the form.\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "fieldName", "typeName": "string" }, + { "name": "contents", "typeName": "byte[]" }, + { "name": "fileName", "typeName": "string" } + ], + "isStatic": false, + "name": "AddBinaryData", + "comment": "Add binary data to the form.\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "fieldName", "typeName": "string" }, + { "name": "contents", "typeName": "byte[]" }, + { "name": "fileName", "typeName": "string" }, + { "name": "mimeType", "typeName": "string" } + ], + "isStatic": false, + "name": "AddBinaryData", + "comment": "Add binary data to the form.\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + } + ], + "name": "WWWForm", + "comment": "Helper class to generate form data to post to web servers using the UnityWebRequest or WWW classes.\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.CustomYieldInstruction", + "attribute": "", + "interfaces": ["IEnumerator", "IDisposable"], + "fields": [ + { + "typeName": "UnityEngine.AssetBundle", + "name": "assetBundle", + "comment": "Streams an AssetBundle that can contain any kind of asset from the project folder.\n\n", + "location": "UnityEngine.UnityWebRequestWWWModule.dll" + }, + { + "typeName": "UnityEngine.Object", + "name": "audioClip", + "comment": "Returns a AudioClip generated from the downloaded data (Read Only).\n\n", + "location": "UnityEngine.UnityWebRequestWWWModule.dll" + }, + { + "typeName": "byte[]", + "name": "bytes", + "comment": "Returns the contents of the fetched web page as a byte array (Read Only).\n\n", + "location": "UnityEngine.UnityWebRequestWWWModule.dll" + }, + { + "typeName": "UnityEngine.Object", + "name": "movie", + "comment": "MovieTexture has been removed. Use VideoPlayer instead.\n\n", + "location": "UnityEngine.UnityWebRequestWWWModule.dll" + }, + { + "typeName": "int", + "name": "size", + "comment": "", + "location": "UnityEngine.UnityWebRequestWWWModule.dll" + }, + { + "typeName": "int", + "name": "bytesDownloaded", + "comment": "The number of bytes downloaded by this WWW query (read only).\n\n", + "location": "UnityEngine.UnityWebRequestWWWModule.dll" + }, + { + "typeName": "string", + "name": "error", + "comment": "Returns an error message if there was an error during the download (Read Only).\n\n", + "location": "UnityEngine.UnityWebRequestWWWModule.dll" + }, + { + "typeName": "bool", + "name": "isDone", + "comment": "Is the download already finished? (Read Only)\n\n", + "location": "UnityEngine.UnityWebRequestWWWModule.dll" + }, + { + "typeName": "UnityEngine.Object", + "name": "oggVorbis", + "comment": "Load an Ogg Vorbis file into the audio clip.\n\n", + "location": "UnityEngine.UnityWebRequestWWWModule.dll" + }, + { + "typeName": "float", + "name": "progress", + "comment": "How far has the download progressed (Read Only).\n\n", + "location": "UnityEngine.UnityWebRequestWWWModule.dll" + }, + { + "typeName": "System.Collections.Generic.Dictionary", + "name": "responseHeaders", + "comment": "Dictionary of headers returned by the request.\n\n", + "location": "UnityEngine.UnityWebRequestWWWModule.dll" + }, + { + "typeName": "string", + "name": "data", + "comment": "", + "location": "UnityEngine.UnityWebRequestWWWModule.dll" + }, + { + "typeName": "string", + "name": "text", + "comment": "Returns the contents of the fetched web page as a string (Read Only).\n\n", + "location": "UnityEngine.UnityWebRequestWWWModule.dll" + }, + { + "typeName": "UnityEngine.Texture2D", + "name": "texture", + "comment": "Returns a Texture2D generated from the downloaded data (Read Only).\n\n", + "location": "UnityEngine.UnityWebRequestWWWModule.dll" + }, + { + "typeName": "UnityEngine.Texture2D", + "name": "textureNonReadable", + "comment": "Returns a non-readable Texture2D generated from the downloaded data (Read Only).\n\n", + "location": "UnityEngine.UnityWebRequestWWWModule.dll" + }, + { + "typeName": "UnityEngine.ThreadPriority", + "name": "threadPriority", + "comment": "Obsolete, has no effect.\n\n", + "location": "UnityEngine.UnityWebRequestWWWModule.dll" + }, + { + "typeName": "float", + "name": "uploadProgress", + "comment": "How far has the upload progressed (Read Only).\n\n", + "location": "UnityEngine.UnityWebRequestWWWModule.dll" + }, + { + "typeName": "string", + "name": "url", + "comment": "The URL of this WWW request (Read Only).\n\n", + "location": "UnityEngine.UnityWebRequestWWWModule.dll" + }, + { + "typeName": "bool", + "name": "keepWaiting", + "comment": "", + "location": "UnityEngine.UnityWebRequestWWWModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "String", + "params": [{ "name": "s", "typeName": "string" }], + "isStatic": true, + "name": "EscapeURL", + "comment": "Escapes characters in a string to ensure they are URL-friendly.\n\n```plaintext\nParams: s - A string with characters to be escaped.\n e - The text encoding to use.\n \n```\n\n", + "location": "UnityEngine.UnityWebRequestWWWModule.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "s", "typeName": "string" }, + { "name": "e", "typeName": "System.Text.Encoding" } + ], + "isStatic": true, + "name": "EscapeURL", + "comment": "Escapes characters in a string to ensure they are URL-friendly.\n\n```plaintext\nParams: s - A string with characters to be escaped.\n e - The text encoding to use.\n \n```\n\n", + "location": "UnityEngine.UnityWebRequestWWWModule.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "s", "typeName": "string" }], + "isStatic": true, + "name": "UnEscapeURL", + "comment": "Converts URL-friendly escape sequences back to normal text.\n\n```plaintext\nParams: s - A string containing escaped characters.\n e - The text encoding to use.\n \n```\n\n", + "location": "UnityEngine.UnityWebRequestWWWModule.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "s", "typeName": "string" }, + { "name": "e", "typeName": "System.Text.Encoding" } + ], + "isStatic": true, + "name": "UnEscapeURL", + "comment": "Converts URL-friendly escape sequences back to normal text.\n\n```plaintext\nParams: s - A string containing escaped characters.\n e - The text encoding to use.\n \n```\n\n", + "location": "UnityEngine.UnityWebRequestWWWModule.dll" + }, + { + "returnTypeName": "WWW", + "params": [ + { "name": "url", "typeName": "string" }, + { "name": "version", "typeName": "int" } + ], + "isStatic": true, + "name": "LoadFromCacheOrDownload", + "comment": "A WWW instance, which can be used to access the data once the load/download operation is completed.\n\n```plaintext\nParams: url - The URL to download the AssetBundle from, if it is not present in the cache. Must be '%' escaped.\n version - Version of the AssetBundle. The file will only be loaded from the disk cache if it has previously been downloaded with the same version parameter. By incrementing the version number requested by your application, you can force Caching to download a new copy of the AssetBundle from url.\n hash - Hash128 which is used as the version of the AssetBundle.\n cachedBundle - A structure used to download a given version of AssetBundle to a customized cache path.\n\nAnalogous to the cachedAssetBundle parameter for UnityWebRequestAssetBundle.GetAssetBundle.\n crc - An optional CRC-32 Checksum of the uncompressed contents. If this is non-zero, then the content will be compared against the checksum before loading it, and give an error if it does not match. You can use this to avoid data corruption from bad downloads or users tampering with the cached files on disk. If the CRC does not match, Unity will try to redownload the data, and if the CRC on the server does not match it will fail with an error. Look at the error string returned to see the correct CRC value to use for an AssetBundle.\n \n```\n\n", + "location": "UnityEngine.UnityWebRequestWWWModule.dll" + }, + { + "returnTypeName": "WWW", + "params": [ + { "name": "url", "typeName": "string" }, + { "name": "version", "typeName": "int" }, + { "name": "crc", "typeName": "uint" } + ], + "isStatic": true, + "name": "LoadFromCacheOrDownload", + "comment": "A WWW instance, which can be used to access the data once the load/download operation is completed.\n\n```plaintext\nParams: url - The URL to download the AssetBundle from, if it is not present in the cache. Must be '%' escaped.\n version - Version of the AssetBundle. The file will only be loaded from the disk cache if it has previously been downloaded with the same version parameter. By incrementing the version number requested by your application, you can force Caching to download a new copy of the AssetBundle from url.\n hash - Hash128 which is used as the version of the AssetBundle.\n cachedBundle - A structure used to download a given version of AssetBundle to a customized cache path.\n\nAnalogous to the cachedAssetBundle parameter for UnityWebRequestAssetBundle.GetAssetBundle.\n crc - An optional CRC-32 Checksum of the uncompressed contents. If this is non-zero, then the content will be compared against the checksum before loading it, and give an error if it does not match. You can use this to avoid data corruption from bad downloads or users tampering with the cached files on disk. If the CRC does not match, Unity will try to redownload the data, and if the CRC on the server does not match it will fail with an error. Look at the error string returned to see the correct CRC value to use for an AssetBundle.\n \n```\n\n", + "location": "UnityEngine.UnityWebRequestWWWModule.dll" + }, + { + "returnTypeName": "WWW", + "params": [ + { "name": "url", "typeName": "string" }, + { "name": "hash", "typeName": "UnityEngine.Hash128" } + ], + "isStatic": true, + "name": "LoadFromCacheOrDownload", + "comment": "", + "location": "UnityEngine.UnityWebRequestWWWModule.dll" + }, + { + "returnTypeName": "WWW", + "params": [ + { "name": "url", "typeName": "string" }, + { "name": "hash", "typeName": "UnityEngine.Hash128" }, + { "name": "crc", "typeName": "uint" } + ], + "isStatic": true, + "name": "LoadFromCacheOrDownload", + "comment": "A WWW instance, which can be used to access the data once the load/download operation is completed.\n\n```plaintext\nParams: url - The URL to download the AssetBundle from, if it is not present in the cache. Must be '%' escaped.\n version - Version of the AssetBundle. The file will only be loaded from the disk cache if it has previously been downloaded with the same version parameter. By incrementing the version number requested by your application, you can force Caching to download a new copy of the AssetBundle from url.\n hash - Hash128 which is used as the version of the AssetBundle.\n cachedBundle - A structure used to download a given version of AssetBundle to a customized cache path.\n\nAnalogous to the cachedAssetBundle parameter for UnityWebRequestAssetBundle.GetAssetBundle.\n crc - An optional CRC-32 Checksum of the uncompressed contents. If this is non-zero, then the content will be compared against the checksum before loading it, and give an error if it does not match. You can use this to avoid data corruption from bad downloads or users tampering with the cached files on disk. If the CRC does not match, Unity will try to redownload the data, and if the CRC on the server does not match it will fail with an error. Look at the error string returned to see the correct CRC value to use for an AssetBundle.\n \n```\n\n", + "location": "UnityEngine.UnityWebRequestWWWModule.dll" + }, + { + "returnTypeName": "WWW", + "params": [ + { "name": "url", "typeName": "string" }, + { + "name": "cachedBundle", + "typeName": "UnityEngine.CachedAssetBundle" + }, + { "name": "crc", "typeName": "uint" } + ], + "isStatic": true, + "name": "LoadFromCacheOrDownload", + "comment": "A WWW instance, which can be used to access the data once the load/download operation is completed.\n\n```plaintext\nParams: url - The URL to download the AssetBundle from, if it is not present in the cache. Must be '%' escaped.\n version - Version of the AssetBundle. The file will only be loaded from the disk cache if it has previously been downloaded with the same version parameter. By incrementing the version number requested by your application, you can force Caching to download a new copy of the AssetBundle from url.\n hash - Hash128 which is used as the version of the AssetBundle.\n cachedBundle - A structure used to download a given version of AssetBundle to a customized cache path.\n\nAnalogous to the cachedAssetBundle parameter for UnityWebRequestAssetBundle.GetAssetBundle.\n crc - An optional CRC-32 Checksum of the uncompressed contents. If this is non-zero, then the content will be compared against the checksum before loading it, and give an error if it does not match. You can use this to avoid data corruption from bad downloads or users tampering with the cached files on disk. If the CRC does not match, Unity will try to redownload the data, and if the CRC on the server does not match it will fail with an error. Look at the error string returned to see the correct CRC value to use for an AssetBundle.\n \n```\n\n", + "location": "UnityEngine.UnityWebRequestWWWModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "url", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "A new WWW object. When it has been downloaded, the results can be fetched from the returned object.\n\n```plaintext\nParams: url - The url to download. Must be '%' escaped.\n \n```\n\n", + "location": "UnityEngine.UnityWebRequestWWWModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "url", "typeName": "string" }, + { "name": "form", "typeName": "UnityEngine.WWWForm" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "A new WWW object. When it has been downloaded, the results can be fetched from the returned object.\n\n```plaintext\nParams: url - The url to download. Must be '%' escaped.\n form - A WWWForm instance containing the form data to post.\n \n```\n\n", + "location": "UnityEngine.UnityWebRequestWWWModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "url", "typeName": "string" }, + { "name": "postData", "typeName": "byte[]" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "A new WWW object. When it has been downloaded, the results can be fetched from the returned object.\n\n```plaintext\nParams: url - The url to download. Must be '%' escaped.\n postData - A byte array of data to be posted to the url.\n \n```\n\n", + "location": "UnityEngine.UnityWebRequestWWWModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "url", "typeName": "string" }, + { "name": "postData", "typeName": "byte[]" }, + { "name": "headers", "typeName": "System.Collections.Hashtable" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "A new WWW object. When it has been downloaded, the results can be fetched from the returned object.\n\n```plaintext\nParams: url - The url to download. Must be '%' escaped.\n postData - A byte array of data to be posted to the url.\n headers - A hash table of custom headers to send with the request.\n \n```\n\n", + "location": "UnityEngine.UnityWebRequestWWWModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "url", "typeName": "string" }, + { "name": "postData", "typeName": "byte[]" }, + { + "name": "headers", + "typeName": "System.Collections.Generic.Dictionary" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UnityWebRequestWWWModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "texture", "typeName": "UnityEngine.Texture2D" } + ], + "isStatic": false, + "name": "LoadImageIntoTexture", + "comment": "Replaces the contents of an existing Texture2D with an image from the downloaded data.\n\n```plaintext\nParams: tex - An existing texture object to be overwritten with the image data.\n \n```\n\n", + "location": "UnityEngine.UnityWebRequestWWWModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "Disposes of an existing WWW object.\n\n", + "location": "UnityEngine.UnityWebRequestWWWModule.dll" + }, + { + "returnTypeName": "AudioClip", + "params": [], + "isStatic": false, + "name": "GetAudioClip", + "comment": "OBSOLETE. Use UnityWebRequestMultimedia.GetAudioClip().\n\n", + "location": "UnityEngine.UnityWebRequestWWWModule.dll" + }, + { + "returnTypeName": "AudioClip", + "params": [{ "name": "threeD", "typeName": "bool" }], + "isStatic": false, + "name": "GetAudioClip", + "comment": "OBSOLETE. Use UnityWebRequestMultimedia.GetAudioClip().\n\n", + "location": "UnityEngine.UnityWebRequestWWWModule.dll" + }, + { + "returnTypeName": "AudioClip", + "params": [ + { "name": "threeD", "typeName": "bool" }, + { "name": "stream", "typeName": "bool" } + ], + "isStatic": false, + "name": "GetAudioClip", + "comment": "OBSOLETE. Use UnityWebRequestMultimedia.GetAudioClip().\n\n", + "location": "UnityEngine.UnityWebRequestWWWModule.dll" + }, + { + "returnTypeName": "AudioClip", + "params": [ + { "name": "threeD", "typeName": "bool" }, + { "name": "stream", "typeName": "bool" }, + { "name": "audioType", "typeName": "UnityEngine.AudioType" } + ], + "isStatic": false, + "name": "GetAudioClip", + "comment": "OBSOLETE. Use UnityWebRequestMultimedia.GetAudioClip().\n\n", + "location": "UnityEngine.UnityWebRequestWWWModule.dll" + }, + { + "returnTypeName": "AudioClip", + "params": [], + "isStatic": false, + "name": "GetAudioClipCompressed", + "comment": "OBSOLETE. Use UnityWebRequestMultimedia.GetAudioClip().\n\n", + "location": "UnityEngine.UnityWebRequestWWWModule.dll" + }, + { + "returnTypeName": "AudioClip", + "params": [{ "name": "threeD", "typeName": "bool" }], + "isStatic": false, + "name": "GetAudioClipCompressed", + "comment": "OBSOLETE. Use UnityWebRequestMultimedia.GetAudioClip().\n\n", + "location": "UnityEngine.UnityWebRequestWWWModule.dll" + }, + { + "returnTypeName": "AudioClip", + "params": [ + { "name": "threeD", "typeName": "bool" }, + { "name": "audioType", "typeName": "UnityEngine.AudioType" } + ], + "isStatic": false, + "name": "GetAudioClipCompressed", + "comment": "OBSOLETE. Use UnityWebRequestMultimedia.GetAudioClip().\n\n", + "location": "UnityEngine.UnityWebRequestWWWModule.dll" + }, + { + "returnTypeName": "MovieTexture", + "params": [], + "isStatic": false, + "name": "GetMovieTexture", + "comment": "MovieTexture has been removed. Use VideoPlayer instead.\n\n", + "location": "UnityEngine.UnityWebRequestWWWModule.dll" + } + ], + "name": "WWW", + "comment": "Simple access to web pages.\n\n", + "location": "UnityEngine.UnityWebRequestWWWModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "AudioClip", + "params": [], + "isStatic": false, + "name": "GetAudioClip", + "comment": "", + "location": "UnityEngine.UnityWebRequestWWWModule.dll" + }, + { + "returnTypeName": "AudioClip", + "params": [{ "name": "threeD", "typeName": "bool" }], + "isStatic": false, + "name": "GetAudioClip", + "comment": "", + "location": "UnityEngine.UnityWebRequestWWWModule.dll" + }, + { + "returnTypeName": "AudioClip", + "params": [ + { "name": "threeD", "typeName": "bool" }, + { "name": "stream", "typeName": "bool" } + ], + "isStatic": false, + "name": "GetAudioClip", + "comment": "", + "location": "UnityEngine.UnityWebRequestWWWModule.dll" + }, + { + "returnTypeName": "AudioClip", + "params": [ + { "name": "threeD", "typeName": "bool" }, + { "name": "stream", "typeName": "bool" }, + { "name": "audioType", "typeName": "UnityEngine.AudioType" } + ], + "isStatic": false, + "name": "GetAudioClip", + "comment": "", + "location": "UnityEngine.UnityWebRequestWWWModule.dll" + }, + { + "returnTypeName": "AudioClip", + "params": [], + "isStatic": false, + "name": "GetAudioClipCompressed", + "comment": "", + "location": "UnityEngine.UnityWebRequestWWWModule.dll" + }, + { + "returnTypeName": "AudioClip", + "params": [{ "name": "threeD", "typeName": "bool" }], + "isStatic": false, + "name": "GetAudioClipCompressed", + "comment": "", + "location": "UnityEngine.UnityWebRequestWWWModule.dll" + }, + { + "returnTypeName": "AudioClip", + "params": [ + { "name": "threeD", "typeName": "bool" }, + { "name": "audioType", "typeName": "UnityEngine.AudioType" } + ], + "isStatic": false, + "name": "GetAudioClipCompressed", + "comment": "", + "location": "UnityEngine.UnityWebRequestWWWModule.dll" + }, + { + "returnTypeName": "MovieTexture", + "params": [], + "isStatic": false, + "name": "GetMovieTexture", + "comment": "", + "location": "UnityEngine.UnityWebRequestWWWModule.dll" + } + ], + "name": "WWWAudioExtensions", + "comment": "", + "location": "UnityEngine.UnityWebRequestWWWModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Collider", + "name": "collider", + "comment": "The other Collider the wheel is hitting.\n\n", + "location": "UnityEngine.VehiclesModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "point", + "comment": "The point of contact between the wheel and the ground.\n\n", + "location": "UnityEngine.VehiclesModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "normal", + "comment": "The normal at the point of contact.\n\n", + "location": "UnityEngine.VehiclesModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "forwardDir", + "comment": "The direction the wheel is pointing in.\n\n", + "location": "UnityEngine.VehiclesModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "sidewaysDir", + "comment": "The sideways direction of the wheel.\n\n", + "location": "UnityEngine.VehiclesModule.dll" + }, + { + "typeName": "float", + "name": "force", + "comment": "The magnitude of the force being applied for the contact.\n\n", + "location": "UnityEngine.VehiclesModule.dll" + }, + { + "typeName": "float", + "name": "forwardSlip", + "comment": "Tire slip in the rolling direction. Acceleration slip is negative, braking slip is positive.\n\n", + "location": "UnityEngine.VehiclesModule.dll" + }, + { + "typeName": "float", + "name": "sidewaysSlip", + "comment": "Tire slip in the sideways direction.\n\n", + "location": "UnityEngine.VehiclesModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.VehiclesModule.dll" + } + ], + "name": "WheelHit", + "comment": "Contact information for the wheel, reported by WheelCollider.\n\n", + "location": "UnityEngine.VehiclesModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.Collider", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Vector3", + "name": "center", + "comment": "The center of the wheel, measured in the object's local space.\n\n", + "location": "UnityEngine.VehiclesModule.dll" + }, + { + "typeName": "float", + "name": "radius", + "comment": "The radius of the wheel, measured in local space.\n\n", + "location": "UnityEngine.VehiclesModule.dll" + }, + { + "typeName": "float", + "name": "suspensionDistance", + "comment": "Maximum extension distance of wheel suspension, measured in local space.\n\n", + "location": "UnityEngine.VehiclesModule.dll" + }, + { + "typeName": "UnityEngine.JointSpring", + "name": "suspensionSpring", + "comment": "The parameters of wheel's suspension. The suspension attempts to reach a target position by applying a linear force and a damping force.\n\n", + "location": "UnityEngine.VehiclesModule.dll" + }, + { + "typeName": "bool", + "name": "suspensionExpansionLimited", + "comment": "Limits the expansion velocity of the Wheel Collider's suspension. If you set this property on a Rigidbody that has several Wheel Colliders, such as a vehicle, then it affects all other Wheel Colliders on the Rigidbody.\n\n```plaintext\nParams: active - Turns on/off the property\n \n```\n\n", + "location": "UnityEngine.VehiclesModule.dll" + }, + { + "typeName": "float", + "name": "forceAppPointDistance", + "comment": "Application point of the suspension and tire forces measured from the base of the resting wheel.\n\n", + "location": "UnityEngine.VehiclesModule.dll" + }, + { + "typeName": "float", + "name": "mass", + "comment": "The mass of the wheel, expressed in kilograms. Must be larger than zero. Typical values would be in range (20,80).\n\n", + "location": "UnityEngine.VehiclesModule.dll" + }, + { + "typeName": "float", + "name": "wheelDampingRate", + "comment": "The damping rate of the wheel. Must be larger than zero.\n\n", + "location": "UnityEngine.VehiclesModule.dll" + }, + { + "typeName": "UnityEngine.WheelFrictionCurve", + "name": "forwardFriction", + "comment": "Properties of tire friction in the direction the wheel is pointing in.\n\n", + "location": "UnityEngine.VehiclesModule.dll" + }, + { + "typeName": "UnityEngine.WheelFrictionCurve", + "name": "sidewaysFriction", + "comment": "Properties of tire friction in the sideways direction.\n\n", + "location": "UnityEngine.VehiclesModule.dll" + }, + { + "typeName": "float", + "name": "motorTorque", + "comment": "Motor torque on the wheel axle expressed in Newton metres. Positive or negative depending on direction.\n\n", + "location": "UnityEngine.VehiclesModule.dll" + }, + { + "typeName": "float", + "name": "brakeTorque", + "comment": "Brake torque expressed in Newton metres.\n\n", + "location": "UnityEngine.VehiclesModule.dll" + }, + { + "typeName": "float", + "name": "steerAngle", + "comment": "Steering angle in degrees, always around the local y-axis.\n\n", + "location": "UnityEngine.VehiclesModule.dll" + }, + { + "typeName": "bool", + "name": "isGrounded", + "comment": "Indicates whether the wheel currently collides with something (Read Only).\n\n", + "location": "UnityEngine.VehiclesModule.dll" + }, + { + "typeName": "float", + "name": "rpm", + "comment": "Current wheel axle rotation speed, in rotations per minute (Read Only).\n\n", + "location": "UnityEngine.VehiclesModule.dll" + }, + { + "typeName": "float", + "name": "sprungMass", + "comment": "The mass supported by this WheelCollider.\n\n", + "location": "UnityEngine.VehiclesModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ResetSprungMasses", + "comment": "Reset the sprung masses of the vehicle.\n\n", + "location": "UnityEngine.VehiclesModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "speedThreshold", "typeName": "float" }, + { "name": "stepsBelowThreshold", "typeName": "int" }, + { "name": "stepsAboveThreshold", "typeName": "int" } + ], + "isStatic": false, + "name": "ConfigureVehicleSubsteps", + "comment": "Configure vehicle sub-stepping parameters.\n\n```plaintext\nParams: speedThreshold - The speed threshold of the sub-stepping algorithm.\n stepsBelowThreshold - Amount of simulation sub-steps when vehicle's speed is below speedThreshold.\n stepsAboveThreshold - Amount of simulation sub-steps when vehicle's speed is above speedThreshold.\n \n```\n\n", + "location": "UnityEngine.VehiclesModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "pos", "typeName": "UnityEngine.Vector3" }, + { "name": "quat", "typeName": "UnityEngine.Quaternion" } + ], + "isStatic": false, + "name": "GetWorldPose", + "comment": "", + "location": "UnityEngine.VehiclesModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "hit", "typeName": "UnityEngine.WheelHit" }], + "isStatic": false, + "name": "GetGroundHit", + "comment": "", + "location": "UnityEngine.VehiclesModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.VehiclesModule.dll" + } + ], + "name": "WheelCollider", + "comment": "A special collider for vehicle wheels.\n\n", + "location": "UnityEngine.VehiclesModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.WindZoneMode", + "name": "Directional", + "comment": "Wind zone affects the entire Scene in one direction.\n\n", + "location": "UnityEngine.WindModule.dll" + }, + { + "typeName": "UnityEngine.WindZoneMode", + "name": "Spherical", + "comment": "Wind zone only has an effect inside the radius, and has a falloff from the center towards the edge.\n\n", + "location": "UnityEngine.WindModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.WindZoneMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.WindModule.dll" + } + ], + "name": "WindZoneMode", + "comment": "Modes a Wind Zone can have, either Spherical or Directional.\n\n", + "location": "UnityEngine.WindModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.Component", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.WindZoneMode", + "name": "mode", + "comment": "Defines the type of wind zone to be used (Spherical or Directional).\n\n", + "location": "UnityEngine.WindModule.dll" + }, + { + "typeName": "float", + "name": "radius", + "comment": "Radius of the Spherical Wind Zone (only active if the WindZoneMode is set to Spherical).\n\n", + "location": "UnityEngine.WindModule.dll" + }, + { + "typeName": "float", + "name": "windMain", + "comment": "The primary wind force.\n\n", + "location": "UnityEngine.WindModule.dll" + }, + { + "typeName": "float", + "name": "windTurbulence", + "comment": "The turbulence wind force.\n\n", + "location": "UnityEngine.WindModule.dll" + }, + { + "typeName": "float", + "name": "windPulseMagnitude", + "comment": "Defines how much the wind changes over time.\n\n", + "location": "UnityEngine.WindModule.dll" + }, + { + "typeName": "float", + "name": "windPulseFrequency", + "comment": "Defines the frequency of the wind changes.\n\n", + "location": "UnityEngine.WindModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "The constructor.\n\n", + "location": "UnityEngine.WindModule.dll" + } + ], + "name": "WindZone", + "comment": "Wind Zones add realism to the trees you create by making them wave their branches and leaves as if blown by the wind.\n\n", + "location": "UnityEngine.WindModule.dll" + }, + { + "namespace": "UnityEngine.Networking", + "baseClass": "UnityEngine.Networking.DownloadHandler", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "UnityEngine.MovieTexture", + "name": "movieTexture", + "comment": "MovieTexture has been removed. Use VideoPlayer instead.\n\n", + "location": "UnityEngine.UnityWebRequestAudioModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "MovieTexture has been removed. Use VideoPlayer instead.\n\n", + "location": "UnityEngine.UnityWebRequestAudioModule.dll" + }, + { + "returnTypeName": "MovieTexture", + "params": [ + { + "name": "uwr", + "typeName": "UnityEngine.Networking.UnityWebRequest" + } + ], + "isStatic": true, + "name": "GetContent", + "comment": "MovieTexture has been removed. Use VideoPlayer instead.\n\n", + "location": "UnityEngine.UnityWebRequestAudioModule.dll" + } + ], + "name": "DownloadHandlerMovieTexture", + "comment": "MovieTexture has been removed. Use VideoPlayer instead.\n\n", + "location": "UnityEngine.UnityWebRequestAudioModule.dll" + }, + { + "namespace": "UnityEngine.Subsystems", + "baseClass": "UnityEngine.IntegratedSubsystem", + "attribute": "", + "interfaces": ["ISubsystem"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "PrintExample", + "comment": "", + "location": "UnityEngine.SubsystemsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "GetBool", + "comment": "", + "location": "UnityEngine.SubsystemsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.SubsystemsModule.dll" + } + ], + "name": "ExampleSubsystem", + "comment": "", + "location": "UnityEngine.SubsystemsModule.dll" + }, + { + "namespace": "UnityEngine.Subsystems", + "baseClass": "UnityEngine.IntegratedSubsystemDescriptor", + "attribute": "", + "interfaces": ["ISubsystemDescriptorImpl", "ISubsystemDescriptor"], + "fields": [ + { + "typeName": "bool", + "name": "supportsEditorMode", + "comment": "", + "location": "UnityEngine.SubsystemsModule.dll" + }, + { + "typeName": "bool", + "name": "disableBackbufferMSAA", + "comment": "", + "location": "UnityEngine.SubsystemsModule.dll" + }, + { + "typeName": "bool", + "name": "stereoscopicBackbuffer", + "comment": "", + "location": "UnityEngine.SubsystemsModule.dll" + }, + { + "typeName": "bool", + "name": "usePBufferEGL", + "comment": "", + "location": "UnityEngine.SubsystemsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.SubsystemsModule.dll" + } + ], + "name": "ExampleSubsystemDescriptor", + "comment": "", + "location": "UnityEngine.SubsystemsModule.dll" + }, + { + "namespace": "UnityEngine.Networking", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "IsStarted", + "comment": "Deprecated.\n\n", + "location": "UnityEngine.UNETModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [{ "name": "endPoint", "typeName": "System.Net.EndPoint" }], + "isStatic": true, + "name": "DoesEndPointUsePlatformProtocols", + "comment": "True if the given endpoint is using a platform protocol.\n\n```plaintext\nParams: endPoint - EndPoint instance to check.\n \n```\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "hostId", "typeName": "int" }, + { "name": "endPoint", "typeName": "System.Net.EndPoint" }, + { "name": "exceptionConnectionId", "typeName": "int" }, + { "name": "error", "typeName": "byte" } + ], + "isStatic": true, + "name": "ConnectEndPoint", + "comment": "", + "location": "UnityEngine.UNETModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "Init", + "comment": "Initializes the NetworkTransport. Should be called before any other operations on the NetworkTransport are done.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "config", + "typeName": "UnityEngine.Networking.GlobalConfig" + } + ], + "isStatic": true, + "name": "Init", + "comment": "", + "location": "UnityEngine.UNETModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "Shutdown", + "comment": "Shut down the NetworkTransport.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "go", "typeName": "UnityEngine.GameObject" }], + "isStatic": true, + "name": "GetAssetId", + "comment": "The assetId of the game object's Prefab.\n\n```plaintext\nParams: go - Target GameObject to get assetId for.\n \n```\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "id", "typeName": "int" }], + "isStatic": true, + "name": "AddSceneId", + "comment": "", + "location": "UnityEngine.UNETModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": true, + "name": "GetNextSceneId", + "comment": "", + "location": "UnityEngine.UNETModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "topology", + "typeName": "UnityEngine.Networking.HostTopology" + }, + { "name": "minTimeout", "typeName": "int" }, + { "name": "maxTimeout", "typeName": "int" }, + { "name": "port", "typeName": "int" }, + { "name": "ip", "typeName": "string" } + ], + "isStatic": true, + "name": "AddHostWithSimulator", + "comment": "Returns host ID just created.\n\n```plaintext\nParams: topology - The Networking.HostTopology associated with the host.\n minTimeout - Minimum simulated delay in milliseconds.\n maxTimeout - Maximum simulated delay in milliseconds.\n port - Port to bind to (when 0 is selected, the OS will choose a port at random).\n ip - IP address to bind to.\n \n```\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "topology", + "typeName": "UnityEngine.Networking.HostTopology" + }, + { "name": "minTimeout", "typeName": "int" }, + { "name": "maxTimeout", "typeName": "int" }, + { "name": "port", "typeName": "int" } + ], + "isStatic": true, + "name": "AddHostWithSimulator", + "comment": "", + "location": "UnityEngine.UNETModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "topology", + "typeName": "UnityEngine.Networking.HostTopology" + }, + { "name": "minTimeout", "typeName": "int" }, + { "name": "maxTimeout", "typeName": "int" } + ], + "isStatic": true, + "name": "AddHostWithSimulator", + "comment": "", + "location": "UnityEngine.UNETModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "topology", + "typeName": "UnityEngine.Networking.HostTopology" + }, + { "name": "port", "typeName": "int" }, + { "name": "ip", "typeName": "string" } + ], + "isStatic": true, + "name": "AddHost", + "comment": "Returns the ID of the host that was created.\n\n```plaintext\nParams: topology - The Networking.HostTopology associated with the host.\n port - Port to bind to (when 0 is selected, the OS will choose a port at random).\n ip - IP address to bind to.\n \n```\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "topology", + "typeName": "UnityEngine.Networking.HostTopology" + }, + { "name": "port", "typeName": "int" } + ], + "isStatic": true, + "name": "AddHost", + "comment": "", + "location": "UnityEngine.UNETModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "topology", + "typeName": "UnityEngine.Networking.HostTopology" + } + ], + "isStatic": true, + "name": "AddHost", + "comment": "", + "location": "UnityEngine.UNETModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "topology", + "typeName": "UnityEngine.Networking.HostTopology" + }, + { "name": "port", "typeName": "int" }, + { "name": "ip", "typeName": "string" } + ], + "isStatic": true, + "name": "AddWebsocketHost", + "comment": "Web socket host id.\n\n```plaintext\nParams: port - Port to bind to.\n topology - The Networking.HostTopology associated with the host.\n ip - IP address to bind to.\n \n```\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "topology", + "typeName": "UnityEngine.Networking.HostTopology" + }, + { "name": "port", "typeName": "int" } + ], + "isStatic": true, + "name": "AddWebsocketHost", + "comment": "Web socket host id.\n\n```plaintext\nParams: port - Port to bind to.\n topology - The Networking.HostTopology associated with the host.\n ip - IP address to bind to.\n \n```\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "hostId", "typeName": "int" }, + { "name": "address", "typeName": "string" }, + { "name": "port", "typeName": "int" }, + { + "name": "network", + "typeName": "UnityEngine.Networking.Types.NetworkID" + }, + { + "name": "source", + "typeName": "UnityEngine.Networking.Types.SourceID" + }, + { + "name": "node", + "typeName": "UnityEngine.Networking.Types.NodeID" + }, + { "name": "error", "typeName": "byte" } + ], + "isStatic": true, + "name": "ConnectAsNetworkHost", + "comment": "", + "location": "UnityEngine.UNETModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "hostId", "typeName": "int" }, + { "name": "error", "typeName": "byte" } + ], + "isStatic": true, + "name": "DisconnectNetworkHost", + "comment": "", + "location": "UnityEngine.UNETModule.dll" + }, + { + "returnTypeName": "NetworkEventType", + "params": [ + { "name": "hostId", "typeName": "int" }, + { "name": "error", "typeName": "byte" } + ], + "isStatic": true, + "name": "ReceiveRelayEventFromHost", + "comment": "", + "location": "UnityEngine.UNETModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "hostId", "typeName": "int" }, + { "name": "address", "typeName": "string" }, + { "name": "port", "typeName": "int" }, + { "name": "exceptionConnectionId", "typeName": "int" }, + { "name": "relaySlotId", "typeName": "int" }, + { + "name": "network", + "typeName": "UnityEngine.Networking.Types.NetworkID" + }, + { + "name": "source", + "typeName": "UnityEngine.Networking.Types.SourceID" + }, + { + "name": "node", + "typeName": "UnityEngine.Networking.Types.NodeID" + }, + { "name": "bytesPerSec", "typeName": "int" }, + { "name": "bucketSizeFactor", "typeName": "float" }, + { "name": "error", "typeName": "byte" } + ], + "isStatic": true, + "name": "ConnectToNetworkPeer", + "comment": "", + "location": "UnityEngine.UNETModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "hostId", "typeName": "int" }, + { "name": "address", "typeName": "string" }, + { "name": "port", "typeName": "int" }, + { "name": "exceptionConnectionId", "typeName": "int" }, + { "name": "relaySlotId", "typeName": "int" }, + { + "name": "network", + "typeName": "UnityEngine.Networking.Types.NetworkID" + }, + { + "name": "source", + "typeName": "UnityEngine.Networking.Types.SourceID" + }, + { + "name": "node", + "typeName": "UnityEngine.Networking.Types.NodeID" + }, + { "name": "error", "typeName": "byte" } + ], + "isStatic": true, + "name": "ConnectToNetworkPeer", + "comment": "", + "location": "UnityEngine.UNETModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": true, + "name": "GetCurrentIncomingMessageAmount", + "comment": "Returns the number of unread messages in the read-queue.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": true, + "name": "GetCurrentOutgoingMessageAmount", + "comment": "Returns the total number of messages still in the write-queue.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "hostId", "typeName": "int" }, + { "name": "error", "typeName": "byte" } + ], + "isStatic": true, + "name": "GetIncomingMessageQueueSize", + "comment": "", + "location": "UnityEngine.UNETModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "hostId", "typeName": "int" }, + { "name": "error", "typeName": "byte" } + ], + "isStatic": true, + "name": "GetOutgoingMessageQueueSize", + "comment": "", + "location": "UnityEngine.UNETModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "hostId", "typeName": "int" }, + { "name": "connectionId", "typeName": "int" }, + { "name": "error", "typeName": "byte" } + ], + "isStatic": true, + "name": "GetCurrentRTT", + "comment": "", + "location": "UnityEngine.UNETModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "hostId", "typeName": "int" }, + { "name": "connectionId", "typeName": "int" }, + { "name": "error", "typeName": "byte" } + ], + "isStatic": true, + "name": "GetCurrentRtt", + "comment": "", + "location": "UnityEngine.UNETModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "hostId", "typeName": "int" }, + { "name": "connectionId", "typeName": "int" }, + { "name": "error", "typeName": "byte" } + ], + "isStatic": true, + "name": "GetIncomingPacketLossCount", + "comment": "", + "location": "UnityEngine.UNETModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "hostId", "typeName": "int" }, + { "name": "connectionId", "typeName": "int" }, + { "name": "error", "typeName": "byte" } + ], + "isStatic": true, + "name": "GetNetworkLostPacketNum", + "comment": "", + "location": "UnityEngine.UNETModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "hostId", "typeName": "int" }, + { "name": "connectionId", "typeName": "int" }, + { "name": "error", "typeName": "byte" } + ], + "isStatic": true, + "name": "GetIncomingPacketCount", + "comment": "", + "location": "UnityEngine.UNETModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "hostId", "typeName": "int" }, + { "name": "connectionId", "typeName": "int" }, + { "name": "error", "typeName": "byte" } + ], + "isStatic": true, + "name": "GetOutgoingPacketNetworkLossPercent", + "comment": "", + "location": "UnityEngine.UNETModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "hostId", "typeName": "int" }, + { "name": "connectionId", "typeName": "int" }, + { "name": "error", "typeName": "byte" } + ], + "isStatic": true, + "name": "GetOutgoingPacketOverflowLossPercent", + "comment": "", + "location": "UnityEngine.UNETModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "hostId", "typeName": "int" }, + { "name": "connectionId", "typeName": "int" }, + { "name": "error", "typeName": "byte" } + ], + "isStatic": true, + "name": "GetMaxAllowedBandwidth", + "comment": "", + "location": "UnityEngine.UNETModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "hostId", "typeName": "int" }, + { "name": "connectionId", "typeName": "int" }, + { "name": "error", "typeName": "byte" } + ], + "isStatic": true, + "name": "GetAckBufferCount", + "comment": "", + "location": "UnityEngine.UNETModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": true, + "name": "GetIncomingPacketDropCountForAllHosts", + "comment": "Dropping packet count.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": true, + "name": "GetIncomingPacketCountForAllHosts", + "comment": "Packets count received from start for all hosts.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": true, + "name": "GetOutgoingPacketCount", + "comment": "Packets count sent from networking library start (from call Networking.NetworkTransport.Init) for all hosts.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "hostId", "typeName": "int" }, + { "name": "error", "typeName": "byte" } + ], + "isStatic": true, + "name": "GetOutgoingPacketCountForHost", + "comment": "", + "location": "UnityEngine.UNETModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "hostId", "typeName": "int" }, + { "name": "connectionId", "typeName": "int" }, + { "name": "error", "typeName": "byte" } + ], + "isStatic": true, + "name": "GetOutgoingPacketCountForConnection", + "comment": "", + "location": "UnityEngine.UNETModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": true, + "name": "GetOutgoingMessageCount", + "comment": "Messages count sent from start (from call Networking.NetworkTransport.Init) for all hosts.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "hostId", "typeName": "int" }, + { "name": "error", "typeName": "byte" } + ], + "isStatic": true, + "name": "GetOutgoingMessageCountForHost", + "comment": "", + "location": "UnityEngine.UNETModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "hostId", "typeName": "int" }, + { "name": "connectionId", "typeName": "int" }, + { "name": "error", "typeName": "byte" } + ], + "isStatic": true, + "name": "GetOutgoingMessageCountForConnection", + "comment": "", + "location": "UnityEngine.UNETModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": true, + "name": "GetOutgoingUserBytesCount", + "comment": "Total payload (in bytes) sent from start for all hosts.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "hostId", "typeName": "int" }, + { "name": "error", "typeName": "byte" } + ], + "isStatic": true, + "name": "GetOutgoingUserBytesCountForHost", + "comment": "", + "location": "UnityEngine.UNETModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "hostId", "typeName": "int" }, + { "name": "connectionId", "typeName": "int" }, + { "name": "error", "typeName": "byte" } + ], + "isStatic": true, + "name": "GetOutgoingUserBytesCountForConnection", + "comment": "", + "location": "UnityEngine.UNETModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": true, + "name": "GetOutgoingSystemBytesCount", + "comment": "Total payload and protocol system headers (in bytes) sent from start for all hosts.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "hostId", "typeName": "int" }, + { "name": "error", "typeName": "byte" } + ], + "isStatic": true, + "name": "GetOutgoingSystemBytesCountForHost", + "comment": "", + "location": "UnityEngine.UNETModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "hostId", "typeName": "int" }, + { "name": "connectionId", "typeName": "int" }, + { "name": "error", "typeName": "byte" } + ], + "isStatic": true, + "name": "GetOutgoingSystemBytesCountForConnection", + "comment": "", + "location": "UnityEngine.UNETModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": true, + "name": "GetOutgoingFullBytesCount", + "comment": "Total data (user payload, protocol specific data, ip and udp headers) (in bytes) sent from start for all hosts.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "hostId", "typeName": "int" }, + { "name": "error", "typeName": "byte" } + ], + "isStatic": true, + "name": "GetOutgoingFullBytesCountForHost", + "comment": "", + "location": "UnityEngine.UNETModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "hostId", "typeName": "int" }, + { "name": "connectionId", "typeName": "int" }, + { "name": "error", "typeName": "byte" } + ], + "isStatic": true, + "name": "GetOutgoingFullBytesCountForConnection", + "comment": "", + "location": "UnityEngine.UNETModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "hostId", "typeName": "int" }, + { "name": "connectionId", "typeName": "int" }, + { "name": "error", "typeName": "byte" } + ], + "isStatic": true, + "name": "GetPacketSentRate", + "comment": "", + "location": "UnityEngine.UNETModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "hostId", "typeName": "int" }, + { "name": "connectionId", "typeName": "int" }, + { "name": "error", "typeName": "byte" } + ], + "isStatic": true, + "name": "GetPacketReceivedRate", + "comment": "", + "location": "UnityEngine.UNETModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "hostId", "typeName": "int" }, + { "name": "connectionId", "typeName": "int" }, + { "name": "error", "typeName": "byte" } + ], + "isStatic": true, + "name": "GetRemotePacketReceivedRate", + "comment": "", + "location": "UnityEngine.UNETModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": true, + "name": "GetNetIOTimeuS", + "comment": "Time in micro seconds.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "hostId", "typeName": "int" }, + { "name": "connectionId", "typeName": "int" }, + { "name": "port", "typeName": "int" }, + { "name": "network", "typeName": "ulong" }, + { "name": "dstNode", "typeName": "ushort" }, + { "name": "error", "typeName": "byte" } + ], + "isStatic": true, + "name": "GetConnectionInfo", + "comment": "", + "location": "UnityEngine.UNETModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "hostId", "typeName": "int" }, + { "name": "connectionId", "typeName": "int" }, + { "name": "address", "typeName": "string" }, + { "name": "port", "typeName": "int" }, + { + "name": "network", + "typeName": "UnityEngine.Networking.Types.NetworkID" + }, + { + "name": "dstNode", + "typeName": "UnityEngine.Networking.Types.NodeID" + }, + { "name": "error", "typeName": "byte" } + ], + "isStatic": true, + "name": "GetConnectionInfo", + "comment": "", + "location": "UnityEngine.UNETModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": true, + "name": "GetNetworkTimestamp", + "comment": "Timestamp.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "hostId", "typeName": "int" }, + { "name": "connectionId", "typeName": "int" }, + { "name": "remoteTime", "typeName": "int" }, + { "name": "error", "typeName": "byte" } + ], + "isStatic": true, + "name": "GetRemoteDelayTimeMS", + "comment": "", + "location": "UnityEngine.UNETModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "hostId", "typeName": "int" }, + { "name": "channelId", "typeName": "int" }, + { "name": "buffer", "typeName": "byte[]" }, + { "name": "size", "typeName": "int" }, + { "name": "error", "typeName": "byte" } + ], + "isStatic": true, + "name": "StartSendMulticast", + "comment": "", + "location": "UnityEngine.UNETModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "hostId", "typeName": "int" }, + { "name": "connectionId", "typeName": "int" }, + { "name": "error", "typeName": "byte" } + ], + "isStatic": true, + "name": "SendMulticast", + "comment": "", + "location": "UnityEngine.UNETModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "hostId", "typeName": "int" }, + { "name": "error", "typeName": "byte" } + ], + "isStatic": true, + "name": "FinishSendMulticast", + "comment": "", + "location": "UnityEngine.UNETModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "hostId", "typeName": "int" }], + "isStatic": true, + "name": "RemoveHost", + "comment": "Closes the opened socket, and closes all connections belonging to that socket.\n\n```plaintext\nParams: hostId - Host ID to remove.\n \n```\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "hostId", "typeName": "int" }, + { "name": "address", "typeName": "string" }, + { "name": "port", "typeName": "int" }, + { "name": "exeptionConnectionId", "typeName": "int" }, + { "name": "error", "typeName": "byte" } + ], + "isStatic": true, + "name": "Connect", + "comment": "", + "location": "UnityEngine.UNETModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "hostId", "typeName": "int" }, + { "name": "address", "typeName": "string" }, + { "name": "port", "typeName": "int" }, + { "name": "exeptionConnectionId", "typeName": "int" }, + { "name": "error", "typeName": "byte" }, + { + "name": "conf", + "typeName": "UnityEngine.Networking.ConnectionSimulatorConfig" + } + ], + "isStatic": true, + "name": "ConnectWithSimulator", + "comment": "", + "location": "UnityEngine.UNETModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "hostId", "typeName": "int" }, + { "name": "connectionId", "typeName": "int" }, + { "name": "error", "typeName": "byte" } + ], + "isStatic": true, + "name": "Disconnect", + "comment": "", + "location": "UnityEngine.UNETModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "hostId", "typeName": "int" }, + { "name": "connectionId", "typeName": "int" }, + { "name": "channelId", "typeName": "int" }, + { "name": "buffer", "typeName": "byte[]" }, + { "name": "size", "typeName": "int" }, + { "name": "error", "typeName": "byte" } + ], + "isStatic": true, + "name": "Send", + "comment": "", + "location": "UnityEngine.UNETModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "hostId", "typeName": "int" }, + { "name": "connectionId", "typeName": "int" }, + { "name": "channelId", "typeName": "int" }, + { "name": "buffer", "typeName": "byte[]" }, + { "name": "size", "typeName": "int" }, + { "name": "error", "typeName": "byte" } + ], + "isStatic": true, + "name": "QueueMessageForSending", + "comment": "", + "location": "UnityEngine.UNETModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "hostId", "typeName": "int" }, + { "name": "connectionId", "typeName": "int" }, + { "name": "error", "typeName": "byte" } + ], + "isStatic": true, + "name": "SendQueuedMessages", + "comment": "", + "location": "UnityEngine.UNETModule.dll" + }, + { + "returnTypeName": "NetworkEventType", + "params": [ + { "name": "hostId", "typeName": "int" }, + { "name": "connectionId", "typeName": "int" }, + { "name": "channelId", "typeName": "int" }, + { "name": "buffer", "typeName": "byte[]" }, + { "name": "bufferSize", "typeName": "int" }, + { "name": "receivedSize", "typeName": "int" }, + { "name": "error", "typeName": "byte" } + ], + "isStatic": true, + "name": "Receive", + "comment": "", + "location": "UnityEngine.UNETModule.dll" + }, + { + "returnTypeName": "NetworkEventType", + "params": [ + { "name": "hostId", "typeName": "int" }, + { "name": "connectionId", "typeName": "int" }, + { "name": "channelId", "typeName": "int" }, + { "name": "buffer", "typeName": "byte[]" }, + { "name": "bufferSize", "typeName": "int" }, + { "name": "receivedSize", "typeName": "int" }, + { "name": "error", "typeName": "byte" } + ], + "isStatic": true, + "name": "ReceiveFromHost", + "comment": "", + "location": "UnityEngine.UNETModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "direction", "typeName": "int" }, + { "name": "packetStatId", "typeName": "int" }, + { "name": "numMsgs", "typeName": "int" }, + { "name": "numBytes", "typeName": "int" } + ], + "isStatic": true, + "name": "SetPacketStat", + "comment": "Used to inform the profiler of network packet statistics.\n\n```plaintext\nParams: packetStatId - The ID of the message being reported.\n numMsgs - Number of messages being reported.\n numBytes - Number of bytes used by reported messages.\n direction - Whether the packet is outgoing (-1) or incoming (0).\n \n```\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "hostId", "typeName": "int" }, + { "name": "connectionId", "typeName": "int" }, + { "name": "notificationLevel", "typeName": "int" }, + { "name": "error", "typeName": "byte" } + ], + "isStatic": true, + "name": "NotifyWhenConnectionReadyForSend", + "comment": "", + "location": "UnityEngine.UNETModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "hostId", "typeName": "int" }], + "isStatic": true, + "name": "GetHostPort", + "comment": "The UDP port number, or -1 if an error occurred.\n\n```plaintext\nParams: hostId - Host ID.\n \n```\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "hostId", "typeName": "int" }, + { "name": "broadcastPort", "typeName": "int" }, + { "name": "key", "typeName": "int" }, + { "name": "version", "typeName": "int" }, + { "name": "subversion", "typeName": "int" }, + { "name": "buffer", "typeName": "byte[]" }, + { "name": "size", "typeName": "int" }, + { "name": "timeout", "typeName": "int" }, + { "name": "error", "typeName": "byte" } + ], + "isStatic": true, + "name": "StartBroadcastDiscovery", + "comment": "", + "location": "UnityEngine.UNETModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "StopBroadcastDiscovery", + "comment": "Stop sending the broadcast discovery message.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": true, + "name": "IsBroadcastDiscoveryRunning", + "comment": "True if it is running. False if it is not running.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "hostId", "typeName": "int" }, + { "name": "key", "typeName": "int" }, + { "name": "version", "typeName": "int" }, + { "name": "subversion", "typeName": "int" }, + { "name": "error", "typeName": "byte" } + ], + "isStatic": true, + "name": "SetBroadcastCredentials", + "comment": "", + "location": "UnityEngine.UNETModule.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "hostId", "typeName": "int" }, + { "name": "port", "typeName": "int" }, + { "name": "error", "typeName": "byte" } + ], + "isStatic": true, + "name": "GetBroadcastConnectionInfo", + "comment": "", + "location": "UnityEngine.UNETModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "hostId", "typeName": "int" }, + { "name": "address", "typeName": "string" }, + { "name": "port", "typeName": "int" }, + { "name": "error", "typeName": "byte" } + ], + "isStatic": true, + "name": "GetBroadcastConnectionInfo", + "comment": "", + "location": "UnityEngine.UNETModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "hostId", "typeName": "int" }, + { "name": "buffer", "typeName": "byte[]" }, + { "name": "bufferSize", "typeName": "int" }, + { "name": "receivedSize", "typeName": "int" }, + { "name": "error", "typeName": "byte" } + ], + "isStatic": true, + "name": "GetBroadcastConnectionMessage", + "comment": "", + "location": "UnityEngine.UNETModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "enabled", "typeName": "bool" }], + "isStatic": true, + "name": "SetMulticastLock", + "comment": "Enable or disable a multicast lock.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "libraryName", "typeName": "string" }], + "isStatic": true, + "name": "LoadEncryptionLibrary", + "comment": "True if the provided native encryption plugin was loaded successfully and is being used by the transport layer. False otherwise.\n\n```plaintext\nParams: libraryName - The path to the native encryption plugin to load, relative to the executable.\n \n```\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "UnloadEncryptionLibrary", + "comment": "Unloads the currently loaded encryption plugin, if one is loaded.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": true, + "name": "IsEncryptionActive", + "comment": "True if an encryption plugin has been loaded and is being used, false otherwise.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "returnTypeName": "Int16", + "params": [{ "name": "maxPacketSize", "typeName": "short" }], + "isStatic": true, + "name": "GetEncryptionSafeMaxPacketSize", + "comment": "The maximum amount of bytes that can you can safely send over the network so they fit in the given maximum packet size after encryption.\n\n```plaintext\nParams: maxPacketSize - The largest packet size that the network allows, in bytes.\n \n```\n\n", + "location": "UnityEngine.UNETModule.dll" + } + ], + "name": "NetworkTransport", + "comment": "Transport Layer API.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "namespace": "UnityEngine.Networking", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Networking.NetworkEventType", + "name": "DataEvent", + "comment": "Data event received. Indicating that data was received.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "typeName": "UnityEngine.Networking.NetworkEventType", + "name": "ConnectEvent", + "comment": "Connection event received. Indicating that a new connection was established.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "typeName": "UnityEngine.Networking.NetworkEventType", + "name": "DisconnectEvent", + "comment": "Disconnection event received.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "typeName": "UnityEngine.Networking.NetworkEventType", + "name": "Nothing", + "comment": "No new event was received.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "typeName": "UnityEngine.Networking.NetworkEventType", + "name": "BroadcastEvent", + "comment": "Broadcast discovery event received.\nTo obtain sender connection info and possible complimentary message from them, call Networking.NetworkTransport.GetBroadcastConnectionInfo() and Networking.NetworkTransport.GetBroadcastConnectionMessage() functions.\n\n", + "location": "UnityEngine.UNETModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Networking.NetworkEventType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UNETModule.dll" + } + ], + "name": "NetworkEventType", + "comment": "Event that is returned when calling the Networking.NetworkTransport.Receive and Networking.NetworkTransport.ReceiveFromHost functions.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "namespace": "UnityEngine.Networking", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Networking.QosType", + "name": "Unreliable", + "comment": "There is no guarantee of delivery or ordering.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "typeName": "UnityEngine.Networking.QosType", + "name": "UnreliableFragmented", + "comment": "There is no guarantee of delivery or ordering, but allowing fragmented messages with up to 32 fragments per message.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "typeName": "UnityEngine.Networking.QosType", + "name": "UnreliableSequenced", + "comment": "There is no guarantee of delivery and all unordered messages will be dropped. Example: VoIP.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "typeName": "UnityEngine.Networking.QosType", + "name": "Reliable", + "comment": "Each message is guaranteed to be delivered but not guaranteed to be in order.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "typeName": "UnityEngine.Networking.QosType", + "name": "ReliableFragmented", + "comment": "Each message is guaranteed to be delivered, also allowing fragmented messages with up to 32 fragments per message.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "typeName": "UnityEngine.Networking.QosType", + "name": "ReliableSequenced", + "comment": "Each message is guaranteed to be delivered and in order.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "typeName": "UnityEngine.Networking.QosType", + "name": "StateUpdate", + "comment": "An unreliable message. Only the last message in the send buffer is sent. Only the most recent message in the receive buffer will be delivered.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "typeName": "UnityEngine.Networking.QosType", + "name": "ReliableStateUpdate", + "comment": "A reliable message. Note: Only the last message in the send buffer is sent. Only the most recent message in the receive buffer will be delivered.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "typeName": "UnityEngine.Networking.QosType", + "name": "AllCostDelivery", + "comment": "A reliable message that will be re-sent with a high frequency until it is acknowledged.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "typeName": "UnityEngine.Networking.QosType", + "name": "UnreliableFragmentedSequenced", + "comment": "There is garantee of ordering, no guarantee of delivery, but allowing fragmented messages with up to 32 fragments per message.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "typeName": "UnityEngine.Networking.QosType", + "name": "ReliableFragmentedSequenced", + "comment": "Each message is guaranteed to be delivered in order, also allowing fragmented messages with up to 32 fragments per message.\n\n", + "location": "UnityEngine.UNETModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Networking.QosType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UNETModule.dll" + } + ], + "name": "QosType", + "comment": "Enumeration of all supported quality of service channel modes.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "namespace": "UnityEngine.Networking", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Networking.NetworkError", + "name": "Ok", + "comment": "The operation completed successfully.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "typeName": "UnityEngine.Networking.NetworkError", + "name": "WrongHost", + "comment": "The specified host not available.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "typeName": "UnityEngine.Networking.NetworkError", + "name": "WrongConnection", + "comment": "The specified connectionId doesn't exist.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "typeName": "UnityEngine.Networking.NetworkError", + "name": "WrongChannel", + "comment": "The specified channel doesn't exist.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "typeName": "UnityEngine.Networking.NetworkError", + "name": "NoResources", + "comment": "Not enough resources are available to process this request.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "typeName": "UnityEngine.Networking.NetworkError", + "name": "BadMessage", + "comment": "Not a data message.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "typeName": "UnityEngine.Networking.NetworkError", + "name": "Timeout", + "comment": "Connection timed out.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "typeName": "UnityEngine.Networking.NetworkError", + "name": "MessageToLong", + "comment": "The message is too long to fit the buffer.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "typeName": "UnityEngine.Networking.NetworkError", + "name": "WrongOperation", + "comment": "Operation is not supported.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "typeName": "UnityEngine.Networking.NetworkError", + "name": "VersionMismatch", + "comment": "The protocol versions are not compatible. Check your library versions.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "typeName": "UnityEngine.Networking.NetworkError", + "name": "CRCMismatch", + "comment": "The Networking.ConnectionConfig does not match the other endpoint.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "typeName": "UnityEngine.Networking.NetworkError", + "name": "DNSFailure", + "comment": "The address supplied to connect to was invalid or could not be resolved.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "typeName": "UnityEngine.Networking.NetworkError", + "name": "UsageError", + "comment": "This error will occur if any function is called with inappropriate parameter values.\n\n", + "location": "UnityEngine.UNETModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Networking.NetworkError", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UNETModule.dll" + } + ], + "name": "NetworkError", + "comment": "Possible Networking.NetworkTransport errors.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "namespace": "UnityEngine.Networking", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Networking.ReactorModel", + "name": "SelectReactor", + "comment": "Network thread will sleep up to threadawake timeout, or up to receive event on socket will happened. Awaked thread will try to read up to maxpoolsize packets from socket and will try update connections ready to send (with fixing awaketimeout rate).\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "typeName": "UnityEngine.Networking.ReactorModel", + "name": "FixRateReactor", + "comment": "Network thread will sleep up to threadawake timeout, after that it will try receive up to maxpoolsize amount of messages and then will try perform send operation for connection whihc ready to send.\n\n", + "location": "UnityEngine.UNETModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Networking.ReactorModel", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UNETModule.dll" + } + ], + "name": "ReactorModel", + "comment": "Define how unet will handle network io operation.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "namespace": "UnityEngine.Networking", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Networking.ConnectionAcksType", + "name": "Acks32", + "comment": "Ack buffer can hold 32 messages.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "typeName": "UnityEngine.Networking.ConnectionAcksType", + "name": "Acks64", + "comment": "Ack buffer can hold 64 messages.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "typeName": "UnityEngine.Networking.ConnectionAcksType", + "name": "Acks96", + "comment": "Ack buffer can hold 96 messages.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "typeName": "UnityEngine.Networking.ConnectionAcksType", + "name": "Acks128", + "comment": "Ack buffer can hold 128 messages.\n\n", + "location": "UnityEngine.UNETModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Networking.ConnectionAcksType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UNETModule.dll" + } + ], + "name": "ConnectionAcksType", + "comment": "Defines size of the buffer holding reliable messages, before they will be acknowledged.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "namespace": "UnityEngine.Networking", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Networking.QosType", + "name": "QOS", + "comment": "Channel quality of service.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "typeName": "bool", + "name": "BelongsToSharedOrderChannel", + "comment": "Returns true if the channel belongs to a shared group.\n\n", + "location": "UnityEngine.UNETModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "UnityEngine.Networking.QosType" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "UnderlyingModel.MemDoc.MemDocModel.\n\n```plaintext\nParams: value - Requested type of quality of service (default Unreliable).\n channel - Copy constructor.\n \n```\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "UnderlyingModel.MemDoc.MemDocModel.\n\n```plaintext\nParams: value - Requested type of quality of service (default Unreliable).\n channel - Copy constructor.\n \n```\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "channel", + "typeName": "UnityEngine.Networking.ChannelQOS" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "UnderlyingModel.MemDoc.MemDocModel.\n\n```plaintext\nParams: value - Requested type of quality of service (default Unreliable).\n channel - Copy constructor.\n \n```\n\n", + "location": "UnityEngine.UNETModule.dll" + } + ], + "name": "ChannelQOS", + "comment": "Defines parameters of channels.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "namespace": "UnityEngine.Networking", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "ushort", + "name": "PacketSize", + "comment": "Defines maximum packet size (in bytes) (including payload and all header). Packet can contain multiple messages inside. Default value = 1500.\n\nNote that this default value is suitable for local testing only. Usually you should change this value; a recommended setting for PC or mobile is 1470. For games consoles this value should probably be less than ~1100. Wrong size definition can cause packet dropping.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "typeName": "ushort", + "name": "FragmentSize", + "comment": "Defines the fragment size for fragmented messages (for QOS: ReliableFragmented and UnreliableFragmented). Default value = 500.\n\nUnder fragmented quality of service modes, the original message is split into fragments (up to 64) of up to FragmentSize bytes each. The fragment size depends on the frequency and size of reliable messages sent. Each reliable message potentially could be re-sent, so you need to choose a fragment size less than the remaining free space in a UDP packet after retransmitted reliable messages are added to the packet. For example, if Networking.ConnectionConfig.PacketSize is 1440 bytes, and a reliable message's average size is 200 bytes, it would be wise to set this parameter to 900 – 1000 bytes.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "typeName": "uint", + "name": "ResendTimeout", + "comment": "Defines the maximum wait time in milliseconds before the \"not acknowledged\" message is re-sent. Default value = 1200.\n\nIt does not make a lot of sense to wait for acknowledgement forever. This parameter sets an upper time limit at which point reliable messages are re-sent.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "typeName": "uint", + "name": "DisconnectTimeout", + "comment": "Defines the timeout in milliseconds before a connection is considered to have been disconnected. Default value = 2000.\n\nUnity Multiplayer defines conditions under which a connection is considered as disconnected. Disconnection can happen for the following reasons:\n\n(1) A disconnection request was received.\n\n(2) The connection has not received any traffic at all for a time longer than DisconnectTimeout (Note that live connections receive regular keep-alive packets, so in this case \"no traffic\" means not only no user traffic but also absence of any keep-alive traffic as well).\n\n(3) Flow control determines that the time between sending packets is longer than DisconnectTimeout. Keep-alive packets are regularly delivered from peers and contain statistical information. This information includes values of packet loss due to network and peer overflow conditions. Setting NetworkDropThreshold and OverflowDropThreshold defines thresholds for flow control which can decrease packet frequency. When the time before sending the next packet is longer than DisconnectTimeout, the connection will be considered as disconnected and a disconnect event is received.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "typeName": "uint", + "name": "ConnectTimeout", + "comment": "Timeout in ms which library will wait before it will send another connection request.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "typeName": "uint", + "name": "MinUpdateTimeout", + "comment": "Defines minimum time in milliseconds between sending packets. This duration may be automatically increased if required by flow control. Default value = 10.\n\nWhen Send() is called, Unity Multiplayer won’t send the message immediately. Instead, once every SendTimeout milliseconds each connection is checked to see if it has something to send. While initial and minimal send timeouts can be set, these may be increased internally due to network conditions or buffer overflows.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "typeName": "uint", + "name": "PingTimeout", + "comment": "Defines the duration in milliseconds between keep-alive packets, also known as pings. Default value = 500.\n\nThe ping frequency should be long enough to accumulate good statistics and short enough to compare with DisconnectTimeout. A good guideline is to have more than 3 pings per disconnect timeout, and more than 5 messages per ping. For example, with a DisconnectTimeout of 2000ms, a PingTimeout of 500ms works well.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "typeName": "uint", + "name": "ReducedPingTimeout", + "comment": "", + "location": "UnityEngine.UNETModule.dll" + }, + { + "typeName": "uint", + "name": "AllCostTimeout", + "comment": "Defines the timeout in milliseconds after which messages sent via the AllCost channel will be re-sent without waiting for acknowledgement. Default value = 20 ms.\n\nAllCost delivery quality of service (QOS) is a special QOS for delivering game-critical information, such as when the game starts, or when bullets are shot.\n\nDue to packets dropping, sometimes reliable messages cannot be delivered and need to be re-sent. Reliable messages will re-sent after RTT+Delta time, (RTT is round trip time) where RTT is a dynamic value and can reach couple of hundred milliseconds. For the AllCost delivery channel this timeout can be user-defined to force game critical information to be re-sent.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "typeName": "byte", + "name": "NetworkDropThreshold", + "comment": "Defines the percentage (from 0 to 100) of packets that need to be dropped due to network conditions before the SendUpdate timeout is automatically increased (and send rate is automatically decreased). Default value = 5.\n\nTo avoid receiver overflow, Unity Multiplayer supports flow control. Each ping packet sent between connected peers contains two values:\n\n(1) Packets lost due to network conditions.\n\n(2) Packets lost because the receiver does not have free space in its incoming buffers.\n\nLike OverflowDropThreshold, both values are reported in percent. Use NetworkDropThreshold and OverflowDropThreshold to set thresholds for these values. If a value reported in the ping packet exceeds the corresponding threshold, Unity Multiplayer increases the sending timeout for packets up to a maximum value of DisconnectTimeout.\n\nNote: wireless networks usually exhibit 5% or greater packet loss. For wireless networks it is advisable to use a NetworkDropThreshold of 40-50%.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "typeName": "byte", + "name": "OverflowDropThreshold", + "comment": "Defines the percentage (from 0 to 100) of packets that need to be dropped due to lack of space in internal buffers before the SendUpdate timeout is automatically increased (and send rate is automatically decreased). Default value = 5.\n\nTo avoid receiver overflow, Unity Multiplayer supports flow control. Each ping packet sent between connected peers contains two values:\n\n(1) Packets lost due to network conditions.\n\n(2) Packets lost because the receiver does not have free space in its incoming buffers.\n\nLike NetworkDropThreshold, both values are reported in percent. Use NetworkDropThreshold and OverflowDropThreshold to set thresholds for these values. If a value reported in the ping packet exceeds the corresponding threshold, Unity Multiplayer increases the sending timeout for packets up to a maximum value of DisconnectTimeout.\n\nNote: wireless networks usually exhibit 5% or greater packet loss. For wireless networks it is advisable to use a NetworkDropThreshold of 40-50%.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "typeName": "byte", + "name": "MaxConnectionAttempt", + "comment": "Defines the maximum number of times Unity Multiplayer will attempt to send a connection request without receiving a response before it reports that it cannot establish a connection. Default value = 10.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "typeName": "uint", + "name": "AckDelay", + "comment": "Defines the duration in milliseconds that the receiver waits for before it sends an acknowledgement back without waiting for any data payload. Default value = 33.\n\nNetwork clients that send data to a server may do so using many different quality of service (QOS) modes, some of which (reliable modes) expect the server to send back acknowledgement of receipt of data sent.\n\nServers must periodically acknowledge data packets received over channels with reliable QOS modes by sending packets containing acknowledgement data (also known as \"acks\") back to the client. If the server were to send an acknowledgement immediately after receiving each packet from the client there would be significant overhead (the acknowledgement is a 32 or 64 bit integer, which is very small compared to the whole size of the packet which also contains the IP and the UDP header). AckDelay allows the server some time to accumulate a list of received reliable data packets to acknowledge, and decreases traffic overhead by combining many acknowledgements into a single packet.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "typeName": "uint", + "name": "SendDelay", + "comment": "Gets or sets the delay in milliseconds after a call to Send() before packets are sent. During this time, new messages may be combined in queued packets. Default value: 10ms.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "typeName": "ushort", + "name": "MaxCombinedReliableMessageSize", + "comment": "Defines the maximum size in bytes of a reliable message which is considered small enough to include in a combined message. Default value = 100.\n\nSince each message sent to a server contains IP information and a UDP header, duplicating this information for every message sent can be inefficient in the case where there are many small messages being sent frequently. Many small reliable messages can be combined into one longer reliable message, saving space in the waiting buffer. Unity Multiplayer will automatically combine up to MaxCombinedReliableMessageCount small messages into one message. To qualify as a small message, the data payload of the message should not be greater than MaxCombinedReliableMessageSize.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "typeName": "ushort", + "name": "MaxCombinedReliableMessageCount", + "comment": "Defines the maximum number of small reliable messages that can be included in one combined message. Default value = 10.\n\nSince each message sent to a server contains IP information and a UDP header, duplicating this information for every message sent can be inefficient in the case where there are many small messages being sent frequently. Many small reliable messages can be combined into one longer reliable message, saving space in the waiting buffer. Unity Multiplayer will automatically combine up to MaxCombinedReliableMessageCount small messages into one message. To qualify as a small message, the data payload of the message should not be greater than MaxCombinedReliableMessageSize.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "typeName": "ushort", + "name": "MaxSentMessageQueueSize", + "comment": "Defines maximum number of messages that can be held in the queue for sending. Default value = 128.\n\nThis buffer serves to smooth spikes in traffic and decreases network jitter. If the queue is full, a NoResources error will result from any calls to Send(). Setting this value greater than around 300 is likely to cause significant delaying of message delivering and can make game unplayable.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "typeName": "UnityEngine.Networking.ConnectionAcksType", + "name": "AcksType", + "comment": "Determines the size of the buffer used to store reliable messages that are waiting for acknowledgement. It can be set to Acks32, Acks64, Acks96, or Acks128. Depends of this setting buffer can hold 32, 64, 96, or 128 messages. Default value = Ack32.\n\nMessages sent on reliable quality of service channels are stored in a special buffer while they wait for acknowledgement from the peer. This buffer can be either 32, 64, 96 or 128 positions long. It is recommended to begin with this value set to Ack32, which defines a buffer up to 32 messages in size. If you receive NoResources errors often when you send reliable messages, change this value to the next possible size.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "typeName": "bool", + "name": "IsAcksLong", + "comment": "", + "location": "UnityEngine.UNETModule.dll" + }, + { + "typeName": "bool", + "name": "UsePlatformSpecificProtocols", + "comment": "When starting a server use protocols that make use of platform specific optimisations where appropriate rather than cross-platform protocols. (Playstation/Xbox consoles only).\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "typeName": "uint", + "name": "InitialBandwidth", + "comment": "Gets or sets the bandwidth in bytes per second that can be used by Unity Multiplayer. No traffic over this limit is allowed. Unity Multiplayer may internally reduce the bandwidth it uses due to flow control. The default value is 1.5MB/sec (1,536,000 bytes per second). The default value is intentionally a large number to allow all traffic to pass without delay.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "typeName": "float", + "name": "BandwidthPeakFactor", + "comment": "Defines, when multiplied internally by InitialBandwidth, the maximum bandwidth that can be used under burst conditions.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "typeName": "ushort", + "name": "WebSocketReceiveBufferMaxSize", + "comment": "WebSocket only. Defines the buffer size in bytes for received frames on a WebSocket host. If this value is 0 (the default), a 4 kilobyte buffer is used. Any other value results in a buffer of that size, in bytes.\n\nWebSocket message fragments are called \"frames\". A WebSocket host has a buffer to store incoming message frames. Therefore this buffer should be set to the largest legal frame size supported. If an incoming frame exceeds the buffer size, no error is reported. However, the buffer will invoke the user callback in order to create space for the overflow.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "typeName": "uint", + "name": "UdpSocketReceiveBufferMaxSize", + "comment": "Defines the size in bytes of the receiving buffer for UDP sockets. It is useful to set this parameter equal to the maximum size of a fragmented message. Default value is OS specific (usually 8kb).\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "typeName": "string", + "name": "SSLCertFilePath", + "comment": "Defines path to SSL certificate file, for WebSocket via SSL communication.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "typeName": "string", + "name": "SSLPrivateKeyFilePath", + "comment": "Defines the path to the file containing the private key for WebSocket via SSL communication.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "typeName": "string", + "name": "SSLCAFilePath", + "comment": "Defines the path to the file containing the certification authority (CA) certificate for WebSocket via SSL communication.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "typeName": "int", + "name": "ChannelCount", + "comment": "(Read Only) The number of channels in the current configuration.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "typeName": "int", + "name": "SharedOrderChannelCount", + "comment": "(Read Only) The number of shared order groups in current configuration.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "typeName": "System.Collections.Generic.List", + "name": "Channels", + "comment": "The list of channels belonging to the current configuration.\n\nNote: any ConnectionConfig passed as a parameter to a function in Unity Multiplayer is deep copied (that is, an entirely new copy is made, with no references to the original).\n\n", + "location": "UnityEngine.UNETModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Will create default connection config or will copy them from another.\n\n```plaintext\nParams: config - Connection config.\n \n```\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "config", + "typeName": "UnityEngine.Networking.ConnectionConfig" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Will create default connection config or will copy them from another.\n\n```plaintext\nParams: config - Connection config.\n \n```\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "config", + "typeName": "UnityEngine.Networking.ConnectionConfig" + } + ], + "isStatic": true, + "name": "Validate", + "comment": "Validate parameters of connection config. Will throw exceptions if parameters are incorrect.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "returnTypeName": "Byte", + "params": [ + { "name": "value", "typeName": "UnityEngine.Networking.QosType" } + ], + "isStatic": false, + "name": "AddChannel", + "comment": "Channel id, user can use this id to send message via this channel.\n\n```plaintext\nParams: value - Add new channel to configuration.\n \n```\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "channelIndices", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "MakeChannelsSharedOrder", + "comment": "", + "location": "UnityEngine.UNETModule.dll" + }, + { + "returnTypeName": "QosType", + "params": [{ "name": "idx", "typeName": "byte" }], + "isStatic": false, + "name": "GetChannel", + "comment": "Channel QoS.\n\n```plaintext\nParams: idx - Index in array.\n \n```\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "returnTypeName": "IList", + "params": [{ "name": "idx", "typeName": "byte" }], + "isStatic": false, + "name": "GetSharedOrderChannels", + "comment": "List of channel IDs belonging to the group.\n\n```plaintext\nParams: idx - Group id.\n \n```\n\n", + "location": "UnityEngine.UNETModule.dll" + } + ], + "name": "ConnectionConfig", + "comment": "This class defines parameters of connection between two peers, this definition includes various timeouts and sizes as well as channel configuration.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "namespace": "UnityEngine.EventSystems", + "baseClass": "UnityEngine.EventSystems.BaseEventData", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Vector2", + "name": "moveVector", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.EventSystems.MoveDirection", + "name": "moveDir", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "eventSystem", + "typeName": "UnityEngine.EventSystems.EventSystem" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "AxisEventData", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.EventSystems", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "used", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Reset", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Use", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "AbstractEventData", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.EventSystems", + "baseClass": "UnityEngine.EventSystems.AbstractEventData", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.EventSystems.BaseInputModule", + "name": "currentInputModule", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.GameObject", + "name": "selectedObject", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "eventSystem", + "typeName": "UnityEngine.EventSystems.EventSystem" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "BaseEventData", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.Networking.Types", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Networking.Types.NetworkAccessLevel", + "name": "Invalid", + "comment": "Invalid access level, signifying no access level has been granted/specified.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "typeName": "UnityEngine.Networking.Types.NetworkAccessLevel", + "name": "User", + "comment": "User access level. This means you can do operations which affect yourself only, like disconnect yourself from the match.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "typeName": "UnityEngine.Networking.Types.NetworkAccessLevel", + "name": "Owner", + "comment": "Access level Owner, generally granting access for operations key to the peer host server performing it's work.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "typeName": "UnityEngine.Networking.Types.NetworkAccessLevel", + "name": "Admin", + "comment": "Administration access level, generally describing clearence to perform game altering actions against anyone inside a particular match.\n\n", + "location": "UnityEngine.UNETModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Networking.Types.NetworkAccessLevel", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UNETModule.dll" + } + ], + "name": "NetworkAccessLevel", + "comment": "Describes the access levels granted to this client.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "namespace": "UnityEngine.EventSystems", + "baseClass": "UnityEngine.EventSystems.BaseEventData", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Collections.Generic.List", + "name": "hovered", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.GameObject", + "name": "pointerEnter", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.GameObject", + "name": "lastPress", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.GameObject", + "name": "rawPointerPress", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.GameObject", + "name": "pointerDrag", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.GameObject", + "name": "pointerClick", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.EventSystems.RaycastResult", + "name": "pointerCurrentRaycast", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.EventSystems.RaycastResult", + "name": "pointerPressRaycast", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "bool", + "name": "eligibleForClick", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "int", + "name": "pointerId", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "position", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "delta", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "pressPosition", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "worldPosition", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "worldNormal", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "float", + "name": "clickTime", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "int", + "name": "clickCount", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "scrollDelta", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "bool", + "name": "useDragThreshold", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "bool", + "name": "dragging", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.EventSystems.PointerEventData.InputButton", + "name": "button", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.Camera", + "name": "enterEventCamera", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.Camera", + "name": "pressEventCamera", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.GameObject", + "name": "pointerPress", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "eventSystem", + "typeName": "UnityEngine.EventSystems.EventSystem" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "IsPointerMoving", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "IsScrolling", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "PointerEventData", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.Networking.Types", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Networking.Types.AppID", + "name": "Invalid", + "comment": "Invalid AppID.\n\n", + "location": "UnityEngine.UNETModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Networking.Types.AppID", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UNETModule.dll" + } + ], + "name": "AppID", + "comment": "The AppID identifies the application on the Unity Cloud or UNET servers.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "namespace": "UnityEngine.Networking.Types", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Networking.Types.SourceID", + "name": "Invalid", + "comment": "Invalid SourceID.\n\n", + "location": "UnityEngine.UNETModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Networking.Types.SourceID", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UNETModule.dll" + } + ], + "name": "SourceID", + "comment": "Identifies a specific game instance.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "namespace": "UnityEngine.EventSystems", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.EventSystems.EventHandle", + "name": "Unused", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.EventSystems.EventHandle", + "name": "Used", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.EventSystems.EventHandle", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "EventHandle", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.Networking.Types", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Networking.Types.NetworkID", + "name": "Invalid", + "comment": "Invalid NetworkID.\n\n", + "location": "UnityEngine.UNETModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Networking.Types.NetworkID", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UNETModule.dll" + } + ], + "name": "NetworkID", + "comment": "Network ID, used for match making.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "namespace": "UnityEngine.EventSystems", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [], + "name": "IEventSystemHandler", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.Networking.Types", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Networking.Types.NodeID", + "name": "Invalid", + "comment": "The invalid case of a NodeID.\n\n", + "location": "UnityEngine.UNETModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Networking.Types.NodeID", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UNETModule.dll" + } + ], + "name": "NodeID", + "comment": "The NodeID is the ID used in Relay matches to track nodes in a network.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "namespace": "UnityEngine.EventSystems", + "baseClass": "", + "attribute": "interface", + "interfaces": ["IEventSystemHandler"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "eventData", + "typeName": "UnityEngine.EventSystems.PointerEventData" + } + ], + "isStatic": false, + "name": "OnPointerEnter", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "IPointerEnterHandler", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.EventSystems", + "baseClass": "", + "attribute": "interface", + "interfaces": ["IEventSystemHandler"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "eventData", + "typeName": "UnityEngine.EventSystems.PointerEventData" + } + ], + "isStatic": false, + "name": "OnPointerExit", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "IPointerExitHandler", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.EventSystems", + "baseClass": "", + "attribute": "interface", + "interfaces": ["IEventSystemHandler"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "eventData", + "typeName": "UnityEngine.EventSystems.PointerEventData" + } + ], + "isStatic": false, + "name": "OnPointerUp", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "IPointerUpHandler", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.Networking.Types", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Networking.Types.HostPriority", + "name": "Invalid", + "comment": "The Invalid case for a HostPriority. An Invalid host priority is not a valid host.\n\n", + "location": "UnityEngine.UNETModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Networking.Types.HostPriority", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UNETModule.dll" + } + ], + "name": "HostPriority", + "comment": "An Enum representing the priority of a client in a match, starting at 0 and increasing.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "namespace": "UnityEngine.EventSystems", + "baseClass": "", + "attribute": "interface", + "interfaces": ["IEventSystemHandler"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "eventData", + "typeName": "UnityEngine.EventSystems.PointerEventData" + } + ], + "isStatic": false, + "name": "OnPointerDown", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "IPointerDownHandler", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.Networking.Types", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "byte[]", + "name": "array", + "comment": "Binary field for the actual token.\n\n", + "location": "UnityEngine.UNETModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UNETModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "array", "typeName": "byte[]" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UNETModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "strArray", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UNETModule.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "GetByteString", + "comment": "Accessor to get an encoded string from the m_array data.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "IsValid", + "comment": "Checks if the token is a valid set of data with respect to default values (returns true if the values are not default, does not validate the token is a current legitimate token with respect to the server's auth framework).\n\n", + "location": "UnityEngine.UNETModule.dll" + } + ], + "name": "NetworkAccessToken", + "comment": "Access token used to authenticate a client session for the purposes of allowing or disallowing match operations requested by that client.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "namespace": "UnityEngine.EventSystems", + "baseClass": "", + "attribute": "interface", + "interfaces": ["IEventSystemHandler"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "eventData", + "typeName": "UnityEngine.EventSystems.PointerEventData" + } + ], + "isStatic": false, + "name": "OnPointerClick", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "IPointerClickHandler", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.EventSystems", + "baseClass": "", + "attribute": "interface", + "interfaces": ["IEventSystemHandler"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "eventData", + "typeName": "UnityEngine.EventSystems.PointerEventData" + } + ], + "isStatic": false, + "name": "OnInitializePotentialDrag", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "IInitializePotentialDragHandler", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.EventSystems", + "baseClass": "", + "attribute": "interface", + "interfaces": ["IEventSystemHandler"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "eventData", + "typeName": "UnityEngine.EventSystems.PointerEventData" + } + ], + "isStatic": false, + "name": "OnBeginDrag", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "IBeginDragHandler", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.EventSystems", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.EventSystems.PointerEventData.InputButton", + "name": "Left", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.EventSystems.PointerEventData.InputButton", + "name": "Right", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.EventSystems.PointerEventData.InputButton", + "name": "Middle", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.EventSystems.PointerEventData.InputButton", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "InputButton", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.EventSystems", + "baseClass": "", + "attribute": "interface", + "interfaces": ["IEventSystemHandler"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "eventData", + "typeName": "UnityEngine.EventSystems.PointerEventData" + } + ], + "isStatic": false, + "name": "OnDrag", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "IDragHandler", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.EventSystems", + "baseClass": "", + "attribute": "interface", + "interfaces": ["IEventSystemHandler"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "eventData", + "typeName": "UnityEngine.EventSystems.PointerEventData" + } + ], + "isStatic": false, + "name": "OnEndDrag", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "IEndDragHandler", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.EventSystems", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.EventSystems.PointerEventData.FramePressState", + "name": "Pressed", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.EventSystems.PointerEventData.FramePressState", + "name": "Released", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.EventSystems.PointerEventData.FramePressState", + "name": "PressedAndReleased", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.EventSystems.PointerEventData.FramePressState", + "name": "NotChanged", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.EventSystems.PointerEventData.FramePressState", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "FramePressState", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.EventSystems", + "baseClass": "", + "attribute": "interface", + "interfaces": ["IEventSystemHandler"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "eventData", + "typeName": "UnityEngine.EventSystems.PointerEventData" + } + ], + "isStatic": false, + "name": "OnScroll", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "IScrollHandler", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.EventSystems", + "baseClass": "", + "attribute": "interface", + "interfaces": ["IEventSystemHandler"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "eventData", + "typeName": "UnityEngine.EventSystems.PointerEventData" + } + ], + "isStatic": false, + "name": "OnDrop", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "IDropHandler", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.EventSystems", + "baseClass": "", + "attribute": "interface", + "interfaces": ["IEventSystemHandler"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "eventData", + "typeName": "UnityEngine.EventSystems.BaseEventData" + } + ], + "isStatic": false, + "name": "OnUpdateSelected", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "IUpdateSelectedHandler", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.EventSystems", + "baseClass": "", + "attribute": "interface", + "interfaces": ["IEventSystemHandler"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "eventData", + "typeName": "UnityEngine.EventSystems.BaseEventData" + } + ], + "isStatic": false, + "name": "OnSelect", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "ISelectHandler", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.EventSystems", + "baseClass": "", + "attribute": "interface", + "interfaces": ["IEventSystemHandler"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "eventData", + "typeName": "UnityEngine.EventSystems.BaseEventData" + } + ], + "isStatic": false, + "name": "OnDeselect", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "IDeselectHandler", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.EventSystems", + "baseClass": "", + "attribute": "interface", + "interfaces": ["IEventSystemHandler"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "eventData", + "typeName": "UnityEngine.EventSystems.AxisEventData" + } + ], + "isStatic": false, + "name": "OnMove", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "IMoveHandler", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.Networking", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Networking.ConnectionConfig", + "name": "DefaultConfig", + "comment": "Defines config for default connections in the topology.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "typeName": "int", + "name": "MaxDefaultConnections", + "comment": "Defines how many connection with default config be permitted.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "typeName": "int", + "name": "SpecialConnectionConfigsCount", + "comment": "Returns count of special connection added to topology.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "typeName": "System.Collections.Generic.List", + "name": "SpecialConnectionConfigs", + "comment": "List of special connection configs.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "typeName": "ushort", + "name": "ReceivedMessagePoolSize", + "comment": "Defines the maximum number of messages that each host can hold in its pool of received messages. The default size is 128.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "typeName": "ushort", + "name": "SentMessagePoolSize", + "comment": "Defines the maximum number of messages that each host can hold in its pool of messages waiting to be sent. The default size is 128.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "typeName": "float", + "name": "MessagePoolSizeGrowthFactor", + "comment": "", + "location": "UnityEngine.UNETModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "defaultConfig", + "typeName": "UnityEngine.Networking.ConnectionConfig" + }, + { "name": "maxDefaultConnections", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Create topology.\n\n```plaintext\nParams: defaultConfig - Default config.\n maxDefaultConnections - Maximum default connections.\n \n```\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "returnTypeName": "ConnectionConfig", + "params": [{ "name": "i", "typeName": "int" }], + "isStatic": false, + "name": "GetSpecialConnectionConfig", + "comment": "Connection config.\n\n```plaintext\nParams: i - Config id.\n \n```\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "config", + "typeName": "UnityEngine.Networking.ConnectionConfig" + } + ], + "isStatic": false, + "name": "AddSpecialConnectionConfig", + "comment": "Id of this connection. You should use this id when you call Networking.NetworkTransport.Connect.\n\n```plaintext\nParams: config - Connection config for special connection.\n \n```\n\n", + "location": "UnityEngine.UNETModule.dll" + } + ], + "name": "HostTopology", + "comment": "Class defines network topology for host (socket opened by Networking.NetworkTransport.AddHost function). This topology defines: (1) how many connection with default config will be supported and (2) what will be special connections (connections with config different from default).\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "namespace": "UnityEngine.EventSystems", + "baseClass": "", + "attribute": "interface", + "interfaces": ["IEventSystemHandler"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "eventData", + "typeName": "UnityEngine.EventSystems.BaseEventData" + } + ], + "isStatic": false, + "name": "OnSubmit", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "ISubmitHandler", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.Networking", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "uint", + "name": "ThreadAwakeTimeout", + "comment": "Defines (1) for select reactor, minimum time period, when system will check if there are any messages for send (2) for fixrate reactor, minimum interval of time, when system will check for sending and receiving messages.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "typeName": "UnityEngine.Networking.ReactorModel", + "name": "ReactorModel", + "comment": "Defines reactor model for the network library.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "typeName": "ushort", + "name": "ReactorMaximumReceivedMessages", + "comment": "This property determines the initial size of the queue that holds messages received by Unity Multiplayer before they are processed.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "typeName": "ushort", + "name": "ReactorMaximumSentMessages", + "comment": "Defines the initial size of the send queue. Messages are placed in this queue ready to be sent in packets to their destination.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "typeName": "ushort", + "name": "MaxPacketSize", + "comment": "Defines maximum possible packet size in bytes for all network connections.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "typeName": "ushort", + "name": "MaxHosts", + "comment": "Defines how many hosts you can use. Default Value = 16. Max value = 128.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "typeName": "byte", + "name": "ThreadPoolSize", + "comment": "Defines how many worker threads are available to handle incoming and outgoing messages.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "typeName": "uint", + "name": "MinTimerTimeout", + "comment": "Defines the minimum timeout in milliseconds recognised by the system. The default value is 1 ms.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "typeName": "uint", + "name": "MaxTimerTimeout", + "comment": "Defines the maximum timeout in milliseconds for any configuration. The default value is 12 seconds (12000ms).\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "typeName": "uint", + "name": "MinNetSimulatorTimeout", + "comment": "Deprecated. Defines the minimal timeout for network simulator. You cannot set up any delay less than this value. See Also: MinTimerTimeout.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "typeName": "uint", + "name": "MaxNetSimulatorTimeout", + "comment": "Deprecated. Defines maximum delay for network simulator. See Also: MaxTimerTimeout.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "typeName": "System.Action", + "name": "NetworkEventAvailable", + "comment": "Defines the callback delegate which you can use to get a notification when the host (defined by hostID) has a network event. The callback is called for all event types except Networking.NetworkEventType.Nothing.\n\nSee Also: Networking.NetworkEventType\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "typeName": "System.Action", + "name": "ConnectionReadyForSend", + "comment": "Defines the callback delegate which you can use to get a notification when a connection is ready to send data.\n\n", + "location": "UnityEngine.UNETModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Create new global config object.\n\n", + "location": "UnityEngine.UNETModule.dll" + } + ], + "name": "GlobalConfig", + "comment": "Defines global paramters for network library.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "namespace": "UnityEngine.Networking", + "baseClass": "object", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "outMinDelay", "typeName": "int" }, + { "name": "outAvgDelay", "typeName": "int" }, + { "name": "inMinDelay", "typeName": "int" }, + { "name": "inAvgDelay", "typeName": "int" }, + { "name": "packetLossPercentage", "typeName": "float" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Will create object describing network simulation parameters.\n\n```plaintext\nParams: outMinDelay - Minimal simulation delay for outgoing traffic in ms.\n outAvgDelay - Average simulation delay for outgoing traffic in ms.\n inMinDelay - Minimal simulation delay for incoming traffic in ms.\n inAvgDelay - Average simulation delay for incoming traffic in ms.\n packetLossPercentage - Probability of packet loss 0 <= p <= 1.\n \n```\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "Destructor.\n\n", + "location": "UnityEngine.UNETModule.dll" + } + ], + "name": "ConnectionSimulatorConfig", + "comment": "Create configuration for network simulator; You can use this class in editor and developer build only.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "namespace": "UnityEngine.EventSystems", + "baseClass": "", + "attribute": "interface", + "interfaces": ["IEventSystemHandler"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "eventData", + "typeName": "UnityEngine.EventSystems.BaseEventData" + } + ], + "isStatic": false, + "name": "OnCancel", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "ICancelHandler", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.Networking", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "useRandomSourceID", + "comment": "This property is deprecated and does not need to be set or referenced.\n\n", + "location": "UnityEngine.UNETModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "SourceID", + "params": [], + "isStatic": true, + "name": "GetSourceID", + "comment": "Utility function to get the client's SourceID for unique identification.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "newAppID", + "typeName": "UnityEngine.Networking.Types.AppID" + } + ], + "isStatic": true, + "name": "SetAppID", + "comment": "Deprecated; Setting the AppID is no longer necessary. Please log in through the editor and set up the project there.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "returnTypeName": "AppID", + "params": [], + "isStatic": true, + "name": "GetAppID", + "comment": "Utility function to fetch the program's ID for UNET Cloud interfacing.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "netId", + "typeName": "UnityEngine.Networking.Types.NetworkID" + }, + { + "name": "accessToken", + "typeName": "UnityEngine.Networking.Types.NetworkAccessToken" + } + ], + "isStatic": true, + "name": "SetAccessTokenForNetwork", + "comment": "Utility function that accepts the access token for a network after it's received from the server.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "returnTypeName": "NetworkAccessToken", + "params": [ + { + "name": "netId", + "typeName": "UnityEngine.Networking.Types.NetworkID" + } + ], + "isStatic": true, + "name": "GetAccessTokenForNetwork", + "comment": "Utility function to get this client's access token for a particular network, if it has been set.\n\n", + "location": "UnityEngine.UNETModule.dll" + } + ], + "name": "Utility", + "comment": "Networking Utility.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "namespace": "UnityEngine.EventSystems", + "baseClass": "UnityEngine.EventSystems.UIBehaviour", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.EventSystems.EventSystem", + "name": "current", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "bool", + "name": "sendNavigationEvents", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "int", + "name": "pixelDragThreshold", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.EventSystems.BaseInputModule", + "name": "currentInputModule", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.GameObject", + "name": "firstSelectedGameObject", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.GameObject", + "name": "currentSelectedGameObject", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.GameObject", + "name": "lastSelectedGameObject", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "bool", + "name": "isFocused", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "bool", + "name": "alreadySelecting", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "UpdateModules", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "selected", "typeName": "UnityEngine.GameObject" }, + { + "name": "pointer", + "typeName": "UnityEngine.EventSystems.BaseEventData" + } + ], + "isStatic": false, + "name": "SetSelectedGameObject", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "selected", "typeName": "UnityEngine.GameObject" } + ], + "isStatic": false, + "name": "SetSelectedGameObject", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "eventData", + "typeName": "UnityEngine.EventSystems.PointerEventData" + }, + { + "name": "raycastResults", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "RaycastAll", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "IsPointerOverGameObject", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "pointerId", "typeName": "int" }], + "isStatic": false, + "name": "IsPointerOverGameObject", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "EventSystem", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.EventSystems", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.EventSystems.EventTriggerType", + "name": "PointerEnter", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.EventSystems.EventTriggerType", + "name": "PointerExit", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.EventSystems.EventTriggerType", + "name": "PointerDown", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.EventSystems.EventTriggerType", + "name": "PointerUp", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.EventSystems.EventTriggerType", + "name": "PointerClick", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.EventSystems.EventTriggerType", + "name": "Drag", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.EventSystems.EventTriggerType", + "name": "Drop", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.EventSystems.EventTriggerType", + "name": "Scroll", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.EventSystems.EventTriggerType", + "name": "UpdateSelected", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.EventSystems.EventTriggerType", + "name": "Select", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.EventSystems.EventTriggerType", + "name": "Deselect", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.EventSystems.EventTriggerType", + "name": "Move", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.EventSystems.EventTriggerType", + "name": "InitializePotentialDrag", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.EventSystems.EventTriggerType", + "name": "BeginDrag", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.EventSystems.EventTriggerType", + "name": "EndDrag", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.EventSystems.EventTriggerType", + "name": "Submit", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.EventSystems.EventTriggerType", + "name": "Cancel", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.EventSystems.EventTriggerType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "EventTriggerType", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.EventSystems", + "baseClass": "UnityEngine.MonoBehaviour", + "attribute": "", + "interfaces": [ + "IPointerEnterHandler", + "IPointerExitHandler", + "IPointerDownHandler", + "IPointerUpHandler", + "IPointerClickHandler", + "IInitializePotentialDragHandler", + "IBeginDragHandler", + "IDragHandler", + "IEndDragHandler", + "IDropHandler", + "IScrollHandler", + "IUpdateSelectedHandler", + "ISelectHandler", + "IDeselectHandler", + "IMoveHandler", + "ISubmitHandler", + "ICancelHandler", + "IEventSystemHandler" + ], + "fields": [ + { + "typeName": "System.Collections.Generic.List", + "name": "delegates", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "System.Collections.Generic.List", + "name": "triggers", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "eventData", + "typeName": "UnityEngine.EventSystems.PointerEventData" + } + ], + "isStatic": false, + "name": "OnPointerEnter", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "eventData", + "typeName": "UnityEngine.EventSystems.PointerEventData" + } + ], + "isStatic": false, + "name": "OnPointerExit", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "eventData", + "typeName": "UnityEngine.EventSystems.PointerEventData" + } + ], + "isStatic": false, + "name": "OnDrag", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "eventData", + "typeName": "UnityEngine.EventSystems.PointerEventData" + } + ], + "isStatic": false, + "name": "OnDrop", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "eventData", + "typeName": "UnityEngine.EventSystems.PointerEventData" + } + ], + "isStatic": false, + "name": "OnPointerDown", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "eventData", + "typeName": "UnityEngine.EventSystems.PointerEventData" + } + ], + "isStatic": false, + "name": "OnPointerUp", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "eventData", + "typeName": "UnityEngine.EventSystems.PointerEventData" + } + ], + "isStatic": false, + "name": "OnPointerClick", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "eventData", + "typeName": "UnityEngine.EventSystems.BaseEventData" + } + ], + "isStatic": false, + "name": "OnSelect", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "eventData", + "typeName": "UnityEngine.EventSystems.BaseEventData" + } + ], + "isStatic": false, + "name": "OnDeselect", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "eventData", + "typeName": "UnityEngine.EventSystems.PointerEventData" + } + ], + "isStatic": false, + "name": "OnScroll", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "eventData", + "typeName": "UnityEngine.EventSystems.AxisEventData" + } + ], + "isStatic": false, + "name": "OnMove", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "eventData", + "typeName": "UnityEngine.EventSystems.BaseEventData" + } + ], + "isStatic": false, + "name": "OnUpdateSelected", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "eventData", + "typeName": "UnityEngine.EventSystems.PointerEventData" + } + ], + "isStatic": false, + "name": "OnInitializePotentialDrag", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "eventData", + "typeName": "UnityEngine.EventSystems.PointerEventData" + } + ], + "isStatic": false, + "name": "OnBeginDrag", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "eventData", + "typeName": "UnityEngine.EventSystems.PointerEventData" + } + ], + "isStatic": false, + "name": "OnEndDrag", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "eventData", + "typeName": "UnityEngine.EventSystems.BaseEventData" + } + ], + "isStatic": false, + "name": "OnSubmit", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "eventData", + "typeName": "UnityEngine.EventSystems.BaseEventData" + } + ], + "isStatic": false, + "name": "OnCancel", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "EventTrigger", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.EventSystems", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.EventSystems.ExecuteEvents.EventFunction", + "name": "pointerEnterHandler", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.EventSystems.ExecuteEvents.EventFunction", + "name": "pointerExitHandler", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.EventSystems.ExecuteEvents.EventFunction", + "name": "pointerDownHandler", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.EventSystems.ExecuteEvents.EventFunction", + "name": "pointerUpHandler", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.EventSystems.ExecuteEvents.EventFunction", + "name": "pointerClickHandler", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.EventSystems.ExecuteEvents.EventFunction", + "name": "initializePotentialDrag", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.EventSystems.ExecuteEvents.EventFunction", + "name": "beginDragHandler", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.EventSystems.ExecuteEvents.EventFunction", + "name": "dragHandler", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.EventSystems.ExecuteEvents.EventFunction", + "name": "endDragHandler", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.EventSystems.ExecuteEvents.EventFunction", + "name": "dropHandler", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.EventSystems.ExecuteEvents.EventFunction", + "name": "scrollHandler", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.EventSystems.ExecuteEvents.EventFunction", + "name": "updateSelectedHandler", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.EventSystems.ExecuteEvents.EventFunction", + "name": "selectHandler", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.EventSystems.ExecuteEvents.EventFunction", + "name": "deselectHandler", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.EventSystems.ExecuteEvents.EventFunction", + "name": "moveHandler", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.EventSystems.ExecuteEvents.EventFunction", + "name": "submitHandler", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.EventSystems.ExecuteEvents.EventFunction", + "name": "cancelHandler", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "methods": [ + { + "returnTypeName": "T", + "params": [ + { + "name": "data", + "typeName": "UnityEngine.EventSystems.BaseEventData" + } + ], + "isStatic": true, + "name": "ValidateEventData", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "target", "typeName": "UnityEngine.GameObject" }, + { + "name": "eventData", + "typeName": "UnityEngine.EventSystems.BaseEventData" + }, + { + "name": "functor", + "typeName": "UnityEngine.EventSystems.ExecuteEvents.EventFunction" + } + ], + "isStatic": true, + "name": "Execute", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "GameObject", + "params": [ + { "name": "root", "typeName": "UnityEngine.GameObject" }, + { + "name": "eventData", + "typeName": "UnityEngine.EventSystems.BaseEventData" + }, + { + "name": "callbackFunction", + "typeName": "UnityEngine.EventSystems.ExecuteEvents.EventFunction" + } + ], + "isStatic": true, + "name": "ExecuteHierarchy", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "go", "typeName": "UnityEngine.GameObject" }], + "isStatic": true, + "name": "CanHandleEvent", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "GameObject", + "params": [{ "name": "root", "typeName": "UnityEngine.GameObject" }], + "isStatic": true, + "name": "GetEventHandler", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "ExecuteEvents", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.Networking", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "UnityWebRequest", + "params": [{ "name": "uri", "typeName": "string" }], + "isStatic": true, + "name": "GetAssetBundle", + "comment": "A UnityWebRequest configured to downloading a Unity Asset Bundle.\n\n```plaintext\nParams: uri - The URI of the asset bundle to download.\n crc - If nonzero, this number will be compared to the checksum of the downloaded asset bundle data. If the CRCs do not match, an error will be logged and the asset bundle will not be loaded. If set to zero, CRC checking will be skipped.\n version - An integer version number, which will be compared to the cached version of the asset bundle to download. Increment this number to force Unity to redownload a cached asset bundle.\n\nAnalogous to the version parameter for WWW.LoadFromCacheOrDownload.\n hash - A version hash. If this hash does not match the hash for the cached version of this asset bundle, the asset bundle will be redownloaded.\n cachedAssetBundle - A structure used to download a given version of AssetBundle to a customized cache path.\n \n```\n\n", + "location": "UnityEngine.UnityWebRequestAssetBundleModule.dll" + }, + { + "returnTypeName": "UnityWebRequest", + "params": [{ "name": "uri", "typeName": "System.Uri" }], + "isStatic": true, + "name": "GetAssetBundle", + "comment": "A UnityWebRequest configured to downloading a Unity Asset Bundle.\n\n```plaintext\nParams: uri - The URI of the asset bundle to download.\n crc - If nonzero, this number will be compared to the checksum of the downloaded asset bundle data. If the CRCs do not match, an error will be logged and the asset bundle will not be loaded. If set to zero, CRC checking will be skipped.\n version - An integer version number, which will be compared to the cached version of the asset bundle to download. Increment this number to force Unity to redownload a cached asset bundle.\n\nAnalogous to the version parameter for WWW.LoadFromCacheOrDownload.\n hash - A version hash. If this hash does not match the hash for the cached version of this asset bundle, the asset bundle will be redownloaded.\n cachedAssetBundle - A structure used to download a given version of AssetBundle to a customized cache path.\n \n```\n\n", + "location": "UnityEngine.UnityWebRequestAssetBundleModule.dll" + }, + { + "returnTypeName": "UnityWebRequest", + "params": [ + { "name": "uri", "typeName": "string" }, + { "name": "crc", "typeName": "uint" } + ], + "isStatic": true, + "name": "GetAssetBundle", + "comment": "A UnityWebRequest configured to downloading a Unity Asset Bundle.\n\n```plaintext\nParams: uri - The URI of the asset bundle to download.\n crc - If nonzero, this number will be compared to the checksum of the downloaded asset bundle data. If the CRCs do not match, an error will be logged and the asset bundle will not be loaded. If set to zero, CRC checking will be skipped.\n version - An integer version number, which will be compared to the cached version of the asset bundle to download. Increment this number to force Unity to redownload a cached asset bundle.\n\nAnalogous to the version parameter for WWW.LoadFromCacheOrDownload.\n hash - A version hash. If this hash does not match the hash for the cached version of this asset bundle, the asset bundle will be redownloaded.\n cachedAssetBundle - A structure used to download a given version of AssetBundle to a customized cache path.\n \n```\n\n", + "location": "UnityEngine.UnityWebRequestAssetBundleModule.dll" + }, + { + "returnTypeName": "UnityWebRequest", + "params": [ + { "name": "uri", "typeName": "System.Uri" }, + { "name": "crc", "typeName": "uint" } + ], + "isStatic": true, + "name": "GetAssetBundle", + "comment": "A UnityWebRequest configured to downloading a Unity Asset Bundle.\n\n```plaintext\nParams: uri - The URI of the asset bundle to download.\n crc - If nonzero, this number will be compared to the checksum of the downloaded asset bundle data. If the CRCs do not match, an error will be logged and the asset bundle will not be loaded. If set to zero, CRC checking will be skipped.\n version - An integer version number, which will be compared to the cached version of the asset bundle to download. Increment this number to force Unity to redownload a cached asset bundle.\n\nAnalogous to the version parameter for WWW.LoadFromCacheOrDownload.\n hash - A version hash. If this hash does not match the hash for the cached version of this asset bundle, the asset bundle will be redownloaded.\n cachedAssetBundle - A structure used to download a given version of AssetBundle to a customized cache path.\n \n```\n\n", + "location": "UnityEngine.UnityWebRequestAssetBundleModule.dll" + }, + { + "returnTypeName": "UnityWebRequest", + "params": [ + { "name": "uri", "typeName": "string" }, + { "name": "version", "typeName": "uint" }, + { "name": "crc", "typeName": "uint" } + ], + "isStatic": true, + "name": "GetAssetBundle", + "comment": "A UnityWebRequest configured to downloading a Unity Asset Bundle.\n\n```plaintext\nParams: uri - The URI of the asset bundle to download.\n crc - If nonzero, this number will be compared to the checksum of the downloaded asset bundle data. If the CRCs do not match, an error will be logged and the asset bundle will not be loaded. If set to zero, CRC checking will be skipped.\n version - An integer version number, which will be compared to the cached version of the asset bundle to download. Increment this number to force Unity to redownload a cached asset bundle.\n\nAnalogous to the version parameter for WWW.LoadFromCacheOrDownload.\n hash - A version hash. If this hash does not match the hash for the cached version of this asset bundle, the asset bundle will be redownloaded.\n cachedAssetBundle - A structure used to download a given version of AssetBundle to a customized cache path.\n \n```\n\n", + "location": "UnityEngine.UnityWebRequestAssetBundleModule.dll" + }, + { + "returnTypeName": "UnityWebRequest", + "params": [ + { "name": "uri", "typeName": "System.Uri" }, + { "name": "version", "typeName": "uint" }, + { "name": "crc", "typeName": "uint" } + ], + "isStatic": true, + "name": "GetAssetBundle", + "comment": "A UnityWebRequest configured to downloading a Unity Asset Bundle.\n\n```plaintext\nParams: uri - The URI of the asset bundle to download.\n crc - If nonzero, this number will be compared to the checksum of the downloaded asset bundle data. If the CRCs do not match, an error will be logged and the asset bundle will not be loaded. If set to zero, CRC checking will be skipped.\n version - An integer version number, which will be compared to the cached version of the asset bundle to download. Increment this number to force Unity to redownload a cached asset bundle.\n\nAnalogous to the version parameter for WWW.LoadFromCacheOrDownload.\n hash - A version hash. If this hash does not match the hash for the cached version of this asset bundle, the asset bundle will be redownloaded.\n cachedAssetBundle - A structure used to download a given version of AssetBundle to a customized cache path.\n \n```\n\n", + "location": "UnityEngine.UnityWebRequestAssetBundleModule.dll" + }, + { + "returnTypeName": "UnityWebRequest", + "params": [ + { "name": "uri", "typeName": "string" }, + { "name": "hash", "typeName": "UnityEngine.Hash128" }, + { "name": "crc", "typeName": "uint" } + ], + "isStatic": true, + "name": "GetAssetBundle", + "comment": "A UnityWebRequest configured to downloading a Unity Asset Bundle.\n\n```plaintext\nParams: uri - The URI of the asset bundle to download.\n crc - If nonzero, this number will be compared to the checksum of the downloaded asset bundle data. If the CRCs do not match, an error will be logged and the asset bundle will not be loaded. If set to zero, CRC checking will be skipped.\n version - An integer version number, which will be compared to the cached version of the asset bundle to download. Increment this number to force Unity to redownload a cached asset bundle.\n\nAnalogous to the version parameter for WWW.LoadFromCacheOrDownload.\n hash - A version hash. If this hash does not match the hash for the cached version of this asset bundle, the asset bundle will be redownloaded.\n cachedAssetBundle - A structure used to download a given version of AssetBundle to a customized cache path.\n \n```\n\n", + "location": "UnityEngine.UnityWebRequestAssetBundleModule.dll" + }, + { + "returnTypeName": "UnityWebRequest", + "params": [ + { "name": "uri", "typeName": "System.Uri" }, + { "name": "hash", "typeName": "UnityEngine.Hash128" }, + { "name": "crc", "typeName": "uint" } + ], + "isStatic": true, + "name": "GetAssetBundle", + "comment": "A UnityWebRequest configured to downloading a Unity Asset Bundle.\n\n```plaintext\nParams: uri - The URI of the asset bundle to download.\n crc - If nonzero, this number will be compared to the checksum of the downloaded asset bundle data. If the CRCs do not match, an error will be logged and the asset bundle will not be loaded. If set to zero, CRC checking will be skipped.\n version - An integer version number, which will be compared to the cached version of the asset bundle to download. Increment this number to force Unity to redownload a cached asset bundle.\n\nAnalogous to the version parameter for WWW.LoadFromCacheOrDownload.\n hash - A version hash. If this hash does not match the hash for the cached version of this asset bundle, the asset bundle will be redownloaded.\n cachedAssetBundle - A structure used to download a given version of AssetBundle to a customized cache path.\n \n```\n\n", + "location": "UnityEngine.UnityWebRequestAssetBundleModule.dll" + }, + { + "returnTypeName": "UnityWebRequest", + "params": [ + { "name": "uri", "typeName": "string" }, + { + "name": "cachedAssetBundle", + "typeName": "UnityEngine.CachedAssetBundle" + }, + { "name": "crc", "typeName": "uint" } + ], + "isStatic": true, + "name": "GetAssetBundle", + "comment": "A UnityWebRequest configured to downloading a Unity Asset Bundle.\n\n```plaintext\nParams: uri - The URI of the asset bundle to download.\n crc - If nonzero, this number will be compared to the checksum of the downloaded asset bundle data. If the CRCs do not match, an error will be logged and the asset bundle will not be loaded. If set to zero, CRC checking will be skipped.\n version - An integer version number, which will be compared to the cached version of the asset bundle to download. Increment this number to force Unity to redownload a cached asset bundle.\n\nAnalogous to the version parameter for WWW.LoadFromCacheOrDownload.\n hash - A version hash. If this hash does not match the hash for the cached version of this asset bundle, the asset bundle will be redownloaded.\n cachedAssetBundle - A structure used to download a given version of AssetBundle to a customized cache path.\n \n```\n\n", + "location": "UnityEngine.UnityWebRequestAssetBundleModule.dll" + }, + { + "returnTypeName": "UnityWebRequest", + "params": [ + { "name": "uri", "typeName": "System.Uri" }, + { + "name": "cachedAssetBundle", + "typeName": "UnityEngine.CachedAssetBundle" + }, + { "name": "crc", "typeName": "uint" } + ], + "isStatic": true, + "name": "GetAssetBundle", + "comment": "A UnityWebRequest configured to downloading a Unity Asset Bundle.\n\n```plaintext\nParams: uri - The URI of the asset bundle to download.\n crc - If nonzero, this number will be compared to the checksum of the downloaded asset bundle data. If the CRCs do not match, an error will be logged and the asset bundle will not be loaded. If set to zero, CRC checking will be skipped.\n version - An integer version number, which will be compared to the cached version of the asset bundle to download. Increment this number to force Unity to redownload a cached asset bundle.\n\nAnalogous to the version parameter for WWW.LoadFromCacheOrDownload.\n hash - A version hash. If this hash does not match the hash for the cached version of this asset bundle, the asset bundle will be redownloaded.\n cachedAssetBundle - A structure used to download a given version of AssetBundle to a customized cache path.\n \n```\n\n", + "location": "UnityEngine.UnityWebRequestAssetBundleModule.dll" + } + ], + "name": "UnityWebRequestAssetBundle", + "comment": "Helpers for downloading asset bundles using UnityWebRequest.\n\n", + "location": "UnityEngine.UnityWebRequestAssetBundleModule.dll" + }, + { + "namespace": "UnityEngine.Networking", + "baseClass": "UnityEngine.Networking.DownloadHandler", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "UnityEngine.AssetBundle", + "name": "assetBundle", + "comment": "Returns the downloaded AssetBundle, or null. (Read Only)\n\n", + "location": "UnityEngine.UnityWebRequestAssetBundleModule.dll" + }, + { + "typeName": "bool", + "name": "autoLoadAssetBundle", + "comment": "If true, the AssetBundle will be loaded as part of the UnityWebRequest process. If false, the AssetBundle will be loaded on demand when accessing the DownloadHandlerAssetBundle.assetBundle property.\n\n", + "location": "UnityEngine.UnityWebRequestAssetBundleModule.dll" + }, + { + "typeName": "bool", + "name": "isDownloadComplete", + "comment": "Returns true if the data downloading portion of the operation is complete.\n\n", + "location": "UnityEngine.UnityWebRequestAssetBundleModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "url", "typeName": "string" }, + { "name": "crc", "typeName": "uint" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Standard constructor for non-cached asset bundles.\n\n```plaintext\nParams: url - The nominal (pre-redirect) URL at which the asset bundle is located.\n crc - A checksum to compare to the downloaded data for integrity checking, or zero to skip integrity checking.\n \n```\n\n", + "location": "UnityEngine.UnityWebRequestAssetBundleModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "url", "typeName": "string" }, + { "name": "version", "typeName": "uint" }, + { "name": "crc", "typeName": "uint" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Simple versioned constructor. Caches downloaded asset bundles.\n\n```plaintext\nParams: url - The nominal (pre-redirect) URL at which the asset bundle is located.\n crc - A checksum to compare to the downloaded data for integrity checking, or zero to skip integrity checking.\n version - Current version number of the asset bundle at url. Increment to redownload.\n \n```\n\n", + "location": "UnityEngine.UnityWebRequestAssetBundleModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "url", "typeName": "string" }, + { "name": "hash", "typeName": "UnityEngine.Hash128" }, + { "name": "crc", "typeName": "uint" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Versioned constructor. Caches downloaded asset bundles.\n\n```plaintext\nParams: url - The nominal (pre-redirect) URL at which the asset bundle is located.\n crc - A checksum to compare to the downloaded data for integrity checking, or zero to skip integrity checking.\n hash - A hash object defining the version of the asset bundle.\n \n```\n\n", + "location": "UnityEngine.UnityWebRequestAssetBundleModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "url", "typeName": "string" }, + { "name": "name", "typeName": "string" }, + { "name": "hash", "typeName": "UnityEngine.Hash128" }, + { "name": "crc", "typeName": "uint" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Versioned constructor. Caches downloaded asset bundles to a customized cache path.\n\n```plaintext\nParams: url - The nominal (pre-redirect) URL at which the asset bundle is located.\n hash - A hash object defining the version of the asset bundle.\n crc - A checksum to compare to the downloaded data for integrity checking, or zero to skip integrity checking.\n cachedBundle - A structure used to download a given version of AssetBundle to a customized cache path.\n name - AssetBundle name which is used as the customized cache path.\n \n```\n\n", + "location": "UnityEngine.UnityWebRequestAssetBundleModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "url", "typeName": "string" }, + { + "name": "cachedBundle", + "typeName": "UnityEngine.CachedAssetBundle" + }, + { "name": "crc", "typeName": "uint" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Versioned constructor. Caches downloaded asset bundles to a customized cache path.\n\n```plaintext\nParams: url - The nominal (pre-redirect) URL at which the asset bundle is located.\n hash - A hash object defining the version of the asset bundle.\n crc - A checksum to compare to the downloaded data for integrity checking, or zero to skip integrity checking.\n cachedBundle - A structure used to download a given version of AssetBundle to a customized cache path.\n name - AssetBundle name which is used as the customized cache path.\n \n```\n\n", + "location": "UnityEngine.UnityWebRequestAssetBundleModule.dll" + }, + { + "returnTypeName": "AssetBundle", + "params": [ + { + "name": "www", + "typeName": "UnityEngine.Networking.UnityWebRequest" + } + ], + "isStatic": true, + "name": "GetContent", + "comment": "The same as DownloadHandlerAssetBundle.assetBundle\n\n```plaintext\nParams: www - A finished UnityWebRequest object with DownloadHandlerAssetBundle attached.\n \n```\n\n", + "location": "UnityEngine.UnityWebRequestAssetBundleModule.dll" + } + ], + "name": "DownloadHandlerAssetBundle", + "comment": "A DownloadHandler subclass specialized for downloading AssetBundles.\n\n", + "location": "UnityEngine.UnityWebRequestAssetBundleModule.dll" + }, + { + "namespace": "UnityEngine.Networking", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "UnityWebRequest", + "params": [ + { "name": "uri", "typeName": "string" }, + { "name": "audioType", "typeName": "UnityEngine.AudioType" } + ], + "isStatic": true, + "name": "GetAudioClip", + "comment": "A UnityWebRequest properly configured to download an audio clip and convert it to an AudioClip.\n\n```plaintext\nParams: uri - The URI of the audio clip to download.\n audioType - The type of audio encoding for the downloaded audio clip. See AudioType.\n \n```\n\n", + "location": "UnityEngine.UnityWebRequestAudioModule.dll" + }, + { + "returnTypeName": "UnityWebRequest", + "params": [ + { "name": "uri", "typeName": "System.Uri" }, + { "name": "audioType", "typeName": "UnityEngine.AudioType" } + ], + "isStatic": true, + "name": "GetAudioClip", + "comment": "", + "location": "UnityEngine.UnityWebRequestAudioModule.dll" + }, + { + "returnTypeName": "UnityWebRequest", + "params": [{ "name": "uri", "typeName": "string" }], + "isStatic": true, + "name": "GetMovieTexture", + "comment": "MovieTexture has been removed. Use VideoPlayer instead.\n\n", + "location": "UnityEngine.UnityWebRequestAudioModule.dll" + }, + { + "returnTypeName": "UnityWebRequest", + "params": [{ "name": "uri", "typeName": "System.Uri" }], + "isStatic": true, + "name": "GetMovieTexture", + "comment": "", + "location": "UnityEngine.UnityWebRequestAudioModule.dll" + } + ], + "name": "UnityWebRequestMultimedia", + "comment": "Helpers for downloading multimedia files using UnityWebRequest.\n\n", + "location": "UnityEngine.UnityWebRequestAudioModule.dll" + }, + { + "namespace": "UnityEngine.Networking", + "baseClass": "object", + "attribute": "", + "interfaces": ["IMultipartFormSection"], + "fields": [ + { + "typeName": "string", + "name": "sectionName", + "comment": "The section's name, or null.\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "typeName": "byte[]", + "name": "sectionData", + "comment": "The raw binary data contained in this section. Will not be null or empty.\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "typeName": "string", + "name": "fileName", + "comment": "The desired file name of this section, or null if this is not a file section.\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "typeName": "string", + "name": "contentType", + "comment": "The Content-Type header for this section, or null.\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "data", "typeName": "byte[]" }, + { "name": "contentType", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "A raw data section with a section name and a Content-Type header.\n\n```plaintext\nParams: name - Section name.\n data - Data payload of this section.\n contentType - The value for this section's Content-Type header.\n \n```\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "data", "typeName": "byte[]" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Raw data section with a section name, no Content-Type header.\n\n```plaintext\nParams: name - Section name.\n data - Data payload of this section.\n \n```\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "data", "typeName": "byte[]" }], + "isStatic": false, + "name": ".ctor", + "comment": "Raw data section, unnamed and no Content-Type header.\n\n```plaintext\nParams: data - Data payload of this section.\n \n```\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "data", "typeName": "string" }, + { "name": "encoding", "typeName": "System.Text.Encoding" }, + { "name": "contentType", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "A named raw data section whose payload is derived from a string, with a Content-Type header.\n\n```plaintext\nParams: name - Section name.\n data - String data payload for this section.\n contentType - The value for this section's Content-Type header.\n encoding - An encoding to marshal data to or from raw bytes.\n \n```\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "data", "typeName": "string" }, + { "name": "contentType", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "A named raw data section whose payload is derived from a UTF8 string, with a Content-Type header.\n\n```plaintext\nParams: name - Section name.\n data - String data payload for this section.\n contentType - C.\n \n```\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "data", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "A names raw data section whose payload is derived from a UTF8 string, with a default Content-Type.\n\n```plaintext\nParams: name - Section name.\n data - String data payload for this section.\n \n```\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "data", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "An anonymous raw data section whose payload is derived from a UTF8 string, with a default Content-Type.\n\n```plaintext\nParams: data - String data payload for this section.\n \n```\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + } + ], + "name": "MultipartFormDataSection", + "comment": "A helper object for form sections containing generic, non-file data.\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "namespace": "UnityEngine.Networking", + "baseClass": "UnityEngine.Networking.DownloadHandler", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "UnityEngine.AudioClip", + "name": "audioClip", + "comment": "Returns the downloaded AudioClip, or null. (Read Only)\n\n", + "location": "UnityEngine.UnityWebRequestAudioModule.dll" + }, + { + "typeName": "bool", + "name": "streamAudio", + "comment": "Create streaming AudioClip.\n\n", + "location": "UnityEngine.UnityWebRequestAudioModule.dll" + }, + { + "typeName": "bool", + "name": "compressed", + "comment": "Create AudioClip that is compressed in memory.\n\n", + "location": "UnityEngine.UnityWebRequestAudioModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "url", "typeName": "string" }, + { "name": "audioType", "typeName": "UnityEngine.AudioType" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Constructor, specifies what kind of audio data is going to be downloaded.\n\n```plaintext\nParams: url - The nominal (pre-redirect) URL at which the audio clip is located.\n audioType - Value to set for AudioClip type.\n \n```\n\n", + "location": "UnityEngine.UnityWebRequestAudioModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "uri", "typeName": "System.Uri" }, + { "name": "audioType", "typeName": "UnityEngine.AudioType" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UnityWebRequestAudioModule.dll" + }, + { + "returnTypeName": "AudioClip", + "params": [ + { + "name": "www", + "typeName": "UnityEngine.Networking.UnityWebRequest" + } + ], + "isStatic": true, + "name": "GetContent", + "comment": "The same as DownloadHandlerAudioClip.audioClip\n\n```plaintext\nParams: www - A finished UnityWebRequest object with DownloadHandlerAudioClip attached.\n \n```\n\n", + "location": "UnityEngine.UnityWebRequestAudioModule.dll" + } + ], + "name": "DownloadHandlerAudioClip", + "comment": "A DownloadHandler subclass specialized for downloading audio data for use as AudioClip objects.\n\n", + "location": "UnityEngine.UnityWebRequestAudioModule.dll" + }, + { + "namespace": "UnityEngine.Networking", + "baseClass": "object", + "attribute": "", + "interfaces": ["IMultipartFormSection"], + "fields": [ + { + "typeName": "string", + "name": "sectionName", + "comment": "The section's name, or null.\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "typeName": "byte[]", + "name": "sectionData", + "comment": "The raw binary data contained in this section. Will not be null or empty.\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "typeName": "string", + "name": "fileName", + "comment": "The desired file name of this section, or null if this is not a file section.\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "typeName": "string", + "name": "contentType", + "comment": "The Content-Type header for this section, or null.\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "data", "typeName": "byte[]" }, + { "name": "fileName", "typeName": "string" }, + { "name": "contentType", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Contains a named file section based on the raw bytes from data, with a custom Content-Type and file name.\n\n```plaintext\nParams: name - Name of this form section.\n data - Raw contents of the file to upload.\n fileName - Name of the file uploaded by this form section.\n contentType - The value for this section's Content-Type header.\n \n```\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "data", "typeName": "byte[]" }], + "isStatic": false, + "name": ".ctor", + "comment": "Contains an anonymous file section based on the raw bytes from data, assigns a default Content-Type and file name.\n\n```plaintext\nParams: data - Raw contents of the file to upload.\n \n```\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "fileName", "typeName": "string" }, + { "name": "data", "typeName": "byte[]" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Contains an anonymous file section based on the raw bytes from data with a specific file name. Assigns a default Content-Type.\n\n```plaintext\nParams: data - Raw contents of the file to upload.\n fileName - Name of the file uploaded by this form section.\n \n```\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "data", "typeName": "string" }, + { "name": "dataEncoding", "typeName": "System.Text.Encoding" }, + { "name": "fileName", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Contains a named file section with data drawn from data, as marshaled by dataEncoding. Assigns a specific file name from fileName and a default Content-Type.\n\n```plaintext\nParams: name - Name of this form section.\n data - Contents of the file to upload.\n dataEncoding - A string encoding.\n fileName - Name of the file uploaded by this form section.\n \n```\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "data", "typeName": "string" }, + { "name": "dataEncoding", "typeName": "System.Text.Encoding" }, + { "name": "fileName", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "An anonymous file section with data drawn from data, as marshaled by dataEncoding. Assigns a specific file name from fileName and a default Content-Type.\n\n```plaintext\nParams: data - Contents of the file to upload.\n dataEncoding - A string encoding.\n fileName - Name of the file uploaded by this form section.\n \n```\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "data", "typeName": "string" }, + { "name": "fileName", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "An anonymous file section with data drawn from the UTF8 string data. Assigns a specific file name from fileName and a default Content-Type.\n\n```plaintext\nParams: data - Contents of the file to upload.\n fileName - Name of the file uploaded by this form section.\n \n```\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + } + ], + "name": "MultipartFormFileSection", + "comment": "A helper object for adding file uploads to multipart forms via the [IMultipartFormSection] API.\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "namespace": "UnityEngine.Networking", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "sectionName", + "comment": "The section's name, or null.\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "typeName": "byte[]", + "name": "sectionData", + "comment": "The raw binary data contained in this section. Must not be null or empty.\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "typeName": "string", + "name": "fileName", + "comment": "The desired file name of this section, or null if this is not a file section.\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "typeName": "string", + "name": "contentType", + "comment": "The value to use in the Content-Type header, or null.\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + } + ], + "methods": [], + "name": "IMultipartFormSection", + "comment": "", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "namespace": "UnityEngine.EventSystems", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "handler", "typeName": "T1" }, + { + "name": "eventData", + "typeName": "UnityEngine.EventSystems.BaseEventData" + } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "handler", "typeName": "T1" }, + { + "name": "eventData", + "typeName": "UnityEngine.EventSystems.BaseEventData" + }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "EventFunction", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.Networking", + "baseClass": "UnityEngine.AsyncOperation", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Networking.UnityWebRequest", + "name": "webRequest", + "comment": "Returns the associated UnityWebRequest that created the operation.\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UnityWebRequestModule.dll" + } + ], + "name": "UnityWebRequestAsyncOperation", + "comment": "Asynchronous operation object returned from UnityWebRequest.SendWebRequest().\n\nYou can yield until it continues, register an event handler with AsyncOperation.completed, or manually check whether it's done (AsyncOperation.isDone) or progress (AsyncOperation.progress).\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "namespace": "UnityEngine.Networking", + "baseClass": "object", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "string", + "name": "kHttpVerbGET", + "comment": "The string \"GET\", commonly used as the verb for an HTTP GET request.\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "typeName": "string", + "name": "kHttpVerbHEAD", + "comment": "The string \"HEAD\", commonly used as the verb for an HTTP HEAD request.\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "typeName": "string", + "name": "kHttpVerbPOST", + "comment": "The string \"POST\", commonly used as the verb for an HTTP POST request.\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "typeName": "string", + "name": "kHttpVerbPUT", + "comment": "The string \"PUT\", commonly used as the verb for an HTTP PUT request.\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "typeName": "string", + "name": "kHttpVerbCREATE", + "comment": "The string \"CREATE\", commonly used as the verb for an HTTP CREATE request.\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "typeName": "string", + "name": "kHttpVerbDELETE", + "comment": "The string \"DELETE\", commonly used as the verb for an HTTP DELETE request.\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "typeName": "bool", + "name": "disposeCertificateHandlerOnDispose", + "comment": "If true, any CertificateHandler attached to this UnityWebRequest will have CertificateHandler.Dispose called automatically when UnityWebRequest.Dispose is called.\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "typeName": "bool", + "name": "disposeDownloadHandlerOnDispose", + "comment": "If true, any DownloadHandler attached to this UnityWebRequest will have DownloadHandler.Dispose called automatically when UnityWebRequest.Dispose is called.\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "typeName": "bool", + "name": "disposeUploadHandlerOnDispose", + "comment": "If true, any UploadHandler attached to this UnityWebRequest will have UploadHandler.Dispose called automatically when UnityWebRequest.Dispose is called.\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "typeName": "string", + "name": "method", + "comment": "Defines the HTTP verb used by this UnityWebRequest, such as GET or POST.\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "typeName": "string", + "name": "error", + "comment": "A human-readable string describing any system errors encountered by this UnityWebRequest object while handling HTTP requests or responses. (Read Only)\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "typeName": "bool", + "name": "useHttpContinue", + "comment": "Determines whether this UnityWebRequest will include Expect: 100-Continue in its outgoing request headers. (Default: true).\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "typeName": "string", + "name": "url", + "comment": "Defines the target URL for the UnityWebRequest to communicate with.\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "typeName": "System.Uri", + "name": "uri", + "comment": "Defines the target URI for the UnityWebRequest to communicate with.\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "typeName": "long", + "name": "responseCode", + "comment": "The numeric HTTP response code returned by the server, such as 200, 404 or 500. (Read Only)\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "typeName": "float", + "name": "uploadProgress", + "comment": "Returns a floating-point value between 0.0 and 1.0, indicating the progress of uploading body data to the server.\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "typeName": "bool", + "name": "isModifiable", + "comment": "Returns true while a UnityWebRequest’s configuration properties can be altered. (Read Only)\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "typeName": "bool", + "name": "isDone", + "comment": "Returns true after the UnityWebRequest has finished communicating with the remote server. (Read Only)\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "typeName": "bool", + "name": "isNetworkError", + "comment": "Returns true after this UnityWebRequest encounters a system error. (Read Only)\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "typeName": "bool", + "name": "isHttpError", + "comment": "Returns true after this UnityWebRequest receives an HTTP response code indicating an error. (Read Only)\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "typeName": "UnityEngine.Networking.UnityWebRequest.Result", + "name": "result", + "comment": "The result of this UnityWebRequest.\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "typeName": "float", + "name": "downloadProgress", + "comment": "Returns a floating-point value between 0.0 and 1.0, indicating the progress of downloading body data from the server. (Read Only)\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "typeName": "ulong", + "name": "uploadedBytes", + "comment": "Returns the number of bytes of body data the system has uploaded to the remote server. (Read Only)\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "typeName": "ulong", + "name": "downloadedBytes", + "comment": "Returns the number of bytes of body data the system has downloaded from the remote server. (Read Only)\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "typeName": "int", + "name": "redirectLimit", + "comment": "Indicates the number of redirects which this UnityWebRequest will follow before halting with a “Redirect Limit Exceeded” system error.\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "typeName": "bool", + "name": "chunkedTransfer", + "comment": "**Deprecated.**. HTTP2 and many HTTP1.1 servers don't support this; we recommend leaving it set to false (default).\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "typeName": "UnityEngine.Networking.UploadHandler", + "name": "uploadHandler", + "comment": "Holds a reference to the UploadHandler object which manages body data to be uploaded to the remote server.\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "typeName": "UnityEngine.Networking.DownloadHandler", + "name": "downloadHandler", + "comment": "Holds a reference to a DownloadHandler object, which manages body data received from the remote server by this UnityWebRequest.\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "typeName": "UnityEngine.Networking.CertificateHandler", + "name": "certificateHandler", + "comment": "Holds a reference to a CertificateHandler object, which manages certificate validation for this UnityWebRequest.\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "typeName": "int", + "name": "timeout", + "comment": "Sets UnityWebRequest to attempt to abort after the number of seconds in timeout have passed.\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "typeName": "bool", + "name": "isError", + "comment": "", + "location": "UnityEngine.UnityWebRequestModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "ClearCookieCache", + "comment": "Clears stored cookies from the cache.\n\n```plaintext\nParams: domain - An optional URL to define which cookies are removed. Only cookies that apply to this URL will be removed from the cache.\n \n```\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "uri", "typeName": "System.Uri" }], + "isStatic": true, + "name": "ClearCookieCache", + "comment": "", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Creates a UnityWebRequest with the default options and no attached DownloadHandler or UploadHandler. Default method is GET.\n\n```plaintext\nParams: url - The target URL with which this UnityWebRequest will communicate. Also accessible via the url property.\n uri - The target URI to which form data will be transmitted.\n method - HTTP GET, POST, etc. methods.\n downloadHandler - Replies from the server.\n uploadHandler - Upload data to the server.\n \n```\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "url", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "Creates a UnityWebRequest with the default options and no attached DownloadHandler or UploadHandler. Default method is GET.\n\n```plaintext\nParams: url - The target URL with which this UnityWebRequest will communicate. Also accessible via the url property.\n uri - The target URI to which form data will be transmitted.\n method - HTTP GET, POST, etc. methods.\n downloadHandler - Replies from the server.\n uploadHandler - Upload data to the server.\n \n```\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "uri", "typeName": "System.Uri" }], + "isStatic": false, + "name": ".ctor", + "comment": "Creates a UnityWebRequest with the default options and no attached DownloadHandler or UploadHandler. Default method is GET.\n\n```plaintext\nParams: url - The target URL with which this UnityWebRequest will communicate. Also accessible via the url property.\n uri - The target URI to which form data will be transmitted.\n method - HTTP GET, POST, etc. methods.\n downloadHandler - Replies from the server.\n uploadHandler - Upload data to the server.\n \n```\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "url", "typeName": "string" }, + { "name": "method", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Creates a UnityWebRequest with the default options and no attached DownloadHandler or UploadHandler. Default method is GET.\n\n```plaintext\nParams: url - The target URL with which this UnityWebRequest will communicate. Also accessible via the url property.\n uri - The target URI to which form data will be transmitted.\n method - HTTP GET, POST, etc. methods.\n downloadHandler - Replies from the server.\n uploadHandler - Upload data to the server.\n \n```\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "uri", "typeName": "System.Uri" }, + { "name": "method", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Creates a UnityWebRequest with the default options and no attached DownloadHandler or UploadHandler. Default method is GET.\n\n```plaintext\nParams: url - The target URL with which this UnityWebRequest will communicate. Also accessible via the url property.\n uri - The target URI to which form data will be transmitted.\n method - HTTP GET, POST, etc. methods.\n downloadHandler - Replies from the server.\n uploadHandler - Upload data to the server.\n \n```\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "url", "typeName": "string" }, + { "name": "method", "typeName": "string" }, + { + "name": "downloadHandler", + "typeName": "UnityEngine.Networking.DownloadHandler" + }, + { + "name": "uploadHandler", + "typeName": "UnityEngine.Networking.UploadHandler" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Creates a UnityWebRequest with the default options and no attached DownloadHandler or UploadHandler. Default method is GET.\n\n```plaintext\nParams: url - The target URL with which this UnityWebRequest will communicate. Also accessible via the url property.\n uri - The target URI to which form data will be transmitted.\n method - HTTP GET, POST, etc. methods.\n downloadHandler - Replies from the server.\n uploadHandler - Upload data to the server.\n \n```\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "uri", "typeName": "System.Uri" }, + { "name": "method", "typeName": "string" }, + { + "name": "downloadHandler", + "typeName": "UnityEngine.Networking.DownloadHandler" + }, + { + "name": "uploadHandler", + "typeName": "UnityEngine.Networking.UploadHandler" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Creates a UnityWebRequest with the default options and no attached DownloadHandler or UploadHandler. Default method is GET.\n\n```plaintext\nParams: url - The target URL with which this UnityWebRequest will communicate. Also accessible via the url property.\n uri - The target URI to which form data will be transmitted.\n method - HTTP GET, POST, etc. methods.\n downloadHandler - Replies from the server.\n uploadHandler - Upload data to the server.\n \n```\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "Signals that this UnityWebRequest is no longer being used, and should clean up any resources it is using.\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "returnTypeName": "AsyncOperation", + "params": [], + "isStatic": false, + "name": "Send", + "comment": "An AsyncOperation indicating the progress/completion state of the UnityWebRequest. Yield this object to wait until the UnityWebRequest is done.\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "returnTypeName": "UnityWebRequestAsyncOperation", + "params": [], + "isStatic": false, + "name": "SendWebRequest", + "comment": "Begin communicating with the remote server.\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Abort", + "comment": "If in progress, halts the UnityWebRequest as soon as possible.\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "GetRequestHeader", + "comment": "The value of the custom request header. If no custom header with a matching name has been set, returns an empty string.\n\n```plaintext\nParams: name - Name of the custom request header. Case-insensitive.\n \n```\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "value", "typeName": "string" } + ], + "isStatic": false, + "name": "SetRequestHeader", + "comment": "Set a HTTP request header to a custom value.\n\n```plaintext\nParams: name - The key of the header to be set. Case-sensitive.\n value - The header's intended value.\n \n```\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": false, + "name": "GetResponseHeader", + "comment": "The value of the HTTP header from the latest HTTP response. If no header with a matching name has been received, or no responses have been received, returns null.\n\n```plaintext\nParams: name - The name of the HTTP header to retrieve. Case-insensitive.\n \n```\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "returnTypeName": "Dictionary", + "params": [], + "isStatic": false, + "name": "GetResponseHeaders", + "comment": "A dictionary containing all the response headers received in the latest HTTP response. If no responses have been received, returns null.\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "returnTypeName": "UnityWebRequest", + "params": [{ "name": "uri", "typeName": "string" }], + "isStatic": true, + "name": "Get", + "comment": "An object that retrieves data from the uri.\n\n```plaintext\nParams: uri - The URI of the resource to retrieve via HTTP GET.\n \n```\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "returnTypeName": "UnityWebRequest", + "params": [{ "name": "uri", "typeName": "System.Uri" }], + "isStatic": true, + "name": "Get", + "comment": "An object that retrieves data from the uri.\n\n```plaintext\nParams: uri - The URI of the resource to retrieve via HTTP GET.\n \n```\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "returnTypeName": "UnityWebRequest", + "params": [{ "name": "uri", "typeName": "string" }], + "isStatic": true, + "name": "Delete", + "comment": "A UnityWebRequest configured to send an HTTP DELETE request.\n\n```plaintext\nParams: uri - The URI to which a DELETE request should be sent.\n \n```\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "returnTypeName": "UnityWebRequest", + "params": [{ "name": "uri", "typeName": "System.Uri" }], + "isStatic": true, + "name": "Delete", + "comment": "", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "returnTypeName": "UnityWebRequest", + "params": [{ "name": "uri", "typeName": "string" }], + "isStatic": true, + "name": "Head", + "comment": "A UnityWebRequest configured to transmit a HTTP HEAD request.\n\n```plaintext\nParams: uri - The URI to which to send a HTTP HEAD request.\n \n```\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "returnTypeName": "UnityWebRequest", + "params": [{ "name": "uri", "typeName": "System.Uri" }], + "isStatic": true, + "name": "Head", + "comment": "", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "returnTypeName": "UnityWebRequest", + "params": [{ "name": "uri", "typeName": "string" }], + "isStatic": true, + "name": "GetTexture", + "comment": "A UnityWebRequest properly configured to download an image and convert it to a Texture.\n\n```plaintext\nParams: uri - The URI of the image to download.\n nonReadable - If true, the texture's raw data will not be accessible to script. This can conserve memory. Default: false.\n \n```\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "returnTypeName": "UnityWebRequest", + "params": [ + { "name": "uri", "typeName": "string" }, + { "name": "nonReadable", "typeName": "bool" } + ], + "isStatic": true, + "name": "GetTexture", + "comment": "A UnityWebRequest properly configured to download an image and convert it to a Texture.\n\n```plaintext\nParams: uri - The URI of the image to download.\n nonReadable - If true, the texture's raw data will not be accessible to script. This can conserve memory. Default: false.\n \n```\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "returnTypeName": "UnityWebRequest", + "params": [ + { "name": "uri", "typeName": "string" }, + { "name": "audioType", "typeName": "UnityEngine.AudioType" } + ], + "isStatic": true, + "name": "GetAudioClip", + "comment": "OBSOLETE. Use UnityWebRequestMultimedia.GetAudioClip().\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "returnTypeName": "UnityWebRequest", + "params": [{ "name": "uri", "typeName": "string" }], + "isStatic": true, + "name": "GetAssetBundle", + "comment": "", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "returnTypeName": "UnityWebRequest", + "params": [ + { "name": "uri", "typeName": "string" }, + { "name": "crc", "typeName": "uint" } + ], + "isStatic": true, + "name": "GetAssetBundle", + "comment": "Deprecated. Replaced by UnityWebRequestAssetBundle.GetAssetBundle.\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "returnTypeName": "UnityWebRequest", + "params": [ + { "name": "uri", "typeName": "string" }, + { "name": "version", "typeName": "uint" }, + { "name": "crc", "typeName": "uint" } + ], + "isStatic": true, + "name": "GetAssetBundle", + "comment": "Deprecated. Replaced by UnityWebRequestAssetBundle.GetAssetBundle.\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "returnTypeName": "UnityWebRequest", + "params": [ + { "name": "uri", "typeName": "string" }, + { "name": "hash", "typeName": "UnityEngine.Hash128" }, + { "name": "crc", "typeName": "uint" } + ], + "isStatic": true, + "name": "GetAssetBundle", + "comment": "Deprecated. Replaced by UnityWebRequestAssetBundle.GetAssetBundle.\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "returnTypeName": "UnityWebRequest", + "params": [ + { "name": "uri", "typeName": "string" }, + { + "name": "cachedAssetBundle", + "typeName": "UnityEngine.CachedAssetBundle" + }, + { "name": "crc", "typeName": "uint" } + ], + "isStatic": true, + "name": "GetAssetBundle", + "comment": "Deprecated. Replaced by UnityWebRequestAssetBundle.GetAssetBundle.\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "returnTypeName": "UnityWebRequest", + "params": [ + { "name": "uri", "typeName": "string" }, + { "name": "bodyData", "typeName": "byte[]" } + ], + "isStatic": true, + "name": "Put", + "comment": "A UnityWebRequest configured to transmit bodyData to uri via HTTP PUT.\n\n```plaintext\nParams: uri - The URI to which the data will be sent.\n bodyData - The data to transmit to the remote server.\n\nIf a string, the string will be converted to raw bytes via System.Text.Encoding.UTF8.\n \n```\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "returnTypeName": "UnityWebRequest", + "params": [ + { "name": "uri", "typeName": "System.Uri" }, + { "name": "bodyData", "typeName": "byte[]" } + ], + "isStatic": true, + "name": "Put", + "comment": "", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "returnTypeName": "UnityWebRequest", + "params": [ + { "name": "uri", "typeName": "string" }, + { "name": "bodyData", "typeName": "string" } + ], + "isStatic": true, + "name": "Put", + "comment": "A UnityWebRequest configured to transmit bodyData to uri via HTTP PUT.\n\n```plaintext\nParams: uri - The URI to which the data will be sent.\n bodyData - The data to transmit to the remote server.\n\nIf a string, the string will be converted to raw bytes via System.Text.Encoding.UTF8.\n \n```\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "returnTypeName": "UnityWebRequest", + "params": [ + { "name": "uri", "typeName": "System.Uri" }, + { "name": "bodyData", "typeName": "string" } + ], + "isStatic": true, + "name": "Put", + "comment": "", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "returnTypeName": "UnityWebRequest", + "params": [ + { "name": "uri", "typeName": "string" }, + { "name": "postData", "typeName": "string" } + ], + "isStatic": true, + "name": "Post", + "comment": "A UnityWebRequest configured to send form data to uri via POST.\n\n```plaintext\nParams: uri - The target URI to which form data will be transmitted.\n postData - Form body data. Will be URLEncoded prior to transmission.\n \n```\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "returnTypeName": "UnityWebRequest", + "params": [ + { "name": "uri", "typeName": "System.Uri" }, + { "name": "postData", "typeName": "string" } + ], + "isStatic": true, + "name": "Post", + "comment": "", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "returnTypeName": "UnityWebRequest", + "params": [ + { "name": "uri", "typeName": "string" }, + { "name": "formData", "typeName": "UnityEngine.WWWForm" } + ], + "isStatic": true, + "name": "Post", + "comment": "A UnityWebRequest configured to send form data to uri via POST.\n\n```plaintext\nParams: uri - The target URI to which form data will be transmitted.\n formData - Form fields or files encapsulated in a WWWForm object, for formatting and transmission to the remote server.\n \n```\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "returnTypeName": "UnityWebRequest", + "params": [ + { "name": "uri", "typeName": "System.Uri" }, + { "name": "formData", "typeName": "UnityEngine.WWWForm" } + ], + "isStatic": true, + "name": "Post", + "comment": "", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "returnTypeName": "UnityWebRequest", + "params": [ + { "name": "uri", "typeName": "string" }, + { + "name": "multipartFormSections", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": true, + "name": "Post", + "comment": "", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "returnTypeName": "UnityWebRequest", + "params": [ + { "name": "uri", "typeName": "System.Uri" }, + { + "name": "multipartFormSections", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": true, + "name": "Post", + "comment": "", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "returnTypeName": "UnityWebRequest", + "params": [ + { "name": "uri", "typeName": "string" }, + { + "name": "multipartFormSections", + "typeName": "System.Collections.Generic.List" + }, + { "name": "boundary", "typeName": "byte[]" } + ], + "isStatic": true, + "name": "Post", + "comment": "", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "returnTypeName": "UnityWebRequest", + "params": [ + { "name": "uri", "typeName": "System.Uri" }, + { + "name": "multipartFormSections", + "typeName": "System.Collections.Generic.List" + }, + { "name": "boundary", "typeName": "byte[]" } + ], + "isStatic": true, + "name": "Post", + "comment": "", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "returnTypeName": "UnityWebRequest", + "params": [ + { "name": "uri", "typeName": "string" }, + { + "name": "formFields", + "typeName": "System.Collections.Generic.Dictionary" + } + ], + "isStatic": true, + "name": "Post", + "comment": "", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "returnTypeName": "UnityWebRequest", + "params": [ + { "name": "uri", "typeName": "System.Uri" }, + { + "name": "formFields", + "typeName": "System.Collections.Generic.Dictionary" + } + ], + "isStatic": true, + "name": "Post", + "comment": "", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "s", "typeName": "string" }], + "isStatic": true, + "name": "EscapeURL", + "comment": "Escapes characters in a string to ensure they are URL-friendly.\n\n```plaintext\nParams: s - A string with characters to be escaped.\n e - The text encoding to use.\n \n```\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "s", "typeName": "string" }, + { "name": "e", "typeName": "System.Text.Encoding" } + ], + "isStatic": true, + "name": "EscapeURL", + "comment": "Escapes characters in a string to ensure they are URL-friendly.\n\n```plaintext\nParams: s - A string with characters to be escaped.\n e - The text encoding to use.\n \n```\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "s", "typeName": "string" }], + "isStatic": true, + "name": "UnEscapeURL", + "comment": "Converts URL-friendly escape sequences back to normal text.\n\n```plaintext\nParams: s - A string containing escaped characters.\n e - The text encoding to use.\n \n```\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "returnTypeName": "String", + "params": [ + { "name": "s", "typeName": "string" }, + { "name": "e", "typeName": "System.Text.Encoding" } + ], + "isStatic": true, + "name": "UnEscapeURL", + "comment": "Converts URL-friendly escape sequences back to normal text.\n\n```plaintext\nParams: s - A string containing escaped characters.\n e - The text encoding to use.\n \n```\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "returnTypeName": "", + "params": [ + { + "name": "multipartFormSections", + "typeName": "System.Collections.Generic.List" + }, + { "name": "boundary", "typeName": "byte[]" } + ], + "isStatic": true, + "name": "SerializeFormSections", + "comment": "", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": true, + "name": "GenerateBoundary", + "comment": "40 random bytes, guaranteed to contain only printable ASCII values.\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "returnTypeName": "", + "params": [ + { + "name": "formFields", + "typeName": "System.Collections.Generic.Dictionary" + } + ], + "isStatic": true, + "name": "SerializeSimpleForm", + "comment": "", + "location": "UnityEngine.UnityWebRequestModule.dll" + } + ], + "name": "UnityWebRequest", + "comment": "Provides methods to communicate with web servers.\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "namespace": "UnityEngine.EventSystems", + "baseClass": "UnityEngine.EventSystems.UIBehaviour", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "compositionString", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.IMECompositionMode", + "name": "imeCompositionMode", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "compositionCursorPos", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "bool", + "name": "mousePresent", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "mousePosition", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "mouseScrollDelta", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "bool", + "name": "touchSupported", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "int", + "name": "touchCount", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [{ "name": "button", "typeName": "int" }], + "isStatic": false, + "name": "GetMouseButtonDown", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "button", "typeName": "int" }], + "isStatic": false, + "name": "GetMouseButtonUp", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "button", "typeName": "int" }], + "isStatic": false, + "name": "GetMouseButton", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Touch", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "GetTouch", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "axisName", "typeName": "string" }], + "isStatic": false, + "name": "GetAxisRaw", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "buttonName", "typeName": "string" }], + "isStatic": false, + "name": "GetButtonDown", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "BaseInput", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.Networking", + "baseClass": "object", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "Signals that this [CertificateHandler] is no longer being used, and should clean up any resources it is using.\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + } + ], + "name": "CertificateHandler", + "comment": "Responsible for rejecting or accepting certificates received on https requests.\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "namespace": "UnityEngine.Networking", + "baseClass": "object", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "bool", + "name": "isDone", + "comment": "Returns true if this DownloadHandler has been informed by its parent UnityWebRequest that all data has been received, and this DownloadHandler has completed any necessary post-download processing. (Read Only)\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "typeName": "string", + "name": "error", + "comment": "Error message describing a failure that occurred inside the download handler.\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "typeName": "byte[]", + "name": "data", + "comment": "Returns the raw bytes downloaded from the remote server, or null. (Read Only)\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "typeName": "string", + "name": "text", + "comment": "Convenience property. Returns the bytes from data interpreted as a UTF8 string. (Read Only)\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "Signals that this DownloadHandler is no longer being used, and should clean up any resources it is using.\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + } + ], + "name": "DownloadHandler", + "comment": "Manage and process HTTP response body data received from a remote server.\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "namespace": "UnityEngine.EventSystems", + "baseClass": "UnityEngine.EventSystems.UIBehaviour", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.EventSystems.BaseInput", + "name": "input", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.EventSystems.BaseInput", + "name": "inputOverride", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Process", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "pointerId", "typeName": "int" }], + "isStatic": false, + "name": "IsPointerOverGameObject", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "ShouldActivateModule", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "DeactivateModule", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ActivateModule", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "UpdateModule", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "IsModuleSupported", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "BaseInputModule", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.Networking", + "baseClass": "UnityEngine.Networking.DownloadHandler", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Default constructor.\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "returnTypeName": "String", + "params": [ + { + "name": "www", + "typeName": "UnityEngine.Networking.UnityWebRequest" + } + ], + "isStatic": true, + "name": "GetContent", + "comment": "The same as DownloadHandlerBuffer.text\n\n```plaintext\nParams: www - A finished UnityWebRequest object with DownloadHandlerBuffer attached.\n \n```\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + } + ], + "name": "DownloadHandlerBuffer", + "comment": "A general-purpose DownloadHandler implementation which stores received data in a native byte buffer.\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "namespace": "UnityEngine.EventSystems", + "baseClass": "UnityEngine.EventSystems.BaseInputModule", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "kMouseLeftId", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "int", + "name": "kMouseRightId", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "int", + "name": "kMouseMiddleId", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "int", + "name": "kFakeTouchesId", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [{ "name": "pointerId", "typeName": "int" }], + "isStatic": false, + "name": "IsPointerOverGameObject", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "PointerInputModule", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.Networking", + "baseClass": "UnityEngine.Networking.DownloadHandler", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Create a DownloadHandlerScript which allocates new buffers when passing data to callbacks.\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "preallocatedBuffer", "typeName": "byte[]" }], + "isStatic": false, + "name": ".ctor", + "comment": "Create a DownloadHandlerScript which reuses a preallocated buffer to pass data to callbacks.\n\n```plaintext\nParams: preallocatedBuffer - A byte buffer into which data will be copied, for use by DownloadHandler.ReceiveData.\n \n```\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + } + ], + "name": "DownloadHandlerScript", + "comment": "An abstract base class for user-created scripting-driven DownloadHandler implementations.\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "namespace": "UnityEngine.EventSystems", + "baseClass": "UnityEngine.Events.UnityEvent", + "attribute": "", + "interfaces": ["ISerializationCallbackReceiver"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "TriggerEvent", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.EventSystems", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.EventSystems.EventTriggerType", + "name": "eventID", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.EventSystems.EventTrigger.TriggerEvent", + "name": "callback", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "Entry", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.Networking", + "baseClass": "UnityEngine.Networking.DownloadHandler", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "bool", + "name": "removeFileOnAbort", + "comment": "Should the created file be removed if download is aborted (manually or due to an error). Default: false.\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "path", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "Creates a new instance and a file on disk where downloaded data will be written to.\n\n```plaintext\nParams: path - Path to file to be written.\n append - When true, appends data to the given file instead of overwriting.\n \n```\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "path", "typeName": "string" }, + { "name": "append", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Creates a new instance and a file on disk where downloaded data will be written to.\n\n```plaintext\nParams: path - Path to file to be written.\n append - When true, appends data to the given file instead of overwriting.\n \n```\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + } + ], + "name": "DownloadHandlerFile", + "comment": "Download handler for saving the downloaded data to file.\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "namespace": "UnityEngine.Networking", + "baseClass": "object", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "byte[]", + "name": "data", + "comment": "The raw data which will be transmitted to the remote server as body data. (Read Only)\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "typeName": "string", + "name": "contentType", + "comment": "Determines the default Content-Type header which will be transmitted with the outbound HTTP request.\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "typeName": "float", + "name": "progress", + "comment": "Returns the proportion of data uploaded to the remote server compared to the total amount of data to upload. (Read Only)\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "Signals that this UploadHandler is no longer being used, and should clean up any resources it is using.\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + } + ], + "name": "UploadHandler", + "comment": "Helper object for UnityWebRequests. Manages the buffering and transmission of body data during HTTP requests.\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "namespace": "UnityEngine.Networking.Match", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "address", + "comment": "IP address of the host of the match,.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "typeName": "int", + "name": "port", + "comment": "Port of the host of the match.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "typeName": "int", + "name": "domain", + "comment": "The numeric domain for the match.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "typeName": "UnityEngine.Networking.Types.NetworkID", + "name": "networkId", + "comment": "The unique ID of this match.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "typeName": "UnityEngine.Networking.Types.NetworkAccessToken", + "name": "accessToken", + "comment": "The binary access token this client uses to authenticate its session for future commands.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "typeName": "UnityEngine.Networking.Types.NodeID", + "name": "nodeId", + "comment": "NodeID for this member client in the match.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "typeName": "bool", + "name": "usingRelay", + "comment": "This flag indicates whether or not the match is using a Relay server.\n\n", + "location": "UnityEngine.UNETModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UNETModule.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "UnityEngine.UNETModule.dll" + } + ], + "name": "MatchInfo", + "comment": "Details about a UNET MatchMaker match.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "namespace": "UnityEngine.Networking", + "baseClass": "UnityEngine.Networking.UploadHandler", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "data", "typeName": "byte[]" }], + "isStatic": false, + "name": ".ctor", + "comment": "General constructor. Contents of the input argument are copied into a native buffer.\n\n```plaintext\nParams: data - Raw data to transmit to the remote server.\n \n```\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + } + ], + "name": "UploadHandlerRaw", + "comment": "A general-purpose UploadHandler subclass, using a native-code memory buffer.\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "namespace": "UnityEngine.EventSystems", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.EventSystems.PointerEventData.FramePressState", + "name": "buttonState", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.EventSystems.PointerEventData", + "name": "buttonData", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "PressedThisFrame", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "ReleasedThisFrame", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "MouseButtonEventData", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.Networking", + "baseClass": "UnityEngine.Networking.UploadHandler", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "filePath", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "Create a new upload handler to send data from the given file to the server.\n\n```plaintext\nParams: filePath - A file containing data to send.\n \n```\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + } + ], + "name": "UploadHandlerFile", + "comment": "A specialized UploadHandler that reads data from a given file and sends raw bytes to the server as the request body.\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "namespace": "UnityEngine.Networking", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "UnityWebRequest", + "params": [{ "name": "uri", "typeName": "string" }], + "isStatic": true, + "name": "GetTexture", + "comment": "A UnityWebRequest properly configured to download an image and convert it to a Texture.\n\n```plaintext\nParams: uri - The URI of the image to download.\n nonReadable - If true, the texture's raw data will not be accessible to script. This can conserve memory. Default: false.\n \n```\n\n", + "location": "UnityEngine.UnityWebRequestTextureModule.dll" + }, + { + "returnTypeName": "UnityWebRequest", + "params": [{ "name": "uri", "typeName": "System.Uri" }], + "isStatic": true, + "name": "GetTexture", + "comment": "", + "location": "UnityEngine.UnityWebRequestTextureModule.dll" + }, + { + "returnTypeName": "UnityWebRequest", + "params": [ + { "name": "uri", "typeName": "string" }, + { "name": "nonReadable", "typeName": "bool" } + ], + "isStatic": true, + "name": "GetTexture", + "comment": "A UnityWebRequest properly configured to download an image and convert it to a Texture.\n\n```plaintext\nParams: uri - The URI of the image to download.\n nonReadable - If true, the texture's raw data will not be accessible to script. This can conserve memory. Default: false.\n \n```\n\n", + "location": "UnityEngine.UnityWebRequestTextureModule.dll" + }, + { + "returnTypeName": "UnityWebRequest", + "params": [ + { "name": "uri", "typeName": "System.Uri" }, + { "name": "nonReadable", "typeName": "bool" } + ], + "isStatic": true, + "name": "GetTexture", + "comment": "", + "location": "UnityEngine.UnityWebRequestTextureModule.dll" + } + ], + "name": "UnityWebRequestTexture", + "comment": "Helpers for downloading image files into Textures using UnityWebRequest.\n\n", + "location": "UnityEngine.UnityWebRequestTextureModule.dll" + }, + { + "namespace": "UnityEngine.Networking", + "baseClass": "UnityEngine.Networking.DownloadHandler", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "UnityEngine.Texture2D", + "name": "texture", + "comment": "Returns the downloaded Texture, or null. (Read Only)\n\n", + "location": "UnityEngine.UnityWebRequestTextureModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Default constructor.\n\n", + "location": "UnityEngine.UnityWebRequestTextureModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "readable", "typeName": "bool" }], + "isStatic": false, + "name": ".ctor", + "comment": "Constructor, allows TextureImporter.isReadable property to be set.\n\n```plaintext\nParams: readable - Value to set for TextureImporter.isReadable.\n \n```\n\n", + "location": "UnityEngine.UnityWebRequestTextureModule.dll" + }, + { + "returnTypeName": "Texture2D", + "params": [ + { + "name": "www", + "typeName": "UnityEngine.Networking.UnityWebRequest" + } + ], + "isStatic": true, + "name": "GetContent", + "comment": "The same as DownloadHandlerTexture.texture\n\n```plaintext\nParams: www - A finished UnityWebRequest object with DownloadHandlerTexture attached.\n \n```\n\n", + "location": "UnityEngine.UnityWebRequestTextureModule.dll" + } + ], + "name": "DownloadHandlerTexture", + "comment": "A DownloadHandler subclass specialized for downloading images for use as Texture objects.\n\n", + "location": "UnityEngine.UnityWebRequestTextureModule.dll" + }, + { + "namespace": "UnityEngine.EventSystems", + "baseClass": "UnityEngine.EventSystems.PointerInputModule", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.EventSystems.StandaloneInputModule.InputMode", + "name": "inputMode", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "bool", + "name": "allowActivationOnMobileDevice", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "bool", + "name": "forceModuleActive", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "float", + "name": "inputActionsPerSecond", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "float", + "name": "repeatDelay", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "string", + "name": "horizontalAxis", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "string", + "name": "verticalAxis", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "string", + "name": "submitButton", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "string", + "name": "cancelButton", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "UpdateModule", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "IsModuleSupported", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "ShouldActivateModule", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ActivateModule", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "DeactivateModule", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Process", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "StandaloneInputModule", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.Networking.Match", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Networking.Types.NetworkID", + "name": "networkId", + "comment": "The network ID for this match.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "typeName": "UnityEngine.Networking.Types.NodeID", + "name": "hostNodeId", + "comment": "The NodeID of the host for this match.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "typeName": "string", + "name": "name", + "comment": "The text name for this match.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "typeName": "int", + "name": "averageEloScore", + "comment": "The average Elo score of the match.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "typeName": "int", + "name": "maxSize", + "comment": "The maximum number of players this match can grow to.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "typeName": "int", + "name": "currentSize", + "comment": "The current number of players in the match.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "typeName": "bool", + "name": "isPrivate", + "comment": "Describes if the match is private. Private matches are unlisted in ListMatch results.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "typeName": "System.Collections.Generic.Dictionary", + "name": "matchAttributes", + "comment": "The collection of match attributes on this match.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "typeName": "System.Collections.Generic.List", + "name": "directConnectInfos", + "comment": "The collection of direct connect info classes describing direct connection information supplied to the MatchMaker.\n\n", + "location": "UnityEngine.UNETModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UNETModule.dll" + } + ], + "name": "MatchInfoSnapshot", + "comment": "A class describing the match information as a snapshot at the time the request was processed on the MatchMaker.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "namespace": "UnityEngine.EventSystems", + "baseClass": "UnityEngine.EventSystems.UIBehaviour", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Camera", + "name": "eventCamera", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "int", + "name": "priority", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "int", + "name": "sortOrderPriority", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "int", + "name": "renderOrderPriority", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.EventSystems.BaseRaycaster", + "name": "rootRaycaster", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "eventData", + "typeName": "UnityEngine.EventSystems.PointerEventData" + }, + { + "name": "resultAppendList", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "Raycast", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "BaseRaycaster", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.Networking", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Networking.UnityWebRequest.Result", + "name": "InProgress", + "comment": "The request hasn't finished yet.\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "typeName": "UnityEngine.Networking.UnityWebRequest.Result", + "name": "Success", + "comment": "The request succeeded.\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "typeName": "UnityEngine.Networking.UnityWebRequest.Result", + "name": "ConnectionError", + "comment": "Failed to communicate with the server. For example, the request couldn't connect or it could not establish a secure channel.\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "typeName": "UnityEngine.Networking.UnityWebRequest.Result", + "name": "ProtocolError", + "comment": "The server returned an error response. The request succeeded in communicating with the server, but received an error as defined by the connection protocol.\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "typeName": "UnityEngine.Networking.UnityWebRequest.Result", + "name": "DataProcessingError", + "comment": "Error processing data. The request succeeded in communicating with the server, but encountered an error when processing the received data. For example, the data was corrupted or not in the correct format.\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Networking.UnityWebRequest.Result", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UnityWebRequestModule.dll" + } + ], + "name": "Result", + "comment": "Defines codes describing the possible outcomes of a UnityWebRequest.\n\n", + "location": "UnityEngine.UnityWebRequestModule.dll" + }, + { + "namespace": "UnityEngine.EventSystems", + "baseClass": "UnityEngine.EventSystems.PhysicsRaycaster", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "eventData", + "typeName": "UnityEngine.EventSystems.PointerEventData" + }, + { + "name": "resultAppendList", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "Raycast", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "Physics2DRaycaster", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.EventSystems", + "baseClass": "UnityEngine.EventSystems.BaseRaycaster", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Camera", + "name": "eventCamera", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "int", + "name": "depth", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "int", + "name": "finalEventMask", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.LayerMask", + "name": "eventMask", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "int", + "name": "maxRayIntersections", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "eventData", + "typeName": "UnityEngine.EventSystems.PointerEventData" + }, + { + "name": "resultAppendList", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "Raycast", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "PhysicsRaycaster", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.EventSystems", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.EventSystems.StandaloneInputModule.InputMode", + "name": "Mouse", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.EventSystems.StandaloneInputModule.InputMode", + "name": "Buttons", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.EventSystems.StandaloneInputModule.InputMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "InputMode", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.EventSystems", + "baseClass": "UnityEngine.EventSystems.PointerInputModule", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "allowActivationOnStandalone", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "bool", + "name": "forceModuleActive", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "UpdateModule", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "IsModuleSupported", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "ShouldActivateModule", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Process", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "DeactivateModule", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "TouchInputModule", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.EventSystems", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.EventSystems.MoveDirection", + "name": "Left", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.EventSystems.MoveDirection", + "name": "Up", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.EventSystems.MoveDirection", + "name": "Right", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.EventSystems.MoveDirection", + "name": "Down", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.EventSystems.MoveDirection", + "name": "None", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.EventSystems.MoveDirection", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "MoveDirection", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.EventSystems", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.EventSystems.BaseRaycaster", + "name": "module", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "float", + "name": "distance", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "float", + "name": "index", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "int", + "name": "depth", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "int", + "name": "sortingLayer", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "int", + "name": "sortingOrder", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "worldPosition", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "worldNormal", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "screenPosition", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "int", + "name": "displayIndex", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.GameObject", + "name": "gameObject", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "bool", + "name": "isValid", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Clear", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "RaycastResult", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.Networking.Match", + "baseClass": "UnityEngine.MonoBehaviour", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Uri", + "name": "baseUri", + "comment": "The base URI of the MatchMaker that this NetworkMatch will communicate with.\n\n", + "location": "UnityEngine.UNETModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "programAppID", + "typeName": "UnityEngine.Networking.Types.AppID" + } + ], + "isStatic": false, + "name": "SetProgramAppID", + "comment": "This method is deprecated. Please instead log in through the editor services panel and setup the project under the Unity Multiplayer section. This will populate the required infomation from the cloud site automatically.\n\n```plaintext\nParams: programAppID - Deprecated, see description.\n \n```\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "returnTypeName": "Coroutine", + "params": [ + { "name": "matchName", "typeName": "string" }, + { "name": "matchSize", "typeName": "uint" }, + { "name": "matchAdvertise", "typeName": "bool" }, + { "name": "matchPassword", "typeName": "string" }, + { "name": "publicClientAddress", "typeName": "string" }, + { "name": "privateClientAddress", "typeName": "string" }, + { "name": "eloScoreForMatch", "typeName": "int" }, + { "name": "requestDomain", "typeName": "int" }, + { + "name": "callback", + "typeName": "UnityEngine.Networking.Match.NetworkMatch.DataResponseDelegate" + } + ], + "isStatic": false, + "name": "CreateMatch", + "comment": "", + "location": "UnityEngine.UNETModule.dll" + }, + { + "returnTypeName": "Coroutine", + "params": [ + { + "name": "netId", + "typeName": "UnityEngine.Networking.Types.NetworkID" + }, + { "name": "matchPassword", "typeName": "string" }, + { "name": "publicClientAddress", "typeName": "string" }, + { "name": "privateClientAddress", "typeName": "string" }, + { "name": "eloScoreForClient", "typeName": "int" }, + { "name": "requestDomain", "typeName": "int" }, + { + "name": "callback", + "typeName": "UnityEngine.Networking.Match.NetworkMatch.DataResponseDelegate" + } + ], + "isStatic": false, + "name": "JoinMatch", + "comment": "", + "location": "UnityEngine.UNETModule.dll" + }, + { + "returnTypeName": "Coroutine", + "params": [ + { + "name": "netId", + "typeName": "UnityEngine.Networking.Types.NetworkID" + }, + { "name": "requestDomain", "typeName": "int" }, + { + "name": "callback", + "typeName": "UnityEngine.Networking.Match.NetworkMatch.BasicResponseDelegate" + } + ], + "isStatic": false, + "name": "DestroyMatch", + "comment": "", + "location": "UnityEngine.UNETModule.dll" + }, + { + "returnTypeName": "Coroutine", + "params": [ + { + "name": "netId", + "typeName": "UnityEngine.Networking.Types.NetworkID" + }, + { + "name": "dropNodeId", + "typeName": "UnityEngine.Networking.Types.NodeID" + }, + { "name": "requestDomain", "typeName": "int" }, + { + "name": "callback", + "typeName": "UnityEngine.Networking.Match.NetworkMatch.BasicResponseDelegate" + } + ], + "isStatic": false, + "name": "DropConnection", + "comment": "", + "location": "UnityEngine.UNETModule.dll" + }, + { + "returnTypeName": "Coroutine", + "params": [ + { "name": "startPageNumber", "typeName": "int" }, + { "name": "resultPageSize", "typeName": "int" }, + { "name": "matchNameFilter", "typeName": "string" }, + { + "name": "filterOutPrivateMatchesFromResults", + "typeName": "bool" + }, + { "name": "eloScoreTarget", "typeName": "int" }, + { "name": "requestDomain", "typeName": "int" }, + { + "name": "callback", + "typeName": "UnityEngine.Networking.Match.NetworkMatch.DataResponseDelegate>" + } + ], + "isStatic": false, + "name": "ListMatches", + "comment": "", + "location": "UnityEngine.UNETModule.dll" + }, + { + "returnTypeName": "Coroutine", + "params": [ + { + "name": "networkId", + "typeName": "UnityEngine.Networking.Types.NetworkID" + }, + { "name": "isListed", "typeName": "bool" }, + { "name": "requestDomain", "typeName": "int" }, + { + "name": "callback", + "typeName": "UnityEngine.Networking.Match.NetworkMatch.BasicResponseDelegate" + } + ], + "isStatic": false, + "name": "SetMatchAttributes", + "comment": "", + "location": "UnityEngine.UNETModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UNETModule.dll" + } + ], + "name": "NetworkMatch", + "comment": "A component for communicating with the Unity Multiplayer Matchmaking service.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "namespace": "UnityEngine.Networking.Match", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Networking.Types.NodeID", + "name": "nodeId", + "comment": "NodeID of the match member this info refers to.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "typeName": "string", + "name": "publicAddress", + "comment": "The public network address supplied for this direct connect info.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "typeName": "string", + "name": "privateAddress", + "comment": "The private network address supplied for this direct connect info.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "typeName": "UnityEngine.Networking.Types.HostPriority", + "name": "hostPriority", + "comment": "The host priority for this direct connect info. Host priority describes the order in which this match member occurs in the list of clients attached to a match.\n\n", + "location": "UnityEngine.UNETModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UNETModule.dll" + } + ], + "name": "MatchInfoDirectConnectSnapshot", + "comment": "A class describing one member of a match and what direct connect information other clients have supplied.\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "namespace": "UnityEngine.EventSystems", + "baseClass": "UnityEngine.MonoBehaviour", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "IsActive", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "IsDestroyed", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "UIBehaviour", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.Networking.Match", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UNETModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "success", "typeName": "bool" }, + { "name": "extendedInfo", "typeName": "string" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "UnityEngine.UNETModule.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "success", "typeName": "bool" }, + { "name": "extendedInfo", "typeName": "string" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "UnityEngine.UNETModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "UnityEngine.UNETModule.dll" + } + ], + "name": "BasicResponseDelegate", + "comment": "A delegate that can handle MatchMaker responses that return basic response types (generally only indicating success or failure and extended information if a failure did happen).\n\n```plaintext\nParams: success - Indicates if the request succeeded.\n extendedInfo - A text description of the failure if success is false.\n \n```\n\n", + "location": "UnityEngine.UNETModule.dll" + }, + { + "namespace": "UnityEngine.Networking.Match", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UNETModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "success", "typeName": "bool" }, + { "name": "extendedInfo", "typeName": "string" }, + { "name": "responseData", "typeName": "T" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "UnityEngine.UNETModule.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "success", "typeName": "bool" }, + { "name": "extendedInfo", "typeName": "string" }, + { "name": "responseData", "typeName": "T" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "UnityEngine.UNETModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "UnityEngine.UNETModule.dll" + } + ], + "name": "DataResponseDelegate", + "comment": "", + "location": "UnityEngine.UNETModule.dll" + }, + { + "namespace": "UnityEngine.UI", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "normalTrigger", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "string", + "name": "highlightedTrigger", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "string", + "name": "pressedTrigger", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "string", + "name": "selectedTrigger", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "string", + "name": "disabledTrigger", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "AnimationTriggers", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.UI", + "baseClass": "UnityEngine.UI.Selectable", + "attribute": "", + "interfaces": [ + "IMoveHandler", + "IPointerDownHandler", + "IPointerUpHandler", + "IPointerEnterHandler", + "IPointerExitHandler", + "ISelectHandler", + "IDeselectHandler", + "IPointerClickHandler", + "ISubmitHandler", + "IEventSystemHandler" + ], + "fields": [ + { + "typeName": "UnityEngine.UI.Button.ButtonClickedEvent", + "name": "onClick", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "eventData", + "typeName": "UnityEngine.EventSystems.PointerEventData" + } + ], + "isStatic": false, + "name": "OnPointerClick", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "eventData", + "typeName": "UnityEngine.EventSystems.BaseEventData" + } + ], + "isStatic": false, + "name": "OnSubmit", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "Button", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.UI", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.UI.CanvasUpdate", + "name": "Prelayout", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.CanvasUpdate", + "name": "Layout", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.CanvasUpdate", + "name": "PostLayout", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.CanvasUpdate", + "name": "PreRender", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.CanvasUpdate", + "name": "LatePreRender", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.CanvasUpdate", + "name": "MaxUpdateValue", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.UI.CanvasUpdate", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "CanvasUpdate", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.UI", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Transform", + "name": "transform", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "executing", "typeName": "UnityEngine.UI.CanvasUpdate" } + ], + "isStatic": false, + "name": "Rebuild", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "LayoutComplete", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "GraphicUpdateComplete", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "IsDestroyed", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "ICanvasElement", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.UI", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.UI.CanvasUpdateRegistry", + "name": "instance", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "element", "typeName": "UnityEngine.UI.ICanvasElement" } + ], + "isStatic": true, + "name": "RegisterCanvasElementForLayoutRebuild", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "element", "typeName": "UnityEngine.UI.ICanvasElement" } + ], + "isStatic": true, + "name": "TryRegisterCanvasElementForLayoutRebuild", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "element", "typeName": "UnityEngine.UI.ICanvasElement" } + ], + "isStatic": true, + "name": "RegisterCanvasElementForGraphicRebuild", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "element", "typeName": "UnityEngine.UI.ICanvasElement" } + ], + "isStatic": true, + "name": "TryRegisterCanvasElementForGraphicRebuild", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "element", "typeName": "UnityEngine.UI.ICanvasElement" } + ], + "isStatic": true, + "name": "UnRegisterCanvasElementForRebuild", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": true, + "name": "IsRebuildingLayout", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": true, + "name": "IsRebuildingGraphics", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "CanvasUpdateRegistry", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.UI", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IEquatable"], + "fields": [ + { + "typeName": "UnityEngine.UI.ColorBlock", + "name": "defaultColorBlock", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.Color", + "name": "normalColor", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.Color", + "name": "highlightedColor", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.Color", + "name": "pressedColor", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.Color", + "name": "selectedColor", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.Color", + "name": "disabledColor", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "float", + "name": "colorMultiplier", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "float", + "name": "fadeDuration", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "other", "typeName": "UnityEngine.UI.ColorBlock" } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "point1", "typeName": "UnityEngine.UI.ColorBlock" }, + { "name": "point2", "typeName": "UnityEngine.UI.ColorBlock" } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "point1", "typeName": "UnityEngine.UI.ColorBlock" }, + { "name": "point2", "typeName": "UnityEngine.UI.ColorBlock" } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "ColorBlock", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.UI", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.UI.ClipperRegistry", + "name": "instance", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Cull", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "c", "typeName": "UnityEngine.UI.IClipper" }], + "isStatic": true, + "name": "Register", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "c", "typeName": "UnityEngine.UI.IClipper" }], + "isStatic": true, + "name": "Unregister", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "ClipperRegistry", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.UI", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "PerformClipping", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "IClipper", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.UI", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Rect", + "params": [ + { + "name": "rectMaskParents", + "typeName": "System.Collections.Generic.List" + }, + { "name": "validRect", "typeName": "bool" } + ], + "isStatic": true, + "name": "FindCullAndClipWorldRect", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "Clipping", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.UI", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.GameObject", + "name": "gameObject", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.RectTransform", + "name": "rectTransform", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "RecalculateClipping", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "clipRect", "typeName": "UnityEngine.Rect" }, + { "name": "validRect", "typeName": "bool" } + ], + "isStatic": false, + "name": "Cull", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "UnityEngine.Rect" }, + { "name": "validRect", "typeName": "bool" } + ], + "isStatic": false, + "name": "SetClipRect", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "clipSoftness", "typeName": "UnityEngine.Vector2" } + ], + "isStatic": false, + "name": "SetClipSoftness", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "IClippable", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.UI", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.UI.DefaultControls.IFactoryControls", + "name": "factory", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "methods": [ + { + "returnTypeName": "GameObject", + "params": [ + { + "name": "resources", + "typeName": "UnityEngine.UI.DefaultControls.Resources" + } + ], + "isStatic": true, + "name": "CreatePanel", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "GameObject", + "params": [ + { + "name": "resources", + "typeName": "UnityEngine.UI.DefaultControls.Resources" + } + ], + "isStatic": true, + "name": "CreateButton", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "GameObject", + "params": [ + { + "name": "resources", + "typeName": "UnityEngine.UI.DefaultControls.Resources" + } + ], + "isStatic": true, + "name": "CreateText", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "GameObject", + "params": [ + { + "name": "resources", + "typeName": "UnityEngine.UI.DefaultControls.Resources" + } + ], + "isStatic": true, + "name": "CreateImage", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "GameObject", + "params": [ + { + "name": "resources", + "typeName": "UnityEngine.UI.DefaultControls.Resources" + } + ], + "isStatic": true, + "name": "CreateRawImage", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "GameObject", + "params": [ + { + "name": "resources", + "typeName": "UnityEngine.UI.DefaultControls.Resources" + } + ], + "isStatic": true, + "name": "CreateSlider", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "GameObject", + "params": [ + { + "name": "resources", + "typeName": "UnityEngine.UI.DefaultControls.Resources" + } + ], + "isStatic": true, + "name": "CreateScrollbar", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "GameObject", + "params": [ + { + "name": "resources", + "typeName": "UnityEngine.UI.DefaultControls.Resources" + } + ], + "isStatic": true, + "name": "CreateToggle", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "GameObject", + "params": [ + { + "name": "resources", + "typeName": "UnityEngine.UI.DefaultControls.Resources" + } + ], + "isStatic": true, + "name": "CreateInputField", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "GameObject", + "params": [ + { + "name": "resources", + "typeName": "UnityEngine.UI.DefaultControls.Resources" + } + ], + "isStatic": true, + "name": "CreateDropdown", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "GameObject", + "params": [ + { + "name": "resources", + "typeName": "UnityEngine.UI.DefaultControls.Resources" + } + ], + "isStatic": true, + "name": "CreateScrollView", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "DefaultControls", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.SubsystemsImplementation", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "descriptor", + "typeName": "UnityEngine.SubsystemsImplementation.SubsystemDescriptorWithProvider" + } + ], + "isStatic": true, + "name": "RegisterDescriptor", + "comment": "", + "location": "UnityEngine.SubsystemsModule.dll" + } + ], + "name": "SubsystemDescriptorStore", + "comment": "Registration entry point for subsystems to register their descriptor.\n\n", + "location": "UnityEngine.SubsystemsModule.dll" + }, + { + "namespace": "UnityEngine.SubsystemsImplementation", + "baseClass": "object", + "attribute": "", + "interfaces": ["ISubsystemDescriptor"], + "fields": [ + { + "typeName": "string", + "name": "id", + "comment": "A unique string that identifies the SubsystemWithProvider that this descriptor can create.\n\n", + "location": "UnityEngine.SubsystemsModule.dll" + } + ], + "methods": [], + "name": "SubsystemDescriptorWithProvider", + "comment": "Information about a SubsystemWithProvider that can be queried before creating a subsystem instance.\n\n", + "location": "UnityEngine.SubsystemsModule.dll" + }, + { + "namespace": "UnityEngine.UI", + "baseClass": "UnityEngine.Events.UnityEvent", + "attribute": "", + "interfaces": ["ISerializationCallbackReceiver"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "ButtonClickedEvent", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.SubsystemsImplementation", + "baseClass": "UnityEngine.SubsystemsImplementation.SubsystemDescriptorWithProvider", + "attribute": "", + "interfaces": ["ISubsystemDescriptor"], + "fields": [], + "methods": [ + { + "returnTypeName": "TSubsystem", + "params": [], + "isStatic": false, + "name": "Create", + "comment": "", + "location": "UnityEngine.SubsystemsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.SubsystemsModule.dll" + } + ], + "name": "SubsystemDescriptorWithProvider", + "comment": "", + "location": "UnityEngine.SubsystemsModule.dll" + }, + { + "namespace": "UnityEngine.SubsystemsImplementation", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "running", + "comment": "", + "location": "UnityEngine.SubsystemsModule.dll" + } + ], + "methods": [], + "name": "SubsystemProvider", + "comment": "A provider that supplies data to a subsystem, generally for platform-specific implementations.\n\n", + "location": "UnityEngine.SubsystemsModule.dll" + }, + { + "namespace": "UnityEngine.UI", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "GameObject", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "components", "typeName": "System.Type[]" } + ], + "isStatic": false, + "name": "CreateGameObject", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "IFactoryControls", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.SubsystemsImplementation", + "baseClass": "UnityEngine.SubsystemsImplementation.SubsystemProvider", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Start", + "comment": "", + "location": "UnityEngine.SubsystemsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Stop", + "comment": "", + "location": "UnityEngine.SubsystemsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Destroy", + "comment": "", + "location": "UnityEngine.SubsystemsModule.dll" + } + ], + "name": "SubsystemProvider", + "comment": "", + "location": "UnityEngine.SubsystemsModule.dll" + }, + { + "namespace": "UnityEngine.UI", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Sprite", + "name": "standard", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.Sprite", + "name": "background", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.Sprite", + "name": "inputField", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.Sprite", + "name": "knob", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.Sprite", + "name": "checkmark", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.Sprite", + "name": "dropdown", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.Sprite", + "name": "mask", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "Resources", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.SubsystemsImplementation", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "TProvider", + "name": "provider", + "comment": "", + "location": "UnityEngine.SubsystemsModule.dll" + }, + { + "typeName": "bool", + "name": "running", + "comment": "", + "location": "UnityEngine.SubsystemsModule.dll" + } + ], + "methods": [], + "name": "SubsystemProxy", + "comment": "", + "location": "UnityEngine.SubsystemsModule.dll" + }, + { + "namespace": "UnityEngine.SubsystemsImplementation", + "baseClass": "object", + "attribute": "", + "interfaces": ["ISubsystem"], + "fields": [ + { + "typeName": "bool", + "name": "running", + "comment": "Whether or not the subsystem is running.\n\nThis returns true after Start has been called on the subsystem, and false after Stop is called.\n\n", + "location": "UnityEngine.SubsystemsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Start", + "comment": "Starts an instance of a subsystem.\n\nOnce the instance is started, the subsystem representing this instance is active and can be interacted with.\n\n", + "location": "UnityEngine.SubsystemsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Stop", + "comment": "Stops an instance of a subsystem.\n\nOnce the instance is stopped, the subsystem representing this instance is no longer active and should not consume CPU resources.\n\n", + "location": "UnityEngine.SubsystemsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Destroy", + "comment": "Destroys this instance of a subsystem.\n\nAlso unloads all resources acquired during the initialization step. Call this when you no longer need this instance of a subsystem.\n\nNote: Once a subsystem is Destroyed, script can still hold a reference but calling a method on it will result in a NullArgumentException.\n\n", + "location": "UnityEngine.SubsystemsModule.dll" + } + ], + "name": "SubsystemWithProvider", + "comment": "A subsystem is initialized from a SubsystemDescriptorWithProvider for a given subsystem (Session, Plane, Face, etc.) and provides an interface to interact with that given subsystem until it is Destroyed. After a subsystem is created, it can be Started or Stopped to turn on and off functionality and preserve performance. The base type for the subsystem only exposes this functionality; this class is designed to be a base class for derived classes that expose more functionality specific to a given subsystem.\n\n*Note:* Initializing a second subsystem from the same subsystem descriptor will return a reference to the existing subsystem, because only one subsystem is currently allowed for a single subsystem provider.\n\n", + "location": "UnityEngine.SubsystemsModule.dll" + }, + { + "namespace": "UnityEngine.UI", + "baseClass": "UnityEngine.UI.Selectable", + "attribute": "", + "interfaces": [ + "IMoveHandler", + "IPointerDownHandler", + "IPointerUpHandler", + "IPointerEnterHandler", + "IPointerExitHandler", + "ISelectHandler", + "IDeselectHandler", + "IPointerClickHandler", + "ISubmitHandler", + "ICancelHandler", + "IEventSystemHandler" + ], + "fields": [ + { + "typeName": "UnityEngine.RectTransform", + "name": "template", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.Text", + "name": "captionText", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.Image", + "name": "captionImage", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.Text", + "name": "itemText", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.Image", + "name": "itemImage", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "System.Collections.Generic.List", + "name": "options", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.Dropdown.DropdownEvent", + "name": "onValueChanged", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "float", + "name": "alphaFadeSpeed", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "int", + "name": "value", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "input", "typeName": "int" }], + "isStatic": false, + "name": "SetValueWithoutNotify", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "RefreshShownValue", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "options", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "AddOptions", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "options", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "AddOptions", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "options", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "AddOptions", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ClearOptions", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "eventData", + "typeName": "UnityEngine.EventSystems.PointerEventData" + } + ], + "isStatic": false, + "name": "OnPointerClick", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "eventData", + "typeName": "UnityEngine.EventSystems.BaseEventData" + } + ], + "isStatic": false, + "name": "OnSubmit", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "eventData", + "typeName": "UnityEngine.EventSystems.BaseEventData" + } + ], + "isStatic": false, + "name": "OnCancel", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Show", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Hide", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "Dropdown", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.SubsystemsImplementation", + "baseClass": "UnityEngine.SubsystemsImplementation.SubsystemWithProvider", + "attribute": "", + "interfaces": ["ISubsystem"], + "fields": [ + { + "typeName": "TSubsystemDescriptor", + "name": "subsystemDescriptor", + "comment": "", + "location": "UnityEngine.SubsystemsModule.dll" + } + ], + "methods": [], + "name": "SubsystemWithProvider", + "comment": "", + "location": "UnityEngine.SubsystemsModule.dll" + }, + { + "namespace": "UnityEngine.UI", + "baseClass": "UnityEngine.EventSystems.UIBehaviour", + "attribute": "", + "interfaces": ["ICanvasElement"], + "fields": [ + { + "typeName": "UnityEngine.Material", + "name": "defaultGraphicMaterial", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.Color", + "name": "color", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "bool", + "name": "raycastTarget", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.Vector4", + "name": "raycastPadding", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "int", + "name": "depth", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.RectTransform", + "name": "rectTransform", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.Canvas", + "name": "canvas", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.CanvasRenderer", + "name": "canvasRenderer", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.Material", + "name": "defaultMaterial", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.Material", + "name": "material", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.Material", + "name": "materialForRendering", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.Texture", + "name": "mainTexture", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "SetAllDirty", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "SetLayoutDirty", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "SetVerticesDirty", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "SetMaterialDirty", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "OnCullingChanged", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "update", "typeName": "UnityEngine.UI.CanvasUpdate" } + ], + "isStatic": false, + "name": "Rebuild", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "LayoutComplete", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "GraphicUpdateComplete", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "OnRebuildRequested", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "SetNativeSize", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "sp", "typeName": "UnityEngine.Vector2" }, + { "name": "eventCamera", "typeName": "UnityEngine.Camera" } + ], + "isStatic": false, + "name": "Raycast", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Vector2", + "params": [{ "name": "point", "typeName": "UnityEngine.Vector2" }], + "isStatic": false, + "name": "PixelAdjustPoint", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Rect", + "params": [], + "isStatic": false, + "name": "GetPixelAdjustedRect", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "targetColor", "typeName": "UnityEngine.Color" }, + { "name": "duration", "typeName": "float" }, + { "name": "ignoreTimeScale", "typeName": "bool" }, + { "name": "useAlpha", "typeName": "bool" } + ], + "isStatic": false, + "name": "CrossFadeColor", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "targetColor", "typeName": "UnityEngine.Color" }, + { "name": "duration", "typeName": "float" }, + { "name": "ignoreTimeScale", "typeName": "bool" }, + { "name": "useAlpha", "typeName": "bool" }, + { "name": "useRGB", "typeName": "bool" } + ], + "isStatic": false, + "name": "CrossFadeColor", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "alpha", "typeName": "float" }, + { "name": "duration", "typeName": "float" }, + { "name": "ignoreTimeScale", "typeName": "bool" } + ], + "isStatic": false, + "name": "CrossFadeAlpha", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "action", "typeName": "UnityEngine.Events.UnityAction" } + ], + "isStatic": false, + "name": "RegisterDirtyLayoutCallback", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "action", "typeName": "UnityEngine.Events.UnityAction" } + ], + "isStatic": false, + "name": "UnregisterDirtyLayoutCallback", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "action", "typeName": "UnityEngine.Events.UnityAction" } + ], + "isStatic": false, + "name": "RegisterDirtyVerticesCallback", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "action", "typeName": "UnityEngine.Events.UnityAction" } + ], + "isStatic": false, + "name": "UnregisterDirtyVerticesCallback", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "action", "typeName": "UnityEngine.Events.UnityAction" } + ], + "isStatic": false, + "name": "RegisterDirtyMaterialCallback", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "action", "typeName": "UnityEngine.Events.UnityAction" } + ], + "isStatic": false, + "name": "UnregisterDirtyMaterialCallback", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "Graphic", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.UI", + "baseClass": "UnityEngine.EventSystems.BaseRaycaster", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "sortOrderPriority", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "int", + "name": "renderOrderPriority", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "bool", + "name": "ignoreReversedGraphics", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.GraphicRaycaster.BlockingObjects", + "name": "blockingObjects", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.LayerMask", + "name": "blockingMask", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.Camera", + "name": "eventCamera", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "eventData", + "typeName": "UnityEngine.EventSystems.PointerEventData" + }, + { + "name": "resultAppendList", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "Raycast", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "GraphicRaycaster", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.UI", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "g", "typeName": "UnityEngine.UI.Graphic" }], + "isStatic": true, + "name": "TrackGraphic", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "g", "typeName": "UnityEngine.UI.Graphic" }], + "isStatic": true, + "name": "UnTrackGraphic", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "GraphicRebuildTracker", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.UI", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.UI.GraphicRegistry", + "name": "instance", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "c", "typeName": "UnityEngine.Canvas" }, + { "name": "graphic", "typeName": "UnityEngine.UI.Graphic" } + ], + "isStatic": true, + "name": "RegisterGraphicForCanvas", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "c", "typeName": "UnityEngine.Canvas" }, + { "name": "graphic", "typeName": "UnityEngine.UI.Graphic" } + ], + "isStatic": true, + "name": "RegisterRaycastGraphicForCanvas", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "c", "typeName": "UnityEngine.Canvas" }, + { "name": "graphic", "typeName": "UnityEngine.UI.Graphic" } + ], + "isStatic": true, + "name": "UnregisterGraphicForCanvas", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "c", "typeName": "UnityEngine.Canvas" }, + { "name": "graphic", "typeName": "UnityEngine.UI.Graphic" } + ], + "isStatic": true, + "name": "UnregisterRaycastGraphicForCanvas", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "IList", + "params": [{ "name": "canvas", "typeName": "UnityEngine.Canvas" }], + "isStatic": true, + "name": "GetGraphicsForCanvas", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "IList", + "params": [{ "name": "canvas", "typeName": "UnityEngine.Canvas" }], + "isStatic": true, + "name": "GetRaycastableGraphicsForCanvas", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "GraphicRegistry", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.UI", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.RectTransform", + "name": "rectTransform", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "Enabled", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "IMask", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.UI", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "RecalculateMasking", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "IMaskable", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.UI", + "baseClass": "UnityEngine.UI.MaskableGraphic", + "attribute": "", + "interfaces": [ + "ICanvasElement", + "IClippable", + "IMaskable", + "IMaterialModifier", + "ISerializationCallbackReceiver", + "ILayoutElement", + "ICanvasRaycastFilter" + ], + "fields": [ + { + "typeName": "UnityEngine.Sprite", + "name": "sprite", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.Sprite", + "name": "overrideSprite", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.Image.Type", + "name": "type", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "bool", + "name": "preserveAspect", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "bool", + "name": "fillCenter", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.Image.FillMethod", + "name": "fillMethod", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "float", + "name": "fillAmount", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "bool", + "name": "fillClockwise", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "int", + "name": "fillOrigin", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "float", + "name": "eventAlphaThreshold", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "float", + "name": "alphaHitTestMinimumThreshold", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "bool", + "name": "useSpriteMesh", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.Material", + "name": "defaultETC1GraphicMaterial", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.Texture", + "name": "mainTexture", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "bool", + "name": "hasBorder", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "float", + "name": "pixelsPerUnitMultiplier", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "float", + "name": "pixelsPerUnit", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.Material", + "name": "material", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "float", + "name": "minWidth", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "float", + "name": "preferredWidth", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "float", + "name": "flexibleWidth", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "float", + "name": "minHeight", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "float", + "name": "preferredHeight", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "float", + "name": "flexibleHeight", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "int", + "name": "layoutPriority", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "DisableSpriteOptimizations", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "OnBeforeSerialize", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "OnAfterDeserialize", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "SetNativeSize", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "CalculateLayoutInputHorizontal", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "CalculateLayoutInputVertical", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "screenPoint", "typeName": "UnityEngine.Vector2" }, + { "name": "eventCamera", "typeName": "UnityEngine.Camera" } + ], + "isStatic": false, + "name": "IsRaycastLocationValid", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "Image", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.UI", + "baseClass": "object", + "attribute": "", + "interfaces": ["ISerializationCallbackReceiver"], + "fields": [ + { + "typeName": "UnityEngine.UI.FontData", + "name": "defaultFontData", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.Font", + "name": "font", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "int", + "name": "fontSize", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.FontStyle", + "name": "fontStyle", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "bool", + "name": "bestFit", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "int", + "name": "minSize", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "int", + "name": "maxSize", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.TextAnchor", + "name": "alignment", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "bool", + "name": "alignByGeometry", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "bool", + "name": "richText", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.HorizontalWrapMode", + "name": "horizontalOverflow", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.VerticalWrapMode", + "name": "verticalOverflow", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "float", + "name": "lineSpacing", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "FontData", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.SubsystemsImplementation.Extensions", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "SubsystemProxy", + "params": [], + "isStatic": false, + "name": "CreateProxy", + "comment": "", + "location": "UnityEngine.SubsystemsModule.dll" + } + ], + "name": "SubsystemDescriptorExtensions", + "comment": "", + "location": "UnityEngine.SubsystemsModule.dll" + }, + { + "namespace": "UnityEngine.UI", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "t", "typeName": "UnityEngine.UI.Text" }], + "isStatic": true, + "name": "TrackText", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "t", "typeName": "UnityEngine.UI.Text" }], + "isStatic": true, + "name": "UntrackText", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "FontUpdateTracker", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.UI", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "text", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.Sprite", + "name": "image", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "text", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "image", "typeName": "UnityEngine.Sprite" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "text", "typeName": "string" }, + { "name": "image", "typeName": "UnityEngine.Sprite" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "OptionData", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.SubsystemsImplementation.Extensions", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "TProvider", + "params": [], + "isStatic": false, + "name": "GetProvider", + "comment": "", + "location": "UnityEngine.SubsystemsModule.dll" + } + ], + "name": "SubsystemExtensions", + "comment": "", + "location": "UnityEngine.SubsystemsModule.dll" + }, + { + "namespace": "UnityEngine.UI", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.UI.GraphicRaycaster.BlockingObjects", + "name": "None", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.GraphicRaycaster.BlockingObjects", + "name": "TwoD", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.GraphicRaycaster.BlockingObjects", + "name": "ThreeD", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.GraphicRaycaster.BlockingObjects", + "name": "All", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.UI.GraphicRaycaster.BlockingObjects", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "BlockingObjects", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.UI", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Collections.Generic.List", + "name": "options", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "OptionDataList", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.UI", + "baseClass": "UnityEngine.EventSystems.UIBehaviour", + "attribute": "", + "interfaces": ["ILayoutSelfController", "ILayoutController"], + "fields": [ + { + "typeName": "UnityEngine.UI.AspectRatioFitter.AspectMode", + "name": "aspectMode", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "float", + "name": "aspectRatio", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "SetLayoutHorizontal", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "SetLayoutVertical", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "IsComponentValidOnObject", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "IsAspectModeValid", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "AspectRatioFitter", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.UI", + "baseClass": "UnityEngine.EventSystems.UIBehaviour", + "attribute": "", + "interfaces": ["ILayoutSelfController", "ILayoutController"], + "fields": [ + { + "typeName": "UnityEngine.UI.ContentSizeFitter.FitMode", + "name": "horizontalFit", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.ContentSizeFitter.FitMode", + "name": "verticalFit", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "SetLayoutHorizontal", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "SetLayoutVertical", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "ContentSizeFitter", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.UI", + "baseClass": "UnityEngine.Events.UnityEvent", + "attribute": "", + "interfaces": ["ISerializationCallbackReceiver"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "DropdownEvent", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.UI", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.UI.ContentSizeFitter.FitMode", + "name": "Unconstrained", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.ContentSizeFitter.FitMode", + "name": "MinSize", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.ContentSizeFitter.FitMode", + "name": "PreferredSize", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.UI.ContentSizeFitter.FitMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "FitMode", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.UI", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.UI.Image.Type", + "name": "Simple", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.Image.Type", + "name": "Sliced", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.Image.Type", + "name": "Tiled", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.Image.Type", + "name": "Filled", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.UI.Image.Type", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "Type", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.UI", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.UI.Image.FillMethod", + "name": "Horizontal", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.Image.FillMethod", + "name": "Vertical", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.Image.FillMethod", + "name": "Radial90", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.Image.FillMethod", + "name": "Radial180", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.Image.FillMethod", + "name": "Radial360", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.UI.Image.FillMethod", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "FillMethod", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.UI", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.UI.Image.OriginHorizontal", + "name": "Left", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.Image.OriginHorizontal", + "name": "Right", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.UI.Image.OriginHorizontal", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "OriginHorizontal", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.UI", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.UI.Image.OriginVertical", + "name": "Bottom", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.Image.OriginVertical", + "name": "Top", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.UI.Image.OriginVertical", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "OriginVertical", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.UI", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.UI.Image.Origin90", + "name": "BottomLeft", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.Image.Origin90", + "name": "TopLeft", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.Image.Origin90", + "name": "TopRight", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.Image.Origin90", + "name": "BottomRight", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.UI.Image.Origin90", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "Origin90", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.UI", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.UI.Image.Origin180", + "name": "Bottom", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.Image.Origin180", + "name": "Left", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.Image.Origin180", + "name": "Top", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.Image.Origin180", + "name": "Right", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.UI.Image.Origin180", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "Origin180", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.UI", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.UI.Image.Origin360", + "name": "Bottom", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.Image.Origin360", + "name": "Right", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.Image.Origin360", + "name": "Top", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.Image.Origin360", + "name": "Left", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.UI.Image.Origin360", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "Origin360", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.UI", + "baseClass": "UnityEngine.UI.Selectable", + "attribute": "", + "interfaces": [ + "IMoveHandler", + "IPointerDownHandler", + "IPointerUpHandler", + "IPointerEnterHandler", + "IPointerExitHandler", + "ISelectHandler", + "IDeselectHandler", + "IUpdateSelectedHandler", + "IBeginDragHandler", + "IDragHandler", + "IEndDragHandler", + "IPointerClickHandler", + "ISubmitHandler", + "IEventSystemHandler", + "ICanvasElement", + "ILayoutElement" + ], + "fields": [ + { + "typeName": "bool", + "name": "shouldHideMobileInput", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "bool", + "name": "shouldActivateOnSelect", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "string", + "name": "text", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "bool", + "name": "isFocused", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "float", + "name": "caretBlinkRate", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "int", + "name": "caretWidth", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.Text", + "name": "textComponent", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.Graphic", + "name": "placeholder", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.Color", + "name": "caretColor", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "bool", + "name": "customCaretColor", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.Color", + "name": "selectionColor", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.InputField.SubmitEvent", + "name": "onEndEdit", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.InputField.OnChangeEvent", + "name": "onValueChange", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.InputField.OnChangeEvent", + "name": "onValueChanged", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.InputField.OnValidateInput", + "name": "onValidateInput", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "int", + "name": "characterLimit", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.InputField.ContentType", + "name": "contentType", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.InputField.LineType", + "name": "lineType", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.InputField.InputType", + "name": "inputType", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.TouchScreenKeyboard", + "name": "touchScreenKeyboard", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.TouchScreenKeyboardType", + "name": "keyboardType", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.InputField.CharacterValidation", + "name": "characterValidation", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "bool", + "name": "readOnly", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "bool", + "name": "multiLine", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "char", + "name": "asteriskChar", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "bool", + "name": "wasCanceled", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "int", + "name": "caretSelectPosition", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "int", + "name": "caretPosition", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "int", + "name": "selectionAnchorPosition", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "int", + "name": "selectionFocusPosition", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "float", + "name": "minWidth", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "float", + "name": "preferredWidth", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "float", + "name": "flexibleWidth", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "float", + "name": "minHeight", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "float", + "name": "preferredHeight", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "float", + "name": "flexibleHeight", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "int", + "name": "layoutPriority", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "input", "typeName": "string" }], + "isStatic": false, + "name": "SetTextWithoutNotify", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "shift", "typeName": "bool" }], + "isStatic": false, + "name": "MoveTextEnd", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "shift", "typeName": "bool" }], + "isStatic": false, + "name": "MoveTextStart", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Vector2", + "params": [{ "name": "screen", "typeName": "UnityEngine.Vector2" }], + "isStatic": false, + "name": "ScreenToLocal", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "eventData", + "typeName": "UnityEngine.EventSystems.PointerEventData" + } + ], + "isStatic": false, + "name": "OnBeginDrag", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "eventData", + "typeName": "UnityEngine.EventSystems.PointerEventData" + } + ], + "isStatic": false, + "name": "OnDrag", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "eventData", + "typeName": "UnityEngine.EventSystems.PointerEventData" + } + ], + "isStatic": false, + "name": "OnEndDrag", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "eventData", + "typeName": "UnityEngine.EventSystems.PointerEventData" + } + ], + "isStatic": false, + "name": "OnPointerDown", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "e", "typeName": "UnityEngine.Event" }], + "isStatic": false, + "name": "ProcessEvent", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "eventData", + "typeName": "UnityEngine.EventSystems.BaseEventData" + } + ], + "isStatic": false, + "name": "OnUpdateSelected", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ForceLabelUpdate", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "update", "typeName": "UnityEngine.UI.CanvasUpdate" } + ], + "isStatic": false, + "name": "Rebuild", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "LayoutComplete", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "GraphicUpdateComplete", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ActivateInputField", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "eventData", + "typeName": "UnityEngine.EventSystems.BaseEventData" + } + ], + "isStatic": false, + "name": "OnSelect", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "eventData", + "typeName": "UnityEngine.EventSystems.PointerEventData" + } + ], + "isStatic": false, + "name": "OnPointerClick", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "DeactivateInputField", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "eventData", + "typeName": "UnityEngine.EventSystems.BaseEventData" + } + ], + "isStatic": false, + "name": "OnDeselect", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "eventData", + "typeName": "UnityEngine.EventSystems.BaseEventData" + } + ], + "isStatic": false, + "name": "OnSubmit", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "CalculateLayoutInputHorizontal", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "CalculateLayoutInputVertical", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "InputField", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.UI", + "baseClass": "UnityEngine.UI.LayoutGroup", + "attribute": "", + "interfaces": ["ILayoutElement", "ILayoutGroup", "ILayoutController"], + "fields": [ + { + "typeName": "UnityEngine.UI.GridLayoutGroup.Corner", + "name": "startCorner", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.GridLayoutGroup.Axis", + "name": "startAxis", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "cellSize", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "spacing", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.GridLayoutGroup.Constraint", + "name": "constraint", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "int", + "name": "constraintCount", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "CalculateLayoutInputHorizontal", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "CalculateLayoutInputVertical", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "SetLayoutHorizontal", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "SetLayoutVertical", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "GridLayoutGroup", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.UI", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.UI.AspectRatioFitter.AspectMode", + "name": "None", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.AspectRatioFitter.AspectMode", + "name": "WidthControlsHeight", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.AspectRatioFitter.AspectMode", + "name": "HeightControlsWidth", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.AspectRatioFitter.AspectMode", + "name": "FitInParent", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.AspectRatioFitter.AspectMode", + "name": "EnvelopeParent", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.UI.AspectRatioFitter.AspectMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "AspectMode", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.UI", + "baseClass": "UnityEngine.EventSystems.UIBehaviour", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.UI.CanvasScaler.ScaleMode", + "name": "uiScaleMode", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "float", + "name": "referencePixelsPerUnit", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "float", + "name": "scaleFactor", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "referenceResolution", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.CanvasScaler.ScreenMatchMode", + "name": "screenMatchMode", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "float", + "name": "matchWidthOrHeight", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.CanvasScaler.Unit", + "name": "physicalUnit", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "float", + "name": "fallbackScreenDPI", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "float", + "name": "defaultSpriteDPI", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "float", + "name": "dynamicPixelsPerUnit", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "methods": [], + "name": "CanvasScaler", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.UI", + "baseClass": "UnityEngine.UI.LayoutGroup", + "attribute": "", + "interfaces": ["ILayoutElement", "ILayoutGroup", "ILayoutController"], + "fields": [ + { + "typeName": "float", + "name": "spacing", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "bool", + "name": "childForceExpandWidth", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "bool", + "name": "childForceExpandHeight", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "bool", + "name": "childControlWidth", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "bool", + "name": "childControlHeight", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "bool", + "name": "childScaleWidth", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "bool", + "name": "childScaleHeight", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "bool", + "name": "reverseArrangement", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "methods": [], + "name": "HorizontalOrVerticalLayoutGroup", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.UI", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [ + { + "typeName": "float", + "name": "minWidth", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "float", + "name": "preferredWidth", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "float", + "name": "flexibleWidth", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "float", + "name": "minHeight", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "float", + "name": "preferredHeight", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "float", + "name": "flexibleHeight", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "int", + "name": "layoutPriority", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "CalculateLayoutInputHorizontal", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "CalculateLayoutInputVertical", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "ILayoutElement", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.UI", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "SetLayoutHorizontal", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "SetLayoutVertical", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "ILayoutController", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.UI", + "baseClass": "", + "attribute": "interface", + "interfaces": ["ILayoutController"], + "fields": [], + "methods": [], + "name": "ILayoutGroup", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.UI", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.UI.GridLayoutGroup.Corner", + "name": "UpperLeft", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.GridLayoutGroup.Corner", + "name": "UpperRight", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.GridLayoutGroup.Corner", + "name": "LowerLeft", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.GridLayoutGroup.Corner", + "name": "LowerRight", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.UI.GridLayoutGroup.Corner", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "Corner", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.UI", + "baseClass": "", + "attribute": "interface", + "interfaces": ["ILayoutController"], + "fields": [], + "methods": [], + "name": "ILayoutSelfController", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.UI", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "ignoreLayout", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "methods": [], + "name": "ILayoutIgnorer", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.UI", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.UI.GridLayoutGroup.Axis", + "name": "Horizontal", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.GridLayoutGroup.Axis", + "name": "Vertical", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.UI.GridLayoutGroup.Axis", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "Axis", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.UI", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.UI.GridLayoutGroup.Constraint", + "name": "Flexible", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.GridLayoutGroup.Constraint", + "name": "FixedColumnCount", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.GridLayoutGroup.Constraint", + "name": "FixedRowCount", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.UI.GridLayoutGroup.Constraint", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "Constraint", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.UI", + "baseClass": "UnityEngine.EventSystems.UIBehaviour", + "attribute": "", + "interfaces": ["ILayoutElement", "ILayoutIgnorer"], + "fields": [ + { + "typeName": "bool", + "name": "ignoreLayout", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "float", + "name": "minWidth", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "float", + "name": "minHeight", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "float", + "name": "preferredWidth", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "float", + "name": "preferredHeight", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "float", + "name": "flexibleWidth", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "float", + "name": "flexibleHeight", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "int", + "name": "layoutPriority", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "CalculateLayoutInputHorizontal", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "CalculateLayoutInputVertical", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "LayoutElement", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.Rendering.VirtualTexturing", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "MaxNumLayers", + "comment": "Internal limit of maximum number of layers.\n\n", + "location": "UnityEngine.VirtualTexturingModule.dll" + }, + { + "typeName": "int", + "name": "MaxRequestsPerFrameSupported", + "comment": "Internal limit on maximum number of requests per frame.\n\n", + "location": "UnityEngine.VirtualTexturingModule.dll" + }, + { + "typeName": "int", + "name": "width", + "comment": "Width of the virtual UV space the stack has.\n\n", + "location": "UnityEngine.VirtualTexturingModule.dll" + }, + { + "typeName": "int", + "name": "height", + "comment": "Height of the virtual UV space the stack has.\n\n", + "location": "UnityEngine.VirtualTexturingModule.dll" + }, + { + "typeName": "int", + "name": "maxActiveRequests", + "comment": "How many request do you plan on processing each frame.\n\n", + "location": "UnityEngine.VirtualTexturingModule.dll" + }, + { + "typeName": "int", + "name": "tilesize", + "comment": "Size of a single tile inside the stack.\n\n", + "location": "UnityEngine.VirtualTexturingModule.dll" + }, + { + "typeName": "UnityEngine.Experimental.Rendering.GraphicsFormat[]", + "name": "layers", + "comment": "The layers this stack contains.\n\n", + "location": "UnityEngine.VirtualTexturingModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.VirtualTexturing.FilterMode", + "name": "filterMode", + "comment": "Filtering mode that will be used when sampling this PVT stack.\n\n", + "location": "UnityEngine.VirtualTexturingModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.VirtualTexturingModule.dll" + } + ], + "name": "CreationParameters", + "comment": "Struct that contains all parameters required to create a ProceduralTextureStack.\n\n", + "location": "UnityEngine.VirtualTexturingModule.dll" + }, + { + "namespace": "UnityEngine.UI", + "baseClass": "UnityEngine.UI.HorizontalOrVerticalLayoutGroup", + "attribute": "", + "interfaces": ["ILayoutElement", "ILayoutGroup", "ILayoutController"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "CalculateLayoutInputHorizontal", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "CalculateLayoutInputVertical", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "SetLayoutHorizontal", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "SetLayoutVertical", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "HorizontalLayoutGroup", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.UI", + "baseClass": "UnityEngine.EventSystems.UIBehaviour", + "attribute": "", + "interfaces": ["ILayoutElement", "ILayoutGroup", "ILayoutController"], + "fields": [ + { + "typeName": "UnityEngine.RectOffset", + "name": "padding", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.TextAnchor", + "name": "childAlignment", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "float", + "name": "minWidth", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "float", + "name": "preferredWidth", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "float", + "name": "flexibleWidth", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "float", + "name": "minHeight", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "float", + "name": "preferredHeight", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "float", + "name": "flexibleHeight", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "int", + "name": "layoutPriority", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "CalculateLayoutInputHorizontal", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "CalculateLayoutInputVertical", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "SetLayoutHorizontal", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "SetLayoutVertical", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "LayoutGroup", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.UI", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.UI.CanvasScaler.ScaleMode", + "name": "ConstantPixelSize", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.CanvasScaler.ScaleMode", + "name": "ScaleWithScreenSize", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.CanvasScaler.ScaleMode", + "name": "ConstantPhysicalSize", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.UI.CanvasScaler.ScaleMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "ScaleMode", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.UI", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Single", + "params": [ + { "name": "rect", "typeName": "UnityEngine.RectTransform" }, + { "name": "axis", "typeName": "int" } + ], + "isStatic": true, + "name": "GetMinSize", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Single", + "params": [ + { "name": "rect", "typeName": "UnityEngine.RectTransform" }, + { "name": "axis", "typeName": "int" } + ], + "isStatic": true, + "name": "GetPreferredSize", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Single", + "params": [ + { "name": "rect", "typeName": "UnityEngine.RectTransform" }, + { "name": "axis", "typeName": "int" } + ], + "isStatic": true, + "name": "GetFlexibleSize", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Single", + "params": [ + { "name": "rect", "typeName": "UnityEngine.RectTransform" } + ], + "isStatic": true, + "name": "GetMinWidth", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Single", + "params": [ + { "name": "rect", "typeName": "UnityEngine.RectTransform" } + ], + "isStatic": true, + "name": "GetPreferredWidth", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Single", + "params": [ + { "name": "rect", "typeName": "UnityEngine.RectTransform" } + ], + "isStatic": true, + "name": "GetFlexibleWidth", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Single", + "params": [ + { "name": "rect", "typeName": "UnityEngine.RectTransform" } + ], + "isStatic": true, + "name": "GetMinHeight", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Single", + "params": [ + { "name": "rect", "typeName": "UnityEngine.RectTransform" } + ], + "isStatic": true, + "name": "GetPreferredHeight", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Single", + "params": [ + { "name": "rect", "typeName": "UnityEngine.RectTransform" } + ], + "isStatic": true, + "name": "GetFlexibleHeight", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Single", + "params": [ + { "name": "rect", "typeName": "UnityEngine.RectTransform" }, + { + "name": "property", + "typeName": "System.Func" + }, + { "name": "defaultValue", "typeName": "float" } + ], + "isStatic": true, + "name": "GetLayoutProperty", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Single", + "params": [ + { "name": "rect", "typeName": "UnityEngine.RectTransform" }, + { + "name": "property", + "typeName": "System.Func" + }, + { "name": "defaultValue", "typeName": "float" }, + { "name": "source", "typeName": "UnityEngine.UI.ILayoutElement" } + ], + "isStatic": true, + "name": "GetLayoutProperty", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "LayoutUtility", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.UI", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.UI.CanvasScaler.ScreenMatchMode", + "name": "MatchWidthOrHeight", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.CanvasScaler.ScreenMatchMode", + "name": "Expand", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.CanvasScaler.ScreenMatchMode", + "name": "Shrink", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.UI.CanvasScaler.ScreenMatchMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "ScreenMatchMode", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.Rendering.VirtualTexturing", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IEquatable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.VirtualTexturingModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "h1", + "typeName": "UnityEngine.Rendering.VirtualTexturing.Procedural.TextureStackRequestHandle" + }, + { + "name": "h2", + "typeName": "UnityEngine.Rendering.VirtualTexturing.Procedural.TextureStackRequestHandle" + } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "UnityEngine.VirtualTexturingModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.VirtualTexturingModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "other", + "typeName": "UnityEngine.Rendering.VirtualTexturing.Procedural.TextureStackRequestHandle" + } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.VirtualTexturingModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "UnityEngine.VirtualTexturingModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "h1", + "typeName": "UnityEngine.Rendering.VirtualTexturing.Procedural.TextureStackRequestHandle" + }, + { + "name": "h2", + "typeName": "UnityEngine.Rendering.VirtualTexturing.Procedural.TextureStackRequestHandle" + } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "UnityEngine.VirtualTexturingModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "status", + "typeName": "UnityEngine.Rendering.VirtualTexturing.Procedural.RequestStatus" + } + ], + "isStatic": false, + "name": "CompleteRequest", + "comment": "", + "location": "UnityEngine.VirtualTexturingModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "status", + "typeName": "UnityEngine.Rendering.VirtualTexturing.Procedural.RequestStatus" + }, + { + "name": "fenceBuffer", + "typeName": "UnityEngine.Rendering.CommandBuffer" + } + ], + "isStatic": false, + "name": "CompleteRequest", + "comment": "", + "location": "UnityEngine.VirtualTexturingModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "requestHandles", + "typeName": "Unity.Collections.NativeSlice>" + }, + { + "name": "status", + "typeName": "Unity.Collections.NativeSlice" + } + ], + "isStatic": true, + "name": "CompleteRequests", + "comment": "", + "location": "UnityEngine.VirtualTexturingModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "requestHandles", + "typeName": "Unity.Collections.NativeSlice>" + }, + { + "name": "status", + "typeName": "Unity.Collections.NativeSlice" + }, + { + "name": "fenceBuffer", + "typeName": "UnityEngine.Rendering.CommandBuffer" + } + ], + "isStatic": true, + "name": "CompleteRequests", + "comment": "", + "location": "UnityEngine.VirtualTexturingModule.dll" + }, + { + "returnTypeName": "T", + "params": [], + "isStatic": false, + "name": "GetRequestParameters", + "comment": "", + "location": "UnityEngine.VirtualTexturingModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "handles", + "typeName": "Unity.Collections.NativeSlice>" + }, + { + "name": "requests", + "typeName": "Unity.Collections.NativeSlice" + } + ], + "isStatic": true, + "name": "GetRequestParameters", + "comment": "", + "location": "UnityEngine.VirtualTexturingModule.dll" + } + ], + "name": "TextureStackRequestHandle", + "comment": "Handle for a (CPUTextureStackRequestParameters|CPU or GPUTextureStackRequestParameters|GPU) TextureStackRequest.\n\n", + "location": "UnityEngine.VirtualTexturingModule.dll" + }, + { + "namespace": "UnityEngine.UI", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.UI.CanvasScaler.Unit", + "name": "Centimeters", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.CanvasScaler.Unit", + "name": "Millimeters", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.CanvasScaler.Unit", + "name": "Inches", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.CanvasScaler.Unit", + "name": "Points", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.CanvasScaler.Unit", + "name": "Picas", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.UI.CanvasScaler.Unit", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "Unit", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.Rendering.VirtualTexturing", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "destX", + "comment": "X offset inside the destination RenderTexture.\n\n", + "location": "UnityEngine.VirtualTexturingModule.dll" + }, + { + "typeName": "int", + "name": "destY", + "comment": "Y offset inside the destination RenderTexture.\n\n", + "location": "UnityEngine.VirtualTexturingModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.RenderTargetIdentifier", + "name": "dest", + "comment": "RenderTarget where the tile should be generated on.\n\n", + "location": "UnityEngine.VirtualTexturingModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.VirtualTexturingModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetWidth", + "comment": "Gets the width of the RenderTexture asociated with the request.\n\n", + "location": "UnityEngine.VirtualTexturingModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHeight", + "comment": "Gets the height of the RenderTexture asociated with the request.\n\n", + "location": "UnityEngine.VirtualTexturingModule.dll" + } + ], + "name": "GPUTextureStackRequestLayerParameters", + "comment": "Per-layer properties of a request.\n\n", + "location": "UnityEngine.VirtualTexturingModule.dll" + }, + { + "namespace": "UnityEngine.UI", + "baseClass": "UnityEngine.UI.HorizontalOrVerticalLayoutGroup", + "attribute": "", + "interfaces": ["ILayoutElement", "ILayoutGroup", "ILayoutController"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "CalculateLayoutInputHorizontal", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "CalculateLayoutInputVertical", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "SetLayoutHorizontal", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "SetLayoutVertical", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "VerticalLayoutGroup", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.Rendering.VirtualTexturing", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "scanlineSize", + "comment": "Datasize (in bytes) of a single scanline of the tile data for this layer.\n\n", + "location": "UnityEngine.VirtualTexturingModule.dll" + }, + { + "typeName": "int", + "name": "mipScanlineSize", + "comment": "Datasize (in bytes) of a single scanline of the tile's lower-resolution mip data for this layer, used for trilinear filtering.\n\n", + "location": "UnityEngine.VirtualTexturingModule.dll" + }, + { + "typeName": "bool", + "name": "requiresCachedMip", + "comment": "Indicates that this request needs both the actual tile data as well as the corresponding data at the next lower-resolution mip.\n\n", + "location": "UnityEngine.VirtualTexturingModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.VirtualTexturingModule.dll" + }, + { + "returnTypeName": "NativeArray", + "params": [], + "isStatic": false, + "name": "GetData", + "comment": "", + "location": "UnityEngine.VirtualTexturingModule.dll" + }, + { + "returnTypeName": "NativeArray", + "params": [], + "isStatic": false, + "name": "GetMipData", + "comment": "", + "location": "UnityEngine.VirtualTexturingModule.dll" + } + ], + "name": "CPUTextureStackRequestLayerParameters", + "comment": "Per-layer properties of a ProceduralTextureRequest.\n\n", + "location": "UnityEngine.VirtualTexturingModule.dll" + }, + { + "namespace": "UnityEngine.UI", + "baseClass": "UnityEngine.EventSystems.UIBehaviour", + "attribute": "", + "interfaces": ["ICanvasRaycastFilter", "IMaterialModifier"], + "fields": [ + { + "typeName": "UnityEngine.RectTransform", + "name": "rectTransform", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "bool", + "name": "showMaskGraphic", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.Graphic", + "name": "graphic", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "MaskEnabled", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "OnSiblingGraphicEnabledDisabled", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "sp", "typeName": "UnityEngine.Vector2" }, + { "name": "eventCamera", "typeName": "UnityEngine.Camera" } + ], + "isStatic": false, + "name": "IsRaycastLocationValid", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Material", + "params": [ + { "name": "baseMaterial", "typeName": "UnityEngine.Material" } + ], + "isStatic": false, + "name": "GetModifiedMaterial", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "Mask", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.Rendering.VirtualTexturing", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "level", + "comment": "Miplevel of the requested rectangle.\n\n", + "location": "UnityEngine.VirtualTexturingModule.dll" + }, + { + "typeName": "int", + "name": "x", + "comment": "X offset of the requested rectangle.\n\n", + "location": "UnityEngine.VirtualTexturingModule.dll" + }, + { + "typeName": "int", + "name": "y", + "comment": "Y offset of the requested rectangle.\n\n", + "location": "UnityEngine.VirtualTexturingModule.dll" + }, + { + "typeName": "int", + "name": "width", + "comment": "Width of the requested rectangle.\n\n", + "location": "UnityEngine.VirtualTexturingModule.dll" + }, + { + "typeName": "int", + "name": "height", + "comment": "Height of the requested rectangle.\n\n", + "location": "UnityEngine.VirtualTexturingModule.dll" + }, + { + "typeName": "int", + "name": "numLayers", + "comment": "Number of layers inside the request.\n\n", + "location": "UnityEngine.VirtualTexturingModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.VirtualTexturingModule.dll" + }, + { + "returnTypeName": "GPUTextureStackRequestLayerParameters", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "GetLayer", + "comment": "Properties of the requested layer.\n\n```plaintext\nParams: index - Layer index.\n \n```\n\n", + "location": "UnityEngine.VirtualTexturingModule.dll" + } + ], + "name": "GPUTextureStackRequestParameters", + "comment": "A single procedural virtual texture tile generation request, to be filled in GPU memory.\n\n", + "location": "UnityEngine.VirtualTexturingModule.dll" + }, + { + "namespace": "UnityEngine.UI", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Material", + "params": [ + { "name": "baseMaterial", "typeName": "UnityEngine.Material" } + ], + "isStatic": false, + "name": "GetModifiedMaterial", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "IMaterialModifier", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.UI", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "mask", "typeName": "UnityEngine.Component" }], + "isStatic": true, + "name": "Notify2DMaskStateChanged", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "mask", "typeName": "UnityEngine.Component" }], + "isStatic": true, + "name": "NotifyStencilStateChanged", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Transform", + "params": [{ "name": "start", "typeName": "UnityEngine.Transform" }], + "isStatic": true, + "name": "FindRootSortOverrideCanvas", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { "name": "transform", "typeName": "UnityEngine.Transform" }, + { "name": "stopAfter", "typeName": "UnityEngine.Transform" } + ], + "isStatic": true, + "name": "GetStencilDepth", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "father", "typeName": "UnityEngine.Transform" }, + { "name": "child", "typeName": "UnityEngine.Transform" } + ], + "isStatic": true, + "name": "IsDescendantOrSelf", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "RectMask2D", + "params": [ + { "name": "clippable", "typeName": "UnityEngine.UI.IClippable" } + ], + "isStatic": true, + "name": "GetRectMaskForClippable", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "clipper", "typeName": "UnityEngine.UI.RectMask2D" }, + { + "name": "masks", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": true, + "name": "GetRectMasksForClip", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "MaskUtilities", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.Rendering.VirtualTexturing", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "level", + "comment": "Miplevel of the requested rectangle.\n\n", + "location": "UnityEngine.VirtualTexturingModule.dll" + }, + { + "typeName": "int", + "name": "x", + "comment": "X offset of the requested rectangle.\n\n", + "location": "UnityEngine.VirtualTexturingModule.dll" + }, + { + "typeName": "int", + "name": "y", + "comment": "Y offset of the requested rectangle.\n\n", + "location": "UnityEngine.VirtualTexturingModule.dll" + }, + { + "typeName": "int", + "name": "width", + "comment": "Width of the requested rectangle.\n\n", + "location": "UnityEngine.VirtualTexturingModule.dll" + }, + { + "typeName": "int", + "name": "height", + "comment": "Height of the requested rectangle.\n\n", + "location": "UnityEngine.VirtualTexturingModule.dll" + }, + { + "typeName": "int", + "name": "numLayers", + "comment": "Number of layers inside the request.\n\n", + "location": "UnityEngine.VirtualTexturingModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.VirtualTexturingModule.dll" + }, + { + "returnTypeName": "CPUTextureStackRequestLayerParameters", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "GetLayer", + "comment": "Properties of the requested layer.\n\n```plaintext\nParams: index - Layer index.\n \n```\n\n", + "location": "UnityEngine.VirtualTexturingModule.dll" + } + ], + "name": "CPUTextureStackRequestParameters", + "comment": "A single procedural virtual texture tile generation request, to be filled in CPU memory.\n\n", + "location": "UnityEngine.VirtualTexturingModule.dll" + }, + { + "namespace": "UnityEngine.UI", + "baseClass": "UnityEngine.UI.Graphic", + "attribute": "", + "interfaces": [ + "ICanvasElement", + "IClippable", + "IMaskable", + "IMaterialModifier" + ], + "fields": [ + { + "typeName": "UnityEngine.UI.MaskableGraphic.CullStateChangedEvent", + "name": "onCullStateChanged", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "bool", + "name": "maskable", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "bool", + "name": "isMaskingGraphic", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "methods": [ + { + "returnTypeName": "Material", + "params": [ + { "name": "baseMaterial", "typeName": "UnityEngine.Material" } + ], + "isStatic": false, + "name": "GetModifiedMaterial", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "clipRect", "typeName": "UnityEngine.Rect" }, + { "name": "validRect", "typeName": "bool" } + ], + "isStatic": false, + "name": "Cull", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "clipRect", "typeName": "UnityEngine.Rect" }, + { "name": "validRect", "typeName": "bool" } + ], + "isStatic": false, + "name": "SetClipRect", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "clipSoftness", "typeName": "UnityEngine.Vector2" } + ], + "isStatic": false, + "name": "SetClipSoftness", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ParentMaskStateChanged", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "RecalculateClipping", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "RecalculateMasking", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "MaskableGraphic", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.UI", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IEquatable"], + "fields": [ + { + "typeName": "UnityEngine.UI.Navigation.Mode", + "name": "mode", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "bool", + "name": "wrapAround", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.Selectable", + "name": "selectOnUp", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.Selectable", + "name": "selectOnDown", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.Selectable", + "name": "selectOnLeft", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.Selectable", + "name": "selectOnRight", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.Navigation", + "name": "defaultNavigation", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "other", "typeName": "UnityEngine.UI.Navigation" } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "Navigation", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.Rendering.VirtualTexturing", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Rendering.VirtualTexturing.Procedural.RequestStatus", + "name": "Dropped", + "comment": "No data is provided and the VT system should fall back to a lower resolution.\n\n", + "location": "UnityEngine.VirtualTexturingModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.VirtualTexturing.Procedural.RequestStatus", + "name": "Generated", + "comment": "Data is filled in properly and can be used by the VT system.\n\n", + "location": "UnityEngine.VirtualTexturingModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Rendering.VirtualTexturing.Procedural.RequestStatus", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.VirtualTexturingModule.dll" + } + ], + "name": "RequestStatus", + "comment": "The status that can be given to a request.\n\n", + "location": "UnityEngine.VirtualTexturingModule.dll" + }, + { + "namespace": "UnityEngine.UI", + "baseClass": "object", + "attribute": "", + "interfaces": ["ICanvasElement"], + "fields": [ + { + "typeName": "UnityEngine.Transform", + "name": "transform", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "IsDestroyed", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "layoutRoot", "typeName": "UnityEngine.RectTransform" } + ], + "isStatic": true, + "name": "ForceRebuildLayoutImmediate", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "executing", "typeName": "UnityEngine.UI.CanvasUpdate" } + ], + "isStatic": false, + "name": "Rebuild", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "rect", "typeName": "UnityEngine.RectTransform" } + ], + "isStatic": true, + "name": "MarkLayoutForRebuild", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "LayoutComplete", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "GraphicUpdateComplete", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "LayoutRebuilder", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.Rendering.VirtualTexturing", + "baseClass": "object", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "int", + "name": "borderSize", + "comment": "", + "location": "UnityEngine.VirtualTexturingModule.dll" + }, + { + "typeName": "int", + "name": "AllMips", + "comment": "", + "location": "UnityEngine.VirtualTexturingModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Int32", + "params": [ + { + "name": "requestHandles", + "typeName": "Unity.Collections.NativeSlice>" + } + ], + "isStatic": false, + "name": "PopRequests", + "comment": "", + "location": "UnityEngine.VirtualTexturingModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "IsValid", + "comment": "", + "location": "UnityEngine.VirtualTexturingModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "_name", "typeName": "string" }, + { + "name": "_creationParams", + "typeName": "UnityEngine.Rendering.VirtualTexturing.Procedural.CreationParameters" + }, + { "name": "gpuGeneration", "typeName": "bool" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.VirtualTexturingModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "", + "location": "UnityEngine.VirtualTexturingModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "mpb", "typeName": "UnityEngine.MaterialPropertyBlock" } + ], + "isStatic": false, + "name": "BindToMaterialPropertyBlock", + "comment": "", + "location": "UnityEngine.VirtualTexturingModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "mat", "typeName": "UnityEngine.Material" }], + "isStatic": false, + "name": "BindToMaterial", + "comment": "", + "location": "UnityEngine.VirtualTexturingModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "BindGlobally", + "comment": "", + "location": "UnityEngine.VirtualTexturingModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "r", "typeName": "UnityEngine.Rect" }, + { "name": "mipMap", "typeName": "int" }, + { "name": "numMips", "typeName": "int" } + ], + "isStatic": false, + "name": "RequestRegion", + "comment": "", + "location": "UnityEngine.VirtualTexturingModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "r", "typeName": "UnityEngine.Rect" }, + { "name": "mipMap", "typeName": "int" }, + { "name": "numMips", "typeName": "int" } + ], + "isStatic": false, + "name": "InvalidateRegion", + "comment": "", + "location": "UnityEngine.VirtualTexturingModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "r", "typeName": "UnityEngine.Rect" }, + { "name": "mipMap", "typeName": "int" }, + { "name": "numMips", "typeName": "int" } + ], + "isStatic": false, + "name": "EvictRegion", + "comment": "", + "location": "UnityEngine.VirtualTexturingModule.dll" + } + ], + "name": "TextureStackBase", + "comment": "Procedural virtual texturing stack.\n\n", + "location": "UnityEngine.VirtualTexturingModule.dll" + }, + { + "namespace": "UnityEngine.Rendering.VirtualTexturing", + "baseClass": "UnityEngine.Rendering.VirtualTexturing.Procedural.TextureStackBase", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "_name", "typeName": "string" }, + { + "name": "creationParams", + "typeName": "UnityEngine.Rendering.VirtualTexturing.Procedural.CreationParameters" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.VirtualTexturingModule.dll" + } + ], + "name": "GPUTextureStack", + "comment": "Procedural virtual texturing stack where request data resides in GPU memory.\n\n", + "location": "UnityEngine.VirtualTexturingModule.dll" + }, + { + "namespace": "UnityEngine.Rendering.VirtualTexturing", + "baseClass": "UnityEngine.Rendering.VirtualTexturing.Procedural.TextureStackBase", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "_name", "typeName": "string" }, + { + "name": "creationParams", + "typeName": "UnityEngine.Rendering.VirtualTexturing.Procedural.CreationParameters" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.VirtualTexturingModule.dll" + } + ], + "name": "CPUTextureStack", + "comment": "Procedural virtual texturing stack where request data resides in CPU memory.\n\n", + "location": "UnityEngine.VirtualTexturingModule.dll" + }, + { + "namespace": "UnityEngine.UI", + "baseClass": "UnityEngine.UI.MaskableGraphic", + "attribute": "", + "interfaces": [ + "ICanvasElement", + "IClippable", + "IMaskable", + "IMaterialModifier" + ], + "fields": [ + { + "typeName": "UnityEngine.Texture", + "name": "mainTexture", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.Texture", + "name": "texture", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.Rect", + "name": "uvRect", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "SetNativeSize", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "RawImage", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.UI", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.UI.Navigation.Mode", + "name": "None", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.Navigation.Mode", + "name": "Horizontal", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.Navigation.Mode", + "name": "Vertical", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.Navigation.Mode", + "name": "Automatic", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.Navigation.Mode", + "name": "Explicit", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.UI.Navigation.Mode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "Mode", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.UI", + "baseClass": "UnityEngine.EventSystems.UIBehaviour", + "attribute": "", + "interfaces": ["IClipper", "ICanvasRaycastFilter"], + "fields": [ + { + "typeName": "UnityEngine.Vector4", + "name": "padding", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.Vector2Int", + "name": "softness", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.Rect", + "name": "canvasRect", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.RectTransform", + "name": "rectTransform", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [ + { "name": "sp", "typeName": "UnityEngine.Vector2" }, + { "name": "eventCamera", "typeName": "UnityEngine.Camera" } + ], + "isStatic": false, + "name": "IsRaycastLocationValid", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "PerformClipping", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "UpdateClipSoftness", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "clippable", "typeName": "UnityEngine.UI.IClippable" } + ], + "isStatic": false, + "name": "AddClippable", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "clippable", "typeName": "UnityEngine.UI.IClippable" } + ], + "isStatic": false, + "name": "RemoveClippable", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "RectMask2D", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.Rendering", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Rendering.UVChannelFlags", + "name": "UV0", + "comment": "First UV channel.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.UVChannelFlags", + "name": "UV1", + "comment": "Second UV channel.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.UVChannelFlags", + "name": "UV2", + "comment": "Third UV channel.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "typeName": "UnityEngine.Rendering.UVChannelFlags", + "name": "UV3", + "comment": "Fourth UV channel.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Rendering.UVChannelFlags", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.ParticleSystemModule.dll" + } + ], + "name": "UVChannelFlags", + "comment": "A flag representing each UV channel.\n\n", + "location": "UnityEngine.ParticleSystemModule.dll" + }, + { + "namespace": "UnityEngine.UI", + "baseClass": "UnityEngine.EventSystems.UIBehaviour", + "attribute": "", + "interfaces": [ + "IInitializePotentialDragHandler", + "IBeginDragHandler", + "IEndDragHandler", + "IDragHandler", + "IScrollHandler", + "IEventSystemHandler", + "ICanvasElement", + "ILayoutElement", + "ILayoutGroup", + "ILayoutController" + ], + "fields": [ + { + "typeName": "UnityEngine.RectTransform", + "name": "content", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "bool", + "name": "horizontal", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "bool", + "name": "vertical", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.ScrollRect.MovementType", + "name": "movementType", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "float", + "name": "elasticity", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "bool", + "name": "inertia", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "float", + "name": "decelerationRate", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "float", + "name": "scrollSensitivity", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.RectTransform", + "name": "viewport", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.Scrollbar", + "name": "horizontalScrollbar", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.Scrollbar", + "name": "verticalScrollbar", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.ScrollRect.ScrollbarVisibility", + "name": "horizontalScrollbarVisibility", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.ScrollRect.ScrollbarVisibility", + "name": "verticalScrollbarVisibility", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "float", + "name": "horizontalScrollbarSpacing", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "float", + "name": "verticalScrollbarSpacing", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.ScrollRect.ScrollRectEvent", + "name": "onValueChanged", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "velocity", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "normalizedPosition", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "float", + "name": "horizontalNormalizedPosition", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "float", + "name": "verticalNormalizedPosition", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "float", + "name": "minWidth", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "float", + "name": "preferredWidth", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "float", + "name": "flexibleWidth", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "float", + "name": "minHeight", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "float", + "name": "preferredHeight", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "float", + "name": "flexibleHeight", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "int", + "name": "layoutPriority", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "executing", "typeName": "UnityEngine.UI.CanvasUpdate" } + ], + "isStatic": false, + "name": "Rebuild", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "LayoutComplete", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "GraphicUpdateComplete", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "IsActive", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "StopMovement", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "data", + "typeName": "UnityEngine.EventSystems.PointerEventData" + } + ], + "isStatic": false, + "name": "OnScroll", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "eventData", + "typeName": "UnityEngine.EventSystems.PointerEventData" + } + ], + "isStatic": false, + "name": "OnInitializePotentialDrag", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "eventData", + "typeName": "UnityEngine.EventSystems.PointerEventData" + } + ], + "isStatic": false, + "name": "OnBeginDrag", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "eventData", + "typeName": "UnityEngine.EventSystems.PointerEventData" + } + ], + "isStatic": false, + "name": "OnEndDrag", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "eventData", + "typeName": "UnityEngine.EventSystems.PointerEventData" + } + ], + "isStatic": false, + "name": "OnDrag", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "CalculateLayoutInputHorizontal", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "CalculateLayoutInputVertical", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "SetLayoutHorizontal", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "SetLayoutVertical", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "ScrollRect", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.UI", + "baseClass": "UnityEngine.UI.Selectable", + "attribute": "", + "interfaces": [ + "IMoveHandler", + "IPointerDownHandler", + "IPointerUpHandler", + "IPointerEnterHandler", + "IPointerExitHandler", + "ISelectHandler", + "IDeselectHandler", + "IDragHandler", + "IInitializePotentialDragHandler", + "IEventSystemHandler", + "ICanvasElement" + ], + "fields": [ + { + "typeName": "UnityEngine.RectTransform", + "name": "fillRect", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.RectTransform", + "name": "handleRect", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.Slider.Direction", + "name": "direction", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "float", + "name": "minValue", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "float", + "name": "maxValue", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "bool", + "name": "wholeNumbers", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "float", + "name": "value", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "float", + "name": "normalizedValue", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.Slider.SliderEvent", + "name": "onValueChanged", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "input", "typeName": "float" }], + "isStatic": false, + "name": "SetValueWithoutNotify", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "executing", "typeName": "UnityEngine.UI.CanvasUpdate" } + ], + "isStatic": false, + "name": "Rebuild", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "LayoutComplete", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "GraphicUpdateComplete", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "eventData", + "typeName": "UnityEngine.EventSystems.PointerEventData" + } + ], + "isStatic": false, + "name": "OnPointerDown", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "eventData", + "typeName": "UnityEngine.EventSystems.PointerEventData" + } + ], + "isStatic": false, + "name": "OnDrag", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "eventData", + "typeName": "UnityEngine.EventSystems.AxisEventData" + } + ], + "isStatic": false, + "name": "OnMove", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Selectable", + "params": [], + "isStatic": false, + "name": "FindSelectableOnLeft", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Selectable", + "params": [], + "isStatic": false, + "name": "FindSelectableOnRight", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Selectable", + "params": [], + "isStatic": false, + "name": "FindSelectableOnUp", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Selectable", + "params": [], + "isStatic": false, + "name": "FindSelectableOnDown", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "eventData", + "typeName": "UnityEngine.EventSystems.PointerEventData" + } + ], + "isStatic": false, + "name": "OnInitializePotentialDrag", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "direction", + "typeName": "UnityEngine.UI.Slider.Direction" + }, + { "name": "includeRectLayouts", "typeName": "bool" } + ], + "isStatic": false, + "name": "SetDirection", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "Slider", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.UI", + "baseClass": "UnityEngine.Events.UnityEvent", + "attribute": "", + "interfaces": ["ISerializationCallbackReceiver"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "CullStateChangedEvent", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.UI", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Material", + "params": [ + { "name": "baseMat", "typeName": "UnityEngine.Material" }, + { "name": "stencilID", "typeName": "int" } + ], + "isStatic": true, + "name": "Add", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Material", + "params": [ + { "name": "baseMat", "typeName": "UnityEngine.Material" }, + { "name": "stencilID", "typeName": "int" }, + { + "name": "operation", + "typeName": "UnityEngine.Rendering.StencilOp" + }, + { + "name": "compareFunction", + "typeName": "UnityEngine.Rendering.CompareFunction" + }, + { + "name": "colorWriteMask", + "typeName": "UnityEngine.Rendering.ColorWriteMask" + } + ], + "isStatic": true, + "name": "Add", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Material", + "params": [ + { "name": "baseMat", "typeName": "UnityEngine.Material" }, + { "name": "stencilID", "typeName": "int" }, + { + "name": "operation", + "typeName": "UnityEngine.Rendering.StencilOp" + }, + { + "name": "compareFunction", + "typeName": "UnityEngine.Rendering.CompareFunction" + }, + { + "name": "colorWriteMask", + "typeName": "UnityEngine.Rendering.ColorWriteMask" + }, + { "name": "readMask", "typeName": "int" }, + { "name": "writeMask", "typeName": "int" } + ], + "isStatic": true, + "name": "Add", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "customMat", "typeName": "UnityEngine.Material" } + ], + "isStatic": true, + "name": "Remove", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "ClearAll", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "StencilMaterial", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.UI", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.UI.InputField.ContentType", + "name": "Standard", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.InputField.ContentType", + "name": "Autocorrected", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.InputField.ContentType", + "name": "IntegerNumber", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.InputField.ContentType", + "name": "DecimalNumber", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.InputField.ContentType", + "name": "Alphanumeric", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.InputField.ContentType", + "name": "Name", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.InputField.ContentType", + "name": "EmailAddress", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.InputField.ContentType", + "name": "Password", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.InputField.ContentType", + "name": "Pin", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.InputField.ContentType", + "name": "Custom", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.UI.InputField.ContentType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "ContentType", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.UI", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.UI.InputField.InputType", + "name": "Standard", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.InputField.InputType", + "name": "AutoCorrect", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.InputField.InputType", + "name": "Password", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.UI.InputField.InputType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "InputType", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.UI", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.UI.InputField.CharacterValidation", + "name": "None", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.InputField.CharacterValidation", + "name": "Integer", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.InputField.CharacterValidation", + "name": "Decimal", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.InputField.CharacterValidation", + "name": "Alphanumeric", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.InputField.CharacterValidation", + "name": "Name", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.InputField.CharacterValidation", + "name": "EmailAddress", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.UI.InputField.CharacterValidation", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "CharacterValidation", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.UI", + "baseClass": "UnityEngine.UI.MaskableGraphic", + "attribute": "", + "interfaces": [ + "ICanvasElement", + "IClippable", + "IMaskable", + "IMaterialModifier", + "ILayoutElement" + ], + "fields": [ + { + "typeName": "UnityEngine.TextGenerator", + "name": "cachedTextGenerator", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.TextGenerator", + "name": "cachedTextGeneratorForLayout", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.Texture", + "name": "mainTexture", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.Font", + "name": "font", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "string", + "name": "text", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "bool", + "name": "supportRichText", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "bool", + "name": "resizeTextForBestFit", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "int", + "name": "resizeTextMinSize", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "int", + "name": "resizeTextMaxSize", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.TextAnchor", + "name": "alignment", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "bool", + "name": "alignByGeometry", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "int", + "name": "fontSize", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.HorizontalWrapMode", + "name": "horizontalOverflow", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.VerticalWrapMode", + "name": "verticalOverflow", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "float", + "name": "lineSpacing", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.FontStyle", + "name": "fontStyle", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "float", + "name": "pixelsPerUnit", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "float", + "name": "minWidth", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "float", + "name": "preferredWidth", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "float", + "name": "flexibleWidth", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "float", + "name": "minHeight", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "float", + "name": "preferredHeight", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "float", + "name": "flexibleHeight", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "int", + "name": "layoutPriority", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "FontTextureChanged", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "TextGenerationSettings", + "params": [{ "name": "extents", "typeName": "UnityEngine.Vector2" }], + "isStatic": false, + "name": "GetGenerationSettings", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Vector2", + "params": [ + { "name": "anchor", "typeName": "UnityEngine.TextAnchor" } + ], + "isStatic": true, + "name": "GetTextAnchorPivot", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "CalculateLayoutInputHorizontal", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "CalculateLayoutInputVertical", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "OnRebuildRequested", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "Text", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.UI", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.UI.InputField.LineType", + "name": "SingleLine", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.InputField.LineType", + "name": "MultiLineSubmit", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.InputField.LineType", + "name": "MultiLineNewline", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.UI.InputField.LineType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "LineType", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.UI", + "baseClass": "UnityEngine.UI.Selectable", + "attribute": "", + "interfaces": [ + "IMoveHandler", + "IPointerDownHandler", + "IPointerUpHandler", + "IPointerEnterHandler", + "IPointerExitHandler", + "ISelectHandler", + "IDeselectHandler", + "IPointerClickHandler", + "ISubmitHandler", + "IEventSystemHandler", + "ICanvasElement" + ], + "fields": [ + { + "typeName": "UnityEngine.UI.Toggle.ToggleTransition", + "name": "toggleTransition", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.Graphic", + "name": "graphic", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.Toggle.ToggleEvent", + "name": "onValueChanged", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.ToggleGroup", + "name": "group", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "bool", + "name": "isOn", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "executing", "typeName": "UnityEngine.UI.CanvasUpdate" } + ], + "isStatic": false, + "name": "Rebuild", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "LayoutComplete", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "GraphicUpdateComplete", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "bool" }], + "isStatic": false, + "name": "SetIsOnWithoutNotify", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "eventData", + "typeName": "UnityEngine.EventSystems.PointerEventData" + } + ], + "isStatic": false, + "name": "OnPointerClick", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "eventData", + "typeName": "UnityEngine.EventSystems.BaseEventData" + } + ], + "isStatic": false, + "name": "OnSubmit", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "Toggle", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.UI", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Char", + "params": [ + { "name": "text", "typeName": "string" }, + { "name": "charIndex", "typeName": "int" }, + { "name": "addedChar", "typeName": "char" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "text", "typeName": "string" }, + { "name": "charIndex", "typeName": "int" }, + { "name": "addedChar", "typeName": "char" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Char", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "OnValidateInput", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.UI", + "baseClass": "UnityEngine.Events.UnityEvent", + "attribute": "", + "interfaces": ["ISerializationCallbackReceiver"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "SubmitEvent", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.UI", + "baseClass": "UnityEngine.Events.UnityEvent", + "attribute": "", + "interfaces": ["ISerializationCallbackReceiver"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "OnChangeEvent", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.UI", + "baseClass": "object", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "int", + "name": "currentVertCount", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "int", + "name": "currentIndexCount", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "m", "typeName": "UnityEngine.Mesh" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Clear", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "vertex", "typeName": "UnityEngine.UIVertex" }, + { "name": "i", "typeName": "int" } + ], + "isStatic": false, + "name": "PopulateUIVertex", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "vertex", "typeName": "UnityEngine.UIVertex" }, + { "name": "i", "typeName": "int" } + ], + "isStatic": false, + "name": "SetUIVertex", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "mesh", "typeName": "UnityEngine.Mesh" }], + "isStatic": false, + "name": "FillMesh", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "position", "typeName": "UnityEngine.Vector3" }, + { "name": "color", "typeName": "UnityEngine.Color32" }, + { "name": "uv0", "typeName": "UnityEngine.Vector4" }, + { "name": "uv1", "typeName": "UnityEngine.Vector4" }, + { "name": "uv2", "typeName": "UnityEngine.Vector4" }, + { "name": "uv3", "typeName": "UnityEngine.Vector4" }, + { "name": "normal", "typeName": "UnityEngine.Vector3" }, + { "name": "tangent", "typeName": "UnityEngine.Vector4" } + ], + "isStatic": false, + "name": "AddVert", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "position", "typeName": "UnityEngine.Vector3" }, + { "name": "color", "typeName": "UnityEngine.Color32" }, + { "name": "uv0", "typeName": "UnityEngine.Vector4" }, + { "name": "uv1", "typeName": "UnityEngine.Vector4" }, + { "name": "normal", "typeName": "UnityEngine.Vector3" }, + { "name": "tangent", "typeName": "UnityEngine.Vector4" } + ], + "isStatic": false, + "name": "AddVert", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "position", "typeName": "UnityEngine.Vector3" }, + { "name": "color", "typeName": "UnityEngine.Color32" }, + { "name": "uv0", "typeName": "UnityEngine.Vector4" } + ], + "isStatic": false, + "name": "AddVert", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "v", "typeName": "UnityEngine.UIVertex" }], + "isStatic": false, + "name": "AddVert", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "idx0", "typeName": "int" }, + { "name": "idx1", "typeName": "int" }, + { "name": "idx2", "typeName": "int" } + ], + "isStatic": false, + "name": "AddTriangle", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "verts", "typeName": "UnityEngine.UIVertex[]" }], + "isStatic": false, + "name": "AddUIVertexQuad", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "verts", + "typeName": "System.Collections.Generic.List" + }, + { + "name": "indices", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "AddUIVertexStream", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "verts", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "AddUIVertexTriangleStream", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "stream", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "GetUIVertexStream", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "VertexHelper", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.UI", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "vertices", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "ModifyVertices", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "BaseVertexEffect", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.UI", + "baseClass": "UnityEngine.EventSystems.UIBehaviour", + "attribute": "", + "interfaces": ["IMeshModifier"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "mesh", "typeName": "UnityEngine.Mesh" }], + "isStatic": false, + "name": "ModifyMesh", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "vh", "typeName": "UnityEngine.UI.VertexHelper" } + ], + "isStatic": false, + "name": "ModifyMesh", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "BaseMeshEffect", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.UI", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "verts", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "ModifyVertices", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "IVertexModifier", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.UI", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "mesh", "typeName": "UnityEngine.Mesh" }], + "isStatic": false, + "name": "ModifyMesh", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "verts", "typeName": "UnityEngine.UI.VertexHelper" } + ], + "isStatic": false, + "name": "ModifyMesh", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "IMeshModifier", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.UI", + "baseClass": "UnityEngine.UI.Shadow", + "attribute": "", + "interfaces": ["IMeshModifier"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "vh", "typeName": "UnityEngine.UI.VertexHelper" } + ], + "isStatic": false, + "name": "ModifyMesh", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "Outline", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.UI", + "baseClass": "UnityEngine.UI.BaseMeshEffect", + "attribute": "", + "interfaces": ["IMeshModifier"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "vh", "typeName": "UnityEngine.UI.VertexHelper" } + ], + "isStatic": false, + "name": "ModifyMesh", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "PositionAsUV1", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.UI", + "baseClass": "UnityEngine.UI.BaseMeshEffect", + "attribute": "", + "interfaces": ["IMeshModifier"], + "fields": [ + { + "typeName": "UnityEngine.Color", + "name": "effectColor", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "effectDistance", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "bool", + "name": "useGraphicAlpha", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "vh", "typeName": "UnityEngine.UI.VertexHelper" } + ], + "isStatic": false, + "name": "ModifyMesh", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "Shadow", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.UI", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.UI.ScrollRect.MovementType", + "name": "Unrestricted", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.ScrollRect.MovementType", + "name": "Elastic", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.ScrollRect.MovementType", + "name": "Clamped", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.UI.ScrollRect.MovementType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "MovementType", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.UI", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.UI.ScrollRect.ScrollbarVisibility", + "name": "Permanent", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.ScrollRect.ScrollbarVisibility", + "name": "AutoHide", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.ScrollRect.ScrollbarVisibility", + "name": "AutoHideAndExpandViewport", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.UI.ScrollRect.ScrollbarVisibility", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "ScrollbarVisibility", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.UI", + "baseClass": "UnityEngine.Events.UnityEvent", + "attribute": "", + "interfaces": ["ISerializationCallbackReceiver"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "ScrollRectEvent", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.UI", + "baseClass": "UnityEngine.UI.Selectable", + "attribute": "", + "interfaces": [ + "IMoveHandler", + "IPointerDownHandler", + "IPointerUpHandler", + "IPointerEnterHandler", + "IPointerExitHandler", + "ISelectHandler", + "IDeselectHandler", + "IBeginDragHandler", + "IDragHandler", + "IInitializePotentialDragHandler", + "IEventSystemHandler", + "ICanvasElement" + ], + "fields": [ + { + "typeName": "UnityEngine.RectTransform", + "name": "handleRect", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.Scrollbar.Direction", + "name": "direction", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "float", + "name": "value", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "float", + "name": "size", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "int", + "name": "numberOfSteps", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.Scrollbar.ScrollEvent", + "name": "onValueChanged", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "input", "typeName": "float" }], + "isStatic": false, + "name": "SetValueWithoutNotify", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "executing", "typeName": "UnityEngine.UI.CanvasUpdate" } + ], + "isStatic": false, + "name": "Rebuild", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "LayoutComplete", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "GraphicUpdateComplete", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "eventData", + "typeName": "UnityEngine.EventSystems.PointerEventData" + } + ], + "isStatic": false, + "name": "OnBeginDrag", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "eventData", + "typeName": "UnityEngine.EventSystems.PointerEventData" + } + ], + "isStatic": false, + "name": "OnDrag", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "eventData", + "typeName": "UnityEngine.EventSystems.PointerEventData" + } + ], + "isStatic": false, + "name": "OnPointerDown", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "eventData", + "typeName": "UnityEngine.EventSystems.PointerEventData" + } + ], + "isStatic": false, + "name": "OnPointerUp", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "eventData", + "typeName": "UnityEngine.EventSystems.AxisEventData" + } + ], + "isStatic": false, + "name": "OnMove", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Selectable", + "params": [], + "isStatic": false, + "name": "FindSelectableOnLeft", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Selectable", + "params": [], + "isStatic": false, + "name": "FindSelectableOnRight", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Selectable", + "params": [], + "isStatic": false, + "name": "FindSelectableOnUp", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Selectable", + "params": [], + "isStatic": false, + "name": "FindSelectableOnDown", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "eventData", + "typeName": "UnityEngine.EventSystems.PointerEventData" + } + ], + "isStatic": false, + "name": "OnInitializePotentialDrag", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "direction", + "typeName": "UnityEngine.UI.Scrollbar.Direction" + }, + { "name": "includeRectLayouts", "typeName": "bool" } + ], + "isStatic": false, + "name": "SetDirection", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "Scrollbar", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.UI", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.UI.Slider.Direction", + "name": "LeftToRight", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.Slider.Direction", + "name": "RightToLeft", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.Slider.Direction", + "name": "BottomToTop", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.Slider.Direction", + "name": "TopToBottom", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.UI.Slider.Direction", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "Direction", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.UI", + "baseClass": "UnityEngine.Events.UnityEvent", + "attribute": "", + "interfaces": ["ISerializationCallbackReceiver"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "SliderEvent", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.UI", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IEquatable"], + "fields": [ + { + "typeName": "UnityEngine.Sprite", + "name": "highlightedSprite", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.Sprite", + "name": "pressedSprite", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.Sprite", + "name": "selectedSprite", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.Sprite", + "name": "disabledSprite", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "other", "typeName": "UnityEngine.UI.SpriteState" } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "SpriteState", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.UI", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.UI.Toggle.ToggleTransition", + "name": "None", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.Toggle.ToggleTransition", + "name": "Fade", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.UI.Toggle.ToggleTransition", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "ToggleTransition", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.UI", + "baseClass": "UnityEngine.Events.UnityEvent", + "attribute": "", + "interfaces": ["ISerializationCallbackReceiver"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "ToggleEvent", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.UI", + "baseClass": "UnityEngine.EventSystems.UIBehaviour", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "allowSwitchOff", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "toggle", "typeName": "UnityEngine.UI.Toggle" }, + { "name": "sendCallback", "typeName": "bool" } + ], + "isStatic": false, + "name": "NotifyToggleOn", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "toggle", "typeName": "UnityEngine.UI.Toggle" }], + "isStatic": false, + "name": "UnregisterToggle", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "toggle", "typeName": "UnityEngine.UI.Toggle" }], + "isStatic": false, + "name": "RegisterToggle", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "EnsureValidState", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "AnyTogglesOn", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [], + "isStatic": false, + "name": "ActiveToggles", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Toggle", + "params": [], + "isStatic": false, + "name": "GetFirstActiveToggle", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "sendCallback", "typeName": "bool" }], + "isStatic": false, + "name": "SetAllTogglesOff", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "ToggleGroup", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.UI", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.UI.Scrollbar.Direction", + "name": "LeftToRight", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.Scrollbar.Direction", + "name": "RightToLeft", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.Scrollbar.Direction", + "name": "BottomToTop", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.Scrollbar.Direction", + "name": "TopToBottom", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.UI.Scrollbar.Direction", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "Direction", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.UI", + "baseClass": "UnityEngine.Events.UnityEvent", + "attribute": "", + "interfaces": ["ISerializationCallbackReceiver"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "ScrollEvent", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.UI", + "baseClass": "UnityEngine.EventSystems.UIBehaviour", + "attribute": "", + "interfaces": [ + "IMoveHandler", + "IPointerDownHandler", + "IPointerUpHandler", + "IPointerEnterHandler", + "IPointerExitHandler", + "ISelectHandler", + "IDeselectHandler", + "IEventSystemHandler" + ], + "fields": [ + { + "typeName": "UnityEngine.UI.Selectable[]", + "name": "allSelectablesArray", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "int", + "name": "allSelectableCount", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "System.Collections.Generic.List", + "name": "allSelectables", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.Navigation", + "name": "navigation", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.Selectable.Transition", + "name": "transition", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.ColorBlock", + "name": "colors", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.SpriteState", + "name": "spriteState", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.AnimationTriggers", + "name": "animationTriggers", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.Graphic", + "name": "targetGraphic", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "bool", + "name": "interactable", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.Image", + "name": "image", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.Animator", + "name": "animator", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "methods": [ + { + "returnTypeName": "Int32", + "params": [ + { "name": "selectables", "typeName": "UnityEngine.UI.Selectable[]" } + ], + "isStatic": true, + "name": "AllSelectablesNoAlloc", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "IsInteractable", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Selectable", + "params": [{ "name": "dir", "typeName": "UnityEngine.Vector3" }], + "isStatic": false, + "name": "FindSelectable", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Selectable", + "params": [], + "isStatic": false, + "name": "FindSelectableOnLeft", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Selectable", + "params": [], + "isStatic": false, + "name": "FindSelectableOnRight", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Selectable", + "params": [], + "isStatic": false, + "name": "FindSelectableOnUp", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Selectable", + "params": [], + "isStatic": false, + "name": "FindSelectableOnDown", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "eventData", + "typeName": "UnityEngine.EventSystems.AxisEventData" + } + ], + "isStatic": false, + "name": "OnMove", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "eventData", + "typeName": "UnityEngine.EventSystems.PointerEventData" + } + ], + "isStatic": false, + "name": "OnPointerDown", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "eventData", + "typeName": "UnityEngine.EventSystems.PointerEventData" + } + ], + "isStatic": false, + "name": "OnPointerUp", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "eventData", + "typeName": "UnityEngine.EventSystems.PointerEventData" + } + ], + "isStatic": false, + "name": "OnPointerEnter", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "eventData", + "typeName": "UnityEngine.EventSystems.PointerEventData" + } + ], + "isStatic": false, + "name": "OnPointerExit", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "eventData", + "typeName": "UnityEngine.EventSystems.BaseEventData" + } + ], + "isStatic": false, + "name": "OnSelect", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "eventData", + "typeName": "UnityEngine.EventSystems.BaseEventData" + } + ], + "isStatic": false, + "name": "OnDeselect", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Select", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "Selectable", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine.UI", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.UI.Selectable.Transition", + "name": "None", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.Selectable.Transition", + "name": "ColorTint", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.Selectable.Transition", + "name": "SpriteSwap", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "typeName": "UnityEngine.UI.Selectable.Transition", + "name": "Animation", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.UI.Selectable.Transition", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UI.dll" + } + ], + "name": "Transition", + "comment": "", + "location": "UnityEngine.UI.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [ + { "name": "sp", "typeName": "UnityEngine.Vector2" }, + { "name": "eventCamera", "typeName": "UnityEngine.Camera" } + ], + "isStatic": false, + "name": "IsRaycastLocationValid", + "comment": "Valid.\n\n```plaintext\nParams: sp - Screen position.\n eventCamera - Raycast camera.\n \n```\n\n", + "location": "UnityEngine.UIModule.dll" + } + ], + "name": "ICanvasRaycastFilter", + "comment": "", + "location": "UnityEngine.UIModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.Behaviour", + "attribute": "", + "interfaces": ["ICanvasRaycastFilter"], + "fields": [ + { + "typeName": "float", + "name": "alpha", + "comment": "Set the alpha of the group.\n\n", + "location": "UnityEngine.UIModule.dll" + }, + { + "typeName": "bool", + "name": "interactable", + "comment": "Is the group interactable (are the elements beneath the group enabled).\n\n", + "location": "UnityEngine.UIModule.dll" + }, + { + "typeName": "bool", + "name": "blocksRaycasts", + "comment": "Does this group block raycasting (allow collision).\n\n", + "location": "UnityEngine.UIModule.dll" + }, + { + "typeName": "bool", + "name": "ignoreParentGroups", + "comment": "Should the group ignore parent groups?\n\n", + "location": "UnityEngine.UIModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [ + { "name": "sp", "typeName": "UnityEngine.Vector2" }, + { "name": "eventCamera", "typeName": "UnityEngine.Camera" } + ], + "isStatic": false, + "name": "IsRaycastLocationValid", + "comment": "Returns true if the Group allows raycasts.\n\n", + "location": "UnityEngine.UIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UIModule.dll" + } + ], + "name": "CanvasGroup", + "comment": "A Canvas placable element that can be used to modify children Alpha, Raycasting, Enabled state.\n\n", + "location": "UnityEngine.UIModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.Component", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "hasPopInstruction", + "comment": "Enable 'render stack' pop draw call.\n\n", + "location": "UnityEngine.UIModule.dll" + }, + { + "typeName": "int", + "name": "materialCount", + "comment": "The number of materials usable by this renderer.\n\n", + "location": "UnityEngine.UIModule.dll" + }, + { + "typeName": "int", + "name": "popMaterialCount", + "comment": "The number of materials usable by this renderer. Used internally for masking.\n\n", + "location": "UnityEngine.UIModule.dll" + }, + { + "typeName": "int", + "name": "absoluteDepth", + "comment": "Depth of the renderer relative to the root canvas.\n\n", + "location": "UnityEngine.UIModule.dll" + }, + { + "typeName": "bool", + "name": "hasMoved", + "comment": "True if any change has occured that would invalidate the positions of generated geometry.\n\n", + "location": "UnityEngine.UIModule.dll" + }, + { + "typeName": "bool", + "name": "cullTransparentMesh", + "comment": "Indicates whether geometry emitted by this renderer can be ignored when the vertex color alpha is close to zero for every vertex of the mesh.\n\n", + "location": "UnityEngine.UIModule.dll" + }, + { + "typeName": "bool", + "name": "hasRectClipping", + "comment": "True if rect clipping has been enabled on this renderer.\nSee Also: CanvasRenderer.EnableRectClipping, CanvasRenderer.DisableRectClipping.\n\n", + "location": "UnityEngine.UIModule.dll" + }, + { + "typeName": "int", + "name": "relativeDepth", + "comment": "Depth of the renderer realative to the parent canvas.\n\n", + "location": "UnityEngine.UIModule.dll" + }, + { + "typeName": "bool", + "name": "cull", + "comment": "Indicates whether geometry emitted by this renderer is ignored.\n\n", + "location": "UnityEngine.UIModule.dll" + }, + { + "typeName": "bool", + "name": "isMask", + "comment": "Is the UIRenderer a mask component.\n\n", + "location": "UnityEngine.UIModule.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "clippingSoftness", + "comment": "The clipping softness to apply to the renderer.\n\n", + "location": "UnityEngine.UIModule.dll" + }, + { + "typeName": "UnityEngine.CanvasRenderer.OnRequestRebuild", + "name": "onRequestRebuild", + "comment": "", + "location": "UnityEngine.UIModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "color", "typeName": "UnityEngine.Color" }], + "isStatic": false, + "name": "SetColor", + "comment": "Set the color of the renderer. Will be multiplied with the UIVertex color and the Canvas color.\n\n```plaintext\nParams: color - Renderer multiply color.\n \n```\n\n", + "location": "UnityEngine.UIModule.dll" + }, + { + "returnTypeName": "Color", + "params": [], + "isStatic": false, + "name": "GetColor", + "comment": "Get the current color of the renderer.\n\n", + "location": "UnityEngine.UIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "rect", "typeName": "UnityEngine.Rect" }], + "isStatic": false, + "name": "EnableRectClipping", + "comment": "Enables rect clipping on the CanvasRendered. Geometry outside of the specified rect will be clipped (not rendered).\n\n", + "location": "UnityEngine.UIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "DisableRectClipping", + "comment": "Disables rectangle clipping for this CanvasRenderer.\n\n", + "location": "UnityEngine.UIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "material", "typeName": "UnityEngine.Material" }, + { "name": "index", "typeName": "int" } + ], + "isStatic": false, + "name": "SetMaterial", + "comment": "Set the material for the canvas renderer. If a texture is specified then it will be used as the 'MainTex' instead of the material's 'MainTex'.\nSee Also: CanvasRenderer.SetMaterialCount, CanvasRenderer.SetTexture.\n\n```plaintext\nParams: material - Material for rendering.\n texture - Material texture overide.\n index - Material index.\n \n```\n\n", + "location": "UnityEngine.UIModule.dll" + }, + { + "returnTypeName": "Material", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "GetMaterial", + "comment": "Result.\n\n```plaintext\nParams: index - The material index to retrieve (0 if this parameter is omitted).\n \n```\n\n", + "location": "UnityEngine.UIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "material", "typeName": "UnityEngine.Material" }, + { "name": "index", "typeName": "int" } + ], + "isStatic": false, + "name": "SetPopMaterial", + "comment": "Set the material for the canvas renderer. Used internally for masking.\n\n", + "location": "UnityEngine.UIModule.dll" + }, + { + "returnTypeName": "Material", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "GetPopMaterial", + "comment": "Gets the current Material assigned to the CanvasRenderer. Used internally for masking.\n\n", + "location": "UnityEngine.UIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "texture", "typeName": "UnityEngine.Texture" }], + "isStatic": false, + "name": "SetTexture", + "comment": "Sets the texture used by this renderer's material.\n\n", + "location": "UnityEngine.UIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "texture", "typeName": "UnityEngine.Texture" }], + "isStatic": false, + "name": "SetAlphaTexture", + "comment": "The Alpha Texture that will be passed to the Shader under the _AlphaTex property.\n\n```plaintext\nParams: texture - The Texture to be passed.\n \n```\n\n", + "location": "UnityEngine.UIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "mesh", "typeName": "UnityEngine.Mesh" }], + "isStatic": false, + "name": "SetMesh", + "comment": "Sets the Mesh used by this renderer. Note the Mesh must be read/write enabled.\n\n", + "location": "UnityEngine.UIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Clear", + "comment": "Remove all cached vertices.\n\n", + "location": "UnityEngine.UIModule.dll" + }, + { + "returnTypeName": "Single", + "params": [], + "isStatic": false, + "name": "GetAlpha", + "comment": "Get the current alpha of the renderer.\n\n", + "location": "UnityEngine.UIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "alpha", "typeName": "float" }], + "isStatic": false, + "name": "SetAlpha", + "comment": "Set the alpha of the renderer. Will be multiplied with the UIVertex alpha and the Canvas alpha.\n\n```plaintext\nParams: alpha - Alpha.\n \n```\n\n", + "location": "UnityEngine.UIModule.dll" + }, + { + "returnTypeName": "Single", + "params": [], + "isStatic": false, + "name": "GetInheritedAlpha", + "comment": "The calculated inherited alpha.\n\n", + "location": "UnityEngine.UIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "material", "typeName": "UnityEngine.Material" }, + { "name": "texture", "typeName": "UnityEngine.Texture" } + ], + "isStatic": false, + "name": "SetMaterial", + "comment": "Set the material for the canvas renderer. If a texture is specified then it will be used as the 'MainTex' instead of the material's 'MainTex'.\nSee Also: CanvasRenderer.SetMaterialCount, CanvasRenderer.SetTexture.\n\n```plaintext\nParams: material - Material for rendering.\n texture - Material texture overide.\n index - Material index.\n \n```\n\n", + "location": "UnityEngine.UIModule.dll" + }, + { + "returnTypeName": "Material", + "params": [], + "isStatic": false, + "name": "GetMaterial", + "comment": "Result.\n\n```plaintext\nParams: index - The material index to retrieve (0 if this parameter is omitted).\n \n```\n\n", + "location": "UnityEngine.UIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "verts", + "typeName": "System.Collections.Generic.List" + }, + { + "name": "positions", + "typeName": "System.Collections.Generic.List" + }, + { + "name": "colors", + "typeName": "System.Collections.Generic.List" + }, + { + "name": "uv0S", + "typeName": "System.Collections.Generic.List" + }, + { + "name": "uv1S", + "typeName": "System.Collections.Generic.List" + }, + { + "name": "normals", + "typeName": "System.Collections.Generic.List" + }, + { + "name": "tangents", + "typeName": "System.Collections.Generic.List" + }, + { + "name": "indices", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": true, + "name": "SplitUIVertexStreams", + "comment": "", + "location": "UnityEngine.UIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "verts", + "typeName": "System.Collections.Generic.List" + }, + { + "name": "positions", + "typeName": "System.Collections.Generic.List" + }, + { + "name": "colors", + "typeName": "System.Collections.Generic.List" + }, + { + "name": "uv0S", + "typeName": "System.Collections.Generic.List" + }, + { + "name": "uv1S", + "typeName": "System.Collections.Generic.List" + }, + { + "name": "uv2S", + "typeName": "System.Collections.Generic.List" + }, + { + "name": "uv3S", + "typeName": "System.Collections.Generic.List" + }, + { + "name": "normals", + "typeName": "System.Collections.Generic.List" + }, + { + "name": "tangents", + "typeName": "System.Collections.Generic.List" + }, + { + "name": "indices", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": true, + "name": "SplitUIVertexStreams", + "comment": "", + "location": "UnityEngine.UIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "verts", + "typeName": "System.Collections.Generic.List" + }, + { + "name": "positions", + "typeName": "System.Collections.Generic.List" + }, + { + "name": "colors", + "typeName": "System.Collections.Generic.List" + }, + { + "name": "uv0S", + "typeName": "System.Collections.Generic.List" + }, + { + "name": "uv1S", + "typeName": "System.Collections.Generic.List" + }, + { + "name": "normals", + "typeName": "System.Collections.Generic.List" + }, + { + "name": "tangents", + "typeName": "System.Collections.Generic.List" + }, + { + "name": "indices", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": true, + "name": "CreateUIVertexStream", + "comment": "", + "location": "UnityEngine.UIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "verts", + "typeName": "System.Collections.Generic.List" + }, + { + "name": "positions", + "typeName": "System.Collections.Generic.List" + }, + { + "name": "colors", + "typeName": "System.Collections.Generic.List" + }, + { + "name": "uv0S", + "typeName": "System.Collections.Generic.List" + }, + { + "name": "uv1S", + "typeName": "System.Collections.Generic.List" + }, + { + "name": "uv2S", + "typeName": "System.Collections.Generic.List" + }, + { + "name": "uv3S", + "typeName": "System.Collections.Generic.List" + }, + { + "name": "normals", + "typeName": "System.Collections.Generic.List" + }, + { + "name": "tangents", + "typeName": "System.Collections.Generic.List" + }, + { + "name": "indices", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": true, + "name": "CreateUIVertexStream", + "comment": "", + "location": "UnityEngine.UIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "verts", + "typeName": "System.Collections.Generic.List" + }, + { + "name": "positions", + "typeName": "System.Collections.Generic.List" + }, + { + "name": "colors", + "typeName": "System.Collections.Generic.List" + }, + { + "name": "uv0S", + "typeName": "System.Collections.Generic.List" + }, + { + "name": "uv1S", + "typeName": "System.Collections.Generic.List" + }, + { + "name": "normals", + "typeName": "System.Collections.Generic.List" + }, + { + "name": "tangents", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": true, + "name": "AddUIVertexStream", + "comment": "", + "location": "UnityEngine.UIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "verts", + "typeName": "System.Collections.Generic.List" + }, + { + "name": "positions", + "typeName": "System.Collections.Generic.List" + }, + { + "name": "colors", + "typeName": "System.Collections.Generic.List" + }, + { + "name": "uv0S", + "typeName": "System.Collections.Generic.List" + }, + { + "name": "uv1S", + "typeName": "System.Collections.Generic.List" + }, + { + "name": "uv2S", + "typeName": "System.Collections.Generic.List" + }, + { + "name": "uv3S", + "typeName": "System.Collections.Generic.List" + }, + { + "name": "normals", + "typeName": "System.Collections.Generic.List" + }, + { + "name": "tangents", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": true, + "name": "AddUIVertexStream", + "comment": "", + "location": "UnityEngine.UIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "vertices", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "SetVertices", + "comment": "", + "location": "UnityEngine.UIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "vertices", "typeName": "UnityEngine.UIVertex[]" }, + { "name": "size", "typeName": "int" } + ], + "isStatic": false, + "name": "SetVertices", + "comment": "Set the vertices for the UIRenderer.\n\n```plaintext\nParams: vertices - Array of vertices to set.\n size - Number of vertices to set.\n \n```\n\n", + "location": "UnityEngine.UIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "UnityEngine.CanvasRenderer.OnRequestRebuild" + } + ], + "isStatic": true, + "name": "add_onRequestRebuild", + "comment": "", + "location": "UnityEngine.UIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "UnityEngine.CanvasRenderer.OnRequestRebuild" + } + ], + "isStatic": true, + "name": "remove_onRequestRebuild", + "comment": "", + "location": "UnityEngine.UIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UIModule.dll" + } + ], + "name": "CanvasRenderer", + "comment": "A component that will render to the screen after all normal rendering has completed when attached to a Canvas. Designed for GUI application.\n\n", + "location": "UnityEngine.UIModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "UnityEngine.UIModule.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "UnityEngine.UIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "UnityEngine.UIModule.dll" + } + ], + "name": "OnRequestRebuild", + "comment": "", + "location": "UnityEngine.UIModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Vector2", + "params": [ + { "name": "point", "typeName": "UnityEngine.Vector2" }, + { "name": "elementTransform", "typeName": "UnityEngine.Transform" }, + { "name": "canvas", "typeName": "UnityEngine.Canvas" } + ], + "isStatic": true, + "name": "PixelAdjustPoint", + "comment": "Pixel adjusted point.\n\n", + "location": "UnityEngine.UIModule.dll" + }, + { + "returnTypeName": "Rect", + "params": [ + { + "name": "rectTransform", + "typeName": "UnityEngine.RectTransform" + }, + { "name": "canvas", "typeName": "UnityEngine.Canvas" } + ], + "isStatic": true, + "name": "PixelAdjustRect", + "comment": "Pixel adjusted rect.\n\n", + "location": "UnityEngine.UIModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "rect", "typeName": "UnityEngine.RectTransform" }, + { "name": "screenPoint", "typeName": "UnityEngine.Vector2" } + ], + "isStatic": true, + "name": "RectangleContainsScreenPoint", + "comment": "", + "location": "UnityEngine.UIModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "rect", "typeName": "UnityEngine.RectTransform" }, + { "name": "screenPoint", "typeName": "UnityEngine.Vector2" }, + { "name": "cam", "typeName": "UnityEngine.Camera" } + ], + "isStatic": true, + "name": "RectangleContainsScreenPoint", + "comment": "True if the point is inside the rectangle.\n\n```plaintext\nParams: rect - The RectTransform to test with.\n screenPoint - The screen point to test.\n cam - The camera from which the test is performed from. (Optional)\n \n```\n\n", + "location": "UnityEngine.UIModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "rect", "typeName": "UnityEngine.RectTransform" }, + { "name": "screenPoint", "typeName": "UnityEngine.Vector2" }, + { "name": "cam", "typeName": "UnityEngine.Camera" }, + { "name": "offset", "typeName": "UnityEngine.Vector4" } + ], + "isStatic": true, + "name": "RectangleContainsScreenPoint", + "comment": "", + "location": "UnityEngine.UIModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "rect", "typeName": "UnityEngine.RectTransform" }, + { "name": "screenPoint", "typeName": "UnityEngine.Vector2" }, + { "name": "cam", "typeName": "UnityEngine.Camera" }, + { "name": "worldPoint", "typeName": "UnityEngine.Vector3" } + ], + "isStatic": true, + "name": "ScreenPointToWorldPointInRectangle", + "comment": "", + "location": "UnityEngine.UIModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "rect", "typeName": "UnityEngine.RectTransform" }, + { "name": "screenPoint", "typeName": "UnityEngine.Vector2" }, + { "name": "cam", "typeName": "UnityEngine.Camera" }, + { "name": "localPoint", "typeName": "UnityEngine.Vector2" } + ], + "isStatic": true, + "name": "ScreenPointToLocalPointInRectangle", + "comment": "", + "location": "UnityEngine.UIModule.dll" + }, + { + "returnTypeName": "Ray", + "params": [ + { "name": "cam", "typeName": "UnityEngine.Camera" }, + { "name": "screenPos", "typeName": "UnityEngine.Vector2" } + ], + "isStatic": true, + "name": "ScreenPointToRay", + "comment": "", + "location": "UnityEngine.UIModule.dll" + }, + { + "returnTypeName": "Vector2", + "params": [ + { "name": "cam", "typeName": "UnityEngine.Camera" }, + { "name": "worldPoint", "typeName": "UnityEngine.Vector3" } + ], + "isStatic": true, + "name": "WorldToScreenPoint", + "comment": "", + "location": "UnityEngine.UIModule.dll" + }, + { + "returnTypeName": "Bounds", + "params": [ + { "name": "root", "typeName": "UnityEngine.Transform" }, + { "name": "child", "typeName": "UnityEngine.Transform" } + ], + "isStatic": true, + "name": "CalculateRelativeRectTransformBounds", + "comment": "", + "location": "UnityEngine.UIModule.dll" + }, + { + "returnTypeName": "Bounds", + "params": [{ "name": "trans", "typeName": "UnityEngine.Transform" }], + "isStatic": true, + "name": "CalculateRelativeRectTransformBounds", + "comment": "", + "location": "UnityEngine.UIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "rect", "typeName": "UnityEngine.RectTransform" }, + { "name": "axis", "typeName": "int" }, + { "name": "keepPositioning", "typeName": "bool" }, + { "name": "recursive", "typeName": "bool" } + ], + "isStatic": true, + "name": "FlipLayoutOnAxis", + "comment": "Flips the alignment of the RectTransform along the horizontal or vertical axis, and optionally its children as well.\n\n```plaintext\nParams: rect - The RectTransform to flip.\n keepPositioning - Flips around the pivot if true. Flips within the parent rect if false.\n recursive - Flip the children as well?\n axis - The axis to flip along. 0 is horizontal and 1 is vertical.\n \n```\n\n", + "location": "UnityEngine.UIModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "rect", "typeName": "UnityEngine.RectTransform" }, + { "name": "keepPositioning", "typeName": "bool" }, + { "name": "recursive", "typeName": "bool" } + ], + "isStatic": true, + "name": "FlipLayoutAxes", + "comment": "Flips the horizontal and vertical axes of the RectTransform size and alignment, and optionally its children as well.\n\n```plaintext\nParams: rect - The RectTransform to flip.\n keepPositioning - Flips around the pivot if true. Flips within the parent rect if false.\n recursive - Flip the children as well?\n \n```\n\n", + "location": "UnityEngine.UIModule.dll" + } + ], + "name": "RectTransformUtility", + "comment": "Utility class containing helper methods for working with RectTransform.\n\n", + "location": "UnityEngine.UIModule.dll" + }, + { + "namespace": "UnityEngine.PlayerLoop", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "TimeUpdate", + "comment": "Update phase in the native player loop that waits for the operating system (OS) to flip the back buffer to the display and update the time in the engine.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.PlayerLoop", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "WaitForLastPresentationAndUpdateTime", + "comment": "Waits for the operating system (OS) to flip the back buffer to the display and update the time in the engine.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.PlayerLoop", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "Initialization", + "comment": "Update phase in the native player loop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.PlayerLoop", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "PlayerUpdateTime", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.PlayerLoop", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "UpdateCameraMotionVectors", + "comment": "Native engine system updated by the native player loop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.PlayerLoop", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "DirectorSampleTime", + "comment": "Native engine system updated by the native player loop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.PlayerLoop", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "AsyncUploadTimeSlicedUpdate", + "comment": "Native engine system updated by the native player loop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.PlayerLoop", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "SynchronizeState", + "comment": "Native engine system updated by the native player loop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.PlayerLoop", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "SynchronizeInputs", + "comment": "Native engine system updated by the native player loop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.PlayerLoop", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "XREarlyUpdate", + "comment": "Native engine system updated by the native player loop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.PlayerLoop", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "EarlyUpdate", + "comment": "Update phase in the native player loop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.PlayerLoop", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "PollPlayerConnection", + "comment": "Native engine system updated by the native player loop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.TextCore", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "familyName", + "comment": "The name of the font typeface also known as family name.\n\n", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "typeName": "string", + "name": "styleName", + "comment": "The style name of the typeface which defines both the visual style and weight of the typeface.\n\n", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "typeName": "int", + "name": "pointSize", + "comment": "The point size used for sampling the typeface.\n\n", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "typeName": "float", + "name": "scale", + "comment": "The relative scale of the typeface.\n\n", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "typeName": "float", + "name": "lineHeight", + "comment": "The line height represents the distance between consecutive lines of text.\n\n", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "typeName": "float", + "name": "ascentLine", + "comment": "The Ascent line is typically located at the top of the tallest glyph in the typeface.\n\n", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "typeName": "float", + "name": "capLine", + "comment": "The Cap line is typically located at the top of capital letters.\n\n", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "typeName": "float", + "name": "meanLine", + "comment": "The Mean line is typically located at the top of lowercase letters.\n\n", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "typeName": "float", + "name": "baseline", + "comment": "The Baseline is an imaginary line upon which all glyphs appear to rest on.\n\n", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "typeName": "float", + "name": "descentLine", + "comment": "The Descent line is typically located at the bottom of the glyph with the lowest descender in the typeface.\n\n", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "typeName": "float", + "name": "superscriptOffset", + "comment": "The position of characters using superscript.\n\n", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "typeName": "float", + "name": "superscriptSize", + "comment": "The relative size / scale of superscript characters.\n\n", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "typeName": "float", + "name": "subscriptOffset", + "comment": "The position of characters using subscript.\n\n", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "typeName": "float", + "name": "subscriptSize", + "comment": "The relative size / scale of subscript characters.\n\n", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "typeName": "float", + "name": "underlineOffset", + "comment": "The position of the underline.\n\n", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "typeName": "float", + "name": "underlineThickness", + "comment": "The thickness of the underline.\n\n", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "typeName": "float", + "name": "strikethroughOffset", + "comment": "The position of the strikethrough.\n\n", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "typeName": "float", + "name": "strikethroughThickness", + "comment": "The thickness of the strikethrough.\n\n", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "typeName": "float", + "name": "tabWidth", + "comment": "The width of the tab character.\n\n", + "location": "UnityEngine.TextCoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "other", "typeName": "UnityEngine.TextCore.FaceInfo" } + ], + "isStatic": false, + "name": "Compare", + "comment": "Returns true if the FaceInfo structures have the same values. False if not.\n\n```plaintext\nParams: other - The FaceInfo structure to compare this FaceInfo structure with.\n \n```\n\n", + "location": "UnityEngine.TextCoreModule.dll" + } + ], + "name": "FaceInfo", + "comment": "A structure that contains information about a given typeface and for a specific point size.\n\n", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "namespace": "UnityEngine.PlayerLoop", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "ProfilerStartFrame", + "comment": "Native engine system updated by the native player loop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.PlayerLoop", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "PollHtcsPlayerConnection", + "comment": "Native engine system updated by the native player loop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.PlayerLoop", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "GpuTimestamp", + "comment": "Native engine system updated by the native player loop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.PlayerLoop", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "AnalyticsCoreStatsUpdate", + "comment": "Native engine system updated by the native player loop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.PlayerLoop", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "UnityWebRequestUpdate", + "comment": "Native engine system updated by the native player loop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.TextCore", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IEquatable"], + "fields": [ + { + "typeName": "int", + "name": "x", + "comment": "The x position of the glyph in the font atlas texture.\n\n", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "typeName": "int", + "name": "y", + "comment": "The y position of the glyph in the font atlas texture.\n\n", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "typeName": "int", + "name": "width", + "comment": "The width of the glyph.\n\n", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "typeName": "int", + "name": "height", + "comment": "The height of the glyph.\n\n", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "typeName": "UnityEngine.TextCore.GlyphRect", + "name": "zero", + "comment": "A GlyphRect with all values set to zero. Shorthand for writing GlyphRect(0, 0, 0, 0).\n\n", + "location": "UnityEngine.TextCoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "x", "typeName": "int" }, + { "name": "y", "typeName": "int" }, + { "name": "width", "typeName": "int" }, + { "name": "height", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Constructor for a new GlyphRect.\n\n```plaintext\nParams: x - The x position of the glyph in the atlas texture.\n y - The y position of the glyph in the atlas texture.\n width - The width of the glyph.\n height - The height of the glyph.\n rect - The Rect used to construct the new GlyphRect.\n \n```\n\n", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "rect", "typeName": "UnityEngine.Rect" }], + "isStatic": false, + "name": ".ctor", + "comment": "Constructor for a new GlyphRect.\n\n```plaintext\nParams: x - The x position of the glyph in the atlas texture.\n y - The y position of the glyph in the atlas texture.\n width - The width of the glyph.\n height - The height of the glyph.\n rect - The Rect used to construct the new GlyphRect.\n \n```\n\n", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "other", "typeName": "UnityEngine.TextCore.GlyphRect" } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "lhs", "typeName": "UnityEngine.TextCore.GlyphRect" }, + { "name": "rhs", "typeName": "UnityEngine.TextCore.GlyphRect" } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "lhs", "typeName": "UnityEngine.TextCore.GlyphRect" }, + { "name": "rhs", "typeName": "UnityEngine.TextCore.GlyphRect" } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "UnityEngine.TextCoreModule.dll" + } + ], + "name": "GlyphRect", + "comment": "A rectangle that defines the position of a glyph within an atlas texture.\n\n", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "namespace": "UnityEngine.PlayerLoop", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "UpdateStreamingManager", + "comment": "Native engine system updated by the native player loop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.PlayerLoop", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "ExecuteMainThreadJobs", + "comment": "Native engine system updated by the native player loop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.PlayerLoop", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "ProcessMouseInWindow", + "comment": "Native engine system updated by the native player loop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.PlayerLoop", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "ClearIntermediateRenderers", + "comment": "Native engine system updated by the native player loop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.PlayerLoop", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "ClearLines", + "comment": "Native engine system updated by the native player loop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.PlayerLoop", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "PresentBeforeUpdate", + "comment": "Native engine system updated by the native player loop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.PlayerLoop", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "ResetFrameStatsAfterPresent", + "comment": "Native engine system updated by the native player loop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.TextCore", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IEquatable"], + "fields": [ + { + "typeName": "float", + "name": "width", + "comment": "The width of the glyph.\n\n", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "typeName": "float", + "name": "height", + "comment": "The height of the glyph.\n\n", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "typeName": "float", + "name": "horizontalBearingX", + "comment": "The horizontal distance from the current drawing position (origin) relative to the element's left bounding box edge (bbox).\n\n", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "typeName": "float", + "name": "horizontalBearingY", + "comment": "The vertical distance from the current baseline relative to the element's top bounding box edge (bbox).\n\n", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "typeName": "float", + "name": "horizontalAdvance", + "comment": "The horizontal distance to increase (left to right) or decrease (right to left) the drawing position relative to the origin of the text element.\n\n", + "location": "UnityEngine.TextCoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "width", "typeName": "float" }, + { "name": "height", "typeName": "float" }, + { "name": "bearingX", "typeName": "float" }, + { "name": "bearingY", "typeName": "float" }, + { "name": "advance", "typeName": "float" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Constructs a new GlyphMetrics structure.\n\n```plaintext\nParams: width - The width of the glyph.\n height - The height of the glyph.\n bearingX - The horizontal bearingX.\n bearingY - The horizontal bearingY.\n advance - The horizontal advance.\n \n```\n\n", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "other", "typeName": "UnityEngine.TextCore.GlyphMetrics" } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "lhs", "typeName": "UnityEngine.TextCore.GlyphMetrics" }, + { "name": "rhs", "typeName": "UnityEngine.TextCore.GlyphMetrics" } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "lhs", "typeName": "UnityEngine.TextCore.GlyphMetrics" }, + { "name": "rhs", "typeName": "UnityEngine.TextCore.GlyphMetrics" } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "UnityEngine.TextCoreModule.dll" + } + ], + "name": "GlyphMetrics", + "comment": "A set of values that define the size, position and spacing of a glyph when performing text layout.\n\n", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "namespace": "UnityEngine.PlayerLoop", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "UpdateAsyncReadbackManager", + "comment": "Native engine system updated by the native player loop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.PlayerLoop", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "UpdateTextureStreamingManager", + "comment": "Native engine system updated by the native player loop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.TextCore", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "uint", + "name": "index", + "comment": "The index of the glyph in the source font file.\n\n", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "typeName": "UnityEngine.TextCore.GlyphMetrics", + "name": "metrics", + "comment": "The metrics that define the size, position and spacing of a glyph when performing text layout.\n\n", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "typeName": "UnityEngine.TextCore.GlyphRect", + "name": "glyphRect", + "comment": "A rectangle that defines the position of a glyph within an atlas texture.\n\n", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "typeName": "float", + "name": "scale", + "comment": "The relative scale of the glyph. The default value is 1.0.\n\n", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "typeName": "int", + "name": "atlasIndex", + "comment": "The index of the atlas texture that contains this glyph.\n\n", + "location": "UnityEngine.TextCoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Constructor for a new glyph.\n\n```plaintext\nParams: glyph - Glyph used as a reference for the new glyph.\n index - The index of the glyph in the font file.\n metrics - The metrics of the glyph.\n glyphRect - The GlyphRect defining the position of the glyph in the atlas texture.\n scale - The relative scale of the glyph.\n atlasIndex - The index of the atlas texture that contains the glyph.\n \n```\n\n", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "glyph", "typeName": "UnityEngine.TextCore.Glyph" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Constructor for a new glyph.\n\n```plaintext\nParams: glyph - Glyph used as a reference for the new glyph.\n index - The index of the glyph in the font file.\n metrics - The metrics of the glyph.\n glyphRect - The GlyphRect defining the position of the glyph in the atlas texture.\n scale - The relative scale of the glyph.\n atlasIndex - The index of the atlas texture that contains the glyph.\n \n```\n\n", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "uint" }, + { + "name": "metrics", + "typeName": "UnityEngine.TextCore.GlyphMetrics" + }, + { + "name": "glyphRect", + "typeName": "UnityEngine.TextCore.GlyphRect" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Constructor for a new glyph.\n\n```plaintext\nParams: glyph - Glyph used as a reference for the new glyph.\n index - The index of the glyph in the font file.\n metrics - The metrics of the glyph.\n glyphRect - The GlyphRect defining the position of the glyph in the atlas texture.\n scale - The relative scale of the glyph.\n atlasIndex - The index of the atlas texture that contains the glyph.\n \n```\n\n", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "uint" }, + { + "name": "metrics", + "typeName": "UnityEngine.TextCore.GlyphMetrics" + }, + { + "name": "glyphRect", + "typeName": "UnityEngine.TextCore.GlyphRect" + }, + { "name": "scale", "typeName": "float" }, + { "name": "atlasIndex", "typeName": "int" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Constructor for a new glyph.\n\n```plaintext\nParams: glyph - Glyph used as a reference for the new glyph.\n index - The index of the glyph in the font file.\n metrics - The metrics of the glyph.\n glyphRect - The GlyphRect defining the position of the glyph in the atlas texture.\n scale - The relative scale of the glyph.\n atlasIndex - The index of the atlas texture that contains the glyph.\n \n```\n\n", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "other", "typeName": "UnityEngine.TextCore.Glyph" } + ], + "isStatic": false, + "name": "Compare", + "comment": "Returns true if the glyphs have the same values. False if not.\n\n```plaintext\nParams: other - The glyph to compare with.\n \n```\n\n", + "location": "UnityEngine.TextCoreModule.dll" + } + ], + "name": "Glyph", + "comment": "A Glyph is the visual representation of a text element or character.\n\n", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "namespace": "UnityEngine.PlayerLoop", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "UpdatePreloading", + "comment": "Native engine system updated by the native player loop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.PlayerLoop", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "RendererNotifyInvisible", + "comment": "Native engine system updated by the native player loop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.PlayerLoop", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "PlayerCleanupCachedData", + "comment": "Native engine system updated by the native player loop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.PlayerLoop", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "UpdateMainGameViewRect", + "comment": "Native engine system updated by the native player loop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.PlayerLoop", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "UpdateCanvasRectTransform", + "comment": "Native engine system updated by the native player loop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.PlayerLoop", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "UpdateInputManager", + "comment": "Native engine system updated by the native player loop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.PlayerLoop", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "ProcessRemoteInput", + "comment": "Native engine system updated by the native player loop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.PlayerLoop", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "XRUpdate", + "comment": "Native engine system updated by the native player loop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.PlayerLoop", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "ScriptRunDelayedStartupFrame", + "comment": "Native engine system updated by the native player loop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.PlayerLoop", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "UpdateKinect", + "comment": "Native engine system updated by the native player loop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.PlayerLoop", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "DeliverIosPlatformEvents", + "comment": "Native engine system updated by the native player loop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.PlayerLoop", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "DispatchEventQueueEvents", + "comment": "Native engine system updated by the native player loop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.PlayerLoop", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "PhysicsResetInterpolatedTransformPosition", + "comment": "Native engine system updated by the native player loop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.PlayerLoop", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "SpriteAtlasManagerUpdate", + "comment": "Native engine system updated by the native player loop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.PlayerLoop", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "TangoUpdate", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.PlayerLoop", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "ARCoreUpdate", + "comment": "Native engine system updated by the native player loop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.PlayerLoop", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "PerformanceAnalyticsUpdate", + "comment": "Native engine system updated by the native player loop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.PlayerLoop", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "FixedUpdate", + "comment": "Update phase in the native player loop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.PlayerLoop", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "Update", + "comment": "Update phase in the native player loop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.PlayerLoop", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "PreLateUpdate", + "comment": "Update phase in the native player loop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.PlayerLoop", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "PostLateUpdate", + "comment": "Update phase in the native player loop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.PlayerLoop", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "ClearLines", + "comment": "Native engine system updated by the native player loop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.PlayerLoop", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "DirectorFixedSampleTime", + "comment": "Native engine system updated by the native player loop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.PlayerLoop", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "ScriptRunBehaviourUpdate", + "comment": "Native engine system updated by the native player loop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.PlayerLoop", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "AudioFixedUpdate", + "comment": "Native engine system updated by the native player loop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.PlayerLoop", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "DirectorUpdate", + "comment": "Native engine system updated by the native player loop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.PlayerLoop", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "ScriptRunDelayedDynamicFrameRate", + "comment": "Native engine system updated by the native player loop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.PlayerLoop", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "DirectorFixedUpdate", + "comment": "Native engine system updated by the native player loop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.PlayerLoop", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "ScriptRunDelayedTasks", + "comment": "Native engine system updated by the native player loop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.PlayerLoop", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "LegacyFixedAnimationUpdate", + "comment": "Native engine system updated by the native player loop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.PlayerLoop", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "XRFixedUpdate", + "comment": "Native engine system updated by the native player loop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.PlayerLoop", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "PhysicsFixedUpdate", + "comment": "Native engine system updated by the native player loop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.PlayerLoop", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "Physics2DFixedUpdate", + "comment": "Native engine system updated by the native player loop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.PlayerLoop", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "DirectorFixedUpdatePostPhysics", + "comment": "Native engine system updated by the native player loop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.PlayerLoop", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "ScriptRunDelayedFixedFrameRate", + "comment": "Native engine system updated by the native player loop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.PlayerLoop", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "NewInputFixedUpdate", + "comment": "Native engine system updated by the native player loop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.PlayerLoop", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "PreUpdate", + "comment": "Update phase in the native player loop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.TextCore.LowLevel", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.TextCore.LowLevel.FontFeatureLookupFlags", + "name": "None", + "comment": "", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "typeName": "UnityEngine.TextCore.LowLevel.FontFeatureLookupFlags", + "name": "IgnoreLigatures", + "comment": "", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "typeName": "UnityEngine.TextCore.LowLevel.FontFeatureLookupFlags", + "name": "IgnoreSpacingAdjustments", + "comment": "", + "location": "UnityEngine.TextCoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.TextCore.LowLevel.FontFeatureLookupFlags", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.TextCoreModule.dll" + } + ], + "name": "FontFeatureLookupFlags", + "comment": "", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "namespace": "UnityEngine.TextCore.LowLevel", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IEquatable"], + "fields": [ + { + "typeName": "float", + "name": "xPlacement", + "comment": "The positional adjustment that affects the horizontal bearing X of the glyph.\n\n", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "typeName": "float", + "name": "yPlacement", + "comment": "The positional adjustment that affectsthe horizontal bearing Y of the glyph.\n\n", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "typeName": "float", + "name": "xAdvance", + "comment": "The positional adjustment that affects the horizontal advance of the glyph.\n\n", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "typeName": "float", + "name": "yAdvance", + "comment": "The positional adjustment that affects the vertical advance of the glyph.\n\n", + "location": "UnityEngine.TextCoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "xPlacement", "typeName": "float" }, + { "name": "yPlacement", "typeName": "float" }, + { "name": "xAdvance", "typeName": "float" }, + { "name": "yAdvance", "typeName": "float" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Constructor for new glyph value record.\n\n```plaintext\nParams: xPlacement - The positional adjustment that affects the horizontal bearing X of the glyph.\n yPlacement - The positional adjustment that affects the horizontal bearing Y of the glyph.\n xAdvance - The positional adjustment that affects the horizontal advance of the glyph.\n yAdvance - The positional adjustment that affects the vertical advance of the glyph.\n \n```\n\n", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "returnTypeName": "GlyphValueRecord", + "params": [ + { + "name": "a", + "typeName": "UnityEngine.TextCore.LowLevel.GlyphValueRecord" + }, + { + "name": "b", + "typeName": "UnityEngine.TextCore.LowLevel.GlyphValueRecord" + } + ], + "isStatic": true, + "name": "op_Addition", + "comment": "", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "other", + "typeName": "UnityEngine.TextCore.LowLevel.GlyphValueRecord" + } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "lhs", + "typeName": "UnityEngine.TextCore.LowLevel.GlyphValueRecord" + }, + { + "name": "rhs", + "typeName": "UnityEngine.TextCore.LowLevel.GlyphValueRecord" + } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "lhs", + "typeName": "UnityEngine.TextCore.LowLevel.GlyphValueRecord" + }, + { + "name": "rhs", + "typeName": "UnityEngine.TextCore.LowLevel.GlyphValueRecord" + } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "UnityEngine.TextCoreModule.dll" + } + ], + "name": "GlyphValueRecord", + "comment": "The values used to adjust the position of a glyph or set of glyphs.\n\n", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "namespace": "UnityEngine.TextCore.LowLevel", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "uint", + "name": "glyphIndex", + "comment": "The index of the glyph in the source font file.\n\n", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "typeName": "UnityEngine.TextCore.LowLevel.GlyphValueRecord", + "name": "glyphValueRecord", + "comment": "The GlyphValueRecord contains the positional adjustments of the glyph.\n\n", + "location": "UnityEngine.TextCoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "glyphIndex", "typeName": "uint" }, + { + "name": "glyphValueRecord", + "typeName": "UnityEngine.TextCore.LowLevel.GlyphValueRecord" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Constructor for new glyph adjustment record.\n\n```plaintext\nParams: glyphIndex - The index of the glyph in the source font file.\n glyphValueRecord - The GlyphValueRecord contains the positional adjustments of the glyph.\n \n```\n\n", + "location": "UnityEngine.TextCoreModule.dll" + } + ], + "name": "GlyphAdjustmentRecord", + "comment": "The positional adjustment values of a glyph.\n\n", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "namespace": "UnityEngine.TextCore.LowLevel", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.TextCore.LowLevel.GlyphAdjustmentRecord", + "name": "firstAdjustmentRecord", + "comment": "The positional adjustment values for the first glyph.\n\n", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "typeName": "UnityEngine.TextCore.LowLevel.GlyphAdjustmentRecord", + "name": "secondAdjustmentRecord", + "comment": "The positional adjustment values for the second glyph.\n\n", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "typeName": "UnityEngine.TextCore.LowLevel.FontFeatureLookupFlags", + "name": "featureLookupFlags", + "comment": "", + "location": "UnityEngine.TextCoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "firstAdjustmentRecord", + "typeName": "UnityEngine.TextCore.LowLevel.GlyphAdjustmentRecord" + }, + { + "name": "secondAdjustmentRecord", + "typeName": "UnityEngine.TextCore.LowLevel.GlyphAdjustmentRecord" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Constructor for new glyph pair adjustment record.\n\n```plaintext\nParams: firstAdjustmentRecord - The positional adjustment values for the first glyph.\n secondAdjustmentRecord - The positional adjustment values for the second glyph.\n \n```\n\n", + "location": "UnityEngine.TextCoreModule.dll" + } + ], + "name": "GlyphPairAdjustmentRecord", + "comment": "The positional adjustment values of a pair of glyphs.\n\n", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "namespace": "UnityEngine.PlayerLoop", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "Physics2DLateUpdate", + "comment": "Native engine system updated by the native player loop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.PlayerLoop", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "AIUpdatePostScript", + "comment": "Native engine system updated by the native player loop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.TextCore.LowLevel", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.TextCore.LowLevel.GlyphLoadFlags", + "name": "LOAD_DEFAULT", + "comment": "Load glyph metrics and bitmap representation if available for the current face size.\n\n", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "typeName": "UnityEngine.TextCore.LowLevel.GlyphLoadFlags", + "name": "LOAD_NO_SCALE", + "comment": "Load glyphs at default font units without scaling. This flag implies LOAD_NO_HINTING and LOAD_NO_BITMAP and unsets LOAD_RENDER.\n\n", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "typeName": "UnityEngine.TextCore.LowLevel.GlyphLoadFlags", + "name": "LOAD_NO_HINTING", + "comment": "Load glyphs without hinting.\n\n", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "typeName": "UnityEngine.TextCore.LowLevel.GlyphLoadFlags", + "name": "LOAD_RENDER", + "comment": "Load glyph metrics and render outline using 8-bit or antialiased image of the glyph.\n\n", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "typeName": "UnityEngine.TextCore.LowLevel.GlyphLoadFlags", + "name": "LOAD_NO_BITMAP", + "comment": "Load glyphs and ignore embedded bitmap strikes.\n\n", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "typeName": "UnityEngine.TextCore.LowLevel.GlyphLoadFlags", + "name": "LOAD_FORCE_AUTOHINT", + "comment": "Load glyphs using the auto hinter instead of the font's native hinter.\n\n", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "typeName": "UnityEngine.TextCore.LowLevel.GlyphLoadFlags", + "name": "LOAD_MONOCHROME", + "comment": "Load glyph metrics and render outline using 1-bit monochrome.\n\n", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "typeName": "UnityEngine.TextCore.LowLevel.GlyphLoadFlags", + "name": "LOAD_NO_AUTOHINT", + "comment": "Load glyphs using the font's native hinter.\n\n", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "typeName": "UnityEngine.TextCore.LowLevel.GlyphLoadFlags", + "name": "LOAD_COMPUTE_METRICS", + "comment": "Load glyph metrics without using the 'hdmx' table. This flag is mostly used to validate font data.\n\n", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "typeName": "UnityEngine.TextCore.LowLevel.GlyphLoadFlags", + "name": "LOAD_BITMAP_METRICS_ONLY", + "comment": "Load glyph metrics without allocating and loading the bitmap data.\n\n", + "location": "UnityEngine.TextCoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.TextCore.LowLevel.GlyphLoadFlags", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.TextCoreModule.dll" + } + ], + "name": "GlyphLoadFlags", + "comment": "The various options (flags) used by the FontEngine when loading glyphs from a font face.\n\n", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "namespace": "UnityEngine.PlayerLoop", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "DirectorUpdateAnimationBegin", + "comment": "Native engine system updated by the native player loop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.TextCore.LowLevel", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.TextCore.LowLevel.FontEngineError", + "name": "Success", + "comment": "Error code returned when the function was successfully executed.\n\n", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "typeName": "UnityEngine.TextCore.LowLevel.FontEngineError", + "name": "Invalid_File_Path", + "comment": "Error code returned by the LoadFontFace function when the file path to the source font file appears invalid.\n\n", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "typeName": "UnityEngine.TextCore.LowLevel.FontEngineError", + "name": "Invalid_File_Format", + "comment": "Error code returned by the LoadFontFace function when the source font file is of an unknown or invalid format.\n\n", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "typeName": "UnityEngine.TextCore.LowLevel.FontEngineError", + "name": "Invalid_File_Structure", + "comment": "Error code returned by the LoadFontFace function when the source font file appears invalid or improperly formatted.\n\n", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "typeName": "UnityEngine.TextCore.LowLevel.FontEngineError", + "name": "Invalid_File", + "comment": "Error code indicating an invalid font file.\n\n", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "typeName": "UnityEngine.TextCore.LowLevel.FontEngineError", + "name": "Invalid_Table", + "comment": "Error code indicating failure to load one of the tables of the font file.\n\n", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "typeName": "UnityEngine.TextCore.LowLevel.FontEngineError", + "name": "Invalid_Glyph_Index", + "comment": "Error code returned by the LoadGlyph function when referencing an invalid or out of range glyph index value.\n\n", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "typeName": "UnityEngine.TextCore.LowLevel.FontEngineError", + "name": "Invalid_Character_Code", + "comment": "Error code returned by the LoadGlyph function when referencing an invalid Unicode character value.\n\n", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "typeName": "UnityEngine.TextCore.LowLevel.FontEngineError", + "name": "Invalid_Pixel_Size", + "comment": "Error code returned by the LoadGlyph or SetFaceSize functions using an invalid pointSize value.\n\n", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "typeName": "UnityEngine.TextCore.LowLevel.FontEngineError", + "name": "Invalid_Library", + "comment": "Error code indicating failure to initialize the font engine library.\n\n", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "typeName": "UnityEngine.TextCore.LowLevel.FontEngineError", + "name": "Invalid_Face", + "comment": "Error code indicating an invalid font face.\n\n", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "typeName": "UnityEngine.TextCore.LowLevel.FontEngineError", + "name": "Invalid_Library_or_Face", + "comment": "Error code indicating failure to initialize the font engine library and / or successfully load a font face.\n\n", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "typeName": "UnityEngine.TextCore.LowLevel.FontEngineError", + "name": "Atlas_Generation_Cancelled", + "comment": "Error code returned when the FontEngine glyph packing or rendering process has been cancelled.\n\n", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "typeName": "UnityEngine.TextCore.LowLevel.FontEngineError", + "name": "Invalid_SharedTextureData", + "comment": "", + "location": "UnityEngine.TextCoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.TextCore.LowLevel.FontEngineError", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.TextCoreModule.dll" + } + ], + "name": "FontEngineError", + "comment": "Error code returned by the various FontEngine functions.\n\n", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "namespace": "UnityEngine.PlayerLoop", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "LegacyAnimationUpdate", + "comment": "Native engine system updated by the native player loop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.TextCore.LowLevel", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.TextCore.LowLevel.GlyphRenderMode", + "name": "SMOOTH_HINTED", + "comment": "Renders a bitmap representation of the glyph from an 8-bit or antialiased image of the glyph outline with hinting.\n\n", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "typeName": "UnityEngine.TextCore.LowLevel.GlyphRenderMode", + "name": "SMOOTH", + "comment": "Renders a bitmap representation of the glyph from an 8-bit or antialiased image of the glyph outline with no hinting.\n\n", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "typeName": "UnityEngine.TextCore.LowLevel.GlyphRenderMode", + "name": "RASTER_HINTED", + "comment": "Renders a bitmap representation of the glyph from a binary (1-bit monochrome) image of the glyph outline with hinting.\n\n", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "typeName": "UnityEngine.TextCore.LowLevel.GlyphRenderMode", + "name": "RASTER", + "comment": "Renders a bitmap representation of the glyph from a binary (1-bit monochrome) image of the glyph outline with no hinting.\n\n", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "typeName": "UnityEngine.TextCore.LowLevel.GlyphRenderMode", + "name": "SDF", + "comment": "Renders a signed distance field (SDF) representation of the glyph from a binary (1-bit monochrome) image of the glyph outline with no hinting.\n\n", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "typeName": "UnityEngine.TextCore.LowLevel.GlyphRenderMode", + "name": "SDF8", + "comment": "Renders a signed distance field (SDF) representation of the glyph from a binary (1-bit monochrome) image of the glyph outline with no hinting.\n\n", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "typeName": "UnityEngine.TextCore.LowLevel.GlyphRenderMode", + "name": "SDF16", + "comment": "Renders a signed distance field (SDF) representation of the glyph from a binary (1-bit monochrome) image of the glyph outline with no hinting.\n\n", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "typeName": "UnityEngine.TextCore.LowLevel.GlyphRenderMode", + "name": "SDF32", + "comment": "Renders a signed distance field (SDF) representation of the glyph from a binary (1-bit monochrome) image of the glyph outline with no hinting.\n\n", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "typeName": "UnityEngine.TextCore.LowLevel.GlyphRenderMode", + "name": "SDFAA_HINTED", + "comment": "Renders a signed distance field (SDF) representation of the glyph from an 8-bit or antialiased image of the glyph outline with hinting.\n\n", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "typeName": "UnityEngine.TextCore.LowLevel.GlyphRenderMode", + "name": "SDFAA", + "comment": "Renders a signed distance field (SDF) representation of the glyph from an 8-bit or antialiased image of the glyph outline with no hinting.\n\n", + "location": "UnityEngine.TextCoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.TextCore.LowLevel.GlyphRenderMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.TextCoreModule.dll" + } + ], + "name": "GlyphRenderMode", + "comment": "The rendering modes used by the Font Engine to render glyphs.\n\n", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "namespace": "UnityEngine.PlayerLoop", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "PhysicsUpdate", + "comment": "Native engine system updated by the native player loop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.PlayerLoop", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "DirectorUpdateAnimationEnd", + "comment": "Native engine system updated by the native player loop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.TextCore.LowLevel", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.TextCore.LowLevel.GlyphPackingMode", + "name": "BestShortSideFit", + "comment": "Place the glyph against the short side of a free space to minimize the length of the shorter leftover side.\n\n", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "typeName": "UnityEngine.TextCore.LowLevel.GlyphPackingMode", + "name": "BestLongSideFit", + "comment": "Place the glyph against the longer side of a free space to minimize the length of the longer leftover side.\n\n", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "typeName": "UnityEngine.TextCore.LowLevel.GlyphPackingMode", + "name": "BestAreaFit", + "comment": "Place the glyph into the smallest free space available in which it can fit.\n\n", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "typeName": "UnityEngine.TextCore.LowLevel.GlyphPackingMode", + "name": "BottomLeftRule", + "comment": "Place the glyph into available free space in a Tetris like fashion.\n\n", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "typeName": "UnityEngine.TextCore.LowLevel.GlyphPackingMode", + "name": "ContactPointRule", + "comment": "Place the glyph into the available free space by trying to maximize the contact point between it and other glyphs.\n\n", + "location": "UnityEngine.TextCoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.TextCore.LowLevel.GlyphPackingMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.TextCoreModule.dll" + } + ], + "name": "GlyphPackingMode", + "comment": "The modes available when packing glyphs into an atlas texture.\n\n", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "namespace": "UnityEngine.PlayerLoop", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "DirectorDeferredEvaluate", + "comment": "Native engine system updated by the native player loop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.PlayerLoop", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "Physics2DUpdate", + "comment": "Native engine system updated by the native player loop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.PlayerLoop", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "UIElementsUpdatePanels", + "comment": "Native engine system updated by the native player loop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.PlayerLoop", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "CheckTexFieldInput", + "comment": "Native engine system updated by the native player loop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.PlayerLoop", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "UpdateNetworkManager", + "comment": "Native engine system updated by the native player loop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.TextCore.LowLevel", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "FontEngineError", + "params": [], + "isStatic": true, + "name": "InitializeFontEngine", + "comment": "A value of zero (0) if the initialization of the Font Engine was successful.\n\n", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "returnTypeName": "FontEngineError", + "params": [], + "isStatic": true, + "name": "DestroyFontEngine", + "comment": "A value of zero (0) if the Font Engine and used resources were successfully released.\n\n", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "returnTypeName": "FontEngineError", + "params": [{ "name": "filePath", "typeName": "string" }], + "isStatic": true, + "name": "LoadFontFace", + "comment": "A value of zero (0) if the font face was loaded successfully.\n\n```plaintext\nParams: filePath - The path of the source font file relative to the project.\n pointSize - The point size used to scale the font face.\n sourceFontFile - The byte array that contains the source font file.\n font - The font to load the data from. The Unity font must be set to Dynamic mode with Include Font Data selected.\n faceIndex - The face index of the font face to load. When the font file is a TrueType collection (.TTC), this specifies the face index of the font face to load. If the font file is a TrueType Font (.TTF) or OpenType Font (.OTF) file, the face index is always zero (0).\n familyName - The family name of the font face to load.\n styleName - The style name of the font face to load.\n \n```\n\n", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "returnTypeName": "FontEngineError", + "params": [ + { "name": "filePath", "typeName": "string" }, + { "name": "pointSize", "typeName": "int" } + ], + "isStatic": true, + "name": "LoadFontFace", + "comment": "A value of zero (0) if the font face was loaded successfully.\n\n```plaintext\nParams: filePath - The path of the source font file relative to the project.\n pointSize - The point size used to scale the font face.\n sourceFontFile - The byte array that contains the source font file.\n font - The font to load the data from. The Unity font must be set to Dynamic mode with Include Font Data selected.\n faceIndex - The face index of the font face to load. When the font file is a TrueType collection (.TTC), this specifies the face index of the font face to load. If the font file is a TrueType Font (.TTF) or OpenType Font (.OTF) file, the face index is always zero (0).\n familyName - The family name of the font face to load.\n styleName - The style name of the font face to load.\n \n```\n\n", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "returnTypeName": "FontEngineError", + "params": [ + { "name": "filePath", "typeName": "string" }, + { "name": "pointSize", "typeName": "int" }, + { "name": "faceIndex", "typeName": "int" } + ], + "isStatic": true, + "name": "LoadFontFace", + "comment": "A value of zero (0) if the font face was loaded successfully.\n\n```plaintext\nParams: filePath - The path of the source font file relative to the project.\n pointSize - The point size used to scale the font face.\n sourceFontFile - The byte array that contains the source font file.\n font - The font to load the data from. The Unity font must be set to Dynamic mode with Include Font Data selected.\n faceIndex - The face index of the font face to load. When the font file is a TrueType collection (.TTC), this specifies the face index of the font face to load. If the font file is a TrueType Font (.TTF) or OpenType Font (.OTF) file, the face index is always zero (0).\n familyName - The family name of the font face to load.\n styleName - The style name of the font face to load.\n \n```\n\n", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "returnTypeName": "FontEngineError", + "params": [{ "name": "sourceFontFile", "typeName": "byte[]" }], + "isStatic": true, + "name": "LoadFontFace", + "comment": "A value of zero (0) if the font face was loaded successfully.\n\n```plaintext\nParams: filePath - The path of the source font file relative to the project.\n pointSize - The point size used to scale the font face.\n sourceFontFile - The byte array that contains the source font file.\n font - The font to load the data from. The Unity font must be set to Dynamic mode with Include Font Data selected.\n faceIndex - The face index of the font face to load. When the font file is a TrueType collection (.TTC), this specifies the face index of the font face to load. If the font file is a TrueType Font (.TTF) or OpenType Font (.OTF) file, the face index is always zero (0).\n familyName - The family name of the font face to load.\n styleName - The style name of the font face to load.\n \n```\n\n", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "returnTypeName": "FontEngineError", + "params": [ + { "name": "sourceFontFile", "typeName": "byte[]" }, + { "name": "pointSize", "typeName": "int" } + ], + "isStatic": true, + "name": "LoadFontFace", + "comment": "A value of zero (0) if the font face was loaded successfully.\n\n```plaintext\nParams: filePath - The path of the source font file relative to the project.\n pointSize - The point size used to scale the font face.\n sourceFontFile - The byte array that contains the source font file.\n font - The font to load the data from. The Unity font must be set to Dynamic mode with Include Font Data selected.\n faceIndex - The face index of the font face to load. When the font file is a TrueType collection (.TTC), this specifies the face index of the font face to load. If the font file is a TrueType Font (.TTF) or OpenType Font (.OTF) file, the face index is always zero (0).\n familyName - The family name of the font face to load.\n styleName - The style name of the font face to load.\n \n```\n\n", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "returnTypeName": "FontEngineError", + "params": [ + { "name": "sourceFontFile", "typeName": "byte[]" }, + { "name": "pointSize", "typeName": "int" }, + { "name": "faceIndex", "typeName": "int" } + ], + "isStatic": true, + "name": "LoadFontFace", + "comment": "A value of zero (0) if the font face was loaded successfully.\n\n```plaintext\nParams: filePath - The path of the source font file relative to the project.\n pointSize - The point size used to scale the font face.\n sourceFontFile - The byte array that contains the source font file.\n font - The font to load the data from. The Unity font must be set to Dynamic mode with Include Font Data selected.\n faceIndex - The face index of the font face to load. When the font file is a TrueType collection (.TTC), this specifies the face index of the font face to load. If the font file is a TrueType Font (.TTF) or OpenType Font (.OTF) file, the face index is always zero (0).\n familyName - The family name of the font face to load.\n styleName - The style name of the font face to load.\n \n```\n\n", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "returnTypeName": "FontEngineError", + "params": [{ "name": "font", "typeName": "UnityEngine.Font" }], + "isStatic": true, + "name": "LoadFontFace", + "comment": "A value of zero (0) if the font face was loaded successfully.\n\n```plaintext\nParams: filePath - The path of the source font file relative to the project.\n pointSize - The point size used to scale the font face.\n sourceFontFile - The byte array that contains the source font file.\n font - The font to load the data from. The Unity font must be set to Dynamic mode with Include Font Data selected.\n faceIndex - The face index of the font face to load. When the font file is a TrueType collection (.TTC), this specifies the face index of the font face to load. If the font file is a TrueType Font (.TTF) or OpenType Font (.OTF) file, the face index is always zero (0).\n familyName - The family name of the font face to load.\n styleName - The style name of the font face to load.\n \n```\n\n", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "returnTypeName": "FontEngineError", + "params": [ + { "name": "font", "typeName": "UnityEngine.Font" }, + { "name": "pointSize", "typeName": "int" } + ], + "isStatic": true, + "name": "LoadFontFace", + "comment": "A value of zero (0) if the font face was loaded successfully.\n\n```plaintext\nParams: filePath - The path of the source font file relative to the project.\n pointSize - The point size used to scale the font face.\n sourceFontFile - The byte array that contains the source font file.\n font - The font to load the data from. The Unity font must be set to Dynamic mode with Include Font Data selected.\n faceIndex - The face index of the font face to load. When the font file is a TrueType collection (.TTC), this specifies the face index of the font face to load. If the font file is a TrueType Font (.TTF) or OpenType Font (.OTF) file, the face index is always zero (0).\n familyName - The family name of the font face to load.\n styleName - The style name of the font face to load.\n \n```\n\n", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "returnTypeName": "FontEngineError", + "params": [ + { "name": "font", "typeName": "UnityEngine.Font" }, + { "name": "pointSize", "typeName": "int" }, + { "name": "faceIndex", "typeName": "int" } + ], + "isStatic": true, + "name": "LoadFontFace", + "comment": "A value of zero (0) if the font face was loaded successfully.\n\n```plaintext\nParams: filePath - The path of the source font file relative to the project.\n pointSize - The point size used to scale the font face.\n sourceFontFile - The byte array that contains the source font file.\n font - The font to load the data from. The Unity font must be set to Dynamic mode with Include Font Data selected.\n faceIndex - The face index of the font face to load. When the font file is a TrueType collection (.TTC), this specifies the face index of the font face to load. If the font file is a TrueType Font (.TTF) or OpenType Font (.OTF) file, the face index is always zero (0).\n familyName - The family name of the font face to load.\n styleName - The style name of the font face to load.\n \n```\n\n", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "returnTypeName": "FontEngineError", + "params": [ + { "name": "familyName", "typeName": "string" }, + { "name": "styleName", "typeName": "string" } + ], + "isStatic": true, + "name": "LoadFontFace", + "comment": "A value of zero (0) if the font face was loaded successfully.\n\n```plaintext\nParams: filePath - The path of the source font file relative to the project.\n pointSize - The point size used to scale the font face.\n sourceFontFile - The byte array that contains the source font file.\n font - The font to load the data from. The Unity font must be set to Dynamic mode with Include Font Data selected.\n faceIndex - The face index of the font face to load. When the font file is a TrueType collection (.TTC), this specifies the face index of the font face to load. If the font file is a TrueType Font (.TTF) or OpenType Font (.OTF) file, the face index is always zero (0).\n familyName - The family name of the font face to load.\n styleName - The style name of the font face to load.\n \n```\n\n", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "returnTypeName": "FontEngineError", + "params": [ + { "name": "familyName", "typeName": "string" }, + { "name": "styleName", "typeName": "string" }, + { "name": "pointSize", "typeName": "int" } + ], + "isStatic": true, + "name": "LoadFontFace", + "comment": "A value of zero (0) if the font face was loaded successfully.\n\n```plaintext\nParams: filePath - The path of the source font file relative to the project.\n pointSize - The point size used to scale the font face.\n sourceFontFile - The byte array that contains the source font file.\n font - The font to load the data from. The Unity font must be set to Dynamic mode with Include Font Data selected.\n faceIndex - The face index of the font face to load. When the font file is a TrueType collection (.TTC), this specifies the face index of the font face to load. If the font file is a TrueType Font (.TTF) or OpenType Font (.OTF) file, the face index is always zero (0).\n familyName - The family name of the font face to load.\n styleName - The style name of the font face to load.\n \n```\n\n", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "returnTypeName": "FontEngineError", + "params": [], + "isStatic": true, + "name": "UnloadFontFace", + "comment": "A value of zero (0) if the font face was successfully unloaded and removed from the cache.\n\n", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "returnTypeName": "FontEngineError", + "params": [], + "isStatic": true, + "name": "UnloadAllFontFaces", + "comment": "A value of zero (0) if the font faces were successfully unloaded and removed from the cache.\n\n", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": true, + "name": "GetSystemFontNames", + "comment": "The names and styles of the system fonts.\n\n", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "returnTypeName": "FontEngineError", + "params": [{ "name": "pointSize", "typeName": "int" }], + "isStatic": true, + "name": "SetFaceSize", + "comment": "A value of zero (0) if the font face was successfully scaled to the given point size.\n\n```plaintext\nParams: pointSize - The point size used to scale the font face.\n \n```\n\n", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "returnTypeName": "FaceInfo", + "params": [], + "isStatic": true, + "name": "GetFaceInfo", + "comment": "Returns the FaceInfo of the currently loaded typeface.\n\n", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": true, + "name": "GetFontFaces", + "comment": "An array that contains the names of the font faces and styles.\n\n", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "unicode", "typeName": "uint" }, + { "name": "glyphIndex", "typeName": "uint" } + ], + "isStatic": true, + "name": "TryGetGlyphIndex", + "comment": "", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "unicode", "typeName": "uint" }, + { + "name": "flags", + "typeName": "UnityEngine.TextCore.LowLevel.GlyphLoadFlags" + }, + { "name": "glyph", "typeName": "UnityEngine.TextCore.Glyph" } + ], + "isStatic": true, + "name": "TryGetGlyphWithUnicodeValue", + "comment": "", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "glyphIndex", "typeName": "uint" }, + { + "name": "flags", + "typeName": "UnityEngine.TextCore.LowLevel.GlyphLoadFlags" + }, + { "name": "glyph", "typeName": "UnityEngine.TextCore.Glyph" } + ], + "isStatic": true, + "name": "TryGetGlyphWithIndexValue", + "comment": "", + "location": "UnityEngine.TextCoreModule.dll" + } + ], + "name": "FontEngine", + "comment": "The FontEngine is used to access data from source font files. This includes information about individual characters, glyphs and relevant metrics typically used in the process of text parsing, layout and rendering.\n\nThe types of font files supported are TrueType (.ttf, .ttc) and OpenType (.otf).\n\nThe FontEngine is also used to raster the visual representation of characters known as glyphs in a given font atlas texture.\n\n", + "location": "UnityEngine.TextCoreModule.dll" + }, + { + "namespace": "UnityEngine.PlayerLoop", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "IMGUISendQueuedEvents", + "comment": "Native engine system updated by the native player loop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.PlayerLoop", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "UpdateMasterServerInterface", + "comment": "Native engine system updated by the native player loop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.PlayerLoop", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "SendMouseEvents", + "comment": "Native engine system updated by the native player loop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.PlayerLoop", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "UNetUpdate", + "comment": "Native engine system updated by the native player loop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.PlayerLoop", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "AIUpdate", + "comment": "Native engine system updated by the native player loop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.PlayerLoop", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "EndGraphicsJobsAfterScriptUpdate", + "comment": "Native engine system updated by the native player loop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.PlayerLoop", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "WindUpdate", + "comment": "Native engine system updated by the native player loop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.PlayerLoop", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "ParticleSystemBeginUpdateAll", + "comment": "Native engine system updated by the native player loop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.PlayerLoop", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "UpdateVideo", + "comment": "Native engine system updated by the native player loop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.PlayerLoop", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "ScriptRunBehaviourLateUpdate", + "comment": "Native engine system updated by the native player loop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.PlayerLoop", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "NewInputUpdate", + "comment": "Native engine system updated by the native player loop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.PlayerLoop", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "ConstraintManagerUpdate", + "comment": "Native engine system updated by the native player loop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.PlayerLoop", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "PlayerSendFrameStarted", + "comment": "Native engine system updated by the native player loop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.PlayerLoop", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "UpdateRectTransform", + "comment": "Native engine system updated by the native player loop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.PlayerLoop", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "UpdateCanvasRectTransform", + "comment": "Native engine system updated by the native player loop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.PlayerLoop", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "PlayerUpdateCanvases", + "comment": "Native engine system updated by the native player loop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.PlayerLoop", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "UpdateAudio", + "comment": "Native engine system updated by the native player loop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.PlayerLoop", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "UpdateVideo", + "comment": "Native engine system updated by the native player loop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.PlayerLoop", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "DirectorLateUpdate", + "comment": "Native engine system updated by the native player loop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.PlayerLoop", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "ScriptRunDelayedDynamicFrameRate", + "comment": "Native engine system updated by the native player loop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.PlayerLoop", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "VFXUpdate", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.PlayerLoop", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "ParticleSystemEndUpdateAll", + "comment": "Native engine system updated by the native player loop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.PlayerLoop", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "EndGraphicsJobsAfterScriptLateUpdate", + "comment": "Native engine system updated by the native player loop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.PlayerLoop", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "UpdateSubstance", + "comment": "Native engine system updated by the native player loop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.PlayerLoop", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "UpdateCustomRenderTextures", + "comment": "Native engine system updated by the native player loop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.PlayerLoop", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "XRPostLateUpdate", + "comment": "Native engine system updated by the Player loop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Tilemaps", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Vector3Int", + "name": "origin", + "comment": "The origin of the Tilemap in cell position.\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "typeName": "UnityEngine.Vector3Int", + "name": "size", + "comment": "The size of the Tilemap in cells.\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "typeName": "UnityEngine.Bounds", + "name": "localBounds", + "comment": "Returns the boundaries of the Tilemap in local space size.\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "typeName": "UnityEngine.BoundsInt", + "name": "cellBounds", + "comment": "Returns the boundaries of the Tilemap in cell size.\n\n", + "location": "UnityEngine.TilemapModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Sprite", + "params": [ + { "name": "position", "typeName": "UnityEngine.Vector3Int" } + ], + "isStatic": false, + "name": "GetSprite", + "comment": "Sprite at the XY coordinate.\n\n```plaintext\nParams: position - Position of the Tile on the Tilemap.\n \n```\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "returnTypeName": "Color", + "params": [ + { "name": "position", "typeName": "UnityEngine.Vector3Int" } + ], + "isStatic": false, + "name": "GetColor", + "comment": "Color of the at the XY coordinate.\n\n```plaintext\nParams: position - Position of the Tile on the Tilemap.\n \n```\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "returnTypeName": "Matrix4x4", + "params": [ + { "name": "position", "typeName": "UnityEngine.Vector3Int" } + ], + "isStatic": false, + "name": "GetTransformMatrix", + "comment": "The transform matrix.\n\n```plaintext\nParams: position - Position of the Tile on the Tilemap.\n \n```\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "returnTypeName": "TileFlags", + "params": [ + { "name": "position", "typeName": "UnityEngine.Vector3Int" } + ], + "isStatic": false, + "name": "GetTileFlags", + "comment": "TileFlags from the Tile.\n\n```plaintext\nParams: position - Position of the Tile on the Tilemap.\n \n```\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "returnTypeName": "TileBase", + "params": [ + { "name": "position", "typeName": "UnityEngine.Vector3Int" } + ], + "isStatic": false, + "name": "GetTile", + "comment": "placed at the cell.\n\n```plaintext\nParams: position - Position of the Tile on the Tilemap.\n \n```\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "returnTypeName": "T", + "params": [ + { "name": "position", "typeName": "UnityEngine.Vector3Int" } + ], + "isStatic": false, + "name": "GetTile", + "comment": "", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "position", "typeName": "UnityEngine.Vector3Int" } + ], + "isStatic": false, + "name": "RefreshTile", + "comment": "Refreshes a Tile at the given XYZ coordinates of a cell in the :Tilemap.\n\n```plaintext\nParams: position - Position of the Tile on the Tilemap.\n \n```\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "returnTypeName": "T", + "params": [], + "isStatic": false, + "name": "GetComponent", + "comment": "", + "location": "UnityEngine.TilemapModule.dll" + } + ], + "name": "ITilemap", + "comment": "Class passed onto Tiles when information is queried from the Tiles.\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "namespace": "UnityEngine.PlayerLoop", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "UpdateAllRenderers", + "comment": "Native engine system updated by the native player loop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.PlayerLoop", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "UpdateLightProbeProxyVolumes", + "comment": "Native engine system updated by the native player loop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.PlayerLoop", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "EnlightenRuntimeUpdate", + "comment": "Native engine system updated by the native player loop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.PlayerLoop", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "UpdateAllSkinnedMeshes", + "comment": "Native engine system updated by the native player loop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.PlayerLoop", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "ProcessWebSendMessages", + "comment": "Native engine system updated by the native player loop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.PlayerLoop", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "SortingGroupsUpdate", + "comment": "Native engine system updated by the native player loop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Tilemaps", + "baseClass": "UnityEngine.Tilemaps.TileBase", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Sprite", + "name": "sprite", + "comment": "Sprite to be rendered at the Tile.\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "typeName": "UnityEngine.Color", + "name": "color", + "comment": "Color of the Tile.\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "typeName": "UnityEngine.Matrix4x4", + "name": "transform", + "comment": "Matrix4x4|Transform matrix of the Tile.\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "typeName": "UnityEngine.GameObject", + "name": "gameObject", + "comment": "GameObject of the Tile.\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "typeName": "UnityEngine.Tilemaps.TileFlags", + "name": "flags", + "comment": "TileFlags of the Tile.\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "typeName": "UnityEngine.Tilemaps.Tile.ColliderType", + "name": "colliderType", + "comment": "", + "location": "UnityEngine.TilemapModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "position", "typeName": "UnityEngine.Vector3Int" }, + { "name": "tilemap", "typeName": "UnityEngine.Tilemaps.ITilemap" }, + { "name": "tileData", "typeName": "UnityEngine.Tilemaps.TileData" } + ], + "isStatic": false, + "name": "GetTileData", + "comment": "", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.TilemapModule.dll" + } + ], + "name": "Tile", + "comment": "Class for a default tile in the Tilemap.\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "namespace": "UnityEngine.PlayerLoop", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "UpdateVideoTextures", + "comment": "Native engine system updated by the native player loop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.PlayerLoop", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "DirectorRenderImage", + "comment": "Native engine system updated by the native player loop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Tilemaps", + "baseClass": "UnityEngine.ScriptableObject", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "position", "typeName": "UnityEngine.Vector3Int" }, + { "name": "tilemap", "typeName": "UnityEngine.Tilemaps.ITilemap" } + ], + "isStatic": false, + "name": "RefreshTile", + "comment": "This method is called when the tile is refreshed.\n\n```plaintext\nParams: position - Position of the Tile on the Tilemap.\n tilemap - The Tilemap the tile is present on.\n \n```\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "position", "typeName": "UnityEngine.Vector3Int" }, + { "name": "tilemap", "typeName": "UnityEngine.Tilemaps.ITilemap" }, + { "name": "tileData", "typeName": "UnityEngine.Tilemaps.TileData" } + ], + "isStatic": false, + "name": "GetTileData", + "comment": "", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "position", "typeName": "UnityEngine.Vector3Int" }, + { "name": "tilemap", "typeName": "UnityEngine.Tilemaps.ITilemap" }, + { + "name": "tileAnimationData", + "typeName": "UnityEngine.Tilemaps.TileAnimationData" + } + ], + "isStatic": false, + "name": "GetTileAnimationData", + "comment": "", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "position", "typeName": "UnityEngine.Vector3Int" }, + { "name": "tilemap", "typeName": "UnityEngine.Tilemaps.ITilemap" }, + { "name": "go", "typeName": "UnityEngine.GameObject" } + ], + "isStatic": false, + "name": "StartUp", + "comment": "Whether the call was successful.\n\n```plaintext\nParams: position - Position of the Tile on the Tilemap.\n tilemap - The Tilemap the tile is present on.\n go - The GameObject instantiated for the Tile.\n \n```\n\n", + "location": "UnityEngine.TilemapModule.dll" + } + ], + "name": "TileBase", + "comment": "Base class for a tile in the Tilemap.\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "namespace": "UnityEngine.PlayerLoop", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "PlayerEmitCanvasGeometry", + "comment": "Native engine system updated by the native player loop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.PlayerLoop", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "FinishFrameRendering", + "comment": "Native engine system updated by the native player loop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.PlayerLoop", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "BatchModeUpdate", + "comment": "Native engine system updated by the native player loop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.PlayerLoop", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "PlayerSendFrameComplete", + "comment": "Native engine system updated by the native player loop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.PlayerLoop", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "UpdateCaptureScreenshot", + "comment": "Native engine system updated by the native player loop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.PlayerLoop", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "PresentAfterDraw", + "comment": "Native engine system updated by the native player loop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.PlayerLoop", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "ClearImmediateRenderers", + "comment": "Native engine system updated by the native player loop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Tilemaps", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Tilemaps.Tile.ColliderType", + "name": "None", + "comment": "No collider shape is generated for the Tile by the TilemapCollider2D.\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "typeName": "UnityEngine.Tilemaps.Tile.ColliderType", + "name": "Sprite", + "comment": "The Sprite outline is used as the collider shape for the Tile by the TilemapCollider2D.\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "typeName": "UnityEngine.Tilemaps.Tile.ColliderType", + "name": "Grid", + "comment": "The grid layout boundary outline is used as the collider shape for the Tile by the TilemapCollider2D.\n\n", + "location": "UnityEngine.TilemapModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Tilemaps.Tile.ColliderType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.TilemapModule.dll" + } + ], + "name": "ColliderType", + "comment": "Enum for determining what collider shape is generated for this Tile by the TilemapCollider2D.\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "namespace": "UnityEngine.Tilemaps", + "baseClass": "UnityEngine.GridLayout", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Grid", + "name": "layoutGrid", + "comment": "Gets the Grid associated with this tile map.\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "typeName": "UnityEngine.BoundsInt", + "name": "cellBounds", + "comment": "Returns the boundaries of the Tilemap in cell size.\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "typeName": "UnityEngine.Bounds", + "name": "localBounds", + "comment": "Returns the boundaries of the Tilemap in local space size.\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "typeName": "float", + "name": "animationFrameRate", + "comment": "The frame rate for all tile animations in the tile map.\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "typeName": "UnityEngine.Color", + "name": "color", + "comment": "The color of the tile map layer.\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "typeName": "UnityEngine.Vector3Int", + "name": "origin", + "comment": "The origin of the Tilemap in cell position.\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "typeName": "UnityEngine.Vector3Int", + "name": "size", + "comment": "The size of the Tilemap in cells.\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "tileAnchor", + "comment": "Gets the anchor point of tiles in the Tilemap.\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "typeName": "UnityEngine.Tilemaps.Tilemap.Orientation", + "name": "orientation", + "comment": "Orientation of the tiles in the Tilemap.\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "typeName": "UnityEngine.Matrix4x4", + "name": "orientationMatrix", + "comment": "Orientation Matrix of the orientation of the tiles in the Tilemap.\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "typeName": "UnityEngine.Vector3Int", + "name": "editorPreviewOrigin", + "comment": "The origin of the Tilemap in cell position inclusive of editor preview tiles.\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "typeName": "UnityEngine.Vector3Int", + "name": "editorPreviewSize", + "comment": "The size of the Tilemap in cells inclusive of editor preview tiles.\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "typeName": "System.Action", + "name": "tilemapTileChanged", + "comment": "", + "location": "UnityEngine.TilemapModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Action" + } + ], + "isStatic": true, + "name": "add_tilemapTileChanged", + "comment": "", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Action" + } + ], + "isStatic": true, + "name": "remove_tilemapTileChanged", + "comment": "", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "returnTypeName": "Vector3", + "params": [ + { "name": "position", "typeName": "UnityEngine.Vector3Int" } + ], + "isStatic": false, + "name": "GetCellCenterLocal", + "comment": "Center of the cell transformed into local space coordinates.\n\n```plaintext\nParams: position - Grid cell position.\n \n```\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "returnTypeName": "Vector3", + "params": [ + { "name": "position", "typeName": "UnityEngine.Vector3Int" } + ], + "isStatic": false, + "name": "GetCellCenterWorld", + "comment": "Center of the cell transformed into world space coordinates.\n\n```plaintext\nParams: position - Grid cell position.\n \n```\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "returnTypeName": "TileBase", + "params": [ + { "name": "position", "typeName": "UnityEngine.Vector3Int" } + ], + "isStatic": false, + "name": "GetTile", + "comment": "Tilemaps.TileBase|Tile of type T placed at the cell.\n\n```plaintext\nParams: position - Position of the Tile on the Tilemap.\n \n```\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "returnTypeName": "T", + "params": [ + { "name": "position", "typeName": "UnityEngine.Vector3Int" } + ], + "isStatic": false, + "name": "GetTile", + "comment": "", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "bounds", "typeName": "UnityEngine.BoundsInt" }], + "isStatic": false, + "name": "GetTilesBlock", + "comment": "An array of at the given bounds.\n\n```plaintext\nParams: bounds - Bounds to retrieve from.\n \n```\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "position", "typeName": "UnityEngine.Vector3Int" }, + { "name": "tile", "typeName": "UnityEngine.Tilemaps.TileBase" } + ], + "isStatic": false, + "name": "SetTile", + "comment": "Sets a.\n\n```plaintext\nParams: position - Position of the Tile on the Tilemap.\n tile - to be placed the cell.\n \n```\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "positionArray", "typeName": "UnityEngine.Vector3Int[]" }, + { + "name": "tileArray", + "typeName": "UnityEngine.Tilemaps.TileBase[]" + } + ], + "isStatic": false, + "name": "SetTiles", + "comment": "Sets an array of.\n\n```plaintext\nParams: positionArray - An array of positions of Tiles on the Tilemap.\n tileArray - An array of to be placed.\n \n```\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "position", "typeName": "UnityEngine.BoundsInt" }, + { + "name": "tileArray", + "typeName": "UnityEngine.Tilemaps.TileBase[]" + } + ], + "isStatic": false, + "name": "SetTilesBlock", + "comment": "Fills bounds with array of tiles.\n\n```plaintext\nParams: position - Bounds to be filled.\n tileArray - An array of to be placed.\n \n```\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "position", "typeName": "UnityEngine.Vector3Int" } + ], + "isStatic": false, + "name": "HasTile", + "comment": "Returns true if there is a Tile at the position. Returns false otherwise.\n\n```plaintext\nParams: position - Position to check.\n \n```\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "position", "typeName": "UnityEngine.Vector3Int" } + ], + "isStatic": false, + "name": "RefreshTile", + "comment": "Refreshes a.\n\n```plaintext\nParams: position - Position of the Tile on the Tilemap.\n \n```\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "RefreshAllTiles", + "comment": "Refreshes all. The tile map will retrieve the rendering data, animation data and other data for all tiles and update all relevant components.\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "changeTile", + "typeName": "UnityEngine.Tilemaps.TileBase" + }, + { "name": "newTile", "typeName": "UnityEngine.Tilemaps.TileBase" } + ], + "isStatic": false, + "name": "SwapTile", + "comment": "Swaps all existing tiles of changeTile to newTile and refreshes all the swapped tiles.\n\n```plaintext\nParams: changeTile - Tile to swap.\n newTile - Tile to swap to.\n \n```\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "tileAsset", "typeName": "UnityEngine.Tilemaps.TileBase" } + ], + "isStatic": false, + "name": "ContainsTile", + "comment": "Whether the Tilemap contains the tile.\n\n```plaintext\nParams: tileAsset - Tile to check.\n \n```\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetUsedTilesCount", + "comment": "The total number of different.\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "usedTiles", + "typeName": "UnityEngine.Tilemaps.TileBase[]" + } + ], + "isStatic": false, + "name": "GetUsedTilesNonAlloc", + "comment": "The number of tiles filled.\n\n```plaintext\nParams: usedTiles - The array to be filled.\n \n```\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "returnTypeName": "Sprite", + "params": [ + { "name": "position", "typeName": "UnityEngine.Vector3Int" } + ], + "isStatic": false, + "name": "GetSprite", + "comment": "Sprite at the XY coordinate.\n\n```plaintext\nParams: position - Position of the Tile on the Tilemap.\n \n```\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "returnTypeName": "Matrix4x4", + "params": [ + { "name": "position", "typeName": "UnityEngine.Vector3Int" } + ], + "isStatic": false, + "name": "GetTransformMatrix", + "comment": "The transform matrix.\n\n```plaintext\nParams: position - Position of the Tile on the Tilemap.\n \n```\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "position", "typeName": "UnityEngine.Vector3Int" }, + { "name": "transform", "typeName": "UnityEngine.Matrix4x4" } + ], + "isStatic": false, + "name": "SetTransformMatrix", + "comment": "Sets the transform matrix of a tile given the XYZ coordinates of a cell in the.\n\n```plaintext\nParams: position - Position of the Tile on the Tilemap.\n transform - The transform matrix.\n \n```\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "returnTypeName": "Color", + "params": [ + { "name": "position", "typeName": "UnityEngine.Vector3Int" } + ], + "isStatic": false, + "name": "GetColor", + "comment": "Color of the at the XY coordinate.\n\n```plaintext\nParams: position - Position of the Tile on the Tilemap.\n \n```\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "position", "typeName": "UnityEngine.Vector3Int" }, + { "name": "color", "typeName": "UnityEngine.Color" } + ], + "isStatic": false, + "name": "SetColor", + "comment": "Sets the color of a.\n\n```plaintext\nParams: position - Position of the Tile on the Tilemap.\n color - Color to set the to at the XY coordinate.\n \n```\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "returnTypeName": "TileFlags", + "params": [ + { "name": "position", "typeName": "UnityEngine.Vector3Int" } + ], + "isStatic": false, + "name": "GetTileFlags", + "comment": "TileFlags from the Tile.\n\n```plaintext\nParams: position - Position of the Tile on the Tilemap.\n \n```\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "position", "typeName": "UnityEngine.Vector3Int" }, + { "name": "flags", "typeName": "UnityEngine.Tilemaps.TileFlags" } + ], + "isStatic": false, + "name": "SetTileFlags", + "comment": "Sets the TileFlags onto the Tile at the given position.\n\n```plaintext\nParams: position - Position of the Tile on the Tilemap.\n flags - TileFlags to add onto the Tile.\n \n```\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "position", "typeName": "UnityEngine.Vector3Int" }, + { "name": "flags", "typeName": "UnityEngine.Tilemaps.TileFlags" } + ], + "isStatic": false, + "name": "AddTileFlags", + "comment": "Adds the TileFlags onto the Tile at the given position.\n\n```plaintext\nParams: position - Position of the Tile on the Tilemap.\n flags - TileFlags to add (with bitwise or) onto the flags provided by Tile.TileBase.\n \n```\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "position", "typeName": "UnityEngine.Vector3Int" }, + { "name": "flags", "typeName": "UnityEngine.Tilemaps.TileFlags" } + ], + "isStatic": false, + "name": "RemoveTileFlags", + "comment": "Removes the TileFlags onto the Tile at the given position.\n\n```plaintext\nParams: position - Position of the Tile on the Tilemap.\n flags - TileFlags to remove from the Tile.\n \n```\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "returnTypeName": "GameObject", + "params": [ + { "name": "position", "typeName": "UnityEngine.Vector3Int" } + ], + "isStatic": false, + "name": "GetInstantiatedObject", + "comment": "GameObject instantiated by the Tile at the position.\n\n```plaintext\nParams: position - Position of the Tile on the Tilemap.\n \n```\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "returnTypeName": "GameObject", + "params": [ + { "name": "position", "typeName": "UnityEngine.Vector3Int" } + ], + "isStatic": false, + "name": "GetObjectToInstantiate", + "comment": "Returns the GameObject to be instantiated by the Tile at the position.\n\n```plaintext\nParams: position - The position of the Tile on the Tilemap.\n \n```\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "position", "typeName": "UnityEngine.Vector3Int" }, + { + "name": "colliderType", + "typeName": "UnityEngine.Tilemaps.Tile.ColliderType" + } + ], + "isStatic": false, + "name": "SetColliderType", + "comment": "", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "returnTypeName": "ColliderType", + "params": [ + { "name": "position", "typeName": "UnityEngine.Vector3Int" } + ], + "isStatic": false, + "name": "GetColliderType", + "comment": "Collider type of the at the XY coordinate.\n\n```plaintext\nParams: position - Position of the Tile on the Tilemap.\n \n```\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "position", "typeName": "UnityEngine.Vector3Int" }, + { "name": "tile", "typeName": "UnityEngine.Tilemaps.TileBase" } + ], + "isStatic": false, + "name": "FloodFill", + "comment": "Does a flood fill with the given starting from the given coordinates.\n\n```plaintext\nParams: position - Start position of the flood fill on the Tilemap.\n tile - to place.\n \n```\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "position", "typeName": "UnityEngine.Vector3Int" }, + { "name": "tile", "typeName": "UnityEngine.Tilemaps.TileBase" }, + { "name": "startX", "typeName": "int" }, + { "name": "startY", "typeName": "int" }, + { "name": "endX", "typeName": "int" }, + { "name": "endY", "typeName": "int" } + ], + "isStatic": false, + "name": "BoxFill", + "comment": "Does a box fill with the given. Starts from given coordinates and fills the limits from start to end (inclusive).\n\n```plaintext\nParams: position - Position of the Tile on the Tilemap.\n tile - to place.\n startX - The minimum X coordinate limit to fill to.\n startY - The minimum Y coordinate limit to fill to.\n endX - The maximum X coordinate limit to fill to.\n endY - The maximum Y coordinate limit to fill to.\n \n```\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "position", "typeName": "UnityEngine.Vector3Int" }, + { "name": "insertCells", "typeName": "UnityEngine.Vector3Int" } + ], + "isStatic": false, + "name": "InsertCells", + "comment": "Inserts cells into the Tilemap.\n\n```plaintext\nParams: position - The target position to insert at.\n insertCells - The number of columns, rows or layers of cells to insert.\n \n```\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "position", "typeName": "UnityEngine.Vector3Int" }, + { "name": "numColumns", "typeName": "int" }, + { "name": "numRows", "typeName": "int" }, + { "name": "numLayers", "typeName": "int" } + ], + "isStatic": false, + "name": "InsertCells", + "comment": "Inserts cells into the Tilemap.\n\n```plaintext\nParams: position - The target position to insert at.\n numColumns - The number of columns to insert.\n numRows - The number of rows to insert.\n numLayers - The number of layers of cells to insert.\n \n```\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "position", "typeName": "UnityEngine.Vector3Int" }, + { "name": "deleteCells", "typeName": "UnityEngine.Vector3Int" } + ], + "isStatic": false, + "name": "DeleteCells", + "comment": "Removes cells from within the Tilemap's bounds.\n\n```plaintext\nParams: position - The target position to remove from.\n deleteCells - The number of columns, rows and layers of cells to remove.\n \n```\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "position", "typeName": "UnityEngine.Vector3Int" }, + { "name": "numColumns", "typeName": "int" }, + { "name": "numRows", "typeName": "int" }, + { "name": "numLayers", "typeName": "int" } + ], + "isStatic": false, + "name": "DeleteCells", + "comment": "Removes cells from within the Tilemap's bounds.\n\n```plaintext\nParams: position - Target position to delete from.\n numColumns - The number of columns to remove.\n numRows - The number of rows to remove.\n numLayers - The number of layers of cells to remove.\n \n```\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ClearAllTiles", + "comment": "Clears all tiles that are placed in the Tilemap.\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ResizeBounds", + "comment": "Resizes tiles in the Tilemap to bounds defined by origin and size.\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "CompressBounds", + "comment": "Compresses the origin and size of the Tilemap to bounds where tiles exist.\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "returnTypeName": "TileBase", + "params": [ + { "name": "position", "typeName": "UnityEngine.Vector3Int" } + ], + "isStatic": false, + "name": "GetEditorPreviewTile", + "comment": "The editor preview placed at the cell.\n\n```plaintext\nParams: position - Position of the editor preview Tile on the Tilemap.\n \n```\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "returnTypeName": "T", + "params": [ + { "name": "position", "typeName": "UnityEngine.Vector3Int" } + ], + "isStatic": false, + "name": "GetEditorPreviewTile", + "comment": "", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "position", "typeName": "UnityEngine.Vector3Int" }, + { "name": "tile", "typeName": "UnityEngine.Tilemaps.TileBase" } + ], + "isStatic": false, + "name": "SetEditorPreviewTile", + "comment": "Sets an editor preview.\n\n```plaintext\nParams: position - Position of the editor preview Tile on the Tilemap.\n tile - The editor preview to be placed the cell.\n \n```\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "position", "typeName": "UnityEngine.Vector3Int" } + ], + "isStatic": false, + "name": "HasEditorPreviewTile", + "comment": "Returns true if there is an Editor Preview Tile at the position. Returns false otherwise.\n\n```plaintext\nParams: position - Position to check.\n \n```\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "returnTypeName": "Sprite", + "params": [ + { "name": "position", "typeName": "UnityEngine.Vector3Int" } + ], + "isStatic": false, + "name": "GetEditorPreviewSprite", + "comment": "Sprite at the XY coordinate.\n\n```plaintext\nParams: position - Position of the editor preview Tile on the Tilemap.\n \n```\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "returnTypeName": "Matrix4x4", + "params": [ + { "name": "position", "typeName": "UnityEngine.Vector3Int" } + ], + "isStatic": false, + "name": "GetEditorPreviewTransformMatrix", + "comment": "The transform matrix.\n\n```plaintext\nParams: position - Position of the editor preview Tile on the Tilemap.\n \n```\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "position", "typeName": "UnityEngine.Vector3Int" }, + { "name": "transform", "typeName": "UnityEngine.Matrix4x4" } + ], + "isStatic": false, + "name": "SetEditorPreviewTransformMatrix", + "comment": "Sets the transform matrix of an editor preview tile given the XYZ coordinates of a cell in the.\n\n```plaintext\nParams: position - Position of the editor preview Tile on the Tilemap.\n transform - The transform matrix.\n \n```\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "returnTypeName": "Color", + "params": [ + { "name": "position", "typeName": "UnityEngine.Vector3Int" } + ], + "isStatic": false, + "name": "GetEditorPreviewColor", + "comment": "Color of the editor preview at the XY coordinate.\n\n```plaintext\nParams: position - Position of the Tile on the Tilemap.\n \n```\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "position", "typeName": "UnityEngine.Vector3Int" }, + { "name": "color", "typeName": "UnityEngine.Color" } + ], + "isStatic": false, + "name": "SetEditorPreviewColor", + "comment": "Sets the color of an editor preview.\n\n```plaintext\nParams: position - Position of the editor preview Tile on the Tilemap.\n color - Color to set the editor preview to at the XY coordinate.\n \n```\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "returnTypeName": "TileFlags", + "params": [ + { "name": "position", "typeName": "UnityEngine.Vector3Int" } + ], + "isStatic": false, + "name": "GetEditorPreviewTileFlags", + "comment": "TileFlags from the editor preview Tile.\n\n```plaintext\nParams: position - Position of the Tile on the Tilemap.\n \n```\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "position", "typeName": "UnityEngine.Vector3Int" }, + { "name": "tile", "typeName": "UnityEngine.Tilemaps.TileBase" } + ], + "isStatic": false, + "name": "EditorPreviewFloodFill", + "comment": "Does an editor preview of a flood fill with the given starting from the given coordinates.\n\n```plaintext\nParams: position - Start position of the flood fill on the Tilemap.\n tile - TileBase to place.\n \n```\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "position", "typeName": "UnityEngine.Vector3Int" }, + { "name": "tile", "typeName": "UnityEngine.Object" }, + { "name": "startX", "typeName": "int" }, + { "name": "startY", "typeName": "int" }, + { "name": "endX", "typeName": "int" }, + { "name": "endY", "typeName": "int" } + ], + "isStatic": false, + "name": "EditorPreviewBoxFill", + "comment": "Does an editor preview of a box fill with the given. Starts from given coordinates and fills the limits from start to end (inclusive).\n\n```plaintext\nParams: position - Position of the Tile on the Tilemap.\n tile - to place.\n startX - The start X coordinate limit to fill to.\n startY - The start Y coordinate limit to fill to.\n endX - The ending X coordinate limit to fill to.\n endY - The ending Y coordinate limit to fill to.\n \n```\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ClearAllEditorPreviewTiles", + "comment": "Clears all editor preview tiles that are placed in the Tilemap.\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.TilemapModule.dll" + } + ], + "name": "Tilemap", + "comment": "The tile map stores component.\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "namespace": "UnityEngine.PlayerLoop", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "UpdateResolution", + "comment": "Native engine system updated by the native player loop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.PlayerLoop", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "InputEndFrame", + "comment": "Native engine system updated by the native player loop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.PlayerLoop", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "GUIClearEvents", + "comment": "Native engine system updated by the native player loop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Tilemaps", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Tilemaps.TileFlags", + "name": "None", + "comment": "No TileFlags are set.\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "typeName": "UnityEngine.Tilemaps.TileFlags", + "name": "LockColor", + "comment": "TileBase locks any color set by brushes or the user.\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "typeName": "UnityEngine.Tilemaps.TileFlags", + "name": "LockTransform", + "comment": "TileBase locks any transform matrix set by brushes or the user.\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "typeName": "UnityEngine.Tilemaps.TileFlags", + "name": "InstantiateGameObjectRuntimeOnly", + "comment": "TileBase does not instantiate its associated GameObject in editor mode and instantiates it only during play mode.\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "typeName": "UnityEngine.Tilemaps.TileFlags", + "name": "LockAll", + "comment": "All lock flags.\n\n", + "location": "UnityEngine.TilemapModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Tilemaps.TileFlags", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.TilemapModule.dll" + } + ], + "name": "TileFlags", + "comment": "Flags controlling behavior for the TileBase.\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "namespace": "UnityEngine.PlayerLoop", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "ShaderHandleErrors", + "comment": "Native engine system updated by the native player loop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.PlayerLoop", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "ResetInputAxis", + "comment": "Native engine system updated by the native player loop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.PlayerLoop", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "ThreadedLoadingDebug", + "comment": "Native engine system updated by the native player loop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.PlayerLoop", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "ProfilerSynchronizeStats", + "comment": "Native engine system updated by the native player loop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.PlayerLoop", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "MemoryFrameMaintenance", + "comment": "Native engine system updated by the native player loop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Tilemaps", + "baseClass": "UnityEngine.Renderer", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Vector3Int", + "name": "chunkSize", + "comment": "Size in number of tiles of each chunk created by the TilemapRenderer.\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "chunkCullingBounds", + "comment": "Bounds used for culling of Tilemap chunks.\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "typeName": "int", + "name": "maxChunkCount", + "comment": "Maximum number of chunks the TilemapRenderer caches in memory.\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "typeName": "int", + "name": "maxFrameAge", + "comment": "Maximum number of frames the TilemapRenderer keeps unused chunks in memory.\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "typeName": "UnityEngine.Tilemaps.TilemapRenderer.SortOrder", + "name": "sortOrder", + "comment": "Active sort order for the TilemapRenderer.\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "typeName": "UnityEngine.Tilemaps.TilemapRenderer.Mode", + "name": "mode", + "comment": "The mode in which the TileMapRenderer batches the for rendering.\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "typeName": "UnityEngine.Tilemaps.TilemapRenderer.DetectChunkCullingBounds", + "name": "detectChunkCullingBounds", + "comment": "Returns whether the TilemapRenderer automatically detects the bounds to extend chunk culling by.\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "typeName": "UnityEngine.SpriteMaskInteraction", + "name": "maskInteraction", + "comment": "Specifies how the Tilemap interacts with the masks.\n\n", + "location": "UnityEngine.TilemapModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.TilemapModule.dll" + } + ], + "name": "TilemapRenderer", + "comment": "The tile map renderer is used to render the tile map marked out by a component.\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "namespace": "UnityEngine.PlayerLoop", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "ExecuteGameCenterCallbacks", + "comment": "Native engine system updated by the native player loop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.PlayerLoop", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "XRPreEndFrame", + "comment": "Native engine system updated by the Player loop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.PlayerLoop", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "ProfilerEndFrame", + "comment": "Native engine system updated by the native player loop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.PlayerLoop", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "PlayerSendFramePostPresent", + "comment": "Native engine system updated by the native player loop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Tilemaps", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Tilemaps.Tilemap.Orientation", + "name": "XY", + "comment": "Orients tiles in the XY plane.\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "typeName": "UnityEngine.Tilemaps.Tilemap.Orientation", + "name": "XZ", + "comment": "Orients tiles in the XZ plane.\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "typeName": "UnityEngine.Tilemaps.Tilemap.Orientation", + "name": "YX", + "comment": "Orients tiles in the YX plane.\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "typeName": "UnityEngine.Tilemaps.Tilemap.Orientation", + "name": "YZ", + "comment": "Orients tiles in the YZ plane.\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "typeName": "UnityEngine.Tilemaps.Tilemap.Orientation", + "name": "ZX", + "comment": "Orients tiles in the ZX plane.\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "typeName": "UnityEngine.Tilemaps.Tilemap.Orientation", + "name": "ZY", + "comment": "Orients tiles in the ZY plane.\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "typeName": "UnityEngine.Tilemaps.Tilemap.Orientation", + "name": "Custom", + "comment": "Use a custom orientation to all tiles in the tile map.\n\n", + "location": "UnityEngine.TilemapModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Tilemaps.Tilemap.Orientation", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.TilemapModule.dll" + } + ], + "name": "Orientation", + "comment": "Determines the orientation of.\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "namespace": "UnityEngine.PlayerLoop", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "PhysicsSkinnedClothBeginUpdate", + "comment": "Native engine system updated by the native player loop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Tilemaps", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Vector3Int", + "name": "position", + "comment": "The position of the Tile on a Tilemap which has changed.\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "typeName": "UnityEngine.Tilemaps.TileBase", + "name": "tile", + "comment": "The Tile at the given position on the Tilemap.\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "typeName": "UnityEngine.Tilemaps.TileData", + "name": "tileData", + "comment": "The properties of the Tile at the given position on the Tilemap.\n\n", + "location": "UnityEngine.TilemapModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.TilemapModule.dll" + } + ], + "name": "SyncTile", + "comment": "A Struct for containing changes to a Tile when it has been changed on a Tilemap.\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "namespace": "UnityEngine.PlayerLoop", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "PhysicsSkinnedClothFinishUpdate", + "comment": "Native engine system updated by the native player loop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Tilemaps", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Sprite", + "name": "sprite", + "comment": "Sprite to be rendered at the Tile.\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "typeName": "UnityEngine.Color", + "name": "color", + "comment": "Color of the Tile.\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "typeName": "UnityEngine.Matrix4x4", + "name": "transform", + "comment": "Matrix4x4|Transform matrix of the Tile.\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "typeName": "UnityEngine.GameObject", + "name": "gameObject", + "comment": "GameObject of the Tile.\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "typeName": "UnityEngine.Tilemaps.TileFlags", + "name": "flags", + "comment": "TileFlags of the Tile.\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "typeName": "UnityEngine.Tilemaps.Tile.ColliderType", + "name": "colliderType", + "comment": "", + "location": "UnityEngine.TilemapModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.TilemapModule.dll" + } + ], + "name": "TileData", + "comment": "A Struct for the required data for rendering a Tile.\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "namespace": "UnityEngine.PlayerLoop", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "TriggerEndOfFrameCallbacks", + "comment": "Native engine system updated by the native player loop.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Tilemaps", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Tilemaps.TilemapRenderer.SortOrder", + "name": "BottomLeft", + "comment": "Sorts tiles for rendering starting from the tile with the lowest X and the lowest Y cell positions.\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "typeName": "UnityEngine.Tilemaps.TilemapRenderer.SortOrder", + "name": "BottomRight", + "comment": "Sorts tiles for rendering starting from the tile with the highest X and the lowest Y cell positions.\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "typeName": "UnityEngine.Tilemaps.TilemapRenderer.SortOrder", + "name": "TopLeft", + "comment": "Sorts tiles for rendering starting from the tile with the lowest X and the highest Y cell positions.\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "typeName": "UnityEngine.Tilemaps.TilemapRenderer.SortOrder", + "name": "TopRight", + "comment": "Sorts tiles for rendering starting from the tile with the highest X and the lowest Y cell positions.\n\n", + "location": "UnityEngine.TilemapModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Tilemaps.TilemapRenderer.SortOrder", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.TilemapModule.dll" + } + ], + "name": "SortOrder", + "comment": "Sort order for all tiles rendered by the TilemapRenderer.\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "namespace": "UnityEngine.Tilemaps", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Tilemaps.TilemapRenderer.Mode", + "name": "Chunk", + "comment": "Batches each Sprite from the Tilemap into grouped chunks to be rendered.\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "typeName": "UnityEngine.Tilemaps.TilemapRenderer.Mode", + "name": "Individual", + "comment": "Sends each Sprite from the Tilemap to be rendered individually.\n\n", + "location": "UnityEngine.TilemapModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Tilemaps.TilemapRenderer.Mode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.TilemapModule.dll" + } + ], + "name": "Mode", + "comment": "Determines how the TilemapRenderer should batch the for rendering.\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "namespace": "UnityEngine.Tilemaps", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Tilemaps.TilemapRenderer.DetectChunkCullingBounds", + "name": "Auto", + "comment": "The TilemapRenderer will automatically detect the bounds of extension by inspecting the Sprite/s used in the Tilemap.\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "typeName": "UnityEngine.Tilemaps.TilemapRenderer.DetectChunkCullingBounds", + "name": "Manual", + "comment": "The user adds in the values used for extend the bounds for culling of Tilemap chunks.\n\n", + "location": "UnityEngine.TilemapModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Tilemaps.TilemapRenderer.DetectChunkCullingBounds", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.TilemapModule.dll" + } + ], + "name": "DetectChunkCullingBounds", + "comment": "Returns whether the TilemapRenderer automatically detects the bounds to extend chunk culling by.\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "namespace": "UnityEngine.Tilemaps", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Sprite[]", + "name": "animatedSprites", + "comment": "The array of that are ordered by appearance in the animation.\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "typeName": "float", + "name": "animationSpeed", + "comment": "The animation speed.\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "typeName": "float", + "name": "animationStartTime", + "comment": "The start time of the animation. The animation will begin at this time offset.\n\n", + "location": "UnityEngine.TilemapModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.TilemapModule.dll" + } + ], + "name": "TileAnimationData", + "comment": "A Struct for the required data for animating a Tile.\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "namespace": "UnityEngine.Tilemaps", + "baseClass": "UnityEngine.Collider2D", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "uint", + "name": "maximumTileChangeCount", + "comment": "Maximum number of Tile Changes accumulated before doing a full collider rebuild instead of an incremental rebuild.\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "typeName": "float", + "name": "extrusionFactor", + "comment": "The amount of Collider shapes each Tile extrudes to facilitate compositing with neighboring Tiles. This eliminates fine gaps between Tiles when using a CompositeCollider2D. This is calculated in Unity units within world space.\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "typeName": "bool", + "name": "hasTilemapChanges", + "comment": "Returns true if there are Tilemap changes that require processing for Collider updates. Returns false otherwise.\n\n", + "location": "UnityEngine.TilemapModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ProcessTilemapChanges", + "comment": "Processes Tilemap changes for Collider updates immediately, if there are any.\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.TilemapModule.dll" + } + ], + "name": "TilemapCollider2D", + "comment": "Collider for 2D physics representing shapes defined by the corresponding Tilemap.\n\n", + "location": "UnityEngine.TilemapModule.dll" + }, + { + "namespace": "UnityEngine.Profiling", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Profiling.ProfilerArea", + "name": "CPU", + "comment": "CPU statistics.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Profiling.ProfilerArea", + "name": "GPU", + "comment": "GPU statistics.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Profiling.ProfilerArea", + "name": "Rendering", + "comment": "Rendering statistics.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Profiling.ProfilerArea", + "name": "Memory", + "comment": "Memory statistics.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Profiling.ProfilerArea", + "name": "Audio", + "comment": "Audio statistics.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Profiling.ProfilerArea", + "name": "Video", + "comment": "Video playback statistics.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Profiling.ProfilerArea", + "name": "Physics", + "comment": "3D Physics statistics.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Profiling.ProfilerArea", + "name": "Physics2D", + "comment": "2D physics statistics.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Profiling.ProfilerArea", + "name": "NetworkMessages", + "comment": "Network messages statistics.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Profiling.ProfilerArea", + "name": "NetworkOperations", + "comment": "Network operations statistics.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Profiling.ProfilerArea", + "name": "UI", + "comment": "UI statistics.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Profiling.ProfilerArea", + "name": "UIDetails", + "comment": "Detailed UI statistics.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Profiling.ProfilerArea", + "name": "GlobalIllumination", + "comment": "Global Illumination statistics.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Profiling.ProfilerArea", + "name": "VirtualTexturing", + "comment": "Virtual Texturing statistics.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Profiling.ProfilerArea", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "ProfilerArea", + "comment": "The different areas of profiling, corresponding to the charts in ProfilerWindow.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Profiling", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "supported", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "string", + "name": "logFile", + "comment": "Specifies the file to use when writing profiling data.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "enableBinaryLog", + "comment": "Enables the logging of profiling data to a file.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "maxUsedMemory", + "comment": "Sets the maximum amount of memory that Profiler uses for buffering data. This property is expressed in bytes.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "enabled", + "comment": "Enables the Profiler.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "enableAllocationCallstacks", + "comment": "Enables the recording of callstacks for managed allocations.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "areaCount", + "comment": "The number of ProfilerArea|Profiler Areas that you can profile.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "maxNumberOfSamplesPerFrame", + "comment": "Resize the profiler sample buffers to allow the desired amount of samples per thread.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "uint", + "name": "usedHeapSize", + "comment": "Size of the used heap in bytes, (or 0 if the profiler is disabled).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "long", + "name": "usedHeapSizeLong", + "comment": "Size of the memory allocated by Unity (or 0 if the profiler is disabled).\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "area", + "typeName": "UnityEngine.Profiling.ProfilerArea" + }, + { "name": "enabled", "typeName": "bool" } + ], + "isStatic": true, + "name": "SetAreaEnabled", + "comment": "Enable or disable a given ProfilerArea.\n\n```plaintext\nParams: area - The area you want to enable or disable.\n enabled - Enable or disable the collection of data for this area.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "area", "typeName": "UnityEngine.Profiling.ProfilerArea" } + ], + "isStatic": true, + "name": "GetAreaEnabled", + "comment": "Returns whether or not a given ProfilerArea is currently enabled.\n\n```plaintext\nParams: area - Which area you want to check the state of.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "file", "typeName": "string" }], + "isStatic": true, + "name": "AddFramesFromFile", + "comment": "Displays the recorded profile data in the profiler.\n\n```plaintext\nParams: file - The name of the file containing the frame data, including extension.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "threadGroupName", "typeName": "string" }, + { "name": "threadName", "typeName": "string" } + ], + "isStatic": true, + "name": "BeginThreadProfiling", + "comment": "Enables profiling on the thread from which you call this method.\n\n```plaintext\nParams: threadGroupName - The name of the thread group to which the thread belongs.\n threadName - The name of the thread.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "EndThreadProfiling", + "comment": "Frees the internal resources used by the Profiler for the thread.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": true, + "name": "BeginSample", + "comment": "Begin profiling a piece of code with a custom label.\n\n```plaintext\nParams: name - A string to identify the sample in the Profiler window.\n targetObject - An object that provides context to the sample,.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "targetObject", "typeName": "UnityEngine.Object" } + ], + "isStatic": true, + "name": "BeginSample", + "comment": "Begin profiling a piece of code with a custom label.\n\n```plaintext\nParams: name - A string to identify the sample in the Profiler window.\n targetObject - An object that provides context to the sample,.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "EndSample", + "comment": "Ends the current profiling sample.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "o", "typeName": "UnityEngine.Object" }], + "isStatic": true, + "name": "GetRuntimeMemorySize", + "comment": "Returns the runtime memory usage of the resource.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int64", + "params": [{ "name": "o", "typeName": "UnityEngine.Object" }], + "isStatic": true, + "name": "GetRuntimeMemorySizeLong", + "comment": "The amount of native-memory used by a Unity object. This returns 0 if the Profiler is not available.\n\n```plaintext\nParams: o - The target Unity object.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "UInt32", + "params": [], + "isStatic": true, + "name": "GetMonoHeapSize", + "comment": "Returns the size of the mono heap.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int64", + "params": [], + "isStatic": true, + "name": "GetMonoHeapSizeLong", + "comment": "The size of the managed heap.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "UInt32", + "params": [], + "isStatic": true, + "name": "GetMonoUsedSize", + "comment": "Returns the used size from mono.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int64", + "params": [], + "isStatic": true, + "name": "GetMonoUsedSizeLong", + "comment": "Returns a long integer value of the memory in use.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "size", "typeName": "uint" }], + "isStatic": true, + "name": "SetTempAllocatorRequestedSize", + "comment": "Returns true if requested size was successfully set. Will return false if value is disallowed (too small).\n\n```plaintext\nParams: size - Size in bytes.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "UInt32", + "params": [], + "isStatic": true, + "name": "GetTempAllocatorSize", + "comment": "Size in bytes.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "UInt32", + "params": [], + "isStatic": true, + "name": "GetTotalAllocatedMemory", + "comment": "Returns the amount of allocated and used system memory.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int64", + "params": [], + "isStatic": true, + "name": "GetTotalAllocatedMemoryLong", + "comment": "The amount of memory allocated by Unity. This returns 0 if the Profiler is not available.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "UInt32", + "params": [], + "isStatic": true, + "name": "GetTotalUnusedReservedMemory", + "comment": "Returns the amount of reserved but not used system memory.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int64", + "params": [], + "isStatic": true, + "name": "GetTotalUnusedReservedMemoryLong", + "comment": "The amount of unused memory in the reserved pools. This returns 0 if the Profiler is not available.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "UInt32", + "params": [], + "isStatic": true, + "name": "GetTotalReservedMemory", + "comment": "Returns the amount of reserved system memory.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int64", + "params": [], + "isStatic": true, + "name": "GetTotalReservedMemoryLong", + "comment": "Memory reserved by Unity in bytes. This returns 0 if the Profiler is not available.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int64", + "params": [ + { + "name": "stats", + "typeName": "Unity.Collections.NativeArray" + } + ], + "isStatic": true, + "name": "GetTotalFragmentationInfo", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int64", + "params": [], + "isStatic": true, + "name": "GetAllocatedMemoryForGraphicsDriver", + "comment": "Returns the amount of allocated memory for the graphics driver, in bytes.\n\nOnly available in development players and editor.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "id", "typeName": "System.Guid" }, + { "name": "tag", "typeName": "int" }, + { "name": "data", "typeName": "System.Array" } + ], + "isStatic": true, + "name": "EmitFrameMetaData", + "comment": "Write metadata associated with the current frame to the Profiler stream.\n\n```plaintext\nParams: id - Module identifier. Used to distinguish metadata streams between different plugins, packages or modules.\n tag - Data stream index.\n data - Binary data.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "id", "typeName": "System.Guid" }, + { "name": "tag", "typeName": "int" }, + { "name": "data", "typeName": "System.Collections.Generic.List" } + ], + "isStatic": true, + "name": "EmitFrameMetaData", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "id", "typeName": "System.Guid" }, + { "name": "tag", "typeName": "int" }, + { "name": "data", "typeName": "Unity.Collections.NativeArray" } + ], + "isStatic": true, + "name": "EmitFrameMetaData", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "id", "typeName": "System.Guid" }, + { "name": "tag", "typeName": "int" }, + { "name": "data", "typeName": "System.Array" } + ], + "isStatic": true, + "name": "EmitSessionMetaData", + "comment": "Write metadata associated with the whole Profiler session capture.\n\n```plaintext\nParams: id - Unique identifier associated with the data.\n tag - Data stream index.\n data - Binary data.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "id", "typeName": "System.Guid" }, + { "name": "tag", "typeName": "int" }, + { "name": "data", "typeName": "System.Collections.Generic.List" } + ], + "isStatic": true, + "name": "EmitSessionMetaData", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "id", "typeName": "System.Guid" }, + { "name": "tag", "typeName": "int" }, + { "name": "data", "typeName": "Unity.Collections.NativeArray" } + ], + "isStatic": true, + "name": "EmitSessionMetaData", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "Profiler", + "comment": "Controls the from script.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Profiling", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "isValid", + "comment": "Returns true if Recorder is valid and can collect data. (Read Only)\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "enabled", + "comment": "Enables recording.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "long", + "name": "elapsedNanoseconds", + "comment": "Accumulated time of Begin/End pairs for the previous frame in nanoseconds. (Read Only)\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "long", + "name": "gpuElapsedNanoseconds", + "comment": "Gets the accumulated GPU time, in nanoseconds, for a frame. The Recorder has a three frame delay so this gives the timings for the frame that was three frames before the one that you access this property on. (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "sampleBlockCount", + "comment": "Number of time Begin/End pairs was called during the previous frame. (Read Only)\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "gpuSampleBlockCount", + "comment": "Gets the number of Begin/End time pairs that the GPU executed during a frame. The Recorder has a three frame delay so this gives the timings for the frame that was three frames before the one that you access this property on. (Read Only).\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Recorder", + "params": [{ "name": "samplerName", "typeName": "string" }], + "isStatic": true, + "name": "Get", + "comment": "Recorder object for the specified Sampler.\n\n```plaintext\nParams: samplerName - Sampler name.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "FilterToCurrentThread", + "comment": "Configures the recorder to only collect data from the current thread.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "CollectFromAllThreads", + "comment": "Configures the recorder to collect samples from all threads.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "Recorder", + "comment": "Records profiling data produced by a specific Sampler.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Profiling", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "isValid", + "comment": "Returns true if Sampler is valid. (Read Only)\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "string", + "name": "name", + "comment": "Sampler name. (Read Only)\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Recorder", + "params": [], + "isStatic": false, + "name": "GetRecorder", + "comment": "Recorder object associated with the Sampler.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Sampler", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": true, + "name": "Get", + "comment": "Sampler object which represents specific profiler label.\n\n```plaintext\nParams: name - Profiler Sampler name.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "names", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": true, + "name": "GetNames", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "Sampler", + "comment": "Provides control over a CPU Profiler label.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Profiling", + "baseClass": "UnityEngine.Profiling.Sampler", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "CustomSampler", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "collectGpuData", "typeName": "bool" } + ], + "isStatic": true, + "name": "Create", + "comment": "CustomSampler object or null if a built-in Sampler with the same name exists.\n\n```plaintext\nParams: name - Name of the Sampler.\n collectGpuData - Specifies whether this Sampler records GPU timings. If you want the Sampler to record GPU timings, set this to true.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Begin", + "comment": "Begin profiling a piece of code with a custom label defined by this instance of CustomSampler.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "targetObject", "typeName": "UnityEngine.Object" } + ], + "isStatic": false, + "name": "Begin", + "comment": "Begin profiling a piece of code with a custom label defined by this instance of CustomSampler.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "End", + "comment": "End profiling a piece of code with a custom label.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "CustomSampler", + "comment": "Custom CPU Profiler label used for profiling arbitrary code blocks.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Profiling.Experimental", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "Unity.Collections.NativeArray", + "name": "rawImageDataReference", + "comment": "A non-owning reference to the image data.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.TextureFormat", + "name": "imageFormat", + "comment": "The format in which the image was captured.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "width", + "comment": "Width of the image.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "height", + "comment": "Height of the image.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "DebugScreenCapture", + "comment": "A raw data representation of a screenshot.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Profiling.Memory.Experimental", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Profiling.Memory.Experimental.CaptureFlags", + "name": "ManagedObjects", + "comment": "Corresponds to the ManagedHeapSections, ManagedStacks, Connections, TypeDescriptions fields in a Memory Snapshot.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Profiling.Memory.Experimental.CaptureFlags", + "name": "NativeObjects", + "comment": "Corresponds to the NativeObject and NativeType fields in a Memory Snapshot.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Profiling.Memory.Experimental.CaptureFlags", + "name": "NativeAllocations", + "comment": "Corresponds to the NativeAllocations, NativeMemoryRegions, NativeRootReferences, and NativeMemoryLabels fields in a Memory Snapshot.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Profiling.Memory.Experimental.CaptureFlags", + "name": "NativeAllocationSites", + "comment": "Corresponds to the NativeAllocationSite field in a Memory Snapshot.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Profiling.Memory.Experimental.CaptureFlags", + "name": "NativeStackTraces", + "comment": "Corresponds to the NativeCallstackSymbol field in a Memory Snapshot.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Profiling.Memory.Experimental.CaptureFlags", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "CaptureFlags", + "comment": "Flags that specify which fields to capture in a snapshot.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Profiling.Memory.Experimental", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "content", + "comment": "User defined meta data.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "string", + "name": "platform", + "comment": "Memory snapshot meta data containing platform information.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "MetaData", + "comment": "Container for memory snapshot meta data.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Profiling.Memory.Experimental", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Action", + "name": "createMetaData", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Action" + } + ], + "isStatic": true, + "name": "add_createMetaData", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Action" + } + ], + "isStatic": true, + "name": "remove_createMetaData", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "path", "typeName": "string" }, + { + "name": "finishCallback", + "typeName": "System.Action" + }, + { + "name": "captureFlags", + "typeName": "UnityEngine.Profiling.Memory.Experimental.CaptureFlags" + } + ], + "isStatic": true, + "name": "TakeSnapshot", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "path", "typeName": "string" }, + { + "name": "finishCallback", + "typeName": "System.Action" + }, + { + "name": "screenshotCallback", + "typeName": "System.Action" + }, + { + "name": "captureFlags", + "typeName": "UnityEngine.Profiling.Memory.Experimental.CaptureFlags" + } + ], + "isStatic": true, + "name": "TakeSnapshot", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "finishCallback", + "typeName": "System.Action" + }, + { + "name": "captureFlags", + "typeName": "UnityEngine.Profiling.Memory.Experimental.CaptureFlags" + } + ], + "isStatic": true, + "name": "TakeTempSnapshot", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "MemoryProfiler", + "comment": "Memory profiling API container class.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.SceneManagement", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "handle", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "string", + "name": "path", + "comment": "Returns the relative path of the Scene. Like: \"AssetsMyScenesMyScene.unity\".\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "string", + "name": "name", + "comment": "Returns the name of the Scene that is currently active in the game or app.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "isLoaded", + "comment": "Returns true if the Scene is loaded.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "buildIndex", + "comment": "Return the index of the Scene in the Build Settings.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "isDirty", + "comment": "Returns true if the Scene is modifed.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "rootCount", + "comment": "The number of root transforms of this Scene.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "isSubScene", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "IsValid", + "comment": "Whether this is a valid Scene.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetRootGameObjects", + "comment": "An array of game objects.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "rootGameObjects", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "GetRootGameObjects", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "lhs", "typeName": "UnityEngine.SceneManagement.Scene" }, + { "name": "rhs", "typeName": "UnityEngine.SceneManagement.Scene" } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "lhs", "typeName": "UnityEngine.SceneManagement.Scene" }, + { "name": "rhs", "typeName": "UnityEngine.SceneManagement.Scene" } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "other", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "Scene", + "comment": "Run-time data structure for *.unity file.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.SceneManagement", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.SceneManagement.SceneManagerAPI", + "name": "overrideAPI", + "comment": "The specific SceneManagement.SceneManagerAPI instance to use to handle overridden SceneManagement.SceneManager methods.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [], + "name": "SceneManagerAPI", + "comment": "Derive from this base class to provide alternative implementations to the C# behavior of specific SceneManagement.SceneManager methods.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.SceneManagement", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "sceneCount", + "comment": "The total number of currently loaded Scenes.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "sceneCountInBuildSettings", + "comment": "Number of Scenes in Build Settings.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Events.UnityAction", + "name": "sceneLoaded", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Events.UnityAction", + "name": "sceneUnloaded", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Events.UnityAction", + "name": "activeSceneChanged", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Scene", + "params": [], + "isStatic": true, + "name": "GetActiveScene", + "comment": "The active Scene.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "scene", "typeName": "UnityEngine.SceneManagement.Scene" } + ], + "isStatic": true, + "name": "SetActiveScene", + "comment": "Returns false if the Scene is not loaded yet.\n\n```plaintext\nParams: scene - The Scene to be set.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Scene", + "params": [{ "name": "scenePath", "typeName": "string" }], + "isStatic": true, + "name": "GetSceneByPath", + "comment": "A reference to the Scene, if valid. If not, an invalid Scene is returned.\n\n```plaintext\nParams: scenePath - Path of the Scene. Should be relative to the project folder. Like: \"AssetsMyScenesMyScene.unity\".\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Scene", + "params": [{ "name": "name", "typeName": "string" }], + "isStatic": true, + "name": "GetSceneByName", + "comment": "A reference to the Scene, if valid. If not, an invalid Scene is returned.\n\n```plaintext\nParams: name - Name of Scene to find.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Scene", + "params": [{ "name": "buildIndex", "typeName": "int" }], + "isStatic": true, + "name": "GetSceneByBuildIndex", + "comment": "A reference to the Scene, if valid. If not, an invalid Scene is returned.\n\n```plaintext\nParams: buildIndex - Build index as shown in the Build Settings window.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Scene", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": true, + "name": "GetSceneAt", + "comment": "A reference to the Scene at the index specified.\n\n```plaintext\nParams: index - Index of the Scene to get. Index must be greater than or equal to 0 and less than SceneManager.sceneCount.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Scene", + "params": [ + { "name": "sceneName", "typeName": "string" }, + { + "name": "parameters", + "typeName": "UnityEngine.SceneManagement.CreateSceneParameters" + } + ], + "isStatic": true, + "name": "CreateScene", + "comment": "A reference to the new Scene that was created, or an invalid Scene if creation failed.\n\n```plaintext\nParams: sceneName - The name of the new Scene. It cannot be empty or null, or same as the name of the existing Scenes.\n parameters - Various parameters used to create the Scene.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "sourceScene", + "typeName": "UnityEngine.SceneManagement.Scene" + }, + { + "name": "destinationScene", + "typeName": "UnityEngine.SceneManagement.Scene" + } + ], + "isStatic": true, + "name": "MergeScenes", + "comment": "This will merge the source Scene into the destinationScene.\n\n```plaintext\nParams: sourceScene - The Scene that will be merged into the destination Scene.\n destinationScene - Existing Scene to merge the source Scene into.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "go", "typeName": "UnityEngine.GameObject" }, + { "name": "scene", "typeName": "UnityEngine.SceneManagement.Scene" } + ], + "isStatic": true, + "name": "MoveGameObjectToScene", + "comment": "Move a GameObject from its current Scene to a new Scene.\n\n```plaintext\nParams: go - GameObject to move.\n scene - Scene to move into.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "UnityEngine.Events.UnityAction" + } + ], + "isStatic": true, + "name": "add_sceneLoaded", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "UnityEngine.Events.UnityAction" + } + ], + "isStatic": true, + "name": "remove_sceneLoaded", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "UnityEngine.Events.UnityAction" + } + ], + "isStatic": true, + "name": "add_sceneUnloaded", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "UnityEngine.Events.UnityAction" + } + ], + "isStatic": true, + "name": "remove_sceneUnloaded", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "UnityEngine.Events.UnityAction" + } + ], + "isStatic": true, + "name": "add_activeSceneChanged", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "UnityEngine.Events.UnityAction" + } + ], + "isStatic": true, + "name": "remove_activeSceneChanged", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": true, + "name": "GetAllScenes", + "comment": "Array of Scenes in the Hierarchy.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Scene", + "params": [{ "name": "sceneName", "typeName": "string" }], + "isStatic": true, + "name": "CreateScene", + "comment": "A reference to the new Scene that was created, or an invalid Scene if creation failed.\n\n```plaintext\nParams: sceneName - The name of the new Scene. It cannot be empty or null, or same as the name of the existing Scenes.\n parameters - Various parameters used to create the Scene.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "sceneName", "typeName": "string" }, + { + "name": "mode", + "typeName": "UnityEngine.SceneManagement.LoadSceneMode" + } + ], + "isStatic": true, + "name": "LoadScene", + "comment": "Loads the Scene by its name or index in Build Settings.\n\n```plaintext\nParams: sceneName - Name or path of the Scene to load.\n sceneBuildIndex - Index of the Scene in the Build Settings to load.\n mode - Allows you to specify whether or not to load the Scene additively. See SceneManagement.LoadSceneMode for more information about the options.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "sceneName", "typeName": "string" }], + "isStatic": true, + "name": "LoadScene", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Scene", + "params": [ + { "name": "sceneName", "typeName": "string" }, + { + "name": "parameters", + "typeName": "UnityEngine.SceneManagement.LoadSceneParameters" + } + ], + "isStatic": true, + "name": "LoadScene", + "comment": "A handle to the Scene being loaded.\n\n```plaintext\nParams: sceneName - Name or path of the Scene to load.\n sceneBuildIndex - Index of the Scene in the Build Settings to load.\n parameters - Various parameters used to load the Scene.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "sceneBuildIndex", "typeName": "int" }, + { + "name": "mode", + "typeName": "UnityEngine.SceneManagement.LoadSceneMode" + } + ], + "isStatic": true, + "name": "LoadScene", + "comment": "Loads the Scene by its name or index in Build Settings.\n\n```plaintext\nParams: sceneName - Name or path of the Scene to load.\n sceneBuildIndex - Index of the Scene in the Build Settings to load.\n mode - Allows you to specify whether or not to load the Scene additively. See SceneManagement.LoadSceneMode for more information about the options.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "sceneBuildIndex", "typeName": "int" }], + "isStatic": true, + "name": "LoadScene", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Scene", + "params": [ + { "name": "sceneBuildIndex", "typeName": "int" }, + { + "name": "parameters", + "typeName": "UnityEngine.SceneManagement.LoadSceneParameters" + } + ], + "isStatic": true, + "name": "LoadScene", + "comment": "A handle to the Scene being loaded.\n\n```plaintext\nParams: sceneName - Name or path of the Scene to load.\n sceneBuildIndex - Index of the Scene in the Build Settings to load.\n parameters - Various parameters used to load the Scene.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "AsyncOperation", + "params": [ + { "name": "sceneBuildIndex", "typeName": "int" }, + { + "name": "mode", + "typeName": "UnityEngine.SceneManagement.LoadSceneMode" + } + ], + "isStatic": true, + "name": "LoadSceneAsync", + "comment": "Use the AsyncOperation to determine if the operation has completed.\n\n```plaintext\nParams: sceneName - Name or path of the Scene to load.\n sceneBuildIndex - Index of the Scene in the Build Settings to load.\n mode - If LoadSceneMode.Single then all current Scenes will be unloaded before loading.\n parameters - Struct that collects the various parameters into a single place except for the name and index.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "AsyncOperation", + "params": [{ "name": "sceneBuildIndex", "typeName": "int" }], + "isStatic": true, + "name": "LoadSceneAsync", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "AsyncOperation", + "params": [ + { "name": "sceneBuildIndex", "typeName": "int" }, + { + "name": "parameters", + "typeName": "UnityEngine.SceneManagement.LoadSceneParameters" + } + ], + "isStatic": true, + "name": "LoadSceneAsync", + "comment": "Use the AsyncOperation to determine if the operation has completed.\n\n```plaintext\nParams: sceneName - Name or path of the Scene to load.\n sceneBuildIndex - Index of the Scene in the Build Settings to load.\n mode - If LoadSceneMode.Single then all current Scenes will be unloaded before loading.\n parameters - Struct that collects the various parameters into a single place except for the name and index.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "AsyncOperation", + "params": [ + { "name": "sceneName", "typeName": "string" }, + { + "name": "mode", + "typeName": "UnityEngine.SceneManagement.LoadSceneMode" + } + ], + "isStatic": true, + "name": "LoadSceneAsync", + "comment": "Use the AsyncOperation to determine if the operation has completed.\n\n```plaintext\nParams: sceneName - Name or path of the Scene to load.\n sceneBuildIndex - Index of the Scene in the Build Settings to load.\n mode - If LoadSceneMode.Single then all current Scenes will be unloaded before loading.\n parameters - Struct that collects the various parameters into a single place except for the name and index.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "AsyncOperation", + "params": [{ "name": "sceneName", "typeName": "string" }], + "isStatic": true, + "name": "LoadSceneAsync", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "AsyncOperation", + "params": [ + { "name": "sceneName", "typeName": "string" }, + { + "name": "parameters", + "typeName": "UnityEngine.SceneManagement.LoadSceneParameters" + } + ], + "isStatic": true, + "name": "LoadSceneAsync", + "comment": "Use the AsyncOperation to determine if the operation has completed.\n\n```plaintext\nParams: sceneName - Name or path of the Scene to load.\n sceneBuildIndex - Index of the Scene in the Build Settings to load.\n mode - If LoadSceneMode.Single then all current Scenes will be unloaded before loading.\n parameters - Struct that collects the various parameters into a single place except for the name and index.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "scene", "typeName": "UnityEngine.SceneManagement.Scene" } + ], + "isStatic": true, + "name": "UnloadScene", + "comment": "Returns true if the Scene is unloaded.\n\n```plaintext\nParams: sceneBuildIndex - Index of the Scene in the Build Settings to unload.\n sceneName - Name or path of the Scene to unload.\n scene - Scene to unload.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "sceneBuildIndex", "typeName": "int" }], + "isStatic": true, + "name": "UnloadScene", + "comment": "Returns true if the Scene is unloaded.\n\n```plaintext\nParams: sceneBuildIndex - Index of the Scene in the Build Settings to unload.\n sceneName - Name or path of the Scene to unload.\n scene - Scene to unload.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "sceneName", "typeName": "string" }], + "isStatic": true, + "name": "UnloadScene", + "comment": "Returns true if the Scene is unloaded.\n\n```plaintext\nParams: sceneBuildIndex - Index of the Scene in the Build Settings to unload.\n sceneName - Name or path of the Scene to unload.\n scene - Scene to unload.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "AsyncOperation", + "params": [{ "name": "sceneBuildIndex", "typeName": "int" }], + "isStatic": true, + "name": "UnloadSceneAsync", + "comment": "Use the AsyncOperation to determine if the operation has completed.\n\n```plaintext\nParams: sceneBuildIndex - Index of the Scene in BuildSettings.\n sceneName - Name or path of the Scene to unload.\n scene - Scene to unload.\n options - Scene unloading options.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "AsyncOperation", + "params": [{ "name": "sceneName", "typeName": "string" }], + "isStatic": true, + "name": "UnloadSceneAsync", + "comment": "Use the AsyncOperation to determine if the operation has completed.\n\n```plaintext\nParams: sceneBuildIndex - Index of the Scene in BuildSettings.\n sceneName - Name or path of the Scene to unload.\n scene - Scene to unload.\n options - Scene unloading options.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "AsyncOperation", + "params": [ + { "name": "scene", "typeName": "UnityEngine.SceneManagement.Scene" } + ], + "isStatic": true, + "name": "UnloadSceneAsync", + "comment": "Use the AsyncOperation to determine if the operation has completed.\n\n```plaintext\nParams: sceneBuildIndex - Index of the Scene in BuildSettings.\n sceneName - Name or path of the Scene to unload.\n scene - Scene to unload.\n options - Scene unloading options.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "AsyncOperation", + "params": [ + { "name": "sceneBuildIndex", "typeName": "int" }, + { + "name": "options", + "typeName": "UnityEngine.SceneManagement.UnloadSceneOptions" + } + ], + "isStatic": true, + "name": "UnloadSceneAsync", + "comment": "Use the AsyncOperation to determine if the operation has completed.\n\n```plaintext\nParams: sceneBuildIndex - Index of the Scene in BuildSettings.\n sceneName - Name or path of the Scene to unload.\n scene - Scene to unload.\n options - Scene unloading options.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "AsyncOperation", + "params": [ + { "name": "sceneName", "typeName": "string" }, + { + "name": "options", + "typeName": "UnityEngine.SceneManagement.UnloadSceneOptions" + } + ], + "isStatic": true, + "name": "UnloadSceneAsync", + "comment": "Use the AsyncOperation to determine if the operation has completed.\n\n```plaintext\nParams: sceneBuildIndex - Index of the Scene in BuildSettings.\n sceneName - Name or path of the Scene to unload.\n scene - Scene to unload.\n options - Scene unloading options.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "AsyncOperation", + "params": [ + { + "name": "scene", + "typeName": "UnityEngine.SceneManagement.Scene" + }, + { + "name": "options", + "typeName": "UnityEngine.SceneManagement.UnloadSceneOptions" + } + ], + "isStatic": true, + "name": "UnloadSceneAsync", + "comment": "Use the AsyncOperation to determine if the operation has completed.\n\n```plaintext\nParams: sceneBuildIndex - Index of the Scene in BuildSettings.\n sceneName - Name or path of the Scene to unload.\n scene - Scene to unload.\n options - Scene unloading options.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "SceneManager", + "comment": "Scene management at run-time.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.SceneManagement", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.SceneManagement.LoadSceneMode", + "name": "Single", + "comment": "Closes all current loaded Scenes\n and loads a Scene.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.SceneManagement.LoadSceneMode", + "name": "Additive", + "comment": "Adds the Scene to the current loaded Scenes.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.SceneManagement.LoadSceneMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "LoadSceneMode", + "comment": "Used when loading a Scene in a player.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.SceneManagement", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.SceneManagement.LocalPhysicsMode", + "name": "None", + "comment": "No local 2D or 3D physics Scene will be created.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.SceneManagement.LocalPhysicsMode", + "name": "Physics2D", + "comment": "A local 2D physics Scene will be created and owned by the Scene.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.SceneManagement.LocalPhysicsMode", + "name": "Physics3D", + "comment": "A local 3D physics Scene will be created and owned by the Scene.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.SceneManagement.LocalPhysicsMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "LocalPhysicsMode", + "comment": "Provides options for 2D and 3D local physics.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.SceneManagement", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.SceneManagement.LoadSceneMode", + "name": "loadSceneMode", + "comment": "See LoadSceneMode.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.SceneManagement.LocalPhysicsMode", + "name": "localPhysicsMode", + "comment": "See SceneManagement.LocalPhysicsMode.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "mode", + "typeName": "UnityEngine.SceneManagement.LoadSceneMode" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Constructor for LoadSceneParameters. See SceneManager.LoadScene.\n\n```plaintext\nParams: mode - See LoadSceneParameters.loadSceneMode.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "mode", + "typeName": "UnityEngine.SceneManagement.LoadSceneMode" + }, + { + "name": "physicsMode", + "typeName": "UnityEngine.SceneManagement.LocalPhysicsMode" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "LoadSceneParameters", + "comment": "This struct collects all the LoadScene parameters in to a single place.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.SceneManagement", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.SceneManagement.LocalPhysicsMode", + "name": "localPhysicsMode", + "comment": "See SceneManagement.LocalPhysicsMode.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "physicsMode", + "typeName": "UnityEngine.SceneManagement.LocalPhysicsMode" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "CreateSceneParameters", + "comment": "This struct collects all the CreateScene parameters in to a single place.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.SceneManagement", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.SceneManagement.UnloadSceneOptions", + "name": "None", + "comment": "Unload the scene without any special options.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.SceneManagement.UnloadSceneOptions", + "name": "UnloadAllEmbeddedSceneObjects", + "comment": "Unloads all objects that are loaded from the scene's serialized file. Without this flag, only GameObject and Components within the scene's hierarchy are unloaded.\n\nNote: Objects that are dynamically created during the build process can be embedded in the scene's serialized file. This can occur when asset types are created and referenced inside the scene's post-processor callback. Some examples of these types are textures, meshes, and scriptable objects. Assets from your assets folder are not embedded in the scene's serialized file.\nNote: This flag does not unload assets which can be referenced by other scenes.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.SceneManagement.UnloadSceneOptions", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "UnloadSceneOptions", + "comment": "Scene unloading options passed to SceneManager.UnloadScene.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.SceneManagement", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "String", + "params": [{ "name": "buildIndex", "typeName": "int" }], + "isStatic": true, + "name": "GetScenePathByBuildIndex", + "comment": "Scene path (e.g \"AssetsScenesScene1.unity\").\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "scenePath", "typeName": "string" }], + "isStatic": true, + "name": "GetBuildIndexByScenePath", + "comment": "Build index.\n\n```plaintext\nParams: scenePath - Scene path (e.g: \"AssetsScenesScene1.unity\").\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "SceneUtility", + "comment": "Scene and Build Settings related utilities.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Scripting", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "AlwaysLinkAssemblyAttribute", + "comment": "Ensure an assembly is always processed during managed code stripping.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Scripting", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Scripting.GarbageCollector.Mode", + "name": "GCMode", + "comment": "Set and get global garbage collector operation mode.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "isIncremental", + "comment": "Reports whether incremental garbage collection is enabled.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "ulong", + "name": "incrementalTimeSliceNanoseconds", + "comment": "The target duration of a collection step when performing incremental garbage collection.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "System.Action", + "name": "GCModeChanged", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Action" + } + ], + "isStatic": true, + "name": "add_GCModeChanged", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Action" + } + ], + "isStatic": true, + "name": "remove_GCModeChanged", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "nanoseconds", "typeName": "ulong" }], + "isStatic": true, + "name": "CollectIncremental", + "comment": "Returns true if additional garbage collection work remains when the method returns and false if garbage collection is complete. Also returns false if incremental garbage collection is not enabled or is not supported on the current platform.\n\n```plaintext\nParams: nanoseconds - The maximum number of nanoseconds to spend in garbage collection.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "GarbageCollector", + "comment": "API to control the garbage collector on the Mono and IL2CPP scripting backends.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Scripting", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Scripting.GarbageCollector.Mode", + "name": "Disabled", + "comment": "Disable garbage collector.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Scripting.GarbageCollector.Mode", + "name": "Enabled", + "comment": "Enable garbage collector.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Scripting.GarbageCollector.Mode", + "name": "Manual", + "comment": "Disable automatic invokations of the garbage collector, but allow manually invokations.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Scripting.GarbageCollector.Mode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "Mode", + "comment": "Garbage collector operation mode.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Scripting", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "PreserveAttribute", + "comment": "PreserveAttribute prevents byte code stripping from removing a class, method, field, or property.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Scripting", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "RequireAttributeUsagesAttribute", + "comment": "Only allowed on attribute types. If the attribute type is marked, then so too will all CustomAttributes of that type.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Scripting", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "RequireDerivedAttribute", + "comment": "When the type is marked, all types derived from that type will also be marked.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Scripting", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "interfaceType", "typeName": "System.Type" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "RequiredInterfaceAttribute", + "comment": "When a type is marked, all interface implementations of the specified types will be marked.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Scripting", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "RequiredMemberAttribute", + "comment": "When a type is marked, all of it's members with [RequiredMember] will be marked.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Scripting", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "RequireImplementorsAttribute", + "comment": "When the interface type is marked, all types implementing that interface will be marked.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Scripting.APIUpdating", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "bool", + "name": "IsInDifferentAssembly", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "autoUpdateAPI", "typeName": "bool" }, + { "name": "sourceNamespace", "typeName": "string" }, + { "name": "sourceAssembly", "typeName": "string" }, + { "name": "sourceClassName", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "sourceNamespace", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "MovedFromAttribute", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.SearchService", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "string[]", + "name": "labels", + "comment": "The labels to match.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "matchAll", + "comment": "Boolean that indicates whether all labels, or only one of them, should match. Default is true.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "labels", "typeName": "string[]" }], + "isStatic": false, + "name": ".ctor", + "comment": "Constructor used to declare the SearchService.ObjectSelectorHandlerWithLabelsAttribute on a field.\n\n```plaintext\nParams: labels - An array of strings that represents the different labels to use as constraints.\n matchAll - This parameter specifies whether all labels must match, or only one of them must be present.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "matchAll", "typeName": "bool" }, + { "name": "labels", "typeName": "string[]" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Constructor used to declare the SearchService.ObjectSelectorHandlerWithLabelsAttribute on a field.\n\n```plaintext\nParams: labels - An array of strings that represents the different labels to use as constraints.\n matchAll - This parameter specifies whether all labels must match, or only one of them must be present.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "ObjectSelectorHandlerWithLabelsAttribute", + "comment": "A class attribute that allows you to define label constraints on a MonoBehavior or ScriptableObject's field in the object selector.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.SearchService", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "string[]", + "name": "tags", + "comment": "The tags to match. Because a GameObject can only have one tag, only one of them must be present.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "tags", "typeName": "string[]" }], + "isStatic": false, + "name": ".ctor", + "comment": "Constructor used to declare the SearchService.ObjectSelectorHandlerWithTagsAttribute on a field.\n\n```plaintext\nParams: tags - An array of strings that represents the different tags to use as constraints.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "ObjectSelectorHandlerWithTagsAttribute", + "comment": "A class attribute that allows you to define tag constraints on a MonoBehavior or ScriptableObject's field in the object selector.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Serialization", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [ + { + "typeName": "string", + "name": "oldName", + "comment": "The name of the field before the rename.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "oldName", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "```plaintext\nParams: oldName - The name of the field before renaming.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "FormerlySerializedAsAttribute", + "comment": "Use this attribute to rename a field without losing its serialized value.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Serialization", + "baseClass": "object", + "attribute": "", + "interfaces": ["ISurrogateSelector"], + "fields": [], + "methods": [ + { + "returnTypeName": "ISerializationSurrogate", + "params": [ + { "name": "type", "typeName": "System.Type" }, + { + "name": "context", + "typeName": "System.Runtime.Serialization.StreamingContext" + }, + { + "name": "selector", + "typeName": "System.Runtime.Serialization.ISurrogateSelector" + } + ], + "isStatic": false, + "name": "GetSurrogate", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "selector", + "typeName": "System.Runtime.Serialization.ISurrogateSelector" + } + ], + "isStatic": false, + "name": "ChainSelector", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "ISurrogateSelector", + "params": [], + "isStatic": false, + "name": "GetNextSelector", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "UnitySurrogateSelector", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Sprites", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Vector4", + "params": [{ "name": "sprite", "typeName": "UnityEngine.Sprite" }], + "isStatic": true, + "name": "GetInnerUV", + "comment": "Inner UV's of the Sprite.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector4", + "params": [{ "name": "sprite", "typeName": "UnityEngine.Sprite" }], + "isStatic": true, + "name": "GetOuterUV", + "comment": "Outer UV's of the Sprite.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector4", + "params": [{ "name": "sprite", "typeName": "UnityEngine.Sprite" }], + "isStatic": true, + "name": "GetPadding", + "comment": "Return the padding on the sprite.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Vector2", + "params": [{ "name": "sprite", "typeName": "UnityEngine.Sprite" }], + "isStatic": true, + "name": "GetMinSize", + "comment": "Minimum width and height of the Sprite.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "DataUtility", + "comment": "Helper utilities for accessing Sprite data.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.TestTools", + "baseClass": "System.Attribute", + "attribute": "", + "interfaces": ["_Attribute"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "ExcludeFromCoverageAttribute", + "comment": "Allows you to exclude an Assembly, Class, Constructor, Method or Struct from TestTools.Coverage.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.TestTools", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Reflection.MethodBase", + "name": "method", + "comment": "The method covered by the sequence point.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "uint", + "name": "ilOffset", + "comment": "The offset in bytes from the start of the method to the first Intermediate Language instruction of this sequence point.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "uint", + "name": "hitCount", + "comment": "The number of times the sequence point has been visited.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "string", + "name": "filename", + "comment": "The name of the file that contains the sequence point.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "uint", + "name": "line", + "comment": "The line number of the file that contains the sequence point.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "uint", + "name": "column", + "comment": "The column number of the line of the file that contains the sequence point.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "CoveredSequencePoint", + "comment": "Describes a covered sequence point used by TestTools.Coverage. For an example of typical usage, see TestTools.Coverage.GetSequencePointsFor.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.TestTools", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Reflection.MethodBase", + "name": "method", + "comment": "The covered method.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "totalSequencePoints", + "comment": "The total number of sequence points in the method.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "uncoveredSequencePoints", + "comment": "The total number of uncovered sequence points in the method.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "CoveredMethodStats", + "comment": "Describes the summary of the code coverage for the specified method used by TestTools.Coverage. For an example of typical usage, see TestTools.Coverage.GetStatsFor.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.TestTools", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "enabled", + "comment": "Returns true if code coverage is enabled; otherwise, returns false.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "", + "params": [ + { "name": "method", "typeName": "System.Reflection.MethodBase" } + ], + "isStatic": true, + "name": "GetSequencePointsFor", + "comment": "Array of sequence points.\n\n```plaintext\nParams: method - The method to get the sequence points for.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "CoveredMethodStats", + "params": [ + { "name": "method", "typeName": "System.Reflection.MethodBase" } + ], + "isStatic": true, + "name": "GetStatsFor", + "comment": "Coverage summary.\n\n```plaintext\nParams: method - The method to get coverage statistics for.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "", + "params": [ + { "name": "methods", "typeName": "System.Reflection.MethodBase[]" } + ], + "isStatic": true, + "name": "GetStatsFor", + "comment": "Array of coverage summaries.\n\n```plaintext\nParams: methods - The array of methods.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "type", "typeName": "System.Type" }], + "isStatic": true, + "name": "GetStatsFor", + "comment": "Array of coverage summaries.\n\n```plaintext\nParams: type - The type.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": true, + "name": "GetStatsForAllCoveredMethods", + "comment": "Array of coverage summaries.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "method", "typeName": "System.Reflection.MethodBase" } + ], + "isStatic": true, + "name": "ResetFor", + "comment": "Resets the coverage data for the specified method.\n\n```plaintext\nParams: method - The method.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "ResetAll", + "comment": "Resets all coverage data.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "Coverage", + "comment": "Describes the interface for the code coverage data exposed by mono.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.WSA", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "AppCallbackItem", + "comment": "Delegate that can be invoked on specific thread.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.WSA", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "width", "typeName": "int" }, + { "name": "height", "typeName": "int" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "width", "typeName": "int" }, + { "name": "height", "typeName": "int" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "WindowSizeChanged", + "comment": "This event occurs when window rendering size changes.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.WSA", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.WSA.WindowActivationState", + "name": "CodeActivated", + "comment": "The window was activated.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.WSA.WindowActivationState", + "name": "Deactivated", + "comment": "The window was deactivated.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.WSA.WindowActivationState", + "name": "PointerActivated", + "comment": "The window was activated by pointer interaction.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.WSA.WindowActivationState", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "WindowActivationState", + "comment": "Specifies the set of reasons that a windowActivated event was raised.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.WSA", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "state", + "typeName": "UnityEngine.WSA.WindowActivationState" + } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { + "name": "state", + "typeName": "UnityEngine.WSA.WindowActivationState" + }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "WindowActivated", + "comment": "This event occurs when window completes activation or deactivation, it also fires up when you snap and unsnap the application.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.WSA", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "arguments", + "comment": "Arguments passed to application.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "string", + "name": "advertisingIdentifier", + "comment": "Advertising ID.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.WSA.WindowSizeChanged", + "name": "windowSizeChanged", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.WSA.WindowActivated", + "name": "windowActivated", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "UnityEngine.WSA.WindowSizeChanged" } + ], + "isStatic": true, + "name": "add_windowSizeChanged", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "UnityEngine.WSA.WindowSizeChanged" } + ], + "isStatic": true, + "name": "remove_windowSizeChanged", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "UnityEngine.WSA.WindowActivated" } + ], + "isStatic": true, + "name": "add_windowActivated", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "UnityEngine.WSA.WindowActivated" } + ], + "isStatic": true, + "name": "remove_windowActivated", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "item", "typeName": "UnityEngine.WSA.AppCallbackItem" }, + { "name": "waitUntilDone", "typeName": "bool" } + ], + "isStatic": true, + "name": "InvokeOnAppThread", + "comment": "Executes callback item on application thread.\n\n```plaintext\nParams: item - Item to execute.\n waitUntilDone - Wait until item is executed.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "item", "typeName": "UnityEngine.WSA.AppCallbackItem" }, + { "name": "waitUntilDone", "typeName": "bool" } + ], + "isStatic": true, + "name": "InvokeOnUIThread", + "comment": "Executes callback item on UI thread.\n\n```plaintext\nParams: item - Item to execute.\n waitUntilDone - Wait until item is executed.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": true, + "name": "RunningOnAppThread", + "comment": "Returns true if you're running on application thread.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": true, + "name": "RunningOnUIThread", + "comment": "Returns true if you're running on UI thread.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "Application", + "comment": "Provides essential methods related to Window Store application.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.WSA", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "id", "typeName": "uint" }], + "isStatic": true, + "name": "SetCustomCursor", + "comment": "Set a custom cursor.\n\n```plaintext\nParams: id - The cursor resource id.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "Cursor", + "comment": "Cursor API for Windows Store Apps.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.WSA", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.WSA.Folder", + "name": "Installation", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.WSA.Folder", + "name": "Temporary", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.WSA.Folder", + "name": "Local", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.WSA.Folder", + "name": "Roaming", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.WSA.Folder", + "name": "CameraRoll", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.WSA.Folder", + "name": "DocumentsLibrary", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.WSA.Folder", + "name": "HomeGroup", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.WSA.Folder", + "name": "MediaServerDevices", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.WSA.Folder", + "name": "MusicLibrary", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.WSA.Folder", + "name": "PicturesLibrary", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.WSA.Folder", + "name": "Playlists", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.WSA.Folder", + "name": "RemovableDevices", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.WSA.Folder", + "name": "SavedPictures", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.WSA.Folder", + "name": "VideosLibrary", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.WSA.Folder", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "Folder", + "comment": "List of accessible folders on Windows Store Apps.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.WSA", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "folder", "typeName": "UnityEngine.WSA.Folder" }, + { "name": "relativeFilePath", "typeName": "string" }, + { "name": "showWarning", "typeName": "bool" } + ], + "isStatic": true, + "name": "LaunchFile", + "comment": "Launches the default app associated with specified file.\n\n```plaintext\nParams: folder - Folder type where the file is located.\n relativeFilePath - Relative file path inside the specified folder.\n showWarning - Shows user a warning that application will be switched.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "fileExtension", "typeName": "string" }], + "isStatic": true, + "name": "LaunchFileWithPicker", + "comment": "Opens a dialog for picking the file.\n\n```plaintext\nParams: fileExtension - File extension.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "uri", "typeName": "string" }, + { "name": "showWarning", "typeName": "bool" } + ], + "isStatic": true, + "name": "LaunchUri", + "comment": "Starts the default app associated with the URI scheme name for the specified URI, using the specified options.\n\n```plaintext\nParams: uri - The URI.\n showWarning - Displays a warning that the URI is potentially unsafe.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "Launcher", + "comment": "Class which is capable of launching user's default app for file type or a protocol. See also PlayerSettings where you can specify file or URI associations.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.WSA", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.WSA.TileTemplate", + "name": "TileSquare150x150Image", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.WSA.TileTemplate", + "name": "TileSquare150x150Block", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.WSA.TileTemplate", + "name": "TileSquare150x150Text01", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.WSA.TileTemplate", + "name": "TileSquare150x150Text02", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.WSA.TileTemplate", + "name": "TileSquare150x150Text03", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.WSA.TileTemplate", + "name": "TileSquare150x150Text04", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.WSA.TileTemplate", + "name": "TileSquare150x150PeekImageAndText01", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.WSA.TileTemplate", + "name": "TileSquare150x150PeekImageAndText02", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.WSA.TileTemplate", + "name": "TileSquare150x150PeekImageAndText03", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.WSA.TileTemplate", + "name": "TileSquare150x150PeekImageAndText04", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.WSA.TileTemplate", + "name": "TileWide310x150Image", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.WSA.TileTemplate", + "name": "TileWide310x150ImageCollection", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.WSA.TileTemplate", + "name": "TileWide310x150ImageAndText01", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.WSA.TileTemplate", + "name": "TileWide310x150ImageAndText02", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.WSA.TileTemplate", + "name": "TileWide310x150BlockAndText01", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.WSA.TileTemplate", + "name": "TileWide310x150BlockAndText02", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.WSA.TileTemplate", + "name": "TileWide310x150PeekImageCollection01", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.WSA.TileTemplate", + "name": "TileWide310x150PeekImageCollection02", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.WSA.TileTemplate", + "name": "TileWide310x150PeekImageCollection03", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.WSA.TileTemplate", + "name": "TileWide310x150PeekImageCollection04", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.WSA.TileTemplate", + "name": "TileWide310x150PeekImageCollection05", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.WSA.TileTemplate", + "name": "TileWide310x150PeekImageCollection06", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.WSA.TileTemplate", + "name": "TileWide310x150PeekImageAndText01", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.WSA.TileTemplate", + "name": "TileWide310x150PeekImageAndText02", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.WSA.TileTemplate", + "name": "TileWide310x150PeekImage01", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.WSA.TileTemplate", + "name": "TileWide310x150PeekImage02", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.WSA.TileTemplate", + "name": "TileWide310x150PeekImage03", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.WSA.TileTemplate", + "name": "TileWide310x150PeekImage04", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.WSA.TileTemplate", + "name": "TileWide310x150PeekImage05", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.WSA.TileTemplate", + "name": "TileWide310x150PeekImage06", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.WSA.TileTemplate", + "name": "TileWide310x150SmallImageAndText01", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.WSA.TileTemplate", + "name": "TileWide310x150SmallImageAndText02", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.WSA.TileTemplate", + "name": "TileWide310x150SmallImageAndText03", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.WSA.TileTemplate", + "name": "TileWide310x150SmallImageAndText04", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.WSA.TileTemplate", + "name": "TileWide310x150SmallImageAndText05", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.WSA.TileTemplate", + "name": "TileWide310x150Text01", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.WSA.TileTemplate", + "name": "TileWide310x150Text02", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.WSA.TileTemplate", + "name": "TileWide310x150Text03", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.WSA.TileTemplate", + "name": "TileWide310x150Text04", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.WSA.TileTemplate", + "name": "TileWide310x150Text05", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.WSA.TileTemplate", + "name": "TileWide310x150Text06", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.WSA.TileTemplate", + "name": "TileWide310x150Text07", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.WSA.TileTemplate", + "name": "TileWide310x150Text08", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.WSA.TileTemplate", + "name": "TileWide310x150Text09", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.WSA.TileTemplate", + "name": "TileWide310x150Text10", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.WSA.TileTemplate", + "name": "TileWide310x150Text11", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.WSA.TileTemplate", + "name": "TileSquare310x310BlockAndText01", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.WSA.TileTemplate", + "name": "TileSquare310x310BlockAndText02", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.WSA.TileTemplate", + "name": "TileSquare310x310Image", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.WSA.TileTemplate", + "name": "TileSquare310x310ImageAndText01", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.WSA.TileTemplate", + "name": "TileSquare310x310ImageAndText02", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.WSA.TileTemplate", + "name": "TileSquare310x310ImageAndTextOverlay01", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.WSA.TileTemplate", + "name": "TileSquare310x310ImageAndTextOverlay02", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.WSA.TileTemplate", + "name": "TileSquare310x310ImageAndTextOverlay03", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.WSA.TileTemplate", + "name": "TileSquare310x310ImageCollectionAndText01", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.WSA.TileTemplate", + "name": "TileSquare310x310ImageCollectionAndText02", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.WSA.TileTemplate", + "name": "TileSquare310x310ImageCollection", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.WSA.TileTemplate", + "name": "TileSquare310x310SmallImagesAndTextList01", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.WSA.TileTemplate", + "name": "TileSquare310x310SmallImagesAndTextList02", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.WSA.TileTemplate", + "name": "TileSquare310x310SmallImagesAndTextList03", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.WSA.TileTemplate", + "name": "TileSquare310x310SmallImagesAndTextList04", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.WSA.TileTemplate", + "name": "TileSquare310x310Text01", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.WSA.TileTemplate", + "name": "TileSquare310x310Text02", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.WSA.TileTemplate", + "name": "TileSquare310x310Text03", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.WSA.TileTemplate", + "name": "TileSquare310x310Text04", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.WSA.TileTemplate", + "name": "TileSquare310x310Text05", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.WSA.TileTemplate", + "name": "TileSquare310x310Text06", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.WSA.TileTemplate", + "name": "TileSquare310x310Text07", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.WSA.TileTemplate", + "name": "TileSquare310x310Text08", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.WSA.TileTemplate", + "name": "TileSquare310x310TextList01", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.WSA.TileTemplate", + "name": "TileSquare310x310TextList02", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.WSA.TileTemplate", + "name": "TileSquare310x310TextList03", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.WSA.TileTemplate", + "name": "TileSquare310x310SmallImageAndText01", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.WSA.TileTemplate", + "name": "TileSquare310x310SmallImagesAndTextList05", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.WSA.TileTemplate", + "name": "TileSquare310x310Text09", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.WSA.TileTemplate", + "name": "TileSquare71x71IconWithBadge", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.WSA.TileTemplate", + "name": "TileSquare150x150IconWithBadge", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.WSA.TileTemplate", + "name": "TileWide310x150IconWithBadgeAndText", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.WSA.TileTemplate", + "name": "TileSquare71x71Image", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.WSA.TileTemplate", + "name": "TileTall150x310Image", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.WSA.TileTemplate", + "name": "TileSquare99x99IconWithBadge", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.WSA.TileTemplate", + "name": "TileSquare210x210IconWithBadge", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.WSA.TileTemplate", + "name": "TileWide432x210IconWithBadgeAndText", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.WSA.TileTemplate", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "TileTemplate", + "comment": "Templates for various tile styles.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.WSA", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.WSA.ToastTemplate", + "name": "ToastImageAndText01", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.WSA.ToastTemplate", + "name": "ToastImageAndText02", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.WSA.ToastTemplate", + "name": "ToastImageAndText03", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.WSA.ToastTemplate", + "name": "ToastImageAndText04", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.WSA.ToastTemplate", + "name": "ToastText01", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.WSA.ToastTemplate", + "name": "ToastText02", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.WSA.ToastTemplate", + "name": "ToastText03", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.WSA.ToastTemplate", + "name": "ToastText04", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.WSA.ToastTemplate", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "ToastTemplate", + "comment": "Templates for various toast styles.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.WSA", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.WSA.TileForegroundText", + "name": "Default", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.WSA.TileForegroundText", + "name": "Dark", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.WSA.TileForegroundText", + "name": "Light", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.WSA.TileForegroundText", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "TileForegroundText", + "comment": "Style for foreground text on a secondary tile.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.WSA", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "arguments", + "comment": "Arguments to be passed for application when secondary tile is activated.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "backgroundColorSet", + "comment": "Defines, whether backgroundColor should be used.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "string", + "name": "displayName", + "comment": "Display name for secondary tile.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.WSA.TileForegroundText", + "name": "foregroundText", + "comment": "Defines the style for foreground text on a secondary tile.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "string", + "name": "lockScreenBadgeLogo", + "comment": "Uri to logo, shown for secondary tile on lock screen.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "lockScreenDisplayBadgeAndTileText", + "comment": "Whether to show secondary tile on lock screen.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "string", + "name": "phoneticName", + "comment": "Phonetic name for secondary tile.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "roamingEnabled", + "comment": "Defines whether secondary tile is copied to another device when application is installed by the same users account.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "showNameOnSquare150x150Logo", + "comment": "Defines whether the displayName should be shown on a medium secondary tile.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "showNameOnSquare310x310Logo", + "comment": "Defines whether the displayName should be shown on a large secondary tile.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "showNameOnWide310x150Logo", + "comment": "Defines whether the displayName should be shown on a wide secondary tile.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "string", + "name": "square150x150Logo", + "comment": "Uri to the logo for medium size tile.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "string", + "name": "square30x30Logo", + "comment": "Uri to the logo shown on tile\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "string", + "name": "square310x310Logo", + "comment": "Uri to the logo for large size tile.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "string", + "name": "square70x70Logo", + "comment": "Uri to the logo for small size tile.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "string", + "name": "tileId", + "comment": "Unique identifier within application for a secondary tile.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "string", + "name": "wide310x150Logo", + "comment": "Uri to the logo for wide tile.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Color32", + "name": "backgroundColor", + "comment": "Defines background color for secondary tile.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "id", "typeName": "string" }, + { "name": "displayName", "typeName": "string" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Constructor for SecondaryTileData, sets default values for all members.\n\n```plaintext\nParams: id - Unique identifier for secondary tile.\n displayName - A display name for a tile.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "SecondaryTileData", + "comment": "Defines the default look of secondary tile.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.WSA", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.WSA.Tile", + "name": "main", + "comment": "Returns applications main tile\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "string", + "name": "id", + "comment": "A unique string, identifying secondary tile\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "hasUserConsent", + "comment": "Whether secondary tile was approved (pinned to start screen) or rejected by user.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "exists", + "comment": "Whether secondary tile is pinned to start screen.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "String", + "params": [ + { "name": "templ", "typeName": "UnityEngine.WSA.TileTemplate" } + ], + "isStatic": true, + "name": "GetTemplate", + "comment": "String, which is an empty XML document to be filled and used for tile notification.\n\n```plaintext\nParams: templ - A template identifier.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "xml", "typeName": "string" }], + "isStatic": false, + "name": "Update", + "comment": "Send a notification for tile (update tiles look).\n\n```plaintext\nParams: xml - A string containing XML document for new tile look.\n medium - An uri to 150x150 image, shown on medium tile.\n wide - An uri to a 310x150 image to be shown on a wide tile (if such issupported).\n large - An uri to a 310x310 image to be shown on a large tile (if such is supported).\n text - A text to shown on a tile.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "medium", "typeName": "string" }, + { "name": "wide", "typeName": "string" }, + { "name": "large", "typeName": "string" }, + { "name": "text", "typeName": "string" } + ], + "isStatic": false, + "name": "Update", + "comment": "Send a notification for tile (update tiles look).\n\n```plaintext\nParams: xml - A string containing XML document for new tile look.\n medium - An uri to 150x150 image, shown on medium tile.\n wide - An uri to a 310x150 image to be shown on a wide tile (if such issupported).\n large - An uri to a 310x310 image to be shown on a large tile (if such is supported).\n text - A text to shown on a tile.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "uri", "typeName": "string" }, + { "name": "interval", "typeName": "float" } + ], + "isStatic": false, + "name": "PeriodicUpdate", + "comment": "Starts periodic update of a tile.\n\n```plaintext\nParams: uri - a remote location fromwhere to retrieve tile update\n interval - a time interval in minutes, will be rounded to a value, supported by the system\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "StopPeriodicUpdate", + "comment": "Stops previously started periodic update of a tile.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "image", "typeName": "string" }], + "isStatic": false, + "name": "UpdateBadgeImage", + "comment": "Sets or updates badge on a tile to an image.\n\n```plaintext\nParams: image - Image identifier.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "number", "typeName": "float" }], + "isStatic": false, + "name": "UpdateBadgeNumber", + "comment": "Set or update a badge on a tile to a number.\n\n```plaintext\nParams: number - Number to be shown on a badge.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "RemoveBadge", + "comment": "Remove badge from tile.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "uri", "typeName": "string" }, + { "name": "interval", "typeName": "float" } + ], + "isStatic": false, + "name": "PeriodicBadgeUpdate", + "comment": "Starts periodic update of a badge on a tile.\n\n```plaintext\nParams: uri - A remote location from where to retrieve tile update\n interval - A time interval in minutes, will be rounded to a value, supported by the system\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "StopPeriodicBadgeUpdate", + "comment": "Stops previously started periodic update of a tile.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "tileId", "typeName": "string" }], + "isStatic": true, + "name": "Exists", + "comment": "Whether secondary tile is pinned to start screen.\n\n```plaintext\nParams: tileId - An identifier for secondary tile.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Tile", + "params": [ + { "name": "data", "typeName": "UnityEngine.WSA.SecondaryTileData" } + ], + "isStatic": true, + "name": "CreateOrUpdateSecondary", + "comment": "New Tile object, that can be used for further work with the tile.\n\n```plaintext\nParams: data - The data used to create or update secondary tile.\n pos - The coordinates for a request to create new tile.\n area - The area on the screen above which the request to create new tile will be displayed.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Tile", + "params": [ + { "name": "data", "typeName": "UnityEngine.WSA.SecondaryTileData" }, + { "name": "pos", "typeName": "UnityEngine.Vector2" } + ], + "isStatic": true, + "name": "CreateOrUpdateSecondary", + "comment": "New Tile object, that can be used for further work with the tile.\n\n```plaintext\nParams: data - The data used to create or update secondary tile.\n pos - The coordinates for a request to create new tile.\n area - The area on the screen above which the request to create new tile will be displayed.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Tile", + "params": [ + { "name": "data", "typeName": "UnityEngine.WSA.SecondaryTileData" }, + { "name": "area", "typeName": "UnityEngine.Rect" } + ], + "isStatic": true, + "name": "CreateOrUpdateSecondary", + "comment": "New Tile object, that can be used for further work with the tile.\n\n```plaintext\nParams: data - The data used to create or update secondary tile.\n pos - The coordinates for a request to create new tile.\n area - The area on the screen above which the request to create new tile will be displayed.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Tile", + "params": [{ "name": "tileId", "typeName": "string" }], + "isStatic": true, + "name": "GetSecondary", + "comment": "A Tile object or null if secondary tile does not exist (not pinned to start screen and user request is complete).\n\n```plaintext\nParams: tileId - A tile identifier.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": true, + "name": "GetSecondaries", + "comment": "An array of Tile objects.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Delete", + "comment": "Show a request to unpin secondary tile from start screen.\n\n```plaintext\nParams: pos - The coordinates for a request to unpin tile.\n area - The area on the screen above which the request to unpin tile will be displayed.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "tileId", "typeName": "string" }], + "isStatic": true, + "name": "DeleteSecondary", + "comment": "Show a request to unpin secondary tile from start screen.\n\n```plaintext\nParams: tileId - An identifier for secondary tile.\n pos - The coordinates for a request to unpin tile.\n area - The area on the screen above which the request to unpin tile will be displayed.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "pos", "typeName": "UnityEngine.Vector2" }], + "isStatic": false, + "name": "Delete", + "comment": "Show a request to unpin secondary tile from start screen.\n\n```plaintext\nParams: pos - The coordinates for a request to unpin tile.\n area - The area on the screen above which the request to unpin tile will be displayed.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "tileId", "typeName": "string" }, + { "name": "pos", "typeName": "UnityEngine.Vector2" } + ], + "isStatic": true, + "name": "DeleteSecondary", + "comment": "Show a request to unpin secondary tile from start screen.\n\n```plaintext\nParams: tileId - An identifier for secondary tile.\n pos - The coordinates for a request to unpin tile.\n area - The area on the screen above which the request to unpin tile will be displayed.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "area", "typeName": "UnityEngine.Rect" }], + "isStatic": false, + "name": "Delete", + "comment": "Show a request to unpin secondary tile from start screen.\n\n```plaintext\nParams: pos - The coordinates for a request to unpin tile.\n area - The area on the screen above which the request to unpin tile will be displayed.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "tileId", "typeName": "string" }, + { "name": "area", "typeName": "UnityEngine.Rect" } + ], + "isStatic": true, + "name": "DeleteSecondary", + "comment": "Show a request to unpin secondary tile from start screen.\n\n```plaintext\nParams: tileId - An identifier for secondary tile.\n pos - The coordinates for a request to unpin tile.\n area - The area on the screen above which the request to unpin tile will be displayed.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "Tile", + "comment": "Represents tile on Windows start screen\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.WSA", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "arguments", + "comment": "Arguments to be passed for application when toast notification is activated.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "activated", + "comment": "true if toast was activated by user.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "dismissed", + "comment": "true if toast notification was dismissed (for any reason).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "dismissedByUser", + "comment": "true if toast notification was explicitly dismissed by user.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "String", + "params": [ + { "name": "templ", "typeName": "UnityEngine.WSA.ToastTemplate" } + ], + "isStatic": true, + "name": "GetTemplate", + "comment": "string, which is an empty XML document to be filled and used for toast notification.\n\n```plaintext\nParams: templ - A template identifier.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Toast", + "params": [{ "name": "xml", "typeName": "string" }], + "isStatic": true, + "name": "Create", + "comment": "A toast object for further work with created notification or null, if creation of toast failed.\n\n```plaintext\nParams: xml - XML document with tile data.\n image - Uri to image to show on a toast, can be empty, in that case text-only notification will be shown.\n text - A text to display on a toast notification.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Toast", + "params": [ + { "name": "image", "typeName": "string" }, + { "name": "text", "typeName": "string" } + ], + "isStatic": true, + "name": "Create", + "comment": "A toast object for further work with created notification or null, if creation of toast failed.\n\n```plaintext\nParams: xml - XML document with tile data.\n image - Uri to image to show on a toast, can be empty, in that case text-only notification will be shown.\n text - A text to display on a toast notification.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Show", + "comment": "Show toast notification.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Hide", + "comment": "Hide displayed toast notification.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "Toast", + "comment": "Represents a toast notification in Windows Store Apps.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Windows", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "isOnAppTrial", + "comment": "Checks whether the application is installed in trial mode.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "String", + "params": [], + "isStatic": true, + "name": "PurchaseApp", + "comment": "Purchase receipt.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "LicenseInformation", + "comment": "This class provides information regarding application's trial status and allows initiating application purchase.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Windows", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "crashReportFolder", + "comment": "Returns the path to the crash report folder on Windows.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [], + "name": "CrashReporting", + "comment": "Exposes useful information related to crash reporting on Windows platforms.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Windows", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "", + "params": [{ "name": "buffer", "typeName": "byte[]" }], + "isStatic": true, + "name": "ComputeMD5Hash", + "comment": "Computes MD5 hash value for the specified byte array.\n\n```plaintext\nParams: buffer - The input to compute the hash code for.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "", + "params": [{ "name": "buffer", "typeName": "byte[]" }], + "isStatic": true, + "name": "ComputeSHA1Hash", + "comment": "Computes SHA1 hash value for the specified byte array.\n\n```plaintext\nParams: buffer - The input to compute the hash code for.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "Crypto", + "comment": "Class representing cryptography algorithms.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Windows", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "temporaryFolder", + "comment": "Returns a path to temporary folder.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "string", + "name": "localFolder", + "comment": "Returns a path to local folder.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "string", + "name": "roamingFolder", + "comment": "Returns a path to roaming folder.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "path", "typeName": "string" }], + "isStatic": true, + "name": "CreateDirectory", + "comment": "Creates directory in the specified path.\n\n```plaintext\nParams: path - The directory path to create.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "path", "typeName": "string" }], + "isStatic": true, + "name": "Exists", + "comment": "Determines whether the given path refers to an existing directory.\n\n```plaintext\nParams: path - The path to test.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "path", "typeName": "string" }], + "isStatic": true, + "name": "Delete", + "comment": "Deletes a directory from a specified path.\n\n```plaintext\nParams: path - The name of the directory to remove.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "Directory", + "comment": "Exposes static methods for directory operations.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Windows", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "", + "params": [{ "name": "path", "typeName": "string" }], + "isStatic": true, + "name": "ReadAllBytes", + "comment": "Opens a binary file, reads the contents of the file into a byte array, and then closes the file.\n\n```plaintext\nParams: path - The file to open for reading.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "path", "typeName": "string" }, + { "name": "bytes", "typeName": "byte[]" } + ], + "isStatic": true, + "name": "WriteAllBytes", + "comment": "Creates a new file, writes the specified byte array to the file, and then closes the file. If the target file already exists, it is overwritten.\n\n```plaintext\nParams: path - The file to write to.\n bytes - The bytes to write to the file.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "path", "typeName": "string" }], + "isStatic": true, + "name": "Exists", + "comment": "Determines whether the specified file exists.\n\n```plaintext\nParams: path - The file to check.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "path", "typeName": "string" }], + "isStatic": true, + "name": "Delete", + "comment": "Deletes the specified file.\n\n```plaintext\nParams: path - The name of the file to be deleted.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "File", + "comment": "Provides static methods for file operations.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Windows.Speech", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "isSupported", + "comment": "Returns whether speech recognition is supported on the machine that the application is running on.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Windows.Speech.SpeechSystemStatus", + "name": "Status", + "comment": "Returns the current status of the phrase recognition system.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Windows.Speech.PhraseRecognitionSystem.ErrorDelegate", + "name": "OnError", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Windows.Speech.PhraseRecognitionSystem.StatusDelegate", + "name": "OnStatusChanged", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "Restart", + "comment": "Attempts to restart the phrase recognition system.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "Shutdown", + "comment": "Shuts phrase recognition system down.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "UnityEngine.Windows.Speech.PhraseRecognitionSystem.ErrorDelegate" + } + ], + "isStatic": true, + "name": "add_OnError", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "UnityEngine.Windows.Speech.PhraseRecognitionSystem.ErrorDelegate" + } + ], + "isStatic": true, + "name": "remove_OnError", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "UnityEngine.Windows.Speech.PhraseRecognitionSystem.StatusDelegate" + } + ], + "isStatic": true, + "name": "add_OnStatusChanged", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "UnityEngine.Windows.Speech.PhraseRecognitionSystem.StatusDelegate" + } + ], + "isStatic": true, + "name": "remove_OnStatusChanged", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "PhraseRecognitionSystem", + "comment": "Phrase recognition system is responsible for managing phrase recognizers and dispatching recognition events to them.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Windows.Speech", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "errorCode", + "typeName": "UnityEngine.Windows.Speech.SpeechError" + } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { + "name": "errorCode", + "typeName": "UnityEngine.Windows.Speech.SpeechError" + }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "ErrorDelegate", + "comment": "Delegate for OnError event.\n\n```plaintext\nParams: errorCode - Error code for the error that occurred.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Windows.Speech", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "status", + "typeName": "UnityEngine.Windows.Speech.SpeechSystemStatus" + } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { + "name": "status", + "typeName": "UnityEngine.Windows.Speech.SpeechSystemStatus" + }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "StatusDelegate", + "comment": "Delegate for OnStatusChanged event.\n\n```plaintext\nParams: status - The new status of the phrase recognition system.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Windows.Speech", + "baseClass": "object", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "bool", + "name": "IsRunning", + "comment": "Tells whether the phrase recognizer is listening for phrases.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Windows.Speech.PhraseRecognizer.PhraseRecognizedDelegate", + "name": "OnPhraseRecognized", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "UnityEngine.Windows.Speech.PhraseRecognizer.PhraseRecognizedDelegate" + } + ], + "isStatic": false, + "name": "add_OnPhraseRecognized", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "UnityEngine.Windows.Speech.PhraseRecognizer.PhraseRecognizedDelegate" + } + ], + "isStatic": false, + "name": "remove_OnPhraseRecognized", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Start", + "comment": "Makes the phrase recognizer start listening to phrases.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Stop", + "comment": "Stops the phrase recognizer from listening to phrases.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "Disposes the resources used by phrase recognizer.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "PhraseRecognizer", + "comment": "A common base class for both keyword recognizer and grammar recognizer.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Windows.Speech", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "args", + "typeName": "UnityEngine.Windows.Speech.PhraseRecognizedEventArgs" + } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { + "name": "args", + "typeName": "UnityEngine.Windows.Speech.PhraseRecognizedEventArgs" + }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "PhraseRecognizedDelegate", + "comment": "Delegate for OnPhraseRecognized event.\n\n```plaintext\nParams: args - Information about a phrase recognized event.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Windows.Speech", + "baseClass": "object", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "UnityEngine.Windows.Speech.SpeechSystemStatus", + "name": "Status", + "comment": "Indicates the status of dictation recognizer.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "AutoSilenceTimeoutSeconds", + "comment": "The time length in seconds before dictation recognizer session ends due to lack of audio input.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "InitialSilenceTimeoutSeconds", + "comment": "The time length in seconds before dictation recognizer session ends due to lack of audio input in case there was no audio heard in the current session.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Windows.Speech.DictationRecognizer.DictationHypothesisDelegate", + "name": "DictationHypothesis", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Windows.Speech.DictationRecognizer.DictationResultDelegate", + "name": "DictationResult", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Windows.Speech.DictationRecognizer.DictationCompletedDelegate", + "name": "DictationComplete", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Windows.Speech.DictationRecognizer.DictationErrorHandler", + "name": "DictationError", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "UnityEngine.Windows.Speech.DictationRecognizer.DictationHypothesisDelegate" + } + ], + "isStatic": false, + "name": "add_DictationHypothesis", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "UnityEngine.Windows.Speech.DictationRecognizer.DictationHypothesisDelegate" + } + ], + "isStatic": false, + "name": "remove_DictationHypothesis", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "UnityEngine.Windows.Speech.DictationRecognizer.DictationResultDelegate" + } + ], + "isStatic": false, + "name": "add_DictationResult", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "UnityEngine.Windows.Speech.DictationRecognizer.DictationResultDelegate" + } + ], + "isStatic": false, + "name": "remove_DictationResult", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "UnityEngine.Windows.Speech.DictationRecognizer.DictationCompletedDelegate" + } + ], + "isStatic": false, + "name": "add_DictationComplete", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "UnityEngine.Windows.Speech.DictationRecognizer.DictationCompletedDelegate" + } + ], + "isStatic": false, + "name": "remove_DictationComplete", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "UnityEngine.Windows.Speech.DictationRecognizer.DictationErrorHandler" + } + ], + "isStatic": false, + "name": "add_DictationError", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "UnityEngine.Windows.Speech.DictationRecognizer.DictationErrorHandler" + } + ], + "isStatic": false, + "name": "remove_DictationError", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Create a DictationRecognizer with the specified minimum confidence and dictation topic constraint. Phrases under the specified minimum level will be ignored.\n\n```plaintext\nParams: minimumConfidence - The confidence level at which the recognizer will begin accepting phrases.\n topic - The dictation topic that this dictation recognizer should optimize its recognition for.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "confidenceLevel", + "typeName": "UnityEngine.Windows.Speech.ConfidenceLevel" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Create a DictationRecognizer with the specified minimum confidence and dictation topic constraint. Phrases under the specified minimum level will be ignored.\n\n```plaintext\nParams: minimumConfidence - The confidence level at which the recognizer will begin accepting phrases.\n topic - The dictation topic that this dictation recognizer should optimize its recognition for.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "topic", + "typeName": "UnityEngine.Windows.Speech.DictationTopicConstraint" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Create a DictationRecognizer with the specified minimum confidence and dictation topic constraint. Phrases under the specified minimum level will be ignored.\n\n```plaintext\nParams: minimumConfidence - The confidence level at which the recognizer will begin accepting phrases.\n topic - The dictation topic that this dictation recognizer should optimize its recognition for.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "minimumConfidence", + "typeName": "UnityEngine.Windows.Speech.ConfidenceLevel" + }, + { + "name": "topic", + "typeName": "UnityEngine.Windows.Speech.DictationTopicConstraint" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Create a DictationRecognizer with the specified minimum confidence and dictation topic constraint. Phrases under the specified minimum level will be ignored.\n\n```plaintext\nParams: minimumConfidence - The confidence level at which the recognizer will begin accepting phrases.\n topic - The dictation topic that this dictation recognizer should optimize its recognition for.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Start", + "comment": "Starts the dictation recognization session. Dictation recognizer can only be started if PhraseRecognitionSystem is not running.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Stop", + "comment": "Stops the dictation recognization session.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "Disposes the resources this dictation recognizer uses.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "DictationRecognizer", + "comment": "DictationRecognizer listens to speech input and attempts to determine what phrase was uttered.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Windows.Speech", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "text", "typeName": "string" }], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "text", "typeName": "string" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "DictationHypothesisDelegate", + "comment": "Callback indicating a hypothesis change event. You should register with DictationHypothesis event.\n\n```plaintext\nParams: text - The text that the recognizer believes may have been recognized.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Windows.Speech", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "text", "typeName": "string" }, + { + "name": "confidence", + "typeName": "UnityEngine.Windows.Speech.ConfidenceLevel" + } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "text", "typeName": "string" }, + { + "name": "confidence", + "typeName": "UnityEngine.Windows.Speech.ConfidenceLevel" + }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "DictationResultDelegate", + "comment": "Callback indicating a phrase has been recognized with the specified confidence level. You should register with DictationResult event.\n\n```plaintext\nParams: text - The recognized text.\n confidence - The confidence level at which the text was recognized.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Windows.Speech", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "cause", + "typeName": "UnityEngine.Windows.Speech.DictationCompletionCause" + } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { + "name": "cause", + "typeName": "UnityEngine.Windows.Speech.DictationCompletionCause" + }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "DictationCompletedDelegate", + "comment": "Delegate for DictationComplete event.\n\n```plaintext\nParams: cause - The cause of dictation session completion.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Windows.Speech", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "error", "typeName": "string" }, + { "name": "hresult", "typeName": "int" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "error", "typeName": "string" }, + { "name": "hresult", "typeName": "int" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "DictationErrorHandler", + "comment": "Delegate for DictationError event.\n\n```plaintext\nParams: error - The error mesage.\n hresult - HRESULT code that corresponds to the error.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Windows.Speech", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Windows.Speech.ConfidenceLevel", + "name": "High", + "comment": "High confidence level.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Windows.Speech.ConfidenceLevel", + "name": "Medium", + "comment": "Medium confidence level.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Windows.Speech.ConfidenceLevel", + "name": "Low", + "comment": "Low confidence level.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Windows.Speech.ConfidenceLevel", + "name": "Rejected", + "comment": "Everything is rejected.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Windows.Speech.ConfidenceLevel", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "ConfidenceLevel", + "comment": "Used by KeywordRecognizer, GrammarRecognizer, DictationRecognizer. Phrases under the specified minimum level will be ignored.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Windows.Speech", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Windows.Speech.SpeechSystemStatus", + "name": "Stopped", + "comment": "Speech recognition system is stopped.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Windows.Speech.SpeechSystemStatus", + "name": "Running", + "comment": "Speech recognition system is running.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Windows.Speech.SpeechSystemStatus", + "name": "Failed", + "comment": "Speech recognition system has encountered an error and is in an indeterminate state.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Windows.Speech.SpeechSystemStatus", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "SpeechSystemStatus", + "comment": "Represents the current status of the speech recognition system or a dictation recognizer.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Windows.Speech", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Windows.Speech.SpeechError", + "name": "NoError", + "comment": "No error occurred.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Windows.Speech.SpeechError", + "name": "TopicLanguageNotSupported", + "comment": "Supplied grammar file language is not supported.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Windows.Speech.SpeechError", + "name": "GrammarLanguageMismatch", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Windows.Speech.SpeechError", + "name": "GrammarCompilationFailure", + "comment": "Speech recognition engine failed to compiled specified grammar.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Windows.Speech.SpeechError", + "name": "AudioQualityFailure", + "comment": "Speech recognition engine failed because the audio quality was too low.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Windows.Speech.SpeechError", + "name": "PauseLimitExceeded", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Windows.Speech.SpeechError", + "name": "TimeoutExceeded", + "comment": "A speech recognition system has timed out.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Windows.Speech.SpeechError", + "name": "NetworkFailure", + "comment": "Speech error occurred due to a network failure.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Windows.Speech.SpeechError", + "name": "MicrophoneUnavailable", + "comment": "Speech error occurred because a microphone was not available.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Windows.Speech.SpeechError", + "name": "UnknownError", + "comment": "A speech recognition system has encountered an unknown error.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Windows.Speech.SpeechError", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "SpeechError", + "comment": "Represents an error in a speech recognition system.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Windows.Speech", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Windows.Speech.DictationTopicConstraint", + "name": "WebSearch", + "comment": "Dictation recognizer will optimize for web search scenario.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Windows.Speech.DictationTopicConstraint", + "name": "Form", + "comment": "Dictation recognizer will optimize for form-filling scenario.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Windows.Speech.DictationTopicConstraint", + "name": "Dictation", + "comment": "Dictation recognizer will optimize for dictation scenario.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Windows.Speech.DictationTopicConstraint", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "DictationTopicConstraint", + "comment": "DictationTopicConstraint enum specifies the scenario for which a specific dictation recognizer should optimize.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Windows.Speech", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Windows.Speech.DictationCompletionCause", + "name": "Complete", + "comment": "Dictation session has completed successfully.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Windows.Speech.DictationCompletionCause", + "name": "AudioQualityFailure", + "comment": "Dictation session completion was caused by bad audio quality.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Windows.Speech.DictationCompletionCause", + "name": "Canceled", + "comment": "Dictation session was either cancelled, or the application was paused while dictation session was in progress.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Windows.Speech.DictationCompletionCause", + "name": "TimeoutExceeded", + "comment": "Dictation session has reached its timeout.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Windows.Speech.DictationCompletionCause", + "name": "PauseLimitExceeded", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Windows.Speech.DictationCompletionCause", + "name": "NetworkFailure", + "comment": "Dictation session has finished because network connection was not available.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Windows.Speech.DictationCompletionCause", + "name": "MicrophoneUnavailable", + "comment": "Dictation session has finished because a microphone was not available.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Windows.Speech.DictationCompletionCause", + "name": "UnknownError", + "comment": "Dictation session has completed due to an unknown error.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Windows.Speech.DictationCompletionCause", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "DictationCompletionCause", + "comment": "Represents the reason why dictation session has completed.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Windows.Speech", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "key", + "comment": "A key of semantic meaning.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "string[]", + "name": "values", + "comment": "Values of semantic property that the correspond to the semantic meaning key.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "SemanticMeaning", + "comment": "Semantic meaning is a collection of semantic properties of a recognized phrase. These semantic properties can be specified in SRGS grammar files.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Windows.Speech", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Windows.Speech.ConfidenceLevel", + "name": "confidence", + "comment": "A measure of correct recognition certainty.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Windows.Speech.SemanticMeaning[]", + "name": "semanticMeanings", + "comment": "A semantic meaning of recognized phrase.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "string", + "name": "text", + "comment": "The text that was recognized.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "System.DateTime", + "name": "phraseStartTime", + "comment": "The moment in time when uttering of the phrase began.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "System.TimeSpan", + "name": "phraseDuration", + "comment": "The time it took for the phrase to be uttered.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "PhraseRecognizedEventArgs", + "comment": "Provides information about a phrase recognized event.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Windows.Speech", + "baseClass": "UnityEngine.Windows.Speech.PhraseRecognizer", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "System.Collections.Generic.IEnumerable", + "name": "Keywords", + "comment": "Returns the list of keywords which was supplied when the keyword recognizer was created.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "keywords", "typeName": "string[]" }], + "isStatic": false, + "name": ".ctor", + "comment": "Create a KeywordRecognizer which listens to specified keywords with the specified minimum confidence. Phrases under the specified minimum level will be ignored.\n\n```plaintext\nParams: keywords - The keywords that the recognizer will listen to.\n minimumConfidence - The minimum confidence level of speech recognition that the recognizer will accept.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "keywords", "typeName": "string[]" }, + { + "name": "minimumConfidence", + "typeName": "UnityEngine.Windows.Speech.ConfidenceLevel" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Create a KeywordRecognizer which listens to specified keywords with the specified minimum confidence. Phrases under the specified minimum level will be ignored.\n\n```plaintext\nParams: keywords - The keywords that the recognizer will listen to.\n minimumConfidence - The minimum confidence level of speech recognition that the recognizer will accept.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "KeywordRecognizer", + "comment": "KeywordRecognizer listens to speech input and attempts to match uttered phrases to a list of registered keywords.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Windows.Speech", + "baseClass": "UnityEngine.Windows.Speech.PhraseRecognizer", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "string", + "name": "GrammarFilePath", + "comment": "Returns the grammar file path which was supplied when the grammar recognizer was created.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "grammarFilePath", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "Creates a grammar recognizer using specified file path and minimum confidence.\n\n```plaintext\nParams: grammarFilePath - Path of the grammar file.\n minimumConfidence - The confidence level at which the recognizer will begin accepting phrases.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "grammarFilePath", "typeName": "string" }, + { + "name": "minimumConfidence", + "typeName": "UnityEngine.Windows.Speech.ConfidenceLevel" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Creates a grammar recognizer using specified file path and minimum confidence.\n\n```plaintext\nParams: grammarFilePath - Path of the grammar file.\n minimumConfidence - The confidence level at which the recognizer will begin accepting phrases.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "GrammarRecognizer", + "comment": "The GrammarRecognizer is a complement to the KeywordRecognizer. In many cases developers will find the KeywordRecognizer fills all their development needs. However, in some cases, more complex grammars will be better expressed in the form of an xml file on disk.\nThe GrammarRecognizer uses Extensible Markup Language (XML) elements and attributes, as specified in the World Wide Web Consortium (W3C) Speech Recognition Grammar Specification (SRGS) Version 1.0. These XML elements and attributes represent the rule structures that define the words or phrases (commands) recognized by speech recognition engines.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Windows.WebCam", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Windows.WebCam.PhotoCaptureFileOutputFormat", + "name": "PNG", + "comment": "PNG Encoding.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Windows.WebCam.PhotoCaptureFileOutputFormat", + "name": "JPG", + "comment": "JPEG Encoding.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Windows.WebCam.PhotoCaptureFileOutputFormat", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "PhotoCaptureFileOutputFormat", + "comment": "Image Encoding Format.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Windows.WebCam", + "baseClass": "object", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "System.Collections.Generic.IEnumerable", + "name": "SupportedResolutions", + "comment": "A list of all the supported device resolutions for taking pictures.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "showHolograms", "typeName": "bool" }, + { + "name": "onCreatedCallback", + "typeName": "UnityEngine.Windows.WebCam.PhotoCapture.OnCaptureResourceCreatedCallback" + } + ], + "isStatic": true, + "name": "CreateAsync", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "onCreatedCallback", + "typeName": "UnityEngine.Windows.WebCam.PhotoCapture.OnCaptureResourceCreatedCallback" + } + ], + "isStatic": true, + "name": "CreateAsync", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "setupParams", + "typeName": "UnityEngine.Windows.WebCam.CameraParameters" + }, + { + "name": "onPhotoModeStartedCallback", + "typeName": "UnityEngine.Windows.WebCam.PhotoCapture.OnPhotoModeStartedCallback" + } + ], + "isStatic": false, + "name": "StartPhotoModeAsync", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "onPhotoModeStoppedCallback", + "typeName": "UnityEngine.Windows.WebCam.PhotoCapture.OnPhotoModeStoppedCallback" + } + ], + "isStatic": false, + "name": "StopPhotoModeAsync", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "filename", "typeName": "string" }, + { + "name": "fileOutputFormat", + "typeName": "UnityEngine.Windows.WebCam.PhotoCaptureFileOutputFormat" + }, + { + "name": "onCapturedPhotoToDiskCallback", + "typeName": "UnityEngine.Windows.WebCam.PhotoCapture.OnCapturedToDiskCallback" + } + ], + "isStatic": false, + "name": "TakePhotoAsync", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "onCapturedPhotoToMemoryCallback", + "typeName": "UnityEngine.Windows.WebCam.PhotoCapture.OnCapturedToMemoryCallback" + } + ], + "isStatic": false, + "name": "TakePhotoAsync", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [], + "isStatic": false, + "name": "GetUnsafePointerToVideoDeviceController", + "comment": "A native COM pointer to the IVideoDeviceController.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "Dispose must be called to shutdown the PhotoCapture instance.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "PhotoCapture", + "comment": "Captures a photo from the web camera and stores it in memory or on disk.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Windows.WebCam", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Windows.WebCam.PhotoCapture.CaptureResultType", + "name": "Success", + "comment": "Specifies that the desired operation was successful.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Windows.WebCam.PhotoCapture.CaptureResultType", + "name": "UnknownError", + "comment": "Specifies that an unknown error occurred.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Windows.WebCam.PhotoCapture.CaptureResultType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "CaptureResultType", + "comment": "Contains the result of the capture request.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Windows.WebCam", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Windows.WebCam.PhotoCapture.CaptureResultType", + "name": "resultType", + "comment": "A generic result that indicates whether or not the PhotoCapture operation succeeded.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "long", + "name": "hResult", + "comment": "The specific HResult value.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "success", + "comment": "Indicates whether or not the operation was successful.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "PhotoCaptureResult", + "comment": "A data container that contains the result information of a photo capture operation.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Windows.WebCam", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "captureObject", + "typeName": "UnityEngine.Windows.WebCam.PhotoCapture" + } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { + "name": "captureObject", + "typeName": "UnityEngine.Windows.WebCam.PhotoCapture" + }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "OnCaptureResourceCreatedCallback", + "comment": "Called when a PhotoCapture resource has been created.\n\n```plaintext\nParams: captureObject - The PhotoCapture instance.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Windows.WebCam", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "result", + "typeName": "UnityEngine.Windows.WebCam.PhotoCapture.PhotoCaptureResult" + } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { + "name": "result", + "typeName": "UnityEngine.Windows.WebCam.PhotoCapture.PhotoCaptureResult" + }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "OnPhotoModeStartedCallback", + "comment": "Called when photo mode has been started.\n\n```plaintext\nParams: result - Indicates whether or not photo mode was successfully activated.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Windows.WebCam", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "result", + "typeName": "UnityEngine.Windows.WebCam.PhotoCapture.PhotoCaptureResult" + } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { + "name": "result", + "typeName": "UnityEngine.Windows.WebCam.PhotoCapture.PhotoCaptureResult" + }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "OnPhotoModeStoppedCallback", + "comment": "Called when photo mode has been stopped.\n\n```plaintext\nParams: result - Indicates whether or not photo mode was successfully deactivated.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Windows.WebCam", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "result", + "typeName": "UnityEngine.Windows.WebCam.PhotoCapture.PhotoCaptureResult" + } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { + "name": "result", + "typeName": "UnityEngine.Windows.WebCam.PhotoCapture.PhotoCaptureResult" + }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "OnCapturedToDiskCallback", + "comment": "Called when a photo has been saved to the file system.\n\n```plaintext\nParams: result - Indicates whether or not the photo was successfully saved to the file system.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Windows.WebCam", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "result", + "typeName": "UnityEngine.Windows.WebCam.PhotoCapture.PhotoCaptureResult" + }, + { + "name": "photoCaptureFrame", + "typeName": "UnityEngine.Windows.WebCam.PhotoCaptureFrame" + } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { + "name": "result", + "typeName": "UnityEngine.Windows.WebCam.PhotoCapture.PhotoCaptureResult" + }, + { + "name": "photoCaptureFrame", + "typeName": "UnityEngine.Windows.WebCam.PhotoCaptureFrame" + }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "OnCapturedToMemoryCallback", + "comment": "Called when a photo has been captured to memory.\n\n```plaintext\nParams: result - Indicates whether or not the photo was successfully captured to memory.\n photoCaptureFrame - Contains the target texture. If available, the spatial information will be accessible through this structure as well.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Windows.WebCam", + "baseClass": "object", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "int", + "name": "dataLength", + "comment": "The length of the raw IMFMediaBuffer which contains the image captured.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "hasLocationData", + "comment": "Specifies whether or not spatial data was captured.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Windows.WebCam.CapturePixelFormat", + "name": "pixelFormat", + "comment": "The raw image data pixel format.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "cameraToWorldMatrix", + "typeName": "UnityEngine.Matrix4x4" + } + ], + "isStatic": false, + "name": "TryGetCameraToWorldMatrix", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "projectionMatrix", "typeName": "UnityEngine.Matrix4x4" } + ], + "isStatic": false, + "name": "TryGetProjectionMatrix", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "nearClipPlane", "typeName": "float" }, + { "name": "farClipPlane", "typeName": "float" }, + { "name": "projectionMatrix", "typeName": "UnityEngine.Matrix4x4" } + ], + "isStatic": false, + "name": "TryGetProjectionMatrix", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "targetTexture", "typeName": "UnityEngine.Texture2D" } + ], + "isStatic": false, + "name": "UploadImageDataToTexture", + "comment": "This method will copy the captured image data into a user supplied texture for use in Unity.\n\n```plaintext\nParams: targetTexture - The target texture that the captured image data will be copied to.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [], + "isStatic": false, + "name": "GetUnsafePointerToBuffer", + "comment": "A native COM pointer to the IMFMediaBuffer which contains the image data.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "byteBuffer", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "CopyRawImageDataIntoBuffer", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "Disposes the PhotoCaptureFrame and any resources it uses.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "PhotoCaptureFrame", + "comment": "Contains information captured from the web camera.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Windows.WebCam", + "baseClass": "object", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "System.Collections.Generic.IEnumerable", + "name": "SupportedResolutions", + "comment": "A list of all the supported device resolutions for recording videos.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "IsRecording", + "comment": "Indicates whether or not the VideoCapture instance is currently recording video.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "IEnumerable", + "params": [ + { "name": "resolution", "typeName": "UnityEngine.Resolution" } + ], + "isStatic": true, + "name": "GetSupportedFrameRatesForResolution", + "comment": "The frame rates at which the video can be recorded.\n\n```plaintext\nParams: resolution - A recording resolution.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "showHolograms", "typeName": "bool" }, + { + "name": "onCreatedCallback", + "typeName": "UnityEngine.Windows.WebCam.VideoCapture.OnVideoCaptureResourceCreatedCallback" + } + ], + "isStatic": true, + "name": "CreateAsync", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "onCreatedCallback", + "typeName": "UnityEngine.Windows.WebCam.VideoCapture.OnVideoCaptureResourceCreatedCallback" + } + ], + "isStatic": true, + "name": "CreateAsync", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "setupParams", + "typeName": "UnityEngine.Windows.WebCam.CameraParameters" + }, + { + "name": "audioState", + "typeName": "UnityEngine.Windows.WebCam.VideoCapture.AudioState" + }, + { + "name": "onVideoModeStartedCallback", + "typeName": "UnityEngine.Windows.WebCam.VideoCapture.OnVideoModeStartedCallback" + } + ], + "isStatic": false, + "name": "StartVideoModeAsync", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "onVideoModeStoppedCallback", + "typeName": "UnityEngine.Windows.WebCam.VideoCapture.OnVideoModeStoppedCallback" + } + ], + "isStatic": false, + "name": "StopVideoModeAsync", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "filename", "typeName": "string" }, + { + "name": "onStartedRecordingVideoCallback", + "typeName": "UnityEngine.Windows.WebCam.VideoCapture.OnStartedRecordingVideoCallback" + } + ], + "isStatic": false, + "name": "StartRecordingAsync", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "onStoppedRecordingVideoCallback", + "typeName": "UnityEngine.Windows.WebCam.VideoCapture.OnStoppedRecordingVideoCallback" + } + ], + "isStatic": false, + "name": "StopRecordingAsync", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "IntPtr", + "params": [], + "isStatic": false, + "name": "GetUnsafePointerToVideoDeviceController", + "comment": "A native COM pointer to the IVideoDeviceController.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "You must call Dispose to shutdown the VideoCapture instance and release the native WinRT objects.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "VideoCapture", + "comment": "Records a video from the web camera directly to disk.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Windows.WebCam", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Windows.WebCam.VideoCapture.CaptureResultType", + "name": "Success", + "comment": "Specifies that the desired operation was successful.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Windows.WebCam.VideoCapture.CaptureResultType", + "name": "UnknownError", + "comment": "Specifies that an unknown error occurred.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Windows.WebCam.VideoCapture.CaptureResultType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "CaptureResultType", + "comment": "Contains the result of the capture request.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Windows.WebCam", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Windows.WebCam.VideoCapture.AudioState", + "name": "MicAudio", + "comment": "Only include the mic audio in the video recording.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Windows.WebCam.VideoCapture.AudioState", + "name": "ApplicationAudio", + "comment": "Only include the application audio in the video recording.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Windows.WebCam.VideoCapture.AudioState", + "name": "ApplicationAndMicAudio", + "comment": "Include both the application audio as well as the mic audio in the video recording.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Windows.WebCam.VideoCapture.AudioState", + "name": "None", + "comment": "Do not include any audio in the video recording.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Windows.WebCam.VideoCapture.AudioState", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "AudioState", + "comment": "Specifies what audio sources should be recorded while recording the video.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Windows.WebCam", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Windows.WebCam.VideoCapture.CaptureResultType", + "name": "resultType", + "comment": "A generic result that indicates whether or not the VideoCapture operation succeeded.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "long", + "name": "hResult", + "comment": "The specific Windows HRESULT code.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "success", + "comment": "Indicates whether or not the operation was successful.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "VideoCaptureResult", + "comment": "A data container that contains the result information of a video recording operation.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Windows.WebCam", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "captureObject", + "typeName": "UnityEngine.Windows.WebCam.VideoCapture" + } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { + "name": "captureObject", + "typeName": "UnityEngine.Windows.WebCam.VideoCapture" + }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "OnVideoCaptureResourceCreatedCallback", + "comment": "Called when a VideoCapture resource has been created.\n\n```plaintext\nParams: captureObject - The VideoCapture instance.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Windows.WebCam", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "result", + "typeName": "UnityEngine.Windows.WebCam.VideoCapture.VideoCaptureResult" + } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { + "name": "result", + "typeName": "UnityEngine.Windows.WebCam.VideoCapture.VideoCaptureResult" + }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "OnVideoModeStartedCallback", + "comment": "Called when video mode has been started.\n\n```plaintext\nParams: result - Indicates whether or not video mode was successfully activated.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Windows.WebCam", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "result", + "typeName": "UnityEngine.Windows.WebCam.VideoCapture.VideoCaptureResult" + } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { + "name": "result", + "typeName": "UnityEngine.Windows.WebCam.VideoCapture.VideoCaptureResult" + }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "OnVideoModeStoppedCallback", + "comment": "Called when video mode has been stopped.\n\n```plaintext\nParams: result - Indicates whether or not video mode was successfully deactivated.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Windows.WebCam", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "result", + "typeName": "UnityEngine.Windows.WebCam.VideoCapture.VideoCaptureResult" + } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { + "name": "result", + "typeName": "UnityEngine.Windows.WebCam.VideoCapture.VideoCaptureResult" + }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "OnStartedRecordingVideoCallback", + "comment": "Called when the web camera begins recording the video.\n\n```plaintext\nParams: result - Indicates whether or not video recording started successfully.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Windows.WebCam", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "result", + "typeName": "UnityEngine.Windows.WebCam.VideoCapture.VideoCaptureResult" + } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { + "name": "result", + "typeName": "UnityEngine.Windows.WebCam.VideoCapture.VideoCaptureResult" + }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "OnStoppedRecordingVideoCallback", + "comment": "Called when the video recording has been saved to the file system.\n\n```plaintext\nParams: result - Indicates whether or not video recording was saved successfully to the file system.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Windows.WebCam", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Windows.WebCam.CapturePixelFormat", + "name": "BGRA32", + "comment": "8 bits per channel (blue, green, red, and alpha).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Windows.WebCam.CapturePixelFormat", + "name": "NV12", + "comment": "8-bit Y plane followed by an interleaved U/V plane with 2x2 subsampling.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Windows.WebCam.CapturePixelFormat", + "name": "JPEG", + "comment": "Encode photo in JPEG format.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Windows.WebCam.CapturePixelFormat", + "name": "PNG", + "comment": "Portable Network Graphics Format.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Windows.WebCam.CapturePixelFormat", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "CapturePixelFormat", + "comment": "The encoded image or video pixel format to use for PhotoCapture and VideoCapture.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Windows.WebCam", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.Windows.WebCam.WebCamMode", + "name": "None", + "comment": "Resource is not in use.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Windows.WebCam.WebCamMode", + "name": "PhotoMode", + "comment": "Resource is in Photo Mode.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Windows.WebCam.WebCamMode", + "name": "VideoMode", + "comment": "Resource is in Video Mode.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.Windows.WebCam.WebCamMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "WebCamMode", + "comment": "Describes the active mode of the Web Camera resource.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Windows.WebCam", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Windows.WebCam.WebCamMode", + "name": "Mode", + "comment": "Specifies what mode the Web Camera is currently in.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "WebCam", + "comment": "Contains general information about the current state of the web camera.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.Windows.WebCam", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "float", + "name": "hologramOpacity", + "comment": "The opacity of captured holograms.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "frameRate", + "comment": "The framerate at which to capture video. This is only for use with VideoCapture.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "cameraResolutionWidth", + "comment": "A valid width resolution for use with the web camera.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "cameraResolutionHeight", + "comment": "A valid height resolution for use with the web camera.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Windows.WebCam.CapturePixelFormat", + "name": "pixelFormat", + "comment": "The pixel format used to capture and record your image data.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "webCamMode", + "typeName": "UnityEngine.Windows.WebCam.WebCamMode" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "CameraParameters", + "comment": "When calling PhotoCapture.StartPhotoModeAsync, you must pass in a CameraParameters object that contains the various settings that the web camera will use.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.iOS", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "loaded", + "comment": "Checks if banner contents are loaded.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "visible", + "comment": "Banner visibility. Initially banner is not visible.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.ADBannerView.Layout", + "name": "layout", + "comment": "Banner layout.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "position", + "comment": "The position of the banner view.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "size", + "comment": "The size of the banner view.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.ADBannerView.BannerWasClickedDelegate", + "name": "onBannerWasClicked", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.ADBannerView.BannerWasLoadedDelegate", + "name": "onBannerWasLoaded", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.ADBannerView.BannerFailedToLoadDelegate", + "name": "onBannerFailedToLoad", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [ + { "name": "type", "typeName": "UnityEngine.iOS.ADBannerView.Type" } + ], + "isStatic": true, + "name": "IsAvailable", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "type", "typeName": "UnityEngine.iOS.ADBannerView.Type" }, + { + "name": "layout", + "typeName": "UnityEngine.iOS.ADBannerView.Layout" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "UnityEngine.iOS.ADBannerView.BannerWasClickedDelegate" + } + ], + "isStatic": true, + "name": "add_onBannerWasClicked", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "UnityEngine.iOS.ADBannerView.BannerWasClickedDelegate" + } + ], + "isStatic": true, + "name": "remove_onBannerWasClicked", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "UnityEngine.iOS.ADBannerView.BannerWasLoadedDelegate" + } + ], + "isStatic": true, + "name": "add_onBannerWasLoaded", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "UnityEngine.iOS.ADBannerView.BannerWasLoadedDelegate" + } + ], + "isStatic": true, + "name": "remove_onBannerWasLoaded", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "UnityEngine.iOS.ADBannerView.BannerFailedToLoadDelegate" + } + ], + "isStatic": true, + "name": "add_onBannerFailedToLoad", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "UnityEngine.iOS.ADBannerView.BannerFailedToLoadDelegate" + } + ], + "isStatic": true, + "name": "remove_onBannerFailedToLoad", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "ADBannerView", + "comment": "ADBannerView is a wrapper around the ADBannerView class found in the Apple iAd framework and is only available on iOS.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.iOS", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.iOS.ADBannerView.Layout", + "name": "Top", + "comment": "Traditional Banner: align to screen top.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.ADBannerView.Layout", + "name": "Bottom", + "comment": "Traditional Banner: align to screen bottom.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.ADBannerView.Layout", + "name": "TopLeft", + "comment": "Rect Banner: place in top-left corner.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.ADBannerView.Layout", + "name": "TopRight", + "comment": "Rect Banner: place in top-right corner.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.ADBannerView.Layout", + "name": "TopCenter", + "comment": "Rect Banner: align to screen top, placing at the center.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.ADBannerView.Layout", + "name": "BottomLeft", + "comment": "Rect Banner: place in bottom-left corner.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.ADBannerView.Layout", + "name": "BottomRight", + "comment": "Rect Banner: place in bottom-right corner.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.ADBannerView.Layout", + "name": "BottomCenter", + "comment": "Rect Banner: align to screen bottom, placing at the center.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.ADBannerView.Layout", + "name": "CenterLeft", + "comment": "Rect Banner: align to screen left, placing at the center.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.ADBannerView.Layout", + "name": "CenterRight", + "comment": "Rect Banner: align to screen right, placing at the center.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.ADBannerView.Layout", + "name": "Center", + "comment": "Rect Banner: place exactly at screen center.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.ADBannerView.Layout", + "name": "Manual", + "comment": "Completely manual positioning.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.iOS.ADBannerView.Layout", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "Layout", + "comment": "Specifies how banner should be layed out on screen.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.iOS", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.iOS.ADBannerView.Type", + "name": "Banner", + "comment": "Traditional Banner (it takes full screen width).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.ADBannerView.Type", + "name": "MediumRect", + "comment": "Rect Banner (300x250).\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.iOS.ADBannerView.Type", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "Type", + "comment": "The type of the banner view.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.iOS", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "BannerWasClickedDelegate", + "comment": "Will be fired when banner was clicked.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.iOS", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "BannerWasLoadedDelegate", + "comment": "Will be fired when banner loaded new ad.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.iOS", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "BannerFailedToLoadDelegate", + "comment": "Will be fired when banner ad failed to load.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.iOS", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "isAvailable", + "comment": "Checks if InterstitialAd is available (it is available on iPad since iOS 4.3, and on iPhone since iOS 7.0).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "loaded", + "comment": "Has the interstitial ad object downloaded an advertisement? (Read Only)\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.ADInterstitialAd.InterstitialWasLoadedDelegate", + "name": "onInterstitialWasLoaded", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.ADInterstitialAd.InterstitialWasViewedDelegate", + "name": "onInterstitialWasViewed", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "autoReload", "typeName": "bool" }], + "isStatic": false, + "name": ".ctor", + "comment": "Creates an interstitial ad.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Creates an interstitial ad.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Show", + "comment": "Shows full-screen advertisement to user.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ReloadAd", + "comment": "Reload advertisement.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "UnityEngine.iOS.ADInterstitialAd.InterstitialWasLoadedDelegate" + } + ], + "isStatic": true, + "name": "add_onInterstitialWasLoaded", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "UnityEngine.iOS.ADInterstitialAd.InterstitialWasLoadedDelegate" + } + ], + "isStatic": true, + "name": "remove_onInterstitialWasLoaded", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "UnityEngine.iOS.ADInterstitialAd.InterstitialWasViewedDelegate" + } + ], + "isStatic": true, + "name": "add_onInterstitialWasViewed", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "UnityEngine.iOS.ADInterstitialAd.InterstitialWasViewedDelegate" + } + ], + "isStatic": true, + "name": "remove_onInterstitialWasViewed", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "ADInterstitialAd", + "comment": "ADInterstitialAd is a wrapper around the ADInterstitialAd class found in the Apple iAd framework and is only available on iPad.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.iOS", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "InterstitialWasLoadedDelegate", + "comment": "Will be called when ad is ready to be shown.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.iOS", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "InterstitialWasViewedDelegate", + "comment": "Will be called when user viewed ad contents: i.e. they went past the initial screen. Please note that it is impossible to determine if they clicked on any links in ad sequences that follows the initial screen.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.iOS", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.iOS.DeviceGeneration", + "name": "Unknown", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.DeviceGeneration", + "name": "iPhone", + "comment": "iPhone, first generation.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.DeviceGeneration", + "name": "iPhone3G", + "comment": "iPhone, second generation.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.DeviceGeneration", + "name": "iPhone3GS", + "comment": "iPhone, third generation.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.DeviceGeneration", + "name": "iPodTouch1Gen", + "comment": "iPod Touch, first generation.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.DeviceGeneration", + "name": "iPodTouch2Gen", + "comment": "iPod Touch, second generation.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.DeviceGeneration", + "name": "iPodTouch3Gen", + "comment": "iPod Touch, third generation.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.DeviceGeneration", + "name": "iPad1Gen", + "comment": "iPad, first generation.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.DeviceGeneration", + "name": "iPhone4", + "comment": "iPhone, fourth generation.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.DeviceGeneration", + "name": "iPodTouch4Gen", + "comment": "iPod Touch, fourth generation.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.DeviceGeneration", + "name": "iPad2Gen", + "comment": "iPad, second generation.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.DeviceGeneration", + "name": "iPhone4S", + "comment": "iPhone, fifth generation.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.DeviceGeneration", + "name": "iPad3Gen", + "comment": "iPad, third generation.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.DeviceGeneration", + "name": "iPhone5", + "comment": "iPhone5.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.DeviceGeneration", + "name": "iPodTouch5Gen", + "comment": "iPod Touch, fifth generation.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.DeviceGeneration", + "name": "iPadMini1Gen", + "comment": "iPad Mini, first generation.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.DeviceGeneration", + "name": "iPad4Gen", + "comment": "iPad, fourth generation.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.DeviceGeneration", + "name": "iPhone5C", + "comment": "iPhone 5C.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.DeviceGeneration", + "name": "iPhone5S", + "comment": "iPhone 5S.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.DeviceGeneration", + "name": "iPadAir1", + "comment": "iPad Air.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.DeviceGeneration", + "name": "iPadMini2Gen", + "comment": "iPad Mini, second generation.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.DeviceGeneration", + "name": "iPhone6", + "comment": "iPhone 6.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.DeviceGeneration", + "name": "iPhone6Plus", + "comment": "iPhone 6 plus.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.DeviceGeneration", + "name": "iPadMini3Gen", + "comment": "iPad Mini, third generation.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.DeviceGeneration", + "name": "iPadAir2", + "comment": "iPad Air 2.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.DeviceGeneration", + "name": "iPhone6S", + "comment": "iPhone 6S.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.DeviceGeneration", + "name": "iPhone6SPlus", + "comment": "iPhone 6S Plus.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.DeviceGeneration", + "name": "iPadPro1Gen", + "comment": "iPad Pro 12.9\", first generation.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.DeviceGeneration", + "name": "iPadMini4Gen", + "comment": "iPad Mini, fourth generation.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.DeviceGeneration", + "name": "iPhoneSE1Gen", + "comment": "iPhone SE, first generation.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.DeviceGeneration", + "name": "iPadPro10Inch1Gen", + "comment": "iPad Pro 9.7\", first generation.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.DeviceGeneration", + "name": "iPhone7", + "comment": "iPhone 7.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.DeviceGeneration", + "name": "iPhone7Plus", + "comment": "iPhone 7 Plus.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.DeviceGeneration", + "name": "iPodTouch6Gen", + "comment": "iPod Touch, sixth generation.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.DeviceGeneration", + "name": "iPad5Gen", + "comment": "iPad, fifth generation.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.DeviceGeneration", + "name": "iPadPro2Gen", + "comment": "iPad Pro 12.9\", second generation.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.DeviceGeneration", + "name": "iPadPro10Inch2Gen", + "comment": "iPad Pro 10.5\", second generation 10\" iPad.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.DeviceGeneration", + "name": "iPhone8", + "comment": "iPhone 8.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.DeviceGeneration", + "name": "iPhone8Plus", + "comment": "iPhone 8 Plus.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.DeviceGeneration", + "name": "iPhoneX", + "comment": "iPhone X.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.DeviceGeneration", + "name": "iPhoneXS", + "comment": "iPhone XS.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.DeviceGeneration", + "name": "iPhoneXSMax", + "comment": "iPhone XSMax.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.DeviceGeneration", + "name": "iPhoneXR", + "comment": "iPhone XR.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.DeviceGeneration", + "name": "iPadPro11Inch", + "comment": "iPad Pro 11\", first generation.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.DeviceGeneration", + "name": "iPadPro3Gen", + "comment": "iPad Pro 12.9\", third generation.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.DeviceGeneration", + "name": "iPad6Gen", + "comment": "iPad, sixth generation.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.DeviceGeneration", + "name": "iPadAir3Gen", + "comment": "iPad Air, third generation.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.DeviceGeneration", + "name": "iPadMini5Gen", + "comment": "iPad Mini, fifth generation.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.DeviceGeneration", + "name": "iPhone11", + "comment": "iPhone 11.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.DeviceGeneration", + "name": "iPhone11Pro", + "comment": "iPhone 11 Pro.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.DeviceGeneration", + "name": "iPhone11ProMax", + "comment": "iPhone 11 Pro Max.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.DeviceGeneration", + "name": "iPodTouch7Gen", + "comment": "iPod Touch, seventh generation.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.DeviceGeneration", + "name": "iPad7Gen", + "comment": "iPad, seventh generation.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.DeviceGeneration", + "name": "iPhoneSE2Gen", + "comment": "iPhone SE, second generation.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.DeviceGeneration", + "name": "iPadPro11Inch2Gen", + "comment": "iPad Pro 11\", second generation.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.DeviceGeneration", + "name": "iPadPro4Gen", + "comment": "iPad Pro 12.9\", fourth generation.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.DeviceGeneration", + "name": "iPhone12Mini", + "comment": "iPhone 12 Mini.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.DeviceGeneration", + "name": "iPhone12", + "comment": "iPhone 12.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.DeviceGeneration", + "name": "iPhone12Pro", + "comment": "iPhone 12 Pro.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.DeviceGeneration", + "name": "iPhone12ProMax", + "comment": "iPhone 12 Pro Max.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.DeviceGeneration", + "name": "iPad8Gen", + "comment": "iPad, eighth generation.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.DeviceGeneration", + "name": "iPadAir4Gen", + "comment": "iPad Air, fourth generation.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.DeviceGeneration", + "name": "iPad9Gen", + "comment": "iPad, ninth generation.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.DeviceGeneration", + "name": "iPadMini6Gen", + "comment": "iPad Mini, sixth generation.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.DeviceGeneration", + "name": "iPhone13", + "comment": "iPhone 13.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.DeviceGeneration", + "name": "iPhone13Mini", + "comment": "iPhone 13 Mini.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.DeviceGeneration", + "name": "iPhone13Pro", + "comment": "iPhone 13 Pro.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.DeviceGeneration", + "name": "iPhone13ProMax", + "comment": "iPhone 13 Pro Max.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.DeviceGeneration", + "name": "iPadPro5Gen", + "comment": "iPad Pro 12.9\", fifth generation.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.DeviceGeneration", + "name": "iPadPro11Inch3Gen", + "comment": "iPad Pro 11\", third generation.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.DeviceGeneration", + "name": "iPhoneSE3Gen", + "comment": "iPhone SE, third generation.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.DeviceGeneration", + "name": "iPadAir5Gen", + "comment": "iPad Air, fifth generation.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.DeviceGeneration", + "name": "iPhoneUnknown", + "comment": "Yet unknown iPhone.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.DeviceGeneration", + "name": "iPadUnknown", + "comment": "Yet unknown iPad.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.DeviceGeneration", + "name": "iPodTouchUnknown", + "comment": "Yet unknown iPod Touch.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.iOS.DeviceGeneration", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "DeviceGeneration", + "comment": "iOS device generation.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.iOS", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.iOS.ActivityIndicatorStyle", + "name": "DontShow", + "comment": "Do not show ActivityIndicator.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.ActivityIndicatorStyle", + "name": "WhiteLarge", + "comment": "The large white style of indicator (UIActivityIndicatorViewStyleWhiteLarge).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.ActivityIndicatorStyle", + "name": "White", + "comment": "The standard white style of indicator (UIActivityIndicatorViewStyleWhite).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.ActivityIndicatorStyle", + "name": "Gray", + "comment": "The standard gray style of indicator (UIActivityIndicatorViewStyleGray).\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.iOS.ActivityIndicatorStyle", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "ActivityIndicatorStyle", + "comment": "ActivityIndicator Style (iOS Specific).\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.iOS", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "systemVersion", + "comment": "iOS version.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.DeviceGeneration", + "name": "generation", + "comment": "The generation of the device. (Read Only)\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "string", + "name": "vendorIdentifier", + "comment": "Vendor ID.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "string", + "name": "advertisingIdentifier", + "comment": "Advertising ID.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "advertisingTrackingEnabled", + "comment": "Is advertising tracking enabled.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "hideHomeButton", + "comment": "Specifies whether the home button should be hidden in the iOS build of this application.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "lowPowerModeEnabled", + "comment": "Indicates whether Low Power Mode is enabled on the device.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "wantsSoftwareDimming", + "comment": "Indicates whether the screen may be dimmed lower than the hardware is normally capable of by emulating it in software.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "iosAppOnMac", + "comment": "Specifies whether app built for iOS is running on Mac.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.SystemGestureDeferMode", + "name": "deferSystemGesturesMode", + "comment": "Defer system gestures until the second swipe on specific edges.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "path", "typeName": "string" }], + "isStatic": true, + "name": "SetNoBackupFlag", + "comment": "Set file flag to be excluded from iCloud/iTunes backup.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "path", "typeName": "string" }], + "isStatic": true, + "name": "ResetNoBackupFlag", + "comment": "Reset \"no backup\" file flag: file will be synced with iCloud/iTunes backup and can be deleted by OS in low storage situations.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": true, + "name": "RequestStoreReview", + "comment": "Value indicating whether the underlying API is available or not. False indicates that the iOS version isn't recent enough or that the StoreKit framework is not linked with the app.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "Device", + "comment": "Interface into iOS specific functionality.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.iOS", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.iOS.CalendarIdentifier", + "name": "GregorianCalendar", + "comment": "Identifies the Gregorian calendar.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.CalendarIdentifier", + "name": "BuddhistCalendar", + "comment": "Identifies the Buddhist calendar.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.CalendarIdentifier", + "name": "ChineseCalendar", + "comment": "Identifies the Chinese calendar.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.CalendarIdentifier", + "name": "HebrewCalendar", + "comment": "Identifies the Hebrew calendar.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.CalendarIdentifier", + "name": "IslamicCalendar", + "comment": "Identifies the Islamic calendar.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.CalendarIdentifier", + "name": "IslamicCivilCalendar", + "comment": "Identifies the Islamic civil calendar.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.CalendarIdentifier", + "name": "JapaneseCalendar", + "comment": "Identifies the Japanese calendar.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.CalendarIdentifier", + "name": "RepublicOfChinaCalendar", + "comment": "Identifies the Republic of China (Taiwan) calendar.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.CalendarIdentifier", + "name": "PersianCalendar", + "comment": "Identifies the Persian calendar.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.CalendarIdentifier", + "name": "IndianCalendar", + "comment": "Identifies the Indian calendar.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.CalendarIdentifier", + "name": "ISO8601Calendar", + "comment": "Identifies the ISO8601.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.iOS.CalendarIdentifier", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "CalendarIdentifier", + "comment": "Specify calendar types.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.iOS", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.iOS.CalendarUnit", + "name": "Era", + "comment": "Specifies the era unit.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.CalendarUnit", + "name": "Year", + "comment": "Specifies the year unit.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.CalendarUnit", + "name": "Month", + "comment": "Specifies the month unit.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.CalendarUnit", + "name": "Day", + "comment": "Specifies the day unit.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.CalendarUnit", + "name": "Hour", + "comment": "Specifies the hour unit.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.CalendarUnit", + "name": "Minute", + "comment": "Specifies the minute unit.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.CalendarUnit", + "name": "Second", + "comment": "Specifies the second unit.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.CalendarUnit", + "name": "Week", + "comment": "Specifies the week unit.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.CalendarUnit", + "name": "Weekday", + "comment": "Specifies the weekday unit.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.CalendarUnit", + "name": "WeekdayOrdinal", + "comment": "Specifies the ordinal weekday unit.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.CalendarUnit", + "name": "Quarter", + "comment": "Specifies the quarter of the calendar.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.iOS.CalendarUnit", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "CalendarUnit", + "comment": "Specify calendrical units.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.iOS", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.iOS.NotificationType", + "name": "None", + "comment": "No notification types specified.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.NotificationType", + "name": "Badge", + "comment": "Notification is a badge shown above the application's icon.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.NotificationType", + "name": "Sound", + "comment": "Notification is an alert sound.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.NotificationType", + "name": "Alert", + "comment": "Notification is an alert message.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.iOS.NotificationType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "NotificationType", + "comment": "Specifies local and remote notification types.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.iOS", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "timeZone", + "comment": "The time zone of the notification's fire date.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.CalendarIdentifier", + "name": "repeatCalendar", + "comment": "The calendar type (Gregorian, Chinese, etc) to use for rescheduling the notification.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.CalendarUnit", + "name": "repeatInterval", + "comment": "The calendar interval at which to reschedule the notification.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "System.DateTime", + "name": "fireDate", + "comment": "The date and time when the system should deliver the notification.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "string", + "name": "alertBody", + "comment": "The message displayed in the notification alert.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "string", + "name": "alertTitle", + "comment": "A short description of the reason for the alert.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "string", + "name": "alertAction", + "comment": "The title of the action button or slider.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "string", + "name": "alertLaunchImage", + "comment": "Identifies the image used as the launch image when the user taps the action button.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "string", + "name": "soundName", + "comment": "The name of the sound file to play when an alert is displayed.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "applicationIconBadgeNumber", + "comment": "The number to display as the application's icon badge.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "string", + "name": "defaultSoundName", + "comment": "The default system sound. (Read Only)\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "System.Collections.IDictionary", + "name": "userInfo", + "comment": "A dictionary for passing custom information to the notified application.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "hasAction", + "comment": "A boolean value that controls whether the alert action is visible or not.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Creates a new local notification.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "LocalNotification", + "comment": "iOS.LocalNotification is a wrapper around the UILocalNotification class found in the Apple UIKit framework and is only available on iPhoneiPadiPod Touch.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.iOS", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "alertBody", + "comment": "The message displayed in the notification alert. (Read Only)\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "string", + "name": "alertTitle", + "comment": "A short description of the reason for the alert. (Read Only)\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "string", + "name": "soundName", + "comment": "The name of the sound file to play when an alert is displayed. (Read Only)\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "applicationIconBadgeNumber", + "comment": "The number to display as the application's icon badge. (Read Only)\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "System.Collections.IDictionary", + "name": "userInfo", + "comment": "A dictionary for passing custom information to the notified application. (Read Only)\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "hasAction", + "comment": "A boolean value that controls whether the alert action is visible or not. (Read Only)\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [], + "name": "RemoteNotification", + "comment": "RemoteNotification is only available on iPhoneiPadiPod Touch.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.iOS", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "localNotificationCount", + "comment": "The number of received local notifications. (Read Only)\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "int", + "name": "remoteNotificationCount", + "comment": "The number of received remote notifications. (Read Only)\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.NotificationType", + "name": "enabledNotificationTypes", + "comment": "Enabled local and remote notification types.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "string", + "name": "registrationError", + "comment": "Returns an error that might occur on registration for remote notifications via NotificationServices.RegisterForRemoteNotificationTypes. (Read Only)\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "byte[]", + "name": "deviceToken", + "comment": "Device token received from Apple Push Service after calling NotificationServices.RegisterForRemoteNotificationTypes. (Read Only)\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.LocalNotification[]", + "name": "localNotifications", + "comment": "The list of objects representing received local notifications. (Read Only)\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.RemoteNotification[]", + "name": "remoteNotifications", + "comment": "The list of objects representing received remote notifications. (Read Only)\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.LocalNotification[]", + "name": "scheduledLocalNotifications", + "comment": "All currently scheduled local notifications.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "ClearLocalNotifications", + "comment": "Discards of all received local notifications.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "ClearRemoteNotifications", + "comment": "Discards of all received remote notifications.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "notificationTypes", + "typeName": "UnityEngine.iOS.NotificationType" + } + ], + "isStatic": true, + "name": "RegisterForNotifications", + "comment": "Register to receive local and remote notifications of the specified types from a provider via Apple Push Service.\n\n```plaintext\nParams: notificationTypes - Notification types to register for.\n registerForRemote - Specify true to also register for remote notifications.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "notificationTypes", + "typeName": "UnityEngine.iOS.NotificationType" + }, + { "name": "registerForRemote", "typeName": "bool" } + ], + "isStatic": true, + "name": "RegisterForNotifications", + "comment": "Register to receive local and remote notifications of the specified types from a provider via Apple Push Service.\n\n```plaintext\nParams: notificationTypes - Notification types to register for.\n registerForRemote - Specify true to also register for remote notifications.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "notification", + "typeName": "UnityEngine.iOS.LocalNotification" + } + ], + "isStatic": true, + "name": "ScheduleLocalNotification", + "comment": "Schedules a local notification.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "notification", + "typeName": "UnityEngine.iOS.LocalNotification" + } + ], + "isStatic": true, + "name": "PresentLocalNotificationNow", + "comment": "Presents a local notification immediately.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "notification", + "typeName": "UnityEngine.iOS.LocalNotification" + } + ], + "isStatic": true, + "name": "CancelLocalNotification", + "comment": "Cancels the delivery of the specified scheduled local notification.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "CancelAllLocalNotifications", + "comment": "Cancels the delivery of all scheduled local notifications.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "UnregisterForRemoteNotifications", + "comment": "Unregister for remote notifications.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "LocalNotification", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": true, + "name": "GetLocalNotification", + "comment": "Returns an object representing a specific local notification. (Read Only)\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "RemoteNotification", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": true, + "name": "GetRemoteNotification", + "comment": "Returns an object representing a specific remote notification. (Read Only)\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "NotificationServices", + "comment": "NotificationServices is only available on iPhoneiPadiPod Touch.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.iOS", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.iOS.SystemGestureDeferMode", + "name": "None", + "comment": "Disables gesture deferring on all edges.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.SystemGestureDeferMode", + "name": "TopEdge", + "comment": "Identifies top screen edge.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.SystemGestureDeferMode", + "name": "LeftEdge", + "comment": "Identifies left screen edge.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.SystemGestureDeferMode", + "name": "BottomEdge", + "comment": "Identifies bottom screen edge.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.SystemGestureDeferMode", + "name": "RightEdge", + "comment": "Identifies right screen edge.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.iOS.SystemGestureDeferMode", + "name": "All", + "comment": "Identifies all screen edges.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.iOS.SystemGestureDeferMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "SystemGestureDeferMode", + "comment": "Bit-mask used to control the deferring of system gestures on iOS.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.iOS", + "baseClass": "UnityEngine.AsyncOperation", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "string", + "name": "error", + "comment": "Returns an error after operation is complete.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "float", + "name": "loadingPriority", + "comment": "Sets the priority for request.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "String", + "params": [{ "name": "resourceName", "typeName": "string" }], + "isStatic": false, + "name": "GetResourcePath", + "comment": "Gets file system's path to the resource available in On Demand Resources (ODR) request.\n\n```plaintext\nParams: resourceName - Resource name.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "Release all resources kept alive by On Demand Resources (ODR) request.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "OnDemandResourcesRequest", + "comment": "Represents a request for On Demand Resources (ODR). It's an AsyncOperation and can be yielded in a coroutine.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.iOS", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "enabled", + "comment": "Indicates whether player was built with \"Use On Demand Resources\" player setting enabled.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "OnDemandResourcesRequest", + "params": [{ "name": "tags", "typeName": "string[]" }], + "isStatic": true, + "name": "PreloadAsync", + "comment": "Object representing ODR request.\n\n```plaintext\nParams: tags - Tags for On Demand Resources that should be included in the request.\n \n```\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "OnDemandResources", + "comment": "On Demand Resources API.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.tvOS", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "allowExitToHome", + "comment": "Configures how \"Menu\" button behaves on Apple TV Remote. If this property is set to true hitting \"Menu\" on Remote will exit to system home screen. When this property is false current application is responsible for handling \"Menu\" button. It is recommended to set this property to true on top level menus of your application.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "allowRemoteRotation", + "comment": "Configures if Apple TV Remote should autorotate all the inputs when Remote is being held in horizontal orientation. Default is false.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "reportAbsoluteDpadValues", + "comment": "Configures how touches are mapped to analog joystick axes in relative or absolute values. If set to true it will return +1 on Horizontal axis when very far right is being touched on Remote touch aread (and -1 when very left area is touched correspondingly). The same applies for Vertical axis too. When this property is set to false player should swipe instead of touching specific area of remote to generate Horizontal or Vertical input.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "touchesEnabled", + "comment": "Disables Apple TV Remote touch propagation to Unity Input.touches API. Useful for 3rd party frameworks, which do not respect Touch.type == Indirect.\nDefault is false.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "Remote", + "comment": "A class for Apple TV remote input configuration.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.tvOS", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.tvOS.DeviceGeneration", + "name": "Unknown", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.tvOS.DeviceGeneration", + "name": "AppleTV1Gen", + "comment": "Apple TV HD.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.tvOS.DeviceGeneration", + "name": "AppleTVHD", + "comment": "Apple TV HD.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.tvOS.DeviceGeneration", + "name": "AppleTV2Gen", + "comment": "First generation Apple TV 4K.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.tvOS.DeviceGeneration", + "name": "AppleTV4K", + "comment": "First generation Apple TV 4K.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.tvOS.DeviceGeneration", + "name": "AppleTV4K2Gen", + "comment": "Second generation Apple TV 4K.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.tvOS.DeviceGeneration", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "DeviceGeneration", + "comment": "iOS device generation.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.tvOS", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "systemVersion", + "comment": "iOS version.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "UnityEngine.tvOS.DeviceGeneration", + "name": "generation", + "comment": "The generation of the device. (Read Only)\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "string", + "name": "vendorIdentifier", + "comment": "Vendor ID.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "string", + "name": "advertisingIdentifier", + "comment": "Advertising ID.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "typeName": "bool", + "name": "advertisingTrackingEnabled", + "comment": "Is advertising tracking enabled.\n\n", + "location": "UnityEngine.CoreModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "path", "typeName": "string" }], + "isStatic": true, + "name": "SetNoBackupFlag", + "comment": "Set file flag to be excluded from iCloud/iTunes backup.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "path", "typeName": "string" }], + "isStatic": true, + "name": "ResetNoBackupFlag", + "comment": "Reset \"no backup\" file flag: file will be synced with iCloud/iTunes backup and can be deleted by OS in low storage situations.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.CoreModule.dll" + } + ], + "name": "Device", + "comment": "Interface into tvOS specific functionality.\n\n", + "location": "UnityEngine.CoreModule.dll" + }, + { + "namespace": "UnityEngine.CrashReportHandler", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "enableCaptureExceptions", + "comment": "This Boolean field will cause CrashReportHandler to capture exceptions when set to true. By default enable capture exceptions is true.\n\n", + "location": "UnityEngine.CrashReportingModule.dll" + }, + { + "typeName": "uint", + "name": "logBufferSize", + "comment": "The Performance Reporting service will keep a buffer of up to the last X log messages (Debug.Log, etc) to send along with crash reports. The default is 10 log messages, the max is 50. Set this to 0 to disable capture of logs with your crash reports.\n\n", + "location": "UnityEngine.CrashReportingModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "String", + "params": [{ "name": "key", "typeName": "string" }], + "isStatic": true, + "name": "GetUserMetadata", + "comment": "Value that was previously set for the key, or null if no value was found.\n\n", + "location": "UnityEngine.CrashReportingModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "key", "typeName": "string" }, + { "name": "value", "typeName": "string" } + ], + "isStatic": true, + "name": "SetUserMetadata", + "comment": "Set a custom metadata key-value pair to be included with crash reports.\n\n", + "location": "UnityEngine.CrashReportingModule.dll" + } + ], + "name": "CrashReportHandler", + "comment": "Engine API for CrashReporting Service.\n\n", + "location": "UnityEngine.CrashReportingModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "UnityEngine.Material", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.ProceduralCacheSize", + "name": "cacheSize", + "comment": "Deprecated feature, no longer available\n\n", + "location": "UnityEngine.SubstanceModule.dll" + }, + { + "typeName": "int", + "name": "animationUpdateRate", + "comment": "Deprecated feature, no longer available\n\n", + "location": "UnityEngine.SubstanceModule.dll" + }, + { + "typeName": "bool", + "name": "isProcessing", + "comment": "Deprecated feature, no longer available\n\n", + "location": "UnityEngine.SubstanceModule.dll" + }, + { + "typeName": "bool", + "name": "isCachedDataAvailable", + "comment": "Deprecated feature, no longer available\n\n", + "location": "UnityEngine.SubstanceModule.dll" + }, + { + "typeName": "bool", + "name": "isLoadTimeGenerated", + "comment": "Deprecated feature, no longer available\n\n", + "location": "UnityEngine.SubstanceModule.dll" + }, + { + "typeName": "UnityEngine.ProceduralLoadingBehavior", + "name": "loadingBehavior", + "comment": "Deprecated feature, no longer available\n\n", + "location": "UnityEngine.SubstanceModule.dll" + }, + { + "typeName": "bool", + "name": "isSupported", + "comment": "Deprecated feature, no longer available\n\n", + "location": "UnityEngine.SubstanceModule.dll" + }, + { + "typeName": "UnityEngine.ProceduralProcessorUsage", + "name": "substanceProcessorUsage", + "comment": "Deprecated feature, no longer available\n\n", + "location": "UnityEngine.SubstanceModule.dll" + }, + { + "typeName": "string", + "name": "preset", + "comment": "Deprecated feature, no longer available\n\n", + "location": "UnityEngine.SubstanceModule.dll" + }, + { + "typeName": "bool", + "name": "isReadable", + "comment": "Deprecated feature, no longer available\n\n", + "location": "UnityEngine.SubstanceModule.dll" + }, + { + "typeName": "bool", + "name": "isFrozen", + "comment": "Deprecated feature, no longer available\n\n", + "location": "UnityEngine.SubstanceModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetProceduralPropertyDescriptions", + "comment": "Deprecated feature, no longer available\n\n", + "location": "UnityEngine.SubstanceModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "inputName", "typeName": "string" }], + "isStatic": false, + "name": "HasProceduralProperty", + "comment": "Deprecated feature, no longer available\n\n", + "location": "UnityEngine.SubstanceModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "inputName", "typeName": "string" }], + "isStatic": false, + "name": "GetProceduralBoolean", + "comment": "Deprecated feature, no longer available\n\n", + "location": "UnityEngine.SubstanceModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "inputName", "typeName": "string" }], + "isStatic": false, + "name": "IsProceduralPropertyVisible", + "comment": "Deprecated feature, no longer available\n\n", + "location": "UnityEngine.SubstanceModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "inputName", "typeName": "string" }, + { "name": "value", "typeName": "bool" } + ], + "isStatic": false, + "name": "SetProceduralBoolean", + "comment": "Deprecated feature, no longer available\n\n", + "location": "UnityEngine.SubstanceModule.dll" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "inputName", "typeName": "string" }], + "isStatic": false, + "name": "GetProceduralFloat", + "comment": "Deprecated feature, no longer available\n\n", + "location": "UnityEngine.SubstanceModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "inputName", "typeName": "string" }, + { "name": "value", "typeName": "float" } + ], + "isStatic": false, + "name": "SetProceduralFloat", + "comment": "Deprecated feature, no longer available\n\n", + "location": "UnityEngine.SubstanceModule.dll" + }, + { + "returnTypeName": "Vector4", + "params": [{ "name": "inputName", "typeName": "string" }], + "isStatic": false, + "name": "GetProceduralVector", + "comment": "Deprecated feature, no longer available\n\n", + "location": "UnityEngine.SubstanceModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "inputName", "typeName": "string" }, + { "name": "value", "typeName": "UnityEngine.Vector4" } + ], + "isStatic": false, + "name": "SetProceduralVector", + "comment": "Deprecated feature, no longer available\n\n", + "location": "UnityEngine.SubstanceModule.dll" + }, + { + "returnTypeName": "Color", + "params": [{ "name": "inputName", "typeName": "string" }], + "isStatic": false, + "name": "GetProceduralColor", + "comment": "Deprecated feature, no longer available\n\n", + "location": "UnityEngine.SubstanceModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "inputName", "typeName": "string" }, + { "name": "value", "typeName": "UnityEngine.Color" } + ], + "isStatic": false, + "name": "SetProceduralColor", + "comment": "Deprecated feature, no longer available\n\n", + "location": "UnityEngine.SubstanceModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [{ "name": "inputName", "typeName": "string" }], + "isStatic": false, + "name": "GetProceduralEnum", + "comment": "Deprecated feature, no longer available\n\n", + "location": "UnityEngine.SubstanceModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "inputName", "typeName": "string" }, + { "name": "value", "typeName": "int" } + ], + "isStatic": false, + "name": "SetProceduralEnum", + "comment": "Deprecated feature, no longer available\n\n", + "location": "UnityEngine.SubstanceModule.dll" + }, + { + "returnTypeName": "Texture2D", + "params": [{ "name": "inputName", "typeName": "string" }], + "isStatic": false, + "name": "GetProceduralTexture", + "comment": "Deprecated feature, no longer available\n\n", + "location": "UnityEngine.SubstanceModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "inputName", "typeName": "string" }, + { "name": "value", "typeName": "UnityEngine.Texture2D" } + ], + "isStatic": false, + "name": "SetProceduralTexture", + "comment": "Deprecated feature, no longer available\n\n", + "location": "UnityEngine.SubstanceModule.dll" + }, + { + "returnTypeName": "String", + "params": [{ "name": "inputName", "typeName": "string" }], + "isStatic": false, + "name": "GetProceduralString", + "comment": "Deprecated feature, no longer available\n\n", + "location": "UnityEngine.SubstanceModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "inputName", "typeName": "string" }, + { "name": "value", "typeName": "string" } + ], + "isStatic": false, + "name": "SetProceduralString", + "comment": "Deprecated feature, no longer available\n\n", + "location": "UnityEngine.SubstanceModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "inputName", "typeName": "string" }], + "isStatic": false, + "name": "IsProceduralPropertyCached", + "comment": "Deprecated feature, no longer available\n\n", + "location": "UnityEngine.SubstanceModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "inputName", "typeName": "string" }, + { "name": "value", "typeName": "bool" } + ], + "isStatic": false, + "name": "CacheProceduralProperty", + "comment": "Deprecated feature, no longer available\n\n", + "location": "UnityEngine.SubstanceModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ClearCache", + "comment": "Deprecated feature, no longer available\n\n", + "location": "UnityEngine.SubstanceModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "RebuildTextures", + "comment": "Deprecated feature, no longer available\n\n", + "location": "UnityEngine.SubstanceModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "RebuildTexturesImmediately", + "comment": "Triggers an immediate (synchronous) rebuild of this ProceduralMaterial's dirty textures.\n\n", + "location": "UnityEngine.SubstanceModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "StopRebuilds", + "comment": "Deprecated feature, no longer available\n\n", + "location": "UnityEngine.SubstanceModule.dll" + }, + { + "returnTypeName": "", + "params": [], + "isStatic": false, + "name": "GetGeneratedTextures", + "comment": "Deprecated feature, no longer available\n\n", + "location": "UnityEngine.SubstanceModule.dll" + }, + { + "returnTypeName": "ProceduralTexture", + "params": [{ "name": "textureName", "typeName": "string" }], + "isStatic": false, + "name": "GetGeneratedTexture", + "comment": "Deprecated feature, no longer available\n\n", + "location": "UnityEngine.SubstanceModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "FreezeAndReleaseSourceData", + "comment": "Deprecated feature, no longer available\n\n", + "location": "UnityEngine.SubstanceModule.dll" + } + ], + "name": "ProceduralMaterial", + "comment": "Deprecated feature, no longer available\n\n", + "location": "UnityEngine.SubstanceModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.ProceduralProcessorUsage", + "name": "Unsupported", + "comment": "Deprecated feature, no longer available\n\n", + "location": "UnityEngine.SubstanceModule.dll" + }, + { + "typeName": "UnityEngine.ProceduralProcessorUsage", + "name": "One", + "comment": "Deprecated feature, no longer available\n\n", + "location": "UnityEngine.SubstanceModule.dll" + }, + { + "typeName": "UnityEngine.ProceduralProcessorUsage", + "name": "Half", + "comment": "Deprecated feature, no longer available\n\n", + "location": "UnityEngine.SubstanceModule.dll" + }, + { + "typeName": "UnityEngine.ProceduralProcessorUsage", + "name": "All", + "comment": "Deprecated feature, no longer available\n\n", + "location": "UnityEngine.SubstanceModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.ProceduralProcessorUsage", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.SubstanceModule.dll" + } + ], + "name": "ProceduralProcessorUsage", + "comment": "Deprecated feature, no longer available\n\n", + "location": "UnityEngine.SubstanceModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.ProceduralCacheSize", + "name": "Tiny", + "comment": "Deprecated feature, no longer available\n\n", + "location": "UnityEngine.SubstanceModule.dll" + }, + { + "typeName": "UnityEngine.ProceduralCacheSize", + "name": "Medium", + "comment": "Deprecated feature, no longer available\n\n", + "location": "UnityEngine.SubstanceModule.dll" + }, + { + "typeName": "UnityEngine.ProceduralCacheSize", + "name": "Heavy", + "comment": "Deprecated feature, no longer available\n\n", + "location": "UnityEngine.SubstanceModule.dll" + }, + { + "typeName": "UnityEngine.ProceduralCacheSize", + "name": "NoLimit", + "comment": "Deprecated feature, no longer available\n\n", + "location": "UnityEngine.SubstanceModule.dll" + }, + { + "typeName": "UnityEngine.ProceduralCacheSize", + "name": "None", + "comment": "Deprecated feature, no longer available\n\n", + "location": "UnityEngine.SubstanceModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.ProceduralCacheSize", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.SubstanceModule.dll" + } + ], + "name": "ProceduralCacheSize", + "comment": "Deprecated feature, no longer available\n\n", + "location": "UnityEngine.SubstanceModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.ProceduralLoadingBehavior", + "name": "DoNothing", + "comment": "Deprecated feature, no longer available\n\n", + "location": "UnityEngine.SubstanceModule.dll" + }, + { + "typeName": "UnityEngine.ProceduralLoadingBehavior", + "name": "Generate", + "comment": "Deprecated feature, no longer available\n\n", + "location": "UnityEngine.SubstanceModule.dll" + }, + { + "typeName": "UnityEngine.ProceduralLoadingBehavior", + "name": "BakeAndKeep", + "comment": "Deprecated feature, no longer available\n\n", + "location": "UnityEngine.SubstanceModule.dll" + }, + { + "typeName": "UnityEngine.ProceduralLoadingBehavior", + "name": "BakeAndDiscard", + "comment": "Deprecated feature, no longer available\n\n", + "location": "UnityEngine.SubstanceModule.dll" + }, + { + "typeName": "UnityEngine.ProceduralLoadingBehavior", + "name": "Cache", + "comment": "Deprecated feature, no longer available\n\n", + "location": "UnityEngine.SubstanceModule.dll" + }, + { + "typeName": "UnityEngine.ProceduralLoadingBehavior", + "name": "DoNothingAndCache", + "comment": "Deprecated feature, no longer available\n\n", + "location": "UnityEngine.SubstanceModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.ProceduralLoadingBehavior", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.SubstanceModule.dll" + } + ], + "name": "ProceduralLoadingBehavior", + "comment": "Deprecated feature, no longer available\n\n", + "location": "UnityEngine.SubstanceModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.ProceduralPropertyType", + "name": "Boolean", + "comment": "Deprecated feature, no longer available\n\n", + "location": "UnityEngine.SubstanceModule.dll" + }, + { + "typeName": "UnityEngine.ProceduralPropertyType", + "name": "Float", + "comment": "Deprecated feature, no longer available\n\n", + "location": "UnityEngine.SubstanceModule.dll" + }, + { + "typeName": "UnityEngine.ProceduralPropertyType", + "name": "Vector2", + "comment": "Deprecated feature, no longer available\n\n", + "location": "UnityEngine.SubstanceModule.dll" + }, + { + "typeName": "UnityEngine.ProceduralPropertyType", + "name": "Vector3", + "comment": "Deprecated feature, no longer available\n\n", + "location": "UnityEngine.SubstanceModule.dll" + }, + { + "typeName": "UnityEngine.ProceduralPropertyType", + "name": "Vector4", + "comment": "Deprecated feature, no longer available\n\n", + "location": "UnityEngine.SubstanceModule.dll" + }, + { + "typeName": "UnityEngine.ProceduralPropertyType", + "name": "Color3", + "comment": "Deprecated feature, no longer available\n\n", + "location": "UnityEngine.SubstanceModule.dll" + }, + { + "typeName": "UnityEngine.ProceduralPropertyType", + "name": "Color4", + "comment": "Deprecated feature, no longer available\n\n", + "location": "UnityEngine.SubstanceModule.dll" + }, + { + "typeName": "UnityEngine.ProceduralPropertyType", + "name": "Enum", + "comment": "Deprecated feature, no longer available\n\n", + "location": "UnityEngine.SubstanceModule.dll" + }, + { + "typeName": "UnityEngine.ProceduralPropertyType", + "name": "Texture", + "comment": "Deprecated feature, no longer available\n\n", + "location": "UnityEngine.SubstanceModule.dll" + }, + { + "typeName": "UnityEngine.ProceduralPropertyType", + "name": "String", + "comment": "Deprecated feature, no longer available\n\n", + "location": "UnityEngine.SubstanceModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.ProceduralPropertyType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.SubstanceModule.dll" + } + ], + "name": "ProceduralPropertyType", + "comment": "Deprecated feature, no longer available\n\n", + "location": "UnityEngine.SubstanceModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.ProceduralOutputType", + "name": "Unknown", + "comment": "Deprecated feature, no longer available\n\n", + "location": "UnityEngine.SubstanceModule.dll" + }, + { + "typeName": "UnityEngine.ProceduralOutputType", + "name": "Diffuse", + "comment": "Deprecated feature, no longer available\n\n", + "location": "UnityEngine.SubstanceModule.dll" + }, + { + "typeName": "UnityEngine.ProceduralOutputType", + "name": "Normal", + "comment": "Deprecated feature, no longer available\n\n", + "location": "UnityEngine.SubstanceModule.dll" + }, + { + "typeName": "UnityEngine.ProceduralOutputType", + "name": "Height", + "comment": "Deprecated feature, no longer available\n\n", + "location": "UnityEngine.SubstanceModule.dll" + }, + { + "typeName": "UnityEngine.ProceduralOutputType", + "name": "Emissive", + "comment": "Deprecated feature, no longer available\n\n", + "location": "UnityEngine.SubstanceModule.dll" + }, + { + "typeName": "UnityEngine.ProceduralOutputType", + "name": "Specular", + "comment": "Deprecated feature, no longer available\n\n", + "location": "UnityEngine.SubstanceModule.dll" + }, + { + "typeName": "UnityEngine.ProceduralOutputType", + "name": "Opacity", + "comment": "Deprecated feature, no longer available\n\n", + "location": "UnityEngine.SubstanceModule.dll" + }, + { + "typeName": "UnityEngine.ProceduralOutputType", + "name": "Smoothness", + "comment": "Deprecated feature, no longer available\n\n", + "location": "UnityEngine.SubstanceModule.dll" + }, + { + "typeName": "UnityEngine.ProceduralOutputType", + "name": "AmbientOcclusion", + "comment": "Deprecated feature, no longer available\n\n", + "location": "UnityEngine.SubstanceModule.dll" + }, + { + "typeName": "UnityEngine.ProceduralOutputType", + "name": "DetailMask", + "comment": "Deprecated feature, no longer available\n\n", + "location": "UnityEngine.SubstanceModule.dll" + }, + { + "typeName": "UnityEngine.ProceduralOutputType", + "name": "Metallic", + "comment": "Deprecated feature, no longer available\n\n", + "location": "UnityEngine.SubstanceModule.dll" + }, + { + "typeName": "UnityEngine.ProceduralOutputType", + "name": "Roughness", + "comment": "Deprecated feature, no longer available\n\n", + "location": "UnityEngine.SubstanceModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.ProceduralOutputType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.SubstanceModule.dll" + } + ], + "name": "ProceduralOutputType", + "comment": "Deprecated feature, no longer available\n\n", + "location": "UnityEngine.SubstanceModule.dll" + }, + { + "namespace": "UnityEngine", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "name", + "comment": "Deprecated feature, no longer available\n\n", + "location": "UnityEngine.SubstanceModule.dll" + }, + { + "typeName": "string", + "name": "label", + "comment": "Deprecated feature, no longer available\n\n", + "location": "UnityEngine.SubstanceModule.dll" + }, + { + "typeName": "string", + "name": "group", + "comment": "Deprecated feature, no longer available\n\n", + "location": "UnityEngine.SubstanceModule.dll" + }, + { + "typeName": "UnityEngine.ProceduralPropertyType", + "name": "type", + "comment": "Deprecated feature, no longer available\n\n", + "location": "UnityEngine.SubstanceModule.dll" + }, + { + "typeName": "bool", + "name": "hasRange", + "comment": "Deprecated feature, no longer available\n\n", + "location": "UnityEngine.SubstanceModule.dll" + }, + { + "typeName": "float", + "name": "minimum", + "comment": "Deprecated feature, no longer available\n\n", + "location": "UnityEngine.SubstanceModule.dll" + }, + { + "typeName": "float", + "name": "maximum", + "comment": "Deprecated feature, no longer available\n\n", + "location": "UnityEngine.SubstanceModule.dll" + }, + { + "typeName": "float", + "name": "step", + "comment": "Deprecated feature, no longer available\n\n", + "location": "UnityEngine.SubstanceModule.dll" + }, + { + "typeName": "string[]", + "name": "enumOptions", + "comment": "Deprecated feature, no longer available\n\n", + "location": "UnityEngine.SubstanceModule.dll" + }, + { + "typeName": "string[]", + "name": "componentLabels", + "comment": "Deprecated feature, no longer available\n\n", + "location": "UnityEngine.SubstanceModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.SubstanceModule.dll" + } + ], + "name": "ProceduralPropertyDescription", + "comment": "Deprecated feature, no longer available\n\n", + "location": "UnityEngine.SubstanceModule.dll" + }, + { + "namespace": "UnityEngine.UIElements.Experimental", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Single", + "params": [{ "name": "t", "typeName": "float" }], + "isStatic": true, + "name": "Step", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "t", "typeName": "float" }], + "isStatic": true, + "name": "Linear", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "t", "typeName": "float" }], + "isStatic": true, + "name": "InSine", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "t", "typeName": "float" }], + "isStatic": true, + "name": "OutSine", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "t", "typeName": "float" }], + "isStatic": true, + "name": "InOutSine", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "t", "typeName": "float" }], + "isStatic": true, + "name": "InQuad", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "t", "typeName": "float" }], + "isStatic": true, + "name": "OutQuad", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "t", "typeName": "float" }], + "isStatic": true, + "name": "InOutQuad", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "t", "typeName": "float" }], + "isStatic": true, + "name": "InCubic", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "t", "typeName": "float" }], + "isStatic": true, + "name": "OutCubic", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "t", "typeName": "float" }], + "isStatic": true, + "name": "InOutCubic", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Single", + "params": [ + { "name": "t", "typeName": "float" }, + { "name": "power", "typeName": "int" } + ], + "isStatic": true, + "name": "InPower", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Single", + "params": [ + { "name": "t", "typeName": "float" }, + { "name": "power", "typeName": "int" } + ], + "isStatic": true, + "name": "OutPower", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Single", + "params": [ + { "name": "t", "typeName": "float" }, + { "name": "power", "typeName": "int" } + ], + "isStatic": true, + "name": "InOutPower", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "t", "typeName": "float" }], + "isStatic": true, + "name": "InBounce", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "t", "typeName": "float" }], + "isStatic": true, + "name": "OutBounce", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "t", "typeName": "float" }], + "isStatic": true, + "name": "InOutBounce", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "t", "typeName": "float" }], + "isStatic": true, + "name": "InElastic", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "t", "typeName": "float" }], + "isStatic": true, + "name": "OutElastic", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "t", "typeName": "float" }], + "isStatic": true, + "name": "InOutElastic", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "t", "typeName": "float" }], + "isStatic": true, + "name": "InBack", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "t", "typeName": "float" }], + "isStatic": true, + "name": "OutBack", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "t", "typeName": "float" }], + "isStatic": true, + "name": "InOutBack", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Single", + "params": [ + { "name": "t", "typeName": "float" }, + { "name": "s", "typeName": "float" } + ], + "isStatic": true, + "name": "InBack", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Single", + "params": [ + { "name": "t", "typeName": "float" }, + { "name": "s", "typeName": "float" } + ], + "isStatic": true, + "name": "OutBack", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Single", + "params": [ + { "name": "t", "typeName": "float" }, + { "name": "s", "typeName": "float" } + ], + "isStatic": true, + "name": "InOutBack", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "t", "typeName": "float" }], + "isStatic": true, + "name": "InCirc", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "t", "typeName": "float" }], + "isStatic": true, + "name": "OutCirc", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Single", + "params": [{ "name": "t", "typeName": "float" }], + "isStatic": true, + "name": "InOutCirc", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "Easing", + "comment": "A collection of easing curves to be used with ValueAnimations.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements.Experimental", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "float", + "name": "top", + "comment": "Top distance from the element's box during layout.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "float", + "name": "left", + "comment": "Left distance from the element's box during layout.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "float", + "name": "width", + "comment": "Fixed width of an element for the layout.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "float", + "name": "height", + "comment": "Fixed height of an element for the layout.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "float", + "name": "right", + "comment": "Right distance from the element's box during layout.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "float", + "name": "bottom", + "comment": "Bottom distance from the element's box during layout.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.Color", + "name": "color", + "comment": "Color to use when drawing the text of an element.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.Color", + "name": "backgroundColor", + "comment": "Background color to paint in the element's box.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.Color", + "name": "unityBackgroundImageTintColor", + "comment": "Tinting color for the element's backgroundImage.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.Color", + "name": "borderColor", + "comment": "Color of the border to paint inside the element's box.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "float", + "name": "marginLeft", + "comment": "Space reserved for the left edge of the margin during the layout phase.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "float", + "name": "marginTop", + "comment": "Space reserved for the top edge of the margin during the layout phase.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "float", + "name": "marginRight", + "comment": "Space reserved for the right edge of the margin during the layout phase.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "float", + "name": "marginBottom", + "comment": "Space reserved for the bottom edge of the margin during the layout phase.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "float", + "name": "paddingLeft", + "comment": "Space reserved for the left edge of the padding during the layout phase.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "float", + "name": "paddingTop", + "comment": "Space reserved for the top edge of the padding during the layout phase.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "float", + "name": "paddingRight", + "comment": "Space reserved for the right edge of the padding during the layout phase.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "float", + "name": "paddingBottom", + "comment": "Space reserved for the bottom edge of the padding during the layout phase.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "float", + "name": "borderLeftWidth", + "comment": "Space reserved for the left edge of the border during the layout phase.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "float", + "name": "borderRightWidth", + "comment": "Space reserved for the right edge of the border during the layout phase.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "float", + "name": "borderTopWidth", + "comment": "Space reserved for the top edge of the border during the layout phase.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "float", + "name": "borderBottomWidth", + "comment": "Space reserved for the bottom edge of the border during the layout phase.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "float", + "name": "borderTopLeftRadius", + "comment": "The radius of the top-left corner when a rounded rectangle is drawn in the element's box.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "float", + "name": "borderTopRightRadius", + "comment": "The radius of the top-right corner when a rounded rectangle is drawn in the element's box.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "float", + "name": "borderBottomLeftRadius", + "comment": "The radius of the bottom-left corner when a rounded rectangle is drawn in the element's box.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "float", + "name": "borderBottomRightRadius", + "comment": "The radius of the bottom-right corner when a rounded rectangle is drawn in the element's box.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "float", + "name": "opacity", + "comment": "Specifies the transparency of an element.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "float", + "name": "flexGrow", + "comment": "Specifies how much the item will grow relative to the rest of the flexible items inside the same container.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "float", + "name": "flexShrink", + "comment": "Specifies how the item will shrink relative to the rest of the flexible items inside the same container.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "StyleValues", + "comment": "Container object used to animate multiple style values at once.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements.Experimental", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "ValueAnimation", + "params": [ + { "name": "from", "typeName": "float" }, + { "name": "to", "typeName": "float" }, + { "name": "durationMs", "typeName": "int" }, + { + "name": "onValueChanged", + "typeName": "System.Action" + } + ], + "isStatic": false, + "name": "Start", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "ValueAnimation", + "params": [ + { "name": "from", "typeName": "UnityEngine.Rect" }, + { "name": "to", "typeName": "UnityEngine.Rect" }, + { "name": "durationMs", "typeName": "int" }, + { + "name": "onValueChanged", + "typeName": "System.Action" + } + ], + "isStatic": false, + "name": "Start", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "ValueAnimation", + "params": [ + { "name": "from", "typeName": "UnityEngine.Color" }, + { "name": "to", "typeName": "UnityEngine.Color" }, + { "name": "durationMs", "typeName": "int" }, + { + "name": "onValueChanged", + "typeName": "System.Action" + } + ], + "isStatic": false, + "name": "Start", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "ValueAnimation", + "params": [ + { "name": "from", "typeName": "UnityEngine.Vector3" }, + { "name": "to", "typeName": "UnityEngine.Vector3" }, + { "name": "durationMs", "typeName": "int" }, + { + "name": "onValueChanged", + "typeName": "System.Action" + } + ], + "isStatic": false, + "name": "Start", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "ValueAnimation", + "params": [ + { "name": "from", "typeName": "UnityEngine.Vector2" }, + { "name": "to", "typeName": "UnityEngine.Vector2" }, + { "name": "durationMs", "typeName": "int" }, + { + "name": "onValueChanged", + "typeName": "System.Action" + } + ], + "isStatic": false, + "name": "Start", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "ValueAnimation", + "params": [ + { "name": "from", "typeName": "UnityEngine.Quaternion" }, + { "name": "to", "typeName": "UnityEngine.Quaternion" }, + { "name": "durationMs", "typeName": "int" }, + { + "name": "onValueChanged", + "typeName": "System.Action" + } + ], + "isStatic": false, + "name": "Start", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "ValueAnimation", + "params": [ + { + "name": "from", + "typeName": "UnityEngine.UIElements.Experimental.StyleValues" + }, + { + "name": "to", + "typeName": "UnityEngine.UIElements.Experimental.StyleValues" + }, + { "name": "durationMs", "typeName": "int" } + ], + "isStatic": false, + "name": "Start", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "ValueAnimation", + "params": [ + { + "name": "to", + "typeName": "UnityEngine.UIElements.Experimental.StyleValues" + }, + { "name": "durationMs", "typeName": "int" } + ], + "isStatic": false, + "name": "Start", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "ValueAnimation", + "params": [ + { + "name": "fromValueGetter", + "typeName": "System.Func" + }, + { "name": "to", "typeName": "float" }, + { "name": "durationMs", "typeName": "int" }, + { + "name": "onValueChanged", + "typeName": "System.Action" + } + ], + "isStatic": false, + "name": "Start", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "ValueAnimation", + "params": [ + { + "name": "fromValueGetter", + "typeName": "System.Func" + }, + { "name": "to", "typeName": "UnityEngine.Rect" }, + { "name": "durationMs", "typeName": "int" }, + { + "name": "onValueChanged", + "typeName": "System.Action" + } + ], + "isStatic": false, + "name": "Start", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "ValueAnimation", + "params": [ + { + "name": "fromValueGetter", + "typeName": "System.Func" + }, + { "name": "to", "typeName": "UnityEngine.Color" }, + { "name": "durationMs", "typeName": "int" }, + { + "name": "onValueChanged", + "typeName": "System.Action" + } + ], + "isStatic": false, + "name": "Start", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "ValueAnimation", + "params": [ + { + "name": "fromValueGetter", + "typeName": "System.Func" + }, + { "name": "to", "typeName": "UnityEngine.Vector3" }, + { "name": "durationMs", "typeName": "int" }, + { + "name": "onValueChanged", + "typeName": "System.Action" + } + ], + "isStatic": false, + "name": "Start", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "ValueAnimation", + "params": [ + { + "name": "fromValueGetter", + "typeName": "System.Func" + }, + { "name": "to", "typeName": "UnityEngine.Vector2" }, + { "name": "durationMs", "typeName": "int" }, + { + "name": "onValueChanged", + "typeName": "System.Action" + } + ], + "isStatic": false, + "name": "Start", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "ValueAnimation", + "params": [ + { + "name": "fromValueGetter", + "typeName": "System.Func" + }, + { "name": "to", "typeName": "UnityEngine.Quaternion" }, + { "name": "durationMs", "typeName": "int" }, + { + "name": "onValueChanged", + "typeName": "System.Action" + } + ], + "isStatic": false, + "name": "Start", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "ValueAnimation", + "params": [ + { "name": "to", "typeName": "UnityEngine.Rect" }, + { "name": "durationMs", "typeName": "int" } + ], + "isStatic": false, + "name": "Layout", + "comment": "Triggers an animation changing this element's layout style values. See Also: IStyle.top, IStyle.left, IStyle.width, IStyle.height.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "ValueAnimation", + "params": [ + { "name": "to", "typeName": "UnityEngine.Vector2" }, + { "name": "durationMs", "typeName": "int" } + ], + "isStatic": false, + "name": "TopLeft", + "comment": "Triggers an animation changing this element's positioning style values. See Also: IStyle.top, IStyle.left.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "ValueAnimation", + "params": [ + { "name": "to", "typeName": "UnityEngine.Vector2" }, + { "name": "durationMs", "typeName": "int" } + ], + "isStatic": false, + "name": "Size", + "comment": "Triggers an animation changing this element's size style values. See Also: IStyle.width, IStyle.height.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "ValueAnimation", + "params": [ + { "name": "to", "typeName": "float" }, + { "name": "duration", "typeName": "int" } + ], + "isStatic": false, + "name": "Scale", + "comment": "Triggers an animation changing this element's transform scale. See Also: ITransform.scale.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "ValueAnimation", + "params": [ + { "name": "to", "typeName": "UnityEngine.Vector3" }, + { "name": "duration", "typeName": "int" } + ], + "isStatic": false, + "name": "Position", + "comment": "Triggers an animation changing this element's transform position. See Also: ITransform.position.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "ValueAnimation", + "params": [ + { "name": "to", "typeName": "UnityEngine.Quaternion" }, + { "name": "duration", "typeName": "int" } + ], + "isStatic": false, + "name": "Rotation", + "comment": "Triggers an animation changing this element's transform rotation. See Also: ITransform.rotation.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "ITransitionAnimations", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements.Experimental", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [ + { + "typeName": "bool", + "name": "isRunning", + "comment": "Tells if the animation is currently active.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "int", + "name": "durationMs", + "comment": "Duration of the transition in milliseconds.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Start", + "comment": "Starts the animation using this object's values.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Stop", + "comment": "Stops this animation.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Recycle", + "comment": "Returns this animation object into its object pool.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "IValueAnimation", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements.Experimental", + "baseClass": "object", + "attribute": "", + "interfaces": ["IValueAnimationUpdate", "IValueAnimation"], + "fields": [ + { + "typeName": "int", + "name": "durationMs", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "System.Func", + "name": "easingCurve", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "bool", + "name": "isRunning", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "System.Action", + "name": "onAnimationCompleted", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "bool", + "name": "autoRecycle", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "System.Action", + "name": "valueUpdated", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "System.Func", + "name": "initialValue", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "System.Func", + "name": "interpolator", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "T", + "name": "from", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "T", + "name": "to", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Start", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Stop", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Recycle", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "ValueAnimation", + "params": [ + { "name": "e", "typeName": "UnityEngine.UIElements.VisualElement" }, + { + "name": "interpolator", + "typeName": "System.Func" + } + ], + "isStatic": true, + "name": "Create", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "ValueAnimation", + "params": [ + { "name": "easing", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "Ease", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "ValueAnimation", + "params": [{ "name": "callback", "typeName": "System.Action" }], + "isStatic": false, + "name": "OnCompleted", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "ValueAnimation", + "params": [], + "isStatic": false, + "name": "KeepAlive", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "ValueAnimation", + "comment": "Implementation object for transition animations.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.VisualElement", + "attribute": "", + "interfaces": [ + "IEventHandler", + "ITransform", + "ITransitionAnimations", + "IExperimentalFeatures", + "IVisualElementScheduler", + "IResolvedStyle", + "IBindable" + ], + "fields": [ + { + "typeName": "UnityEngine.UIElements.IBinding", + "name": "binding", + "comment": "Binding object that will be updated.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "string", + "name": "bindingPath", + "comment": "Path of the target property to be bound.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Constructor.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "BindableElement", + "comment": "Element that can be bound to a property.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.PointerManipulator", + "attribute": "", + "interfaces": ["IManipulator"], + "fields": [ + { + "typeName": "UnityEngine.Vector2", + "name": "lastMousePosition", + "comment": "Specifies the mouse position saved during the last mouse event on the target Element.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "System.Action", + "name": "clickedWithEventInfo", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "System.Action", + "name": "clicked", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Action" + } + ], + "isStatic": false, + "name": "add_clickedWithEventInfo", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Action" + } + ], + "isStatic": false, + "name": "remove_clickedWithEventInfo", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.Action" }], + "isStatic": false, + "name": "add_clicked", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.Action" }], + "isStatic": false, + "name": "remove_clicked", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "handler", "typeName": "System.Action" }, + { "name": "delay", "typeName": "long" }, + { "name": "interval", "typeName": "long" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Constructor.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "handler", + "typeName": "System.Action" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "handler", "typeName": "System.Action" }], + "isStatic": false, + "name": ".ctor", + "comment": "Constructor.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "Clickable", + "comment": "Manipulator that tracks Mouse events on an element and callbacks when the elements is clicked.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "evt", "typeName": "UnityEngine.UIElements.EventBase" }, + { + "name": "eventHandler", + "typeName": "UnityEngine.UIElements.IEventHandler" + } + ], + "isStatic": false, + "name": "DisplayMenuIfEventMatches", + "comment": "Checks if the event triggers the display of the contextual menu. This method also displays the menu.\n\n```plaintext\nParams: eventHandler - The element for which the menu is displayed.\n evt - The event to inspect.\n \n```\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "triggerEvent", + "typeName": "UnityEngine.UIElements.EventBase" + }, + { + "name": "target", + "typeName": "UnityEngine.UIElements.IEventHandler" + } + ], + "isStatic": false, + "name": "DisplayMenu", + "comment": "Displays the contextual menu.\n\n```plaintext\nParams: triggerEvent - The event that triggered the display of the menu.\n target - The element for which the menu is displayed.\n \n```\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "ContextualMenuManager", + "comment": "Use this class to display a contextual menu.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.MouseManipulator", + "attribute": "", + "interfaces": ["IManipulator"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "menuBuilder", + "typeName": "System.Action" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "ContextualMenuManipulator", + "comment": "Manipulator that displays a contextual menu when the user clicks the right mouse button or presses the menu key on the keyboard.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IEquatable"], + "fields": [ + { + "typeName": "UnityEngine.Texture2D", + "name": "texture", + "comment": "The texture to use for the cursor style. To use a texture as a cursor, import the texture with \"Read/Write enabled\" in the texture importer (or using the \"Cursor\" defaults).\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "hotspot", + "comment": "The offset from the top left of the texture to use as the target point (must be within the bounds of the cursor).\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "other", "typeName": "UnityEngine.UIElements.Cursor" } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "style1", "typeName": "UnityEngine.UIElements.Cursor" }, + { "name": "style2", "typeName": "UnityEngine.UIElements.Cursor" } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "style1", "typeName": "UnityEngine.UIElements.Cursor" }, + { "name": "style2", "typeName": "UnityEngine.UIElements.Cursor" } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "Cursor", + "comment": "Script interface for VisualElement cursor style property IStyle.cursor.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.EventModifiers", + "name": "modifiers", + "comment": "If modifier keys (Alt, Ctrl, Shift, Windows/Command) were pressed to trigger the display of the dropdown menu, this property lists the modifier keys.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "mousePosition", + "comment": "If the triggering event was a mouse event, this property is the mouse position expressed using the global coordinate system. Otherwise this property is zero.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "localMousePosition", + "comment": "If the triggering event was a mouse event, this property is the mouse position. The position is expressed using the coordinate system of the element that received the mouse event. Otherwise this property is zero.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "e", "typeName": "UnityEngine.UIElements.EventBase" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Constructor.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "DropdownMenuEventInfo", + "comment": "This class provides information about the event that triggered displaying the drop-down menu.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [], + "name": "DropdownMenuItem", + "comment": "An item in a drop-down menu.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.DropdownMenuItem", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "subMenuPath", + "comment": "The submenu path where the separator will be added. Path components are delimited by forward slashes ('/').\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "subMenuPath", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "Constructor.\n\n```plaintext\nParams: subMenuPath - The path for the submenu. Path components are delimited by forward slashes ('/').\n \n```\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "DropdownMenuSeparator", + "comment": "A separator menu item.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.DropdownMenuItem", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "name", + "comment": "The name of the item. The name can be prefixed by its submenu path. Path components are delimited by forward slashes ('/').\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.DropdownMenuAction.Status", + "name": "status", + "comment": "The status of the item.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.DropdownMenuEventInfo", + "name": "eventInfo", + "comment": "Provides information on the event that triggered the drop-down menu.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "object", + "name": "userData", + "comment": "The userData object stored by the constructor.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Status", + "params": [ + { + "name": "a", + "typeName": "UnityEngine.UIElements.DropdownMenuAction" + } + ], + "isStatic": true, + "name": "AlwaysEnabled", + "comment": "Always return Status.Enabled.\n\n```plaintext\nParams: a - Unused parameter.\n \n```\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Status", + "params": [ + { + "name": "a", + "typeName": "UnityEngine.UIElements.DropdownMenuAction" + } + ], + "isStatic": true, + "name": "AlwaysDisabled", + "comment": "Always return Status.Disabled.\n\n```plaintext\nParams: a - Unused parameter.\n \n```\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "actionName", "typeName": "string" }, + { + "name": "actionCallback", + "typeName": "System.Action" + }, + { + "name": "actionStatusCallback", + "typeName": "System.Func" + }, + { "name": "userData", "typeName": "object" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "eventInfo", + "typeName": "UnityEngine.UIElements.DropdownMenuEventInfo" + } + ], + "isStatic": false, + "name": "UpdateActionStatus", + "comment": "Update the status flag of this item by calling the item status callback.\n\n```plaintext\nParams: eventInfo - Information about the event that triggered the display of the drop-down menu, such as the mouse position or the key pressed.\n \n```\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Execute", + "comment": "Execute the callback associated with this item.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "DropdownMenuAction", + "comment": "A menu action item.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "List", + "params": [], + "isStatic": false, + "name": "MenuItems", + "comment": "The list of items in the menu.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "actionName", "typeName": "string" }, + { + "name": "action", + "typeName": "System.Action" + }, + { + "name": "actionStatusCallback", + "typeName": "System.Func" + }, + { "name": "userData", "typeName": "object" } + ], + "isStatic": false, + "name": "AppendAction", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "actionName", "typeName": "string" }, + { + "name": "action", + "typeName": "System.Action" + }, + { + "name": "status", + "typeName": "UnityEngine.UIElements.DropdownMenuAction.Status" + } + ], + "isStatic": false, + "name": "AppendAction", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "atIndex", "typeName": "int" }, + { "name": "actionName", "typeName": "string" }, + { + "name": "action", + "typeName": "System.Action" + }, + { + "name": "actionStatusCallback", + "typeName": "System.Func" + }, + { "name": "userData", "typeName": "object" } + ], + "isStatic": false, + "name": "InsertAction", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "atIndex", "typeName": "int" }, + { "name": "actionName", "typeName": "string" }, + { + "name": "action", + "typeName": "System.Action" + }, + { + "name": "status", + "typeName": "UnityEngine.UIElements.DropdownMenuAction.Status" + } + ], + "isStatic": false, + "name": "InsertAction", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "subMenuPath", "typeName": "string" }], + "isStatic": false, + "name": "AppendSeparator", + "comment": "Add a separator line in the menu. The separator is added at the end of the current item list.\n\n```plaintext\nParams: subMenuPath - The submenu path where the separator will be added. Path components are delimited by forward slashes ('/').\n \n```\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "subMenuPath", "typeName": "string" }, + { "name": "atIndex", "typeName": "int" } + ], + "isStatic": false, + "name": "InsertSeparator", + "comment": "Add a separator line in the menu. The separator is added at the end of the specified index in the list.\n\n```plaintext\nParams: atIndex - Index where the separator should be inserted.\n subMenuPath - The submenu path where the separator is added. Path components are delimited by forward slashes ('/').\n \n```\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "RemoveItemAt", + "comment": "Remove the menu item at index.\n\n```plaintext\nParams: index - The index of the item to remove.\n \n```\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "e", "typeName": "UnityEngine.UIElements.EventBase" } + ], + "isStatic": false, + "name": "PrepareForDisplay", + "comment": "Update the status of all items by calling their status callback and remove the separators in excess. This is called just before displaying the menu.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Constructor.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "DropdownMenu", + "comment": "A drop-down menu.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.UIElements.DropdownMenuAction.Status", + "name": "None", + "comment": "The item is not displayed. This is the default value and represents the absence of flags.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.DropdownMenuAction.Status", + "name": "Normal", + "comment": "The item is displayed normally.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.DropdownMenuAction.Status", + "name": "Disabled", + "comment": "The item is disabled and is not be selectable by the user.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.DropdownMenuAction.Status", + "name": "Checked", + "comment": "The item is displayed with a checkmark.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.DropdownMenuAction.Status", + "name": "Hidden", + "comment": "The item is not displayed. This flag can be used with other flags.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.UIElements.DropdownMenuAction.Status", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "Status", + "comment": "Status of the menu item. The values of this enumeration should be used as flags.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IDisposable", "IEquatable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "d", + "typeName": "UnityEngine.UIElements.EventDispatcher" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Constructor.\n\n```plaintext\nParams: d - The dispatcher controlled by this gate.\n \n```\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "Implementation of IDisposable.Dispose. Opens the gate. If all gates are open, events in the queue are processed.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "other", + "typeName": "UnityEngine.UIElements.EventDispatcherGate" + } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "left", + "typeName": "UnityEngine.UIElements.EventDispatcherGate" + }, + { + "name": "right", + "typeName": "UnityEngine.UIElements.EventDispatcherGate" + } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "left", + "typeName": "UnityEngine.UIElements.EventDispatcherGate" + }, + { + "name": "right", + "typeName": "UnityEngine.UIElements.EventDispatcherGate" + } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "EventDispatcherGate", + "comment": "Gates control when the dispatcher processes events.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [], + "name": "EventDispatcher", + "comment": "Dispatches events to a IPanel.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.CallbackEventHandler", + "attribute": "", + "interfaces": ["IEventHandler"], + "fields": [ + { + "typeName": "UnityEngine.UIElements.FocusController", + "name": "focusController", + "comment": "Return the focus controller for this element.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "bool", + "name": "focusable", + "comment": "True if the element can be focused.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "int", + "name": "tabIndex", + "comment": "An integer used to sort focusables in the focus ring. Must be greater than or equal to zero.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "bool", + "name": "delegatesFocus", + "comment": "Whether the element should delegate the focus to its children.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "bool", + "name": "canGrabFocus", + "comment": "Return true if the element can be focused.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Focus", + "comment": "Attempt to give the focus to this element.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Blur", + "comment": "Tell the element to release the focus.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "Focusable", + "comment": "Base class for objects that can get the focus.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "object", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "UnityEngine.UIElements.FocusChangeDirection", + "name": "unspecified", + "comment": "Focus came from an unspecified direction, for example after a mouse down.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.FocusChangeDirection", + "name": "none", + "comment": "The null direction. This is usually used when the focus stays on the same element.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Int32", + "params": [ + { + "name": "fcd", + "typeName": "UnityEngine.UIElements.FocusChangeDirection" + } + ], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "FocusChangeDirection", + "comment": "Base class for defining in which direction the focus moves in a focus ring.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "FocusChangeDirection", + "params": [ + { + "name": "currentFocusable", + "typeName": "UnityEngine.UIElements.Focusable" + }, + { "name": "e", "typeName": "UnityEngine.UIElements.EventBase" } + ], + "isStatic": false, + "name": "GetFocusChangeDirection", + "comment": "Get the direction of the focus change for the given event. For example, when the Tab key is pressed, focus should be given to the element to the right.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Focusable", + "params": [ + { + "name": "currentFocusable", + "typeName": "UnityEngine.UIElements.Focusable" + }, + { + "name": "direction", + "typeName": "UnityEngine.UIElements.FocusChangeDirection" + } + ], + "isStatic": false, + "name": "GetNextFocusable", + "comment": "Get the next element in the given direction.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "IFocusRing", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.UIElements.Focusable", + "name": "focusedElement", + "comment": "The currently focused VisualElement.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "focusRing", + "typeName": "UnityEngine.UIElements.IFocusRing" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "FocusController", + "comment": "Class in charge of managing the focus inside a Panel.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.VisualElement", + "attribute": "", + "interfaces": [ + "IEventHandler", + "ITransform", + "ITransitionAnimations", + "IExperimentalFeatures", + "IVisualElementScheduler", + "IResolvedStyle", + "IDisposable" + ], + "fields": [ + { + "typeName": "string", + "name": "ussClassName", + "comment": "USS class name of elements of this type.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "System.Action", + "name": "onGUIHandler", + "comment": "The function that is called to render and handle IMGUI events.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "bool", + "name": "cullingEnabled", + "comment": "When this property is set to true, onGUIHandler is not called when the Element is outside the viewport.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.ContextType", + "name": "contextType", + "comment": "ContextType of this IMGUIContrainer. Currently only supports ContextType.Editor.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "bool", + "name": "canGrabFocus", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Constructor.\n\n```plaintext\nParams: onGUIHandler - The function assigned to onGUIHandler.\n \n```\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "onGUIHandler", "typeName": "System.Action" }], + "isStatic": false, + "name": ".ctor", + "comment": "Constructor.\n\n```plaintext\nParams: onGUIHandler - The function assigned to onGUIHandler.\n \n```\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "MarkDirtyLayout", + "comment": "Marks layout as dirty to trigger a redraw.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "evt", "typeName": "UnityEngine.UIElements.EventBase" } + ], + "isStatic": false, + "name": "HandleEvent", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "IMGUIContainer", + "comment": "Element that draws IMGUI content.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.UIElements.SelectionType", + "name": "None", + "comment": "Selections are disabled.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.SelectionType", + "name": "Single", + "comment": "Only one item is selectable.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.SelectionType", + "name": "Multiple", + "comment": "Multiple items are selectable at once.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.UIElements.SelectionType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "SelectionType", + "comment": "Controls how many items can be selected at once.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.Vector3", + "name": "position", + "comment": "The position of the VisualElement's transform.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.Quaternion", + "name": "rotation", + "comment": "The rotation of the VisualElement's transform stored as a Quaternion.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "scale", + "comment": "The scale of the VisualElement's transform.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.Matrix4x4", + "name": "matrix", + "comment": "Transformation matrix calculated from the position, rotation and scale of the transform (Read Only).\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [], + "name": "ITransform", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IEquatable"], + "fields": [ + { + "typeName": "UnityEngine.UIElements.MouseButton", + "name": "button", + "comment": "The button that activates the manipulation.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.EventModifiers", + "name": "modifiers", + "comment": "Any modifier keys (ie. ctrl, alt, ...) that are needed to activate the manipulation.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "int", + "name": "clickCount", + "comment": "Number of mouse clicks required to activate the manipulator.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "other", + "typeName": "UnityEngine.UIElements.ManipulatorActivationFilter" + } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "e", "typeName": "UnityEngine.UIElements.IMouseEvent" } + ], + "isStatic": false, + "name": "Matches", + "comment": "True if the event matches the requirements. False otherwise.\n\n```plaintext\nParams: e - The mouse event.\n \n```\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "e", "typeName": "UnityEngine.UIElements.IPointerEvent" } + ], + "isStatic": false, + "name": "Matches", + "comment": "True if the event matches the requirements. False otherwise.\n\n```plaintext\nParams: e - The pointer event.\n \n```\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "filter1", + "typeName": "UnityEngine.UIElements.ManipulatorActivationFilter" + }, + { + "name": "filter2", + "typeName": "UnityEngine.UIElements.ManipulatorActivationFilter" + } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "filter1", + "typeName": "UnityEngine.UIElements.ManipulatorActivationFilter" + }, + { + "name": "filter2", + "typeName": "UnityEngine.UIElements.ManipulatorActivationFilter" + } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "ManipulatorActivationFilter", + "comment": "Used by manipulators to match events against their requirements.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.UIElements.VisualElement", + "name": "target", + "comment": "VisualElement being manipulated.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [], + "name": "IManipulator", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "object", + "attribute": "", + "interfaces": ["IManipulator"], + "fields": [ + { + "typeName": "UnityEngine.UIElements.VisualElement", + "name": "target", + "comment": "VisualElement being manipulated.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [], + "name": "Manipulator", + "comment": "Base class for all Manipulator implementations.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.UIElements.MouseButton", + "name": "LeftMouse", + "comment": "The Left Mouse Button.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.MouseButton", + "name": "RightMouse", + "comment": "The Right Mouse Button.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.MouseButton", + "name": "MiddleMouse", + "comment": "The Middle Mouse Button.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.UIElements.MouseButton", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "MouseButton", + "comment": "Describes a MouseButton.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": true, + "name": "IsMouseCaptured", + "comment": "True if a handler is capturing the mouse, false otherwise.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": true, + "name": "ReleaseMouse", + "comment": "Stops an event handler from capturing the mouse.\n\n```plaintext\nParams: handler - The event handler to stop capturing the mouse. If this handler is not assigned to capturing the mouse, nothing happens.\n \n```\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "HasMouseCapture", + "comment": "True if the handler captures the mouse.\n\n```plaintext\nParams: handler - Event handler to check.\n \n```\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "CaptureMouse", + "comment": "Assigns an event handler to capture mouse events.\n\n```plaintext\nParams: handler - The event handler that captures mouse events.\n \n```\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ReleaseMouse", + "comment": "Stops an event handler from capturing the mouse.\n\n```plaintext\nParams: handler - The event handler to stop capturing the mouse. If this handler is not assigned to capturing the mouse, nothing happens.\n \n```\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "MouseCaptureController", + "comment": "Class that manages capturing mouse events.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.Manipulator", + "attribute": "", + "interfaces": ["IManipulator"], + "fields": [ + { + "typeName": "System.Collections.Generic.List", + "name": "activators", + "comment": "List of Activationfilters.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [], + "name": "MouseManipulator", + "comment": "MouseManipulators have a list of activation filters.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.UIElements.ContextType", + "name": "Player", + "comment": "Currently running in an Unity Player.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.ContextType", + "name": "Editor", + "comment": "Currently running in the Unity Editor.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.UIElements.ContextType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "ContextType", + "comment": "Describes in which context a VisualElement hierarchy is being ran.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.UIElements.UsageHints", + "name": "None", + "comment": "No particular hints applicable.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.UsageHints", + "name": "DynamicTransform", + "comment": "Marks a VisualElement that changes its transformation often (i.e. position, rotation or scale).\nWhen specified, this flag hints the system to optimize rendering of the VisualElement for recurring transformation changes. The VisualElement's vertex transformation will be done by the GPU when possible on the target platform.\nPlease note that the number of VisualElements to which this hint effectively applies can be limited by target platform capabilities. For such platforms, it is recommended to prioritize use of this hint to only the VisualElements with the highest frequency of transformation changes.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.UsageHints", + "name": "GroupTransform", + "comment": "Marks a VisualElement that hosts many children with DynamicTransform applied on them.\nA common use-case of this hint is a VisualElement that represents a \"viewport\" within which there are many DynamicTransform VisualElements that can move individually in addition to the \"viewport\" element also often changing its transformation. However, if the contents of the aforementioned \"viewport\" element are mostly static (not moving) then it is enough to use the DynamicTransform hint on that element instead of GroupTransform.\nInternally, an element hinted with GroupTransform will force a separate draw batch with its world transformation value, but in the same time it will avoid changing the transforms of all its descendants whenever a transformation change occurs on the GroupTransform element.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.UIElements.UsageHints", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "UsageHints", + "comment": "Offers a set of values that describe the intended usage patterns of a specific VisualElement.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "", + "attribute": "interface", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "UnityEngine.UIElements.VisualElement", + "name": "visualTree", + "comment": "Root of the VisualElement hierarchy.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.EventDispatcher", + "name": "dispatcher", + "comment": "This Panel EventDispatcher.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.ContextType", + "name": "contextType", + "comment": "Describes in which context a VisualElement hierarchy is being ran.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.FocusController", + "name": "focusController", + "comment": "Return the focus controller for this panel.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.ContextualMenuManager", + "name": "contextualMenuManager", + "comment": "The Contextual menu manager for the panel.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "VisualElement", + "params": [{ "name": "point", "typeName": "UnityEngine.Vector2" }], + "isStatic": false, + "name": "Pick", + "comment": "Top VisualElement at the position. Null if none was found.\n\n```plaintext\nParams: point - World coordinates.\n \n```\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "VisualElement", + "params": [ + { "name": "point", "typeName": "UnityEngine.Vector2" }, + { + "name": "picked", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "PickAll", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "IPanel", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [{ "name": "pointerId", "typeName": "int" }], + "isStatic": false, + "name": "HasPointerCapture", + "comment": "True if element captured the pointer.\n\n```plaintext\nParams: handler - The VisualElement being tested.\n pointerId - The captured pointer.\n \n```\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "pointerId", "typeName": "int" }], + "isStatic": false, + "name": "CapturePointer", + "comment": "Captures the pointer.\n\n```plaintext\nParams: handler - The VisualElement that captures the pointer.\n pointerId - The pointer to capture.\n \n```\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "pointerId", "typeName": "int" }], + "isStatic": false, + "name": "ReleasePointer", + "comment": "Tests whether an element captured a pointer and, if so, tells the element to release the pointer.\n\n```plaintext\nParams: handler - The element which potentially captured the pointer.\n pointerId - The captured pointer.\n \n```\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "IEventHandler", + "params": [{ "name": "pointerId", "typeName": "int" }], + "isStatic": false, + "name": "GetCapturingElement", + "comment": "The element that is capturing the pointer.\n\n```plaintext\nParams: panel - The panel that holds the element.\n pointerId - The captured pointer.\n \n```\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "pointerId", "typeName": "int" }], + "isStatic": false, + "name": "ReleasePointer", + "comment": "Releases the pointer.\n\n```plaintext\nParams: panel - The panel that holds the element that captured the pointer.\n pointerId - The captured pointer.\n \n```\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "PointerCaptureHelper", + "comment": "A static class to capture and release pointers.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.MouseManipulator", + "attribute": "", + "interfaces": ["IManipulator"], + "fields": [], + "methods": [], + "name": "PointerManipulator", + "comment": "PointerManipulators have a list of activation filters.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IEquatable"], + "fields": [ + { + "typeName": "long", + "name": "start", + "comment": "Start time in milliseconds, or last callback time for repeatable IScheduledItem.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "long", + "name": "now", + "comment": "Current time in milliseconds.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "long", + "name": "deltaTime", + "comment": "Time difference in milliseconds between now and the previous callback.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "True if the objects are equal.\n\n```plaintext\nParams: obj - The object to compare with.\n other - The object to compare with.\n \n```\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "other", "typeName": "UnityEngine.UIElements.TimerState" } + ], + "isStatic": false, + "name": "Equals", + "comment": "True if the objects are equal.\n\n```plaintext\nParams: obj - The object to compare with.\n other - The object to compare with.\n \n```\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "state1", + "typeName": "UnityEngine.UIElements.TimerState" + }, + { + "name": "state2", + "typeName": "UnityEngine.UIElements.TimerState" + } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "state1", + "typeName": "UnityEngine.UIElements.TimerState" + }, + { + "name": "state2", + "typeName": "UnityEngine.UIElements.TimerState" + } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "TimerState", + "comment": "Contains timing information of scheduler events.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.UIElements.Position", + "name": "Relative", + "comment": "The element is positioned in relation to its default box as calculated by layout.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.Position", + "name": "Absolute", + "comment": "The element is positioned in relation to its parent box and does not contribute to the layout anymore.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.UIElements.Position", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "Position", + "comment": "Defaines how the position values are interpreted by the layout engine.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.UIElements.Overflow", + "name": "Visible", + "comment": "The overflow is not clipped. It renders outside the element's box. Default Value.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.Overflow", + "name": "Hidden", + "comment": "The overflow is clipped, and the rest of the content will be invisible.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.UIElements.Overflow", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "Overflow", + "comment": "Defines what should happend if content overflows an element bounds.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.BindableElement", + "attribute": "", + "interfaces": [ + "IEventHandler", + "ITransform", + "ITransitionAnimations", + "IExperimentalFeatures", + "IVisualElementScheduler", + "IResolvedStyle", + "IBindable", + "ITextElement", + "INotifyValueChanged" + ], + "fields": [ + { + "typeName": "string", + "name": "ussClassName", + "comment": "USS class name of elements of this type.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "string", + "name": "text", + "comment": "The text associated with the element.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "bool", + "name": "displayTooltipWhenElided", + "comment": "When true, a tooltip displays the full version of elided text.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "bool", + "name": "isElided", + "comment": "Returns true if text is elided, false otherwise.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Vector2", + "params": [ + { "name": "textToMeasure", "typeName": "string" }, + { "name": "width", "typeName": "float" }, + { + "name": "widthMode", + "typeName": "UnityEngine.UIElements.VisualElement.MeasureMode" + }, + { "name": "height", "typeName": "float" }, + { + "name": "heightMode", + "typeName": "UnityEngine.UIElements.VisualElement.MeasureMode" + } + ], + "isStatic": false, + "name": "MeasureTextSize", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "TextElement", + "comment": "Abstract base class for VisualElement containing text.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.UIElements.OverflowClipBox", + "name": "PaddingBox", + "comment": "Clip the content against the box outside the padding areas but inside the borders.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.OverflowClipBox", + "name": "ContentBox", + "comment": "Clip the content against the box inside the padding areas.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.UIElements.OverflowClipBox", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "OverflowClipBox", + "comment": "Boxes against which the VisualElement content is clipped.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.UIElements.FlexDirection", + "name": "Column", + "comment": "Top to Bottom.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.FlexDirection", + "name": "ColumnReverse", + "comment": "Bottom to Top.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.FlexDirection", + "name": "Row", + "comment": "Left to Right.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.FlexDirection", + "name": "RowReverse", + "comment": "Right to Left.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.UIElements.FlexDirection", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "FlexDirection", + "comment": "Defines the main-axis of the flex layout.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.UIElements.Wrap", + "name": "NoWrap", + "comment": "All items will be on one line. Default Value.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.Wrap", + "name": "Wrap", + "comment": "Items will wrap onto multiple lines, from top to bottom.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.Wrap", + "name": "WrapReverse", + "comment": "Items will wrap onto multiple lines from bottom to top.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.UIElements.Wrap", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "Wrap", + "comment": "By default, items will all try to fit onto one line. You can change that and allow the items to wrap as needed with this property.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.UIElements.Align", + "name": "Auto", + "comment": "Let Flex decide.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.Align", + "name": "FlexStart", + "comment": "Start margin of the item is placed at the start of the axis.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.Align", + "name": "Center", + "comment": "Items are centered on the axis.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.Align", + "name": "FlexEnd", + "comment": "End margin of the item is placed at the end of the axis.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.Align", + "name": "Stretch", + "comment": "Default. stretch to fill the axis while respecting min/max values.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.UIElements.Align", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "Align", + "comment": "Defines the alignement behavior along an axis.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.UIElements.Justify", + "name": "FlexStart", + "comment": "Items are packed toward the start line. Default Value.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.Justify", + "name": "Center", + "comment": "Items are centered along the line.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.Justify", + "name": "FlexEnd", + "comment": "Items are packed toward the end line.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.Justify", + "name": "SpaceBetween", + "comment": "Items are evenly distributed in the line; first item is on the start line, last item on the end line.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.Justify", + "name": "SpaceAround", + "comment": "Items are evenly distributed in the line with equal space around them.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.UIElements.Justify", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "Justify", + "comment": "Defines the alignment along the main axis, how is extra space distributed.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.UIElements.TextOverflowPosition", + "name": "End", + "comment": "The ellipsis replaces content at the end of the text. This is the default value.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.TextOverflowPosition", + "name": "Start", + "comment": "The ellipsis replaces content at the beginning of the text.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.TextOverflowPosition", + "name": "Middle", + "comment": "The ellipsis replaces content in the middle of the text.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.UIElements.TextOverflowPosition", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "TextOverflowPosition", + "comment": "Specifies which part of the text the Element replaces with an ellipsis when textOverflow is set to TextOverflow.Ellipsis.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.UIElements.TextOverflow", + "name": "Clip", + "comment": "The Element clips overflow content and hides it. This is the default value.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.TextOverflow", + "name": "Ellipsis", + "comment": "The Element clips overflow content and hides it, but displays an ellipsis (\"...\") to indicate that clipped content exists.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.UIElements.TextOverflow", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "TextOverflow", + "comment": "Specifies how the text Element treats hidden overflow content.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.UIElements.Visibility", + "name": "Visible", + "comment": "The VisualElement is visible. Default Value.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.Visibility", + "name": "Hidden", + "comment": "The VisualElement is hidden. Hidden VisualElements will take up space in their parent layout if their positionType is set to PositionType.Relative. Use the display property to both hide and remove a VisualElement from the parent VisualElement layout.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.UIElements.Visibility", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "Visibility", + "comment": "Specifies whether or not a VisualElement is visible.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.UIElements.WhiteSpace", + "name": "Normal", + "comment": "Text will wrap when necessary.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.WhiteSpace", + "name": "NoWrap", + "comment": "Text will never wrap to the next line.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.UIElements.WhiteSpace", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "WhiteSpace", + "comment": "Word wrapping over multiple lines if not enough space is available to draw the text of an element.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [], + "name": "UQuery", + "comment": "UQuery is a set of extension methods allowing you to select individual or collection of visualElements inside a complex hierarchy.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.UIElements.DisplayStyle", + "name": "Flex", + "comment": "The element displays normally.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.DisplayStyle", + "name": "None", + "comment": "The element is not visible and absent from the layout.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.UIElements.DisplayStyle", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "DisplayStyle", + "comment": "Defines how an element is displayed in the layout.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.BindableElement", + "attribute": "", + "interfaces": [ + "IEventHandler", + "ITransform", + "ITransitionAnimations", + "IExperimentalFeatures", + "IVisualElementScheduler", + "IResolvedStyle", + "IBindable" + ], + "fields": [ + { + "typeName": "string", + "name": "templateId", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.VisualElement", + "name": "contentContainer", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "templateId", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "TemplateContainer", + "comment": "Template Container.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.UxmlFactory", + "attribute": "", + "interfaces": ["IUxmlFactory"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Constructor.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "UxmlFactory", + "comment": "Instantiates a TextElement using the data read from a UXML file.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.BindableElement.UxmlTraits", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Collections.Generic.IEnumerable", + "name": "uxmlChildElementsDescription", + "comment": "Enumerator to get the child elements of the UxmlTraits of TextElement.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "ve", + "typeName": "UnityEngine.UIElements.VisualElement" + }, + { + "name": "bag", + "typeName": "UnityEngine.UIElements.IUxmlAttributes" + }, + { + "name": "cc", + "typeName": "UnityEngine.UIElements.CreationContext" + } + ], + "isStatic": false, + "name": "Init", + "comment": "Initializer for the UxmlTraits for the TextElement.\n\n```plaintext\nParams: ve - VisualElement to initialize.\n bag - Bag of attributes where to get the value from.\n cc - Creation Context, not used.\n \n```\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Constructor.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "UxmlTraits", + "comment": "Defines UxmlTraits for the TextElement.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IEquatable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "UQueryState", + "params": [ + { + "name": "element", + "typeName": "UnityEngine.UIElements.VisualElement" + } + ], + "isStatic": false, + "name": "RebuildOn", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "T", + "params": [], + "isStatic": false, + "name": "First", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "T", + "params": [], + "isStatic": false, + "name": "Last", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "results", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "ToList", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "List", + "params": [], + "isStatic": false, + "name": "ToList", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "T", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "AtIndex", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "funcCall", "typeName": "System.Action" }], + "isStatic": false, + "name": "ForEach", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "result", + "typeName": "System.Collections.Generic.List" + }, + { "name": "funcCall", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "ForEach", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "List", + "params": [{ "name": "funcCall", "typeName": "System.Func" }], + "isStatic": false, + "name": "ForEach", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "other", + "typeName": "UnityEngine.UIElements.UQueryState" + } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "state1", + "typeName": "UnityEngine.UIElements.UQueryState" + }, + { + "name": "state2", + "typeName": "UnityEngine.UIElements.UQueryState" + } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "state1", + "typeName": "UnityEngine.UIElements.UQueryState" + }, + { + "name": "state2", + "typeName": "UnityEngine.UIElements.UQueryState" + } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "UQueryState", + "comment": "Query object containing all the selection rules. Can be saved and rerun later without re-allocating memory.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.UxmlFactory", + "attribute": "", + "interfaces": ["IUxmlFactory"], + "fields": [ + { + "typeName": "string", + "name": "uxmlName", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "string", + "name": "uxmlQualifiedName", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Constructor.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "UxmlFactory", + "comment": "Instantiates and clones a TemplateContainer using the data read from a UXML file.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.BindableElement.UxmlTraits", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Collections.Generic.IEnumerable", + "name": "uxmlChildElementsDescription", + "comment": "Returns an empty enumerable, as template instance do not have children.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "ve", + "typeName": "UnityEngine.UIElements.VisualElement" + }, + { + "name": "bag", + "typeName": "UnityEngine.UIElements.IUxmlAttributes" + }, + { + "name": "cc", + "typeName": "UnityEngine.UIElements.CreationContext" + } + ], + "isStatic": false, + "name": "Init", + "comment": "Initialize TemplateContainer properties using values from the attribute bag.\n\n```plaintext\nParams: ve - The object to initialize.\n bag - The attribute bag.\n cc - The creation context; unused.\n \n```\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Constructor.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "UxmlTraits", + "comment": "Defines UxmlTraits for the TemplateContainer.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IEquatable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "visualElement", + "typeName": "UnityEngine.UIElements.VisualElement" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "UQueryBuilder", + "params": [{ "name": "classname", "typeName": "string" }], + "isStatic": false, + "name": "Class", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "UQueryBuilder", + "params": [{ "name": "id", "typeName": "string" }], + "isStatic": false, + "name": "Name", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "UQueryBuilder", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "classNames", "typeName": "string[]" } + ], + "isStatic": false, + "name": "Descendents", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "UQueryBuilder", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "classname", "typeName": "string" } + ], + "isStatic": false, + "name": "Descendents", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "UQueryBuilder", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "classes", "typeName": "string[]" } + ], + "isStatic": false, + "name": "Children", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "UQueryBuilder", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "className", "typeName": "string" } + ], + "isStatic": false, + "name": "Children", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "UQueryBuilder", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "classes", "typeName": "string[]" } + ], + "isStatic": false, + "name": "OfType", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "UQueryBuilder", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "className", "typeName": "string" } + ], + "isStatic": false, + "name": "OfType", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "UQueryBuilder", + "params": [ + { "name": "selectorPredicate", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "Where", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "UQueryBuilder", + "params": [], + "isStatic": false, + "name": "Active", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "UQueryBuilder", + "params": [], + "isStatic": false, + "name": "NotActive", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "UQueryBuilder", + "params": [], + "isStatic": false, + "name": "Visible", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "UQueryBuilder", + "params": [], + "isStatic": false, + "name": "NotVisible", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "UQueryBuilder", + "params": [], + "isStatic": false, + "name": "Hovered", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "UQueryBuilder", + "params": [], + "isStatic": false, + "name": "NotHovered", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "UQueryBuilder", + "params": [], + "isStatic": false, + "name": "Checked", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "UQueryBuilder", + "params": [], + "isStatic": false, + "name": "NotChecked", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "UQueryBuilder", + "params": [], + "isStatic": false, + "name": "Selected", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "UQueryBuilder", + "params": [], + "isStatic": false, + "name": "NotSelected", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "UQueryBuilder", + "params": [], + "isStatic": false, + "name": "Enabled", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "UQueryBuilder", + "params": [], + "isStatic": false, + "name": "NotEnabled", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "UQueryBuilder", + "params": [], + "isStatic": false, + "name": "Focused", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "UQueryBuilder", + "params": [], + "isStatic": false, + "name": "NotFocused", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "UQueryState", + "params": [], + "isStatic": false, + "name": "Build", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "T", + "params": [ + { + "name": "s", + "typeName": "UnityEngine.UIElements.UQueryBuilder" + } + ], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "builder1", + "typeName": "UnityEngine.UIElements.UQueryBuilder" + }, + { + "name": "builder2", + "typeName": "UnityEngine.UIElements.UQueryBuilder" + } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "builder1", + "typeName": "UnityEngine.UIElements.UQueryBuilder" + }, + { + "name": "builder2", + "typeName": "UnityEngine.UIElements.UQueryBuilder" + } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "T", + "params": [], + "isStatic": false, + "name": "First", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "T", + "params": [], + "isStatic": false, + "name": "Last", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "List", + "params": [], + "isStatic": false, + "name": "ToList", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "results", + "typeName": "System.Collections.Generic.List" + } + ], + "isStatic": false, + "name": "ToList", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "T", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "AtIndex", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "result", + "typeName": "System.Collections.Generic.List" + }, + { "name": "funcCall", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "ForEach", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "List", + "params": [{ "name": "funcCall", "typeName": "System.Func" }], + "isStatic": false, + "name": "ForEach", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "funcCall", "typeName": "System.Action" }], + "isStatic": false, + "name": "ForEach", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "other", + "typeName": "UnityEngine.UIElements.UQueryBuilder" + } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "UQueryBuilder", + "comment": "Utility Object that contructs a set of selection rules to be ran on a root visual element.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "T", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "classes", "typeName": "string[]" } + ], + "isStatic": false, + "name": "Q", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "VisualElement", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "classes", "typeName": "string[]" } + ], + "isStatic": false, + "name": "Q", + "comment": "The first element matching all the criteria, or null if none was found.\n\n```plaintext\nParams: e - Root VisualElement on which the selector will be applied.\n name - If specified, will select elements with this name.\n classes - If specified, will select elements with the given class (not to be confused with Type).\n className - If specified, will select elements with the given class (not to be confused with Type).\n \n```\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "T", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "className", "typeName": "string" } + ], + "isStatic": false, + "name": "Q", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "VisualElement", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "className", "typeName": "string" } + ], + "isStatic": false, + "name": "Q", + "comment": "The first element matching all the criteria, or null if none was found.\n\n```plaintext\nParams: e - Root VisualElement on which the selector will be applied.\n name - If specified, will select elements with this name.\n classes - If specified, will select elements with the given class (not to be confused with Type).\n className - If specified, will select elements with the given class (not to be confused with Type).\n \n```\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "UQueryBuilder", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "classes", "typeName": "string[]" } + ], + "isStatic": false, + "name": "Query", + "comment": "QueryBuilder configured with the associated selection rules.\n\n```plaintext\nParams: e - Root VisualElement on which the selector will be applied.\n name - If specified, will select elements with this name.\n classes - If specified, will select elements with the given class (not to be confused with Type).\n className - If specified, will select elements with the given class (not to be confused with Type).\n \n```\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "UQueryBuilder", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "className", "typeName": "string" } + ], + "isStatic": false, + "name": "Query", + "comment": "QueryBuilder configured with the associated selection rules.\n\n```plaintext\nParams: e - Root VisualElement on which the selector will be applied.\n name - If specified, will select elements with this name.\n classes - If specified, will select elements with the given class (not to be confused with Type).\n className - If specified, will select elements with the given class (not to be confused with Type).\n \n```\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "UQueryBuilder", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "classes", "typeName": "string[]" } + ], + "isStatic": false, + "name": "Query", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "UQueryBuilder", + "params": [ + { "name": "name", "typeName": "string" }, + { "name": "className", "typeName": "string" } + ], + "isStatic": false, + "name": "Query", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "UQueryBuilder", + "params": [], + "isStatic": false, + "name": "Query", + "comment": "An empty QueryBuilder on a specified root element.\n\n```plaintext\nParams: e - Root VisualElement on which the selector will be applied.\n \n```\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "UQueryExtensions", + "comment": "UQuery is a set of extension methods allowing you to select individual or collection of visualElements inside a complex hierarchy.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.UIElements.PickingMode", + "name": "Position", + "comment": "Picking enabled. Default Value.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.PickingMode", + "name": "Ignore", + "comment": "Disables picking.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.UIElements.PickingMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "PickingMode", + "comment": "Describes the picking behavior.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.Focusable", + "attribute": "", + "interfaces": [ + "IEventHandler", + "ITransform", + "ITransitionAnimations", + "IExperimentalFeatures", + "IVisualElementScheduler", + "IResolvedStyle" + ], + "fields": [ + { + "typeName": "string", + "name": "disabledUssClassName", + "comment": "USS class name of local disabled elements.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "string", + "name": "viewDataKey", + "comment": "Used for view data persistence (ie. tree expanded states, scroll position, zoom level).\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "object", + "name": "userData", + "comment": "This property can be used to associate application-specific user data with this VisualElement.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "bool", + "name": "canGrabFocus", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.FocusController", + "name": "focusController", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.UsageHints", + "name": "usageHints", + "comment": "A combination of hint values that specify high-level intended usage patterns for the VisualElement.\nThis property can only be set when the VisualElement is not yet part of a Panel. Once part of a Panel, this property becomes effectively read-only, and attempts to change it will throw an exception.\nThe specification of proper UsageHints drives the system to make better decisions on how to process or accelerate certain operations based on the anticipated usage pattern.\nNote that those hints do not affect behavioral or visual results, but only affect the overall performance of the panel and the elements within.\nGenerally it advised to always consider specifying the proper UsageHints, but keep in mind that some UsageHints may be internally ignored under certain conditions (e.g. due to hardware limitations on the target platform).\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.ITransform", + "name": "transform", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.Rect", + "name": "layout", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.Rect", + "name": "contentRect", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.Rect", + "name": "worldBound", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.Rect", + "name": "localBound", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.Matrix4x4", + "name": "worldTransform", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.PickingMode", + "name": "pickingMode", + "comment": "Determines if this element can be pick during mouseEvents or IPanel.Pick queries.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "string", + "name": "name", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "bool", + "name": "enabledInHierarchy", + "comment": "Returns true if the VisualElement is enabled in its own hierarchy.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "bool", + "name": "enabledSelf", + "comment": "Returns true if the VisualElement is enabled locally.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "bool", + "name": "visible", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "System.Action", + "name": "generateVisualContent", + "comment": "Called when the VisualElement visual contents need to be (re)generated.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.IExperimentalFeatures", + "name": "experimental", + "comment": "Returns the UIElements experimental interfaces.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.VisualElement.Hierarchy", + "name": "hierarchy", + "comment": "Access to this element physical hierarchy\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "bool", + "name": "cacheAsBitmap", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.VisualElement", + "name": "parent", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.IPanel", + "name": "panel", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.VisualElement", + "name": "contentContainer", + "comment": "child elements are added to this element, usually this\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.VisualElement", + "name": "this[]", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "int", + "name": "childCount", + "comment": "Number of child elements in this object's contentContainer\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.IVisualElementScheduler", + "name": "schedule", + "comment": "Retrieves this VisualElement's IVisualElementScheduler\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.IStyle", + "name": "style", + "comment": "Reference to the style object of this element.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.ICustomStyle", + "name": "customStyle", + "comment": "Returns the custom style properties accessor for this element.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.VisualElementStyleSheetSet", + "name": "styleSheets", + "comment": "Returns a VisualElementStyleSheetSet that manipulates style sheets attached to this element.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "string", + "name": "tooltip", + "comment": "Text to display inside an information box after the user hovers the element for a small amount of time.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.IResolvedStyle", + "name": "resolvedStyle", + "comment": "Returns the VisualElement resolved style values.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Focus", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "e", "typeName": "UnityEngine.UIElements.EventBase" } + ], + "isStatic": false, + "name": "SendEvent", + "comment": "Sends an event to the event handler.\n\n```plaintext\nParams: e - The event to send.\n \n```\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "bool" }], + "isStatic": false, + "name": "SetEnabled", + "comment": "Changes the VisualElement enabled state. A disabled VisualElement does not receive most events.\n\n```plaintext\nParams: value - New enabled state\n \n```\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "MarkDirtyRepaint", + "comment": "Triggers a repaint of the VisualElement on the next frame.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "localPoint", "typeName": "UnityEngine.Vector2" } + ], + "isStatic": false, + "name": "ContainsPoint", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "rectangle", "typeName": "UnityEngine.Rect" }], + "isStatic": false, + "name": "Overlaps", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [], + "isStatic": false, + "name": "GetClasses", + "comment": "A class list.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ClearClassList", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "className", "typeName": "string" }], + "isStatic": false, + "name": "AddToClassList", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "className", "typeName": "string" }], + "isStatic": false, + "name": "RemoveFromClassList", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "className", "typeName": "string" }], + "isStatic": false, + "name": "ToggleInClassList", + "comment": "Toggles between adding and removing the given class name from the class list.\n\n```plaintext\nParams: className - The class name to add or remove from the class list.\n \n```\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "className", "typeName": "string" }, + { "name": "enable", "typeName": "bool" } + ], + "isStatic": false, + "name": "EnableInClassList", + "comment": "Enables or disables the class with the given name.\n\n```plaintext\nParams: className - The name of the class to enable or disable.\n enable - A boolean flag that adds or removes the class name from the class list. If true, EnableInClassList adds the class name to the class list. If false, EnableInClassList removes the class name from the class list.\n \n```\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "cls", "typeName": "string" }], + "isStatic": false, + "name": "ClassListContains", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Object", + "params": [], + "isStatic": false, + "name": "FindAncestorUserData", + "comment": "Searchs up the hierachy of this VisualElement and retrieves stored userData, if any is found.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "child", + "typeName": "UnityEngine.UIElements.VisualElement" + } + ], + "isStatic": false, + "name": "Add", + "comment": "Add an element to this element's contentContainer\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { + "name": "element", + "typeName": "UnityEngine.UIElements.VisualElement" + } + ], + "isStatic": false, + "name": "Insert", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "element", + "typeName": "UnityEngine.UIElements.VisualElement" + } + ], + "isStatic": false, + "name": "Remove", + "comment": "Removes this child from the hierarchy\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "RemoveAt", + "comment": "Remove the child element located at this position from this element's contentContainer\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Clear", + "comment": "Remove all child elements from this element's contentContainer\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "VisualElement", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "ElementAt", + "comment": "Retrieves the child element at position\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "element", + "typeName": "UnityEngine.UIElements.VisualElement" + } + ], + "isStatic": false, + "name": "IndexOf", + "comment": "The index of the child, or -1 if the child is not found.\n\n```plaintext\nParams: element - The child to return the index for.\n \n```\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [], + "isStatic": false, + "name": "Children", + "comment": "Returns the elements from its contentContainer\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "comp", + "typeName": "System.Comparison" + } + ], + "isStatic": false, + "name": "Sort", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "BringToFront", + "comment": "Brings this element to the end of its parent children list. The element will be visually in front of any overlapping sibling elements.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "SendToBack", + "comment": "Sends this element to the beginning of its parent children list. The element will be visually behind any overlapping sibling elements.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "sibling", + "typeName": "UnityEngine.UIElements.VisualElement" + } + ], + "isStatic": false, + "name": "PlaceBehind", + "comment": "Places this element right before the sibling element in their parent children list. If the element and the sibling position overlap, the element will be visually behind of its sibling.\n\n```plaintext\nParams: sibling - The sibling element.\n \n```\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "sibling", + "typeName": "UnityEngine.UIElements.VisualElement" + } + ], + "isStatic": false, + "name": "PlaceInFront", + "comment": "Places this element right after the sibling element in their parent children list. If the element and the sibling position overlap, the element will be visually in front of its sibling.\n\n```plaintext\nParams: sibling - The sibling element.\n \n```\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "RemoveFromHierarchy", + "comment": "Removes this element from its parent hierarchy\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "T", + "params": [], + "isStatic": false, + "name": "GetFirstOfType", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "T", + "params": [], + "isStatic": false, + "name": "GetFirstAncestorOfType", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "child", + "typeName": "UnityEngine.UIElements.VisualElement" + } + ], + "isStatic": false, + "name": "Contains", + "comment": "Returns true if the element is a direct child of this VisualElement\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "VisualElement", + "params": [ + { + "name": "other", + "typeName": "UnityEngine.UIElements.VisualElement" + } + ], + "isStatic": false, + "name": "FindCommonAncestor", + "comment": "Finds the lowest commont ancestor between two VisualElements inside the VisualTree hierarchy\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "VisualElement", + "comment": "Base class for objects that are part of the UIElements visual tree.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.UxmlFactory", + "attribute": "", + "interfaces": ["IUxmlFactory"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Constructor.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "UxmlFactory", + "comment": "Instantiates a VisualElement using the data read from a UXML file.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.UxmlTraits", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Collections.Generic.IEnumerable", + "name": "uxmlChildElementsDescription", + "comment": "Returns an enumerable containing UxmlChildElementDescription(typeof(VisualElement)), since VisualElements can contain other VisualElements.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "ve", + "typeName": "UnityEngine.UIElements.VisualElement" + }, + { + "name": "bag", + "typeName": "UnityEngine.UIElements.IUxmlAttributes" + }, + { + "name": "cc", + "typeName": "UnityEngine.UIElements.CreationContext" + } + ], + "isStatic": false, + "name": "Init", + "comment": "Initialize VisualElement properties using values from the attribute bag.\n\n```plaintext\nParams: ve - The object to initialize.\n bag - The attribute bag.\n cc - The creation context; unused.\n \n```\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Constructor.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "UxmlTraits", + "comment": "Defines UxmlTraits for the VisualElement.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.UIElements.VisualElement.MeasureMode", + "name": "Undefined", + "comment": "The element should give its preferred width/height without any constraint.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.VisualElement.MeasureMode", + "name": "Exactly", + "comment": "The element should give the width/height that is passed in and derive the opposite site from this value (for example, calculate text size from a fixed width).\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.VisualElement.MeasureMode", + "name": "AtMost", + "comment": "At Most. The element should give its preferred width/height but no more than the value passed.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.UIElements.VisualElement.MeasureMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "MeasureMode", + "comment": "The modes available to measure VisualElement sizes.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.UIElements.VisualElement", + "name": "parent", + "comment": "Access the physical parent of this element in the hierarchy\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "int", + "name": "childCount", + "comment": "Number of child elements in this object's contentContainer\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.VisualElement", + "name": "this[]", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "child", + "typeName": "UnityEngine.UIElements.VisualElement" + } + ], + "isStatic": false, + "name": "Add", + "comment": "Add an element to this element's contentContainer\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "index", "typeName": "int" }, + { + "name": "child", + "typeName": "UnityEngine.UIElements.VisualElement" + } + ], + "isStatic": false, + "name": "Insert", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "child", + "typeName": "UnityEngine.UIElements.VisualElement" + } + ], + "isStatic": false, + "name": "Remove", + "comment": "Removes this child from the hierarchy\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "RemoveAt", + "comment": "Remove the child element located at this position from this element's contentContainer\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Clear", + "comment": "Remove all child elements from this element's contentContainer\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [ + { + "name": "element", + "typeName": "UnityEngine.UIElements.VisualElement" + } + ], + "isStatic": false, + "name": "IndexOf", + "comment": "The index of the element, or -1 if the element is not found.\n\n```plaintext\nParams: element - The element to return the index for.\n \n```\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "VisualElement", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "ElementAt", + "comment": "Retrieves the child element at position\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "IEnumerable", + "params": [], + "isStatic": false, + "name": "Children", + "comment": "Returns the elements from its contentContainer\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "comp", + "typeName": "System.Comparison" + } + ], + "isStatic": false, + "name": "Sort", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "other", + "typeName": "UnityEngine.UIElements.VisualElement.Hierarchy" + } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "x", + "typeName": "UnityEngine.UIElements.VisualElement.Hierarchy" + }, + { + "name": "y", + "typeName": "UnityEngine.UIElements.VisualElement.Hierarchy" + } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "x", + "typeName": "UnityEngine.UIElements.VisualElement.Hierarchy" + }, + { + "name": "y", + "typeName": "UnityEngine.UIElements.VisualElement.Hierarchy" + } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "Hierarchy", + "comment": "Hierarchy is a struct allowing access to the hierarchy of visual elements\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Vector2", + "params": [{ "name": "p", "typeName": "UnityEngine.Vector2" }], + "isStatic": false, + "name": "WorldToLocal", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Vector2", + "params": [{ "name": "p", "typeName": "UnityEngine.Vector2" }], + "isStatic": false, + "name": "LocalToWorld", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Rect", + "params": [{ "name": "r", "typeName": "UnityEngine.Rect" }], + "isStatic": false, + "name": "WorldToLocal", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Rect", + "params": [{ "name": "r", "typeName": "UnityEngine.Rect" }], + "isStatic": false, + "name": "LocalToWorld", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Vector2", + "params": [ + { + "name": "dest", + "typeName": "UnityEngine.UIElements.VisualElement" + }, + { "name": "point", "typeName": "UnityEngine.Vector2" } + ], + "isStatic": false, + "name": "ChangeCoordinatesTo", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Rect", + "params": [ + { + "name": "dest", + "typeName": "UnityEngine.UIElements.VisualElement" + }, + { "name": "rect", "typeName": "UnityEngine.Rect" } + ], + "isStatic": false, + "name": "ChangeCoordinatesTo", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "StretchToParentSize", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "StretchToParentWidth", + "comment": "The given VisualElement's left and right edges will be aligned with the corresponding edges of the parent element.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "manipulator", + "typeName": "UnityEngine.UIElements.IManipulator" + } + ], + "isStatic": false, + "name": "AddManipulator", + "comment": "Add a manipulator associated to a VisualElement.\n\n```plaintext\nParams: ele - VisualElement associated to the manipulator.\n manipulator - Manipulator to be added to the VisualElement.\n \n```\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "manipulator", + "typeName": "UnityEngine.UIElements.IManipulator" + } + ], + "isStatic": false, + "name": "RemoveManipulator", + "comment": "Remove a manipulator associated to a VisualElement.\n\n```plaintext\nParams: ele - VisualElement associated to the manipulator.\n manipulator - Manipulator to be removed from the VisualElement.\n \n```\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "VisualElementExtensions", + "comment": "VisualElementExtensions is a set of extension methods useful for VisualElement.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.UIElements.Experimental.ITransitionAnimations", + "name": "animation", + "comment": "Returns the animation experimental interface.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [], + "name": "IExperimentalFeatures", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.FocusChangeDirection", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "UnityEngine.UIElements.FocusChangeDirection", + "name": "left", + "comment": "The focus is moving to the left.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.FocusChangeDirection", + "name": "right", + "comment": "The focus is moving to the right.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [], + "name": "VisualElementFocusChangeDirection", + "comment": "Define focus change directions for the VisualElementFocusRing.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "object", + "attribute": "", + "interfaces": ["IFocusRing"], + "fields": [ + { + "typeName": "UnityEngine.UIElements.VisualElementFocusRing.DefaultFocusOrder", + "name": "defaultFocusOrder", + "comment": "The focus order for elements having 0 has a focusIndex.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "root", + "typeName": "UnityEngine.UIElements.VisualElement" + }, + { + "name": "dfo", + "typeName": "UnityEngine.UIElements.VisualElementFocusRing.DefaultFocusOrder" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "FocusChangeDirection", + "params": [ + { + "name": "currentFocusable", + "typeName": "UnityEngine.UIElements.Focusable" + }, + { "name": "e", "typeName": "UnityEngine.UIElements.EventBase" } + ], + "isStatic": false, + "name": "GetFocusChangeDirection", + "comment": "Get the direction of the focus change for the given event. For example, when the Tab key is pressed, focus should be given to the element to the right in the focus ring.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Focusable", + "params": [ + { + "name": "currentFocusable", + "typeName": "UnityEngine.UIElements.Focusable" + }, + { + "name": "direction", + "typeName": "UnityEngine.UIElements.FocusChangeDirection" + } + ], + "isStatic": false, + "name": "GetNextFocusable", + "comment": "Get the next element in the given direction.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "VisualElementFocusRing", + "comment": "Implementation of a linear focus ring. Elements are sorted according to their focusIndex.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.UIElements.VisualElementFocusRing.DefaultFocusOrder", + "name": "ChildOrder", + "comment": "Order elements using a depth-first pre-order traversal of the element tree.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.VisualElementFocusRing.DefaultFocusOrder", + "name": "PositionXY", + "comment": "Order elements according to their position, first by X, then by Y.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.VisualElementFocusRing.DefaultFocusOrder", + "name": "PositionYX", + "comment": "Order elements according to their position, first by Y, then by X.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.UIElements.VisualElementFocusRing.DefaultFocusOrder", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "DefaultFocusOrder", + "comment": "Ordering of elements in the focus ring.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.UIElements.VisualElement", + "name": "element", + "comment": "Returns the VisualElement this object is associated with.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "bool", + "name": "isActive", + "comment": "Will be true when this item is scheduled. Note that an item's callback will only be executed when it's VisualElement is attached to a panel.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Resume", + "comment": "If not already active, will schedule this item on its VisualElement's scheduler.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Pause", + "comment": "Removes this item from its VisualElement's scheduler.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "delayMs", "typeName": "long" }], + "isStatic": false, + "name": "ExecuteLater", + "comment": "Cancels any previously scheduled execution of this item and re-schedules the item.\n\n```plaintext\nParams: delayMs - Minimum time in milliseconds before this item will be executed.\n \n```\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "IVisualElementScheduledItem", + "params": [{ "name": "delayMs", "typeName": "long" }], + "isStatic": false, + "name": "StartingIn", + "comment": "This ScheduledItem.\n\n```plaintext\nParams: delayMs - The minimum number of milliseconds after activation where this item's action will be executed.\n \n```\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "IVisualElementScheduledItem", + "params": [{ "name": "intervalMs", "typeName": "long" }], + "isStatic": false, + "name": "Every", + "comment": "This ScheduledItem.\n\n```plaintext\nParams: intervalMs - Minimum amount of time in milliseconds between each action execution.\n \n```\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "IVisualElementScheduledItem", + "params": [ + { "name": "stopCondition", "typeName": "System.Func" } + ], + "isStatic": false, + "name": "Until", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "IVisualElementScheduledItem", + "params": [{ "name": "durationMs", "typeName": "long" }], + "isStatic": false, + "name": "ForDuration", + "comment": "This ScheduledItem.\n\n```plaintext\nParams: durationMs - The total duration in milliseconds where this item will be active.\n \n```\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "IVisualElementScheduledItem", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "IVisualElementScheduledItem", + "params": [ + { + "name": "timerUpdateEvent", + "typeName": "System.Action" + } + ], + "isStatic": false, + "name": "Execute", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "IVisualElementScheduledItem", + "params": [{ "name": "updateEvent", "typeName": "System.Action" }], + "isStatic": false, + "name": "Execute", + "comment": "Reference to the scheduled action.\n\n```plaintext\nParams: timerUpdateEvent - The action to be executed.\n updateEvent - The action to be executed.\n \n```\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "IVisualElementScheduler", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IEquatable"], + "fields": [ + { + "typeName": "int", + "name": "count", + "comment": "Number of style sheets attached to the owner element.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.StyleSheet", + "name": "this[]", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "styleSheet", + "typeName": "UnityEngine.UIElements.StyleSheet" + } + ], + "isStatic": false, + "name": "Add", + "comment": "Adds a style sheet for the owner element.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Clear", + "comment": "Removes all style sheets for the owner element.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "styleSheet", + "typeName": "UnityEngine.UIElements.StyleSheet" + } + ], + "isStatic": false, + "name": "Remove", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "styleSheet", + "typeName": "UnityEngine.UIElements.StyleSheet" + } + ], + "isStatic": false, + "name": "Contains", + "comment": "True if the style sheet is attached to the owner element, false otherwise.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "other", + "typeName": "UnityEngine.UIElements.VisualElementStyleSheetSet" + } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "left", + "typeName": "UnityEngine.UIElements.VisualElementStyleSheetSet" + }, + { + "name": "right", + "typeName": "UnityEngine.UIElements.VisualElementStyleSheetSet" + } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "left", + "typeName": "UnityEngine.UIElements.VisualElementStyleSheetSet" + }, + { + "name": "right", + "typeName": "UnityEngine.UIElements.VisualElementStyleSheetSet" + } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "VisualElementStyleSheetSet", + "comment": "This structure manipulates the set of StyleSheet objects attached to the owner VisualElement.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.UxmlFactory", + "attribute": "", + "interfaces": ["IUxmlFactory"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Constructor.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "UxmlFactory", + "comment": "Instantiates a BindableElement using the data read from a UXML file.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.VisualElement.UxmlTraits", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Constructor.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "ve", + "typeName": "UnityEngine.UIElements.VisualElement" + }, + { + "name": "bag", + "typeName": "UnityEngine.UIElements.IUxmlAttributes" + }, + { + "name": "cc", + "typeName": "UnityEngine.UIElements.CreationContext" + } + ], + "isStatic": false, + "name": "Init", + "comment": "Initialize EnumField properties using values from the attribute bag.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "UxmlTraits", + "comment": "Defines UxmlTraits for the BindableElement.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.UxmlFactory", + "attribute": "", + "interfaces": ["IUxmlFactory"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Constructor.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "UxmlFactory", + "comment": "Instantiates an IMGUIContainer using the data read from a UXML file.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.VisualElement.UxmlTraits", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Collections.Generic.IEnumerable", + "name": "uxmlChildElementsDescription", + "comment": "Returns an empty enumerable, as IMGUIContainer cannot have VisualElement children.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Constructor.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "UxmlTraits", + "comment": "Defines UxmlTraits for the IMGUIContainer.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.VisualElement", + "attribute": "", + "interfaces": [ + "IEventHandler", + "ITransform", + "ITransitionAnimations", + "IExperimentalFeatures", + "IVisualElementScheduler", + "IResolvedStyle" + ], + "fields": [ + { + "typeName": "bool", + "name": "cullingEnabled", + "comment": "When this property is set to true, the Element does not repaint itself when it is outside the viewport.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Constructor.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "ImmediateModeElement", + "comment": "VisualElement that can implement custom immediate mode rendering.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.BindableElement", + "attribute": "", + "interfaces": [ + "IEventHandler", + "ITransform", + "ITransitionAnimations", + "IExperimentalFeatures", + "IVisualElementScheduler", + "IResolvedStyle", + "IBindable", + "INotifyValueChanged" + ], + "fields": [ + { + "typeName": "string", + "name": "ussClassName", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "string", + "name": "labelUssClassName", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "string", + "name": "inputUssClassName", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "string", + "name": "noLabelVariantUssClassName", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "string", + "name": "labelDraggerVariantUssClassName", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "TValueType", + "name": "value", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.Label", + "name": "labelElement", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "string", + "name": "label", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "newValue", "typeName": "TValueType" }], + "isStatic": false, + "name": "SetValueWithoutNotify", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "BaseField", + "comment": "Abstract base class for controls.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.BindableElement.UxmlTraits", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "ve", + "typeName": "UnityEngine.UIElements.VisualElement" + }, + { + "name": "bag", + "typeName": "UnityEngine.UIElements.IUxmlAttributes" + }, + { + "name": "cc", + "typeName": "UnityEngine.UIElements.CreationContext" + } + ], + "isStatic": false, + "name": "Init", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "UxmlTraits", + "comment": "Defines UxmlTraits for the BaseField.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.BaseField.UxmlTraits", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "ve", + "typeName": "UnityEngine.UIElements.VisualElement" + }, + { + "name": "bag", + "typeName": "UnityEngine.UIElements.IUxmlAttributes" + }, + { + "name": "cc", + "typeName": "UnityEngine.UIElements.CreationContext" + } + ], + "isStatic": false, + "name": "Init", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "BaseFieldTraits", + "comment": "Traits for the BaseField.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.UIElements.SliderDirection", + "name": "Horizontal", + "comment": "An horizontal slider is made with a SliderDirection Horizontal.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.SliderDirection", + "name": "Vertical", + "comment": "An vertical slider is made with a SliderDirection Vertical.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.UIElements.SliderDirection", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "SliderDirection", + "comment": "This is the direction of the Slider and SliderInt.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.BaseField", + "attribute": "", + "interfaces": [ + "IEventHandler", + "ITransform", + "ITransitionAnimations", + "IExperimentalFeatures", + "IVisualElementScheduler", + "IResolvedStyle", + "IBindable", + "INotifyValueChanged" + ], + "fields": [ + { + "typeName": "string", + "name": "ussClassName", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "string", + "name": "labelUssClassName", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "string", + "name": "inputUssClassName", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "string", + "name": "horizontalVariantUssClassName", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "string", + "name": "verticalVariantUssClassName", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "string", + "name": "dragContainerUssClassName", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "string", + "name": "trackerUssClassName", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "string", + "name": "draggerUssClassName", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "string", + "name": "draggerBorderUssClassName", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "string", + "name": "textFieldClassName", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "TValueType", + "name": "lowValue", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "TValueType", + "name": "highValue", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "TValueType", + "name": "range", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "float", + "name": "pageSize", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "bool", + "name": "showInputField", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "TValueType", + "name": "value", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.SliderDirection", + "name": "direction", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "newValue", "typeName": "TValueType" }], + "isStatic": false, + "name": "SetValueWithoutNotify", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "factor", "typeName": "float" }], + "isStatic": false, + "name": "AdjustDragElement", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "BaseSlider", + "comment": "This is a base class for the Slider fields.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.UIElements.IBinding", + "name": "binding", + "comment": "Binding object that will be updated.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "string", + "name": "bindingPath", + "comment": "Path of the target property to be bound.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [], + "name": "IBindable", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "PreUpdate", + "comment": "Called at regular intervals to synchronize bound properties to their IBindable counterparts. Called before the Update() method.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Update", + "comment": "Called at regular intervals to synchronize bound properties to their IBindable counterparts.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Release", + "comment": "Disconnects the field from its bound property\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "IBinding", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "IsBound", + "comment": "True if this IBindable is bound to a property.\n\n```plaintext\nParams: control - This Bindable object.\n \n```\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "IBindingExtensions", + "comment": "Extensions methods to provide additional IBindable functionality.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.VisualElement", + "attribute": "", + "interfaces": [ + "IEventHandler", + "ITransform", + "ITransitionAnimations", + "IExperimentalFeatures", + "IVisualElementScheduler", + "IResolvedStyle" + ], + "fields": [ + { + "typeName": "string", + "name": "ussClassName", + "comment": "USS class name of elements of this type.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "Box", + "comment": "Styled visual element to match the IMGUI Box Style.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.TextElement", + "attribute": "", + "interfaces": [ + "IEventHandler", + "ITransform", + "ITransitionAnimations", + "IExperimentalFeatures", + "IVisualElementScheduler", + "IResolvedStyle", + "IBindable", + "ITextElement", + "INotifyValueChanged" + ], + "fields": [ + { + "typeName": "string", + "name": "ussClassName", + "comment": "USS class name of elements of this type.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.Clickable", + "name": "clickable", + "comment": "Clickable MouseManipulator for this Button.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "System.Action", + "name": "onClick", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "System.Action", + "name": "clicked", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.Action" }], + "isStatic": false, + "name": "add_onClick", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.Action" }], + "isStatic": false, + "name": "remove_onClick", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.Action" }], + "isStatic": false, + "name": "add_clicked", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.Action" }], + "isStatic": false, + "name": "remove_clicked", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Constructs a Button.\n\n```plaintext\nParams: clickEvent - Action triggered when the button is clicked.\n \n```\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "clickEvent", "typeName": "System.Action" }], + "isStatic": false, + "name": ".ctor", + "comment": "Constructs a Button.\n\n```plaintext\nParams: clickEvent - Action triggered when the button is clicked.\n \n```\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "Button", + "comment": "A clickable button.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.BindableElement", + "attribute": "", + "interfaces": [ + "IEventHandler", + "ITransform", + "ITransitionAnimations", + "IExperimentalFeatures", + "IVisualElementScheduler", + "IResolvedStyle", + "IBindable", + "INotifyValueChanged" + ], + "fields": [ + { + "typeName": "string", + "name": "ussClassName", + "comment": "USS class name of elements of this type.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "string", + "name": "toggleUssClassName", + "comment": "USS class name of toggle elements in elements of this type.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "string", + "name": "contentUssClassName", + "comment": "USS class name of content element in a Foldout.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.VisualElement", + "name": "contentContainer", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "string", + "name": "text", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "bool", + "name": "value", + "comment": "Contains the collapse state. True if the Foldout is open and the contents are visible. False if it's collapsed.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "newValue", "typeName": "bool" }], + "isStatic": false, + "name": "SetValueWithoutNotify", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "Foldout", + "comment": "Collapsable section of UI.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.UIElements.HelpBoxMessageType", + "name": "None", + "comment": "Neutral message.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.HelpBoxMessageType", + "name": "Info", + "comment": "Info message.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.HelpBoxMessageType", + "name": "Warning", + "comment": "Warning message.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.HelpBoxMessageType", + "name": "Error", + "comment": "Error message.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.UIElements.HelpBoxMessageType", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "HelpBoxMessageType", + "comment": "User message types.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.UxmlFactory", + "attribute": "", + "interfaces": ["IUxmlFactory"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Constructor.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "UxmlFactory", + "comment": "Instantiates a Box using the data read from a UXML file.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.VisualElement", + "attribute": "", + "interfaces": [ + "IEventHandler", + "ITransform", + "ITransitionAnimations", + "IExperimentalFeatures", + "IVisualElementScheduler", + "IResolvedStyle" + ], + "fields": [ + { + "typeName": "string", + "name": "ussClassName", + "comment": "The USS class name for Elements of this type.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "string", + "name": "labelUssClassName", + "comment": "The USS class name for labels in Elements of this type.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "string", + "name": "iconUssClassName", + "comment": "The USS class name for images in Elements of this type.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "string", + "name": "iconInfoUssClassName", + "comment": "The USS class name for the HelpBoxMessageType.Info state in Elements of this type.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "string", + "name": "iconwarningUssClassName", + "comment": "The USS class name for the HelpBoxMessageType.Warning state in Elements of this type.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "string", + "name": "iconErrorUssClassName", + "comment": "The USS class name for the HelpBoxMessageType.Error state in Elements of this type.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "string", + "name": "text", + "comment": "The message text.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.HelpBoxMessageType", + "name": "messageType", + "comment": "The type of message.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Creates a new HelpBox.\n\n```plaintext\nParams: text - The message text.\n messageType - The type of message.\n \n```\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "text", "typeName": "string" }, + { + "name": "messageType", + "typeName": "UnityEngine.UIElements.HelpBoxMessageType" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Creates a new HelpBox.\n\n```plaintext\nParams: text - The message text.\n messageType - The type of message.\n \n```\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "HelpBox", + "comment": "Makes a help box with a message to the user.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.UxmlFactory", + "attribute": "", + "interfaces": ["IUxmlFactory"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Constructor.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "UxmlFactory", + "comment": "Instantiates a Foldout using the data read from a UXML file.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.VisualElement", + "attribute": "", + "interfaces": [ + "IEventHandler", + "ITransform", + "ITransitionAnimations", + "IExperimentalFeatures", + "IVisualElementScheduler", + "IResolvedStyle" + ], + "fields": [ + { + "typeName": "string", + "name": "ussClassName", + "comment": "USS class name of elements of this type.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.Texture", + "name": "image", + "comment": "The texture to display in this image. You cannot set this and Image.vectorImage at the same time.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.VectorImage", + "name": "vectorImage", + "comment": "The VectorImage to display in this image. You cannot set this and Image.image at the same time.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.Rect", + "name": "sourceRect", + "comment": "The source rectangle inside the texture relative to the top left corner.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.Rect", + "name": "uv", + "comment": "The base texture coordinates of the Image relative to the bottom left corner.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.ScaleMode", + "name": "scaleMode", + "comment": "ScaleMode used to display the Image.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.Color", + "name": "tintColor", + "comment": "Tinting color for this Image.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Constructor.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "Image", + "comment": "A VisualElement representing a source texture.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.BindableElement.UxmlTraits", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "ve", + "typeName": "UnityEngine.UIElements.VisualElement" + }, + { + "name": "bag", + "typeName": "UnityEngine.UIElements.IUxmlAttributes" + }, + { + "name": "cc", + "typeName": "UnityEngine.UIElements.CreationContext" + } + ], + "isStatic": false, + "name": "Init", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "UxmlTraits", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.TextElement", + "attribute": "", + "interfaces": [ + "IEventHandler", + "ITransform", + "ITransitionAnimations", + "IExperimentalFeatures", + "IVisualElementScheduler", + "IResolvedStyle", + "IBindable", + "ITextElement", + "INotifyValueChanged" + ], + "fields": [ + { + "typeName": "string", + "name": "ussClassName", + "comment": "USS class name of elements of this type.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Constructs a label.\n\n```plaintext\nParams: text - The text to be displayed.\n \n```\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "text", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "Constructs a label.\n\n```plaintext\nParams: text - The text to be displayed.\n \n```\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "Label", + "comment": "Provides an Element displaying text.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.UxmlFactory", + "attribute": "", + "interfaces": ["IUxmlFactory"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Constructor.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "UxmlFactory", + "comment": "Instantiates a Button using the data read from a UXML file.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.TextElement.UxmlTraits", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Constructor.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "UxmlTraits", + "comment": "Defines UxmlTraits for the Button.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.UIElements.AlternatingRowBackground", + "name": "None", + "comment": "Do not alternate background colors for rows.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.AlternatingRowBackground", + "name": "ContentOnly", + "comment": "Display alternating background colors only for rows that contain content.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.AlternatingRowBackground", + "name": "All", + "comment": "Display alternating background colors for all rows in the ListView, regardless of whether they contain content.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.UIElements.AlternatingRowBackground", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "AlternatingRowBackground", + "comment": "Options for displaying alternating background colors for ListView rows.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.BindableElement", + "attribute": "", + "interfaces": [ + "IEventHandler", + "ITransform", + "ITransitionAnimations", + "IExperimentalFeatures", + "IVisualElementScheduler", + "IResolvedStyle", + "IBindable", + "ISerializationCallbackReceiver" + ], + "fields": [ + { + "typeName": "string", + "name": "ussClassName", + "comment": "USS class name for elements of this type.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "string", + "name": "borderUssClassName", + "comment": "The USS class name. Enable the showBorder property to apply this class to the ListView.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "string", + "name": "itemUssClassName", + "comment": "The USS class name of item elements in elements of this type.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "string", + "name": "dragHoverBarUssClassName", + "comment": "The USS class name of the drag hover bar.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "string", + "name": "itemDragHoverUssClassName", + "comment": "The USS class name that is applied to the element on drag hover.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "string", + "name": "itemSelectedVariantUssClassName", + "comment": "The USS class name of item elements in elements of this type, when they are selected.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "string", + "name": "itemAlternativeBackgroundUssClassName", + "comment": "The USS class name for odd rows in the ListView.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "System.Collections.IList", + "name": "itemsSource", + "comment": "The items data source. This property must be set for the list view to function.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "System.Func", + "name": "makeItem", + "comment": "Callback for constructing the VisualElement that will serve as the template for each recycled and re-bound element in the list. This property must be set for the list view to function.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "System.Action", + "name": "unbindItem", + "comment": "Callback for unbinding a data item from the visual element.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "System.Action", + "name": "bindItem", + "comment": "Callback for binding a data item to the visual element.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "float", + "name": "resolvedItemHeight", + "comment": "Computed pixel aligned height for the list elements. This value will change depending on the current panel's dpi scaling. See Also: ListView.itemHeight.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "int", + "name": "itemHeight", + "comment": "ListView requires all visual elements to have the same height so that it can calculate a sensible scroller size. This property must be set for the list view to function.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "bool", + "name": "showBorder", + "comment": "Enable this property to display a border around the ListView.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "bool", + "name": "reorderable", + "comment": "Gets or sets a value that indicates whether the user can drag list items to reorder them.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "int", + "name": "selectedIndex", + "comment": "Returns the selected item's index in the items source. If multiple items are selected, returns the first selected item's index.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "System.Collections.Generic.IEnumerable", + "name": "selectedIndices", + "comment": "The indices of selected items in the items source.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "object", + "name": "selectedItem", + "comment": "Returns the selected item from the items source. If multiple items are selected, returns the first selected item.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "System.Collections.Generic.IEnumerable", + "name": "selectedItems", + "comment": "The selected items from the items source.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.VisualElement", + "name": "contentContainer", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.SelectionType", + "name": "selectionType", + "comment": "Controls the selection state. You can set the state to disable selections, have one selectable item, or have multiple selectable items.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.AlternatingRowBackground", + "name": "showAlternatingRowBackgrounds", + "comment": "Enable this property to display alternating background colors for rows in the ListView.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "bool", + "name": "showBoundCollectionSize", + "comment": "When you bind a list view to an array, this property controls whether the list view displays the collection size as the first list item. Set to true to display the collection size, false to omit it. Default is true. See Also: UnityEditor.UIElements.BindingExtensions.Bind\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "bool", + "name": "horizontalScrollingEnabled", + "comment": "This flag indicates whether the ListView should show a horizontal scroll bar when its content does not fit. The default value is False.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "System.Action", + "name": "onItemChosen", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "System.Action>", + "name": "onItemsChosen", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "System.Action>", + "name": "onSelectionChanged", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "System.Action>", + "name": "onSelectionChange", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.Action" }], + "isStatic": false, + "name": "add_onItemChosen", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.Action" }], + "isStatic": false, + "name": "remove_onItemChosen", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Action>" + } + ], + "isStatic": false, + "name": "add_onItemsChosen", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Action>" + } + ], + "isStatic": false, + "name": "remove_onItemsChosen", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Action>" + } + ], + "isStatic": false, + "name": "add_onSelectionChanged", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Action>" + } + ], + "isStatic": false, + "name": "remove_onSelectionChanged", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Action>" + } + ], + "isStatic": false, + "name": "add_onSelectionChange", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "value", + "typeName": "System.Action>" + } + ], + "isStatic": false, + "name": "remove_onSelectionChange", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "itemsSource", "typeName": "System.Collections.IList" }, + { "name": "itemHeight", "typeName": "int" }, + { + "name": "makeItem", + "typeName": "System.Func" + }, + { + "name": "bindItem", + "typeName": "System.Action" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "evt", "typeName": "UnityEngine.UIElements.KeyDownEvent" } + ], + "isStatic": false, + "name": "OnKeyDown", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "ScrollToItem", + "comment": "Scroll to a specific item index and make it visible.\n\n```plaintext\nParams: index - Item index to scroll to. Specify -1 to make the last item visible.\n \n```\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "AddToSelection", + "comment": "Adds an item to the collection of selected items.\n\n```plaintext\nParams: index - Item index.\n \n```\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "RemoveFromSelection", + "comment": "Removes an item from the collection of selected items.\n\n```plaintext\nParams: index - Item index.\n \n```\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "SetSelection", + "comment": "Sets the currently selected item.\n\n```plaintext\nParams: index - Item index.\n \n```\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "indices", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": false, + "name": "SetSelection", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "indices", + "typeName": "System.Collections.Generic.IEnumerable" + } + ], + "isStatic": false, + "name": "SetSelectionWithoutNotify", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ClearSelection", + "comment": "Unselects any selected items.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "visualElement", + "typeName": "UnityEngine.UIElements.VisualElement" + } + ], + "isStatic": false, + "name": "ScrollTo", + "comment": "Scroll to a specific visual element.\n\n```plaintext\nParams: visualElement - Element to scroll to.\n \n```\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Refresh", + "comment": "Clear, recreate all visible visual elements, and rebind all items. This should be called whenever the items source changes.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "ListView", + "comment": "A vertically scrollable area that only creates visual elements for visible items while allowing the binding of many more items. As the user scrolls, visual elements are recycled and re-bound to new data items.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.UxmlFactory", + "attribute": "", + "interfaces": ["IUxmlFactory"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Constructor.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "UxmlFactory", + "comment": "Instantiates a HelpBox with data from a UXML file.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.VisualElement.UxmlTraits", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "ve", + "typeName": "UnityEngine.UIElements.VisualElement" + }, + { + "name": "bag", + "typeName": "UnityEngine.UIElements.IUxmlAttributes" + }, + { + "name": "cc", + "typeName": "UnityEngine.UIElements.CreationContext" + } + ], + "isStatic": false, + "name": "Init", + "comment": "Initializes HelpBox properties with values from an attribute bag.\n\n```plaintext\nParams: ve - The Element to initialize.\n bag - The attribute bag.\n cc - The creation context; unused.\n \n```\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Constructor.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "UxmlTraits", + "comment": "Defines UxmlTraits for the HelpBox.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.BaseField", + "attribute": "", + "interfaces": [ + "IEventHandler", + "ITransform", + "ITransitionAnimations", + "IExperimentalFeatures", + "IVisualElementScheduler", + "IResolvedStyle", + "IBindable", + "INotifyValueChanged" + ], + "fields": [ + { + "typeName": "string", + "name": "ussClassName", + "comment": "USS class name of elements of this type.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "string", + "name": "labelUssClassName", + "comment": "USS class name of labels in elements of this type.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "string", + "name": "inputUssClassName", + "comment": "USS class name of input elements in elements of this type.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "string", + "name": "trackerUssClassName", + "comment": "USS class name of tracker elements in elements of this type.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "string", + "name": "draggerUssClassName", + "comment": "USS class name of dragger elements in elements of this type.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "string", + "name": "minThumbUssClassName", + "comment": "USS class name of the minimum thumb elements in elements of this type.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "string", + "name": "maxThumbUssClassName", + "comment": "USS class name of the maximum thumb elements in elements of this type.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "float", + "name": "minValue", + "comment": "This is the low value of the range represented on the slider.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "float", + "name": "maxValue", + "comment": "This is the high value of the range represented on the slider.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "value", + "comment": "This is the value of the slider. This is a Vector2 where the x is the lower bound and the y is the higher bound.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "float", + "name": "range", + "comment": "Returns the range of the low/high limits of the slider.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "float", + "name": "lowLimit", + "comment": "This is the low limit of the slider.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "float", + "name": "highLimit", + "comment": "This is the high limit of the slider.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "newValue", "typeName": "UnityEngine.Vector2" }], + "isStatic": false, + "name": "SetValueWithoutNotify", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Constructor.\n\n```plaintext\nParams: minValue - The minimum value in the range to be represented.\n maxValue - The maximum value in the range to be represented.\n minLimit - The minimum value of the slider limit.\n maxLimit - The maximum value of the slider limit.\n direction - This is the sldier direction, for now, only Horizontal is supported.\n \n```\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "minValue", "typeName": "float" }, + { "name": "maxValue", "typeName": "float" }, + { "name": "minLimit", "typeName": "float" }, + { "name": "maxLimit", "typeName": "float" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "label", "typeName": "string" }, + { "name": "minValue", "typeName": "float" }, + { "name": "maxValue", "typeName": "float" }, + { "name": "minLimit", "typeName": "float" }, + { "name": "maxLimit", "typeName": "float" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "MinMaxSlider", + "comment": "A min/max slider containing a representation of a range.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.UxmlFactory", + "attribute": "", + "interfaces": ["IUxmlFactory"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Constructor.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "UxmlFactory", + "comment": "Instantiates an Image using the data read from a UXML file.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.VisualElement.UxmlTraits", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Collections.Generic.IEnumerable", + "name": "uxmlChildElementsDescription", + "comment": "Returns an empty enumerable, as images generally do not have children.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Constructor.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "UxmlTraits", + "comment": "Defines UxmlTraits for the Image.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.UxmlFactory", + "attribute": "", + "interfaces": ["IUxmlFactory"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Constructor.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "UxmlFactory", + "comment": "Instantiates a Label using the data read from a UXML file.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.TextElement.UxmlTraits", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Constructor.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "UxmlTraits", + "comment": "Defines UxmlTraits for the Label.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.TextElement", + "attribute": "", + "interfaces": [ + "IEventHandler", + "ITransform", + "ITransitionAnimations", + "IExperimentalFeatures", + "IVisualElementScheduler", + "IResolvedStyle", + "IBindable", + "ITextElement", + "INotifyValueChanged" + ], + "fields": [ + { + "typeName": "string", + "name": "ussClassName", + "comment": "USS class name of elements of this type.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "string", + "name": "contentUssClassName", + "comment": "USS class name of content elements in elements of this type.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.VisualElement", + "name": "contentContainer", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "PopupWindow", + "comment": "Styled visual element that matches the EditorGUILayout.Popup IMGUI element.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [ + { + "typeName": "T", + "name": "value", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "newValue", "typeName": "T" }], + "isStatic": false, + "name": "SetValueWithoutNotify", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "INotifyValueChanged", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.UxmlFactory", + "attribute": "", + "interfaces": ["IUxmlFactory"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Constructor.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "UxmlFactory", + "comment": "Instantiates a ListView using the data read from a UXML file.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "callback", + "typeName": "UnityEngine.UIElements.EventCallback>" + } + ], + "isStatic": false, + "name": "RegisterValueChangedCallback", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "callback", + "typeName": "UnityEngine.UIElements.EventCallback>" + } + ], + "isStatic": false, + "name": "UnregisterValueChangedCallback", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "INotifyValueChangedExtensions", + "comment": "INotifyValueChangedExtensions is a set of extension methods useful for objects implementing INotifyValueChanged.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.BindableElement.UxmlTraits", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Collections.Generic.IEnumerable", + "name": "uxmlChildElementsDescription", + "comment": "Returns an empty enumerable, as list views generally do not have children.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "ve", + "typeName": "UnityEngine.UIElements.VisualElement" + }, + { + "name": "bag", + "typeName": "UnityEngine.UIElements.IUxmlAttributes" + }, + { + "name": "cc", + "typeName": "UnityEngine.UIElements.CreationContext" + } + ], + "isStatic": false, + "name": "Init", + "comment": "Initialize ListView properties using values from the attribute bag.\n\n```plaintext\nParams: ve - The object to initialize.\n bag - The attribute bag.\n cc - The creation context; unused.\n \n```\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Constructor.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "UxmlTraits", + "comment": "Defines UxmlTraits for the ListView.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.UxmlFactory", + "attribute": "", + "interfaces": ["IUxmlFactory"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Constructor.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "UxmlFactory", + "comment": "Instantiates a MinMaxSlider using the data read from a UXML file.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.BaseField.UxmlTraits", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "ve", + "typeName": "UnityEngine.UIElements.VisualElement" + }, + { + "name": "bag", + "typeName": "UnityEngine.UIElements.IUxmlAttributes" + }, + { + "name": "cc", + "typeName": "UnityEngine.UIElements.CreationContext" + } + ], + "isStatic": false, + "name": "Init", + "comment": "Initialize MinMaxSlider properties using values from the attribute bag.\n\n```plaintext\nParams: ve - The element to initialize.\n bag - The bag of attributes.\n cc - Creation Context, unused.\n \n```\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Constructor.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "UxmlTraits", + "comment": "Defines UxmlTraits for the MinMaxSlider.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.UxmlFactory", + "attribute": "", + "interfaces": ["IUxmlFactory"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Constructor.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "UxmlFactory", + "comment": "Instantiates a PopupWindow using the data read from a UXML file.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.TextElement.UxmlTraits", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Collections.Generic.IEnumerable", + "name": "uxmlChildElementsDescription", + "comment": "Returns an empty enumerable, as popup windows generally do not have children.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Constructor.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "UxmlTraits", + "comment": "Defines UxmlTraits for the PopupWindow.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.TextElement", + "attribute": "", + "interfaces": [ + "IEventHandler", + "ITransform", + "ITransitionAnimations", + "IExperimentalFeatures", + "IVisualElementScheduler", + "IResolvedStyle", + "IBindable", + "ITextElement", + "INotifyValueChanged" + ], + "fields": [ + { + "typeName": "string", + "name": "ussClassName", + "comment": "USS class name of elements of this type.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Constructor.\n\n```plaintext\nParams: clickEvent - The action to execute when the button is pressed.\n delay - The initial delay before the action is executed for the first time.\n interval - The interval between each execution of the action.\n \n```\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "clickEvent", "typeName": "System.Action" }, + { "name": "delay", "typeName": "long" }, + { "name": "interval", "typeName": "long" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Constructor.\n\n```plaintext\nParams: clickEvent - The action to execute when the button is pressed.\n delay - The initial delay before the action is executed for the first time.\n interval - The interval between each execution of the action.\n \n```\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "clickEvent", "typeName": "System.Action" }, + { "name": "delay", "typeName": "long" }, + { "name": "interval", "typeName": "long" } + ], + "isStatic": false, + "name": "SetAction", + "comment": "Set the action that should be executed when the button is pressed.\n\n```plaintext\nParams: clickEvent - The action to execute.\n delay - The initial delay before the action is executed for the first time.\n interval - The interval between each execution of the action.\n \n```\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "RepeatButton", + "comment": "A button that executes an action repeatedly while it is pressed.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.VisualElement", + "attribute": "", + "interfaces": [ + "IEventHandler", + "ITransform", + "ITransitionAnimations", + "IExperimentalFeatures", + "IVisualElementScheduler", + "IResolvedStyle" + ], + "fields": [ + { + "typeName": "string", + "name": "ussClassName", + "comment": "USS class name of elements of this type.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "string", + "name": "horizontalVariantUssClassName", + "comment": "USS class name of elements of this type, when they are displayed horizontally.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "string", + "name": "verticalVariantUssClassName", + "comment": "USS class name of elements of this type, when they are displayed vertically.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "string", + "name": "sliderUssClassName", + "comment": "USS class name of slider elements in elements of this type.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "string", + "name": "lowButtonUssClassName", + "comment": "USS class name of low buttons in elements of this type.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "string", + "name": "highButtonUssClassName", + "comment": "USS class name of high buttons in elements of this type.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.Slider", + "name": "slider", + "comment": "The slider used by this scroller.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.RepeatButton", + "name": "lowButton", + "comment": "Bottom or left scroll button.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.RepeatButton", + "name": "highButton", + "comment": "Top or right scroll button.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "float", + "name": "value", + "comment": "Value that defines the slider position. It lies between lowValue and highValue.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "float", + "name": "lowValue", + "comment": "Minimum value.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "float", + "name": "highValue", + "comment": "Maximum value.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.SliderDirection", + "name": "direction", + "comment": "Direction of this scrollbar.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "System.Action", + "name": "valueChanged", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.Action" }], + "isStatic": false, + "name": "add_valueChanged", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "System.Action" }], + "isStatic": false, + "name": "remove_valueChanged", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Constructor.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "lowValue", "typeName": "float" }, + { "name": "highValue", "typeName": "float" }, + { "name": "valueChanged", "typeName": "System.Action" }, + { + "name": "direction", + "typeName": "UnityEngine.UIElements.SliderDirection" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "factor", "typeName": "float" }], + "isStatic": false, + "name": "Adjust", + "comment": "Updates the slider element size as a ratio of total range. A value greater than 1 will disable the Scroller.\n\n```plaintext\nParams: factor - Slider size ratio.\n \n```\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ScrollPageUp", + "comment": "Will change the value according to the current slider pageSize.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "ScrollPageDown", + "comment": "Will change the value according to the current slider pageSize.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "factor", "typeName": "float" }], + "isStatic": false, + "name": "ScrollPageUp", + "comment": "Will change the value according to the current slider pageSize.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "factor", "typeName": "float" }], + "isStatic": false, + "name": "ScrollPageDown", + "comment": "Will change the value according to the current slider pageSize.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "Scroller", + "comment": "A vertical or horizontal scrollbar.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.UxmlFactory", + "attribute": "", + "interfaces": ["IUxmlFactory"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Constructor.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "UxmlFactory", + "comment": "Instantiates a RepeatButton using the data read from a UXML file.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.TextElement.UxmlTraits", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "ve", + "typeName": "UnityEngine.UIElements.VisualElement" + }, + { + "name": "bag", + "typeName": "UnityEngine.UIElements.IUxmlAttributes" + }, + { + "name": "cc", + "typeName": "UnityEngine.UIElements.CreationContext" + } + ], + "isStatic": false, + "name": "Init", + "comment": "Initialize RepeatButton properties using values from the attribute bag.\n\n```plaintext\nParams: ve - The object to initialize.\n bag - The attribute bag.\n cc - The creation context; unused.\n \n```\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Constructor.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "UxmlTraits", + "comment": "Defines UxmlTraits for the RepeatButton.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.UxmlFactory", + "attribute": "", + "interfaces": ["IUxmlFactory"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Constructor.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "UxmlFactory", + "comment": "Instantiates a Scroller using the data read from a UXML file.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.VisualElement.UxmlTraits", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Collections.Generic.IEnumerable", + "name": "uxmlChildElementsDescription", + "comment": "Returns an empty enumerable, as scrollers do not have children.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "ve", + "typeName": "UnityEngine.UIElements.VisualElement" + }, + { + "name": "bag", + "typeName": "UnityEngine.UIElements.IUxmlAttributes" + }, + { + "name": "cc", + "typeName": "UnityEngine.UIElements.CreationContext" + } + ], + "isStatic": false, + "name": "Init", + "comment": "Initialize Scroller properties using values from the attribute bag.\n\n```plaintext\nParams: ve - The object to initialize.\n bag - The attribute bag.\n cc - The creation context; unused.\n \n```\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Constructor.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "UxmlTraits", + "comment": "Defines UxmlTraits for the Scroller.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.BaseField", + "attribute": "", + "interfaces": [ + "IEventHandler", + "ITransform", + "ITransitionAnimations", + "IExperimentalFeatures", + "IVisualElementScheduler", + "IResolvedStyle", + "IBindable", + "INotifyValueChanged" + ], + "fields": [ + { + "typeName": "string", + "name": "ussClassName", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "string", + "name": "labelUssClassName", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "string", + "name": "inputUssClassName", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "string", + "name": "textInputUssName", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "string", + "name": "text", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "bool", + "name": "isReadOnly", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "bool", + "name": "isPasswordField", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.Color", + "name": "selectionColor", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.Color", + "name": "cursorColor", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "int", + "name": "cursorIndex", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "int", + "name": "selectIndex", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "int", + "name": "maxLength", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "bool", + "name": "doubleClickSelectsWord", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "bool", + "name": "tripleClickSelectsLine", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "bool", + "name": "isDelayed", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "char", + "name": "maskChar", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "SelectAll", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "TextInputBaseField", + "comment": "Abstract base class used for all text-based fields.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.UIElements.ScrollViewMode", + "name": "Vertical", + "comment": "Configure ScrollView for vertical scrolling.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.ScrollViewMode", + "name": "Horizontal", + "comment": "Configure ScrollView for horizontal scrolling.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.ScrollViewMode", + "name": "VerticalAndHorizontal", + "comment": "Configure ScrollView for vertical and horizontal scrolling.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.UIElements.ScrollViewMode", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "ScrollViewMode", + "comment": "Mode configuring the ScrollView for the intended usage.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.VisualElement", + "attribute": "", + "interfaces": [ + "IEventHandler", + "ITransform", + "ITransitionAnimations", + "IExperimentalFeatures", + "IVisualElementScheduler", + "IResolvedStyle" + ], + "fields": [ + { + "typeName": "string", + "name": "ussClassName", + "comment": "USS class name of elements of this type.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "string", + "name": "viewportUssClassName", + "comment": "USS class name of viewport elements in elements of this type.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "string", + "name": "contentUssClassName", + "comment": "USS class name of content elements in elements of this type.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "string", + "name": "hScrollerUssClassName", + "comment": "USS class name of horizontal scrollers in elements of this type.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "string", + "name": "vScrollerUssClassName", + "comment": "USS class name of vertical scrollers in elements of this type.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "string", + "name": "horizontalVariantUssClassName", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "string", + "name": "verticalVariantUssClassName", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "string", + "name": "verticalHorizontalVariantUssClassName", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "string", + "name": "scrollVariantUssClassName", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "bool", + "name": "showHorizontal", + "comment": "Should the horizontal scroller be visible.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "bool", + "name": "showVertical", + "comment": "Should the vertical scroller be visible.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "scrollOffset", + "comment": "The current scrolling position.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "float", + "name": "horizontalPageSize", + "comment": "This property is controlling the scrolling speed of the horizontal scroller.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "float", + "name": "verticalPageSize", + "comment": "This property is controlling the scrolling speed of the vertical scroller.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "float", + "name": "scrollDecelerationRate", + "comment": "Controls the rate at which the scrolling movement slows after a user scrolls using a touch interaction.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "float", + "name": "elasticity", + "comment": "The amount of elasticity to use when a user tries to scroll past the boundaries of the scroll view.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.ScrollView.TouchScrollBehavior", + "name": "touchScrollBehavior", + "comment": "The behavior to use when a user tries to scroll past the boundaries of the ScrollView content using a touch interaction.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.VisualElement", + "name": "contentViewport", + "comment": "Represents the visible part of contentContainer.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.Scroller", + "name": "horizontalScroller", + "comment": "Horizontal scrollbar.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.Scroller", + "name": "verticalScroller", + "comment": "Vertical Scrollbar.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.VisualElement", + "name": "contentContainer", + "comment": "Contains full content, potentially partially visible.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "child", + "typeName": "UnityEngine.UIElements.VisualElement" + } + ], + "isStatic": false, + "name": "ScrollTo", + "comment": "Scroll to a specific child element.\n\n```plaintext\nParams: child - The child to scroll to.\n \n```\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Constructor.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "scrollViewMode", + "typeName": "UnityEngine.UIElements.ScrollViewMode" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "ScrollView", + "comment": "Displays its contents inside a scrollable frame.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.BaseField", + "attribute": "", + "interfaces": [ + "IEventHandler", + "ITransform", + "ITransitionAnimations", + "IExperimentalFeatures", + "IVisualElementScheduler", + "IResolvedStyle", + "IBindable", + "INotifyValueChanged" + ], + "fields": [ + { + "typeName": "string", + "name": "ussClassName", + "comment": "USS class name of elements of this type.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "string", + "name": "labelUssClassName", + "comment": "USS class name of labels in elements of this type.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "string", + "name": "inputUssClassName", + "comment": "USS class name of input elements in elements of this type.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "string", + "name": "noTextVariantUssClassName", + "comment": "USS class name of elements of this type, when there is no text.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "string", + "name": "checkmarkUssClassName", + "comment": "USS class name of elements of this type.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "string", + "name": "textUssClassName", + "comment": "USS class name of text elements in elements of this type.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "string", + "name": "text", + "comment": "Optional text after the toggle.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "label", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "newValue", "typeName": "bool" }], + "isStatic": false, + "name": "SetValueWithoutNotify", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "Toggle", + "comment": "This is the Toggle field.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.VisualElement", + "attribute": "", + "interfaces": [ + "IEventHandler", + "ITransform", + "ITransitionAnimations", + "IExperimentalFeatures", + "IVisualElementScheduler", + "IResolvedStyle" + ], + "fields": [ + { + "typeName": "UnityEngine.UIElements.VisualElement", + "name": "fixedPane", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.VisualElement", + "name": "flexedPane", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "int", + "name": "fixedPaneIndex", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "float", + "name": "fixedPaneInitialDimension", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.TwoPaneSplitViewOrientation", + "name": "orientation", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.VisualElement", + "name": "contentContainer", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "fixedPaneIndex", "typeName": "int" }, + { "name": "fixedPaneStartDimension", "typeName": "float" }, + { + "name": "orientation", + "typeName": "UnityEngine.UIElements.TwoPaneSplitViewOrientation" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "index", "typeName": "int" }], + "isStatic": false, + "name": "CollapseChild", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "UnCollapse", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "TwoPaneSplitView", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.UxmlFactory", + "attribute": "", + "interfaces": ["IUxmlFactory"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Constructor.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "UxmlFactory", + "comment": "Instantiates a ScrollView using the data read from a UXML file.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.VisualElement.UxmlTraits", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "ve", + "typeName": "UnityEngine.UIElements.VisualElement" + }, + { + "name": "bag", + "typeName": "UnityEngine.UIElements.IUxmlAttributes" + }, + { + "name": "cc", + "typeName": "UnityEngine.UIElements.CreationContext" + } + ], + "isStatic": false, + "name": "Init", + "comment": "Initialize ScrollView properties using values from the attribute bag.\n\n```plaintext\nParams: ve - The object to initialize.\n bag - The attribute bag.\n cc - The creation context; unused.\n \n```\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Constructor.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "UxmlTraits", + "comment": "Defines UxmlTraits for the ScrollView.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.BaseFieldTraits", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "ve", + "typeName": "UnityEngine.UIElements.VisualElement" + }, + { + "name": "bag", + "typeName": "UnityEngine.UIElements.IUxmlAttributes" + }, + { + "name": "cc", + "typeName": "UnityEngine.UIElements.CreationContext" + } + ], + "isStatic": false, + "name": "Init", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "UxmlTraits", + "comment": "Defines UxmlTraits for TextInputFieldBase.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.BaseSlider", + "attribute": "", + "interfaces": [ + "IEventHandler", + "ITransform", + "ITransitionAnimations", + "IExperimentalFeatures", + "IVisualElementScheduler", + "IResolvedStyle", + "IBindable", + "INotifyValueChanged" + ], + "fields": [ + { + "typeName": "string", + "name": "ussClassName", + "comment": "USS class name of elements of this type.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "string", + "name": "labelUssClassName", + "comment": "USS class name of labels in elements of this type.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "string", + "name": "inputUssClassName", + "comment": "USS class name of input elements in elements of this type.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Constructor.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "start", "typeName": "float" }, + { "name": "end", "typeName": "float" }, + { + "name": "direction", + "typeName": "UnityEngine.UIElements.SliderDirection" + }, + { "name": "pageSize", "typeName": "float" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Constructor.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "label", "typeName": "string" }, + { "name": "start", "typeName": "float" }, + { "name": "end", "typeName": "float" }, + { + "name": "direction", + "typeName": "UnityEngine.UIElements.SliderDirection" + }, + { "name": "pageSize", "typeName": "float" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Constructor.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "Slider", + "comment": "A slider containing floating point values.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.UxmlFactory", + "attribute": "", + "interfaces": ["IUxmlFactory"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Constructor.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "UxmlFactory", + "comment": "Instantiates a Toggle using the data read from a UXML file.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.BaseFieldTraits", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "ve", + "typeName": "UnityEngine.UIElements.VisualElement" + }, + { + "name": "bag", + "typeName": "UnityEngine.UIElements.IUxmlAttributes" + }, + { + "name": "cc", + "typeName": "UnityEngine.UIElements.CreationContext" + } + ], + "isStatic": false, + "name": "Init", + "comment": "Initialize Toggle properties using values from the attribute bag.\n\n```plaintext\nParams: ve - The object to initialize.\n bag - The attribute bag.\n cc - The creation context; unused.\n \n```\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Constructor.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "UxmlTraits", + "comment": "Defines UxmlTraits for the Toggle.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.UxmlFactory", + "attribute": "", + "interfaces": ["IUxmlFactory"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "UxmlFactory", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.VisualElement.UxmlTraits", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Collections.Generic.IEnumerable", + "name": "uxmlChildElementsDescription", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "ve", + "typeName": "UnityEngine.UIElements.VisualElement" + }, + { + "name": "bag", + "typeName": "UnityEngine.UIElements.IUxmlAttributes" + }, + { + "name": "cc", + "typeName": "UnityEngine.UIElements.CreationContext" + } + ], + "isStatic": false, + "name": "Init", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "UxmlTraits", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [], + "name": "IPointerCaptureEvent", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.UxmlFactory", + "attribute": "", + "interfaces": ["IUxmlFactory"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Constructor.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "UxmlFactory", + "comment": "Instantiates a Slider using the data read from a UXML file.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.BaseFieldTraits", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "ve", + "typeName": "UnityEngine.UIElements.VisualElement" + }, + { + "name": "bag", + "typeName": "UnityEngine.UIElements.IUxmlAttributes" + }, + { + "name": "cc", + "typeName": "UnityEngine.UIElements.CreationContext" + } + ], + "isStatic": false, + "name": "Init", + "comment": "Initialize Slider properties using values from the attribute bag.\n\n```plaintext\nParams: ve - The object to initialize.\n bag - The attribute bag.\n cc - The creation context; unused.\n \n```\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Constructor.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "UxmlTraits", + "comment": "Defines UxmlTraits for the Slider.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.UIElements.TwoPaneSplitViewOrientation", + "name": "Horizontal", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.TwoPaneSplitViewOrientation", + "name": "Vertical", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.UIElements.TwoPaneSplitViewOrientation", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "TwoPaneSplitViewOrientation", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.BaseSlider", + "attribute": "", + "interfaces": [ + "IEventHandler", + "ITransform", + "ITransitionAnimations", + "IExperimentalFeatures", + "IVisualElementScheduler", + "IResolvedStyle", + "IBindable", + "INotifyValueChanged" + ], + "fields": [ + { + "typeName": "string", + "name": "ussClassName", + "comment": "USS class name of elements of this type.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "string", + "name": "labelUssClassName", + "comment": "USS class name of labels in elements of this type.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "string", + "name": "inputUssClassName", + "comment": "USS class name of input elements in elements of this type.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "float", + "name": "pageSize", + "comment": "The value to add or remove to the SliderInt.value when it is clicked.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Constructors for the SliderInt.\n\n```plaintext\nParams: start - This is the low value of the slider.\n end - This is the high value of the slider.\n direction - This is the slider direction, horizontal or vertical.\n pageSize - This is the number of values to change when the slider is clicked.\n \n```\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "start", "typeName": "int" }, + { "name": "end", "typeName": "int" }, + { + "name": "direction", + "typeName": "UnityEngine.UIElements.SliderDirection" + }, + { "name": "pageSize", "typeName": "float" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "label", "typeName": "string" }, + { "name": "start", "typeName": "int" }, + { "name": "end", "typeName": "int" }, + { + "name": "direction", + "typeName": "UnityEngine.UIElements.SliderDirection" + }, + { "name": "pageSize", "typeName": "float" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "SliderInt", + "comment": "A slider containing Integer discrete values.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.UxmlFactory", + "attribute": "", + "interfaces": ["IUxmlFactory"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Constructor.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "UxmlFactory", + "comment": "Instantiates a SliderInt using the data read from a UXML file.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.BaseFieldTraits", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "ve", + "typeName": "UnityEngine.UIElements.VisualElement" + }, + { + "name": "bag", + "typeName": "UnityEngine.UIElements.IUxmlAttributes" + }, + { + "name": "cc", + "typeName": "UnityEngine.UIElements.CreationContext" + } + ], + "isStatic": false, + "name": "Init", + "comment": "Initialize SliderInt properties using values from the attribute bag.\n\n```plaintext\nParams: ve - The object to initialize.\n bag - The bag of attributes.\n cc - The creation context; unused.\n \n```\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Constructor.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "UxmlTraits", + "comment": "Defines UxmlTraits for the SliderInt.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.TextInputBaseField", + "attribute": "", + "interfaces": [ + "IEventHandler", + "ITransform", + "ITransitionAnimations", + "IExperimentalFeatures", + "IVisualElementScheduler", + "IResolvedStyle", + "IBindable", + "INotifyValueChanged" + ], + "fields": [ + { + "typeName": "string", + "name": "ussClassName", + "comment": "USS class name of elements of this type.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "string", + "name": "labelUssClassName", + "comment": "USS class name of labels in elements of this type.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "string", + "name": "inputUssClassName", + "comment": "USS class name of input elements in elements of this type.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "bool", + "name": "multiline", + "comment": "Set this to true to allow multiple lines in the textfield and false if otherwise.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "string", + "name": "value", + "comment": "The string currently being exposed by the field.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "rangeCursorIndex", "typeName": "int" }, + { "name": "selectionIndex", "typeName": "int" } + ], + "isStatic": false, + "name": "SelectRange", + "comment": "Selects text in the textfield between cursorIndex and selectionIndex.\n\n```plaintext\nParams: cursorIndex - The caret and selection start position.\n selectionIndex - The selection end position.\n \n```\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Creates a new textfield.\n\n```plaintext\nParams: maxLength - The maximum number of characters this textfield can hold. If 0, there is no limit.\n multiline - Set this to true to allow multiple lines in the textfield and false if otherwise.\n isPasswordField - Set this to true to mask the characters and false if otherwise.\n maskChar - The character used for masking in a password field.\n \n```\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "maxLength", "typeName": "int" }, + { "name": "multiline", "typeName": "bool" }, + { "name": "isPasswordField", "typeName": "bool" }, + { "name": "maskChar", "typeName": "char" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Creates a new textfield.\n\n```plaintext\nParams: maxLength - The maximum number of characters this textfield can hold. If 0, there is no limit.\n multiline - Set this to true to allow multiple lines in the textfield and false if otherwise.\n isPasswordField - Set this to true to mask the characters and false if otherwise.\n maskChar - The character used for masking in a password field.\n \n```\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "label", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "label", "typeName": "string" }, + { "name": "maxLength", "typeName": "int" }, + { "name": "multiline", "typeName": "bool" }, + { "name": "isPasswordField", "typeName": "bool" }, + { "name": "maskChar", "typeName": "char" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "newValue", "typeName": "string" }], + "isStatic": false, + "name": "SetValueWithoutNotify", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "TextField", + "comment": "A textfield is a rectangular area where the user can edit a string.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.EventBase", + "attribute": "", + "interfaces": ["IDisposable", "IPointerCaptureEvent"], + "fields": [ + { + "typeName": "UnityEngine.UIElements.IEventHandler", + "name": "relatedTarget", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "int", + "name": "pointerId", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "T", + "params": [ + { + "name": "target", + "typeName": "UnityEngine.UIElements.IEventHandler" + }, + { + "name": "relatedTarget", + "typeName": "UnityEngine.UIElements.IEventHandler" + }, + { "name": "pointerId", "typeName": "int" } + ], + "isStatic": true, + "name": "GetPooled", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "PointerCaptureEventBase", + "comment": "Base class for pointer capture events and mouse capture events.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.PointerCaptureEventBase", + "attribute": "", + "interfaces": ["IDisposable", "IPointerCaptureEvent"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Constructor. Avoid creating new event instances. Instead, use GetPooled() to get an instance from a pool of reusable event instances.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "PointerCaptureOutEvent", + "comment": "Event sent when a VisualElement releases a pointer.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.PointerCaptureEventBase", + "attribute": "", + "interfaces": ["IDisposable", "IPointerCaptureEvent"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Constructor. Avoid creating new event instances. Instead, use GetPooled() to get an instance from a pool of reusable event instances.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "PointerCaptureEvent", + "comment": "Event sent when a pointer is captured by a VisualElement.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [], + "name": "IMouseCaptureEvent", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.PointerCaptureEventBase", + "attribute": "", + "interfaces": [ + "IDisposable", + "IPointerCaptureEvent", + "IMouseCaptureEvent" + ], + "fields": [ + { + "typeName": "UnityEngine.UIElements.IEventHandler", + "name": "relatedTarget", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "T", + "params": [ + { + "name": "target", + "typeName": "UnityEngine.UIElements.IEventHandler" + }, + { + "name": "relatedTarget", + "typeName": "UnityEngine.UIElements.IEventHandler" + } + ], + "isStatic": true, + "name": "GetPooled", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "MouseCaptureEventBase", + "comment": "Event sent when the handler capturing the mouse changes.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.MouseCaptureEventBase", + "attribute": "", + "interfaces": [ + "IDisposable", + "IPointerCaptureEvent", + "IMouseCaptureEvent" + ], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Constructor.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "MouseCaptureOutEvent", + "comment": "Event sent before a handler stops capturing the mouse.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.MouseCaptureEventBase", + "attribute": "", + "interfaces": [ + "IDisposable", + "IPointerCaptureEvent", + "IMouseCaptureEvent" + ], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Constructor.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "MouseCaptureEvent", + "comment": "Event sent after a handler starts capturing the mouse.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [], + "name": "IChangeEvent", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.EventBase>", + "attribute": "", + "interfaces": ["IDisposable", "IChangeEvent"], + "fields": [ + { + "typeName": "T", + "name": "previousValue", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "T", + "name": "newValue", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "ChangeEvent", + "params": [ + { "name": "previousValue", "typeName": "T" }, + { "name": "newValue", "typeName": "T" } + ], + "isStatic": true, + "name": "GetPooled", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "ChangeEvent", + "comment": "Sends an event when a value in a field changes.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.UxmlFactory", + "attribute": "", + "interfaces": ["IUxmlFactory"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Constructor.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "UxmlFactory", + "comment": "Instantiates a TextField using the data read from a UXML file.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.TextInputBaseField.UxmlTraits", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "ve", + "typeName": "UnityEngine.UIElements.VisualElement" + }, + { + "name": "bag", + "typeName": "UnityEngine.UIElements.IUxmlAttributes" + }, + { + "name": "cc", + "typeName": "UnityEngine.UIElements.CreationContext" + } + ], + "isStatic": false, + "name": "Init", + "comment": "Initialize TextField properties using values from the attribute bag.\n\n```plaintext\nParams: ve - The object to initialize.\n bag - The attribute bag.\n cc - The creation context; unused.\n \n```\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Constructor.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "UxmlTraits", + "comment": "Defines UxmlTraits for the TextField.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "commandName", + "comment": "Name of the command.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [], + "name": "ICommandEvent", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.EventBase", + "attribute": "", + "interfaces": ["IDisposable", "ICommandEvent"], + "fields": [ + { + "typeName": "string", + "name": "commandName", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "T", + "params": [ + { "name": "systemEvent", "typeName": "UnityEngine.Event" } + ], + "isStatic": true, + "name": "GetPooled", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "T", + "params": [{ "name": "commandName", "typeName": "string" }], + "isStatic": true, + "name": "GetPooled", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "CommandEventBase", + "comment": "Base class for command events.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.CommandEventBase", + "attribute": "", + "interfaces": ["IDisposable", "ICommandEvent"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Constructor.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "ValidateCommandEvent", + "comment": "The event sent to probe which elements accepts a command.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.CommandEventBase", + "attribute": "", + "interfaces": ["IDisposable", "ICommandEvent"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Constructor.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "ExecuteCommandEvent", + "comment": "The event sent when an element should execute a command.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [], + "name": "IDragAndDropEvent", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.MouseEventBase", + "attribute": "", + "interfaces": [ + "IDisposable", + "IMouseEvent", + "IMouseEventInternal", + "IDragAndDropEvent" + ], + "fields": [], + "methods": [], + "name": "DragAndDropEventBase", + "comment": "Base class for drag and drop events.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.DragAndDropEventBase", + "attribute": "", + "interfaces": [ + "IDisposable", + "IMouseEvent", + "IMouseEventInternal", + "IDragAndDropEvent" + ], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Constructor.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "DragExitedEvent", + "params": [ + { "name": "systemEvent", "typeName": "UnityEngine.Event" } + ], + "isStatic": true, + "name": "GetPooled", + "comment": "An initialized event.\n\n```plaintext\nParams: systemEvent - An IMGUI drag exited event.\n \n```\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "DragExitedEvent", + "comment": "The event sent to a dragged element when the drag and drop process ends.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.DragAndDropEventBase", + "attribute": "", + "interfaces": [ + "IDisposable", + "IMouseEvent", + "IMouseEventInternal", + "IDragAndDropEvent" + ], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Constructor. Avoid renewing events. Instead, use GetPooled() to get an event from a pool of reusable events.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "DragEnterEvent", + "comment": "Use the DragEnterEvent class to manage events that occur when dragging enters an element or one of its descendants. The DragEnterEvent is cancellable, it does not trickle down, and it does not bubble up.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.DragAndDropEventBase", + "attribute": "", + "interfaces": [ + "IDisposable", + "IMouseEvent", + "IMouseEventInternal", + "IDragAndDropEvent" + ], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Constructor. Avoid renewing events. Instead, use GetPooled() to get an event from a pool of reusable events.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "DragLeaveEvent", + "comment": "Use the DragLeaveEvent class to manage events sent when dragging leaves an element or one of its descendants. The DragLeaveEvent is cancellable, it does not trickle down, and it does not bubble up.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.DragAndDropEventBase", + "attribute": "", + "interfaces": [ + "IDisposable", + "IMouseEvent", + "IMouseEventInternal", + "IDragAndDropEvent" + ], + "fields": [], + "methods": [ + { + "returnTypeName": "DragUpdatedEvent", + "params": [ + { "name": "systemEvent", "typeName": "UnityEngine.Event" } + ], + "isStatic": true, + "name": "GetPooled", + "comment": "An initialized event.\n\n```plaintext\nParams: systemEvent - An IMGUI drag updated event.\n \n```\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Constructor.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "DragUpdatedEvent", + "comment": "The event sent when the element being dragged enters a possible drop target.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.DragAndDropEventBase", + "attribute": "", + "interfaces": [ + "IDisposable", + "IMouseEvent", + "IMouseEventInternal", + "IDragAndDropEvent" + ], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Constructor.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "DragPerformEvent", + "comment": "The event sent to an element when another element is dragged and dropped on the element.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "object", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "long", + "name": "eventTypeId", + "comment": "Retrieves the type ID for this event instance.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "long", + "name": "timestamp", + "comment": "The time when the event was created.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "bool", + "name": "bubbles", + "comment": "Whether this event type bubbles up in the event propagation path.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "bool", + "name": "tricklesDown", + "comment": "Whether this event is sent down the event propagation path during the TrickleDown phase.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.IEventHandler", + "name": "target", + "comment": "The target visual element that received this event. Unlike currentTarget, this target does not change when the event is sent to other elements along the propagation path.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "bool", + "name": "isPropagationStopped", + "comment": "Whether StopPropagation() was called for this event.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "bool", + "name": "isImmediatePropagationStopped", + "comment": "Whether StopImmediatePropagation() was called for this event.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "bool", + "name": "isDefaultPrevented", + "comment": "Return true if the default actions should not be executed for this event.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.PropagationPhase", + "name": "propagationPhase", + "comment": "The current propagation phase.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.IEventHandler", + "name": "currentTarget", + "comment": "The current target of the event. This is the VisualElement, in the propagation path, for which event handlers are currently being executed.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "bool", + "name": "dispatch", + "comment": "Whether the event is being dispatched to a visual element. An event cannot be redispatched while it being dispatched. If you need to recursively dispatch an event, it is recommended that you use a copy of the event.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.Event", + "name": "imguiEvent", + "comment": "The IMGUIEvent at the source of this event. The source can be null since not all events are generated by IMGUI.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "originalMousePosition", + "comment": "The original mouse position of the IMGUI event, before it is transformed to the current target local coordinates.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "StopPropagation", + "comment": "Stops propagating this event. The event is not sent to other elements along the propagation path. This method does not prevent other event handlers from executing on the current target.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "StopImmediatePropagation", + "comment": "Immediately stops the propagation of the event. The event is not sent to other elements along the propagation path. This method prevents other event handlers from executing on the current target.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "PreventDefault", + "comment": "Whether the default actions are prevented from being executed for this event.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "Implementation of IDisposable.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "EventBase", + "comment": "The base class for all UIElements events.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "evt", "typeName": "TEventType" }], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "evt", "typeName": "TEventType" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "EventCallback", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "System.MulticastDelegate", + "attribute": "delegate", + "interfaces": ["ICloneable", "ISerializable"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "object", "typeName": "object" }, + { "name": "method", "typeName": "System.IntPtr" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "evt", "typeName": "TEventType" }, + { "name": "userArgs", "typeName": "TCallbackArgs" } + ], + "isStatic": false, + "name": "Invoke", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "IAsyncResult", + "params": [ + { "name": "evt", "typeName": "TEventType" }, + { "name": "userArgs", "typeName": "TCallbackArgs" }, + { "name": "callback", "typeName": "System.AsyncCallback" }, + { "name": "object", "typeName": "object" } + ], + "isStatic": false, + "name": "BeginInvoke", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "result", "typeName": "System.IAsyncResult" }], + "isStatic": false, + "name": "EndInvoke", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "EventCallback", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.UIElements.TrickleDown", + "name": "NoTrickleDown", + "comment": "The event handler should be executed during the AtTarget and BubbleUp phases.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.TrickleDown", + "name": "TrickleDown", + "comment": "The event handler should be executed during the TrickleDown and AtTarget phases.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.UIElements.TrickleDown", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "TrickleDown", + "comment": "Use this enum to specify during which phases the event handler is executed.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.EventBase", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "long", + "name": "eventTypeId", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Int64", + "params": [], + "isStatic": true, + "name": "TypeId", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "T", + "params": [], + "isStatic": true, + "name": "GetPooled", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": "Dispose", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "EventBase", + "comment": "Generic base class for events, implementing event pooling and automatic registration to the event type system.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "e", "typeName": "UnityEngine.UIElements.EventBase" } + ], + "isStatic": false, + "name": "SendEvent", + "comment": "Sends an event to the event handler.\n\n```plaintext\nParams: e - The event to send.\n \n```\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "evt", "typeName": "UnityEngine.UIElements.EventBase" } + ], + "isStatic": false, + "name": "HandleEvent", + "comment": "Handle an event.\n\n```plaintext\nParams: evt - The event to handle.\n \n```\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "HasTrickleDownHandlers", + "comment": "True if the object already has event handlers for the TrickleDown phase.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "HasBubbleUpHandlers", + "comment": "True if object has event handlers for the BubbleUp phase.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "IEventHandler", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "object", + "attribute": "", + "interfaces": ["IEventHandler"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { + "name": "callback", + "typeName": "UnityEngine.UIElements.EventCallback" + }, + { + "name": "useTrickleDown", + "typeName": "UnityEngine.UIElements.TrickleDown" + } + ], + "isStatic": false, + "name": "RegisterCallback", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "callback", + "typeName": "UnityEngine.UIElements.EventCallback" + }, + { "name": "userArgs", "typeName": "TUserArgsType" }, + { + "name": "useTrickleDown", + "typeName": "UnityEngine.UIElements.TrickleDown" + } + ], + "isStatic": false, + "name": "RegisterCallback", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "callback", + "typeName": "UnityEngine.UIElements.EventCallback" + }, + { + "name": "useTrickleDown", + "typeName": "UnityEngine.UIElements.TrickleDown" + } + ], + "isStatic": false, + "name": "UnregisterCallback", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "callback", + "typeName": "UnityEngine.UIElements.EventCallback" + }, + { + "name": "useTrickleDown", + "typeName": "UnityEngine.UIElements.TrickleDown" + } + ], + "isStatic": false, + "name": "UnregisterCallback", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "e", "typeName": "UnityEngine.UIElements.EventBase" } + ], + "isStatic": false, + "name": "SendEvent", + "comment": "Sends an event to the event handler.\n\n```plaintext\nParams: e - The event to send.\n \n```\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "evt", "typeName": "UnityEngine.UIElements.EventBase" } + ], + "isStatic": false, + "name": "HandleEvent", + "comment": "Handle an event, most often by executing the callbacks associated with the event.\n\n```plaintext\nParams: evt - The event to handle.\n \n```\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "HasTrickleDownHandlers", + "comment": "True if object has event handlers for the TrickleDown phase.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [], + "isStatic": false, + "name": "HasBubbleUpHandlers", + "comment": "True if object has event handlers for the BubbleUp phase.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "CallbackEventHandler", + "comment": "Interface for classes capable of having callbacks to handle events.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.UIElements.Focusable", + "name": "relatedTarget", + "comment": "Related target. See implementation for specific meaning.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.FocusChangeDirection", + "name": "direction", + "comment": "Direction of the focus change.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [], + "name": "IFocusEvent", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.EventBase", + "attribute": "", + "interfaces": ["IDisposable", "IFocusEvent"], + "fields": [ + { + "typeName": "UnityEngine.UIElements.Focusable", + "name": "relatedTarget", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.FocusChangeDirection", + "name": "direction", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "T", + "params": [ + { + "name": "target", + "typeName": "UnityEngine.UIElements.IEventHandler" + }, + { + "name": "relatedTarget", + "typeName": "UnityEngine.UIElements.Focusable" + }, + { + "name": "direction", + "typeName": "UnityEngine.UIElements.FocusChangeDirection" + }, + { + "name": "focusController", + "typeName": "UnityEngine.UIElements.FocusController" + }, + { "name": "bIsFocusDelegated", "typeName": "bool" } + ], + "isStatic": true, + "name": "GetPooled", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "FocusEventBase", + "comment": "Base class for focus related events.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.FocusEventBase", + "attribute": "", + "interfaces": ["IDisposable", "IFocusEvent"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Constructor. Avoid creating new event instances. Instead, use GetPooled() to get an instance from a pool of reusable event instances.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "FocusOutEvent", + "comment": "Event sent immediately before an element loses focus. This event trickles down and bubbles up. This event cannot be cancelled.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.FocusEventBase", + "attribute": "", + "interfaces": ["IDisposable", "IFocusEvent"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Constructor. Avoid creating new event instances. Instead, use GetPooled() to get an instance from a pool of reusable event instances.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "BlurEvent", + "comment": "Event sent immediately after an element has lost focus. This event trickles down, it does not bubble up, and it cannot be cancelled.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.FocusEventBase", + "attribute": "", + "interfaces": ["IDisposable", "IFocusEvent"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Constructor.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "FocusInEvent", + "comment": "Event sent immediately before an element gains focus. This event trickles down and bubbles up. This event cannot be cancelled.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.FocusEventBase", + "attribute": "", + "interfaces": ["IDisposable", "IFocusEvent"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Constructor. Avoid creating new event instances. Instead, use GetPooled() to get an instance from a pool of reusable event instances.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "FocusEvent", + "comment": "Event sent immediately after an element has gained focus. This event trickles down, it does not bubble up, and it cannot be cancelled.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.UIElements.PropagationPhase", + "name": "None", + "comment": "The event is not propagated.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.PropagationPhase", + "name": "TrickleDown", + "comment": "The event is sent from the panel's root element to the target element's parent.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.PropagationPhase", + "name": "AtTarget", + "comment": "The event is sent to the target.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.PropagationPhase", + "name": "DefaultActionAtTarget", + "comment": "The event is sent to the target element, which can then execute its default actions for the event at the target phase. Event handlers do not receive the event in this phase. Instead, ExecuteDefaultActionAtTarget is called on the target element.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.PropagationPhase", + "name": "BubbleUp", + "comment": "The event is sent from the target element's parent back to the panel's root element.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.PropagationPhase", + "name": "DefaultAction", + "comment": "The event is sent to the target element, which can then execute its final default actions for the event. Event handlers do not receive the event in this phase. Instead, ExecuteDefaultAction is called on the target element.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.UIElements.PropagationPhase", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "PropagationPhase", + "comment": "The propagation phases of an event.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.EventBase", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "string", + "name": "previousData", + "comment": "The text before the change occured.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "string", + "name": "newData", + "comment": "The new text.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "InputEvent", + "params": [ + { "name": "previousData", "typeName": "string" }, + { "name": "newData", "typeName": "string" } + ], + "isStatic": true, + "name": "GetPooled", + "comment": "An initialized event.\n\n```plaintext\nParams: newData - The new text.\n previousData - The text before the change occured.\n \n```\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Constructor.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "InputEvent", + "comment": "Sends an event when text from a TextField changes.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.EventModifiers", + "name": "modifiers", + "comment": "Flag set holding the pressed modifier keys (Alt, Control, Shift, Windows/Command).\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "char", + "name": "character", + "comment": "The character.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "keyCode", + "comment": "The key code.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "bool", + "name": "shiftKey", + "comment": "Return true if the Shift key is pressed.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "bool", + "name": "ctrlKey", + "comment": "Return true if the Control key is pressed.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "bool", + "name": "commandKey", + "comment": "Return true if the Windows/Command key is pressed.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "bool", + "name": "altKey", + "comment": "Return true if the Alt key is pressed.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "bool", + "name": "actionKey", + "comment": "Returns true if the platform-specific action key is pressed. This key is Cmd on macOS, and Ctrl on all other platforms.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [], + "name": "IKeyboardEvent", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.EventBase", + "attribute": "", + "interfaces": ["IDisposable", "IKeyboardEvent"], + "fields": [ + { + "typeName": "UnityEngine.EventModifiers", + "name": "modifiers", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "char", + "name": "character", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.KeyCode", + "name": "keyCode", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "bool", + "name": "shiftKey", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "bool", + "name": "ctrlKey", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "bool", + "name": "commandKey", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "bool", + "name": "altKey", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "bool", + "name": "actionKey", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "T", + "params": [ + { "name": "c", "typeName": "char" }, + { "name": "keyCode", "typeName": "UnityEngine.KeyCode" }, + { "name": "modifiers", "typeName": "UnityEngine.EventModifiers" } + ], + "isStatic": true, + "name": "GetPooled", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "T", + "params": [ + { "name": "systemEvent", "typeName": "UnityEngine.Event" } + ], + "isStatic": true, + "name": "GetPooled", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "KeyboardEventBase", + "comment": "Base class for keyboard events.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.KeyboardEventBase", + "attribute": "", + "interfaces": ["IDisposable", "IKeyboardEvent"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Constructor. Avoid creating new event instances. Instead, use GetPooled() to get an instance from a pool of reusable event instances.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "KeyDownEvent", + "comment": "Event sent when a key is pressed on the keyboard. This event trickles down and bubbles up. This event is cancellable.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.KeyboardEventBase", + "attribute": "", + "interfaces": ["IDisposable", "IKeyboardEvent"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Constructor. Avoid creating new event instances. Instead, use GetPooled() to get an instance from a pool of reusable event instances.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "KeyUpEvent", + "comment": "Event sent when a key is released on the keyboard. This event trickles down and bubbles up. This event is cancellable.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.EventBase", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "UnityEngine.Rect", + "name": "oldRect", + "comment": "The old dimensions of the element.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.Rect", + "name": "newRect", + "comment": "The new dimensions of the element.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "GeometryChangedEvent", + "params": [ + { "name": "oldRect", "typeName": "UnityEngine.Rect" }, + { "name": "newRect", "typeName": "UnityEngine.Rect" } + ], + "isStatic": true, + "name": "GetPooled", + "comment": "An initialized event.\n\n```plaintext\nParams: oldRect - The old dimensions of the element.\n newRect - The new dimensions of the element.\n \n```\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Constructor.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "GeometryChangedEvent", + "comment": "Event sent after layout calculations, when the position or the dimension of an element changes. This event cannot be cancelled, it does not trickle down, and it does not bubble up.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.EventModifiers", + "name": "modifiers", + "comment": "Flag set holding the pressed modifier keys (Alt, Ctrl, Shift, Windows/Command).\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "mousePosition", + "comment": "The mouse position in the panel coordinate system.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "localMousePosition", + "comment": "The mouse position in the current target coordinate system.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "mouseDelta", + "comment": "Mouse position difference between the last mouse event and this one.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "int", + "name": "clickCount", + "comment": "The number of times the button is pressed.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "int", + "name": "button", + "comment": "Integer that indicates which mouse button is pressed: 0 is the left button, 1 is the right button, 2 is the middle button.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "int", + "name": "pressedButtons", + "comment": "A bitmask that describes the currently pressed buttons.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "bool", + "name": "shiftKey", + "comment": "Return true if the Shift key is pressed.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "bool", + "name": "ctrlKey", + "comment": "Return true if the Ctrl key is pressed.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "bool", + "name": "commandKey", + "comment": "Return true if the Windows/Command key is pressed.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "bool", + "name": "altKey", + "comment": "Return true if the Alt key is pressed.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "bool", + "name": "actionKey", + "comment": "Returns true if the platform-specific action key is pressed. This key is Cmd on macOS, and Ctrl on all other platforms.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [], + "name": "IMouseEvent", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.EventBase", + "attribute": "", + "interfaces": ["IDisposable", "IMouseEvent", "IMouseEventInternal"], + "fields": [ + { + "typeName": "UnityEngine.EventModifiers", + "name": "modifiers", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "mousePosition", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "localMousePosition", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "mouseDelta", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "int", + "name": "clickCount", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "int", + "name": "button", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "int", + "name": "pressedButtons", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "bool", + "name": "shiftKey", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "bool", + "name": "ctrlKey", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "bool", + "name": "commandKey", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "bool", + "name": "altKey", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "bool", + "name": "actionKey", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.IEventHandler", + "name": "currentTarget", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "T", + "params": [ + { "name": "systemEvent", "typeName": "UnityEngine.Event" } + ], + "isStatic": true, + "name": "GetPooled", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "T", + "params": [ + { "name": "position", "typeName": "UnityEngine.Vector2" }, + { "name": "button", "typeName": "int" }, + { "name": "clickCount", "typeName": "int" }, + { "name": "delta", "typeName": "UnityEngine.Vector2" }, + { "name": "modifiers", "typeName": "UnityEngine.EventModifiers" } + ], + "isStatic": true, + "name": "GetPooled", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "T", + "params": [ + { + "name": "triggerEvent", + "typeName": "UnityEngine.UIElements.IMouseEvent" + } + ], + "isStatic": true, + "name": "GetPooled", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "MouseEventBase", + "comment": "The base class for mouse events.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.MouseEventBase", + "attribute": "", + "interfaces": ["IDisposable", "IMouseEvent", "IMouseEventInternal"], + "fields": [], + "methods": [ + { + "returnTypeName": "MouseDownEvent", + "params": [ + { "name": "systemEvent", "typeName": "UnityEngine.Event" } + ], + "isStatic": true, + "name": "GetPooled", + "comment": "An initialized event.\n\n```plaintext\nParams: systemEvent - An IMGUI mouse event.\n \n```\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Constructor. Avoid creating new event instances. Instead, use GetPooled() to get an instance from a pool of reusable event instances.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "MouseDownEvent", + "comment": "Mouse down event.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.MouseEventBase", + "attribute": "", + "interfaces": ["IDisposable", "IMouseEvent", "IMouseEventInternal"], + "fields": [], + "methods": [ + { + "returnTypeName": "MouseUpEvent", + "params": [ + { "name": "systemEvent", "typeName": "UnityEngine.Event" } + ], + "isStatic": true, + "name": "GetPooled", + "comment": "An initialized event.\n\n```plaintext\nParams: systemEvent - An IMGUI mouse event.\n \n```\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Constructor. Avoid creating new event instances. Instead, use GetPooled() to get an instance from a pool of reusable event instances.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "MouseUpEvent", + "comment": "Mouse up event.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.MouseEventBase", + "attribute": "", + "interfaces": ["IDisposable", "IMouseEvent", "IMouseEventInternal"], + "fields": [], + "methods": [ + { + "returnTypeName": "MouseMoveEvent", + "params": [ + { "name": "systemEvent", "typeName": "UnityEngine.Event" } + ], + "isStatic": true, + "name": "GetPooled", + "comment": "An initialized event.\n\n```plaintext\nParams: systemEvent - An IMGUI mouse event.\n \n```\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Constructor. Avoid creating new event instances. Instead, use GetPooled() to get an instance from a pool of reusable event instances.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "MouseMoveEvent", + "comment": "Mouse move event.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.MouseEventBase", + "attribute": "", + "interfaces": ["IDisposable", "IMouseEvent", "IMouseEventInternal"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Constructor.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "ContextClickEvent", + "comment": "The event sent when clicking the right mouse button.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.MouseEventBase", + "attribute": "", + "interfaces": ["IDisposable", "IMouseEvent", "IMouseEventInternal"], + "fields": [ + { + "typeName": "UnityEngine.Vector3", + "name": "delta", + "comment": "The amount of scrolling applied with the mouse wheel.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "WheelEvent", + "params": [ + { "name": "systemEvent", "typeName": "UnityEngine.Event" } + ], + "isStatic": true, + "name": "GetPooled", + "comment": "An initialized event.\n\n```plaintext\nParams: systemEvent - A wheel IMGUI event.\n \n```\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Constructor. Use GetPooled() to get an event from a pool of reusable events.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "WheelEvent", + "comment": "Mouse wheel event.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.MouseEventBase", + "attribute": "", + "interfaces": ["IDisposable", "IMouseEvent", "IMouseEventInternal"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Constructor. Avoid creating new event instances. Instead, use GetPooled() to get an instance from a pool of reusable event instances.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "MouseEnterEvent", + "comment": "Event sent when the mouse pointer enters an element or one of its descendent elements. The event is cancellable, it does not trickle down, and it does not bubble up.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.MouseEventBase", + "attribute": "", + "interfaces": ["IDisposable", "IMouseEvent", "IMouseEventInternal"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Constructor. Avoid creating new event instances. Instead, use GetPooled() to get an instance from a pool of reusable event instances.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "MouseLeaveEvent", + "comment": "Event sent when the mouse pointer exits an element and all its descendent elements. The event is cancellable, it does not trickle down, and it does not bubble up.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.MouseEventBase", + "attribute": "", + "interfaces": ["IDisposable", "IMouseEvent", "IMouseEventInternal"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Constructor. Avoid creating new event instances. Instead, use GetPooled() to get an instance from a pool of reusable event instances.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "MouseEnterWindowEvent", + "comment": "Event sent when the mouse pointer enters a window. The event is cancellable, it does not trickle down, and it does not bubble up.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.MouseEventBase", + "attribute": "", + "interfaces": ["IDisposable", "IMouseEvent", "IMouseEventInternal"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Constructor. Avoid creating new event instances. Instead, use GetPooled() to get an instance from a pool of reusable event instances.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "MouseLeaveWindowEvent", + "params": [ + { "name": "systemEvent", "typeName": "UnityEngine.Event" } + ], + "isStatic": true, + "name": "GetPooled", + "comment": "An initialized event.\n\n```plaintext\nParams: systemEvent - An IMGUI MouseLeaveWindow event.\n \n```\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "MouseLeaveWindowEvent", + "comment": "Event sent when the mouse pointer exits a window. The event is cancellable, it does not trickle down, and it does not bubble up.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.MouseEventBase", + "attribute": "", + "interfaces": ["IDisposable", "IMouseEvent", "IMouseEventInternal"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Constructor. Avoid creating new event instances. Instead, use GetPooled() to get an instance from a pool of reusable event instances.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "MouseOverEvent", + "comment": "Event sent when the mouse pointer enters an element. The event trickles down, it bubbles up, and it is cancellable.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.MouseEventBase", + "attribute": "", + "interfaces": ["IDisposable", "IMouseEvent", "IMouseEventInternal"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Constructor. Avoid creating new event instances. Instead, use GetPooled() to get an instance from a pool of reusable event instances.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "MouseOutEvent", + "comment": "Event sent when the mouse pointer exits an element. The event trickles down, it bubbles up, and it is cancellable.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.MouseEventBase", + "attribute": "", + "interfaces": ["IDisposable", "IMouseEvent", "IMouseEventInternal"], + "fields": [ + { + "typeName": "UnityEngine.UIElements.DropdownMenu", + "name": "menu", + "comment": "The menu to populate.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.EventBase", + "name": "triggerEvent", + "comment": "The event that triggered the ContextualMenuPopulateEvent.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "ContextualMenuPopulateEvent", + "params": [ + { + "name": "triggerEvent", + "typeName": "UnityEngine.UIElements.EventBase" + }, + { + "name": "menu", + "typeName": "UnityEngine.UIElements.DropdownMenu" + }, + { + "name": "target", + "typeName": "UnityEngine.UIElements.IEventHandler" + }, + { + "name": "menuManager", + "typeName": "UnityEngine.UIElements.ContextualMenuManager" + } + ], + "isStatic": true, + "name": "GetPooled", + "comment": "An initialized event.\n\n```plaintext\nParams: triggerEvent - The event that triggered the display of the contextual menu.\n menu - The menu to populate.\n target - The element that triggered the display of the contextual menu.\n menuManager - The menu manager that displays the menu.\n \n```\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Constructor.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "ContextualMenuPopulateEvent", + "comment": "The event sent when a contextual menu requires menu items.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [], + "name": "IPanelChangedEvent", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.EventBase", + "attribute": "", + "interfaces": ["IDisposable", "IPanelChangedEvent"], + "fields": [ + { + "typeName": "UnityEngine.UIElements.IPanel", + "name": "originPanel", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.IPanel", + "name": "destinationPanel", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "T", + "params": [ + { + "name": "originPanel", + "typeName": "UnityEngine.UIElements.IPanel" + }, + { + "name": "destinationPanel", + "typeName": "UnityEngine.UIElements.IPanel" + } + ], + "isStatic": true, + "name": "GetPooled", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "PanelChangedEventBase", + "comment": "Abstract base class for events notifying of a panel change.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.PanelChangedEventBase", + "attribute": "", + "interfaces": ["IDisposable", "IPanelChangedEvent"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Constructor. Avoid creating new event instances. Instead, use GetPooled() to get an instance from a pool of reusable event instances.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "AttachToPanelEvent", + "comment": "Event sent after an element is added to an element that is a descendent of a panel.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.PanelChangedEventBase", + "attribute": "", + "interfaces": ["IDisposable", "IPanelChangedEvent"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Constructor. Avoid creating new event instances. Instead, use GetPooled() to get an instance from a pool of reusable event instances.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "DetachFromPanelEvent", + "comment": "Event sent just before an element is detach from its parent, if the parent is the descendant of a panel.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "string", + "name": "mouse", + "comment": "The pointer type for mouse events.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "string", + "name": "touch", + "comment": "The pointer type for touch events.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "string", + "name": "pen", + "comment": "The pointer type for pen events.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "string", + "name": "unknown", + "comment": "The pointer type for events created by unknown devices.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [], + "name": "PointerType", + "comment": "A static class that holds pointer type values.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "maxPointers", + "comment": "The maximum number of pointers the implementation supports.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "int", + "name": "invalidPointerId", + "comment": "Represents an invalid pointer ID value.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "int", + "name": "mousePointerId", + "comment": "The mouse pointer ID.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "int", + "name": "touchPointerIdBase", + "comment": "The base ID for touch pointers.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "int", + "name": "touchPointerCount", + "comment": "The number of touch pointers the implementation supports.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "int", + "name": "penPointerIdBase", + "comment": "The base ID for pen pointers.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "int", + "name": "penPointerCount", + "comment": "The number of pen pointers the implementation supports.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [], + "name": "PointerId", + "comment": "A static class that holds pointer ID values.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "pointerId", + "comment": "Identifies the pointer that sends the event.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "string", + "name": "pointerType", + "comment": "The type of pointer that created this event. This value is taken from the value defined in `PointerType`.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "bool", + "name": "isPrimary", + "comment": "Returns true if the pointer is a primary pointer\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "int", + "name": "button", + "comment": "Integer that indicates which mouse button is pressed: 0 is the left button, 1 is the right button, 2 is the middle button.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "int", + "name": "pressedButtons", + "comment": "A bitmask that describes the currently pressed buttons.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "position", + "comment": "The pointer position in the Screen or World coordinate system.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "localPosition", + "comment": "The pointer position in the current target coordinate system.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "deltaPosition", + "comment": "The difference between the pointer's position during the previous mouse event and its position during the current mouse event.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "float", + "name": "deltaTime", + "comment": "The amount of time that has passed since the last recorded change in pointer values, in seconds.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "int", + "name": "clickCount", + "comment": "The number of times the button is pressed.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "float", + "name": "pressure", + "comment": "The amount of pressure currently applied by a touch. If the device does not report pressure, the value of this property is 1.0f.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "float", + "name": "tangentialPressure", + "comment": "The pressure applied to an additional pressure-sensitive control on the stylus.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "float", + "name": "altitudeAngle", + "comment": "Angle of the stylus relative to the surface, in radians\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "float", + "name": "azimuthAngle", + "comment": "Angle of the stylus relative to the x-axis, in radians.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "float", + "name": "twist", + "comment": "The rotation of the stylus around its axis, in radians.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "radius", + "comment": "An estimate of the radius of a touch. Add `radiusVariance` to get the maximum touch radius, subtract it to get the minimum touch radius.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "radiusVariance", + "comment": "Determines the accuracy of the touch radius. Add this value to the radius to get the maximum touch radius, subtract it to get the minimum touch radius.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.EventModifiers", + "name": "modifiers", + "comment": "Flags that hold pressed modifier keys (Alt, Ctrl, Shift, Windows/Cmd).\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "bool", + "name": "shiftKey", + "comment": "Returns true if the Shift key is pressed.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "bool", + "name": "ctrlKey", + "comment": "Returns true if the Ctrl key is pressed.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "bool", + "name": "commandKey", + "comment": "Returns true if the Windows/Cmd key is pressed.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "bool", + "name": "altKey", + "comment": "Returns true if the Alt key is pressed.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "bool", + "name": "actionKey", + "comment": "Returns true if the platform-specific action key is pressed. This key is Cmd on macOS, and Ctrl on all other platforms.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [], + "name": "IPointerEvent", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.EventBase", + "attribute": "", + "interfaces": ["IDisposable", "IPointerEvent", "IPointerEventInternal"], + "fields": [ + { + "typeName": "int", + "name": "pointerId", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "string", + "name": "pointerType", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "bool", + "name": "isPrimary", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "int", + "name": "button", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "int", + "name": "pressedButtons", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "position", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "localPosition", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "deltaPosition", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "float", + "name": "deltaTime", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "int", + "name": "clickCount", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "float", + "name": "pressure", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "float", + "name": "tangentialPressure", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "float", + "name": "altitudeAngle", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "float", + "name": "azimuthAngle", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "float", + "name": "twist", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "radius", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "radiusVariance", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.EventModifiers", + "name": "modifiers", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "bool", + "name": "shiftKey", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "bool", + "name": "ctrlKey", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "bool", + "name": "commandKey", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "bool", + "name": "altKey", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "bool", + "name": "actionKey", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.IEventHandler", + "name": "currentTarget", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "T", + "params": [ + { "name": "systemEvent", "typeName": "UnityEngine.Event" } + ], + "isStatic": true, + "name": "GetPooled", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "T", + "params": [ + { "name": "touch", "typeName": "UnityEngine.Touch" }, + { "name": "modifiers", "typeName": "UnityEngine.EventModifiers" } + ], + "isStatic": true, + "name": "GetPooled", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "T", + "params": [ + { + "name": "triggerEvent", + "typeName": "UnityEngine.UIElements.IPointerEvent" + } + ], + "isStatic": true, + "name": "GetPooled", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "PointerEventBase", + "comment": "Base class for pointer events.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.PointerEventBase", + "attribute": "", + "interfaces": ["IDisposable", "IPointerEvent", "IPointerEventInternal"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Constructor. Avoid creating new event instances. Instead, use GetPooled() to get an instance from a pool of reusable event instances.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "PointerDownEvent", + "comment": "Event sent when a pointer is pressed.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.PointerEventBase", + "attribute": "", + "interfaces": ["IDisposable", "IPointerEvent", "IPointerEventInternal"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Constructor. Avoid creating new event instances. Instead, use GetPooled() to get an instance from a pool of reusable event instances.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "PointerMoveEvent", + "comment": "Event sent when a pointer changes state.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.PointerEventBase", + "attribute": "", + "interfaces": ["IDisposable", "IPointerEvent", "IPointerEventInternal"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Constructor. Avoid creating new event instances. Instead, use GetPooled() to get an instance from a pool of reusable event instances.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "PointerStationaryEvent", + "comment": "An event sent when a pointer does not change for a set amount of time determined by the operating system.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.PointerEventBase", + "attribute": "", + "interfaces": ["IDisposable", "IPointerEvent", "IPointerEventInternal"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Constructor. Avoid creating new event instances. Instead, use GetPooled() to get an instance from a pool of reusable event instances.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "PointerUpEvent", + "comment": "Event sent when the last depressed button of a pointer is released.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.EventBase", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "string", + "name": "tooltip", + "comment": "Text to display inside the tooltip box.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.Rect", + "name": "rect", + "comment": "Rectangle of the hovered VisualElement in the panel coordinate system.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "TooltipEvent", + "comment": "Event sent to find the first VisualElement that displays a tooltip.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.PointerEventBase", + "attribute": "", + "interfaces": ["IDisposable", "IPointerEvent", "IPointerEventInternal"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Constructor.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "ClickEvent", + "comment": "The event sent when the left mouse button is clicked.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.EventBase", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [], + "methods": [ + { + "returnTypeName": "IMGUIEvent", + "params": [ + { "name": "systemEvent", "typeName": "UnityEngine.Event" } + ], + "isStatic": true, + "name": "GetPooled", + "comment": "An initialized event.\n\n```plaintext\nParams: systemEvent - The IMGUI event used to initialize the event.\n \n```\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Constructor. Use GetPooled() to get an event from a pool of reusable events.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "IMGUIEvent", + "comment": "Class used to send a IMGUI event that has no equivalent UIElements event.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.PointerEventBase", + "attribute": "", + "interfaces": ["IDisposable", "IPointerEvent", "IPointerEventInternal"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Constructor. Avoid creating new event instances. Instead, use GetPooled() to get an instance from a pool of reusable event instances.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "PointerLeaveEvent", + "comment": "Event sent when a pointer exits an element and all of its descendant.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.PointerEventBase", + "attribute": "", + "interfaces": ["IDisposable", "IPointerEvent", "IPointerEventInternal"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Constructor. Avoid creating new event instances. Instead, use GetPooled() to get an instance from a pool of reusable event instances.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "PointerOverEvent", + "comment": "Event sent when a pointer enters a VisualElement.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.PointerEventBase", + "attribute": "", + "interfaces": ["IDisposable", "IPointerEvent", "IPointerEventInternal"], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Constructor. Avoid creating new event instances. Instead, use GetPooled() to get an instance from a pool of reusable event instances.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "PointerOutEvent", + "comment": "Event sent when a pointer exits an element.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.EventBase", + "attribute": "", + "interfaces": ["IDisposable"], + "fields": [ + { + "typeName": "UnityEngine.UIElements.ICustomStyle", + "name": "customStyle", + "comment": "Returns the custom style properties accessor for the targeted VisualElement.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "CustomStyleResolvedEvent", + "comment": "Event sent after the custom style properties of a VisualElement have been resolved.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "float", + "name": "nearZ", + "comment": "A special value representing the near clipping plane. Always use this value as the vertex position's z component when building 2D (flat) UI geometry.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.Vector3", + "name": "position", + "comment": "Describes the vertex's position.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.Color32", + "name": "tint", + "comment": "A color value for the vertex.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.Vector2", + "name": "uv", + "comment": "The UV coordinate of the vertex.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "Vertex", + "comment": "Represents a vertex of geometry for drawing content of VisualElement.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "vertexCount", + "comment": "The number of vertices successfully allocated for VisualElement content drawing.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "int", + "name": "indexCount", + "comment": "The number of indices successfully allocated for VisualElement content drawing.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.Rect", + "name": "uvRegion", + "comment": "A rectangle describing the UV region holding the texture passed to MeshGenerationContext.Allocate.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [ + { "name": "vertex", "typeName": "UnityEngine.UIElements.Vertex" } + ], + "isStatic": false, + "name": "SetNextVertex", + "comment": "Assigns the value of the next vertex of the allocated vertices list.\n\n```plaintext\nParams: vertex - The value of the next vertex.\n \n```\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "index", "typeName": "ushort" }], + "isStatic": false, + "name": "SetNextIndex", + "comment": "Assigns the value of the next index of the allocated indices list.\n\n```plaintext\nParams: index - The value of the next index.\n \n```\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "vertices", + "typeName": "UnityEngine.UIElements.Vertex[]" + } + ], + "isStatic": false, + "name": "SetAllVertices", + "comment": "Fills the values of the allocated vertices with values copied directly from an array.\nWhen this method is called, it is not possible to use SetNextVertex to fill the allocated vertices array.\n\n```plaintext\nParams: vertices - The array of vertices to copy from. The length of the array must match the allocated vertex count.\n \n```\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "vertices", + "typeName": "Unity.Collections.NativeSlice" + } + ], + "isStatic": false, + "name": "SetAllVertices", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "indices", "typeName": "ushort[]" }], + "isStatic": false, + "name": "SetAllIndices", + "comment": "Fills the values of the allocated indices with values copied directly from an array. Each 3 consecutive indices form a single triangle.\n\n```plaintext\nParams: indices - The array of indices to copy from. The length of the array must match the allocated index count.\n \n```\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "indices", + "typeName": "Unity.Collections.NativeSlice" + } + ], + "isStatic": false, + "name": "SetAllIndices", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "MeshWriteData", + "comment": "A class that represents the vertex and index data allocated for drawing the content of a VisualElement.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "object", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.UIElements.VisualElement", + "name": "visualElement", + "comment": "The element for which VisualElement.generateVisualContent was invoked.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "MeshWriteData", + "params": [ + { "name": "vertexCount", "typeName": "int" }, + { "name": "indexCount", "typeName": "int" }, + { "name": "texture", "typeName": "UnityEngine.Texture" } + ], + "isStatic": false, + "name": "Allocate", + "comment": "An object that gives access to the newely allocated data. If the returned vertex count is 0, then allocation failed (the system ran out of memory).\n\n```plaintext\nParams: vertexCount - The number of vertices to allocate. The maximum is 65535 (or UInt16.MaxValue).\n indexCount - The number of triangle list indices to allocate. Each 3 indices represent one triangle, so this value should be multiples of 3.\n texture - An optional texture to be applied on the triangles allocated. Pass null to rely on vertex colors only.\n \n```\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "MeshGenerationContext", + "comment": "Offers functionality for generating visual content of a VisualElement during the generateVisualContent callback.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "property", + "typeName": "UnityEngine.UIElements.CustomStyleProperty" + }, + { "name": "value", "typeName": "float" } + ], + "isStatic": false, + "name": "TryGetValue", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "property", + "typeName": "UnityEngine.UIElements.CustomStyleProperty" + }, + { "name": "value", "typeName": "int" } + ], + "isStatic": false, + "name": "TryGetValue", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "property", + "typeName": "UnityEngine.UIElements.CustomStyleProperty" + }, + { "name": "value", "typeName": "bool" } + ], + "isStatic": false, + "name": "TryGetValue", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "property", + "typeName": "UnityEngine.UIElements.CustomStyleProperty" + }, + { "name": "value", "typeName": "UnityEngine.Color" } + ], + "isStatic": false, + "name": "TryGetValue", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "property", + "typeName": "UnityEngine.UIElements.CustomStyleProperty" + }, + { "name": "value", "typeName": "UnityEngine.Texture2D" } + ], + "isStatic": false, + "name": "TryGetValue", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "property", + "typeName": "UnityEngine.UIElements.CustomStyleProperty" + }, + { + "name": "value", + "typeName": "UnityEngine.UIElements.VectorImage" + } + ], + "isStatic": false, + "name": "TryGetValue", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "property", + "typeName": "UnityEngine.UIElements.CustomStyleProperty" + }, + { "name": "value", "typeName": "string" } + ], + "isStatic": false, + "name": "TryGetValue", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "ICustomStyle", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.UIElements.LengthUnit", + "name": "Pixel", + "comment": "Interprets length as pixel.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.LengthUnit", + "name": "Percent", + "comment": "Interprets length as a percentage.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.UIElements.LengthUnit", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "LengthUnit", + "comment": "Describes how to interpret a Length value.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IEquatable"], + "fields": [ + { + "typeName": "UnityEngine.Texture2D", + "name": "texture", + "comment": "The texture to display as a background. You cannot set this and Background.vectorImage at the same time.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.VectorImage", + "name": "vectorImage", + "comment": "The VectorImage to display as a background. You cannot set this and Background.texture at the same time.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "t", "typeName": "UnityEngine.Texture2D" }], + "isStatic": false, + "name": ".ctor", + "comment": "Creates from a Texture2D.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Background", + "params": [{ "name": "t", "typeName": "UnityEngine.Texture2D" }], + "isStatic": true, + "name": "FromTexture2D", + "comment": "A new background object.\n\n```plaintext\nParams: t - The texture to use as a background.\n \n```\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Background", + "params": [ + { "name": "vi", "typeName": "UnityEngine.UIElements.VectorImage" } + ], + "isStatic": true, + "name": "FromVectorImage", + "comment": "A new background object.\n\n```plaintext\nParams: vi - The vector image to use as a background.\n \n```\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "lhs", "typeName": "UnityEngine.UIElements.Background" }, + { "name": "rhs", "typeName": "UnityEngine.UIElements.Background" } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "lhs", "typeName": "UnityEngine.UIElements.Background" }, + { "name": "rhs", "typeName": "UnityEngine.UIElements.Background" } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "other", "typeName": "UnityEngine.UIElements.Background" } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "Background", + "comment": "Describes a VisualElement background.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IEquatable"], + "fields": [ + { + "typeName": "string", + "name": "name", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "propertyName", "typeName": "string" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "other", + "typeName": "UnityEngine.UIElements.CustomStyleProperty" + } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "a", + "typeName": "UnityEngine.UIElements.CustomStyleProperty" + }, + { + "name": "b", + "typeName": "UnityEngine.UIElements.CustomStyleProperty" + } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "a", + "typeName": "UnityEngine.UIElements.CustomStyleProperty" + }, + { + "name": "b", + "typeName": "UnityEngine.UIElements.CustomStyleProperty" + } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "CustomStyleProperty", + "comment": "Define a custom style property for an element to be retrieved with CustomStyleResolvedEvent.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IEquatable"], + "fields": [ + { + "typeName": "float", + "name": "value", + "comment": "The length value.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.LengthUnit", + "name": "unit", + "comment": "The unit of the value property.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Length", + "params": [{ "name": "value", "typeName": "float" }], + "isStatic": true, + "name": "Percent", + "comment": "The created length.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "value", "typeName": "float" }], + "isStatic": false, + "name": ".ctor", + "comment": "Creates from a float and an optionnal LengthUnit.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "value", "typeName": "float" }, + { "name": "unit", "typeName": "UnityEngine.UIElements.LengthUnit" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Creates from a float and an optionnal LengthUnit.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Length", + "params": [{ "name": "value", "typeName": "float" }], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "lhs", "typeName": "UnityEngine.UIElements.Length" }, + { "name": "rhs", "typeName": "UnityEngine.UIElements.Length" } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "lhs", "typeName": "UnityEngine.UIElements.Length" }, + { "name": "rhs", "typeName": "UnityEngine.UIElements.Length" } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "other", "typeName": "UnityEngine.UIElements.Length" } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "Length", + "comment": "Reprensents a distance value.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IStyleValue", "IEquatable"], + "fields": [ + { + "typeName": "UnityEngine.UIElements.Background", + "name": "value", + "comment": "The Background value.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.StyleKeyword", + "name": "keyword", + "comment": "The style keyword.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "v", "typeName": "UnityEngine.UIElements.Background" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Creates from either a Background or a StyleKeyword.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "v", "typeName": "UnityEngine.Texture2D" }], + "isStatic": false, + "name": ".ctor", + "comment": "Creates from either a Background or a StyleKeyword.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "v", "typeName": "UnityEngine.UIElements.VectorImage" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "keyword", + "typeName": "UnityEngine.UIElements.StyleKeyword" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Creates from either a Background or a StyleKeyword.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "lhs", + "typeName": "UnityEngine.UIElements.StyleBackground" + }, + { + "name": "rhs", + "typeName": "UnityEngine.UIElements.StyleBackground" + } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "lhs", + "typeName": "UnityEngine.UIElements.StyleBackground" + }, + { + "name": "rhs", + "typeName": "UnityEngine.UIElements.StyleBackground" + } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "StyleBackground", + "params": [ + { + "name": "keyword", + "typeName": "UnityEngine.UIElements.StyleKeyword" + } + ], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "StyleBackground", + "params": [ + { "name": "v", "typeName": "UnityEngine.UIElements.Background" } + ], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "StyleBackground", + "params": [{ "name": "v", "typeName": "UnityEngine.Texture2D" }], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "other", + "typeName": "UnityEngine.UIElements.StyleBackground" + } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "StyleBackground", + "comment": "Style value that can be either a Background or a StyleKeyword.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IStyleValue", "IEquatable"], + "fields": [ + { + "typeName": "UnityEngine.Color", + "name": "value", + "comment": "The Color value.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.StyleKeyword", + "name": "keyword", + "comment": "The style keyword.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "v", "typeName": "UnityEngine.Color" }], + "isStatic": false, + "name": ".ctor", + "comment": "Creates from either a Color or StyleKeyword.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "keyword", + "typeName": "UnityEngine.UIElements.StyleKeyword" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Creates from either a Color or StyleKeyword.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "lhs", "typeName": "UnityEngine.UIElements.StyleColor" }, + { "name": "rhs", "typeName": "UnityEngine.UIElements.StyleColor" } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "lhs", "typeName": "UnityEngine.UIElements.StyleColor" }, + { "name": "rhs", "typeName": "UnityEngine.UIElements.StyleColor" } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "lhs", "typeName": "UnityEngine.UIElements.StyleColor" }, + { "name": "rhs", "typeName": "UnityEngine.Color" } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "lhs", "typeName": "UnityEngine.UIElements.StyleColor" }, + { "name": "rhs", "typeName": "UnityEngine.Color" } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "StyleColor", + "params": [ + { + "name": "keyword", + "typeName": "UnityEngine.UIElements.StyleKeyword" + } + ], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "StyleColor", + "params": [{ "name": "v", "typeName": "UnityEngine.Color" }], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "other", "typeName": "UnityEngine.UIElements.StyleColor" } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "StyleColor", + "comment": "Style value that can be either a Color or a StyleKeyword.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IStyleValue", "IEquatable"], + "fields": [ + { + "typeName": "UnityEngine.UIElements.Cursor", + "name": "value", + "comment": "The Cursor value.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.StyleKeyword", + "name": "keyword", + "comment": "The style keyword.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "v", "typeName": "UnityEngine.UIElements.Cursor" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Creates from either a Cursor or StyleKeyword.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "keyword", + "typeName": "UnityEngine.UIElements.StyleKeyword" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Creates from either a Cursor or StyleKeyword.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "lhs", "typeName": "UnityEngine.UIElements.StyleCursor" }, + { "name": "rhs", "typeName": "UnityEngine.UIElements.StyleCursor" } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "lhs", "typeName": "UnityEngine.UIElements.StyleCursor" }, + { "name": "rhs", "typeName": "UnityEngine.UIElements.StyleCursor" } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "StyleCursor", + "params": [ + { + "name": "keyword", + "typeName": "UnityEngine.UIElements.StyleKeyword" + } + ], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "StyleCursor", + "params": [ + { "name": "v", "typeName": "UnityEngine.UIElements.Cursor" } + ], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "other", + "typeName": "UnityEngine.UIElements.StyleCursor" + } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "StyleCursor", + "comment": "Style value that can be either a Cursor or a StyleKeyword.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IStyleValue", "IEquatable"], + "fields": [ + { + "typeName": "T", + "name": "value", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.StyleKeyword", + "name": "keyword", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "v", "typeName": "T" }], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "keyword", + "typeName": "UnityEngine.UIElements.StyleKeyword" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "lhs", + "typeName": "UnityEngine.UIElements.StyleEnum" + }, + { "name": "rhs", "typeName": "UnityEngine.UIElements.StyleEnum" } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "lhs", + "typeName": "UnityEngine.UIElements.StyleEnum" + }, + { "name": "rhs", "typeName": "UnityEngine.UIElements.StyleEnum" } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "StyleEnum", + "params": [ + { + "name": "keyword", + "typeName": "UnityEngine.UIElements.StyleKeyword" + } + ], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "StyleEnum", + "params": [{ "name": "v", "typeName": "T" }], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "other", + "typeName": "UnityEngine.UIElements.StyleEnum" + } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "StyleEnum", + "comment": "Style value that can be either an enum or a StyleKeyword.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IStyleValue", "IEquatable"], + "fields": [ + { + "typeName": "float", + "name": "value", + "comment": "The float value.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.StyleKeyword", + "name": "keyword", + "comment": "The style keyword.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "v", "typeName": "float" }], + "isStatic": false, + "name": ".ctor", + "comment": "Creates from either a float or a StyleKeyword.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "keyword", + "typeName": "UnityEngine.UIElements.StyleKeyword" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Creates from either a float or a StyleKeyword.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "lhs", "typeName": "UnityEngine.UIElements.StyleFloat" }, + { "name": "rhs", "typeName": "UnityEngine.UIElements.StyleFloat" } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "lhs", "typeName": "UnityEngine.UIElements.StyleFloat" }, + { "name": "rhs", "typeName": "UnityEngine.UIElements.StyleFloat" } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "StyleFloat", + "params": [ + { + "name": "keyword", + "typeName": "UnityEngine.UIElements.StyleKeyword" + } + ], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "StyleFloat", + "params": [{ "name": "v", "typeName": "float" }], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "other", "typeName": "UnityEngine.UIElements.StyleFloat" } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "StyleFloat", + "comment": "Style value that can be either a float or a StyleKeyword.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IStyleValue", "IEquatable"], + "fields": [ + { + "typeName": "UnityEngine.Font", + "name": "value", + "comment": "The Font value.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.StyleKeyword", + "name": "keyword", + "comment": "The style keyword.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "v", "typeName": "UnityEngine.Font" }], + "isStatic": false, + "name": ".ctor", + "comment": "Creates from a Font or StyleKeyword.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "keyword", + "typeName": "UnityEngine.UIElements.StyleKeyword" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Creates from a Font or StyleKeyword.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "lhs", "typeName": "UnityEngine.UIElements.StyleFont" }, + { "name": "rhs", "typeName": "UnityEngine.UIElements.StyleFont" } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "lhs", "typeName": "UnityEngine.UIElements.StyleFont" }, + { "name": "rhs", "typeName": "UnityEngine.UIElements.StyleFont" } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "StyleFont", + "params": [ + { + "name": "keyword", + "typeName": "UnityEngine.UIElements.StyleKeyword" + } + ], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "StyleFont", + "params": [{ "name": "v", "typeName": "UnityEngine.Font" }], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "other", "typeName": "UnityEngine.UIElements.StyleFont" } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "StyleFont", + "comment": "Style value that can be either a Font or a StyleKeyword.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IStyleValue", "IEquatable"], + "fields": [ + { + "typeName": "int", + "name": "value", + "comment": "The integer value.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.StyleKeyword", + "name": "keyword", + "comment": "The style keyword.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "v", "typeName": "int" }], + "isStatic": false, + "name": ".ctor", + "comment": "Creates from either an integer or StyleKeyword.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "keyword", + "typeName": "UnityEngine.UIElements.StyleKeyword" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Creates from either an integer or StyleKeyword.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "lhs", "typeName": "UnityEngine.UIElements.StyleInt" }, + { "name": "rhs", "typeName": "UnityEngine.UIElements.StyleInt" } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "lhs", "typeName": "UnityEngine.UIElements.StyleInt" }, + { "name": "rhs", "typeName": "UnityEngine.UIElements.StyleInt" } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "StyleInt", + "params": [ + { + "name": "keyword", + "typeName": "UnityEngine.UIElements.StyleKeyword" + } + ], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "StyleInt", + "params": [{ "name": "v", "typeName": "int" }], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "other", "typeName": "UnityEngine.UIElements.StyleInt" } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "StyleInt", + "comment": "Style value that can be either an integer or a StyleKeyword.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "System.ValueType", + "attribute": "", + "interfaces": ["IStyleValue", "IEquatable"], + "fields": [ + { + "typeName": "UnityEngine.UIElements.Length", + "name": "value", + "comment": "The Length value.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.StyleKeyword", + "name": "keyword", + "comment": "The style keyword.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [{ "name": "v", "typeName": "float" }], + "isStatic": false, + "name": ".ctor", + "comment": "Creates from either a Length or a StyleKeyword.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { "name": "v", "typeName": "UnityEngine.UIElements.Length" } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Creates from either a Length or a StyleKeyword.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [ + { + "name": "keyword", + "typeName": "UnityEngine.UIElements.StyleKeyword" + } + ], + "isStatic": false, + "name": ".ctor", + "comment": "Creates from either a Length or a StyleKeyword.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "lhs", "typeName": "UnityEngine.UIElements.StyleLength" }, + { "name": "rhs", "typeName": "UnityEngine.UIElements.StyleLength" } + ], + "isStatic": true, + "name": "op_Equality", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { "name": "lhs", "typeName": "UnityEngine.UIElements.StyleLength" }, + { "name": "rhs", "typeName": "UnityEngine.UIElements.StyleLength" } + ], + "isStatic": true, + "name": "op_Inequality", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "StyleLength", + "params": [ + { + "name": "keyword", + "typeName": "UnityEngine.UIElements.StyleKeyword" + } + ], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "StyleLength", + "params": [{ "name": "v", "typeName": "float" }], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "StyleLength", + "params": [ + { "name": "v", "typeName": "UnityEngine.UIElements.Length" } + ], + "isStatic": true, + "name": "op_Implicit", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [ + { + "name": "other", + "typeName": "UnityEngine.UIElements.StyleLength" + } + ], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Boolean", + "params": [{ "name": "obj", "typeName": "object" }], + "isStatic": false, + "name": "Equals", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Int32", + "params": [], + "isStatic": false, + "name": "GetHashCode", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "String", + "params": [], + "isStatic": false, + "name": "ToString", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "StyleLength", + "comment": "Style value that can be either a Length or a StyleKeyword.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "System.Enum", + "attribute": "enum", + "interfaces": ["IComparable", "IConvertible", "IFormattable"], + "fields": [ + { + "typeName": "UnityEngine.UIElements.StyleKeyword", + "name": "Undefined", + "comment": "Means that there's no keyword defined for that property.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.StyleKeyword", + "name": "Null", + "comment": "Means that an inline style from IStyle has no value or keyword.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.StyleKeyword", + "name": "Auto", + "comment": "For style properties accepting auto.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.StyleKeyword", + "name": "None", + "comment": "For style properties accepting none.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.StyleKeyword", + "name": "Initial", + "comment": "The initial (or default) value of a style property.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "UnityEngine.UIElements.StyleKeyword", + "params": [{ "name": "value", "typeName": "any" }], + "isStatic": true, + "name": "__CastFrom", + "comment": "", + "location": "" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "StyleKeyword", + "comment": "Keyword that can be used on any style value types.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.UIElements.Align", + "name": "alignContent", + "comment": "Alignment of the whole area of children on the cross axis if they span over multiple lines in this container.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.Align", + "name": "alignItems", + "comment": "Alignment of children on the cross axis of this container.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.Align", + "name": "alignSelf", + "comment": "Similar to align-items, but only for this specific element.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.Color", + "name": "backgroundColor", + "comment": "Background color to paint in the element's box.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.Background", + "name": "backgroundImage", + "comment": "Background image to paint in the element's box.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.Color", + "name": "borderBottomColor", + "comment": "Color of the element's bottom border.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "float", + "name": "borderBottomLeftRadius", + "comment": "The radius of the bottom-left corner when a rounded rectangle is drawn in the element's box.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "float", + "name": "borderBottomRightRadius", + "comment": "The radius of the bottom-right corner when a rounded rectangle is drawn in the element's box.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "float", + "name": "borderBottomWidth", + "comment": "Space reserved for the bottom edge of the border during the layout phase.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.Color", + "name": "borderLeftColor", + "comment": "Color of the element's left border.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "float", + "name": "borderLeftWidth", + "comment": "Space reserved for the left edge of the border during the layout phase.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.Color", + "name": "borderRightColor", + "comment": "Color of the element's right border.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "float", + "name": "borderRightWidth", + "comment": "Space reserved for the right edge of the border during the layout phase.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.Color", + "name": "borderTopColor", + "comment": "Color of the element's top border.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "float", + "name": "borderTopLeftRadius", + "comment": "The radius of the top-left corner when a rounded rectangle is drawn in the element's box.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "float", + "name": "borderTopRightRadius", + "comment": "The radius of the top-right corner when a rounded rectangle is drawn in the element's box.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "float", + "name": "borderTopWidth", + "comment": "Space reserved for the top edge of the border during the layout phase.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "float", + "name": "bottom", + "comment": "Bottom distance from the element's box during layout.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.Color", + "name": "color", + "comment": "Color to use when drawing the text of an element.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.DisplayStyle", + "name": "display", + "comment": "Defines how an element is displayed in the layout.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.StyleFloat", + "name": "flexBasis", + "comment": "Initial main size of a flex item, on the main flex axis. The final layout mught be smaller or larger, according to the flex shrinking and growing determined by the other flex properties.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.FlexDirection", + "name": "flexDirection", + "comment": "Direction of the main axis to layout children in a container.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "float", + "name": "flexGrow", + "comment": "Specifies how much the item will grow relative to the rest of the flexible items inside the same container.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "float", + "name": "flexShrink", + "comment": "Specifies how the item will shrink relative to the rest of the flexible items inside the same container.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.Wrap", + "name": "flexWrap", + "comment": "Placement of children over multiple lines if not enough space is available in this container.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "float", + "name": "fontSize", + "comment": "Font size to draw the element's text.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "float", + "name": "height", + "comment": "Fixed height of an element for the layout.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.Justify", + "name": "justifyContent", + "comment": "Justification of children on the main axis of this container.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "float", + "name": "left", + "comment": "Left distance from the element's box during layout.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "float", + "name": "marginBottom", + "comment": "Space reserved for the bottom edge of the margin during the layout phase.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "float", + "name": "marginLeft", + "comment": "Space reserved for the left edge of the margin during the layout phase.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "float", + "name": "marginRight", + "comment": "Space reserved for the right edge of the margin during the layout phase.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "float", + "name": "marginTop", + "comment": "Space reserved for the top edge of the margin during the layout phase.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.StyleFloat", + "name": "maxHeight", + "comment": "Maximum height for an element, when it is flexible or measures its own size.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.StyleFloat", + "name": "maxWidth", + "comment": "Maximum width for an element, when it is flexible or measures its own size.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.StyleFloat", + "name": "minHeight", + "comment": "Minimum height for an element, when it is flexible or measures its own size.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.StyleFloat", + "name": "minWidth", + "comment": "Minimum width for an element, when it is flexible or measures its own size.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "float", + "name": "opacity", + "comment": "Specifies the transparency of an element.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "float", + "name": "paddingBottom", + "comment": "Space reserved for the bottom edge of the padding during the layout phase.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "float", + "name": "paddingLeft", + "comment": "Space reserved for the left edge of the padding during the layout phase.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "float", + "name": "paddingRight", + "comment": "Space reserved for the right edge of the padding during the layout phase.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "float", + "name": "paddingTop", + "comment": "Space reserved for the top edge of the padding during the layout phase.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.Position", + "name": "position", + "comment": "Element's positioning in its parent container.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "float", + "name": "right", + "comment": "Right distance from the element's box during layout.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.TextOverflow", + "name": "textOverflow", + "comment": "The element's text overflow mode.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "float", + "name": "top", + "comment": "Top distance from the element's box during layout.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.Color", + "name": "unityBackgroundImageTintColor", + "comment": "Tinting color for the element's backgroundImage\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.ScaleMode", + "name": "unityBackgroundScaleMode", + "comment": "Background image scaling in the element's box.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.Font", + "name": "unityFont", + "comment": "Font to draw the element's text.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.FontStyle", + "name": "unityFontStyleAndWeight", + "comment": "Font style and weight (normal, bold, italic) to draw the element's text.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "int", + "name": "unitySliceBottom", + "comment": "Size of the 9-slice's bottom edge when painting an element's background image.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "int", + "name": "unitySliceLeft", + "comment": "Size of the 9-slice's left edge when painting an element's background image.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "int", + "name": "unitySliceRight", + "comment": "Size of the 9-slice's right edge when painting an element's background image.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "int", + "name": "unitySliceTop", + "comment": "Size of the 9-slice's top edge when painting an element's background image.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.TextAnchor", + "name": "unityTextAlign", + "comment": "Horizontal and vertical text alignment in the element's box.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.TextOverflowPosition", + "name": "unityTextOverflowPosition", + "comment": "The element's text overflow position.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.Visibility", + "name": "visibility", + "comment": "Specifies whether or not an element is visible.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.WhiteSpace", + "name": "whiteSpace", + "comment": "Word wrapping over multiple lines if not enough space is available to draw the text of an element.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "float", + "name": "width", + "comment": "Fixed width of an element for the layout.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [], + "name": "IResolvedStyle", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [ + { + "typeName": "UnityEngine.UIElements.StyleEnum", + "name": "alignContent", + "comment": "Alignment of the whole area of children on the cross axis if they span over multiple lines in this container.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.StyleEnum", + "name": "alignItems", + "comment": "Alignment of children on the cross axis of this container.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.StyleEnum", + "name": "alignSelf", + "comment": "Similar to align-items, but only for this specific element.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.StyleColor", + "name": "backgroundColor", + "comment": "Background color to paint in the element's box.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.StyleBackground", + "name": "backgroundImage", + "comment": "Background image to paint in the element's box.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.StyleColor", + "name": "borderBottomColor", + "comment": "Color of the element's bottom border.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.StyleLength", + "name": "borderBottomLeftRadius", + "comment": "The radius of the bottom-left corner when a rounded rectangle is drawn in the element's box.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.StyleLength", + "name": "borderBottomRightRadius", + "comment": "The radius of the bottom-right corner when a rounded rectangle is drawn in the element's box.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.StyleFloat", + "name": "borderBottomWidth", + "comment": "Space reserved for the bottom edge of the border during the layout phase.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.StyleColor", + "name": "borderLeftColor", + "comment": "Color of the element's left border.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.StyleFloat", + "name": "borderLeftWidth", + "comment": "Space reserved for the left edge of the border during the layout phase.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.StyleColor", + "name": "borderRightColor", + "comment": "Color of the element's right border.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.StyleFloat", + "name": "borderRightWidth", + "comment": "Space reserved for the right edge of the border during the layout phase.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.StyleColor", + "name": "borderTopColor", + "comment": "Color of the element's top border.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.StyleLength", + "name": "borderTopLeftRadius", + "comment": "The radius of the top-left corner when a rounded rectangle is drawn in the element's box.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.StyleLength", + "name": "borderTopRightRadius", + "comment": "The radius of the top-right corner when a rounded rectangle is drawn in the element's box.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.StyleFloat", + "name": "borderTopWidth", + "comment": "Space reserved for the top edge of the border during the layout phase.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.StyleLength", + "name": "bottom", + "comment": "Bottom distance from the element's box during layout.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.StyleColor", + "name": "color", + "comment": "Color to use when drawing the text of an element.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.StyleCursor", + "name": "cursor", + "comment": "Mouse cursor to display when the mouse pointer is over an element.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.StyleEnum", + "name": "display", + "comment": "Defines how an element is displayed in the layout.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.StyleLength", + "name": "flexBasis", + "comment": "Initial main size of a flex item, on the main flex axis. The final layout mught be smaller or larger, according to the flex shrinking and growing determined by the flex property.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.StyleEnum", + "name": "flexDirection", + "comment": "Direction of the main axis to layout children in a container.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.StyleFloat", + "name": "flexGrow", + "comment": "Specifies how much the item will grow relative to the rest of the flexible items inside the same container.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.StyleFloat", + "name": "flexShrink", + "comment": "Specifies how the item will shrink relative to the rest of the flexible items inside the same container.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.StyleEnum", + "name": "flexWrap", + "comment": "Placement of children over multiple lines if not enough space is available in this container.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.StyleLength", + "name": "fontSize", + "comment": "Font size to draw the element's text.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.StyleLength", + "name": "height", + "comment": "Fixed height of an element for the layout.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.StyleEnum", + "name": "justifyContent", + "comment": "Justification of children on the main axis of this container.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.StyleLength", + "name": "left", + "comment": "Left distance from the element's box during layout.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.StyleLength", + "name": "marginBottom", + "comment": "Space reserved for the bottom edge of the margin during the layout phase.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.StyleLength", + "name": "marginLeft", + "comment": "Space reserved for the left edge of the margin during the layout phase.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.StyleLength", + "name": "marginRight", + "comment": "Space reserved for the right edge of the margin during the layout phase.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.StyleLength", + "name": "marginTop", + "comment": "Space reserved for the top edge of the margin during the layout phase.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.StyleLength", + "name": "maxHeight", + "comment": "Maximum height for an element, when it is flexible or measures its own size.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.StyleLength", + "name": "maxWidth", + "comment": "Maximum width for an element, when it is flexible or measures its own size.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.StyleLength", + "name": "minHeight", + "comment": "Minimum height for an element, when it is flexible or measures its own size.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.StyleLength", + "name": "minWidth", + "comment": "Minimum width for an element, when it is flexible or measures its own size.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.StyleFloat", + "name": "opacity", + "comment": "Specifies the transparency of an element.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.StyleEnum", + "name": "overflow", + "comment": "How a container behaves if its content overflows its own box.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.StyleLength", + "name": "paddingBottom", + "comment": "Space reserved for the bottom edge of the padding during the layout phase.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.StyleLength", + "name": "paddingLeft", + "comment": "Space reserved for the left edge of the padding during the layout phase.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.StyleLength", + "name": "paddingRight", + "comment": "Space reserved for the right edge of the padding during the layout phase.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.StyleLength", + "name": "paddingTop", + "comment": "Space reserved for the top edge of the padding during the layout phase.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.StyleEnum", + "name": "position", + "comment": "Element's positioning in its parent container.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.StyleLength", + "name": "right", + "comment": "Right distance from the element's box during layout.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.StyleEnum", + "name": "textOverflow", + "comment": "The element's text overflow mode.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.StyleLength", + "name": "top", + "comment": "Top distance from the element's box during layout.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.StyleColor", + "name": "unityBackgroundImageTintColor", + "comment": "Tinting color for the element's backgroundImage\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.StyleEnum", + "name": "unityBackgroundScaleMode", + "comment": "Background image scaling in the element's box.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.StyleFont", + "name": "unityFont", + "comment": "Font to draw the element's text.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.StyleEnum", + "name": "unityFontStyleAndWeight", + "comment": "Size of the 9-slice's bottom edge when painting an element's background image.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.StyleEnum", + "name": "unityOverflowClipBox", + "comment": "Specifies which box the element content is clipped against.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.StyleInt", + "name": "unitySliceBottom", + "comment": "Size of the 9-slice's bottom edge when painting an element's background image.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.StyleInt", + "name": "unitySliceLeft", + "comment": "Size of the 9-slice's left edge when painting an element's background image.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.StyleInt", + "name": "unitySliceRight", + "comment": "Size of the 9-slice's right edge when painting an element's background image.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.StyleInt", + "name": "unitySliceTop", + "comment": "Size of the 9-slice's top edge when painting an element's background image.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.StyleEnum", + "name": "unityTextAlign", + "comment": "Horizontal and vertical text alignment in the element's box.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.StyleEnum", + "name": "unityTextOverflowPosition", + "comment": "The element's text overflow position.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.StyleEnum", + "name": "visibility", + "comment": "Specifies whether or not an element is visible.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.StyleEnum", + "name": "whiteSpace", + "comment": "Word wrapping over multiple lines if not enough space is available to draw the text of an element.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "UnityEngine.UIElements.StyleLength", + "name": "width", + "comment": "Fixed width of an element for the layout.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [], + "name": "IStyle", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.ScriptableObject", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "int", + "name": "contentHash", + "comment": "A hash value computed from the stylesheet content.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "StyleSheet", + "comment": "Style sheets are applied to visual elements in order to control the layout and visual appearance of the user interface.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.StyleSheet", + "attribute": "", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "ThemeStyleSheet", + "comment": "The theme style sheet is a collection of themes, style sheets, and rules used to define default UI appearance.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "", + "attribute": "interface", + "interfaces": [], + "fields": [], + "methods": [ + { + "returnTypeName": "Boolean", + "params": [ + { "name": "attributeName", "typeName": "string" }, + { "name": "value", "typeName": "string" } + ], + "isStatic": false, + "name": "TryGetAttributeValue", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "IUxmlAttributes", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.UxmlFactory", + "attribute": "", + "interfaces": ["IUxmlFactory"], + "fields": [ + { + "typeName": "string", + "name": "uxmlName", + "comment": "Returns \"UXML\".\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "string", + "name": "uxmlQualifiedName", + "comment": "Returns the qualified name for this element.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "string", + "name": "substituteForTypeName", + "comment": "Returns the empty string, as the root element can not appear anywhere else bit at the root of the document.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "string", + "name": "substituteForTypeNamespace", + "comment": "Returns the empty string, as the root element can not appear anywhere else bit at the root of the document.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "string", + "name": "substituteForTypeQualifiedName", + "comment": "Returns the empty string, as the root element can not appear anywhere else bit at the root of the document.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "VisualElement", + "params": [ + { + "name": "bag", + "typeName": "UnityEngine.UIElements.IUxmlAttributes" + }, + { + "name": "cc", + "typeName": "UnityEngine.UIElements.CreationContext" + } + ], + "isStatic": false, + "name": "Create", + "comment": "Returns null.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Constructor.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "UxmlRootElementFactory", + "comment": "Factory for the root UXML element.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.UxmlTraits", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Collections.Generic.IEnumerable", + "name": "uxmlChildElementsDescription", + "comment": "Returns an enumerable containing UxmlChildElementDescription(typeof(VisualElement)), since the root element can contain VisualElements.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Constructor.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "UxmlRootElementTraits", + "comment": "Defines UxmlTraits for the UXML root element.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.UxmlFactory", + "attribute": "", + "interfaces": ["IUxmlFactory"], + "fields": [ + { + "typeName": "string", + "name": "uxmlName", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "string", + "name": "uxmlQualifiedName", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "string", + "name": "substituteForTypeName", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "string", + "name": "substituteForTypeNamespace", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "typeName": "string", + "name": "substituteForTypeQualifiedName", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "methods": [ + { + "returnTypeName": "VisualElement", + "params": [ + { + "name": "bag", + "typeName": "UnityEngine.UIElements.IUxmlAttributes" + }, + { + "name": "cc", + "typeName": "UnityEngine.UIElements.CreationContext" + } + ], + "isStatic": false, + "name": "Create", + "comment": "", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "returnTypeName": "Void", + "params": [], + "isStatic": false, + "name": ".ctor", + "comment": "Constructor.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + } + ], + "name": "UxmlStyleFactory", + "comment": "Factory for the root Style element.\n\n", + "location": "UnityEngine.UIElementsModule.dll" + }, + { + "namespace": "UnityEngine.UIElements", + "baseClass": "UnityEngine.UIElements.UxmlTraits", + "attribute": "", + "interfaces": [], + "fields": [ + { + "typeName": "System.Collections.Generic.IEnumerable", + "name": "uxmlChildElementsDescription", + "comment": "Returns an empty enumerable because